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
6d047c2856
Use a dynamic buffer to accumulate tags instead of a special-purpose data structure.
2010-09-29 14:07:14 -04:00
David F. Skoll
be86746685
Support multiple TAGs in a single REM.
2010-09-23 15:47:22 -04:00
David F. Skoll
e827516b72
Add "OMIT start THROUGH end" syntax. Also add "OMIT DEBUG"
...
Add syntactic sugar:
REM start THROUGH end is converted to REM start *1 UNTIL end
2010-08-31 12:19:08 -04:00
David F. Skoll
821d3fe783
Conform to older C spec that prohibits declaration of variables in the middle of a block.
2010-06-21 21:32:21 -04:00
David F. Skoll
2f27645dac
Handle SPECIAL COLOR correctly with -n commandline option.
2010-05-01 20:52:25 -04:00
David F. Skoll
0e827a457d
Fix YomHashoah date and bug in DoSatReminder.
2010-04-21 09:49:33 -04:00
David F. Skoll
a1faa8d804
Finish up Purge Mode:
...
o Make it recognize constant expressions (yay!)
o Make it not add a blank line to end of *.purged files.
o Make it nuke #!P comments in the source files.
2010-04-21 09:02:25 -04:00
David F. Skoll
501c04f4b6
More work on purge mode.
2010-04-20 14:01:54 -04:00
David F. Skoll
d294e62be1
More work on purge mode.
2010-04-20 11:34:07 -04:00
David F. Skoll
31f90b6c53
Add purge mode.
2010-04-20 10:59:57 -04:00
David F. Skoll
184d29c592
More work on -j ("Purge Mode") option.
2010-04-19 15:57:35 -04:00
David F. Skoll
b1063b0a9e
More purge-mode work.
2010-04-09 11:01:45 -04:00
David F. Skoll
cb2fffab92
Don't expire lines containing expressions.
2010-04-07 15:32:20 -04:00
David F. Skoll
55cca49428
Start implementing a "-j" mode to purge old reminders.
2010-04-07 15:30:29 -04:00
David F. Skoll
b66039ee24
Ignore msgprefix()/msgsuffix() on RUN-type reminders.
2010-02-26 09:48:18 -05: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
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
c96869817f
Rejigger infrastructure to detect recursive OMITFUNC calls in evaltrig()
2008-09-23 22:21:39 -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
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
8d8d4b667d
Implement OMITFUNC clause in REM command.
2008-08-29 20:48:58 -04:00
David F. Skoll
ad5e096caa
Make '-t' take a numeric argument that sets the "DeltaOffset" to that
...
value. We trigger any reminder that will trigger between today and
today+DeltaOffset days. A bare '-t' sets InfiniteDelta as before.
2008-02-06 22:16:47 -05:00
David F. Skoll
ce3bb191c4
More code cleanups and const-correctness.
2008-01-30 21:37:19 -05:00
David F. Skoll
f055664f77
More const-correctness.
2008-01-27 11:02:03 -05:00
David F. Skoll
ba3e01f2ce
Add a bunch of const qualifiers.
2008-01-26 21:55:58 -05:00
David F. Skoll
8612bb6480
Do not evaluate SATISFY expression if reminder has expired.
2007-09-26 08:41:34 -04:00
David F. Skoll
c072698927
Handle queued SPECIAL COLOR reminders properly.
2007-08-31 11:00:49 -04:00
David F. Skoll
c656a1a169
Make SPECIAL COLOR always output color triplet in calendar mode even with %"%" escapes.
2007-08-30 15:40:25 -04:00
David F. Skoll
caba0c1695
Make "-n" mode use / (always) in dates to match Simple Calendar output.
2007-08-15 23:26:41 -04:00
David F. Skoll
b68e81a126
Fix trailing "s" bug (Debian patch)
2007-08-15 23:06:21 -04:00
David F. Skoll
72658025f1
Prevent warning with fcc 2.95
2007-08-15 15:14:18 -04:00
David F. Skoll
0ed1bb4017
Remove $Id$ tags.
2007-08-08 12:05:28 -04:00
dfs
f91bf634ad
Add FROM keyword.
...
Make Calendar delta calculations use ShouldTriggerReminder for proper
delta calculation.
2007-07-13 03:36:15 +00:00
dfs
ce4311c3df
Add support for FROM keyword (a slight variation on SCANFROM)
2007-07-12 23:36:03 +00:00
dfs
b3c4a48641
In normal mode, convert SPECIAL COLOR to MSG.
2007-07-08 18:42:13 +00:00
dfs
be7086579e
Make DateSep and TimeSep into system variables that can be changed
...
at runtime.
2007-07-01 20:12:15 +00:00
dfs
6bb71ee5e3
In simple calendar and normal mode, treat SPECIAL COLOR the same as MSG
2007-06-29 02:11:02 +00:00
dfs
ebb4ebea97
Change trigdate, trigtime, trigdatetime to return 0 if trigger was not
...
valid.
2007-06-29 01:52:36 +00:00
dfs
951f2785cc
Support arbitrarily-long DURATIONs
2005-11-20 01:26:59 +00:00
dfs
b6ad67891c
Implement Paul Pelzl's patch for combining -n with -s/-p
2005-10-16 14:48:02 +00:00
dfs
88ff86c910
Removed old non-ANSI, non-UNIX cruft.
2005-09-30 03:29:32 +00:00
dfs
da1b5ed9a0
Remove OS2_POPUP crap.
2005-09-28 02:39:11 +00:00
dfs
846dbd9338
Fix it so "SPECIAL COLOR" reminders are sorted as if they were MSG-type
...
reminders in the calendar.
2005-04-12 01:49:45 +00:00
dfs
2bc3d991c1
-- Updated contact info, copyright years, etc.
2000-02-18 03:45:11 +00:00
dfs
f60fc18d1b
-- Changed copyright notice to Roaring Penguin Software Inc.
1999-04-05 17:34:34 +00:00
dfs
a39088084e
-- Made queued reminders carry the tag around (for TkRemind)
1998-03-30 05:08:51 +00:00
dfs
69d85c5228
-- Compiles with no warnings with -Wall flag
1998-02-14 03:31:58 +00:00