2001-10-21  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Added SAM support for win/makefile.vc

2001-04-04  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Allow user to change the header widths in HList widget.

----------------------------------------------------------------------
2001-03-26  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * Tix 8.2.0 EA released.
----------------------------------------------------------------------	

2001-02-26  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Added Inno Setup script tools/winsetup.iss for creating
	  Win32 self-extracting executable.

2001-02-08  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Added tools for generating PDF for man pages.

2001-01-23  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Enabled MouseWheel event handling for tixGrid, tixHList and
  	  tixHList widgets.

2001-01-21  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Added new tools/tix-man2html.tcl for generating HTML version
          of the Tix man pages.
        * Files in man/*.html are now auto-generated (with
          GNUmakefile) so they are no longer kept in the CVS tree.
        * Renamed the man pages like HList.n to tixHList.n so that
          they can be easily picked up by the Unix man command (e.g.,
          man tixHList).

2001-01-14  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* The DItem API has been changed to better separate the DItem
	  rendering from the host widgets. Now background, highlight
	  and anchor line rendering are all done by the DItems
	  themselves.

2001-01-11  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Removed old4176.zip. There has been many incompatible changes
	  that made building Tix with pre-8.0 Tcl very difficult.

2001-01-08  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* Tix_LoadTclLibrary() is removed. Use tcl_findLibrary instead.

2001-01-07  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * SAM support for the Tix library itself has been restored
          (unix only). You can use the --enable-sam option for
          unix/configure to include all the Tix script files in
          libtix.{a,so}. 

          There is no SAM support for building the TCL and TK
          libraries, though.

          Also, there is no libtixsam.{a,so} anymore. The Tix scripts
          are linked into libtix.{a,so} directly if SAM is enabled.
----------------------------------------------------------------------
2001-01-05  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * Tix 8.2.0 EA released.
----------------------------------------------------------------------	
2001-01-04  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * New file win/makefile.gnu for building Tix with the free
	  Cygwin tools instead of VC++.
	
2001-01-03  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * Tix version changed to Tix 8.2.0.
	
2000-12-29  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * New "HTML-like" widget demo front-end "demos/widget", copied
	  from Tk 8.x.
	
2000-12-28  Ioi K. Lam  <ioilam@users.sourceforge.net>
        * Windows build is updated to the standard procedure defined in
          the Tcl Extension Architecture (TEA). Only VC++ makefile
          is supported in the moment.
        * New win32 executable tixwishc81.exe uses the "DOS" console
          instead of the GUI TK console. This is usually better for
          debugging purposes during Tix core development. The old
          tixwish81.exe remains, without change, for end-user apps.
        * Support for ET (Embedded Tk) is now officially removed. See
          notes about Stand-Alone Module (SAM) below.

2000-12-26  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* !!! FEATURE REMOVED !!!
          The Stand-Alone Module (SAM) feature is now dropped from
          Tix. If you wish to package scripts inside an executable
          binary, use one of the "wrap" extensions (such as ProWrap)
          instead. The following files are removed from the
          repository:
                unix/tixUnixSam.c
                unix/samAppInit.c
        * Namespace handling code has been updated to the Tcl 8.0+
          API. Therefore, the old special handling code for Itcl is no
          longer necessary. The following files are removed from the
          repository:
                generic/tixItcl.h
                generic/tixItcl.c
        * Unix build is updated to the standard procedure defined in
          the Tcl Extension Architecture (TEA). Now there is a single
          configure script that builds Tix for different versions of
          Tcl 8.x. All the old build subdirectories such as unix/tk8.3
          are now removed.
          
          This new build procedure also uses the "Stubs" interface to
          link to Tcl and Tk. This way, the same libtix.so can be
          loaded into any version of wish that supports stubs.

2000-12-23  Ioi K. Lam  <ioilam@users.sourceforge.net>
	* New option -usetkdialog for tixFileEntry widget.
	* !!! INCOMPATIBILITY !!! -scheme and -fontset options are now
	  silently ignored in the [tix] command. This is done to achieve
	  better native look-and-feel. Support for the -fontset and
	  -scheme options will be reimplemented in a future version.
	
2000-12-16  Ioi K. Lam  <ioilam@users.sourceforge.net>
	!!! INCOMPATIBILITY !!!
	* [tixWidgetClass] behavior has changed in incompatible ways:
	  (1) Tcl-style comments (prefixed by #) are no longer allowed.
	      The second argument to [tixWidgetClass] is treated strictly
	      as a list accepted by Tcl_SplitList().
	  (2) the [subst] command is no longer applied on certained
	      entries in the second argument to [tixWidgetClass]. If you
	      want substitution to happen, use [tixWidgetClassEx] instead.

======================================================================
Log started 2000-12-16
======================================================================
