diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-12-18 23:58:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-12-18 23:58:01 +0800 |
commit | aba053264da43f60b0628077e79cd52e3d78394a (patch) | |
tree | 5aa84f8f32a792c138a1528c8c15926a80e29062 /ChangeLog | |
parent | 9266e975fc38af05bf2a7d1329d7b530ef2c6ba0 (diff) | |
download | gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar.gz gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar.bz2 gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar.lz gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar.xz gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.tar.zst gsoc2013-epiphany-aba053264da43f60b0628077e79cd52e3d78394a.zip |
Factor out the common encoding is_automatic check.
2003-12-18 Christian Persch <chpe@cvs.gnome.org>
* embed/ephy-encodings.c: (ephy_encoding_info_is_automatic):
* embed/ephy-encodings.h:
* src/ephy-encoding-dialog.c: (sync_embed_cb):
* src/ephy-encoding-menu.c: (update_encoding_menu_cb):
Factor out the common encoding is_automatic check.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-12-18 Christian Persch <chpe@cvs.gnome.org> + + * embed/ephy-encodings.c: (ephy_encoding_info_is_automatic): + * embed/ephy-encodings.h: + * src/ephy-encoding-dialog.c: (sync_embed_cb): + * src/ephy-encoding-menu.c: (update_encoding_menu_cb): + + Factor out the common encoding is_automatic check. + 2003-12-17 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_dom_mouse_click_cb): |