diff options
| author | Richard M. Stallman | 2006-10-16 18:57:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-10-16 18:57:58 +0000 |
| commit | ff53796b82047cf7c555f4e4c62212193a2954b6 (patch) | |
| tree | b0a99e8a1d2a0df25bf68ef52d51680dc2a68c0b /lispref/ChangeLog | |
| parent | 94da4eb43b57b4d8885caca199d7ddade5bc33c5 (diff) | |
| download | emacs-ff53796b82047cf7c555f4e4c62212193a2954b6.tar.gz emacs-ff53796b82047cf7c555f4e4c62212193a2954b6.zip | |
*** empty log message ***
Diffstat (limited to 'lispref/ChangeLog')
| -rw-r--r-- | lispref/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index b059d238cdd..596398399a9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2006-10-16 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * edebug.texi (Edebug Recursive Edit): Minor cleanup. | ||
| 4 | |||
| 5 | * keymaps.texi (Format of Keymaps): Show all the keymap element | ||
| 6 | patterns that result from menu items. | ||
| 7 | (Key Lookup): Minor cleanups. | ||
| 8 | |||
| 9 | * modes.texi (Precalculated Fontification): Don't say that | ||
| 10 | not setting font-lock-defaults avoids loading font-lock. | ||
| 11 | |||
| 12 | * help.texi (Documentation): Move xref to Emacs Manual here. | ||
| 13 | (Documentation Basics): From here. | ||
| 14 | Also doc emacs-lisp-docstring-fill-column. | ||
| 15 | |||
| 16 | * elisp.texi: Update version and ISBN. | ||
| 17 | |||
| 18 | * commands.texi (Interactive Call): Clarify KEYS arg to | ||
| 19 | call-interactively is a vector. | ||
| 20 | (Command Loop Info): Delete anchor in this-command-keys. | ||
| 21 | Add anchor in this-command-keys-vector. | ||
| 22 | (Recursive Editing): Document how recursive-edit | ||
| 23 | handles the current buffer. | ||
| 24 | |||
| 1 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> | 25 | 2006-10-13 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 26 | ||
| 3 | * frames.texi (Frame Titles): %c and %l are ignored in | 27 | * frames.texi (Frame Titles): %c and %l are ignored in |