summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:33:43 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-09-03 11:33:43 +0200
commit45a29e5b1614359d09aa3e69b8928fcfeebc84a2 (patch)
tree7e3532af8e53c32402b2980e02c9f4988a687031 /HISTORY
parent2a91de02abee737333cf650b32d13e5689443b76 (diff)
downloadvdr-45a29e5b1614359d09aa3e69b8928fcfeebc84a2.tar.gz
vdr-45a29e5b1614359d09aa3e69b8928fcfeebc84a2.tar.bz2
Key macros can now call plugins that don't have a main menu entry
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 5da8e8b5..cdce6852 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3773,3 +3773,7 @@ Video Disk Recorder Revision History
Lauri Tischler).
- Repeat keys are now ignored when waiting for a keypress to cancel an operation
(thanks to Marko Mäkelä).
+- The main menu function of a plugin can now be activated through a key macro of
+ the form "@plugin" even if that plugin doesn't have a main menu entry (using
+ part of a patch by Hardy Flor, which originally implemented calling plugins from
+ SVDRP).