summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | New option vc-find-revision-no-save to not write revision to fileJuri Linkov2018-11-141-1/+3
* | Support VC revisions in diff-goto-source (bug#33319)Juri Linkov2018-11-141-2/+14
* | * lisp/vc/diff-mode.el: Improve diff-font-lock-prettifyStefan Monnier2018-10-211-14/+105
* | file-attributes cleanupPaul Eggert2018-09-231-1/+1
* | * lisp/vc/diff-mode.el (diff-font-lock-prettify): New varStefan Monnier2018-07-131-0/+35
* | * lisp/vc/diff-mode.el: Perform hunk refinement from font-lockStefan Monnier2018-07-101-91/+115
* | Optionally add argument description in minor mode DOC (bug#10754)John Shahid2018-07-011-6/+0
* | Use next-error-found to set next-error-last-buffer.Juri Linkov2018-04-171-1/+3
* | * lisp/vc/diff-mode.el (diff-wiggle): New command.Stefan Monnier2018-02-181-16/+64
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Small fixes prompted by make check-declareGlenn Morris2017-12-141-6/+3
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix 'diff-goto-source' when buffer is narrowed (Bug#21262)Charles A. Roelli2017-08-271-45/+47
* epatch: Save right backups in Git multipatchesTino Calancha2017-03-211-1/+1
* Check if there are hunks before kill or refine a hunkTino Calancha2017-02-021-74/+85
* Ignore error after kill last file or hunkTino Calancha2017-02-021-2/+3
* Handle patch terminators produced by git and bzr patch exportDima Kogan2017-01-311-9/+17
* Fix Bug#25524Tino Calancha2017-01-291-2/+4
* diff-hunk-kill independent of point inside headersTino Calancha2017-01-211-18/+49