diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-07 15:20:15 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-07 15:20:15 +0000 |
commit | 10632e416f52fadc7f1b80ce9c8444085d06b2e2 (patch) | |
tree | f8f43efc8a5a9e63faa72255b6390b5bcbe2f98b /ChangeLog.pre-2-6 | |
parent | 9a62b4b29132b98561ce673ceecb0886552c99e7 (diff) | |
download | glib-10632e416f52fadc7f1b80ce9c8444085d06b2e2.tar.gz |
Update the returned value after locale changes. (#160271, Christian
2004-12-07 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_get_language_names): Update the returned
value after locale changes. (#160271, Christian Persch)
(_g_utils_thread_init): Initialize the language name cache
before going threaded.
* glib/gthread.c (g_thread_init_glib): Call _g_utils_thread_init().
* glib/gthreadinit.h: Add _g_utils_thread_init().
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 59ab5ae0f..467eec569 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,14 @@ +2004-12-07 Matthias Clasen <mclasen@redhat.com> + + * glib/gutils.c (g_get_language_names): Update the returned + value after locale changes. (#160271, Christian Persch) + (_g_utils_thread_init): Initialize the language name cache + before going threaded. + + * glib/gthread.c (g_thread_init_glib): Call _g_utils_thread_init(). + + * glib/gthreadinit.h: Add _g_utils_thread_init(). + 2004-12-06 Tor Lillqvist <tml@iki.fi> * glib/giowin32.c (g_io_win32_finalize): Fix a write to freed |