Changes
=======

*******************************************************************************
1.2.1
*******************************************************************************

BUG FIXES
---------

* txt2pdbdoc fails to determine the proper byte-swapping algorithm on
  machines with 64-bit longs (such as DEC Alphas).
 
  (This bug fix will be known as bug fix 64L.)


CHANGES, file-by-file
---------------------

* html2pdbtxt

	1. Changed version number to 1.2.1.

* INSTALL

	1. Added "Hardware prerequisites" section.

	2. Added instructions for html2pdbtxt and pdbtxt2html.

* install-sh

	1. Removed reference to SWISH++.

* Makefile

	1. Performed following substitution:

		s/CFLAGS= $(CCFLAGS)/CFLAGS= -O/

* pdbtxt2html

	1. Changed version number to 1.2.1.

* README

	1. Added html2pdbtxt.

	2. Added a tip for using lynx.

* txt2pdbdoc.c

	1. Added:
	
		#include <limits.h>

	  for bug fix 64L.

	2. Added preprocessor code to determine which integral types
	   are the right sizes for bug fix 64L.

	3. Changed version number to 1.2.1.


*******************************************************************************
1.2
*******************************************************************************

NEW FEATURES
------------

* Added script to convert from HTML to Doc text.

  (This feature will be known as feature HTML2DOC.)

* Added ability to make man pages in PDF format.

  (This feature will be known as feature PDF.)


CHANGES, file-by-file
---------------------

* config/man.mk

	1. Added PDF targets for feature PDF.

* html2pdbtxt

	1. Added this script for feature HTML2DOC.

* Makefile

	1. Added html2pdbtxt target for feature HTML2DOC.

	2. Performed following substitution:

		s/$(STRIP) txt2pdbdoc/$(STRIP) $(BUILD_TARGET)/

* man/man1/html2pdbtxt.1

	1. Added this man page for feature HTML2DOC.

* man/man1/Makefile

	1. Added PDF targets for feature PDF.

	2. Added html2pdbtxt target for feature HTML2DOC.

* man/man4/Makefile

	1. Added PDF targets for feature PDF.

* man/man1/pdbtxt2html.1

	1. Added description corresponding to pdbtxt2html change item
	   #1.

	2. Added "ftp" URL as being recognized.

	3. Changed URL to refer to RFC 1630.

	4. Added missing author information.

* pdbtxt2html

	1. Added -v option to print the version number and exit.

* txt2pdbdoc.c

	1. Changed version number to 1.2.


*******************************************************************************
1.1
*******************************************************************************

BUG FIXES
---------

* There was an off-by-1 bug when creating document names.

  (This bug fix will be known as bug fix OB1.)


CHANGES, file-by-file
---------------------

* txt2pdbdoc.c

	1. In encode(), fixed OB1.


*******************************************************************************
1.0
*******************************************************************************

* Initial release.
