1423.1 |
GUI bug fix: EVENTWAIT was getting stuck in an infinite loop. Problem introduced in 1423.0 due to a source code management mix-up. |
1423.0.1 |
XTREE refinement: Specifying the -$PRINT PopupMenu option was removing the print option from the popup menu, but it was not disabling the ability to print/preview using the built-in ^P command. To disable that, a new Advanced Coldef Option has been added: Print=Disabled Note that it doesn't really matter what follows the = sign; the only option is to disable since the default is for printing to be enabled. |
1423.0.2 |
Print filter refinement: filter SBX names can now be up to ten characters; previously was six. |
1423.0.3 |
MX_FIND bug fix: Specifying the cdate/ctime parameters but not the udate/utime parameters was exposing a loophole which could lead to crashing A-Shell. |
1423.0.4 |
MX_SYNC refinements: Time elapsed in the sync() or fsync() call is now logged—in microsecond units—if the XDEBUG trace flag set. This was motivated by suspicions that the sync() call is taking longer under CentOS/RHEL 6 and 7 than under CentOS/RHEL 5. Such suspicions can now be easily quantified. Also, fsyncing now supported for ISAMA files, e.g. XCALL MIAMEX, MX_SYNC, CH {,STS}. |