*** empty log message ***
[dana/openbox-history.git] / CHANGELOG
1 3.2:
2   * Added spanish and swedish translations
3   * Changed "Unnamed Desktop" to "Desktop n" where n is the actual
4     number of the desktop
5   * Hopefully no more of the hanging X totally bug
6   * the fullscreen property now overrides aspect hints, all programs i've
7     tried that use it (mplayer and tvtime) handle the aspect internally
8     anyway, this just makes sure you have black borders all the way to the
9     edge. If this breaks anything for you, let me know.
10   * Added M as an alias for Mod3 in the same manner that W is an alias for Mod4
11   * Added probably too many options and actions
12     * ToggleDockAutohide to toggle the autohide option at runtime,
13       doesn't save it to the config
14     * keepBorder option to set if you want the 1-pixel border when you
15       toggleDecorations
16     * added popupShow and popupPosition to control where and when the
17       move/resize-popup is shown, these go in the resize section of the config
18       popupPosition can be Top or Center, popupShow can be Always, Never or
19       Nonpixel (this is the default).
20     * Added the xorStyle option to change the behaviour of menus along the bottom
21       edge, note that the default is true
22     * warpPointer option in the menu section to control if the mouse cursor is
23       to be warped by openbox when the menu moves to keep on screen to keep the
24       cursor in the same place relative to the menu. (I think i got that right)
25     * Added back the focusLast option (this controls what happens when you
26       change desktops and have followMouse on)
27     * Added an option to set which desktop to start on when you start openbox,
28       firstdesk, for example you might like to set it to 5 if you have a 3x3
29       grid to start in the middle.
30   * I think that was everything, have fun
31
32 3.1:
33         * Added japanese translation (bug #1029)
34         * Closed bug #1060 (modal unfocused window should be placed above
35         focused parent)
36         * Closed bug #1012 (Openbox stalls gnome session startup after
37         --replace)
38         * Closed bug #1073 (The Desktop action doesn't work)
39         * Closed bug #1023 (config_focus_raise declared as guint)
40         * Closed bug #1019 (Strange behavior with focus:followMouse and
41         RaiseLower action)
42         * Closed bug #1007 (use g_snprintf in openbox/session.c instead of
43         sprintf)
44         * Closed bug #1001 (gimp crashes openbox)
45         * Closed bug #1005 (import -frame leaves windows in a temporary
46         "on top" state)
47         * Closed bug #881 (Programs started with X become zombies upon
48         shutdown.)
49         * Closed bug #1025 (desktopnext/previous and desktopleft/right dont
50         quite get along)
51
52 3.0:
53         * Closed bug #908 (sometimes some weird grab is left)
54         * Closed bug #945 (xawtv overlay visible on every desktop)
55         * Closed bug #944 (remove restarting/reconfiguring messages from
56         openbox.c)
57         * Closed bug #946 (use g_strsplit in parse.c:split_paths())
58         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
59         * Closed bug #951 (stale openbox session files)
60         * Closed bug #947 (Sloppyfocus can yield two windows at the same time
61         with focus (!))
62         * Closed bug #948 (Gets stuck in 'move' mode if mouse is let up while
63         dragged away from title bar)
64         * Closed bug #949 (dock above gnome panel behaviour)
65         * Closed bug #902 (Openbox raises gDesklets when clicked)
66         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
67         * Closed bug #907 (window focus is not properly indicated)
68         * Closed bug #919 (Temporary raise window when alt tabbing)
69         * Closed bug #921 (focus rectangle stays on the screen after modifier
70         release)
71         * Closed bug #925 (Invalid option: '--sm-save' & '--sm-disable')
72         * Closed bug #926 (problem with client-list-menu, destkop switching,
73         and sticky client)
74         * Closed bug #927 (disappearing windows, crash with I-merry theme)
75         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
76         * Closed bug #940 (actions dont work on desktops with no client
77         windows)
78         * Closed bug #943 (consistent glib type (gint, gchar, etc.) usage)
79         * Closed bug #957 (openbox crashes when exiting out of OpenOffice
80         Impress)
81         * Closed bug #960 (look for dupes in xdg paths when setting up slists?)
82         * Closed bug #961 (Menu causes core dump)
83         * Closed bug #963 (wrapper for mkdir() in parse.c)
84         * Closed bug #964 (free GErrors in action.c, openbox.c)
85         * Closed bug #965 (add message for chdir() failure in openbox.c)
86         * Closed bug #966 (list->next/prev to g_[s]list_next/previous, list !=
87         NULL to list
88         * Closed bug #971 (typo in code)
89         * Closed bug #974 (use g_getenv() in parser/parse.c)
90         * Closed bug #975 (void * -> gpointer)
91         * Closed bug #976 (use g_strerror() in openbox/session.c)
92         * Closed bug #978 (disable entry to go to desktop if it is the current)
93         * Closed bug #979 (request for version check in ob libraries)
94         * Closed bug #944 (remove restarting/reconfiguring messages from
95         openbox.c)
96         * Closed bug #968 (rc.xml refers to a non-existant "debian" menu file)
97
98 3.0-rc4:
99         * Closed bug #921 (focus rectangle stays on the screen after modifier
100          release)
101         * Closed bug #927 (disappearing windows, crash with I-merry theme)
102         * Fix crash when restoring a session with a maximized window
103         * Fix leak of RrColors in menus
104         * Closed bug #929 (crash (signal 11) when activating Reconfigure)
105         * Allow focus to be moved around by clients (for WM_TAKE_FOCUS to
106         work as it is meant to). This means fullscreen apps like wine and
107         bzflag work now
108         * Reversed the default directions for the mouse wheel desktop
109         switching actions
110         * Don't wrap around in the default keyboard desktop switching bindings
111         * Place parentless dialogs so they avoid always-on-top windows
112         * Ignore fullscreen windows in placing new ones
113         * Closed bug #940 (actions dont work on desktops with no client
114         windows)
115
116 3.0-rc3:
117         * Closed bug #904 (ToggleMaximizeHorz & Vert dont always toggle)
118         * Allow resizing of windows in only vertical/horizontal directions
119         (via Alt-MiddleClick-Drag with the default bindings)
120         * Added intelligence to window cycling and raise/lowering based on
121         window types
122         * Closed bug #902 (Openbox raises gDesklets when clicked). This has the
123         side effect that panels which do not set the ABOVE state (most panels
124         curerntly around) will no longer be kept always on top. You can set the
125         ABOVE state yourself by using the client menu (Alt-RightClick in the
126         default bindings) and selecting the Always on top Layer
127         * Closed bug #907 (window focus is not properly indicated)
128         * Added a focus indicator during focus cycling that is always visible
129         instead of just moving the focus hilight around.
130
131 3.0-rc2:
132         * Closed bug #885 (raiseOnFocus is flawed)
133         * Closed bug #887 (Mouse-wheel scrolling only changes 1 desktop when
134         using "dialog" option)
135         * Closed bug #888 (some random coredump)
136         * Closed bug #889 (focus follow mouse not following)
137         * Closed bug #892 (client_under_pointer() doesn't check DESKTOP_ALL)
138         * Avoid the focus flicker when switching desktops
139         * Free the XML DOM trees properly, fixes mem leak
140
141 3.0-rc1:
142         * Closed bug #875 (RaiseLower fails to funtion on windows with dialogs)
143         * Added the <moveButton> option for moving dock apps around inside the
144         dock. (Closes bug #798)
145         * Made the "Desktop" action show the pager/desktop dialog
146         * Add the <dialog> option to the Desktop and Focus switching actions
147         * No longer iconify fullscreen windows when they lose focus (Closes
148         bug #876)
149         * When not using focusLast, when a focused transient is closed, focus
150         will still fallback to its parent or transient siblings
151         * Improved intelligence for focus cycling with modal transients
152         * Removed the focusLast option
153         * Added the placement-policy option to select if windows are placed
154         under the mouse pointer
155         * Children inherit their window icon from their parent
156         * Closed bug #878 (minimal resizing of mplayer makes openbox crash)
157         * Fix case where opening a menu would leave Openbox in a locked state
158         * Upstream updates for TheBear theme
159
160 3.0-beta6:
161         * Added _OB_WM_STATE_UNDECORATED hint, which can be read and controlled
162         by external applications
163         * Closed bug #874 (libtool won't install libobrender.la)
164         * Launch ObConf when selecting GNOME's Desktop Preferences for Windows
165         * Focus new children always if their direct parent is focused
166
167 3.0-beta5:
168         * Initial release.