aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f39d5a..8764a1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.12 2Changes 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-------------------------------------------------------------
17Changes 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