


        
                           WordStar Integration Notice
        
        ===========================================================================
        
                                           Who:           Joe Masters
                                           Date:          July 14, 1992
                                           Time Stamp:    5:56Pm
        
        
        Titles of Bugs Fixed/Changes Made:
        
        * (#12415) .cp not working like previous releases
        
        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE:  (#12415) .cp not working like previous releases
        
        MODULES CHANGED:  nwtext4.asm
        
        FIX DETAIL:  Changed txscc1 to check zero flag return from dotnum 
        which indicates a valid number.  If the number is invalid, then a 
        zero will be used for the argument.
        
        TESTING REQUIREMENTS:  The .cp command with no argument should 
        now act the same as a .cp 0, which should be the same as it was 
        in 6.0.  Not much more than a retest here since the old code for 
        deleting/inserting page syms wasn't touched.
        



                           WordStar Integration Notice
        
        =================================================================
        
                                           Who:           Myles Cagney
                                           Date:          July 14, 1992
                                           Time Stamp:    6:07 p.m.
        
        
        Titles of Bugs Fixed/Changes Made:
        
        *         WordStar splash screen corrupted after install.
        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE:     WordStar splash screen corrupted after install.
        
        
        FIX  DETAIL:   For the British version there was no serial number 
        checking, this has been changed to at least check the serial 
        number typed by the user is the required length.
        
        
        MODULES CHANGED:    AUTOINST.C
        
        TESTING  REQUIREMENTS:  Test wssetup for the British version will 
        only accept serial numbers of the correct length.
        
        


        WordStar Integration Notice

===========================================================================

                                   Who:           Tom Pinch
                                   Date:          10 Jul 92
                                   Time Stamp:    3:30 p.m.


Titles of Bugs Fixed/Changes Made:

* (CHANGE) WS TEXTBOOK EDITION SUPPORT

Summaries of Fixes/Changes:

==============================================================
CHANGE TITLE:  (CHANGE) WS TEXTBOOK EDITION SUPPORT

CHANGE DETAIL:
     Stripped down version of WordStar to accompany WS book.  Main
     changes are:

     * Product includes:
          Core editor functions
          Spelling correction
          Hyphenation
          Printing (two PDFs pre-installed:  Draft and LaserJet II)
          Config files providing for various monitor installs

     * Product does NOT include:
          Page Preview
          InSet
          Graphics Conversion
          Definitions
          Thesaurus
          WS Install/Customization programs
          Profinder
          MailList
          Telmerge
          Star Exchange

     * Changes/Additions:
          Special 360K disk and 720K disk install utility
          Sign-on screen changed
          Error messages if user tries to use a feature not supported
          Product will not be serialized ("Textbook Edition" replaces
               serial number both on opening menu and ^O? screen.)

     MODULE(S) CHANGED:  NWOPEN1.ASM, NWOPEN3.ASM, NW.ASM, NWINIT.ASM,
                         NWHJ.ASM, NWFIO.ASM, NWONSCR.ASM, NWBLOCK.ASM,
                         NWPRCON2.ASM, NWTHES.ASM, NWMSGS.ASM,
                         WSMSGS.INC, NWSPLASH.INC, NWEQU.INC

                         WSEQU.T86, WSMISC.T86

                         WS.MAK, DEFPATHS.INC


===========================================================================
TESTING REQUIREMENTS FOR 7.0B ORDINARY RELEASES:

THE  CODE FOR THESE CHANGES WILL ONLY BE TURNED ON FOR WS  7.0B  TEXTBOOK 
EDITION  RELEASES.   THERE SHOULD BE NO CHANGE IN  WS  FUNCTIONALITY  FOR 
ORDINARY  7.0B RELEASES.  TO VERIFY THAT EVERYTHING IS JAKE FOR  ORDINARY 
RELEASES  VERIFY  THAT THOSE FEATURES WHICH WOULD BE TURNED OFF  FOR  THE 
TEXTBOOK  EDITION ARE STILL PRESENT IN THE NON-TEXTBOOK EDITION  RELEASE.  
(IN TEXTBOOK EDITION RELEASES, AN ERROR MESSAGE WILL COME UP SAYING "THIS 
FEATURE  NOT  SUPPORTED  IN WS TEXTBOOK EDITION"  OR  SOME  SUCH  THING.)  
SIMILARLY  THE  SIGN-ON  SCREEN SHOULD NOT BE THE ONE  FOR  THE  TEXTBOOK 
EDITION  AND  THE  SERIAL  NUMBER FIELDS ON OPENING  MENU  AND  ^O?  MENU 
SHOULDN'T SAY "TEXTBOOK EDITION".)


===========================================================================
TESTING REQUIREMENTS FOR 7.0B TEXTBOOK EDITION RELEASES:

Test  that the features not wanted are not present and that  none  wanted 
have been left out.  Test on different classes of machines with different 
versions  of DOS.  (Especially make sure to test with DOS 2.11.  I had to
overcome  a few  install-time roadblocks using DOS 2.11 on the XTs in the
monitor lab.)  Test both 360K, 720K standard and custom installs. Test WS
using the various .BAT/.CFG files.  (See  my README document  for further
details.)


        
                           WordStar Integration Notice
        
        =================================================================
        
                                           Who:           Joe Masters
                                           Date:          July 15, 1992
                                           Time Stamp:    3:53Pm
        
        
        Titles of Bugs Fixed/Changes Made:
        
        * (#12865) ^KT on full disk truncates original file
        
        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE:  (#12865) ^KT on full disk truncates original file
        
        MODULES CHANGED:  nwsave.asm
        
        FIX DETAIL:  bfhdr now returns success or failure, and cpybffl 
        checks it.  cpybffl also returns registers as bld code expects.
        
        TESTING REQUIREMENTS:  Retest.  Test that ^KT works on completely 
        full disks.  Test that ^KT works on disks that have some room, 
        but not enough for the entire file to be saved.  Test ^KT on 
        disks that have plenty of room.  Test ^KD and ^KS disk full 
        conditions as well.
        
        



