summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* diff-mode: Support committing diff with file deletionsDmitry Gutov2024-01-181-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* * 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
* | Merge from origin/emacs-28Stefan Kangas2022-07-021-1/+1
|\|
| * Doc fixes: don't refer to some obsolete itemsStefan Kangas2022-06-301-1/+1
* | * lisp/vc/diff-mode.el (diff--font-lock-prettify): Fix `diff-buffers` caseStefan Monnier2022-06-291-1/+11
* | Make diff--font-lock-prettify do less if we don't have a left fringeLars Ingebrigtsen2022-05-201-13/+15
* | Display file mode information when diff font lock prettify enabledMatthias Meulien2022-04-071-15/+28
* | * lisp/vc/diff-mode.el (diff--font-lock-prettify): Recognize mode changesStefan Monnier2022-02-211-0/+3
* | * lisp/vc/diff-mode.el (diff--font-lock-prettify): bug#54034Stefan Monnier2022-02-211-18/+49
* | * lisp/vc/diff-mode.el (diff--font-lock-prettify): Fix mishapsStefan Monnier2022-02-191-23/+26
* | Fix computation of outline heading level for non-git diffMatthias Meulien2022-02-161-3/+4
* | (with-demoted-errors): Warn on missing `format` argStefan Monnier2022-02-041-1/+2
* | Remove text mistakenly added to the diff--iterate-hunks doc stringLars Ingebrigtsen2022-01-211-2/+1
* | Make diff--iterate-hunks more resilientLars Ingebrigtsen2022-01-211-16/+20
* | Add diff-mode-read-only to enable shorter keys in diff-modeJuri Linkov2022-01-101-11/+19
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Revert "Revert "Fix fontification in diff--font-lock-prettify""Tassilo Horn2021-12-291-13/+11
* | Revert "Fix fontification in diff--font-lock-prettify"Tassilo Horn2021-12-291-11/+13
* | Fix fontification in diff--font-lock-prettifyMatthias Meulien2021-12-291-13/+11
* | * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659Juri Linkov2021-11-181-1/+1
* | Revert VC-related prefix user options to previous valuesLars Ingebrigtsen2021-11-181-4/+3
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-28/+30
* | * lisp/vc/diff-mode.el (diff-setup-buffer-type): Move to diff-setup-whitespaceJuri Linkov2021-11-091-15/+15
* | Fix local variables overwritten when diff-mode is setMatthias Meulien2021-11-091-10/+16
* | Fix 'diff-font-lock-prettify' breaking display of outline headersMatthias Meulien2021-11-051-8/+17
* | Fix diff-mode-shared-mapLars Ingebrigtsen2021-10-191-1/+1
* | Fix possible build issue in pcvs.el and diff-mode.elLars Ingebrigtsen2021-10-181-0/+1
* | Convert diff-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen2021-10-181-54/+52
|/
* Do not count git markers as "deleted lines"Konstantin Kharlamov2021-09-231-1/+5
* ; More minor docfixes found by checkdocStefan Kangas2021-09-141-1/+1
* Filter out -L foo labels in diff-hunk-file-namesLars Ingebrigtsen2021-08-141-5/+5
* Adjust previous diff-changed-unspecified changeLars Ingebrigtsen2021-08-131-4/+6
* Add new face diff-changed-unspecifiedLars Ingebrigtsen2021-08-131-4/+15
* Ignore file-missing errors during diff-refined font-lockingJim Porter2021-06-241-11/+14
* * lisp/vc/diff-mode.el (diff-hunk-text): Test-driven fix for newlines.Juri Linkov2021-05-271-6/+12