commit bd8b245f574497755265ec0cee15ebe17bd00a7d Author: Matthias Clasen Date: Sat Jan 22 00:02:08 2011 -0500 Update Unicode tests to 6.0 tests/casefold.txt | 17 ++++++++++++++++- tests/casemap.txt | 40 +++++++++++++++++++++++++++++++++------- 2 files changed, 49 insertions(+), 8 deletions(-) commit fb2809ec996e9e12d06f4bc7239a98718f5f06d7 Author: Matthias Clasen Date: Sat Jan 22 00:01:54 2011 -0500 Forgotten files glib/pcre/pcre.h | 81 ++-- glib/pcre/pcre_chartables.c | 2 +- glib/pcre/pcre_compile.c | 899 ++++++++++++++++++++++++---------- glib/pcre/pcre_dfa_exec.c | 257 ++++++++--- glib/pcre/pcre_exec.c | 1155 ++++++++++++++++++++++++++++++------------- glib/pcre/pcre_internal.h | 286 +++++++----- glib/pcre/pcre_study.c | 277 ++++++++--- glib/pcre/pcre_tables.c | 271 ++++++----- glib/pcre/pcre_xclass.c | 37 ++- glib/pcre/ucp.h | 5 +- 10 files changed, 2271 insertions(+), 999 deletions(-) commit 3f059a6a123dd62257f224b9af7701078783060e Author: Matthias Clasen Date: Fri Jan 21 23:41:12 2011 -0500 Remove a test that seems to fail depending on time of day glib/tests/gdatetime.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 37e221b5aee3a0d1b1a3988c69e5694b7722c0fb Author: Matthias Clasen Date: Fri Jan 21 23:12:16 2011 -0500 Update NEWS NEWS | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) commit c03dc6bf7dfc6e326e7249e9e377676db885d99e Author: Matthias Clasen Date: Fri Jan 21 23:10:01 2011 -0500 Update the included copy of PCRE Update PCRE to version 8.12. At the same time, also add Unicode 6.0 script support. glib/gregex.c | 16 ++++++++++++++++ glib/tests/regex.c | 5 ++--- 2 files changed, 18 insertions(+), 3 deletions(-) commit 51c87f680991760940da65b0c182016350e211a6 Author: Matthias Clasen Date: Fri Jan 21 18:02:05 2011 -0500 Update help and docs for gsettings cmdline tool The man page had gotten quite out of sync. docs/reference/gio/gsettings.xml | 135 ++++++++++++++++++++++++++++---------- gio/gsettings-tool.c | 28 +++++--- 2 files changed, 120 insertions(+), 43 deletions(-) commit 0a5708654080232dd404d089b5b790de79f11032 Author: Behdad Esfahbod Date: Fri Jan 21 16:30:19 2011 -0500 Update to Unicode 6.0 One new GUnicodeBreak enum member. Three new GUnicodeScript members, and one member renamed to fix a typo. Tests, docs, and scripts are updated. PCRE update still needed. docs/reference/glib/tmpl/unicode.sgml | 6 +- glib/gen-unicode-tables.pl | 79 +- glib/gscripttable.h | 516 +- glib/gunibreak.h | 5372 ++++++++++----- glib/gunichartables.h | 4727 +++++++++----- glib/gunicode.h | 38 +- glib/gunicomp.h | 288 +- glib/gunidecomp.h |11955 +++++++++++++++++---------------- glib/pcre/ucp.h | 2 +- glib/tests/utf8-misc.c | 20 +- 10 files changed, 13730 insertions(+), 9273 deletions(-) commit b50f4a1a52eeaec2ff14a0ac44b0b42ebb6cca30 Author: Matthias Clasen Date: Fri Jan 21 11:24:14 2011 -0500 Updates for 2.27.92 NEWS | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) commit 654ab34e3a7ea03dd7e86d16deae90df8e153d4c Author: Matthias Clasen Date: Fri Jan 21 10:52:48 2011 -0500 Don't warn in GApplication if class handlers have been overridden https://bugzilla.gnome.org/show_bug.cgi?id=640042 gio/gapplication.c | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) commit b31d80eff3352de556e630cdc117a735bc4925e5 Author: Khaled Hosny Date: Thu Jan 20 21:57:05 2011 +0200 Updated Arabic translation po/ar.po | 1827 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 992 insertions(+), 835 deletions(-) commit da36756f3f907ce7d9d4484e29ef7c08c838b351 Author: Michael Kotsarinis Date: Wed Jan 19 19:08:15 2011 +0200 Updated Greek translation po/el.po | 1010 ++++++++++++++++++++++++++++++++++++-------------------------- 1 files changed, 590 insertions(+), 420 deletions(-) commit c7f38cd277f0bfa9c303fcd30dd17e1320e5c162 Author: Matthias Clasen Date: Tue Jan 18 00:06:55 2011 -0500 Mark another function as static glib/gtimezone.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 67e112cce6bc7a9e841354d2c760a017a2c01527 Author: Matthias Clasen Date: Tue Jan 18 00:06:05 2011 -0500 Mark a function as static glib/gtimezone.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit d2347f34fded2651e47a60814f600c173b8ca5e7 Author: Matthias Clasen Date: Mon Jan 17 23:46:20 2011 -0500 Move GMarkup docs inline docs/reference/glib/tmpl/.gitignore | 1 + docs/reference/glib/tmpl/markup.sgml | 327 --------- glib/gmarkup.c | 1331 ++++++++++++++++++---------------- glib/gmarkup.h | 85 ++- 4 files changed, 768 insertions(+), 976 deletions(-) commit dc8b03027d905bf22527aeaa7e31ad072231197a Author: Ray Strode Date: Mon Jan 17 17:13:44 2011 -0500 gsettings: Update documentation on schema naming convention The existing docs are a bit inconsistent in that they say to follow the dbus convention, but then give an example that doesn't. This commit changes things to be how Ryan says they should be. docs/reference/gio/migrating-gconf.xml | 10 ++++++---- gio/gsettings.c | 10 +++++++--- 2 files changed, 13 insertions(+), 7 deletions(-) commit e8120dc4ce75b0cff6d45632e5d9037853ad51ae Author: Ray Strode Date: Mon Jan 17 14:15:18 2011 -0500 datetime: Show 12 instead of 0 for 12h hour format The 12h mode hour format is computed by taking the 24h mode hour format modulo 12. The conversion results in 12 noon getting erroneously converted to 0. This commit makes noon get the same special handling as midnight. glib/gdatetime.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit a437c5e768b9a62b550e174b25413ce9149fcdbe Author: Ray Strode Date: Mon Jan 17 14:30:43 2011 -0500 tests: add format test case for noon hour in 12h mode It currently displays it as "0" instead of "12", so this test case demonstrates the bug. glib/tests/gdatetime.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 8728949e0db56159485e5d214e581e5f46911d0b Author: Christian Persch Date: Thu Jan 6 23:30:09 2011 +0100 Don't leak variants in the null settings backend Even though the write fails, the variant still needs to be consumed. Bug #638872. gio/gnullsettingsbackend.c | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) commit a583405f66758e320eaf2025b757ddc081186686 Author: Javier Jardón Date: Fri Jan 14 17:54:04 2011 +0000 docs: gvariant-core: g_variant_normalise -> g_variant_get_normal_form() glib/gvariant-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 6c0491841e40aba4b479285e473f267f623b4a57 Author: Javier Jardón Date: Fri Jan 14 17:24:45 2011 +0000 gvariant-core: Fix typo g_variant_create_from_data -> g_variant_new_from_data glib/gvariant-core.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit c7041e221fcf165ae16603ba4a2d5579cc02826a Author: Javier Jardón Date: Fri Jan 14 00:49:35 2011 +0000 docs: gvariant-varargs: Fix typo docs/reference/glib/gvariant-varargs.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 060e516ede200990d09a259f5f48e939fc001f89 Author: Ivar Smolin Date: Thu Jan 13 12:41:06 2011 +0200 [l10n] Updated Estonian translation po/et.po | 40 ++++++++++++++++++++-------------------- 1 files changed, 20 insertions(+), 20 deletions(-) commit a86eb8785b9b93ee0fb2a52e714ef6431268ccf2 Author: Inaki Larranaga Murgoitio Date: Wed Jan 12 22:29:53 2011 +0100 Updated Basque language po/eu.po | 910 ++++++++++++++++++++++++++++++++++++++------------------------ 1 files changed, 563 insertions(+), 347 deletions(-) commit c0208940c569b2d2a7e0e86f93d97cfbaf2b3fc7 Author: Daiki Ueno Date: Tue Jan 11 11:33:21 2011 +0900 Make g_unix_connection_send_fd() work as expected. https://bugzilla.gnome.org/show_bug.cgi?id=637696 gio/gunixfdmessage.c | 2 +- gio/tests/socket.c | 105 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 106 insertions(+), 1 deletions(-) commit 634e9e43cfb8b0d88d0a6b4899d0e33c62c07458 Author: Michael Natterer Date: Wed Jan 12 19:45:40 2011 +0100 gobject: add an empty default impl of GObject::constructed() to allow unconditional upchaining. gobject/gobject.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 19c73918ec7faf6e32d100493772a1dccf43b110 Author: Chun-wei Fan Date: Wed Jan 12 11:08:54 2011 +0800 Added symbols for GIO/Win32 There are now fallback functions in the Win32 portion of g_app_info that were previously only available under UNIX, so add them here so that they can be exported as well. The symbols are as follows: g_app_info_get_fallback_for_type g_app_info_get_recommended_for_type gio/gio.symbols | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit 1df31f00140bfba941db65e2374ff2700f55a295 Author: Matthias Clasen Date: Tue Jan 11 16:13:42 2011 -0500 Bump version configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)