commit c3097a1a5e97fa6aadc73cc8e7e1cf569dd2829a Author: Matthias Clasen Date: Tue Sep 29 21:16:53 2009 -0400 Updates NEWS | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) commit 0c652dc66e09a358c738492e0eb857fef56c6254 Author: Matthias Clasen Date: Tue Sep 29 20:57:45 2009 -0400 Don't mark test files for translation As pointed out in bug 596064 po/POTFILES.in | 1 - po/POTFILES.skip | 1 + 2 files changed, 1 insertions(+), 1 deletions(-) commit 6555e0171d6f9619b0f49109868fe99162ffbb72 Author: Matthias Clasen Date: Tue Sep 29 20:52:26 2009 -0400 Fix mime_info_cache_dir_add_desktop_entries This function tried to avoid adding duplicate entries, but failed due to using the wrong search function. See bug 595972. gio/gdesktopappinfo.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2f93bea177a980b8ae750c07f3b269c9bea7ac25 Author: Matthias Clasen Date: Tue Sep 29 20:45:26 2009 -0400 Avoid a C99ism Move a variable declaration to the beginning of the block; see bug 596561. Also remove a pointless register declaration. glib/gmessages.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) commit 442dadf3118cf3e2e9617461eb045f61483d58fc Author: Matthias Clasen Date: Tue Sep 29 20:39:39 2009 -0400 Improve docs for g_utf16_to_utf8 Document that g_utf16_to_utf8 does not validate the resulting UTF-8 string. See bug 596314. glib/gutf8.c | 16 +++++++++++----- 1 files changed, 11 insertions(+), 5 deletions(-) commit 5fdb169b72b749218766e507deab491c5f5b0d9e Author: Matthias Clasen Date: Tue Sep 29 20:33:39 2009 -0400 Clarify docs of g_async_result_get_source_object It returns a new reference. Reported in bug 596748 gio/gasyncresult.c | 11 ++++++----- 1 files changed, 6 insertions(+), 5 deletions(-) commit 90e1308809805691713edf8f651e80a063f9b66f Author: Alexander Larsson Date: Tue Sep 29 11:25:13 2009 +0200 Avoid critical error in thread check if source is destroyed The source can be destroyed by the time we complete the result, and then the g_source_get_context(current_source) call will cause a critical error. We check for the source being destroyed and avoid the check in that case. This means we miss the right-thread check in this case, but thats merely a helper, so this is not critical. gio/gsimpleasyncresult.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 10c7b3a17e00283907139a19f1c6054f85a5d3a8 Author: Jamil Ahmed Date: Tue Sep 29 04:01:37 2009 +0700 Updated Bengali translation po/bn.po | 1967 ++++++++++++++++++++++++++++++-------------------------------- 1 files changed, 951 insertions(+), 1016 deletions(-) commit 6f1ce483eb136159f42b7dde3aa4466ba3e874c1 Author: Alexander Larsson Date: Mon Sep 28 15:55:44 2009 +0200 Always report metadata on the path, not symlink target Metadata are really part of the pathname, not the target file (as they are stored by pathname, and for many metadata like icon position etc make not sense using the target data). So, even if nofollow is not specified we should not follow links for metadata. Ideally this should be implemented in the metadata extension in gvfs, but the extension API does not allow this, so we do it in gio. See https://bugzilla.gnome.org/show_bug.cgi?id=593809 gio/glocalfileinfo.c | 11 +---------- 1 files changed, 1 insertions(+), 10 deletions(-) commit 70027bf0928e7960c3ff78ce4a92aaad20ee899e Author: Alexander Larsson Date: Fri Sep 25 09:50:49 2009 +0200 Fix up cast in gdb macros We need to actually assign the casted value somewhere. glib/glib.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit e657dee578cc7b70c6a33fcb626e5d5aed4d82f3 Author: Alexander Larsson Date: Fri Sep 25 09:49:49 2009 +0200 Use right soname for gdb autoloaded python files We need to look at LT_REVISION too to get the right filename. This was just hardcoded to zero before which is obviously wrong. glib/Makefile.am | 2 +- gobject/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) commit 660035479bc6583abc311cd4d43136fa447a95d6 Author: Yaron Shahrabani Date: Fri Sep 25 10:39:58 2009 +0300 Updated Hebrew translation po/he.po | 933 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 469 insertions(+), 464 deletions(-) commit cc95c60c69af5e25e9c9eae11f68ba2436a0e6b0 Author: Matthias Clasen Date: Thu Sep 24 10:26:46 2009 -0400 Fix location of gdb macros These files need to be put in a location that corresponds to the location of the libraries, so we need to take the runtime-libdir path into account. configure.in | 4 +++- glib/Makefile.am | 4 ++-- gobject/Makefile.am | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) commit dcee4d4a66112a357626a6e2b1f749a24e41068a Author: Matthias Clasen Date: Tue Sep 22 17:10:32 2009 -0400 Bump version configure.in | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit cc4970cf9426ae4c929ccd859585a29fb9d243c8 Author: Josselin Mouette Date: Wed Sep 23 18:39:45 2009 +0200 Fall back to inotify_init if inotify_init1 does not work This fixes monitoring failing to work when glib is built on a 2.6.27+ kernel but run on an older one. http://bugs.debian.org/544354 https://bugzilla.gnome.org/show_bug.cgi?id=593775 gio/inotify/inotify-kernel.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) commit 1a4763e6ef8e4da2a5118a00ce567e00704979cd Author: Tor Lillqvist Date: Wed Sep 23 09:33:48 2009 +0300 Parse libtoolize --version more carefully Some recent versions of libtoolize output a version blurb like: libtoolize (GNU libtool 1.3110 2009-07-01) 2.2.7a Don't get confused by the numbers inside the parens. autogen.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) commit 4c633ff0b58db039a29801d5039cc2756db90bbb Author: Matthias Clasen Date: Tue Sep 22 16:57:08 2009 -0400 2.22.0 README.in | 2 +- docs/reference/glib/tmpl/glib-unused.sgml | 67 -- docs/reference/glib/tmpl/macros_misc.sgml | 5 +- docs/reference/glib/tmpl/main.sgml | 7 + docs/reference/glib/tmpl/testing.sgml | 21 + docs/reference/glib/tmpl/version.sgml | 68 ++ glib/Makefile.am | 9 +- gobject/Makefile.am | 10 +- po/am.po | 188 ++-- po/ar.po | 188 ++-- po/as.po | 219 +++--- po/az.po | 188 ++-- po/be.po | 188 ++-- po/be@latin.po | 188 ++-- po/bg.po | 915 ++++++++++---------- po/bn.po | 188 ++-- po/bn_IN.po | 965 +++++++++++---------- po/bs.po | 188 ++-- po/ca.po | 925 ++++++++++---------- po/ca@valencia.po | 188 ++-- po/cs.po | 915 ++++++++++---------- po/cy.po | 188 ++-- po/da.po | 925 ++++++++++---------- po/de.po | 188 ++-- po/dz.po | 188 ++-- po/el.po | 1332 ++++++++++++++--------------- po/en_CA.po | 188 ++-- po/en_GB.po | 925 ++++++++++---------- po/eo.po | 188 ++-- po/es.po | 923 ++++++++++---------- po/et.po | 188 ++-- po/eu.po | 188 ++-- po/fa.po | 188 ++-- po/fi.po | 925 ++++++++++---------- po/fr.po | 188 ++-- po/ga.po | 188 ++-- po/gl.po | 920 ++++++++++---------- po/gu.po | 947 ++++++++++---------- po/he.po | 188 ++-- po/hi.po | 944 ++++++++++---------- po/hr.po | 188 ++-- po/hu.po | 188 ++-- po/hy.po | 188 ++-- po/id.po | 188 ++-- po/is.po | 188 ++-- po/it.po | 188 ++-- po/ja.po | 188 ++-- po/ka.po | 188 ++-- po/kn.po | 968 +++++++++++---------- po/ko.po | 188 ++-- po/ku.po | 188 ++-- po/lt.po | 188 ++-- po/lv.po | 188 ++-- po/mai.po | 188 ++-- po/mg.po | 188 ++-- po/mk.po | 188 ++-- po/ml.po | 979 +++++++++++----------- po/mn.po | 188 ++-- po/mr.po | 947 ++++++++++---------- po/ms.po | 188 ++-- po/nb.po | 917 ++++++++++---------- po/ne.po | 188 ++-- po/nl.po | 188 ++-- po/nn.po | 188 ++-- po/oc.po | 188 ++-- po/or.po | 956 +++++++++++---------- po/pa.po | 943 ++++++++++---------- po/pl.po | 1339 ++++++++++++++--------------- po/ps.po | 188 ++-- po/pt.po | 188 ++-- po/pt_BR.po | 188 ++-- po/ro.po | 926 ++++++++++---------- po/ru.po | 188 ++-- po/rw.po | 188 ++-- po/si.po | 188 ++-- po/sk.po | 188 ++-- po/sl.po | 1280 +++++++++++++-------------- po/sq.po | 188 ++-- po/sr.po | 931 ++++++++++---------- po/sr@ije.po | 188 ++-- po/sr@latin.po | 942 ++++++++++---------- po/sv.po | 188 ++-- po/ta.po | 950 ++++++++++---------- po/te.po | 956 +++++++++++---------- po/th.po | 188 ++-- po/tl.po | 188 ++-- po/tr.po | 188 ++-- po/tt.po | 188 ++-- po/uk.po | 917 ++++++++++---------- po/vi.po | 188 ++-- po/wa.po | 188 ++-- po/xh.po | 188 ++-- po/yi.po | 188 ++-- po/zh_CN.po | 926 ++++++++++---------- po/zh_HK.po | 938 ++++++++++---------- po/zh_TW.po | 923 ++++++++++---------- 96 files changed, 19793 insertions(+), 19818 deletions(-)