emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Mon, 14 Nov 2005 18:16:27 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8581 emacs/lisp/ChangeLog:1.8582
*** emacs/lisp/ChangeLog:1.8581 Mon Nov 14 22:30:35 2005
--- emacs/lisp/ChangeLog        Mon Nov 14 23:16:26 2005
***************
*** 1,3 ****
--- 1,14 ----
+ 2005-11-14  Luc Teirlinck  <address@hidden>
+ 
+       * help-mode.el (help-make-xrefs, help-xref-on-pp)
+       (help-xref-interned, help-follow): Make hyperlinks for variables
+       that are unbound, but have a non-nil variable-documentation property.
+ 
+       * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
+       mode hook.  (It conflicted with defcustoms for some mode hooks.)
+       Use the `variable-documentation' property to give the mode hook a
+       docstring and expand that docstring.
+ 
  2005-11-14  Hrvoje Niksic  <address@hidden>
  
        * savehist.el (savehist-mode): Don't bother with `custom-set-minor-mode.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]