Dianne Skoll
3592b43629
If inotifywait is available, use it to react instantly to changes to reminder file/dir.
2020-12-30 10:59:00 -05:00
Dianne Skoll
becf1fc459
Wait 100ms to update after changes.
2020-12-29 12:48:24 -05:00
Dianne Skoll
2bccd058ed
Refactor code in TkRemind to prepare for possibly using inotify to react to changes.
2020-12-29 12:46:23 -05:00
Dianne Skoll
12c6621051
Fix typo
2020-11-09 17:32:16 -05:00
Dianne Skoll
504bc6a875
Update docs
03.03.03
2020-11-09 08:25:28 -05:00
Dianne Skoll
9cfdd0b53f
Bump version to 3.3.3.
2020-11-09 07:26:14 -05:00
Dianne Skoll
d59024f399
Fix startup crash if ShowTodaysReminders option is set.
2020-11-09 07:23:19 -05:00
Dianne Skoll
24e0178d1a
Fix tests for 3.3.2 release.
03.03.02
2020-11-08 16:01:57 -05:00
Dianne Skoll
1ede5775f2
Prep for 3.3.2 release.
2020-11-08 16:01:39 -05:00
Dianne Skoll
a5c9b07052
Fix for calendar alignment for reminders with embedded tabs.
...
Convert all whitespace chars to space in calendar mode.
2020-11-03 08:41:24 -05:00
Dianne Skoll
22353d4833
Fix typo (patch from Yigit Sever)
2020-11-02 08:31:28 -05:00
Dianne Skoll
7499ada891
Properly fix combining-char-word-wrapping.
2020-11-01 12:05:21 -05:00
Dianne Skoll
3f0a4e5c39
Fix another instance of mis-counting display width.
2020-11-01 10:13:51 -05:00
Dianne Skoll
b8d6472974
Add UTF-8 test.
2020-11-01 10:06:48 -05:00
Dianne Skoll
6358297724
Fix column misalignment with UTF-8 text.
2020-11-01 10:03:32 -05:00
Dianne Skoll
4f6dcde980
Upper-case section references.
...
Prevent potential null pointer dereference.
2020-10-31 16:57:13 -04:00
Dianne Skoll
8a7985c48e
Highlight that longitude sign is opposite from the usual convention.
2020-10-12 18:54:26 -04:00
Dianne Skoll
4ddbe54e55
Fix typo
2020-09-25 22:27:48 -04:00
Dianne Skoll
ef0bf73a29
Document MAYBE-UNCOMPUTABLE.
2020-09-25 22:20:16 -04:00
Dianne Skoll
beda9014d8
Add test for MAYBE-UNCOMPUTABLE
2020-09-25 22:11:56 -04:00
Dianne Skoll
498a429b2c
Add MAYBE-UNCOMPUTABLE modifier to trigger.
2020-09-25 22:08:49 -04:00
Dianne Skoll
6aa2aa0fb3
Align system vars in output.
2020-09-20 17:43:51 -04:00
Dianne Skoll
1bef88fccd
Update released notes.
2020-09-20 17:40:58 -04:00
Dianne Skoll
8308068067
Don't bother aligning "DUMP" output.
...
It looks ridiculous with 64-char long variable names.
2020-09-20 17:39:33 -04:00
Dianne Skoll
8385c7f1b0
Update custom.h
2020-09-20 17:35:24 -04:00
Dianne Skoll
0537d02fef
Increase max variable length from 16 to 64 characters.
...
Modern computers have plenty of memory, so meh.
2020-09-20 17:32:22 -04:00
Dianne Skoll
c33a1a3b0b
Mention that variables are global.
2020-09-20 12:45:29 -04:00
Dianne Skoll
fd39999128
Fix bugs where month numbers with leading zeros are misinterpreted as octal instead of decimal.
...
Reported by Peter Geddes.
2020-09-13 12:34:27 -04:00
Dianne Skoll
0aa40094fa
Make TwentyFourHourMode global.
2020-08-18 15:24:19 -04:00
Dianne Skoll
e3bbbe07be
Respect 24-hour mode option.
2020-08-18 15:24:13 -04:00
Dianne Skoll
5633798d33
Document that time is fed to reminder command.
2020-08-18 15:24:09 -04:00
Dianne Skoll
0e7e1b1b75
When feeding reminder on stdin, prefix with "$time: "
2020-08-18 15:24:04 -04:00
Dianne Skoll
4d3790bc1a
More tweaking of defs.rem to remove cruft and modernize usage.
2020-08-18 15:24:00 -04:00
Dianne Skoll
2002c7f1f8
Fix up defs.rem.
2020-08-18 15:23:51 -04:00
Dianne Skoll
1be14e99a2
Update docs for -itkremind=1 and -itkprint=1 options in TkRemind.
2020-06-11 15:06:09 -04:00
Dianne Skoll
78efdaf85f
Fix bug that broke printing by putting cmdline options in wrong spot.
2020-06-10 10:26:06 -04:00
Dianne Skoll
0e98a1c656
Always set tkremind=1; set tkprint=1 if we're printing.
2020-06-10 10:22:46 -04:00
Dianne Skoll
7aa483e201
Fix bug reported by Jurgen Bollerhey
...
I have a
"REM Mon SPECIAL WEEK (W[weekno()])"
in my reminders file.
With tkremind -m the week number is displayed on the 2nd column which is
Tuesday and the date of this Tuesday is taken from the monday of the
next week, sometimes of Monday the same week.
2020-03-30 11:29:19 -04:00
Dianne Skoll
a6dbf05af4
Update WHATSNEW.
03.03.01
2020-03-20 09:18:48 -04:00
Dianne Skoll
8ab78fd8be
Suppress compile warnings on Ubuntu 18.04
2020-03-19 20:27:45 -04:00
Dianne Skoll
4f119031a4
One more warning to suppress.
2020-03-19 20:24:53 -04:00
Dianne Skoll
19bdd6c2db
Avoid warning about ignoring return value of fgets.
2020-03-19 20:24:01 -04:00
Dianne Skoll
f1557b8243
Try to suppress fallthrough warning.
2020-03-19 20:21:29 -04:00
Dianne Skoll
85f96e2e01
Update man page.
03.03.01-BETA-3
2020-03-14 11:37:11 -04:00
Dianne Skoll
47331cd919
Make ampm() function accept a DATETIME and obey $TimeSep, $DateSep and $DateTimeSep
2020-03-14 11:32:35 -04:00
Dianne Skoll
d9f18ed6a7
Don't use many-json2dict
2020-03-03 11:43:54 -05:00
Dianne Skoll
efa4816371
Properly-form JSON output.
2020-03-03 10:36:01 -05:00
Dianne Skoll
2dc8c63adb
Proper prefix for beta versions.
2020-02-29 09:38:51 -05:00
Dianne Skoll
c3c1781021
Update COPYRIGHT date.
03.03.01-BETA-2
2020-02-28 08:56:49 -05:00
Dianne Skoll
cd39480a98
Remove extraneous spaces.
2020-02-27 16:50:44 -05:00