home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / pspr22.zip / CHANGES.DOC next >
Text File  |  1994-06-23  |  4KB  |  92 lines

  1. History of changes to PSPrint:
  2.  
  3. Version 2.2         (6/23/94)
  4.  New functionality:
  5.  - Ability to disable/enable paper tray selection options (see psprint.doc)
  6.  - Ability to use default config file PSPRINT.CFG
  7.  - Paper trays can be selected by number (1 or 2) or automatically
  8.    by paper size.
  9.  - Support for the United States, Multilingual, Slavic, Portuguese,
  10.     Canadian-French, Nordic character sets (code pages).  Characters
  11.     0-31 are still not defined.
  12.  - "Shrink 2 pages" can now be done for landscape pages as well as
  13.     portrait pages.
  14.  - Ability to specify line height.
  15.  - Ability to specify all margins (top, bottom, left, and right).
  16.  - Added page range.
  17.  
  18.  Other changes:
  19.  - Adjusted the Interactive User Interface screen.
  20.  - Improved description of shareware in PSPRINT.DOC.
  21.  - Added multi-user license costs to REGISTER.TXT.
  22.  - Improved page size resolution to fractions of points.
  23.  
  24.  
  25. Version 2.1     1/3/94
  26.  Bug fixes:
  27.  - Improper stack handling caused printers to run out of memory on
  28.     long documents.
  29.  - Fixed memory leaks.
  30.  - Page handling logic was incorrect if a full page was followed by
  31.     a form feed.
  32.  
  33.  New functionality:
  34.  - Defaults to new PSPrint font with most IBM character symbols
  35.     (line drawing, European characters, etc.).  At this time, the
  36.     PSPrint font is somewhat crude: the line drawing characters are
  37.     too thick, and characters 0-31 are not defined with the exception
  38.     of the paragraph and section symbols.  However, the font should
  39.     be sufficient for most purposes.
  40.  
  41.  Other changes:
  42.  - Got rid of the "global page numbers" option to simplify things in
  43.     preparation for future page selection options.
  44.  - Wrapped page descriptions with save/restore operators as
  45.     recommended in the PostScript Language Reference Manual.
  46.  - Revamped documentation.  Added PRINTDOC.BAT batch file to print it.
  47.  - Added PACKING.LST and VENDOR.DOC files.
  48.  
  49.  
  50. Version 2.0     11/19/93
  51.  Bug fixes:
  52.  - Form feeds immediately followed by text (i.e., not on a line by
  53.     themselves) were not handled properly.
  54.  - Output to a file of multiple input files would overwrite itself,
  55.     leaving only the last input file.
  56.  - Input files specified with a device name but no directory path
  57.     (i.e., A:FOO.TXT) could not be read.
  58.  
  59.  New functionality:
  60.  - Response files to simplify specification of often-used settings.
  61.  - "Shrink 2 pages to 1 sheet" option (-2).
  62.  - Support for A4 paper (-pa).
  63.  - Support for 8-bit character sets.
  64.  - Clip text at right margin.
  65.  
  66.  User interface improvements:
  67.  - Display default values.
  68.  - Restricted data entry to meaningful characters
  69.     (like no letters in numeric fields).
  70.  - Added support for mutually exclusive radio button options.
  71.     Changed paper selection and page break stuff to radio buttons.
  72.  - Indicate progress by displaying page number.
  73.  - Improved error messages.
  74.  - Report usage counts for unregistered versions (a gentle reminder).
  75.  - Changed certain screen prompts to clarify their meaning.
  76.  - Changed default output in help from "PRN:" to "PRN" -- the former
  77.     was confusing, as it incorrectly implied that device names need
  78.     colons.
  79.  
  80.  Other changes:
  81.  - Complete re-write into C++.
  82.  - Added structure comments to produce conforming PostScript
  83.     documents which can then be parsed by other utilities.
  84.  - Use PostScript variables and procedures for improved modularity,
  85.     making hand modifications of the PostScript document much easier.
  86.  - More detailed explanation of fonts and output devices in
  87.     PSPRINT.DOC.
  88.  
  89.  
  90. Version 1.0     10/8/93
  91.  - Initial release.
  92.