summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6f6a94..d195bc0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
1(Format: Year/Month/Day) 1(Format: Year/Month/Day)
2Changes for 0.9.16: 2Changes for 0.9.16:
3*06/04/04: 3*06/04/04:
4 * Rotated Xmb Fonts (Simon)
5 - rotated when drawn. Probably not very efficient for
6 parentrelative backgrounds. If it proves an issue, we should
7 probably cache recently-drawn strings so we can just re-stipple.
8 XmbFontImp.hh/cc Text.hh
4 * Rotated X Fonts again, plus minor external tab alignment fixes (Simon) 9 * Rotated X Fonts again, plus minor external tab alignment fixes (Simon)
5 - Still need to do XmbFonts. Most people probably load those 10 - Still need to do XmbFonts. Most people probably load those
6 instead of XFont these days. Will need yet another approach... 11 instead of XFont these days. Will need yet another approach...