Mercurial > emacs
comparison src/ChangeLog @ 65913:15b962dcbe76
*** empty log message ***
author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
---|---|
date | Sat, 08 Oct 2005 02:29:25 +0000 |
parents | 45963ec12162 |
children | a9e534a7e62c |
comparison
equal
deleted
inserted
replaced
65912:da86e1af8629 | 65913:15b962dcbe76 |
---|---|
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. |
4 | 40 |
5 2005-10-07 Kim F. Storm <storm@cua.dk> | 41 2005-10-07 Kim F. Storm <storm@cua.dk> |