[gnomeweb-wml] Rhythmbox 2.99.1



commit 325f10175641e772d324cadeea84580de90f5604
Author: Jonathan Matthew <jonathan d14n org>
Date:   Sat Apr 13 18:23:08 2013 +1000

    Rhythmbox 2.99.1

 projects.gnome.org/rhythmbox/Makefile.am           |    4 +-
 projects.gnome.org/rhythmbox/developers.html       |    4 +-
 projects.gnome.org/rhythmbox/index.html            |    4 +-
 .../rhythmbox/rhythmbox-2.99.1.changes             |  135 +
 projects.gnome.org/rhythmbox/rhythmbox-2.99.1.news |   15 +
 .../rhythmbox/rhythmbox-2.99.changes               | 2695 --------------------
 projects.gnome.org/rhythmbox/rhythmbox-2.99.news   |   94 -
 7 files changed, 156 insertions(+), 2795 deletions(-)
---
diff --git a/projects.gnome.org/rhythmbox/Makefile.am b/projects.gnome.org/rhythmbox/Makefile.am
index 4abcb58..0e09fe7 100644
--- a/projects.gnome.org/rhythmbox/Makefile.am
+++ b/projects.gnome.org/rhythmbox/Makefile.am
@@ -8,7 +8,7 @@ page_SCRIPTS= index.html        \
                screenshots.html \
                default.css \
                rhythmbox.css   \
-               rhythmbox-2.99.changes \
-               rhythmbox-2.99.news
+               rhythmbox-2.99.1.changes \
+               rhythmbox-2.99.1.news
 
 include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/rhythmbox/developers.html b/projects.gnome.org/rhythmbox/developers.html
index b3561ab..308c58a 100644
--- a/projects.gnome.org/rhythmbox/developers.html
+++ b/projects.gnome.org/rhythmbox/developers.html
@@ -103,8 +103,8 @@ You can check the translation status <a href="http://l10n.gnome.org/module/rhyth
 
        <p>Rhythmbox comes bundled with many distributions.</p>
        <p>The latest releases can always be found at the <a 
href="http://download.gnome.org/sources/rhythmbox";>GNOME ftp site</a>.</p>
-       <p>The latest stable release is <a href="http://download.gnome.org/sources/rhythmbox/2.99/";>2.99</a>
-       (<a href="rhythmbox-2.99.changes">changelog</a>, <a href="rhythmbox-2.99.news">news</a>).</p>
+       <p>The latest stable release is <a href="http://download.gnome.org/sources/rhythmbox/2.99/";>2.99.1</a>
+       (<a href="rhythmbox-2.99.1.changes">changelog</a>, <a href="rhythmbox-2.99.1.news">news</a>).</p>
        <br />
 
        <p class="section">Feedback</p>
diff --git a/projects.gnome.org/rhythmbox/index.html b/projects.gnome.org/rhythmbox/index.html
index 51116c3..885e8bb 100644
--- a/projects.gnome.org/rhythmbox/index.html
+++ b/projects.gnome.org/rhythmbox/index.html
@@ -79,8 +79,8 @@ with an exception allowing distribution with non-GPL compatible GStreamer plugin
 
        <p>Rhythmbox comes bundled with many distributions.</p>
        <p>The latest releases can always be found at the <a 
href="http://download.gnome.org/sources/rhythmbox";>GNOME ftp site</a>.</p>
-       <p>The latest stable release is <a href="http://download.gnome.org/sources/rhythmbox/2.99/";>2.99</a>
-       (<a href="rhythmbox-2.99.changes">changelog</a>, <a href="rhythmbox-2.99.news">news</a>).</p>
+       <p>The latest stable release is <a href="http://download.gnome.org/sources/rhythmbox/2.99/";>2.99.1</a>
+       (<a href="rhythmbox-2.99.1.changes">changelog</a>, <a href="rhythmbox-2.99.1.news">news</a>).</p>
        <br />
 
        <p class="section">Feedback</p>
diff --git a/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.changes 
b/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.changes
new file mode 100644
index 0000000..2633d63
--- /dev/null
+++ b/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.changes
@@ -0,0 +1,135 @@
+commit 47b88f9623473fb9ce2c45a188b75ce3b17c0a90
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Sat Apr 13 17:58:53 2013 +1000
+
+    Rhythmbox 2.99.1
+
+ NEWS         | 15 +++++++++++++++
+ README       |  2 +-
+ configure.ac |  2 +-
+ 3 files changed, 17 insertions(+), 2 deletions(-)
+
+commit 7293b612f96d03f8cc08741bd669ccf21c19b214
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Sat Apr 13 14:59:34 2013 +1000
+
+    use gdk_event_get_device instead of gdk_event_get_source_device
+    
+    We don't actually care about physical devices vs virtual devices,
+    we just want to know where the pointer was.  Now that we're using
+    XI2 (see commit f84a33d), requesting the physical device position
+    causes XI_BadDevice errors.
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=697915
+
+ widgets/gossip-cell-renderer-expander.c | 2 +-
+ widgets/rb-cell-renderer-pixbuf.c       | 2 +-
+ widgets/rb-cell-renderer-rating.c       | 2 +-
+ widgets/rb-rating.c                     | 2 +-
+ 4 files changed, 4 insertions(+), 4 deletions(-)
+
+commit dc8e262b9feb7c697f78e0a6794519fe0c75004a
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Thu Apr 11 09:23:42 2013 +1000
+
+    display-page-tree: alt-a accelerator for the add button
+
+ sources/rb-display-page-tree.c | 10 ++++++++++
+ 1 file changed, 10 insertions(+)
+
+commit 57bdbc596e240d3730b09cfaf9a77adb309b64c8
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Thu Apr 11 09:18:21 2013 +1000
+
+    shell: add F10 accel for the menu button, if there's no app menu
+    
+    This appears to be the convention, since Web and Files both use it.
+
+ shell/rb-shell.c | 15 ++++++++++++++-
+ 1 file changed, 14 insertions(+), 1 deletion(-)
+
+commit 7bc71fab4d658c717fc6890094254d3a0ad8329c
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Thu Apr 11 09:17:31 2013 +1000
+
+    edit menu: add cut/copy/paste, (de)select all, properties accels
+
+ data/ui/edit-menu.ui | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
+commit 8f0e9ee1fd2c49e77d5607041451efcc231a01d2
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Thu Apr 11 09:17:12 2013 +1000
+
+    button-bar: enable accelerators for menus attached to button bars
+
+ widgets/rb-button-bar.c | 22 ++++++++++++++++++++++
+ 1 file changed, 22 insertions(+)
+
+commit dfcc4cf54e0fae8cccb202b1acbbdc34dce2a871
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Thu Apr 11 09:15:35 2013 +1000
+
+    application: new function for adding accelerators for menu contents
+
+ shell/rb-application.c | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++
+ shell/rb-application.h |  1 +
+ 2 files changed, 64 insertions(+)
+
+commit e9238cf460d0f7ed0d5d4950a564c75ff4c4596c
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Wed Apr 10 09:08:43 2013 +1000
+
+    add alt-e as an accelerator for the 'edit' menu
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=697534
+
+ data/ui/library-toolbar.ui                       | 1 +
+ data/ui/playlist-toolbar.ui                      | 1 +
+ data/ui/podcast-toolbar.ui                       | 1 +
+ data/ui/queue-toolbar.ui                         | 1 +
+ plugins/audiocd/audiocd-toolbar.ui               | 1 +
+ plugins/daap/daap-toolbar.ui                     | 1 +
+ plugins/fmradio/fmradio-toolbar.ui               | 1 +
+ plugins/generic-player/generic-player-toolbar.ui | 1 +
+ plugins/ipod/ipod-toolbar.ui                     | 1 +
+ plugins/iradio/iradio-toolbar.ui                 | 1 +
+ plugins/magnatune/magnatune-toolbar.ui           | 1 +
+ plugins/mtpdevice/mtp-toolbar.ui                 | 1 +
+ 12 files changed, 12 insertions(+)
+
+commit 639064a9c02c96d5feffb124901706137a0b748e
+Author: Jeremy Bicha <jbicha ubuntu com>
+Date:   Mon Apr 8 22:47:54 2013 -0400
+
+    add F1 accelerator to show help
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=697527
+
+ data/ui/app-menu.ui | 1 +
+ 1 file changed, 1 insertion(+)
+
+commit 99888a5a71632ec5e1f157ac10c144c5effbec62
+Author: Jeremy Bicha <jbicha ubuntu com>
+Date:   Sun Apr 7 23:56:50 2013 -0400
+
+    Fix broken help link
+    
+    This regression appeared with the GMenu conversion
+    
+    https://bugzilla.gnome.org/show_bug.cgi?id=697526
+
+ shell/rb-application.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+commit 797ed54cd746eb5a4e1826c839c2da84b4e70c16
+Author: Jonathan Matthew <jonathan d14n org>
+Date:   Tue Apr 9 07:51:32 2013 +1000
+
+    shell-player: fix play shortcut, add shuffle and repeat shortcuts
+    
+    Part of https://bugzilla.gnome.org/show_bug.cgi?id=697533
+
+ shell/rb-shell-player.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
diff --git a/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.news 
b/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.news
new file mode 100644
index 0000000..aa52ed4
--- /dev/null
+++ b/projects.gnome.org/rhythmbox/rhythmbox-2.99.1.news
@@ -0,0 +1,15 @@
+Overview of changes in Rhythmbox 2.99.1  "Strip Light Hate"
+===========================================================
+
+* Several missing accelerator keys (re-)added
+* XI_BadDevice crashes fixed
+
+Bugs fixed:
+
+697526 - Click Help menu -> Document Not Found in yelp
+697527 - Click F1 key in rhythmbox -> No popup yelp
+697534 - Add Alt+E keyboard shortcut for Edit menu
+697915 - XI_BadDevice errors
+
+No translation updates.
+


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]