summaryrefslogtreecommitdiff
path: root/lisp/vc.el
Commit message (Expand)AuthorAgeFilesLines
* Fix previous change.Dan Nicolaescu2007-10-111-3/+3
* * vc.el (vc-deduce-fileset): Delete unused code.Dan Nicolaescu2007-10-111-5/+4
* Corrected version of Juanma's fix patch.Eric S. Raymond2007-10-111-5/+3
* Fix evaluation time of a macro arument.Eric S. Raymond2007-10-111-1/+1
* Bug fixes by Juanma Barranquero. Temporarily disable the check forEric S. Raymond2007-10-111-21/+24
* Address an edge case in vc-diff. This is an experimental fix and may change.Eric S. Raymond2007-10-111-14/+31
* Terminology cleanup.Eric S. Raymond2007-10-101-209/+209
* Merge in new VC with filesets.Eric S. Raymond2007-10-101-557/+535
* Merge from emacs--rel--22Miles Bader2007-10-091-2/+2
|\
| * Mention all supported VC backends.Dan Nicolaescu2007-09-221-2/+3
| * * vc-arch.el (vc-arch-extra-menu-map): New var and fun.Dan Nicolaescu2007-09-181-0/+9
* | Remove unused code.Eric S. Raymond2007-10-081-20/+0
* | Correct a bug that was revealed during a review of new VC.Eric S. Raymond2007-10-081-1/+1
* | Typo and whitespace fixes to reduce the diff with new VC.Eric S. Raymond2007-10-061-3/+3
* | Port various comments from new VC to reduce the noise in the diff.Eric S. Raymond2007-10-061-23/+68
* | Terminology sync, workfile version -> focus version.Eric S. Raymond2007-10-061-33/+34
* | Reorder functions, no code changes.Dan Nicolaescu2007-10-051-502/+500
* | (vc-process-sentinel): New function.Stefan Monnier2007-09-151-16/+38
* | (vc-default-diff-tree): Pass a list to the diff vc commandDan Nicolaescu2007-09-061-1/+1
* | Remove CVS $Id$ header. Comment.Glenn Morris2007-09-031-2/+1
* | Merge from emacs--rel--22Miles Bader2007-08-271-1/+1
|\ \ | |/
| * (vc-annotate-warp-version): Don't use previous-line.Stefan Monnier2007-08-211-1/+1
* | * vc-hooks.el (vc-registered): Use mapc instead of mapcar.Dan Nicolaescu2007-08-261-1/+1
* | *** empty log message ***Stefan Monnier2007-08-231-0/+1
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\ \ | |/
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-1/+1
| * * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends):Dan Nicolaescu2007-07-301-19/+41
* | (vc-annotate): Select temp-buffer before running vc-exec-after.Stefan Monnier2007-08-071-6/+13
* | (vc-rollback): Add norevert argument back.Jason Rumney2007-08-051-2/+6
* | * vc.el: Document new VC operation `extra-menu'.Dan Nicolaescu2007-08-011-2/+11
* | (vc-dired-hook): Use inhibit-read-only.Stefan Monnier2007-07-301-1/+1
* | (vc-dired-mode): Added a menu for VC relatedMasatake YAMATO2007-07-281-2/+7
* | * vc-git.el: Relicense to GPLv3 or later.Dan Nicolaescu2007-07-261-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\ \ | |/
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-241-2/+6
|\ \ | |/
| * Add more info about the vc-registered function.Dan Nicolaescu2007-07-171-2/+6
| * * log-view.el (log-view-font-lock-keywords): Use `eval' to consult theDan Nicolaescu2007-07-081-2/+11
* | * vc-cvs.el (vc-cvs-mode-line-string): Add support for tooltipsDan Nicolaescu2007-07-221-3/+6
* | (vc-delistify): Use mapconcat.Stefan Monnier2007-07-201-17/+16
* | * vc-hooks.el (vc-default-workfile-unchanged-p): Pass a listDan Nicolaescu2007-07-201-4/+6
* | (vc-print-log): Fix call to print-log.Dan Nicolaescu2007-07-201-2/+2
* | * vc-hg.el (vc-hg-print-log): Deal with multiple file arguments.Dan Nicolaescu2007-07-201-1/+1
* | Make certain diff output gets put in the correcct buffer.Eric S. Raymond2007-07-191-1/+1
* | Put the lower half (the back-end) of NewVC in place. This commitEric S. Raymond2007-07-181-85/+122
* | Generalize stay-local-p to operatre on lists of files.Eric S. Raymond2007-07-181-9/+9
* | Undo previous change.Dan Nicolaescu2007-07-171-1/+1
* | (vc-annotate): Jump to line and output message only after theStefan Monnier2007-07-071-3/+7
* | (vc-exec-after): Don't move point from the sentinel.Stefan Monnier2007-07-071-39/+42
* | Fix doc for the checkout function.Dan Nicolaescu2007-07-071-1/+1