Mercurial > emacs
changeset 34581:709f07c104ed
*** empty log message ***
author | Miles Bader <miles@gnu.org> |
---|---|
date | Fri, 15 Dec 2000 01:12:29 +0000 |
parents | 6745d4dc1458 |
children | 4099c0fd33f4 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 34 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Dec 15 01:11:04 2000 +0000 +++ b/lisp/ChangeLog Fri Dec 15 01:12:29 2000 +0000 @@ -1,3 +1,17 @@ +2000-12-15 Miles Bader <miles@gnu.org> + + * window.el (mode-line-window-height-fudge): Function removed. + (height-affecting-face-attributes, mode-line-window-height-fudge): + Variables removed. + * textmodes/ispell.el (ispell-overlay-window): Ensure that the new + window is really the right size. Use vertical-motion + rather than forward-line. + (ispell-help): Don't use ispell-mode-line-window-height-fudge. + (ispell-command-loop, ispell-show-choices): Use the variable + ispell-choices-win-default-height, rather than the function. + (ispell-choices-win-default-height): Function removed. + (ispell-mode-line-window-height-fudge): Function removed. + 2000-12-14 Stefan Monnier <monnier@cs.yale.edu> * add-log.el (add-change-log-entry): Only expand-file-name if non-nil. @@ -46,6 +60,20 @@ x-show-tip, display that error, and display the help in the echo area. +2000-12-15 Miles Bader <miles@gnu.org> + + * window.el (mode-line-window-height-fudge): Function removed. + (height-affecting-face-attributes, mode-line-window-height-fudge): + Variables removed. + * textmodes/ispell.el (ispell-overlay-window): Ensure that the new + window is really the right size. Use vertical-motion + rather than forward-line. + (ispell-help): Don't use ispell-mode-line-window-height-fudge. + (ispell-choices-win-default-height): Function removed. + (ispell-command-loop, ispell-show-choices): Use the variable + ispell-mode-line-window-height-fudge, rather than the function. + (ispell-mode-line-window-height-fudge): Function removed. + 2000-12-14 Kenichi Handa <handa@etl.go.jp> * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show
--- a/src/ChangeLog Fri Dec 15 01:11:04 2000 +0000 +++ b/src/ChangeLog Fri Dec 15 01:12:29 2000 +0000 @@ -1,3 +1,9 @@ +2000-12-15 Miles Bader <miles@gnu.org> + + * xdisp.c (window_box_height): Only use mode-line glyph-rows that + are actually marked as mode-lines; otherwise use + estimate_mode_line_height. + 2000-12-14 Gerd Moellmann <gerd@gnu.org> * editfns.c (Fformat): Prevent a buffer overrun when the format