comparison lisp/ChangeLog @ 64851:7dd34112023a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 13:35:12 +0000
parents a2d841662b3d
children 04c559b57456
comparison
equal deleted inserted replaced
64850:a471e69ed043 64851:7dd34112023a
1 2005-08-09 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
4 (find-file-noselect-1): Call it here, only if RAWFILE.
5 (normal-mode): Always set some major mode.
6 (save-some-buffers-action-alist): Change some explanation strings.
7 (file-name-non-special): In the `quote' method, use unwind-protect.
8
9 2005-08-09 Magnus Henoch <mange@freemail.hu>
10
11 * textmodes/ispell.el (aspell-have-dictionaries): New variable.
12 (aspell-find-dictionaries): New command.
13 (aspell-data-dir): New variable.
14 (aspell-find-data-dir): New function.
15 (aspell-find-dictionary): New function.
16 (ispell-valid-dictionary-list): Call aspell-find-dictionaries if
17 appropriate. Don't look for ispell dictionaries if we use
18 aspell.
19
1 2005-08-09 Richard M. Stallman <rms@gnu.org> 20 2005-08-09 Richard M. Stallman <rms@gnu.org>
2 21
3 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp. 22 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
4 (sql-read-passwd): Use read-passwd. 23 (sql-read-passwd): Use read-passwd.
5 24