Thu Jan 25 23:49:52 1996  Drake Diedrich  <dld@valera.anu.edu.au (Drake Diedrich)>

	* Makefile: Added a comment about linking.

Thu Jan  4 04:46:42 1996  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c:
	Treats command stack as a fifo, not a stack, when printing out prompts
	and commands.

Thu Jan  4 03:01:03 1996  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c:
	Fixed typeahead prompt mixups (was always prompting with the last
	prompt received, even if several commands out of sync).

	* README:
	Updated README to cover commandline specifications and some compiling
	difficulties.

	* README: Comments about global termcap symbols.

	* Makefile: Added configure and OBJ prereqs to Solaris target.

Wed Jan  3 23:55:49 1996  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c:
	Replaced putchar() with putcharf(), which calls putchar().  For SunOS's sake, where putchar() is a macro.

Tue Dec 19 13:20:48 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* hub.c: Initial revision

Sun Dec  3 23:28:23 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c: Added append mode for redirections.

Sat Nov 25 08:31:50 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* Makefile: Added osf1 target.
	Added -9 to gzip for that extra 1%.

	* Makefile: Added solaris target (two extra libraries required)

Sat Nov 25 06:21:28 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c: Made server/country configurable.  Parse commandline.
	Fixed command prompt printing (buffering screwed it up).
	Probably fixed a memory leak above as well.
	Change unknown prompt from "> " to ": " to avoid flash confusion.

	* README: Comments on portability.
	List known bugs.

	* lafe.tar.gz.info: Initial revision

Sat Nov 25 02:07:21 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c: Fixed a couple warnings.

	* README: Initial revision

	* Makefile: Added new targets for distribution.

Sat Nov 25 01:28:35 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c:
	A bunch of changes, comments lost when gaia's disk failed.  Fortunately
	I'd copied this source file to empire.net first.

Sat Nov 18 12:49:18 1995  Drake Diedrich  <dld@bernal.anu.edu.au (Drake Diedrich)>

	* lafe.c:
	primitive exec implemented.  Does no local parsing.  blank lines
	crash the empire3 server (I'm hassling Ken to fix it at his end).
	File redirection needs to be stacked so that redirections within
	the exec file are local, not global.
	   Fixed inform parsing and new tele message prompts.  Empire3 is not
	sending [new tele] when an update occurs.

	* lafe.c:
	Fixed piping/readline conflict by putting a wait() right after the
	pipe close.  Also waits after file close, but should return immediately
	as there are no child processes.
	   Ignores SIGPIPE in case more closes prematurely.
	BUG: readline continues writing to stdout even if some other
	processes has been given stdout (more).  Actually, I kind of like
	the blinking '>'..

	* lafe.c:

	close() should have been fclose() in redirection section.  Fixed
	whitespace removal in both redirection and piping.
	BUG: need to fix readline prompt after piping.

	* lafe.c: new tele messages supported with rl_message()
	custom prompts (type 4) implemented as command prompts
	command prompt modified to look like emp_client prompt
	BUGS: redirection and piping don't work.  exec is unimplemented.

	* lafe.c:
	Fixed the command prompt, the readline prompt is now overwritten
	by resetting rl_display_prompt=rl_prompt=prompt.
	   There may be a memory leak now.. will look for it.

	* lafe.c:
	Fixed buffering problem that led to lost data and tracking failures
	(unimplemented protocol errors).

	* Makefile: Fixed dependencies so lafe compiles.

	* Makefile: Initial version

	* lafe.c: *** empty log message ***



