# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1142496376 0 # Node ID 5793d5bfdf38f26ef4b14b34cab68e52098235b0 # Parent eafd737138ea7034bc63fd44d0156bc447c9ba65 *** empty log message *** diff -r eafd737138ea -r 5793d5bfdf38 src/ChangeLog --- a/src/ChangeLog Thu Mar 16 08:05:56 2006 +0000 +++ b/src/ChangeLog Thu Mar 16 08:06:16 2006 +0000 @@ -1,3 +1,20 @@ +2006-03-16 YAMAMOTO Mitsuharu + + * image.c [MAC_OS] (XPutPixel, XGetPixel) + [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized + version when depth is 32. + (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]: New + function. + (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it. + (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage. + + * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: + Create GWorld in ARGB pixel format. + (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]: Remove + functions. + (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image + instead of mac_copy_area/mac_copy_area_with_mask. + 2006-03-15 Kim F. Storm * xdisp.c (extend_face_to_end_of_line): Always add space glyph to