summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-21 13:56:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-21 13:56:20 +0100
commit340d9bcb0fdf49fbe2740dde29af37f46887c122 (patch)
tree6774816a56d54487b98faa344d131ef939a8f12e /HISTORY
parent15e6b261bac16b37b0cedb4bd634d7e9b1af887d (diff)
downloadvdr-340d9bcb0fdf49fbe2740dde29af37f46887c122.tar.gz
vdr-340d9bcb0fdf49fbe2740dde29af37f46887c122.tar.bz2
The EPG data is now always kept sorted chronologically in the internal data structures
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 3 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3460d055..e021d812 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2681,3 +2681,6 @@ Video Disk Recorder Revision History
event randomly, making it impossible for a timer to be programmed on a ceartain
event rather than a specific time. Well, let's see where this leads us...
- Removed the obsolete 'present' and 'following' handling from the EPG data.
+- The EPG data is now always kept sorted chronologically in the internal data
+ structures. This also means that any EPG data retrieved through the SVRDP
+ command LSTE is guaranteed to be sorted by start time.