| Commit message (Expand) | Author | Age | Files | Lines |
| * | test: re-point projectile revert tests at the decision helper | Craig Jennings | 2026-05-03 | 3 | -70/+36 |
| * | refactor: defer projectile revert advice until projectile loads | Craig Jennings | 2026-05-03 | 2 | -26/+124 |
| * | fix: scope projectile cache revert state to each compile | Craig Jennings | 2026-05-03 | 3 | -50/+138 |
| * | perf: cache modeline VC data per buffer | Craig Jennings | 2026-05-03 | 2 | -23/+196 |
| * | chore: gitignore Emacs backup, auto-save, and lock files | Craig Jennings | 2026-05-03 | 1 | -0/+5 |
| * | refactor: invoke git via argv in coverage diff helpers | Craig Jennings | 2026-05-03 | 3 | -25/+96 |
| * | fix: use buffer-file-name for C single-file compile command | Craig Jennings | 2026-05-03 | 1 | -3/+11 |
| * | test: cover C mode hooks and project compile branches | Craig Jennings | 2026-05-03 | 3 | -0/+162 |
| * | fix: make test scratch paths sandbox-friendly | Craig Jennings | 2026-05-03 | 3 | -13/+82 |
| * | fix: validate mail transport executables and default debug off | Craig Jennings | 2026-05-03 | 2 | -6/+146 |
| * | fix: shell-quote F6 test-runner command arguments | Craig Jennings | 2026-05-03 | 2 | -5/+48 |
| * | fix: clarify reset-auth-cache failure message | Craig Jennings | 2026-05-03 | 1 | -1/+1 |
| * | test: cover auth-config helpers and oauth2 cache fix | Craig Jennings | 2026-05-03 | 5 | -0/+314 |
| * | fix: default auth-source debug logging to disabled | Craig Jennings | 2026-05-03 | 2 | -2/+66 |
| * | fix: close drill capture template source link | Craig Jennings | 2026-05-03 | 2 | -2/+28 |
| * | fix: use file basename when moving buffer + file | Craig Jennings | 2026-05-03 | 2 | -2/+46 |
| * | fix: keep C-; ! as system command prefix | Craig Jennings | 2026-05-03 | 2 | -13/+57 |
| * | fix: set vc-follow-symlinks explicitly to t | Craig Jennings | 2026-05-03 | 2 | -1/+67 |
| * | fix: expand local ELPA mirror paths with expand-file-name | Craig Jennings | 2026-05-03 | 2 | -10/+129 |
| * | feat(dev-fkeys): revert projectile cache on failed-and-modified compile | Craig Jennings | 2026-05-03 | 5 | -0/+405 |
| * | feat(dev-fkeys): propagate prefix-arg to projectile through F4 / F6 | Craig Jennings | 2026-05-03 | 4 | -4/+51 |
| * | chore(prog-general): disable auto-close of *compilation* window | Craig Jennings | 2026-05-03 | 1 | -10/+15 |
| * | fix(dev-fkeys): F6 elisp runner uses basename, not rel-path | Craig Jennings | 2026-05-03 | 3 | -7/+13 |
| * | feat(dev-fkeys): add F6 test runner menu (Phase 2a) | Craig Jennings | 2026-05-03 | 8 | -12/+798 |
| * | feat(dev-fkeys): add project-aware F4 compile/run dispatcher | Craig Jennings | 2026-05-03 | 17 | -43/+1166 |
| * | test(calendar-sync): fix weekday-string lookup to match production | Craig Jennings | 2026-05-03 | 1 | -1/+8 |
| * | fix(line-paragraph): join-line-or-region strands space on next line | Craig Jennings | 2026-05-03 | 3 | -27/+108 |
| * | test(prog): drop ignore-errors on prog-module require, add featurep check | Craig Jennings | 2026-04-30 | 4 | -4/+27 |
| * | test(prog): cover formatter wiring for python, go, shell, typescript | Craig Jennings | 2026-04-30 | 5 | -0/+226 |
| * | chore(deps): add commented :load-path hints for local-dev swaps | Craig Jennings | 2026-04-30 | 4 | -0/+4 |
| * | chore(deps): move remaining packages from :load-path to :vc; drop archived or... | Craig Jennings | 2026-04-30 | 4 | -222/+7 |
| * | feat(gloss): wire gloss into init via :vc against cjennings.net | Craig Jennings | 2026-04-30 | 2 | -0/+31 |
| * | test(config-utilities): cover validate-timestamps and format-report helpers | Craig Jennings | 2026-04-30 | 2 | -0/+190 |
| * | fix(config-utilities): repair validate-org-agenda-timestamps property check | Craig Jennings | 2026-04-30 | 1 | -31/+65 |
| * | test(config-utilities): cover cj/--recompile-emacs-home | Craig Jennings | 2026-04-30 | 1 | -0/+122 |
| * | refactor(config-utilities): extract cj/--recompile-emacs-home | Craig Jennings | 2026-04-30 | 1 | -24/+29 |
| * | test(config-utilities): cover cj/--benchmark-method | Craig Jennings | 2026-04-30 | 1 | -0/+57 |
| * | refactor(config-utilities): extract cj/--benchmark-method | Craig Jennings | 2026-04-30 | 1 | -8/+16 |
| * | test(config-utilities): cover cj/--delete-compiled-files-in-dir | Craig Jennings | 2026-04-30 | 1 | -0/+91 |
| * | refactor(config-utilities): extract cj/--delete-compiled-files-in-dir | Craig Jennings | 2026-04-30 | 1 | -8/+17 |
| * | test(org-noter-config): cover preferred-split, slug, template, predicates | Craig Jennings | 2026-04-30 | 4 | -0/+289 |
| * | test(config-utilities): cover with-timer, compile-buffer, summary, info commands | Craig Jennings | 2026-04-30 | 4 | -0/+286 |
| * | test(host-environment): cover laptop/desktop, platform, display, timezone pre... | Craig Jennings | 2026-04-30 | 4 | -0/+345 |
| * | fix(host-environment): correct docstring order in cj/detect-system-timezone | Craig Jennings | 2026-04-30 | 1 | -2/+2 |
| * | test(keybindings): cover cj/jump-open-var and the jump-commands wiring | Craig Jennings | 2026-04-30 | 2 | -0/+142 |
| * | chore(deps): point org-drill :vc at cjennings.net primary | Craig Jennings | 2026-04-29 | 1 | -1/+1 |
| * | fix(eshell): correct call shape in eshell/find-using-dired | Craig Jennings | 2026-04-29 | 1 | -2/+2 |
| * | docs(design): add gloss package design doc | Craig Jennings | 2026-04-29 | 1 | -0/+316 |
| * | chore(hooks): skip out-of-tree .el files in validate-el.sh | Craig Jennings | 2026-04-29 | 1 | -0/+7 |
| * | feat(mail): add work account and reorganize C-; e bindings | Craig Jennings | 2026-04-27 | 1 | -29/+70 |