configuration changes "done"!!
[mikachu/openbox.git] / CHANGELOG
1 Changelog for Openbox:
2
3 1.0.0:
4  * better handling of teh rc file and its configuration
5    options. The file is written each time an option in
6    the file is changed, instead of being written at
7    shutdown. This means that you can edit the file by
8    hand while in Openbox, and then choose reconfig or
9    restart to have it use the new rc file.              (Ben Jansens)
10
11  * added a runtime option for hiding the toolbar.       (Scott Moynes)
12         
13  * made shaded windows edge-snap correctly to the
14    bottom for their size instead for their unshaded
15    size.                                                (Ben Jansens)
16
17  * added BestFit window placement algorithm/type.       (Ruhi Bloodworth)
18
19 0.99.1:
20  * forced a redraw of the close button after pressing
21    it. Some applications (eg. acroread) ignore the
22    close request and you end up with a funky close
23    button.                                              (Scott Moynes)
24
25 0.99.0:
26  * renamed header files from *.hh to *.h.               (Ben Jansens)
27
28  * fix clipping of the date/time in the toolbar with
29    proportional fonts.                                  (Sean Perry, Ben Jansens)
30
31  * added a --enable-clobber configuration option to
32    allow users to run off the event clobbering taking
33    place so that Openbox wont grab mouse events when
34    num lock or scroll lock are on.                      (Scott Moynes)
35
36  * window menu is inconsistant in that other menus
37    ignore mouse button 2, but it did not, because of
38    the maximize option. Now all options in the window
39    menu ignore mouse button 2 to be consistant.         (Scott Moynes)
40
41  * changed the default configuration file from
42    ~/.blackboxrc to ~/.openbox/rc.                      (Ben Jansens)
43
44  * ignore fully-maximized windows when smart
45    placing windows.                                     (Ben Jansens)
46       
47  * windows snaps to both sides of the screen's edge,
48    i.e. they have double the snapping area, half
49    inside and half outside the visible screen.          (Ben Jansens)
50       
51  * a rootCommand per-screen in the rc file which
52    will override the rootCommand in styles for that
53    screen.                                              (Ben Jansens)
54       
55  * rolling the mouse wheel on a window's title bar
56    will shade/unshade the window. rolling the mouse
57    wheel on the root window will change workspaces      (John Kennis, Ben Jansens)
58       
59  * new button press/release code in Window class,
60    gives window buttons more consistent behavior.       (Ben Jansens)
61      
62  * custom ordering of windows' titlebar elements
63    with a titlebarLayout option added to the
64    rc file                                              (MrFab, Ben Jansens)
65     
66  * when resizing a window in non-opaque mode, fixed
67    the drawn rectangle so that it is drawn entirely
68    within the bounds of the new window. it used to
69    be drawn in the area of the window + 1.              (Ben Jansens)
70       
71  * changed the background of the toolbar's workspace
72    label when it is being edited. The text color
73    being used was that of the active window label,
74    but the background remained that of the toolbar.
75    Changed to use the background of the active
76    window label.                                        (Ben Jansens)
77
78  * added windowZones to the rc file specifying
79    the number of zones to divide a window into for
80    alt-drag resizing, and code to resize windows
81    with the number of zones specified.                  (Nicolas Delon, Ben Jansens)
82