aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorsimonb <simonb>2007-01-05 13:01:19 (GMT)
committersimonb <simonb>2007-01-05 13:01:19 (GMT)
commit3a79de034f87df155f540af2186c5d87dc187b3b (patch)
tree9352aebc02ecc46ec475e1a2764c8f39cd732453 /ChangeLog
parent87b8626793e25a8ab4b1e077fcf29cb06ff7f71c (diff)
downloadfluxbox-3a79de034f87df155f540af2186c5d87dc187b3b.zip
fluxbox-3a79de034f87df155f540af2186c5d87dc187b3b.tar.bz2
change default Xft font so that it works properly with rotation (see
notes in ChangeLog or FbTk/Font.cc)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d7ab7f1..6e200a3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
1 (Format: Year/Month/Day) 1 (Format: Year/Month/Day)
2Changes for 1.0rc3: 2Changes for 1.0rc3:
3*07/01/05:
4 * Change default Xft font to "monospace" (was "fixed") (Simon)
5 - The "fixed" font loads a bitmap Xfont
6 - Note that bitmap fonts do not rotate properly, and especially the
7 baseline isn't adjusted for the lack of rotation. Thus we recommend
8 that if you are using a bitmapped font (e.g. artwiz), then specify it
9 using xfld style (-*-snap-*-*-* ...etc) so that fluxbox loads it with
10 traditional XFont/XmbFont calls, resulting in correct placement and
11 rotation.
12 FbTk/... Font.hh/cc XftFontImp.cc ThemeItems.cc
13 FbWinFrameTheme.cc
3*07/01/04: 14*07/01/04:
4 * Added new resource for init file to control default window decorations: 15 * Added new resource for init file to control default window decorations:
5 session.screenN.defaultDeco: <bitmask>, where the bitmask corresponds 16 session.screenN.defaultDeco: <bitmask>, where the bitmask corresponds