aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fd74d80c848..12ae20a75f3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,14 @@
12005-11-14 Luc Teirlinck <teirllm@auburn.edu>
2
3 * help-mode.el (help-make-xrefs, help-xref-on-pp)
4 (help-xref-interned, help-follow): Make hyperlinks for variables
5 that are unbound, but have a non-nil variable-documentation property.
6
7 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8 mode hook. (It conflicted with defcustoms for some mode hooks.)
9 Use the `variable-documentation' property to give the mode hook a
10 docstring and expand that docstring.
11
12005-11-14 Hrvoje Niksic <hniksic@xemacs.org> 122005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
2 13
3 * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode. 14 * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode.