commit 87e4516650bb0f01033268e3f7f77ecd5d4cab2a Author: Matthias Clasen Date: Sun May 2 20:56:24 2010 -0400 Updates NEWS | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) commit 503949b12d100ff2d89b8bbb1771729f8a251688 Author: Behdad Esfahbod Date: Thu Apr 22 19:48:13 2010 -0400 Bug 615379 - g_new macros crash if sizeof(struct_type) == 0 (cherry picked from commit 00a7c2e635a4fa95257779c271f0eaa5992e2b37) glib/gmem.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit f2b4060717dc4bd63b21a6c1d554fe06ece59de7 Author: Colin Walters Date: Wed Apr 21 16:44:26 2010 -0400 Fix typo in GMutex error message (cherry picked from commit 0d9a40b8943ec3b9926efad93a28687708cc2038) gthread/gthread-impl.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e7a7d6873cb49f6c8bba5c2a5d078dbe607d62bd Author: Ryan Lortie Date: Thu Apr 15 10:11:30 2010 -0400 g_string_append_len() accept NULL with length == 0 (cherry picked from commit 056326c1e96db2c2101fa320062e0c9146f0d73f) glib/gstring.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 7fb9b876fa6ec63c05df1c5e441bcc87e48397e2 Author: Ryan Lortie Date: Wed Apr 14 23:35:56 2010 -0400 GVariant: fix for g_variant_iter_loop() (cherry picked from commit d17f4bee175cd9149d5f2b1ed1ae6d262d6a1394) glib/gvariant.c | 14 +++++++++----- 1 files changed, 9 insertions(+), 5 deletions(-) commit e61a90b9eea2eac924f66c1d137381daff6cedfd Author: Benjamin Otte Date: Fri Mar 26 20:37:09 2010 +0100 Fix race in g_cancellable_cancel() We need to check priv->cancelled after taking the lock. Previously we only checked it just before taking the lock, which left a small chance for a race. (cherry picked from commit e7763678b56e3be073cc55d707a6e92fc2055ee0) gio/gcancellable.c | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) commit c25c40fdd9be7612882c4d3162d3bf3917ee2e6d Author: Benjamin Otte Date: Fri Mar 26 20:36:10 2010 +0100 Remove unneccessary variable from g_cancellable_cancel() The variable makes a complicated function even more complicated. (cherry picked from commit 5527a2ac2ce2b5bea10867fb2e39d2f1914cfbe6) gio/gcancellable.c | 25 ++++++++++--------------- 1 files changed, 10 insertions(+), 15 deletions(-) commit b28b1e589e0464bb92aef75e7b03797410a7ec56 Author: Carles Ferrando Date: Fri Apr 23 00:42:04 2010 +0200 Updated Catalan (Valencian) translation po/ca@valencia.po | 1252 +++++++++++++++++++++++++++-------------------------- 1 files changed, 636 insertions(+), 616 deletions(-) commit d4f50a33d46e61fe065a1cdfc266159d4a612197 Author: Shankar Prasad Date: Thu Apr 22 16:21:42 2010 +0530 Updated Kannada translations po/kn.po | 1025 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 517 insertions(+), 508 deletions(-) commit f54c7f9c7736247b113bb643ac7e90150d8dd1b8 Author: Javier Jardón Date: Tue Apr 20 01:04:31 2010 +0200 [docs] Fix G_VALUE_COLLECT_INIT documentation Add the documentation to the corresponding section This macro was introduced in commit 546fc0ca331c8d1b3393fe218a697b6a1a1c1072 docs/reference/gobject/gobject-sections.txt | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit 324f928af62d8a0aa132a5caaec107d4daa76429 Author: David Zeuthen Date: Mon Apr 19 10:42:42 2010 -0400 Bug 615111 – GAsyncInitable's default implementation is broken Signed-off-by: David Zeuthen gio/gasyncinitable.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e51ec13ab4bc629f73b41f2ad3e96b3a787a8760 Author: Ryan Lortie Date: Sat Apr 10 22:01:02 2010 -0400 Add g_return_if_fail()s to g_variant_new_from_data() also, document that @type must be definite glib/gvariant.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 48cfffc7b185f3e3367bac0beb04e66f536ec25d Author: Jordi Serratosa Date: Fri Apr 2 14:03:16 2010 +0200 Fixes to Catalan translation po/ca.po | 958 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 482 insertions(+), 476 deletions(-) commit 634fdaa4ba91ee49fa95f5f62e045f0901ae4e4f Author: Theppitak Karoonboonyanan Date: Tue Apr 6 14:41:11 2010 +0700 Updated Thai translation. po/th.po | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) commit 70a4217ba35492cd8e3549ca8da3fcc950421790 Author: Tor Lillqvist Date: Tue Mar 30 19:39:19 2010 +0300 Clarify _g_stat_struct mess Use "struct stat" instead of "struct _stat" in the MinGW-or-64-bit case. Should fix bug #614372. glib/gstdio.c | 2 +- glib/gstdio.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit c3f1025c33ab295eedcf41beeea276171ae2dc27 Author: Javier Jardón Date: Mon Mar 29 18:20:03 2010 +0200 Remove g_type_class_get_private() public documentation This is a internal function needed for the documented G_TYPE_CLASS_GET_PRIVATE() macro This was introduced by error in commit 81e2aa941bbfd02bf1b6235da12834d282ceda0c docs/reference/gobject/tmpl/gobject-unused.sgml | 9 --------- 1 files changed, 0 insertions(+), 9 deletions(-) commit 0f51e995658a50dbecb74b006f05a1ea69f43558 Author: Javier Jardón Date: Sun Mar 28 17:43:33 2010 +0200 Fix g_type_class_add_private() documentation This fixes commit 81e2aa941bbfd02bf1b6235da12834d282ceda0c Fixes https://bugzilla.gnome.org/show_bug.cgi?id=614185 gobject/gtype.c | 48 ++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 44 insertions(+), 4 deletions(-) commit 461a4097d1a0a10106254a8fe917fc4e78ccff92 Author: Ask H. Larsen Date: Sun Mar 28 00:13:28 2010 +0100 Updated Danish translation po/da.po | 951 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 479 insertions(+), 472 deletions(-) commit 2e27703a815e221052dd4db3e9e848e2401c3b8b Author: Chao-Hsiung Liao Date: Sat Mar 27 20:50:57 2010 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 966 +++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 951 +++++++++++++++++++++++++++++----------------------------- 2 files changed, 962 insertions(+), 955 deletions(-) commit 0e3c6ef848259051e4c8c8996a71c0d2d8c9b9f0 Author: Jamil Ahmed Date: Sat Mar 27 17:44:03 2010 +0600 Updated Bengali translation po/bn.po | 1181 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 594 insertions(+), 587 deletions(-) commit 22dc3dd6487e2c794376a5c6850c3a3e7c2beea9 Author: Matthias Clasen Date: Fri Mar 26 15:09:13 2010 -0400 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ca631653acc1e1db0c3ebb05759d05f8bdc35ba6 Author: Matthias Clasen Date: Fri Mar 26 15:08:00 2010 -0400 2.24.0 po/af.po | 24 +- po/am.po | 24 +- po/ar.po | 24 +- po/as.po | 24 +- po/ast.po | 24 +- po/az.po | 24 +- po/be.po | 24 +- po/be@latin.po | 24 +- po/bg.po | 24 +- po/bn.po | 24 +- po/bn_IN.po | 24 +- po/bs.po | 24 +- po/ca.po | 24 +- po/ca@valencia.po | 24 +- po/cs.po | 24 +- po/cy.po | 24 +- po/da.po | 24 +- po/de.po | 24 +- po/dz.po | 24 +- po/el.po | 24 +- po/en@shaw.po | 24 +- po/en_CA.po | 24 +- po/en_GB.po | 24 +- po/eo.po | 24 +- po/es.po | 24 +- po/et.po | 24 +- po/eu.po | 82 ++-- po/fa.po | 24 +- po/fi.po | 24 +- po/fr.po | 24 +- po/ga.po | 24 +- po/gl.po | 24 +- po/gu.po | 24 +- po/he.po | 24 +- po/hi.po | 24 +- po/hr.po | 24 +- po/hu.po | 24 +- po/hy.po | 24 +- po/id.po | 24 +- po/is.po | 24 +- po/it.po | 24 +- po/ja.po | 24 +- po/ka.po | 24 +- po/kn.po | 24 +- po/ko.po | 24 +- po/ku.po | 24 +- po/lt.po | 24 +- po/lv.po | 24 +- po/mai.po | 24 +- po/mg.po | 24 +- po/mk.po | 24 +- po/ml.po | 24 +- po/mn.po | 24 +- po/mr.po | 24 +- po/ms.po | 24 +- po/nb.po | 24 +- po/nds.po | 24 +- po/ne.po | 24 +- po/nl.po | 24 +- po/nn.po | 24 +- po/oc.po | 24 +- po/or.po | 24 +- po/pa.po | 24 +- po/pl.po | 24 +- po/ps.po | 24 +- po/pt.po | 24 +- po/pt_BR.po | 24 +- po/ro.po | 24 +- po/ru.po | 24 +- po/rw.po | 24 +- po/si.po | 24 +- po/sk.po | 24 +- po/sl.po | 24 +- po/sq.po | 24 +- po/sr.po | 24 +- po/sr@ije.po | 24 +- po/sr@latin.po | 24 +- po/sv.po | 24 +- po/ta.po | 24 +- po/te.po | 24 +- po/th.po | 24 +- po/tl.po | 24 +- po/tr.po | 24 +- po/tt.po | 24 +- po/uk.po | 946 +++++++++++++++++++------------------- po/vi.po | 1311 +++++++++++++++++++++++++---------------------------- po/wa.po | 24 +- po/xh.po | 24 +- po/yi.po | 24 +- po/zh_CN.po | 24 +- po/zh_HK.po | 24 +- po/zh_TW.po | 24 +- 92 files changed, 2209 insertions(+), 2266 deletions(-)