diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | man/search.texi | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 8 |
3 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 69bf37b1ce3..73b80a55e2e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2001-02-01 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * startup.el (command-line): Fix code determining whether or not | ||
| 4 | to use delete-key-deletes-forward-mode. | ||
| 5 | |||
| 1 | 2001-02-01 Andre Spiegel <spiegel@gnu.org> | 6 | 2001-02-01 Andre Spiegel <spiegel@gnu.org> |
| 2 | 7 | ||
| 3 | * vc.el (vc-diff-switches): New user option. | 8 | * 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 | |||
| 58 | cursor is after the first @samp{FOO} after the place where you started the | 58 | cursor is after the first @samp{FOO} after the place where you started the |
| 59 | search. At each step, the buffer text that matches the search string is | 59 | search. At each step, the buffer text that matches the search string is |
| 60 | highlighted, if the terminal can do that; at each step, the current search | 60 | highlighted, if the terminal can do that; at each step, the current search |
| 61 | string is updated in the echo area. | 61 | string is updated in the echo area. Multilingual text can be input by |
| 62 | toggling input methods with @kbd{C-\} or @kbd{C-^}. | ||
| 62 | 63 | ||
| 63 | If you make a mistake in typing the search string, you can cancel | 64 | If you make a mistake in typing the search string, you can cancel |
| 64 | characters with @key{DEL}. Each @key{DEL} cancels the last character of | 65 | 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 @@ | |||
| 1 | 2001-02-01 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * xfns.c (x_set_tool_bar_lines): Do nothing if frame is | ||
| 4 | minibuffer-only, | ||
| 5 | |||
| 1 | 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2001-02-01 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * frame.c (Fmodify_frame_parameters): Doc fix. | 8 | * frame.c (Fmodify_frame_parameters): Doc fix. |
| 4 | 9 | ||
| 5 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> | 10 | 2001-01-31 Gerd Moellmann <gerd@gnu.org> |
| 6 | 11 | ||
| 12 | * frame.h (EMACS_FRAME_H_INCLUDED): Use an include blocker | ||
| 13 | identifier which is not reserved by Standard C. | ||
| 14 | |||
| 7 | * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. | 15 | * frame.h (FRAME_RIGHT_SCROLL_BAR_WIDTH): New define. |
| 8 | 16 | ||
| 9 | * window.c (enum window_part): New enumeration. | 17 | * window.c (enum window_part): New enumeration. |