aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* More missing :version tags for defcustomsGlenn Morris2013-05-061-0/+1
* * vc/compare-w.el (compare-windows-whitespace):Richard M. Stallman2013-05-051-1/+1
* * lisp/vc/vc-dir.el (vc-dir-mode): Don't autoload it for everyone.Glenn Morris2013-05-021-2/+0
* * vc/log-view.el (log-view-current-entry):Glenn Morris2013-04-271-1/+3
* * lisp/vc/vc-bzr.el (vc-bzr-print-log): Tweak LIMIT = 1 case.Glenn Morris2013-04-241-2/+18
* * vc/vc-bzr.el (vc-bzr-print-log): Improve START-REVISION with LIMIT != 1.Glenn Morris2013-04-241-0/+9
* vc-hg, vc-svn print-log fixes for start-revision with limit != 1Glenn Morris2013-04-242-2/+2
* Doc fixes related to vc-print-logGlenn Morris2013-04-249-24/+44
* vc.el doc fixesGlenn Morris2013-04-201-1/+17
* Use add/remove-function to manipulate process-filters.Stefan Monnier2013-04-202-31/+26
* * lisp/vc/vc-dispatcher.el (vc-do-command): Get rid of default sentinel msg.Stefan Monnier2013-04-191-1/+3
* * lisp/vc/vc-hg.el (vc-hg-annotate-re): Disallow ": " in file names.Stefan Monnier2013-04-161-1/+1
* * vc/vc-bzr.el (vc-bzr-revert): Don't backup.Leo Liu2013-03-281-1/+1
* * lisp/vc/diff-mode.el (diff-mode-shared-map): Unbind "/".Dmitry Gutov2013-03-231-1/+0
* * lisp/vc/diff-mode.el (diff-hunk-file-names): Handle filenames with spaces.Sam Steingold2013-02-281-3/+6
* Add bug-gnu-emacs to some specialized bug report addressesGlenn Morris2013-02-231-1/+1
* * vc/ediff-util.el (ediff-recenter): Use `select-frame-set-input-focus'Juri Linkov2013-02-131-1/+6
* Add more keymaps where S-SPC scrolls in the opposite direction to SPC.Juri Linkov2013-02-131-0/+1
* Check whether diff supports --label before using itGlenn Morris2013-02-111-5/+20
* * vc/vc-svn.el (vc-svn-command): Move --non-interactive from here...Glenn Morris2013-02-101-15/+14
* * vc/vc-hooks.el (vc-find-file-hook): `buffer-file-truename' canMichael Albinus2013-02-071-2/+4
* * vc/vc-hooks.el (vc-find-file-hook): Don't ask about following linksGlenn Morris2013-02-061-0/+7
* * lisp/vc/vc.el (vc-next-action): Fix inf-loop.Thierry Volpiatto2013-02-041-17/+12
* * vc/vc-arch.el (vc-arch-registered):Christopher Schmidt2013-02-017-7/+7
* * vc/vc-hooks.el (vc-menu-map): Disable vc-rollback menu itemGlenn Morris2013-02-011-0/+4
* * lisp/vc/vc-bzr.el (vc-bzr--sanitize-header): New function.Stefan Monnier2013-01-112-12/+22
* Disambiguate function and variable references in docstrings.Aaron S. Hawley2013-01-112-4/+4
* * lisp/vc/pcvs.el (cvs-cleanup-collection): Extend meaning of `rm-handled'.Stefan Monnier2013-01-081-9/+11
* Try to handle buffer/file modifications which conflict with VCS locking.Chong Yidong2013-01-062-13/+30
* Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-0239-42/+45
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-0139-41/+42
| * * lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.Glenn Morris2012-12-311-1/+3
* | * vc/ediff-ptch.el (ediff-map-patch-buffer): Use `point-min-marker'.Dmitry Antipov2012-12-201-3/+3
* | * lisp/vc/diff-mode.el (diff-post-command-hook): Don't ignore changes at theStefan Monnier2012-12-191-1/+1
* | * lisp/vc/ediff-util.el (ediff-buffer-type): New function.Dave Abrahams2012-12-141-7/+15
* | Merge from emacs-24; up to 2012-11-26T19:56:[email protected]Glenn Morris2012-12-091-5/+3
|\|
| * lisp/vc/vc-hooks.el (vc-state): Doc fix.Juanma Barranquero2012-12-071-5/+3
* | Add conflict detection/resolution to vc-hg (bug#10709)Glenn Morris2012-12-041-1/+30
* | Obsolete longlines.el.Chong Yidong2012-12-041-98/+47
* | * lisp/vc/vc.el (vc-delete-file, vc-rename-file): Default to theDmitry Gutov2012-12-031-4/+13
* | Fix use of buffer-file-truename in vc-find-file-hook (tiny change).Yuya Nishihara2012-12-011-2/+3
* | Modularize add-log-current-defun.Chong Yidong2012-12-011-86/+18
* | * vc-hg.el (vc-hg-next-revision): Ensure use of default "tip" output formatKirk Kelsey2012-11-301-1/+1
* | * vc/vc-git.el (vc-git-command): Disable the pager.Chong Yidong2012-11-301-1/+1
* | Relax existing-registration check in vc-register (tiny change).OKAZAKI Tetsurou2012-11-301-6/+4
* | Add desktop support for restoring vc-dir buffers (bug#10606)Glenn Morris2012-11-281-0/+29
* | Merge from emacs-24; up to 2012-11-20T20:06:[email protected]Glenn Morris2012-11-261-1/+3
|\|
| * vc-hooks.el workaround for bug#11490Glenn Morris2012-11-261-1/+3
* | * lisp/vc/diff-mode.el (diff-hunk): Don't make useless timers.Stefan Monnier2012-11-191-13/+15
* | Merge from emacs-24; up to 2012-11-15T23:31:[email protected]Glenn Morris2012-11-171-1/+1
|\|