diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-02 04:32:32 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-02-02 04:32:32 +0000 |
commit | 6237c2b776505f56d00457baae8173d163fc30e3 (patch) | |
tree | f08d5c0bd97641411063ed273233a9a21f8311a2 /ChangeLog | |
parent | 9beeb6e92d1bd2c4b1b65f522921512036d81a11 (diff) |
fixed text truncation bugs in compose window.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@70 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2005-02-02 + + * src/compose.c: + text_inserted(): revalidate iterator so as not to invalidate it + after gtk_text_buffer_insert() while enabling auto wrapping. + Do paste-as-quotation directly inside compose_paste_as_quote_cb(). + 2005-02-01 * version 1.9.0 |