Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * vc-arch.el (vc-arch-extra-menu-map): New var and fun. | Dan Nicolaescu | 2007-09-18 | 1 | -30/+63 |
| | | | | | | | | | | | | | | | * vc-hooks.el (vc-menu-entry): New var. (vc-mode-line-map): Use it so that this menu also uses the extra-menu. (menu-bar-tools-menu): Add the VC menu here rather than in menu-bar.el. (vc-menu-map): Declare and initialize in one step. * menu-bar.el (vc-menu-map): Don't setup any more. Instead, just create the proper spot in the menu. * vc.el: Document new VC operation `extra-menu'. * vc-hooks.el (vc-default-extra-menu, vc-menu-map-filter): New function. | ||||
* | (vc-handled-backends): Add Mtn. | Stefan Monnier | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | Add vc-mtn.el. | Stefan Monnier | 2007-09-14 | 1 | -3/+4 |
| | |||||
* | (vc-default-find-file-not-found-hook): Do nothing. | Stefan Monnier | 2007-08-09 | 1 | -7/+3 |
| | |||||
* | Change capitalization of VC backend names for new backends | Miles Bader | 2007-08-03 | 1 | -3/+3 |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-87 | ||||
* | (vc-find-file-hook): Failsafe if the backend's `registered' function burps. | Stefan Monnier | 2007-07-31 | 1 | -1/+1 |
| | |||||
* | * vc-bzr.el: New file (copied from the trunk). | Stefan Monnier | 2007-07-31 | 1 | -1/+1 |
| | | | | * vc-hooks.el (vc-handled-backends): Add BZR. | ||||
* | * vc-git.el: (vc-directory-exclusion-list, vc-handled-backends): | Dan Nicolaescu | 2007-07-30 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove. (vc-git-revision-completion-table): Enable. * vc-hooks.el (vc-handled-backends): Add GIT and HG. * vc.el (vc-directory-exclusion-list): Add .git and .hg. * vc-hg.el (vc-hg-revision-completion-table): Re-enable. * diff-mode.el (diff-mode-menu): New entries. * diff-mode.el (diff-beginning-of-file-and-junk): New function. (diff-file-kill): Use it. (diff-beginning-of-hunk): Add arg `try-harder' using it. (diff-restrict-view, diff-find-source-location, diff-refine-hunk): Use it so they find the hunk even when we're in the file header. * vc.el: Add new VC operation `revision-completion-table'. (vc-default-revision-completion-table): New function. (vc-version-diff, vc-version-other-window): Use it to provide completion of revision names if the backend provides it. * vc-arch.el (vc-arch--version-completion-table) (vc-arch-revision-completion-table): New functions to provide completion of revision names. * vc-cvs.el: Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names. * eval.c (init_eval_once): Bump max_lisp_eval_depth to 400. * vc2-xtra.texi (Customizing VC): Add GIT and HG. | ||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
| | |||||
* | (vc-find-root): Walk up the tree to find an existing | Stefan Monnier | 2007-07-23 | 1 | -11/+14 |
| | | | | | `file' from which to start the search and fix case where `file' is the current directory and the root as well. | ||||
* | lisp/vc-hooks.el (vc-find-root): Fix file attribute test | Miles Bader | 2007-05-25 | 1 | -1/+1 |
| | | | | Revision: emacs@sv.gnu.org/emacs--rel--22--patch-27 | ||||
* | Sync change from trunk at request of rms in FOR-RELEASE: | Glenn Morris | 2007-05-17 | 1 | -1/+8 |
| | | | | | | Stefan Monnier <monnier at iro.umontreal.ca> (vc-find-root): Stop searching when the user changes. | ||||
* | (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem. | Stefan Monnier | 2007-04-28 | 1 | -1/+3 |
| | |||||
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (vc-version-backup-file-name): Revision names may be | Stefan Monnier | 2006-12-27 | 1 | -2/+3 |
| | | | | composed of arbitrary characters (even /) in some systems. | ||||
* | Update copyright years. | Glenn Morris | 2006-12-05 | 1 | -2/+2 |
| | |||||
* | (vc-ignore-dir-regexp): Make it into a defcustom. | Stefan Monnier | 2006-10-13 | 1 | -3/+8 |
| | | | | (vc-find-root): Don't walk higher up than ~. | ||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (vc-user-login-name): Rewritten to handle access via Tramp. | André Spiegel | 2006-01-25 | 1 | -8/+16 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | (vc-workfile-unchanged-p): Disable mtime check when we go via Tramp or | André Spiegel | 2005-04-01 | 1 | -1/+3 |
| | | | | Ange-FTP. Suggested by Kai Grossjohann. | ||||
* | Change release version from 21.4 to 22.1 throughout. | Kim F. Storm | 2005-02-09 | 1 | -2/+2 |
| | | | | Change development version from 21.3.50 to 22.0.50. | ||||
* | (vc-make-version-backup): Ignore file-errors, e.g. directory not | André Spiegel | 2005-02-07 | 1 | -2/+9 |
| | | | | writable. | ||||
* | (vc-recompute-state): Moved here from vc.el. | André Spiegel | 2004-11-30 | 1 | -0/+6 |
| | |||||
* | (vc-find-file-hook): Call vc-backend with absolute name. | Stefan Monnier | 2004-10-16 | 1 | -2/+2 |
| | |||||
* | (vc-ignore-dir-regexp): New var. | Stefan Monnier | 2004-09-13 | 1 | -9/+31 |
| | | | | | (vc-registered): Use it. (vc-find-root): New fun. | ||||
* | (vc-default-workfile-unchanged-p): Fix code that handles | Juanma Barranquero | 2004-04-23 | 1 | -5/+5 |
| | | | | wrong-number-of-arguments in backend call. | ||||
* | (vc-default-workfile-unchanged-p): Quote signal. | André Spiegel | 2004-04-16 | 1 | -2/+2 |
| | |||||
* | (vc-arg-list): Function removed. | André Spiegel | 2004-04-11 | 1 | -14/+13 |
| | | | | | (vc-default-workfile-unchanged-p): Use condition-case to check for backward compatibility. | ||||
* | (vc-file-not-found-hook): Fix typo. From lorentey@elte.hu (L?rentey K�ly). | Stefan Monnier | 2004-03-28 | 1 | -2/+2 |
| | |||||
* | (vc-arg-list): New function, which handles both compiled and | André Spiegel | 2004-03-26 | 1 | -10/+16 |
| | | | | | uncompiled code. (vc-default-workfile-unchanged-p): Use it. | ||||
* | (vc-default-find-file-not-found-hook): New fun. | Stefan Monnier | 2004-03-23 | 1 | -9/+12 |
| | | | | (vc-file-not-found-hook): Use it. | ||||
* | (vc-default-workfile-unchanged-p): If the implementation supports it, | André Spiegel | 2004-03-21 | 1 | -3/+10 |
| | | | | | let diff output go to *vc*, not *vc-diff*, since this is an internal call. | ||||
* | (vc-handled-backends): Add Arch. Move MCVS down. | Stefan Monnier | 2004-03-15 | 1 | -4/+10 |
| | | | | | (vc-default-find-file-hook): New fun. (vc-find-file-hook): Call new find-file-hook operation. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -1/+2 |
| | |||||
* | (vc-make-version-backup): Fix the change made on | Eli Zaretskii | 2003-08-30 | 1 | -2/+2 |
| | | | | 2003-07-26: msdos-long-file-names is a function, not a variable. | ||||
* | (vc-ignore-vc-files, vc-master-templates): Doc fix - quote lisp symbols. | Markus Rost | 2003-08-23 | 1 | -3/+3 |
| | |||||
* | (vc-ignore-vc-files, vc-master-templates): Better explain obsolescence, and | André Spiegel | 2003-08-23 | 1 | -3/+9 |
| | | | | what to use instead. | ||||
* | (vc-file-not-found-hook): Brr. Improve last doc fix. | Markus Rost | 2003-07-26 | 1 | -2/+2 |
| | |||||
* | (vc-file-not-found-hook): Doc fix. | Markus Rost | 2003-07-26 | 1 | -2/+2 |
| | |||||
* | (vc-default-registered, vc-make-version-backup): Use with-no-warnings. | André Spiegel | 2003-07-26 | 1 | -4/+5 |
| | | | | | (vc-file-not-found-hook): Add this to find-file-not-found-functions, rather than to find-file-not-found-hook, which doesn't exist. | ||||
* | (vc-stay-local, vc-stay-local-p): Move from vc.el. | Stefan Monnier | 2003-07-06 | 1 | -1/+50 |
| | |||||
* | (vc-make-backup-files): Add :group backup. | Dave Love | 2003-06-05 | 1 | -2/+3 |
| | |||||
* | (vc-call-backend): Give better error message when backend function is missing. | Stefan Monnier | 2003-05-31 | 1 | -36/+38 |
| | | | | (vc-find-file-hook): USe unless. Merge if and cond. | ||||
* | (vc-default-workfile-unchanged-p): Pass nil | Stefan Monnier | 2003-05-08 | 1 | -5/+12 |
| | | | | rather than (vc-workfile-version file) to diff. | ||||
* | (find-file-hook, find-file-not-found-hook): Don't use the old ...-hooks. | Stefan Monnier | 2003-05-07 | 1 | -5/+5 |
| | |||||
* | Consistently use buffer-file-name variable rather than function. | Stefan Monnier | 2003-05-07 | 1 | -30/+31 |
| | | | | | (vc-handled-backends): Add SVN and MCVS. (vc-mode-line): Call vc-backend only once. | ||||
* | (vc-ignore-vc-files, vc-master-templates, vc-header-alist): Add obsolescence | Juanma Barranquero | 2003-02-05 | 1 | -4/+7 |
| | | | | declaration and remove redundant info from docstring. | ||||
* | (vc-insert-file): Fix typo. | Juanma Barranquero | 2002-10-17 | 1 | -8/+8 |
| |