aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-09 09:48:24 +0000
committerGerd Moellmann2001-08-09 09:48:24 +0000
commiteaa2319f354bcab70e7cb543b769b78c17816265 (patch)
tree89c475d5a97dfb269b7f22a601d5b494844f02d3
parent32dfbf1a8e4369e752e21e48eefed09eb4457ddf (diff)
downloademacs-eaa2319f354bcab70e7cb543b769b78c17816265.tar.gz
emacs-eaa2319f354bcab70e7cb543b769b78c17816265.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog7
-rw-r--r--src/ChangeLog14
2 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dc1b209f174..7268055877c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12001-08-09 Gerd Moellmann <gerd@gnu.org>
2
3 * image.el (image-type-regexps): Allow whitespace at the start
4 of the image data for XPM, XBM and Postscript, which are
5 text files.
6 (image-jpeg-p): Correct calculation of next field offset.
7
12001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 82001-08-08 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 9
3 * battery.el: Fix typo. 10 * 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 @@
12001-08-09 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (x_create_im): Remove prototype.
4
5 * xdisp.c (mark_window_display_accurate_1): Remove an assertion.
6
7 * dispnew.c (adjust_glyph_matrix): Undo last change.
8
92001-08-08 Gerd Moellmann <gerd@gnu.org>
10
11 * dispnew.c (adjust_glyph_matrix): In the optimization for
12 windows whose height has changed, disable partially visible
13 lines.
14
12001-08-07 Gerd Moellmann <gerd@gnu.org> 152001-08-07 Gerd Moellmann <gerd@gnu.org>
2 16
3 * window.c (Frecenter): If ARG < 0, and on a window system 17 * window.c (Frecenter): If ARG < 0, and on a window system