summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* Fixes for "Maintainer:" and related linesPaul Eggert2019-05-1914-14/+0
* * lisp/vc/vc-dispatcher.el (vc-do-command): Let-bind inhibit-message to tJuri Linkov2019-05-191-4/+8
* Publicize behavior of log-view-diff at beginning/end of active regionJuri Linkov2019-05-192-2/+16
* Fix diff-mode face problem when used in terminals (Bug#35695)Anders Lindgren2019-05-151-4/+20
* Add standard unmatchable regexpMattias EngdegÄrd2019-05-154-5/+6
* * lisp/vc/log-view.el (log-view-diff-common): Use the previous revisionJuri Linkov2019-05-131-3/+4
* * lisp/vc/ediff-ptch.el (ediff-fixup-patch-map): Remove Git prefixes.Juri Linkov2019-05-051-9/+22
* Support amending the last commit using VC-HgDmitry Gutov2019-04-213-23/+55
* * lisp/vc/diff-mode.el (diff-syntax-fontify-hunk): Erase bufferJuri Linkov2019-04-161-4/+5
* * lisp/vc/log-edit.el (log-edit-insert-changelog): Add field "Summary"Juri Linkov2019-04-141-1/+3
* * lisp/vc/diff-mode.el: Avoid re-initializing buffer in diff-syntaxStefan Monnier2019-04-111-18/+24
* Merge from origin/emacs-26Glenn Morris2019-04-101-3/+14
|\
| * Fix doc strings of 'vc-version-diff' and 'vc-version-ediff'Eli Zaretskii2019-04-061-3/+14
* | 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
* | Fix more regexp odditiesPaul Eggert2019-04-071-1/+1
* | Improve regexp advice again, and unchain rangesPaul Eggert2019-04-022-2/+2
* | 2019-03-26 regex cleanupPaul Eggert2019-03-261-1/+1
* | * lisp/vc/vc.el (vc-diff-mergebase, vc-log-mergebase): New commands.Juri Linkov2019-03-253-4/+71
* | * lisp/vc/diff-mode.el: Better handle empty lines in context diffsStefan Monnier2019-03-251-2/+3
* | Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-2/+2
* | * lisp/vc/vc.el (vc-diff-build-argument-list-internal): Add arg fileset.Juri Linkov2019-03-192-5/+8
* | Fix regexp typo in vc-git--program-versionPaul Eggert2019-03-161-1/+1
* | Fix some ineffective backslashes in string literalsMattias EngdegÄrd2019-03-161-1/+1
* | More regexp corrections and tweaksPaul Eggert2019-03-081-1/+1
* | Fix regular-expression glitches and typosPaul Eggert2019-03-043-3/+3
* | Merge diff-font-lock-refine and diff-auto-refine-mode into diff-refineCharles A. Roelli2019-03-032-10/+24
* | * lisp/vc/vc-annotate.el: Better error handling (bug#34532)Juri Linkov2019-02-271-1/+3
* | * lisp/vc/diff-mode.el (diff-font-lock-keywords): Add more Git headers.Juri Linkov2019-02-251-0/+1
* | Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-4/+1
* | Remove some timestamp format assumptionsPaul Eggert2019-02-221-5/+3
* | * lisp/vc/diff-mode.el: Reduce redundancy in diff-syntax-fontify codeStefan Monnier2019-02-211-60/+62
* | * lisp/vc/smerge-mode.el (smerge-change-buffer-confirm): New varStefan Monnier2019-02-183-48/+55
* | * lisp/vc/smerge-mode.el (smerge-vc-next-conflict): New commandKonstantin Kharlamov2019-02-181-0/+14
* | Simplify use of encode-timePaul Eggert2019-02-101-4/+3
* | Merge from origin/emacs-26Glenn Morris2019-02-081-2/+5
|\ \ | |/
| * Fix failures of vc-find-revision with non-ASCII file namesEli Zaretskii2019-02-081-2/+5
* | Add vc-hg-revert-switchesIan Dunn2019-02-071-1/+14
* | * 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-3140-40/+40
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-0140-40/+40
* | 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
* | Handle `make-process' in Tramp and ange-ftpMichael Albinus2018-12-231-3/+3
* | Use "file name handler" consequentlyMichael Albinus2018-12-221-2/+2
* | * 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