aboutsummaryrefslogtreecommitdiff
path: root/tests/test-convert-org-contacts-birthdays.el
Commit message (Collapse)AuthorAgeFilesLines
* test: replace string-search with portable form for Emacs 27.1Craig Jennings2026-05-051-11/+11
| | | | | | | | `string-search' was added in Emacs 28.1. Since chime's package floor is 27.1, the convert-org-contacts-birthdays test file failed on that version in CI. I swapped each `string-search NEEDLE HAYSTACK' for the equivalent `string-match-p (regexp-quote NEEDLE) HAYSTACK', which works on 27.1+ and returns a truthy value the same way.
* Remove dead code and reduce default tooltip lookahead to 1 weekCraig Jennings2026-04-041-22/+0
| | | | | | | | | | | Remove chime--agenda-buffer-name (unused variable) and chime--extract-birthday-year (superseded by chime--parse-birthday). Reduce chime-tooltip-lookahead-hours from 8760 (1 year) to 168 (1 week). The 1-year default caused org-agenda-list to scan a 365-day span every check cycle, which is slow for large org collections. The tooltip only shows 5 events, so a week is sufficient for most users.
* 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/+674