aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 05:42:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 05:42:21 +0000
commite7e717c4ee877a009657e2f971a5c188daf55701 (patch)
tree197affe3ea00b7460b09f4141148ca5d5805bc7a /ChangeLog
parentc5575f297c9e68bb0eaad671b4afb25ebe441186 (diff)
process quoted-pair correctly.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1694 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a241109..9599ac69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2007-05-16
+
+ * libsylph/utils.[ch]:
+ extract_parenthesis_with_escape()
+ extract_quote_with_escape(): added.
+ * libsylph/procheader.c: procheader_get_fromname(): process
+ quoted-pair correctly.
+
2007-05-15
* libsylph/procmime.[ch]: procmime_get_encoding_for_str(): added.