home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / gs252b.lzh / GS252B / CHANGED < prev    next >
Text File  |  1993-07-30  |  876b  |  29 lines

  1. /*
  2.  *    Changes made to the original unix Ghostscript source
  3.  *    for the Atari ST/TT platform are listed below.
  4.  */
  5.  
  6. 1) makefile (unix-gcc.mak)
  7.     i.)   general platform-specific changes
  8.     ii.)  included stvdi, slm, and GEM image devices
  9.     iv.)  added support for direct centronics printing
  10.  
  11. 2) gdevprn.h
  12.     i.)  Added stprint.h
  13.     ii.) Set the clist parameters PRN_MAX_BITMAP, PRN_BUFFER_SPACE
  14.          and PRN_MIN_MEMORY_LEFT to 10M, 100K, and 10K.
  15.  
  16. 3) gdevprn.c
  17.     i.) Changed the gdev_prn_open_printer routine to interpret
  18.         NULL as an instruction to use direct centronics
  19.         printing if CSPRINT is defined. Otherwise, NULL is
  20.         an error.
  21.  
  22. 4) malloc_.h
  23.     i.) Include stdlib.h if atarist is defined.
  24.  
  25. 5) gdevdjet.c
  26.     i.) Changed the left margin of the deskjet and deskjet 500
  27.         drivers to keep them from chopping off the left part
  28.         of some images.
  29.