diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-24 12:53:12 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2003-10-24 12:53:12 +0200 |
commit | c94570e69dfca940ba04829debb93e421f77c4f0 (patch) | |
tree | 26488bf901cb4e7a2b30db914086cb0f45dd2349 /HISTORY | |
parent | 2b29a5ce367d464fd10d6014990c881eccf5207e (diff) | |
download | vdr-c94570e69dfca940ba04829debb93e421f77c4f0.tar.gz vdr-c94570e69dfca940ba04829debb93e421f77c4f0.tar.bz2 |
Changed font handling to allow language specific character sets; adopted the small font character set from the "Elchi" patch
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -2438,7 +2438,7 @@ Video Disk Recorder Revision History - Improved cDvbDevice::StillPicture() (thanks to Thomas Heiligenmann). -2003-10-18: Version 1.3.0 +2003-10-24: Version 1.3.0 - Changed thread handling to make it work with NPTL ("Native Posix Thread Library"). Thanks to Jon Burgess, Andreas Schultz, Werner Fink and Stefan Huelswitt. @@ -2452,3 +2452,6 @@ Video Disk Recorder Revision History - Added "Slovak Link" and "Czech Link" to 'ca.conf' (thanks to Emil Petersky). - Mutexes are now created with PTHREAD_MUTEX_ERRORCHECK_NP, which makes the 'lockingTid' stuff obsolete (thanks to Stefan Huelswitt). +- Changed font handling to allow language specific character sets. +- Adopted the small font character set from the "Elchi" patch (originally + provided by Alessio Sangalli). |