diff options
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 | ||