aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-02-20 22:59:37 +0800
committerChristian Persch <chpe@src.gnome.org>2005-02-20 22:59:37 +0800
commit129e2582c3f6b366b3fe08804f93ea70157df918 (patch)
tree786515a98520fb9d9a6a4df2f6bceb3adc1022d7 /ChangeLog
parent710b8e0dbe068a57867152c58dd02434014beaf5 (diff)
downloadgsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar.gz
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar.bz2
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar.lz
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar.xz
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.tar.zst
gsoc2013-epiphany-129e2582c3f6b366b3fe08804f93ea70157df918.zip
Use event time when grabbing the pointer. Appears to fix bug #167473.
2005-02-20 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (drag_start), (motion_notify_cb), (move_tab_to_another_notebook), (button_release_cb): Use event time when grabbing the pointer. Appears to fix bug #167473.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a0afaf26..51b13117d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2005-02-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (drag_start), (motion_notify_cb),
+ (move_tab_to_another_notebook), (button_release_cb):
+
+ Use event time when grabbing the pointer. Appears to
+ fix bug #167473.
+
+2005-02-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-notebook.c: (drag_start), (motion_notify_cb),
+ (move_tab_to_another_notebook), (button_release_cb):
+
2005-02-13 Christian Persch <chpe@cvs.gnome.org>
* lib/egg/eggstatusicon.c: (egg_status_icon_init),