diff options
| author | Miles Bader | 2001-01-11 07:54:17 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-01-11 07:54:17 +0000 |
| commit | 47a9f362d84fd2cbbf66f2f7ca3f68844b7d4fdc (patch) | |
| tree | 739ba00a8b90ccb4366908cc0ecb44841ea2328f /lisp/ChangeLog | |
| parent | cf523f0e1d6362cece2f1cc19b52d6eb9ec11db0 (diff) | |
| download | emacs-47a9f362d84fd2cbbf66f2f7ca3f68844b7d4fdc.tar.gz emacs-47a9f362d84fd2cbbf66f2f7ca3f68844b7d4fdc.zip | |
(ispell-adjusted-window-height): New function.
(ispell-overlay-window, ispell-help, ispell-show-choices)
(ispell-command-loop): Use it instead of `window-height'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e822dfeffe2..43d313fe37b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2001-01-11 Miles Bader <miles@gnu.org> | ||
| 2 | |||
| 3 | * textmodes/ispell.el (ispell-adjusted-window-height): New function. | ||
| 4 | (ispell-overlay-window, ispell-help, ispell-show-choices) | ||
| 5 | (ispell-command-loop): Use it instead of `window-height'. | ||
| 6 | |||
| 1 | 2001-01-10 Gerd Moellmann <gerd@gnu.org> | 7 | 2001-01-10 Gerd Moellmann <gerd@gnu.org> |
| 2 | 8 | ||
| 3 | * files.el (confirm-kill-emacs): New user-option. | 9 | * files.el (confirm-kill-emacs): New user-option. |