diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-21 11:17:22 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-21 11:17:22 +0800 |
commit | e8ab14846b8f723882e374b0f0ad4754fcc395e8 (patch) | |
tree | 43f125b4d67ef97b1b6a91deaee761def5240bfe /widgets/e-table/ChangeLog | |
parent | c62863d0877fd19c90ba8a15d4438611599b0979 (diff) | |
download | gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar.gz gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar.bz2 gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar.lz gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar.xz gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.tar.zst gsoc2013-evolution-e8ab14846b8f723882e374b0f0ad4754fcc395e8.zip |
Fix cursor column information.
2000-06-20 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Fix cursor column information.
svn path=/trunk/; revision=3661
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 59463dc319..e575f1068f 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-06-20 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Fix cursor column information. + +2000-06-20 Christopher James Lahey <clahey@helixcode.com> + * e-table-group-container.c, e-table-group-leaf.c, e-table-group.c, e-table-group.h: Removed the unfocus method since that's handled by the canvas itself now. |