commit 4cb3e6ad55a5824cd05e203c1b980fdf4e57a8c2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 12 14:50:27 2010 +0100

    2.28.6
    
    Fix compilation of the browser plugin, linking of the glow button
    test program.

 NEWS                                 |   26 ++++++++++++++++++++++++++
 browser-plugin/Makefile.am           |    8 +++++---
 browser-plugin/totem-plugin-viewer.c |    3 +--
 configure.in                         |    2 +-
 4 files changed, 33 insertions(+), 6 deletions(-)

commit 7a94587bff19539b8885e032b4a73db2777c43fe
Author: Jonathan Matthew <jonathan@kaolin.wh9.net>
Date:   Fri May 7 13:23:17 2010 +0100

    Fix version requirements for PyGTK
    
    pygtk.require() actually needs the major GTK+ version, and
    doesn't use the minor version in the require.
    
    Also make sure to check for the return value to avoid surprises.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617821

 src/plugins/totem-python-module.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 8fda70ca9a2524f577548f342db7f4b45b87fb8f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri May 7 10:10:55 2010 +0100

    Fix position when QT gets to EOS
    
    When QuickTime reaches the end of a stream, the expected behaviour
    is for the position to stay at the end of the file, rather than
    back at 0.

 browser-plugin/totemPlugin.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 418e67d538d8194e70772f0dc0086bc695ab5bb5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed May 5 17:50:52 2010 +0100

    Fix URL parameter usage in GMP plugin
    
    The URL parameter is never the baseURI, it's the same as the SRC
    parameter, so some websites use both.
    
    Add support for the actual "baseURL" parameter instead.
    
    Fixes playback at:
    http://www.ta3.com/sk/relacie/23_hlavne-spravy/9167_hlavne-spravy-z-27-aprila
    
    https://bugzilla.gnome.org/show_bug.cgi?id=617639

 browser-plugin/totemPlugin.cpp |   26 ++++++++++++++++++++++++--
 browser-plugin/totemPlugin.h   |    1 +
 2 files changed, 25 insertions(+), 2 deletions(-)

commit 1a7b7a7e3c9438c0b9913e30ae28321f3d1ce522
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 18:04:32 2010 +0100

    Really remove the border width

 src/totem-object.c |   11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

commit e092513c927dbd1cfc0b1b7c194be43f4b7e50df
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 27 17:18:07 2010 +0100

    Avoid slight resize when showing the sidebar
    
    for the first time.
    
    We didn't take the box' border into account it seems.

 data/totem.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 67421b1306625649655bd1fd26bfa0a83dbbb36c
Author: Shankar Prasad <svenkate@svenkate.pnq.redhat.com>
Date:   Wed Apr 21 18:13:26 2010 +0530

    Updated Kannada translations

 po/kn.po |  467 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 226 insertions(+), 241 deletions(-)

commit f63079109977e2ebcfc25757db0809ffa702b893
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Sat Apr 17 14:55:02 2010 +0530

    Typos corrected

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

commit c7fefb1bfb362de49031b798fe0fe80d3d3d94fe
Author: Hagen Fürstenau <hfuerstenau@gmx.net>
Date:   Wed Apr 14 13:37:12 2010 +0100

    Fix possible crasher when PyGTK isn't available
    
    If PyGTK is available at compile-time, but not available at run-time,
    then we shouldn't try to call pyg_gil_state_ensure() as it would crash.
    
    Print errors and disable Python support if PyGTK isn't available.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=615437

 src/plugins/totem-python-module.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit a39f2d635258ce7c1aec058360c39dc209e4fcd7
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Apr 13 19:51:48 2010 +0530

    Updated Marathi Translations

 po/mr.po |  554 +++++++++++++++++++++++++------------------------------------
 1 files changed, 227 insertions(+), 327 deletions(-)

commit a89622203648ee7357d2bd46744419d86fed40e5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Feb 22 16:38:47 2010 +0000

    Fix warning on startup related to the menu UI file
    
    The menu GtkBuilder bits were used before they were assigned.

 browser-plugin/totem-plugin-viewer.c |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

commit 040725cde3e66e2a083bc44e9c1c62ba1e9ddb4b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sun Apr 11 17:44:12 2010 +0100

    Prefer the stream URI when copying the location

 browser-plugin/totem-plugin-viewer.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit 058ce0c5076a2f496593901692be7dd0ab6dda72
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 16:45:59 2010 +0100

    Never use the browser for the NarrowSpace plugin
    
    By default, the QuickTime plugin *might* use the browser to load movies,
    usually respecting the QTSRCDONTUSEBROWSER parameter.
    
    But then again, QTSRCDONTUSEBROWSER is only for QtSrc, not SRC itself.

 browser-plugin/totemPlugin.cpp |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2455c9cfa16f89d9d2bf43fd5cfdf815ccf38b6f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Sat Apr 10 16:43:30 2010 +0100

    Never use the browser for the Cone plugin
    
    the VLC-provided plugin always uses its internal way of accessing files,
    and never uses the browser to load streams.

 browser-plugin/totemPlugin.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit b100e88039a91373f18e98e42bad4da6a603182b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Apr 9 15:00:44 2010 +0100

    Make seeking with the mouse behave the same as the main player
    
    Instead of shifting the scale a tiny bit.

 browser-plugin/totem-plugin-viewer.c |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

commit f89994c9d62cbd8ad2e26cb38f73a5db3e67d2bc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 20:00:39 2010 +0100

    Avoid problems when pausing before preroll
    
    When pausing before preroll, we would check the length of the file
    and find that we might we using a live stream, and stopping it, thus
    stopping the preroll.
    
    Instead, when pausing when still prerolling, pause, and only when
    the preroll has been done, stop the pipeline if pause was requested.

 src/backend/bacon-video-widget-gst-0.10.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit d7de19485c8a84a9ac8b8b896fba89e038229df7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:51:24 2010 +0100

    Don't handle GtkLinkButton cliking ourselves
    
    GtkLinkButton already calls gtk_show_uri() itself when clicked,
    so no need to handle it ourselves.
    
    Should fix 2 web pages popping up (once for the URI hook, once for
    click handler), and avoid quoting problems.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=612579

 src/totem-interface.c |   35 -----------------------------------
 1 files changed, 0 insertions(+), 35 deletions(-)

commit 0057d9adb58fa4ce1cb5d18eb754d715b015d0e7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:51:06 2010 +0100

    Fix link to codecs web page

 src/totem-object.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 217dafd8e91083fda327372a9ff744fad0411fab
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 13:41:07 2010 +0100

    Disable seeking in DVD menus
    
    If we enabled seeking in menus, either we'd miss
    navigation events, or we'd need to parse the MPEG stream
    anyway. So just disable DVD menus right now.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=607556

 src/backend/bacon-video-widget-gst-0.10.c |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

commit bafe715773b581d6fd0f95391a350bb9c4247bc8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 11:39:21 2010 +0100

    On restore, prefer session position to file one
    
    When restoring the session, we would get both the session saved
    position, and the one saved as metadata to the file. We should
    only take the session position into account, in preference to
    the one saved on disk.

 src/totem-object.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

commit 3a0b5612a523ceec65e10264fefc4d5821458473
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 8 11:19:43 2010 +0100

    Fix Eject menu item not being available for DVDs
    
    g_file_find_enclosing_mount() on the root directory for the disc
    would find the root mount, instead of the DVD mount, and, when
    playing the DVD from the menu, the device node path is used
    instead the mount's path.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=582306

 src/totem-uri.c |   44 ++++++++++++++++++++++++++++++++++++++------
 1 files changed, 38 insertions(+), 6 deletions(-)

commit 549a10aafd5917fe5715a25352036716020c9f5c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Apr 7 17:01:25 2010 +0100

    Use giosrc natively when playing back from FTP
    
    As it will not work properly when using FUSE in between.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=579235

 src/backend/bacon-video-widget-gst-0.10.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 1c7874555c40a1d73ca55b512d424d37f9c16362
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Feb 18 10:13:23 2010 +0000

    Fix reading from ObexFTP
    
    Only works with the new osso-gwobex ObexFTP backend, but works
    well enough.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=579874

 src/backend/bacon-video-widget-gst-0.10.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit c375dff8aff5cd8e1d3c2b8b5bd66b9f82d9bba8
Author: Simon Wenner <simon@wenner.ch>
Date:   Tue Apr 6 15:11:54 2010 +0100

    Key navigation is broken in "local search" plugin
    
    Fix arrow keys not working in the tracker plugin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=523141

 src/plugins/tracker/totem-tracker-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit bb7ed206bc267efc449c9b79cf05d90bf0ac16c9
Author: Edward Hervey <bilboed@bilboed.com>
Date:   Sat Mar 27 13:21:49 2010 +0100

    baconv-video-widget-gst-0.10: queue-size property doesn't exist in playbin2
    
    Therefore don't try to set it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614095

 src/backend/bacon-video-widget-gst-0.10.c |   10 ----------
 1 files changed, 0 insertions(+), 10 deletions(-)

commit a61f37165193eabfc0b4a617d15a68b3fd24b11b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Apr 6 14:56:54 2010 +0100

    Remove buffer-size from the schemas
    
    As playbin2 doesn't have the property in question any more.

 data/totem.schemas.in |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

commit f2d1ba336ac85306144c8d4f2c2cff4e44fd4753
Author: Ilya Murav'jov <muravev@yandex.ru>
Date:   Wed Apr 7 18:52:13 2010 +0100

    Fix position setting on session restore
    
    Copy/paste error...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614125

 src/totem-object.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit b808cbc5acb5dfa0b052fb55d56a4eb6a1f42c5a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sat Mar 27 21:20:43 2010 +0000

    Fake QT user-agent for trailers.apple.com
    
    trailers.apple.com will serve a html file instead of the movie
    we were asking for unless we pretend to be quicktime, iotw same
    issue as with movies.apple.com.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=614127

 src/totem-object.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit 0859f94a0f295ba261ef29ca36a5c107a570333c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Apr 5 00:57:12 2010 +0100

    Bug 614679 — cannot play youtube videos
    
    Update the regex used to grab the t-param from YouTube pages. Why do Google
    always update YouTube just after a GNOME release? Closes: bgo#614679

 src/plugins/youtube/totem-youtube.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit ad7a76d1f5ba07cdf9e170b70524758d202a3f1a
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Wed Mar 24 16:31:31 2010 +0100

    Updated Basque language

 po/eu.po |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)

commit a64275ab0e360da2608b313a7adbd0d12b7c76dc
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 22 15:55:23 2010 +0530

    Updated Gujarati translations

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

commit a4d2780d45eae6a87736af5bd09888805550749a
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Mar 22 15:53:13 2010 +0530

    Updated Gujarati translations

 po/gu.po |  251 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 122 insertions(+), 129 deletions(-)

commit b85a5b88f6532cbfd07bb677842611f52c056acc
Author: Robert Moerland <veel_mail@xs4all.nl>
Date:   Sat Mar 20 14:00:37 2010 +0000

    Bug 613214 — totem subtitle plugin cannot contact opensubtitles.org
    
    Fix the API URI for the opensubtitles.org plugin. Closes: bgo#613214

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

commit 6981fe13465db2581bbaf447bc5425357f60b30f
Author: Torstein Adolf Winterseth <kvikende@yahoo.no>
Date:   Sat Feb 27 13:01:20 2010 +0100

    Updated Norwegian Nynorsk translation

 po/nn.po | 3037 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 1894 insertions(+), 1143 deletions(-)

commit df1a8eca78afd2e2c2901a0d733a3b7caed27fd2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Feb 12 18:25:41 2010 +0000

    Update time status when stepping
    
    https://bugzilla.gnome.org/show_bug.cgi?id=609768

 src/backend/bacon-video-widget-gst-0.10.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 405a1b9f7f17fd5679de826d93fabdea29b66515
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:30:05 2010 +0000

    Add better debug

 browser-plugin/totem-plugin-viewer.c |   21 +++++++++++++++++----
 browser-plugin/totemPlugin.cpp       |   11 ++++++++++-
 2 files changed, 27 insertions(+), 5 deletions(-)

commit 236ba97e724c3d79d6346a905dbe39a7bfa4d118
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:15:14 2010 +0000

    Implement Narrowspace's SetURL function

 browser-plugin/totemNarrowSpacePlugin.cpp |    9 ++++++++-
 browser-plugin/totemPlugin.cpp            |   24 ++++++++++++++++++++++++
 browser-plugin/totemPlugin.h              |    1 +
 3 files changed, 33 insertions(+), 1 deletions(-)

commit da3aa9ec62a124190701fcad2e86bf1d7bc134a2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:14:41 2010 +0000

    Implement more player states for Narrowspace

 browser-plugin/totemPlugin.cpp |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

commit b3de8425907573ea71bf599b18c1805683c4ebde
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 21 20:12:17 2010 +0000

    Fix many NarrowSpace functions not working
    
    All the functions after GetTimeScale were broken. It's wonder
    it ever worked.

 browser-plugin/totemNarrowSpacePlugin.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b1697527517e6c789d860460f1776c687ede600a
Author: Sjoerd Simons <sjoerd.simons@collabora.co.uk>
Date:   Sun Jan 17 15:44:23 2010 +0000

    Only set the uri when the playbin is in READY state
    
    Playbin must be in either the NULL or READY state before the uri
    property can be set otherwise the new value won't be applied properly

 src/backend/bacon-video-widget-gst-0.10.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit b09344f5a381581822fd162cd439ba1c300f318c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jan 14 15:30:30 2010 +0000

    Fix state of the button popup when popup is dismissed

 browser-plugin/totem-plugin-viewer.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit a5f860b52abe4b138f097c49fc29304b3df41ad7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jan 5 10:52:22 2010 +0100

    Use the giosrc when reading from gvfs archive mounts
    
    Reading that same file through FUSE fails.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597448

 src/backend/bacon-video-widget-gst-0.10.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 27018e0967cfb1d89783f020b3a0acee8fc81b92
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Wed Jan 6 17:37:44 2010 +0100

    Updated Italian translation

 po/it.po |  144 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 70 insertions(+), 74 deletions(-)

commit 01b259b4dcd3ed06362f85040a015dd5cd27a0ae
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 24 13:52:08 2009 +0000

    Fix crash with non-UTF8 channel names for DVB
    
    https://bugzilla.gnome.org/show_bug.cgi?id=605365

 src/totem-playlist.c |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

commit 011cddb3718ff8e79079adecb71950fde610e0c1
Author: Jürg Billeter <j@bitron.ch>
Date:   Tue Dec 15 20:48:16 2009 +0100

    Improve Vala bindings to avoid warning

 bindings/vala/totem.vapi |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 66e854a5528cb44bc75ca27bb8ab6eb1aa81d570
Author: Jürg Billeter <j@bitron.ch>
Date:   Tue Dec 15 20:46:33 2009 +0100

    Fix build of Vala plugin

 src/plugins/sample-vala/Makefile.am |   26 ++++++++++++++++++--------
 1 files changed, 18 insertions(+), 8 deletions(-)

commit 8bea2f5e1052844678e8867fcb82475cc5f7cff6
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 16:23:44 2009 +0000

    2.28.5

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

commit 0ec3c6c821cd36aaaf8ae645e763b6d39c8c2c06
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 16:23:27 2009 +0000

    Fix distclean trying to clean browser-plugin/ twice

 Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 226061c79b903534f5e3c78da13c25a4eb498625
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 30 18:48:51 2009 +0000

    Fix distchecking problems with the nautilus extension

 Makefile.am  |    2 +-
 configure.in |   12 +++++++++++-
 2 files changed, 12 insertions(+), 2 deletions(-)

commit 44068ed3e463c519885d561a3941fb049f613bf7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Dec 11 15:39:11 2009 +0000

    Fix documentation checks failing

 docs/reference/Makefile.am                |    6 +++++-
 docs/reference/totem-sections.txt         |    9 +++++----
 src/backend/bacon-video-widget-gst-0.10.c |   28 +++++++++++++++++++++++-----
 src/backend/bacon-video-widget.h          |    6 ++----
 src/totem-object.c                        |    2 +-
 5 files changed, 36 insertions(+), 15 deletions(-)

commit 42eced7002ebb699fe2753b3adf652e686ab0552
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Dec 10 02:32:25 2009 +0000

    Fix packing of the label in the status bar

 src/totem-statusbar.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 42a3406e41c032f44d4052edd5e72a769dd6c45f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Dec 7 11:51:56 2009 +0000

    Fix translation of skip menu items in RTL languages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=603604

 src/totem-menu.c |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

commit 86337009f2ba30ea21a30042189fa3e1fe62ce69
Author: Christian Persch <chpe@gnome.org>
Date:   Mon Nov 16 14:55:00 2009 +0100

    Use gtk_statusbar_get_message_area()
    
    Just the the provided hbox, instead of performing widget surgery.
    Bug #602096.

 src/totem-statusbar.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit c4af509a8c86435b24dc2e2f0e0bada822a06c50
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Nov 21 20:48:42 2009 +0000

    Bug 602497 — Progress bar doesn't stop if there are no search results
    
    Ensure the YouTube progress bar stops once a search is finished, even
    if there are no results. Closes: bgo#602497

 src/plugins/youtube/totem-youtube.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit d41230c4231697f0d669721c7571bebdcda47575
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 19 15:00:18 2009 +0000

    2.28.4

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

commit ef97eb1bc44cc2b4badfcc29b55a2c16861161a0
Author: Christian Persch <chpe@gnome.org>
Date:   Wed Nov 18 18:54:43 2009 +0100

    Fix property/method name lookup
    
    Don't read the arrays out of bounds! Bug #560946 comment 12.

 browser-plugin/totemNPClass.cpp  |    6 ++++--
 browser-plugin/totemNPObject.cpp |   10 ++++++----
 2 files changed, 10 insertions(+), 6 deletions(-)

commit 2a71e64f2c6b2c7b1eff4d96be70d9a079cea530
Author: Maxim Ermilov <zaspire@rambler.ru>
Date:   Thu Nov 19 14:33:21 2009 +0000

    Don't hide fullscreen popups when mouse is on top of it
    
    Check the mouse pointer entering and leaving the fullscreen
    popups, and don't auto-hide them when the mouse pointer is
    left on top of them.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=593042

 data/fullscreen.ui     |    4 ++++
 src/totem-fullscreen.c |   28 +++++++++++++++++++++++++++-
 2 files changed, 31 insertions(+), 1 deletions(-)

commit 50076f6ee9efa0a68e5a4aadcb5727f8a4e6ffb1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:59:25 2009 +0000

    Fix thumbnailer not picking up covers for videos
    
    When getting updated metadata, and we're in capture mode,
    do send out the "got-metadata" signal otherwise
    the thumbnailer will never know we got a cover.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598703

 src/backend/bacon-video-widget-gst-0.10.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit e4f62843c316ef8f9a1639601bcbccbcdd342cc5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:38:08 2009 +0000

    Fix thumbnailer in debug mode
    
    Don't forget to open the display if we're going to show
    a GTK+ window.

 src/totem-video-thumbnailer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit ac5c99c562c57ad7f0c0ccf89f1a8e3af61f39fc
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 16 13:21:00 2009 +0000

    Fix spurious errors when running nice()
    
    Check the value of errno before saying that nice() fails, as
    per the nice(3p) man page.

 src/totem-video-thumbnailer.c |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

commit 455daf535e773e58f50f8abd3c2745c83fd3c970
Author: Simon Pecher <simon.pecher@googlemail.com>
Date:   Mon Nov 16 13:06:37 2009 +0000

    Error when resolving redirect URIs
    
    If the plugin-viewer gets a redirect to an absolute URL it may corrupt
    the redirect-URL by trying to append it to either "emb->stream_uri",
    "emb->current_uri" or "emb->base_uri" by calling "resolve_redirect". I suppose
    absolute URLs should not be processed any further by "resolve_redirect",
    should they?
    
    Appending an else after the first if-statement may solve this issue.
    
    (The error occured while I tried to watch wmv videos on
    http://www.3sat.de/mediathek/mediathek.php)
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600852

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 7bfb08ea9d7d21925cec24de0fbd64fde7a5601a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 13 17:12:00 2009 +0000

    2.28.3

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

commit 323d1c329f5aa7b1b98feb41575ade65c3cf195e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Nov 13 13:24:18 2009 +0000

    Fix stream tags leaking into next played file on error
    
    When an error occurs during playback, we only clear the
    tags when we have a new source element, which might happen
    after we've tried to play a new file.
    
    We should always clear the tags on _close() instead.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=536896

 src/backend/bacon-video-widget-gst-0.10.c |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

commit 37a3c9a40caa32440e2fa6d66e932fffe4b54268
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Fri Nov 13 12:50:26 2009 +0000

    Fix movie aspect ratio errors with slow streams
    
    When getting media size before the pipeline is pre-rolled,
    we'd be getting errors because we're trying to set the aspect ratio
    with a zero denominator.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=601707

 src/backend/bacon-video-widget-gst-0.10.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 409e913d4f12755a9685d4c3201b6c66df0c6b8a
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 13:07:28 2009 +0200

    Set the user agent and referrer on the existing source
    
    When changing the user agent or the referrer while a source already
    exists, change them on the existing source.

 src/backend/bacon-video-widget-gst-0.10.c |   36 ++++++++++++++++++++---------
 1 files changed, 25 insertions(+), 11 deletions(-)

commit 32fdf5c7e683679b4eaf2b1de335462af8d0d01c
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 12:59:12 2009 +0200

    Add HTTP referrer property to BaconVideoWidget
    
    Part of bug #581857.

 src/backend/bacon-video-widget-gst-0.10.c |  105 ++++++++++++++++++++++++++--
 src/backend/bacon-video-widget.h          |    3 +
 2 files changed, 100 insertions(+), 8 deletions(-)

commit 2446c5e9c4398ce7a27ba05bee3cd359315f61eb
Author: Christian Persch <chpe@gnome.org>
Date:   Thu Oct 22 12:33:08 2009 +0200

    Make user agent a property on BaconVideoWidget
    
    Instead of transporting the value via environment variable, add a
    gobject property for it.

 browser-plugin/totem-plugin-viewer.c      |   24 ++++--------
 src/backend/bacon-video-widget-gst-0.10.c |   60 ++++++++++++++++++++++++++--
 src/backend/bacon-video-widget.h          |    3 +
 3 files changed, 66 insertions(+), 21 deletions(-)

commit d835d901ddfa2d909459843d83bb122ffd4d276b
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Fri Nov 6 21:27:21 2009 +0100

    Updated Italian translation

 po/it.po |   94 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 47 insertions(+), 47 deletions(-)

commit 8c303aa5243a1aeb5c86d062515d9d6404e1d89f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Nov 5 14:59:36 2009 +0000

    Fix behaviour on EOS with only one item in the playlist
    
    We want to seek back instead of closing and reopening the
    file when the stream is seekable, and repeat is off.
    
    Also make sure we don't start playing back again in those cases.

 src/totem-object.c |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

commit 010fda02df1cd3718996f0e3ff4e4a2f4dccec34
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Nov 3 18:13:22 2009 +0000

    Add hack to allow playback of Apple trailers in the movie player

 src/totem-object.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 5769ec65277aaddd43fab42db45bb71d50f5ecc7
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Tue Nov 3 17:45:35 2009 +0100

    Updated Polish translation

 help/pl/figures/totem_next_button.png     |  Bin 671 -> 0 bytes
 help/pl/figures/totem_pause_button.png    |  Bin 1058 -> 0 bytes
 help/pl/figures/totem_play_button.png     |  Bin 928 -> 0 bytes
 help/pl/figures/totem_previous_button.png |  Bin 653 -> 0 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit dfd0a304538fd8efaf3a9916d030584fd7b7611b
Author: Aleksander Łukasiewicz <aleksander@lukasiewicz.org>
Date:   Tue Nov 3 17:42:15 2009 +0100

    Updated Polish translation

 help/pl/figures/totem_next_button.png           |  Bin 0 -> 671 bytes
 help/pl/figures/totem_pause_button.png          |  Bin 0 -> 1058 bytes
 help/pl/figures/totem_play_button.png           |  Bin 0 -> 928 bytes
 help/pl/figures/totem_previous_button.png       |  Bin 0 -> 653 bytes
 help/pl/figures/totem_show_playlist_button.png  |  Bin 0 -> 906 bytes
 help/pl/figures/totem_start_window.png          |  Bin 58914 -> 67599 bytes
 help/pl/figures/totem_volume_maximum_button.png |  Bin 0 -> 512 bytes
 help/pl/figures/totem_volume_mute_button.png    |  Bin 0 -> 341 bytes
 help/pl/pl.po                                   | 1119 ++++++++++++++++-------
 9 files changed, 764 insertions(+), 355 deletions(-)

commit a88638dc0776a02494a8046d737bfbedee2e2e76
Author: Sebastian Dröge <sebastian.droege@collabora.co.uk>
Date:   Fri Oct 30 09:48:04 2009 +0100

    Don't special-case pulseaudio and clean up the volume handling
    
    totem now won't use pulsesink by default if it's available but will
    simply use gconfaudiosink, like it did in 2.28.0 and earlier.
    Fixes bug #596164.
    
    For this to work properly, the following GStreamer changesets are necessary
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=de1db5ccbdc10a835a2dfdd5984892f3b0c9bcf4
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=d85dadc122d40608ee304516702b479fb79c8ed7
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=598c9376342b4f67012d1d418c090f432fc26d27
    http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=e72c3029c0e4674e3ce6d9770dc9de665e7a3793
    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=e4d6a2aa2c6b8b3d9137a38e10d28434eb31a580
    http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/?id=3f541452c4916b31a222043b172b3398647b8091
    
    To give the best user experience with pulseaudio, pulseaudio >= 0.9.20
    is required because of this changeset:
    http://git.0pointer.de/?p=pulseaudio.git;a=commit;h=f27a50691c8fe45bac7dd6b21fac91a359def3a1

 src/backend/bacon-video-widget-gst-0.10.c |  136 +++++++++++++++++-----------
 1 files changed, 82 insertions(+), 54 deletions(-)

commit 676bae9c41739d8a60c34d09edf2660522852e6c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Nov 3 12:15:16 2009 +0000

    Bug 600369 — YouTube plugin does not work
    
    Fixed the regex to correctly extract the t param for YouTube video
    queries again. Closes: bgo#600369

 src/plugins/youtube/totem-youtube.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8331a69e085246b5ab5be95b09efe185dcc2b654
Author: Robin Stocker <robin@nibor.org>
Date:   Mon Nov 2 16:28:05 2009 +0100

    Update .gitignore
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600438

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

commit 3e5705815eee4b108dbf81be10da4d5ca5163df8
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Nov 2 15:59:02 2009 +0000

    Fix saving current position for the wrong playlist item
    
    When skipping to the next item in the playlist, we
    used to use totem_get_current_mrl(), which gets the current
    item from the playlist.
    
    Except that the playlist thinks we're already at the next item.
    
    Also use different variables to store the startup and the restore
    positions, as we don't want to pause newly added items.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=600425

 src/totem-object.c  |   16 ++++++++++++----
 src/totem-options.c |    2 +-
 src/totem-private.h |    3 ++-
 src/totem-uri.c     |   11 ++++-------
 4 files changed, 19 insertions(+), 13 deletions(-)

commit f6e982c5924bbcb9d126d825b1b2d7a8200dc918
Author: Aron Xu <aronxu@gnome.org>
Date:   Tue Oct 27 01:19:23 2009 +0800

    Updated Simplified Chinese translation, fixed two mistakes.

 po/zh_CN.po | 1305 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 730 insertions(+), 575 deletions(-)

commit bba510e86ce157ca09941c300daa3a9b181306e2
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 26 11:27:17 2009 +0000

    2.28.2

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

commit ee42ed2f29999d9e7927e5da17bd7971accec4ba
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Oct 22 00:46:26 2009 +0100

    Support midi files in the browser plugin
    
    As Totem should be able to play those.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598850

 browser-plugin/totemPlugin.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5d76cbae12920b05f9cce8ef36955a0d09f90247
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Thu Oct 22 00:33:26 2009 +0100

    Fix intermittent pixel-aspect-ratio warnings.
    
    Don't cache a pointer to the GValue containing the pixel-aspect-ratio,
    as it may end up being accessed after those caps have been destroyed.
    Instead, store the pixel-aspect-ratio fraction values directly.

 src/backend/bacon-video-widget-gst-0.10.c |   28 ++++++++++++++++------------
 1 files changed, 16 insertions(+), 12 deletions(-)

commit 96e3868c7c7d640e254222a7abddf29a1ce7f89e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Oct 21 19:46:26 2009 +0100

    Fix play order when removing the currently playing song
    
    We should start playing the first item that won't be removed
    after the currently playing one.
    
    Items numbered from 1 to 4, if 3 is playing and 2 and 3 and being
    removed, 4 should start playing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=577030

 src/totem-playlist.c |  107 +++++++++++++++++++++++++++++++------------------
 1 files changed, 68 insertions(+), 39 deletions(-)

commit b830b61a08471161a2b78515477d2fea3133b08e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 19 15:43:07 2009 +0100

    Update gst-plugins-base requirements

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

commit afa4390023494baee01accb2160cac50e2f0644c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Oct 19 15:40:29 2009 +0100

    Use Cubic volume when StreaVolume interface is available
    
    Fixes Totem's sound not matching the volume levels advertised
    in pavucontrol and gnome-volume-control.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595304

 src/backend/bacon-video-widget-gst-0.10.c |   20 +++++++++++++++++---
 1 files changed, 17 insertions(+), 3 deletions(-)

commit 9e00dcffa2ef463a336b4d9822cddcb6bed03ede
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:26:23 2009 +0100

    Remove unused new_vol variable

 src/backend/bacon-video-widget-gst-0.10.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

commit 60ca69b24a40e116d184b2119d017d7aef0fa953
Author: Reşat SABIQ <tilde.birlik@gmail.com>
Date:   Mon Oct 19 06:00:50 2009 -0500

    Updated Crimean Tatar (Crimean Turkish) translation

 po/crh.po | 1311 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 726 insertions(+), 585 deletions(-)

commit 9d80161d2b4a135846b9fc9a3b2877daca2b10ff
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 18:25:13 2009 +0100

    Fix warning when creating a screenshot
    
    The buffer is a GstMiniObject, not a GObject.

 src/backend/gstscreenshot.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit fab93f85262716bf53c0a8a68dbf18bdf04ce67a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 17:56:52 2009 +0100

    Fix disabling of the screensaver in the browser plugin
    
    Did this ever work? Probably not...
    
    https://bugzilla.gnome.org/show_bug.cgi?id=554750

 lib/totem-scrsaver.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit a5057698481716848cfc24973d69b252a6242074
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 17:48:03 2009 +0100

    Fix parsing playlists in the browser plugin
    
    when using WebKit, by making a temporary copy of the playlist file.

 browser-plugin/totem-plugin-viewer.c |   45 +++++++++++++++++++++++++++++++--
 1 files changed, 42 insertions(+), 3 deletions(-)

commit adcea01ec59eb5152d511b65e5d8531a2cf14919
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 16:34:44 2009 +0100

    Fix screensaver code warnings
    
    Avoid warnings because of our re-use of GErrors.
    
    When the "new" (-ish) APIs of gnome-screensaver fail, don't overwrite
    the existing GError, and print the original error.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598173

 lib/totem-scrsaver.c |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

commit 05d9f2d0a0ca2ff10dfa75f3ad19936e98748342
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:57:42 2009 +0100

    Fix links not showing up in error messages
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598679

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

commit 23a4e7fe457c5e7753364536e498052c71b78540
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 16 15:24:32 2009 +0100

    Make sure to release the seek slider when EOS arrives
    
    Otherwise we might have a stuck grab when playing the next playlist
    item.

 src/totem-object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 1787f25988ec466eb389d797a36622c46d4c7e36
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Thu Oct 15 14:00:28 2009 +0100

    Fix logic error in the preferences
    
    The screensaver preferences toggle does not activate.  This is
    due to broken logic in the toggled callback.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=598514

 src/totem-preferences.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 184699c9d245db52ee9f21eb8d0371abe5aecf92
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Wed Oct 14 18:51:00 2009 +0300

    Updated Greek translation.

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

commit f4d5a13bfc006d06eff17376b4098d7bda370120
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Sun Oct 11 22:05:15 2009 +0200

    Updated Norwegian bokmål translation

 po/nb.po |   90 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 46 insertions(+), 44 deletions(-)

commit 0de34f9c7b8aed1d8639b690ad1f014cc2b40473
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 6 18:56:41 2009 +0300

    Updated Russian translation by <vadim.velikodniy@gmail.com>

 help/ru/figures/totem_next_button.png     |  Bin 0 -> 816 bytes
 help/ru/figures/totem_pause_button.png    |  Bin 0 -> 775 bytes
 help/ru/figures/totem_play_button.png     |  Bin 0 -> 778 bytes
 help/ru/figures/totem_previous_button.png |  Bin 0 -> 820 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)

commit 312afd58c8eb9a118844875004b3c1802805f129
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Tue Oct 6 18:55:14 2009 +0300

    Updated Russian translation by <vadim.velikodniy@gmail.com>

 help/ru/ru.po | 2167 ++++++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 1525 insertions(+), 642 deletions(-)

commit 470e53b019b8513c8e1bcd01d45b1ea4d75c71dd
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Tue Oct 6 12:50:59 2009 +0200

    Updated Italian translation

 po/it.po |  216 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 105 insertions(+), 111 deletions(-)

commit aa0c3aee60d09d1930e9e783735e794543354519
Author: Leonid Kanter <leon@asplinux.ru>
Date:   Mon Oct 5 13:01:24 2009 +0300

    Updated Russian translation

 po/ru.po | 1253 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 605 insertions(+), 648 deletions(-)

commit 9f205813b980ae5a19868227480a8cac74145b37
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 2 15:47:36 2009 +0100

    Fix warning when setting the tooltip with unescaped text
    
    When a filename/title has a '&', the tooltip should have its
    text escaped.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597097

 data/playlist.ui     |    1 +
 src/totem-playlist.c |   17 +++++++++++++----
 2 files changed, 14 insertions(+), 4 deletions(-)

commit b5772763f6a31ef429d11a2070c681a424a3e430
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Oct 2 13:30:00 2009 +0100

    Fix DVB tuner activation
    
    Fix double-frees of the channels.conf filename, a couple of
    memory leaks, and the file wrongly being considered broken
    when parsing the last line of it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=597092

 src/backend/bacon-video-widget-gst-0.10.c |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

commit 73992e3ae291472e50e7f2efc085e68b70d8ec65
Author: Tim-Philipp Müller <tim@centricular.net>
Date:   Thu Oct 1 13:16:05 2009 +0100

    .gitignore: ignore more

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

commit 9bc969e01432790014be90bb1e5b5759b82f7278
Author: Jan Schmidt <thaytan@noraisin.net>
Date:   Wed Sep 30 20:37:40 2009 +0100

    Release the global lock when calling into playbin2
    
    As a workaround for a deadlock, release the global lock when
    asking playbin2 for a reference to the video sink.

 src/backend/bacon-video-widget-gst-0.10.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit b51aeaa5c559c2cfa3acf27166ca004c131d0dc0
Author: Alessandro Decina <alessandro.decina@collabora.co.uk>
Date:   Wed Sep 30 18:33:48 2009 +0100

    totem-python-plugin: ensure and release GIL before unrefing python object
    
    Should fix 'Fatal Python error: PyEval_SaveThread: NULL tstate' error
    when closing totem with the BBC plugin loaded. Might happen with other
    python plugins as well.
    
    Fixes #593967.

 src/plugins/totem-python-plugin.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 4edce66624a438682798c6a7a1a583e763e4305b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Sep 30 11:29:52 2009 +0100

    Fixed Icelandic plural forms
    
    On advice given by Sveinn í Felli <sveinki@nett.is>, the Plural Forms
    can mercifully be a lot simpler.

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

commit 2e5127fb02a07d20d6a87054eb89d46e20573b08
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 29 12:36:32 2009 +0100

    2.28.1

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

commit 4e652e7311b9cc397a816112062d1d45ab4af419
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 28 23:21:05 2009 +0100

    Fixed Icelandic, Malay and Uighur translations

 po/is.po |    7 ++++---
 po/ms.po |    3 ++-
 po/ug.po |    4 +++-
 3 files changed, 9 insertions(+), 5 deletions(-)

commit 2e358177f4d81c94cc6e83c16e7f4bbcb79f504f
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 19:25:50 2009 +0100

    Fix possible playback problems in WebKit browsers
    
    When we're passed a cached file, WebKit _will_ remove it
    straight after the end of StreamAsFile as it has absolutely
    no cache implementation.
    
    Work-around that by keeping the file opened with a file
    descriptor.

 browser-plugin/totem-plugin-viewer.c |   22 ++++++++++++++++++----
 1 files changed, 18 insertions(+), 4 deletions(-)

commit 9639fa75e6b2ed726e7bc9e92ae0e0c71123421e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 16:24:09 2009 +0100

    Disable "Remember position" by default

 data/totem.schemas.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit b58f210029c1cf987df92da1bb112aa578a4a766
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 18:24:37 2009 +0100

    Empty the saved position rather than NULL it
    
    This stops GVfs crashing when trying to serialise a NULL value.

 src/totem-uri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0cb7a40b56b668f67cbffe2ba0b9a296a68b7fd6
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Tue Sep 22 19:15:53 2009 +0530

    Updated Telugu Translation

 po/te.po |  176 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 86 insertions(+), 90 deletions(-)

commit 73a42f82b124f026185a63ddd99eb61239d2c1c9
Author: Lucas Lommer <llommer@svn.gnome.org>
Date:   Mon Sep 21 19:10:42 2009 +0200

    Update Czech translation

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

commit fc75f8401d320e17032803d53b9fed09c3d4f8a1
Author: Marek Černocký <marek@manet.cz>
Date:   Mon Sep 21 18:13:26 2009 +0200

    Update Czech translation

 po/cs.po | 1342 ++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 748 insertions(+), 594 deletions(-)

commit 72ef4e734960ebeb1b34a39320e3921cc1a3f103
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 16:49:04 2009 +0100

    Bug 164918 — Remember current position when Pause is clicked
    
    Fixes a case where the position of a stream would be remembered if you
    paused and closed Totem, then reopened Totem and played the stream to
    the end. Next time you opened Totem, the old saved position would be
    used.
    
    Also prevents stream positions from being saved if the position is
    within a given percentage (of the stream length) of the start of the
    file. Re-closes: bgo#164918

 src/totem-uri.c |   34 ++++++++++++++++++++++------------
 1 files changed, 22 insertions(+), 12 deletions(-)

commit d74b379b8b0e1ecb36259c21301c8c43f562703b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Sep 21 16:26:57 2009 +0100

    Fix single-includes in egg-macros.h

 src/egg-macros.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a71822e5db8c2bb78d5b970779a39e59ef3cc81c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 16:15:09 2009 +0100

    Bug 595529 - Screenshot cause memory leakage
    
    We take ownership of the buffer, but never actually unref it,
    do this, even on error. With help from Tim.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595529

 src/backend/gstscreenshot.c |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)

commit b792db18efc4ffca662bc19c15835a9647345f51
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 16:59:31 2009 +0100

    Remove unused retval
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595481

 src/backend/bacon-video-widget-gst-0.10.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

commit c0c91eb86ba572f3b15e674ba93c66088aa00d76
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 17 16:55:18 2009 +0100

    Remove unused variable in screensaver plugin
    
    https://bugzilla.gnome.org/show_bug.cgi?id=595481

 src/plugins/screensaver/totem-screensaver.c |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

commit 8b8e3be5d3c95a27bc2a6e9b24a9a9cc763bce47
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 21 16:19:20 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |   79 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 45 insertions(+), 34 deletions(-)

commit 5c64b20855b5990969038c287907d7a34df619e3
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Mon Sep 21 17:23:35 2009 +0300

    Updated Greek translation.

 po/el.po |  844 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 338 insertions(+), 506 deletions(-)

commit d25c512ff80e2f8ff3ae80167dc5987af0540d88
Author: Theppitak Karoonboonyanan <thep@linux.thai.net>
Date:   Mon Sep 21 21:14:41 2009 +0700

    Updated Thai translation.

 po/th.po | 1340 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 738 insertions(+), 602 deletions(-)

commit 8f63212e889aa70fb000a378fbe5bbb908a6a42a
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 21 12:11:27 2009 +0100

    2.28.0

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

commit d50b09363bbc5d2ba743da3c83a455cc04a3bf0e
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon Sep 21 11:43:06 2009 +0530

    Upadated Oriya Translation

 po/or.po |  386 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 189 insertions(+), 197 deletions(-)

commit d9212605547a9c534e838c839916514259bdd5ce
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Mon Sep 21 11:03:26 2009 +0530

    Updated Kannada(kn) translation

 po/kn.po | 1395 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 749 insertions(+), 646 deletions(-)

commit 127f9df043ca2ab990dd160723113c3dae213f19
Author: Dumitru Mișu Moldovan <dumol@gnome.ro>
Date:   Mon Sep 21 01:28:03 2009 +0300

    Updated Romanian translation

 po/ro.po |  354 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 172 insertions(+), 182 deletions(-)

commit 87c950f446f67ee922cef4c8d07e0b99de3aa4c9
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Mon Sep 21 00:11:24 2009 +0200

    Updated Danish translation

 help/da/da.po |  743 ++++++++++++++++++++++++++++-----------------------------
 1 files changed, 359 insertions(+), 384 deletions(-)

commit d4dae747f159615be1b66d938dae5154c135fdec
Author: Amitakhya Phukan <aphukan@fedoraproject.org>
Date:   Sun Sep 20 15:35:02 2009 +0530

    Updating Assamese translations

 po/as.po | 2928 +++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 1954 insertions(+), 974 deletions(-)

commit 5191e593ec7aa668f57fcb460be5021cbe91c6fd
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Sat Sep 19 22:50:14 2009 +0200

    Updated Slovenian translation

 po/sl.po |   64 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 32 insertions(+), 32 deletions(-)

commit e28cbf68e7de1d46fa65815321cf583bcb350a91
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Sat Sep 19 22:44:57 2009 +0900

    Updated Japanese translation

 po/ja.po |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit 4a1fddcd5a2776d23a14bd06c359281d87235cc8
Author: Adi Roiban <adi@roiban.ro>
Date:   Thu Sep 17 22:09:22 2009 +0300

    Updated Romanian translation

 po/ro.po | 1586 +++++++++++++++++++++++---------------------------------------
 1 files changed, 596 insertions(+), 990 deletions(-)

commit 1fd0806a129ec555b2a1d4f2473e743f80834d2f
Author: Takayuki KUSANO <AE5T-KSN@asahi-net.or.jp>
Date:   Fri Sep 18 02:20:14 2009 +0900

    Updated Japanese translation

 po/ja.po | 1218 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 657 insertions(+), 561 deletions(-)

commit ef231a5afd31c4dea1c68369d3f2652798fa3278
Author: Maxim V. Dziumanenko <dziumanenko@gmail.com>
Date:   Thu Sep 17 19:12:38 2009 +0300

    Added Ukrainian translation

 po/uk.po |  767 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 423 insertions(+), 344 deletions(-)

commit 5a35e59c5b047d110232df2e5d6655ebd877b2d3
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Wed Sep 16 22:48:53 2009 +0200

    Updated Polish translation

 po/pl.po |  713 ++++++++++++++++++++++++++-----------------------------------
 1 files changed, 304 insertions(+), 409 deletions(-)

commit 0b44d0309a6bcb2642334648343954a8f9b13ac8
Author: Matej Urbančič <mateju@svn.gnome.org>
Date:   Wed Sep 16 13:05:08 2009 +0200

    Updated Slovenian translation

 po/sl.po | 1563 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 771 insertions(+), 792 deletions(-)

commit a365d50c19b900911d7fe1bfdb24d22f8ab5bc98
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 15 13:54:29 2009 +0100

    Set the PA stream volume from Totem
    
    ...instead of having a separate one.
    
    - avoid setting the volume when pulsesink isn't in a state where it has
    a stream
    - don't set the volume on the stream on startup when using pulsesink

 src/backend/bacon-video-widget-gst-0.10.c |   95 +++++++++++++++++++++++------
 1 files changed, 76 insertions(+), 19 deletions(-)

commit 8a9dddc93a1050713bd55cf72e902b6e1cab45f9
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 15 01:26:16 2009 +0100

    Truncate the baseURI to the length provided
    
    As seen in:
    https://bugzilla.gnome.org/show_bug.cgi?id=537456
    
    The baseURI might not be nil-terminated, so truncate it ourselves.

 browser-plugin/totemNPVariantWrapper.h |    1 +
 browser-plugin/totemPlugin.cpp         |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

commit e7b035dd531406066f75ee9f28c4ba56ad667464
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Sep 12 23:07:52 2009 +0200

    Fix plugin crash in webkit browsers
    
    Don't assume the strings from NPAPI are 0-terminated.
    Bug #537456.

 browser-plugin/npapi.h                    |    1 +
 browser-plugin/totemConePlaylist.cpp      |    4 +-
 browser-plugin/totemGMPControls.cpp       |   16 ++++----
 browser-plugin/totemGMPPlayer.cpp         |    4 +-
 browser-plugin/totemNPNGlue.cpp           |   25 ++++++++++++-
 browser-plugin/totemNPObject.cpp          |   22 +++++------
 browser-plugin/totemNPObject.h            |    2 +-
 browser-plugin/totemNarrowSpacePlugin.cpp |   16 ++++----
 browser-plugin/totemPlugin.cpp            |   55 +++++++++++++++++++++-------
 browser-plugin/totemPlugin.h              |   11 +++---
 10 files changed, 102 insertions(+), 54 deletions(-)

commit f92022ca430c651846b8b83ab022ff67cced8fd6
Author: Ani <peter.ani@gmail.com>
Date:   Mon Sep 14 17:15:14 2009 +0530

    Updaeted Malayalam Translations

 po/ml.po | 2290 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1405 insertions(+), 885 deletions(-)

commit cf09f3fae1a2497a1fed31250ea602819ae0aa50
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Mon Sep 14 10:38:08 2009 +0200

    Update Norwegian bokmål translation.

 po/nb.po |  157 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 77 insertions(+), 80 deletions(-)

commit f0c070e2fa9df3c0cb4730f4c202fe571e6f4ca5
Author: Christian Persch <chpe@gnome.org>
Date:   Sat Sep 12 23:02:56 2009 +0200

    Fix compiler warning
    
    Bug #595020.

 src/eggfileformatchooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit ce1f9d073de3f9a2189cb678643fe8ef3655c658
Author: Ilkka Tuohela <hile@iki.fi>
Date:   Sun Sep 13 06:55:49 2009 +0300

    Updated Finnish translation

 po/fi.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 481d54f2a87ec637b68b678d13d7529240ec83eb
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sun Sep 13 03:50:16 2009 +0200

    Updated Danish translation

 po/da.po |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

commit 8d53eb3bdcb9a027fdbb9e61bde945ae0677a101
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 22:32:24 2009 +0100

    Updated British English translation

 po/en_GB.po | 1412 ++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 779 insertions(+), 633 deletions(-)

commit 0bbcc00a0eeaaa50d98ca61cd23020b7905ce3eb
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Sep 12 21:33:06 2009 +0300

    Updated Finnish translation

 po/fi.po |  201 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 113 insertions(+), 88 deletions(-)

commit 9480ef5d38d57bbafb7fad3240edea637025177e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Sep 12 16:46:52 2009 +0100

    Bug 594586 — Solaris totem 2.27.92 compile issue
    
    Syncronise our copy of the libegg file format chooser with libegg, to re-fix
    bgo#568511. Closes: bgo#594586

 src/eggfileformatchooser.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 3c0f4e9bd347d98eea737c8c552dccc7584655bd
Author: Ask H. Larsen <asklarsen@gmail.com>
Date:   Sat Sep 12 03:26:31 2009 +0200

    Updated Danish translation

 po/da.po |  846 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 464 insertions(+), 382 deletions(-)

commit 8f151b03be0b9e07efb565998c1d13ca38d00e26
Author: Kostas Papadimas <pkst@gnome.org>
Date:   Fri Sep 11 18:59:27 2009 +0300

    Updated Greek translation.

 po/el.po |  797 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 453 insertions(+), 344 deletions(-)

commit 0e0be4d75500ccaede1ba3da5c32760a77f4cb49
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Fri Sep 11 21:03:59 2009 +0530

    Updated Telugu Translations

 po/te.po |  561 +++++++++++++-------------------------------------------------
 1 files changed, 112 insertions(+), 449 deletions(-)

commit b319c3003ba9e3912c6cc8def2e260a1a79deb30
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Sep 11 10:47:47 2009 +0200

    Fixed French translation

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

commit 28c4d82bc4375044597f90a4f43dc170573ba9b5
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:57:19 2009 +0100

    Use playlist name to add to recent files for streams
    
    When playing a YouTube video, we probably won't be able to
    get any file information, so remember the display name,
    and use that in the recent files.

 src/totem-menu.c     |    8 +++++---
 src/totem-menu.h     |    4 +++-
 src/totem-object.c   |   10 ++++++----
 src/totem-playlist.c |   17 ++++++++++++-----
 4 files changed, 26 insertions(+), 13 deletions(-)

commit 93fa0f29dae15fb1fb8ff7e340e390bfb7038127
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:45:17 2009 +0100

    Bug 594817 - Hangs playing a search result
    
    When querying for info on files we want to add to the recent files,
    we might as well use the async functions, saves us hanging on
    remote files.

 src/totem-menu.c |   35 ++++++++++++++++++++++++-----------
 1 files changed, 24 insertions(+), 11 deletions(-)

commit fa91ff0afbc93df01a302b46d9b5d236e874d702
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 11 00:26:54 2009 +0100

    Bug 594320 - Playing youtube videos results in 404 in gst_soup_http_src_parse_status()
    
    The "t" parameter is a bit too escaped (it's escaped in the gdata xml,
    and again by g_string_append_uri_escaped()).
    
    So unescape it before escaping it again.

 src/plugins/youtube/totem-youtube.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit 2126377898121ae25d9693ec10e59dd88e2f9d8e
Author: Gintautas Miliauskas <gintautas@miliauskas.lt>
Date:   Thu Sep 10 15:38:07 2009 +0300

    Updated Lithuanian translation.

 po/lt.po | 1303 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 721 insertions(+), 582 deletions(-)

commit 58bf17b397bc47cfaa4e18137c834804b86d8a22
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Thu Sep 10 13:33:47 2009 +0200

    Hungarian translation updated

 po/hu.po | 1256 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 642 insertions(+), 614 deletions(-)

commit b7d10e87d97db1b600f146747c614e5f2e3a411c
Author: Rajesh Ranjan <rranjan@rranjan.csb>
Date:   Thu Sep 10 13:10:06 2009 +0530

    hindi update by Rajesh Ranjan

 po/hi.po | 3261 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2135 insertions(+), 1126 deletions(-)

commit a7464e79240d7c09341ce0e7cea12208a1c1ece5
Author: Denis ARNAUD <darnaud@src.gnome.org>
Date:   Wed Sep 9 06:10:27 2009 +0200

    Updated breton translation

 po/br.po |  265 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 138 insertions(+), 127 deletions(-)

commit b56e81cb532172f8fc5f7d626d58428111c5b98b
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Sep 8 11:18:54 2009 +0100

    2.27.92

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

commit 161d5b29d7bb9293d7a6367e1259ee9728fe6cea
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Tue Sep 8 15:10:18 2009 +0530

    Updated Gujarati Translations

 po/gu.po |   98 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 49 insertions(+), 49 deletions(-)

commit 2e2d8159a6b55f2fc131fb5cd0992188e56c3f1e
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Sep 7 23:47:12 2009 +0200

    Minor fixes to Catalan translation

 po/ca.po |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 38 insertions(+), 40 deletions(-)

commit 4e1ee78daaa37164b1cfdb5fe6e9192e8e4124ba
Author: Carles Ferrando <carles.ferrando@gmail.com>
Date:   Mon Sep 7 23:46:21 2009 +0200

    Added Catalan (Valencian) translation

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

commit d28b9ac2f7475e8f1651f7d55795e97e164c9f39
Author: Bastien Nocera <hadess@hadess.net>
Date:   Mon Sep 7 11:35:57 2009 +0100

    Bug 581443 -  Detect non-xine channels configuration
    
    Detect that the channels.conf file isn't in the format we
    expect and error out

 src/backend/bacon-video-widget-gst-0.10.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 1b8f5dd85f8b2de2abb0e26bbe93a2a0f2bc5b80
Author: A S Alam <aalam@users.sf.net>
Date:   Mon Sep 7 06:34:09 2009 +0530

    Updating for pa.po by A S Alam

 po/pa.po |  776 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 433 insertions(+), 343 deletions(-)

commit 88e6889207609cf169512bc8eb520387783baa9b
Author: Branko Kokanović <branko.kokanovic@gmail.com>
Date:   Sun Sep 6 16:46:57 2009 +0000

    Updated Serbian translation

 po/sr.po       | 2897 +++++++++++++++++++++++++------------------------------
 po/sr@latin.po | 2897 +++++++++++++++++++++++++------------------------------
 2 files changed, 2634 insertions(+), 3160 deletions(-)

commit 9bae756184ce96bc5d978e12055b0d1a513382c3
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sun Sep 6 15:41:50 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  110 ++++++++++++++++++++++++++++++++-------------------------
 po/zh_TW.po |  112 +++++++++++++++++++++++++++++++++--------------------------
 2 files changed, 125 insertions(+), 97 deletions(-)

commit 8ad61e3c67ec97986858ee13e34528ee74ba7eca
Author: Μάριος Ζηντίλης <m.zindilis@dmajor.org>
Date:   Sun Sep 6 01:28:55 2009 +0300

    Updated Greek translation

 help/el/el.po |  596 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 308 insertions(+), 288 deletions(-)

commit 994579e892008dc8b7dbc525d541dce0c5c17c68
Author: Ivar Smolin <okul@linux.ee>
Date:   Sat Sep 5 09:11:35 2009 +0300

    Updating Estonian translation

 po/et.po |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 1c895947d4c69ec40e6a1e51ffccc4e2487edd13
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Sep 4 14:14:18 2009 +0100

    Remove use of sealed struct members for volume popup
    
    As we now have an accessor function for the popup itself.

 src/totem-fullscreen.c |   14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

commit cb608927f3c43cfeb578745a3454c9b20a002518
Author: Robin Stocker <robin@nibor.org>
Date:   Fri Sep 4 10:25:25 2009 +0100

    Bug 590551 - Nicer build with AM_SILENT_RULES Automake option
    
    With an additional sprinkling of AM_V_GEN

 configure.in                              |    3 +++
 data/Makefile.am                          |   12 ++++++------
 src/Makefile.am                           |   12 ++++++------
 src/plugins/media-player-keys/Makefile.am |    4 ++--
 4 files changed, 17 insertions(+), 14 deletions(-)

commit 1c99908bf844a464ebf718c545b520fa4090eef6
Author: Gianvito Cavasoli <gianvito@gmx.it>
Date:   Thu Sep 3 22:50:05 2009 +0200

    Updated Italian translation

 po/it.po | 1199 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 581 insertions(+), 618 deletions(-)

commit 149a572a2b11517a7cde9a73f44af0bf947428f3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 3 14:11:16 2009 +0100

    Bug 593556 - Controls not shown in non-fullscreen mode
    
    Show the controls when VLC mode wasn't explicitely asked.

 browser-plugin/totemPlugin.cpp |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

commit 25a45ed4e16bac71eaed6455f8cf6f5f2f6ee19d
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 3 13:55:33 2009 +0100

    Bug 592631 - PULSE_PROP_media.role is wrong when playing audio
    
    Use "music" instead of "audio" as the PA role.

 browser-plugin/totem-plugin-viewer.c |    2 +-
 src/totem-audio-preview.c            |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit a7580053b0f59e696b31f0253a0dea8adc4bf7f7
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 18:11:46 2009 +0100

    Bug 592103 - Adding subtitles defaults to the wrong directory
    
    Select the directory in which the file is by default, and add
    the last directory used as a shortcut.

 src/totem-uri.c |   25 +++++++++++++------------
 src/totem-uri.h |    2 +-
 2 files changed, 14 insertions(+), 13 deletions(-)

commit 0992cff4ccdc6c9eaedcb7f0583e8a91a26c5900
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 18:10:08 2009 +0100

    Pass a URI to totem_add_subtitle()
    
    And don't use the filename to get it, because it doesn't have
    any path information whatsoever...

 src/totem-playlist.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

commit 633ba780182807db04efb1943ddb167f341a7802
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 17:22:18 2009 +0100

    Fix crasher when USB storage is encrypted
    
    Meaning that it has an emblem.

 src/totem-menu.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 71eacd3b43b1f256fe6e2277f34de9f0cc6ca6d1
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 17:15:14 2009 +0100

    Bug 593676 - does not display artist on the title bar
    
    Remove the title vs. metadata UI updates distinction. There
    won't be many cases where it's important.

 src/backend/bacon-video-widget-gst-0.10.c |   29 +----------------------------
 src/totem-object.c                        |   14 --------------
 2 files changed, 1 insertions(+), 42 deletions(-)

commit c3a784b72a70b9fae5ef9279faa15ea4dc49933c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 13:17:07 2009 +0100

    Bug 375867 - check user-agents
    
    Override the HTTP user-agents for Quicktime and Windows Media Player,
    fixes playback of the Apple trailers.

 browser-plugin/totem-plugin-viewer.c |    4 +---
 browser-plugin/totemPlugin.cpp       |   21 +++++++++++++++++----
 2 files changed, 18 insertions(+), 7 deletions(-)

commit d3180aafb8597a6244a9e98425c721b1a6b0a33c
Author: Bastien Nocera <hadess@hadess.net>
Date:   Wed Sep 2 13:14:17 2009 +0100

    Allow overriding the HTTP user-agent in the video widget

 src/backend/bacon-video-widget-gst-0.10.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

commit 840d3f23845afbb030404c1ae116cf79f73d5b40
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sat Aug 15 13:32:13 2009 +0100

    Update .gitignore

 .gitignore |   85 ++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 46 insertions(+), 39 deletions(-)

commit 83e149cec807d519772f95176873f0552eb54181
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Tue Sep 1 14:00:20 2009 +0200

    Update Norwegian bokmål translation.

 po/nb.po |  213 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 111 insertions(+), 102 deletions(-)

commit 4b47819aa913a5879fb9ce4aa4db3b8e11c8b6e9
Author: krishnababu k <kkrothap@redhat.ocm>
Date:   Mon Aug 31 16:59:35 2009 +0530

    Updated Telugu Translations

 po/te.po | 3657 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 2571 insertions(+), 1086 deletions(-)

commit 2952eb8b13123aa38640c1badbe2efdcfcfc301e
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Aug 31 14:57:11 2009 +0530

    Updated Marathi Translations

 po/mr.po |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

commit e7104fbcf4ee572c58992c130474147e9daa5ba9
Author: Jamil Ahmed <itsjamil@gmail.com>
Date:   Mon Aug 31 04:07:05 2009 +0700

    Updated Bengali translation

 po/bn.po | 3591 ++++++++++++++++++++++++++++++++++++++++----------------------
 1 files changed, 2329 insertions(+), 1262 deletions(-)

commit 5f776218b06cb9770e4d605914c61231ffab754a
Author: Baris Cicek <baris@teamforce.name.tr>
Date:   Sun Aug 30 09:15:07 2009 +0300

    Updated Turkish translation.

 po/tr.po | 1140 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 578 insertions(+), 562 deletions(-)

commit 6a8a7526d639742beec88df33b45da9f6d393b98
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Sat Aug 29 15:12:21 2009 +0200

    Updated Polish translation

 po/pl.po | 1117 ++++++++++++++++++++++++++++++--------------------------------
 1 files changed, 541 insertions(+), 576 deletions(-)

commit ac653560f0981857a91c40ca9153208c8d0a8fc5
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Sat Aug 29 09:53:54 2009 +0200

    Updated Basque language

 po/eu.po |   64 ++++++++++++++++++++++++++++++++++++++++---------------------
 1 files changed, 42 insertions(+), 22 deletions(-)

commit 305504fec9765d25885fa6abfb391e4e5dd3b1dc
Author: Claude Paroz <claude@2xlibre.net>
Date:   Fri Aug 28 22:29:33 2009 +0200

    Updated French translation

 po/fr.po |  182 +++++++++-----------------------------------------------------
 1 files changed, 26 insertions(+), 156 deletions(-)

commit cec00b7b3fefd0ba09c927c667eadb80ee335881
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Fri Aug 28 21:01:25 2009 +0530

    Updated Marathi Translations

 po/mr.po | 2309 ++++++++++++++++++++++++++++++++++++++------------------------
 1 files changed, 1408 insertions(+), 901 deletions(-)

commit d2753fcc0977a35d4d2bfe134af7f2952178e926
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 28 15:24:17 2009 +0100

    Bug 593221 — Unneeded invisible char in .ui file?
    
    Remove unnecessary "invisible-char" properties from UI files. Removes one
    translatable string. Closes: bgo#593221

 src/plugins/jamendo/jamendo.ui             |    1 -
 src/plugins/screenshot/gnome-screenshot.ui |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)

commit a10688bdc49ff417a9bc32876e77c6c983bf34c2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Fri Aug 28 14:47:46 2009 +0100

    Bug 592760 — respect the button-images setting
    
    Fix the plugin manager's UI file so that the "Configure" button uses images
    properly, instead of embedding them as child widgets. Closes: bgo#592760

 data/plugins.ui |   74 ++++++-------------------------------------------------
 1 files changed, 8 insertions(+), 66 deletions(-)

commit 4d6e27ba6185ee5c90837f2bcf64b4cc720ac42a
Author: Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>
Date:   Fri Aug 28 14:32:05 2009 +0100

    Bug 592647 — MIME scripts need quotes around ^# for grep
    
    Patch to add quotes around ^# for grep so that the build doesn't print
    warnings on Solaris.

 data/mime-functions.sh    |    4 ++--
 data/mime-type-include.sh |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

commit 5b19ea090b6e896d9c2b9f3a6b12fad4609d1276
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Fri Aug 28 16:29:52 2009 +0530

    Updated Gujarati Translations

 po/gu.po |  503 ++++++++++++++++++++++----------------------------------------
 1 files changed, 180 insertions(+), 323 deletions(-)

commit 1c3fe9c8aba56b953dade726f902ea55c9392f60
Author: Peteris Krisjanis <pecisk@gmail.com>
Date:   Fri Aug 28 10:56:17 2009 +0300

    Updated Latvian translation.

 po/lv.po | 3726 +++++++++++++++++++++++++++++++++++++++-----------------------
 1 files changed, 2348 insertions(+), 1378 deletions(-)

commit 0dd75d9f78cc2e15a522c76a23811c3173272cb8
Author: Duarte Loreto <happyguy_pt@hotmail.com>
Date:   Fri Aug 28 00:55:02 2009 +0100

    Updated Portuguese translation

 po/pt.po | 1279 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 687 insertions(+), 592 deletions(-)

commit b906ac7f8752dab84eb77e546a327f12a0ac8fd3
Author: Inaki Larranaga Murgoitio <dooteo@zundan.com>
Date:   Thu Aug 27 18:10:07 2009 +0200

    Updated Basque language

 po/eu.po | 1256 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 626 insertions(+), 630 deletions(-)

commit 9b3eafa8d69f17392cb6c9afc6602f406a4365ff
Author: Khaled Hosny <khaledhosny@eglug.org>
Date:   Thu Aug 27 13:49:32 2009 +0300

    Updated Arabic translation

 po/ar.po | 1600 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 823 insertions(+), 777 deletions(-)

commit c8b6af18482299baa89d3437e32179b4f5927cdc
Author: Claude Paroz <claude@2xlibre.net>
Date:   Wed Aug 26 22:29:06 2009 +0200

    Bug 593136 – Fixed typo

 browser-plugin/totem-plugin-viewer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 574bfee312a83fd3487c177f7aa5bca7b1e239c6
Author: Runa Bhattacharjee <runab@redhat.com>
Date:   Wed Aug 26 15:34:20 2009 +0530

    Updated Bengali India Translations

 po/bn_IN.po | 1919 ++++++++++++++++++++++++++++-------------------------------
 1 files changed, 920 insertions(+), 999 deletions(-)

commit a1e968434564cdd77d955a17ffe7f00ed2ca7195
Author: ifelix <ifelix@redhat.com>
Date:   Wed Aug 26 14:30:29 2009 +0530

    Updated Tamil Translations

 po/ta.po |  252 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 134 insertions(+), 118 deletions(-)

commit 149be2e8051e3e1605f387b348585a1ec37b5ee1
Author: Djavan Fagundes <dnoway@gmail.com>
Date:   Tue Aug 25 15:28:25 2009 -0300

    Updated Brazilian Portuguese translation

 po/pt_BR.po |   49 +++++++++++++++++++++++++++++++------------------
 1 files changed, 31 insertions(+), 18 deletions(-)

commit 105edc4228b40f00fcf0328ea7af77bd2fa7494b
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Aug 24 18:29:28 2009 +0200

    Minor update to Catalan translation

 po/ca.po |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

commit 6c9112bee1042cf10ef2694480953befc0eb1bab
Author: Gil Forcada <gforcada@gnome.org>
Date:   Mon Aug 24 18:25:35 2009 +0200

    Updated Catalan translation

 po/ca.po | 1249 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 676 insertions(+), 573 deletions(-)

commit c6f96dd3f600d1a5fe420c3cf39b0bd82a6e4b8d
Author: Daniel Nylander <po@danielnylander.se>
Date:   Sun Aug 23 22:06:24 2009 +0200

    Updated Swedish translation

 po/sv.po | 1422 +++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 769 insertions(+), 653 deletions(-)

commit 263a818ad2a2877d63d3bb739dbfd27db8d45779
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Aug 23 12:11:52 2009 +0200

    Updated German translation

 po/de.po |  289 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 149 insertions(+), 140 deletions(-)

commit 629f04d99cf115418b4a6de4ef59d43c86ea8a68
Author: Changwoo Ryu <cwryu@debian.org>
Date:   Sun Aug 23 09:04:37 2009 +0900

    Update Korean translation

 po/ko.po | 1350 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 745 insertions(+), 605 deletions(-)

commit 6876d2f6e5a7196822c7e823ce47f3260fcb32cd
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Aug 22 19:02:08 2009 +0300

    Updated Bulgarian translation

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

commit 8bf15d2c9435f5ca9b45e8ff75750f1818ea08a9
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Aug 22 18:50:23 2009 +0300

    Updated Bulgarian translation

 po/bg.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 254257a24d4535b1574f9b0e86419b83150c82d8
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Aug 22 17:49:11 2009 +0200

    Some more fixes which refers to bug #591916

 help/de/de.po |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 3f081898efc85b05eab304a869d04b83d3b2f15e
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sat Aug 22 17:39:48 2009 +0200

    Fixed bug #591916

 help/de/de.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit d8b8768e2e3a2afe8b9caf79106806c70e402ded
Author: Alexander Shopov <ash@contact.bg>
Date:   Sat Aug 22 10:59:44 2009 +0300

    Updated Bulgarian translation

 po/bg.po | 1177 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 603 insertions(+), 574 deletions(-)

commit 392d833b31f645cf798845796580e051e640b435
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Sat Aug 22 12:07:00 2009 +0200

    Updated Spanish translation

 po/es.po |  218 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 115 insertions(+), 103 deletions(-)

commit ffe1aeeb519ec034b2587d5a999f53768ddb2eab
Author: Yaron Shahrabani <sh.yaron@gmail.com>
Date:   Fri Aug 21 19:40:48 2009 +0300

    Updated Hebrew translation

 po/he.po | 1246 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 614 insertions(+), 632 deletions(-)

commit b3a723069d2d77380f2302475c4197883eb69d6e
Author: Antón Méixome <meixome@mancomun.org>
Date:   Thu Aug 20 14:43:53 2009 +0200

    Updated Galician Translation

 po/gl.po |  125 +++++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 72 insertions(+), 53 deletions(-)

commit 8569e3c7632571bf630059f9d3c4bc2387999800
Author: Ivar Smolin <okul@linux.ee>
Date:   Thu Aug 20 10:51:24 2009 +0300

    Updating Estonian translation

 po/et.po |   25 +++++++++++++++++++------
 1 files changed, 19 insertions(+), 6 deletions(-)

commit 8092789a916dbb1209715033fbefa9794ec5fbd1
Author: Matthias Clasen <mclasen@redhat.com>
Date:   Wed Aug 19 15:11:59 2009 -0400

    Add missing files to POTFILES.in

 po/POTFILES.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 5f1ea570b6dbe8874b44c8a891515dd817624155
Author: Antón Méixome <meixome@mancomun.org>
Date:   Wed Aug 19 13:47:23 2009 +0200

    Updated Galician Translation

 po/gl.po |  124 +++++++++++++++++++++++++++----------------------------------
 1 files changed, 55 insertions(+), 69 deletions(-)

commit 1a2a8a0dfee33f8d2aeb4bbdbb6290afda1f5443
Author: lyper <lyp069@gmail.com>
Date:   Sun Aug 16 14:19:36 2009 +0800

    Added Simplified Chinese translation.

 help/ChangeLog      |    5 +
 help/Makefile.am    |    2 +-
 help/zh_CN/zh_CN.po | 1655 +++++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 1661 insertions(+), 1 deletions(-)

commit 7d24c0edc03d957006c8d9f68e5690f9b8f5d68a
Author: Claude Paroz <claude@2xlibre.net>
Date:   Sat Aug 15 16:32:10 2009 +0200

    Updated French translation

 po/fr.po |  748 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 407 insertions(+), 341 deletions(-)

commit c247f4944ea86dd7a3f6bc43fc7b73d320a28fa3
Author: Tommi Vainikainen <thv@iki.fi>
Date:   Sat Aug 15 15:31:00 2009 +0300

    Updated Finnish translation

 po/fi.po | 1337 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 739 insertions(+), 598 deletions(-)

commit 422d573a9b9dc81b80884edf6be09bbb923af0b6
Author: Leonardo Ferreira Fontenelle <leonardof@gnome.org>
Date:   Thu Aug 13 19:20:42 2009 -0300

    Updated Brazilian Portuguese translation.

 po/pt_BR.po | 1499 +++++++++++++++++++++++++++++++++--------------------------
 1 files changed, 831 insertions(+), 668 deletions(-)

commit 8dc30d79a3163fa7817a869d4991e55fbbf70bf4
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu Aug 13 20:42:27 2009 +0530

    Updated Oriya Translation

 po/or.po | 1332 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 667 insertions(+), 665 deletions(-)

commit 6c6a08cb4d45098aa4a822eaa4af2e601f4c3b15
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Aug 13 13:41:59 2009 +0100

    Fix compile-time warning
    
    Makes gcc happy

 src/backend/bacon-video-widget-gst-0.10.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 94119986f43e49cd31fbe2a80643a616da8fcb23
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Wed Aug 12 18:47:42 2009 +0530

    Updated Gujarati Translations

 po/gu.po | 1384 +++++++++++++++++++++++++++++++++++---------------------------
 1 files changed, 783 insertions(+), 601 deletions(-)

commit f280da70f3955deef3dd3e34c15accf3ceac8962
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Aug 11 09:04:48 2009 +0100

    Bug 591400 – Wrong exit code on failure
    
    Only push got-metadata signal on error when we're in metadata mode,
    it's useless to start checking for metadata when we can't open
    the file.

 src/backend/bacon-video-widget-gst-0.10.c |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

commit a984acaedf7fd15bd94061bea74fb804f9fcc858
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Tue Aug 11 15:40:58 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po |  716 ++++++++++++++++++++++++++++++++---------------------------
 po/zh_TW.po |  718 ++++++++++++++++++++++++++++++++---------------------------
 2 files changed, 778 insertions(+), 656 deletions(-)

commit 71aa3641b10154204cbf07c33b8ea3a184d88a82
Author: Robin Stocker <robin@nibor.org>
Date:   Tue Aug 11 08:29:36 2009 +0100

    Bug 576750 – Thumbnailer should be able to output thumbnails without borders
    
    Add ability to disable the film borders on thumbnails for scripting
    purposes.

 src/totem-video-thumbnailer.c |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)

commit 75ef216e7fd62ff8543644f4a9130f032cb67d4e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Aug 10 21:40:12 2009 +0100

    Bug 589755 – Make screenshot dialogue more like GNOME's
    
    This copies the GnomeScreenshotWidget from gnome-screenshot so that our
    interface can easily be kept consistent with the GNOME Screenshot dialogue.
    Permission for the licence exception was gained by e-mail. Closes: bgo#589755

 src/plugins/screenshot/Makefile.am               |    4 +-
 src/plugins/screenshot/gnome-screenshot-widget.c |  431 ++++++++++++++++++++++
 src/plugins/screenshot/gnome-screenshot-widget.h |   71 ++++
 src/plugins/screenshot/gnome-screenshot.ui       |  149 ++++++++
 src/plugins/screenshot/totem-gallery.c           |    6 +-
 src/plugins/screenshot/totem-screenshot-plugin.c |   35 ++-
 src/plugins/screenshot/totem-screenshot-plugin.h |    2 +-
 src/plugins/screenshot/totem-screenshot.c        |  188 +++-------
 src/plugins/screenshot/totem-screenshot.h        |   13 +-
 src/totem-uri.c                                  |   13 -
 src/totem-uri.h                                  |    1 -
 11 files changed, 751 insertions(+), 162 deletions(-)

commit 0d24ea5c04fe05785ab8a45801291e0785c33180
Author: Antón Méixome <meixome@mancomun.org>
Date:   Mon Aug 10 16:48:44 2009 +0200

    Updated Galician translation

 po/gl.po | 1832 +++++++++++++++++++++++++++++---------------------------------
 1 files changed, 855 insertions(+), 977 deletions(-)

commit ae841ae633bc6169c0683d4e2d60789c0094ef83
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Aug 8 21:58:06 2009 +0100

    Bug 514089 – Optimise BVW logo
    
    Only scale the logo pixbuf when necessary, due to now limiting the size of
    the logo to 256px. Closes: bgo#514089

 src/backend/bacon-video-widget-gst-0.10.c |   23 +++++++++++++----------
 1 files changed, 13 insertions(+), 10 deletions(-)

commit 2aff9b91410a9223822680cb577c2f2dc6f036c3
Author: Robin Stocker <robin@nibor.org>
Date:   Sat Aug 8 21:27:08 2009 +0100

    Bug 589808 – Set always-show-image on some menu items

 src/totem-menu.c |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

commit 32f456f8f4a4fd287673a974c58cfe2f0557d24b
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sat Aug 8 20:58:18 2009 +0100

    Bug 480200 – Show Totem new logo as default screen
    
    Use the new Totem logo in both the browser plugin and main player, and
    simplify logo handling in BVW. Closes: bgo#480200

 browser-plugin/totem-plugin-viewer.c      |   54 +----------------------------
 data/Makefile.am                          |    1 -
 data/totem_logo.png                       |  Bin 185953 -> 0 bytes
 src/Makefile.am                           |    1 -
 src/backend/bacon-video-widget-gst-0.10.c |   44 +++++++----------------
 src/totem.c                               |    2 +-
 6 files changed, 16 insertions(+), 86 deletions(-)

commit 45f656a13c4c3f0a404724279a63ee520d551b50
Author: Robert Ancell <robert.ancell@gmail.com>
Date:   Sat Aug 8 19:28:59 2009 +0100

    Bug 581249 – Display embedded cover images in audio streams
    
    Display cover images when available. Currently doesn't display cover images
    instead of visualisations. Helps: bgo#581249

 src/backend/bacon-video-widget-gst-0.10.c |   83 ++++++++++++++++++++++------
 1 files changed, 65 insertions(+), 18 deletions(-)

commit ca8812c646c744604ffbafe4dfe6230424671c0e
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Tue Jul 14 20:19:59 2009 +0100

    Bug 588569 – Add plugin authoring tutorial

 docs/reference/Makefile.am       |    2 +-
 docs/reference/totem-docs.xml    |    5 ++
 docs/reference/totem-plugins.xml |  147 ++++++++++++++++++++++++++++++++++++++
 3 files changed, 153 insertions(+), 1 deletions(-)

commit 8b051630fb7472d21a5d632d206a00366cf2337e
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Sat Aug 8 16:41:43 2009 +0100

    Bug 591015 – Strings should use American spellings
    
    Patch modified to update the PO files with the changes.

 data/totem.schemas.in |    2 +-
 data/totem.ui         |    4 ++--
 po/ar.po              |    6 +++---
 po/as.po              |    4 ++--
 po/ast.po             |    6 +++---
 po/az.po              |    4 ++--
 po/be.po              |    4 ++--
 po/be@latin.po        |    6 +++---
 po/bg.po              |    6 +++---
 po/bn.po              |    4 ++--
 po/bn_IN.po           |    6 +++---
 po/br.po              |    6 +++---
 po/ca.po              |    6 +++---
 po/crh.po             |    6 +++---
 po/cs.po              |    6 +++---
 po/cy.po              |    4 ++--
 po/da.po              |    6 +++---
 po/de.po              |    6 +++---
 po/dz.po              |    4 ++--
 po/el.po              |    6 +++---
 po/en_CA.po           |    4 ++--
 po/en_GB.po           |    6 +++---
 po/es.po              |    6 +++---
 po/et.po              |    6 +++---
 po/eu.po              |    6 +++---
 po/fa.po              |    4 ++--
 po/fi.po              |    6 +++---
 po/fr.po              |    6 +++---
 po/ga.po              |    6 +++---
 po/gl.po              |    6 +++---
 po/gu.po              |    6 +++---
 po/he.po              |    6 +++---
 po/hi.po              |    4 ++--
 po/hr.po              |    4 ++--
 po/hu.po              |    6 +++---
 po/id.po              |    4 ++--
 po/it.po              |    6 +++---
 po/ja.po              |    6 +++---
 po/ka.po              |    4 ++--
 po/kn.po              |    6 +++---
 po/ko.po              |    6 +++---
 po/ku.po              |    4 ++--
 po/lt.po              |    6 +++---
 po/lv.po              |    4 ++--
 po/mai.po             |    6 +++---
 po/mg.po              |    4 ++--
 po/mk.po              |    4 ++--
 po/ml.po              |    4 ++--
 po/mr.po              |    4 ++--
 po/nb.po              |    6 +++---
 po/ne.po              |    4 ++--
 po/nl.po              |    6 +++---
 po/nn.po              |    4 ++--
 po/oc.po              |    4 ++--
 po/or.po              |    8 ++++----
 po/pa.po              |    6 +++---
 po/pl.po              |    6 +++---
 po/pt.po              |    6 +++---
 po/pt_BR.po           |    6 +++---
 po/ro.po              |    6 +++---
 po/ru.po              |    6 +++---
 po/rw.po              |    4 ++--
 po/sk.po              |    6 +++---
 po/sl.po              |    6 +++---
 po/sq.po              |    4 ++--
 po/sr.po              |    4 ++--
 po/sr@latin.po        |    4 ++--
 po/sv.po              |    6 +++---
 po/ta.po              |    6 +++---
 po/te.po              |    4 ++--
 po/th.po              |    6 +++---
 po/tr.po              |    6 +++---
 po/uk.po              |    6 +++---
 po/vi.po              |    6 +++---
 po/wa.po              |    4 ++--
 po/xh.po              |    4 ++--
 po/zh_CN.po           |    6 +++---
 po/zh_HK.po           |    6 +++---
 po/zh_TW.po           |    6 +++---
 79 files changed, 207 insertions(+), 207 deletions(-)

commit 5cb60a8b69c253e214ed4165e9ea5318e2de5104
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Aug 7 16:30:25 2009 +0100

    Bump GStreamer requirements from pre-release to released versions
    
    To minimise confusion.

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

commit 2bafe8f16c9139097161f33b8f88ceb5a0d89c81
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Fri Aug 7 16:28:54 2009 +0100

    Bump vala requirement to 0.7.5 or later
    
    Since the vala plugin fails to build for me with 0.7.4
    (see bug #590759).

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

commit 057750ad34482076abef7f228620ed544683c8a2
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 6 17:15:24 2009 -0600

    Updated Irish translation

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

commit da5da21123722ea221e9ba9efd41b68b12bd8fe6
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Fri Aug 7 00:26:42 2009 +0200

    Updated Norwegian bokmål translation.

 po/nb.po |  697 +++++++++++++++++++++++++++++++++-----------------------------
 1 files changed, 376 insertions(+), 321 deletions(-)

commit 5f0e9579d87c393a8d1acd59111b1e83135c8959
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Thu Aug 6 18:54:31 2009 +0200

    Updated German translation

 po/de.po | 1167 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 632 insertions(+), 535 deletions(-)

commit ff09579e2d7b18d08033bcdf9a0a263187f63805
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Thu Aug 6 02:33:47 2009 -0600

    Updated Irish translation

 po/ga.po |  200 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 100 insertions(+), 100 deletions(-)

commit ce9e754fb03fa91e630c51592de942768ba21e47
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Wed Aug 5 19:33:26 2009 +0100

    Bug 590770 – Home in the time slider doesn't go to the beginning
    
    Add key bindings for Home and End, to seek to the start of the stream and
    start playing the next stream, respectively. Closes: bgo#590770

 src/totem-object.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 8c4db8512f18cdf0324a329029a3c6685c6ecf01
Author: Jorge González <jorgegonz@svn.gnome.org>
Date:   Tue Aug 4 19:25:20 2009 +0200

    Updated Spanish translation

 po/es.po |  565 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 312 insertions(+), 253 deletions(-)

commit 108189b30a6794391f476eee0ff0b0dbf4c60668
Author: Denis Arnaud <darnaud@src.gnome.org>
Date:   Tue Aug 4 13:48:56 2009 +0200

    Updated breton translation

 po/br.po | 2719 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 1180 insertions(+), 1539 deletions(-)

commit 004806b9a51a495a11498db571b8db0c189ae361
Author: Alan Monfort <alan.monfort@free.fr>
Date:   Tue Aug 4 12:47:21 2009 +0200

    Updated breton translation

 po/br.po | 3830 +++++++++++++++++++++++++++++++++++++++++++-------------------
 1 files changed, 2651 insertions(+), 1179 deletions(-)

commit 59cf22db54473d787b9ee45627b97d46232eff98
Author: Robin Stocker <robin@nibor.org>
Date:   Mon Aug 3 11:25:55 2009 +0200

    Bug 590566 – Compiler warning in totem-python-module.c
    
    Fix compiler warning about passing incompatible pointer type.
    Closes: bgo#590566

 src/plugins/totem-python-module.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1688811a60922a9f259f4f61557f5c84f4e7c962
Author: Robin Stocker <robin@nibor.org>
Date:   Mon Aug 3 11:23:22 2009 +0200

    Bug 590565 – Compiler warning in totemPlugin.cpp
    
    Fix compiler warning about unhandled enum value. Closes: bgo#590565

 browser-plugin/totemPlugin.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 7bf506ef9cb3a370423640f0692a72be5d621d42
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 31 19:03:52 2009 +0100

    Use signal blocking, rather than disconnecting

 src/totem-preferences.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 3d97dc944581146ae81ca20f9b7e43d2780c89bf
Author: Bastien Nocera <hadess@hadess.net>
Date:   Fri Jul 31 19:03:04 2009 +0100

    Fix crash when a (storage) volume has an emblem
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=514914

 src/totem-menu.c |   20 +++++++++++++++-----
 1 files changed, 15 insertions(+), 5 deletions(-)

commit 267fe451b59d9ae544ae3d3cc3ebd507deb02db0
Author: Seán de Búrca <leftmostcat@gmail.com>
Date:   Fri Jul 31 01:34:26 2009 -0600

    Updated Irish translation

 po/ga.po | 2150 +++++++++++++++++++++++++++++++++++++-------------------------
 1 files changed, 1279 insertions(+), 871 deletions(-)

commit f65806e527dfbe02f10425c6e7bad97b555f9aff
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Wed Jul 29 14:03:49 2009 +0530

    Updated Tamil translation

 po/ta.po |  534 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 295 insertions(+), 239 deletions(-)

commit d99946cf8933a9188f663a9e9fe0cb4808588d1f
Author: Ivar Smolin <okul@linux.ee>
Date:   Mon Jul 27 10:01:24 2009 +0300

    Updating Estonian translation

 po/et.po |   69 ++++++++++++++++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 58 insertions(+), 11 deletions(-)

commit 011a99b05e764798b90bcd7dff94ec4dfad49101
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Mon Jul 27 00:04:30 2009 +0100

    Bug 537399 – debug option mess
    
    Tidied up the debugging infrastructure as well.

 browser-plugin/totemNPObject.h                     |   40 +++-------
 browser-plugin/totemPlugin.cpp                     |   78 ++++++++++----------
 browser-plugin/totemPluginGlue.cpp                 |   19 ++---
 configure.in                                       |   13 ---
 src/Makefile.am                                    |    3 +-
 src/backend/Makefile.am                            |    3 +-
 src/backend/debug.h                                |   45 -----------
 .../properties/bacon-video-widget-properties.c     |    2 -
 src/plugins/screenshot/totem-screenshot.c          |    1 -
 src/plugins/totem-python-module.c                  |    9 +-
 src/plugins/totem-python-plugin.c                  |    7 +-
 src/totem-dvb-setup.c                              |    1 -
 src/totem-menu.c                                   |    2 +-
 src/totem-object.c                                 |    2 -
 src/totem-playlist.c                               |    4 +-
 src/totem-preferences.c                            |    2 -
 src/totem-profile.h                                |   57 ++++++++++++++
 17 files changed, 128 insertions(+), 160 deletions(-)

commit 9a9e4c909da87157c532d41ff4ea20e7c2e1760c
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 26 20:50:29 2009 +0100

    Added missing libegg file

 src/Makefile.am  |    1 +
 src/egg-macros.h |  154 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 155 insertions(+), 0 deletions(-)

commit a90406a1f5876696bc1598965b5c14cf04086ee3
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Jul 26 23:16:56 2009 +0200

    Updated Czech help translation by Marek Cernocky

 help/cs/cs.po |  626 ++++++++++++++++++++++++++++++---------------------------
 1 files changed, 331 insertions(+), 295 deletions(-)

commit d30b179e7e5a04fe5fe4d72b50df802f04cbafc2
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 26 20:26:29 2009 +0100

    Updated files from libegg master

 src/eggdesktopfile.c       |    4 +-
 src/eggfileformatchooser.c |  572 ++++++++++++++++++++++++++++++++++++++++++--
 src/eggfileformatchooser.h |   18 ++
 3 files changed, 569 insertions(+), 25 deletions(-)

commit 3b42e1d9e1d2e0e3f922797a2cbff2f36c512b92
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 26 20:19:28 2009 +0100

    Added missing tooltips to menu actions

 data/totem.ui    |    5 +++++
 src/totem-menu.c |    8 +++-----
 2 files changed, 8 insertions(+), 5 deletions(-)

commit 6fdfd1ca71ee5d0c82ba1915df981fd26b0a7b7f
Author: Robin Stocker <robin@nibor.org>
Date:   Sun Jul 26 20:08:47 2009 +0100

    Bug 484142 – Show menu item descriptions in status bar

 src/totem-menu.c      |   55 +++++++++++++++++++++++++++++++++++++++++++++++++
 src/totem-statusbar.c |   23 ++++++++++++++++++++
 src/totem-statusbar.h |    3 ++
 3 files changed, 81 insertions(+), 0 deletions(-)

commit af11b1a7338d87bb5707490e332e7fd41547ff3f
Author: Philip Withnall <philip@tecnocode.co.uk>
Date:   Sun Jul 26 18:59:38 2009 +0100

    Use Pango attributes instead of boldify and italicise functions

 data/plugins.ui                                    |   12 +++
 data/properties.ui                                 |   51 +++++++++++
 data/totem.ui                                      |   23 +++++-
 .../properties/bacon-video-widget-properties.c     |   14 +---
 src/plugins/totem-plugin-manager.c                 |   13 ---
 src/totem-interface.c                              |   92 --------------------
 src/totem-interface.h                              |    4 -
 src/totem-preferences.c                            |    9 --
 8 files changed, 87 insertions(+), 131 deletions(-)

commit 7c34a2a8b84c55537c01183dea6f8eabedcb42d0
Author: Robin Stocker <robin@nibor.org>
Date:   Sun Jul 26 19:43:03 2009 +0200

    Bug 588937 – Drag and drop on itself with Alt appends instead of asking
    
    Applied commit f53e438e0e530e5cbbd7ed607df498310645013d again after it
    was accidentally reverted in cce286bf32d4b800000aa9f731adbd8574ca5339.

 src/totem-object.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit 454c33d8762e8ed313994ebdf4f8b821596dd80c
Author: Robin Stocker <robin@nibor.org>
Date:   Sun Jul 26 18:22:03 2009 +0100

    Bug 164918 – Remember current position when Pause is clicked
    
    Add functionality to remember the current position of a stream when pausing
    or closing, by saving it in a GIO metadata attribute. Closes: bgo#164918

 data/totem.schemas.in   |   11 ++++++
 data/totem.ui           |   70 ++++++++++++++++++++++++++++++++++++
 src/totem-object.c      |   27 ++++++++------
 src/totem-preferences.c |   42 ++++++++++++++++++++++
 src/totem-private.h     |    1 +
 src/totem-uri.c         |   90 +++++++++++++++++++++++++++++++++++++++++++++++
 src/totem-uri.h         |    3 ++
 7 files changed, 232 insertions(+), 12 deletions(-)

commit 70587b630000c43e7bc72d5763ba95043ab809db
Author: Pascal Sachs <psachs@student.ethz.ch>
Date:   Sun Jul 26 17:48:28 2009 +0100

    Bug 577605 – Performance of shuffle playlist should be improved
    
    Modified version of a patch by Pascal Sachs <psachs@student.ethz.ch> to
    improve memory handling performance when shuffling the playlist.
    Closes: bgo#577605

 src/totem-playlist.c |   54 +++++++++++++++++++++++++-------------------------
 1 files changed, 27 insertions(+), 27 deletions(-)

commit 54258966077c579f6ac94ef688fe34061f0c8a77
Author: Mario Blättermann <mariobl@gnome.org>
Date:   Sun Jul 26 15:44:33 2009 +0200

    Updated German translation

 help/de/de.po | 1060 +++++++++++++++++++++++++++++----------------------------
 1 files changed, 538 insertions(+), 522 deletions(-)

commit 363b6aaf1c638f8a79866f4556e64dd738d22008
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 23:22:52 2009 +0100

    2.27.2

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

commit a7777d81fab0fff05e096917c6e0b3705d01b9e3
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 18:19:34 2009 +0100

    Revert "Split out the subtitle loading"
    
    This reverts commit 9eab91849905a403ac9309351edba39a3fcb0995.
    
    playbin2 is broken when loading the subtitle after we've opened
    the file.

 browser-plugin/totem-plugin-viewer.c      |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c |   34 +++++++---------------------
 src/backend/bacon-video-widget.h          |    3 +-
 src/backend/bvw-test.c                    |    2 +-
 src/totem-audio-preview.c                 |    2 +-
 src/totem-object.c                        |    5 +--
 src/totem-properties-view.c               |    2 +-
 src/totem-video-indexer.c                 |    2 +-
 src/totem-video-thumbnailer.c             |    2 +-
 9 files changed, 18 insertions(+), 36 deletions(-)

commit 9eab91849905a403ac9309351edba39a3fcb0995
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 17:53:26 2009 +0100

    Split out the subtitle loading
    
    Split out the subtitle loading from _open() so it could
    eventually be handled on-the-fly (without reloading the movie
    itself).

 browser-plugin/totem-plugin-viewer.c      |    2 +-
 src/backend/bacon-video-widget-gst-0.10.c |   34 +++++++++++++++++++++-------
 src/backend/bacon-video-widget.h          |    3 +-
 src/backend/bvw-test.c                    |    2 +-
 src/totem-audio-preview.c                 |    2 +-
 src/totem-object.c                        |    5 ++-
 src/totem-properties-view.c               |    2 +-
 src/totem-video-indexer.c                 |    2 +-
 src/totem-video-thumbnailer.c             |    2 +-
 9 files changed, 36 insertions(+), 18 deletions(-)

commit f092b508ce04d1198840bebc36c834b6c3aa29de
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Jul 23 17:34:23 2009 +0100

    Remove #subtitle: crapola
    
    Remove "xine-lib feature parity" hack.

 src/backend/bacon-video-widget-gst-0.10.c |   33 +---------------------------
 1 files changed, 2 insertions(+), 31 deletions(-)

commit 0243c3de4daed0aff9f0e04df2e89cbb97db6ba4
Author: Yaron Sharabani <sh.yaron@gmail.com>
Date:   Wed Jul 22 00:51:57 2009 +0300

    Updated Hebrew translation

 po/he.po |  859 ++++++++++++++++++++++++++++++++++----------------------------
 1 files changed, 471 insertions(+), 388 deletions(-)

commit 89b9926e5c78395b38b1977b9d95cd0ea7bf0c95
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Jul 21 17:33:01 2009 +0530

    Updated Tamil translation

 po/ta.po |  546 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 282 insertions(+), 264 deletions(-)

commit 30fada8ad0f236db706f7896a51b0ea94ee11dc0
Author: drtvasudevan <agnihot3@gmail.com>
Date:   Tue Jul 21 17:25:06 2009 +0530

    Updated Tamil translation

 po/ta.po |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

commit 27bc9b1e4520265ad4221779dde0ec36099f273e
Author: Bastien Nocera <hadess@hadess.net>
Date:   Tue Jul 21 01:22:00 2009 +0100

    Move ChangeLog to be auto-generated

 ChangeLog            |27047 --------------------------------------------------
 ChangeLog.pre-gitlog |27047 ++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am          |   11 +
 3 files changed, 27058 insertions(+), 27047 deletions(-)
