aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-11 10:51:31 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-11 10:51:31 +0000
commit2147115dec26c80c0b941f75dc8139be1c653923 (patch)
treec9453f8eebb95821baf7da564272ca5f672b3b95 /ChangeLog
parent4d1b1fe41d8bb280cb39b39f996fe8922cc60164 (diff)
fix invalid iterator warnings of action.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@209 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 18851645..b717ba28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-04-11
+ * src/action.c: catch_output(): correctly select the insert text
+ (fix invalid iterator warnings).
+
+2005-04-11
+
* src/gtkutils.[ch]
src/folderview.[ch]: implemented message-to-folder DnD.
Auto-expand and auto-scroll are also implemented.