diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-02-21 06:44:44 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-02-21 06:44:44 +0800 |
commit | 07ae00de7bf0ec13db06253330395054a24e7283 (patch) | |
tree | e2f66eaaa2245d6b52117e0aec21e28a06e9130f /ChangeLog | |
parent | b2b76e137020df45176f40f80afac433a0f368d9 (diff) | |
download | gsoc2013-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-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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), |