Gabor Kelemen [Wed, 16 Aug 2006 01:51:23 +0000 (01:51 +0000)]
Translation updated.
2006-08-16 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Translation updated.
Matthias Clasen [Wed, 16 Aug 2006 00:48:18 +0000 (00:48 +0000)]
bump version
Matthias Clasen [Wed, 16 Aug 2006 00:45:03 +0000 (00:45 +0000)]
2.12.2
Artur Flinta [Tue, 15 Aug 2006 22:28:16 +0000 (22:28 +0000)]
Updated Polish translation by GNOME PL Team.
2006-08-16 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Artur Flinta [Tue, 15 Aug 2006 22:18:36 +0000 (22:18 +0000)]
Updated Polish translation by GNOME PL Team.
2006-08-16 Artur Flinta <aflinta@cvs.gnome.org>
* pl.po: Updated Polish translation by GNOME PL Team.
Hendrik Richter [Tue, 15 Aug 2006 21:05:13 +0000 (21:05 +0000)]
Updated German translation.
2006-08-15 Hendrik Richter <hendrikr@gnome.org>
* de.po: Updated German translation.
Changwoo Ryu [Fri, 11 Aug 2006 13:42:55 +0000 (13:42 +0000)]
Updated Korean translation.
2006-08-11 Changwoo Ryu <cwryu@debian.org>
* ko.po: Updated Korean translation.
Josep Puigdemont i Casamajó [Wed, 9 Aug 2006 23:08:05 +0000 (23:08 +0000)]
Updated Catalan translation.
Josep Puigdemont i Casamajó [Wed, 9 Aug 2006 23:06:35 +0000 (23:06 +0000)]
Updated Catalan translation.
Josh Parsons [Wed, 9 Aug 2006 21:32:12 +0000 (21:32 +0000)]
copyediting API docs
Guntupalli Karunakar [Wed, 9 Aug 2006 19:56:17 +0000 (19:56 +0000)]
Updated Dzongkha translation
Ilkka Tuohela [Wed, 9 Aug 2006 12:59:07 +0000 (12:59 +0000)]
Updated Finnish translation
Baris Cicek [Wed, 9 Aug 2006 08:58:39 +0000 (08:58 +0000)]
Updated turkish translation
Emmanuele Bassi [Tue, 8 Aug 2006 23:35:48 +0000 (23:35 +0000)]
Plug a couple of leaks when removing data from a bookmark.
2006-08-08 Emmanuele Bassi <ebassi@gnome.org>
* glib/gbookmarkfile.c (g_bookmark_file_remove_group)
(g_bookmark_file_set_app_info): Plug a couple of leaks
when removing data from a bookmark.
Wouter Bolsterlee [Tue, 8 Aug 2006 22:29:15 +0000 (22:29 +0000)]
Translation updated by Wouter Bolsterlee.
2006-08-09 Wouter Bolsterlee <uws+gnome@xs4all.nl>
* nl.po: Translation updated by Wouter Bolsterlee.
Inaki Larranaga [Tue, 8 Aug 2006 07:45:51 +0000 (07:45 +0000)]
Updated Basque translation.
2006-08-08 Inaki Larranaga <dooteo@euskalgnu.org>
* eu.po: Updated Basque translation.
Ankitkumar Rameshchandra Patel [Mon, 7 Aug 2006 04:45:55 +0000 (04:45 +0000)]
Updated Translation
Francisco Javier F. Serrador [Sun, 6 Aug 2006 18:32:55 +0000 (18:32 +0000)]
Updated Spanish translation.
2006-08-06 Francisco Javier F. Serrador <serrador@openshine.com>
* es.po: Updated Spanish translation.
Arangel Angov [Sun, 6 Aug 2006 10:14:36 +0000 (10:14 +0000)]
Updated Macedonian Translation, Arangel Angov <ufo@linux.net.mk>
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.
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)
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)
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)
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)
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.
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).
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.
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.
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)
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.
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().
Matthias Clasen [Sat, 22 Jul 2006 18:28:17 +0000 (18:28 +0000)]
Bump version
Matthias Clasen [Sat, 22 Jul 2006 18:21:48 +0000 (18:21 +0000)]
2.12.1
Matthias Clasen [Sat, 22 Jul 2006 17:12:27 +0000 (17:12 +0000)]
Updates
Yair Hershkovitz [Sat, 22 Jul 2006 08:15:03 +0000 (08:15 +0000)]
updated hebrew translation
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.
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.
Christophe Merlet [Fri, 21 Jul 2006 18:48:35 +0000 (18:48 +0000)]
Updated French translation.
Josep Puigdemont i Casamajó [Fri, 21 Jul 2006 15:19:51 +0000 (15:19 +0000)]
Updated Catalan translation.
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)
Matthias Clasen [Fri, 21 Jul 2006 04:14:03 +0000 (04:14 +0000)]
fix typo
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)
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)
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)
Guntupalli Karunakar [Tue, 18 Jul 2006 17:40:45 +0000 (17:40 +0000)]
Updated Dzongkha translation
Runa Bhattacharjee [Mon, 17 Jul 2006 10:01:30 +0000 (10:01 +0000)]
Added Entry for Bengali India (bn_IN) Translation updation
Runa Bhattacharjee [Mon, 17 Jul 2006 10:00:00 +0000 (10:00 +0000)]
Updated Bengali India (bn_IN) Translation
Ilkka Tuohela [Tue, 11 Jul 2006 03:54:27 +0000 (03:54 +0000)]
Updated Finnish translation
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.
Ilkka Tuohela [Fri, 7 Jul 2006 06:37:13 +0000 (06:37 +0000)]
Updated Finnish translation
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.
Nguyen Thai Ngoc Duy [Thu, 6 Jul 2006 13:44:12 +0000 (13:44 +0000)]
Fixed misspelled 'phạm vị'
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.
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.
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)
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>
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
Nguyen Thai Ngoc Duy [Mon, 3 Jul 2006 15:13:24 +0000 (15:13 +0000)]
Fixed 'kết thức'
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).
Subhransu Behera [Mon, 3 Jul 2006 10:45:27 +0000 (10:45 +0000)]
Added Entry for Updated Oriya translation
Subhransu Behera [Mon, 3 Jul 2006 10:44:07 +0000 (10:44 +0000)]
Updated Oriya translation
Runa Bhattacharjee [Mon, 3 Jul 2006 08:28:17 +0000 (08:28 +0000)]
Added Entry for Bengali India Translation
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
Runa Bhattacharjee [Mon, 3 Jul 2006 08:26:55 +0000 (08:26 +0000)]
Added Bengali India (bn_IN) to ALL_LINGUAS
Runa Bhattacharjee [Mon, 3 Jul 2006 08:25:10 +0000 (08:25 +0000)]
Added Bengali India (bn_IN) Translation
Matthias Clasen [Sun, 2 Jul 2006 20:17:00 +0000 (20:17 +0000)]
Bump version
Matthias Clasen [Sun, 2 Jul 2006 19:52:14 +0000 (19:52 +0000)]
2.12.0
Matthias Clasen [Sun, 2 Jul 2006 18:44:18 +0000 (18:44 +0000)]
Updates
Matthias Clasen [Sun, 2 Jul 2006 18:35:53 +0000 (18:35 +0000)]
Set version to 2.12
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.
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.
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.
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.
Matthias Clasen [Tue, 20 Jun 2006 15:10:41 +0000 (15:10 +0000)]
Bump version
Matthias Clasen [Tue, 20 Jun 2006 15:09:06 +0000 (15:09 +0000)]
2.11.4
Rajesh Ranjan [Tue, 20 Jun 2006 08:46:37 +0000 (08:46 +0000)]
Updated 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.
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.
Ankitkumar Rameshchandra Patel [Mon, 19 Jun 2006 06:09:49 +0000 (06:09 +0000)]
Updated 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.
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.
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.
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.
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>
Matthias Clasen [Wed, 14 Jun 2006 13:48:27 +0000 (13:48 +0000)]
Fix 344868
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.
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().
Matthias Clasen [Mon, 12 Jun 2006 15:40:07 +0000 (15:40 +0000)]
Bump version
Matthias Clasen [Mon, 12 Jun 2006 15:37:27 +0000 (15:37 +0000)]
2.11.3
Matthias Clasen [Mon, 12 Jun 2006 14:38:50 +0000 (14:38 +0000)]
Updates
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.
N Jayaradha [Fri, 9 Jun 2006 00:42:18 +0000 (00:42 +0000)]
translated by felix updated by Jayaradha
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)
Ilkka Tuohela [Tue, 6 Jun 2006 00:20:13 +0000 (00:20 +0000)]
Updated Finnish translation
Matthias Clasen [Mon, 5 Jun 2006 17:35:54 +0000 (17:35 +0000)]
Bump version
Matthias Clasen [Mon, 5 Jun 2006 17:34:53 +0000 (17:34 +0000)]
2.11.2
Matthias Clasen [Mon, 5 Jun 2006 15:38:04 +0000 (15:38 +0000)]
Revert accidental commit
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.
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)
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)