aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2007-10-24 08:15:03 +0000
committerRichard M. Stallman2007-10-24 08:15:03 +0000
commit648db50deae4ed3add8a5665a749858dd7753f64 (patch)
tree2b8a425aaf2e61a9984db72c4d06b88e14d9bad1 /lisp/ChangeLog
parent8ed7fe5cf40becaa68d3bcdffe1c167c13c4918a (diff)
downloademacs-648db50deae4ed3add8a5665a749858dd7753f64.tar.gz
emacs-648db50deae4ed3add8a5665a749858dd7753f64.zip
(savehist-save): Omit unreadable elements.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
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 @@
12007-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
12007-10-24 Juanma Barranquero <lekktu@gmail.com> 142007-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.