# HG changeset patch # User Juri Linkov # Date 1192666658 0 # Node ID 819fe755aac332c2916818633ca23186b0966c23 # Parent ba27478c6149bc76101834985f23a694d13a9c65 *** empty log message *** diff -r ba27478c6149 -r 819fe755aac3 lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/find-func.el: Don't require loadhist.