don't move the file to itself in AC_OUTPUT, this allows to run config.status after...
[wxWidgets.git] / configure
2001-06-21  Vadim Zeitlindon't move the file to itself in AC_OUTPUT, this allows...
2001-06-19  Vadim Zeitlinfixed <iostream> detection
2001-06-16  Gilles Depeyrotdisable toggle button under Mac OS X (not yet implemented)
2001-06-15  Vadim Zeitlinfix for brain dead egcs - this stupid compiler not...
2001-06-15  Vadim Zeitlinfixed size_t == uint detection
2001-06-14  Vadim Zeitlinhopefully finally fixed the problem with ambiguous...
2001-06-14  Vadim Zeitlinregenerated again
2001-06-12  Václav Slavíkmore fixes for autoconf 2.50:
2001-06-11  Václav Slavíkfixed remaining bugs in configure.in that manifested...
2001-06-11  Vadim Zeitlinregenerated with autoconf 2.13
2001-06-10  Václav Slavíkchanges to work with autoconf 2.50
2001-06-10  Gilles Depeyrotcorrected wxWindows library name under Mac OS X
2001-06-08  Vadim Zeitlinregenerated files with tmake
2001-06-08  Vadim Zeitlinimplemented wxSingleInstanceChecker for Unix
2001-06-06  Robin Dunnregenerated configure from configure.in
2001-06-01  Vadim Zeitlinfixed problem with HAVE_PTHREAD_RECURSIVE_MUTEX_INITIAL...
2001-05-08  Gilles Depeyrotcorrected Mac OS X resource targets
2001-05-07  Vadim Zeitlinsupport cygwin as synonim for cygwin32
2001-05-01  Gilles DepeyrotAdded Mac OS X resource file handling:
2001-04-26  Václav Slavíkfixed SIZEOF_WCHAR_T detection
2001-04-26  Vadim Zeitlinfixed wxUSE_MAC not being defined under Unix => -D_REEN...
2001-04-25  Václav Slavíkadded fool-proof test for sizeof(wchar_t) that works...
2001-04-24  Václav Slavíkadded check for iconv() version; fixed strconv.cpp...
2001-04-24  Vadim Zeitlinregenerated
2001-04-22  Václav Slavíkadded wxUSE_IMAGE, wxUSE_XPM
2001-04-21  Václav Slavíkadded check for wxUSE_WCHAR_T
2001-04-16  Ron Leesimplified (hopefully:) and explained the shared lib...
2001-04-14  Gilles Depeyrotcorrected dynamic library creation for Mac OS X
2001-04-09  Vadim Zeitlinfixed recursive mutexs compilation
2001-04-07  Gilles Depeyrotcorrections for Mac OS X (dynamic link command, thread...
2001-03-28  Gilles Depeyrotadded __POWERPC__ define to compilation flags for Mac...
2001-03-10  Vadim Zeitlinmerged HAVE_VSNPRINTF fix from 2.2 branch
2001-03-08  Vadim Zeitlinfixed (?) setup.h regeneration
2001-03-08  Vadim Zeitlinfixed CODE_GEN_FLAGS_CXX
2001-03-03  Vadim Zeitlinwx-config changes merged from the 2.2 branch
2001-02-09  Ron Leecleaned some old cruft out of configure.in
2001-02-08  Vadim Zeitlinapplied (slightly modified) wxToggleButton patch from...
2001-02-08  Ron LeeMore mostly cross compiling related mods..
2001-02-07  Ron Leemainly fixes for cross compiling..
2001-02-04  Gilles Depeyrotadded Mac OS X toolkit configuration
2001-02-02  Jouk Jansen Committing in .
2001-01-31  Vadim Zeitlinevent handling seems to work again, new sample (event...
2001-01-16  Robert Roebling Removing wxPlotWindow from configure.
2000-12-15  Vadim Zeitlinadded -mt switch for Solaris/CC MT builds
2000-11-26  Vadim Zeitlinadded wxGet/Set/UnsetEnv() for Unix
2000-11-24  Robert Roebling Bump up version to 2.3.0,
2000-09-03  Robert Roebling Preparing makefiles for freetype
2000-09-01  Robert Roebling Added check for <fnctl.h> which FreeType seems to...
2000-09-01  Julian SmartAdded to wxSystemSettings for better GTK+ themes compat...
2000-07-19  Ove KaavenConfigure checks for:
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-20  Vadim Zeitlin1. some (benign) warnings fixed
2000-03-20  Vadim Zeitlinalways link with libm
2000-03-19  Ron Leefixed broken test for wxUSE_JOYSTICK in configure.
2000-03-19  Vadim Zeitlinzlib objects linked together with wxBase
2000-03-19  Vadim Zeitlin1. corrected HAVE_PW_GECOS detection in configure ...
2000-03-19  Ron Leerepaired some of the more obvious horrors in the contri...
2000-03-18  Vadim Zeitlinsome files for wxHandleFatalException() I previously...
2000-03-15  Vadim ZeitlinwxSocketServer test added to console sample
2000-03-14  Vadim Zeitlinremoved -Icontrib from src/make.env, use APPEXTRADEFS...
2000-03-14  Vadim Zeitlinchanged test -a into 2 tests
2000-03-13  Vadim Zeitlinfixed cross-compilation for Windows with mingw
2000-03-13  Vadim Zeitlincheck for strtok_r() using C++ compiler
2000-03-09  Vadim Zeitlinfix for resourses compilation
2000-03-09  Vadim Zeitlinpatch from Paul Gammans <paul.gammans@brunel.ac.uk...
2000-03-06  Vadim Zeitlinsystem libtiff can now be used instead of the built...
2000-03-05  Guilhem LavauxMoved wxMMedia to contrib/src/mmedia
2000-03-05  Robert Roebling Various makefile and installation things.
2000-03-05  Vadim Zeitlinregenerated from configure.in
2000-03-03  Vadim Zeitlinremoved OGL files from wxGTK build, fixed configure...
2000-03-01  Vadim Zeitlinmenu sample added
2000-03-01  Robert Roebling Various changes due to OGL and glcanvas having changed
2000-03-01  Vadim Zeitlinpatch for using system libz
2000-02-27  Václav Slavíkadded --enable-filesystem
2000-02-24  Ron Leeconfigure changes, for wxBase and wx-config
2000-02-21  Ron Leemodified burnt_name to use only soname instead of full...
2000-02-21  Vadim ZeitlinwxUSE_NEW_GRID implies wxUSE_GRID
2000-02-20  Robert Roebling configure changes
2000-02-17  Ron Leeremembered to update and commit after changing .in...
2000-02-15  Robert Roebling Various distrib related changes.
2000-02-15  Vadim Zeitlinadded wxUSE_PLOT
2000-02-11  Stefan NeisUpdated to include recent fixes to configure.in
2000-02-08  Vadim Zeitlinadded checks for Xm/Xpm headers/libs in CFLAGS/LDFLAGS
2000-02-08  Vadim Zeitlincache the result of socklen_t check
2000-02-07  Vadim Zeitlinfix for missing AC_SUBST(SAMPLES_SUBDIRS)
2000-02-07  Vadim Zeitlinmany fixed for configure for Win32 - cross-compiling...
2000-02-04  Vadim Zeitlinnew sample: statbar
2000-02-02  Václav Slavíkadded wxUSE_DEBUG_NEW_ALWAYS to --enable-mem_tracing...
2000-02-02  Vadim Zeitlin1. don't compile IODBC sources for MSW
2000-02-02  Vadim Zeitlinoops, typo in recently committed files
2000-02-02  Vadim Zeitlinmade error message when test for GTK+ fails more detailed
2000-01-31  Vadim Zeitlin1. configre/makefiles changes
2000-01-29  Robert Roebling Disabled ODBC code by default,
2000-01-26  Vadim Zeitlincompilation of wxBase works again (PATH_IFS wasn't...
2000-01-22  Robert Roebling Changes for next snapshot.
2000-01-12  Vadim Zeitlincall to tr fixed
2000-01-10  Vadim Zeitlinfixes for 'make install' for wxBase - seems to work
2000-01-08  Vadim Zeitlinupdated configure and the makefiles after the samples...
2000-01-05  Vadim Zeitlin-fpermissive is now returned by wx-config -cflags if...
2000-01-04  Robert Roebling Compilation fix,
next