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