WX_MAJOR_VERSION_NUMBER=2
WX_MINOR_VERSION_NUMBER=3
-WX_RELEASE_NUMBER=0
+WX_RELEASE_NUMBER=1
WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
TIFF_INCLUDE=
if test "$wxUSE_LIBTIFF" = "yes" -o "$wxUSE_LIBTIFF" = "sys" ; then
AC_DEFINE(wxUSE_LIBTIFF)
- if test "$wxUSE_LIBTIFF" = "yes" ; then
+ if test "$wxUSE_LIBTIFF" = "yes" ; then
TIFF_INCLUDE="-I\${top_srcdir}/src/tiff"
else
TIFF_LINK=
if test -d include/wx; then
if test -d include/wx/${TOOLKIT_DIR}; then
if test -f include/wx/${TOOLKIT_DIR}/setup.h; then
- mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
+ mv -f include/wx/${TOOLKIT_DIR}/setup.h setup.h
fi
fi
fi
fi
-
+
AC_CONFIG_HEADER(setup.h:setup.h.in)
dnl some more GUI only things
chmod +x wx-config
mv wx-config wx${TOOLKIT_NAME}-config
${LN_S} wx${TOOLKIT_NAME}-config wx-config
-
+
dnl the debian build process wants setup.h in the lib subdir so we
dnl can pretend wxWin is already installed, so we *copy* it there
-
+
if test ! -d lib; then
mkdir lib
fi
if test -f setup.h; then
cp -fp setup.h include/wx/${TOOLKIT_DIR}/setup.h
fi
-
+
],
[
TOOLKIT_DIR="${TOOLKIT_DIR}"
wxWindows 2 Change Log
----------------------
+2.3.1
+-----
+
+All (GUI):
+
+- Added EVT_GRID_EDITOR_CREATED and wxGridEditorCreatedEvent so the
+ user code can get access to the edit control when it is created, (to
+ push on a custom event handler for example.)
+- Added wxTextAttr class and SetStyle, SetDefaultStyle and
+ GetDefaultStyle methods to wxTextCtrl.
+
+
+
+
2.3.0
-----
doc/changes.txt for the concise log of important changes in all wxWindows
ports.
+*** wxWindows 2.3.1 ***
+
*** wxWindows 2.3.0 ***
scaling for map modes other than wxMM_TEXT works correctly (Derry Bryson)
// Bump-up with each new version
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 3
-#define wxRELEASE_NUMBER 0
-#define wxVERSION_STRING _T("wxWindows 2.3.0")
+#define wxRELEASE_NUMBER 1
+#define wxVERSION_STRING _T("wxWindows 2.3.1")
// These are used by src/msw/version.rc and should always be ASCII, not Unicode
// and must be updated manually as well each time the version above changes
-#define wxVERSION_NUM_DOT_STRING "2.3.0"
-#define wxVERSION_NUM_STRING "230"
+#define wxVERSION_NUM_DOT_STRING "2.3.1"
+#define wxVERSION_NUM_STRING "231"
// nothing should be updated below this line when updating the version
!if "$(WXMAKINGDLL)" == "1"
DLL_FLAGS= -DWXMAKINGDLL=1 -D_RTLDLL
-WXLIB= $(WXLIBDIR)\wx230.lib
+WXLIB= $(WXLIBDIR)\wx231.lib
!else
!if "$(WXUSINGDLL)" == "1"
DLL_FLAGS= -DWXUSINGDLL=1 -D_RTLDLL
-WXLIB= $(WXLIBDIR)\wx230.lib
+WXLIB= $(WXLIBDIR)\wx231.lib
!else
DLL_FLAGS=
WXLIB= $(WXLIBDIR)\wx32.lib
#
# makeg95.env
# Common makefile settings for wxWindows programs
-# This file is included by all the other makefiles, thus changes
+# This file is included by all the other makefiles, thus changes
# made here take effect everywhere (except where overriden).
# The settings are for GnuWin32-derived compilers, i.e. Cygwin and Mingw32.
#
MINGW32VERSION=2.95
# If building DLL, the version
-WXVERSION=23_0
+WXVERSION=23_1
# Say yes if you have a "modern" linker that supports --shared option.
# Note that you're probably going to wait forever for dlltool/gcc/etc
# Set to the appropriate remove command (must support forward slashes)
# You can get a suitable rm.exe from ports/mingw32/extra.zip on the ftp site.
-RM=rm -f
+RM=rm -f
# Set to the appropriate copy command (must support forward slashes)
# You can get a suitable cp.exe from ports/mingw32/extra.zip on the ftp site.
WXBASESRC=$(WXDIR)/src/common
WXLIB=$(WXDIR)/lib/$(LIBPREFIX)wx.$(LIBSUFF)
-GNUWIN32EXTRA=-I$(WXDIR)/include/wx/msw/gnuwin32
+GNUWIN32EXTRA=-I$(WXDIR)/include/wx/msw/gnuwin32
ifeq ($(MINGW32),1)
ifneq "$(findstring 2.95, $(MINGW32VERSION))" ""
#ifeq ($(MINGW32),1)
#INC = -I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/zlib -I$(WXDIR)/src/tiff $(EXTRAINC) $(COMPPATHS)
#else
-INC = -I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/zlib -I$(WXDIR)/src/tiff $(EXTRAINC) $(COMPPATHS) -I$(WXDIR)/include/wx/msw/gnuwin32
+INC = -I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/zlib -I$(WXDIR)/src/tiff $(EXTRAINC) $(COMPPATHS) -I$(WXDIR)/include/wx/msw/gnuwin32
#endif
RCLFLAGS=-cpp "cpp -lang-c++ -DWIN32 -D_WIN32 -DRCL_INVOKED -I$(WXWIN)/include"
RM= erase
!endif
-WXVERSION=23_0
+WXVERSION=23_1
WIN95=1
!if "$(WIN95)" == "0"
INC=$(EXTRAINC) -I$(WXINC) -I$(WXDIR)/contrib/include -I$(WXDIR)/src/png -I$(WXDIR)/src/zlib -I$(WXDIR)/src/jpeg -I$(WXDIR)/src/tiff
!if "$(WXUSINGDLL)" == "1" || "$(wxUSE_GUI)" == "0"
-LIBS = $(EXTRALIBS) $(WXLIB) $(WINLIBS)
+LIBS = $(EXTRALIBS) $(WXLIB) $(WINLIBS) $(WXDIR)\lib\zlib$(LIBEXT).lib
!else
LIBS = $(EXTRALIBS) $(WXLIB) $(WINLIBS) $(WXDIR)\lib\png$(LIBEXT).lib $(WXDIR)\lib\zlib$(LIBEXT).lib $(WXDIR)\lib\jpeg$(LIBEXT).lib $(WXDIR)\lib\tiff$(LIBEXT).lib
!endif
PRECOMP=
MAKEPRECOMP=
!else
-
+
!if "$(wxUSE_GUI)" == "0"
PCH=wxBase.pch
!else
PCH=wxvc.pch
!endif
-
+
PRECOMP=/YuWX/WXPREC.H /Fp$(WXDIR)\src\msw\$D\$(PCH) /Fd$(WXDIR)\src\msw\$D\vc60.pdb
MAKEPRECOMP=/YcWX/WXPREC.H
!endif
-
+
CPPFLAGS=$(WINFLAGS) $(DEBUG_FLAGS) $(PRECOMP) $(EXTRAFLAGS) /D__WXMSW__ $(INC) $(OPT) $(EXTRADLLFLAGS) $(CRTFLAG) /D__WINDOWS__ /GX /DSTRICT $(OVERRIDEFLAGS)
# If you don't include wxprec.h, use CPPFLAGS2
CFG=wxvc_dll - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "wxvc_dll.mak".
-!MESSAGE
+!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "wxvc_dll.mak" CFG="wxvc_dll - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "wxvc_dll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "wxvc_dll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
+!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../lib/wx23_0.dll"
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /machine:I386 /out:"../lib/wx23_1.dll"
!ELSEIF "$(CFG)" == "wxvc_dll - Win32 Debug"
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../lib/wx23_0d.dll" /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comctl32.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib rpcrt4.lib winmm.lib opengl32.lib glu32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /out:"../lib/wx23_1d.dll" /pdbtype:sept
-!ENDIF
+!ENDIF
# Begin Target
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# Begin Source File
# ADD CPP /Zi /I ".."
# SUBTRACT CPP /YX /Yc /Yu
-!ENDIF
+!ENDIF
# End Source File
# End Group
%define pref /usr
-%define ver 2.3.0
-%define rel 0
+%define ver 2.3.1
+%define rel 1
Summary: wxBase library - non-GUI support classes of wxWindows toolkit
Name: wxBase
%define pref /usr
-%define ver 2.3.0
+%define ver 2.3.1
%define rel 1
Summary: The GTK+ 1.2 port of the wxWindows library
# Note that this is NOT a relocatable package
%define pref /usr
-%define ver 2.1.16
-%define rel 0
+%define ver 2.3.1
+%define rel 1
Summary: The Motif/Lesstif port of the wxWindows library
Name: wxMotif
# Note that this is NOT a relocatable package
%define pref /usr
-%define ver 2.1.0
-%define rel 8
+%define ver 2.3.1
+%define rel 1
Summary: The WINE port of the wxWindows library
Name: wxWINE