summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-02-29Note the bug fix.04.03.00Dianne Skoll
2024-02-29Update release notes.Dianne Skoll
2024-02-29Add Catalan translation file, courtesy of Eloi TorrentsDianne Skoll
2024-02-29Add some more test cases.Dianne Skoll
2024-02-29Bump version to 04.03.00Dianne Skoll
2024-02-29Install the .desktop and icon files; add to menu.Dianne Skoll
2024-02-29Desktop file should be executable.Dianne Skoll
2024-02-29Add .desktop file and icon for TkRemind, courtesy of Eloi TorrentsDianne Skoll
2024-02-29Fix tests so they don't depend on current date; add more tests for Feb 29 edg...Dianne Skoll
2024-02-29Issue "NOTE newdate" in legacy mode in response to an inotify event.Dianne Skoll
2024-02-29Update TkRemind man page to properly reflect inotify support.Dianne Skoll
2024-02-29Fix stupid bug.Dianne Skoll
2024-02-29Let Remind handle the inotify stuff.Dianne Skoll
2024-02-29Integrate inotify support directly into Remind for server mode.Dianne Skoll
2024-02-29Check for inotify_init1Dianne Skoll
2024-02-29Clarify comment.Dianne Skoll
2024-02-29Don't spit anything out to client for RUN-type reminders in server mode.Dianne Skoll
2024-02-29Set CLOEXEC flag on files we open.Dianne Skoll
2024-02-28Fix typoDianne Skoll
2024-02-28Check for existence of tags key.Dianne Skoll
2024-02-27Add missing $Sunday to man page.Dianne Skoll
2024-02-27Update man pages.Dianne Skoll
2024-02-27Use JSON server mode from TkRemind.Dianne Skoll
2024-02-27Add a test for -zjDianne Skoll
2024-02-27Finish implementing "-zj" mode - Daemon mode with JSON responses.Dianne Skoll
2024-02-27Start adding support for JSON-formatted daemon responses.Dianne Skoll
2024-02-26Add test for zero-arg forms of easterdate() and orthodoxeaster()Dianne Skoll
2024-02-26Allow arg to easterdate() and orthodoxeaster() to be omitted, defaulting it t...Dianne Skoll
2024-02-25Lay groundwork for having TriggerReminder put the results in a DynamicBuffer ...Dianne Skoll
2024-02-24Remove obsolete fileDianne Skoll
2024-02-24Take is_queued into account when deciding to issue banner.Dianne Skoll
2024-02-14Make "Go To Date..." dialog non-modal.Dianne Skoll
2024-02-07Uneascape JSON properly.Dianne Skoll
2024-02-05Add empty line between queue items.Dianne Skoll
2024-02-05Set -selectbackgroundDianne Skoll
2024-02-05Alternate queue item background colors.Dianne Skoll
2024-02-05*sigh* A JSON key was changed. :(Dianne Skoll
2024-02-04Make the version of rem2html track the version of Remind.Dianne Skoll
2024-02-04Update release date.04.02.09Dianne Skoll
2024-02-04Fix spelling in commentDianne Skoll
2024-02-04Fix a couple of typosDianne Skoll
2024-02-04Fix some spelling inconsistenciesDianne Skoll
2024-02-03Try hard to avoid integer overflow.Dianne Skoll
2024-02-03More checks on INT * STRING plus a man page note.Dianne Skoll
2024-02-03Don't use O(N^2) algorithm for STR * INTDianne Skoll
2024-02-03Update WHATSNEWDianne Skoll
2024-02-03Document INT * STRING and STRING * INTDianne Skoll
2024-02-03Fix tests.Dianne Skoll
2024-02-03Allow STRING * INT or INT * STRING, which repeats STRING that many times.Dianne Skoll
2024-02-03Include lineno element in JSONQUEUEDianne Skoll