| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix file headers: correct copyright years, add missing header | Craig Jennings | 2026-04-04 | 1 | -1/+1 |
| | | | | | | New files created in 2026 should have Copyright (C) 2026, not 2024-2026. Add standard copyright/license header to test-bootstrap.el. | ||||
| * | Extract test boilerplate into shared test-bootstrap.el | Craig Jennings | 2026-04-04 | 1 | -14/+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. | ||||
| * | Add integration test for chime-mode deactivation cleanup | Craig Jennings | 2026-04-04 | 1 | -0/+10 |
| | | | | | | Verifies disabling chime-mode removes chime-modeline-string from global-mode-string and sets it to nil. | ||||
| * | Add integration test for chime-mode modeline registration | Craig Jennings | 2026-04-04 | 1 | -0/+61 |
| Verifies enabling chime-mode adds chime-modeline-string to global-mode-string so events appear in the modeline. | |||||
