diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-02 16:25:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-02 16:25:03 +0800 |
commit | 9c73777f2268b5bf2622f893e2a3ba7d0f720572 (patch) | |
tree | f81b79f19b87f84b4429d329b3fc0f9ff7946060 /e-util/ChangeLog | |
parent | 236c15d106b4e740d4e3996e0649334ca8e13876 (diff) | |
download | gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.tar.gz gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.tar.zst gsoc2013-evolution-9c73777f2268b5bf2622f893e2a3ba7d0f720572.zip |
First big sync of my GNOME 2 porting work (incomplete, and still
pretty broken).
Weeeeee!
svn path=/trunk/; revision=18503
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 93bdab7959..1513ec4426 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,36 @@ +2002-11-02 Ettore Perazzoli <ettore@ximian.com> + + * ename/Makefile.am (INCLUDES): Removed -I$(includedir). + + * ename/test-ename-western-gtk.c: #include + <libgnomeui/gnome-ui-init.h> instead of <libgnomeui/gnome-init.h>. + (create_window): Added GTK_SIGNAL_FUNC() cast. + (main): Use gnome_program_init(). + + * e-db3-utils.c: Do not #include <libgnome/gnome-defs.h>. + + * e-request.c: Do not #include <libgnomeui/gnome-stock.h>. + + * e-memory.c (e_memchunk_clean): Replace GSearchFunc with + GCompareFunc. + + * e-iterator.c (e_iterator_class_init): GTK2-ified. + (ECI_CLASS): Likewise. + + * e-html-utils.c: Do not #include <gal/unicode/gunicode.h>. + + * e-gui-utils.c: Don't #include <libgnome/gnome-defs.h>. + (e_create_image_widget): Pass NULL to gdk_pixbuf_new_from_file() + for the error arg. + + * e-corba-utils.h: #include <orbit/orbit.h> instead of + <orb/orbit.h>. + + * Makefile.am: Removed bonobo-factory-util.c, + bonobo-factory-util.h, e-categories-master-list-wombat.h, + e-categories-master-list-wombat.c, e-dialog-utils.c, + e-dialog-utils.h, e-proxy.c e-proxy.h for now. + 2002-11-02 Rodrigo Moya <rodrigo@ximian.com> * e-config-listener.[ch]: ported to GConf and GObject. |