comparison src/ChangeLog @ 31696:6856f91c0301

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 18 Sep 2000 13:40:30 +0000
parents ca8dfb4718e6
children 69ef0def4cc6
comparison
equal deleted inserted replaced
31695:f50932a70105 31696:6856f91c0301
1 2000-09-18 Gerd Moellmann <gerd@gnu.org> 1 2000-09-18 Gerd Moellmann <gerd@gnu.org>
2
3 * xterm.c (x_draw_image_glyph_string): Remove a comment describing
4 a feature to implement that is already implemented.
5 (note_mouse_highlight, x_find_ccl_program): Avoid some compiler
6 warnings.
7
8 * xfns.c (x_clear_image_1): New function.
9 (x_clear_image): Use it.
10 (x_from_xcolors): Use x_clear_image_1; don't free the image's
11 mask.
2 12
3 * dispnew.c (update_window): Move test for invisible lines 13 * dispnew.c (update_window): Move test for invisible lines
4 at the top to update_window_line. 14 at the top to update_window_line.
5 (update_window_line): Handle invisible lines here. 15 (update_window_line): Handle invisible lines here.
6 16