[Goodies-commits] r7672 - xfce4-clipman-plugin/trunk

Mike Massonnet mmassonnet at xfce.org
Sat Jul 4 16:15:12 CEST 2009


Author: mmassonnet
Date: 2009-07-04 14:15:12 +0000 (Sat, 04 Jul 2009)
New Revision: 7672

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/NEWS
   xfce4-clipman-plugin/trunk/TODO
   xfce4-clipman-plugin/trunk/configure.ac.in
Log:
Update NEWS and bump release to 1.1.0

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2009-07-04 13:46:37 UTC (rev 7671)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2009-07-04 14:15:12 UTC (rev 7672)
@@ -1,4 +1,7 @@
 2009-07-04	Mike Massonnet
+Update NEWS and bump release to 1.1.0
+
+2009-07-04	Mike Massonnet
 Add daemon to Makefile.am
 
 2009-07-04	Mike Massonnet

Modified: xfce4-clipman-plugin/trunk/NEWS
===================================================================
--- xfce4-clipman-plugin/trunk/NEWS	2009-07-04 13:46:37 UTC (rev 7671)
+++ xfce4-clipman-plugin/trunk/NEWS	2009-07-04 14:15:12 UTC (rev 7672)
@@ -1,3 +1,21 @@
+Version 1.1.0 - 2009-07-xx
+
+- Settings dialog is an external application xfce4-clipman-settings.  Optional
+  support for libunique to make the settings dialog unique.
+- Switched to GIO for file monitoring support over the actions XML file.
+  Minimum version requirement for glib bumped to 2.16.
+- The bundle "standalone app/panel plugin" is splitted in two binaries.
+- The autostart behavior has changed. Now when the standalone application is
+  launched the autostart file is automatically set to true, and when it is
+  dropped by the user it is set to false.
+- Added the daemon from gnome-settings-daemon, it keeps a copy of all targets
+  and replicates them to the clipboard before it is going empty.
+- Added groups into ClipmanActions identified by integers where -1 represents
+  all the groups. This makes it possible to retrieve only a set of actions. The
+  Clipman settings dialog has a new checkbox to retrieve actions only on manual
+  copies (e.g. Ctrl+C).
+- Fixed a bug with KDE where the status icon is getting smaller and smaller.
+
 Version 1.0.1 - 2009-05-14
 
 - Renamed option "Add selections" to "Sync selections".

Modified: xfce4-clipman-plugin/trunk/TODO
===================================================================
--- xfce4-clipman-plugin/trunk/TODO	2009-07-04 13:46:37 UTC (rev 7671)
+++ xfce4-clipman-plugin/trunk/TODO	2009-07-04 14:15:12 UTC (rev 7672)
@@ -1,6 +1,2 @@
 Actions:
 - A regex validator dialog
-Collector:
-- Instead of getting ownership of the clipboard content only for text (plain
-and html) and images, replicate the clipboard content with the same
-SAVE_TARGETS so it works for everything

Modified: xfce4-clipman-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.ac.in	2009-07-04 13:46:37 UTC (rev 7671)
+++ xfce4-clipman-plugin/trunk/configure.ac.in	2009-07-04 14:15:12 UTC (rev 7672)
@@ -10,8 +10,8 @@
 dnl *** Version information ***
 dnl ***************************
 m4_define([project_version_major], [1])
-m4_define([project_version_minor], [0])
-m4_define([project_version_micro], [3])
+m4_define([project_version_minor], [1])
+m4_define([project_version_micro], [0])
 m4_define([project_version_build], [r at REVISION@])
 m4_define([project_version_tag], [svn]) # leave empty for release
 m4_define([project_version], [project_version_major().project_version_minor().project_version_micro()ifelse(project_version_tag(), [svn], [project_version_tag()-project_version_build()], [project_version_tag()])])




More information about the Goodies-commits mailing list