summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2009-01-18 01:08:17 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2009-01-18 01:08:17 +0000
commit1da8112081679f27f0c96a8972124ee3728bd1c0 (patch)
tree12d7048ca6fa13389dd06876de69589d38f63094 /ChangeLog
parented6c7f0e3226a6e6ead09a672c67fef55743e073 (diff)
downloadglib-1da8112081679f27f0c96a8972124ee3728bd1c0.tar.gz
If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULL
* glib/glibintl.h: If !ENABLE_NLS, make textomain() macro return "messages" in case of a NULL argument. Patch by Peter Kjellerstedt. svn path=/trunk/; revision=7812
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 762582462..53774b690 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2009-01-17 Matthias Clasen <mclasen@redhat.com>
+ Bug 567977 – textdomain() macro should not return NULL when
+ ENABLE_NLS is not set
+
+ * glib/glibintl.h: If !ENABLE_NLS, make textomain() macro
+ return "messages" in case of a NULL argument. Patch by
+ Peter Kjellerstedt.
+
+2009-01-17 Matthias Clasen <mclasen@redhat.com>
+
Bug 567838 – G_STRUCT_OFFSETOF fails to compile under icc 9.1
* glib/gmacros.h (G_STRUCT_OFFSETOF): Use offsetof instead of