xref: /openbsd/gnu/usr.bin/cvs/contrib/ChangeLog (revision c2c61682)
1*c2c61682StholoSun Apr 14 11:30:36 1996  Karl Fogel  <kfogel@floss.red-bean.com>
2*c2c61682Stholo
3*c2c61682Stholo        * Removed pcl-cvs/ subdir; see tools/ subdir in the top-level from
4*c2c61682Stholo        now on.
5*c2c61682Stholo        Added elib/ subdir.
6*c2c61682Stholo
7*c2c61682Stholo        * Makefile.in (dist-dir): Removed all references to pcl-cvs/
8*c2c61682Stholo        subdir.
9*c2c61682Stholo
10*c2c61682StholoWed Mar  6 10:20:28 1996  Greg A. Woods  <woods@most.weird.com>
11*c2c61682Stholo
12*c2c61682Stholo	* log_accum.pl: ($MAILER): use sendmail directly to allow other
13*c2c61682Stholo	headers to be included
14*c2c61682Stholo	* log_accum.pl (mail_notification): add support to allow settting
15*c2c61682Stholo	of Reply-To and Date header fields in the sent mail; remove $mailto
16*c2c61682Stholo	argument and use the global variable (as with $replyto).
17*c2c61682Stholo	* log_accum.pl: add -R option for mail_notification()'s optional
18*c2c61682Stholo	Reply-To value [default to $login]
19*c2c61682Stholo
20*c2c61682StholoFri Mar  1 01:51:56 1996  Benjamin J. Lee  <benjamin@cyclic.com>
21*c2c61682Stholo
22*c2c61682Stholo	* listener.c: added as mentioned in ../README.VMS
23*c2c61682Stholo
24c26070a5StholoMon Feb 19 13:37:36 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
25c26070a5Stholo
26c26070a5Stholo	* README: Don't just tell people "we don't want your script"; tell
27c26070a5Stholo	them what to do instead.
28c26070a5Stholo
29c26070a5StholoThu Feb  1 14:28:16 1996  Karl Fogel  <kfogel@floss.red-bean.com>
30c26070a5Stholo
31c26070a5Stholo        * Makefile.in (DISTFILES): added `rcs2sccs.sh', as mentioned in
32c26070a5Stholo        README.
33c26070a5Stholo
3413571821StholoThu Jan 18 09:39:16 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
3513571821Stholo
3613571821Stholo	* README: Talk about submitting changes to contrib directory.
3713571821Stholo
3813571821StholoTue Nov 14 15:28:25 1995  Greg A. Woods  <woods@most.weird.com>
3913571821Stholo
4013571821Stholo	* README: fix some spelling and other typos
4113571821Stholo
4213571821Stholo	* Makefile.in: if I need reminding to run cvsinit....
4313571821Stholo
4413571821StholoTue Nov 14 13:47:40 1995  Greg A. Woods  <woods@most.weird.com>
4513571821Stholo
4613571821Stholo	* log_accum.pl:
4713571821Stholo	- Fix 'cvs status' to use global -Qq options
4813571821Stholo	- fix up a couple of comments, incl., my proper address
4913571821Stholo
5013571821Stholo	* log.pl: add a CVSid and fix a couple of comments
5113571821Stholo
521e72d8d2SderaadtSun Oct  1 02:02:57 1995  Peter Wemm  <peter@haywire.dialix.com>
531e72d8d2Sderaadt
541e72d8d2Sderaadt	* Makefile.in: supply a suffix rule to deal with .sh "source"
551e72d8d2Sderaadt
561e72d8d2SderaadtSat Jul 29 17:29:13 1995  James Kingdon  <kingdon@harvey.cyclic.com>
571e72d8d2Sderaadt
581e72d8d2Sderaadt	* log.pl: Use global options -Qq, not command options -Qq.
591e72d8d2Sderaadt
601e72d8d2Sderaadt	* Makefile.in (install): Look for $(PROGS) and
611e72d8d2Sderaadt	$(CONTRIB_PROGS) in build dir, not srcdir.
621e72d8d2Sderaadt
631e72d8d2SderaadtFri Jul 28 19:48:45 1995  Paul Eggert  <eggert@twinsun.com>
641e72d8d2Sderaadt
651e72d8d2Sderaadt	* rcs2log.sh: Sync with latest Emacs snapshot.
661e72d8d2Sderaadt
671e72d8d2SderaadtThu Jul 27 20:29:30 1995  Jim Blandy  <jimb@totoro.cyclic.com>
681e72d8d2Sderaadt
691e72d8d2Sderaadt	* rcs2log.sh: import of initial WNT port work
701e72d8d2Sderaadt
711e72d8d2SderaadtFri Jul 14 22:38:44 1995  Jim Blandy  <jimb@totoro.cyclic.com>
721e72d8d2Sderaadt
731e72d8d2Sderaadt	* rcs-to-cvs.sh: Changes from David J. Mackenzie.
741e72d8d2Sderaadt	Set permissions on new repository files correctly.
751e72d8d2Sderaadt	Ignore *~ files.
761e72d8d2Sderaadt
771e72d8d2SderaadtThu Jul 13 23:04:12 CDT 1995  Jim Meyering  (meyering@comco.com)
781e72d8d2Sderaadt
791e72d8d2Sderaadt	* Makefile.in (.pl, .csh): *Never* redirect output directly to
801e72d8d2Sderaadt	the target (usu $@) of a rule.  Instead, redirect to a temporary
811e72d8d2Sderaadt	file, and then move that temporary to the target.  I chose to
821e72d8d2Sderaadt	name temporary files $@-t.  Remember to be careful that the length
831e72d8d2Sderaadt	of the temporary file name not exceed the 14-character limit.
841e72d8d2Sderaadt
851e72d8d2SderaadtSun Jul  9 21:16:53 1995  Karl Fogel  <kfogel@floss.cyclic.com>
861e72d8d2Sderaadt
871e72d8d2Sderaadt        These are actually Greg Woods' changes:
881e72d8d2Sderaadt
891e72d8d2Sderaadt        * clmerge.pl, cvscheck.sh, descend.sh, dirfns.shar, rcs-to-cvs.sh,
901e72d8d2Sderaadt        rcs2log.sh, sccs2rcs.csh: renamed from the corresponding files
911e72d8d2Sderaadt        sans extensions.
921e72d8d2Sderaadt
931e72d8d2Sderaadt        * rcs2sccs.sh: new file.
941e72d8d2Sderaadt
951e72d8d2SderaadtSun Jul  9 19:03:00 1995  Greg A. Woods  <woods@most.weird.com>
961e72d8d2Sderaadt
971e72d8d2Sderaadt        * rcs2log.sh: oops, one more thing that should not have been
981e72d8d2Sderaadt        there.
991e72d8d2Sderaadt        - fix interpreter file syntax.
1001e72d8d2Sderaadt        - remove "fix" for separating filenames and comments
1011e72d8d2Sderaadt
1021e72d8d2Sderaadt	* Makefile.in: hmm... thought rcs2log was in RCS-5.7 for some
1031e72d8d2Sderaadt        reason -- it's not, so we'll install it from here....
1041e72d8d2Sderaadt        - fix typo -- that's what you get for re-doing changes by hand!
1051e72d8d2Sderaadt        - updates to support proper transformation and installation of
1061e72d8d2Sderaadt        renamed files (from previous local changes)
1071e72d8d2Sderaadt
1081e72d8d2Sderaadt	* .cvsignore: one more target noted...
1091e72d8d2Sderaadt
1101e72d8d2Sderaadt	* sccs2rcs.csh: set up the interpreter file for updating by
1111e72d8d2Sderaadt        Makefile (from previous local changes)
1121e72d8d2Sderaadt
1131e72d8d2Sderaadt	* log_accum.pl, log.pl, commit_prep.pl:
1141e72d8d2Sderaadt	- set up the interpreter file for updating by Makefile
1151e72d8d2Sderaadt	- various modifications, updates, and enhancements
1161e72d8d2Sderaadt	(from previous local changes)
1171e72d8d2Sderaadt
1181e72d8d2Sderaadt	* rcslock.pl, mfpipe.pl, cvs_acls.pl, cln_hist.pl, clmerge.pl:
1191e72d8d2Sderaadt	- set up the interpreter file for updating by Makefile
1201e72d8d2Sderaadt	(from previous local changes)
1211e72d8d2Sderaadt	- include changes from 1.5 here too, if any
1221e72d8d2Sderaadt
1231e72d8d2Sderaadt	* README:
1241e72d8d2Sderaadt	- remove extensions from filenames to match installed names
1251e72d8d2Sderaadt	(from previous local changes)
1261e72d8d2Sderaadt
1271e72d8d2Sderaadt	* .cvsignore: - added $(CONTRIB_PROGS) (from previous local changes)
1281e72d8d2Sderaadt
1291e72d8d2Sderaadt
1301e72d8d2SderaadtThu Jun 29 10:43:07 1995  James Kingdon  <kingdon@harvey.cyclic.com>
1311e72d8d2Sderaadt
1321e72d8d2Sderaadt	* Makefile.in (distclean): Also remove pcl-cvs/Makefile.
1331e72d8d2Sderaadt
1341e72d8d2SderaadtThu Jun  8 15:32:29 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
1351e72d8d2Sderaadt
1361e72d8d2Sderaadt	* intro.doc: Added.
1371e72d8d2Sderaadt	* Makefile.in (DISTFILES): Add intro.doc.
1381e72d8d2Sderaadt
1391e72d8d2SderaadtSat May 27 08:46:00 1995  Jim Meyering  (meyering@comco.com)
1401e72d8d2Sderaadt
1411e72d8d2Sderaadt	* Makefile.in (Makefile): Regenerate only Makefile in current
1421e72d8d2Sderaadt	directory when Makefile.in is out of date.  Depend on ../config.status.
1431e72d8d2Sderaadt
1441e72d8d2SderaadtMon May  8 13:06:29 1995  Bryan O'Sullivan  <bos@serpentine.com>
1451e72d8d2Sderaadt
1461e72d8d2Sderaadt	* README: added an entry for ccvs-rsh.pl.
1471e72d8d2Sderaadt
1481e72d8d2SderaadtSun Apr 30 23:50:32 1995  Bryan O'Sullivan  <bos@serpentine.com>
1491e72d8d2Sderaadt
1501e72d8d2Sderaadt	* ccvs-rsh.pl: fixed a typo and added more flexible use of
1511e72d8d2Sderaadt	CVS_PROXY_USER.
1521e72d8d2Sderaadt
1531e72d8d2SderaadtSun Apr 30 14:56:21 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
1541e72d8d2Sderaadt
1551e72d8d2Sderaadt	* clmerge: Changes from Tom Tromey --- fix bug in date comparison
1561e72d8d2Sderaadt	function.
1571e72d8d2Sderaadt
1581e72d8d2SderaadtSat Apr 29 20:53:08 1995  Bryan O'Sullivan  <bos@serpentine.com>
1591e72d8d2Sderaadt
1601e72d8d2Sderaadt	* ccvs-rsh.pl: created.  See the file itself for documentation.
1611e72d8d2Sderaadt
1621e72d8d2Sderaadt	* Makefile.in (DISTFILES): added ccvs-rsh.pl to the list of
1631e72d8d2Sderaadt	files to install.
1641e72d8d2Sderaadt
1651e72d8d2SderaadtFri Apr 28 22:32:45 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
1661e72d8d2Sderaadt
1671e72d8d2Sderaadt	* Makefile.in (DISTFILES): Brought up-to-date with current
1681e72d8d2Sderaadt	directory contents.
1691e72d8d2Sderaadt	(dist-dir): Renamed from dist-dir; use DISTDIR variable, passed
1701e72d8d2Sderaadt	from parent.
1711e72d8d2Sderaadt
1721e72d8d2SderaadtMon Feb 13 13:32:07 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
1731e72d8d2Sderaadt
1741e72d8d2Sderaadt	* rcs2log: rcs2log was originally in this tree; how did it get
1751e72d8d2Sderaadt	deleted?  Anyway, this is the version distributed with Emacs
1761e72d8d2Sderaadt	19.28, hacked to support CVS and Remote CVS.
1771e72d8d2Sderaadt
1781e72d8d2SderaadtMon Jul 26 13:18:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1791e72d8d2Sderaadt
1801e72d8d2Sderaadt	* rcs-to-cvs: Rewrite in sh.
1811e72d8d2Sderaadt
1821e72d8d2SderaadtWed Jul 14 21:16:40 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
1831e72d8d2Sderaadt
1841e72d8d2Sderaadt	* rcs-to-cvs: Don't source .cshrc or hardcode paths.
1851e72d8d2Sderaadt	Make respository dir if needed.  Don't suppress errors
1861e72d8d2Sderaadt	(such as prompts) from co.
1871e72d8d2Sderaadt
1881e72d8d2SderaadtWed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
1891e72d8d2Sderaadt
1901e72d8d2Sderaadt	* Makefile.in, configure.in: removed traces of namesubdir,
1911e72d8d2Sderaadt	  -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
1921e72d8d2Sderaadt	  copyrights to '92, changed some from Cygnus to FSF.
1931e72d8d2Sderaadt
194