From dad6343f1ebca9ba8845a473b10e6fc2c6d1be51 Mon Sep 17 00:00:00 2001 From: dfs Date: Sun, 19 Apr 1998 03:39:17 +0000 Subject: [PATCH] -- Updated WHATSNEW file --- docs/WHATSNEW.30 | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/WHATSNEW.30 b/docs/WHATSNEW.30 index 75de6cdc..1fff25f2 100644 --- a/docs/WHATSNEW.30 +++ b/docs/WHATSNEW.30 @@ -2,12 +2,25 @@ CHANGES TO REMIND * Version 3.0 Patch 19 ++ MAJOR ENHANCEMENTS + +- Added MOON and SHADE specials. These now work with PostScript and + the Tcl/Tk front-end + +- TkRemind overhauled -- you can now edit and delete reminders from + the GUI. You can actually reasonably use Remind without learning + the scripting language. + + MINOR ENHANCEMENTS - Updated romanian.h, courtesy Liviu Daia. + BUG FIXES +- Removed restriction against reading group-writable files. This + caused headaches on Red Hat Linux which uses an unusual user/group + scheme. + - Remind would not compile if a non-English language was selected. - Fixed free() of a NULL pointer.