Dianne Skoll
|
b753e84c8c
|
Update README
|
2021-10-12 21:55:18 -04:00 |
|
Dianne Skoll
|
4b4acaadbb
|
Don't install rem2html if we don't have Perl.
|
2021-10-12 21:54:38 -04:00 |
|
Dianne Skoll
|
8a52f9b67d
|
Silence Perl warning.
|
2021-10-12 21:51:04 -04:00 |
|
Dianne Skoll
|
e372606281
|
Pass --stylesheet option
|
2021-10-12 21:46:03 -04:00 |
|
Dianne Skoll
|
c443d0a9da
|
Make imgbase and stylesheet options behave rationally.
|
2021-10-12 21:44:25 -04:00 |
|
Dianne Skoll
|
42c9ae9ea8
|
Add generated file to .gitignore.
|
2021-10-12 21:33:06 -04:00 |
|
Dianne Skoll
|
dac9bb4187
|
Pass proper --imgbase argument
|
2021-10-12 21:32:46 -04:00 |
|
Dianne Skoll
|
812d926f66
|
Move rem2html into its own directory and install it by default.
|
2021-10-12 21:28:14 -04:00 |
|
Dianne Skoll
|
45831ea69f
|
Fix error in man page courtesy of Richard Ulmer.
|
2021-10-11 19:54:38 -04:00 |
|
Dianne Skoll
|
354e1d236b
|
Update test-for-backends.rem with comments.
|
2021-10-08 15:27:32 -04:00 |
|
Dianne Skoll
|
ac478039cf
|
Remove unnecessary spaces from JSON output.
|
2021-10-06 17:47:31 -04:00 |
|
Dianne Skoll
|
96f5799e6f
|
Fix typo
|
2021-10-06 17:41:15 -04:00 |
|
Dianne Skoll
|
e21479f696
|
Add test reminder file for seeing how back-ends handle SPECIALs
|
2021-10-06 09:39:52 -04:00 |
|
Dianne Skoll
|
25dc883e15
|
Fix bug in calendar display: Would sometimes highlight wrong day as "today"
|
2021-10-06 09:39:08 -04:00 |
|
Dianne Skoll
|
bfb1374ee3
|
Document that "-pp" is the preferred Remind output format.
|
2021-10-05 23:31:34 -04:00 |
|
Dianne Skoll
|
cacd8f9792
|
Tweak stylesheet
|
2021-10-05 23:13:22 -04:00 |
|
Dianne Skoll
|
3e9053a3c6
|
No need to install the .png images.
|
2021-10-05 23:10:34 -04:00 |
|
Dianne Skoll
|
5fa357fec2
|
Use data: URLs for the moon images.
|
2021-10-05 23:08:41 -04:00 |
|
Dianne Skoll
|
f109c3d696
|
Remove C99-ism.
|
2021-10-05 13:54:04 -04:00 |
|
Dianne Skoll
|
b097ce7279
|
Fix docs.
|
2021-10-05 12:18:50 -04:00 |
|
Dianne Skoll
|
1297854935
|
Allow "-u+whatever" to change users without disabling RUN.
|
2021-10-05 12:17:42 -04:00 |
|
Dianne Skoll
|
0a1d0011f6
|
Add "-+username" option to trust "username" for the purpose of allowing RUN.
|
2021-10-05 12:04:44 -04:00 |
|
Dianne Skoll
|
20db1be0a0
|
Add missing #ifdef...#endif courtesy of Nomen Nescio
|
2021-10-04 08:39:27 -04:00 |
|
Dianne Skoll
|
143f1d6144
|
Prep for 3.3.8 release.
03.03.08
|
2021-09-13 19:14:03 -04:00 |
|
Dianne Skoll
|
358f6c9497
|
Fix error in TkRemind reverse-engineering of Reminder.
|
2021-09-13 18:11:32 -04:00 |
|
Dianne Skoll
|
ca26544be8
|
Don't use YYYY-MM-DD form of full date.
We get better error messages from Remind this way.
|
2021-09-13 17:54:36 -04:00 |
|
Dianne Skoll
|
5ceffddd5b
|
Add "shellescape" built-in function.
|
2021-09-08 09:33:47 -04:00 |
|
Dianne Skoll
|
8e3ddb96b3
|
Add another couple of tests.
|
2021-09-07 12:16:36 -04:00 |
|
Dianne Skoll
|
377de36b35
|
More doc about INCLUDECMD.
|
2021-09-07 10:06:20 -04:00 |
|
Dianne Skoll
|
4395e2f7ed
|
Use "pclose" rather than "fclose" to close descriptors opened with "popen"
|
2021-09-05 11:45:55 -04:00 |
|
Dianne Skoll
|
1d0cc31b10
|
Clarify how we determine uniqueness of INCLUDECMD commands.
|
2021-09-05 11:38:13 -04:00 |
|
Dianne Skoll
|
4b4b2ddcd4
|
Add test case for line-continuation in INCLUDECMD lines.
|
2021-09-05 11:30:35 -04:00 |
|
Dianne Skoll
|
3c9b5b786e
|
Convert \n from continuation lines in INCLUDECMD to ' ' to make it a little friendlier.
|
2021-09-05 11:28:54 -04:00 |
|
Dianne Skoll
|
08f1bea6ce
|
Make TkRemind refuse to attempt to edit reminders issued by an INCLUDECMD
|
2021-09-05 11:13:11 -04:00 |
|
Dianne Skoll
|
a2cc5943e0
|
Fix test case
|
2021-09-05 10:54:56 -04:00 |
|
Dianne Skoll
|
895ac6f0f7
|
Fix bugs in INCLUDECMD. Improve INCLUDECMD documentation. Add ! feature
If you use:
INCLUDECMD !some_command
then RUN is disabled for the outptu of some_command.
|
2021-09-05 10:49:04 -04:00 |
|
Dianne Skoll
|
759ca0253e
|
Strip leading spaces from arg to INCLUDECMD.
|
2021-09-05 10:05:18 -04:00 |
|
Dianne Skoll
|
0ca368c8d9
|
Parse arg to INCLUDECMD as a character string, not a sequence of tokens.
|
2021-09-05 10:02:59 -04:00 |
|
Dianne Skoll
|
a467cc1b84
|
Document that results of INCLUDECMD commands are cached.
|
2021-09-04 23:27:17 -04:00 |
|
Dianne Skoll
|
c65fd826a5
|
Use cached results of commands.
|
2021-09-04 23:25:37 -04:00 |
|
Dianne Skoll
|
bd6f4e1b43
|
Add test for includecmd
|
2021-09-04 23:11:46 -04:00 |
|
Dianne Skoll
|
169520914f
|
Document INCLUDECMD
|
2021-09-04 23:06:59 -04:00 |
|
Dianne Skoll
|
a163a0c446
|
Add INCLUDECMD command
Executes a shell command and reads the resulting output as a Remind script.
|
2021-09-04 23:00:03 -04:00 |
|
Dianne Skoll
|
295aeb0ed8
|
Prevent floating-point exception if we evaluate $IntMin * (-1)
|
2021-08-30 12:31:43 -04:00 |
|
Dianne Skoll
|
9b2fdad56c
|
Remove obsolete script.
|
2021-07-12 13:14:44 -04:00 |
|
Dianne Skoll
|
7a1184d3c5
|
Don't set LC_ALL to en_US.utf-8 if it's already set to a UTF-8 locale
|
2021-06-27 13:03:59 -04:00 |
|
Dianne Skoll
|
b036244316
|
Document that -n causes -g to be ignored.
|
2021-06-01 14:29:48 -04:00 |
|
Dianne Skoll
|
5ad5366e8a
|
Doc fix: *num should be *rep
|
2021-05-25 10:24:21 -04:00 |
|
Dianne Skoll
|
244677e524
|
Prep for 3.3.7 release.
03.03.07
|
2021-05-10 16:53:16 -04:00 |
|
Dianne Skoll
|
f5a094a973
|
Fix bug in handling of WKDAY DAY YEAR date specification.
|
2021-04-15 12:29:30 -04:00 |
|