diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
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 @@ | |||
| 1 | 2000-01-01 Gerd Moellmann <gerd@gnu.org> | 1 | 2000-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 |