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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Fri, 02 Dec 2005 08:17:38 -0500

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.8716 emacs/lisp/ChangeLog:1.8717
*** emacs/lisp/ChangeLog:1.8716 Fri Dec  2 09:14:18 2005
--- emacs/lisp/ChangeLog        Fri Dec  2 13:17:38 2005
***************
*** 1,3 ****
--- 1,16 ----
+ 2005-12-02  Agustin Martin  <address@hidden>
+ 
+       * textmodes/flyspell.el (flyspell-external-point-words): Consider
+       a misspelling as found in the string search if: (a) misspelling
+       and found string lengths match, or (b) misspelling is found as
+       element in a boundary-chars separated longer string, or (c)
+       ispell-program-name is really ispell and misspelling is found as
+       part of a TeX string.  After successful match move beginning of
+       search region to end of match.  Warn about not found misspellings
+       once the process is done.
+       (flyspell-large-region) Do not set ispell-parser to tex if in TeX
+       mode.
+ 
  2005-12-02  Nick Roberts  <address@hidden>
  
        * progmodes/gud.el (gud-menu-map): Put gud-finish back on the




reply via email to

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