aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-04-08 03:12:56 +0800
committerChris Lahey <clahey@src.gnome.org>2000-04-08 03:12:56 +0800
commit7806215bdc77589af8488bf1d5db306864987b27 (patch)
tree9784d4dc483abe53bdab40a696e5629a4911604e /ChangeLog
parent2eff9b0bd9cd4dcb81eca1725ccad37cf68c42fe (diff)
downloadgsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar.gz
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar.bz2
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar.lz
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar.xz
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.tar.zst
gsoc2013-evolution-7806215bdc77589af8488bf1d5db306864987b27.zip
Made text tooltips appear in place. Iain figured out that to get them to
2000-04-07 Christopher James Lahey <clahey@helixcode.com> * widgets/e-text/e-text.c: Made text tooltips appear in place. Iain figured out that to get them to not appear, we hide the tooltip when the mouse leaves the tooltip window, not the canvas item (this works because the tooltip window always covers the canvas item completely.) svn path=/trunk/; revision=2328
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7fac81f29..032f9db562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-04-07 Christopher James Lahey <clahey@helixcode.com>
+
+ * widgets/e-text/e-text.c: Made text tooltips appear in place.
+ Iain figured out that to get them to not appear, we hide the
+ tooltip when the mouse leaves the tooltip window, not the canvas
+ item (this works because the tooltip window always covers the
+ canvas item completely.)
+
2000-04-07 Matt Loper <matt@helixcode.com>
* addressbook/demo/addressbook.c (control_activate_cb): New