diff --git a/WHATSNEW.30 b/WHATSNEW.30 index d037e823..3799b5d2 100644 --- a/WHATSNEW.30 +++ b/WHATSNEW.30 @@ -7,7 +7,7 @@ CHANGES TO REMIND - Bundled scripts for making a nice WWW calendar server. See the "www" subdirectory in the release. -- Added support for the Romanian language, courtesy of Liviu Daia +- Added support for the Romanian language, courtesy of Liviu Daia. - Changed sunrise() and sunset() as follows: If the sun never rises, sunrise() returns 1440 and sunset() returns 0. In this case, @@ -21,6 +21,10 @@ CHANGES TO REMIND + BUG FIXES +- If you used the "-g" option, then no background reminders were + ever issued. DOH! Thanks to Greg Badros + for pointing this out. + - Fixed a problem under Solaris 2.5 whereby rem2ps was skipping some latin1 characters which it interpreted as white space. diff --git a/queue.c b/queue.c index df742017..d525d799 100644 --- a/queue.c +++ b/queue.c @@ -9,7 +9,7 @@ /* */ /***************************************************************/ -static char const RCSID[] = "$Id: queue.c,v 1.2 1997-01-16 04:14:29 dfs Exp $"; +static char const RCSID[] = "$Id: queue.c,v 1.3 1997-02-11 01:44:30 dfs Exp $"; #include "config.h" @@ -133,7 +133,10 @@ void HandleQueuedReminders() /* Suppress the BANNER from being issued */ NumTriggered = 1; - + + /* Turn off sorting -- otherwise, TriggerReminder has no effect! */ + SortByDate = 0; + /* If we are not connected to a tty, then we must close the * standard file descriptors. This is to prevent someone * doing: diff --git a/www/README b/www/README index 00327614..b7dc5f22 100644 --- a/www/README +++ b/www/README @@ -1,12 +1,13 @@ README -$Id: README,v 1.3 1997-01-19 03:59:55 dfs Exp $ +$Id: README,v 1.4 1997-02-11 01:44:33 dfs Exp $ HTML Hebrew Calendar Server -This is a very rudimentary Hebrew calendar server for the WWW. It +This is a rudimentary Hebrew calendar server for the WWW. It supplies local sunrise and sunset times, moon phases, upcoming Jewish -holidays, and PostScript calendars. It only works under UNIX. -I've only tested it with Linux and NCSA's httpd. +holidays, and PostScript calendars. It only works under UNIX. I've +only tested it with Linux running NCSA's httpd and Apache's httpd, but +it should work on any UNIX web server. To install it, you need the Remind package, available via ftp from ftp://ftp.doe.carleton.ca/pub/remind-3.0. You should install Remind,