Revision: 20911 http://sourceforge.net/p/jmol/code/20911 Author: hansonr Date: 2016-01-01 15:32:36 +0000 (Fri, 01 Jan 2016) Log Message: ----------- Jmol.___JmolVersion="14.5.1_2016.01.01"
bug fix: file dropping of JVXL files does not work bug fix: Mesh capper not working for multiple cuts due to unclosed surface cut -- for example: load maleic.cif 1;select on atomindex=6;lcaocartoon scale 1.0 CAP unitcell "cpk" bug fix: Escape.e(P4) returns value for Escape.e(T3) -- only affects SurfaceTool bug fix: (JSmol only) Java return (int) fValue(x); will return "NaN" instead of "0" for x NaN -- JSmol script 0 + "test" will print "NaN" rather than "0" Modified Paths: -------------- trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2016-01-01 15:30:45 UTC (rev 20910) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2016-01-01 15:32:36 UTC (rev 20911) @@ -63,7 +63,7 @@ TODO: consider if models with no atoms will cause issues in relation to model.firstAtomIndex -Jmol.___JmolVersion="14.5.1_2015.12.29" +Jmol.___JmolVersion="14.5.1_2016.01.01" bug fix: file dropping of JVXL files does not work bug fix: Mesh capper not working for multiple cuts due to unclosed surface cut @@ -72,8 +72,6 @@ bug fix: (JSmol only) Java return (int) fValue(x); will return "NaN" instead of "0" for x NaN -- JSmol script 0 + "test" will print "NaN" rather than "0" -code: replace calls to Escape.e with Escape.eP4 for P4 objects in SurfaceTool, small speedup. - JmolVersion="14.5.1_2015.12.23b" bug fix: JavaScript error reporting uses alert() instead of just setting the error message This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits