2001-11-30  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/newpy/Makefile.in (NEWPY_DIR): New variable.
	(NEWPY_JARFILE): New variable.
	(NEWPY_DATAFILES): Removed *.jar from this variable.
	(install): Install $(NEWPY_DATAFILES) to $(NEWPY_DATADIR), and
	install $(NEWPY_JARFILE) to $(NEWPY_DIR).

2001-10-30  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/auth/Authenticator.cpp (set_fd_from): When from_hostname is
	alread set, free it before setting new value.

2001-10-24  HideToshi Tajima  <tajima@eng.sun.com>

	* im_server/Makefile.in (CONFDIR): 
	   change install location of htt.conf to /usr/lib/im from /etc
	
2001-10-23  HideToshi Tajima  <tajima@eng.sun.com>

	* watchdog/Makefile.in:
	* watchdog/watchdog.c:
 	 - remove the reference to SystemMessage.h

	* im_server/svrimprotohandler/svrimprotohandler.cpp:
	* im_server/svric/svric.cpp, svric.hh:
	 - Fix build errors on Solaris w/ Forte 6 C/C++ compilars

	* im_server/session/LEManager.cpp, LEManager.hh:
  	 - add GetSubString method to class LEManager
	 - add two new IM languages: "zh_HK" and "th_TH"
	 - remove imutil

	* im_server/resource/resource.cpp, resource.hh:
  	 - add GetSubString method to class IMResource
  	 - remove the reference to SystemMessage.h
  	 - surpress a compile warning message

	* im_server/util/imurl.cpp
	* im_server/itt/itt.cpp, itt.hh:
  	 - remove the reference to SystemMessage.h
  	 - surpress a compile warning message

	* im_server/imuser/IMUser.cpp, IMUser.hh:
	* im_server/session/sessioniml_sunim.cpp, sessioniml_sunim.hh:
	 - remove imutil
	 - save aux_proxy_session of each desktop user instance. This
	   change is for making a single htt_xbe process serve
	   multiple language engines at a time

	* im_server/auth/Authenticator.cpp, Authenticator.hh:
	 - Fix build errors on Solaris w/ Forte 6 C/C++ compilars

	* im_server/main.cpp:
	 - code clean up

	* htt_xbe/main.cpp:
  	 - surpress a compile warning message

	* htt_xbe/ResourceDB.cpp:
	 - clean up #if obsolute
  	 - surpress a compile warning message
	 - change install location of htt.conf file to
	   /usr/lib/im/htt.conf - later this should be modified
	   to search the htt.conf file for two locations
		- /etc/lib/im/htt.conf
		- /usr/lib/im/htt.conf

	* htt_xbe/Makefile.in:
	* im_server/Makefile.in:
	 remove SunWS_cache when make clean

	* language_engines/cm/Makefile.in (distclean-generic): 
	* language_engines/newpy/Makefile.in (distclean-generic): 
	* language_engines/newpy/xaux/Makefile.in (distclean-generic): 
	 Fix make distclean failure

2001-10-04  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/cm/XSunIMCm.c (__EXTENSIONS__): Defined because
	this module uses many Solaris extensions.

	* im_server/util/solaris/IMSystem.cpp (__EXTENSIONS__): Defined
	for sigsend().

2001-09-29  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/auth/Authenticator.cpp (set_hostinfo): If we cannot
	obtain domainname even by gethostbyname(), set domainname to NULL
	and set the domainname_symbol_name's value to "".

	* language_engines/sampleja2/mapfile.sampleja2.so: Added.
	This file is required for the compilation on Solaris.
	
	* language_engines/cm/Makefile.in (CXXFLAGS): Removed.
	It was never used.
	(LINK): Remove CFLAGS.
	($(LIBRARIES)): Use $(LINK) instead of $(COMPILE) and
	remove SHLIBLDFLAGS from the argument list.

	* language_engines/newpy/xaux/Makefile.in (INCLUDES): Defined.

2001-09-29  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/auth/Authenticator.cpp (set_fd_from): avoid to
	use gethostbyname2() because Solaris dose not support this
	function.

	* language_engines/sampleja/xaux/mapfile.aux.so: Added.
	This file is required for the compilation on Solaris.
	* language_engines/newpy/xaux/mapfile.aux.so: Ditto.

2001-08-21  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/htt.conf: Set DefaultPermission to "deny".

	* im_server/auth/UserAuth.hh (class UserAuth): Remove the
	declaration of authenticate_with_pam().

	* im_server/auth/iwrap.h: Add the declaration of authenticate_with_pam().

	* im_server/auth/iwrap.c (authenticate_with_pam): Moved from UserAuth.cpp.
	(local_conv_for_pam): Likewise.

	* im_server/auth/UserAuth.cpp: Don't include pam header file,
	include iwrap.h instead.
	(local_conv_for_pam): Moved to iwrap.c.
	(authenticate_with_pam): Ditto.
	(check_password): Call authenticate_with_pam() in a new style.
	If sysuser_at is PERMIT, set the password to NULL.

	* im_server/auth/Authenticator.cpp (auth_fd): When the access type
	is CHECKUSER, pass the password to check_password() because the
	configuration on users may require the password.

2001-08-18  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/auth/Authenticator.cpp (normalize_hostname_pattern):
	New function.
	(set_entry): Call normalize_hostname_pattern() if pattern is HOSTNAME.
	(set_hostinfo): It replaces set_domainname().  It sets domainname,
	and set DOMAINNAME and HOSTNAME symbols.
	(set_domainname): Removed.
	(Authenticator): call set_hostinfo() instead of set_domainname().

	* im_server/auth/Authenticator.hh (class symbol_mapper): 
	New class.
	(Authenticator::set_domainname): Removed.
	(Authenticator::set_hostinfo): New method.
	(Authenticator::sm): New member.
	(Authenticator::normalize_hostname_pattern): New member function.

	* im_server/Makefile.in (install-configfile): New target.
	(configfiles): New variable.
	(CONFDIR): New variable.
	(install): Now it depends also on install-configfile.

	* im_server/htt.conf: New file.

	* im_server/itt/itt.cpp (Itt::Itt): Just for clarity, init.
	pauth just before we need it (i.e. before readconfig()).
	(Itt::initialize): For the above reason, don't init. pauth
	at this time.

2001-07-24  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/auth/Authenticator.cpp (addr_elements_maxnum): New
	constant variable.
	(addr6_elements_maxnum): Ditto.
	(check_pattern_type): Change the format of address pattern.
	(addr_element_to_number): Allow '/'.
	(addr6_element_to_number): Likewise.
	(store_addr_pattern): New function.
	(store_addr6_pattern): New funtion.
	(match_addr46_entry): Unified version of match_addr_entry() and
	match_addr6_entry().  Now this function checks matchings of
	number representation of addresses.
	(match_entry): Call match_addr46_entry() instead of match_addr_entry()
	and match_addr6_entry().
	(set_fd_from): Set from_address and from_address_bitlen in number
	representation.

	* im_server/auth/Authenticator.hh (Authenticator::auth_entry):
	Add new members, host_pattern and addr_pattern.
	(class Authenticator): Now from_address is not char* but int*.
	Add new member from_address_bitlen.  Add new member functions,
	store_addr_entry() and store_addr6_entry().  Unify two address
	matching functions into one, match_addr46_entry().

2001-07-18  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/Makefile.in (SVRIM_OBJS): Remove iwrap.o.
	(AUTH_OBJS): New variable.  Moved iwrap.o here.
	(LDADD): Add $(AUTH_OBJS).
	(LIBS): Add @LIBCRYPT_FLAGS@ and @LIBPAM_FLAGS@.

	* im_server/include/Makefile.in (AUTH_HEADERS): New variable.
	(ALL_HEADERS): Add $(AUTH_HEADERS).

	* im_server/resource/resource.hh (RDB_CONFIGFILE): New macro.

	* im_server/resource/resource.cpp (myrdb_items):
	Add "cf" option for `configfile' variable.
	(IMResource::operator=): Copy configfile member too.
	(resourceGetValues): Deal with RDB_CONFIGFILE.  Only returns
	the value of configfile variable.

	* im_server/svrimprotohandler/svrimprotohandler.cpp (getIMTransAccept):
	Recreated.  This only calls fd_ok() of itt's authenticator.
	(Authenticate): Recreated.  This only calls auth_fd() of itt's authenticator.

	* im_server/itt/itt.cpp (readconfig): New function.
	(get_access_type): New function.
	(initialize): Init pauth with UserAuth(), and set
	the command name for it.
	(Itt): Call readconfig(), and add a default entry of pauth for
	local connections.
	* im_server/itt/itt.hh (class Itt):
	Add new members: pauth, get_authenticator(), and readconfig().

	* im_server/svrimprotohandler/iwrap.h: Moved to ../auth.
	* im_server/svrimprotohandler/iwrap.c: Ditto.
	* im_server/auth/iwrap.h: Moved from ../svrimprotohandler
	* im_server/auth/iwrap.c: Ditto.

	* im_server/auth/UserAuth.cpp: New file.
	* im_server/auth/UserAuth.hh: New file.

	* im_server/auth/Authenticator.cpp:  New file.
	* im_server/auth/Authenticator.hh:  New file.

2001-07-12  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/svrimprotohandler/iwrap.h: New file.
	* im_server/svrimprotohandler/iwrap.c: New file.

	* im_server/svrimprotohandler/svrimprotohandler.cpp:
	If HAVE_PWENT is defined, include sys/types.h and pwd.h
	(getIMTransAccept): New function.
	(Authenticate): New function.

	* im_server/svrimprotohandler/svrimprotohandler.hh (class SvrIMProtoHandler):
	Add new methods, getIMTransAccept() and Authenticate().

	* im_server/Makefile.in (IMUSER_SRCS): Removed.  Define modules in *_OBJS directly.
	(SVRIC_SRCS): Ditto.
	(IDK_SRCS): Ditto.
	(SVRIC_SRCS): Ditto.
	(SVRIM_SRCS): Ditto.
	(ITT_SRCS): Ditto.
	(RES_SRCS): Ditto.
	(IMUSER_OBJS): Redefined. 
	(SVRIC_OBJS): Redefined.  Add iwrap.o also.
	(IDK_OBJS): Redefined. 
	(SVRIC_OBJS): Redefined. 
	(SVRIM_OBJS): Redefined. 
	(ITT_OBJS): Redefined. 
	(RES_OBJS): Redefined. 
	(LIBS): Add @LIBWRAP_FLAGS@.
	(COMPILE): New macro.
	(.c.o): Recreated for compiling c programs.

2001-07-05  MIYASHITA Hisashi  <himi@m17n.org>

	* xwatchdog/watchdog.c 	(search_program): New function.
	(start_htt_server): Use search_program().  And on SunOS,
	if it is in openwin directory and putenv OPENWIN_MOTIF_PRELOAD_ENV
	in the new process, which will run the program.
	(start_htt_props): Use search_program().
	(check_driver_module): Removed.  Because htt_xbe no longer use
	driver modules.

2001-06-05  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/Makefile.in (install): Add install-binPROGRAMS as
	a dependency.

2001-05-16  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/CannaLE.c (if_GetIfInfo):
	Don't output the debugging message.

	* language_engines/sampleja/xaux/Makefile.in (install):
	New target.

	* xwatchdog/Makefile.in (IMBINDIR): New variable.
	(install): Install httx to $(IMBINDIR).

	* watchdog/Makefile.in (IMBINDIR): New variable.
	(install): Install htt to $(IMBINDIR).

	* language_engines/ude/Makefile.in (IMLEIFDIR): New variable.
	(IMLOCALEDIR): New variable.
	(UDE_LOCALEDIR): New variable.
	(UDE_DATADIR): New variable.
	(install): Install $(UDENGINE_SO) to $(IMLEIFDIR), and
	install data/pinyin.mb to $(UDE_DATADIR).

	* language_engines/template/Makefile.in (IMLEIFDIR): New variable.
	(install): Install template.so to $(IMLEIFDIR).

	* language_engines/sampleja3/xaux_motif/Makefile.in (install):
	New target.

	* language_engines/sampleja3/xaux_common/Makefile.in (install):
	New target.

	* language_engines/sampleja/Makefile.in (IMLEIFDIR): New variable.
	(install): Install sampleja.so to $(IMLEIFDIR).

	* language_engines/sampleja2/Makefile.in (IMLEIFDIR): New variable.
	(install): Install sampleja2.so to $(IMLEIFDIR).

	* language_engines/sampleja3/Makefile.in (IMLEIFDIR): New variable.
	(install): Install sampleja3.so to $(IMLEIFDIR).

	* language_engines/newpy/xaux/Makefile.in (install):
	New target.

	* language_engines/newpy/Makefile.in (IMLEIFDIR): New variable.
	(IMLOCALEDIR): New variable.
	(NEWPY_DATADIR): New variable.
	(NEWPY_DATAFILES): New variable.
	(install): Install newpy.os to $(IMLEIFDIR), and install
	$(NEWPY_DATAFILES) to $(NEWPY_DATADIR).

	* language_engines/cm/Makefile.in (IMLEIFDIR): New variable.
	(install): Install cm2.so to $(IMLEIFDIR).

	* language_engines/canna/Makefile.in (IMLEIFDIR): New variable.
	(install): Install CannaLE.so to $(IMLEIFDIR).

	* language_engines/Makefile.in (install): New target.

	* im_server/Makefile.in (install-binPROGRAMS):
	Install $(bin_PROGRAMS) to $(IMBINDIR).
	(IMBINDIR): New variable.

	* htt_xbe/Makefile.in (IMBINDIR): New variable.
	(install): Install htt_xbe to $(IMBINDIR).

2001-04-23  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/CannaLE.c (canna_show_lookup_choice): Fix
	how to set indices of the variable of draw.  Start with 0 and
	set index_of_current_candidate correctly.
	(canna_translate_keyevent): When IM_VK_ENTER comes, force to return
	0x0D.

2001-04-21  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/CannaLE.c (EUC_JP_SS2): New macro.
	(EUC_JP_SS3): Ditto.
	(CANNA_NEXT_CHAR): Ditto.
	(CANNA_GUIDELINE_DELIMITER_P): Ditto.
	(lookup_choice_title): New variable.
	(create_IMText): At this point, create feedback and set it to the
	created IMText.
	(UTFCHAR_to_IMText): New function.
	(canna_preedit_done): New function.
	(canna_parse_guideline): New function.
	(canna_start_lookup_choice): New function.
	(canna_show_lookup_choice): New function.
	(canna_lookup_choice_done): New function.
	(canna_make_conversion_off): Call canna_lookup_choice_done() and
	canna_preedit_done() before turning off the conversion.
	(canna_process_keyevent): When KanjiGLineInfo is set, call
	canna_show_lookup_choice() if pks has gline; call
	canna_lookup_choice_done() otherwise.

2001-04-18  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/CannaLE.c (canna_le_init_filename):
	New variable
	(lename_string): Changed.
	(canna_init_filename): New function.
	(canna_init): When the initialization file for canna exists,
	set it.

	* language_engines/canna/Makefile.in (CannaLE.so): Add -lcanna option.

2001-04-17  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/CannaLE.c (canna_status_draw):
	When ks->mode is uninited, return immediately.
	(canna_preedit_draw): When pks->echoStr is uninited,
	return immediately.
	(if_canna_CreateSC): Initialize jrKanjiStatus variable with
	0, and buf with "".

2001-04-10  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/canna/Makefile.in: New Makefile.in
	for CannaLE.
	* language_engines/canna/CannaLE.c: New LE.

2001-03-15  MIYASHITA Hisashi  <himi@li18nux.org>

	* xwatchdog/Makefile.in: 
	* xwatchdog/watchdog.c: 
	* xwatchdog/watchdog.h: 
	* watchdog/Makefile.in: 
	* watchdog/SharedData.h: 
	* watchdog/watchdog.c: 
	* language_engines/ude/data/pinyin.mb: 
	* language_engines/ude/CodeTable.c: 
	* language_engines/ude/CodeTable.h:
	* language_engines/ude/Converter.c:
	* language_engines/ude/Converter.h:
	* language_engines/ude/GbkUnicode.h:
	* language_engines/ude/IMHandler.c:
	* language_engines/ude/IMKeyMap.h:
	* language_engines/ude/MakeCodeTable.c:
	* language_engines/ude/Makefile.in:
	* language_engines/ude/README:
	* language_engines/ude/UDEngine.c:
	* language_engines/ude/UDEngine.h:
	* language_engines/template/Makefile.in: 
	* language_engines/template/README: 
	* language_engines/template/template.c: 
	* language_engines/sampleja3/xaux_motif/LookupAux.c: 
	* language_engines/sampleja3/xaux_motif/Makefile.in:
	* language_engines/sampleja3/xaux_motif/PaletteAux.c:
	* language_engines/sampleja3/xaux_motif/sampleja3_xaux_so.c:
	* language_engines/sampleja3/xaux_gtk/Makefile.in: 
	* language_engines/sampleja3/xaux_common/KeyMap.c: 
	* language_engines/sampleja3/xaux_common/Makefile.in:
	* language_engines/sampleja3/xaux_common/commonIM.h:
	* language_engines/sampleja3/xaux_common/csconv.h:
	* language_engines/sampleja3/xaux_common/iiimpAux.h:
	* language_engines/sampleja3/xaux_common/trace_message.h:
	* language_engines/sampleja3/xaux_common/xaux_common.h:
	* language_engines/sampleja3/xaux_common/xaux_ext_common.c:
	* language_engines/sampleja3/xaux_common/xaux_ext_common.h:
	* language_engines/sampleja3/xaux_common/xaux_so_common.c:
	* language_engines/sampleja3/xaux_common/xaux_so_common.h:
	* language_engines/sampleja3/Makefile.in: 
	* language_engines/sampleja3/README:
	* language_engines/sampleja3/sampleja3.c:
	* language_engines/sampleja3/sampleja3_xaux.h:
	* language_engines/sampleja2/Makefile.in: 
	* language_engines/sampleja2/README: 
	* language_engines/sampleja2/sampleja2.cpp: 
	* language_engines/sampleja/xaux/GeneType.h: 
	* language_engines/sampleja/xaux/Makefile.in:
	* language_engines/sampleja/xaux/XAuxMethods.c:
	* language_engines/sampleja/xaux/XAuxMethods.h:
	* language_engines/sampleja/xaux/aux_ext.c:
	* language_engines/sampleja/xaux/aux_so.c:
	* language_engines/sampleja/xaux/iiimpAux.h:
	* language_engines/sampleja/sampleja.c: 
	* language_engines/sampleja/README: 
	* language_engines/sampleja/Makefile.in: 
	* language_engines/newpy/xaux/aux_win.c: 
	* language_engines/newpy/xaux/aux_so.c: 
	* language_engines/newpy/xaux/Makefile.in: 
	* language_engines/newpy/CikuOper.c: 
	* language_engines/newpy/CikuOper.h:
	* language_engines/newpy/Converter.c:
	* language_engines/newpy/Converter.h:
	* language_engines/newpy/GeneType.h:
	* language_engines/newpy/IMKeyMap.h:
	* language_engines/newpy/ImeGui.h:
	* language_engines/newpy/Jword.c:
	* language_engines/newpy/KeysymType.c:
	* language_engines/newpy/Makefile.in:
	* language_engines/newpy/NewPY.c:
	* language_engines/newpy/NewPY.h:
	* language_engines/newpy/NewPYLE.c:
	* language_engines/newpy/NewPYLE.h:
	* language_engines/newpy/OnKeySym.c:
	* language_engines/newpy/PYIM.h:
	* language_engines/newpy/ParsePreedit.c:
	* language_engines/newpy/PyBasic.c:
	* language_engines/newpy/PyBasic.h:
	* language_engines/newpy/README:
	* language_engines/newpy/SesElement.h:
	* language_engines/newpy/UdCikuOper.c:
	* language_engines/newpy/gb2312_unicode.h:
	* language_engines/newpy/gbk_unicode.h:
	* language_engines/cm/XSunIMCm.h: 
	* language_engines/cm/XSunIMCm.c: 
	* language_engines/cm/Makefile.in: 
	* language_engines/Makefile.in: 
	* im_server/util/win32/IMSystem.cpp: 
	* im_server/util/solaris/IMSystem.cpp: 
	* im_server/util/linux/IMSystem.cpp: 
	* im_server/util/imurl.hh: 
	* im_server/util/imurl.cpp: 
	* im_server/util/IMSystem.hh: 
	* im_server/svrimprotohandler/svrimprotohandler.hh: 
	* im_server/svrimprotohandler/svrimprotohandler.cpp: 
	* im_server/svric/svric.hh: 
	* im_server/svric/svric.cpp: 
	* im_server/session/LEManager.cpp: 
	* im_server/session/LEManager.hh:
	* im_server/session/converter.cpp:
	* im_server/session/converter.hh:
	* im_server/session/imsession.hh:
	* im_server/session/localeservice.cpp:
	* im_server/session/localeservice.hh:
	* im_server/session/lookup_choice.cpp:
	* im_server/session/lookup_choice.hh:
	* im_server/session/sessioniml_sunim.cpp:
	* im_server/session/sessioniml_sunim.hh:
	* im_server/session/sessioniml_xsunim.cpp:
	* im_server/session/sessioniml_xsunim.hh:
	* im_server/resource/resource.hh: 
	* im_server/resource/resource.cpp: 
	* im_server/resource/resource_iiimp.cpp:
	* im_server/resource/resource_iiimp.hh:
	* im_server/resource/resource_ximp.hh:
	* im_server/itt/itt.hh: 
	* im_server/itt/itt.cpp: 
	* im_server/include/class_proto.h: 
	* im_server/include/Makefile.in: 
	* im_server/include/Corelib.h: 
	* im_server/imuser/IMUser.hh: 
	* im_server/imuser/IMUser.cpp: 
	* im_server/idk/idk.hh: 
	* im_server/idk/idk.cpp: 
	* im_server/main.h: 
	* im_server/main.cpp: 
	* im_server/Makefile.in: 
	* htt_xbe/Makefile.in: 
	* htt_xbe/ResourceDB.cpp:
	* htt_xbe/ResourceDB.hh:
	* htt_xbe/main.cpp:
	* Makefile.in: 
	Change copyright notice.

2000-12-13  MIYASHITA Hisashi  <himi@m17n.org>

	* watchdog/Makefile.in (CXXLINK): Add $(REQUIREDCPPLIB).
	* xwatchdog/Makefile.in (CXXLINK): Likewise.
	* im_server/Makefile.in (CXXLINK): Likewise.
	* htt_xbe/Makefile.in (CXXLINK): Likewise.

	* watchdog/watchdog.c:
	* xwatchdog/watchdog.c: 
	* htt_xbe/main.cpp: 
	* htt_xbe/ResourceDB.cpp: 
	* im_server/util/solaris/IMSystem.cpp: 
	* im_server/util/linux/IMSystem.cpp: 
	* im_server/util/win32/IMSystem.cpp: 
	* im_server/util/imurl.cpp: 
	* im_server/svrimprotohandler/svrimprotohandler.cpp: 
	* im_server/svric/svric.cpp: 
	* im_server/session/sessioniml_xsunim.cpp: 
	* im_server/session/localeservice.cpp: 
	* im_server/session/lookup_choice.cpp: 
	* im_server/session/sessioniml_sunim.cpp: 
	* im_server/session/LEManager.cpp: 
	* im_server/resource/resource_iiimp.cpp: 
	* im_server/resource/resource.cpp: 
	* im_server/main.cpp: 
	* im_server/itt/itt.cpp: 
	* im_server/imuser/IMUser.cpp: 
	* im_server/idk/idk.cpp:
	Include config.h if HAVE_CONFIG_H is defined.

	* Makefile.in: 
	* htt_xbe/Makefile.in: 
	* im_server/Makefile.in: 
	* im_server/include/Makefile.in: 
	* watchdog/Makefile.in: 
	* xwatchdog/Makefile.in: 
	* language_engines/Makefile.in: 
	* language_engines/cm/Makefile.in: 
	* language_engines/newpy/Makefile.in: 
	* language_engines/newpy/xaux/Makefile.in: 
	* language_engines/sampleja/Makefile.in: 
	* language_engines/sampleja/xaux/Makefile.in: 
	* language_engines/sampleja2/Makefile.in: 
	* language_engines/sampleja3/Makefile.in: 
	* language_engines/sampleja3/xaux_common/Makefile.in: 
	* language_engines/sampleja3/xaux_motif/Makefile.in: 
	* language_engines/ude/Makefile.in: 
	* language_engines/template/Makefile.in: 
	Rewrite almost all of it, corresponding to the new
	configure.in.

	* language_engines/sampleja3/xaux_gtk/Makefile.in:
	Add several targets.

2000-11-13  MIYASHITA Hisashi  <himi@m17n.org>

	* language_engines/sampleja3/xaux_common/.cvsignore: New file
	to make cvs ignore generated Makefile.

	* language_engines/sampleja3/xaux_motif/.cvsignore: Likewise.

	* language_engines/sampleja3/xaux_gtk/.cvsignore: Likewise.

2000-11-01  MIYASHITA Hisashi  <himi@m17n.org>

	* im_server/resource/resource_iiimp.cpp (IMResourceIiimp):
	Delete url after we use it.

	* im_server/util/imurl.cpp (IMURL): Don't use getFirstWord() function,
	Use the starndard functions, e.g. strchr() and memcpy() instead.

	* im_server/util/imurl.hh(~IMURL): Create a destructor to
	release proto_name.

	* im_server/svric/svric.cpp (SvrIc): Don't use getFirstWord() function.
	Use the starndard functions, e.g. strcpy() and strchr() instead.

2000-10-31  MIYASHITA Hisashi  <himi@m17n.org>

	* ChangeLog: For CVS development, put this ChangeLog.

