2012-10-20  Charles Turner <chturne@gmail.com>

	* PrimOps.scm (functionp): Remove brackets from type specifier.

2012-08-13  Charles Turner  <chturne@gmail.com>

	* PrimOps.scm (flet, funcall): New functions.

2008-01-22  Per Bothner  <per@bothner.com>

	*  PrimOps.scm (apply): Update for new Apply class changes.

2008-01-14  Per Bothner  <per@bothner.com>

	* PrimOps.scm (arrayp, stringp): Quote clisp:boolean,
	so the ':' gets passed through to Scheme.getNamedType.

2007-02-18  Per Bothner  <per@bothner.com>

	* PrimOps.scm (make-string, substring, char-to-string): Return FString.

2006-12-20  Per Bothner  <per@bothner.com>

	* Makefile.am: Simplify - we use '$JAVA kawa.repl' rather than $KAWA1.

2006-05-20  Per Bothner  <per@bothner.com>

	* PrimOps.scm (set): Fix typo sym -> symbol.  Use new colon syntax.

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

	* PrimOps.scm: Quote |<clisp:boolean>| since colon confuses reader.

2004-12-07  Per Bothner  <per@bothner.com>

	* PrimOps.scm: Update Symbol handling.
	(functionp): New function.

2004-08-07  Per Bothner  <per@bothner.com>

	* PrimOps.scm (apply):  applyN methods was renamed to doApply.

2003-10-12  Per Bothner  <per@bothner.com>

	* PrimOps.scm (prog1):  Define syntax definition.

2002-11-10  Per Bothner  <per@bothner.com>

	* PrimOps.scm (apply):  Add cast to <function>.

2001-06-19  Per Bothner  <per@bothner.com>

	* PrimOps.java (symbol-plist, setplist):  Comment out.
	(get, put):  New definitions using Porcdeure getProperty/putProperty.

2001-06-18  Per Bothner  <per@bothner.com>

	New package.
	* PrimOps.scm:  New file, based on code moved from gnu.jemacs.lang.
	* Makefile.am:  New file.
