From e9a3053cfe0878d007760c68ae078199e0de5c87 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 27 Feb 2008 22:10:14 -0500 Subject: [PATCH] set the version to 3.4.7-pre1 and update the changelog for all changes up to now --- CHANGELOG | 52 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 +- po/en@boldquot.po | 2 +- po/en@quot.po | 2 +- 4 files changed, 55 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8b2aca03..b0933563 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,55 @@ +3.4.7-pre1: + * Updated Czech, Chinese, Dutch, Swedish, Finnish and Spanish, translations + * Add an example of the "force" option for the per-app placement options to + the default rc.xml file + * Add a new xdg-autostart script. This will eventually end up in the PyXDG + distribution hopefully, but it is included in Openbox for now. This script + runs things based on the freedesktop.org autostart specification. You can + have it run GNOME, KDE, ROX, or XFCE specific things if you want. The + new default system-wide autostart.sh script runs it automatically + * Fix white font shadows (negative shadowtint) + * Update the autostart.sh to find gnome-settings-daemon correctly, as the + GNOME people have moved it to libexec + * Fix focus possibly getting stolen when using the Focus action + * Drastically speed up rendering of Vertical and SplitVertical gradients + * Speed improvements also for Horizonal and Pyramid gradients + * Add new theme options, menu.overlap.x and menu.overlap.y options, that let + you independently control the horizontal and vertical position of submenus + * Change _NET_ACTIVE_WINDOW messages to not change the current desktop, but + to bring the window to the current desktop instead. This is the industry + standard policy + * Use the pretty new openbox.png icon as the default window icon + * Allow matching per-application rules to windows by their window type + (normal, dialog, splash, etc). The default rc.xml has more details + * Add new Openbox-themed prompt windows. Use these prompt windows to ask + before killing off windows that aren't responding. This also means we + don't need to ping every window constantly forever + * Reduce Openbox's memory footprint and speed up rendering through the use + of a new icon cache, so that Openbox only needs to keep 1 copy of an icon + when 100 different windows share it + * Make Openbox menus have the "menu type" hint for compositors to see and use + * Fix actions so that key presses will not be lost between running the + ShowMenu action and the menu appearing + * Fix the MoveResizeTo action for negative coords (opposite edges) + * Fix key bindings getting lost if multiple bindings at the same level could + not be translated (Fixes VMWare causing Openbox keybindings to stop + working) + * Fix the resize popup box for terminal windows with a base size of 0 (show + the right size values for urxvt terminals) + * Add new theme options for menu line separators: menu.separator.color, + menu.separator.width, menu.separator.padding.width, + menu.separator.padding.height + * Add xfce-mcs-manager to the default autostart.sh, and run it automatically + when gnome-settings-daemon is not present to have GTK apps inherit settings + from the XFCE configuration tools + * Add a new option to the Execute action. If this is set to a + string, a dialog will be shown with that string in it and "yes"/"no" + buttons. The command to be executed will only be run if the user selects + "yes" in the dialog + * Add a new option to the Exit action, which is a boolean (not a + string). When true, Openbox will show a dialog confirming if you want to + exit + 3.4.6.1: * Updated Clearlooks theme * Add the force="yes/no" option for the per-app settings' tag diff --git a/configure.ac b/configure.ac index bc7bcaa6..3c3505ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.54]) -AC_INIT([openbox], [3.4.6.800], [http://bugzilla.icculus.org]) +AC_INIT([openbox], [3.4.7-pre1], [http://bugzilla.icculus.org]) AM_INIT_AUTOMAKE AC_CONFIG_SRCDIR([openbox/openbox.c]) diff --git a/po/en@boldquot.po b/po/en@boldquot.po index 2914136f..eeecc95a 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -30,7 +30,7 @@ # msgid "" msgstr "" -"Project-Id-Version: openbox 3.999.0\n" +"Project-Id-Version: openbox 3.4.7-pre1\n" "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n" "POT-Creation-Date: 2008-02-27 21:03-0500\n" "PO-Revision-Date: 2008-02-27 21:03-0500\n" diff --git a/po/en@quot.po b/po/en@quot.po index 643e3085..b61fb699 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -27,7 +27,7 @@ # msgid "" msgstr "" -"Project-Id-Version: openbox 3.999.0\n" +"Project-Id-Version: openbox 3.4.7-pre1\n" "Report-Msgid-Bugs-To: http://bugzilla.icculus.org\n" "POT-Creation-Date: 2008-02-27 21:03-0500\n" "PO-Revision-Date: 2008-02-27 21:03-0500\n" -- 2.34.1