diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-30 04:06:54 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-30 04:06:54 +0800 |
commit | 08f83c6fcf6fb24a12553efa2410d6f389ee7911 (patch) | |
tree | 6ea1d4e6cccced365d6eeb1eb55a8051d58ad4c2 /widgets/e-table/ChangeLog | |
parent | 99fde85896e0370f4020c2e91ec47f375dcb8c7b (diff) | |
download | gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar.gz gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar.bz2 gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar.lz gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar.xz gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.tar.zst gsoc2013-evolution-08f83c6fcf6fb24a12553efa2410d6f389ee7911.zip |
Made enter key destroy and recreate the ETableItem.
2000-07-29 Christopher James Lahey <clahey@helixcode.com>
* e-table-click-to-add.c: Made enter key destroy and recreate the
ETableItem.
* e-table-item.c: Grab focus when person clicks even if cursor
isn't changing.
svn path=/trunk/; revision=4416
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 a206b42c98..08775273c7 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,11 @@ +2000-07-29 Christopher James Lahey <clahey@helixcode.com> + + * e-table-click-to-add.c: Made enter key destroy and recreate the + ETableItem. + + * e-table-item.c: Grab focus when person clicks even if cursor + isn't changing. + 2000-07-28 Dan Winship <danw@helixcode.com> * e-table-header.c (eth_destroy): Remove the idle handler before |