Kostas Papadimas
edfe4405e0
Updated Greek Translation by Fotis Tsamis.
...
svn path=/trunk/; revision=8015
2009-03-18 15:49:52 +00:00
Djihed Afifi
fdcaf9381e
Updated Arabic translation
...
svn path=/trunk/; revision=8014
2009-03-18 09:20:03 +00:00
Amitakhya Phukan
11554d40ca
Updated assamese translations
...
svn path=/trunk/; revision=8013
2009-03-18 06:31:05 +00:00
Gabor Kelemen
07b2a7a5ad
Translation updated.
...
2009-03-18 Gabor Kelemen <kelemeng@gnome.hu >
* hu.po: Translation updated.
svn path=/trunk/; revision=8012
2009-03-18 00:05:58 +00:00
Ryan Lortie
8df23d2283
trivial spelling/whitespace fixes
...
svn path=/trunk/; revision=8011
2009-03-17 23:03:33 +00:00
Colin Walters
1d1fba442f
Bug 575708 - runaway inotify madness ...
...
2009-03-17 Colin Walters <walters@redhat.com >
Bug 575708 - runaway inotify madness ...
* gfilemonitor.c: Queue up events in a local list and
fire one idle, instead of queuing lots of individual
idles which has bad performance behavior.
svn path=/trunk/; revision=8010
2009-03-17 21:59:18 +00:00
Colin Walters
2898d23962
Bug 564016 - Include c:prefix in typelib, use it to optimize find_by_gtype
...
Parse the c:prefix from the .gir, include it in the header. Armed with this
information, we can now optimize lookups of GTypes because we
have the requirement that GTypes must start with the c:prefix. We do
fall back though if a lookup fails.
2009-03-17 16:29:08 -04:00
Tomasz Dominikowski
044733e2a0
Updated Polish translation
...
2009-03-17 Tomasz Dominikowski <tdominikowski@aviary.pl >
* pl.po: Updated Polish translation
svn path=/trunk/; revision=8009
2009-03-17 17:02:00 +00:00
Inaki Larranaga Murgoitio
bbb1d85d72
Updated Basque translation.
...
2009-03-17 Inaki Larranaga Murgoitio <dooteo@euskalgnu.org >
* eu.po: Updated Basque translation.
svn path=/trunk/; revision=8008
2009-03-17 16:49:22 +00:00
Ani Peter
2ff422d461
Updated Malayalam Translation
...
svn path=/trunk/; revision=8007
2009-03-17 15:41:14 +00:00
Ani Peter
ad9afec76f
Updated Malayalam Translation
...
svn path=/trunk/; revision=8006
2009-03-17 15:41:04 +00:00
Ignacio Casal Quinteiro
4ed58e576e
Updated Galician translation
...
svn path=/trunk/; revision=8005
2009-03-17 14:12:26 +00:00
Gil Forcada Codinachs
ebf5232160
Updated Catalan translation
...
svn path=/trunk/; revision=8004
2009-03-17 13:52:09 +00:00
Takeshi AIHANA
ae38feb249
Update Japanese translation.
...
2009-03-17 Takeshi AIHANA <takeshi.aihana@gmail.com >
* ja.po: Update Japanese translation.
svn path=/trunk/; revision=8003
2009-03-17 13:20:20 +00:00
Hendrik Richter
fab272e104
Updated German translation.
...
2009-03-17 Hendrik Richter <hendrikr@gnome.org >
* de.po: Updated German translation.
svn path=/trunk/; revision=8002
2009-03-17 12:08:42 +00:00
Alexander Shopov
b54278668e
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2009-03-17 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg >
svn path=/trunk/; revision=8001
2009-03-17 12:06:18 +00:00
Alexander Larsson
a3fe428081
fix attributes argument of query_info methods to be "const char *".
...
2009-03-17 Alexander Larsson <alexl@redhat.com >
* glocalfileinputstream.c:
* glocalfileoutputstream.c:
fix attributes argument of query_info methods to
be "const char *".
svn path=/trunk/; revision=8000
2009-03-17 11:21:37 +00:00
Claude Paroz
6cdd01bfcc
Updated French translation.
...
2009-03-17 Claude Paroz <claude@2xlibre.net >
* fr.po: Updated French translation.
svn path=/trunk/; revision=7999
2009-03-17 08:22:23 +00:00
Kjartan Maraas
e9de4af676
Updated Norwegian bokmål translation.
...
2009-03-17 Kjartan Maraas <kmaraas@gnome.org >
* nb.po: Updated Norwegian bokmål translation.
svn path=/trunk/; revision=7998
2009-03-17 08:18:12 +00:00
Jorge Gonzalez Gonzalez
1269ae29a1
Updated Spanish translation
...
svn path=/trunk/; revision=7997
2009-03-16 22:11:32 +00:00
miloc
2506375ebe
Updated Italian translation
...
svn path=/trunk/; revision=7996
2009-03-16 21:11:22 +00:00
Og B. Maciel
47500e19d2
Updated Brazilian Portuguese translation.
...
svn path=/trunk/; revision=7995
2009-03-16 20:53:27 +00:00
Daniel Nylander
f008bf64d0
sv.po: Updated Swedish translation
...
svn path=/trunk/; revision=7994
2009-03-16 19:01:51 +00:00
Matej Urbančič
669cb75688
Updated Slovenian translation
...
svn path=/trunk/; revision=7993
2009-03-16 18:35:43 +00:00
Philip Withnall
8b96ff36f1
Updated British English translation.
...
2009-03-16 Philip Withnall <philip@tecnocode.co.uk >
* en_GB.po: Updated British English translation.
svn path=/trunk/; revision=7992
2009-03-16 18:21:34 +00:00
Alexander Larsson
6cff88ba18
Bug 575555 – Use fsync() when replacing files to avoid data loss on
...
2009-03-16 Alexander Larsson <alexl@redhat.com >
Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
* configure.in:
Look for fsync().
* glib/gfileutils.c:
(write_to_temp_file):
fsync temp file if destination file exists
2009-03-16 Alexander Larsson <alexl@redhat.com >
Bug 575555 – Use fsync() when replacing files to avoid data loss on crash
* glocalfileoutputstream.c:
(g_local_file_output_stream_close):
(_g_local_file_output_stream_replace):
fsync temp file before closing if replacing target file
svn path=/trunk/; revision=7991
2009-03-16 16:03:13 +00:00
Kostas Papadimas
0b66e52e0b
Updated Greek Translation by Fotis Tsamis.
...
svn path=/trunk/; revision=7990
2009-03-16 15:54:50 +00:00
Alexander Shopov
593718fd8c
Updated Bulgarian translation by Alexander Shopov <ash@contact.bg>
...
2009-03-16 Alexander Shopov <ash@contact.bg >
* bg.po: Updated Bulgarian translation by
Alexander Shopov <ash@contact.bg >
svn path=/trunk/; revision=7989
2009-03-16 10:55:58 +00:00
Shankar Prasad
d421cf697c
Updated kn.po
...
svn path=/trunk/; revision=7988
2009-03-16 10:31:10 +00:00
Amanpreet Singh Alam
dada55618e
updating for Gnome Punjabi Translation by A S Alam
...
svn path=/trunk/; revision=7987
2009-03-16 02:33:40 +00:00
Hendrik Richter
b3e22d0229
Updated German translation.
...
2009-03-15 Hendrik Richter <hendrikr@gnome.org >
* de.po: Updated German translation.
svn path=/trunk/; revision=7986
2009-03-15 18:19:44 +00:00
Felix I
a79594b517
tamil translation updated
...
svn path=/trunk/; revision=7985
2009-03-15 08:35:41 +00:00
Nickolay V. Shmyrev
98346a1594
Updated Russian translation by Yuriy Penkin.
...
2009-03-14 Nickolay V. Shmyrev <nshmyrev@yandex.ru >
* ru.po: Updated Russian translation by Yuriy Penkin.
svn path=/trunk/; revision=7984
2009-03-14 19:14:18 +00:00
Kostas Papadimas
516a19767d
Updated Greek Translation by Jennie Petoumenou.
...
svn path=/trunk/; revision=7983
2009-03-14 16:12:38 +00:00
Aron Xu
4175a8546e
Updated Simplified Chinese translations by Deng Xiyue <manphiz@gmail.com>
...
svn path=/trunk/; revision=7982
2009-03-14 11:31:29 +00:00
Kenneth Nielsen
1dcdbf5974
Updated Danish translation
...
svn path=/trunk/; revision=7981
2009-03-14 03:48:26 +00:00
Ignacio Casal Quinteiro
4e9abf2665
Updated Galician translation
...
svn path=/trunk/; revision=7980
2009-03-13 18:28:21 +00:00
Kristian Rietveld
622f010120
when defaulting to the only item in the array, check if this is indeed the
...
2009-03-13 Kristian Rietveld <kris@imendio.com >
* gsignal.c (signal_lookup_closure): when defaulting to the only
item in the array, check if this is indeed the default closure.
(patch by Tim Janik).
svn path=/trunk/; revision=7979
2009-03-13 09:22:57 +00:00
Matthias Clasen
621ef866b1
Bump version
...
svn path=/trunk/; revision=7978
2009-03-13 05:45:53 +00:00
Matthias Clasen
5a8a224ff0
2.20.0
...
svn path=/trunk/; revision=7976
GLIB_2_20_0
2009-03-13 05:44:11 +00:00
Matthias Clasen
3c34e43575
Updates
...
svn path=/trunk/; revision=7975
2009-03-13 04:09:21 +00:00
Matthias Clasen
2ad1af5b1e
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
2009-03-12 13:30:55 +00:00
Ani Peter
be600f638f
Updated Malayalam Translation
...
svn path=/trunk/; revision=7972
2009-03-11 15:57:15 +00:00
Stefan Walter
a4d3d1f3c8
Document and guarantee hex digests will be returned in lower case.
...
See bug #574019
svn path=/trunk/; revision=7971
2009-03-11 15:47:36 +00:00
Ani Peter
c471e97d9a
Updated Malayalam Translation
...
svn path=/trunk/; revision=7970
2009-03-11 06:51:01 +00:00
Ani Peter
4edf641834
Updated Malayalam Translation
...
svn path=/trunk/; revision=7969
2009-03-11 06:50:49 +00:00
Amitakhya Phukan
d5a549e5eb
Updated assamese translations
...
svn path=/trunk/; revision=7968
2009-03-10 12:33:34 +00:00
Sandeep Shedmake
67de0d4e1f
Updated Marathi Translations
...
svn path=/trunk/; revision=7967
2009-03-09 14:03:34 +00:00
Sandeep Shedmake
070c3fc109
Updated Marathi Translations
...
svn path=/trunk/; revision=7966
2009-03-09 12:35:51 +00:00
Runa Bhattacharjee
eff32b7614
Added Entry for Bengali India Translation Updation
...
svn path=/trunk/; revision=7965
2009-03-09 07:11:52 +00:00