# HG changeset patch # User Richard M. Stallman # Date 1167772532 0 # Node ID 08cc7ab326d5146944d4c2ab50d9324954fbef7a # Parent 5de4748cd80f6642cd03883a6c3c96745ae5b7b8 *** empty log message *** diff -r 5de4748cd80f -r 08cc7ab326d5 lisp/ChangeLog --- a/lisp/ChangeLog Tue Jan 02 21:15:09 2007 +0000 +++ b/lisp/ChangeLog Tue Jan 02 21:15:32 2007 +0000 @@ -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 -r 5de4748cd80f -r 08cc7ab326d5 lispref/ChangeLog --- a/lispref/ChangeLog Tue Jan 02 21:15:09 2007 +0000 +++ b/lispref/ChangeLog Tue Jan 02 21:15:32 2007 +0000 @@ -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 -r 5de4748cd80f -r 08cc7ab326d5 man/ChangeLog --- a/man/ChangeLog Tue Jan 02 21:15:09 2007 +0000 +++ b/man/ChangeLog Tue Jan 02 21:15:32 2007 +0000 @@ -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.