diff options
author | xtraeme <xtraeme> | 2003-09-03 18:22:51 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-09-03 18:22:51 +0000 |
commit | 765f4da9dfef92ed520de0bcb4c7e5b8922f1062 (patch) | |
tree | 4c44f2c02938195318f629c0d9ad97f0ffa2df04 /x11/wxGTK/PLIST | |
parent | 944c6a43a2a3f8b50f0637a6cb5f5128c7c95a00 (diff) | |
download | pkgsrc-765f4da9dfef92ed520de0bcb4c7e5b8922f1062.tar.gz |
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)
Diffstat (limited to 'x11/wxGTK/PLIST')
-rw-r--r-- | x11/wxGTK/PLIST | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/wxGTK/PLIST b/x11/wxGTK/PLIST index 1c303276f45..5ae8427b87d 100644 --- a/x11/wxGTK/PLIST +++ b/x11/wxGTK/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2003/03/31 17:44:21 jmmv Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/09/03 18:22:52 xtraeme Exp $ bin/wx-config bin/wxgtk-2.4-config include/wx/accel.h @@ -91,6 +91,7 @@ include/wx/fs_zip.h include/wx/gauge.h include/wx/gdicmn.h include/wx/gdiobj.h +include/wx/quantize.h include/wx/generic/accel.h include/wx/generic/calctrl.h include/wx/generic/caret.h |