[Goodies-commits] r5273 - in xfce4-screenshooter-plugin/trunk: . src

Jerome Guelfucci jeromeg at xfce.org
Mon Aug 18 10:30:04 CEST 2008


Author: jeromeg
Date: 2008-08-18 08:30:04 +0000 (Mon, 18 Aug 2008)
New Revision: 5273

Modified:
   xfce4-screenshooter-plugin/trunk/ChangeLog
   xfce4-screenshooter-plugin/trunk/NEWS
   xfce4-screenshooter-plugin/trunk/configure.ac.in
   xfce4-screenshooter-plugin/trunk/src/Makefile.am
   xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
Log:
* xfce4-screenshooter.1: bump version for future release.
* configure.ac.in: ditto.
* src/Makefile.am: build with -Werror
* NEWS: updated.


Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog	2008-08-17 22:37:40 UTC (rev 5272)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog	2008-08-18 08:30:04 UTC (rev 5273)
@@ -1,5 +1,12 @@
 2008-08-16 jeromeg
 
+  * xfce4-screenshooter.1: bump version for future release.
+  * configure.ac.in: ditto.
+  * src/Makefile.am: build with -Werror
+  * NEWS: updated.
+
+2008-08-16 jeromeg
+
   * src/screenshooter-utils.c:
     - do not g_free screenshot_dir when reading conf file, as we need it after.
     - improve identation.

Modified: xfce4-screenshooter-plugin/trunk/NEWS
===================================================================
--- xfce4-screenshooter-plugin/trunk/NEWS	2008-08-17 22:37:40 UTC (rev 5272)
+++ xfce4-screenshooter-plugin/trunk/NEWS	2008-08-18 08:30:04 UTC (rev 5273)
@@ -4,6 +4,7 @@
     corrupted snapshot of the background image, return the whole desktop view.
   * Code cleanup using libgdk functions.
   * Use tooltips for panel plugin when compiled with gtk >= 2.12.
+  * Fix all compiler warnings.
 
 === Version 1.3.1 ===
   * BUGFIX: Fix -s switch with relative path.

Modified: xfce4-screenshooter-plugin/trunk/configure.ac.in
===================================================================
--- xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-08-17 22:37:40 UTC (rev 5272)
+++ xfce4-screenshooter-plugin/trunk/configure.ac.in	2008-08-18 08:30:04 UTC (rev 5273)
@@ -1,11 +1,11 @@
 dnl configure.ac
 dnl
-dnl xfce4-screenshooter-plugin - Plugin for the XFCE4 panel
+dnl xfce4-screenshooter-plugin - Plugin for the Xfce panel
 dnl
 
 m4_define([xfce4_screenshooter_plugin_version_major], [1])
 m4_define([xfce4_screenshooter_plugin_version_minor], [3])
-m4_define([xfce4_screenshooter_plugin_version_micro], [1])
+m4_define([xfce4_screenshooter_plugin_version_micro], [2])
 m4_define([xfce4_screenshooter_plugin_version_nano],  []) dnl leave this empty to have no nano version
 m4_define([xfce4_screenshooter_plugin_version_build], [r at REVISION@])
 m4_define([xfce4_screenshooter_plugin_version_tag],   [svn])

Modified: xfce4-screenshooter-plugin/trunk/src/Makefile.am
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-08-17 22:37:40 UTC (rev 5272)
+++ xfce4-screenshooter-plugin/trunk/src/Makefile.am	2008-08-18 08:30:04 UTC (rev 5273)
@@ -4,7 +4,7 @@
 
 xfce4_screenshooter_plugin_CFLAGS =						\
 	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
-	@LIBXFCE4PANEL_CFLAGS@ -Wall
+	@LIBXFCE4PANEL_CFLAGS@ -Werror
 
 xfce4_screenshooter_plugin_LDFLAGS =						\
 	@LIBXFCE4PANEL_LIBS@
@@ -17,7 +17,7 @@
 	@GTK_CFLAGS@ \
 	@GLIB_CFLAGS@ \
 	@LIBXFCE4UTIL_CFLAGS@ \
-	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" -Wall
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\" -Werror
 	
 xfce4_screenshooter_LDFLAGS =                       \
 	@GTK_LIBS@ \

Modified: xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1
===================================================================
--- xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-08-17 22:37:40 UTC (rev 5272)
+++ xfce4-screenshooter-plugin/trunk/xfce4-screenshooter.1	2008-08-18 08:30:04 UTC (rev 5273)
@@ -1,5 +1,5 @@
 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
-.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.1" "User Commands"
+.TH XFCE4-SCREENSHOOTER-PLUGIN "1" "June 2008" "xfce4-screenshooter-plugin 1.3.2" "User Commands"
 .SH NAME
 xfce4-screenshooter-plugin \- panel plugin and standalone application to take screenshots
 .SH DESCRIPTION




More information about the Goodies-commits mailing list