[BACK]Return to changelog-ja.txt CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Annotation of OpenXM/src/cfep/changelog-ja.txt, Revision 1.15

1.1       takayama    1: <html>
1.15    ! takayama    2: <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
1.1       takayama    3: <body>
                      4: <pre>
                      5:
                      6: -------  Note
1.14      takayama    7: パッケージの build には package/readme-ja.txt を読むこと.
                      8: misc-2006/05/cfep-i から OpenXM/src/cfep へ移行. (ただし tests の下のファイルは全部移していない. これはまだ有益なものがあり.)
                      9: note-ja.txt などないファイルはこちらを参照.
1.15    ! takayama   10: --------
        !            11: 2018.10.22
        !            12: otool -L asir ox_asir ox_texmacs ox_pari ox など static link してるか調べる.
        !            13: make configure-static の前に asir2000 では rm .*done, ox_pari でも rm .*done をしておくこと.
        !            14: Base.lproj が cvs で変なので一旦削除.
        !            15: 時々 X11 plot がうごかず. ps でみると asir (ox_asir) は起動している.
        !            16: エラーの原因は不明.  通信でハングしてる感じ.
        !            17: ;;
1.1       takayama   18: -------  Todo
                     19:  2006-01-23 19:26:53.568 cfep[340] oxEvalluateString Caught NSFileHandleOperationException: *** -[NSConcreteFileHandle writeData:]: Broken pipe
1.14      takayama   20:  child が sig segv を発信したときの対策.
                     21:  NSBrokenPipeNotification なんてあるの?
1.1       takayama   22: -------  Done
1.12      takayama   23: 2008-11-24
1.14      takayama   24:   目標: mouse によるモデルの回転.
                     25:   Framework を右クリック. 追加, 既存のフレームワークで /Developer/SDKs/MacOSX10.4u.sdk/System/Library/FrameWorks/GLUT.frameworks
                     26:   を追加.  GLUT/glut.h をインポート. MyOpenGLView.m   CoCoA frame では glutMouseFunc ではマウスの動きをとられられない.
                     27:   GLUT 単独の例は, Examples/OpenGL/GLUT/Decal
                     28:   cf. Examples/OpenGL/CoCoA/UnderlaySurface の例がマウスの動きをとらえる, sample. GLView.mm
                     29:   mouseDown:  mouseDragged:  mouseUp:   theEvent に座標などが入るのだろう.
1.12      takayama   30: ;;
1.11      takayama   31: 2008-01-12
1.14      takayama   32:   Leopard で kxx 以下の universal binary のコンパイルがうまくいかない.
                     33:   universal binary 対応を廃止.
                     34:   cfep/asir は ppc 用の binary, intel 用の binary を別々に配布する予定.
1.11      takayama   35: ;;
1.10      takayama   36: 2007-10-09.
1.14      takayama   37:   /usr/X11R6/bin/X, /usr/bin/gcc がインストールされていない時は警告するようにした.
1.10      takayama   38: ;;
1.14      takayama   39: 2007-09-30.  cfep/html-en, cfep/html-exp-ja が Makefile でコピーされていないのを修正.  Sample にファイルを追加.
1.9       takayama   40: ;;
1.14      takayama   41: 2007-09-29.  misc-2006/05/cfep-i をやめて, OpenXM/src/cfep へメンテを移行.
1.9       takayama   42: ;;
1.8       takayama   43: 2006-11-12.
1.14      takayama   44:     cfep.png_form(Obj) を加える.   cfep-inint.rr (cf. OpenXM/src/asir-contrib)
1.8       takayama   45:     import("names.rr");
                     46:     for (I=4; I<10; I++) {
                     47:       cfep.png_form(poly_factor(x^I-1));
                     48:       print("--------------");
                     49:     }
1.14      takayama   50:     HTML help に加える.
1.8       takayama   51: ;;
1.14      takayama   52: 2006-11-05.  cfep-init.rr  glib_send の print(C) を print(C,0) へ変更.
                     53:   この変更がないと output window に無意味に newline がたくさん出力される.
                     54:      配布版の変更まだ. cfep-init.rr は OpenXM/lib/asir, lib/asir-contrib
                     55:      両方にあるかもしれないので要注意.
1.8       takayama   56:      ---> Done.  cfep-20061105.dmg.gz
                     57: 2006-10-09.  OpenXM/src/kxx/configure.in ( universal binary ox). OpenXM/doc/OpenXM-FAQ.oxweave.
1.14      takayama   58: 2006-06-05.  cfep20060605.dmg.gz 英語版.  cf. misc-2006/06/06-d.txt
                     59:   cfep.app/OpenXM/doc/cfep へ asir2000/html-en をコピーしておく.
                     60:   intro-ja.html だけでなく intro-en.html もおく.
                     61:   結局 ox は universal にしないとうまく動かず on intelmac. test by interrupting sm1.deRham-march ppc -march i386 を
                     62:   src/kxx/Makefile と src/kan96xx/plugin/Makefile の CFLAGS に加える.
1.8       takayama   63: 2006-05-04.   cf. misc-2006/05/05-d.txt.
1.14      takayama   64:   3. cfep/changelog-ja.txt へ cfep.app の変更点をまとめる. (まだコピーしてない.)
                     65:          (a) OpenXM/lib/sm1/bin のリンクを直す.
                     66:          (b) OpenXM/lib/k097 をコピー.
1.8       takayama   67:          (c) OpenXM/bin/k0, d0, oxc
                     68:          (d) misc-2005/A1/cfep/Doc/intro-ja.html  -> OpenXM/doc/cfep/intro-ja.html ->Done
1.14      takayama   69:        cfep-20060504.dmg を作成.
                     70:          cfep/tests   より *circle-dda.rr, circle-func.rr, ccurve.rr, lorentz.rr
                     71:          を Sample へコピーする.
1.8       takayama   72:
1.14      takayama   73: 2006-03-23 07:53. dvipng  がつかえない訳は ox_texmacs  と noro_print.rr にあり. message, help を変更. 1.1.2 の dmgは昨日なんちゃって変更/testずみ.
1.8       takayama   74: 2006-03-21 17:58. Release 1.1.2.
1.14      takayama   75: 2006-03-18 17:08. dvipng を使う. imgtex を参考に.
                     76: 2006-03-12 14:53. bug fix of pngActionFor: png の挿入.  <oxcommit> for the cfep release 1.1.
                     77: 2006-03-12 11:18. onlySelected. outputBorderLine: [NSColor mangentaColor]. 入力も表示.
1.6       takayama   78: 2006-03-11 21:55. <oxcommit>
1.14      takayama   79: 2006-03-11 21:00.  glVertex2fを加えた.  Set to cfep version 1.1
1.5       takayama   80: 2006-03-10 20:50. <oxcommit>
1.14      takayama   81: 2006-03-10 20:44. OpenGL error message の改良.
                     82: 2006-03-10  8:04. checkX. X11が動いていないときは modal alert でなく outputCounterField へメッセージを出力.
                     83: 2006-03-10  6:51. outputBorderLine. onlySelected の時に出力を区切った方がみやすい..
                     84: 2006-03-08 17:22. 文字列の描画は挫折. cf. note-ja.txt. glDisable, glEnable, glLineStipple, glLineWidth, glNormal3f を追加. 2006-03-08-glib を参照.
1.5       takayama   85: 2006-03-08 13:59. <oxcommit>
1.14      takayama   86: 2006-03-08 13:58. flush系の関数では initGL を必ず設定.  glib, cfep-init.rr を更新して, glib_clear(), glib_remove_last(), glib_set_pixel_size() を導入. tests/2006-03-08-glib がサンプルプログラム.
                     87: 2006-03-08 10:44. エンジンを自動起動しない (NoEngine) を加える. 実験的.
1.4       takayama   88: 2006-03-08 9:31.  Bug fix of meta_removeAllInit and meta_removeLast.
                     89: 2006-03-07 20:16. <oxcommit>
1.14      takayama   90: 2006-03-07 20:06. glClear, glFlush, glPointSize, glClearColor, glClearDepth を実装.
                     91: 2006-03-07 17:31. tests/2006-03-07-glib にあるように OpenGL のコマンドリストの提示, removeLast, removeAll が可能に. meta_ より始まるコマンドを送る.
                     92: 2006-03-07 11:47. intro-ja.html の改善. 2006-03-*.rtfd にcfepの利用説明をQ&A形式で. 次のエラー行. texモードで input_form は blue に.
                     93:                   focus が変更されたら main menu の出力を tex で などの check の状態もかわる必要があるがやり方わからず. grep BUG setState:
1.3       takayama   94: 2006-03-06 17:50. <oxcommit>
1.14      takayama   95: 2006-03-06 17:49. setPrettyPrint で tex でタイプセットが可能に. PATH,HOME などを設定.
                     96: 2006-03-06 15:14. [MyUtil attributedStringWithPath: path] を insertText すると png graphics をはりこめる. ox_texmacs 側の対応はまだ. !cfep_png;
                     97: 2006-03-06 10:52. 新しいmenu. Load library (asir/sm1 で変化しないのはbug). Typeset the output by TeX (まだアクションは定義してない).
                     98: 2006-03-05 12:39. package/gendoc.c utf8で統一. spotlight も utf8 は OK. LC_ALL=ja_JPeuc.JP だと argv が変. package/misc/argvtest* を見よ.
                     99: 2006-03-04 18:13. toggleContinuousSpellChecking:  (ox oxgreph), MSMedatdataQueryの調査. package/gendoc (sjis への変換)
1.2       takayama  100: 2006-03-04  8:??. <oxcommit> imports to OpenXM/src/cfep. Some tests files and note-ja.txt are not imported.
1.14      takayama  101: 2006-03-03 20:20. [myDocument setDebugMyTunnel sender], [MyUtil setDebugMyUtil], 実行メニューから tunnel debub data の出力の on, off.  glib 改訂でtests/ccurve.rrが実行可能に。
                    102: 2006-03-03  9:28. gotoNextError, gotoLine, clearLines, addLine, nextLine, asirのエラー処理に対応. ox.sm1 も.
                    103: 2006-03-02 21:28. notebookMode で illegal character が正しく動くようにする.
                    104: 2006-03-02 20:27. notebookMode. すこし汚い実装だがとりあえず動く. getOutOfOutputCell, insertInputCell, getContentsOfInputCell, prepareOutputCell, doInsertInputCell, notebookMode.
                    105: 2006-03-02 11:59. mainMenu に実行を加える. menuExec.
                    106: 2006-02-27 21:02. notebookMode =1; の実験.
1.1       takayama  107: 2006-02-25.  The first release.
1.14      takayama  108: 2006-02-24 21:46. 新しいコマンド. glBegin, glEnd, glVertex3f, glib3_bounding_box. X11 で X11 でのテスト可能に.
1.1       takayama  109: 2006-02-24 14:31. glib3_ray (demo) is installed. glib3_std_scene0, glib3_icosahedron.
1.14      takayama  110: 2006-02-24 13:49. resizing. setFrameSize.  depth buffer を有効に. cf. glut3/note-ja.txt.
                    111: 2006-02-22 14:02. OpenGL の初期化も asir からできるようになった.
                    112: 2006-02-22 11:53. OpenGL interpreter is now works. Try gtest1.rr. OpenGL のコマンド追加は午後やろう。
                    113: 2006-02-22 10:58. [MyUtil arrayOfStringFrom: ...] が [NSString,MyFloat,MyFloat, ...] みたいな NSArray を戻すように変更.
                    114: 2006-02-21 20:58. [MyUtil arrayOfStringFrom: @"[glColor4f,1.0,1.0,0.5,1.0]"] みたいに変更.
                    115: 2006-02-20 21:47. MyUtil arrayOfStringFrom (list のパース). MyFloat, MyInt. OpenGL 関数の引数をbyte compileする準備.
                    116: 2006-02-19 17:43. +myOpenGLControllerOwnedBy: with: , +addOglComm: to: from: など MyOpenGLの管理関数を作る. まだgtest1.rr から window を生成する関数は作成していない.
                    117: 2006-02-19 16:42. tests/gtest1.rr, channel 1 へデータを送る glib_send 関数を作成.
                    118: 2006-02-19 11:14. initGL, drawOglComm と描画を分離. MyOpenGL.nib, mymessage追加. size. window delegate outlet 接続.
                    119: 2006-02-18 20:39. MyOpenGLCommand へ compile を加える. oglComm[i] を順番に実行.
                    120: 2006-02-18 17:24. openxm-1.2.3-6.deb のための中断おわり. MyOpenGL* を追加.  ノートも参照. WindowController を加える方法は 本の p.298. MyOpenGLController を files Owner のカスタムクラスに. CutomView は MyOpenGLView のカスタムクラスに.
                    121: 2006-02-06 16:06. bashの起動のバグを修正. Engine is not responding. を表示.
                    122: 2006-02-05 15:25. selected area がないときは行を全部選択するように変更. outputWindow にprintをつける.  bash の起動がうまくいかないが, 原因はあとで考えよう.->解決.
                    123: 2006-02-04 15:48. ox_texmacs --languageResource asir-ja_JP.UTF8.sm1 の利用.
                    124: 2006-02-02 19:51. errorActionFor: の改善. tests/error1.sm1.rr, rEncode.rtfd をデバッグ用に用いる. ox.sm1  も変更. Begin, End で囲む.
                    125: 2006-02-02 17:33. errorActionFor: の実装. tEncode.rtfd をデバッグ用に使う. !sm1 1 shell も.  findAndSelect と gotoLine は onlySelected の時排他的でないといけない. この問題はまたあとで.
                    126: 2006-01-29 17:02. myDecoder の最初の実装. tests/tEncode.rtfd でデータが送れるかテスト. 消去ボタンをつける.
                    127: 2006-01-28 17:34. checkSelectedArea アクションを追加. 括弧の対応とか全角文字などを検出できる.
                    128: 2006-01-28 15:46. selectIllegalCharacter (全角の不正な文字の検出)
                    129: 2006-01-28 10:33.  UTF8 の文字列の受信.
                    130: 2006-01-26 19:32.  --engineLogToStdout 対応. cf. OpenXM/src/kan96xx/Doc/changelog-ja.tex
                    131: 2006-01-26 16:05.  peerEndEvaluateMark を \005\n --> 005 へ. ox_texmacs 側は変更いらない.
                    132: 2006-01-26  8:06.  MyOutputWindowController がほぼ安定動作. いまから使ってみて不具合を探す.
                    133: 2006-01-25 17:27.  MyOutputWindowController を作成. 異常動作の場合は 12:18 に undo すること.
                    134: 2006-01-25 12:18.  rr, txt, rtf, rtfd (pinfo の取り扱いをきちんとした.)
                    135: 2006-01-24 21:30.  File type を rtfd (rtf with graphics), txt, rr に限定.
                    136: 2006-01-24 14:07.  NSProgressIndicator の実装.
                    137: 2006-01-24 11:24.  XAUTHORITY の設定. X11が動いてないときのメッセージ.
                    138: 2006-01-23 21:32.  restart を可能にするために, 構造を大幅に変更. openMyModel, closeMyModel. しばらくテストの必要あり.
                    139: 2006-01-23 19:57.  MyEnvironment に initFor: を導入.
                    140: 2006-01-23 19:28.  Broken pipe のあとの処理.
                    141: 2006-01-23 17:04.  terminateProcess のコードを加える. tests/dyld.rr-rtf に ox_asir のバグと cfep への影響の記事.
1.1       takayama  142: 2006-01-22 19:33.  Added signal(SIGPIPE,SIG_IGN); (BUG. non a way of cocoa).
1.14      takayama  143: 2006-01-22 18:50.  MyEnvironment.m を加える. instance を生成するも, 利用はしない. dealloc, release  でのcrashの原因を探るためとりあえずcommit.
                    144: 2006-01-21 19:47.  日本語版をまず作る. cf. note-ja.txt
                    145: 2006-01-21 15:24.  NSLocalizedString を利用. 英語の resource に日本語のメッセージをとりあえずいれる. 後でコピーしよう.
                    146: 2006-01-21 14:26.  input window は太らない, output window が太るように変更.
1.1       takayama  147: 2006-01-21 11:36.  appending to the textViewOut.
                    148: 2006-01-21 10:31.
1.14      takayama  149:    Q.NSLog, EXC_BAD_ACCESS, CFStringAppendFormatAndArgumentsAux でクラッシュします.
                    150:    A. NSLog は % を含むと引数をさらに探します.
                    151:      したがって NSLog[@"%@", string]; と利用するのが安全です.  詳しくは note-ja.txt
                    152: 2006-01-21 10:01. oxEvalute, oxEvaluteString, oxEvaluteRegisteredString, peerEndEvaluateMark などを加える. cfep-test1, test-hexdump.rr-rtf でテスト.
                    153: 2006-01-19 21:22. ox_texmacs --view cfep を作成. cfep-test1 でテスト.
                    154: 2006-01-19 17:21. /Users/nobuki/OX4/OpenXM/openxm ox_asir でもテスト.
                    155: 2006-01-19 16:45. nib からつくりなおし, cfepOnSimpleRTFEdit の .m, .h をもってくる. きちんと動く.
                    156: 2006-01-19 14:03. cfepOnSimpleRTFEdit とほぼ同様に変更したにもかかわらず, segfault する. nib ファイルの生成で失敗?
                    157: 2006-01-19 7:53.  相変わらず /usr/bin/hexcump -C /Users/nobuki/Wu-thesis-new.pdf \n を何度かやると seg fault.
                    158:                   NSTextField の drawrect あたり.  Cocoa 入門の本のサンプルコードに埋め込んでためす.
                    159: 2006-01-18 19:44. setStandardInput: NSFileHandle * を設定しても黙って動作.  NSPipe * を設定しないといけない.
                    160:                   SIGPIPE の処理をまだ書いていない.
1.1       takayama  161: 2006-01-18 Initial based on SimpleOX.
                    162:
                    163:
                    164: </pre>
                    165: </body>
                    166: </html>
                    167:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>