CHANGELOG
danm - July 2006

Added AJAX inline requests for subdirectories.
Added new menu callbacks : 
	filebrowser_raw, the AJAX Callback
	filebrowser_lite, a demo on how to select columns
	filebrowser_popup, a widget that can be used from other places
Adjusted the page callback to take the path as arguments, not just from GET
Re-worked the table construction to use a set of column callbacks, 
 to allow caller to define which columns get displayed,
 and to extend with their own columns.
Abstracted all the column layouts into their own function.
Column cells are now named arrays, not indexed numerically. 
 better for arbitray column sorting, and allows better CSS styling
Added some css to stop date column wrapping, and tighten layout.
Fixed problem where an empty directory request would list root (!)
Modified README to describe the new method of table building, and give sample code.
Added help page (pipes the README and displays demo code)
