From: Lute Kamstra Date: Tue, 17 May 2005 15:21:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~218 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8d0b7699ec9c41185bddf90d07dcd5cb2977d02;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e63ee76d68b..6a5aa6f645c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-05-17 Lute Kamstra + * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a + defcustom for the mode hook variable. + * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the Emacs Lisp Reference Manual. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 2563f22d36b..e3d2b2ba483 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2005-05-17 Lute Kamstra + + * modes.texi (Defining Minor Modes): Mention the mode hook. + 2005-05-15 Kim F. Storm * processes.texi (Network): Remove open-network-stream-nowait.