aboutsummaryrefslogtreecommitdiff
path: root/tests/test-chime-validate-configuration.el
Commit message (Collapse)AuthorAgeFilesLines
* feat: make modeline status-message strings customizableCraig Jennings2026-05-111-1/+1
| | | | | | The validation banner, retry-attempt message, async-failure tooltip, and the initial loading tooltip were hardcoded English literals. I added defcustoms for them so the wording can be localized or adjusted. The format-string ones keep their %d/%s directives, with the order spelled out in each docstring. I also dropped the dead :info severity from chime-validate-configuration's docstring. The function only ever emitted :ok, :warning, and :error.
* feat: tighten chime runtime validation and tooltip behaviorCraig Jennings2026-05-101-16/+58
|
* Extract test boilerplate into shared test-bootstrap.elCraig Jennings2026-04-041-7/+1
| | | | | | | | | | All 50 test files that load chime.el repeated the same 8-line initialization block (package-initialize, ert, dash, alert, async, org-agenda, chime load). Replace with a single require of test-bootstrap.el. Also fix test-make-upcoming-item name collision between test-chime-make-tooltip.el and test-chime--deduplicate-events-by-title.el.
* Improve org-agenda-files validation to distinguish files from directoriesCraig Jennings2026-02-231-4/+4
|
* Update copyright years to 2026 across all source filesCraig Jennings2026-02-171-1/+1
| | | | | Updated 41 files: chime.el, chime-debug.el, chime-org-contacts.el, convert-org-contacts-birthdays.el, and all test/utility files.
* changed repositoriesCraig Jennings2025-11-181-0/+279