76
|
1 Sat Dec 21 22:37:37 1996 Neal Becker <neal@ctd.comsat.com>
|
|
2
|
|
3 * pcl-cvs.el: Synched with pcl-cvs.el from cvs-1.9.
|
|
4
|
0
|
5 Tue Jan 23 13:02:24 1996 Greg A. Woods <woods@most.weird.com>
|
|
6
|
|
7 * pcl-cvs.el (pcl-cvs-bugs-address): change the default address
|
|
8 as suggested by Per Cederqvist.
|
|
9 * pcl-cvs.el: removed comments refering to Signum, etc.
|
|
10
|
|
11 Sun Jan 21 12:51:12 1996 Greg A. Woods <woods@most.weird.com>
|
|
12
|
|
13 * pcl-cvs.el (cvs-parse-stderr): fix typo (missing '\') that was
|
|
14 causing occasional un-reported, un-traced, failures that simply
|
|
15 said something like "RE missing '\(' or '\\('" -- hopefully this
|
|
16 is the last such bug!
|
|
17
|
|
18 Tue Jan 16 13:57:16 1996 Jim Kingdon <kingdon@harvey.cyclic.com>
|
|
19
|
|
20 * Makefile.in: Rename "dist" target back to "dist-dir". The
|
|
21 latter is what actually gets used.
|
|
22 (pcl-cvs.dvi): Restore srcdir to pcl-cvs.texinfo. Fix typo
|
|
23 (pcl-cvs.texifo -> pcl-cvs.texinfo).
|
|
24 (TEXINDEX,TEX,SET_TEXINPUTS): New variables.
|
|
25 (.el.elc): Copy .el file to build dir so .elc file gets put there.
|
|
26 (dist-dir): Fix typo (cvs.info -> pcl-cvs.info).
|
|
27 * cookie.el: New file, copied from elib 1.0.
|
|
28 * README: Remove note about requiring elib; it claimed that CVS
|
|
29 contained a copy of elib, but it lied.
|
|
30 * pcl-cvs.el: Change (require 'cookie) to (load "cookie.el").
|
|
31 * pcl-cvs-lucid.el: Change (require 'pcl-cvs) to (load "pcl-cvs.el").
|
|
32
|
|
33 Fri Jan 12 10:32:14 1996 Greg A. Woods <woods@most.weird.com>
|
|
34
|
|
35 * pcl-cvs.elc, pcl-cvs-lucid.elc: removed
|
|
36
|
|
37 * pcl-cvs.el: run through the spell checker...
|
|
38 - noted some free variables in comments
|
|
39 (cvs-inhibit-copyright-message): move this above
|
|
40 cvs-startup-message to keep the compiler quiet
|
|
41
|
|
42 * compile-all.el: removed (use make for dependency checking!)
|
|
43
|
|
44 * Makefile.in: tweak various comments and echo messages...
|
|
45 (elcfiles): removed this target.
|
|
46 (.SUFFIXES, .el.elc): added support for elisp files.
|
|
47 (CORE): new macro -- list of files all .elc depend on [still empty]
|
|
48 (BATCHFLAGS): new macro -- flags to pass to emacs
|
|
49 (OBJDIR_DISTFILES): added ELCFILES to be shipped in distribution
|
|
50
|
|
51 * README: fix the RCS Id.
|
|
52
|
|
53 * INSTALL: re-copy formatted makeinfo output from pcl-cvs.info,
|
|
54 just to keep everything in proper synchronisation.
|
|
55
|
|
56 * pcl-cvs.texinfo (Pcl-cvs installation): update to match Karl's
|
|
57 new wording from INSTALL.
|
|
58
|
|
59 Wed Jan 10 22:04:35 1996 Karl Fogel <kfogel@floss.red-bean.com>
|
|
60
|
|
61 * INSTALL: make first item read a little more smoothly.
|
|
62
|
|
63 * README: note that pcl-cvs has been tested under 19.30.
|
|
64
|
|
65 Wed Jan 10 17:59:00 1996 Greg A. Woods <woods@most.weird.com>
|
|
66
|
|
67 * ChangeLog.woods: these are changes integrated in from my
|
|
68 own pcl-cvs repository module, and based on the original PCL-CVS
|
|
69 Version 1.05 release. They include most, if not all, of the
|
|
70 changes from the Cygnus and Cyclic CVS contrib versions of
|
|
71 PCL-CVS (i.e. the changes noted below).
|
|
72
|
|
73 Sat Dec 30 15:01:45 1995 Karl Fogel <kfogel@floss.cyclic.com>
|
|
74
|
|
75 * pcl-cvs.el (cvs-changelog-ours-p): check that
|
|
76 `add-log-full-name' and `add-log-mailing-address' are non-nil, in
|
|
77 addition to checking that they are boundp.
|
|
78
|
|
79 Thu Dec 21 16:45:48 1995 Karl Fogel <kfogel@occs.cs.oberlin.edu>
|
|
80
|
|
81 * pcl-cvs.el (cvs-parse-stderr): ignore kerberos connection
|
|
82 failure, since CVS will automatically try rsh next. I think this
|
|
83 is okay because if a person needs to know that kerberos failed,
|
|
84 then chances are the rsh failed too, and *that* error message will
|
|
85 clue them in that something's afoot.
|
|
86
|
|
87 Wed Nov 22 11:01:50 1995 Joshua Cowan <jcowan@hermit.reslife.okstate.edu>
|
|
88
|
|
89 * pcl-cvs.el (cvs-changelog-ours-p): use `user-full-name' if
|
|
90 `add-log-full-name' unbound, as not every uses the stuff in
|
|
91 add-log.el. Same with `add-log-mailing-address'.
|
|
92 (cvs-changelog-entries): change to `change-log-mode' unless
|
|
93 already in it.
|
|
94
|
|
95 Sun Jul 9 20:57:11 1995 Karl Fogel <kfogel@floss.cyclic.com>
|
|
96
|
|
97 * "/bin/rmdir" as default, not "/usr/local/bin/rmdir".
|
|
98
|
|
99 Fri Jun 16 15:24:34 1995 Jim Kingdon (kingdon@cyclic.com)
|
|
100
|
|
101 * pcl-cvs.elc, pcl-cvs-lucid.elc: Added.
|
|
102
|
|
103 * Makefile.in: Rename from Makefile and set srcdir.
|
|
104
|
|
105 Thu May 18 17:10:27 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
106
|
|
107 Automatically guess CVS log entries from ChangeLog contents.
|
|
108 * pcl-cvs.el (cvs-mode-changelog-commit): New command.
|
|
109 (cvs-changelog-full-paragraphs): New variable.
|
|
110 (cvs-changelog-name, cvs-narrow-changelog,
|
|
111 cvs-changelog-paragraph, cvs-changelog-subparagraph,
|
|
112 cvs-changelog-entry, cvs-changelog-ours-p, cvs-relative-path,
|
|
113 cvs-changelog-entries, cvs-changelog-insert-entries, cvs-union,
|
|
114 cvs-insert-changelog-entries, cvs-edit-delete-common-indentation):
|
|
115 New functions.
|
|
116 (cvs-mode-map): Bind 'C' to cvs-mode-changelog-commit.
|
|
117 (cvs-mode): Mention cvs-mode-changelog-commit in docstring.
|
|
118
|
|
119 Give the info files names ending in ".info".
|
|
120 * Makefile (INFOFILES, install_info): Change pcl-cvs to
|
|
121 pcl-cvs.info.
|
|
122 (pcl-cvs.info): Target renamed from pcl-cvs.
|
|
123 (DISTFILES): pcl-cvs removed; we handle the info files explicitly
|
|
124 in the dist-dir target.
|
|
125 (dist-dir): Depend on pcl-cvs.info. Distribute pcl-cvs.info*.
|
|
126 * pcl-cvs.texinfo: Change @setfilename appropriately.
|
|
127 * INSTALL: Updated.
|
|
128 * .cvsignore: Correctly ignore the info files.
|
|
129
|
|
130 * README: Note that pcl-cvs has been tested under 19.28, and that
|
|
131 the "cookie" naming conflict was resolved in 19.11.
|
|
132
|
|
133 * Makefile (pcl-cvs-lucid.elc): Changed this target from
|
|
134 pcl-cvs-lucid.el. That's a source file, for goodness' sake!
|
|
135
|
|
136 Tue May 9 13:56:50 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
137
|
|
138 * Change references to "Cygnus's remote CVS" to "Cyclic CVS".
|
|
139
|
|
140 Wed May 3 13:55:27 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
141
|
|
142 * pcl-cvs.el (cvs-parse-stderr): Handle colons after both
|
|
143 "rcsmerge" and "warning".
|
|
144
|
|
145 Fri Apr 28 22:38:14 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
146
|
|
147 * Makefile (ELFILES): Include pcl-cvs-startup.el.
|
|
148 (info, pcl-cvs): Call makeinfo appropriately for modern versions.
|
|
149 (pcl-cvs.aux): List dependency on pcl-cvs.texinfo.
|
|
150 (pcl-cvs.ps): New target.
|
|
151 (DVIPS): New variable.
|
|
152 (dist-dir): Renamed from dist, updated to accept DISTDIR value
|
|
153 passed from parent.
|
|
154 (DISTFILES): New varible.
|
|
155 (pcl-cvs.elc, pcl-cvs-lucid.elc): Add targets to elcfiles target.
|
|
156
|
|
157 Tue Apr 25 21:33:49 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
158
|
|
159 * pcl-cvs.el: (cvs-parse-stderr): Recognize "conflicts" as well as
|
|
160 "overlaps" before "during merge."
|
|
161
|
|
162 Thu Feb 16 12:17:20 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
163
|
|
164 * pcl-cvs.el (cvs-parse-stderr): Recognize "conflicts found in..."
|
|
165 messages attributed to "cvs server", as well as "cvs update".
|
|
166
|
|
167 Sat Feb 4 01:47:01 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
168
|
|
169 * pcl-cvs.el: Deal with the 'P' action, produced by remote CVS.
|
|
170 (cvs-parse-stdout): Treat 'P' like 'U' --- file is updated.
|
|
171
|
|
172 Tue Jan 31 23:31:39 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
173
|
|
174 * pcl-cvs.el (cvs-cvsroot-required): New variable.
|
|
175 (cvs-do-update): If cvs-cvsroot-required is not set, don't complain if
|
|
176 CVSROOT and cvs-cvsroot are both unset.
|
|
177
|
|
178 Sun Jan 22 21:22:22 1995 Jim Blandy <jimb@totoro.bio.indiana.edu>
|
|
179
|
|
180 * pcl-cvs.el (cvs-parse-stderr):
|
|
181 Some changes for Cygnus's Remote CVS. Treat
|
|
182 messages like "cvs server: Updating DIRECTORY" as we treat those like
|
|
183 "cvs update: Updating DIRECTORY". Ignore other messages starting with
|
|
184 "cvs server".
|
|
185
|
|
186 * pcl-cvs.el (cvs-parse-stderr): Re-indent.
|
|
187
|
|
188 * .cvsignore: Add ignore list for Texinfo litter.
|
|
189
|
|
190 * Makefile (lispdir): Set appropriately for totoro.
|
|
191 * pcl-cvs.el (cvs-program, cvs-diff-program, cvs-rmdir-program): Same.
|
|
192
|
|
193 Tue Jun 1 00:00:03 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
194
|
|
195 * Release 1.05. (This release was promised before the end of May,
|
|
196 but I didn't quite make it. No, I didn't fake the date above).
|
|
197
|
|
198 Mon May 31 01:32:25 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
199
|
|
200 * Removed the elib sub-directory. Users must now get the Elib
|
|
201 library separately.
|
|
202 * pcl-cvs.texinfo: Document it.
|
|
203
|
|
204 * pcl-cvs-lucid.el: A new version, supplied by Jamie Zawinsky,
|
|
205 added.
|
|
206
|
|
207 * pcl-cvs Id 68: Transform RCS keywords
|
|
208 * Makefile (pcl-cvs-$(VER)): Remove the $ signs in most files in
|
|
209 the distribution.
|
|
210
|
|
211 * pcl-cvs Id 76: Extra " in cvs-mode-add.
|
|
212 * pcl-cvs.el (cvs-mode-add): Don't add the extra level of quotes
|
|
213 around the log message, since it doesn't work with CVS.
|
|
214
|
|
215 * pcl-cvs Id 56: '-d <CVSROOT>' support in pcl-cvs
|
|
216 * pcl-cvs.el (cvs-change-cvsroot): New function.
|
|
217
|
|
218 * pcl-cvs Id 77: *cvs* isn't cleared properly
|
|
219 * pcl-cvs.el (cvs-do-update): Always erase the *cvs* buffer and
|
|
220 re-create the collection.
|
|
221
|
|
222 * pcl-cvs.el (cvs-do-update): Set mode-line-process in the *cvs*
|
|
223 buffer.
|
|
224 * pcl-cvs.el (cvs-mode): Reset mode-line-process.
|
|
225
|
|
226 * pcl-cvs Id 59: sort .cvsignore alphabetically!
|
|
227 * pcl-cvs.el (cvs-sort-ignore-file): New variable.
|
|
228 * pcl-cvs.el (cvs-mode-ignore): Use it.
|
|
229 * pcl-cvs.texinfo: Document it.
|
|
230
|
|
231 * pcl-cvs Id 75: Require final newline.
|
|
232 * pcl-cvs.el (cvs-commit-buffer-require-final-newline): New
|
|
233 variable.
|
|
234 * pcl-cvs.el (cvs-edit-done): Use it.
|
|
235 * pcl-cvs.texinfo: Document it.
|
|
236
|
|
237 * pcl-cvs Id 72: make clean deletes lucid-emacs.el
|
|
238 * dist-makefile (ELCFILES): Fixed a typo.
|
|
239
|
|
240 * pcl-cvs Id 46: "cvs remove f" "touch f" "cvs update f" -> parse err.
|
|
241 * pcl-cvs.el (cvs-fileinfo->type): New type: REM-EXIST.
|
|
242 * pcl-cvs.el (cvs-shadow-entry-p): A REMOVED that follows a
|
|
243 REM-EXIST is a shadow.
|
|
244 * pcl-cvs.el (cvs-parse-stderr): Recognize the "should be removed
|
|
245 and is still there" message.
|
|
246 * pcl-cvs.el (cvs-pp): Recognize REM-EXIST.
|
|
247 * pcl-cvs.el (cvs-mode-undo-local-changes): Recognize and complain
|
|
248 about REM-EXIST. Defensive test added: complain about unknown types.
|
|
249
|
|
250 * pcl-cvs.el (cvs-mode-add): Add an extra level of quotes around
|
|
251 the log message. This is apparently needed by RCVS. <This change
|
|
252 has been removed. --ceder>.
|
|
253
|
|
254 * pcl-cvs.el (cvs-parse-stderr): Ignore output from RCVS.
|
|
255
|
|
256 Tue Apr 27 00:48:40 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
257
|
|
258 * pcl-cvs.el (cvs-startup-message): Now a defconst instead of a
|
|
259 defvar.
|
|
260 * pcl-cvs.el (cvs-mode-commit): Add a defvar for it.
|
|
261
|
|
262 * dist-makefile (EMACS): Use $(EMACS) instead of hard-coding 'emacs'.
|
|
263
|
|
264 Sat Apr 17 12:47:10 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
265
|
|
266 * Release 1.04.
|
|
267
|
|
268 * pcl-cvs.texinfo: Updated the Contributors node.
|
|
269
|
|
270 * pcl-cvs Id 58: Lucid GNU Emacs support
|
|
271 * pcl-cvs-lucid.el: New file, contributed by the people at Lucid.
|
|
272 * pcl-cvs.el: Autoload pcl-cvs-lucid if running in an Lucid GNU
|
|
273 Emacs.
|
|
274 * compile-all.el: (files-to-compile): Add pcl-cvs-lucid.
|
|
275 * dist-makefile (ELFILES, ELCFILES): Dito.
|
|
276
|
|
277 * pcl-cvs Id 55: cvs-diff-backup swaps old and new version.
|
|
278 * pcl-cvs.el (cvs-diff-backup-extractor): Old version should be
|
|
279 first.
|
|
280 * pcl-cvs.el (cvs-mode-diff-backup): Call cvs-backup-diffable
|
|
281 correctly.
|
|
282
|
|
283 * pcl-cvs Id 64: elib substitute
|
|
284 * dist-makefile (install): Warn about Elib.
|
|
285 * pcl-cvs.texinfo: Talk about Elib.
|
|
286
|
|
287 * pcl-cvs Id 50: Committing the *commit* buffer twice.
|
|
288 * pcl-cvs.el (cvs-edit-done): Report an error if cvs-commit-list
|
|
289 is empty, and empty it when the commit is done.
|
|
290
|
|
291 * pcl-cvs Id 56: '-d <CVSROOT>' support.
|
|
292 * pcl-cvs.el (cvs-cvsroot): New variable.
|
|
293 * pcl-cvs.el (cvs-do-update, all callers of cvs-execute-list): Use
|
|
294 it everywhere CVS is called, to override CVSROOT.
|
|
295 * pcl-cvs.texinfo (Customization): Document it.
|
|
296
|
|
297 Thu Apr 1 00:34:55 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
298
|
|
299 * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): Exit status nil
|
|
300 from call-process means everything was successful in some Emacs
|
|
301 versions.
|
|
302
|
|
303 * pcl-cvs.el (cvs-mode-map): Bind "q" to bury-buffer.
|
|
304 * pcl-cvs.texinfo: Document it.
|
|
305
|
|
306 Thu Mar 11 00:05:03 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
307
|
|
308 * Release 1.03-Emerge (not released).
|
|
309
|
|
310 * Makefile (pcl-cvs-$(VER)): Don't includ elib-dll-debug.el in the
|
|
311 distribution. (It's included as elib/dll-debug.el).
|
|
312
|
|
313 * pcl-cvs.el (cvs-mode): Document the "e" key (cvs-mode-emerge).
|
|
314
|
|
315 Tue Mar 9 00:02:57 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
316
|
|
317 * pcl-cvs.texinfo (Emerge): New node.
|
|
318
|
|
319 * pcl-cvs.el (cvs-kill-buffer-visiting): New function.
|
|
320
|
|
321 * pcl-cvs.el (cvs-mode-emerge): Handle Conflict and Merged files.
|
|
322
|
|
323 * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): Handle any revision.
|
|
324
|
|
325 * pcl-cvs.el (cvs-fileinfo-*): Store base-revision instead of
|
|
326 backup-file.
|
|
327
|
|
328 * pcl-cvs.el (cvs-backup-diffable): The file is only diffable if
|
|
329 the backup file is readable.
|
|
330
|
|
331 * pcl-cvs.el (cvs-mode-map): Bind "e" to cvs-mode-emerge instead
|
|
332 of cvs-mode-find-file (which is anyhow bound to "f").
|
|
333
|
|
334 Mon Mar 8 23:06:52 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
335
|
|
336 * pcl-cvs.el (cvs-mode-emerge): New function. Currently only
|
|
337 handles emerge of Modified files.
|
|
338
|
|
339 * pcl-cvs.el (cvs-retrieve-revision-to-tmpfile): New function.
|
|
340
|
|
341 Sun Jan 24 20:07:18 1993 Per Cederqvist (ceder@lysator.liu.se)
|
|
342
|
|
343 * elib-dll-debug.el: Moved to elib.
|
|
344
|
|
345 Mon Jan 18 00:35:59 1993 Per Cederqvist (ceder@mauritz)
|
|
346
|
|
347 * pcl-cvs.el (cvs-do-update): Added a probably unnecessary sit-for.
|
|
348
|
|
349 * Release 1.03-Elib-0.05.1 (not released).
|
|
350
|
|
351 * Elib 0.05 compatibility:
|
|
352 * elib-dll-debug.el, pcl-cvs-buffer.el, test-dll.el: Fix the
|
|
353 require strings.
|
|
354 * pcl-cvs.el (cvs-pp): Insert the string.
|
|
355
|
|
356 * Release 1.03-Elib-0.05 (not released).
|
|
357
|
|
358 * elib: New directory, containing the parts of elib that are
|
|
359 required for pcl-cvs. Changes to the files in that directory
|
|
360 that are present in Elib are documented in the ChangeLog of
|
|
361 Elib, not here.
|
|
362 * Makefile (pcl-cvs-$(VER)): Copy the new dir to the distribution.
|
|
363 * dist-makefile (ELFILES, ELCFILES): Don't include the Elib files.
|
|
364
|
|
365 Fri Jan 8 02:43:49 1993 Per Cederqvist (ceder@konrad)
|
|
366
|
|
367 * pcl-cvs.el (cvs-mode-map): Bind "e" to cvs-mode-find-file, like
|
|
368 in dired.
|
|
369
|
|
370 Sun Jan 3 23:25:13 1993 Per Cederqvist (ceder@konrad)
|
|
371
|
|
372 * elib-dll.el, elib-node.el, cookie.el: Moved to the elib package.
|
|
373 Pcl-cvs now requires elib.
|
|
374
|
|
375 Tue Dec 29 22:06:57 1992 Per Cederqvist (ceder@konrad)
|
|
376
|
|
377 * pcl-cvs.el: Tracked the latest (last?) rename of all functions
|
|
378 in cookie.el.
|
|
379
|
|
380 Thu Sep 24 00:29:16 1992 Per Cederqvist (ceder@robert)
|
|
381
|
|
382 * pcl-cvs.texinfo (Archives): This version is not distributed with
|
|
383 CVS 1.3, so don't claim that it is.
|
|
384
|
|
385 Fri Aug 21 15:17:08 1992 Per Cederqvist (ceder@maskros)
|
|
386
|
|
387 * pcl-cvs.el (cvs-parse-stderr): Fixed two "(set head" that should
|
|
388 be "(setq head".
|
|
389
|
|
390 Thu Aug 20 05:53:58 1992 Per Cederqvist (ceder@robin)
|
|
391
|
|
392 * cookie.el: Changes to this file is documented in the ChangeLog
|
|
393 of elib in the future.
|
|
394
|
|
395 Tue Aug 18 03:30:28 1992 Per Cederqvist (ceder@robin)
|
|
396
|
|
397 * pcl-cvs.el: Don't use cookie-last-tin (which no longer exists).
|
|
398
|
|
399 * cookie.el: Use prefix cookie:: for internal functions.
|
|
400
|
|
401 * cookie.el: (cookie:enter-after, cookie:enter-before,
|
|
402 cookie:nth-cookie): Implemented.
|
|
403 * cookie.el: No longer define (impl).
|
|
404
|
|
405 * cookie.el: More renames:
|
|
406 cookie:next-cookie -> cookie:goto-next-tin
|
|
407 cookie:previous-cookie -> cookie:goto-previous-tin
|
|
408 tin-next -> cookie:next-tin
|
|
409 tin-previous -> cookie:previous-tin
|
|
410 tin-nth -> cookie:nth-tin
|
|
411 tin-delete -> cookie:delete-tin
|
|
412 cookie:collect -> cookie:collect-cookies
|
|
413 cookie:tin-collect -> cookie:collect-tins
|
|
414 (new) -> cookie:tin-collect-cookies
|
|
415 (new) -> cookie:tin-collect-tins
|
|
416 cookie:refresh -> cookie:refresh-all
|
|
417 tin-invalidate-tins -> cookie:invalidate-tins
|
|
418
|
|
419 Mon Aug 17 01:39:49 1992 Per Cederqvist (ceder@robin)
|
|
420
|
|
421 * cookie.el (cookie:set-buffer-bind-dll-let*): New macro. Used in
|
|
422 many places instead of cookie:set-buffer-bind-dll.
|
|
423 * cookie.el (cookie:set-buffer-bind-dll): Renamed the macro
|
|
424 cookie:set-buffer to this.
|
|
425
|
|
426 * pcl-cvs.el (cvs-use-temp-buffer): Set default-directory.
|
|
427
|
|
428 Sun Aug 16 20:51:30 1992 Per Cederqvist (ceder@robin)
|
|
429
|
|
430 * pcl-cvs.el (cvs-add-sub): Fixed call to cvs-add-file-update-buffer.
|
|
431
|
|
432 Sat Aug 8 20:28:21 1992 Per Cederqvist (ceder@robin)
|
|
433
|
|
434 * Release 1.03-Cookie-II (not released).
|
|
435
|
|
436 * pcl-cvs.el (cvs-mode-diff-cvs): Don't care about the exit status
|
|
437 from ``cvs diff''.
|
|
438
|
|
439 * pcl-cvs.el (cvs-mode): Document cvs-mode-undo-local-changes.
|
|
440 * pcl-cvs.el (cvs-diffable): New function.
|
|
441
|
|
442 * pcl-cvs.el: Use the new cookie package.
|
|
443 * pcl-cvs.el (cvs-cookie-handle): New variable.
|
|
444 * pcl-cvs.el (cvs-do-update): User the new cookie:create
|
|
445 interface, and cookie:clear if the buffer already existed. Make
|
|
446 the buffer read-only.
|
|
447 * pcl-cvs.el (cvs-mode-next-line, cvs-mode-previous-line): New
|
|
448 functions (used instead of cookie:next-cookie and
|
|
449 cookie:previous-cookie).
|
|
450
|
|
451 * cookie.el: Major redesign. The handle that is passed to all
|
|
452 cookie functions is now a new datatype, and not the buffer that
|
|
453 the cookies resides in. This way it is possible to have more than
|
|
454 one set of cookies in a buffer. Things that used to be
|
|
455 buffer-local variables are now fields in the handle data type.
|
|
456 cookie-last-tin is no longer available.
|
|
457 * cookie.el (cookie:create): The buffer is not cleared, nor set to
|
|
458 be read-only.
|
|
459 * cookie.el (cookie:next-cookie, cookie:previous-cookie): Since
|
|
460 the first argument is now a handle and not a buffer, these can no
|
|
461 longer be called interactively. You have to write a small wrapper
|
|
462 about them.
|
|
463 * cookie.el (cookie:buffer): New function.
|
|
464
|
|
465 Tue Aug 4 03:02:25 1992 Per Cederqvist (ceder@robert)
|
|
466
|
|
467 * pcl-cvs.texinfo (Bugs): Renamed "Reporting bugs and ideas" to
|
|
468 "Bugs" and added a table of known bugs/FAQ:s.
|
|
469
|
|
470 Mon Aug 3 00:19:39 1992 Per Cederqvist (ceder@robert)
|
|
471
|
|
472 * pcl-cvs.el, pcl-cvs.texinfo: Big Renaming Time!
|
|
473 The commands that operate in the *cvs* buffer:
|
|
474 cvs-add-change-log-entry-other-window -> cvs-mode-add-change-log-entry-other-window
|
|
475 cvs-mark-all-files -> cvs-mode-mark-all-files
|
|
476 cvs-revert-updated-buffers -> cvs-mode-revert-updated-buffers
|
|
477 cvs-undo-local-changes -> cvs-mode-undo-local-changes
|
|
478 cvs-unmark-up -> cvs-mode-unmark-up
|
|
479 cvs-acknowledge -> cvs-mode-acknowledge
|
|
480 cvs-unmark-all-files -> cvs-mode-unmark-all-files
|
|
481 cvs-add -> cvs-mode-add
|
|
482 cvs-diff-backup -> cvs-mode-diff-backup
|
|
483 cvs-commit -> cvs-mode-commit
|
|
484 cvs-diff-cvs -> cvs-mode-diff-cvs
|
|
485 cvs-find-file -> cvs-mode-find-file
|
|
486 cvs-update-no-prompt -> cvs-mode-update-no-prompt
|
|
487 cvs-ignore -> cvs-mode-ignore
|
|
488 cvs-log -> cvs-mode-log
|
|
489 cvs-mark -> cvs-mode-mark
|
|
490 cvs-find-file-other-window -> cvs-mode-find-file-other-window
|
|
491 cvs-remove-file -> cvs-mode-remove-file
|
|
492 cvs-status -> cvs-mode-status
|
|
493 cvs-remove-handled -> cvs-mode-remove-handled
|
|
494 cvs-unmark -> cvs-mode-unmark
|
|
495
|
|
496 * pcl-cvs.el (cvs-cvs-diff-flags): Variable deleted.
|
|
497 * pcl-cvs.el (cvs-diff-cvs): Use cvs-diff-flags instead.
|
|
498 * pcl-cvs.texinfo (Customization): Update the doc.
|
|
499
|
|
500 * pcl-cvs.el (cvs-diff-cvs): Handle exit status 0 (no diffs), 1
|
|
501 (diffs) and other (error).
|
|
502 * pcl-cvs.el (cvs-execute-list): Add support for this kind of
|
|
503 thing.
|
|
504
|
|
505 * Revert buffers for committed files:
|
|
506 * pcl-cvs.el (cvs-auto-revert-after-commit): New variable.
|
|
507 * pcl-cvs.texinfo (Committing changes, Customization): Document
|
|
508 it.
|
|
509 * pcl-cvs.el (cvs-after-commit-function): New function.
|
|
510
|
|
511 * pcl-cvs.el (cvs-execute-list): Return the exit status or nil.
|
|
512 * pcl-cvs.el (cvs-edit-done, cvs-diff-cvs, cvs-remove-file,
|
|
513 cvs-undo-local-changes, cvs-add, cvs-status, cvs-log): Use the
|
|
514 exit status to generate an error message.
|
|
515
|
|
516
|
|
517 * pcl-cvs.el (cvs-do-update): It should be "cvs -n update -l", not
|
|
518 "cvs -l update -n". Put the -n and/or -l in the message that is
|
|
519 displayed in the *cvs* buffer during the update.
|
|
520
|
|
521 Sat Aug 1 00:55:49 1992 Per Cederqvist (ceder@robert)
|
|
522
|
|
523 * cookie.el (cookie-sort): New function.
|
|
524
|
|
525 * cookie.el (cookie-clear): Rewritten. No longer clears all local
|
|
526 variables.
|
|
527
|
|
528 Tue Jul 28 17:21:17 1992 Per Cederqvist (ceder@robin)
|
|
529
|
|
530 * pcl-cvs.el (cvs-parse-stderr): Try to handle the output from RCS
|
|
531 when it is compiled without DIFF3_BIN and a conflict occurs.
|
|
532
|
|
533 * pcl-cvs.texinfo (Getting Started): Fixed typo.
|
|
534
|
|
535 * pcl-cvs-startup.el (cvs-update-other-window): Make the autoload
|
|
536 be interactive.
|
|
537
|
|
538 Mon Jul 27 19:36:40 1992 Per Cederqvist (ceder@robin)
|
|
539
|
|
540 * pcl-cvs.el (cvs-revert-updated-buffers, cvs-revert-fileinfo):
|
|
541 New functions.
|
|
542 * pcl-cvs.texinfo (Reverting your buffers): Document it.
|
|
543
|
|
544 * pcl-cvs.el (cvs-fileinfo->full-path): New function.
|
|
545 * pcl-cvs.el (cvs-full-path): Use it.
|
|
546
|
|
547 * cookie.el (cookie-map, cookie-map-reverse): Better doc-
|
|
548 string. Removed the unused local variable 'result'.
|
|
549
|
|
550 * compile-all.el: Renamed elib-files to files-to-compare.
|
|
551 * compile-all.el (compile-pcl-cvs): Bind load-path in a let
|
|
552 statement instead of globally.
|
|
553
|
|
554 Thu Jul 23 19:02:41 1992 Per Cederqvist (ceder@robin)
|
|
555
|
|
556 * pcl-cvs.el (cvs-do-update): Check that CVSROOT is set.
|
|
557 * pcl-cvs.el (cvs-diff-cvs): Check that cvs-cvs-diff-flags is a
|
|
558 list.
|
|
559 * pcl-cvs.el (cvs-diff-backup): Check that cvs-diff-flags is a
|
|
560 list.
|
|
561
|
|
562 Tue Jul 21 11:27:39 1992 Per Cederqvist (ceder@robin)
|
|
563
|
|
564 * pcl-cvs.el (cvs-parse-error): Make the *cvs* buffer writeable
|
|
565 before trying to write the email message. Require sendmail before
|
|
566 trying to switch to mail-mode.
|
|
567
|
|
568 * pcl-cvs.el (cvs-do-update): Check that cvs-program exists.
|
|
569
|
|
570 * pcl-cvs.el (cvs-skip-line): Fixed bracketing error.
|
|
571
|
|
572 Mon Jul 20 10:31:51 1992 Per Cederqvist (ceder@robin)
|
|
573
|
|
574 * Release 1.03.
|
|
575
|
|
576 * pcl-cvs.el, cookie.el: Indentation fixes.
|
|
577
|
|
578 * Makefile (pcl-cvs-$(VER)): Include NEWS in the distribution.
|
|
579
|
|
580 * pcl-cvs.el (cvs-rm-program): Deleted.
|
|
581 * pcl-cvs.el (cvs-rmdir-program, cvs-lock-file): New variables.
|
|
582
|
|
583 * Handle lock files in a nicer way:
|
|
584 * pcl-cvs.el (cvs-update-filter, cvs-delete-lock,
|
|
585 cvs-lock-file-p): New functions.
|
|
586 * pcl-cvs.el (cvs-do-update, cvs-sentinel): Redirect stdout to the
|
|
587 temporary file, not stderr. Use cvs-update-filter.
|
|
588 * pcl-cvs.el (cvs-parse-update): New arguments.
|
|
589 * pcl-cvs.el (cvs-parse-buffer): Renamed to cvs-parse-update.
|
|
590 * pcl-cvs.el (cvs-stderr-file): Renamed to cvs-stdout-file.
|
|
591 * pcl-cvs.texinfo (Miscellaneous commands, Updating the
|
|
592 directory): Document cvs-delete-lock.
|
|
593
|
|
594 * pcl-cvs.el (cvs-mode): Don't reset buffer-read-only.
|
|
595
|
|
596 * pcl-cvs.el (cvs-find-file-other-window): Don't save-some-buffers.
|
|
597
|
|
598 Thu Jul 16 00:19:58 1992 Per Cederqvist (ceder@robin)
|
|
599
|
|
600 * pcl-cvs.el, test-cookie-el: Use the new names from cookie.el.
|
|
601
|
|
602 * cookie.el: Big Renaming Time!
|
|
603 External functions:
|
|
604 cookie-next -> tin-next
|
|
605 cookie-previous -> tin-previous
|
|
606 cookie-nth -> tin-nth
|
|
607 cookie-delete -> tin-delete
|
|
608 cookie-filter-tins -> tin-filter
|
|
609 cookie-get-selection -> tin-get-selection
|
|
610 cookie-start-marker -> tin-start-marker
|
|
611 cookie-end-marker -> tin-end-marker
|
|
612 cookie-invalidate-tins -> tin-invalidate-tins
|
|
613 cookie-collect-tins -> tin-collect
|
|
614 cookie-collect-cookies -> cookie-collect
|
|
615 Internal functions:
|
|
616 cookie-create-tin -> cookie-create-wrapper
|
|
617 cookie-tin-start-marker -> cookie-wrapper-start-marker
|
|
618 cookie-tin-cookie-safe -> cookie-wrapper-cookie-safe
|
|
619 cookie-tin-cookie -> cookie-wrapper-cookie
|
|
620 set-cookie-tin-start-marker -> cookie-wrapper-set-start-marker
|
|
621 set-cookie-tin-cookie -> cookie-wrapper-set-cookie
|
|
622 cookie-tin-p -> cookie-wrapper-p
|
|
623 cookie-create-tin-and-insert -> cookie-create-wrapper-and-insert
|
|
624
|
|
625 * pcl-cvs.el (cvs-find-file, cvs-find-file-other-window): Signal
|
|
626 an appropriate error message if the *cvs* buffer is empty.
|
|
627
|
|
628 * cookie.el (cookie-create): Make the buffer read-only.
|
|
629 * cookie.el (cookie-create-tin-and-insert, cookie-refresh,
|
|
630 cookie-delete-tin-internal, cookie-refresh-tin): Bind
|
|
631 buffer-read-only to nil while changing the contents of
|
|
632 the buffer.
|
|
633
|
|
634 * pcl-cvs.el (cvs-byte-compile-files): New function.
|
|
635 * pcl-cvs.texinfo (Miscellaneous commands): Document it.
|
|
636
|
|
637 * pcl-cvs.el (cvs-diff-ignore-marks): New variable.
|
|
638 * pcl-cvs.el (cvs-diff-cvs, cvs-diff-backup): Don't consider
|
|
639 marked files to be selected if a prefix argument is given XOR the
|
|
640 variable cvs-diff-ignore-marks is non-nil.
|
|
641 * pcl-cvs.el (cvs-get-marked): New optional argument `ignore-marks'.
|
|
642 * pcl-cvs.texinfo (Customization, Viewing differences): Document
|
|
643 this behaviour.
|
|
644
|
|
645 * pcl-cvs.el (cvs-undo-local-changes): New function.
|
|
646 * pcl-cvs.texinfo (Undoing changes): Document
|
|
647 cvs-undo-local-changes.
|
|
648 * pcl-cvs.el (cvs-mode-map): cvs-unmark-all-files moved from "U"
|
|
649 to "ESC DEL". cvs-undo-local-changes bound to "U".
|
|
650 * pcl-cvs.texinfo (Marking files): Document ESC DEL.
|
|
651
|
|
652 * pcl-cvs.el (cvs-skip-line): New arguments. All callers updated.
|
|
653 Now calls cvs-parse-error if a parse error occurs.
|
|
654 * pcl-cvs.el (cvs-parse-error): New function that creates a bug
|
|
655 report.
|
|
656 * pcl-cvs.el (cvs-parse-stderr, cvs-parse-stdout): New arguments.
|
|
657 The only caller (cvs-parse-buffer) updated. Call cvs-parse-error
|
|
658 in case of parse error.
|
|
659
|
|
660 * pcl-cvs.el (pcl-cvs-version): New variable.
|
|
661
|
|
662 * cookie.el (cookie-create): Kill all local variables in the buffer.
|
|
663
|
|
664 Fri Jul 10 11:17:40 1992 Per Cederqvist (ceder@robin)
|
|
665
|
|
666 * Release 1.03beta1.
|
|
667
|
|
668 Thu Jul 9 03:12:00 1992 Per Cederqvist (ceder@robin)
|
|
669
|
|
670 * pcl-cvs.el (cvs-update-running): New variable.
|
|
671 * pcl-cvs.el (cvs-do-update): Use it instead of the previous local
|
|
672 variable cvs-process (that no longer exists). Make sure that only
|
|
673 one `cvs update' runs at any given moment.
|
|
674 * pcl-cvs.el (cvs-sentinel): Reset cvs-update-running when the
|
|
675 update process exits.
|
|
676
|
|
677 * pcl-cvs.el (cvs-update): Switch to the *cvs* buffer.
|
|
678 * pcl-cvs.el (cvs-update-other-window): New function.
|
|
679 * pcl-cvs-startup.el (cvs-update-other-window): Added a autoload
|
|
680 for it.
|
|
681 * pcl-cvs.el (cvs-do-update): Don't pop up any buffer in a window
|
|
682 - let cvs-update or cvs-update-other-window handle that. Also
|
|
683 don't kill the *cvs* buffer, but rather insert a "Running cvs..."
|
|
684 message into it.
|
|
685 * pcl-cvs.el (cvs-parse-buffer): Don't change the window
|
|
686 configuration.
|
|
687
|
|
688 * pcl-cvs.el (cvs-create-fileinfo, cvs-pp, cvs-fileninfo->type):
|
|
689 New type for a fileinfo: MESSAGE.
|
|
690
|
|
691 * pcl-cvs.el (cvs-cvs-buffer): Deleted the variable. Use
|
|
692 cvs-buffer-name instead. (I no longer have any plans to allow more
|
|
693 than one cvs update to run at the same time - things only get
|
|
694 confusing). Changed all places where cvs-cvs-buffer was used.
|
|
695
|
|
696 * pcl-cvs.el: Take care of update programs (the -u option in the
|
|
697 modules file):
|
|
698 * pcl-cvs.el (cvs-update-prog-output-skip-regexp): New variable.
|
|
699 * pcl-cvs.el (cvs-parse-stdout): Skip output from the update
|
|
700 program (using cvs-update-prog-output-skip-regexp).
|
|
701 * pcl-cvs.texinfo (Future enhancements): Document that the
|
|
702 solution is not as good as it should be.
|
|
703 * pcl-cvs.texinfo (Customization): Document the variable.
|
|
704
|
|
705 Wed Jul 8 20:29:44 1992 Per Cederqvist (ceder@robin)
|
|
706
|
|
707 * pcl-cvs.el (cvs-do-update): Check that this-dir really exists
|
|
708 and is a directory, and that this-dir/CVS exists and is a
|
|
709 directory.
|
|
710
|
|
711 Tue Jul 7 01:02:24 1992 Per Cederqvist (ceder@robin)
|
|
712
|
|
713 * pcl-cvs.texinfo (Customization): Document TMPDIR.
|
|
714
|
|
715 * This chunk of modifications should make it possible to run
|
|
716 pcl-cvs on hosts that do not line-buffer stdout (such as
|
|
717 DECstation). They work by diverting stdout and stderr from
|
|
718 `cvs update' and later sorting them together.
|
|
719 * pcl-cvs.el (cvs-parse-stderr): Don't fail to parse conflict
|
|
720 data.
|
|
721 * pcl-cvs.el (cvs-remove-stdout-shadows, cvs-shadow-entry-p): New
|
|
722 functions.
|
|
723 * pcl-cvs.el (cvs-parse-buffer): Use it.
|
|
724 * pcl-cvs.el (cvs-remove-empty-directories): New function.
|
|
725 * pcl-cvs.el (cvs-remove-handled, cvs-parse-buffer): Use it.
|
|
726 * pcl-cvs.el (cvs-get-current-dir): New argument ROOT-DIR. All
|
|
727 calls to cvs-get-current-dir updated.
|
|
728 * pcl-cvs.el (cvs-do-update): Allocate a tmp file. Use cvs-shell
|
|
729 (typically /bin/sh) to redirect stderr from CVS to the tmp file.
|
|
730 * pcl-cvs.el (cvs-sentinel): Handle the tmp file. Remove it when
|
|
731 it is parsed.
|
|
732 * pcl-cvs.el (cvs-parse-buffer): New argument STDERR-BUFFER. All
|
|
733 calls to cvs-parse-buffer updated. Rewritten to handle the
|
|
734 separation of stderr and stdout.
|
|
735 * pcl-cvs.el (cvs-shell, cvs-stderr-file): New variables.
|
|
736 * pcl-cvs.el (cvs-compare-fileinfos, cvs-parse-stderr,
|
|
737 cvs-parse-stdout): New functions.
|
|
738
|
|
739 * pcl-cvs.el (cvs-parse-buffer): Some modifications for output
|
|
740 from RCS 5.6.
|
|
741
|
|
742 Tue Apr 7 09:11:27 1992 Per Cederqvist (ceder@leopold)
|
|
743
|
|
744 * Release 1.02.
|
|
745
|
|
746 * pcl-cvs.el (cvs-diff-backup, cvs-edit-done, cvs-status): Call
|
|
747 save-some-buffers.
|
|
748
|
|
749 * pcl-cvs.el (cvs-diff-backup-extractor): Fixed syntax error.
|
|
750
|
|
751 * Makefile, README, compile-all.el, dist-makefile, pcl-cvs.el,
|
|
752 pcl-cvs.texinfo (XXRELEASEXX): A magic string that is substituted
|
|
753 for the current release number when a distribution is made.
|
|
754 (Release 1.01 says that it is release 1.00).
|
|
755
|
|
756 * pcl-cvs.el (cvs-find-file): Added missing pair of parenthesis.
|
|
757
|
|
758 Mon Mar 30 14:25:26 1992 Per Cederqvist (ceder@leopold)
|
|
759
|
|
760 * Release 1.01.
|
|
761
|
|
762 * pcl-cvs.el (cvs-parse-buffer): The message when waiting for a
|
|
763 lock has been changed.
|
|
764
|
|
765 Sun Mar 29 05:29:57 1992 Per Cederqvist (ceder@leopold)
|
|
766
|
|
767 * Release 1.00.
|
|
768
|
|
769 * pcl-cvs.el (cvs-do-update, cvs-sentinel, cvs-parse-buffer):
|
|
770 Major rewrite of buffer and window selection and handling.
|
|
771 The *cvs* buffer is now killed whenever a new "cvs update" is
|
|
772 initiated. The -update buffer is replaced with the *cvs*
|
|
773 buffer when the update is completed.
|
|
774
|
|
775 Sat Mar 28 21:03:05 1992 Per Cederqvist (ceder@robin)
|
|
776
|
|
777 * pcl-cvs.el (cvs-delete-unused-temporary-buffers): Fixed it.
|
|
778
|
|
779 * pcl-cvs.el (cvs-auto-remove-handled): New variable.
|
|
780 * pcl-cvs.el (cvs-edit-done): Use it.
|
|
781 * pcl-cvs.texinfo (Customization, Removing handled entries):
|
|
782 Document it.
|
|
783
|
|
784 * pcl-cvs.el (cvs-mode): Turn of the undo feature. It really
|
|
785 isn't useful in a cookie buffer...
|
|
786
|
|
787 * pcl-cvs.el (cvs-edit-done): Committing a file now looks more
|
|
788 like diffing a file. The window handling is better.
|
|
789 * pcl-cvs.el (cvs-use-temp-buffer): The &optional switch is no
|
|
790 longer needed.
|
|
791
|
|
792 Mon Mar 23 00:20:33 1992 Per Cederqvist (ceder@robin)
|
|
793
|
|
794 * Release 0.97.
|
|
795
|
|
796 * pcl-cvs.el (default-directory): Make sure it always ends in a
|
|
797 slash. fileinfo->dir does NOT end in a slash, and I had forgotten
|
|
798 to call file-name-as-directory in various places.
|
|
799
|
|
800 * pcl-cvs.el (cvs-diff-backup-extractor): Signal an error if a
|
|
801 fileinfo without backup file is given.
|
|
802
|
|
803 * pcl-cvs.el (cvs-mode): Added documentation.
|
|
804
|
|
805 * pcl-cvs.el (cvs-execute-list): Fix the order of files in the
|
|
806 same directory.
|
|
807
|
|
808 * pcl-cvs.el (cvs-log-flags, cvs-status-flags): New variables.
|
|
809 * pcl-cvs.el (cvs-log, cvs-status): Use them.
|
|
810 * pcl-cvs.texinfo (Customization): Document them.
|
|
811
|
|
812 * pcl-cvs.el (cvs-diff-backup): Filter non-backup-diffable files
|
|
813 at an earlier stage, like cvs-commit does.
|
|
814
|
|
815 * pcl-cvs.el (cvs-diff-flags): New variable.
|
|
816 * pcl-cvs.el (cvs-diff-backup): Use it.
|
|
817 * pcl-cvs.texinfo (Customization): Document it.
|
|
818
|
|
819 * pcl-cvs.el (cvs-execute-single-file-list): Remove &rest before
|
|
820 last argument. No callers needed updating.
|
|
821
|
|
822 * pcl-cvs.el (cvs-execute-list): Remove the &rest before the last
|
|
823 argument (constant-args). Update all callers of cvs-execute-list
|
|
824 to use the new calling convention.
|
|
825 * pcl-cvs.el (cvs-cvs-diff-flags): Now a list of strings instead
|
|
826 of a string.
|
|
827 * pcl-cvs.texinfo (Customization): Document the change to
|
|
828 cvs-cvs-diff-flags.
|
|
829
|
|
830 * Release 0.96.
|
|
831
|
|
832 * pcl-cvs.el (cvs-cvs-diff-flags): New variable.
|
|
833 * pcl-cvs.el (cvs-diff-cvs): Use it.
|
|
834 * pcl-cvs.texinfo (Customization, Viewing differences): Document it.
|
|
835
|
|
836 * pcl-cvs.el (cvs-use-temp-buffe): Don't switch to the temporary
|
|
837 buffer. Use display-buffer and set-buffer instead. This way
|
|
838 cvs-log, cvs-status, cvs-diff-cvs and friends don't select the
|
|
839 temporary buffer. The cursor will remain in the *cvs* buffer.
|
|
840
|
|
841 Sun Mar 22 21:50:18 1992 Per Cederqvist (ceder@robin)
|
|
842
|
|
843 * pcl-cvs.el (cvs-find-file, cvs-find-file-other-window): Don't
|
|
844 prompt when reading in a directory in dired.
|
|
845
|
|
846 * Makefile (pcl-cvs-$(VER)): Include pcl-cvs-startup.el in the
|
|
847 distribution.
|
|
848
|
|
849 * dist-makefile (pcl-cvs.dvi): Don't fail even if texindex does
|
|
850 not exist.
|
|
851
|
|
852 * pcl-cvs.texinfo (@setchapternewpage): Changed from 'off' to 'on'.
|
|
853 * pcl-cvs.texinfo (Variable index): Joined into function index.
|
|
854 * pcl-cvs.texinfo (Key index): add a description about the key.
|
|
855 * pcl-cvs.texinfo: Many other small changes.
|
|
856
|
|
857 Wed Mar 18 01:58:38 1992 Per Cederqvist (ceder@leopold)
|
|
858
|
|
859 * Use GNU General Public License version 2.
|
|
860
|