Dianne Skoll
|
2f196e3c9f
|
Update copyright year. :)
|
2022-12-30 13:43:28 -05:00 |
|
Dianne Skoll
|
0cea410529
|
Add a bunch of: "SPDX-License-Identifier: GPL-2.0-only" comments.
|
2022-12-26 14:24:33 -05:00 |
|
Dianne Skoll
|
4aacf74e25
|
More renaming of jul -> dse
|
2022-12-21 13:35:12 -05:00 |
|
Dianne Skoll
|
387125d983
|
Start fixing terminology: Julian becomes DSE
Remind's so-called "Julian" date is not a true Julian date.
It's really the number of days since the Remind Epoch, so rename
to DSE (Days Since Epoch)
|
2022-12-21 13:14:00 -05:00 |
|
Dianne Skoll
|
ec72c74016
|
Add $Use256Colors, $UseBGVTColors, $UseTrueColors and $UseVTColors special variables.
|
2022-10-09 12:16:33 -04:00 |
|
Dianne Skoll
|
01ce6b2d8f
|
Clamp min CalWidth at 71.
|
2022-09-24 10:40:04 -04:00 |
|
Dianne Skoll
|
d6fc451d74
|
Refactor code.
|
2022-09-24 10:34:05 -04:00 |
|
Dianne Skoll
|
ac91556fc2
|
Make '-wn' initialize FormWidth as well.
|
2022-09-24 10:29:23 -04:00 |
|
Dianne Skoll
|
ccf639efe6
|
Make '-wt' accept FormWidth as well as CalWidth
|
2022-09-24 10:27:19 -04:00 |
|
Dianne Skoll
|
a8aa3b328b
|
Add "-wt" option to size calendar according to terminal window.
|
2022-09-24 10:26:06 -04:00 |
|
Dianne Skoll
|
44bdae302b
|
Allow 2 (=TERMINAL_BACKGROUND_UNKNOWN) for m in -@n,m,b
|
2022-09-16 15:58:51 -04:00 |
|
Dianne Skoll
|
efecf2e1ea
|
Make "remind -c" optionally support the SPECIAL SHADE
|
2022-09-16 11:41:18 -04:00 |
|
Dianne Skoll
|
0cf56ac1de
|
Error-check -@ values.
|
2022-03-24 14:07:07 -04:00 |
|
Dianne Skoll
|
0653b9420a
|
Add "q" suboption to "-p" to not suppress quote markers.
|
2022-03-23 11:02:16 -04:00 |
|
Dianne Skoll
|
5e9b1e7464
|
Fix compilation errors for non-English languages.
|
2022-03-20 10:49:37 -04:00 |
|
Dianne Skoll
|
bb8a689186
|
Add a whole slew of system variables to customize language.
|
2022-03-20 09:53:31 -04:00 |
|
Dianne Skoll
|
4d17494371
|
Bump copyright date.
|
2022-03-14 21:12:20 -04:00 |
|
Dianne Skoll
|
00ab7b196d
|
Set default of $MaxSatIter to 1000 instead of 150.
Computers are much faster than when Remind was first written;
we can handle a much higher limit.
|
2022-03-04 08:18:49 -05:00 |
|
Dianne Skoll
|
2f1e3524df
|
Replace the various LAT_ and LONG_ macros with DEFAULT_LATITUDE and DEFAULT_LONGITUDE
|
2022-01-31 08:52:18 -05:00 |
|
Dianne Skoll
|
b8c2d2b39b
|
Bail if argv[0] == NULL.
|
2022-01-25 22:21:20 -05:00 |
|
Dianne Skoll
|
d33c27289a
|
Implement $DefaultTDelta system variable and -tt[N] command-line option.
|
2022-01-20 09:44:17 -05:00 |
|
Dianne Skoll
|
9321109691
|
Remove code that annoyed people on Windows or Mac OS X.
I think I've made my point, and the MICROSOFT-AND-APPLE file still exists.
|
2021-12-31 15:33:43 -05:00 |
|
Dianne Skoll
|
be1ab4ea36
|
Properly support '-i$Latitude="x.yyy"'
|
2021-12-28 17:56:31 -05:00 |
|
Dianne Skoll
|
83a2216d19
|
Add $Latitude and $Longitude system variables.
|
2021-12-27 15:08:12 -05:00 |
|
Dianne Skoll
|
f4f5552975
|
Make decision to drop privileges based on euid instead of uid
|
2021-10-15 20:36:58 -04:00 |
|
Dianne Skoll
|
3e2794548b
|
Call initgroups when switching users.
|
2021-10-15 10:51:01 -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
|
34409f7a7d
|
Update copyright year.
|
2021-04-02 10:43:54 -04:00 |
|
Dianne Skoll
|
d322cf54ac
|
Allow $FormWidth to be as large as 500.
|
2020-02-08 15:10:48 -05:00 |
|
Dianne Skoll
|
8547b30a8f
|
Set $FormWidth to terminal width - 8 on startup.
|
2020-02-08 15:04:48 -05:00 |
|
Dianne Skoll
|
adced3ac6c
|
Rework -@ option to be n,m
|
2020-01-27 11:44:16 -05:00 |
|
Dianne Skoll
|
454d859fdd
|
Support true RGB coloring.
|
2020-01-25 16:16:51 -05:00 |
|
Dianne Skoll
|
c16ac1bd8c
|
Support 256-color mode on XTerm and other terminals.
|
2020-01-25 15:06:43 -05:00 |
|
Dianne Skoll
|
8589a3730d
|
Put -@[n] in help.
|
2020-01-25 11:13:50 -05:00 |
|
Dianne Skoll
|
c05fd366df
|
Implement -@, -@0 and -@1 options to colorize reminders.
|
2020-01-25 11:12:10 -05:00 |
|
Dianne Skoll
|
a5e6eb9f7c
|
Add -@ commandline option. Yuck.
|
2020-01-24 16:26:55 -05:00 |
|
Dianne Skoll
|
a9430fea5f
|
Make Remind adjust calendar to fit terminal.
|
2020-01-18 15:11:28 -05:00 |
|
Dianne Skoll
|
c1d45485c1
|
Update test suite.
|
2020-01-15 09:20:31 -05:00 |
|
Dianne Skoll
|
46326c001b
|
Output true JSON if you invoke as "remind -ppp"
|
2020-01-14 20:09:24 -05:00 |
|
Dianne Skoll
|
f53aa4f656
|
Start working on Version 2 of Rem2PS protocol.
|
2020-01-03 16:51:47 -05:00 |
|
Dianne Skoll
|
fbbffb4672
|
Bump version to 3.1.18 and copyright year to 2020.
|
2019-12-30 11:15:00 -05:00 |
|
Dianne Skoll
|
4ec619d646
|
Update copyright date.
|
2019-11-07 20:52:38 -05:00 |
|
Dianne Skoll
|
32fb1706c8
|
Fix a few more SystemTime calls.
|
2018-11-04 13:47:18 -05:00 |
|
Dianne Skoll
|
52d252723f
|
Depenguinization.
|
2018-11-04 10:56:47 -05:00 |
|
David F. Skoll
|
29c8475ea9
|
s/David/Dianne/
|
2015-04-17 02:07:18 -04:00 |
|
David F. Skoll
|
292262c128
|
-z defaults to 1, not 5, so correct man page and help output.
Thanks to Simon Ruderich for pointing out the bug.
|
2012-11-01 13:07:42 -04:00 |
|
David F. Skoll
|
245cebee56
|
If multiple -a options are supplied, then *do* trigger timed reminders
that are in the future.
|
2012-01-12 13:04:53 -05:00 |
|
David F. Skoll
|
3190f784d9
|
Update copyright year.
|
2011-12-16 16:00:13 -05:00 |
|
David F. Skoll
|
bafd7ea073
|
Apply Debian fixes from Kurt B. Kaiser.
|
2011-12-11 17:43:26 -05:00 |
|