1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00
Commit Graph

88 Commits

Author SHA1 Message Date
Stefan Monnier
bad3da7a5f (cvs-edit-log-files): New var.
(cvs-mode-edit-log): New arg `file'.
(cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
Instead force the use of the original file and nothing else.
(cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
the cvs-minor-wrap-function is set.
(cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2005-10-15 12:04:34 +00:00
Stefan Monnier
7a34e7b1dc (cvs-sentinel): Make sure we do re-enable undo. 2005-10-06 15:32:14 +00:00
Deepak Goel
8a26c16552 Message format spec fixes (1) 2005-09-18 12:25:02 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
e248903c19 (cvs-mode): Follow error conventions. 2005-06-14 15:20:05 +00:00
Miles Bader
94d5c8765b Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-380
Update uses of renamed pcvs faces

2005-06-10  Miles Bader  <miles@gnu.org>

   * lisp/pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
   * lisp/pcvs-defs.el (cvs-mode-map): Likewise.
   * lisp/cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2005-06-10 09:13:25 +00:00
Stefan Monnier
5f4d0dd97e (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
list-buffers-directory.  This caused the *cvs-commit* buffer to be
sometimes mistakenly reused as a *cvs* buffer.
2005-05-06 22:19:48 +00:00
Stefan Monnier
2231c2bc7d Rename "full-path" -> "full-name". 2005-04-26 20:37:31 +00:00
Stefan Monnier
59bb94103a (cvs-checkout): Prompt for cvsroot as well. 2005-04-03 21:18:51 +00:00
Stefan Monnier
5f0e7257a7 (cvs-sentinel): Fix last change. 2005-04-01 18:01:55 +00:00
Stefan Monnier
8f53f317b1 (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
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.
2005-04-01 17:58:09 +00:00
Stefan Monnier
8a46238114 (smerge-ediff): Remove bogus autoload. 2005-03-14 19:39:17 +00:00
Stefan Monnier
dae3211dbd (cvs-retrieve-revision): Fix thinko. 2005-02-21 18:36:11 +00:00
Stefan Monnier
31982e1f7f (cvs-header-msg): New function.
(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.
2004-12-01 22:35:15 +00:00
Stefan Monnier
38400c2a69 (cvs-mode-checkout): New command. 2004-11-11 23:45:52 +00:00
Kim F. Storm
d12757b787 (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
(cvs-mode-find-file): Add optional `view' arg to enter view mode.
2004-10-15 23:38:04 +00:00
Juri Linkov
9ff78fedc8 (cvs-mode-diff-repository): New command. 2004-07-02 04:32:54 +00:00
Kim F. Storm
a9b1046892 (cvs-mode-diff-yesterday): New command. 2004-06-10 08:29:32 +00:00
Stefan Monnier
91ba19536a (defun-cvs-mode): Fix capitalization of error message. 2004-05-19 18:55:51 +00:00
Juanma Barranquero
f009f3bce9 (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
(cvs-get-marked): Remove redundant arglist info.
2004-05-09 01:54:01 +00:00
Stefan Monnier
6dfa5acfe3 (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
Make it work for non-mouse events.
2004-04-14 17:36:09 +00:00
Stefan Monnier
3b52037bec (cvs-parse-process): Workaround for Darwin. 2004-03-28 22:02:16 +00:00
Richard M. Stallman
cd07ee9028 (cvs-mode-add-change-log-entry-other-window): Fix minor bug. 2004-03-12 10:12:14 +00:00
Thien-Thi Nguyen
d3ffebbcea (cvs-mode-unmark-up): Move to goal column when done. 2003-09-29 14:40:28 +00:00
Masatake YAMATO
9ceda1bb22 Change the prompt depending on `filter' value. 2003-09-19 18:43:16 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Masatake YAMATO
bb61abb8a1 * pcvs.el (cvs-do-removal): Use = instead of eq to check
the numbre of files. Bind the numbre of files to a a local
variable. Suggestd by Kevin Rodgers <ihs_4664@yahoo.com>.
2003-08-31 02:11:21 +00:00
Masatake YAMATO
9f39e551a2 (cvs-do-removal): Show the deleted file name on the prompt. 2003-08-23 02:40:47 +00:00
Stefan Monnier
8a769de647 (cvs-temp-buffer): Kill running process in displayed buffers.
(cvs-make-cvs-buffer): Fix up format of the header.
2003-05-23 19:31:02 +00:00
Stefan Monnier
1d2b9bbaf9 (cvs-append-to-ignore): New arg `old-dir'.
(cvs-mode-ignore): Use it.
2003-05-14 15:02:05 +00:00
Stefan Monnier
94d79fb406 (cvs-make-cvs-buffer): Add the tag info.
(cvs-mode): Prevent pilot-error.
2003-05-13 15:22:39 +00:00
Stefan Monnier
6a26cf4a72 (cvs-minor-current-files): Move before first use.
(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'.
2003-05-12 18:16:43 +00:00
Stefan Monnier
6adf3f60e4 (cvs-retrieve-revision): Make sure HEAD gets you the head of the branch. 2003-05-12 17:49:22 +00:00
Stefan Monnier
1647ff5c46 Remove annoying $Id$ tag. 2003-05-09 22:37:44 +00:00
Sam Steingold
7b33268a39 (cvs-mode-find-file): Fixed the last patch's logic. 2003-05-09 15:59:02 +00:00
Stefan Monnier
6145460516 (cvs-mode-find-file): Don't complain if bound to a non-mouse event.
(cvs-vc-command-advice): Don't parse "cvs update -p" output.
2003-05-01 00:46:41 +00:00
Sam Steingold
160181b884 (cvs-examine): Respect `find-file-visit-truename'. 2003-04-20 22:03:00 +00:00
Stefan Monnier
7b004f77e2 (cvs-mode-tag): Docstring improvement. 2003-03-19 14:34:24 +00:00
Stefan Monnier
906cbe4568 (cvs-mode!): Remove unused argument. 2003-03-16 01:09:05 +00:00
Stefan Monnier
1854d6e271 Comment update. 2003-02-10 21:48:38 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
Stefan Monnier
7ae1e293e5 (cvs-sentinel): More verbose completion message. 2002-12-05 15:23:37 +00:00
Markus Rost
0082111598 (cvs-minor-mode, cvs-mode-commit-hook): Add group. 2002-11-18 20:56:45 +00:00
Stefan Monnier
30c91af19b (cvs-mode-run): Don't pass "." if not needed. 2002-11-13 20:19:38 +00:00
Kim F. Storm
2c05f7adc5 (cvs-checkout): Use read-directory-name.
(cvs-query-directory): Likewise.
2002-10-26 22:27:39 +00:00
Stefan Monnier
3dcdb054a0 (cvs-mode-find-file): Look up font-lock-face so it also
works when font-lock is turned off.
2002-10-01 18:48:35 +00:00
Stefan Monnier
3f1045d53f (cvs-do-removal): Bind inhibit-read-only while modifying the buffer. 2002-09-13 19:09:45 +00:00
Stefan Monnier
595015bbf8 (cvs-mode-find-file): Work even if point is at beg-of-line. 2002-09-13 18:25:26 +00:00
Stefan Monnier
6b2e4334c9 (cvs-run-process): Use a pty rather than a pipe to work
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).
2002-09-03 01:40:29 +00:00