diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-14 02:26:45 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-14 02:26:45 +0800 |
commit | fe7da31d862feb3175a507bdb594341cac721f22 (patch) | |
tree | d9d6f60c28c48b94c12eb4c815454b4ef4139456 /executive-summary/ChangeLog | |
parent | 1aa4562d998bc7f107fe3ea09ddb01c102274492 (diff) | |
download | gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar.gz gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar.bz2 gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar.lz gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar.xz gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.tar.zst gsoc2013-evolution-fe7da31d862feb3175a507bdb594341cac721f22.zip |
Rm the whole of the Executive Summary dir.
Correctly display all the windows.
Put an HTML explaination into the configure dialog.
svn path=/trunk/; revision=6969
Diffstat (limited to 'executive-summary/ChangeLog')
-rw-r--r-- | executive-summary/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/executive-summary/ChangeLog b/executive-summary/ChangeLog index 536cac363e..1af8f7e605 100644 --- a/executive-summary/ChangeLog +++ b/executive-summary/ChangeLog @@ -1,5 +1,18 @@ 2000-12-13 Iain Holmes <iain@helixcode.com> + * component/e-summary.c (e_summary_rebuild_page): Display all the windows + correctly. + (e_summary_save_state): Remove the whole of the Executive-Summary dir. + + * component/e-summary-util.[ch]: Add e_summary_rm_dir, a function to reove + everything in the path. RC people have a function to do it too, but I can't + remember how to get RC :) + + * component/e-summary-callbacks.c: (configure_summary): Put an HTML + explanation into the configure dialog. + +2000-12-13 Iain Holmes <iain@helixcode.com> + * component/e-summary.c (e_summary_rebuild_page): Count the number of rows correctly. |