summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-06 14:31:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-06 14:31:57 +0100
commit72e93b614bac42cd4a142b10d47e5b1673f19800 (patch)
tree985000a2d5572c83903247fec904df04fb8c64c3 /HISTORY
parent16f037e3c23efadcc846fd7dc780b42036fabf01 (diff)
downloadvdr-72e93b614bac42cd4a142b10d47e5b1673f19800.tar.gz
vdr-72e93b614bac42cd4a142b10d47e5b1673f19800.tar.bz2
The "flags" of a timer are now handled as an unsigned integer value
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 4db9f066..45bb17cd 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4116,3 +4116,5 @@ Video Disk Recorder Revision History
- Any cReceivers still attached to a cDevice when that device switches to a
different transponder are now automatically detached (suggested by Patrick
Fischer).
+- The "flags" of a timer are now handled as an unsigned integer value. In order
+ to do this, the interface of cMenuEditBitItem also had to be changed.