aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-04 09:36:06 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-04 09:36:06 +0800
commit1f89b12d0b057db33cf771d38e43aa29352f323a (patch)
tree3b9773762c7351f20601f97a50247b383a0d3ec2 /widgets/e-table/ChangeLog
parentd4d70c5c3c9c193243a909e3afc8e21b65a25996 (diff)
downloadgsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.gz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.bz2
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.lz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.xz
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.tar.zst
gsoc2013-evolution-1f89b12d0b057db33cf771d38e43aa29352f323a.zip
Replace insert sort completely with a qsort.
2000-05-04 Christopher James Lahey <clahey@helixcode.com> * e-table-sorted-variable.c: Replace insert sort completely with a qsort. svn path=/trunk/; revision=2786
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog7
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.