summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-10-31 12:53:00 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-10-31 12:53:00 +0100
commitfd9c2d298c0a8fb8e005b46a728841759b126430 (patch)
tree8fa5d8fad840999bcff071825419f5ba83fa56fb /HISTORY
parent5e731865a6e85e234b6a8daed9c671acaa21e6c1 (diff)
downloadvdr-fd9c2d298c0a8fb8e005b46a728841759b126430.tar.gz
vdr-fd9c2d298c0a8fb8e005b46a728841759b126430.tar.bz2
Now handling the channel name, short name and provider separately
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY7
1 files changed, 7 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index fb0e50bd..3a94fa43 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3096,3 +3096,10 @@ Video Disk Recorder Revision History
- Making sure that timers and channels are only saved together, in a consistent
manner (thanks to Mirko Dölle for reporting a problem with inconsistent
channel and timer lists).
+- Now handling the channel name, short name and provider separately. cChannel
+ therefore has two new functions, ShortName() and Provider(). ShortName()
+ can be used to display a short version of the name (in case such a version
+ is available). The optional boolean parameter of ShortName() can be set to
+ true to make it return the name, if no short name is available.
+ The sequence of 'name' and 'short name' in the channels.conf file has been
+ swapped (see man vdr(5)).