Changeset 34622

Show
Ignore:
Timestamp:
07/26/09 11:27:02 (4 years ago)
Author:
saturday06
Message:

moudamepo................

Location:
lang/objective-cplusplus/i3/trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • lang/objective-cplusplus/i3/trunk/THANKS

    r31449 r34622  
    1818* Icon (fakecygpty) 
    1919    (http://www.meadowy.org/meadow/) 
     20 
     21* Web wallpaper (right-bottom.jpg) by . 
     22    (http://) 
     23 
     24     
  • lang/objective-cplusplus/i3/trunk/TODO.txt

    r32155 r34622  
    1 妄幻夢想白昼夢.txt 
     1妄幻夢想白昼夢.txt 
    22 
    33*(a|b|c|k|z)shと同じkey打ちで、同じ効果!、でも補完は親切に! 
     
    99*文字列は 
    1010 typedef std::basic_string<TCHAR> string; 
    11  typedef std::basic_string<QChar> string; 
    1211 にしてるけど、果たして16ビットずつ処理していいんだろうか・・・? 
    1312 あと、文字型がぜんぜん型セーフじゃない 
     
    1615*windowsでdistする圧縮ファイルのルートディレクトリをi3-1.0/とかにするべきか?? 
    1716*po/makevarsの値 
    18 *rubyやshのテストコ 
     17*rubyやshのテストコ 
    1918*gnuツールやgnomeやkdeプロジェクトの翻訳ファイルを検索して自動翻訳しちゃう作戦はどう?? 
    2019*_WINDOWSや_CONSOLEまくろの調査 
  • lang/objective-cplusplus/i3/trunk/windows/dist.pl

    r34611 r34622  
    1 # -*- coding: utf-8-dos -*- 
     1# -*- coding: utf-8-dos -*- 
    22 
    33# -----------------------------------------  
     
    4343cp -r windows/bin/locale $DIR && 
    4444cp $exe_name $DIR/i3.exe && 
    45 ${copy_iconv_command} 
     45$copy_iconv_command 
    4646cp windows/fakecygpty.exe $DIR/misc && 
    4747cp windows/Readme.libintl.txt $DIR/doc &&