home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / winutil / cp_70r / _changes.tx$ next >
Text File  |  1991-02-06  |  8KB  |  193 lines

  1. 7.0R   Getting good at fixing hotkeys.  Got them fixed good this time.
  2.        Added better WinExec error messages. Small (1% ??) speed improvement.
  3.        Fixed *very* obscure bug in Browser.
  4.  
  5. 7.0Q   The typical bugfix release for 7.0P   Fixed HotKeys...
  6.  
  7. 7.0P   Fixed the IniWritePvt and IniReadPvt problems once again.
  8.  
  9.        ***********************
  10.        ADDED HOTKEY CAPABILITY
  11.        ***********************
  12.        Hotkeys may now be associated with any menu item....See CP_HELP.CRD
  13.        and CMDPOST.CPM Sample menus. 
  14.  
  15.        
  16.        Added a few new functions:
  17.   
  18.        DirRename(old-dir,new-dir)       The long missing Directory Rename
  19.        WallPaper("filename.BMP",0)      Changes Windows Wallpaper
  20.        ItemCount(list,delim)            Returns number of items in a list
  21.        ItemExtract(number,list,delim)   Extracts an item from a list
  22.  
  23.  
  24.        As usual, refer to CP_HELP.CRD.  Added Change Wallpaper to the View
  25.        command in CMDPOST.CPM
  26.  
  27. 7.0N   Added more international support in
  28.        
  29.        Fixed bug where DiskReset did not work properly on some networks
  30.  
  31.        Fixed problem with IniWritePvt
  32.  
  33. 7.0M   Fixed minor annoyance where screen would update when the iniwrite
  34.        function was called.  
  35.  
  36.        Fixed various problems in cmdpost.cpm file.  FORMAT and PIFEDIT sections
  37.        repaired.
  38.  
  39.        Added IniWritePvt and IniReadPvt functions for reading and writing private
  40.        ini files.
  41.  
  42.        Adding support for foreign "single-byte" character sets.  Will eventually 
  43.        work all the way up to "double-byte" character sets.  Support for most
  44.        European languages now exists.  Get ready to see a plethoria of foreign
  45.        language versions of CmdPost.  French and German available.  More coming.
  46.  
  47. 7.0L   Fixed embarassing error in the new setup program, updated
  48.        docs, and whacked a few problems in the new menu files.  If CmdPost
  49.        is NOT your primary shell, you may not need it in your PATH 
  50.        statement.
  51.  
  52. 7.0K   Added IF-THEN statements   <<<<<<<<<<<<<<<<<
  53.  
  54.        Added GOTO statements      <<<<<<<<<<<<<<<<<
  55.  
  56.        Bug in DirItemize("*.*") fixed
  57.  
  58.        IniWrite now notifies all Winapps that the ini file was updated.
  59.  
  60.        Bug in StrScan fixed.  StrScan("xyz","z",0,@BACKSCAN) now works.
  61.  
  62.        DiskFree now accepts lowercase as well as uppercase characters.
  63.  
  64.        Changed CMDPOST.CPM and CMDUSER.CPM to use the IF-THEN's and the GOTO's
  65.  
  66.        Fixed a bug where copies to almost full floppies failed.
  67.  
  68.        The CPM files can now each be 64K in size (up from 32K).
  69.  
  70.        Command Post is now a real Windows 3.0 application, and will no longer
  71.        work with Windows 2.0
  72.  
  73.        Changed the setup program.  Now we have a Windows 3.0 setup program too.
  74.  
  75.  
  76. 7.0J   Modified copyright notice to only show up once a day
  77.  
  78.        Fixed bug in WinClose where mouse would temporarily lock up.
  79.  
  80.        Fixed bug in license number verification algorithm. (Browser too!)
  81.  
  82.        Added ability to set CmdPost window titles without mucking with
  83.        cmdpost.cpm.
  84.  
  85.        Added File.Hilite and File.Unhilite menu items to cmdpost.cpm
  86.        (see SUPER NEW FEATURES below)
  87.  
  88.        Fixed most of the problems with handling read-only files.
  89.  
  90.        Modified install program, fixing bugs found to date.
  91.  
  92.        Changed CP_TREE.  Now the Feft mouse button will affect the
  93.        Left (or higher) window, and the Right mouse button will affect
  94.        the Right (or lower) window.  Much more natural than the previous
  95.        most recently used, etc, method.
  96.  
  97.        ***** TWO RELATED SUPER NEW FEATURES *****
  98.        1) a new function, FileHilite, has been added which enables files to
  99.           be hilited or unhilited.  See CP_HELP.CRD.
  100.           E.G.   FileHilite("*.ARC *.ZIP *.ZOO",@TRUE)
  101.  
  102.        2) The RIGHT mouse button, when DOUBLECLICKED on a file name will
  103.           highlight/unhilight all files with the same extension.
  104.  
  105. 7.0I   Skipped.  We don't do I or O versions.  Too many typos.
  106.  
  107. 7.0H   Fixed bug where unary operations paired with functions resulted
  108.        in a syntax error.   e.g.  !IsNumber(5) used to be an error.
  109.  
  110. 7.0G   Fixed bug with WinActivate and WinShow...
  111.  
  112.        Added WIN.INI file AutoUpdate to control the automatic updating
  113.        of the directories.  If the flag is set to zero in the [CmdPost]
  114.        section of the win.ini file, the automatic updates will be disabled.
  115.        i.e. To disable the automatic updating,
  116.                [CmdPost]
  117.                AutoUpdate=0
  118.  
  119.        New icon.
  120.  
  121.        Fixed keyboard selection of Disk Drives (i.e.   Ctrl-C to select
  122.        the C drive) to ignore Ctrl-Shift-Anything.
  123.  
  124.        Added new functions
  125.  
  126.        DOSVersion   ...Returns DOS version (or OS/2 version)
  127.        WinConfig    ...Returns Win 3.0 configuration flags.
  128.        WinPosition  ...Returns Window position information
  129.        FileRoot     ...Parses out root of filename
  130.        FileExtension...           extension
  131.        FilePath     ...           drive and path
  132.        StrReplace   ...Replaces all occurances of one string with another
  133.        WinExist     ...Tests for Window existance
  134.        DiskReset    ...Re-examines disks...use after adding a network disk.
  135.        DiskHide     ...Hides disk drives.  Good for unwanted network drives.
  136.  
  137.        Modified blanker to have a default parameter of -5, which means
  138.        "Do not display clock, blank screen in 5 minutes".
  139.  
  140.        Another fix to the install program....
  141.  
  142.        Removed a fix to CP_TREE which slowed it down and made the
  143.        WinPlace command have problems with it.
  144.  
  145.        New revised sample CMDUSER.CPM.  Be sure to take a look at it.
  146.  
  147.        Revised CMDPOST.CPM   Added DOS command line execution, and under
  148.        "Reset Options" is a way to remember CmdPost window position on
  149.        startup.
  150.  
  151. 7.0F   Mostly a documentation-only change.  However we did fix a bug
  152.        allowing us to deal with machines whose c: drive is a floppy.
  153.  
  154.        Added some new documentation files to the disk (or zip file)
  155.        Added CP_QUEST.CRD, a cardfile with answers to frequently
  156.        asked questions.
  157.  
  158.        Changed CP_VIRT.BAT file to accept additional parameters.  The
  159.        BAT file is loaded with comments on how to use it.
  160.  
  161.        Revised Install program to fix assorted problems that cropped
  162.        up to date.
  163.  
  164. 7.0E   Fixed a problem where complicated directory sorts could
  165.        overrun the stack.  Added network advisory to install
  166.        procedure and manual network install instructions.
  167.  
  168.        CP_VIRT.BAT file added to show how to start DOS apps
  169.        with a different path.
  170.  
  171. 7.0D   Fixed a display update problem.
  172.        Improved Directory Sort.
  173.        Removed print Commands from Browser awaiting stable WIN3.0
  174.        print routines.
  175.        Fixed bug in menu parser where stuff like
  176.        <space><tab>a=4   would not be parsed correctly.
  177.  
  178. 7.0C   Fixed Minor problem with Checking/Graying menu items with the
  179.        letter "Z" in them...
  180.        Browser is now bundled with the unregistered copies of Command
  181.        Post too.  Got documentation problems fixed.  Paginates
  182.        correctly at least.
  183.  
  184. 7.0B   Added ability to check right  and middle mouse buttons with the
  185.        IsKeyDown function.  For the purposes of the IsKeyDown function,
  186.        the SHIFT key and the right mouse button are identical.  The CTRL
  187.        key is identical with the middle (if you got it) mouse button.
  188.  
  189.        Fixed several documentation-type problems with the 7.0A release.
  190.        
  191.  
  192. 7.0A   Initial Base 7.0 release.
  193.