aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-07-13 00:26:19 +0800
committerXan Lopez <xan@src.gnome.org>2003-07-13 00:26:19 +0800
commitc16f33a0183bf8da7c13eea9f85472d1ef807be0 (patch)
treeaa9425b2280c3d4780e24671bcb04f72e7396d02 /ChangeLog
parent61f1dcadb9567d95440a6b0f4ea0863401c2934e (diff)
downloadgsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar.gz
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar.bz2
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar.lz
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar.xz
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.tar.zst
gsoc2013-epiphany-c16f33a0183bf8da7c13eea9f85472d1ef807be0.zip
A "fast search" implementation for all node views. Pressing any valid
A "fast search" implementation for all node views. Pressing any valid unicode character will make ephy select the first entry begining with that key, or the nearest match (with previous or posterior letters). Fixes bug #116744 (http://bugzilla.gnome.org/show_bug.cgi?id=116744).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d1295d0f..fd343568b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-07-12 Xan Lopez <xan@masilla.org>
+
+ * lib/widgets/ephy-node-view.c:
+ (ephy_node_view_select_node_by_key), (ephy_node_view_key_press_cb),
+ (ephy_node_view_construct), (ephy_node_view_add_column),
+ (ephy_node_view_init):
+ * lib/widgets/ephy-node-view.h:
+ * src/bookmarks/ephy-bookmarks-editor.c: (key_pressed_cb),
+ (ephy_bookmarks_editor_construct):
+ * src/ephy-history-window.c: (ephy_history_window_construct):
+
+ A "fast search" implementation for all node views. Pressing any valid
+ unicode character will make ephy select the first entry begining with
+ that key, or the nearest match (with previous or posterior letters).
+ Fixes bug #116744 (http://bugzilla.gnome.org/show_bug.cgi?id=116744).
+
+
2003-07-12 Marco Pesenti Gritti <marco@it.gnome.org>
* configure.in: