summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-05-03 14:55:17 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-05-03 14:55:17 +0200
commitf1e5b591bd28c8acd852cad723459991c81d89b9 (patch)
tree2fbc47ef69af85c35d2e61beeaf32455b44f44c9 /HISTORY
parent2cd7928fc6dcffa61298d15d0bde21cd6d856868 (diff)
downloadvdr-f1e5b591bd28c8acd852cad723459991c81d89b9.tar.gz
vdr-f1e5b591bd28c8acd852cad723459991c81d89b9.tar.bz2
Added cStatus::OsdItem() to provide the entire list of menu items to a plugin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1cbd60df..92a0b498 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2104,3 +2104,5 @@ Video Disk Recorder Revision History
If all devices are busy and none of them can provide the current channel, the
message "Channel not available!" will be displayed.
- Removed the (no longer necessary) 'panic' stuff from cThread.
+- Added cStatus::OsdItem() to provide the entire list of menu items to a plugin
+ (thanks to Carsten Siebholz).