From: Richard M. Stallman Date: Tue, 2 Jan 2007 21:15:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.93~275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a6c327a88c6fe3595d02ca8d498d0a4d037b87db;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71207474186..c4e634ae460 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ 2007-01-02 Richard Stallman + * wid-edit.el (widget-choose): Avoid ugly error for function keys. + * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Fix format of value. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7cf5f461079..a555c30b20e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,13 @@ +2007-01-02 Richard Stallman + + * variables.texi (Variable Aliases): Clarify that aliases vars + always have the same value. + + * processes.texi (Bindat Spec): Fix Texinfo usage. + + * modes.texi (Defining Minor Modes): Explain effect of command + defined with define-global-minor-mode on new buffers. + 2006-12-30 Kim F. Storm * keymaps.texi (Tool Bar): Describe `grow-only' value of diff --git a/man/ChangeLog b/man/ChangeLog index d25b45e75b5..882f9515ea8 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,21 @@ +2007-01-02 Richard Stallman + + * custom.texi (Changing a Variable): Minor clarification. + (Specific Customization): customize-customized => customize-unsaved. + + * entering.texi (Entering Emacs): Clean up text about restarting + Emacs for each file. + + * misc.texi (Shell Options): Minor cleanup. + + * msdog.texi (Windows Keyboard): Explain that Windows was incompatible + with Emacs, not vice versa. + + * programs.texi (Symbol Completion): Recommend customizing window + manager. + + * xresources.texi (Resources): Minor fix. + 2007-01-02 Daiki Ueno * message.texi (Using PGP/MIME): Document gpg-agent usage.