Update docs/WHATSNEW.

This commit is contained in:
Dianne Skoll
2025-10-08 09:42:42 -04:00
parent dfe1834c75
commit 8b34e556a0

View File

@@ -1,27 +1,36 @@
CHANGES TO REMIND
* VERSION 6.1 Patch 4 - 2025-10-??
- CHANGE: remind: The shell(cmd) built-in function and the
"REM ... RUN cmd" reminders connect cmd's stdin to /dev/null.
* VERSION 6.1 Patch 4 - 2025-10-08
- BUG FIX: remind: In calendar mode, reminders that specify a TZ zone
that is *behind* the system time zone could sometimes not show up.
The bug has been fixed; thanks to Jin Chen for reporting it.
- CHANGE: remind: Any time Remind runs another program (for example,
in response to REM ... RUN, the shell() command, the -k option, or
INCLUDECMD) it connects that command's standard input to /dev/null
so that it cannot interfere with the main Remind process's standard
input.
- BUG FIX: remind: Don't set up an inotify file descriptor if we are
not running in Daemon Mode.
- MINOR IMPROVEMENT: remind: When using readline to read from a
terminal, include the line number in the Remind> prompt.
- IMPROVEMENT: lang/*.rem: Suppress redefined function warnings if you
include one language file and then later on a different one.
- IMPROVEMENT: remind: Make the output of "make test" slightly more
verbose; color-code the PASS and FAIL results if standard output
refers to a terminal.
- CHANGE: include/holidays/*.rem: Add %"..%" markers and %! %b
suffixes to all reminders. This prevents you from having to use the
msgsuffix() hack if you want advance warning of holidays. See
include/holidays/README for details.
msgsuffix() hack if you want advance warning of holidays.
If you *are* using the msgsuffix() hack, you should stop using it!
Just set $DefaultDelta.
Just set $DefaultDelta. See include/holidays/README for details.
* VERSION 6.1 Patch 3 - 2025-09-30