diff options
| author | Richard M. Stallman | 2007-10-24 08:15:03 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-10-24 08:15:03 +0000 |
| commit | 648db50deae4ed3add8a5665a749858dd7753f64 (patch) | |
| tree | 2b8a425aaf2e61a9984db72c4d06b88e14d9bad1 /lisp/ChangeLog | |
| parent | 8ed7fe5cf40becaa68d3bcdffe1c167c13c4918a (diff) | |
| download | emacs-648db50deae4ed3add8a5665a749858dd7753f64.tar.gz emacs-648db50deae4ed3add8a5665a749858dd7753f64.zip | |
(savehist-save): Omit unreadable elements.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bcde6b0efc8..b45014057b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2007-10-24 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * savehist.el (savehist-save): Omit unreadable elements. | ||
| 4 | |||
| 5 | * loadhist.el (unload-function-defs-list): Renamed from | ||
| 6 | unload-function-features-list. | ||
| 7 | (unload-feature-special-hooks, unload-feature): Doc fixes. | ||
| 8 | |||
| 9 | * indent.el (indent-to-left-margin): If point's in the indentation, | ||
| 10 | move to the end of the indentation. | ||
| 11 | |||
| 12 | * cus-edit.el (customize-changed-options): Make arg optional. | ||
| 13 | |||
| 1 | 2007-10-24 Juanma Barranquero <lekktu@gmail.com> | 14 | 2007-10-24 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 15 | ||
| 3 | * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings. | 16 | * bs.el (bs-select, bs-select-other-window): Fix typos in docstrings. |