aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-04 06:27:25 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-04 06:27:25 +0800
commite59563eb7d09bfcdbe80bf707c74afce82f04595 (patch)
treedfec204d8bad93d104e9875919087a88757b236c /widgets/e-table/ChangeLog
parent40e24cdab6d294af61ca54a96b0b901181dc7751 (diff)
downloadgsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar.gz
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar.bz2
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar.lz
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar.xz
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.tar.zst
gsoc2013-evolution-e59563eb7d09bfcdbe80bf707c74afce82f04595.zip
Added a reflow_compare callback and did removal if you do shift-click on a
2000-07-03 Christopher James Lahey <clahey@helixcode.com> * e-table-item.c: Added a reflow_compare callback and did removal if you do shift-click on a selected row that's not the cursor. svn path=/trunk/; revision=3873
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 12235123a3..b515364c3c 100644
--- a/widgets/e-table/ChangeLog
+++ b/widgets/e-table/ChangeLog
@@ -1,3 +1,8 @@
+2000-07-03 Christopher James Lahey <clahey@helixcode.com>
+
+ * e-table-item.c: Added a reflow_compare callback and did removal
+ if you do shift-click on a selected row that's not the cursor.
+
2000-06-29 Christopher James Lahey <clahey@helixcode.com>
* e-table-click-to-add.c: Made this appear a bit better.