diff options
| author | YAMAMOTO Mitsuharu | 2006-03-16 08:06:16 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-03-16 08:06:16 +0000 |
| commit | e09ce637d3709b6a90a87b857387b2a60be10071 (patch) | |
| tree | 75db4e1cc8ed02695ed0cb5a85904b62dba1310a /src/ChangeLog | |
| parent | c7fea3257f7198b8381dc4ec39c1a306042610ce (diff) | |
| download | emacs-e09ce637d3709b6a90a87b857387b2a60be10071.tar.gz emacs-e09ce637d3709b6a90a87b857387b2a60be10071.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b53b7937d86..9950dc20e50 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2006-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * image.c [MAC_OS] (XPutPixel, XGetPixel) | ||
| 4 | [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: Don't use specialized | ||
| 5 | version when depth is 32. | ||
| 6 | (mac_create_cg_image_from_image) [MAC_OS && USE_CG_DRAWING]: New | ||
| 7 | function. | ||
| 8 | (prepare_image_for_display) [MAC_OS && USE_CG_DRAWING]: Use it. | ||
| 9 | (x_clear_image_1) [MAC_OS && USE_CG_DRAWING]: Release CGImage. | ||
| 10 | |||
| 11 | * macterm.c (XCreatePixmap) [!WORDS_BIG_ENDIAN && USE_CG_DRAWING]: | ||
| 12 | Create GWorld in ARGB pixel format. | ||
| 13 | (mac_copy_area, mac_copy_area_with_mask) [USE_CG_DRAWING]: Remove | ||
| 14 | functions. | ||
| 15 | (x_draw_image_foreground) [USE_CG_DRAWING]: Use mac_draw_cg_image | ||
| 16 | instead of mac_copy_area/mac_copy_area_with_mask. | ||
| 17 | |||
| 1 | 2006-03-15 Kim F. Storm <storm@cua.dk> | 18 | 2006-03-15 Kim F. Storm <storm@cua.dk> |
| 2 | 19 | ||
| 3 | * xdisp.c (extend_face_to_end_of_line): Always add space glyph to | 20 | * xdisp.c (extend_face_to_end_of_line): Always add space glyph to |