summaryrefslogtreecommitdiff
path: root/lisp/vc-rcs.el
Commit message (Collapse)AuthorAgeFilesLines
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
|
* (vc-rcs-register-switches): Doc fix. Add t as option.Glenn Morris2008-12-041-12/+10
| | | | (vc-rcs-register): Doc fix.
* (vc-rcs-diff-switches): Doc fix. Add t as option.Glenn Morris2008-12-031-8/+8
|
* * align.el:Lute Kamstra2008-12-031-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * allout.el: * apropos.el: * arc-mode.el: * autoinsert.el: * avoid.el: * battery.el: * bookmark.el: * buff-menu.el: * calculator.el: * chistory.el: * cmuscheme.el: * comint.el: * compare-w.el: * dabbrev.el: * delim-col.el: * desktop.el: * diff-mode.el: * diff.el: * dired-aux.el: * dired-x.el: * dired.el: * dos-vars.el: * ediff-diff.el: * ediff-help.el: * ediff-init.el: * ediff-merg.el: * ediff-mult.el: * ediff-ptch.el: * ediff-vers.el: * ediff-wind.el: * ediff.el: * emerge.el: * facemenu.el: * faces.el: * ffap.el: * filecache.el: * find-dired.el: * font-core.el: * font-lock.el: * forms.el: * fringe.el: * help-at-pt.el: * hippie-exp.el: * ido.el: * image-file.el: * imenu.el: * indent.el: * info.el: * isearchb.el: * iswitchb.el: * jit-lock.el: * jka-compr.el: * log-edit.el: * lpr.el: * ls-lisp.el: * man.el: * menu-bar.el: * midnight.el: * mouse-sel.el: * mouse.el: * msb.el: * outline.el: * paren.el: * pcmpl-cvs.el: * pcmpl-gnu.el: * pcomplete.el: * pcvs-info.el: * pcvs-parse.el: * printing.el: * ps-mule.el: * ps-print.el: * replace.el: * ruler-mode.el: * saveplace.el: * sb-image.el: * scroll-bar.el: * sha1.el: * shadowfile.el: * shell.el: * sort.el: * speedbar.el: * strokes.el: * tempo.el: * term.el: * terminal.el: * time-stamp.el: * time.el: * tree-widget.el: * type-break.el: * vc-cvs.el: * vc-hg.el: * vc-mcvs.el: * vc-rcs.el: * vc-sccs.el: * vc.el: * view.el: * w32-vars.el: * whitespace.el: * wid-edit.el: Remove leading * from docstrings of defcustoms, deffaces, defconsts and defuns.
* * vc-rcs.el (vc-rcs-steal-lock, vc-rcs-checkout): Fix docstring typos.Juanma Barranquero2008-09-151-5/+5
| | | | | | (vc-rcs-fetch-master-state, vc-rcs-system-release): Doc fixes. * vc-rcs.el (vc-rcs-rollback): Fix typos in docstring.
* * vc-svn.el (vc-svn-root):Stefan Monnier2008-09-071-3/+0
| | | | | | | * vc-sccs.el (vc-sccs-root): * vc-rcs.el (vc-rcs-root): * vc-cvs.el (vc-cvs-root): Delete. * vc-hooks.el (vc-find-root): Remove `invert' argument.
* * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):Dan Nicolaescu2008-06-241-0/+2
| | | | | | | | * vc-rcs.el (vc-annotate-convert-time): * vc-mtn.el (vc-annotate-convert-time): * vc-git.el (vc-annotate-convert-time): * vc-cvs.el (vc-annotate-convert-time): * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
* (vc-rcs-state-heuristic): Don't assume the file exists.Stefan Monnier2008-06-111-3/+4
|
* (vc-rcs-create-tag): Fix typo in error message and pass backend arg.Juanma Barranquero2008-05-161-4/+4
|
* Snapshot primitives globally renamed to refer to tags, documentation updated.Eric S. Raymond2008-05-151-4/+11
|
* Remove assumption about what nil means as a first arument to vc-do-command.Eric S. Raymond2008-05-101-20/+20
|
* * vc-sccs.el (vc-sccs-dir-status):Dan Nicolaescu2008-05-101-3/+10
| | | | | * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple backends and returning up to date files.
* Teach the RCS back end to do directories.Eric S. Raymond2008-05-091-64/+72
|
* Remove wash-log from the VC backend API.Eric S. Raymond2008-05-091-17/+23
|
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
|
* (vc-rcs-fetch-master-state): Fix inf-loop.Stefan Monnier2008-05-051-1/+2
|
* Clean up vc*-revision-granularity and vc*-checkout-model.Eric S. Raymond2008-05-021-18/+17
|
* (vc-rcs-state): Fix typos.Dan Nicolaescu2008-05-021-1/+1
|
* Remove some XXX comments no longer needed.Eric S. Raymond2008-05-011-3/+2
|
* Change 'needs-patch to 'needs-update.Eric S. Raymond2008-05-011-18/+20
|
* Make `checkout-model' apply to filesets.Stefan Monnier2008-04-291-14/+14
| | | | | | | | | | | | | | | | | | | * vc-hooks.el (vc-checkout-model): Rewrite. (vc-before-save, vc-after-save): Adjust callers accordingly. * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update) (vc-transfer-file): Adjust callers accordingly. * vc-rcs.el (vc-rcs-checkout-model): Adjust arg. (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file) (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model instead of vc-checkout-model. * vc-mcvs.el (vc-mcvs-revert): Use vc-mcvs-checkout-model i.s.o vc-checkout-model. * vc-cvs.el (vc-cvs-checkout-model): Adjust arg. (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model. * vc-svn.el (vc-svn-checkout-model): * vc-hg.el (vc-hg-checkout-model): * vc-git.el (vc-git-checkout-model): * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
* Change `dir-status' to not take (and pass) status-buffer.Stefan Monnier2008-04-111-2/+2
| | | | | | | | | | | | | (vc-status-create-fileinfo): Make `extra' optional. (vc-status-busy): New fun. (vc-status-menu-map): Use it. (vc-status-crt-marked): Remove. (vc-status-update): Rename from vc-status-add-entries. Add argument so as to prevent addition of entries. Rewrite. (vc-update-vc-status-buffer): Remove. (vc-status-refresh): Don't remove old entries, set them to up-to-date instead. Also do it after the update is complete. (vc-status-marked-files): η-reduce.
* * vc-rcs.el (vc-rcs-modify-change-comment):Dan Nicolaescu2008-04-081-1/+1
| | | | | | * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order. * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
* * vc-rcs.el (vc-rcs-dir-status):Dan Nicolaescu2008-04-051-0/+12
| | | | * vc-sccs.el (vc-sccs-dir-status): New function.
* (vc-rcs-register): Fix treatment of directories in multiple file case.Glenn Morris2008-02-241-22/+24
| | | | Use a single `let' rather than two.
* Make sure all backends support vc-BACKEND-root.Thien-Thi Nguyen2008-02-191-0/+3
| | | | | | | | * vc-hooks.el (vc-find-root): Take optional arg INVERT. If non-nil, reverse the sense of the check. * vc-rcs.el (vc-rcs-root): New func. * vc-cvs.el (vc-cvs-root): New func. * vc-svn.el (vc-svn-root): New func.
* Kill eol whitespace; nfc.Thien-Thi Nguyen2008-02-191-3/+3
|
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
| |
* | * (vc.el, vc-sccs.el, vc-rcs.el, vc-cs.el, vc-mcvs.el): PutEric S. Raymond2007-12-271-0/+5
| | | | | | | | | | | | | | | | machinery in place to support editing of change comments with 'e' in a log-view buffer. Not documented yet as this only works for SCCS, RCS, and maybe CVS if you have admin privileges. When we have backend support for Subversion and more modern systems it will ve time to write this up.
* | Terminology cleanup.Eric S. Raymond2007-10-101-28/+28
| |
* | (vc-rcs-annotate-command):Thien-Thi Nguyen2007-08-201-0/+1
| | | | | | | | | | Fix bug introduced in 2007-07-18T16:32:40Z!esr@snark.thyrsus.com: Add back :vc-annotate-prefix propertization.
* | Merge from emacs--rel--22Miles Bader2007-08-131-0/+8
|\| | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * (vc-rcs-find-file-not-found-hook):Stefan Monnier2007-08-091-0/+8
| | | | | | | | Move from vc-default-find-file-not-found-hook.
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| |
* | Add todo item.Stefan Monnier2007-07-201-0/+4
| |
* | Put the lower half (the back-end) of NewVC in place. This commitEric S. Raymond2007-07-181-90/+128
|/ | | | | makes only the minimum changes needed to get the old vc.el logic working with the new back ends.
* (vc-rcs-annotate-command):Thien-Thi Nguyen2007-03-241-4/+5
| | | | | | Set text property :vc-annotate-prefix on the annotation text. (vc-rcs-annotate-time): Instead of searching for ": ", search for end of text propertized with :vc-annotate-prefix.
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (vc-rcs-fetch-master-state, vc-rcs-consult-headers): Pass FILE toAndré Spiegel2006-01-271-2/+3
| | | | vc-user-login-name.
* (vc-rcs-state-heuristic): Use file-attributes with ID-FORMATAndré Spiegel2006-01-221-3/+3
| | | | `string'. This allows us to get rid of `vc-user-login-name UID'.
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (vc-rcs-annotate-command):Thien-Thi Nguyen2004-12-291-0/+1
| | | | Fix omission bug: Call `vc-setup-buffer'.
* (vc-rcs-parse): New function.Thien-Thi Nguyen2004-11-191-2/+464
| | | | | | | (vc-rcs-annotate-command): Likewise. (vc-rcs-annotate-current-time): Likewise. (vc-rcs-annotate-time): Likewise. (vc-rcs-annotate-extract-revision-at-line): Likewise.
* Doc fix.Stefan Monnier2004-09-071-4/+5
|
* (vc-rcs-checkout-model): Look at the version headers only ifAndré Spiegel2004-07-021-5/+9
| | | | vc-consult-headers is non-nil.
* (vc-rcs-print-log, vc-rcs-diff): Add optional BUFFER argument.André Spiegel2004-03-211-5/+5
|