aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/pcvs.el
Commit message (Collapse)AuthorAgeFilesLines
...
* (cvs-checkout): Prompt for cvsroot as well.Stefan Monnier2005-04-031-9/+14
|
* (cvs-sentinel): Fix last change.Stefan Monnier2005-04-011-1/+1
|
* (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):Stefan Monnier2005-04-011-49/+56
| | | | | | | | | | Use buffer-live-p. (cvs-mode-run): Don't call cvs-update-header here. (cvs-run-process): Call cvs-update-header. Use process properties for cvs-postprocess and cvs-buffer so that the sentinel can behave better if the temp buffer is killed. Use a pipe rather than a tty, to better handle unexpected prompts. (cvs-sentinel): Rewrite. Call cvs-update-header.
* (smerge-ediff): Remove bogus autoload.Stefan Monnier2005-03-141-2/+0
|
* (cvs-retrieve-revision): Fix thinko.Stefan Monnier2005-02-211-3/+2
|
* (cvs-header-msg): New function.Stefan Monnier2004-12-011-35/+40
| | | | | | | (cvs-update-header): Use it. Change calling convention. Correctly handle the case of having simultaneous active processes. (cvs-sentinel): Don't call cvs-update-header any more. (cvs-mode-run): Update call and add cvs-update-header to postproc.
* (cvs-mode-checkout): New command.Stefan Monnier2004-11-111-3/+18
|
* (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.Kim F. Storm2004-10-151-3/+17
| | | | (cvs-mode-find-file): Add optional `view' arg to enter view mode.
* (cvs-mode-diff-repository): New command.Juri Linkov2004-07-021-0/+6
|
* (cvs-mode-diff-yesterday): New command.Kim F. Storm2004-06-101-0/+6
|
* (defun-cvs-mode): Fix capitalization of error message.Stefan Monnier2004-05-191-1/+1
|
* (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.Juanma Barranquero2004-05-091-6/+3
| | | | (cvs-get-marked): Remove redundant arglist info.
* (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.Stefan Monnier2004-04-141-5/+6
| | | | Make it work for non-mouse events.
* (cvs-parse-process): Workaround for Darwin.Stefan Monnier2004-03-281-2/+10
|
* (cvs-mode-add-change-log-entry-other-window): Fix minor bug.Richard M. Stallman2004-03-121-2/+2
|
* (cvs-mode-unmark-up): Move to goal column when done.Thien-Thi Nguyen2003-09-291-4/+5
|
* Change the prompt depending on `filter' value.Masatake YAMATO2003-09-191-3/+7
|
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* * pcvs.el (cvs-do-removal): Use = instead of eq to checkMasatake YAMATO2003-08-311-4/+6
| | | | | the numbre of files. Bind the numbre of files to a a local variable. Suggestd by Kevin Rodgers <[email protected]>.
* (cvs-do-removal): Show the deleted file name on the prompt.Masatake YAMATO2003-08-231-1/+4
|
* (cvs-temp-buffer): Kill running process in displayed buffers.Stefan Monnier2003-05-231-2/+10
| | | | (cvs-make-cvs-buffer): Fix up format of the header.
* (cvs-append-to-ignore): New arg `old-dir'.Stefan Monnier2003-05-141-8/+11
| | | | (cvs-mode-ignore): Use it.
* (cvs-make-cvs-buffer): Add the tag info.Stefan Monnier2003-05-131-7/+14
| | | | (cvs-mode): Prevent pilot-error.
* (cvs-minor-current-files): Move before first use.Stefan Monnier2003-05-121-9/+7
| | | | | | | | (defun-cvs-mode): Remove unused var `restdoc'. (cvs-edit-log-revision, ediff-after-quit-hook-internal): Declare. (cvs-mode-diff-backup): Remove unused var `filter'. (cvs-mode-run): Remove unused var `cvs-buf'. (cvs-mode-do): Remove unused arg `parse'.
* (cvs-retrieve-revision): Make sure HEAD gets you the head of the branch.Stefan Monnier2003-05-121-3/+9
|
* Remove annoying $Id$ tag.Stefan Monnier2003-05-091-1/+0
|
* (cvs-mode-find-file): Fixed the last patch's logic.Sam Steingold2003-05-091-3/+4
|
* (cvs-mode-find-file): Don't complain if bound to a non-mouse event.Stefan Monnier2003-05-011-6/+12
| | | | (cvs-vc-command-advice): Don't parse "cvs update -p" output.
* (cvs-examine): Respect `find-file-visit-truename'.Sam Steingold2003-04-201-1/+2
|
* (cvs-mode-tag): Docstring improvement.Stefan Monnier2003-03-191-2/+5
|
* (cvs-mode!): Remove unused argument.Stefan Monnier2003-03-161-6/+6
|
* Comment update.Stefan Monnier2003-02-101-2/+3
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-3/+3
|
* (cvs-sentinel): More verbose completion message.Stefan Monnier2002-12-051-2/+2
|
* (cvs-minor-mode, cvs-mode-commit-hook): Add group.Markus Rost2002-11-181-3/+5
|
* (cvs-mode-run): Don't pass "." if not needed.Stefan Monnier2002-11-131-1/+7
|
* (cvs-checkout): Use read-directory-name.Kim F. Storm2002-10-261-3/+3
| | | | (cvs-query-directory): Likewise.
* (cvs-mode-find-file): Look up font-lock-face so it alsoStefan Monnier2002-10-011-4/+6
| | | | works when font-lock is turned off.
* (cvs-do-removal): Bind inhibit-read-only while modifying the buffer.Stefan Monnier2002-09-131-4/+5
|
* (cvs-mode-find-file): Work even if point is at beg-of-line.Stefan Monnier2002-09-131-2/+2
|
* (cvs-run-process): Use a pty rather than a pipe to workStefan Monnier2002-09-031-6/+83
| | | | | | | | | around the cvs/ssh/libc bug. (cvs-update-header): Understand `cvs admin -m<rev>:<msg>' syntax. (defun-cvs-mode): Use the new `declare' thingy. (cvs-edit-log-text-at-point, cvs-mode-edit-log, cvs-do-edit-log) (cvs-edit-log-minor-wrap, cvs-edit-log-filelist): New funs. (cvs-mode-undo): Use `cvs add' for (CONFLICT. REMOVED).
* (cvs-parse-process): Don't save/restore point.Stefan Monnier2002-06-251-53/+53
| | | | | | | | | Fix last change not to introduce spurious dir FIs. (cvs-move-to-goal-column): New function extracted from cvs-mode-previous-line. (cvs-mode-previous-line, cvs-mode-next-line): Use it. (cvs-addto-collection): Use it to preserve point. (cvs-vc-command-advice): Ad-hoc workaround for `cvs -q add'.
* (cvs-fileinfo-kill): Remove.Stefan Monnier2002-06-241-24/+36
| | | | | (cvs-parse-process): Add `old-fis' argument. (cvs-mode-run): Use it instead of cvs-fileinfo-kill.
* (cvs-vc-command-advice): Handle the case where argsStefan Monnier2002-06-181-5/+9
| | | | | are passed to `cvs' before the command name. (cvs-fileinfo-kill): Mark old FIs as up-to-date rather than dead.
* (cvs-cmd-do): Accept non-CVS dirs with CVS-ctrl'd subdirs.Stefan Monnier2002-05-161-10/+13
| | | | | (cvs-mode-add-change-log-entry-other-window): Work on multiple files. (cvs-mode-set-flags): Don't cons unnecessarily.
* * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line): Move toKai Großjohann2002-04-031-3/+15
| | | | | | | spot indicated by text property `cvs-goal-column', if present. * pcvs-info.el (cvs-fileinfo-pp): Use text property `cvs-goal-column' to indicate position of file name (if present).
* (cvs-reread-cvsrc): Distinguish between an empty list ofStefan Monnier2002-01-251-7/+7
| | | | args and the absence of an entry. Don't add -f each time.
* Doc fix.Pavel Janík2001-12-201-2/+2
|
* (cvs-reread-cvsrc): Don't use cvs-file-to-string.Stefan Monnier2001-12-021-17/+21
|
* (cvs-mode-commit-hook): New hook.Stefan Monnier2001-10-301-2/+8
| | | | (cvs-mode-commit): Run it.