summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * vc/vc-hooks.el (vc-before-save): Clear cache if file has beenDmitry Gutov2012-06-301-0/+2
* Get rid of all the manual purecopy calls in menu-bar definitions.Stefan Monnier2012-06-271-60/+60
* * lisp/emacs-lisp/cl.el (flet): Mark obsolete.Stefan Monnier2012-06-271-66/+68
* Miscellaneous minor cleanups and simplifications.Stefan Monnier2012-06-231-1/+1
* Find rcs2log in the source-directory when running uninstalledGlenn Morris2012-06-051-4/+19
* Replace the last use of the external vcdiff scriptGlenn Morris2012-06-051-25/+82
* * vc-sccs.el (vc-sccs-workfile-unchanged-p): Replace external vcdiff script.Glenn Morris2012-06-041-4/+12
* Remove incorrect uses of "modeline".Chong Yidong2012-06-026-9/+9
* * vc.el (vc-revert, vc-rollback): Dont kill vc-diff buffer on revert.Aaron S. Hawley2012-05-291-2/+2
* Use the same diff color scheme as in modern VCSes (bug#10181).Juri Linkov2012-05-253-58/+186
* * lisp/vc/vc-bzr.el (vc-bzr-state-heuristic): Save match-data around sha1.Stefan Monnier2012-05-181-79/+82
* Move define-obsolete-variable-alias before the var's definition.Stefan Monnier2012-05-121-2/+3
* * lisp/vc/log-edit.el: Add GNU coding standards highlighting.Stefan Monnier2012-05-081-2/+44
* Add new error and function `user-error'.Stefan Monnier2012-05-041-6/+3
* * lisp/vc/diff.el (diff-sentinel): Go to bob.Chong Yidong2012-04-271-0/+1
* Merge changes from emacs-24 branchChong Yidong2012-04-271-1/+1
|\
| * Fixes: debbugs:11344Andreas Schwab2012-04-261-1/+1
* | Replace lexical-let by lexical-binding (except Gnus, CEDET, ERT).Stefan Monnier2012-04-261-12/+8
* | Fixes for diff-hunk-kill.Chong Yidong2012-04-261-47/+71
* | Allow undoing in read-only diff-mode buffers.Chong Yidong2012-04-261-17/+11
* | * lisp/vc/vc-mtn.el:Stefan Monnier2012-04-258-315/+282
* | Adapt ediff window handling to multi-tty.Chong Yidong2012-04-262-24/+32
* | Fix whitespace highlighting of context diffs.Chong Yidong2012-04-253-14/+32
* | Tweaks to Customize interface. Set custom-reset-button-menu to t.Chong Yidong2012-04-222-2/+2
* | Replace independent implementations of string-prefix-pGlenn Morris2012-04-165-27/+20
* | Set lisp/vc/vc-hg.el maintainer to FSF.Glenn Morris2012-04-161-0/+1
* | * lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.Leo Liu2012-04-141-1/+1
* | Add another vc-bzr testGlenn Morris2012-04-101-1/+5
* | * lisp/vc/vc-bzr.el (vc-bzr-status): Handle all errors, not just file-errors.Glenn Morris2012-04-101-42/+45
* | Use internal sha1 in vc-bzrGlenn Morris2012-04-101-24/+7
* | * lisp/vc/vc-annotate.el (vc-annotate-show-diff-revision-at-line-internal):Stefan Monnier2012-04-101-15/+13
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-097-22/+22
|/
* Fixes: debbugs:11109Andreas Schwab2012-03-281-4/+3