diff options
author | Richard M. Stallman <rms@gnu.org> | 2006-10-16 18:57:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2006-10-16 18:57:58 +0000 |
commit | ff53796b82047cf7c555f4e4c62212193a2954b6 (patch) | |
tree | b0a99e8a1d2a0df25bf68ef52d51680dc2a68c0b /lispref | |
parent | 94da4eb43b57b4d8885caca199d7ddade5bc33c5 (diff) | |
download | emacs-ff53796b82047cf7c555f4e4c62212193a2954b6.tar.gz |
*** empty log message ***
Diffstat (limited to 'lispref')
-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 @@ +2006-10-16 Richard Stallman <rms@gnu.org> + + * edebug.texi (Edebug Recursive Edit): Minor cleanup. + + * keymaps.texi (Format of Keymaps): Show all the keymap element + patterns that result from menu items. + (Key Lookup): Minor cleanups. + + * modes.texi (Precalculated Fontification): Don't say that + not setting font-lock-defaults avoids loading font-lock. + + * help.texi (Documentation): Move xref to Emacs Manual here. + (Documentation Basics): From here. + Also doc emacs-lisp-docstring-fill-column. + + * elisp.texi: Update version and ISBN. + + * commands.texi (Interactive Call): Clarify KEYS arg to + call-interactively is a vector. + (Command Loop Info): Delete anchor in this-command-keys. + Add anchor in this-command-keys-vector. + (Recursive Editing): Document how recursive-edit + handles the current buffer. + 2006-10-13 Chong Yidong <cyd@stupidchicken.com> * frames.texi (Frame Titles): %c and %l are ignored in |