diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-24 15:56:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-24 15:56:02 +0800 |
commit | 71c2274c7a0a99096ca05d63c9bf41cc6eb3295b (patch) | |
tree | e560a08a0ceee1e6308b9d6dbebdbfd09f323b85 /widgets/e-table/ChangeLog | |
parent | 7699b8996aa2d9ae3fea0e94981637c98e89a273 (diff) | |
download | gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar.gz gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar.bz2 gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar.lz gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar.xz gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.tar.zst gsoc2013-evolution-71c2274c7a0a99096ca05d63c9bf41cc6eb3295b.zip |
Made changing focus work.
2000-02-24 Christopher James Lahey <clahey@helixcode.com>
* e-table-item.c: Made changing focus work.
svn path=/trunk/; revision=1916
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 5ed89f05ef..b231b5cee1 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,9 @@ 2000-02-24 Christopher James Lahey <clahey@helixcode.com> + * e-table-item.c: Made changing focus work. + +2000-02-24 Christopher James Lahey <clahey@helixcode.com> + * e-table-subset-variable.c, e-table-subset-variable.h: A new model which is a subset, but you can add and remove rows. |