2002-10-06  Takeshi Morishima  <tm@onepost.net>

	* makeconf.el: updated to use APEL installer. (based on 10.4)
	
	* make1.bat: made to use makeconf.el defined install functions.
	
	* Makefile: made to use makeconf.el defined install functions.

2002-09-28  Takeshi Morishima  <tm@onepost.net>

	* simap4.el (simap4-job-wait1): xemacs does not takes second
	optional argument for a fraction of a second.  Since we already
	rely on floating point type, for now use float.
	
	* simap4.el (simap4-start-keepalive-timer): xemacs does not like
	to start timer immediately after cancellation.  For now until
	keepalive is supported, comment out timer actiation.
	
2002-01-08  Takeshi Morishima  <tm@interaccess.com>

	* simap4.el (simap4-job-wait1): Fixed a bug causing premature read
	of a tagged response line.  Updated respose regexps to detect an
	entire line that contains matching response tag instead of only
	the response tag at the beginning of the line before moving ahead
	to parse the response code.
	
2002-01-06  Takeshi Morishima  <tm@interaccess.com>

	* simap4.el (simap4-parse-resp-status): fixed bug in status
	response parser.

2002-01-01  Takeshi Morishima  <tm@interaccess.com>

	* simap4.el (toplevel): updated compat level from 0 to 1 and imap4
	version from 1.0 to 1.1 for next interface update.
	(simap4-define-access-functions): added new simap4 attribute,
	selected-mailbox-attr.
	(simap4-select): when newly selected, set all responses for the
	selected mailbox attributes to new attribute
	selected-mailbox-attr.
	(simap4-examine): when newly selected, set all responses for the
	selected mailbox attributes to new attribute
	selected-mailbox-attr.

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
