diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 0.9.12 | 2 | Changes for 0.9.12 |
3 | *05/01/24: | ||
4 | * Close #1107227, #1107222 | ||
5 | data/Makefile.am util/fluxbox-generate_menu.in | ||
3 | *05/01/21: | 6 | *05/01/21: |
4 | * Fix tab detaching - the window wasn't shown (Simon) | 7 | * Fix tab detaching - the window wasn't shown (Simon) |
5 | Window.cc | 8 | Window.cc |
@@ -10,6 +13,8 @@ Changes for 0.9.12 | |||
10 | execl needs NULL termination, on 64-bit-systems '0' would expand | 13 | execl needs NULL termination, on 64-bit-systems '0' would expand |
11 | expand to a 32bit integer, not a 64bit pointer. | 14 | expand to a 32bit integer, not a 64bit pointer. |
12 | src/FbCommands.cc util/fbrun/FbRun.cc | 15 | src/FbCommands.cc util/fbrun/FbRun.cc |
16 | ------------------------------------------------------------- | ||
17 | Changes for 0.9.12 | ||
13 | *05/01/15: | 18 | *05/01/15: |
14 | * Added menutest.cc to src/tests (Henrik) | 19 | * Added menutest.cc to src/tests (Henrik) |
15 | testing menu parser and theme | 20 | testing menu parser and theme |