From 85c77e6adfa08af783ff4a16756dc7612ec9ed1f Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Mon, 1 Feb 1999 05:30:31 +0000 Subject: Do not remove the clipping rectangle here. 1999-01-31 Federico Mena Quintero * gncal-day-view.c (gncal_day_view_expose): Do not remove the clipping rectangle here. * view-utils.c (view_utils_draw_events): Remove the clipping rectangle here, since the user of this function should not know about it. svn path=/trunk/; revision=638 --- calendar/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'calendar/ChangeLog') diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 02a4efe075..9d3aedca5a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1999-01-31 Federico Mena Quintero + + * gncal-day-view.c (gncal_day_view_expose): Do not remove the + clipping rectangle here. + + * view-utils.c (view_utils_draw_events): Remove the clipping + rectangle here, since the user of this function should not know + about it. + 1999-01-30 Miguel de Icaza * view-utils.c (view_utils_draw_events): Improve this draw -- cgit