[Goodies-commits] r3853 - in xfce4-clipman-plugin/trunk: . panel-plugin

Mike Massonnet mmassonnet at xfce.org
Thu Jan 24 14:07:44 CET 2008


Author: mmassonnet
Date: 2008-01-24 13:07:44 +0000 (Thu, 24 Jan 2008)
New Revision: 3853

Removed:
   xfce4-clipman-plugin/trunk/INSTALL
Modified:
   xfce4-clipman-plugin/trunk/AUTHORS
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/TODO
   xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c
   xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.h
   xfce4-clipman-plugin/trunk/panel-plugin/clipman.h
Log:
Cleanup files and add credits


Modified: xfce4-clipman-plugin/trunk/AUTHORS
===================================================================
--- xfce4-clipman-plugin/trunk/AUTHORS	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/AUTHORS	2008-01-24 13:07:44 UTC (rev 3853)
@@ -1,2 +1,3 @@
 Eduard Roccatello <eduard at xfce.org>
 Nick Schermer <nickschermer at gmail.com>
+Mike Massonnet <mmassonnet at xfce.org>

Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2008-01-24 13:07:44 UTC (rev 3853)
@@ -1,3 +1,10 @@
+2008-01-05	Mike Massonnet <mmassonnet at xfce.org>
+
+	* configure.in.in, panel-plugin/clipman.c, panel-plugin/clipman.h,
+	  panel-plugin/clipman-dialogs.c, panel-plugin/clipman-dialogs.h: Initial
+	  rewrite.  Separate code between ClipmanPlugin and ClipmanClips.  Use a
+	  GSList to store the history.
+
 2006-01-17	Nick Schermer <nick at xfce.org>
 
 	* Improve configure files and Makefiles.

Deleted: xfce4-clipman-plugin/trunk/INSTALL

Modified: xfce4-clipman-plugin/trunk/TODO
===================================================================
--- xfce4-clipman-plugin/trunk/TODO	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/TODO	2008-01-24 13:07:44 UTC (rev 3853)
@@ -0,0 +1 @@
+Add a MANUAL clipboard, with "Add new entry".

Modified: xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2008-01-24 13:07:44 UTC (rev 3853)
@@ -1,6 +1,7 @@
 /*  $Id: clipman-dialogs.c 2395 2007-01-17 17:42:53Z nick $
  *
  *  Copyright (c) 2006-2007 Nick Schermer <nick at xfce.org>
+ *  Copyright (c)      2007 Mike Massonnet <mmassonnet at xfce.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by

Modified: xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.h
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.h	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.h	2008-01-24 13:07:44 UTC (rev 3853)
@@ -1,6 +1,7 @@
 /*  $Id: clipman-dialogs.h 2395 2007-01-17 17:42:53Z nick $
  *
  *  Copyright (c) 2006-2007 Nick Schermer <nick at xfce.org>
+ *  Copyright (c)      2007 Mike Massonnet <mmassonnet at xfce.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by

Modified: xfce4-clipman-plugin/trunk/panel-plugin/clipman.h
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman.h	2008-01-24 13:07:34 UTC (rev 3852)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman.h	2008-01-24 13:07:44 UTC (rev 3853)
@@ -1,6 +1,7 @@
 /*  $Id: clipman.h 2395 2007-01-17 17:42:53Z nick $
  *
  *  Copyright (c) 2006-2007 Nick Schermer <nick at xfce.org>
+ *  Copyright (c)      2007 Mike Massonnet <mmassonnet at xfce.org>
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License as published by




More information about the Goodies-commits mailing list