Hiroyuki Komatsu
komat****@users*****
2005年 3月 2日 (水) 02:35:10 JST
Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.44 prime/ChangeLog:1.55.4.45 --- prime/ChangeLog:1.55.4.44 Thu Feb 24 14:27:52 2005 +++ prime/ChangeLog Wed Mar 2 02:35:09 2005 @@ -1,3 +1,29 @@ +2005-03-02 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/engine/engine-userdict2-static.rb: [NEW FILE] + A new conversion engine using userdict2-lib for static dictionaries. + (EXPERIMENTAL) + + * lib/engine/engine-network.rb: [NEW FILE] + A new conversion engine connecting with other PRIME servers via TCP/IP. + (EXPERIMENTAL) + + * lib/session-japanese.rb: + Added new engines loading. (EXPERIMENTAL) + + * lib/server.rb: + Added an error routine for Iconv. + + * lib/protocol.rb: + Added a begin-rescue routine using PrimeExceptionNoSession. + + * lib/prime2.rb: + Added the exception PrimeExceptionNoSession and + the assert-method using it. + + * etc/Custom_prime.rb: + Added the PRIME_ENV entry 'engine_network_servers'. (EXPERIMENTAL) + 2005-02-24 Hiroyuki Komatsu <komat****@taiya*****> * lib/session.rb: