diff options
| author | Richard M. Stallman | 2005-12-23 01:34:27 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-12-23 01:34:27 +0000 |
| commit | bba50f8a9e697263139b19872ee0cc8f0e46b317 (patch) | |
| tree | 95bd33c694f6716c6f325c444bf22a381b74dd44 /lisp/ChangeLog | |
| parent | b758ae9ad97fdc1b2750b9ec8801aa85a4e6dbfc (diff) | |
| download | emacs-bba50f8a9e697263139b19872ee0cc8f0e46b317.tar.gz emacs-bba50f8a9e697263139b19872ee0cc8f0e46b317.zip | |
(customize-changed-options-previous-release): Prev release is 21.1.
(customize-changed-options): Doc fix.
(customize-changed): New alias.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 549f4b946c4..0efa8508fe2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,15 +1,15 @@ | |||
| 1 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | 1 | 2005-12-22 Richard M. Stallman <rms@gnu.org> |
| 2 | |||
| 3 | * cus-edit.el (customize-browse): Reword the top-of-buffer help intro. | ||
| 4 | (custom-buffer-create-internal): Fix previous change. | ||
| 5 | |||
| 6 | 2005-12-22 Richard M. Stallman <rms@gnu.org> | ||
| 7 | 2 | ||
| 8 | * cus-edit.el (custom-variable-prompt): Say "variable" in prompt. | 3 | * cus-edit.el (custom-variable-prompt): Say "variable" in prompt. |
| 9 | (custom-buffer-create-internal): Reword the top-of-buffer help intro. | 4 | (custom-buffer-create-internal): Reword the top-of-buffer help intro. |
| 10 | Don't include buttons that write a file when there's no file. | 5 | Don't include buttons that write a file when there's no file. |
| 11 | (custom-variable-menu, custom-face-menu, custom-group-menu): | 6 | (custom-variable-menu, custom-face-menu, custom-group-menu): |
| 12 | Don't include commands that write a file when there's no file. | 7 | Don't include commands that write a file when there's no file. |
| 8 | (customize-browse): Reword the top-of-buffer help intro. | ||
| 9 | (custom-buffer-create-internal): Fix previous change. | ||
| 10 | (customize-changed-options-previous-release): Prev release is 21.1. | ||
| 11 | (customize-changed-options): Doc fix. | ||
| 12 | (customize-changed): New alias. | ||
| 13 | 13 | ||
| 14 | 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca> | 14 | 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca> |
| 15 | 15 | ||