12001-04-25 Derek Price <dprice@collab.net> 2 3 * Makefile.in: Regenerated using AM 1.4e as of today at 18:10 -0400. 4 52001-03-14 Derek Price <derek.price@openavenue.com> 6 7 * Makefile.in: Regenerated 8 92000-12-22 Derek Price <derek.price@openavenue.com> 10 11 * Makefile.in: Regenerated 12 132000-12-21 Derek Price <derek.price@openavenue.com> 14 15 * Makefile.am: New file needed by Automake 16 * Makefile.in: Regenerated 17 181999-04-09 Jim Kingdon <http://www.cyclic.com> 19 20 * Makefile.in (DISTFILES): Add SCC.dsp. 21 221998-09-21 Jim Kingdon <kingdon@harvey.cyclic.com> 23 24 * README.txt: Also mention HAHTsite. 25 261998-03-22 Jim Kingdon <kingdon@harvey.cyclic.com> 27 28 * pubscc.h: Describe how SccGetCommandOptions works. 29 301998-03-10 Jim Kingdon <kingdon@harvey.cyclic.com> 31 32 * README.txt: Update and clarify various minor points. 33 34Tue Jan 27 12:54:05 1998 Jim Kingdon <kingdon@harvey.cyclic.com> 35 36 * README.txt: Update bug-cvs address to gnu.org. 37 38Thu Dec 11 22:17:45 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 39 40 * README.txt: Add Access to list of development environments which 41 implement SCC. 42 43Wed Oct 29 11:45:20 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 44 45 * README.txt: CVSwiz runs the command line CVS; it is not an 46 independent implementation of the protocol. 47 48Sun Oct 26 14:57:33 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 49 50 * README.txt: Add section "OTHER INTERFACES". 51 52Tue Oct 21 23:25:43 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 53 54 * README.txt (TOOLS IMPLEMENTING THE SCC): Add comment about 55 Powerbuilder versions. 56 57Mon Sep 8 08:52:39 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 58 59 * README.txt (TOOLS IMPLEMENTING THE SCC): Be a little more 60 specific about Powersoft and CodeWright. 61 62 * Makefile.in (DISTFILES): Add pubscc.h. Thanks to Frederic Van 63 Haren for pointing this out. 64 65Tue Sep 2 13:39:17 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 66 67 * README.txt (SPECIFICATIONS OR OTHER DOCUMENTS DESCRIBING THE 68 SCC): New section. 69 70Mon Aug 4 10:46:59 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 71 72 * pubscc.h: Add comment listing new CodeWright 5.00c functions. 73 Add comment about CodeWright calling SccQueryInfo without 74 SCC_cap_QueryInfo set. Thanks to Frederic Van Haren for 75 pointing out these issues. 76 774 Aug 1997 Jim Kingdon 78 79 Changes for Visual C++ 5.0: 80 * SCC.dsp: New file. 81 * .cvsignore: add SCC.dsw SCC.opt SCC.plg Release. 82 83 * scc.c (SccGet): Replace #if 0'd code with a comment and 84 adjust to avoid compiler warning. 85 86Mon Aug 4 09:58:11 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 87 88 * scc.c: Split out the interface declarations into a new file 89 pubscc.h. This should make it easier to handle multiple 90 scc.c-equivalents. 91 92Mon Jul 14 15:58:25 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 93 94 * scc.c: Add many comments and defines to document additional 95 aspects of the SCC API. 96 977 Jul 1997 Frederic Van Haren <Frederic.Van.Haren@lhs.be> 98 99 * scc.c (SccHistory): file_names is LPSTR * not LPSTR. 100 101Mon Jul 7 16:45:16 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 102 103 * scc.c (SccGetVersion): Change arguments from () to (void). 104 Clarify context_arg. Also document 'window' arg. 105 106Sat Jul 5 13:01:51 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 107 108 * README.txt: PowerJ and Power++ are also said to implement SCC. 109 11021 Mar 1997 Jim Kingdon 111 112 * scc.c (SccCheckout): Write to debuglog and return 113 -11 instead of -14. I though maybe that this may be 114 related to the crashes I've been seeing, but those 115 crashes persisted when I deinstalled the SCC DLL. 116 11714 Mar 1997 Jim Kingdon 118 119 * scc.c: Go back to using debuglog not outproc for 120 most debugging messages. Developer Studio tends to 121 erase the outproc messages on an error. 122 More playing around with projects. 123 * README.txt: Describe results of this. I am making 124 grey (source controlled) file icons appear, which is 125 exciting. 126 1274 Mar 1997 Jim Kingdon 128 129 Still some distance from being able to open a 130 project, but that's what I'm playing with: 131 * scc.c (SccOpenProject): Use outproc not debuglog 132 for debugging messages. 133 (SccGet): Add debugging messages. 134 (SccAddFromScc): Implemented. 135 (SccInitialize): Return AddFromScc in capabilities. 136 * scc.c: Change out_proc to outproc for consistency. 137 1382 Mar 1997 Jim Kingdon 139 140 * scc.c: Add a bunch of things, to SccOpenProject, 141 SccGetProjPath, and perhaps elsewhere. The project 142 stuff doesn't really work yet, but the outproc does. 143 14427 Feb 1997 Jim Kingdon 145 146 * scc.c (SCC_max_init_path, SCC_max_name): Added. 147 (SccInitialize): Set and use more arguments. 148 (SccUninitialize): Might want to check ferror here. 149 (SccOpenProject): Print to debug log if we get here. 150 151Thu Feb 27 19:02:50 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 152 153 * README.txt (TOOLS IMPLEMENTING THE SCC): New section. 154 155Wed Feb 26 22:55:43 1997 David H. Hovemeyer <Hovemeyer_D@mediasoft.net> 156 and Jim Kingdon <kingdon@harvey.cyclic.com> 157 158 * scc.c (SccGetVersion): Return the version number of the SCC 159 spec; we don't get to pick what to return here. 160 * README.txt: Update with current status. 161 162Sat Feb 15 15:19:41 1997 Jim Kingdon <kingdon@harvey.cyclic.com> 163 164 * Makefile.in: New file. 165 166 * README.txt: Clarify a little more what this stuff does (and more 167 the point, does not) do. 168 169