[Xfce4-commits] r29438 - libxfcegui4/trunk
Stephan Arts
stephan at xfce.org
Tue Feb 3 00:55:47 CET 2009
Author: stephan
Date: 2009-02-02 23:55:46 +0000 (Mon, 02 Feb 2009)
New Revision: 29438
Modified:
libxfcegui4/trunk/ChangeLog
libxfcegui4/trunk/NEWS
libxfcegui4/trunk/configure.in.in
Log:
Update ChangeLog, NEWS and version-number
Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog 2009-02-02 23:38:43 UTC (rev 29437)
+++ libxfcegui4/trunk/ChangeLog 2009-02-02 23:55:46 UTC (rev 29438)
@@ -1,7 +1,35 @@
-2009-01-27 olivier
+2009-01-31 17:38 erenturkay
- * configure.in.in: Fix lib ageing (Bug #4864)
+ * po/ChangeLog, po/tr.po:
+ Turkish translation update by Gokmen Gorgen and Samed Beyribey
+2009-01-29 21:18 jannis
+
+ * NEWS, libxfce4kbd-private/xfce-shortcut-dialog.c,
+ libxfce4kbd-private/xfce-shortcuts.c:
+ Call xfce_textdomain() in libxfce4kbd-private so that
+ translations for it actually used. This should fix bug #4784.
+
+2009-01-27 22:43 olivier
+
+ * ChangeLog, NEWS, configure.in.in:
+ * configure.in.in: Fix lib ageing (Bug #4864)
+
+2009-01-26 20:39 maximilian
+
+ * po/ChangeLog, po/uk.po:
+ Translations updates - ca fr uk
+
+2009-01-25 08:10 jari
+
+ * po/ChangeLog, po/fi.po:
+ Update Finnish translations.
+
+2009-01-25 00:42 stephan
+
+ * ChangeLog, NEWS, configure.in.in:
+ Update ChangeLog, NEWS Update version number
+
2009-01-23 22:16 mmassonnet
* po/fr.po:
Modified: libxfcegui4/trunk/NEWS
===================================================================
--- libxfcegui4/trunk/NEWS 2009-02-02 23:38:43 UTC (rev 29437)
+++ libxfcegui4/trunk/NEWS 2009-02-02 23:55:46 UTC (rev 29438)
@@ -1,7 +1,8 @@
-4.6.0 (Xfce 4.6.0)
+4.5.99.2 (Xfce 4.6rc2)
==================
- Fix translations of libxfce4kbd-private not being used (Bug #4784).
- Fix lib ageing (Bug #4864)
+- Update translations (tr, uk, fi)
4.5.99.1 (Xfce 4.6rc1)
======================
Modified: libxfcegui4/trunk/configure.in.in
===================================================================
--- libxfcegui4/trunk/configure.in.in 2009-02-02 23:38:43 UTC (rev 29437)
+++ libxfcegui4/trunk/configure.in.in 2009-02-02 23:55:46 UTC (rev 29438)
@@ -11,7 +11,7 @@
m4_define([libxfcegui4_version_major], [4])
m4_define([libxfcegui4_version_minor], [5])
m4_define([libxfcegui4_version_micro], [99])
-m4_define([libxfcegui4_version_nano], [1]) dnl leave this empty to have no nano version
+m4_define([libxfcegui4_version_nano], [2]) dnl leave this empty to have no nano version
m4_define([libxfcegui4_version_build], [r at REVISION@])
m4_define([libxfcegui4_version_tag], [])
m4_define([libxfcegui4_version], [libxfcegui4_version_major().libxfcegui4_version_minor().libxfcegui4_version_micro()ifelse(libxfcegui4_version_nano(), [], [], [.libxfcegui4_version_nano()])ifelse(libxfcegui4_version_tag(), [svn], [libxfcegui4_version_tag()-libxfcegui4_version_build()], [libxfcegui4_version_tag()])])
@@ -98,7 +98,7 @@
dnl *** Check for required packages ***
dnl ***********************************
XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
-XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.1])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.2])
dnl **************************************************
dnl *** Check whether to build the keyboard libary ***
More information about the Xfce4-commits
mailing list