aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-12-18 23:58:01 +0800
committerChristian Persch <chpe@src.gnome.org>2003-12-18 23:58:01 +0800
commitaba053264da43f60b0628077e79cd52e3d78394a (patch)
tree5aa84f8f32a792c138a1528c8c15926a80e29062 /ChangeLog
parent9266e975fc38af05bf2a7d1329d7b530ef2c6ba0 (diff)
downloadgsoc2013-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c832fe7fe..7c3411635 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):