2000-05-18  Kevin L. Mitchell  <klmitch@mit.edu>

	* configure.in: bump version number

	* Makefile.am (EXTRA_DIST): add COPYING and INSTALL

2000-01-31  Kevin L. Mitchell  <klmitch@emc.com>

	* ll_find.c (ll_find): Stupid me, I forgot to update the arguments
	check

	* configure.in: bumped the package version number; not bothering
	the library version number, though perhaps I should...

	* ll_find.c (ll_find): implemented new API

	* link.h.top: link_find() API was useless, duh; if you know the
	address of the object, you can always find the link representing
	it.  Make it more useful by passing a comparison function and a
	key to look up...

2000-01-27  Kevin L. Mitchell  <klmitch@emc.com>

	* ll_init.c (ll_init): wrote ll_init()

	* Makefile.am (liblink_la_SOURCES): list all my new sources

	* le_init.c (le_init): wrote le_init()

	* ll_iter.c (ll_iter): wrote ll_iter()

	* ll_flush.c (ll_flush): wrote ll_flush()

	* ll_find.c (ll_find): wrote ll_find()

	* ll_rem.c (ll_rem): wrote ll_rem()

	* ll_add.c (ll_add): wrote ll_add()

	* link.h.top: defined API

	* link.h.bot: initial external header bottom

	* link.h.top: initial external header top

	* link_int.h: initial internal header

	* link_err.et: initial error table

	* configure.in: initial configue script

	* Makefile.am: initial makefile

