comparison src/ChangeLog @ 5587:3fde0e346ad7

Prevent assert at frame.c, l. 6311 by initializing glyph cachels. * frame.c (Fmake_frame): Ensure that reset_glyph_cachels gets called. (setup_minibuffer_frame): Improve header comment. * redisplay.c (redisplay_window): Update comment. Remove code checking for uninitialized face_cachels and glyph_cachels. Can't happen in theory, and guarded by asserts in practice. * window.c (allocate_window): Update comment on reset_*_cachels.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 29 Oct 2011 00:35:33 +0900
parents 10f179710250
children 2dbefd79b3d3
comparison
equal deleted inserted replaced
5586:d8a11d5ebc9f 5587:3fde0e346ad7
1 2011-10-29 Stephen J. Turnbull <stephen@xemacs.org>
2
3 Prevent assert at frame.c, l. 6311 by initializing glyph cachels.
4
5 * frame.c (Fmake_frame): Ensure that reset_glyph_cachels gets called.
6 (setup_minibuffer_frame): Improve header comment.
7
8 * redisplay.c (redisplay_window): Update comment.
9 Remove code checking for uninitialized face_cachels and glyph_cachels.
10 Can't happen in theory, and guarded by asserts in practice.
11
12 * window.c (allocate_window): Update comment on reset_*_cachels.
13
1 2011-10-09 Aidan Kehoe <kehoea@parhasard.net> 14 2011-10-09 Aidan Kehoe <kehoea@parhasard.net>
2 15
3 * fns.c (remassoc_no_quit): 16 * fns.c (remassoc_no_quit):
4 * fns.c (remrassq_no_quit): 17 * fns.c (remrassq_no_quit):
5 * fns.c (syms_of_fns): 18 * fns.c (syms_of_fns):