Mercurial > emacs
comparison lisp/ChangeLog @ 64856:c33c10cefdfb
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 14:12:44 +0000 |
parents | 04c559b57456 |
children | 15e2ef5c7c16 |
comparison
equal
deleted
inserted
replaced
64855:2fe6c83ec9b4 | 64856:c33c10cefdfb |
---|---|
9 | 9 |
10 * textmodes/fill.el (fill-nonuniform-paragraphs): | 10 * textmodes/fill.el (fill-nonuniform-paragraphs): |
11 Improve argument/docstring consistency. | 11 Improve argument/docstring consistency. |
12 | 12 |
13 2005-08-09 Richard M. Stallman <rms@gnu.org> | 13 2005-08-09 Richard M. Stallman <rms@gnu.org> |
14 | |
15 * textmodes/ispell.el (ispell-word): More fboundp checks. | |
14 | 16 |
15 * files.el (find-file-noselect): Don't call set-buffer-major-mode. | 17 * files.el (find-file-noselect): Don't call set-buffer-major-mode. |
16 (find-file-noselect-1): Call it here, only if RAWFILE. | 18 (find-file-noselect-1): Call it here, only if RAWFILE. |
17 (normal-mode): Always set some major mode. | 19 (normal-mode): Always set some major mode. |
18 (save-some-buffers-action-alist): Change some explanation strings. | 20 (save-some-buffers-action-alist): Change some explanation strings. |
19 (file-name-non-special): In the `quote' method, use unwind-protect. | 21 (file-name-non-special): In the `quote' method, use unwind-protect. |
20 | 22 |
21 2005-08-09 Magnus Henoch <mange@freemail.hu> | 23 2005-08-09 Magnus Henoch <mange@freemail.hu> |
22 | 24 |
23 * textmodes/ispell.el (aspell-have-dictionaries): New variable. | 25 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command. |
24 (aspell-find-dictionaries): New command. | 26 (ispell-have-aspell-dictionaries): New variable. |
25 (aspell-data-dir): New variable. | 27 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables. |
26 (aspell-find-data-dir): New function. | 28 (ispell-get-aspell-config-value): New function. |
27 (aspell-find-dictionary): New function. | 29 (ispell-aspell-find-dictionary): New function. |
28 (ispell-valid-dictionary-list): Call aspell-find-dictionaries if | 30 (ispell-aspell-add-aliases): New function. |
29 appropriate. Don't look for ispell dictionaries if we use | 31 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if |
30 aspell. | 32 appropriate. Don't look for ispell dictionaries if we use aspell. |
31 | 33 (ispell-menu-map): Don't build a submenu of dictionaries. |
34 | |
32 2005-08-09 Richard M. Stallman <rms@gnu.org> | 35 2005-08-09 Richard M. Stallman <rms@gnu.org> |
33 | 36 |
34 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp. | 37 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp. |
35 (sql-read-passwd): Use read-passwd. | 38 (sql-read-passwd): Use read-passwd. |
36 | 39 |