Mercurial > emacs
changeset 73789:c83b592e110d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 06 Nov 2006 16:51:40 +0000 |
parents | 177184091f28 |
children | 920f49f4917c |
files | admin/FOR-RELEASE lisp/ChangeLog lispref/ChangeLog man/ChangeLog |
diffstat | 4 files changed, 40 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/admin/FOR-RELEASE Mon Nov 06 16:47:33 2006 +0000 +++ b/admin/FOR-RELEASE Mon Nov 06 16:51:40 2006 +0000 @@ -51,6 +51,8 @@ ** Slowness of remove-overlays. +** CC mode defun-finding issues. + * DOCUMENTATION ** Check the Emacs Tutorial.
--- a/lisp/ChangeLog Mon Nov 06 16:47:33 2006 +0000 +++ b/lisp/ChangeLog Mon Nov 06 16:51:40 2006 +0000 @@ -1,3 +1,23 @@ +2006-11-06 Richard Stallman <rms@gnu.org> + + * 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 <cyd@stupidchicken.com> * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
--- a/lispref/ChangeLog Mon Nov 06 16:47:33 2006 +0000 +++ b/lispref/ChangeLog Mon Nov 06 16:51:40 2006 +0000 @@ -1,3 +1,15 @@ +2006-11-06 Richard Stallman <rms@gnu.org> + + * 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 <cyd@stupidchicken.com> * Makefile.in: Use relative paths to avoid advertising filesystem
--- a/man/ChangeLog Mon Nov 06 16:47:33 2006 +0000 +++ b/man/ChangeLog Mon Nov 06 16:51:40 2006 +0000 @@ -1,3 +1,9 @@ +2006-11-06 Richard Stallman <rms@gnu.org> + + * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti. + + * ack.texi (Acknowledgments): Fix name spelling. + 2006-11-01 Juri Linkov <juri@jurta.org> * search.texi (Word Search): Document incremental word search.