summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 12:36:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 12:36:51 +0200
commit590d56bf594cbb23ba891c573bf85165baa84538 (patch)
treef9eb6f2e0747ab2763cdd8e2a4bc328bb114e634 /HISTORY
parent32733e430a3e91ea359333e2859a05d31fbbcfbe (diff)
downloadvdr-590d56bf594cbb23ba891c573bf85165baa84538.tar.gz
vdr-590d56bf594cbb23ba891c573bf85165baa84538.tar.bz2
The main menu function of a plugin can now be called programmatically
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 73b75130..ba8b874f 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3779,3 +3779,5 @@ Video Disk Recorder Revision History
SVDRP).
- The menu timeout handling is now done centrally in the main program loop.
- 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().