XX XXX 2010 Release 0.4.1
- the server part kajonggserver can now be used on a server
  without KDE being installed.
18 Jan 2010 Release 0.4.0
- rename from kmj to kajongg
- implement playing against the computer and against other
  players over the internet
- german translation of user manual.
- much better english user manual.
- changes in the data base structure. No data base update
  is provided, you need to remove your existing data base. If
  that means a data loss for you, please contact the author.
- explaining scores: Also show totals for base points and doubles.
- option rules now have a translatable name.
- pressing ESC in the player selector no longer tries to start a game
- loading another game in the middle of a game now correctly updates
  ScoringDialog and ScoreTable.
- fix several problems with the penalty dialog.
- make it possible to profile speed of regular expressions (see 
  scoringtest.py, profileIt) and speed up some of them.
- implement all missing limit games and give the scoring engine
  more intelligence about the source of the last tile
- moving melds between concealed and exposed now correctly
  updates the ScoringDialog

25 Jul 2009 Release 0.3.2
- only show the scoring dialog (enter hand results) if asked for. This
  dialog can now be closed and reopened with CTRL-S without losing
  its content. This is as a preparation for a real playing mode where
  this dialog is not wanted during the game.
- player and games dialog: refine the GUI: Icons on buttons, better button
  order, accept INS key
- do not require sipconfig module anymore
- remove patterns from manual
- many pylintifications
- moving tiles with keyboard ESWNX: ignore key if another modifier than Shift
  is found: CTRL-N must not move to north but start a new game

21 Jul 2009 Release 0.3.1
- convert all rules to regular expressions and remove Pattern code.
  The Pattern code used the unsafe eval. This matters as soon as we
  support networking. Instead of using a parser like pyparse we just
  do it all with regular expressions - they are faster anyway

18 Jul 2009 Release 0.3
- faster startup
- save used rules with game
- save rulesets in data base
- ruleset editor
- implement full Classical Chinese ruleset
- user manual describes rule system
- implemented penalties
- save / restore window geometry and column widths
- more consistent english texts, german translation fixes
- many bug fixes and smaller improvements

02 Mai 2009 Release 0.2
- User manual
- can now be used without the mouse
- installs foreign language translations as far as they appear in kajongg.desktop. Currently:
  German, Portuguese, Brasilian Portuguese, Swedish, UK English, Estonian, Ukrainian
- improve installations scripts
- many bug fixes

21 Apr 2009 Initial public release 0.1
