diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-04-09 09:37:37 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-04-09 09:37:37 +0800 |
commit | 742e8fab22c1defd3636374bdc77d519783c32c2 (patch) | |
tree | 47127ffd579480a4ca9915f1fe696d19da24698b /widgets/e-table/ChangeLog | |
parent | 9f78bda87d4806579ea6f95a9da866cc38904374 (diff) | |
download | gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar.gz gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar.bz2 gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar.lz gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar.xz gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.tar.zst gsoc2013-evolution-742e8fab22c1defd3636374bdc77d519783c32c2.zip |
Separated some functions into an xml bit and a generic bit.
2000-04-08 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Separated some functions into an xml bit and a
generic bit.
svn path=/trunk/; revision=2346
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index c8c6f279b7..3ed28532a8 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,8 @@ +2000-04-08 Christopher James Lahey <clahey@helixcode.com> + + * e-table.c: Separated some functions into an xml bit and a + generic bit. + 2000-04-06 Christopher James Lahey <clahey@helixcode.com> * test-cols.c, test-table.c: Got rid of some warnings. |