summaryrefslogtreecommitdiff
path: root/UPDATE-1.4.0
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-21 15:15:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-21 15:15:18 +0200
commit44878cdb6c73e7be2f68f3c2ec795a4d0b1b978e (patch)
tree4cc46d20d75e59a6dac379b74960737501b04b1e /UPDATE-1.4.0
parent2e76e745978621bc9f33e12b84205bdb638012ba (diff)
downloadvdr-44878cdb6c73e7be2f68f3c2ec795a4d0b1b978e.tar.gz
vdr-44878cdb6c73e7be2f68f3c2ec795a4d0b1b978e.tar.bz2
Fixed several spelling errors
Diffstat (limited to 'UPDATE-1.4.0')
-rw-r--r--UPDATE-1.4.08
1 files changed, 4 insertions, 4 deletions
diff --git a/UPDATE-1.4.0 b/UPDATE-1.4.0
index 910c444e..349093da 100644
--- a/UPDATE-1.4.0
+++ b/UPDATE-1.4.0
@@ -8,7 +8,7 @@ See the file HISTORY for a detailed list of all changes.
Plugins:
- The new function cPlugin::Stop() shall be used to stop any background activities
- of a plugin. Previously this was done in the plugin's desctructor, but it is
+ of a plugin. Previously this was done in the plugin's destructor, but it is
better to do this in a dedicated function that can be called early when shutting
down.
- Added 'Service' functions to the plugin interface.
@@ -121,7 +121,7 @@ OSD:
the small font.
- The new OSD setup parameters "Left" and "Top" can be used to define the top left
corner of the OSD.
-- The OSD size prameters are now in pixel (as opposed to formerly characters).
+- The OSD size parameters are now in pixel (as opposed to formerly characters).
When reading a 'setup.conf' file from an older version of VDR, the OSDwidth
and OSDheight values will be converted to pixel automatically.
- The OSD is now fully device independent. See the comments in VDR/osd.h and the
@@ -177,7 +177,7 @@ Timers:
- The '0' key now toggles the "Day" item in the "Timers" menu between "single
shot" and "repeating". The keys '1'...'7' can be used to toggle the individual
- days ('1' is monday).
+ days ('1' is Monday).
- The day of a timer is now stored as a full date in ISO notation ("YYYY-MM-DD") in
'timers.conf' and for the result of the SVDRP command LSTT
- The timer status now has a new bit that is set when that timer is currently
@@ -267,7 +267,7 @@ Audio:
- The "Left" and "Right" keys in the "Audio" menu can be used to switch between
the left and right stereo channels in case there are different audio tracks
in these channels.
-- The setup option "Recording/Record Dobly Digital" has been renamed and moved to
+- The setup option "Recording/Record Dolby Digital" has been renamed and moved to
"DVB/Use Dolby Digital". It now controls whether Dolby Digital is recorded and
whether an available DD audio track will appear in the "Audio" menu.
- Recording and Transfer Mode now handle more than 2 audio PIDs.