diff options
| author | Gerd Moellmann | 2000-04-19 20:42:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-04-19 20:42:34 +0000 |
| commit | 1c4594866335a3f7fae1d65e41f2564839b5cb02 (patch) | |
| tree | 92329f13d04f477e64fe8982853d7b9025a69b6b | |
| parent | 7e3afb0402b284acec8c91137bbe445e0e126a52 (diff) | |
| download | emacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.tar.gz emacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 4 | ||||
| -rw-r--r-- | lisp/ChangeLog | 4 |
2 files changed, 7 insertions, 1 deletions
| @@ -17,7 +17,9 @@ images and toolkit scrollbars. Use the --help option to list them. | |||
| 17 | * Changes in Emacs 21.1 | 17 | * Changes in Emacs 21.1 |
| 18 | 18 | ||
| 19 | ** The new command `clone-buffer-indirectly' can be used to create | 19 | ** The new command `clone-buffer-indirectly' can be used to create |
| 20 | an indirect buffer that is a twin copy of the current buffer. | 20 | an indirect buffer that is a twin copy of the current buffer. The |
| 21 | command `clone-buffer-indirectly-other-window', bound to C-x 4 c, | ||
| 22 | does the same but displays the indirect buffer in another window. | ||
| 21 | 23 | ||
| 22 | ** New user options `backup-directory-alist' and | 24 | ** New user options `backup-directory-alist' and |
| 23 | `make-backup-file-name-function' are provided to control the placement | 25 | `make-backup-file-name-function' are provided to control the placement |
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5ed2bf08945..7480a71d350 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * simple.el (clone-indirect-buffer-other-window): New command. | ||
| 4 | (clone-indirect-buffer): Add optional arg NORECROD. | ||
| 5 | (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window. | ||
| 6 | |||
| 3 | * help.el (resize-temp-buffer-window): Use count-screen-lines. | 7 | * help.el (resize-temp-buffer-window): Use count-screen-lines. |
| 4 | 8 | ||
| 5 | * window.el (count-screen-lines): New function. | 9 | * window.el (count-screen-lines): New function. |