From f547c1e714e711388060bfcd8e01746c32a5dc2a Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Mon, 26 Sep 2022 12:08:49 -0400 Subject: [PATCH] Update release notes. --- docs/WHATSNEW | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index eaf64e02..007eb81f 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,6 +1,6 @@ CHANGES TO REMIND -* VERSION 4.1 Patch 0 - ????-??-?? +* VERSION 4.1 Patch 0 - 2022-09-25 - NEW FEATURE: remind: "remind -c" now supports the MOON special, printing the moon phases in the calendar if the locale supports UTF-8 encoding. @@ -16,6 +16,11 @@ CHANGES TO REMIND output is going to terminal, "FILE" if it's redirected to a plain file, or "PIPE" if it's going to a pipe. See the man page for all the details. +- NEW FEATURE: Add the "-wt" option to set the calendar width to the terminal + width even if standard output is a pipe. Useful for situations like this: + + remind -wt -c .reminders | less -R + - CHANGE: "make install" now no longer strips debugging symbols from the remind and rem2ps executables. Use "make install-stripped" if you want them stripped. @@ -23,6 +28,8 @@ CHANGES TO REMIND - CHANGE: remind: "remind -c" highlights today's date in bold, if colors are enabled. +- CHANGE: Dump string values with control characters escaped. + - DOCUMENTATION FIX: Document behavior of DO and filedir() with respect to symbolic links. @@ -32,6 +39,8 @@ CHANGES TO REMIND - DOCUMENTATION FIX: Make date in man pages actually be the release date. Include Remind version in man pages. Also suggested by Ian! D. Allen. +- DOCUMENTATION FIX: Fix inaccuracy in how string constants were documented. + - BUG FIX: Makefiles: Pass CFLAGS at link-time so link-time optimization actually happens. Pointed out by Zolan Puskas.