| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add notification filtering debugger to chime-debug.el | Craig Jennings | 2026-02-17 | 1 | -0/+124 |
| | | | | | | | | Interactive function chime--debug-notification-filtering traces the entire notification pipeline: timestamp recognition, day-wide filtering, interval matching, and notification generation. Helps diagnose why notifications aren't firing for specific events. | ||||
| * | Fix time comparison bugs in chime--time= and chime--timestamp-within-interval-p | Craig Jennings | 2026-02-17 | 1 | -3/+3 |
| | | | | | | | | chime--time= was using %d:%H:%M (day-of-month only), causing false matches across different months/years. Now uses %Y-%m-%d %H:%M for full date comparison. chime--timestamp-within-interval-p now accepts numeric timestamps (integer/float) in addition to lists. | ||||
| * | changed repositories | Craig Jennings | 2025-11-18 | 55 | -0/+18191 |
