diff options
author | JP Rosevear <jpr@ximian.com> | 2001-02-09 06:34:14 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-02-09 06:34:14 +0800 |
commit | fd277e89cfa040dcd1b79c10840e5afffaad80a4 (patch) | |
tree | b0bb54c23db4e31d508e925052d929adb8b90726 /calendar/ChangeLog | |
parent | d85e3c92787852430d68b07da7c0398c906f7856 (diff) | |
download | gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar.gz gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar.bz2 gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar.lz gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar.xz gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.tar.zst gsoc2013-evolution-fd277e89cfa040dcd1b79c10840e5afffaad80a4.zip |
Move the get_change code here
2001-02-08 JP Rosevear <jpr@ximian.com>
* pcs/cal-backend-file.c: Move the get_change code here
* pcs/cal-backend.c: Remove get_changes related stuff and
implement by calling the virtual method instead
* pcs/cal-backend.h: New virtual method.
* pcs/cal-backend-file.c (compute_alarm_range): Use
icaldurationtype_as_int (replace _as_timet)
(add_alarm_occurrences_cb): ditto
svn path=/trunk/; revision=8123
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 45e41cf30d..2725ccc788 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,22 @@ 2001-02-08 JP Rosevear <jpr@ximian.com> + * pcs/cal-backend-file.c: Move the get_change code here + + * pcs/cal-backend.c: Remove get_changes related stuff and + implement by calling the virtual method instead + + * pcs/cal-backend.h: New virtual method. + + * pcs/cal-backend-file.c (compute_alarm_range): Use + icaldurationtype_as_int (replace _as_timet) + (add_alarm_occurrences_cb): ditto + +2001-02-08 JP Rosevear <jpr@ximian.com> + + * pcs/cal-backend-file.c (compute_alarm_range): Use + icaldurationtype_as_int (replace _as_timet) + (add_alarm_occurrences_cb): ditto + * gui/e-week-view.c (e_week_view_on_schedule_meet): new routine to throw up the meeting schedule dialog (e_week_view_show_popup_menu): add schedule meeting to the |