Revision: 20441 http://sourceforge.net/p/jmol/code/20441 Author: hansonr Date: 2015-04-08 18:15:09 +0000 (Wed, 08 Apr 2015) Log Message: ----------- Jmol.___JmolVersion="14.3.13_2015.04.08"
bug fix: echo id myecho "testing" reports "myecho" instead of "testing" Modified Paths: -------------- trunk/Jmol/src/org/jmol/script/ScriptEval.java trunk/Jmol/src/org/jmol/viewer/Jmol.properties Modified: trunk/Jmol/src/org/jmol/script/ScriptEval.java =================================================================== --- trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-04-07 17:10:46 UTC (rev 20440) +++ trunk/Jmol/src/org/jmol/script/ScriptEval.java 2015-04-08 18:15:09 UTC (rev 20441) @@ -7299,7 +7299,7 @@ vwr.fm.loadImage(getToken(pt).value, id); return; } - cmdEcho(pt - 1); + cmdEcho(pt); return; case T.point: propertyName = "point"; Modified: trunk/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-04-07 17:10:46 UTC (rev 20440) +++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2015-04-08 18:15:09 UTC (rev 20441) @@ -14,8 +14,12 @@ TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT command for problems) -Jmol.___JmolVersion="14.3.13_2015.04.07" +Jmol.___JmolVersion="14.3.13_2015.04.08" +bug fix: echo id myecho "testing" reports "myecho" instead of "testing" + +JmolVersion="14.3.13_2015.04.07" + bug fix: Molden reader broken for Dalton2015 version JmolVersion="14.3.13_2015.04.05b" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT Develop your own process in accordance with the BPMN 2 standard Learn Process modeling best practices with Bonita BPM through live exercises http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_ source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF _______________________________________________ Jmol-commits mailing list Jmol-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jmol-commits