home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / PBC23A.ZIP / PBCLONE.NEW < prev    next >
Text File  |  1994-03-19  |  23KB  |  546 lines

  1. PBClone 2.3, 03/19/94:
  2.  
  3.    The registered version of PBClone now comes with a complete
  4.    printed manual. This is 8.5" high by 5.5" wide, to fit neatly
  5.    in normal bookshelves, and GBC bound to lie flat when open
  6.    for convenient reference. It contains the entire text of the
  7.    PBCLONE.DOC and PBCLONE.MAN files.
  8.  
  9.    Added BLDLIB.BAT to simplify creation of a single complete
  10.    PBClone library. Using LibWiz is still the recommended method
  11.    for creating subset libraries.
  12.  
  13.    Renamed the internal critical error routines to avoid any
  14.    possible conflicts with other libraries.
  15.  
  16.    Updated the archive handler to support current ARJ formats
  17.    and PKZIP 2.0 self-extracting archives.
  18.  
  19.    Updated DrvType to use NetWare info if available.
  20.  
  21.    Fixes:
  22.       MatchFile (no longer case-sensitive), Phone2Num,
  23.       VerticalPrint (missing docs), SDGetVer (now SDVersion),
  24.       SetMatS (bad DECLARE)
  25.  
  26.    Additions:
  27.       GetPath, SetPath
  28.  
  29.  
  30.  
  31. PBClone 2.2, 04/26/93:
  32.  
  33.    ** The FReadLn routine has been renamed to FReadLine to avoid
  34.       conflict with a BasWiz routine. **
  35.  
  36.    The most exciting addition to this version of PBClone is
  37.    SoundBlaster support. The SBSIM driver (which comes with the
  38.    SoundBlaster) is required. Direct BIOS joystick access is
  39.    also now provided, in case you're not satisfied with BASIC's
  40.    built-in joystick support. A set of efficient shuffling
  41.    routines for arrays and strings is included for use with
  42.    games and simulations. Access to the SMARTDRV disk cache info
  43.    is provided for SmartDrive 4.0 and later.
  44.  
  45.    PBClone has gotten so large, it's become difficult for people
  46.    to download at lower speeds or copy to low-density disks. The
  47.    Right Solution, of course, is to get a better machine. Since
  48.    this is may not be a practical solution for everyone, I am
  49.    splitting PBClone into two archives for distribution: PBC#A
  50.    for docs, PBC#B for everything else. The "#" is the version
  51.    number, so it's PBC22A and PBC22B for the current release. I
  52.    hope this doesn't cause undue confusion.
  53.  
  54.    My thanks this edition go to Bruce Guthrie, as always, for
  55.    his many comments and suggestions; to Jeff Sabatini, for
  56.    tracking down and killing an elusive bug in FileCopy; and to
  57.    Clifton Hodges, for tracking down and fixing a problem in
  58.    DInput. These good gentlemen have been awarded free updates.
  59.  
  60.    The ADD4DOS.BAT file has been renamed to ADDFILE.BAT.
  61.    PLAYVOC.BAS has been added to demo SoundBlaster support.
  62.  
  63.    Fixes:
  64.       BoxMenu and BoxMenu1 screen restore, DInput exit, ScrRest
  65.       and ScrSave DECLAREs, archive routines with far strings,
  66.       CopyFile and FileCopy error handling, FileCopy root
  67.       directory handling, DXQPrint and CRC1 far string
  68.       versions, CheckShare and CheckShare2% more robust.
  69.  
  70.    Improvements:
  71.       Archive routines (ARJ self-extractors)
  72.       BoxMenu1 (select/unselect all items)
  73.       DXQPrint (more than 255 rows)
  74.       NameCase, NameCase2$ (more adroit handling of digits)
  75.       Weekday1 (shortcut for today's date)
  76.  
  77.    Additions:
  78.       Bickel2, CheckCAS, CreditCard, CRC32Calc, CRC32Done,
  79.       CRC32Init, Cylinders, DblSpace, FormatPhone,
  80.       GetLogiDrive, Heads, JButtonA1, JButtonA2, JButtonB1,
  81.       JButtonB2, JButtons, JPos, LClickLoc, MatShuffleD,
  82.       MatShuffleI, MatShuffleL, MatShuffleS, MatShuffleSt,
  83.       MClickLoc, RandFile, RClickLoc, RndI, SBFreeHandles,
  84.       SBFreeXMS, SBGetActive, SBGetDrivers, SBGetVer,
  85.       SBGetVolume, SBInt, SBInitSrcFile, SBInitSrcXMS,
  86.       SBIsFree, SBLoadXMS, SBMapMIDI, SBPause, SBPlay,
  87.       SBResume, SBSetVolume, SBStatus, SBStop, SDFlush,
  88.       SDGetVer, SDRCached, SDReset, SDStats, SDWCached,
  89.       SetMatD, SetMatS, ShowBMP, ShuffleSt, ValidSt,
  90.       VerticalPrint
  91.  
  92.  
  93.  
  94. PBClone 2.1, 01/12/93:
  95.  
  96.    *** WARNING ***
  97.    Note that the Num2Phone and Phone2Num functions rely on the
  98.    current format of phone numbers, which is apparently going to
  99.    change in a year or so. You are advised not to use these
  100.    functions, as they will not be reliable with the new setup.
  101.  
  102.    The registration fee for PBClone has been raised to $35. New
  103.    releases will be coming out less often-- perhaps once or
  104.    twice per year-- since the library has become too large for
  105.    casual updates.
  106.  
  107.    My thanks, this edition, to Bruce Guthrie and Raymond T.
  108.    Schwarz for bug reports and wise suggestions. They have been
  109.    awarded free upgrades.
  110.  
  111.    The order form has been renamed from REGISTER.TXT to
  112.    ORDER.FRM, since that seems to be a more common convention.
  113.    Also, CREATE.BAT has been renamed to MAKEDEMO.BAT.
  114.  
  115.    Some of the DECLAREs were not compatible with VB-DOS due to
  116.    use of VB-DOS reserved words. Thanks to Douglas E. Carr for
  117.    bringing this to my attention-- it has been fixed.
  118.  
  119.    In the interest of keeping the size of the PBClone archive
  120.    manageable, the .EXE versions of the demo files have been
  121.    removed. Use MAKEDEMO.BAT to make them after installing the
  122.    PBClone library as explained in PBCLONE.DOC.
  123.  
  124.    Fixes:
  125.       Any2Dec, FileCopy, ForceMatch, GrafPrint docs, HiByte
  126.       DECLARE, LoByte DECLARE, Month0 far string version,
  127.       PSortSt, SInput, SSrch, StripSpaces for trim left,
  128.       WindowMan4 top line.
  129.  
  130.    Improvements:
  131.       Any2Dec converted to asm.
  132.       CenterSt converted to asm.
  133.       FindFirstA now supports the new PKZIP 2.0 "deflated"
  134.         format, and can read ZIP2EXE self-extracting files.
  135.       IdentifyFile covers more file types.
  136.  
  137.    Additions:
  138.       BoxMenu, BoxMenu1, CheckSum2, Command2, DataSeg2,
  139.       DReadAbs, DReadAbsBig, DWriteAbs, DWriteAbsBig, FileMenu,
  140.       FLock, FUnlock, FromPostal, GetMemBox, GetPrtSc, GetPSP,
  141.       IStrNB, MMCheck2, PrintBox, ReadScreen, RotateL,
  142.       RotateLL, RotateR, RotateRL, SCrunchSS, SetLogiDrive,
  143.       ShowIcon, ToPostal, TVIdle, UnSCrunchSS
  144.  
  145.  
  146.  
  147. PBClone 2.0, 10/19/92:
  148.  
  149.    From AdvBas to PBClone, I've kept a registration price of $25
  150.    for the last seven years. What was a good deal for a library
  151.    of some 100 routines turned into a ludicrously low price for
  152.    the 525+ routines in PBClone, however. In order to scale the
  153.    price back to a mere outrageous bargain, I am raising the
  154.    registration fee to $35 as of January 1, 1993.
  155.  
  156.    Special thanks to Bruce Guthrie for his many suggestions and
  157.    attentive bug reporting, which have been of great benefit to
  158.    PBClone on a continuing basis. Kudos! (AND a free update!)
  159.  
  160.    My BasWiz and PBClone libraries had a name conflict: both
  161.    contained FOpen and FClose routines. To resolve this, I've
  162.    renamed the PBClone versions to FOpen1 and FClose1.
  163.  
  164.    Instructions are now included for creating a PBClone library
  165.    for use with the Visual Basic for DOS compiler.
  166.  
  167.    Among the new additions are file routines for numeric I/O,
  168.    get/set individual palette values, convert a numeric ASCII
  169.    code to uppercase, read 4DOS-style file descriptions, get
  170.    mouse info, center a string, get CPU speed, and others.
  171.  
  172.    A number of routines have been converted from BASIC to ASM.
  173.    This has caused changes in the DECLAREs for the following
  174.    routines:
  175.       GetScreen, InitPtr, PutScreen
  176.  
  177.    A mistaken assumption about far string handling caused
  178.    problems with many far string routines. These have been
  179.    fixed. Note that since far string support was added to the
  180.    shareware version of PBClone as of v1.9, these routines have
  181.    not been tested in use as much as the near string routines,
  182.    and I expect more bugs will probably settle out within the
  183.    next few releases. If you run into any problems, tell me!
  184.  
  185.    The ArcView demo program now works smoothly with archives
  186.    containing filenames that include path specifications.
  187.  
  188.    Fixes and improvements:
  189.       DriveSpace& and DrvSpaceL recognize invalid drives.
  190.       IdentifyFile recognizes many more file types.
  191.       ObjScan now screens out VB-DOS internal symbols.
  192.       SubExist and SubExist2% now screen out wildcards.
  193.       Upcase1 now uses National Language Support if it can.
  194.  
  195.    Additions:
  196.       BRead, BWrite, CenterSt, CPUSpeed, FDescRead, FReadLn,
  197.       GetMouseVer, GetTick, GetVGAColor, IRead, IWrite, LIRead,
  198.       LIWrite, LRead, LWrite, SetVGAColor, UpcaseI, UpcaseI1
  199.  
  200.  
  201.  
  202. PBClone 1.9, 07/27/92:
  203.  
  204.    The source code for the PBClone routines which are written in
  205.    BASIC is now included in the shareware version. A set of near
  206.    and far string libraries for the assembly language part of
  207.    PBClone is also included. This allows you to create a PBClone
  208.    library for QuickBasic 4.x and PDS 6.0-7.1, rather than just
  209.    for QuickBasic 4.5 as in previous versions.
  210.  
  211.    Fixes and improvements:
  212.       Elapsed & ElapsedTime$ allow times that cross midnight.
  213.       FileCRC is much smaller and faster.
  214.       FindFirstA can now scan self-extracting LHARC archives.
  215.       PCDat$ works properly with far strings.
  216.       Processor & Processor2% can now identify 80486 CPUs.
  217.       StrUsqu2 and StrUsqu3 now support far strings.
  218.       SubExist & SubExist2% now check drives as well as dirs.
  219.       WeekDay1 now works.
  220.  
  221.    Many routines have been converted from BASIC to assembly
  222.    language. In the case of the following routines, this caused
  223.    the DECLARE to change as well:
  224.       CheckDate, DateA2R, StripBlanks, StripRange, StripSpaces
  225.  
  226.    As Microsoft adds time and date functions to BASIC, the names
  227.    of certain PBClone routines become a problem. I've renamed
  228.    Month to Month0 and WeekDay to WeekDay0 in order to resolve
  229.    the conflicts. In addition, the variables Hour%, Minute%,
  230.    Second%, Month%, Day%, and Year% have been replaced by
  231.    HourNr%, MinuteNr%, SecondNr%, MonthNr%, DayNr%, and YearNr%.
  232.    Sorry for any inconvenience. Such is progress.
  233.  
  234.    Added LIB_BI.DOC, a tutorial which explains how to use
  235.    libraries and include files. This is included with PBClone by
  236.    the kind permission of Daniel M. Smith, Jr., the author.
  237.  
  238.    Additions:
  239.       AscM, DupeVar, HiByte, HiLite, HiWord, LoByte, LoWord,
  240.       StrSqu, StrSqu3, StrUnsq, StrUnSqu3
  241.  
  242.  
  243.  
  244. PBClone 1.8, 05/08/92:
  245.  
  246.    A bug was fixed in SetComm, which was setting the baud rate
  247.    incorrectly. More importantly, however, I ran into a serious
  248.    Microsoft bug which I'd thought had long since been fixed. It
  249.    appears that QuickBASIC 4.0-4.5 and BASCOM/PDS 6.0-7.1
  250.    destroy vital comm port information in the BIOS data area,
  251.    making it impossible for any of the PBClone comm routines to
  252.    function. I have enclosed patch information for QB 4.5 in
  253.    QBPATCH.TXT. If you have a different compiler or do not wish
  254.    to modify your BASIC libraries, use the following
  255.    work-around:
  256.  
  257.       SaveComm$ = SPACE$(8)
  258.       DGetSt &H40, 0, 0&, SaveComm$        ' save comm info
  259.       ' OPEN the comm port as desired
  260.       DPutSt &H40, 0, 0&, SaveComm$        ' restore comm info
  261.       ' now you can use PBClone comm routines
  262.  
  263.    In the new QBPATCH.TXT file, there is information about how
  264.    to permanently eradicate that comm-killer bug, among other
  265.    things. It's been many years since Microsoft upgraded QB.
  266.    Maybe it's time for us to start fixing the bugs ourselves.
  267.  
  268.    Speaking of bugs... a lot of 'em have settled out in the last
  269.    few months. Bugs were fixed in the MaxL and MinL functions,
  270.    which would return the wrong results if both parameters were
  271.    negative. A bug was fixed in FCreate, which would lock the
  272.    computer. A bug was fixed in the near-string version of
  273.    Xlate. A bug was fixed in the far-string version of
  274.    GetExecPath. Bugs were fixed in SubExist and SubExist2, which
  275.    changed the path. They were also made insensitive to a DR-DOS
  276.    flaky. The PSortSt and SortSt routines were incorrectly
  277.    documented. The Date2Int and Int2Date routines had a problem
  278.    and return different values now.
  279.  
  280.    The various sort routines would not compile under BC7/PDS due
  281.    to use of a STACK array (STACK is a PDS reserved word).
  282.  
  283.    The TimeN2S routine will no longer translate zeros to the
  284.    current time. After all, although "00:00:00" is an unusual
  285.    time, it is a valid one. Getting the current time can be more
  286.    easily done with the TIME$ function anyway.
  287.  
  288.    The CatchError/GetError routines don't work any better than
  289.    they used to, but you can replace them with the new
  290.    GetError2% function, which appears to be more effective.
  291.  
  292.    The VARCDEMO program has been renamed to ARCVIEW. As well as
  293.    the filename-only listing, it now allows a detailed view of
  294.    an archive-- try the /V option. A new demo has been added,
  295.    DIRVIEW, to show the use of the LoadDirAll routine.
  296.  
  297.    If you use the excellent 4DOS command shell, try the new
  298.    ADD4DOS batch file-- it adds descriptions of all PBClone
  299.    files which will show up when you type DIR. No more guessing
  300.    about filenames!
  301.  
  302.    Microsoft's simplified segment directives made it much easier
  303.    to create assembly language routines. Unfortunately, when you
  304.    have a library as big as PBClone, they're counterproductive.
  305.    I've converted the PBClone sources to use the old-style full
  306.    segment directives. The added flexibility this gave me
  307.    provided a number of benefits:
  308.  
  309.      - the .QLB library is smaller, providing more QB/QBX
  310.        environment space
  311.      - data areas have been consolidated, providing more data
  312.        space
  313.      - common code has been consolidated, reducing memory
  314.        requirements (and often improving the speed, since near
  315.        calls can be used)
  316.      - improved granularity
  317.  
  318.    Many of the routines that were in BASIC have been converted
  319.    to assembly language. Although few of these routines were
  320.    particularly time-critical, the translation allowed for fewer
  321.    segments and improved memory usage.
  322.  
  323.    Doc files have been converted to 64 col x 59 row pages to
  324.    allow printing on a greater variety of printers. You may want
  325.    to think twice before printing out the PBCLONE?.MAN files,
  326.    though, as they total over 10,000 lines.
  327.  
  328.    Additions:
  329.       CeilD, CeilS, ExplainFAttr, FarPeekI, FarPeekL, FarPokeI,
  330.       FarPokeL, FileCount, FloorD, FloorS, GetError2, GetFSize,
  331.       Int2DateSt, Int2TimeSt, IsAlNum, IsAlpha, IsASCII,
  332.       IsCntrl, IsDigit, IsLower, IsPrint, IsPunct, IsSpace,
  333.       IsUpper, IsXDigit, LoadDir, LoadDirAll, LogicalDrives,
  334.       MPrint, MWindow, Num2Phone, Odd, OddL, Phone2Num,
  335.       PrinterInit
  336.  
  337.  
  338.  
  339. PBClone 1.7, 01/08/92:
  340.  
  341.    Argh, drat. In the rush to release a fix for PBClone 1.5, I
  342.    forgot that I'd pulled the ARCHIVE.OBJ routines out to add
  343.    new capabilities. Result? A bug fix that only had different
  344.    bugs! My apologies. I've added a group of beta testers to
  345.    prevent this sort of thing in the future.
  346.  
  347.    Bug fixes affect: CheckDisk, CheckDsk, CRC, GetTimeFx,
  348.    RenSub, SInput.
  349.  
  350.    I'm breaking PBClone away from its obsession with following
  351.    ProBas. I am taking this opportunity to remove dummy
  352.    parameters from routines which only included them for ProBas
  353.    compatibility, and to delete routines which are obsolete or
  354.    have no function except in ProBas. My apologies for any
  355.    inconvenience these changes may cause you. This is a one-time
  356.    thing.
  357.  
  358.       Altered: CtrlKey, DCal, FindPatch, GrafRest, GrafSave,
  359.       HCls, HLine, HMode, HPrint, HSetPixel, HTestPixel
  360.  
  361.       Deleted: DrvSpace, GetMoveBack, GetSizeF, HInit, HPage,
  362.       SetRows
  363.  
  364.    The FindFirstA set of routines now supports ARJ and ZOO
  365.    archives.
  366.  
  367.    Some of the territory covered by the new routines includes
  368.    Windows and 4DOS detection, sorting and binary searches,
  369.    control over the Break key, graphics mouse cursors, printer
  370.    checking and formatted dollar input.
  371.  
  372.    Additions:
  373.       AllExtMem, AndSt, BinSeekD, BinSeekI, BinSeekL, BinSeekS,
  374.       BinSeekSt, BreakCheck, BreakOff, BreakOffDone, CRC1,
  375.       DInput, FloppyType, Get4DOSv, GetPrtAddr, InitPtr,
  376.       MouseCursor, OrSt, PrinterReady, PSortD, PSortI, PSortL,
  377.       PSortS, PSortSt, ReverseD, ReverseI, ReverseL, ReverseS,
  378.       ReverseSt, RolSt, RorSt, SetPrtAddr, ShlSt, ShrSt, SortD,
  379.       SortI, SortL, SortS, SortSt, WinCheck, XorSt, XQPrintOver
  380.  
  381.  
  382.  
  383. PBClone 1.6, 10/09/91:
  384.  
  385.    There was an error in the PBCLONE.INF entries for GetXMSm and
  386.    GetXMSv. This has been corrected. The CheckDate routine would
  387.    bomb out if it was given an illegal month. This has likewise
  388.    been fixed.
  389.  
  390.    The reference manual was getting too large for my favorite
  391.    editor, so I split it in half. PBCLONE1.MAN covers A-F and
  392.    PBCLONE2.MAN covers G-Z.
  393.  
  394.  
  395.  
  396. PBClone 1.5, 09/25/91:
  397.  
  398.    Support for far strings has been added to PBClone. This means
  399.    you can use PBClone in the QBX environment and with the BC7
  400.    "PDS" /Fs option. Only the registered version provides this
  401.    feature, since you must recompile the BASIC sources with
  402.    whichever PDS version you have.
  403.  
  404.    A bug in the DEMO.BAS file having to do with expanded memory
  405.    has been fixed. This derived from my not reading the
  406.    documentation-- take heed! EVERYBODY needs to read the
  407.    documentation!
  408.  
  409.    Bugs of varying levels of significance have been collected,
  410.    labeled, and sent to the Smithsonian. Fixed routines:
  411.    FindFirstA series, FindPatch, MMButton, MMButton3, ObjScan.
  412.  
  413.    In PBClone 1.4, a PBCOBJ.ZIP file was included which
  414.    contained all of the object files for PBClone. This has been
  415.    replaced with PBCLONE.LIB. Use the utilities included with
  416.    LIBWIZ (separate) to extract all of the .OBJ files from the
  417.    library to allow you to create your own custom libraries.
  418.  
  419.    Complaints of bugs in BarMenu have prompted me to add
  420.    MENUDEMO.BAS and MENUDEMO.EXE. BarMenu works flawlessly, but
  421.    evidently was insufficiently documented. The addition of this
  422.    example code should help. I've added VARCDEMO.BAS and
  423.    VARCDEMO.EXE as well to demonstrate the archive-viewing
  424.    routines.
  425.  
  426.    Assembly language source code has been converted from OPTASM
  427.    to MASM 6.0. While MASM is still not up to OPTASM in many
  428.    respects, it's close enough, especially given that SLR has
  429.    not updated OPTASM in the past few years and it doesn't even
  430.    support 80386 codes yet. Oh well. MASM may be yucky, but it's
  431.    still (somehow) the standard, and as of v6.0 it's at least
  432.    tolerable.
  433.  
  434.    Additions:
  435.       FileCRC, GetXMSm, GetXMSv
  436.  
  437.  
  438.  
  439. PBClone 1.4, 03/28/91:
  440.  
  441.    This library is now too large for BASIC to cope with as a
  442.    unit. Look for LIBWIZxx.ZIP (separate), a library manager
  443.    which will allow you to create custom libraries containing
  444.    just the routines you need.
  445.  
  446.    The Processor and Processor2 routines can now differentiate
  447.    NEC V20 chips.
  448.  
  449.    Additions:
  450.       AltKey, BarMenu, BarMenuM, CalcDate, CDROM2, CheckDate,
  451.       CheckDsk, ClearArea, CtrlKey, CWindowManager, DateA2R,
  452.       DateR2A, DCal, DCalendar, DGQPrint, DGXQPrint,
  453.       DGXQPrint1, EnhKbd, EuropeDate, EWindowManagerC,
  454.       EXQPrintC, FileCopy, FindFirstFx, FindNextFx, FindPatch,
  455.       ForceMatch, FormatDate, GetAttrFx, GetCommAddr,
  456.       GetDateFx, GetDView, GetHGA, GetLine, GetMoveBack,
  457.       GetNameFx, GetRows2, GetSizeFx, GetTimeFx, GetTView,
  458.       GetTVScreen, GXQPrint, GXQPrint1, KbdType, KbdType2,
  459.       KVal, LScroll, LVal, MemSwap, ObjScan, PatchDone, PrtSc,
  460.       Rand, RScroll, SetCommAddr, SetPatch, TypePrint,
  461.       UpdTVScreen, WeekDay1
  462.  
  463.  
  464.  
  465. PBClone 1.3, 02/21/91:
  466.  
  467.    The GetLabel and GetLabel2 routines were fixed to overcome a
  468.    DOS 2.x bug. They should now work properly with DOS 2.0 on.
  469.  
  470.    A crude TSR file viewer, FV.EXE, has been added to make
  471.    syntax and usage questions less of a bother. It would be wise
  472.    to try it out on something nonessential first-- it seems to
  473.    work fine with QuickBASIC, but it locks up my favorite
  474.    editor. See PBCLONE.DOC for details.
  475.  
  476.    Additions:
  477.       CheckShare2, CloseA, CPrintScreen1, CPrintScreen2,
  478.       CursorInfo, EMSBuffer, EMSClose, EMSGet, EMSOpen, EMSPut,
  479.       EMSRest, EMSSave, FindFirstA, FindNextA, GetCRCA,
  480.       GetCRCAL, GetDateA, GetMouseLoc, GetNameA, GetSerial,
  481.       GetSizeAL, GetStoreA, GetTimeA, GQPrint, HandleInfo,
  482.       HCls, HInit, HLine, HMode, HPage, HPrint, HSetPixel,
  483.       HTestPixel, MaxD, MaxS, MinD, MinS, NumFormat, NumProc,
  484.       NumProc2, ParseFSpec, PrintFile, Processor, Processor2,
  485.       ReadBitF, RedirectIn, RedirectOut, SetBit, SetLabel,
  486.       SetMouseLoc, SInput, SInputSet, SInputSet1, SInputSet2,
  487.       WriteBitF
  488.  
  489.  
  490.  
  491. PBClone 1.2, 01/28/91:
  492.  
  493.    A bug in the Floppies and Floppies2 routines has been fixed.
  494.    Thanks to Dennis Allen for bringing it to my attention and
  495.    suggesting a solution.
  496.  
  497.    A bug in the StrIns routine has been fixed. Thanks to Birk
  498.    Binnard for bringing it to my attention.
  499.  
  500.    Additions:
  501.       DRecDel, DRecIns, DReColor, DReColorArea, DWindowManager,
  502.       DWindowMan2, DWindowMan3, DWindowMan4, DXQPrint,
  503.       EGARest7, EGARest8, EGARest9, EGASave7, EGASave8,
  504.       EGASave9, GetKbd2, GrafPrint, GrafRest, GrafSave, LClose,
  505.       LGet, Locase1, LOpen, LPut, StrSqu2, StrSquLen2,
  506.       StrUnsqu2, StrUnsquLen2, TInstr, UnSplit, Upcase1
  507.  
  508.  
  509.  
  510. PBClone 1.1, 12/28/90:
  511.  
  512.    The QLB version of the library is no longer included, to help
  513.    reduce the size of this burgeoning package. You can create it
  514.    from the LIB like so:
  515.  
  516.       LINK PBCLONE.LIB/Q/SE:512,,NUL,BQLB45
  517.  
  518.    See the LIBRARY.TXT and QUESTION.TXT files if this doesn't
  519.    work for you.
  520.  
  521.    The manual has been split into two parts to allow easier use.
  522.  
  523.    Several of the memory and string routines are now faster.
  524.  
  525.    The mouse-handling part of CheckKey, CheckKey3, GetKey, and
  526.    GetKey3 has been enabled.
  527.  
  528.    Additions:
  529.       AscI, BIOSInkey, CalcAttr2, DelayV, DGetRec, DOSErrM,
  530.       DOSInt, DPutRec, DScrRest, DScrSave, ElapsedTime, Exist2,
  531.       ExtendFSpec, Extract, FGetLoc2, FSize2, GetCRT2,
  532.       GetDrive, GetEGA2, GetSub2, GetSwitch2, GetVGA2,
  533.       IntVector, IStr, IVal, MaxL, MinL, MMButton, MMButton3,
  534.       MMCheck, MMClick, MMClick3, MMCursorOff, MMCursorOn,
  535.       MMGetLoc, MMSetLoc, MMSetRange, MousePen, MouseRest,
  536.       MouseBuffer, MouseSave, NameCase2, ReColor, ReColorArea,
  537.       ReplaceString, Sec2Time, Split, SubExist2, Time2Sec,
  538.       WindowManager, WindowMan2, WindowMan3, WindowMan4
  539.  
  540.  
  541.  
  542. PBClone 1.0, 12/03/90:
  543.  
  544.    This is the initial release of the PBClone library, featuring
  545.    222 routines.
  546.