summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-03-14 13:27:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-03-14 13:27:57 +0100
commit07dc53331e62b29cc7659a23de4d7348f4788bd7 (patch)
treefec0a02cb25213ba171ea5646db88891fa1b1ea8 /HISTORY
parent510a205c31f6e39171e85e2704cca8e9404c99bf (diff)
downloadvdr-07dc53331e62b29cc7659a23de4d7348f4788bd7.tar.gz
vdr-07dc53331e62b29cc7659a23de4d7348f4788bd7.tar.bz2
Removed cSchedule::GetEventNumber() and cSchedule::NumEvents()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d140769f..5baa14c2 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2739,3 +2739,5 @@ Video Disk Recorder Revision History
- Fixed detecting the running status in case an empty EPG event is broadcast (thanks
to Michael Pennewiß for pointing this out).
- Improved performance when paging through very long menu lists.
+- Removed cSchedule::GetEventNumber() and cSchedule::NumEvents(). There is now
+ cSchedule::Events() that returns the list of events directly.