PageRenderTime 203ms CodeModel.GetById 13ms RepoModel.GetById 0ms app.codeStats 0ms

/NEWS

http://scim-python.googlecode.com/
#! | 78 lines | 69 code | 9 blank | 0 comment | 0 complexity | 17843e885fa0e552a534e39e464b4378 MD5 | raw file
  1. NEW in 0.1.12:
  2. =============
  3. - Details: http://code.google.com/p/scim-python/issues/list?can=1&q=label%3A0.1.12
  4. NEW in 0.1.11:
  5. =============
  6. - 0.1.11 is a bug fix version.
  7. - Details: http://code.google.com/p/scim-python/issues/list?can=1&q=label%3A0.1.11
  8. NEW in 0.1.10:
  9. =============
  10. - Add a new input engine XingMa developed by 余钰炜 <acevery at gmail dot com>. http://code.google.com/p/scim-python/wiki/XingMaUserGuide
  11. - Details: http://code.google.com/p/scim-python/issues/list?can=1&q=label%3A0.1.10
  12. NEW in 0.1.9:
  13. =============
  14. - Library
  15. - Fixed a bug that SCIM framework can not get credits information from pythion IM engine.
  16. - PinYin
  17. - Changed colours of phrases, make they look better.
  18. - Display new phrase with red colour.
  19. - Show engine automatically created phrase in lookup table.
  20. - Add special phrases feature. For example: hehe => :), ^_^ ; rq = Year-Month-Day; sj = HH:MM:SS
  21. - Add temporary English mode. When user input i, v or upper latter, Engine will turn to English input mode temporarily. When user press Return key, it will back.
  22. - Improve editing of inputted pinyin string.
  23. - Modify rpm spec file, to create index when install the package. The performace is far more better now.
  24. - Fix many bugs.
  25. - ShuangPin - The new shuangpin engine is provided by Yu Fan
  26. -...
  27. NEW in 0.1.8:
  28. =============
  29. - Library
  30. - PinYin
  31. - Display system phrases and user phrase with different color in lookup table.
  32. - Support removing phrase created by user, user may press Ctrl + 1 ~ 9 to remove user created phrase on lookup table.
  33. - Support inputing just a hanzi in the first phrase in the lookup table.
  34. - Fix many bugs.
  35. NEW in 0.1.7:
  36. =============
  37. - Library
  38. - Refine python online document.
  39. - PinYin
  40. - Support dynamic phrase frequency justment.
  41. - Support automatic create new phrases.
  42. - Support ShuangPin input scheme.
  43. - Support preedit string.
  44. - Fix many bugs.
  45. NEW in 0.1.4:
  46. =============
  47. - Library
  48. - Add i18n support and zh_CN translation.
  49. - scim-python can find engine and setupui automatically.
  50. - Add --disable-english-writer option.
  51. - Fix many bugs
  52. - EnglishWriter
  53. - Accept apostrophe as a part of a word.
  54. - Fix many bugs.
  55. NEW in 0.1.3:
  56. =============
  57. - Fix build error in x86_64 and ppc64 platforms.
  58. - Fix build error with python2.4.
  59. - Update scim-python.spec.in to pass fedora package review.
  60. NEW in 0.1.2:
  61. =============
  62. - Library:
  63. - Implement wrapper for ConfigBase class.
  64. - Support python SetupUI module.
  65. - Fix many bugs.
  66. - Engine:
  67. - Add SetupUI for English Writer engine.
  68. - Add AlwaysSHowCandidates and CommitSpace options.
  69. - Fix many bugs.