aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-06-08 15:55:21 +0800
committerChris Lahey <clahey@src.gnome.org>2000-06-08 15:55:21 +0800
commitc04ce4ea111fa38815975df46af6bea80e06241a (patch)
tree199fc3b9d1b3dfba7fa4d6bc85c57825fe50af19 /widgets/e-table/ChangeLog
parent2f3245408c26ebef806b0824a1f5885b15529fce (diff)
downloadgsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.gz
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.bz2
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.lz
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.xz
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.tar.zst
gsoc2013-evolution-c04ce4ea111fa38815975df46af6bea80e06241a.zip
The field chooser works now.
2000-06-08 Christopher James Lahey <clahey@helixcode.com> * The field chooser works now. * e-table-field-chooser-dialog.c: Make the dialog resizable. * e-table-field-chooser-item.c: Requested a reflow on realization. Made the correct column get dragged. * e-table-field-chooser.c: Set the height correctly. * e-table-field-chooser.glade: Replace the GnomeCanvas with an ECanvas. * e-table-header-item.c: Receive drags from the new dialog. svn path=/trunk/; revision=3476
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 0871535d2a..ba7b064f65 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,5 +1,21 @@
2000-06-08 Christopher James Lahey <clahey@helixcode.com>
+ * The field chooser works now.
+
+ * e-table-field-chooser-dialog.c: Make the dialog resizable.
+
+ * e-table-field-chooser-item.c: Requested a reflow on
+ realization. Made the correct column get dragged.
+
+ * e-table-field-chooser.c: Set the height correctly.
+
+ * e-table-field-chooser.glade: Replace the GnomeCanvas with an
+ ECanvas.
+
+ * e-table-header-item.c: Receive drags from the new dialog.
+
+2000-06-08 Christopher James Lahey <clahey@helixcode.com>
+
* e-table-field-chooser-dialog.c, e-table-field-chooser-dialog.h,
e-table-field-chooser-item.c, e-table-field-chooser.c,
e-table-field-chooser.glade, e-table-field-chooser.h,