Mopowg Changelog
====================


0.3 (08/13/2007):
------------------
code name: jojo

*Changes*

* Trad keyword changes: 
  * "傳回":"return"
  * "假使":"elif" and "否則如果":"elif" instead of '不然'
  * "中止":"break"
  * "方程式":"lambda" instead of "函式"
  * "產生":"yield" instead of  "圈"
  * "示警":"raise" instead of "舉出"
  * "共用":"global" instead of "全域"

* Smpl keyword changes:
  * "函数":"lambda"
  * "产生":"yield",
  * "继续":"continue"
  ＊ "传回":"return"

* Removed keywords:
  * "加":"+", "減":"-", "乘":"*", "除":"/","取餘數":"%"
  * "一":"1", "百":"100", # numbers
  
*Features*

* allow to dynamic add keywords by append ini files in same folder
* catalog keywords
* More keywords
  * "真": "True", "假":"False" 
  * "實": "True", "虛":"False" 
  * "空":"None"
  * "是":"is", "為":"is", "不是":"not"
  * "或":"or", "和":"and", "且":"and"
  * "開始字串":"startswith", "結束字串":"endswith"
  * "开始为":"startswith","结束为":"endswith"

* More Documents

*Fixes*

*Project Updates*

* Removed python version requirement
* Add ez_setup.py in project incase user haven't installed easy_install command
* Add module version info while import
* Zoom Quiet joined as the project member

*Contributors*

Fred Lin

0.2 (08/9/2007):
------------------
code name: zhou

*Changes*

* Refactored from HYRY's original script
* Add Traditional Chinese keywords

*Features*

* easy_install-abled
* executable command line
* export python source from zhpy

*Fixes*

*Project Updates*

* host on google code project

*Contributors*

Fred Lin, HYRY