
2012 25th July - 8th August, version 1.0.6

	You have been able to exit with break inner command on each block

	Modified readline wordbreak character.

	Modified return code of inherit and block -run and user function. 

	Changed output of running hash object

	Improved the return code of native function.

	Modified completion bugs

	Enable external program completion

	completion of user name ( tilda )

	Dynamic library so version is up.

	version 1.0.6 have been released

2012 14th June - 24th July, version 1.0.5

	Add options to =~ inner command. Those are -verbose, -utf8, -byte, -eucjp,
	-sjiji. You can get a regex maching point with =~ inner command using
	-verbose option, and added -offsets option to get regex maching poits
	with =~ innercommand

	Added MATCH_NUMBER for knowing matching number on =~ inner command.

	Added LAST_MATCH to =~ inner command

	MATCH,PREMATCH,POSTMATCH,MATCH_NUMBER, LAST_MATCH,0..9 on =~ inner command are changed from local
	variables to global variables now

	Added chop inner command. See help

	MATCH,PREMATCH,POSTMATCH,MATCH_NUMBER, LAST_MATCH,0..9 can be used on sub
	inner command.

	Improved the return code of native function. See help

	Made the scan inner command being able to be with block.

	Changed treating the return code on chomp, ...

	Dynamic library so version is up.

	Released Pipes version 1.0.5 at 24th July

2012 14th June - 21th June, version 1.0.4

	Modified completion.pi and made more better on completion

	Modified return code of inner command with block.

	In the past, no input sort occurs error, but now no error

	Dynamic library so version is up.

	Released Pipes version 1.0.4 at 21th June

2012 30th May - 14th June, version 1.0.3

    Added mkdir touch man external program object to root object.
    Detected and modified file completion bug.

    Running sweep (no exstence object) have made segmentention fault error. Modified.

    fselector inner command is added. See help

    rl object for manupulating readline library. See rl->help

    Added show method to all objects.

    Added main method mechanizm to all objects. If you defined main method in an object, when being called the object, run the "main" method automatically.

    Improved the error message.

    Dissmiss to sweep self

    Added 'funinfo' inner command

    Improved searching algorithm of user completion object.

    Wildcard of user completion name is changed from * to __all__

    Dynamic library so version is up.

	Released Pipes version 1.0.3 at 14th June

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->*" (
    )

    Don't allow to run an external program at current directory for security.

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

	Released Pipes version 1.0.2a at 30th May

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

