aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-09-18 10:52:08 +0000
committerGerd Moellmann2000-09-18 10:52:08 +0000
commit28c7826c71a60f6a980d3064a449c51401d10b5b (patch)
tree17fd79734e17fbd0fe5a47c3cde70ed600d518e5 /src/ChangeLog
parent2b612b1f55d36c88bee571f2b536153b7cb520a2 (diff)
downloademacs-28c7826c71a60f6a980d3064a449c51401d10b5b.tar.gz
emacs-28c7826c71a60f6a980d3064a449c51401d10b5b.zip
(lookup_image): Block input while loading the image so
that we won't get interrupted in a state where the image isn't yet set up completely. (xbm_load_image, xbm_load, xpm_load, xpm_load, lookup_rgb_color) (lookup_pixel_color, x_to_xcolors, x_from_xcolors) (x_disable_image, x_build_heuristic_mask, pbm_load, png_load) (jpeg_load, tiff_load, gif_load, gs_load): Don't block/unblock input.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 652aede7332..77d4d1161c9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12000-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
12000-09-16 Gerd Moellmann <gerd@gnu.org> 122000-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
@@ -17,7 +28,7 @@
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