summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
8 daysDocument that -ivar is the same as -ivar=0HEADmasterDianne Skoll
8 daysStricter parsing of '-i' option.Dianne Skoll
8 daysAllow "-ifoo" on the command-line, which is the same as "-ifoo=0"Dianne Skoll
2024-05-01Convert all leading spaces to tabs. Per Tim Chase.Dianne Skoll
2024-05-01Replace spaces with tab (per Emanuele Torre)Dianne Skoll
2024-04-29Fix typoDianne Skoll
2024-04-29Fix typo04.03.07Dianne Skoll
2024-04-29Update release notes.Dianne Skoll
2024-04-22Bump version to 04.03.07Dianne Skoll
2024-04-22Don't rely on behavior of "%" with negative args.Dianne Skoll
2024-04-22Make sure shellescape() does not mangle UTF-8 characters.Dianne Skoll
2024-04-21Use built-in versions of strdup, strcasecmp and strncasecmp instead of writin...Dianne Skoll
2024-04-20Make $Tt a synonym for trigtime()Dianne Skoll
2024-04-20Use "uint32_t" if we have <stdint.h> for MD5 code.Dianne Skoll
2024-04-20Remove some unused autoconf cruft.Dianne Skoll
2024-04-20Ugh, forgot to regen ./configure.Dianne Skoll
2024-04-20Pass proper args to AC_INIT; include Remind home page in usage output.Dianne Skoll
2024-04-18Add a test to ensure we don't save trigger time while parsing.Dianne Skoll
2024-04-18Only save trigger date when computing it, not while parsing.Dianne Skoll
2024-04-18Add tests for commit 0a1178cfd79242c569cc5a28270781ecaeed07a2: Don't clear ou...Dianne Skoll
2024-04-18Don't clear out last trigger time unnecessarily.Dianne Skoll
2024-04-10Put the tabbed notebook blurb after the blurb about obtaining default settings.Dianne Skoll
2024-04-10Tweak wording.Dianne Skoll
2024-04-04Remove debugging line.Dianne Skoll
2024-04-04Make build.tk add a little note if it obtained default settings from an exist...Dianne Skoll
2024-04-02Add a missing release note... sigh.Dianne Skoll
2024-04-02Install include files with proper permissions.04.03.06Dianne Skoll
2024-04-02Add Portuguese holidays, courtesy of Joop Kiefte.Dianne Skoll
2024-04-02Update docsDianne Skoll
2024-04-02Fix tests on FreeBSD. We need to copy the results of getenv or when we chang...Dianne Skoll
2024-04-02Update docs.Dianne Skoll
2024-04-01Don't fail make install if we can't jigger desktop icons.Dianne Skoll
2024-04-01Don't include inotify-related code if we don't have inotify.Dianne Skoll
2024-04-01Add "all" option to compare-language-mods.plDianne Skoll
2024-04-01Update WHATSNEW.04.03.05Dianne Skoll
2024-04-01Be a little more aggressive.Dianne Skoll
2024-04-01Fix typo.Dianne Skoll
2024-04-01Remove obsolete #ifdef testsDianne Skoll
2024-04-01Tweak daemon mode documentation.Dianne Skoll
2024-04-01Bump version to 04.03.05Dianne Skoll
2024-03-31Remove the MICROSOFT-AND-APPLE file. I think I've made my point.Dianne Skoll
2024-03-31Refactor set_cloexec to make it more convenient to call.Dianne Skoll
2024-03-31Tweak whitespace.Dianne Skoll
2024-03-31Add International Transgender Day of Visibility to man pageDianne Skoll
2024-03-30Document that we use inotify, where possible, to detect changes to reminder s...Dianne Skoll
2024-03-29Rename DaemonWait to ServerWait.Dianne Skoll
2024-03-29Use inotfy even in normal daemon mode (-zn where n>0) to detect file changes.Dianne Skoll
2024-03-26Save the value of $DefaultColor that was in effect at the time a reminder was...Dianne Skoll
2024-03-26Print the "passthru" field for PASSTHRU_TYPE reminders when listing the queue.Dianne Skoll
2024-03-26Prevent mishandling of SPECIAL COLOR reminders when pulling them from the queue.Dianne Skoll