Fri May 17 10:08:28 1996  Anthony Green  <green@rtl.cygnus.com>

	* run-test.scm: stderr is redirected to stdout during test.

Tue May 14 10:25:06 1996  Nogi Atsushi  <nogi@sukesan.thplan.csk.co.jp>

	* basic.scm (load): brought load function back to its original.

Fri May 10 15:00:59 1996  Anthony Green  <green@rtl.cygnus.com>

	* run-test.scm: quits when error is caught in test file.

Fri Mar 29 14:12:19 1996  Takumi Doi (CSK)  <takumi@csk3.cygnus.com>

	* basic.scm (subvector): Added an MIT Scheme-like (not equivalent)
	subsequence procedure, due to public demand.

Wed Mar 27 14:01:10 1996  Anthony Green  (green@gerbil.cygnus.com)

	* run-test.scm (test-file): Added test-file function for
	use in test cases.

Tue Mar 26 20:00:30 1996  Atsushi Nogi (CSK)  <nogi@csk1.cygnus.com>

	* Makefile.in (files): added jis0201.scm.

	* unicode.scm: read jis0201.scm.

	* jis0201.scm: translation table for JIS0201.

Tue Mar 26 17:42:33 1996  Anthony Green  (green@gerbil.cygnus.com)

	* Makefile.in: Added run-test.scm

	* run-test.scm: Improved testing support.

Tue Mar 26 12:25:53 1996  Anthony Green  <green@taarna.cygnus.com>

	* startup.scm ((%gscm-indirect x)): Added dummy %gscm-indirect
	function.

Thu Mar 21 11:55:06 1996  Atsushi Nogi (CSK)  <nogi@csk1.cygnus.com>

	* Makefile.in: added unicode.scm, jis0208.scm.

	* unicode.scm: unicode support.

	* jis0208.scm: translation table from JIS0208 to UCS-2.

Fri Mar 15 12:41:14 1996  Anthony Green  (green@gerbil.cygnus.com)

	* configure: Regenerated.
	* threads.scm, startup.scm, configure.in, Makefile.in: Added
 	threads.scm, which is loaded if the threads feature is enabled.

Tue Mar  5 15:02:53 1996  Takumi Doi (CSK)  <takumi@csk3.cygnus.com>

	* basic.scm (load, %load, try-load, try-load-with-path): changed
        to have the load function accept an optional encoding arg.

Thu Feb 29 13:34:21 1996  Anthony Green  <green@cygnus.com>

	* configure.in: Always install mule.scm... once.

Wed Feb 28 07:05:12 1996  Gordon Irlam  <gordoni@cygnus.com>

	* startup.scm: Load mule.scm if I18N is enabled.

Wed Feb 28 01:42:07 1996  Gordon Irlam  <gordoni@cygnus.com>
	* Makefile.in (install): Don't cd while installing.  Add
        mule.scm.

Fri Feb 23 20:22:06 1996  Takumi Doi  <takumi@csk3.cygnus.com>

	* basic.scm (open-input-file, et al): open-file's kin now
        accept (some what clumsy) optional arg 'encoding'.

Thu Feb 15 16:52:19 1996  Atsushi Nogi (CSK)  <nogi@csk1.cygnus.com>

	* mule.scm: removed 'put' and 'get'. input/output-coding-system
	default to *junet*.

Thu Feb  8 15:39:15 1996  Atsushi Nogi (CSK)  <nogi@csk1.cygnus.com>

	* mule.scm (new file): functions and definitions on multibyte
	character sets and encoding.

	* configure.in: added support for --enable-i18n configure switch.

	* Makefile.in: added mule.scm.

Thu Feb  1 16:51:19 1996  Tom Tromey  (tromey@gerbil.cygnus.com)

	* require.scm: Export "provide".
	((feature->prereq feature)): Handle case where cat-entry is #f.

Wed Jan 31 14:31:03 1996  Per Bothner  <bothner@kalessin.cygnus.com>

	* basic.scm ((scm-style-repl)):  Emit single newline on EOF,
	even if not verbose, if we have a prompt.
	* startup.scm:  Make -q turn scm-repl-verbose false.

Tue Dec 19 15:54:37 1995  Anthony Green  <green@nellie>

	* basic.scm ((scm-style-repl)): Fixed spelling error.

Thu Nov 16 23:57:05 1995  Tom Lord  <lord@beehive>

	* basics.scm: integraded module system with the rest of the world.
	Factored out hobbit-compilable code from code that needs to be
	loaded at start-up.  Sorted, cleaned, threw out lots of junk.
	Simplified the file structure and gave startup files normal names.

Mon Nov  6 22:19:00 1995  Clark McGrew

	* Ginit.scm ((scm:load-source file)):

	"Here is an enhancement to Ginit included in guile-iii.tar.gz.
	 This scheme code causes the scheme load commands (try-load, load,
	 slib:load, &c) to understand a search path."

