Browse Subversion RepositoryLog of /teraterm/trunk/ttpset/ttset.c
Revision 2545 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri Jun 20 11:58:47 2008 UTC (15 years, 9 months ago) by doda File length: 85541 byte(s) Diff to previous 2539 ・TeraTerm -> Tera Term ・その他細かい修正 Revision 2539 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Jun 3 14:49:59 2008 UTC (15 years, 10 months ago) by yutakapon File length: 85540 byte(s) Diff to previous 2535 ・teraterm.iniへの YmodemLog の追加 ・X/Y/ZMODEMのログファイルにおいて、16進ダンプのASCII表示を追加した。 ・YMODEMの実装(途中) Revision 2535 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri May 30 12:36:43 2008 UTC (15 years, 10 months ago) by doda File length: 85322 byte(s) Diff to previous 2518 UnicodeからDEC特殊文字へのマッピングで、マップされる文字を幾つかの種類に分類し、種類毎に変換するか選択できるようにした。 種類A: 罫線 Box drawings(U+2500-U+257F) 種類B: 4.58迄は??と表示された文字(英語環境では何も表示されない物も含む) Bullet (U+2022) Hyphenation point (U+2027) Light shade (25%) (U+2591) Medium shade (50%) (U+2592) Dark shade (75%) (U+2593) Black small square (U+25AA) Black vertical rectangle (U+25AE) Black verty small square (U+2B1D) 種類C: 日本語環境では中点、英語環境ではMiddle dotとして表示される文字 Middle dot (U+00B7) One dot leader (U+2024) Bullet operator (U+2219) 種類Aは1,種類Bは2,種類Cは4とし、複数指定する場合は値の和をUnicodeToDecSpMappingに指定する。 Revision 2518 - (view) (download) (as text) (annotate) - [select for diffs] Modified Mon May 19 13:53:35 2008 UTC (15 years, 10 months ago) by doda File length: 85272 byte(s) Diff to previous 2510 通常はOffの方が便利そうなので、デフォルト値を変更。 Revision 2510 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed May 14 02:39:59 2008 UTC (15 years, 11 months ago) by doda File length: 85271 byte(s) Diff to previous 2506 対応していないUnicodeの文字をワイド文字として扱うかの設定を追加。 元々対応していない文字は?を使って表示していたので、?と表示するか??とするかの違いを制御するのみ。 Revision 2506 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 13 08:11:04 2008 UTC (15 years, 11 months ago) by doda File length: 85004 byte(s) Diff to previous 2501 ・TekIcon -> TEKIcon ・Icon変更関連のドキュメントを追記 Revision 2501 - (view) (download) (as text) (annotate) - [select for diffs] Modified Wed May 7 16:05:22 2008 UTC (15 years, 11 months ago) by yutakapon File length: 85004 byte(s) Diff to previous 2499 ttermpro.exeに/Cと/Mを指定した場合に、シリアル接続できない問題へ対処した。 http://sourceforge.jp/tracker/index.php?func=detail&aid=12403&group_id=1412&atid=5333 Revision 2499 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue May 6 10:54:34 2008 UTC (15 years, 11 months ago) by yutakapon File length: 84870 byte(s) Diff to previous 2498 最下行でのみスクロールするパッチを追加した。salarm氏に感謝します。 Revision 2498 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat May 3 07:47:59 2008 UTC (15 years, 11 months ago) by yutakapon File length: 84614 byte(s) Diff to previous 2497 <ESC>[Jによる画面クリア時にカレントバッファをスクロールアウトさせるようにするかどうかを、 コンフィグレーションできるようにした。 ts.ScrollWindowClearScreen を追加。 Revision 2497 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri May 2 20:01:40 2008 UTC (15 years, 11 months ago) by doda File length: 84347 byte(s) Diff to previous 2496 コマンドライン/設定ファイルで、VT/TEKウィンドウのアイコンを変えられるようにした。 ・コマンドラインオプション /VTICON=, /TEKICON= を追加した。 ・設定オプション VTIcon, TekIcon を追加した。 ・CygTermのアイコンをttermpro.exeに追加した。 アイコン名には、以下が指定できる。 TTERM VT TEK TTERM_CLASSIC VT_CLASSIC CYGTERM Default Revision 2496 - (view) (download) (as text) (annotate) - [select for diffs] Modified Fri May 2 15:21:14 2008 UTC (15 years, 11 months ago) by doda File length: 82542 byte(s) Diff to previous 2482 ・インデントを調整 ・Unicode Box DrawingsからDEC特殊文字への変換を制御する設定を追加。 # 漏れた… Revision 2482 - (view) (download) (as text) (annotate) - [select for diffs] Modified Tue Apr 22 02:49:02 2008 UTC (15 years, 11 months ago) by maya File length: 82043 byte(s) Diff to previous 2479 Terminal 設定の New-lin Transmit が空白になる問題を修正した。[Ttssh2-devel 930] 共有メモリの ts とやりとりする部分を #if 0 した。 Revision 2479 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sun Apr 20 15:09:05 2008 UTC (15 years, 11 months ago) by doda File length: 81977 byte(s) Diff to previous 2478 VT function keyではないので、Shorcut keysセクションへ移動。 Revision 2478 - (view) (download) (as text) (annotate) - [select for diffs] Modified Thu Apr 17 16:16:26 2008 UTC (15 years, 11 months ago) by yutakapon File length: 81979 byte(s) Diff to previous 2476 XModemRcvCommandのデフォルトを空にした。 Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs] Added Mon Apr 14 17:35:50 2008 UTC (16 years ago) by maya File length: 81981 byte(s) ファイル移動に伴う修正 This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
|