Commit graph

37 commits

Author SHA1 Message Date
Dan Nicolaescu
fe1919ab86 * vc.el (vc-diff-internal): Make the *vc-diff* buffer read only.
* vc-svn.el (vc-svn-print-log, vc-svn-diff):
* vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-annotate-command):
* vc-cvs.el (vc-cvs-print-log, vc-cvs-diff)
(vc-cvs-annotate-command):
* vc-arch.el (vc-arch-diff): Remove test to check if start-process
is bound, it always is.
2007-11-10 05:22:16 +00:00
Stefan Monnier
a44d450b8c (vc-arch-revision-completion-table): Make it work when the
arg is a list of files.
2007-10-20 01:05:50 +00:00
Eric S. Raymond
ac3f4c6f02 Terminology cleanup. 2007-10-10 18:52:45 +00:00
Stefan Monnier
98a6dc9f68 (vc-arch-checkin): Fix typo. 2007-09-07 19:00:30 +00:00
Stefan Monnier
80d7d79f55 (vc-arch-extra-menu-map): New var and fun.
(vc-arch-find-file-not-found-hook): Remove, it's now the default.
2007-08-21 15:18:06 +00:00
Miles Bader
9aecacd08a Merge from emacs--rel--22
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
2007-07-26 05:28:10 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Stefan Monnier
f3b8feb4fb (vc-arch-diff): Fix last change. 2007-07-20 20:02:32 +00:00
Eric S. Raymond
8cdd17b444 Put the lower half (the back-end) of NewVC in place. This commit
makes only the minimum changes needed to get the old vc.el logic
working with the new back ends.
2007-07-18 16:32:40 +00:00
Stefan Monnier
ebaba1bd73 (vc-arch-complete): Remove.
(vc-arch-revision-completion-table): Use complete-with-action.
2007-07-10 19:55:12 +00:00
Stefan Monnier
56dada428e (vc-arch-add-tagline): Do a slightly cleaner job.
(vc-arch-complete, vc-arch--version-completion-table)
(vc-arch-revision-completion-table): New functions to provide
completion of revision names.
(vc-arch-trim-find-least-useful-rev, vc-arch-trim-make-sentinel)
(vc-arch-trim-one-revlib, vc-arch-trim-revlib): New functions
to let the user trim the revlib.
2007-06-26 17:59:52 +00:00
Stefan Monnier
b4c4ba4182 (vc-arch-command): Remove bzr. It's a different program. 2007-06-13 18:00:34 +00:00
Sam Steingold
e7053211d6 (vc-arch-command): Also try "baz" and "bzr". 2007-06-12 13:37:56 +00:00
Stefan Monnier
74cb3d2111 (vc-with-current-file-buffer): New macro.
(vc-arch-file-source-p): Use it to avoid infloop.
2007-03-28 01:19:43 +00:00
Richard M. Stallman
e56b4640c2 (vc-arch-file-id): Move with-current-buffer inside the if. 2007-01-28 07:05:42 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Stefan Monnier
544bdc401a (vc-arch-find-version): New function. 2006-12-27 16:26:34 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +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
ef5c2ecae7 (vc-arch-checkin, vc-arch-diff): Follow error conventions. 2005-06-14 15:21:33 +00:00
André Spiegel
160a154482 (vc-arch-diff): Don't diff asynchronously if vc-disable-async-diff is
t.
2005-01-09 21:29:27 +00:00
Stefan Monnier
c771f3d67a (vc-arch-workfile-version): Fix last change. 2005-01-02 22:07:52 +00:00
Stefan Monnier
5e39b98a29 (vc-arch-workfile-version): Handle the empty-branch case. 2005-01-02 22:00:07 +00:00
Stefan Monnier
bcabe045db (vc-arch-workfile-version): Don't burp if the patch-log directory is missing. 2004-10-17 23:01:25 +00:00
Stefan Monnier
ef9c4df0c0 (vc-arch-root, vc-arch-registered): Use vc-find-root. 2004-09-13 20:39:59 +00:00
Stefan Monnier
c9cb3a267c (vc-arch-state): Fix parsing for `names' method. 2004-09-08 22:15:34 +00:00
Stefan Monnier
86d660c6c2 (vc-arch-workfile-version): Handle the special case before the first commit. 2004-09-07 04:49:03 +00:00
Kim F. Storm
d30bef6454 (vc-arch-mode-line-rewrite): Add :group 'vc. 2004-06-29 13:00:49 +00:00
Stefan Monnier
f9e66e49d4 (vc-arch-state): Don't assume the file exists. 2004-06-01 00:25:50 +00:00
Stefan Monnier
bf37bf11f9 (vc-arch-diff): Add optional `buffer' arg. 2004-05-28 23:04:07 +00:00
Stefan Monnier
7bbdf1cb6e (vc-arch-root): Be a bit more careful.
(vc-arch-register): Save the buffer if we modified it.
(vc-arch-delete-rej-if-obsolete): Save excursion.
(vc-arch-find-file-hook): Use the simpler after-save-hook.
(vc-arch-responsible-p, vc-arch-init-version): New functions.
2004-04-12 04:23:38 +00:00
Stefan Monnier
e5d31f9f63 Require CL for `case'. 2004-03-23 21:36:49 +00:00
Stefan Monnier
df617e7ff8 (vc-arch-diff): Handle the special case where `newvers' is equivalent to nil.
(vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
(vc-arch-mode-line-string): Accept `added' state.
(vc-arch-state): Use inode-sigs if available.
(vc-arch-add-tagline): Rename from vc-arch-add-tag.
Copy&delete existing id file if any.  Fallback if uuidgen is absent.
(vc-arch-tagline-re): New var.
(vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method): New funs.
(vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
(vc-arch-registered): Try our best guess using vc-arch-file-source-p.
2004-03-23 21:34:06 +00:00
Stefan Monnier
27fde5995a (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
Take sealed revisions into account.
(vc-arch-checkin): Extract a summary line from the message.
2004-03-18 02:48:06 +00:00
Stefan Monnier
68eb03ca88 (vc-arch-workfile-unchanged-p): Define to avoid dup-diff. 2004-03-16 15:20:17 +00:00
Stefan Monnier
0f6c7af8d6 New file. 2004-03-15 03:39:09 +00:00