changeset 64851:7dd34112023a

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 13:35:12 +0000
parents a471e69ed043
children ff03de091b63
files lisp/ChangeLog
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <rms@gnu.org>
+
+	* 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  <mange@freemail.hu>
+
+	* 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  <rms@gnu.org>
 
 	* progmodes/sql.el (sql-interactive-mode-map): Use fboundp.