|
From: <ha...@us...> - 2025-11-16 17:11:42
|
Revision: 22684
http://sourceforge.net/p/jmol/code/22684
Author: hansonr
Date: 2025-11-16 17:11:40 +0000 (Sun, 16 Nov 2025)
Log Message:
-----------
Jmol.___JmolVersion="16.3.37" // (legacy) also 16.3.38 (swingJS)
feature change: American Mineralogist Society Crystal Structure Database new target API
-- load =ams/quartz
-- was https://rruff.geo.arizona.edu/AMS/viewJmol.php?mineral=quartz&action=showcif
-- now https://www.rruff.net/AMS/jsmol_search.php?mineral=quartz&filetype=cif
-- effective 2025.11.16
bug fix: MO calculation fails when G orbitals are present
-- broken in 16.1.45
bug fix (legacy JavaScript only): JavaScript String.concat()
-- does not allow for multiple parameters
-- does not need to check for null, since Jmol will never do that
-- overwritten method removed in JmolJavaExt.js
-- see appletweb/jsmol.js for prerelease update
feature change (legacy JavaScript only): update to JSME_2024-04-29
-- see ref/JSME_2024-04-29.zip
-- site/swingjs/js/JSmolJME.js adjusted accordingly
-- see appletweb/jsmol.js for prerelease update
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 2025-11-10 23:31:06 UTC (rev 22683)
+++ trunk/Jmol/src/org/jmol/viewer/Jmol.properties 2025-11-16 17:11:40 UTC (rev 22684)
@@ -55,7 +55,14 @@
Jmol.___JmolVersion="16.3.37" // (legacy) also 16.3.38 (swingJS)
+feature change: American Mineralogist Society Crystal Structure Database new target API
+ -- load =ams/quartz
+ -- was https://rruff.geo.arizona.edu/AMS/viewJmol.php?mineral=quartz&action=showcif
+ -- now https://www.rruff.net/AMS/jsmol_search.php?mineral=quartz&filetype=cif
+ -- effective 2025.11.16
+
bug fix: MO calculation fails when G orbitals are present
+ -- broken in 16.1.45
bug fix (legacy JavaScript only): JavaScript String.concat()
-- does not allow for multiple parameters
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|