mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-05 11:21:04 -08:00
*** empty log message ***
This commit is contained in:
parent
029024e25b
commit
a474d59c3e
3 changed files with 13 additions and 2 deletions
5
etc/NEWS
5
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
|
||||
|
|
|
|||
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue