1 2005-11-25 2 Fix Full/half Simbol status error problem 3 2005-11-25 4 re-construct the workspace structure. Make dir called "wrapper" same level with "src". 5 6 2004-05-25 7 Porting resource and sunpinyin to solaris/x86 solaris/sparc standalone working OK. Mainly 8 change the wchar_t to system dependent UCS-4 (LE/BE) unsigned int. define the 9 std::char_traits. modify struct definition according to LE/BE. deal with some 10 imcompatible declaration like getopt_long, assert, iconv... 11 Fixing bugs when using direct pr multiply, double overflow/downflow problem. for both 12 sparc and linux. 13 2004-05-23 14 Fixing some bugs in language model pruning, now the resulted pruned language model 15 is much believable than before. 16 2004-05-21 17 Modifying resource tools to generate directly pr, not -log(pr) language model. 18 2004-05-19 19 Fixing history learning problem for "" and ""... 20 2004-05-18 21 Fixing to investigate history learning problem like "" 22 2004-05-18 23 The bigram history memory working, adjusting bigram history memory's weight. 24 2004-05-17 25 The unigram history memory working for both standalone and cle. 26 2004-05-10 27 Add session support under CLE. 28 2004-05-09 29 Exclude iiim window handler further, remove relative content from configure.ac 30 and Makefile.am 31 2004-04-20 32 To support color decoration for the preedit area, add many enhancement for 33 preedit data and candidate data. 34 2004-04-05 35 Basic Classic type of view implemented. 36 2004-03-27 37 Fix some bugs in the key-event handler. 38 2004-03-20 39 Integrated into Cinnabar 40 2004-02-27 41 Kernel using Language Model get tested and works OK. Basic system with only instant 42 conversion type of view implemented. 43