diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-10-24 02:27:21 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-10-24 02:27:21 +0800 |
commit | 61008a12e175494276ed24de4b3d214f66041cd1 (patch) | |
tree | 08de7600f576b1aa6c5d44be4c781e3b3c416c43 /e-util/ChangeLog | |
parent | 3da02acd535f898c2669d06da92c22d3e14d62a2 (diff) | |
download | gsoc2013-evolution-61008a12e175494276ed24de4b3d214f66041cd1.tar.gz gsoc2013-evolution-61008a12e175494276ed24de4b3d214f66041cd1.tar.zst gsoc2013-evolution-61008a12e175494276ed24de4b3d214f66041cd1.zip |
Pilot map functions grabbed from existing conduits
2000-10-23 JP Rosevear <jpr@helixcode.com>
* e-pilot-map.c: Pilot map functions grabbed from existing conduits
* e-pilot-map.h (e_pilot_map_write): Header
2000-10-23 JP Rosevear <jpr@helixcode.com>
* conduits/todo/Makefile.am: Add libeconduit-static.la
* conduits/todo/todo-conduit.c (post_sync): Use e_pilot_map_write
(pre_sync): Use e_pilot_map_read
svn path=/trunk/; revision=6116
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 404b1a331f..cb82b98e94 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,9 @@ +2000-10-23 JP Rosevear <jpr@helixcode.com> + + * e-pilot-map.c: Pilot map functions grabbed from existing conduits + + * e-pilot-map.h (e_pilot_map_write): Header + 2000-10-18 Dan Winship <danw@helixcode.com> * e-html-utils.c (e_text_to_html): If unicode_get_utf8 returns -1, |