emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Wed, 22 Feb 2006 08:00:13 +0000

Index: emacs/src/ChangeLog
diff -u emacs/src/ChangeLog:1.4897 emacs/src/ChangeLog:1.4898
--- emacs/src/ChangeLog:1.4897  Tue Feb 21 23:19:31 2006
+++ emacs/src/ChangeLog Wed Feb 22 08:00:12 2006
@@ -1,3 +1,22 @@
+2006-02-22  YAMAMOTO Mitsuharu  <address@hidden>
+
+       * macgui.h (struct _XGC) [!MAC_OSX || !USE_ATSUI]: New member
+       n_clip_rects.
+
+       * macmenu.c (digest_single_submenu): Apply 2006-02-19 change for
+       xmenu.c.
+
+       * macterm.c (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.
+
 2006-02-22  Kim F. Storm  <address@hidden>
 
        * fringe.c (draw_fringe_bitmap): Fix overlay-arrow display.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]