comparison lisp/ChangeLog @ 68959:ba7509deaeff

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 17 Feb 2006 11:13:26 +0000
parents 6c2ed3d7aa1a
children bc6d01921667
comparison
equal deleted inserted replaced
68958:feebf8fa84ad 68959:ba7509deaeff
114 (remove-from-invisibility-spec, allout-hide-current-subtree): 114 (remove-from-invisibility-spec, allout-hide-current-subtree):
115 Ditched unused variables. 115 Ditched unused variables.
116 116
117 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es> 117 2006-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
123 2006-02-17 Nick Roberts <nickrob@snap.net.nz> 127 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
124 128
125 * speedbar.el (speedbar-frame-width): Make an inline function 129 * speedbar.el (speedbar-frame-width): Make an inline function
126 instead of a macro. Use frame-width. 130 instead of a macro. Use frame-width.