]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 21:15:32 +0000 (21:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 2 Jan 2007 21:15:32 +0000 (21:15 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog

index 712074741869241851848b0011fe720d13d046d4..c4e634ae4608d19f25266291dd74da8f2e00220e 100644 (file)
@@ -5,6 +5,8 @@
 
 2007-01-02  Richard Stallman  <rms@gnu.org>
 
+       * wid-edit.el (widget-choose): Avoid ugly error for function keys.
+
        * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): 
        Fix format of value.
 
index 7cf5f461079a1d73cb6616719dde57a2c404662e..a555c30b20e6b5c1daee18f38c2b43bdf832de3f 100644 (file)
@@ -1,3 +1,13 @@
+2007-01-02  Richard Stallman  <rms@gnu.org>
+
+       * 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  <storm@cua.dk>
 
        * keymaps.texi (Tool Bar): Describe `grow-only' value of
index d25b45e75b5ee48ee860a4e66135ed97c79be5c2..882f9515ea80f4f97f10c35d8f08ada435a2b9ae 100644 (file)
@@ -1,3 +1,21 @@
+2007-01-02  Richard Stallman  <rms@gnu.org>
+
+       * 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  <ueno@unixuser.org>
 
        * message.texi (Using PGP/MIME): Document gpg-agent usage.