diff options
author | Federico Mena Quintero <federico@nuclecu.unam.mx> | 1998-06-05 07:58:58 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-06-05 07:58:58 +0800 |
commit | 463f842fc090709b1aa85b08c93d68ca12b6c70c (patch) | |
tree | d2679bc4b0d7e5f3ce928f1ee8ac625684af36a9 /calendar/ChangeLog | |
parent | 8ab35d7ba084934eca8550eef0f873e5125b3545 (diff) | |
download | gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar.gz gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar.bz2 gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar.lz gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar.xz gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.tar.zst gsoc2013-evolution-463f842fc090709b1aa85b08c93d68ca12b6c70c.zip |
Do not subtract 1 from tm->tm_mday for the default_day.
1998-06-04 Federico Mena Quintero <federico@nuclecu.unam.mx>
* eventedit.c (ee_rp_init_rule): Do not subtract 1 from
tm->tm_mday for the default_day.
* gnome-cal.c (gnome_calendar_new):
(gnome_calendar_goto): Use the start of the day -- things expect
it to be that way.
svn path=/trunk/; revision=244
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 700274e1f1..a8d6f80b51 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1998-06-04 Federico Mena Quintero <federico@nuclecu.unam.mx> + + * eventedit.c (ee_rp_init_rule): Do not subtract 1 from + tm->tm_mday for the default_day. + + * gnome-cal.c (gnome_calendar_new): + (gnome_calendar_goto): Use the start of the day -- things expect + it to be that way. + 1998-05-27 Nuno Ferreira <nmrf@rnl.ist.utl.pt> * eventedit.c (ee_store_recur_rule_to_ical): Fill in |