Mercurial > emacs
diff src/ChangeLog @ 31639:1c5bd105d7dc
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Fri, 15 Sep 2000 15:22:07 +0000 |
parents | 3ff1515f7c7a |
children | 41a7ba41a6ee |
line wrap: on
line diff
--- a/src/ChangeLog Fri Sep 15 15:21:42 2000 +0000 +++ b/src/ChangeLog Fri Sep 15 15:22:07 2000 +0000 @@ -1,5 +1,18 @@ 2000-09-15 Gerd Moellmann <gerd@gnu.org> + * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color + allocation functions with the XPM lib. + (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. + (XPM_COLOR_CACHE_BUCKETS) [ALLOC_XPM_COLORS]: New macro. + (xpm_color_cache) [ALLOC_XPM_COLORS]: New variable. + (xpm_init_color_cache, xpm_free_color_cache, xpm_lookup_color) + (xpm_alloc_color, xpm_free_colors) [ALLOC_XPM_COLORS]: New + functions. + (xpm_load) [ALLOC_XPM_COLORS]: Use Emacs' own color allocation + functions, if possible, because these handle color allocation + failure more gracefully. + (Fimage_mask_p): New function. + * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss) (Qedge_detection, Qheuristic): New symbols. (syms_of_xfns): Initialize new symbols.