From 3f9efeb86998cb4f2a43a45f3e025a63e96a93cd Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 4 Jun 2007 22:47:04 +0000 Subject: [PATCH] merge 7353-54 from trunk --- CHANGELOG | 5 +++++ configure.ac | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8f293918..1cfe7dea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -12,6 +12,11 @@ * Rename new theme element menu.items.activedisabled to menu.items.active.disabled for consistency with other elements * Improvements to smart placement - especially with xinerama (Twinview) + * Fixes for focus with omnipresent windows - Allow focus to fallback to them + except during desktop switches (other mechanisms exist for that) + * Fix for putting child windows (transients) on all desktops + * Fix focus fallback when windows are not visible (showing the desktop, or + iconic windows) * Fix bug #3196 - Unable to alt-tab away from full-screen windows * Fix crash in parsing empty xml fields * Fix left and right contexts resizing the wrong way in the example mouse diff --git a/configure.ac b/configure.ac index 50c2a47f..7519e2e2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.3.996], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.0], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) @@ -15,9 +15,9 @@ dnl if MAJOR or MINOR version changes, be sure to change AC_INIT above to match dnl OB_MAJOR_VERSION=3 OB_MINOR_VERSION=4 -OB_MICRO_VERSION=12 -OB_INTERFACE_AGE=0 -OB_BINARY_AGE=0 +OB_MICRO_VERSION=13 +OB_INTERFACE_AGE=1 +OB_BINARY_AGE=1 OB_VERSION=$OB_MAJOR_VERSION.$OB_MINOR_VERSION AC_SUBST(OB_MAJOR_VERSION) -- 2.34.1