aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-20 10:44:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-20 10:44:24 +0000
commit3206d072bf2428930bea2d4c7a66bd68db1a467c (patch)
treee3904abdc6672f503bb07d66c4a39259b7ca28da /ChangeLog
parent01d70967aec02a07321c0724bf62d9dd37daa6e0 (diff)
allow non-ascii mailto string and filename on --compose option.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@916 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6e705628..b0583377 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2006-01-20
+ * src/compose.c: compose_new(): fixed filename encoding.
+ * src/main.c: open_compose_new(): allow non-ascii mailto string and
+ filename.
+
+2006-01-20
+
* src/alertpanel.c
src/inputdialog.c
src/filesel.c: place dialog at the center on parent window.