[Xfce4-commits] r23011 - in libxfce4util/trunk: . po
Benedikt Meurer
benny at xfce.org
Sat Sep 2 14:10:59 UTC 2006
Author: benny
Date: 2006-09-02 14:10:53 +0000 (Sat, 02 Sep 2006)
New Revision: 23011
Modified:
libxfce4util/trunk/ChangeLog
libxfce4util/trunk/NEWS
libxfce4util/trunk/configure.in.in
libxfce4util/trunk/po/ChangeLog
libxfce4util/trunk/po/ca.po
libxfce4util/trunk/po/de.po
libxfce4util/trunk/po/eu.po
libxfce4util/trunk/po/fi.po
libxfce4util/trunk/po/fr.po
libxfce4util/trunk/po/gl.po
libxfce4util/trunk/po/he.po
libxfce4util/trunk/po/ja.po
libxfce4util/trunk/po/ka.po
libxfce4util/trunk/po/lt.po
libxfce4util/trunk/po/pl.po
libxfce4util/trunk/po/pt_BR.po
libxfce4util/trunk/po/uk.po
Log:
2006-09-02 Benedikt Meurer <benny at xfce.org>
* === Released 4.3.99.1 ===
* configure.in.in: Do not set gcc specific flags unless gcc is used.
* NEWS, configure.in.in: Bump version.
* po/*.po: Update Project-Id-Version.
Modified: libxfce4util/trunk/ChangeLog
===================================================================
--- libxfce4util/trunk/ChangeLog 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/ChangeLog 2006-09-02 14:10:53 UTC (rev 23011)
@@ -1,3 +1,10 @@
+2006-09-02 Benedikt Meurer <benny at xfce.org>
+
+ * === Released 4.3.99.1 ===
+ * configure.in.in: Do not set gcc specific flags unless gcc is used.
+ * NEWS, configure.in.in: Bump version.
+ * po/*.po: Update Project-Id-Version.
+
2006-08-30 Benedikt Meurer <benny at xfce.org>
* libxfce4util/xfce-generics.h: Enable compilation with Sun Studio
Modified: libxfce4util/trunk/NEWS
===================================================================
--- libxfce4util/trunk/NEWS 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/NEWS 2006-09-02 14:10:53 UTC (rev 23011)
@@ -1,44 +1,45 @@
-20040301:
----------
+4.3.99.1
+========
+- Enable compilation with compilers other than gcc (Bug #1851).
+- Updated translations: Fabian Nowak (de)
+- New translations: Leandro Regueiro (gl), Dimitri Gogelia (ka)
- - Version 4.1.6
- - Added LIBXFCE4UTIL_*_VERSION macros.
-20040224:
----------
+4.1.6
+=====
+- Added LIBXFCE4UTIL_*_VERSION macros.
- - Version 4.1.5
- - Added XDG Base Directory Implementation (version 0.6) and updated
- documentation.
- - Small fixes to make gcc happy and first steps with Intel C compiler
- on FreeBSD.
-20040220:
----------
+4.1.5
+=====
+- Added XDG Base Directory Implementation (version 0.6) and updated
+ documentation.
+- Small fixes to make gcc happy and first steps with Intel C compiler
+ on FreeBSD.
- - Version 4.1.4
- - Several bugfixes
- - Added --with-broken-putenv=[auto/no/yes] to configure to make
- libxfce4util cross-compilable again.
-20040212:
----------
+4.1.4
+=====
+- Several bugfixes
+- Added --with-broken-putenv=[auto/no/yes] to configure to make
+ libxfce4util cross-compilable again.
- - Version 4.1.3
- - Code cleanups (Yes, consistency is important)
- - Switched to gtk-doc, cause of doxygen being unable to handle
- GObject's
- - Mark some functions as DEPRECATED.
-20040129:
----------
+4.1.3
+=====
+- Code cleanups (Yes, consistency is important)
+- Switched to gtk-doc, cause of doxygen being unable to handle
+ GObject's
+- Mark some functions as DEPRECATED.
- - Version 4.1.1
- - added xfce_setenv(), xfce_putenv()
- - Started doxygen documentation of the code
-20030614:
----------
+4.1.1
+=====
+- added xfce_setenv(), xfce_putenv()
+- Started doxygen documentation of the code
- - Added xfce_textdomain(package, localedir, encoding) to avoid
- problems with gettext binding in the future.
+
+4.1.0
+=====
+- Added xfce_textdomain(package, localedir, encoding) to avoid
+ problems with gettext binding in the future.
Modified: libxfce4util/trunk/configure.in.in
===================================================================
--- libxfce4util/trunk/configure.in.in 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/configure.in.in 2006-09-02 14:10:53 UTC (rev 23011)
@@ -13,16 +13,16 @@
m4_define([libxfce4util_verinfo], [4:0:0])
m4_define([libxfce4util_version_major], [4])
m4_define([libxfce4util_version_minor], [3])
-m4_define([libxfce4util_version_micro], [90])
-m4_define([libxfce4util_version_nano], [3]) dnl leave this empty to have no nano version
+m4_define([libxfce4util_version_micro], [99])
+m4_define([libxfce4util_version_nano], [1]) dnl leave this empty to have no nano version
m4_define([libxfce4util_version_build], [r at REVISION@])
-m4_define([libxfce4util_version_tag], [svn])
+m4_define([libxfce4util_version_tag], [])
m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [svn], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
dnl **************************************************************
dnl *** Overall Xfce version, modify this when making releases ***
dnl **************************************************************
-m4_define([xfce_version_string], [4.3.90.2])
+m4_define([xfce_version_string], [4.3.99.1])
dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT
@@ -153,7 +153,9 @@
[], [enable_debug=libxfce4util_debug_default])
AC_MSG_CHECKING([whether to enable debugging support])
if test x"$enable_debug" = x"yes" -o x"$enable_debug" = x"full"; then
- CFLAGS="$CFLAGS -O0 -g3 -Werror -Wall"
+ if test x"$GCC" = x"yes"; then
+ CFLAGS="$CFLAGS -O0 -g3 -Werror -Wall"
+ fi
else
CFLAGS="$CFLAGS -DG_DISABLE_CAST_CHECKS"
Modified: libxfce4util/trunk/po/ChangeLog
===================================================================
--- libxfce4util/trunk/po/ChangeLog 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/ChangeLog 2006-09-02 14:10:53 UTC (rev 23011)
@@ -1,3 +1,7 @@
+2006-09-02 Benedikt Meurer <benny at xfce.org>
+
+ * *.po: Update Project-Id-Version.
+
2006-08-27 Jean-François Wauthy <pollux at xfce.org>
* cs.po: Updated Czech translations
Modified: libxfce4util/trunk/po/ca.po
===================================================================
--- libxfce4util/trunk/po/ca.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/ca.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -6,9 +6,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-05-14 22:44+0100\n"
"Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
"Language-Team: catalan\n"
Modified: libxfce4util/trunk/po/de.po
===================================================================
--- libxfce4util/trunk/po/de.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/de.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-06-27 09:15+0200\n"
Modified: libxfce4util/trunk/po/eu.po
===================================================================
--- libxfce4util/trunk/po/eu.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/eu.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-15-15 12:24\n"
Modified: libxfce4util/trunk/po/fi.po
===================================================================
--- libxfce4util/trunk/po/fi.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/fi.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-04-19 17:26+0300\n"
"Last-Translator: jari <jari at localhost.localdomain>\n"
"Language-Team: Finnish <translation-team-fi at lists.sourceforge.net>\n"
Modified: libxfce4util/trunk/po/fr.po
===================================================================
--- libxfce4util/trunk/po/fr.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/fr.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-07-09 19:14+0100\n"
"Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
"Language-Team: French <xfce-i18n at xfce.org>\n"
Modified: libxfce4util/trunk/po/gl.po
===================================================================
--- libxfce4util/trunk/po/gl.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/gl.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -6,8 +6,8 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util\n"
-"Report-Msgid-Bugs-To: FULL NAME <EMAIL at ADDRESS>\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
+"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-08-17 19:08+0000\n"
"Last-Translator: Leandro Regueiro <leandro.regueiro at gmail.com>\n"
@@ -80,4 +80,4 @@
"License along with this library; if not, write to the \n"
"Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
"Boston, MA 02111-1307 USA.\n"
-msgstr ""
\ No newline at end of file
+msgstr ""
Modified: libxfce4util/trunk/po/he.po
===================================================================
--- libxfce4util/trunk/po/he.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/he.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-04-22 13:41+0300\n"
"Last-Translator: Yuval Tanny <tanai at int.gov.il>\n"
"Language-Team: Hebrew\n"
Modified: libxfce4util/trunk/po/ja.po
===================================================================
--- libxfce4util/trunk/po/ja.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/ja.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -7,9 +7,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-04-23 16:27+0900\n"
"Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
"Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
Modified: libxfce4util/trunk/po/ka.po
===================================================================
--- libxfce4util/trunk/po/ka.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/ka.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -1,7 +1,8 @@
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util\n"
-"POT-Creation-Date: \n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-08-24 23:08+0400\n"
"Last-Translator: Dimitri Gogelia <delphi.knight at gmail.com>\n"
"Language-Team: Georgian <delphi.knight at gmail.com>\n"
@@ -52,8 +53,10 @@
"FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for\n"
"more details.\n"
"\n"
-"You should have received a copy of the GNU General Public License along with\n"
-"this program; if not, write to the Free Software Foundation, Inc., 59 Temple\n"
+"You should have received a copy of the GNU General Public License along "
+"with\n"
+"this program; if not, write to the Free Software Foundation, Inc., 59 "
+"Temple\n"
"Place, Suite 330, Boston, MA 02111-1307 USA.\n"
msgstr ""
@@ -74,4 +77,3 @@
"Free Software Foundation, Inc., 59 Temple Place - Suite 330, \n"
"Boston, MA 02111-1307 USA.\n"
msgstr ""
-
Modified: libxfce4util/trunk/po/lt.po
===================================================================
--- libxfce4util/trunk/po/lt.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/lt.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-05-26 12:13+0300\n"
"Last-Translator: mantas <mantaz at users.sourceforge.net>\n"
"Language-Team: Lithuanian <komp_lt at konferencijos.lt>\n"
Modified: libxfce4util/trunk/po/pl.po
===================================================================
--- libxfce4util/trunk/po/pl.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/pl.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -6,9 +6,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-05-07 19:50+0200\n"
"Last-Translator: Szymon Kałasz <szymon_maestro at gazeta.pl>\n"
"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
Modified: libxfce4util/trunk/po/pt_BR.po
===================================================================
--- libxfce4util/trunk/po/pt_BR.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/pt_BR.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-04-28 00:31-0300\n"
"Last-Translator: Adriano Winter Bess <awbess at gmail.com>\n"
"Language-Team: Portuguese <ldp-br at bazar.conectiva.com.br>\n"
Modified: libxfce4util/trunk/po/uk.po
===================================================================
--- libxfce4util/trunk/po/uk.po 2006-09-02 14:01:47 UTC (rev 23010)
+++ libxfce4util/trunk/po/uk.po 2006-09-02 14:10:53 UTC (rev 23011)
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libxfce4util 4.3.90.2\n"
+"Project-Id-Version: libxfce4util 4.3.99.1\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-07-10 12:43+0200\n"
+"POT-Creation-Date: 2006-04-18 23:34+0200\n"
"PO-Revision-Date: 2006-04-18 21:06+0900\n"
"Last-Translator: Maxim V. Dziumanenko <mvd at mylinux.ua>\n"
"Language-Team: Ukrainian <translation-team-uk at lists.sourceforge.net>\n"
More information about the Xfce4-commits
mailing list