2691 Commits

Author SHA1 Message Date
Matthias Clasen
111c436d1f Updates. 2004-10-05 17:32:32 +00:00
Matthias Clasen
cc8c8bad4d Improve docs for g_signal_add_emission_hook. (#154299, Nickolay V.
2004-10-03  Matthias Clasen  <mclasen@redhat.com>

	* gobject/tmpl/signals.sgml: Improve docs for
	g_signal_add_emission_hook.  (#154299, Nickolay V. Shmyrev)
2004-10-04 02:37:18 +00:00
Matthias Clasen
78193c3395 Convert filenames to UTF-8 before putting them in GErrors. (#154078,
2004-09-30  Matthias Clasen  <mclasen@redhat.com>

	* glib/gfileutils.c: Convert filenames to UTF-8 before
	putting them in GErrors.  (#154078, Morten Welinder)
2004-09-30 04:05:30 +00:00
Tor Lillqvist
4abac1a85f [Win32] Don't ever open a console window. (Which we used to do if standard
2004-09-22  Tor Lillqvist  <tml@iki.fi>

	* glib/gmessages.c: [Win32] Don't ever open a console
	window. (Which we used to do if standard output or standard error
	are invalid, as they are for GUI applications.) These console
	windows that open up unexpectedly have caused endless amounts of
	confusion among end-users. (#141102, #151175)

	Don't output the process id on Windows. Only output the program
	name. If not set with g_set_prgname(), fetch the application
	executable's name and use that.
2004-09-25 20:53:58 +00:00
Tor Lillqvist
aea0abdd14 [Win32] Add code to remove the bug-compatibility entries (see #134813, and
2004-09-22  Tor Lillqvist  <tml@iki.fi>

	* Makefile.am (install-libtool-import-lib): [Win32] Add code to
	remove the bug-compatibility entries (see #134813, and related
	comments below) from the import library. The PRIVATE keyword in
	the .def file is supposed to mean that, but it isn't implemented
	yet by GNU ld.
2004-09-22 22:35:17 +00:00
Matthias Clasen
631d6cf8d5 Correct the docs for the default log handler wrt to which messages go to
2004-09-20  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/messages.sgml: Correct the docs for the default log
	handler wrt to which messages go to stderr. (#153041, Philippe Blain)
2004-09-20 14:46:11 +00:00
Ivan Stojmirov
a853cbb374 12 neprevedeni 2004-09-20 07:16:16 +00:00
Manish Singh
281b31596b Make it take a guint for number of characters, instead of a gsize.
Thu Sep 16 18:15:32 2004  Manish Singh  <yosh@gimp.org>

        * glib/gstrfuncs.c (g_strncasecmp): Make it take a guint for number
        of characters, instead of a gsize. Technically this is incorrect,
        but this makes it match the prototype, and this is a deprecated
        function anyway.
2004-09-17 01:15:13 +00:00
Tor Lillqvist
bafa120436 Convert message to UTF-8. Technically this breaks API, but the actual use
2004-09-15  Tor Lillqvist  <tml@iki.fi>

	* glib/gwin32.c (g_win32_error_message): Convert message to
	UTF-8. Technically this breaks API, but the actual use cases in
	gdk/win32 have assumed it is UTF-8 anyway. Fix
	documentation. (#152618, Kazuki Iwamoto)

2004-09-14  Tor Lillqvist  <tml@iki.fi>

	* glib/gwin32.h: Don't define ftruncate as a macro. Was never a
	good idea, and it clashes with newest mingw headers, which have a
	ftruncate implementation as an inline function. Thanks to Dominik R.

	* glib/gwin32.c (g_win32_ftruncate): Simplify implementation, just
	call _chsize() in the C library.
2004-09-15 19:02:13 +00:00
Jesus Bravo Alvarez
db5a03fd85 Updated Galician translation of glib 2004-09-12 22:38:44 +00:00
Baris Cicek
befeb393d2 Updated Turkish Translation
* tr.po: Updated Turkish Translation
2004-09-09 20:53:17 +00:00
Gora Mohanty
facfeafad3 configure.in: Added 'or' to ALL_LINGUAS.
po/or.po: Updated Oriya translation.
2004-09-07 19:10:00 +00:00
Åsmund Skjæveland
7ffb53c22d Updated Norwegian Nynorsk translation.
2004-09-06  Åsmund Skjæveland <aasmunds@fys.uio.no>

	* nn.po: Updated Norwegian Nynorsk translation.
2004-09-06 19:40:08 +00:00
Marius Andreiana
6d218de21a updated by Misu Moldovan
2004-09-05  Marius Andreiana <marius galuna.ro>

        * ro.po: updated by Misu Moldovan
2004-09-05 09:41:54 +00:00
Francisco Javier F. Serrador
e28f1e2180 Updated Spanish translation.
2004-08-31  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2004-08-31 21:47:58 +00:00
Matthias Clasen
2194ea6cde Point to g_hash_table_lookup_extended() for differentiation between
Sun Aug 29 23:58:38 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/ghash.c (g_hash_table_lookup): Point to
	g_hash_table_lookup_extended() for differentiation between
	not-found and value-is-NULL.  (#150960, Morten Welinder)
2004-08-30 04:01:32 +00:00
Matthias Clasen
bd7ae098d4 Fix a typo. (#151109, Stepan Kasal)
Sun Aug 29 23:50:45 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/fileutils.sgml: Fix a typo.  (#151109, Stepan Kasal)
2004-08-30 03:53:07 +00:00
Pawan Chitrakar
380f32b055 Updated Nepali Translation
2004-08-24  Pawan Chitrakar  <pawan@nplinux.org>

	* ne.po: Updated Nepali Translation
2004-08-24 10:38:05 +00:00
Ankitkumar Rameshchandra Patel
d71a6d606f ankit@redhat.com 23/08/2004 * gu.po : Final Proofread. 2004-08-23 10:03:38 +00:00
Tor Lillqvist
fcabcd6e94 Tell select_thread to break out of its loop. Prevents a thread leak.
2004-08-21  Tor Lillqvist  <tml@iki.fi>

	* glib/giowin32.c (g_io_win32_finalize): Tell select_thread to
	break out of its loop. Prevents a thread leak. (#147392, Peter
	Zelezny)
2004-08-21 21:28:14 +00:00
Tor Lillqvist
c43edd263b Guard against bogus return value from strxfrm(). For instance Microsoft's
2004-08-21  Tor Lillqvist  <tml@iki.fi>

	* glib/gunicollate.c (g_utf8_collate_key): Guard against bogus
	return value from strxfrm(). For instance Microsoft's strxfrm()
	returns INT_MAX on errors. (#141124)
2004-08-21 13:41:18 +00:00
Laurent Dhima
f2daf6dece Updated Albanian translation.
2004-08-20  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-08-20 16:47:24 +00:00
Tor Lillqvist
2a7bfb4ee4 Correct source and destination charset parameter order in g_convert()
2004-08-19  Tor Lillqvist  <tml@iki.fi>

	* glib/gunicollate.c (g_utf8_collate, g_utf8_collate_key): Correct
	source and destination charset parameter order in g_convert()
	call. (#150394, possibly also #141124)
2004-08-19 23:30:17 +00:00
Martin Willemoes Hansen
9758c34d4c Updated Danish translation.
* da.po: Updated Danish translation.
2004-08-19 20:24:15 +00:00
Laurent Dhima
eb2e951c7a Updated Albanian translation.
2004-08-18  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-08-18 10:54:48 +00:00
Martin Willemoes Hansen
cfcb5fd010 Updated Danish translation.
* da.po: Updated Danish translation.
2004-08-18 10:08:08 +00:00
Amanpreet Singh Alam
3eb473b05c update pa file 2004-08-17 07:02:55 +00:00
Christian Rose
095cdb3946 Added "bs" to ALL_LINGUAS. Added Bosnian translation by Kenan Hadžiavdić
2004-08-16  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "bs" to ALL_LINGUAS.
	* po/bs.po: Added Bosnian translation by
	Kenan Hadžiavdić <kenanh@frisurf.no>.
2004-08-16 17:02:46 +00:00
N Jayaradha
b344fd2bff yet to proof read 2004-08-16 07:21:15 +00:00
Matthias Clasen
e7384cc037 Bump version. 2004-08-13 14:56:05 +00:00
Matthias Clasen
b74ea20ee3 2.4.6 GLIB_2_4_6 2004-08-13 14:35:09 +00:00
Matthias Clasen
ec0484d5e7 Updates 2004-08-13 05:25:19 +00:00
Matthias Clasen
3fd2366a03 Document the necessity to call g_thread_init() when using threads (even
2004-08-12  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/threads.sgml: Document the necessity to call
	g_thread_init() when using threads
	(even non-gthreads).  (#149490, Vincent Untz)
2004-08-12 14:59:09 +00:00
Kjartan Maraas
12f567e83a Added nb to ALL_LINGUAS
2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in: Added nb to ALL_LINGUAS
2004-08-11 16:53:33 +00:00
Kjartan Maraas
fd95a3df9e Add correctly named file.
2004-08-11  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Add correctly named file.
2004-08-11 16:52:51 +00:00
Ankitkumar Rameshchandra Patel
51376d6177 ankit@redhat.com 09/08/04 2004-08-09 10:07:06 +00:00
Sanlig Badral
867f7a0a16 Updated Mongolian translation. 2004-08-08 22:19:37 +00:00
Ray Strode
1c5a400097 strdup result so caller doesn't free internally managed memory.
Thu Aug 5 20:53:00 2004 Ray Strode <rstrode@redhat.com>

	* glib/gutils.h (g_get_codeset): strdup result so caller
	doesn't free internally managed memory.
2004-08-05 20:58:39 +00:00
Matthias Clasen
f038c1070a Include a test involving consecutive backslashes followed by a non-escaped
Sat Jul 31 20:33:07 2004  Matthias Clasen  <maclas@gmx.de>

	* tests/shell-test.c: Include a test involving consecutive
	backslashes followed by a non-escaped doublequote.

	* glib/gshell.c (tokenize_command_line): Count consecutive
	backslashes mod 2 to detect escaped doubleqotes.  (#127306)
2004-08-01 00:42:33 +00:00
Matthias Clasen
250a687740 Post-release version bump. 2004-07-30 19:51:55 +00:00
Matthias Clasen
30bca51387 Forgotten commit... GLIB_2_4_5 2004-07-30 19:47:58 +00:00
Matthias Clasen
bb955c809c Don't validate for UTF-8 here. (#148420, Robert Ögren)
2004-07-30  Matthias Clasen  <mclasen@redhat.com>

	* glib/gconvert.c (g_unescape_uri_string): Don't validate
	for UTF-8 here.  (#148420, Robert Ögren)

	* tests/uri-test.c (run_roundtrip_tests): Add tests for
	roundtrip compatibility. Going from filename to uri and
	back should always give you the same filename back.
2004-07-30 19:00:18 +00:00
Laurent Dhima
12b92ab58c Updated Albanian translation.
2004-07-28  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2004-07-28 17:03:04 +00:00
Matthias Clasen
e8622ec2ce Clarify docs for g_get_real_name(). (#143552, Danek Duvall)
2004-07-28  Matthias Clasen  <mclasen@redhat.com>

	* glib/tmpl/misc_utils.sgml: Clarify docs for
	g_get_real_name().  (#143552, Danek Duvall)
2004-07-28 15:39:23 +00:00
Matthias Clasen
62004950ad Catch cases of forgotten g_type_add_private(). (#148368, Tommi Komulainen)
2004-07-28  Matthias Clasen  <mclasen@redhat.com>

	* gtype.c (g_type_instance_get_private): Catch cases of
	forgotten g_type_add_private().  (#148368, Tommi Komulainen)
2004-07-28 15:33:05 +00:00
Matthias Clasen
c6383da427 Tests for handling of whitespace inside tags.
2004-07-28  Matthias Clasen  <mclasen@redhat.com>

	* tests/markups/valid-{9,10,11}.gmarkup:
	* tests/markups/fail-{37,38,39}.gmarkup: Tests for handling
	of whitespace inside tags.

	* glib/gmarkup.c (enum GMarkupParseState): Add
	STATE_AFTER_ATTRIBUTE_NAME and STATE_AFTER_CLOSE_TAG_NAME.
	(g_markup_parse_context_parse): Accept whitespace between
	attribute names, '=' and attribute values and between
	close tag name and '>'. (#148646, Hiroyuki Ikezoe)
2004-07-28 15:03:02 +00:00
Alexander Shopov
1f7503c1dd Updated Bulgarian translation by Rostislav "zbrox" Raykov
2004-07-27  Alexander Shopov  <ash@contact.bg>

	* bg.po: Updated Bulgarian translation by
	Rostislav "zbrox" Raykov <zbrox@i-space.org>
2004-07-27 19:11:53 +00:00
Soeren Sandmann
7026e27550 s/g_strtokenize/g_strsplit_set/ in docs.
Sat Jul 24 17:50:07 2004  Soeren Sandmann  <sandmann@daimi.au.dk>

	* glib/gstrfuncs.c (g_strsplit_set):
	s/g_strtokenize/g_strsplit_set/ in docs.
2004-07-24 16:18:58 +00:00
Matthias Clasen
d90fa450dd Fix docs for G_MAXSIZE. (#148262, Christophe Fergeau)
Fri Jul 23 10:38:24 2004  Matthias Clasen  <maclas@gmx.de>

	* glib/tmpl/limits.sgml: Fix docs for G_MAXSIZE.  (#148262,
	Christophe Fergeau)
2004-07-23 14:41:46 +00:00
Matthias Clasen
723bc46642 Fix #132858, Sven Neumann, patch by James Henstridge:
2004-07-21  Matthias Clasen  <mclasen@redhat.com>

	Fix #132858, Sven Neumann, patch by James Henstridge:

	* glib-gettextize.in: modify so that mkinstalldirs will
	get installed into auxdir.

	* Makefile.am (gettext_SCRIPTS): install mkinstalldirs.
2004-07-21 18:15:01 +00:00