commit dd6baef46fcb7abd561383f2af7bb1b8e3579f5c Author: Matthias Clasen Date: Tue Jan 11 11:27:45 2011 -0500 Update NEWS NEWS | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) commit fabf506b8d5baf8f59fca563e6f1a62be5148112 Author: Ivar Smolin Date: Tue Jan 11 11:04:56 2011 +0200 [l10n] Updated Estonian translation po/et.po | 30 +++++++++++++++--------------- 1 files changed, 15 insertions(+), 15 deletions(-) commit eec2cb1af873f38091671486b5adc5d444e306b7 Author: Matthias Clasen Date: Mon Jan 10 20:28:17 2011 -0500 Avoid a segfault in g_application_register() Patch by Mikkel Kamstrup Erlandsen https://bugzilla.gnome.org/show_bug.cgi?id=639177 gio/gapplicationimpl-dbus.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 48f27317607fe117fe9aed0c2fe24ff6ef10a5d5 Author: Javier Jardón Date: Mon Jan 10 23:36:00 2011 +0000 mkinstalldirs: Update to latest version mkinstalldirs | 93 ++++++++++++++++++++++++++++++++++++++++++++------------- 1 files changed, 72 insertions(+), 21 deletions(-) commit 42d71c0ef952a2a3b9bd685ad3bb4294f0706947 Author: Ivar Smolin Date: Mon Jan 10 19:44:11 2011 +0200 [l10n] Updated Estonian translation po/et.po | 101 ++++++++++++++++--------------------------------------------- 1 files changed, 27 insertions(+), 74 deletions(-) commit a57c4c90662077163316d1d53ee18a5a0fbec393 Author: Matthias Clasen Date: Sun Jan 9 16:43:28 2011 -0500 GSettings: Fix a copy-paste error https://bugzilla.gnome.org/show_bug.cgi?id=639084 gio/gsettings.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit b0b37bcb06723ede07cc9c5c4573f12c3acb1643 Author: Christian Persch Date: Sun Jan 9 15:03:31 2011 +0100 Update gschema.dtd Bug #639064. gio/gschema.dtd | 11 +++++++++-- 1 files changed, 9 insertions(+), 2 deletions(-) commit eafa3443d39f36a3ade11154243495a77d5b089d Author: Fran Diéguez Date: Sun Jan 9 16:35:32 2011 +0100 Updated Galician translations po/gl.po | 386 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 193 insertions(+), 193 deletions(-) commit 33c7a9d8ecaa75b41dbdd2a3a31ac8c62394a8b5 Author: Javier Jardón Date: Fri Jan 7 18:55:20 2011 +0100 configure: Use AC_CONFIG_MACRO_DIR To keep the correct macros in-tree. configure.ac | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) commit b67d9cb7eef036b76955a75e6e9cd6b8ae1fb8e4 Author: Matthias Clasen Date: Fri Jan 7 12:07:19 2011 -0500 Add regex test cases These come from https://bugzilla.gnome.org/show_bug.cgi?id=638894 glib/tests/regex.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit f6b52322a2049dfb3873922a8f1417d8c44363b0 Author: Pavel Holejsovsky Date: Fri Jan 7 14:52:29 2011 +0100 Fix and update GI annotations for 'Volumes and Drives' Volumes and Drives GIO category contains: GVolumeMonitor, GVolume, GMount, GDrive, Unix Mounts. gio/gdrive.c | 34 +++++++++++++++++++--------------- gio/gmount.c | 33 ++++++++++++++++++--------------- gio/gunixmounts.c | 20 +++++++++++--------- gio/gvolume.c | 13 +++++++------ 4 files changed, 55 insertions(+), 45 deletions(-) commit f85909fb65635b8321d1abf60c073ae854acae5e Author: Pavel Holejsovsky Date: Fri Jan 7 09:38:35 2011 +0100 Add and update GI annotations in 'Settings' 'Settings' GIO group contains GSettings and GSettingsBackend. gio/gsettings.c | 18 +++++++++--------- gio/gsettings.h | 5 +++-- gio/gsettingsbackend.c | 12 +++++++----- 3 files changed, 19 insertions(+), 16 deletions(-) commit 99c740fdb58e2a7bf18fa1213c03b0be186f3581 Author: Andika Triwidada Date: Fri Jan 7 11:37:39 2011 +0700 Updated Indonesian translation po/id.po | 1531 +++++++++++++++++++++++++++++++++++--------------------------- 1 files changed, 858 insertions(+), 673 deletions(-) commit e738a8dd8ca3d3dd327bc5a3bbfd151858738609 Author: Colin Walters Date: Thu Jan 6 11:47:58 2011 -0500 gdesktopappinfo: Don't crash if we don't have a desktop filename If code creates a GDesktopAppInfo via g_desktop_app_info_new_from_keyfile(), we'd try to send a NULL pointer down into GVariant. Since in this case we don't have a filename, just send the empty string. In the future we should either: 1) Change panel to use g_desktop_app_info_new_from_filename(), and take the hit of parsing the file twice. 2) Add a g_key_file_get_origin_filename() 3) Add g_desktop_app_info_new_from_keyfile_and_name() https://bugzilla.gnome.org/show_bug.cgi?id=638838 gio/gdesktopappinfo.c | 14 +++++++++++--- 1 files changed, 11 insertions(+), 3 deletions(-) commit 26b65a3abda5ad0930b1cd0d0652417feb50c274 Author: Serkan Kaba Date: Thu Jan 6 14:08:02 2011 +0100 gio: Recognize reiser4 in g_file_query_filesystem_info() Signed-off-by: Serkan Kaba Signed-off-by: Tomas Bzatek gio/glocalfile.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 48f8c07c530973a0b32ed6cd3251cc82851e20b0 Author: Matthias Clasen Date: Wed Jan 5 20:43:46 2011 -0500 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)