From: Gerd Moellmann Date: Thu, 1 Feb 2001 15:37:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.98~219 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01acdb05c3fd7932a8c2bfbd7edc3337f7d38172;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69bf37b1ce3..73b80a55e2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/man/search.texi b/man/search.texi index ee4f15f7756..92252a31e44 100644 --- a/man/search.texi +++ b/man/search.texi @@ -58,7 +58,8 @@ the cursor move to after the first @samp{FO}. After another @kbd{O}, the 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 --git a/src/ChangeLog b/src/ChangeLog index f696382198f..92635c44990 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.