diff options
| author | Richard M. Stallman | 2007-01-02 21:15:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2007-01-02 21:15:32 +0000 |
| commit | a6c327a88c6fe3595d02ca8d498d0a4d037b87db (patch) | |
| tree | 6c0cc3ed0db8c9ac88ce196c9100c15f29340478 | |
| parent | 421be070361daada7d3e9560144a3aa35af8bed9 (diff) | |
| download | emacs-a6c327a88c6fe3595d02ca8d498d0a4d037b87db.tar.gz emacs-a6c327a88c6fe3595d02ca8d498d0a4d037b87db.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lispref/ChangeLog | 10 | ||||
| -rw-r--r-- | man/ChangeLog | 18 |
3 files changed, 30 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 71207474186..c4e634ae460 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,8 @@ | |||
| 5 | 5 | ||
| 6 | 2007-01-02 Richard Stallman <rms@gnu.org> | 6 | 2007-01-02 Richard Stallman <rms@gnu.org> |
| 7 | 7 | ||
| 8 | * wid-edit.el (widget-choose): Avoid ugly error for function keys. | ||
| 9 | |||
| 8 | * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): | 10 | * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): |
| 9 | Fix format of value. | 11 | Fix format of value. |
| 10 | 12 | ||
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 7cf5f461079..a555c30b20e 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2007-01-02 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * variables.texi (Variable Aliases): Clarify that aliases vars | ||
| 4 | always have the same value. | ||
| 5 | |||
| 6 | * processes.texi (Bindat Spec): Fix Texinfo usage. | ||
| 7 | |||
| 8 | * modes.texi (Defining Minor Modes): Explain effect of command | ||
| 9 | defined with define-global-minor-mode on new buffers. | ||
| 10 | |||
| 1 | 2006-12-30 Kim F. Storm <storm@cua.dk> | 11 | 2006-12-30 Kim F. Storm <storm@cua.dk> |
| 2 | 12 | ||
| 3 | * keymaps.texi (Tool Bar): Describe `grow-only' value of | 13 | * 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 @@ | |||
| 1 | 2007-01-02 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * custom.texi (Changing a Variable): Minor clarification. | ||
| 4 | (Specific Customization): customize-customized => customize-unsaved. | ||
| 5 | |||
| 6 | * entering.texi (Entering Emacs): Clean up text about restarting | ||
| 7 | Emacs for each file. | ||
| 8 | |||
| 9 | * misc.texi (Shell Options): Minor cleanup. | ||
| 10 | |||
| 11 | * msdog.texi (Windows Keyboard): Explain that Windows was incompatible | ||
| 12 | with Emacs, not vice versa. | ||
| 13 | |||
| 14 | * programs.texi (Symbol Completion): Recommend customizing window | ||
| 15 | manager. | ||
| 16 | |||
| 17 | * xresources.texi (Resources): Minor fix. | ||
| 18 | |||
| 1 | 2007-01-02 Daiki Ueno <ueno@unixuser.org> | 19 | 2007-01-02 Daiki Ueno <ueno@unixuser.org> |
| 2 | 20 | ||
| 3 | * message.texi (Using PGP/MIME): Document gpg-agent usage. | 21 | * message.texi (Using PGP/MIME): Document gpg-agent usage. |