1998-07-30

	* Makefile.in (install-mkdir): Split mkdir rules from install.
	Use $(MKDIR) instead of mkdir -p which is not so portable.
	(.PHONY): Add install-mkdir and install.

1998-07-27

	Patch by Masashi Fujita
	* Makefile.in: Enable autodep build outside source tree.
	* autodep: Use Getopt::Long.

1998-07-25

	* Version 1.1.0 released.

1998-07-23

	* StdC (new): Compute $debug here.

1998-07-23

	* autodep: Record parameters for options provided by queryoption.

	* StdC (@includepath): Initialize with ".".
	(searchfile): New function.
	(getinclude_): Use it.

1998-07-23

	* autodep (appendunique, adddepend, addtarget): Declare.
	Call queryoption and processoption.

	* StdLib (queryoption, processoption): New subroutines.
	* StdC (queryoption, processoption): Likewise.

1998-07-23

	* autodep (%shModuleOption, @shModuleOptionList): New variables.
	(%shTargetModule): Add `protocol' key to %shTargetModule.
	Check protocol version before reading ad.rule.

	* StdLib (new): Add missing closing brace.

1998-07-23

	* Start ChangeLog
