aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 08:51:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 08:51:33 +0000
commit03bbb1a6ae673e3b722c19bd045cc18d5243dffd (patch)
treedd9339bd0f3268a56a057acee87a52b5566de3ca /ChangeLog
parent929b15a3688f2a576f7f15758013af1df95b0487 (diff)
convert help message to locale encoding.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@74 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6ab92a69..5511c7a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-02-02
+ * src/main.c: parse_cmd_opt(): convert help message to locale
+ encoding.
+
+2005-02-02
+
* src/compose.c:
GET_CHAR(): speed up by using gtk_text_iter_get_char().
get_indent_length(): use GtkTextIter for the loop.