diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-02-11 23:21:18 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-11 23:21:18 +0800 |
commit | 1e23dc1c811a619678c6b2f8876a8c30066b7654 (patch) | |
tree | d18ebcf28533fd4f0738cee00e0ff5a12e6c9109 /ChangeLog | |
parent | a4e3a5f2856a8c2d9e200d94b7b9154b1a76434b (diff) | |
download | gsoc2013-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-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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): |