diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-11 07:59:52 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-05-11 07:59:52 +0000 |
commit | 02ecfb2ce6166c0ce44753363d558063bcba8176 (patch) | |
tree | 444dce7f35d974cbdea50c23e978c96367f83552 /ChangeLog | |
parent | d0b069da3ae33f183352e89c5019d3bf509dd68b (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |