comparison src/ChangeLog @ 31763:1d2b57dffb60

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 20 Sep 2000 11:22:36 +0000
parents 0b55d2534070
children 89fcb6926a97
comparison
equal deleted inserted replaced
31762:adedb7435316 31763:1d2b57dffb60
1 2000-09-20 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (xpm_init_color_cache) [ALLOC_XPM_COLORS]: If color
4 symbols are specified, add color translations to the cache.
5 (xpm_color_bucket, xpm_cache_color) [ALLOC_XPM_COLORS]: New
6 functions.
7 (xpm_lookup_color) [ALLOC_XPM_COLORS]: Use xpm_color_bucket and
8 xpm_cache_color.
9 (xpm_load) [ALLOC_XPM_COLORS]: Pass frame and XPM attributes
10 structures to xpm_init_color_cache.
11
1 2000-09-19 Gerd Moellmann <gerd@gnu.org> 12 2000-09-19 Gerd Moellmann <gerd@gnu.org>
2 13
3 * dispnew.c (update_window_line): Make sure to always draw 14 * dispnew.c (update_window_line): Make sure to always draw
4 mode-lines. 15 mode-lines.
5 16