diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2004-01-26 06:48:28 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-01-26 06:48:28 +0800 |
commit | d68b6453137d04f930e398c3b068b23e76feb300 (patch) | |
tree | 8f62272e7c7756cc82c9b92b8d5e8f08765533f5 /ChangeLog | |
parent | 7ebc08b9e2458d83194a9f264baefda114146981 (diff) | |
download | gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar.gz gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar.bz2 gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar.lz gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar.xz gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.tar.zst gsoc2013-epiphany-d68b6453137d04f930e398c3b068b23e76feb300.zip |
Correct a translator name.
2004-01-25 Marco Pesenti Gritti <marco@gnome.org>
* NEWS:
Correct a translator name.
* embed/mozilla/ContentHandler.cpp:
Really cancel the download when the user told so.
* lib/ephy-dialog.c: (setup_default_size), (ephy_dialog_run),
(ephy_dialog_init), (ephy_dialog_set_property),
(ephy_dialog_get_property), (ephy_dialog_class_init):
Add default width/height properties.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2004-01-25 Marco Pesenti Gritti <marco@gnome.org> + + * NEWS: + + Correct a translator name. + + * embed/mozilla/ContentHandler.cpp: + + Really cancel the download when the user told so. + + * lib/ephy-dialog.c: (setup_default_size), (ephy_dialog_run), + (ephy_dialog_init), (ephy_dialog_set_property), + (ephy_dialog_get_property), (ephy_dialog_class_init): + + Add default width/height properties. + 2004-01-25 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/MozDownload.h: |