diff options
| author | Stefan Monnier | 2005-02-03 16:20:22 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2005-02-03 16:20:22 +0000 |
| commit | ca97010c3a44c61515e59340ebf062b3dce6ff9b (patch) | |
| tree | 52d633ab8d05499d01366a4865ce889f82f6606e /lisp/ChangeLog | |
| parent | a41118cc4571147ce0d4ff80e9d088e6cf9fecd6 (diff) | |
| download | emacs-ca97010c3a44c61515e59340ebf062b3dce6ff9b.tar.gz emacs-ca97010c3a44c61515e59340ebf062b3dce6ff9b.zip | |
(ispell-internal-change-dictionary): Fix problem in recent changes, where
the ispell process was repeatedly killed & restarted.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 708a20b1403..2cf391c4807 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,8 @@ | |||
| 1 | 2005-02-03 Stefan <monnier@iro.umontreal.ca> | 1 | 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem | ||
| 4 | in recent changes, where the ispell process was repeatedly | ||
| 5 | killed & restarted. | ||
| 2 | 6 | ||
| 3 | * international/mule-cmds.el (set-locale-environment): Set file-name | 7 | * international/mule-cmds.el (set-locale-environment): Set file-name |
| 4 | coding system to utf-8 on Darwin systems. | 8 | coding system to utf-8 on Darwin systems. |