diff options
| author | Richard M. Stallman | 2006-11-06 16:51:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-11-06 16:51:40 +0000 |
| commit | e5c12c7d776d7845272ca08c4ef7de5a9646fc8a (patch) | |
| tree | 324d6e8757f166d56dc5d99b5f7ae5542ea4e5ae | |
| parent | e3135734b208cffc5a5319714fa036b15e950a2e (diff) | |
| download | emacs-e5c12c7d776d7845272ca08c4ef7de5a9646fc8a.tar.gz emacs-e5c12c7d776d7845272ca08c4ef7de5a9646fc8a.zip | |
*** empty log message ***
| -rw-r--r-- | admin/FOR-RELEASE | 2 | ||||
| -rw-r--r-- | lisp/ChangeLog | 20 | ||||
| -rw-r--r-- | lispref/ChangeLog | 12 | ||||
| -rw-r--r-- | man/ChangeLog | 6 |
4 files changed, 40 insertions, 0 deletions
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. | |||
| 51 | 51 | ||
| 52 | ** Slowness of remove-overlays. | 52 | ** Slowness of remove-overlays. |
| 53 | 53 | ||
| 54 | ** CC mode defun-finding issues. | ||
| 55 | |||
| 54 | * DOCUMENTATION | 56 | * DOCUMENTATION |
| 55 | 57 | ||
| 56 | ** Check the Emacs Tutorial. | 58 | ** 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 @@ | |||
| 1 | 2006-11-06 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/flyspell.el (flyspell-correct-word-before-point): | ||
| 4 | New function broken out of flyspell-correct-word. | ||
| 5 | (flyspell-mode-map): Bind it to M-RET. | ||
| 6 | (flyspell-correct-word): Call it. | ||
| 7 | |||
| 8 | * textmodes/fill.el (fill-minibuffer-function): New function. | ||
| 9 | (fill-paragraph): Bind fill-paragraph-function to | ||
| 10 | fill-minibuffer-function. | ||
| 11 | |||
| 12 | * ruler-mode.el (ruler-mode-map): Add bindings for up-events | ||
| 13 | so that they aren't undefined. | ||
| 14 | |||
| 15 | * dired.el (dired-readin): Locally bind file-name-coding-system. | ||
| 16 | |||
| 17 | * bindings.el: Shorten and clarify usual mode line mouse help string. | ||
| 18 | |||
| 19 | * Makefile.in (autoloads): Don't include `obsolete'. | ||
| 20 | |||
| 1 | 2006-11-06 Chong Yidong <cyd@stupidchicken.com> | 21 | 2006-11-06 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 22 | ||
| 3 | * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set) | 23 | * 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 @@ | |||
| 1 | 2006-11-06 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * lists.texi (List Variables): Document COMPARE-FN. | ||
| 4 | |||
| 5 | * keymaps.texi: Avoid use of "binding" to mean a relation; | ||
| 6 | use it only to refer to the meaning associated with a key. | ||
| 7 | (Keymaps): Change menu node description. | ||
| 8 | |||
| 9 | * elisp.texi (Top): Change menu node description. | ||
| 10 | |||
| 11 | * display.texi (Managing Overlays): Document overlay-recenter. | ||
| 12 | |||
| 1 | 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | 13 | 2006-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * Makefile.in: Use relative paths to avoid advertising filesystem | 15 | * 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 @@ | |||
| 1 | 2006-11-06 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.texi (Acknowledgments): Fix name spelling, add Anna Bigatti. | ||
| 4 | |||
| 5 | * ack.texi (Acknowledgments): Fix name spelling. | ||
| 6 | |||
| 1 | 2006-11-01 Juri Linkov <juri@jurta.org> | 7 | 2006-11-01 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * search.texi (Word Search): Document incremental word search. | 9 | * search.texi (Word Search): Document incremental word search. |