diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-07-26 04:55:07 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-07-26 04:55:07 +0800 |
commit | 120687c8a8b3b7df579f2dcad8badefb67e4d30b (patch) | |
tree | 5dfbe79433eff40d91083d1b74ac7ad8f227b40c /widgets/e-table/ChangeLog | |
parent | cbaec9459607a60bf56a727f74ffd45de0543207 (diff) | |
download | gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.gz gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.bz2 gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.lz gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.xz gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.tar.zst gsoc2013-evolution-120687c8a8b3b7df579f2dcad8badefb67e4d30b.zip |
Added comments to the bit field code.
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
* e-table-selection-model.c: Added comments to the bit field code.
* e-table-selection-model.h: Made the selection data guint32s.
svn path=/trunk/; revision=4329
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 3a6e2d9fb6..6b8b1f6918 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,5 +1,15 @@ 2000-07-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c: Added comments to the bit data. + + * e-table-selection-model.h: Made the selection data guint32s. + +2000-07-25 Christopher James Lahey <clahey@helixcode.com> + + * e-table-selection-model.c: More fixes. + +2000-07-25 Christopher James Lahey <clahey@helixcode.com> + * e-table-selection-model.c: Fixed up the bit manipulation a bit here. |