From eddd201a377463508ec0b6da46c9e911baac8d09 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Fri, 17 Nov 2006 18:42:51 +0000 Subject: [PATCH] Fri Nov 17 19:42:09 CET 2006 (Kim) --- 0.16.8.5 0.02 --- Ignore bogus unmap events (before window is mapped) and synthetic unmap events. - Either would fix trouble with misbehaving client (gnome-terminal configuration window). Enable setting focused/non-focused opacity independently. - Based on patch from Grant Wier. Fix shortening text to fit available space in certain combinations of locale and font type. Update help for a number of IPC commands. SVN revision: 27160 --- ChangeLog | 16 ++++++++++++++++ configure.in | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 55520cfc..effb1b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4091,3 +4091,19 @@ No need to restart when changing override-redirect window opacity. Center unplaced dialogs on "parent"(if transient) or root. Add _NET_WM_SYNC_REQUEST support. + +------------------------------------------------------------------------------- + +Fri Nov 17 19:42:09 CET 2006 +(Kim) + +--- 0.16.8.5 0.02 --- +Ignore bogus unmap events (before window is mapped) and synthetic unmap events. +- Either would fix trouble with misbehaving client (gnome-terminal + configuration window). +Enable setting focused/non-focused opacity independently. +- Based on patch from Grant Wier. +Fix shortening text to fit available space in certain combinations of locale + and font type. +Update help for a number of IPC commands. + diff --git a/configure.in b/configure.in index 496af226..f3214694 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ AC_INIT(configure.in) ENLIGHTENMENT_MAJOR=0 ENLIGHTENMENT_MINOR=16 ENLIGHTENMENT_MICRO=8.5 -ENLIGHTENMENT_REVISION=0.01 +ENLIGHTENMENT_REVISION=0.02 ENLIGHTENMENT_VERSION=$ENLIGHTENMENT_MAJOR.$ENLIGHTENMENT_MINOR.$ENLIGHTENMENT_MICRO if test "x$ENLIGHTENMENT_REVISION" != "x"; then ENLIGHTENMENT_REVNAME="$ENLIGHTENMENT_VERSION-$ENLIGHTENMENT_REVISION"