diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-23 12:05:36 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 1999-09-23 12:05:36 +0800 |
commit | af628520342c2374267f0e9fa611ef6bad9e7076 (patch) | |
tree | 6020fe643c5d5875b966e1e870b11efcf4c18d3e /calendar/ChangeLog | |
parent | a6d203d4a8fcfc055f35be85d3003a8d81ffa1b2 (diff) | |
download | gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar.gz gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar.bz2 gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar.lz gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar.xz gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.tar.zst gsoc2013-evolution-af628520342c2374267f0e9fa611ef6bad9e7076.zip |
better merge of summary/description when doing ical_from_remote
* calendar-conduit.c: better merge of summary/description
when doing ical_from_remote (update_record), also handles
import from gnomecal to pilot better, and on both ways, repeat
events are much better now.
The conduit is actually beginning to be usefull now...
svn path=/trunk/; revision=1252
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 0a9fc3131f..714c79d5a4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,7 +1,15 @@ -1999-02-06 Eskil Olsen <deity@eskil.dk> +1999-09-23 Eskil Olsen <deity@eskil.dk> + + * calendar-conduit.c: better merge of summary/description + when doing ical_from_remote (update_record), also handles + import from gnomecal to pilot better, and on both ways, repeat + events are much better now. + +1999-09-22 Eskil Olsen <deity@eskil.dk> + * corba-cal.c: commented out a g_free that glib reported as being a duplicate free. - * calendar_conduit.c: got gnomecal->pilot up and runnning. + * calendar-conduit.c: got gnomecal->pilot up and runnning. 1999-02-06 Lauris Kaplinski <lauris@ariman.ee> |