aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-05-04 08:59:10 +0800
committerChris Lahey <clahey@src.gnome.org>2000-05-04 08:59:10 +0800
commitf4204133d9aad47020037bedafe2c08821b85cdf (patch)
tree47baef3825c578d77d6fda17f9ca01f6311b6593 /widgets/e-table/ChangeLog
parent460048da687dd596900edb0677a7232e22a862fa (diff)
downloadgsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar.gz
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar.bz2
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar.lz
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar.xz
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.tar.zst
gsoc2013-evolution-f4204133d9aad47020037bedafe2c08821b85cdf.zip
Changed the insert sort to be binary instead of linear.
2000-05-04 Christopher James Lahey <clahey@helixcode.com> * e-table-sorted-variable.c: Changed the insert sort to be binary instead of linear. svn path=/trunk/; revision=2784
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r--widgets/e-table/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog
index 8baf423c5d..3939f479cc 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,8 @@
+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.