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