aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-02-21 06:44:44 +0800
committerChristian Persch <chpe@src.gnome.org>2004-02-21 06:44:44 +0800
commit07ae00de7bf0ec13db06253330395054a24e7283 (patch)
treee2f66eaaa2245d6b52117e0aec21e28a06e9130f /ChangeLog
parentb2b76e137020df45176f40f80afac433a0f368d9 (diff)
downloadgsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar.gz
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar.bz2
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar.lz
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar.xz
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.tar.zst
gsoc2013-epiphany-07ae00de7bf0ec13db06253330395054a24e7283.zip
R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp:
2004-02-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: * embed/mozilla/EphyBrowser.cpp: R embed/mozilla/nsUnicharUtils.h: R embed/mozilla/nsUnicharUtils.cpp: Adapt to changed mozilla string APIs by getting rid of nsUnicharUtils, and using EqualsIgnoreCase instead of Equal with nsCaseInsensitiveStringComparator().
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d19d9de..84de34dfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2004-02-20 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/EventContext.cpp:
+ * embed/mozilla/EphyBrowser.cpp:
+ R embed/mozilla/nsUnicharUtils.h:
+ R embed/mozilla/nsUnicharUtils.cpp:
+
+ Adapt to changed mozilla string APIs by getting rid of
+ nsUnicharUtils, and using EqualsIgnoreCase instead of
+ Equal with nsCaseInsensitiveStringComparator().
+
2004-02-20 Marco Pesenti Gritti <marco@gnome.org>
* src/ephy-completion-model.c: (is_base_address),