aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc (follow)
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/diff-mode.el (diff-hunk-text): Handle better "\ No newline at end".Juri Linkov2021-05-201-1/+8
* Fix a few Edebug specifications where code is wrapped in lambdas.Philipp Stephani2021-05-171-1/+1
* Improve doc string of 'log-edit-generate-changelog-from-diff'Eli Zaretskii2021-05-151-5/+9
* Merge from origin/emacs-27Glenn Morris2021-05-131-60/+74
|\
| * Improve doc strings in log-edit.elEli Zaretskii2021-05-071-60/+74
| * Update copyright year to 2021Paul Eggert2021-01-0140-40/+40
* | Base the "extraclean" Make rule on "maintainer-clean"Glenn Morris2021-05-091-0/+3
* | ediff shouldn't alter the kill ring when copying a diffLars Ingebrigtsen2021-05-031-5/+4
* | Improve add-log-current-defun-header-regexpMichael Albinus2021-04-281-1/+1
* | ; Normalize and add missing first and last linesStefan Kangas2021-04-192-1/+3
* | ; Remove some useless commentsStefan Kangas2021-04-161-4/+0
* | * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-1/+1
* | * lisp/vc/log-edit.el (log-edit-diff-function): Give non-nil defaultStefan Monnier2021-04-111-4/+3
* | Remove code commented out since 1995 from ediff-util.elStefan Kangas2021-04-051-4/+0
* | Make ediff-copy-list alias obsoleteStefan Kangas2021-04-052-5/+4
* | ; Remove some redundant installation instructionsStefan Kangas2021-04-032-10/+0
* | Delete empty "History" sectionsStefan Kangas2021-03-301-3/+0
* | Convert many more links to use HTTPSStefan Kangas2021-03-242-2/+2
* | * lisp/vc/ediff-vers.el: Remove XEmacs compat code.Stefan Kangas2021-03-151-16/+2
* | * lisp: Remove yet more always-nil variablesStefan Monnier2021-03-111-3/+4
* | * lisp/vc/pcvs-parse.el: Fix lexical-binding breakageStefan Monnier2021-03-111-0/+10
* | smerge-vc-next-conflict: Move to conflict markers more reliablyKonstantin Kharlamov2021-03-091-24/+25
* | * lisp/emacs-lisp/pcase.el: Fix bug#46786Stefan Monnier2021-03-011-1/+1
* | Convert change-log-mode menu to easy-menu-defineStefan Kangas2021-02-271-16/+14
* | lisp/vc/*.el: Use lexical-bindings in all the filesStefan Monnier2021-02-2635-689/+549
* | Specify the Emacs version of new vc-dir facesProtesilaos Stavrou2021-02-241-9/+18
* | make smerge-vc-next-conflict wrap aroundKonstantin Kharlamov2021-02-161-6/+6
* | Use `declare` instead of `def-edebug-spec` in most placesStefan Monnier2021-02-121-7/+8
* | Fix ediff even/odd faces to increase their contrast and readabilityJuri Linkov2021-02-101-14/+28
* | Refine use of vc-dir faces; apply to all backendsProtesilaos Stavrou2021-02-106-32/+35
* | Add vc-dir faces; also apply them to vc-gitProtesilaos Stavrou2021-02-082-30/+65
* | Prefer setq-local in a few more placesStefan Kangas2021-02-081-2/+2
* | Assume font-lock-mode variable is not voidStefan Kangas2021-02-052-4/+3
* | Don't set removed variable facemenu-unlisted-facesStefan Kangas2021-02-041-24/+4
* | Prefer defvar-local in vc/*.elStefan Kangas2021-01-315-19/+10
* | Recompute mode-lines when marking conflicts resolvedDmitry Gutov2021-01-311-0/+3
* | Also highlight 'conflict' with the warning faceDmitry Gutov2021-01-301-2/+2
* | Fix vc-hg-rename-file on file names like ~/foo/barLars Ingebrigtsen2021-01-301-1/+2
* | vc-dir-mode-map: Remove the mouse-2 bindingDmitry Gutov2021-01-302-4/+10
* | Only show "2x entries" i vc log buffers if neededLars Ingebrigtsen2021-01-191-15/+27
* | Make libraries works with xterm-mouse-mode.Jared Finder2021-01-152-3/+4
* | Update copyright year to 2021Paul Eggert2021-01-0140-40/+40
* | Fix some over-wide docstringsStefan Kangas2020-12-301-2/+2
* | Shorten over-wide docstrings in variablesStefan Kangas2020-12-194-5/+6
* | Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-193-5/+5
* | Fix over-wide doc stringsEli Zaretskii2020-12-191-3/+3
* | vc-create-tag: use vc-revision-history variableAndrii Kolomoiets2020-12-131-1/+2
* | * lisp/vc/log-edit.el: Keep separator line thin even with line-numbersStefan Monnier2020-12-121-10/+15
* | Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>Dmitry Gutov2020-12-101-6/+5
* | Merge from origin/emacs-27Glenn Morris2020-12-091-8/+8
|\ \ | |/