From: Richard M. Stallman Date: Mon, 24 Dec 2001 16:39:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~17505 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/7c425d82b0c1adaf86d1a038e1c353d7331c4eb1 *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index 537537a177..f9c2d23ad2 100644 --- 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; diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f989219d63..07f17fd4cf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-12-24 Richard M. Stallman + * 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.