[Goodies-commits] r5708 - thunar-wallpaper-plugin/trunk

Stephan Arts stephan at xfce.org
Sun Oct 19 13:36:25 CEST 2008


Author: stephan
Date: 2008-10-19 11:36:25 +0000 (Sun, 19 Oct 2008)
New Revision: 5708

Modified:
   thunar-wallpaper-plugin/trunk/ChangeLog
   thunar-wallpaper-plugin/trunk/configure.ac.in
Log:
Update ChangeLog
Add -svn version tag



Modified: thunar-wallpaper-plugin/trunk/ChangeLog
===================================================================
--- thunar-wallpaper-plugin/trunk/ChangeLog	2008-10-19 11:24:07 UTC (rev 5707)
+++ thunar-wallpaper-plugin/trunk/ChangeLog	2008-10-19 11:36:25 UTC (rev 5708)
@@ -1,15 +1,22 @@
+2008-10-19  Stephan Arts <stephan at xfce.org>
+	
+	* *: ===== Release version 0.0.1 =====
+	* ChangeLog: Sanitize ChangeLog
+	* src/twp-provider.c: Add support for .png and .svg wallpapers
+	* po/ChangeLog: Add ChangeLog file
+
 2008-10-19	Stephan Arts <stephan at xfce.org>
 
-	* Add my name to the AUTHORS file
-	* Remove -svn tag
+	* AUTHORS: Add my name to the AUTHORS file
+	* configure.ac.in: Remove -svn tag
 
 2008-10-18  Stephan Arts <stephan at xfce.org>
 
-	* Fix linking error with xfconf
-	* Check if xfdesktop is actually running before setting the wallpaper
-	* Retrieve the filename from the ThunarxFileInfo object and pass that to
+	* src/Makefile.am: Fix linking error with xfconf
+	* src/twp-provider.c: Check if xfdesktop is actually running before setting the wallpaper
+	* src/twp-provider.c: Retrieve the filename from the ThunarxFileInfo object and pass that to
 	  xfconf.
 
 2008-10-18	Stephan Arts <stephan at xfce.org>
 
-	* Initial import in SVN
+	* */*: Initial import in SVN

Modified: thunar-wallpaper-plugin/trunk/configure.ac.in
===================================================================
--- thunar-wallpaper-plugin/trunk/configure.ac.in	2008-10-19 11:24:07 UTC (rev 5707)
+++ thunar-wallpaper-plugin/trunk/configure.ac.in	2008-10-19 11:36:25 UTC (rev 5708)
@@ -14,7 +14,7 @@
 m4_define([twp_version_minor], [0])
 m4_define([twp_version_micro], [1])
 m4_define([twp_version_build], [r at REVISION@])
-m4_define([twp_version_tag], [])
+m4_define([twp_version_tag], [svn])
 m4_define([twp_version], [twp_version_major().twp_version_minor().twp_version_micro()ifelse(twp_version_tag(), [], [], [twp_version_tag()-twp_version_build()])])
 
 dnl *******************************************




More information about the Goodies-commits mailing list