diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-31 23:58:08 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-12-31 23:58:08 +0800 |
commit | eb7c5ae3c5fa9ab3bab2a60d7a0c8a5a4ed93cb7 (patch) | |
tree | bc250c8cc8679635d972d3f847291882f02bc062 /calendar/ChangeLog | |
parent | 0948bfda86d63a09c5b5c9661911e963cc750357 (diff) | |
download | gsoc2013-evolution-eb7c5ae3c5fa9ab3bab2a60d7a0c8a5a4ed93cb7.tar.gz gsoc2013-evolution-eb7c5ae3c5fa9ab3bab2a60d7a0c8a5a4ed93cb7.tar.zst gsoc2013-evolution-eb7c5ae3c5fa9ab3bab2a60d7a0c8a5a4ed93cb7.zip |
Committed fixes for the end-on-day recurrence bug where the last
day was skipped.
Also fixed problem with multiple setitimer calls that where especially
pesky in the corba part, where corba calls would cause numerous alarm
dialogs when the events alarm went off.
svn path=/trunk/; revision=1525
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 616db438da..b5be27f69b 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,28 @@ +1999-12-31 Eskil Heyn Olsen <deity@eskil.dk> + + * eventedit.c (ee_store_recur_end_to_ical): Adds 86400 secs (1 + day) to the date chooses by the user. This ensures the recurrence + also occurs on that date. + (ee_rp_init_ending_date): And subtracts 86400 secs when about to + redisplay the box. + + * calendar.h: Added an argument to calendar_new, to enable certain + features, such as initing alarms or nor. + + * calendar.c (calendar_new): Implemented support for the + CALENDAR_INIT_ALARMS option to calendar_new. + + * corba-cal.c (cal_repo_get_updated_objects): Added + CALENDAR_INIT_ALARMS to calendar_new calls. + + * main.c: Added CALENDAR_INIT_ALARMS to calendar_new calls. This + should probably be CALENDAR_INIT_NIL, but I'm not sure, guess + steintr should check it. + + * gnome-cal.c: Added CALENDAR_INIT_ALARMS to calendar_new calls. + + * calendar-pilot-sync.c: Added CALENDAR_INIT_NIL to calendar_new calls. + 1999-12-10 Russell Steinthal <rms39@columbia.edu> * eventedit.c (ee_create_ae): Fix sensitivity bug when used to |