Mercurial > emacs
changeset 85388:819fe755aac3
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:17:38 +0000 |
parents | ba27478c6149 |
children | a8bff00271d4 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Oct 18 00:16:33 2007 +0000 +++ b/lisp/ChangeLog Thu Oct 18 00:17:38 2007 +0000 @@ -1,3 +1,27 @@ +2007-10-17 Juri Linkov <juri@jurta.org> + + * textmodes/fill.el (fill-paragraph-or-region): Remove function + at the request of RMS. + (fill-paragraph): Change `arg' to optional `justify'. Add interactive + arg `region'. Fix docstring. At the first `or' branch add call to + `fill-region' if it the region is active in transient-mark-mode. + + * bindings.el (esc-map): Bind M-q to fill-paragraph + instead of fill-paragraph-or-region. + + * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region + with fill-paragraph. + + * textmodes/ispell.el (ispell-word): Add interactive arg `region'. + Fix docstring. + + * indent.el (indent-for-tab-command): Change interactive spec from + "P" to "p". Add check for interactive arg before indenting the + active region. + + * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions. + Regroup. + 2007-10-17 Juanma Barranquero <lekktu@gmail.com> * emacs-lisp/find-func.el: Don't require loadhist.