summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* Prefer setq-local in vc/*.elStefan Kangas2020-12-051-30/+27
* Use null-device where appropriateMichael Albinus2020-11-251-3/+3
* Clarify that 'diff-error' is part of Emacs 28.1Protesilaos Stavrou2020-11-181-1/+2
* Add a new command to regenerate a hunk in diff-modeDima Kogan2020-10-301-4/+21
* Avoid infloop in which-function-mode when a vc file has changedLars Ingebrigtsen2020-10-171-1/+4
* diff-update-on-the-fly doc string clarificationLars Ingebrigtsen2020-10-161-1/+4
* Make diff--refine-hunk bug out less on broken patchesLars Ingebrigtsen2020-09-131-2/+3
* Revert "Use format-prompt in read-file-name calls that have a default"Lars Ingebrigtsen2020-09-131-4/+3
* Mark some diff tests as failing in nonascii directoriesGlenn Morris2020-09-121-1/+5
* Use format-prompt in read-file-name calls that have a defaultLars Ingebrigtsen2020-09-071-3/+4
* Highlight error messages from diff in diff-modeLars Ingebrigtsen2020-08-211-0/+7
* Don't message the hunk status when just going to itLars Ingebrigtsen2020-08-201-2/+1
* Fix visual fringe glitch in diff-modeGregory Heytings2020-08-141-1/+1
* Fix bugs, inefficiencies and bad style in regexpsMattias EngdegÄrd2020-04-161-1/+1
* Disable enable-local-variables for hunk-only in diff-syntax-fontify-propsJuri Linkov2020-03-271-1/+3
* Fix a couple of problems in changelog generating functionsNoam Postavsky2020-03-221-23/+26
* Wrap some set-auto-mode calls with delay-mode-hooks (bug#39190)Juri Linkov2020-02-061-1/+3
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/vc/diff-mode.el (diff-context): Set 'extend t' (bug#37774).Dmitry Gutov2019-12-021-2/+2
* Add ':extend' attribute to faces and themesEli Zaretskii2019-11-301-6/+6
* Add ':extend t' face attribute to diff faces (bug#37774)Juri Linkov2019-10-191-10/+10
* Make diff-mode understand git-format-patch separatorsKonstantin Kharlamov2019-10-131-2/+21
* Improve documentation of 'diff-font-lock-prettify'Eli Zaretskii2019-08-131-1/+5
* Add conditional operator xor to subr.elMattias EngdegÄrd2019-08-061-6/+6
* Improved ChangeLog generation for vc log (Bug#16301)Noam Postavsky2019-08-031-4/+127
* Fix diff-mode face problem when used in terminals (Bug#35695)Anders Lindgren2019-05-151-4/+20
* * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Erase bufferJuri Linkov2019-04-161-4/+5
* * lisp/vc/diff-mode.el: Avoid re-initializing buffer in diff-syntaxStefan Monnier2019-04-111-18/+24
* diff-font-lock-syntax: clarify distinction between t and hunk-alsoStefan Monnier2019-04-091-69/+63
* * lisp/vc/diff-mode.el: Cosmetic changes in diff-syntax-fontify-hunkStefan Monnier2019-04-091-82/+113
* * lisp/vc/diff-mode.el (diff-syntax-fontify-props): Check both buffer-localJuri Linkov2019-04-081-1/+2
* 2019-03-26 regex cleanupPaul Eggert2019-03-261-1/+1
* * lisp/vc/diff-mode.el: Better handle empty lines in context diffsStefan Monnier2019-03-251-2/+3
* Fix regular-expression glitches and typosPaul Eggert2019-03-041-1/+1
* Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refineCharles A. Roelli2019-03-031-8/+22
* * lisp/vc/diff-mode.el (diff-font-lock-keywords): Add more Git headers.Juri Linkov2019-02-251-0/+1
* * lisp/vc/diff-mode.el: Reduce redundancy in diff-syntax-fontify codeStefan Monnier2019-02-211-60/+62
* * test/lisp/vc/diff-mode-tests.el (diff-mode-test-font-lock): New test.Juri Linkov2019-02-021-3/+5
* Small fixesJuri Linkov2019-01-281-0/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Tone down diff-refine-removed and diff-refine-added as wellDmitry Gutov2018-12-271-2/+2
* | Tone down diff-added and diff-removed in light themesDmitry Gutov2018-12-261-2/+2
* | * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Add `*' to namesJuri Linkov2018-12-251-3/+3
* | * lisp/vc/diff-mode.el (diff-syntax-fontify-props): Use font-lock-ensureJuri Linkov2018-12-191-8/+1
* | More font-lock improvements for diff-modeJuri Linkov2018-12-191-11/+13
* | Fontify one-line diffs without the final newline (bug#33567)Juri Linkov2018-12-191-18/+24
* | Syntactic fontification of diff hunks (bug#33567)Juri Linkov2018-12-181-7/+236
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-5/+5
* | * lisp/vc/diff-mode.el (diff-find-source-location): Use vc-working-revisionJuri Linkov2018-11-171-4/+7