[Xfce4-commits] <xfce4-mpc-plugin:master> Bump copyright years, update README/TODO/Changelog in preparation for 0.3.5
Landry Breuil
noreply at xfce.org
Sun May 16 12:18:02 CEST 2010
Updating branch refs/heads/master
to 22525afe26e1fe730dec2d69486355b7d5967722 (commit)
from 1b39937e01d1b978ee05a47f96f4af1a09c36ad4 (commit)
commit 22525afe26e1fe730dec2d69486355b7d5967722
Author: Landry Breuil <landry at xfce.org>
Date: Sun May 16 12:16:18 2010 +0200
Bump copyright years, update README/TODO/Changelog in preparation for 0.3.5
ChangeLog | 4 ++++
README | 2 +-
TODO | 1 -
panel-plugin/simple-libmpd.c | 2 +-
panel-plugin/simple-libmpd.h | 2 +-
panel-plugin/xfce4-mpc-plugin.c | 2 +-
panel-plugin/xfce4-mpc-plugin.h | 2 +-
7 files changed, 9 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 5045601..e7bb145 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+XX-05-2010 Landry Breuil <landry at fr.homeunix.org>
+ * release 0.3.5
+ * add enable/disable outputs in rightclick menu
+
03-11-2009 Landry Breuil <landry at fr.homeunix.org>
* release 0.3.4
* add user-configurable markup for playlist and tooltip
diff --git a/README b/README
index e711ed2..c16c23f 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Features :
- current volume/status/playing track when mouse passes over the plugin
- decrease/increase volume with mousewheel
- show a simple playlist window upon middle-click, permitting to select a track to play
-- toggle random/repeat in right-click menu
+- toggle random/repeat/outputs in right-click menu
- launch configurable client (gmpc, xterm -e ncmpc,..) through right-click menu
- configurable tooltip and playlist formats, using a gmpc-like markup :
- playlist accepts %artist%, %title%, %album% and %track%
diff --git a/TODO b/TODO
index 5e7af2d..5b5afb4 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,2 @@
-- support multiple outputs enabling/disabling
- add volume progressbar/slider ?
- fix all strings length checking
diff --git a/panel-plugin/simple-libmpd.c b/panel-plugin/simple-libmpd.c
index 4668962..0084358 100644
--- a/panel-plugin/simple-libmpd.c
+++ b/panel-plugin/simple-libmpd.c
@@ -1,6 +1,6 @@
/* simple-libmpd.c
*
- * Copyright (c) 2006-2009 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
diff --git a/panel-plugin/simple-libmpd.h b/panel-plugin/simple-libmpd.h
index 6adfbe4..405fd40 100644
--- a/panel-plugin/simple-libmpd.h
+++ b/panel-plugin/simple-libmpd.h
@@ -1,6 +1,6 @@
/* simple-libmpd.h
*
- * Copyright (c) 2006-2009 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c
index 2dff48a..0fe782a 100644
--- a/panel-plugin/xfce4-mpc-plugin.c
+++ b/panel-plugin/xfce4-mpc-plugin.c
@@ -1,6 +1,6 @@
/* xfce4-mpc-plugin.c
*
- * Copyright (c) 2006-2009 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
diff --git a/panel-plugin/xfce4-mpc-plugin.h b/panel-plugin/xfce4-mpc-plugin.h
index c128078..bd41fdb 100644
--- a/panel-plugin/xfce4-mpc-plugin.h
+++ b/panel-plugin/xfce4-mpc-plugin.h
@@ -1,6 +1,6 @@
/* xfce4-mpc-plugin.h
*
- * Copyright (c) 2006-2009 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
+ * Copyright (c) 2006-2010 Landry Breuil (landry at fr.homeunix.org / gaston at gcu.info)
* This code is licenced under a BSD-style licence.
* (OpenBSD variant modeled after the ISC licence)
* All rights reserved.
More information about the Xfce4-commits
mailing list