aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2cbbe1c5f77..dff4025fad2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,26 @@
12000-07-05 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_append_glyph, x_append_composite_glyph)
4 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
5 changes in struct glyph starting 1999-12-27. Some bit-fields of
6 struct glyph were not set, which made glyphs unequal when compared
7 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
8 effects were the result. This also depended on the contents of
9 memory returned by xmalloc. If flickering happens again, activate
10 the code in clear_glyph_row that's in #if 0. If the flickering is
11 gone with that, chances are that it is caused by something
12 similar.
13
14 * dispnew.c (clear_glyph_row): Add debug code in #if 0.
15
16 * dispextern.h: Add some comments.
17
18 * window.c (add_window_to_list): Add parameter LIST.
19 (window_list): Order list so that, for each frame, windows are
20 in canonical order, and so that frames appear in the list in
21 the order given by Vframe_list.
22 (next_window): Reverse the handling of NEXT_P.
23
12000-07-04 Andrew Innes <andrewi@gnu.org> 242000-07-04 Andrew Innes <andrewi@gnu.org>
2 25
3 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included 26 * alloca.c [emacs]: Include lisp.h (needed by atimer.h included