summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-06-04 10:19:23 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2012-06-04 10:19:23 +0200
commit8d8dd8ecbd3a7c95800921009c72123939e3e571 (patch)
treeaec79840530906ce826751ededb9b8aed69c06dd /HISTORY
parent4bce65eb10999e2c7500faa6113bb79af600dc2e (diff)
downloadvdr-8d8dd8ecbd3a7c95800921009c72123939e3e571.tar.gz
vdr-8d8dd8ecbd3a7c95800921009c72123939e3e571.tar.bz2
Added HandledExternally() to the EPG handler interface
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index edc09622..8be42bb7 100644
--- a/HISTORY
+++ b/HISTORY
@@ -7162,3 +7162,5 @@ Video Disk Recorder Revision History
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
- Fixed the call to ChannelString() in cSkinLCARSDisplayChannel::SetChannel() (thanks
to Rolf Ahrenberg).
+- Removed DeleteEvent() from the EPG handler interface (turned out not to be useful)
+ and replaced it with HandledExternally() (thanks to Jörg Wendel).