2016-05-15  Hiroki Sato <hrs@allbsd.org>

	* configure.ac: Use standard AM_PATH_LISPDIR instead of
	--with-lispdir and --with-emacs-cmd.  Add --enable-doc for
	documentation.
	* Makefile.am, configure.ac: Update build infrastructure to use
	automake properly.
	* egg.el: Fix warning about defgroup.
	* egg-cnv.el: Fix warning about (buffer-has-markers-at).
	* helper/Makefile.am: Compile helper binary only when necessary.
	* check-jisx0213.el: Removed in favor of checking it directly in
	the configure script.

2016-05-14  Hiroki Sato <hrs@allbsd.org>

	* Makefile.in: Add EMACS_CMD, datadir, datarootdir.  Use
	${INSTALL_DATA} for multiple files at once.  Install gzip'd .el
	files.
	* configure: Regenerated.
	* configure.ac: Add --with-emacs-cmd, --enable-getaddrinfo-unix,
	and --with-lispdir.
	* configure.in: Renamed with configure.ac.
	* debian/*: Removed.
	* egg-edep.el, egg-cnv.el: Add (egg-buffer-has-markers-at) since
	(buffer-has-markers-at) has been marked as obsolete since 24.3.
	* egg-com.el: Part of (make-coding-system) was converted because
	it has been marked as obsolete.
	* egg-edep.el: Use defalias for egg-deactivate-input-method.
	* egg-mlh.el: Replace string-to-int with string-to-number.
	* egg.el: Add custom group.

2013-05-05  Hiroki Sato <hrs@allbsd.org>

	* egg.el: Revert deactivate-current-input-method-function and
	last-command-char and check if they are bound to improve backward
	compatibility.

2013-04-24  Hiroki Sato <hrs@allbsd.org>

	* egg-com.el: Use (with-local-quit) around (accept-process-output).
	Replace (inactivate-current-input-method-function) with
		(deactivate-current-input-method-function).
	* egg.el: Replace (inactivate-input-method) with (deactivate-input-method).

2013-04-15  Hiroki Sato <hrs@allbsd.org>

	* its.el, menudiag.el: Use last-command-event instead of last-command-char.
