diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-10-11 17:09:22 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-10-11 17:09:22 +0800 |
commit | 6c4b99d210e3391080ce18502a507dc38869189c (patch) | |
tree | 8af86c847ac4472d9646dde842e86ef809818626 /ChangeLog | |
parent | 44592d8463a27f756746201136a97e2d47dcc4f8 (diff) | |
download | gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar.gz gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar.bz2 gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar.lz gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar.xz gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.tar.zst gsoc2013-epiphany-6c4b99d210e3391080ce18502a507dc38869189c.zip |
Encodings menu improvements, part 1: Ported to new gtk ui manager api, and
2003-10-11 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-encoding-menu.c: (ephy_encoding_menu_get_type),
(ephy_encoding_menu_verb_cb), (ephy_encoding_menu_init),
(ephy_encoding_menu_set_window), (ephy_encoding_menu_set_property),
(ephy_encoding_menu_get_property), (ephy_encoding_menu_class_init),
(ephy_encoding_menu_new), (ephy_encoding_menu_rebuild):
* src/ephy-encoding-menu.h:
Encodings menu improvements, part 1: Ported to new gtk ui manager
api, and general code cleanups.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2003-10-11 Christian Persch <chpe@cvs.gnome.org> + + * src/ephy-encoding-menu.c: (ephy_encoding_menu_get_type), + (ephy_encoding_menu_verb_cb), (ephy_encoding_menu_init), + (ephy_encoding_menu_set_window), (ephy_encoding_menu_set_property), + (ephy_encoding_menu_get_property), (ephy_encoding_menu_class_init), + (ephy_encoding_menu_new), (ephy_encoding_menu_rebuild): + * src/ephy-encoding-menu.h: + + Encodings menu improvements, part 1: Ported to new gtk ui manager + api, and general code cleanups. + 2003-10-10 Marco Pesenti Gritti <marco@gnome.org> * embed/mozilla/FilePicker.cpp: |