diff options
author | Yair Hershkovitz <yairhr@gmail.com> | 2008-05-16 22:52:42 +0000 |
---|---|---|
committer | Yair Hershkovitz <yairhr@src.gnome.org> | 2008-05-16 22:52:42 +0000 |
commit | 49734ebc7f70e142da5039e426df6fc31b03c629 (patch) | |
tree | 6d2e8cf9c4119013fbddeb9fa81870ad062dcf11 /ChangeLog | |
parent | a6cd26d656aca52b949073e986e729da45139e62 (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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |