diff options
author | Damon Chaplin <damon@ximian.com> | 2001-10-03 12:29:55 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2001-10-03 12:29:55 +0800 |
commit | 83529b8532f36c48724626e63009683266a42a3b (patch) | |
tree | 77a13b66c19d8cda33f0ab7e3eb2f1727afc08d4 /my-evolution/ChangeLog | |
parent | 7b834caab7a30d368def890bbcc61c22c6262f20 (diff) | |
download | gsoc2013-evolution-83529b8532f36c48724626e63009683266a42a3b.tar.gz gsoc2013-evolution-83529b8532f36c48724626e63009683266a42a3b.tar.zst gsoc2013-evolution-83529b8532f36c48724626e63009683266a42a3b.zip |
used time_add_day/week/month _with_zone() functions rather than the old
2001-10-01 Damon Chaplin <damon@ximian.com>
* e-summary-calendar.c (generate_html): used time_add_day/week/month
_with_zone() functions rather than the old versions.
* e-summary.c (alarm_fn): use time_day_end_with_zone ().
* e-summary-tasks.c (generate_html): removed day_begin and day_end
since they aren't used, and the calls to time_day_begin/end().
svn path=/trunk/; revision=13365
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index 22ff88f2f1..bf98642cf9 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,13 @@ +2001-10-01 Damon Chaplin <damon@ximian.com> + + * e-summary-calendar.c (generate_html): used time_add_day/week/month + _with_zone() functions rather than the old versions. + + * e-summary.c (alarm_fn): use time_day_end_with_zone (). + + * e-summary-tasks.c (generate_html): removed day_begin and day_end + since they aren't used, and the calls to time_day_begin/end(). + 2001-10-02 Iain Holmes <iain@ximian.com> * e-summary-calendar.c (uids_to_array): Handle recurrances correctly. |