From ffcd21446e20be493b8c33878aa3edf8c0409529 Mon Sep 17 00:00:00 2001 From: Dianne Skoll Date: Wed, 11 Dec 2024 13:55:23 -0500 Subject: [PATCH] Update WHATSNEW --- docs/WHATSNEW | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index d69df513..920d55de 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -6,13 +6,26 @@ CHANGES TO REMIND built-in function. This allows you to localize your reminder files more easily. +- MAJOR CHANGE: remind: Remind used to support compile-time localization + into different languages (French, English, etc.) That compile-time + support has been removed and all localization is now done at run-time. + +- NEW FEATURE: remind: In JSON daemon mode (-zj), the front-end can + request translation table entries from the Remind daemon, allowing the + front-end to localize messages. + - UPDATE: Update national holidays following update to upstream Python library. +- MINOR FEATURE: Add standard include/sun.rem file for sunrise/sunset. + - IMPROVEMENT: remind: Refuse to open subdirectories named "*.rem" under a top-level directory rather than trying and failing with a confusing error. +- IMPROVEMENT: contrib/remind-conf-mode: Fix a few bugs and choose colors + that are easier on the eyes. + - IMPROVEMENT: remind: Remind used to have three completely separate hash table implementations. Replace them all with one piece of code.