summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-12-01 15:03:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-12-01 15:03:37 +0100
commit2bdf515ace3ce4b1d4bf42a1b6a6876c03e5ef64 (patch)
tree61d09534278433305dbc6768f878adbb224c5782
parent78b78ffd64d18f24a022abfa9f003d61f96152d5 (diff)
downloadvdr-2bdf515ace3ce4b1d4bf42a1b6a6876c03e5ef64.tar.gz
vdr-2bdf515ace3ce4b1d4bf42a1b6a6876c03e5ef64.tar.bz2
Fixed a typo in the change to the "Use small font" setup option in version 1.3.47
-rw-r--r--CONTRIBUTORS4
-rw-r--r--HISTORY4
2 files changed, 6 insertions, 2 deletions
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index 12e4c299..c8b410f0 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -1523,6 +1523,8 @@ Andreas Brugger <brougs78@gmx.net>
cStatus::Replaying(), so that they can provide the full file name of the recording
for suggesting that externally provided EPG data (with table ID 0x00) shall get its
component descriptors set from the broadcast data
+ for reporting a typo in the change to the "Use small font" setup option in version
+ 1.3.47 in the HISTORY and CONTRIBUTORS file
Dino Ravnic <dino.ravnic@fer.hr>
for fixing some characters in the iso8859-2 font file
@@ -1906,7 +1908,7 @@ Suur Karu <suurkaru@fastmail.fm>
Ronny Kornexl <ronny.kornexl@online.de>
for reporting a problem with setting "No title" for broken event data
for suggesting to make the "Use small font" setup option *always* use the small
- font if set to '3' - even if it would have been a fixed font
+ font if set to '2' - even if it would have been a fixed font
for reporting a bug in initializing 'noapiv' in the Makefile
Vladimír Bárta <vladimir.barta@k2atmitec.cz>
diff --git a/HISTORY b/HISTORY
index b4ac55e3..c16081d9 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4611,7 +4611,7 @@ Video Disk Recorder Revision History
(since version 1.3.38 disk access is done in a separate thread, so the watchdog
timer won't hit).
- Changed the behaviour of the "Use small font" setup option to *always* use the small
- font if set to '3' - even if it would have been a fixed font (suggested by Ronny
+ font if set to '2' - even if it would have been a fixed font (suggested by Ronny
Kornexl).
- No longer using characters 0x01 and 0x02 for mapping single quote and slash in
recording names (thanks to Patrick Fischer for reporting that this was a problem
@@ -4996,3 +4996,5 @@ Video Disk Recorder Revision History
use the new option -U of getskyepg.pl to have the information added to the URL
as a query string.
- Fixed a possible crash in remux.c on 64-bit machines (thanks to Reinhard Nissl).
+- Fixed a typo in the change to the "Use small font" setup option in version 1.3.47
+ in the HISTORY and CONTRIBUTORS file (reported by Andreas Brugger).