From e6bff1824f24555fe98036afab85d642b6d91a8e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 2 Nov 2001 07:14:24 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 11 +++++++++++ src/ChangeLog | 9 +++++++++ 2 files changed, 20 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d1a9b79eb0c..506edce2f39 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-11-02 Richard M. Stallman + + * mouse.el (popup-menu): If the user refuses to select + from a menu, don't try to invoke the menu. + 2001-11-02 Miles Bader * help-mode.el (help-xref): New button type. @@ -24,6 +29,12 @@ 2001-11-01 Richard M. Stallman + * files.el (file-newest-backup): Don't pass backup file name + thru file-name-sans-versions, because it never has version numbers. + + * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp + to avoid ambiguous nested loops. + * 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. diff --git a/src/ChangeLog b/src/ChangeLog index 916aa0cf20e..ecce9c0b1ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-11-02 Richard M. Stallman + + * textprop.c (Fget_char_property): Doc fix. + 2001-11-02 Pavel Jan,Bm(Bk * process.c (Fstart_process): Add usage to doc-string. @@ -12,6 +16,11 @@ 2001-11-01 Richard M. Stallman + * data.c (Fmake_local_variable): Doc fix. + + * eval.c (Frun_hooks, Frun_hook_with_args_until_failure): Doc fix. + (Frun_hook_with_args_until_success, Frun_hook_with_args): Doc fix. + * 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. -- 2.39.2