From 805e75e7d9315f8cb9f6a7213fc373a8a873a242 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 3 Nov 2002 05:46:46 +0000 Subject: add marshal building stuff, add e-util-marshal.c to SOURCES, and add 2002-11-02 Chris Toshok * Makefile.am: add marshal building stuff, add e-util-marshal.c to SOURCES, and add e-util-marshal.list to EXTRA_DIST. * e-util-marshal.list: add marshallers for e-util. * e-list.c: convert to GObject. * e-list.h: convert to GObject. * e-iterator.c: convert to GObject. * e-iterator.h: convert to GObject. * e-list-iterator.c: convert to GObject. * e-list-iterator.h: convert to GObject. * .cvsignore: ignore e-util-marshal.[ch] svn path=/trunk/; revision=18504 --- e-util/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'e-util/ChangeLog') diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 1513ec4426..dc98eb54d5 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,24 @@ +2002-11-02 Chris Toshok + + * Makefile.am: add marshal building stuff, add e-util-marshal.c to + SOURCES, and add e-util-marshal.list to EXTRA_DIST. + + * e-util-marshal.list: add marshallers for e-util. + + * e-list.c: convert to GObject. + + * e-list.h: convert to GObject. + + * e-iterator.c: convert to GObject. + + * e-iterator.h: convert to GObject. + + * e-list-iterator.c: convert to GObject. + + * e-list-iterator.h: convert to GObject. + + * .cvsignore: ignore e-util-marshal.[ch] + 2002-11-02 Ettore Perazzoli * ename/Makefile.am (INCLUDES): Removed -I$(includedir). -- cgit