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-2015 Thien-Thi Nguyen

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