###############################################################################
#
# File:         CHANGES
# RCS:          $Header: /users/npm/src/widgit/RCS/CHANGES,v 1.3 1994/07/27 04:03:01 npm Exp $
# Description:  Description of changes made to WINTERP after version 2.00
# Author:       Niels P. Mayer
# Created:      Tue Jun 14 01:46:15 1994
# Modified:     Tue Jul 26 21:02:52 1994 (Niels Mayer) npm@indeed
# Language:     N/A
# Package:      N/A
# Status:       X11r6 contrib release
# 
# Copyright (C) 1994, Enterprise Integration Technologies Corp. and Niels Mayer.
# WINTERP 1.15-1.99, Copyright (c) 1993, Niels P. Mayer.
# WINTERP 1.0-1.14, Copyright (c) 1989-1992 Hewlett-Packard Co. and Niels Mayer.
# 
# Permission to use, copy, modify, distribute, and sell this software and its
# documentation for any purpose is hereby granted without fee, provided that
# the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation, and that the name of Enterprise Integration Technologies,
# Hewlett-Packard Company, or Niels Mayer not be used in advertising or
# publicity pertaining to distribution of the software without specific,
# written prior permission. Enterprise Integration Technologies, Hewlett-Packard
# Company, and Niels Mayer makes no representations about the suitability of
# this software for any purpose.  It is provided "as is" without express or
# implied warranty.
# 
# ENTERPRISE INTEGRATION TECHNOLOGIES, HEWLETT-PACKARD COMPANY AND NIELS MAYER
# DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
# WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL ENTERPRISE
# INTEGRATION TECHNOLOGIES, HEWLETT-PACKARD COMPANY OR NIELS MAYER BE LIABLE
# FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
# RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
# CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
# CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
###############################################################################

2.00 --
	* Initial X11r6 contrib release
2.01 -- 
	* Update Xtango copyrights as per John Stasko's request
	* Fix typos in doc/winterp.doc
	* Fix typos in doc/winterp.man doc/wl.man
2.02 --
	* Fix bug in 'src-server/winterp.c' causing compilation errors w/
	  X11r6 -- something about redefining memset(). Fix was to move
	  <X11/Xlibint.h> near all the other headers; previously I had placed
	  it just prior to the function requiring Xlib internals,
	  Winterp_XPrintDefaultError(). It would be a Good Thing to try to
	  achieve the functionality of Winterp_XPrintDefaultError() without
	  having to include Xlibint.h -- clearly bogus.
	* Fix 'src-server/Imakefile' because wrong useage of SYS_LIBRARIES
	  would cause problems when compiling with X11r6 libraries -- X11r6
	  Xtoolkit requires some extra libraries, e.g. -lICE. Therefore I
	  replaced -lXt w/ $(XTOOLLIB) and replaced -lX11 w/ $(XLIBONLY).
	* Fix 'examples/bitmap-br2.lsp' -- forgot to add ';' to comment-out
	  header "Description:" lines. (Duuh).
	  text in the header is supposed to be commented out! (Duuuh!).
	* Fix 'examples/xlisp-2.1d/infix.lsp' -- forgot to add ';' to comment-
	  out header "Description:" line, as above....
2.03 --
	* Linux Changes (thanks to Serge Kolgan -- root@starato.wwb.noaa.gov)
	  ** Updated src-server/expect/pty_bsd.c. Added #ifdef for Linux -- #include <bsd/sgtty.h>
	  ** Added Makefile.linux in all C directories (derived from Makefile.sun4)
	* Updated Makefiles
	  ** fixed 'make install' for src-client/Makefile.* .
	  ** fixed 'make install' for src-server/Makefile.{sun4,sungc,NeXT,Ultrx,
	     linux}. Makefile.{hpux8,hpux9,irix5,osf1} contain SYSV-ish
	     'install -f' useage, whereas others use BSDish 'install'.
	* Updated all Makefile.solar -- removed '-X c' compilation mode
	  (strict ANSI) and replaced with default mode. Strict ANSI gave lots
	  of stupid warnings from procedures from stdio.h and string.h whose
	  return value declarations got changed from 'int' to
	  'size_t == unsigned int' (???).
	* Updated doc/winterp.doc with a variety of information, typo fixes,
	  new functionality, etc.
	* Updated doc/winterp.man, doc/wl-tcpip.man, doc/wl.man with
	  information on WINTERP home page, fixed some layout problems.
	* Added Motif 1.2 Manager resource :XMN_INITIAL_FOCUS
	* Added Motif 1.2 methods: 
		WIDGET_CLASS Method :GET_FOCUS_WIDGET ;
		WIDGET_CLASS Method :GET_TAB_GROUP ;
		WIDGET_CLASS Method :IS_TRAVERSABLE ;
		WIDGET_CLASS Method :GET_VISIBILITY .
	* Removed global setting of resource '*traversalOn: True' in
	  src-server/Winterp.ad -- may interfere with keyboard traversal 
	  defaults if you use Motif with '*keyboardFocusPolicy: Explicit'.
