Revision: 20824 http://sourceforge.net/p/jmol/code/20824 Author: hansonr Date: 2015-10-13 18:47:19 +0000 (Tue, 13 Oct 2015) Log Message: ----------- Jmol 14.4.0 release
Modified Paths: -------------- branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties Modified: branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties =================================================================== --- branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties 2015-10-13 18:46:17 UTC (rev 20823) +++ branches/v14_4/Jmol/src/org/jmol/viewer/Jmol.properties 2015-10-13 18:47:19 UTC (rev 20824) @@ -1,72 +1,17 @@ Jmol.___JmolDate="$Date$" Jmol.___fullJmolProperties="src/org/jmol/viewer/Jmol.properties" -# THIS IS THE DEVELOPMENT TRUNK -# see also http://chemapps.stolaf.edu/jmol/zip for daily updates +# THIS IS THE RELEASE BRANCH +# BUG FIXES ONLY, PLEASE -# Developers: to add a description of changes you have made, -# add it on a line below the "Jmol.___JmolVersion=..." line. -# Don't use Jmol.___ in your text, as that is the key for stripping out -# the information saved in the JAR version of this file. -# The quotes above look odd for a parameter file, but they are -# important for the JavaScript version of Jmol. +# see also http://chemapps.stolaf.edu/jmol/zip for daily updates + -TODO: remove HTML5 dependency on synchronous file loading (check SCRIPT command for problems) +Jmol.___JmolVersion="14.4.0_2015.10.13" -TODO: PRIVATE function -- private to a script file? perhaps to a {...} block? or within a function: +released -private function xxxx{ ... } - -or - -function private_xxxxx {....} - -function xxxx{ - - function yyyy{ - } - -} - -? - -Q: Should functions accept the context variables of the script they were defined in? - -xxx.spt: -.... -var x = 3 - -function yyy(){ - -.... -} - - -such that any call to yyy outside of the SPT sees variable x from xxx.spt? - - -TODO: there is something wrong with JSmol and zoneDemo. Just slow? or what? - -TODO: curved arrows overextend and with width settings do not truncate shaft properly - -TODO: The label offset for POV-ray is problematic. The problem is that the labels are -floating in front of the model, and I recently switched POV-ray export to export in -orthographic mode and let POVray handle the perspective. This was important for -other reasons. But as a result, a label floating in space in front of the atom will -appear at a different location. An interesting challenge to figure out the algorithm -that still places it in the "proper" place even when perspective is on. (Daniele Tomerini) - - -TODO: image (not found) stops JSmol - -TODO: consider if models with no atoms will cause issues in relation to model.firstAtomIndex - - - - -Jmol.___JmolVersion="14.4.0_2015.10.13" - JmolVersion="14.3.16_2015.10.13" code: compatibility checks with new brace-less if/for/while 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