Subject: CVS commit: pkgsrc/x11/fox
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 07/17/2006 19:20:45
Module Name:	pkgsrc
Committed By:	wiz
Date:		Mon Jul 17 19:20:45 UTC 2006

Modified Files:
	pkgsrc/x11/fox: Makefile distinfo
	pkgsrc/x11/fox/patches: patch-aa

Log Message:
Update to 1.4.34, latest from 1.4.x series:

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.


To generate a diff of this commit:
cvs rdiff -r1.31 -r1.32 pkgsrc/x11/fox/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/x11/fox/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/fox/patches/patch-aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.