2012 29th May - 30th May 1.0.2a

    Changed user completion. It can be defined with object prefix like below

    completion "sys->ls" (
    )

    and it can be defined with wild card like below

    completion "sys->*" (
    )

    Removed completion_self_matching inner command. It was for migemo completion, but migemo completion has been removed, so removed completion_self_matching inner command.

2012 18th May - 29th May 1.0.2
	
	Added migemo to Pipes, and added "migemo_match" inner command to Pipes.
	It is for Japanese.

	Added migemo completion for external commands. It is for Japanese.

	Added -nr to Pipes option

	Modified signal settings on readline. When completion setting, signal
	interrupted using "p" inner command.

	Modified memory leaks related SFD object.

	Modified --with-system-migemodic bug.

	Made completion definition as an object in root->compl. 
	Made root->compl.

    Modified migemo_match bug when getting null string.

    Removed migemo completions because of performance especially at many file directory.It's useless.
    Added option completions for external programs using man page and scan internal command.

	Released Pipes version 1.0.2 at 29th May

2012 27th April - 18th May 1.0.1

	Modified index and rindex return code when failing searched.

	Modified Makefile.in and configure.in and completion.pi

	Test --with-static configure option and have made it workable

	Modified environment block completion

	Made an array index or a hash key writable with variable, ex) $a[$b]

	add "jump" and "menu" user functions

	add -index option to var inner command

	Modified context pipe and treating stdin on -c option

	add macro to readline completion. type C-x on the interactive shell

	add "readline" inner command

	Wrote English usage and helps
	
	Released Pipes version 1.0.1 at 18th May

