aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/diff-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; diff--revert-kill-hunks: Hoist binding inhibit-read-only.Sean Whitton2026-02-051-1/+1
* Bind "u", "@" in diff-mode-read-only-map, not diff-mode-shared-mapSean Whitton2026-02-051-10/+13
* Bind "s" in diff-mode-read-only-map, not diff-mode-shared-mapSean Whitton2026-02-051-6/+8
* diff-mode-shared-map: Bind '@' to diff-revert-and-kill-hunkSean Whitton2026-02-021-2/+3
* Make diff-hunk-kill respect an active regionSean Whitton2026-01-301-46/+91
* Bind 's' to diff-split-hunk in read-only diff-modeSean Whitton2026-01-301-0/+1
* ; Fix/improve two comments.Sean Whitton2026-01-291-1/+1
* Disable diff-restrict-view by defaultSean Whitton2026-01-171-0/+1
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* * lisp/vc/diff-mode.el (diff-undo): New obsolete function alias.Sean Whitton2026-01-011-0/+2
* Factor out undo-ignore-read-only (bug#80049)Sean Whitton2025-12-311-7/+1
* Split diff-mode-shared-map into two mapsSean Whitton2025-12-311-15/+22
* track-changes.el (track-changes-undo-only): New varStefan Monnier2025-12-281-1/+2
* December 2025 spelling fixesPaul Eggert2025-12-261-1/+1
* diff-sanity-check-hunk: Better handle incomplete lines (bug#80040)Sean Whitton2025-12-211-0/+1
* New 'R' code letter for 'interactive' formsSean Whitton2025-12-081-8/+4
* * lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix finding END.Sean Whitton2025-12-051-1/+2
* * lisp/vc/diff-mode.el (diff-revert-and-kill-hunk): Fix killing.Sean Whitton2025-12-041-14/+12
* * lisp/vc/diff-mode.el (diff-filename-drop-dir): Match backslashes.Sean Whitton2025-11-291-1/+1
* Handle copying additions & removals between working treesSean Whitton2025-11-291-4/+22
* Make diff-revert-and-kill-hunk consider an active regionSean Whitton2025-11-251-7/+35
* ; * lisp/vc/diff-mode.el (diff-goto-source): Revise docstring again.Sean Whitton2025-11-251-6/+8
* Make diff-apply-hunk consider an active regionSean Whitton2025-11-251-69/+100
* ; diff-mode-el: Improve docstrings re diff-jump-to-old-file.Sean Whitton2025-11-251-10/+28
* New commands to rewind decentralized VCS branchesSean Whitton2025-11-231-1/+2
* diff-apply-hunk: Avoid display-buffer-overriding-actionSean Whitton2025-11-181-4/+4
* diff-apply-hunk: Don't display BUF in the selected windowSean Whitton2025-11-141-1/+3
* Revised bindings for diff-revert-and-kill-hunkSean Whitton2025-11-131-2/+9
* * lisp/vc/diff-mode.el (diff-changed-unspecified): Restore old colors.Juri Linkov2025-11-091-3/+3
* (diff-refine-threshold): New custom var (bug#79546)Stefan Monnier2025-11-071-7/+31
* Improve color contrast of refine-related diff faces on dark backgroundsJuri Linkov2025-10-161-2/+2
* VC: New commands for cherry-picking (bug#79408)Sean Whitton2025-10-041-0/+15
* New commands to apply changes to other working treesSean Whitton2025-09-161-22/+28
* Make C-x v w w work in Log View mode, to change working directorySean Whitton2025-09-081-23/+4
* New project-find-matching-buffer-function for diff-modeSean Whitton2025-09-011-0/+23
* (diff--font-lock-prettify): Fix fringe width testjohn muhl2025-08-161-3/+6
* Include shorter bindings in diff-mode docstringSean Whitton2025-07-191-9/+18
* Merge from origin/emacs-30Sean Whitton2025-07-161-2/+3
|\
| * ; * lisp/vc/diff-mode.el (diff-mode): Scare-quote 'normal'.Sean Whitton2025-07-161-2/+3
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | ; * lisp/vc/diff-mode.el (diff-mode-shared-map): Document.Sean Whitton2025-05-131-0/+4
* | diff-mode-shared-map: Don't inherit from special-mode-mapSean Whitton2025-05-121-4/+4
* | diff-mode-map: Unhide some additional M-<foo>Sean Whitton2025-05-111-1/+2
* | Update the default value of 'diff-outline-regexp'.Juri Linkov2025-05-071-3/+4
* | Don't ignore errors in diff-syntax-fontify-hunk.Juri Linkov2025-05-071-5/+1
* | * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Add 'ignore-errors'.Juri Linkov2025-05-051-1/+6
* | Teach diff-apply-hunk to handle hunks with empty contextTomas Nordin2025-03-151-3/+5
* | diff-apply-buffer: Operate on region, add prefix argumentSean Whitton2025-03-111-4/+10
* | Fix fontification outside hunks in Git patchesStefan Kangas2025-03-031-3/+55
* | Don't enable minor modes in diff-add-log-current-defunsStefan Kangas2025-02-261-1/+2