#version=12.0.19

# bug fix: CIF reader cannot read files with
_space_group_symop_operation_xyz field
# bug fix: load "" does not work after loading a SET of models using load DATA
# bug fix: not loading MOL files having no bonds
# bug fix: load append INLINE ... not working
# bug fix: max for Rasmol/chime units 499 -- should be 1000
# bug fix: show state/xxxx incorrectly case-sensitive
# bug fix: naming functions or variables after Jmol token names fails
or acts unexpectedly
#          (fixing this bug required script compiler changes, and that
lead to the
#           two new features below)
#
# bug fix: "var chains" does not work -- i.e. a name of a "within" option.
#          solution was to allow var ANYTHING.
#
# bug fix: User variables and functions removed from state because they are
#          no longer necessary and also indeterminant in terms of the "state".
#          Originally these were needed because ECHO and DEFINE can be dynamic
#          -- which is still true -- and because certain commands such
as ISOSURFACE
#          were being saved in the state just as their strings instead of their
#          intepreted code. But that was changed for 12.0, and this
fix also changes
#          ECHO to be saved in its current state, not its dynamic state. While
#          dynamic DEFINE types may include variables, they aren't really
#          part of the "state" per se and aren't needed to recreate
the state. So
#          they are dropped from the state with this fix as well.
#
# new feature: function calls can look like Jmol commands (also added
to 12.1.16):
#      function myfunc(a, b, c, d){....}
#      myfunc a b c d
#      -- these are MATHEMATICAL commands
#      -- use just a b, not @a @b
#
# new feature: custom overloading of Jmol commands (also added to 12.1.16)
#      function measure(a, b) { print "measuring " + a + " " + b;
measure @a @b }
#      measure {atomno=2} {atomno=3}
#      -- within function X, command X is standard Jmol;
#      -- outside the function, it is a reference to that function
#      -- overloaded functions are not saved in the state
#
# new feature: load xxx.pdb filter "CONF 1" does a front-end filter of just
#          the first alt-loc atoms within a given residue. This leads to proper
#          formation of polymers in certain cases (2BLN, 2CI1).
(necessary for DSSP)



-- 
Robert M. Hanson
Professor of Chemistry
St. Olaf College
1520 St. Olaf Ave.
Northfield, MN 55057
http://www.stolaf.edu/people/hansonr
phone: 507-786-3107


If nature does not answer first what we want,
it is better to take what answer we get.

-- Josiah Willard Gibbs, Lecture XXX, Monday, February 5, 1900
------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Jmol-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jmol-users

Reply via email to