[Goodies-commits] r3454 - xfce4-places-plugin/trunk
Diego Ongaro
ongardie at xfce.org
Fri Oct 26 00:02:43 CEST 2007
Author: ongardie
Date: 2007-10-25 22:02:43 +0000 (Thu, 25 Oct 2007)
New Revision: 3454
Modified:
xfce4-places-plugin/trunk/ChangeLog
xfce4-places-plugin/trunk/NEWS
xfce4-places-plugin/trunk/TODO
xfce4-places-plugin/trunk/configure.ac
Log:
2007-10-25 Diego Ongaro <ongardie at gmail.com>
* Prep for v1.0.0
Modified: xfce4-places-plugin/trunk/ChangeLog
===================================================================
--- xfce4-places-plugin/trunk/ChangeLog 2007-10-25 21:42:30 UTC (rev 3453)
+++ xfce4-places-plugin/trunk/ChangeLog 2007-10-25 22:02:43 UTC (rev 3454)
@@ -2,6 +2,7 @@
* model.c: Don't debug (possibly invalid) bookmark label on free
* cfg.c: String change
+ * Prep for v1.0.0
2007-10-22 Diego Ongaro <ongardie at gmail.com>
Modified: xfce4-places-plugin/trunk/NEWS
===================================================================
--- xfce4-places-plugin/trunk/NEWS 2007-10-25 21:42:30 UTC (rev 3453)
+++ xfce4-places-plugin/trunk/NEWS 2007-10-25 22:02:43 UTC (rev 3454)
@@ -1,3 +1,15 @@
+2007-10-25
+================================================================================
+xfce4-places-plugin v1.0.0 released
+
+ * Added "Mount and Open" action for removabe media (Bug #3565)
+ * Fixed make distcheck errors
+ * Fixed menu "blinking" when ~/.gtk-bookmarks not found
+ * Fixed always showing "No items found" in recent documents
+ with GTK 2.12 (Bug #3605)
+ * Adopted menu positioning from notes plugin
+ for improved behavior with floating panels
+
2007-09-12
================================================================================
xfce4-places-plugin v0.9.992 (1.0beta2) released
Modified: xfce4-places-plugin/trunk/TODO
===================================================================
--- xfce4-places-plugin/trunk/TODO 2007-10-25 21:42:30 UTC (rev 3453)
+++ xfce4-places-plugin/trunk/TODO 2007-10-25 22:02:43 UTC (rev 3454)
@@ -1,3 +1,4 @@
use less resources
path/uri mess
new tooltip API in GTK 2.12
+error messages and notifications for (un)mounting
Modified: xfce4-places-plugin/trunk/configure.ac
===================================================================
--- xfce4-places-plugin/trunk/configure.ac 2007-10-25 21:42:30 UTC (rev 3453)
+++ xfce4-places-plugin/trunk/configure.ac 2007-10-25 22:02:43 UTC (rev 3454)
@@ -1,7 +1,7 @@
dnl xfce4-places-plugin
dnl version info
-m4_define([places_version], [0.9.992])
+m4_define([places_version], [1.0.0])
dnl initialize autoconf
AC_COPYRIGHT([Copyright (c) 2007 Diego Ongaro <ongardie at gmail.com>])
More information about the Goodies-commits
mailing list