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 /e-util/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 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 72b58c06e5..3d978fc061 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,15 @@ +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 + 2000-10-26 Michael Meeks <michael@helixcode.com> * ename/e-address-western.c (e_address_western_is_postal): |