home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / fortran / pgplot5.1 / pgplot5 / pgplot5.1.0 / doc / ver501.txt < prev    next >
Encoding:
Text File  |  1995-06-09  |  5.1 KB  |  127 lines

  1. PGPLOT changes in Version 5.0.1
  2.  
  3. This version corrects several minor bugs; corrects a serious error in PGGRAY;
  4. adds functionality to the X window driver; adds a new driver for X window dump
  5. files.
  6.  
  7. pgplot
  8.      aaaread.me
  9.           Split into files aaaread.me, install.txt, whatsnew.txt, changes.txt.
  10.      drivers.list
  11.           Add warning that use of GIDRIV may require a license. Add /WD and
  12.           /VWD (X-window dump files). Add comments to discourage people from
  13.           trying to use PC drivers on UNIX systems. Revise /VERS and /VVERS.
  14.      makehtml
  15.           New perl script now generates syntactically correct html with
  16.           cross-references [Diab Jerius].
  17.      makemake
  18.           Add instructions for SVdriv and WDdriv. Make it work with bash as
  19.           well as sh. No longer makes pgplot.html by default. Remove VVdriv.
  20. pgplot/drivers
  21.      gidriv.f
  22.           Avoid integer overflow (caused driver to crash on VAX/VMS). Add
  23.           warning that use of this driver may require a license from Unisys.
  24.      tfdriv.f
  25.           Correct error in usage of GRFMEM.
  26.      svdriv.c, svblock.c
  27.           Restored from v4.9H (note: this driver for SunView is no longer
  28.           supported: use XWdriv instead).
  29.      vedriv.f
  30.           Merge landscape and portrait modes in one driver.
  31.      vvdriv.f
  32.           Deleted.
  33.      wddriv.f
  34.           New file: generates X-window dump file [Scott Allendorf].
  35.      xwdriv.c, pgxwin_server.c
  36.           Fixes to datatypes of properties: corrects bugs found on Cray and
  37.           Dec-Alpha (OSF/1). Support for all visual types, including TrueColor.
  38.           Ability to set different attributes for each window via X resources.
  39.           On VMS, checks that pgxwin_server has E or R access.
  40.      x2driv.c, figdisp_comm.c
  41.           Suppress warning messages produced by DECC compiler.
  42.      bcdriv.f, ccdriv.f, hjdriv.f, ladriv.f, ljdriv.f, todriv.f, txdriv.f
  43.           Eliminate use of routine gribf1.
  44. pgplot/examples
  45.      pgdemo2.f
  46.           Add a test of an invisible polygon.
  47. pgplot/fonts
  48.      aaaread.me
  49.           Note that pgunpack and pgdchar are unsupported.
  50. pgplot/src
  51.      grcurs.f
  52.           Correct bug: start new picture if necessary.
  53.      grldev.f
  54.           Change ``Legal PGPLOT device types are:'' to ``Device types
  55.           available:''.
  56.      grmker.f
  57.           Fix bug: viewport grew as symbols were plotted!
  58.      pgband.f, pgcurs.f
  59.           Issue message if device is not open.
  60.      pggray.f, grgray.f
  61.           PGGRAY now uses a color ramp between the colors assigned to color
  62.           index 0 (background) and color index 1 (foreground). This should
  63.           restore the old behavior: the ramp runs from black to white on
  64.           devices with black background and white foreground, and from white to
  65.           black on devices with white background and black foreground.
  66.      pgpage.f
  67.           If this routine detects that the size of the view surface has been
  68.           changed (e.g., by a workstation window manager), it now rescales the
  69.           viewport in proportion. Formerly the size of the viewport (in
  70.           absolute units, e.g., mm) was not changed and so the viewport might
  71.           extend outside the view surface. This only affects programs that do
  72.           not reset the viewport for each page.
  73.      pgpoly.f, grpocl.f
  74.           Correct bug: an invisible polygon generated a spurious error message.
  75.      pgqcs.f, pglen.f, pgqvsz.f
  76.           Fix minor formatting errors in header comments.
  77.      pgqinf.f
  78.           Change version to 5.0.1.
  79.      pgslw.f, pgqlw.f, grslw.f
  80.           Correct header comments (line width unit is 0.005 inch).
  81. pgplot/sys
  82.      gribf1.f
  83.           Deleted (also system-dependent variants).
  84.      grfileio.c
  85.           Add O_TRUNC to cause truncation when an existing file is overwritten.
  86. pgplot/sys_convex
  87.      fc_cc.conf
  88.           Added -lX11.
  89. pgplot/sys_cray
  90.      aaaread.me
  91.           Removed note about /XWIN: it now works.
  92.      grfileio.c
  93.           add O_TRUNC to cause truncation when an existing file is overwritten.
  94. pgplot/sys_linux
  95.      aaaread.me
  96.           New file: note that many drivers cannot be compiled; note about
  97.           disabling backslash interpretation.
  98.      f77_gcc.conf
  99.           Corrected to use ranlib, and revised list of libraries.
  100. pgplot/sys_next
  101.      pgview/PGView.m
  102.           [Allyn Tennant] Correct resize bar.
  103.      af77_src/grfileio.c
  104.           add O_TRUNC to cause truncation when an existing file is overwritten.
  105. pgplot/sys_sol2
  106.      aaaread.me
  107.           Added warning about non-ANSI C compilers.
  108. pgplot/sys_sun
  109.      aaaread.me
  110.           Added note about SunView driver.
  111. pgplot/sys_vms
  112.      build.com
  113.           Add PGQITF, PGSITF, PGPANL to transfer vector.
  114.      grfileio.c
  115.           Suppress warning messages produced by DECC compiler. Add O_TRUNC to
  116.           cause a new version of the file to be created instead of overwriting
  117.           (usual VMS behavior).
  118.      grlgtr.f
  119.           Convert supplied string to uppercase before attempting to translate
  120.           it as a logical name.
  121.      make_demos.com
  122.           Correct comment.
  123.      make_font.com
  124.           Change protection of grfont.dat.
  125.  
  126. -------------------------------------------------------------------------------
  127.