diff options
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ee20a48b27..d8e04a1692 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2001-08-07 Jason Leach <jleach@ximian.com> + + * e-storage-set-view.c (etree_value_at): Don't use a leaky hash to + get folder names with unread count, use gtk_object_set_data_full + and gtk_object_get_data on the EFolder. + (etree_icon_at): Give the "My Evolution" storage an icon through a + non-generic way. Will be replaced by a generic method when other + storages get icons too. + 2001-08-07 Ettore Perazzoli <ettore@ximian.com> * evolution-activity-client.c |