From: Richard M. Stallman Date: Thu, 1 Nov 2001 19:55:51 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~18904 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9271ed2c11dc31295364b0244cce6c37a2d876ac;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9aea14ba1d..404c3c1f546 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,14 @@ +2001-11-01 Richard M. Stallman + + * files.el (find-file-noselect): Offer to change buffer-read-only + only when the file's read-only status has changed from before + as well as disagreeing with the buffer's current status. + (buffer-file-read-only): New var, local in all buffers. + + * buff-menu.el (buffer-menu): Doc fix. + (buffer-menu-other-window): Doc fix. + (list-buffers, list-buffers-noselect): Doc fix. + 2001-11-01 Gerd Moellmann * startup.el (command-line): If the terminal Emacs is running on diff --git a/src/ChangeLog b/src/ChangeLog index fa3356ca12a..710d4f3f547 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2001-11-01 Richard M. Stallman + + * keymap.c (Fdescribe_buffer_bindings): Print character property + bindings along with or instead of the buffer local map. + Make the overriding maps override what they should. + 2001-11-01 Pavel Jan,Bm(Bk * window.c (grow_mini_window): Fix typo in comment.