+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.
+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.