From: Richard M. Stallman Date: Mon, 6 Nov 2006 16:51:40 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-22.0.91~246 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5c12c7d776d7845272ca08c4ef7de5a9646fc8a;p=emacs.git *** empty log message *** --- diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 9d5a86db4ca..9982ca8b7a5 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 eaf3a9eef86..55205e159e2 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 3af50b868b7..9ae6eabe12e 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 9aaaca09b50..e2388af77de 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.