diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-11 12:08:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-11 12:08:59 +0800 |
commit | 86e45230bdfccc8c6a80dc81714aeb95cfd03b32 (patch) | |
tree | 16af14a4c9a31c39adcd8ea25864672c71c9cf1c /widgets/e-table/ChangeLog | |
parent | 0d21b8caa782eb174fa0b069fb417710f5a969bb (diff) | |
download | gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar.gz gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar.bz2 gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar.lz gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar.xz gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.tar.zst gsoc2013-evolution-86e45230bdfccc8c6a80dc81714aeb95cfd03b32.zip |
Small syntactic changes.
2000-06-11 Christopher James Lahey <clahey@helixcode.com>
* e-table-model.c: Small syntactic changes.
* e-table.c: Moved the table header into the scrolled view.
svn path=/trunk/; revision=3517
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index dfaec4ac67..cbe7259942 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,9 @@ +2000-06-11 Christopher James Lahey <clahey@helixcode.com> + + * e-table-model.c: Small syntactic changes. + + * e-table.c: Moved the table header into the scrolled view. + 2000-06-11 Ettore Perazzoli <ettore@helixcode.com> * Makefile.am (table_test_LDADD): Link with libemiscwidgets.a. |