diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-11 06:04:18 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2007-04-11 06:04:18 +0000 |
commit | 432a71e4a349bec9e919afbb504171e884d3c9d1 (patch) | |
tree | 0b7cdb365488c102a3dad1f8af9b3c093f957d0e /ChangeLog | |
parent | ae89f3a0a68c3b407127ec50caf06f7730e1932d (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-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |