commit a0dff16b8c5fdf1ad8a413735dd98bc56e191f9d
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Mar 17 15:35:51 2012 +0000

    docs: Ignore the AMZ parser

 docs/reference/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3e5535589cd4b80cd2a493dff21df43030a88705
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Mar 13 14:23:16 2012 +0100

    lib: Handle RSS feeds for video sites
    
    Such as YouTube favourites, Vimeo most played, etc.

 plparse/tests/Makefile.am         |    3 ++-
 plparse/tests/parser.c            |   20 ++++++++++++++++++++
 plparse/tests/rss.xml             |   14 ++++++++++++++
 plparse/totem-pl-parser-podcast.c |   11 +++++++++--
 4 files changed, 45 insertions(+), 3 deletions(-)

commit e7a78fc974bda7c87d1b2e0b0845ddf988e10e35
Author: Khoem Sokhem <khoemsokhem@khmeros.info>
Date:   Sat Mar 10 13:27:22 2012 +0100

    Add initial Khmer translation

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

commit 215006e0d4d0368d4cb27e0f7369137944091c2d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Mar 2 12:49:42 2012 +0000

    build: Fix compilation with libgcrypt
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671196

 plparse/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit beed966d939271ec57c1840c5967f05691b052f5
Author: Bahodir Mansurov <6ahodir@gmail.com>
Date:   Tue Feb 28 16:26:37 2012 -0500

    Adding Uzbek@cyrillic translation

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

commit b39cd3367627691ef4686ca4c0ad12b5b9e447fd
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Feb 5 14:05:03 2012 +0000

    introspection: Skip TotemPlParserMetadata because it’s evil
    
    TotemPlParserMetadata is a GHashTable wearing a fake moustache, originating
    from the days when GHashTable wasn’t a proper boxed type. GIR knows about the
    peculiarities of GHashTable (for example, its key and value element types);
    but is fooled by the fake moustache and doesn’t know what to make of
    TotemPlParserMetadata.
    
    This is bad. Nobody likes fake moustaches.
    
    This commit marks TotemPlParserMetadata as to be (skip)ped by GIR, and
    overrides the locations where it used to pretend to be GHashTables. Since
    the copy/free functions for the boxed TotemPlParserMetadata and boxed
    GHashTable are the same, this shouldn’t cause problems for bindings when
    they try and unbox the GHashTables, since no boxed type identifier is carried
    along with the box.
    
    Closes: https://bugzilla.gnome.org/show_bug.cgi?id=669398

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