comparison lisp/ChangeLog @ 34581:709f07c104ed

*** empty log message ***
author Miles Bader <miles@gnu.org>
date Fri, 15 Dec 2000 01:12:29 +0000
parents 57befc9b6311
children 4bca67840cc8
comparison
equal deleted inserted replaced
34580:6745d4dc1458 34581:709f07c104ed
1 2000-12-15 Miles Bader <miles@gnu.org>
2
3 * window.el (mode-line-window-height-fudge): Function removed.
4 (height-affecting-face-attributes, mode-line-window-height-fudge):
5 Variables removed.
6 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
7 window is really the right size. Use vertical-motion
8 rather than forward-line.
9 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
10 (ispell-command-loop, ispell-show-choices): Use the variable
11 ispell-choices-win-default-height, rather than the function.
12 (ispell-choices-win-default-height): Function removed.
13 (ispell-mode-line-window-height-fudge): Function removed.
14
1 2000-12-14 Stefan Monnier <monnier@cs.yale.edu> 15 2000-12-14 Stefan Monnier <monnier@cs.yale.edu>
2 16
3 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil. 17 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4 18
5 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il> 19 2000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
44 58
45 * tooltip.el (tooltip-show): If an error is signaled in 59 * tooltip.el (tooltip-show): If an error is signaled in
46 x-show-tip, display that error, and display the help in the 60 x-show-tip, display that error, and display the help in the
47 echo area. 61 echo area.
48 62
63 2000-12-15 Miles Bader <miles@gnu.org>
64
65 * window.el (mode-line-window-height-fudge): Function removed.
66 (height-affecting-face-attributes, mode-line-window-height-fudge):
67 Variables removed.
68 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
69 window is really the right size. Use vertical-motion
70 rather than forward-line.
71 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
72 (ispell-choices-win-default-height): Function removed.
73 (ispell-command-loop, ispell-show-choices): Use the variable
74 ispell-mode-line-window-height-fudge, rather than the function.
75 (ispell-mode-line-window-height-fudge): Function removed.
76
49 2000-12-14 Kenichi Handa <handa@etl.go.jp> 77 2000-12-14 Kenichi Handa <handa@etl.go.jp>
50 78
51 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show 79 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
52 "... entries" messages for every 10000 entries, not 10. 80 "... entries" messages for every 10000 entries, not 10.
53 81