aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2006-02-17 11:13:26 +0000
committerEli Zaretskii2006-02-17 11:13:26 +0000
commit72e4724be1aa86f97e9f656e0d266f65872a98d2 (patch)
treea7310f9acfa2df1dd62ea138db85a47c53951c87 /lisp/ChangeLog
parent773e7e48217910d496eb227c4c3c3644773c1111 (diff)
downloademacs-72e4724be1aa86f97e9f656e0d266f65872a98d2.tar.gz
emacs-72e4724be1aa86f97e9f656e0d266f65872a98d2.zip
(ispell-local-dictionary-alist): Accept as valid any coding-system
supported by emacs. (ispell-dictionary-alist-3): Esperanto dictionary's coding system changed to iso-8859-3.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5e7498c0aa9..4b5bb05331c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -116,9 +116,13 @@
116 116
1172006-02-17 Agustin Martin <agustin.martin@hispalinux.es> 1172006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
118 118
119 * textmodes/ispell.el (ispell-change-dictionary): Call 119 * textmodes/ispell.el (ispell-change-dictionary): Call
120 ispell-buffer-local-dict instead of 120 ispell-buffer-local-dict instead of
121 ispell-accept-buffer-local-defs. 121 ispell-accept-buffer-local-defs.
122 (ispell-local-dictionary-alist): Accept as valid any coding-system
123 supported by emacs.
124 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
125 changed to iso-8859-3.
122 126
1232006-02-17 Nick Roberts <nickrob@snap.net.nz> 1272006-02-17 Nick Roberts <nickrob@snap.net.nz>
124 128