diff options
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 3939f479cc..19a6e05620 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,8 +1,13 @@ 2000-05-04 Christopher James Lahey <clahey@helixcode.com> + * e-table-sorted-variable.c: Replace insert sort completely with a + qsort. + +2000-05-04 Christopher James Lahey <clahey@helixcode.com> + * e-table-sorted-variable.c: Changed the insert sort to be binary instead of linear. - + 2000-05-02 Matt Loper <matt@helixcode.com> * Makefile.am: set G_LOG_DOMAIN. |