aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@gnome.org>2007-08-19 15:43:17 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-08-19 15:43:17 +0800
commite7da3e158d89997931664cdc4271bd2ac988cef2 (patch)
tree7a236e4a5b099e86d2966da4ba85da6c94e68eee /ChangeLog
parentdd3501d4650524fa9ec1c05349c2bdf225d35be7 (diff)
downloadgsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar.gz
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar.bz2
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar.lz
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar.xz
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.tar.zst
gsoc2013-epiphany-e7da3e158d89997931664cdc4271bd2ac988cef2.zip
Make cursor be at the end of the URL when selecting entries from the
2007-08-19 Diego Escalante Urrelo <diegoe@gnome.org> * lib/widgets/ephy-location-entry.c: Make cursor be at the end of the URL when selecting entries from the completion popup. Fixes bug #466344. svn path=/trunk/; revision=7283
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d9c019c9..85d7cf69d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-08-19 Diego Escalante Urrelo <diegoe@gnome.org>
+
+ * lib/widgets/ephy-location-entry.c:
+
+ Make cursor be at the end of the URL when selecting entries from the
+ completion popup. Fixes bug #466344.
+
2007-08-16 Xan Lopez <xan@gnome.org>
* embed/webkit/webkit-embed.cpp (impl_reload): implement reload.