*** empty log message ***

This commit is contained in:
Richard M. Stallman 2006-11-06 16:51:40 +00:00
parent e3135734b2
commit e5c12c7d77
4 changed files with 40 additions and 0 deletions

View 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.

View 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)

View 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

View 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.