diff options
| author | Juri Linkov | 2007-10-18 00:17:38 +0000 |
|---|---|---|
| committer | Juri Linkov | 2007-10-18 00:17:38 +0000 |
| commit | 8dd4830b2a894e90c06921033d8cd8bd05469fe6 (patch) | |
| tree | f8cbe3dba67547eb8fd764092bc88cbccf98f960 /lisp/ChangeLog | |
| parent | ecde850af07c3ed64a638fe843da967214b4d3f3 (diff) | |
| download | emacs-8dd4830b2a894e90c06921033d8cd8bd05469fe6.tar.gz emacs-8dd4830b2a894e90c06921033d8cd8bd05469fe6.zip | |
(auto-mode-alist): Add \\. before PDF/PS/DVI extensions. Regroup.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d6132f665aa..8e0853ea612 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 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. |