-- Fixed grammer in WHATSNEW.30

-- Fixed bug in queue.c -- if you used -g option, background reminders
   were not issued.
-- Fixed WWW README.
This commit is contained in:
dfs
1997-02-11 01:44:29 +00:00
parent a12cd4234c
commit b5cb430fe4
3 changed files with 15 additions and 7 deletions

View File

@@ -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 <gjb@cs.washington.edu>
for pointing this out.
- Fixed a problem under Solaris 2.5 whereby rem2ps was skipping some
latin1 characters which it interpreted as white space.

View File

@@ -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:

View File

@@ -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,