From c2d7f289cf58afb721e39071f364dfe61c41a9cb Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 15 Dec 2000 01:12:29 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 28 ++++++++++++++++++++++++++++ src/ChangeLog | 6 ++++++ 2 files changed, 34 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd46f62195a..43d2d2af564 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,17 @@ +2000-12-15 Miles Bader + + * 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 * 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 + + * 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 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi): Show diff --git a/src/ChangeLog b/src/ChangeLog index 222ec1c39bd..8c0879bc37e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +2000-12-15 Miles Bader + + * 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 * editfns.c (Fformat): Prevent a buffer overrun when the format -- 2.39.2