# HG changeset patch # User Richard M. Stallman # Date 1123594512 0 # Node ID 7dd34112023a22c559704b3fc68d2cd301f9313a # Parent a471e69ed043bb034cf5e8249902b4661a83b27c *** empty log message *** diff -r a471e69ed043 -r 7dd34112023a lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 09 13:35:03 2005 +0000 +++ b/lisp/ChangeLog Tue Aug 09 13:35:12 2005 +0000 @@ -1,3 +1,22 @@ +2005-08-09 Richard M. Stallman + + * files.el (find-file-noselect): Don't call set-buffer-major-mode. + (find-file-noselect-1): Call it here, only if RAWFILE. + (normal-mode): Always set some major mode. + (save-some-buffers-action-alist): Change some explanation strings. + (file-name-non-special): In the `quote' method, use unwind-protect. + +2005-08-09 Magnus Henoch + + * textmodes/ispell.el (aspell-have-dictionaries): New variable. + (aspell-find-dictionaries): New command. + (aspell-data-dir): New variable. + (aspell-find-data-dir): New function. + (aspell-find-dictionary): New function. + (ispell-valid-dictionary-list): Call aspell-find-dictionaries if + appropriate. Don't look for ispell dictionaries if we use + aspell. + 2005-08-09 Richard M. Stallman * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.