Dianne Skoll
|
3b43222585
|
Add the triginfo("header") function and corresponding %<...> substitution sequence.
|
2025-02-01 14:39:06 -05:00 |
|
Dianne Skoll
|
0ebaaa4097
|
Add optional add_quote argument to escape()
|
2025-02-01 10:58:55 -05:00 |
|
Dianne Skoll
|
694c4099d1
|
Add \xAA sequence for parsing quoted strings; add the escape() built-in function; update docs.
|
2025-02-01 10:36:38 -05:00 |
|
Dianne Skoll
|
75a4e98de2
|
Call the reminder body the "Summary" rather than "Subject" to be consistent with ical.
|
2025-01-31 21:21:30 -05:00 |
|
Dianne Skoll
|
f7a19d1570
|
Change "Body:" to "Subject:" and update man page.
|
2025-01-31 16:48:48 -05:00 |
|
Dianne Skoll
|
8c4ca12ca7
|
When creating the "info" JSON hash, make the keys lower-case instead of upper-case.
Remind unit tests / tests (push) Successful in 46s
|
2025-01-31 08:07:53 -05:00 |
|
Dianne Skoll
|
e832eb868c
|
Make INFO require "Header: Value" strings; make the "info" element in the JSON output a hash instead of an array.
Remind unit tests / tests (push) Successful in 36s
|
2025-01-30 16:58:56 -05:00 |
|
Dianne Skoll
|
cb0acb3077
|
Document INFO
Remind unit tests / tests (push) Successful in 54s
|
2025-01-29 19:07:26 -05:00 |
|
Dianne Skoll
|
901831ff75
|
Add --test long option to make the test suite repeatable.
Remind unit tests / tests (push) Failing after 3h14m50s
|
2025-01-20 13:33:00 -05:00 |
|
Dianne Skoll
|
4f351c089e
|
Add the "-dq" debugging flag, for outputing TRANSLATE commands needed by a reminder script.
Remind unit tests / tests (push) Successful in 44s
|
2025-01-17 08:46:29 -05:00 |
|
Dianne Skoll
|
96c11e89eb
|
Add the TRANSLATE GENERATE command to generate a skeleton .rem file for localization.
|
2025-01-14 13:27:04 -05:00 |
|
Dianne Skoll
|
213138a7b7
|
Split the "-ds" debug flag into "-ds" and "-dh"
-ds prints parsed expressions
-dh dumps hash-table statistics on exit.
|
2024-12-31 12:50:15 -05:00 |
|
Dianne Skoll
|
562cec3dc8
|
Mass-update copyright date to 2025.
|
2024-12-29 13:47:07 -05:00 |
|
Dianne Skoll
|
77080ff600
|
Make copyright notices consistent.
Remind unit tests / tests (push) Successful in 37s
|
2024-12-24 20:02:08 -05:00 |
|
Dianne Skoll
|
34c513ba3b
|
Add $CalType system variable.
|
2024-12-24 14:45:57 -05:00 |
|
Dianne Skoll
|
800a4b15b2
|
Add support for weekly PDF calendars with "-p+n" Remind option.
|
2024-12-24 13:07:45 -05:00 |
|
Jochen Sprickerhof
|
5f5e7054f4
|
Fix typo
|
2024-12-17 09:22:42 +01:00 |
|
Dianne Skoll
|
a19b009f7c
|
Fix man page typo and cppcheck warnings.
Remind unit tests / tests (push) Successful in 32s
|
2024-12-13 15:22:46 -05:00 |
|
Dianne Skoll
|
b8c4786b33
|
Allow INCLUDE/DO/SYSINCLUDE to take a QuotedString argument. This allows for filenames with spaces in them.
|
2024-12-13 10:38:34 -05:00 |
|
Dianne Skoll
|
5e333f6162
|
Add the SYSINCLUDE directive.
|
2024-12-13 08:18:22 -05:00 |
|
Dianne Skoll
|
3fa798523a
|
Document the difference between %(foo) and [_("foo")]
|
2024-12-12 16:56:38 -05:00 |
|
Dianne Skoll
|
c8295b6251
|
Convert files we ship to use %(foo) in place of [_("foo")]
|
2024-12-12 16:43:30 -05:00 |
|
Dianne Skoll
|
a894076bfc
|
Verify two-way correspondence between translation table and system variables.
|
2024-12-11 19:48:19 -05:00 |
|
Dianne Skoll
|
01afb63a3d
|
Sent translations with only the first month, in a multi-month (-pN) output.
|
2024-12-11 18:07:48 -05:00 |
|
Dianne Skoll
|
ba4d44664f
|
Clarify docs.
Remind unit tests / tests (push) Successful in 34s
|
2024-12-11 15:36:17 -05:00 |
|
Dianne Skoll
|
d76c5499b5
|
Document how translation table is passed to back-ends.
|
2024-12-11 15:35:31 -05:00 |
|
Dianne Skoll
|
af9ca68d99
|
Document the need for %-style escape sequences in translations to match those in the original message.
|
2024-12-11 13:42:49 -05:00 |
|
Dianne Skoll
|
54f284c43f
|
Note that strlen returns number of bytes, not characters.
|
2024-12-11 09:45:40 -05:00 |
|
Dianne Skoll
|
7b5fafe1ab
|
Document how _() looks for translations.
|
2024-12-10 19:48:26 -05:00 |
|
Dianne Skoll
|
5b9d9a67b2
|
Make daemon not respond at all to a TRANSLATE for which there is no entry.
|
2024-12-10 17:16:25 -05:00 |
|
Dianne Skoll
|
78adc9f61d
|
Document how translators should use LANGID.
|
2024-12-10 15:33:22 -05:00 |
|
Dianne Skoll
|
a622d4fad4
|
Add LANGID translations to all language packs.
|
2024-12-10 15:27:41 -05:00 |
|
Dianne Skoll
|
bffa28e258
|
Implement the "TRANSLATE" command to translate just one string;
rename "JSONTRANSLATE" to "TRANSLATE_DUMP"
|
2024-12-10 13:06:12 -05:00 |
|
Dianne Skoll
|
ed6e65182e
|
Document JSONTRANSLATE daemon command.
|
2024-12-10 12:21:06 -05:00 |
|
Dianne Skoll
|
585d45e4a1
|
Completely remove support for compile-time localization.
All localization is now done at run-time.
|
2024-12-10 10:58:09 -05:00 |
|
Dianne Skoll
|
4c314ff81c
|
Add --print-errs and localize error messages in lang/fr.rem.
|
2024-12-09 20:40:41 -05:00 |
|
Dianne Skoll
|
84dd73f023
|
Note connection between translation-related special variables and translation table.
|
2024-12-09 18:06:21 -05:00 |
|
Dianne Skoll
|
c4bc145cd9
|
Document the translation table.
|
2024-12-09 17:56:52 -05:00 |
|
Dianne Skoll
|
a933c8bc69
|
Document that we don't read subdirectories when expanding *.rem.
Remind unit tests / tests (push) Successful in 31s
|
2024-12-06 20:21:09 -05:00 |
|
Dianne Skoll
|
46e1b7386e
|
Don't allow FRENAME to attempt to rename a built-in function.
|
2024-11-14 10:17:33 -05:00 |
|
Dianne Skoll
|
cdf480112a
|
Clarify that the CHAR(8) hack strips out the backspace.
|
2024-11-14 10:07:33 -05:00 |
|
Dianne Skoll
|
f1591140d4
|
- Add $DefaultDelta system variable.
- Make FRENAME delete definition of newname if oldname is not defined.
- Document FRENAME, $DefaultDelta and the char(8) hack.
|
2024-11-13 21:45:54 -05:00 |
|
Dianne Skoll
|
6bdee7ef89
|
Fix typo.
Remind unit tests / tests (push) Failing after 31s
|
2024-11-13 18:02:21 -05:00 |
|
Dianne Skoll
|
821e7a64c8
|
More dedupe documentation.
|
2024-11-12 16:00:01 -05:00 |
|
Dianne Skoll
|
5b892eba8e
|
Clearify how $DedupeReminders works.
Remind unit tests / tests (push) Failing after 28s
|
2024-11-12 09:32:11 -05:00 |
|
Dianne Skoll
|
e0fde98410
|
Add $DedupeReminders global variable.
|
2024-11-12 09:26:31 -05:00 |
|
Dianne Skoll
|
aaae80d02b
|
Update manual to reflect that iif() and choose() only evaluate arguments needed for the final result.
Remind unit tests / tests (push) Successful in 25s
|
2024-10-21 23:35:41 -04:00 |
|
Dianne Skoll
|
e97de16203
|
Clarify that arg of OMITFUNC must be a user-defined function.
Remind unit tests / tests (push) Successful in 27s
|
2024-10-21 08:58:36 -04:00 |
|
Dianne Skoll
|
96da3a6596
|
Add note about safety of eval remind --print-config-cmd
|
2024-10-15 11:22:42 -04:00 |
|
Dianne Skoll
|
c9c309e436
|
Document how to use --print-config-cmd
|
2024-10-15 10:36:55 -04:00 |
|