summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-14 10:41:20 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-14 10:41:20 +0200
commit93d2941ebe777550559b4c27bfc3b04806d684f7 (patch)
tree764f54f643ea657bd28cea9d0dbc1ed8114f8ee6 /HISTORY
parent7bed3fd6ba154c108872f357a9e8e247122da411 (diff)
downloadvdr-93d2941ebe777550559b4c27bfc3b04806d684f7.tar.gz
vdr-93d2941ebe777550559b4c27bfc3b04806d684f7.tar.bz2
Keys from expanded key macros are now put into the front of the key queue
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 292424ed..32606cda 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4960,3 +4960,7 @@ Video Disk Recorder Revision History
pointer (thanks to Petri Hintukainen).
- Fixed displaying the error log message in case an unknown plugin was requested
in a key macro (thanks to Petri Hintukainen).
+- Keys from expanded key macros are now put into the front of the key queue to
+ avoid problems if the queue is not empty at that time (based on a patch from
+ Petri Hintukainen).
+- cKeyMacro now has an explicit counter for the number of keys it contains.