diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-08-15 19:32:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-08-15 19:32:32 +0000 |
commit | 56a63c1568a30147162044c989fe2f7d6ce8bc72 (patch) | |
tree | 6c23df8722483a311d7e191f63b0c5dd26769110 /ChangeLog.pre-2-8 | |
parent | 8c663934cac7e803e863abec35f37d34abcabe30 (diff) |
Wait for the child process and then simply return. This makes The "S"
2005-08-15 Matthias Clasen <mclasen@redhat.com>
* glib/gbacktrace.c (g_on_error_stack_trace): Wait for
the child process and then simply return. This makes
The "S" option work as documented in g_on_error_query().
(#313125, Matthew F. Barnes)
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 09c4f8ece..1493588a6 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,10 @@ 2005-08-15 Matthias Clasen <mclasen@redhat.com> + * glib/gbacktrace.c (g_on_error_stack_trace): Wait for + the child process and then simply return. This makes + The "S" option work as documented in g_on_error_query(). + (#313125, Matthew F. Barnes) + * glib/gunicode.h: Update the link to Unicode category values. (#313369, Behnam Esfahbod) |