Commit Graph

2503 Commits

Author SHA1 Message Date
David F. Skoll 0101d76113 Better -df output. 2009-11-16 00:09:40 -05:00
David F. Skoll 6fabab6d4b Add remind-conf-mode 2009-11-03 13:32:10 -05:00
David F. Skoll 905f1b0aaf Add some scripts in contrib/ 2009-11-03 13:25:17 -05:00
David F. Skoll 6a5ab8e70c Update man page. 2009-11-01 09:54:28 -05:00
David F. Skoll 943b037589 Better iconphoto. 2009-10-30 22:08:26 -04:00
David F. Skoll 5624cd44de Set a nice iconphoto. 2009-10-30 13:52:19 -04:00
David F. Skoll 8529f8b843 Fix bugs in Makefile.in 2009-10-15 15:19:56 -04:00
David F. Skoll 08be7c43cf Don't make SHADE specials obliterate MOON specials. Fixes ticket 15068. 2009-10-05 14:33:51 -04:00
David F. Skoll aae76207ec Fix bug in SCHED function calculation (RT #15644) 2009-09-06 18:36:34 -04:00
David F. Skoll 5434f8330e Sort specials. 2009-09-06 18:36:27 -04:00
David F. Skoll e18b4ed119 Update copyright. 03.01.07 2009-05-31 13:06:05 -04:00
David F. Skoll 51f6ffc093 Document changes. 2009-05-31 13:05:05 -04:00
David F. Skoll 72de7c6b14 Make CallFunc and built-in functions re-entrant. 2009-05-26 22:35:57 -04:00
David F. Skoll bd4785d631 Remove spurious trigger() function calls from examples.
Bump version to 3.1.7
2009-05-16 10:56:12 -04:00
David F. Skoll cb08f12470 Add another test. 2009-05-16 10:47:54 -04:00
David F. Skoll 04146db69b More man page updates. 2009-05-16 10:47:10 -04:00
David F. Skoll d3fe045a39 Make slide function diagnose "Can't OMIT every weekday" 2009-05-16 10:42:43 -04:00
David F. Skoll 2be1e16087 Add some tests. 2009-05-16 10:30:25 -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 2e69e140eb Accept a T_Date or T_DateTime on cmdline to set now() and today(). 2009-05-12 22:46:01 -04:00
David F. Skoll 516c4e2c39 Allow literal dates and datetimes in REM and OMIT statements.
This lets us avoid cluttering up files with [trigger(expr)]; we can
use [expr] directly.
2009-05-09 16:41:15 -04:00
David F. Skoll b58ed62000 Simplify. 2009-05-09 00:17:11 -04:00
David F. Skoll c685818783 Use macro to refer to RetVal.v.val 2009-05-09 00:10:45 -04:00
David F. Skoll 3e20ce56c9 Add the slide(date, amt [,localomits]) built-in function. 2009-05-09 00:07:59 -04:00
David F. Skoll dd8d67f659 Update man page. 2009-02-03 23:11:50 -05:00
David F. Skoll 5ef4061819 Let Remind accept a date of the form YYYY-MM-DD on cmdline. 2009-02-03 23:08:27 -05:00
David F. Skoll a146a0c819 Update WHATSNEW; fix typo in man page. 03.01.06 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 56ebedb9de Proper implementation of WEEK special. 2008-11-14 17:02:51 -05:00
David F. Skoll e87d33de50 Handle the WEEK special. 2008-11-14 16:56:08 -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 47a0f63caa Fix tests. 2008-10-05 14:29:31 -04:00
David F. Skoll 30a385a7bb Fix bug in IsTopLevel. 2008-10-05 14:29:03 -04:00
David F. Skoll 9f2ae1773c Document evaltrig. 2008-10-05 14:11:58 -04:00
David F. Skoll f470297958 Make max. string length controllable with $MaxStringLen system variable. 2008-10-05 13:49:45 -04:00
David F. Skoll 93dfc7995c Fix man page. 2008-09-23 22:39:12 -04:00
David F. Skoll c96869817f Rejigger infrastructure to detect recursive OMITFUNC calls in evaltrig() 2008-09-23 22:21:39 -04:00
David F. Skoll 1bffa0e00b Allow any of the args to date() function to be a date,
in which case we just extract the appropriate part.
2008-09-20 11:07:33 -04:00
David F. Skoll 36035dda01 Issue a warning if we detect a SCANFROM used in two-arg evaltrig(). 2008-09-20 00:14:13 -04:00
David F. Skoll 50a15cf089 Make evaltrig return a DATETIME if there's an AT clause. 2008-09-20 00:03:38 -04:00
David F. Skoll b59d4ed4a4 Add "evaltrig" function. 2008-09-19 23:49:11 -04:00
David F. Skoll 4c53710279 Set maximum string length to 65535 to minimize chances of self-DOS. 2008-09-19 23:28:19 -04:00
David F. Skoll 2274e88485 Remove extraneous semicolon 2008-09-19 23:10:57 -04:00
David F. Skoll 984a4677f2 Clean up funcs.c; add weekno function for ISO week number. 2008-09-19 23:08:15 -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 53a7bf9773 Make tests pass. 2008-09-18 17:20:09 -04:00