1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-09 15:50:21 +00:00
Commit Graph

24745 Commits

Author SHA1 Message Date
Karl Heuer
becd59439f *** empty log message *** 1999-05-31 18:09:42 +00:00
Karl Heuer
c75d498611 (append-next-kill): Use an arg to distinguish
interactive calls from Lisp calls, rather than (interactive-p).
1999-05-31 18:06:22 +00:00
Karl Heuer
005f783076 (iso-transl-language-alist): Interchange n and N. 1999-05-31 17:41:54 +00:00
Dave Love
aade135d49 Add to minor-mode-map-alist. Remove hook installation
and keymap munging on load.
(msb-mode): New option.
(msb-files-by-directory, msb-sort-by-name, msb-sort-by-directory):
Doc fix.
(msb-mode-map): New variable.
(msb-mode): New command.
1999-05-31 14:49:05 +00:00
Dave Love
71c62b6bbe (ispell-alternate-dictionary): Fix custom type.
(ispell-complete-word-dict): Likewise.
1999-05-31 14:47:33 +00:00
Eli Zaretskii
f3ae6c2a76 forms-save-buffer): Call set-buffer-modified-p to
force the data buffer to be saved, even if the data didn't
change, in case the write filter was modified.  Restore the
current record after read-file-filter finishes.
1999-05-31 08:34:19 +00:00
Karl Heuer
264f512a8d Delete the Kerberos stuff. 1999-05-29 19:26:53 +00:00
Karl Heuer
95012c62d5 (texinfo-format-direntry): Avoid blank line. 1999-05-29 19:22:00 +00:00
Karl Heuer
1faf64740a (font-lock-apply-syntactic-highlight): Don't die if
VALUE is a syntax table.
1999-05-29 19:20:07 +00:00
Karl Heuer
7dcf626950 (custom-print-functions): Add autoload cookie. 1999-05-29 19:15:10 +00:00
Karl Heuer
13cd02ec46 (zap-to-char): Doc fix. 1999-05-29 19:08:52 +00:00
Kenichi Handa
c20d35d515 (isearch-quote-char): Don't assume character codes
0200 - 0237 stand for characters in some single-byte character
charset.
1999-05-28 00:16:09 +00:00
Karl Heuer
d840c7d5f0 Prefer kerberos 5 names. 1999-05-27 18:45:59 +00:00
Dave Love
83eded3abd (iso-8859-n-locale-regexp): Don't match 8859-15 &c. 1999-05-27 15:40:33 +00:00
Eli Zaretskii
2e77e98ed4 Emacs 20.5 will be in emacs-20.5.tar.gz. 1999-05-27 12:55:25 +00:00
Andreas Schwab
ea15df4061 (dired-insert-subdir-doinsert): Check that the
headerline does not exist already.
1999-05-27 09:34:36 +00:00
Richard M. Stallman
00cd4c7542 (cc-imenu-java-generic-expression): Avoid nested null-loops. 1999-05-26 17:14:33 +00:00
Kenichi Handa
aaa9f206fd Typo fixed; prefered->preferred. 1999-05-26 12:29:18 +00:00
Kenichi Handa
0e0a9ac30d (find-coding-systems-for-charsets):
Typo fixed; prefered->preferred.
1999-05-26 12:27:38 +00:00
Kenichi Handa
aa8bb64501 (charset-info): Fix previous change. 1999-05-26 08:05:50 +00:00
Kenichi Handa
0c01c27ea5 Fix previous change. 1999-05-26 08:03:16 +00:00
Kenichi Handa
55f7520a6e (map-y-or-n-p): Don't inherit the current input
method in read-event.
1999-05-26 07:40:26 +00:00
Kenichi Handa
28d0c844b2 (Vcharset_table): Comment fixed. 1999-05-26 07:15:39 +00:00
Kenichi Handa
08b4ace55d (charset-info): Doc-string for DIRECTION fixed. 1999-05-26 07:14:06 +00:00
Ben Elliston
af0a735bb7 1999-05-26 Ben Elliston <bje@cygnus.com>
* config.guess (dummy): Changed to $dummy. From H.J. Lu.
1999-05-25 20:15:44 +00:00
Dave Love
aba9affda7 Remove Crisp (stale). Add SQL and files for Info-look. 1999-05-25 16:05:45 +00:00
Kenichi Handa
83af570eae (smtpmail-send-it): Bind
smtpmail-code-conv-from properly.
(smtpmail-send-data-1): If DATA is a multibyte string, encode it
by smtpmail-code-conv-from.
1999-05-25 11:12:17 +00:00
Kenichi Handa
bae7e4e648 ("korean-hangul3"): Give MAXIMUM-SHORTEST t. 1999-05-25 10:54:45 +00:00
Richard M. Stallman
3619d13102 (crisp-submit-bug-report): Function deleted. Binding deleted also. 1999-05-24 22:25:57 +00:00
Richard M. Stallman
3da6cc2655 (crisp-mode-map): Don't inherit global-map.
Enter it on minor-mode-map-alist.
(crisp-mode): Re-named from `crsip-mode-enabled'.  Users changed.
Autoload.  Add custom setter.
(crisp-mark-line): Doc fix.
(crisp-mode): Autoload.  Re-write not to frob keymaps directly.
(crisp-mode-hook): Define.
1999-05-24 22:23:35 +00:00
Richard M. Stallman
ba20f07702 Comment change. 1999-05-24 19:47:21 +00:00
Richard M. Stallman
cfc01fa742 (lock_if_free): After deleting a stale lock,
try again to lock the file.
1999-05-24 09:19:06 +00:00
Richard M. Stallman
940daec19b (syms_of_buffer): Doc fix. 1999-05-24 09:03:05 +00:00
Richard M. Stallman
928aedd8b4 (syms_of_coding): Doc fix. 1999-05-24 09:02:41 +00:00
Karl Heuer
37dbcd5cf3 (comint-bol-or-process-mark): Doc fix. 1999-05-24 06:45:49 +00:00
Kenichi Handa
1e87edf5ef (recover-file): Recover buffer-file-coding-system. 1999-05-24 02:09:27 +00:00
Richard M. Stallman
596ff2eefc Delete some XEmacs compatibility code.
(bookmark-jump-noselect): Check vc-backend.
1999-05-23 21:46:08 +00:00
Dave Love
5d5fa02f65 Fix header comments. 1999-05-23 21:08:13 +00:00
Richard M. Stallman
e4f95b80d8 (vc-dired-mode): Make the dired-move-to-filename-regexp
regexp match the date, to avoid treating date as file size.
Add YYYY S option to WESTERN/
1999-05-23 05:34:53 +00:00
Richard M. Stallman
6934b6e29b (diary-mail-entries): Use fancy-diary-buffer. 1999-05-22 19:53:39 +00:00
Richard M. Stallman
0ab0e672f8 (describe-function-1): Extra arg, interactive-p.
(describe-key, describe-function): Use it.
1999-05-22 19:49:39 +00:00
Richard M. Stallman
ccbb360e3f (all): Delete selective-display. Add scroll-margin,
scroll-preserve-screen-position, scroll-conservatively.
1999-05-22 19:49:10 +00:00
Richard M. Stallman
508bcbcaad (add-to-list): Doc fix. 1999-05-22 19:42:01 +00:00
Andrew Innes
b7b978978c (maybe_generate_resize_event): Detect changes in the
console window size.
(w32_console_read_socket): Call maybe_generate_resize_event
whenever input events are received, since we don't get told when
the window size changes (as opposed to the buffer size, which we
don't care about).
1999-05-22 17:38:01 +00:00
Andrew Innes
a5404e3acf (clear_frame): Remember that the window width might
be smaller than the screen buffer width.
(write_glyphs): Remove redundant variable attrs.  Use
FillConsoleOutputAttribute instead of WriteConsoleOutputAttribute.
1999-05-22 17:37:18 +00:00
Ben Elliston
2060627427 1999-05-22 Ben Elliston <bje@cygnus.com>
* config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
	<jiro@din.or.jp>.
1999-05-22 12:37:18 +00:00
Richard M. Stallman
c04006ac1b *** empty log message *** 1999-05-21 23:00:16 +00:00
Andrew Innes
08712a41ef (w32_read_socket): Reset the grabbed flag when a frame gains or
loses focus.
1999-05-20 20:46:01 +00:00
Andrew Innes
487163ac86 (w32_wnd_proc): Ensure mouse capture is released if
frame loses focus, and that mouse button state is reset.  Ditto
when the menu bar is activated.
1999-05-20 20:42:58 +00:00
Richard M. Stallman
69c6eff89b (texinfo-format-var): Handle other nested constructs, using
texinfo-parse-expanded-arg and texinfo-discard-command, not
texinfo-parse-arg-discard.
1999-05-19 21:30:58 +00:00