Commit Graph

61 Commits

Author SHA1 Message Date
dfs 31bc3c8aa8 -- Added TAG, DURATION and SPECIAL keywords and associated handling. 1997-09-16 03:16:30 +00:00
dfs dd917df96f -- Removed use of difftime() -- SunOS doesn't have it. v3_00_17 1997-09-07 19:19:11 +00:00
dfs a15e9bc2b4 -- Removed unnecessary chown's from www Makefile -- the www scripts
have RUN commands only in "inline" scripts supplied from stdin.
1997-08-31 17:17:51 +00:00
dfs 254f340f4c -- Made WWW Makefile do a "chown" to accomodate Remind security features. 1997-08-31 17:09:45 +00:00
dfs 800438a1d1 -- Clarified rem2html documentation. 1997-08-31 17:03:45 +00:00
dfs 8eb2028cf2 -- Made REMIND disable "RUN" on files not owned by its effective UID.
-- Updated copyright year.
1997-08-31 17:03:25 +00:00
dfs ef2aa97967 -- Documented security features in man page. 1997-08-01 02:28:31 +00:00
dfs 165db3d5b6 -- Made HTML Hebrew calendar "self-linking" with links to next and
previous months.
1997-07-31 03:10:17 +00:00
dfs 76e0c78d15 -- Added HTML hebrew calendar; fixed wording here and there. 1997-07-31 02:19:04 +00:00
dfs 2d5d6d1f56 -- Added romanian.h to MANIFEST. 1997-07-31 01:57:10 +00:00
dfs 6248fd1808 -- Added "\n" to message. 1997-07-31 01:52:46 +00:00
dfs 2c9465b4bb -- Fixed bug in CheckSafety. 1997-07-31 01:51:18 +00:00
dfs 7897067eda -- Added UNIX security checks. 1997-07-31 01:49:37 +00:00
dfs 3c53ab13c9 -- Increased some static buffer sizes.
-- Added security features to "-u" option -- it now implies -r.
-- Remind refuses to run if installed set-uid or set-gid.
1997-07-30 01:30:56 +00:00
dfs f32e0027ad -- Increased some static buffer sizes.
-- Made Remind ignore trailing commas at end of tokens.
1997-07-13 16:18:48 +00:00
dfs 4c46eb5fee -- Clarified Remind licensing issues. 1997-07-06 14:36:01 +00:00
dfs a1fc29e66d -- Fixed CalcMinsFromUTC to work with unsigned time_t
-- Added rem2html.
1997-07-06 14:34:37 +00:00
dfs 8e17c968e2 CalcMinsFromUTC was failing if time_t was unsigned. I really _should_
use difftime(), but not all systems have it.  Also, defs.rem was
rearranged so PostScript stuff works better, and new target "emxomf"
was added to makefile.ost which uses OMF linking and a
dynamically-linked C library.  All three of these fixes are courtesy
of Christopher J. Madsen <madsen@iglobal.net>.  Thanks, Christopher.
1997-03-31 22:13:08 +00:00
dfs ef9f13e83d -- Changed version to 3.0.17
-- Added romanian.h to manifest
-- Made code compile properly on compilers that don't grok 'const'
-- Changed PostScript output to be more compatible with Adobe recommendations
-- Fixed comment characters in HTML stuff
1997-03-30 19:07:35 +00:00
dfs b5cb430fe4 -- Fixed grammer in WHATSNEW.30
-- Fixed bug in queue.c -- if you used -g option, background reminders
   were not issued.
-- Fixed WWW README.
1997-02-11 01:44:29 +00:00
dfs a12cd4234c -- Added calendar.html-DIST.
-- Fixed bugs in missing newlines after Content-Type: header in hebdate
   and hebps.
1997-01-19 03:59:55 +00:00
dfs 100f038ae1 Made makefile slightly prettier.
Cleaned up www/Makefile.
Adjusted LSM to note www scripts.
1997-01-16 04:31:07 +00:00
dfs e1730460fe Changed copyright date to 1997.
Added documentation about WWW server stuff.
1997-01-16 04:14:18 +00:00
dfs 00c2383738 -- Added more details to Makefile and README. 1997-01-16 04:05:31 +00:00
dfs 0f167686d9 Initial checkin of www stuff 1997-01-16 04:00:26 +00:00
dfs d0be59edff -- Changed version number.
-- Made sunrise() and sunset() distinguish between cases when sun never
   rises and sun never sets.
1996-12-18 00:20:43 +00:00
dfs dfbbafe87b Added support for Romanian. 1996-12-10 02:36:32 +00:00
dfs 3183d6340e Added portbr.h to Manifest. v3_00_15_good 1996-10-27 21:49:54 +00:00
dfs 4d37a817cd Added remind.LSM -- LSM entry. v03_00_15 v3_00_15 1996-10-27 21:28:03 +00:00
dfs 072e5ffe3e Clarified COPYRIGHT 1996-10-12 03:13:04 +00:00
dfs 28dfd69147 Clarified COPYRIGHT 1996-10-12 03:11:05 +00:00
dfs 82f15a7d4a Added notes about removing DOS support. 1996-10-12 02:59:06 +00:00
dfs b681b72515 Added support for Italian. 1996-10-12 02:49:30 +00:00
dfs a255620f76 Modified psshade() built-in function to allow (r, g, b) specification
for shading.
1996-10-06 21:03:48 +00:00
dfs 0990ec1967 TkRemind sometimes didn't exit ??? 1996-09-28 19:18:26 +00:00
dfs 28e147ec87 Fixed bug in TkRemind which caused a crash if "-m" option was used for
a month beginning on a Sunday.
1996-09-28 19:14:36 +00:00
dfs 2b609c899c Updated Makefile to build the tgz target in a subdirectory.
Updated tkremind man page to reflect filename completion in file browser.
Updated WHATSNEW to reflect previous two changes.
1996-09-28 18:46:56 +00:00
dfs e10dd441b0 Bumped version number to 03.00.15 1996-09-28 18:17:06 +00:00
dfs 754aefebc2 Fixed file browser to allow you to type /dir in entry box. 1996-09-28 01:43:17 +00:00
dfs 79094a2ca5 Updated WHATSNEW file. 1996-07-07 16:43:38 +00:00
dfs 6f03e960e8 Updated tkremind's man page to reflect new print dialog.
Removed confusing error from rem2ps's help messages.
1996-07-07 16:35:42 +00:00
dfs 2dd2a8ad6d Added Print... button, print dialog and file browser to tkremind. 1996-07-07 16:24:29 +00:00
dfs 0050c317f5 Added Brazilian Portuguese to list of supported languages in man page 1996-06-22 02:44:45 +00:00
dfs ab76407b51 Added support for Brazilian Portuguese to lang.h 1996-06-22 02:42:22 +00:00
dfs d65532d43b Initial checkin 1996-06-22 02:21:29 +00:00
dfs b1928fe92d Added command to install tkremind in Makefile install-scripts target. 1996-06-01 20:05:34 +00:00
dfs 921802ab96 Changed shar target in makefile v03_00_14 v3_00_14 1996-05-26 03:17:35 +00:00
dfs d53ae0b3f7 Changed "make shar" target. 1996-05-26 03:08:32 +00:00
dfs 3ada4d049e Fixed minor packing bug in add reminder dialog. 1996-05-25 19:36:49 +00:00
dfs abcc96a46d Made TkRemind not ask for confirmation when quitting, although it's
configurable.  Cleaned up the error report when Remind complains about
a bad date specification.
1996-05-25 19:29:26 +00:00