diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-06-23 18:00:00 +0200 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2007-06-23 18:00:00 +0200 |
commit | a9c7f0de90a44ea7c031154d47b092faed74f90b (patch) | |
tree | e361dd22d05e8435de69b6aee64efe1aa816a2bc /HISTORY | |
parent | b1e4da3be6552f58f3890bf2ad48879823d2e130 (diff) | |
download | vdr-patch-lnbsharing-a9c7f0de90a44ea7c031154d47b092faed74f90b.tar.gz vdr-patch-lnbsharing-a9c7f0de90a44ea7c031154d47b092faed74f90b.tar.bz2 |
Version 1.5.5vdr-1.5.5
- Fixed a name clash between skincurses.c and the new cOsd position functions.
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD".
- Fixed handling address masks in SVDRP host settings (thanks to Frank Schmirler).
- Fonts can now be created with a width that overwrites the default width (thanks
to Andreas Mair).
- Added full weekday names to i18n.c for plugins to use (thanks to Patrice Staudt).
The new function WeekDayNameFull() can be used to get these names from integer
values (just like the abbreviated weekday names).
- Fixed stripping i18n stuff from font names (reported by Anssi Hannula).
- Improved performance of the SVDRP commands LSTC and CHAN when used with a
channel name.
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5260,3 +5260,18 @@ Video Disk Recorder Revision History Plugins that implement skins should no longer use Setup.OSDWidth etc. directly, but should rather use cOsd::OsdWidth() etc. instead. Currently a change to the OSD position will only apply to newly opened OSDs. + +2007-06-23: Version 1.5.5 + +- Fixed a name clash between skincurses.c and the new cOsd position functions. +- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg). +- Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD". +- Fixed handling address masks in SVDRP host settings (thanks to Frank Schmirler). +- Fonts can now be created with a width that overwrites the default width (thanks + to Andreas Mair). +- Added full weekday names to i18n.c for plugins to use (thanks to Patrice Staudt). + The new function WeekDayNameFull() can be used to get these names from integer + values (just like the abbreviated weekday names). +- Fixed stripping i18n stuff from font names (reported by Anssi Hannula). +- Improved performance of the SVDRP commands LSTC and CHAN when used with a + channel name. |