home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / maths / plplot / plplot_2 / NEWS < prev    next >
Encoding:
Text File  |  1994-09-06  |  3.5 KB  |  86 lines

  1. This is the 9th beta release (4.99i) of what will eventually become
  2. the PLplot 5.0 distribution.  At this point I'm mainly trying to root out the
  3. remaining bugs and system dependencies, but there will undoubtably be a
  4. few improvements yet before the final version sees the light of day.
  5.  
  6. Please refer to the following files for more information:
  7.  
  8. README        General introduction, where to get more information, etc.
  9. NEWS        This file
  10. CHANGES        Log of changes to plplot in reverse chronological order.
  11. ToDo        Describes what's on the agenda (no promises, however :-).
  12. FAQ        Frequently answered questions.  
  13. INSTALL        Installation notes
  14.  
  15. Also see the system-specific documentation under sys/<system-name>.
  16. The manual is being updated!  More below.
  17.  
  18. You can get the PLplot distribution by anonymous ftp from:
  19.  
  20.     /anonymous@dino.ph.utexas.edu:/plplot
  21.  
  22. in either .zip or .tar.gz form.  The most up-to-date (not very, at this
  23. point) manual (in .ps and .dvi form) and info document files are available
  24. there as well.
  25.  
  26.  
  27. For more detail of these changes, consult CHANGES.
  28.  
  29. **************************************************************************
  30. Version 4.99i: Summary of major changes
  31. **************************************************************************
  32.  
  33. Primarily a bug-fix release.  Major changes:
  34.  
  35. - Changed distribution status to GPL/LGPL.  See "Copyright".  Other
  36.   administrative file name changes.
  37.  
  38. - Various small bugs in configure & build fixed.
  39.  
  40. - Bug in code to keep track of window world coordinates fixed (symptoms:
  41.   core dump would occur after the 65th page if pleop() was used to end the
  42.   page rather than pladv()).  Thanks to Ian Searle for providing a
  43.   demonstration of the bug.
  44.  
  45. - Bugs fixed in core routines + TK driver handling of colormap when
  46.   saturation = 0; i.e. grayscale plots.  Thanks to Radey Shouman for his
  47.   help.
  48.  
  49. - Fixed a bug that was preventing the exponential label from showing up
  50.   under certain circumstances (3-D plots).
  51.  
  52. - Conex device (tek emulator under DOS) driver support added in tek.c;
  53.   contributed by Mark Olesen. 
  54.  
  55. - Bug fixed in X driver that was causing a "Bad Match" error upon startup
  56.   on some systems.
  57.  
  58. - Postscript driver:
  59.     Fixed bug in current point update after state change.
  60.     Fix to allow cmap1 color selections to appear in grayscale;
  61.     contributed by Radey Shouman. 
  62.  
  63. - Tk driver: Fix to allow a TK main window to be associated with each
  64.   PLStream (so x14c now can use either the TK or DP driver), also fix to
  65.   properly update plserver's X-driver when cmap state is
  66.   changed.  Contributed by Radey Shouman.
  67.  
  68. - pltek: Now checks for the terminal type and provides some rudimentary
  69.   decisions based on the TERM setting.  The xterm is unaffected, but with
  70.   a terminal type of "tekterm", the 'Page >' prompt is printed on the
  71.   graphics screen so that the plot can be seen without having pltek flash
  72.   back to the text screen immediately.  Contributed by Mark Olesen.
  73.  
  74. - Updated DOS/EMX driver provided by Mark Olesen; see sys/dos/emx for
  75.   more detail.
  76.  
  77. - Amiga driver: Updated to work with new version.  Now has configure
  78.   script for SKsh users -- is now trivial to configure and build.  A
  79.   fall-back Makefile is also provided.  Several bugs fixed, notably one in
  80.   changing the screen mode.  A compiled version of the PLplot library
  81.   (SAS/C 6.2, IEEE single precision floats, optimized) and plrender are
  82.   now available in the ~ftp/plplot/amiga directory on dino.ph.utexas.edu.
  83.  
  84. - The "plpr" script (used when choosing "Print" from Tk driver) now
  85.   defaults to using color postscript as output.
  86.