aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3621b3585b..b4acb5d56c 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,16 @@
+2001-02-20 Dan Winship <danw@ximian.com>
+
+ * e-folder.c (_EFolderPrivate): split "highlighted" into
+ self_highlight and child_highligh.
+ (e_folder_get_highlighted): Return TRUE if either self_highlight
+ is true or any child is highlighted.
+ (e_folder_set_child_highlight): New function to tell the folder
+ about a child highlight change.
+
+ * e-storage.c (folder_changed_cb): Update child highlights
+ correctly on folders so that folders will be highlighted whenever
+ their children are.
+
2001-02-17 Christopher James Lahey <clahey@ximian.com>
* e-shell-view-menu.c (file_verbs): Cast this fucntion pointer.