Mercurial > emacs
comparison lisp/ChangeLog @ 85388:819fe755aac3
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Thu, 18 Oct 2007 00:17:38 +0000 |
parents | 961889408461 |
children | 1f7d845d0eef |
comparison
equal
deleted
inserted
replaced
85387:ba27478c6149 | 85388:819fe755aac3 |
---|---|
1 2007-10-17 Juri Linkov <juri@jurta.org> | |
2 | |
3 * textmodes/fill.el (fill-paragraph-or-region): Remove function | |
4 at the request of RMS. | |
5 (fill-paragraph): Change `arg' to optional `justify'. Add interactive | |
6 arg `region'. Fix docstring. At the first `or' branch add call to | |
7 `fill-region' if it the region is active in transient-mark-mode. | |
8 | |
9 * bindings.el (esc-map): Bind M-q to fill-paragraph | |
10 instead of fill-paragraph-or-region. | |
11 | |
12 * tutorial.el (tutorial--default-keys): Replace fill-paragraph-or-region | |
13 with fill-paragraph. | |
14 | |
15 * textmodes/ispell.el (ispell-word): Add interactive arg `region'. | |
16 Fix docstring. | |
17 | |
18 * indent.el (indent-for-tab-command): Change interactive spec from | |
19 "P" to "p". Add check for interactive arg before indenting the | |
20 active region. | |
21 | |
22 * files.el (auto-mode-alist): Add \\. before PDF/PS/DVI extensions. | |
23 Regroup. | |
24 | |
1 2007-10-17 Juanma Barranquero <lekktu@gmail.com> | 25 2007-10-17 Juanma Barranquero <lekktu@gmail.com> |
2 | 26 |
3 * emacs-lisp/find-func.el: Don't require loadhist. | 27 * emacs-lisp/find-func.el: Don't require loadhist. |
4 | 28 |
5 * loadhist.el (feature-symbols, file-provides, file-requires) | 29 * loadhist.el (feature-symbols, file-provides, file-requires) |