home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c003 / 1.ddi / HISTORY.DOC < prev    next >
Encoding:
Text File  |  1987-05-07  |  8.0 KB  |  252 lines

  1.  
  2.  
  3.                  WINDOWS FOR C
  4.                 VERSION HISTORY
  5.  
  6. v4.14    Released May 8, 1987
  7.  
  8.     Fixed bugs in the following modules:
  9.  
  10.         csr_hide.c    csr_show() did not show the cursor under certain
  11.             circumstances.
  12.  
  13.         pl_csr.c    Design change: now maintains global variable _csrvis.
  14.  
  15.         init_wfc.c    Design change: now initializes global variable
  16.             _csrvis according to the cursor position.
  17.  
  18.         mf_def.c      Fixed casting of NULLP to appropriate types.
  19.         mf_rwrpl.c
  20.  
  21.         menu2.c      UNIX BSD 4.2 ONLY!
  22.         st_case.c
  23.         v_err.c      Fixed calls of tolower() and toupper() macros.
  24.         vcs_errf.c
  25.         ptd_str.c
  26.  
  27. v4.13    Released Apr 24, 1987
  28.  
  29.     Fixed bugs in the following modules:
  30.  
  31.         v_mov.c    Did not properly execute video moves for the ENDCOL
  32.             move type.
  33.  
  34.         _v_mov.asm    FOR MICROSOFT C COMPILER ONLY.    There was a very
  35.             subtle bug that caused the display not to be updated
  36.             properly under Microsoft Windows for the LARGE and
  37.             COMPACT memory models.
  38.  
  39.         _chkadapter.c  XENIX ONLY.    Did not properly initialize the
  40.         _isammtty.c    WFC terminal interface variables when running on the
  41.         _termdef.c       console under XENIX V.2.1.3 and earlier.  These
  42.                routines worked correctly for any terminal under all
  43.                versions of XENIX and the console under XENIX V.2.2.
  44.  
  45. v4.12    Released Apr 2, 1987
  46.  
  47.     Fixed bugs in the following modules:
  48.  
  49.         errout.c    For DOS any UNIX operating systems, now returns
  50.             a 1 to the operating system to conform to the
  51.             established convention of returning a 1 on error.
  52.  
  53.         vid_mode.c    Now always saves and restores the original value of
  54.             cl_att.  Will save and restore original values of
  55.             wn0 when switching to/from graphics mode.
  56.  
  57.         v_err.c    Now saves the status for tv_upd and keyloop function.
  58.             tv_upd is set to 1 and any keyloop function is
  59.             disabled.  If user requests to continue, the original
  60.             values for tv_upd and the keyloop function are
  61.             restored.
  62.  
  63. v4.11    Released Feb 21, 1987
  64.  
  65.     Fixed bugs in the following modules:
  66.  
  67.         _pop_tr.c    Had a flaw in logic that caused it to overwrite
  68.             memory in the LARGE model (and DATA model for Lattice,
  69.             COMPACT model for Microsoft, LARGE DATA model for
  70.             Aztec) for some compilers.  This only occured when
  71.             WN_DEBUG was enabled.
  72.  
  73. v4.10    Released Feb 9, 1987
  74.  
  75.     New Features added:
  76.  
  77.         Added the VCS Traceback and Error Handler System
  78.         The location of window name can now be specified
  79.         New family of memory file functions
  80.         mf_def()    mf_rwdel()
  81.         mf_rd()     mf_rwins()
  82.         mf_clr()    mf_rwrpl()
  83.         mf_free()    mf_scrl()
  84.         mf_wr()     mf_rwp()
  85.  
  86.     Fixed bugs in the following modules:
  87.  
  88.         exit_wfc.c    Now forces a GE (Graphics End) to ensure that the
  89.             terminal is not left in graphics mode.    This
  90.             applies only to UNIX and VMS versions.
  91.  
  92.         v_ch.c    Now respects the PL_CSR option in the window
  93.             structure.
  94.  
  95.         mf_rd.c    Corrected bug that incorrectly flagged a MEMLACK
  96.             error as a FILETOOBIG error.
  97.  
  98.         _cs_addp.c    Redesigned code to alleviate the problem caused
  99.             by co-tasking and co-resident WFC programs.
  100.  
  101.         _p_addp.c    Redesigned code to alleviate the problem caused
  102.             by co-tasking and co-resident WFC programs.
  103.  
  104.         wfc_xtrn.h    Added the extern declaration for file_lnp().
  105.  
  106.         mf_rwrpl.c    Fixed the bug that would truncate the string
  107.             passed by the user.  mf_rwrpl() should only
  108.             truncate the copy that is inserted into the FLINE
  109.             structure.
  110.  
  111. v4.04    Released Mar 18, 1986
  112.  
  113.     Fixed bugs in the following modules:
  114.  
  115.         di_file.c    During bug fix for v4.03, we introduced another,
  116.             independent bug.  This bug resulted in di_file()
  117.             declaring the file too big to fit in the FREC if
  118.             the file contained EXACTLY the same number of lines
  119.             as in the call to def_fr().
  120.  
  121. v4.03    Released Mar 5, 1986
  122.  
  123.     Fixed bugs in the following modules:
  124.  
  125.         di_st.c    AZTEC Large Code model only -- replaced with
  126.             current version of di_st.c.  Old version did not
  127.             properly translate <LF><CR> into <NL>
  128.  
  129.         sti_file.c    CI Big model only -- Bug in CI compiler generated
  130.             incorrect code for big model.  Caused us to corrupt
  131.             the heap.  Changed code to work around CI bug.
  132.  
  133.         di_file.c    _wn_err was not set for file close errors.  It was
  134.             possible that errors which ocurred later in the
  135.             module would mask earlier errors.  This was
  136.             corrected.
  137.  
  138.         unset_wn.c    Did not set wnp->pu_storp = NULLP when the
  139.             underlying image for a pop-up window was restored.
  140.             If a second call to unset_wn() was made before an
  141.             intervening call to set_wn() was made, garbage
  142.             would be displayed on the screen.
  143.  
  144.         _cmp_vrb.c    XENIX/UNIX versions only -- Modified so that the
  145.             screen buffer is updated when _force = TRUE.
  146.  
  147. v4.02    Released Jan 22, 1986
  148.  
  149.     New features added:
  150.  
  151.         A keyboard loop function can be installed that will be executed
  152.         whenever ki() is called and no keystrokes are available in the
  153.         keyboard buffer.  See read.aaa on the system diskette for more
  154.         information.
  155.  
  156.     Source code is now provided for vs_file().
  157.  
  158.     Fixed bugs in the following modules:
  159.  
  160.         att_glob.h    Added variable type for _attcolq.
  161.  
  162.         wfc_defs.h    Now only #defines NULL, NULLP and NULLFP if not
  163.             previously defined.
  164.  
  165.         v_mova.c    Fixed bug that would overwrite memory for IN
  166.             moves if the length of ASCII string was longer than
  167.             window part.
  168.  
  169.         free_fil.c    Fixed bug that did not NULLP out the array of
  170.             FLINEPTR's, did not set fr.ln_q = 0 and did not
  171.             set fr.c_q = 0.
  172.  
  173. v4.01    Released Nov 26, 1985
  174.  
  175.     Fixed bugs in the following modules:
  176.  
  177.         vo_att.c    Returned character byte instead of attribute
  178.             byte.
  179.  
  180.         csr_type.c    Added code to properly handle cursor emulation
  181.             mode in EGA.
  182.  
  183.         _v_mov.asm    Fixed bug that prevented screen output when
  184.             program was loaded into high memory.
  185.  
  186. v4.00    Released Oct 31, 1985
  187.  
  188.     Major upgrade from v3.1.  The major changes are:
  189.  
  190.         *  A logical attribute system allows you to write one program
  191.            for both color and monochrome systems.
  192.  
  193.         *  Pop-up windows are now implemented by setting a switch in the
  194.            window structure.  Functions set_wn() and unset_wn() do the
  195.            rest.
  196.  
  197.         *  The function di_f() and v_f() have been replaced by an
  198.            extensive set of new functions for creating, modifying and
  199.            displaying files in memory.  Among the benefits:
  200.  
  201.             **    You can easily create memory files from in-line
  202.             code.
  203.  
  204.             **    Information for display can be stored and updated
  205.             off-screen.
  206.  
  207.         *  The menu function is much easier and less demanding to use.
  208.  
  209.         *  Formatted output, equivalent to printf(), is available.
  210.  
  211.         *  Windows can have names automatically displayed in the
  212.            border.
  213.  
  214.         *  When the IBM Enhanced Graphics Adapter is active, the system
  215.            takes advantage of its faster output.
  216.  
  217.     Fixed bugs in the following modules:
  218.  
  219.         cls.c    Attempted to clear a 80 column screen even in 40
  220.             column video modes.
  221.  
  222.         ki_chk.c    Did not properly detect the CTRL-BREAK key.  This
  223.             affected the operation of ki_cum().
  224.  
  225.         k_vcom.c    Did not properly place the cursor if the
  226.             top-of-file or bottom-of-file message appeared in a
  227.             1 row window.
  228.  
  229.             Permitted the cursor to move beyond the end of the
  230.             file if the file length was shorter than the
  231.             display window.
  232.  
  233.             Always positioned the cursor to the first line when
  234.             <K_UP> was pressed and the top-of-file message
  235.             appeared in the window.
  236.  
  237.         pl_wn.c    Allowed the window to be placed 1 column too far to
  238.             the right which resulted in the right-most column
  239.             being placed off-screen.  This caused the column to
  240.             be wrapped around to the left side of the screen.
  241.  
  242.         v_st_nop.c    Improperly handled output if the virtual cursor was
  243.             not in the first column in the window.    The string
  244.             would write beyond the right boundary of the
  245.             window.
  246.  
  247.         v_st_rw.c    Improperly word wrapped a line if a newline was the
  248.             first character beyond the word wrap boundary.
  249.             This resulted in an extra blank line being
  250.             displayed in the window.
  251.  
  252.