
1.1.3		24 May 1999
-----
  * Updated manual page with new command line options
  * Added a command line option to limit the width of text table format
    to 72 characters (avoids line wrapping in mail).
  * Major update (rewrite) of calculate_table:
    + takes table file as argument
    + handles the case where the first logical partition does not start
      at the beginning of the extended partition.
    + table file format cleanup ("$main::extended_partition_name" and
      "[ 'end', 'unused' ]" cludge removed)

1.1.2		17 Feb 1999
-----
  * More printf fixes.
  * Corrected line width on second page in postscript

1.1.1		25 Jan 1999
-----
  * Fixed stupid printf bug in postscript chart format
  * added the program find_drive_table

1.1		17 Jan 1999
---
  * Major code split-up. Now printpar consists of several source files
    instead of one giant one.
  * Implemented chart format for text mode.
  * Included a perl program for calculating partition tables
  * Changed a couple of command line arguments:
      * a more general --scale=DISK_UNIT:OUTPUT_UNIT instead of
        --one-hundred-mb-length=LENGTH
      * changed from --machine=DESCRIPTION to --description=DESCRIPTION
  * Corrected postscript encoding behavior (only the description
    text should use the user specified encoding, all the other english
    text in the output should still use default/no encoding).
  * A lot of other things I forgot to mention

1.0.3		16 Jun 1998
-----
  * Implemented HTML output.
  * Added support for font encoding in the postscript output.

1.0.2		24 May 1998
-----
  * Corrected postscript table printout so that it breaks up and
    continues on a new page when having too many tables to fit on
    one single page.
  * Corrected partition name generating which failed for partition
    number 10 and up.
  * Some code tidying.

1.0.1		29 Apr 1998
-----
  *  First release

