commit 136979f4d635b06b6df378d3112d8d695904cdbd Author: Bastien Nocera Date: Wed Feb 2 12:04:11 2011 +0000 2.91.6 NEWS | 8 ++++++++ configure.in | 2 +- 2 files changed, 9 insertions(+), 1 deletions(-) commit 6b3f4f5f88f850578065251762cd7258f837c2b1 Author: Craig Keogh Date: Wed Feb 2 21:38:42 2011 +1030 Honor aclocal flags https://bugzilla.gnome.org/show_bug.cgi?id=640883 Makefile.am | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) commit ddb9c8bf71f344759e12627aeb3de1f26a4a58ce Author: Carlos Garcia Campos Date: Sun Jan 30 16:44:10 2011 +0100 Fix the build with recent GTK+ And bump GTK+ requirements to 2.99.3 https://bugzilla.gnome.org/show_bug.cgi?id=640947 browser-plugin/totem-plugin-viewer.c | 6 +++--- configure.in | 2 +- .../bacon-video-widget-gst-missing-plugins.c | 8 ++++---- src/totem-interface.c | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) commit ca6b85a24bc20deb6b78ac7f8f8dd5908b2a9f4b Author: Bruno Brouard Date: Tue Feb 1 12:02:06 2011 +0100 Updated French Translation Bruno Brouard, Nicolas Repentin and Gérard Baylard po/fr.po | 1529 ++++++++++++++++++++++++++++++++++---------------------------- 1 files changed, 832 insertions(+), 697 deletions(-) commit 202c56f9ae88936cd41f0b4c80c6b1a44b8855e6 Author: Christopher Taylor Date: Sun Jan 30 16:24:07 2011 +0000 Bug 640942 — Missing linker flags Add libtotem.la to the LIBADD variable of all C plugins. Closes: bgo#640942 src/plugins/Makefile.plugins | 3 +++ src/plugins/bemused/Makefile.am | 4 +++- src/plugins/brasero-disc-recorder/Makefile.am | 4 +++- src/plugins/chapters/Makefile.am | 4 +++- src/plugins/galago/Makefile.am | 4 +++- src/plugins/gromit/Makefile.am | 1 + src/plugins/lirc/Makefile.am | 4 +++- src/plugins/media-player-keys/Makefile.am | 4 +++- src/plugins/ontop/Makefile.am | 1 + src/plugins/properties/Makefile.am | 4 +++- src/plugins/publish/Makefile.am | 4 +++- src/plugins/sample-vala/Makefile.am | 1 + src/plugins/save-file/Makefile.am | 4 +++- src/plugins/screensaver/Makefile.am | 1 + src/plugins/screenshot/Makefile.am | 1 + src/plugins/sidebar-test/Makefile.am | 1 + src/plugins/skipto/Makefile.am | 1 + src/plugins/thumbnail/Makefile.am | 1 + src/plugins/tracker/Makefile.am | 1 + src/plugins/youtube/Makefile.am | 3 ++- 20 files changed, 41 insertions(+), 10 deletions(-) commit 3bbc968ce21b0af0f586169cec87e60493d4af7c Author: Philip Withnall Date: Sat Jan 29 13:57:54 2011 +0000 Bug 638567 — Totem shows 'videoplayback' instead of the video title Fix totem_object_add_to_playlist_and_play() to use totem_action_add_recent() so that adding recent items is handled uniformly. This ensures that YouTube videos never appear in the Movie menu's recently used items list, as they're now correctly recognised as streams. It also ensures that they're stored in the recently used files list with the correct display name. Closes: bgo#638567 src/totem-object.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)