comparison src/ChangeLog @ 31652:41a7ba41a6ee

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Sep 2000 21:01:39 +0000
parents 1c5bd105d7dc
children 3d1b298f0f22
comparison
equal deleted inserted replaced
31651:aef83f9e7dac 31652:41a7ba41a6ee
1 2000-09-15 Gerd Moellmann <gerd@gnu.org> 1 2000-09-15 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (lookup_image): Build mask before applying an algorithm.
4 Recognize algorithm `disabled'.
5 (cross_disabled_images): New variable.
6 (COLOR_INTENSITY): New macro.
7 (x_detect_edges): Use COLOR_INTENSITY.
8 (x_disable_image): New function.
9 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images.
10
11 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in
12 disabled state, don't apply an image transformation algorithm if
13 the user specified an image for the disabled state. Use
14 `:algorthm disabled' for creating a disabled item's image if the
15 user hasn't specified an image.
2 16
3 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color 17 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
4 allocation functions with the XPM lib. 18 allocation functions with the XPM lib.
5 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. 19 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
6 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro. 20 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.