home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / mpbeta-2.zip / readme.txt < prev    next >
Text File  |  1994-07-12  |  7KB  |  185 lines

  1. Welcome to a brand new version of MaxFile/PM!
  2.  
  3. Most everything that was in version 1.10a is in 1.20. I have restructured the
  4. FILES.BBS Window context menu so it takes up a little less real estate on the
  5. screen when you bring it up and at the same time added a few things to it.
  6.  
  7. If you have registered MaxFile/PM and I haven't sent you a new registration key
  8. yet, please contact me via netmail and I'll get your key to you post-haste..
  9.  
  10. MSGAPI32.DLL is required for this version of MaxFile/PM, if you don't already
  11. have it... It comes as part of the Squish 1.10 package from Scott Dudley. Any
  12. Maximus distribution site should have the Squish package available for
  13. download, or you can file request SQSHP110.LZH from me. I can't legally
  14. distribute the DLL with MaxFile/PM or I would. Please let me apologize in
  15. advance for any inconvenience this may cause.
  16.  
  17. To get started with MaxFile/PM run the REXX command script INSTALL.CMD and
  18. follow the prompts. It will lead you through the steps of getting MaxFile/PM
  19. installed into its own directory. I *DO* recommend a clean install. However, if
  20. you wish to use your old MAXFMPM.INI from a previous version, tell install to
  21. use the directory that you have your current version of MaxFile/PM installed
  22. in. The install is smart enough to find your old MAXFMPM.INI and modify it
  23. accordingly.
  24.  
  25. As far as documentation is concerned, MAXFMPM.INF will always be current.
  26. MAXFMPM.TXT won't be too far off, but it may not always follow the latest code
  27. changes as closely as the Online Reference.
  28.  
  29. Have fun!
  30.  
  31. Craig
  32.  
  33. ===============================================================================
  34.  
  35. Necessary files
  36.  
  37.   The only files absolutely needed for MaxFile/PM to operate correctly
  38.   are:
  39.  
  40.         MAXFMPM.EXE
  41.         MAXFMPM.INI
  42.         EXECDOS.EXE
  43.         MAXFMPM.TXT (Not absolutely needed, but does come in handy.)
  44.  
  45.   The rest are just examples and the documentation files.
  46.  
  47. ===============================================================================
  48.  
  49. What's New (or been fixed)
  50.  
  51.     I may not always put everything that has changed in this section of
  52.     this file. I get quite wrapped in the code and sometimes can't
  53.     remember every little thing that I have worked on. But for the most
  54.     part this section should be pretty accurate.
  55.  
  56. 07-01-94
  57.  
  58.     Removed Origin line from File Announcement messages that are
  59.     generated in a FILES.BBS window. REXX announcements are unaffected
  60.     by this. Also bumped the max message size up to 32k since Squish
  61.     1.10 can handle the larger message size now.
  62.  
  63.     Changed the way DOS archivers are handled, you can now configure
  64.     them just like OS/2 based archivers.
  65.  
  66.     Added a few more REXX enhancements.
  67.  
  68.     Removed most of the directory sensitive code so that directory
  69.     changes won't bring MaxFile/PM down in a nasty fashion.
  70.  
  71.     Cleaned up the install a little bit, it only copies the needed files
  72.     to the destination directory.
  73.  
  74.     Increased buffer sizes for reading in FILES.BBS files.
  75.  
  76.     Added support for ZOO as per popular request.
  77.  
  78.     Fixed bug in recognizing archivers other than ZIP, ARC, ARJ or LZH.
  79.     They ALL work now.. I have tested them all and added some suggested
  80.     switches for all of them to MAXFMPM.TXT.
  81.  
  82.     Added a few more status reports to the FILES.BBS windows.
  83.  
  84.     A successful "touch" on a file now flags the File Database Utility
  85.     so that it will run on the area(s) that files were touched in.
  86.  
  87. 07-02-94
  88.  
  89.     If no adoptee extensions are set up, MaxFile/PM will no longer do an
  90.     adopt.
  91.  
  92.     Rearranged the code that opens windows from the main file area
  93.     window so that the queue wouldn't get blocked as long. All the open
  94.     calls are now initiated by a WinPostMsg() call, this should help out
  95.     with the problems that were occurring under 2.11. I wish I could do
  96.     this in another thread, but PM doesn't allow it..
  97.  
  98.     Squashed a little buglet that occurred when opening a window from the
  99.     Search Results dialog box. Before, if you opened a window from that
  100.     dialog you couldn't bring the main window to the front unless you
  101.     closed the window you opened.
  102.  
  103.     Added another command file to the distribution archive, SHOWINI.CMD.
  104.     Its sole purpose in life is to report the pertinent INI information
  105.     to standard output.
  106.  
  107. 07-03-94
  108.  
  109.     Final registration incentives added in preparation for standard
  110.     release. It's put or shut up time. :-(
  111.  
  112.     Adoptee extensions were being ignored, because the code was missing
  113.     to parse filenames for the Adopt function. Whoops! It's been fixed.
  114.  
  115. 07-05-93
  116.  
  117.     Increased maximum line lengths to accommodate both the 8.3 filename
  118.     and a description for each entry in a FILES.BBS file. When an
  119.     extended description marker is defined the maximum line length is
  120.     now 1036 characters (8+1+3+1024), otherwise the line length is
  121.     limited to 278 characters (8+1+3+256).
  122.  
  123.     Fixed a little problem with the case sensitivity of ZIP and UNZIP
  124.     when trying to extract a FILE_ID.DIZ from ZIP archives.
  125.  
  126.     Overlooked the ^D hotkey for Remove Items, its back in now.
  127.  
  128.     Fixed the overwrite code for drag and drop, it now works as
  129.     advertised.
  130.  
  131. 07-06-93
  132.  
  133.     BC++ libraries strike again.. For some odd reason, free() was
  134.     trapping on certain size FILE_ID.DIZ's (241 characters), beats the
  135.     hell out of me why it was doing it, heap corruption could be a
  136.     possible cause. Fixed by using DosAllocMem()/DosFreeMem() instead of
  137.     the library functions.
  138.  
  139.     Solved the problem with context menus not appearing, PM's heap was
  140.     filling up which in turn stopped the menus from loading. I am now
  141.     explicitly destroying each menu when it is no longer needed. This
  142.     should also clear up a few other PM related problems.
  143.  
  144.     When unprintable characters are stripped from incoming FILE_ID.DIZ
  145.     files all extra whitespace is now removed. Makes for a cleaner
  146.     import. Any truncations that may occur are done AFTER the garbage is
  147.     stripped out.
  148.  
  149.     Tweaked the menu handling code to work a little better, this fix is
  150.     mostly cosmetic.
  151.  
  152. 07-07-93
  153.  
  154.     Added another button to the button bar.. Format Descriptions.
  155.     (Elliott? ;-)
  156.  
  157.     When a program macro is run against a file in a FILES.BBS window
  158.     MaxFile/PM now checks the file statistics against what is stored in
  159.     the container record and updates the container record if they don't
  160.     match.
  161.  
  162. 07-08-94
  163.  
  164.     First draft of the Online Reference is included. It doesn't have any
  165.     jumps in it yet, but it is still VERY readable.
  166.  
  167. 07-09-94
  168.  
  169.     Fixed the settings notebook so the error reporting message boxes
  170.     don't go into an endless loop requiring MaxFile/PM to be killed by
  171.     another process.
  172.  
  173.     'Format Description' will now always strip whitespace from
  174.     descriptions and remove any present extended description
  175.     characters. This makes for a cleaner description.
  176.  
  177. 07-12-94
  178.  
  179.     Reinstalled the Performance Beta 1 to evaluate MaxFile/PM's
  180.     performance. It works, no hangs so far.
  181.  
  182.     Tweaked EXECDOS code, there was a possibility that a return code
  183.     from it could be bogus and meaningless. Not anymore..
  184.  
  185.