aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index b0124f356b..e20785e782 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-01 Gediminas Paulauskas <menesis@delfi.lt>
+
+ * e-gui-utils.h: new type EPixmap, which is used to cache pixmaps for
+ bonobo components. use e_pixmaps_update to load icons into ui
+ component.
+ * e-gui-utils.c: implementation of EPixmap cache, moved here from
+ mail/folder-browser-factory.c.
+
2001-03-31 Jon Trowbridge <trow@ximian.com>
* e-url.c (e_url_shroud): Check that first_colon < last_at,