diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-10 05:09:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-10 05:09:05 +0800 |
commit | 3c6deb0840968471a8f50b35fffec58d1057217e (patch) | |
tree | f26c5a8a03d17df1e3358ff7e9ee459738cfc072 /ChangeLog | |
parent | 7274cb593c20c9bc973673c0767693c9cf3023bb (diff) | |
download | gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar.gz gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar.bz2 gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar.lz gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar.xz gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.tar.zst gsoc2013-epiphany-3c6deb0840968471a8f50b35fffec58d1057217e.zip |
If the string includes uppercase letters, search case-sensitively.
2005-07-09 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-find-toolbar.c: (entry_changed_cb):
If the string includes uppercase letters, search case-sensitively.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2005-07-09 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (entry_changed_cb): + + If the string includes uppercase letters, search case-sensitively. + +2005-07-09 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-find-toolbar.c: (ephy_find_toolbar_close): Don't focus the embed on close on !typeaheadfind, |