Change LOG ========== This is the Change Log for the current SPFLite3 release. Changes for the previous release (SPFLite2) can be found in "Changes for Original SPFLite.txt" Between 3.0.24069 AND 3.1.24118 (Apr 27/2024 ============================================= Bug Fixes ========= * Upgrade the INCLUDE support in the SUBMIT command to handle UTF8 files with embedded BOM markers. * Correct error message display so that messages issued by a macro are not removed until all macro issued Post_Do commands are complete. * Correct support for creating a new INSTANCE. It was not properly copying the correct previous INSTANCE, it was always copying DEFAULT. * Correct IMACRO support. FileWatch ReLoad and MEdit were not honoring an IMACRO xxxx OFF setting. * Correct the generalized internal search routine: The support for negative color searches was simply not working. Release 3 Changes ================= * Re-write the main Primary command parser, and the accompanying generalized search routine to eliminate much of the previous 'code clutter' which had built uo over the years. * Remove support for "Command Chaining". This is NOT the ability to separate commands on the command line with a ; character. * Remove some old primary commands that no longer provide useful functions. This includes: AUTONUM Renumber lines automatically FOLD Always Uppercase text data when displayed NONUMBER Turn Number mode off NUMBER Validate and generate line numbers NUMTYPE Define the numbering 'style' to use ORDER Re-Order file line numbers UNNUMBER Remove existing line numbers * As part of this re-write, corrections were made to several commands which were not handling all their optional features as documented. * Add new support for dynamically specifying the MACLIB name as a prefix to the macro name on the command line. e.g. maclibname:macname