diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ | |||
1 | (Format: Year/Month/Day) | 1 | (Format: Year/Month/Day) |
2 | Changes for 1.0rc3: | 2 | Changes 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 |