diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-09-11 10:24:38 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-09-11 10:24:38 +0800 |
commit | b647384491d353ebe68ae295000efaccd229bf11 (patch) | |
tree | 6de17429952f2ce817056143fe9a169f5b4a7b0b /calendar/ChangeLog | |
parent | b971ef36179be89ce8fcfda712851418fadc0035 (diff) | |
download | gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar.gz gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar.bz2 gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar.lz gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar.xz gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.tar.zst gsoc2013-evolution-b647384491d353ebe68ae295000efaccd229bf11.zip |
Make log output a little more sensible (comp_from_remote_record): Minor
2000-09-10 JP Rosevear <jpr@helixcode.com>
* conduits/todo/todo-conduit.c
(update_calendar_entry_in_repository):
Make log output a little more sensible
(comp_from_remote_record): Minor correction when making a
CalComponent
from scratch.
(update_record): Use comp_from_remote_record for new items, rather
than repeating the code here.
svn path=/trunk/; revision=5307
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 2074128db7..d1fa6081dc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,14 @@ 2000-09-10 JP Rosevear <jpr@helixcode.com> + * conduits/todo/todo-conduit.c (update_calendar_entry_in_repository): + Make log output a little more sensible + (comp_from_remote_record): Minor correction when making a CalComponent + from scratch. + (update_record): Use comp_from_remote_record for new items, rather + than repeating the code here. + +2000-09-10 JP Rosevear <jpr@helixcode.com> + * conduits/todo/todo-conduit.c: Remove catch_ret_val function since its no longer useful. Fix naming of various fields from the header changes. Use GnomePilotRecord* stuff instead of |