home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / cvs-1.8.7-src.tgz / tar.out / fsf / cvs / contrib / ChangeLog < prev    next >
Text File  |  1996-09-28  |  7KB  |  204 lines

  1. Fri Aug 16 16:02:36 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  2.  
  3.     * Makefile.in (installdirs): support this target
  4.  
  5. Mon May  6 13:04:57 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  6.  
  7.     * Makefile.in (install): Don't tell user to run cvsinit.  It isn't
  8.     called cvsinit anymore, and it isn't necessary (repositories are,
  9.     and need to be, compatible between cvs versions).
  10.  
  11. Sun Apr 14 11:30:36 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  12.  
  13.         * Removed pcl-cvs/ subdir; see tools/ subdir in the top-level from
  14.         now on.
  15.         Added elib/ subdir.
  16.         
  17.         * Makefile.in (dist-dir): Removed all references to pcl-cvs/
  18.         subdir.
  19.  
  20. Wed Mar  6 10:20:28 1996  Greg A. Woods  <woods@most.weird.com>
  21.  
  22.     * log_accum.pl: ($MAILER): use sendmail directly to allow other
  23.     headers to be included
  24.     * log_accum.pl (mail_notification): add support to allow settting
  25.     of Reply-To and Date header fields in the sent mail; remove $mailto
  26.     argument and use the global variable (as with $replyto).
  27.     * log_accum.pl: add -R option for mail_notification()'s optional
  28.     Reply-To value [default to $login]
  29.  
  30. Fri Mar  1 01:51:56 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  31.  
  32.     * listener.c: added as mentioned in ../README.VMS
  33.  
  34. Mon Feb 19 13:37:36 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  35.  
  36.     * README: Don't just tell people "we don't want your script"; tell
  37.     them what to do instead.
  38.  
  39. Thu Feb  1 14:28:16 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  40.  
  41.         * Makefile.in (DISTFILES): added `rcs2sccs.sh', as mentioned in
  42.         README.
  43.  
  44. Thu Jan 18 09:39:16 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  45.  
  46.     * README: Talk about submitting changes to contrib directory.
  47.  
  48. Tue Nov 14 15:28:25 1995  Greg A. Woods  <woods@most.weird.com>
  49.  
  50.     * README: fix some spelling and other typos
  51.  
  52.     * Makefile.in: if I need reminding to run cvsinit....
  53.  
  54. Tue Nov 14 13:47:40 1995  Greg A. Woods  <woods@most.weird.com>
  55.  
  56.     * log_accum.pl:
  57.     - Fix 'cvs status' to use global -Qq options
  58.     - fix up a couple of comments, incl., my proper address
  59.  
  60.     * log.pl: add a CVSid and fix a couple of comments
  61.  
  62. Sun Oct  1 02:02:57 1995  Peter Wemm  <peter@haywire.dialix.com>
  63.  
  64.     * Makefile.in: supply a suffix rule to deal with .sh "source"
  65.  
  66. Sat Jul 29 17:29:13 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  67.  
  68.     * log.pl: Use global options -Qq, not command options -Qq.
  69.  
  70.     * Makefile.in (install): Look for $(PROGS) and
  71.     $(CONTRIB_PROGS) in build dir, not srcdir.
  72.  
  73. Fri Jul 28 19:48:45 1995  Paul Eggert  <eggert@twinsun.com>
  74.  
  75.     * rcs2log.sh: Sync with latest Emacs snapshot.
  76.  
  77. Thu Jul 27 20:29:30 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  78.  
  79.     * rcs2log.sh: import of initial WNT port work
  80.  
  81. Fri Jul 14 22:38:44 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  82.  
  83.     * rcs-to-cvs.sh: Changes from David J. Mackenzie.
  84.     Set permissions on new repository files correctly.
  85.     Ignore *~ files.
  86.  
  87. Thu Jul 13 23:04:12 CDT 1995  Jim Meyering  (meyering@comco.com)
  88.  
  89.     * Makefile.in (.pl, .csh): *Never* redirect output directly to
  90.     the target (usu $@) of a rule.  Instead, redirect to a temporary
  91.     file, and then move that temporary to the target.  I chose to
  92.     name temporary files $@-t.  Remember to be careful that the length
  93.     of the temporary file name not exceed the 14-character limit.
  94.  
  95. Sun Jul  9 21:16:53 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  96.  
  97.         These are actually Greg Woods' changes:
  98.         
  99.         * clmerge.pl, cvscheck.sh, descend.sh, dirfns.shar, rcs-to-cvs.sh,
  100.         rcs2log.sh, sccs2rcs.csh: renamed from the corresponding files
  101.         sans extensions.
  102.         
  103.         * rcs2sccs.sh: new file.
  104.  
  105. Sun Jul  9 19:03:00 1995  Greg A. Woods  <woods@most.weird.com>
  106.         
  107.         * rcs2log.sh: oops, one more thing that should not have been
  108.         there.
  109.         - fix interpreter file syntax.
  110.         - remove "fix" for separating filenames and comments
  111.  
  112.     * Makefile.in: hmm... thought rcs2log was in RCS-5.7 for some
  113.         reason -- it's not, so we'll install it from here....
  114.         - fix typo -- that's what you get for re-doing changes by hand!
  115.         - updates to support proper transformation and installation of
  116.         renamed files (from previous local changes)
  117.  
  118.     * .cvsignore: one more target noted...
  119.  
  120.     * sccs2rcs.csh: set up the interpreter file for updating by
  121.         Makefile (from previous local changes)
  122.  
  123.     * log_accum.pl, log.pl, commit_prep.pl:
  124.     - set up the interpreter file for updating by Makefile
  125.     - various modifications, updates, and enhancements
  126.     (from previous local changes)
  127.  
  128.     * rcslock.pl, mfpipe.pl, cvs_acls.pl, cln_hist.pl, clmerge.pl:
  129.     - set up the interpreter file for updating by Makefile
  130.     (from previous local changes)
  131.     - include changes from 1.5 here too, if any
  132.  
  133.     * README:
  134.     - remove extensions from filenames to match installed names
  135.     (from previous local changes)
  136.  
  137.     * .cvsignore: - added $(CONTRIB_PROGS) (from previous local changes)
  138.  
  139.         
  140. Thu Jun 29 10:43:07 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  141.  
  142.     * Makefile.in (distclean): Also remove pcl-cvs/Makefile.
  143.  
  144. Thu Jun  8 15:32:29 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  145.  
  146.     * intro.doc: Added.
  147.     * Makefile.in (DISTFILES): Add intro.doc.
  148.  
  149. Sat May 27 08:46:00 1995  Jim Meyering  (meyering@comco.com)
  150.  
  151.     * Makefile.in (Makefile): Regenerate only Makefile in current
  152.     directory when Makefile.in is out of date.  Depend on ../config.status.
  153.  
  154. Mon May  8 13:06:29 1995  Bryan O'Sullivan  <bos@serpentine.com>
  155.  
  156.     * README: added an entry for ccvs-rsh.pl.
  157.  
  158. Sun Apr 30 23:50:32 1995  Bryan O'Sullivan  <bos@serpentine.com>
  159.  
  160.     * ccvs-rsh.pl: fixed a typo and added more flexible use of
  161.     CVS_PROXY_USER.
  162.  
  163. Sun Apr 30 14:56:21 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  164.  
  165.     * clmerge: Changes from Tom Tromey --- fix bug in date comparison
  166.     function.
  167.  
  168. Sat Apr 29 20:53:08 1995  Bryan O'Sullivan  <bos@serpentine.com>
  169.  
  170.     * ccvs-rsh.pl: created.  See the file itself for documentation.
  171.  
  172.     * Makefile.in (DISTFILES): added ccvs-rsh.pl to the list of
  173.     files to install.
  174.  
  175. Fri Apr 28 22:32:45 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  176.  
  177.     * Makefile.in (DISTFILES): Brought up-to-date with current
  178.     directory contents.
  179.     (dist-dir): Renamed from dist-dir; use DISTDIR variable, passed
  180.     from parent.
  181.  
  182. Mon Feb 13 13:32:07 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  183.  
  184.     * rcs2log: rcs2log was originally in this tree; how did it get
  185.     deleted?  Anyway, this is the version distributed with Emacs
  186.     19.28, hacked to support CVS and Remote CVS.
  187.  
  188. Mon Jul 26 13:18:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  189.  
  190.     * rcs-to-cvs: Rewrite in sh.
  191.  
  192. Wed Jul 14 21:16:40 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  193.  
  194.     * rcs-to-cvs: Don't source .cshrc or hardcode paths.
  195.     Make respository dir if needed.  Don't suppress errors
  196.     (such as prompts) from co.
  197.  
  198. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  199.  
  200.     * Makefile.in, configure.in: removed traces of namesubdir,
  201.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  202.       copyrights to '92, changed some from Cygnus to FSF.
  203.  
  204.