aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-12-18 03:08:40 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-18 03:08:40 +0800
commit7bb2d46bde7f24278f1eef01fc97854b870b948f (patch)
treeefb093f4ebe169001fff8b7090523bebe7102772 /ChangeLog
parentbbe2b5bf9901099d93388ffdac41afce0a6f96e2 (diff)
downloadgsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar.gz
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar.bz2
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar.lz
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar.xz
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.tar.zst
gsoc2013-epiphany-7bb2d46bde7f24278f1eef01fc97854b870b948f.zip
List title and URL in location entry drop-down. Bug #169550, patch by
2006-12-17 Christian Persch <chpe@cvs.gnome.org> * lib/widgets/ephy-location-entry.c: (ephy_location_entry_set_completion): * lib/widgets/ephy-location-entry.h: * src/ephy-completion-model.c: (ephy_completion_model_get_column_type), (ephy_completion_model_get_value): * src/ephy-completion-model.h: * src/ephy-location-action.c: (connect_proxy): List title and URL in location entry drop-down. Bug #169550, patch by Diego Escalante Urrelo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bfcf0abe8..79393387b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,20 @@
2006-12-17 Christian Persch <chpe@cvs.gnome.org>
* lib/widgets/ephy-location-entry.c:
+ (ephy_location_entry_set_completion):
+ * lib/widgets/ephy-location-entry.h:
+ * src/ephy-completion-model.c:
+ (ephy_completion_model_get_column_type),
+ (ephy_completion_model_get_value):
+ * src/ephy-completion-model.h:
+ * src/ephy-location-action.c: (connect_proxy):
+
+ List title and URL in location entry drop-down. Bug #169550,
+ patch by Diego Escalante Urrelo.
+
+2006-12-17 Christian Persch <chpe@cvs.gnome.org>
+
+ * lib/widgets/ephy-location-entry.c:
(ephy_location_entry_style_set):
Fix secure location bar colouring with dark themes. Bug #347343,