2001-10-07  Takeshi Morishima  <tm@interaccess.com>

	* simap4.el (simap4-job-wait1): A bit more graceful exit when user
	quit the command by C-g. It then kills TCP session and move to
	disconnected state. Next command will have to recover the session
	first before executing the command. Note that now C-g will not
	stop processing, rather returns nil result back to the
	application. Therefore, applications need to prepare for handling
	this abort case properly. (Should not assume that simap4 library
	functions will stop processing upon C-g.)
	(simap4-setup-proc-buffer-attributes): call w/ condition-case
	set-buffer-multibyte for mule/19.34
	(simap4-connect): call w/ condition-case set-process-coding-system
	for mule/19.34
	(simap4-debug): removed with-current-buffer for mule/19.34

2001-10-06  Takeshi Morishima  <tm@interaccess.com>

	* simap4.el (simap4-display-progress): added discard-input for
	sit-for case, in order to prevent sit-for from stop refleshing.
	(simap4-job-wait1): added quit handler.
	(simap4-display-progress-quit-by-user): added for user interrupt.

2001-10-06  Takeshi Morishima  <tm@interaccess.com>

	* make1.bat: fixed install directory checking.
	* ChangeLog: Initialized
	
2001-10-06  Takeshi Morishima  <tm@interaccess.com>

	* contrib/simap4/Makefile: Initialized
	* contrib/simap4/README.en: Initialized
	* contrib/simap4/README.ja: Initialized
	* contrib/simap4/make1.bat: Initialized
	* contrib/simap4/makeconf.el: Initialized
	* contrib/simap4/makeit.bat: Initialized
	* contrib/simap4/simap4-console.el: Initialized
	* contrib/simap4/simap4.el: Initialized
