diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-05-08 08:53:26 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-05-08 08:53:26 +0800 |
commit | 02165524394289e422f615bf1e1e5df093676e03 (patch) | |
tree | 2e4ebbdbb79f4a24075ca86ccde00b97a019df3e /widgets/e-table/ChangeLog | |
parent | eb3a1331f1f6a5ac79133176631a83b5bc0dac18 (diff) | |
download | gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar.gz gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar.bz2 gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar.lz gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar.xz gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.tar.zst gsoc2013-evolution-02165524394289e422f615bf1e1e5df093676e03.zip |
Add a horizontal scrollbar.
2000-05-07 Christopher James Lahey <clahey@helixcode.com>
* e-table.c: Add a horizontal scrollbar.
svn path=/trunk/; revision=2892
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index bcc23e6b5f..adeb77e1c1 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-05-07 Christopher James Lahey <clahey@helixcode.com> + * e-table.c: Add a horizontal scrollbar. + +2000-05-07 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c, e-table-item.h, e-table.c, e-table.h: Handle row_inserted and row_deleted signals properly. |