commit a8efeafbe2591dff240821655ce3be13ef1c9d8a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 12:26:50 2009 +0000

    2.28.2

 NEWS         |   10 ++++++++++
 configure.in |    4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 2561ef51dcaf98f8aa28c36f153d7653f25c658d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 12:26:23 2009 +0000

    Make tests work under distcheck
    
    With builddir != srcdir. Make sure to include test files
    in the distribution as well.

 plparse/tests/Makefile.am |   12 +++++++-
 plparse/tests/parser.c    |   64 ++++++++++++++++++++++++++++++++++++++-------
 2 files changed, 65 insertions(+), 11 deletions(-)

commit 9af596a08abc387e7f4b3f187ed63d36eed27eaa
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 15:18:40 2009 +0000

    Add test case for bug 585407

 plparse/tests/585407.rss |  838 ++++++++++++++++++++++++++++++++++++++++++++++
 plparse/tests/parser.c   |    9 +
 2 files changed, 847 insertions(+), 0 deletions(-)

commit 5e76577f299436cac38260012db37fb1fe475484
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 15:18:04 2009 +0000

    Don't zero comments that start withing CDATA
    
    Fixed parsing of http://www.davidco.com/podcast.php
    
    https://bugzilla.gnome.org/show_bug.cgi?id=585407

 plparse/totem-pl-parser.c |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

commit 7f6b568668e0381a95f6a9227b85c44abc293ee3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 14:59:10 2009 +0000

    Make erasing comments from XML files slightly faster

 plparse/totem-pl-parser.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit fe01f1bbcbbc67dbfe5d9b702314f3868c892bba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 14:24:55 2009 +0000

    Add test for bug 594036

 plparse/tests/live-streaming.m3u |    5 +++++
 plparse/tests/parser.c           |    9 +++++++++
 2 files changed, 14 insertions(+), 0 deletions(-)

commit 9cec1603cbd7991ef1eb23679acc74fdfce36f12
Author: Matt Kraai <kraai@ftbfs.org>
Date:   Thu Dec 3 00:48:55 2009 -0800

    Make totem-pl-parser thread-safe
    
    https://bugzilla.gnome.org/show_bug.cgi?id=572705

 plparse/totem-pl-parser.c |   15 +++-
 plparse/xmllexer.c        |  215 ++++++++++++++++++++++++++-------------------
 plparse/xmllexer.h        |   24 +++++-
 plparse/xmlparser.c       |  194 ++++++++++++++++++++++++++++++++++------
 plparse/xmlparser.h       |   25 ++++-
 5 files changed, 344 insertions(+), 129 deletions(-)

commit 1dd2ca4bad26d6dc1e5944457e601dbf3845ec28
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 13:26:47 2009 +0000

    Add test case for single line RTSPText files

 plparse/tests/parser.c        |   11 +++++++++--
 plparse/tests/single-line.qtl |    1 +
 2 files changed, 10 insertions(+), 2 deletions(-)

commit 458d240f55ca971b4e23db7ce2ad626808bb1a4b
Author: Simon Pecher <simon.pecher@googlemail.com>
Date:   Fri Dec 4 13:24:51 2009 +0000

    Fix parsing of multi-line RTSPtext files
    
    https://bugzilla.gnome.org/show_bug.cgi?id=602127

 plparse/totem-pl-parser-qt.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0410d8f1dbc9be8d8ad1e09cac4ef17d5099adeb
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 13:24:21 2009 +0000

    Add test case for bug 602127

 plparse/tests/602127.qtl |    2 ++
 plparse/tests/parser.c   |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 0 deletions(-)

commit f7d9a0528d1eef380b7d0ebc181e327c90854450
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 13:15:19 2009 +0000

    Make "make check" pass by adding a doc

 docs/reference/totem-pl-parser-sections.txt |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 8751b19ec4795f23042a2861b43dc6cd2d2aa037
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 13:12:17 2009 +0000

    Update tests to be current

 plparse/tests/parser.c |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

commit e973149872b20a899c3b0a2651b19a970d9d3818
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 4 13:11:59 2009 +0000

    Fix parsing of RSS feeds being detected as HTML files

 plparse/totem-pl-parser.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit e78f18f1402a441e638f5b69aa798db1eba41223
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 12:00:08 2009 +0000

    Add support for subtitle URIs in SMIL playlists
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603359

 plparse/totem-pl-parser-smil.c |  119 ++++++++++++++++++++++++++++++----------
 plparse/totem-pl-parser.c      |    4 +
 plparse/totem-pl-parser.h      |    6 ++
 3 files changed, 100 insertions(+), 29 deletions(-)

commit 6a68766bf79f2e7574c23fb05925661dff203483
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Mon Nov 30 09:32:26 2009 +0100

    Include gio/gio.h in totem-pl-parser.h for GCancellable and friends
    
    gtk/gtk.h only includes gio/gio.h since 2.16 but totem-pl-parser
    works with older GTK+ too.

 plparse/totem-pl-parser.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 2c15e74f7cca406a28e18e94e092b545d199f0ea
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Nov 28 15:38:09 2009 +0100

    Fixed plural form for nepali and uighur translations

 po/ne.po |    2 +-
 po/ug.po |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit beb8e2d116e4131a3830204d9f006bc7afa964ab
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Sat Nov 28 15:22:12 2009 +0100

    Deleted obsolete file

 po/nds_NFE.po |   49 -------------------------------------------------
 1 files changed, 0 insertions(+), 49 deletions(-)

commit 20d09dfb0d1c0a699a31f8e76c53f3cd1e7cf789
Author: Nils-Christoph Fiedler <fiedler@medienkompanie.de>
Date:   Sat Nov 28 15:02:26 2009 +0100

    Cleared obsolete file

 po/nds_NFE.po |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit 37cd28ea1dc8b691161b6fced22a05782af81f00
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 18:22:53 2009 +0000

    Fix getting a DVD title from remote directories

 plparse/totem-pl-parser-media.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

commit cb381ad89e9d001e70ae6ca4918d831ac55609ee
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 18:22:20 2009 +0000

    Fix non-ASCII strings being used in the tests programs

 plparse/tests/disc.c   |    3 +++
 plparse/tests/parser.c |    2 ++
 2 files changed, 5 insertions(+), 0 deletions(-)

commit 0cf4e6e5d027033f5f85cc2512140baf77120d94
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 26 17:57:08 2009 +0000

    Fix ISO DVD detection from remote shares
    
    And make sure we only umount archives that we mounted
    ourselves.

 plparse/totem-disc.c |   25 ++++++++++++++-----------
 1 files changed, 14 insertions(+), 11 deletions(-)

commit a74d316cfbf814d899f9b7ec9f24748c9d08be2e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Nov 21 14:19:14 2009 +0000

    Fix small memleak when printing descriptions in test parser

 plparse/tests/parser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 30da5f759b398fa9fcbd5378ab298d25424a26f3
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Wed Nov 18 13:33:49 2009 +0200

    Updated Latvian translation.

 po/lv.po | 2611 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 1061 insertions(+), 1550 deletions(-)

commit 0562803bbe9c1aa08f761d86bcd206f13507befd
Author: Thomas Thurman <tthurman@gnome.org>
Date:   Sun Nov 1 14:42:42 2009 -0500

    Shavian translation

 po/LINGUAS    |    1 +
 po/en@shaw.po |   44 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+), 0 deletions(-)

commit f2f4b85e1d7233dde1f2ecd45bd2b8afd820f320
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
Date:   Thu Oct 22 20:04:54 2009 +0200

    Updated Low German translation

 po/nds.po |   24 ++++++++++++------------
 1 files changed, 12 insertions(+), 12 deletions(-)

commit 89295306e1e7f7f6a616a1bf049e943ee12c8b47
Author: Anna Jonna Ármannsdóttir <annajonna@gmail.com>
Date:   Fri Oct 16 04:58:27 2009 +0000

    Updated Icelandic translation

 po/is.po |   34 +++++++++-------------------------
 1 files changed, 9 insertions(+), 25 deletions(-)

commit c3de91b3f04b87f5126ef2c7cd817a27a8d73176
Author: Anna Jonna Ármannsdóttir <annajonna@gmail.com>
Date:   Fri Oct 2 06:01:50 2009 +0000

    Updated Icelandic translation

 po/is.po |   57 +++++++++++++++++++--------------------------------------
 1 files changed, 19 insertions(+), 38 deletions(-)

commit 0ca6bbabbc1cefb8e1bd978155c5334faeaea60d
Author: Anna Jonna Ármannsdóttir <annajonna@gmail.com>
Date:   Fri Oct 2 05:41:54 2009 +0000

    Updated Icelandic translation

 po/is.po |   19 +++++++++----------
 1 files changed, 9 insertions(+), 10 deletions(-)

commit 25a7d6754e988ce029cbf1151a32996dec8dc7f6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 16:14:07 2009 +0100

    2.28.1

 NEWS         |    4 ++++
 configure.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

commit 1c6dc284ba809ccd398c35bb20654da16ab39520
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 19:31:39 2009 +0100

    Only ever ignore files that we can discover as text/plain
    
    Otherwise we'd be ignoring files for which we don't have magic,
    which seems to happen a lot for MPEG-4 files, and their ever-growing
    ftypes.

 plparse/totem-pl-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 8d20acca930c0c0cc844798d7057c2a784e06869
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:51:23 2009 +0100

    Remove unused variable in PLS parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-pls.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

commit ff46f8db0ca329616838c70f1a009fd7628f8754
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:49:36 2009 +0100

    You can't get a logo in atom:entry
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-podcast.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 04db71f49d05b9beccd0c360993d3fd050e7ad7f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:39:51 2009 +0100

    Fix retval of the PLA parser
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-pla.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b83ac49f4d1b45ee59209c0a5afb16b1dce0d1c9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:36:05 2009 +0100

    Remove useless assignment
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-disc.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 5a5c6a52ab87fe5f204b865e4bba65c908bd8988
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:33:44 2009 +0100

    Remove unused num_entries variable from PLA writer
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-pla.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 57de94db5b11d2aa12af139782a107ecf3d57c71
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:32:45 2009 +0100

    Use g_mapped_file_unref() instead of _free()
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 configure.in              |    2 +-
 plparse/totem-pl-parser.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 181e6836e0ef2905097486844c21b0c0280fbf6d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:31:40 2009 +0100

    Remove unused title variable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3a9df5f8ca6400fe29060e249761ca2997bed79f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:28:56 2009 +0100

    Also export the contact from RSS feeds
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-podcast.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4744d6b524fee2efafdb51f8742f9f79ecf40576
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:27:30 2009 +0100

    Fix dead assignment in OPML parsing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-podcast.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit de101c1d651e70fe9a5ca076697ebd222a36819b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 15:25:39 2009 +0100

    Remove unused variable in xspf writer code
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595471

 plparse/totem-pl-parser-xspf.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit 853deec5fad8f62dce1a48faf2dd8ec58422c7d8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 11:48:35 2009 +0100

    2.28.0

 NEWS         |    3 +++
 configure.in |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

commit 4749b1bcf0a970ba9513c2f775de30e726ba6bcc
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Sat Sep 19 00:18:52 2009 +0530

    maithili update, translated by Sangeeta Kumari

 po/LINGUAS |    1 +
 po/mai.po  |   52 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 53 insertions(+), 0 deletions(-)

commit e1e4312858338b2986ed7c9d9481ed3d5c43c480
Author: Niels-Christoph Fiedler <linux@medienkompanie.de>
Date:   Wed Sep 16 18:34:30 2009 +0200

    Updated German translation

 po/nds.po |   21 ++++++++++-----------
 1 files changed, 10 insertions(+), 11 deletions(-)

commit 00bcb0a88eed507ef76b3e7f60c24040400be526
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 15 11:43:15 2009 +0100

    2.27.92

 NEWS         |    7 +++++++
 configure.in |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

commit 98306f2c26730eb13dd0aff756f016a8d38429c3
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 14 13:34:01 2009 +0200

    Added Catalan (Valencian) translation

 po/LINGUAS        |    1 +
 po/ca@valencia.po | 2285 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 2286 insertions(+), 0 deletions(-)

commit 48d16f11075ca66797afca1cc9f7732c3b924379
Author: Ani <peter.ani@gmail.com>
Date:   Sat Sep 12 00:28:29 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po |   49 ++++++++++++++++++++++++-------------------------
 1 files changed, 24 insertions(+), 25 deletions(-)

commit 5dc6aab52715eb0af2717f71db28ddd25ea48189
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Sep 11 21:06:33 2009 +0530

    Updated Telugu Translations

 po/te.po | 1704 +-------------------------------------------------------------
 1 files changed, 24 insertions(+), 1680 deletions(-)

commit ea311e53b7732761c63fe3931445fe062086a2f8
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Thu Sep 10 13:14:38 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po | 1977 +-------------------------------------------------------------
 1 files changed, 25 insertions(+), 1952 deletions(-)

commit a2bb4aa0ca85d2bc1204e8d6ef5ec528dca6c717
Author: Miloš Popović <mpopovic@src.gnome.org>
Date:   Sun Sep 6 17:15:16 2009 +0000

    Updated Serbian translation

 po/sr.po       |   77 +++++++++++++------------------------------------------
 po/sr@latin.po |   77 +++++++++++++------------------------------------------
 2 files changed, 36 insertions(+), 118 deletions(-)

commit 0e1ba4bf1e37e669ac5144a381cc0cf61d1620e4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 18:21:53 2009 +0100

    When asking for a URI, give back a URI
    
    We ask for a URI, and ended up getting a local path for the
    mountpoint. Fixes playing data mounts from Totem's Movie menu.

 plparse/totem-disc.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 908ec9f43d9a0e3762870c0efa5726ade211645f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 18:18:26 2009 +0100

    Don't assert testing for data discs

 plparse/tests/disc.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit c181d77bf5bbdacb987324a5aa8a7debf27eb897
Author: Og B. Maciel <ogmaciel@gnome.org>
Date:   Sun Aug 30 12:11:44 2009 -0400

    Updated mailing list address.

 po/pt_BR.po |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 9967efe5b3d08065cd128b2a39dd797c11572985
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 27 14:06:42 2009 +0300

    Updated Arabic translation

 po/ar.po |   35 +++++++++++++++++------------------
 1 files changed, 17 insertions(+), 18 deletions(-)

commit bc1ba1d815791761558b555485f0adba36fe9a5e
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Tue Aug 25 04:40:33 2009 +0200

    Updated breton translation

 po/br.po | 1754 +-------------------------------------------------------------
 1 files changed, 22 insertions(+), 1732 deletions(-)

commit f399fbba900d136d9995259bee047e571724370d
Author: Andre Klapper <a9016009@gmx.de>
Date:   Mon Aug 24 22:52:17 2009 +0200

    Change nds_NFE to nds as discussed on irc

 po/LINGUAS |    2 +-
 po/nds.po  |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 1 deletions(-)

commit d36c1f85b24046f2033f979b768bbbbc87c7f590
Author: Nils-Christoph Fiedler <linux@medienkompanie.de>
Date:   Sat Aug 22 21:25:07 2009 +0200

    Added Low German translation

 po/LINGUAS    |    1 +
 po/nds_NFE.po |   49 +++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)

commit 98ef363bfe224e5d68b2d5068c9a3f16df3369b1
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Jul 31 20:01:14 2009 +0100

    Bug 590389 – plparse/tests/parser is broken
    
    Change how signals are emitted from the playlist parsing process so they're
    once more emitted synchronously when we're parsing synchronously, and in
    idle callbacks when we're parsing asynchronously. This solves the awkward
    problem of all the TotemPlParser::entry-parsed signals being emitted after
    a call to a synchronous parse function had returned. Closes: bgo#590389

 plparse/totem-pl-parser-private.h |   26 ++++++++++++++++++++++++++
 plparse/totem-pl-parser.c         |    6 ++++--
 2 files changed, 30 insertions(+), 2 deletions(-)

commit 73db4d176c48deec762dc042befab4b0a4bda5ab
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 31 17:36:09 2009 +0100

    Bug 584312 – Totem does not ignore text files when adding to queue
    
    Ignore dual-types that are still text/plain after data check.
    Before that, this only happened if we didn't have data for the
    file yet, but we're certain we do now, so we can gently ignore.

 plparse/totem-pl-parser.c |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

commit 12b5111cfdd3e8b0dc94b0ba448d43615e49de9d
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Wed Jul 29 17:48:42 2009 -0600

    Updated Irish translation

 po/ga.po |   51 ++++++++++++++++-----------------------------------
 1 files changed, 16 insertions(+), 35 deletions(-)

commit d09c0d0518557cd50681aa0d528bcdd1fd4b1b80
Author: Iestyn Pryce <dylunio@gmail.com>
Date:   Mon Jul 27 10:03:56 2009 +0200

    Updated Welsh translation.

 po/cy.po | 1928 +-------------------------------------------------------------
 1 files changed, 19 insertions(+), 1909 deletions(-)

commit e293a5f5db5ca5634a0d42927d547e401112ee04
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 24 01:48:33 2009 +0100

    Set uselibcamel correctly
    
    We still use gmime, but we keep the name "uselibcamel", as
    that's what Rhythmbox' configure uses too.

 totem-plparser.pc.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 44411d9b71d3d7a6ef11700ecb41e309c3d58092
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 21:19:32 2009 +0100

    Bug 574780 – Speed up PLS parsing
    
    Speed up PLS parsing by using a hashtable to store and lookup
    the data. Original patch by Ivan Frade <ivan.frade@nokia.com>

 plparse/totem-pl-parser-pls.c |   72 +++++++++++++++++++++++-----------------
 1 files changed, 41 insertions(+), 31 deletions(-)

commit 50dd9e2beb9927d0864721e67e5bfbfe0c632e17
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 21:03:00 2009 +0100

    Update gitignore

 .gitignore |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit eba233110aca33f3f20a7e9e44be3408ab5227e9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 20:45:42 2009 +0100

    Use git to generate the ChangeLog

 ChangeLog            | 1434 --------------------------------------------------
 ChangeLog.pre-2.27.2 | 1434 ++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am          |   11 +
 3 files changed, 1445 insertions(+), 1434 deletions(-)

commit 91d41f0130fbb62449d6c076b1f342621110061a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 20:32:38 2009 +0100

    2.27.2

 ChangeLog    |    9 ++++++++-
 NEWS         |    6 ++++++
 configure.in |    2 +-
 3 files changed, 15 insertions(+), 2 deletions(-)

commit 66b793e39ce012d08ba184b6438d5cb58f364c04
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 20:18:45 2009 +0100

    Fix substitution in pkg-config file
    
    2009-07-23  Bastien Nocera  <hadess@hadess.net>
    
    	* configure.in: Fix substitution in pkg-config file,
    	spotted by Philip

 ChangeLog    |    5 +++++
 configure.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

commit 687be91aefe701d0d28211a73644e3b609a166af
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 20:02:28 2009 +0100

    Use GMime instead of libcamel for dates parsing
    
    2009-07-23  Bastien Nocera  <hadess@hadess.net>
    
    	* README:
    	* configure.in:
    	* plparse/totem-pl-parser-podcast.c (totem_pl_parser_add_rss),
    	(totem_pl_parser_add_itpc), (totem_pl_parser_add_zune),
    	(totem_pl_parser_add_atom), (totem_pl_parser_add_xml_feed),
    	(totem_pl_parser_add_itms), (totem_pl_parser_add_opml):
    	* plparse/totem-pl-parser-podcast.h:
    	* plparse/totem-pl-parser.c (totem_pl_parser_parse_date):
    	* totem-plparser-uninstalled.pc.in:
    	* totem-plparser.pc.in: Use GMime instead of libcamel
    	for dates parsing. Hopefully good enough for people to
    	stop shipping crippled versions of totem-pl-parser

 ChangeLog                         |   15 ++++++++++
 README                            |    1 +
 configure.in                      |   52 ++++++++++++++++++------------------
 plparse/totem-pl-parser-podcast.c |   42 +++++++++++++++---------------
 plparse/totem-pl-parser-podcast.h |    8 +++---
 plparse/totem-pl-parser.c         |   12 ++++----
 totem-plparser-uninstalled.pc.in  |    2 +-
 totem-plparser.pc.in              |    2 +-
 8 files changed, 75 insertions(+), 59 deletions(-)

commit aa5ce8f3b1deeef1f44c39bb1d528b991f924336
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 19:57:12 2009 +0100

    Add more debug when a parse error happens
    
    2009-07-23  Bastien Nocera  <hadess@hadess.net>
    
    	* plparse/tests/parser.c (test_data_get_data), (test_parsability):
    	Add more debug when a parse error happens

 ChangeLog              |    5 +++++
 plparse/tests/parser.c |    9 ++++++---
 2 files changed, 11 insertions(+), 3 deletions(-)
