mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
-- 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:
@@ -7,7 +7,7 @@ CHANGES TO REMIND
|
|||||||
- Bundled scripts for making a nice WWW calendar server. See the
|
- Bundled scripts for making a nice WWW calendar server. See the
|
||||||
"www" subdirectory in the release.
|
"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,
|
- Changed sunrise() and sunset() as follows: If the sun never rises,
|
||||||
sunrise() returns 1440 and sunset() returns 0. In this case,
|
sunrise() returns 1440 and sunset() returns 0. In this case,
|
||||||
@@ -21,6 +21,10 @@ CHANGES TO REMIND
|
|||||||
|
|
||||||
+ BUG FIXES
|
+ 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
|
- Fixed a problem under Solaris 2.5 whereby rem2ps was skipping some
|
||||||
latin1 characters which it interpreted as white space.
|
latin1 characters which it interpreted as white space.
|
||||||
|
|
||||||
|
|||||||
7
queue.c
7
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"
|
#include "config.h"
|
||||||
|
|
||||||
@@ -133,7 +133,10 @@ void HandleQueuedReminders()
|
|||||||
|
|
||||||
/* Suppress the BANNER from being issued */
|
/* Suppress the BANNER from being issued */
|
||||||
NumTriggered = 1;
|
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
|
/* If we are not connected to a tty, then we must close the
|
||||||
* standard file descriptors. This is to prevent someone
|
* standard file descriptors. This is to prevent someone
|
||||||
* doing:
|
* doing:
|
||||||
|
|||||||
@@ -1,12 +1,13 @@
|
|||||||
README
|
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
|
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
|
supplies local sunrise and sunset times, moon phases, upcoming Jewish
|
||||||
holidays, and PostScript calendars. It only works under UNIX.
|
holidays, and PostScript calendars. It only works under UNIX. I've
|
||||||
I've only tested it with Linux and NCSA's httpd.
|
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
|
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,
|
ftp://ftp.doe.carleton.ca/pub/remind-3.0. You should install Remind,
|
||||||
|
|||||||
Reference in New Issue
Block a user