diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | RoadMap | 8 |
2 files changed, 7 insertions, 5 deletions
@@ -1,9 +1,11 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.2: | 2 | Changes for 0.9.2: |
3 | *03/05/08: | 3 | *03/05/08: |
4 | * Fixed Slit ordering bug (Henrik) | ||
5 | Screen.cc | ||
4 | * Fixed better command help/option | 6 | * Fixed better command help/option |
5 | main.cc | 7 | main.cc |
6 | * Fixed Slit/ redrawing bug (Henrik) | 8 | * Fixed Slit redrawing bug (Henrik) |
7 | Slit.hh/cc | 9 | Slit.hh/cc |
8 | *03/05/07: | 10 | *03/05/07: |
9 | * Fix crash when detaching client that isn't active (Simon) | 11 | * Fix crash when detaching client that isn't active (Simon) |
@@ -102,15 +102,14 @@ Major Features: | |||
102 | * Integration of Remember patch (Simon) | 102 | * Integration of Remember patch (Simon) |
103 | * Transparency (Henrik) | 103 | * Transparency (Henrik) |
104 | Minor Features: | 104 | Minor Features: |
105 | - more keybinding actions (Both) | 105 | * more keybinding actions (Both) |
106 | * directional focus movement (Simon) | 106 | * directional focus movement (Simon) |
107 | * fix up focus issues (Simon) | 107 | * fix up focus issues (Simon) |
108 | * snap to windows (Simon) | 108 | * snap to windows (Simon) |
109 | - improved command-line help option (Henrik) | 109 | * improved command-line help option (Henrik) |
110 | * pixmap buttons (Henrik) | 110 | * pixmap buttons (Henrik) |
111 | + Shaped menu/slit/toolbar (Henrik) | ||
112 | Bugfixes/lower priority: | 111 | Bugfixes/lower priority: |
113 | - Bugs from 0.9.1 (Both) | 112 | * Bugs from 0.9.1 (Both) |
114 | * stop window moving from borders (Simon) | 113 | * stop window moving from borders (Simon) |
115 | * Focus acts sloppy on window close/warp (Simon) | 114 | * Focus acts sloppy on window close/warp (Simon) |
116 | 115 | ||
@@ -124,6 +123,7 @@ Minor Features: | |||
124 | - Add some sort of program launch function (Simon) | 123 | - Add some sort of program launch function (Simon) |
125 | - more powerful autogroup matching (?) | 124 | - more powerful autogroup matching (?) |
126 | - nls updating (layers, toolbar) (Both) | 125 | - nls updating (layers, toolbar) (Both) |
126 | + Shaped menu/slit/toolbar (Henrik) | ||
127 | Bugfixes/lower priority: | 127 | Bugfixes/lower priority: |
128 | - Fixes for 0.9.2 and previous (Both) | 128 | - Fixes for 0.9.2 and previous (Both) |
129 | 129 | ||