diff options
| author | YAMAMOTO Mitsuharu | 2005-10-16 02:23:23 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-10-16 02:23:23 +0000 |
| commit | 2ef1363ecdecf66c6007eb4c0918713b13448923 (patch) | |
| tree | 6e85c697561987932eac473b764bf83c93013bb0 /src | |
| parent | 159e1856b06d6e5de46fbd8f365e735c30663136 (diff) | |
| download | emacs-2ef1363ecdecf66c6007eb4c0918713b13448923.tar.gz emacs-2ef1363ecdecf66c6007eb4c0918713b13448923.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a9a763bae3..4a27cac6fb9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,33 @@ | |||
| 1 | 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * mac.c [TARGET_API_MAC_CARBON] (get_cfstring_encoding_from_lisp): | ||
| 4 | Allow nil as argument. | ||
| 5 | [TARGET_API_MAC_CARBON] (Fmac_code_convert_string): Regard nil | ||
| 6 | for encoding arguments as UTF-16 in native byte order, no BOM. | ||
| 7 | |||
| 8 | * macfns.c (Fx_create_frame): Add debugging code. | ||
| 9 | (Fx_show_tip): Set frame pixel width and height. | ||
| 10 | |||
| 11 | * macterm.c (MAC_WINDOW_NORMAL_GC): Remove macro. | ||
| 12 | (FRAME_NORMAL_GC): New macro. | ||
| 13 | (mac_draw_line, mac_clear_area, mac_clear_window) | ||
| 14 | (mac_fill_rectangle, mac_draw_string, mac_draw_string_16) | ||
| 15 | (mac_draw_image_string, mac_draw_image_string_16): Rename from | ||
| 16 | XDrawLine, XClearArea, XClearWindow, XFillRectangle, XDrawString, | ||
| 17 | XDrawString16, XDrawImageString, and XDrawImageString16, respectively. | ||
| 18 | All uses changed. | ||
| 19 | (mac_draw_line, mac_erase_rectangle, mac_clear_area) | ||
| 20 | (mac_clear_window, mac_draw_bitmap, mac_draw_rectangle) | ||
| 21 | (mac_invert_rectangle, mac_draw_string_common, mac_draw_string) | ||
| 22 | (mac_draw_string_16, mac_draw_image_string) | ||
| 23 | (mac_draw_image_string_16, mac_copy_area, mac_copy_area_with_mask) | ||
| 24 | (mac_scroll_area): Drawing functions now take frame as destination. | ||
| 25 | All uses changed. | ||
| 26 | (mac_draw_string_common): Get port height with FRAME_PIXEL_HEIGHT. | ||
| 27 | (x_draw_fringe_bitmap): Set clipping area in face->gc. | ||
| 28 | |||
| 29 | * macterm.h (mac_clear_area): Add extern. | ||
| 30 | |||
| 1 | 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 31 | 2005-10-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 2 | 32 | ||
| 3 | * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 | 33 | * macterm.c (note_mouse_movement, XTread_socket): Apply 2005-10-14 |
| @@ -193,7 +223,7 @@ | |||
| 193 | (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. | 223 | (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. |
| 194 | 224 | ||
| 195 | * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. | 225 | * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. |
| 196 | Add debug code. | 226 | Add debugging code. |
| 197 | 227 | ||
| 198 | 2005-10-08 Kim F. Storm <storm@cua.dk> | 228 | 2005-10-08 Kim F. Storm <storm@cua.dk> |
| 199 | 229 | ||
| @@ -283,7 +313,7 @@ | |||
| 283 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. | 313 | * keyboard.c (init_keyboard) [MAC_OSX]: Don't install SIGINT handler. |
| 284 | 314 | ||
| 285 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. | 315 | * macfns.c (start_hourglass): Apply 2005-05-07 change for xfns.c. |
| 286 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debug code. | 316 | (x_create_tip_frame) [GLYPH_DEBUG]: Uncomment debugging code. |
| 287 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: | 317 | (Fx_create_frame, x_create_tip_frame) [USE_ATSUI]: |
| 288 | Try ATSUI-compatible 12pt Monaco font first. | 318 | Try ATSUI-compatible 12pt Monaco font first. |
| 289 | 319 | ||