aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-19 20:42:34 +0000
committerGerd Moellmann2000-04-19 20:42:34 +0000
commit1c4594866335a3f7fae1d65e41f2564839b5cb02 (patch)
tree92329f13d04f477e64fe8982853d7b9025a69b6b
parent7e3afb0402b284acec8c91137bbe445e0e126a52 (diff)
downloademacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.tar.gz
emacs-1c4594866335a3f7fae1d65e41f2564839b5cb02.zip
*** empty log message ***
-rw-r--r--etc/NEWS4
-rw-r--r--lisp/ChangeLog4
2 files changed, 7 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1ad5e8a285a..5b27a36f01b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
20an indirect buffer that is a twin copy of the current buffer. 20an indirect buffer that is a twin copy of the current buffer. The
21command `clone-buffer-indirectly-other-window', bound to C-x 4 c,
22does 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 @@
12000-04-19 Gerd Moellmann <gerd@gnu.org> 12000-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.