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

Nick Schermer nick at xfce.org
Wed Jan 17 18:42:53 CET 2007


Author: nick
Date: 2007-01-17 17:42:53 +0000 (Wed, 17 Jan 2007)
New Revision: 2395

Modified:
   xfce4-clipman-plugin/trunk/ChangeLog
   xfce4-clipman-plugin/trunk/Makefile.am
   xfce4-clipman-plugin/trunk/autogen.sh
   xfce4-clipman-plugin/trunk/configure.in.in
   xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
   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.c
   xfce4-clipman-plugin/trunk/panel-plugin/clipman.h
Log:
* Improve configure files and Makefiles.
* A huge version bump: we going from 0.5.99.1 to 0.8.0 for
  the Xfce 4.4.0 release. This because there was an experimental
  version with the 0.6.4 version number (not very smart, I know),
  so this will make it easier for distros (Ubuntu) to update the
  package.


Modified: xfce4-clipman-plugin/trunk/ChangeLog
===================================================================
--- xfce4-clipman-plugin/trunk/ChangeLog	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/ChangeLog	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,139 +1,148 @@
-2006-12-20 17:47 nick
+2006-01-17	Nick Schermer <nick at xfce.org>
 
+	* Improve configure files and Makefiles.
+	* A huge version bump: we going from 0.5.99.1 to 0.8.0 for
+	  the Xfce 4.4.0 release. This because there was an experimental
+	  version with the 0.6.4 version number (not very smart, I know),
+	  so this will make it easier for distros (Ubuntu) to update the
+	  package.
+
+2006-12-20	Nick Schermer <nick at xfce.org>
+
 	* panel-plugin/clipman-dialog.c: Add help button with
 	  exo-open to clipman wiki website.
 	* po/*.po: Merge new string
 
-2006-09-20 18:16 nick
+2006-09-20	Nick Schermer <nick at xfce.org>
 
 	* Removed all the toolips in the configure dialog and
 	  added a help button (launch exo-open).
 
-2006-09-10 11:23 nick
+2006-09-10	Nick Schermer <nick at xfce.org>
 
 	* Fix typo in tooltip
 
-2006-09-05 22:00 nick
+2006-09-05	Nick Schermer <nick at xfce.org>
 
 	* Fix typo in desktop file
 
-2006-09-05 19:16 nick
+2006-09-05	Nick Schermer <nick at xfce.org>
 
 	* Improve Makefile.am files. Make distcheck works
 	  without any problems now.
 
-2006-09-05 18:23 nick
+2006-09-05	Nick Schermer <nick at xfce.org>
 
 	* Bump version to 0.5.99.1 (0.6rc1)
 	* Depend on Xfce4-panel 4.3.99.1
 
-2006-09-02 21:33 nick
+2006-09-02	Nick Schermer <nick at xfce.org>
 
 	* Remove executable bits
 	* Update ChangeLog
 
-2006-08-11 08:30 nick
+2006-08-11	Nick Schermer <nick at xfce.org>
 
 	* Depend on xfce4-panel rev 22703, libxfcegui4 4.3.90.2 and
 	  libxfce4util 4.3.90.2
 	* Remove the old header code for < 4.3.90.2
 
-2006-08-10 10:23 piarres
+2006-08-10	Nick Schermer <nick at xfce.org>
 
 	* add xfce4-clipman-plugin basque translation
 
-2006-08-09 20:48 nick
+2006-08-09	Nick Schermer <nick at xfce.org>
 
 	* Use new panel_slice_* functions
 
-2006-08-08 19:21 nick
+2006-08-08	Nick Schermer <nick at xfce.org>
 
 	* Fix compiler warning
 
-2006-08-07 23:58 nick
+2006-08-07	Nick Schermer <nick at xfce.org>
 
 	* Change version to 0.6 beta 2
 	* Fix my own mail
 
-2006-08-07 08:09 nick
+2006-08-07	Nick Schermer <nick at xfce.org>
 
 	* Patch from Darren Salt <linux at youmustbejoking.demon.co.uk>
 	  to use Pango's ellipsize.
 	* Added Darren to THANKS file
 
-2006-07-29 22:00 pollux
+2006-07-29	pollux
 
 	* Update French translations
 
-2006-06-21 21:06 nick
+2006-06-21	Nick Schermer <nick at xfce.org>
 
 	* Raise version number
 	* Fix some small problems
 	* Fix typo
 
-2006-06-21 20:45 nick
+2006-06-21	Nick Schermer <nick at xfce.org>
 
 	* Added LINGUAS support
 	* Drop a new clip if we can't convert the new title
 	* Clear board on exit plugin
 
-2006-06-15 15:02 nick
+2006-06-15	Nick Schermer <nick at xfce.org>
 
 	* Better way to render the button icon
 	* Improve memory usage
 	* Various small changes
 
-2006-06-15 09:28 nick
+2006-06-15	Nick Schermer <nick at xfce.org>
 
 	* Make memory usage a bit saver
 
-2006-06-14 22:29 nick
+2006-06-14	Nick Schermer <nick at xfce.org>
 
 	* Use g_object_unref (G_OBJECT (...))
 
-2006-06-11 20:04 nick
+2006-06-11	Nick Schermer <nick at xfce.org>
 
 	* Use the convenience toggle button from libxfce4panel
 	* Better way to calculate icon size (from launcher)
 	* Free tooltip on plugin exit
 	* Use new titled dialog, if available
 
-2006-05-23 07:19 daichi
+2006-05-23	daichi
 
 	* Removed executable bits.
 
-2006-05-22 21:16 nick
+2006-05-22	Nick Schermer <nick at xfce.org>
 
 	* Added hu to configure
 
-2006-05-22 14:19 satie
+2006-05-22	satie
 
 	* clipman hu.po
 
-2006-05-21 20:58 nick
+2006-05-21	Nick Schermer <nick at xfce.org>
 
 	* Improved loops
 	* Cleanup some stuff
 	* Use guint where possible
 	* Some code cleanups
 
-2006-05-17 19:19 nick
+2006-05-17	Nick Schermer <nick at xfce.org>
 
 	* Removed the "Edit Clip Dialog", since it not usefull enough.
 	* Fix memleak in free function
 	* Use gboolean instead of guint x:1
 	* Some style fixes and var renames
 
-2006-05-15 21:22 nick
+2006-05-15	Nick Schermer <nick at xfce.org>
 
 	* Fix 2.95 GCC warnings
 	* Code cleanup and layout
 
-2006-04-20 15:15 nick
+2006-04-20	Nick Schermer <nick at xfce.org>
 
 	* Version to 0.6.4
 
-2006-04-20 15:01 nick
+2006-04-20	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman-dialog.c:
   	* Destroy dialog when plugin is closed
@@ -143,11 +152,11 @@
   	* Remove Primairy clips when selection is ignored
   	* Improved the menu destroy function stuff
 
-2006-04-09 19:50 nick
+2006-04-09	Nick Schermer <nick at xfce.org>
 
 	* Version to 0.6.3
 
-2006-04-09 19:46 nick
+2006-04-09	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman-dialog.c:
   	* Splitup in tabs
@@ -162,16 +171,16 @@
   	* Fix regeneration of titles
   	* Small improvements
 
-2005-12-01 15:20 nick
+2005-12-01	Nick Schermer <nick at xfce.org>
 
 	* Version to 0.6.2
 
-2005-12-01 15:15 nick
+2005-12-01	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman-dialog.c: Added new behaviour options
 	* panel-plugin/clipman.c: Applied new behaviour to the functions
 
-2005-12-01 13:29 nick
+2005-12-01	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c:
   	* Added function clipman_replace_text (code moved from clipman_item_clicked)
@@ -182,16 +191,16 @@
   	* Added clipman_edit, clipman_edit_response
   	* Changed GTK_WIN_POS_CENTER_ALWAYS to GTK_WIN_POS_CENTER, because it's annoying
 
-2005-12-01 19:31 nick
+2005-12-01	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c: Make clipman_create_title UTF8 complaint.
 
-2005-11-29 19:00 nick
+2005-11-29	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c: Changed the toggle button handling a bit.
 	* panel-plugin/clipman.c: Spell Check.
 
-2005-11-29 10:30 nick
+2005-11-29	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c:
   	* Proper icon resize (I hope??)
@@ -201,7 +210,7 @@
   	* Free everything when the plugin is closed
 	* configure.ac: version update, 0.6.1
 
-2005-10-29 13:37 nick
+2005-10-29	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c:
   	* Complete rewrite of the old plugin using GPtrArray to store the
@@ -213,16 +222,16 @@
   	* Fixed bug to stop the check clipboard thread when the plugin is closed
 	* configure.ac: version update, 0.6.0
 
-2005-10-10 19:35 nick
+2005-10-10	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c: New function for resizing the array
 	* configure.ac: version update, 0.5.0
 
-2005-09-19 10:32 nick
+2005-09-19	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c: The selection function checks if button 1 is masked.
 
-2005-09-17 18:29 nick
+2005-09-17	Nick Schermer <nick at xfce.org>
 
 	* panel-plugin/clipman.c:
   	* Save clipboard content on exit (option)
@@ -239,37 +248,37 @@
   	* Cleared some code, added more comments, use tabs
   	* Remove item numbers, it will be back later as an option (I hope :P)
 
-2003-12-16 08:45  mastershadow
+2003-12-16	mastershadow
 
 	* panel-plugin/clipman.c: right mouse click allow users to remove a sigle
 	entry in the history. It ask for confirm and act properly.
 
-2003-12-15 09:00  mastershadow
+2003-12-15	mastershadow
 
 	* panel-plugin/clipman.c: now trailing spaces are removed from the popup
 	menu (a lot eyecandy :-).
 	* configure.ac: version update
 
-2003-11-09 12:04  mastershadow
+2003-11-09	mastershadow
 
 	* panel-plugin/clipman.c: changed text/plain d&d to UTF8_STRING
 
-2003-11-09 12:04  mastershadow
+2003-11-09	mastershadow
 
 	* panel-plugin/clipman.c: bug removed! when you remove panel and select
 	something now all is ok
 
-2003-11-09 11:48  mastershadow
+2003-11-09	mastershadow
 
 	* panel-plugin/clipman.c: fixed crash on remove but some troubles are still
 	present: if you select something when you have removed the plugin the panel
 	crash. This is due to the timer...
 
-2003-11-09 11:48  mastershadow
+2003-11-09	mastershadow
 
 	* panel-plugin/clipman.c: back to the old source for a timer bug
 
-2003-11-08 23:10  mastershadow
+2003-11-08	mastershadow
 
 	* panel-plugin/clipman.c: added drag and drop feature by Andre Lerche
 	* panel-plugin/clipman.c: fixed a bug that make crash the plugin when removing it
@@ -277,22 +286,22 @@
 	* configure.ac: version update
 
 
-2003-11-04 21:37  mastershadow
+2003-11-04	mastershadow
 
 	* panel-plugin/clipman.c: now items are shown with stack order
 	(for first latest item and then others).
 	* panel-plugin/clipman.c: Warnings fixed in resize functions
 
-2003-11-02 12:34  mastershadow
+2003-11-02	mastershadow
 
 	* panel-plugin/clipman.c: now icon resize with the panel
 
-2003-11-01 23:56  mastershadow
+2003-11-01	mastershadow
 
 	* panel-plugin/clipman.c: clipboard clear feature added
 	Some small syntax fixes in checkClip function
 
-2003-10-25 20:10  mastershadow
+2003-10-25	mastershadow
 
 	* panel-plugin/clipman.c: memory leaks fixed in gstring array and
 	crash fixed on removing the plugin from panel
@@ -303,21 +312,21 @@
 	* a lot of changes :-)
 	First public release of xfce4-clipman-plugin
 
-2003-07-11 15:56  huysmans
+2003-07-11	Jasper Huijsmans <jasper at xfce.org>
 
 	* panel-plugin/sample.c: Hmm, chinese translation updates that
 	didn't get picked up by my previous commit. Should have been in
 	rc1, sorry.
 
-2003-07-11 09:33  huysmans
+2003-07-11	Jasper Huijsmans <jasper at xfce.org>
 
 	* ChangeLog: Update ChangeLog's for release
 
-2003-07-10 11:56  huysmans
+2003-07-10	Jasper Huijsmans <jasper at xfce.org>
 
 	* ChangeLog: Update ChangeLog's for release
 
-2003-07-06 22:14  huysmans
+2003-07-06	Jasper Huijsmans <jasper at xfce.org>
 
 	* ChangeLog: Update ChangeLogs
 
@@ -326,7 +335,7 @@
 	* Makefile.in, aclocal.m4, config.h.in, configure, ltconfig,
 	ltmain.sh, panel-plugin/Makefile.in: libtool update
 
-2003-07-02 12:18  bmeurer
+2003-07-02	Benedikt Meurer <benny at xfce.org>
 
 	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
 	ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,
@@ -336,7 +345,7 @@
 	panel-plugin/Makefile.in, panel-plugin/sample.c: Initial import of
 	the sample panel plugin.
 
-2003-07-02 12:18  bmeurer
+2003-07-02	Benedikt Meurer <benny at xfce.org>
 
 	* AUTHORS, COPYING, INSTALL, autogen.sh, config.guess, config.sub,
 	ltconfig, ltcf-c.sh, ltmain.sh, Makefile.in, aclocal.m4, compile,

Modified: xfce4-clipman-plugin/trunk/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/Makefile.am	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/Makefile.am	2007-01-17 17:42:53 UTC (rev 2395)
@@ -4,10 +4,6 @@
 	panel-plugin 							\
 	po
 
-AUTOMAKE_OPTIONS =							\
-	1.8								\
-	dist-bzip2
-
 distclean-local:
 	rm -rf *.spec *.cache *~
 
@@ -24,3 +20,5 @@
 	intltool-extract						\
 	intltool-merge							\
 	intltool-update
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Modified: xfce4-clipman-plugin/trunk/autogen.sh
===================================================================
--- xfce4-clipman-plugin/trunk/autogen.sh	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/autogen.sh	2007-01-17 17:42:53 UTC (rev 2395)
@@ -29,7 +29,7 @@
 
 # substitute revision and linguas
 linguas=`sed -e '/^#/d' po/LINGUAS`
-revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%05d\n", $2}'`
+revision=`LC_ALL=C svn info $0 | awk '/^Revision: / {printf "%04d\n", $2}'`
 sed -e "s/@LINGUAS@/${linguas}/g" \
     -e "s/@REVISION@/${revision}/g" \
     < "configure.in.in" > "configure.in"

Modified: xfce4-clipman-plugin/trunk/configure.in.in
===================================================================
--- xfce4-clipman-plugin/trunk/configure.in.in	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/configure.in.in	2007-01-17 17:42:53 UTC (rev 2395)
@@ -2,46 +2,73 @@
 dnl
 dnl xfce4-clipman-plugin - Clipboard manager for the Xfce desktop
 dnl
-dnl 2005 Eduard Roccatello <eduard at xfce.org>
-dnl 2006 Nick Schermer <nick at xfce.org>
+dnl 2005      Eduard Roccatello <eduard at xfce.org>
+dnl 2006-2007 Nick Schermer <nick at xfce.org>
 dnl
 
-dnl version info
-m4_define([clipman_version], [0.5.99.1])
+dnl ***************************
+dnl *** Version information ***
+dnl ***************************
+m4_define([clipman_version_major], [0])
+m4_define([clipman_version_minor], [8])
+m4_define([clipman_version_micro], [0])
+m4_define([clipman_version_build], [r at REVISION@])
+m4_define([clipman_version_tag], [svn])
+m4_define([clipman_version], [clipman_version_major().clipman_version_minor().clipman_version_micro()ifelse(clipman_version_tag(), [svn], [clipman_version_tag()-clipman_version_build()], [clipman_version_tag()])])
 
-dnl init autoconf
-AC_INIT([xfce4-clipman-plugin], [clipman_version], [nick at xfce.org])
+dnl ***************************
+dnl *** Initialize autoconf ***
+dnl ***************************
+AC_COPYRIGHT([Copyright (c) 2006-2007
+        The Xfce development team. All rights reserved.])
+AC_INIT([xfce4-clipman-plugin], [clipman_version()], [http://bugzilla.xfce.org/], [xfce4-clipman-plugin])
 AC_PREREQ([2.50])
+AC_CANONICAL_TARGET()
+AC_REVISION([$Id$])
 
-dnl init automake
-CLIPMAN_VERSION=clipman_version
-AM_INIT_AUTOMAKE([xfce4-clipman-plugin], [$CLIPMAN_VERSION])
+dnl ***************************
+dnl *** Initialize automake ***
+dnl ***************************
+AM_INIT_AUTOMAKE([1.8 dist-bzip2 tar-ustar])
 AM_CONFIG_HEADER([config.h])
-AM_MAINTAINER_MODE
+AM_MAINTAINER_MODE()
 
-dnl check for basic programs
-AC_PROG_CC
-AC_PROG_INSTALL
-AC_PROG_LIBTOOL
+dnl ********************************
+dnl *** Check for basic programs ***
+dnl ********************************
+AC_PROG_CC()
+AC_PROG_LD()
+AC_PROG_INSTALL()
 AC_PROG_INTLTOOL()
 
-dnl check for standard header files
-AC_HEADER_STDC
+dnl **********************************
+dnl *** Check for standard headers ***
+dnl **********************************
+AC_HEADER_STDC()
 
-dnl Check for X11 installed
-XDT_CHECK_LIBX11_REQUIRE
+dnl 
+dnl *******************************
+dnl *** Check for X11 installed ***
+dnl *******************************
+XDT_CHECK_LIBX11_REQUIRE()
 
-dnl required
+dnl ******************************
+dnl *** Check for i18n support ***
+dnl ******************************
+XDT_I18N([@LINGUAS@])
+
+dnl ***********************************
+dnl *** Check for required packages ***
+dnl ***********************************
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.90.2])
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.1])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.3.99.2])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.99.2])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.99.2])
 
-dnl Check for i18n support
-XDT_I18N([@LINGUAS@])
-
-dnl check for debugging support
+dnl ***********************************
+dnl *** Check for debugging support ***
+dnl ***********************************
 XDT_FEATURE_DEBUG()
 
 AC_OUTPUT([
@@ -49,3 +76,13 @@
 panel-plugin/Makefile
 po/Makefile.in
 ])
+
+dnl ***************************
+dnl *** Print configuration ***
+dnl ***************************
+echo
+echo "Build Configuration:"
+echo
+echo "* Debug Support:    $enable_debug"
+echo
+

Modified: xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/panel-plugin/Makefile.am	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,8 +1,19 @@
 # $Id$
 
-plugindir = $(libexecdir)/xfce4/panel-plugins
-plugin_PROGRAMS = xfce4-clipman-plugin
+INCLUDES =								\
+	-I$(top_srcdir)							\
+	-DG_LOG_DOMAIN=\"xfce4-battery-plugin\"				\
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
+#
+# Battery Plugin
+#
+plugindir =								\
+	$(libexecdir)/xfce4/panel-plugins
+
+plugin_PROGRAMS =							\
+	xfce4-clipman-plugin
+
 xfce4_clipman_plugin_SOURCES =						\
 	clipman.h							\
 	clipman.c							\
@@ -10,15 +21,16 @@
 	clipman-dialogs.c
 
 xfce4_clipman_plugin_CFLAGS =						\
-	-I$(top_srcdir)							\
 	$(LIBXFCEGUI4_CFLAGS)						\
-	$(LIBXFCE4PANEL_CFLAGS)						\
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
+	$(LIBXFCE4PANEL_CFLAGS)
 
 xfce4_clipman_plugin_LDADD =						\
 	$(LIBXFCE4PANEL_LIBS)						\
 	$(LIBXFCEGUI4_LIBS)
 
+#
+# Desktop file
+#
 desktopdir = $(datadir)/xfce4/panel-plugins
 desktop_in_in_files = clipman.desktop.in.in
 desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
@@ -33,3 +45,5 @@
 CLEANFILES =								\
 	$(desktop_in_files)						\
 	$(desktop_DATA)
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Modified: xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.c	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright (c) 2006 Nick Schermer <nick at xfce.org>
+ *  Copyright (c) 2006-2007 Nick Schermer <nick 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	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman-dialogs.h	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright (c) 2006 Nick Schermer <nick at xfce.org>
+ *  Copyright (c) 2006-2007 Nick Schermer <nick 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.c
===================================================================
--- xfce4-clipman-plugin/trunk/panel-plugin/clipman.c	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman.c	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright (c) 2006 Nick Schermer <nick at xfce.org>
+ *  Copyright (c) 2006-2007 Nick Schermer <nick 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	2007-01-17 17:40:47 UTC (rev 2394)
+++ xfce4-clipman-plugin/trunk/panel-plugin/clipman.h	2007-01-17 17:42:53 UTC (rev 2395)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright (c) 2006 Nick Schermer <nick at xfce.org>
+ *  Copyright (c) 2006-2007 Nick Schermer <nick 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