summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-02 14:10:37 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-02 14:10:37 +0200
commitad5ef06857105b60c82f78f4985429d5fd502067 (patch)
tree3b47f0c37c00e8fc6534ce06f736b0ec27101c3b /HISTORY
parent78e11d8c6feab964586e11e9396b3b868c086343 (diff)
downloadvdr-ad5ef06857105b60c82f78f4985429d5fd502067.tar.gz
vdr-ad5ef06857105b60c82f78f4985429d5fd502067.tar.bz2
Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger deleting of an event
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index bbf20773..8ec4e410 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7142,3 +7142,5 @@ Video Disk Recorder Revision History
- Extended the interface to the script that gets called for recordings, so that in
the "edited" case it also provides the name of the original recording (thanks to
Christian Richter).
+- Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger
+ deleting of an event (thanks to Christian Kaiser).