aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-03-17 14:43:15 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-03-17 14:43:15 +0800
commitbdb087eaeba3937fd9ce86176a9e0a5d09d899f5 (patch)
treedfef6f4bc53bb2e5f0cd0cfb4aa67dea60d7ad39 /calendar/ChangeLog
parentfcb4ed5a4f851aabae47aa5c376253246c3f216c (diff)
downloadgsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.gz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.bz2
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.lz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.xz
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.tar.zst
gsoc2013-evolution-bdb087eaeba3937fd9ce86176a9e0a5d09d899f5.zip
Moved functionality here from e_day_view_on_new_appointment. Allows
2001-03-17 Miguel de Icaza <miguel@ximian.com> * gui/e-week-view.c (e_week_view_new_event): Moved functionality here from e_day_view_on_new_appointment. Allows setting for "full day" event. (e_week_view_on_new_full_day): New function for making a full day event. (e_week_view_on_goto_date): Go To support. (e_week_view_on_goto_today): Goto today support. * gui/e-day-view.c (e_day_view_new_event): Moved functionality here from e_day_view_on_new_appointment. Allows setting for "full day" event. (e_day_view_on_new_full_day): New function for making a full day event. (e_day_view_on_goto_date): Go To support. (e_day_view_on_goto_today): Goto today support. * main_items: Add New All Day Event; Go to Today; Go to Date. svn path=/trunk/; revision=8778
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 3afb72d381..fb33b08758 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,23 @@
+2001-03-17 Miguel de Icaza <miguel@ximian.com>
+
+ * gui/e-week-view.c (e_week_view_new_event): Moved functionality
+ here from e_day_view_on_new_appointment. Allows setting for "full
+ day" event.
+ (e_week_view_on_new_full_day): New function for making a full day
+ event.
+ (e_week_view_on_goto_date): Go To support.
+ (e_week_view_on_goto_today): Goto today support.
+
+ * gui/e-day-view.c (e_day_view_new_event): Moved functionality
+ here from e_day_view_on_new_appointment. Allows setting for "full
+ day" event.
+ (e_day_view_on_new_full_day): New function for making a full day
+ event.
+ (e_day_view_on_goto_date): Go To support.
+ (e_day_view_on_goto_today): Goto today support.
+
+ * main_items: Add New All Day Event; Go to Today; Go to Date.
+
2001-03-07 Miguel de Icaza <miguel@ximian.com>
* gui/control-factory.c (calendar_persist_init): New function: