Mercurial > emacs
comparison lisp/ChangeLog @ 40649:9ceb55408927
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 02 Nov 2001 07:14:24 +0000 |
parents | 94d8278d383f |
children | 1d907a03e658 |
comparison
equal
deleted
inserted
replaced
40648:a48a4d0806b4 | 40649:9ceb55408927 |
---|---|
1 2001-11-02 Richard M. Stallman <rms@gnu.org> | |
2 | |
3 * mouse.el (popup-menu): If the user refuses to select | |
4 from a menu, don't try to invoke the menu. | |
5 | |
1 2001-11-02 Miles Bader <miles@gnu.org> | 6 2001-11-02 Miles Bader <miles@gnu.org> |
2 | 7 |
3 * help-mode.el (help-xref): New button type. | 8 * help-mode.el (help-xref): New button type. |
4 (help-function, help-variable, help-face, help-coding-system) | 9 (help-function, help-variable, help-face, help-coding-system) |
5 (help-input-method, help-character-set, help-type, help-symbol) | 10 (help-input-method, help-character-set, help-type, help-symbol) |
22 * fill.el (fill-region-as-paragraph): Don't forget to skip | 27 * fill.el (fill-region-as-paragraph): Don't forget to skip |
23 over current whitespace before looking for a preceding space. | 28 over current whitespace before looking for a preceding space. |
24 | 29 |
25 2001-11-01 Richard M. Stallman <rms@gnu.org> | 30 2001-11-01 Richard M. Stallman <rms@gnu.org> |
26 | 31 |
32 * files.el (file-newest-backup): Don't pass backup file name | |
33 thru file-name-sans-versions, because it never has version numbers. | |
34 | |
35 * textmodes/sgml-mode.el (sgml-xml-guess): Fix regexp | |
36 to avoid ambiguous nested loops. | |
37 | |
27 * files.el (find-file-noselect): Offer to change buffer-read-only | 38 * files.el (find-file-noselect): Offer to change buffer-read-only |
28 only when the file's read-only status has changed from before | 39 only when the file's read-only status has changed from before |
29 as well as disagreeing with the buffer's current status. | 40 as well as disagreeing with the buffer's current status. |
30 (buffer-file-read-only): New var, local in all buffers. | 41 (buffer-file-read-only): New var, local in all buffers. |
31 | 42 |