aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-02-11 23:21:18 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-02-11 23:21:18 +0800
commit1e23dc1c811a619678c6b2f8876a8c30066b7654 (patch)
treed18ebcf28533fd4f0738cee00e0ff5a12e6c9109 /ChangeLog
parenta4e3a5f2856a8c2d9e200d94b7b9154b1a76434b (diff)
downloadgsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar.gz
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar.bz2
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar.lz
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar.xz
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.tar.zst
gsoc2013-epiphany-1e23dc1c811a619678c6b2f8876a8c30066b7654.zip
Better keyword matching function. Should match only words (not middle
2004-02-11 Marco Pesenti Gritti <marco@gnome.org> * lib/widgets/ephy-location-entry.c: (keyword_match), (completion_func): Better keyword matching function. Should match only words (not middle parts of them) and maybe be a bit faster.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bb239f7ae..65bbb1af3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
+ * lib/widgets/ephy-location-entry.c: (keyword_match),
+ (completion_func):
+
+ Better keyword matching function. Should match only words
+ (not middle parts of them) and maybe be a bit faster.
+
+2004-02-11 Marco Pesenti Gritti <marco@gnome.org>
+
* lib/ephy-node.c: (callback), (child_changed),
(ephy_node_set_property):