diff options
| author | Miles Bader | 2000-12-15 01:12:29 +0000 |
|---|---|---|
| committer | Miles Bader | 2000-12-15 01:12:29 +0000 |
| commit | c2d7f289cf58afb721e39071f364dfe61c41a9cb (patch) | |
| tree | 544b4d4245489623a067d98acf4a11ef676d2633 | |
| parent | c595f69adfb4908189667148895f1b61c2ad45d3 (diff) | |
| download | emacs-c2d7f289cf58afb721e39071f364dfe61c41a9cb.tar.gz emacs-c2d7f289cf58afb721e39071f364dfe61c41a9cb.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 28 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 34 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fd46f62195a..43d2d2af564 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 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. |
| @@ -46,6 +60,20 @@ | |||
| 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 |
diff --git a/src/ChangeLog b/src/ChangeLog index 222ec1c39bd..8c0879bc37e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-12-15 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (window_box_height): Only use mode-line glyph-rows that | ||
| 4 | are actually marked as mode-lines; otherwise use | ||
| 5 | estimate_mode_line_height. | ||
| 6 | |||
| 1 | 2000-12-14 Gerd Moellmann <gerd@gnu.org> | 7 | 2000-12-14 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * editfns.c (Fformat): Prevent a buffer overrun when the format | 9 | * editfns.c (Fformat): Prevent a buffer overrun when the format |