diff options
author | JP Rosevear <jpr@ximian.com> | 2001-10-02 22:37:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2001-10-02 22:37:30 +0800 |
commit | 7e61b6213f906bf5da46dffb19a847d37710ddd3 (patch) | |
tree | cbacf64b4bf23c5b05f8510ab05066771aaeb462 /calendar/ChangeLog | |
parent | 1f42dd58510c9ba39863242c6da2d9d8fe024c1c (diff) | |
download | gsoc2013-evolution-7e61b6213f906bf5da46dffb19a847d37710ddd3.tar.gz gsoc2013-evolution-7e61b6213f906bf5da46dffb19a847d37710ddd3.tar.zst gsoc2013-evolution-7e61b6213f906bf5da46dffb19a847d37710ddd3.zip |
handle -1 as well (comp_from_remote_record): fix monthly by day
2001-10-02 JP Rosevear <jpr@ximian.com>
* conduits/calendar/calendar-conduit.c (nth_weekday): handle -1 as
well
(comp_from_remote_record): fix monthly by day recurrences and
handle "last" day type
svn path=/trunk/; revision=13300
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index dbb63ec191..d4644fad33 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2001-10-02 JP Rosevear <jpr@ximian.com> + + * conduits/calendar/calendar-conduit.c (nth_weekday): handle -1 as + well + (comp_from_remote_record): fix monthly by day recurrences and + handle "last" day type + 2001-10-01 Damon Chaplin <damon@ximian.com> * gui/dialogs/comp-editor.c (comp_editor_destroy): unref the page |