2002-02-14  Per Bothner  <per@bothner.com>

	* BRL.java (<init>):  Update path to progfun in loadClass argument.

2002-02-13  Per Bothner  <per@bothner.com>

	* progfun.scm:  Moved from gnu.brl.
	* Makefile.am: Update accordingly.

2002-01-31  Per Bothner  <per@bothner.com>

	* BRL (<init>):  Also do loadClass of gnu.kawa.servlet.HTTP.

2002-01-29  Per Bothner  <per@bothner.com>

	Support two languages "krl" (experimental) and "brl" (BRL-compatible).
	* BRL.java (getInstance):  Now take a 'compatible' flag.
	(getKrlInstance, getBrlInstance):  New static methods.
	(brlCompatible):  New field.
	(isBrlCompatible, setBrlCompatible):  New methods.
	(getLexer, parseFile):  Set lexer's compatible flag according to ours.
	(getOutputConsumer):  If compatible emit standard Scheme output.
	(makeBody):  If compatible, return standard BeginExp.
	* BRLRead.java (brlCompatible):  New field.
	(isBrlCompatible, setBrlCompatible):  New methods.
	(readObject):  If compatible, ]string[ is read as a regular <string>.
	* BRLReaderString.java (read):  Ditto.

	* BRL.java (<init>):  Load stringfun and progfun standard modules.

2002-01-23  Per Bothner  <per@bothner.com>

	New package - an experimental re-implemntation of BRL.
	* BRL.java:  New class, extends Scheme.
	(Prompter):  New class, extends Procedure1.
	* BRLRead.java:  New class, extends LispReader.
	* BRLReaderString.java:  New class, extends ReadTableEntry.
	* Makefile.am:  New file.
