aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-29 07:53:59 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2017-11-29 07:53:59 +0000
commit1013a29073afea4b31e65f2da948f4ea1c35fcf0 (patch)
treec051a15583abaa4062adf48102fbceebb4378e7b
parent28e49fdc3673445257be5213c1a264fe8767bffd (diff)
addressbook: implemented CSV export feature.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3585 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfd37b5a..99944cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2017-11-29
+
+ * libsylph/libsylph-0.def
+ libsylph/utils.[ch]: added strconcat_csv() which concaternates strings
+ and outputs as a CSV string.
+ * src/Makefile.am
+ src/addressbook.c
+ src/exportcsv.[ch]: implemented CSV export feature.
+
2017-11-24
* libsylph/prefs_common.[ch]