aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-08 18:20:41 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-08 18:20:41 (GMT)
commit08bd29d0d83756944b35a312497fbadcde9d74fe (patch)
tree50ad1bcd2f31263efe40865cee7a286a7d1ebeda /ChangeLog
parentf4fab105fff5bce6ffd25cdb82184459018222bf (diff)
downloadfluxbox-08bd29d0d83756944b35a312497fbadcde9d74fe.zip
fluxbox-08bd29d0d83756944b35a312497fbadcde9d74fe.tar.bz2
updated ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65d31de..fcb1c21 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.1.2 2Changes for 1.1.2
3 3
4*10/09/08: Introduced 'FbTk::BidiString'
5
6 * 'BidiString' holds both the logical content and the visual reordered
7 version of the content of a string. this helps to reduce the number of
8 calls to reorder the string before drawing it (as introduced in the patch
9 from Ken Bloom) and to be more consistent in menus and textboxes (drawing
10 cursors and underlining text).
11
4*10/09/05: 12*10/09/05:
5 * Added support for bidirectional text (thanx to Ken Bloom), bug #2801836 13 * Added support for bidirectional text (thanx to Ken Bloom), bug #2801836
6 FbTk/FbString.{cc,hh} FbTk/Font.cc 14 FbTk/FbString.{cc,hh} FbTk/Font.cc