From 832bcdf998ea2b015a9b6904f72bfb3949f1b80a Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Mon, 17 Apr 2000 05:53:32 +0000 Subject: add table-size-test * Makefile.am (noinst_PROGRAMS): add table-size-test * .cvsignore: add table-size-test. * e-cell-text.c (ect_ecent): use e_table_model_is_cell_editable instead of E_CELL_EDITABLE. * e-cell-toggle.c (etog_event): same. * e-cell.c (e_cell_init): don't call e_cell_set_editable. that info comes from the model. (e_cell_set_editable): removed function. * e-cell.h: remove the E_CELL_EDITABLE flag. that should be retrieved from the model. also, remove the prototype for e_cell_set_editable. * e-table-size-test.c: new file, for a stress test of sorts, of a large, uneditable e-table. svn path=/trunk/; revision=2468 --- widgets/e-table/ChangeLog | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'widgets/e-table/ChangeLog') diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 0fbc9bec55..5e247bf5b5 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,25 @@ +2000-04-17 Chris Toshok + + * Makefile.am (noinst_PROGRAMS): add table-size-test + + * .cvsignore: add table-size-test. + + * e-cell-text.c (ect_ecent): use e_table_model_is_cell_editable + instead of E_CELL_EDITABLE. + + * e-cell-toggle.c (etog_event): same. + + * e-cell.c (e_cell_init): don't call e_cell_set_editable. that + info comes from the model. + (e_cell_set_editable): removed function. + + * e-cell.h: remove the E_CELL_EDITABLE flag. that should be + retrieved from the model. also, remove the prototype for + e_cell_set_editable. + + * e-table-size-test.c: new file, for a stress test of sorts, of a + large, uneditable e-table. + 2000-04-16 Anders Carlsson * e-table-item.c (eti_event): Propagate mouse wheel events upwards. -- cgit