home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / edugen / rasmol / ChangeLog < prev    next >
Text File  |  1996-09-25  |  4KB  |  91 lines

  1. [24/09/96]      rasmol.c
  2.                 Add support for several command line options including
  3.                 "-width", "-height", "-noconnect" and "-port".  Special
  4.                 thanks to Ryan Hung for the WidthxHeight code.
  5.  
  6. [23/09/96]    command.c
  7.         Modified the FetchFile function to trap SIGPIPE when calling
  8.                 popen(3) to gunzip or decompress. Thanks to Guy Slater.
  9.  
  10. [17/07/96]      command.c
  11.         Fixed a bug in RasWin under Windows 95 that prevents 
  12.         filenames from containing spaces.  Thanks to Bob Long.
  13.  
  14. [16/07/96]    transfor.c
  15.         Improved the implementation of ScaleColourMap that no
  16.         longer uses floating point values.  This fixes problems
  17.         on IBM PC and improves performance.
  18.  
  19. [16/07/96]    command.c
  20.         Add the "set sequence <boolean>" command to RasMol and
  21.         implemented "DescribeSequence" that controls whether "show
  22.         sequence" displays three-letter or one-letter amino codes.
  23.  
  24. [16/07/96]    pixutils.c
  25.         Fixed 16bit overflow problem when display polygons in 
  26.         RasWin in routines "DrawPolygon" and "ClipPolygon".
  27.  
  28. [02/07/96]    x11win.c
  29.         Fixed a bug in RasMol that treated the SGI NumLock key as
  30.         an Alt-modifier.  Popping up menus when typing into the
  31.         canvas window.  Thanks to Andrew Leach and Ryan Smith.
  32.  
  33. [01/07/96]    rasmac.c
  34.         Corrected problems in "OpenDialogHook" and "SaveDialogHook"
  35.         that caused several problems including a system crash when
  36.         running Symmantec Directory Assistance II.  Special Thanks
  37.         to Kevin E. Gilbert (for the patch) and Henry Rzepa (for
  38.         discovering the problem).
  39.  
  40. [07/05/96]    command.c
  41.         Corrected bug in "ExecuteSetCommand" that caused "set backfade"
  42.                 to always reset "set transparency" (a missing break statement).
  43.         Special Thanks to Tim Maffett.
  44.  
  45. [09/04/96]    script.c
  46.         Modified the generation of script files to fix a bug in
  47.         writing the "colour axes" command to include commas. Special
  48.         to Guy Slater.
  49.  
  50. [29/03/96]    script.c
  51.         Modified the generation of script files to avoid writing
  52.         "colour ribbons none" at each residue, which is the default.
  53.         Thanks to Alan Lewis.
  54.  
  55. [21/11/95]    command.c
  56.         Changed the conditions in FetchFile on when RasMol determines
  57.         bonds itself to the condition "bonds < atoms-chains".  This
  58.                 allows multiple connected fragments.  Thanks to William Hart.
  59.  
  60. [10/11/95]    infile.c x11win.c
  61.         Made several #ifdef VMS changes to allow RasMol to compile
  62.                 with VAX C.  Thanks to Gail Schuman.
  63.  
  64. [10/11/95]    pixutils.h pixutils.c repres.c
  65.         Changed the field names hx, hy and hz in structure Knot to
  66.                 to dx, dy and dz to avoid clash with predefined AIX macro hz.
  67.                 Thanks to Hiroki Morizono.
  68.  
  69. [09/11/95]    transfor.c
  70.         Fixed bug in ApplyTransform() that caused RasMol to crash if
  71.         all atoms have the same co-ordinates. Thanks to Guy Slater.
  72.  
  73. [06/11/95]    script.c
  74.         Fixed bug in RasMol script generation that outputs the
  75.         background colour before the zap command (which resets
  76.         the background colour to black). Thanks to Niels Kristian 
  77.                 Bech Jensen.
  78.  
  79. [20/10/95]      infile.c
  80.         Fixed bug in RasMol CHARMm file format reader.  RasMol now
  81.                 uses the standard PDB residue numbering in column 56, rather
  82.                 than the sequential numbering in column 5.  Thanks to Milan
  83.                 Hodoscek
  84.  
  85. [28/10/94]      !Announced the public release of RasMol, RasMac and RasWin 
  86.                 version 2.5, available by anonymous FTP from ftp.dcs.ed.ac.uk
  87.         [129.215.160.5] in the directory /pub/rasmol. The announcement
  88.         was made in bionet.software, bionet.announce, sci.bio,
  89.         sci.chem, comp.graphics.visualisation, bionet.xtallography
  90.         and sci.techniques.xtallography newsgroups.
  91.