2009-09-29 |
Stefan Monnier |
* vc-hooks.el (vc-dir-buffers): New var.
|
2009-09-24 |
Juanma Barranquero |
Fix typos.
|
2009-09-14 |
Dan Nicolaescu |
* vc.el (top): print-log method now takes an optional SHORTLOG
|
2009-08-26 |
Glenn Morris |
Define risky-local-variable property here rather than in files.el.
|
2009-08-25 |
Michael Albinus |
* vc-hooks.el (vc-user-login-name):
|
2009-06-26 |
Dan Nicolaescu |
Remove find-file-not-found-hook VC method. (Bug#2757)
|
2009-06-23 |
Dan Nicolaescu |
* vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision):
|
2009-04-01 |
Dan Nicolaescu |
(vc-name): Avoid calling vc-backend twice.
|
2009-01-30 |
Nick Roberts |
(vc-stay-local-p): Let vc-BACKEND-stay-local take
|
2009-01-05 |
Glenn Morris |
Add 2009 to copyright years.
|
2008-12-03 |
Chong Yidong |
Correctt speling.
|
2008-11-23 |
Stefan Monnier |
(vc-follow-link): Complete last change.
|
2008-11-22 |
Stefan Monnier |
(vc-follow-link, vc-find-file-hook):
|
2008-10-29 |
Glenn Morris |
(vc-find-root): Remove bogus alias.
|
2008-10-28 |
Martin Rudalics |
(vc-stay-local): Fix typo in choice.
|
2008-10-25 |
Stefan Monnier |
* files.el (locate-dominating-stop-dir-regexp): New var.
|
2008-10-13 |
Dan Nicolaescu |
* vc-hooks.el (vc-stay-local): Add a new choice and default to it.
|
2008-09-30 |
Michael Albinus |
* vc-hooks.el (vc-file-clearprops): Revert change from 2008-09-29.
|
2008-09-29 |
Michael Albinus |
* vc-hooks.el (vc-file-clearprops): Check, that FILE is a string.
|
2008-09-07 |
Stefan Monnier |
* vc-svn.el (vc-svn-root):
|
2008-09-01 |
Glenn Morris |
(vc-previous-version): Move alias to vc.el.
|
2008-08-28 |
Chong Yidong |
(vc-workfile-unchanged-p): Revert last change.
|
2008-08-27 |
Chong Yidong |
(vc-workfile-unchanged-p): If the checkout time is not the same as the
|
2008-07-22 |
Dan Nicolaescu |
Remove obsolete comment.
|
2008-06-22 |
Dan Nicolaescu |
* vc.el:
|
2008-05-27 |
Dan Nicolaescu |
* vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
|
2008-05-15 |
Eric S. Raymond |
Snapshot primitives globally renamed to refer to tags, documentation updated.
|
2008-05-15 |
Glenn Morris |
(vc-directory-resynch-file): Fix declaration.
|
2008-05-11 |
Eric S. Raymond |
Remove dead code.
|
2008-05-10 |
Dan Nicolaescu |
(vc-prefix-map): Remove duplicate binding.
|
2008-05-09 |
Eric S. Raymond |
VC directory bindings are noew documented.
|
2008-05-09 |
Stefan Monnier |
* vc.el (vc-mark-resolved): Add `backend' argument.
|
2008-05-08 |
Glenn Morris |
Fix comment typo in previous.
|
2008-05-07 |
Eric S. Raymond |
Meta-CVS support removed.
|
2008-05-07 |
Eric S. Raymond |
Remove VC-Dired and backend dir-state methods.
|
2008-05-06 |
Eric S. Raymond |
Cleanup preparatory to getting rid of dired.
|
2008-05-06 |
Eric S. Raymond |
More decoupling of vc-dispatcher.el from vc.el.
|
2008-05-06 |
Glenn Morris |
Switch to recommended form of GPLv3 permissions notice.
|
2008-05-02 |
Eric S. Raymond |
Clean up vc*-revision-granularity and vc*-checkout-model.
|
2008-05-02 |
Juanma Barranquero |
(vc-call, vc-state): Fix typos in docstrings.
|
2008-05-02 |
Eric S. Raymond |
More preparation for removing dired.
|
2008-05-02 |
Eric S. Raymond |
The day wehen vc-toggle-ready-only was a good idea is long gone.
|
2008-05-01 |
Eric S. Raymond |
Change 'needs-patch to 'needs-update.
|
2008-04-29 |
Stefan Monnier |
Make `checkout-model' apply to filesets.
|
2008-04-21 |
Dan Nicolaescu |
* vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
|
2008-04-19 |
Stefan Monnier |
* lisp/vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
|
2008-04-18 |
Juanma Barranquero |
(vc-ignore-vc-files, vc-master-templates, vc-header-alist):
|
2008-04-16 |
Stefan Monnier |
Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
|
2008-04-10 |
Dan Nicolaescu |
* vc-hooks.el (vc-state): Add new state `conflict'.
|
2008-04-09 |
Stefan Monnier |
(vc-default-mode-line-string): Use ? for missing.
|
2008-04-01 |
Glenn Morris |
(vc-responsible-backend): Declare as function.
|
2008-03-29 |
Dan Nicolaescu |
(vc-menu-map-filter): Be more careful when finding
|
2008-03-27 |
Stefan Monnier |
(vc-before-save): Be careful not to prevent saving the file.
|
2008-03-26 |
Dan Nicolaescu |
(vc-default-mode-line-string): Deal with 'removed
|
2008-03-25 |
Dan Nicolaescu |
(vc-state): Add documentation for 'missing.
|
2008-03-21 |
Stefan Monnier |
* vc-hooks.el (vc-default-mode-line-string): Add case for added files.
|
2008-02-29 |
Dan Nicolaescu |
* vc.el (vc-status-crt-marked): New variable.
|
2008-02-24 |
Miles Bader |
Merge from emacs--rel--22
|
2008-02-19 |
Thien-Thi Nguyen |
Make sure all backends support vc-BACKEND-root.
|
2008-02-19 |
Thien-Thi Nguyen |
Kill eol whitespace; nfc.
|