diff options
author | Dan Winship <danw@src.gnome.org> | 2002-03-06 05:44:44 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-03-06 05:44:44 +0800 |
commit | 1bc7073a9010d33a3998fd8fcd9cb45930593d05 (patch) | |
tree | 1e971fab93fbf5d1b879763b266e8c08f67ccc8d /calendar/ChangeLog | |
parent | 4db8df6b4da45e503aea556f7b3342cffa1f6e4c (diff) | |
download | gsoc2013-evolution-1bc7073a9010d33a3998fd8fcd9cb45930593d05.tar.gz gsoc2013-evolution-1bc7073a9010d33a3998fd8fcd9cb45930593d05.tar.zst gsoc2013-evolution-1bc7073a9010d33a3998fd8fcd9cb45930593d05.zip |
[pullup from evolution-1-0-branch]
* gui/itip-utils.c (comp_compliant): Reset the DTSTAMP of the new
component. (RFC2245 says DTSTAMP corresponds to the time the
particular iCalendar representation of the object was created.)
Fixes #21198.
svn path=/trunk/; revision=15930
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 aaff472d9a..c890f972aa 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2002-03-04 Dan Winship <danw@ximian.com> + + * gui/itip-utils.c (comp_compliant): Reset the DTSTAMP of the new + component. (RFC2245 says DTSTAMP corresponds to the time the + particular iCalendar representation of the object was created.) + Fixes #21198. + 2002-03-05 JP Rosevear <jpr@ximian.com> * gui/print.c: remove unneeded parameter from print_text_size |