aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-01-27 09:19:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2015-01-27 09:19:41 +0000
commitdc3e933ec4b73ac93ae866bb979f02045181a17f (patch)
tree6c5945917e1f00b2f828ab00d8094ec1c120f387 /ChangeLog
parent85169b54a4751438ebb9bbcede57bb45ee4e7ab4 (diff)
fixed gtkut_text_buffer_insert_with_tag_by_name().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3462 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 6c4cdb3a..85b6cf44 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2015-01-16
+ * src/gtkutils.c: gtkut_text_buffer_insert_with_tag_by_name():
+ guard against the case of len == 0 (#215).
+
+2015-01-16
+
* src/mainwindow.c: main_window_window_state_cb():
win32: fixed a bug that maximized state was unset on minimize.