aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@ximian.com>2001-09-05 10:52:52 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2001-09-05 10:52:52 +0800
commit7f6f7e52113103e38dbb27aef10c1ffc25f269ec (patch)
treef34fb410189e6dedb8a2bcfcf079b85151dcdc84 /calendar/ChangeLog
parentbc21d949ca1a3a1eb0fc5dd735411030c01c6b79 (diff)
downloadgsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.gz
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.bz2
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.lz
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.xz
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.tar.zst
gsoc2013-evolution-7f6f7e52113103e38dbb27aef10c1ffc25f269ec.zip
Implemented.
2001-09-04 Federico Mena Quintero <federico@ximian.com> * gui/component-factory.c (sc_user_create_new_item_cb): Implemented. * gui/main.c (component_editor_factory_init): New function to create the factory for the comp_editor_factory. * gui/comp-editor-factory.c: Finished implementation. * gui/alarm-notify/alarm-queue.c (edit_component): Implemented the Edit command. * gui/Makefile.am (evolution_calendar_SOURCES): Added comp-editor-factory.[ch] to the list of sources. svn path=/trunk/; revision=12619
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index 27d8d7a82e..881d010183 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,19 @@
+2001-09-04 Federico Mena Quintero <federico@ximian.com>
+
+ * gui/component-factory.c (sc_user_create_new_item_cb):
+ Implemented.
+
+ * gui/main.c (component_editor_factory_init): New function to
+ create the factory for the comp_editor_factory.
+
+ * gui/comp-editor-factory.c: Finished implementation.
+
+ * gui/alarm-notify/alarm-queue.c (edit_component): Implemented the
+ Edit command.
+
+ * gui/Makefile.am (evolution_calendar_SOURCES): Added
+ comp-editor-factory.[ch] to the list of sources.
+
2001-09-03 Damon Chaplin <damon@ximian.com>
* gui/calendar-commands.c (calendar_control_activate):