aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8cdf28dcb1..9bb351e24a 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
+ * em-folder-tree.c (em_folder_tree_new_with_model): Connect to the
+ loading row signal.
+ (loading_row_cb): Expand the path if needed.
+ (em_folder_tree_destroy): Disconnect from the loading-row signal.
+
+ * em-folder-tree-model.c (em_folder_tree_model_class_init): Define
+ the loading-row signal.
+ (em_folder_tree_model_set_folder_info): emit the loading-row signal.
+
+2003-12-02 Jeffrey Stedfast <fejj@ximian.com>
+
* em-folder-tree.c (em_folder_tree_new): Fixed to pass the
evolution dir into em_folder_tree_model_new().
(model_save_state): Removed.