summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYair Hershkovitz <yairhr@gmail.com>2008-05-16 22:52:42 +0000
committerYair Hershkovitz <yairhr@src.gnome.org>2008-05-16 22:52:42 +0000
commit49734ebc7f70e142da5039e426df6fc31b03c629 (patch)
tree6d2e8cf9c4119013fbddeb9fa81870ad062dcf11 /ChangeLog
parenta6cd26d656aca52b949073e986e729da45139e62 (diff)
Added g_disable_setlocale().
2008-05-17 Yair Hershkovitz <yairhr@gmail.com> * glib/glib.symbols: * glib/gi18n.h: Added g_disable_setlocale(). * glib/gi18n.c: Added g_disable_setlocale() API to disable setting the locale in g_i18n_init(). Dont disable translations if textdomain was not set before calling g_i18n_init(). Dont disable translations if the locale is "C". svn path=/trunk/; revision=6894
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 79a72eb3e..07c4d50d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-05-17 Yair Hershkovitz <yairhr@gmail.com>
+
+ * glib/glib.symbols:
+ * glib/gi18n.h: Added g_disable_setlocale().
+
+ * glib/gi18n.c: Added g_disable_setlocale() API to disable setting
+ the locale in g_i18n_init(). Dont disable translations if textdomain
+ was not set before calling g_i18n_init(). Dont disable translations if
+ the locale is "C".
+
2008-05-16 Tor Lillqvist <tml@novell.com>
* config.h.win32.in: Update to match the configure-produced one.