[Xfce4-commits] r29508 - libxfcegui4/trunk
Stephan Arts
stephan at xfce.org
Wed Feb 18 13:35:23 CET 2009
Author: stephan
Date: 2009-02-18 12:35:23 +0000 (Wed, 18 Feb 2009)
New Revision: 29508
Modified:
libxfcegui4/trunk/ChangeLog
libxfcegui4/trunk/NEWS
libxfcegui4/trunk/configure.in.in
Log:
Update NEWS, ChangeLog
Add configure output to indicate how libxfcegui4 will be compiled
Modified: libxfcegui4/trunk/ChangeLog
===================================================================
--- libxfcegui4/trunk/ChangeLog 2009-02-18 12:01:19 UTC (rev 29507)
+++ libxfcegui4/trunk/ChangeLog 2009-02-18 12:35:23 UTC (rev 29508)
@@ -1,3 +1,55 @@
+2009-02-16 10:31 nick
+
+ * NEWS, libxfcegui4/dialogs.h, libxfcegui4/gtk_style.h:
+ Add missing C++ wrappers in header files (bug #4941).
+
+2009-02-11 01:59 sas
+
+ * po/hu.po:
+ [intl:hu] little updates for 4.6
+
+2009-02-08 08:20 maximilian
+
+ * po/ChangeLog, po/id.po, po/pl.po:
+ Translations udaptes - de id ja nb pl zh_CN
+
+2009-02-07 20:01 olivier
+
+ * configure.in.in:
+ Fix version number
+
+2009-02-07 17:34 olivier
+
+ * NEWS:
+ Update NEWS file. Actually, all of this is not my fault. It's
+ Jannis who stole the keyboard.
+
+2009-02-07 17:30 olivier
+
+ * configure.in.in, libxfce4kbd-private/Makefile.am,
+ libxfce4kbd-private/xfce-shortcut-dialog.c,
+ libxfce4kbd-private/xfce-shortcut-dialog.h:
+ Add parent parameter to xfce_shortcut_dialog_run() to fix the
+ transient mode. This breaks the API/ABI, thus adding a separate
+ library version for libxfce4kbd-private which his higher than the
+ one before.
+
+2009-02-07 16:40 olivier
+
+ * NEWS, libxfce4kbd-private/xfce4-keyboard-shortcuts.xml:
+ Add default xrandr --auto for XF86Display so that monitor
+ switching works with recent Xorg
+
+2009-02-03 21:07 maximilian
+
+ * po/ChangeLog, po/en_GB.po:
+ Translations updates - en_GB es
+
+2009-02-02 23:55 stephan
+
+ * ChangeLog, NEWS, configure.in.in:
+ Update ChangeLog, NEWS and version-number
+
2009-01-31 17:38 erenturkay
* po/ChangeLog, po/tr.po:
Modified: libxfcegui4/trunk/NEWS
===================================================================
--- libxfcegui4/trunk/NEWS 2009-02-18 12:01:19 UTC (rev 29507)
+++ libxfcegui4/trunk/NEWS 2009-02-18 12:35:23 UTC (rev 29508)
@@ -1,8 +1,4 @@
4.x.xx
-======
-- Add missing C++ wrappers in header files (bug #4941).
-
-4.5.99.2 (Xfce 4.6rc2)
==================
- Fix translations of libxfce4kbd-private not being used (Bug #4784).
- Fix lib ageing (Bug #4864)
@@ -11,6 +7,7 @@
with recent Xorg
- Fix transient mode of XfceShortcutDialog.
- Add separate library version for libxfce4kbd-private.
+- Add missing C++ wrappers in header files (bug #4941).
4.5.99.1 (Xfce 4.6rc1)
======================
Modified: libxfcegui4/trunk/configure.in.in
===================================================================
--- libxfcegui4/trunk/configure.in.in 2009-02-18 12:01:19 UTC (rev 29507)
+++ libxfcegui4/trunk/configure.in.in 2009-02-18 12:35:23 UTC (rev 29508)
@@ -104,7 +104,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.2])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.5.99.1])
dnl **************************************************
dnl *** Check whether to build the keyboard libary ***
@@ -309,3 +309,29 @@
libxfcegui4/Makefile
po/Makefile.in
])
+
+dnl ***************************
+dnl *** Print configuration ***
+dnl ***************************
+echo
+echo "Build Configuration:"
+echo
+echo "* Installation prefix: $prefix"
+echo "* Debug Support: $enable_debug"
+echo "* Libglade module directory: $LIBGLADE_MODULE_DIR"
+if test x"$GLADEUI_FOUND" = x"yes"; then
+echo "* GladeUI support: yes"
+echo "* GladeUI module directory: $GLADEUI_MODULE_DIR"
+else
+echo "* GladeUI support: no"
+fi
+if test x"$enable_keyboard_library" = x"yes"; then
+echo "* Keyboard library support: yes"
+else
+echo "* Keyboard library support: no"
+fi
+if test x"$LIBSTARTUP_NOTIFICATION_FOUND" = x"yes"; then
+echo "* Startup Notification: yes"
+else
+echo "* Startup Notification: no"
+fi
More information about the Xfce4-commits
mailing list