]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 24 Dec 2001 16:39:39 +0000 (16:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 24 Dec 2001 16:39:39 +0000 (16:39 +0000)
etc/NEWS
lisp/ChangeLog

index 537537a177a0f1902c3e7afcfe3e8ea405a3dca7..f9c2d23ad2c1b80eaa707a44603ec067f6f09a62 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -77,6 +77,13 @@ 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.
+
+** When you specify a frame size with --geometry, the size applies to
+all frames you create.  A position specified with --geometry only
+affects the initial frame.
+
 +++
 ** M-h (mark-paragraph) now accepts a prefix arg.
 With positive arg, M-h marks the current and the following paragraphs;
index f989219d637284022b3ece4b18606556d776ebd9..07f17fd4cfee379859161d7e314c6421a7946e00 100644 (file)
@@ -1,5 +1,8 @@
 2001-12-24  Richard M. Stallman  <rms@gnu.org>
 
+       * faces.el (minibuffer-prompt): New face.
+       (minibuffer-prompt-properties): Add `face' property.
+
        * replace.el (occur-mode-display-occurrence): New function.
        (occur-mode-map): Bind C-o to it.