platform/upstream/glib.git
17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sun, 6 Aug 2006 01:39:00 +0000 (01:39 +0000)]
Updated Thai translation.

2006-08-06  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

17 years agoDon't initialize struct members with function calls. (#349952)
Matthias Clasen [Sun, 6 Aug 2006 00:57:36 +0000 (00:57 +0000)]
Don't initialize struct members with function calls. (#349952)

2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* gparamspecs.c (g_param_spec_types_init): Don't initialize
struct members with function calls.  (#349952)

17 years agoCorrect the grammar of an error message. (#349792, Jakub Friedl)
Matthias Clasen [Sat, 5 Aug 2006 22:07:57 +0000 (22:07 +0000)]
Correct the grammar of an error message. (#349792, Jakub Friedl)

2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gbookmarkfile.c (find_file_in_data_dirs): Correct the
grammar of an error message.  (#349792, Jakub Friedl)

17 years agoAdd some hints about making warnings fatal. (#348785, Matt Barnes)
Matthias Clasen [Sat, 5 Aug 2006 22:04:21 +0000 (22:04 +0000)]
Add some hints about making warnings fatal. (#348785, Matt Barnes)

2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/messages.sgml: Add some hints
about making warnings fatal.  (#348785, Matt
Barnes)

17 years agoDon't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)
Matthias Clasen [Sat, 5 Aug 2006 21:57:35 +0000 (21:57 +0000)]
Don't insert unnecessary newlines in keyfiles. (#349825, Chris Wilson)

2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c (g_key_file_to_data): Don't insert unnecessary
newlines in keyfiles.  (#349825, Chris Wilson)

17 years agoIf a character can't be converted, don't replace it with a NUL byte, but
Matthias Clasen [Sat, 5 Aug 2006 21:53:49 +0000 (21:53 +0000)]
If a character can't be converted, don't replace it with a NUL byte, but

2006-08-05  Matthias Clasen  <mclasen@redhat.com>

* glib/guniprop.c (g_unichar_toupper, g_unichar_tolower)
(real_toupper, real_tolower): If a character can't be converted,
don't replace it with a NUL byte, but leave it unchanged.
(#348491, Nikolai Weibull)

* tests/unicode-caseconv.c: Adapt to this change.

* tests/unicode-caseconv.c (main): Add a comment to point out
a quirk in the test data that we are working around here.

17 years agoUpdated Traditional Chinese translation(Hong Kong). Updated Traditional
Chao-Hsiung Liao [Sat, 5 Aug 2006 10:15:30 +0000 (10:15 +0000)]
Updated Traditional Chinese translation(Hong Kong). Updated Traditional

2006-08-05  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

        * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
        * zh_TW.po: Updated Traditional Chinese translation(Taiwan).

17 years agoUpdated Czech translation.
Jakub Friedl [Thu, 3 Aug 2006 13:34:26 +0000 (13:34 +0000)]
Updated Czech translation.

2006-08-03  Jakub Friedl <jfriedlo@suse.cz>

  * cs.po: Updated Czech translation.

17 years agoUpdated Ukrainian translation.
Maxim Dziumanenko [Mon, 31 Jul 2006 07:17:07 +0000 (07:17 +0000)]
Updated Ukrainian translation.

2006-07-31  Maxim Dziumanenko <dziumanenko@gmail.com>

* Updated Ukrainian translation.

17 years agoMake it only accept those characters that we accept i
Behdad Esfahbod [Mon, 31 Jul 2006 05:10:28 +0000 (05:10 +0000)]
Make it only accept those characters that we accept i

2006-07-31  Behdad Esfahbod  <behdad@gnome.org>

        * glib/guniprop.c (g_unichar_isxdigit): Make it only accept those
        characters that we accept i g_unichar_xdigit_value(), i.e. don't
        accept non-decimal digits. (#347842, Nikolai Weibull)

17 years agoUpdate to reflect Unicode PR #29 (#348694, Nikolai Weibull)
Behdad Esfahbod [Mon, 31 Jul 2006 04:50:05 +0000 (04:50 +0000)]
Update to reflect Unicode PR #29 (#348694, Nikolai Weibull)

2006-07-31  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gunidecomp.c (_g_utf8_normalize_wc): Update to reflect Unicode
        PR #29 (#348694, Nikolai Weibull)

        * tests/unicode-normalize.c (encode), (test_form): Make output more
        useful, reporting the unexpected output of the test.

17 years agoUse g_get_current_time() insted of gettimeofday().
Tor Lillqvist [Mon, 24 Jul 2006 12:42:18 +0000 (12:42 +0000)]
Use g_get_current_time() insted of gettimeofday().

2006-07-24  Tor Lillqvist  <tml@novell.com>

* tests/slice-test.c: Use g_get_current_time() insted of
gettimeofday().

17 years agoBump version
Matthias Clasen [Sat, 22 Jul 2006 18:28:17 +0000 (18:28 +0000)]
Bump version

17 years ago2.12.1 GLIB_2_12_1
Matthias Clasen [Sat, 22 Jul 2006 18:21:48 +0000 (18:21 +0000)]
2.12.1

17 years agoUpdates
Matthias Clasen [Sat, 22 Jul 2006 17:12:27 +0000 (17:12 +0000)]
Updates

17 years agoupdated hebrew translation
Yair Hershkovitz [Sat, 22 Jul 2006 08:15:03 +0000 (08:15 +0000)]
updated hebrew translation

17 years agoUpdated to Unicode Character Database 5.0.0.
Behdad Esfahbod [Fri, 21 Jul 2006 22:23:51 +0000 (22:23 +0000)]
Updated to Unicode Character Database 5.0.0.

2006-07-21  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gmirroringtable.h: Updated to Unicode Character Database 5.0.0.

17 years agoUpdated Portuguese translation.
Duarte Loreto [Fri, 21 Jul 2006 19:27:07 +0000 (19:27 +0000)]
Updated Portuguese translation.

2006-07-21  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

17 years agoUpdated French translation.
Christophe Merlet [Fri, 21 Jul 2006 18:48:35 +0000 (18:48 +0000)]
Updated French translation.

17 years agoUpdated Catalan translation.
Josep Puigdemont i Casamajó [Fri, 21 Jul 2006 15:19:51 +0000 (15:19 +0000)]
Updated Catalan translation.

17 years agoCopy the complete value table, not just the first 4 bytes. (#348136,
Matthias Clasen [Fri, 21 Jul 2006 13:57:25 +0000 (13:57 +0000)]
Copy the complete value table, not just the first 4 bytes. (#348136,

2006-07-21  Matthias Clasen  <mclasen@redhat.com>

* gtypemodule.c (g_type_module_register_type): Copy the complete
value table, not just the first 4 bytes.  (#348136, Coverity)

17 years agofix typo
Matthias Clasen [Fri, 21 Jul 2006 04:14:03 +0000 (04:14 +0000)]
fix typo

17 years agoSmall optimization. (#348011, Nicolai Weibull)
Matthias Clasen [Thu, 20 Jul 2006 19:17:50 +0000 (19:17 +0000)]
Small optimization. (#348011, Nicolai Weibull)

2006-07-20  Matthias Clasen  <mclasen@redhat.com>

* glib/guniprop.c (real_toupper, real_tolower): Small optimization.
(#348011, Nicolai Weibull)

17 years agoImprove doc for g_date_strftime(). (#346197)
Tor Lillqvist [Thu, 20 Jul 2006 09:52:22 +0000 (09:52 +0000)]
Improve doc for g_date_strftime(). (#346197)

2006-07-20  Tor Lillqvist  <tml@novell.com>

* glib/tmpl/date.sgml: Improve doc for
g_date_strftime(). (#346197)

17 years agoUpdate to final Unicode Character Database 5.0.0. (#336281)
Behdad Esfahbod [Wed, 19 Jul 2006 22:35:17 +0000 (22:35 +0000)]
Update to final Unicode Character Database 5.0.0. (#336281)

2006-07-19  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gunibreak.h:
        * glib/gunichartables.h:
        * glib/gunicomp.h:
        * glib/gunidecomp.h:
        Update to final Unicode Character Database 5.0.0. (#336281)

17 years agoUpdated Dzongkha translation
Guntupalli Karunakar [Tue, 18 Jul 2006 17:40:45 +0000 (17:40 +0000)]
Updated Dzongkha translation

17 years agoAdded Entry for Bengali India (bn_IN) Translation updation
Runa Bhattacharjee [Mon, 17 Jul 2006 10:01:30 +0000 (10:01 +0000)]
Added Entry for Bengali India (bn_IN) Translation updation

18 years agoUpdated Bengali India (bn_IN) Translation
Runa Bhattacharjee [Mon, 17 Jul 2006 10:00:00 +0000 (10:00 +0000)]
Updated Bengali India (bn_IN) Translation

18 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 11 Jul 2006 03:54:27 +0000 (03:54 +0000)]
Updated Finnish translation

18 years agoFixed a typo.
Luca Ferretti [Sat, 8 Jul 2006 13:09:33 +0000 (13:09 +0000)]
Fixed a typo.

2006-07-08  Luca Ferretti  <elle.uca@libero.it>

* it.po: Fixed a typo.

18 years agoUpdated Finnish translation
Ilkka Tuohela [Fri, 7 Jul 2006 06:37:13 +0000 (06:37 +0000)]
Updated Finnish translation

18 years agoWhen matching debug flag keys, ignore case and accept any of comma, colon,
Behdad Esfahbod [Thu, 6 Jul 2006 20:30:16 +0000 (20:30 +0000)]
When matching debug flag keys, ignore case and accept any of comma, colon,

2006-07-06  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gutils.c (g_parse_debug_string): When matching debug flag keys,
        ignore case and accept any of comma, colon, semicolon, space, and tab
        as separators.  Also, match dash with underscore.

18 years agoFixed misspelled 'phạm vị'
Nguyen Thai Ngoc Duy [Thu, 6 Jul 2006 13:44:12 +0000 (13:44 +0000)]
Fixed misspelled 'phạm vị'

18 years agoUpdated Italian translation.
Luca Ferretti [Thu, 6 Jul 2006 12:17:58 +0000 (12:17 +0000)]
Updated Italian translation.

2006-07-06  Luca Ferretti  <luca@libero.it>

* it.po: Updated Italian translation.

18 years agoUpdated Basque translation.
Inaki Larranaga [Wed, 5 Jul 2006 17:06:21 +0000 (17:06 +0000)]
Updated Basque translation.

2006-07-05  Inaki Larranaga  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

18 years agoFix typos in the docs. (#346660, Mark Drago)
Matthias Clasen [Wed, 5 Jul 2006 16:42:19 +0000 (16:42 +0000)]
Fix typos in the docs. (#346660, Mark Drago)

2006-07-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gbase64.c: Fix typos in the docs.  (#346660, Mark
Drago)

18 years agoUpdated Bulgarian translation by Alexander Shopov <ash@contact.bg>
Alexander Shopov [Wed, 5 Jul 2006 13:20:18 +0000 (13:20 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>

2006-07-05  Alexander Shopov  <ash@contact.bg>

* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>

18 years ago2006-07-05 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Transl...
Jovan Naumovski [Wed, 5 Jul 2006 01:00:13 +0000 (01:00 +0000)]
2006-07-05 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Translation

18 years agoFixed 'kết thức'
Nguyen Thai Ngoc Duy [Mon, 3 Jul 2006 15:13:24 +0000 (15:13 +0000)]
Fixed 'kết thức'

18 years agoUpdated Japanese translation for v2.12.0 (HEAD).
Takeshi AIHANA [Mon, 3 Jul 2006 13:47:46 +0000 (13:47 +0000)]
Updated Japanese translation for v2.12.0 (HEAD).

2006-07-03  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Updated Japanese translation for v2.12.0 (HEAD).

18 years agoAdded Entry for Updated Oriya translation
Subhransu Behera [Mon, 3 Jul 2006 10:45:27 +0000 (10:45 +0000)]
Added Entry for Updated Oriya translation

18 years agoUpdated Oriya translation
Subhransu Behera [Mon, 3 Jul 2006 10:44:07 +0000 (10:44 +0000)]
Updated Oriya translation

18 years agoAdded Entry for Bengali India Translation
Runa Bhattacharjee [Mon, 3 Jul 2006 08:28:17 +0000 (08:28 +0000)]
Added Entry for Bengali India Translation

18 years agoAdded entry for Bengali India (bn_IN) addition to ALL_LINGUAS in configure.in
Runa Bhattacharjee [Mon, 3 Jul 2006 08:27:27 +0000 (08:27 +0000)]
Added entry for Bengali India (bn_IN) addition to ALL_LINGUAS in configure.in

18 years agoAdded Bengali India (bn_IN) to ALL_LINGUAS
Runa Bhattacharjee [Mon, 3 Jul 2006 08:26:55 +0000 (08:26 +0000)]
Added Bengali India (bn_IN) to ALL_LINGUAS

18 years agoAdded Bengali India (bn_IN) Translation
Runa Bhattacharjee [Mon, 3 Jul 2006 08:25:10 +0000 (08:25 +0000)]
Added Bengali India (bn_IN) Translation

18 years agoBump version
Matthias Clasen [Sun, 2 Jul 2006 20:17:00 +0000 (20:17 +0000)]
Bump version

18 years ago2.12.0 GLIB_2_12_0
Matthias Clasen [Sun, 2 Jul 2006 19:52:14 +0000 (19:52 +0000)]
2.12.0

18 years agoUpdates
Matthias Clasen [Sun, 2 Jul 2006 18:44:18 +0000 (18:44 +0000)]
Updates

18 years agoSet version to 2.12
Matthias Clasen [Sun, 2 Jul 2006 18:35:53 +0000 (18:35 +0000)]
Set version to 2.12

18 years agoUpdated Welsh translation.
Rhys Jones [Thu, 29 Jun 2006 18:37:50 +0000 (18:37 +0000)]
Updated Welsh translation.

2006-06-29  Rhys Jones  <rhys@sucs.org>

* cy.po: Updated Welsh translation.

18 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Mon, 26 Jun 2006 19:31:25 +0000 (19:31 +0000)]
Updated Norwegian bokmål translation.

2006-06-26  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

18 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Sun, 25 Jun 2006 09:24:48 +0000 (09:24 +0000)]
Translation updated by Tino Meinen.

2006-06-25  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

18 years agoFix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)
Matthias Clasen [Tue, 20 Jun 2006 16:37:43 +0000 (16:37 +0000)]
Fix an off-by-2 error in the leap year calculation. (#344905, Dan Winship)

2006-06-20  Matthias Clasen  <mclasen@redhat.com>

* glib/gtimer.c (mktime_utc): Fix an off-by-2 error
in the leap year calculation.  (#344905, Dan Winship)

* tests/testglib.c (main): Change the test data for
the g_time_val_from_iso8601 tests to expose an off-by-2
error in the leap year calculation.

18 years agoBump version
Matthias Clasen [Tue, 20 Jun 2006 15:10:41 +0000 (15:10 +0000)]
Bump version

18 years ago2.11.4 GLIB_2_11_4
Matthias Clasen [Tue, 20 Jun 2006 15:09:06 +0000 (15:09 +0000)]
2.11.4

18 years agoUpdated Translation
Rajesh Ranjan [Tue, 20 Jun 2006 08:46:37 +0000 (08:46 +0000)]
Updated Translation

18 years agoUpdated German translation.
Hendrik Richter [Mon, 19 Jun 2006 13:29:42 +0000 (13:29 +0000)]
Updated German translation.

2006-06-19  Hendrik Richter  <hendrikr@gnome.org>

* de.po: Updated German translation.

18 years agoUpdated French translation.
Benoît Dejean [Mon, 19 Jun 2006 10:04:13 +0000 (10:04 +0000)]
Updated French translation.

2006-06-19  Benoît Dejean  <benoit@placenet.org>

        * fr.po: Updated French translation.

18 years agoUpdated Translation
Ankitkumar Rameshchandra Patel [Mon, 19 Jun 2006 06:09:49 +0000 (06:09 +0000)]
Updated Translation

18 years agoUpdated Spanish translation.
Francisco Javier F. Serrador [Mon, 19 Jun 2006 04:53:16 +0000 (04:53 +0000)]
Updated Spanish translation.

2006-06-19  Francisco Javier F. Serrador  <serrador@openshine.com>

* es.po: Updated Spanish translation.

18 years agoUpdated Korean translation.
Changwoo Ryu [Sat, 17 Jun 2006 06:42:58 +0000 (06:42 +0000)]
Updated Korean translation.

2006-06-17  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Sat, 17 Jun 2006 04:00:57 +0000 (04:00 +0000)]
Updated Thai translation.

2006-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

18 years agoAdd tests.
Matthias Clasen [Fri, 16 Jun 2006 15:12:32 +0000 (15:12 +0000)]
Add tests.

2006-06-16  Matthias Clasen  <mclasen@redhat.com>

* tests/file-test.c (test_mkstemp): Add tests.

* glib/gfileutils.c (g_mkstemp): Allow the XXXXXX to occur
inside the template, not just at the end.

18 years agoSeparate groups by an empty line (#344868, Christian Persch)
Matthias Clasen [Thu, 15 Jun 2006 19:18:51 +0000 (19:18 +0000)]
Separate groups by an empty line (#344868, Christian Persch)

2006-06-14  Matthias Clasen  <mclasen@redhat.com>

* glib/gkeyfile.c (g_key_file_to_data): Separate groups by
an empty line  (#344868, Christian Persch)

2006-06-14  Tor Lillqvist  <tml@novell.com>

18 years agoFix 344868
Matthias Clasen [Wed, 14 Jun 2006 13:48:27 +0000 (13:48 +0000)]
Fix 344868

18 years agoAdd Windows notes to doc comment.
Tor Lillqvist [Tue, 13 Jun 2006 22:46:52 +0000 (22:46 +0000)]
Add Windows notes to doc comment.

2006-06-14  Tor Lillqvist  <tml@novell.com>

* glib/gutils.c (g_listenv): Add Windows notes to doc comment.

18 years agoReturn a boolean instead of void.
Emmanuele Bassi [Mon, 12 Jun 2006 17:19:13 +0000 (17:19 +0000)]
Return a boolean instead of void.

2006-06-12  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* glib/gbookmarkfile.h:
* glib/gbookmarkfile.c (g_bookmark_file_remove_item): Return
a boolean instead of void.

* tests/bookmarkfile-test.c (test_modify): Add a test case
for g_bookmark_file_remove_item().

18 years agoBump version
Matthias Clasen [Mon, 12 Jun 2006 15:40:07 +0000 (15:40 +0000)]
Bump version

18 years ago2.11.3 GLIB_2_11_3
Matthias Clasen [Mon, 12 Jun 2006 15:37:27 +0000 (15:37 +0000)]
2.11.3

18 years agoUpdates
Matthias Clasen [Mon, 12 Jun 2006 14:38:50 +0000 (14:38 +0000)]
Updates

18 years agoUse an empty string to pass the test in set_app_info.
Emmanuele Bassi [Fri, 9 Jun 2006 18:09:22 +0000 (18:09 +0000)]
Use an empty string to pass the test in set_app_info.

2006-06-09  Emmanuele Bassi  <ebassi@cvs.gnome.org>

* glib/gbookmarkfile.c (g_bookmark_file_remove_application): Use
an empty string to pass the test in set_app_info.

(g_bookmark_file_move_item): Remove the old item from the
look up table; return success in case of empty target.

18 years agotranslated by felix updated by Jayaradha
N Jayaradha [Fri, 9 Jun 2006 00:42:18 +0000 (00:42 +0000)]
translated by felix updated by Jayaradha

18 years agoWorkaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919,
Tor Lillqvist [Thu, 8 Jun 2006 15:24:10 +0000 (15:24 +0000)]
Workaround for bug in strxfrm() in Microsoft's newer C runtimes. (#343919,

2006-06-08  Tor Lillqvist  <tml@novell.com>

* glib/gunicollate.c (msc_strxfrm_wrapper): Workaround for bug in
strxfrm() in Microsoft's newer C runtimes. (#343919, Kazuki
Iwamoto)

18 years agoUpdated Finnish translation
Ilkka Tuohela [Tue, 6 Jun 2006 00:20:13 +0000 (00:20 +0000)]
Updated Finnish translation

18 years agoBump version
Matthias Clasen [Mon, 5 Jun 2006 17:35:54 +0000 (17:35 +0000)]
Bump version

18 years ago2.11.2 GLIB_2_11_2
Matthias Clasen [Mon, 5 Jun 2006 17:34:53 +0000 (17:34 +0000)]
2.11.2

18 years agoRevert accidental commit
Matthias Clasen [Mon, 5 Jun 2006 15:38:04 +0000 (15:38 +0000)]
Revert accidental commit

18 years agoUpdated Korean translation.
Changwoo Ryu [Mon, 5 Jun 2006 15:17:13 +0000 (15:17 +0000)]
Updated Korean translation.

2006-06-06  Changwoo Ryu  <cwryu@debian.org>

* ko.po: Updated Korean translation.

18 years agoDon't leak the dispatch struct. (#321886)
Matthias Clasen [Mon, 5 Jun 2006 15:02:51 +0000 (15:02 +0000)]
Don't leak the dispatch struct. (#321886)

2006-06-05  Matthias Clasen  <mclasen@redhat.com>

* glib/gmain.c (get_dispatch): Don't leak the
dispatch struct.  (#321886)

18 years agoAdd some tests involving leading whitespace.
Matthias Clasen [Mon, 5 Jun 2006 14:16:47 +0000 (14:16 +0000)]
Add some tests involving leading whitespace.

2006-06-05  Matthias Clasen  <mclasen@redhat.com>

* tests/strtod-test.c: Add some tests involving
leading whitespace.

* glib/gstrfuncs.c (g_ascii_formatd): Skip leading
whitespace.  (#343899, Øystein Johansen)

18 years agoMoving ChangeLog entry to gobject/.
Behdad Esfahbod [Fri, 2 Jun 2006 21:54:04 +0000 (21:54 +0000)]
Moving ChangeLog entry to gobject/.

18 years agoMake value_name and value_nick const in structs _GEnumValue and
Behdad Esfahbod [Fri, 2 Jun 2006 21:42:48 +0000 (21:42 +0000)]
Make value_name and value_nick const in structs _GEnumValue and

2006-06-02  Behdad Esfahbod  <behdad@gnome.org>

        * gobject/genum.h: Make value_name and value_nick const in structs
        _GEnumValue and _GFlagValue.  (#317793)

18 years agofixups
Matthias Clasen [Fri, 2 Jun 2006 02:55:50 +0000 (02:55 +0000)]
fixups

18 years agoMore additions
Matthias Clasen [Fri, 2 Jun 2006 02:50:38 +0000 (02:50 +0000)]
More additions

18 years agodocument new api
Matthias Clasen [Fri, 2 Jun 2006 02:42:24 +0000 (02:42 +0000)]
document new api

18 years agoAdd two new functions, g_source_set_funcs and g_source_is_destroyed, that
Matthias Clasen [Fri, 2 Jun 2006 02:36:30 +0000 (02:36 +0000)]
Add two new functions, g_source_set_funcs and g_source_is_destroyed, that

2006-06-01  Matthias Clasen  <mclasen@redhat.com>

* glib/glib.symbols:
* glib/gmain.h:
* glib/gmain.c: Add two new functions,
g_source_set_funcs and g_source_is_destroyed,
that will be necessary to solve thread-safety
issues with idles in GTK+.  (#321886, Chris Wilson)

18 years agoAvoid running in an assertion with small writes. (#343566, Chris Wilson)
Matthias Clasen [Thu, 1 Jun 2006 15:57:38 +0000 (15:57 +0000)]
Avoid running in an assertion with small writes. (#343566, Chris Wilson)

2006-06-01  Matthias Clasen  <mclasen@redhat.com>

* glib/giochannel.c (g_io_channel_write_chars): Avoid
running in an assertion with small writes.  (#343566, Chris
Wilson)

* tests/iochannel-test.c: Add a testcase for small writes.

18 years agoAdd g_hash_table_{remove,steal}_all to remove all nodes from a hash table.
Matthias Clasen [Thu, 1 Jun 2006 14:16:39 +0000 (14:16 +0000)]
Add g_hash_table_{remove,steal}_all to remove all nodes from a hash table.

2006-06-01  Matthias Clasen  <mclasen@redhat.com>

* glib/glib.symbols:
* glib/ghash.h:
* glib/ghash.c: Add g_hash_table_{remove,steal}_all to
remove all nodes from a hash table.  (#168538, Matt Barnes)

18 years agoCleanup. Use return value of g_string_free(...). (#343548, Chris Wilson)
Behdad Esfahbod [Thu, 1 Jun 2006 04:51:25 +0000 (04:51 +0000)]
Cleanup. Use return value of g_string_free(...). (#343548, Chris Wilson)

2006-06-01  Behdad Esfahbod  <behdad@gnome.org>

        * glib/gkeyfile.c (g_key_file_to_data),
        (g_key_file_parse_value_as_comment),
        (g_key_file_parse_comment_as_value):
        * glib/gscanner.c (g_scanner_get_token_ll): Cleanup. Use return
        value of g_string_free(...). (#343548, Chris Wilson)

18 years agoamend G_TYPE_CHAR according to #303622.
Tim Janik [Wed, 31 May 2006 09:41:30 +0000 (09:41 +0000)]
amend G_TYPE_CHAR according to #303622.

Wed May 31 11:35:48 2006  Tim Janik  <timj@gtk.org>

        * gobject/tmpl/gtype.sgml (Note): amend G_TYPE_CHAR according to #303622.

18 years ago*** empty log message ***
Pema Geyleg [Mon, 29 May 2006 05:28:05 +0000 (05:28 +0000)]
*** empty log message ***

18 years agoSmall optimizations
Matthias Clasen [Mon, 29 May 2006 00:57:22 +0000 (00:57 +0000)]
Small optimizations

18 years agoAdd a GMarkupParseFlags flag for treating CDATA as text.
Matthias Clasen [Mon, 29 May 2006 00:08:30 +0000 (00:08 +0000)]
Add a GMarkupParseFlags flag for treating CDATA as text.

2006-05-28  Matthias Clasen  <mclasen@redhat.com>

* glib/gmarkup.h: Add a GMarkupParseFlags flag for
treating CDATA as text.

* glib/gmarkup.c (g_markup_parse_context_parse):
Implement it here.

18 years agoOutput that test-markup is expected to produce when run on the valid
Matthias Clasen [Sun, 28 May 2006 22:58:41 +0000 (22:58 +0000)]
Output that test-markup is expected to produce when run on the valid

2006-05-28  Matthias Clasen  <mclasen@redhat.com>

* tests/markups/expected-*: Output that test-markup
is expected to produce when run on the valid gmarkup
examples.

* tests/markup-test.c: Only dump the results of the
first, unchunked parse, to compare it against the expected
output.

* tests/run-markup-tests.sh: For valid examples, compare
the output of test-markup against the corresponding
expected-<n> file.

18 years agovi.po: Updated Vietnamese translation.
Clytie Siddall [Thu, 25 May 2006 12:23:22 +0000 (12:23 +0000)]
vi.po: Updated Vietnamese translation.

18 years agoTranslation updated by Tino Meinen.
Vincent van Adrighem [Thu, 25 May 2006 09:42:32 +0000 (09:42 +0000)]
Translation updated by Tino Meinen.

2006-05-25  Vincent van Adrighem  <adrighem@gnome.org>

* nl.po: Translation updated by Tino Meinen.

18 years agoUpdated Basque translation.
Inaki Larranaga [Wed, 24 May 2006 18:01:19 +0000 (18:01 +0000)]
Updated Basque translation.

2006-05-24  Inaki Larranaga  <doteo@euskalgnu.org>

* eu.po: Updated Basque translation.

18 years agoDon't compile timeloop on Minix
Matthias Clasen [Wed, 24 May 2006 12:58:26 +0000 (12:58 +0000)]
Don't compile timeloop on Minix

18 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Tue, 23 May 2006 08:44:22 +0000 (08:44 +0000)]
Updated Thai translation.

2006-05-23  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.