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