summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* vc-cvs-revert: fix off-by-one file modePaul Eggert2019-09-161-1/+1
* Do not use error messages as list of ignored files in vc-svnWolfgang Scherer2019-09-151-2/+3
* Fix vc-default-ignoreWolfgang Scherer2019-09-151-4/+9
* Provide facility to ignore all marked files in vcWolfgang Scherer2019-09-151-4/+12
* Fix Bug#36090Michael Albinus2019-09-081-6/+12
* Add FIXMEs for subsecond supportPaul Eggert2019-08-171-1/+2
* 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
* New function time-convertPaul Eggert2019-08-052-3/+3
* Improved ChangeLog generation for vc log (Bug#16301)Noam Postavsky2019-08-033-4/+241
* Use decoded-time accessors in vc-cvsLars Ingebrigtsen2019-08-011-1/+1
* Use decoded time accessors in ediff-multLars Ingebrigtsen2019-07-301-7/+6
* * lisp/vc/vc.el (vc-log-search): Fix docstring (bug#36644).Juri Linkov2019-07-252-2/+17
* * lisp/vc/vc-git.el (vc-git-log-search): Remove shell-quote-argument.Juri Linkov2019-07-191-3/+1
* * lisp/vc/vc.el (vc-log-search): New command (bug#36644).Juri Linkov2019-07-162-2/+36
* * lisp/vc/vc-dir.el (vc-dir-search): Remove lambda.Juri Linkov2019-07-161-2/+1
* Use ngettext in vc-dir-clean-filesNoam Postavsky2019-07-141-2/+3
* Rename vc-dir-delete-files-no-vc to vc-dir-clean-filesLars Ingebrigtsen2019-07-141-8/+17
* Mark ediff-before-session-group-setup-hooks as obsoleteLars Ingebrigtsen2019-07-131-0/+4
* Add a new command in vc-dir mode to delete filesLars Ingebrigtsen2019-07-131-1/+18
* * lisp/vc/vc-dir.el (vc-dir-view-file): New command for consistency with diredJuri Linkov2019-07-082-2/+5
* Include the date in the bzr annotation bufferDan Nicolaescu2019-06-271-43/+7
* Check labels in smerge-modeIvan Shmakov2019-06-252-8/+17
* Add imenu support to package-menu-modeAntoine Beaupré2019-06-251-1/+2
* * lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsoleteStefan Monnier2019-06-211-1/+1
* * lisp/vc/ediff-*.el: Use lexical-binding, plus misc cleanupStefan Monnier2019-06-2111-457/+306
* * lisp/vc/vc-dir.el (vc-dir-search): Avoid `eval`.Stefan Monnier2019-06-201-1/+3
* Disable lexical-binding in ediffGlenn Morris2019-06-1810-10/+10
* Add doc strings to the -at-point commands in vc-gitLars Ingebrigtsen2019-06-171-0/+4
* Use fileloop directly in vc-dir to avoid obsolete functionLars Ingebrigtsen2019-06-161-2/+7
* ; Revert "Publicize behavior of log-view-diff at beginning/end of active region"Dmitry Gutov2019-06-102-16/+2
* Use lexical binding for ediffAlex Branham2019-06-0910-22/+19
* Update author/maintainer infoPaul Eggert2019-05-2610-10/+10
* Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-261-1/+0
* Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-2512-0/+12
* 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