summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 12:49:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 12:49:36 +0200
commita964a8d732e81f4b2518b356f41a4eea47c38f54 (patch)
tree29158424e80b6ffb3b9ca6fa2365f1671a26f214 /HISTORY
parent590d56bf594cbb23ba891c573bf85165baa84538 (diff)
downloadvdr-a964a8d732e81f4b2518b356f41a4eea47c38f54.tar.gz
vdr-a964a8d732e81f4b2518b356f41a4eea47c38f54.tar.bz2
The SVDRP command PLUG now has a new option 'main'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index ba8b874f..df5cb287 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3781,3 +3781,5 @@ Video Disk Recorder Revision History
- Added missing help for the 'help' keyword in the SVDRP command PLUG.
- The main menu function of a plugin can now be called programmatically through
the static function cRemote::CallPlugin().
+- The SVDRP command PLUG now has a new option 'main' which can be used to initiate
+ a call to the main menu function of a plugin (using part of a patch by Hardy Flor).