Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8040 emacs/lisp/ChangeLog:1.8041
*** emacs/lisp/ChangeLog:1.8040 Tue Aug  9 11:45:49 2005
--- emacs/lisp/ChangeLog        Tue Aug  9 13:35:12 2005
***************
*** 1,5 ****
--- 1,24 ----
  2005-08-09  Richard M. Stallman  <[EMAIL PROTECTED]>
  
+       * 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  <[EMAIL PROTECTED]>
+ 
+       * 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  <[EMAIL PROTECTED]>
+ 
        * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
        (sql-read-passwd): Use read-passwd.
  


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to