 __________________________________________________________________________
/                                                                          \
|             ___________  |                                               |
|  Raymond   / _________/  |  Capper version 0.01 beta (general release)   |
|   Sheh    / /      __    |  for Palm OS 5.0 and above                    |
|          / /___  _/ /    |                                               |
|         /_____ \ \_/     |  Copyright (C) 2003 Raymond Sheh              |
|        __     \ \        |                                               |
|       / / ____ \ \       |  capper@raybot.net                            |
|      /_/ /____\ \_\     |  http://capper.raybot.net                     |
|                          |                                    2003-03-30 |
\__________________________________________________________________________/
  |                                                                      |
  | This file is part of Capper version 0.01 beta (general release)      |
  | Copyright (C) 2003  Raymond Sheh                                     |
  | Portions Copyright (C) 2002 Yih-Chun Hu                              |
  |                                                                      |
  | Capper is free software; you can redistribute it and/or modify       |
  | it under the terms of the GNU General Public License as published by |
  | the Free Software Foundation; either version 2 of the License, or    |
  | (at your option) any later version.                                  |
  |                                                                      |
  | Capper is distributed in the hope that it will be useful,            |
  | but WITHOUT ANY WARRANTY; without even the implied warranty of       |
  | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the        |
  | GNU General Public License for more details.                         |
  |                                                                      |
  | You should have received a copy of the GNU General Public License    |
  | along with Capper (LICENCE.txt); if not, write to the Free Software  |
  | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA             |
  | 02111-1307 USA                                                       |
  \______________________________________________________________________/

Capping on partial strokes:
   Currently, Capper is only able to cap based on start and end positions 
   of Graffiti strokes. It'd be nice to be able to also add capping when 
   any part of a given stroke crosses a certain boundary (makes strokes 
   that often end in the middle of the area, such as 'P', a little 
   easier to write). I've tried adding this (option 4) but I've not been 
   able to get it working properly (it does really strange things like 
   disable the backspace stroke and capping the next character instead 
   of the current one). I've left the code from my last attempt at this in 
   the capper.c file in case anyone really wants to have a look ...

User interface:
   Yes, the user interface could do with some work ... 


Changes:

0.01 beta:
  Fixed crashing on first sync

0.01 alpha:
  First preliminary release
