Changes to MKSrcMsg v1.05 03/20/94 + Changed name to MK Source for Messages (archive name MKSM???.*) to reduce confusion with a similar named Make Message utility by another author) + Changed "FileError" to "MKFileError" in MKFile unit to reduce conflict with other libraries that also used a "FileError" variable - Fixed bug in Hudson msg object so that messages exceeding the maximum message size it handles are now truncated (thanks to Mark Lewis for catching this one) - Fixed bug in "yournext" routine in Hudson msg base (read sizeof(yourarray) instead of "yoursize") (finally a bug that showed up in my own testing ) - Fixes to MKFFile to improve effeciency by reducing writes to the file - Fixed serious error in detecting Hudson and Ezycom message bases. OpenOrCreate would not see the message base and re-create it (overwriting the old one!) - Improved ParseAddr to ignore @domain information when parsing zone, net, node, point fields (thanks to Ryan Murray at 1:153/942) - Fixed value returned by WriteMsg for Ezycom message object (thanks to Mark Lewis) + Added GetNoKludgeStr method to allow ^A kludge lines to be ignored while retreiving text {thanks to Johan Corstjens 2:281/610} + Added capability to create directories so that the CreateMsgBase function will now create subdirectories as needed v1.04 01/09/94 + Major changes to the *.Msg routines to allow it to handle virtually unlimited message size with reasonable speed + Changed default in MKB.Def to use BASM interrupts under Windows - Fixed dropping character on JAM subbuf characters (array should start at 0) (Thanks to Frank Van.Der.Ham 2:285/630.3 for noticing this and the following fix) - Fixed JAM writeidx to only write the amount that had been read + Added support for NextSeeAlso for JAM (using suggestion provided by Jonas Eckerman 2:201/623) - Fixed seekprior in JAM format to avoid GPF when compiled for Windows (thanks to Ton Van Den Broek 2:2802/122) v1.03 11/21/93 - Fixed handling of JAM lastread pointers + Added reading JAM msg kludge lines - Fixed handling of message deletes in JAM - Fixed bug that caused some kludge lines to be missed in *.Msg messages v1.02 08/15/93 + Added support for JAM message bases v1.01 ??/??/?? + Added support for Ezycom message bases v1.00 ??/??/?? + MKMsgSrc released with support for Hudson, Squish, and *.Msg message formats