2004-03-02  Keith Packard  <keithp@keithp.com>

	* debian/changelog:
	* debian/control:
	Separate build dependencies with commas

2004-02-26  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	Fix debuild stuff to always recreate tar files and share setup
	* debian/changelog:
	Update to 2.28

2004-02-26  Keith Packard  <keithp@keithp.com>

	* builtin/.cvsignore:
	Work harder at getting rid of builtin directory

2004-02-26  Keith Packard  <keithp@keithp.com>

	* builtin/Makefile.am:
	* builtin/bsdrandom.c:
	* builtin/namespaces.h:
	* builtin/semaphore.c:
	* builtin/sockets.c:
	* builtin/string.c:
	* builtin/thread.c:
	* builtin/toplevel.c:
	Get rid of builtin directory contents

2004-02-26  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* builtin.c:
	version.h has moved
	* Every file
	Change copyright to 2004

2004-02-26  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* debian/changelog:
	* debian/compat:
	* debian/control:
	* debian/copyright:
	* debian/nickle.install:
	* debian/rules:
	* make-version.sh:
	Clean up debian build instructions to make non-native package
	that conforms to policy.
	Change version.h build instructions

2004-02-15  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* configure.in:
	* builtin.h:
	Move builtin sources to top level directory so that
	make works right -- leaving them in the subdir meant that
	yacc/lex wouldn't get run at the right time.
	* value.h:
	Use unsigned bitfields to make :1 values easier to read in gdb
	Prototype more functions
	* debian/control:
	Switch standards version to 3.5.10 to make lintian happy
	* debian/rules:
	Don't install .cvsignore files in docs

2004-02-15  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* test/Makefile.am:
	* builtin/Makefile.am:
	Fix EXTRA_DIST.  Remove automatic version number updates.  That
	should be done by CVS.  Make separate build dir work.
	
	* debian/changelog:
	* debian/control:
	* debian/copyright:
	Take over debian package creation.

	* file.c: (FilePutDoubleDigitBase), (FilePutUIntBase),
	* nickle.h:
	(FileVPrintf):
	Add 'D' format to print out 64-bit values (for tick counts)

2004-01-18  Keith Packard  <keithp@keithp.com>

	* box.c: (NewBox):
	box->replace was uninitialized

2003-12-13  Keith Packard  <keithp@keithp.com>

	* compile.c: (CompileBuildArray), (CompileArrayInit),
	(CompileImplicitInit):
	Use canonical type to see if ANONINIT is an array.
	Don't need to call TypeCanon before recursive CompileImplicitInit
	call.
	* version.m4:

2003-10-25  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* autogen.sh:
	Use automatic dependencies, fix up yacc stuff a bit.
	Replace autogen.sh with short version

2003-10-24  Keith Packard  <keithp@keithp.com>

	* compile.c: (CompileLvalue):
	* version.m4:
	Couple of valgrind problems:
	Initialize branch.offset field in all instructions so that
	CompileIsReachable can blindly fetch them before the real
	offset is set.
	Set the static link offset to zero for names contained in
	declarations; it was otherwise uninitialized.

2003-10-25  Keith Packard  <keithp@keithp.com>

	* builtin/Makefile.am:
	* builtin/builtin.c: (BuiltinType):
	* builtin/builtin.h:
	* expr.c: (NewExprComma):
	* nickle.h:
	* version.m4:
	Eliminate bogus explicit dependencies from Makefile.am
	Eliminate need for gram.h in builtins
	Move #include version.h from builtin.h to builtin.c

1.99.0:	First semi-public test release
2.00:	Stable enough for Debian package
2.20:   Things are pretty good now
