aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 6b8b1f6918..f1c22f3167 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,6 +1,16 @@
2000-07-25 Christopher James Lahey <clahey@helixcode.com>
- * e-table-selection-model.c: Added comments to the bit data.
+ * Makefile.am: Added e-table-selection-model.c and
+ e-table-selection-model.h.
+
+ * e-table-selection-model.c: Added the get_selection_list and
+ is_row_selected functions. Removed some unused code.
+
+ * e-table-selection-model.h: Removed some unused 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.