aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-11 06:04:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-11 06:04:18 +0000
commit432a71e4a349bec9e919afbb504171e884d3c9d1 (patch)
tree0b7cdb365488c102a3dad1f8af9b3c093f957d0e /ChangeLog
parentae89f3a0a68c3b407127ec50caf06f7730e1932d (diff)
supported tab-separated file in CSV import.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1617 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f4e76a1a..4d45c508 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2007-04-11
+ * src/importcsv.c: supported tab-separated file.
+
+2007-04-11
+
* libsylph/utils.[ch]: strsplit_csv(): added.
* src/importcsv.c: properly process CSV with double quotations.