[Goodies-commits] r2698 - xfce4-places-plugin/trunk

Diego Ongaro ongardie at xfce.org
Sat Apr 21 07:43:49 CEST 2007


Author: ongardie
Date: 2007-04-21 05:43:49 +0000 (Sat, 21 Apr 2007)
New Revision: 2698

Modified:
   xfce4-places-plugin/trunk/ChangeLog
   xfce4-places-plugin/trunk/NEWS
   xfce4-places-plugin/trunk/README
   xfce4-places-plugin/trunk/configure.ac
Log:
2007-04-21	Diego Ongaro <ongardie at gmail.com>

* Preparing for v0.2 release



Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog	2007-04-21 03:53:15 UTC (rev 2697)
+++ xfce4-places-plugin/trunk/ChangeLog	2007-04-21 05:43:49 UTC (rev 2698)
@@ -1,3 +1,7 @@
+2007-04-21	Diego Ongaro <ongardie at gmail.com>
+
+	* Preparing for v0.2 release
+
 2007-04-20	Diego Ongaro <ongardie at gmail.com>
 
 	* scripts/: Created script to take translations from thunar, gnome-panel.

Modified: xfce4-places-plugin/trunk/NEWS
===================================================================
--- xfce4-places-plugin/trunk/NEWS	2007-04-21 03:53:15 UTC (rev 2697)
+++ xfce4-places-plugin/trunk/NEWS	2007-04-21 05:43:49 UTC (rev 2698)
@@ -1,3 +1,24 @@
+2007-04-21
+================================================================================
+xfce4-places-plugin v0.1.9 released
+
+ * Support for volumes (removable media)
+  - Adds Thunar VFS dependency
+ * Support for recent documents
+  - Only available when compiled with GTK v2.10 or greater
+ * Now has 35 translations, taken from Thunar and gnome-panel.
+ * Rewritten view based on xfdesktop's menu
+  - No more arrow button
+  - Added "Places" tooltip
+ * Rewritten .gtk-bookmarks parsing based on Thunar's parser
+  - Improves consistency with Thunar
+  - Avoids potential bugs
+ * Many bug fixes
+  - #3028: Places button activated when dragged away
+  - #3029: Places ignores orientation-changed
+  - #3030: Places shows missing menu items
+  - #3124: Auto-hidden panel hides on plugin activation
+
 2007-04-05
 ================================================================================
 xfce4-places-plugin v0.1 released

Modified: xfce4-places-plugin/trunk/README
===================================================================
--- xfce4-places-plugin/trunk/README	2007-04-21 03:53:15 UTC (rev 2697)
+++ xfce4-places-plugin/trunk/README	2007-04-21 05:43:49 UTC (rev 2698)
@@ -2,7 +2,10 @@
 
 This xfce4-places-plugin brings much of the functionality of GNOME's Places menu to Xfce.
 
-The plugin looks a lot like a launcher with multiple items in a menu. The main "launcher" button opens up Thunar at the user's home directory. The arrow button opens up a menu with two sections: system-defined locations and user-defined locations.
+The plugin adds a small button to the panel. Clicking on it opens a menu, which shows:
+ 1) System folders: home directory, trash, desktop, file system
+ 2) Removable media
+ 3) User-defined bookmarks
+ 4) Recent Documents (with gtk v2.10+)
 
-The system-defined locations are consistent with Thunar (including their icons). For user-defined bookmarks, the plugin reads the ~/.gtk-bookmarks file so that it shares bookmarks with Thunar, Nautilus, the GNOME Panel, etc.
-
+vim: wrap linebreak

Modified: xfce4-places-plugin/trunk/configure.ac
===================================================================
--- xfce4-places-plugin/trunk/configure.ac	2007-04-21 03:53:15 UTC (rev 2697)
+++ xfce4-places-plugin/trunk/configure.ac	2007-04-21 05:43:49 UTC (rev 2698)
@@ -1,7 +1,7 @@
 dnl xfce4-places-plugin
 
 dnl version info
-m4_define([places_version], [0.1.0])
+m4_define([places_version], [0.1.9])
 
 dnl initialize autoconf
 AC_COPYRIGHT([Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>])




More information about the Goodies-commits mailing list