From: Gerd Moellmann Date: Thu, 9 Aug 2001 09:48:24 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~240 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eaa2319f354bcab70e7cb543b769b78c17816265;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dc1b209f174..7268055877c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2001-08-09 Gerd Moellmann + + * image.el (image-type-regexps): Allow whitespace at the start + of the image data for XPM, XBM and Postscript, which are + text files. + (image-jpeg-p): Correct calculation of next field offset. + 2001-08-08 Pavel Jan,Bm(Bk * battery.el: Fix typo. diff --git a/src/ChangeLog b/src/ChangeLog index 2d35ac31a4a..539bfbdb0d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2001-08-09 Gerd Moellmann + + * xfns.c (x_create_im): Remove prototype. + + * xdisp.c (mark_window_display_accurate_1): Remove an assertion. + + * dispnew.c (adjust_glyph_matrix): Undo last change. + +2001-08-08 Gerd Moellmann + + * dispnew.c (adjust_glyph_matrix): In the optimization for + windows whose height has changed, disable partially visible + lines. + 2001-08-07 Gerd Moellmann * window.c (Frecenter): If ARG < 0, and on a window system