summaryrefslogtreecommitdiff
path: root/graphics/mcf2graph/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/mcf2graph/CHANGELOG')
-rw-r--r--graphics/mcf2graph/CHANGELOG39
1 files changed, 36 insertions, 3 deletions
diff --git a/graphics/mcf2graph/CHANGELOG b/graphics/mcf2graph/CHANGELOG
index 73646738ae..174d21ad00 100644
--- a/graphics/mcf2graph/CHANGELOG
+++ b/graphics/mcf2graph/CHANGELOG
@@ -1,6 +1,39 @@
*******************************************************************************
- Changelog of mcf2graph software package by Akira Yamaji 2021-05-23
+ Changelog of mcf2graph software package by Akira Yamaji 2021-06-06
*******************************************************************************
+[ver. 4.66 / 2021-06-06]
+ -add binary operator in {...}
+ { a -- b , ...} : { a,a+1,...,b , ...} (a<b)
+ -change option parameters
+ sw_numberA=1 => sw_numbering=Atom
+ sw_numberA=2 => sw_numbering=Atom+Brock
+ sw_numberA=3 => sw_numbering=Atom+Inverse
+ sw_numberB=1 => sw_numbering=Bond
+ sw_numberB=2 => sw_numbering=Bond+Brock
+ sw_numberB=3 => sw_numbering=Bond+Inverse
+ sw_fframe=1 => sw_frame=Outside
+ sw_fframe=2 => sw_frame=Inside
+ sw_fframe=3 => sw_frame=Outside+Inside=Bothside
+ sw_aframe=1 => sw_frame=sw_frame+Atom
+ sw_mframe=1 => sw_frame=sw_frame+Mol
+ numberA_start,numberB_start => numbering_start
+ numberA_end,numberB_end => numbering_end
+ Info1 => Info
+ Info2 => Info+Table
+ Info_t => Info+Temp
+ Mcode_t => Mcode+Temp
+ Report_t => Report+Temp
+ None_Info_t => Font+Info+Temp
+ None_Mcode_t => Font+Mcode+Temp
+ None_Report_t => Font+Report+Temp
+ None_Info_Mcode_t => Font+Info+Mcode+Temp
+ -delete option parameters
+ sw_numberA,sw_numberB,numberA_start,numberA_end,
+ numberB_start,numberB_end,
+ sw_fframe,sw_aframe,sw_mframe
+ -update mcf_data_base.mcf
+ -update MCF manual,example
+
[ver. 4.65 / 2021-05-23]
-add parameter for sw_output
None_Info_t : output font,'temp-info.aux'
@@ -164,7 +197,7 @@
-improve to ignore unknown command
[ver. 4.43 / 2019-06-23]
- -add binop for add()
+ -add binary operator for add()
a << b : a rotated b
-improve embedded font
-update MCF manual
@@ -174,7 +207,7 @@
plus : circled plus
minus : circled minus
lonepair : lonepair
- -add binop for add()
+ -add binary operator for add()
a ** b : a scaled b
a /* b : point of b scaled a
-add variable for add()