diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-27 20:30:27 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-27 20:30:27 +0800 |
commit | e071cdeeb46b0f667c4847525f78a988c199297d (patch) | |
tree | 9c01c38adb2478f66b5713f7b871bad2961be0d4 /calendar/ChangeLog | |
parent | 8f267d0eb4806a96783e9c054e5c82f1140beca6 (diff) | |
download | gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar.gz gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar.bz2 gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar.lz gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar.xz gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.tar.zst gsoc2013-evolution-e071cdeeb46b0f667c4847525f78a988c199297d.zip |
Get archive field while parsing (map_write_foreach): Write out archive
2000-10-27 JP Rosevear <jpr@helixcode.com>
* e-pilot-map.c (map_sax_start_element): Get archive field while
parsing
(map_write_foreach): Write out archive field
(e_pilot_map_pid_is_archived): implement
(e_pilot_map_uid_is_archived): ditto
(e_pilot_map_insert): Insert new node structures
(e_pilot_map_lookup_pid): Take into account the list is now
a list of structures
(e_pilot_map_lookup_uid): ditto
svn path=/trunk/; revision=6224
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 22fdd7ac7a..dd91c49fc1 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2000-10-27 JP Rosevear <jpr@helixcode.com> + + * conduits/todo/todo-conduit.c (add_archive_record): Take proper + number of parameters + + * conduits/calendar/calendar-conduit.c (add_archive_record): ditto + 2000-10-26 Federico Mena Quintero <federico@helixcode.com> * gui/event-editor.c (EventEditorPrivate): Integrate Anna's new |