Subject: CVS commit: pkgsrc/x11/wxGTK
To: None <pkgsrc-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: pkgsrc-changes
Date: 09/03/2003 18:22:57
Module Name:	pkgsrc
Committed By:	xtraeme
Date:		Wed Sep  3 18:22:56 UTC 2003

Modified Files:
	pkgsrc/x11/wxGTK: Makefile PLIST distinfo
Removed Files:
	pkgsrc/x11/wxGTK/patches: patch-ae

Log Message:
Updated to 2.4.1

Changes:

2.4.1
-----

- fixed wxLANGUAGE_CHINESE_TAIWAN to use zh_TW catalogs
- added missing wx/quantize.h to install
- improved wxScrolledWindow/sizer interaction
- fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
- fix for deleting entries at root level in wxFileConfig
- wxStopWatch::Start() didn't resume it contrary to the docs
- accept '\r' as delimiter when parsing dates
- fixed duplicate wxFontEncoding values
- wxFileConfig now always uses UTF-8 to store settings in Unicode build;
  it will be possible to set different charset in wxWindows >= 2.5.0
- added wxFileName::MakeAbsolute
- bugs in wxCalCtrl fixed (year not being updated)


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 pkgsrc/x11/wxGTK/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/wxGTK/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/wxGTK/distinfo
cvs rdiff -r1.1 -r0 pkgsrc/x11/wxGTK/patches/patch-ae

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