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