Subject: CVS commit: pkgsrc/x11/wxGTK
To: None <pkgsrc-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: pkgsrc-changes
Date: 06/15/2001 19:53:28
Module Name:	pkgsrc
Committed By:	drochner
Date:		Fri Jun 15 16:53:28 UTC 2001

Modified Files:
	pkgsrc/x11/wxGTK: Makefile distinfo
	pkgsrc/x11/wxGTK/patches: patch-ab
	pkgsrc/x11/wxGTK/pkg: PLIST
Added Files:
	pkgsrc/x11/wxGTK/patches: patch-ad

Log Message:
update to wxGTK-2.2.7
changes since 2.2.3:
Applied patch to allow using non-Latin keyboards.
Added wxActivateEvent for top level windows.
Corrected wxActivateEvent for app (now wxEVT_ACTIAVTE_APP).
wxTextCtrl sends focus events.
Corrected so-library name.
wxTreeCtrl now shows an item, if it was programmatically selected.
wxTextCtrl no longer sends any text event upon its construction.
wxSpinCtrl misbehaviour fixed.
Corrected wxYield() to handle recursive calls more gracefully (and with a
	warning in debug mode). This fixes a problem with crashing wxTreeCtrl's
	built-in drag'n'drop and probably some other as well.
Corrected wxMenuItem::GetLabel() to handle deliberate underscore characters
	correctly.
Patch for better 8-bit-display support.
Implememted wxCommandEvent::IsSelection() for wxListBox.
Corrected wxListBox::Set() for sorted mode.
Added EVT_TEXT_UPDATED for spin ctrl.
Corrected wrongly rounded value in slider and scrollbar for negative values.
Translation updates.
Fixed wxMenu::FindItem() for sub menus.
Various other fixes.
Synchronized release with wxMSW again.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/x11/wxGTK/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/x11/wxGTK/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/x11/wxGTK/patches/patch-ab
cvs rdiff -r0 -r1.1 pkgsrc/x11/wxGTK/patches/patch-ad
cvs rdiff -r1.5 -r1.6 pkgsrc/x11/wxGTK/pkg/PLIST

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