diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 953077af4ac..619bffa8db0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2000-10-21 Miles Bader <miles@gnu.org> | 1 | 2000-10-21 Miles Bader <miles@gnu.org> |
| 2 | 2 | ||
| 3 | * international/quail.el (quail-show-guidance-buf): Make sure | ||
| 4 | guidance window really has enough room. | ||
| 5 | (quail-update-guidance): If quail-guidance-win is already shown, | ||
| 6 | make sure its height is OK. | ||
| 7 | |||
| 3 | * window.el (window-text-height, set-window-text-height): | 8 | * window.el (window-text-height, set-window-text-height): |
| 4 | New functions. | 9 | New functions. |
| 5 | (shrink-window-if-larger-than-buffer): Use `window-text-height' | 10 | (shrink-window-if-larger-than-buffer): Use `window-text-height' |