Mercurial > emacs
changeset 40649:9ceb55408927
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Nov 2001 07:14:24 +0000 |
parents | a48a4d0806b4 |
children | ded4aa3c81b2 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 02 07:14:16 2001 +0000 +++ b/lisp/ChangeLog Fri Nov 02 07:14:24 2001 +0000 @@ -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. @@ -24,6 +29,12 @@ 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.
--- a/src/ChangeLog Fri Nov 02 07:14:16 2001 +0000 +++ b/src/ChangeLog Fri Nov 02 07:14:24 2001 +0000 @@ -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,Bm(Bk <Pavel@Janik.cz> * process.c (Fstart_process): Add usage to doc-string. @@ -12,6 +16,11 @@ 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.