aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/ChangeLog
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-11-06 16:17:14 +0800
committerChris Toshok <toshok@src.gnome.org>2002-11-06 16:17:14 +0800
commitd73b3bb496a3738d12442386231f3b2fa18967a6 (patch)
tree19e3144a5bd31fa137eabf81d575f1a5503d7448 /addressbook/ChangeLog
parent4e57b96f83fb8d0f79b10d1b219062973a095e56 (diff)
downloadgsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar.gz
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar.bz2
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar.lz
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar.xz
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.tar.zst
gsoc2013-evolution-d73b3bb496a3738d12442386231f3b2fa18967a6.zip
Port to GObject/gnome2.
2002-11-05 Chris Toshok <toshok@ximian.com> * gui/widgets/e-addressbook-model.[ch]: Port to GObject/gnome2. * gui/widgets/e-addressbook-reflow-adapter.c: Port to GObject/gnome2. * gui/widgets/e-addressbook-table-adapter.c: Port to GObject/gnome2. * gui/widgets/e-addressbook-util.c: Port to GObject/gnome2. * gui/widgets/e-addressbook-view.[ch]: Port to GObject/gnome2. * gui/widgets/e-minicard-control.c: Port to GObject/gnome2. * gui/widgets/e-minicard-label.[ch]: Port to GObject/gnome2. * gui/widgets/e-minicard-view-widget.[ch]: Port to GObject/gnome2. * gui/widgets/e-minicard-view.[ch]: Port to GObject/gnome2. * gui/widgets/e-minicard-widget-test.c: Port to GObject/gnome2. * gui/widgets/e-minicard-widget.c: Port to GObject/gnome2. * gui/widgets/e-minicard.[ch]: Port to GObject/gnome2. * gui/widgets/gal-view-factory-minicard.c: Port to GObject/gnome2. * gui/widgets/gal-view-minicard.c: Port to GObject/gnome2. * gui/widgets/test-minicard-label.c: Port to GObject/gnome2. * gui/widgets/test-minicard-view.c: Port to GObject/gnome2. * gui/widgets/test-minicard.c: Port to GObject/gnome2. * gui/widgets/test-reflow.c: Port to GObject/gnome2. * gui/widgets/Makefile.am: typical port stuff. add marshaller generation foo, dist it... * gui/widgets/.cvsignore: ignore the marshaller stuff. svn path=/trunk/; revision=18588
Diffstat (limited to 'addressbook/ChangeLog')
-rw-r--r--addressbook/ChangeLog47
1 files changed, 46 insertions, 1 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index e4ab346549..e34b4e0109 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,5 +1,50 @@
2002-11-05 Chris Toshok <toshok@ximian.com>
+ * gui/widgets/e-addressbook-model.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/e-addressbook-reflow-adapter.c: Port to
+ GObject/gnome2.
+
+ * gui/widgets/e-addressbook-table-adapter.c: Port to
+ GObject/gnome2.
+
+ * gui/widgets/e-addressbook-util.c: Port to GObject/gnome2.
+
+ * gui/widgets/e-addressbook-view.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-control.c: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-label.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-view-widget.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-view.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-widget-test.c: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard-widget.c: Port to GObject/gnome2.
+
+ * gui/widgets/e-minicard.[ch]: Port to GObject/gnome2.
+
+ * gui/widgets/gal-view-factory-minicard.c: Port to GObject/gnome2.
+
+ * gui/widgets/gal-view-minicard.c: Port to GObject/gnome2.
+
+ * gui/widgets/test-minicard-label.c: Port to GObject/gnome2.
+
+ * gui/widgets/test-minicard-view.c: Port to GObject/gnome2.
+
+ * gui/widgets/test-minicard.c: Port to GObject/gnome2.
+
+ * gui/widgets/test-reflow.c: Port to GObject/gnome2.
+
+ * gui/widgets/Makefile.am: typical port stuff. add marshaller
+ generation foo, dist it...
+
+ * gui/widgets/.cvsignore: ignore the marshaller stuff.
+
+2002-11-05 Chris Toshok <toshok@ximian.com>
+
* gui/component/select-names/e-simple-card-bonobo.[ch]: Port to
GObject/gnome2.
@@ -35,7 +80,7 @@
* gui/component/select-names/.cvsignore: ignore the marshaller
stuff.
-<
+
2002-11-05 Chris Toshok <toshok@ximian.com>
* backend/ebook/.cvsignore: ignore the generated marshaller files.