summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2018-01-29 14:09:59 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2018-01-29 14:09:59 +0100
commit5ae8d1a7a30139d714334ecbed81b936885f75ce (patch)
treec83fd869470b7993713f64fe9691392f36ff41cb /HISTORY
parent0055eeeeb8df2b4e0c6f90338529200a0b3dfa22 (diff)
downloadvdr-5ae8d1a7a30139d714334ecbed81b936885f75ce.tar.gz
vdr-5ae8d1a7a30139d714334ecbed81b936885f75ce.tar.bz2
Implemented cStatus::MarksModified()
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 4 insertions, 1 deletions
diff --git a/HISTORY b/HISTORY
index 0b412acb..e1e1ae2b 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9162,7 +9162,7 @@ Video Disk Recorder Revision History
a subdirectory.
- SVDRP peering can now be limited to the default SVDRP host (see MANUAL for details).
-2018-01-28: Version 2.3.9
+2018-01-29: Version 2.3.9
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
@@ -9247,3 +9247,6 @@ Video Disk Recorder Revision History
cMenuPathEdit::ApplyChanges() and cReplayControl::Stop() (reported by Matthias Senzel).
- Fixed a possible deadlock when quickly zapping through encrypted channels (reported
by Jörg Wendel).
+- The new function cStatus::MarksModified() can be implemented by plugins to get
+ informed about any modifications to the editing marks of the currently played
+ recording (based on a patch from Jörg Wendel).