commit 32fb4ca618f6d3f6b6edd6dfd0f44c00f8387a45 (HEAD, origin/glib-2-34, glib-2-34) Author: Dan Winship Date: Mon Nov 26 14:07:16 2012 -0500 2.34.3 NEWS NEWS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 2fc0687bcb067411a740bdfe51a49728b25a14e3 Author: Dan Winship Date: Sat Nov 24 15:47:45 2012 -0500 g_test_expect_message: fix two bugs in example code glib/gmessages.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit ff358f1054224162dc2e2704e04e4d332c4348fe Author: Ryan Lortie Date: Sat Nov 24 11:23:22 2012 -0500 gdatetime: Fix some docs sed damage glib/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 1b1c132d98951eaed8ce17031f322b47d5716257 Author: Aleksander Morgado Date: Thu Nov 15 09:31:14 2012 +0100 gdbus: improve documentation of the GDBusError section https://bugzilla.gnome.org/show_bug.cgi?id=688370 gio/gdbuserror.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) commit b458cff5b231633c8141381797aa4c80e7d5441b Author: Olivier Blin Date: Wed Nov 14 19:08:10 2012 +0100 configure: add missing square bracket in AS_IF for memmove This has been broken in commit 54e31ab4f172bbb28434eafc34c9345a93c9ccf5 It seems to be the only hunk that was incorrectly converted. https://bugzilla.gnome.org/show_bug.cgi?id=688377 configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 8919e10c7fcc15dc383084759d4c33f785b4e0f5 Author: Kjell Ahlstedt Date: Mon Nov 12 17:07:39 2012 +0100 GObject: Fix code snippet in description of floating reference. https://bugzilla.gnome.org/show_bug.cgi?id=688180 gobject/gobject.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) commit cf63e32fa269e0becdad9c8fed52cbe090a79cc3 Author: Will Thompson Date: Wed Nov 14 14:59:42 2012 +0000 gthread: add AVAILABLE_IN_2_32 annotations https://bugzilla.gnome.org/show_bug.cgi?id=688319 glib/gthread.h | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) commit 658131f44d295db849fc2021b2414364bd51fefc Author: Sébastien Wilmet Date: Thu Nov 22 19:41:19 2012 +0100 Improve i18n documentation Clearly explain which gettext functions must be called. It depends whether the program is an application or a library. https://bugzilla.gnome.org/show_bug.cgi?id=688886 glib/ggettext.c | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) commit 0e3839211bfc6051343403a1ba55638b83d6bf52 Author: John Ralls Date: Sun Nov 25 16:35:08 2012 +0900 Bug 681685: Transcoding fails on OSX Add aliases for codesets supported by iconv and included in locales. Ifdef-out tests in glib/tests/gdatetime.c which fail because on OSX only ASCII numbers or symbols are returned for the format. Even though nl_langinfo does weird things on Darwin in some cases, it still acts correctly when LANG/LC_ALL is set to a supported locale.codeset. glib/libcharset/config.charset | 32 ++++++++++++++++++++++++++++++++ glib/tests/gdatetime.c | 8 ++++++++ 2 files changed, 40 insertions(+) commit e866f431a7d3ef9b49dd789544ceb80aa9416e49 Author: Sweta Kothari Date: Fri Nov 23 13:29:24 2012 +0530 Updated gujarati file po/gu.po | 145 +++++++++++++++++++++++++++++++++------------------------------ 1 file changed, 76 insertions(+), 69 deletions(-) commit bb36bbd09b06f26c043979d880a8a3653558233e Author: Sweta Kothari Date: Fri Nov 23 12:20:14 2012 +0530 Updated gujarati file po/gu.po | 226 ++++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 130 insertions(+), 96 deletions(-) commit 10f8f10a29bd451e5f9dcf4daf21186d77428cd4 Author: ManojKumar Giri Date: Thu Nov 22 20:23:57 2012 +0530 Updated Odia Translation with FUEL implementation. po/or.po | 1897 +++++++++++++++++++++++++++++++++++--------------------------- 1 file changed, 1072 insertions(+), 825 deletions(-) commit c1609942ea9d9ff9b04560405162fda008e38e44 Author: Dan Winship Date: Mon Nov 19 23:13:29 2012 -0500 Revert "Return correct value for g_socket_get_available_bytes() on Windows and OSX" This neither compiles nor does what it's supposed to on Windows. This reverts commit 49ad4e9494e4497cffcf145d3515231bcf05de29. gio/gsocket.c | 15 ++++----------- gio/tests/socket.c | 53 ----------------------------------------------------- 2 files changed, 4 insertions(+), 64 deletions(-) commit 056086615672e7bf0ca6d245257a1b88bf7f1579 Author: Kjartan Maraas Date: Sat Nov 17 11:31:07 2012 +0100 Updated Norwegian bokmål translation po/nb.po | 273 ++++++++++++++++++++++++++++++++------------------------------- 1 file changed, 139 insertions(+), 134 deletions(-) commit 42be40a1f88a55ff7d333e94ac2119d2b1867e9a Author: Michael Natterer Date: Fri Nov 16 18:48:09 2012 +0100 Bug 673047 - gunicollate is broken on OS X Apply slightly modified patch from Camillo Lugaresi which fixes gunicollate for OSX >= 10.6. It was totally hilariously broken for anyone on 10.6 and later, I dont know if it's now broken on 10.5, but better fix it for the vast majority of users. (cherry picked from commit ef8510be09a746dcbc8d470376688820b225c40f) glib/gunicollate.c | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) commit 0116bf44dd61491a8b47abb92dcb856775b780e5 Author: Kalev Lember Date: Fri Nov 16 17:33:14 2012 +0100 Fix a broken link in GConf migration guide gnome-utils git repo was moved to archive/ and this broke the link. docs/reference/gio/migrating-gconf.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit c1cb66418259304ffec8805941d8006ed9b50e13 Author: Paul Menzel Date: Wed Nov 14 18:49:50 2012 +0100 docs: Fix spelling of "exceed" in gobject/gtype.c https://bugzilla.gnome.org/show_bug.cgi?id=688338 gobject/gtype.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 7839faac8420cd2797f7bb2a9308f7e8e2eee1d7 Author: Sweta Kothari Date: Thu Nov 15 11:32:47 2012 +0530 Updated gujarati file po/gu.po | 1207 ++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 593 insertions(+), 614 deletions(-) commit 2bcfabd0019550cd9fb044f8fea96b9f6554bc88 Author: Paul Menzel Date: Sun Nov 11 14:48:15 2012 +0100 gio/*: Fix spelling of determining $ sed -i s,determing,determining,g gio/gdrive.c $ sed -i s,determing,determining,g gio/gdbusprivate.c http://www.merriam-webster.com/dictionary/determining For some reason according to `git log --follow` the whole file was created during some translation update. commit c45b8135046790e13b0d486f605dc62c9a783b16 Author: Timo Jyrinki Date: Mon Mar 12 11:02:04 2012 +0200 Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint gio/gdbusprivate.c | 2 +- gio/gdrive.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit cc837d9d18d24fad5e4b9914682819d78127c995 Author: Matthias Clasen Date: Fri Nov 9 23:03:50 2012 -0500 Bump version configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit 47d70243fd3f6af8fef99d6e77607eb51d1ec2f0 (tag: 2.34.2)