commit 6d073979c12c5f36ccefb18d411e137c9ea475d9
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 11:04:03 2011 +0000

    docs: Fix builddir ≠ srcdir documentation builds

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

commit 0479688c2464ef2d48e56ac69ba4f2c3304ec6b8
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 11:03:39 2011 +0000

    docs: Add a missing XML include to the documentation

 docs/reference/totem-docs.xml |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit e1b161e99950c9f40cdae0f8c8e45c729f97fc8a
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 10:51:10 2011 +0000

    opensubtitles: Fix/Disable some pylint warnings

 src/plugins/opensubtitles/hash.py          |   14 +++++++-------
 src/plugins/opensubtitles/opensubtitles.py |    6 ++++--
 2 files changed, 11 insertions(+), 9 deletions(-)

commit 709d550a4d110162a3436803f96dc0d00c4db5f0
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 10:38:57 2011 +0000

    plugins: Disable pylint error F0401
    
    This corresponds to failing to import a module, which is inexplicably
    happening for me with `make distcheck` but not `make check`.
    
    Shut up, pylint.

 src/plugins/Makefile.plugins |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 290b3d6b482c7010da3881d56d762b0f353b5205
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 10:33:59 2011 +0000

    plugins: Check for pylint at configure time if building with Python support
    
    This means we don't error out during `make check` if pylint isn't found.

 configure.in                 |   12 +++++++-----
 src/plugins/Makefile.plugins |    4 +++-
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 0d09a71992f3b87f37137798c86a050a0217ff29
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 10:33:22 2011 +0000

    iplayer: Disable some useless pylint warnings

 src/plugins/iplayer/iplayer2.py   |   11 +++++++----
 src/plugins/iplayer/listparser.py |    7 ++++---
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 21a6bfe5da5e3f2d7588fa2f41eb0fccd08777b5
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 09:50:30 2011 +0000

    build: Add generated Vala files to GITIGNOREFILES
    
    They're automatically removed by `make maintainer-clean`, but git.mk doesn't
    know about them.

 src/plugins/zeitgeist-dp/Makefile.am |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit d28b90a40882197035fdede6636a9cc81c274ab4
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 09:45:52 2011 +0000

    zeitgeist-dp: Fix Peas.Activatable.object prototype
    
    Rather than messing around with trying to get it to compile with different
    Vala versions, I just made it use the same prototype as the other two Vala
    plugins (sample-vala and rotation). If that doesn't work, I don't care.
    
    It compiles for me with Vala 0.14.1.

 .../zeitgeist-dp/totem-zeitgeist-dp-plugin.vala    |   37 +++++++++++++-------
 1 files changed, 24 insertions(+), 13 deletions(-)

commit fcf76be334a05a307247dd19d7ac39d095cf6508
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 09:45:24 2011 +0000

    Add some unused symbols to the documentation section file

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

commit 2516addf19b96bfee3449f648ccbeb87223993fa
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 09:44:16 2011 +0000

    Fix uses of deprecated GLib threading API if we have a new enough GLib
    
    If we have GLib ≥ 2.31.0, use the new threading API instead of the old one.
    This doesn't bump our GLib dependency.

 browser-plugin/totem-plugin-viewer.c      |    2 +
 src/backend/bacon-video-widget-gst-0.10.c |   32 +++++++++++++++++++++++++++++
 src/backend/bvw-test.c                    |    2 +
 src/test-properties-page.c                |    2 +
 src/totem-audio-preview.c                 |    2 +
 src/totem-object.c                        |    4 +++
 src/totem-resources.c                     |    4 +++
 src/totem-video-thumbnailer.c             |    2 +
 src/totem.c                               |    2 +
 9 files changed, 52 insertions(+), 0 deletions(-)

commit cabef55744ba1686879bbe117c2042db8a883378
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Dec 21 09:09:03 2011 +0000

    Revert "build: Disable zeitgeist plugin"
    
    This reverts commit 594bd021bf93a3060702508ed0513b50cadc2ab2.

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