home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / command.zip / CP_INST.SFX / lha / #CHANGES.TXT next >
Text File  |  1990-08-04  |  8KB  |  210 lines

  1. 7.0J   Modified copyright notice to only show up once a day
  2.  
  3.        Fixed bug in WinClose where mouse would temporarily lock up.
  4.  
  5.        Fixed bug in license number verification algorithm. (Browser too!)
  6.  
  7.        Added ability to set CmdPost window titles without mucking with
  8.        cmdpost.cpm.
  9.  
  10.        Added File.Hilite and File.Unhilite menu items to cmdpost.cpm
  11.        (see SUPER NEW FEATURES below)
  12.  
  13.        Fixed most of the problems with handling read-only files.
  14.  
  15.        Modified install program, fixing bugs found to date.
  16.  
  17.        Changed CP_TREE.  Now the Feft mouse button will affect the
  18.        Left (or higher) window, and the Right mouse button will affect
  19.        the Right (or lower) window.  Much more natural than the previous
  20.        most recently used, etc, method.
  21.  
  22.        ***** TWO RELATED SUPER NEW FEATURES *****
  23.        1) a new function, FileHilite, has been added which enables files to
  24.           be hilited or unhilited.  See CP_HELP.CRD.
  25.           E.G.   FileHilite("*.ARC *.ZIP *.ZOO",@TRUE)
  26.  
  27. >>>    2) The RIGHT mouse button, when DOUBLECLICKED on a file name will
  28.           highlight/unhilight all files with the same extension.
  29.  
  30. 7.0I   Skipped.  We don't do I or O versions.  Too many typos.
  31.  
  32. 7.0H   Fixed bug where unary operations paired with functions resulted
  33.        in a syntax error.   e.g.  !IsNumber(5) used to be an error.
  34.  
  35. 7.0G   Fixed bug with WinActivate and WinShow...
  36.  
  37.        Added WIN.INI file AutoUpdate to control the automatic updating
  38.        of the directories.  If the flag is set to zero in the [CmdPost]
  39.        section of the win.ini file, the automatic updates will be disabled.
  40.        i.e. To disable the automatic updating,
  41.                [CmdPost]
  42.                AutoUpdate=0
  43.  
  44.        New icon.
  45.  
  46.        Fixed keyboard selection of Disk Drives (i.e.   Ctrl-C to select
  47.        the C drive) to ignore Ctrl-Shift-Anything.
  48.  
  49.        Added new functions
  50.  
  51.        DOSVersion   ...Returns DOS version (or OS/2 version)
  52.        WinConfig    ...Returns Win 3.0 configuration flags.
  53.        WinPosition  ...Returns Window position information
  54.        FileRoot     ...Parses out root of filename
  55.        FileExtension...           extension
  56.        FilePath     ...           drive and path
  57.        StrReplace   ...Replaces all occurances of one string with another
  58.        WinExist     ...Tests for Window existance
  59.        DiskReset    ...Re-examines disks...use after adding a network disk.
  60.        DiskHide     ...Hides disk drives.  Good for unwanted network drives.
  61.  
  62.        Modified blanker to have a default parameter of -5, which means
  63.        "Do not display clock, blank screen in 5 minutes".
  64.  
  65.        Another fix to the install program....
  66.  
  67.        Removed a fix to CP_TREE which slowed it down and made the
  68.        WinPlace command have problems with it.
  69.  
  70.        New revised sample CMDUSER.CPM.  Be sure to take a look at it.
  71.  
  72.        Revised CMDPOST.CPM   Added DOS command line execution, and under
  73.        "Reset Options" is a way to remember CmdPost window position on
  74.        startup.
  75.  
  76. 7.0F   Mostly a documentation-only change.  However we did fix a bug
  77.        allowing us to deal with machines whose c: drive is a floppy.
  78.  
  79.        Added some new documentation files to the disk (or zip file)
  80.        Added CP_QUEST.CRD, a cardfile with answers to frequently
  81.        asked questions.
  82.  
  83.        Changed CP_VIRT.BAT file to accept additional parameters.  The
  84.        BAT file is loaded with comments on how to use it.
  85.  
  86.        Revised Install program to fix assorted problems that cropped
  87.        up to date.
  88.  
  89. 7.0E   Fixed a problem where complicated directory sorts could
  90.        overrun the stack.  Added network advisory to install
  91.        procedure and manual network install instructions.
  92.  
  93.        CP_VIRT.BAT file added to show how to start DOS apps
  94.        with a different path.
  95.  
  96. 7.0D   Fixed a display update problem.
  97.        Improved Directory Sort.
  98.        Removed print Commands from Browser awaiting stable WIN3.0
  99.        print routines.
  100.        Fixed bug in menu parser where stuff like
  101.        <space><tab>a=4   would not be parsed correctly.
  102.  
  103. 7.0C   Fixed Minor problem with Checking/Graying menu items with the
  104.        letter "Z" in them...
  105.        Browser is now bundled with the unregistered copies of Command
  106.        Post too.  Got documentation problems fixed.  Paginates
  107.        correctly at least.
  108.  
  109. 7.0B   Added ability to check right  and middle mouse buttons with the
  110.        IsKeyDown function.  For the purposes of the IsKeyDown function,
  111.        the SHIFT key and the right mouse button are identical.  The CTRL
  112.        key is identical with the middle (if you got it) mouse button.
  113.  
  114.        Fixed several documentation-type problems with the 7.0A release.
  115.        
  116.  
  117. 7.0A   Initial Base 7.0 release.
  118.  
  119. 6.9V   (Running out of letters here)
  120.        Improved IsKeyDown to capture KeyStatus when menuitem is selected.
  121.        Added IsLicensed Function
  122.        Changed unlicensed window titles.
  123.        Changed Strindex&StrScan functions to come back with a minor
  124.        (supressable) error if range is out of bounds.
  125.  
  126. 6.9U   Allowed tree to multitask with other windows.
  127.        Added IsKeyDown Functions
  128.           IsKeyDown(@SHIFT)  IsKeyDown(@CTRL) IsKeyDown(@SHIFT|@CTRL)
  129.           IsKeyDown(@SHIFT&@CTRL)     returs TRUE(1) or FALSE(0)
  130.  
  131. 6.9T   Fixed a bug where extraneous keystrokes affected CP Execution
  132.  
  133. 6.9S   Fixed Clock Drift Bug
  134.        Fixed a fix to WinGetActive...
  135.        Yet more changes to CmdPost.Cpm
  136.        Changed CP_TREE to allow more than one tree at a time.
  137.  
  138. 6.9R   This has gotta be the final version.  I'm running out of letters.
  139.        Changed some of the automagic directory update logic to prevent
  140.        updates at inopportune times.
  141.        Fixed @NORESIZE option in the Winplace statement.
  142.        Added #WININI.TXT documentation on WIN.INI keywords
  143.        Fixed Shift-LeftDoubleClick bug.  (It didn't iconize the app before.)
  144.        Numerous changes to CmdPost.CPM
  145.         
  146. 6.9Q   Improved System Information under UFVW
  147.        Added #license.txt license documentation
  148.        Fiddled with CmdPost.cpm more.
  149.  
  150. 6.9P   Added Reset Options... to main menu to allow easy change of
  151.        screen blank time.
  152.  
  153.        Fiddled with automagic directory updates a little.
  154.  
  155.  
  156. 6.9O   Modified Print Command of  CMDPOST.CPM to just ask once if
  157.        you have a text printer...(We'll have a REAL print routine
  158.        someday, but not in 7.0.  If you just gotta print to PostScript,
  159.        use notepad...)
  160.  
  161. 6.9N   Fixed a bug by preventing Closing of the Command Post window
  162.        while a menuitem is executing....Mostly with the Delay and the
  163.        WinWaitClose functions.
  164.  
  165.        Modified WinPlace Statement...
  166.        WinPlace(left,top,right,bottom,pwn)
  167.              if right is @NORESIZE  Window is placed without changing width
  168.              if bottom is @NORESIZE Windows is placed w/o changing height
  169.              if bottom is @ABOVEICONS Window bottom uses std bottom,
  170.                                       thats just above the icons.
  171.  
  172.        Added constants @NORESIZE  @ABOVEICONS
  173.        Mucked with CMDPOST.CPM (as usual)  
  174.                      
  175.  
  176. 6.9M   Fixed a bug in the WinWaitClose function.  It was terminating
  177.        early under a *lot* of circumstances.
  178.  
  179.        Improved handling of the Hourglass "wait" cursor.
  180.  
  181.        Fix display problem in the CP_INFO stuff.
  182.  
  183.        Changed wording of some error messages.
  184.  
  185.        Fixed Winplace command to ignore place attempts on zoomed or
  186.        iconized windows.
  187.  
  188.        Added check to be sure 2 different menu items cannot execute
  189.        at one time.  You can get into this mess with the WaitWinClose
  190.        or the Delay functions.
  191.  
  192.        RDH should be happy now...
  193.  
  194. 6.9L   Added directory reread whenever Command Post is returned to
  195.        from another application.  
  196.  
  197. 6.9    Skipped to avoid confusion with currently shipping versions of
  198. I,J,K  Command Post.
  199.  
  200. 6.9H   ***This is probably equivalent to the 7.0 release. ****
  201.        We'll toss it out there and see if anyone can shoot holes in it.
  202.  
  203.        Fixed a minor bug in the long display Name sort mode.  8th char
  204.        of name was not "bolded".
  205.  
  206.        Modified CMDPOST.CPM  COPY menu to deal with the rereading
  207.        (via SetDisplay("","","") of the directory better.
  208.  
  209.        Dummy argument deleted fron the WINITEMIZE command.
  210.