diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 06:08:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 06:08:09 +0800 |
commit | 4a25f612c0fb701a774d20c19888957c555e54a2 (patch) | |
tree | 0e0f46269cd0522aaa793ef5552ec499d0613176 /widgets/e-table/ChangeLog | |
parent | 4a7411c370d573842a35354f88201a29f180aad0 (diff) | |
download | gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.gz gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.zst gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.zip |
Added reordering of columns.
2000-02-11 Christopher James Lahey <clahey@helixcode.com>
* e-table-header-item.h, e-table-header-item.c: Added reordering
of columns.
* e-table-header.c: Fixed a couple of bugs in the move column and
remove column functions.
svn path=/trunk/; revision=1736
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 2657cff6da..7e7e0b118a 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,13 @@ 2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * e-table-header-item.h, e-table-header-item.c: Added reordering + of columns. + + * e-table-header.c: Fixed a couple of bugs in the move column and + remove column functions. + +2000-02-11 Christopher James Lahey <clahey@helixcode.com> + * e-cell-text.c: Made space around text look right. Added a blinking cursor. |