[Xfce4-commits] parole:master Update changelog, version numbers

2014-01-25 Thread Sean Davis
Updating branch refs/heads/master
 to 95a790fd29464c436bea321847419f562741a9fe (commit)
   from 1d321b222ed3f13a6fff00d679c5967f124bdb7d (commit)

commit 95a790fd29464c436bea321847419f562741a9fe
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Jan 25 12:53:50 2014 -0500

Update changelog, version numbers

 ChangeLog   |7 +++
 configure.ac.in |6 +++---
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index c99c1e7..e42e03f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-01-25: bluesa...@xfce.org
+* Stable release 0.6.0
+* Fix bug with DIR handles not being closed (bug #10600)
+* Fix crash for m3u files with all absolute paths
+* Added 128px appicon
+* Added Contents menu-item to Help menu
+
 2013-12-29: bluesa...@xfce.org
 * Development release 0.5.91
 * Fix untranslatable strings (bug #10418)
diff --git a/configure.ac.in b/configure.ac.in
index 8990738..6cdffe7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
-m4_define([parole_verinfo],   [0:5:91])
+m4_define([parole_verinfo],   [0:6:0])
 m4_define([parole_version_api],   [0])
 m4_define([parole_version_major], [0])
-m4_define([parole_version_minor], [5])
-m4_define([parole_version_micro], [91])
+m4_define([parole_version_minor], [6])
+m4_define([parole_version_micro], [0])
 m4_define([parole_version_build], [])
 m4_define([parole_version_tag],   [])
 m4_define([parole_version], 
[parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(),
 [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-30 Thread Sean Davis
Updating branch refs/heads/master
 to ea18d8439479ffc991fe85c174cd7cb0eed6a5cb (commit)
   from 881b57d087518a8e35c47eef1c5bd128f52850a2 (commit)

commit ea18d8439479ffc991fe85c174cd7cb0eed6a5cb
Author: Sean Davis smd.seanda...@gmail.com
Date:   Wed Oct 30 00:05:52 2013 -0400

Update changelog

 ChangeLog |8 ++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e6f6bc4..09df981 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
-2013-10-20: bluesa...@xfce.org
-* Fix untranslatable strings (bug #10418)
+2013-10-30: bluesa...@xfce.org
+* Fix untranslatable strings (bug #10418)
+* Fix loading of playlists with relative paths (bug #10436)
+* Add realmedia video to supported video mimetypes (bug #10434)
+* Fix IF/ELSE for plugin installation on multiple platforms (bugs #10142, 
#10441)
+* Fix Remove Duplicates functionality.
 
 2013-10-19: bluesa...@xfce.org
 * Development release 0.5.90
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog to this point

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to bda031875ee1cb1b5c6668fdde9d880066c3b39b (commit)
   from b1cf05d232ced98c1395043fba69c6f6807cd096 (commit)

commit bda031875ee1cb1b5c6668fdde9d880066c3b39b
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Aug 24 22:13:55 2013 -0400

Update changelog to this point

 ChangeLog |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index cb7eae3..0117d1f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
-2013-08-03: bluesa...@xfce.org
+2013-08-24: bluesa...@xfce.org
+* Road to 0.6.0...
 * Fix remembered playlist not being forgotten when setting disabled.
+* Port to GTK+3
+* Update artwork (icons, background)
+* Use OSD class for fullscreen window
+* Use symbolic icons
+* Rearrange and improve menubar
+* Add 'Save Playlist' item to menu
+* Add 'Report Bug' item to menu
+* Add Previous/Next menu items to Tray plugin
 
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to d5f64f8f184529d791fa737b62780fe67dcdb981 (commit)
   from f97a2753d1f889f9be32284f7b85c63e33deda65 (commit)

commit d5f64f8f184529d791fa737b62780fe67dcdb981
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sun Sep 1 08:10:13 2013 -0400

Update changelog

 ChangeLog |6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0117d1f..55a2698 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,16 @@
-2013-08-24: bluesa...@xfce.org
+2013-09-01: bluesa...@xfce.org
 * Road to 0.6.0...
 * Fix remembered playlist not being forgotten when setting disabled.
+* Fix Gstreamer 1.0 support
 * Port to GTK+3
 * Update artwork (icons, background)
-* Use OSD class for fullscreen window
+* Use GtkOverlay for player controls
 * Use symbolic icons
 * Rearrange and improve menubar
 * Add 'Save Playlist' item to menu
 * Add 'Report Bug' item to menu
 * Add Previous/Next menu items to Tray plugin
+* Add ability to play DVD ISOs (from Open dialog)
 
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to ff1820f7add4af001d5e9fccbc6d4e3f399687f7 (commit)
   from ca59dd938940f83287b82bbb9bdbf3166fd89b60 (commit)

commit ff1820f7add4af001d5e9fccbc6d4e3f399687f7
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sun Sep 1 13:18:06 2013 -0400

Update changelog

 ChangeLog |1 +
 1 file changed, 1 insertion(+)

diff --git a/ChangeLog b/ChangeLog
index 55a2698..07e9751 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,6 +11,7 @@
 * Add 'Report Bug' item to menu
 * Add Previous/Next menu items to Tray plugin
 * Add ability to play DVD ISOs (from Open dialog)
+* Add DVD menu item, appears only when playing a DVD or DVD ISO
 
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to 13f13b7769758a4810736f811ccf98d15d2b0318 (commit)
   from 02a00ad8893ca4235dd824b50535c33ef53b289e (commit)

commit 13f13b7769758a4810736f811ccf98d15d2b0318
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sun Sep 1 22:04:04 2013 -0400

Update changelog

 ChangeLog |1 +
 1 file changed, 1 insertion(+)

diff --git a/ChangeLog b/ChangeLog
index 07e9751..9cd0a24 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,7 @@
 * Add 'Save Playlist' item to menu
 * Add 'Report Bug' item to menu
 * Add Previous/Next menu items to Tray plugin
+* Add Previous/Next actions to Notify plugin
 * Add ability to play DVD ISOs (from Open dialog)
 * Add DVD menu item, appears only when playing a DVD or DVD ISO
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to 9d6f4185744a9bf5bab3f2b9c7052031e3571ed8 (commit)
   from cde8212adb5a05a561f25709da0bea2388a62970 (commit)

commit 9d6f4185744a9bf5bab3f2b9c7052031e3571ed8
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Sep 7 08:49:15 2013 -0400

Update changelog

 ChangeLog |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 9cd0a24..fd9adee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2013-09-01: bluesa...@xfce.org
+2013-09-07: bluesa...@xfce.org
 * Road to 0.6.0...
 * Fix remembered playlist not being forgotten when setting disabled.
 * Fix Gstreamer 1.0 support
@@ -13,6 +13,7 @@
 * Add Previous/Next actions to Notify plugin
 * Add ability to play DVD ISOs (from Open dialog)
 * Add DVD menu item, appears only when playing a DVD or DVD ISO
+* Remove redundant playlist settings button, add move-up/down
 
 2013-07-25: bluesa...@xfce.org
 * Bugfix release 0.5.2
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to 7c737fa4ed0c0ff21cb044dd6935dec8b50e98ed (commit)
   from 9b5f3d70a1ab846c2407f757a68b3fbe8c60d486 (commit)

commit 7c737fa4ed0c0ff21cb044dd6935dec8b50e98ed
Author: Sean Davis smd.seanda...@gmail.com
Date:   Sat Sep 14 08:07:54 2013 -0400

Update changelog

 ChangeLog |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index fd9adee..16ff3ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
-2013-09-07: bluesa...@xfce.org
+2013-09-14: bluesa...@xfce.org
 * Road to 0.6.0...
-* Fix remembered playlist not being forgotten when setting disabled.
+* Fix Remember Playlist setting (bug 10269)
 * Fix Gstreamer 1.0 support
 * Port to GTK+3
 * Update artwork (icons, background)
@@ -13,6 +13,7 @@
 * Add Previous/Next actions to Notify plugin
 * Add ability to play DVD ISOs (from Open dialog)
 * Add DVD menu item, appears only when playing a DVD or DVD ISO
+* Add maximized setting in xfconf, remember correct maximization and 
window size
 * Remove redundant playlist settings button, add move-up/down
 
 2013-07-25: bluesa...@xfce.org
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-11 Thread Sean Davis
Updating branch refs/heads/master
 to fd367c2058d1c6549d2def25c245c6ec7cc5bce5 (commit)
   from 03e61de7415054e1e79c9162622570a9873d08ab (commit)

commit fd367c2058d1c6549d2def25c245c6ec7cc5bce5
Author: Sean Davis smd.seanda...@gmail.com
Date:   Thu Oct 3 19:19:05 2013 -0400

Update changelog

 ChangeLog |1 +
 1 file changed, 1 insertion(+)

diff --git a/ChangeLog b/ChangeLog
index 3af40c3..b366fed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,6 +26,7 @@
   - Updated artwork (background image, icons)
   - Fixed GStreamer 1.0 support
   - Added ability to play DVD ISOs from the Open dialog
+  - Plugins now correctly report when they fail to load
 * Bugs fixed
   - missing option to open DVD from iso (bug #10300)
   - Allow a playlist to be sorted and/or items to be moved (bug #10066)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-10-09 Thread Sean Davis
Updating branch refs/heads/master
 to 0933a83c650d7e35611513cec6f844eb1cfce6df (commit)
   from 54bc2b5e39c779ee6eaf148fa6499ac0a95dcb45 (commit)

commit 0933a83c650d7e35611513cec6f844eb1cfce6df
Author: Sean Davis smd.seanda...@gmail.com
Date:   Wed Oct 9 23:01:23 2013 -0400

Update changelog

 ChangeLog   |3 +++
 configure.ac.in |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cb7eae3..7c2091c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
 2013-08-03: bluesa...@xfce.org
+* Bugfix release 0.5.3
+* Fix “Remember playlist” option in GUI not working (bug #10269)
+* Added accelerator to Audio menu item (bug #10374)
 * Fix remembered playlist not being forgotten when setting disabled.
 
 2013-07-25: bluesa...@xfce.org
diff --git a/configure.ac.in b/configure.ac.in
index 0242d99..cf95cf5 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,9 +1,9 @@
 m4_define([intltool_minimum_version], [0.31])
-m4_define([parole_verinfo],  [0:5:2])
+m4_define([parole_verinfo],  [0:5:3])
 m4_define([parole_version_api],  [0])
 m4_define([parole_version_major],  [0])
 m4_define([parole_version_minor],  [5])
-m4_define([parole_version_micro],  [2])
+m4_define([parole_version_micro],  [3])
 m4_define([parole_version_build],  [])
 m4_define([parole_version_tag], [])
 m4_define([parole_version], 
[parole_version_major().parole_version_minor().parole_version_micro()ifelse(parole_version_tag(),
 [git], [parole_version_tag().parole_version_build()], [parole_version_tag()])])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-07-23 Thread Sean Davis
Updating branch refs/heads/master
 to b64142dbeb27e2bacc6a9fd65c5fca7ab1a7a1b0 (commit)
   from e3ecd9c0107631b7006fadd8b51e16383392886b (commit)

commit b64142dbeb27e2bacc6a9fd65c5fca7ab1a7a1b0
Author: Sean Davis smd.seanda...@gmail.com
Date:   Tue Jul 23 21:01:31 2013 -0400

Update changelog

 ChangeLog |   11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index a39859c..e123a82 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,13 @@
-git-master: bluesa...@xfce.org
+2013-07-23: bluesa...@xfce.org
+* Bugfix release 0.5.2
+* Revert Fix MKV subtitles being shown when automatically show subtitles 
is disabled (bug 9880)
+* Fix freezing on load of some subtitles (bugs #9194, #10073)
+* Fix crash on startup when Remember playlist option enabled (bug #10166)
+* Fix muting after playing media (bugs #10059, #10123)
+* Fix failure to load filenames with space after colon (bug #10236)
+* Fix gstreamer version check (bug #10155)
+
+2013-06-03: bluesa...@xfce.org
 * Bugfix release 0.5.1
 * Fix m3u playlist processing with relative filenames (bug #10038)
 * Fix playlist controls disabling access to media controls (bug #9936)
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-05-06 Thread Sean Davis
Updating branch refs/heads/master
 to f664bebe1dfe0c3c5e9dc68582c9640be958ca8c (commit)
   from c8c06e1499f3471cc50d47900327af468b4f0e69 (commit)

commit f664bebe1dfe0c3c5e9dc68582c9640be958ca8c
Author: Sean Davis smd.seanda...@gmail.com
Date:   Mon May 6 05:33:40 2013 -0400

Update changelog

 ChangeLog |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d8a1b03..a39859c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ git-master: bluesa...@xfce.org
 * Fix m3u playlist processing with relative filenames (bug #10038)
 * Fix playlist controls disabling access to media controls (bug #9936)
 * Fix next-button ignoring shuffle mode (bug #10039)
-* Prevent shuffle from playing the same song twice in a row
+* Prevent shuffle from playing the same song twice in a row (bug #9859)
 * Fix MKV subtitles being shown when automatically show subtitles is 
disabled (bug 9880)
 
 2013-03-06: bluesa...@xfce.org
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-05-01 Thread Sean Davis
Updating branch refs/heads/master
 to 9a781988a7286f3b80191307861e7d167ae360bf (commit)
   from e68d704de79c6a81842195e1356a6be78d1b7c25 (commit)

commit 9a781988a7286f3b80191307861e7d167ae360bf
Author: Sean Davis smd.seanda...@gmail.com
Date:   Wed May 1 19:21:38 2013 -0400

Update changelog

 ChangeLog |1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b18ef9a..d8a1b03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ git-master: bluesa...@xfce.org
 * Fix playlist controls disabling access to media controls (bug #9936)
 * Fix next-button ignoring shuffle mode (bug #10039)
 * Prevent shuffle from playing the same song twice in a row
+* Fix MKV subtitles being shown when automatically show subtitles is 
disabled (bug 9880)
 
 2013-03-06: bluesa...@xfce.org
 * Stable release 0.5.0
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] parole:master Update changelog

2013-02-26 Thread Sean Davis
Updating branch refs/heads/master
 to 4d82dd43282a52a6df20b6896c2ceb8b5886171b (commit)
   from 318cdaeeca62b1b9e98f1e487cf04c5234d9e5b9 (commit)

commit 4d82dd43282a52a6df20b6896c2ceb8b5886171b
Author: Sean Davis smd.seanda...@gmail.com
Date:   Tue Feb 26 07:34:05 2013 -0500

Update changelog

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

diff --git a/ChangeLog b/ChangeLog
index 4e9a4d0..18936ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,8 @@
 * Fixed mute button toggling (bug #9760)
 * Fixed playlist manipulation while playlist hidden (bug #9762)
 * Fixed webm file support (bug #9798)
+* Fixed aspect ratio calculation (bug $9872)
+* Fixed untransateable strings (#9868)
 * Fixed auto-saved playlist saving as UTF-8
 * Fixed playlist menu from opening off-screen
 * Added improved locale name support in audio tracks and subtitles
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits