summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2000-07-28 12:45:18 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2000-07-28 12:45:18 +0200
commit7ac97639da8b6428e2a17464bddea0280f032321 (patch)
tree75b6cf25f5ac6785a842724a45578109688d80ec /HISTORY
parent59237584e97466aaa923579118f5ca6277d77f1b (diff)
downloadvdr-7ac97639da8b6428e2a17464bddea0280f032321.tar.gz
vdr-7ac97639da8b6428e2a17464bddea0280f032321.tar.bz2
Added missing include file
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 078e51f5..5a5e43a6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -100,7 +100,8 @@ Video Disk Recorder Revision History
the 'timers.conf' file with a text editor, or by defining/modifying the timer
via the SVDRP interface.
-2000-07-26:
+2000-07-28:
- When scrolling through a list it now moves a full page up or down when the
cursor reaches the top or bottom of the menu (thanks to Heino Goldenstein!).
+- Added missing '#include <sys/stat.h>' to recording.c.