Changes: The compile time warning was fixed, and several new command
line options were added (for textcursor-color, hilight color, and
to iconify, restore and refresh the xterm window).
Changes since 3.06:
* Configure tweaks (sometimes -lXmu wasn't getting linked in properly;
check for _Xsetlocale in -lXintl.)
* Portability fixes for sonar.c.
* Fixed a compilation problem when you have GL but don't have XPM.
* Made configure notice when MesaGL requires -lpthread.
* Made `flame' ignore SIGFPE (not sure if this is the right fix;
it seems only to be needed on FreeBSD.)
* Kludged `rd-bomb' work on visuals that are of depth 24 but that *do not*
support pixmaps of depth 32.
* Fixed `halo' to work properly in TrueColor.
* Changed `xscreensaver.spec' to install the hacks in
/usr/X11R6/lib/xscreensaver/ by default, since that's where recent Red Hat
distributions put them.
* Added `t3d' hack.
* Updated versions of `crystal', `hopalong', and `flow' from xlockmore.
linking, e.g. -Xt before -lSM and -lICE, sometimes even -lXext before -X11.
This rearangment does not affect e.g. i386, so I hope this does not open
problems on other ports. This way xscreensaver works on pmax.
versions of Xfree86. Unfortunately the configure script (to set
HAVE_RESOLUTION_FIELD) was never run, and if run it failed due to missing
-I/usr/X11R6/include. The net result was it always configured for the old
version of XFree86. Now sets HAVE_RESOLUTION_FIELD correctly, which means
we can work with XFree86 3.3.3.
- The file dialog has various UI tweaks.
- More sanity checks have been added.
- On X11, the postscript output from a few programs will be much smaller
than it used to be.
- The keyboard interface of buttons groups/dialogs has been improved.
- QMultiLineEdit avoids flicker in some cicumstances where it would
flicker up to now.
- Use our libtool to build the "art_lgpl" library.
- Install documentation in "share/doc/gnome-libs".
- Use "/var/games" instead of "/var/gnome/games" for game score files.
This fixes PR pkg/6581 by Christian E. Hopps.
XXX At the moment some files are installed at the wrong place (e.g "doc"
XXX or "share/doc" instead of "share/doc/gnome-libs"). Other files should
XXX not be installed at all (e.g. "lib/libart_lgpl.la").