# HG changeset patch # User Glenn Morris # Date 1196619499 0 # Node ID 97ff503d0d629bf6da1a2f2bcb95b56a431541db # Parent 3508192ca0a3a28695bd42c27bf61feb4d6badfc *** empty log message *** diff -r 3508192ca0a3 -r 97ff503d0d62 lisp/ChangeLog --- a/lisp/ChangeLog Sun Dec 02 18:17:34 2007 +0000 +++ b/lisp/ChangeLog Sun Dec 02 18:18:19 2007 +0000 @@ -1,3 +1,15 @@ +2007-12-02 Agustin Martin + + * textmodes/flyspell.el (flyspell-large-region): Explicitly set + encoding for aspell process and for communication with it. + Only add "-d" option if not already present. + Use ispell-current-dictionary and ispell-current-personal-dictionary. + General reorganization. + + * textmodes/ispell.el (ispell-aspell-find-dictionary): Do not set + encoding here. + (ispell-start-process): Explicitly set encoding here if using aspell. + 2007-12-02 Dan Nicolaescu * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Also pass a diff