2005-05-12  Christoph Reichenbach  <reichenb@colorado.edu>

	* readline.sml (Readline.readline.build_rltable_item): Fixed
	reversal of completions (that'll hopefully teach me not to test
	these things with unary and commutative binary functions
	exclusively)

	* readline-base.sml (RLMakeAppResult): Split RLMakeApp functor
	into RLMakeApp, RLMakeResult, and RLMakeAppResult functors

	* readline-test.sml (ReadlineTest.test): Created separarate
	structure for a simple demo/example

2005-05-10  Christoph Reichenbach  <reichenb@colorado.edu>

	* readline.cm: Exported READLINE_APP_TYPE signature as well
	Exported RLMakeApp functor

	* readline.sig: Signature name capitalisation as below

	* readline-type.sig: Capitalised signature names to fit common
	naming conventions

	* readline.sig (Readline): Removed original readline, introduced
	new 'process' function to take care of its processing part,
	re-named 'readline_raw' to 'read', removed 'readline_done', added
	'process_readline' as the next-best thing to the previous readline

	* readline.cm: Added RLUnit to exports (D'Oh)
