aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc/diff-mode.el (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Prefer incf to cl-incf in vc/*.elStefan Kangas2025-02-261-9/+9
* | Better support for nil enable-local-variables in vc-find-revision-no-saveJuri Linkov2025-02-241-1/+6
* | Prefer decf to cl-decfStefan Kangas2025-02-231-5/+5
* | Fix some uses of `%s` for non-strings/namesStefan Monnier2025-02-141-0/+3
* | * lisp/vc/diff-mode.el (diff-mode): Disable view-mode keybindings.Juri Linkov2025-02-091-0/+1
* | Don't try to unregister tracker ID twiceAndreas Schwab2025-02-081-5/+6
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Fix the regression in dired-backup-diff's diff-goto-source behaviorDmitry Gutov2024-10-191-2/+2
* | Support file creation and deletion in diff-apply-hunkDmitry Gutov2024-10-081-8/+29
* | * lisp/vc/diff-mode.el (diff-apply-buffer): Add more failures.Juri Linkov2024-10-061-1/+2
* | ; Rework documentation for diff-delete-other-hunksSean Whitton2024-10-031-4/+6
* | Move error check from vc-next-action to diff-vc-deduce-filesetSean Whitton2024-10-021-0/+11
* | New command diff-delete-other-hunksSean Whitton2024-10-011-0/+34
* | ; Fix documentation of last changeEli Zaretskii2024-09-261-6/+7
* | New command diff-revert-and-kill-hunkSean Whitton2024-09-261-6/+39
* | ; Improve use of ngettextEli Zaretskii2024-09-251-2/+3
* | diff-apply-buffer: Improve failure messageSean Whitton2024-09-241-1/+2
* | Add command to copy contents in a diff-mode bufferPhilip Kaludercic2024-08-221-1/+51
|/
* diff-mode: Optimize source language syntax highlightingDmitry Gutov2024-06-171-4/+2
* Merge from origin/emacs-29Eli Zaretskii2024-06-011-1/+1
|\
| * ; Fix typosStefan Kangas2024-05-271-1/+1
* | lisp/emacs-lisp/track-changes.el: New file (bug#70077)Stefan Monnier2024-04-131-49/+40
* | * lisp/vc/diff-mode.el (diff-setup-buffer-type): Remove "\n" from regexp.Juri Linkov2024-03-251-1/+1
* | * lisp/vc/diff-mode.el (diff-mode-menu): Add menu item "Apply all hunks".Juri Linkov2024-03-151-0/+2
* | ; * lisp/vc/diff-mode.el (diff--refine-hunk): Escape literal `+`.Mattias EngdegÄrd2024-03-041-1/+1
* | (diff-refine-nonmodified): Complete the implementationStefan Monnier2024-02-241-15/+32
* | ; Fix a recent change in diff-mode.elEli Zaretskii2024-02-241-2/+8
* | diff-mode.el (diff-refine-nonmodified): New optionStefan Monnier2024-02-231-14/+37
* | Prevent cache of diff-mode buffers to grow without boundsMattias EngdegÄrd2024-02-041-16/+53
* | Merge from origin/emacs-29Eli Zaretskii2024-01-271-1/+1
|\ \ | |/
| * diff-mode: Support committing diff with file deletionsDmitry Gutov2024-01-181-1/+1
* | Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\ \ | |/
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | * lisp/vc/diff-mode.el (diff-apply-buffer): New command (bug#66113).Juri Linkov2023-09-271-0/+35
* | New option 'diff-ignore-whitespace-switches'Robert Pluim2023-02-151-1/+12
* | Teach 'diff-ignore-whitespace-hunk' how to regenerate all hunksRobert Pluim2023-02-151-4/+17
|/
* * lisp/vc/diff-mode.el (diff-font-lock-keywords): Check for limit.Juri Linkov2023-01-091-6/+8
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Replace "ESC" with "\e".Juri Linkov2022-12-281-2/+1
* ; Fix typos (prefer US spelling)Stefan Kangas2022-11-181-1/+1
* ; Use US spelling docstringPhilip Kaludercic2022-09-111-1/+1
* Fix diff-mode.el compilation warningsLars Ingebrigtsen2022-09-101-8/+9
* Fix diff-add-log-use-relative-names promptingLars Ingebrigtsen2022-09-081-0/+1
* Add new user option 'diff-add-log-use-relative-names'Philip Kaludercic2022-09-081-2/+18
* 'C-x v v' on a diff buffer commits it as a patch (bug#52349)Juri Linkov2022-08-281-0/+9
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-1/+1
* Merge from origin/emacs-28Stefan Kangas2022-08-101-2/+2
|\
| * * lisp/vc/diff-mode.el: Don't mention XEmacs.Stefan Kangas2022-08-081-2/+2
* | Improve 'diff-whitespace-style' user option declarationYugaEgo2022-07-271-2/+5
* | Add new user option 'diff-whitespace-style'YugaEgo2022-07-241-4/+7