2007-11-20  Michael Meeks  <michael.meeks@novell.com>

	* disksim-3.0/libparam/Makefile.am: get the 
	dependencies and compile pieces right for libparam.tab.h
	etc.

2007-10-03  Michael Meeks  <michael.meeks@novell.com>

	* TraceData.cs: add line number information to parser
	error reporting.
	(Process): use a single global stack for now: this is
	what the valgrind tool does (for simplicity).

2007-10-02  Michael Meeks  <michael.meeks@novell.com>

	* Simulator.cs, FSModel.cs, TraceData.cs: add FSync
	parsing, and push it through to an FSModel stub.

	* configure.ac: require only automake 1.8 for Ubuntu,
	* BaseView.cs (UpdateSettingsAndView, BuildTreeStore): 
	handle null root (eg. completely empty/invalid prf files),
	thanks to Stewart Smith for the reports.