update CHANGELOG and bump version to 3.4.9
[mikachu/openbox.git] / CHANGELOG
1 3.4.9:
2   * Allow focus to move while inside an Openbox menu, or during an interactive
3     action such as window cycling.
4   * Fixed bug #3717 (Empty dock interfered with move/grow to edge actions).
5   * Fixed bug #4411 (Crash when switching desktops and window cycling).
6   * Fixed bug #4377 (Window resistance against struts).
7   * Fixed bug #4035 (Prevent focus from moving under the mouse after
8     activating a window with an Openbox menu.
9   * Correct the value provided by the _NET_WORKAREA hint, so desktop icons
10     will place across all monitors.
11   * Don't hide submenus immediately when moving through the parent menu.
12     (Resolves request #3762).
13   * Fix for showing Openbox menus with multiple monitors, don't restrict them
14     to the monitor where the mouse is.
15   * Fixed bug #4023 (Allow the user to have multiple keys which perform the
16     same function in Openbox menus/move/resize.  E.g. two keys which are
17     both bound to Escape.
18   * Add a new obprop tool, which can be used to read the _OB_ROLE, _OB_NAME,
19     and _OB_CLASS (as well as any other UTF-8 window properties) off of a
20     window.
21   * Add _OB_ROLE, _OB_NAME, and _OB_CLASS hints on each window that show the
22     respective values for use in the rc.xml applications section, to modify
23     the window when it appears.
24   * Improve Openbox interoperability with gnome-session >= 2.24.
25   * Fixed bug #4040 (Remove desktop hints set by gdm in the openbox-session
26     scripts, so that Openbox can set the number of desktops (assuming
27     gnome-settings-daemon doesn't first)).
28   * Fix a bug in xdg-autostart preventing some .desktop files from working.
29   * Show the desktop pager popup on the primary monitor instead of on all
30     monitors.
31   * Add a new primaryMonitor config option, which is where Openbox popups
32     will appear.  Defaults to a fixed monitor, but can be made to behave as
33     before with the "active" value for it.
34   * Correct edge detection for move/grow to edge to properly use monitor edges
35     for multi-monitor setups.
36   * Change default window placement policy to stay on the active monitor for
37     multi-monitor setups.
38   * Fixed bug #1149 (Crash with some window icon sizes).
39   * Respond to all strut changes, fixes moving/hiding panels.
40   * Fix internal code to focus windows on other desktops correctly (Fixes
41     bug #4413).
42   * Focus correctness fixups for switching desktops.
43   * Fixed bug #4373 (Decoration bug for shaded maximized windows).
44   * Fixed bug #4350 (Allow a window to be made skip_taskbar but still get
45     focused by the user's rc.xml).
46   * Fixed bug #4307 (Set a minimum time for screenEdgeWarpTime).
47   * Fixed bug #4253 (Support for Solaris in openbox-session scripts).
48   * Fixed bug #3851 (Allow transient windows to be above helper windows).
49
50 3.4.8:
51   * Updated translations: Slovak.
52   * Allow windows to change their decorations at any time (Fix for
53     Google Chrome).
54   * Make openbox-session to respect the $XDG_CONFIG_HOME environment variable.
55   * Fixed bug #4344 where borders were given to windows that should not have
56     them.
57   * Merge the SessionLogout and Exit actions.  They now test if connected to a
58     session manager and ask it to exit if so, or simply kill Openbox if not.
59   * Further tweaks to the _NET_ACTIVE_WINDOW message handling.  Use the same
60     logic for focus-stealing as is used when mapping a new window.
61   * Don't go out of our way any more to prevent focus from moving while the
62     keyboard is grabbed.
63   * Fix openbox-gnome-session when using gnome-session > 2.22.
64
65 3.4.8-rc2:
66   * Updated translations: Italian, Croatian, Ukrainian.
67   * When resizing a window while focus cycling with bar=no, the bar no longer
68     reappears.
69   * Correctly handle shaped windows using the ShapeInput kind, this is used
70     by many composited apps to pass through clicks in their transparent areas.
71   * Fix the <monitor> per-app setting.
72   * Avoid using anonymous unions.
73   * Windows that had their decorations removed by per-app settings were still
74     placed as if they still had their decorations.
75   * Fix event handling not to ignore events on a window when they have an unmap
76     event in the queue, if that unmap event doesn't cause the window to be
77     unmanaged.
78   * Show the desktop switch on every monitor in xinerama.
79   * Fix interpretation of struts in xinerama where the screens have different
80     sizes.
81   * Add "next" and "prev" as possible <monitor> targets in the moveto and
82     resizeto actions.
83   * Allow escaping the _ used to mark the shortcut character in menu labels.
84     You can now change the (first) _ in a label to __, this will be displayed
85     as a single underscore. The rest of the _ in the string will be unaffected,
86     so only double the first one.
87   * Only replace ~ with the home directory when it is preceded by whitespace or
88     is at the start of the string, and when it is followed by a space, slash, or
89     the end of the string. This is implemented with GRegex, and so the required
90     glib version has been bumped to 2.14.
91   * Some other small fixes.
92
93 3.4.8-rc1:
94   * Updated translations: Basque, Catalan, Turkish, Italian, Spanish, Russian.
95   * New translations: Danish, Turkish, Lithuanian.
96   * Set the _MOTIF_WM_INFO atom so urxvt uses motif hints for borderless mode.
97   * Properly escape the xml used in session files.
98   * Correct a 64-bit issue related to comparing timestamps.
99   * There is a sneaky sentence right at the end of a big paragraph in the
100     wm-spec document that says windows mapping with _NET_WM_USER_TIME=0 should
101     not be focused initially, honor this request.
102   * When moving a window to another desktop with following on, bring the
103     window's helper windows (for example gimp image windows with the toolbox
104     set to utility window).
105   * Change the _NET_ACTIVE_WINDOW messages again, if they originate from the
106     app and the window is on another desktop, just set the demands_attention
107     flag. If the event came from the user (ie pager/panel), then the window
108     is still moved to the current desktop.
109
110 3.4.7.2:
111   * The system I used to generate the dist tarball didn't have the
112     docbook-to-man command so the manpages were empty.
113
114 3.4.7.1:
115   * Not to be outdone by the cairo team, I introduced a bug in the last release
116     which made resizing not give any feedback. This is now fixed.
117
118 3.4.7:
119   * Fully updated Czech, Simplified Chinese, Traditional Chinese, German,
120     French, Hungarian, Norwegian, Vietnamese, Dutch, Swedish, Finnish,
121     Brazilian Portuguese, Japanese and Portuguese translations
122   * Partially updated Spanish translation
123   * Add an example of the "force" option for the per-app placement options to
124     the default rc.xml file
125   * Add a new xdg-autostart script.  This will eventually end up in the PyXDG
126     distribution hopefully, but it is included in Openbox for now.  This script
127     runs things based on the freedesktop.org autostart specification.  You can
128     have it run GNOME, KDE, ROX, or XFCE specific things if you want.  The
129     new default system-wide autostart.sh script runs it automatically
130   * Update the default menu.xml to include a lot of common apps
131   * Fix white font shadows (negative shadowtint)
132   * Update the autostart.sh to find gnome-settings-daemon correctly, as the
133     GNOME people have moved it to libexec
134   * Fix focus possibly getting stolen when using the Focus action
135   * Drastically speed up rendering of Vertical and SplitVertical gradients
136   * Speed improvements also for Horizonal and Pyramid gradients
137   * Add new theme options, menu.overlap.x and menu.overlap.y options, that let
138     you independently control the horizontal and vertical position of submenus
139   * Change _NET_ACTIVE_WINDOW messages to not change the current desktop, but
140     to bring the window to the current desktop instead.  This is the industry
141     standard policy
142   * Use the pretty new openbox.png icon as the default window icon
143   * Allow matching per-application rules to windows by their window type
144     (normal, dialog, splash, etc).  The default rc.xml has more details
145   * Add new Openbox-themed prompt windows.  Use these prompt windows to ask
146     before killing off windows that aren't responding.  This also means we
147     don't need to ping every window constantly forever
148   * Add a new <prompt> option to the Execute action.  If this is set to a
149     string, a dialog will be shown with that string in it and "yes"/"no"
150     buttons.  The command to be executed will only be run if the user selects
151     "yes" in the dialog
152   * Add a new <prompt> option to the Exit action, which is a boolean (not a
153     string).  When true, Openbox will show a dialog confirming if you want to
154     exit.  The default is to show the prompt
155   * Reduce Openbox's memory footprint and speed up rendering through the use
156     of a new icon cache, so that Openbox only needs to keep 1 copy of an icon
157     when 100 different windows share it
158   * Make Openbox menus have the "menu type" hint for compositors to see and use
159   * Fix the MoveResizeTo action for negative coords (opposite edges)
160   * Fix key bindings getting lost if multiple bindings at the same level could
161     not be translated (Fixes VMWare causing Openbox keybindings to stop
162     working)
163   * Fix the resize popup box for terminal windows with a base size of 0 (show
164     the right size values for urxvt terminals)
165   * Fix some off-by-one bugs with the edge growing/shrinking code
166   * Add new theme options for menu line separators: menu.separator.color,
167     menu.separator.width, menu.separator.padding.width,
168     menu.separator.padding.height
169   * Add xfce-mcs-manager to the default autostart.sh, and run it automatically
170     when gnome-settings-daemon is not present to have GTK apps inherit settings
171     from the XFCE configuration tools
172   * Make the send-to-desktop menu in the client-menu indicate which is the current
173     desktop for omnipresent windows, and don't close it if just toggling
174     omni-presence when ctrl-clicking
175   * Add a new SessionLogout action that logs out through the session manager,
176     when running Openbox within a session manager such as within an
177     GNOME/Openbox or KDE/Openbox session.  The action includes a <prompt>
178     option which is similar to the Exit action's
179   * Add a new gdm-control command that lets you control gdm from within an X
180     session.  The gdm-control lets you change GDM's behaviour for when you end
181     the current session.  For instance, you can tell GDM to reboot, and
182     then immediately log out of the current session, and the computer will be
183     rebooted
184   * Show an information dialog when an error occurs for Openbox, such as when
185     the Execute action fails or when XML syntax errors are present in the
186     configuration files
187   * When making a window very narrow, don't draw buttons to the right of the title
188     on top of the ones on its left.
189
190 3.4.6.1:
191   * Updated Clearlooks theme
192   * Add the force="yes/no" option for the per-app settings' <position> tag
193   * Raise and focus modal children and their direct parents together, improved
194     usability with direct modal transient windows
195   * Fix crash when using <raise> for NextWindow and there are no windows
196     to move focus to
197   * Add the <manageDesktops> option in the rc.xml <menu> section, which toggles
198     the "Manage Desktops" section appearing in the combined-client-list-menu
199   * Fix for menu headers showing the wrong text
200   * Fix for the <focusLast> behavior
201   * Treat modal direct children as one window with their parent consistently
202
203 3.4.6:
204   * Added Basque translation
205   * Updated French, Vietnamese German, Simplified Chinese, Russian, Portuguese,
206     Brasilian Portuguese, Norwegian, and Finnish translations
207   * New Clearlooks theme, updated by David Barr
208   * Updated the previous Clearlooks theme, and renamed it to Clearlooks-3.4
209   * Allow dialog type windows to go fullscreen (Fixes Kpdf)
210   * Remove the extraneous top border for undecorated windows while maximized
211   * Fixes for keyboard modifiers (Alt-tab dialog getting stuck on screen for
212     some users)
213   * Automatically catch changes to the keyboard map and reconfigure the key
214     bindings on the fly
215   * Fix focus moving incorrectly sometimes with focus under mouse enabled
216   * Make default configuration focus the desktop when you right click
217   * Add the <bar> and <raise> options for all window cycling actions, allowing
218     you to have your target window temporarily raised above all others, and to
219     turn the focus target indicator bar off
220   * Improve the LastDesktop action to not remember desktops you skipped across
221   * Ignore mouse clicks that are made on override-redirect (unmanaged) windows
222   * When opening a menu with a key binding, don't use the key binding to run
223     something in the menu
224   * Add a <monitor> option for window placement, which gives you the option
225     to place new windows on the active monitor, or the monitor where the mouse
226     is, instead of on any monitor (for xinerama multihead setups)
227   * Add options for placing the window move/resize coordinate popup window in
228     a fixed position on screen, rather than relative to the window being
229     moved or resized
230   * Prevent the dock from auto-hiding completely offscreen if the theme has
231     no borders for it
232   * New icon
233   * Fix race condition when running things that want to grab the keyboard
234     (e.g. gnome-panel-control --main-menu)
235   * When dialog windows ask to not appear in the taskbar, still give them focus
236     in normal ways (fixes new GNOME session logout dialogs)
237   * Fix bug with resizing corners on certain parts of the window frame
238   * Ping applications to tell when they are running or have become frozen.
239     Show a [Not Responding] message in the title bar of windows which are
240     frozen.
241   * When closing a window which is [Not Responding], kill the window's process
242     if it is running on the same machine as Openbox.  Otherwise, just
243     disconnect
244     the window from the X display.  A second attempt to close a [Not
245     Responding]
246     window will kill it forcefully (kill -9).
247   * Fixes for internal timers
248   * Add a <wmclass> option for the execute action's startup-notification.  This
249     lets you tell Openbox that the application will map a window with the
250     specified class - for applications that do not support startup-notification
251     natively.
252   * Fix for empty dock taking up space onscreen after a reconfigure
253   * Reduce Openbox's additional memory footprint per-window and per-menu
254   * Faster horizontal gradient rendering
255   * Don't deiconify windows that aren't allowed to be directly iconified on
256     restart (eg toolbars), as they can be iconified by other means
257   * Improve support for fullscreen windows in xinerama (TwinView) and
258     multiple-screen setups
259   * Add a --config-file command line option, to specify an alternate
260     configuration file path
261
262 3.4.5:
263   * Added Hungarian translation
264   * Updated Finnish, Russian, German and French translations
265   * Fixed some very minor memory leaks
266   * Hide the desktop popup when showing the focus popup
267   * Fix a crash when trying to access the More... menu of
268     client-list-combined-menu
269   * Fix the coordinate popup only showing up on the first monitor in xinerama
270   * Add --exit to exit the currently running openbox instance
271
272 3.4.4:
273   * Updated Traditional Chinese translation
274   * Updated Norwegian translation
275   * Fix for MoveToEdge skipping edges sometimes
276   * Let you specify the vertical and horizontal padding independently in themes
277   * Fix so that if you select an omnipresent window on another desktop in the
278     client list menus, it will go to that desktop
279   * Make the GrowToEdge action shrink once there is no more room to grow,
280     similar to in 3.4.2, but shrinking to edges as well
281   * Move the Send To and Layers submenus to the top of the client menu
282   * Fix race causing omnipresent windows to lose focus when switching desktops
283     very quickly
284   * Don't focus new windows on other desktops if they aren't related to the
285     currently focused window
286   * Add corner resizing areas in the inner client border (Fixes themes such
287     as Onyx)
288   * New focus stealing prevention that is smart and not intrusive and not
289     annoying
290   * Revert a small change in 3.4.3 that caused windows to be placed funny in
291     Smart placement when there was a dock or something on the side of the
292     screen
293   * Show a notification when switching desktops
294   * Fix for delayed focus-follows-mouse interrupting move/resize or menus
295   * Make screen edge warp keep warping without having the move the mouse 1
296     pixel
297   * Fix for resizing terminals in the top/left sides getting a little confused
298   * Fix to keep oldschool (Non-EWMH) fullscreen windows from being moved and
299     resized inside of the struts (Fixes Acroread)
300   * Accept the <command> option for the Restart command, similar to the Execute
301     action
302   * Don't make clicking on dock apps sometimes act like clicking on the root
303     window (Don't propogate button events up)
304   * Fix a bug introduced in 3.4.3 which caused the Windows key as a modifier
305     for bindings to not work properly
306   * Let windows skip across monitors in a Xinerama setup when using MoveToEdge
307     or Shift-arrow in an interactive move
308   * Make move and resize take the dock into account for resistance
309   * Raise new windows when it makes sense, when they aren't being focused
310   * Change default config to use click events for mouse wheel bindings instead
311     of presses
312
313 3.4.3:
314   * Add Ukrainian translation
315   * Updated translations:
316     - Japanese, Dutch, Polish, Italian, Estonian, German, Portuguese,
317       Vietnamese, Finnish, Czech, Arabic, Spanish, Swedish, French
318   * Improve focus fallback - don't fallback to windows you can't focus cycle
319     (Alt-Tab) to
320   * Don't show the client border for undecorated windows when keepBorder is on,
321     just the outer border
322   * Some improvements in the smart placement to help it find a place more
323     often.  This needs more work still.
324   * Don't focus windows that appear under the mouse in mouse-focus mode unless
325     underMouse is enabled
326   * Don't move focus when the window under the pointer iconifies unless
327     underMouse is enabled
328   * Respect min/max window sizes when a window is fullscreened or maximized.
329     This fixes problems experienced with maximizing vnc windows
330   * Don't XUngrabKeyboard unless we need to
331   * Correct calculations for the menu header width, so that they are not
332     ellisized unnecessarily
333   * Advanced support for partial struts.  When you maximize a window it will
334     now only use the struts it needs to.  This can greatly improve
335     xinerama functionality.
336   * Fixes for how the dock is placed in certain positions on screen (off by 1
337     errors)
338   * New default bindings:
339     - don't unshade when clicking on the titlebar
340     - raise when unshading with the scrollwheel
341     - lower when shading with the scrollwheel
342   * Don't show the top resize area in the titlebar when a window is shaded
343   * Optimize rendering of window decorations
344   * Optimize splitvertical gradients - no more malloc/free during render
345   * Let the theme specify all colors for a splitvertical gradient with the new
346     .splitTo theme elements
347   * Improve decorations for maximized windows.  Don't draw the side borders in
348     the titlebar.
349   * Don't resist against desklet windows (below layer + skip taskbar)
350   * New actions for dynamically adjusting your desktop workspaces:
351     - AddDesktopLast, RemoveDesktopLast
352     - AddDesktopCurrent, RemoveDestopCurrent
353   * New <center> option for smart placement (default is on)
354   * Fix MoveToCenter in Xinerama (TwinView) setups
355   * Let you lower a window without lowering its children or siblings
356   * Don't set the default Openbox icon on child windows, let them inherit the
357     icon from their parents
358   * Fix Onyx themes - fade out disabled buttons
359   * Don't auto-resize windows to fit on screen if they are UserSpecified
360     Size or Position
361   * Don't activate windows which raise themselves anymore. It was a nice
362     thought, but it caused too much problems
363   * Rewrite of the actions subsystem
364   * Removed deprecated actions:
365     - ShowDesktop, UnshowDesktop (Use ToggleShowDesktop)
366     - ResizeRelativeVert, ResizeRelativeHorz (Use ResizeRelative)
367   * Combined the MoveFromEdge* actions with MoveToEdge* actions, and removed
368     the MoveFromEdge* action names.
369   * Switch desktops when moving a window and you drag it to the edge of the
370     screen (added the <screenEdgeWarpTime> option for this)
371   * Add actions to add/remove the last desktop in the client list menus
372   * Use startup notification when launching ObConf in the default root menu
373   * Remove the desktop switching dialog, as it confuses people and they don't
374     know how to turn it off to switch desktops instantly.  Some other
375     incarnation may return in the future.
376   * Add optional <finalactions> option for NextWindow, PreviousWindow,
377     DirectionalFocus*, and DirectionalTarget* actions
378   * Don't focus new helper windows unless they are alone in their group.  This
379     fixes gucharmap
380   * Fancy keyboard window moving:
381     - Shift-arrow will move the window to the next edge
382     - Control-arrow will move the window by only 1 pixel
383     - Arrow will move the window by a larger number of pixels
384   * Fancy keyboard window resizing:
385     - The first arrow will choose an edge to resize (then you can grow or
386       shrink the window on that edge)
387     - Hitting an arrow perpendicular to your selected edge will choose a
388       different edge to resize
389     - Shift-arrow will grow/shrink the window to the next edge
390     - Control arrow will grow/shrink the window by only 1 pixel
391     - Arrow will grow/shrink the window by a larger number of pixel
392   * Timeout when synchronously resizing a window so you can still resize busy
393     or dead application windows
394   * Let you specify keyboard shortcuts in your root menus with _. Such as
395     label="XTe_rm" would make 'r' the shortcut key.
396   * Fixes for placing windows with per-app settings:
397     - you can now place windows relative to any edge of the screen instead of
398       only the top left. (-0 uses the far edge, +0 uses the near edge.  You can
399       use --0 and +-0 to specify negative numbers.)
400     - fix bug with windows being placed far off-screen occasionally
401     - allow you to place windows partially outside of the screen
402     - let per-app settings override program-specified positions (but not if it
403       is user-specified)
404   * Add user-specified margins to the configuration file
405   * Fix for transient windows in groups with transient windows of the group
406     transients.  That wasn't supposed to be legible.  i.e. 2 group transients
407     and 1 direct transient for one of the group transients.
408   * Don't include child/parent windows in tests for being occluded or occluding
409     other windows, since you can't raise/lower above/below them.  This fixes
410     the raiselower action for windows which have children.
411   * Reduce the size of the middle gradient in splitvertical gradients.  This
412     makes the split harder than it was in 3.4.2
413   * Don't include debian/ dir in releases
414   * Add resize bindings for the edges to the default hardcoded bindings
415   * Fix focus cycle indicator positioning for some windows (i.e. OpenOffice)
416   * Add the MoveResizeTo action.  This is very xinerama aware!  It also lets
417     you move a window to any edge of any screen.
418   * Make actions that look for edges include the dock's edges (e.g. MoveToEdge)
419   * New preferred option for the Execute action is <command> instead of
420     <execute> but the old one will still work.
421   * Fix for moving windows partially offsceen causing them to jump far away
422   * Fix for windows which are not on any monitor, to keep them on screen
423     partically too
424   * Require libstartupnotification 0.8 in configure (we use stuff that was not
425     around in some earlier versions)
426   * Grab the server when mapping windows to avoid race conditions in other
427     programs (getting MapNotify before you are visible)
428   * Handle case gracefully when ConfigureRequent for restacking specifies
429     a siblig which we aren't managing
430   * Use KeyRelease to run things from Openbox menus, so that the release
431     does not go to the focused window (causing the new window to not get
432     focus)
433   * Add new actions for controlling window decorations:
434     - Decorate, Undecorate
435   * Fix so that the values for per-app settings are not case sensitive
436   * Fix crash with very small windows
437   * Fix resize resistance for windows with aspect ratio limits
438   * Let you resize windows with aspect ratio limits in the vertical directions
439
440 3.4.2:
441   * Add ability to set the bevel strength in themes
442   * Fix for focusLast with omnipresent windows
443   * Cache pipe menus while the menus are open
444   * Allow non-interactive directional focus key bindings
445   * Change how nested interactive key bindings work (it stays in the key chain,
446     like chroot, until you end the interactive action)
447   * Fix for gtk apps trying to get focus - mostly nullify focus stealing
448     prevention (Fixes Tilda)
449   * Send ConfigureNotify always on ConfigureRequest (Previous emacs fix
450     makes this possible now)
451   * Fix RelativeResize action for right/bottom edges
452   * Remove SCIM from the default autostart.sh - it has caused problems with
453     some (buggy) panels, such as pypanel
454   * Fix the titlebar changing to non-focused when iconifying a window with
455     animation
456   * Use the new osd theme hints for the dock, rather than the titlebar hints
457   * Fix rare crash when menu is hidden while browsing it
458   * End move/resize more cleanly when focus moves during a move/resize
459   * Don't focus new windows when browsing a menu or moving/resizing a window,
460     just flash the window instead, so that the menu/move/resize doesn't have to
461     cancel.
462
463 3.4.1:
464   * Add Vietnamese translation
465   * Add Japanese translation
466   * Keep new transient windows from not getting focus when any related window
467     has focus already
468   * Change behavior of underMouse option - make focus go under the mouse when
469     no window has focus anymore, rather than to the last used window
470   * Make on-screen display dialogs (such as the Alt-Tab dialog) appear on the
471     active monitor when using Xinerama (a.k.a. TwinView)
472   * Fix for window stacking - let you lower sibling transient windows behind
473     eachother
474   * Fix directional focus actions when used without a dialog
475   * Fix race that could prevent ObConf from setting the desktop names correctly
476   * Add new theme options:
477     - window.active.button.toggled.image.color has been split into:
478       - window.active.button.toggled.unpressed.image.color
479       - window.active.button.toggled.pressed.image.color
480       - window.active.button.toggled.hover.image.color 
481     - window.inactive.button.toggled.image.color has been split into:
482       - window.inactive.button.toggled.unpressed.image.color
483       - window.inactive.button.toggled.pressed.image.color
484       - window.inactive.button.toggled.hover.image.color 
485     - window.active.button.toggled.bg has been split into:
486       - window.active.button.toggled.unpressed.bg
487       - window.active.button.toggled.pressed.bg
488       - window.active.button.toggled.hover.bg 
489     - window.inactive.button.toggled.bg has been split into:
490       - window.inactive.button.toggled.unpressed.bg
491       - window.inactive.button.toggled.pressed.bg
492       - window.inactive.button.toggled.hover.bg 
493   * Add new Onyx and Onyx-Citrus themes
494   * Updated Mikachu theme using new theme options
495   * Improvements to splitvertical gradients - Add a small gradient in the
496     middle between the upper and lower gradients
497   * Fix another emacs event storm, don't configure the window when it sets its
498     WM_NORMAL_HINTS unless we have to
499   * Fix for focus cycling to helper windows - Don't count dialogs as a sibling,
500     so they don't stop you
501   * Allow the use of negative numbers in per-app settings position to place a
502     window relative to the right/bottom edges of your monitor (taking the
503     struts (panels) into account)
504   * Fix focus moving irrationally when focusLast was off
505
506 3.4:
507   * Add Indian Bengali translation
508   * Updated Italian translation
509   * Small updates to Czech, Estonian, Norwegian, and German translations
510   * Removed out-of-date Japanese translation (ja.po)
511   * Removed out-of-date Croatian translation (hr.po)
512   * Allow parentrelative theme textures to have borders, bevels and interlacing
513   * Add new theme elements: window.active.title.separator.color and
514     window.inactive.title.separator.color  (note that globbing might set these
515     properties when you didnt mean to)
516   * Add new theme elements: osd.border.width, osd.border.color, osd.bg,
517     osd.label.bg, osd.label.text.color, osd.label.text.font, osd.hilight.bg,
518     osd.unhilight.bg
519   * Add new underMouse focus option
520   * Rename new theme element menu.items.activedisabled to
521     menu.items.active.disabled for consistency with other elements
522   * Improvements to smart placement - especially with xinerama (Twinview)
523   * Fixes for focus with omnipresent windows - Allow focus to fallback to them
524     except during desktop switches (other mechanisms exist for that)
525   * Fix for putting child windows (transients) on all desktops
526   * Changes to how Shift/Control/CapsLock are used
527   * Fix focus fallback when windows are not visible (showing the desktop, or
528     iconic windows)
529   * Fix bug #3196 - Unable to alt-tab away from full-screen windows
530   * Fix crash in parsing empty xml fields
531   * Fix left and right contexts resizing the wrong way in the example mouse
532     focus config file
533   * Fix so dock doesn't auto-hide when the mouse is inside it (over top of a
534     dock app)
535   * Allow new utility windows to gain focus like normal windows
536   * Add workarounds for Java Swing applications (Extra ConfigureNotify events)
537   * More fixes for modal window usability (Deiconify the modal window when you
538     try to focus its parent)
539   * Fixes to focus tracking, especially with iconify animation
540   * Changes to libobrender's API for ObConf 2.0 (RrThemeNew)
541   * Check for libxml >= 2.6.0 when compiling
542   * Fix for Openoffice windows (Static window gravity)
543   * Fix for hovering over window buttons while a menu is open
544   * Make the Escape key close all levels of a menu, not just one
545   * Change default drag threshold to 8px (Same as in XSettings)
546   * Fixes for windows restacking with TopIf, BottomIf, or Opposite modes.
547     Only compare with valid windows
548   * Fix for actions which find other window edges.  Find all windows, and only
549     windows which are on the right desktop
550   * Improve RaiseLower action (Not lower when it doesn't need to move the
551     window)
552   * Fix for the menu hideDelay (Don't hide immediately when you click to open
553     the menu), make it work reliably
554   * Make focusLast default to true when not present in the config file
555
556 3.3.995:
557   * Fix bug introduced in 3.3.993 that prevented you from raising focused
558     windows above fullscreen windows
559   * Fix bug introduced in 3.3.993 that made the desktop window keep focus
560     when changing desktops
561   * Add Arabic translations
562   * Added Control-Alt-Up/Down bindings to the mouse focus example rc.xml
563   * Don't raise on clients in the client context in the mouse focus example
564     rc.xml
565   * Fixes for when to focus new windows - improve keeping transient windows
566     from stealing focus, and allow new windows to get focus when any relative
567     window is focused
568   * Fixes for frame decorations layout
569   * Fixes for forcing window sizes to fit on the screen.  Don't resize windows
570     if they are a user-specified size (USSize) or if they are non-normal
571     windows.  (Fix Rox pinboard mapping across multiple monitors)
572   * Centre window icons when they are not square
573   * Fixes for Java windows behaving badly - Java makes all kinds of
574     non-standard-compliant assumptions which we are forced to meet
575   * Changed startup notification timeout from 30 to 20 seconds
576   * Fix possible crashes and misbehaviors with new focus cycling dialogs
577   * Recreate enter events when Press mouse actions move windows (e.g. Lower
578     action) for focus-follows-mouse
579   * Update Slovak translation
580   * Highlight the first menu entry when there is a separator/header at the top
581   * Only highlight the first menu entry when the menu is opened with a key
582     binding
583   * Fix crash when you press enter with nothing selected in the menu
584   * Fix for ignoring an unmap event after restart
585   * Fixes for setting the clients' colormaps
586   * Change focusLast option behavior to what it was in 3.3.1.  It only affects
587     changing desktops.
588   * Add comments to the default rc.xml files about the various focus options
589   * Fix focus bug where a window had the keyboard grabbed when it unmapped
590     (Firefox gmarks extension)
591   * Update Catalan translation
592   * Fix alignment of the titlebar elements when the window icon is placed to
593     the right of the label
594   * Improve placement of child (transient) windows.  When their parent is
595     omnipresent, open the child on the current desktop only.
596   * When a window has modal children on another desktop and you try to focus
597     it, bring the modal child to the current desktop to focus it instead
598   * Let you focus cycle to windows with a modal child on another desktop
599   * Fix for not seeing windows change their partial strut
600   * Give iconified windows a faded icon in the focus cycling (Alt-Tab) dialog,
601     and in the client list menus
602   * Make it more difficult to select items by accident in parent menus when it
603     changes direction.  Moving the mouse only selects menu entries for a few
604     levels of open menus.  Mouse clicks will select menu entries further down.
605   * Add Simplified Chinese translation
606   * Set the current theme in the OB_THEME root property for other applications
607   * Notify ksplash when we have started up if dcop is installed
608   * Allow you to resize the window on the client padding as well as the outer
609     border
610   * Fix to show the focus cycle indicator when focus cycling and there is only
611     1 valid target
612   * Centre splash screens on one monitor
613   * Don't centre parent-less utility/menu/toolbar windows on the screen
614   * Remove the bottom decorations for fully maximized windows
615   * Fix crash when reconfiguring and no themes can be found
616
617 3.3.994:
618   * Fix a bug introduced in .993 that prevented you from switching desktops
619     and caused general mayhem
620
621 3.3.993:
622   * Update for Russian translation
623   * Added Dutch translation
624   * Fix for choosing badly sized icons from the window for the window cycling
625     dialog (and other things). (Fixes Pidgin icon)
626   * Open child (transient) windows on the current desktop if they don't have
627     a direct parent, or if the parents are not all on some other desktop.
628     (Fixes Pidgin and Gimp dialogs appearing on the wrong desktop)
629   * Make windows fit within the available space when they are first created,
630     if they are not user-positioned. (Fix xpdf making itself bigger than the
631     space inside the struts, and hiding behind them).
632   * Don't let child (transient) windows steal focus when the situation is
633     ambiguous
634   * Fix bevels and borders display in the titlebar
635   * Set the _NET_ACTIVE_WINDOW hint properly, when nothing is focused (This
636     is the proper fix for libwnck pagers.)
637   * Fallback focus immediately during iconify animation in all cases (was
638     missing RevertToParent case)
639   * Fix new frame elements being given 0 sizes for very small windows
640   * Send iconified windows to the bottom of the focus order so you can
641     Alt-Shift-Tab to get back what you just iconified. This makes things more
642     predictable.
643   * Show the hostname for remotely run programs in iconified titles
644   * Stop focus flicker when sending windows to a desktop and following them,
645     and when changing desktops with an omnipresent window focused
646   * Empty desktop names in the configuration file are not used, so you can set
647     a name on the second desktop without having to set one on the first
648   * Make control key work for menu accelerators like it does for mouse
649     clicking and hitting enter
650   * Add C-A-Up/Down mouse bindings to switch desktops, similar to the
651     C-A-Left/Right/Up/Down keyboard bindings
652
653 3.3.992:
654   * Don't move mouse focus when the mouse is over the focus cycling dialog
655   * Fixes for positioning of frame decoration elements
656   * Update for Brazilian Portuguese translation
657   * Improvements in how decorations respond for maximized windows. (If they
658     can't be resized don't "hide" the resizing contexts)
659   * Updated Italian translation
660   * Added Czech translation
661   * Fix for applications that do weird things with modal windows (Make sure
662     you can focus cycle to them)
663   * Updated Spanish translation
664   * Fix for programs using the old WM-spec, and not setting unused fields to
665     0 in _NET_ACTIVE_WINDOW messages (Rox pinboard)
666   * Fixes for default rc.xml configuration file. Updated comments and comment
667     out the applications section in an xml compatible way.
668   * Update for Portuguese translation
669   * Fix support for window gravity (eg xterm -geometry -0+0)
670   * Fix for libwnck with iconify animation (Unmap the parent of the client's
671     window)
672   * Force the top left corner of new windows onto the screen area, if the
673     position wasn't requested by the user (Fix xpdf and others hiding their
674     titlebar under a panel)
675   * Fix for determining text geometry from Pango
676   * Save the desktop layout and names in the session, and restore them on next
677     log in.
678   * The &lt;desktop&gt; section from the configuration file is only used for
679     defaults, and so is only applied at the start of a new log-in. (Use ObConf
680     1.6.2 to change the config file for these options, and have them set
681     immediately, if you don't use a session manager to save them.)
682   * Fix updating and crashing in the old split client list menu
683   * Translate the default desktop names
684   * Update Taiwanese Chinese translation
685   * Less restrictions of behavior based on window type (Let you maximize
686     dialogs and utility windows)
687   * Fix for focus tracking when Press mouse actions are used
688   * Fix bug which let the openbox-*-session scripts take command-line arguments
689   * Better detection of legacy fullscreen windows vs. undercorated windows
690     that the user has maximized
691
692 3.3.991:
693   * Added Brazilian Portuguese translation
694   * Added a rough Italian translation
695   * Added Estonian translation
696   * Update Polish translation
697   * Make focus stealing prevention a little less intrusive, especially with
698     default config
699   * Updates for Swedish translation
700   * Fixes for decorations of maximized windows
701   * Fix so that clicking in the corner of a maximized window presses the button
702   * Don't reload the session and reapply it when restarting
703   * Fix for losing the original size of a window that mapped with maximized
704     state (or on restart)
705   * Let you move splash type windows
706   * Fix for window placement using wrong dimensions
707   * Stop xemacs ConfigureNotify storm
708   * Fix bug stopping panels from moving themselves off-screen to hide
709     themselves
710   * Fix for GNOME/Openbox and openbox-gnome-session to use a new session name,
711     because GNOME won't let you replace the window manager in the saved session
712   * Don't restore session state when multiple windows have the same
713     identifiers, because we can't tell them apart then (Firefox/Thunderbird)
714   * Small fixes to build system to make it more reliable
715   * Fix for what manpage files are distributed in the source code, so they
716     will not be pre-built with the wrong info
717   * Fix pkg-config files for compiling things against Openbox libraries
718
719 3.3.990:
720   * Wildcard matching for per-application (per-window) settings. Let you match
721     multiple rules for a window. (Props to Mark Pustjens for code to do this.)
722   * Added startup notification support to the menus and key/mouse bindings
723     with <startupnotify>. It's an option for execute actions.
724   * New combined client menu, accessed with
725     <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
726   * No menu titles - instead added separators with labels to be used as menu
727     headers anywhere in menus
728   * Improved client menu - placement, the options in it, and added an icon for
729     "All Desktops"
730   * Keyboard shortcuts in menus, by highlighted letter or by the first letter
731   * Menus dont jump around, are always placed on screen
732   * Menus larger than can fit on the screen are broken into a submenu at the
733     bottom titled "More..."
734   * Disabled menu items can be selected now (not used though, of course)
735   * Using ()'s instead of a line separator to signify iconified windows in the
736     client list menus
737   * New Root context for mouse bindings
738   * New "alt-tab" focus switching dialog
739   * openbox-session command and log-in option which provides the autostart
740     capability.
741   * SCIM support in the default Openbox session launched by the
742     openbox-session command
743   * Many code paths made significantly faster
744   * Sections of code rewritten to be more reliable, such as session
745     save/restore and input focus handling
746   * Handle the X server's clock going backwards, without locking up. Sometimes
747     the server can still lock up though, it is not recommended to do this!
748   * Better handling of window types such as docks, utility windows, tool bar
749     windows. Clicking to focus these windows is done more intelligently.  Dock
750     windows no longer get focus when you click them, so that you don't have
751     focus flickering when you use a dock window with a taskbar.
752   * Better language support through Pango, which is now mandatory, and the
753     code for Pango has been greatly improved and optimized.
754   * Support for windows that use true 32-bit transparency
755   * Resize grips (with mouse binding contexts) for the top, left, and right of
756     the window frame
757   * Smarter about keeping windows on the screen without invading user's
758     capabilities
759   * Add MoveFromEdge* actions corresponding to MoveToEdge* but aligns far
760     edges instead of near edges, so if you have two overlapping windows you
761     can easily put them side by side.
762   * Better choice of mouse cursors for startup notification
763   * Focus stealing prevention
764   * Improve window placement across multiple Xinerama monitors
765   * Support 8-bit truecolor visuals (such as in vncserver)
766   * Better, more friendly support for omnipresent windows
767   * Full support for EWMH 1.4-draft2
768   * Iconify/restore animation !
769   * Improved support for running openbox with multiple screens (non-xinerama)
770     - won't steal focus from other screens, and let you focus a screen by
771     clicking on the desktop (root window).
772   * Support for more cursors through XCursor, means that startup notification
773     can use a pointer+watch cursor if you are using an XCursor theme
774   * Fully maximize terminal windows (and any resized-by-increment window)
775   * Show the hostname of clients running on remote computers in the titlebar
776   * Add <panels> and <desktop> options to NextWindow, PreviousWindow,
777     DirectionalFocusNorth etc..
778   * Synchronize resizing with the application when possible
779   * Smarter subdivision of windows into 9 sections for resizing
780   * Set default icon on windows so applications can agree on an icon
781   * Better support for programs that are on more than one desktop
782     (multiple firefox windows for example) - move to the desktop when you're
783     using the application and it opens a window on another desktop.
784   * Chrooted key chains, and key quoting through chroots
785   * New BreakChroot action to break out of the current chroot
786   * New keychains popup, to show where you are in a keychain
787   * Improved show-desktop mode. When you open a new window, the old windows
788     are not all restored
789   * Add <allDesktops> option to NextWindow and PreviousWindow. The desktop
790     name will be shown in the focus cycling popup
791   * Dynamically size the window and desktop dialogs. Desktop layouts that
792     aren't horizontal look better in the desktop cycling dialog.
793   * Support for legacy fullscreen applications (that don't use EWMH) such as
794     VLC
795   * Session support for old clients that do not use the session management
796     protocol
797   * Desktop setup is only changed on startup, so as to not overwrite settings
798     from other apps like pagers
799   * Take advantage of ksmserver (KDE Session Manager) features
800   * KDE/Openbox and GNOME/Openbox options for display manager GDM/KDM. Use
801     openbox-gnome-session and openbox-kde-session to run a GNOME or KDE
802     session with Openbox as the window manager.
803   * Titlebar buttons autohide when hiding won't move other buttons (removed
804     the hideDisabled option from config file)
805   * Support user time window hint, which is good for laptops power usage
806   * When legacy windows raise themselves, interpreate as wanting to be
807     activated. Makes Firefox more pleasant.
808   * Don't show handles on windows that cant resize for more extreme visual
809     minimalism
810   * Let you move maximized windows between Xinerama monitors
811   * Improve application awareness of focus, e.g. Kopete and Firefox, so they
812     know when they are or aren't focused, and which window in their
813     application is focused
814   * Improvements in the distributed themes
815   * Add new Clearlooks and Clearlooks-Olive themes by John McKnight
816   * Fonts are no longer loaded from theme. They are loaded from the rc.xml
817     config file. Font shadow settings are still loaded from the theme though.
818     5 fonts to be set: ActiveWindow InactiveWindow, MenuHeader, MenuItem and
819     OnScreenDisplay
820   * Distributed theme names have been renamed with Capitalization
821   * menu.items.activedisabled.text.color
822   * menu.border.color   (note that globbing might set these properties when
823     you didnt mean to)
824   * window.active.border.color   (note that globbing might set these
825     properties when you didnt mean to)
826   * window.inactive.border.color   (note that globbing might set these
827     properties when you didnt mean to)
828   * menu.border.width
829   * Guarantee that titlebar buttons are even sized, so even sized icons
830     (button masks) will be centered
831   * Default titlebar button icons (as xbms) installed to /usr/share/doc/openbox
832   * New mouse binding contexts Left, Right, TLCorner, TRCorner and Top. These
833     need bindings in config file to be useful. Also new context Bottom which
834     is synonym for Handle.
835   * W is no longer hard coded to Mod4. It is now a shortcut for Super, which
836     is usually bound to Mod4. xmodmap will show your mapping.
837   * The per-app setting <head> has been renamed to <monitor>
838   * Can use "default" for anything in per-app settings
839   * Removed <edges_hit_layers_below> option from config file
840   * --reconfigure command line option
841   * --restart command line option
842   * Closed bug #886 - Reference point for client-menu
843   * Closed bug #898 - Add option for OB2 style menu behaviour
844   * Closed bug #952 - Focus sometimes gets lost when closing windows
845   * Closed bug #1006 - duplicate window title numbering is so-so
846   * Closed bug #1080 - menus dont update when using ctrl to keep them open
847   * Closed bug #1082 - doing window stuff while changing focus is mad slow
848   * Closed bug #1106 - Openbox resize problems with Beep Media Player and some
849     websites using Mozilla
850   * Closed bug #1146 - minimized windows dont unminimize from fspanel if ob
851     restarted
852   * Closed bug #1409 - Window stacking is messed up when dealing with multiple
853     nested dialog boxes
854   * Closed bug #1526 - Incorrect handling of utility windows
855   * Closed bug #1846 - Patch for theme overrides
856   * Closed bug #1974 - Limit the number of resizes per second to make window
857     resizing smoother
858   * Closed bug #2060 - Apps disappear when using composite extension
859   * Closed bug #2221 - _NET_WM_STATE_(ABOVE|BELOW) is being inherited
860   * Closed bug #2250 - openbox ignores size request ?
861   * Closed bug #2251 - support for legacy ""fullscreen""
862   * Closed bug #2254 - segfault in render/render.c on sendtodesktop [endian?]
863   * Closed bug #2255 - segmentation fault on 8-bit truecolor visual
864   * Closed bug #2258 - long menus truncated
865   * Closed bug #2311 - Does not display the pressed state while a button in the
866     frame is toggled
867   * Closed bug #2321 - ResizeRelative -up and -left makes window move when at
868     min_size
869   * Closed bug #2483 - Pinned windows raise to top on all desktops when they
870     become focused on just one desktop
871   * Closed bug #2491 - Client List by App instead of by Desktop
872   * Closed bug #2551 - Request to be able to cycle docks (e.g.
873   * Closed bug #2659 - Menu header display should be configurable
874   * Closed bug #2769 - temporarily chroot the keychain tree
875   * Closed bug #2841 - Changes to the keepborder option aren't applied when
876     reconfiguring
877   * Closed bug #2850 - Openbox gives black backgrounds to windows using the
878     new 'rgba' or 'argb' visual
879   * Closed bug #2865 - openbox 3.3 is not C89 compatible
880   * Closed bug #2872 - Focus issues with Eclipse and Firefox
881   * Closed bug #2878 - Openbox crash when used with vncserver
882   * Closed bug #2897 - Openbox shouldn't redraw the whole screen everytime
883     when minimizing windows.
884   * Closed bug #2898 - Patch adding advanced keyboard support in popup menus.
885   * Closed bug #2982 - tilda doesn't work propertly
886   * Closed bug #3034 - themeupdate.py seems to bee broken
887   * Closed bug #3045 - RrPaint in obrender should be split for easier use by
888     external apps
889   * Closed bug #3050 - 'syscrash' theme update
890   * Closed bug #3051 - When closing windows
891   * Closed bug #3053 - Updates de.po for German Localisation
892   * Closed bug #3059 - Feature Request: NextWindowForAllWorkspaces
893   * Closed bug #3063 - extensions_xinerama_screens() leaks memory if Xinerama
894     is enabled
895   * Closed bug #3064 - slist_path_add() might leak memory
896   * Closed bug #3068 - Multimonitor focus problems
897   * Closed bug #3081 - window doesn't appear
898   * Closed bug #3092 - Config parser expects wrong values of "layer" in
899     per-application settings
900   * Closed bug #3094 - smart placement should Ignore maximized windows
901   * Closed bug #3100 - Netwmpager is configured with layer = "below" but OB
902     is ignoring it
903   * Closed bug #3101 - Openbox won't compile on CentOS 4.4
904   * Closed bug #3102 - svn-6175 windows come not back in the foregroud
905   * Closed bug #3106 - Fullscreened mplayer loses focus when switching to
906     another desktop and back
907   * Closed bug #3108 - After revision 6437 the desktop dialog window stays on
908     screen
909
910 3.3.1:
911   * Fix panels getting a border with keepBorder turned on.
912   * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
913
914 3.3:
915   * Add a showDelay option for the dock.
916   * Fixed onscreen-keeping code which broke a bit in -rc2.
917   * Fix incorrect handling of window properties on 64 bit arches.
918   * Fix pixelsize being the same as size for pango, now it is correct.
919   * Fix drawing of icons taller than wide, eg gimp.
920   * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
921     center and 'splitvertical' which is like vertical but nonlinear in a fancy
922     way.
923   * Translations for de, hr and zh_TW added.
924   * Add initial per-app settings support.
925   * Fix some outstanding issues with 64-bit support.
926   * Add an optional delay for displaying submenus so you can move the mouse
927     over some entries without flashing each submenu.
928   * Plug some minor memleaks and fix minor bugs.
929   * Changed algorithm for downscaling window icons.
930   * New themes!
931   * Disable support for libstartup-notification by default, it doesn't seem
932     to work well.
933   * Allow disabling of duplicate window numbering by option titleNumber in
934     theme section.
935   * Add moverelative and resizerelative actions.
936   * Option middle for menus that make submenus be centered instead of aligned
937     by the top edge to the parent entry.
938   * Fix transient (ie dialog) windows being placed offscreen if the parent
939     is close to the edge of the screen.
940
941 3.3-rc2:
942   * Fixed some typos and errors in rc.xsd
943   * Add the noStrut option to the dock (to allow maximizing windows over it),
944     useful when it is not in the above layer.
945   * Fix transparent terminals not updating when using ToggleDecor.
946   * Yet more poking at the onscreen-keeping code, should now do the right
947     thing always.
948   * Add an option to hide disabled buttons instead of showing them as disabled.
949   * Hopefully fixed all the remaining pango issues. The new 1.10 release also
950     fixes shadows again.
951   * I think the lib linking in Makefile.am is right now, please tell me if it
952     isn't.
953   * Added a finnish translation and some minor updates to others.
954   * Fixed configure.ac so --enable-pango doesn't disable pango support or the
955     other way around, make enabled be default to get some extra testing.
956
957 3.3-rc1:
958   * Poked around a bit in the code that keeps windows onscreen, if you
959     are using xinerama, please let me know if things are better/worse/same.
960   * Add support for pango, disabled by default due to a bug in pango 1.8 that
961     breaks shadows, it works fine with 1.6.x though. Poke the pango developers
962     here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
963     to be fixed.
964   * Made edge resist and Send/MoveToEdge not hit windows at layers below
965     the current one, add option to disable this behaviour.
966   * Fixed directional focus not getting trapped in omnipresent windows
967   * Fixed focus actions when bound to the mouse, normal focus cycle is always
968     linear and directional focus is totally disabled, it makes no sense
969     anyway, just move the mouse.
970   * Added an option for the raise/lower/raiselower/unshaderaise/shadelower
971     options called group that lets you bind stuff to raise/lower the whole
972     window group. <action name="raise"><group>yes</group></action>
973   * Add various new actions. I haven't updated the web docs yet, but I think
974     I managed to get all of them listed in rc.xsd.
975   * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
976   * Some translations added. (ca, no, pl, ru, fr)
977
978 3.2:
979   * Added spanish and swedish translations
980   * Changed "Unnamed Desktop" to "Desktop n" where n is the actual
981     number of the desktop
982   * Hopefully no more of the hanging X totally bug
983   * the fullscreen property now overrides aspect hints, all programs i've
984     tried that use it (mplayer and tvtime) handle the aspect internally
985     anyway, this just makes sure you have black borders all the way to the
986     edge. If this breaks anything for you, let me know.
987   * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4
988   * Added probably too many options and actions
989     * ToggleDockAutohide to toggle the autohide option at runtime,
990       doesn't save it to the config
991     * keepBorder option to set if you want the 1-pixel border when you
992       toggleDecorations
993     * added popupShow and popupPosition to control where and when the
994       move/resize-popup is shown, these go in the resize section of the config
995       popupPosition can be Top or Center, popupShow can be Always, Never or
996       Nonpixel (this is the default).
997     * Added the xorStyle option to change the behaviour of menus along the bottom
998       edge, note that the default is true
999     * warpPointer option in the menu section to control if the mouse cursor is
1000       to be warped by openbox when the menu moves to keep on screen to keep the
1001       cursor in the same place relative to the menu. (I think i got that right)
1002     * Added back the focusLast option (this controls what happens when you
1003       change desktops and have followMouse on)
1004     * Added an option to set which desktop to start on when you start openbox,
1005       firstdesk, for example you might like to set it to 5 if you have a 3x3
1006       grid to start in the middle.
1007   * I think that was everything, have fun
1008
1009 3.1:
1010         * Added japanese translation (bug #1029)
1011         * Closed bug #1060 (modal unfocused window should be placed above
1012         focused parent)
1013         * Closed bug #1012 (Openbox stalls gnome session startup after
1014         --replace)
1015         * Closed bug #1073 (The Desktop action doesn't work)
1016         * Closed bug #1023 (config_focus_raise declared as guint)
1017         * Closed bug #1019 (Strange behavior with focus:followMouse and
1018         RaiseLower action)
1019         * Closed bug #1007 (use g_snprintf in openbox/session.c instead of
1020         sprintf)
1021         * Closed bug #1001 (gimp crashes openbox)
1022         * Closed bug #1005 (import -frame leaves windows in a temporary
1023         "on top" state)
1024         * Closed bug #881 (Programs started with X become zombies upon
1025         shutdown.)
1026         * Closed bug #1025 (desktopnext/previous and desktopleft/right dont
1027         quite get along)
1028
1029 3.0:
1030         * Closed bug #908 (sometimes some weird grab is left)
1031         * Closed bug #945 (xawtv overlay visible on every desktop)
1032         * Closed bug #944 (remove restarting/reconfiguring messages from
1033         openbox.c)
1034         * Closed bug #946 (use g_strsplit in parse.c:split_paths())
1035         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
1036         * Closed bug #951 (stale openbox session files)
1037         * Closed bug #947 (Sloppyfocus can yield two windows at the same time
1038         with focus (!))
1039         * Closed bug #948 (Gets stuck in 'move' mode if mouse is let up while
1040         dragged away from title bar)
1041         * Closed bug #949 (dock above gnome panel behaviour)
1042         * Closed bug #902 (Openbox raises gDesklets when clicked)
1043         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
1044         * Closed bug #907 (window focus is not properly indicated)
1045         * Closed bug #919 (Temporary raise window when alt tabbing)
1046         * Closed bug #921 (focus rectangle stays on the screen after modifier
1047         release)
1048         * Closed bug #925 (Invalid option: '--sm-save' & '--sm-disable')
1049         * Closed bug #926 (problem with client-list-menu, destkop switching,
1050         and sticky client)
1051         * Closed bug #927 (disappearing windows, crash with I-merry theme)
1052         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
1053         * Closed bug #940 (actions dont work on desktops with no client
1054         windows)
1055         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
1056         * Closed bug #957 (openbox crashes when exiting out of OpenOffice
1057         Impress)
1058         * Closed bug #960 (look for dupes in xdg paths when setting up slists?)
1059         * Closed bug #961 (Menu causes core dump)
1060         * Closed bug #963 (wrapper for mkdir() in parse.c)
1061         * Closed bug #964 (free GErrors in action.c, openbox.c)
1062         * Closed bug #965 (add message for chdir() failure in openbox.c)
1063         * Closed bug #966 (list->next/prev to g_[s]list_next/previous, list !=
1064         NULL to list
1065         * Closed bug #971 (typo in code)
1066         * Closed bug #974 (use g_getenv() in parser/parse.c)
1067         * Closed bug #975 (void * -> gpointer)
1068         * Closed bug #976 (use g_strerror() in openbox/session.c)
1069         * Closed bug #978 (disable entry to go to desktop if it is the current)
1070         * Closed bug #979 (request for version check in ob libraries)
1071         * Closed bug #944 (remove restarting/reconfiguring messages from
1072         openbox.c)
1073         * Closed bug #968 (rc.xml refers to a non-existant "debian" menu file)
1074
1075 3.0-rc4:
1076         * Closed bug #921 (focus rectangle stays on the screen after modifier
1077          release)
1078         * Closed bug #927 (disappearing windows, crash with I-merry theme)
1079         * Fix crash when restoring a session with a maximized window
1080         * Fix leak of RrColors in menus
1081         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
1082         * Allow focus to be moved around by clients (for WM_TAKE_FOCUS to
1083         work as it is meant to). This means fullscreen apps like wine and
1084         bzflag work now
1085         * Reversed the default directions for the mouse wheel desktop
1086         switching actions
1087         * Don't wrap around in the default keyboard desktop switching bindings
1088         * Place parentless dialogs so they avoid always-on-top windows
1089         * Ignore fullscreen windows in placing new ones
1090         * Closed bug #940 (actions dont work on desktops with no client
1091         windows)
1092
1093 3.0-rc3:
1094         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
1095         * Allow resizing of windows in only vertical/horizontal directions
1096         (via Alt-MiddleClick-Drag with the default bindings)
1097         * Added intelligence to window cycling and raise/lowering based on
1098         window types
1099         * Closed bug #902 (Openbox raises gDesklets when clicked). This has the
1100         side effect that panels which do not set the ABOVE state (most panels
1101         curerntly around) will no longer be kept always on top. You can set the
1102         ABOVE state yourself by using the client menu (Alt-RightClick in the
1103         default bindings) and selecting the Always on top Layer
1104         * Closed bug #907 (window focus is not properly indicated)
1105         * Added a focus indicator during focus cycling that is always visible
1106         instead of just moving the focus hilight around.
1107
1108 3.0-rc2:
1109         * Closed bug #885 (raiseOnFocus is flawed)
1110         * Closed bug #887 (Mouse-wheel scrolling only changes 1 desktop when
1111         using "dialog" option)
1112         * Closed bug #888 (some random coredump)
1113         * Closed bug #889 (focus follow mouse not following)
1114         * Closed bug #892 (client_under_pointer() doesn't check DESKTOP_ALL)
1115         * Avoid the focus flicker when switching desktops
1116         * Free the XML DOM trees properly, fixes mem leak
1117
1118 3.0-rc1:
1119         * Closed bug #875 (RaiseLower fails to funtion on windows with dialogs)
1120         * Added the <moveButton> option for moving dock apps around inside the
1121         dock. (Closes bug #798)
1122         * Made the "Desktop" action show the pager/desktop dialog
1123         * Add the <dialog> option to the Desktop and Focus switching actions
1124         * No longer iconify fullscreen windows when they lose focus (Closes
1125         bug #876)
1126         * When not using focusLast, when a focused transient is closed, focus
1127         will still fallback to its parent or transient siblings
1128         * Improved intelligence for focus cycling with modal transients
1129         * Removed the focusLast option
1130         * Added the placement-policy option to select if windows are placed
1131         under the mouse pointer
1132         * Children inherit their window icon from their parent
1133         * Closed bug #878 (minimal resizing of mplayer makes openbox crash)
1134         * Fix case where opening a menu would leave Openbox in a locked state
1135         * Upstream updates for TheBear theme
1136
1137 3.0-beta6:
1138         * Added _OB_WM_STATE_UNDECORATED hint, which can be read and controlled
1139         by external applications
1140         * Closed bug #874 (libtool won't install libobrender.la)
1141         * Launch ObConf when selecting GNOME's Desktop Preferences for Windows
1142         * Focus new children always if their direct parent is focused
1143
1144 3.0-beta5:
1145         * Initial release.