diff options
| author | Eli Zaretskii | 2012-04-08 20:09:03 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2012-04-08 20:09:03 +0300 |
| commit | b39bb7e124f984a8fe7f05cce4a7f0d92d22e380 (patch) | |
| tree | f2f57f616c4d2e9fc7c2c1083113777d8904c8b7 /lisp/ChangeLog | |
| parent | 3b747a14c7822b70003659b522b91f6e5419e929 (diff) | |
| download | emacs-b39bb7e124f984a8fe7f05cce4a7f0d92d22e380.tar.gz emacs-b39bb7e124f984a8fe7f05cce4a7f0d92d22e380.zip | |
Fix invocation of Hunspell by ispell.el.
lisp/textmodes/ispell.el (ispell-check-version): For hunspell, set
ispell-encoding8-command to "-i", without a trailing space.
(ispell-start-process): For hunspell, use '("-i" ENCODING), in 2
separate command-line arguments, to specify the encoding, since
that's how hunspell expects it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c2597bc0e55..b769d60402e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-04-08 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-check-version): For hunspell, set | ||
| 4 | ispell-encoding8-command to "-i", without a trailing space. | ||
| 5 | (ispell-start-process): For hunspell, use '("-i" ENCODING), in 2 | ||
| 6 | separate command-line arguments, to specify the encoding, since | ||
| 7 | that's how hunspell expects it. | ||
| 8 | |||
| 1 | 2012-04-08 Glenn Morris <rgm@gnu.org> | 9 | 2012-04-08 Glenn Morris <rgm@gnu.org> |
| 2 | 10 | ||
| 3 | * loadup.el: Load bindings before cus-start. | 11 | * loadup.el: Load bindings before cus-start. |