Mercurial > emacs
changeset 38797:323f6959fe7d
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 13 Aug 2001 10:35:48 +0000 |
parents | 5993e49c3ddc |
children | 15f5a37cdf42 |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Aug 13 10:35:25 2001 +0000 +++ b/lisp/ChangeLog Mon Aug 13 10:35:48 2001 +0000 @@ -1,5 +1,8 @@ 2001-08-13 Gerd Moellmann <gerd@gnu.org> + * Makefile.in (TAGS, TAGS-LISP): Remove "loaddefs.el" including + its path from $els. + * image.el (image-jpeg-p): Fix call of substring. 2001-08-10 Gerd Moellmann <gerd@gnu.org>
--- a/src/ChangeLog Mon Aug 13 10:35:25 2001 +0000 +++ b/src/ChangeLog Mon Aug 13 10:35:48 2001 +0000 @@ -1,5 +1,8 @@ 2001-08-13 Gerd Moellmann <gerd@gnu.org> + * xdisp.c (resize_echo_area_exactly): Don't resize the mini-window + exactly when a mini-buffer is active. + * keyboard.c (make_lispy_event): Interpret double_click_fuzz in units of 1/8 character on non window-system frames. (syms_of_keyboard) <double-click-fuzz>: Doc fix.