diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-05-19 14:09:48 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-05-19 14:09:48 +0800 |
commit | 5cc159a95858af2e06484ac04cbf8c87369bd425 (patch) | |
tree | 7f6f18de7f54c965c087d91d7f77adf446c30601 /calendar/ChangeLog | |
parent | be42a2a28615168d66b5eaefa462b67cd8227761 (diff) | |
download | gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.gz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.bz2 gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.lz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.xz gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.tar.zst gsoc2013-evolution-5cc159a95858af2e06484ac04cbf8c87369bd425.zip |
Fixed warning message. (time_add_day): Likewise. (time_add_month):
2000-05-19 Federico Mena Quintero <federico@helixcode.com>
* cal-util/timeutil.c (time_add_minutes): Fixed warning message.
(time_add_day): Likewise.
(time_add_month): Likewise.
(time_add_year): Likewise.
(time_from_day): Of all functions, *this* one had to have a bug.
Set the tm.tm_isdst to -1 to specify that we don't know whether
the time is in DST or not. This fixes *many* bugs upstream.
(time_week_begin): Likewise. We never noticed this since the week
functions are never used.
(time_week_end): Likewise.
svn path=/trunk/; revision=3135
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ef93221cb2..c4af6b969c 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,16 @@ +2000-05-19 Federico Mena Quintero <federico@helixcode.com> + + * cal-util/timeutil.c (time_add_minutes): Fixed warning message. + (time_add_day): Likewise. + (time_add_month): Likewise. + (time_add_year): Likewise. + (time_from_day): Of all functions, *this* one had to have a bug. + Set the tm.tm_isdst to -1 to specify that we don't know whether + the time is in DST or not. This fixes *many* bugs upstream. + (time_week_begin): Likewise. We never noticed this since the week + functions are never used. + (time_week_end): Likewise. + 2000-05-17 Seth Alves <alves@hungry.com> * gui/event-editor.c: hooked up more widget signals to callbacks |