2002-01-06  Theppitak Karoonboonyanan <thep@links.nectec.or.th>
	* src/command.c:
	Fix duplicated events bug for special keys, due to uninitialized
	variable "keysym".
	Fix String_Conv_Cb initialization type warning.

	* configure.in, src/main.c:
	Version 1.05.

2001-12-07  Chanop Silpa-Anan <chanop@debian.org>
	* configure.in: remove -m486 from default optimization flag since
	it prevents other architecture to compile by default.

2001-11-27  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* xiterm+thai.spec -> xiterm+thai.spec.in:
	Use %{name}, %{version}, %{release} variables which should be
	substituted at configure time. Use manifest

	* configure.in:
	Add code to xiterm.spec generation.

	* src/feature.h:
	Comment out UTMP_SUPPORT, as it does not compile on RH7.2.

	* configure.in, Make.common.in, doc/Makefile.in:
	Move package name & versions from Make.common.in to configure.in.
	Let configure.in handle doc/LSM and doc/xiterm.1 instead of make.

	* Makefile.in:
	Also clear xiterm+thai.spec before 'make distrib'.
	Fix 'make distrib' so that CVS's and .cvsignore's are not included
	in the tarball.
	Use -h option of tar to read symlinks, so that, when working with
	cvs, one can 'make distrib' by creating symlink $(NAME)-$(VERSION)
	pointing to xiterm+thai repository.

	* configure.in:
	Version 1.04


2001-08-01  Chanop Silpa-Anan <chanop@debian.org>

	* src/command.c: use /dev/ptmx for linux platform this fix a
	problem in using devfs.

2001-02-22  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* src/command.c, src/screen.c :
	  Add XNStringConversionCallback support for experiment with
	  the new Thai XIM.

2001-01-02  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* src/command.c :
	  Make XMODIFIERS come before "@im=none" (by changing the order
	  of the calls to XLocaleModifiers()).
	* Make.common.in, src/main.c :
	  Release version 1.04pre1

2001-01-01  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* xiterm+thai.spec :
	  Use variables in sources, path names; use BuildRoot
	* Make.common.in :
	  Add -D option to INSTALL_PROGRAM and INSTALL_DATA to have directory
	  prepared

2000-11-18  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* src/command.c :
	  Add XSetICFocus() to force initialization of Input_Context which is
	  necessary for XIM tasks.
	* src/command.c, src/xdefaults.c :
	  Add -tim option (thai_im resource) for specifying Thai XIM mode.
	  
2000-11-09  Theppitak Karoonboonyanan <thep@links.nectec.or.th>

	* Changelog :
	  Create GNUish changelog to keep track of changes
	* src/main.c :
	  Add setlocale() as per Lucy's contribution to support new Thai XKB
	  map of XFree86 4.0.1 which conforms to <X11/keysymdef.h>
	* Make.common.in, src/main.c :
	  Release version 1.03

