============ Version 2.24.3 2008-10-26 Bastien Nocera * NEWS: upd * configure.in: 2.24.3 2008-10-25 Philip Withnall * src/plugins/youtube/youtube.py: Patch from Matthew Adams to use read() instead of readline() when searching for the t-param in YouTube searches, in order to reduce the number of regexp searches. 2008-10-25 Philip Withnall * src/plugins/youtube/youtube.py: Fix YouTube plugin behaviour when attempting to perform multiple searches simultaneously, and fix some threading problems where GTK+ functions were being called from a spawned thread. (Closes: #557470) 2008-10-24 Philip Withnall * src/plugins/youtube/youtube.py: Remove redundant HTTP request when loading search results. 2008-10-24 Philip Withnall * src/plugins/youtube/youtube.py: Update the YouTube URL resolution code to work with Google's latest updates to YouTube. (Closes: #557681) 2008-10-24 Bastien Nocera * src/totem.c (seek_slider_pressed_cb), (seek_slider_released_cb): Add hack from Rhythmbox to force the behaviour of the left-click button to skip directly to the position we clicked, as if we were using the middle-button click (Closes: #129671) 2008-10-22 Bastien Nocera * data/totem.ui: Remove accelerators for the window resize menu items, they were causing problems with the latest GTK+ whenever the sidebar was used (Closes: #557447) 2008-10-22 Bastien Nocera * src/totem.c (seek_slider_pressed_cb): Don't show seeking to label when we can direct seek (Closes: #338390) 2008-10-21 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c (bvw_bus_message_cb): Fix playing property being wrong when an error occurs (Closes: #556039) 2008-10-14 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_get_best_image): Revert last patch, we were already checking for GST_TAG_PREVIEW_IMAGE 2008-10-13 Bastien Nocera * src/backend/bacon-video-widget-gst-0.10.c (bacon_video_widget_get_best_image): Patch from John Millikin to also look for the GST_TAG_PREVIEW_IMAGE tag when trying to get audio file covers (Closes: #556074) 2008-10-08 Bastien Nocera * browser-plugin/totem-plugin-viewer.c (relative_uri_remove_query), (resolve_uri): * browser-plugin/totemPlugin.cpp: * browser-plugin/totemPlugin.h: Backport fixes from #555417