emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 23 Apr 2008 20:39:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        08/04/23 20:39:10

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13540
retrieving revision 1.13541
diff -u -b -r1.13540 -r1.13541
--- ChangeLog   23 Apr 2008 18:39:20 -0000      1.13540
+++ ChangeLog   23 Apr 2008 20:39:08 -0000      1.13541
@@ -1,3 +1,16 @@
+2008-04-23  Agustin Martin  <address@hidden>
+
+       * ispell.el (ispell-set-spellchecker-params): New function to make sure
+       right params and dictionary alists are used after spellchecker changes.
+       (ispell-aspell-dictionary-alist, ispell-last-program-name)
+       (ispell-initialize-spellchecker-hook): New variables and hook.
+       (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
+       (ispell-maybe-find-aspell-dictionaries): Remove.
+       Calls replaced by (ispell-set-spellchecker-params) calls.
+       (ispell-have-aspell-dictionaries): Remove.
+       * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
+       ispell-set-spellchecker-params.
+
 2008-04-23  Stefan Monnier  <address@hidden>
 
        * complete.el (PC-do-completion): Be more robust in the presence of




reply via email to

[Prev in Thread] Current Thread [Next in Thread]