comparison lisp/ChangeLog @ 34702:b8ef768b3a72

Remove duplicate log entry.
author Miles Bader <miles@gnu.org>
date Tue, 19 Dec 2000 03:09:13 +0000
parents eee1bfc26d5a
children 19ac95df016c
comparison
equal deleted inserted replaced
34701:1afa708b89ea 34702:b8ef768b3a72
176 if symbol is bound before getting its value. 176 if symbol is bound before getting its value.
177 177
178 * tooltip.el (tooltip-show): If an error is signaled in 178 * tooltip.el (tooltip-show): If an error is signaled in
179 x-show-tip, display that error, and display the help in the 179 x-show-tip, display that error, and display the help in the
180 echo area. 180 echo area.
181
182 2000-12-15 Miles Bader <miles@gnu.org>
183
184 * window.el (mode-line-window-height-fudge): Function removed.
185 (height-affecting-face-attributes, mode-line-window-height-fudge):
186 Variables removed.
187 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
188 window is really the right size. Use vertical-motion
189 rather than forward-line.
190 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
191 (ispell-choices-win-default-height): Function removed.
192 (ispell-command-loop, ispell-show-choices): Use the variable
193 ispell-mode-line-window-height-fudge, rather than the function.
194 (ispell-mode-line-window-height-fudge): Function removed.
195 181
196 2000-12-14 Kenichi Handa <handa@etl.go.jp> 182 2000-12-14 Kenichi Handa <handa@etl.go.jp>
197 183
198 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show 184 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
199 "... entries" messages for every 10000 entries, not 10. 185 "... entries" messages for every 10000 entries, not 10.