aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.