aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* refactor: add org-drill-card-state struct + ADRCraig Jennings2026-05-271-0/+22
* refactor: sharpen opaque local variable names across org-drill.elCraig Jennings2026-05-271-39/+39
* refactor: name the progress-meter chars in org-drill-progress-messageCraig Jennings2026-05-271-4/+4
* ci: bump checkout to v5 and force node24 for setup-easkCraig Jennings2026-05-271-6/+13
* fix: guard sm2 cl-assert error tests behind Emacs-30 skipCraig Jennings2026-05-271-6/+23
* chore: gitignore the inbox dir and editor backup filesCraig Jennings2026-05-271-0/+2
* feat: undo last rating, customizable keys, and configurable text limitCraig Jennings2026-05-274-49/+323
* refactor: dedupe presenters, group defcustoms, and fill in docstringsCraig Jennings2026-05-265-232/+428
* fix: scope cloze fontification to drill buffers via org-drill-modeCraig Jennings2026-05-264-30/+230
* chore: coverage, autoload fix, and internal cleanup for org-drillCraig Jennings2026-05-2611-41/+345
* test: fix date-sensitive days-since-creation assertionCraig Jennings2026-05-111-7/+13
* ci: install Eask instead of Cask in workflow setupCraig Jennings2026-05-101-6/+6
* build: migrate from Cask to EaskCraig Jennings2026-05-106-37/+56
* test: cover the active-input-method branch of response-get-buffer-createCraig Jennings2026-05-051-0/+12
* test: cover present-simple-card-with-typed-answerCraig Jennings2026-05-051-0/+18
* test: cover org-drill-presentation-prompt-in-bufferCraig Jennings2026-05-051-0/+61
* test: cover org-drill-test-display dev helperCraig Jennings2026-05-051-0/+30
* test: cover all navigation arrow keys in --read-rating-keyCraig Jennings2026-05-051-0/+9
* test: cover org-drill-add-cloze-fontification flag branchCraig Jennings2026-05-051-0/+19
* test: cover SM5 random-noise, --read-key-sequence input-method dance, goto-he...Craig Jennings2026-05-051-0/+79
* test: cover --pick-next-marker and resume happy-pathsCraig Jennings2026-05-052-0/+96
* test: cover --route-rating-result quit/edit/skip/next branchesCraig Jennings2026-05-051-0/+71
* test: cover the leitner main entry orchestratorCraig Jennings2026-05-051-0/+106
* test: cover the org-drill main entry and hypothetical-next-review-date dispatchCraig Jennings2026-05-052-0/+129
* test: cover replace-entry-text multi mode, multicloze weight errors, copy-to-...Craig Jennings2026-05-051-0/+93
* test: cover leech-warning, minibuffer timer, cloze length flag, simple8 noiseCraig Jennings2026-05-051-0/+115
* test: cover marker end-pos, variable-pitch restore, young/overdue queue branchesCraig Jennings2026-05-053-0/+104
* test: cover leitner-start-box and --read-rating-key input shapesCraig Jennings2026-05-052-0/+198
* test: cover merge-buffers, all-leitner-capture, leitner-vs-drill summaryCraig Jennings2026-05-051-0/+142
* test: cover --setup-display, --restore-display, --migrate-from-source, scope=...Craig Jennings2026-05-052-0/+214
* test: cover map-leitner-capture, response-mode, timer, sm2/simple8 dispatchCraig Jennings2026-05-053-0/+210
* test: cover orchestration helpers extracted during refactorCraig Jennings2026-05-051-0/+245
* chore: replace apple.jpg with public-domain USDA illustration (upstream #34)Craig Jennings2026-05-052-0/+19
* ci: drop Emacs 28.2 from matrix; skip cl-assert tests on Emacs 29Craig Jennings2026-05-053-33/+32
* test: shadow signal-hook-function so cl-assertion-failed can be caughtCraig Jennings2026-05-052-17/+28
* test: catch cl-assertion-failed by name without ERT should-wrappingCraig Jennings2026-05-052-20/+24
* docs: add LICENSE, CONTRIBUTING, CHANGELOG, and NEWS filesCraig Jennings2026-05-054-0/+880
* test: replace should-error with manual condition-case in scheduler error testsCraig Jennings2026-05-052-24/+40
* test: pin should-error type to cl-assertion-failed in scheduler error testsCraig Jennings2026-05-052-8/+16
* docs: revert intro paragraph; drop personal email mention from historyCraig Jennings2026-05-051-2/+2
* docs: tighten README intro and link org-drill.org referencesCraig Jennings2026-05-051-3/+3
* ci: add GitHub Actions workflow with test matrix, lint, and coverageCraig Jennings2026-05-052-0/+194
* docs: rewrite README as a slim modernized front-doorCraig Jennings2026-05-053-1049/+228
* refactor: split org-drill-entry-status classifier from its predicatesCraig Jennings2026-05-051-38/+34
* refactor: split org-drill-merge-buffers into named phasesCraig Jennings2026-05-051-64/+74
* refactor: split org-drill main entry into named phasesCraig Jennings2026-05-051-99/+103
* refactor: split org-drill-final-report into format helpersCraig Jennings2026-05-051-73/+71
* refactor: flatten nesting in org-drill-entriesCraig Jennings2026-05-051-35/+50
* refactor: extract org-drill--read-rating-key shared by reschedule and leitner...Craig Jennings2026-05-051-66/+48
* refactor: introduce org-drill-with-card-display macroCraig Jennings2026-05-051-60/+60