aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* * lisp/vc/diff-mode.el (diff-context->unified): Don't get confused by "hunkStefan Monnier2012-10-291-6/+8
* * vc/vc-hooks.el (vc-file-clearprops): Kill vc-parent-buffer.Chong Yidong2012-10-291-0/+2
* * lisp/vc/diff-mode.el (diff-end-of-hunk): Also skip potential "no LF at eol".Stefan Monnier2012-10-261-7/+16
* * lisp/vc/diff-mode.el (diff-hunk): `save-excursion' while refining.Stefan Monnier2012-10-231-2/+3
* Cleanup uses of "-hooks".Stefan Monnier2012-10-231-2/+3
* Fix *vc-diff* buffer's behavior for empty diffs.Chong Yidong2012-10-201-9/+9
* * lisp/vc/diff-mode.el (diff--auto-refine-data): New var.Stefan Monnier2012-10-011-2/+20
* * lisp/vc/add-log.el (add-log-buffer-file-name-function): Demote to defvarStefan Monnier2012-10-011-8/+4
* Support git commit --amend/--signoffDmitry Gutov2012-10-022-15/+83
* * lisp/facemenu.el (list-colors-sort): Add option "Luminance".Juri Linkov2012-09-303-3/+3
* * lisp/vc/pcvs.el (cvs-cleanup-collection): Keep entries that are currentlyStefan Monnier2012-09-292-6/+23
* * lisp/vc/log-edit.el (log-edit-font-lock-keywords): Ignore case toStefan Monnier2012-09-291-5/+8
* * lisp/vc/ediff-util.el (ediff-diff-at-point): Don't assume point-min==1.Stefan Monnier2012-09-291-2/+2
* Comment fixGlenn Morris2012-09-291-2/+2
* Remove duplication of vc-sccs-registered definitionGlenn Morris2012-09-291-7/+6
* Comment for vc-rcsGlenn Morris2012-09-291-0/+3
* Comment for vc-sccsGlenn Morris2012-09-291-0/+3
* Comments for vc-bzr, clarifying vc-bzr-registeredGlenn Morris2012-09-291-6/+8
* Revert bogus vc autoloads changeGlenn Morris2012-09-292-2/+5
* No need to autoload vc-rcs, vc-sccs defcustoms.Glenn Morris2012-09-292-5/+2
* Don't bother making files writable for commit with modern VCSGlenn Morris2012-09-261-18/+21
* Use declare forms, where possible, to mark obsolete functions.Chong Yidong2012-09-253-8/+5
* Fix two references to deleted obsolete variables.Chong Yidong2012-09-241-3/+2
* Remove several obsolete vars and functions unlikely to be still in use.Chong Yidong2012-09-245-66/+3
* * vc/diff.el (diff-latest-backup-file): Autoload.Chong Yidong2012-09-201-1/+2
* Update docstrings and comments to use "init file" terminology.Chong Yidong2012-09-172-5/+1
* Improve vc-bzr-working-revision for lightweight checkoutsGlenn Morris2012-09-141-4/+10
* * lisp/vc/vc.el: No need to require ediff.Glenn Morris2012-09-131-3/+5
* * vc/diff-mode.el (diff-mode-menu): diff-remove-trailing-whitespace.Dan Nicolaescu2012-09-101-0/+2
* * lisp/files.el (read-only-mode): New minor mode.Stefan Monnier2012-08-292-3/+3
* Fix file time stamp problem with bzr and CVS (Bug#12001).Paul Eggert2012-08-231-1/+5
* * lisp/vc/vc-mtn.el (vc-mtn-revision-completion-table): Handle completionStefan Monnier2012-08-152-17/+23
* Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-156-9/+9
* * lisp/vc/vc-dir.el (vc-dir-hide-state): New command.Jambunathan K2012-08-131-15/+31
* * lisp/color.el (color-xyz-to-lab, color-lab-to-xyz, color-cie-de2000):Stefan Monnier2012-08-131-30/+19
* * lisp/vc/add-log.el (change-log-mode): Bind comment-start to nil.Chong Yidong2012-08-091-0/+1
* Update docstrings for last change.Chong Yidong2012-08-091-12/+16
* * lisp/vc/log-view.el (log-view-diff): Use use-region-p.Chong Yidong2012-08-091-5/+5
* * vc/diff-mode.el (diff-remove-trailing-whitespace): New function.Oscar Fuentes2012-08-081-0/+41
* In C-x v L and C-x v D, prompt for directory if there is no default backend.Chong Yidong2012-07-281-6/+16
* Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-243-8/+10
* * lisp/vc/vc-dispatcher.el (vc-compilation-mode): Add, based onSam Steingold2012-07-194-17/+30
* * vc/vc-git.el (vc-git-state): Don't call `vc-git-registered',Dmitry Gutov2012-07-181-43/+41
* * vc/ediff.el (ediff-directories): Add trailing space to prompts.Michael Albinus2012-07-162-18/+27
* Don't warn on toggle-read-only calls.Chong Yidong2012-07-131-1/+1
* More CL cleanups and reduction of use of cl.el.Stefan Monnier2012-07-1111-84/+80
* Allow use of vc-root-* commands in *vc-log* buffers.Chong Yidong2012-07-114-23/+35
* Reduce use of (require 'cl).Stefan Monnier2012-07-1011-217/+217
* * vc/ediff-diff.el (ediff-same-file-contents): Fix it for remoteMichael Albinus2012-07-031-3/+8
* * vc/vc-git.el (vc-git-registered): Use cache propertyMichael Albinus2012-06-301-24/+28