comparison src/ChangeLog.9 @ 95236:6e2a8cad250c

Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 May 2008 04:39:57 +0000
parents 0cd73f056781
children 4538778f611d
comparison
equal deleted inserted replaced
95235:406364ce5912 95236:6e2a8cad250c
8749 glyphs instead of a single one. 8749 glyphs instead of a single one.
8750 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string 8750 (BUILD_STRETCH_GLYPH_STRING): Call x_fill_stretch_glyph_string
8751 with new argument list. 8751 with new argument list.
8752 (x_set_glyph_string_gc): Make sure the face's GC is valid. 8752 (x_set_glyph_string_gc): Make sure the face's GC is valid.
8753 (x_append_glyph, x_append_composite_glyph) 8753 (x_append_glyph, x_append_composite_glyph)
8754 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to 8754 (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
8755 changes in struct glyph starting 1999-12-27. See comments for 8755 changes in struct glyph starting 1999-12-27. See comments for
8756 xterm.c on 2000-07-05. 8756 xterm.c on 2000-07-05.
8757 8757
8758 2000-07-14 Sam Steingold <sds@gnu.org> 8758 2000-07-14 Sam Steingold <sds@gnu.org>
8759 8759
9102 * eval.c (Feval): Put check for interrupt_input_block in #if 0. 9102 * eval.c (Feval): Put check for interrupt_input_block in #if 0.
9103 9103
9104 * window.c (delete_all_subwindows): Reset Vwindow_list. 9104 * window.c (delete_all_subwindows): Reset Vwindow_list.
9105 9105
9106 * xterm.c (x_append_glyph, x_append_composite_glyph) 9106 * xterm.c (x_append_glyph, x_append_composite_glyph)
9107 (x_produce_image_glyph, x_append_stretch_glyph): Accomodate to 9107 (x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
9108 changes in struct glyph starting 1999-12-27. Some bit-fields of 9108 changes in struct glyph starting 1999-12-27. Some bit-fields of
9109 struct glyph were not set, which made glyphs unequal when compared 9109 struct glyph were not set, which made glyphs unequal when compared
9110 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering 9110 with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering
9111 effects were the result. This also depended on the contents of 9111 effects were the result. This also depended on the contents of
9112 memory returned by xmalloc. If flickering happens again, activate 9112 memory returned by xmalloc. If flickering happens again, activate