summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-12-18 12:42:41 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-12-18 12:42:41 +0100
commit49b822a14dbc9f8c05060f419f2d672fe2fce730 (patch)
treed777430cd9775fc2070f01e61cc1c67e034febaf /HISTORY
parentc77989ee70085be02dca4dc1be362801baa15ff3 (diff)
downloadvdr-49b822a14dbc9f8c05060f419f2d672fe2fce730.tar.gz
vdr-49b822a14dbc9f8c05060f419f2d672fe2fce730.tar.bz2
Escaped the '-' and 'ö' characters in the man pages
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 955bdb5f..728729b3 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3160,7 +3160,7 @@ Video Disk Recorder Revision History
right day of week for timers in the future.
- Some improvements to cPoller (thanks to Marco Schlüßler).
-2004-12-17: Version 1.3.18
+2004-12-18: Version 1.3.18
- Removed an unused variable from cTimer::GetWDayFromMDay() (thanks to Wayne Keer
for reporting this one).
@@ -3193,3 +3193,5 @@ Video Disk Recorder Revision History
have their own idea about this.
+ cChannel::[AD]pid[12]() have been replaced with cChannel::[AD]pid(int i) to
allow access to all available PIDs.
+- Escaped the '-' and 'ö' characters in the man pages (thanks to Darren Salt for
+ pointing this out).