From: Gerd Moellmann Date: Mon, 13 Aug 2001 10:35:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~199 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0de73d5a41c8246d24e58206741c85e39a949571;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2e537ccc0c2..84253d9d4b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2001-08-13 Gerd Moellmann + * 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 diff --git a/src/ChangeLog b/src/ChangeLog index a237ac5f078..89a26e3a463 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-08-13 Gerd Moellmann + * 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) : Doc fix.