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