
As of 3.1.6, Siag Office includes support for the Python programming
language. Unfortunately, I have been unable to find any reasonable
way for autoconf to figure out where the Python headers and libraries
are, so for now it must be done with this kludge:

1. Python headers must be installed in /usr/local/include/python1.5.
   This is what the Python installation does by default so it is no
   big deal, but beware of the version number.

2. Copy libpython1.5.a to /usr/local/lib. This step must be made
   manually.

3. Run configure, make and make install


This works for me, but if anyone knows a better way, *please* clue me in.
Also, the bindings are rather rudimentary. If anyone with a better
knowledge of Python would like to take a look at the code (it's in
{siag,pw,egon}/pythoni.c) I would be eternally grateful.

--------

Changes in 3.1.4: Message catalogs in Spanish, German and French. See NLS.

--------

Major changes in 3.1:

 - Multipart documents for Siag and PW
 - Cross-sheet references
 - Unlimited fonts
 - Unlimited colours
 - Unlimited styles
 - A1 references as well as R1C1
 - PW uses Microsoft's own RTF reader to import documents
 - Sorting in Siag
 - Spelling checker in PW
 - Uses autoconf instead of imake
 - Simplified toplevel configuration

