aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-15 21:34:26 +0000
committerGerd Moellmann2000-08-15 21:34:26 +0000
commitdc28878c8b1ae9244f1bba63d84b815ac668db14 (patch)
tree19714286dd9eb6403bd7dd934f0c3b6148726da4
parent601ed8a0b1e5238534acf1799332d7ef1040750a (diff)
downloademacs-dc28878c8b1ae9244f1bba63d84b815ac668db14.tar.gz
emacs-dc28878c8b1ae9244f1bba63d84b815ac668db14.zip
*** empty log message ***
-rw-r--r--etc/NEWS2
-rw-r--r--lisp/ChangeLog8
2 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 8a58e5616ac..fd888b1cdff 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1109,6 +1109,8 @@ When you do C-x C-f /user@host:/path/file RET and edit the file,
1109and someone else modifies the file, you will be prompted to revert 1109and someone else modifies the file, you will be prompted to revert
1110the buffer, just like for the local files. 1110the buffer, just like for the local files.
1111 1111
1112** The buffer menu (C-x C-b) no longer lists the *Buffer List* buffer.
1113
1112** New modes and packages 1114** New modes and packages
1113 1115
1114*** The new package timeclock.el is a mode is for keeping track of time 1116*** The new package timeclock.el is a mode is for keeping track of time
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab1511eb34e..62defa4c9d9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12000-08-15 Gerd Moellmann <gerd@gnu.org> 12000-08-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
4 'buffer-menu' property.
5 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
6 fails.
7 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
8 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
9 wasn't killed.
10
3 * buff-menu.el (list-buffers-noselect): Don't display the 11 * buff-menu.el (list-buffers-noselect): Don't display the
4 *Buffer List* buffer. 12 *Buffer List* buffer.
5 13