aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-07-30 15:40:49 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-07-30 15:40:49 +0800
commitf6d020a4a48d457a6397ad229ec7ef15f43d6fe7 (patch)
tree49c81bf39d153edd0e2ee9af038b48ae372ff1dc /ChangeLog
parent924ebebc760524a00409bf88cfd241b3e5281a4a (diff)
downloadgsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.gz
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.bz2
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.lz
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.xz
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.tar.zst
gsoc2013-epiphany-f6d020a4a48d457a6397ad229ec7ef15f43d6fe7.zip
can_go methods now work, WebKit was missing the implementations for those
2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org> * embed/webkit/webkit-embed.cpp: can_go methods now work, WebKit was missing the implementations for those functions, it's fixed now so we can use can_go methods. Note that they are useless without the ge_location signal being emitted (dummy code included, commented). Part of Bug #461652. svn path=/trunk/; revision=7216
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e6f3759a..dff4bdee0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-07-30 Diego Escalante Urrelo <diegoe@gnome.org>
+
+ * embed/webkit/webkit-embed.cpp:
+
+ can_go methods now work, WebKit was missing the implementations for
+ those functions, it's fixed now so we can use can_go methods.
+ Note that they are useless without the ge_location signal being
+ emitted (dummy code included, commented).
+
+ Part of Bug #461652.
+
2007-07-30 Xan Lopez <xan@gnome.org>
* embed/webkit/webkit-embed-persist.cpp: