aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-01-06 20:56:02 +0800
committerChristian Persch <chpe@src.gnome.org>2004-01-06 20:56:02 +0800
commit1158a826cc4f3b9d71745bff312f25e0122ec445 (patch)
tree2f1f1242662be6471636dab5d03c1f47c56f8465 /ChangeLog
parentd443984286d3bb912148eb889b5f0efa6ac8ae19 (diff)
downloadgsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar.gz
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar.bz2
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar.lz
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar.xz
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.tar.zst
gsoc2013-epiphany-1158a826cc4f3b9d71745bff312f25e0122ec445.zip
Always set the "automatic" toggle button correctly, even if the encoding
2004-01-06 Christian Persch <chpe@cvs.gnome.org> * src/ephy-encoding-menu.c: (update_encoding_menu_cb): Always set the "automatic" toggle button correctly, even if the encoding wasn't found in our database
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 16 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 23fc6e3bd..16cf95d04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,21 @@
-2004-01-06 Mohammad DAMT <mdamt@bisniweb.com>
+2004-01-06 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-encoding-menu.c: (update_encoding_menu_cb):
+
+ Always set the "automatic" toggle button correctly, even if the encoding
+ wasn't found in our database
+
+2004-01-06 Mohammad DAMT <mdamt@bisniweb.com>
* configure.in: Added "id" in ALL_LINGUAS
- * po/id.po: Added Indonesian translation by Tunggul Arif Siswoyo <tunggul@matralintas.net>
+ * po/id.po: Added Indonesian translation by
+ Tunggul Arif Siswoyo <tunggul@matralintas.net>
+
+2004-01-06 Christian Persch <chpe@cvs.gnome.org>
+
+ * embed/mozilla/MozillaPrivate.cpp:
+
+ Remove debug output leftover.
2004-01-06 Christian Persch <chpe@cvs.gnome.org>