aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-28Glenn Morris2021-10-211-1/+1
|\
| * Don't use color escape sequences in vc-git-expanded-log-entryJan Synacek2021-10-191-1/+1
* | Fix typo in previous smerge-mode-map changeLars Ingebrigtsen2021-10-201-1/+1
* | Error out on invalid `define-keymap' keywordsLars Ingebrigtsen2021-10-191-1/+1
* | Fix diff-mode-shared-mapLars Ingebrigtsen2021-10-191-1/+1
* | Fix possible build issue in pcvs.el and diff-mode.elLars Ingebrigtsen2021-10-182-0/+2
* | Fix build issue with smerge-modeLars Ingebrigtsen2021-10-181-0/+1
* | Use define-keymap in pcvs and pcvs-defs.elLars Ingebrigtsen2021-10-182-155/+141
* | Convert diff-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen2021-10-181-54/+52
* | Convert smerge-mode.el from easy-mmode-defmap to define-keymapLars Ingebrigtsen2021-10-181-22/+20
* | Convert cvs-status-mode-map to new syntaxLars Ingebrigtsen2021-10-171-2/+2
* | Convert two `easy-mmode-defmap' usages to `defvar-keymap'Lars Ingebrigtsen2021-10-152-29/+26
* | Use `define-keymap' in log-view.elLars Ingebrigtsen2021-10-141-33/+18
* | Merge from origin/emacs-28Glenn Morris2021-10-141-4/+9
|\ \ | |/
| * Mark vc-switch-backend as obsoleteDmitry Gutov2021-10-141-4/+9
* | Mark def* macros for indentationLars Ingebrigtsen2021-10-131-0/+1
* | Merge from origin/emacs-28Glenn Morris2021-10-111-6/+5
|\ \ | |/
| * Expand the full file nameDmitry Gutov2021-10-111-6/+5
* | Make 'inhibit-changing-match-data' obsolete and adjust callersLars Ingebrigtsen2021-10-071-4/+3
* | Merge from origin/emacs-28Glenn Morris2021-10-053-3/+3
|\ \ | |/
| * ; Minor stylistic fixes found by checkdocStefan Kangas2021-10-053-3/+3
* | Use format-prompt for many more promptsStefan Kangas2021-10-055-29/+17
|/
* ; Fix some recent fixes to doc stringsEli Zaretskii2021-09-263-6/+7
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-266-10/+15
* Make 'C-u C-x v v' handle unregistered files.Manuel Giraud2021-09-251-1/+5
* Use command substitution instead of raw keys in more placesStefan Kangas2021-09-243-4/+6
* Prefer seq-random-elt to nth+randomStefan Kangas2021-09-241-2/+1
* Do not count git markers as "deleted lines"Konstantin Kharlamov2021-09-231-1/+5
* Fix vc-annotate-show-log-revision-at-lineDmitry Gutov2021-09-232-0/+11
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-211-2/+2
* Avoid double argument evaluation in vc-call macroBasil L. Contovounesios2021-09-211-3/+3
* ; Delete a spurious commentStefan Kangas2021-09-191-6/+0
* Add indent declaration to emerge-defvar-localStefan Kangas2021-09-181-2/+3
* Make doc argument of emerge-defvar-local optionalStefan Kangas2021-09-181-1/+1
* Make doc argument of ediff-defvar-local optionalStefan Kangas2021-09-183-38/+37
* ; More stylistic docfixes in vc/*.el found by checkdocStefan Kangas2021-09-1817-276/+302
* * lisp/vc/ediff-util.el (ediff-member): Make obsolete.Stefan Kangas2021-09-171-0/+1
* Make ediff-set-difference into obsolete alias for seq-differenceStefan Kangas2021-09-172-11/+2
* Make ediff-intersection into obsolete alias for seq-intersectionStefan Kangas2021-09-172-12/+3
* Make ediff-union into obsolete alias for seq-unionStefan Kangas2021-09-172-17/+4
* * lisp/vc/vc.el: API doc fixes.Alfred M. Szmidt2021-09-171-2/+2
* Reuse vc-read-backend moreManuel Giraud2021-09-171-18/+8
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-166-15/+12
* ; More minor docfixes found by checkdocStefan Kangas2021-09-1424-68/+68
* ; Minor doc fixes found by checkdocStefan Kangas2021-09-131-2/+2
* Remove some remaining references to XEmacsStefan Kangas2021-09-132-6/+3
* ; Fix symbol quoting typosStefan Kangas2021-09-121-1/+1
* Re-fix bug#16897Dmitry Gutov2021-09-121-10/+14
* Have Git backend actions accept nil filenames againDmitry Gutov2021-09-081-5/+6
* Allow killing the diff buffer after `C-x v u'Lars Ingebrigtsen2021-09-041-2/+4