Matthias Clasen [Tue, 19 Jul 2005 19:05:19 +0000 (19:05 +0000)]
Avoid an unnecessary strlen if len is -1. (#169692, Benoit Dejean)
2005-07-19 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c (g_string_chunk_insert_len): Avoid
an unnecessary strlen if len is -1. (#169692,
Benoit Dejean)
Matthias Clasen [Tue, 19 Jul 2005 18:36:39 +0000 (18:36 +0000)]
Add docs for #307047, Bryan Silverthorn.
2005-07-19 Matthias Clasen <mclasen@redhat.com>
* glib/tmpl/byte_order.sgml: Add docs for #307047,
Bryan Silverthorn.
Matthias Clasen [Tue, 19 Jul 2005 15:30:23 +0000 (15:30 +0000)]
Fix g_atomic_pointer_compare_and_exchange on sparc64. (#167572, Gert
2005-07-19 Matthias Clasen <mclasen@redhat.com>
* glib/gatomic.c (g_atomic_pointer_compare_and_exchange):
Fix g_atomic_pointer_compare_and_exchange on sparc64.
(#167572, Gert Doering)
Matthias Clasen [Mon, 18 Jul 2005 13:27:57 +0000 (13:27 +0000)]
Fix some printf formatting in the German translation. (#310731, Max Horn)
2005-07-18 Matthias Clasen <mclasen@redhat.com>
* de.po: Fix some printf formatting in the German
translation. (#310731, Max Horn)
Funda Wang [Mon, 18 Jul 2005 05:15:32 +0000 (05:15 +0000)]
Updated Simplified Chinese translation
Žygimantas Beručka [Sun, 17 Jul 2005 18:29:26 +0000 (18:29 +0000)]
Updated Lithuanian translation.
2005-07-17 Žygimantas Beručka <zygis@gnome.org>
* lt.po: Updated Lithuanian translation.
Laurent Dhima [Sat, 16 Jul 2005 16:16:41 +0000 (16:16 +0000)]
Updated Albanian translation.
2005-07-16 Laurent Dhima <laurenti@alblinux.net>
* sq.po: Updated Albanian translation.
Matthias Clasen [Fri, 15 Jul 2005 17:41:28 +0000 (17:41 +0000)]
Bump version
Matthias Clasen [Fri, 15 Jul 2005 17:28:17 +0000 (17:28 +0000)]
2.7.3
Matthias Clasen [Fri, 15 Jul 2005 16:52:58 +0000 (16:52 +0000)]
Updates
Matthias Clasen [Fri, 15 Jul 2005 16:51:10 +0000 (16:51 +0000)]
Make refcounting threadsafe by using atomic operations. (#166020, Wim
2005-07-15 Matthias Clasen <mclasen@redhat.com>
Make refcounting threadsafe by using atomic
operations. (#166020, Wim Taymans)
* gobject.c: Use a recursive lock to protect the
notify queue.
(g_object_unref): Get rid of g_object_last_unref and
do the last unref handling in g_object_unref.
(g_object_ref, g_object_unref): Use atomic operations.
* gsignal.c (struct _HandlerMatch): Use a full integer
for the ref_count field.
(handler_ref, handler_unref_R): Use atomic operations.
* gparam.c (g_param_spec_ref, g_param_spec_unref):
Use atomic operations instead of a lock to make the
refcounting threadsafe.
* gclosure.c (g_closure_ref, g_closure_unref): Use atomic
operations. This is more complicated here, since the
refcount is stored in a bitfield, so we also have
to access all other bitfield members atomically.
* gsignal.c (handlers_find): Read the meta_marshal flag
of the closure atomically.
* tests/Makefile.am (SUBDIRS): Add tests/refcount
* configure.in: Add tests/refcount
* tests/refcount/properties.c: Test property changes
from multiple threads.
* tests/refcount/signals.c: Test signal emission from
multiple threads.
* tests/refcount/objects.c: Test refcounting from
multiple threads.
* tests/refcount/objects2.c:
* tests/refcount/properties2.c: Tests to measure the
overhead of threadsafe refcounting.
* glib/giochannel.c (g_io_channel_ref, g_io_channel_unref):
Use atomic operations to make refcounting
threadsafe. (#166020, Wim Taymans)
Matthias Clasen [Fri, 15 Jul 2005 15:43:59 +0000 (15:43 +0000)]
Updates
Matthias Clasen [Thu, 14 Jul 2005 05:20:14 +0000 (05:20 +0000)]
Make the tests silent on success.
2005-07-14 Matthias Clasen <mclasen@redhat.com>
* tests/spawn-test.c:
* tests/uri-test.c:
* tests/thread-test.c:
* tests/queue-test.c:
* tests/mainloop-test.c:
* tests/iochannel-test.c:
* tests/gio-test.c:
* tests/child-test.c: Make the tests silent on success.
Matthias Clasen [Wed, 13 Jul 2005 18:59:46 +0000 (18:59 +0000)]
Fix a typo. (#310243, Richard Laager)
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/gfileutils.c (g_mkdir_with_parents): Fix a
typo. (#310243, Richard Laager)
Matthias Clasen [Wed, 13 Jul 2005 18:57:18 +0000 (18:57 +0000)]
Add G_VA_COPY
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/glib-overrides.txt: Add G_VA_COPY
Matthias Clasen [Wed, 13 Jul 2005 13:31:30 +0000 (13:31 +0000)]
Warn if a short name is not acceptable.
2005-07-13 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (g_option_group_add_entries): Warn if a
short name is not acceptable.
Kjartan Maraas [Wed, 13 Jul 2005 08:53:42 +0000 (08:53 +0000)]
Update some Update
2005-07-13 Kjartan Maraas <kmaraas@gnome.org>
* nb.po: Update some
* no.po: Update
Ivan Stojmirov [Tue, 12 Jul 2005 21:15:03 +0000 (21:15 +0000)]
done
Matthias Clasen [Tue, 12 Jul 2005 18:56:25 +0000 (18:56 +0000)]
Add and implement a new flag to turn off the automatic <groupname>-
2005-07-12 Matthias Clasen <mclasen@redhat.com>
* glib/goption.h (G_OPTION_FLAG_NOALIAS):
* glib/goption.c: Add and implement a new flag
to turn off the automatic <groupname>- prefixing
for conflict resolution of long option names. (#171840,
Adam McLaurin)
All optional callback arguments (#308886, Pawel
Sliwowski)
* glib/goption.h (G_OPTION_FLAG_OPTIONAL_ARG):
* glib/goption.c: Add and implement a new flag
to indicate that a callback *optionally* takes another
argument.
* tests/option-test.c: Add tests for optional arguments.
Matthias Clasen [Tue, 12 Jul 2005 16:56:51 +0000 (16:56 +0000)]
Don't lock if depth is zero. (#310148, Wim Taymans)
2005-07-12 Matthias Clasen <mclasen@redhat.com>
* glib/gthread.c (g_static_rec_mutex_lock_full): Don't lock
if depth is zero. (#310148, Wim Taymans)
Gabor Kelemen [Tue, 12 Jul 2005 16:49:38 +0000 (16:49 +0000)]
Hungarian translation updated.
2005-07-12 Gabor Kelemen <kelemeng@gnome.hu>
* hu.po: Hungarian translation updated.
Matthias Clasen [Mon, 11 Jul 2005 17:58:29 +0000 (17:58 +0000)]
Remove G_GNUC_NULL_TERMINATED from g_object_new again, since that makes
2005-07-11 Matthias Clasen <mclasen@redhat.com>
* gobject.h:
* gobject.symbols: Remove G_GNUC_NULL_TERMINATED from
g_object_new again, since that makes gcc warn on calls of
the form g_object_new (some_type, NULL)
Miloslav Trmac [Sun, 10 Jul 2005 17:22:37 +0000 (17:22 +0000)]
Updated Czech translation.
2005-07-10 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Matthias Clasen [Sun, 10 Jul 2005 04:44:27 +0000 (04:44 +0000)]
Ignore anomalous environment entries which are not of the form
2005-07-10 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c (g_listenv): Ignore anomalous environment
entries which are not of the form variable=value. (#309859,
Morten Welinder)
Alexander Shopov [Sat, 9 Jul 2005 12:48:39 +0000 (12:48 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2005-07-09 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
Vincent van Adrighem [Sat, 9 Jul 2005 09:12:52 +0000 (09:12 +0000)]
Translation updated by Tino Meinen.
2005-07-09 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Tor Lillqvist [Sat, 9 Jul 2005 00:12:04 +0000 (00:12 +0000)]
Typo.
Tor Lillqvist [Fri, 8 Jul 2005 23:27:31 +0000 (23:27 +0000)]
Totally rewritten socket channel implementation. See discussion in bug
2005-07-09 Tor Lillqvist <tml@novell.com>
* glib/giowin32.c: Totally rewritten socket channel
implementation. See discussion in bug #147392.
Tor Lillqvist [Fri, 8 Jul 2005 23:04:06 +0000 (23:04 +0000)]
Don't use autoconf variables for the resource object files on Win32 any
2005-07-09 Tor Lillqvist <tml@novell.com>
* configure.in: Don't use autoconf variables for the resource
object files on Win32 any longer. Instead handle that in the
Makefile.am files. Check for windres.
* glibconfig.h.win32.in: Minor tuning to match the
configure-produced glibconfig.h closely.
* */Makefile.am: Don't use the scripts in build/win32 to
compile the .rc file into a resource object file. (This means
we loose the build number increment magic, but I doubt it was
that useful anyway.) Instead use windres directly. To pass the
normal .o file produced by windres through libtool, which
wants .lo files, pass it directly to the linker using a -Wl
option.
* */*.rc.in: Thus replace BUILDNUMBER with 0.
Matthias Clasen [Fri, 8 Jul 2005 19:25:07 +0000 (19:25 +0000)]
Bump version
Matthias Clasen [Fri, 8 Jul 2005 15:48:32 +0000 (15:48 +0000)]
2.7.2
Matthias Clasen [Fri, 8 Jul 2005 15:04:29 +0000 (15:04 +0000)]
Add the "new in 2.8" index.
2005-07-08 Matthias Clasen <mclasen@redhat.com>
* gobject/gobject-docs.sgml:
* glib/glib-docs.sgml: Add the "new in 2.8" index.
Danilo Šegan [Fri, 8 Jul 2005 08:55:02 +0000 (08:55 +0000)]
Updated Serbian translation.
Amanpreet Singh Alam [Fri, 8 Jul 2005 04:24:01 +0000 (04:24 +0000)]
update by amanpreetalam@yahoo.com
Matthias Clasen [Fri, 8 Jul 2005 03:30:24 +0000 (03:30 +0000)]
Forgot one case
Matthias Clasen [Fri, 8 Jul 2005 03:28:26 +0000 (03:28 +0000)]
Improve the AIX size_t size detection test
Matthias Clasen [Thu, 7 Jul 2005 20:37:54 +0000 (20:37 +0000)]
Make the size_t size detection work on AIX. (#309725)
2005-07-07 Matthias Clasen <mclasen@redhat.com>
* configure.in: Make the size_t size detection work on AIX.
(#309725)
Francisco Javier F. Serrador [Wed, 6 Jul 2005 15:04:11 +0000 (15:04 +0000)]
Updated Spanish translation.
2005-07-06 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Matthias Clasen [Wed, 6 Jul 2005 04:10:15 +0000 (04:10 +0000)]
Require a newer gtk-doc
Matthias Clasen [Tue, 5 Jul 2005 05:54:42 +0000 (05:54 +0000)]
Add an example
Adam Weinberger [Sun, 3 Jul 2005 22:26:11 +0000 (22:26 +0000)]
Updated Canadian English translation.
2005-07-03 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Hans Breuer [Sat, 2 Jul 2005 19:50:29 +0000 (19:50 +0000)]
include <process.h> for getpid() include <io.h> for close() etc. add
2005-07-01 Hans Breuer <hans@breuer.org>
* glib/gmessages.c : include <process.h> for getpid()
* glib/gmappedfile.c : include <io.h> for close() etc.
* glib/makefile.msc.in : add gmappedfile.obj
Takeshi AIHANA [Sat, 2 Jul 2005 09:23:45 +0000 (09:23 +0000)]
Updated Japanese translation for v2.7.1.
2005-07-02 Takeshi AIHANA <aihana@gnome.gr.jp>
* ja.po: Updated Japanese translation for v2.7.1.
Priit Laes [Sat, 2 Jul 2005 08:43:57 +0000 (08:43 +0000)]
Translation updated.
2005-07-02 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
Matthias Clasen [Fri, 1 Jul 2005 19:29:33 +0000 (19:29 +0000)]
And remove a redundant cast
Matthias Clasen [Fri, 1 Jul 2005 19:28:37 +0000 (19:28 +0000)]
Fix an extra indirection
Matthias Clasen [Fri, 1 Jul 2005 18:54:25 +0000 (18:54 +0000)]
Don't reverse the order of multiline comments.
2005-07-01 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_get_key_comment):
(g_key_file_get_top_comment): Don't reverse the order of multiline
comments.
(g_key_file_get_group_comment): Actually get the group comment.
* tests/keyfile-test.c (test_comments): Test that comments are
handled properly. (#309263, Mikael Magnusson)
Matthias Clasen [Fri, 1 Jul 2005 15:56:03 +0000 (15:56 +0000)]
Test that comments are handled properly. (#309263, Mikael Magnusson)
2005-07-01 Matthias Clasen <mclasen@redhat.com>
* tests/keyfile-test.c (test_comments): Test that comments are
handled properly. (#309263, Mikael Magnusson)
Chao-Hsiung Liao [Fri, 1 Jul 2005 12:52:58 +0000 (12:52 +0000)]
Updated Traditional Chinese translation.
2005-07-01 Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
* zh_TW.po: Updated Traditional Chinese translation.
Matthias Clasen [Fri, 1 Jul 2005 04:11:48 +0000 (04:11 +0000)]
Bump version
Matthias Clasen [Thu, 30 Jun 2005 21:01:58 +0000 (21:01 +0000)]
2.7.1
Matthias Clasen [Thu, 30 Jun 2005 20:18:29 +0000 (20:18 +0000)]
Updates
Matthias Clasen [Thu, 30 Jun 2005 19:50:43 +0000 (19:50 +0000)]
Fix portability issues. (#307064, Morten Welinder)
2005-06-30 Matthias Clasen <mclasen@redhat.com>
* glib/gstring.c (g_str_hash): Fix portability issues.
(#307064, Morten Welinder)
Matthias Clasen [Thu, 30 Jun 2005 19:43:48 +0000 (19:43 +0000)]
Apply a patch which may make GLib work on BeOS again. (#309157, Kian
2005-06-30 Matthias Clasen <mclasen@redhat.com>
Apply a patch which may make GLib work on BeOS again.
(#309157, Kian Duffy)
* glib/gmain.c: Update the BeOS includes.
* glib/gstdio.c:
* glib/gutils.c (g_find_program_in_path):
* glib/gbacktrace.c (g_on_error_stack_trace): Use the UNIX
implementation on BeOS, as well.
* configure.in: Don't put glib 1.0 into G_MODULE_LIBS, even
on BeOS.
Matthias Clasen [Thu, 30 Jun 2005 19:32:33 +0000 (19:32 +0000)]
Include stdlib.h
2005-06-30 Matthias Clasen <mclasen@redhat.com>
* gmodule-ar.c: Include stdlib.h
Matthias Clasen [Thu, 30 Jun 2005 04:17:33 +0000 (04:17 +0000)]
Updates
Matthias Clasen [Thu, 30 Jun 2005 03:13:35 +0000 (03:13 +0000)]
Updates
Theppitak Karoonboonyanan [Tue, 28 Jun 2005 09:58:07 +0000 (09:58 +0000)]
Updated Thai translation.
2005-06-28 Theppitak Karoonboonyanan <thep@linux.thai.net>
* th.po: Updated Thai translation.
Manish Singh [Mon, 27 Jun 2005 21:18:38 +0000 (21:18 +0000)]
Shut up CVS
Tor Lillqvist [Sun, 26 Jun 2005 18:07:13 +0000 (18:07 +0000)]
libtool installs/uninstalls the import library, no need to do it
2005-06-26 Tor Lillqvist <tml@novell.com>
* Makefile.am: libtool installs/uninstalls the import library, no
need to do it ourselves. Do still install/uninstall the .def file,
though.
Tor Lillqvist [Sun, 26 Jun 2005 18:04:08 +0000 (18:04 +0000)]
libtool installs/uninstalls the import library, no need to do it
2005-06-26 Tor Lillqvist <tml@novell.com>
* glib/Makefile.am: libtool installs/uninstalls the import
library, no need to do it ourselves. Do still install/uninstall
the .def file, though.
* glib/gmappedfile.c: Add Win32 implementation.
(g_mapped_file_free): Don't mention writable shared mappings in
the doc comment. Free the GMappedFile struct.
* tests/mapping-test.c (main): No kill() or SIGUSR1 on Win32, use
a flag file instead to stop the child. Use g_usleep() instead of
sleep().
Marcel Telka [Sat, 25 Jun 2005 20:33:21 +0000 (20:33 +0000)]
Updated Slovak translation.
2005-06-25 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
Matthias Clasen [Sat, 25 Jun 2005 03:38:32 +0000 (03:38 +0000)]
Add an mmap() wrapper called GMappedFile. (#148218, David Schleef, Behdad
2005-06-24 Matthias Clasen <mclasen@redhat.com>
Add an mmap() wrapper called GMappedFile. (#148218,
David Schleef, Behdad Esfahbod)
* glib/gmappedfile.[hc]: New files.
* configure.in: Check for mmap.
* glib/Makefile.am: Add new files.
* glib/glib.symbols: Add new functions.
* glib/glib.h: Include gmappedfile.h
* tests/mapping-test.c: Tests for GMappedFile.
* tests/Makefile.am: Add new file.
Matthias Clasen [Fri, 24 Jun 2005 14:44:50 +0000 (14:44 +0000)]
Add --enable-man.
2005-06-24 Matthias Clasen <mclasen@redhat.com>
* Makefile.am (DISTCHECK_CONFIGURE_FLAGS): Add --enable-man.
Tor Lillqvist [Fri, 24 Jun 2005 13:26:45 +0000 (13:26 +0000)]
glib/Makefile.am gmodule/Makefile.am Current GNU tools do understand the
2005-06-24 Tor Lillqvist <tml@novell.com>
* glib/Makefile.am
* gmodule/Makefile.am
* gobject/Makefile.am: Current GNU tools do understand the
PRIVATE keyword.
* glib/gfileutils.c (g_mkdir_with_parents): Return error with
EINVAL also for empty pathnames.
(g_build_pathname_va): Fix typo.
Kwok-Koon Cheung [Fri, 24 Jun 2005 03:29:10 +0000 (03:29 +0000)]
fix language team reference
Manish Singh [Thu, 23 Jun 2005 22:52:49 +0000 (22:52 +0000)]
g_build_filename_va is only use in the G_OS_WIN32 case, so compile it
Thu Jun 23 15:52:08 2005 Manish Singh <yosh@gimp.org>
* glib/gfileutils.c: g_build_filename_va is only use in the G_OS_WIN32
case, so compile it conditionally.
Matthias Clasen [Thu, 23 Jun 2005 16:28:55 +0000 (16:28 +0000)]
Don't leak memory here.
2005-06-23 Matthias Clasen <mclasen@redhat.com>
* tests/keyfile-test.c (test_group_remove): Don't leak
memory here.
* glib/gkeyfile.c (g_key_file_load_from_data_dirs): Don't
leak output_path. (#308546, Kjartan Maraas)
Matthias Clasen [Thu, 23 Jun 2005 16:13:33 +0000 (16:13 +0000)]
Don't leak output_path. (#308546, Kjartan Maraas)
2005-06-23 Matthias Clasen <mclasen@redhat.com>
* glib/gkeyfile.c (g_key_file_load_from_data_dirs): Don't
leak output_path. (#308546, Kjartan Maraas)
Matthias Clasen [Thu, 23 Jun 2005 05:51:40 +0000 (05:51 +0000)]
Add new functions
Matthias Clasen [Thu, 23 Jun 2005 05:50:53 +0000 (05:50 +0000)]
Add some language-binding friendly variants
Tor Lillqvist [Wed, 22 Jun 2005 18:55:33 +0000 (18:55 +0000)]
glib/gfileutils.c glib/gfileutils.h glib/glib.symbols Rename g_makepath()
2005-06-22 Tor Lillqvist <tml@novell.com>
* glib/gfileutils.c
* glib/gfileutils.h
* glib/glib.symbols
* tests/testglib.c: Rename g_makepath() to g_mkdir_with_parents().
Matthias Clasen [Wed, 22 Jun 2005 17:09:31 +0000 (17:09 +0000)]
Properly store changes for arrays. (#308528, Roger Leigh)
2005-06-22 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (parse_arg): Properly store changes for arrays. (#308528,
Roger Leigh)
Matthias Clasen [Wed, 22 Jun 2005 16:24:22 +0000 (16:24 +0000)]
Pass the option name also in the NO_ARG case. (#308602, Masatake YAMATO)
2005-06-22 Matthias Clasen <mclasen@redhat.com>
* glib/goption.c (parse_short_option, parse_long_option):
Pass the option name also in the NO_ARG case. (#308602,
Masatake YAMATO)
Tor Lillqvist [Wed, 22 Jun 2005 09:43:37 +0000 (09:43 +0000)]
New function. Creates a directory including intermediate parent
2005-06-22 Tor Lillqvist <tml@novell.com>
* glib/gfileutils.c (g_makepath): New function. Creates a
directory including intermediate parent directories as
needed. (#60509)
* glib/gfileutils.h: Declare it.
* glib/glib.symbols: Add it.
* tests/testglib.c: Test it.
Tor Lillqvist [Wed, 22 Jun 2005 09:02:41 +0000 (09:02 +0000)]
Add Since: 2.8 to g_get_host_name().
Tor Lillqvist [Wed, 22 Jun 2005 08:54:28 +0000 (08:54 +0000)]
New function. Returns the machine's name, or one of its names. Document
2005-06-22 Tor Lillqvist <tml@novell.com>
* glib/gutils.c (g_get_host_name): New function. Returns the
machine's name, or one of its names. Document that it is
best-effort only, and not guaranteed to be unique or anything.
(g_get_any_init): Get the host name here. On Unix use
gethostname(), on Windows use GetComputerName(). (#5200)
* glib/gutils.h
* glib/glib.symbols: Add here, too.
* tests/testglib.c: Test it.
Priit Laes [Mon, 20 Jun 2005 21:01:38 +0000 (21:01 +0000)]
Translation updated.
2005-06-21 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
Matthias Clasen [Mon, 20 Jun 2005 03:09:35 +0000 (03:09 +0000)]
Avoid a warning. (#308295, Murray Cumming).
2005-06-19 Matthias Clasen <mclasen@redhat.com>
* gparam.h (GParamFlags): Avoid a warning. (#308295,
Murray Cumming).
Matthias Clasen [Sat, 18 Jun 2005 04:55:26 +0000 (04:55 +0000)]
Add G_OPTION_FLAG_NO_ARG and G_OPTION_FLAG_FILENAME to allow greater
2005-06-18 Matthias Clasen <mclasen@redhat.com>
* glib/goption.h:
* glib/goption.c: Add G_OPTION_FLAG_NO_ARG and
G_OPTION_FLAG_FILENAME to allow greater control of
G_OPTION_ARG_CALLBACK options. (#302632, Dan Winship)
* tests/option-test.c: test callback args
Adam Weinberger [Fri, 17 Jun 2005 05:39:09 +0000 (05:39 +0000)]
Updated Canadian English translation.
2005-06-17 Adam Weinberger <adamw@gnome.org>
* en_CA.po: Updated Canadian English translation.
Vincent van Adrighem [Thu, 16 Jun 2005 16:20:48 +0000 (16:20 +0000)]
Translation updated by Tino Meinen.
2005-06-16 Vincent van Adrighem <adrighem@gnome.org>
* nl.po: Translation updated by Tino Meinen.
Mathieu Lacage [Thu, 16 Jun 2005 07:46:37 +0000 (07:46 +0000)]
fix typo reported by Hong Gang XU.
2005-06-16 Mathieu Lacage <mathieu@gnome.org>
* gobject/tut_gtype.xml: fix typo reported by Hong Gang XU.
Marcel Telka [Wed, 15 Jun 2005 19:09:33 +0000 (19:09 +0000)]
Updated Slovak translation.
2005-06-15 Marcel Telka <marcel@telka.sk>
* sk.po: Updated Slovak translation.
Theppitak Karoonboonyanan [Tue, 14 Jun 2005 09:30:08 +0000 (09:30 +0000)]
Added 'th' (Thai) to ALL_LINGUAS. Added Thai translation.
2005-06-14 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.in: Added 'th' (Thai) to ALL_LINGUAS.
* po/th.po: Added Thai translation.
Rajesh Ranjan [Tue, 14 Jun 2005 05:27:48 +0000 (05:27 +0000)]
updated by rranajn
Francisco Javier F. Serrador [Mon, 13 Jun 2005 19:18:53 +0000 (19:18 +0000)]
Updated Spanish translation.
2005-06-13 Francisco Javier F. Serrador <serrador@cvs.gnome.org>
* es.po: Updated Spanish translation.
Matthias Clasen [Mon, 13 Jun 2005 18:08:05 +0000 (18:08 +0000)]
Re-add G_PARAM_PRIVATE as a deprecated name for bit 5, since some language
2005-06-13 Matthias Clasen <mclasen@redhat.com>
* gparam.h (GParamFlags): Re-add G_PARAM_PRIVATE as a
deprecated name for bit 5, since some language bindings
have it bound.
Alexander Shopov [Mon, 13 Jun 2005 06:21:43 +0000 (06:21 +0000)]
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
2005-06-13 Alexander Shopov <ash@contact.bg>
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg>
Terance Sola [Sun, 12 Jun 2005 22:33:22 +0000 (22:33 +0000)]
Updated Norwegian translation. Same as above.
2005-06-13 Terance Sola <terance@lyse.net>
* nb.po: Updated Norwegian translation.
* no.po: Same as above.
Miloslav Trmac [Sun, 12 Jun 2005 12:46:33 +0000 (12:46 +0000)]
Updated Czech translation.
2005-06-12 Miloslav Trmac <mitr@volny.cz>
* cs.po: Updated Czech translation.
Martin Willemoes Hansen [Sat, 11 Jun 2005 08:24:39 +0000 (08:24 +0000)]
Updated Danish translation.
* da.po: Updated Danish translation.
Priit Laes [Fri, 10 Jun 2005 18:45:17 +0000 (18:45 +0000)]
Translation updated.
2005-06-10 Priit Laes <plaes@cvs.gnome.org>
* et.po: Translation updated.
Matthias Clasen [Fri, 10 Jun 2005 16:06:40 +0000 (16:06 +0000)]
Post-release version bump
Matthias Clasen [Fri, 10 Jun 2005 15:48:25 +0000 (15:48 +0000)]
2.7.0
Matthias Clasen [Fri, 10 Jun 2005 14:58:32 +0000 (14:58 +0000)]
Updates
Matthias Clasen [Fri, 10 Jun 2005 13:25:11 +0000 (13:25 +0000)]
Forgotten log entry
Matthias Clasen [Fri, 10 Jun 2005 13:24:30 +0000 (13:24 +0000)]
Forgotten file
Matthias Clasen [Fri, 10 Jun 2005 13:24:02 +0000 (13:24 +0000)]
Minor stylistic fix
Matthias Clasen [Fri, 10 Jun 2005 03:13:43 +0000 (03:13 +0000)]
Add g_chdir
2005-06-09 Matthias Clasen <mclasen@redhat.com>
* glib/glib-sections.txt: Add g_chdir