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 / ChangeLog < prev    next >
Encoding:
Text File  |  2000-09-08  |  100.3 KB  |  2,951 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.     * acconfig.h: Copy HAVE_CRYPT, HAVE_GETSPNAM, REGEX_MALLOC, and
  7.     _REGEX_RE_COMP from config.h.in to here, where they should have
  8.     been in the first place.
  9.     * config.h.in: Regenerated.
  10.  
  11. 2000-08-30  Larry Jones  <larry.jones@sdrc.com>
  12.  
  13.     * NEWS: Note additional history enhancements.
  14.  
  15. 2000-08-01  Larry Jones  <larry.jones@sdrc.com>
  16.  
  17.     * configure.in, config.h.in: Add check for getpassphrase (Solaris).
  18.     * configure: Regenerated.
  19.  
  20. 2000-07-11  Larry Jones  <larry.jones@sdrc.com>
  21.  
  22.     * configure.in, config.h.in: Add checks for mknod() and st_rdev
  23.     since some systems (notably Plan 9) don't have them.
  24.     * configure: Regenerated.
  25.  
  26. 2000-07-10  Larry Jones  <larry.jones@sdrc.com>
  27.  
  28.     * NEWS: Note the new "version" command.
  29.  
  30. 2000-07-06  Larry Jones  <larry.jones@sdrc.com>
  31.  
  32.     * NEWS: Note that admin -t works in client/server.
  33.  
  34. 2000-06-19  Larry Jones  <larry.jones@sdrc.com>
  35.  
  36.     * configure.in (AC_DEFINE): Define REGEX_MALLOC and _REGEX_RE_COMP
  37.     to configure lib/regex.c the way we want without messing with the
  38.     code.
  39.     * config.h.in: Ditto.
  40.     * configure: Regenerated.
  41.  
  42. 2000-05-16  Jim Kingdon  <kingdon@redhat.com>
  43.  
  44.     * TODO (186): Remove paragraph about Eric Raymond's interest.
  45.     This is still on the future projects on his site, it just seems to
  46.     brief (and too long ago updated) that I don't really see the need
  47.     to mention it.
  48.  
  49. 2000-05-05  Larry Jones  <larry.jones@sdrc.com>
  50.  
  51.     * TESTS: Add notes about required tools and where to get them.
  52.  
  53. 2000-05-02  Donald Sharp <sharpd@cisco.com>
  54.     and Larry Jones  <larry.jones@sdrc.com>
  55.  
  56.     * NEWS: Note history output format change.
  57.  
  58. 2000-02-17  Larry Jones  <larry.jones@sdrc.com>
  59.  
  60.     * NEWS: Note that PreservePermissions is disabled.
  61.     * configure.in: Don't define PRESERVE_PERMISSIONS_SUPPORT.
  62.     * configure: Regenerated.
  63.  
  64. 2000-02-01  Larry Jones  <larry.jones@sdrc.com>
  65.  
  66.     * configure.in: Try again to handle systems that need both libsocket
  67.     and libnsl.
  68.     * configure: Regenerated.
  69.  
  70. 1999-12-09  Larry Jones  <larry.jones@sdrc.com>
  71.  
  72.     * configure.in: Correctly handle systems that need both libsocket
  73.     and libnsl.
  74.     * configure: Regenerated.
  75.  
  76. 1999-12-06  Larry Jones  <larry.jones@sdrc.com>
  77.  
  78.     * configure.in: Update to autoconf 2.13; use new AC_SEARCH_LIBS
  79.     to handle getspnam, connect, gethostbyname, and crypt correctly;
  80.     use new AC_FUNC_FNMATCH instead of doing it by hand.
  81.     * configure: Regenerated with autoconf 2.13.
  82.  
  83. 1999-12-06  Larry Jones  <larry.jones@sdrc.com>
  84.  
  85.     * INSTALL (Tested platforms): Update info.
  86.  
  87. 1999-11-04  Jim Kingdon  <http://developer.redhat.com/>
  88.  
  89.     * README (Installation): Yet another prep.ai.mit.edu -> gnu.org
  90.     change (can't believe we still haven't gotten them all).
  91.  
  92. 1999-11-04  Karl Fogel  <kfogel@red-bean.com>
  93.  
  94.     * NEWS: added item about anon cvs no longer needing password.
  95.  
  96. 1999-10-28  Larry Jones  <larry.jones@sdrc.com>
  97.  
  98.     * TESTS: Add note about not running as root.  Remove note about
  99.     Solaris sort since sanity.sh was changed to avoid the problem.
  100.  
  101. 1999-07-12  Larry Jones  <larry.jones@sdrc.com>
  102.  
  103.     * TESTS: Remove suspicion that setting LC_COLLATE has fixed the
  104.     problem with Solaris sort -- people are still reporting it.
  105.  
  106. 1999-05-17  Jim Kingdon  <http://www.cyclic.com>
  107.  
  108.     (These changes were run by devel-cvs; feedback was "They look fine"
  109.     from Jim Meyering and "I concur" from Noel Cragg).
  110.     * HACKING (Submitting patches): Rewrite parts to try to sketch out
  111.     a process which is less centralized and hopefully describes the
  112.     status quo better (for example, I've mostly removed the word
  113.     "submit" because it describes a process of sending your patch to a
  114.     central authority rather than to whoever wants it).  Update to
  115.     reflect some of the current practices/thinking regarding quality
  116.     and other matters.  Try to be more concise where feasible.
  117.  
  118. 1999-05-13  Jim Kingdon  <http://www.cyclic.com>
  119.  
  120.     * BUGS: Remove item about RELATIVE_REPOS not working with
  121.     client/server CVS; it must have been fixed because the testsuite
  122.     is working fine with RELATIVE_REPOS.
  123.  
  124. 1999-05-07  Jim Kingdon  <http://www.cyclic.com>
  125.  
  126.     * TESTS: Add note about send-expect style interaction.
  127.  
  128. 1999-04-26  Jim Kingdon
  129.  
  130.     * cvsnt.mak: Revert to the version before today's changes
  131.     (modulo one "because the IDE feels like it" change).  I
  132.     couldn't get O'Connor's cvsnt.mak to work with MSVC 4.0 at
  133.     all (I tried the IDE, which tried to wrap the makefile and
  134.     wouldn't build even with the wrap, and the command line NMAKE).
  135.     * .cvsignore: Add back cvsnt.mdp WinDebug WinRel, accordingly.
  136.  
  137. 1999-04-26  Jim Kingdon  <http://www.cyclic.com>
  138.  
  139.     * Makefile.in (DISTFILES): Add cvsnt.dsw.
  140.  
  141. 1999-04-26 (submitted 1999-03-24) John O'Connor  <john@shore.net>
  142.  
  143.     * cvsnt.dsw: new file.  The workspace file used by MSVC 5+ to
  144.     manage multiple projects.  It contains three projects: cvsnt,
  145.     zlib and diff.
  146.  
  147.     * cvsnt.dsp: Fixed problem where CVS wouldn't build because of
  148.     file name conflicts.  Removed all the files from zlib and diff
  149.     directories and moved to separate project files.
  150.  
  151.     * cvsnt.mak: Re-generated due to the changes in cvsnt.dsp.
  152.  
  153.     * .cvsignore: Removed un-used entries related to MSVC.  Added
  154.     entries    to cover all files generated by the NT build: *.ncb,
  155.     *.opt, *.plg, Debug and Release.
  156.  
  157. 1999-04-09  Jim Kingdon  <http://www.cyclic.com>
  158.  
  159.     * HACKING: Add a sentence about sending patches somewhere other
  160.     than bug-cvs, while still granting permission for people to use
  161.     them under the GPL.
  162.  
  163. 1999-04-08  Jim Kingdon  <http://www.cyclic.com>
  164.  
  165.     * configure.in (AC_OUTPUT): Remove macintosh/Makefile (overlooked
  166.     in change of 1999-02-26; thanks to Erik Bertelsen for reporting it).
  167.     * configure: Regenerated.
  168.  
  169. 1999-02-26  Jim Kingdon  <http://www.cyclic.com>
  170.  
  171.     * macintosh: Remove this subdirectory and all its contents.  It
  172.     contained MacCVS 2.x, but pretty much everyone has moved on to
  173.     MacCVS 3.x, MacCVS Pro, or MacCVSClient.
  174.     * Makefile.in (SUBDIRS): Remove macintosh.
  175.  
  176. 1999-02-25  Mehul N. Sanghvi (and Jim Kingdon)
  177.  
  178.     * INSTALL: Add MkLinux on PowerPC.
  179.  
  180. 1999-02-18  Jim Kingdon
  181.  
  182.     * cvsnt.mak: Remove vasprintf.  Plus of course the usual
  183.     "because the IDE feels like it" changes.
  184.  
  185. 1999-02-09  Jim Kingdon  <http://www.cyclic.com>
  186.  
  187.     * configure.in (AC_REPLACE_FUNCS): Remove vasprintf; see
  188.     lib/ChangeLog for rationale.
  189.     * configure: Regenerated.
  190.  
  191. 1999-01-31  Assar Westerlund of sics.se
  192.         and Jim Kingdon
  193.  
  194.     * configure.in: The GSSAPI code in CVS requires krb5.h which
  195.     Solaris 2.7 doesn't have.  Check for it.
  196.     * configure: Regenerated.
  197.  
  198. 1999-01-12  Jim Kingdon  <http://www.cyclic.com>
  199.  
  200.     * COPYING, COPYING.LIB: Remove obsolete snail address of the Free
  201.     Software Foundation.
  202.  
  203. 1998-12-01  Jim Kingdon
  204.  
  205.     * TODO (195): Check in a few clarifications from Andrew Tridgell,
  206.     the rsync author.
  207.  
  208. 1998-11-11  Jim Kingdon
  209.  
  210.     * HACKING: Change prep.ai.mit.edu to gnu.org.
  211.  
  212. 1998-10-26  Jim Kingdon
  213.  
  214.     * INSTALL: Add information for Sequent DYNIX/ptx4.0, from a report
  215.     by Marco Franzen.
  216.  
  217. 1998-10-14  Jim Kingdon
  218.  
  219.     * configure.in (AC_OUTPUT): Remove contrib/elib/Makefile.
  220.     * configure: Regenerated using autoconf 2.10.
  221.  
  222. 1998-10-13  Jim Kingdon
  223.  
  224.     * TODO (149): Update since -d doesn't rewrite CVS/Root any more.
  225.  
  226. 1998-10-03  Jim Kingdon  <kingdon@harvey.cyclic.com>
  227.  
  228.     * TODO (31): Mention the ,foo.c, and SIGINT issue.
  229.  
  230. 1998-09-25  Jim Kingdon  <kingdon@harvey.cyclic.com>
  231.  
  232.     * FAQ: Update from FAQ-O-Matic.  This features fewer blank lines
  233.     and a few more minor formatting changes (not sure whether the
  234.     FAQ-O-Matic changed or whether this is because I upgraded Lynx).
  235.     I read through the diffs, and the real changes are: (A) In
  236.     /Advanced_Topics_/Setting_up_and_Manag/, #1, describe "cvs init",
  237.     don't describe committing modules file twice
  238.     (no longer needed now that mkmodules is not a separate program),
  239.     don't mention "cvs import" here. (B)
  240.     /Advanced_Topics_/Setting_up_and_Manag/, #5, describe special
  241.     issues with pserver and repository permissions,
  242.     (C), /Advanced_Topics_/Tricks_of_the_Trade/, renumber the question
  243.     "Why do timestamps sometimes get set to the date of the revision"
  244.     from #17 to #9.  Renumber the questions between #9 and #17
  245.     accordingly, (D) /User_Tasks_/Less_Common_User_Tas/, "8. How do I
  246.     split a file into pieces, retaining revision histories?", include
  247.     a script which may help with this, (E)
  248.     /What_is_CVS_/How_does_CVS_differ_/, correct the name of SABLIME,
  249.     (F) /What_is_CVS_/Where_do_I_find_CVS_/, "2. Is there an archive
  250.     of CVS material?", note that http://www.delos.com/cvs doesn't
  251.     exist any more.
  252.  
  253.     * NEWS: Mention :fork:.
  254.  
  255. 1998-09-24  Jim Kingdon  <kingdon@harvey.cyclic.com>
  256.  
  257.     * INSTALL (Tested platforms): Update SCO OpenServer information,
  258.     from a report by Robert Lipe@DIGI.
  259.  
  260. 1998-09-22  Jim Kingdon  <kingdon@harvey.cyclic.com>
  261.  
  262.     * NEWS: Add items about multiple roots and -d not updating
  263.     CVS/Root.
  264.  
  265. 1998-09-09  Jim Kingdon  <kingdon@harvey.cyclic.com>
  266.  
  267.     * configure.in (AC_OUTPUT): Remove tools/pcl-cvs/Makefile.
  268.     * configure: Regenerated using autoconf 2.10.
  269.  
  270. 1998-09-07  Jim Kingdon  <kingdon@harvey.cyclic.com>
  271.  
  272.     * NEWS: Add item about LockDir.
  273.  
  274. 1998-08-31  Jim Kingdon  <kingdon@harvey.cyclic.com>
  275.  
  276.     * INSTALL (Tested platforms): Add Solaris x86 (reported by Jeremy of
  277.     exit109.com) and Irix 6.4 (reported by Russ Allbery).
  278.  
  279.     * INSTALL (Tested platforms): Add Solaris 2.6 (reported by Russ
  280.     Allbery).
  281.  
  282. 1998-08-28  Noel Cragg  <noel@swish.red-bean.com>
  283.  
  284.     * TODO (196): new item.
  285.  
  286. 1998-08-26  Jim Kingdon  <kingdon@harvey.cyclic.com>
  287.  
  288.     * TESTS: Update comments concerning Solaris sort and LC_COLLATE.
  289.  
  290. 1998-08-17  Jim Kingdon  <kingdon@harvey.cyclic.com>
  291.  
  292.     * INSTALL: Update Irix, Ultrix, and NetBSD/Alpha with test results
  293.     from Noel.
  294.  
  295. 1998-08-14  Jim Kingdon  <kingdon@harvey.cyclic.com>
  296.  
  297.     * INSTALL: Add NetBSD/mac68k (reported by Hauke Fath of melog.de).
  298.     Add alpha-dec-osf4.0 and update SunOS and linux entries (reported
  299.     by Jim Kingdon and Noel Cragg).
  300.  
  301. 1998-08-06  Jim Kingdon  <kingdon@harvey.cyclic.com>
  302.  
  303.     * INSTALL: Update for SCO OpenServer 5 (reported by Jeffery
  304.     Cann).
  305.  
  306. 1998-08-01  Jim Kingdon  <kingdon@harvey.cyclic.com>
  307.  
  308.     * INSTALL: Add Unixware 7 (reported by Phillip Porch).
  309.  
  310. 1998-07-29  Jim Kingdon  <kingdon@harvey.cyclic.com>
  311.  
  312.     * cvsnt.mak: For rcscmds.c, also include files from the diff
  313.     directory.  Plus of course the usual voluminous "because Visual
  314.     C++ 4.0 feels like it" changes.
  315.  
  316. Tue Jul 28 22:16:48 1998  Noel Cragg  <noel@swish.red-bean.com>
  317.  
  318.     * Makefile.in (dist): unset the GZIP shell variable before calling
  319.      gzip to avoid invocation problems.
  320.  
  321. Sun Jul 26 16:22:21 1998  Noel Cragg  <noel@swish.red-bean.com>
  322.  
  323.     * NEWS: add info about TopLevelAdmin.
  324.  
  325. 1998-07-20  Jim Kingdon  <kingdon@harvey.cyclic.com>
  326.  
  327.     * INSTALL: Update entries for HPUX and AIX (based on a submission
  328.     from Andreas Ley).
  329.  
  330. 1998-06-25  Jim Kingdon  <kingdon@harvey.cyclic.com>
  331.  
  332.     * README.VMS: We generally don't need GNU patch any more.
  333.  
  334. 1998-06-03  Jim Kingdon  <kingdon@harvey.cyclic.com>
  335.  
  336.     * TESTS: Don't mention the version of Solaris; Mark Borges says
  337.     that it applies to Solaris 2.5 as well as 2.6.
  338.  
  339. 1998-06-02  Assar Westerlund  <assar@sics.se>
  340.  
  341.     * configure.in: Test for GSS_C_NT_HOSTBASED_SERVICE in gssapi.h.
  342.     * acconfig.h: Add undef for HAVE_GSS_C_NT_HOSTBASED_SERVICE.
  343.     * configure, config.h.in: Rebuild.
  344.  
  345. 1998-06-01  Assar Westerlund  <assar@sics.se>
  346.     and Ian Lance Taylor  <ian@cygnus.com>
  347.  
  348.     * configure.in: Check for GSSAPI headers individually.  Use a
  349.     different set of GSSPI libraries if gssapi.h rather than
  350.     gssapi/gssapi.h is found.  Adds Heimdal support.
  351.     * configure, config.h.in: Rebuild.
  352.  
  353. 1998-05-25  Jim Kingdon  <kingdon@harvey.cyclic.com>
  354.  
  355.     * cvs.spec (%description): Rewrite to be slightly more verbose
  356.     about the basic features.  Don't try to mention what CVS lacks.
  357.  
  358. 1998-05-23  Jim Kingdon  <kingdon@harvey.cyclic.com>
  359.  
  360.     * BUGS: Remove items about binary file bugs which were fixed
  361.     approximately 6 months ago.
  362.  
  363. 1998-04-28  Jim Kingdon  <kingdon@harvey.cyclic.com>
  364.  
  365.     * TESTS: Add note about Solaris sort program (reported by Mark
  366.     D. Baushke).
  367.  
  368. 1998-03-16  Larry Jones  <larry.jones@sdrc.com>
  369.  
  370.     * configure.in: Simplify test for shadow password support since
  371.     the code now handles the case where shadow passwords are supported
  372.     but are not in use.
  373.     * configure: Regenerated.
  374.  
  375. 1998-03-07  Jim Kingdon  <kingdon@harvey.cyclic.com>
  376.  
  377.     * TESTS: Remove note about SGI's XFS.  Someone reports that it
  378.     works (I would assume due to the 13 Feb 1998, and earlier, changes
  379.     to sanity.sh).
  380.  
  381.     * NEWS: Add item about PreservePermissions.  Fix unclear wording
  382.     in gserver item.
  383.  
  384. 1998-03-04  Jim Kingdon  <kingdon@harvey.cyclic.com>
  385.  
  386.     * acconfig.h, configure.in: Add PRESERVE_PERMISSIONS_SUPPORT and
  387.     always define it.
  388.     * configure, config.h.in: Regenerated.
  389.  
  390. Tue Feb 17 18:32:36 1998  Ian Lance Taylor  <ian@cygnus.com>
  391.  
  392.     * configure.in: Add memmove back to AC_REPLACE_FUNCS list.
  393.     * configure: Rebuild.
  394.  
  395. 1998-02-16  Jim Kingdon  <kingdon@harvey.cyclic.com>
  396.  
  397.     * TODO (190): Remove "failed to check out" from commit.c from
  398.     lists of error messages suppressed by -q; it no longer is.
  399.  
  400. 4 Feb 1998  Jim Kingdon
  401.  
  402.     * cvsnt.mak: The usual "because Visual C++ feels like it"
  403.     changes.  These ones seem to have to do with reordering
  404.     files and release versus debug configurations, mainly.
  405.  
  406. Fri Jan 30 10:37:40 1998  Jim Kingdon  <kingdon@harvey.cyclic.com>
  407.  
  408.     * INSTALL: Update which version of CVS was tested with EMX.
  409.  
  410. 15 Jan 1998  W. L. Estes  <wlestes@hamlet.uncg.edu>
  411.     and Jim Kingdon  <kingdon@harvey.cyclic.com>
  412.  
  413.     * cvs.spec, Makefile.in: Fix some problems with the spec file
  414.     distributed with cvs.  RPM chokes on a build root of slash, so
  415.     that is gone now.  CVS is relocatable (as far as I know) so I
  416.     added a prefix tag.  The source location was incorrect and in
  417.     fixing that I had to add a `g' flag to one of the sed commands in
  418.     the Makefile.in so the spec file gets generated correctly.
  419.  
  420. 13 Jan 1998  Jim Kingdon
  421.  
  422.     * cvsnt.mak: Add lib/fncase.c.  Plus of course the usual
  423.     "because Visual C++ feels like it" changes.
  424.  
  425. Tue Jan 13 16:49:38 1998  Ian Lance Taylor  <ian@cygnus.com>
  426.  
  427.     * acconfig.h (USE_SETMODE_STDOUT): Add undef line.
  428.     (HAVE_SETMODE): Likewise.
  429.     * configure.in: If cygwin32, define USE_SETMODE_STDOUT and
  430.     HAVE_SETMODE.
  431.     * configure, config.h.in: Regenerate.
  432.  
  433.     * acconfig.h (UTIME_EXPECTS_WRITABLE): Add undef line.
  434.     * configure.in: If cygwin32, define UTIME_EXPECTS_WRITABLE.
  435.     * configure, config.h.in: Regenerate.
  436.  
  437.     * configure.in: Add test for cygwin32, and set LIBOBJS and LIBS
  438.     accordingly.
  439.     * configure: Regenerate.
  440.  
  441. Sun Jan 11 11:43:55 1998  Jim Kingdon  <kingdon@harvey.cyclic.com>
  442.  
  443.     * HACKING: Add example of indentation for switch statement.  I
  444.     always have to look this one up, and it seems worthwhile to
  445.     specify it here rather than be unsure which switch statement in
  446.     CVS to use as an example.
  447.  
  448. Wed Jan  7 09:41:08 1998  Jim Kingdon  <kingdon@harvey.cyclic.com>
  449.  
  450.     * TODO: Revise item 149 (concerning changing CVS/Root and such).
  451.     "This whole area is a rather bad pile of individual decisions which
  452.     accumulated over time, some of them probably bad decisions with
  453.     hindsight."
  454.  
  455. Wed Dec 31 09:25:20 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  456.  
  457.     * FAQ: Re-import from FAQ-O-Matic.  Features a change regarding
  458.     removing directories.
  459.  
  460. Tue Dec 23 08:28:44 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  461.  
  462.     * README.VMS, INSTALL, HACKING, BUGS, README: Change bug-cvs
  463.     address from prep.ai.mit.edu to gnu.org per email from Martin
  464.     Hamilton.  When referring to bug-reporting procedure refer to
  465.     Cederqvist not README.
  466.  
  467. Tue Dec 16 13:13:53 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  468.  
  469.     * FAQ: Re-import from FAQ-O-Matic.  The content is the same, but
  470.     instead of being from Mosaic, it is from "lynx -dump -nolist".
  471.      This output is somewhat better (for example, it is formatted for
  472.     80 columns or so, rather than Mosaic which is rather
  473.     inconsistent), and also lynx is free and still maintained whereas
  474.     NCSA Mosaic is proprietary and no longer maintained.
  475.  
  476.     * FAQ: Re-import from FAQ-O-Matic.  Features an update to the
  477.     Sablime question.
  478.  
  479.     * NEWS: Add item about GSSAPI.
  480.  
  481. Fri Dec 12 14:00:57 1997  Ian Lance Taylor  <ian@cygnus.com>
  482.  
  483.     * configure.in: Add --with-gssapi option, and look for gssapi.h
  484.     and GSSAPI Kerberos v5 libraries.
  485.     * acconfig.h: Add HAVE_GSSAPI.
  486.     * configure, config.h.in: Regenerate.
  487.  
  488. Thu Dec 11 15:58:06 1997  Eric Mumpower  <nocturne@cygnus.com>
  489.  
  490.     * configure.in: Let --with-krb4 override the system Kerberos
  491.     header files and libraries, if any.
  492.     * configure: Regenerate.
  493.  
  494. Thu Dec  4 20:01:02 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  495.  
  496.     * configure.in (AC_CHECK_FUNCS): Remove mempcpy per change to
  497.     src/rcs.c.
  498.     * configure: Regenerated (never was regenerated after getwd change).
  499.  
  500. 1997-12-04  Jim Meyering  <meyering@na-net.ornl.gov>
  501.  
  502.     * configure.in (AC_CHECK_FUNCS): Add mempcpy.
  503.  
  504. Thu Dec  4 10:42:32 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  505.  
  506.     * BUGS: Update for kfogel .cvswrappers fix.
  507.  
  508. Tue Dec  2 22:14:03 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  509.  
  510.     * MINOR-BUGS: Update per info-cvs mail from Steve Cameron.
  511.  
  512. 1997-11-29  Jim Kingdon
  513.  
  514.     * cvsnt.mak: Remove lib/getwd.c (see lib/ChangeLog for rationale).
  515.  
  516.     * cvsnt.mak: The usual "because Developer Studio feels like
  517.     it" changes.
  518.  
  519. Sat Nov 29 22:10:32 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  520.  
  521.     * configure.in (AC_REPLACE_FUNCS): Remove getwd (see lib/ChangeLog
  522.     for rationale).
  523.  
  524. Mon Nov 24 10:36:39 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  525.  
  526.     * INSTALL: Update QNX information per email from Michael Hunter of
  527.     QNX.
  528.  
  529. Wed Nov 19 17:44:21 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  530.  
  531.     * INSTALL: Add Sequent entry per bug-cvs report.
  532.  
  533. 1997-11-17  Karl Fogel  <kfogel@floss.red-bean.com>
  534.  
  535.     * BUGS: Remove item about exporting binary files to non-unix
  536.     clients; this is fixed.
  537.  
  538. Mon Nov 17 09:07:44 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  539.  
  540.     * BUGS: Add yet another binary files problem.
  541.  
  542. 1997-11-14  Karl Fogel  <kfogel@floss.red-bean.com>
  543.  
  544.     * cvsnt.mak: updated for diff/ subdir.
  545.  
  546. Fri Nov 14 12:25:10 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  547.  
  548.     * BUGS: Remove item about dying gasps message.  At least one known
  549.     cause has been fixed.
  550.  
  551. Wed Nov 12 20:24:49 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  552.  
  553.     * FAQ: Re-import from FAQ-O-Matic.  Features a wording fix to
  554.     "What do I do first? How do I create a Repository?" and a
  555.     formatting fix (makes it clear which bullets are under what)
  556.     to "What is a module?"
  557.  
  558.     * NEWS: Add item about RCS library.  Remove item about RCSBIN in
  559.     CVSROOT/config.
  560.     * INSTALL: Simplify instructions to reflect the fact that one need
  561.     not any longer install RCS and GNU diff.
  562.     * PROJECTS: Remove item about RCS library; it is done.
  563.  
  564. Mon, 10 Nov 1997  Jim Kingdon
  565.  
  566.     * cvsnt.dsp: For diff/diff.c, also look for include files in
  567.     diff directory.  This means we get diff/system.h not lib/system.h.
  568.  
  569. Sun Nov  9 16:16:56 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  570.  
  571.     * TODO (#195): New item, about rsync and such issues.
  572.  
  573. Thu Nov  6 14:29:14 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  574.  
  575.     * TODO (#194): New item, about separated metadata.
  576.  
  577.     * TODO (#186): Rewrite paragraph on CVSclusters to be clearer
  578.     about what this can do and why I think it is a cool idea.
  579.  
  580. Sun Nov  2 19:34:30 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  581.  
  582.     * DEVEL-CVS: Wording fix: want to specify that new developers are
  583.     granted checkin access and the ability to send to devel-cvs, not
  584.     specify whether this is implemented via an "account" (whatever
  585.     that is) (editorial change, not run by devel-cvs).
  586.  
  587. Fri Oct 31 16:30:57 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  588.  
  589.     * NEWS: Mention admin -o rev1::rev2.
  590.  
  591. Wed Oct 29 08:40:05 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  592.  
  593.     * TODO: Add item 193, about alternatives to timestamps in CVS/Entries.
  594.  
  595. Tue Oct 28 19:59:48 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  596.  
  597.     * TODO (190): "rcs failed" message is no longer affected by global
  598.     -q option.
  599.  
  600. 1997-10-28  Jim Kingdon
  601.  
  602.     * .cvsignore: Add Visual C++ files du jour, namely
  603.     {diff,vc50}.{pdb,idb,pch}.
  604.  
  605.     * cvsnt.dsp: Add files for diff library.  The custom build
  606.     stuff for diff/version.c and diff/diff.c was to deal with
  607.     there also being a src/version.c and src/diff.c.  There
  608.     might be an easier way.
  609.  
  610. Mon Oct 27 11:21:15 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  611.  
  612.     * FAQ: Re-import from FAQ-O-Matic.  Features an edit from Larry
  613.     Jones regarding CVS on Windows.
  614.  
  615. Mon Oct 20 15:23:17 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  616.  
  617.     * BUGS: Add item about spaces in login names.
  618.  
  619. Mon Oct 20 10:25:42 1997  Hannes R. Boehm  <hannes@boehm.org>
  620.  
  621.     * INSTALL (Tested platforms): Add Red Hat Linux 4.2.
  622.  
  623. Wed Oct 15 10:55:20 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  624.  
  625.     * TODO (#192): Also mention issue with opening connections to new
  626.     servers if CVSROOT changes.
  627.  
  628.     * TODO (#191): Add thoughts on external difference programs.
  629.  
  630. 1997-10-11  Noel Cragg  <noel@swish.red-bean.com>
  631.  
  632.     * BUGS: remove note about the `-d' flag bug that was just fixed.
  633.  
  634.     * TODO: new item 192.
  635.  
  636. Thu Oct  9 12:59:28 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  637.  
  638.     * TODO: Revise item #182 to be clearer and to point to the
  639.     unofficial patch.
  640.  
  641. Thu Sep 25 14:48:26 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  642.  
  643.     * build.com: Also recurse into diff directory.
  644.  
  645. Wed Sep 24 10:35:50 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  646.  
  647.     * configure.in: Don't check for system-supplied regex matcher; see
  648.     comment for rationale.
  649.     * configure: Regenerated.
  650.  
  651. Tue Sep 23 16:00:25 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  652.  
  653.     * BUGS: Add item about cvs add and -k wrappers.
  654.  
  655. Mon Sep 22 11:21:11 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  656.  
  657.     * TODO: Revise item #191 in response to xdelta 1.10 release and a
  658.     few other random thoughts.
  659.  
  660. Sun Sep 21 17:56:28 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  661.  
  662.     * configure.in: Instead of checking for memchr, just define
  663.     HAVE_MEMCHR and HAVE_STRCHR.
  664.     Add comment about AC_FUNC_VFORK and vfork in general.
  665.     * acconfig.h: Add HAVE_MEMCHR and HAVE_STRCHR.
  666.     * configure, config.h.in: Regenerated.
  667.  
  668.     * config.h.in: Regenerate using autoheader from autoconf 2.10.
  669.  
  670. Sat Sep 20 01:17:10 1997  Tim Pierce  <twp@twp.tezcat.com>
  671.  
  672.     [notes: (1) includes the patches to config.h.in which he sent
  673.     (presumably generated), (2) I have omitted a change, which was
  674.     sent without a ChangeLog entry, to change re_exec to
  675.     re_compile_pattern in configure.in, (3) Also adds diff/Makefile in
  676.     AC_OUTPUT -kingdon]
  677.  
  678.     * Makefile.in (USOURCE_SUBDIRS, check, remotecheck, installcheck):
  679.     Add diff.
  680.  
  681.     Note that AC_CHECK_FUNCS(vfork)
  682.     has been replaced by AC_FUNC_VFORK... libdiff wants the more
  683.     specific test, and it seems unlikely to break CVS.
  684.  
  685.     * configure.in: Add AC_FUNC_CLOSEDIR_VOID, AC_FUNC_VFORK,
  686.     AC_STRUCT_ST_BLKSIZE.
  687.     (AC_CHECK_HEADERS): Add limits.h and sys/file.h.
  688.     (AC_REPLACE_FUNCS): Add memchr.
  689.     (AC_CHECK_FUNCS): Remove vfork.
  690.  
  691. Fri Sep 19 09:59:33 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  692.  
  693.     * TODO: Add item #191, concerning how to store binary files.
  694.  
  695. Wed Sep 17 16:13:49 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  696.  
  697.     * TESTS: Add ideas about ability to pass spaces in arguments, and
  698.     stdin, to the program under test, as something to consider for the
  699.     different test frameworks.
  700.  
  701. Tue Sep 16 00:14:55 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  702.  
  703.     * BUGS: Add item about importing binary files.
  704.  
  705.     * TODO: Adjust item #150 to reflect the fact that the client is
  706.     not quite so mean about tossing the log message as it was.
  707.  
  708. Fri Sep 12 13:04:31 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  709.  
  710.     * INSTALL: Update Windows entries per email from Greg Strockbine
  711.     <gstrock@dpc.com>.
  712.  
  713. Thu Sep 11 15:03:21 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  714.  
  715.     * TODO: New item #190, about meaning of -q and -Q global options.
  716.  
  717. Wed Sep 10 18:48:41 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  718.  
  719.     * TODO: A few more thoughts on "cvs message" (item 150).
  720.  
  721. Tue Sep  9 22:20:15 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  722.  
  723.     * README.VMS (Notes regarding compiling on VAX/VMS): Add item
  724.     about mode_t and pid_t.
  725.  
  726. Sun Sep  7 17:34:03 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  727.  
  728.     * FAQ: Re-import from FAQ-O-Matic.  The metavariables are back.
  729.  
  730.     * FAQ: Re-import from FAQ-O-Matic.  Features comment from
  731.     julian@whistle about update -r branch:date.  It also clobbered the
  732.     metavariables (confusion about "<" as data vs. HTML tag I would
  733.     guess), which I plan on fixing in a moment.
  734.  
  735.     * configure.in: Add comment about re_exec and regexp syntax.
  736.  
  737.     * configure.in (AC_REPLACE_FUNCS): Remove strdup; CVS was long
  738.     ago converted to use its own routine xstrdup.
  739.     * configure: Regenerated.
  740.  
  741. Sat Sep  6 00:08:20 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  742.  
  743.     * FAQ: Re-import from FAQ-O-Matic.  In particular: GIC info
  744.     updated, binary files updated (e.g. -kb not -ko), rename database
  745.     and rCVS info updated (refer to TODO), tweaks to section on
  746.     contributing (HACKING, DEVEL-CVS, &c), Cyclic info updated
  747.     (e.g. remove Indiana address), usenet info updated
  748.     (e.g. comp.software.config-mgmt not gnu.*).
  749.  
  750. Fri Sep  5 20:46:26 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  751.  
  752.     * FAQ: Add another introductory paragraph which talks about out of
  753.     date material from 1995 FAQ.
  754.  
  755.     * FAQ: Re-import from FAQ-O-Matic.  This was mainly as a proof of
  756.     concept that I could edit the Cygnus question and have the diffs
  757.     come out looking right (which worked), but I also discovered that
  758.     the previous checkin was truncated partway through.
  759.  
  760.     * FAQ: Replace file with an introductory paragraph plus a
  761.     downloaded copy of Molli's FAQ-O-Matic.  I believe the content
  762.     closely matches the 1995 Grubbs FAQ but because everything is
  763.     re-ordered it would be painstaking work to verify this.
  764.  
  765. Thu Sep  4 17:33:53 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  766.  
  767.     * BUGS: Add item about -w global option and client/server.
  768.  
  769. Wed Sep  3 23:03:34 1997  Noel Cragg  <noel@harvey.cyclic.com>
  770.  
  771.     * TODO: Verbosify verbiage in item #189.
  772.  
  773. Wed Sep  3 14:14:54 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  774.  
  775.     * TODO: Add item #189, concerning renames.
  776.  
  777. Sat Aug 30 03:26:57 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  778.  
  779.     * TODO: Fix typo in Noel's change.
  780.  
  781. Sat Aug 30 03:17:36 1997  Noel Cragg  <noel@harvey.cyclic.com>
  782.  
  783.     * TODO: Add a header so emacs chooses the correct editing mode.
  784.       Made several entries more verbose (expanded some of the less
  785.      well-known acronyms and/or added pointers to further
  786.      documentation).
  787.  
  788. Wed Aug 20 09:51:52 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  789.  
  790.     * INSTALL: Remove "SparcClassing" typo that has been there for
  791.     a while.
  792.  
  793. Wed Aug 20 09:51:52 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  794.               and Loren James Rittle <rittle@comm.mot.com>
  795.  
  796.     * INSTALL: Update information for SunOS4, Solaris, Digital Unix,
  797.     and HPUX.
  798.  
  799. Fri Aug 15 16:42:12 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  800.  
  801.     * INSTALL: Remove the "CVS 1.6" crud; it really isn't needed.  Add
  802.     paragraph about the meaning of the last three arguments to cvs
  803.     import.
  804.  
  805. Thu Aug 14 14:42:53 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  806.               and Loren James Rittle <rittle@comm.mot.com>
  807.  
  808.     * INSTALL: Update information for SunOS4 and Solaris.
  809.  
  810. Mon Aug  4 00:02:24 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  811.  
  812.     * BUGS: Be specific about wrappers not working client/server.
  813.  
  814. Sat Aug  2 09:23:50 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  815.  
  816.     * INSTALL: In step 4, be more generic (the CVS sources are just an
  817.     example, and people might not have them handy).
  818.  
  819. Fri Jul 25 17:02:30 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  820.  
  821.     * INSTALL: Refer to cvs.texinfo as the Cederqvist manual; that
  822.     seems to be the description which best applies no matter how it
  823.     was obtained.  Be a little more explicit about the "$" prompt
  824.     convention and setting environment variables.  Use double quotes
  825.     because they work on both DOS and Unix.
  826.  
  827. Thu Jul 24 12:22:49 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  828.  
  829.     * NEWS: Also mention SystemAuth.
  830.  
  831.     * INSTALL (MIPS): Add more detailed report concerning Irix 6.2,
  832.     as reported by larry.jones@sdrc.com (Larry Jones).
  833.  
  834. Tue Jul 22 17:35:31 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  835.  
  836.     * INSTALL (PowerPC): Add item for Lynx 2.5.
  837.  
  838. 21 Jul 1997  Jim Kingdon
  839.  
  840.     * Makefile.in (DISTFILES): Add cvsnt.dsp.
  841.  
  842. Mon Jul 21 09:40:10 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  843.  
  844.     * configure.in: Adjust comment regarding version of autoconf which
  845.     introduced --bindir.
  846.  
  847. Fri Jul 18 09:47:12 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  848.  
  849.     * TODO: Remove item 161 (the comments in cvs.texinfo have a much
  850.     more complete discussion of date format issues).  In item 30,
  851.     change "patch" to "rdiff" and expand discussion slightly.  Remove
  852.     item 64 (the performance issues in initial checkout have probably
  853.     changed quite a bit since that was written and in any event it
  854.     isn't particularly useful without specifics of what is slow and
  855.     ideas for speeding it up).
  856.  
  857.     * INSTALL: Reorganize to separate out building/installing CVS
  858.     executables from what to do once you have them.  Adjust Visual C++
  859.     instructions to deal with Visual C++ 5.x.  Add brief mentions of
  860.     platforms other than unix and Windows.
  861.  
  862. Thu Jul 17 21:13:16 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  863.  
  864.     * TODO: In item 39, talk about how PRCS 1.2 as a possible model.
  865.  
  866. Sat Jul 12 15:43:01 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  867.  
  868.     * HACKING: Rewrite paragraph on arbitrary limits to reflect the
  869.     fact that the known arbitrary limits are gone.
  870.  
  871. 8 Jul 1997  Jim Kingdon
  872.  
  873.     * cvsnt.dsp: Turn on browse information.
  874.  
  875. Thu Jul  3 10:07:01 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  876.  
  877.     * INSTALL: Sending exact suggested text is almost as good as a diff.
  878.  
  879.     * INSTALL (i386 family): Add lines about Watcom and EMX on OS/2.
  880.  
  881.     * TODO: Add notes about popt and option parsing in general.
  882.  
  883. Wed Jul  2 13:11:03 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  884.  
  885.     * TODO: Update item 149 to reflect CVS/Root.
  886.  
  887.     * TODO: Add item 187, about usage errors vs. help messages.
  888.  
  889. Mon Jun 23 18:24:13 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  890.  
  891.     * NEWS: Adjust mention of read-only access in the light of
  892.     changes to cvs.texinfo.
  893.  
  894.     * TODO: Add item 186, concerning multisite.
  895.  
  896. Sun, 22 Jun 1997  Jim Kingdon
  897.  
  898.     * cvsnt.dsp: New file.  This apparently is what Visual C++ 5.0
  899.     uses in lieu of a .mak file (or so it seems).
  900.     * .cvsignore: Add cvsnt.opt cvsnt.dsw cvsnt.plg.  These seem to
  901.     be the generated files du jour for Visual C++ 5.0.
  902.  
  903. Thu Jun 19 17:16:39 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  904.  
  905.     * NEWS: Add item about CVSROOT/config.
  906.  
  907. Wed Jun 18 00:00:02 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  908.  
  909.     * NEWS: Mention pserver --allow-root.
  910.  
  911. Mon Jun 16 19:07:34 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  912.  
  913.     * Makefile.in (SUBDIRS): Add emx.
  914.     * configure.in (AC_OUTPUT): Add emx.
  915.     * configure: Regenerated.
  916.  
  917. Sun Jun  8 23:44:00 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  918.  
  919.     * configure.in (AC_CHECK_FUNCS): Remove mkfifo; not used anywhere.
  920.     * configure, config.h.in: Regenerated.
  921.  
  922. Thu May 29 15:53:06 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  923.  
  924.     * DEVEL-CVS: Add "Policy regarding checkout-only access" to
  925.     replace parenthetical remark about checkout-only access.  This is
  926.     more of a cosmetic/editorial change than a new policy.
  927.  
  928. Wed May 21 17:02:29 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  929.  
  930.     * BUGS: Add item about wrappers.
  931.  
  932. Fri May 16 13:43:53 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  933.  
  934.     * BUGS: Add item about "cvs export" and binary files.
  935.  
  936. Sun May 11 11:38:03 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  937.  
  938.     * README.VMS: Remove information about "direct TCP".  Noone has
  939.     been complaining about it being broken (the code bitrotted not long
  940.     after it was written), nor has anyone complained
  941.     that contrib/listener.c was omitted from the distribution (because
  942.     it wasn't mentioned in contrib/Makefile.in DISTFILES).  If there
  943.     is a desire to resurrect such a feature, it should use port 2401
  944.     as now discussed in doc/cvsclient.texi.
  945.  
  946. Thu May  8 12:14:40 1997  Larry Jones  <larry.jones@sdrc.com>
  947.     and Jim Kingdon  <kingdon@harvey.cyclic.com>
  948.  
  949.     * INSTALL: Update MIPS/SGI Irix 6.2
  950.     * TESTS: Add note about TESTDIR and SGI Irix 6's XFS.
  951.  
  952. Wed May  7 12:01:21 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  953.  
  954.     * TODO: Fix keywords accidentally expanded in previous checkin.
  955.  
  956.     * TODO: Add item #185, concerning keyword expansion and merges.
  957.  
  958. Sun May  4 19:46:03 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  959.  
  960.     * README: Replace section on reporting bugs with a reference to
  961.     the bug-reporting section in cvs.texinfo.
  962.  
  963. Fri May  2 22:50:04 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  964.  
  965.     * BUGS: Remove item about importing binary files; the bug is fixed.
  966.  
  967. Sun Apr 27 19:54:34 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  968.  
  969.     * INSTALL: Refer to doc/DIFFUTILS-2.7-BUG.
  970.  
  971.     * INSTALL: Don't mention GREP; CVS no longer uses it.
  972.  
  973.     * configure.in: Add comment about --bindir.
  974.  
  975. Thu Apr 24 15:21:17 1997  Norbert Kiesel  <nk@cosa.de>
  976.  
  977.     * configure.in (AC_CHECK_FUNCS): added tempnam and mktemp
  978.     * config.h.in, configure: Regenerated with autoconf 2.10.
  979.  
  980. 21 Apr 1997  Jim Kingdon
  981.  
  982.     * cvsnt.mak: Visual C++, as usual, wants to fiddle with this.
  983.     This time it would appear to be chiefly the dependencies.
  984.  
  985. Mon Apr 21 01:06:31 1997  Ian Lance Taylor  <ian@cygnus.com>
  986.  
  987.     * NEWS: Document that the client no longer needs an external patch
  988.     program.
  989.  
  990. Thu Apr 17 14:28:20 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  991.  
  992.     * TODO: Combine items 150 and 181 since they are basically the same.
  993.  
  994. Tue Apr 15 12:32:26 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  995.  
  996.     * FAQ: The URL of yahoo's Configuration Management category has
  997.     changed.  As it might change again, just cite their top-level page
  998.     rather than the entire URL.
  999.  
  1000. 8 Apr 1997  Jim Kingdon
  1001.  
  1002.     * cvsnt.mak: Add windows-NT/sockerror.c.
  1003.  
  1004. Wed Mar 26 15:51:33 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1005.  
  1006.     * BUGS: Further note on import -kb bug.
  1007.  
  1008. Tue Mar 25 17:51:32 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1009.  
  1010.     * cvs-format.el: Add comment concerning c-label-offset.
  1011.  
  1012. Wed Mar 19 14:06:40 1997  Jim Meyering  <meyering@totoro.cyclic.com>
  1013.  
  1014.     * configure.in (test for shadow passwords): Use AC_MSG_RESULT
  1015.      rather than echo, so configure obeys --quiet.
  1016.     Use yes and no in message rather than yup and nope.
  1017.  
  1018. 19 Mar 1997  Jim Kingdon
  1019.  
  1020.     * cvsnt.mak: Now Visual C++ wants to add a bunch of dependencies
  1021.     for the Release configuration as well as the Debug one.  Why it
  1022.     didn't do this before, I have no idea.
  1023.  
  1024. 13 Mar 1997  Jim Kingdon
  1025.  
  1026.     * cvsnt.mak: Recent changes have added a number of getline.h
  1027.     dependencies.
  1028.  
  1029. Thu Mar 13 08:43:04 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1030.  
  1031.     * configure.in (AC_C_CROSS): Add comment about obsolescence
  1032.     thereof.
  1033.     * config.h.in, configure: Regenerated with autoconf 2.10.
  1034.  
  1035. Thu Mar 13 05:50:29 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
  1036.  
  1037.     Here are the fixes I needed to make to cvs-1.9 to get it to
  1038.     compile and successfully pass 'make check' on m68k-motorola-sysv.
  1039.     * lib/getwd.c (getwd): Added declaration for getcwd().
  1040.     * lib/wait.h (WIFSTOPPED et al.): Macro defined if not defined.
  1041.     * lib/waitpid.c (waitpid): Use wait, not wait3, if !HAVE_WAIT3.
  1042.     * src/admin.c (admin): Added declaration for getgrnam().
  1043.     * src/server.c (fcntl.h): Do not include file twice.  Already included
  1044.     from system.h from cvs.h.
  1045.     * src/sanity.sh (imported-f*): Renamed from imported-file*, that were
  1046.     too long for sysv.
  1047.     * configure.in (wait3): Added to AC_CHECK_FUNCS list.
  1048.  
  1049. Wed Mar 12 14:32:50 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1050.  
  1051.     * BUGS: Add "failed assertion `rev == NULL || isdigit (*rev)'" bug.
  1052.  
  1053.     * TODO: Remove item 135; this is solved by %v and %V in loginfo.
  1054.  
  1055.     * configure.in (AC_CHECK_FUNCS): Don't check for setvbuf;
  1056.     HAVE_SETVBUF is no longer used.
  1057.     * config.h, configure: Regenerated with autoconf 2.10.
  1058.  
  1059.     * TODO: Add item 184, concerning MD5-based password hash.
  1060.     Remove item 14, concerning "pathname stripper".  I think that was
  1061.     a reference to the late unlamented strip_path.
  1062.  
  1063. Sat Mar  8 21:22:54 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1064.  
  1065.     * INSTALL: NT 4.0 is client and local (like other NT 3.51 & Win95).
  1066.  
  1067. Fri Mar  7 16:51:13 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1068.  
  1069.     * INSTALL: Just talked to a NT 4.0 user; add it to the list.
  1070.  
  1071. Sun Mar  2 22:01:23 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1072.  
  1073.     * NEWS: Add item about "cvs admin" vs. "cvs admin .".
  1074.  
  1075.     * TODO: Remove item #169.  It doesn't really explain what an
  1076.     "archive library" is or in general what the feature they discuss is
  1077.     supposed to do--I mean, CVS _can_ be used to store .o's, if
  1078.     that is what they are talking about.
  1079.  
  1080.     * TODO: Add item #183, about greater documentation/visiblity for
  1081.     Entries.Static and CVS/Tag.
  1082.  
  1083.     * INSTALL (footnote 5): Add note about how /usr/tmp vs. /var/tmp
  1084.     shouldn't be an issue anymore
  1085.  
  1086. Thu Feb 20 13:53:19 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1087.  
  1088.     * INSTALL: Update Cray entry per mail from John Bowman
  1089.     <bowman@ipp-garching.mpg.de>
  1090.  
  1091.     * configure.in: Add comments about autoconf version.
  1092.  
  1093. Mon Feb 17 09:55:35 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1094.  
  1095.     * configure: Regenerated.
  1096.  
  1097. Sat Feb 15 15:37:39 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1098.  
  1099.     * configure.in (AC_OUTPUT): Add windows-NT/SCC/Makefile.
  1100.  
  1101. Sun Dec 15 13:12:30 1996  Michael Douglass <mikedoug@texas.net>
  1102.               and Jim Kingdon  <kingdon@harvey.cyclic.com>
  1103.  
  1104.     * NEWS: Mention "cvs logout".
  1105.  
  1106. 1997-02-12  Jim Kingdon
  1107.  
  1108.     * cvsnt.mak: Visual C++ seems to want to make some cosmetic
  1109.     changes (reordering *.obj files), perhaps prodded by "Save
  1110.     All".  I hope that putting in these changes will make it
  1111.     happy...
  1112.  
  1113. 1997-02-11  Jim Kingdon  <kingdon@cyclic.com>
  1114.  
  1115.     * cvsnt.mak: Replace with version from Visual C++ 4.0.  If someone
  1116.     wants the 2.x one back, I suppose we can put them side by side,
  1117.     but I won't be able to update the 2.x one any more as I won't be
  1118.     having access to 2.x.
  1119.  
  1120. Tue Feb 11 16:43:43 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1121.  
  1122.     * .cvsignore: Add cvsnt.mdp and cvsnt.ncb.  They seem to be files
  1123.     created by Visual C++ 4.x which were not created by Visual C++ 2.x.
  1124.  
  1125. Tue Feb  4 11:42:30 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1126.  
  1127.     * INSTALL: OS/2 port is client only.
  1128.  
  1129.     * Rename devel-cvs (which had only been in the repository, not the
  1130.     distribution) to DEVEL-CVS.  Add "Charter for the devel-cvs
  1131.     mailing list:" heading, "CVS Development Policies" title, and
  1132.     one-sentence introduction (editorial changes, not run by
  1133.     devel-cvs).  Revise paragraph concerning membership in the list to
  1134.     reflect policy change to make read-only membership different from
  1135.     the ability to send to the list (the new wording was approved by
  1136.     devel-cvs, as was the rename and including it in the
  1137.     distribution).
  1138.     * Makefile.in (DISTFILES): Add DEVEL-CVS.
  1139.     * HACKING: Add "Mailing lists" section.
  1140.  
  1141. Tue Jan 28 10:41:05 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1142.  
  1143.     * configure.in: Remove AC_CHECK_SIZEOF; no longer needed with
  1144.     lib/md5.c changes.
  1145.     * acconfig.h: Add HAVE_CONNECT.  This is needed so that autoheader
  1146.     2.10 works; I think this has been broken since 2 Dec 1996.
  1147.     * config.h.in: Regenerated with autoheader 2.10.
  1148.     * configure: Regenerated with autoconf 2.10.
  1149.  
  1150.     * HACKING: Revise criterion for whether something goes in NEWS
  1151.     again (now "user-visible change worth mentioning"--the language
  1152.     from the GNU coding standards).
  1153.  
  1154. Mon Jan 27 23:05:24 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1155.  
  1156.     * HACKING: Criterion for whether something goes in NEWS is not
  1157.     whether it is user-visible; it is whether it is a bugfix or a
  1158.     feature.
  1159.  
  1160. Tue Jan 21 10:21:53 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1161.  
  1162.     * INSTALL: Warn people against pre-5.x RCS; describe how to find
  1163.     out what version of RCS you have.
  1164.  
  1165. Wed Jan  8 14:50:47 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1166.  
  1167.     * Makefile.in, NEWS, README, TODO, configure.in: Remove CVSid; we
  1168.     decided to get rid of these some time ago.
  1169.  
  1170. Wed Jan  8 00:17:13 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1171.  
  1172.     * README (Credits): Refer to NEWS not ChangeLog; the ChangeLog in
  1173.     question got renamed a bit but ended up as the bottom of the NEWS
  1174.     file.  Eliminate use of first person in a few places where it is
  1175.     unclear who it refers to.  Explicitly say that the lists
  1176.     of contributors are not comprehensive.
  1177.  
  1178. Thu Jan  2 12:59:45 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1179.  
  1180.     * README, Makefile.in: Remove paragraph about writing to the Free
  1181.     Software Foundation at 675 Massachusetts Avenue.  (1) They are no
  1182.     longer at that address; (2) the Free Software Foundation are not
  1183.     the ones to write to concerning CVS licensing.  bug-cvs would be a
  1184.     more appropriate choice; (3) there is probably little need for
  1185.     this paragraph anyway.
  1186.  
  1187. Thu Jan  2 09:46:37 1997  Karl Fogel  <kfogel@ynu38.ynu.edu.cn>
  1188.  
  1189.         * NEWS: mention read-only repository access feature.
  1190.  
  1191. Wed Jan  1 18:47:08 1997  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1192.  
  1193.     * cvs.spec: Don't include ChangeLog and ChangeLog.zoo in %doc.
  1194.     There is no point in including them without src/ChangeLog,
  1195.     src/ChangeLog-96, etc., but more to the point they really belong
  1196.     in the source distribution rather than a binary distribution anyway.
  1197.  
  1198. Mon Dec 30 16:55:54 1996  Abe Feldman  <feldman@harvey.cyclic.com>
  1199.  
  1200.     * NEWS: Add entry for changes to checkout command (creating CVS
  1201.     directory at top of working directory)
  1202.  
  1203. Tue Dec 17 13:13:30 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1204.  
  1205.     * NEWS: Add entry for verifymsg.
  1206.  
  1207. Tue Dec 10 19:22:20 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1208.  
  1209.     * cvs-format.el: Revise comments to explain how to use it and
  1210.     general minor tidying of comments.
  1211.  
  1212. Mon Dec  2 13:05:44 1996  Ian Lance Taylor  <ian@cygnus.com>
  1213.  
  1214.     * configure.in: Don't call AC_CHECK_FUNCS(connect) a second time,
  1215.     because the value will have been cached; instead, check whether
  1216.     the library was found with connect defined.
  1217.     * configure: Rebuild with autoconf 2.12.
  1218.  
  1219. Sat Nov 30 23:04:52 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1220.  
  1221.     * BUGS: Add note about mysterious failure in test 187a3.
  1222.  
  1223. Fri Nov 29 10:19:50 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1224.  
  1225.     * configure.in (AC_CHECK_FUNCS): Also check for readlink.
  1226.     * config.h.in: Regenerated using autoheader 2.10.
  1227.  
  1228. Fri Nov 22 16:30:27 1996  Brendan Kehoe  <brendan@cygnus.com>
  1229.  
  1230.     * configure.in: Check for -lsocket, etc., before checking for
  1231.     Kerberos libraries.
  1232.     * configure: Rebuild.
  1233.  
  1234. 1996-11-19  Jim Kingdon
  1235.  
  1236.     * cvsnt.mak: Remove strippath.c.
  1237.  
  1238. Sun Nov  3 21:54:18 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1239.  
  1240.     * README: Move detailed information on compatibility to
  1241.     the manual; simply point to it here.
  1242.  
  1243. Thu Oct 31 07:20:45 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1244.  
  1245.     * BUGS: Add note about cvs import of binary files on non-unix.
  1246.  
  1247. Tue Oct 29 13:59:14 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1248.  
  1249.     * BUGS: Add note about "dying gasps" message.
  1250.  
  1251. Sat Oct 26 16:17:09 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  1252.  
  1253.     * configure.in (AC_CHECK_FUNCS): Check for tzset.
  1254.  
  1255. Fri Oct 25 10:27:08 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1256.  
  1257.     * NEWS: Mention new loginfo features.
  1258.  
  1259. Thu Oct 24 08:21:48 1996  Lars.Henriksen@netman.dk
  1260.  
  1261.     * INSTALL: Update to "DEC Alpha running OSF/1 version 3.2 (1.9)"
  1262.  
  1263. Tue Oct 22 10:34:21 1996  Noel Cragg  <noel@gargle.rain.org>
  1264.  
  1265.     * configure.in: don't check for the existence of the /etc/security
  1266.      directory, because it's possible to have PAM installed without
  1267.      using shadow passwords.
  1268.     * configure: regenerated.
  1269.  
  1270. Sat Oct 19 18:34:29 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1271.  
  1272.     * README: Say that the remote protocol is not interoperable before
  1273.     CVS 1.5.
  1274.  
  1275. Sat Oct 19 13:06:53 1996  Mark H. Wilkinson  <mhw@minster.york.ac.uk>
  1276.               and Jim Kingdon  <kingdon@cyclic.com>
  1277.  
  1278.     * configure.in, INSTALL: New options for configure to enable or
  1279.     disable client and server code, overriding configure's defaults.
  1280.     * confiugre: Regenerated.
  1281.  
  1282. Sat Oct 19 13:06:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1283.  
  1284.     * INSTALL: Add note about what to do if you got a binary
  1285.     distribution of CVS.  Add VAX/VMS entry.
  1286.  
  1287. Thu Oct 17 15:38:03 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1288.  
  1289.     * NEWS, README: Reinstate 30 Sep 96 changes concerning US letter
  1290.     vs. A4 paper.
  1291.  
  1292. Wed Oct 16 16:59:57 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  1293.  
  1294.     * configure.in: Simplify code to check for crypt.  Check for
  1295.     -lcrypt first, and then check for the crypt function.  The old
  1296.     code did slightly funky things with cache variables, which JimK's
  1297.     last change disturbed.  Let's just keep it simple.
  1298.     * configure: Rebuilt.
  1299.  
  1300. Wed Oct 16 15:01:59 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1301.  
  1302.     * configure.in: Don't call unset.  It isn't portable to Ultrix,
  1303.     but perhaps more to the point, seems like we should be using the
  1304.     cached values (there was no comment explaining why we should
  1305.     ignore the cached values, and none of the CVS developers were
  1306.     able to    provide an explanation when I asked).
  1307.     * configure: Regenerated.
  1308.  
  1309.     * NEWS: Add item regarding export and "cvs history".
  1310.  
  1311. Tue Oct 15 07:40:42 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1312.  
  1313.     * TESTS: Mention the fact that expr is only for the tests, not for
  1314.     CVS itself.  At least one person was unclear on this.
  1315.  
  1316. Mon Oct 14 12:13:03 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1317.  
  1318.     * HACKING: Add "Submitting patches (strategy)" section and
  1319.     sentence about test cases.  These changes have been run by
  1320.     devel-cvs and there was no objection.
  1321.  
  1322. Sat Oct 12 19:43:56 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1323.  
  1324.     * README.VMS: Add notes about some build problems on VAX/VMS.
  1325.  
  1326. Thu Oct 10 09:20:25 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1327.  
  1328.     * BUGS: Remove item about & in modules file and client/server; the
  1329.     bug is fixed.
  1330.  
  1331.     * README.VMS: Rewrite sections about wildcard expansion and
  1332.     calling editors to suggest technical approaches and to make it
  1333.     clear that fixes will only happen if someone gets around to them.
  1334.  
  1335. Sat Oct  5 15:01:22 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  1336.  
  1337.     * Version 1.9 released.
  1338.  
  1339. Tue Oct  1 14:32:44 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1340.  
  1341.     * NEWS, README: Revert changes regarding -D, -g, and A4.  They
  1342.     are for new features which are not appropriate at this stage of
  1343.     the release process.
  1344.  
  1345. Mon Sep 30 14:51:36 1996  Greg A. Woods  <woods@most.weird.com>
  1346.  
  1347.     * INSTALL (sun3): 1.8.86+ builds and runs make check.
  1348.  
  1349.     * NEWS: describe -D and -g; DIFFBIN and GREPBIN
  1350.  
  1351.     * MINOR-BUGS: yet another couple of annoyances...
  1352.  
  1353. Mon Sep 30 08:33:51 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1354.  
  1355.     * BUGS: Mention "cvs add -m" client/server bug.
  1356.  
  1357.     * NEWS: Document change from A4 to US letter.  It may seem minor,
  1358.     but it affects a *lot* of people.
  1359.  
  1360.     * README: Revise discussion of US letter vs. A4 to reflect recent
  1361.     change to cvs.texinfo.
  1362.  
  1363. Sun Sep 29 16:32:47 1996  Greg A. Woods  <woods@most.weird.com>
  1364.  
  1365.     * MINOR-BUGS: describe a minor annoyance or two
  1366.  
  1367.     * BUGS: describe a couple of new bugs
  1368.  
  1369. Sun Sep 29 14:09:49 1996  Noel Cragg  <noel@gargle.rain.org>
  1370.  
  1371.     * configure.in: check for shadow password files as well as for
  1372.      getspnam.  Some systems (like Linux) have getspnam in the C
  1373.      library, but aren't necessarily using shadow passwords.
  1374.     * configure, config.h.in: Regenerate.
  1375.  
  1376. Fri Sep 27 16:49:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1377.  
  1378.     * Makefile.in (TSUBDIRS): Remove comment about order of
  1379.     directories mattering.  That was only for an old set of hacks,
  1380.     since gone, which tried to combine several tag files into one
  1381.     (before emacs could use several tag files at once).
  1382.  
  1383. Wed Sep 25 10:35:06 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1384.  
  1385.     * NEWS: Add note about "cvs log -d" date formats changing.  See
  1386.     comment I added to cvs.texinfo for more whining about this situation.
  1387.  
  1388.     * BUGS: Remove item about ~/.cvsignore on NT; it is fixed.
  1389.  
  1390. Wed Sep 25 10:22:00 1996  Larry Jones  <larry.jones@sdrc.com>
  1391.  
  1392.     * configure.in: Add hack for ISC crypt (the version in the posix C
  1393.     library doesn't work -- why am I not surprised).  Add check for
  1394.     libsec.a for shadow password functions.
  1395.  
  1396.     * Makefile.in: Make zlib along with lib in the check targets.
  1397.  
  1398. Wed Sep 25 08:34:01 1996  Jim Blandy  <jimb@floss.cyclic.com>
  1399.  
  1400.     Fix from Mark A. Solinski <markso@mcs.com>:
  1401.     * cvsnt.mak: The debug configuration adds the zlib directory to
  1402.     the include path but it is missing from the release configuration.
  1403.     Add it to the "ADD CPP" and "CPP_PROJ" lines.
  1404.  
  1405. Tue Sep 24 11:32:20 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1406.  
  1407.     * INSTALL: Add VMS entry.  Clarify what "tested" means.
  1408.  
  1409.     * README: Replace section about what CVS is with the blurb from
  1410.     cvs.spec (which is also the paragraph we use in the release
  1411.     announcements).
  1412.     Change location of pcl-cvs from contrib/pcl-cvs to tools/pcl-cvs.
  1413.  
  1414.     * BUGS: Remove item about version numbers; we now have version
  1415.     numbers.  Remove item about server using /usr/tmp; this has been
  1416.     changed.  Remove item about deadlocks between server and client
  1417.     and file contents being interpreted as commands; I believe this
  1418.     refers to the case which was fixed by Ian's 7 Aug 96 change to
  1419.     receive_partial_file.  Remove item about server temp directory
  1420.     becoming full; I'm not sure all bugs related to that have been
  1421.     fixed, but I think the ones mentioned have been.  Remove item
  1422.     about .# files; this is a documented behavior.  Refer to
  1423.     platform-specific documentation.  Add bug with & in modules file
  1424.     and client/server CVS.  Move bug about weird use of long file
  1425.     names to end; the bug report is so long people won't want to read
  1426.     past it.  Refer to README concerning reporting bugs.  Add
  1427.     introduction.  Reword some bug descriptions.  Add bug concerning
  1428.     ~/.cvsignore on NT.
  1429.     * MINOR-BUGS: Add introduction.  Reword some bug descriptions.
  1430.     Remove item about "premature end of file"--we've improved that
  1431.     error message as much as we can figure out how.  Remove item about
  1432.     filenames getting truncated (with rcs2log?)--I think this is a fixed
  1433.     bug although I couldn't quickly find a ChangeLog entry for the fix.
  1434.  
  1435. Tue Sep 17 12:46:37 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1436.  
  1437.     * .cvsignore: Add cvs-*.spec.
  1438.  
  1439. Mon Sep 16 17:42:30 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1440.  
  1441.     * TODO: In 180, mention issue of network being down.  Add item
  1442.     182, about inclusiveness of "cvs log -r foo -r bar".
  1443.  
  1444.     * HACKING: Also mention arbitrary limits and reentrancy.
  1445.     User-visible changes should be documented in cvs.texinfo as well
  1446.     as NEWS.
  1447.  
  1448. Thu Sep 12 16:06:33 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1449.  
  1450.     * README.VMS: Put authorship info at end.  Add disclaimer.  Say
  1451.     that patch is mandatory not optional.  Don't mention gzip; we
  1452.     don't require it any more.  Remove section on filename case; the
  1453.     bugs described there are fixed.  Miscellaneous tweaks and updates.
  1454.  
  1455. Wed Sep 11 11:08:39 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  1456.  
  1457.     * configure.in (AC_OUTPUT): Don't forget to create vms/Makefile.
  1458.  
  1459. Tue Sep 10 19:55:07 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1460.  
  1461.     * Makefile.in (DISTFILES): Add build.com and README.VMS.
  1462.     (SUBDIRS): Add vms.
  1463.     * build.com: Also recurse into zlib directory.
  1464.  
  1465.     * NEWS: Mention Win95.
  1466.  
  1467. Fri Sep  6 11:43:26 1996  Ian Lance Taylor  <ian@cygnus.com>
  1468.  
  1469.     * configure.in: Add AC_ARG_ENABLE for encryption.
  1470.     * acconfig.h: Add ENCRYPTION.
  1471.     * configure, config.h.in: Regenerate.
  1472.     * NEWS: Modify the entry on encryption to mention that you must
  1473.     configure with --enable-encryption.
  1474.     * INSTALL: Mention the --with-krb4 and --enable-encryption
  1475.     configure options.
  1476.  
  1477. Thu Sep  5 11:30:45 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1478.  
  1479.     * NEWS: Revise access method item to mention both :ext: and
  1480.     :server:.
  1481.  
  1482.     * README.VMS: Change bug reporting address to bug-cvs.  In
  1483.     discussing filenames, don't mention a hypothetical behavior
  1484.     involving folding to lowercase (I'm not sure what is meant, and it
  1485.     doesn't sound right to me) and do mention that things might be
  1486.     different now (as a result of recent changes to case sensitivity
  1487.     code).
  1488.  
  1489. Wed Sep  4 1996  Jim Kingdon  <kingdon@cyclic.com>
  1490.  
  1491.     * cvsnt.mak: Add windows-NT/ChangeLog.
  1492.  
  1493. Wed Sep  4 13:55:11 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1494.  
  1495.     * Makefile.in (DISTFILES): Add cvs.spec.
  1496.  
  1497. Mon Aug 26 15:30:13 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1498.  
  1499.     * TODO: Add item suggesting "cvs message" command.
  1500.  
  1501. Tue Aug 20 12:22:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1502.  
  1503.     * configure.in (AC_C_INLINE): Removed; see src/ChangeLog.
  1504.     * config.h.in, configure: Regenerated.
  1505.     * os2/config.h, windows-NT/config.h: Remove #define of inline.
  1506.  
  1507.     * configure.in (AC_C_CHAR_UNSIGNED): Removed; it is not used
  1508.     anywhere.
  1509.     * config.h.in, configure: Regenerated.
  1510.     * os2/config.h, vms/config.h, windows-NT/config.h: Likewise,
  1511.     remove __CHAR_UNSIGNED__.
  1512.  
  1513. Fri Aug 16 13:37:19 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1514.  
  1515.     * cvs.spec (%description): Replace description with one that
  1516.     resembles the release announcements we have been sending out.  The
  1517.     previous one was out of date and not really focused on describing
  1518.     what CVS does.
  1519.     (%build): Don't define SERVER_FLOWCONTROL; if we are ready to make
  1520.     this is the default it should be for all kinds of builds, not just
  1521.     those via RPM.
  1522.  
  1523. Fri Aug 16 16:09:59 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  1524.  
  1525.     * cvs.spec: new file.  This is a template for a RPM specification
  1526.     file (which is used by 'make spec').
  1527.  
  1528.     * Makefile.in (installdirs-local): new (empty) target
  1529.     (all install uninstall installdirs): add installdirs to list of
  1530.     targets which are done for all subdirs 
  1531.     (spec): new target to create a rpm specification file (which can
  1532.     be used to create RPM source and binary packages)
  1533.     (dist): depend on spec (which now also creates .fname)
  1534.  
  1535. Wed Aug 14 13:59:11 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  1536.  
  1537.     * configure.in (AC_REPLACE_FUNCS): add getspnam for reading shadow
  1538.     password entries
  1539.     * configure: regenerated
  1540.     * config.h.in: regenerated
  1541.  
  1542. Mon Aug 12 14:15:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1543.  
  1544.     * Makefile.in (config.status): When running config.status
  1545.     --recheck, preserve the value of CFLAGS.
  1546.  
  1547. Fri Aug  9 14:11:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1548.  
  1549.     * TESTS: Also mention dejagnu advantages.
  1550.  
  1551. Thu Aug  8 16:00:55 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1552.  
  1553.     * TESTS (ABOUT STDOUT AND STDERR): New section.
  1554.     (ABOUT TEST FRAMEWORKS): Add sed/cmp/diff (a la C News) as an option.
  1555.  
  1556.     * NEWS: Change entry regarding "cvs log" not invoking "rlog" so
  1557.     that it emphasizes user-visible behaviors.
  1558.  
  1559. Tue Aug  6 17:01:23 1996  Ian Lance Taylor  <ian@cygnus.com>
  1560.  
  1561.     * TODO: Remove item #167 (cvs log doesn't understand symbolic
  1562.     branch names).  It works now.
  1563.  
  1564.     * NEWS: Mention that "cvs log" no longer invokes "rlog".
  1565.  
  1566. Wed Jul 31 16:06:03 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1567.  
  1568.     * HACKING: Mention rule about _ vs - in file names.
  1569.  
  1570. Wed Jul 24 19:10:38 1996  Ian Lance Taylor  <ian@cygnus.com>
  1571.  
  1572.     * NEWS: Mention that Kerberos encryption is now supported.
  1573.  
  1574. Mon Jul 22 23:48:39 1996  Ian Lance Taylor  <ian@cygnus.com>
  1575.  
  1576.     * NEWS: Mention that the commit message has changed slightly when
  1577.      committing changes on a branch.
  1578.  
  1579. Fri Jul 19 16:10:04 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1580.  
  1581.     * TESTS: Say that GNU expr is part of sh-utils.
  1582.  
  1583. Thu Jul 18 18:16:33 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1584.  
  1585.     * NEWS: Mention -k wrappers option.
  1586.  
  1587.     * TESTS: In list of what we would like in a test framework, only
  1588.     mention portable once, and other wording cleanups.
  1589.  
  1590. Mon Jul 15 1996  Jim Kingdon  <kingdon@cyclic.com>
  1591.  
  1592.     * cvsnt.mak: Add src/ChangeLog (lets us edit it from within
  1593.     the integrated development environment).
  1594.  
  1595. Sun Jul 14 1996  Jim Kingdon  <kingdon@cyclic.com>
  1596.  
  1597.     * cvsnt.mak: Add src/zlib.c.  Add zlib group containing the .c
  1598.     files in zlib.  Add /I "zlib" compiler options.
  1599.  
  1600. Sun Jul 14 10:26:21 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1601.  
  1602.     * NEWS: Expand zlib item to emphasize user-visible (and
  1603.     CVS-installer-visible) consequences.
  1604.  
  1605. Sat Jul 13 21:11:50 1996  Ian Lance Taylor  <ian@cygnus.com>
  1606.  
  1607.     * NEWS: Mention that -z now uses zlib.
  1608.  
  1609. Fri Jul 12 18:54:21 1996  Ian Lance Taylor  <ian@cygnus.com>
  1610.  
  1611.     * Makefile.in (USOURCE_SUBDIRS): Add zlib.
  1612.     * configure.in (AC_OUTPUT): Add zlib/Makefile.
  1613.     * configure: Regenerate.
  1614.  
  1615.     * zlib/*: Import zlib 1.0.3.  Remove zlib/Makefile.  Modify
  1616.     zlib/Makefile.in for use with CVS.
  1617.  
  1618. Fri Jul 12 1996  Jim Kingdon  <kingdon@cyclic.com>
  1619.  
  1620.     * cvsnt.mak: Add src/buffer.c
  1621.  
  1622. Wed Jul 10 18:44:58 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1623.  
  1624.     * NEWS: Say that rlog is deprecated.
  1625.  
  1626. Tue Jul  9 14:37:41 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1627.  
  1628.     * PROJECTS: Refer to comment in rcscmds.c regarding RCS library.
  1629.  
  1630.     * HACKING: Expand comments on portability.
  1631.  
  1632. Sun Jul  7 23:21:02 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1633.  
  1634.     * configure.in (AC_REPLACE_FUNCS): Remove memmove; it was used by
  1635.     a very old version of the CVS server for nefarious purposes and it
  1636.     has been long gone.
  1637.     * configure: Regenerated.
  1638.  
  1639. Tue Jul  2 22:36:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1640.  
  1641.     * TESTS: Add discussion of test frameworks.
  1642.  
  1643. Fri Jun 28 20:27:56 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1644.  
  1645.     * NEWS: Describe "cvs diff -q" removal and new diff options.
  1646.  
  1647. Thu Jun 13 17:29:30 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1648.  
  1649.     * TODO: Remove item #67 about having cvs import create CVS
  1650.     directories; I don't think it is wise to have cvs import mess with
  1651.     the directory it is working in at all.  Remove item #69 about
  1652.     having import edit modules--in many cases there is no need for an
  1653.     entry in modules.  Remove item #76 about running on top of SCCS;
  1654.     we are clearly not evolving in that direction.  Remove item #91
  1655.     about documenting how to import sources from SCCS or RCS; this is
  1656.     now documented in cvs.texinfo.  Remove item #129 about "U CFTS/";
  1657.     without more information it is impossible to know what behavior is
  1658.     being discussed.  Remove item #157 concerning module names in cvs
  1659.     release; cvs release takes a directory name, not a module name.
  1660.     Remove item #159 about checking access times; this is as likely to
  1661.     be an annoyance as a help, and people who are into that can just
  1662.     look at the result from "cvs update" (directly or with a script).
  1663.     Remove item #164 concerning variables in *info files; it is done.
  1664.     Remove item #35 (it just says "cvs admin" is cheesy, which isn't
  1665.     specific enough to be useful).  Rewrite #39 to be specific about
  1666.     what would be nice in having branches track each other.  Remove
  1667.     item #46--I'm not sure what it means and if it means that one
  1668.     should check in with "cci" or some such instead of "cvs ci" then
  1669.     that is an installation hassle and a minimal convenience.  Add
  1670.     item #180.
  1671.  
  1672.     * config.h.in: Regenerated.
  1673.  
  1674. Thu Jun 13 1996  Ian Lance Taylor  <ian@cygnus.com>
  1675.          and Jim Kingdon  <kingdon@cyclic.com>
  1676.  
  1677.     * configure.in: Put -L${krb_libdir} in LDFLAGS temporarily when
  1678.     looking for -ldes.
  1679.     * configure: Regenerated.
  1680.  
  1681. Mon Jun 10 13:13:35 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1682.  
  1683.     * NEWS: Mention NT local.
  1684.  
  1685. Fri Jun  7 18:02:36 1996  Ian Lance Taylor  <ian@cygnus.com>
  1686.               and Jim Kingdon  <kingdon@cyclic.com>
  1687.  
  1688.     * NEWS: Mention new annotate options.
  1689.  
  1690. Thu Jun  6 14:08:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1691.  
  1692.     * lib/savecwd.c: Revert CVS_* patch.  The include files where
  1693.     CVS_* is defined were not included, and the code in question was
  1694.     inside HAVE_FCHDIR which isn't defined on the Mac anyway.
  1695.  
  1696.     * src/filesubr.c: Revert CVS_* patch in this one file.  The mac
  1697.     port should have its own copy of filesubr.c instead.
  1698.  
  1699. Wed Jun 05 10:03:10 1996  Mike Ladwig  <mike@twinpeaks.prc.com>
  1700.  
  1701.     * lib/{system.h,savecwd.c}, src/{add.c,checkout.c,client.c,
  1702.     commit.c,create_adm.c,diff.c,edit.c,entries.c,fileattr.c,
  1703.     filesubr.c,find_names.c,history.c,ignore.c,import.c,lock.c,
  1704.     login.c,logmsg.c,mkmodules.c,modules.c,myndbm.c,no_diff.c,
  1705.     parseinfo.c,patch.c,rcs.c,recurse.c,release.c,remove.c,root.c,
  1706.     rtag.c,server.c,tag.c,update.c,vers_ts.c,wrapper.c}:
  1707.     Under non-UNIX operating systems (MS-DOS, WinNT, MacOS), many
  1708.     filesystem calls take only one argument; permission is handled
  1709.     very differently on those systems than in UNIX.  On MacOS,
  1710.     the naming scheme for volumes and subdirectories is quite
  1711.     different.  This patch leaves hooks in the form of CVS_ACCESS,
  1712.     CVS_CHDIR, CVS_CREAT, CVS_FOPEN, CVS_MKDIR, CVS_OPEN, CVS_OPENDIR,
  1713.     CVS_RENAME, CVS_RMDIR, CVS_STAT, and CVS_UNLINK to accomodate
  1714.     these differences.
  1715.  
  1716. Thu Jun  6 11:11:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1717.  
  1718.     * NEWS: Say "changes from 1.7 to 1.8" not "changes since 1.7".
  1719.  
  1720. Wed Jun  5 1996  Jim Kingdon  <kingdon@cyclic.com>
  1721.  
  1722.     * cvsnt.mak: Visual C++ 2.1 seems to want to reformat the line
  1723.     breaks.  No substantive changes, I think.
  1724.  
  1725. Thu May 30 15:35:57 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1726.  
  1727.     * Makefile.in (DISTFILES): add TESTS.
  1728.  
  1729. Tue May 28 13:10:42 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1730.  
  1731.     * src/server.c: Add comment regarding out-of-order bug.
  1732.     * TESTS: Explain out-of-order bug.
  1733.  
  1734.     * INSTALL: Remove $CVSId$.  More strongly encourage people to skip
  1735.     the tests if they don't have the time to look at the results.
  1736.     Move most of the discussion of tests to new file TESTS, and add
  1737.     some information on interpreting check.log output.
  1738.     * README: In brief summary of install, don't spell out details of
  1739.     "make check" or "cvs init" steps.
  1740.  
  1741. Sun May 26 17:59:46 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1742.  
  1743.     * NEWS: Change "up-to-date" to "not locally modified"; the file
  1744.     need not match the head revision it only need match some revision.
  1745.  
  1746. Sun May 26 17:02:49 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  1747.  
  1748.     * NEWS: document new option "-c" for tag
  1749.  
  1750. Thu May 23 21:49:33 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1751.  
  1752.     * INSTALL: Remove footnote 10.  The only kind of change suitable
  1753.     for listing here is fairly easy portability stuff.
  1754.  
  1755. Fri May 17 11:49:11 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1756.  
  1757.     * NEWS: Refer to cvs.texinfo and say "filesystem" not "fs".
  1758.  
  1759. Thu May 16 17:13:56 1996  Noel Cragg  <noel@gargle.rain.org>
  1760.  
  1761.     * NEWS: Mention all access methods.
  1762.  
  1763. Wed May 15 23:38:15 1996  Noel Cragg  <noel@gargle.rain.org>
  1764.  
  1765.     * NEWS: add info about access methods and document behavior change
  1766.      for "cvs login."
  1767.  
  1768. Mon May 13 10:37:09 1996  Greg A. Woods  <woods@most.weird.com>
  1769.  
  1770.     * INSTALL: updated for Sun-3 SunOS 4.1.1_U1 (1.8.2)
  1771.  
  1772. Fri May 10 09:39:49 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1773.  
  1774.     * NEWS: Document that -d overrides CVS/Root.
  1775.  
  1776. Mon May  6 06:00:10 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1777.  
  1778.     * Version 1.8.1
  1779.  
  1780. Sun May  5 17:38:21 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1781.  
  1782.     Integrated changes submitted by Ian Taylor <ian@cygnus.com>
  1783.  
  1784.     * update.c (update_dirent_proc): cvs co -p doesn't print
  1785.     anything when run from an empty directory.
  1786.  
  1787.         * import.c (import_descend_dir): Check for a file in the
  1788.         repository which will be checked out to the same name as the
  1789.         directory.
  1790.  
  1791. Sun May  5 15:49:00 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1792.  
  1793.     * configure.in: autoconf 2.9 handles AC_CHECK_LIB in a
  1794.     way that it can not be used to check for main().  Check
  1795.     for printf() instead. (Reported by ian@cygnus.com)
  1796.  
  1797.     * configure: Regenerated.
  1798.  
  1799. Thu May  2 13:34:37 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1800.  
  1801.     * Version 1.7.88
  1802.  
  1803. Thu May  2 10:42:13 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1804.  
  1805.     * NEWS: Clarify what happened to examples directory.
  1806.  
  1807. Thu May  2 02:06:49 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1808.  
  1809.     * INSTALL: Updated for NeXTSTEP 3.3 (1.7)
  1810.  
  1811. Thu May  2 01:40:55 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1812.  
  1813.     * Compatibility fixes affecting QNX, NetBSD, and SCO
  1814.  
  1815.     * configure.in (AC_CHECK_FUNCS): Added check for initgroups(),
  1816.           (ac_cv_func_crypt) Added check for crypt() in -lcrypt;
  1817.           define AUTH_SERVER_SUPPORT only if crypt() is found.
  1818.  
  1819.     * configure: Regenerated.
  1820.  
  1821.     * src/server.c (HAVE_INITGROUPS): Use initgroups() only if
  1822.         located by configure.
  1823.  
  1824. Wed May  1 15:38:56 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1825.  
  1826.     * NEWS: Remove item about reserving all-uppercase tag names.
  1827.  
  1828. Wed May 01 00:18:01 1996  noel  <noel@BOAT_ANCHOR>
  1829.  
  1830.     * cvsnt.mak: remove all of those unnecessary libraries!  We only
  1831.      need advapi32.lib and wsock32.lib.
  1832.  
  1833. Wed Apr 24 16:48:35 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1834.  
  1835.     * NEWS: Document that -d overrides CVS/Root.
  1836.  
  1837. Fri Apr 19 11:22:35 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1838.  
  1839.     * Version 1.7.86
  1840.  
  1841. Sun Apr 14 11:06:44 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  1842.  
  1843.         * configure.in (AC_OUTPUT): generate contrib/elib/Makefile,
  1844.         tools/Makefile, and tools/pcl-cvs/Makefile.  Do not any longer
  1845.         generate contrib/pcl-cvs/Makefile.
  1846.         
  1847.         * Makefile.in: deal w/ above changes.
  1848.         
  1849.         * configure: regenerated.
  1850.  
  1851.         * Added `tools' subdir (pcl-cvs will live there, as will other
  1852.         things maintained along with the CVS distribution).
  1853.  
  1854. Wed Apr 10 17:15:25 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1855.  
  1856.     * README: Mention documentation and A4 paper in particular.
  1857.  
  1858. Thu Mar 28 12:31:38 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1859.  
  1860.     * NEWS: Add "cvs annotate".
  1861.  
  1862. Tue Mar 26 10:46:59 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1863.  
  1864.     * INSTALL: In example, change tag name to avoid using a tag name
  1865.     reserved to CVS.
  1866.  
  1867.     * NEWS: Document reservation of some tag names.
  1868.  
  1869. Fri Mar 22 10:45:23 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1870.  
  1871.     * INSTALL: Clarify that RCS is only for server or local.
  1872.  
  1873. Mon Mar 18 10:15:18 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1874.  
  1875.     * README: Mention info@cyclic.com where we mention support
  1876.     contracts, not at the end where people might be tempted to view it
  1877.     as a generic help line.
  1878.  
  1879. Thu Mar 14 16:34:26 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1880.  
  1881.     * Makefile.in (stamp-h): Don't run ./config.status --recheck.
  1882.  
  1883. Thu Mar 14 1996  Jim Kingdon  <kingdon@cyclic.com>
  1884.  
  1885.     * cvsnt.mak: Regenerate dependencies.
  1886.  
  1887. Thu Mar 14 13:45:11 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  1888.  
  1889.     * configure.in (AC_OUTPUT): Don't create examples/Makefile; we're
  1890.     not using the examples directory any more.
  1891.  
  1892. Wed Mar 13 17:02:00 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1893.  
  1894.     * INSTALL: Refer to cvs.texinfo rather than out-of-date cvsinit
  1895.     instructions.  Instead of telling everyone to update modules
  1896.     whenever adding directories (which is optional), refer to the
  1897.     manual regarding all administrative files.  Revise "make check"
  1898.     instructions to be even less encouraging about submitting bug
  1899.     reports.
  1900.  
  1901.     * examples/*: Removed.
  1902.     * Makefile.in (SUBDIRS): Remove examples.
  1903.     * cvsinit.sh: Removed.
  1904.     * Makefile.in: Remove all cvsinit and PROGS stuff.
  1905.     * NEWS: Mention cvsinit -> cvs init change.
  1906.  
  1907. Mon Mar 11 13:12:35 1996  Samuel Tardieu  <sam@inf.enst.fr>
  1908.  
  1909.     * BUGS: removed previous description from Greg Woods (3/6/96)
  1910.     since the bug seems to be corrected
  1911.  
  1912. Wed Mar  6 10:35:32 1996  Greg A. Woods  <woods@most.weird.com>
  1913.  
  1914.     * BUGS: describe a weird core-dump with 'cvs co -c'.  Now I can't
  1915.     even get a stack backtrace again -- dbx dumps core!
  1916.  
  1917. Fri Mar  1 09:21:56 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1918.  
  1919.     * README.VMS: Remove distribution information (since it is no
  1920.     longer different for VMS).  Various wording fixes to reflect the
  1921.     fact that using rsh is just one of several ways to connect to a
  1922.     cvs server, not "the official" one.  Say that the unsuitable rsh
  1923.     is the UCX one.  Clarify what rsh uses privileged ports for.
  1924.  
  1925. Fri Mar  1 01:26:28 1996  Benjamin J. Lee  <benjamin@cyclic.com>
  1926.  
  1927.     * README.VMS, build.com: Added for VMS.
  1928.  
  1929. Thu Feb 29 10:04:20 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1930.  
  1931.     * NEWS: Mention change to default ignore list.
  1932.  
  1933. Thu Feb 29 00:28:08 1996  Peter Wemm  <peter@jhome.DIALix.COM>
  1934.  
  1935.     * configure.in: correctly spell FNM_PATHNAME in fnmatch() test,
  1936.     the supplied test fails on proposed POSIX.2, lib/fnmatch.*, Linux,
  1937.     FreeBSD, etc.
  1938.     * configure: Regenerated.
  1939.  
  1940. Tue Feb 27 10:43:14 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1941.  
  1942.     * INSTALL: Change submission address to bug-cvs from info-cvs.
  1943.     Encourage submissions to be in the form of diffs to INSTALL.
  1944.  
  1945. Sun Feb 25 15:23:31 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1946.  
  1947.     * HACKING: Fix typo.
  1948.  
  1949. Fri Feb 23 1996  Jim Kingdon  <kingdon@cyclic.com>
  1950.  
  1951.     * cvsnt.mak: Add login.c and scramble.c.
  1952.  
  1953. Fri Feb 23 16:36:11 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1954.  
  1955.     * README: Mention comp.software.config-mgmt.  Don't mention old
  1956.     cyclic-cvs mailing list.
  1957.  
  1958.     * acconfig.h: Add AUTH_SERVER_SUPPORT.  Remove DIFF and GREP (no
  1959.     longer used).
  1960.     * configure.in: Define AUTH_SERVER_SUPPORT.
  1961.     * config.h.in, configure: Regenerated.
  1962.  
  1963. Thu Feb 22 22:32:09 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1964.  
  1965.     * configure.in: Remove AC_FUNC_ALLOCA.
  1966.     * configure: Regenerated.
  1967.  
  1968. Mon Feb 19 09:39:21 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1969.  
  1970.     * HACKING: Add comments about portability and assert().
  1971.  
  1972. Thu Feb 15 16:40:13 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1973.  
  1974.     * NEWS: Mention $USER internal variable.
  1975.  
  1976. Thu Feb 15 14:00:00 1996  Gary Oberbrunner  <garyo@avs.com>
  1977.               and Jim Kingdon  <kingdon@cyclic.com>
  1978.  
  1979.     * cvsnt.mak: Add vasprintf.c and mkmodules.c
  1980.  
  1981. Tue Feb 13 20:05:47 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1982.  
  1983.     * configure.in (AC_REPLACE_FUNCS): Add strtoul.
  1984.     * configure: Regenerated.
  1985.  
  1986. Mon Feb 12 10:06:27 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1987.  
  1988.     * TODO: Remove mkmodules stuff.
  1989.     * NEWS: Add item concerning mkmodules.
  1990.  
  1991.     * configure.in (AC_REPLACE_FUNCS): Add vasprintf.
  1992.     * configure: Regenerated.
  1993.  
  1994. Sun Feb 11 16:43:38 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  1995.  
  1996.         * Makefile.in (DISTFILES): added HACKING.
  1997.  
  1998. Sun Feb 11 12:38:51 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  1999.  
  2000.     * NEWS: Revise *info files feature (now user vars, not env vars).
  2001.  
  2002. Fri Feb  9 23:51:39 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2003.  
  2004.     * NEWS: Mention env var in *info files feature.
  2005.  
  2006. Fri Feb  9 02:41:50 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  2007.  
  2008.     * Makefile.in (DISTFILES): Remove config.sub and config.guess from
  2009.     the list; they're not distributed any more.
  2010.  
  2011. Thu Feb  1 19:47:46 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2012.  
  2013.     * INSTALL: Remove RM; no longer used.
  2014.  
  2015. Thu Feb  1 14:38:04 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  2016.  
  2017.         * configure: re-ran autoconf.
  2018.  
  2019.         * Makefile.in (USOURCE_SUBDIRS, SUBDIRS): abstract unix source
  2020.         subdirs to new var USOURCE_SUBDIRS, for lint's sake and possibly
  2021.         etags's someday.
  2022.         (lint): run in USOURCE_SUBDIRS only.
  2023.  
  2024. Thu Feb  1 13:06:47 1996  Roland McGrath  <roland@baalperazim.frob.com>
  2025.  
  2026.     * configure.in (WITH_KRB4): Escape $ in help text.
  2027.  
  2028. Wed Jan 31 19:03:37 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2029.  
  2030.     * HACKING: Add info about NEWS file and release process.
  2031.  
  2032. Tue Jan 30 16:00:00 1996  Jim Kingdon  <kingdon@peary.cyclic.com>
  2033.  
  2034.     * cvsnt.mak: Change save-cwd.c to savecwd.c and regenerate
  2035.     dependencies to take care of save-cwd.h.
  2036.     * windows-NT/README: Update information about Visual C++ 4.0.
  2037.  
  2038. Tue Jan 30 16:09:53 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2039.  
  2040.     * Rename lib/save-cwd.c to lib/savecwd.c.  Avoiding a hyphen
  2041.     seems to be the only way to get Visual C++ 2.1 to generate a
  2042.     cvsnt.mak which Visual C++ 4.0 will accept.
  2043.     * Rename lib/save-cwd.h to lib/savecwd.h for consistency.
  2044.     * os2/Makefile.in, lib/Makefile.in, lib/savecwd.c, src/add.c,
  2045.     src/import.c, src/modules.c, src/recurse.c, src/tag.c: Update
  2046.     accordingly.
  2047.  
  2048.     * INSTALL, os2/options.h, windows-NT/options.h,
  2049.     macintosh/options.h, src/options.h.in: Remove SORT; it is no
  2050.     longer used.
  2051.  
  2052. Mon Jan 29 15:16:39 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2053.  
  2054.     * INSTALL: Mention -b.  Don't talk about RCS 5.6.[5-7] beta
  2055.     releases; this will be an issue for few if any people.  Remove
  2056.     stuff about diff and --with-diffutils which is no longer true.
  2057.  
  2058.     * README: Refer to HACKING file.  Refer to cvs.texinfo not
  2059.     manpage.  Rewrite section about compatibility between CVS versions.
  2060.     * HACKING: New file.
  2061.     * INSTALL: Move -Wall section to HACKING; refer to HACKING.
  2062.  
  2063. Wed Jan 24 20:26:55 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2064.  
  2065.     * configure.in: Remove diff stuff.  Also remove AC_CANONICAL_HOST
  2066.     and bindir crud as that was the only place they were used.
  2067.     * config.h.in, configure: Regenerated.
  2068.     * config.sub, config.guess: Removed.
  2069.     * src/options.h.in (DIFF): Change to "diff" and change comment to tell
  2070.     people not to use -a.
  2071.     * src/sanity.sh: New test binfiles tests for above-fixed bug (see
  2072.     comments in patch_file in update.c--passing -a to diff generates a
  2073.     patch which patch cannot apply).
  2074.  
  2075.     * NEWS: Adjust to reflect existence of 1.7.
  2076.  
  2077. Tue Jan 23 14:20:39 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  2078.  
  2079.     * devel-cvs: New file, not to be included in the distribution.
  2080.  
  2081. Thu Jan 18 21:46:56 1996  Jim Blandy  <jimb@totoro.cyclic.com>
  2082.  
  2083.     * BUGS: Remove all mention of the outdated cyclic-cvs@cyclic.com
  2084.     and remote-cvs@cyclic.com addresses.  It turns out that people see
  2085.     these addresses and use them.  Mention the proper way to report
  2086.     bugs.
  2087.  
  2088. Wed Jan 17 16:40:01 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2089.  
  2090.     * README: Fix typo (info-cvs-requests -> info-cvs-request).
  2091.  
  2092. Fri Jan 12 13:38:12 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2093.  
  2094.     * configure.in, configure: Revert "Checking user's gender" change.
  2095.     Sure, you only live once, but I want mine to be a *long* life, not
  2096.     one interrupted by a CVS user who is not amused coming after me
  2097.     with an axe.
  2098.  
  2099. Fri Jan 12 12:46:23 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  2100.  
  2101.         * configure: regenerated.
  2102.         
  2103.         * configure.in: print "Checking user's gender... ok".  I mean,
  2104.         what the heck, you only live once.
  2105.  
  2106. Thu Jan 11 14:00:00 1996  Jim Kingdon  <peary.cyclic.com>
  2107.  
  2108.     * cvsnt.mak: Update dependencies.
  2109.  
  2110. Thu Jan 11 12:03:10 1996  Norbert Kiesel  <nk@col.sw-ley.de>
  2111.  
  2112.     * NEWS: document loss of CVS_NOADMIN.  Also, mention the
  2113.       possibility to use "cvs" in .cvsrc.
  2114.  
  2115. Wed Jan 10 20:40:23 1996  Karl Fogel  <kfogel@floss.red-bean.com>
  2116.  
  2117.         * configure: regenerated.
  2118.  
  2119.         * configure.in (AC_OUTPUT): added `macintosh/Makefile'.
  2120.         
  2121.         * Makefile.in (SUBDIRS): added `macintosh'.
  2122.  
  2123. Wed Jan 10 01:17:18 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2124.  
  2125.     * README: Remove URL of obsolete David Zuhn web page.
  2126.  
  2127.     * FAQ: Replace entire file with short paragraph explaining the FAQ
  2128.     is dead.
  2129.  
  2130.     * configure.in: Don't set exec_prefix.  Set bindir from prefix if
  2131.     exec_prefix isn't set.
  2132.     * configure: Regenerated.
  2133.  
  2134.     * INSTALL: Update list of machines for 1.6.85 (further changes to
  2135.     the list of machines will not receive ChangeLog entries).
  2136.  
  2137. Tue Jan  9 09:02:05 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2138.  
  2139.     * NEWS: Mention changes in default ignore list.
  2140.  
  2141.     * INSTALL: check.log is not in /tmp/cvs-sanity.  Mention
  2142.     submitting bug reports as a possibility, not a request from us.
  2143.     Separate out "make check" a bit to make clear it is optional.
  2144.  
  2145. Mon Jan  8 11:42:40 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2146.  
  2147.     * INSTALL: Remove grep stuff; no longer necessary.
  2148.     Don't say that patch must understand unidiffs; no longer true.
  2149.     Suggest configuring with -Wall (here until we have a "how to hack
  2150.     CVS document").
  2151.  
  2152. Wed Jan  3 19:00:00 1996  Jim Kingdon  <kingdon@peary.cyclic.com>
  2153.  
  2154.     * .cvsignore: Add cvsnt.vcp.
  2155.  
  2156. Mon Jan  1 22:45:50 1996  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2157.  
  2158.     * os2/Makefile.in (Makefile), windows-NT/Makefile.in (Makefile):
  2159.     New rules.
  2160.  
  2161. Sun Dec 31 16:52:49 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  2162.  
  2163.         * NEWS: add a blurb about password authentication.
  2164.  
  2165. Sun Dec 31 16:16:38 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2166.  
  2167.     * README: Add "submissions will be distributed under the GPL"
  2168.     language (like the newspapers have for letters to the editor).
  2169.  
  2170. Thu Dec 21 16:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  2171.  
  2172.     * cvsnt.mak: Revert to an old version, then add in recent changes
  2173.     to lists of files (using Visual C++; not by hand editing--this way
  2174.     it can be used as an internal project not just an external one).
  2175.  
  2176. Tue Dec 19 17:13:14 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2177.  
  2178.     * NEWS: Mention -kb (strictly speaking a bugfix, not a new
  2179.     feature, I guess, but it seems worth mentioning anyway).
  2180.  
  2181. Tue Dec 19 17:00:00 1995  Jim Kingdon  <kingdon@peary.cyclic.com>
  2182.  
  2183.     * TODO: Remove "regular TODO list:" line which accidentally got
  2184.     checked in.
  2185.  
  2186. Mon Dec 18 18:59:30 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2187.  
  2188.     * Makefile.in (TAR_VERBOSE): Default to empty, not "v".  I don't
  2189.     want that whole long list of files any more than jimb's daily
  2190.     update script does.
  2191.  
  2192. Sun Dec 17 23:59:11 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2193.  
  2194.     * configure.in (AC_REPLACE_FUNCS): Remove vasprintf.
  2195.     * configure: Regenerated.
  2196.  
  2197. Sat Dec 16 17:19:45 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2198.  
  2199.     * configure.in (AC_REPLACE_FUNCS): Add vasprintf.
  2200.     * configure: Regenerated.
  2201.  
  2202. Mon Nov 20 14:19:47 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2203.  
  2204.     * TODO: Remove items about developer communications; they are done.
  2205.     * NEWS: Mention developer communication features.
  2206.     * cvsinit.sh: Also add notify file.
  2207.  
  2208. Mon Dec 11 22:44:58 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  2209.  
  2210.         * New subdir "macintosh", for Mike Ladwig's
  2211.         <mike@twinpeaks.prc.com> port-in-progress.
  2212.  
  2213. Thu Dec  7 14:32:49 1995  Jim Meyering    (meyering@comco.com)
  2214.  
  2215.     * Makefile.in (check): Make sure library is built before running
  2216.     make in src.
  2217.     (remotecheck): Likewise.
  2218.     (installcheck): Likewise.
  2219.  
  2220. Wed Dec  6 11:40:37 1995  J.T. Conklin  <jtc@slave.cygnus.com>
  2221.  
  2222.     * configure.in: Remove leading -l from first argument of
  2223.      AC_CHECK_LIB for -lkrb and -ldes checks.
  2224.  
  2225. Mon Dec  4 08:06:31 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2226.  
  2227.     * config.h.in: Regenerated.
  2228.  
  2229. Sun Dec  3 20:05:10 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2230.  
  2231.     * configure.in: Remove grep stuff.
  2232.     * configure: Regenerated.
  2233.  
  2234. Fri Dec  1 11:16:18 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  2235.  
  2236.     * configure, config.h.in: re-ran autoconf
  2237.  
  2238.     * configure.in (AC_CHECK_HEADERS): add sys/resource.h to list of
  2239.       tested headers
  2240.  
  2241.     * Makefile.in (DISTFILES): add config.sub and config.guess
  2242.  
  2243. Thu Nov 23 09:01:53 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2244.  
  2245.     * TODO: Remove item about doc describing undoing a change; it
  2246.     already does.
  2247.  
  2248. Sun Nov 19 18:12:36 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2249.  
  2250.     * Makefile.in (dist): Pull out the 'v' in the tar command to a
  2251.     variable, so I can disable it in my daily update script.
  2252.  
  2253. Tue Nov 14 18:31:36 1995  Greg A. Woods  <woods@most.weird.com>
  2254.  
  2255.     * cvsinit.sh:
  2256.     - new rcs id
  2257.     - new opening comment
  2258.     - read only one "word" for CVSROOT
  2259.     - add checkoutlist, cvswrappers, taginfo, wrap, & unwrap to
  2260.     examples install loop, special handling for latter....
  2261.     - don't do any special stuff for loginfo -- always comment out
  2262.     everything in the newly installed examples
  2263.     - add a wee message to suggest editing newly installed examples
  2264.     - tweak some more comments, esp. regarding install of contrib
  2265.     scripts....
  2266.     - make $CVSROOT/CVROOT/history group writable if it didn't exist
  2267.     as it's not very useful otherwise
  2268.  
  2269. Tue Nov 14 15:22:25 1995  Greg A. Woods  <woods@most.weird.com>
  2270.  
  2271.     * cvsinit.sh: woops!  wasn't installing contrib/log!
  2272.  
  2273. Tue Nov 14 12:09:11 1995  Greg A. Woods  <woods@most.weird.com>
  2274.  
  2275.     * INSTALL: oops, missed a couple of things about "configure"
  2276.  
  2277.     * configure: re-ran autoconf
  2278.  
  2279. Tue Nov 14 11:06:25 1995  Greg A. Woods  <woods@most.weird.com>
  2280.  
  2281.     * config.guess, config.sub: first time in (from autoconf-2.4)
  2282.  
  2283.     * configure.in:
  2284.     - updated to work with autoconf-2.4
  2285.     - call AC_CANONICAL_HOST to get host OS type right (needs
  2286.     config.sub and config.guess)
  2287.     - added full support for --with-diffutils and --with-gnugrep
  2288.     - fixed the diff search to work almost like the one for RCS-5.7
  2289.     - fixed some quoting problems
  2290.  
  2291.     * README: mention optional 'make check' step
  2292.  
  2293.     * INSTALL:
  2294.     - updated notes about working SunOS versions
  2295.     - re-wrote notes about RCS, diffutils, etc.
  2296.     - added notes about configuring    with GNU diffutils and GNU grep
  2297.     - added notes about using 'make    check'
  2298.     - changed bug reporiting instructions to mention cvsbug
  2299.     - re-wrote notes about setting CVSROOT in shell startups
  2300.  
  2301. Fri Nov  3 11:11:16 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2302.  
  2303.     * README: Fix typo in URL of molli's web site.
  2304.  
  2305. Tue Oct 31 19:28:16 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  2306.  
  2307.         * testing something, please ignore.
  2308.  
  2309. Mon Oct 23 18:37:27 1995  Karl Fogel  <kfogel@floss.cyclic.com>
  2310.  
  2311.         * configure: re-ran autoconf.
  2312.  
  2313.         * configure.in (AC_OUTPUT): os2/Makefile.
  2314.  
  2315.         * Makefile.in (SUBDIRS): added os2 subdir.
  2316.  
  2317. Mon Oct 23 12:02:51 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  2318.  
  2319.     * cvsnt.mak:  added lib/getline.c
  2320.  
  2321. Fri Oct 20 17:04:55 1995  Norbert Kiesel  <nk@col.sw-ley.de>
  2322.  
  2323.     * cvsnt.mak: added src/expand_path.c, error.[ch] now in src
  2324.  
  2325. Thu Oct 19 16:26:32 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2326.  
  2327.     * INSTALL: Remove note about RCS 5.7 and log messages
  2328.     consisting only of whitespace; fixed in CVS on 11 Jul 95.
  2329.  
  2330. Tue Oct 17 17:57:23 1995  Warren Jones  <wjones@tc.fluke.com>
  2331.  
  2332.     * man/cvs.5, examples/modules: Document -e.
  2333.  
  2334. Tue Oct 10 16:34:25 1995  Thorsten Lockert  <tholo@sigmasoft.com>
  2335.  
  2336.     * configure.in: More crud looking for kerberos, this time for 4.4BSD.
  2337.     * configure: Regenerated.
  2338.  
  2339. Sun Oct  8 12:22:19 1995  Peter Wemm  <peter@haywire.DIALix.COM>
  2340.  
  2341.     * configure.in: check for POSIX and BSD style reliable signals
  2342.     * configure: regenerated by autoconf
  2343.     * config.h.in: regenerated by autoheader
  2344.  
  2345. Fri Oct  6 21:50:48 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2346.  
  2347.     There is little point in trying to share a file as trivial as
  2348.     lib/error.c between programs.  So just admit it is CVS specific:
  2349.     * lib/error.c: Move from here...
  2350.     * src/error.c: ...to here, and remove CVS_SUPPORT ifdefs.
  2351.     * lib/error.h: Move from here...
  2352.     * src/error.h: ...to here.  Remove CVS_SUPPORT
  2353.     ifdefs; remove unused variable error_message_count.
  2354.     * src/Makefile.in (OBJECTS): Add error.o.
  2355.     (SOURCES): Add error.c.
  2356.     (HEADERS): Add error.h.
  2357.     * lib/Makefile.in (OBJECTS): Remove error.o.
  2358.     (SOURCES): Remove error.c.
  2359.     (HEADERS): Remove error.h.
  2360.     * acconfig.h, configure.in: Remove CVS_SUPPORT.
  2361.     * configure, config.h.in: Rebuilt using autoconf and autoheader.
  2362.     * windows-NT/config.h: Remove CVS_SUPPORT.
  2363.  
  2364. Thu Oct  5 17:26:38 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2365.  
  2366.     * INSTALL: Mention Siemens-Nixdorf RM600.
  2367.  
  2368. Tue Oct  3 09:32:19 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2369.  
  2370.     * NEWS: Remove item about -f global option; it is old news already
  2371.     mentioned elsewhere in the file.
  2372.  
  2373. Mon Oct  2 18:12:15 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2374.  
  2375.     * FAQ: Updated for CVS 1.5.  And now 1.6 is almost out.  The FAQ
  2376.         always lags the package, sigh...
  2377.  
  2378. Mon Oct  2 18:10:35 1995  Larry Jones  <larry.jones@sdrc.com>
  2379.  
  2380.     * configure, config.h.in: Rebuilt using autoconf and autoheader.
  2381.  
  2382.     * configure.in: check for <sys/bsdtypes.h>; used by src/server.c.
  2383.     (ISC keeps all the stuff that BSD has in <sys/types.h> here, so
  2384.     we need it for the FD_SET stuff for select().)
  2385.     Moved check for gethostname() after check for connect() since if
  2386.     connect() is not found, we may add librariesd and gethostname()
  2387.     may well be in one of those libraries.
  2388.     If connect() isn't found, look in -linet (ISC) in addition to
  2389.     -lsocket and -lnsl.  Also, ignore the cache since we need to
  2390.     update LIBS reguardless of whether it was found before or not and
  2391.     the answer may well be different afterwards.
  2392.     Define CLIENT_SUPPORT and SERVER_SUPPORT only if connect() is
  2393.     found.
  2394.  
  2395.     * INSTALL: update info for ISC 4.0.1; renumber footnotes.
  2396.  
  2397. Mon Oct  2 17:01:07 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2398.  
  2399.     * INSTALL: Indicate CVS version tested with Solaris 2.4.
  2400.  
  2401. Mon Oct  2 10:42:37 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  2402.  
  2403.         * (configure): Re-ran autoconf.
  2404.  
  2405. Mon Oct  2 10:33:58 1995  Michael Finken  <finken@conware.de>
  2406.  
  2407.         * configure.in: AC_REPLACE `strstr'.
  2408.  
  2409. Sun Oct  1 23:22:28 1995  Bryan O'Sullivan  <bos@serpentine.com>
  2410.  
  2411.     * (INSTALL): noted that CVS works fine on Solaris 2.4 with both
  2412.       gcc and SPARCworks cc.
  2413.  
  2414. Sun Oct  1 18:48:19 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  2415.  
  2416.         * (configure): re-ran autoconf following Peter Wemm's change
  2417.         below.
  2418.  
  2419. Sun Oct  1 22:24:56 1995  Peter Wemm  <peter@haywire.dialix.com>
  2420.  
  2421.     * configure.in: more extensive searching for -lsocket and -lnsl
  2422.     as done in Taylor-UUCP 1.06
  2423.  
  2424. Sun Oct  1 15:32:01 1995  Karl Fogel  <kfogel@totoro.cyclic.com>
  2425.  
  2426.         * (configure): re-ran autoconf.
  2427.  
  2428. Sun Oct  1 11:35:17 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2429.  
  2430.     * TODO: Remove item about setting comment leader automatically;
  2431.     RCS 5.7 does this.
  2432.  
  2433. Wed Sep 27 15:34:04 1995  Peter Wemm  <peter@haywire.dialix.com>
  2434.  
  2435.     * configure.in: correct detection of GNU diff's -a option for
  2436.     src/options.h
  2437.     * configure: regenerate with autoconf
  2438.  
  2439. Fri Sep 22 14:29:31 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2440.  
  2441.     * TODO: Remove item about reindenting on the way in and out.
  2442.     wrappers provide this functionality.
  2443.  
  2444. Wed Sep 20 14:27:28 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2445.  
  2446.         * configure.in: #define the symbols DIFF and GREP to be the paths
  2447.     to the DIFF and GREP programs; their values will be edited into
  2448.     src/options.h (and config.h, coincidentally).
  2449.     * acconfig.h (DIFF, GREP): Add these.
  2450.     * configure, config.h.in: Rebuilt using autoconf and autoheader.
  2451.  
  2452. Sun Sep 10 21:38:05 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2453.  
  2454.     * TODO: CVS can already undo a change, suggest documenting how.
  2455.     Expand slightly on mode stuff.
  2456.     Remove item about not letting people check out into repository (it
  2457.     is done).
  2458.     Redo item about expanding env vars in *info to reflect current
  2459.     thinking.
  2460.     Remove item about making it hard to accidentally move tags; it is
  2461.     done.
  2462.     Add client/server note to suggestion regarding interactive merging.
  2463.  
  2464. Fri Sep  1 12:07:02 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2465.  
  2466.     * BUGS: Remove items about refetching unpatchable files and options.h.
  2467.  
  2468. Fri Sep  1 09:20:09 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2469.  
  2470.     * Makefile.in (DISTFILES): Remove cvsnt.vcp; it's been deleted.
  2471.  
  2472. Thu Aug 31 13:47:35 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2473.  
  2474.     * Makefile.in (stamp-h): Rebuild config.status before trying to
  2475.     use it to build config.h.
  2476.  
  2477.     * Makefile.in: Change "cd foo; make" to "cd foo && make";
  2478.     otherwise we get into an infinite loop if an objdir doesn't exist.
  2479.  
  2480. Thu Aug 31 11:07:06 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2481.  
  2482.     * configure.in: Arrange not to touch options.h if we haven't
  2483.     modified it.  AC_CONFIG_HEADER checks if the file is unmodified,
  2484.     whereas AC_OUTPUT doesn't, and they're otherwise identical, so...
  2485.     (AC_CONFIG_HEADER): ... mention src/options.h here...
  2486.     (AC_OUTPUT): ... not here.
  2487.     Copy src/options.h to src/options.h-SAVED, don't move it.
  2488.     Otherwise, configure will create it again every time.
  2489.     Remove the code to compare the new src/options.h with
  2490.     src/options.h-SAVED and move it back if it's unchanged; autoconf
  2491.     writes that for us now.
  2492.  
  2493. Wed Aug 30 18:45:28 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2494.  
  2495.         * .cvsignore: Ignore WinDebug and WinRel directories, used by
  2496.     Microsoft Visual C++ to store object files and executables.
  2497.  
  2498.     * acconfig.h (CVS_SUPPORT, CLIENT_SUPPORT, SERVER_SUPPORT): New
  2499.     symbols, which autoheader will use to build config.h.in from
  2500.     configure.in.
  2501.     * configure.in (SERVER_SUPPORT, CLIENT_SUPPORT): Remove spaces
  2502.     between AC_DEFINEs and opening parens of argument lists.  Oops.
  2503.     * configure: Rebuild using autoconf.
  2504.     * config.h.in: Rebuild using autoheader.
  2505.  
  2506.     * Makefile.in (SUBDIRS): Uncomment windows-NT.
  2507.  
  2508.     * INSTALL: Added Windows NT to list of supported platforms.
  2509.     Added Windows NT installation instructions.
  2510.  
  2511. Tue Aug 29 16:08:01 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2512.  
  2513.     * cvsnt.mak: Completed Windows NT port.
  2514.  
  2515.     * configure.in (SERVER_SUPPORT, CLIENT_SUPPORT): Arrange for these
  2516.     to get #defined.  In the config.h file for the Windows NT port, we
  2517.     only #define CLIENT_SUPPORT.
  2518.     * config.h.in (SERVER_SUPPORT, CLIENT_SUPPORT): Add #undefs for
  2519.         these.
  2520.  
  2521.     * configure.in (AC_OUTPUT): Build the Makefile for the windows-NT
  2522.     subdirectory too.
  2523.  
  2524.     * cvsnt.vcp: Removed.  This doesn't store any information needed
  2525.     to compile CVS; it seems to be mostly programmer preference stuff.
  2526.     There's no need to distribute it.
  2527.  
  2528.     * INSTALL: Added info about Harris Nighthawk from Steve Allen ---
  2529.     thanks!
  2530.  
  2531. Mon Aug 21 16:08:37 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2532.  
  2533.         Bring the saga to a close:
  2534.     * configure.in: Use AC_PROG_MAKE_SET here, to decide whether we
  2535.     need to set the MAKE variable in Makefile.
  2536.     * Makefile.in: Use @SET_MAKE@ here, to set MAKE when appropriate.
  2537.  
  2538. Mon Aug 21 15:26:29 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2539.  
  2540.     * Makefile.in: Add comment regarding AC_SET_MAKE.
  2541.  
  2542. Sat Aug 19 21:57:51 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2543.  
  2544.     * configure.in: Define CVS_SUPPORT, to tell certain library
  2545.     functions that they're part of CVS.
  2546.     * config.h.in: Add #undef for CVS_SUPPORT, for configure to chew
  2547.     on.
  2548.  
  2549. Fri Aug 18 22:35:34 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2550.  
  2551.     * Makefile.in: Don't set MAKE; apparently all makes set it and GNU
  2552.     make, at least, will set it to what make was invoked as (perhaps gmake
  2553.     or some such), not just "make" (which might not support VPATH, for
  2554.     example).
  2555.  
  2556. Sun Aug 13 23:35:47 1995  Jim Kingdon  <kingdon@harvey.cyclic.com>
  2557.  
  2558.     * INSTALL: Convert Data General entry to same format as other entries.
  2559.  
  2560. Sun Aug 13 13:11:36 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2561.  
  2562.     * cvs-format.el: Add note about set-c-style.
  2563.  
  2564. Thu Aug  3 16:13:29 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2565.  
  2566.     * INSTALL: Fixed mail address for updates.
  2567.  
  2568.         * INSTALL: Noted that 1.5 runs on SunOS 4.1.1 -- 4.1.3.
  2569.  
  2570. Sun Jul 30 20:12:26 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  2571.  
  2572.     * cvsinit.sh: Unify code for modules and loginfo with code for
  2573.     other files which have checked-out and ,v files in CVSROOT.
  2574.     Don't add "#" to start of lines in rcstemplate.
  2575.  
  2576. Sat Jul 29 16:48:05 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  2577.  
  2578.     * cvsinit.sh: If arguments are given, give version number and
  2579.     usage message.  Make printed messages much more concise.
  2580.  
  2581.     * cvsinit.sh: Rename log.pl to log.  Don't install log twice.
  2582.  
  2583.     * Makefile.in (install-local), contrib/Makefile.in (install):
  2584.     Remove "reminder" to run cvsinit; running cvsinit is not required.
  2585.  
  2586. Fri Jul 28 16:46:10 1995  James Kingdon  <kingdon@harvey.cyclic.com>
  2587.  
  2588.     * Makefile.in (SUBDIRS): Comment out windows-NT.
  2589.  
  2590. Fri Jul 28 02:27:54 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2591.  
  2592.     * Makefile.in (DISTFILES): Add cvsnt.mak and cvsnt.vcp.
  2593.     (SUBDIRS): Add windows-NT.
  2594.  
  2595.     * config.h.in: Regenerated from configure.in by autoheader.
  2596.  
  2597. Wed Jul 19 18:00:00 1995  Jim Blandy  <jimb@cyclic.com>
  2598.  
  2599.     * configure.in (AC_CHECK_HEADERS): Check for <io.h> and <direct.h>.
  2600.  
  2601. Tue Jul 18 21:18:00 1995  Jim Blandy  <jimb@cyclic.com>
  2602.  
  2603.     * configure.in (AC_CHECK_HEADERS): Check for sys/param.h; Windows NT
  2604.     doesn't have it.
  2605.  
  2606.     * configure.in (AC_CHECK_HEADERS): Check for sys/time.h.  If you're
  2607.     using AC_HEADER_TIME, it's best to check for this too.
  2608.  
  2609.     * cvsnt.mak: New file --- makefile equivalent for Microsoft Visual C++.
  2610.     Choose this as your project when working with CVS under MSVC++.
  2611.     * cvsnt.vcp: New file --- configuration info for Microsoft Visual C++.
  2612.     * windows-NT: New subdirectory, containing files to be used to
  2613.     build under Microsoft Windows NT.
  2614.  
  2615. Wed Jul 12 23:26:24 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2616.  
  2617.     * Makefile.in: Remove duplicate install-info rule.
  2618.  
  2619. Wed Jul 12 16:00:27 1995 Karl Fogel <kfogel@floss.cyclic.com>
  2620.  
  2621.     * Makefile.in (install-local): added rule for install-info, made
  2622.     `install' depend on it.
  2623.  
  2624.     * README: correct mailing list addresses.
  2625.     * INSTALL: same.
  2626.  
  2627. Wed Jul 12 09:15:02 1995  Jim Meyering    (meyering@comco.com)
  2628.  
  2629.     * configure.in (gdiff_path): Remove gdiff from the list of programs.
  2630.     SGI's Irix includes a program named gdiff that is an X-based GUI to
  2631.     diff.
  2632.  
  2633.     * configure.in: Add check for working fnmatch functions so that
  2634.     systems providing it don't incur the space overhead of linking
  2635.     with the version in lib.  Cross compiling builds always use the
  2636.     version in lib.
  2637.  
  2638. Tue Jul 11 15:47:20 1995  Greg A. Woods     <woods@most.weird.com>
  2639.  
  2640.     * configure.in: add some FIXME comments
  2641.     - add a hack to restore src/options.h if AC_OUTPUT() didn't modify
  2642.     it. Note that this does *not* work for config.status, thus one
  2643.     FIXME comment.
  2644.     - add test for #! (to warn about possible failure of perl scripts
  2645.     - add test for diff and grep paths (for src/options.h.in)
  2646.     - fix up handling of src/options.h.in
  2647.     - add checks for PERL_PATH and CSH_PATH (from previous local changes)
  2648.  
  2649. Tue Jul 11 14:31:18 1995  Michael Shields  <shields@tembel.org>
  2650.  
  2651.     * Makefile.in (LDFLAGS): Pick up from configure.
  2652.  
  2653. Sun Jul     9 19:03:00 1995  Greg A. Woods     <woods@most.weird.com>
  2654.  
  2655.     * configure: re-ran autoconf-2.4
  2656.  
  2657.     * cvsinit.sh: make use of xVERSIONx from the Makefile
  2658.     - get rid of stuff duplicated in examples/* and use that instead
  2659.  
  2660.     * Makefile.in: $(VERSION) for cvsinit.sh wasn't set, so get it
  2661.     from src/version.c instead.
  2662.  
  2663.     * cvsinit.sh: install two more example CVSROOT control/config
  2664.     files: rcstemplate checkoutlist
  2665.     - install useful scripts from $CVSLIB/contrib too...
  2666.     (from previous local changes)
  2667.  
  2668.     * Makefile.in: add another reminder to run 'cvsinit' to update
  2669.     repository(ies) (from previous local changes)
  2670.  
  2671. Thu Jul     6 17:53:55 1995  Paul Eggert  <eggert@twinsun.com>
  2672.  
  2673.     * Makefile.in (mostlyclean-local): Remove $(PROGS).
  2674.  
  2675. Sat Jul     1 13:11:41 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2676.  
  2677.     * Version 1.5.1.
  2678.  
  2679. Thu Jun 29 01:02:09 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2680.  
  2681.     * configure.in, configure: cross_compiling gets set to "no", not
  2682.     empty--change test accordingly.
  2683.  
  2684.     * Version 1.4.93.
  2685.  
  2686. Wed Jun 28 22:33:54 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2687.  
  2688.     * lib/Makefile.in, man/Makefile.in, doc/Makefile.in: Comment out
  2689.     rules for configure and config.status, just like in Makefile.in or
  2690.     src/Makefile.in.
  2691.  
  2692. Tue Jun 27 19:53:05 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2693.  
  2694.     * configure.in (AC_REPLACE_FUNCS), configure: Remove fnmatch.
  2695.     * lib/Makefile.in (OBJECTS): Add fnmatch.
  2696.     Avoids buggy Solaris 2.4 libc fnmatch.
  2697.  
  2698.     * FAQ: Updated with new version from ftp.odi.com.
  2699.  
  2700. Mon Jun 26 15:17:46 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2701.  
  2702.     * Version 1.4.92.
  2703.  
  2704. Thu Jun 22 12:45:24 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2705.  
  2706.     * Version 1.4.91.
  2707.  
  2708. Wed Jun 21 16:33:04 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2709.  
  2710.     * PROJECTS: New file.
  2711.     * Makefile.in (DISTFILES): Add it.
  2712.  
  2713. Wed Jun 21 16:12:14 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2714.  
  2715.     * Makefile.in (FLAGS_TO_PASS): Don't pass INSTALL to sub-makes.
  2716.     The reason for passing it is gone now that we are using autoconf
  2717.     2.x which will set INSTALL in the sub-makefiles correctly.
  2718.  
  2719. Tue Jun 20 18:14:54 1995  James Kingdon     <kingdon@harvey.cyclic.com>
  2720.  
  2721.     * configure.in, configure: Make sure src directory exists before
  2722.     trying to copy options.h to it.
  2723.  
  2724. Mon Jun 19 13:47:20 1995  Jim Blandy  <jimb@totoro.cyclic.com>
  2725.  
  2726.     * Makefile.in: Add a "remotecheck" target here, for consistency;
  2727.     people shouldn't have to switch to src before running the tests.
  2728.  
  2729. Mon Jun 19 10:08:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2730.  
  2731.     * INSTALL: Update list of machines tested.  Remove note about
  2732.     systems missing opendir--this is an autoconf issue, not something
  2733.     installers should have to worry about.    Refer to NEWS instead of
  2734.     ChangeLog.  No longer "strongly recommend" putting diff -a in
  2735.     options.h.
  2736.  
  2737. Fri Jun 16 22:30:03 1995  Jim Kingdon  (kingdon@cyclic.com)
  2738.  
  2739.     * Version 1.4.90.
  2740.  
  2741.     * configure, configure.in (AC_OUTPUT): Add config/pcl-cvs/Makefile.
  2742.  
  2743.     * Makefile.in (dist): Rename dist from ccvs-<version> to cvs-<version>.
  2744.  
  2745.     * Makefile.in (dist, dist-dir), src/Makefile.in, doc/Makefile.in,
  2746.     examples/Makefile.in, contrib/Makefile.in,
  2747.     contrib/pcl-cvs/Makefile, man/Makefile.in, lib/Makefile.in
  2748.     (dist-dir): Use srcdir where appropriate.
  2749.  
  2750. Thu Jun 15 14:33:37 1995  Jim Kingdon  (kingdon@cyclic.com)
  2751.  
  2752.     * CYCLIC-CVS-FAQ: Removed.
  2753.     * Rename ChangeLog.fsf to NEWS.     Add information about changes
  2754.     since 1.4A2.
  2755.     * Makefile.in (DISTFILES): Adjust accordingly.
  2756.     * README: Revise to reflect current status of releases.
  2757.  
  2758. Thu Jun 15 12:22:42 1995  Jim Kingdon  (kingdon@cyclic.com)
  2759.  
  2760.     * TODO: Remove various items already fixed.  Revise others.
  2761.  
  2762. Thu Jun 15 12:24:45 1995  J.T. Conklin    <jtc@rtl.cygnus.com>
  2763.  
  2764.     * configure.in: Use AC_C_INLINE to handle inline.
  2765.     Reorganized to put compiler and OS checks first so that any
  2766.     special defines they might provide are used in subsequent tests.
  2767.  
  2768.     * configure, config.h.in: regenerated with autoconf and
  2769.     autoheader version 2.3.
  2770.  
  2771. Thu Jun     8 16:33:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2772.  
  2773.     * INSTALL (Installation): Disrecommend RCS 5.6.[5-7].
  2774.  
  2775. Tue May 30 00:07:15 1995  Jim Meyering    (meyering@comco.com)
  2776.  
  2777.     * Makefile.in (distclean-local): Don't delete config.status here.
  2778.     (distclean): Delete config.status here instead, but only after
  2779.     recursive make invocations.  Otherwise, the new dependencies
  2780.     in */Makefile.in on ../config.status led to failure in each sub-make
  2781.     because there is no rule there to make ../config.status.
  2782.     Reported by Jeff Johnson <jbj@brewster.jbj.org>.
  2783.     (realclean): Likewise.
  2784.  
  2785. Mon May 29 22:24:28 1995  J.T. Conklin    <jtc@rtl.cygnus.com>
  2786.  
  2787.     * configure.in: Use AC_HEADER_DIRENT instead of AC_DIR_HEADER.
  2788.     Use AC_HEADER_STAT to determine if S_FOO() macros work.
  2789.     Use AC_HEADER_TIME to determine if both <sys/time.h> and <time.h>
  2790.     can be included as recommend by autoconf manual.
  2791.     Remove AC_STRUCT_TM test, as above test is better.
  2792.  
  2793.     * configure, config.h.in: regenerated with autoconf and
  2794.     autoheader version 2.3.
  2795.  
  2796. Fri Apr 28 14:36:49 1995  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  2797.  
  2798.     * Makefile.in: Set "all" as default target instead of ".PHONY".
  2799.     Some versions of make will otherwise try building all of the phony
  2800.     targets, in order.
  2801.  
  2802. Mon May     1 14:02:42 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  2803.  
  2804.     * configure.in: Set up src/options.h for the user.  Its defaults are
  2805.     usually right.
  2806.     * README, INSTALL: Adjust installation instructions appropriately.
  2807.  
  2808. Fri Apr 28 22:31:26 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  2809.  
  2810.     * Makefile.in (DISTFILES): Brought up-to-date.
  2811.     (dist): Rewritten to use dist-dir targets, passing DISTDIR variable.
  2812.     (GZIP, GZIP_EXT): New variables.
  2813.     (dist-dir): New target.
  2814.  
  2815.     We don't want to include a file the user has to edit in the
  2816.     distribution.
  2817.     * src/options.h: No longer distributed.
  2818.     * src/options.h.in: Distribute this instead.
  2819.     * INSTALL, README: Installation instructions updated.
  2820.  
  2821. Sat Apr     8 19:02:21 1995  Roland McGrath  <roland@baalperazim.frob.com>
  2822.  
  2823.     * configure.in: Check for fchdir.
  2824.     (connect check): Use AC_CHECK_LIB instead of (obsolete)
  2825.     AC_HAVE_LIBRARY.
  2826.  
  2827. Sat Apr     8 14:52:46 1995  Jim Blandy  <jimb@totoro.bio.indiana.edu>
  2828.  
  2829.     * Makefile.in (CFLAGS): Let configure set the default for CFLAGS.
  2830.     Under GCC, we want -g -O.
  2831.  
  2832. Wed Feb     8 06:49:49 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
  2833.  
  2834.     * Makefile.in (stamp-h): Pass CONFIG_FILES=$@ to config.status so
  2835.     the target is created.
  2836.     * configure.in: Applied `autoupdate' from Autoconf 2.1 to
  2837.     modernize macro usage.
  2838.     (AC_RSH): Call removed.     It was obsolete and not doing anything useful.
  2839.     (AC_OUTPUT): Write stamp-h as the Makefile rules expect we will.
  2840.     (AC_TYPE_PID_T): Add this check.
  2841.  
  2842. Tue Nov     8 06:26:54 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2843.  
  2844.     * Add stamp-h.in.  Remove it from .cvsignore.
  2845.  
  2846. Fri Oct 28 11:50:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2847.  
  2848.     * Makefile.in: Comment out autoconf and autoheader rules.
  2849.  
  2850. Tue Oct 25 17:44:13 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
  2851.  
  2852.     * Makefile.in (all, install, uninstall): Fail if make in
  2853.     subdirectory fails.
  2854.  
  2855. Tue Oct 18 13:26:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2856.  
  2857.     * Makefile.in (FLAGS_TO_PASS): Pass INSTALL*.  Add comment about
  2858.     why we need to.
  2859.  
  2860. Tue Sep 27 08:27:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2861.  
  2862.     * Makefile.in (SUBDIRS): Reinstate "contrib".
  2863.     * configure.in (AC_OUTPUT): Add contrib/Makefile.
  2864.     * configure: Regenerated.
  2865.  
  2866. Tue Sep 27 01:03:59 1994  John Gilmore    (gnu@cygnus.com)
  2867.  
  2868.     * Makefile.in (SUBDIRS):  Comment out "contrib".  Since we don't
  2869.     bother to configure it, we shouldn't make it either.
  2870.  
  2871. Wed Aug 10 14:52:57 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  2872.  
  2873.     * Makefile.in (FLAGS_TO_PASS): Don't include LIBS or CFLAGS twice.
  2874.  
  2875.     * configure.in: Include waitpid and memmove in AC_REPLACE_FUNCS
  2876.     list.  Don't check for memmove separately.
  2877.     * configure: Regenerated.
  2878.     * config.h.in: Regenerated for Mark's change.
  2879.  
  2880. Wed Aug 10 14:32:24 1994  Mark Eichin  (eichin@cygnus.com)
  2881.  
  2882.     * configure.in (KRB4): recognize --with-krb4=path. Also test for
  2883.     krb_get_err_text so src/main.c and src/client.c can deal
  2884.     appropriately.
  2885.  
  2886. Tue Aug     9 15:49:07 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
  2887.  
  2888.     * configure.in: Check sizes of `long' and `int', needed for md5
  2889.     code.
  2890.     * acconfig.h: New file.     Mention HAVE_KERBEROS, to keep autoheader
  2891.     happy.
  2892.     * configure, config.h.in: Regenerated.
  2893.  
  2894. Tue Jul 19 11:23:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  2895.  
  2896.     * configure.in: Check not only that krb.h exists, but that it will
  2897.     actually compile correctly.
  2898.     * configure: Regenerated.
  2899.  
  2900. Mon Jul 11 07:04:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
  2901.  
  2902.     * configure.in: Add comment re autoheader.
  2903.  
  2904. Tue Jun 28 22:09:23 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  2905.  
  2906.     * configure.in: Only look for -lsocket and -lnsl if we don't
  2907.     already have connect.
  2908.     * configure: Regenerated.
  2909.  
  2910. Mon Jun 27 17:21:48 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
  2911.  
  2912.     * configure.in: Correct "krb_libdir" to "${krb_libdir}".
  2913.     * configure: Regenerated.
  2914.  
  2915. Fri Jun     3 10:15:24 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  2916.  
  2917.     * configure.in: Check for -lsocket and -lnsl.
  2918.     * configure: Regenerated.
  2919.  
  2920. Fri May 27 18:12:43 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  2921.  
  2922.     * configure.in: Add valloc to AC_REPLACE_FUNCS.     Add getpagesize
  2923.     to AC_HAVE_FUNCS.  Check for krb.h and -lkrb.  If not found, look
  2924.     in /usr/kerberos if native.  If found somewhere, define
  2925.     HAVE_KERBEROS and also look for -ldes.    Substitute includeopt.
  2926.     * configure: Regenerated.
  2927.  
  2928. Fri Mar 11 13:11:51 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
  2929.  
  2930.     * configure.in: Check for <sys/select.h>; used by src/server.c.
  2931.     * configure: Regenerated.
  2932.  
  2933. Sun Jan     9 12:04:15 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
  2934.  
  2935.     * configure.in: Check for timezone function, for NetBSD support.
  2936.     * configure: Regenerated.
  2937.  
  2938. Wed Dec 15 18:05:21 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
  2939.  
  2940.     * Makefile.in: add MAKEINFO to MDEFINES, pass down MDEFINES on all
  2941.       recursive make invocations that require it; define
  2942.       INSTALL_PROGRAM and use it; reorganize MDEFINES; set infodir and
  2943.       add to MDEFINES; use YACC instead of BISON
  2944.  
  2945.  
  2946. Mon Dec     6 17:02:18 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
  2947.  
  2948.     * src/diff.c (diff_fileproc): add support for "cvs diff -N" which
  2949.       allows for adding or removing files via patches.
  2950.  
  2951.