mfiler4のgitリポジトリ
リビジョン | 3ce386028ae0481f747c53de12d68ccb4fdcbe59 (tree) |
---|---|
日時 | 2012-12-22 13:23:34 |
作者 | ab25cq <ab25cq@gmai...> |
コミッター | ab25cq |
1.0.6 release
@@ -1,4 +1,12 @@ | ||
1 | 1 | |
2 | +2012 12月22日 version 1.0.6 | |
3 | + | |
4 | + 1. xyzsh 1.2.7に対応。xyzshのバージョン1.2.7以上が必要です。 | |
5 | + | |
6 | +2012 22th December version 1.0.6 | |
7 | + | |
8 | + 1. Required xyzsh 1.2.7 | |
9 | + | |
2 | 10 | 2012 19th December version 1.0.5c |
3 | 11 | |
4 | 12 | 1. Fixed a migemo file incremental search bug. |
@@ -1,3 +1,4 @@ | ||
1 | +#cmdline -c | |
1 | 2 | |
2 | 3 | if(export MF4HOME |chomp| -e) ( |
3 | 4 | chmod 700 $MF4HOME |
@@ -911,7 +911,7 @@ int main(int argc, char* argv[]) | ||
911 | 911 | CHECKML_BEGIN(FALSE); |
912 | 912 | |
913 | 913 | /// ファイラでもスクリプトでも共通の環境変数を初期化 /// |
914 | - setenv("VERSION", "1.0.5c", 1); | |
914 | + setenv("VERSION", "1.0.6", 1); | |
915 | 915 | setenv("MFILER4_DATAROOTDIR", DATAROOTDIR, 1); |
916 | 916 | |
917 | 917 | /// mfiler4のホームディレクトリを保存しておく /// |