Fixes to recreating mnx

Fixed Last bar in menu files are in some situations not converted correctly back in the mnx file.; closed #79
This commit is contained in:
Lutz
2022-03-16 20:44:50 +01:00
parent a34c42110e
commit 2df45d30fd
14 changed files with 166 additions and 84 deletions

View File

@@ -11,7 +11,7 @@ local;
lcappName = "FoxBin2Prg"
*Set following two numbers on version
ldDate = date(2022,02,25)
lcmajorVersion = "1.19.69"
lcmajorVersion = "1.19.70"
*lnJulian = val(sys(11, m.ldDate)) - val(sys(11, {^2000-01-01}))
*lcJulian = padl(transform(lnJulian), 4, '0')
@@ -39,9 +39,13 @@ Demo video using FoxBin2Prg with PlasticSCM: http://youtu.be/sE4wQ50Itqg
+++++++++++++++++++++++ Change History +++++++++++++++++++++++
2022-03-16 v1.19.70
- Bug Fix: Last bar in menu files are in some situations not converted correctly back in the mnx file. (bjornhoeksel)
- Docu: Buglist internal of FoxBin2Prg reordered
2022-02-25 v1.19.69
-Bug Fix: Missing class when building text file from corrupted VCX (bjornhoeksel)
-Bug Fix: Recreating a class while an object with same name exists in VCX fails (bjornhoeksel)
- Bug Fix: Missing class when building text file from corrupted VCX (bjornhoeksel)
- Bug Fix: Recreating a class while an object with same name exists in VCX fails (bjornhoeksel)
- Docu: Template configuration files FOXBIN2PRG.DBF.TXT and FOXBIN2PRG.DBF.CFG.TXT in English
- Docu: Notice in contribution file to creating files above in English
- Docu: Started reworking double documentation