From 2897ce007e7a2eef81eee24df37bed971902c414 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sun, 5 Jul 2009 22:49:48 +0200 Subject: [PATCH] Update CHANGELOG and bump. --- CHANGELOG | 33 ++++++++++++++++++++++++++++----- configure.ac | 2 +- 2 files changed, 29 insertions(+), 6 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index bac7aaaf..f12176a0 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,32 @@ 3.4.8-rc2: + * Updated translations: Italian, Croatian, Ukrainian. + * When resizing a window while focus cycling with bar=no, the bar no longer + reappears. + * Correctly handle shaped windows using the ShapeInput kind, this is used + by many composited apps to pass through clicks in their transparent areas. + * Fix the per-app setting. + * Avoid using anonymous unions. + * Windows that had their decorations removed by per-app settings were still + placed as if they still had their decorations. + * Fix event handling not to ignore events on a window when they have an unmap + event in the queue, if that unmap event doesn't cause the window to be + unmanaged. + * Show the desktop switch on every monitor in xinerama. + * Fix interpretation of struts in xinerama where the screens have different + sizes. + * Add "next" and "prev" as possible targets in the moveto and + resizeto actions. + * Allow escaping the _ used to mark the shortcut character in menu labels. + You can now change the (first) _ in a label to __, this will be displayed + as a single underscore. The rest of the _ in the string will be unaffected, + so only double the first one. + * Only replace ~ with the home directory when it is preceded by whitespace or + is at the start of the string, and when it is followed by a space, slash, or + the end of the string. This is implemented with GRegex, and so the required + glib version has been bumped to 2.14. + * Some other small fixes. + +3.4.8-rc1: * Updated translations: Basque, Catalan, Turkish, Italian, Spanish, Russian. * New translations: Danish, Turkish, Lithuanian. * Set the _MOTIF_WM_INFO atom so urxvt uses motif hints for borderless mode. @@ -14,11 +42,6 @@ app and the window is on another desktop, just set the demands_attention flag. If the event came from the user (ie pager/panel), then the window is still moved to the current desktop. - * When resizing a window while focus cycling with bar=no, the bar no longer - reappears. - * Correctly handle shaped windows using the ShapeInput kind, this is used - by many composited apps to pass through clicks in their transparent areas. - * Fix the per-app setting. 3.4.7.2: * The system I used to generate the dist tarball didn't have the diff --git a/configure.ac b/configure.ac index 65212226..dbff2cd2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.7.3], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.8-rc2], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) -- 2.39.2