Commit Graph

100 Commits

Author SHA1 Message Date
David F. Skoll 245cebee56 If multiple -a options are supplied, then *do* trigger timed reminders
that are in the future.
2012-01-12 13:04:53 -05:00
David F. Skoll 23dd28471e Update sunrise/sunset calculations with different formula for mean anomaly. 2011-12-27 12:20:36 -05:00
David F. Skoll 95d016712e Merge branch 'master' of ssh://source.roaringpenguin.com/home/dfs/personal-git-repos/Remind 2011-12-05 16:43:19 -05:00
David F. Skoll fcb55001bb Allow the color special to be spelled COLOR or COLOUR. 2011-12-05 16:42:57 -05:00
David F. Skoll 7bc6961101 Apply some minor cleanup patches from Debian 2011-07-28 14:31:18 -04:00
David F. Skoll 450e88fad8 Fix typo. 2011-03-16 15:49:03 -04:00
David F. Skoll ed1150c189 Clarify sign of longitude components. 2011-01-03 09:42:15 -05:00
David F. Skoll 11e2ce5093 Document multiple tag clauses. 2010-10-29 13:09:12 -04:00
David F. Skoll 2faaaf78a8 Add support for UTF-8 line-drawing characters. 2010-09-10 10:18:22 -04:00
David F. Skoll 21d4faa26f Allow OMIT ... THROUGH ... to be re-parsed as a REM command. 2010-08-31 13:51:13 -04:00
David F. Skoll 1d13d0ee07 Update tests to handle OMIT ... THROUGH ... 2010-08-31 13:44:57 -04:00
David F. Skoll 329d13e480 Fix typo 2010-08-31 13:34:55 -04:00
David F. Skoll 2161c09b1d Update man page. 2010-08-31 13:33:51 -04:00
David F. Skoll 7f953e98d7 Clarify manual: Line continuations are processed before comments. 2010-08-20 13:47:51 -04:00
David F. Skoll 540ce3d946 Allow "timepart" to take a TIME or DATETIME. Allow "datepart" to take a
DATE or DATETIME.  Update docs.
2010-04-25 09:50:39 -04:00
David F. Skoll ac2efcc993 Document timepart() and datepart(). 2010-04-25 09:40:01 -04:00
David F. Skoll 5fa10e9d84 Document Purge Mode. 2010-04-21 14:55:28 -04:00
David F. Skoll 27371f6475 Document new $T, $U system variables. 2009-12-29 21:26:11 -05:00
David F. Skoll 6a5ab8e70c Update man page. 2009-11-01 09:54:28 -05:00
David F. Skoll 04146db69b More man page updates. 2009-05-16 10:47:10 -04:00
David F. Skoll 051e44ae3e Update man page. 2009-05-16 10:22:43 -04:00
David F. Skoll 6d5ae7a258 Allow short-hand date specs after UNTIL and SCANFROM.
Start updating man page.
2009-05-16 10:07:57 -04:00
David F. Skoll dd8d67f659 Update man page. 2009-02-03 23:11:50 -05:00
David F. Skoll a146a0c819 Update WHATSNEW; fix typo in man page. 2008-11-16 11:01:01 -05:00
David F. Skoll 0f5a93cdf1 Fix up man page. 2008-11-16 10:51:10 -05:00
David F. Skoll 7db51e913e Clarify WEEK example. 2008-11-15 09:24:09 -05:00
David F. Skoll 93ac1aebf7 Document WEEK special. Clean up rem2ps handling of WEEK. 2008-11-15 09:20:54 -05:00
David F. Skoll a5774fd793 Document weekno() function. 2008-11-14 16:16:13 -05:00
David F. Skoll adb60f3400 Fix example in man page. 2008-11-14 16:07:25 -05:00
David F. Skoll 9f2ae1773c Document evaltrig. 2008-10-05 14:11:58 -04:00
David F. Skoll 93dfc7995c Fix man page. 2008-09-23 22:39:12 -04:00
David F. Skoll 5e3dc54725 Document sorting of timed vs. untimed reminders.
Add an $UntimedFirst system variable.
2008-09-18 17:30:31 -04:00
David F. Skoll 4a74c03fa4 Small man-page fix. 2008-08-31 15:51:25 -04:00
David F. Skoll d8833e6ce2 Updated man page. 2008-08-31 15:44:57 -04:00
David F. Skoll 2b8b9a56aa Fix typo. 2008-08-31 10:32:25 -04:00
David F. Skoll a67d9e2524 Change behaviour: OMITFUNC ignores local/global OMIT context. Only sane
way to solve garbage-day problem; also allows for more flexibility.
2008-08-31 10:29:28 -04:00
David F. Skoll ad64a12b2a Update man page. 2008-08-30 16:35:48 -04:00
David F. Skoll cfde4b50bb Updated man page. 2008-08-29 21:28:25 -04:00
David F. Skoll f302c8eb95 Document OMITFUNC and fix huge bug. :-) 2008-08-29 21:22:48 -04:00
David F. Skoll 2848203d75 Note new behaviour: set var [expr] no longer works. 2008-04-16 13:34:38 -04:00
David F. Skoll 7356a511e0 Update release notes and man page. 2008-04-14 21:30:35 -04:00
David F. Skoll 5be26a3cff Add "c" flag to -c option that causes Remind to approximate
SPECIAL COLOR reminders with vt100 escape sequences.
2008-04-14 21:03:45 -04:00
David F. Skoll 4b2d274748 Add "l" flag to -c to draw calendar
using VT100 line-drawing characters.
2008-03-27 22:04:06 -04:00
David F. Skoll 1423495b88 Document -tn option
Implement "-ca" which is analagous to "-pa" and "-sa".
2008-03-26 21:51:30 -04:00
David F. Skoll 42e4ec8890 Make DEBUG command handle "f" flag. 2008-03-25 17:21:07 -04:00
David F. Skoll 5f574949e6 Nicer -df output. Document -df. 2008-03-24 20:39:47 -04:00
David F. Skoll aad44f4716 Spit out errors if we can't open a non-readable file in a dir/*.rem. 2008-03-24 14:02:39 -04:00
David F. Skoll 4fcd60fd95 Increase INCLUDE_DEPTH to account for (wasted) top-of-stack entry.
Document that filename argument for INCLUDE and command-line can be a directory.
2008-03-24 13:54:21 -04:00
David F. Skoll 9e49ee3acb Make tkremind obey -b1 option (24-hour mode.) 2008-01-26 12:01:43 -05:00
David F. Skoll df8fa05632 Note that psmoon and psshade are deprecated. 2007-09-03 06:48:38 -04:00