2004-03-06  Nick Patavalis  <npat@efault.net>

	* picocom.8.xml, README: incorporated the manual page contributed
	by Oliver Kurth. Trimmed down README.

	* Makefile: Added targets that build the manpage (as well as an
	html-ized version using xmltoman).

2004-01-23  Nick Patavalis  <npat@efault.net>

	* Makefile: Removed compiler and linker command definitions, for
	better cross-compilation support, as suggested by Oliver Kurth.
	
	* picocom.c (fd_printf, fatal): Fixed a potential buffer-overflow,
	by replacing "vsprintf" by "vsnprintf", as suggested by Oliver
	Kurth.

2003-11-05  Nick Patavalis  <npat@efault.net>

	* picocom.c (run_cmd): Fixed the way the system(3)'s return-value
	is handled.

2003-10-24  Nick Patavalis  <npat@efault.net>

	* pcasc, pczm, pcym: Example scripts that start picocom
	preconfigured for ASCII, Z-MODEM, Y-MODEM, and X-MODEM file
	transfers respectively

2003-10-24  Nick Patavalis  <npat@efault.net>

	* NEWS: New picocom release 1.1

	* picocom.c : Better signal-handling. SIGTERM terminates the
	program, reseting the terminal (regardless of the "noreset"
	option). All other signals, are normally ignored, except for
	SIGINT which, when running an external program, terminates the
	child processes. If not running an external program, SIGINT is
	also ignored.

	* picocom.c : Added KEY_RECEIVE command. Similar to KEY_SEND, only
	used for transmitting a file. The external program's name is taken
	from the argument of the command-line option "--receive-cmd".

2003-10-21  Nick Patavalis  <npat@efault.net>

	* picocom.c : Added the KEY_SEND command. KEY_SEND asks the user
	for a file name, and calls an external program in order to
	transimt the program over the serial line. The external program's
	name is taken from the argument of the command-line option
	"--send-cmd".

2003-10-15  Nick Patavalis  <npat@efault.net>

	* picocom.c : Added the KEY_STATUS command. KEY_STATUS displays
	the current active settings of the program. Only settings that can
	be modified online are displayed.

2003-10-15 Nick Patavalis <npat@efault.net>
  
	* picocom.c : Added a missing "break" in the KEY_PARITY command
	  that caused it to fall-through and also execute the KEY_BITS
	  command.

