aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-05-29 22:53:55 +0800
committerChristian Persch <chpe@src.gnome.org>2005-05-29 22:53:55 +0800
commit2dfaf78cccff672362ae9f3bbf299da641851306 (patch)
tree4f8177d1dd9a41bbbba36de054c3ed1466a56747 /ChangeLog
parent5b39b99462ae5b868bc8aae688255197e850d036 (diff)
downloadgsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.gz
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.bz2
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.lz
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.xz
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.tar.zst
gsoc2013-epiphany-2dfaf78cccff672362ae9f3bbf299da641851306.zip
Only enable typeahead if we actually can do typeaheadfind.
2005-05-29 Christian Persch <chpe@cvs.gnome.org> * src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed), (ephy_find_toolbar_open): Only enable typeahead if we actually can do typeaheadfind.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b9e51601..0b6a49bb6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-05-29 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-find-toolbar.c: (ephy_find_toolbar_set_embed),
+ (ephy_find_toolbar_open):
+
+ Only enable typeahead if we actually can do typeaheadfind.
+
+2005-05-29 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (sync_tab_document_type):
Allow ViewSource for XML documents too. Fixes bug #305788.