Merge branch 'backport' into 3.4-working
authorDana Jansens <danakj@orodu.net>
Fri, 25 Jan 2008 04:06:45 +0000 (23:06 -0500)
committerDana Jansens <danakj@orodu.net>
Fri, 25 Jan 2008 04:06:45 +0000 (23:06 -0500)
1  2 
CHANGELOG
Makefile.am

diff --cc CHANGELOG
index e7ba280c61ce88c1f52ef70c054a764d8bdda19b,fd68f09bc790415defbd2541b7e3e15068779563..30bd4adbe926d8de50914aeb58c2efdd0fafe3f0
+++ b/CHANGELOG
@@@ -1,57 -1,3 +1,58 @@@
-   * Update the Clearlooks theme
 +3.4.6:
 +  * Added Basque translation
 +  * Updated French, Vietnamese German, Simplified Chinese, Russian, Portuguese,
 +    Brasilian Portuguese, and Finnish translations
++  * New Clearlooks theme, updated by David Barr
++  * Updated the previous Clearlooks theme, and renamed it to Clearlooks-3.4
 +  * Allow dialog type windows to go fullscreen (Fixes Kpdf)
 +  * Remove the extraneous top border for undecorated windows while maximized
 +  * Fixes for keyboard modifiers (Alt-tab dialog getting stuck on screen for
 +    some users)
 +  * Automatically catch changes to the keyboard map and reconfigure on the fly
 +  * Fix focus moving incorrectly sometimes with focus under mouse enabled
 +  * Make default configuration focus the desktop when you right click
 +  * Add the <bar> and <raise> options for all window cycling actions, allowing
 +    you to have your target window temporarily raised above all others, and to
 +    turn the focus target indicator bar off
 +  * Improve the LastDesktop action to not remember desktops you skipped across
 +  * Ignore mouse clicks that are made on override-redirect (unmanaged) windows
 +  * When opening a menu with a key binding, don't use the key binding to run
 +    something in the menu
 +  * Add an <active> option for window placement, which puts new windows on the
 +    active monitor instead of on any monitor (for xinerama multihead setups)
 +  * Add options for placing the window move/resize coordinate popup window in
 +    a fixed position on screen, rather than relative to the window being
 +    moved or resized
 +  * Prevent the dock from auto-hiding completely offscreen if the theme has
 +    no borders for it
 +  * New icon
 +  * Fix race condition when running things that want to grab the keyboard
 +    (e.g. gnome-panel-control --main-menu)
 +  * When dialog windows ask to not appear in the taskbar, still give them focus
 +    in normal ways (fixes new GNOME session logout dialogs)
 +  * Fix bug with resizing corners on certain parts of the window frame
 +  * Ping applications to tell when they are running or have become frozen.  Show
 +    a [Not Responding] message in the title bar of windows which are frozen.
 +  * When closing a window which is [Not Responding], kill the window's process
 +    if it is running on the same machine as Openbox.  Otherwise, just disconnect
 +    the window from the X display.  A second attempt to close a [Not Responding]
 +    window will kill it forcefully (kill -9).
 +  * Fixes for internal timers
 +  * Add a <wmclass> option for the execute action's startup-notification.  This
 +    lets you tell Openbox that the application will map a window with the
 +    specified class - for applications that do not support startup-notification
 +    natively.
 +
 +3.4.5:
 +  * Added Hungarian translation
 +  * Updated Finnish, Russian, German and French translations
 +  * Fixed some very minor memory leaks
 +  * Hide the desktop popup when showing the focus popup
 +  * Fix a crash when trying to access the More... menu of
 +    client-list-combined-menu
 +  * Fix the coordinate popup only showing up on the first monitor in xinerama
 +  * Add --exit to exit the currently running openbox instance
 +
  3.4.4:
    * Updated Traditional Chinese translation
    * Updated Norwegian translation
diff --cc Makefile.am
Simple merge