platform/upstream/glib.git
15 years agoAvoid integer overflows in the base64 functions. Fixes CVE-2008-4316
Matthias Clasen [Thu, 12 Mar 2009 13:30:55 +0000 (13:30 +0000)]
Avoid integer overflows in the base64 functions. Fixes CVE-2008-4316

2009-03-12  Matthias Clasen  <mclasen@redhat.com>

        * glib/gbase64.c: Avoid integer overflows in the base64
        functions. Fixes CVE-2008-4316

svn path=/trunk/; revision=7973

15 years agoUpdated Malayalam Translation
Ani Peter [Wed, 11 Mar 2009 15:57:15 +0000 (15:57 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=7972

15 years agoDocument and guarantee hex digests will be returned in lower case.
Stefan Walter [Wed, 11 Mar 2009 15:47:36 +0000 (15:47 +0000)]
Document and guarantee hex digests will be returned in lower case.

See bug #574019

svn path=/trunk/; revision=7971

15 years agoUpdated Malayalam Translation
Ani Peter [Wed, 11 Mar 2009 06:51:01 +0000 (06:51 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=7970

15 years agoUpdated Malayalam Translation
Ani Peter [Wed, 11 Mar 2009 06:50:49 +0000 (06:50 +0000)]
Updated Malayalam Translation

svn path=/trunk/; revision=7969

15 years agoUpdated assamese translations
Amitakhya Phukan [Tue, 10 Mar 2009 12:33:34 +0000 (12:33 +0000)]
Updated assamese translations

svn path=/trunk/; revision=7968

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Mon, 9 Mar 2009 14:03:34 +0000 (14:03 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=7967

15 years agoUpdated Marathi Translations
Sandeep Shedmake [Mon, 9 Mar 2009 12:35:51 +0000 (12:35 +0000)]
Updated Marathi Translations

svn path=/trunk/; revision=7966

15 years agoAdded Entry for Bengali India Translation Updation
Runa Bhattacharjee [Mon, 9 Mar 2009 07:11:52 +0000 (07:11 +0000)]
Added Entry for Bengali India Translation Updation

svn path=/trunk/; revision=7965

15 years agoUpdated Bengali India Translation
Runa Bhattacharjee [Mon, 9 Mar 2009 07:10:55 +0000 (07:10 +0000)]
Updated Bengali India Translation

svn path=/trunk/; revision=7964

15 years agoUpdated Czech translation.
Petr Kovar [Sun, 8 Mar 2009 18:35:27 +0000 (18:35 +0000)]
Updated Czech translation.

2009-03-08  Petr Kovar  <pknbe@volny.cz>

* cs.po: Updated Czech translation.

svn path=/trunk/; revision=7963

15 years agoUpdated Lithuanian translation.
Gintautas Miliauskas [Thu, 5 Mar 2009 21:44:30 +0000 (21:44 +0000)]
Updated Lithuanian translation.

2009-03-05  Gintautas Miliauskas  <gintas@akl.lt>

* lt.po: Updated Lithuanian translation.

svn path=/trunk/; revision=7962

15 years agohindi updated by Rajesh Ranjan
Rajesh Ranjan [Thu, 5 Mar 2009 07:51:38 +0000 (07:51 +0000)]
hindi updated by Rajesh Ranjan

svn path=/trunk/; revision=7961

15 years agoUpdated Polish translation
Wadim Dziedzic [Wed, 4 Mar 2009 22:39:26 +0000 (22:39 +0000)]
Updated Polish translation

2009-03-04  Wadim Dziedzic  <wdziedzic@aviary.pl>

* pl.po: Updated Polish translation

svn path=/trunk/; revision=7960

15 years agoUpdated Romanian translation
dumol [Wed, 4 Mar 2009 21:53:59 +0000 (21:53 +0000)]
Updated Romanian translation

Updated Romanian translation

svn path=/trunk/; revision=7959

15 years agoBug 573843 – g_get_current_dir returns non-absolute path
Alexander Larsson [Wed, 4 Mar 2009 13:47:53 +0000 (13:47 +0000)]
Bug 573843 – g_get_current_dir returns non-absolute path

2009-03-04  Alexander Larsson  <alexl@redhat.com>

Bug 573843 – g_get_current_dir returns non-absolute path

* glocalfile.c (canonicalize_filename):
Handle the case where g_get_current_dir() returns a non-absolute path.

svn path=/trunk/; revision=7958

15 years agoBug 573970 – crash in gunixvolumemonitor:update_mounts when unmounting
Alexander Larsson [Wed, 4 Mar 2009 10:45:10 +0000 (10:45 +0000)]
Bug 573970 – crash in gunixvolumemonitor:update_mounts when unmounting

2009-03-04  Alexander Larsson  <alexl@redhat.com>

Bug 573970 – crash in gunixvolumemonitor:update_mounts when unmounting

        * gunionvolumemonitor.c:
        (g_union_volume_monitor_dispose):
Run dispose on child monitors when disposing.

        * gunixvolumemonitor.c:
Remove all volumes and mount on dispose to avoid circular
dependencies not freeing the monitor

svn path=/trunk/; revision=7957

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Wed, 4 Mar 2009 06:02:14 +0000 (06:02 +0000)]
Updated Oriya Translation.

svn path=/trunk/; revision=7956

15 years agoAdded entries for Oriya language Translation updation.
Manoj Kumar Giri [Wed, 4 Mar 2009 05:59:22 +0000 (05:59 +0000)]
Added entries for Oriya language Translation updation.

svn path=/trunk/; revision=7955

15 years agoUpdated Oriya Translation.
Manoj Kumar Giri [Wed, 4 Mar 2009 05:58:01 +0000 (05:58 +0000)]
Updated Oriya Translation.

svn path=/trunk/; revision=7954

15 years agoBug 561172 – gnome-open fails on local URIs with anchors
Alexander Larsson [Tue, 3 Mar 2009 19:02:16 +0000 (19:02 +0000)]
Bug 561172 – gnome-open fails on local URIs with anchors

2009-03-03  Alexander Larsson  <alexl@redhat.com>

Bug 561172 – gnome-open fails on local URIs with anchors

        * gdesktopappinfo.c:
Don't force uris to filenames if the uri has an anchor, because
that would strip the anchor.

        * glocalvfs.c:
Strip anchor from file:// uris when creating GFile, since
g_filename_from_uri doesn't handle them.

svn path=/trunk/; revision=7953

15 years agoBug 562613 – Missing const modifier in string parameters
Alexander Larsson [Tue, 3 Mar 2009 15:50:13 +0000 (15:50 +0000)]
Bug 562613 – Missing const modifier in string parameters

2009-03-03  Alexander Larsson  <alexl@redhat.com>

Bug 562613 – Missing const modifier in string parameters

        * gfileinputstream.[ch]:
        * gfileoutputstream.[ch]:
        * glocalfileinfo.[ch]:
Make string arguments const if used as such.

svn path=/trunk/; revision=7952

15 years agoHandle filesystems no supporting reporting how much is free. This fixes
Alexander Larsson [Tue, 3 Mar 2009 14:40:44 +0000 (14:40 +0000)]
Handle filesystems no supporting reporting how much is free. This fixes

2009-03-03  Alexander Larsson  <alexl@redhat.com>

* glocalfile.c (g_local_file_query_filesystem_info):
Handle filesystems no supporting reporting how much is free.
This fixes bug 573454 where the filesystem not supporting this
is the gvfs smb backend over the fuse filesystem.

svn path=/trunk/; revision=7951

15 years agoUpdated Telugu Translation
Krishnababu Krothapalli [Tue, 3 Mar 2009 08:58:18 +0000 (08:58 +0000)]
Updated Telugu Translation

svn path=/trunk/; revision=7950

15 years agoUpdated Changelog entry
Krishnababu Krothapalli [Tue, 3 Mar 2009 08:57:32 +0000 (08:57 +0000)]
Updated Changelog entry

svn path=/trunk/; revision=7949

15 years agotypo fixes from #564485 (by Harri Pitkänen)
Timo Jyrinki [Mon, 2 Mar 2009 18:52:55 +0000 (18:52 +0000)]
typo fixes from #564485 (by Harri Pitkänen)

svn path=/trunk/; revision=7948

15 years agoUpdated Italian translation by Luca Ferretti
miloc [Mon, 2 Mar 2009 18:25:08 +0000 (18:25 +0000)]
Updated Italian translation by Luca Ferretti

svn path=/trunk/; revision=7947

15 years agoUpdated Japanese translation.
Takeshi AIHANA [Mon, 2 Mar 2009 15:34:44 +0000 (15:34 +0000)]
Updated Japanese translation.

2009-03-03  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Updated Japanese translation.

svn path=/trunk/; revision=7946

15 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 2 Mar 2009 10:33:02 +0000 (10:33 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=7945

15 years agoBump version
Matthias Clasen [Mon, 2 Mar 2009 06:49:25 +0000 (06:49 +0000)]
Bump version

svn path=/trunk/; revision=7944

15 years ago2.19.10 GLIB_2_19_10
Matthias Clasen [Mon, 2 Mar 2009 06:36:08 +0000 (06:36 +0000)]
2.19.10

svn path=/trunk/; revision=7942

15 years agoBump version
Matthias Clasen [Mon, 2 Mar 2009 05:52:09 +0000 (05:52 +0000)]
Bump version

svn path=/trunk/; revision=7941

15 years ago2.19.9 GLIB_2_19_9
Matthias Clasen [Mon, 2 Mar 2009 05:49:44 +0000 (05:49 +0000)]
2.19.9

svn path=/trunk/; revision=7939

15 years agoUpdates
Matthias Clasen [Mon, 2 Mar 2009 05:07:37 +0000 (05:07 +0000)]
Updates

svn path=/trunk/; revision=7938

15 years agoAdd a Since: tag
Matthias Clasen [Mon, 2 Mar 2009 05:07:21 +0000 (05:07 +0000)]
Add a Since: tag

svn path=/trunk/; revision=7937

15 years agoFix an include order problem
Matthias Clasen [Mon, 2 Mar 2009 03:56:31 +0000 (03:56 +0000)]
Fix an include order problem

svn path=/trunk/; revision=7936

15 years agoUse a separate lock for extension point registration to avoid deadlock.
Matthias Clasen [Mon, 2 Mar 2009 03:50:09 +0000 (03:50 +0000)]
Use a separate lock for extension point registration to avoid deadlock.

        * giomodule.c: Use a separate lock for extension point registration
        to avoid deadlock. Discovered by Torsten Schoenfeld

svn path=/trunk/; revision=7935

15 years agoFix docs
Matthias Clasen [Sun, 1 Mar 2009 17:12:58 +0000 (17:12 +0000)]
Fix docs

svn path=/trunk/; revision=7934

15 years agoFix docs
Matthias Clasen [Sun, 1 Mar 2009 17:00:21 +0000 (17:00 +0000)]
Fix docs

svn path=/trunk/; revision=7933

15 years agoFix distcheck
Matthias Clasen [Sun, 1 Mar 2009 16:46:45 +0000 (16:46 +0000)]
Fix distcheck

svn path=/trunk/; revision=7932

15 years agoMore of the same
Matthias Clasen [Sun, 1 Mar 2009 15:42:03 +0000 (15:42 +0000)]
More of the same

svn path=/trunk/; revision=7931

15 years agoAdjust help output, accept -?, capitalize. Patch by Christian Dywan
Matthias Clasen [Sun, 1 Mar 2009 15:40:07 +0000 (15:40 +0000)]
Adjust help output, accept -?, capitalize. Patch by Christian Dywan

        * glib-mkenums.in: Adjust help output, accept -?, capitalize.
        Patch by Christian Dywan

svn path=/trunk/; revision=7930

15 years agoDon't use obsolete calling convention for config.status
Matthias Clasen [Sun, 1 Mar 2009 07:14:12 +0000 (07:14 +0000)]
Don't use obsolete calling convention for config.status

svn path=/trunk/; revision=7929

15 years agoDon't hardcode /bin/sh as shell
Matthias Clasen [Sun, 1 Mar 2009 07:05:52 +0000 (07:05 +0000)]
Don't hardcode /bin/sh as shell

svn path=/trunk/; revision=7928

15 years agoFix some typos
Matthias Clasen [Sun, 1 Mar 2009 06:59:31 +0000 (06:59 +0000)]
Fix some typos

svn path=/trunk/; revision=7927

15 years agoTranslation updated.
Gabor Kelemen [Sat, 28 Feb 2009 14:08:40 +0000 (14:08 +0000)]
Translation updated.

2009-02-28  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=7926

15 years agoupdated hebrew translation
Yair Hershkovitz [Sat, 28 Feb 2009 10:50:32 +0000 (10:50 +0000)]
updated hebrew translation

svn path=/trunk/; revision=7925

15 years agoupdated hebrew translation
Yair Hershkovitz [Sat, 28 Feb 2009 10:49:19 +0000 (10:49 +0000)]
updated hebrew translation

svn path=/trunk/; revision=7924

15 years agoClarify docs
Matthias Clasen [Fri, 27 Feb 2009 21:02:19 +0000 (21:02 +0000)]
Clarify docs

svn path=/trunk/; revision=7923

15 years agoUpdated French translation.
Claude Paroz [Fri, 27 Feb 2009 19:20:29 +0000 (19:20 +0000)]
Updated French translation.

2009-02-27  Claude Paroz  <claude@2xlibre.net>

* fr.po: Updated French translation.

svn path=/trunk/; revision=7922

15 years agoFix up bug reference in previous commit
David Zeuthen [Fri, 27 Feb 2009 18:21:14 +0000 (18:21 +0000)]
Fix up bug reference in previous commit

svn path=/trunk/; revision=7921

15 years agoBug 540461 – GEmblemedIcon leak
David Zeuthen [Fri, 27 Feb 2009 18:19:05 +0000 (18:19 +0000)]
Bug 540461 – GEmblemedIcon leak

2009-02-27  David Zeuthen  <davidz@redhat.com>

        Bug 540461 – GEmblemedIcon leak

        * gemblemedicon.c (g_emblemed_icon_finalize):
        Avoid leaking a GList.

svn path=/trunk/; revision=7920

15 years agoSplit out the extension point registration code to its own function.
Alexander Larsson [Fri, 27 Feb 2009 15:22:11 +0000 (15:22 +0000)]
Split out the extension point registration code to its own function.

2009-02-27  Alexander Larsson  <alexl@redhat.com>

        * giomodule-priv.h:
        * giomodule.c:
Split out the extension point registration code to its
own function.

        * glocalvfs.c:
Ensure extension points are registered before extending it.
It might not have happened yet if g_vfs_get_local() is called.

svn path=/trunk/; revision=7919

15 years agoupdating maithili for glib
Rajesh Ranjan [Fri, 27 Feb 2009 11:52:29 +0000 (11:52 +0000)]
updating maithili for glib

svn path=/trunk/; revision=7918

15 years agoBug 167569 - g_string_append_printf crashes on win32 when used with a NULL
Tor Lillqvist [Fri, 27 Feb 2009 07:46:32 +0000 (07:46 +0000)]
Bug 167569 - g_string_append_printf crashes on win32 when used with a NULL

2009-02-27  Tor Lillqvist  <tml@novell.com>

Bug 167569 - g_string_append_printf crashes on win32 when used
with a NULL argument

* glib/gnulib/vasnprintf.c (vasnprintf): Add workaround for buggy
programs. Patch by Owen.

svn path=/trunk/; revision=7917

15 years agoBug 540461 – g_memory_output_stream_get_data_size() doesn't behave as
Alexander Larsson [Thu, 26 Feb 2009 15:41:29 +0000 (15:41 +0000)]
Bug 540461 – g_memory_output_stream_get_data_size() doesn't behave as

2009-02-26  Alexander Larsson  <alexl@redhat.com>

Bug 540461 – g_memory_output_stream_get_data_size() doesn't behave as document
        * gmemoryoutputstream.c:
Track actual valid size, even if we later seek back.

        * tests/memory-output-stream.c:
Add testcase

svn path=/trunk/; revision=7916

15 years agoBug 543183 – Clarify docs for g_file_has_prefix
Alexander Larsson [Thu, 26 Feb 2009 15:03:11 +0000 (15:03 +0000)]
Bug 543183 – Clarify docs for g_file_has_prefix

2009-02-26  Alexander Larsson  <alexl@redhat.com>

Bug 543183 – Clarify docs for g_file_has_prefix

* gfile.c: (g_file_has_prefix):
Clarify how the prefix matching works.

svn path=/trunk/; revision=7915

15 years agoSupport desktop file key X-GIO-NoFuse which disables use of fuse pathnames
Alexander Larsson [Thu, 26 Feb 2009 14:59:16 +0000 (14:59 +0000)]
Support desktop file key X-GIO-NoFuse which disables use of fuse pathnames

2009-02-26  Alexander Larsson  <alexl@redhat.com>

* gdesktopappinfo.c:
Support desktop file key X-GIO-NoFuse which disables
use of fuse pathnames for %u and %U arguments.

svn path=/trunk/; revision=7914

15 years agoUpdated Norwegian bokmål translation.
Kjartan Maraas [Thu, 26 Feb 2009 12:15:19 +0000 (12:15 +0000)]
Updated Norwegian bokmål translation.

2009-02-26  Kjartan Maraas  <kmaraas@gnome.org>

* nb.po: Updated Norwegian bokmål translation.

svn path=/trunk/; revision=7913

15 years agoUpdated Korean translation
Changwoo Ryu [Thu, 26 Feb 2009 06:46:00 +0000 (06:46 +0000)]
Updated Korean translation

svn path=/trunk/; revision=7912

15 years agoBug 570073 – Add support for reading filesystems on Interix
Alexander Larsson [Wed, 25 Feb 2009 16:37:35 +0000 (16:37 +0000)]
Bug 570073 – Add support for reading filesystems on Interix

2009-02-25  Alexander Larsson  <alexl@redhat.com>

Bug 570073 – Add support for reading filesystems on Interix

* gunixmounts.c (_g_get_unix_mounts):
Support Interix. Patch from  Fabian Groffen

svn path=/trunk/; revision=7911

15 years agoBug 570069 – wrong preprocessor directive in gio/glocalfileinfo.c
Paolo Borelli [Wed, 25 Feb 2009 13:30:49 +0000 (13:30 +0000)]
Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.c

2009-02-25  Paolo Borelli  <pborelli@katamail.com>

Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.c

* glocalfileinfo.c: fix preprocessor condition. Patch by Markus Duft.

svn path=/trunk/; revision=7910

15 years ago2.19.9
Chao-Hsiung Liao [Wed, 25 Feb 2009 12:27:04 +0000 (12:27 +0000)]
2.19.9

svn path=/trunk/; revision=7909

15 years agoCommitted Translation by Sweta Kothari
Sweta Kothari [Wed, 25 Feb 2009 06:40:08 +0000 (06:40 +0000)]
Committed Translation by Sweta Kothari

svn path=/trunk/; revision=7908

15 years agoUpdated Portuguese translation.
Duarte Loreto [Wed, 25 Feb 2009 00:31:36 +0000 (00:31 +0000)]
Updated Portuguese translation.

2009-02-25  Duarte Loreto <happyguy_pt@hotmail.com>

* pt.po: Updated Portuguese translation.

svn path=/trunk/; revision=7907

15 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Tue, 24 Feb 2009 17:41:28 +0000 (17:41 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=7906

15 years agoUpdated Slovenian translation
Matej Urbančič [Tue, 24 Feb 2009 14:40:39 +0000 (14:40 +0000)]
Updated Slovenian translation

svn path=/trunk/; revision=7905

15 years agoUpdated British English translation.
Philip Withnall [Mon, 23 Feb 2009 19:30:34 +0000 (19:30 +0000)]
Updated British English translation.

2009-02-23  Philip Withnall  <philip@tecnocode.co.uk>

* en_GB.po: Updated British English translation.

svn path=/trunk/; revision=7904

15 years agoRemove accidentally commited spew
Alexander Larsson [Mon, 23 Feb 2009 15:12:39 +0000 (15:12 +0000)]
Remove accidentally commited spew

2009-02-23  Alexander Larsson  <alexl@redhat.com>

* glocalfile.c:
Remove accidentally commited spew

svn path=/trunk/; revision=7903

15 years agosanity check the input paramter.
Paolo Borelli [Mon, 23 Feb 2009 14:38:20 +0000 (14:38 +0000)]
sanity check the input paramter.

2009-02-23  Paolo Borelli  <pborelli@katamail.com>

* glib/gutf8.c (_g_utf8_make_valid):
sanity check the input paramter.

svn path=/trunk/; revision=7902

15 years agoUpdated Finnish translation
Ilkka Tuohela [Mon, 23 Feb 2009 13:48:37 +0000 (13:48 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=7901

15 years agoUpdated Dutch translation by Wouter Bolsterlee.
Wouter Bolsterlee [Mon, 23 Feb 2009 13:08:32 +0000 (13:08 +0000)]
Updated Dutch translation by Wouter Bolsterlee.

2009-02-23  Wouter Bolsterlee  <wbolster@svn.gnome.org>

* nl.po: Updated Dutch translation by Wouter Bolsterlee.

svn path=/trunk/; revision=7900

15 years agoBug 570501 - g_win32_get_system_data_dirs uses invalid conversion of
Tor Lillqvist [Mon, 23 Feb 2009 09:52:48 +0000 (09:52 +0000)]
Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion of

2009-02-23  Tor Lillqvist  <tml@novell.com>

Bug 570501 - g_win32_get_system_data_dirs uses invalid conversion
of function pointer to object pointer

* glib/gutils.c (g_win32_get_system_data_dirs_for_module): Change
the type of the function's parameter to be explicitly a function
pointer.

* glib/gutils.h (_g_win32_get_system_data_dirs): Modify
declaration and the only caller, the inline
_g_win32_get_system_data_dirs(), accordingly. Add comments
pointing out these are internal GLib functions.

svn path=/trunk/; revision=7899

15 years agoFix "it's" vs "its" confusion throughout the source. Patch by Will
Matthias Clasen [Mon, 23 Feb 2009 04:30:06 +0000 (04:30 +0000)]
Fix "it's" vs "its" confusion throughout the source. Patch by Will

        * Fix "it's" vs "its" confusion throughout the source. Patch
        by Will Thompson.

svn path=/trunk/; revision=7897

15 years agoImprove docs
Matthias Clasen [Mon, 23 Feb 2009 04:23:14 +0000 (04:23 +0000)]
Improve docs

svn path=/trunk/; revision=7896

15 years agoAdd a necessary cast back. Pointed out by Kazuki Iwamoto.
Matthias Clasen [Mon, 23 Feb 2009 04:07:58 +0000 (04:07 +0000)]
Add a necessary cast back. Pointed out by Kazuki Iwamoto.

        * glib/gthread.c (g_once_init_leave): Add a necessary cast back.
        Pointed out by Kazuki Iwamoto.

svn path=/trunk/; revision=7895

15 years agoUpdated Turkish Translation
Baris Cicek [Sat, 21 Feb 2009 13:54:19 +0000 (13:54 +0000)]
Updated Turkish Translation

svn path=/trunk/; revision=7894

15 years agoFixed two fuzzy
Jonh Wendell S. Santana [Fri, 20 Feb 2009 18:58:31 +0000 (18:58 +0000)]
Fixed two fuzzy

svn path=/trunk/; revision=7893

15 years agoDon't ever sniff desktop files when the filename is known. In other words,
Alexander Larsson [Fri, 20 Feb 2009 07:46:57 +0000 (07:46 +0000)]
Don't ever sniff desktop files when the filename is known. In other words,

2009-02-20  Alexander Larsson  <alexl@redhat.com>

        * gcontenttype.c:
        (g_content_type_guess):
Don't ever sniff desktop files when the filename is known.
In other words, only allow desktop files with the .desktop extension
and when the filename isn't known.
This is a security precaution since desktop files can execute
arbitrary code when launched and we don't want to allow them to
try and hide as another type. There is no legit reason to not
have the .desktop extension anyway.

svn path=/trunk/; revision=7892

15 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 20 Feb 2009 05:08:39 +0000 (05:08 +0000)]
Updated Thai translation.

2009-02-20  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=7891

15 years agosv.po: Updated Swedish translation
Daniel Nylander [Thu, 19 Feb 2009 20:37:31 +0000 (20:37 +0000)]
sv.po: Updated Swedish translation

svn path=/trunk/; revision=7890

15 years agoUpdated Catalan translation
Gil Forcada Codinachs [Thu, 19 Feb 2009 19:28:30 +0000 (19:28 +0000)]
Updated Catalan translation

svn path=/trunk/; revision=7889

15 years agoUpdated Basque translation.
Inaki Larranaga Murgoitio [Thu, 19 Feb 2009 17:47:19 +0000 (17:47 +0000)]
Updated Basque translation.

2009-02-19  Inaki Larranaga Murgoitio  <dooteo@euskalgnu.org>

* eu.po: Updated Basque translation.

svn path=/trunk/; revision=7888

15 years agoupdate gitignore
Ryan Lortie [Thu, 19 Feb 2009 17:26:29 +0000 (17:26 +0000)]
update gitignore

svn path=/trunk/; revision=7887

15 years ago8 spaces -> tab in ChangeLog
Ryan Lortie [Thu, 19 Feb 2009 17:25:54 +0000 (17:25 +0000)]
8 spaces -> tab in ChangeLog

svn path=/trunk/; revision=7886

15 years agoBug 549298 – impossible to copy files with p (pipe) flag
Alexander Larsson [Thu, 19 Feb 2009 15:26:32 +0000 (15:26 +0000)]
Bug 549298 – impossible to copy files with p (pipe) flag

2009-02-19  Alexander Larsson  <alexl@redhat.com>

        Bug 549298 – impossible to copy files with p (pipe) flag

        * gfile.c:
        (file_copy_fallback):
Error out if the source file is a special file

svn path=/trunk/; revision=7885

15 years agoUpdated Catalan translation
Gil Forcada Codinachs [Thu, 19 Feb 2009 13:22:54 +0000 (13:22 +0000)]
Updated Catalan translation

svn path=/trunk/; revision=7884

15 years agoTranslation updated.
Gabor Kelemen [Thu, 19 Feb 2009 13:08:40 +0000 (13:08 +0000)]
Translation updated.

2009-02-19  Gabor Kelemen  <kelemeng@gnome.hu>

* hu.po: Translation updated.

svn path=/trunk/; revision=7883

15 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Thu, 19 Feb 2009 09:15:43 +0000 (09:15 +0000)]
Updated Thai translation.

2009-02-19  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=7882

15 years agoUpdated Finnish translation
Ilkka Tuohela [Wed, 18 Feb 2009 15:16:05 +0000 (15:16 +0000)]
Updated Finnish translation

svn path=/trunk/; revision=7881

15 years agoBug 560564 – Replacing a symlink with its linked file truncates the
Alexander Larsson [Wed, 18 Feb 2009 14:49:25 +0000 (14:49 +0000)]
Bug 560564 – Replacing a symlink with its linked file truncates the

2009-02-18  Alexander Larsson  <alexl@redhat.com>

Bug 560564 – Replacing a symlink with its linked file truncates the original file

        * gioenums.h:
Add G_FILE_CREATE_REPLACE_DESTINATION

        * glocalfileoutputstream.c:
        (handle_overwrite_open):
        (_g_local_file_output_stream_replace):
Handle G_FILE_CREATE_REPLACE_DESTINATION when overwriting files.

        * gfile.c:
        (file_copy_fallback):
Pass G_FILE_CREATE_REPLACE_DESTINATION to g_file_replace when copying
with overwrite.

svn path=/trunk/; revision=7880

15 years agounref the destination's attribute matcher before overwriting it.
Ryan Lortie [Tue, 17 Feb 2009 23:36:13 +0000 (23:36 +0000)]
unref the destination's attribute matcher before overwriting it.

2009-02-17  Ryan Lortie  <desrt@desrt.ca>

        * gfileinfo.c: unref the destination's attribute matcher before
        overwriting it.

svn path=/trunk/; revision=7879

15 years agoBump version
Matthias Clasen [Tue, 17 Feb 2009 18:48:26 +0000 (18:48 +0000)]
Bump version

svn path=/trunk/; revision=7878

15 years ago2.19.8 GLIB_2_19_8
Matthias Clasen [Tue, 17 Feb 2009 18:36:36 +0000 (18:36 +0000)]
2.19.8

svn path=/trunk/; revision=7876

15 years ago Fix strict aliasing warnings and viiolations to make GLib and
Matthias Clasen [Tue, 17 Feb 2009 16:14:39 +0000 (16:14 +0000)]
    Fix strict aliasing warnings and viiolations to make GLib and
        GLib users buildable with gcc 4.4. Patch by Jakub Jelinek.

        * glib/gatomic.[hc]: Add G_GNUC_MAY_ALIAS to pointer arguments,
        fix macro versions to only operate on objects of the same size.

        * glib/gdataset.c:
        * glib/gthread.[hc]:
        * glib/gdatasetprivate.h: Remove unnecessary casts in
        g_atomic_pointer_get calls.

svn path=/trunk/; revision=7875

15 years agoFixed wrong translations.
Takeshi AIHANA [Tue, 17 Feb 2009 14:57:43 +0000 (14:57 +0000)]
Fixed wrong translations.

2009-02-17  Takeshi AIHANA <takeshi.aihana@gmail.com>

* ja.po: Fixed wrong translations.

svn path=/trunk/; revision=7874

15 years agofix changelog date
Ryan Lortie [Tue, 17 Feb 2009 10:13:52 +0000 (10:13 +0000)]
fix changelog date

svn path=/trunk/; revision=7873

15 years agoAdd missing exports
Matthias Clasen [Tue, 17 Feb 2009 06:32:44 +0000 (06:32 +0000)]
Add missing exports

svn path=/trunk/; revision=7872

15 years agoUpdate
Matthias Clasen [Tue, 17 Feb 2009 06:26:30 +0000 (06:26 +0000)]
Update

svn path=/trunk/; revision=7871

15 years agoBump version
Matthias Clasen [Tue, 17 Feb 2009 02:51:46 +0000 (02:51 +0000)]
Bump version

svn path=/trunk/; revision=7870