2011-08-03  Don Porter  <dgp@Users.sourceforge.net>
	* generic/itclInt.h: fix for SF bug #3385041

2011-08-01  Don Porter  <dgp@Users.sourceforge.net>
	* win/makefile.vc: MSVC support updates.  Thanks to Twylite.
	* win/rules.vc:

2011-07-15  Don Porter  <dgp@Users.sourceforge.net>

	* generic/itcl.h:
	* configure, configure.in, Makefile.in: Bump version to 4.0b7

2011-06-30  Don Porter  <dgp@Users.sourceforge.net>

	* configure.in:		Build system changes to accomodate TEA updates
	* Makefile.in:
	* generic/itcl.h:

2011-04-29  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
	* generic/itcl.h:
	* configure, configure.in, Makefile.in: Bump version to 4.0b6

2010-09-26  Miguel Sofer  <msofer@users.sf.net>

	* itcl/generic/itcl2TclOO.c (Itcl_NRRunCallbacks):
	Tcl's [Patch 3072080] (a saner NRE): TclNRRunCallbacks lost one
	argument. 

2010-08-22  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
        * itclInt.h, itclObject.c, itclInfo.c: fix for BiInfoHeritageCmd
	and BiInfoInheritCmd function, if we have no object context

2010-08-17  Jeff Hobbs  <jeffh@ActiveState.com>

	* itclConfig.sh.in, releasenotes.txt, generic/itcl.h:
	* itclWidget/tclconfig/tcl.m4, itclWidget/Makefile.in:
	* itclWidget/configure, itclWidget/configure.in:
	* itclWidget/itclWidgetConfig.sh.in (removed):
	* configure, configure.in, Makefile.in: Bump version to 4.0b5
	Update to TEA 3.9
	Remove unnecessary itcl_INCLUDE_DIR (dup of itcl_INCLUDE_SPEC)

2010-05-17  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
        * itclClass.c:          undo change from 2010-05-16
2010-05-16  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
        * itclClass.c:          allow variable namespace to exist
2010-05-02  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
        * itclClass.c:		fix for SF bug #2993540
	* itcl2Tcloo.c:         fix for SF bug #2993648
	* itcl2Tcloo.h:         fix for SF bug #2993648
	* itclBuiltin.c:        added an empty line for beautifying
	* itclCmd.c:            in Itcl_IsObjectCmd if in constructor use the correct ioPtr
	* itclObject.c:         in Itcl_ObjectIsa check for contextIoPtr == NULL 
	                        to avoid segmentation violation
2010-04-21  Arnulf P.Wiedemann  <wiede@users.sourceforge.net>
	* itclCmd.c:		Add missing Tcl_DStringFree for [itcl Bug 2983809]
	* itclEnsemble.c:
	* itclObject.c:
	* itclParse.c:
	* itclResolve.c:

	* itclParse.c:          better error message when using: public mthod ... 
	                        instead of public method ...
2010-04-08  Don Porter  <dgp@Users.sourceforge.net>
	* itclInt.h:		Add #ifdef guards to attempt inclusion of
				a unistd.h header file only where one exists.
2010-04-05  Don Porter  <dgp@Users.sourceforge.net>
	* itclTclIntStubsFcn.c:	Remove attempt to return value from
				Itcl_ResetRewriteEnsemle() which is declared
				as returning (void).  Thanks to Andreas
				Kupried for reporting the compiler errors.
2010-03-28  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* typeinfo.test:        integrated fix for [Tcl Bug 2821935] and
	* typeoption.test:	other fixes from Donal Fellows.  This helps
	* itclParse.c:		work around a limitation in the MSVC 6.0
	* itclBuiltin.c:	compiler.
	* itclBase.c:
	* itcl2TclOO.c:
2010-03-19  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* configure.in:    	add missing include files for install,thanks to Reinhard Max for
	                        the patch
	* itclInfo.c:		removed "uplevel 1" in Itcl_BiInfoUnknownCmd.c, which made problems
	                        with "info complete", reported by Reinhard Max
	* itclMethod.c:		fixed bug, which caused core dump in CallItclObjectCmd, thanks to
	                        Reinhard Max for the patch
2010-03-06  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* itcl.decls:    	changed CONST in declarations to const
	* itclDecls.h:
	* itclIntDecls.h
	* itcl2TclOO.c:		adaption to typedef change in TclOO for TclOO_PreCallProc and
				TclOO_PostCallProc
	* itclNeededFromTclOO.h:
	* itclBuiltin.c:	allow installcomponent for ::itcl::type too typeclass.test install-1.7
	* itclClass.c:		use "new" style params in Itcl_FindClass

2009-10-25 Arnulf P. Wiedemann <wiede@users.sf.net>
	* itclCmd.c:            fix for Itcl_AddOptionCmd

2009-10-24 Arnulf P. Wiedemann <wiede@users.sf.net>
	* itclMethod.c:          if during call of constructor, when building
	                         an object there were multiple recursive calls
				 on CallItclObjectCmd and errors have not been
				 propagated. Now hadConstructorError
				 field in ItclObject struct is used for that
				 purpose.
	* itclInt.h:
	* itclObject.c:

	* itclObject.c:          allow %:var_name substitution in delegate
	                         method using part for extendedclass

	* itclObject.c:          allow call of delegated methods in constructor
	                         of ::itcl::extendedclass
	* itclBuiltin.c:
	* itclMethod.c:


2009-10-23 Arnulf P. Wiedemann <wiede@users.sf.net>
        * generic/itcl.h:        bumped version to 4.0b4
	* configure.in:
	* configure:

	* itclClass.c:           fixed bug which prevented correct error
	                         reporting when there was a problem when
				 creating an object, also fixed to use correct
				 NRE calling

2009-10-23  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* itclMigrate2TclCore.c: added Itcl_GetUplevelCallFrame and 
	                         Itcl_ActivateCallFrame functions
	                         same as in Itcl3.4. They are needed to call
				 the itk_component command with the suitable
				 call frame as this is needed for access to the
	                         proc local vars. This was the fix for SF 
				 bug #2840994
	* itclStubInit.c:
	* itcl.decls:
	* itclDecls.h:
	* itclIntDecls.h:

	* itclResolve.c:         added special_resolve_vars. Also needed
	                         for SF bug #2840994


2009-10-22  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* itclLinkage.c:    changed CONST in declarations to const
	* itclMethod.c:
	* itclBase.c:
	* itclBuiltin.c:
	* itclStubs.c:

	* itclObject.c:     added an empty line (beautifying)

	* itclInfo.c:       no extra method for info exists, use the
	                    ItclBiInfoUnknownCmd instead
			    fix for bug # 2738459
	* itclObject.c:     fix for bug # 2789473
	* itclResolve.c:    fix for bug # 2495261

	* itclCmd.c:             use of new Tcl functions as suggested from dkf
	* itclHelpers.c:
	* itclMigrate2TclCore.c:
	* itclMigrate2TclCore.h:
	* itclTclIntStubsFcn.c:
	* itclTclIntStubsFcn.h:

2009-10-20  Arnulf P. Wiedemann <wiede@users.sourceforge.net>
	* generic/itclParse.c:	fix for bug  #2871541.
	       added a lot of checks if within a class
	       environment (iclsPtr != NULL), as there
	       were a lot of similar cases

2009-10-18  Arnulf P. Wiedemann <wiede@users.sourceforge.net>

	* generic/itclInfo.c:	fix for bug  #2830946.
	* pkgIndex.tcl.in:	fix for bug  #2856166.
	* itclInt.h:    for linux we need inclusion of unistd.h otherwise
	                intprt_t type is not defined

	* itclResolve2.c:       changed CONST in declarations to const
	* itclTclIntStubsFcn.c:
	* itclObject.c:
	* itclParse.c:
	* itclClass.c:
	* ItclEnsemble.c:
	* itclHelpers.c:
	* itclCmd.c:
	* itclUtil.c:

2009-07-18  Daniel A. Steffen <das@users.sourceforge.net>

	* generic/itclClass.c:	fix warnings.
	* generic/itclParse.c:
	* generic/itclResolve.c:

	* configure.in:		check for intptr_t type and include sys/types.h
	* generic/itclInt.h:	to make INT2PTR & PTR2INT macros actually work.
	* itclng/generic/itclngInt.h:

	* configure:		autoconf-2.59

2009-05-09  David Gravereaux <davygrvy@pobox.com>

	* generic/itcl.h:
	* generic/itclDecls.h:   Better C++ support.
	* generic/itclStubLib.c: #define USE_TCL_STUBS is required

2009-03-19  Jeff Hobbs  <jeffh@ActiveState.com>

	* generic/itclBase.c: reduce size of initScript to satisfy MSVC6.

2008-02-21 Arnulf P. Wiedemann <wiede@users.sf.net>
        * fix for SF bug 2595708 itclParse.c and itclBuiltin.c
	* fix for problem with scope command path reported by 
	* Harald Krummeck on c.l.t ItclCmd.c
2008-02-02 Arnulf P. Wiedemann <wiede@users.sf.net>
        * generic/itcl.h configure.in:
	             bumped version to 4.0b3
2008-02-01 Arnulf P. Wiedemann <wiede@users.sf.net>
        * tests/widgetadaptor.test and tests/widgetclass.test:
	             removed package require Tk to avoid running the tests
		     always
2008-01-24 Arnulf P. Wiedemann <wiede@users.sf.net>
	* generic/itclBase.c:	added *Dict*Info functions to allow fully
	* generic/itclBuiltin.c:integration of itclWidget package.
	* generic/itclClass.c:  itclWidget package is no longer needed.
	* generic/itclCmd.c:	The *Dict*Info* function also allow in the
	* generic/itclObject.c: future to replace itclInfo.c by a scripted
	* generic/itclParse.c:  version written in tcl.
	* generic/itclInfo.c:   For replacing itclWidget package itclWidget.tcl
	* generic/itclMethod.c: has been filled with new procs, which are
	* library/itclWidget.tcl:called from the C parts, when needed.

	* generic/itclHelpers.c:here one can find all the *Dict*Info functions

	* library/ictlHullCmds.tcl:
				here are similar funtions to itclWidget.tcl for
				use by ::itcl::extendedclass

	* generic/itclUtil.c:	malloc.h include now bracketed with 
				#ifdef ITCL_PRESERVE_DEBUG as it is only used
				for debugging. I have to look for a solution
				using memory.h as a portable version, but
				for that I have to understand that first.
				With #ifdef ITCL_PRESERVE_DEBUG, the malloc
				and free calls can be used again, these are
				necessary, as im am checking stuff done by
				ckalloc and ckfree, so these cannot be used.
2009-01-15 David Gravereaux <davygrvy@pobox.com>
	* generic/itcl2TclOO.h:  More cleanups changing the last of the 
	* generic/itclClass.c:   'EXTERN' macros to just be 'extern' as we 
	* win/.cvsignore:        aren't importing the declaration, just  
	* win/itcl.rc:           sharing it internally.  This caused warnings 
	* win/makefile.vc:       on windows during the link stage as it was 
	* win/nmakehlp.c:        getting confused about 'why are you 
	* win/rules.vc:          importing an internal function?'
2009-01-15 David Gravereaux <davygrvy@pobox.com>
	* generic/itclMigrate2TclCore.h:    All build errors squashed
	* generic/itclStubLib.c:
	* generic/itclTclIntStubFcn.h:
	* win/makefile.vc:  
2009-01-14 David Gravereaux <davygrvy@pobox.com>
	* generic/itclBase.c:
	* generic/itclBuiltin.c:
	* generic/itclClass.c:
	* generic/itclCmd.c:
	* generic/itclEnsemble.c:
	* generic/itclHelpers.c:
	* generic/itclInfo.c:
	* generic/itclMethod.c:
	* generic/itclMigrate2TclCore.c:
	* generic/itclObject.c:
	* generic/itclParse.c:
	* generic/itclResolve.c
	* generic/itclStubs.c
	* generic/itclTclIntStubsFcn.c:
	* win/makefile.vc:
		Changes to allow compiling on windows with
		MSVC++.  Double declaration of internal 
		functions not yet repaired.  DOESN'T
		BUILD YET with makefile.vc.
2009-01-14 Daniel A. Steffen <das@users.sourceforge.net>
    * Makefile.in: fix itclConfig.sh install location to match TEA convention
    * aclocal.m4: match minimum autoconf requirement with TEA
    * configure: autoconf-2.59
    * generic/itclUtil.c: fix Mac OS X build failure (dkf) [Bug 2505545]
2008-12-11 Arnulf P. Wiedemann <wiede@users.sf.net>
    * itcl-ng first beta release 4.0b1
2008-12-06 Arnulf P. Wiedemann <wiede@users.sf.net>
    * built enhanced functions for chasing memory leaks in adding 
    * functionality to the functions available in Tcl core 
    * and fixed a lot of leaks of that class
2008-11-30 Arnulf P. Wiedemann <wiede@users.sf.net>
    * built functions for chasing memory leaks and fixed a lot of those
2008-11-16 Arnulf P. Wiedemann <wiede@users.sf.net>
    * second alpha release 4.0a1
2008-11-14 Arnulf P. Wiedemann <wiede@users.sf.net>
    * 207 tests for snit like functionality running
2008-10-19 Arnulf P. Wiedemann <wiede@users.sf.net>
    * the snit like commands are mostly implemented
    * starting with tests for snit like functionality
2008-10-18 Arnulf P. Wiedemann <wiede@users.sf.net>
    * first alpha release 4.0a0
2007-10-15 Arnulf P. Wiedemann <wiede@users.sf.net>
    * added the following commands:
    * ::itcl::extendedclass
    * ::itcl::adddelegatedoption
    * ::itcl::adddelegatedmethod
    * ::itcl::setComponent
2007-10-12 Arnulf P. Wiedemann <wiede@users.sf.net>
    * started to add commands in snit like class types:
    * option
    * typemethod
    * delegate option
    * delegate typemethod
    * delegate method
    * component
    * widgetclass
2007-09-29 Arnulf P. Wiedemann <wiede@users.sf.net>
    * started to add snit like commands and classtypes
    * these are ::itcl::type, ::itcl::widget, ::itcl::widgetadaptor
2007-09-29 Arnulf P. Wiedemann <wiede@users.sf.net>
    * new commands ::itcl::struct, ::itcl::nwidget ::itcl::addoption and
    * ::itcl::addcomponent
    * some rearraging of functions for options and delegation, so that
    * these can be used in the above commands without the need to load
    * the ItclWidget package
    * The above commands will be used for a prototype implementation
    * of NexTk (from George Peter Staplin) with Itcl using the megapkg
    * package of George Peter Staplin as a base
2007-09-29 Arnulf P. Wiedemann <wiede@users.sf.net>
    * fixed configuration files
    * new/modified code for ItclWidget package (missing code for specification)
    * added
2007-09-09 Arnulf P. Wiedemann <wiede@users.sf.net>
    * beautifying and fixes for stack backtrace handling
    * too many files to list here (nearly all)
2007-09-08 Arnulf P. Wiedemann <wiede@users.sf.net>
    * all new modules installed and added
This is the ChangeLog file for itcl-ng/itcl
it is here as Itcl and itcl-ng/itcl will be different modules in the future
