[Goodies-commits] r6390 - in xfce4-screenshooter/trunk: . lib panel-plugin src

Jerome Guelfucci jeromeg at xfce.org
Fri Jan 2 09:59:34 CET 2009


Author: jeromeg
Date: 2009-01-02 08:59:34 +0000 (Fri, 02 Jan 2009)
New Revision: 6390

Modified:
   xfce4-screenshooter/trunk/ChangeLog
   xfce4-screenshooter/trunk/NEWS
   xfce4-screenshooter/trunk/README
   xfce4-screenshooter/trunk/configure.ac.in
   xfce4-screenshooter/trunk/lib/Makefile.am
   xfce4-screenshooter/trunk/lib/libscreenshooter.h
   xfce4-screenshooter/trunk/lib/screenshooter-actions.c
   xfce4-screenshooter/trunk/lib/screenshooter-actions.h
   xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c
   xfce4-screenshooter/trunk/lib/screenshooter-dialogs.h
   xfce4-screenshooter/trunk/lib/screenshooter-utils.c
   xfce4-screenshooter/trunk/lib/screenshooter-utils.h
   xfce4-screenshooter/trunk/panel-plugin/Makefile.am
   xfce4-screenshooter/trunk/panel-plugin/screenshooter-plugin.c
   xfce4-screenshooter/trunk/src/Makefile.am
   xfce4-screenshooter/trunk/src/main.c
   xfce4-screenshooter/trunk/xfce4-screenshooter.1
Log:
Get ready for 1.4.90

Modified: xfce4-screenshooter/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter/trunk/ChangeLog	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/ChangeLog	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,3 +1,13 @@
+2009-01-02
+
+  * Get ready for 1.4.90:
+    - set version name
+    - update changelog
+    - bump xfce4-panel dependecy to 4.4
+    - update README with the new website
+    - update copyrights for new year
+    - remove -Werror warning
+
 2008-12-29 jeromeg
 
   * Rename the application to xfce4 screenshooter in all places.

Modified: xfce4-screenshooter/trunk/NEWS
===================================================================
--- xfce4-screenshooter/trunk/NEWS	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/NEWS	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,8 +1,8 @@
-=== Version 1.x.x ===
+=== Version 1.4.90 ===
 
   The application is now named "Xfce4 Screenshooter", the adress of the
   SVN trunk has changed and the one of the website too. See the README
-  file.
+  file. xfce4-panel dependency has been bumped to >= 4.4.
 
   * Bugfixes: 
     - correctly grab active windows. In particular, menus are grabbed 
@@ -15,7 +15,7 @@
       window.
     - only read the preferences file once when opening the application.
     - don't automatically set filenames in the file chooser, as user set
-      are overriden (bug #4748).
+      ones are overriden (bug #4748).
   
   * Enhancements:
     - Use -V for the version CLI option.

Modified: xfce4-screenshooter/trunk/README
===================================================================
--- xfce4-screenshooter/trunk/README	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/README	2009-01-02 08:59:34 UTC (rev 6390)
@@ -6,8 +6,8 @@
 
 A plugin for the Xfce panel is also available.
 
-You grab the development version with subversion by running:
+You can grab the development version with subversion by running:
 svn co http://svn.xfce.org/svn/goodies/xfce4-screenshooter/trunk/ xfce4-screenshooter
 
 The documentation is available in the doc/ folder of the source tree and
-on the website:
+on the website: http://goodies.xfce.org/projects/applications/xfce4-screenshooter

Modified: xfce4-screenshooter/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter/trunk/configure.ac.in	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/configure.ac.in	2009-01-02 08:59:34 UTC (rev 6390)
@@ -5,10 +5,10 @@
 
 m4_define([xfce4_screenshooter_version_major], [1])
 m4_define([xfce4_screenshooter_version_minor], [4])
-m4_define([xfce4_screenshooter_version_micro], [0])
-m4_define([xfce4_screenshooter_version_nano],  [1]) dnl leave this empty to have no nano version
+m4_define([xfce4_screenshooter_version_micro], [90])
+m4_define([xfce4_screenshooter_version_nano],  [0]) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_version_build], [r at REVISION@])
-m4_define([xfce4_screenshooter_version_tag],   [svn])
+m4_define([xfce4_screenshooter_version_tag],   [])
 m4_define([xfce4_screenshooter_version], [xfce4_screenshooter_version_major().xfce4_screenshooter_version_minor().xfce4_screenshooter_version_micro()ifelse(xfce4_screenshooter_version_nano(), [], [], [.xfce4_screenshooter_version_nano()])ifelse(xfce4_screenshooter_version_tag(), [svn], [xfce4_screenshooter_version_tag()-xfce4_screenshooter_version_build()], [xfce4_screenshooter_version_tag()])])
 
 AC_INIT([xfce4-screenshooter], [xfce4_screenshooter_version], [http://bugzilla.xfce.org/], [xfce4-screenshooter])
@@ -33,7 +33,7 @@
 AC_HEADER_STDC
 
 dnl Check for xfce4-panel
-XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.22])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.4])
 
 dnl Check for xfce4util
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4])

Modified: xfce4-screenshooter/trunk/lib/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/Makefile.am	2009-01-02 08:59:34 UTC (rev 6390)
@@ -13,7 +13,7 @@
 	@GLIB_CFLAGS@ \
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" -Werror
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"
 
 libscreenshooter_la_LIBADD = \
   @GTK_LIBS@ \

Modified: xfce4-screenshooter/trunk/lib/libscreenshooter.h
===================================================================
--- xfce4-screenshooter/trunk/lib/libscreenshooter.h	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/libscreenshooter.h	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-actions.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-actions.c	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-actions.c	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-actions.h
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-actions.h	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-actions.h	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-dialogs.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-dialogs.c	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-dialogs.h
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-dialogs.h	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-dialogs.h	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-utils.c
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-utils.c	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-utils.c	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/lib/screenshooter-utils.h
===================================================================
--- xfce4-screenshooter/trunk/lib/screenshooter-utils.h	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/lib/screenshooter-utils.h	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/panel-plugin/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/panel-plugin/Makefile.am	2009-01-02 08:59:34 UTC (rev 6390)
@@ -5,7 +5,7 @@
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
 	-I$(top_srcdir)								\
 	-I$(top_srcdir)/lib							\
-	@LIBXFCE4PANEL_CFLAGS@ -Werror
+	@LIBXFCE4PANEL_CFLAGS@
 
 xfce4_screenshooter_plugin_LDFLAGS =						\
 	@LIBXFCE4PANEL_LIBS@ \

Modified: xfce4-screenshooter/trunk/panel-plugin/screenshooter-plugin.c
===================================================================
--- xfce4-screenshooter/trunk/panel-plugin/screenshooter-plugin.c	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/panel-plugin/screenshooter-plugin.c	2009-01-02 08:59:34 UTC (rev 6390)
@@ -4,7 +4,7 @@
  *  Copyright © 2005,2006 Daniel Bobadilla Leal <dbobadil at dcc.uchile.cl>
  *  Copyright © 2005 Jasper Huijsmans <jasper at xfce.org>
  *  Copyright © 2006 Jani Monoses <jani at ubuntu.com>
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter/trunk/src/Makefile.am	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/src/Makefile.am	2009-01-02 08:59:34 UTC (rev 6390)
@@ -6,7 +6,7 @@
 	@LIBXFCE4UTIL_CFLAGS@ \
 	@LIBXFCEGUI4_CFLAGS@ \
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" \
-	-I$(top_srcdir)/lib -Werror
+	-I$(top_srcdir)/lib
 	
 xfce4_screenshooter_LDFLAGS =                       \
 	@GTK_LIBS@ \

Modified: xfce4-screenshooter/trunk/src/main.c
===================================================================
--- xfce4-screenshooter/trunk/src/main.c	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/src/main.c	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,6 +1,6 @@
 /*  $Id$
  *
- *  Copyright © 2008 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
+ *  Copyright © 2008-2009 Jérôme Guelfucci <jerome.guelfucci at gmail.com>
  *
  *  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-screenshooter/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter/trunk/xfce4-screenshooter.1	2009-01-01 16:21:29 UTC (rev 6389)
+++ xfce4-screenshooter/trunk/xfce4-screenshooter.1	2009-01-02 08:59:34 UTC (rev 6390)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH XFCE4-SCREENSHOOTER "1" "June 2008" "xfce4-screenshooter 1.4.0" "User Commands"
+.TH XFCE4-SCREENSHOOTER "1" "June 2008" "xfce4-screenshooter 1.4.90" "User Commands"
 .SH NAME
 xfce4-screenshooter \- application to take screenshots
 .SH DESCRIPTION




More information about the Goodies-commits mailing list