aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2004-01-15 03:30:36 +0800
committerJP Rosevear <jpr@src.gnome.org>2004-01-15 03:30:36 +0800
commite0eb6c79e5c4fc9f259443c611c212f2ae2daa7f (patch)
tree4edb1ad4f08836639c98e64629486f6f7384549e /calendar/ChangeLog
parent80e8b67fed5a863eba6bf0c8ff86699f243905ca (diff)
downloadgsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar.gz
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar.bz2
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar.lz
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar.xz
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.tar.zst
gsoc2013-evolution-e0eb6c79e5c4fc9f259443c611c212f2ae2daa7f.zip
new utility routine to create new tasks (create_new_todo): use above so we
2004-01-14 JP Rosevear <jpr@ximian.com> * gui/tasks-component.c (impl_requestCreateItem): new utility routine to create new tasks (create_new_todo): use above so we don't try to set up the creation ecal unless we are actually creating a new item * gui/calendar-component.c (create_new_event): new utility routine to create new events (impl_requestCreateItem): use above so we don't try to set up the creation ecal unless we are actually creating a new item svn path=/trunk/; revision=24225
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 4a5161f63b..923e1512e3 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,15 @@
+2004-01-14 JP Rosevear <jpr@ximian.com>
+
+ * gui/tasks-component.c (impl_requestCreateItem): new utility
+ routine to create new tasks
+ (create_new_todo): use above so we don't try to set up the
+ creation ecal unless we are actually creating a new item
+
+ * gui/calendar-component.c (create_new_event): new utility routine
+ to create new events
+ (impl_requestCreateItem): use above so we don't try to set up the
+ creation ecal unless we are actually creating a new item
+
2004-01-14 Rodrigo Moya <rodrigo@ximian.com>
* gui/e-calendar-table.c (e_calendar_table_show_popup_menu):