summaryrefslogtreecommitdiff
path: root/diff-hl.el
AgeCommit message (Expand)Author
2026-04-26Bump copyright yearsDmitry Gutov
2026-03-28Merge pull request #260 from NicholasBHubbard/next-prev-hunk-auto-recenterDmitry Gutov
2026-02-26Change the workaround for #230 to allow the non-thread method [macOS]Dmitry Gutov
2026-02-23diff-hl--when-done: Use add-functionDmitry Gutov
2026-02-23Delete now unused functionDmitry Gutov
2026-02-05fix: Handle cons cell value for line-spacingPrashant Vithani
2025-12-16Mention corresponding versions #263Dmitry Gutov
2025-12-16Switch static-if checks to use boundp and fboundpDmitry Gutov
2025-12-07diff-hl--resolve: Use vc-run-delayed-success on Emacs >=31Sean Whitton
2025-11-26Merge branch 'specialized-run-delayed'Dmitry Gutov
2025-11-21disable auto recentering from diff-hl-find-current-hunkNicholas B. Hubbard
2025-11-20Add option to auto recenter after diff-hl-{next,previous}-hunkNicholas B. Hubbard
2025-11-19Make sure diff-hl-revert-hunk supports buffer-local reference revisionDmitry Gutov
2025-11-10diff-hl--update-buffer: Check for livenessDmitry Gutov
2025-11-10Make the diff processes not query on Emacs' exitDmitry Gutov
2025-11-09Fix update-on-idle in background buffersDmitry Gutov
2025-11-05diff-hl--when-done: Make sure to avoid running callback when process killedDmitry Gutov
2025-11-05Move the smartrep-define-key declaration, as suggested by @monnierDmitry Gutov
2025-11-02Fix compiler warnings involving macroJonas Bernoulli
2025-11-02Fix compiler warning for Emacs 31Jonas Bernoulli
2025-11-02Fix compiler warnings about project symbols properlyJonas Bernoulli
2025-10-31fix(diff-hl.el): Silence compiler warningsbcardoso
2025-10-30Delete outdated referenceDmitry Gutov
2025-10-27diff-hl--when-done: New functionDmitry Gutov
2025-10-25Merge pull request #253 from dgutov/jj-with-resolve-revisionDmitry Gutov
2025-10-22Fix the usageDmitry Gutov
2025-10-22Use cl-find-if: more low-level but always availableDmitry Gutov
2025-10-22Merge pull request #247 from EugeneNeuron/feature-project-local-referenceDmitry Gutov
2025-10-21Support using reference revision as project-localEvgenii Klimov
2025-10-17Improve interaction with Jj and change fn to diff-hl-resolved-revisionDmitry Gutov
2025-10-07diff-hl-revert-hunk-1: Use a separate bufferDmitry Gutov
2025-10-07Merge pull request #246 from dgutov/async-no-threadDmitry Gutov
2025-10-01Docstring updatesDmitry Gutov
2025-10-01Change possible value of diff-hl-update-async to nil, t and `thread`Dmitry Gutov
2025-10-01Use buffers as promise values directly instead of a cl structSpencer Baugh
2025-09-26Fix `diff-hl-resolved-reference-revision` for Hg and Bzr with buffer-local `d...Wai Hon Law
2025-09-23Move adjust-changes call later, to avoid promise-map; use two buffersSpencer Baugh
2025-09-22Introduce a no-thread async implementationDmitry Gutov
2025-09-10Add "no diff-hl-highlight-reference-function" code pathDmitry Gutov
2025-09-10Fix "whole buffer" highlights for 'added' and 'removed' filesDmitry Gutov
2025-08-15New command: diff-hl-root-diff-reference-goto-hunkDmitry Gutov
2025-08-01Merge branch 'master' into reference-revision-highlightsDmitry Gutov
2025-07-31Fix diff-hl-fallback-to-margin breakage after revert-buffer-quickDmitry Gutov
2025-07-10Fix a freeze on macOS (ns port)Dmitry Gutov
2025-07-10diff-hl-stage-some: Ensure it works with diff-hl-update-async onDmitry Gutov
2025-07-10diff-hl-stage-finish: Call diff-hl-update at the endDmitry Gutov
2025-07-10Remove the right function from find-file-hookDmitry Gutov
2025-06-14Merge branch 'master' into reference-revision-highlightsDmitry Gutov
2025-06-14diff-hl-diff-goto-hunk-1: Honor the recently added vc-allow-async-diffDmitry Gutov
2025-06-14diff-hl-update-async: Improve parallelismDmitry Gutov