diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,8 +1,29 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.6: | 2 | Changes for 0.9.6: |
3 | <<<<<<< ChangeLog | ||
4 | |||
5 | ======= | ||
3 | *03/09/08: | 6 | *03/09/08: |
7 | * Added icon list sig to Screen (Henrik) | ||
8 | This will notify when the icon list changed. | ||
9 | Useful for IconbarTool | ||
10 | Screen.hh/cc | ||
11 | * Fixed minor bug in FbTk::Subject (Henrik) | ||
12 | If one removes an observer while notify() it'll put that observer | ||
13 | in a dead_observer list which will be cleand after notify() | ||
14 | Subject.cc | ||
15 | * Fixed minor bug in FbTk::Button (Henrik) | ||
16 | It did a execute() and then a updateTransparent (in buttonRelease), | ||
17 | which could | ||
18 | be dangerous if the execute() killed the object | ||
19 | Button.cc | ||
4 | * Fix when selecting + unneeded submenu redraw on enter+motion (Simon) | 20 | * Fix when selecting + unneeded submenu redraw on enter+motion (Simon) |
5 | Menu.cc | 21 | Menu.cc |
22 | *03/09/07: | ||
23 | * Added startup script to be used with startfluxbox, to get a | ||
24 | consistent frontend for both *dm and startx and your fluxbox-session (Thanks Han) | ||
25 | startfluxbox.in, startup.in | ||
26 | * Minor cleaning in some Makefile.am (Thanks Han) | ||
6 | *03/09/06: | 27 | *03/09/06: |
7 | * Added Resize x y as command (Thanks Mathias Gumz) | 28 | * Added Resize x y as command (Thanks Mathias Gumz) |
8 | FbCommands.cc/hh, FbCommandFactory.cc | 29 | FbCommands.cc/hh, FbCommandFactory.cc |