forked from pool/remind
Compare commits
57 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6210dbd7ef | |||
|
|
a299ce1042 | ||
| 3c6d737931 | |||
|
|
8ee08b2dda | ||
| bf88cf66bd | |||
|
|
f39ff76816 | ||
| 43041b88e3 | |||
|
|
8650031ed7 | ||
| 9e999cc899 | |||
|
|
170d577ae6 | ||
| 2f8b1db2a2 | |||
|
|
4baa47b2b1 | ||
| 095f7a9e88 | |||
|
|
4984928d1c | ||
|
|
3c87687b9d | ||
| 8cf9290e5a | |||
|
|
4c80965981 | ||
| acfb91d397 | |||
|
|
19a0c1654a | ||
| ae96071f73 | |||
|
|
40221f0b0a | ||
| a3e1269fea | |||
|
|
171b92c5de | ||
| 5354590e40 | |||
|
|
56e3a6e8bb | ||
| 9e62f95860 | |||
|
|
06f5c06612 | ||
| fcd3290c11 | |||
|
|
70992df313 | ||
| 06de89d7d0 | |||
|
|
ce9ad14b01 | ||
| 701630550e | |||
|
|
73bd7fda06 | ||
|
|
b4260c53d4 | ||
| 7f51e1d132 | |||
|
|
324c1844ea | ||
|
|
e5b743fd14 | ||
|
|
aa87dec12e | ||
| 8d25aa29d4 | |||
|
|
f1941e1551 | ||
| cfe11d30ba | |||
|
|
8aa2ac6f75 | ||
| 2a505ee06f | |||
|
|
d60b775ca0 | ||
|
|
f3a5222c68 | ||
| e923e4d479 | |||
|
|
a20400078b | ||
| cb575ef930 | |||
|
|
da69b45c5e | ||
| 5f67ae805f | |||
| ac08b67ccf | |||
|
|
0d4e607be6 | ||
|
|
74f1671413 | ||
|
|
75a68f7d2c | ||
|
|
619a1840a4 | ||
| e9d95d75db | |||
|
|
cebb285a86 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc57fe8399cdc443344b9d1413bc31d47732156438bdd1d3d82d1a833ffacbed
|
||||
size 8975080
|
||||
3
remind-06.02.02.tar.gz
Normal file
3
remind-06.02.02.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3cdd8f4060ffdf644f3964ca67175c4fb54e668c4de5aaedcc9c064d73d86db4
|
||||
size 9041855
|
||||
447
remind.changes
447
remind.changes
@@ -1,3 +1,450 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 09:46:26 UTC 2026 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
- VERSION 06.02.02 - 2026-01-10
|
||||
|
||||
- NEW FEATURE: remind: Turn reminders with a "Url:" INFO string into
|
||||
hyperlinks if you set the $TerminalHyperlinks system variable to 1.
|
||||
Note that your terminal must support the "OSC 8" hyperlink escape
|
||||
sequence; see
|
||||
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
|
||||
for details.
|
||||
|
||||
For backward compatibility, the 'z' flag of the "-c" command-line
|
||||
option sets $TerminalHyperlinks to 1.
|
||||
|
||||
- NEW FEATURE: remind: Add another parameter to the "-w" option to
|
||||
remove blank lines between reminders, thereby making the calendar
|
||||
more compact.
|
||||
|
||||
- IMPROVEMENT: TkRemind: Make the window that pops up for background
|
||||
reminders obey the color options chosen under "Options..."
|
||||
|
||||
- CHANGE: remind: The header <wchar.h> and the functions mbstowcs and
|
||||
wcstombs are now mandatory. This should not affect any vaguely modern
|
||||
UNIX system.
|
||||
|
||||
- IMPROVEMENT: remind: Allow Hebrew spellings of Hebrew month names.
|
||||
For example, you can use "Iyar" or "אייר".
|
||||
|
||||
- IMPROVEMENT: remind: Allow different Hebrew transliterations of month
|
||||
names. For example, you can use "Shvat" or "Shevat". See the man page
|
||||
for the full list of possibilities.
|
||||
|
||||
- IMPROVEMENT: remind: Add the mbpad() function, which is the
|
||||
character-oriented counterpart to pad().
|
||||
|
||||
- MINOR NEW FEATURE: Add a "make uninstall-script" Makefile target.
|
||||
This generates a script that if run as root after "make install", will
|
||||
remove Remind.
|
||||
|
||||
- MINOR IMPROVEMENT: remind: Make COMPLETED-THROUGH a synonym for
|
||||
COMPLETE-THROUGH.
|
||||
|
||||
- BUG FIX: TkRemind: When we print a weekly calendar, make sure we start
|
||||
from the same date as the currently-displayed calendar.
|
||||
|
||||
- BUG FIX: remind: Fix an edge case where a REM command with a WARN
|
||||
function may not trigger on its actual trigger date.
|
||||
|
||||
- BUG FIX: include/holidays/jewish.rem: Split Chanukah into separate
|
||||
reminders to improve iCal export.
|
||||
|
||||
- DOC FIX: remind.1: Fix bad man page formatting.
|
||||
|
||||
- DOC FIX: Document that now() returns 00:00 in Calendar Mode.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 11 22:53:45 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 06.02.01 - 2025-11-10
|
||||
|
||||
- BUG FIX: remind: Obey $ParseUntriggered in Calendar Mode. Before,
|
||||
$ParseUntriggered was always being treated as 1 in Calendar Mode.
|
||||
|
||||
- BUG FIX: TkRemind: Fix some buggy interactions between the Options
|
||||
dialog and the font chooser.
|
||||
|
||||
- TEST FIX: One test was consistently failing under MUSL, and it is
|
||||
not clear whether MUSL's or glibc's interpretation is correct.
|
||||
Remove that test so all tests pass under MUSL.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 3 21:14:53 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 06.02.00 - 2025-11-03
|
||||
|
||||
- MAJOR NEW FEATURE: TkRemind: A new "View..." menu lets you choose a
|
||||
calendar view from the following choices: Entire month, 1 week, 2
|
||||
weeks or 4 weeks.
|
||||
|
||||
- NEW FEATURE: remind: The "z" flag for the "-c" option makes Remind
|
||||
turn reminders with a "Url:" INFO string into clickable hyperlinks.
|
||||
Note that your terminal must support the escape sequences at
|
||||
https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
|
||||
for this feature to work.
|
||||
|
||||
- IMPROVEMENT: TkRemind: The Print dialog now allows you to preview
|
||||
(and if you wish, adjust) the command used to print a calendar.
|
||||
|
||||
- IMPROVEMENT: TkRemind: The Agenda Mode window ("Show Today's
|
||||
Reminders") has navigation buttons for moving back or forward one
|
||||
day at a time.
|
||||
|
||||
- IMPROVEMENT: TkRemind: Add many keyboard shortcuts. All pop-up
|
||||
windows can be closed with Esc or Control-W. Other shortcuts are
|
||||
documented in the tkremind man page.
|
||||
|
||||
- CHANGE: TkRemind: If you hand-edit a reminder in the "Preview
|
||||
Reminder" dialog box, it is marked as non-editable by TkRemind.
|
||||
|
||||
- CHANGE: TkRemind: Remove support for rem2ps. All printing is now
|
||||
done using rem2pdf.
|
||||
|
||||
- IMPROVEMENT: remind: Improve error reporting if there's extraneous
|
||||
content after an expression.
|
||||
|
||||
- IMPROVEMENT: tests: test-rem was tweaked to allow testing of an
|
||||
installed Remind installation. This work was done by Jochen
|
||||
Sprickerhof.
|
||||
|
||||
- IMPROVEMENT: rem2pdf: When rendering weekly calendars, reduce the
|
||||
default size when drawing moons; if a day does not have a moon
|
||||
indicator, don't leave a big gap before the first reminder entry.
|
||||
|
||||
- IMPROVEMENT: rem2pdf: Draw moon phases left-aligned.
|
||||
|
||||
- IMPROVEMENT: rem2pdf: For weekly calendars with 4 weeks per page,
|
||||
make all of the boxes the same height.
|
||||
|
||||
- DOCUMENTATION IMPROVEMENT: remind: Document the INFO strings that
|
||||
back-ends should strive to support (Url:, Location: and
|
||||
Description:)
|
||||
|
||||
- BUG FIX: TkRemind: Bind the Home/End/PgUp/PgDn keys on the numeric
|
||||
keyboard for navigation.
|
||||
|
||||
- FIX: Don't enable -ffat-lto-objects on FreeBSD.
|
||||
|
||||
- BUG FIX: remind: Don't segfault if we can't open a .purged output
|
||||
file in purge mode.
|
||||
|
||||
- BUG FIX: rem2pdf: Make PANGO @x,y positioning consistent between
|
||||
weekly and monthly calendars. NOTE: If you use absolute PANGO
|
||||
positioning, you might need to adjust your script because positions
|
||||
are now relative to the centers of the grid lines.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 29 11:23:55 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 06.01.08 - 2025-10-27
|
||||
|
||||
- BUG FIXES: tkremind: Fix many bugs with modal dialogs: Clicking too fast
|
||||
to launch them could cause error messages; closing them with the window
|
||||
manager "close" button rather than "Cancel" could cause errors. Thanks
|
||||
to Tug Williams for finding these bugs.
|
||||
|
||||
- MINOR NEW FEATURE: tkremind: The "Print" dialog has a "Show Command"
|
||||
button that lets you cut-and-paste the command tkremind would have used
|
||||
for printing. You can then customize it as you like.
|
||||
|
||||
- MINOR FIXES: remind: A few silly errors in the man page were fixed.
|
||||
|
||||
* VERSION 06.01.07 - 2025-10-23
|
||||
|
||||
- IMPROVEMENT: tkremind: Add a "help" button that pops up the TkRemind man
|
||||
page (and offers a browser for all the remind-related man pages.)
|
||||
|
||||
- MINOR IMPROVEMENT: rem2pdf: Leave less whitespace between the day number and
|
||||
the entries in a calendar box.
|
||||
|
||||
- MINOR IMPROVEMENT: make test: If hunspell is installed, check the spelling
|
||||
of *all* man pages. Previously, some were being missed.
|
||||
|
||||
- DOCUMENTATION IMPROVEMENT: WHATSNEW: Make the version numbers in this file
|
||||
exactly match the ones reported by "remind --version". That is, we say
|
||||
"06.01.07" instead of "Version 6.1 Patch 7".
|
||||
|
||||
* VERSION 06.01.06 - 2025-10-20
|
||||
|
||||
- NEW FEATURE: rem2pdf: Add command-line options to set colors of various
|
||||
parts of the calendar such as the gridlines, the day numbers, etc.
|
||||
|
||||
- NEW FEATURE: rem2pdf: Add a command-line option to make the calendar title
|
||||
into a hotlink to a URL that you supply.
|
||||
|
||||
- IMPROVEMENT: remind: Make the tzconvert() function warn about possibly
|
||||
invalid time zone names, similar to the warning issued by the TZ keyword.
|
||||
|
||||
- IMPROVEMENT: "make test": If spellintian and hunspell are installed,
|
||||
use them to spell-check and lint the man pages and README.md file.
|
||||
|
||||
- PORTABILITY IMPROVEMENT: Make Remind compile on OpenIndiana (a
|
||||
Solaris derivative.) "make test" fails because of deficiencies in
|
||||
the Solaris C library, however.
|
||||
|
||||
- MINOR FIXES: Fix various spelling errors caught by hunspell.
|
||||
|
||||
- BUG FIX: rem2pdf: Correct a bug in the coordinate-tracking of calendar boxes
|
||||
so that SHADE fills the entire box and absolutely-positioned PANGO items
|
||||
are positioned correctly.
|
||||
|
||||
- MINOR BUG FIX: remind: Suppress spurious debugging output when using
|
||||
"-dt" flag with a TZ clause.
|
||||
|
||||
- MINOR BUG FIX: remind: For the purposes of purge mode, don't consider a
|
||||
non-constant expression in the *body* of a reminder to be a problem.
|
||||
|
||||
- MINOR BUG FIX: remind: Fix a couple of (unlikely-to-be-triggered) memory
|
||||
leaks.
|
||||
|
||||
- MINOR BUG FIX: include/holidays/jewish.rem: Don't leak private
|
||||
functions and variables to the calling file.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 9 20:00:55 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 6.1 Patch 5 - 2025-10-09
|
||||
|
||||
- BUG FIX: remind: Yet another bug in TZ handling was fixed. I hope this
|
||||
is the final TZ bug; the test suite has had a large number of TZ tests
|
||||
added.
|
||||
|
||||
- IMPROVEMENT: remind: If the directory /usr/share/zoneinfo exists, Remind
|
||||
warns about time zone names that look invalid. You can override the
|
||||
warning by prefixing your time zone name with "!" if you want to use
|
||||
non-file-based time zone names like "UTC+0400".
|
||||
|
||||
- MINOR IMPROVEMENTS: A couple of man page typos were fixed.
|
||||
|
||||
* VERSION 6.1 Patch 4 - 2025-10-08
|
||||
|
||||
- BUG FIX: remind: In calendar mode, reminders that specify a TZ zone
|
||||
that is *behind* the system time zone could sometimes not show up.
|
||||
The bug has been fixed; thanks to Jin Chen for reporting it.
|
||||
|
||||
- CHANGE: remind: Any time Remind runs another program (for example,
|
||||
in response to REM ... RUN, the shell() command, the -k option, or
|
||||
INCLUDECMD) it connects that command's standard input to /dev/null
|
||||
so that it cannot interfere with the main Remind process's standard
|
||||
input.
|
||||
|
||||
- BUG FIX: remind: Don't set up an inotify file descriptor if we are
|
||||
not running in Daemon Mode.
|
||||
|
||||
- MINOR IMPROVEMENT: remind: When using readline to read from a
|
||||
terminal, include the line number in the Remind> prompt.
|
||||
|
||||
- IMPROVEMENT: lang/*.rem: Suppress redefined function warnings if you
|
||||
include one language file and then later on a different one.
|
||||
|
||||
- IMPROVEMENT: remind: Make the output of "make test" slightly more
|
||||
verbose; color-code the PASS and FAIL results if standard output
|
||||
refers to a terminal.
|
||||
|
||||
- CHANGE: include/holidays/*.rem: Add %"..%" markers and %! %b
|
||||
suffixes to all reminders. This prevents you from having to use the
|
||||
msgsuffix() hack if you want advance warning of holidays.
|
||||
|
||||
If you *are* using the msgsuffix() hack, you should stop using it!
|
||||
Just set $DefaultDelta. See include/holidays/README for details.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 08:39:00 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 6.1 Patch 3 - 2025-09-30
|
||||
|
||||
- IMPROVEMENT: remind: Issue a warning that SCANFROM should be used
|
||||
with ADDOMIT in cases where Remind detects a movable OMIT.
|
||||
|
||||
- NEW FEATURE: remind: Add $WarningLevel system variable. This lets
|
||||
you suppress warnings added by new versions of Remind until you have
|
||||
a chance to update your remind scripts.
|
||||
|
||||
- BUG FIX / IMPROVEMENT: include/holidays/*.rem: Simplify the logic
|
||||
used for moving holidays before/after weekends. Also fixes bugs
|
||||
found in the logic used to move New Year's Day. Thanks to Nimrod
|
||||
Levy for pointing out the New Year's Day bug.
|
||||
|
||||
- IMPROVEMENT: include/holidays/jewish.rem: This file was reworked by
|
||||
Nimrod Levy to simplify logic and optionally add the counting of the
|
||||
Omer.
|
||||
|
||||
- BUG FIX: remind: "remind -c" would add an unnecessary blank line for
|
||||
completely-empty calendar rows if you used the "-w,0,0" option.
|
||||
This is now fixed. Bug pointed out by Tim Chase.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 13:17:03 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 6.1 Patch 2 - 2025-09-19
|
||||
|
||||
- BUG FIX: remind: A reminder on a specific fixed date and time that
|
||||
uses the TZ feature could erroneously issue a "Can't compute trigger"
|
||||
error. This has been fixed.
|
||||
|
||||
- CHANGE: remind: The default for --max-expr-complexity is 10,000,000
|
||||
(ten million) instead of unlimited. This should not affect any
|
||||
real-world Remind scripts.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 13 07:42:24 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
* VERSION 6.1 Patch 1 - 2025-09-12
|
||||
|
||||
- NEW FEATURE: remind: Add the new --max-expr-complexity=n
|
||||
command-line argument. It is possible to write expressions that use
|
||||
enormous amounts of CPU time, such as the following:
|
||||
|
||||
FSET fib(n) iif(n <= 2, 1, fib(n-1)+fib(n-2))
|
||||
SET a fib(100)
|
||||
|
||||
That will take essentially forever to execute, but will not hit the
|
||||
built-in recursion limit. Using a command-line argument of
|
||||
--max-expr-complexity=1000000 will terminate evaluation in a few
|
||||
dozen milliseconds on modern hardware, and should not affect
|
||||
realistic reminder scripts. See the man page for details.
|
||||
|
||||
- IMPROVEMENT: remind: Add UTF-8-aware functions to complement the
|
||||
byte-aware functions that could give incorrect results by splitting
|
||||
a UTF-8 character sequence. The correspondence between old and new
|
||||
functions is:
|
||||
|
||||
NON-UTF-8-AWARE UTF-8-AWARE
|
||||
=============== ===========
|
||||
strlen mbstrlen
|
||||
substr mbsubstr
|
||||
index mbindex
|
||||
char mbchar
|
||||
asc codepoint
|
||||
|
||||
See the remind(1) man page for details.
|
||||
|
||||
- MINOR NEW FEATURE: remind: You can use hexadecimal integer constants
|
||||
like 0xFE12 in expressions. This is mostly useful for using
|
||||
codepoint() since Unicode code points are often expressed in
|
||||
hexadecimal.
|
||||
|
||||
- BUG FIX: remind: When truncating a string when executing DUMPVARS or
|
||||
during debugging of expression evaluation, Remind could sometimes
|
||||
cut the string in the middle of a UTF-8 sequence. This has been
|
||||
fixed.
|
||||
|
||||
* VERSION 6.1 Patch 0 - 2025-09-08
|
||||
|
||||
- MAJOR NEW FEATURE: remind: The TZ keyword lets you specify a time
|
||||
zone for a REM command. All trigger calculations are performed in
|
||||
the named time zone.
|
||||
|
||||
- DOCUMENTATION: Update README.md to document prerequisites for readline
|
||||
support.
|
||||
|
||||
- DOCUMENTATION: remind.1: Document system variables such as $T that can
|
||||
have multiple types.
|
||||
|
||||
- BUG FIX: remind: If Remind was run interactively ("remind -c -" with
|
||||
readline support enabled) it would not properly cache the input
|
||||
file, but would keep asking for interactive input. This has been
|
||||
fixed.
|
||||
|
||||
* VERSION 6.0 Patch 2 - 2025-09-01
|
||||
|
||||
- CHANGE: Default $ParseUntriggered to 0 instead of 1. The default
|
||||
could cause spurious warnings such as "type mismatch" warnings for
|
||||
untriggered reminders.
|
||||
|
||||
- TEST FIX: Explicitly set latitude and longitude in test files.
|
||||
|
||||
- BUG FIX: remind: Don't add lines to "readline" history unless they
|
||||
are actually being read from standard input.
|
||||
|
||||
- BUG FIX: remind: On the command-line, make '-i$foo' behave the same
|
||||
way as '-i$foo=0' as was documented in the man page.
|
||||
|
||||
- BUG FIX: remind: Clamp the output of trigger() to "1 January 1990 AT
|
||||
00:00" if the UTC flag is used, even if it would actually produce a
|
||||
result in 1989.
|
||||
|
||||
- MINOR FIX: remind: Avoid "unused result" compiler warning.
|
||||
|
||||
* VERSION 6.0 Patch 1 - 2025-08-19
|
||||
|
||||
- NEW FEATURE: remind: Add readline support if input is taken from stdin
|
||||
(ie, "remind -"). This gives you full editing support if you run
|
||||
Remind interactively.
|
||||
|
||||
- BUG FIX: remind: Fix buffer overflow in DUMPVARS command.
|
||||
Thanks to Jochen Sprickerhof for helping me find this bug.
|
||||
|
||||
* VERSION 6.0 Patch 0 - 2025-08-18
|
||||
|
||||
- MAJOR NEW FEATURE: remind: Introduction of TODOs. These are similar
|
||||
to normal reminders, but (in Agenda Mode) you keep getting reminded
|
||||
of them even once they are in the past, unless you specifically mark
|
||||
them as completed.
|
||||
|
||||
- MAJOR NEW FEATURE: remind: The --json long option causes Remind to
|
||||
output JSON in Agenda Mode instead of the normal text output. See
|
||||
tkremind for an example of how a front-end can use this output.
|
||||
|
||||
- MINOR NEW FEATURE: remind: The RETURN statement can be used to skip
|
||||
the rest of the current file. Useful for early exit from an
|
||||
INCLUDEd file.
|
||||
|
||||
- MINOR NEW FEATURE: remind: Allow the %:, %!, %?, %@ and %#
|
||||
substitution sequences to be overridden by defining the functions
|
||||
subst_colon, subst_bang, subst_question, subst_at and subst_hash,
|
||||
respectively.
|
||||
|
||||
- SAFETY IMPROVEMENT: remind: If a function is defined in a context
|
||||
where RUN is disabled, disable RUN during the evaluation of the
|
||||
function. Also disable RUN for all subst_XXX callbacks and the
|
||||
ordx(n) callback.
|
||||
|
||||
- MAJOR IMPROVEMENTS: tkremind: TkRemind has been given an overhaul.
|
||||
The "Show Queue" and "Show Today's Reminders" windows now respect
|
||||
the color scheme. TkRemind lets you create TODO reminders and
|
||||
easily mark them completed. You can right-click on a day number
|
||||
to get a window with Agenda Mode reminders for that day.
|
||||
|
||||
- MINOR IMPROVEMENT: remind: Language packs can define an ordx(n)
|
||||
function that localizes ord(n). If this function is defined, then
|
||||
ord(n) automatically calls it rather than using its built-in English
|
||||
localization. Appropriate ordx(n) definitions have been added to
|
||||
all language packs.
|
||||
|
||||
- MINOR IMPROVEMENT: remind: The %b substitution sequence handles
|
||||
dates in the past (because of TODOs). The %! sequence considers
|
||||
both date and time, and can be used with non-timed reminders. The
|
||||
new %? sequence is similar to %!, but outputs "are" and "were"
|
||||
instead of "is" and "was". The new %*! and %*? sequences are
|
||||
similar to %! and %?, but compare the trigger date to realtoday()
|
||||
instead of to today().
|
||||
|
||||
- MINOR IMPROVEMENT: remind: Downgrade a SPECIAL COLOR... with
|
||||
out-of-range color values to a normal MSG-type reminder.
|
||||
|
||||
- MINOR IMPROVEMENT: include/lang/nl.rem: Use "eergisteren" for "2
|
||||
days ago" and "overmorgen" for "in 2 days' time."
|
||||
|
||||
- MINOR IMPROVEMENT: tkremind: TkRemind now passes all command-line
|
||||
options back to Remind.
|
||||
|
||||
- TEST IMPROVEMENT: remind: Add --flush option and use it in tests to
|
||||
have more predictable interleaving of stdout/stderr output.
|
||||
|
||||
- BUG FIX: tkremind: In a couple of places, the "eval" command was used
|
||||
where the intention was to use "catch". I blame Perl...
|
||||
|
||||
- BUG FIX: remind: SCANFROM and FROM are separated out internally, and
|
||||
in the JSON output, the original FROM or SCANFROM value is
|
||||
preserved, including relative SCANFROMs.
|
||||
|
||||
- BUG FIX: tkremind: Remove some extraneous semicolons.
|
||||
|
||||
- DOCUMENTATION FIX: Fix some man-page format directive errors;
|
||||
tweak wording in several pages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 19:43:12 UTC 2025 - Detlef Steuer <detlef.steuer@gmx.de>
|
||||
|
||||
|
||||
21
remind.spec
21
remind.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package remind
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,9 +17,9 @@
|
||||
|
||||
|
||||
Name: remind
|
||||
Version: 5.5.0
|
||||
Version: 6.2.2
|
||||
Release: 0
|
||||
%define tar_version 05.05.00
|
||||
%define tar_version 06.02.02
|
||||
Summary: A sophisticated calendar and alarm program
|
||||
License: GPL-2.0-only
|
||||
Group: Productivity/Office/Organizers
|
||||
@@ -668,6 +668,21 @@ make DESTDIR=%{buildroot} install
|
||||
/usr/share/remind/holidays/za.rem
|
||||
/usr/share/remind/holidays/zm.rem
|
||||
|
||||
%dir /usr/share/remind/translations
|
||||
/usr/share/remind/translations/README.txt
|
||||
%dir /usr/share/remind/translations/de
|
||||
%dir /usr/share/remind/translations/de/holidays
|
||||
/usr/share/remind/translations/de/holidays/chinese-new-year.rem
|
||||
/usr/share/remind/translations/de/moonphases.rem
|
||||
/usr/share/remind/translations/de/seasons.rem
|
||||
/usr/share/remind/translations/de/sun.rem
|
||||
%dir /usr/share/remind/translations/nl
|
||||
%dir /usr/share/remind/translations/nl/holidays
|
||||
/usr/share/remind/translations/nl/holidays/chinese-new-year.rem
|
||||
/usr/share/remind/translations/nl/moonphases.rem
|
||||
/usr/share/remind/translations/nl/seasons.rem
|
||||
/usr/share/remind/translations/nl/sun.rem
|
||||
|
||||
/usr/share/remind/lang/auto.rem
|
||||
/usr/share/remind/lunar-eclipses.rem
|
||||
/usr/share/remind/moonphases.rem
|
||||
|
||||
Reference in New Issue
Block a user