diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-02-21 17:03:03 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-02-21 17:03:03 +0800 |
commit | df999fb1fdf4c7eb1159b3174ca7b8ab04a0cfd4 (patch) | |
tree | bedc576b86da4aae293c503ee901a62c1d5b758e /ChangeLog | |
parent | 07ae00de7bf0ec13db06253330395054a24e7283 (diff) | |
download | gsoc2013-epiphany-df999fb1fdf4c7eb1159b3174ca7b8ab04a0cfd4.tar.gz gsoc2013-epiphany-df999fb1fdf4c7eb1159b3174ca7b8ab04a0cfd4.tar.zst gsoc2013-epiphany-df999fb1fdf4c7eb1159b3174ca7b8ab04a0cfd4.zip |
Actually remove nsUnicharUtils.*
2004-02-21 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/Makefile.am:
Actually remove nsUnicharUtils.*
* embed/mozilla/mozilla-embed-persist.cpp:
Use our helper to construct tmp file name: fix
security issue.
* src/window-commands.c: (save_temp_source):
Cosmetic change
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2004-02-21 Marco Pesenti Gritti <marco@gnome.org> + + * embed/mozilla/Makefile.am: + + Actually remove nsUnicharUtils.* + + * embed/mozilla/mozilla-embed-persist.cpp: + + Use our helper to construct tmp file name: fix + security issue. + + * src/window-commands.c: (save_temp_source): + + Cosmetic change + 2004-02-20 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/EventContext.cpp: |