mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Introduced cPlugin::Initialize()
This commit is contained in:
7
HISTORY
7
HISTORY
@@ -2108,3 +2108,10 @@ Video Disk Recorder Revision History
|
||||
(thanks to Carsten Siebholz).
|
||||
- The red ("Record") and yellow ("Pause") button in the "Main" menu are no longer
|
||||
available when replaying.
|
||||
|
||||
2003-05-09: Version 1.1.31
|
||||
|
||||
- Introduced the new function cPlugin::Initialize(), in order to be able to separate
|
||||
the startup of a plugin into an "early" (Initialize()) and "late" (Start()) phase
|
||||
(suggested by Andreas Schultz). Plugin authors should please read the section
|
||||
about "Getting started" in PLUGINS.html and adapt their code if applicable.
|
||||
|
Reference in New Issue
Block a user