aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8169830a2b..0df4e1ac6f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,21 @@
2000-07-06 Not Zed <NotZed@HelixCode.com>
+ * message-list.c (message_list_init_header): Setup the subject
+ renderer to a tree in tree mode.
+ (on_cursor_change_cmd): For a tree model, map the view row to the
+ data row.
+ (build_tree): Builds the tree data structure of all messages.
+ (message_list_set_search): For a tree model, build the tree here.
+ (ml_tree_icon_at): Icon callback, returns nothing.
+ (ml_tree_value_at):
+ (ml_tree_set_value_at):
+ (ml_tree_is_cell_editable): Maps tree node to data row, and calls
+ the equivalent table callback
+ (message_list_init_renderers): Setup the tree renderer if needed.
+
+ * message-list.h: Add a tree renderer to render list, and
+ tree_view indicator.
+
* message-thread.[ch]: Code for message threading.
2000-07-05 Dan Winship <danw@helixcode.com>