summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-15 10:51:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-15 10:51:37 +0100
commitbe9a6de0ef0bb282842f57a86d00075539f4156c (patch)
tree8b113d8bab495e6f812e4e01607ac92f53e3b841 /HISTORY
parentb3954aefd5290babbc2aa97b8f62b6112ff494f0 (diff)
downloadvdr-be9a6de0ef0bb282842f57a86d00075539f4156c.tar.gz
vdr-be9a6de0ef0bb282842f57a86d00075539f4156c.tar.bz2
Plugins can now implement the function SetMenuSortMode() in their skin objects derived from cSkinDisplayMenu, to get informed about the currently used sort mode
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 1d6ea88b..84870418 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8373,3 +8373,6 @@ Video Disk Recorder Revision History
Dietmar Spingler).
- Modified the CAM API so that it is possible to implement CAMs that can be freely
assigned to any devices (thanks to Jasmin Jessich).
+- Plugins can now implement the function SetMenuSortMode() in their skin objects
+ derived from cSkinDisplayMenu, to get informed about the currently used sort
+ mode, if applicable (suggested by Martin Schirrmacher).