summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
AgeCommit message (Expand)Author
2026-04-27diff-kill-creations-deletions: Look for /dev/null on all platformsEli Zaretskii
2026-04-05* lisp/vc/diff-mode.el (diff-mode-read-only-map): Bind 'v'.Sean Whitton
2026-03-20diff-mode.el: Don't recompute the position of Git preamble/footerStefan Monnier
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-02-05; diff--revert-kill-hunks: Hoist binding inhibit-read-only.Sean Whitton
2026-02-05Bind "u", "@" in diff-mode-read-only-map, not diff-mode-shared-mapSean Whitton
2026-02-05Bind "s" in diff-mode-read-only-map, not diff-mode-shared-mapSean Whitton
2026-02-02diff-mode-shared-map: Bind '@' to diff-revert-and-kill-hunkSean Whitton
2026-01-30Make diff-hunk-kill respect an active regionSean Whitton
2026-01-30Bind 's' to diff-split-hunk in read-only diff-modeSean Whitton
2026-01-29; Fix/improve two comments.Sean Whitton
2026-01-17Disable diff-restrict-view by defaultSean Whitton
2026-01-01; Add 2026 to copyright years.Sean Whitton
2026-01-01* lisp/vc/diff-mode.el (diff-undo): New obsolete function alias.Sean Whitton
2025-12-31Factor out undo-ignore-read-only (bug#80049)Sean Whitton
2025-12-31Split diff-mode-shared-map into two mapsSean Whitton
2025-12-28track-changes.el (track-changes-undo-only): New varStefan Monnier
2025-12-26December 2025 spelling fixesPaul Eggert
2025-12-21diff-sanity-check-hunk: Better handle incomplete lines (bug#80040)Sean Whitton
2025-12-08New 'R' code letter for 'interactive' formsSean Whitton
2025-12-05* lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix finding END.Sean Whitton
2025-12-04* lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix killing.Sean Whitton
2025-11-29* lisp/vc/diff-mode.el (diff-filename-drop-dir): Match backslashes.Sean Whitton
2025-11-29Handle copying additions & removals between working treesSean Whitton
2025-11-25Make diff-revert-and-kill-hunk consider an active regionSean Whitton
2025-11-25; * lisp/vc/diff-mode.el (diff-goto-source): Revise docstring again.Sean Whitton
2025-11-25Make diff-apply-hunk consider an active regionSean Whitton
2025-11-25; diff-mode-el: Improve docstrings re diff-jump-to-old-file.Sean Whitton
2025-11-23New commands to rewind decentralized VCS branchesSean Whitton
2025-11-18diff-apply-hunk: Avoid display-buffer-overriding-actionSean Whitton
2025-11-14diff-apply-hunk: Don't display BUF in the selected windowSean Whitton
2025-11-13Revised bindings for diff-revert-and-kill-hunkSean Whitton
2025-11-09* lisp/vc/diff-mode.el (diff-changed-unspecified): Restore old colors.Juri Linkov
2025-11-07(diff-refine-threshold): New custom var (bug#79546)Stefan Monnier
2025-10-16Improve color contrast of refine-related diff faces on dark backgroundsJuri Linkov
2025-10-04VC: New commands for cherry-picking (bug#79408)Sean Whitton
2025-09-16New commands to apply changes to other working treesSean Whitton
2025-09-08Make C-x v w w work in Log View mode, to change working directorySean Whitton
2025-09-01New project-find-matching-buffer-function for diff-modeSean Whitton
2025-08-16(diff--font-lock-prettify): Fix fringe width testjohn muhl
2025-07-19Include shorter bindings in diff-mode docstringSean Whitton
2025-07-16Merge from origin/emacs-30Sean Whitton
2025-07-16; * lisp/vc/diff-mode.el (diff-mode): Scare-quote 'normal'.Sean Whitton
2025-05-13; * lisp/vc/diff-mode.el (diff-mode-shared-map): Document.Sean Whitton
2025-05-12diff-mode-shared-map: Don't inherit from special-mode-mapSean Whitton
2025-05-11diff-mode-map: Unhide some additional M-<foo>Sean Whitton
2025-05-07Update the default value of 'diff-outline-regexp'.Juri Linkov
2025-05-07Don't ignore errors in diff-syntax-fontify-hunk.Juri Linkov
2025-05-05* lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Add 'ignore-errors'.Juri Linkov
2025-03-15Teach diff-apply-hunk to handle hunks with empty contextTomas Nordin