diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2006-02-06 06:42:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-02-06 06:42:45 +0800 |
commit | 2edc02176220d96d6386c500afaf4a680dc3a3b9 (patch) | |
tree | 85fb4c46e0bdd071208bc19bdf2c67e7609954d8 /ChangeLog | |
parent | 0ce928e64a5739138599f82b69a4e43b2634df95 (diff) | |
download | gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.gz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.bz2 gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.lz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.xz gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.tar.zst gsoc2013-epiphany-2edc02176220d96d6386c500afaf4a680dc3a3b9.zip |
Changes to support xulrunner trunk (gecko 1.9).
2006-02-05 Christian Persch <chpe@cvs.gnome.org>
* m4/gecko.m4:
* configure.ac:
* embed/mozilla/Makefile.am:
Changes to support xulrunner trunk (gecko 1.9).
* embed/mozilla/mozilla-embed-single.cpp:
Go back to continuing after failed GetPassword;
fixes getting the password list in case one item
is corrupted.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,5 +1,19 @@ 2006-02-05 Christian Persch <chpe@cvs.gnome.org> + * m4/gecko.m4: + * configure.ac: + * embed/mozilla/Makefile.am: + + Changes to support xulrunner trunk (gecko 1.9). + + * embed/mozilla/mozilla-embed-single.cpp: + + Go back to continuing after failed GetPassword; + fixes getting the password list in case one item + is corrupted. + +2006-02-05 Christian Persch <chpe@cvs.gnome.org> + * src/window-commands.c: Show the backend in the about box. |