[Goodies-commits] r3991 - xfmpc/trunk

Mike Massonnet mmassonnet at xfce.org
Sat Feb 23 23:48:06 CET 2008


Author: mmassonnet
Date: 2008-02-23 22:48:06 +0000 (Sat, 23 Feb 2008)
New Revision: 3991

Modified:
   xfmpc/trunk/ChangeLog
   xfmpc/trunk/NEWS
   xfmpc/trunk/configure.in.in
Log:
=== Release 0.0.3 ===


Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog	2008-02-23 22:25:30 UTC (rev 3990)
+++ xfmpc/trunk/ChangeLog	2008-02-23 22:48:06 UTC (rev 3991)
@@ -1,5 +1,9 @@
 2008-02-23	Mike Massonnet <mmassonnet at xfce.org>
 
+	* === Release 0.0.3 ===
+
+2008-02-23	Mike Massonnet <mmassonnet at xfce.org>
+
 Activate item within filter entry with enter
 	* src/playlist.c:
 	  - Add a private data "current" to represent the current id in the treeview

Modified: xfmpc/trunk/NEWS
===================================================================
--- xfmpc/trunk/NEWS	2008-02-23 22:25:30 UTC (rev 3990)
+++ xfmpc/trunk/NEWS	2008-02-23 22:48:06 UTC (rev 3991)
@@ -1,3 +1,12 @@
+    0.0.2 (2008-02-23)
+
+- New widget XfmpcExtendedInterface which displays notebook pages selectable
+  through a combo box
+- New widget XfmpcPlaylist with a filter entry
+- Save the state of the window (sticky window, size)
+- Installs a desktop file entry
+- Emit signals on changes instead of setting a bitfield inside XfmpcMpdclient
+
     0.0.2 (2008-01-27)
 
 - Keybindings (Ctrl+B/P/S/F/V) to go backwards, play/pause, stop, go forwards,

Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in	2008-02-23 22:25:30 UTC (rev 3990)
+++ xfmpc/trunk/configure.in.in	2008-02-23 22:48:06 UTC (rev 3991)
@@ -12,7 +12,7 @@
 m4_define([xfmpc_version_minor], [0])
 m4_define([xfmpc_version_micro], [3])
 m4_define([xfmpc_version_build], [r at REVISION@])
-m4_define([xfmpc_version_tag], [svn]) # leave empty for release
+m4_define([xfmpc_version_tag], []) # leave empty for release
 m4_define([xfmpc_version], [xfmpc_version_major().xfmpc_version_minor().xfmpc_version_micro()ifelse(xfmpc_version_tag(), [svn], [xfmpc_version_tag()-xfmpc_version_build()], [xfmpc_version_tag()])])
 
 dnl ***************************




More information about the Goodies-commits mailing list