summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
AgeCommit message (Expand)Author
2022-04-07Display file mode information when diff font lock prettify enabledMatthias Meulien
2022-02-21* lisp/vc/diff-mode.el (diff--font-lock-prettify): Recognize mode changesStefan Monnier
2022-02-21* lisp/vc/diff-mode.el (diff--font-lock-prettify): bug#54034Stefan Monnier
2022-02-19* lisp/vc/diff-mode.el (diff--font-lock-prettify): Fix mishapsStefan Monnier
2022-02-16Fix computation of outline heading level for non-git diffMatthias Meulien
2022-02-04(with-demoted-errors): Warn on missing `format` argStefan Monnier
2022-01-21Remove text mistakenly added to the diff--iterate-hunks doc stringLars Ingebrigtsen
2022-01-21Make diff--iterate-hunks more resilientLars Ingebrigtsen
2022-01-10Add diff-mode-read-only to enable shorter keys in diff-modeJuri Linkov
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-29Revert "Revert "Fix fontification in diff--font-lock-prettify""Tassilo Horn
2021-12-29Revert "Fix fontification in diff--font-lock-prettify"Tassilo Horn
2021-12-29Fix fontification in diff--font-lock-prettifyMatthias Meulien
2021-11-18* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659Juri Linkov
2021-11-18Revert VC-related prefix user options to previous valuesLars Ingebrigtsen
2021-11-16Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen
2021-11-09* lisp/vc/diff-mode.el (diff-setup-buffer-type): Move to diff-setup-whitespaceJuri Linkov
2021-11-09Fix local variables overwritten when diff-mode is setMatthias Meulien
2021-11-05Fix 'diff-font-lock-prettify' breaking display of outline headersMatthias Meulien
2021-10-19Fix diff-mode-shared-mapLars Ingebrigtsen
2021-10-18Fix possible build issue in pcvs.el and diff-mode.elLars Ingebrigtsen
2021-10-18Convert diff-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen
2021-09-23Do not count git markers as "deleted lines"Konstantin Kharlamov
2021-09-14; More minor docfixes found by checkdocStefan Kangas
2021-08-14Filter out -L foo labels in diff-hunk-file-namesLars Ingebrigtsen
2021-08-13Adjust previous diff-changed-unspecified changeLars Ingebrigtsen
2021-08-13Add new face diff-changed-unspecifiedLars Ingebrigtsen
2021-06-24Ignore file-missing errors during diff-refined font-lockingJim Porter
2021-05-27* lisp/vc/diff-mode.el (diff-hunk-text): Test-driven fix for newlines.Juri Linkov
2021-05-20* lisp/vc/diff-mode.el (diff-hunk-text): Handle better "\ No newline at end".Juri Linkov
2021-03-24Convert many more links to use HTTPSStefan Kangas
2021-03-01* lisp/emacs-lisp/pcase.el: Fix bug#46786Stefan Monnier
2021-02-26lisp/vc/*.el: Use lexical-bindings in all the filesStefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-05Prefer setq-local in vc/*.elStefan Kangas
2020-11-25Use null-device where appropriateMichael Albinus
2020-11-18Clarify that 'diff-error' is part of Emacs 28.1Protesilaos Stavrou
2020-10-30Add a new command to regenerate a hunk in diff-modeDima Kogan
2020-10-17Avoid infloop in which-function-mode when a vc file has changedLars Ingebrigtsen
2020-10-16diff-update-on-the-fly doc string clarificationLars Ingebrigtsen
2020-09-13Make diff--refine-hunk bug out less on broken patchesLars Ingebrigtsen
2020-09-13Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen
2020-09-12Mark some diff tests as failing in nonascii directoriesGlenn Morris
2020-09-07Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen
2020-08-21Highlight error messages from diff in diff-modeLars Ingebrigtsen
2020-08-20Don't message the hunk status when just going to itLars Ingebrigtsen
2020-08-14Fix visual fringe glitch in diff-modeGregory Heytings
2020-04-16Fix bugs, inefficiencies and bad style in regexpsMattias EngdegÄrd
2020-03-27Disable enable-local-variables for hunk-only in diff-syntax-fontify-propsJuri Linkov