summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:47:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-17 11:47:18 +0200
commit3c68ef28d0518579c4269c3545699c623d8df47b (patch)
tree9c7ed2ff269beab8e7428d546dbd098592bf0ac8 /HISTORY
parent79b1c68ffbe11ada50d8e288efc0255eba268185 (diff)
downloadvdr-3c68ef28d0518579c4269c3545699c623d8df47b.tar.gz
vdr-3c68ef28d0518579c4269c3545699c623d8df47b.tar.bz2
Using dummy font if no fonts are installed
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 33795add..30adc15e 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5244,3 +5244,5 @@ Video Disk Recorder Revision History
- Replaced strn0cpy() with Utf8Strn0Cpy() where necessary.
- Now using 'fontconfig' to determine which fonts to use (thanks to Anssi Hannula
for code and hints on how to do this).
+- If no fonts are installed, VDR now uses a dummy font that doesn't actually draw
+ any text, and logs an error message.