comparison lisp/ChangeLog @ 28658:bb5083cf0565

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 19 Apr 2000 19:12:22 +0000
parents a67ae6612ddb
children 9de15cb0c24b
comparison
equal deleted inserted replaced
28657:02edb3ce6745 28658:bb5083cf0565
1 2000-04-19 Gerd Moellmann <gerd@gnu.org> 1 2000-04-19 Gerd Moellmann <gerd@gnu.org>
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.
2 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
6 2000-04-18 Gerd Moellmann <gerd@gnu.org> 20 2000-04-18 Gerd Moellmann <gerd@gnu.org>