# HG changeset patch # User Richard M. Stallman # Date 1162831900 0 # Node ID c83b592e110d979fb58466ae487023099bd729d4 # Parent 177184091f289b69ac0841c020136e89017a419b *** empty log message *** diff -r 177184091f28 -r c83b592e110d admin/FOR-RELEASE --- 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. diff -r 177184091f28 -r c83b592e110d lisp/ChangeLog --- 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 + + * 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 -r 177184091f28 -r c83b592e110d lispref/ChangeLog --- 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 + + * 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 -r 177184091f28 -r c83b592e110d man/ChangeLog --- 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 + + * 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.