]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Fri, 2 Nov 2001 07:14:24 +0000 (07:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 2 Nov 2001 07:14:24 +0000 (07:14 +0000)
lisp/ChangeLog
src/ChangeLog

index d1a9b79eb0cc03c113a05212a30c8be7caca309c..506edce2f39040978dd05c8e8f98441daa4b6d07 100644 (file)
@@ -1,3 +1,8 @@
+2001-11-02  Richard M. Stallman  <rms@gnu.org>
+
+       * 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  <miles@gnu.org>
 
        * help-mode.el (help-xref): New button type.
 
 2001-11-01  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.
index 916aa0cf20e01839b58ca45a798b91fe765467a5..ecce9c0b1edb59bfa841a68f89f3f3d265f6f619 100644 (file)
@@ -1,3 +1,7 @@
+2001-11-02  Richard M. Stallman  <rms@gnu.org>
+
+       * textprop.c (Fget_char_property): Doc fix.
+
 2001-11-02  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * process.c (Fstart_process): Add usage to doc-string.
 
 2001-11-01  Richard M. Stallman  <rms@gnu.org>
 
+       * 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.