Commit Graph

4054 Commits

Author SHA1 Message Date
Guntupalli Karunakar
2edf2f2571 Updated Dzongkha translation 2006-08-09 19:56:17 +00:00
Ilkka Tuohela
998e23fc94 Updated Finnish translation 2006-08-09 12:59:07 +00:00
Baris Cicek
58cc2ec580 Updated turkish translation 2006-08-09 08:58:39 +00:00
Emmanuele Bassi
efa3ee01de 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.
2006-08-08 23:35:48 +00:00
Wouter Bolsterlee
3050782a63 Translation updated by Wouter Bolsterlee.
2006-08-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>

	* nl.po: Translation updated by Wouter Bolsterlee.
2006-08-08 22:29:15 +00:00
Inaki Larranaga
be99c08630 Updated Basque translation.
2006-08-08  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2006-08-08 07:45:51 +00:00
Ankitkumar Rameshchandra Patel
147311bfc7 Updated Translation 2006-08-07 04:45:55 +00:00
Francisco Javier F. Serrador
e1fb634670 Updated Spanish translation.
2006-08-06  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es.po: Updated Spanish translation.
2006-08-06 18:32:55 +00:00
Arangel Angov
e4c347290a Updated Macedonian Translation, Arangel Angov <ufo@linux.net.mk> 2006-08-06 10:14:36 +00:00
Theppitak Karoonboonyanan
36a3c1c78a Updated Thai translation.
2006-08-06  Theppitak Karoonboonyanan  <thep@linux.thai.net>

	* th.po: Updated Thai translation.
2006-08-06 01:39:00 +00:00
Matthias Clasen
1482f7b139 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)
2006-08-06 00:57:36 +00:00
Matthias Clasen
14ae5dba0c 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)
2006-08-05 22:07:57 +00:00
Matthias Clasen
9797823fe2 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)
2006-08-05 22:04:21 +00:00
Matthias Clasen
e94c42bd46 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)
2006-08-05 21:57:35 +00:00
Matthias Clasen
994d642cde 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.
2006-08-05 21:53:49 +00:00
Chao-Hsiung Liao
ce2d5c4b0c 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).
2006-08-05 10:15:30 +00:00
Jakub Friedl
9581b75b49 Updated Czech translation.
2006-08-03  Jakub Friedl <jfriedlo@suse.cz>

  * cs.po: Updated Czech translation.
2006-08-03 13:34:26 +00:00
Maxim Dziumanenko
38606bcbcf Updated Ukrainian translation.
2006-07-31  Maxim Dziumanenko <dziumanenko@gmail.com>

	* Updated Ukrainian translation.
2006-07-31 07:17:07 +00:00
Behdad Esfahbod
fafabbb490 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)
2006-07-31 05:10:28 +00:00
Behdad Esfahbod
290443f86f 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.
2006-07-31 04:50:05 +00:00
Tor Lillqvist
94322b96da 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().
2006-07-24 12:42:18 +00:00
Matthias Clasen
cc2aaddeb2 Bump version 2006-07-22 18:28:17 +00:00
Matthias Clasen
395997df20 2.12.1 2006-07-22 18:21:48 +00:00
Matthias Clasen
c534348ea5 Updates 2006-07-22 17:12:27 +00:00
Yair Hershkovitz
a7fd3abe41 updated hebrew translation 2006-07-22 08:15:03 +00:00
Behdad Esfahbod
bee7a828d6 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.
2006-07-21 22:23:51 +00:00
Duarte Loreto
1a4f826e3d Updated Portuguese translation.
2006-07-21  Duarte Loreto <happyguy_pt@hotmail.com>

	* pt.po: Updated Portuguese translation.
2006-07-21 19:27:07 +00:00
Christophe Merlet
29955dee9b Updated French translation. 2006-07-21 18:48:35 +00:00
Josep Puigdemont i Casamajó
1135c82f28 Updated Catalan translation. 2006-07-21 15:19:51 +00:00
Matthias Clasen
cf98df8b88 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)
2006-07-21 13:57:25 +00:00
Matthias Clasen
1637ce0a86 fix typo 2006-07-21 04:14:03 +00:00
Matthias Clasen
c639cfe436 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)
2006-07-20 19:17:50 +00:00
Tor Lillqvist
9a0f54fe92 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)
2006-07-20 09:52:22 +00:00
Behdad Esfahbod
b240744539 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)
2006-07-19 22:35:17 +00:00
Guntupalli Karunakar
bbbf6a3f49 Updated Dzongkha translation 2006-07-18 17:40:45 +00:00
Runa Bhattacharjee
a9167a8229 Added Entry for Bengali India (bn_IN) Translation updation 2006-07-17 10:01:30 +00:00
Runa Bhattacharjee
4695b2beed Updated Bengali India (bn_IN) Translation 2006-07-17 10:00:00 +00:00
Ilkka Tuohela
5143113ba8 Updated Finnish translation 2006-07-11 03:54:27 +00:00
Luca Ferretti
d0f330056a Fixed a typo.
2006-07-08  Luca Ferretti  <elle.uca@libero.it>

	* it.po: Fixed a typo.
2006-07-08 13:09:33 +00:00
Ilkka Tuohela
e6f2a33092 Updated Finnish translation 2006-07-07 06:37:13 +00:00
Behdad Esfahbod
4e866367a7 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.
2006-07-06 20:30:16 +00:00
Nguyen Thai Ngoc Duy
6d9d3a111e Fixed misspelled 'phạm vị' 2006-07-06 13:44:12 +00:00
Luca Ferretti
8968d0075a Updated Italian translation.
2006-07-06  Luca Ferretti  <luca@libero.it>

	* it.po: Updated Italian translation.
2006-07-06 12:17:58 +00:00
Inaki Larranaga
66a3460766 Updated Basque translation.
2006-07-05  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2006-07-05 17:06:21 +00:00
Matthias Clasen
5f4e467f33 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)
2006-07-05 16:42:19 +00:00
Alexander Shopov
416fbb3a17 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>
2006-07-05 13:20:18 +00:00
Jovan Naumovski
51a740fa23 2006-07-05 Jovan Naumovski <jovanna@cvs.gnome.org> * mk.po: Updated Macedonian Translation 2006-07-05 01:00:13 +00:00
Nguyen Thai Ngoc Duy
5cfa682e45 Fixed 'kết thức' 2006-07-03 15:13:24 +00:00
Takeshi AIHANA
999ea9816b 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).
2006-07-03 13:47:46 +00:00
Subhransu Behera
25fc7cb756 Added Entry for Updated Oriya translation 2006-07-03 10:45:27 +00:00