diff options
| author | Richard M. Stallman | 2002-01-08 06:14:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-01-08 06:14:48 +0000 |
| commit | a474d59c3ebdd95a269b7b308ba405f0e229eaa2 (patch) | |
| tree | 95bffea6ec9e522eb2b0a04b6537c3b46e59d494 | |
| parent | 029024e25b140d534834ebfb173e20d0985af7ef (diff) | |
| download | emacs-a474d59c3ebdd95a269b7b308ba405f0e229eaa2.tar.gz emacs-a474d59c3ebdd95a269b7b308ba405f0e229eaa2.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | src/ChangeLog | 5 |
3 files changed, 13 insertions, 2 deletions
| @@ -77,8 +77,9 @@ only happen after 0.25s of idle time. | |||
| 77 | will now be extended each time, so you can mark the next two sexps with | 77 | will now be extended each time, so you can mark the next two sexps with |
| 78 | M-C-SPC M-C-SPC, for example. | 78 | M-C-SPC M-C-SPC, for example. |
| 79 | 79 | ||
| 80 | ** In the *Occur* buffer, C-o displays the current line's occurrence | 80 | ** In the *Occur* buffer, `o' switches to it in another window, and |
| 81 | in another window without switching to it. | 81 | C-o displays the current line's occurrence in another window without |
| 82 | switching to it. | ||
| 82 | 83 | ||
| 83 | ** When you specify a frame size with --geometry, the size applies to | 84 | ** When you specify a frame size with --geometry, the size applies to |
| 84 | all frames you create. A position specified with --geometry only | 85 | all frames you create. A position specified with --geometry only |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 77ebab10e1e..52515ed4e67 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-01-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * replace.el (occur-mode-goto-occurrence-other-window): New command. | ||
| 4 | (occur-mode-map): Bind `o' to that. | ||
| 5 | |||
| 1 | 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu> | 6 | 2002-01-07 Michael Kifer <kifer@cs.stonybrook.edu> |
| 2 | 7 | ||
| 3 | * viper-init.el (viper-cond-compile-for-xemacs-or-emacs): | 8 | * viper-init.el (viper-cond-compile-for-xemacs-or-emacs): |
diff --git a/src/ChangeLog b/src/ChangeLog index 9461a3285fc..bd5fbc5957d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-01-08 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * window.c (delete_window): Rewrite the code for changing the | ||
| 4 | selected window to handle the case where WINDOW is not a leaf. | ||
| 5 | |||
| 1 | 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il> | 6 | 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 7 | ||
| 3 | * process.c (send_process): Set src_multibyte to 1 after the call | 8 | * process.c (send_process): Set src_multibyte to 1 after the call |