• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

mfiler4のgitリポジトリ


コミットメタ情報

リビジョン3ce386028ae0481f747c53de12d68ccb4fdcbe59 (tree)
日時2012-12-22 13:23:34
作者ab25cq <ab25cq@gmai...>
コミッターab25cq

ログメッセージ

1.0.6 release

変更サマリ

差分

--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,12 @@
11
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+
210 2012 19th December version 1.0.5c
311
412 1. Fixed a migemo file incremental search bug.
--- a/mfiler4.xyzsh
+++ b/mfiler4.xyzsh
@@ -1,3 +1,4 @@
1+#cmdline -c
12
23 if(export MF4HOME |chomp| -e) (
34 chmod 700 $MF4HOME
--- a/src/main.c
+++ b/src/main.c
@@ -911,7 +911,7 @@ int main(int argc, char* argv[])
911911 CHECKML_BEGIN(FALSE);
912912
913913 /// ファイラでもスクリプトでも共通の環境変数を初期化 ///
914- setenv("VERSION", "1.0.5c", 1);
914+ setenv("VERSION", "1.0.6", 1);
915915 setenv("MFILER4_DATAROOTDIR", DATAROOTDIR, 1);
916916
917917 /// mfiler4のホームディレクトリを保存しておく ///