aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-01 10:35:43 +0000
committerGerd Moellmann2000-01-01 10:35:43 +0000
commit45158a9105d2693faa02b5dba9b52b77dab7d9e1 (patch)
tree5b1ac02bffacaaf5c1ab124c94a1b76c0ac2605f /src/ChangeLog
parent63cec32f8d8c30fb562e946f4c66713905dee081 (diff)
downloademacs-45158a9105d2693faa02b5dba9b52b77dab7d9e1.tar.gz
emacs-45158a9105d2693faa02b5dba9b52b77dab7d9e1.zip
(x_create_x_image_and_pixmap): Remove parameter file.
All calls adjusted. (x_build_heuristic_mask): Likewise. (xbm_load_image_from_file): Change error output. (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load) (gif_load, gs_load, x_kill_gs_process): Ditto.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ac718260d59..93127f9b505 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
12000-01-01 Gerd Moellmann <gerd@gnu.org> 12000-01-01 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xfns.c (x_create_x_image_and_pixmap): Remove parameter FILE.
4 All calls adjusted.
5 (x_build_heuristic_mask): Likewise.
6 (xbm_load_image_from_file): Change error output.
7 (xbm_load, xpm_load, pbm_load, png_load, jpeg_load, tiff_load)
8 (gif_load, gs_load, x_kill_gs_process): Ditto.
9
3 * xfns.c (gif_load): Avoid sign extension and thus out of bounds 10 * xfns.c (gif_load): Avoid sign extension and thus out of bounds
4 color indices when accessing raster pixels. 11 color indices when accessing raster pixels.
5 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only 12 (gif_image_p, png_image_p, jpeg_image_p, tiff_image_p): Allow only