Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
* Backported FXTopWindow resize() and position() fixes from FOX 1.7.
* Fixed GCC 4.3 warning in FXArray header file.
* Made internal data arrays static to prevent global name clashes on some compilers.
* Fixed uninitialized variable in FXFileDict.
March 10 - FOX STABLE 1.6.32
* Fixed FXPath::simplify(). Backport from FOX 1.7.
* Fixed Adie CPU load issue caused by clock updating.
* Fixed FXURL::fileFromURL().
November 16 - FOX STABLE 1.6.31
* Bug fix to strtoull() for systems which have no native strtoull().
* Missing tr() added in FXMDIClient.
* Fix for FXRuby in FXMDIClient (don't test for message==0 in notify message).
October 6 - FOX STABLE 1.6.30
* Fixed some issues with flush() in FXBZFileStream and FXGZFileStream.
* FXDial didn't issue SEL_COMMAND when driven from keyboard.
* Small typo found in fxfilematch() was found which affected character-range matching.
* Problem in FX7Segment fixed.
August 9 - FOX STABLE 1.6.29
* Added ".jpeg" as additional extension for JPEG images in FXIconSource.
* Fix in FXSplashWindow not killing timer if it gets destroyed before timer goes off.
* FX7Segment had bug in onCmdGetStringValue() implementation (it was not returning the string).
* Cruft removed from FXMat3f.
* Bold style fixed in FXText.
* Read outside buffer problem (flagged in valgrind occasionally) fixed in FXText.
* Bugs in FXListBox and FXTreeListBox fixed.
1.6.28: not described
* Decoration options interpreted under Windows-XP and UNIX as follows:
DECOR_SHRINKABLE means window may be smaller, but not larger, than
default size; DECOR_STRETCHABLE means window may be larger, but not
smaller, than default size; and finally, DECOR_RESIZE means window may
be both smaller or larger than default size.
* Fixed regression in glUseFXFont() when using Xft instead of XLFD.
* Fixed bug in FXVisual which caused drawing to FXBitmap to fail.
* Fixed bug FXWindow setDNDData() which affected MS-Windows clipboard operations.
* Fixed issue with bold-face text not drawing correctly in FXText if gap
happens to be in the text-fragment being drawn.
* Fixed issue in multi-head API access under older Windows operating
systems than Windows-XP.
* FXMDIChild resize animation speed changed a little bit.
* Some MacOS-X porting issues fixed.
New in 1.4.34:
* Fixed buglet in own strtoll which is only used on machines which
don't have native one.
1.4.32
* Back-ported fixes for GCC 4.1 C++ Language Changes [Friend Injection].
1.4.26
* Fixed SUN Solaris compile issue with threads.
* Missing fxcheckTIF(), fxcheckPNG(), fxcheckJPG() declarations if
TIF, PNG, and JPEG support is stubbed out.
1.4.24
* Fixed small issue in FXVec4{d,f} distance() routine.
1.4.23
* Fixed compile issue with new GetOwnModuleHandle() function.
* Delete thread local storage key upon global destructor in FXThread.
1.4.22
* Fixed bug in fxloadGIF [and thus also in FXGIFIcon and FXGIFImage;
some subltety with the LZW implementation was wrong. It is very
rare as we've lived with this flaw for a long time before discovering
it. The symptom is that the decoder complains that the image is
truncated [it isn't!].
* Bug in FXSettings causes trouble when writing large integer
numbers back to the registry file.
1.4.21
* The getDisplay() API now returns the proper HINSTANCE on Windows;
thanks to Henrik and Claus Wann Jensen feedback on this problem.
The solution fixes some instability problems in .DLL use of FOX on
Windows.
1.4.20
* Set active window to owner when dialog closes on Windows.
* Fixed Thread Local Storage handle leak on Windows.
* Fixed GDI HICON handle leak for FXTopLevel's big/small icons on Windows.