changeset 40626:3a44ea41ebcb

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 01 Nov 2001 19:55:51 +0000
parents 1248b61b7baf
children 437141ea2a14
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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  <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,Bm(Bk  <Pavel@Janik.cz>
 
 	* window.c (grow_mini_window): Fix typo in comment.