aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-01-08 06:14:48 +0000
committerRichard M. Stallman2002-01-08 06:14:48 +0000
commita474d59c3ebdd95a269b7b308ba405f0e229eaa2 (patch)
tree95bffea6ec9e522eb2b0a04b6537c3b46e59d494
parent029024e25b140d534834ebfb173e20d0985af7ef (diff)
downloademacs-a474d59c3ebdd95a269b7b308ba405f0e229eaa2.tar.gz
emacs-a474d59c3ebdd95a269b7b308ba405f0e229eaa2.zip
*** empty log message ***
-rw-r--r--etc/NEWS5
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog5
3 files changed, 13 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1d9ed979aba..1358c2044a5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -77,8 +77,9 @@ only happen after 0.25s of idle time.
77will now be extended each time, so you can mark the next two sexps with 77will now be extended each time, so you can mark the next two sexps with
78M-C-SPC M-C-SPC, for example. 78M-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
81in another window without switching to it. 81C-o displays the current line's occurrence in another window without
82switching 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
84all frames you create. A position specified with --geometry only 85all 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 @@
12002-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
12002-01-07 Michael Kifer <kifer@cs.stonybrook.edu> 62002-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 @@
12002-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
12002-01-07 Eli Zaretskii <eliz@is.elta.co.il> 62002-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