commit f4c3e56f198e28e17694cc2939dd39ac2ed7bdca
Author: Ryan Lortie <[email protected]>
Date:   Mon Sep 16 13:47:04 2013 -0400

   GLib 2.37.92

NEWS         | 27 +++++++++++++++++++++++++++
configure.ac |  2 +-
2 files changed, 28 insertions(+), 1 deletion(-)

commit 348764269d0d2af3371caeb96cae65976891022c
Author: Ryan Lortie <[email protected]>
Date:   Mon Sep 16 13:42:02 2013 -0400

   gio-du: show the correct filename in progress

   We were showing argv[1] in the progress output before, which is not
   always the filename.

gio/tests/gio-du.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit 2684dec44786b8463f27ec14547cfafab80c28a1
Author: Chun-wei Fan <[email protected]>
Date:   Fri Sep 13 17:42:44 2013 +0800

   gio-du: Improve test program on Windows

   Make use of __wgetmainargs() on Windows so that we can get wide char
   versions of the argv's that are passed in when this test program
   is being
   invoked.  This is necessary as one might enter non-ASCII, such as
   CJK characters filenames and/or directories to run the test program
   against, so that we can process the name(s) and pass the proper
   UTF-8-encoded name(s) of the files/directories that is being tested.

   https://bugzilla.gnome.org/show_bug.cgi?id=707787

gio/tests/gio-du.c | 78
+++++++++++++++++++++++++++++++++++++++---------------
1 file changed, 56 insertions(+), 22 deletions(-)

commit 084e5b0122d52f66d9320fb9b147ca4c62d3e9ac
Author: Ryan Lortie <[email protected]>
Date:   Thu Sep 12 11:44:11 2013 -0400

   GLocalFile: use GDir for g_file_measure_disk_usage

   It turns out that although dirent is available on mingw32 (where the
   code was originally tested), it is not usable from MSVC.

   Avoid portability problems by just using GDir.

   Also, be careful about ensuring that we utf8-format filenames in our
   error messages, and leave out the "file://" component since the
   strings
   we're displaying are not URIs (and we don't want to make them
   URIs since
   the extra escaping would reduce legibility).

   Thanks to Chun-wei Fan <[email protected]> for portions of this
   patch and for reviews.

   https://bugzilla.gnome.org/show_bug.cgi?id=707787

gio/glocalfile.c | 57
+++++++++++++++++++++++++++++++-------------------------
1 file changed, 32 insertions(+), 25 deletions(-)

commit 725125aba3875ccd86dc51b8e4f301fe3c8de3a4
Author: Ryan Lortie <[email protected]>
Date:   Thu Sep 12 17:00:29 2013 +0800

   GDir: add some glib-private APIs

   Add a simple UNIX-only API that is used to create a GDir object from a
   DIR* that is aquired using opendir() or fdopendir().

   This makes it possible to use GDir with openat(), which in turn will
   allow use of GDir in the existing GLocalFile implementation of
   g_file_measure_disk_usage(), avoiding the current MSVC compatibility
   problems there.

   Also add an API similar to g_dir_open(), but without the GError
   handling
   (since we want to create a better error message from inside of
   glocalfile.c).

   Thanks to Chun-wei Fan <[email protected]> for portions of this
   patch and for reviews.

   https://bugzilla.gnome.org/show_bug.cgi?id=707787

glib/gdir.c         | 153
+++++++++++++++++++++++++++++++++-------------------
glib/gdir.h         |   4 ++
glib/glib-private.c |   5 +-
glib/glib-private.h |   8 +++
4 files changed, 115 insertions(+), 55 deletions(-)

commit 0e71110d17af3b82081a2d5487459280fb8dd902
Author: Benjamin Steinwender <[email protected]>
Date:   Mon Sep 16 19:05:54 2013 +0200

   Updated German translation

po/de.po | 371
+++++++++++++++++++++++++++++++++------------------------------
1 file changed, 192 insertions(+), 179 deletions(-)

commit 67dd31e60fe6dbec95d043920a51aa152dbe6cac
Author: Gabor Kelemen <[email protected]>
Date:   Mon Sep 16 13:07:12 2013 +0200

   Updated Hungarian translation

po/hu.po | 187
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 92 insertions(+), 95 deletions(-)

commit 799af7a0d92cc5b56fd8f07b5527c0973759fce7
Author: Changwoo Ryu <[email protected]>
Date:   Sat Sep 14 22:46:15 2013 +0900

   Updated Korean translation

po/ko.po | 144
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 73 insertions(+), 71 deletions(-)

commit 89800d0ad4b4b6872c7913fd1a66c5ca8b6a040e
Author: Andika Triwidada <[email protected]>
Date:   Sat Sep 14 15:42:05 2013 +0700

   Updated Indonesian translation

po/id.po | 1552
+++++++++++++++++++++++++++++++-------------------------------
1 file changed, 784 insertions(+), 768 deletions(-)

commit 90b32fcc474208730d08b350cd1f2a7d4e1be723
Author: Gil Forcada <[email protected]>
Date:   Sat Sep 14 00:06:21 2013 +0200

   [l10n] Update Catalan translation

po/ca.po | 137
+++++++++++++++++++++++++++++++++------------------------------
1 file changed, 71 insertions(+), 66 deletions(-)

commit 35d5b60b093762f4a5c7bb58051622f81e092ace
Author: Rico Tzschichholz <[email protected]>
Date:   Fri Sep 13 21:16:14 2013 +0200

   gmodule: Two minor g-i annotations fixes

gmodule/gmodule.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

commit b671cc96b1de4c80cc7170399f4b94729b7a7c97
Author: Nilamdyuti Goswami <[email protected]>
Date:   Fri Sep 13 18:25:03 2013 +0530

   Assamese Translation Updated

po/as.po | 215
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 110 insertions(+), 105 deletions(-)

commit 7a91a6c9a56c70a7b80a71376d3299e7f81fd7cb
Author: Chun-wei Fan <[email protected]>
Date:   Tue Sep 10 00:49:39 2013 +0800

   gio/tests/gio-du.c: Avoid Using Unintialized Variable

   https://bugzilla.gnome.org/show_bug.cgi?id=707787

gio/tests/gio-du.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 054270e4eb12fd62d584535af947244ba8fe6c25
Author: Aurimas Černius <[email protected]>
Date:   Thu Sep 12 23:16:04 2013 +0300

   Updated Lithuanian translation

po/lt.po | 192
+++++++++++++++++++++++++++++++--------------------------------
1 file changed, 95 insertions(+), 97 deletions(-)

commit 5a11019034f68dc5522935d447d71593140f5210
Author: Ryan Lortie <[email protected]>
Date:   Thu Sep 12 14:38:08 2013 -0400

   tests: remove assertion for '!uncertain' on .txt

   Virtaal installs a mime package for various .po-like file formats, one
   of which has the extension .txt.  This causes GLib to report ".txt"
   files still as "text/plain" but no longer with complete certainty.

   The result is that asserting !uncertain during the testsuite
   causes the
   test to fail if Virtaal happens to be installed.

   Remove this assertion.

gio/tests/contenttype.c | 1 -
1 file changed, 1 deletion(-)

commit ac8b7ba9250a55f0fe8fcad16cb6e9e4f60c6946
Author: Ryan Lortie <[email protected]>
Date:   Thu Sep 12 14:22:56 2013 -0400

   tests: properly set locale to C

   We're testing for particular error messages, so we need to set to a C
   locale to make sure we get the untranslated version.

   Previously, this test set the LANG environment variable, but
   that's not
   good enough if LANGUAGE is also set.  The only way to ensure that
   LANGUAGE is ignored is to disable l10n with LC_ALL=C.

glib/tests/markup-parse.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 8ab1b58ffd75314ceb8d67af12935a7cccc12904
Author: Ihar Hrachyshka <[email protected]>
Date:   Thu Sep 12 19:20:01 2013 +0300

   Updated Belarusian translation.

po/be.po | 872
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 440 insertions(+), 432 deletions(-)

commit 49a0cf08f759cf0e1621e3ef6318c7a3e8d487fb
Author: Rūdolfs Mazurs <[email protected]>
Date:   Wed Sep 11 22:36:52 2013 +0300

   Updated Latvian translation

po/lv.po | 904
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 458 insertions(+), 446 deletions(-)

commit 5f6290e4f96cc3110168b056532c5af28aa15687
Author: Marek Černocký <[email protected]>
Date:   Tue Sep 10 21:01:15 2013 +0200

   Updated Czech translation

po/cs.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 0acb99c933e515ee81c364290599c87210ee2b9f
Author: Marek Černocký <[email protected]>
Date:   Tue Sep 10 21:00:16 2013 +0200

   Updated Czech translation

po/cs.po | 216
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 110 insertions(+), 106 deletions(-)

commit f4e4c1bbbd03e52beed565bd31487c7e5d3506ed
Author: Fran Diéguez <[email protected]>
Date:   Tue Sep 10 15:53:23 2013 +0200

   Updated Galician translations

po/gl.po | 213
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 109 insertions(+), 104 deletions(-)

commit b301828b1507ae943ed8a755e87754b7412b8773
Author: Milo Casagrande <[email protected]>
Date:   Tue Sep 10 10:03:24 2013 +0200

   [l10n] Updated Italian translation.

po/it.po | 183
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 94 insertions(+), 89 deletions(-)

commit df5a70057f9c3f275e59e97f500ae66c499fe853
Author: Enrico Nicoletto <[email protected]>
Date:   Mon Sep 9 20:31:50 2013 -0300

   Updated Brazilian Portuguese translation

po/pt_BR.po | 217
+++++++++++++++++++++++++++++++-----------------------------
1 file changed, 111 insertions(+), 106 deletions(-)

commit c0299d32ea80ddbbc3d272c58d0f9ebc46497281
Author: Piotr Drąg <[email protected]>
Date:   Tue Sep 10 00:56:17 2013 +0200

   Updated Polish translation

po/pl.po | 181
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 93 insertions(+), 88 deletions(-)

commit 49bbebc0b9fac28f009a1d43d10565dc1173f646
Author: Dieter Verfaillie <[email protected]>
Date:   Mon Sep 9 23:34:01 2013 +0200

   gio/tests/network-address: fix SCOPE_ID_TEST_INDEX fallback

gio/tests/network-address.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit b82ace52e00b703cc9c9e81162333a7eec9d6b96
Author: Kalev Lember <[email protected]>
Date:   Mon Sep 9 23:35:25 2013 +0200

   Trivial typo fix

glib/gstring.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

commit 322f687f5f7aabf8e8c41628615f9b926a0127d2
Author: Matej Urbančič <[email protected]>
Date:   Mon Sep 9 20:35:43 2013 +0200

   Updated Slovenian translation

po/sl.po | 181
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 93 insertions(+), 88 deletions(-)

commit 83d55492d488d7c5765d28ffe2222926b234c842
Author: Daniel Mustieles <[email protected]>
Date:   Mon Sep 9 16:46:32 2013 +0200

   Updated Spanish translation

po/es.po | 215
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 110 insertions(+), 105 deletions(-)

commit a61c9f489a3da4b25b399a599c11dcfb4c4fd3a7
Author: Ryan Lortie <[email protected]>
Date:   Sun Jul 28 14:46:14 2013 -0400

   tests/: add gio-du

   This is basically a minimally-featured 'du' equivalent to manually
   test
   g_file_measure_disk_usage().

   https://bugzilla.gnome.org/show_bug.cgi?id=704893

gio/tests/Makefile.am |   1 +
gio/tests/gio-du.c    | 146
++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 147 insertions(+)

commit 6ec2bb17c393c411a2182e865aa0979165dfbac5
Author: Ryan Lortie <[email protected]>
Date:   Sun Jul 28 13:41:17 2013 -0400

   GFile: add new g_file_measure_disk_usage() API

   This is essentially the equivalent of 'du'.

   This is currently only supported on local files.  gvfs will add
   support for the
   interface later.

   https://bugzilla.gnome.org/show_bug.cgi?id=704893

docs/reference/gio/gio-sections.txt |   4 +
gio/gfile.c                         | 301
++++++++++++++++++++++++++++++++++++
gio/gfile.h                         |  53 +++++++
gio/gioenums.h                      |  23 +++
gio/giotypes.h                      |  43 ++++++
gio/glocalfile.c                    | 289
++++++++++++++++++++++++++++++++++
6 files changed, 713 insertions(+)

commit 242a735fe02462f7e6e8b2b2dc8c55d380d4fd96
Author: Мирослав Николић <[email protected]>
Date:   Thu Sep 5 08:05:45 2013 +0200

   Updated Serbian translation

po/sr.po       | 924
+++++++++++++++++++++++++++++----------------------------
po/[email protected] | 924
+++++++++++++++++++++++++++++----------------------------
2 files changed, 946 insertions(+), 902 deletions(-)

commit 52251a5237579946f5afa2c3319bbd5504b2b92e
Author: Chun-wei Fan <[email protected]>
Date:   Thu Sep 5 13:58:24 2013 +0800

   Visual C++ Builds: Fix "install" Projects

   Due to the split up of the property sheets, the install projects
   did not
   have info on the Intermediate and Output Paths, which caused confusing
   messages from Visual Studio to show up upon completing build+"install"
   and
   closing Visual Studio on whether to reload the install project,
   at least on
   Visual Studio 2008.

   Include the property sheet which defines these properties to fix this.

build/win32/vs10/install.vcxproj | 4 ++++
build/win32/vs9/install.vcproj   | 8 ++++----
2 files changed, 8 insertions(+), 4 deletions(-)

commit 268f3ce0ff0eff2a858a91a049a87aefd23f2f93
Author: Changwoo Ryu <[email protected]>
Date:   Wed Sep 4 00:29:58 2013 +0900

   Updated Korean translation

po/ko.po | 904
++++++++++++++++++++++++++++++++-------------------------------
1 file changed, 460 insertions(+), 444 deletions(-)

commit 801a5c8bb23bdcc26a3900d479f4139f4d38fb7e
Author: Matthias Clasen <[email protected]>
Date:   Mon Sep 2 12:12:58 2013 -0400

   bump version

configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)