diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-04-19 19:12:22 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-04-19 19:12:22 +0000 |
commit | 271b4185ff24387dbee38a3fbbc8c3a8ab6d79cc (patch) | |
tree | 19c5e9cdd933c174a4dd31d395b87550f3643c91 /lisp | |
parent | 9f6bff44411c75a856b3c426090c8fa7821bfcbf (diff) | |
download | emacs-271b4185ff24387dbee38a3fbbc8c3a8ab6d79cc.tar.gz emacs-271b4185ff24387dbee38a3fbbc8c3a8ab6d79cc.tar.bz2 emacs-271b4185ff24387dbee38a3fbbc8c3a8ab6d79cc.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-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 @@ 2000-04-19 Gerd Moellmann <gerd@gnu.org> + * help.el (resize-temp-buffer-window): Use count-screen-lines. + + * window.el (count-screen-lines): New function. + (shrink-window-if-larger-than-buffer): Use count-screen-lines + instead of window-buffer-height. + + * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set + non-existing variable comint-input-sentinel. + (inferior-lisp-args-to-list): Removed. + (inferior-lisp): Use split-string instead of + inferior-lisp-args-to-list. + + * hexl.el (hexl-insert-hex-string): New command. + * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name instead of concat. |