Mercurial > emacs
comparison src/ChangeLog @ 31687:091669fc1dba
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 18 Sep 2000 10:52:08 +0000 |
parents | 3d1b298f0f22 |
children | 0b116000e89f |
comparison
equal
deleted
inserted
replaced
31686:577372d71de8 | 31687:091669fc1dba |
---|---|
1 2000-09-18 Gerd Moellmann <gerd@gnu.org> | |
2 | |
3 * xfns.c (lookup_image): Block input while loading the image so | |
4 that we won't get interrupted in a state where the image isn't yet | |
5 set up completely. | |
6 (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) | |
7 (lookup_pixel_color, x_to_xcolors, x_from_xcolors) | |
8 (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) | |
9 (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock | |
10 input. | |
11 | |
1 2000-09-16 Gerd Moellmann <gerd@gnu.org> | 12 2000-09-16 Gerd Moellmann <gerd@gnu.org> |
2 | 13 |
3 * dispnew.c (update_window): Make sure to make desired rows | 14 * dispnew.c (update_window): Make sure to make desired rows |
4 current even if they are completely invisible at the top | 15 current even if they are completely invisible at the top |
5 of a window. | 16 of a window. |
15 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images. | 26 (syms_of_xfns): DEFVAR_BOOL cross_disabled_images. |
16 | 27 |
17 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in | 28 * xdisp.c (build_desired_tool_bar_string): For a toolbar item in |
18 disabled state, don't apply an image transformation algorithm if | 29 disabled state, don't apply an image transformation algorithm if |
19 the user specified an image for the disabled state. Use | 30 the user specified an image for the disabled state. Use |
20 `:algorthm disabled' for creating a disabled item's image if the | 31 `:algorithm disabled' for creating a disabled item's image if the |
21 user hasn't specified an image. | 32 user hasn't specified an image. |
22 | 33 |
23 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color | 34 * xfns.c (ALLOC_XPM_COLORS): Define if we can use Emacs' color |
24 allocation functions with the XPM lib. | 35 allocation functions with the XPM lib. |
25 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. | 36 (struct xpm_cached_color) [ALLOC_XPM_COLORS]: New structure. |