diff options
| author | YAMAMOTO Mitsuharu | 2006-02-22 08:00:12 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-02-22 08:00:12 +0000 |
| commit | b6e3efe044c0afb0b0a0c01c1cb846dde058adbc (patch) | |
| tree | 0768f3e3b0f7317836a4869ffcf93b0e95f93cfd /src/ChangeLog | |
| parent | e188aa29a937c53de32fd52c56e6c7fc8ca0c528 (diff) | |
| download | emacs-b6e3efe044c0afb0b0a0c01c1cb846dde058adbc.tar.gz emacs-b6e3efe044c0afb0b0a0c01c1cb846dde058adbc.zip | |
(GC_CLIP_REGION): Remove macro.
(mac_begin_clip, mac_end_clip): Take arg GC instead of REGION.
All uses changed. Don't do clipping if n_clip_rects is zero.
(mac_set_clip_rectangles): Use xassert instead of abort. Set
n_clip_rects. Don't make clip_region empty when number of
clipping rectangles is zero.
(mac_reset_clip_rectangles): Set n_clip_rects directly instead of
calling mac_set_clip_rectangles.
(x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to
avoid multiple redraws.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6df63457d77..d6a1ec83313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2006-02-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member | ||
| 4 | n_clip_rects. | ||
| 5 | |||
| 6 | * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for | ||
| 7 | xmenu.c. | ||
| 8 | |||
| 9 | * macterm.c (GC_CLIP_REGION): Remove macro. | ||
| 10 | (mac_begin_clip, mac_end_clip): Take arg GC instead of REGION. | ||
| 11 | All uses changed. Don't do clipping if n_clip_rects is zero. | ||
| 12 | (mac_set_clip_rectangles): Use xassert instead of abort. Set | ||
| 13 | n_clip_rects. Don't make clip_region empty when number of | ||
| 14 | clipping rectangles is zero. | ||
| 15 | (mac_reset_clip_rectangles): Set n_clip_rects directly instead of | ||
| 16 | calling mac_set_clip_rectangles. | ||
| 17 | (x_set_toolkit_scroll_bar_thumb): Temporarily hide scroll bar to | ||
| 18 | avoid multiple redraws. | ||
| 19 | |||
| 1 | 2006-02-22 Kim F. Storm <storm@cua.dk> | 20 | 2006-02-22 Kim F. Storm <storm@cua.dk> |
| 2 | 21 | ||
| 3 | * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display. | 22 | * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display. |