summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-22 13:23:22 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-22 13:23:22 +0200
commit5aacc51c14491fa029f6408f45685bf505c606b5 (patch)
tree488ca1c1cadf5bf7123bfd359c3812af2946eec9 /HISTORY
parentbcbb3137e7ae46a124c1d3af03d7be1b23f5846b (diff)
downloadvdr-5aacc51c14491fa029f6408f45685bf505c606b5.tar.gz
vdr-5aacc51c14491fa029f6408f45685bf505c606b5.tar.bz2
Single shot timers and events now show the day of week
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 945576cc..e9cf9c25 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2814,3 +2814,8 @@ Video Disk Recorder Revision History
Wiesweg).
- Added a hint to PLUGINS.html about how to name a plugin that implements a skin.
- Completed the Finnish OSD texts (thanks to Rolf Ahrenberg).
+- Single shot timers and events now show the day of week (adopted with some changes
+ from the "elchi" patch, orginally introduced by Oskar Signell). Plugins that use
+ cEvent::GetDateString() should note that this function now returns a longer
+ string, including the day of week. The new function const char *WeekDayName(time_t t)
+ can be called with a time_t value to get the day of week for that time.