Commit Graph

520 Commits

Author SHA1 Message Date
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
David F. Skoll 1dcc3897d6 Allow sorting of untimed before timed. 2008-09-18 17:17:38 -04:00
David F. Skoll fbc0375739 Fix bug if MON DAY WKDAY crosses year boundary. 2008-09-16 22:10:09 -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 85a8ebb357 Slight efficiency improvement in OMIT testing. 2008-08-31 10:30:59 -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 6845e72fd5 Communicate errors back for bad OMITFUNCs. 2008-08-30 22:10:06 -04:00
David F. Skoll 0ab977fa05 Whitespace cleanup 2008-08-30 21:43:38 -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 7ecc355358 Add test for OMITFUNC. 2008-08-29 21:03:01 -04:00
David F. Skoll a52216d7e7 Update test.cmp for version. 2008-08-29 20:56:22 -04:00
David F. Skoll 8d8d4b667d Implement OMITFUNC clause in REM command. 2008-08-29 20:48:58 -04:00
David F. Skoll 670369121e Remove -a flag from "ShowTodaysReminders" 2008-08-28 12:29:38 -04:00
David F. Skoll 4365e580ee If main reminder file is a directory and AppendFile does not exist,
create AppendFile.
2008-04-16 21:54:05 -04:00
David F. Skoll a8a09a905e Update test.cmp for new version. 2008-04-16 21:45:58 -04:00
David F. Skoll dbb7381eb1 Update version number in configure. 2008-04-16 21:44:44 -04:00
David F. Skoll aa3531a6bf Merge branch 'master' of ssh://source.roaringpenguin.com/home/dfs/personal-git-repos/Remind 2008-04-16 13:35:36 -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 f0aef0703c Update WHATSNEW file. 03.01.05 2008-04-15 18:26:25 -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 36a80acb0c Make tkremind handle the case when ~/.reminders is a directory better.
It uses ~/.reminders/100-tkremind.rem as the append file.
2008-03-31 14:00:09 -04:00
David F. Skoll 37ab03b49d Make tkremind work better on small-screen devices like eeepc. 2008-03-30 12:11:07 -04:00
David F. Skoll 75209cb40e Update tkremind copyright date. 2008-03-27 22:13:24 -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 58fbd51ef4 Call globfree to free memory used by glob. 2008-03-24 23:12:27 -04:00
David F. Skoll 7552dbb812 Update copyright. Put -df in online usage blurb. 2008-03-24 21:36:29 -04:00
David F. Skoll 31e0ecb71d Fix tests for version change. 2008-03-24 20:42:19 -04:00