aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog.ja
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-13 08:26:13 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-04-13 08:26:13 +0000
commit4cfa90461ee1512fcebf3bdabeeadd3ad99e10eb (patch)
tree8b540c3f82a16c78669908cdb8e2f34e16e5e048 /ChangeLog.ja
parent9c3ef467a566ff0c7cf7900cf7a46646c09a2c4b (diff)
fixed expand row problem of folder view.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@217 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog.ja')
-rw-r--r--ChangeLog.ja8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.ja b/ChangeLog.ja
index 9f06b2a7..b2823f91 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,13 @@
2005-04-13
+ * src/imap.c: imap_close(): item->path が NULL の場合は何もしない
+ ようにした。
+ * src/folderview.c: 未使用の GtkStyle を削除。
+ folderview_select_row(): その行自身は展開しないようにした。
+ folderview_selection_changed(): メモリリークを修正。
+
+2005-04-13
+
* src/rfc2015.c: pgp_sign(): 括弧が抜けていたのを修正。
result->signatures が NULL でないかどうかをチェック(~/.gnupg が
存在しない場合にクラッシュするのを修正)。