To 1.1

May 7,2001, T. Loveall
Calc.c :HandleCalcKeys is being passed XEvents that are being interpreted as
Key Press Events. Bogus events return a match of sym=0 which was decoded for
the various key presses that had sym=0. Changed these key syms in the Calc.c
definitions from 0x0 to the range 0x80 thru 0x9f.
