diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-08-21 11:12:09 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-08-21 11:12:09 +0800 |
commit | 20475c3960279fb5ca644e5466040c60c83e996e (patch) | |
tree | 6e1a2b910233744f16942e09e1fdb059031862a1 /calendar/ChangeLog | |
parent | 6368c0472eb867edf622e499fa27a2e8eeb66501 (diff) | |
download | gsoc2013-evolution-20475c3960279fb5ca644e5466040c60c83e996e.tar.gz gsoc2013-evolution-20475c3960279fb5ca644e5466040c60c83e996e.tar.zst gsoc2013-evolution-20475c3960279fb5ca644e5466040c60c83e996e.zip |
Use CalComponent instead of iCalObject. Work around not having a compare
2000-08-20 JP Rosevear <jpr@helixcode.com>
* gui/e-week-view.c (e_week_view_update_event): Use CalComponent
instead of iCalObject. Work around not having a compare
dates routine for two CalComponents.
(e_week_view_reload_events): Use revamped CalClient
(e_week_view_reshape_event_span): Use CalComponent instead
of iCalObject, #if some alarm stuff
(e_week_view_update_event_cb): Use CalComponent instead of
iCalObject
(e_week_view_foreach_event_with_uid): ditto
(e_week_view_remove_event_cb): ditto
(e_week_view_free_events): ditto
(e_week_view_add_event): ditto
(e_week_view_on_editing_stopped): ditto
(e_week_view_find_event_from_uid): ditto
(e_week_view_key_press): ditto
(e_week_view_show_popup_menu): ditto
(e_week_view_on_new_appointment): ditto
(e_week_view_on_edit_appointment): ditto
(e_week_view_on_delete_occurrence): ditto
(e_week_view_on_delete_appointment): ditto
(e_week_view_on_unrecur_appointment): ditto
* gui/e-week-view.h: Update prototypes.
svn path=/trunk/; revision=4895
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0343e9b658..3340a21ecb 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,29 @@ +2000-08-20 JP Rosevear <jpr@helixcode.com> + + * gui/e-week-view.c (e_week_view_update_event): Use CalComponent + instead of iCalObject. Work around not having a compare + dates routine for two CalComponents. + (e_week_view_reload_events): Use revamped CalClient + (e_week_view_reshape_event_span): Use CalComponent instead + of iCalObject, #if some alarm stuff + (e_week_view_update_event_cb): Use CalComponent instead of + iCalObject + (e_week_view_foreach_event_with_uid): ditto + (e_week_view_remove_event_cb): ditto + (e_week_view_free_events): ditto + (e_week_view_add_event): ditto + (e_week_view_on_editing_stopped): ditto + (e_week_view_find_event_from_uid): ditto + (e_week_view_key_press): ditto + (e_week_view_show_popup_menu): ditto + (e_week_view_on_new_appointment): ditto + (e_week_view_on_edit_appointment): ditto + (e_week_view_on_delete_occurrence): ditto + (e_week_view_on_delete_appointment): ditto + (e_week_view_on_unrecur_appointment): ditto + + * gui/e-week-view.h: Update prototypes. + 2000-08-18 JP Rosevear <jpr@helixcode.com> * gui/event-editor.h: Update prototypes. |