From 9c0f9f1264f8083d177a01bf01e75e8787d587ed Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Wed, 1 Dec 1999 18:18:35 +0000 Subject: Removed change cursor from here. 1999-12-01 Miguel de Icaza * e-table-header-item.c (ethi_unrealize): Removed change cursor from here. * e-cell-text.c (ect_draw): Memory leak fix. * table-test.c (main): Enhance the demo to load sample.table automatically, to get memprof working. * e-table-header.c (eth_do_remove): Take an argument: do -remove. * e-table-header.c (e_table_header_add_column): Sink ETableCol to own the object. * e-table-col.h: Made ETableCol a GtkObject to make reference counting the lifecycle method for these objects. * e-table-col.c (e_table_col_destroy): New API call. * e-table-subset.c (e_table_subset_get_toplevel): New API call. svn path=/trunk/; revision=1450 --- 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 d1a58f7022..1317034e74 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,25 @@ +1999-12-01 Miguel de Icaza + + * e-table-header-item.c (ethi_unrealize): Removed change cursor + from here. + + * e-cell-text.c (ect_draw): Memory leak fix. + + * table-test.c (main): Enhance the demo to load sample.table + automatically, to get memprof working. + + * e-table-header.c (eth_do_remove): Take an argument: do -remove. + + * e-table-header.c (e_table_header_add_column): Sink ETableCol to + own the object. + + * e-table-col.h: Made ETableCol a GtkObject to make reference + counting the lifecycle method for these objects. + + * e-table-col.c (e_table_col_destroy): New API call. + + * e-table-subset.c (e_table_subset_get_toplevel): New API call. + 1999-11-30 Miguel de Icaza * e-cell-checkbox.c (e_cell_checkbox_new): This one derives from -- cgit v1.2.3