aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-07-23 20:14:57 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-07-23 20:14:57 +0800
commit3be35526b66418c9ccd664523620c8c7cde550b5 (patch)
tree559eb54a4569725787a3a21440e4506f5fbdcb8e /calendar/ChangeLog
parentc1a24b93ef371ae2d2aca8b905b9d3ed72b16083 (diff)
downloadgsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar.gz
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar.bz2
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar.lz
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar.xz
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.tar.zst
gsoc2013-evolution-3be35526b66418c9ccd664523620c8c7cde550b5.zip
removed unneeded prototypes.
2003-07-23 Rodrigo Moya <rodrigo@ximian.com> * gui/e-day-view.h: * gui/e-week-view.h: removed unneeded prototypes. * gui/e-cal-view.[ch] (e_cal_view_get_visible_time_range): new function. (selection_received): deal correctly with the selected time range. * gui/e-week-view.c (e_week_view_get_visible_time_range): made it private as the implementation of the 'get_visible_time_range' virtual method. * gui/e-day-view.c (e_day_view_get_visible_time_range): ditto. * gui/gnome-cal.c (gnome_calendar_direction): merged redundant 'case'. (focus_current_view): removed redundant code. svn path=/trunk/; revision=21897
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index e3f9ee110f..18949f15ba 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,21 @@
+2003-07-23 Rodrigo Moya <rodrigo@ximian.com>
+
+ * gui/e-day-view.h:
+ * gui/e-week-view.h: removed unneeded prototypes.
+
+ * gui/e-cal-view.[ch] (e_cal_view_get_visible_time_range): new
+ function.
+ (selection_received): deal correctly with the selected time range.
+
+ * gui/e-week-view.c (e_week_view_get_visible_time_range): made it
+ private as the implementation of the 'get_visible_time_range'
+ virtual method.
+
+ * gui/e-day-view.c (e_day_view_get_visible_time_range): ditto.
+
+ * gui/gnome-cal.c (gnome_calendar_direction): merged redundant 'case'.
+ (focus_current_view): removed redundant code.
+
2003-07-22 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-day-view.c (e_day_view_get_selected_events):