summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-25 12:22:02 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-25 12:22:02 +0100
commit60e937f57bafb8dea3bb5fc8097afb4b132db6c6 (patch)
treeb0774b80d7cca95a648e2d016c7ad9c576b0a6ef /HISTORY
parentbc2e59909fed6772360effd9d11ccae65af26a02 (diff)
downloadvdr-60e937f57bafb8dea3bb5fc8097afb4b132db6c6.tar.gz
vdr-60e937f57bafb8dea3bb5fc8097afb4b132db6c6.tar.bz2
The upper 16 bit of a timer's "flags" are no longer treated specially when a timer is modified in the "Edit timer" menu
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 75f189ad..778b6f0b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4382,3 +4382,7 @@ Video Disk Recorder Revision History
a side effect, however, this also disables VPS for such an event).
- There is no more "Summary" menu when pressing "Ok" in the "Timers" menu.
The "Ok" key now always opens the "Edit timer" menu.
+- The upper 16 bit of a timer's "flags" are no longer treated specially when a timer
+ is modified in the "Edit timer" menu. If an external application needs to know if
+ a timer was modified, it has to keep a copy of the timer's data and compare that
+ to the actual data.