aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-05 19:24:26 +0000
committerGerd Moellmann2000-06-05 19:24:26 +0000
commit1969fae27ab8e047a16db94472c94e9b69c6b292 (patch)
tree46c91fafc1da2642dd81e7b86c87229ad70e4695 /src
parent760d5cb38e21d41eb1dbcae844e0133b46989d32 (diff)
downloademacs-1969fae27ab8e047a16db94472c94e9b69c6b292.tar.gz
emacs-1969fae27ab8e047a16db94472c94e9b69c6b292.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2b12cead6ee..b26fb26f51c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12000-06-05 Gerd Moellmann <gerd@gnu.org>
2
3 * xdisp.c (redisplay_window): Always use set_buffer_internal_1.
4
12000-06-05 Dave Love <fx@gnu.org> 52000-06-05 Dave Love <fx@gnu.org>
2 6
3 * xdisp.c: Include fontset.h. 7 * xdisp.c: Include fontset.h.
@@ -40,7 +44,7 @@
402000-06-02 Gerd Moellmann <gerd@gnu.org> 442000-06-02 Gerd Moellmann <gerd@gnu.org>
41 45
42 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the 46 * xfaces.c (realize_x_face): When copying BASE_FACE bitwise to the
43 result face, set flags in the face indicating that colors may not 47 result face, set flags in that face indicating that colors may not
44 be freed. 48 be freed.
45 49
46 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character 50 * xterm.c (x_set_mouse_face_gc): If first glyph isn't a character