summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3600
1 files changed, 2663 insertions, 937 deletions
diff --git a/ChangeLog b/ChangeLog
index 90ad38a..2cddb96 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,1737 @@
+commit 9e46e73c60d129a2367eb715ae55d9f503c26074
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Apr 8 14:50:50 2014 +0200
+
+ 1.3
+
+ NEWS | 23 +++++++++++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 24 insertions(+), 1 deletion(-)
+
+commit bbc47d00112526c2c409e72e9f4d38cc3a311bf8
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Apr 2 11:41:42 2014 +0200
+
+ Add missing *.jsm test case file
+
+ Was missing from the earlier commit.
+
+ tests/Utils.jsm | 498 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 1 file changed, 498 insertions(+)
+
+commit 8ecd4d643abc915d70db6fab46b17d32dfe64360
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Apr 2 11:38:01 2014 +0200
+
+ Remove *.CSSL glob for CSS files
+
+ It was probably meant to be *.CSS1 (one, not "L") which got badly
+ transposed when the KDE and GNOME databases were merged more than
+ 10 years ago.
+
+ As nobody seems to have missed *.CSS1 and *.CSSL is wrong, remove it.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=76940
+
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1c302e1cf2db02c4262bcb6501b337a2c9ea09fd
+Author: Gordon P. Hemsley <me@gphemsley.org>
+Date: Wed Jan 15 00:56:55 2014 -0500
+
+ JavaScript and CSS are not subclasses of text/x-csrc
+
+ and add test files for CSS.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=73648
+
+ freedesktop.org.xml.in | 4 +-
+ tests/html4.css | 78 ++++++++
+ tests/html5.css | 507 +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/list | 4 +
+ 4 files changed, 591 insertions(+), 2 deletions(-)
+
+commit 7f0731f461cbdd980c6b9312d60a515f29ae23d2
+Author: Ben Pfaff <blp@cs.stanford.edu>
+Date: Fri Nov 15 07:13:00 2013 +0000
+
+ Add magic and glob patterns for compressed x-spss-sav files
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=71632
+
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit a6d00cedc6eafe9af825f3f4267f27abfff65baa
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Apr 1 10:11:32 2014 +0200
+
+ Add *.jsm glob for Javascript
+
+ As used in Gecko/Firefox related projects.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=75031
+
+ freedesktop.org.xml.in | 1 +
+ tests/list | 2 ++
+ 2 files changed, 3 insertions(+)
+
+commit 3805d0bcf22b6344fb4a4a36ad4e15e30d17b624
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Mar 31 16:22:33 2014 +0200
+
+ Store MEDIA/SUBTYPE.xml files in lowercase
+
+ RFC 2045 says that MIME type names (e.g. text/plain) are
+ case-insensitive. Most are written by convention in lowercase, although
+ there are a few exceptions currently in the freedesktop.org.xml
+ database.
+
+ Store the separate mime files as lower-case to make them easily findable
+ (eg. the synonymous application/vnd.*macroEnabled* and *macroenabled*
+ mime-type should have the same filename).
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=62473
+
+ update-mime-database.c | 9 +++++++--
+ 1 file changed, 7 insertions(+), 2 deletions(-)
+
+commit acb7222ada2ad165a84d0bd33f2af1a93b43d3a8
+Author: Gordon P. Hemsley <me@gphemsley.org>
+Date: Tue Jan 14 23:18:50 2014 -0500
+
+ Add JSON mime-type
+
+ As application/json.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=73646
+
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/json_array.json | 22 ++++++++++++++++++++++
+ tests/json_object.json | 13 +++++++++++++
+ tests/list | 3 +++
+ 4 files changed, 46 insertions(+)
+
+commit ffbe705bb4035c8511df341005125933cb91b9ee
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Mar 31 15:54:19 2014 +0200
+
+ Add application/x-riff mime-type
+
+ And make it steal audio/x-riff magic. RIFF is a container format,
+ not an audio format, so any type of data could be contained in RIFF.
+
+ See also http://en.wikipedia.org/wiki/Resource_Interchange_File_Format
+
+ freedesktop.org.xml.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 2143958c0ddcbaf0e4c68c2c49106399cdd60625
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Mar 31 15:38:10 2014 +0200
+
+ Remove image/x-webp alias
+
+ It was only defined for a couple of weeks, and only within
+ shared-mime-info, no need to keep it.
+
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 721c7e33cfdfe35d85de44bc68e1f1c8629fec4f
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Mar 31 15:36:40 2014 +0200
+
+ Switch WebP mime-type and alias around
+
+ The request for a WebP mime-type was made with the IANA, but still
+ not processed to this day. It's unlikely that the mime-type ever
+ be rejected, so add image/webp as the main mime-type.
+
+ freedesktop.org.xml.in | 4 ++--
+ tests/list | 2 +-
+ 2 files changed, 3 insertions(+), 3 deletions(-)
+
+commit e89ec55272a45500ce99361d1aeda83de1ba4c79
+Author: Alex Henrie <alexhenrie24@gmail.com>
+Date: Tue Jan 14 01:48:20 2014 -0700
+
+ Prefer application/vnd.ms-asf to video/x-ms-asf
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=73597
+
+ freedesktop.org.xml.in | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
+
+commit 7612a110f9a42db4730a8c6d1fff6d78c899d53d
+Author: Igor Murzov <e-mail@date.by>
+Date: Sun Mar 31 02:54:27 2013 +0400
+
+ Add image/x-webp mime-type
+
+ Magic information from:
+ https://developers.google.com/speed/webp/docs/riff_container#webp-file-header
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=41155
+
+ freedesktop.org.xml.in | 10 ++++++++++
+ tests/list | 1 +
+ tests/test.webp | Bin 0 -> 244 bytes
+ 3 files changed, 11 insertions(+)
+
+commit b067788e51cd5498944e85f707300fee9f2d1b32
+Author: Igor Murzov <e-mail@date.by>
+Date: Sun Mar 31 11:30:11 2013 +0400
+
+ Add audio/x-opus+ogg mime-type
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=63106
+
+ freedesktop.org.xml.in | 11 +++++++++++
+ tests/list | 1 +
+ tests/test.opus | Bin 0 -> 7174 bytes
+ 3 files changed, 12 insertions(+)
+
+commit 4b0bc62b3e50f25d0ef42950e0b715274637c548
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sun Jan 19 15:48:58 2014 +0100
+
+ Add PC Engine, GameCube and Wii "ROM" types
+
+ The different types of Wii disc images are merged into one, as
+ there's likely no difference between support one and all for the
+ majority of applications.
+
+ Magic for Wii and GameCube images from:
+ http://wit.wiimm.de/download/magic.txt
+
+ freedesktop.org.xml.in | 27 +++++++++++++++++++++++++++
+ 1 file changed, 27 insertions(+)
+
+commit 0412d9ceda5ff94a7eb2159b6d5eaa31a1c81426
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sun Jan 19 15:47:54 2014 +0100
+
+ tests: Make iso-file.iso a real ISO file
+
+ Instead of an empty one. That's the first 1k of a Fedora 20
+ nightly image.
+
+ tests/iso-file.iso | Bin 0 -> 1024 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit 62345c56c9e2e582dbe00cc1b19e86930fe00863
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sun Jan 5 15:18:34 2014 +0200
+
+ Add LZ4 archive type
+
+ http://fastcompression.blogspot.com/2013/04/lz4-streaming-format-final.html
+
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 2 ++
+ tests/test.lz4 | Bin 0 -> 25 bytes
+ 3 files changed, 11 insertions(+)
+
+commit e4d7715f3c3b77b4eec4e89299f0235202ecd0d4
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sun Dec 22 17:19:40 2013 +0100
+
+ Add magic for the Kindle e-book reader
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 4f33cfd52a4a794f9dfeb2e53b788780d5d3f1c5
+Author: Jérémy Bobbio <lunar@debian.org>
+Date: Wed Oct 16 11:12:28 2013 +0200
+
+ Do not recognize all .asc files as application/pgp-encrypted
+
+ The change introduced in 2c3438c had the unfortunate effect of having all .asc
+ be identified as application/pgp-encrypted. As this should only happen when
+ we can identify armor headers, we now give a lower weight than text/plain to
+ the *.asc glob for OpenPGP MIME types.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=70539
+
+ freedesktop.org.xml.in | 6 +++---
+ tests/list | 3 ++-
+ 2 files changed, 5 insertions(+), 4 deletions(-)
+
+commit fe0ce0f210bdd39bcba1d6301e535ab29fc94b91
+Author: David Tardon <dtardon@redhat.com>
+Date: Wed Dec 11 14:07:39 2013 +0100
+
+ add mimetype for compressed FictionBook2
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=45795
+
+ freedesktop.org.xml.in | 11 +++++++++++
+ tests/Stallman_Richard_-_The_GNU_Manifesto.fb2.zip | Bin 0 -> 38810 bytes
+ tests/list | 1 +
+ 3 files changed, 12 insertions(+)
+
+commit e8d528ac1c500c3a47fdad308952c377c7439f6a
+Author: David Tardon <dtardon@redhat.com>
+Date: Wed Nov 20 11:23:40 2013 +0100
+
+ add Apple Keynote 5 mime-type
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=71827
+
+ freedesktop.org.xml.in | 13 +++++++++++++
+ tests/list | 1 +
+ tests/test.key | Bin 0 -> 2210138 bytes
+ 3 files changed, 14 insertions(+)
+
+commit 41f1d5ff2672c30d7f86759e2398b75c88673516
+Author: Thomas Klausner <tk@giga.or.at>
+Date: Thu Oct 17 04:35:00 2013 +0000
+
+ Open the fdatasync() fd read/write
+
+ Otherwise it will fail for stricter OSes like NetBSD.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=70559
+
+ update-mime-database.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 2397314542265405498ea8c82121c174ed9011a5
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Oct 9 22:09:56 2013 +0200
+
+ test: Call g_type_init() with older glib
+
+ Only call g_type_init() when compiling against an older glib.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=70255
+
+ test-tree-magic.c | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 01e9a5a924a9f382f5e75acd5980a2e058c6ce08
+Author: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
+Date: Sun Oct 6 22:43:08 2013 +0200
+
+ Add Aliases for OpenOffice Base and StarWriter
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=70016
+
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 8176c639e18ab5a66a691a3f78a4b9e1077b2c9d
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 30 12:17:09 2013 +0200
+
+ 1.2
+
+ NEWS | 25 +++++++++++++++++++++++++
+ configure.ac | 2 +-
+ 2 files changed, 26 insertions(+), 1 deletion(-)
+
+commit 9d8849fa72720b458171acbcbcc13696f983d134
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 30 12:03:46 2013 +0200
+
+ Correct JPEG2000 definition
+
+ *.jpc and *.j2k relate to JPEG 2000 codestreams, not to JPEG 2000
+ images, so remove those globs.
+
+ Remove the jP magic, as it creates false positives (and add a test for
+ that). Also add the jp2 string magic.
+
+ With help from Steve Fosdick <other@fosdick.me.uk>
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=11942
+
+ freedesktop.org.xml.in | 7 ++++---
+ tests/img_5304.jpg | Bin 0 -> 102400 bytes
+ tests/list | 3 ++-
+ tests/test.jpc | Bin 1089 -> 0 bytes
+ 4 files changed, 6 insertions(+), 4 deletions(-)
+
+commit 99446c516c178a888ac9550c8eca241c0dac2ae2
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 30 11:19:49 2013 +0200
+
+ Add Microsoft Publisher mime-type
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=64946
+
+ freedesktop.org.xml.in | 5 +++++
+ tests/TS010082249.pub | Bin 0 -> 1349120 bytes
+ tests/list | 2 ++
+ 3 files changed, 7 insertions(+)
+
+commit 9ee0977d94521ab1d4235df4793d0fd15491d1a0
+Author: Friedrich W. H. Kossebau <kossebau@kde.org>
+Date: Wed Jul 24 22:45:25 2013 +0200
+
+ Add more aliases for image/vnd.adobe.photoshop
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=67275
+
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit eb6a25ddfd833070e83c946a636dab8fde80f00d
+Author: Jérémy Bobbio <lunar@debian.org>
+Date: Wed Sep 25 09:54:21 2013 +0200
+
+ OpenPGP clear text signatures aren't application/pgp-signature
+
+ RFC 3156 do not define the application/pgp-signature MIME type as
+ covering clear text signatures. We should not recognize clear text
+ signatures armor header as such.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=69794
+
+ freedesktop.org.xml.in | 1 -
+ tests/list | 3 ++-
+ 2 files changed, 2 insertions(+), 2 deletions(-)
+
+commit a6bdb6a198f8f9fe4153f72e5b4d10e1b5057c3e
+Author: Salve J. Nilsen <sjn-bugs.freedesktop.org@pvv.org>
+Date: Tue Apr 16 17:24:00 2013 +0000
+
+ Improve Perl detection
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=63612
+
+ freedesktop.org.xml.in | 15 ++++++++++++++-
+ tests/list | 4 ++++
+ tests/test.pl | 7 +++++++
+ tests/test.pm | 9 +++++++++
+ tests/test.t | 16 ++++++++++++++++
+ 5 files changed, 50 insertions(+), 1 deletion(-)
+
+commit 7978a04f5b61f9e3b329056e65778a4ccbd8253c
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 30 10:30:49 2013 +0200
+
+ Remove *.ogv as a glob for Theora videos
+
+ As we can't be certain that it is actually Theora video (could be
+ VP8 video as well). *.ogv is still associated with the more generic
+ video/ogg mime-type.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=53376
+
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit 1cc03c34aa72892e5743c92aadcd829bde71ef06
+Author: Vincent Torri <vincent.torri@gmail.com>
+Date: Sat Feb 23 09:56:54 2013 +0100
+
+ Simplify autogen.sh
+
+ By using autoreconf
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61334
+
+ autogen.sh | 56 ++++----------------------------------------------------
+ 1 file changed, 4 insertions(+), 52 deletions(-)
+
+commit e6212c7e359005d524233831362a398dcba9b527
+Author: Vincent Torri <vincent.torri@gmail.com>
+Date: Fri Feb 22 18:02:58 2013 +0100
+
+ rename INCLUDES to AM_CPPFLAGS
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61334
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit ce867fca5eed5fe875d9c469f29331de06297d8a
+Author: Vincent Torri <vincent.torri@gmail.com>
+Date: Fri Feb 22 18:00:22 2013 +0100
+
+ rename configure.in to configure.ac. Future release of autoconf will not support this name anymore.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61334
+
+ configure.ac | 79 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.in | 79 ------------------------------------------------------------
+ 2 files changed, 79 insertions(+), 79 deletions(-)
+
+commit 467e74cd2ce85beb797265b532326c6e8c608ddf
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 30 10:15:14 2013 +0200
+
+ Fix shebang detection for scripts
+
+ We should look from the 3rd character, not the 2nd one, as shebang
+ has 2 characters already ("#" and "!").
+
+ freedesktop.org.xml.in | 46 +++++++++++++++++++++++-----------------------
+ 1 file changed, 23 insertions(+), 23 deletions(-)
+
+commit 196b9ac1ed11b4bbb90ae247cb0a819c52aa814f
+Author: Vadim A. Misbakh-Soloviov <mva@mva.name>
+Date: Mon Jun 3 15:19:12 2013 +0700
+
+ Fix shell shebangs
+
+ Signed-off-by: Vadim A. Misbakh-Soloviov <mva@mva.name>
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=65284
+
+ freedesktop.org.xml.in | 12 ++++++------
+ 1 file changed, 6 insertions(+), 6 deletions(-)
+
+commit 91f4963189a413b8e486b14215caae107560dce1
+Author: Vadim A. Misbakh-Soloviov <mva@mva.name>
+Date: Mon Jun 3 15:16:28 2013 +0700
+
+ Fix lua shebangs
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=65284
+
+ freedesktop.org.xml.in | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
+
+commit d12cce6794fff5f023c020072b7b51b93463d464
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Thu Sep 12 15:08:41 2013 +0300
+
+ Use application/vnd.nintendo.snes.rom for SNES ROMs, associate *.sfc with them.
+
+ http://www.iana.org/assignments/media-types/application/vnd.nintendo.snes.rom
+
+ freedesktop.org.xml.in | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 822d298b3fad0b453c8b6e79f15f34ae44c8afc7
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Thu Sep 12 15:08:23 2013 +0300
+
+ Add SWF test case.
+
+ tests/list | 2 ++
+ tests/subshapes.swf | Bin 0 -> 153 bytes
+ 2 files changed, 2 insertions(+)
+
+commit 2d385ff07eae60f9d92bf932ed7e95fa94dc276d
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Thu Sep 12 14:50:11 2013 +0300
+
+ Use application/vnd.adobe.flash.movie for SWF.
+
+ http://www.iana.org/assignments/media-types/application/vnd.adobe.flash-movie
+
+ freedesktop.org.xml.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit 7a1402b414e8e9d875d08478649a8ea4aaa36b1f
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Tue Aug 6 23:20:37 2013 +0300
+
+ Add video/x-matroska-3d.
+
+ http://matroska.org/technical/specs/notes.html#MIME
+
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 33bce05a5fed6ca8d85ff4c7e0205c9a1ed32e25
+Author: David Zeuthen <zeuthen@gmail.com>
+Date: Fri Jul 26 12:51:17 2013 -0700
+
+ Add MIME types for raw disk images
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=64845
+
+ freedesktop.org.xml.in | 12 ++++++++++++
+ tests/disk.img | 0
+ tests/disk.img.xz | Bin 0 -> 32 bytes
+ tests/disk.raw-disk-image | 0
+ tests/disk.raw-disk-image.xz | Bin 0 -> 32 bytes
+ tests/iso-file.iso | 0
+ tests/list | 7 +++++++
+ 7 files changed, 19 insertions(+)
+
+commit 2c3438c42638bc223430661dd13c08bff93da27c
+Author: Jérémy Bobbio <lunar@debian.org>
+Date: Wed Jun 12 14:04:50 2013 +0000
+
+ Add missing globs and tests for OpenPGP files
+
+ Unfortunately, it looks very hard to differentiate between various OpenPGP
+ (RFC 4880) packets in binary form. Most files end up getting compressed packets
+ (e.g. 0x88 as first byte) and then more logic is needed to determine what the
+ content might be about.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=65679
+
+ freedesktop.org.xml.in | 6 +
+ tests/COPYING-clearsign.asc | 351 ++++++++++++++++++++++++++++++++++++++++++++
+ tests/COPYING-encrypted.asc | 152 +++++++++++++++++++
+ tests/COPYING.asc | 9 ++
+ tests/list | 7 +
+ tests/test-public-key.asc | 20 +++
+ tests/test-secret-key.asc | 35 +++++
+ tests/test-secret-key.skr | Bin 0 -> 1420 bytes
+ 8 files changed, 580 insertions(+)
+
+commit 744b0932d5ba805bd204c3f68f6c29db0ddc28d8
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sat Jul 13 14:24:51 2013 +0200
+
+ Add another magic match for EPub books
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit fa888e520e6d2a27b579dc0dfa39b6094dacf314
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Jul 10 00:10:25 2013 +0200
+
+ Add magic for Kobo e-book reader
+
+ freedesktop.org.xml.in | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 0c41ac819d483b3de89de1c2e58cdfbcf1f0f3c7
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Mar 5 13:41:56 2013 +0100
+
+ Lower the priority of the *png glob on Apple PNGs
+
+ Those broken PNGs should have lower priority for their glob than
+ the real PNGs.
+
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit a9f20e910e2801c6f6a87aa721e6ef2f33196b19
+Author: Matěj Cepl <mcepl@redhat.com>
+Date: Thu Feb 28 13:22:21 2013 +0100
+
+ Added *.pyx as Pyrex/Cython variant of text/x-python
+
+ See http://www.cython.org for more about Cython.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61578
+
+ freedesktop.org.xml.in | 1 +
+ tests/list | 1 +
+ tests/test.pyx | 17 +++++++++++++++++
+ 3 files changed, 19 insertions(+)
+
+commit 408eded55c3e13e4c00762e7e2b0744071bbf9eb
+Author: Matěj Cepl <mcepl@redhat.com>
+Date: Thu Feb 28 13:55:50 2013 +0100
+
+ Added a Python test
+
+ For text/x-python
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61617
+
+ tests/list | 2 ++
+ tests/test.py | 19 +++++++++++++++++++
+ 2 files changed, 21 insertions(+)
+
+commit 5ad3a14abde7b5070d5dc887f33973ea5ae3c38a
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Thu Feb 28 18:37:45 2013 +0200
+
+ Use IANA registered application/sql type for SQL.
+
+ freedesktop.org.xml.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+commit a9fe0fae0c63cfc7fcc3d3191c0e982768d3c399
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 27 11:16:18 2013 +0100
+
+ build: Align error message border
+
+ Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ae160475e478377b0c0170da6a24278c4179646b
+Author: Colin Walters <walters@verbum.org>
+Date: Tue Feb 26 12:38:38 2013 -0500
+
+ Don't use access() to check for writability
+
+ The gnome-ostree build system uses a FUSE mount to access disk images
+ as non-root. The files appear to be owned by root, but are actually
+ modifable by the build user. Unfortunately, the access() system call
+ is unaware of this, and will error out.
+
+ An earlier patch changed the xml save error to write out a "please
+ run me as root" notification, so we'll still have the hint.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61472
+
+ update-mime-database.c | 7 -------
+ 1 file changed, 7 deletions(-)
+
+commit bc7658182f1922d49f33acf614f408a9d3f1f9f2
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Feb 25 02:21:54 2013 -0500
+
+ Call fdatasync() before renaming files into place
+
+ In order to implement fully atomic upgrades, the OSTree system expects
+ that "triggers" such as this tool ensure that any data they generate
+ are on durable storage. Thus, we use fdatasync() before calling
+ rename().
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61472
+
+ configure.in | 2 ++
+ update-mime-database.c | 21 +++++++++++++++++++++
+ 2 files changed, 23 insertions(+)
+
+commit b58fea97ee1579517ced6091b7bd52d788fc01bb
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Feb 25 02:14:57 2013 -0500
+
+ Actually check for errors when closing streams, etc.
+
+ In disk full or corruption type situtions, we really want to know
+ right away. Previously this tool would print an error and just
+ blithely continue. Instead, we now fail out properly and will exit
+ with code 1, so our parent process knows we didn't succeeed.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=61472
+
+ update-mime-database.c | 225 ++++++++++++++++++++++++++++++++++---------------
+ 1 file changed, 158 insertions(+), 67 deletions(-)
+
+commit f9d4f260d78b263c9730786df5db20df998b734d
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 14:32:20 2013 +0100
+
+ 1.1
+
+ NEWS | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.in | 2 +-
+ 2 files changed, 69 insertions(+), 1 deletion(-)
+
+commit 989d7f0e966cfa92daa114503e71665600ccab8c
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 14:17:09 2013 +0100
+
+ Fix LINGUAS completeness tests
+
+ "fa" was being matched by "fa_IR" and "ia" was being matched by
+ "ca@valencia", both of which are obviously wrong.
+
+ Makefile.am | 2 +-
+ po/LINGUAS | 2 +
+ po/fa.po | 2677 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ia.po | 2677 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 4 files changed, 5357 insertions(+), 1 deletion(-)
+
+commit fd19e65604639b7f37c84a95bb91f443e9ae0f70
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 14:14:38 2013 +0100
+
+ Add new languages to po/LINGUAS
+
+ po/LINGUAS | 4 +
+ po/hr.po | 2678 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/ka.po | 2678 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/te.po | 2677 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ po/zh_HK.po | 2677 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 5 files changed, 10714 insertions(+)
+
+commit 619a3b3531dae30ad5d1cc9cfde5279b1f304500
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 14:12:43 2013 +0100
+
+ Updated translations from Transifex
+
+ po/ar.po | 808 +++++++++++++++----------------
+ po/az.po | 806 ++++++++++++++++---------------
+ po/bg.po | 808 +++++++++++++++----------------
+ po/ca.po | 812 +++++++++++++++----------------
+ po/cs.po | 808 +++++++++++++++----------------
+ po/cy.po | 806 ++++++++++++++++---------------
+ po/da.po | 867 ++++++++++++++++-----------------
+ po/de.po | 819 +++++++++++++++----------------
+ po/el.po | 1555 ++++++++++++++++++++++++++++++-----------------------------
+ po/en_GB.po | 1405 ++++++++++++++++++++++++++---------------------------
+ po/eo.po | 814 +++++++++++++++----------------
+ po/es.po | 815 +++++++++++++++----------------
+ po/eu.po | 814 +++++++++++++++----------------
+ po/fi.po | 815 +++++++++++++++----------------
+ po/fo.po | 806 ++++++++++++++++---------------
+ po/fr.po | 808 +++++++++++++++----------------
+ po/ga.po | 808 +++++++++++++++----------------
+ po/gl.po | 808 +++++++++++++++----------------
+ po/he.po | 810 +++++++++++++++----------------
+ po/hu.po | 818 +++++++++++++++----------------
+ po/id.po | 810 +++++++++++++++----------------
+ po/it.po | 810 +++++++++++++++----------------
+ po/ja.po | 810 +++++++++++++++----------------
+ po/kk.po | 810 +++++++++++++++----------------
+ po/ko.po | 991 ++++++++++++++++++-------------------
+ po/lt.po | 808 +++++++++++++++----------------
+ po/lv.po | 905 +++++++++++++++++-----------------
+ po/ms.po | 806 ++++++++++++++++---------------
+ po/nb.po | 806 ++++++++++++++++---------------
+ po/nl.po | 965 ++++++++++++++++++------------------
+ po/nn.po | 806 ++++++++++++++++---------------
+ po/pl.po | 810 +++++++++++++++----------------
+ po/pt.po | 806 ++++++++++++++++---------------
+ po/pt_BR.po | 1174 ++++++++++++++++++++++----------------------
+ po/ro.po | 808 +++++++++++++++----------------
+ po/ru.po | 808 +++++++++++++++----------------
+ po/sk.po | 808 +++++++++++++++----------------
+ po/sl.po | 834 ++++++++++++++++----------------
+ po/sq.po | 808 +++++++++++++++----------------
+ po/sr.po | 808 +++++++++++++++----------------
+ po/sv.po | 810 +++++++++++++++----------------
+ po/tr.po | 1233 +++++++++++++++++++++++-----------------------
+ po/uk.po | 808 +++++++++++++++----------------
+ po/vi.po | 806 ++++++++++++++++---------------
+ po/zh_CN.po | 849 ++++++++++++++++----------------
+ po/zh_TW.po | 884 ++++++++++++++++-----------------
+ 46 files changed, 20047 insertions(+), 19944 deletions(-)
+
+commit bf25d8923dc2b2036acb7652698a83b822df8245
+Author: Sebastian Trueg <trueg@kde.org>
+Date: Tue Jan 4 10:44:33 2011 +0100
+
+ Add application/x-trig mime-type
+
+ application/x-trig represents the encoding used for all RDF ontologies
+ in the shared-desktop-ontologies package.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=32812
+
+ freedesktop.org.xml.in | 9 ++
+ tests/list | 1 +
+ tests/nrl.trig | 331 +++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 341 insertions(+)
+
+commit 6fcdfaf84819ea88b14f43a33053751064dda115
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 12:17:22 2013 +0100
+
+ Add magic for GNU gettext message catalogs (.mo)
+
+ freedesktop.org.xml.in | 4 ++++
+ tests/list | 2 +-
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+commit f3331b949e7b127f4e8f6b13a9a970e1b0d12d06
+Author: Jorn Baayen <jorn.baayen@baayen-heinz.com>
+Date: Wed Feb 13 11:50:18 2013 +0100
+
+ Add text/x-modelica type.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=56839
+
+ freedesktop.org.xml.in | 20 ++++++++++++++++++++
+ tests/list | 2 ++
+ tests/test.mo | 6 ++++++
+ 3 files changed, 28 insertions(+)
+
+commit 88296cf92e716ee9dba0c60a7eeb2e9d46f2c951
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 12:04:49 2013 +0100
+
+ Split off the AAC mime-type from the M4A one
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=13817
+
+ freedesktop.org.xml.in | 11 ++++++++++-
+ tests/ct_faac-adts.aac | Bin 0 -> 299647 bytes
+ tests/list | 2 ++
+ 3 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 722591fd81d10a63cc5ec300c899703be6909b46
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 12:04:28 2013 +0100
+
+ Fix XML typoes in IFF sub-classing
+
+ freedesktop.org.xml.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit ef7b04cf111b290b235cb5cfc5ffec8c04296999
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 13 11:47:26 2013 +0100
+
+ Add test cases for AIFF and ILBM mime-types
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=20070
+
+ tests/list | 4 ++++
+ tests/test.aiff | Bin 0 -> 88288 bytes
+ tests/test.ilbm | Bin 0 -> 2010 bytes
+ 3 files changed, 4 insertions(+)
+
+commit f6785575008fd1d0699197110ee2b767301ebee1
+Author: Magnus Bergman <magnusbe@algonet.se>
+Date: Sun Feb 22 15:52:00 2009 +0000
+
+ Add IFF super-type
+
+ And fix problems with sub-types, such as AIFF and ILBM file types.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=20070
+
+ freedesktop.org.xml.in | 36 ++++++++++++++++++++++++++----------
+ 1 file changed, 26 insertions(+), 10 deletions(-)
+
+commit 7179b0c5414a73d9ebc6b551a1f25f9a57a28fea
+Author: Vincent Untz <vuntz@gnome.org>
+Date: Tue Oct 11 15:02:05 2011 +0200
+
+ Add application/x-lzh-compressed as alias to application/x-lha
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=41680
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 036830e88990d3a75d0279b8954f2886159615f2
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 18:38:35 2013 +0100
+
+ Make the main docbook mime-type be application/x-docbook+xml
+
+ And make application/docbook+xml and application/vnd.oasis.docbook+xml
+ be aliases of it.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=42369
+
+ freedesktop.org.xml.in | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 5dc7a385dfde27baabbe7384e69605c48adbf1e4
+Author: Allan Sandfeld <kde@carewolf.com>
+Date: Mon Jan 7 12:05:00 2013 +0000
+
+ Add MHTML mime-type
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=57416
+
+ freedesktop.org.xml.in | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 6ee851325813b2d9a0a35e26b43d74e8f33aa677
+Author: Vincent Untz <vuntz@gnome.org>
+Date: Tue Oct 11 15:35:45 2011 +0200
+
+ Add text/x-uuencode
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=41684
+
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 2 ++
+ tests/test.uue | 4 ++++
+ 3 files changed, 15 insertions(+)
+
+commit 5cb1444444f1708959a34b5c23ff4ef317cbadd6
+Author: Vincent Untz <vuntz@gnome.org>
+Date: Tue Oct 11 17:09:46 2011 +0200
+
+ Add application/winhlp
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=41708
+
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 2 ++
+ tests/test.hlp | Bin 0 -> 7265 bytes
+ 3 files changed, 10 insertions(+)
+
+commit c9f24a9a7fd7d514e11e56b5520395453e673c2c
+Author: Petr Pavlu <setup@dagobah.cz>
+Date: Thu Jul 21 19:52:23 2011 +0200
+
+ Improve magic of uncompressed TGA files
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=39457
+
+ freedesktop.org.xml.in | 9 ++++++++-
+ tests/list | 2 ++
+ tests/test2.tga | Bin 0 -> 1244 bytes
+ 3 files changed, 10 insertions(+), 1 deletion(-)
+
+commit 45d3102de30b5ad4a8c9dcc7b2c6a26dd7b1f947
+Author: Friedrich <kossebau@kde.org>
+Date: Thu Jul 19 21:20:00 2012 +0000
+
+ Add aliases for EMF and WMF image types
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=52278
+
+ freedesktop.org.xml.in | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 02063fc9ead09c9ea8408a47234d2c61c28b9d19
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 17:43:13 2013 +0100
+
+ Add AVF file variant of the AVI container
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=55336
+ See also:
+ https://bugzilla.gnome.org/show_bug.cgi?id=593117
+
+ freedesktop.org.xml.in | 4 ++++
+ tests/list | 2 ++
+ tests/test.avf | Bin 0 -> 262144 bytes
+ 3 files changed, 6 insertions(+)
+
+commit b6f5549fea0ee428d9a361a54aa9e08ac0901f6e
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 17:42:32 2013 +0100
+
+ Add hook JNLP file to the test suite
+
+ tests/list | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit ea6a3798fbac88ea47353ec7ee3264e28b8ce7aa
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 17:26:57 2013 +0100
+
+ Add JNLP file to the test suite
+
+ tests/test.jnlp | 20 ++++++++++++++++++++
+ 1 file changed, 20 insertions(+)
+
+commit 003480a2ab96696a12426682a51dd85cb0e5a5cd
+Author: Caolán McNamara <caolanm@redhat.com>
+Date: Fri Jul 27 12:08:59 2012 +0100
+
+ add pict version 2 detection
+
+ http://developer.apple.com/legacy/mac/library/documentation/mac/QuickDraw/QuickDraw-462.htm
+ data 'PICT' (128) {
+ $"0078" /* picture size; don't use this value for picture size */
+ $"0000 0000 006C 00A8" /* bounding rectangle of picture at 72 dpi */
+ $"0011" /* VersionOp opcode; always $0011 for extended version 2 */
+ $"02FF" /* Version opcode; always $02FF for extended version 2 */
+ $"0C00" /* HeaderOp opcode; always $0C00 for extended version 2 */
+ /* next 24 bytes contain header information */
+ $"FFFE" /* version; always -2 for extended version 2 */
+ $"0000" /* reserved */
+ ...
+ }
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=52581
+
+ freedesktop.org.xml.in | 19 +++++++++++++++++++
+ tests/list | 3 +++
+ tests/newtonme.pict | Bin 0 -> 217008 bytes
+ tests/ooo25876-2.pct | Bin 0 -> 11168 bytes
+ 4 files changed, 22 insertions(+)
+
+commit ccc873cd1aa614d6d40e47b916afeaf954225348
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 15:38:02 2013 +0100
+
+ Add magic for MNG animations
+
+ https://bugzilla.freedesktop.org/show_bug.cgi?id=55339
+
+ freedesktop.org.xml.in | 3 +++
+ tests/list | 3 ++-
+ tests/test.mng | Bin 0 -> 5464 bytes
+ 3 files changed, 5 insertions(+), 1 deletion(-)
+
+commit b1b4439904f534059f947e8f2503458ea0951738
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 15:29:10 2013 +0100
+
+ Add *.di as a glob for D interface source files
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=60605
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit ff68deb17aa9dfbfcac7e961f1c65ecbcb4cd7f1
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Feb 12 15:25:25 2013 +0100
+
+ Add image/x-xpm alias for XPM images
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=57454
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 8a8e039e72e25fb1b9756c8acb2310c8767868ef
+Author: Paul Menzel <paulepanter@users.sourceforge.net>
+Date: Mon Oct 1 13:18:21 2012 +0200
+
+ spec: Fix typo treemagic element*s*
+
+ The plural »s« is forgotton.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=55489
+
+ shared-mime-info-spec.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 3338382911d7804b3e7f463f7a7fcafa8b1e3efc
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Fri Jan 25 22:35:27 2013 +0200
+
+ application/dicom: Add dicomdir glob.
+
+ http://tools.ietf.org/html/rfc3240
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 7bc9250fa35aaf536938aff817bb58786e28a3c0
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 19 15:25:39 2013 +0200
+
+ application/x-rar: Add RAR acronym.
+
+ http://en.wikipedia.org/wiki/RAR
+
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 9d73fc74d9386333de1ba49ffe7ba991ef498c37
+Author: David Faure <faure@kde.org>
+Date: Sat Jan 19 10:46:47 2013 +0100
+
+ Add application/ics as an alias for text/calendar
+
+ This mimetype name seems to be used by Microsoft and Amazon.
+ http://answers.microsoft.com/en-us/winphone/forum/wp6n-wpdevices/calendar-ics-attachments-using-imap/4d97b855-3da5-4342-92f4-cc27c4e050f6
+ http://docs.aws.amazon.com/ses/latest/DeveloperGuide/MIMETypes.html
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 3d6c813f6cb95835833a8709319320cc1d0613ad
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:44:12 2013 +0200
+
+ application/x-fluid: Add FLTK acronym.
+
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit b13c6e920c4342abbab3001ece8c786e1c3da6dd
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:42:51 2013 +0200
+
+ application/font-woff: New type (WOFF font).
+
+ freedesktop.org.xml.in | 10 ++++++++++
+ tests/LiberationSans-Regular.woff | Bin 0 -> 188404 bytes
+ tests/list | 2 ++
+ 3 files changed, 12 insertions(+)
+
+commit 9246c6e31713298612c40d92f9698ac6a21d7d1c
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:37:21 2013 +0200
+
+ application/x-font-ttf: Add test case.
+
+ tests/LiberationSans-Regular.ttf | Bin 0 -> 350200 bytes
+ tests/list | 2 ++
+ 2 files changed, 2 insertions(+)
+
+commit 8bb0698b3993cd0c1e2b3abf47f162aa01aea715
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:20:50 2013 +0200
+
+ application/x-source-rpm: Add *.spm glob.
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit b9d2cbeaef960066af1e1a28e21c4cc440e5e75d
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:19:49 2013 +0200
+
+ application/x-source-rpm: sub-class-of x-rpm instead of the x-redhat-package-manager alias.
+
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 626058e01165bb6b1d36d855a770ebf9befca8f7
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jan 12 12:19:07 2013 +0200
+
+ application/x-source-rpm: Drop duplicate generic-icon.
+
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
+
+commit d9228655eed99fd9fb7bc8fea3fd08b4a07e724c
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Jan 7 14:35:52 2013 +0100
+
+ build: Run the test-mime test from xdgmime as well
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 491b0da03e03dd44ee22046e635e149230c96d66
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Jan 7 14:21:18 2013 +0100
+
+ tests: Add AMR test
+
+ So that we can check that our matching is case-insensitive.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=38415
+
+ tests/list | 5 +++++
+ tests/sample2.amr | Bin 0 -> 2840 bytes
+ 2 files changed, 5 insertions(+)
+
+commit 4462b30c5b9592f134ce7d4fb7b7139f58c92a78
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Fri Nov 30 15:50:49 2012 +0100
+
+ Add mime-type for source RPMs
+
+ freedesktop.org.xml.in | 7 +++++++
+ tests/foo-0.1-1.fc18.src.rpm | Bin 0 -> 2393 bytes
+ tests/list | 2 ++
+ 3 files changed, 9 insertions(+)
+
+commit bcda255c6af50442edc3b25d5119f2460bcb7860
+Author: Pino Toscano <pino@kde.org>
+Date: Wed Nov 7 15:24:33 2012 +0100
+
+ Add test case for application/x-gettext-translation
+
+ Translate test.pot executing `msgen -o test-en.po test.pot` and then filling out the header of test-en.po.
+ test-en.mo is then produced with `msgfmt -o test-en.mo test-en.po`.
+
+ tests/list | 2 ++
+ tests/test-en.mo | Bin 0 -> 426 bytes
+ tests/test-en.po | 18 ++++++++++++++++++
+ 3 files changed, 20 insertions(+)
+
+commit c4f1b394a08a93fac10549bfefd40d74a4090ebe
+Author: Pino Toscano <pino@kde.org>
+Date: Wed Nov 7 15:15:28 2012 +0100
+
+ Add simple magic for text/x-gettext-translation-template
+
+ Possibly not the best magic, but it matches at least what GNU xgettext produces (i.e. the header as fuzzy).
+
+ Add a small .c source with the sample message and the generated .pot file.
+
+ freedesktop.org.xml.in | 3 +++
+ po/POTFILES.skip | 1 +
+ tests/list | 2 ++
+ tests/test-gettext.c | 7 +++++++
+ tests/test.pot | 23 +++++++++++++++++++++++
+ 5 files changed, 36 insertions(+)
+
+commit ba107426318741625f962e76e3484e399452786a
+Author: David Faure <faure@kde.org>
+Date: Wed Oct 31 22:29:52 2012 +0100
+
+ Put bz2 patterns before bz ones for bzip-related mimetypes.
+
+ When creating a new compressed archive and allowing a file extension to be
+ automatically added in KDE's save file dialog, the main extension (as
+ defined in the spec) is used, and ".bz2" is better than ".bz" (more commonly used).
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=47950
+
+ freedesktop.org.xml.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 23bf385fc0e03d9013dbd435e8e6bc88062aace8
+Author: David Faure <faure@kde.org>
+Date: Wed Oct 31 22:12:15 2012 +0100
+
+ Document that the first extension is the main one, as discussed long ago.
+
+ http://www.mail-archive.com/xdg@lists.freedesktop.org/msg04347.html
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=47950
+
+ shared-mime-info-spec.xml | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 865772a02ba55a439fb3024078e971d14e2ae6ea
+Author: Caolán McNamara <caolanm@redhat.com>
+Date: Wed Jun 1 16:07:41 2011 +0100
+
+ Add application/vnd.lotus-wordpro
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=36036
+
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 1 +
+ tests/test.lwp | Bin 0 -> 82280 bytes
+ 3 files changed, 9 insertions(+)
+
+commit d3122c4234eff7dcf8fbbd6c8ae91a7c3203f17d
+Author: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
+Date: Tue Oct 30 09:54:38 2012 +0100
+
+ Added xlr filetype
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=56575
+
+ freedesktop.org.xml.in | 1 +
+ tests/list | 2 ++
+ tests/test.xlr | Bin 0 -> 11776 bytes
+ 3 files changed, 3 insertions(+)
+
+commit 391ae76f6a2f3af93406ac31bc8735695f41d07d
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Oct 16 17:52:54 2012 +0200
+
+ Add *.ar archives to the test suite
+
+ freedesktop.org.xml.in | 1 +
+ tests/libgcc.a | Bin 0 -> 3034890 bytes
+ tests/libgcc.ar | Bin 0 -> 3034890 bytes
+ tests/list | 2 ++
+ 4 files changed, 3 insertions(+)
+
+commit bf9b8984d239893897bb46e6c7bbc90df390af93
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Sep 25 15:06:28 2012 +0200
+
+ Add support for DOS EPS files
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=55264
+
+ freedesktop.org.xml.in | 1 +
+ tests/Oriental_tattoo_by_daftpunk22.eps | Bin 0 -> 429323 bytes
+ tests/list | 2 ++
+ 3 files changed, 3 insertions(+)
+
+commit dee2f58d9c8a1305641ad7c5447fc598ac389104
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Sep 25 15:01:25 2012 +0200
+
+ build: Add a local-test target to print mime info
+
+ About files present in the staging-tests sub-directory, so
+ that you can easily populate the test suite.
+
+ HACKING | 3 +++
+ Makefile.am | 19 +++++++++++++++++++
+ 2 files changed, 22 insertions(+)
+
+commit b4e68eef0d1ac943b7c4e28f7319a5f03da75ac2
+Author: Luca Wehrstedt <lerks@users.sourceforge.net>
+Date: Sat Aug 11 14:06:30 2012 +0200
+
+ Add *.tb2 as a glob for application/x-bzip-compressed-tar
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=53377
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 6cd2565a3e66ca037613dc2970ca236d7587fe42
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 24 12:54:03 2012 +0200
+
+ Add LZMA test case to the test suite
+
+ tests/list | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit 6e07e09b8c38f61955f9c2071d3217a78d8cc696
+Author: Luca Wehrstedt <lerks@users.sourceforge.net>
+Date: Sat Aug 11 12:13:53 2012 +0200
+
+ Add some sub-class-of tags for compressed files
+
+ Make all *.tar.gz, *.pdf.gz, *.ps.gz, *.dvi.gz, *.eps.gz, etc. become
+ subclasses of *.gz (and the same for other compression formats too).
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=53373
+
+ freedesktop.org.xml.in | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 1172bb5cdcbcd16e15fc2895ee3452bfe654d6aa
+Author: Luca Wehrstedt <lerks@users.sourceforge.net>
+Date: Sat Aug 11 12:07:35 2012 +0200
+
+ Move *.taz from application/x-compressed-tar to application/x-tarz
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=53371
+
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit b3e64e0b5e5b44e8d9fa2d7fce1688b28c3e90e5
+Author: Luca Wehrstedt <lerks@users.sourceforge.net>
+Date: Sat Aug 11 12:20:45 2012 +0200
+
+ Fix some globs for OGG files
+
+ Use both *.ogg and *.oga for audio/ogg and both *.ogg and *.ogv for
+ video/ogg. Also, use *.spx only for audio/x-speex.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=53376
+
+ freedesktop.org.xml.in | 6 +++++-
+ 1 file changed, 5 insertions(+), 1 deletion(-)
+
+commit a80816648daad4d601fd69d1b0210d7a0704b294
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 24 12:43:55 2012 +0200
+
+ Add LZMA test file
+
+ The 'data' test fails because LZMA lacks magic data, unlike
+ its descendant XZ or 7z for example.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=55254
+
+ tests/sample.png.lzma | Bin 0 -> 450 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
+
+commit a6dc3d16ea33abae0f40b30e6b4042aac5e876a2
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 24 12:13:10 2012 +0200
+
+ Add magic for v1 and v2 XCF files
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=55263
+
+ freedesktop.org.xml.in | 2 ++
+ tests/list | 3 +++
+ tests/lucid-tab-bg.xcf | Bin 0 -> 1461813 bytes
+ tests/weather_sun.xcf | Bin 0 -> 749012 bytes
+ 4 files changed, 5 insertions(+)
+
+commit 462e9260c58c95f1db760dcd25f25cb307c5f140
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Mon Sep 24 12:05:08 2012 +0200
+
+ doc: Link to latest version in HACKING
+
+ HACKING | 3 +++
+ 1 file changed, 3 insertions(+)
+
+commit 77c334309bba791eb7f0c8e4cd0f9053502fd27c
+Author: William Jon McCann <jmccann@redhat.com>
+Date: Sun Sep 16 11:30:02 2012 -0400
+
+ Add application/x-gtk-builder type
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=28020
+
+ freedesktop.org.xml.in | 9 ++
+ tests/gtk-builder.ui | 266 +++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/list | 1 +
+ 3 files changed, 276 insertions(+)
+
+commit c85a4873c5c1da539db1d468f01f18974c374cfa
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Aug 18 23:16:47 2012 +0300
+
+ Fix Scream Tracker instrument magic value.
+
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 67c2ac1808d0471094ae97aea606b4ae1730e50e
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Tue Aug 7 15:05:00 2012 +0100
+
+ doc: Update docs on how to update the spec
+
+ HACKING | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
+
+commit 6dff09600ce9f5c606b348692d05e6367a1a40ad
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jul 21 12:01:05 2012 +0300
+
+ Add application/gml+xml.
+
+ http://tools.ietf.org/html/draft-portele-ogc-gml-mime
+ http://portal.opengeospatial.org/files/?artifact_id=37743
+
+ freedesktop.org.xml.in | 8 ++++++++
+ 1 file changed, 8 insertions(+)
+
+commit 4f795a85d95e3d650cfd3d465331fc066c5c131e
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Jul 21 11:57:25 2012 +0300
+
+ Use IANA registered application/gzip instead of x-gzip.
+
+ freedesktop.org.xml.in | 13 +++++++------
+ shared-mime-info-spec.xml | 2 +-
+ 2 files changed, 8 insertions(+), 7 deletions(-)
+
+commit 7d180d6b2c4c44faba43ab2a7581869a25569e16
+Author: Alex Henrie <alexhenrie24@gmail.com>
+Date: Wed Jun 27 22:29:05 2012 -0600
+
+ Match application/vnd.palm to IANA standard
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=51496
+
+ freedesktop.org.xml.in | 8 +++++---
+ 1 file changed, 5 insertions(+), 3 deletions(-)
+
+commit 475c0efab7e9b11c02f55d4348ec195a34ad6017
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Mon Jun 4 19:16:20 2012 +0300
+
+ Spelling fixes.
+
+ ChangeLog.pre-git | 4 ++--
+ NEWS | 2 +-
+ freedesktop.org.xml.in | 2 +-
+ po/ca.po | 2 +-
+ po/eu.po | 2 +-
+ shared-mime-info-spec.xml | 4 ++--
+ 6 files changed, 8 insertions(+), 8 deletions(-)
+
+commit e4d05406e3284631920594df08e5ae007e1c3d0b
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Fri Jun 1 22:18:28 2012 +0300
+
+ Add *.mk and *.mak text/x-makefile globs.
+
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
+
+commit afbdfb40a3ff8c255e5d3dab8840cc478a007d45
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sun Apr 29 18:16:44 2012 +0100
+
+ Add separate mime-type for Apple broken PNGs
+
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 1 +
+ tests/test-apple.png | Bin 0 -> 10872 bytes
+ 3 files changed, 10 insertions(+)
+
+commit ac9ef2324158ceb300cb5d2b9967ec3e750694a1
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Sat Apr 28 17:32:52 2012 +0100
+
+ Add AMZ (AmazonMP3 Download File) mime-type
+
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+commit e3ba34cb347d2ab170cc52ee8c9b441f70db2fce
+Author: Paul Menzel <paulepanter@users.sourceforge.net>
+Date: Fri Jan 28 12:00:17 2011 +0100
+
+ Add `application/x-qtiplot` mime type
+
+ Add this new mime type to be able to automatically open
+ the QtiPlot [1] files. Currently files with the extension
+ `qti` are detected as Quicktime image (`qtif`).
+
+ Also add an example test file, which is just an empty project.
+
+ [1] http://soft.proindependent.com/
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=33641
+
+ freedesktop.org.xml.in | 10 ++++++++++
+ tests/list | 2 ++
+ tests/test.qti | 19 +++++++++++++++++++
+ 3 files changed, 31 insertions(+)
+
+commit 293676528922041a58555c93c6ee9f0b79404d75
+Author: David Faure <faure@kde.org>
+Date: Thu Feb 2 13:05:18 2012 +0100
+
+ application/pkcs7-mime: Fix comment, add glob patterns.
+
+ freedesktop.org.xml.in | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
+
+commit cb0ef573058ec188a78c3e3c025224a0ced7b087
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 1 16:16:29 2012 +0000
+
+ Add test for fixed PPM bug
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=39126
+
+ tests/bug39126-broken.ppm | 4 ++++
+ tests/bug39126-working.ppm | 5 +++++
+ tests/list | 3 +++
+ 3 files changed, 12 insertions(+)
+
+commit d20524d84d895f87f8009685ac28789a68ae54f0
+Author: Bastien Nocera <hadess@hadess.net>
+Date: Wed Feb 1 16:15:30 2012 +0000
+
+ Fix test from 7755b83bba5ee9e10a2ef0f8e36175f6c6ee08e1
+
+ tests/list | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 202ab90c74db47812818f0ccc490a2da9efe752b
+Author: Sam Thursfield <ssssam@gmail.com>
+Date: Wed Feb 1 16:11:13 2012 +0000
+
+ Add DTS and DTS-HD mime-types
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=40800
+
+ freedesktop.org.xml.in | 20 ++++++++++++++++++++
+ tests/list | 3 +++
+ tests/test.dts | Bin 0 -> 10240 bytes
+ tests/test.dtshd | Bin 0 -> 2048 bytes
+ 4 files changed, 23 insertions(+)
+
+commit 03152345223520932956f812451e9ea0c1ccdb36
+Author: Hib Eris <hib@hiberis.nl>
+Date: Thu Nov 3 14:20:47 2011 +0100
+
+ Use native update-mime-database for install when cross compiling
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=42554
+
+ Makefile.am | 8 +++++++-
+ configure.in | 9 +++++++++
+ 2 files changed, 16 insertions(+), 1 deletion(-)
+
+commit 5648aced8473372f1484c4f731c02a543aa008c1
+Author: Hib Eris <hib@hiberis.nl>
+Date: Thu Nov 3 13:58:26 2011 +0100
+
+ Use non-installed update-mime-database in install-data-hook
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=42554
+
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit de0bb427127947c23c674e12eeac179996482185
+Author: Hib Eris <hib@hiberis.nl>
+Date: Thu Nov 3 13:25:15 2011 +0100
+
+ Disable checks when cross compiling
+
+ Makefile.am | 4 ++++
+ configure.in | 3 +++
+ 2 files changed, 7 insertions(+)
+
+commit 1f3c3f46e36c4d90ba6fbccc9b44f2e2814759d4
+Author: Hib Eris <hib@hiberis.nl>
+Date: Thu Nov 3 12:48:51 2011 +0100
+
+ Fix build for platforms with executable extensions
+
+ Makefile.am | 16 ++++++++--------
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+commit ae1e10c6c830c33b1e3f44ec16efda007ae8b31e
+Author: Thomas Hebb <tommyhebb@gmail.com>
+Date: Fri Jan 27 00:03:20 2012 -0500
+
+ Make application/x-xz-compressed-tar a subclass of application/x-xz.
+
+ This allows checking for xz magic in .tar.xz files.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=45293
+
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 2d6b6889ea26b9c35a52287d3a57fd836e79193f
+Author: Vincent Untz <vuntz@gnome.org>
+Date: Wed Oct 19 11:13:13 2011 +0200
+
+ Add zz-application/zz-winassoc-* aliases
+
+ See discussion in https://bugs.freedesktop.org/show_bug.cgi?id=41286
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=41989
+
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
+
+commit 59933adf44054e5d78719cbcf7585bc68d9585aa
+Author: David Faure <faure@kde.org>
+Date: Thu Jan 26 19:22:19 2012 +0100
+
+ Fix mimetype names used as examples in the spec
+
+ shared-mime-info-spec.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+commit 668361327d47ab6e50e407e54f3e236aa3ed611f
+Author: Colin Walters <walters@verbum.org>
+Date: Tue Jan 24 10:52:00 2012 -0500
+
+ Allow builders to not run make check by default
+
+ Doing so breaks cross compilation, and is just plain different from
+ pretty much every other module out there in the GNOME dependency stack.
+
+ Furthermore, the environment needed for tests is not necessarily the
+ same as that needed to just do a build.
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=45180
+
+ Makefile.am | 7 ++++++-
+ configure.in | 6 ++++++
+ 2 files changed, 12 insertions(+), 1 deletion(-)
+
+commit 74c43e7b0824175e5557086c095ec2324c02e3fe
+Author: Colin Walters <walters@verbum.org>
+Date: Mon Jan 23 21:54:43 2012 -0500
+
+ autogen.sh: Honor NOCONFIGURE=1
+
+ http://people.gnome.org/~walters/docs/build-api.txt
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=45180
+
+ autogen.sh | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+commit 7755b83bba5ee9e10a2ef0f8e36175f6c6ee08e1
+Author: Richard Hughes <richard@hughsie.com>
+Date: Wed Jan 18 11:22:14 2012 +0000
+
+ Add application/x-ccmx as a registered type
+
+ Use the matching values taken from http://www.argyllcms.com/doc/ccxxmake.html
+
+ https://bugs.freedesktop.org/show_bug.cgi?id=44894
+
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 2 ++
+ tests/test.ccmx | 18 ++++++++++++++++++
+ 3 files changed, 29 insertions(+)
+
commit cdf866acbee836578128bf652bd775f8f8225be9
Author: Bastien Nocera <hadess@hadess.net>
Date: Tue Jan 17 16:22:01 2012 +0000
1.0
- NEWS | 15 +++++++++++++++
- configure.in | 2 +-
- 2 files changed, 16 insertions(+), 1 deletions(-)
+ NEWS | 15 +++++++++++++++
+ configure.in | 2 +-
+ 2 files changed, 16 insertions(+), 1 deletion(-)
commit 3ac804ac91c93e34eeab7ccf464a5fdd477cab3f
Author: Bastien Nocera <hadess@hadess.net>
@@ -14,9 +1739,9 @@ Date: Tue Jan 17 16:26:59 2012 +0000
Silent build by default
- Makefile.am | 2 +-
- configure.in | 3 +++
- 2 files changed, 4 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ configure.in | 3 +++
+ 2 files changed, 4 insertions(+), 1 deletion(-)
commit f51d07c296f456886574db45ba07f7c76984adf3
Author: Bastien Nocera <hadess@hadess.net>
@@ -24,8 +1749,8 @@ Date: Tue Jan 17 16:26:50 2012 +0000
Fix compile-time warning
- test-tree-magic.c | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ test-tree-magic.c | 3 +++
+ 1 file changed, 3 insertions(+)
commit 21b73e824f0f1727e73bc972a0d2c03cff850fff
Author: Bastien Nocera <hadess@hadess.net>
@@ -35,7 +1760,7 @@ Date: Tue Jan 17 16:15:02 2012 +0000
po/ar.po | 828 +++++++++++-----------
po/az.po | 828 +++++++++++-----------
- po/bg.po | 904 ++++++++++++------------
+ po/bg.po | 904 +++++++++++------------
po/bg_BG.po | 828 +++++++++++-----------
po/bn_IN.po | 828 +++++++++++-----------
po/ca.po | 830 +++++++++++-----------
@@ -55,12 +1780,12 @@ Date: Tue Jan 17 16:15:02 2012 +0000
po/fr.po | 828 +++++++++++-----------
po/ga.po | 828 +++++++++++-----------
po/gl.po | 2045 +++++++++++++++++++++++++++--------------------------
- po/he.po | 882 ++++++++++++-----------
+ po/he.po | 882 +++++++++++------------
po/hi.po | 828 +++++++++++-----------
po/hu.po | 830 +++++++++++-----------
po/id.po | 866 ++++++++++++-----------
po/it.po | 832 +++++++++++-----------
- po/ja.po | 943 +++++++++++++------------
+ po/ja.po | 943 ++++++++++++------------
po/kk.po | 879 ++++++++++++-----------
po/ko.po | 830 +++++++++++-----------
po/lt.po | 828 +++++++++++-----------
@@ -100,9 +1825,10 @@ Date: Mon Jan 9 16:05:48 2012 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=667469
- freedesktop.org.xml.in | 2 ++
- tests/tree-list | 1 +
- 2 files changed, 3 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ tests/tree-list | 1 +
+ tests/video-dvd-3/VIDEO_TS.IFO | 0
+ 3 files changed, 3 insertions(+)
commit 5bc13ffaef183e0711b82fce163d3c7e882d36ba
Author: Bastien Nocera <hadess@hadess.net>
@@ -112,8 +1838,8 @@ Date: Wed Dec 7 12:03:58 2011 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=43571
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 7dd8b9ec6c972d8dedd7b62cc0fc8ebdbe3239f2
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -121,8 +1847,8 @@ Date: Sun Dec 4 13:25:37 2011 +0200
Fix FSF address in license notice.
- test-tree-magic.c | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ test-tree-magic.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit bb6a26ff9f45363e8290372e113044a2dd2b70dd
Author: Bastien Nocera <hadess@hadess.net>
@@ -132,8 +1858,8 @@ Date: Mon Nov 21 18:18:54 2011 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=664457
- freedesktop.org.xml.in | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 930e9e28e912e63573ddef6e4485cd3b7ce46657
Author: Bastien Nocera <hadess@hadess.net>
@@ -146,9 +1872,9 @@ Date: Mon Nov 21 18:17:48 2011 +0000
https://bugzilla.gnome.org/show_bug.cgi?id=664457
- tests/list | 2 ++
- tests/xml-in-mp3.mp3 | Bin 0 -> 1024 bytes
- 2 files changed, 2 insertions(+), 0 deletions(-)
+ tests/list | 2 ++
+ tests/xml-in-mp3.mp3 | Bin 0 -> 1024 bytes
+ 2 files changed, 2 insertions(+)
commit ffe5a6da06ac6bf3893b7197d6b2bbb5cc3b390d
Author: David Faure <faure@kde.org>
@@ -158,10 +1884,10 @@ Date: Mon Nov 14 18:41:56 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=2359
- freedesktop.org.xml.in | 9 +++++++++
- tests/list | 2 ++
- tests/test.vsd | Bin 0 -> 10240 bytes
- 3 files changed, 11 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 2 ++
+ tests/test.vsd | Bin 0 -> 10240 bytes
+ 3 files changed, 11 insertions(+)
commit 9ed7a2a7f5cb12dbeb258a47902bff7b71f66e06
Author: Jürg Billeter <j@bitron.ch>
@@ -169,10 +1895,10 @@ Date: Fri Nov 4 13:51:06 2011 +0100
Fix magic for MP3 files without ID3
- freedesktop.org.xml.in | 2 +-
- tests/list | 2 ++
- tests/test-noid3.mp3 | Bin 0 -> 9194 bytes
- 3 files changed, 3 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ tests/list | 2 ++
+ tests/test-noid3.mp3 | Bin 0 -> 9194 bytes
+ 3 files changed, 3 insertions(+), 1 deletion(-)
commit 00dceabf363b9688023fbb9861b54a2ccb673930
Author: Bastien Nocera <hadess@hadess.net>
@@ -180,8 +1906,8 @@ Date: Fri Nov 4 12:06:04 2011 +0000
tests: test2.ppm works now
- tests/list | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ tests/list | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 199c7f30701f2f4e7507444758b5cbcd601ea3a4
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
@@ -194,8 +1920,8 @@ Date: Fri Oct 7 14:25:37 2011 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=41555
- freedesktop.org.xml.in | 42 ++++++++++++++++++++++++------------------
- 1 files changed, 24 insertions(+), 18 deletions(-)
+ freedesktop.org.xml.in | 42 ++++++++++++++++++++++++------------------
+ 1 file changed, 24 insertions(+), 18 deletions(-)
commit 396f79bb13f03d6d721e3ace2ef9a871949dc55e
Author: Marc-André Lureau <marcandre.lureau@gmail.com>
@@ -205,9 +1931,9 @@ Date: Fri Oct 7 14:32:08 2011 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=41555
- tests/list | 1 +
- tests/test-p6.ppm | 4 ++++
- 2 files changed, 5 insertions(+), 0 deletions(-)
+ tests/list | 1 +
+ tests/test-p6.ppm | 4 ++++
+ 2 files changed, 5 insertions(+)
commit fde13f6cbbd0937c4c5b8275b31ca3eb6a5fda1a
Author: David Faure <faure@kde.org>
@@ -215,9 +1941,9 @@ Date: Mon Oct 31 16:11:36 2011 +0100
Add testcase for tnef file. Works with xdgmime implementation.
- tests/list | 1 +
- tests/one-file.tnef | Bin 0 -> 2272 bytes
- 2 files changed, 1 insertions(+), 0 deletions(-)
+ tests/list | 1 +
+ tests/one-file.tnef | Bin 0 -> 2272 bytes
+ 2 files changed, 1 insertion(+)
commit 79cbcb42448886c2eab7521ee0eb38a6721fc8d3
Author: David Faure <faure@kde.org>
@@ -225,9 +1951,9 @@ Date: Sat Oct 29 12:22:45 2011 +0200
Add testcase for glob priority. Passes with xdgmime implementation.
- tests/list | 1 +
- tests/pdf-not-matlab | 2 ++
- 2 files changed, 3 insertions(+), 0 deletions(-)
+ tests/list | 1 +
+ tests/pdf-not-matlab | 2 ++
+ 2 files changed, 3 insertions(+)
commit 0f9a506069cb126655057f43f1b5f99df6d2c8aa
Author: David Faure <faure@kde.org>
@@ -237,9 +1963,9 @@ Date: Sat Oct 29 00:31:25 2011 +0200
Add testcase: testcompress.z
- tests/list | 2 ++
- tests/testcompress.z | Bin 0 -> 8 bytes
- update-mime-database.c | 5 +++--
+ tests/list | 2 ++
+ tests/testcompress.z | Bin 0 -> 8 bytes
+ update-mime-database.c | 5 +++--
3 files changed, 5 insertions(+), 2 deletions(-)
commit a88cf56762b4e8067dcc5f4b59dfdcf7cfe07c23
@@ -248,8 +1974,8 @@ Date: Wed Oct 26 21:01:15 2011 +0200
Rename two fields to make it clearer that they are an offset
- shared-mime-info-spec.xml | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ shared-mime-info-spec.xml | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 69d22a33bd27cf854f17381dadc68f8f8fc0a065
Author: David Faure <faure@kde.org>
@@ -257,8 +1983,8 @@ Date: Mon Oct 24 00:51:37 2011 +0200
Update after xdgmime fix
- tests/list | 11 ++++-------
- 1 files changed, 4 insertions(+), 7 deletions(-)
+ tests/list | 11 ++++-------
+ 1 file changed, 4 insertions(+), 7 deletions(-)
commit 22021c121567e3fca02914f962bff08e06512cd6
Author: David Faure <faure@kde.org>
@@ -266,8 +1992,8 @@ Date: Sun Sep 25 20:29:04 2011 +0200
Remove duplicate glob, given that globs are case insensitive
- freedesktop.org.xml.in | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
commit 74f6e433a7cf043ce337510c8d15b4fa398946b1
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -275,8 +2001,8 @@ Date: Sat Oct 22 22:18:40 2011 +0300
Add SMIL 2.0, 2.1, and 3.0 root-XMLs.
- freedesktop.org.xml.in | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ 1 file changed, 3 insertions(+)
commit b938a3786f195130327310cfa294b11a17667540
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -284,8 +2010,8 @@ Date: Sat Oct 22 22:11:22 2011 +0300
Add XMI 2.0 and 2.1 root-XMLs.
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit eca35434b3a18eb7d53cdb5224cb6ae24bfba1d3
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -295,8 +2021,8 @@ Date: Sat Oct 22 22:08:21 2011 +0300
These are VDR < 1.7 recordings, http://www.tvdr.de/
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 9d64a0a40deb488b1b75fe634b619b31676171fa
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -304,10 +2030,10 @@ Date: Sat Oct 22 21:59:44 2011 +0300
Add application/metalink4+xml, differentiate metalink 3 magic from it.
- freedesktop.org.xml.in | 11 ++++++-
- tests/en_US.zip.meta4 | 84 ++++++++++++++++++++++++++++++++++++++++++++++++
- tests/list | 2 +
- 3 files changed, 96 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 11 ++++++-
+ tests/en_US.zip.meta4 | 84 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ tests/list | 2 ++
+ 3 files changed, 96 insertions(+), 1 deletion(-)
commit 9bdff7fd3ac6baee7acab030350d0e4f2bd322bd
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -315,8 +2041,8 @@ Date: Sat Oct 22 21:49:30 2011 +0300
Add root-XML for metalink.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 74cd25e5e41097d4bcfa6661fc47966b834b769a
Author: David Faure <faure@kde.org>
@@ -324,8 +2050,8 @@ Date: Mon Sep 19 14:40:41 2011 +0200
Adjust test results to proper text-or-binary fallback in xdgmime.
- tests/list | 14 ++++++++------
- 1 files changed, 8 insertions(+), 6 deletions(-)
+ tests/list | 14 ++++++++------
+ 1 file changed, 8 insertions(+), 6 deletions(-)
commit 53aa57da9e32f3dcfeefc101e942e79bb788f943
Author: David Faure <faure@kde.org>
@@ -333,8 +2059,8 @@ Date: Mon Sep 19 14:26:42 2011 +0200
Adjust to xdgmime's new support for application/x-zerosize.
- tests/list | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ tests/list | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 428c52216ae2013d2abb9a86b66048f38f1438bc
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -342,8 +2068,8 @@ Date: Thu Sep 22 23:02:13 2011 +0300
Add root-XML for AbiWord, Atom, Dia, Dia shape, KML, RDF, and XSL FO.
- freedesktop.org.xml.in | 7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ 1 file changed, 7 insertions(+)
commit 5ee6883cb0dda03e82c7555a032d88504d67de89
Author: Bastien Nocera <hadess@hadess.net>
@@ -351,9 +2077,9 @@ Date: Sun Sep 18 03:59:37 2011 +0100
0.91
- NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
- configure.in | 2 +-
- 2 files changed, 41 insertions(+), 1 deletions(-)
+ NEWS | 40 ++++++++++++++++++++++++++++++++++++++++
+ configure.in | 2 +-
+ 2 files changed, 41 insertions(+), 1 deletion(-)
commit af68f43be1c91a0696851ffb29621cc02cde4a9c
Author: Bastien Nocera <hadess@hadess.net>
@@ -361,8 +2087,8 @@ Date: Sun Sep 18 03:58:57 2011 +0100
build: Use XZ to compress tarballs by default
- configure.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ configure.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 122bf044cfdaa3ce11082e6b5c835d76c85a5995
Author: Bastien Nocera <hadess@hadess.net>
@@ -370,61 +2096,61 @@ Date: Sun Sep 18 03:53:09 2011 +0100
Update translations from transifex
- po/ar.po | 1093 +++++++++++++++++++++---------------------
- po/az.po | 1093 +++++++++++++++++++++---------------------
- po/bg.po | 1094 +++++++++++++++++++++---------------------
- po/bg_BG.po | 1093 +++++++++++++++++++++---------------------
- po/bn_IN.po | 1093 +++++++++++++++++++++---------------------
- po/ca.po | 1098 +++++++++++++++++++++---------------------
- po/ca@valencia.po | 1093 +++++++++++++++++++++---------------------
- po/cs.po | 1156 ++++++++++++++++++++++----------------------
- po/cy.po | 1093 +++++++++++++++++++++---------------------
- po/da.po | 1094 +++++++++++++++++++++---------------------
- po/de.po | 1097 +++++++++++++++++++++---------------------
- po/el.po | 1093 +++++++++++++++++++++---------------------
- po/en_GB.po | 1093 +++++++++++++++++++++---------------------
- po/eo.po | 1096 +++++++++++++++++++++---------------------
- po/es.po | 1095 +++++++++++++++++++++---------------------
- po/eu.po | 1093 +++++++++++++++++++++---------------------
- po/fa_IR.po | 1093 +++++++++++++++++++++---------------------
+ po/ar.po | 1093 ++++++++++++++++++++---------------------
+ po/az.po | 1093 ++++++++++++++++++++---------------------
+ po/bg.po | 1094 ++++++++++++++++++++---------------------
+ po/bg_BG.po | 1093 ++++++++++++++++++++---------------------
+ po/bn_IN.po | 1093 ++++++++++++++++++++---------------------
+ po/ca.po | 1098 ++++++++++++++++++++---------------------
+ po/ca@valencia.po | 1093 ++++++++++++++++++++---------------------
+ po/cs.po | 1156 +++++++++++++++++++++----------------------
+ po/cy.po | 1093 ++++++++++++++++++++---------------------
+ po/da.po | 1094 ++++++++++++++++++++---------------------
+ po/de.po | 1097 ++++++++++++++++++++---------------------
+ po/el.po | 1093 ++++++++++++++++++++---------------------
+ po/en_GB.po | 1093 ++++++++++++++++++++---------------------
+ po/eo.po | 1096 ++++++++++++++++++++---------------------
+ po/es.po | 1095 ++++++++++++++++++++---------------------
+ po/eu.po | 1093 ++++++++++++++++++++---------------------
+ po/fa_IR.po | 1093 ++++++++++++++++++++---------------------
po/fi.po | 862 ++++++++++++++++-----------------
- po/fo.po | 1094 +++++++++++++++++++++---------------------
+ po/fo.po | 1094 ++++++++++++++++++++---------------------
po/fr.po | 1141 ++++++++++++++++++++++---------------------
- po/ga.po | 1093 +++++++++++++++++++++---------------------
- po/gl.po | 1128 ++++++++++++++++++++++---------------------
- po/he.po | 1094 +++++++++++++++++++++---------------------
- po/hi.po | 1093 +++++++++++++++++++++---------------------
+ po/ga.po | 1093 ++++++++++++++++++++---------------------
+ po/gl.po | 1128 +++++++++++++++++++++---------------------
+ po/he.po | 1094 ++++++++++++++++++++---------------------
+ po/hi.po | 1093 ++++++++++++++++++++---------------------
po/hu.po | 1141 ++++++++++++++++++++++---------------------
- po/id.po | 1096 +++++++++++++++++++++---------------------
+ po/id.po | 1096 ++++++++++++++++++++---------------------
po/it.po | 1140 ++++++++++++++++++++++---------------------
- po/ja.po | 1093 +++++++++++++++++++++---------------------
- po/kk.po | 1093 +++++++++++++++++++++---------------------
- po/ko.po | 1097 +++++++++++++++++++++---------------------
- po/lt.po | 1095 +++++++++++++++++++++---------------------
+ po/ja.po | 1093 ++++++++++++++++++++---------------------
+ po/kk.po | 1093 ++++++++++++++++++++---------------------
+ po/ko.po | 1097 ++++++++++++++++++++---------------------
+ po/lt.po | 1095 ++++++++++++++++++++---------------------
po/lv.po | 1400 +++++++++++++++++++++++++++--------------------------
- po/ms.po | 1093 +++++++++++++++++++++---------------------
- po/nb.po | 1093 +++++++++++++++++++++---------------------
- po/nl.po | 1093 +++++++++++++++++++++---------------------
- po/nn.po | 1093 +++++++++++++++++++++---------------------
- po/pa.po | 1093 +++++++++++++++++++++---------------------
- po/pl.po | 1094 +++++++++++++++++++++---------------------
- po/pt.po | 1093 +++++++++++++++++++++---------------------
- po/pt_BR.po | 1093 +++++++++++++++++++++---------------------
- po/ro.po | 1093 +++++++++++++++++++++---------------------
- po/ru.po | 1094 +++++++++++++++++++++---------------------
- po/rw.po | 1093 +++++++++++++++++++++---------------------
- po/sk.po | 1094 +++++++++++++++++++++---------------------
+ po/ms.po | 1093 ++++++++++++++++++++---------------------
+ po/nb.po | 1093 ++++++++++++++++++++---------------------
+ po/nl.po | 1093 ++++++++++++++++++++---------------------
+ po/nn.po | 1093 ++++++++++++++++++++---------------------
+ po/pa.po | 1093 ++++++++++++++++++++---------------------
+ po/pl.po | 1094 ++++++++++++++++++++---------------------
+ po/pt.po | 1093 ++++++++++++++++++++---------------------
+ po/pt_BR.po | 1093 ++++++++++++++++++++---------------------
+ po/ro.po | 1093 ++++++++++++++++++++---------------------
+ po/ru.po | 1094 ++++++++++++++++++++---------------------
+ po/rw.po | 1093 ++++++++++++++++++++---------------------
+ po/sk.po | 1094 ++++++++++++++++++++---------------------
po/sl.po | 1139 ++++++++++++++++++++++---------------------
- po/sq.po | 1093 +++++++++++++++++++++---------------------
- po/sr.po | 1093 +++++++++++++++++++++---------------------
- po/sr@latin.po | 1093 +++++++++++++++++++++---------------------
- po/sv.po | 1094 +++++++++++++++++++++---------------------
- po/tr.po | 1093 +++++++++++++++++++++---------------------
- po/uk.po | 1094 +++++++++++++++++++++---------------------
- po/vi.po | 1093 +++++++++++++++++++++---------------------
- po/wa.po | 1093 +++++++++++++++++++++---------------------
- po/zh_CN.po | 1096 +++++++++++++++++++++---------------------
- po/zh_TW.po | 1211 +++++++++++++++++++++++-----------------------
+ po/sq.po | 1093 ++++++++++++++++++++---------------------
+ po/sr.po | 1093 ++++++++++++++++++++---------------------
+ po/sr@latin.po | 1093 ++++++++++++++++++++---------------------
+ po/sv.po | 1094 ++++++++++++++++++++---------------------
+ po/tr.po | 1093 ++++++++++++++++++++---------------------
+ po/uk.po | 1094 ++++++++++++++++++++---------------------
+ po/vi.po | 1093 ++++++++++++++++++++---------------------
+ po/wa.po | 1093 ++++++++++++++++++++---------------------
+ po/zh_CN.po | 1096 ++++++++++++++++++++---------------------
+ po/zh_TW.po | 1211 ++++++++++++++++++++++-----------------------
55 files changed, 30569 insertions(+), 30062 deletions(-)
commit 0e072a1c42297fec471676f40afd8952bcfd9239
@@ -435,8 +2161,8 @@ Date: Sun Sep 18 01:19:22 2011 +0200
move the <alias> for chm after the <glob>
- freedesktop.org.xml.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 388bfc335d5ceb387c309096d3e38b5797ad22ac
Author: Alex Henrie <alexhenrie24@gmail.com>
@@ -449,8 +2175,8 @@ Date: Sat Sep 17 23:45:59 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=40976
- freedesktop.org.xml.in | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit a996cd2b03b0af355c81a9e90b97fcdcc8623886
Author: Bastien Nocera <hadess@hadess.net>
@@ -458,8 +2184,8 @@ Date: Fri Sep 2 11:43:01 2011 +0100
Add another magic for XSPF files
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 43eff0013d13e53b8abedca27d0c682b0a9befc3
Author: Benjamin Drung <bdrung@debian.org>
@@ -471,10 +2197,10 @@ Date: Tue Aug 30 18:14:34 2011 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=37831
- freedesktop.org.xml.in | 5 +++++
- tests/list | 1 +
- tests/test.scala | 5 +++++
- 3 files changed, 11 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ tests/list | 1 +
+ tests/test.scala | 5 +++++
+ 3 files changed, 11 insertions(+)
commit 7fd0d942bf0a541b60b1bbf638ffff4b4f838e4d
Author: David Faure <faure@kde.org>
@@ -484,8 +2210,8 @@ Date: Sat Aug 20 11:41:18 2011 +0200
Found on http://www.kubuntu.org/getkubuntu/download#download-block
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 37ae662cceaf9e982b87dcfa5ea6b2dc46efdeda
Author: Bastien Nocera <hadess@hadess.net>
@@ -495,8 +2221,8 @@ Date: Tue Aug 16 18:47:48 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=39757
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 76cdf1adbd86efd5ca204ccbe5e10f434f096b1f
Author: Bastien Nocera <hadess@hadess.net>
@@ -506,8 +2232,8 @@ Date: Tue Aug 16 18:37:38 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=39889
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 4d0d159987404bf90d31b3df902c9ef56a704978
Author: Bastien Nocera <hadess@hadess.net>
@@ -515,10 +2241,10 @@ Date: Thu Jul 14 11:32:10 2011 +0100
Add WebVTT mime-type and test
- freedesktop.org.xml.in | 11 +++++++++++
- tests/list | 2 ++
- tests/upc-video-subtitles-en.vtt | 33 +++++++++++++++++++++++++++++++++
- 3 files changed, 46 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 11 +++++++++++
+ tests/list | 2 ++
+ tests/upc-video-subtitles-en.vtt | 33 +++++++++++++++++++++++++++++++++
+ 3 files changed, 46 insertions(+)
commit 911181c14b1f674bb590aaf4bb91da93c49ba4b5
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -528,8 +2254,8 @@ Date: Fri Jun 24 16:44:13 2011 +0300
http://www.gnu.org/licenses/gpl-2.0.txt
- COPYING | 43 +++++++++++++++++++++----------------------
- 1 files changed, 21 insertions(+), 22 deletions(-)
+ COPYING | 43 +++++++++++++++++++++----------------------
+ 1 file changed, 21 insertions(+), 22 deletions(-)
commit ed7adf09de65d8cfdf96ba4ce60ad79730e8e56e
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -538,7 +2264,7 @@ Date: Fri Jun 24 16:32:04 2011 +0300
Finnish translation update.
po/fi.po | 1102 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 559 insertions(+), 543 deletions(-)
+ 1 file changed, 559 insertions(+), 543 deletions(-)
commit eb5f17c1ae435ab4aaf267b9373903be05448f94
Author: David Faure <faure@kde.org>
@@ -549,10 +2275,10 @@ Date: Tue Jun 21 15:40:21 2011 +0200
References:
https://bugs.freedesktop.org/show_bug.cgi?id=27441
- freedesktop.org.xml.in | 8 +++++++-
- tests/list | 2 ++
- tests/markdown.md | 13 +++++++++++++
- 3 files changed, 22 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 8 +++++++-
+ tests/list | 2 ++
+ tests/markdown.md | 13 +++++++++++++
+ 3 files changed, 22 insertions(+), 1 deletion(-)
commit 3c853731949066cfd3dcbf3a37314cefb6476a6a
Author: Bastien Nocera <hadess@hadess.net>
@@ -562,8 +2288,8 @@ Date: Mon Jun 20 10:54:58 2011 +0100
So that it's clear that the xml DTD checking failed.
- Makefile.am | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ Makefile.am | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 1b26e8117d21bde4da4a05b81797fecfc656cf93
Author: Bastien Nocera <hadess@hadess.net>
@@ -571,8 +2297,8 @@ Date: Mon Jun 20 10:51:29 2011 +0100
build: Always run xmllint
- Makefile.am | 8 +++-----
- 1 files changed, 3 insertions(+), 5 deletions(-)
+ Makefile.am | 8 +++-----
+ 1 file changed, 3 insertions(+), 5 deletions(-)
commit e96c430138624432b4695d1204e4417392b58988
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -580,8 +2306,8 @@ Date: Sat Jun 18 22:40:14 2011 +0300
Finnish translation update.
- po/fi.po | 8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
+ po/fi.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
commit b465cec3db4056f6871ce3d5ab97d987c3f7799f
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -589,8 +2315,8 @@ Date: Sat Jun 18 22:20:00 2011 +0300
Use text/vcard instead of deprecated text/directory for vCards.
- freedesktop.org.xml.in | 4 +++-
- tests/list | 4 ++--
+ freedesktop.org.xml.in | 4 +++-
+ tests/list | 4 ++--
2 files changed, 5 insertions(+), 3 deletions(-)
commit 9beea2e36c57eda15254948247df4f2602787822
@@ -599,8 +2325,8 @@ Date: Mon Jun 6 22:25:51 2011 +0300
Add DVI, PKCS, RELAX NG, and S/MIME acronyms.
- freedesktop.org.xml.in | 16 ++++++++++++++++
- 1 files changed, 16 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 16 ++++++++++++++++
+ 1 file changed, 16 insertions(+)
commit 274cec03396ccdc4db6cdfc8c330de1fb9a1fe4b
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -608,8 +2334,8 @@ Date: Sun May 29 00:43:13 2011 +0300
Finnish translation update.
- po/fi.po | 33 ++++++++++++++++-----------------
- 1 files changed, 16 insertions(+), 17 deletions(-)
+ po/fi.po | 33 ++++++++++++++++-----------------
+ 1 file changed, 16 insertions(+), 17 deletions(-)
commit e7711389f3446696d1a5bfcda408bd1fc65f3bd5
Author: Fabian Deutsch <fabian.deutsch@gmx.de>
@@ -619,8 +2345,8 @@ Date: Tue Feb 8 09:59:26 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=34020
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 446468bf39b14c7b0e685cab6c003f52e875b7b2
Author: Bastien Nocera <hadess@hadess.net>
@@ -633,8 +2359,8 @@ Date: Wed May 25 15:24:26 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=21949
- freedesktop.org.xml.in | 3 +--
- tests/list | 2 +-
+ freedesktop.org.xml.in | 3 +--
+ tests/list | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
commit 89df2aaf458d48faaeaa072c42c8938283969d9b
@@ -648,10 +2374,10 @@ Date: Sun Jun 20 22:59:13 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=10029
- freedesktop.org.xml.in | 8 ++++++++
- tests/list | 2 ++
- tests/sample1.nzb | 18 ++++++++++++++++++
- 3 files changed, 28 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 2 ++
+ tests/sample1.nzb | 18 ++++++++++++++++++
+ 3 files changed, 28 insertions(+)
commit f5489ecc429b8a8d13e33c502df83dd5a2794cef
Author: Bastien Nocera <hadess@hadess.net>
@@ -663,8 +2389,8 @@ Date: Wed May 25 14:46:30 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=37204
- freedesktop.org.xml.in | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit f8dcba542172bcbaf12cbd49a64a3de6bb1692fb
Author: Edward Sheldrake <ejsheldrake@gmail.com>
@@ -677,9 +2403,9 @@ Date: Wed Dec 8 12:32:28 2010 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=30656
- freedesktop.org.xml.in | 3 -
- tests/bug-30656-xchat.conf | 167 ++++++++++++++++++++++++++++++++++++++++++++
- tests/list | 2 +
+ freedesktop.org.xml.in | 3 -
+ tests/bug-30656-xchat.conf | 167 +++++++++++++++++++++++++++++++++++++++++++++
+ tests/list | 2 +
3 files changed, 169 insertions(+), 3 deletions(-)
commit 64e07e7c4f5ba8e7fddf242e480129bdcac23c72
@@ -690,8 +2416,8 @@ Date: Fri Apr 22 22:53:58 2011 +0400
https://bugs.freedesktop.org/show_bug.cgi?id=36505
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 3b6f8a039565e35d09ff3ef5e1f26d6761658de1
Author: Peter Lemenkov <lemenkov@gmail.com>
@@ -701,8 +2427,8 @@ Date: Fri Apr 22 22:21:52 2011 +0400
https://bugs.freedesktop.org/show_bug.cgi?id=36502
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 62a825dc42b01c0e86597c263184af63b51e40dd
Author: Michel Alexandre Salim <salimma@fedoraproject.org>
@@ -714,11 +2440,11 @@ Date: Sun Mar 13 14:58:20 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=31534
- freedesktop.org.xml.in | 1 +
- tests/list | 4 ++++
- tests/test.scm | 15 +++++++++++++++
- tests/test.ss | 15 +++++++++++++++
- 4 files changed, 35 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ tests/list | 4 ++++
+ tests/test.scm | 15 +++++++++++++++
+ tests/test.ss | 15 +++++++++++++++
+ 4 files changed, 35 insertions(+)
commit 7a62e6ebfd9ca58d73b57f85b2cbc8ec772c1898
Author: Bastien Nocera <hadess@hadess.net>
@@ -726,61 +2452,61 @@ Date: Wed May 25 13:29:04 2011 +0100
po: Update from transifex
- po/ar.po | 1291 ++++++++++++++++++++++-------------------
- po/az.po | 1289 ++++++++++++++++++++++-------------------
- po/bg.po | 1289 ++++++++++++++++++++++-------------------
- po/bg_BG.po | 1289 ++++++++++++++++++++++-------------------
- po/bn_IN.po | 1289 ++++++++++++++++++++++-------------------
- po/ca.po | 1291 ++++++++++++++++++++++-------------------
- po/ca@valencia.po | 1289 ++++++++++++++++++++++-------------------
- po/cs.po | 1291 ++++++++++++++++++++++-------------------
- po/cy.po | 1289 ++++++++++++++++++++++-------------------
- po/da.po | 1291 ++++++++++++++++++++++-------------------
- po/de.po | 1291 ++++++++++++++++++++++-------------------
- po/el.po | 1291 ++++++++++++++++++++++-------------------
- po/en_GB.po | 1289 ++++++++++++++++++++++-------------------
+ po/ar.po | 1291 +++++++++++++++++++++-------------------
+ po/az.po | 1289 +++++++++++++++++++++-------------------
+ po/bg.po | 1289 +++++++++++++++++++++-------------------
+ po/bg_BG.po | 1289 +++++++++++++++++++++-------------------
+ po/bn_IN.po | 1289 +++++++++++++++++++++-------------------
+ po/ca.po | 1291 +++++++++++++++++++++-------------------
+ po/ca@valencia.po | 1289 +++++++++++++++++++++-------------------
+ po/cs.po | 1291 +++++++++++++++++++++-------------------
+ po/cy.po | 1289 +++++++++++++++++++++-------------------
+ po/da.po | 1291 +++++++++++++++++++++-------------------
+ po/de.po | 1291 +++++++++++++++++++++-------------------
+ po/el.po | 1291 +++++++++++++++++++++-------------------
+ po/en_GB.po | 1289 +++++++++++++++++++++-------------------
po/eo.po | 1685 ++++++++++++++++++++++++++++-------------------------
- po/es.po | 1290 ++++++++++++++++++++++-------------------
- po/eu.po | 1289 ++++++++++++++++++++++-------------------
- po/fa_IR.po | 1289 ++++++++++++++++++++++-------------------
- po/fi.po | 1289 ++++++++++++++++++++++-------------------
- po/fo.po | 1289 ++++++++++++++++++++++-------------------
- po/fr.po | 1289 ++++++++++++++++++++++-------------------
- po/ga.po | 1291 ++++++++++++++++++++++-------------------
- po/gl.po | 1289 ++++++++++++++++++++++-------------------
- po/he.po | 1289 ++++++++++++++++++++++-------------------
- po/hi.po | 1289 ++++++++++++++++++++++-------------------
- po/hu.po | 1289 ++++++++++++++++++++++-------------------
+ po/es.po | 1290 +++++++++++++++++++++-------------------
+ po/eu.po | 1289 +++++++++++++++++++++-------------------
+ po/fa_IR.po | 1289 +++++++++++++++++++++-------------------
+ po/fi.po | 1289 +++++++++++++++++++++-------------------
+ po/fo.po | 1289 +++++++++++++++++++++-------------------
+ po/fr.po | 1289 +++++++++++++++++++++-------------------
+ po/ga.po | 1291 +++++++++++++++++++++-------------------
+ po/gl.po | 1289 +++++++++++++++++++++-------------------
+ po/he.po | 1289 +++++++++++++++++++++-------------------
+ po/hi.po | 1289 +++++++++++++++++++++-------------------
+ po/hu.po | 1289 +++++++++++++++++++++-------------------
po/id.po | 1315 ++++++++++++++++++++++-------------------
- po/it.po | 1291 ++++++++++++++++++++++-------------------
- po/ja.po | 1289 ++++++++++++++++++++++-------------------
- po/kk.po | 1291 ++++++++++++++++++++++-------------------
- po/ko.po | 1675 ++++++++++++++++++++++++++++-------------------------
- po/lt.po | 1289 ++++++++++++++++++++++-------------------
- po/lv.po | 1289 ++++++++++++++++++++++-------------------
- po/ms.po | 1289 ++++++++++++++++++++++-------------------
- po/nb.po | 1289 ++++++++++++++++++++++-------------------
- po/nl.po | 1289 ++++++++++++++++++++++-------------------
- po/nn.po | 1289 ++++++++++++++++++++++-------------------
- po/pa.po | 1289 ++++++++++++++++++++++-------------------
- po/pl.po | 1289 ++++++++++++++++++++++-------------------
- po/pt.po | 1289 ++++++++++++++++++++++-------------------
- po/pt_BR.po | 1289 ++++++++++++++++++++++-------------------
- po/ro.po | 1289 ++++++++++++++++++++++-------------------
- po/ru.po | 1291 ++++++++++++++++++++++-------------------
- po/rw.po | 1287 ++++++++++++++++++++++-------------------
- po/sk.po | 1291 ++++++++++++++++++++++-------------------
- po/sl.po | 1289 ++++++++++++++++++++++-------------------
- po/sq.po | 1289 ++++++++++++++++++++++-------------------
- po/sr.po | 1291 ++++++++++++++++++++++-------------------
- po/sr@latin.po | 1289 ++++++++++++++++++++++-------------------
- po/sv.po | 1291 ++++++++++++++++++++++-------------------
- po/tr.po | 1289 ++++++++++++++++++++++-------------------
- po/uk.po | 1289 ++++++++++++++++++++++-------------------
- po/vi.po | 1289 ++++++++++++++++++++++-------------------
- po/wa.po | 1289 ++++++++++++++++++++++-------------------
- po/zh_CN.po | 1289 ++++++++++++++++++++++-------------------
- po/zh_TW.po | 1291 ++++++++++++++++++++++-------------------
+ po/it.po | 1291 +++++++++++++++++++++-------------------
+ po/ja.po | 1289 +++++++++++++++++++++-------------------
+ po/kk.po | 1291 +++++++++++++++++++++-------------------
+ po/ko.po | 1675 +++++++++++++++++++++++++++-------------------------
+ po/lt.po | 1289 +++++++++++++++++++++-------------------
+ po/lv.po | 1289 +++++++++++++++++++++-------------------
+ po/ms.po | 1289 +++++++++++++++++++++-------------------
+ po/nb.po | 1289 +++++++++++++++++++++-------------------
+ po/nl.po | 1289 +++++++++++++++++++++-------------------
+ po/nn.po | 1289 +++++++++++++++++++++-------------------
+ po/pa.po | 1289 +++++++++++++++++++++-------------------
+ po/pl.po | 1289 +++++++++++++++++++++-------------------
+ po/pt.po | 1289 +++++++++++++++++++++-------------------
+ po/pt_BR.po | 1289 +++++++++++++++++++++-------------------
+ po/ro.po | 1289 +++++++++++++++++++++-------------------
+ po/ru.po | 1291 +++++++++++++++++++++-------------------
+ po/rw.po | 1287 +++++++++++++++++++++-------------------
+ po/sk.po | 1291 +++++++++++++++++++++-------------------
+ po/sl.po | 1289 +++++++++++++++++++++-------------------
+ po/sq.po | 1289 +++++++++++++++++++++-------------------
+ po/sr.po | 1291 +++++++++++++++++++++-------------------
+ po/sr@latin.po | 1289 +++++++++++++++++++++-------------------
+ po/sv.po | 1291 +++++++++++++++++++++-------------------
+ po/tr.po | 1289 +++++++++++++++++++++-------------------
+ po/uk.po | 1289 +++++++++++++++++++++-------------------
+ po/vi.po | 1289 +++++++++++++++++++++-------------------
+ po/wa.po | 1289 +++++++++++++++++++++-------------------
+ po/zh_CN.po | 1289 +++++++++++++++++++++-------------------
+ po/zh_TW.po | 1291 +++++++++++++++++++++-------------------
55 files changed, 38313 insertions(+), 33417 deletions(-)
commit 85efd184e0680f311c6b7cfdab758d6ab5a3bace
@@ -791,8 +2517,8 @@ Date: Sun Apr 3 12:31:27 2011 +0300
https://bugs.freedesktop.org/show_bug.cgi?id=26315
- freedesktop.org.xml.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 442456c1a2d917b2370a635b86b21999d628a95c
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -802,11 +2528,11 @@ Date: Sun Apr 3 12:07:43 2011 +0300
http://www.iana.org/assignments/media-types/application/vnd.tcpdump.pcap
- freedesktop.org.xml.in | 12 ++++++++++++
- tests/ancp.pcap | Bin 0 -> 5702 bytes
- tests/dns.cap | Bin 0 -> 4338 bytes
- tests/list | 3 +++
- 4 files changed, 15 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 12 ++++++++++++
+ tests/ancp.pcap | Bin 0 -> 5702 bytes
+ tests/dns.cap | Bin 0 -> 4338 bytes
+ tests/list | 3 +++
+ 4 files changed, 15 insertions(+)
commit c40b98f575fee267480917c9511d160ae9611c09
Author: Bastien Nocera <hadess@hadess.net>
@@ -816,13 +2542,13 @@ Date: Wed Mar 30 16:25:52 2011 +0100
po/LINGUAS | 10 +
po/ar.po | 1304 +++++++++++-----------
- po/az.po | 2786 ++++++++++++++++++++++++++++++++--------------
+ po/az.po | 2786 +++++++++++++++++++++++++++++++--------------
po/bg.po | 1358 ++++++++++++----------
po/bg_BG.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
po/bn_IN.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
po/ca.po | 34 +-
po/ca@valencia.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
- po/cs.po | 1238 +++++++++++----------
+ po/cs.po | 1238 ++++++++++----------
po/cy.po | 3058 +++++++++++++++++++++++++++++++-------------------
po/da.po | 1569 +++++++++++++-------------
po/de.po | 683 +++++-------
@@ -830,45 +2556,45 @@ Date: Wed Mar 30 16:25:52 2011 +0100
po/en_GB.po | 1987 ++++++++++++++++++++++++---------
po/eo.po | 2288 +++++++++++++++++++++++++++----------
po/es.po | 625 +++++------
- po/eu.po | 1338 ++++++++++++-----------
+ po/eu.po | 1338 +++++++++++-----------
po/fa_IR.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
- po/fi.po | 1018 ++++++------------
+ po/fi.po | 1018 ++++++-----------
po/fo.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
- po/fr.po | 1235 +++++++++++----------
- po/ga.po | 1265 +++++++++++-----------
+ po/fr.po | 1235 ++++++++++----------
+ po/ga.po | 1265 +++++++++++----------
po/gl.po | 1319 +++++++++++-----------
- po/he.po | 1295 +++++++++++-----------
+ po/he.po | 1295 ++++++++++-----------
po/hi.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
po/hu.po | 602 +++++-----
- po/id.po | 1252 +++++++++++-----------
- po/it.po | 1357 +++++++++++------------
- po/ja.po | 1437 +++++++++++--------------
- po/kk.po | 145 +---
+ po/id.po | 1252 ++++++++++-----------
+ po/it.po | 1357 +++++++++++-----------
+ po/ja.po | 1437 +++++++++++-------------
+ po/kk.po | 145 +--
po/ko.po | 1409 +++++++++++++----------
- po/lt.po | 1301 +++++++++++-----------
+ po/lt.po | 1301 ++++++++++-----------
po/lv.po | 1400 +++++++++++++----------
po/ms.po | 2704 ++++++++++++++++++++++++++++----------------
- po/nb.po | 1523 ++++++++++++++++----------
- po/nl.po | 1416 +++++++++++++-----------
+ po/nb.po | 1523 +++++++++++++++----------
+ po/nl.po | 1416 ++++++++++++-----------
po/nn.po | 1489 ++++++++++++++-----------
po/pa.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
po/pl.po | 33 +-
- po/pt.po | 2313 ++++++++++++++++++++++++++++-----------
+ po/pt.po | 2313 +++++++++++++++++++++++++++-----------
po/pt_BR.po | 2038 +++++++++++++--------------------
- po/ro.po | 1238 +++++++++++----------
- po/ru.po | 163 +---
+ po/ro.po | 1238 ++++++++++----------
+ po/ru.po | 163 +--
po/rw.po | 3226 +++++++++++++++++++++++++++++++++--------------------
po/sk.po | 1456 ++++++++++++------------
po/sl.po | 42 +-
po/sq.po | 1441 ++++++++++++++----------
po/sr.po | 2814 +++++++++++++++++++++++++++-------------------
po/sr@latin.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
- po/sv.po | 1313 +++++++++++------------
+ po/sv.po | 1313 +++++++++++-----------
po/tr.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
po/uk.po | 39 +-
po/vi.po | 1391 +++++++++++++----------
po/wa.po | 2561 ++++++++++++++++++++++++++++++++++++++++++
- po/zh_CN.po | 1385 +++++++++++-------------
+ po/zh_CN.po | 1385 +++++++++++------------
po/zh_TW.po | 738 +++++-------
56 files changed, 60933 insertions(+), 27261 deletions(-)
@@ -882,10 +2608,10 @@ Date: Wed Mar 30 12:02:32 2011 +0100
en_US: Progress, my ass.
fr_FR: Progrés, mon cul.
- .tx/config | 8 ++++++++
- HACKING | 1 +
- Makefile.am | 6 +++++-
- 3 files changed, 14 insertions(+), 1 deletions(-)
+ .tx/config | 8 ++++++++
+ HACKING | 1 +
+ Makefile.am | 6 +++++-
+ 3 files changed, 14 insertions(+), 1 deletion(-)
commit 33d8528a21a164c95fc464466a404f33ea33bbcd
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -893,8 +2619,8 @@ Date: Fri Mar 25 19:50:54 2011 +0200
Add application/vnd.openxmlformats-officedocument.spreadsheetml.template.
- freedesktop.org.xml.in | 8 +++++++-
- 1 files changed, 7 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
commit 9e6d8463c40249363a1969af343f8260bdecf565
Author: Bastien Nocera <hadess@hadess.net>
@@ -902,11 +2628,11 @@ Date: Sun Mar 20 00:59:00 2011 +0000
Add magic and test files for Megadrive ROMs
- freedesktop.org.xml.in | 5 +++++
- tests/genesis1.bin | Bin 0 -> 1024 bytes
- tests/genesis2.bin | Bin 0 -> 1024 bytes
- tests/list | 4 ++++
- 4 files changed, 9 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ tests/genesis1.bin | Bin 0 -> 1024 bytes
+ tests/genesis2.bin | Bin 0 -> 1024 bytes
+ tests/list | 4 ++++
+ 4 files changed, 9 insertions(+)
commit 0b66428b07f4a86beb4d2c26341e81620bf21fbf
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -914,8 +2640,8 @@ Date: Thu Mar 17 18:35:31 2011 +0200
Ignore mime-db-tests/version.
- mime-db-tests/.gitignore | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ mime-db-tests/.gitignore | 1 +
+ 1 file changed, 1 insertion(+)
commit e675b4569f768fd239a8b5e71548b7ba9c401a86
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -923,8 +2649,8 @@ Date: Tue Mar 15 12:57:35 2011 +0200
Add application/vnd.openxmlformats-officedocument.presentationml.slide.
- freedesktop.org.xml.in | 7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ 1 file changed, 7 insertions(+)
commit f79b63d66f88ff5582e2f9229fe3d014d0c89e53
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -932,8 +2658,8 @@ Date: Sat Mar 12 10:40:04 2011 +0200
Add application/vnd.openxmlformats-officedocument.wordprocessingml.template.
- freedesktop.org.xml.in | 8 +++++++-
- 1 files changed, 7 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 8 +++++++-
+ 1 file changed, 7 insertions(+), 1 deletion(-)
commit 383ba08b19e58f7497e68a6db30ef9258ffa4fdc
Author: Pino Toscano <pino@kde.org>
@@ -941,8 +2667,8 @@ Date: Thu Mar 3 15:50:51 2011 +0100
automake: remove also the "version" file on uninstall
- Makefile.am | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ Makefile.am | 1 +
+ 1 file changed, 1 insertion(+)
commit 956029b3293c695ad9cc57aba2066398836f5699
Author: Bastien Nocera <hadess@hadess.net>
@@ -950,8 +2676,8 @@ Date: Mon Feb 28 16:28:45 2011 +0000
doc: Update HACKING file for new Transifex setup
- HACKING | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ HACKING | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 8ba122f1dc9ae201452388b8775f3ae5a51fed84
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -959,8 +2685,8 @@ Date: Sat Feb 26 14:25:21 2011 +0200
Add more recently IANA-registered MS Office 12 and OOXML types.
- freedesktop.org.xml.in | 21 ++++++++++++++++++---
- 1 files changed, 18 insertions(+), 3 deletions(-)
+ freedesktop.org.xml.in | 21 ++++++++++++++++++---
+ 1 file changed, 18 insertions(+), 3 deletions(-)
commit 1fdf988fcbc441503718b0106bc67cf4be36d600
Author: David Faure <faure@kde.org>
@@ -968,8 +2694,8 @@ Date: Fri Feb 4 11:58:58 2011 +0100
Generate version file
- update-mime-database.c | 14 ++++++++++++++
- 1 files changed, 14 insertions(+), 0 deletions(-)
+ update-mime-database.c | 14 ++++++++++++++
+ 1 file changed, 14 insertions(+)
commit d61aa329efdc70c938777da84aa097a2482fa8d4
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -977,8 +2703,8 @@ Date: Fri Feb 18 22:48:27 2011 +0200
Add some aliases to java class files.
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit a4e5926190870e67d2ed2a3b0ee61906719e42d0
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -986,8 +2712,8 @@ Date: Fri Feb 18 22:40:32 2011 +0200
Add video/vnd.mpegurl.
- freedesktop.org.xml.in | 11 +++++++++++
- 1 files changed, 11 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 11 +++++++++++
+ 1 file changed, 11 insertions(+)
commit 1aea9e8d9429217d6b78102839bc7a40e3fe0fe7
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -995,8 +2721,8 @@ Date: Fri Feb 18 17:33:35 2011 +0200
Add more recently IANA-registered MS Office 12 types.
- freedesktop.org.xml.in | 25 +++++++++++++++++++++++--
- 1 files changed, 23 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 25 +++++++++++++++++++++++--
+ 1 file changed, 23 insertions(+), 2 deletions(-)
commit 7ea87c3f2a3d91d7296bc75789ad1042ae31232c
Author: Pino Toscano <pino@kde.org>
@@ -1004,8 +2730,8 @@ Date: Tue Feb 15 12:28:25 2011 +0100
fix typo
- NEWS | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ NEWS | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 225aa17c1b5eef96722c0ba6582c12f0ac36a805
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1013,8 +2739,8 @@ Date: Thu Feb 3 20:11:27 2011 +0200
Add recently IANA-registered MS Office 12 types.
- freedesktop.org.xml.in | 32 ++++++++++++++++++++++++++++++--
- 1 files changed, 30 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 32 ++++++++++++++++++++++++++++++--
+ 1 file changed, 30 insertions(+), 2 deletions(-)
commit d19db1510d1d0951ac06af6bde6f0b94c54f3da0
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1022,8 +2748,8 @@ Date: Thu Feb 3 19:52:22 2011 +0200
Improve generic-icons for PowerPoint 2007 and Excel 2007.
- freedesktop.org.xml.in | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ freedesktop.org.xml.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit dbcd2267902cb10396f65df6d3b1b8eb9db70e8e
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1031,8 +2757,8 @@ Date: Sun Jan 30 17:09:57 2011 +0200
Add video/3gp, video/x-mpeg, video/x-mpeg2, video/divx, and video/msvideo aliases.
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit 6513924c95384cb9f322078375def0c52a3fe9e5
Author: Bastien Nocera <hadess@hadess.net>
@@ -1042,8 +2768,8 @@ Date: Wed Jan 19 16:14:03 2011 +0000
See https://bugzilla.gnome.org/show_bug.cgi?id=639958
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 8fdb907b7b2ddda702cc4317b65cea8e24787d3e
Author: Jakub Stachowski <qbast@go2.pl>
@@ -1053,10 +2779,10 @@ Date: Sat Jan 15 17:40:39 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=32769
- freedesktop.org.xml.in | 14 ++++++++++++++
- tests/list | 1 +
- tests/test.mobi | Bin 0 -> 7640 bytes
- 3 files changed, 15 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 14 ++++++++++++++
+ tests/list | 1 +
+ tests/test.mobi | Bin 0 -> 7640 bytes
+ 3 files changed, 15 insertions(+)
commit d14a3b3b751679515a196ab2ba1f29c94d4e6e0d
Author: Pino Toscano <pino@kde.org>
@@ -1066,8 +2792,8 @@ Date: Fri Jan 14 22:24:43 2011 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=33133
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit fcff6d94c20adc58b9c8be61b79ab468b0a7689d
Author: David Faure <faure@kde.org>
@@ -1075,10 +2801,10 @@ Date: Wed Jan 5 01:49:04 2011 +0100
Add mimetype for Qt QML files, with glob, magic, and test file.
- freedesktop.org.xml.in | 7 +++++++
- tests/list | 2 ++
- tests/rectangle.qml | 5 +++++
- 3 files changed, 14 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ tests/list | 2 ++
+ tests/rectangle.qml | 5 +++++
+ 3 files changed, 14 insertions(+)
commit 1948a43c922007911350954e9eafd09d75cd5877
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1086,8 +2812,8 @@ Date: Mon Dec 27 00:04:26 2010 +0200
Add root-XML for SVG.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 45b0768d5e5af181d3e970f075056e6d39341440
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1095,8 +2821,8 @@ Date: Thu Dec 16 20:50:12 2010 +0200
Add application/vnd.android.package-archive.
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit b4f7fd10977bcd4da66ee2e297d89ae65d1aae2d
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1104,8 +2830,8 @@ Date: Thu Dec 16 20:48:15 2010 +0200
Make application/x-java-archive sub-class-of application/zip.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 7098e269678db16f7a06d7e8454d919133c892a9
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1113,10 +2839,10 @@ Date: Thu Dec 16 20:44:49 2010 +0200
Add zip and jar test files.
- tests/list | 4 ++++
- tests/test.jar | Bin 0 -> 779 bytes
- tests/test.zip | Bin 0 -> 174 bytes
- 3 files changed, 4 insertions(+), 0 deletions(-)
+ tests/list | 4 ++++
+ tests/test.jar | Bin 0 -> 779 bytes
+ tests/test.zip | Bin 0 -> 174 bytes
+ 3 files changed, 4 insertions(+)
commit 68e31f61f5e50e5222bc05437d1123e932922796
Author: Samuli Suominen <ssuominen@gentoo.org>
@@ -1126,8 +2852,8 @@ Date: Mon Dec 6 19:46:57 2010 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=32127
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 85fb6a47c6d3baa62b3bc8972abd969414e374ce
Author: Bastien Nocera <hadess@hadess.net>
@@ -1137,8 +2863,8 @@ Date: Mon Dec 6 12:18:19 2010 +0000
This one was created using the MacOS X tool from the text.pdf file.
- tests/text.wwf | Bin 82447 -> 57643 bytes
- 1 files changed, 0 insertions(+), 0 deletions(-)
+ tests/text.wwf | Bin 82447 -> 57643 bytes
+ 1 file changed, 0 insertions(+), 0 deletions(-)
commit 26e216b38343f34ede74e2452554a6db58ce2384
Author: Bastien Nocera <hadess@hadess.net>
@@ -1146,8 +2872,8 @@ Date: Mon Dec 6 01:04:42 2010 +0000
Update transifex URL
- HACKING | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ HACKING | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 4b70f452440e5c36af0536122c2486f0a5a606cd
Author: Bastien Nocera <hadess@hadess.net>
@@ -1158,10 +2884,10 @@ Date: Fri Dec 3 23:20:48 2010 +0000
Less paper printing!
http://www.saveaswwf.com/en/home.html
- freedesktop.org.xml.in | 7 +++++++
- tests/list | 1 +
- tests/text.wwf | Bin 0 -> 82447 bytes
- 3 files changed, 8 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ tests/list | 1 +
+ tests/text.wwf | Bin 0 -> 82447 bytes
+ 3 files changed, 8 insertions(+)
commit 93bc0cf62bf5437619970da25b91848593eb0382
Author: Bastien Nocera <hadess@hadess.net>
@@ -1169,8 +2895,8 @@ Date: Thu Dec 2 20:31:25 2010 +0000
Add missing test.cbl file
- tests/test.cbl | 25 +++++++++++++++++++++++++
- 1 files changed, 25 insertions(+), 0 deletions(-)
+ tests/test.cbl | 25 +++++++++++++++++++++++++
+ 1 file changed, 25 insertions(+)
commit 1b716d7f4d6548effb8473301acd72ed59cb358b
Author: Bastien Nocera <hadess@hadess.net>
@@ -1178,8 +2904,8 @@ Date: Wed Dec 1 17:34:00 2010 +0000
0.90
- NEWS | 19 +++++++++++++++++++
- configure.in | 4 ++--
+ NEWS | 19 +++++++++++++++++++
+ configure.in | 4 ++--
2 files changed, 21 insertions(+), 2 deletions(-)
commit ce7c346e9c3fc4e32b58be17d6977cfc50854518
@@ -1190,9 +2916,9 @@ Date: Wed Dec 1 17:00:21 2010 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=31877
- freedesktop.org.xml.in | 8 ++++++++
- tests/list | 1 +
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 1 +
+ 2 files changed, 9 insertions(+)
commit 887a81c0b1a5f232aadb50d1daed4988315c256b
Author: nddrylliog <nddrylliog@gmail.com>
@@ -1202,10 +2928,10 @@ Date: Mon Feb 1 13:40:27 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=26353
- freedesktop.org.xml.in | 7 +++++++
- tests/list | 1 +
- tests/test.ooc | 10 ++++++++++
- 3 files changed, 18 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ tests/list | 1 +
+ tests/test.ooc | 10 ++++++++++
+ 3 files changed, 18 insertions(+)
commit 6a1aad4e1e7c9857a25134dac9f5be13231101f5
Author: gisdlb <gisdlb@trash-mail.com>
@@ -1215,10 +2941,10 @@ Date: Wed Dec 1 16:44:02 2010 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=31445
- freedesktop.org.xml.in | 6 ++++++
- tests/list | 1 +
- tests/test.pdf.xz | Bin 0 -> 3584 bytes
- 3 files changed, 7 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 6 ++++++
+ tests/list | 1 +
+ tests/test.pdf.xz | Bin 0 -> 3584 bytes
+ 3 files changed, 7 insertions(+)
commit 394668f9ea56aa1400baa6e8ce879c0fcadb8c85
Author: Kenny Meyer <knny.myer@gmail.com>
@@ -1226,10 +2952,10 @@ Date: Mon Nov 29 17:28:21 2010 -0300
add go source code
- freedesktop.org.xml.in | 5 +++++
- tests/list | 2 ++
- tests/test.go | 5 +++++
- 3 files changed, 12 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ tests/list | 2 ++
+ tests/test.go | 5 +++++
+ 3 files changed, 12 insertions(+)
commit a69fe92a2577396bd5082f07131be5e574b6c309
Author: Alexander Potashev <aspotashev@gmail.com>
@@ -1242,7 +2968,7 @@ Date: Sat Nov 20 06:17:41 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ru.po | 1229 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 628 insertions(+), 601 deletions(-)
+ 1 file changed, 628 insertions(+), 601 deletions(-)
commit 30d811f23b9d973013a001bd531085e6c7eb22e8
Author: Pino Toscano <pino@kde.org>
@@ -1250,9 +2976,9 @@ Date: Mon Nov 15 20:03:09 2010 +0100
Add a simple test case for text/directory (vcard).
- tests/list | 2 ++
- tests/test.vcf | 7 +++++++
- 2 files changed, 9 insertions(+), 0 deletions(-)
+ tests/list | 2 ++
+ tests/test.vcf | 7 +++++++
+ 2 files changed, 9 insertions(+)
commit fb46da8067b878903701c58fc7c1e69cd19212fa
Author: Pino Toscano <pino@kde.org>
@@ -1263,8 +2989,8 @@ Date: Mon Nov 15 18:51:22 2010 +0100
Split the creation of shared-mime-info.pot in an own target, called `create-pot',
and add it as dependency to `all'.
- Makefile.am | 4 +++-
- 1 files changed, 3 insertions(+), 1 deletions(-)
+ Makefile.am | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
commit 289f88f23f46f90d3022c5a889012896f0ef52f8
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1272,8 +2998,8 @@ Date: Thu Nov 11 21:00:40 2010 +0200
Fix generic-icon content model in DTD to be EMPTY instead of PCDATA.
- freedesktop.org.xml.in | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit b95fec692909a8d260f851dc4a2e816b8684ba6d
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1281,8 +3007,8 @@ Date: Sat Nov 6 15:49:56 2010 +0200
Add *.gem (Ruby Gem) glob to application/x-tar.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 32e623a2acab85e7d704fe1ca5ce9a23b869e5fe
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1290,8 +3016,8 @@ Date: Sat Nov 6 15:48:12 2010 +0200
Cosmetic cleanups; trailing whitespace, indentation etc.
- freedesktop.org.xml.in | 113 +++++++++++++++++++++++------------------------
- 1 files changed, 55 insertions(+), 58 deletions(-)
+ freedesktop.org.xml.in | 113 ++++++++++++++++++++++++-------------------------
+ 1 file changed, 55 insertions(+), 58 deletions(-)
commit 177a27d14b11667a35b242d7829face32a8ba8d2
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1299,8 +3025,8 @@ Date: Sat Nov 6 15:42:32 2010 +0200
Add root-XML for XSLT.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit b4bd7ab42721e9fa853fefce82c71d84981775fa
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -1312,8 +3038,8 @@ Date: Sat Nov 6 09:29:05 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ca.po | 572 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 288 insertions(+), 284 deletions(-)
+ po/ca.po | 572 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 288 insertions(+), 284 deletions(-)
commit 09815d17eb2b59439385f7445788f26a34b4e790
Author: mateju <>
@@ -1325,8 +3051,8 @@ Date: Fri Nov 5 20:07:40 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/sl.po | 592 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 305 insertions(+), 287 deletions(-)
+ po/sl.po | 592 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 305 insertions(+), 287 deletions(-)
commit 62fe419b7719a51be6ba482fdc88b0d322108cf7
Author: Paolo Borelli <pborelli@gnome.org>
@@ -1336,10 +3062,10 @@ Date: Mon Nov 1 20:49:33 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=31302
- freedesktop.org.xml.in | 3 +++
- tests/list | 1 +
- tests/test.xsl | 8 ++++++++
- 3 files changed, 12 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ tests/list | 1 +
+ tests/test.xsl | 8 ++++++++
+ 3 files changed, 12 insertions(+)
commit 74df37acd2d49c67e28fec383d0bd26ce424a77e
Author: Bastien Nocera <hadess@hadess.net>
@@ -1347,9 +3073,9 @@ Date: Fri Nov 5 16:46:55 2010 +0000
Add test for Panasonic rw2 images
- tests/list | 2 ++
- tests/panasonic_lumix_dmc_fz38_05.rw2 | Bin 0 -> 524288 bytes
- 2 files changed, 2 insertions(+), 0 deletions(-)
+ tests/list | 2 ++
+ tests/panasonic_lumix_dmc_fz38_05.rw2 | Bin 0 -> 524288 bytes
+ 2 files changed, 2 insertions(+)
commit 234e6041a0223f8780b76beda0da1f0fea2da4c7
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -1361,8 +3087,8 @@ Date: Fri Nov 5 14:38:21 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/pl.po | 576 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 290 insertions(+), 286 deletions(-)
+ po/pl.po | 576 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 290 insertions(+), 286 deletions(-)
commit 3c2f39d6db93b36d2fd72f78b1e5e0201b81c2ba
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -1374,8 +3100,8 @@ Date: Fri Nov 5 10:50:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 572 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 288 insertions(+), 284 deletions(-)
+ po/kk.po | 572 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 288 insertions(+), 284 deletions(-)
commit 2743f1d184d406191f5dd41d73c489052e4bd01e
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -1387,8 +3113,8 @@ Date: Wed Nov 3 20:22:08 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/uk.po | 574 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 289 insertions(+), 285 deletions(-)
+ po/uk.po | 574 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 289 insertions(+), 285 deletions(-)
commit 09a20a04d0556419ad019f71522e5b43bfd22ce8
Author: kelemeng <kelemeng@gnome.hu>
@@ -1401,7 +3127,7 @@ Date: Wed Nov 3 18:34:57 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/hu.po | 1211 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 617 insertions(+), 594 deletions(-)
+ 1 file changed, 617 insertions(+), 594 deletions(-)
commit 51cbde9068b6528af8b01207c11172b72d78cc35
Author: David Faure <faure@kde.org>
@@ -1413,8 +3139,8 @@ Date: Tue Nov 2 21:56:46 2010 +0100
but all sample files I can find on the web are way too big for importing here.
KDE bug report https://bugs.kde.org/show_bug.cgi?id=255570
- freedesktop.org.xml.in | 9 +++++++++
- 1 files changed, 9 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 9 +++++++++
+ 1 file changed, 9 insertions(+)
commit 6f9eb7efdf4a727e140cb44042476fa1e58dcc7d
Author: Jorge González <aloriel@gmail.com>
@@ -1427,7 +3153,7 @@ Date: Mon Nov 1 17:34:13 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/es.po | 1217 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 620 insertions(+), 597 deletions(-)
+ 1 file changed, 620 insertions(+), 597 deletions(-)
commit 3a2507c6bab7372b95739a4be69cb2cb4bbbda86
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
@@ -1439,8 +3165,8 @@ Date: Mon Nov 1 11:06:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/zh_TW.po | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
+ po/zh_TW.po | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
commit 2a567d137470886ffbdb60253b1cb8667fc1cdf6
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
@@ -1452,8 +3178,8 @@ Date: Mon Nov 1 11:05:17 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/zh_TW.po | 341 +++++++++++++++++++++++++----------------------------------
- 1 files changed, 143 insertions(+), 198 deletions(-)
+ po/zh_TW.po | 341 +++++++++++++++++++++++++-----------------------------------
+ 1 file changed, 143 insertions(+), 198 deletions(-)
commit 6b005f188b5af4c963944dcfbdbc98adca450fc8
Author: Edward Sheldrake <ejsheldrake@gmail.com>
@@ -1465,8 +3191,8 @@ Date: Mon Nov 1 10:04:10 2010 +0000
https://bugs.freedesktop.org/show_bug.cgi?id=31261
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit d98f17086637f924ffc931d96e9937f9400a6197
Author: Bastien Nocera <hadess@hadess.net>
@@ -1474,8 +3200,8 @@ Date: Thu Oct 14 01:44:11 2010 +0100
Add gitignore for mime-db tests
- mime-db-tests/.gitignore | 13 +++++++++++++
- 1 files changed, 13 insertions(+), 0 deletions(-)
+ mime-db-tests/.gitignore | 13 +++++++++++++
+ 1 file changed, 13 insertions(+)
commit 523de346dc4886fff6bef2c0b9dc1bc77335305c
Author: Bastien Nocera <hadess@hadess.net>
@@ -1485,10 +3211,10 @@ Date: Thu Oct 14 01:42:48 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=28527
- Makefile.am | 5 ++++-
- mime-db-tests/packages/bug28527.xml | 18 ++++++++++++++++++
- update-mime-database.c | 6 ++++++
- 3 files changed, 28 insertions(+), 1 deletions(-)
+ Makefile.am | 5 ++++-
+ mime-db-tests/packages/bug28527.xml | 18 ++++++++++++++++++
+ update-mime-database.c | 6 ++++++
+ 3 files changed, 28 insertions(+), 1 deletion(-)
commit d3351885380c54716f42896a64316e4534fe4239
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
@@ -1500,8 +3226,8 @@ Date: Sun Oct 31 14:28:48 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/zh_TW.po | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ po/zh_TW.po | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit 809ab4b87256aca1cec353c9de428adba9340ef8
Author: Cheng-Chia Tseng <pswo10680@gmail.com>
@@ -1514,7 +3240,7 @@ Date: Sun Oct 31 14:27:34 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/zh_TW.po | 2680 ++++++++++++++++++++++++++++++++++++++++++-----------------
- 1 files changed, 1909 insertions(+), 771 deletions(-)
+ 1 file changed, 1909 insertions(+), 771 deletions(-)
commit 111c7138814d1a4880c14679f19ff012c3c99f4a
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -1527,7 +3253,7 @@ Date: Mon Oct 25 10:19:52 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/kk.po | 1207 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 615 insertions(+), 592 deletions(-)
+ 1 file changed, 615 insertions(+), 592 deletions(-)
commit 930110eba4e708ecfa4d32e1457e0c5d9b01b6d1
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -1539,8 +3265,8 @@ Date: Sun Oct 24 17:59:25 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/uk.po | 397 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 204 insertions(+), 193 deletions(-)
+ po/uk.po | 397 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 204 insertions(+), 193 deletions(-)
commit fab753b81c48bf60db0bd89155cc43c16cc46559
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -1553,7 +3279,7 @@ Date: Sat Oct 23 20:43:09 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ca.po | 1207 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 615 insertions(+), 592 deletions(-)
+ 1 file changed, 615 insertions(+), 592 deletions(-)
commit 13956b7256d6a02862a55c4d2ebd00199754f6e9
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -1565,8 +3291,8 @@ Date: Fri Oct 22 09:51:57 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 37 ++++++++++++++++++-------------------
- 1 files changed, 18 insertions(+), 19 deletions(-)
+ po/kk.po | 37 ++++++++++++++++++-------------------
+ 1 file changed, 18 insertions(+), 19 deletions(-)
commit 3a04d32e6ae090ae09a1784d4b403a542e7a7934
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1574,8 +3300,8 @@ Date: Sat Oct 9 18:04:43 2010 +0300
Make application/epub+zip sub-class-of application/zip.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 2f909cff817a3f08d12321769173cac2de0da1b4
Author: Bastien Nocera <hadess@hadess.net>
@@ -1583,8 +3309,8 @@ Date: Fri Oct 8 15:43:02 2010 +0100
Update date in the spec
- shared-mime-info-spec.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ shared-mime-info-spec.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 5aa2b9f3b28fe0cd3a7990a414be67f9391ec190
Author: Bastien Nocera <hadess@hadess.net>
@@ -1592,8 +3318,8 @@ Date: Tue Oct 5 16:29:11 2010 +0100
Add mentions of x-scheme-handler/ in spec
- shared-mime-info-spec.xml | 24 +++++++++++++++++++++++-
- 1 files changed, 23 insertions(+), 1 deletions(-)
+ shared-mime-info-spec.xml | 24 +++++++++++++++++++++++-
+ 1 file changed, 23 insertions(+), 1 deletion(-)
commit 5b23944d74687a8c319e291f29e3b4bfd9945268
Author: Bastien Nocera <hadess@hadess.net>
@@ -1603,8 +3329,8 @@ Date: Fri Oct 8 11:43:51 2010 +0100
Some of them are videos hiding out as *.ram
- freedesktop.org.xml.in | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 1 -
+ 1 file changed, 1 deletion(-)
commit ad12ee57099c66a893fb78dd500af877d6fd7f4c
Author: Bastien Nocera <hadess@hadess.net>
@@ -1612,9 +3338,9 @@ Date: Fri Oct 8 11:43:26 2010 +0100
Add test file for Real Video hiding as playlist
- tests/bbc.ram | Bin 0 -> 204800 bytes
- tests/list | 3 +++
- 2 files changed, 3 insertions(+), 0 deletions(-)
+ tests/bbc.ram | Bin 0 -> 204800 bytes
+ tests/list | 3 +++
+ 2 files changed, 3 insertions(+)
commit b6f20d9d6fb3156e54d70c6852d22de339263dff
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -1626,8 +3352,8 @@ Date: Thu Oct 7 17:30:51 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ po/ru.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit d94840b6f967ec40713d01d8387f6344c76f48d4
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -1639,8 +3365,8 @@ Date: Thu Oct 7 17:30:08 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ po/ru.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 2d50e2a9047a62982ab0bfeb74b448c47936dfdc
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -1652,8 +3378,8 @@ Date: Thu Oct 7 17:22:06 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ po/ru.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit a0b7bdc354f32290fbe9a8a9714e457d19eafcbd
Author: Bastien Nocera <hadess@hadess.net>
@@ -1661,8 +3387,8 @@ Date: Tue Oct 5 10:56:50 2010 +0100
Ignore the x-scheme-handler mime-types from GNOME
- update-mime-database.c | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ update-mime-database.c | 1 +
+ 1 file changed, 1 insertion(+)
commit cc598327f06e4e28c793a3a8417a0b73d6db19e7
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -1674,8 +3400,8 @@ Date: Mon Oct 4 10:29:06 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 13 ++++++-------
- 1 files changed, 6 insertions(+), 7 deletions(-)
+ po/ru.po | 13 ++++++-------
+ 1 file changed, 6 insertions(+), 7 deletions(-)
commit f0a418a0e37f5645821f0aab22863cfd51dfbf61
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -1687,8 +3413,8 @@ Date: Fri Oct 1 12:08:39 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/pl.po | 388 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 198 insertions(+), 190 deletions(-)
+ po/pl.po | 388 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 198 insertions(+), 190 deletions(-)
commit beca76ed2a757bbf74118e522d5a6e05f71fcbf4
Author: Bastien Nocera <hadess@hadess.net>
@@ -1696,9 +3422,9 @@ Date: Thu Sep 30 18:12:51 2010 +0100
0.80
- NEWS | 39 +++++++++++++++++++++++++++++++++++++++
- configure.in | 2 +-
- 2 files changed, 40 insertions(+), 1 deletions(-)
+ NEWS | 39 +++++++++++++++++++++++++++++++++++++++
+ configure.in | 2 +-
+ 2 files changed, 40 insertions(+), 1 deletion(-)
commit 8d929c670e0022633ece42221d33eff453321230
Author: Bastien Nocera <hadess@hadess.net>
@@ -1711,10 +3437,10 @@ Date: Thu Sep 30 17:51:01 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=29733
- freedesktop.org.xml.in | 3 +++
- tests/bibtex.bib | 5 +++++
- tests/list | 2 ++
- 3 files changed, 10 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ tests/bibtex.bib | 5 +++++
+ tests/list | 2 ++
+ 3 files changed, 10 insertions(+)
commit fbeea9faecea25d546ab01c520327a5d918b20c2
Author: Christian Persch <chpe@gnome.org>
@@ -1730,8 +3456,8 @@ Date: Sun Sep 5 20:47:51 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=30034
- freedesktop.org.xml.in | 6 ++++--
- 1 files changed, 4 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
commit 9ac7a381b8414199e96c436b36aa03339a1d0a71
Author: Bastien Nocera <hadess@hadess.net>
@@ -1743,8 +3469,8 @@ Date: Thu Sep 30 17:34:51 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=27826
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 4272b8a01ae513fc67833163507bd8b7e6f15362
Author: Ben James <something_for_the_pain@hotmail.com>
@@ -1756,10 +3482,10 @@ Date: Sat Sep 4 17:38:32 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=30012
- freedesktop.org.xml.in | 14 ++++++++++++--
- tests/list | 2 ++
- tests/test.sv | 10 ++++++++++
- tests/test.svh | 8 ++++++++
+ freedesktop.org.xml.in | 14 ++++++++++++--
+ tests/list | 2 ++
+ tests/test.sv | 10 ++++++++++
+ tests/test.svh | 8 ++++++++
4 files changed, 32 insertions(+), 2 deletions(-)
commit 8867fb840ae698be0c800218efd7aaa23492ef83
@@ -1768,8 +3494,8 @@ Date: Thu Sep 30 17:16:35 2010 +0100
Add some repo details for xdgmime
- HACKING | 7 ++++++-
- README | 2 +-
+ HACKING | 7 ++++++-
+ README | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
commit 473a34f7f9937050dc722712c2c7572483015bfc
@@ -1793,8 +3519,8 @@ Date: Sun Sep 5 19:54:44 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=30033
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 0abb040e331a83ecd0da95e119a8c9e026e4ecd0
Author: claudep <claude@2xlibre.net>
@@ -1807,7 +3533,7 @@ Date: Thu Sep 23 20:33:25 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/fr.po | 1271 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 659 insertions(+), 612 deletions(-)
+ 1 file changed, 659 insertions(+), 612 deletions(-)
commit 1bdf1bc81b6e0d99648a2a7ade2c96e03330b9cf
Author: mateju <>
@@ -1820,7 +3546,7 @@ Date: Thu Sep 16 17:54:53 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/sl.po | 1294 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 657 insertions(+), 637 deletions(-)
+ 1 file changed, 657 insertions(+), 637 deletions(-)
commit e97b50cd64694a6f17b62d7e2c30b0f138996d88
Author: mariobl <mariobl@gnome.org>
@@ -1832,8 +3558,8 @@ Date: Thu Sep 16 14:11:38 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/de.po | 35 ++++++++++++++++++++---------------
- 1 files changed, 20 insertions(+), 15 deletions(-)
+ po/de.po | 35 ++++++++++++++++++++---------------
+ 1 file changed, 20 insertions(+), 15 deletions(-)
commit 1c0df922f195174e5c20e8f0ed65cb7b070d90e5
Author: Petr Kovar <pknbe@volny.cz>
@@ -1846,7 +3572,7 @@ Date: Fri Sep 10 21:11:12 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/cs.po | 1247 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 618 deletions(-)
+ 1 file changed, 629 insertions(+), 618 deletions(-)
commit 30c27b26d014161a9552f27715c9bb9f055f1f9d
Author: Bastien Nocera <hadess@hadess.net>
@@ -1859,8 +3585,8 @@ Date: Tue Sep 7 18:23:17 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=29447
- update-mime-database.c | 97 +++++++++++++++++++++++-------------------------
- 1 files changed, 46 insertions(+), 51 deletions(-)
+ update-mime-database.c | 97 ++++++++++++++++++++++++--------------------------
+ 1 file changed, 46 insertions(+), 51 deletions(-)
commit 7572627477a5ed8e95a04789999e6736c600ff88
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -1873,7 +3599,7 @@ Date: Mon Sep 6 16:10:19 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/uk.po | 1193 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 602 insertions(+), 591 deletions(-)
+ 1 file changed, 602 insertions(+), 591 deletions(-)
commit 5ba60bdd7883396229425a29b651afd96237d273
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
@@ -1886,7 +3612,7 @@ Date: Sun Sep 5 09:41:55 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ja.po | 1523 ++++++++++++++++++++++++++++++++++++--------------------------
- 1 files changed, 879 insertions(+), 644 deletions(-)
+ 1 file changed, 879 insertions(+), 644 deletions(-)
commit fed8bff7ca763acb82fe57c5ddf2e50360eb7836
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -1899,7 +3625,7 @@ Date: Sat Sep 4 13:56:07 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/pl.po | 1187 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 598 insertions(+), 589 deletions(-)
+ 1 file changed, 598 insertions(+), 589 deletions(-)
commit 3a16c0673c40a4d7618c0e0a6e7a362d4a1d490f
Author: Luca Ferretti <elle.uca@libero.it>
@@ -1911,8 +3637,8 @@ Date: Wed Sep 1 17:00:49 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/it.po | 3 +--
- 1 files changed, 1 insertions(+), 2 deletions(-)
+ po/it.po | 3 +--
+ 1 file changed, 1 insertion(+), 2 deletions(-)
commit d327ced2e5fc5741fce0202bf502a16cc8fb4912
Author: Matthew Barnes <mbarnes@redhat.com>
@@ -1922,8 +3648,8 @@ Date: Tue Aug 31 11:06:33 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=29876
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit deb1a4b9077617cc0eb1f3e493babce7b81fd7ae
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -1936,7 +3662,7 @@ Date: Sun Aug 29 20:19:20 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ca.po | 1247 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 618 deletions(-)
+ 1 file changed, 629 insertions(+), 618 deletions(-)
commit 4c616c49bff317a1069a1f21711b075c0ae9a798
Author: Daniel Nylander <po@danielnylander.se>
@@ -1949,7 +3675,7 @@ Date: Sun Aug 29 18:45:08 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/sv.po | 1272 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 659 insertions(+), 613 deletions(-)
+ 1 file changed, 659 insertions(+), 613 deletions(-)
commit eb59e6e8895c56994acd670c053497bb04970f0d
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -1957,50 +3683,50 @@ Date: Sun Aug 29 20:02:18 2010 +0300
Add/reorder *.po Language headers.
- po/ar.po | 3 ++-
- po/az.po | 1 +
- po/be@latin.po | 1 +
- po/bg.po | 1 +
- po/ca.po | 3 ++-
- po/cs.po | 1 +
- po/cy.po | 1 +
- po/da.po | 1 +
- po/de.po | 2 +-
- po/el.po | 1 +
- po/en_GB.po | 1 +
- po/eo.po | 1 +
- po/es.po | 1 +
- po/eu.po | 1 +
- po/fr.po | 1 +
- po/ga.po | 3 ++-
- po/gl.po | 1 +
- po/he.po | 3 ++-
- po/hu.po | 3 ++-
- po/id.po | 3 ++-
- po/it.po | 1 +
- po/ja.po | 1 +
- po/kk.po | 3 ++-
- po/ko.po | 1 +
- po/lt.po | 2 +-
- po/lv.po | 1 +
- po/ms.po | 1 +
- po/nb.po | 1 +
- po/nl.po | 1 +
- po/nn.po | 1 +
- po/pl.po | 1 +
- po/pt.po | 1 +
- po/pt_BR.po | 1 +
- po/ru.po | 3 ++-
- po/rw.po | 1 +
- po/sk.po | 1 +
- po/sl.po | 1 +
- po/sq.po | 1 +
- po/sr.po | 1 +
- po/sv.po | 1 +
- po/uk.po | 1 +
- po/vi.po | 1 +
- po/zh_CN.po | 1 +
- po/zh_TW.po | 1 +
+ po/ar.po | 3 ++-
+ po/az.po | 1 +
+ po/be@latin.po | 1 +
+ po/bg.po | 1 +
+ po/ca.po | 3 ++-
+ po/cs.po | 1 +
+ po/cy.po | 1 +
+ po/da.po | 1 +
+ po/de.po | 2 +-
+ po/el.po | 1 +
+ po/en_GB.po | 1 +
+ po/eo.po | 1 +
+ po/es.po | 1 +
+ po/eu.po | 1 +
+ po/fr.po | 1 +
+ po/ga.po | 3 ++-
+ po/gl.po | 1 +
+ po/he.po | 3 ++-
+ po/hu.po | 3 ++-
+ po/id.po | 3 ++-
+ po/it.po | 1 +
+ po/ja.po | 1 +
+ po/kk.po | 3 ++-
+ po/ko.po | 1 +
+ po/lt.po | 2 +-
+ po/lv.po | 1 +
+ po/ms.po | 1 +
+ po/nb.po | 1 +
+ po/nl.po | 1 +
+ po/nn.po | 1 +
+ po/pl.po | 1 +
+ po/pt.po | 1 +
+ po/pt_BR.po | 1 +
+ po/ru.po | 3 ++-
+ po/rw.po | 1 +
+ po/sk.po | 1 +
+ po/sl.po | 1 +
+ po/sq.po | 1 +
+ po/sr.po | 1 +
+ po/sv.po | 1 +
+ po/uk.po | 1 +
+ po/vi.po | 1 +
+ po/zh_CN.po | 1 +
+ po/zh_TW.po | 1 +
44 files changed, 52 insertions(+), 10 deletions(-)
commit d40a77560a03e0d3870ac066abf242622436a43d
@@ -2010,7 +3736,7 @@ Date: Sun Aug 29 18:18:35 2010 +0300
Finnish translation update.
po/fi.po | 1195 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 602 insertions(+), 593 deletions(-)
+ 1 file changed, 602 insertions(+), 593 deletions(-)
commit c3730a384397a98332ace2d746601c579e889c7b
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2018,10 +3744,10 @@ Date: Sun Aug 29 17:55:21 2010 +0300
Language-Team name fixes.
- po/el.po | 2 +-
- po/es.po | 2 +-
- po/nb.po | 2 +-
- po/sk.po | 2 +-
+ po/el.po | 2 +-
+ po/es.po | 2 +-
+ po/nb.po | 2 +-
+ po/sk.po | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
commit 1b1b9b1d419e417691d87ba236e084d6c7bebd0e
@@ -2035,7 +3761,7 @@ Date: Tue Aug 24 18:03:02 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/de.po | 1392 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 774 insertions(+), 618 deletions(-)
+ 1 file changed, 774 insertions(+), 618 deletions(-)
commit 09f5e9b83a20f2ebf26fdd8739e201d0483bd32a
Author: Bastien Nocera <hadess@hadess.net>
@@ -2046,8 +3772,8 @@ Date: Fri Aug 20 18:16:16 2010 +0100
See:
https://bugzilla.gnome.org/show_bug.cgi?id=627516
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit 89f258121c68ccd2129b3bd073be6b68679da31d
Author: kelemeng <kelemeng@gnome.hu>
@@ -2060,7 +3786,7 @@ Date: Fri Aug 20 15:05:10 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/hu.po | 1259 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 649 insertions(+), 610 deletions(-)
+ 1 file changed, 649 insertions(+), 610 deletions(-)
commit 314e385635d347ae1f554752aff8e080132900b3
Author: Luca Ferretti <elle.uca@libero.it>
@@ -2073,7 +3799,7 @@ Date: Fri Aug 20 14:43:45 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/it.po | 1251 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 638 insertions(+), 613 deletions(-)
+ 1 file changed, 638 insertions(+), 613 deletions(-)
commit fb77b65b0976e3c28e8f7570bdf8d3e2960319ac
Author: Andika Triwidada <andika@gmail.com>
@@ -2086,7 +3812,7 @@ Date: Fri Aug 20 13:29:01 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/id.po | 1349 +++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 766 insertions(+), 583 deletions(-)
+ 1 file changed, 766 insertions(+), 583 deletions(-)
commit 5a0f2fe37278ae44f7e738cb4ec7fd91d6af7291
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2094,8 +3820,8 @@ Date: Thu Aug 19 11:55:56 2010 +0300
Add application/x-apple-diskimage.
- freedesktop.org.xml.in | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
commit 29dbc2b7cbbc1e40b04de6201a2153a633bc4fc0
Author: Kevin Scannell <kscanne@gmail.com>
@@ -2108,7 +3834,7 @@ Date: Tue Aug 17 18:36:13 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ga.po | 1264 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 651 insertions(+), 613 deletions(-)
+ 1 file changed, 651 insertions(+), 613 deletions(-)
commit b70b55ae0d471356f3ff1f95b5c60c3ff17a8c84
Author: Jorge González <aloriel@gmail.com>
@@ -2121,7 +3847,7 @@ Date: Tue Aug 17 16:56:07 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/es.po | 1261 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 650 insertions(+), 611 deletions(-)
+ 1 file changed, 650 insertions(+), 611 deletions(-)
commit 6d6cd807a08290346e19a8081f2ea322509d1e88
Author: Lucian Adrian Grijincu <lucian.grijincu@gmail.com>
@@ -2134,7 +3860,7 @@ Date: Sun Aug 15 16:35:36 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ro.po | 1272 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 664 insertions(+), 608 deletions(-)
+ 1 file changed, 664 insertions(+), 608 deletions(-)
commit 5ab86db6f522037edceb4b50862f2e5b34d4610c
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -2147,7 +3873,7 @@ Date: Sun Aug 15 13:49:16 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/uk.po | 1246 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 617 deletions(-)
+ 1 file changed, 629 insertions(+), 617 deletions(-)
commit f0aba0e0dee3a22644351dfd1c239c9f28902149
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -2160,7 +3886,7 @@ Date: Sun Aug 15 08:45:02 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ru.po | 1246 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 617 deletions(-)
+ 1 file changed, 629 insertions(+), 617 deletions(-)
commit 61acb7d70d00ffd8227e6811ed45467a0ebb6b54
Author: Aron Xu <happyaron.xu@gmail.com>
@@ -2172,8 +3898,8 @@ Date: Fri Aug 13 15:21:43 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/zh_CN.po | 7 +++----
- 1 files changed, 3 insertions(+), 4 deletions(-)
+ po/zh_CN.po | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
commit 9faa3378359f3e0b9c4f72eee485070ec304bfca
Author: Aron Xu <happyaron.xu@gmail.com>
@@ -2186,7 +3912,7 @@ Date: Fri Aug 13 10:40:51 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/zh_CN.po | 1246 ++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 629 insertions(+), 617 deletions(-)
+ 1 file changed, 629 insertions(+), 617 deletions(-)
commit ad7a5528bd366dabc89828c7b7675f45a24403d2
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2199,7 +3925,7 @@ Date: Mon Aug 9 03:28:13 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/kk.po | 1244 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 628 insertions(+), 616 deletions(-)
+ 1 file changed, 628 insertions(+), 616 deletions(-)
commit bd78f71a2117541e0a03f8a8d4b956bc18ff1e2b
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -2212,7 +3938,7 @@ Date: Fri Aug 6 23:16:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/pl.po | 1246 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 629 insertions(+), 617 deletions(-)
+ 1 file changed, 629 insertions(+), 617 deletions(-)
commit 81a04a518fb40d0b9e9bba220a6222a9152a2d78
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2221,7 +3947,7 @@ Date: Fri Aug 6 19:37:36 2010 +0300
Finnish translation update.
po/fi.po | 1265 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 648 insertions(+), 617 deletions(-)
+ 1 file changed, 648 insertions(+), 617 deletions(-)
commit 0e151b87687e7095fd7fee2b5f893e37d15feb2c
Author: Jason Crain <jason@aquaticape.us>
@@ -2231,10 +3957,10 @@ Date: Sat Jul 31 23:14:50 2010 -0500
https://bugs.freedesktop.org/show_bug.cgi?id=29336
- freedesktop.org.xml.in | 8 ++++++++
- tests/list | 2 ++
- tests/test.wim | Bin 0 -> 1542 bytes
- 3 files changed, 10 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 2 ++
+ tests/test.wim | Bin 0 -> 1542 bytes
+ 3 files changed, 10 insertions(+)
commit 692776b90f194870d162a558c177eff94dadf11d
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2242,8 +3968,8 @@ Date: Wed Jul 28 00:49:53 2010 +0300
Add JavaFX video.
- freedesktop.org.xml.in | 9 +++++++++
- 1 files changed, 9 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 9 +++++++++
+ 1 file changed, 9 insertions(+)
commit d36536a2f447f9e09d44a75d4e424e11d9ae7468
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2254,8 +3980,8 @@ Date: Wed Jul 28 00:36:35 2010 +0300
http://tools.ietf.org/html/rfc4393
http://www.ftyps.com/
- freedesktop.org.xml.in | 14 ++++++++++++--
- 1 files changed, 12 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 14 ++++++++++++--
+ 1 file changed, 12 insertions(+), 2 deletions(-)
commit 528f7b4fb597ccd9e8f68c87d25c83fb1cee2c95
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2265,8 +3991,8 @@ Date: Wed Jul 28 00:31:52 2010 +0300
http://www.ftyps.com/
- freedesktop.org.xml.in | 3 +++
- 1 files changed, 3 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ 1 file changed, 3 insertions(+)
commit e7c412c60377f54663f74dbfae3d24cddfd8c21f
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2274,8 +4000,8 @@ Date: Wed Jul 28 00:30:48 2010 +0300
Add 3GPP acronym.
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 7d42fc0da8068df8892842cc4005395471f4d2b0
Author: Bastien Nocera <hadess@hadess.net>
@@ -2290,10 +4016,10 @@ Date: Tue Jul 20 18:33:05 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=29083
- freedesktop.org.xml.in | 2 +-
- tests/list | 2 ++
- tests/testcase.is-really-a-pdf | Bin 0 -> 13956 bytes
- 3 files changed, 3 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ tests/list | 2 ++
+ tests/testcase.is-really-a-pdf | Bin 0 -> 13956 bytes
+ 3 files changed, 3 insertions(+), 1 deletion(-)
commit def619c94d1a2cc34c0d8d5ccf269b472ebf7bcf
Author: Bastien Nocera <hadess@hadess.net>
@@ -2305,9 +4031,9 @@ Date: Tue Jul 20 16:09:05 2010 +0100
https://bugs.freedesktop.org/show_bug.cgi?id=29084
- freedesktop.org.xml.in | 3 ---
- tests/list | 2 ++
- tests/ssh-public-key.txt | 7 +++++++
+ freedesktop.org.xml.in | 3 ---
+ tests/list | 2 ++
+ tests/ssh-public-key.txt | 7 +++++++
3 files changed, 9 insertions(+), 3 deletions(-)
commit 2c2855072c66480f21b2eb766080244b95060338
@@ -2316,8 +4042,8 @@ Date: Tue Jul 20 16:06:36 2010 +0100
Add sl to LINGUAS
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit 3cc82e7035a8b32041ee19aa07bd8ed3a644cb0d
Author: frandieguez <frandieguez@ubuntu.com>
@@ -2329,8 +4055,8 @@ Date: Tue Jul 20 12:15:37 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/gl.po | 855 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 445 insertions(+), 410 deletions(-)
+ po/gl.po | 855 +++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 445 insertions(+), 410 deletions(-)
commit 35c4af293977a91984169509a197cb2a7ce16a01
Author: 甘 露 <rhythm.gan@gmail.com>
@@ -2342,8 +4068,8 @@ Date: Sat Jul 17 11:07:30 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/zh_CN.po | 870 ++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 448 insertions(+), 422 deletions(-)
+ po/zh_CN.po | 870 +++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 448 insertions(+), 422 deletions(-)
commit 1230b0d9173ed76e547c143a0ffccb7d151abe63
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -2355,8 +4081,8 @@ Date: Fri Jul 16 21:51:22 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ca.po | 836 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 422 insertions(+), 414 deletions(-)
+ po/ca.po | 836 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 422 insertions(+), 414 deletions(-)
commit 4c1de1848daa7e29562e59c76795f08b022f5de5
Author: mateju <>
@@ -2369,7 +4095,7 @@ Date: Fri Jul 16 16:15:39 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/sl.po | 2530 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2530 insertions(+), 0 deletions(-)
+ 1 file changed, 2530 insertions(+)
commit a3d680bd84cc6ae3b26dedf7db6671b59b069515
Author: Petr Kovar <pknbe@volny.cz>
@@ -2381,8 +4107,8 @@ Date: Sun Jul 11 18:47:43 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/cs.po | 853 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 444 insertions(+), 409 deletions(-)
+ po/cs.po | 853 +++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 444 insertions(+), 409 deletions(-)
commit 8c9f6b075528d6309d75526db3d7351371a9eef4
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -2394,8 +4120,8 @@ Date: Sun Jul 11 16:10:54 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 39 +++++++++++++++++++--------------------
- 1 files changed, 19 insertions(+), 20 deletions(-)
+ po/ru.po | 39 +++++++++++++++++++--------------------
+ 1 file changed, 19 insertions(+), 20 deletions(-)
commit 27f64f9180e422bffae6339e0145c4fbb4a89041
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -2407,8 +4133,8 @@ Date: Sun Jul 11 16:06:47 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ru.po | 844 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 427 insertions(+), 417 deletions(-)
+ po/ru.po | 844 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 427 insertions(+), 417 deletions(-)
commit 2140d22c04957c6a70c022bc953da77a4cfc8f51
Author: zayed <zayed.alsaidi@gmail.com>
@@ -2420,8 +4146,8 @@ Date: Sat Jul 10 13:55:20 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ar.po | 847 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 437 insertions(+), 410 deletions(-)
+ po/ar.po | 847 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 437 insertions(+), 410 deletions(-)
commit 3867ac052e45831efcd2ebbc661eab7fee6d224b
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -2433,8 +4159,8 @@ Date: Sat Jul 10 04:53:52 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/uk.po | 838 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 423 insertions(+), 415 deletions(-)
+ po/uk.po | 838 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 423 insertions(+), 415 deletions(-)
commit b9e440a19e2eaf225c14132c14d94b3685a4bef7
Author: Bastien Nocera <hadess@hadess.net>
@@ -2447,9 +4173,9 @@ Date: Fri Jul 9 15:11:06 2010 +0200
The file's data is detected as expected.
- tests/attachment.tif | Bin 0 -> 120583 bytes
- tests/list | 2 ++
- 2 files changed, 2 insertions(+), 0 deletions(-)
+ tests/attachment.tif | Bin 0 -> 120583 bytes
+ tests/list | 2 ++
+ 2 files changed, 2 insertions(+)
commit 92d2cad83faf194ee45af8ee2a4cf1412c0ef726
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2461,8 +4187,8 @@ Date: Thu Jul 1 10:06:54 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 836 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 422 insertions(+), 414 deletions(-)
+ po/he.po | 836 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 422 insertions(+), 414 deletions(-)
commit 2279604414a129b33b91be7190f7d3b383b828d0
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2474,8 +4200,8 @@ Date: Wed Jun 30 03:22:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 838 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 423 insertions(+), 415 deletions(-)
+ po/kk.po | 838 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 423 insertions(+), 415 deletions(-)
commit 2bf5b1053ab36a354f2133543d303228b7ce8ea3
Author: Žygimantas Beručka <uid0@akl.lt>
@@ -2487,8 +4213,8 @@ Date: Mon Jun 28 23:30:44 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/lt.po | 879 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 444 insertions(+), 435 deletions(-)
+ po/lt.po | 879 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 444 insertions(+), 435 deletions(-)
commit e0a4e7ba19321b1a68481d58c9047ef9a4430908
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -2500,8 +4226,8 @@ Date: Mon Jun 28 12:14:43 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/pl.po | 838 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 423 insertions(+), 415 deletions(-)
+ po/pl.po | 838 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 423 insertions(+), 415 deletions(-)
commit 96f59cc251df3a392334916c785378aa76564f83
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2513,8 +4239,8 @@ Date: Sun Jun 27 07:17:38 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 827 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 423 insertions(+), 404 deletions(-)
+ po/he.po | 827 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 423 insertions(+), 404 deletions(-)
commit 15bbdb74dc20e436cdf609d9797f075d25bf89b2
Author: Alexander Saprykin <xelfium@gmail.com>
@@ -2524,10 +4250,10 @@ Date: Fri Jun 18 22:04:07 2010 +0400
https://bugs.freedesktop.org/show_bug.cgi?id=28603
- freedesktop.org.xml.in | 16 +++++++++++++++-
- tests/archive.lrz | Bin 0 -> 228 bytes
- tests/list | 2 ++
- 3 files changed, 17 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 16 +++++++++++++++-
+ tests/archive.lrz | Bin 0 -> 228 bytes
+ tests/list | 2 ++
+ 3 files changed, 17 insertions(+), 1 deletion(-)
commit e57bcfffd6e2dc11a010c07b839a0863e471c6e1
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -2540,7 +4266,7 @@ Date: Mon Jun 14 10:28:45 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ru.po | 1433 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 758 insertions(+), 675 deletions(-)
+ 1 file changed, 758 insertions(+), 675 deletions(-)
commit 7263e5d6d2aab5a3471052b0d5edd795483e4f22
Author: Bastien Nocera <hadess@hadess.net>
@@ -2548,8 +4274,8 @@ Date: Fri Jun 11 12:18:37 2010 +0100
Tighten the Apple HTTP Live Streaming magic
- freedesktop.org.xml.in | 6 ++++--
- 1 files changed, 4 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 6 ++++--
+ 1 file changed, 4 insertions(+), 2 deletions(-)
commit aefce361b8e616600a041c144e70397fe6ed073c
Author: Bastien Nocera <hadess@hadess.net>
@@ -2559,10 +4285,10 @@ Date: Tue Jun 8 16:21:27 2010 +0100
As used in the Apple WWDC 2010 keynote stream.
- freedesktop.org.xml.in | 1 +
- tests/all_w.m3u8 | 15 +++++++++++++++
- tests/list | 2 ++
- 3 files changed, 18 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ tests/all_w.m3u8 | 15 +++++++++++++++
+ tests/list | 2 ++
+ 3 files changed, 18 insertions(+)
commit 6d2e3487e7bf3b5c8843334a3ca5904352fd8573
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2570,8 +4296,8 @@ Date: Sun Jun 6 23:55:44 2010 +0300
Add magic for audio/x-stm.
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit 9dd95192df3d8f9d5d2cff61163bb4983bbcad16
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2579,8 +4305,8 @@ Date: Sun Jun 6 23:54:27 2010 +0300
Add gl.
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit b504d51d35c5fe7169d933715bc178b4720cef4d
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -2592,8 +4318,8 @@ Date: Fri Jun 4 16:32:08 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/ca.po | 825 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 423 insertions(+), 402 deletions(-)
+ po/ca.po | 825 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 423 insertions(+), 402 deletions(-)
commit a3a71f02b3753611379bdd24b3abbd99d9cfc238
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2605,8 +4331,8 @@ Date: Wed Jun 2 04:14:36 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ po/kk.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 88b480aee48444b3cb1395ad7805563d9a2d2f36
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2618,8 +4344,8 @@ Date: Wed Jun 2 04:13:08 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 250 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 127 insertions(+), 123 deletions(-)
+ po/kk.po | 250 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 127 insertions(+), 123 deletions(-)
commit 54ba47b34bf880d8e9b2dc3839c1f1bc1afabbb6
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -2631,8 +4357,8 @@ Date: Sun May 30 15:55:38 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/pl.po | 252 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 128 insertions(+), 124 deletions(-)
+ po/pl.po | 252 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 128 insertions(+), 124 deletions(-)
commit cf3b228b96e4a64b0face314463d86e546c18726
Author: frandieguez <frandieguez@ubuntu.com>
@@ -2645,7 +4371,7 @@ Date: Sun May 30 15:18:11 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/gl.po | 2500 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2500 insertions(+), 0 deletions(-)
+ 1 file changed, 2500 insertions(+)
commit 5d7eb153cfc46cf6cd8f60858a7ed202853fa9c2
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -2657,8 +4383,8 @@ Date: Sun May 30 13:22:35 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/uk.po | 819 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 419 insertions(+), 400 deletions(-)
+ po/uk.po | 819 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 419 insertions(+), 400 deletions(-)
commit 9f0d0ff33d14dbc434b38744464318f0acca7037
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -2668,8 +4394,8 @@ Date: Sat May 29 15:10:28 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=28313
- freedesktop.org.xml.in | 18 ++++++++++++++++--
- 1 files changed, 16 insertions(+), 2 deletions(-)
+ freedesktop.org.xml.in | 18 ++++++++++++++++--
+ 1 file changed, 16 insertions(+), 2 deletions(-)
commit afcc2ef146dec94fd481960bb466a8f62ab6362c
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -2679,8 +4405,8 @@ Date: Sat May 29 14:45:28 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=28313
- freedesktop.org.xml.in | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
commit 14e58987db079b5fe00b6c4b910d3323a7ab31d7
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
@@ -2690,8 +4416,8 @@ Date: Sat May 29 14:42:43 2010 +0200
https://bugs.freedesktop.org/show_bug.cgi?id=28313
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 2cfc5055374d16f4e7bee78033976544e57ac42d
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -2703,8 +4429,8 @@ Date: Fri May 28 12:55:02 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/pl.po | 813 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 414 insertions(+), 399 deletions(-)
+ po/pl.po | 813 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 414 insertions(+), 399 deletions(-)
commit 96e2594e51125f2653cd4727df93bb419cd75e7d
Author: Luca Ferretti <elle.uca@libero.it>
@@ -2716,8 +4442,8 @@ Date: Tue May 25 16:59:28 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/it.po | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ po/it.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 8c3dd39ae86174a829f4c057951905743be2e3a4
Author: Luca Ferretti <elle.uca@libero.it>
@@ -2729,8 +4455,8 @@ Date: Tue May 25 16:58:36 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/it.po | 806 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 407 insertions(+), 399 deletions(-)
+ po/it.po | 806 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 407 insertions(+), 399 deletions(-)
commit d3d5434536defb06f0a7fd67d2b63f145d69264b
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2742,8 +4468,8 @@ Date: Mon May 24 17:07:34 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 806 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 407 insertions(+), 399 deletions(-)
+ po/kk.po | 806 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 407 insertions(+), 399 deletions(-)
commit e88b56dd9836c36124baf69d88ae22be8ef776b1
Author: Oliver Joos <oliver.joos@mymail.ch>
@@ -2753,10 +4479,10 @@ Date: Fri May 21 20:06:31 2010 +0300
http://bugs.freedesktop.org/show_bug.cgi?id=14276
- freedesktop.org.xml.in | 19 ++++++++++++++++++-
- tests/list | 2 ++
- tests/settopbox.ts | Bin 0 -> 262636 bytes
- 3 files changed, 20 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 19 ++++++++++++++++++-
+ tests/list | 2 ++
+ tests/settopbox.ts | Bin 0 -> 262636 bytes
+ 3 files changed, 20 insertions(+), 1 deletion(-)
commit 354a3110ae8c3eba7494cd6ba468ffeb41211c83
Author: Bastien Nocera <hadess@hadess.net>
@@ -2766,10 +4492,10 @@ Date: Thu May 20 17:22:06 2010 +0100
with magic and test file.
- freedesktop.org.xml.in | 7 +++++++
- tests/Elephants_Dream-360p-Stereo.webm | Bin 0 -> 102400 bytes
- tests/list | 2 ++
- 3 files changed, 9 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ tests/Elephants_Dream-360p-Stereo.webm | Bin 0 -> 102400 bytes
+ tests/list | 2 ++
+ 3 files changed, 9 insertions(+)
commit 01c1968c49d12c22cdf15da30ae5d0a9870a81b7
Author: Tomáš Virgl <tomas@virgl.net>
@@ -2782,7 +4508,7 @@ Date: Wed May 19 15:50:31 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/sk.po | 1210 +++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 683 insertions(+), 527 deletions(-)
+ 1 file changed, 683 insertions(+), 527 deletions(-)
commit e3cd68305da37f1d908f14ecb2cf3b851c05e56e
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -2794,8 +4520,8 @@ Date: Sat May 15 17:11:16 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/kk.po | 587 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 298 insertions(+), 289 deletions(-)
+ po/kk.po | 587 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 298 insertions(+), 289 deletions(-)
commit f40d94cd0ebf9b1d77b6a3fe8aab8f0322941f13
Author: Luca Ferretti <elle.uca@libero.it>
@@ -2807,8 +4533,8 @@ Date: Sat May 15 12:19:21 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/it.po | 580 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 294 insertions(+), 286 deletions(-)
+ po/it.po | 580 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 294 insertions(+), 286 deletions(-)
commit 50ee3eba9eaa856f4c6bd8453c5760ccf70fda7e
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2818,8 +4544,8 @@ Date: Thu May 13 22:38:43 2010 +0300
http://tools.ietf.org/html/draft-turner-asymmetrickeyformat-05
- freedesktop.org.xml.in | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
commit 9c50dac4adb72e278e0c20a4cdaff3d9e14543c1
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2827,8 +4553,8 @@ Date: Sat May 8 22:23:38 2010 +0300
Finnish translation update.
- po/fi.po | 570 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 290 insertions(+), 280 deletions(-)
+ po/fi.po | 570 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 290 insertions(+), 280 deletions(-)
commit f01df7605661131c7be980ba781aabaa53430713
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2840,8 +4566,8 @@ Date: Fri May 7 13:11:01 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 56 ++++++++++++++++++++++++++++----------------------------
- 1 files changed, 28 insertions(+), 28 deletions(-)
+ po/he.po | 56 ++++++++++++++++++++++++++++----------------------------
+ 1 file changed, 28 insertions(+), 28 deletions(-)
commit 4b56caa3aa58115953ee5fac75c5c92efd14d5d0
Author: Elad <el.il@doom.co.il>
@@ -2853,8 +4579,8 @@ Date: Fri May 7 12:16:26 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 40 ++++++++++++++++++++++------------------
- 1 files changed, 22 insertions(+), 18 deletions(-)
+ po/he.po | 40 ++++++++++++++++++++++------------------
+ 1 file changed, 22 insertions(+), 18 deletions(-)
commit f7bc00a14bc69fec3c1f528a3ec9a87b70039d1d
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2866,8 +4592,8 @@ Date: Thu May 6 10:14:01 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 172 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 86 insertions(+), 86 deletions(-)
+ po/he.po | 172 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 86 insertions(+), 86 deletions(-)
commit 6d0904852fea5b2d6c7c12832be45fc43e6ecd50
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2879,8 +4605,8 @@ Date: Wed May 5 22:10:14 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 82 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 41 insertions(+), 41 deletions(-)
+ po/he.po | 82 ++++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 41 insertions(+), 41 deletions(-)
commit e280001dbc71d296f4bad04275b26ebbdc9ffcb9
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -2888,8 +4614,8 @@ Date: Thu May 6 00:05:42 2010 +0300
Add sk.
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit d78a6077e2c99e3619edcb582f08d905f513f1a8
Author: tomasvirgl <tomas@virgl.net>
@@ -2902,7 +4628,7 @@ Date: Tue May 4 19:47:51 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/sk.po | 2376 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2376 insertions(+), 0 deletions(-)
+ 1 file changed, 2376 insertions(+)
commit df309d6766011534595349d6b996872c0a3b4915
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2914,8 +4640,8 @@ Date: Sun May 2 18:44:04 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 208 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 104 insertions(+), 104 deletions(-)
+ po/he.po | 208 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 104 insertions(+), 104 deletions(-)
commit 9c32db9d5e9a7a93a2f502f95e52183ed29f785c
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2928,7 +4654,7 @@ Date: Sun May 2 17:24:56 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/he.po | 1004 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 503 insertions(+), 501 deletions(-)
+ 1 file changed, 503 insertions(+), 501 deletions(-)
commit 369ac1ab48ad04f6c5feeecff66b8d3de47d2a51
Author: Elad <el.il@doom.co.il>
@@ -2941,7 +4667,7 @@ Date: Sun May 2 17:23:12 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/he.po | 1004 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 501 insertions(+), 503 deletions(-)
+ 1 file changed, 501 insertions(+), 503 deletions(-)
commit 008c18a299625443480629561f93b50553b0fa46
Author: Assaf Sapir <meijin007@gmail.com>
@@ -2953,8 +4679,8 @@ Date: Sun May 2 08:19:36 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 619 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 311 insertions(+), 308 deletions(-)
+ po/he.po | 619 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 311 insertions(+), 308 deletions(-)
commit 6a3a05f908cf79ca322d5d1fdc9951fa6f7b50dd
Author: Stanislav Brabec <sbrabec@suse.cz>
@@ -2964,8 +4690,8 @@ Date: Sat May 1 16:21:06 2010 +0200
Fixes bug #27814.
- freedesktop.org.xml.in | 9 ++++++---
- 1 files changed, 6 insertions(+), 3 deletions(-)
+ freedesktop.org.xml.in | 9 ++++++---
+ 1 file changed, 6 insertions(+), 3 deletions(-)
commit 5e311b0e65729a6dd9209b06eed44a53d47ecbaf
Author: Pino Toscano <pino@kde.org>
@@ -2973,8 +4699,8 @@ Date: Sat May 1 16:17:45 2010 +0200
add 'he'
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit 94eeb711de8e759c9645ef582d4a2467d2ec5eb4
Author: meijin <meijin007@gmail.com>
@@ -2986,8 +4712,8 @@ Date: Sat May 1 07:38:16 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 218 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 109 insertions(+), 109 deletions(-)
+ po/he.po | 218 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 109 insertions(+), 109 deletions(-)
commit 50c40b5c289a00ea4c4b90cd2b6f7865713f21ff
Author: meijin <meijin007@gmail.com>
@@ -2999,8 +4725,8 @@ Date: Fri Apr 30 15:09:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 123 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 61 insertions(+), 62 deletions(-)
+ po/he.po | 123 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 61 insertions(+), 62 deletions(-)
commit 819c435bf8545e38d8e09da7084a2d9e864e3234
Author: Jorge González <aloriel@gmail.com>
@@ -3012,8 +4738,8 @@ Date: Fri Apr 30 06:23:27 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/es.po | 9 +++++----
- 1 files changed, 5 insertions(+), 4 deletions(-)
+ po/es.po | 9 +++++----
+ 1 file changed, 5 insertions(+), 4 deletions(-)
commit 56737d5f24e403e8db1d315544a9fb6436818b74
Author: Žygimantas Beručka <uid0@akl.lt>
@@ -3026,7 +4752,7 @@ Date: Sat Apr 24 16:47:34 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/lt.po | 1335 +++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 748 insertions(+), 587 deletions(-)
+ 1 file changed, 748 insertions(+), 587 deletions(-)
commit 6ac21414fc61a373cd60f06a6edc29147be5d6f6
Author: lielft <lielft@ubuntu.com>
@@ -3038,8 +4764,8 @@ Date: Sat Apr 24 14:13:35 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 42 +++++++++++++++++++++---------------------
- 1 files changed, 21 insertions(+), 21 deletions(-)
+ po/he.po | 42 +++++++++++++++++++++---------------------
+ 1 file changed, 21 insertions(+), 21 deletions(-)
commit 3dab7d2ad52c3616b44ef90297e831b40fc98ada
Author: lielft <lielft@ubuntu.com>
@@ -3051,8 +4777,8 @@ Date: Fri Apr 23 17:09:04 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 200 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 100 insertions(+), 100 deletions(-)
+ po/he.po | 200 +++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 100 insertions(+), 100 deletions(-)
commit 5c4f7c12d59a0270b938bfb79b5e5d36082a79b4
Author: lielft <lielft@ubuntu.com>
@@ -3064,8 +4790,8 @@ Date: Fri Apr 23 16:21:15 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 8 ++++----
- 1 files changed, 4 insertions(+), 4 deletions(-)
+ po/he.po | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
commit fca0e0fee840ef18ea667212fab01f691a9f4c59
Author: elad <el.il@doom.co.il>
@@ -3077,8 +4803,8 @@ Date: Fri Apr 23 16:03:36 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
- po/he.po | 65 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 33 insertions(+), 32 deletions(-)
+ po/he.po | 65 ++++++++++++++++++++++++++++++++--------------------------------
+ 1 file changed, 33 insertions(+), 32 deletions(-)
commit e5d3c73c0cf3a68e21997669c4ee94934508f389
Author: elad <el.il@doom.co.il>
@@ -3091,7 +4817,7 @@ Date: Fri Apr 23 15:56:40 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/he.po | 2501 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2501 insertions(+), 0 deletions(-)
+ 1 file changed, 2501 insertions(+)
commit dd41ca6600438fc1d2c8d44844c9549226eeca4d
Author: Aron Xu <happyaron.xu@gmail.com>
@@ -3104,7 +4830,7 @@ Date: Fri Apr 23 06:38:53 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/zh_CN.po | 1198 +++++++++++++++++++++++++++++++++--------------------------
- 1 files changed, 666 insertions(+), 532 deletions(-)
+ 1 file changed, 666 insertions(+), 532 deletions(-)
commit b983ae9b757a289df4c649c61f0b738311f5e93c
Author: Josep Ma. Ferrer <txemaq@gmail.com>
@@ -3117,7 +4843,7 @@ Date: Thu Apr 22 20:11:13 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ca.po | 1197 +++++++++++++++++++++++++++++++++++---------------------------
- 1 files changed, 668 insertions(+), 529 deletions(-)
+ 1 file changed, 668 insertions(+), 529 deletions(-)
commit 7faeed6944d5d374fc86395be61b1f4156bba494
Author: Pavel Maryanov <acid@jack.kiev.ua>
@@ -3130,7 +4856,7 @@ Date: Thu Apr 22 13:24:04 2010 +0000
Transmitted-via: Transifex (www.transifex.net).
po/ru.po | 1401 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 773 insertions(+), 628 deletions(-)
+ 1 file changed, 773 insertions(+), 628 deletions(-)
commit b61e26b4b1e266fe4d3aec4232a5fe26c5903ebd
Author: kelemeng <kelemeng@gnome.hu>
@@ -3140,8 +4866,8 @@ Date: Tue Apr 20 16:21:22 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/hu.po | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ po/hu.po | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 7b542aba25162af23ce8319b11ac6fe77eea8773
Author: kelemeng <kelemeng@gnome.hu>
@@ -3151,8 +4877,8 @@ Date: Tue Apr 20 16:19:07 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/hu.po | 513 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 263 insertions(+), 250 deletions(-)
+ po/hu.po | 513 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 263 insertions(+), 250 deletions(-)
commit 83008a0b18774dc23c35ec410c82a2e556ac0b6e
Author: Kevin Scannell <kscanne@gmail.com>
@@ -3162,8 +4888,8 @@ Date: Tue Apr 20 16:01:00 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ga.po | 113 ++++++++++++++++++++++++-------------------------------------
- 1 files changed, 45 insertions(+), 68 deletions(-)
+ po/ga.po | 113 +++++++++++++++++++++++++--------------------------------------
+ 1 file changed, 45 insertions(+), 68 deletions(-)
commit daff9ee8305e412c2dfdc87e01313f0f2059ce19
Author: Kevin Scannell <kscanne@gmail.com>
@@ -3174,7 +4900,7 @@ Date: Tue Apr 20 15:44:44 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/ga.po | 1338 +++++++++++++++++++++++++++++++++++++-------------------------
- 1 files changed, 792 insertions(+), 546 deletions(-)
+ 1 file changed, 792 insertions(+), 546 deletions(-)
commit c9d91af33d9c1df23434a3e92e62d5339423b5e2
Author: zayed <zayed.alsaidi@gmail.com>
@@ -3184,8 +4910,8 @@ Date: Tue Apr 20 14:24:01 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ar.po | 1 -
- 1 files changed, 0 insertions(+), 1 deletions(-)
+ po/ar.po | 1 -
+ 1 file changed, 1 deletion(-)
commit aa5645bac62edd1652231f090290a033568a3cc6
Author: zayed <zayed.alsaidi@gmail.com>
@@ -3195,8 +4921,8 @@ Date: Tue Apr 20 14:23:35 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ar.po | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ po/ar.po | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit bc48e9f6a6114d261f86f1d0790a410a08bc4a96
Author: zayed <zayed.alsaidi@gmail.com>
@@ -3206,8 +4932,8 @@ Date: Tue Apr 20 14:23:30 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ar.po | 7 ++++---
- 1 files changed, 4 insertions(+), 3 deletions(-)
+ po/ar.po | 7 ++++---
+ 1 file changed, 4 insertions(+), 3 deletions(-)
commit b406a8116c56804b14524954b9e58b2ff82900ca
Author: zayed <zayed.alsaidi@gmail.com>
@@ -3218,7 +4944,7 @@ Date: Tue Apr 20 14:20:34 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/ar.po | 1155 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 613 insertions(+), 542 deletions(-)
+ 1 file changed, 613 insertions(+), 542 deletions(-)
commit 0965b4af49e788833c0f17e190648e0906c2a071
Author: Luca Ferretti <elle.uca@libero.it>
@@ -3228,8 +4954,8 @@ Date: Sun Apr 18 19:07:48 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 542 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 276 insertions(+), 266 deletions(-)
+ po/it.po | 542 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 276 insertions(+), 266 deletions(-)
commit d2f4a64a68ee1c97e8f71a5621151dd58f622577
Author: Baurzhan Muftakhidinov <baurthefirst@gmail.com>
@@ -3239,8 +4965,8 @@ Date: Thu Apr 8 16:58:04 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/kk.po | 502 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 255 insertions(+), 247 deletions(-)
+ po/kk.po | 502 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 255 insertions(+), 247 deletions(-)
commit 55fe8546369971f9b8cb40090534a7c018f9936b
Author: Jorge González <aloriel@gmail.com>
@@ -3250,8 +4976,8 @@ Date: Wed Apr 7 16:54:12 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/es.po | 502 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 255 insertions(+), 247 deletions(-)
+ po/es.po | 502 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 255 insertions(+), 247 deletions(-)
commit a1f1b88f08a2ee53d02e088854526e650827305c
Author: Pino Toscano <pino@kde.org>
@@ -3261,12 +4987,12 @@ Date: Tue Apr 6 21:41:51 2010 +0200
Add a few Matlab and ObjC testcases, and consequently add the '##' pattern for Matlab files (as used by Octave scripts, for example).
- freedesktop.org.xml.in | 3 +++
- tests/isdir.m | 31 +++++++++++++++++++++++++++++++
- tests/list | 6 ++++++
- tests/mysum.m | 8 ++++++++
- tests/simple-obj-c.m | 8 ++++++++
- 5 files changed, 56 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ tests/isdir.m | 31 +++++++++++++++++++++++++++++++
+ tests/list | 6 ++++++
+ tests/mysum.m | 8 ++++++++
+ tests/simple-obj-c.m | 8 ++++++++
+ 5 files changed, 56 insertions(+)
commit 0e2be2c46ca2b7e6746328dae28ca968c4e276ac
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -3276,8 +5002,8 @@ Date: Tue Apr 6 13:52:11 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 504 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 255 insertions(+), 249 deletions(-)
+ po/pl.po | 504 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 255 insertions(+), 249 deletions(-)
commit 2c5e31a5d9ba87112b9e900620f6aca18b4311fc
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -3287,8 +5013,8 @@ Date: Mon Apr 5 07:16:02 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/uk.po | 506 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 257 insertions(+), 249 deletions(-)
+ po/uk.po | 506 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 257 insertions(+), 249 deletions(-)
commit fbc8a6f57c0b48cac7d725192af4f5fcc3fda844
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3296,10 +5022,10 @@ Date: Sun Apr 4 11:52:19 2010 +0300
Add YAML.
- freedesktop.org.xml.in | 14 ++++++++++++++
- tests/list | 1 +
- tests/test.yaml | 3 +++
- 3 files changed, 18 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 14 ++++++++++++++
+ tests/list | 1 +
+ tests/test.yaml | 3 +++
+ 3 files changed, 18 insertions(+)
commit 8fcbdb205bcd74d56b5992c5911dd4e94aa6d5de
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3307,8 +5033,8 @@ Date: Sun Apr 4 11:41:06 2010 +0300
Add text/x-po and text/x-pot aliases for text/x-gettext-translation*.
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 1a14bd7eb7005c803051d13d8d18ef205e37baad
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3316,8 +5042,8 @@ Date: Sun Apr 4 11:39:51 2010 +0300
Add application/relax-ng-compact-syntax.
- freedesktop.org.xml.in | 7 +++++++
- 1 files changed, 7 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 7 +++++++
+ 1 file changed, 7 insertions(+)
commit 5f3b01ce28d9813c74060cd44e16445f9ca04e98
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3325,8 +5051,8 @@ Date: Sun Apr 4 11:38:23 2010 +0300
Add *.xsd and *.rng globs for application/xml.
- freedesktop.org.xml.in | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 2 ++
+ 1 file changed, 2 insertions(+)
commit 544275feaf15d18d8059b0e2333f6d2bb09ea934
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3335,7 +5061,7 @@ Date: Fri Apr 2 23:23:49 2010 +0300
Update Finnish translation.
po/fi.po | 1206 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 666 insertions(+), 540 deletions(-)
+ 1 file changed, 666 insertions(+), 540 deletions(-)
commit ef0ae8ae0492fa43b4da8555f7e6834100a2a561
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3343,8 +5069,8 @@ Date: Fri Apr 2 17:36:13 2010 +0300
Add *.taz glob for gzip compressed tars.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 808a87349950ef906296584545413f200daa6db6
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3352,8 +5078,8 @@ Date: Fri Apr 2 17:34:44 2010 +0300
Mark Qt Designer files as XML, add magic.
- freedesktop.org.xml.in | 5 +++++
- 1 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ 1 file changed, 5 insertions(+)
commit 082a67dc8e5c8fe73e9f12ae21ac4268c57c9416
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3361,10 +5087,10 @@ Date: Fri Apr 2 17:27:31 2010 +0300
Use text/vnd.trolltech.linguist for Qt Linguist files, add magic and test case.
- freedesktop.org.xml.in | 6 +++++-
- tests/linguist.ts | 9 +++++++++
- tests/list | 2 ++
- 3 files changed, 16 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 6 +++++-
+ tests/linguist.ts | 9 +++++++++
+ tests/list | 2 ++
+ 3 files changed, 16 insertions(+), 1 deletion(-)
commit cc8999650649f16002edb7cd03ded9bd1297f713
Author: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
@@ -3374,8 +5100,8 @@ Date: Thu Mar 25 12:21:12 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/eu.po | 28 +++++++++++++++-------------
- 1 files changed, 15 insertions(+), 13 deletions(-)
+ po/eu.po | 28 +++++++++++++++-------------
+ 1 file changed, 15 insertions(+), 13 deletions(-)
commit cadd00609ccadf5c97d05704d82ebf10edf9f355
Author: Adrian Bunk <adrian.bunk@movial.com>
@@ -3419,8 +5145,8 @@ Date: Mon Mar 8 21:30:30 2010 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=27252
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 59d4c660cc7a0807330f5a2f2fbd00a90618c9ce
Author: Adrian Bunk <adrian.bunk@movial.com>
@@ -3430,8 +5156,8 @@ Date: Mon Mar 8 21:22:05 2010 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=27251
- mkinstalldirs | 111 ---------------------------------------------------------
- 1 files changed, 0 insertions(+), 111 deletions(-)
+ mkinstalldirs | 111 ----------------------------------------------------------
+ 1 file changed, 111 deletions(-)
commit 86f380015cf63192a2d3a7a750a2fe3d4681582c
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3439,8 +5165,8 @@ Date: Sun Mar 21 23:19:00 2010 +0200
Add kk to LINGUAS.
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit 64ed67024c36943f92db9421d1b7a042c2c10454
Author: Petr Kovar <pknbe@volny.cz>
@@ -3450,8 +5176,8 @@ Date: Sat Mar 20 22:51:21 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/cs.po | 1063 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 540 insertions(+), 523 deletions(-)
+ po/cs.po | 1063 +++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 540 insertions(+), 523 deletions(-)
commit bbea014f7a52ef4aad0e370e29c30682adcf673f
Author: sotrud_nik <baurthefirst@gmail.com>
@@ -3462,7 +5188,7 @@ Date: Sat Mar 20 11:33:53 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/kk.po | 1354 ++++++++++++++++++++++++++++++++++++--------------------------
- 1 files changed, 796 insertions(+), 558 deletions(-)
+ 1 file changed, 796 insertions(+), 558 deletions(-)
commit 17d8cc8d7df573a62fd0179c7e00565c23519784
Author: sotrud_nik <baurthefirst@gmail.com>
@@ -3473,7 +5199,7 @@ Date: Sat Mar 20 11:16:25 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/kk.po | 2372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2372 insertions(+), 0 deletions(-)
+ 1 file changed, 2372 insertions(+)
commit eb22561c36a2ff8a137b8661640a48a2df2980b1
Author: Iñaki Larrañaga Murgoitio <dooteo@zundan.com>
@@ -3484,7 +5210,7 @@ Date: Wed Mar 17 09:11:42 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/eu.po | 1226 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 668 insertions(+), 558 deletions(-)
+ 1 file changed, 668 insertions(+), 558 deletions(-)
commit 6948841601336c937210a6261ef8bae14b4806ef
Author: Yuri Chornoivan <yurchor@ukr.net>
@@ -3495,7 +5221,7 @@ Date: Tue Mar 16 18:29:49 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/uk.po | 2494 +++++++++++++++++++++++++++++++++++++-------------------------
- 1 files changed, 1499 insertions(+), 995 deletions(-)
+ 1 file changed, 1499 insertions(+), 995 deletions(-)
commit e81decfc2255d6d510833655bf9595d4eb18a4d8
Author: Pino Toscano <pino@kde.org>
@@ -3506,8 +5232,8 @@ Date: Sat Mar 13 14:16:54 2010 +0100
setting XDG_DATA_HOME to eg the same value of XDG_DATA_DIRS makes test-mime-data avoid looking in ~/.local for MIME types
this way the unit test run only using own stuff, instead of using by change also stuff from the system
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 8bd6545ad9a764361811994b17d12890ad73c04a
Author: Jorge González <aloriel@gmail.com>
@@ -3518,7 +5244,7 @@ Date: Tue Mar 9 19:43:29 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/es.po | 1067 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 541 insertions(+), 526 deletions(-)
+ 1 file changed, 541 insertions(+), 526 deletions(-)
commit 8c8f107b792b00e4c6152690a9d8c8d61cdf6289
Author: Luca Ferretti <elle.uca@libero.it>
@@ -3529,7 +5255,7 @@ Date: Mon Mar 8 20:35:29 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/it.po | 1112 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 563 insertions(+), 549 deletions(-)
+ 1 file changed, 563 insertions(+), 549 deletions(-)
commit 7e041c45d8a078aa616e2b06c47a2738421fc5a6
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -3539,8 +5265,8 @@ Date: Mon Mar 8 11:35:31 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 248 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 126 insertions(+), 122 deletions(-)
+ po/pl.po | 248 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 126 insertions(+), 122 deletions(-)
commit 44dd8598272261dcbf5953c2754546b91bffbf72
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3550,10 +5276,10 @@ Date: Sun Mar 7 14:56:22 2010 +0200
http://www.w3.org/TR/html5/iana.html#text-cache-manifest
- freedesktop.org.xml.in | 13 +++++++++++++
- tests/list | 2 ++
- tests/test.manifest | 7 +++++++
- 3 files changed, 22 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 13 +++++++++++++
+ tests/list | 2 ++
+ tests/test.manifest | 7 +++++++
+ 3 files changed, 22 insertions(+)
commit ccba3abf68ef1beaf3363db5748804cbba54c937
Author: Jorge González <aloriel@gmail.com>
@@ -3564,7 +5290,7 @@ Date: Tue Mar 2 23:03:23 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/es.po | 1299 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 708 insertions(+), 591 deletions(-)
+ 1 file changed, 708 insertions(+), 591 deletions(-)
commit 383179c34418545d18c7e7145fb4094b4520fae9
Author: Daniel Nylander <po@danielnylander.se>
@@ -3575,7 +5301,7 @@ Date: Tue Mar 2 09:53:58 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/sv.po | 1211 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 651 insertions(+), 560 deletions(-)
+ 1 file changed, 651 insertions(+), 560 deletions(-)
commit 75f4ef9ff308f2751bcaa9d48cd65595c6624471
Author: claudep <claude@2xlibre.net>
@@ -3586,7 +5312,7 @@ Date: Mon Mar 1 22:50:57 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/fr.po | 1126 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 589 insertions(+), 537 deletions(-)
+ 1 file changed, 589 insertions(+), 537 deletions(-)
commit 78d5edc453ebc12f4cb1b7fe44519b587e6ef9da
Author: kelemeng <kelemeng@gnome.hu>
@@ -3597,7 +5323,7 @@ Date: Mon Mar 1 22:47:21 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/hu.po | 1194 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 660 insertions(+), 534 deletions(-)
+ 1 file changed, 660 insertions(+), 534 deletions(-)
commit b42f8d2cd7c3fa875ab522f2ec782e06a1fe562a
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -3607,8 +5333,8 @@ Date: Sun Feb 28 05:51:20 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 192 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 98 insertions(+), 94 deletions(-)
+ po/pl.po | 192 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 98 insertions(+), 94 deletions(-)
commit bc72075f8725e22da85a2b75c64106a157d1c92c
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3618,10 +5344,10 @@ Date: Sat Feb 27 19:41:30 2010 +0200
https://developer.mozilla.org/en/Extension_Packaging
- freedesktop.org.xml.in | 5 +++++
- tests/helloworld.xpi | Bin 0 -> 3427 bytes
- tests/list | 2 ++
- 3 files changed, 7 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ tests/helloworld.xpi | Bin 0 -> 3427 bytes
+ tests/list | 2 ++
+ 3 files changed, 7 insertions(+)
commit d1cefd75a15bd8cf48d9936a5f419a9bf9b907bf
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3629,8 +5355,8 @@ Date: Sat Feb 27 19:22:26 2010 +0200
Add ro to LINGUAS.
- po/LINGUAS | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ 1 file changed, 1 insertion(+)
commit b2476b859f57c401489b00a513076022c79640aa
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
@@ -3640,8 +5366,8 @@ Date: Tue Feb 23 00:51:26 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ro.po | 40 +++++++++++++++++++++-------------------
- 1 files changed, 21 insertions(+), 19 deletions(-)
+ po/ro.po | 40 +++++++++++++++++++++-------------------
+ 1 file changed, 21 insertions(+), 19 deletions(-)
commit 93cccad152275647e49b38541137cc180ea71b0f
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
@@ -3651,8 +5377,8 @@ Date: Sat Feb 20 01:42:48 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/ro.po | 511 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 259 insertions(+), 252 deletions(-)
+ po/ro.po | 511 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 259 insertions(+), 252 deletions(-)
commit 7b2014447fcb44ec97af74f8d0113a50e17e2d09
Author: Lucian Grijincu <lucian.grijincu@gmail.com>
@@ -3663,7 +5389,7 @@ Date: Sat Feb 20 01:39:09 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/ro.po | 2478 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2478 insertions(+), 0 deletions(-)
+ 1 file changed, 2478 insertions(+)
commit ef12958c9cadebdfaea5fb45dfa1615fc279f6c6
Author: Achim Gaedke <Achim.Gaedke@vuw.ac.nz>
@@ -3678,11 +5404,11 @@ Date: Tue Feb 16 22:52:00 2010 +1300
http://bugs.freedesktop.org/show_bug.cgi?id=26571
- freedesktop.org.xml.in | 8 ++++++++
- tests/list | 2 ++
- tests/test.h5 | Bin 0 -> 2368 bytes
- tests/test.hdf4 | Bin 0 -> 1061 bytes
- 4 files changed, 10 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 2 ++
+ tests/test.h5 | Bin 0 -> 2368 bytes
+ tests/test.hdf4 | Bin 0 -> 1061 bytes
+ 4 files changed, 10 insertions(+)
commit 295aa94ca96906714e54f04a448dc5a94dda0e74
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3693,8 +5419,8 @@ Date: Mon Feb 15 20:36:43 2010 +0200
For consistency with other xiph.org types not yet registered in IANA:
http://wiki.xiph.org/MIME_Types_and_File_Extensions
- freedesktop.org.xml.in | 3 ++-
- tests/list | 2 +-
+ freedesktop.org.xml.in | 3 ++-
+ tests/list | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
commit ee8b6a9eb8f97bd73009640e231e025894986d78
@@ -3703,8 +5429,8 @@ Date: Mon Feb 15 20:32:03 2010 +0200
Add root-XML for XSPF.
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit 0be96853e8562f1511d93095cc7227b75d9d3889
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3715,8 +5441,8 @@ Date: Mon Feb 15 20:27:13 2010 +0200
For consistency with other xiph.org types not yet registered in IANA:
http://wiki.xiph.org/MIME_Types_and_File_Extensions
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit b9b01e4398455e390eda6531f29c2ad244da623e
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3724,8 +5450,8 @@ Date: Mon Feb 15 19:07:30 2010 +0200
Remove no longer used .cvsignore.
- po/.cvsignore | 8 --------
- 1 files changed, 0 insertions(+), 8 deletions(-)
+ po/.cvsignore | 8 --------
+ 1 file changed, 8 deletions(-)
commit 958b069600f882001344a3d58c59797ee4f899d1
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3733,8 +5459,8 @@ Date: Mon Feb 15 19:06:08 2010 +0200
Tell git to ignore more generated files in po/.
- po/.gitignore | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
+ po/.gitignore | 2 ++
+ 1 file changed, 2 insertions(+)
commit 07cafcb275f19efaa4b7551af7d9d0955a9f0ccb
Author: Serguey G Basalaev <sbasalaev@gmail.com>
@@ -3750,8 +5476,8 @@ Date: Mon Feb 15 11:02:58 2010 +0000
http://bugs.freedesktop.org/show_bug.cgi?id=26567
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit e95d3ec9f819d57d43ffbab69444b24b9e9d2f00
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -3761,8 +5487,8 @@ Date: Fri Feb 12 09:20:47 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 274 +++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 139 insertions(+), 135 deletions(-)
+ po/pl.po | 274 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 139 insertions(+), 135 deletions(-)
commit 4062201cb2637caea3fef1c144dec49171ee3f26
Author: Vincent Untz <vuntz@gnome.org>
@@ -3777,7 +5503,7 @@ Date: Wed Feb 10 18:37:18 2010 +0100
po/LINGUAS | 2 +-
po/ara.po | 2368 ------------------------------------------------------------
- 2 files changed, 1 insertions(+), 2369 deletions(-)
+ 2 files changed, 1 insertion(+), 2369 deletions(-)
commit d18bb96e8de8bf615d36c7363f6b60754c20bf1b
Author: Antti Kaijanmäki <antti@kaijanmaki.net>
@@ -3789,10 +5515,10 @@ Date: Thu Feb 11 09:42:27 2010 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=26513
- freedesktop.org.xml.in | 5 +++++
- tests/list | 1 +
- tests/test.v | 10 ++++++++++
- 3 files changed, 16 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 5 +++++
+ tests/list | 1 +
+ tests/test.v | 10 ++++++++++
+ 3 files changed, 16 insertions(+)
commit 4ec8edf87218717258f116e006c5b0f02c7e29f4
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3802,15 +5528,15 @@ Date: Mon Feb 8 21:36:29 2010 +0200
While at it, add some test cases from KOffice 2.1.1 source tarball.
- freedesktop.org.xml.in | 20 ++++++++++----------
- tests/Empty.chrt | Bin 0 -> 9031 bytes
- tests/Presentation.kpt | Bin 0 -> 1043 bytes
- tests/combined.karbon | Bin 0 -> 2731 bytes
- tests/layersupdatesignals.flw | Bin 0 -> 10783 bytes
- tests/list | 8 ++++++++
- tests/test-kounavail2.kwd | Bin 0 -> 1476 bytes
- tests/testcases.ksp | Bin 0 -> 2002 bytes
- tests/white_640x480.kra | Bin 0 -> 3164 bytes
+ freedesktop.org.xml.in | 20 ++++++++++----------
+ tests/Empty.chrt | Bin 0 -> 9031 bytes
+ tests/Presentation.kpt | Bin 0 -> 1043 bytes
+ tests/combined.karbon | Bin 0 -> 2731 bytes
+ tests/layersupdatesignals.flw | Bin 0 -> 10783 bytes
+ tests/list | 8 ++++++++
+ tests/test-kounavail2.kwd | Bin 0 -> 1476 bytes
+ tests/testcases.ksp | Bin 0 -> 2002 bytes
+ tests/white_640x480.kra | Bin 0 -> 3164 bytes
9 files changed, 18 insertions(+), 10 deletions(-)
commit a7183f606dd6255e2beb414ecaeb334cacea8868
@@ -3822,7 +5548,7 @@ Date: Mon Feb 8 13:32:23 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/pl.po | 1050 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 527 insertions(+), 523 deletions(-)
+ 1 file changed, 527 insertions(+), 523 deletions(-)
commit c6b4e243036bf5dbceeb1c8ce3ad24774766392e
Author: Caolán McNamara <caolanm@redhat.com>
@@ -3830,10 +5556,10 @@ Date: Mon Feb 8 11:21:22 2010 +0000
Add dia shapes
- freedesktop.org.xml.in | 9 +++++++++
- tests/dia.shape | 27 +++++++++++++++++++++++++++
- tests/list | 2 ++
- 3 files changed, 38 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/dia.shape | 27 +++++++++++++++++++++++++++
+ tests/list | 2 ++
+ 3 files changed, 38 insertions(+)
commit 0fcd1ae13d56538edae8e04f386f729ab649ff3d
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -3843,8 +5569,8 @@ Date: Sun Feb 7 16:52:59 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 690 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 353 insertions(+), 337 deletions(-)
+ po/pl.po | 690 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 353 insertions(+), 337 deletions(-)
commit 7e8a340c46389b4157acc936b477a14ad78f7a72
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -3852,8 +5578,8 @@ Date: Fri Feb 5 23:57:29 2010 +0200
Fix malformed D source test line.
- tests/list | 4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
+ tests/list | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
commit 8297ea8f335b55d72a8683ad02b33950a172eb65
Author: Bastien Nocera <hadess@hadess.net>
@@ -3865,8 +5591,8 @@ Date: Fri Feb 5 17:42:58 2010 +0000
See http://en.wikipedia.org/wiki/Flash_Video#File_formats
- freedesktop.org.xml.in | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
commit 1412c514f9f00cd7e2bfe5ed72df90b55b9b60aa
Author: Petr Kovar <pknbe@volny.cz>
@@ -3877,7 +5603,7 @@ Date: Thu Feb 4 23:53:04 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/cs.po | 1109 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 572 insertions(+), 537 deletions(-)
+ 1 file changed, 572 insertions(+), 537 deletions(-)
commit 5e78fdd9db8f174fd5ec3c1612bbdf2a6611080c
Author: Luca Ferretti <elle.uca@libero.it>
@@ -3887,8 +5613,8 @@ Date: Wed Feb 3 21:35:17 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
+ po/it.po | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
commit e3ea9da054317d44bda5650fec62afd2444c7047
Author: Luca Ferretti <elle.uca@libero.it>
@@ -3898,8 +5624,8 @@ Date: Wed Feb 3 21:26:49 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 24 +++++++++---------------
- 1 files changed, 9 insertions(+), 15 deletions(-)
+ po/it.po | 24 +++++++++---------------
+ 1 file changed, 9 insertions(+), 15 deletions(-)
commit ef7fde0d0b539678a72973cab8e204ac5be2d309
Author: Luca Ferretti <elle.uca@libero.it>
@@ -3910,7 +5636,7 @@ Date: Wed Feb 3 21:20:18 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/it.po | 1164 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 609 insertions(+), 555 deletions(-)
+ 1 file changed, 609 insertions(+), 555 deletions(-)
commit 009fd196ca1f13f3d8a4b9c24208244fa40b0af3
Author: Bastien Nocera <hadess@hadess.net>
@@ -3918,9 +5644,9 @@ Date: Mon Feb 1 17:40:40 2010 +0000
0.71
- NEWS | 23 +++++++++++++++++++++++
- configure.in | 2 +-
- 2 files changed, 24 insertions(+), 1 deletions(-)
+ NEWS | 23 +++++++++++++++++++++++
+ configure.in | 2 +-
+ 2 files changed, 24 insertions(+), 1 deletion(-)
commit 08561171f346a1535f224f0ef0c82d9b80e280f8
Author: Florent Viard <fviard@lacie.com>
@@ -3930,8 +5656,8 @@ Date: Mon Feb 1 17:26:46 2010 +0000
http://bugs.freedesktop.org/show_bug.cgi?id=26273
- Makefile.am | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ Makefile.am | 4 ++++
+ 1 file changed, 4 insertions(+)
commit 706dd4ea26ae89ed99c35b5d31310725c9cb865a
Author: Daniel Leidert <daniel.leidert.spam@gmx.net>
@@ -3941,10 +5667,10 @@ Date: Mon Feb 1 13:39:09 2010 +0000
http://bugs.freedesktop.org/show_bug.cgi?id=13681
- freedesktop.org.xml.in | 2 +-
- tests/list | 2 +
- tests/test.d | 95 ++++++++++++++++++++++++++++++++++++++++++++++++
- 3 files changed, 98 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 2 +-
+ tests/list | 2 ++
+ tests/test.d | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ 3 files changed, 98 insertions(+), 1 deletion(-)
commit 3f1155506f763604cb16824adfd98bd6b2d2dfb9
Author: Bastien Nocera <hadess@hadess.net>
@@ -3952,8 +5678,8 @@ Date: Mon Feb 1 13:31:25 2010 +0000
Fix test list
- tests/list | 10 +++++-----
- 1 files changed, 5 insertions(+), 5 deletions(-)
+ tests/list | 10 +++++-----
+ 1 file changed, 5 insertions(+), 5 deletions(-)
commit 2b30c4be04480e18fe8d06ad36d813239410a368
Author: RALOVICH, Kristóf <tade60@freemail.hu>
@@ -3968,7 +5694,7 @@ Date: Sat Jan 30 18:44:48 2010 -0500
tests/ooo-test.fodp | 1207 +++++++++++++++++++++++++++++++++++++++++++++++++++
tests/ooo-test.fods | 292 +++++++++++++
tests/ooo-test.fodt | 360 +++++++++++++++
- 5 files changed, 2314 insertions(+), 0 deletions(-)
+ 5 files changed, 2314 insertions(+)
commit 07812aeab649468e6601cf9be5ad7dd86c28b81c
Author: RALOVICH, Kristóf <tade60@freemail.hu>
@@ -3978,8 +5704,8 @@ Date: Sat Jan 30 18:17:28 2010 -0500
http://bugs.freedesktop.org/show_bug.cgi?id=26340
- freedesktop.org.xml.in | 32 ++++++++++++++++++++++++++++++++
- 1 files changed, 32 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 32 ++++++++++++++++++++++++++++++++
+ 1 file changed, 32 insertions(+)
commit b20b2b1bc58886dd52439cdb72a5753506a636a9
Author: RALOVICH, Kristóf <tade60@freemail.hu>
@@ -3989,12 +5715,12 @@ Date: Sat Jan 30 17:07:31 2010 -0500
http://bugs.freedesktop.org/show_bug.cgi?id=26336
- tests/list | 5 +++++
- tests/ooo-test.odg | Bin 0 -> 8746 bytes
- tests/ooo-test.odp | Bin 0 -> 11334 bytes
- tests/ooo-test.ods | Bin 0 -> 7522 bytes
- tests/ooo-test.odt | Bin 0 -> 8372 bytes
- 5 files changed, 5 insertions(+), 0 deletions(-)
+ tests/list | 5 +++++
+ tests/ooo-test.odg | Bin 0 -> 8746 bytes
+ tests/ooo-test.odp | Bin 0 -> 11334 bytes
+ tests/ooo-test.ods | Bin 0 -> 7522 bytes
+ tests/ooo-test.odt | Bin 0 -> 8372 bytes
+ 5 files changed, 5 insertions(+)
commit 787c97105ce3673c2e37d762955c35c24586dd28
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -4004,8 +5730,8 @@ Date: Thu Jan 28 21:34:34 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 5 ++---
- 1 files changed, 2 insertions(+), 3 deletions(-)
+ po/pl.po | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
commit 50fa3f6f90f3a9256966434d8690547eb8409e12
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -4016,7 +5742,7 @@ Date: Thu Jan 28 21:31:33 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
po/pl.po | 1095 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 558 insertions(+), 537 deletions(-)
+ 1 file changed, 558 insertions(+), 537 deletions(-)
commit 62ddb0f83d287531762a41dce21bd7cf442bb0e3
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4026,11 +5752,11 @@ Date: Fri Nov 13 22:12:51 2009 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=22859
- freedesktop.org.xml.in | 18 ++++++++++++++++++
- tests/list | 2 ++
- tests/test.jceks | Bin 0 -> 32 bytes
- tests/test.jks | Bin 0 -> 32 bytes
- 4 files changed, 20 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 18 ++++++++++++++++++
+ tests/list | 2 ++
+ tests/test.jceks | Bin 0 -> 32 bytes
+ tests/test.jks | Bin 0 -> 32 bytes
+ 4 files changed, 20 insertions(+)
commit 20cefa4aa428a19212eaf8286120a1f38349326a
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4042,9 +5768,9 @@ Date: Fri Nov 13 22:06:05 2009 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=25081
- freedesktop.org.xml.in | 14 +++++++++-----
- tests/list | 1 +
- tests/test.mml | 2 ++
+ freedesktop.org.xml.in | 14 +++++++++-----
+ tests/list | 1 +
+ tests/test.mml | 2 ++
3 files changed, 12 insertions(+), 5 deletions(-)
commit 412ebe4e6f6763afa23bcd6e813f2e122d1196fb
@@ -4053,8 +5779,8 @@ Date: Thu Jan 28 17:14:35 2010 +0000
Fix test suite for *.eml glob addition
- tests/list | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ tests/list | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit e665d474b44d36c1510378865bd0bbbb79fd8ac5
Author: Olivier Tilloy <olivier@tilloy.net>
@@ -4066,10 +5792,10 @@ Date: Wed Jan 27 18:09:18 2010 +0100
http://bugs.freedesktop.org/show_bug.cgi?id=26276
- freedesktop.org.xml.in | 6 ++++++
- tests/list | 2 ++
- tests/sample.ppsx | Bin 0 -> 47215 bytes
- 3 files changed, 8 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 6 ++++++
+ tests/list | 2 ++
+ tests/sample.ppsx | Bin 0 -> 47215 bytes
+ 3 files changed, 8 insertions(+)
commit b84c52dd57208fe9697912d7be82daa1c74b9d6f
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4079,8 +5805,8 @@ Date: Fri Nov 13 22:14:41 2009 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=25861
- freedesktop.org.xml.in | 1 +
- 1 files changed, 1 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 1 +
+ 1 file changed, 1 insertion(+)
commit a326a5c8ff045ae75c760c04241d9432bccc2287
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4090,8 +5816,8 @@ Date: Fri Nov 13 22:15:58 2009 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=25860
- freedesktop.org.xml.in | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ freedesktop.org.xml.in | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit 28939fdabc6fd8e8540e0e3486f9e5f567ad610c
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4101,8 +5827,8 @@ Date: Sat Jan 2 21:58:40 2010 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=25859
- freedesktop.org.xml.in | 5 ++++-
- 1 files changed, 4 insertions(+), 1 deletions(-)
+ freedesktop.org.xml.in | 5 ++++-
+ 1 file changed, 4 insertions(+), 1 deletion(-)
commit fa8d814ff02096a5c1bf679b774cef33e0a744fb
Author: Ville Skyttä <ville.skytta@iki.fi>
@@ -4112,8 +5838,8 @@ Date: Fri Nov 13 22:09:22 2009 +0200
http://bugs.freedesktop.org/show_bug.cgi?id=25061
- freedesktop.org.xml.in | 4 ++++
- 1 files changed, 4 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 4 ++++
+ 1 file changed, 4 insertions(+)
commit b4c2ad132dcde0772c9473efc8cdf2071e2f19e3
Author: Florent Viard <fviard@lacie.com>
@@ -4123,8 +5849,8 @@ Date: Thu Jan 28 16:45:03 2010 +0000
http://bugs.freedesktop.org/show_bug.cgi?id=26273
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 91d5397abb9fe13c01bd15316c7a9ff9ac81d800
Author: Petr Kovar <pknbe@volny.cz>
@@ -4134,8 +5860,8 @@ Date: Sun Jan 17 22:11:09 2010 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/cs.po | 976 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 527 insertions(+), 449 deletions(-)
+ po/cs.po | 976 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 527 insertions(+), 449 deletions(-)
commit 93889dda99549cd6c3182a5da78dd3c85d1d3b49
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -4145,8 +5871,8 @@ Date: Sat Dec 12 20:46:05 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 924 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 464 insertions(+), 460 deletions(-)
+ po/pl.po | 924 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 464 insertions(+), 460 deletions(-)
commit 0af859305338ad0b4a53d663acba1061587ae0d3
Author: Bastien Nocera <hadess@hadess.net>
@@ -4155,7 +5881,7 @@ Date: Fri Dec 4 14:22:59 2009 +0000
Add pre-git ChangeLog
ChangeLog.pre-git | 3399 +++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 3399 insertions(+), 0 deletions(-)
+ 1 file changed, 3399 insertions(+)
commit 2cbf80fc99d152dea3cbb92eb5670f1ebb83ea22
Author: Bastien Nocera <hadess@hadess.net>
@@ -4163,10 +5889,10 @@ Date: Fri Dec 4 14:22:34 2009 +0000
Add support for Apple's HTTP Live Streaming playlists
- freedesktop.org.xml.in | 8 ++++++++
- tests/list | 2 ++
- tests/live-streaming.m3u | 5 +++++
- 3 files changed, 15 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/list | 2 ++
+ tests/live-streaming.m3u | 5 +++++
+ 3 files changed, 15 insertions(+)
commit 3e8a8f7f1df912b938883de1bd6cfc0f6e2e2267
Author: Bastien Nocera <hadess@hadess.net>
@@ -4174,8 +5900,8 @@ Date: Fri Dec 4 14:17:44 2009 +0000
Add comment for broken RSS file
- tests/list | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
+ tests/list | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
commit 0f3f6fe6c75f1150afe8a0f44f5e20755a862f35
Author: Bastien Nocera <hadess@hadess.net>
@@ -4185,7 +5911,7 @@ Date: Fri Dec 4 11:51:37 2009 +0000
tests/560051.xml | 2944 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
tests/list | 1 +
- 2 files changed, 2945 insertions(+), 0 deletions(-)
+ 2 files changed, 2945 insertions(+)
commit 88d20caaec5354b88ec9d9a556ab48163ac3d256
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -4195,8 +5921,8 @@ Date: Fri Nov 20 23:44:51 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 922 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 463 insertions(+), 459 deletions(-)
+ po/pl.po | 922 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 463 insertions(+), 459 deletions(-)
commit 8ece0d43938fbe4b426f69d457d8846009fcb963
Author: claudep <claude@2xlibre.net>
@@ -4206,8 +5932,8 @@ Date: Tue Nov 17 09:40:26 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/fr.po | 937 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 484 insertions(+), 453 deletions(-)
+ po/fr.po | 937 +++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 484 insertions(+), 453 deletions(-)
commit 531f05a4040b7e87878090ed7d9f78dd78807001
Author: Richard Hughes <richard@hughsie.com>
@@ -4215,10 +5941,10 @@ Date: Tue Nov 10 18:54:19 2009 +0000
Rename application/x-it87_2 to application/x-it87 as /2 is just a revision number
- freedesktop.org.xml.in | 8 ++++----
- tests/list | 2 +-
- tests/test.it87 | 17 +++++++++++++++++
- tests/test.it872 | 17 -----------------
+ freedesktop.org.xml.in | 8 ++++----
+ tests/list | 2 +-
+ tests/test.it87 | 17 +++++++++++++++++
+ tests/test.it872 | 17 -----------------
4 files changed, 22 insertions(+), 22 deletions(-)
commit e4bde384d99e430272909be9bc31438360a87b27
@@ -4229,10 +5955,10 @@ Date: Tue Nov 10 17:24:31 2009 +0000
Matching values taken from the IT8.7/2 specification which is freely available.
- freedesktop.org.xml.in | 9 +++++++++
- tests/list | 2 ++
- tests/test.it872 | 17 +++++++++++++++++
- 3 files changed, 28 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 9 +++++++++
+ tests/list | 2 ++
+ tests/test.it872 | 17 +++++++++++++++++
+ 3 files changed, 28 insertions(+)
commit bf1808ba0270207094da9d097d2631b17d8fc719
Author: Luca Ferretti <elle.uca@libero.it>
@@ -4242,8 +5968,8 @@ Date: Fri Nov 6 20:05:11 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 747 +++++++++++++++++++++++++++++++-------------------------------
- 1 files changed, 375 insertions(+), 372 deletions(-)
+ po/it.po | 747 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 375 insertions(+), 372 deletions(-)
commit d21f78c5e8b8dd7de4f3ca24e54f53b59ee338f1
Author: Bastien Nocera <hadess@hadess.net>
@@ -4253,8 +5979,8 @@ Date: Sat Oct 31 02:47:34 2009 +0000
http://bugs.freedesktop.org/show_bug.cgi?id=24826
- freedesktop.org.xml.in | 8 --------
- 1 files changed, 0 insertions(+), 8 deletions(-)
+ freedesktop.org.xml.in | 8 --------
+ 1 file changed, 8 deletions(-)
commit 35adf5bcf4ccfda4a0226a9594db5f9046f92e0d
Author: Pino Toscano <pino@kde.org>
@@ -4262,9 +5988,9 @@ Date: Wed Oct 28 14:26:02 2009 +0100
rename .cvsignore into .gitignore and update it; add .gitignore for the po/ subdir
- .cvsignore | 23 -----------------------
- .gitignore | 21 +++++++++++++++++++++
- po/.gitignore | 4 ++++
+ .cvsignore | 23 -----------------------
+ .gitignore | 21 +++++++++++++++++++++
+ po/.gitignore | 4 ++++
3 files changed, 25 insertions(+), 23 deletions(-)
commit e4a4bb9c6f837ca561d071a18a383d66fcb4ad28
@@ -4276,10 +6002,10 @@ Date: Sat Oct 24 17:51:07 2009 +0100
with matching values taken from the ICC specification, and test
file.
- freedesktop.org.xml.in | 8 ++++++++
- tests/bluish.icc | Bin 0 -> 3942 bytes
- tests/list | 2 ++
- 3 files changed, 10 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 8 ++++++++
+ tests/bluish.icc | Bin 0 -> 3942 bytes
+ tests/list | 2 ++
+ 3 files changed, 10 insertions(+)
commit 3d1e26a9a7705586c7cd9d5764b2e0f51f01da6f
Author: Bastien Nocera <hadess@hadess.net>
@@ -4287,8 +6013,8 @@ Date: Wed Oct 14 13:18:12 2009 +0100
Generate changelog from git history
- Makefile.am | 10 ++++++++++
- 1 files changed, 10 insertions(+), 0 deletions(-)
+ Makefile.am | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
commit f2201ab17100546cb60e2fc1409aec00c29d1304
Author: Bastien Nocera <hadess@hadess.net>
@@ -4297,7 +6023,7 @@ Date: Wed Oct 14 13:15:27 2009 +0100
Rename pre-git changelog
ChangeLog | 3399 -------------------------------------------------------------
- 1 files changed, 0 insertions(+), 3399 deletions(-)
+ 1 file changed, 3399 deletions(-)
commit 50f03a46fcfa9825c121ffc0331d2f4d5723cf4d
Author: Bastien Nocera <hadess@hadess.net>
@@ -4305,8 +6031,8 @@ Date: Wed Oct 14 13:14:59 2009 +0100
Update HACKING file with translation/git changes
- HACKING | 28 +++++++++++-----------------
- 1 files changed, 11 insertions(+), 17 deletions(-)
+ HACKING | 28 +++++++++++-----------------
+ 1 file changed, 11 insertions(+), 17 deletions(-)
commit dc00493cd7d896d6207fc325574e99a5db9ed570
Author: Bastien Nocera <hadess@hadess.net>
@@ -4316,10 +6042,10 @@ Date: Tue Oct 13 12:33:48 2009 +0100
Provided by mitchell@kde.org
- freedesktop.org.xml.in | 3 +++
- tests/list | 2 ++
- tests/test.flac | Bin 0 -> 102400 bytes
- 3 files changed, 5 insertions(+), 0 deletions(-)
+ freedesktop.org.xml.in | 3 +++
+ tests/list | 2 ++
+ tests/test.flac | Bin 0 -> 102400 bytes
+ 3 files changed, 5 insertions(+)
commit d76de48a8e3386ddbb8d16ed4900e250726ebe1f
Author: Bastien Nocera <hadess@hadess.net>
@@ -4327,9 +6053,9 @@ Date: Tue Oct 13 02:22:33 2009 +0100
[translations] Update LINGUAS
- po/LINGUAS | 1 +
- po/POTFILES.skip | 1 +
- 2 files changed, 2 insertions(+), 0 deletions(-)
+ po/LINGUAS | 1 +
+ po/POTFILES.skip | 1 +
+ 2 files changed, 2 insertions(+)
commit 31f3a414d5b5abe9897fcfcb043b66eded0f9a15
Author: Bastien Nocera <hadess@hadess.net>
@@ -4339,7 +6065,7 @@ Date: Tue Oct 13 02:22:17 2009 +0100
tests/list | 2 +
tests/test.xml.in | 6314 +++++++++++++++++++++++++++++++++++++++++++++++++++++
- 2 files changed, 6316 insertions(+), 0 deletions(-)
+ 2 files changed, 6316 insertions(+)
commit 30349a8810143c1f808a74c96bceba87d48e8364
Author: Bastien Nocera <hadess@hadess.net>
@@ -4347,8 +6073,8 @@ Date: Mon Oct 12 15:20:32 2009 +0100
[spec] Fix updated date
- shared-mime-info-spec.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ shared-mime-info-spec.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit 59b40069315764925eea77fa4f1c3e1f33189872
Author: Bastien Nocera <hadess@hadess.net>
@@ -4356,8 +6082,8 @@ Date: Mon Oct 12 14:46:21 2009 +0100
[spec] Update version to 0.19
- shared-mime-info-spec.xml | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ shared-mime-info-spec.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
commit e34b434c21d534fec1e1fc7f35a6b6b1e41d0ab6
Author: Luca Ferretti <elle.uca@libero.it>
@@ -4367,8 +6093,8 @@ Date: Sat Oct 10 17:52:18 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 6 +++---
- 1 files changed, 3 insertions(+), 3 deletions(-)
+ po/it.po | 6 +++---
+ 1 file changed, 3 insertions(+), 3 deletions(-)
commit 5fef99ee05856b049ba589a206583fabefc60d11
Author: Luca Ferretti <elle.uca@libero.it>
@@ -4378,8 +6104,8 @@ Date: Fri Oct 9 17:55:50 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/it.po | 913 +++++++++++++++++++++++++++++++++-----------------------------
- 1 files changed, 491 insertions(+), 422 deletions(-)
+ po/it.po | 913 ++++++++++++++++++++++++++++++++++-----------------------------
+ 1 file changed, 491 insertions(+), 422 deletions(-)
commit 810469318960435c96d6011235591e86bba40b76
Author: zayed <zayed.alsaidi@gmail.com>
@@ -4390,7 +6116,7 @@ Date: Thu Oct 8 07:39:15 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
po/ar.po | 2436 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2436 insertions(+), 0 deletions(-)
+ 1 file changed, 2436 insertions(+)
commit dd59e9b5d10b22fb2fb4cba81ca6dcfed936400b
Author: Alexander Shopov <ash@contact.bg>
@@ -4401,7 +6127,7 @@ Date: Thu Oct 8 04:08:18 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
po/bg.po | 1230 ++++++++++++++++++++++++++++++++++----------------------------
- 1 files changed, 685 insertions(+), 545 deletions(-)
+ 1 file changed, 685 insertions(+), 545 deletions(-)
commit 0601987026f7963bbf443e3d89d38c525006c89b
Author: zayed <zayed.alsaidi@gmail.com>
@@ -4412,7 +6138,7 @@ Date: Thu Oct 8 03:29:56 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
po/ara.po | 2368 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- 1 files changed, 2368 insertions(+), 0 deletions(-)
+ 1 file changed, 2368 insertions(+)
commit 45ce7f788615b2519e6f670c8dfb36b32a363e60
Author: claudep <claude@2xlibre.net>
@@ -4422,8 +6148,8 @@ Date: Wed Oct 7 18:55:35 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/fr.po | 885 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 463 insertions(+), 422 deletions(-)
+ po/fr.po | 885 +++++++++++++++++++++++++++++++++------------------------------
+ 1 file changed, 463 insertions(+), 422 deletions(-)
commit db5bf81daef79c53395337d01ca0305856e64800
Author: Piotr Drąg <piotrdrag@gmail.com>
@@ -4433,8 +6159,8 @@ Date: Wed Oct 7 11:57:00 2009 +0000
Transmitted-via: Transifex (www.transifex.net)
- po/pl.po | 860 ++++++++++++++++++++++++++++++++------------------------------
- 1 files changed, 442 insertions(+), 418 deletions(-)
+ po/pl.po | 860 ++++++++++++++++++++++++++++++++-------------------------------
+ 1 file changed, 442 insertions(+), 418 deletions(-)
commit 04da281d2783f35d4ad1acf00b5794f85dc54cdb
Author: Bastien Nocera <hadess@hadess.net>
@@ -4442,5 +6168,5 @@ Date: Wed Oct 7 11:59:54 2009 +0100
Fix check target
- Makefile.am | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
+ Makefile.am | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)