Mercurial > emacs
changeset 62261:c7e447f15c03
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Thu, 12 May 2005 13:25:15 +0000 |
parents | a0af6e05c03a |
children | 9e498efab42b |
files | lisp/ChangeLog lispref/ChangeLog |
diffstat | 2 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu May 12 13:23:31 2005 +0000 +++ b/lisp/ChangeLog Thu May 12 13:25:15 2005 +0000 @@ -1,3 +1,12 @@ +2005-05-12 Lute Kamstra <lute@gnu.org> + + * emacs-lisp/generic.el (define-generic-mode): Don't generate a + defcustom for the mode hook variable. Delete the last argument. + * generic-x.el: Fix callers of define-generic-mode. + (generic-x-modes): Delete group. + (show-tabs-tab-face, show-tabs-space-face): Put them in the + generic-x customization group. + 2005-05-12 Kim F. Storm <storm@cua.dk> * font-lock.el (font-lock-negation-char-face): Default to "off".
--- a/lispref/ChangeLog Thu May 12 13:23:31 2005 +0000 +++ b/lispref/ChangeLog Thu May 12 13:25:15 2005 +0000 @@ -1,5 +1,8 @@ 2005-05-12 Lute Kamstra <lute@gnu.org> + * modes.texi (Generic Modes): Update. + (Major Modes): Refer to node "Generic Modes". + * elisp.texi (Top): Update to the current structure of the manual. * processes.texi (Processes): Add menu description. * customize.texi (Customization): Add menu descriptions.