diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-06-21 12:48:58 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-06-21 12:48:58 +0800 |
commit | e1416310daf21611b8c54823a10a7121140383bb (patch) | |
tree | ea49a3e6e1b9dd76779c144819358d675bcad33f /widgets/e-table/ChangeLog | |
parent | 85c6449e90f4b61cee33aae16962d9bea86ab53a (diff) | |
download | gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.gz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.bz2 gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.lz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.xz gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.tar.zst gsoc2013-evolution-e1416310daf21611b8c54823a10a7121140383bb.zip |
Fix a minor warning.
2000-06-20 Christopher James Lahey <clahey@helixcode.com>
* e-table-group-leaf.c: Fix a minor warning.
* e-table-item.c: Add to the selection if shift is held down.
Show cursor when changing sort (or if table changes majorly.)
svn path=/trunk/; revision=3667
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 4c7f1ef6f8..0c690320eb 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,12 @@ 2000-06-20 Christopher James Lahey <clahey@helixcode.com> + * e-table-group-leaf.c: Fix a minor warning. + + * e-table-item.c: Add to the selection if shift is held down. + Show cursor when changing sort (or if table changes majorly.) + +2000-06-20 Christopher James Lahey <clahey@helixcode.com> + * e-table-defines.h: Fix HEADER_PADDING. 2000-06-20 Christopher James Lahey <clahey@helixcode.com> |