diff options
author | JP Rosevear <jpr@ximian.com> | 2003-11-20 00:17:37 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-11-20 00:17:37 +0800 |
commit | 1786ff2e091087b0b60b4d94ce8e165f6891fdc1 (patch) | |
tree | 3f401bb37ca9f2e7e0bb1c5b97fa2bd1b08dab1a /calendar/ChangeLog | |
parent | 9b6a235208a55d52a3beef416100b4498f0e174e (diff) | |
download | gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar.gz gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar.bz2 gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar.lz gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar.xz gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.tar.zst gsoc2013-evolution-1786ff2e091087b0b60b4d94ce8e165f6891fdc1.zip |
make sure timezone value is sane (get_completed): ditto
2003-11-19 JP Rosevear <jpr@ximian.com>
* gui/e-cal-model-tasks.c (get_due): make sure timezone value is
sane
(get_completed): ditto
* gui/e-cal-model.c (get_dtstart): add more guards
* gui/e-cal-model-calendar.c (get_dtend): ditto
svn path=/trunk/; revision=23442
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 9eddd98c12..88ce6d1159 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,13 @@ +2003-11-19 JP Rosevear <jpr@ximian.com> + + * gui/e-cal-model-tasks.c (get_due): make sure timezone value is + sane + (get_completed): ditto + + * gui/e-cal-model.c (get_dtstart): add more guards + + * gui/e-cal-model-calendar.c (get_dtend): ditto + 2003-11-19 Rodrigo Moya <rodrigo@ximian.com> Fixes #51052 |