aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d502ccb..1272516 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,19 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/06/10: 3*06/06/10:
4 * Fixed resize box bug.
5 The text used to determine the size used space, which could have
6 different width than characters on some fonts.
7 (Thanks Thanks Scott Kuhl)
8 * Pressing shift while pressing enter in menu item will fake a
9 right mouse button press. Usefull when inc/decrease alpha/size in menu.
10 (Thanks _markt)
11 src/FbTk/Menu.cc
12 * Added docs for session.titlebar.left/right.
13 Added docs about middle click on workspace menu.
14 Improved danish translation.
15 (Thanks Jonas Koelker)
16 doc/asciidoc/fluxbox.txt
4 * Fix building on machines without iconv [sf.net #1499402] (Simon) 17 * Fix building on machines without iconv [sf.net #1499402] (Simon)
5 FbTk/FbString.cc 18 FbTk/FbString.cc
6 * Fix some external tab alignment on shade (Simon) 19 * Fix some external tab alignment on shade (Simon)