diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-04 04:15:28 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-04 04:15:28 +0800 |
commit | 2ddb68d1f71868d2c137a1b07ec79d695d3e6d48 (patch) | |
tree | 52c438c0a2629b0ed6be86519866750e1826d960 /calendar/ChangeLog | |
parent | dacd8610cbafea08b020e87ce793e9236ac2bdbd (diff) | |
download | gsoc2013-evolution-2ddb68d1f71868d2c137a1b07ec79d695d3e6d48.tar.gz gsoc2013-evolution-2ddb68d1f71868d2c137a1b07ec79d695d3e6d48.tar.zst gsoc2013-evolution-2ddb68d1f71868d2c137a1b07ec79d695d3e6d48.zip |
refactor functionality into several function (comp_string): if we are
2001-10-03 JP Rosevear <jpr@ximian.com>
* gui/itip-utils.c (itip_send_comp): refactor functionality into
several function
(comp_string): if we are publishing, empty the attendee list
* gui/dialogs/event-editor.c (schedule_meeting_cmd): when we
schedule a new meeting, mark the event editor as changed
* pcs/cal.c (cal_class_init): get correct parent class
* gui/dialogs/comp-editor.c (comp_editor_merge_ui): use the
generated ui component name
svn path=/trunk/; revision=13385
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1fd576ddb3..f4b1ad5705 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,17 @@ +2001-10-03 JP Rosevear <jpr@ximian.com> + + * gui/itip-utils.c (itip_send_comp): refactor functionality into + several function + (comp_string): if we are publishing, empty the attendee list + + * gui/dialogs/event-editor.c (schedule_meeting_cmd): when we + schedule a new meeting, mark the event editor as changed + + * pcs/cal.c (cal_class_init): get correct parent class + + * gui/dialogs/comp-editor.c (comp_editor_merge_ui): use the + generated ui component name + 2001-10-03 Rodrigo Moya <rodrigo@ximian.com> * gui/component-factory.c: |