aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 06:59:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 06:59:38 +0000
commit8ad7e4e7c796b1cd12513576eb3481be7d706b6a (patch)
treebfe9e60b673c18482d18b0823d9a8322f92bc603 /ChangeLog.ja
parent6237c2b776505f56d00457baae8173d163fc30e3 (diff)
compose.c: speed up wrap line a bit.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@71 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index e0e0899e..764cd8da 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,10 @@
2005-02-02
+ * src/compose.c: GET_CHAR(): gtk_text_iter_get_char() を使用して
+ 高速化。
+
+2005-02-02
+
* src/compose.c:
text_inserted(): 自動整形を有効にしているときに
gtk_text_buffer_insert() の後 iterator を無効にしないように、