diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b7410da0712..5ed2bf08945 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,19 @@ | |||
| 1 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-04-19 Gerd Moellmann <gerd@gnu.org> |
| 2 | 2 | ||
| 3 | * help.el (resize-temp-buffer-window): Use count-screen-lines. | ||
| 4 | |||
| 5 | * window.el (count-screen-lines): New function. | ||
| 6 | (shrink-window-if-larger-than-buffer): Use count-screen-lines | ||
| 7 | instead of window-buffer-height. | ||
| 8 | |||
| 9 | * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set | ||
| 10 | non-existing variable comint-input-sentinel. | ||
| 11 | (inferior-lisp-args-to-list): Removed. | ||
| 12 | (inferior-lisp): Use split-string instead of | ||
| 13 | inferior-lisp-args-to-list. | ||
| 14 | |||
| 15 | * hexl.el (hexl-insert-hex-string): New command. | ||
| 16 | |||
| 3 | * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name | 17 | * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name |
| 4 | instead of concat. | 18 | instead of concat. |
| 5 | 19 | ||