diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,4 +1,23 @@ | |||
1 | Changes for 0.1.7: | 1 | Changes for 0.1.7: |
2 | *02/02/09: | ||
3 | * Fixed bug in Workspace::removeWindow | ||
4 | *02/02/08: | ||
5 | * Back to stl list | ||
6 | * Fixed bug in Basemenu.hh (Thanks Paul W Brannan) | ||
7 | *02/02/06: | ||
8 | * Reverted back to LinkedList in Toolbar.cc/.hh, Screen.hh/Screen.cc | ||
9 | due to some strange segfaults. | ||
10 | * Added Gnome _WIN_STATE (sticky, minimized, shaded) | ||
11 | *02/02/05: | ||
12 | * Fixed a signed/unsigned problem | ||
13 | * Moved keyhandling, buttonevent and clientmessage to | ||
14 | functions in fluxbox.cc | ||
15 | *02/02/04: | ||
16 | * Fixed some unsigned/signed warnings | ||
17 | * Moved from LinkedList to STL in some files (Thanks Paul W Brannan) | ||
18 | * Added pt_PT to nls (Thanks Luis Medinas) | ||
19 | * Fixed multibyte in Iconbar (Thanks Jesper Louis Andersen) | ||
20 | * Removed some unnecessary timer->stop() (Thanks Jesper Louis Andersen) | ||
2 | *02/02/02: | 21 | *02/02/02: |
3 | * Added leftWorkspace and rightWorkspace, now those keybindings | 22 | * Added leftWorkspace and rightWorkspace, now those keybindings |
4 | actually work. (Claes Nästén) | 23 | actually work. (Claes Nästén) |