diff options
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. |