aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-23 03:48:21 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-23 03:48:21 +0800
commit75e8fb3168db840673091b4b1e315f635949cd89 (patch)
tree61b24d7f9a5a3c4b25610b7cd74840003365af30 /ChangeLog
parent8205e18cb651de99de58b7ea5779bc3fbaea69b5 (diff)
downloadgsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.gz
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.bz2
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.lz
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.xz
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.tar.zst
gsoc2013-epiphany-75e8fb3168db840673091b4b1e315f635949cd89.zip
Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so
2004-01-22 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EphyBrowser.cpp: Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces, so we think that the element is modified when in fact it's not. (Thanks to Crispin).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 249a1ac96..161febe06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2004-01-22 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EphyBrowser.cpp:
+
+ Work around a bug in mozilla where 0xa0 (NBSP) are converted to spaces,
+ so we think that the element is modified when in fact it's not.
+ (Thanks to Crispin).
+
2004-01-22 Christopher James Lahey <clahey@ximian.com>
* lib/ephy-file-helpers.c, lib/ephy-file-helpers.h