aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-11 07:59:52 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-11 07:59:52 +0000
commit02ecfb2ce6166c0ce44753363d558063bcba8176 (patch)
tree444dce7f35d974cbdea50c23e978c96367f83552 /ChangeLog
parentd0b069da3ae33f183352e89c5019d3bf509dd68b (diff)
fixed several bugs, and implemented summary_unthread().
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@243 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3747a8f6..34e4605b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2005-05-11
+
+ * src/utils.c: remove_dir_recursive(): fixed operation failure if
+ current directory is inside one which is to be removed.
+ * src/summaryview.c: summary_unthread(): implemented.
+ * src/folderview.c: fixed crash when FolderView::selected became
+ invalid. Unset it if selection becomes empty.
+ * src/defs.h: changed DEFAULT_MESSAHE_FONT from "Sans 14" to
+ "Monospace 12".
+
2005-05-10
* src/summaryview.c: summary_select_thread(): implemented.