]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 6 Nov 2006 16:51:40 +0000 (16:51 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 6 Nov 2006 16:51:40 +0000 (16:51 +0000)
admin/FOR-RELEASE
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog

index 9d5a86db4cabfb210b96aea5b2284ac277b79cfc..9982ca8b7a5d5e25013a77058b3197b6b17709f3 100644 (file)
@@ -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.
index eaf3a9eef86c9157ac1c6a5cc60737b8454338a9..55205e159e2df9ad943bde052249781265f95503 100644 (file)
@@ -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)
index 3af50b868b738912718f718c9dca6b2838520756..9ae6eabe12e7d659b0187529fabba6f3e05a9d7b 100644 (file)
@@ -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
index 9aaaca09b5013d2dc31587ad6dda3880e485a6ac..e2388af77de5dae5bdbf6a7fb168f778a4e3a7e9 100644 (file)
@@ -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.