Commit Graph

3499 Commits

Author SHA1 Message Date
Davyd Madeley
0343ffe951 Minor documentation improvements for g_strchug, g_strchomp and g_strstrip.
2005-10-01  Davyd Madeley  <davyd@fugro-fsi.com.au>

        * glib/tmpl/string_utils.sgml: Minor documentation improvements for
          g_strchug, g_strchomp and g_strstrip.
2005-10-01 02:36:09 +00:00
Michael Natterer
dabed28ec7 revert last change, it breaks all users of G_IMPLEMENT_INTERFACE() inside
2005-09-28  Michael Natterer  <mitch@gimp.org>

	* gtype.h (G_IMPLEMENT_INTERFACE): revert last change, it breaks
	all users of G_IMPLEMENT_INTERFACE() inside
	G_DEFINE_TYPE_WITH_CODE(), since apparently GCC doesn't like
	commas enclosed in {}, not (), in nested macro calls.
2005-09-27 23:14:30 +00:00
David Odin
54e3fb2c84 moved the ChangeLog entry to the correct ChangeLog 2005-09-27 18:59:57 +00:00
Kjartan Maraas
dcfe7fac88 Remove this 2005-09-26 20:11:49 +00:00
David Odin
ed3ada1b5e initialize all the fields of GInterfaceInfo in the G_IMPLEMENT_INTERFACE
* gobject/gtype.h: initialize all the fields of GInterfaceInfo in the
  G_IMPLEMENT_INTERFACE macro, to shut up a warning when compiling at -W
2005-09-26 19:05:29 +00:00
Matthias Clasen
8a5550cc66 Bump version number 2005-09-26 17:27:33 +00:00
Matthias Clasen
4f526ff6fc 2.8.2 GLIB_2_8_2 2005-09-26 17:25:20 +00:00
Matthias Clasen
aef922732e Don't hang on '{' following a trigraph comment in the same line. (#314890,
2005-09-26  Matthias Clasen  <mclasen@redhat.com>

	* glib-mkenums.in: Don't hang on '{' following a trigraph comment
	in the same line.  (#314890, Mathias Hasselmann)
2005-09-26 15:20:41 +00:00
Matthias Clasen
3f6d15d15b Add details to the docs. (#314393, Matthew F. Barnes)
2005-09-26  Matthias Clasen  <mclasen@redhat.com>

	* glib/gstrfuncs.c (g_ascii_strtoull): Add details to the
	docs.  (#314393, Matthew F. Barnes)
2005-09-26 14:47:16 +00:00
Martin Willemoes Hansen
ce9a6cf292 Updated Danish translation.
* da.po: Updated Danish translation.
2005-09-26 08:38:13 +00:00
Alessio Frusciante
4bdc873c83 Updated Italian translation. 2005-09-25 15:19:37 +00:00
Christian Rose
f19e4dda52 Updated Swedish translation.
2005-09-25  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2005-09-25 10:12:26 +00:00
Matthias Clasen
d33acb488f Fix docs 2005-09-20 05:52:17 +00:00
Tor Lillqvist
1d46789a62 Add warning to doc comment that these functions should not be used on
2005-09-16  Tor Lillqvist  <tml@novell.com>

	* glib/gstrfuncs.c (g_ascii_strcasecmp, g_ascii_strncasecmp): Add
	warning to doc comment that these functions should not be used on
	encodings like CP932.
2005-09-15 23:39:31 +00:00
Matthias Clasen
8547e3d783 Add a test for grup names of length 1.
2005-09-14  Matthias Clasen  <mclasen@redhat.com>

	* tests/keyfile-test.c: Add a test for grup names of length 1.

	* glib/gkeyfile.c (g_key_file_line_is_group): Accept group names
	of length 1.  (#316309)
2005-09-14 18:13:46 +00:00
Matthias Clasen
4e13581cc9 Clarify docs.
2005-09-12  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmarkup.c (g_markup_escape_text): Clarify docs.
2005-09-12 18:22:06 +00:00
Sebastian Wilhelmi
5dd0f6651e Link the the refcount tests to the system thread library $(G_THREAD_LIBS).
2005-09-11  Sebastian Wilhelmi  <seppi@seppi.de>

	* tests/refcount/Makefile.am (INCLUDES): Link the the refcount
	tests to the system thread library $(G_THREAD_LIBS). Fixes #313744
	and #314217.
2005-09-11 16:30:03 +00:00
Maxim Dziumanenko
fd081e3b39 Updated Ukrainian translation
2005-09-08  Maxim Dziumanenko <mvd@mylinux.ua>

	* Updated Ukrainian translation
2005-09-08 10:13:03 +00:00
Tor Lillqvist
02fdf66d84 Must have the rule to create gspawn-win32-helper-console.c outside if
OS_WIN32, as it is included in the distributed files.
2005-09-07 09:56:53 +00:00
Tor Lillqvist
89754be257 Create also a console version of the gspawn-win32-helper program,
2005-09-07  Tor Lillqvist  <tml@novell.com>

	* glib/Makefile.am: Create also a console version of the
	gspawn-win32-helper program, gspawn-win32-helper-console.exe.
	It's otherwise identical to gspawn-win32-helper.exe, except marked
	as a console application (linked without the -mwindows option).

	* glib/gspawn-win32.c (do_spawn_directly, do_spawn_with_pipes):
	Drop the dont_wait parameter. Its truth value correlated 100% with
	the NULLness of the exit_status parameter anyway, so it's enough
	to check whether exit_status is NULL. Invert the sense of the
	dont_return_handle parameter and rename it to do_return_handle, to
	make the code easier to read by avoiding double negations.

	(g_spawn_sync_utf8, g_spawn_async_with_pipes_utf8): Modify calls
	to do_spawn_with_pipes() accordingly.

	(do_spawn_with_pipes): If we have a console, use the console
	version of the helper program, otherwise use the GUI one. This
	avoids extra console windows opening up in some situations. (In
	case a console application uses the GUI gspawn-win32-helper.exe to
	spawn another console application we would get a separate console
	for the spawned console application).

	* glib-zip.in: Distribute also gspawn-win32-helper-console.exe.
2005-09-07 09:47:34 +00:00
Matthias Clasen
4ec3861c59 Tell xgettext about all the printf-like functions we use.
2005-09-06  Matthias Clasen  <mclasen@redhat.com>

	* Makefile.in.in: Tell xgettext about all the
        printf-like functions we use.
2005-09-06 16:35:56 +00:00
Inaki Larranaga
644144db8a Updated Basque translation.
2005-09-05  Inaki Larranaga  <dooteo@euskalgnu.org>

	* eu.po: Updated Basque translation.
2005-09-06 06:45:55 +00:00
Matthias Clasen
837e4dcd9a Report an error if the file is too large. (#315275, Kjartan Maraas)
2005-09-05  Matthias Clasen  <mclasen@redhat.com>

	* glib/gmappedfile.c (g_mapped_file_new): Report an error
	if the file is too large.  (#315275, Kjartan Maraas)
2005-09-05 18:20:40 +00:00
Matthias Clasen
08710ea187 The return value of read() is signed. (#315273, Kjartan Maraas)
2005-09-05  Matthias Clasen  <mclasen@redhat.com>

	* glib/gkeyfile.c (g_key_file_load_from_fd): The return value
	of read() is signed.  (#315273, Kjartan Maraas)
2005-09-05 17:56:57 +00:00
Takeshi AIHANA
3e70e826c5 Updated Japanese translation for HEAD.
2005-09-05  Takeshi AIHANA <aihana@jcom.home.ne.jp>

	* ja.po: Updated Japanese translation for HEAD.
2005-09-05 12:57:17 +00:00
Ignacio Casal Quinteiro
2882a2848b *** empty log message *** 2005-09-05 09:54:32 +00:00
Priit Laes
de08c790a2 Translation updated by Ivar Smolin.
2005-09-04  Priit Laes  <plaes@cvs.gnome.org>

	* et.po: Translation updated by Ivar Smolin.
2005-09-04 20:31:03 +00:00
Danilo Šegan
0776b40e31 Updated Serbian translation. 2005-09-03 18:59:00 +00:00
Hendrik Richter
779b97d76f Updated German translation.
2005-09-03  Hendrik Richter  <hendi@gnome-de.org>

	* de.po: Updated German translation.
2005-09-03 18:00:47 +00:00
Ignacio Casal Quinteiro
1bd0cb56da *** empty log message *** 2005-09-03 09:42:56 +00:00
Amanpreet Singh Alam
c779c1df8e update by amanpreetalam@yahoo.com 2005-09-03 09:37:05 +00:00
Chao-Hsiung Liao
b48759c827 Updated Traditional Chinese translation.
2005-09-03  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

	* zh_TW.po: Updated Traditional Chinese translation.
2005-09-03 05:52:59 +00:00
Marcel Telka
24a5760b18 Updated Slovak translation.
2005-09-02  Marcel Telka  <marcel@telka.sk>

	* sk.po: Updated Slovak translation.
2005-09-02 22:06:30 +00:00
Ilkka Tuohela
041cb04cd0 Updated Finnish translation 2005-09-02 17:44:18 +00:00
Clytie Siddall
0d72b11a3e vi.po: Updated Vietnamese translation. 2005-09-02 09:07:31 +00:00
Christophe Merlet
7531c6609e Updated French translation. 2005-09-02 08:13:13 +00:00
Rhys Jones
359662d8ff Updated Welsh translation.
2005-09-01  Rhys Jones  <rhys@sucs.org>

	* cy.po: Updated Welsh translation.
2005-09-01 16:39:04 +00:00
Rajesh Ranjan
a11077f962 Updtd trans 2005-09-01 14:33:27 +00:00
Raphael Higino
d71daa450d Updated pt_BR translation 2005-09-01 14:29:03 +00:00
Miloslav Trmac
bc3924c491 Updated Czech translation.
2005-09-01  Miloslav Trmac  <mitr@volny.cz>

	* cs.po: Updated Czech translation.
2005-09-01 14:22:11 +00:00
Vincent van Adrighem
643c503e9c Translation updated by Tino Meinen.
2005-09-01  Vincent van Adrighem  <adrighem@gnome.org>

	* nl.po: Translation updated by Tino Meinen.
2005-08-31 22:43:25 +00:00
Francisco Javier F. Serrador
d17c0898a1 Updated Spanish translation.
2005-09-01  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>

	* es.po: Updated Spanish translation.
2005-08-31 22:35:02 +00:00
Adam Weinberger
c42e3c47f3 Updated Canadian English translation.
2005-08-31  Adam Weinberger  <adamw@gnome.org>

	* en_CA.po: Updated Canadian English translation.
2005-08-31 21:09:00 +00:00
Mugurel Tudor
5144b7525a Updated Romanian translation by Misu Moldovan <dumol@gnome.ro>
2005-09-01  Mugurel Tudor  <mugurelu@gnome.ro>

	* ro.po: Updated Romanian translation
	by Misu Moldovan <dumol@gnome.ro>
2005-08-31 21:05:15 +00:00
Tor Lillqvist
393285f9c7 Document the Windows behaviour of g_atexit(), and document the varying
2005-08-31  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.c: Document the Windows behaviour of g_atexit(),
	and document the varying ways atexit() can behave in the context
	of dynamically loaded modules on Unix.
2005-08-31 20:59:34 +00:00
Tor Lillqvist
a27f237964 Wrapping atexit() is a bad idea on Windows, where the EXE and each DLL
2005-08-31  Tor Lillqvist  <tml@novell.com>

	* glib/gutils.h: Wrapping atexit() is a bad idea on Windows, where
	the EXE and each DLL have their own atexit function chains.

	#define g_atexit as atexit instead. This means it has a
	better chance of doing what the caller wants. For instance,
	gtkhtml calls g_atexit() registering a function in gtkhtml
	itself. This caused a crash when g_atexit() was implemented as a
	function in the GLib DLL. The gtkhtml DLL was already unloaded by
	the time the GLib DLL got unloaded.

	* glib/gutils.c: #undef the #define mentioned above, to also get a
	real g_atexit() into the DLL for backward compatibility.
2005-08-31 20:30:44 +00:00
Laurent Dhima
dca0012a23 Updated Albanian translation.
2005-08-31  Laurent Dhima  <laurenti@alblinux.net>

	* sq.po: Updated Albanian translation.
2005-08-31 09:05:26 +00:00
Kostas Papadimas
cfce9bfb30 Updated Greek Translation 2005-08-31 08:06:56 +00:00
Kjartan Maraas
94b4c42b9a Updated Norwegian bokmål translation. Same
2005-08-31  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation.
	* no.po: Same
2005-08-31 07:54:42 +00:00
Gabor Kelemen
bbf5b617f3 Hungarian translation updated.
2005-08-31  Gabor Kelemen  <kelemeng@gnome.hu>

	* hu.po: Hungarian translation updated.
2005-08-31 06:31:38 +00:00