home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / XAP / XFIG / TRANSFIG.2 / TRANSFIG / transfig / CHANGES next >
Encoding:
Text File  |  1993-10-01  |  3.6 KB  |  78 lines

  1. Transfig version 2.1.8 (Oct 1, 1993)
  2. Changes from 2.1.7:
  3.  
  4. New Features:
  5.  
  6. Bugs fixed:
  7.  
  8. o thick line threshold increased from 1 to 2 for latex lines
  9. o save/restore wraps EPS objects now
  10. o specifing nonexistant font with -f caused coredump
  11.     from Gordon W. Ross (gwr@jericho.mc.com)
  12. o newpath command given before EPS object for PostScript output
  13. o moved definition of SetFigFont to better place 
  14.     from Bernd Raichle (raichle@isr.uni-stuttgart.de)
  15. o #included sys/types for BSD4_3 systems in genps.c 
  16. o bug in eepic output - SetFigFont was being defined inside a \put
  17.     from Vivek Khera (khera@cs.duke.edu)
  18. o BoundingBox for EPS objects can be floating values
  19. o shortened file name (fig2dev/dev/)def_setfigfont.c to setfigfont.c
  20. o distribution version of fig2dev/dev/Makefile had (def_)setfigfont.c
  21.     instead of (def_)setfigfont.o in LIBOBJS definition
  22. o SUBDIR fig2dev/dev was missing from top-level Imakefile caused problems
  23.     where make would say something like "No rule to make target 
  24.     dev/libtransfig.a"
  25.  
  26. ---------------------------------------------------------------------------
  27. Transfig version 2.1.7
  28. Changes from 2.1.6:
  29.  
  30. o no longer writes over input file if there is an error in the command line
  31. o added "%%Orientation: Landscape" comment for PostScript output in landscape
  32.     orientation
  33. o moved definition of SetFigFont from transfig into genpstex.c so that there
  34.     is no need to run transfig for pstex output
  35. o script pic2tpic was generating \ss instead of \sf for \fH
  36.     from Mark Roth (mroth@afit.af.mil)
  37. o changed header for Encapsulated postscript files from "%!PS-Adobe-2.0 EPSF"
  38.     to "%!PS-Adobe-2.0 EPSF-2.0" which allows FrameMaker and ghostview to
  39.     read them properly.
  40.     from Vivek Khera (khera@cs.duke.edu)
  41. o check for #ifdef SYSV to include string.h instead of strings.h in 
  42.     fig2dev/dev/genibmgl.c
  43. o changed EXTRA_LIBRARIES to SYS_LIBRARIES in fig2dev/Imakefile so wouldn't 
  44.     clobber system-dependent flags in EXTRA_LIBRARIES
  45. o fprintf and 'else' missing from genepic which caused incorrect information 
  46.     to be generated when drawing arcs using epic output
  47. o removed dependencies on the X libraries (Imakefiles and Makefiles)
  48. o SGI machines had trouble with hypot() which caused arrow heads to mess up
  49.     from Malcolm Davis (davis@nod.bms.com)
  50. o Flipped EPS objects were incorrectly flipped on output
  51.     from Brian Boyter (boyter@pyrdc.va.pyramid.com)
  52. o POLYLINES were being drawn in sections (10 points per section) which 
  53.     resulted in incorrect dashed line lengths and only one section 
  54.     filled if area fill was on
  55.     from Peter Egelberg (egel@neural.se)
  56. o added Sequent machines and Suns with SunOs < 4.1 to list of machines that
  57.     don't have strstr()
  58.     from Scott Erikson (sources@ics.uci.edu)
  59. o removed PATCHLEVEL from patchlevel.h file - version number is complete with 
  60.     three parts (e.g. 2.1.6)
  61. o removed "extern coord_system" from fig2dev.h (wasn't used by fig2dev)
  62. o SPECIAL_CHAR split into three strings for systems which can't handle one
  63. o -P flag dissappeared from eepic output language - reinstated
  64.  
  65. ---------------------------------------------------------------------------
  66. Version 2.1.6
  67. Changes from 2.1.5:
  68.  
  69. o Courier-BoldItalic changed to Courier-BoldOblique for PostScript fonts
  70. o "if" statement replaces copysign() call since some machines don't have it
  71. o some backslashes ('\') corrected in printf statements in transfig/mkfile.c and
  72.     fig2dev/iso2tex.c
  73. o changed header for postscript files from "%!" to "%!PS-Adobe-2.0" when using
  74.     -P (showpage) option and "%!PS-Adobe-2.0 EPSF" otherwise (Encapsulated)
  75. o corrupt transfig/Imakefile and typo (SCRS instead of SRCS)
  76. o some variables (cur_thickness and coord_system) were multiply defined in 
  77.     various drivers in fig2dev/dev - made those static
  78.