home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / os2 / hpgl312.zip / CHANGES < prev    next >
Text File  |  1993-04-18  |  4KB  |  120 lines

  1. Changes to hp2xx:
  2. =================
  3.  
  4. NOTE: Intermediate versions have not been publicly available.
  5.       Letters at end of version number indicate small changes like
  6.       source restructuring or minor bug fixes.
  7.  
  8.  
  9. V 3.12, 93/04/xx:
  10.  
  11.     -- New makefile for ATARI
  12.     -- ATARI only: Support for mode "cs" (Chr. Strunk's TeX specials)
  13.     -- New ATARI previewer
  14.     -- charset.h: `0' without slash now, according to HP-GL charset 0
  15.     -- chardraw.c:
  16.         Prepared for multiple fonts;
  17.         Bug fixed: 8-bit char codes won't crash hp2xx
  18.         plot_user_char() added (code by A. Treindl)
  19.     -- hpgl.c:
  20.         Arcs / circles now properly closed (occasional tiny gaps removed)
  21.         Bug fixed: SC followed by a draw (without move) misplaced a point
  22.         Serious bug fixed in the line type (LT) pattern generator
  23.         Exception fixed in LT pattern generator
  24.         hypot() problem fixed (DOS)
  25.         UC supported
  26.     -- picbuf.c:
  27.         Always use 4 bits per pel in color mode (and 1 in b/w mode)
  28.         New encoding scheme for color codes: nybbles instead of bit planes
  29.         --> more mem, but faster access in color mode
  30.         Obsolete type "DotBlock" finally replaced by "Byte"
  31.     -- to_pcl.c:
  32.         CMYK color support (for HP Deskjet 550C) added
  33.     -- to_mf.c:
  34.         Bug fix in "cad" mode (\emline statement lines now end with '%')
  35.     -- to_eps.c:
  36.         VM report lines are suppressed in 'quiet' mode
  37.         BoundingBox: improved rounding (using floor and ceil)
  38.     -- Much better generic makefile for many UNIX systems;
  39.        improved special makefiles
  40.     -- Files re-organized (./extras removed):
  41.         "amigalib.zoo" now distributed as separate file "hp2xx.amigalib.zoo"
  42.         HGC support now distributed in separate file "hp2xx.hgc.showit.zoo"
  43.         Other sources moved from ./extras to ./sources
  44.  
  45. V 3.11, 93/01/17:
  46.  
  47.     -- New makefile for Amiga
  48.     -- Root directory renamed to hp2xx311 to make life easier
  49.        for DOS-based people
  50.     -- File ownerships now rw-rw-rw
  51.     -- code_to_ucoord() in chardraw.c:
  52.         Reported bug (on RS6000 ONLY!) fixed
  53.  
  54. V 3.10, 93/01/09
  55.     First release of sources as hp2xx.3.1.0.tar.Z under GNU conditions!!
  56.     CMY color for Deskjet (PLC), option -S now with parameter;
  57.     minor corrections
  58.  
  59. V 3.03a, 92/12/14
  60.     Long options & "true size" mode (-t) added
  61.  
  62. V 3.02c, 92/12/10
  63.     Range of pages (-P a:b) permitted now
  64.     New mode: "cad" for TeXcad code!
  65.  
  66. V 3.02a, 92/10/20
  67.     HPGL command LT (line type) now fully supported; bug in eps mode removed.
  68.  
  69. V 3.01d, 92/06/08
  70.     HPGL commands SM, TL, XT, YT supported
  71.  
  72. V 3.00f, 92/05/25
  73.     Up to seven colors (some modes)! Multiple-input handling; log files;
  74.     auto-generation of output file names; output to stdout via "-f-"
  75.  
  76. V 2.20d, 92/04/14
  77.     Symmetrical use of -h (height) and -w (width) options, new defaults:
  78.     200 [mm] for both -h & -w. Picture will always fit into a window
  79.     given by -h and -w
  80.  
  81. V 2.20c, 92/03/03
  82.     Arcs, circles, fonts (Charset 0), pages, and many more commands supported
  83.     ATARI-ST binary file added (only old version of hp2xx - sorry)
  84.     DOS/386 binary file added (compiled with DJ Delorie's GNU-C version)
  85.         WARNING: hp2xx386.exe's previewer tries to activate 800x600 SVGA mode!
  86.     New modes: -m em (emTeX-specials), -m epic (epic macro \drawline)
  87.     Modes pic & pac only supported in (outdated) ATARI version
  88.     HPGL parser much easier portable and more tolerant to HPGL syntax variations
  89.     Bugs in character scaling fixed; LO now fully supported
  90.  
  91. V 2.18e, 92/02/06
  92.     X11,Sunview,ATARI: preview; IMG format supported;
  93.     HPGL parser improved
  94.  
  95. V 2.17, 92/01/12
  96.     Some debugging; more coherent sources, but no functional changes
  97.  
  98. V 2.16a, 91/11/21
  99.     ATARI mode reduced again to simple "pic" format,
  100.     support of "LT;", "LT0;" (for point plotting),
  101.     support of different pens ("SP;", "SP0;"..."SP8;"),
  102.     internal changes (faster now), more flexible MF syntax
  103.  
  104. V 2.14b, 91/10/10
  105.     ATARI mode: New file name convention, adapted to STAD
  106.     hp2xx.dvi:  Now part of distribution package
  107.  
  108. V 2.14a, 91/09/08
  109.     ATARI ST support added.
  110.  
  111. V 2.13a, 91/06/30
  112.     PostScript support added.
  113.     Warning: Due to lack of local resources, PostScript format could
  114.          not be thoroughly tested. Please consider the PostScript
  115.          part as in "beta" state and report all problems.
  116.  
  117. V 2.12,  91/06/20
  118.     First external release!
  119.     Rotate option added, debug code removed
  120.