2000-12-03  INOUE Seiichiro  <inoue@ainet.or.jp>

	* main.c: Clean up indentation.

2000-09-03  INOUE Seiichiro  <inoue@ainet.or.jp>

	* event.c: Disable the timer when unmap the widget.

	* xpopup.c: To show an empty line properly.

2000-09-02  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Makefile.am: Removed const.h. This was obsoleted.

	* xpopup.c: When automode enabled, enlarge border width for user visibility.

	* main.c: In SIGHUP handler, call popup_set_addin_cmd to disble addin command.

	* addin.c: Added show_parse_result() for debug.

	* addin.c: Rewrite parser routine almost completely.

	* addin.h: Changed find_addin_cmd(). Added EtcInfo structure.

	* event.c: Followed the other modules' interface changes.

	* xpopup.c: Changed many interfaces.

2000-09-01  INOUE Seiichiro  <inoue@ainet.or.jp>

	* main.c: Added Xt signal handling.

	* xpopup.c: Implmented automode.

	* xpopup.h: Added xpopup_clear_cache and xpopup_enable_automode.

	* xyaku.h: Added interval to AppResourcesRec.

2000-08-31  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Makefile.am: Added xpopup.h.

	* xyaku.h: Moved xpopup module information to xpopup.h.

	* main.c, event.c: Follows xpopup.c module's changes.

	* xpopup.h: A new file.

	* xpopup.c: Removed static instance. Clean up interfaces.

	* addin.c: Take care of the case strsep() returns "". Remove trailing slash in read_ident_module_path().

2000-08-30  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Makefile.am: Fix some bugs.

	* Makefile.am: Take care of glib-1.2.8 directory.

	* glib-1.2.8/glib.h, glib-1.2.8/ghash.c, glib-1.2.8/gprimes.c, glib-1.2.8/Makefile.am: New files, derived from glib-1.2.8.

	* cache.[ch]: New files.

	* mem.c: Added xcalloc.

1999-12-12  INOUE Seiichiro  <inoue@ainet.or.jp>

	* all source files: Added license notifications.

1999-12-08  INOUE Seiichiro  <inoue@ainet.or.jp>

	* xcomm.c: Stop comparing the return value from XmbTextPropertyToTextList() with Success, because it might cause a problem(Xlib bug?).

	* exec.c: Comment fixed(it was old, and wrong).

1999-11-30  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Makefile.am: Added MOSTLYCLEANFILE to take care of distclean, reported by Goto-san <gotom@debian.or.jp>.

1999-08-28  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Xyaku.ad: Added maxWidth example, although it's commented out.

	* popup.c: Take care of specified max_width.

	* main.c: Added maxWidth resource.

	* xyaku.h: Added max_width variable to AppResources.

	* addin.c: Use xfree() instead of free() for symmetry.

	* mem.[ch], Makefile.am: Added source files. Code is diverged from addin.c.

1999-07-05  INOUE Seiichiro  <inoue@ainet.or.jp>

	* addin.c: a bug fix in read_ident_key(), added DEBUG code.

1999-07-02  INOUE Seiichiro  <inoue@ainet.or.jp>

	* popup.c, exec.c: To deal with arguments.

	* event.c: follows the modifications of addin.c.

	* addin.h: a new header file.

	* addin.c: arguments for add-in command can be specified.

1999-06-30  INOUE Seiichiro  <inoue@ainet.or.jp>

	* addin.c: Removed limitations of numbers(path, addin).

1999-06-10  INOUE Seiichiro  <inoue@ainet.or.jp>

	* addin.c: fix of memory allocation size.

1999-06-03  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Makefile.am: Added xyakurc generator.

	* exec.c: Put the target(word) into the stdout of the child process, instead of its argument.

1999-06-02  INOUE Seiichiro  <inoue@ainet.or.jp>

	* addin.c: added SYSTEM_XYAKURC.

	* Installer enhancement.

1999-06-01  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Slightly changes because of autoconf.

1999-05-27  INOUE Seiichiro  <inoue@ainet.or.jp>

	* const.h: becomes obsolete.

	* popup.c: some constant numbers from const.h.

	* addin.c: take care of ModulePath.

1999-05-22  INOUE Seiichiro  <inoue@ainet.or.jp>

	* Modified some source styles.

	* addin.c, exec.c: A new files.

	* yaku.c: becomes obsolete.

	* exec.c: derived from former yaku.c.

	* popup.c: call addin command instead of egrep.
	
1999-04-13  INOUE Seiichiro  <inoue@ainet.or.jp>

	* yaku.c: change from vfork to fork.
	IMHO, vfork is a kind of obsolete.

1999-04-13  INOUE Seiichiro  <inoue@ainet.or.jp>

	* popup.c: Fix a bug in calc_pos_onroot().
	Thanks again to Sakata-san.

1999-04-09  INOUE Seiichiro  <inoue@ainet.or.jp>

	* popup.c: Add calc_pos_onroot(). 
	Thanks Sakata-san<sakata@bigfoot.com, sakata@hoehoe.sci.ibaraki.ac.jp>.

1998-05-17  INOUE Seiichiro  <inoue@ainet.or.jp>

	* popup.c: To use strpbrk(),strspn() instead of operators.
	

