From 57ff745d76d5f6fc476492be28643a5c5967f3de Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Tue, 14 May 2002 16:10:44 +0200 Subject: [PATCH] Added credit to Onno Kreuziger --- CONTRIBUTORS | 3 +++ HISTORY | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 22e72a79..b60404df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -338,3 +338,6 @@ Oliver Lorei Andreas Böttger for reporting a bug in skipping forward in time shift mode near the end of the recording + +Onno Kreuzinger + for reporting leftover references to the file FORMATS in MANUAL and svdrp.c diff --git a/HISTORY b/HISTORY index d51d21f1..3b231a19 100644 --- a/HISTORY +++ b/HISTORY @@ -1261,7 +1261,8 @@ Video Disk Recorder Revision History interface. 'osdbase.c/.h' now implements the abstract OSD, while 'dvbosd.c/.h' is the actual implementation for the DVB hardware. This is in preparation for allowing additional kinds of OSD hardware implementations. -- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c. +- Fixed leftover references to the file FORMATS in MANUAL and svdrp.c (thanks to + Onno Kreuzinger for reporting this one). - Avoiding ambiguities in the cList template class in case one defines a "list of lists" (thanks to Stefan Huelswitt). - Simplified the basic cMenuSetupPage class for easier use in plugins.