File: ChangeLog

package info (click to toggle)
rcs 5.10.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,348 kB
  • sloc: ansic: 47,019; sh: 4,939; makefile: 169
file content (697 lines) | stat: -rw-r--r-- 19,868 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
2015-01-22  Thien-Thi Nguyen  <ttn@gnu.org>

	Release: 5.9.4

2015-01-18  Thien-Thi Nguyen  <ttn@gnu.org>

	[man] Fix bug: Update ‘RCS_MEM_LIMIT’ blurb.

	Omission from 2013-10-20, "Relax RCS_MEM_LIMIT
	default; fall back if unspecified".

	* b-environment (RCS_MEM_LIMIT): Rewrite to mimic rcs.texi.

2013-10-04  Thien-Thi Nguyen  <ttn@gnu.org>

	Release: 5.9.1

2013-09-25  Thien-Thi Nguyen  <ttn@gnu.org>

	[build] Fix bug: Avoid ‘$<’ in makefile actions.

	* Makefile.am (REL): Use ‘$(top_srcdir)/configure’ directly.
	Suggested by Paul Eggert.

2013-05-06  Thien-Thi Nguyen  <ttn@gnu.org>

	Release: 5.9.0

2013-04-11  Thien-Thi Nguyen  <ttn@gnu.org>

	co: Add option ‘-S’ to enable "self-same" mode.

	* co.1in (OPTIONS): Add entry for ‘-S’.

2013-04-11  Thien-Thi Nguyen  <ttn@gnu.org>

	ident: Recognize Subversion "fixed-width keyword syntax".

	* ident.1in (DESCRIPTION): Add paragraph describing patterns
	recognized to support Subversion "fixed-width keyword syntax",
	and another to summarize the three recognized patterns.

2013-04-04  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Release: 5.8.2

2013-03-30  Thien-Thi Nguyen  <ttn@gnu.org>

	Fix bug: Define syntax for ‘integrity’ value.

	* rcsfile.5in: ...here.  Also, adapt explanation from ../doc/rcs.texi.

2013-03-29  Thien-Thi Nguyen  <ttn@gnu.org>

	[man] Add "full docs in info rcs" blurb.

	* b-info: New file.
	* Makefile.am (bits): Add b-info.
	* ci.1in: Add ‘.so b-info’.
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* merge.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfreeze.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.
	* rcsfile.5in: Likewise.

2012-06-05  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Release: 5.8.1

2012-05-20  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Drop manpage rcsintro(1).

	* ci.1in: Don't mention rcsintro(1).
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.
	* Makefile.am (dist_man_MANS): Remove rcsintro.1.
	* rcsintro.1in: Delete file.

2011-10-29  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[build] Use portable Makefile subst-ref variable syntax.

	The syntax $(VAR:%=%SUFFIX) is a GNU Make extension.

	* Makefile.am (EXTRA_DIST): Use $(VAR:=SUFFIX).

2011-08-30  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Release: 5.8

2011-01-10  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Pass through ‘integrity’ field in RCS file.

	* rcsfile.5in (admin): Add ‘integrity’.

2011-01-09  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[build] Add sanity check for manpage creation.

	* Makefile.am (.5in.5, .1in.1): After doing the
	action, check that target file exists and is non-empty.

2011-01-07  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[build] Make soelim(1) user-configurable.

	* Makefile.am (soelim): Use $(SOELIM).

2010-11-12  Thien-Thi Nguyen  <ttn@gnuvola.org>

	ci, rcs: Make MSG in ‘-m...MSG’ optional.

	* b-emptylogmessage: New file.
	* Makefile.am (bits): Add b-emptylogmessage.
	* ci.1in: Update ‘-m’; use b-emptylogmessage.
	* rcs.1in: Likewise.

2010-10-11  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[int man] Make dependency specification more idiomatic.

	* Makefile.am (dist_noinst_MANS): New var.
	(BUILT_SOURCES): Add $(dist_noinst_MANS).
	(EXTRA_DIST): Remove rcsfreeze.1, rcsfreeze.1in;
	add ‘$(dist_noinst_MANS:%=%in)’.
	(rcsfile.5): Delete target.
	(.5in.5): New old-fashioned suffix rule.
	(.1in.1): Clear dependency list for old-fashioned suffix rule.
	($(dist_man_MANS), $(dist_noinst_MANS)):
	Specify dependencies of ‘REL’ and ‘$(bits)’.

2010-08-19  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[int man] Fix omission: Specify directory for ‘soelim -I’.

	Regression introduced 2010-05-25,
	"[man] Use soelim(1) for rcsfile.5 generation".
	* Makefile.am (soelim): Say "-I.", not "-I".

2010-06-24  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Update license to GPLv3+.

	* Makefile.am: Update license notice.

2010-06-23  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Say "RCS file", not "repository file".

	* b-base (o): Change expansion to "\*r file".
	* ci.1in: Throughout, change "a \*o" to "an \*o".
	* co.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsfreeze.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man int] Move some common string definitions to b-base.

	* b-base (i, r, u): New ‘.ds’ (string definitions).
	* ci.1in (i, r, u): Delete string definitions.
	* co.1in (i, r, u): Likewise.
	* ident.1in (r, u): Likewise.
	* merge.1in (r): Likewise.
	* rcs.1in (r): Likewise.
	* rcsclean.1in (r): Likewise.
	* rcsdiff.1in (r): Likewise.
	* rcsfile.5in (r): Likewise.
	* rcsfreeze.1in (r): Likewise.
	* rcsintro.1in (r): Likewise.
	* rcsmerge.1in (r): Likewise.
	* rlog.1in (i, r, u): Likewise.

2010-06-22  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Say "repository file", not "repository".

	* b-base: New file.
	* Makefile.am (bits): Add b-base.
	* b-environment: Throughout, use ‘\*o’.
	* ci.1in: Add ‘.so b-base’; throughout, use ‘\*o’.
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* merge.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsfreeze.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-06-10  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[dist] Distribute rcsfreeze.1 and its source.

	* rcsfreeze.1in: Add ‘.so REL’.
	* Makefile.am (EXTRA_DIST):
	Add-augmenting rcsfreeze.1, rcsfreeze.1in.

2010-06-09  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Relax syntax of id, sym to accept string of all digits.

	* rcsfile.5in (id, sym): Rewrite productions.

2010-06-09  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Say "repository", not "RCS file".

	* ci.1in: Say "repository", not "RCS file".
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsfreeze.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.
	* b-environment: Likewise.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Consult env var RCS_MEM_LIMIT to set the memory limit.

	* b-environment: Add blurb on ‘RCS_MEM_LIMIT’.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Break out IDENTIFICATION section.

	* b-identification: New file.
	* Makefile.am (bits): Add b-identification.
	* ci.1in (IDENTIFICATION): Replace section/‘.SH’ with a definition
	of Eggert years ‘.ds EY ...’ followed by ‘.so b-identification’.
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* merge.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Break out Tichy paper citation.

	* b-tichy-cite: New file.
	* Makefile.am (bits): Add b-tichy-cite.
	* rcsfreeze.1in: Add ‘.so b-tichy-cite’.
	* ci.1in: Replace Tichy paper citation with ‘.so b-tichy-cite’.
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfile.5in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Use soelim(1) for rcsfile.5 generation.

	* Makefile.am (soelim, nolf): New vars.
	(rcsfile.5): Add to prerequisites list REL, $(bits);
	use $(soelim), $(nolf).
	(.1in.1): Use $(soelim), $(nolf).
	* rcsfile.5in: Add ‘.so REL’.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Break out ENVIRONMENT section.

	* b-environment: New file.
	* Makefile.am (bits): Add b-environment.
	* ci.1in (ENVIRONMENT): Replace section/‘.SH’ with ‘.so b-environment’.
	* co.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsfreeze.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-05-25  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Use soelim(1) for foo.1 generation.

	* Makefile.am (bits): New var.
	(EXTRA_DIST): Add $(bits).
	(.1in.1): Add prerequisites REL, $(bits); use soelim(1), sed(1).
	* ci.1in: Add ‘.so REL’.
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* merge.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-04-30  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Freeze RCS file syntax; drop ‘newphrase’ support.

	* rcsfile.5in: Remove ‘newphrase’ production components; the
	‘newphrase’ production itself; and the paragraph describing it.

2010-04-30  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Fix rcsfile(5) typo.

	* rcsfile.5in (id): Add asterisk after first production component.

2010-04-30  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Recognize ‘commitid SYMBOL’ in RCS file delta tree.

	* rcsfile.5in (delta): Add optional ‘commitid’ to production.

2010-04-22  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Say "file name" or "file-name" instead of "filename".

	* ci.1in: Instead of "filename", say "filename" or "file-name".
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rlog.1in: Likewise.

2010-04-19  Thien-Thi Nguyen  <ttn@gnuvola.org>

	Don't say "path" when referring to file names.

	* ci.1in: Instead of "path", say "filename" or
	"frag" or "directory component" or simply "name".
	* co.1in: Likewise.
	* ident.1in: Likewise.
	* rcs.1in: Likewise.
	* rcsclean.1in: Likewise.
	* rcsdiff.1in: Likewise.
	* rcsintro.1in: Likewise.
	* rcsmerge.1in: Likewise.
	* rlog.1in: Likewise.

2010-03-19  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[build] Use GNU Automake.

	* Makefile.am: New file.
	* ci.1in: Rename from ci.1.
	* co.1in: Rename from co.1.
	* ident.1in: Rename from ident.1.
	* merge.1in: Rename from merge.1.
	* rcs.1in: Rename from rcs.1.
	* rcsclean.1in: Rename from rcsclean.1.
	* rcsdiff.1in: Rename from rcsdiff.1.
	* rcsfreeze.1in: Rename from rcsfreeze.1.
	* rcsintro.1in: Rename from rcsintro.1.
	* rcsmerge.1in: Rename from rcsmerge.1.
	* rlog.1in: Rename from rlog.1.
	* Makefile.in: Delete file.

2010-03-12  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Include branch names in RCS file diagram.

	* rcsfile.5in <diagram> (branch_name): New function.
	(triangle_up): Display branch name below the split upward bend.

2010-03-10  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Document rlog -q.

	* rlog.1: Document placebo option `-q'.

2010-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[build] Move `SENDMAIL' configuration to configure.in.

	* rcs.1 (OPTIONS): Mention that mail-on-lock-break
	only happens if RCS was configured `--with-mailer'.

2010-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Improve aesthetic of  labels in rcsfile.5 diagram.

	* rcsfile.5in <diagram> (triangle_down, triangle_up):
	Manually position the text slightly higher and lower, respectively.

2010-03-06  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Spiff "SEE ALSO" section.

	* ci.1: Make sure "SEE ALSO" is in quotes; use
	.BR in front of command names; use .PP to separate
	list of command names and Tichy paper citation.
	* co.1: Likewise.
	* ident.1: Likewise.
	* merge.1: Likewise.
	* rcs.1: Likewise.
	* rcsclean.1: Likewise.
	* rcsdiff.1: Likewise.
	* rcsfile.5in: Likewise.
	* rcsfreeze.1: Likewise.
	* rcsintro.1: Likewise.
	* rcsmerge.1: Likewise.
	* rlog.1: Likewise.

2010-02-24  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Fix small merge.1 omission; plus other minor cleanups.

	* ident.1: Say "RCS's version number" for `-V' description.
	* merge.1 (r): Fix omission bug: New .ds.
	Also, add `.TP' prior to `-V' description.
	* ci.1: Capitalize first word of `RCSINIT' description.
	* co.1: Likewise.
	* rcs.1: Likewise.
	* rcsclean.1: Likewise.
	* rcsdiff.1: Likewise.
	* rcsmerge.1: Likewise.
	* rlog.1: Likewise.

2010-02-24  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[man] Set metainfo at "make dist"; say "GNU RCS <VERSION>".

	* ci.1 (Id): Delete macro and call.
	(TH): Say "GNU RCS <VERSION>".
	* co.1: Likewise.
	* merge.1: Likewise.
	* rcs.1: Likewise.
	* rcsclean.1: Likewise.
	* rcsdiff.1: Likewise.
	* rcsfile.5in: Likewise.
	* rcsfreeze.1: Likewise.
	* rcsintro.1: Likewise.
	* rcsmerge.1: Likewise.
	* rlog.1: Likewise.
	* ident.1: Likewise.
	(iD): Hardcode value.

2010-02-24  Thien-Thi Nguyen  <ttn@gnuvola.org>

	[admin] Move install-sh, mkinstalldirs into new dir build-aux/.

	* Makefile.in (bauxdir): New var.
	(installdirs): Use $(bauxdir).

Fri Jun 16 06:19:24 1995  Paul Eggert  <eggert@twinsun.com>

	* ci.1, rlog.1: Fix typos in -zLT example.
	* Makefile.in: Update FSF address.

Mon Jun  5 08:28:35 1995  Paul Eggert  <eggert@twinsun.com>

	* rcs.1, rcsfile.5in: Fix minor troff glitches.

Thu Jun  1 16:23:43 1995  Paul Eggert  <eggert@twinsun.com>

	* Makefile.in:
	Renamed from Makefile; autoconf now preprocesses this file.
	Complete rewrite to follow GNU makefile standards.

	* co.1: Fix troff glitches.
	Describe -kb, compatibility hack for C-style Logs.

	* ci.1, co.1, rlog.1:
	Use `-08' style time zone, not `-0800', for ISO 8601 conformance.

	* rcs.1: Require at least one option.

	* rcsmerge.1: Do not merge if -kb.  diff3 -A is no longer the default.
	* merge.1: diff3 -A is no longer the default.
	Add bug: binary files are merged.

Sun Mar 20 04:52:58 1994  Paul Eggert  <eggert@twinsun.com>

	* rcsfile.5in: Renamed from rcsfile.5.
	* Makefile: Run off rcsfile.5 with pic.  Use INSTALL, not install.

Thu Mar 17 14:05:48 1994  Paul Eggert  <eggert@twinsun.com>

	* ci.1: Clarify that `rev' must already be defined.
	* co.1: Describe new comment leader behavior.
	$Log is inserted even with -kk.  Suggest rcs -V.
	* rcs.1: Describe new comment leader behavior.
	* rcsfile.5: Add pic support.
	* rlog.1: -d'<DATE' is now exclusive.

Tue Nov  9 17:40:15 1993  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1, rlog.1: Use ISO 8601 format.
	* ident.1: Add -V.
	* merge.1: -V now prints version on stdout and exits.

Wed Nov  3 17:42:27 1993  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1, ident.1, merge.1, rcs.1, rcsclean.1, rcsdiff.1,
	rcsfile.5, rcsintro.1, rcsmerge.1, rlog.1: Update for RCS 5.6.5.

Tue Jul 28 16:12:44 1992  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1, rcs.1, rcsclean.1, rcsdiff.1, rcsmerge.1, rlog.1:
	Add plain -V.
	* co.1: Remove -d BUG.
	* ci.1: Add -i, -j.
	* ident.1: Fix wording.
	* rcs.1: rcs -l now lets you break locks.
	* rcsfile.5: Identifiers may now start with a digit and
	(unless they are symbolic names) may contain `.'.
	* Makefile: Install rcsclean man page.

Mon Feb 17 23:02:05 1992  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1, rcsclean.1, rcs.1: Add -T.
	* ident.1: Give a better C example.
	Describe behavior on non-keywords like XConsortium.
	* ci.1: Give -r the funny meaning only if it's bare.
	RCS just needs to be somewhere in an RCS file's path, not at the end.
	* co.1, ident.1, merge.1, rcs.1, rcsfile.5, rcsclean.1, rcsintro.1:
	Fix troff lint.

Mon Jan 27 16:46:02 1992  Paul Eggert  <eggert@twinsun.com>

	* rcs.1: Add -M.

Fri Jan 24 18:44:19 1992  Paul Eggert  <eggert@twinsun.com>

	* rcsclean.1: Fix old comment about reverting to previous revision.

Mon Jan  6 02:21:14 1992  Paul Eggert  <eggert@twinsun.com>

	* ci.1: real user -> real or effective user

Sun Nov  3 01:09:19 1991  Paul Eggert  <eggert@twinsun.com>

	* rcsclean.1: Don't remove checked-out files unless -u succeeds.

Mon Oct  7 17:32:46 1991  Paul Eggert  <eggert@twinsun.com>

	* ci.1: Explain -f more clearly.

Thu Sep 26 23:16:17 1991  Paul Eggert  <eggert@twinsun.com>

	* rcs.1: rev 's -> rev's

Thu Aug 22 06:50:48 1991  Paul Eggert  <eggert@twinsun.com>

	* rlog.1: rcs -o -> rlog -r (fix typo).

Mon Aug 19 03:13:55 1991  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1: Describe changes for -M and -r$.
	* ci.1: Describe permissions more carefully.
	Specify temporary file names.
	Describe aborted checkins, and symlinks.

	* rlog.1: -r gets latest revision.
	`:' now separates revisions in ranges, not `-'.
	-rB. stands for the latest revision in branch B.

	* rcsclean.1:
	Add -k, -r, -u, -V, RCSINIT.  rcsclean now says what it does.
	The exit status is now more conventional.

	* Makefile: Add MANDIR.

	* rcsfile.5: An RCS file must end in a newline character.

	* rcs.1: `:' now separates revisions in ranges, not `-'.
	-rB. stands for the latest revision in branch B.
	-mR:M replaces the log message for revision R with M.

	* rcsmerge.1: co -j  ->  merge

Sun Apr 21 12:00:46 1991  Paul Eggert  <eggert@twinsun.com>

	* ci.1, co.1, rcs.1, rcsclean.1, rcsdiff.1, rcsintro.1, rcsmerge.1,
	rlog.1: Snapshot for DOS beta.

Thu Feb 28 19:18:46 1991  Paul Eggert  <eggert@twinsun.com>

	* ci.1: Describe setuid use better.
	* merge.1, rcsclean.1: Fix white space.

Mon Feb 25 07:12:31 1991  Paul Eggert  <eggert@twinsun.com>

	* ci.1: Remove setgid support.
	* co.1: Refer to merge(1) for how overlaps are reported.
	* merge.1: On a few older hosts, overlaps are not reported.

Tue Dec  4 05:18:34 1990  Paul Eggert  <eggert@twinsun.com>

	* rcs.1, co.1, ci.1: Use -I for prompts and -q for diagnostics.

Thu Nov  1 05:03:17 1990  Paul Eggert  <eggert@twinsun.com>

	* ci.1, rcs.1: Add -I and new -t behavior.
	* ci.1: Describe setid behavior on old hosts.
	* co.1: Add -I.
	* rcsclean.1: Add rcsdiff options.
	Clean working directory if no arguments are given.
	* rcsfreeze.1: Add to BUGS.
	* rcsclean, rcsfreeze.1: Fix troff glitches.

Tue Sep  4 08:02:08 1990  Paul Eggert  <eggert@twinsun.com>

	* co.1: Don't parse two-digit years, because it won't work after
	1999/12/31.

Wed Aug 29 07:16:40 1990  Paul Eggert  <eggert@twinsun.com>

	* co.1, rcsdiff.1: Add -kkvl.
	* co.1: Document locker name insertion.
	* merge.1, rcsmerge.1: Add -q.
	* merge.1: Remove obsolete BUG section.
	* rcsmerge.1: Document -p with rev.
	* ci.1, co.1, rcs.1, rcsmerge.1: Fix troff glitches.

Wed Aug 22 09:11:00 1990  Paul Eggert  <eggert@twinsun.com>

	* Makefile: Don't put 'l' at the end of manual page names.
	* ci.1: Add -V.
	* co.1, rcs.1, rcsdiff.1, rcsmerge.1: Add -k, -V.
	* ident.1: Look for all possible keywords,
	not just those in the current list.
	* merge.1: Add -L.
	* rcsfile.5: Add description of version 5 syntax.
	* rlog.1: Add -V.
	* rcsintro.1, and all other man pages mentioned above:
	Fix troff glitches.

Thu May 24 22:28:46 1990  Paul Eggert  <eggert@twinsun.com>

	* rcsfile.5:  Document the fact that the branch keyword is
	now optional, and that the character set is now ISO Latin 1.

Wed May 23 06:33:58 1990  Paul Eggert  <eggert@twinsun.com>

	* co.1, merge.1, rcsdiff.1: Document new -k, -K, -t options.
	Reformat and remove lint.

Thu Mar 22 06:48:26 1990  Paul Eggert  <eggert@twinsun.com>

	* rcsdiff.1:  Don't document all of diff's flags; just say that
	RCS supports diff's flags.
	* ci.1, co.1, rcs.1, rcsdiff.1, rlog.1, rcsmerge.1:
	Add emulation of older RCS versions.

Fri Jan 12 20:37:26 1990  Paul Eggert  <eggert@twinsun.com>

	* merge.1: Document extra alias arguments.  Fix layout problems.

Thu Jan 11 16:35:48 1990  Paul Eggert  <eggert@twinsun.com>

	* rlog.1, co.1:  Use GMT, not local time, so people in
	different timezones can collaborate.

Wed Aug  2 14:26:46 1989  Paul Eggert  <eggert@twinsun.com>

	* rlog.1, rcsdiff.1, rcs.1, co.1, ci.1:
	Update DIAGNOSTICS to reflect RCS version 4.


Copyright (C) 2010-2022 Thien-Thi Nguyen

Copying and distribution of this file, with or without modification,
are permitted provided the copyright notice and this notice are preserved.