diff options
| author | Jason Rumney | 2002-11-18 23:07:39 +0000 |
|---|---|---|
| committer | Jason Rumney | 2002-11-18 23:07:39 +0000 |
| commit | 8f92c555dc323a9e36bf598a8d16e99b57732cca (patch) | |
| tree | 4a6b10d53f73fefe20621335d0457c6bee63809e /src/ChangeLog | |
| parent | adda530bc8492f7207d2c6dd4fdd27d264910f0b (diff) | |
| download | emacs-8f92c555dc323a9e36bf598a8d16e99b57732cca.tar.gz emacs-8f92c555dc323a9e36bf598a8d16e99b57732cca.zip | |
(xpm_format, pbm_format, png_format, jpeg_format, tiff_format)
(gif_format, gs_format): Use IMAGE_ASCENT_VALUE.
(xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p)
(tiff_image_p, gif_image_p, gs_image_p): Don't check ascent.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c5eb70c4cb4..aa0e9e66cd7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,10 @@ | |||
| 2 | 2 | ||
| 3 | * w32fns.c (x_build_heuristic_mask): Filter palette info from color. | 3 | * w32fns.c (x_build_heuristic_mask): Filter palette info from color. |
| 4 | (XPutPixel): Swap blue and red. | 4 | (XPutPixel): Swap blue and red. |
| 5 | (xpm_format, pbm_format, png_format, jpeg_format, tiff_format) | ||
| 6 | (gif_format, gs_format): Use IMAGE_ASCENT_VALUE. | ||
| 7 | (xpm_image_p, pbm_image_p, png_image_p, jpeg_image_p) | ||
| 8 | (tiff_image_p, gif_image_p, gs_image_p): Don't check ascent. | ||
| 5 | 9 | ||
| 6 | 2002-11-18 Dave Love <fx@gnu.org> | 10 | 2002-11-18 Dave Love <fx@gnu.org> |
| 7 | 11 | ||