summaryrefslogtreecommitdiff
path: root/lisp/vc
Commit message (Expand)AuthorAgeFilesLines
* 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
* * vc/vc-git.el (vc-git-state): Avoid unnecessarily locking.Ami Fischman2012-03-261-5/+14
* * vc/vc.el (vc-merge): Fix a prompt.Simon Leinen2012-03-241-1/+1
* Tweak previous vz-bzr change yet againGlenn Morris2012-03-221-1/+2
* Tweak previous vc-bzr changeGlenn Morris2012-03-221-2/+1
* Use bzr status --no-classify when supported (bug#6724)Glenn Morris2012-03-221-2/+24
* * lisp/vc/vc-hg.el (vc-hg-working-revision): Rework to work with bothLeo Liu2012-03-131-39/+8
* * net/tramp-sh.el (tramp-remote-process-environment): Add "PAGER=\"\"".Michael Albinus2012-03-011-2/+5
* Standardize possessive apostrophe usage in manuals, docs, and commentsGlenn Morris2012-02-283-6/+6
* Add custom groups for VC backends, for consistency with vc-bzr.Chong Yidong2012-02-259-37/+77
* Tiny emerge-defvar-local fixGlenn Morris2012-02-211-2/+2
* Fix mode-line-format handling bug in Ediff.Chong Yidong2012-02-191-2/+4
* Header fixGlenn Morris2012-02-111-1/+2
* * log-view.el (vc-diff-internal): Remove unneeded (and incorrect) declaration.Glenn Morris2012-02-111-3/+0
* Rename condition-case-no-debug to condition-case-unless-debugLeo Liu2012-02-101-2/+2
* Small VC doc fixesGlenn Morris2012-02-082-0/+4
* Minor-mode doc fixes for ARG behaviorGlenn Morris2012-02-071-0/+3
* Use ctl-x-map in place of C-x (bug#10566)Glenn Morris2012-01-251-1/+1
* * lisp/vc/vc.el (vc-modify-change-comment): Scoping fix. (Bug#10513)Glenn Morris2012-01-241-1/+2
* Fix rcs and sccs create-tag commands.Glenn Morris2012-01-242-4/+4
* Replace vc-dired references in comments with vc-dir.Glenn Morris2012-01-232-12/+9
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-0539-39/+39
* Spelling fixes.Paul Eggert2011-12-301-1/+1
* Spelling fixes.Paul Eggert2011-12-292-2/+2
* * vc/vc-hooks.el (vc-keep-workfiles): Doc fix.Chong Yidong2011-12-221-3/+3
* * vc-bzr.el (vc-bzr-rename-file): Don't pass ~ to Bzr in filename arg.Chong Yidong2011-12-211-1/+4
* Fix bugs in vc-dir-mark-unmark and vc-dir-mark-all-files.Chong Yidong2011-12-191-43/+57