home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / graphics-0.17 / plot2ps / ChangeLog < prev    next >
Encoding:
Text File  |  1991-03-11  |  2.5 KB  |  71 lines

  1. Mon Mar 11 11:08:40 1991  Richard Murphey  (rich at kappa)
  2.  
  3.     * plot.c: use getopt. Version 0.4
  4.  
  5. Sun Feb 10 18:26:07 1991  Rich Murphey  (murphey at cns16)
  6.  
  7.     * drawline.c, alabel.c, circle.c, added code to center
  8.     the plot vertically on the page.
  9.  
  10. Sat Feb  9 21:51:12 1991  Rich Murphey  (murphey at cns15)
  11.  
  12.     * libplot.h: Changed value of SCALING to 1 for compatibility
  13.     with idraw version 7.  Changed max x and y_output_max values
  14.     in drawline.c accordingly.
  15.  
  16. Thu Oct 18 11:09:32 1990  Richard Murphey  (rich at tahomah)
  17.  
  18.     * plot.c: fixed bug in arguments to erase. This is version 0.3.
  19.  
  20. Wed Oct 17 22:30:42 1990  Richard Murphey  (rich at tahomah)
  21.  
  22.     * plot.c: -help and -V report the version number. This is 0.1.
  23.  
  24. Sun Oct 14 15:35:54 1990  Richard Murphey  (rich at tahomah)
  25.  
  26.     * plot2ps.man: added description of atend.pl and -bbox
  27.     * open.c close.c plot3.h: #define SCALING to be the scale
  28.       factor in the postscript CTM now that it is used widely
  29.       in bounding box computation.
  30.  
  31. Fri Oct 12 13:02:30 1990  Richard Murphey  (rich at tahomah)
  32.  
  33.     * header.c: squezed the idraw version 7 prolog down to 100 lines
  34.       using Tom Rokicki's squeze program (see divps).  Sun's compiler
  35.       can handle the length of the string much easier in this form.
  36.  
  37. Mon Sep 10 09:51:18 1990  Richard Murphey  (rich at unicorn)
  38.  
  39.     * range.c: added code to determine the max and min coordinates.
  40.     * plot.c: added -bbox option. -bbox specifies that a eps bounding
  41.           box comment is to be written at the end of the file, in the trailer.
  42.     * open.c, close.c: added code to write the bounding box.
  43.     * plot2ps.texinfo: added description of -bbox and atend.pl.
  44.  
  45. Tue May 15 15:05:52 1990  Rich Murphey  (rich at kalliope)
  46.  
  47.     * open.c: added a space after %! in `%!PS-Adobe-2.0 EPSF-1.2'.
  48.       Some printers (LW IINT, QMSPS810) need it.
  49.  
  50.     * plot2ps.tex: compare output files sizes of plot2ps and
  51.       other converters. We could cull out unused code from the
  52.        prolog. Thanks synchrods!daniel@cad.berkeley.edu.
  53.  
  54. Thu Nov  9 11:01:35 1989  Richard Murphey  (rich at kappa)
  55.  
  56.     * plot2ps.tex: removed mentions of un*x in the documentation.
  57.  
  58.     * plot.c: added the `-line-width' option. The argument is the
  59.       integer valued width of lines drawn in the plot.  Values of
  60.       0 were causing problems for idraw. Added a note about this
  61.       to the documentation for `-line-width'.
  62.  
  63. Sun Sep 10 18:55:43 1989  Richard Murphey  (rich at kappa)
  64.  
  65.     * removed postscript hardcopy documentation and texinfo.tex
  66.     from the distributed sources to reduce the size.  The hardcopy
  67.     is now a seperately distributed file.
  68.  
  69.     * added testdist target to makefile.
  70.  
  71.