# HG changeset patch # User Richard M. Stallman # Date 1004644551 0 # Node ID 3a44ea41ebcb64c34a5578738d34bac93ee14d18 # Parent 1248b61b7bafbcbef4aac61c17ce0bd1e16344a7 *** empty log message *** diff -r 1248b61b7baf -r 3a44ea41ebcb lisp/ChangeLog --- a/lisp/ChangeLog Thu Nov 01 19:55:42 2001 +0000 +++ b/lisp/ChangeLog Thu Nov 01 19:55:51 2001 +0000 @@ -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 -r 1248b61b7baf -r 3a44ea41ebcb src/ChangeLog --- a/src/ChangeLog Thu Nov 01 19:55:42 2001 +0000 +++ b/src/ChangeLog Thu Nov 01 19:55:51 2001 +0000 @@ -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.