aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 00a9f4f426a..95a1d8fffeb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,19 @@
12000-09-15 Gerd Moellmann <gerd@gnu.org> 12000-09-15 Gerd Moellmann <gerd@gnu.org>
2 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.
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.