]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 8 Jan 2002 06:14:48 +0000 (06:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 8 Jan 2002 06:14:48 +0000 (06:14 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index 1d9ed979aba4a354bf230a8fad44c00552d59057..1358c2044a5d3e3b2727d4b394d711bc1b435939 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -77,8 +77,9 @@ only happen after 0.25s of idle time.
 will now be extended each time, so you can mark the next two sexps with
 M-C-SPC M-C-SPC, for example.
 
-** In the *Occur* buffer, C-o displays the current line's occurrence
-in another window without switching to it.
+** In the *Occur* buffer, `o' switches to it in another window, and
+C-o displays the current line's occurrence in another window without
+switching to it.
 
 ** When you specify a frame size with --geometry, the size applies to
 all frames you create.  A position specified with --geometry only
index 77ebab10e1ea9b938efc1333ef4c5c1f64959202..52515ed4e67e44e3992423f9886c6aac59bff041 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  Richard M. Stallman  <rms@gnu.org>
+
+       * replace.el (occur-mode-goto-occurrence-other-window): New command.
+       (occur-mode-map): Bind `o' to that.
+
 2002-01-07  Michael Kifer  <kifer@cs.stonybrook.edu>
        
        * viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
index 9461a3285fc735ec37c1a1b1e7b8dc6ec5e44e82..bd5fbc5957d0e3a98891ea23222a46858f293cb3 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  Richard M. Stallman  <rms@gnu.org>
+
+       * window.c (delete_window): Rewrite the code for changing the
+       selected window to handle the case where WINDOW is not a leaf.
+
 2002-01-07  Eli Zaretskii  <eliz@is.elta.co.il>
 
        * process.c (send_process): Set src_multibyte to 1 after the call