home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 5 / CD_Magazyn_EXEC_nr_5.iso / Programy / Programowanie / cvs-1.11.lha / cvs-1.11 / contrib / ChangeLog next >
Encoding:
Text File  |  2000-09-08  |  14.6 KB  |  424 lines

  1. 2000-09-07  Larry Jones  <larry.jones@sdrc.com>
  2.  
  3.     * Makefile.in: Use @bindir@, @libdir@, @infodir@, and @mandir@
  4.     from autoconf.
  5.  
  6. 2000-02-25  Larry Jones  <larry.jones@sdr.com>
  7.  
  8.     * log.pl: Get committer from command line instead of getlogin
  9.     so that client/server works correctly.
  10.     * loc_accum.pl: Ditto.
  11.  
  12. 2000-01-24  K.J. Paradise <kj@sourcegear.com>
  13.  
  14.     * sccs2rcs.csh: fixed a y2k bug.  This was submitted 
  15.     by Ceri Davies <ceri_davies@isdcorp.com>, and looks 
  16.     okay to me. 
  17.  
  18. 1999-01-19  Graham Stoney <greyham@research.canon.com.au>
  19.  
  20.     * log.pl: The author commited the canonical perl "localtime" Y2K
  21.     offence, of printing "19$year" instead of (1900 + $year). Of
  22.     course, the result is non-compliance in year 2000.  Fix it.
  23.  
  24. 1998-10-14  Jim Kingdon
  25.  
  26.     * ccvs-rsh.pl: Removed; it was not in DISTFILES so it didn't
  27.     actually get distributed.  I'm going to move it to the web on the
  28.     theory that the web is a better place for such things.
  29.     * README: Don't mention it.
  30.  
  31.     * Makefile.in (dist-dir, distclean): Remove references to elib.
  32.     * elib: Remove this subdirectory and all its contents.  It went
  33.     with pcl-cvs, which is no longer distributed with CVS.
  34.  
  35. 1998-09-22  Jim Kingdon  <kingdon@harvey.cyclic.com>
  36.  
  37.     * pvcs_to_rcs: Removed; it was not in DISTFILES so it didn't
  38.     actually get distributed.  I'm going to move it to the web on the
  39.     theory that the web is a better place for such things.
  40.     * README: Don't mention it.
  41.  
  42. 1998-09-10  Jim Kingdon
  43.  
  44.     Check in Paul Eggert <eggert@twinsun.com>'s submission of
  45.     1998-08-15.  I also ran "cvs admin -ko" on this file so that his
  46.     version number would be intact (not an ideal solution, because
  47.     people will import it into other repositories, but I don't feel
  48.     like hacking the master version).
  49.     * rcs2log.sh: Sync with master version at gnu.org.
  50.  
  51. 1998-08-15  Jim Kingdon  <kingdon@harvey.cyclic.com>
  52.  
  53.     * README: Don't mention listener, since it was removed a while
  54.     ago.
  55.     * listen2.c, listen2.mak: Removed; because there is no easy way to
  56.     pass a socket (as opposed to file descriptor) from one process to
  57.     another on Windows, this isn't a promising approach (at least not
  58.     in this form).
  59.     * Makefile.in (DISTFILES): Remove them.
  60.     * .cvsignore: Remove listen2.ncb listen2.mdp Debug.
  61.  
  62. 1998-05-11  W. Bradley Rubenstein
  63.  
  64.     * log.pl: Check for errors from open and exec.
  65.  
  66. Sat Feb 21 21:59:45 1998  Ian Lance Taylor  <ian@cygnus.com>
  67.  
  68.     * Makefile.in (clean): Change "/bin/rm" to "rm".
  69.  
  70. Thu Aug  7 22:42:23 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  71.  
  72.     * pvcs_to_rcs: Remove RCS keywords.  Remove $Log and move the data
  73.     to this ChangeLog (below).  Add paragraph that David Martin
  74.     emailed along with the script.
  75.  
  76.         Revision 1.6  1997/03/07 16:21:28  divad
  77.         Need to explicitly state archive name in PVCS get command for
  78.          those cases where the case of the workfile and the case of the
  79.          archive file are different (OS/2)
  80.  
  81.         Revision 1.5  1997/03/07 00:31:04  divad
  82.         Added capitalized extensions and framemaker files as binaries;
  83.          also overriding any path specification for workfiles at PVCS
  84.          checkout (most annoying).
  85.  
  86.         Revision 1.4  1997/03/06 21:04:55  divad
  87.         Added \n to the end of each comment line to prevent multi-line
  88.          comments for a single revision from "merging"
  89.  
  90.         Revision 1.3  1997/03/06 19:50:25  divad
  91.         Corrected bug in binary extensions; correcting processing
  92.          comment strings with double quotes
  93.  
  94.         Revision 1.2  1997/03/06 17:29:10  divad
  95.         Provided list of extensions (rather than using Unix file
  96.          command) to determine which files are binary; also printing
  97.          version label as they are applied
  98.  
  99.         Revision 1.1  1997/02/26 00:04:29  divad
  100.         Perl script to convert pvcs archives to rcs archives
  101.  
  102.     * README: mention pvcs_to_rcs.
  103.     * pvcs_to_rcs: New file.  This is the file as I got it from David
  104.     Martin.  Will be checking in the tweaks shortly.
  105.  
  106. 17 May 1997  Jim Kingdon
  107.  
  108.     * listen2.c: Failed attempt at making this do what it was
  109.     intended to do.  Will need to rethink the approach.
  110.     * listen2.mak: The usual involuntary tweaks.
  111.     * .cvsignore: Add listen2.ncb listen2.mdp.
  112.  
  113. Mon May 12 11:59:23 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  114.  
  115.     * listener.c: Removed; see ../ChangeLog for rationale.
  116.  
  117. 10 May 1997  Jim Kingdon
  118.  
  119.     * listen2.c, listen2.mak: New files.
  120.     * Makefile.in (DISTFILES): Add them.
  121.     * .cvsignore: Add Debug.
  122.  
  123. Thu Feb 20 22:43:45 1997  David J MacKenzie  <djm@va.pubnix.com>
  124.  
  125.     * rcs-to-cvs.sh: Put temporary files in /var/tmp or /usr/tmp
  126.     whichever one exists.  Just call "vi" not "/usr/ucb/vi".
  127.  
  128. Mon Feb 17 08:51:37 1997  Greg A. Woods  <woods@most.weird.com>
  129.  
  130.     * .cvsignore: added 'cvs2vendor' target from Feb. 12 changes.
  131.  
  132.     * log_accum.pl (build_header): added "Repository:" to the report
  133.     header to show the first argument supplied to the script by CVS.
  134.     [[this value seems spuriously to be wrong when client is used]]
  135.     ($hostdomain): correct order of initialization from the Feb. 12
  136.     changes.
  137.     ($modulename): add more commentary about using '-M' to to get a
  138.     meaningful string here.
  139.     Tweak a few other comments from the Feb. 12 changes.
  140.  
  141. Wed Feb 12 10:27:48 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  142.  
  143.     * cln_hist.pl, commit_prep.pl, cvs2vendor.sh, cvs_acls.pl,
  144.     cvscheck.man, cvscheck.sh, cvshelp.man, descend.man, descend.sh,
  145.     log_accum.pl, mfpipe.pl, rcs-to-cvs.sh, rcs2log.sh, rcs2sccs.sh,
  146.     sccs2rcs.csh: Remove $Id; we decided to get rid of these some
  147.     time ago.
  148.  
  149. Wed Feb 12 00:24:33 1997  Greg A. Woods  <woods@most.weird.com>
  150.  
  151.     * cvs2vendor.sh: new script.
  152.     * README: noted new cvs2vendor script.
  153.     * Makefile.in (DISTFILES): added cvs2vendor.sh.
  154.     (CONTRIB_PROGS): added cvs2vendor.
  155.  
  156.     * log_accum.pl (show_wd): new variable, initialized to 0.
  157.     - set $show_wd if '-w' option found while parsing @ARGV.
  158.     - don't add 'In directory' line to report header unless $show_wd
  159.     is set.
  160.     (domainname): prepend a leading '.' if none there so that
  161.     concatenation with $hostname works (those with a FQDN hostname
  162.     *and* a domainname still lose).
  163.     (mail_notification): don't set a "From:" header -- the mailer will.
  164.  
  165. Wed Jan  8 14:48:58 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  166.  
  167.     * Makefile.in, README, log.pl: Remove CVSid; we decided to get rid
  168.     of these some time ago.
  169.  
  170. Thu Jan  2 13:30:56 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  171.  
  172.     * Makefile.in: Remove "675" paragraph; see ../ChangeLog for rationale.
  173.  
  174. Thu Oct 17 18:28:25 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  175.  
  176.     * patch-2.1-.new-fix: Removed; it was not in DISTFILES so it never
  177.     made it into distributions.  It also isn't clear what it has to do
  178.     with CVS.  It is available from
  179.         ftp://ftp.weird.com/pub/patch-2.1-.new-fix
  180.     * README: Remove entry for patch-2.1-.new-fix.
  181.  
  182. Wed Oct 16 10:22:44 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  183.  
  184.     * rcs2log.sh: Change date output format to something CVS 1.9
  185.      accepts.  I think this breaks the Sep 29 change, but I don't have
  186.      a copy of CVS 1.5 handy, so I can't find a format that works with
  187.      both, and I think it's more important that it work with the
  188.      version it's distributed with.
  189.  
  190. Sat Oct 12 21:18:19 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  191.  
  192.     * README: Don't mention pcl-cvs; it isn't here any more.
  193.  
  194. Sun Sep 29 19:45:19 1996  Greg A. Woods  <woods@most.weird.com>
  195.  
  196.     * README: add entry for patch-2.1-.new-fix.
  197.     
  198.     * README: re-write the top section a bit.
  199.  
  200.     * patch-2.1-.new-fix: re-generated using fixed "cvs patch" command.
  201.  
  202.     * patch-2.1-.new-fix: new file.
  203.  
  204. Sun Sep 29 14:25:28 1996  Dave Love  <d.love@dl.ac.uk>
  205.  
  206.     * rcs2log.sh (month_data):  Make default date format acceptable to
  207.      CVS post v1.8 as well as earlier CVSs and RCS.
  208.     Message-Id: <199609291546.QAA25531@mserv1.dl.ac.uk>
  209.     To: bug-gnu-emacs@prep.ai.mit.edu
  210.  
  211. Thu Aug 29 11:58:03 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  212.  
  213.     * rcs2log: Update FSF address.
  214.  
  215.     * rcs2log: Be more aggressive about finding the author's full
  216.     name; try nismatch and ypmatch.
  217.  
  218.     * rcs2log: If the hostname appears not to be fully qualified, see
  219.      if domainname provides any useful information.
  220.  
  221. Fri Aug 16 16:02:36 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  222.  
  223.     * Makefile.in (installdirs): support this target
  224.  
  225. Mon May  6 13:04:57 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  226.  
  227.     * Makefile.in (install): Don't tell user to run cvsinit.  It isn't
  228.     called cvsinit anymore, and it isn't necessary (repositories are,
  229.     and need to be, compatible between cvs versions).
  230.  
  231. Sun Apr 14 11:30:36 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  232.  
  233.         * Removed pcl-cvs/ subdir; see tools/ subdir in the top-level from
  234.         now on.
  235.         Added elib/ subdir.
  236.         
  237.         * Makefile.in (dist-dir): Removed all references to pcl-cvs/
  238.         subdir.
  239.  
  240. Wed Mar  6 10:20:28 1996  Greg A. Woods  <woods@most.weird.com>
  241.  
  242.     * log_accum.pl: ($MAILER): use sendmail directly to allow other
  243.     headers to be included
  244.     * log_accum.pl (mail_notification): add support to allow settting
  245.     of Reply-To and Date header fields in the sent mail; remove $mailto
  246.     argument and use the global variable (as with $replyto).
  247.     * log_accum.pl: add -R option for mail_notification()'s optional
  248.     Reply-To value [default to $login]
  249.  
  250. Fri Mar  1 01:51:56 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  251.  
  252.     * listener.c: added as mentioned in ../README.VMS
  253.  
  254. Mon Feb 19 13:37:36 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  255.  
  256.     * README: Don't just tell people "we don't want your script"; tell
  257.     them what to do instead.
  258.  
  259. Thu Feb  1 14:28:16 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  260.  
  261.         * Makefile.in (DISTFILES): added `rcs2sccs.sh', as mentioned in
  262.         README.
  263.  
  264. Thu Jan 18 09:39:16 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  265.  
  266.     * README: Talk about submitting changes to contrib directory.
  267.  
  268. Tue Nov 14 15:28:25 1995  Greg A. Woods  <woods@most.weird.com>
  269.  
  270.     * README: fix some spelling and other typos
  271.  
  272.     * Makefile.in: if I need reminding to run cvsinit....
  273.  
  274. Tue Nov 14 13:47:40 1995  Greg A. Woods  <woods@most.weird.com>
  275.  
  276.     * log_accum.pl:
  277.     - Fix 'cvs status' to use global -Qq options
  278.     - fix up a couple of comments, incl., my proper address
  279.  
  280.     * log.pl: add a CVSid and fix a couple of comments
  281.  
  282. Sun Oct  1 02:02:57 1995  Peter Wemm  <peter@haywire.dialix.com>
  283.  
  284.     * Makefile.in: supply a suffix rule to deal with .sh "source"
  285.  
  286. Sat Jul 29 17:29:13 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  287.  
  288.     * log.pl: Use global options -Qq, not command options -Qq.
  289.  
  290.     * Makefile.in (install): Look for $(PROGS) and
  291.     $(CONTRIB_PROGS) in build dir, not srcdir.
  292.  
  293. Fri Jul 28 19:48:45 1995  Paul Eggert  <eggert@twinsun.com>
  294.  
  295.     * rcs2log.sh: Sync with latest Emacs snapshot.
  296.  
  297. Thu Jul 27 20:29:30 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  298.  
  299.     * rcs2log.sh: import of initial WNT port work
  300.  
  301. Fri Jul 14 22:38:44 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  302.  
  303.     * rcs-to-cvs.sh: Changes from David J. Mackenzie.
  304.     Set permissions on new repository files correctly.
  305.     Ignore *~ files.
  306.  
  307. Thu Jul 13 23:04:12 CDT 1995  Jim Meyering  (meyering@comco.com)
  308.  
  309.     * Makefile.in (.pl, .csh): *Never* redirect output directly to
  310.     the target (usu $@) of a rule.  Instead, redirect to a temporary
  311.     file, and then move that temporary to the target.  I chose to
  312.     name temporary files $@-t.  Remember to be careful that the length
  313.     of the temporary file name not exceed the 14-character limit.
  314.  
  315. Sun Jul  9 21:16:53 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  316.  
  317.         These are actually Greg Woods' changes:
  318.         
  319.         * clmerge.pl, cvscheck.sh, descend.sh, dirfns.shar, rcs-to-cvs.sh,
  320.         rcs2log.sh, sccs2rcs.csh: renamed from the corresponding files
  321.         sans extensions.
  322.         
  323.         * rcs2sccs.sh: new file.
  324.  
  325. Sun Jul  9 19:03:00 1995  Greg A. Woods  <woods@most.weird.com>
  326.         
  327.         * rcs2log.sh: oops, one more thing that should not have been
  328.         there.
  329.         - fix interpreter file syntax.
  330.         - remove "fix" for separating filenames and comments
  331.  
  332.     * Makefile.in: hmm... thought rcs2log was in RCS-5.7 for some
  333.         reason -- it's not, so we'll install it from here....
  334.         - fix typo -- that's what you get for re-doing changes by hand!
  335.         - updates to support proper transformation and installation of
  336.         renamed files (from previous local changes)
  337.  
  338.     * .cvsignore: one more target noted...
  339.  
  340.     * sccs2rcs.csh: set up the interpreter file for updating by
  341.         Makefile (from previous local changes)
  342.  
  343.     * log_accum.pl, log.pl, commit_prep.pl:
  344.     - set up the interpreter file for updating by Makefile
  345.     - various modifications, updates, and enhancements
  346.     (from previous local changes)
  347.  
  348.     * rcslock.pl, mfpipe.pl, cvs_acls.pl, cln_hist.pl, clmerge.pl:
  349.     - set up the interpreter file for updating by Makefile
  350.     (from previous local changes)
  351.     - include changes from 1.5 here too, if any
  352.  
  353.     * README:
  354.     - remove extensions from filenames to match installed names
  355.     (from previous local changes)
  356.  
  357.     * .cvsignore: - added $(CONTRIB_PROGS) (from previous local changes)
  358.  
  359.         
  360. Thu Jun 29 10:43:07 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  361.  
  362.     * Makefile.in (distclean): Also remove pcl-cvs/Makefile.
  363.  
  364. Thu Jun  8 15:32:29 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  365.  
  366.     * intro.doc: Added.
  367.     * Makefile.in (DISTFILES): Add intro.doc.
  368.  
  369. Sat May 27 08:46:00 1995  Jim Meyering  (meyering@comco.com)
  370.  
  371.     * Makefile.in (Makefile): Regenerate only Makefile in current
  372.     directory when Makefile.in is out of date.  Depend on ../config.status.
  373.  
  374. Mon May  8 13:06:29 1995  Bryan O'Sullivan  <bos@serpentine.com>
  375.  
  376.     * README: added an entry for ccvs-rsh.pl.
  377.  
  378. Sun Apr 30 23:50:32 1995  Bryan O'Sullivan  <bos@serpentine.com>
  379.  
  380.     * ccvs-rsh.pl: fixed a typo and added more flexible use of
  381.     CVS_PROXY_USER.
  382.  
  383. Sun Apr 30 14:56:21 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  384.  
  385.     * clmerge: Changes from Tom Tromey --- fix bug in date comparison
  386.     function.
  387.  
  388. Sat Apr 29 20:53:08 1995  Bryan O'Sullivan  <bos@serpentine.com>
  389.  
  390.     * ccvs-rsh.pl: created.  See the file itself for documentation.
  391.  
  392.     * Makefile.in (DISTFILES): added ccvs-rsh.pl to the list of
  393.     files to install.
  394.  
  395. Fri Apr 28 22:32:45 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  396.  
  397.     * Makefile.in (DISTFILES): Brought up-to-date with current
  398.     directory contents.
  399.     (dist-dir): Renamed from dist-dir; use DISTDIR variable, passed
  400.     from parent.
  401.  
  402. Mon Feb 13 13:32:07 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  403.  
  404.     * rcs2log: rcs2log was originally in this tree; how did it get
  405.     deleted?  Anyway, this is the version distributed with Emacs
  406.     19.28, hacked to support CVS and Remote CVS.
  407.  
  408. Mon Jul 26 13:18:23 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  409.  
  410.     * rcs-to-cvs: Rewrite in sh.
  411.  
  412. Wed Jul 14 21:16:40 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
  413.  
  414.     * rcs-to-cvs: Don't source .cshrc or hardcode paths.
  415.     Make respository dir if needed.  Don't suppress errors
  416.     (such as prompts) from co.
  417.  
  418. Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
  419.  
  420.     * Makefile.in, configure.in: removed traces of namesubdir,
  421.       -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
  422.       copyrights to '92, changed some from Cygnus to FSF.
  423.  
  424.