aboutsummaryrefslogtreecommitdiff
path: root/chime.el
Commit message (Expand)AuthorAgeFilesLines
* refactor!: collapse three time-left format defcustoms into one alistCraig Jennings2026-05-051-33/+30
* refactor!: demote chime-validation-max-retries to private defvarCraig Jennings2026-05-051-19/+10
* refactor!: drop chime-play-sound, use chime-sound-file = nil to disableCraig Jennings2026-05-051-9/+2
* fix: validate numeric defcustoms at customize-timeCraig Jennings2026-05-051-6/+42
* fix: stop tooltip dedup from hiding distinct events sharing a titleCraig Jennings2026-05-051-14/+23
* refactor: clear the rest of the lint backlog and make `make lint' actually workCraig Jennings2026-05-051-18/+18
* refactor: clear package-lint warnings for MELPA prepCraig Jennings2026-05-051-13/+7
* chore: bump version to 0.7.0v0.7.0Craig Jennings2026-05-051-1/+1
* fix: skip declined events in tooltip, modeline, and notificationsCraig Jennings2026-05-051-1/+10
* chore: drop non-standard keywords from chime.el headerCraig Jennings2026-05-051-1/+1
* fix: remove unused `title` lexical in chime--process-notificationsCraig Jennings2026-05-051-2/+1
* fix: trim chime--find-soonest-modeline-event docstring to <=80 colsCraig Jennings2026-05-051-2/+3
* refactor: rewrite chime--time-left without threading-pcaseCraig Jennings2026-05-051-7/+9
* refactor: move 12 internal helpers from chime- to chime-- prefixCraig Jennings2026-04-221-26/+26
* refactor: extract chime--day-label-for-event-time from chime--group-events-by...Craig Jennings2026-04-221-29/+30
* refactor: extract async result helpers from chime--fetch-and-processCraig Jennings2026-04-221-27/+26
* refactor: extract chime--render-modeline-string from chime--update-modelineCraig Jennings2026-04-211-25/+30
* Remove unused chime--today functionCraig Jennings2026-04-041-4/+0
* Bundle multiple day-wide events into a single notificationCraig Jennings2026-04-041-2/+10
* Show modeline icon immediately on chime-mode enableCraig Jennings2026-04-041-11/+47
* Default modeline lighter to empty stringCraig Jennings2026-04-041-4/+5
* Improve defaults: 2-hour modeline window, notify at event timeCraig Jennings2026-04-041-2/+2
* Add comments for non-obvious code patternsCraig Jennings2026-04-041-7/+15
* Remove dead code and reduce default tooltip lookahead to 1 weekCraig Jennings2026-04-041-7/+6
* Hoist loop-invariant computations and remove redundant sortCraig Jennings2026-04-041-68/+53
* Nil chime--timer after cancellation in chime--stopCraig Jennings2026-04-041-0/+1
* Extract days-until calculation from chime--day-wide-notification-textCraig Jennings2026-04-041-27/+22
* Extract validation retry logic from chime-check into chime--maybe-validateCraig Jennings2026-04-041-26/+25
* Extract display logic from chime-validate-configurationCraig Jennings2026-04-041-14/+14
* Extract three timestamp strategies from chime--extract-timeCraig Jennings2026-04-041-54/+59
* Add 94 tests across 10 new test files and fix 2 bugsCraig Jennings2026-04-041-7/+8
* Add persistent async failure warnings after consecutive errorsCraig Jennings2026-02-231-2/+30
* Use locate-library fallback for sound file path resolutionCraig Jennings2026-02-231-1/+4
* Improve org-agenda-files validation to distinguish files from directoriesCraig Jennings2026-02-231-7/+10
* Include event title in timestamp parse error messagesCraig Jennings2026-02-231-8/+13
* Replace anonymous lambda in modeline keymap with named functionCraig Jennings2026-02-231-8/+4
* Fix docstring grammar and remove double blank lineCraig Jennings2026-02-231-2/+1
* Add missing declare-function for chime-debug functionsCraig Jennings2026-02-231-0/+3
* Fix defcustom :type specs for list and nullable variablesCraig Jennings2026-02-231-4/+5
* Bump minimum Emacs version to 27.1 and require subr-xCraig Jennings2026-02-231-3/+4
* Update README and fix repo references after rename to chimeCraig Jennings2026-02-221-3/+3
* Add section headers to chime.el for imenu/outline navigationCraig Jennings2026-02-191-0/+28
* Update copyright years to 2026 across all source filesCraig Jennings2026-02-171-1/+1
* Fix time comparison bugs in chime--time= and chime--timestamp-within-interval-pCraig Jennings2026-02-171-3/+3
* changed repositoriesCraig Jennings2025-11-181-0/+1825