summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-06-12 10:02:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-06-12 10:02:59 +0200
commit7a990fcf88c6511c1b9dc17d9a26109c91123195 (patch)
tree5622d6152df1c2fe492ef0601a2142251a46fb5a /HISTORY
parent903a2d585033baba47288735a42e3e1146d6bfd6 (diff)
downloadvdr-7a990fcf88c6511c1b9dc17d9a26109c91123195.tar.gz
vdr-7a990fcf88c6511c1b9dc17d9a26109c91123195.tar.bz2
Fixed handling page up/down in menu lists in case there are several non selectable items in a row
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 3 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 5953fd82..626ce2bf 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3578,7 +3578,7 @@ Video Disk Recorder Revision History
- Added cThread::SetPriority() and using it in cSectionHandler::Action() to
reduce the priority of the section handler threads (as suggested by Georg Acher).
-2005-06-11: Version 1.3.26
+2005-06-12: Version 1.3.26
- Updated the Estonian OSD texts (thanks to Arthur Konovalov).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -3601,3 +3601,5 @@ Video Disk Recorder Revision History
- Removed an unnecessary #include from osd.c (thanks to Wolfgang Rohdewald).
- Fixed dropping EPG events that have a zero start time or duration, in case it's
an NVOD event (thanks to Chris Warren).
+- Fixed handling page up/down in menu lists in case there are several non selectable
+ items in a row (thanks to Udo Richter for reporting this one).