From 3b4a1f681ea69575366caecf5db3db7a6b1b7ee1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 20 Mar 2006 15:08:56 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 5 +++++ lisp/ChangeLog | 2 ++ 2 files changed, 7 insertions(+) diff --git a/etc/NEWS b/etc/NEWS index 1ceac583760..02635fae29d 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -323,6 +323,11 @@ cycle for each frame, using the frame-local buffer list. ** M-SPC (just-one-space) when given a numeric argument N converts whitespace around point to N spaces. +--- +** C-x 5 C-o displays a specified buffer in another frame +but does not switch to that frame. It's the multi-frame +analogue of C-x 4 C-o. + --- ** New commands to operate on pairs of open and close characters: `insert-pair', `delete-pair', `raise-sexp'. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 076b32abcf1..35eeceac2fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2006-03-20 Richard Stallman + * simple.el (set-mark-command): Doc fix. + * files.el (display-buffer-other-frame): New command. (ctl-x-4-map): Bind C-x 5 C-o to it. -- 2.39.2