Mercurial > emacs
changeset 48450:6c28bad9d549
*** empty log message ***
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Mon, 18 Nov 2002 23:07:39 +0000 |
parents | 548ef238f24f |
children | c623c9adbefe |
files | src/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Nov 18 23:05:38 2002 +0000 +++ b/src/ChangeLog Mon Nov 18 23:07:39 2002 +0000 @@ -2,6 +2,10 @@ * w32fns.c (x_build_heuristic_mask): Filter palette info from color. (XPutPixel): Swap blue and red. + (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. 2002-11-18 Dave Love <fx@gnu.org>