warp desktops when you hit the edge of the screen while moving a window
[dana/openbox-history.git] / CHANGELOG
1 3.4.2:
2   * Add ability to set the bevel strength in themes
3   * Fix for focusLast with omnipresent windows
4   * Cache pipe menus while the menus are open
5   * Allow non-interactive directional focus key bindings
6   * Change how nested interactive key bindings work (it stays in the key chain,
7     like chroot, until you end the interactive action)
8   * Fix for gtk apps trying to get focus - mostly nullify focus stealing
9     prevention (Fixes Tilda)
10   * Send ConfigureNotify always on ConfigureRequest (Previous emacs fix
11     makes this possible now)
12   * Fix RelativeResize action for right/bottom edges
13   * Remove SCIM from the default autostart.sh - it has caused problems with
14     some (buggy) panels, such as pypanel
15   * Fix the titlebar changing to non-focused when iconifying a window with
16     animation
17   * Use the new osd theme hints for the dock, rather than the titlebar hints
18
19 3.4.1:
20   * Add Vietnamese translation
21   * Add Japanese translation
22   * Keep new transient windows from not getting focus when any related window
23     has focus already
24   * Change behavior of underMouse option - make focus go under the mouse when
25     no window has focus anymore, rather than to the last used window
26   * Make on-screen display dialogs (such as the Alt-Tab dialog) appear on the
27     active monitor when using Xinerama (a.k.a. TwinView)
28   * Fix for window stacking - let you lower sibling transient windows behind
29     eachother
30   * Fix directional focus actions when used without a dialog
31   * Fix race that could prevent ObConf from setting the desktop names correctly
32   * Add new theme options:
33     - window.active.button.toggled.image.color has been split into:
34       - window.active.button.toggled.unpressed.image.color
35       - window.active.button.toggled.pressed.image.color
36       - window.active.button.toggled.hover.image.color 
37     - window.inactive.button.toggled.image.color has been split into:
38       - window.inactive.button.toggled.unpressed.image.color
39       - window.inactive.button.toggled.pressed.image.color
40       - window.inactive.button.toggled.hover.image.color 
41     - window.active.button.toggled.bg has been split into:
42       - window.active.button.toggled.unpressed.bg
43       - window.active.button.toggled.pressed.bg
44       - window.active.button.toggled.hover.bg 
45     - window.inactive.button.toggled.bg has been split into:
46       - window.inactive.button.toggled.unpressed.bg
47       - window.inactive.button.toggled.pressed.bg
48       - window.inactive.button.toggled.hover.bg 
49   * Add new Onyx and Onyx-Citrus themes
50   * Updated Mikachu theme using new theme options
51   * Improvements to splitvertical gradients - Add a small gradient in the
52     middle between the upper and lower gradients
53   * Fix another emacs event storm, don't configure the window when it sets its
54     WM_NORMAL_HINTS unless we have to
55   * Fix for focus cycling to helper windows - Don't count dialogs as a sibling,
56     so they don't stop you
57   * Allow the use of negative numbers in per-app settings position to place a
58     window relative to the right/bottom edges of your monitor (taking the
59     struts (panels) into account)
60   * Fix focus moving irrationally when focusLast was off
61
62 3.4:
63   * Add Indian Bengali translation
64   * Updated Italian translation
65   * Small updates to Czech, Estonian, Norwegian, and German translations
66   * Removed out-of-date Japanese translation (ja.po)
67   * Removed out-of-date Croatian translation (hr.po)
68   * Allow parentrelative theme textures to have borders, bevels and interlacing
69   * Add new theme elements: window.active.title.separator.color and
70     window.inactive.title.separator.color  (note that globbing might set these
71     properties when you didnt mean to)
72   * Add new theme elements: osd.border.width, osd.border.color, osd.bg,
73     osd.label.bg, osd.label.text.color, osd.label.text.font, osd.hilight.bg,
74     osd.unhilight.bg
75   * Add new underMouse focus option
76   * Rename new theme element menu.items.activedisabled to
77     menu.items.active.disabled for consistency with other elements
78   * Improvements to smart placement - especially with xinerama (Twinview)
79   * Fixes for focus with omnipresent windows - Allow focus to fallback to them
80     except during desktop switches (other mechanisms exist for that)
81   * Fix for putting child windows (transients) on all desktops
82   * Changes to how Shift/Control/CapsLock are used
83   * Fix focus fallback when windows are not visible (showing the desktop, or
84     iconic windows)
85   * Fix bug #3196 - Unable to alt-tab away from full-screen windows
86   * Fix crash in parsing empty xml fields
87   * Fix left and right contexts resizing the wrong way in the example mouse
88     focus config file
89   * Fix so dock doesn't auto-hide when the mouse is inside it (over top of a
90     dock app)
91   * Allow new utility windows to gain focus like normal windows
92   * Add workarounds for Java Swing applications (Extra ConfigureNotify events)
93   * More fixes for modal window usability (Deiconify the modal window when you
94     try to focus its parent)
95   * Fixes to focus tracking, especially with iconify animation
96   * Changes to libobrender's API for ObConf 2.0 (RrThemeNew)
97   * Check for libxml >= 2.6.0 when compiling
98   * Fix for Openoffice windows (Static window gravity)
99   * Fix for hovering over window buttons while a menu is open
100   * Make the Escape key close all levels of a menu, not just one
101   * Change default drag threshold to 8px (Same as in XSettings)
102   * Fixes for windows restacking with TopIf, BottomIf, or Opposite modes.
103     Only compare with valid windows
104   * Fix for actions which find other window edges.  Find all windows, and only
105     windows which are on the right desktop
106   * Improve RaiseLower action (Not lower when it doesn't need to move the
107     window)
108   * Fix for the menu hideDelay (Don't hide immediately when you click to open
109     the menu), make it work reliably
110   * Make focusLast default to true when not present in the config file
111
112 3.3.995:
113   * Fix bug introduced in 3.3.993 that prevented you from raising focused
114     windows above fullscreen windows
115   * Fix bug introduced in 3.3.993 that made the desktop window keep focus
116     when changing desktops
117   * Add Arabic translations
118   * Added Control-Alt-Up/Down bindings to the mouse focus example rc.xml
119   * Don't raise on clients in the client context in the mouse focus example
120     rc.xml
121   * Fixes for when to focus new windows - improve keeping transient windows
122     from stealing focus, and allow new windows to get focus when any relative
123     window is focused
124   * Fixes for frame decorations layout
125   * Fixes for forcing window sizes to fit on the screen.  Don't resize windows
126     if they are a user-specified size (USSize) or if they are non-normal
127     windows.  (Fix Rox pinboard mapping across multiple monitors)
128   * Centre window icons when they are not square
129   * Fixes for Java windows behaving badly - Java makes all kinds of
130     non-standard-compliant assumptions which we are forced to meet
131   * Changed startup notification timeout from 30 to 20 seconds
132   * Fix possible crashes and misbehaviors with new focus cycling dialogs
133   * Recreate enter events when Press mouse actions move windows (e.g. Lower
134     action) for focus-follows-mouse
135   * Update Slovak translation
136   * Highlight the first menu entry when there is a separator/header at the top
137   * Only highlight the first menu entry when the menu is opened with a key
138     binding
139   * Fix crash when you press enter with nothing selected in the menu
140   * Fix for ignoring an unmap event after restart
141   * Fixes for setting the clients' colormaps
142   * Change focusLast option behavior to what it was in 3.3.1.  It only affects
143     changing desktops.
144   * Add comments to the default rc.xml files about the various focus options
145   * Fix focus bug where a window had the keyboard grabbed when it unmapped
146     (Firefox gmarks extension)
147   * Update Catalan translation
148   * Fix alignment of the titlebar elements when the window icon is placed to
149     the right of the label
150   * Improve placement of child (transient) windows.  When their parent is
151     omnipresent, open the child on the current desktop only.
152   * When a window has modal children on another desktop and you try to focus
153     it, bring the modal child to the current desktop to focus it instead
154   * Let you focus cycle to windows with a modal child on another desktop
155   * Fix for not seeing windows change their partial strut
156   * Give iconified windows a faded icon in the focus cycling (Alt-Tab) dialog,
157     and in the client list menus
158   * Make it more difficult to select items by accident in parent menus when it
159     changes direction.  Moving the mouse only selects menu entries for a few
160     levels of open menus.  Mouse clicks will select menu entries further down.
161   * Add Simplified Chinese translation
162   * Set the current theme in the OB_THEME root property for other applications
163   * Notify ksplash when we have started up if dcop is installed
164   * Allow you to resize the window on the client padding as well as the outer
165     border
166   * Fix to show the focus cycle indicator when focus cycling and there is only
167     1 valid target
168   * Centre splash screens on one monitor
169   * Don't centre parent-less utility/menu/toolbar windows on the screen
170   * Remove the bottom decorations for fully maximized windows
171   * Fix crash when reconfiguring and no themes can be found
172
173 3.3.994:
174   * Fix a bug introduced in .993 that prevented you from switching desktops
175     and caused general mayhem
176
177 3.3.993:
178   * Update for Russian translation
179   * Added Dutch translation
180   * Fix for choosing badly sized icons from the window for the window cycling
181     dialog (and other things). (Fixes Pidgin icon)
182   * Open child (transient) windows on the current desktop if they don't have
183     a direct parent, or if the parents are not all on some other desktop.
184     (Fixes Pidgin and Gimp dialogs appearing on the wrong desktop)
185   * Make windows fit within the available space when they are first created,
186     if they are not user-positioned. (Fix xpdf making itself bigger than the
187     space inside the struts, and hiding behind them).
188   * Don't let child (transient) windows steal focus when the situation is
189     ambiguous
190   * Fix bevels and borders display in the titlebar
191   * Set the _NET_ACTIVE_WINDOW hint properly, when nothing is focused (This
192     is the proper fix for libwnck pagers.)
193   * Fallback focus immediately during iconify animation in all cases (was
194     missing RevertToParent case)
195   * Fix new frame elements being given 0 sizes for very small windows
196   * Send iconified windows to the bottom of the focus order so you can
197     Alt-Shift-Tab to get back what you just iconified. This makes things more
198     predictable.
199   * Show the hostname for remotely run programs in iconified titles
200   * Stop focus flicker when sending windows to a desktop and following them,
201     and when changing desktops with an omnipresent window focused
202   * Empty desktop names in the configuration file are not used, so you can set
203     a name on the second desktop without having to set one on the first
204   * Make control key work for menu accelerators like it does for mouse
205     clicking and hitting enter
206   * Add C-A-Up/Down mouse bindings to switch desktops, similar to the
207     C-A-Left/Right/Up/Down keyboard bindings
208
209 3.3.992:
210   * Don't move mouse focus when the mouse is over the focus cycling dialog
211   * Fixes for positioning of frame decoration elements
212   * Update for Brazilian Portuguese translation
213   * Improvements in how decorations respond for maximized windows. (If they
214     can't be resized don't "hide" the resizing contexts)
215   * Updated Italian translation
216   * Added Czech translation
217   * Fix for applications that do weird things with modal windows (Make sure
218     you can focus cycle to them)
219   * Updated Spanish translation
220   * Fix for programs using the old WM-spec, and not setting unused fields to
221     0 in _NET_ACTIVE_WINDOW messages (Rox pinboard)
222   * Fixes for default rc.xml configuration file. Updated comments and comment
223     out the applications section in an xml compatible way.
224   * Update for Portuguese translation
225   * Fix support for window gravity (eg xterm -geometry -0+0)
226   * Fix for libwnck with iconify animation (Unmap the parent of the client's
227     window)
228   * Force the top left corner of new windows onto the screen area, if the
229     position wasn't requested by the user (Fix xpdf and others hiding their
230     titlebar under a panel)
231   * Fix for determining text geometry from Pango
232   * Save the desktop layout and names in the session, and restore them on next
233     log in.
234   * The <desktop> section from the configuration file is only used for
235     defaults, and so is only applied at the start of a new log-in. (Use ObConf
236     1.6.2 to change the config file for these options, and have them set
237     immediately, if you don't use a session manager to save them.)
238   * Fix updating and crashing in the old split client list menu
239   * Translate the default desktop names
240   * Update Taiwanese Chinese translation
241   * Less restrictions of behavior based on window type (Let you maximize
242     dialogs and utility windows)
243   * Fix for focus tracking when Press mouse actions are used
244   * Fix bug which let the openbox-*-session scripts take command-line arguments
245   * Better detection of legacy fullscreen windows vs. undercorated windows
246     that the user has maximized
247
248 3.3.991:
249   * Added Brazilian Portuguese translation
250   * Added a rough Italian translation
251   * Added Estonian translation
252   * Update Polish translation
253   * Make focus stealing prevention a little less intrusive, especially with
254     default config
255   * Updates for Swedish translation
256   * Fixes for decorations of maximized windows
257   * Fix so that clicking in the corner of a maximized window presses the button
258   * Don't reload the session and reapply it when restarting
259   * Fix for losing the original size of a window that mapped with maximized
260     state (or on restart)
261   * Let you move splash type windows
262   * Fix for window placement using wrong dimensions
263   * Stop xemacs ConfigureNotify storm
264   * Fix bug stopping panels from moving themselves off-screen to hide
265     themselves
266   * Fix for GNOME/Openbox and openbox-gnome-session to use a new session name,
267     because GNOME won't let you replace the window manager in the saved session
268   * Don't restore session state when multiple windows have the same
269     identifiers, because we can't tell them apart then (Firefox/Thunderbird)
270   * Small fixes to build system to make it more reliable
271   * Fix for what manpage files are distributed in the source code, so they
272     will not be pre-built with the wrong info
273   * Fix pkg-config files for compiling things against Openbox libraries
274
275 3.3.990:
276   * Wildcard matching for per-application (per-window) settings. Let you match
277     multiple rules for a window. (Props to Mark Pustjens for code to do this.)
278   * Added startup notification support to the menus and key/mouse bindings
279     with <startupnotify>. It's an option for execute actions.
280   * New combined client menu, accessed with
281     <action name="ShowMenu"><menu>client-list-combined-menu</menu></action>
282   * No menu titles - instead added separators with labels to be used as menu
283     headers anywhere in menus
284   * Improved client menu - placement, the options in it, and added an icon for
285     "All Desktops"
286   * Keyboard shortcuts in menus, by highlighted letter or by the first letter
287   * Menus dont jump around, are always placed on screen
288   * Menus larger than can fit on the screen are broken into a submenu at the
289     bottom titled "More..."
290   * Disabled menu items can be selected now (not used though, of course)
291   * Using ()'s instead of a line separator to signify iconified windows in the
292     client list menus
293   * New Root context for mouse bindings
294   * New "alt-tab" focus switching dialog
295   * openbox-session command and log-in option which provides the autostart
296     capability.
297   * SCIM support in the default Openbox session launched by the
298     openbox-session command
299   * Many code paths made significantly faster
300   * Sections of code rewritten to be more reliable, such as session
301     save/restore and input focus handling
302   * Handle the X server's clock going backwards, without locking up. Sometimes
303     the server can still lock up though, it is not recommended to do this!
304   * Better handling of window types such as docks, utility windows, tool bar
305     windows. Clicking to focus these windows is done more intelligently.  Dock
306     windows no longer get focus when you click them, so that you don't have
307     focus flickering when you use a dock window with a taskbar.
308   * Better language support through Pango, which is now mandatory, and the
309     code for Pango has been greatly improved and optimized.
310   * Support for windows that use true 32-bit transparency
311   * Resize grips (with mouse binding contexts) for the top, left, and right of
312     the window frame
313   * Smarter about keeping windows on the screen without invading user's
314     capabilities
315   * Add MoveFromEdge* actions corresponding to MoveToEdge* but aligns far
316     edges instead of near edges, so if you have two overlapping windows you
317     can easily put them side by side.
318   * Better choice of mouse cursors for startup notification
319   * Focus stealing prevention
320   * Improve window placement across multiple Xinerama monitors
321   * Support 8-bit truecolor visuals (such as in vncserver)
322   * Better, more friendly support for omnipresent windows
323   * Full support for EWMH 1.4-draft2
324   * Iconify/restore animation !
325   * Improved support for running openbox with multiple screens (non-xinerama)
326     - won't steal focus from other screens, and let you focus a screen by
327     clicking on the desktop (root window).
328   * Support for more cursors through XCursor, means that startup notification
329     can use a pointer+watch cursor if you are using an XCursor theme
330   * Fully maximize terminal windows (and any resized-by-increment window)
331   * Show the hostname of clients running on remote computers in the titlebar
332   * Add <panels> and <desktop> options to NextWindow, PreviousWindow,
333     DirectionalFocusNorth etc..
334   * Synchronize resizing with the application when possible
335   * Smarter subdivision of windows into 9 sections for resizing
336   * Set default icon on windows so applications can agree on an icon
337   * Better support for programs that are on more than one desktop
338     (multiple firefox windows for example) - move to the desktop when you're
339     using the application and it opens a window on another desktop.
340   * Chrooted key chains, and key quoting through chroots
341   * New BreakChroot action to break out of the current chroot
342   * New keychains popup, to show where you are in a keychain
343   * Improved show-desktop mode. When you open a new window, the old windows
344     are not all restored
345   * Add <allDesktops> option to NextWindow and PreviousWindow. The desktop
346     name will be shown in the focus cycling popup
347   * Dynamically size the window and desktop dialogs. Desktop layouts that
348     aren't horizontal look better in the desktop cycling dialog.
349   * Support for legacy fullscreen applications (that don't use EWMH) such as
350     VLC
351   * Session support for old clients that do not use the session management
352     protocol
353   * Desktop setup is only changed on startup, so as to not overwrite settings
354     from other apps like pagers
355   * Take advantage of ksmserver (KDE Session Manager) features
356   * KDE/Openbox and GNOME/Openbox options for display manager GDM/KDM. Use
357     openbox-gnome-session and openbox-kde-session to run a GNOME or KDE
358     session with Openbox as the window manager.
359   * Titlebar buttons autohide when hiding won't move other buttons (removed
360     the hideDisabled option from config file)
361   * Support user time window hint, which is good for laptops power usage
362   * When legacy windows raise themselves, interpreate as wanting to be
363     activated. Makes Firefox more pleasant.
364   * Don't show handles on windows that cant resize for more extreme visual
365     minimalism
366   * Let you move maximized windows between Xinerama monitors
367   * Improve application awareness of focus, e.g. Kopete and Firefox, so they
368     know when they are or aren't focused, and which window in their
369     application is focused
370   * Improvements in the distributed themes
371   * Add new Clearlooks and Clearlooks-Olive themes by John McKnight
372   * Fonts are no longer loaded from theme. They are loaded from the rc.xml
373     config file. Font shadow settings are still loaded from the theme though.
374     5 fonts to be set: ActiveWindow InactiveWindow, MenuHeader, MenuItem and
375     OnScreenDisplay
376   * Distributed theme names have been renamed with Capitalization
377   * menu.items.activedisabled.text.color
378   * menu.border.color   (note that globbing might set these properties when
379     you didnt mean to)
380   * window.active.border.color   (note that globbing might set these
381     properties when you didnt mean to)
382   * window.inactive.border.color   (note that globbing might set these
383     properties when you didnt mean to)
384   * menu.border.width
385   * Guarantee that titlebar buttons are even sized, so even sized icons
386     (button masks) will be centered
387   * Default titlebar button icons (as xbms) installed to /usr/share/doc/openbox
388   * New mouse binding contexts Left, Right, TLCorner, TRCorner and Top. These
389     need bindings in config file to be useful. Also new context Bottom which
390     is synonym for Handle.
391   * W is no longer hard coded to Mod4. It is now a shortcut for Super, which
392     is usually bound to Mod4. xmodmap will show your mapping.
393   * The per-app setting <head> has been renamed to <monitor>
394   * Can use "default" for anything in per-app settings
395   * Removed <edges_hit_layers_below> option from config file
396   * --reconfigure command line option
397   * --restart command line option
398   * Closed bug #886 - Reference point for client-menu
399   * Closed bug #898 - Add option for OB2 style menu behaviour
400   * Closed bug #952 - Focus sometimes gets lost when closing windows
401   * Closed bug #1006 - duplicate window title numbering is so-so
402   * Closed bug #1080 - menus dont update when using ctrl to keep them open
403   * Closed bug #1082 - doing window stuff while changing focus is mad slow
404   * Closed bug #1106 - Openbox resize problems with Beep Media Player and some
405     websites using Mozilla
406   * Closed bug #1146 - minimized windows dont unminimize from fspanel if ob
407     restarted
408   * Closed bug #1409 - Window stacking is messed up when dealing with multiple
409     nested dialog boxes
410   * Closed bug #1526 - Incorrect handling of utility windows
411   * Closed bug #1846 - Patch for theme overrides
412   * Closed bug #1974 - Limit the number of resizes per second to make window
413     resizing smoother
414   * Closed bug #2060 - Apps disappear when using composite extension
415   * Closed bug #2221 - _NET_WM_STATE_(ABOVE|BELOW) is being inherited
416   * Closed bug #2250 - openbox ignores size request ?
417   * Closed bug #2251 - support for legacy ""fullscreen""
418   * Closed bug #2254 - segfault in render/render.c on sendtodesktop [endian?]
419   * Closed bug #2255 - segmentation fault on 8-bit truecolor visual
420   * Closed bug #2258 - long menus truncated
421   * Closed bug #2311 - Does not display the pressed state while a button in the
422     frame is toggled
423   * Closed bug #2321 - ResizeRelative -up and -left makes window move when at
424     min_size
425   * Closed bug #2483 - Pinned windows raise to top on all desktops when they
426     become focused on just one desktop
427   * Closed bug #2491 - Client List by App instead of by Desktop
428   * Closed bug #2551 - Request to be able to cycle docks (e.g.
429   * Closed bug #2659 - Menu header display should be configurable
430   * Closed bug #2769 - temporarily chroot the keychain tree
431   * Closed bug #2841 - Changes to the keepborder option aren't applied when
432     reconfiguring
433   * Closed bug #2850 - Openbox gives black backgrounds to windows using the
434     new 'rgba' or 'argb' visual
435   * Closed bug #2865 - openbox 3.3 is not C89 compatible
436   * Closed bug #2872 - Focus issues with Eclipse and Firefox
437   * Closed bug #2878 - Openbox crash when used with vncserver
438   * Closed bug #2897 - Openbox shouldn't redraw the whole screen everytime
439     when minimizing windows.
440   * Closed bug #2898 - Patch adding advanced keyboard support in popup menus.
441   * Closed bug #2982 - tilda doesn't work propertly
442   * Closed bug #3034 - themeupdate.py seems to bee broken
443   * Closed bug #3045 - RrPaint in obrender should be split for easier use by
444     external apps
445   * Closed bug #3050 - 'syscrash' theme update
446   * Closed bug #3051 - When closing windows
447   * Closed bug #3053 - Updates de.po for German Localisation
448   * Closed bug #3059 - Feature Request: NextWindowForAllWorkspaces
449   * Closed bug #3063 - extensions_xinerama_screens() leaks memory if Xinerama
450     is enabled
451   * Closed bug #3064 - slist_path_add() might leak memory
452   * Closed bug #3068 - Multimonitor focus problems
453   * Closed bug #3081 - window doesn't appear
454   * Closed bug #3092 - Config parser expects wrong values of "layer" in
455     per-application settings
456   * Closed bug #3094 - smart placement should Ignore maximized windows
457   * Closed bug #3100 - Netwmpager is configured with layer = "below" but OB
458     is ignoring it
459   * Closed bug #3101 - Openbox won't compile on CentOS 4.4
460   * Closed bug #3102 - svn-6175 windows come not back in the foregroud
461   * Closed bug #3106 - Fullscreened mplayer loses focus when switching to
462     another desktop and back
463   * Closed bug #3108 - After revision 6437 the desktop dialog window stays on
464     screen
465
466 3.3.1:
467   * Fix panels getting a border with keepBorder turned on.
468   * Fix a crash in mirrorhorizontal when drawing a surface with width 1.
469
470 3.3:
471   * Add a showDelay option for the dock.
472   * Fixed onscreen-keeping code which broke a bit in -rc2.
473   * Fix incorrect handling of window properties on 64 bit arches.
474   * Fix pixelsize being the same as size for pango, now it is correct.
475   * Fix drawing of icons taller than wide, eg gimp.
476   * Add a 'mirrorhorizontal' gradient, like horizontal but mirrored in the
477     center and 'splitvertical' which is like vertical but nonlinear in a fancy
478     way.
479   * Translations for de, hr and zh_TW added.
480   * Add initial per-app settings support.
481   * Fix some outstanding issues with 64-bit support.
482   * Add an optional delay for displaying submenus so you can move the mouse
483     over some entries without flashing each submenu.
484   * Plug some minor memleaks and fix minor bugs.
485   * Changed algorithm for downscaling window icons.
486   * New themes!
487   * Disable support for libstartup-notification by default, it doesn't seem
488     to work well.
489   * Allow disabling of duplicate window numbering by option titleNumber in
490     theme section.
491   * Add moverelative and resizerelative actions.
492   * Option middle for menus that make submenus be centered instead of aligned
493     by the top edge to the parent entry.
494   * Fix transient (ie dialog) windows being placed offscreen if the parent
495     is close to the edge of the screen.
496
497 3.3-rc2:
498   * Fixed some typos and errors in rc.xsd
499   * Add the noStrut option to the dock (to allow maximizing windows over it),
500     useful when it is not in the above layer.
501   * Fix transparent terminals not updating when using ToggleDecor.
502   * Yet more poking at the onscreen-keeping code, should now do the right
503     thing always.
504   * Add an option to hide disabled buttons instead of showing them as disabled.
505   * Hopefully fixed all the remaining pango issues. The new 1.10 release also
506     fixes shadows again.
507   * I think the lib linking in Makefile.am is right now, please tell me if it
508     isn't.
509   * Added a finnish translation and some minor updates to others.
510   * Fixed configure.ac so --enable-pango doesn't disable pango support or the
511     other way around, make enabled be default to get some extra testing.
512
513 3.3-rc1:
514   * Poked around a bit in the code that keeps windows onscreen, if you
515     are using xinerama, please let me know if things are better/worse/same.
516   * Add support for pango, disabled by default due to a bug in pango 1.8 that
517     breaks shadows, it works fine with 1.6.x though. Poke the pango developers
518     here http://bugzilla.gnome.org/show_bug.cgi?id=169622 if you want this
519     to be fixed.
520   * Made edge resist and Send/MoveToEdge not hit windows at layers below
521     the current one, add option to disable this behaviour.
522   * Fixed directional focus not getting trapped in omnipresent windows
523   * Fixed focus actions when bound to the mouse, normal focus cycle is always
524     linear and directional focus is totally disabled, it makes no sense
525     anyway, just move the mouse.
526   * Added an option for the raise/lower/raiselower/unshaderaise/shadelower
527     options called group that lets you bind stuff to raise/lower the whole
528     window group. <action name="raise"><group>yes</group></action>
529   * Add various new actions. I haven't updated the web docs yet, but I think
530     I managed to get all of them listed in rc.xsd.
531   * Bugs 1783, 1812, 1863, 1905, 2005, 1957 fixed.
532   * Some translations added. (ca, no, pl, ru, fr)
533
534 3.2:
535   * Added spanish and swedish translations
536   * Changed "Unnamed Desktop" to "Desktop n" where n is the actual
537     number of the desktop
538   * Hopefully no more of the hanging X totally bug
539   * the fullscreen property now overrides aspect hints, all programs i've
540     tried that use it (mplayer and tvtime) handle the aspect internally
541     anyway, this just makes sure you have black borders all the way to the
542     edge. If this breaks anything for you, let me know.
543   * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4
544   * Added probably too many options and actions
545     * ToggleDockAutohide to toggle the autohide option at runtime,
546       doesn't save it to the config
547     * keepBorder option to set if you want the 1-pixel border when you
548       toggleDecorations
549     * added popupShow and popupPosition to control where and when the
550       move/resize-popup is shown, these go in the resize section of the config
551       popupPosition can be Top or Center, popupShow can be Always, Never or
552       Nonpixel (this is the default).
553     * Added the xorStyle option to change the behaviour of menus along the bottom
554       edge, note that the default is true
555     * warpPointer option in the menu section to control if the mouse cursor is
556       to be warped by openbox when the menu moves to keep on screen to keep the
557       cursor in the same place relative to the menu. (I think i got that right)
558     * Added back the focusLast option (this controls what happens when you
559       change desktops and have followMouse on)
560     * Added an option to set which desktop to start on when you start openbox,
561       firstdesk, for example you might like to set it to 5 if you have a 3x3
562       grid to start in the middle.
563   * I think that was everything, have fun
564
565 3.1:
566         * Added japanese translation (bug #1029)
567         * Closed bug #1060 (modal unfocused window should be placed above
568         focused parent)
569         * Closed bug #1012 (Openbox stalls gnome session startup after
570         --replace)
571         * Closed bug #1073 (The Desktop action doesn't work)
572         * Closed bug #1023 (config_focus_raise declared as guint)
573         * Closed bug #1019 (Strange behavior with focus:followMouse and
574         RaiseLower action)
575         * Closed bug #1007 (use g_snprintf in openbox/session.c instead of
576         sprintf)
577         * Closed bug #1001 (gimp crashes openbox)
578         * Closed bug #1005 (import -frame leaves windows in a temporary
579         "on top" state)
580         * Closed bug #881 (Programs started with X become zombies upon
581         shutdown.)
582         * Closed bug #1025 (desktopnext/previous and desktopleft/right dont
583         quite get along)
584
585 3.0:
586         * Closed bug #908 (sometimes some weird grab is left)
587         * Closed bug #945 (xawtv overlay visible on every desktop)
588         * Closed bug #944 (remove restarting/reconfiguring messages from
589         openbox.c)
590         * Closed bug #946 (use g_strsplit in parse.c:split_paths())
591         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
592         * Closed bug #951 (stale openbox session files)
593         * Closed bug #947 (Sloppyfocus can yield two windows at the same time
594         with focus (!))
595         * Closed bug #948 (Gets stuck in 'move' mode if mouse is let up while
596         dragged away from title bar)
597         * Closed bug #949 (dock above gnome panel behaviour)
598         * Closed bug #902 (Openbox raises gDesklets when clicked)
599         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
600         * Closed bug #907 (window focus is not properly indicated)
601         * Closed bug #919 (Temporary raise window when alt tabbing)
602         * Closed bug #921 (focus rectangle stays on the screen after modifier
603         release)
604         * Closed bug #925 (Invalid option: '--sm-save' & '--sm-disable')
605         * Closed bug #926 (problem with client-list-menu, destkop switching,
606         and sticky client)
607         * Closed bug #927 (disappearing windows, crash with I-merry theme)
608         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
609         * Closed bug #940 (actions dont work on desktops with no client
610         windows)
611         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
612         * Closed bug #957 (openbox crashes when exiting out of OpenOffice
613         Impress)
614         * Closed bug #960 (look for dupes in xdg paths when setting up slists?)
615         * Closed bug #961 (Menu causes core dump)
616         * Closed bug #963 (wrapper for mkdir() in parse.c)
617         * Closed bug #964 (free GErrors in action.c, openbox.c)
618         * Closed bug #965 (add message for chdir() failure in openbox.c)
619         * Closed bug #966 (list->next/prev to g_[s]list_next/previous, list !=
620         NULL to list
621         * Closed bug #971 (typo in code)
622         * Closed bug #974 (use g_getenv() in parser/parse.c)
623         * Closed bug #975 (void * -> gpointer)
624         * Closed bug #976 (use g_strerror() in openbox/session.c)
625         * Closed bug #978 (disable entry to go to desktop if it is the current)
626         * Closed bug #979 (request for version check in ob libraries)
627         * Closed bug #944 (remove restarting/reconfiguring messages from
628         openbox.c)
629         * Closed bug #968 (rc.xml refers to a non-existant "debian" menu file)
630
631 3.0-rc4:
632         * Closed bug #921 (focus rectangle stays on the screen after modifier
633          release)
634         * Closed bug #927 (disappearing windows, crash with I-merry theme)
635         * Fix crash when restoring a session with a maximized window
636         * Fix leak of RrColors in menus
637         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
638         * Allow focus to be moved around by clients (for WM_TAKE_FOCUS to
639         work as it is meant to). This means fullscreen apps like wine and
640         bzflag work now
641         * Reversed the default directions for the mouse wheel desktop
642         switching actions
643         * Don't wrap around in the default keyboard desktop switching bindings
644         * Place parentless dialogs so they avoid always-on-top windows
645         * Ignore fullscreen windows in placing new ones
646         * Closed bug #940 (actions dont work on desktops with no client
647         windows)
648
649 3.0-rc3:
650         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
651         * Allow resizing of windows in only vertical/horizontal directions
652         (via Alt-MiddleClick-Drag with the default bindings)
653         * Added intelligence to window cycling and raise/lowering based on
654         window types
655         * Closed bug #902 (Openbox raises gDesklets when clicked). This has the
656         side effect that panels which do not set the ABOVE state (most panels
657         curerntly around) will no longer be kept always on top. You can set the
658         ABOVE state yourself by using the client menu (Alt-RightClick in the
659         default bindings) and selecting the Always on top Layer
660         * Closed bug #907 (window focus is not properly indicated)
661         * Added a focus indicator during focus cycling that is always visible
662         instead of just moving the focus hilight around.
663
664 3.0-rc2:
665         * Closed bug #885 (raiseOnFocus is flawed)
666         * Closed bug #887 (Mouse-wheel scrolling only changes 1 desktop when
667         using "dialog" option)
668         * Closed bug #888 (some random coredump)
669         * Closed bug #889 (focus follow mouse not following)
670         * Closed bug #892 (client_under_pointer() doesn't check DESKTOP_ALL)
671         * Avoid the focus flicker when switching desktops
672         * Free the XML DOM trees properly, fixes mem leak
673
674 3.0-rc1:
675         * Closed bug #875 (RaiseLower fails to funtion on windows with dialogs)
676         * Added the <moveButton> option for moving dock apps around inside the
677         dock. (Closes bug #798)
678         * Made the "Desktop" action show the pager/desktop dialog
679         * Add the <dialog> option to the Desktop and Focus switching actions
680         * No longer iconify fullscreen windows when they lose focus (Closes
681         bug #876)
682         * When not using focusLast, when a focused transient is closed, focus
683         will still fallback to its parent or transient siblings
684         * Improved intelligence for focus cycling with modal transients
685         * Removed the focusLast option
686         * Added the placement-policy option to select if windows are placed
687         under the mouse pointer
688         * Children inherit their window icon from their parent
689         * Closed bug #878 (minimal resizing of mplayer makes openbox crash)
690         * Fix case where opening a menu would leave Openbox in a locked state
691         * Upstream updates for TheBear theme
692
693 3.0-beta6:
694         * Added _OB_WM_STATE_UNDECORATED hint, which can be read and controlled
695         by external applications
696         * Closed bug #874 (libtool won't install libobrender.la)
697         * Launch ObConf when selecting GNOME's Desktop Preferences for Windows
698         * Focus new children always if their direct parent is focused
699
700 3.0-beta5:
701         * Initial release.