


                           WordStar Integration Notice
        
        =================================================================
        
                                           Who:           Myles Cagney
                                           Date:          July 16, 1992
                                           Time Stamp:    5:04 p.m.
        
        
        Titles of Bugs Fixed/Changes Made:
        
        *         8514 corrupts WordStar Colours, does not work on 512K 
        board.
        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE:     8514 corrupts WordStar Colours, does not work on 
        512K board.
        
        
        FIX  DETAIL:   On de-init of the 8514 reinit normal video, this 
        will force a re-load of the Palette within the 8514 video board 
        to default values. On 512K boards only enable the lower 4 bit 
        planes this prevents the screen being painted completely white 
        with nothing else displayed.
        
        
        MODULES CHANGED:    DISP_DRV.ASM
        
        TESTING  REQUIREMENTS:  Test on 8514 boards and also on XGA 
        boards (Model 70) emulating the 8514.
        
        




        
                           WordStar Integration Notice
        
        ===========================================================================
        
                                           Who:           Joe Masters
                                           Date:          July 16, 1992
                                           Time Stamp:    5:57Pm
        
        
        Titles of Bugs Fixed/Changes Made:
        
        * (#12863) Problems with maintain case
        
        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE:  (#12863) Problems with maintain case
        
        MODULES CHANGED:  nwfandr.asm
        
        FIX DETAIL:  This problem stems from a fix made back in April for 
        bug #12082 (control characters in replace string screw up main-
        tain case).  A check was being made for the first character not 
        being affected by a call to upper case the character.  The fix 
        this time is to further check that the character can be lower 
        cased or not.  If it can, then the character was upper case to 
        begin with and nothing more needs to be done.  If it can't, then 
        it's a control character like the original code assumed, and can 
        be acted upon by the qumcas routine.
        
        TESTING REQUIREMENTS:  Test maintain case.  Retest this bug and 
        #12082.  Check testing requirements for that bug in the release 
        notes that cover it.
        
        
Jul 16 1992
Release notes for Engineering #683

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

John Nolan


        Titles of Bugs Fixed/Changes Made:
        
        * (#12867) Opening a protected file causes file to
                   disappear
                   hangs system
        * (#12855) ^D is not accepted for cursor movement from
                   within a macro

        * (#?????) ^KT to a full disk and then ^KD problem

        
        Summaries of Fixes/Changes:
        
        =================================================================
        BUG TITLE: * (#12867) Opening a protected file causes 
        file to disappear

        
        MODULES CHANGED:  nwopen1.asm
        
        FIX DETAIL: After error at opco9 clear out afblock
        so that it doesn't get deleted if opening another
        window.
        
        TESTING REQUIREMENTS:  Check ^KT with full disks and
        2 windows open.  Check saving with two windows open


        =================================================================
        * (#12855) ^D is not accepted for cursor movement from
                   within a macro


        MODULES CHANGED: nwedit1.asm

        FIX DETAIL:  Use pendkey at .edd and .edl and change 
        pendkey so that typahd isn't called before the repaint.
        Fixes loss of characters after ^D and ^L if there is 
        pending repaint.

        TESTING REQUIREMENTS:  Check typing fast before ^D and ^L
        Check typing fast and use of macros after ^P functions.



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

        BUG TITLE: * (#?????) ^KT to a full disk and then ^KD 
        problem

        MODULES CHANGED: nwsave.asm

        FIX DETAIL:  After deleting file at bld4 use inblok
        as the new file for nmblok

        TESTING REQUIREMENTS:  Check all save operations that
        fail from within a document.  ^KT ^KD ^KS. 






                      WordStar Integration Notice Template
        
        ===========================================================================
        
                                           Who:           Jim Scherr
                                           Date:          July 17, 1992
                                           Time Stamp:    9:48 a.m.
        
        
        Titles of Bugs Fixed/Changes Made:
        
        * (none)  Change display and input of SPMMEM (C, C, D) from 65535 
                  to -1.
        
        
        
        Summaries of Fixes/Changes:
        =================================================================
        BUG TITLE:  (none) Change display and input of spmmem...
        
        FIX  DETAIL:
        Add "(-1)" string for menu display and "currently" display to 
        Memory Usage Menu #1 screen.
        
        
        MODULES CHANGED:
        disable.asm - Show "(-1)" string.
        nsmain.asm - Update "currently" area in aword:
        nsio.asm - Update menu display for spmmem.
        nsms2.msg - Add "(-1)" string.
        nsdata.asm - Add spmmem to table for special -1 input handling.
        nshelp.msg - Help indicating new data entry type.
        
        
        TESTING  REQUIREMENTS:  Check "Memory Usage Menu #1" for default 
        "(-1)" string for "Main spelling buffer (kbytes)". When choosing 
        this option, the "Currently" string should be "(-1)" as well.  
        Acceptable input is 0 through 400 or -1 only. Values 0 through 
        400 display as numbers. Change other menu items with values on 
        that screen and others to check for no side effects.
        
        
        



