]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Thu, 1 Nov 2001 19:55:51 +0000 (19:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 1 Nov 2001 19:55:51 +0000 (19:55 +0000)
lisp/ChangeLog
src/ChangeLog

index b9aea14ba1d4cfc0e8bc2998a5fb730fc04d6710..404c3c1f546c6b1b29c26f256f8e39eca8a5c0ff 100644 (file)
@@ -1,3 +1,14 @@
+2001-11-01  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <gerd@gnu.org>
 
        * startup.el (command-line): If the terminal Emacs is running on
index fa3356ca12a4a89076e5f3b9b537144ab44de5fa..710d4f3f5476da536397df2ff9947f1aee70d8ca 100644 (file)
@@ -1,3 +1,9 @@
+2001-11-01  Richard M. Stallman  <rms@gnu.org>
+
+       * 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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * window.c (grow_mini_window): Fix typo in comment.