Revert 16bit win95 version back to original value. Fixes InstallShield
[wine] / configure.in
2000-06-13  Bertho StultiensInitial release of the message compiler.
2000-06-09  Alexandre JulliardAdded a bunch of code page tables for multibyte<->wide...
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-23  Hidenori TakeshimaIf system doesn't have OpenGL, don't refer to libopengl...
2000-05-23  John R. SheetsCleaned up X11 extension tests.
2000-05-12  Lionel UlmerAdded support for OpenGL.
2000-05-03  Hidenori TakeshimaAdded stubs for riched32.dll.
2000-05-01  Lionel UlmerAdded DGA2 driver to DirectDraw.
2000-04-29  Eric PouechEnhanced libc's pthread configuration detection.
2000-04-29  Lionel UlmerAdded '--enable-opengl' flag to bypass the thread-safet...
2000-04-25  Patrik StridvallCompile fix for --without-x.
2000-04-24  Rein KlazesCorrect test for linux 2.2 joystick API, which returned...
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Patrik StridvallAdded --without-curses compile option.
2000-04-13  Alexandre JulliardFixed signal stack handling on Linux when sigaltstack...
2000-04-11  Alexandre JulliardMerged urlmon.dll and wininet.dll from the Corel tree...
2000-04-09  Alexandre JulliardCreate directories that don't contain a Makefile.
2000-04-09  Marcus MeissnerRestructured DirectDraw. Split into X11 and DGA driver...
2000-03-26  John R. SheetsAdded cvdump tool to dump CodeView symbol information.
2000-03-24  Lionel UlmerDisable OpenGL support if the latter is thread safe.
2000-03-19  Alexandre JulliardCreated separate dlls for user,gdi,ttydrv,x11drv.
2000-03-17  Alexandre JulliardMade ddraw and dinput separate dlls.
2000-03-15  Joshua ThielenAdded winemine app.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-03-04  Marcus MeissnerAdded message for missing xpm devel libs for debian...
2000-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-02-13  Juergen LockAdded configure check for the unix domain sockaddr...
2000-02-07  Sean LangleyOLEPRO32 stubs.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandAdded configure check for sys/reg.h.
2000-01-30  Patrik Stridvall- Unixware (Solaris) linker typo fixed
2000-01-29  Andreas MohrAdded SETUPX dll.
2000-01-26  Alexandre JulliardMade --enable-dll the default.
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-16  Eric PouechUse --whole-archive to force linking all of libwine...
2000-01-15  Aaron HopeFixed IPX detection.
2000-01-15  Lionel Ulmer- (ugly) fix for the 'Xmd.h' problem
2000-01-05  Marcus MeissnerAdd $X_EXTRA_LIBS to any X dependend checks or they...
2000-01-05  Lionel Ulmer- detect if the OpenGL implementation defines the palet...
1999-12-20  Marcus MeissnerReadded Xpm autoconf checks.
1999-12-12  Moses DeJongFixed missing libwine.so symlink during install. Set...
1999-12-11  Alexandre JulliardXiang Li
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-12-05  Marcus MeissnerUse the real glibc openpty if present.
1999-11-13  Francois GougetUse BSD headers for ICMP portability.
1999-11-13  Patrik StridvallAdded better missing function emulation.
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-11-04  Marcus MeissnerEnhanced linux joystick api detection slightly.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Patrik Stridvall- Added missing configuration #if:s and #includes:s.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.
1999-09-22  Morten EriksenAdded simple console mode example program which lists...
1999-09-20  Lionel UlmerAdded the possibility to use DGA 2.0.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-09-05  Ron RecordAdded support of __thr_errno for reentrance on UnixWare.
1999-09-04  Alexandre JulliardAdded configure check for str[n]casecmp.
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-04  Marcus MeissnerImplemented DirectInput Joystick support (tested with...
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-07-31  Patrik StridvallAdded support for Solaris Lint.
1999-07-24  Eric PouechFixed cut&paste bug.
1999-07-23  Lionel UlmerBetter detection of OpenGL.
1999-07-18  Alexandre JulliardAuthors: James Juran <jrj120@psu.edu>, Andreas Mohr...
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-10  Howard AbramsAdded checks for sys/errno.h, sys/signal.h and sys...
1999-06-12  James JuranUse Autoconf to find path to ldconfig.
1999-06-06  Dave PicklesAdded Wine command-line interpreter.
1999-06-05  Marcus MeissnerAutoconfigure the directories in the manpage.
1999-05-22  Eric PouechCreate a new configuration manifest constant HAVE_OSS_MIDI.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  Alexandre JulliardAdded check for missing __i386__ definition.
1999-05-08  Patrik StridvallANSI C fixes.
1999-05-02  Alexandre JulliardAdded check for -lmmap for OS/2.
1999-05-02  Huw D M DaviesStarted implementing Enhanced MetaFile driver.
1999-04-26  Marcus MeissnerAdded autoconf check for "inline". You can now use...
1999-04-24  Marcus Meissnerautoconf fixes and cleanups (check for dlopen() in...
1999-04-18  Alexandre JulliardRemoved check for union semun; cleaned up a bit.
1999-04-18  Ulrich WeigandReentrant libc check for Solaris added.
1999-04-16  Marcus MeissnerAdd -fno-builtin when compiling with gcc in relay32...
1999-04-15  Marcus MeissnerFreeBSD 3 multithreading final fix. Do not use libc_r...
1999-04-11  Marcus Meissner- Started multithreading for FreeBSD (incomplete, but...
1999-03-14  Sylvain St.GermainAdded command line tool to access the registry.
1999-03-14  Andreas MohrImplemented (nearly) all TAPI functions as stubs.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).
1999-02-28  Klaas van GendCreate a new subdirectory for the common dialog box...
1999-02-28  Lionel UlmerBetter detection of old (i.e. non OpenGL 1.2 compliant...
1999-02-28  Marcus MeissnerSome Solaris fixes. <resolv.h> needs <arpa/nameser...
1999-02-25  Michael VekslerAdded configure check for getbkgd and define HAVE_GETBKGD.
1999-02-20  Marcus MeissnerProblems reported by Donald Page, PR 105-107.
1999-02-17  Steffen Moeller"Configure finished" message suggests to call make...
1999-02-14  Ove KaavenFix for X11 includes detection.
1999-02-13  James JuranCreated include/Makefile.in to separate header file...
next