2001-12-03  Clinton Ebadi <unknown_lamer@hackedtobits.com>
	* NEWS: 0.1.2 information
	* input.hh: new input/output processing for keyword handlers
	* test.cc: updates examples to use new features

2001-12-04  Clinton Ebadi <unknown_lamer@hackedtobits.com>
	* input.hh: error handling additions
	* input.cc: get_command() and event_handler() changed
	* test.cc: updated to use new error handling code
	* NEWS: 0.1.3 information
	* input.hh: argumentless input/output_stream are now prefixed with get_
	* test.cc: fixed "moo" and "quit" to use get_output_stream
	* input.hh: New data type: game_handler_t replaces func_handler
	* input.cc: code updated to use game_handler_t
	* test.cc: new function (f_foo) that shows new features and updates to use game_handler_t
	* input.hh: optional arguments to callbacks supported
	