diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-26 04:17:59 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-26 04:17:59 +0800 |
commit | 4ab46c1b63a253f77aff9de8a128160ab1b2468f (patch) | |
tree | f85b3d6f7baf46e01be7a8fc1fb776bc34a13aa2 /widgets/e-table/ChangeLog | |
parent | 384b3e38f2b049f808d1b4a72ca1d396ae6e2fb2 (diff) | |
download | gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar.gz gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar.bz2 gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar.lz gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar.xz gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.tar.zst gsoc2013-evolution-4ab46c1b63a253f77aff9de8a128160ab1b2468f.zip |
Fixed up the bit manipulation a bit here.
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Fixed up the bit manipulation a bit
here.
svn path=/trunk/; revision=4327
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index c6348038fd..3a6e2d9fb6 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,10 @@ 2000-07-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c: Fixed up the bit manipulation a bit + here. + +2000-07-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c, e-table-selection-model.h: New files for doing a selection model. Not finished yet and thus not in Makefile.am. |