From 2d490c2b7a85f549e54087f338249c4d388404f1 Mon Sep 17 00:00:00 2001 From: "David F. Skoll" Date: Wed, 5 Sep 2007 15:52:57 -0400 Subject: [PATCH] Clarify WHATSNEW --- docs/WHATSNEW | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/WHATSNEW b/docs/WHATSNEW index 15c0d8bd..0426eb55 100644 --- a/docs/WHATSNEW +++ b/docs/WHATSNEW @@ -9,7 +9,10 @@ CHANGES TO REMIND - In queue mode, wake up once a minute and recalibrate sleep time. This should make Remind work better on laptops that suspend or - hibernate. + hibernate. Note that "remind -q" does *not* handle date-rollover + well; it simply exits if it notices date rollover. "remind -z0" + (as used by tkremind) handles date rollover properly; it rereads the + reminder file and rebuilds the queue if it notices date rollover. + BUG FIXES