
xed/NEWS

Copyright (C) 2002,2003 Cliff Miller <cbm@nightcoder.com>
See the end for copying conditions.

This is the first public domain release of the 'xed' package.
See the ChangeLog for history of visible changes.

Please send xed bug reports to cbm@nightcoder.com.

Version 2.0.1

xed is a simple editor wrapper script which transparently handles
mutual exclusion (through file locking) and RCS check-in/out.  it is
designed for atomic edits, i.e., ones where your typical edit cycle
is co/vi/ci.

	QUICK START

To use this package, you will need perl 5.x.

% ./configure [--prefix=...]
% make install

-------------------------------------------------------
Copying information:

Copyright (C) 2002,2003 Cliff Miller <cbm@nightcoder.com>

   Permission is granted to anyone to make or distribute verbatim copies
   of this document as received, in any medium, provided that the
   copyright notice and this permission notice are preserved,
   thus giving the recipient permission to redistribute in turn.

   Permission is granted to distribute modified versions
   of this document, or of portions of it,
   under the above conditions, provided also that they
   carry prominent notices stating who last changed them.

