aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15f88c91a58..00a9f4f426a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,18 @@
12000-09-15 Gerd Moellmann <gerd@gnu.org> 12000-09-15 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color
4 allocation functions with the XPM lib.
5 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure.
6 (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro.
7 (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable.
8 (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color)
9 (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New
10 functions.
11 (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation
12 functions, if possible, because these handle color allocation
13 failure more gracefully.
14 (Fimage_mask_p): New function.
15
3 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) 16 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
4 (Qedge_detection, Qheuristic): New symbols. 17 (Qedge_detection, Qheuristic): New symbols.
5 (syms_of_xfns): Initialize new symbols. 18 (syms_of_xfns): Initialize new symbols.