aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-08-02 18:44:28 +0800
committerChris Lahey <clahey@src.gnome.org>2000-08-02 18:44:28 +0800
commit2e8ac028ee909ed15ad69fe7836340d5eb556e1e (patch)
treea083baf7036ee78142cda0e604c032db969a8430 /widgets/e-table/ChangeLog
parentc03a0bf83596176d50d349c41458284ab69d0d18 (diff)
downloadgsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.gz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.bz2
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.lz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.xz
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.tar.zst
gsoc2013-evolution-2e8ac028ee909ed15ad69fe7836340d5eb556e1e.zip
Changed the API for the append_row function. Now accepts a model to copy
2000-08-02 Christopher James Lahey <clahey@helixcode.com> * e-table-model.c, e-table-model.h: Changed the API for the append_row function. Now accepts a model to copy data from instead of returning a row number and leaving it up to ETableOne to copy the data in. * e-table-one.c, e-table-one.h: Adapted to use new append_row API. * e-table-simple.c, e-table-simple.h, e-table-subset.c: Adapted to supply new append_row API. svn path=/trunk/; revision=4468
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 002a67617c..7a11420a68 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,15 @@
+2000-08-02 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-table-model.c, e-table-model.h: Changed the API for the
+ append_row function. Now accepts a model to copy data from
+ instead of returning a row number and leaving it up to ETableOne
+ to copy the data in.
+
+ * e-table-one.c, e-table-one.h: Adapted to use new append_row API.
+
+ * e-table-simple.c, e-table-simple.h, e-table-subset.c: Adapted to
+ supply new append_row API.
+
2000-07-31 Christopher James Lahey <clahey@helixcode.com>
* e-table-col.c, e-table-col.h: Added an argument to set a column