From 20040c8857200d8bbe7066a10d5faef8fa712d35 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Tue, 28 Dec 2021 21:05:13 -0500 Subject: [PATCH] Update WHATSNEW --- docs/WHATSNEW | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 621cd4df..ec07bc06 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -2,18 +2,10 @@ CHANGES TO REMIND * VERSION 3.3 Patch 11 - 2021-12-30 +- IMPROVEMENT: TkRemind: Save the print dialog settings so they persist. + - IMPROVEMENT: TkRemind: Show queue in sorted order. -- NEW FUNCTION: Remind: Add the isany() built-in function. - -- IMPROVEMENT: rem2html: Add class names indicating number of rows in calendar - -- IMPROVEMENT: remind: In -z0 mode, sleep with higher precision to ensure we - wake as close to possible to each 1-minute boundary. - -- IMPROVEMENT: rem2html: Coalesce table.rem-cal CSS into one block. Thanks - to Ian! D. Allen for pointing this out. - - IMPROVEMENT: TkRemind: Pass "-r" flag to inotifywait - IMPROVEMENT: TkRemind: Draw moon phases with Tk canvas items rather than @@ -24,6 +16,16 @@ CHANGES TO REMIND them; fire up the editor with either Button-1 or Button-3 for non-TkRemind-generated reminders. +- NEW FUNCTION: Remind: Add the isany() built-in function. + +- IMPROVEMENT: rem2html: Add class names indicating number of rows in calendar + +- IMPROVEMENT: remind: In -z0 mode, sleep with higher precision to ensure we + wake as close to possible to each 1-minute boundary. + +- IMPROVEMENT: rem2html: Coalesce table.rem-cal CSS into one block. Thanks + to Ian! D. Allen for pointing this out. + - IMPROVEMENT: examples/defs.rem: Modernize the examples and get rid of some cruft.