[Goodies-commits] r6776 - xfmpc/trunk

Mike Massonnet mmassonnet at xfce.org
Wed Feb 25 00:11:09 CET 2009


Author: mmassonnet
Date: 2009-02-24 23:11:09 +0000 (Tue, 24 Feb 2009)
New Revision: 6776

Modified:
   xfmpc/trunk/ChangeLog
   xfmpc/trunk/IDEAS
   xfmpc/trunk/configure.in.in
Log:
Update IDEAS and bump to 0.1.0

Modified: xfmpc/trunk/ChangeLog
===================================================================
--- xfmpc/trunk/ChangeLog	2009-02-24 21:08:21 UTC (rev 6775)
+++ xfmpc/trunk/ChangeLog	2009-02-24 23:11:09 UTC (rev 6776)
@@ -1,5 +1,13 @@
 2009-02-24	Mike Massonnet <mmassonnet at gmail.com>
 
+Update IDEAS and bump to 0.1.0
+	* configure.in.in:
+	  - Bump next release version from 0.8.0 to 0.1.0
+	* IDEAS:
+	  - Two little options for the preferences dialog
+
+2009-02-24	Mike Massonnet <mmassonnet at gmail.com>
+
 Preferences dialog and enhancements by Vincent Legout
 	* src/preferences.c:
 	  - New option ShowStatusbar

Modified: xfmpc/trunk/IDEAS
===================================================================
--- xfmpc/trunk/IDEAS	2009-02-24 21:08:21 UTC (rev 6775)
+++ xfmpc/trunk/IDEAS	2009-02-24 23:11:09 UTC (rev 6776)
@@ -1,20 +1,19 @@
 Next release
 
-  - The 0.0.8 announcement
-  - On a search or in the playlist, add a menu item to go to the directory of
-  the song and such
+  - The 0.1.0 announcement
   - Enumarate the songs in the playlist
+  - Options for the preferences dialog
+    ~ Song format (defaults to %artist - %title)
+    ~ A background color
+    ~ 
 
 Unpredictable future
 
+  - In the playlist, have a menu item to go to the directory of the song
   - Reorder a song in the playlist (with DnD)
   - Editable shortcuts (accelerator maps from file)
-  - Set the songs in bold in the dbbrowser when they exist in the playlist
   - Document the code (with gtk-doc syntax)
   - XfmpcGoodies, a plugin interface (GModule) on a right side pane
     ~ artwork
     ~ random album playlist
-  - Settings dialog
-    ~ Hostname and Port
-    ~ Font (size) for the tree views
 

Modified: xfmpc/trunk/configure.in.in
===================================================================
--- xfmpc/trunk/configure.in.in	2009-02-24 21:08:21 UTC (rev 6775)
+++ xfmpc/trunk/configure.in.in	2009-02-24 23:11:09 UTC (rev 6776)
@@ -9,8 +9,8 @@
 dnl *** Version information ***
 dnl ***************************
 m4_define([xfmpc_version_major], [0])
-m4_define([xfmpc_version_minor], [0])
-m4_define([xfmpc_version_micro], [8])
+m4_define([xfmpc_version_minor], [1])
+m4_define([xfmpc_version_micro], [0])
 m4_define([xfmpc_version_build], [r at REVISION@])
 m4_define([xfmpc_version_tag], [svn]) # 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()])])




More information about the Goodies-commits mailing list