aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorrathnor <rathnor>2003-10-05 09:03:43 (GMT)
committerrathnor <rathnor>2003-10-05 09:03:43 (GMT)
commit9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c (patch)
tree4656a6fe71b5e18bf4b5044df9e1980162823c58 /ChangeLog
parent6984eb8970b61c0a6bcacba301707807d47d9b42 (diff)
downloadfluxbox_pavel-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.zip
fluxbox_pavel-9a155ea7b5cf1b76aa7b9864aa3c1a7342f1f67c.tar.bz2
fix window size when changing titlebar height
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8af4f33..be3bb98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,9 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.6: 2Changes for 0.9.6:
3*03/10/05: 3*03/10/05:
4 * Fix frame size when changing titlebar size (Simon)
5 - also send configure notify when toggling decorations
6 FbWinFrame.hh/cc Window.cc
4 * Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon) 7 * Move a bunch of functionality from Keys into FbTk::KeyUtil (Simon)
5 - also fix issue where Capslock mod was taken to be whatever caps 8 - also fix issue where Capslock mod was taken to be whatever caps
6 key was mapped to (why??). Now uses LockMask (ditto num,scroll). 9 key was mapped to (why??). Now uses LockMask (ditto num,scroll).