diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 1efec96d..7d99c619 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -1,5 +1,49 @@ CHANGES TO REMIND +* Version 3.1 Patch 2 + ++ MINOR ENHANCEMENTS + +- tkremind: Added some key bindings to make navigation easier. + +- tkremind: Made calendar boxes use space more efficiently. + +- remind: The functionality of "rem" is now built into remind. If you + invoke remind as "rem", then it uses a default filename. The installer + sets up "rem" as a symbolic link to "remind". + ++ CHANGE + +- "remind -p" no longer sorts SPECIAL reminders before non-SPECIAL. + + *** THIS MAY AFFECT BACKENDS *** + + Backends supplied by Roaring Penguin (rem2ps, rem2html and tkremind) + are known to work properly. + +- "remind -p" no longer suppresses any AT-time associated with SPECIAL + reminders. + + *** THIS MAY AFFECT BACKENDS *** + + Backends supplied by Roaring Penguin (rem2ps, rem2html and tkremind) + are known to work properly. + ++ BUG FIXES + +- examples/defs.rem: A few corrections to Jewish holidays courtesy of + Art Werschulz. + +- src/Makefile.in: Added install-nostripped target. + +- SPECIAL COLOR now works more like MSG, including proper support for AT and + for the %" %" escape sequence. + +- SPECIAL COLOR is queued correctly if it has an AT clause. + +- Using the psshade() or psmoon() functions emits a warning on stderr. You + should use SPECIAL SHADE or SPECIAL MOON instead. + * Version 3.1 Patch 1 - 23 August 2007 + MAJOR ENHANCEMENTS diff --git a/scripts/README b/scripts/README index d0315ad8..4b1f1cd4 100644 --- a/scripts/README +++ b/scripts/README @@ -2,5 +2,3 @@ Files in this directory: tkremind -- Tcl/Tk graphical calendar using Remind as engine cm2rem.tcl -- Convert Sun's "cm" calendar manager files to Remind. -rem -- Invoke "remind" with default script ~/.reminders or contents - of environment variable DOTREMINDERS