aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/ChangeLog
diff options
context:
space:
mode:
authorMatthew Loper <mloper@src.gnome.org>2000-07-27 05:00:52 +0800
committerMatthew Loper <mloper@src.gnome.org>2000-07-27 05:00:52 +0800
commit490437a88464f7be839ae646970e3219b04b1562 (patch)
tree7e831d3d12dfa8d648820fce02acb9fd521759b2 /e-util/ChangeLog
parent32c3d29bbc14cc1d4c054eb9d6538b0199e90c61 (diff)
downloadgsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar.gz
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar.bz2
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar.lz
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar.xz
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.tar.zst
gsoc2013-evolution-490437a88464f7be839ae646970e3219b04b1562.zip
A few fixes to the ECanvas selection item a miniature cleanup of the event handler.
svn path=/trunk/; revision=4364
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r--e-util/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog
index 9cc276db56..02b2af4e88 100644
--- a/e-util/ChangeLog
+++ b/e-util/ChangeLog
@@ -1,4 +1,13 @@
2000-07-25 Peter Williams <peterw@helixcode.com>
+
+ * e-canvas.c (emit_event): Don't bother with
+ dereferencing the event pointer.
+ (e_canvas_item_set_cursor): Reference our selection
+ item; print a debug message. Deref when destroying
+ (e_canvas_item_add_selection): Same.
+ (e_canvas_item_remove_selection): Same.
+
+2000-07-25 Peter Williams <peterw@helixcode.com>
* Makefile.am (libeutil_static_la_LDFLAGS): Build both libraries
(a typo didn't build libeutil.la, only -static.)