summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-23 11:43:54 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-23 11:43:54 +0200
commitb37a4d3c7a569123d252cc07381e65e083188376 (patch)
tree380eae286f35e0468f5932a51b3d4b4d74067229 /HISTORY
parent42b2676d82e0bb58ebcc0e9ff80e1a88600d7fcd (diff)
downloadvdr-b37a4d3c7a569123d252cc07381e65e083188376.tar.gz
vdr-b37a4d3c7a569123d252cc07381e65e083188376.tar.bz2
Ignoring k_Repeat when deciding whether the same key has been pressed in string input fields1.3.48
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 0271131f..026fe79a 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4646,3 +4646,5 @@ Video Disk Recorder Revision History
- Fixed a format string in recording.c to avoid a compiler warning on 64bit systems
(thanks to Christian Wieninger for reporting, and Werner Schweer for pointing out
that the 'z' modifier should be used here).
+- Ignoring k_Repeat when deciding whether the same key has been pressed in string
+ input fields (based on a patch from Marko Mäkelä).