diff options
| author | Richard M. Stallman | 2006-03-20 15:08:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-03-20 15:08:56 +0000 |
| commit | 3b4a1f681ea69575366caecf5db3db7a6b1b7ee1 (patch) | |
| tree | 3753bf44919bc68cc96c8dd1e7bbabadf03b346f | |
| parent | 7cb4236238184a248f1ff7918f321602463ff62b (diff) | |
| download | emacs-3b4a1f681ea69575366caecf5db3db7a6b1b7ee1.tar.gz emacs-3b4a1f681ea69575366caecf5db3db7a6b1b7ee1.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 5 | ||||
| -rw-r--r-- | lisp/ChangeLog | 2 |
2 files changed, 7 insertions, 0 deletions
| @@ -324,6 +324,11 @@ cycle for each frame, using the frame-local buffer list. | |||
| 324 | converts whitespace around point to N spaces. | 324 | converts whitespace around point to N spaces. |
| 325 | 325 | ||
| 326 | --- | 326 | --- |
| 327 | ** C-x 5 C-o displays a specified buffer in another frame | ||
| 328 | but does not switch to that frame. It's the multi-frame | ||
| 329 | analogue of C-x 4 C-o. | ||
| 330 | |||
| 331 | --- | ||
| 327 | ** New commands to operate on pairs of open and close characters: | 332 | ** New commands to operate on pairs of open and close characters: |
| 328 | `insert-pair', `delete-pair', `raise-sexp'. | 333 | `insert-pair', `delete-pair', `raise-sexp'. |
| 329 | 334 | ||
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 076b32abcf1..35eeceac2fe 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-03-20 Richard Stallman <rms@gnu.org> | 1 | 2006-03-20 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * simple.el (set-mark-command): Doc fix. | ||
| 4 | |||
| 3 | * files.el (display-buffer-other-frame): New command. | 5 | * files.el (display-buffer-other-frame): New command. |
| 4 | (ctl-x-4-map): Bind C-x 5 C-o to it. | 6 | (ctl-x-4-map): Bind C-x 5 C-o to it. |
| 5 | 7 | ||