From e5c12c7d776d7845272ca08c4ef7de5a9646fc8a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 6 Nov 2006 16:51:40 +0000 Subject: [PATCH] *** empty log message *** --- admin/FOR-RELEASE | 2 ++ lisp/ChangeLog | 20 ++++++++++++++++++++ lispref/ChangeLog | 12 ++++++++++++ man/ChangeLog | 6 ++++++ 4 files changed, 40 insertions(+) diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 9d5a86db4c..9982ca8b7a 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -51,6 +51,8 @@ to the hack introduced on 2005-07-01 to fix some other Cleartype problem. ** Slowness of remove-overlays. +** CC mode defun-finding issues. + * DOCUMENTATION ** Check the Emacs Tutorial. diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaf3a9eef8..55205e159e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2006-11-06 Richard Stallman + + * textmodes/flyspell.el (flyspell-correct-word-before-point): + New function broken out of flyspell-correct-word. + (flyspell-mode-map): Bind it to M-RET. + (flyspell-correct-word): Call it. + + * textmodes/fill.el (fill-minibuffer-function): New function. + (fill-paragraph): Bind fill-paragraph-function to + fill-minibuffer-function. + + * ruler-mode.el (ruler-mode-map): Add bindings for up-events + so that they aren't undefined. + + * dired.el (dired-readin): Locally bind file-name-coding-system. + + * bindings.el: Shorten and clarify usual mode line mouse help string. + + * Makefile.in (autoloads): Don't include `obsolete'. + 2006-11-06 Chong Yidong * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set) diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3af50b868b..9ae6eabe12 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,15 @@ +2006-11-06 Richard Stallman + + * lists.texi (List Variables): Document COMPARE-FN. + + * keymaps.texi: Avoid use of "binding" to mean a relation; + use it only to refer to the meaning associated with a key. + (Keymaps): Change menu node description. + + * elisp.texi (Top): Change menu node description. + + * display.texi (Managing Overlays): Document overlay-recenter. + 2006-10-29 Chong Yidong * Makefile.in: Use relative paths to avoid advertising filesystem diff --git a/man/ChangeLog b/man/ChangeLog index 9aaaca09b5..e2388af77d 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,9 @@ +2006-11-06 Richard Stallman + + * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti. + + * ack.texi (Acknowledgments): Fix name spelling. + 2006-11-01 Juri Linkov * search.texi (Word Search): Document incremental word search. -- 2.39.2