diff options
author | Russell Steinthal <steintr@src.gnome.org> | 1999-10-24 08:21:10 +0800 |
---|---|---|
committer | Russell Steinthal <steintr@src.gnome.org> | 1999-10-24 08:21:10 +0800 |
commit | 24517cf8ae7cad5c49efcc11c82435570ab08211 (patch) | |
tree | f85cde36545fda1fc1ceb3cdc911fbef554ceb20 /calendar/ChangeLog | |
parent | 8fe1aa5f41bfec98795cc71df37d4afbbc34464f (diff) | |
download | gsoc2013-evolution-24517cf8ae7cad5c49efcc11c82435570ab08211.tar.gz gsoc2013-evolution-24517cf8ae7cad5c49efcc11c82435570ab08211.tar.zst gsoc2013-evolution-24517cf8ae7cad5c49efcc11c82435570ab08211.zip |
Fix calendar_day_begin/calendar_day_end initialization bug on HEAD. For full
explanation, see commit message for parallel change to gnome-pim-1-0 branch.
svn path=/trunk/; revision=1351
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index de2f6fab65..0ce0472fab 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +1999-10-23 Russell Steinthal <rms39@columbia.edu> + + * calendar.c (calendar_new): Correctly initialize calendar_day_end + and calendar_day_begin *before* installing day-change alarm. + 1999-10-21 Russell Steinthal <rms39@columbia.edu> * alarm.c, main.c: Added alarm debugging code |