Document DO

This commit is contained in:
Dianne Skoll
2022-01-20 19:39:12 -05:00
parent e51d7f3c6d
commit dc53ef2e71
2 changed files with 33 additions and 2 deletions

View File

@@ -2,6 +2,16 @@ CHANGES TO REMIND
* VERSION 3.3 Patch 12 - 2021-??-??
- NEW FEATURE: Add a DO command. This is just like INCLUDE, but relative
paths are interpreted relative to the directory containing the current
file. That is:
DO somefile.rem
is equivalent to:
INCLUDE [filedir()]/somefile.rem
- NEW FEATURE: Add the $DefaultTDelta system variable and associated
-tt[N] command-line option to set a default time delta for timed
reminder without an explicit +N delta.