0.91b is a bug-fix release; the 0.91 a.out library didn't link
correctly with gcc 2.6 and ld 2.5.2.6.  This one does not link
correctly with 2.7 and 2.6.2l.17.  There seems to be a version
incompatibility inside ld somewhere.  We chose not to include both
since the archive would become unreasonably large.

We also took the opportunity to add a new signal to QLineEdit,
change the default number of digits on QLCDNumber, and put the FAQ
into the HTML documentation.

Here are the main changes in 0.91:

 - Several fixes regarding scaling/shearing/rotation of pixmaps
 - 15/16 bpp pixmaps now work
 - QTableWidget now works properly with variable-size cells
 - QRegexp works for certain wildcards it would hang on
 - Code fixes per ANSI draft - gcc 2.7 compiles Qt now
 - Some memory leaks have been pensioned off
 - ISO latin 1 input support works
 - many small bugs regarding modal/dialog/popup widgets
 - Keyboard focus fixes
 - widget queries
 - A number of extra member functions
 - Many minor documentation fixes

QListBox and QTableWidget have changed in appearance, nothing major.

There are a couple of new classes, QIconButton is the most visible.

The desktop example is a little expanded.

There are two new example, qmag and showimg.
