home *** CD-ROM | disk | FTP | other *** search
-
-
- WINDOWS FOR C
- VERSION HISTORY
-
- v4.14 Released May 8, 1987
-
- Fixed bugs in the following modules:
-
- csr_hide.c csr_show() did not show the cursor under certain
- circumstances.
-
- pl_csr.c Design change: now maintains global variable _csrvis.
-
- init_wfc.c Design change: now initializes global variable
- _csrvis according to the cursor position.
-
- mf_def.c Fixed casting of NULLP to appropriate types.
- mf_rwrpl.c
-
- menu2.c UNIX BSD 4.2 ONLY!
- st_case.c
- v_err.c Fixed calls of tolower() and toupper() macros.
- vcs_errf.c
- ptd_str.c
-
- v4.13 Released Apr 24, 1987
-
- Fixed bugs in the following modules:
-
- v_mov.c Did not properly execute video moves for the ENDCOL
- move type.
-
- _v_mov.asm FOR MICROSOFT C COMPILER ONLY. There was a very
- subtle bug that caused the display not to be updated
- properly under Microsoft Windows for the LARGE and
- COMPACT memory models.
-
- _chkadapter.c XENIX ONLY. Did not properly initialize the
- _isammtty.c WFC terminal interface variables when running on the
- _termdef.c console under XENIX V.2.1.3 and earlier. These
- routines worked correctly for any terminal under all
- versions of XENIX and the console under XENIX V.2.2.
-
- v4.12 Released Apr 2, 1987
-
- Fixed bugs in the following modules:
-
- errout.c For DOS any UNIX operating systems, now returns
- a 1 to the operating system to conform to the
- established convention of returning a 1 on error.
-
- vid_mode.c Now always saves and restores the original value of
- cl_att. Will save and restore original values of
- wn0 when switching to/from graphics mode.
-
- v_err.c Now saves the status for tv_upd and keyloop function.
- tv_upd is set to 1 and any keyloop function is
- disabled. If user requests to continue, the original
- values for tv_upd and the keyloop function are
- restored.
-
- v4.11 Released Feb 21, 1987
-
- Fixed bugs in the following modules:
-
- _pop_tr.c Had a flaw in logic that caused it to overwrite
- memory in the LARGE model (and DATA model for Lattice,
- COMPACT model for Microsoft, LARGE DATA model for
- Aztec) for some compilers. This only occured when
- WN_DEBUG was enabled.
-
- v4.10 Released Feb 9, 1987
-
- New Features added:
-
- Added the VCS Traceback and Error Handler System
- The location of window name can now be specified
- New family of memory file functions
- mf_def() mf_rwdel()
- mf_rd() mf_rwins()
- mf_clr() mf_rwrpl()
- mf_free() mf_scrl()
- mf_wr() mf_rwp()
-
- Fixed bugs in the following modules:
-
- exit_wfc.c Now forces a GE (Graphics End) to ensure that the
- terminal is not left in graphics mode. This
- applies only to UNIX and VMS versions.
-
- v_ch.c Now respects the PL_CSR option in the window
- structure.
-
- mf_rd.c Corrected bug that incorrectly flagged a MEMLACK
- error as a FILETOOBIG error.
-
- _cs_addp.c Redesigned code to alleviate the problem caused
- by co-tasking and co-resident WFC programs.
-
- _p_addp.c Redesigned code to alleviate the problem caused
- by co-tasking and co-resident WFC programs.
-
- wfc_xtrn.h Added the extern declaration for file_lnp().
-
- mf_rwrpl.c Fixed the bug that would truncate the string
- passed by the user. mf_rwrpl() should only
- truncate the copy that is inserted into the FLINE
- structure.
-
- v4.04 Released Mar 18, 1986
-
- Fixed bugs in the following modules:
-
- di_file.c During bug fix for v4.03, we introduced another,
- independent bug. This bug resulted in di_file()
- declaring the file too big to fit in the FREC if
- the file contained EXACTLY the same number of lines
- as in the call to def_fr().
-
- v4.03 Released Mar 5, 1986
-
- Fixed bugs in the following modules:
-
- di_st.c AZTEC Large Code model only -- replaced with
- current version of di_st.c. Old version did not
- properly translate <LF><CR> into <NL>
-
- sti_file.c CI Big model only -- Bug in CI compiler generated
- incorrect code for big model. Caused us to corrupt
- the heap. Changed code to work around CI bug.
-
- di_file.c _wn_err was not set for file close errors. It was
- possible that errors which ocurred later in the
- module would mask earlier errors. This was
- corrected.
-
- unset_wn.c Did not set wnp->pu_storp = NULLP when the
- underlying image for a pop-up window was restored.
- If a second call to unset_wn() was made before an
- intervening call to set_wn() was made, garbage
- would be displayed on the screen.
-
- _cmp_vrb.c XENIX/UNIX versions only -- Modified so that the
- screen buffer is updated when _force = TRUE.
-
- v4.02 Released Jan 22, 1986
-
- New features added:
-
- A keyboard loop function can be installed that will be executed
- whenever ki() is called and no keystrokes are available in the
- keyboard buffer. See read.aaa on the system diskette for more
- information.
-
- Source code is now provided for vs_file().
-
- Fixed bugs in the following modules:
-
- att_glob.h Added variable type for _attcolq.
-
- wfc_defs.h Now only #defines NULL, NULLP and NULLFP if not
- previously defined.
-
- v_mova.c Fixed bug that would overwrite memory for IN
- moves if the length of ASCII string was longer than
- window part.
-
- free_fil.c Fixed bug that did not NULLP out the array of
- FLINEPTR's, did not set fr.ln_q = 0 and did not
- set fr.c_q = 0.
-
- v4.01 Released Nov 26, 1985
-
- Fixed bugs in the following modules:
-
- vo_att.c Returned character byte instead of attribute
- byte.
-
- csr_type.c Added code to properly handle cursor emulation
- mode in EGA.
-
- _v_mov.asm Fixed bug that prevented screen output when
- program was loaded into high memory.
-
- v4.00 Released Oct 31, 1985
-
- Major upgrade from v3.1. The major changes are:
-
- * A logical attribute system allows you to write one program
- for both color and monochrome systems.
-
- * Pop-up windows are now implemented by setting a switch in the
- window structure. Functions set_wn() and unset_wn() do the
- rest.
-
- * The function di_f() and v_f() have been replaced by an
- extensive set of new functions for creating, modifying and
- displaying files in memory. Among the benefits:
-
- ** You can easily create memory files from in-line
- code.
-
- ** Information for display can be stored and updated
- off-screen.
-
- * The menu function is much easier and less demanding to use.
-
- * Formatted output, equivalent to printf(), is available.
-
- * Windows can have names automatically displayed in the
- border.
-
- * When the IBM Enhanced Graphics Adapter is active, the system
- takes advantage of its faster output.
-
- Fixed bugs in the following modules:
-
- cls.c Attempted to clear a 80 column screen even in 40
- column video modes.
-
- ki_chk.c Did not properly detect the CTRL-BREAK key. This
- affected the operation of ki_cum().
-
- k_vcom.c Did not properly place the cursor if the
- top-of-file or bottom-of-file message appeared in a
- 1 row window.
-
- Permitted the cursor to move beyond the end of the
- file if the file length was shorter than the
- display window.
-
- Always positioned the cursor to the first line when
- <K_UP> was pressed and the top-of-file message
- appeared in the window.
-
- pl_wn.c Allowed the window to be placed 1 column too far to
- the right which resulted in the right-most column
- being placed off-screen. This caused the column to
- be wrapped around to the left side of the screen.
-
- v_st_nop.c Improperly handled output if the virtual cursor was
- not in the first column in the window. The string
- would write beyond the right boundary of the
- window.
-
- v_st_rw.c Improperly word wrapped a line if a newline was the
- first character beyond the word wrap boundary.
- This resulted in an extra blank line being
- displayed in the window.
-