# HG changeset patch # User Gerd Moellmann # Date 981041823 0 # Node ID 8258a6628b859c86b04c83883ccfce690292810d # Parent 5b6e4f82f2675a64f26f4b5bca2e41455e3a661a *** empty log message *** diff -r 5b6e4f82f267 -r 8258a6628b85 lisp/ChangeLog --- a/lisp/ChangeLog Thu Feb 01 15:22:20 2001 +0000 +++ b/lisp/ChangeLog Thu Feb 01 15:37:03 2001 +0000 @@ -1,3 +1,8 @@ +2001-02-01 Gerd Moellmann + + * startup.el (command-line): Fix code determining whether or not + to use delete-key-deletes-forward-mode. + 2001-02-01 Andre Spiegel * vc.el (vc-diff-switches): New user option. diff -r 5b6e4f82f267 -r 8258a6628b85 man/search.texi --- a/man/search.texi Thu Feb 01 15:22:20 2001 +0000 +++ b/man/search.texi Thu Feb 01 15:37:03 2001 +0000 @@ -58,7 +58,8 @@ cursor is after the first @samp{FOO} after the place where you started the search. At each step, the buffer text that matches the search string is highlighted, if the terminal can do that; at each step, the current search -string is updated in the echo area. +string is updated in the echo area. Multilingual text can be input by +toggling input methods with @kbd{C-\} or @kbd{C-^}. If you make a mistake in typing the search string, you can cancel characters with @key{DEL}. Each @key{DEL} cancels the last character of diff -r 5b6e4f82f267 -r 8258a6628b85 src/ChangeLog --- a/src/ChangeLog Thu Feb 01 15:22:20 2001 +0000 +++ b/src/ChangeLog Thu Feb 01 15:37:03 2001 +0000 @@ -1,9 +1,17 @@ +2001-02-01 Gerd Moellmann + + * xfns.c (x_set_tool_bar_lines): Do nothing if frame is + minibuffer-only, + 2001-02-01 Eli Zaretskii * frame.c (Fmodify_frame_parameters): Doc fix. 2001-01-31 Gerd Moellmann + * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker + identifier which is not reserved by Standard C. + * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. * window.c (enum window_part): New enumeration.