diff options
author | Chris Toshok <toshok@ximian.com> | 2002-11-03 13:46:46 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2002-11-03 13:46:46 +0800 |
commit | 805e75e7d9315f8cb9f6a7213fc373a8a873a242 (patch) | |
tree | dd0063aea1ff40a14325ec4021cd3f69abe7fc20 /e-util/ChangeLog | |
parent | 9c73777f2268b5bf2622f893e2a3ba7d0f720572 (diff) | |
download | gsoc2013-evolution-805e75e7d9315f8cb9f6a7213fc373a8a873a242.tar.gz gsoc2013-evolution-805e75e7d9315f8cb9f6a7213fc373a8a873a242.tar.zst gsoc2013-evolution-805e75e7d9315f8cb9f6a7213fc373a8a873a242.zip |
add marshal building stuff, add e-util-marshal.c to SOURCES, and add
2002-11-02 Chris Toshok <toshok@ximian.com>
* 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
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
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 <toshok@ximian.com> + + * 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 <ettore@ximian.com> * ename/Makefile.am (INCLUDES): Removed -I$(includedir). |