summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2010-02-06 10:18:20 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2010-02-06 10:18:20 +0100
commit4bf5c793f4dc4e106eb98100988ac543f7d7970c (patch)
tree704a501c2ab41399e2dc4f18af2f4aa6991fc76d /HISTORY
parent19e256d792a59cfe9117bfe009db402159fc30c1 (diff)
downloadvdr-4bf5c793f4dc4e106eb98100988ac543f7d7970c.tar.gz
vdr-4bf5c793f4dc4e106eb98100988ac543f7d7970c.tar.bz2
Moved the declaration of cMenuCommands to menu.h, so that plugins can use it
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY3
1 files changed, 2 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index bf27af97..9a0044c1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -6309,8 +6309,9 @@ Video Disk Recorder Revision History
- The files "commands.conf" and "reccmd.conf" can now contain nested lists of
commands. See vdr.5 for information about the new file format.
-2010-02-05: Version 1.7.13
+2010-02-06: Version 1.7.13
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Changed the position of Sirius 4 to S4.8E in sources.conf (thanks to Alexander Gross).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
+- Moved the declaration of cMenuCommands to menu.h, so that plugins can use it.