diff options
| author | YAMAMOTO Mitsuharu | 2005-10-08 02:29:25 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2005-10-08 02:29:25 +0000 |
| commit | 61e62f5f738f8a195c11daf061ba165f9adf2d0b (patch) | |
| tree | 56d9a32c7af90fd1e0f7ed55a9d5399ef5cf303c /src/ChangeLog | |
| parent | 9dc9af1b8bcc976818b84bff133d9f5dd0d3ce0f (diff) | |
| download | emacs-61e62f5f738f8a195c11daf061ba165f9adf2d0b.tar.gz emacs-61e62f5f738f8a195c11daf061ba165f9adf2d0b.zip | |
(x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. Add debug code.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 74244702feb..d466f5d3bf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,39 @@ | |||
| 1 | 2005-10-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macgui.h (MAX_CLIP_RECTS): New define. | ||
| 4 | (struct _XGC): New member clip_region. | ||
| 5 | (struct _XGC) [MAC_OSX && USE_ATSUI]: New members n_clip_rects and | ||
| 6 | clip_rects. | ||
| 7 | |||
| 8 | * macterm.c (GC_CLIP_REGION): New macro. | ||
| 9 | (saved_port_clip_region): New variable. | ||
| 10 | (mac_begin_clip, mac_end_clip): New functions. | ||
| 11 | (XDrawLine, mac_erase_rectangle, mac_draw_bitmap, XFillRectangle) | ||
| 12 | (mac_draw_rectangle, mac_draw_string_common, mac_copy_area) | ||
| 13 | (mac_copy_area_with_mask, mac_scroll_area): Use them. | ||
| 14 | (mac_set_clip_rectangle, mac_reset_clipping): Remove functions. | ||
| 15 | [USE_ATSUI] (atsu_get_text_layout_with_text_ptr) | ||
| 16 | [MAC_OS_X_VERSION_MAX_ALLOWED < 1020]: Specify kATSLineFractDisable. | ||
| 17 | (mac_draw_string_common) [MAC_OSX && USE_ATSUI]: Clip to clipping | ||
| 18 | rectangles stored in gc. | ||
| 19 | (XFreeGC): Dispose clipping region. | ||
| 20 | (mac_set_clip_rectangles, mac_reset_clip_rectangles): New functions. | ||
| 21 | (x_draw_fringe_bitmap, x_set_glyph_string_clipping) | ||
| 22 | (x_draw_relief_rect, x_draw_box_rect, x_draw_stretch_glyph_string) | ||
| 23 | (x_draw_glyph_string, x_clip_to_row, x_draw_hollow_cursor) | ||
| 24 | (x_draw_bar_cursor): Use them. | ||
| 25 | (x_set_glyph_string_clipping): Use get_glyph_string_clip_rects to | ||
| 26 | get multiple clipping rectangles. | ||
| 27 | |||
| 28 | * macterm.h (mac_term_init): Add types to extern. | ||
| 29 | (struct mac_output): Remove members mWP and pending_menu_activation. | ||
| 30 | Put members scroll_bar_foreground_pixel and | ||
| 31 | scroll_bar_background_pixel in #if 0. | ||
| 32 | (FRAME_MAC_WINDOW, FRAME_X_WINDOW): Use window_desc. | ||
| 33 | |||
| 34 | * xfaces.c (x_create_gc, x_free_gc) [MAC_OS]: Add BLOCK_INPUT. | ||
| 35 | Add debug code. | ||
| 36 | |||
| 1 | 2005-10-08 Kim F. Storm <storm@cua.dk> | 37 | 2005-10-08 Kim F. Storm <storm@cua.dk> |
| 2 | 38 | ||
| 3 | * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04. | 39 | * window.c (window_tree, Fwindow_tree): Rename fns added 2005-10-04. |