summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-11-28 06:24:51 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-11-28 06:24:51 +0000
commit6417df2a917a48073f52d69f765a02eba57fc6cb (patch)
treeee28022d9ed4f5c8e867d071d870adfa47e033f4 /ChangeLog
parent0b715510de5d8c5f293216d29a8dd653a08b2a18 (diff)
Bug 559110 – Do not include libintl.h after glibintl.h
2008-11-28 Matthias Clasen <mclasen@redhat.com> Bug 559110 – Do not include libintl.h after glibintl.h * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS branch. Patch by Peter Kjellerstedt. * glib/gutil.c: Don't include libintl.h directly. svn path=/trunk/; revision=7688
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 22a412e7b..782538a69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-11-28 Matthias Clasen <mclasen@redhat.com>
+ Bug 559110 – Do not include libintl.h after glibintl.h
+
+ * glib/glibintl.h: Define bind_textdomain_codeset in the DISABLE_NLS
+ branch. Patch by Peter Kjellerstedt.
+
+ * glib/gutil.c: Don't include libintl.h directly.
+
+2008-11-28 Matthias Clasen <mclasen@redhat.com>
+
Bug 562378 – callback return value not respected for callback option
with no arg