diff options
author | Nuno Ferreira <nuno@src.gnome.org> | 1998-08-12 06:05:55 +0800 |
---|---|---|
committer | Nuno Ferreira <nuno@src.gnome.org> | 1998-08-12 06:05:55 +0800 |
commit | 4131f00f3470804d007194f2a0c71446074db5bc (patch) | |
tree | 201ba5d0ddf2d8445c136264cc849bdb2f7d6a30 /calendar/ChangeLog | |
parent | 340b547a812fccaa0b7f57511eef820b74d07a55 (diff) | |
download | gsoc2013-evolution-4131f00f3470804d007194f2a0c71446074db5bc.tar.gz gsoc2013-evolution-4131f00f3470804d007194f2a0c71446074db5bc.tar.zst gsoc2013-evolution-4131f00f3470804d007194f2a0c71446074db5bc.zip |
Made title i18n friendly. This was bug #215.
* main.c (new_calendar): Made title i18n friendly. This was bug #215.
* eventedit.c (ee_store_recur_end_to_ical): Set recur->enddate to
recur->_enddate, not to itself, when adding recurring event and supplying
an end date. This fixes (at least part of) bug #99.
svn path=/trunk/; revision=310
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 7de7dd2c19..dac6928599 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,12 @@ +1998-08-11 Nuno Ferreira <nmrf@rnl.ist.utl.pt> + + * main.c (new_calendar): Made title i18n friendly. This was bug + #215. + + * eventedit.c (ee_store_recur_end_to_ical): Set recur->enddate to + recur->_enddate, not to itself, when adding recurring event and + supplying an end date. This fixes (at least part of) bug #99. + 1998-08-10 Federico Mena Quintero <federico@nuclecu.unam.mx> * month-view.[ch]: Start of the month view widget. This will use |