diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-27 22:50:04 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-27 22:50:04 +0800 |
commit | 86b1bd7f21c3024437375e656e75738423e85335 (patch) | |
tree | eb75adac6234d7e3262a5c10ba96b874eb2434f4 /widgets/e-table/ChangeLog | |
parent | e52cd76bd60056abc4c142065ae0c8d34a169f58 (diff) | |
download | gsoc2013-evolution-86b1bd7f21c3024437375e656e75738423e85335.tar.gz gsoc2013-evolution-86b1bd7f21c3024437375e656e75738423e85335.tar.zst gsoc2013-evolution-86b1bd7f21c3024437375e656e75738423e85335.zip |
Grab focus properly.
2000-07-27 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c (eti_cursor_change): Grab focus properly.
* e-table-item.c, e-table-click-to-add.c: Fixed ETableClickToAdd
to handle carriage return. This still doesn't quite work right.
svn path=/trunk/; revision=4384
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 483babd5ff..df302f38e5 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,12 @@ 2000-07-27 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c (eti_cursor_change): Grab focus properly. + + * e-table-item.c, e-table-click-to-add.c: Fixed ETableClickToAdd + to handle carriage return. This still doesn't quite work right. + +2000-07-27 Christopher James Lahey <clahey@helixcode.com> + * e-table-click-to-add.c: Clear the selection model when activating. |