
2012 11月22日 version 1.2.1

	1. refコマンドに-localオプションを追加

	2. sweep オブジェクト名でxyzshが落ちていたバグを修正。

2012 22th November version 1.2.1

	1. Add -local option to "ref" command.

	2. Fixed sweep [object name] bug.

2012 11月12日 version 1.2.0

    1. Fedoraでのコンパイルエラーを修正。gMigemo変数をstaticに変更。

2012 12th November version 1.2.0

    1. Checked to compile xyzsh on Fedora 18. gMigemo variable has been changed to static variable

2012 11月8日 version 1.1.9

    1. コマンドが見つからない場合のエラーメッセージを改良しました。ちゃんとプログラム名が書かれます。

    2. FreeBSDでの実行に考慮しました。今までは画面が乱れたりしてました。

    3. ジョブのタイトルが分かりやすくなりました。

    4. exit -forceした場合全てのジョブを消していましたが、そうするとmfiler4からの実行で問題が起こるので、直しました。（ジョブがあってコマンドラインに移るとファイラー画面に戻るには全てのジョブを消さないといけない）

    5. write -error　とした場合ファイルにエラー出力を書き込むだけでなく入力をそのまま出力するようにしました。このように使えます。

    > ./error-output-program | write -error data-from-error | write data

    今までのように動かすには

    > ./error-output-program | write -error data-from-error | write -force /dev/null

    もしくは

    > ./error-output-program | write -error data-from-error > /dev/null

    とすれば良いです。

    エラー出力について使い方をUSAGEとUSAGE.jaに書きました。エラー出力は使いづらいかもしれません。

2012 8th Norvember version 1.1.9

    Changed "write -error" action. See help

2012 8th Norvember version 1.1.8c

    Fixed kill completion bug

2012 8th Norvember version 1.1.8b

    Changed "exit -force" action for mfiler4. 

    Modified job title more better.

    Modified for FreeBSD

2012 5th Norvember version 1.1.8a

	Fixed errror message.

2012 30th Octorber version 1.1.8

	Added -index option to "add" inner command and "del" inner command.

	Added ~/.xyzsh/program mechanizm to entry external program for root
	object. See USAGE or USAGE.ja

2012 30th Octorber version 1.1.7a

	Deleted castamized code for CYGWIN. It has not been required.

2012 30th Octorber version 1.1.7

	Fixed a bug with expanding environmet on redirects

	Fixed Makefile.in

2012 30th Octorber version 1.1.6

    Made runnable on cygwin

2012 28th Octorber version 1.1.5

    Fixed run time script bug.

    Made runnable on cygwin

2012 28th Octorber version 1.1.4

    Fixed xyzsh with migemo bug.

2012 28th Octorber version 1.1.3

    Prevent stack overflow segmentation error on recurcive function call.

2012 28th Octorber version 1.1.2

    add function with running completion block to "completion" inner command.
    fixed sudo completion. you can use completion to type after sudo.

2012 18th Octorber version 1.1.1

    add "defined" inner command. see help

    add "kanjicode" inner command. see help

    fixed help bug

2012 18th Octorber version 1.1.0

    fixed break in while loop bug
    fixed output pipe bug

    > (print aaa\n; print bbb\n > b; print ccc\n ) > a

    > cat a
    aaa
    ccc

    > cat b
    bbb

    can be worked just as one intended

    fixed selector -preserve-position bug

    fixed var, hash, ary override bug

    fixed inherit arguments bug

    Dynamic library version up

2012 17th Octorber version 1.0.9a

    Change xyzsh_readline_interface_onetime interface.

2012 11th Octorber version 1.0.9

    Fixed inherit bug

    Added line context pipe for xyzsh.

    Dynamic library version up

2012 11th Octorber version 1.0.8b

    Change interface of xyzsh_run

    Dynamic library version up

2012 11th Octorber version 1.0.8a

    Fixed a realated with $() bug

2012 11th Octorber version 1.0.8

    Added $$() to xyzsh. see USAGE

    Dynamic library version up

2012 11th Octorber version 1.0.7d

    Change works with xyzsh_run

2012 11th Octorber version 1.0.7c

    Change return code of xyzsh_readline_interface_onetime.

    Dynamic library version up

2012 11th Octorber version 1.0.7b

    Fixed kanji encode bug with kanji_convert for mfiler4.

2012 7th Octorber version 1.0.7a

    Fixed memory leack bug with block_clone_malloc.

2012 7th Octorber version 1.0.7
    
    Fixed bug which is a redirect file name with variables.

2012 3rd Octorber version 1.0.6a

    change function name of vector_size to vector_count.
    erase macro name of string_size.

    add size function to all objects.

    made smaller size of block_obj.

    change definition of function and class, completion.

    Version up dynamic linked library

2012 3rd Octorber version 1.0.6
    
    made better treatment of binary data in pipe.

2012 3rd Octorber version 1.0.5
    
    Add output redirect. (> and >>)

    Change notaition -> to ::
    You must use sys::ls instead of sys->ls.

2012 2nd Octorber version 1.0.3
    
    Made better working to -c option.

    Made better working to readline history size.

2012 2nd Octorber version 1.0.2

	Version up dynamic linked library

	Add interface for xyzsh

	Made sObject memory size smaller

2012 12th August version 1.0.1a

	Version up dynamic linked library

	Add interface for xyzsh

2012 12th August version 1.0.1

	Deleted write command which behave like a redirect, and make newer write command.

2012 12th August version 1.0.0b

	Fixed valid file archive type.

2012 12th August version 1.0.0a
	
	Fixed dead lock of pipes with big data.

2012 12th August version 1.0.0
	
	Added redirects(<) to xyzsh.

	Fixed write inner command.

2012 12th August version 0.9.9g
	
	Fixed WINCH signal.

2012 12th August version 0.9.9f
	
	Fixed tcsetpgrp argument.

2012 12th August version 0.9.9e

	Gabage Collection bug was fixed.

2012 9th August version 0.9.9d

	Fixed STDOUT buffer bugs.

2012 8th August version 0.9.9c

	Fiexed completion bugs. I'm sorry I've found the bugs yet.

2012 8th August version 0.9.9b

	Fixed completion bugs. I think maybe desipated all completion bugs.

	Version 0.9.9b is Released

2012 7th August version 0.9.9a

	Fixed completion bugs

	Version 0.9.9a is Released

2012 5th August version 0.9.9
	Version 0.9.9 is Released

