emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Agustin Martin Domingo
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Fri, 19 Dec 2008 11:45:35 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Agustin Martin Domingo <agmartin>       08/12/19 11:45:35

Modified files:
        lisp           : ChangeLog 

Log message:
        Fix missing entry for hunspell first cut
        
        (ispell-really-hunspell): new variable to signal hunspell
        (ispell-check-version):
        Check if hunspell and set ispell-really-hunspell if needed
        (ispell-send-string), (ispell-start-process), (flyspell-large-region):
        Pass right options for hunspell if needed

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.14969&r2=1.14970

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.14969
retrieving revision 1.14970
diff -u -b -r1.14969 -r1.14970
--- ChangeLog   19 Dec 2008 03:30:14 -0000      1.14969
+++ ChangeLog   19 Dec 2008 11:45:24 -0000      1.14970
@@ -9,6 +9,15 @@
        (authors-canonical-author-name): Doc fix.  Respect authors-fixed-case.
        (authors): Ensure error buffer is writable.
 
+2008-12-18  Agustin Martin <address@hidden>
+
+       (ispell-really-hunspell): new variable to signal hunspell
+       (ispell-check-version):
+       Check if hunspell and set ispell-really-hunspell if needed
+       (ispell-send-string), (ispell-start-process),
+       (flyspell-large-region):
+       Pass right options for hunspell if needed
+
 2008-12-18  Kenichi Handa  <address@hidden>
 
        * international/fontset.el (script-representative-chars): Add more




reply via email to

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