aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-05 08:29:00 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-05 08:29:00 +0800
commita6a3257ce715d1e88f656b29def443829af1967d (patch)
tree54012dacc07562ee33b76b2ba9778e22ea85a108 /ChangeLog
parent4cd87708ec25ca956f690a6b46ac140985973a5f (diff)
downloadgsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.gz
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.bz2
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.lz
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.xz
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.tar.zst
gsoc2013-epiphany-a6a3257ce715d1e88f656b29def443829af1967d.zip
Replace filename validity check, it was making the filename invalid
2004-03-05 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyHeaderSniffer.cpp: Replace filename validity check, it was making the filename invalid UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8808291ff..d944a0226 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-03-05 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyHeaderSniffer.cpp:
+
+ Replace filename validity check, it was making the filename invalid
+ UTF-16. Simply convert to UTF-8 beforehand and check for "/" chars.
+
+2004-03-05 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-tab.c: (ephy_tab_address_cb), (ephy_tab_title_cb),
(ensure_page_info), (ephy_tab_net_state_cb),
(clipboard_text_received_cb), (ephy_tab_dom_mouse_click_cb),