Commit Graph

162 Commits

Author SHA1 Message Date
Dianne Skoll 22353d4833 Fix typo (patch from Yigit Sever) 2020-11-02 08:31:28 -05:00
Dianne Skoll 4f6dcde980 Upper-case section references.
Prevent potential null pointer dereference.
2020-10-31 16:57:13 -04:00
Dianne Skoll 8a7985c48e Highlight that longitude sign is opposite from the usual convention. 2020-10-12 18:54:26 -04:00
Dianne Skoll 4ddbe54e55 Fix typo 2020-09-25 22:27:48 -04:00
Dianne Skoll ef0bf73a29 Document MAYBE-UNCOMPUTABLE. 2020-09-25 22:20:16 -04:00
Dianne Skoll c33a1a3b0b Mention that variables are global. 2020-09-20 12:45:29 -04:00
Dianne Skoll 5633798d33 Document that time is fed to reminder command. 2020-08-18 15:24:09 -04:00
Dianne Skoll 1be14e99a2 Update docs for -itkremind=1 and -itkprint=1 options in TkRemind. 2020-06-11 15:06:09 -04:00
Dianne Skoll 85f96e2e01 Update man page. 2020-03-14 11:37:11 -04:00
Dianne Skoll cbff2a7bf2 Document ampm() 2020-02-27 08:39:21 -05:00
Dianne Skoll 275b1f62b6 For overlapping reminders, prefer the *later* version. 2020-02-22 16:50:42 -05:00
Dianne Skoll a5768d55d8 Update man page to document integer form of DURATION. 2020-02-22 12:46:57 -05:00
Dianne Skoll 7db49971c8 Update man page. 2020-02-22 12:40:32 -05:00
Dianne Skoll d51944f36c Allow duration to be specified as a single number, meaning minutes.
Don't convert 90-99 to 1990-1999 when parsing numbers.
2020-02-22 12:31:17 -05:00
Dianne Skoll a32ba217ba Update man page. 2020-02-08 15:11:15 -05:00
Dianne Skoll b1d07a231d Document $FormWidth. 2020-02-08 15:06:09 -05:00
Dianne Skoll ac5b641d93 Note that back-ends MUST ignore unknown SPECIALs. 2020-01-30 16:07:57 -05:00
Dianne Skoll 671db64436 Fix various typos. 2020-01-28 09:51:12 -05:00
Dianne Skoll 33344cefe6 Fix typo 2020-01-28 09:47:06 -05:00
Dianne Skoll 6f718f0fe5 Update rem2ps man page. 2020-01-27 13:29:33 -05:00
Dianne Skoll 1606dbbe77 Rework -@ option and tests. 2020-01-27 11:49:41 -05:00
Dianne Skoll 46c5f0e752 Update man page for exact color setting. 2020-01-25 16:18:09 -05:00
Dianne Skoll 5801e143ea Make specials case-insensitive. 2020-01-25 16:04:53 -05:00
Dianne Skoll 16222ac3bc Fix to man page. 2020-01-25 14:35:20 -05:00
Dianne Skoll 8d88931fb1 Fix indentation. 2020-01-25 14:27:25 -05:00
Dianne Skoll 63f0356e70 Fix man page wording. 2020-01-25 14:26:32 -05:00
Dianne Skoll e7ef9dc295 Document -@ 2020-01-25 14:12:56 -05:00
Dianne Skoll a9430fea5f Make Remind adjust calendar to fit terminal. 2020-01-18 15:11:28 -05:00
Dianne Skoll 828a0d6589 Emit prevmonthyear and nextmonthyear items in -ppp format. 2020-01-18 14:52:17 -05:00
Dianne Skoll ac50f119cf Document that -pp and -ppp enable -l 2020-01-18 14:45:23 -05:00
Dianne Skoll 7622ebaa0a Document remind -ppp format. 2020-01-18 14:43:21 -05:00
Dianne Skoll f86350b2ff More man page tweakage. 2020-01-16 18:56:28 -05:00
Dianne Skoll 564b72066a Document $DefaultColor 2020-01-16 18:53:30 -05:00
Dianne Skoll 2890c52090 Fix typo in man page 2020-01-15 11:27:43 -05:00
Dianne Skoll 4ea45d1d14 Update rem2ps man page. 2020-01-12 20:03:43 -05:00
Dianne Skoll c1b9243e2f Document new REM2PS format. 2020-01-12 19:56:45 -05:00
Dianne Skoll a41c40c7a4 Document -pp option. 2020-01-12 19:24:21 -05:00
Dianne Skoll 158ca882ba Fix typo 2020-01-01 18:32:24 -05:00
Dianne Skoll 623ed44608 Update man page. 2020-01-01 18:30:46 -05:00
Dianne Skoll ff85325886 Support DATETIME - TIME 2020-01-01 18:00:22 -05:00
Dianne Skoll aa830116ea Update copyright dates, etc. 2020-01-01 10:13:50 -05:00
Dianne Skoll 20365c4627 Document DURATION 00:00 2020-01-01 09:50:13 -05:00
Dianne Skoll fae8f89ed6 Handle self-overlapping events correctly; avoid 0-duration events; document
self-overlapping behaviour.
2020-01-01 09:45:28 -05:00
Dianne Skoll 47125b051a Clarify that IFTRIG can't take SATISFY 2019-12-31 22:41:34 -05:00
Dianne Skoll 9b421d0b94 Fix typo 2019-12-31 21:44:49 -05:00
Dianne Skoll 7bd8d2dd25 Tweak formatting. 2019-12-31 21:40:32 -05:00
Dianne Skoll a7c4879a0a Update man page and WHATSNEW. 2019-12-31 21:38:18 -05:00
Dianne Skoll b01c499ce5 Tweak man page. 2019-12-29 18:53:29 -05:00
Dianne Skoll 4e5033dd24 Implement adding DATETIME+TIME, TIME+DATETIME and TIME+TIME 2019-12-29 18:46:10 -05:00
Dianne Skoll 3de265216e Document $MaxStringLen 2019-11-21 11:41:25 -05:00