Fri Sep 12 14:46    1997  glen e. p. ropella <gepr@santafe.edu>

        * tclObjc.m: changed %u to %p for 64-bit compatibility
        * tclObjc.m: changed for new ObjC compatibility.

Wed Nov 20 1996 glen e. p. ropella <gepr@santafe.edu>

	* Modified Tcl.m to account for the variable tcl_rcFileName
	being a Tcl variable instead of a C variable.

Mon Oct 28 1996 glen e. p. ropella <gepr@santafe.edu>

	* Modified Tcl.[hm] and Tk.m to account for changes in
	Tcl between 7.4 and 7.5 and changes in Tk between 4.0 and 
	4.1.  These include the renaming of the tcl_RcFileName to
	tcl_rcFileName and changes from the variable tk_NumMainWindows
	to Tk_GetNumMainWindows.  Also, allowed Tk_Init to create the
	main window for the raster in Tk.m and filled in the "w" 
	variable with what it generated.

Wed Dec 13 18:04:33 1995  Nelson Minar  <nelson@santafe.edu>

	* .texi: removed the .texi sources, because I'm not keeping them
	up to date.

	* configure.in: remove check for tcl version: assumes tcl7.4
	or newer.

	* tclObjc.h: replace Class * with Class, to be consistent
	with gcc 2.7.0.

	* INSTALL: updated instructions to reflect changes.
	
Tue Aug  8 00:09:15 1995  Nelson Minar  <nelson@santafe.edu>

	* configure.in: modernize configure.in

	* Makefile.in: changed "clean" targets around a bit to be more
	friendly.

	* Tcl.m: changed declaration of tcl_RcFileName to match
	tcl7.4 library organization.
	
	* Tcl.m: added in support for printing out all commands before
	they are sent to Tcl_Eval (debugging aid).

	* Tk.h, Tk.m: add mainWindow method

	* Beginning of Nelson's libtclobjc maintainance
