Fixed winebuild to work on non-Intel architectures.
[wine] / ChangeLog
index bd77124..13c0344 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+----------------------------------------------------------------
+2000-12-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/clipboard.c, windows/x11drv/clipboard.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Cancel a few changes to get back basic text clipboard functionality.
+
+       * dlls/winmm/mmsystem.c, include/wine/winbase16.h, windows/message.c, windows/queue.c, windows/winhelp.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Replaced calls to KERNEL.Yield16 by calls to KERNEL32.K32WOWYield from
+       outside libkernel.so.
+
+       * loader/module.c:
+       No longer try to load builtin library when loadorder is 'so'.
+
+       * Make.rules.in, configure, configure.in, dlls/Makedll.rules.in, library/Makefile.in, tsx11/Makefile.in, unicode/Makefile.in, unicode/wine_unicode.def:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Use dllwrap for building shared libraries in cygwin.
+
+       * server/async.c, server/console.c, server/file.c, server/handle.c, server/mapping.c, server/pipe.c, server/registry.c, server/request.c, server/serial.c, server/sock.c, server/thread.c:
+       Avoid dup'ing file descriptors when not necessary.
+       Do not send fd to the client if ops->get_fd() fails.
+
+       * scheduler/thread.c:
+       Fixed copy/paste bug (thanks to Gerard Patel).
+
+       * dlls/dsound/dsound_main.c:
+       Ove Kaaven <ovek@transgaming.com>
+       More intelligent DirectSound prebuffering. By tracking the
+       last-written position of streaming buffers, it attempts to avoid
+       prebuffering past this position unless necessary; this may avoid a
+       number of sound problems in various situations. Merged HEL and HAL
+       mixing code, which should reduce the HEL mode's CPU usage slightly.
+
+       * windows/win.c: Joerg Mayer <jmayer@loplof.de>
+       Warn when FindWindow needs to check other processes windows.
+
+       * documentation/Makefile.in:
+       Joerg Mayer <jmayer@loplof.de>
+       Don't suppress error messages.
+
+       * dlls/ntdll/critsection.c:
+       Joerg Mayer <jmayer@loplof.de>
+       Add %fs info to the critical section timeout message.
+
+       * include/debugtools.h:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Remove redundant ';' at the end of line.
+
+       * controls/edit.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Fix remaining signed/unsigned mismatches.
+
+       * dlls/ntdll/om.c, files/file.c, include/server.h, include/thread.h, loader/ne/module.c, memory/virtual.c, scheduler/client.c, scheduler/handle.c, scheduler/thread.c, server/console.c, server/debugger.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/object.h, server/pipe.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+       Use a separate FIFO pair for server requests that don't need to pass a
+       file descriptor.
+       Associate file descriptors with handles on the server side so that we
+       don't need to pass the fd every time the client wants to use it.
+
+       * wine.ini:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Native IMM32.DLL crashes wine - use builtin DLL.
+
+       * relay32/builtin32.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Print all problems as ERR() except for "could not open" library, which
+       is WARN().
+
+       * dlls/ddraw/dsurface/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       IDirectDrawSurface::Blt::SRCCOPY is the default ROP operation, do not
+       throw error.
+
+       * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/driver.c, windows/focus.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/multimon.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/rect.c, windows/scroll.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, windows/timer.c, windows/user.c, windows/win.c, windows/winhelp.c, windows/winpos.c, windows/winproc.c, windows/caret.c, windows/class.c, windows/clipboard.c, windows/cursoricon.c:
+       Patrik Stridvall <ps@leissner.se>
+       Various documentation fixes.
+
+       * windows/winpos.c:
+       Removed the dummy mouse event in SetWindowPos.
+
+       * dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added some 16 bit entry points needed by multimedia DLLs.
+
+       * windows/win.c, windows/x11drv/event.c, include/file.h, include/wine/winbase16.h, loader/resource.c, memory/global.c, memory/local.c, objects/metafile.c, controls/edit.c, dlls/kernel/wowthunk.c, dlls/winmm/mmio.c, files/file.c, graphics/win16drv/init.c:
+       Replaced WIN16_GlobalLock16 by "official" function K32WOWGlobalLock16.
+
+       * graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, include/x11drv.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Gavriel State <gav@transgaming.com>
+       More DIB section copy-blitting improvements: Handle 8bpp DIBs, DC
+       mapping modes, and clipping. Take advantage of the DIBsection's
+       XShmImage mechanism to get a really fast blit to the display.
+
+2000-12-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/user.spec:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/win16/user.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API file update.
+       - Minor bug fixes.
+       - Added new option on --documentation-ordinal (off by default).
+       - Added new option on --documentation-pedantic (off by default).
+
+       * dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Handle errors for IDsDriver_GetPosition.
+       Report DSERR_UNINITIALIZED on non-opened WineOSS audio device.
+
+       * dlls/winmm/Makefile.in, dlls/winmm/driver.c, windows/driver.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Cleaned up the code a bit.
+
+       * dlls/winmm/wineoss/audio.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Enable the DirectSound HAL for sound drivers that do not report
+       DSP_CAP_REALTIME. Set precision of these to 256 bytes (about 3ms).
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - TLB_DoFuncs: code cleanup and elemdescFunc read correctly from TLB.
+       - TLB_LoadTypeLib: ref count problem.
+       - ITypeLib::GetTypeInfoOfGuid: safer implementation (pointer testing).
+       - ITypeInfo::GetRefTypeOfImplType: safer implementation (pointer testing).
+       - ITypeInfo2::GetDocumentationL return errors if SysAllocString failed.
+       - TLB loader functions now trace in "typelib" channel.
+       - Improved traces in AddRef/Release and improved dump_* functions for
+         debugging.
+
+       * controls/edit.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Don't write to buffer with zero length.
+       Removed some unused function parameters.
+
+       * dlls/crtdll/crtdll_main.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Do not free the not owned error string.
+
+       * dlls/oleaut32/safearray.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Updated SafeArrayGetUBound and SafeArrayGetLBound with more sanity
+       checks: an array has at least one dimension.
+       Updated validCoordinates, where SafeArrayGetLBound was called on
+       dimension 0.
+
+       * dlls/winmm/lolvldrv.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Rewrote the allocation of MM driver descriptors.
+
+       * objects/enhmetafile.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Use handle to palette instead of index for EMR_SELECTPALETTE.
+       Implemented simple case for EMR_EXTSELECTCLIPRGN.
+
+2000-12-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/debugtools.c:
+       Fixed debug routines to work before the process heap is created.
+
+       * loader/module.c:
+       Do not call thread attach/detach routines during process exit to avoid
+       potential deadlocks.
+
+       * graphics/x11drv/dib.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Set the color mask with BI_BITFIELD dibs, don't use the
+       application-provided value.
+
+       * memory/global.c, controls/edit.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Make new edit control allocate its buffers with granularity 32 byte.
+       Ensure that all copied strings are 0 terminated.
+
+       * windows/spy.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - print out WM_NOTIFY message code if we know it.
+       - print out memory past end of NMHDR structure for the size of
+         the normal NMxxxxx structure associated with the message code.
+       - setup notify code table for common, REBAR, TOOLBAR, and COMBOEX (at
+         least partially).
+
+2000-12-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/global.c: Set last error in GlobalUnlock.
+
+       * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
+       Andrew Johnston <ajohnston@switch.com>
+       Documentation update.
+
+       * dlls/user/exticon.c, dlls/version/resource.c, include/winnt.h, library/loader.c, loader/pe_resource.c:
+       François Gouget <fgouget@codeweavers.com>
+       DUMMYSTRUCTNAME2 creates a conflict when using anonymous union names.
+
+       * documentation/printing.sgml:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Added description of printerports section of the win.ini file for wineps.drv.
+
+       * include/wine/obj_connection.h:
+       James Hatheway <james@macadamian.com>
+       Fix IConnectionPointContainer interface macros.
+
+       * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
+       Francois Jacques <francoisj@macadamian.com>
+       Implementation of Dispatch API.
+
+       * dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/mbstring.c, tools/winapi_check/win32/crtdll.api:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Add several mbcs and CP 932 functions, fix some existing calls
+       - Bug fixes, -W warnings and winapi_check updates.
+       - Don't be so strict setting default locale, store codepage
+
+       * library/port.c:
+       Include stdlib.h instead of wchar.h.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       shlwapi forwarders for SetWindowLongW and CallWindowProcW.
+
+       * dlls/user/user32.spec:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       New unicode edit control.
+
+       * files/profile.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Protect against NULL buffer in the profile functions.
+
+       * controls/edit.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       New unicode edit control.
+
+       * ole/ole2nls.c, tools/bin2res.c, tools/wrc/genres.c, tools/wrc/parser.y, windows/clipboard.c, windows/dialog.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, include/win.h, include/winpos.h, misc/tweak.c, msdos/int09.c, msdos/int33.c, controls/icontitle.c, dlls/commdlg/filedlgbrowser.c, dlls/dsound/dsound_main.c, dlls/msvideo/drawdib.c, dlls/ole32/clipboard.c, dlls/ole32/ole2nls.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/stubs.c, dlls/richedit/rtf.h, dlls/user/user_main.c, dlls/winmm/joystick/joystick.c, dlls/winmm/time.c:
+       François Gouget <fgouget@codeweavers.com>
+       winuser.h now requires that we include winbase.h first.
+
+       * include/winuser.h:
+       François Gouget <fgouget@codeweavers.com>
+       Added CreateWindowStation.
+
+       * include/windows.h:
+       François Gouget <fgouget@codeweavers.com>
+       Removed the 'extern "C" { ... }' statement. It is not supposed to be
+       there.
+
+       * include/windef.h:
+       François Gouget <fgouget@codeweavers.com>
+       Moved a misplaced 'extern "C" { ... }' statement.
+
+       * library/port.c, include/tchar.h, include/winnt.h, include/wtypes.h:
+       François Gouget <fgouget@codeweavers.com>
+       Added better support for Unicode:
+       Added support for 16-bit wchar_t
+       Added support for rewriting 4-byte Unicode literals to 16bit Unicode
+
+       * dlls/user/exticon.c, dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/winnt.h, loader/pe_resource.c, configure, configure.in:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Fixed IMAGE_RESOURCE_DIRECTORY_ENTRY on big-endian machines.
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+       Gerard Patel <gerard.patel@asi.fr>
+       Stub for DllDebugObjectRPCHook.
+
+       * dlls/oleaut32/typelib.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
+       ITypeInfo_fnGetContainingTypeLib.
+
+       * dlls/comctl32/tooltips.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Do not send a WM_NOTIFYFORMAT to a non-existent owner.
+
+       * server/atom.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/queue.c, server/registry.c, server/request.c, server/request.h, server/semaphore.c, server/serial.c, server/snapshot.c, server/sock.c, server/thread.c, server/timer.c, server/trace.c, files/file.c, include/server.h, scheduler/process.c, server/async.c:
+       Merged the get_read_fd and get_write_fd requests.
+
+       * dlls/dinput/mouse/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
+
+       * include/tchar.h:
+       François Gouget <fgouget@codeweavers.com>
+       _str{dec,inc}: Cast the parameters to the proper type first
+       Added definitions for _tfinddata*
+
+       * include/objbase.h, include/winnt.h:
+       François Gouget <fgouget@codeweavers.com>
+       Moved some of the STDMETHOD/STDAPI to winnt.h.
+       Moved the EXTERN_C macro to winnt.h.
+       Added a '#ifndef __WINE__' around the remaining macros.
+
+       * include/wtypes.h:
+       François Gouget <fgouget@codeweavers.com>
+       Removed some of the SECURITY_xxx types.
+
+       * include/winuser.h:
+       François Gouget <fgouget@codeweavers.com>
+       Added SetUserObjectSecurity.
+
+       * include/commctrl.h:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
+
+2000-12-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/imm32/Makefile.in, dlls/imm32/imc.c, dlls/imm32/imekl.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Implemented keyboard layout and context  - far from complete.
+
+       * library/port.c:
+       Morten Welinder <terra-wine@diku.dk>
+       (strcasecmp): Conform to ANSI specs for toupper.
+       (strncasecmp): Ditto.  Also do not use side-effects in macro args.
+       (wine_openpty): Plug descriptor leak.  Always set errno on failure.
+       (wine_anon_mmap): Fix comment location.
+
+       * misc/options.c:
+       Morten Welinder <terra-wine@diku.dk>
+       (parse_options): Allow GNU-like option arguments like
+       "--desktop=800x600".  (Not perfect -- we don't allow shorthands.)
+
+       * tools/winebuild/import.c, configure, configure.in:
+       Patrik Stridvall <ps@leissner.se>
+       Solaris fixes.
+
+       * dlls/comctl32/rebar.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - Implement drag for vertical rebars (drag up and down).
+       - Better algorithims for inserting new bands - matches native version
+         closer.
+       - Make drawing of rebar attempt to match native pixel by pixel (note
+         this does not fix the embedded controls in each band - they still are
+         as good or bad as before.)
+       - Implement some of the notifications (RBN_HEIGHTCHANGE, _CHILDSIZE,
+         _DELETINGBAND, _DELETEDBAND).
+
+       * dlls/comctl32/comboex.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Pass WM_COMMAND and WM_NOTIFY to parent as received.
+
+       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Change the current directory as the user browses the directory tree.
+
+       * dlls/crtdll/file.c:
+       David Elliott <dfe@infinite-internet.net>
+       Changed typo va_list to valist.
+
+       * windows/dialog.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Allow for the dialog font size to be set directly in pixels.
+
+       * windows/winpos.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       WM_GETMINMAXINFO track min size should be used in SetWindowPos also
+       for 32 bits apps.
+
+       * dlls/msvideo/msvideo_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
+
+2000-12-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shellpath.c, memory/environ.c, dlls/setupapi/devinst.c, dlls/setupapi/setupx_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/win16/setupx.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imm32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/olecli.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API file update.
+       - Turned on --documentation-arguments by default.
+
+       * dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/locale.c, dlls/crtdll/spawn.c, dlls/crtdll/crtdll_main.c, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Fix _fullpath & splitpath, winapi_check fixes
+       - Add cprintf,cscanf,_fgetwchar,_fgetwc,_fputwchar,_fputwc,
+         _wtoi & _wtol (fwd),scanf,_timezone_dll
+
+       * windows/x11drv/event.c, dlls/dinput/mouse/main.c, include/input.h, windows/cursoricon.c, windows/input.c, windows/winpos.c:
+       Avoid a couple of dependencies on input.c internal variables.
+
+       * dlls/crtdll/file.c:
+       Fixed infinite loop in CRTDLL__fcloseall.
+
+       * dlls/imm32/Makefile.in, dlls/imm32/imewnd.c, dlls/imm32/imm.c, dlls/imm32/imm_private.h, dlls/imm32/main.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Implemented some APIs and IME class - far from complete.
+
+       * dlls/ddraw/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Check for NULL before doing IsEqualGUID().
+
+       * dlls/winmm/mci.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed loading of 16 bit MCI drivers (for command tables).
+       Fixed alias handling in mciSendString.
+
+       * dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - don't initialize with pFirstLDD if pFirstLDD isn't initialized yet either
+       - corrected VcpClose .spec
+
+2000-12-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+       Allocate entry points dynamically to allow for a larger number of
+       ordinals.
+
+       * dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.c, dlls/imm32/imm32.spec, dlls/imm32/imm_private.h, dlls/imm32/immddk.h, dlls/imm32/main.c, dlls/imm32/memory.c, dlls/imm32/string.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Implemented some DDK APIs - far from complete.
+
+       * Makefile.in:
+       Francois Gouget <fgouget@codeweavers.com>
+       Create a symbolic link to ole/libuuid.a.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Always link with uuid.
+
+       * controls/listbox.c:
+       Ulrich Czekalla <ulrichc@codeweavers.com>
+       Only capture mouse when an item is selected.
+
+       * include/ntdef.h, include/windef.h, include/winnt.h:
+       François Gouget <fgouget@codeweavers.com>
+       Moved some macros like NULL, FALSE to winnt.h
+       Moved the anonymous struct/unions to winnt.h
+       Moved calling convention macros to winnt.h
+       Moved some basic types like BOOL, INT, LONG, etc. to winnt.h
+       Moved HANDLE and DECLARE_HANDLE to winnt.h
+       Moved structure packing macros to winnt.h
+
+       * include/ddraw.h, include/winbase.h, server/snapshot.c:
+       François Gouget <fgouget@codeweavers.com>
+       Needs to include windef.h.
+
+       * include/ole2.h:
+       François Gouget <fgouget@codeweavers.com>
+       Added OleIsCurrentClipboard and OleSetClipboard.
+
+       * include/objbase.h:
+       François Gouget <fgouget@codeweavers.com>
+       Fixed the prototype of GetClassFile.
+
+       * windows/win.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Don't return last active popup if it is pointing to a deleted window.
+
+       * documentation/wine.man.in, misc/options.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Improved usage message.
+
+       * dlls/advapi32/registry.c, dlls/ntdll/reg.c, include/server.h, memory/registry.c, server/registry.c, server/request.c, server/request.h, server/trace.c:
+       Converted enum_key_value request to the new request mechanism.
+
+       * misc/cdrom.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
+
+       * dlls/comctl32/tab.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed some difficulties with the font on vertical tabs. Also plugged a
+       resource leak.
+
+       * dlls/comctl32/header.c:
+       Ulrich Czekalla <ulrichc@codeweavers.com>
+       Mark width as valid when we send HDN_ENDTRACKA.
+
+       * dlls/ole32/ole2.c:
+       Huw D M Davies <hdavies@codeweavwers.com>
+       Check to see whether any ancestor windows are drop targets.
+
+       * files/dos_fs.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Spelling fix.
+
+       * include/winnt.h, loader/pe_image.c:
+       François Gouget <fgouget@codeweavers.com>
+       Changed the type of Function to PDWORD as on Windows.
+
+       * dlls/dplayx/dplaysp.h:
+       François Gouget <fgouget@codeweavers.com>
+       Removed the declspec specifier.
+
+       * dlls/ntdll/ntdll.spec, misc/options.c, miscemu/main.c, miscemu/wine.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+       Added support for Unicode applications in winebuild.
+       Removed cuiexe_no_main hack.
+       Avoid stdcall function declarations inside functions because of gcc bug.
+
+       * misc/registry.c:
+       Martin Pilka <mpilka@codeweavers.com>
+       - registry loading speed up (reduced client <-> server communication)
+       - make the code a bit more understandable
+
+2000-12-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       Added "ignore" directive for skipping individual symbol resolution.
+
+       * dlls/commdlg/cdlg_Ru.rc:
+       Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
+       Added more Russian support.
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/imm32/Makefile.in, dlls/imm32/imm.spec, dlls/winnls/.cvsignore, dlls/winnls/Makefile.in, dlls/winnls/winnls.c, dlls/winnls/winnls.spec, dlls/winnls/winnls32.spec:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added a spec file for 16bit imm.
+       Added spec files for winnls and winnls32.
+
+       * include/wine/winbase16.h:
+       Added inline definition for MapSL.
+
+       * tools/wineshelllink:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fixed an unquoted string.
+
+       * files/directory.c, files/drive.c:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Add strerror() to the "Could not stat" and "Invalid path" startup
+       error messages.
+
+       * scheduler/sysdeps.c:
+       Commented out large stack init now that thread stacks are at least 1Mb.
+
+       * dlls/ddraw/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       If DirectDrawCreate gets passed a IDirectDraw{2,4,7} interface, get
+       this interface and do not use IDirectDraw.
+
+       * dlls/comctl32/comctl32.spec, dlls/kernel/kernel32.spec, dlls/shell32/shell32.spec:
+       Francois Gouget <fgouget@codeweavers.com>
+       Removed the name of APIs exported by ordinal.
+
+       * dlls/kernel/nls/hun.nls:
+       Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
+       Some NLS updates.
+
+2000-12-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/Makefile.in, documentation/architecture.sgml, documentation/authors.ent, documentation/bugs.sgml, documentation/build.sgml, documentation/compiling.sgml, documentation/configuring.sgml, documentation/consoles.sgml, documentation/cvs-regression.sgml, documentation/db2html-winehq, documentation/debugger.sgml, documentation/debugging.sgml, documentation/default.dsl, documentation/dlls.sgml, documentation/documentation.sgml, documentation/fonts.sgml, documentation/getting.sgml, documentation/i18n.sgml, documentation/implementation.sgml, documentation/installing.sgml, documentation/introduction.sgml, documentation/ole.sgml, documentation/opengl.sgml, documentation/packaging.sgml, documentation/patches.sgml, documentation/porting.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml, documentation/tools.sgml, documentation/wine-doc.sgml, documentation/winehq.dsl, documentation/winelib-user.sgml:
+       John R. Sheets <jsheets@codeweavers.com>
+       Documentation update.
+
+       * dlls/odbc32/proxyodbc.c, include/wine/library.h, include/wine/port.h, library/loader.c, library/port.c, loader/elf.c, loader/module.c, relay32/builtin32.c:
+       James Abbatiello <jabbey@codeweavers.com>
+       Work around glibc 2.1.x dlopen bug (again).
+
+       * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       - implemented proper LDD/LDID handling
+       - implement Ctl*Ldd(), Ctl[GS]etLddPath, GenInstall (no real operations
+         yet, I want help), InstallHinfSection
+       - Stubbed out DiGetClassDevs16 (needed for e.g. Monkey Island 3 ;)
+       - many new .spec stubs
+
+       * dlls/shell32/shellole.c, include/wine/obj_base.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       SHGetMalloc must use MEMCTX_TASK, otherwise CoGetMalloc will
+       badly fail with E_INVALIDARG in case native OLE32 is used.
+
+       * include/Makefile.in, include/mapi.h, include/mapidefs.h:
+       François Gouget <fgouget@codeweavers.com>
+       Added mapi.h with the definitions needed by the MFC.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
+
+       * tools/makedep.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed path resolution for a/b.c source files.
+
+       * controls/listbox.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       Invalidate the focus rect when a listbox is resized.
+
+       * scheduler/process.c, scheduler/syslevel.c, tools/winebuild/spec16.c, win32/except.c, windows/dce.c, windows/nonclient.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/gdi.h, include/ldt.h, include/miscemu.h, include/selectors.h, misc/lstr.c, msdos/dosaspi.c, msdos/int25.c, msdos/int26.c, objects/gdiobj.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c, debugger/dbgmain.c, dlls/commdlg/filedlg95.c, dlls/gdi/gdi_main.c, dlls/oleaut32/oleaut.c, dlls/user/resource.c, dlls/winaspi/winaspi32.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+       Removed some unnecessary includes.
+       Got rid of ldt.h.
+
+       * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
+       Use getpagesize() instead of VIRTUAL_GetPageSize().
+
+       * windows/win.c, windows/winhelp.c, windows/winproc.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, objects/bitmap.c, objects/font.c, objects/metafile.c, scheduler/thread.c, windows/class.c, windows/cursoricon.c, windows/defwnd.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, windows/msgbox.c, windows/painting.c, windows/scroll.c, misc/error.c, msdos/devices.c, include/wine/mmsystem16.h, include/wine/port.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, loader/resource.c, loader/task.c, memory/atom.c, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/local.c, memory/selector.c, memory/string.c, dlls/winmm/mcianim/mcianim.c, dlls/winsock/async.c, files/file.c, graphics/escape.c, graphics/mapping.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/digitalv.h, include/mmddk.h, include/ole.h, include/stackframe.h, include/user.h, include/wingdi.h, include/winnt.h, dlls/user/lstr.c, dlls/user/text.c, dlls/user/wsprintf.c, dlls/version/ver16.c, dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c, dlls/wineps/escape.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/winmm.spec, dlls/kernel/debugger.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/msvideo/msvideo_main.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/oleaut32/ole2disp.c, dlls/olecli/olecli.spec, dlls/olecli/olecli_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/gdi/gdi.spec, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/commdlg/cdlg.h, controls/edit.c, controls/listbox.c, controls/menu.c, controls/combo.c:
+       Replaced PTR_SEG_TO_LIN macro by exported MapSL function.
+       Fixed a few ptr/segptr mismatches.
+       Moved CONV_RECT/POINT macros to wingdi16.h.
+
+       * debugger/debug.l, dlls/comctl32/header.c, dlls/oleaut32/typelib.c, dlls/serialui/confdlg.c, dlls/winspool/info.c, objects/enhmetafile.c, windows/winpos.c:
+       Fixed some warnings.
+
+       * windows/driver.c, dlls/winmm/Makefile.in, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Split driver functions into USER (16 bit part) and WINMM (32 bit part).
+       Fixed some bugs in 16 bit part as well.
+       Now correctly parsing the system.ini extra parameters.
+
+       * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed crtdll compile problem regarding fpos_t in glibc2.2.
+
+       * dlls/crtdll/Makefile.in, dlls/crtdll/console.c, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Implement console I/O
+       - Support temporary files, add tmpfile, rmtmp
+       - spawn* functions: fix args, add cwait, searchenv
+
+       * programs/clock/main.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Removed a crash in program/clock.
+
+       * dlls/comctl32/header.c:
+       Eric Kohl <ekohl@rz-online.de>
+       Fixed crash of WinZip 8.0 due to invalid image list handle.
+
+       * include/windef.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Define NULL as in Win32.
+
+       * dlls/msvideo/msvideo_main.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Return values from DRV_ENABLE should not be checked.
+
+       * dlls/kernel/format_msg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       FormatMessageA wasn't properly handling the %ls modifier.
+
+       * dlls/comctl32/toolbar.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Invalid buttons are "hidden".
+
+       * dlls/shell32/shellpath.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Move all values of SHGetSpecialFolderPathA into an array, add some
+       other registry locations and improve the number of supported CSIDLs.
+
+       * dlls/commdlg/filedlg95.c:
+       Ian Pilcher <pilcher@concentric.net>
+       Changed FILEDLG95_OnOpen to "double terminate" the returned string if
+       OFN_ALLOWMULTISELECT is set.
+
+2000-12-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * scheduler/process.c, if1632/relay.c, include/main.h, loader/main.c, misc/main.c, misc/options.c, ole/ole2nls.c, relay32/builtin32.c, dlls/kernel/kernel_main.c:
+       Got rid of main.h.
+
+       * relay32/relay386.c, relay32/snoop.c:
+       Use __ASM_GLOBAL_FUNC directly in i386-only code.
+
+       * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
+       Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
+
+       * include/drive.h, include/winbase.h, misc/cdrom.c, msdos/int11.c, msdos/int13.c, msdos/int17.c, msdos/int21.c, msdos/int2f.c, controls/combo.c, controls/listbox.c, dlls/commdlg/filedlg.c, dlls/shell32/shell.c, dlls/user/network.c, files/drive.c:
+       Use the DRIVE_* API constants instead of the DRIVETYPE enum.
+       Changed DRIVE_CANNOTDETERMINE and DRIVE_DOESNOTEXIST to use the
+       correct names.
+       Cleaned up a few dependencies on internal drive.c functions.
+
+       * configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/config.h.in, include/dinput.h:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Added preferences to dinput drivers (so we can have two joystick
+       drivers). Implemented a joystick driver for the Linux 2.4
+       dev/input/event API.
+
+       * include/winnls.h, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/locale.c, dlls/crtdll/time.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Implemented setlocale parsing and LC_TYPE behavior.
+       - Implemented isleadbyte, snprintf.
+       - Added NLS IsValidCodePage prototype, misc CRTDLL fixes.
+
+       * include/shellapi.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added a prototype for SHAppBarMessage.
+
+       * dlls/user/text.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Fixed indentation problems resulting from automatic renaming, other
+       aesthetic fixes.
+
+       * dlls/comctl32/tab.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Use DrawText to display text in horizontal tabs.
+
+       * server/registry.c:
+       Martin Pilka <mpilka@codeweavers.com>
+       Changed the condition so it also works in case when sscanf returns EOF.
+
+2000-12-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/user.c, memory/environ.c, memory/selector.c, memory/virtual.c, misc/version.c, miscemu/main.c, msdos/dpmi.c, msdos/vxd.c, relay32/relay386.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, dlls/crtdll/exit.c, dlls/crtdll/spawn.c, dlls/crtdll/time.c, dlls/kernel/utthunk.c, include/Makefile.in, include/ldt.h, include/module.h, include/process.h, include/winbase.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c:
+       Moved all Wine internal definitions out of process.h.
+
+       * tools/winebuild/spec32.c:
+       Output the exports table in assembly code to make it possible to
+       export C++ mangled names.
+
+       * dlls/ntdll/rtl.c:
+       Implemented RtlAcquirePebLock and RtlReleasePebLock.
+
+       * dlls/user/text.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
+
+       * windows/x11drv/clipboard.c, windows/x11drv/event.c, include/clipboard.h, windows/clipboard.c, windows/queue.c, windows/user.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Add CF_UNICODETEXT as primary text clipboard format.
+       Use [x11drv].TextCP for interchange with X.
+
+2000-12-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/Makeprog.rules.in:
+       Dennis Bjorklund <db@zigo.dhs.org>
+       Remove old link before creating the new one.
+
+       * windows/x11drv/event.c, windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/controls.h, dlls/user/resources/user32.rc, dlls/user/user_main.c, include/button.h, include/combo.h, include/desktop.h, include/dialog.h, include/mdi.h, include/menu.h, include/scroll.h, include/static.h, include/win.h, include/x11drv.h, windows/Makefile.in, windows/class.c, windows/defdlg.c, windows/dialog.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/sysparams.c, windows/user.c, windows/win.c, windows/winpos.c, windows/winproc.c, Make.rules.in, controls/Makefile.in, controls/button.c, controls/combo.c, controls/desktop.c, controls/edit.c, controls/icontitle.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/widgets.c:
+       Moved most builtin controls structures into their respective C file.
+       Created new controls.h file private to user32.dll and moved remaining
+       builtin controls definitions there.
+
+2000-12-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/ntdll.spec, include/elfdll.h, loader/Makefile.in, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
+       Removed no longer used elfdll loader.
+
+       * windows/class.c, windows/message.c, dlls/winmm/wineoss/mixer.c, include/queue.h, include/wnaspi32.h, misc/main.c, dlls/oleaut32/ole2disp.c, README:
+       Andreas Mohr <amohr@codeweavers.com>
+       - README update
+       - add offsets to ASPI struct defines
+       - spelling
+
+       * dlls/oleaut32/safearray.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Don't fail on pointer address checking when foreign heap.
+
+       * include/oleauto.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Removed duplicate defines.
+
+       * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fixed MessageBox() usage.
+
+       * dlls/winaspi/winaspi32.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Print CDB area.
+
+2000-12-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/defwnd.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added handlers for some IME messages in DefWindowProc.
+
+       * dlls/commdlg/filedlg95.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Fileokstring notification should be sent to the custom child dialog,
+       not to the main dialog.
+
+       * dlls/ntdll/ntdll.spec:
+       Andrew Lewycky <andrew@transgaming.com>
+       Ove Kaaven <ovek@transgaming.com>
+       De-stub sin() and cos().
+       Add noimport flag to sin(), cos(), and pow().
+
+       * windows/x11drv/wnd.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user.spec, include/button.h, include/class.h, include/win.h, include/wine/winuser16.h, include/x11drv.h, windows/class.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/user.c, windows/win.c, controls/button.c, controls/desktop.c, controls/widgets.c:
+       Removed dependencies on the internals of the CLASS structure.
+       Added support for having both ASCII and Unicode window procedures for
+       builtin classes.
+
+       * windows/defdlg.c, windows/winproc.c:
+       Removed calls to WIDGETS_IsControl.
+
+       * include/wininet.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Uncomment GOPHER_ATTRIBUTE_TYPE and GopherGetAttribute.
+       Create A/W versions of GOPHER_ATTRIBUTE_TYPE and
+       GOPHER_ATTRIBUTE_ENUMERATOR.
+
+       * include/winsock.h, tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added a prototype for closesocket.
+
+       * dlls/commdlg/printdlg.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed handling of DialogBoxIndirectParamA return value.
+
+2000-12-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/wine.conf.man.in, documentation/wine.man.in, files/profile.c, README, wine.ini:
+       Added automatic translation of the config file to the new
+       format. Updated documentation.
+
+       * include/wine/port.h:
+       Added define for S_ISLNK if missing.
+
+       * tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+       Don't make the spec file constructors static so that they don't get
+       optimized out.
+
+       * include/bitmap.h, include/x11drv.h, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/text.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Andrew Lewycky <andrew@transgaming.com>
+       Gavriel State <gav@transgaming.com>
+       DIB section improvements; UpdateDIBSection has been replaced with
+       LockDIBSection and UnlockDIBSection, for improved thread safety.
+       DIB_Status_* is now driver-independent, and there's a new
+       DIB_Status_AuxMod. Better handling of DIB surfaces with nonstandard
+       pitch. Slight optimization of DIBsection->display BitBlt.
+
+       * dlls/kernel/nls/heb.nls, misc/options.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
+       Michael Veksler <mveksler@techunix.technion.ac.il>
+       Add basic NLS information needed for Hebrew.
+
+       * dlls/kernel/nls/cym.nls:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Welsh needs iso8859-14.
+
+       * windows/x11drv/event.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Use SendNotifyMessage() for WM_SYNCPAINT.
+
+       * dlls/ntdll/nt.c:
+       James Juran <jamesjuran@alumni.psu.edu>
+       Return a maximum registry size of 32 MB in NtQuerySystemInformation.
+
+       * documentation/samples/config:
+       Added sample config file in the new format.
+
+       * configure, configure.in:
+       Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
+       stack alignments.
+
+       * tools/winebuild/import.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Now prints line number for 'x.dll imported but no symbols used' warning.
+
+       * controls/combo.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       Update internal controls on WM_WINDOWPOSCHANGED.
+
+       * dlls/ntdll/ntdll.spec, misc/Makefile.in, misc/ext_debugger.c, Makefile.in, debugger/Makefile.in, debugger/ext_debugger.c, debugger/winedbg.c:
+       Build the debugger as a .so.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi_main.c, include/dplay.h, ole/Makefile.in, ole/uuid.c, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/ddraw/Makefile.in, dlls/ddraw/main.c, dlls/dinput/Makefile.in, dlls/dinput/dinput_main.c, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx_main.c, dlls/dsound/Makefile.in, dlls/dsound/dsound_main.c, dlls/ole32/Makefile.in, dlls/ole32/oleobj.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut.c, Make.rules.in, Makefile.in:
+       Created a small static library in ole/libuuid.a that contains all the
+       UUID definitions (with the help of Francois Gouget).
+
+       * tools/wmc/Makefile.in, tools/wrc/Makefile.in, dlls/crtdll/Makefile.in, dlls/lzexpand/Makefile.in, dlls/ntdll/Makefile.in, dlls/shell32/Makefile.in, dlls/shlwapi/Makefile.in, dlls/version/Makefile.in, if1632/Makefile.in, libtest/Makefile.in, programs/Makeprog.rules.in, programs/avitools/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, dlls/Makedll.rules.in, dlls/comctl32/Makefile.in:
+       Use libwine and libwine_unicode directly from their build directory
+       instead of using symlinks.
+
+       * dlls/x11drv/Makefile.in, dlls/x11drv/x11drv_main.c, include/ts_shape.h, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/ts_xvideo.h, tools/make_X11wrappers, tsx11/.cvsignore, tsx11/Makefile.in, tsx11/locking.c, tsx11/ts_shape.c, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c, tsx11/ts_xvideo.c, Make.rules.in, Makefile.in, configure, configure.in:
+       Build tsx11 layer as a separate shared library.
+
+2000-12-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/odbc32/proxyodbc.c, if1632/builtin.c, library/loader.c, loader/elf.c, relay32/builtin32.c:
+       Always pass lower-case filenames to wine_dll_load().
+       Clear dlerror() before and after calls to dlopen/dlsym to work around
+       a glibc bug (thanks to James Abbatiello for tracking the bug).
+
+       * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
+       Nerijus Baliunas <nerijus@users.sourceforge.net>
+       Fixed Serbian language code page.
+
+       * controls/combo.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed a problem where the string in a combo box flickers if you
+       rapidly reset the content and then replace the content.
+
+       * loader/pe_image.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Better error message for forwards.
+
+       * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
+       Aric Stewart <aric@codeweavers.com>
+       Added Chinese resources.
+
+       * include/imm.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added some missing definitions.
+
+       * dlls/rpcrt4/rpcrt4_main.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Compile fix for gcc 2.7.2.3.
+
+       * Make.rules.in, configure, configure.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Use the approriate command for combining .o files.
+
+       * windows/winproc.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Removed the code duplication.
+
+       * windows/winproc.c:
+       Rein Klazes <rklazes@casema.net>
+       Don't forget to map the message in WINPROC_MapMsg16To32W().
+
+       * relay32/builtin32.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fixed dlerror() check to use strstr().
+
+       * dlls/Makefile.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
+
+       * tools/makedep.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       - overwrite (rather than append) the output file if we have no separator
+       - avoid output if there is nothing to do
+
+       * dlls/user/user32.spec, include/winuser.h, windows/input.c:
+       Ken Coleman <ken_coleman@iname.com>
+       Added a first-cut version of MapVirtualKeyExW() that has the same
+       functionality (and limitations) as the ANSI version.
+
+       * tools/wineinstall:
+       Andreas Mohr <amohr@codeweavers.com>
+       wineinstall didn't create the default no-windows directory /c
+       when just pressing enter.
+
+       * graphics/x11drv/dib.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - correct number of colormap entries looked at in GetDIBColorTable.
+       - correct number of colormap entries processed in SetDIBColorTable.
+
+       * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
+       Rein Klazes <rklazes@casema.net>
+       Somes fixes for Dutch locales.
+
+       * dlls/imm32/imm32.spec:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added some stubs.
+
+2000-12-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, include/version.h:
+       Release 20001202.
+
+----------------------------------------------------------------
+2000-12-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/mapping.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Check the attributes of the *current* section, not only the attributes
+       of the *first* section...
+
+       * windows/winproc.c:
+       Fixed WINPROC_GetPtr() to always pass the start of the block to
+       HeapValidate().
+
+       * scheduler/process.c:
+       Display an error message if loading a Winelib app failed (suggested by
+       Francois Gouget).
+
+       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dmaterial.c, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, include/d3dtypes.h, include/dplay.h, include/dplobby.h:
+       Francois Gouget <fgouget@free.fr>
+       Use the DUMMYUNIONNAME macros so that the headers can be used in
+       Winelib.
+
+       * if1632/builtin.c, include/file.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, files/dos_fs.c, files/file.c:
+       Aric Stewart <aric@codeweavers.com>
+       Added ASCII-only version of toupper, tolower, strcasecmp and the like
+       for file and module I/O.
+
+       * dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, include/winsock2.h:
+       Use ioctlsocket() instead of ioctl() so that we can import ws2_32.dll
+       again (untested).
+
+       * dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/misc.c, loader/resource.c, win32/console.c:
+       Patrik Stridvall <ps@leissner.se>
+       Added/modified documentation for function arguments.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api, tools/winapi_check/win16/winsock.api, tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/user32.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * dlls/commdlg/filedlg95.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       FileOpenDlgProc95: notify application of changed selection after
+       filling template.
+
+       * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed bugs when tray was open.
+
+       * windows/winproc.c:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Added several additional to/from unicode message mappings.
+
+       * programs/Makeprog.rules.in, tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/Makedll.rules.in:
+       Always put the dll constructor in the .init section, and like the
+       .spec.o file first to ensure correct calling order of the constructors.
+
+       * msdos/int10.c, msdos/int15.c, objects/brush.c, win32/except.c, dlls/crtdll/crtdll.h, dlls/crtdll/file.c, dlls/ole32/clipboard.c, dlls/oleaut32/variant.c, memory/selector.c, misc/registry.c, wine.ini:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed miscellaneous typos, syntactic and grammatical errors.
+
+       * DEVELOPERS-HINTS, include/dplay.h, include/dplobby.h, include/prsht.h, include/wine/obj_base.h, include/winnls.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed the case of "Winelib".
+
+       * documentation/winemaker.man:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fix the Winelib case.
+       The linking aspects have been solved by the last winebuild update ->
+       removed from the todo list.
+       The configure script has been updated -> removed from the todo list.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       If there is a single target, it should also get the 'project_settings
+       sources'.
+       If a subdirectory is called 'include' then add it to the include path.
+
+       * windows/winproc.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Include config.h.
+
+       * include/winuser.h:
+       Dmitry Timoshkov <dmitry@codeweavers.com>
+       Added several clipboard formats.
+
+       * Make.rules.in:
+       Dennis Björklund <db@zigo.dhs.org>
+       Compile fix for building wine outside the source tree.
+
+       * dlls/wininet/internet.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       InternetCloseHandle didn't return TRUE in all appropriate cases.
+
+       * win32/device.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Added a --winver nt40 hint to VxD error message.
+
+       * dlls/imm32/imm.c, dlls/imm32/imm32.spec:
+       Hidenori Takeshima<hidenori@a2.ctktv.ne.jp>
+       Added some stubs.
+
+       * windows/defwnd.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       - Take the mouse capture on a WM_NCRBUTTONDOWN on the caption bar,
+         release it on a WM_RBUTTONUP
+       - Don't send WM_CONTEXTMENU on a WM_NCRBUTTONUP
+       - Use parent-relative coordinates when calling NC_HandleNCHitTest
+
+2000-12-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * objects/enhmetafile.c, objects/font.c, objects/metafile.c, objects/palette.c, objects/text.c, ole/ole2nls.c, scheduler/process.c, windows/class.c, windows/cursoricon.c, windows/dce.c, windows/hook.c, windows/keyboard.c, windows/message.c, windows/win.c, windows/winproc.c, graphics/metafiledrv/init.c, loader/task.c, memory/virtual.c, misc/system.c, msdos/int10.c, objects/brush.c, objects/dc.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, dlls/winsock/socket.c, dlls/winspool/info.c, files/drive.c, graphics/dispdib.c, graphics/enhmetafiledrv/init.c, dlls/msacm/format.c, dlls/ntdll/reg.c, dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c, dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/user/exticon.c, dlls/user/lstr.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/printdlg.c, dlls/kernel/comm.c:
+       Patrik Stridvall <ps@leissner.se>
+       Added/modified documentation for function arguments.
+
+       * dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/msvideo/msvideo_main.c, dlls/setupapi/setupx_main.c, loader/ne/module.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed Win16 documentation not fixed because of a bug in winapi_check.
+
+       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/icmp/icmp_main.c, dlls/kernel/kernel.spec, dlls/wininet/ftp.c, include/config.h.in, loader/dos/dosmod.c, misc/registry.c, server/context_sparc.c, configure, configure.in:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Fixed a bug concerning Win16 documentation.
+       - Fixed some bugs concerning argument documentation
+       - Minor API files update
+
+       * scheduler/process.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, tools/winebuild/spec16.c, windows/dce.c, windows/driver.c, windows/input.c, windows/queue.c, windows/spy.c, windows/user.c, windows/winpos.c, graphics/win16drv/font.c, if1632/thunk.c, loader/dos/module.c, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/resource.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, msdos/dpmi.c, msdos/vxd.c, relay32/builtin32.c, relay32/snoop.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/crtdll/time.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/ole32/storage.c, dlls/shell32/shellpath.c, dlls/user/exticon.c, dlls/user/mouse.c, dlls/version/resource.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, debugger/msc.c, dlls/comctl32/animate.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c:
+       Removed some unnecessary includes.
+
+       * include/module.h, include/neexe.h, include/wine/winbase16.h:
+       Moved useful NE format definitions to winbase16.h.
+
+       * include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/spec32.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Modified winebuild to use the __ASM_FUNC macro for greater portability.
+
+       * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/kernel/utthunk.c, dlls/kernel/wprocs.spec, loader/ne/module.c, loader/ne/segment.c, msdos/int2f.c, msdos/interrupts.c:
+       Moved the few remaining functions in wprocs.dll to kernel.dll.
+       No longer load wprocs.dll unconditionally.
+       Restored default interrupt handler behavior (reported by Andreas Mohr).
+
+       * dlls/user/user32.spec, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, files/dos_fs.c, include/winbase.h, dlls/kernel/kernel32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell.c, dlls/shell32/shell.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellreg.c:
+       Finished separation of shell32 and wsock32.
+
+       * library/port.c, configure, configure.in, include/config.h.in, include/wine/port.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Supply dummy getrlimit if absent.
+
+       * dlls/kernel/kernel.spec:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed segstr to str proto.
+
+       * debugger/debugger.h, debugger/types.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Cleaned up internal types definition.
+
+       * debugger/stabs.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Improved stabs loading (now using recursive parsing, required by stabs
+       generated by latest gcc versions).
+
+       * debugger/expr.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Work around for deref issues (least impact solution taken, even if issues remain).
+
+       * dlls/kernel/nls/cht.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dan.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/trk.nls, dlls/kernel/nls/zhi.nls:
+       Aric Stewart <aric@codeweavers.com>
+       A number of additions to the nls files. Also one correction, we had
+       895 for the Czech default codepage but according to microsoft it
+       should be 852.
+
+       * tools/winelauncher.in:
+       Jeremy White <jwhite@codeweavers.com>
+       Make winelauncher work better for source tree builds.
+       Make winelauncher detect the lack of a ~/.winerc file and prompt the
+       user about it.
+       Pass command line parameters a bit more graciously; improves
+       interaction with gmc and kfm.
+
+       * windows/x11drv/wnd.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added the KDE 2 beta and final method of specifying systray windows.
+
+2000-11-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * controls/listbox.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       Don't update scrollbars when processing WM_DESTROY.
+
+       * windows/winproc.c:
+       Check for NULL handle before calling HeapValidate.
+
+       * documentation/winemaker.man:
+       Francois Gouget <fgouget@codeweavers.com>
+       Bring the man page in line with the latest version of winemaker.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       - In interactive mode, don't ignore invalid options, ask the user again
+       - Uppercase extensions are not supported after all (hint: $(SRC:.c=.o))
+       - Pass the global defines and include path to WRC
+       - Base the cleanup on the OBJS variable so that it works even if the
+         sources are in a subdirectory
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       - Fix the handling of relative include/library paths
+       - In interactive mode, print "./" for the top level directory rather
+         than an empty string
+       - We don't need to force a space before assignments
+       - Align TOPSRCDIR & co like all the other assignements
+       - Compile Dlls first (dependencies would do it more or less anyway)
+       - Wording change in the usage
+
+       * dlls/shell32/Makefile.in, dlls/user/Makefile.in, dlls/winmm/mci.c, dlls/winmm/winmm.spec, misc/registry.c, debugger/Makefile.in, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/gdi/Makefile.in:
+       Finished separation of advapi32.
+
+       * dlls/ole32/Makefile.in, dlls/ole32/ifs.c, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
+       Finished separation of ole32.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Implement better version of DPA_Merge.
+
+       * dlls/wininet/ftp.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Add missing #include <netinet/in.h> to get struct in_addr on all platforms.
+
+       * memory/heap.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
+
+       * dlls/winmm/mciwave/.cvsignore, dlls/winmm/midimap/.cvsignore, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wineoss/.cvsignore, dlls/winsock/.cvsignore, dlls/winspool/.cvsignore, dlls/wow32/.cvsignore, dlls/wsock32/.cvsignore, dlls/x11drv/.cvsignore, dlls/user/.cvsignore, dlls/version/.cvsignore, dlls/win32s/.cvsignore, dlls/winaspi/.cvsignore, dlls/wineps/.cvsignore, dlls/wininet/.cvsignore, dlls/winmm/.cvsignore, dlls/winmm/joystick/.cvsignore, dlls/winmm/mcianim/.cvsignore, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mcicda/.cvsignore, dlls/winmm/mciseq/.cvsignore, dlls/opengl32/.cvsignore, dlls/psapi/.cvsignore, dlls/rasapi32/.cvsignore, dlls/richedit/.cvsignore, dlls/rpcrt4/.cvsignore, dlls/serialui/.cvsignore, dlls/setupapi/.cvsignore, dlls/shell32/.cvsignore, dlls/shfolder/.cvsignore, dlls/shlwapi/.cvsignore, dlls/tapi32/.cvsignore, dlls/ttydrv/.cvsignore, dlls/urlmon/.cvsignore, dlls/mpr/.cvsignore, dlls/msacm/.cvsignore, dlls/msnet32/.cvsignore, dlls/msvideo/.cvsignore, dlls/ntdll/.cvsignore, dlls/odbc32/.cvsignore, dlls/ole32/.cvsignore, dlls/oleaut32/.cvsignore, dlls/olecli/.cvsignore, dlls/oledlg/.cvsignore, dlls/olepro32/.cvsignore, dlls/olesvr/.cvsignore, dlls/crtdll/.cvsignore, dlls/dciman32/.cvsignore, dlls/ddraw/.cvsignore, dlls/dinput/.cvsignore, dlls/dplay/.cvsignore, dlls/dplayx/.cvsignore, dlls/dsound/.cvsignore, dlls/gdi/.cvsignore, dlls/icmp/.cvsignore, dlls/imagehlp/.cvsignore, dlls/imm32/.cvsignore, dlls/kernel/.cvsignore, dlls/lzexpand/.cvsignore, dlls/advapi32/.cvsignore, dlls/avifil32/.cvsignore, dlls/comctl32/.cvsignore, dlls/commdlg/.cvsignore:
+       David Elliott <dfe@infinite-internet.net>
+       Remove libXXXX.so.1.0 lines from .cvsignore files.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
+       Finished separation of comclt32 and comdlg32.
+
+       * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
+       Fixed progman internal dependencies and build it like the other
+       programs.
+
+       * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
+       Export a few 16-bit functions needed by higher-level dlls.
+
+       * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
+       Export the wine server functions from ntdll.
+
+       * tools/winapi_check/win16/toolhelp.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Added new option --documentation-arguments
+       - Minor API files update
+
+       * dlls/richedit/charlist.c, dlls/richedit/reader.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/urlmon/umon.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/utility.c, include/ocidl.h, include/rpc.h, include/unknwn.h, include/windows.h, msdos/int11.c, dlls/ole32/clipboard.c, dlls/ole32/filemoniker.c, dlls/oleaut32/connpt.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
+       Patrik Stridvall <ps@leissner.se>
+       Don't include windows.h internally.
+
+       * documentation/wine.man.in, misc/version.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Added alias capability to --winver.
+       win2000 is the official value.
+
+       * dlls/oleaut32/Makefile.in, graphics/win16drv/font.c, if1632/thunk.c, include/heap.h, include/winbase.h, memory/heap.c, memory/selector.c, scheduler/process.c, dlls/kernel/utthunk.c, dlls/msvideo/Makefile.in:
+       Use the HEAP_WINE_SEGPTR flag to specify allocations on the segptr heap.
+       Added a hack in MapLS to recognize such allocations and use the heap
+       selector in this case.
+
+       * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
+       Removed dependencies on Wine internal functions.
+
+       * windows/winproc.c:
+       Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
+
+       * documentation/wine.conf.man.in, documentation/wine.man.in, include/loadorder.h, loader/loadorder.c, loader/module.c, loader/ne/module.c, relay32/builtin32.c, wine.ini:
+       Removed "elfdll" load order option and updated documentation.
+
+2000-11-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * win32/device.c, configure, configure.in, dlls/ntdll/signal_i386.c, include/config.h.in, server/context_i386.c, server/ptrace.c, server/request.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Do not include sys/ptrace.h and sys/user.h unconditionally.
+       Other portability fixes.
+
+       * dlls/comctl32/imagelist.c, dlls/msvideo/msvideo_main.c, include/wingdi.h, objects/dc.c:
+       Brian Teague <bteague@rice.edu>
+       Add a stub for the CAPS1 capability in GetDeviceCaps.
+       Define the CAPS1 bit flags in wingdi.h
+       Make various calls to GetDeviceCaps in DLLS use #defined values.
+
+       * tools/winebuild/spec16.c, windows/keyboard.c, windows/winproc.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/user/mouse.c, if1632/relay.c, include/builtin16.h, include/wine/winbase16.h, loader/ne/module.c, loader/ne/segment.c, misc/system.c, msdos/dpmi.c, scheduler/thread.c, tools/winebuild/relay.c:
+       Renamed CallTo16* functions to wine_call_to_16* and export them from
+       kernel32.spec.
+
+       * dlls/commdlg/filedlg.c:
+       Gerard Patel <gerard.patel@asi.fr>
+       Fixed returned length of files.
+
+       * configure.in, debugger/stabs.c, include/config.h.in, configure:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Do not use a.out.h.
+
+       * dlls/commdlg/fontdlg.c, dlls/mpr/Makefile.in, dlls/mpr/wnet.c, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.c, dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/wingdi.h, dlls/comctl32/propsheet.c, dlls/commdlg/filedlg.c:
+       Cleaned up some more dependencies on Wine internal functions.
+
+       * files/file.c, include/config.h.in, include/wine/port.h, library/port.c, scheduler/client.c, configure, configure.in:
+       Added implementation of lstat to port.c.
+
+       * win32/device.c:
+       Kees Schoenmakers <keess@milltronics.com>
+       Added HASP device stub.
+
+       * objects/gdiobj.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Fixed the size of the large_handles array.
+
+       * dlls/comctl32/rebar.c, dlls/olecli/olecli32.spec, dlls/ttydrv/ttydrv.spec, dlls/winmm/joystick/joystick.drv.spec:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Fixed a few compilation warnings.
+
+       * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       WM_SETTEXT should return TRUE on success.
+
+       * memory/virtual.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       VirtualQuery should return 0 for all addresses >= 0xc0000000.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Ownerdata listviews were not clearing previously selected items when a
+       new item is set as selected using SetItem and the listview has
+       LVIS_SINGLESEL.
+
+2000-11-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/keyboard.c:
+       Aric Stewart <aric@codeweavers.com>
+       We were returning characters for various CTRL + Symbol keystrokes
+       which should not return characters.
+
+       * misc/cpu.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       linux-2.4.0-test10 now calls 'flags' as 'features'.
+
+       * windows/win.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Slightly rearrange WIN16/WIN32A/WIN32 window creation.
+
+       * controls/button.c, controls/widgets.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Made button control fully unicode aware.
+
+       * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - fix crash in SETUPX_TranslateLDID()
+       - implement custom LDID lookup
+
+       * misc/cdrom.c, misc/cpu.c, misc/version.c, objects/enhmetafile.c, objects/font.c, ole/ole2nls.c, win32/console.c, win32/init.c, windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, windows/winproc.c, files/directory.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, if1632/builtin.c, include/wine/winestring.h, loader/module.c, loader/ne/convert.c, loader/pe_resource.c, memory/environ.c, memory/registry.c, memory/string.c, dlls/shell32/shelllink.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/systray.c, dlls/shlwapi/path.c, dlls/shlwapi/string.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/kernel/format_msg.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/ole2.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/shell32/pidl.c, controls/menu.c, dlls/advapi32/advapi.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c:
+       Got rid of the Wine internal lstrcpy* functions and of winestring.h.
+
+       * documentation/wine.man.in:
+       Andreas Mohr <amohr@codeweavers.com>
+       Updated man page.
+
+       * memory/heap.c, include/heap.h:
+       Made HEAP_strdup* functions inline (temporary).
+
+       * dlls/winspool/info.c, win32/newfns.c:
+       Moved EnumPortsA to dlls/winspool.
+
+2000-11-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * */*.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
+
+       * relay32/relay386.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+       Set debugging option based on NO_TRACE_MSGS define. Only output 32-bit
+       relay stubs if debugging is on.
+
+       * configure, configure.in, include/acconfig.h, include/config.h.in, include/winnt.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Test if we need to put the .type directive inside a .def directive.
+
+       * dlls/ddraw/dsurface/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Truncate dest blit rectangle down to surface size.
+
+       * dlls/winmm/wineoss/midi.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       WARN() about missing /dev/sequencer, it's too confusing for newbies.
+
+       * graphics/x11drv/oembitmap.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Also mention xpm-devel in the error msg.
+
+       * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
+       Add FloatingPointProcessor empty entry to the registry.
+
+       * controls/menu.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       When processing mouse messages in MENU_TrackMenu, use the coordinates
+       in lParam instead of those in MSG::pt.
+
+       * loader/pe_image.c:
+       Display the name of the function when import failed.
+
+       * dlls/shlwapi/Makefile.in, dlls/shlwapi/string.c, dlls/user/network.c, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/syscolor.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/mpr/wnet.c, dlls/shell32/shell32_main.c, controls/desktop.c, controls/icontitle.c, controls/static.c:
+       Fixed a few dependencies on 16-bit or internal functions. Fixed a few
+       warnings.
+
+       * dlls/winsock/socket.c, dlls/winmm/mmio.c:
+       Fixed SEGPTR_GET usage.
+
+       * dlls/user/user32.spec:
+       Added entry for PrivateExtractIconsA.
+
+       * loader/ne/segment.c, msdos/int21.c, msdos/vxd.c, dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/Makefile.in, dlls/lzexpand/lzexpand_main.c, dlls/ole32/compobj.c, files/file.c, include/file.h, include/winbase.h:
+       Implemented DosFileHandleToWin32Handle, Win32HandleToDosFileHandle and
+       DisposeLZ32Handle and use them to replace file.c internal functions.
+       Renamed WOW* functions into K32WOW*.
+
+       * dlls/kernel/toolhelp.spec:
+       Added entry for TerminateApp16.
+
+       * windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/win.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, files/directory.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/wine/winbase16.h, include/wine/winuser16.h, loader/module.c, loader/resource.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/kernel/kernel.spec, dlls/ole32/ifs.c, dlls/ole32/storage.c, dlls/shell32/shell.c, dlls/user/resource.c, dlls/user/user.spec:
+       Changed GetProcAddress16 and 16-bit resource functions to take normal
+       pointers instead of SEGPTRs.
+       Removed WIN16_GetTempDrive.
+
+       * documentation/wine.man.in, misc/options.c, misc/version.c, dlls/oleaut32/typelib.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - added winver settings nt2k, win30 and win20 (yes, some rare programs need this)
+         and *document* it (win98 was not documented previously)
+       - OaBuildVersion: add value for NT4 SP6
+       - spelling fixes
+
+       * configure, configure.in, dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, include/config.h.in, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/ntdll.api:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - configure tests for finite()/fpclass(), fixes BSD compile
+       - winapi_check updates, fix errno in more math calls
+
+       * win32/except.c, include/toolhelp.h, loader/task.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Implemented TerminateApp needed for DBase 5.0.
+       Made FatalAppExit16 honor the SEM_NOGPFAULTERRORBOX error_mode flag.
+
+       * controls/edit.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       General clean up of the edit control: removed transfer of unused
+       variables, fixed signed/unsigned mismatches.
+
+       * tools/winebuild/parser.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       The init function can be called main.
+
+       * memory/global.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       GlobalAlloc as GlobalAlloc16 should round size to 32.
+       Call SetLastError in GlobalLock.
+
+2000-11-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/win32s/win32s16.c, memory/selector.c:
+       Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
+       dlls/win32s.
+
+       * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
+       Removed dependency on 16-bit file I/O functions.
+
+       * dlls/ntdll/ntdll.spec, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/wsprintf.c, dlls/winmm/mci.c, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, include/wine/winuser16.h, include/winuser.h, misc/Makefile.in, misc/wsprintf.c, msdos/int11.c, ole/ole2nls.c, debugger/module.c, dlls/commdlg/filedlg95.c, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/kernel/debugger.c:
+       Moved wsprintf functions to dlls/user.
+
+       * controls/scroll.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Don't draw scrollbars if their client rectangle is empty.
+
+       * dlls/winsock/socket.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
+
+       * files/profile.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Removed strange checkj for !filename, so we don't get section NULL
+       accesses later.
+
+       * loader/pe_image.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Replaced u_char/u_short/u_long by BYTE/WORD/DWORD for increased portability.
+
+       * dlls/comctl32/updown.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Corrected default values with help from Ulrich Czekalla.
+
+       * dlls/crtdll/crtdll.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
+       Added entry point flags -noimport, -norelay, -ret64 and -i386.
+       Replaced 'byte', 'word' and 'long' by 'variable' and made it work for
+       Win32 too.
+       Made parser more robust against truncated files.
+
+       * include/cdrom.h, include/elfdll.h, windows/x11drv/wineclipsrv.c, dlls/ddraw/x11_private.h, dlls/winmm/wineoss/oss.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Make sure all files using config.h constants actually #include "config.h"
+
+       * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win16/avifile.api, tools/winapi_check/win32/dciman32.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * tools/winebuild/import.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       The __wine_call_from_16_ calls in the import table should use a valid
+       segment for dereferencing their pointer (using CS).
+
+       * configure, configure.in, dlls/icmp/icmp_main.c, dlls/wininet/utility.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/config.h.in, include/winsock.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added checking for netdb.h.
+       Don't include arpa/inet.h and sys/socket.h if system doesn't have these headers.
+
+       * include/x11drv.h, graphics/x11drv/dib.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Do not compile code that makes use of the X Shm extension.
+
+2000-11-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
+       Moved GET_IP out of winnt.h.
+
+       * programs/progman/ChangeLog, programs/progman/Ru.rc, programs/progman/dialog.c, programs/progman/rsrc.rc:
+       Vasily I. Volchenko <FoodTechnologist@pisem.net>
+       Added Russian language support.
+       Fixed bug of file browsing operation (filepath length corrected).
+
+       * configure, configure.in, include/config.h.in, tools/bin2res.c, tools/winebuild/res16.c, tools/winebuild/res32.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added checking for mmap.
+
+       * tools/wrc/utils.c:
+       Added a few missing languages.
+
+       * dlls/kernel/locale_rc.rc, dlls/kernel/nls/hkg.nls, dlls/kernel/nls/prc.nls, dlls/kernel/nls/sgp.nls:
+       Nerijus Baliunas <nerijus@users.sourceforge.net>
+       Added missing locales to locale_rc.rc.
+
+       * graphics/x11drv/dib.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
+
+       * dlls/oleaut32/typelib.c, include/wine/obj_oleaut.h:
+       Francois Jacques <francoisj@macadamian.com>
+       - support for arguments with referenced types
+       - imported type libraries
+       - dispinterfaces
+       - dual interfaces
+       - ref count problems
+       - memory leaks fixed
+
+       * dlls/crtdll/crtdll_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
+
+       * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
+       Fixed GetLargestConsoleWindowSize return type for Winelib apps.
+
+       * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
+       Added a few forwards.
+
+       * dlls/user/misc.c, dlls/user/user32.spec:
+       Fixed typos.
+
+       * include/bitmap.h, include/x11drv.h, objects/dib.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h, graphics/x11drv/dib.c, graphics/x11drv/init.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Implemented Get/SetDIBColorTable.
+
+       * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
+       Nerijus Baliunas <nerijus@users.sourceforge.net>
+       Completed lvi.nls and lth.nls.
+
+       * windows/message.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Check whether senderQ is NULL before trying to lock it.
+
+       * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/string.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Fix ctype(), make is* functions binary compatible
+       - Add 13 functions, set errno in math calls
+
+       * dlls/wininet/ftp.c, if1632/relay.c, windows/user.c, dlls/dinput/joystick/linux.c, dlls/ntdll/debugtools.c, dlls/rpcrt4/rpcrt4_main.c, dlls/setupapi/setupapi.spec, dlls/shell32/shelllink.c, dlls/commdlg/fontdlg.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/user32.api, tools/winapi_check/winapi_check:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * include/comcat.h, include/rpc.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Include the same headers as on Windows.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, include/compobj.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       compobj.h is a synonym for objbase.h
+       Moved all the other contents to dlls/ole32/compobj_private.h
+
+       * dlls/comctl32/header.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Added notification format handling.
+
+       * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
+       Ove Kaaven <ovek@arcticnet.no>
+       Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
+
+       * windows/x11drv/keyboard.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Fixed ToUnicode TRACE message.
+
+       * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Add math calls: scalb, fpclass, nextafter, logb, _CI*
+       - Add futime, utime, purecall, getpid
+
+       * dlls/ntdll/misc.c:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       NTDLL__CIpow returns double, not LONG.
+
+       * dlls/winmm/wineoss/audio.c:
+       Stephane Lussier <stephane@macadamian.com>
+       - Read all the fragments available, not only one fragment before
+         going back to sleep.
+       - Use SNDCTL_DSP_SETTRIGGER ioctl command to trigger the start the
+         recording. If this command is not supported by the device, read 4
+         bytes in the sound device instead.
+
+       * windows/dialog.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Add support for national characters as accelerators in dialogs.
+
+       * windows/message.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Always generate unicode CHAR messages.
+
+       * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
+       Fixed warnings.
+
+       * scheduler/process.c, windows/cursoricon.c, windows/driver.c, debugger/winedbg.c, dlls/ole32/ifs.c, msdos/dosmem.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Cosmetics.
+
+       * include/wine/wingdi16.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Added GdiSeeGdiDo16.
+
+       * include/winnt.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Removed double ANYSIZE_ARRAY define.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       When autodetected the MFC were still generating wrappers.
+       Fixed inconsistencies in the use of 'no' in the option names.
+       Updated the MFC link-list (configure.in).
+       Made the Makefile.in layout more readable.
+
+       * dlls/comctl32/updown.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Update comments, cleanup warning messages.
+
+       * dlls/winsock/socket.c, memory/selector.c, msdos/dpmi.c, msdos/int11.c, relay32/relay386.c, scheduler/critsection.c, server/trace.c, dlls/ntdll/exception.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Include config.h in files that test for constants defined in it.
+
+       * dlls/kernel/comm.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Avoid using TIOCM_* constants if not available.
+
+       * include/wine/obj_base.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Fixed typo in macro ICOM_METHOD11 parameter list.
+
+       * dlls/imagehlp/modify.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Implemented PE file checksum calculation.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Removed calls to internal (non-exported) wine functions.
+
+       * dlls/kernel/locale_rc.rc:
+       Aric Stewart <aric@codeweavers.com>
+       Added the turkish locale.
+
+       * windows/x11drv/clipboard.c:
+       Ulrich Czekalla <uczekalla@codeweavers.com>
+       Allow for zero-length string selections.
+
+       * dlls/comctl32/header.c:
+       Ulrich Czekalla <uczekalla@codeweavers.com>
+       Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
+
+       * ole/ole2nls.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       CompareStringW returned wrong results sometimes.
+
+       * ole/Makefile.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       We no longer have an ole/nls directory.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added some ordinal stubs, implemented SHDeleteValue*, SHSetValue*.
+
+       * windows/message.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Implemented SendNotifyMessage().
+
+       * tools/wineinstall:
+       Andreas Mohr <amohr@codeweavers.com>
+       Made wineinstall a bit more verbose.
+
+       * dlls/gdi/wing.c: Ove Kaaven <ovek@arcticnet.no>
+       WinG was written for 8bpp DIBs, so some apps assume that, so always
+       recommend 8bpp, regardless of the actual display depth.
+
+       * graphics/painting.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       GetPixel needs to return CLR_INVALID if not inside clipping region.
+
+       * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added OLE32.DllRegisterServer stub.
+
+       * dlls/avifil32/avifile.spec:
+       Ove Kaaven <ovek@arcticnet.no>
+       Routed a couple of 16-bit avifile.dll handlers to the 32-bit
+       handlers... well, works for Civilization II.
+
+       * dlls/ntdll/ntdll.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added pow() forward.
+
+       * relay32/snoop.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Don't test !HIWORD values for pointerness.
+
+       * include/windef.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Fixed compilation warning on Cygwin.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       MultiByteToWideChar() returns characters, not bytes.
+
+       * dlls/oleaut32/variant.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Implemented VT_EMPTY to VT_BSTR type coercion.
+
+       * include/ole2.h, include/oleauto.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
+
+       * dlls/kernel/format_msg.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Handle %ls same as %s.
+
+       * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added stub for DCIOpenProvider.
+
+2000-11-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/imagehlp/Makefile.in, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/version/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/dplayx/Makefile.in:
+       Avoid linking with ntdll where possible.
+
+       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/file.c, dlls/crtdll/spawn.c:
+       Removed calls to Wine internal functions.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+       Replaced HEAP_strdup* and lstrcpynAtoW calls by exported functions.
+
+2000-11-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * objects/gdiobj.c, scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c, tools/winebuild/relay.c, windows/queue.c, windows/win.c, windows/winhelp.c, include/wine/winbase16.h, include/wine/windef16.h, loader/module.c, loader/ne/module.c, loader/task.c, dlls/kernel/kernel.spec, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c, dlls/ntdll/signal_i386.c, dlls/user/user_main.c, dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, files/dos_fs.c, include/heap.h, include/syslevel.h, include/win.h, include/winbase.h, include/windef.h, include/winsock.h:
+       Moved standard syslevel APIs declaration to winbase.h.
+       Use exported syslevel function wherever possible.
+       Moved SEGPTR declaration to windef16.h.
+
+       * include/winproc.h, windows/message.c, windows/winproc.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Added mapping to/from unicode for WM_CHAR, WM_DEADCHAR, WM_SYSCHAR,
+       WM_SYSDEADCHAR messages.
+
+       * tools/winebuild/main.c:
+       Francois Gouget <fgouget@free.fr>
+       Allow the user to stick the option and its argument together.
+
+       * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/file.c, dlls/crtdll/memory.c, dlls/crtdll/string.c, tools/winapi_check/win32/crtdll.api:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Complete the implementation of heap functions
+       - Forward j0,j1,jn,y0,y1,yn math calls to libc
+       - Add strnextc, pass text flag in creat, winapi_check fixes
+
+       * controls/widgets.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Prepare switching to unicode of builtin widgets.
+
+       * include/wine/obj_base.h:
+       James Hatheway <james@macadamian.com>
+       Increase number of parameters possible for ICOM_* macros to 11.
+
+       * debugger/stabs.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Skip directories when loading debug symbols.
+
+       * debugger/debugger.h, debugger/hash.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Improved internal module handling (module now have a size, map of
+       loaded module is clearer, better error reporting, seperated module
+       loading code from symbol extraction).
+
+       * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/commdlg/colordlg.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Remove redundant includes.
+       Eliminate use of USER internal structures.
+
+       * dlls/comctl32/tab.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Use internal unicode strings.
+       Added unicode messages.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       New unicode support functions.
+
+       * tools/winebuild/spec16.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Include config.h.
+
+       * dlls/ole32/compobj.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Simplified reg handling in CoGetClassObject, do not use RegQueryValueW.
+
+       * misc/registry.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       RegSetValueEx16 might get passed 0 as count of databytes, determine
+       string length for ourselves in this case.
+
+       * include/objbase.h, include/unknwn.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Match the Windows header dependencies.
+
+       * windows/sysmetrics.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       SM_ARRANGE is ARW_HIDE, i.e. 8
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Distinguish between IMPORTS and LIBRARIES.
+       Renamed LIBRARIES to DLLS to avoid confusion with the above, renamed
+       PROGRAMS to EXES to match.
+       Added a '-i' option for importing a Winelib library. '-l' is still
+       there but is only used for linking in the Unix sense.
+       Disabled the 'wrapper' options. It will be removed as a separate
+       patch.
+       No longer link with all of Wine's libraries.
+       Import the same default set of dlls as Visual Studio.
+       Avoid duplicate imports when generating the .spec file.
+       Updated the way winebuild is used.
+       Link applications as libraries and create a symbolic link to wine.
+       Detect where 'wine' is located in the configure script.
+       Removed unused/no longer used variables: DLLFLAGS, XLIB, X_DLLS,
+       XFILES, DLLS (configure.in)
+       Updated LDSHARED AND LDDLLFLAGS detection (configure.in).
+       Removed the rules pertaining to spec files from the Make.rules.
+       Updated the clean command to remove the symbolic links.
+
+       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added some rpcrt4 stubs.
+
+       * dlls/x11drv/x11drv_main.c:
+       Jeremy White <jwhite@codeweavers.com>
+       Allow desktop=N in the [x11drv] section of .winerc, instead of
+       defaulting to desktop=640x480.
+
+2000-11-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winebuild/relay.c, tools/winebuild/spec16.c, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/Makefile.in, memory/environ.c, memory/global.c, memory/heap.c, memory/instr.c, memory/ldt.c, memory/selector.c, msdos/dosmem.c, msdos/dpmi.c, msdos/vxd.c, objects/metafile.c, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/winmm/mmsystem.c, graphics/x11drv/dib.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, include/global.h, include/ldt.h, include/selectors.h, include/server.h, include/wine/library.h, library/Makefile.in, library/ldt.c, loader/task.c:
+       Moved LDT handling to libwine.so. Changed the interface to use the
+       exported LDT_ENTRY structure.
+
+2000-11-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shell32.spec, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec:
+       Temp hack: do not import dlls that we link with at the ELF level.
+
+       * dlls/kernel/kernel32.spec:
+       Fixed copy/paste typo spotted by Dimitrie O. Paun.
+
+       * dlls/comctl32/rebar.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Implement dragging on gripper to expand and compress bands. Actual
+       moving bands to different rows will be later.
+
+       * dlls/kernel/comm.c, include/server.h, scheduler/synchro.c, server/Makefile.in, server/async.c, server/object.h, server/request.h, server/serial.c, server/trace.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       - created server object for handling async i/o
+       - implemented WaitCommEvent with the EV_RXCHAR flag
+       - implemented GetOverlappedResult
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, include/builtin16.h, tools/winebuild/relay.c, tools/winebuild/spec16.c, windows/winproc.c:
+       Export the CallFrom16xxx functions from kernel32. Renamed them
+       __wine_call_from_16 to follow the naming convention.
+
+       * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+       Do not warn for unused imported dlls when forwards to the same dlls
+       are present.
+
+       * tools/winebuild/spec32.c:
+       Don't include wine internal functions in the relay debugging table.
+
+       * Make.rules.in:
+       Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage.
+
+       * dlls/setupapi/infparse.c, dlls/winmm/mciseq/mcimidi.c, dlls/winspool/info.c, graphics/x11drv/dib.c, memory/global.c, scheduler/thread.c, dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/imagehlp/access.c, dlls/msacm/internal.c:
+       Replaced a few internal functions by exported ones.
+
+       * scheduler/pthread.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Unix98 pthread_rwlock* stubs for glibc2.2 compatibility.
+
+       * configure, configure.in:
+       Marcus Meissner <marcus@jet.franken.de>
+       Since we can no longer built .a files:
+       - remove -disable/-enable-dll option
+       - error and abort if no suitable shared library linking is possible
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed the detection of the link flags for NetBSD/Cygwin (configure.in)
+       Added AC_PATH_HEADER and AC_PATH_LIBRARY
+       Better header/library detection. Now works if things are already in
+       the include/library path
+       Look for the wine/MFC headers and libraries in more places so that it
+       works out of the box if Wine/MFC is installed in a standard place
+       (although there is not really a standard place yet for the MFC)
+       Renamed the '--with-xxx' options to have simpler more natural names
+       Renamed the corresponding 'WINELIB_xxx' variables to 'WINE_xxx'
+
+       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+       When a Win16 app sets a selector base to low DOS memory, make sure low
+       DOS memory is mapped first.
+
+       * msdos/interrupts.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Use the virtual real-mode interrupt table if low DOS memory isn't
+       mapped.
+
+       * include/miscemu.h, msdos/dosmem.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Reorganized DOS memory remapping slightly, so that the real-mode
+       interrupt table can exist even when low DOS memory isn't mapped,
+       and is copied down along with the BIOS area whenever it is mapped.
+       Added DOSMEM_SystemBase() which returns a pointer to the virtual
+       real-mode interrupt table and BIOS data segment.
+       Allowed DOSMEM_Init(TRUE) to be called more than once.
+
+2000-11-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/win32s/Makefile.in, dlls/winaspi/Makefile.in, dlls/wininet/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciwave/Makefile.in, dlls/winmm/midimap/Makefile.in, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wineoss/Makefile.in, dlls/wow32/Makefile.in, dlls/shfolder/Makefile.in, dlls/shlwapi/Makefile.in, dlls/tapi32/Makefile.in, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/urlmon/Makefile.in, dlls/version/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/Makefile.in, dlls/setupapi/Makefile.in, dlls/olepro32/Makefile.in, dlls/olesvr/Makefile.in, dlls/psapi/Makefile.in, dlls/rasapi32/Makefile.in, dlls/richedit/Makefile.in, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/imm32/Makefile.in, dlls/lzexpand/Makefile.in, dlls/mpr/Makefile.in, dlls/msacm/Makefile.in, dlls/msnet32/Makefile.in, dlls/msvideo/Makefile.in, dlls/odbc32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/oledlg/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/commdlg/filedlgbrowser.c, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dplay/Makefile.in, dlls/dplayx/Makefile.in, dlls/dsound/Makefile.in, dlls/icmp/Makefile.in, dlls/imagehlp/Makefile.in:
+       Start using import tables for dlls that can already support it.
+
+       * tools/winebuild/spec16.c, tools/winebuild/spec32.c, dlls/kernel/kernel.spec, dlls/ole32/compobj.spec, if1632/relay.c, loader/task.c, tools/winebuild/import.c, tools/winebuild/parser.c:
+       Raise an exception for unimplemented 16-bit entry points too.
+       Added check for duplicate names in 16-bit spec files.
+
+       * win32/except.c, winedefault.reg:
+       The debugger "Auto" registry value should be a string.
+
+       * dlls/x11drv/x11drv_main.c, wine.ini:
+       Andreas Mohr <amohr@codeweavers.com>
+       Implemented the Desktop=XXXxYYY setting in the [x11drv] section of the
+       config file.
+
+       * debugger/msc.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Make use of Windows structure for COFF info.
+       Fixed a few issues in COFF loading.
+       Cleaned up the code.
+
+       * tools/c2man.pl:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fix for APIs that don't have any ordinal (ordinal=@).
+
+       * dlls/winspool/info.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Made WINSPOOL_GetPrinterDriver work again.
+
+2000-11-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * console/generic.c, controls/button.c, server/request.c, tools/bin2res.c, tools/makedep.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/wmc/lang.c, tools/wrc/dumpres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+       Joerg Mayer <jmayer@loplof.de>
+       Get rid of some warnings about unused variables, signed/unsigned
+       comparisons and incomplete initializations.
+
+       * windows/x11drv/keyboard.c, graphics/x11drv/xfont.c, include/wingdi.h, unicode/Makefile.in, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28599.c, unicode/c_28600.c, unicode/c_28603.c, unicode/c_28604.c, unicode/c_28605.c, unicode/cpmap.pl, unicode/cptable.c:
+       Nerijus Baliunas <nerijus@users.sourceforge.net>
+       Add new encodings ISO 8859-10 (cp28600), 8859-13 (cp28603), 8859-14 (cp28604),
+       8859-15 (cp28605). Add Lithuanian (Baltic) keyboard layout.
+
+       * dlls/comctl32/animate.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
+
+       * configure, configure.in:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added another detection of strength-reduce bug in GCC.
+
+2000-11-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/Makefile.in:
+       Build most programs as .so files.
+
+       * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
+       Added Makeprog.rules.in containing rules for building Winelib
+       programs.
+
+       * dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, files/file.c, include/debugtools.h:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Use variable argument macros when compiling with gcc.
+
+       * tools/winelauncher.in:
+       Jeremy White <jwhite@codeweavers.com>
+       Make winelauncher smarter about finding the Wine libraries and
+       binaries.  Change the color scheme.  Handle launches with no
+       arguments, correctly handle invocation as a mime-type handler from
+       KDE.
+
+       * memory/heap.c, dlls/user/exticon.c, dlls/version/resource.c, include/sqlext.h, include/winbase.h, include/winnt.h, library/loader.c, loader/pe_resource.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Use DUMMYxxxNAME for anonymous struct/unions.
+
+       * include/wingdi.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added missing pointer types: Pxxx or LPxxx
+       Fixed the definition of FONTENUMPROC
+       Fixed typo: TA_RTLEADING is in fact TA_RTLREADING (right to left
+       reading I believe)
+       Added missing definitions: PC_TRAPEZOID
+       Use DUMMYxxxNAME for anonymous struct/unions in DEVMODE
+
+       * include/winuser.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added some STN_xxx macros.
+
+       * include/windef.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       HICON and HCURSOR should be interchangeable.
+
+       * include/commctrl.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added LPUDACCEL and HDF_RTLREADING.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Convert include statements of not-found files to lower case by
+       default
+       Added --no-lower-include option to override the above
+       Beautified the interactive mode output to make it easier to follow
+       Interactive mode: support the --mfc and --wrap options for both
+       projects and targets
+       Fixed the mfc/wrap propagation between project and targets (goes both
+       ways)
+       Autodetect MFC based projects by looking for an 'stdafx.(cpp|h)' file
+       Don't put the stdafx.cpp file in the list of files to compile (it's
+       just there for pre-compiled headers, yuk)
+       Fixed LD_LIBRARY_PATH when linking an application with a library from
+       the same makefile
+       Don't forget 'extra' sources when looking for a file for configure.in
+       Renamed the '--no-makefile' option to '-no-generated-file'
+
+       * documentation/winemaker.man:
+       Francois Gouget <fgouget@codeweavers.com>
+       Document the --lower-include options.
+       Document the --no-generated-files options.
+
+       * relay32/builtin32.c: Repaired relay debugging.
+
+       * dlls/Makedll.rules.in:
+       We do not need to set SOVERSION for dlls.
+
+       * libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.c, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.c, libtest/vartest.spec, libtest/volinfo.spec:
+       Build test programs as .so files. Added missing imports.
+
+       * include/wine/library.h, library/loader.c, scheduler/process.c:
+       Added support for loading a Winelib app linked as a .so from the wine
+       launcher, based on the value of argv[0].
+
+       * dlls/Makedll.rules.in, dlls/ntdll/Makefile.in, dlls/ttydrv/Makefile.in:
+       Don't link libwine_unicode into all dlls.
+
+       * programs/clock/language.c, programs/clock/language.h, programs/clock/license.c, programs/clock/license.h, programs/clock/main.c, programs/clock/main.h, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/language.h, programs/notepad/license.c, programs/notepad/license.h, programs/notepad/main.c, programs/notepad/main.h, programs/winhelp/winhelp.c:
+       Fixed language handling. Removed some dependencies on Wine internals.
+
+       * wine.ini: Andreas Mohr <amohr@codeweavers.com>
+       Added an explanation for the directory symlink stuff.
+
+       * dlls/winspool/info.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Corrected used registry key.
+
+       * dlls/wininet/http.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Initialize nSocketFD to INVALID_SOCKET.
+
+2000-11-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/uninstaller/uninstaller.spec, programs/view/view.spec, programs/wcmd/wcmd.spec, programs/winemine/winemine.spec, programs/winhelp/winhelp.spec, programs/winver/winver.spec, debugger/winedbg.spec, programs/clock/clock.spec, programs/cmdlgtst/cmdlgtst.spec, programs/control/control.spec, programs/notepad/notepad.spec, programs/osversioncheck/osversioncheck.spec, programs/progman/progman.spec, programs/regapi/regapi.spec, programs/regtest/regtest.spec:
+       Added some missing imports.
+
+       * Make.rules.in, Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/spec32.c:
+       Added support in winebuild for resolving function imports (-sym option).
+       Added -L option for locating imported dlls.
+       Changed generated exe init code to use __wine_get_main_args.
+
+       * dlls/ntdll/ntdll.spec, misc/options.c:
+       Added __wine_get_main_args to retrieve command-line arguments for the
+       application.
+
+       * loader/elfdll.c:
+       Don't strip the library extension if it's not ".dll".
+
+       * configure, configure.in:
+       Fixed NetBSD dll check.
+       Added check for -Bsymbolic.
+       Fixed LDSHARED definition to support undefined SONAME.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/header.c, dlls/comctl32/rsrc.rc:
+       Eric Kohl <ekohl@codeweavers.com>
+       Added header control cursors and drag list arrow icon.
+
+       * dlls/wineps/rsrc.rc, dlls/wineps/wps_En.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Sk.rc:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Added Russian resources to the Postscript driver.
+
+       * dlls/comctl32/propsheet.c:
+       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
+       Make a copy of the dialog resource before correcting styles.
+
+2000-11-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/wine/library.h, library/loader.c, relay32/builtin32.c:
+       Do builtin modules fixups in library/loader.c before calling the
+       load_dll callback.
+
+       * if1632/thunk.c, include/callback.h, include/task.h, loader/dos/dosvm.c, loader/module.c, loader/task.c, miscemu/main.c, objects/palette.c, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/gdi/printdrv.c, dlls/kernel/comm.c:
+       Check all Callouts function pointers for NULL before using them.
+       Don't load USER dll if not needed by the application.
+
+       * dlls/crtdll/crtdll.h, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/dir.c, dlls/crtdll/exit.c, dlls/crtdll/file.c, dlls/crtdll/mbstring.c, dlls/crtdll/memory.c, dlls/crtdll/spawn.c, dlls/crtdll/string.c, dlls/crtdll/time.c, dlls/crtdll/wcstring.c, tools/winapi_check/win32/crtdll.api, dlls/crtdll/Makefile.in:
+       Jon Griffiths <jon_p_griffiths@yahoo.com>
+       - Implemented 73 CRT functions
+       - Reimplemented file I/O using Win32 calls
+       - Set errno/doserrno in most calls
+
+       * dlls/wininet/ftp.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
+
+       * programs/winemine/main.c:
+       Added middle mouse button handling.
+
+       * dlls/user/.cvsignore: Removed .s files.
+
+       * include/Makefile.in, include/comcat.h, include/rpc.h, include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h, include/wtypes.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Moved things to the proper rpcxxx.h header.
+       Added some type definitions used by the MFC.
+
+       * dlls/commdlg/filedlgbrowser.c, dlls/ddraw/ddraw_private.h, dlls/dplayx/dpclassfactory.c, dlls/ole32/moniker.c, dlls/shell32/folders.c, dlls/shell32/shlview.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       We must include windef.h before wtypes.h (directly or indirectly).
+
+       * include/winuser.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added DM_REPOSITION.
+
+       * include/winbase.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       We must include stdarg.h.
+       Added a few missing exception related types.
+
+       * include/winnt.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       We must include ctype.h so that applications get isalnum & co.
+
+       * include/commdlg.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added CC_SOLIDCOLOR and CC_ANYCOLOR.
+
+       * include/Makefile.in, include/dosexe.h, include/module.h, library/Makefile.in, library/debug.c, library/loader.c, loader/dos/module.c, loader/module.c, loader/pe_image.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, tools/winebuild/spec32.c:
+       Moved builtin dll registration to libwine.
+       Changed process initialization to not load imported dlls too early.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
+
+       * windows/x11drv/keyboard.c:
+       Aric Stewart <aric@codeweavers.com>
+       ToUnicode: ignore CTRL+number keystrokes.
+
+       * include/wine/library.h, include/wine/port.h, library/port.c, memory/virtual.c, misc/options.c:
+       Added new library.h header for libwine definitions.
+       Added getpagesize() and wine_anon_mmap() portability functions.
+
+2000-11-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * scheduler/pthread.c:
+       pthread_atfork: don't call critical section functions before
+       initialization is done.
+
+       * memory/virtual.c:
+       Fixed 0/-1 mixup for indicating no mapping handle.
+
+       * controls/uitools.c, include/tchar.h:
+       Francois Gouget <fgouget@free.fr>
+       Fixed typos in comments.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/toolbar.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Implemented toolbar customization dialog.
+
+       * dlls/comctl32/updown.c:
+       Eric Kohl <ekohl@codeweavers.com>
+       Implemented new messages.
+
+       * debugger/msc.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       - Take OMAP records into account to correct symbol addresses.
+       - Understand CodeView data embedded in the PE file itself.
+       - Understand NB11 signature CodeView data.
+       - No more bogus 'timestamp mismatch' errors.
+       - General cleanup / removal of duplicate code.
+
+       * include/winnt.h:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Added missing IMAGE_DEBUG_MISC definition.
+
+       * dlls/wininet/ftp.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Send the local ip address with the PORT command and not that of the
+       server.
+       Fix handling of multi-line responses.
+       Read a response after the STOR command.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Implemented the RedrawItems message for a listview.
+
+       * dlls/wineps/afm.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       New path for AFM documentation on the net.
+
+       * tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fix the include path handling in get_real_include_name
+       Modified get_real_include_name so that it can follow an include path
+       starting with $(TOPSRCDIR)
+       Indent the debug messages a bit more so that winemaker's is still
+       readable when they are on
+       The ATL_INCLUDE_ROOT variable was set wrong (configure.in)
+       The MFC include path must contain the path to the ATL headers
+       (configure.in)
+
+       * dlls/comctl32/tab.c:
+       Francois Gouget <fgouget@free.fr>
+       Use DrawFocusRect to draw the focus rectangle.
+
+       * dlls/winaspi/aspi.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - fortify ASPI /proc file parsing (SCSI_getprocentry()) against
+         CD-ROM drives that are doing mad things with spaces
+       - add ERR()s in case of parsing problems
+
+       * include/bitmaps/wine_small.xpm:
+       Aric Stewart <aric@codeweavers.com>
+       Added 16x16 wine logo.
+
+2000-11-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
+       Removed SUBDIRS in winmm Makefile.
+
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
+       James Hatheway <james@macadamian.com>
+       Added stubs and setupapi.h.
+
+       * dlls/comctl32/comboex.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
+       it.
+
+       * documentation/Makefile.in, documentation/winemaker.man:
+       Francois Gouget <fgouget@codeweavers.com>
+       Winemaker's man page initial release.
+
+       * tools/wrc/Makefile.in, debugger/Makefile.in, programs/winhelp/Makefile.in, tools/makedep.c, tools/wmc/Makefile.in:
+       Better error message when an include file is not found by makedep.
+       Added support for .mc extension.
+       Do not try to open *.tab.h and *.mc.rc include files.
+
+       * dlls/user/Makefile.in:
+       Added missing dependency for 16-bit resource files.
+
+       * Make.rules.in, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/messages/.cvsignore:
+       Use .mc.rc extension for rc files generated by the message compiler.
+
+       * loader/elf.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Get ELF_LoadLibraryExA back into a working state.
+
+       * dlls/winspool/info.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Enable the functions AddPrinterW, WINSPOOL_GetPrinterDriver,
+       AddPrinterDriverA, WINSPOOL_EnumPrinterDrivers to distinguish the
+       registry entrys of Win9[58] and WinNT printer drivers.
+
+       * controls/menu.c:
+       Francois Gouget <fgouget@free.fr>
+       Take into account the sunken border for Win98 look.
+       Leave a 1 pixel gap to the left of menu bitmap items for symetry (and
+       because Win9x does it).
+       Leave a 1 pixel gap above menu bar items for symetry (and because
+       Win9x does it).
+
+2000-11-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/dinput/Makefile.in, dlls/dinput/device.c, dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h, dlls/dinput/joystick/linux.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, include/dinput.h, configure, configure.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - reorganized DInput DLL
+       - added stubbing for DInput 7a
+       - 'fixed' the mouse problem in Fallout
+
+       * dlls/ole32/.cvsignore, dlls/ole32/Makefile.in, dlls/ole32/ole2.c, dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c, dlls/ole32/ole32_main.h, dlls/ole32/ole32res.rc:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Added DnD cursors as ole32 resources.
+
+       * include/spy.h, windows/message.c, windows/spy.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added the ability to see names of the virtual key codes.
+
+       * Makefile.in, configure, configure.in, tools/.cvsignore, tools/Makefile.in, tools/winelauncher.in:
+       Jeremy White <jwhite@codeweavers.com>
+       Added a winelauncher shell script which makes the process of running
+       Wine a little nicer for an end user.  The intent of winelauncher is to
+       be used inside of a distribution package.
+
+       * tools/Makefile.in, tools/winemaker:
+       Francois Gouget <fgouget@codeweavers.com>
+       New script for porting Windows source code to WineLib.
+
+       * dlls/x11drv/x11drv.spec, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mcianim/mcianim.drv.spec, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mcicda/Makefile.in, dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/Makefile.in, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.drv.spec, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.drv.spec, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.drv.spec, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/wsock32/Makefile.in, dlls/wsock32/wsock32.spec, dlls/version/Makefile.in, dlls/version/version.spec, dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.drv.spec, dlls/winmm/winmm.spec, dlls/shlwapi/shlwapi.spec, dlls/tapi32/tapi32.spec, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/user/user32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/Makefile.in, dlls/shell32/pidl.c, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shell32/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/opengl32/opengl32.spec, dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/rasapi32/rasapi32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/rpcrt4/rpcrt4.spec, dlls/serialui/Makefile.in, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/msvideo/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/odbc32/odbc32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/olecli/Makefile.in, dlls/olecli/olecli32.spec, dlls/oledlg/oledlg.spec, dlls/olepro32/Makefile.in, dlls/olepro32/olepro32.spec, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll.spec, dlls/ddraw/ddraw.spec, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/kernel32.spec, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/advapi32/advapi32.spec, dlls/avifil32/Makefile.in, dlls/avifil32/avifil32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
+       Declare debug channels in all dlls that need them; added imports of
+       ntdll where necessary.
+
+       * dlls/ntdll/Makefile.in, dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, include/debugdefs.h, include/debugtools.h, include/main.h, library/Makefile.in, library/debug.c, misc/Makefile.in, misc/debugstr.c, misc/main.c, misc/options.c, relay32/builtin32.c, tools/find_debug_channels, tools/make_debug:
+       New debug channel mechanism allowing decentralized channel
+       declarations.
+
+       * tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c:
+       Added debug_channels support.
+
+       * graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/win16drv.h, dlls/ttydrv/dc.c, dlls/wineps/init.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/metafiledrv.h, graphics/painting.c:
+       Patrik Stridvall <ps@leissner.se>
+       Optimized {,p}MoveTo{,Ex}{,16}.
+
+       * windows/dce.c: Francois Gouget <fgouget@free.fr>
+       Added comment explaining why we have an ERR rather than a WARN.
+
+       * msdos/dosmem.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Added missing #include <sys/types.h>.
+
+       * dlls/comctl32/comboex.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Forward CBEM_SETEXSTYLE to CBEM_SETEXTENDEDSTYLE, pass WM_SETTEXT and
+       WM_GETTEXT down to combo box.
+
+       * windows/sysparams.c:
+       James Abbatiello <jabbey@codeweavers.com>
+       Cleanup SystemParametersInfo<16|A|W>.
+
+       * controls/menu.c:
+       James Abbatiello <jabbey@codeweavers.com>
+       Don't reset MF_POPUP flag in SetMenu().
+
+       * windows/queue.c:
+       James Abbatiello <jabbey@codeweavers.com>
+       Fix test for pending message in QUEUE_ReceiveMessage().
+
+       * windows/dce.c, windows/scroll.c, windows/x11drv/wnd.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/font.c, objects/gdiobj.c, objects/palette.c, objects/region.c, objects/text.c, graphics/x11drv/bitblt.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/pen.c, dlls/wineps/ps.c, dlls/wineps/text.c, graphics/bitblt.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/brush.c, graphics/win16drv/font.c, graphics/win16drv/graphics.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/win16drv/text.c, dlls/gdi/printdrv.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c:
+       Allocate DC objects on the process heap, and removed WIN_DC_INFO
+       structure (based on a patch by Ken Coleman).
+
+2000-11-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shelllink.c:
+       Removed leftover debug output.
+
+       * dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - fix inf file open/close
+         - do NOT return handles based on list offset
+         - we might want to use HEAP_strdupA instead of assigning string pointers...
+       - implement (more or less) GenFormStrWithoutPlaceholders
+
+       * documentation/wine.man.in:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Protect the backslashes we mean to have show from groff.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed off by one error in DPA handling, added some warnings.
+
+       * files/file.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Use debugging API instead of outputing to stderr directly.
+
+       * dlls/ddraw/dsurface/main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Avoid division by zero.
+
+       * dlls/comctl32/rebar.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Pass up WM_DRAWITEM messages to parent.
+
+2000-11-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shelllink.c, include/bitmaps/wine.xpm, tools/Makefile.in, tools/wineshelllink, wine.ini:
+       Create Gnome/KDE desktop and menu entries from IShellLink
+       interface. Based on the work of James Thomson and Dusan Lacko.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Treeview item sorting could mess up the visibleOrder of the items.
+
+       * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+       Marcus Meissner <marcus@jet.franken.de>
+       Move focus recalculation out of the window destroy recursion
+       so we do not send WM_SETFOCUS to already destroyed windows.
+
+       * controls/menu.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Do not invert "magic" bitmap menu items.
+
+       * tools/find_debug_channels:
+       Francois Gouget <fgouget@free.fr>
+       Make sure to carefully quote file names.
+
+       * dlls/comctl32/toolbar.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Swap CalcToolbar and paint rectangle computation to the correct order.
+
+       * programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/wcmdmain.c:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Pause command interpreter while executing a console-mode app.
+
+2000-11-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * files/directory.c:
+       Fixed SearchPath to handle a ';'-separated path as first argument.
+
+       * dlls/ntdll/nt.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
+       admin privileges.
+
+       * windows/cursoricon.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Export SHGetSettings by name. New stub for shell.68.
+
+       * dlls/comctl32/rebar.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Have Internet Explorer 3 show its toolbars by passing RB_GETBANDINFO
+       to RB_GETBANDINFOA.
+
+       * objects/metafile.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Use GDISelectPalette16 instead of SelectPalette and
+       GDIRealizePalette16 instead of RealizePalette in order to get rid of
+       possible deadlocks.
+
+       * relay32/snoop.c, scheduler/process.c, scheduler/timer.c, server/atom.c, server/mapping.c, server/request.c, server/thread.h, win32/console.c, windows/dialog.c, windows/x11drv/clipboard.c, dlls/kernel/time.c, dlls/kernel/win87em.c, dlls/msvideo/drawdib.c, dlls/oleaut32/variant.c, dlls/setupapi/setupx_main.c, dlls/shell32/shlmenu.c, dlls/shell32/shv_bg_cmenu.c, graphics/x11drv/xfont.c, loader/ne/segment.c, misc/cpu.c, misc/error.c, misc/options.c, misc/registry.c, msdos/devices.c, msdos/vga.c, msdos/vxd.c, objects/dib.c, controls/edit.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/x11_private.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Patrik Stridvall <ps@leissner.se>
+       Various warning fixes.
+
+       * graphics/painting.c, graphics/path.c, include/path.h:
+       Mark Dufour <m.dufour@student.tudelft.nl>
+       Make the functions Pie, Chord, RoundRect, AngleArc, PolyDraw and
+       Ellipse work with an open path.
+
+       * controls/menu.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Make bitmap menu items look like in windows when selected,
+       i.e. inverted and hilited (in Win98 look).
+
+       * controls/scroll.c:
+       Francois Gouget <fgouget@free.fr>
+       Check for SB_CTL before displaying a caret.
+
+       * dlls/kernel/format_msg.c:
+       Do not truncate high word of message id.
+
+       * include/commdlg.h, include/wine/obj_serviceprovider.h, include/wine/obj_shellbrowser.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Better handling of custom templates and hooks.
+       Bug fixes.
+
+       * dlls/comctl32/toolbar.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Removed unnecessary calls of TOOLBAR_CalcToolbar() (which would be
+       recalculated due to InvalidateRect()->WM_PAINT anyway).
+
+       * dlls/user/user32.spec:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issue found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/x11drv.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * windows/x11drv/keyboard.c:
+       Gabriel Garcia <GarciaG@origenes.com.ar>
+       Added Latin American layout.
+
+       * dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Stubs for UrlMkSetSessionOption, SHLWAPI_132, SHGetInverseCMAP.
+       Redirected forward of shlwapi.54 to gdi32.CreateICW.
+
+2000-10-31  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/tab.c, dlls/comctl32/treeview.c:
+       Francois Gouget <fgouget@free.fr>
+       Use PS_ALTERNATE rather than PS_DOT.
+       Use Rectangle to draw focus rectangles.
+
+       * objects/pen.c: Francois Gouget <fgouget@free.fr>
+       Allow pens with styles greater than PS_INSIDEFRAME to be created with
+       CreatePenIndirect and ExtCreatePen.
+
+       * graphics/x11drv/pen.c:
+       Francois Gouget <fgouget@free.fr>
+       Use sizeof for maintainability.
+
+       * dlls/comctl32/rebar.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Ignore RBBS_BREAK style on first band.
+
+       * graphics/x11drv/init.c:
+       Francois Gouget <fgouget@free.fr>
+       Fixed a few device caps values.
+
+       * misc/registry.c:
+       David Elliott <dfe@infinite-internet.net>
+       _nt_parse_nk() should not close keys that it does not open.
+
+       * objects/gdiobj.c:
+       Francois Gouget <fgouget@free.fr>
+       Set the thickness of stock pens to 0 so that they are not scaled.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed cancels editing of a listview label if the listview is
+       scrolled.
+
+       * windows/syscolor.c:
+       Francois Gouget <fgouget@free.fr>
+       Fixed the value of some system colors.
+
+       * dlls/comctl32/rebar.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fix for avoiding subtraction from unsigned zero.
+
+       * dlls/wineps/rsrc.rc, dlls/wineps/wps_Sk.rc, dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_res.rc, documentation/i18n.sgml, programs/clock/Sk.rc, programs/clock/rsrc.rc, programs/notepad/Sk.rc, programs/notepad/rsrc.rc, programs/progman/Sk.rc, programs/progman/rsrc.rc, programs/winhelp/Sk.rc, programs/winhelp/rsrc.rc, windows/x11drv/keyboard.c, dlls/commdlg/cdlg_Sk.rc, dlls/shell32/shell32_Sk.rc, dlls/user/resources/user32_Sk.rc:
+       Peter Ivanyi <ivanyi@internet.sk>
+       Added/upgraded Slovak messages, and Slovak and Czech keyboard layout.
+
+       * controls/scroll.c:
+       Francois Gouget <fgouget@free.fr>
+       Hide the caret only on the first WM_KEYDOWN.
+
+       * dlls/dinput/dinput_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Changed mouse UnAcquire to NOT unacquire it on multiple unacquires.
+       Implemented DIPROP_AXISMODE for SysMouseAImpl_SetProperty.
+
+       * dlls/comctl32/treeview.c:
+       Susan Farley <susan@codeweavers.com>
+       Under some conditions its necessary to explicitly show the
+       scrollbars.
+
+       * windows/dialog.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Display an ERR on errors while initializing USER.
+
+       * dlls/kernel/time.c:
+       Rein Klazes <rklazes@casema.net>
+       Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
+
+       * dlls/comctl32/comboex.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Handle special case where itemID = -1 (special focus rect draw).
+
+       * dlls/shell32/shres.rc:
+       Andreas Mohr <amohr@codeweavers.com>
+       Fix insufficient rect width value in resource file.
+
+       * win32/console.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Need to get any outstanding input prior to returning number.
+
+       * tools/wineinstall:
+       Ove Kaaven <ovek@arcticnet.no>
+       Some bugfixes, another function for packaging, and some text
+       reformatting from Eric Maryniak.
+
+       * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
+       Removed obsolete TOOLSUBDIRS dependency.
+
+       * programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/ole32/Makefile.in, dlls/oledlg/Makefile.in, dlls/oledlg/oledlg.spec, dlls/olesvr/Makefile.in, dlls/olesvr/olesvr32.spec, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi32.spec, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/user/Makefile.in, dlls/winsock/Makefile.in, libtest/Makefile.in, miscemu/wine.spec, programs/Makefile.in, debugger/Makefile.in, dlls/advapi32/Makefile.in, dlls/commdlg/Makefile.in, dlls/crtdll/Makefile.in, dlls/dciman32/Makefile.in, dlls/dciman32/dciman32.spec, dlls/kernel/Makefile.in, dlls/msnet32/Makefile.in, dlls/msnet32/msnet32.spec:
+       Added import of ntdll.
+
+       * tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, unicode/Makefile.in, .cvsignore, Make.rules.in, Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, dlls/ntdll/.cvsignore, dlls/ntdll/Makefile.in, library/.cvsignore, library/Makefile.in, library/port.c, library/winestub.c, misc/Makefile.in, misc/port.c:
+       Build ntdll as a real dll, including everything that was previously in
+       libwine.so. Created a new (mostly empty) libwine.so in library/ subdir.
+
+2000-10-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * debugger/msc.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
+
+       * relay32/snoop.c, dlls/msvideo/msvideo_main.c, dlls/richedit/charlist.h, dlls/winmm/wineoss/midi.c, if1632/snoop.c, if1632/thunk.c, loader/task.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Fixed a few compilation warnings
+
+       * dlls/ntdll/signal_i386.c, dlls/oleaut32/safearray.c, dlls/winaspi/winescsi.h, server/handle.c:
+       Joerg Mayer <jmayer@loplof.de>
+       Move inline and static to the beginning of declarations.
+
+       * dlls/comctl32/comboex.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
+
+       * tools/wineconf:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added a '-inifile' option to specify the location of the wine.ini file
+       used in the building of the new wine.ini file.
+
+       * debugger/msc.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - enable loading of pdb files named in NB10 records of a dbg file
+       - disable timestamp check for pdb files
+
+       * win32/device.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Quieten VxDCall_VMM output.
+
+       * tools/wineinstall:
+       Ove Kaaven <ovek@arcticnet.no>
+       wineinstall improvements, mostly for usage in package postinstall
+       scripts.
+
+       * if1632/builtin.c, if1632/relay.c, include/builtin16.h, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/relay.c, tools/winebuild/spec16.c:
+       Patch flat cs of 16-bit entry points if current %cs is different from
+       compiled value, and retrieve flat ds from a global variable. This
+       should avoid problems with win4lin kernels.
+
+       * scheduler/critsection.c, scheduler/thread.c, windows/clipboard.c, windows/winpos.c, dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, dlls/kernel/kernel32.spec, dlls/ntdll/critsection.c, dlls/ntdll/ntdll.spec, dlls/user/user32.spec, files/directory.c, include/ntddk.h, memory/registry.c:
+       David Elliott <dfe@infinite-internet.net>
+       Added basic working stubs of new Windows 2000 API functions.
+
+       * include/local.h, memory/local.c:
+       Removed unused LOCAL_LockSegptr.
+
+       * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
+       Use GetStockObject() instead of the magic STOCK_* handles.
+
+       * debugger/msc.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       DEBUG_ProcessDBGFile: allocate MSC_DBG_INFO before writing to members
+       of that structure.
+
+       * dlls/shell32/shell32_main.c:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Implement SHGFI_EXETYPE function of SHGetFileInfo.
+
+       * windows/winhelp.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Report errors on WinHelp() failures.
+
+       * dlls/comctl32/comboex.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - improved trace information
+       - implemented CB_SETITEMHEIGHT, WM_WINDOWPOSCHANGING,
+         WM_MEASUREITEM, WM_DRAWITEM
+       - changed CBEM_INSERTITEMA, CBEM_SETIMAGELIST,
+         WM_CREATE, WM_DESTROY
+       - above changes correct window rectangle, draws items, and creates
+         control correctly.
+
+       * dlls/comctl32/rebar.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - correct processing of RBBS_BREAK style.
+       - handle cases where cyChild was set to -1 by appl. - undocumented.
+       - remove special code for Comboboxex problem (now solved).
+       - fix some painting problems
+
+2000-10-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/global.c:
+       Francois Gouget <fgouget@free.fr>
+       Return the correct value for dwTotalVirtual.
+       Return a more plausible value for dwAvailVirtual.
+
+       * misc/cpu.c: Francois Gouget <fgouget@free.fr>
+       Return a more plausible value for MinimumApplicationAddress.
+
+       * tools/winebuild/main.c, server/context_i386.c:
+       Federico Schwindt <fgsch@core-sdi.com>
+       Fixes for OpenBSD.
+
+       * dlls/ole32/itemmoniker.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       CreateItemMoniker may get NULL as szDelim, some cleanups.
+
+       * dlls/ole32/storage32.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
+       instead of accessing IUnknown.
+
+       * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Stub for HttpSendRequestExA.
+
+       * controls/combo.c, dlls/commdlg/filedlg95.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - set the item height not only for the listbox, but also for the text field
+       - center text vertically
+       - beautify comments
+
+       * dlls/user/Makefile.in:
+       Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
+       Don't assume we are building in the source tree, but allow make to
+       locate resources/display.rc and resources/mouse.rc via VPATH.
+
+2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
+       Raise an exception when a stub entry point is called.
+
+       * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
+       Removed unused STRUCT32_NCCALCSIZE functions.
+
+       * windows/input.c, controls/menu.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Ask application to reinitialize its menu before processing an
+       accelerator key.
+
+       * dlls/shell32/shellpath.c:
+       Martin Pilka <mpilka@codeweavers.com>
+       "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+
+       * dlls/ntdll/signal_i386.c:
+       Fixed typo due to merge error.
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Updated the load process so that all typelibs (and not just the first
+       one, as it used to) stored in a DLL can be loaded.
+
+       * graphics/painting.c:
+       Mark Dufour <m.dufour@student.tudelft.nl>
+       Implemented PolyDraw() and AngleArc().
+
+2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, include/version.h:
+       Release 20001026.
+
+----------------------------------------------------------------
+2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * debugger/winedbg.c, include/windef.h, include/wine/exception.h, relay32/builtin32.c, tools/winebuild/spec32.c, win32/except.c:
+       Raise an exception when a stub entry point is called.
+
+       * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
+       Removed unused STRUCT32_NCCALCSIZE functions.
+
+       * windows/input.c, controls/menu.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Ask application to reinitialize its menu before processing an
+       accelerator key.
+
+       * dlls/shell32/shellpath.c:
+       Martin Pilka <mpilka@codeweavers.com>
+       "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+
+       * dlls/ntdll/signal_i386.c:
+       Fixed typo due to merge error.
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Updated the load process so that all typelibs (and not just the first
+       one, as it used to) stored in a DLL can be loaded.
+
+       * graphics/painting.c:
+       Mark Dufour <m.dufour@student.tudelft.nl>
+       Implemented PolyDraw() and AngleArc().
+
+2000-10-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/keyboard.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added an another special case handling for Shift+[NumPad]DEL.
+
+       * debugger/Makefile.in, server/Makefile.in, tools/winebuild/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+       Kristoffer Gleditsch <toffer@ping.uio.no>
+       Added LDFLAGS to linking of wine-related binaries.
+
+       * dlls/ttydrv/user.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec, include/user.h, include/x11drv.h, windows/input.c, windows/keyboard.c, windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Replaced ToAscii by ToUnicode in the User driver interface.
+
+       * dlls/ddraw/ddraw/x11.c:
+       William Waghorn <wwaghorn@litany.demon.co.uk>
+       xf86vmode_setdisplaymode() wasn't properly saving the 'private' field
+       of the XF86VidModeModeLine structure.
+
+       * controls/scroll.c:
+       Francois Methot <francoism@macadamian.com>
+       Added support of blinking thumb as found in Windows scrollbar.
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Updated typelib loader. Typelib contents can be stored as multibyte
+       strings. However, they are always returned to the application as BSTR,
+       e.g. UNICODE strings. All strings are now stored as BSTR instead of
+       ASCII strings.
+
+       * include/module.h, loader/module.c, loader/pe_image.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Free the Win16 dummy module and wm->deps.
+
+       * graphics/x11drv/graphics.c:
+       Mark Dufour <m.dufour@student.tudelft.nl>
+       X11DRV_DrawArc: swap the start and end points when drawing in
+       clockwise direction.
+
+       * objects/region.c:
+       Aviad Pineles <paviad@netvision.net.il>
+       Avoid infinite loop in CreateRoundRectRgn().
+
+       * Make.rules.in, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/resources/.cvsignore, dlls/user/resources/display.rc, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc, dlls/user/resources/mouse.rc16, if1632/builtin.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/res16.c, tools/winebuild/res32.c, tools/winebuild/spec16.c, tools/winebuild/utils.c:
+       Added support for loading .res files for 16-bit resources.
+
+       * relay32/builtin32.c:
+       Removed no longer used structure definition.
+
+       * tools/wrc/writeres.c:
+       16-bit resource size must be scaled by alignment.
+
+       * dlls/comctl32/tab.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Implement TCS_VERTICAL style.  Fix tab borders to have shading that
+       matches Windows.  Center image and text in tabs.  Size tabs to
+       completely fill each row with multiline style.  Fix positioning of
+       tabs for TCS_BOTTOM style.  Fix various drawing issues.
+
+       * dlls/comctl32/treeview.c:
+       Susan Farley <susan@codeweavers.com>
+       - When inserting an item, do not invalidate the area above the new
+         item.
+       - The debug function that verifies the tree after each insertion
+         should be disabled by default.
+
+       * dlls/dsound/dsound_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Reimplement patch by Marcus Meissner ('98) to "fix" problems with
+       DSCAPS_EMULDRIVER flag for games like Quake 2 and Unreal Tournament.
+
+       * dlls/winmm/wineoss/audio.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Transform device open error TRACE()s into WARN(); better error msgs.
+
+       * windows/winpos.c:
+       Rein Klazes <rklazes@casema.net>
+       In SWP_DoNCCalcSize() when determining whether the client area has
+       moved, use the client coordinates as they are: not relative to its
+       window coordinates.
+
+       * windows/sysparams.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Added SPI_GETWINDOWSEXTENSION.
+
+       * scheduler/process.c:
+       Jeremy White <jwhite@codeweavers.com>
+       Added support for a WINELOADER environment variable which allows the
+       specification of a different binary loader.
+
+2000-10-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/module.h, loader/pe_resource.c:
+       Removed GetResDirEntryA/W.
+
+       * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
+       Implement InternalExtractIcon by calling PrivateExtractIcons instead
+       of duplicating all the code.
+
+       * tools/wrc/Makefile.in, tools/wrc/genres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/writeres.c:
+       Added codepage translation based on the language id (based on a patch
+       by Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>).
+
+       * controls/menu.c:
+       Aric Stewart <aric@codeweavers.com>
+       Converted menu string handling to Unicode.
+
+       * dlls/winsock/ws2_32.spec:
+       Aric Stewart <aric@codeweavers.com>
+       Added forward for WSAResetEvent.
+
+       * dlls/winsock/socket.c:
+       Rein Klazes <rklazes@casema.net>
+       Convert the value of level when setsockopt is called with
+       WS_SO_DONTLINGER.
+
+       * misc/options.c, server/request.c, dlls/dsound/dsound_main.c, dlls/odbc32/proxyodbc.c, dlls/wineps/init.c, if1632/thunk.c, loader/task.c:
+       Patrik Stridvall <ps@leissner.se>
+       Explicitly initialize structures.
+
+       * objects/palette.c:
+       Patrik Stridvall <ps@leissner.se>
+       - Explicitly initialize structures.
+       - Fixed strange code probably caused by a merge conflict.
+
+       * dlls/winmm/wineoss/audio.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - All audio device handles are initialized to -1 and set to -1 when closed.
+       - WINE_WM_HEADER event should *NOT* make the recording thread start. The
+         thread should only start through waveInStart. The application calling
+         waveInAddBuffer might not be in a state to provide another buffer in
+         a period of time short enough to avoid buffer underrun in widRecorder
+         thread.
+       - widRecorder - improved robustness of widRecorder to avoid some data
+         loss that occured when not reading one full fragment from the OSS
+         audio driver.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * include/cdrom.h:
+       Patrik Stridvall <ps@leissner.se>
+       Added some missing defines for non-Linux.
+
+       * tools/winebuild/res32.c:
+       David Elliott <dfe@infinite-internet.net>
+       Fixed OFFSETOF macro definition for gcc 2.96.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+       James Hatheway <james@macadamian.com>
+       Added stubs for CryptGenRandom(), CryptReleaseContext().
+
+       * controls/combo.c:
+       Susan Farley <susan@codeweavers.com>
+       Do not block CBN_EDITCHANGE for WM_PASTE or WM_CUT with the
+       NOEDITNOTIFY flag, as these msgs can come directly from the app to the
+       combo wndproc.
+
+       * objects/enhmetafile.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Make EnumEnhMetaFile work.
+
+       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Implemented RpcStringFreeA and UuidToStringA.
+
+2000-10-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/uninstaller.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/winemine.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, relay32/builtin32.c, tools/makedep.c, dlls/user/resources/.cvsignore, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, if1632/Makefile.in, libtest/.cvsignore, libtest/Makefile.in, libtest/hello3.spec, programs/avitools/Makefile.in, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, Make.rules.in, dlls/comctl32/.cvsignore, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/msacm/.cvsignore, dlls/msacm/msacm32.spec, dlls/serialui/.cvsignore, dlls/serialui/serialui.spec, dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/display.spec, dlls/user/mouse.spec, dlls/user/user32.spec:
+       Build Win32 resources as .res files and dump them into the .spec.c file.
+
+       * tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/res32.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
+       Added support for loading Win32 .res files.
+
+       * configure, configure.in, dlls/user/disp.rc, dlls/user/mouserc.rc, dlls/user/resources/TODO, dlls/user/resources/display.rc16, dlls/user/resources/mouse.rc16, dlls/user/resources/user32.rc, dlls/user/resources/user32_Ca.rc, dlls/user/resources/user32_Cs.rc, dlls/user/resources/user32_Da.rc, dlls/user/resources/user32_De.rc, dlls/user/resources/user32_En.rc, dlls/user/resources/user32_Eo.rc, dlls/user/resources/user32_Es.rc, dlls/user/resources/user32_Fi.rc, dlls/user/resources/user32_Fr.rc, dlls/user/resources/user32_Hu.rc, dlls/user/resources/user32_It.rc, dlls/user/resources/user32_Ja.rc, dlls/user/resources/user32_Ko.rc, dlls/user/resources/user32_Nl.rc, dlls/user/resources/user32_No.rc, dlls/user/resources/user32_Pl.rc, dlls/user/resources/user32_Pt.rc, dlls/user/resources/user32_Ru.rc, dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Wa.rc:
+       Moved all USER resources to new dlls/user/resources directory.
+
+       * include/wine/winuser16.h, include/winver.h, dlls/version/info.c, dlls/version/resource.c, dlls/version/ver.spec, dlls/version/ver16.c:
+       Duplicate resource directory searching routines instead of calling
+       pe_resource.c internal functions.
+       Made GetFileResource16 and GetFileResourceSize16 callable directly
+       instead of defining extra internal functions.
+
+       * dlls/user/exticon.c:
+       Duplicate resource directory searching routines instead of calling
+       pe_resource.c internal functions.
+
+       * tools/wrc/writeres.c:
+       Fixed duplication of typename in 16-bit assembly output.
+
+       * memory/heap.c:
+       Fixed multibyte handling in HEAP_strdupAtoW.
+
+       * dlls/winmm/mcicda/mcicda.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Always open/close the CD-ROM device for every Windows API CD-ROM
+       access.
+
+       * controls/edit.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Do not send EN_UPDATE to multi-line edit controls.
+
+       * controls/menu.c:
+       Francois Gouget <fgouget@free.fr>
+       Fixed the text color of higlighted menu bar item for the Win98 look.
+       Clicking on a separator should not close the menu.
+       Do not right align 'bitmap' items and the help menu for the Win9x look
+       and feels.
+
+       * files/dos_fs.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       If we have a drive pointing to /, we must not remove the final / or we
+       get the current directory doubled.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/x11_private.h, include/ddraw.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added some basic IDirectDraw7 interface support, fixed argument count
+       of IDirectDraw{4,7}_SetDisplayMode defines.
+
+       * windows/winpos.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       - Calculate changes in the client area relative to the window
+         instead of its parent when using SWP_EX_PAINTSELF.
+       - With SWP_EX_PAINTSELF, copy only if client area changed, since a
+         window can't move relative to itself.
+       - In SWP_DoNCCalcSize, when determining if the client area
+         changed, use values relative to the window itself, not its parent.
+
+       * objects/region.c, windows/painting.c, windows/scroll.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Fixed painting problems in non-MM_TEXT modes.
+
+2000-10-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * files/dos_fs.c, msdos/dosconf.c, server/registry.c, tools/winebuild/main.c, tools/winebuild/spec32.c, windows/x11drv/keyboard.c:
+       Joerg Mayer <jmayer@loplof.de>
+       Reduce the number of warnings about missing initializers.
+
+       * dlls/commdlg/cdlg32.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Got rid of misleading "No Tls Space" error message.
+
+       * include/wingdi.h:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issue found by winapi_check.
+
+       * dlls/dinput/dinput_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * include/process.h:
+       Patrik Stridvall <ps@leissner.se>
+       Use intermediate typedef.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win16/typelib.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msacm32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * windows/defwnd.c, windows/message.c, windows/spy.c, include/spy.h:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Added wParam and lParam as parameters in SPY_ExitMessage
+       Added dump for the STYLECHANG[ING|ED] messages.
+       Dump structures on exit only if message allows changes.
+
+       * win32/except.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - Print CS reg at crash MessageBox (needed for Win16 programs).
+       - Add "hint" for debugger setup.
+
+       * debugger/Makefile.in, debugger/winedbg.spec:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added advapi32 to imported DLLs list.
+
+       * dlls/msacm/pcmconverter.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added more conversion routines (rate conversion is implemented).
+       Cleaned up the code.
+
+       * debugger/msc.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       PDB symbol header format depends only on version code.
+
+       * dlls/comctl32/listview.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Do not set the iSubItem part of the struct for LVM_HITTEST,
+       applications only need to pass memory space up to iItem.
+
+       * README: Andreas Mohr <amohr@codeweavers.com>
+       Mention that you need the X11 devel files.
+
+       * dlls/ddraw/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       DirectDrawCreateEx() should already return the interface for the
+       passed refiid.
+
+       * dlls/ddraw/ddraw/dga2.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Change the width / height parameter on a SetDisplayMode.
+
+       * dlls/commdlg/filedlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fixed bug when changing drives in 16 bit style dialog for a 32 bit app
+       + miscellaneous fixes.
+
+       * dlls/user/exticon.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added two checks for out of range pointer accesses.
+
+       * debugger/types.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed floating point data printing and made basic types reading more
+       robust.
+
+       * dlls/comctl32/imagelist.c:
+       Jason Mawdsley <jason@macadamian.com>
+       Fixed some flickering that was occurring in the image list control
+       when it repainted.
+
+       * dlls/winmm/wineoss/audio.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Added sleep time calculation for the wodPlayer thread.
+       Changed the wodPlayer thread messaging to use its own fast 30 entries
+       ring buffer list.
+
+       * include/winbase.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Removed redundant thread priority defines.
+
+2000-10-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/process.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       Added crt/msvcrt thread prototypes.
+
+       * dlls/winmm/mciwave/mciwave.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Added asynchronous recording in MCI layer.
+
+       * include/winuser.h:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added support for AZERTY keyboard layout.
+
+       * dlls/winmm/wineoss/midi.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Sequencer error message fix.
+
+       * dlls/comctl32/listview.c:
+       James Hatheway <james@macadamian.com>
+       Fix messages sent when right-clicking in a blank (non-item) area of a
+       listview.
+
+       * loader/pe_image.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Pass the correct hFile to PE_CreateModule.
+
+       * dlls/comctl32/header.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Draw text and icons, implement ordering functions, allow reordering
+       with mouse and fix the WM_NOTIFY target.
+
+       * windows/x11drv/keyboard.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added support for AZERTY keyboard layout.
+
+       * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
+       <ewill@ncal.verio.com>
+       Changed GROUP to PROGGROUP.
+
+       * files/dos_fs.c, files/file.c, include/winnt.h:
+       Andreas Mohr <amohr@codeweavers.com>
+       Skip directory symlinks in DOSFS_FindNextEx.
+
+       * dlls/wineps/escape.c: Brian Pirie
+       Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
+
+       * include/wine/obj_base.h, include/objbase.h, include/oleauto.h, include/olectl.h, include/wininet.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added/fixed missing extern "C".
+
+       * console/interface.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed a char/NULL comparison.
+
+       * include/winerror.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added the {HRESULT,SCODE}_SEVERITY macros.
+
+       * dlls/user/exticon.c, dlls/version/resource.c, include/module.h, loader/pe_resource.c, dlls/shell32/shell.c:
+       Use a binary search to find entries in resource directories.
+       Fixed GetResDirEntryA/W prototypes.
+
+       * dlls/shell32/iconcache.c, include/winuser.h:
+       Call PrivateExtractIcon in user32 instead of duplicating the code.
+
+       * dlls/winmm/wineoss/audio.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Should test unixdev against -1 (see wodOpen/widOpen).
+       widRecorder: bytesRead is now tested against (DWORD) -1.
+
+       * loader/elfdll.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Back out my ELFDLL_dlopen patch and add a warning for future misguided
+       hackers.
+
+       * memory/global.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Allow freeing locked global memory handles.
+
+       * windows/mdi.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Watch out for DefMDIChildProc calls on non-MDI-child windows.
+
+       * graphics/x11drv/oembitmap.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Don't hold the X11 lock while calling GDI object routines.
+
+       * dlls/x11drv/x11drv_main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Do not do any GLX calls on a display that does not support GLX.
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Recalculate nItemHeight when LVS_SETIMAGELIST is called.  Fixes icons
+       being chopped off in the file dialog window.  Align items to top and
+       refresh after sorting, as windows does.
+
+       * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
+
+       * dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplobby.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Add proper message reply mechanism and sp player data storage
+       - More implementation and fixes
+
+       * include/poppack.h, include/pshpack1.h, include/pshpack2.h, include/pshpack4.h, include/pshpack8.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added support for three levels of nesting of the 'pragma pack'
+       directives.
+
+2000-10-17  Alexandre Julliard  <julliard@winehq.com>
+
+       * msdos/int20.c, msdos/int21.c, include/dosexe.h, include/task.h, loader/dos/module.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Implemented DOS INT21 AH=4B (EXEC).
+
+       * windows/x11drv/keyboard.c, include/winuser.h:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added support for keyboard input in various locales.
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Implement LVM_SETITEMPOSITION32.
+
+       * dlls/comctl32/treeview.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Remember owner HWND when creating and use this hwnd for the WM_NOTIFY
+       message target.
+
+       * include/commctrl.h:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Added flag and notification definitions for ComboBoxEx.
+
+       * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Implemented old Win 2.x string functions.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Warning fix.
+
+       * server/ptrace.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Add appropriate casts to caddr_t for the third parameter of ptrace().
+
+2000-10-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/dos/dosvm.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Fixed a couple of recent bugs, and added some more safeguards (could
+       be handy for portability anyway) and trace statements.
+
+       * server/process.c, server/registry.c, server/serial.c, server/trace.c, tools/make_requests, scheduler/process.c, misc/registry.c, memory/registry.c, include/server.h, dlls/kernel/comm.c, files/dos_fs.c, dlls/advapi32/registry.c:
+       Converted a few more server requests to the new mechanism.
+
+       * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
+       Fixed a few prototypes.
+
+       * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
+       Set selector 0000H base to 0xf0000 until the first 64K are
+       unprotected.
+
+       * dlls/shell32/shellord.c, dlls/shell32/shlfileop.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed ShellMessageBox[AW] buffers usage (in some cases, wrong buffers
+       were used ; destination buffer doesn't have a fixed size).
+       Fixed FormatMessage parameter warnings (it's now a va_list*).
+
+       * dlls/ddraw/ddraw/dga.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Remove unused variable orig_mode.
+
+       * dlls/comctl32/updown.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Draw the scrollbar beside the buddy when neither UDS_ALIGN[RIGHT|LEFT]
+       is given.
+
+       * dlls/comctl32/datetime.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Localization and expect leapdays when looking for the length of a
+       month.
+
+       * dlls/comctl32/monthcal.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Localization and many changes to behaviour and outlook.
+
+       * dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc, dlls/comctl32/rsrc.rc:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Split out resources that might be localized.
+       Added German resources.
+
+       * dlls/comctl32/comctl32.h:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Added additional resource IDs.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Stubbed LookupAccountNameA.
+
+       * dlls/ddraw/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Return "default" DirectDraw driver if we have at least one driver
+       registered.
+
+       * windows/nonclient.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Fixed behaviour of window's system buttons.
+
+       * dlls/user/resource.c:
+       Rein Klazes <rklazes@casema.net>
+       LoadStringA inserts terminating null in the buffer when the string
+       resource is an empty string or when it can not be found.
+
+2000-10-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Implemented the IDC_HAND cursor.
+
+       * dlls/kernel/format_msg.c, include/winbase.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed the signature of the FormatMessage APIs.
+
+       * include/Makefile.in, include/mcx.h, include/winbase.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       The MODEM stuff has been spun off to its rightful place: mcx.h.
+
+       * include/winnt.h, include/winsock.h, include/windows.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Completed/corrected the list of include files.
+       Handle WIN32_LEAN_AND_MEAN and the NOxxx macros.
+
+       * include/wingdi.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added a NOGDI protection.
+       Replaced _MAX_PATH with MAX_PATH.
+       #undef can be used directly on TRANSPARENT.
+
+       * include/ole2.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Must include objbase.h.
+
+       * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       HFILE is an int, not a regular HANDLE.
+
+       * include/winuser.h:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added MSGF_DDEMGR.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed incorrect format string.
+
+       * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Added changing mouse cursor when over a help topic link.
+
+       * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented DirectInputCreateEx.
+
+       * dlls/comctl32/treeview.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       Do not send a WM_CONTEXTMENU message when a TreeView receives a
+       WM_RBUTTONUP.
+
+       * if1632/findfunc, tools/findfunc:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Make findfunc look for .spec files, and put it with the other tools.
+
+       * memory/virtual.c:
+       Guy Albertelli <galberte@neo.lrun.com>
+       Validate access even if wrap past address 0 for IsBadStringPtr[A|W]
+       and IsBad[Read|Write]Ptr.
+
+       * dlls/comctl32/commctrl.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/shell32/shell32_main.c, dlls/shell32/shlfolder.c, dlls/winmm/wineoss/audio.c, loader/loadorder.c, memory/registry.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       - stupid spelling fixes
+       - some more loadorder array work
+
+       * dlls/ole32/stg_stream.c, files/drive.c, files/file.c, include/ntddk.h, dlls/kernel/time.c, dlls/ntdll/large_int.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+       Added a few more large integer functions.
+
+       * dlls/gdi/gdi32.spec, objects/dc.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Stubbed GetDeviceGammaRamp.
+
+       * msdos/int21.c:
+       Peter Hawkins <peter@hawkins.emu.id.au>
+       Added DOS int 21h function 4452h support (DR-DOS version check).
+
+       * graphics/x11drv/dib.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Fill in the dsBmih.biSizeImage field of DIBSections with the
+       calculated bitmap size.
+
+       * dlls/winmm/wineoss/midi.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Indicate that the MIDI error message only affects programs that need MIDI.
+
+       * memory/heap.c:
+       Andreas Mohr <amohr@codeweavers.com>
+       Get rid of shared heap fixme messages.
+       Slightly corrected my heap commit patch (Xilinx).
+
+       * loader/dos/dosvm.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Merged DOSVM_Int with DOSVM_SimulateInt, and made it handle apps that
+       purposefully shuffle the interrupt vectors around.
+
+       * dlls/comctl32/treeview.c:
+       Susan Farley <sfarley@codeweavers.com>
+       To improve custom-drawn items, add focus border to itemRects and do
+       not overlap them.
+
+       * dlls/kernel/Makefile.in, dlls/kernel/comm.c, dlls/kernel/kernel_main.c, files/dos_fs.c, include/comm.h, include/msdos.h, misc/Makefile.in, misc/comm.c, msdos/int11.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Moved comm.c into kernel32.
+
+       * include/windef.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Claim that our headers conform to the version 5.0.
+
+       * include/prsht.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       The string fields in PROPSHEETPAGEA should be ANSI strings.
+
+       * include/olectl.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
+
+       * include/commctrl.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added the missing TVINSERTSTRUCT synonyms.
+       Added missing CBEIF_xxx definitions.
+
+       * dlls/oleaut32/ole2disp.c, include/oleauto.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed the signature of SysAllocStringByteLen.
+
+       * dlls/comctl32/status.c, include/win.h, include/winuser.h, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Status bars on managed windows should not have SIZEGRIP style.
+
+       * dlls/ntdll/reg.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Make reg the default output chanel.
+
+       * dlls/winsock/socket.c:
+       Rein Klazes <rklazes@casema.net>
+       Ignore setsockopt calls that make the size of the receive buffer too
+       small.
+
+       * dlls/comctl32/listview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Subitems of listviews were not painted with the right background when:
+       -LVS_EX_FULLROWSELECT style is defined
+       -item is selected
+       -Listview doesn't have the focus.
+
+       * server/sock.c:
+       Stephane Lussier <stephane@macadamian.com>
+       After accept is called on the socket, the listening socket needs to be
+       reselected.
+
+       * memory/registry.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Check for buffer overflows on data returns from RegQueryValueExA.
+
+       * include/wine/unicode.h: Konrad Rieck <kr@r0q.cx>
+       Changed repne to repnz for Solaris assembler.
+
+2000-10-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/winbase.h, include/windef.h, include/wine/winbase16.h, include/winnls.h, include/winnt.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Moved LCTYPE, GetLocaleInfo, NUMBERFMT, CURRENCYFMT and the related
+       API to winnls.h.
+       Moved LANG_xxx, SUBLANG_xxx, SORT_xxx and IS_TEXT_UNICODE_xxx to
+       winnt.h.
+
+       * dlls/user/resource.c, include/winuser.h, windows/cursoricon.c, windows/winhelp.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added many missing *Pxxx types.
+       Removed a few *LPxxx types that are not supposed to be there (in
+       particular LPICONINFO).
+       Added a few missing *LPCxxx types (MENUITEMINFO, SCROLLINFO,
+       DLGITEMTEMPLATE).
+       WINHELP and PE_ACCEL are internal types.
+       MULTIKEYHELP and HELPWININFO both have an A and W variant.
+       NUMBERFMT, CURRENCYFMT and the related API belong to winnls.h.
+       Added missing ARW_xxx defines (for sysmetrics).
+
+       * include/wtypes.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       ROTFLAGS have their own ifdef protection, take them out of the
+       _SECURITY_DEFINED ifdef block.
+
+       * include/wingdi.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added a declaration for GetEnhMetaFileDescription.
+
+       * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
+       Added Fonts registry key.
+
+       * win32/except.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed regression for debugger startup event creation.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Fix depressed state with flat toolbars so pressing the buttons draws
+       the button in a depressed state.  Fix bitmap offsets, fixes bitmap
+       offset problems in file common dialog.
+
+       * dlls/comctl32/treeview.c:
+       Susan Farley <sfarley@codeweavers.com>
+       On InsertItem with TVI_FIRST, the check for resetting firstVisible
+       must be done *before* the parent's firstChild changes.
+
+       * dlls/ddraw/dsurface/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Support non-buffered overlays.
+
+       * dlls/comctl32/rebar.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Rewrite to support rows of bands.
+       Draw separators between bands in rows and between rows.
+       Support text and background color and color propagation.
+       Improve layout code.
+       Make fMask in internal structure the indicator of valid information.
+       Fix size of grippers.
+       Add debugging traces for future.
+
+       * dlls/comctl32/header.c:
+       Serge Ivanov <sergei@corel.com>
+       Simple NULL check.
+
+       * dlls/comctl32/listview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       - Background should not be drawn if the background color is CLR_NONE.
+       - Don't change the size to 0 for the header control of listview with
+         LVS_NOCOLUMNHEADER style. In fact just setting HDS_HIDDEN to the
+         header control is enough.
+
+       * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added 16 (565) -> 15 (555) bit depth converter.
+
+       * graphics/x11drv/codepage.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added support for cp936.
+
+       * relay32/relay386.c: Work-around for gcc bug.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Implememnted GetFourCCCodes.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga_private.h, dlls/ddraw/x11_private.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Enable XF86vmode switching possible for X11 too.
+
+       * dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/pcmconverter.c, dlls/msacm/wineacm.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added PCM converter internal driver.
+       A few driver handling fixes.
+
+       * configure, configure.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Fixed the OpenGL detection code.
+
+       * debugger/stabs.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Fixed loading of symbols from libraries.
+
+       * win32/file.c: Rein Klazes <rklazes@casema.net>
+       Prevent SetFileAttributeA from making directory read-only.
+
+       * include/windef.h, include/wine/obj_base.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Enable anonymous struct/union support by default in both C and C++.
+       Disable them for compilers known not to support them.
+       Disable them for the WINE code.
+
+       * include/dde.h, include/winuser.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added four DDElParam functions.
+       Now needs an 'extern "C"' protection for C++.
+
+       * dlls/user/ddeml.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fix the parameter types and comments of the DDElParam functions.
+
+       * include/winbase.h, include/wininet.h:
+       Francois Gouget <fgouget@free.fr>
+       Removed stray A/W from invocations of WINELIB_NAME_AW.
+
+       * msdos/int11.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Removed dependency on globals LPT[] and COM{}.
+
+       * dlls/oleaut32/oleaut32.spec, include/oleauto.h:
+       Francois Gouget <fgouget@free.fr>
+       Added some of the APIs introduced in Win98, mostly the VarXxx maths APIs.
+
+       * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
+       Replace null bytes by spaces in WriteConsoleOutputA call.
+
+       * dlls/winmm/mcicda/mcicda.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       MCICDA didn't open/close the door when calling the command without
+       valid parameter block (i.e. == NULL).
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Implementation of OleLockRunning function.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Corrected some segvs that occur with ownerdata listviews.
+
+       * objects/region.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Return values are reversed in failure/rgdata == NULL case in
+       GetRegionData (was merge error by me).
+
+       * win32/except.c, winedefault.reg:
+       Andreas Mohr <a.mohr@mailto.de>
+       Changed debugger launching to auto per default.
+
+       * dlls/kernel/nls/dan.nls:
+       Niels Kristian Bech Jensen <nkbj@image.dk>
+       Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
+
+       * dlls/winmm/wineoss/audio.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
+
+2000-10-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/drive.h, scheduler/process.c, files/drive.c:
+       Use special environment variables to transmit the cwd of the various
+       drives to child processes (based on a patch by Andreas Mohr).
+
+       * include/msacm.h, include/tchar.h, include/wininet.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Removed the ';' ending on lines using the DECL_WINELIB_TYPE_AW and
+       WINELIB_NAME_AW macros.
+
+       * include/oleauto.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added some missing 'SysAllocString' prototypes.
+       Added some missing 'TypeLib' prototypes.
+
+       * dlls/oleaut32/typelib.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fixed some prototypes.
+
+       * include/bitmaps/ocr_ibeam:
+       Aric Stewart <aric@codeweavers.com>
+       Added a white border around the I-beam cursor.
+
+2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/global.c:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Protect GlobalHandle() against bad parameters.
+
+       * debugger/stack.c:
+       Fixed backtrace for apps that never called down to 16-bit code.
+n
+       * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+       Make sure that we skip tasks with missing hInstance.
+
+       * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
+       Introduced a new arena flag called GA_DOSMEM to distinguish between
+       DOSMEM and normal "windows" global mem.
+
+       * dlls/winmm/mmio.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Bug fixes in mmio, related to buffering in record mode.
+
+2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * ChangeLog, include/version.h, ANNOUNCE:
+       Release 20001002.
+
+----------------------------------------------------------------
+2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/global.c:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Protect GlobalHandle() against bad parameters.
+
+       * debugger/stack.c:
+       Fixed backtrace for apps that never called down to 16-bit code.
+
+       * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+       Make sure that we skip tasks with missing hInstance.
+
+       * memory/global.c: Andreas Mohr <a.mohr@mailto.de>
+       Introduced a new arena flag called GA_DOSMEM to distinguish between
+       DOSMEM and normal "windows" global mem.
+
+       * dlls/winmm/mmio.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Bug fixes in mmio, related to buffering in record mode.
+
+       * server/registry.c, server/request.h, server/trace.c, memory/registry.c, include/ntddk.h, include/server.h, dlls/ntdll/reg.c, dlls/advapi32/registry.c:
+       Convert NtQueryKey and NtEnumerateKey to the new request mechanism.
+       Fixed a few bugs.
+
+       * dlls/kernel/kernel32.spec:
+       Forward all large integer functions to ntdll.
+
+       * ole/ole2nls.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       GetDateFormatA: Check range and recalculate wDayOfWeek.
+       OLE_GetFormatA|W: Fix transformation of wDayOfWeek to
+       LOCALE_S(ABBREV)DAYNAMEx.
+
+       * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/wnaspi32.api, tools/winapi_check/win16/mmsystem.api, tools/winapi_check/win16/setupx.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/modules.dat:
+       Patrik Stridvall <ps@leissner.se>
+       - Support for stdcall64
+       - Minor API updates.
+
+       * loader/loadorder.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Beautified the loadorder array (group DLLs according to functionality,
+       add group header comments, ...), added builtin x11drv and winaspi.
+
+       * dlls/msacm/internal.c:
+       James Hatheway <james@macadamian.com>
+       Silence unneeded exception to allow easier ACM debugging.
+
+2000-10-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/server.h, memory/registry.c, server/registry.c, server/request.h, server/trace.c, tools/make_requests, dlls/advapi32/registry.c, dlls/ntdll/reg.c:
+       Converted some of the registry server requests to the new request
+       mechanism.
+
+       * win32/time.c, dlls/ntdll/Makefile.in, dlls/ntdll/large_int.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/time.c, include/ntddk.h, include/winnt.h, scheduler/timer.c, dlls/kernel/time.c:
+       Implemented a bunch of large integer functions in ntdll.
+
+       * tools/winebuild/build.h, tools/winebuild/parser.c, tools/winebuild/spec32.c, relay32/relay386.c:
+       Added stdcall64 entry point type to allow correct relay debugging
+       support for functions that return 64-bit values.
+
+2000-09-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
+       Make sure we commit enough memory in a new subheap.
+
+       * dlls/winspool/winspool.drv.spec, dlls/winspool/info.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       - moved some code from WINSPOOL_GetPrinterDriver into new function
+         WINSPOOL_GetDriverInfoFromReg
+       - bug fix in function GetPrinterDirectoryW: free local variable not
+         the one from function interface
+       - implemented EnumPrinterDriversA|W
+
+       * files/profile.c: Andreas Mohr <a.mohr@mailto.de>
+       Fixed the default value handling (trailing spaces of the default value
+       are clipped).
+       section == NULL, key_name == NULL undoc. feature is only valid in Win32.
+
+       * dlls/ntdll/sync.c, include/ntddk.h, loader/task.c, scheduler/Makefile.in, scheduler/critsection.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/syslevel.c, win32/Makefile.in, win32/except.c, win32/kernel32.c, win32/newfns.c, win32/process.c, win32/time.c, dlls/kernel/Makefile.in, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/time.c:
+       Moved a bunch of routines to kernel32.dll (with the help of
+       Dimitrie O. Paun).
+
+       * objects/palette.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       GDISelectPalette16 checked GetObjectType() return value for
+       PALETTE_MAGIC instead of OBJ_PAL.
+
+       * dlls/richedit/richedit.c, dlls/shlwapi/shlwapi_main.c, include/shlwapi.h, include/winbase.h, dlls/comctl32/commctrl.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Moved DLLVERSIONINFO to shlwapi.h.
+
+       * dlls/shell32/shell.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Let InternalExtractIcon16 load icons from builtin DLLs.
+
+       * dlls/comctl32/toolbar.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Modified the bitmap centering algorithm to take the button's border
+       into account.
+
+       * windows/timer.c, include/message.h, windows/message.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Before calling the timer window proc, make sure it is valid.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
+       Removed a few dependencies on kernel32 functions.
+
+       * dlls/ntdll/ntdll.spec, include/ntddk.h, include/winbase.h, scheduler/critsection.c, dlls/kernel/kernel32.spec, dlls/ntdll/Makefile.in, dlls/ntdll/critsection.c:
+       Moved critical section implementation to ntdll.
+
+       * windows/x11drv/Makefile.in, win32/Makefile.in, windows/Makefile.in, scheduler/Makefile.in, tsx11/Makefile.in, relay32/Makefile.in, resources/Makefile.in, objects/Makefile.in, ole/Makefile.in, misc/Makefile.in, miscemu/Makefile.in, msdos/Makefile.in, loader/ne/Makefile.in, memory/Makefile.in, loader/Makefile.in, loader/dos/Makefile.in, graphics/x11drv/Makefile.in, if1632/Makefile.in, graphics/win16drv/Makefile.in, graphics/enhmetafiledrv/Makefile.in, graphics/metafiledrv/Makefile.in, files/Makefile.in, graphics/Makefile.in, console/Makefile.in, controls/Makefile.in, Make.rules.in:
+       Moved $(MODULE).o rule out of Make.rules into the individual
+       Makefiles.
+
+       * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
+
+       * objects/region.c:
+       Sergei Ivanov <sergei@corel.com>
+       Fixed return values of GetRegionData.
+
+       * dlls/comctl32/toolbar.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Call ReleaseCapture (which triggers WM_CAPTURECHANGED) after the
+       WM_COMMAND for the button has been sent, rather than before.
+
+       * dlls/winmm/winmm_res.rc:
+       Francois Jacques <francoisj@macadamian.com>
+       Use waveaudio, not waveform.
+
+       * dlls/ole32/compobj.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Fix a couple of TRACE messages.
+
+       * debugger/stabs.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Added missing cast.
+
+       * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
+       Francois Gouget <fgouget@codeweavers.com>
+       Fix the return type of mixerMessage16.
+
+       * include/winver.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Renamed VS_USER_INFO to VS_USER_DEFINED.
+
+2000-09-27  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/builtin32.h, miscemu/.cvsignore, miscemu/Makefile.in, miscemu/main.c, miscemu/wine.spec, relay32/builtin32.c, tools/winebuild/Makefile.in, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in:
+       Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
+       Generate the import table directly in PE format.
+       Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
+       main wine binary.
+
+       * dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/shell32/shell32.spec, dlls/user/Makefile.in, dlls/user/user32.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/winsock/ws2_32.spec, dlls/Makefile.in, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec:
+       Added a few missing imports.
+
+       * include/commctrl.h, include/commdlg.h, include/oleauto.h, include/winbase.h, include/winerror.h, include/wtypes.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added various type and macro definitions that are needed to compile
+       the latest MFC.
+
+       * dlls/winmm/wineoss/midi.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Store a copy of MIDIOPENDESC information instead of pointer.
+
+       * dlls/winmm/mmsystem.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Unlock win16 crst while thunking up to 32 bit dll.
+
+       * dlls/wininet/internet.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Include <unistd.h> for prototype of select().
+
+       * server/sock.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Socket returned by accept function of Microsoft API should keep the
+       properties of the listening socket. This is also true for non-blocking
+       property.
+
+       * windows/winpos.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       If window was not resized and not moved, repaint only itself excluding
+       parent.
+
+       * tools/winebuild/spec32.c, if1632/builtin.c, include/builtin32.h, relay32/relay386.c, relay32/snoop.c:
+       Generate Win32 dll descriptor structure in the .spec.c file so that we
+       don't need to depend on builtin32.h.
+
+       * include/Makefile.in, include/mouse.h, include/zmouse.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Created zmouse.h, moved wheel code from mouse.h into it.
+
+       * dlls/winmm/mcicda/mcicda.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       MCI_STATUS_LENGTH on Windows returns one frame less than the total
+       track length for the last track on a CD.  This also affects queries
+       for the total length of the CD.
+
+       * msdos/dosaspi.c, include/wine/winaspi.h, include/mmsystem.h, include/wnaspi32.h, dlls/winmm/mmsystem.c, dlls/winaspi/winaspi32.c:
+       Fixed a few non portable zero-size array declarations.
+
+       * files/drive.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Have the UNIX cwd follow the current directory on the current drive.
+
+       * windows/x11drv/event.c:
+       Stephane Lussier <stephane@macadamian.com>
+       On reception of a FocusOut event, don't deactivate the application if the
+       next window to get the focus is a Wine window.
+
+2000-09-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/status/directplay, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/Makefile.in, dlls/dplayx/Makefile.in:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Remove winmm hack in dplay code
+       - Fix up some missing holes in the code
+       - More message implementation
+       - Status documentation update
+
+       * Make.rules.in, Makefile.in:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Migrate $LDFLAGS from configure to Makefile and into main wine
+       executable.
+
+       * relay32/builtin32.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Display an ERR() in case of undefined symbols.
+
+       * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Started some basic work on the more or less undocumented SETUPX
+       functions.
+
+       * dlls/comctl32/toolbar.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
+       pressed flags on WM_CAPTURECHANGED.
+
+       * objects/dc.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       WORD is unsigned, so we need to transalte 0xffff into -1.
+
+       * windows/x11drv/event.c, win32/console.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/nonclient.c, windows/win.c, include/wine/winuser16.h, msdos/dosaspi.c, msdos/xms.c, ole/ole2nls.c, include/wine/exception.h, include/wine/keyboard16.h, include/wine/mmsystem16.h, include/wine/obj_base.h, include/wine/winaspi.h, include/wine/winbase16.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winnet16.h, include/wine/winsock16.h, include/winbase.h, include/wincon.h, include/windef.h, include/wingdi.h, include/winnls.h, include/winproc.h, include/winsock.h, include/winsock2.h, include/winuser.h, include/winver.h, include/wnaspi32.h, include/wownt32.h, include/wtypes.h, include/neexe.h, include/nonclient.h, include/ntsecapi.h, include/ole.h, include/ole2.h, include/oleauto.h, include/shellapi.h, include/task.h, include/thread.h, include/toolhelp.h, include/vfw.h, include/win.h, include/winaspi.h, include/aspi.h, include/basetsd.h, include/builtin16.h, include/cdrom.h, include/clipboard.h, include/commdlg.h, include/dce.h, include/ddeml.h, include/dinput.h, include/file.h, include/global.h, include/local.h, include/lzexpand.h, include/message.h, include/miscemu.h, include/mmddk.h, include/mmsystem.h, include/module.h, include/msacm.h, include/Makefile.in, if1632/snoop.c, dlls/winspool/info.c, files/file.c, dlls/winsock/socket.c, dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/winemm.h, dlls/winaspi/aspi.h, dlls/winaspi/winaspi16.c, dlls/win32s/w32sys.c, dlls/version/ver16.c, dlls/user/ddeml.c, dlls/user/ddeml16.h, dlls/user/bidi16.c, dlls/shell32/pidl.h, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/setupapi/setupx_main.c, dlls/shell32/pidl.c, dlls/rpcrt4/rpcrt4_main.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h, dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/ole2nls.c, dlls/msvideo/msvideo_main.c, dlls/msvideo/vfw16.h, dlls/msvideo/drawdib.c, dlls/msacm/msacm_main.c, dlls/msacm/msacmdrv.h, dlls/msacm/wineacm.h, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c, dlls/gdi/bidi16.c, dlls/gdi/printdrv.c, dlls/kernel/stress.c, dlls/dsound/dsound_main.c, dlls/commdlg/cdlg.h, dlls/commdlg/colordlg.c, dlls/comctl32/updown.c, dlls/comctl32/status.c, dlls/comctl32/treeview.c, dlls/comctl32/progress.c, controls/listbox.c, controls/menu.c, controls/scroll.c:
+       Moved all Win16 definitions out of the standard Windows headers.
+
+       * loader/pe_resource.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Avoid crashes if 16-bit module handle was passed to the 32-bit
+       resource enumerator.
+
+       * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, include/ddraw.h, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, wine.ini:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added support for DirectDraw overlays using the XVideo extension.
+
+       * graphics/x11drv/codepage.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Code cleanup.
+       Add checking for invalid DBCS trailer bytes.
+
+       * include/commctrl.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed some commctl header issues reported in newsgroup.
+
+       * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
+       A few includes cleanup.
+
+       * programs/regapi/regapi.c, programs/winhelp/macro.c, programs/notepad/dialog.c, loader/main.c, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_propertystorage.h, include/wine/obj_queryassociations.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shelllink.h, include/wine/obj_shellview.h, include/wine/obj_storage.h, include/wine/undocshell.h, include/wine/obj_cache.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_connection.h, include/wine/obj_contextmenu.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_dragdrop.h, include/wine/obj_enumidlist.h, include/wine/obj_errorinfo.h, include/wine/obj_extracticon.h, include/wine/obj_inplace.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, include/dlgs.h, include/main.h, include/ocidl.h, include/ole2.h, include/oleauto.h, include/oleidl.h, include/shell.h, include/shlobj.h, include/shlwapi.h, include/windows.h, dlls/shlwapi/regstream.c, dlls/oleaut32/olefont.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/classes.c, dlls/shell32/enumidlist.c, dlls/shell32/memorystream.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shellfolder.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/systray.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/stg_bigblockfile.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.h, dlls/oleaut32/connpt.c, dlls/comctl32/imagelist.c, dlls/commdlg/cdlg.h, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c:
+       Removed shell.h. Cleaned up the nested includes mess in wine/obj_*.h.
+
+2000-09-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shellole.c, windows/x11drv/event.c:
+       Use documented DROPFILES structure instead of internal DROPFILESTRUCT.
+
+       * relay32/relay386.c, relay32/snoop.c, win32/device.c, windows/keyboard.c, windows/winproc.c, msdos/dpmi.c, msdos/int10.c, msdos/int13.c, msdos/int15.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/int33.c, msdos/int5c.c, msdos/vxd.c, msdos/xms.c, loader/ne/module.c, loader/ne/segment.c, memory/instr.c, memory/selector.c, misc/error.c, misc/system.c, msdos/devices.c, msdos/dosaspi.c, include/miscemu.h, include/winnt.h, loader/dos/dosvm.c, loader/task.c, dlls/kernel/thunk.c, dlls/kernel/win87em.c, dlls/ntdll/rtl.c, dlls/user/mouse.c, if1632/relay.c, if1632/snoop.c, debugger/registers.c:
+       Removed some of the XXX_reg macros now that we are using the standard
+       CONTEXT86 structure everywhere.
+
+       * windows/clipboard.c, windows/defwnd.c, windows/dialog.c, windows/input.c, windows/msgbox.c, windows/sysparams.c, windows/user.c, scheduler/mutex.c, scheduler/semaphore.c, scheduler/timer.c, win32/console.c, misc/comm.c, misc/cpu.c, misc/main.c, misc/version.c, ole/ole2nls.c, scheduler/event.c, loader/module.c, loader/ne/convert.c, loader/ne/resource.c, memory/atom.c, memory/environ.c, memory/registry.c, memory/virtual.c, misc/cdrom.c, files/dos_fs.c, files/profile.c, graphics/metafiledrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, include/winbase.h, dlls/shlwapi/path.c, dlls/ttydrv/graphics.c, dlls/version/info.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/shell32/shellpath.c, dlls/shell32/shv_item_cmenu.c, dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/filemoniker.c, dlls/ole32/ole2.c, dlls/kernel/format_msg.c, dlls/mpr/wnet.c, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/crtdll/mbstring.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, controls/listbox.c, controls/menu.c:
+       Removed inclusion of wine/winestring.h from winbase.h and added it to
+       the C files that need it.
+
+2000-09-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int09.c, msdos/int2f.c, msdos/int33.c, memory/instr.c, loader/dos/dosvm.c, loader/dos/module.c, loader/task.c, include/ldt.h, include/miscemu.h, include/winnt.h, include/dosexe.h:
+       Moved most global data out of the LPDOSTASK structure.
+       Allocate DPMI real-mode segments globally at startup.
+       Try to allocate DOS memory at address 0.
+
+       * windows/win.c, windows/message.c, include/wine/winuser16.h, dlls/user/user.spec:
+       Call WH_GETMESSAGE hook in PeekMessage too (based on a patch by Rob
+       Farnum).
+
+       * memory/virtual.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Locks the virtual views linked list.
+
+       * include/acconfig.h, include/config.h.in, dlls/winsock/async.c, dlls/winsock/socket.c, configure.in, configure:
+       Rein Klazes <rklazes@casema.net>
+       Make calls to gethostbyname, gethostbyaddr, getservbyname,
+       getservbyport, getprotobyname and getprotobynumber thread-safe.
+
+       * graphics/x11drv/xfont.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Use appropriate charset if facenames of font is known.
+       Use CP_ACP if DEFAULT_CHARSET is requested.
+
+       * controls/listbox.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       In WM_DRAWITEM, always calls the app with a valid current focus_item.
+
+       * debugger/winedbg.c, debugger/stack.c, debugger/info.c, debugger/memory.c, debugger/registers.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/expr.c, debugger/db_disasm.c, debugger/break.c:
+       Improved support for vm86 mode.
+
+       * include/wine/exception.h, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c:
+       Added support for exception handling while in vm86 mode.
+       Fixed a couple of bugs in vm86 support.
+
+       * windows/dialog.c, objects/font.c, graphics/win16drv/font.c, dlls/ole32/defaulthandler.c, dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed format strings.
+
+       * dlls/comctl32/commctrl.c:
+       Francois Gouget <fgouget@free.fr>
+       Added set WS_CHILD and CCS_TOP to the toolbar's style.
+       TOOLBAR_CalcToolbar(): if the bitmap size is 0, use the builtin
+       defaults.
+
+       * dlls/comctl32/toolbar.c:
+       Francois Gouget <fgouget@free.fr>
+       The size of the comctl32 internal bitmaps is 24x24 not 26x26.
+       Fixed minor typos.
+
+       * tools/wrc/parser.l, tools/wrc/README.wrc:
+       Francois Gouget <fgouget@free.fr>
+       Filenames may contain '/' and '\'.
+       Small typo fixes.
+
+2000-09-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Paint background before drawing item and subitems.  Paint any area of
+       the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
+       if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
+       has items to draw.
+
+       * windows/x11drv/event.c, windows/x11drv/keyboard.c, server/main.c, server/object.h, server/process.c, server/trace.c, scheduler/process.c, misc/main.c, include/options.h, include/server.h, include/x11drv.h, dlls/x11drv/x11drv_main.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Make GetTickCount not use the whole Unix epoch (since 1970) any more,
+       since that crashed several games or caused problems with them as they
+       aren't used to a high Windows uptime of more than 24.9 days.
+
+       * scheduler/client.c:
+       Roberto Augusto Pungartnik <pung@karina.etcom.ufrgs.br>
+       Added S_ISFIFO check for Solaris.
+
+       * include/windef.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added a macro for _declspec (backward compatibility synonym of
+       __declspec).
+       Removed the dllimport and dllexport macros.
+
+       * include/objbase.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Must include 'stdlib.h'.
+
+       * include/commctrl.h:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
+
+       * dlls/wineps/Makefile.in, dlls/wineps/driver.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc, dlls/wineps/wineps.spec, dlls/wineps/wps_En.rc, dlls/wineps/wps_xx.rc, dlls/wineps/.cvsignore, dlls/Makefile.in:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Paper size and orientation prop sheet for wineps.
+
+       * dlls/user/text.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
+       flags in DrawText.
+
+       * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
+       Fixed WinExec16 to handle quoted filenames correctly.
+
+       * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
+       Damyan Ognyanoff <Damyan@rocketmail.com>
+       IErrorInfo is now derived from IUnknown.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Correct some situations with listview selections. Specifically fixed
+       situations where in an OWNERDATA listview the selection ranges become
+       invalid if the number of items is changed. Additional fixes a few
+       problems resulting in loops in RemoveAllSelections.
+
+       * include/mmsystem.h, include/wingdi.h, include/winuser.h:
+       Francois Gouget <fgouget@free.fr>
+       Added a few missing macros, types and prototypes.
+
+       * include/winres.h:
+       Francois Gouget <fgouget@free.fr>
+       New file. All RC files generated by VC6 include afxres.h which in turn
+       includes this file.
+
+       * windows/queue.c, windows/message.c, windows/nonclient.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Spelling, trace fixes.
+
+       * memory/environ.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added SetLastError() in GetEnvironmentVariableA.
+
+       * graphics/x11drv/text.c:
+       Damyan Ognyanoff <Damyan@rocketmail.com>
+       Added error correction when using symbol offsets.
+
+       * dlls/winmm/mciseq/mcimidi.c:
+       Eric Pouech <eric.pouech@voila.fr>
+       Fixed reentrancy issues in play/stop operations.
+
+       * dlls/commdlg/cdlg_xx.rc:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fix PrintDlg collate icons.  Add orientation icons.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Stubs for shlwapi.151 and shlwapi.153.
+
+       * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Stub for CoIsOle1Class.
+
+       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Set close on exec() flag at times when we leave /dev/dsp and
+       /dev/sequencer open.
+
+       * dlls/comctl32/tab.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Added support for FLATBUTTON style tabs.
+       Made width of BUTTON style tabs no less than 2x their height.
+       Expanded focus rect to be just inside the border.
+
+       * dlls/kernel/toolhelp.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Add FIXMEs for all these nice completely unimplemented TOOLHELP
+       functions.
+
+       * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
+       fixed the win95 registry loader to have somewhat stricter checking.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Fixed button image to be offset to the center of the button horizontally,
+       visible with WinZip and CuteFTP 4.0.  Fixed compile warnings from format type
+       specifiers in two TRACE's.  Removed TRACE in TOOLBAR_GetItemRect().  Added
+       button width to TRACE in TOOLBAR_CalcToolbar().
+
+       * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/comctl32/status.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Changed RedrawWindow()'s to InvalidateRect()'s.  RedrawWindow() was
+       being called with RDW_UPDATENOW, forcing immediate painting.  Added
+       redrawing logic to STATUSBAR_SetTextW().
+
+       * dlls/comctl32/treeview.c:
+       Chris Morgan <cmorgan@codeweavers.com>
+       Fix behavior of TVS_SINGLEEXPAND style broken in Corel merge.  Optimize
+       redrawing in TREEVIEW_SetItemA() to redraw only if the item changes.
+
+       * relay32/builtin32.c:
+       Francois Gouget <fgouget@free.fr>
+       Raised MAX_DLLS to 100.
+
+2000-09-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/commctrl.h, include/oleauto.h, include/prsht.h, include/shellapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winsock2.h, include/winsvc.h, include/wtypes.h, dlls/comctl32/propsheet.c, dlls/shell32/shell32.spec, dlls/shell32/systray.c, dlls/advapi32/service.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Added some missing WINELIB_NAME_AW definitions, types and messages
+       - Small prototype fixes
+
+       * relay32/snoop.c:
+       Rein Klazes <rklazes@casema.net>
+       Catch EXCEPTION_PRIV_INSTRUCTION exception too.
+
+       * dlls/comctl32/listview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Notification NM_CLICK, NM_RCLICK and NM_DBLCLK sent by the listview
+       should set lParam to a NMLISTVIEW instead of a NMHDR. According to
+       MSDN doc, it is like that since version 4.71, Wine is returning 5.0 as
+       the DLL version.
+
+       * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
+       Fixed window lock problem in SetMenu().
+
+       * objects/metafile.c: Henning Hoffmann
+       Avoid deadlocks in EnumMetaFile.
+
+       * dlls/oleaut32/typelib.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
+
+2000-09-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
+       Misc cleanups.
+
+       * dlls/ntdll/signal_i386.c, include/wine/exception.h:
+       Added preliminary support for switching to vm86 mode with proper
+       exception handling.
+
+       * files/file.c, include/file.h, include/global.h, memory/virtual.c, relay32/builtin32.c:
+       Moved FILE_dommap() to memory/virtual.c (and renamed it VIRTUAL_mmap).
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Change FIXME("Button size set after button in toolbar\n") in
+       SetButtonSize() to WARN as quite a few applications are doing this
+       after adding each button to the toolbar and there is no way we can
+       stop them.
+
+       * dlls/ddraw/dsurface/dga.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Remove unused local variable in DGA_IDirectDrawSurface4Impl_SetPalette().
+
+       * misc/comm.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       - removed redundant functions COMM_Get(Read/Write)Fd
+       - corrected the name of 16bit functions in comments
+       - removed unused static variable
+
+       * README: Andreas Mohr <a.mohr@mailto.de>
+       - prefer wineinstall
+       - mention debugger setup (temporary)
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Fixed incorrect arg count in SHGetSettings that causes winzip32.exe to
+       report an error.
+
+       * dlls/comctl32/listview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Sorting items in a listview using LVW_SORTITEMS is only sorting the items
+       and not the subitems. This patch fix this issue. I've remove the temporary
+       Sortlist, it was not necessary to create another list, and it was buggy.
+
+2000-09-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
+       Removed a couple of unused functions in the Callout structure.
+
+       * dlls/user/user32.spec, dlls/user/user_main.c, objects/palette.c, windows/painting.c:
+       Moved Select/RealizePalette implementation to USER and use
+       pfnSelect/RealizePalette function pointers in GDI.
+       Make sure the palette handle is valid in GDISelectPalette16 (thanks to
+       Uwe Bonnes).
+
+       * server/request.h, server/serial.c, server/trace.c, include/server.h, misc/comm.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Implemented SetCommMask, SetCommTimeouts, GetCommMask, GetCommTimeouts.
+
+       * dlls/wineps/objects.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/objects.c, graphics/x11drv/objects.c, include/gdi.h, objects/dc.c, objects/gdiobj.c, windows/syscolor.c, dlls/ttydrv/objects.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added support for non-deletable system brushes and pens created by
+       USER.
+
+       * dlls/winsock/socket.c:
+       John Gilmore <gnu@toad.com>
+       Cleaned it up so that code paths which have unsupported WS_SO values
+       never actually pass them to Unix system calls.
+
+       * dlls/kernel/kernel32.spec, memory/virtual.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added VirtualAllocEx.
+
+       * include/winbase.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
+
+       * dlls/comctl32/tab.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Fixed tab control to use HTTRANSPARENT when mouse hits client area,
+       but not tab control buttons.
+
+       * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
+       Silence some bogus error message.
+
+       * include/winsock.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Adjusted to allow MFC compilation; prevent definition of struct fd_set
+       which conflicts with the fd_set typedef.
+
+       * include/winuser.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Added PWNDCLASS definition.
+
+       * dlls/comctl32/listview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Allow having a transparent background text color for the listview.
+
+       * ole/ole2nls.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Use the system local time if lpTime=NULL.
+
+2000-09-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/thunk.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Update ESP correctly on return from flat thunk routines.
+
+       * windows/winproc.c, include/builtin16.h, loader/ne/module.c, tools/winebuild/relay.c, if1632/relay.c:
+       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
+       Modified CallTo16Register routines to update register context after
+       call returns. Callers adapted.
+
+       * dlls/shell32/shellstring.c, dlls/shlwapi/string.c, include/shlwapi.h, include/wine/undocshell.h:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Add some Str* prototypes to shlwapi.h.
+
+       * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c, dlls/comctl32/treeview.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Merged main Wine changes into Corel's treeview control rewritten by
+       Serge Ivanov and Andrew Lewycky.  Fixed item focus behavior to match
+       Windows.  Fixed item selection when un/expanding items.  Implemented
+       WM_SETREDRAW.  Added Corel's COMCTL32_CreateToolTip() helper function
+       to commctrl.c.
+
+       * windows/painting.c, controls/button.c:
+       Serge Ivanov <sergei@corel.ca>
+       (Merged by Marcus Meissner <marcus@jet.franken.de>)
+       Fixed problem with origin for DST_COMPLEX style.
+       Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.
+
+       Added handling of BS_MULTILINE style, label alignment
+       styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
+       pushbuttons for now), and BS_PUSHLIKE.
+
+       Modified label drawing procedure: now all kinds of buttons
+       use common BUTTON_DrawLabel function. Actual label drawing is
+       performed by DrawStateW function.
+
+       GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
+
+       * dlls/ddraw/ddraw/main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Upgrade also 15bpp to 16bpp surfaces.
+
+2000-09-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/winpos.c:
+       James Hatheway <james@macadamian.com>
+       KDE 1.x has problems with using XShapeCombineMask when there was no
+       previous region.
+
+       * controls/scroll.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       SetScrollInfo : don't show/hide scrollbar if no parameter (minval,
+       maxval) change.
+
+       * include/wine/unicode.h:
+       Added missing __volatile__.
+
+       * dlls/ddraw/ddraw/x11.c, dlls/gdi/gdi.spec, files/file.c, misc/main.c, scheduler/process.c, windows/message.c, controls/button.c, debugger/break.c, debugger/winedbg.c, dlls/comctl32/commctrl.c, dlls/comctl32/tab.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       - fixes debugger output
+       - get rid of wrong comments
+       - fix comments
+       - .spec spelling fix
+       - improve warning message
+
+       * dlls/kernel/kernel32.spec, win32/time.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       "implemented" GetSystemTimeAdjustment.
+
+       * windows/class.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Don't try to delete a wndclass background brush if it's a COLOR_*
+       constant.
+
+       * windows/nonclient.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Make sure NC_HandleNCCalcSize returns a valid rectangle.
+       Painting fails if the rectangle is invalid.
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Hide the vertical scrollbar when listview style is LVS_LIST.
+
+       * include/winuser.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Add WM_USERCHANGED.
+
+       * debugger/info.c, dlls/kernel/toolhelp.c, include/tlhelp32.h:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Use tpXXX instead of tbXXX in tagTHREADENTRY32.
+
+       * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Fixed DGA / DGA 2 palette creation.
+
+       * graphics/x11drv/text.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fix a memory leak in X11DRV_GetTextExtentPoint.
+
+----------------------------------------------------------------
+2000-09-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * scheduler/client.c:
+       Added WINESERVER environment variable to allow overriding the normal
+       server search sequence.
+
+       * files/directory.c:
+       Removed chdir("/") until we have proper Unix cwd management.
+
+       * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
+       Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
+
+       * loader/ne/module.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Fixed NE_LoadExeHeader error handling.
+
+       * loader/module.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed loader - broken search for already loaded modules.
+
+       * objects/dib.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed fallback code for StretchBlt on RLE DIBs with gaps.
+
+2000-09-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/fonts.sgml:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed bdftopcf command.
+
+       * dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/stream.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added *Filter* functions.
+       Misc bug fixes.
+
+       * dlls/comctl32/tab.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented TCM_GETROWCOUNT.
+
+       * programs/control/Makefile.in, programs/notepad/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in:
+       Francois Gouget <fgouget@codeweavers.com>
+       Added the missing library dependencies.
+
+       * include/Makefile.in, include/cguid.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       Added cguid.h.
+
+       * dlls/ddraw/dga.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Do not support DGA when DirectVideo not present.
+
+       * windows/defwnd.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
+
+       * controls/listbox.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Avoid divide by zero when listbox set to zero height.
+
+       * windows/mdi.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Simplify a bit MDI child window creation.
+
+       * controls/menu.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       GetMenu might be used to get child window id.
+
+2000-09-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/keyboard.c:
+       Giovanni Pancotti <giovanni.pancotti@cedecra.it>
+       Italian keyboard fixes.
+
+       * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
+       DOSFS_MatchLong ignored several things about file mask matching for
+       long file names.
+
+       * include/wine/unicode.h:
+       Erik Hofman <erik.hofman@a1.nl>
+       Added missing const to external tables definitions.
+
+       * files/dos_fs.c, include/comm.h, include/server.h, misc/comm.c, server/Makefile.in, server/request.h, server/serial.c, server/trace.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Added serial port object to the server.
+
+       * dlls/comctl32/tooltips.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - Make sure tooltips are hidden before deleting them.
+       - Glitch happened while moving from a tooltip to another (fixed).
+
+       * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+       Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
+
+       * graphics/x11drv/codepage.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added support for cp949.
+
+2000-09-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/atom.c: Fixed cut&paste typo.
+
+       * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xvideo.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xvideo.h, tools/make_X11wrappers:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added possibility to use XVideo.
+
+       * dlls/comctl32/listview.c, include/commctrl.h:
+       Aric Stewart <aric@codeweavers.com>
+       Implemented both customdraw message sending and handling (based off
+       the treeview method) as well as LVS_OWNERDRAWFIXED.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Fixed a bug (incorrect size in memmove) that I introduced with an
+       earlier patch. Tested with wordview.
+
+       * tools/wineinstall:
+       Phil Cole <ukpgc@p.cole.easynet.co.uk>
+       Added two directories to default non-windows install.
+
+       * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/wnaspi32.spec:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added newer (ASPI 3.0 ?) function stubs to WNASPI32.
+       Better error messages.
+
+       * dlls/shell32/systray.c:
+       James Hatheway <james@macadamian.com>
+       Systray should keep a copy of its icons.
+
+       * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
+       Adapted Winsock to Linux 2.4 TCP socket poll() behaviour
+       (thanks to Berend Ozceri for finding the problem).
+
+       * windows/mdi.c: Serge Ivanov
+       Delay destroying menu entry until all messages are sent.
+
+2000-09-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/atom.c:
+       Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
+
+       * dlls/dplayx/name_server.c, dlls/ntdll/rtlstr.c, loader/pe_image.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ttydrv.api, tools/winapi_check/win32/x11drv.api, tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * graphics/x11drv/xfont.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Add jisx0212 encoding.
+       Remove FIXMEs for implemented DBCS handling.
+
+       * windows/x11drv/keyboard.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Added missing comma.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
+
+2000-09-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * win32/console.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
+
+       * scheduler/process.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Avoid crash on empty command-line.
+
+       * debugger/stabs.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Added two missing casts.
+
+       * dlls/comctl32/animate.c:
+       Jean-Claude Batista <jcb@macadamian.com>
+       Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
+
+2000-09-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * if1632/builtin.c, relay32/builtin32.c:
+       Avoid buffer overflows in builtin dll loading (with the help of Dmitry
+       Timoshkov).
+
+       * windows/mdi.c: Henning Hoffmann
+       Augment menu when a mdi window starts maximized.
+
+       * windows/mdi.c: Francis Beaudet
+       MDI Patch which fixes problems in PR, QP, WP and Paradox.
+
+       * dlls/dsound/dsound_main.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Don't use copies of critical sections made by memcpy()
+       Added missing WINAPIs
+
+       * debugger/break.c, debugger/debugger.h, debugger/winedbg.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Fix for debugger disassembly being off by one byte after using nexti
+       on a "call" instruction.
+
+       * dlls/winsock/socket.c:
+       Stephane Lussier <stephane@macadamian.com>
+       When checking the socket return by the server request, we should do a
+       "signed" check.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       James Hatheway <james@macadamian.com>
+       Implemented CoGetPSClsid().
+
+2000-08-31  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/wineconf:
+       Phil Cole <ukpgc@p.cole.easynet.co.uk>
+       The Path variable in the created .winerc must be in dos format.
+
+       * tools/wineinstall:
+       Phil Cole <ukpgc@p.cole.easynet.co.uk>
+       Small fix.
+
+       * dlls/commdlg/filedlg95.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Fixed a string buffer overflow.
+
+       * dlls/comctl32/animate.c:
+       Jean-Claude Batista <jcb@macadamian.com>
+       - improved ACS_TRANSPARENT and ACS_CENTER support
+       - added RLE8 incremental decompression
+       - each animation is now controlled by its own Windows thread
+       - added use of Critical Sections in the WM_PAINT handler.
+
+       * win32/console.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Replaced USER32.DLL use by hardcoded tables for VkKeyScanA and
+       MapVirtualKeyA.
+
+       * scheduler/thread.c, server/console.c, server/context_i386.c, server/context_sparc.c, server/debugger.c, server/file.c, server/process.c, server/sock.c, server/trace.c, tools/make_requests, win32/console.c, win32/except.c, dlls/ntdll/exception.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/server.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/process.c:
+       Converted a lot of server requests to the new exception handling
+       mechanism.
+
+2000-08-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ddraw/dsurface/x11.c:
+       Fixed non-OpenGL compile.
+
+       * files/change.c, files/file.c, include/ntddk.h, include/server.h, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/selector.c, memory/virtual.c, misc/registry.c, scheduler/debugger.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/atom.c, server/debugger.c, server/event.c, server/mapping.c, server/mutex.c, server/object.c, server/request.h, server/semaphore.c, server/thread.c, server/timer.c, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/om.c, dlls/ntdll/sync.c:
+       Added exception handling wrapper to a number of server requests.
+       Changed a few requests to use the new vararg mechanism.
+
+2000-08-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winmm/mcicda/mcicda.c, misc/cdrom.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Fixed verbose CD-ROM serial number warnings and some spelling errors.
+
+       * dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       Newbie friendly error message for 3D creation failure.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/name_server.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - More implementation
+       - Should be able to enumerate sessions anywhere with at least tcp/ip
+
+       * include/server.h, include/thread.h, scheduler/client.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests:
+       Added the data structures and macros that will be needed to support
+       reentrant server requests.
+
+       * windows/message.c, windows/queue.c, windows/input.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       - fix one locking ignorant return 0; in MSG_SendMessageInterThread()
+       - fix a crash in QUEUE_RemoveSMSG()
+       - convert some queue WARN() to ERR()
+       - spaileng fikses
+
+       * controls/listbox.c, dlls/comctl32/listview.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Always call LISTVIEW_SetSelection() for an item, even if that item
+       has been selected before, in order to let other items get erased.
+
+       * graphics/x11drv/text.c:
+       Albert den Haan <albertd@corel.com>
+       Convert the Unicode Character id to a glyph id in
+       X11DRV_GetTextExtentPoint.
+
+       * graphics/x11drv/xfont.c:
+       Albert den Haan <albertd@corel.com>
+       - enhanced reporting of unsupported X font encodings
+       - added -cp-*- data to font encoding lookup structures
+
+2000-08-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * relay32/builtin32.c, documentation/wine.man.in, include/loadorder.h, loader/elf.c, loader/loadorder.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, misc/options.c:
+       Peter Ganten <peter@ganten.org>
+       - Always store the full path name of 32bit modules in WINE_MODREF
+       - Add the possibility to use path names with the --dll command line
+         option
+       - Add the possibility to use the --dll command line option several
+         times.
+       - Note: The colon-sign is now exchanged with the plus-sign, as it is
+         part of dos path names.
+
+       * tools/wineinstall:
+       Andreas Mohr <a.mohr@mailto.de>
+       Added a wine rpm uninstall section to wineinstall.
+
+       * windows/nonclient.c:
+       Francois Methot <francoism@macadamian.com>
+       Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
+
+       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dsurface/main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - added ARGB 1555 format
+       - fixed refcount problem for Add/DeleteAttachedSurface
+
+       * server/registry.c:
+       Albert den Haan <albertd@corel.com>
+       Fixed typo in HKEY_CURRENT_CONFIG name.
+
+       * dlls/kernel/messages/winerr_enu.mc:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Add missing message to winerr_enu.mc.
+
+       * dlls/kernel/wowthunk.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Increase number of supported args for WOW_CallProc32W16 from 11 to 13
+       (for CreateService).
+
+       * dlls/kernel/wprocs.spec, msdos/vxd.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
+
+2000-08-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
+       Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
+
+       * dlls/ntdll/reg.c, include/ntddk.h:
+       Simplified root key handling now that the server supports a real root
+       key. Fixed a few prototypes. Implemented NtDeleteKey/NtDeleteValueKey.
+
+       * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
+       Fixed debugstr_as/us prototypes.
+
+       * dlls/wininet/http.c, dlls/winmm/joystick/joystick.c, dlls/winmm/wineoss/midi.c, loader/main.c, loader/module.c, loader/ne/segment.c, loader/pe_image.c, misc/comm.c, misc/ext_debugger.c, windows/x11drv/clipboard.c, console/xterm.c, dlls/commdlg/colordlg.c, dlls/dsound/dsound_main.c, dlls/gdi/printdrv.c, dlls/ntdll/signal_sparc.c, dlls/oleaut32/parsedt.c, dlls/wininet/ftp.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       - made the MIDI sequencer error message much better for confused users
+         to be found on #WineHQ
+       - use strerror instead of errno at important places
+       - got rid of HAVE_STRERROR macro
+       - removed some #include:s (hopefully I didn't break anything)
+
+       * dlls/comctl32/imagelist.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Replaced cCurImage by cMaxImage.
+
+       * dlls/comctl32/propsheet.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       "Fixed" horribly misaligned pages in property sheets of apparently
+       newer InstallShields.
+
+       * dlls/wineps/init.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Register Wine Postscript Driver as "WINEPS", "WINEPS.DLL" and
+       "WINEPS.DRV" to allow an easy configuring for users.
+
+       * graphics/x11drv/codepage.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+         implements DrawText for cp932.
+
+       * dlls/user/ddeml.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Don't make DDEML mutexes global any more.
+
+       * files/profile.c, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.c, server/request.h, server/thread.h:
+       Added a real root key and simplified creation of the HKEY_* special root keys.
+       Do not prefix all keys with the name of the top key when saving to a file.
+       Try to load $WINEPREFIX/config into the Wine config branch at startup.
+
+       * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm.rc, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, include/msacm.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Implemented most of '*Format*' API.
+       Improved internal object and messages handling.
+       Started some '*Filter*' functions.
+       Fixed standard headers for Winelib.
+       Fixed acmMetrics.
+
+2000-08-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/ntddk.h:
+       Fixed Rtl* string functions for proper MBCS/codepage support. Added a
+       few more functions.
+
+       * dlls/kernel/kernel_main.c, scheduler/process.c:
+       Moved TASK_Create call to KERNEL initialisation routine.
+       Clear last error code before calling main entry point (reported by
+       James Juran).
+
+       * dlls/kernel/kernel.spec, dlls/user/lstr.c, dlls/user/user.spec, memory/string.c:
+       Fixed a couple of WINAPI issues with 16-bit spec files (thanks to
+       Marcus Meissner).
+
+       * dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c, dlls/dplayx/dplaysp.h, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, include/dplay.h, ole/Makefile.in, ole/guid.c, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Implemented loading and initialization of service providers
+       - Created service provider COM object
+       - Lots of dplay/dplobby implementation/fixes
+       - Clean up of ole/guid.c
+
+       * objects/dc.c: Backed out font codepage change.
+
+       * include/miscemu.h, misc/comm.c, misc/version.c, msdos/int2f.c, dlls/comctl32/treeview.c, graphics/x11drv/dib.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       Minor cosmetic changes.
+
+       * misc/tweak.c: Andreas Mohr <a.mohr@mailto.de>
+       Cleanup and speedup of init code.
+
+       * objects/gdiobj.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Restored the hPseudoBitmap hack for programs deleting the 1x1 bitmap
+       in memory DCs.
+
+       * graphics/x11drv/xfont.c, include/gdi.h, objects/font.c, objects/text.c:
+       Backed out font codepage change.
+
+       * dlls/ddraw/helper.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Fixed the displaying of the FOURCC codes in _dump_pixelformat.
+
+       * dlls/winmm/wineoss/audio.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed recording format settings (16 bit was broken) and reentrancy
+       issues.
+
+       * dlls/shell32/brsfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, include/shlobj.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Improved a bit the folder browsing implementation.
+
+       * include/winbase.h:
+       Matthew Lake <MasterR_L@yahoo.com>
+       Added LHND.
+
+       * tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrc.man:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       Fixed a LALR(2) problem while scanning usertype resources which had
+       identifiers for both name and type.
+
+       * misc/wsprintf.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
+       problem).
+
+       * dlls/ddraw/ddraw/main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
+
+       * objects/gdiobj.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       GetObjectA: unlock the object again even in case of failure.
+
+2000-08-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/wine/exception.h:
+       Fixed finally handler name.
+
+       * windows/class.c:
+       Fixed RegisterClass last error code on atom creation failure.
+
+       * graphics/x11drv/xfont.c:
+       Cleaned up major ugliness in __lfCheckSum.
+
+       * dlls/comctl32/listview.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Large caption icons should end in '...' when they are abbreviated.
+
+       * dlls/comctl32/animate.c:
+       Francois Methot <francoism@macadamian.com>
+       For the transparency issue, implemented a switch-case for the bitcount
+       (bit per pixel) of the animation files.
+
+       * dlls/comctl32/trackbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       Wine was not drawing trackbars with minimum ranges of more than 0
+       correctly.
+
+2000-08-22  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - removed unnecessary recursion
+       - upon query failure on main primary lcid and secondary lcid,
+         attempts a query on system lcid (0)
+
+       * dlls/wininet/internet.c, if1632/snoop.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed some warnings.
+
+       * msdos/ioports.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Fixes for reading latched values with ports 0x40-0x43.
+
+       * dlls/ddraw/dsurface/main.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
+       surface with no attached surfaces.
+
+       * dlls/kernel/format_msg.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Allow FormatMessage to load Unicode string resources.
+
+       * include/server.h, include/winnt.h, scheduler/synchro.c, server/request.h, server/thread.c, server/thread.h, server/timer.c, server/trace.c:
+       Added APC support in waitable timers.
+
+       * graphics/bitblt.c, graphics/x11drv/bitblt.c:
+       Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
+       use DC_GetDCUpdate.
+
+2000-08-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, include/version.h:
+       Release 20000821.
+
+----------------------------------------------------------------
+2000-08-21  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/winbase.h, scheduler/process.c:
+       Andreas Mohr <a.mohr@mailto.de>
+       - don't return FALSE for system process changes
+       - SHUTDOWN_NORETRY is 1 and has to be in winbase.h
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Beginning of some simple optimization of the listview
+       drawing. Specifically it reduces flicker when selection changes.
+
+       * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
+       Transform every ERR() to WARN() in MakeProcInstance.
+
+       * dlls/kernel/kernel_main.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Call WriteOutProfiles16 to make sure that last profile gets written.
+
+       * dlls/comctl32/propsheet.c, include/dialog.h, windows/dialog.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Disable the owner of a modal dialog box just before creating the
+       dialog window.
+
+       * files/file.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       (from IBM TopPage patch) return correct error for already existing
+       file.
+
+       * windows/winproc.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
+
+       * windows/winpos.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Enables showing of hidden windows when the app ask *only* to maximize it.
+
+2000-08-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/xfont.c, include/gdi.h, objects/dc.c, objects/font.c, objects/text.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Handle the codepage of fonts if supported by the graphics driver.
+
+       * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/x11font.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added internal charsets for supporting DBCS charsets.
+
+       * objects/dc.c:
+       Fixed GDI locking in GetDeviceCaps.
+
+       * dlls/shell32/systray.c:
+       Kai Morich <mail@kai-morich.de>
+       Fixed bug in repeatedly iconisation, code cleanup.
+
+       * graphics/x11drv/init.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
+       startup problem).
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Implemented DuplicateIcon().
+
+       * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
+       Stubbed INT 15 function 84h.
+
+       * include/win.h, windows/win.c, windows/x11drv/event.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       - Separate application calls to ShowOwnedPopups from Wine calls (in
+         EVENT_MapNotify) by introducing an internal function.
+       - Fix ShowOwnedPopups so it sends messages with the same parameters as
+         in Windows.
+
+       * dlls/comctl32/treeview.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Removed direct calls to TREEVIEW_Refresh().
+
+       * objects/enhmetafile.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Implemented playback of EMR_POLYBEZIER{TO}16, EMR_POLYLINE16 and
+       EMR_POLYPOLYLINE.
+
+       * include/main.h, misc/main.c, ole/ole2nls.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added new language detection scheme that uses NLS data base instead of
+       hard coded values.
+
+       * loader/pe_resource.c:
+       Dusan Lacko <dlacko@codeweavers.com>
+       Pass the type/name as a C string instead of an
+       IMAGE_RESOURCE_DIR_STRING_U structure to the callback function.
+
+2000-08-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/global.h, include/path.h, include/win.h, include/win16drv.h, include/wine/winbase16.h, include/x11drv.h, memory/local.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, windows/cursoricon.c, windows/dce.c, windows/scroll.c, windows/user.c, windows/x11drv/wnd.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/x11.c, dlls/gdi/gdi_main.c, dlls/gdi/printdrv.c, dlls/gdi/wing.c, dlls/opengl32/wgl.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/objects.c, dlls/ttydrv/wnd.c, dlls/wineps/brush.c, dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/psdrv.h, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/path.c, graphics/win16drv/font.c, graphics/win16drv/objects.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/xfont.c, include/dc.h, include/gdi.h:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       Albert den Haan <albertd@corel.com>
+       Added syslevel locking for GDI operations.
+       Propagate the changes through the graphics code.
+
+       * misc/cdrom.c:
+       Ed Snow <ed_snow@ttmengineering.com>
+       Corrected serial number generation for CD's with 1 or 2 tracks.
+
+2000-08-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * misc/cdrom.c, files/dos_fs.c:
+       Stefan Leichter <Stefan.Leichter@camline.com>
+       Fixed return value of CDROM_GetLabel if CDROM_Open failed (e.g. no
+       Device entry for drive in wine.conf).
+
+       * include/x11font.h, graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Separate GetTextMetrics and implement it for SBCS/Unicode/cp932.
+
+       * dlls/comctl32/status.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Fixed STATUS_GetTextW in regard to NULL pointers.
+
+       * graphics/win16drv/prtdrv.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Append .DRV to name only if no extension present.
+
+       * debugger/stabs.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
+
+       * dlls/winmm/wineoss/mixer.c:
+       Ed Snow <ed_snow@ttmengineering.com>
+       Clean out the hack on BASS/TREBLE and suppress them in the mask as was
+       recommended oh so long ago.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       - Added a helper function TOOLBAR_GetText() and macro TOOLBAR_HasText() to
+         determine whether we need to call InvalidateRect() with bErase of TRUE or
+         FALSE.  Reduces background erases in non-text toolbars by 80-85%.
+       - Fixed button state not being updated properly when LBUTTONDOWN and cursor
+         leaves the toolbar.
+       - Removed FIXME() in TOOLBAR_DrawString for btnPtr->iString == -1, replaced
+         with a source code comment.
+       - Removed unecessary call to TOOLBAR_CalcToolbar() in
+         TOOLBAR_GetItemRect().  Optimized TOOLBAR_CalcStrings(). Fixes very
+         slow responding toolbars in Ultraedit due to processing TB_GETITEMRECT
+         messages.
+       - Optimized TOOLBAR_SetIntent(), SetRows() and SetStyle().
+
+       * scheduler/synchro.c:
+       Mike McCormack  <mike_mccormack@looksmart.com.au>
+       Save GET_APCS data before calling any asynchronous procedure calls, in
+       case the server is called during the APC.
+
+       * dlls/commdlg/finddlg.c, include/dialog.h, windows/dialog.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Turns the handling to pure 16 bits, remove references to dialog.h.
+
+       * dlls/winspool/info.c:
+       Albert den Haan <albertd@corel.com>
+       Remove unused critical section global variable PRINT32_RegistryBlocker.
+
+       * dlls/commdlg/filedlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Avoids changing 2 levels when clicking .. in the directory list.
+
+       * dlls/kernel/kernel32.spec, win32/console.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Stubbed SetConsoleInputExeNameA/W.
+
+       * dlls/comctl32/status.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       WM_GETFONT should return a real font handle instead of NULL.
+
+2000-08-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/pe_image.c:
+       Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+       WATCOM compiled programs leave VirtualSize to zero which triggers the
+       virus check. Use SizeOfRawData instead.
+
+       * dlls/comctl32/animate.c:
+       Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+       Implemented ACS_CENTER for animation controls.
+
+       * loader/pe_image.c:
+       Avoid going past the end of the relocation section. Skip sanity checks
+       for empty relocation blocks.
+
+       * dlls/comctl32/animate.c:
+       Francois Methot <francoism@macadamian.com>
+       Implemented background transparency on animation control for avi
+       composed of 8 bpp(or less) image. I added support for 8 bpp or more,
+       but it has not been tested.
+
+       * dlls/ole32/ole2.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       While dragging, catch keyboard messages between WM_KEYFIRST and
+       WM_KEYLAST, not just WM_KEYFIRST.
+
+       * dlls/kernel/wowthunk.c:
+       Peter Ganten <peter@ganten.org>
+       If a module cannot be found in LoadLibraryEx32W16, call LoadLibraryEx
+       anyway, since it might be a builtin module.
+
+       * dlls/shell32/shell32_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Missed the first character of every argument in CommandLineToArgv.
+
+       * dlls/winspool/info.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Add an error message if devmode structure in registry is invalid;
+       attempt to provide plausible values.
+
+2000-08-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c, include/ts_xlib.h, include/x11font.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fixed for DBCS(cp932/cp949) codepage conversion.
+       Implemented cp932 handling partly(but still incomplete).
+       Added supporting multiple fonts for DBCS handling.
+
+       * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Enhanced ELF files lookup for symbolic info.
+
+       * debugger/break.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed regression in break command.
+
+2000-08-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/commdlg/filedlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fix return value to 16 bits for 16 bit hook; remove leading space for
+       file specification.
+
+       * windows/message.c:
+       Peter Ganten <peter@ganten.org>
+       Threads without active or focus window should not receive keyboard
+       messages.
+
+       * server/mapping.c, server/trace.c, include/server.h, loader/pe_image.c, memory/virtual.c:
+       Implemented SEC_IMAGE mappings and shared PE sections (with the help
+       of Peter Ganten).
+
+       * include/ntddk.h, loader/ne/module.c, misc/lstr.c, misc/main.c, msdos/int21.c, dlls/Makefile.in, dlls/commdlg/filedlg95.c, dlls/user/lstr.c, dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, files/dos_fs.c, files/profile.c:
+       Moved CharUpper* and CharLower* functions to dlls/user.
+
+       * graphics/x11drv/Makefile.in, graphics/x11drv/codepage.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added support for special treatments (use 2 or more fonts, codepage
+       conversion, etc...) for DBCS text.
+
+       * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Add "FullWindowDrag" feature for not managed windows.
+
+       * controls/combo.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Update the edit box before rolling up the listbox, so the
+       selection isn't lost.
+
+       * libtest/Makefile.in:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added missing referenced dlls for libtest.
+
+       * dlls/comctl32/listview.c:
+       Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
+       LPSTR_TEXTCALLBACK wouldn't work if the application supplied the item
+       text in its own buffer.
+
+       * win32/Makefile.in, win32/error.c, win32/file.c, dlls/commdlg/comdlg32.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/wcstring.c, dlls/imm32/Makefile.in, dlls/imm32/imm32.spec, dlls/kernel/wowthunk.c, dlls/ole32/compobj.c, dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/shlwapi/Makefile.in, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, files/dos_fs.c, files/file.c, dlls/Makefile.in, dlls/advapi32/advapi.c, dlls/avifil32/avifile.c:
+       Cleaned up a few inter-dll dependencies. Added a few imports.
+
+       * ole/ole2nls.c, windows/class.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c, windows/multimon.c, windows/painting.c, windows/spy.c, dlls/version/info.c, dlls/winspool/info.c, graphics/escape.c, graphics/x11drv/xfont.c, include/shlwapi.h, include/wine/undocshell.h, include/wine/unicode.h, loader/ne/convert.c, memory/atom.c, memory/heap.c, memory/registry.c, objects/palette.c, dlls/msacm/internal.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/wcstring.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c, dlls/ole32/defaulthandler.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/oleaut32/olefont.c, dlls/shell32/clipboard.c, dlls/shell32/shell.c, dlls/shell32/shpolicy.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/advapi32/registry.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/header.c, dlls/comctl32/monthcal.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/dplayx/dplayx_global.c, dlls/kernel/format_msg.c, controls/icontitle.c, controls/listbox.c:
+       Replaced all lstr* calls from inside Wine code by their str* equivalent.
+
+       * msdos/dpmi.c:
+       Replaced global Callbacks structure by appropriate glue code
+       generation. Removed a few unused entries in the Callout structure.
+
+       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c, include/winversion.h, misc/version.c, win32/device.c, windows/winhelp.c, dlls/advapi32/security.c, dlls/imm32/imm.c, dlls/msacm/msacm32_main.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c:
+       Replaced VERSION_* calls by exported API equivalents.
+
+       * include/callback.h, loader/ne/.cvsignore, loader/ne/Makefile.in, loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c, memory/.cvsignore, memory/Makefile.in, memory/local.c, misc/comm.c, tools/winebuild/spec16.c, controls/.cvsignore, controls/Makefile.in, controls/edit.c, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winmm/mmsystem.c, if1632/thunk.c, include/builtin16.h:
+       Replaced global Callbacks structure by appropriate glue code
+       generation. Removed a few unused entries in the Callout structure.
+
+       * winedefault.reg:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Added load address for the shared memory of BDE (Borland database
+       manager).
+
+       * scheduler/client.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fix for starting server from the current directory.
+
+       * graphics/x11drv/xfont.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added checking for broken font cache.
+       Added supporting for iso10646 encoding.
+
+2000-08-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * scheduler/client.c, server/request.c:
+       Made server startup more robust against races caused by a previous
+       server terminating at the same time.
+
+       * configure, configure.in, tools/c2man.pl:
+       Mike_McCormack@looksmart.com.au
+       Created default c2man compatible perl script for generating
+       documentation, in case c2man isn't installed.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed sending of LVN_ITEMCHANGING and LVN_ITEMCHANGED messages,
+       cleaned up some of the drawing, implemented the iIndent for LVS_REPORT
+       and fixed a problem where sub items where not being properly
+       associated with their item for virtual list views.
+
+       * memory/codepage.c, misc/lstr.c, ole/ole2nls.c, unicode/Makefile.in, unicode/cpmap.pl, unicode/wctype.c, configure, configure.in, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/wcstring.c, dlls/user/lstr.c, include/config.h.in, include/winbase.h, include/wine/unicode.h:
+       Added Unicode ctype support.
+
+       * dlls/comctl32/updown.c, include/commctrl.h:
+       Moved NM_UPDOWN definition to commctrl.h.
+
+       * relay32/relay386.c:
+       Peter Ganten <peter@ganten.org>
+       The user driver functions might be called with the window lock held.
+
+       * include/module.h, loader/pe_resource.c, loader/resource.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Make FindResource and FindResourceEx fully windows compatible.
+
+       * include/tchar.h:
+       Damyan Ognyanoff <Damyan@rocketmail.com>
+       Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
+
+       * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
+       Added UTF-8 conversion support.
+
+       * windows/x11drv/wnd.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Instead of not doing the Z ordering when the application asks to place
+       the window under a zero-sized window, now the window above the
+       zero-sized window, is used to do the Z ordering.
+
+       * dlls/commdlg/filedlg95.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Initialize lpstrInitialDir to really bogus value to restore original
+       value later.
+
+       * include/windef.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Added a few more anonymous union definitions.
+
+       * include/guiddef.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Fixed C++ operators return value.
+
+       * dlls/crtdll/crtdll_main.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Implemented fopen() append mode, and a really cheesy fscanf()
+       implementation...
+
+       * dlls/shell32/shlfileop.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       1. Make buffer for message large enough to hold very long file names.
+       2. Pass FORMAT_MESSAGE_ARGUMENT_ARRAY for FormatMessageA to not assume
+          implementation specific behaviour.
+       3. Show actual message to user, not non-formatted one.
+
+2000-08-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/x11drv/x11drv_main.c, include/clipboard.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/event.c, windows/keyboard.c, windows/sysparams.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, configure, configure.in, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/ttydrv/Makefile.in, dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/graphics.c, dlls/ttydrv/objects.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c, dlls/user/display.c, dlls/user/mouse.c, dlls/user/user_main.c, dlls/x11drv/x11drv.spec:
+       Merged clipboard driver into USER driver.
+       Moved all ttydrv source files to dlls/ttydrv.
+       Load functions pointer for the USER driver from the graphics driver
+       dll with GetProcAddress.
+
+2000-08-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * objects/bitmap.c, programs/notepad/search.c, scheduler/synchro.c, windows/caret.c, windows/cursoricon.c, windows/queue.c, windows/x11drv/wnd.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, graphics/painting.c, include/msacmdrv.h, include/ntddk.h, include/ole.h, include/wine/obj_base.h, misc/comm.c, misc/main.c, msdos/int09.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/msacm/msacmdrv.h, dlls/ole32/compobj.c, dlls/ole32/storage.c, dlls/serialui/confdlg.c, dlls/shell32/brsfolder.c, dlls/user/ddeml.c, dlls/wininet/http.c, dlls/wininet/internet.c, controls/icontitle.c, controls/widgets.c, dlls/comctl32/tab.c, dlls/crtdll/crtdll_main.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c:
+       Removed some unnecessary #includes and dll dependencies.
+
+       * memory/environ.c, scheduler/process.c, scheduler/thread.c, win32/init.c, include/process.h, loader/pe_image.c, loader/task.c:
+       Make PDB, ENVDB and STARTUPINFO global variables.
+       Added 'module' field in PDB, and removed Wine-specific fields.
+
+       * misc/version.c, scheduler/services.c:
+       Removed winver and service_table from the PDB and made them static
+       variables.
+
+       * include/file.h, loader/dos/dosvm.c, files/file.c:
+       Removed the DOS handles table from the PDB and made it a static
+       variable.
+
+       * dlls/kernel/kernel_main.c, if1632/builtin.c, include/global.h, memory/global.c, msdos/dosmem.c, objects/metafile.c:
+       Removed obsolete SHMDATA parameter in GLOBAL_CreateBlock.
+
+       * dlls/oleaut32/typelib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - Avoid null-pointer exceptions by testing listnodes validity before doing
+         any work with those.
+       - TLB_ReadTypeLib now retrieves the length of the TLB and passes it to
+         the TLB constructor which initializes TLBContext::length to that
+         value.
+       - For non-standard pointed types, td[3] is always 0. I observed that
+         the type is stored at td[2]/8 and not td[3]/8.
+       - Null-pointer exception occurs when GetRefTypeOfImplType is called on a
+         type with no inherited interfaces. If the implemented types linked list
+         is empty, set pRefType as 0 and return S_OK.
+
+       * include/wine/obj_oleaut.h:
+       James Hatheway <james@macadamian.com>
+       Fixed typo in the IDispatch_GetTypeInfo macro.
+
+       * dlls/comctl32/tooltips.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Fix some remaining problems with tooltips.
+
+       * configure.in, configure:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed OpenGL configure: move HAVE_OPENGL define to where it belongs,
+       fixed glext.h presence in configure check for PFNGLCOLORTABLEEXTPROC.
+
+       * include/authors.h, include/crtdll.h, include/device.h, include/file.h, include/metafiledrv.h, include/w32sys.h, tools/make_authors, win32/file.c, dlls/ole32/ole2.c, dlls/shell32/authors.h, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/shell32/shlview.c, dlls/win32s/w32sys.c, files/file.c, graphics/metafiledrv/metafiledrv.h, debugger/winedbg.c, dlls/crtdll/crtdll.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/kernel/toolhelp.c, dlls/ntdll/exception.c:
+       Moved a few non-standard headers into their respective dlls.
+
+       * include/Makefile.in:
+       Install all standard Windows includes, plus some from the wine subdir.
+
+       * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/imagelist.h, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/comctl32/updown.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.h, include/animate.h, include/comboex.h, include/commctrl.h, include/datetime.h, include/flatsb.h, include/header.h, include/hotkey.h, include/imagelist.h, include/ipaddress.h, include/listview.h, include/monthcal.h, include/nativefont.h, include/pager.h, include/progress.h, include/rebar.h, include/status.h, include/tab.h, include/toolbar.h, include/tooltips.h, include/trackbar.h, include/treeview.h, include/updown.h, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c:
+       Removed all non-standard common control headers from the include
+       directory.
+
+       * windows/Makefile.in, windows/struct32.c, windows/struct32.h, graphics/x11drv/graphics.c, include/struct32.h, win32/Makefile.in, win32/struct32.c:
+       Moved struct32.c to windows directory.
+
+2000-08-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * relay32/builtin32.c:
+       Make sure builtin dlls are never freed since we don't support dlclose
+       properly yet.
+
+       * dlls/psapi/Makefile.in, dlls/psapi/psapi.spec, dlls/richedit/reader.c, dlls/serialui/confdlg.c, dlls/shell32/shell32.spec, dlls/shell32/shellstring.c, dlls/tapi32/Makefile.in, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, include/wine/winbase16.h, dlls/Makefile.in, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/kernel/Makefile.in, dlls/kernel/kernel.spec, dlls/lzexpand/lzexpand_main.c, dlls/msacm/driver.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
+       Small dll interfaces cleanups.
+
+       * configure, configure.in, include/wine_gl.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Eased restrictions on OpenGL/MESA usage a bit. It compiles just fine
+       using mesa-3.2 even without glext.h.
+
+       * dlls/comctl32/listview.c, include/listview.h:
+       Aric Stewart <aric@codeweavers.com>
+       Reworked how selections are kept track of in the list view. Selections
+       are now listed as a sorted range of paired integers.
+
+       * dlls/comctl32/tooltips.c:
+       Louis Philippe Gagnon <louisphilippe@macadamian.com>
+       When unsubclassing tools, use toolPtr->hwnd instead of toolPtr->uId if
+       toolPtr->flags does not contain TTF_IDISHWND (meaning uId is not a
+       valid window handle).
+
+       * documentation/HOWTO-winelib:
+       Wilbur N. Dale <wilbur.dale@lumin.nl>
+       Added description of using DLLs with WineLib.
+
+       * documentation/*:
+       John R. Sheets <jsheets@codeweavers.com>
+       Converted Wine documentation to SGML format.
+
+2000-08-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * controls/icontitle.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Initialize 'str' in ICONTITLE_GetTitlePos.
+
+       * include/module.h, loader/ne/resource.c, loader/pe_resource.c, loader/resource.c:
+       Fixed resource functions to work with 32-bit modules that don't have a
+       16-bit counterpart (necessary for LOAD_LIBRARY_AS_DATAFILE support).
+
+       * programs/uninstaller/main.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Add an edit control showing the command line of the currently selected
+       deinstall item.
+
+       * windows/winpos.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       WINPOS_WindowFromPoint should respect hrgnWnd.
+
+       * loader/pe_image.c:
+       Peter Ganten <peter@ganten.org>
+       Set up exe_modref before loading implicitly linked dlls.
+
+       * dlls/kernel/format_msg.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Prevent endless looping in linebreak handling.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       If we are looking for an existing pixmap format, we do not need the
+       same bitsperpixel (fixes depth 15/bitspixel 16 mode).
+
+       * include/dinput.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Added a few DirectInput 7 definitions and C++ fixes.
+
+       * dlls/kernel/wowthunk.c:
+       Peter Ganten <peter@ganten.org>
+       LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
+
+       * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Removed local variable shadows warnings.
+
+       * win32/process.c, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, misc/version.c, relay32/builtin32.c, scheduler/process.c, debugger/dbgmain.c, debugger/msc.c, debugger/types.c:
+       - Fixed resource functions to work directly from the HMODULE instead of
+         requiring a modref.
+       - Attempted to get LOAD_LIBRARY_AS_DATAFILE right (based on patches by
+         Eric Pouech and Dusan Lacko).
+       - Simplified modref structure and handling.
+
+       * include/wine/obj_base.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Protect the prototypes in here from C++ name mangling...
+
+       * dlls/version/install.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
+
+       * include/vfw.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       inline must be first attribute in function definition.
+
+       * dlls/user/lstr.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed CharNextW.
+
+       * graphics/x11drv/dib.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       X11DRV_DIB_SetImageBits_RLE8: break image lines.
+
+2000-08-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, dlls/winsock/Makefile.in, dlls/winsock/ws2_32.spec, dlls/winspool/Makefile.in, dlls/winspool/winspool.drv.spec, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/imagehlp/Makefile.in, dlls/imagehlp/imagehlp.spec, dlls/lzexpand/Makefile.in, dlls/lzexpand/lz32.spec, dlls/mpr/Makefile.in, dlls/mpr/mpr.spec, dlls/msacm/Makefile.in, dlls/msacm/msacm32.spec, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/serialui/Makefile.in, dlls/serialui/serialui.spec, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/winaspi/Makefile.in, dlls/winaspi/wnaspi32.spec, dlls/wineps/Makefile.in, dlls/wineps/wineps.spec, dlls/Makefile.in, dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec:
+       Added imports of kernel32.dll where necessary.
+
+       * Makefile.in, dlls/user/Makefile.in:
+       Link USER resources into libuser.so.
+
+       * ole/ole2nls.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fix for calling ctype functions with Unicode characters.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Converted all calls to RedrawWindow to InvalidateRect.  Previously
+       RedrawWindow was being used for the RDW_UPDATENOW flag which forced an
+       immediate WM_PAINT message.  Moving to InvalidateRect should let
+       WM_PAINTs occur normally.
+
+       * controls/listbox.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Avoid resetting the background color when clearing out blank areas, as
+       it may have been set to something other than COLOR_WINDOW by the
+       application.
+
+       * windows/x11drv/wnd.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Top level windows with 0 width or height are created with a size of 1x1 in
+       the X11 driver. I've added some code to make sure those windows are never
+       mapped while the size <= 0.
+
+       * misc/lstr.c, misc/main.c, relay32/snoop.c, win32/except.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/user.spec, dlls/user/user32.spec, if1632/Makefile.in, if1632/dummy.c, include/wine/exception.h, include/wine/winestring.h, include/wine/winuser16.h, include/winuser.h, memory/string.c, console/interface.c, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi_main.c, dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/shell32/shell32.spec:
+       Moved most USER string functions to dlls/user.
+       Cleaned up a few more inter-dll dependencies.
+
+       * ole/ole2nls.c, relay32/relay386.c, win32/device.c, win32/init.c, windows/driver.c, windows/painting.c, windows/win.c, files/dos_fs.c, files/drive.c, files/file.c, graphics/win16drv/init.c, graphics/x11drv/xfont.c, loader/loadorder.c, loader/ne/convert.c, loader/ne/module.c, loader/ne/resource.c, misc/registry.c, objects/enhmetafile.c, controls/edit.c, controls/menu.c, dlls/shlwapi/path.c, dlls/user/text.c:
+       Replaced lstrlen/lstrcmp by libc equivalents everywhere we don't need
+       to trap exceptions.
+
+2000-08-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi_check:
+       Patrik Stridvall <ps@leissner.se>
+       - Warn about directories specified in modules.dat that are not used.
+       - Eliminated the warnings caused by the change above.
+       - Minor API files update.
+       - Minor bug fixes.
+
+       * include/acconfig.h, include/config.h.in, dlls/wininet/internet.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * debugger/stack.c, dlls/comctl32/listview.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/uninstaller/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, debugger/Makefile.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added a few missing imports.
+
+       * objects/palette.c, objects/text.c, scheduler/thread.c, win32/Makefile.in, win32/newfns.c, win32/ordinals.c, windows/queue.c, windows/scroll.c, dlls/user/Makefile.in, dlls/user/cache.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, graphics/Makefile.in, graphics/cache.c, loader/resource.c, misc/lstr.c, dlls/kernel/kernel32.spec:
+       Moved a bunch of functions out of libwine/kernel/gdi into USER.
+
+       * windows/x11drv/wnd.c, graphics/metafiledrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h, include/ttydrv.h, include/user.h, include/win.h, include/x11drv.h, objects/metafile.c, windows/caret.c, windows/clipboard.c, windows/cursoricon.c, windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/painting.c, windows/winpos.c, controls/combo.c, controls/menu.c, dlls/ttydrv/ttydrv_main.c, dlls/wineps/init.c, dlls/x11drv/x11drv_main.c, graphics/enhmetafiledrv/init.c:
+       Removed a few dependencies on GDI internals from USER dll.
+
+       * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/gdi32.spec, dlls/user/user32.spec, programs/uninstaller/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, debugger/Makefile.in, debugger/winedbg.spec:
+       Added a few missing imports.
+
+2000-08-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * win32/console.c, Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/printdrv.c, dlls/kernel/toolhelp.spec, dlls/user/Makefile.in, misc/Makefile.in, misc/printdrv.c, msdos/int09.c, msdos/int16.c, scheduler/thread.c:
+       Make USER and GDI separate dlls.
+
+       * dlls/winsock/async.c, dlls/winsock/socket.c, include/wine/winsock16.h, include/winsock.h, include/winsock2.h:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Fixed the Win16/Win32 structure size/alignment differences of
+       ws_hostent, ws_protoent, ws_servent, ws_netent.
+
+       * dlls/comctl32/tooltips.c, include/tooltips.h:
+       Huw D M Davies <h.davies@codeweavers.com>
+       Redo the show/hide logic and add a comment to explain what's going on.
+       Fix TTM_{S|G}ETDELAYTIME to use the double click time as default.
+       Fix handling of TTDT_AUTOMATIC.
+       Relayed mouse messages should extract the position from lParam not
+       msg.pt
+       SubclassProc now unified with TTM_RELAYEVENT.
+       Change all lstrcpyxtox to use win32 APIs.
+
+       * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       Changed the AFM metrics structure to use an array instead of a linked
+       list. This avoids doing two heap allocations for every character, and
+       reduces the metrics parsing time by approx 25%.
+
+       * dlls/wininet/http.c:
+       John R. Sheets <jsheets@codeweavers.com>
+       Added "Mime-Version" to standard MIME headers parsed in
+       HTTP_GetStdHeaderIndex().
+
+       * dlls/ole32/errorinfo.c, include/oleauto.h, include/oleidl.h, include/thread.h, include/wine/obj_errorinfo.h, include/wine/obj_oleaut.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Implemented the ErrorInfo interfaces.
+
+       * dlls/kernel/Makefile.in:
+       Added explicit dependency on message files for people who don't run
+       make depend.
+
+       * dlls/shell32/shellguid.c, dlls/shlwapi/shlwapi_main.c, ole/guid.c, dlls/avifil32/avifile.c, dlls/ddraw/main.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx_main.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/oleaut.c:
+       Moved GUID definitions to their respective dll.
+
+       * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
+       Fixed IShellLinkA/W definitions.
+
+       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shellord.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, include/guiddef.h, include/initguid.h, include/rpc.h, include/shlguid.h, include/vfw.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_enumidlist.h, include/wine/obj_extracticon.h, include/wine/obj_shellbrowser.h, include/wine/obj_shellextinit.h, include/wine/obj_shellfolder.h, include/wine/obj_shellview.h, include/wtypes.h:
+       Added guiddef.h and moved a few GUID definitions to the correct file.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       Fixed IsEqualGUID definition.
+
+       * include/winnls.h, ole/ole2nls.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       LOCALE_NOUSEROVERRIDE means: do not get user redefined settings from
+       the registry. Instead, use system default values.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       - Fixed bug where InitSubItem was doing a ZeroMemory on the item.
+       - Cleaned up a sit of extra blue at the end of a FULLROWSELECT list view
+         if there is only one column.
+       - Corrected a bug I introduced with an earlier patch which caused
+         problems with multiple selections.
+
+       * dlls/ddraw/convert.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       One of the 24/32 convert color masks was wrong.
+
+       * dlls/user/user32.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       GetPropA/W have string args.
+
+       * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
+       Added imports of user32/gdi32/kernel32 wherever necessary.
+
+2000-08-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/version.h, ANNOUNCE, ChangeLog:
+       Release 20000801.
+
+----------------------------------------------------------------
+2000-08-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
+       Jeremy White <jwhite@codeweavers.com>
+       Added WM_TCARD and DWORDLONG.
+
+       * dlls/kernel/format_msg.c, tools/wmc/write.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       PE_MESSAGE_HEADER.Length contains the header itself too.
+
+       * memory/virtual.c: Peter Ganten <peter@ganten.org>
+       Committing a page of a shared mapping in one process lets it appear
+       committed in other processes, too. To fake this, we commit them as
+       soon as they are mapped.
+
+       * include/winnt.h, memory/heap.c:
+       Peter Ganten <peter@ganten.org>
+       Moved Wine private heap creation flags to other values.
+       Return system heap when a shared heap is requested.
+
+       * files/directory.c:
+       Only set COMSPEC if not defined already.
+
+       * dlls/commdlg/filedlg.c, include/wine/unicode.h:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Changed the win31 style file dialog to 32 bits structures and
+       messages.
+
+       * dlls/comctl32/treeview.c: Serge Ivanov
+       Andrew Lewycky
+       Improved drawing of item text, added SHOWSELALWAYS capability.
+
+       * dlls/comctl32/listview.c:
+       Matthew Lake <MasterR_L@yahoo.com>
+       Fixed a segfault problem using the standard file open dialog box.
+
+       * files/dos_fs.c, graphics/Makefile.in, graphics/vga.c, msdos/Makefile.in, msdos/vga.c, objects/gdiobj.c:
+       Moved MulDiv() and VGA routines out of GDI.
+
+       * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Added support for ERRORLEVEL.
+       Most errors reported via FormatMessage().
+       COPY command now works correctly if output specifier is a directory.
+
+       * dlls/comctl32/treeview.c:
+       Susan Farley <sfarley@codeweavers.com>
+       More consistent calculation of line height, scrolls a full item on
+       line up/down.
+
+       * dlls/comctl32/listview.c, include/listview.h:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed a few bugs including one with setting extended styles and
+       editing labels.
+       Implemented the LVS_EX_FULLROWSELECT extended style.
+       Begin an implementation of virtual list views (LVS_OWNERDATA style
+       set).
+
+       * include/ddraw.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Removed unnecessary X11 includes from ddraw.h.
+
+       * loader/module.c: Peter Ganten <peter@ganten.org>
+       WinExec16 should not split quoted filenames with spaces.
+
+       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+       Aric Stewart <aric@codeweavers.com>
+       Implemented InternetCheckConnectionA.
+
+       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
+       Fixed another non-Linux build failure.
+
+       * dlls/crtdll/crtdll.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed 2 forward entries.
+
+       * dlls/comctl32/status.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Removed some flicker by detecting if we set the same value again.
+
+       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+       Change logic of listbox resizing for 16 bits apps for lists without
+       LBS_NOINTEGRALHEIGHT style.
+
+       * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
+       Fixed CreateDC to work properly when it is called with a device.
+
+       * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+       Jason Edmeades <jason@the-edmeades.fsnet.co.uk>
+       - Support whitespace around commands better, and support the @
+         prefix better
+       - Enhance the set support to unset, display value error correctly
+       - Enhance the command line support for parms, and env var expansion
+       - Enhance the echo command to not loose whitespace, and display
+         output with % signs better
+
+       * configure, configure.in, include/regstr.h, programs/Makefile.in, programs/uninstaller/.cvsignore, programs/uninstaller/Makefile.in, programs/uninstaller/README, programs/uninstaller/main.c, programs/uninstaller/main.h, programs/uninstaller/rsrc.rc, programs/uninstaller/uninstaller.spec:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added an uninstaller for InstallShield, WISE etc.
+
+       * windows/x11drv/wnd.c:
+       Jean-Claude Batista <jcb@macadamian.com>
+       Provide position hints for window managers.
+
+2000-07-31  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/init.c, include/monitor.h, include/sysmetrics.h, include/ttydrv.h, include/x11drv.h, misc/main.c, windows/multimon.c, windows/sysmetrics.c, windows/ttydrv/init.c, windows/user.c, windows/win.c, windows/x11drv/init.c, windows/x11drv/mouse.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/gdi/wing.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/painting.c, graphics/ttydrv/dc.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
+       Cleaned up some more USER dependencies.
+
+       * include/wingdi.h, include/winuser.h:
+       Moved system metrics definitions to winuser.h.
+
+       * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
+       Tidyed up stack backtrace code a bit, and added a simple special
+       case for backtracing from a null EIP.
+
+       * files/file.c, server/file.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fix for 64-bit negative seek value.
+
+       * include/module.h, msdos/int2f.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Removed DOS task fields from the NE_MODULE structure.
+
+       * loader/task.c:
+       Skip quoted program name when building command line.
+
+       * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
+       DOS binary support has been restored.
+
+       * debugger/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/toolhelp.c, misc/Makefile.in, misc/toolhelp.c, windows/user.c:
+       Moved toolhelp implementation into kernel32 dll.
+
+       * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
+       Backed out FindResource language patch.
+
+       * loader/dos/dosvm.c, msdos/int09.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Fixed a few problems.
+
+       * dlls/kernel/messages/winerr_enu.mc:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Added text for all messages included in win95 and winNT.
+
+       * dlls/kernel/format_msg.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added { } around stuff in ADD_TO_T macros.
+
+       * include/dosexe.h, loader/dos/module.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Convert DOS (MZ) binary loader to the new DOS process model.
+
+       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+       Use MZ_Current() instead of pModule->lpDosTask. Cleaned up the RMCB32
+       assembly code a bit, and wrapped it in #ifdef __i386__.
+
+2000-07-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * if1632/thunk.c, include/callback.h, include/keyboard.h, loader/dos/dosvm.c, misc/main.c, objects/bitmap.c, objects/dib.c, objects/palette.c, windows/keyboard.c:
+       Cleaned up a few USER dependencies.
+
+       * include/dosexe.h, loader/dos/module.c, msdos/dpmi.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Removed hModule parameter from MZ_AllocDPMITask(), and renamed
+       MZ_KillModule() to MZ_KillTask().
+
+       * configure, configure.in:
+       Create dll/kernel/messages directory.
+
+       * include/miscemu.h, msdos/dosmem.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Made DOSMEM_Init() take a BOOL parameter instead of a HMODULE16, and
+       initialize DOS memory properly in the new process model. Made
+       DOSMEM_MemoryBase() use MZ_Current()->img instead of pModule->dos_image.
+
+       * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
+       Removed usage of obsolete pModule->lpDosTask.
+
+2000-07-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/winbase.h, include/winuser.h, loader/resource.c, memory/atom.c, memory/environ.c, misc/comm.c, misc/lstr.c, objects/gdiobj.c, objects/region.c, objects/text.c, relay32/builtin32.c, relay32/snoop.c, win32/device.c, win32/except.c, debugger/winedbg.c, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, graphics/painting.c, graphics/x11drv/xfont.c, if1632/snoop.c:
+       Removed some unnecessary inclusions of wingdi.h and winuser.h
+
+       * dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, dlls/ntdll/time.c, include/ntddk.h, loader/module.c:
+       Removed a few external dependencies from ntdll.
+
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/oleaut32/typelib.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added CreateTypeLib,LHashValOfNameSys stubs.
+       Check for correct struct magic before reading out of it.
+
+       * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented SmoothScrollWindow.
+
+       * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
+       Fill BIOS segments using pointers from DOSMEM_Bios* functions, instead
+       of pointers from global heap functions.
+
+       * dlls/kernel/format_msg.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Get rid of USER32 functions in KERNEL32.
+
+       * include/dosexe.h, loader/dos/dosvm.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Added support for the Win32 Console interface to the main DOSVM event
+       loop. Cleaned up event dispatching code a bit.
+
+       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
+       Make direct console input routines go through int16, rather than
+       reading directly from the console driver.
+
+       * programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/wcmd/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in:
+       Francois Gouget <fgouget@psn.net>
+       ole32 now requires linking with kernel32
+       shell32 now requires linking with kernel32 and shlwapi
+
+       * dlls/winaspi/winaspi16.c, dlls/winsock/socket.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       We always have strerror, so no need to ifdef HAVE_STRERROR.
+
+       * windows/win.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Initialize hrgnWnd.
+
+       * configure, configure.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Fix the GLEXT function prototype typedefs detection.
+
+       * loader/dos/dosvm.c, msdos/int09.c, msdos/ioports.c, include/miscemu.h:
+       Ove Kaaven <ovek@arcticnet.no>
+       Let Int09 routines remember a keystroke's ASCII code, if available.
+
+       * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+       Added some int33 function stubs.
+
+       * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
+       Changed a few core int10 routines to use the BIOS data segment cursor
+       positions and the VGA routines, instead of directly accessing the
+       console driver.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented OleGetAutoConvert.
+
+       * include/pe_image.h, loader/pe_resource.c, loader/resource.c, misc/main.c, ole/ole2nls.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       FindResourceExA/W should search for the specified language resource only.
+       FindResourceA/W should search for any language resource.
+
+       * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, dlls/ddraw/dsurface/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       No longer crash when running with DirectDraw with a DDClipper in
+       -desktop mode.
+
+       * windows/nonclient.c:
+       Francois Boisvert <francois@macadamian.com>
+       NC_DoNCHitTest now returns HTNOWHERE like Windows is doing when
+       clicking on a window having a customize non client area.
+
+2000-07-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/dib.c, include/x11drv.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Add X11DRV_DIB_UpdateDIBSection2 that takes a HBITMAP parameter.
+
+       * memory/codepage.c:
+       Wolfgang Schwotzer <woschwot@gmx.net>
+       Added NULL pointer checks.
+
+       * include/acconfig.h, include/config.h.in, include/ts_shape.h, include/ttydrv.h, include/win.h, include/x11drv.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_shape.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/winpos.c, windows/x11drv/init.c, windows/x11drv/wnd.c, configure, configure.in, dlls/x11drv/x11drv_main.c:
+       Francois Jacques <francoisj@macadamian.com>
+       - implementation of SetWindowsRgn and GetWindowRgn
+       - X11DRV and TTYDRV updated with new API SetWindowRgn
+
+       * include/miscemu.h, include/winnt.h, loader/dos/module.c, memory/global.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int21.c, msdos/interrupts.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Removed the hModule parameter from various DOSMEM routines, the DOSMEM
+       routines now always use the current memory space.
+
+       * include/shlwapi.h: Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win32/shlwapi.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * tools/wmc/mcy.y: Patrik Stridvall <ps@leissner.se>
+       Solaris specific fixes.
+
+       * windows/x11drv/event.c, windows/defwnd.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Now the service thread is no more in charge of erasing the background
+       of the Window. Service thread is doing the invalidation part, and the
+       application thread is doing the erasing part. All this has been
+       implemented using WM_SYNCPAINT message.
+
+       * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Added stub for OLE32.OleSetAutoConvert needed by Adobe Photoshop 4.0.
+
+       * windows/x11drv/event.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Do not crash if window was not found.
+
+       * windows/dialog.c, windows/painting.c:
+       Stephane Lussier <stephane@macadamian.com>
+       - UpdateWindow should refresh all children that have an update region.
+       - In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
+         a WM_PAINT eventually for the dialog, no need to force a paint right away.
+       (based on a patch from James Hatheway in the Corel tree)
+
+       * msdos/int21.c, msdos/int2f.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Just get DOS task structure from MZ_Current(), instead of (clumsily)
+       trying to find and read from the current task's module structures.
+
+       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+       Make a global asm helper function to handle 32-bit RMCB calls, so we
+       don't need those complex constraints either.
+
+       * windows/message.c: Ove Kaaven <ovek@arcticnet.no>
+       Always get a hardware message from the system queue in PeekMessage,
+       even if no such wake bits are set, because in a PeekMessage loop,
+       there's no sleeping, so the necessary wake bits are never set...
+
+       * dlls/oleaut32/olefont.c, include/olectl.h:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Add Connection Point support to OLE font objects.
+       Add some more TRACE()s.
+
+       * dlls/*/*.spec:
+       Added 'owner' field to 16-bit spec files to specify the name of the
+       32-bit dll that contains it.
+
+2000-07-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/winmm/Makefile.in, dlls/winmm/sound.spec, dlls/winmm/sound16.c, include/stress.h, include/wine/winesound.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/stress.c, dlls/kernel/stress.spec, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupx.spec, dlls/setupapi/setupx_main.c:
+       Merged setupx.dll into setupapi.dll.
+       Merged sound.dll into winmm.dll.
+       Merged stress.dll into kernel32.dll.
+
+       * dlls/dciman32/Makefile.in, dlls/dciman32/dciman_main.c, dlls/dplay/Makefile.in, dlls/dplay/dplay_main.c, dlls/msnet32/Makefile.in, dlls/msnet32/msnet_main.c, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shfolder/shfolder_main.c, dlls/wow32/Makefile.in, dlls/wow32/wow_main.c:
+       Added a few empty source files so that each dll has at least one C
+       file.
+
+       * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c, include/driver.h, include/mmsystem.h, include/msacm.h, include/vfw.h, programs/avitools/icinfo.c, windows/driver.c, dlls/comctl32/animate.c, dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c, dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mmsystem.c, dlls/avifil32/avifile.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       - removed (now obsolete) driver.h file (it's content is now in mmsystem.h)
+       - upgraded vfw.h content
+
+       * msdos/dpmi.c: Avoid clobbering %ebx.
+
+       * loader/ne/module.c:
+       Return the proper error code when a 16-bit task failed to start
+       (thanks to Peter Ganten).
+
+       * documentation/HOWTO-winelib:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Adapted to the recent winebuild rename.
+
+       * loader/module.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added detection code for very old Windows (1.1, 2.0, ...) binaries to
+       MODULE_GetBinaryType().
+
+       * dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/string.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c:
+       Moved shlwapi routines from shell32.dll to shlwapi.dll.
+
+2000-07-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * Make.rules.in, Makefile.in, configure, configure.in, dlls/Makedll.rules.in, server/Makefile.in, server/atom.c, server/registry.c, server/unicode.c, server/unicode.h, tools/wmc/Makefile.in, unicode/.cvsignore, unicode/Makefile.in:
+       Make unicode.o into a separate ELF library so that we can use it from
+       the wineserver too.
+
+       * files/drive.c, include/cdrom.h, misc/cdrom.c, msdos/int2f.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       - fixed a gross bug in SetCurrentDirectoryA (where changing to a new
+         non-existent directory would leave the new drive enabled upon aborting
+         (fixes CuteFTP install and should fix MANY apps)
+         This has probably been caused by myself. *brownpaperbag*
+       - added GetVolumeInformation serial number bug-for-bug compatibility
+       - corrected Unicode labels (better CD-ROM handling in general)
+       - moved CD-ROM label detection code to misc/cdrom.c
+       - possible to use loopback mounted ISO9660 files
+       - init some uninitialised drive fields
+       - remove some unnecessary header includes
+
+       * windows/winpos.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Don't destroy the caret on SWP_HIDEWINDOW.
+
+       * dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/format_msg.c, dlls/kernel/kernel.rc, dlls/kernel/kernel32.spec, dlls/kernel/messages/.cvsignore, dlls/kernel/messages/winerr_enu.mc, loader/resource.c, misc/lstr.c:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Improved FormatMessage:
+       - Added full support for FORMAT_MESSAGE_FROM_SYSTEM
+       - Implemented language search as documented
+       - Illegal combinations of options trapped.
+       - Message table for system messages added.
+
+       * include/winbase.h, include/winuser.h:
+       Moved FORMAT_MESSAGE flags definition to winbase.h.
+
+       * Make.rules.in:
+       Added rules for message compiler .mc files.
+
+       * dlls/winsock/socket.c, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+       James Hatheway <james@macadamian.com>
+       Portability fixes.
+
+       * dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/serialui.spec, misc/comm.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/rpcrt4.api, tools/winapi_check/win32/serialui.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/setupx.api:
+       Patrik Stridvall <ps@leissner.se>
+       Minor API files update.
+
+       * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Implemented a bug-work-around for Berkeley yacc (byacc) which
+         does not generate proper default transition rules for non-terminals.
+         See comments in parser.y how the fix works.
+       - Changed the error-line/char position to make emacs happy parsing
+         the position of the error.
+       - Added comments in the documentation in which order the line-numer
+         and character-position of the error is written.
+
+       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+       Use lcall opcodes, so all gas-es understand it...
+
+       * dlls/win32s/Makefile.in, dlls/win32s/w32skrnl.spec, if1632/relay.c, if1632/thunk.c, include/flatthunk.h, misc/Makefile.in, misc/w32scomb.c, relay32/Makefile.in, relay32/utthunk.c, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, dlls/Makefile.in, dlls/kernel/Makefile.in, dlls/kernel/flatthunk.h, dlls/kernel/kernel_main.c, dlls/kernel/thunk.c, dlls/kernel/utthunk.c, dlls/kernel/wowthunk.c, dlls/ole32/Makefile.in, dlls/ole32/ole32.spec:
+       Moved thunking functions off to kernel32.dll.
+
+       * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/ntdll/sec.c, memory/Makefile.in, memory/registry.c:
+       Temporarily moved advapi32 registry support back into libwine.so, and
+       made advapi32 a separate dll.
+
+       * debugger/break.c, debugger/debugger.h, debugger/expr.c, debugger/memory.c, debugger/source.c, debugger/stabs.c, debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       fixed a number of long standing bugs:
+           - segmented expressions didn't display correctly
+           - using dynamic size array for nested types parsing
+           - correct display of source code after a crash
+       factorized some code
+
+       * dlls/gdi/wing.c, dlls/gdi/wing.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/Makefile.in:
+       Merged wing.dll into gdi32.dll.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Prevent the attempt to draw invalid image indexes.
+       Provide the two pixel buffer between the image and the label.
+
+       * dlls/oleaut32/Makefile.in, dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h:
+       Huw D M Davies <hdavies@codeweavers.com>
+       A generic implemention of IConnectionPoint/IEnumConnections.
+
+       * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Make fnt2bdf produce correct fonts.
+
+       * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
+       Make int16 read from the BIOS keyboard buffer, not directly from the
+       console driver.
+
+       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
+       Fixed broken assembler. Removed support for old protected-mode hack
+       for running real-mode code on platforms that don't support vm86; the
+       current CallRM->RMCB shortcut code should take care of all
+       Wine-supplied RM APIs (such as DOSASPI) anyway.
+
+       * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
+       Perform NE_InitProcess in the context of the new task.
+
+2000-07-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/internal.c, dlls/msacm/msacm32.spec, dlls/msacm/msacm32_main.c, dlls/msacm/stream.c, dlls/msacm/wineacm.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/win87em.c, dlls/kernel/win87em.spec, dlls/kernel/windebug.c, dlls/kernel/windebug.spec:
+       Merged msacm and msacm32 dlls.
+       Merged win87em and windebug into kernel32.dll.
+
+2000-07-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/program.c, programs/regapi/regapi.c, programs/winhelp/hlp2sgml.c, programs/winhelp/winhelp.c:
+       Francois Gouget <fgouget@psn.net>
+       Fixed int/HANDLE mismatches revealed by -DSTRICT.
+       Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
+
+       * programs/progman/main.c:
+       Francois Gouget <fgouget@psn.net>
+       Fixed WinMain's signature.
+       Replaced the Win16 hmemcpy16 (obsolete) with memcpy.
+       Removed obsolete references to the Languages array.
+
+       * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
+       Francois Gouget <fgouget@psn.net>
+       Removed obsolete references to the Languages array.
+
+       * programs/clock/main.c:
+       Francois Gouget <fgouget@psn.net>
+       Fixed WinMain's signature.
+       Fixed parameter order for the call to CreateWindow.
+
+       * libtest/hello.c, libtest/hello2.c, libtest/hello3.c, libtest/hello4.c, libtest/hello5.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, programs/notepad/main.c, programs/winver/winver.c:
+       Francois Gouget <fgouget@psn.net>
+       Fixed WinMain's signature.
+
+       * programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, libtest/Makefile.in:
+       Francois Gouget <fgouget@psn.net>
+       Added -DSTRICT.
+       Added missing libraries comctl32 and rpcrt4.
+
+       * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
+       James Hatheway <james@macadamian.com>
+       Adds an initial WSAIoctl function with support for only the
+       SIO_GET_INTERFACE_LIST command.  Adds initial code to WsControl
+       function to support the WSCNTL_TCPIP_QUERY_INFO command.
+
+       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Compilation fixes for OpenGL.
+
+       * Make.rules.in: Mike_McCormack@looksmart.com.au
+       Corrected c2man flags. It still crashes anyhow :-/
+
+       * configure, configure.in, dlls/ddraw/d3ddevice/mesa.c, include/acconfig.h, include/config.h.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Detect broken glext.h headers.
+
+       * programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h:
+       Mike_McCormack@looksmart.com.au
+       Added some basic text display and editing capabilities, cursor
+       positioning, a bit of scrolling and a text file loader.
+
+       * include/tapi.h: Mike_McCormack@looksmart.com.au
+       Implemented lineGetCountry. (works with HyperTrm.exe)
+
+       * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Focus handling, visual changes + misc fixes.
+
+       * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
+       Implemented lineGetCountry. (works with HyperTrm.exe)
+
+       * include/winbase.h: Francois Gouget <fgouget@psn.net>
+       Removed duplicate declaration of AddAccessAllowedAce.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Handle the case where the function SetItem is called to select an item
+       or set its focus.
+
+       * dlls/ddraw/d3dlight.c, dlls/ddraw/mesa_private.h, dlls/dsound/dsound_main.c, include/d3dtypes.h, include/d3dvec.inl:
+       Ove Kaaven <ovek@transgaming.com>
+       Added a few C++ operators to Direct3D structures, and made some unions
+       'nameless'.
+
+       * dlls/winsock/async.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Insured that all parameters of async functions are copied before
+       returnig from request.
+
+       * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
+       Ove Kaaven <ovek@arcticnet.no>
+       Fix a few typos and such.
+
+       * include/d3d.h, include/ddraw.h:
+       Ove Kaaven <ovek@transgaming.com>
+       Added some DirectDraw7-related definitions.
+
+       * configure, configure.in, include/config.h.in:
+       Marcus Meissner <marcus@jet.franken.de>
+       Make non-existence of (f)lex an error.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       IDirectDraw,IDirectDraw2,IDirectDraw4 fixed up in regard to COM usage.
+
+       * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
+       Added a few Win32 definitions.
+
+       * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
+       Reduce scope of "Status" #ifdef hack.
+
+       * if1632/relay.c, relay32/builtin32.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Say that "No handler" messages as fatal.
+
+       * winedefault.reg: Fixed SharedDir location.
+
+       * loader/dos/dosvm.c, msdos/dpmi.c, dlls/ntdll/signal_i386.c, include/winnt.h:
+       Ove Kaaven <ovek@arcticnet.no>
+       Change the V86BASE macro to call DOSMEM_MemoryBase() instead of using
+       the ugly Dr7 hack.
+
+       * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed first seek on MEM mmio files.
+
+       * dlls/commdlg/fontdlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
+
+       * dlls/wininet/http.c:
+       John R. Sheets <jsheets@codeweavers.com>
+       Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
+
+       * dlls/wininet/internet.c:
+       John R. Sheets <jsheets@codeweavers.com>
+       Put the URL parameter list in with the URL path if the ExtraInfo
+       buffer isn't specified.
+
+       * controls/icontitle.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fixed calculation of buffer length after switch of window text to
+       unicode.
+
+       * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
+       Comment out a nonfunctional DOS part of debugger.
+
+       * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
+       Ove Kaaven <ovek@arcticnet.no>
+       Added stub for RasHangUpA().
+
+       * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
+       DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
+       to documentation.
+
+       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+       Fixed a few problems.
+
+       * dlls/comctl32/toolbar.c:
+       David Elliott <dfe@infinite-internet.net>
+       - Changed the temporary buffer for loading resources from 256 to 512
+       - Define MAX_RESOURCE_STRING_LENGTH instead of using it magically throughout
+         the function
+       - Use lstrcpynW instead of lstrcpyW
+
+2000-07-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, include/version.h:
+       Release 20000716.
+
+----------------------------------------------------------------
+2000-07-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/winproc.c:
+       Added assembly wrapper for calling window procedures.
+
+       * include/main.h, include/options.h, include/process.h, loader/dos/module.c, loader/main.c, misc/options.c, scheduler/client.c, scheduler/process.c:
+       Get full path of argv[0] before we change directories.
+       Make sure process names are long path names.
+       Cleaned up initialisation a bit.
+
+       * server/sock.c:
+       Stephane Lussier <stephane@macadamian.com>
+       In set_socket_event, the event should be signaled if there's a pending
+       network event corresponding to the events the application wanted to be
+       notified.
+
+       * dlls/winspool/info.c, files/file.c, graphics/x11drv/xfont.c, loader/task.c, windows/class.c, dlls/odbc32/proxyodbc.c, dlls/ole32/datacache.c, dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/wininet/internet.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Spelling fixes.
+
+       * loader/elfdll.c, loader/ne/module.c, tools/wineinstall, documentation/wine.man.in, include/winuser.h:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Doc and trace updates.
+
+       * include/process.h, loader/module.c, scheduler/process.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Transmit current directory settings to newly created processes.
+
+       * documentation/installation-und-konfiguration.german:
+       Peter Ganten <peter@ganten.org>
+       Added German installation and configuration manual.
+
+       * windows/x11drv/keyboard.c:
+       Raul Fernandes <rgf@ieg.com.br>
+       Added Brazilian keyboard.
+
+       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+       Set clipping region to client window before owner-drawn painting.
+
+       * winedefault.reg:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added the "SharedDir" registry key.
+
+       * include/acconfig.h, include/config.h.in, configure, configure.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11_private.h:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - fix Direct3D support and a lot of warnings
+       - add support for DDraw in a window (not optimized yet)
+       - cleans up OpenGL extensions handling for D3D
+
+       * controls/static.c: Gerard Patel <g.patel@wanadoo.fr>
+       Background of SS_SIMPLE static control is not filled (unless it has
+       SS_NOPREFIX too).
+
+       * files/directory.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Drop UNIX cwd to / after calculating WINE current directory (to allow
+       CD unmounts).
+
+2000-07-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/dib.c:
+       Stephane Lussier <stephane@macadamian.com>
+       New version of the patch from Francois Jacques with a modification of
+       my own that makes everybody happy :-)
+
+       * misc/comm.c, dlls/kernel/kernel32.spec:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Hook serialui dll into existing comm functions.
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/serialui/.cvsignore, dlls/serialui/Makefile.in, dlls/serialui/confdlg.c, dlls/serialui/serialui.h, dlls/serialui/serialui.spec, dlls/serialui/serialui_rc.rc:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       Implemented serialui dll containing CommConfigDialog,
+       GetDefaultCommConfig and SetDefaultCommConfig.
+
+       * dlls/shell32/shell.c, dlls/winaspi/aspi.c, dlls/winmm/wineoss/audio.c, dlls/dsound/dsound_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API files fixes.
+       - Minor bug fixes and additions.
+
+       * dlls/crtdll/crtdll_main.c, dlls/shell32/shellpath.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * controls/button.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       All standard window controls should have CS_PARENTDC, but should still
+       clip to the control window.
+
+       * windows/message.c:
+       John R . Sheets <jsheets@codeweavers.com>
+       We also have to validate the frame to avoid an infinite loop when the
+       app doesn't call BeginPaint.
+
+       * scheduler/handle.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Extend the WSOCK32 warning in certain functions to mention WS2_32 too.
+
+       * dlls/winmm/wineoss/mixer.c:
+       Ed Snow <ed_snow@ttmengineering.com>
+       Fixes unmuting when unmuted.
+       Unifies scale reported with scale used for volume control.
+       Hack for Bass/Treble until better fix is complete.
+
+       * graphics/x11drv/xfont.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added DBCS/unicode encoding templates.
+
+       * controls/combo.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Don't clear selection when initial entry is not in the list.
+
+       * include/main.h, include/ntddk.h, include/options.h, misc/main.c, misc/options.c, ole/ole2nls.c:
+       Made --language behave the same as setting the LANGUAGE environment
+       variable.
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec, dlls/rpcrt4/.cvsignore, dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c, include/rpc.h, include/wtypes.h, loader/loadorder.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       Create rpcrt4.dll.
+       Implement UuidCreate (using existing code from CoCreateGuid).
+       CoCreateGuid calls UuidCreate.
+
+       * memory/heap.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Fix for supporting DBCS.
+
+       * dlls/comctl32/toolbar.c:
+       Rob Farnum <rfarnum@mindspring.com>
+       Ignore iBitmap width when drawing flat toolbar.
+
+       * loader/pe_image.c: Peter Ganten <peter@ganten.org>
+       Fixed a file descriptor leak in the PE loader.
+
+       * windows/winpos.c:
+       Jean-Claude Batista <jcb@macadamian.com>
+       Ensure the validity of hOldFocus before calling WIN_GetTopParent.
+
+       * graphics/x11drv/xfont.c:
+       Drew Ronneberg <drew@codon.princeton.edu>
+       Ignore broken fonts when building cache file.
+
+       * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+       Allow SetWindowLong(... GWL_STYLE) to change visible bit.
+
+       * documentation/registry:
+       Ove Kaaven <ovek@arcticnet.no>D
+       Text of WWN article "The Registry".
+
+       * dlls/winaspi/aspi.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h:
+       David Elliott <dfe@infinite-internet.net>
+       - New function in aspi.c SCSI_Fix_CMD_LEN which determines if Linux is
+         guessing the command length correctly, and if not, tell's it what's up.
+       - Changed strcat to strcpy in SendASPI32Command to avoid requiring the
+         caller to clear the fields.
+       - Added a new field to HA_Unique content to fix some applications.  Will
+         fix this for good at a later date.
+       - Added TRACE to GetASPI32DLLVersion (and FIXME when not running under
+         Linux)
+       - Added some constants to winescsi.h
+       (with the help of Bernd Bernie Meyer <bmeyer@cs.monash.edu.au>)
+
+       * dlls/user/user32.spec, windows/user.c:
+       Peter Ganten <peter@ganten.org>
+       Stubs for CreateDesktopA and EnumDesktopWindows.
+
+       * loader/loadorder.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added ws2_32 loadorder.
+
+       * tools/winebuild/main.c:
+       Peter Ganten <peter@ganten.org>
+       Try to unlink output file before opening it.
+
+       * controls/edit.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Replaced %s by %p in EDIT_WM_SetText.
+
+       * dlls/winsock/ws2_32.spec:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added WSAWaitForMultipleEvents (alias to WaitForMultipleObjectsEx).
+
+       * loader/pe_image.c: Gerard Patel <g.patel@wanadoo.fr>
+       Add a warning when the normal load address for a win32 program is not
+       available.
+
+       * dlls/oleaut32/Makefile.in, dlls/oleaut32/olepicture.c, dlls/oleaut32/stubs.c:
+       Huw D M Davies <hdavies@codeweavers.com>
+       OLE picture object implementation.
+
+       * misc/comm.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed an incorrect format string.
+
+       * loader/loadorder.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added loadorder entry for the Linux glide3x library.
+
+       * winedefault.reg:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Added "CommonFilesDir"="C:\Program Files\Common Files".
+
+       * debugger/db_disasm.c:
+       Ian Schmidt <ischmidt@cfl.rr.com>
+       Added Pentium Pro/2/3/4 conditional move instructions.
+
+2000-07-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/kernel/kernel_main.c, memory/codepage.c:
+       Set ansi/oem/mac code pages from current locale.
+
+       * scheduler/client.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Better error message for really clueless newbies.
+
+       * dlls/msacm32/msacm32_main.c:
+       James Hatheway <james@macadamian.com>
+       Stub for the ACM_METRIC_MAX_SIZE_FORMAT command of acmMetrics.
+
+       * dlls/ddraw/dsurface/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Check for NULL flipchain and just return the current surface if it
+       happens.
+
+       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Implemented _vsnprintf by calling wvsnprintfA.
+
+       * objects/dib.c:
+       Stephane Lussier <stephane@macadamian.com>
+       In CreateDIBSection function, if hdc is NULL it now uses the desktop DC
+       instead of failing.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Fixed TOOLBAR_DrawString() to offset button text if infoPtr->himlDef
+       is non-zero.  Better fix than my previous patch.
+
+2000-07-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * scheduler/thread.c:
+       Lazy initialisation of thread locale.
+
+       * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/dplayx_messages.h, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplobby.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Make ref counting a little more efficient
+       - Correct suspended process resumption
+       - Don't use sys/queue.h anymore
+       - Properly initialize the global semaphore across processes
+       - Create a mapped file for shared data structures
+       - Change some trace messages
+       - Allocate dynamic shared data from the mapped file
+       - Rework setting and retrieving lobby settings from shared memory
+       - Add infrastructure for syncronization after app launch
+       - Small documentation update
+       - Include some stuff missing from header
+       - Start on dp and dpl message infrastructure
+       - Unicode versions of player/group commands added
+       - Combined Connect/ConnectEx and Open/SecureOpen
+       - More implementation
+
+       * dlls/kernel/nls/*, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec, dlls/kernel/locale_rc.rc:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Moved all NLS dependent data to the KERNEL resources.
+
+       * scheduler/thread.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Moved setting the locale value to the right position.
+
+       * misc/lstr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed FormatMessage[A|16] against some buffer overflow cases.
+
+       * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Removed extraneous trace message.
+
+       * debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Unconditionnally print messages on DLL load breakpoint.
+
+       * debugger/break.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Fixed winedbg watchpoints.
+
+       * dlls/oleaut32/ole2disp.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Prevent SysAllocString and SysAllocString16 to perform any processing
+       on NULL strings.
+
+       * tools/fnt2bdf.c:
+       Stas Sergeev <stas.orel@mailcity.com>
+       Make it possible to change the encoding of fonts from the command
+       line, even if autodetected.
+
+       * windows/spy.c, windows/ttydrv/wnd.c, windows/win.c, windows/x11drv/wnd.c, controls/button.c, controls/icontitle.c, controls/static.c, include/mdi.h, include/ttydrv.h, include/win.h, include/x11drv.h, windows/defwnd.c, windows/dialog.c, windows/mdi.c, wine.ini:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Convert WND.text field to Unicode.
+       Add new key to wine.ini in the section [x11drv] - TextCP, which means
+       code page used for texts passed to X.
+       Accordingly fix handlers of WM_SETTEXT/WM_GETTEXT.
+
+       * graphics/x11drv/dib.c: Backed out previous patch.
+
+       * dlls/user/user32.spec, include/winuser.h, windows/user.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Stub for RegisterDeviceNotificationA.
+
+       * dlls/winsock/socket.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fakes a negotiation of the winsock version.
+
+       * dlls/oleaut32/typelib.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - better loading of *.tlb files
+       - seperated code for loading tlb resource into memory from code for
+         parsing the tlb resource.
+
+       * dlls/ole32/ole2stubs.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Implemented OleCreate.
+
+2000-07-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/class.c: Noomen Hamza <noomen@macadamian.com>
+       GetClassInfo should return global classes even if the hInstance
+       parameter is different from the one passed to the RegisterClass
+       function.
+
+       * misc/comm.c: Stefan Leichter <sle@camline.com>
+       Fixes the BuildCommDCBA function.
+
+       * configure, configure.in, include/config.h.in, misc/port.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added configure check for libutil.h.
+
+       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+       Make the focus follow the last selected item for multiselect listboxes.
+
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Stub implementation of LHashValOfNameSysA.
+       Don't crash if we encounter a BSTR with length <= 0.
+       Fix typos in ITypeLib::GetDocumentation.
+
+       * dlls/shell32/shell.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       With some apps a fault was possible in ExtractAssociatedIcon.
+
+       * windows/cursoricon.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       GetIconInfo did no correctly identify icons from cursors.
+
+       * windows/msgbox.c:
+       Haithem Hmida <haithem@macadamian.com>
+       Under Windows 95/98/NT, message boxes do not have a default icon.
+
+       * misc/registry.c:
+       Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
+       Small cleanups.
+
+       * dlls/wsock32/.cvsignore, dlls/wsock32/Makefile.in, dlls/wsock32/socket.c, dlls/wsock32/wsock32.spec, dlls/dplay/.cvsignore, dlls/dplay/Makefile.in, dlls/dplay/dplay.spec, dlls/dplayx/Makefile.in, dlls/dplayx/dplay.spec, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/wow32.spec, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, dlls/shfolder/.cvsignore, dlls/shfolder/Makefile.in, dlls/shfolder/shfolder.spec, dlls/shlwapi/.cvsignore, dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, dlls/winsock/wsock32.spec, dlls/wow32/.cvsignore, dlls/wow32/Makefile.in, dlls/wow32/wow32.spec, Make.rules.in, configure, configure.in, dlls/Makefile.in:
+       Created separate libraries for dplay, shfolder, shlwapi, wow32 and
+       wsock32 so that we have at most one Win32 dll in each .so library.
+
+2000-07-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/dib.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
+       manipulation.
+       Corrected XGetSubImage arguments order.
+
+       * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
+       Matthew Lake <MLake@sunbelt-plb.com>
+       Added some missing definitions.
+
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
+       Francois Jacques <francoisj@macadamian.com>
+       Implemented SafeArrayGetVarType.
+       Added a VT_RECORD variant type definition.
+
+       * dlls/kernel/kernel32.spec, misc/comm.c:
+       Stefan Leichter <sle@camline.com>
+       Started implementation of the functions GetDefaultCommConfigA/W.
+
+       * dlls/ddraw/convert.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Corrected 24->32 conversion. Still only correct for little endian.
+
+       * windows/winpos.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
+
+       * loader/module.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Fixed TOOLBAR_DrawString() to offset button text if the himl parameter
+       is non-zero or the default himl, himlDef, is non-zero.  Fixes a bug in
+       WinZip 8.0 where text is not shifted down by the height of the button
+       image.
+
+       * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
+       Check the value returned by DIALOG_GetCharSize.
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in, dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/debugdefs.h:
+       Francois Jacques <francoisj@macadamian.com>
+       Added setupapi shared library and SetupIterateCabinet stub.
+
+       * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c, include/vfw.h, tools/winapi_check/win16/msvideo.api, tools/winapi_check/win32/msvfw32.api, windows/driver.c:
+       Bradley Baetz <bbaetz@student.usyd.edu.au>
+       Implemented a large number of the msvideo dll routines.
+
+       * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Allow the size of bitmaps to be changed after toolbar buttons have
+       been added.
+
+       * dlls/comctl32/propsheet.c:
+       Slava Monich <Slava_Monich@cnt.com>
+       On Windows property sheet has DWL_USER dword pointing to a structure
+       that starts with HWND and PROPSHEETHEADER fields.
+
+       * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
+       Slava Monich <Slava_Monich@cnt.com>
+       Implementation of Get/SetThreadPriorityBoost.
+
+       * documentation/psdriver:
+       Stefan Leichter <sle@camline.com>
+       Added documentation on how to setup wine's Buildin Postscript Driver
+       working with ghostscript (afmfiles, ppdfile).
+
+       * debugger/debugger.h, debugger/expr.c, debugger/types.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Explicit init of rtn.cookie in DEBUG_EvalExpr to bad value to
+         expose further bad code
+       - Print of pointer used as array now works
+
+       * dlls/comctl32/listview.c:
+       James Hatheway <james@macadamian.com>
+       Only use the column headers to calculate the width of a
+       LDS_REPORT-type listbox if it actually has column headers.
+       (ie. LVS_NOCOLUMNHEADER bit is not set.)
+
+       * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
+       BeginDeferWindowPos should allow zero count.
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added semi-stub.
+
+       * dlls/winmm/mci.c:
+       Bradley Baetz <bbaetz@student.usyd.edu.au>
+       Handle mciSendString("open <mcitype>",...)
+
+       * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
+       Bertho Stultiens <bertho@panter.soci.aau.dk>
+       - Bugfix: Macro expansion of strings would assert an internal error
+         or a segfault due to a lacking '\0' in the expansion.
+       - Bugfix: Prevent buffer overflow in reallocation of macro expansion
+         buffers.
+       - Bugfix: Wrc's version information was not passed as numerical to the
+         preprocessor due to an error in the definition of the macro.
+       - Relaxed the newline constraint in global LANGUAGE statements, which
+         was introduced in version 1.1.3, so that some fancy preprocessor
+         constructs can work.
+       - Removed the gcc-style #line handling from the resource-parser to the
+         resource-scanner so that it is possible to include files at any stage
+         of the source, independent of the parser-state.
+       - Bugfix: Stringtables were not correctly searched for duplicates
+         because the language comparison disregarded the sublanguage.
+       - Eliminated a repetitive warning when writing stringtables with zero
+         length string entries. These are perfectly valid (but make no sense:-).
+         Warnings are now only generated during parse in pedantic mode.
+
+       * dlls/oleaut32/ole2disp.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fix SysStringByteLen to really return the length in bytes.
+
+       * dlls/comctl32/rsrc.rc:
+       Slava Monich <Slava_Monich@cnt.com>
+       Changed the size of property sheet template to be the same as the
+       original one (was 292x159, now 220x140).
+
+       * dlls/ole32/compobj.c, dlls/ole32/oleobj.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Implement IDataAdviseHolder.
+
+       * dlls/oleaut32/typelib.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fix typo in ITypeLib::IsName.
+
+       * dlls/ole32/hglobalstream.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       CreateStreamOnHGlobal should alloc a shared memory block if supplied
+       handle is 0.
+
+       * dlls/commdlg/filedlg95.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Do not crash if there was no files selected and OK button was pressed.
+
+       * dlls/dsound/dsound_main.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Fix a couple of problems with underruns and stopping/restarting.
+
+       * misc/main.c:
+       Joerg Mayer <jmayer@telesun2.telemation.de>
+       Fixed the debugmsg help.
+
+       * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
+       David Elliott <dfe@infinite-internet.net>
+       Map each channel on every host to an ASPI controller number.
+       Store map in HKEY_DYN_DATA.
+
+       * dlls/comctl32/comctl32undoc.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       DSA_InsertItem returns nIndex, not nItemCount.
+
+       * dlls/comctl32/monthcal.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Fixed background redrawing when control is covered.  Fixed a really
+       dumb mistake I made with border drawing many patches ago.  Fixed
+       offset by 1 alignment issues.
+
+       * dlls/ddraw/dsurface/main.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Removed another bad assert and two no longer needed ones.
+
+2000-06-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed bad exception handler chain termination.
+
+       * windows/x11drv/wnd.c, windows/win.c:
+       Lawson Whitney <lawson_whitney@juno.com>
+       Moved zero-sized window hack to x11drv.
+
+       * dlls/ntdll/nt.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Return "no debugger attached" in NtQueryInformationProcess to satisfy
+       some copy protection mechanisms.
+
+       * dlls/commdlg/colordlg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed crash when lpTemplateName is gotten from MAKEINTRESOURCE.
+
+       * dlls/ddraw/dsurface/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Fixed two asserts in Blt().
+
+       * dlls/ddraw/helper.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Properly cast arguments to printf to match the intended output.
+
+       * dlls/winmm/mmio.c, dlls/winmm/winemm.h, include/mmsystem.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Several fixes spotted by Corel (Jean-Claude Batista & Sean Langley).
+       Seeking from SEEK_END was wrong.
+       Seeking on empty buffer was wrong.
+       Some installed ioProcs had uninitialized fields.
+       A few more bits for rename functions.
+
+       * debugger/dbg.y, debugger/intvar.h, debugger/winedbg.c, documentation/winedbg:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added BreakOnDllLoad internal var, cleaned up register validation on
+       exception.
+
+       * dlls/comctl32/toolbar.c:
+       Mike McCormack <Mike_McCormack@looksmart.com.au>
+       Add workarounds for null strings in TOOLBAR_InsertButtonA and calling
+       TOOLBAR_SetButtonSize after button added to the toolbar (latter for
+       WINZIP32.EXE)
+
+       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+       Set the minimum dropped height to the combo list height if any in
+       CBDropDown.
+
+       * files/dos_fs.c: Dave Hawkes <daveh-wine@cadlink.com>
+       If whitespace or dots are appended to the end of any component in a
+       path then it should be ignored.
+
+2000-06-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/module.c, scheduler/process.c, include/process.h:
+       Make sure the cmdline passed to CreateProcessA is writeable (thanks to
+       Peter Ganten <peter@ganten.org>).
+
+       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/oss.c, dlls/winmm/wineoss/oss.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Cleaned up loading/init code in OSS.
+       Cleaned up getDevCaps in midi part.
+       Implemented asynchronous waveIn recording using a thread.
+
+       * dlls/kernel/kernel32.spec, win32/console.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       A few missing console stubs.
+
+       * dlls/comctl32/animate.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed animation loading for RLE encoding.
+
+       * dlls/oleaut32/typelib.h, include/wine/obj_oleaut.h, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - removed hack to find the right resource
+       - updated to use the ICOM macros
+       - cleaned up use typelib and typelib2 (was mixed up)
+
+       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - fixed reported bugs
+       - fixed default extensions
+       - implemented "browse to desktop" button
+
+       * memory/environ.c, tools/winebuild/spec32.c, include/winbase.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       GetCommandLine should return non-const strings.
+
+       * dlls/kernel/kernel.spec:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       CallProcEx32W should be named _CallProcEx32W.
+
+       * files/change.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added some stuff saying that this is NOT supported.
+
+       * relay32/snoop.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Avoid calling the exception handler in some cases.
+
+       * dlls/shell32/classes.c, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec, include/shlwapi.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - many new Path* stubs
+       - many bugfixes
+       - class functions expanding environments variables now
+
+       * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Implemented the DirectSound HAL in winmm's wineoss (Open Sound System)
+       driver, and winmm's interface for DirectSound to access it. It
+       requires the ability to mmap /dev/dsp, to trigger playback, and
+       sample-accurate position readouts. (If the soundcard's device driver
+       does not report these capabilities, wineoss will report the HAL as
+       unavailable and force DirectSound to use its HEL instead.)
+
+       * include/mmsystem.h, dlls/dsound/dsound_main.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Implemented the DirectSound HAL mode for DMA primary buffers, with a
+       10ms latency (not noticeable), and about 300ms of prebuffering. Fixed
+       a few bugs. Added a Wine-only WINMM flag for waveOutOpen for
+       DirectSound to use (so drivers like wineoss have some way of knowing
+       what to prepare itself for).
+
+       * dlls/user/user.spec, include/wine/winuser16.h, windows/cursoricon.c, windows/sysparams.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Implemented/stubbed IconSize() and ControlPanelInfo() needed for Win
+       2.0 control.exe and paint.exe.
+
+       * include/winuser.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added IDI_WINLOGO.
+
+       * debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Don't block endlessly after last debugged process has exited.
+
+       * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added (back) correct behavior for NULL ptrs in CharToOem funcs.
+
+       * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed some OOM conditions in GlobalAlloc.
+
+       * dlls/ntdll/misc.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Added missing #include <math.h>.
+
+       * include/winresrc.h: Removed MIME garbage.
+
+       * dlls/ddraw/ddraw/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Create xlib ddsurfaces with correct reference counts.
+
+       * dlls/gdi/Makefile.in, dlls/gdi/bidi16.c, dlls/user/Makefile.in, dlls/user/bidi16.c, dlls/user/network.c, misc/Makefile.in, misc/bidi16.c, misc/network.c:
+       Split bidi16.c and network.c out of misc/ into their respective dlls.
+
+2000-06-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/.cvsignore, tools/Makefile.in, tools/build-spec.txt, tools/build.c, tools/winebuild/.cvsignore, tools/winebuild/Makefile.in, tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/main.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c, Make.rules.in, configure, configure.in, if1632/.cvsignore, if1632/Makefile.in, relay32/.cvsignore, relay32/Makefile.in:
+       Split the build program in several files.
+       Renamed it 'winebuild' to avoid possible conflicts.
+       Cleaned up command-line parsing.
+       Make it understand -fPIC instead of -pic.
+       Merged call16.s and call32.s generated files.
+
+       * dlls/gdi/gdi.spec, dlls/kernel/kernel.spec, dlls/kernel/system.spec, dlls/sound/sound.spec, dlls/user/user.spec:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added more ordinals to KERNEL, GDI, USER and system drivers
+       (Windows 1.1, 2.0).
+
+       * dlls/ddraw/ddraw/dga.c:
+       Peter Ganten <peter@ganten.org>
+       _common_depth_to_pixelformat() returns -1 and not zero, if a mode is
+       supported.
+
+       * dlls/comctl32/toolbar.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       Avoid gratuitously changing the ZORDER.
+
+       * dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Use correct bpp for the X side of the surface XImages.
+       Cleaned up Xlib_Surface_Release so it is a bit more readable.
+       use VirtualAlloc for conversion-programside buffer to simplify
+       handling.
+
+       * loader/resource.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       GlobalFree16 returns NULL on success, but DestroyAcceleratorTable
+       should return TRUE on success.
+
+       * dlls/ddraw/dsurface/main.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Dump FourCC correctly, print conversion messages, add reference to
+       ddraw in DDSurface::GetDDInterface.
+
+       * dlls/x11drv/x11drv_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Restrict nTimeout to 0-32767, since it is a 16bit value in X.
+
+       * dlls/ntdll/signal_i386.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       Exception handling for SIGFPE must always clear the FPU interrupt
+       status.
+
+       * dlls/commdlg/filedlg95.c, dlls/crtdll/.cvsignore, dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/Makefile.in, dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, include/crtdll.h, Make.rules.in, Makefile.in, dlls/Makefile.in:
+       Moved shared crtdll/ntdll functions into ntdll.
+       Made crtdll a separate dll.
+
+       * dlls/olecli/olecli_main.c, dlls/shell32/classes.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/wine/obj_base.h, misc/lstr.c, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c:
+       Cleaned up a few inter-dll dependencies.
+
+       * dlls/shell32/shellpath.c, dlls/winsock/socket.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * dlls/ddraw/d3ddevice/main.c, dlls/wininet/http.c, dlls/wininet/internet.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/olecli32.api, tools/winapi_check/win32/opengl32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/win32/ws2_32.api, tools/winapi_check/modules.dat, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/winapi_local.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API files fixes.
+       - Minor bug fixes and additions.
+
+       * include/dsdriver.h, dlls/dsound/Makefile.in, dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Restructure DirectSound. Remove dsound thread, use MM timers
+       instead. Implemented the DirectSound HEL, with the ability to
+       prebuffer 300ms of sound, while maintaining play latency of 40ms, and
+       the exact playposition (Starcraft cinematics are lip-synched).  Some
+       initial HAL support.
+
+       * relay32/builtin32.c:
+       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+       Replaced the BUILTIN32_dlopen() ERR() by a WARN().
+
+       * include/winresrc.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added include/winresrc.h for porting with winelib.
+
+       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+       Francois Gouget <fgouget@psn.net>
+       Merged DeviceCapabilities and DeviceCapabilitiesA.
+
+       * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
+       Francois Gouget <fgouget@psn.net>
+       Merged MCIWndCreate and MCIWndCreateA.
+
+       * dlls/ole32/compobj.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       CLSIDFromString apparently also accepts ProgIDs as an input string.
+
+       * include/winuser.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added SC_ICON/SC_ZOOM (obsolete macros).
+
+       * include/wininet.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added prototypes for new InternetCheckConnection*.
+
+2000-06-20  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, dlls/oleaut32/oleaut32.spec:
+       Cleaned up a few inter-dll dependencies.
+
+       * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
+       Alexander V. Lukyanov <lav@long.yar.ru>
+       Fixed problems with compilation/install out of source tree.
+
+       * include/winerror.h, dlls/ole32/compobj.c, dlls/ole32/storage32.c:
+       Noomen Hamza <noomen@macadamian.com>
+       OleConvertOLESTREAMToIStorage fails (returns REGDB_E_CLASSNOTREG) when
+       the CLSID of the OLE object is not found in the registry. Fixed.
+
+       * files/profile.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Make WritePrivateProfileSectionA care for "" and NULL as the
+       string argument. New function PROFILE_DeleteAllKeys.
+
+       * dlls/winmm/wineoss/midi.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed format strings.
+
+       * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c:
+       Rein Klazes <rklazes@casema.net>
+       Fix a crash in winhelp caused by hmemcpy16 without prototype.
+       Fix some compiler warnings.
+
+       * dlls/*/Makefile.in:
+       For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
+
+       * dlls/winmm/wineoss/audio.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Fixed WHDR_DONE race condition.
+
+       * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Implemented StrCatBuff.
+
+       * include/shlobj.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added typedef of DROPFILES.
+
+       * include/winerror.h:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added ResultFromScode/GetScode (obsolete macros).
+
+       * graphics/painting.c:
+       Dave Hawkes <daveh-wine@cadlink.com>
+       MoveToEx: return TRUE even if there is no driver implementation.
+
+       * dlls/comctl32/status.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Protect against programs creating parts with negative width.
+
+2000-06-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/resource.c, msdos/int21.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Use GetSystemDefaultLangID() instead of WINE_LanguageId.
+
+       * documentation/winedbg, debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/registers.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       - cleaned-up break handling
+       - better integration of debugger inner loops (parser & events)
+       - added attach command
+       - improved parser so that it can be entered without any process loaded
+       - added BreakOnFirstChance internal variable
+       - disabled NE module symbol module (which is broken with ASS)
+       - misc portability cleanups
+
+       * dlls/oleaut32/safearray.c, include/wine/obj_oleaut.h:
+       Stephane Lussier <stephane@macadamian.com>
+       - Fixed a memory corruption in safe arrays when using SafeArrayCopy()
+         function with a SafeArray created with FADF_FIXEDSIZE.
+       - Added more FADF flags in the .h file.
+       - FADF flags were defined twice, corrected the situation.
+
+       * graphics/x11drv/text.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Do not assume that double byte font == unicode font.
+
+       * dlls/msvideo/msvideo_main.c, include/ddeml.h, include/vfw.h, include/winbase.h, include/winuser.h, tools/winapi_check/win32/msvfw32.api, tools/winapi_check/win32/user32.api, windows/user.c:
+       Francois Gouget <fgouget@psn.net>
+       Added some missing prototypes.
+       Define the HDRAWDIB handle type.
+
+       * include/windowsx.h: Francois Gouget <fgouget@psn.net>
+       hmemcpy16 is a Win16 API, the macro is hmemcpy.
+
+       * dlls/Makefile.in, dlls/winsock/Makefile.in, dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
+       James Hatheway <james@macadamian.com>
+       Created an initial Winsock 2 (ws2_32) DLL. Makes use of the Winsock 1
+       functions already implemented.
+
+       * dlls/winmm/mciseq/mcimidi.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed port status query.
+
+       * include/dsdriver.h: Ove Kaaven <ovek@transgaming.com>
+       Added DirectSound device driver header file.
+
+       * loader/pe_image.c: Ove Kaaven <ovek@arcticnet.no>
+       Make the base relocation message a WARN, not a FIXME.
+
+       * tools/Makefile.in:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Distinguish between SUBDIRS and INSTALLSUBDIRS.
+
+       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
+       CB_SETCURSEL should not generate another listbox event after updating
+       the edit box.
+
+       * dlls/comctl32/treeview.c:
+       Noomen Hamza <noomen@macadamian.com>
+       WM_PAINT should be processed only by the TREEVIEW_Paint function, so
+       we don't need to call DefWindowProcA function within TREEVIEW_Paint.
+
+       * windows/class.c:
+       James Hatheway <james@macadamian.com>
+       We must return the atom of the class in GetClassInfoEx instead of just
+       TRUE.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       James Hatheway <james@macadamian.com>
+       Added a stub for CoCreateFreeThreadedMarshaler().
+
+       * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
+       Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
+       OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
+
+       * controls/menu.c:
+       Francois Jacques <francoisj@macadamian.com>
+       GetSystemMenu called with bRevert argument set to TRUE now returns
+       NULL as specified in Platform SDK.
+
+       * graphics/x11drv/dib.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Fixed memory access outside of the range for source bits in 24-bit bitmaps.
+
+2000-06-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ole32/ole32.spec:
+       Francois Jacques <francoisj@macadamian.com>
+       Make IIDFromString point to CLSIDFromString.
+
+       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - better error check when importing functions via GetProcAdress
+       - replaced SHGetSpecialFolderPath (not aviable in all shell32 versions)
+       - changed call order when browsing to different folder (crash with native shell)
+       - removed Move call since IShellview_CreateViewWindow creates it already in
+         the right rect
+
+       * dlls/shell32/shlwapi.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - fixed null-pidl from _ILCreateControl
+       - some more no-name functions in shlwapi
+
+       * dlls/shell32/systray.c:
+       Francois Jacques <francoisj@macadamian.com>
+       Keep an internal copy of the icon.
+
+       * include/objbase.h: Francois Gouget <fgouget@psn.net>
+       Reorder the __attribute__ directive in the legacy macros for
+       compatibility with old g++ compilers.
+
+       * graphics/x11drv/dib.c:
+       Ken Coleman <ken_coleman@iname.com>
+       Fixes to CreateDIBSection and other areas where biSizeImage is
+       incorrectly assumed to be correct if it non-zero.  This fixes a
+       crashing problem in Sid Meier's Alpha Centauri.
+
+----------------------------------------------------------------
+2000-06-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/mdi.c, include/mdi.h, resources/sysres_En.rc, resources/user32.rc:
+       David Lassonde <davidl@macadamian.com>
+       Implemented the More Windows... menu item for MDI.
+
+       * windows/dialog.c:
+       Sheri Steeves <sheri@macadamian.com>
+       Check again for GetNextDlgTabItem after return from WM_INITDIALOG
+       message in dialog creation.
+
+       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+       Set clipping region to client window in LISTBOX_Paint.
+
+       * server/main.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       More verbose error message.
+
+       * unicode/mbtowc.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       cp_mbstowcs: check functions return zero on success.
+
+       * files/dos_fs.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       GetFullPathName: get "drive" value too for absolute paths.
+
+       * misc/printdrv.c:
+       Frederic Boulanger <frederic@macadamian.com>
+       CreateSpoolFile is called with a dos name, we have to make sure that
+       when we create the spoolfile we use the unix name associated to the
+       dos file name.
+
+       * include/winbase.h, misc/comm.c:
+       Mike McCormack <mike_mccormack@looksmart.com.au>
+       - add prototypes for serial API functions
+       - correct existing serial API prototypes incorrectly using DWORD
+         instead of HANDLE
+       - define more structures and values in serial API
+
+       * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
+       Added a NULL pointer check within DCE_AddClipRects function.
+
+       * loader/resource.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Optimized implementation of LoadStringA.
+
+       * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
+       Text of WWN article "The X11 driver".
+
+       * documentation/HOWTO-winelib:
+       Wilbur N. Dale <wilbur.dale@lumin.nl>
+       WineLib does not support Win16. Removed references to Win16 and Win
+       3.x in the introduction. Standardized capitalization of Wine and
+       WineLib. Added documentation for compiling a simple "Hello World"
+       WineLib program.
+
+       * windows/message.c:
+       Sheri Steeves <sheri@macadamian.com>
+       Added setting of cursor postition to MSG_PostToQueue.
+
+       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
+       WM_SETREDRAW should repaint the listbox when set to on if something
+       has been changed.
+
+2000-06-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * configure.in, debugger/Makefile.in, server/Makefile.in, tools/Makefile.in, tools/cvdump/Makefile.in, tools/wmc/Makefile.in, tools/wrc/Makefile.in, Make.rules.in, Makefile.in, configure:
+       Removed @PROGEXT@ (it was broken anyway).
+       Improved 'make install'.
+       Cleaned up the main Makefile.
+
+       * scheduler/handle.c:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       ConvertToGlobalHandle: fixed handle leak.
+
+       * include/options.h:
+       Fixed options structure definition.
+
+       * windows/winpos.c:
+       Noomen Hamza <noomen@macadamian.com>
+       Made SetWindowPos handle the case when inserting a window after itself
+       (don't need to change the Zorder).
+
+       * documentation/opengl:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Updated OpenGL documentation.
+
+       * dlls/olepro32/olepro32.spec:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Set the base for the ordinals of olepro32 to 248.
+
+       * include/commctrl.h:
+       Matthew J. Francis <mfrancis@plus.net.uk>
+       Alias NMUPDOWN to be NM_UPDOWN, rather than overwrite NM_UPDOWN with
+       NMUPDOWN.
+
+       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
+       jimregan@litsu.ie
+       Added difftime function.
+
+2000-06-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/Makefile.in, tools/wmc/.cvsignore, tools/wmc/CHANGES, tools/wmc/Makefile.in, tools/wmc/lang.c, tools/wmc/lang.h, tools/wmc/language.c, tools/wmc/mcl.c, tools/wmc/mcy.y, tools/wmc/utils.c, tools/wmc/utils.h, tools/wmc/wmc.c, tools/wmc/wmc.h, tools/wmc/wmc.man, tools/wmc/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h, unicode/wctomb.c, Make.rules.in, configure, configure.in:
+       Bertho Stultiens <bertho@panter.soci.aau.dk>
+       Initial release of the message compiler.
+
+       * loader/loadorder.c, dlls/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellstring.c, dlls/shell32/shfolder.spec, dlls/shell32/shlwapi.spec, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/undocshell.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - new dll shfolder.dll
+       - small fixes
+
+       * dlls/user/Makefile.in, tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Bugfix: Corrected "off by one" error in the linenumber while parsing
+         resource.
+       - Bugfix: A segfault would occur if messagetables were parsed without
+         memory options attached. Also added buffer-overflow safeguard while
+         converting between byteorders.
+       - Finished remapping usertype resources onto standars types by tricking
+         the parser into accepting a different token. The remapping can be
+         disabled with a new commandline option '-m'.
+       - Resolved some warning about chars used as index on SGI O2 machine
+         (the ctype isXXX() routines are macros there).
+
+       * ole/ole2nls.c:
+       Bertho Stultiens <bertho@panter.soci.aau.dk>
+       Commented out IsBadWritePtr check. Makes winhlp32.exe happy in
+       extended search.
+
+       * documentation/opengl:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       OpenGL documentation.
+
+       * files/drive.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       DRIVE_GetFreeSpace() is supposed to *always* return 0 for "avail"
+       on CD-ROMs, even if CD-ROM is *not* mounted and thus the mount point
+       normally returns the "avail" of the corresponding partition.
+       Cleaned up GetDiskFreeSpaceA.
+
+       * windows/x11drv/wnd.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Do not change the WS_CHILD style in SetParent.
+
+       * loader/pe_resource.c, ole/ole2nls.c, dlls/comctl32/comctl32undoc.c, dlls/ntdll/reg.c, dlls/ole32/datacache.c, dlls/ole32/ole2nls.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/version/info.c:
+       Use the Unicode string functions from wine/unicode.h instead of the
+       crtdll ones.
+
+       * include/wine/unicode.h, unicode/Makefile.in, unicode/string.c:
+       Added a couple of Unicode string routines.
+
+       * dlls/ddraw/convert.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/helper.c, dlls/ddraw/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added 24->32 packed pixel mapping support to convert.
+       Slightly rewrote the conversion initialisation.
+
+       * files/profile.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Strip whitespace from front of profile values.
+
+2000-06-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/user/Makefile.in, dlls/user/exticon.c, win32/ordinals.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Implementation for PrivateExtractIcons, PrivateExtractIconEx.
+
+       * scheduler/thread.c, dlls/ole32/errorinfo.c, include/thread.h, scheduler/process.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - implemented Get/SetThreadLocale
+       - added comment about OleErrorInfo field in TEB
+
+       * include/ddraw.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Added struct offsets so understanding game disassembly is easier.
+
+       * dlls/wineps/brush.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       If printer only supports level 1 PostScript then complain rather than
+       trying to use a pattern color space.  Thanks to David Goodenough.
+
+       * include/wine/obj_base.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Corrected IsEqualGUID prototype.
+
+       * dlls/ddraw/dga2.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       replaced a DPRINTF by a TRACE
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - moved the 'constructor' into a real DLL init function
+       - make OpenGL32 dependant on the X11 driver
+
+       * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
+       hookThunk was not initialized in GetDcState.
+
+       * graphics/x11drv/text.c:
+       Use the font default char for undefined characters when mapping from
+       Unicode.
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       New OpenGL thunk generation script.
+
+       * dlls/ddraw/dsurface/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Removed the Release in case of error as we do not AddRef anymore.
+
+       * misc/version.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Made the DLL version clash error message more verbose.
+
+       * unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/casemap.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, dlls/ntdll/rtlstr.c, include/casemap.h, include/wine/unicode.h, memory/string.c, unicode/Makefile.in, unicode/c_037.c:
+       Reimplemented Unicode case mapping in a slightly more efficient way.
+       Moved case mapping support to the unicode directory.
+       Some cleanups in cpmap.pl, use WCHAR instead of unsigned short.
+
+2000-06-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/header.c:
+       Aric Stewart <aric@codeweavers.com>
+       We were not properly masking the item that was sent with the message
+       and also we where not sending the notification at the proper times.
+
+       * controls/listbox.c:
+       Jason Mawdsley <jason@macadamian.com>
+       Take focus before setting the caret position and selections.
+
+       * relay32/snoop.c: James Abbatiello <abbeyj@wpi.edu>
+       Fix for compiler warning (due to setjmp/longjmp being used for
+       exception handling).
+
+       * controls/button.c:
+       Sheri Steeves <sheri@macadamian.com>
+       Added save and reset of SetBKMode values in WM_PAINT.
+       Added handling of lParam value in BM_SETSTYLE.
+
+       * include/wine/exception.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_misc.h, include/wine/obj_oleaut.h, include/wine/obj_oleview.h, include/wine/undocshell.h, include/wine/windef16.h, include/wine/wingdi16.h, include/wine/winuser16.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dplobby.h, include/dsound.h, include/gdi.h, include/imagehlp.h, include/imm.h, include/keyboard.h, include/mmddk.h, include/mmsystem.h, include/msacm.h, include/netspi.h, include/ntddk.h, include/ole.h, include/ole2.h, include/oleauto.h, include/oledlg.h, include/pe_image.h, include/process.h, include/prsht.h, include/richedit.h, include/server.h, include/shlobj.h, include/tapi.h, include/task.h, include/user.h, include/winbase.h, include/wingdi.h, include/wininet.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winsvc.h, include/winuser.h, include/animate.h, include/callback.h, include/commctrl.h, include/commdlg.h, include/crtdll.h, include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/ddeml.h:
+       Francois Gouget <fgouget@psn.net>
+       Reordered the CALLBACK and WINAPI directives so that it compiles with
+       old g++ versions.
+
+       * include/vfw.h, include/windef.h:
+       Francois Gouget <fgouget@psn.net>
+       - Define HIC in this header rather than in windef.h (this is the
+         correct thing to do although it is unrelated to the C++ issues).
+       - WINE_HIC is an internal structure and it won't compile in C++ because
+         it contains a field called 'private'. Enclosed in a __WINE__ ifdef.
+       - Reordered the CALLBACK and WINAPI directives so that it compiles with
+         old g++ versions.
+
+       * include/winspool.h: Francois Gouget <fgouget@psn.net>
+       Fixed a typo in the name of FreePrinterNotifyInfo.
+
+       * dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec:
+       Ulrich Czekalla <ulrichc@corel.ca>
+       HTTP protocol now supported, InternetCrackUrl fixed, lots of other
+       fixes.
+
+       * dlls/comctl32/toolbar.c, dlls/shell32/shellpath.c, tools/build.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * dlls/oleaut32/oleaut32.spec:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/output.pm, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API files fixes
+       - Use output prefix instead of high order functions that, for some
+         reason, leaks memory. The memory usage of winapi_check is now greatly
+         reduced. :-)
+       - Turned on argument kind checking of doubles by default
+
+       * dlls/commdlg/comdlg32.spec:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Remove second import of winspool.drv.
+
+       * controls/static.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Add support for icons set by STM_SETIMAGE.
+
+       * dlls/wineps/bitmap.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Terminate image data with a '>' [The PSLRM is rather vague about this].
+       Thanks to Bernd Herd.
+
+       * graphics/x11drv/xfont.c:
+       John Elliot <jce@seasip.demon.co.uk>
+       Some fonts may have no characters at all for some reason, avoid crashes.
+
+       * dlls/dsound/dsound_main.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Add a few more flags to those recognized when doing trace+dsound.
+
+       * objects/text.c: James Abbatiello <abbeyj@wpi.edu>
+       Don't print uiLengthDrawn in the FIXME in DrawTextExA.  Its an output
+       variable, not an input variable.
+
+       * graphics/x11drv/dib.c:
+       James Abbatiello <abbeyj@wpi.edu>
+       Use XCreateImage/XGetSubImage instead of XGetImage for
+       X11DRV_DIB_GetImageBits.
+
+2000-06-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/Makefile.in, unicode/c_042.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1253.c, unicode/c_1255.c, unicode/c_1257.c, unicode/c_28593.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_424.c, unicode/c_856.c, unicode/c_857.c, unicode/c_864.c, unicode/c_874.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, memory/codepage.c:
+       Added support for symbol codepage.
+       Improved handling of undefined codepage characters.
+
+       * loader/ne/module.c:
+       Make sure GetModuleFileName16 does not return garbage even if the path
+       is not valid (thanks to Andreas Mohr).
+
+       * graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/x11font.h:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Assign codepage for every X11 font suffix, and use it for converting
+       text to display.
+
+       * win32/Makefile.in, win32/code_page.c, dlls/kernel/kernel.spec, memory/Makefile.in, memory/codepage.c, memory/string.c:
+       Rewrote codepage support to use the new codepage tables.
+
+       * unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, include/wine/unicode.h, include/winnls.h, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c, unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c:
+       Added support for WC_NO_BEST_FIT_CHAR and default char parameters in
+       cp_wcstombs.
+       Minor cosmetic fixes.
+
+       * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
+       Ove Kaaven <ovek@transgaming.com>
+       Call TSXFlush after setting DGA palette, so it updates immediately.
+
+2000-06-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * unicode/c_28591.c, unicode/c_28592.c, unicode/c_28593.c, unicode/c_28594.c, unicode/c_28595.c, unicode/c_28596.c, unicode/c_28597.c, unicode/c_28598.c, unicode/c_28599.c, unicode/c_424.c, unicode/c_437.c, unicode/c_500.c, unicode/c_737.c, unicode/c_775.c, unicode/c_850.c, unicode/c_852.c, unicode/c_855.c, unicode/c_856.c, unicode/c_857.c, unicode/c_860.c, unicode/c_861.c, unicode/c_862.c, unicode/c_863.c, unicode/c_864.c, unicode/c_865.c, unicode/c_866.c, unicode/c_869.c, unicode/c_874.c, unicode/c_875.c, unicode/c_878.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c, unicode/c_950.c, unicode/cpmap.pl, unicode/cptable.c, unicode/defaults, unicode/mbtowc.c, unicode/wctomb.c, Makefile.in, configure, configure.in, include/wine/unicode.h, unicode/.cvsignore, unicode/Makefile.in, unicode/c_037.c, unicode/c_10000.c, unicode/c_10006.c, unicode/c_10007.c, unicode/c_10029.c, unicode/c_1006.c, unicode/c_10079.c, unicode/c_10081.c, unicode/c_1026.c, unicode/c_1250.c, unicode/c_1251.c, unicode/c_1252.c, unicode/c_1253.c, unicode/c_1254.c, unicode/c_1255.c, unicode/c_1256.c, unicode/c_1257.c, unicode/c_1258.c, unicode/c_20866.c:
+       Added a bunch of code page tables for multibyte<->wide char
+       conversions (with the help of Dmitry Timoshkov).
+
+2000-06-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, dlls/shell32/shellpath.c, include/ntddk.h, include/winnls.h, memory/string.c, misc/lstr.c, dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Implement NTDLL.towupper and NTDLL.towlower using already existing
+       case conversion tables. Replace all direct calls to towupper/towlower
+       either to NTDLL for core or to CRTDLL if latter already used in the
+       non core dll.
+
+       * graphics/x11drv/bitblt.c: Shi Quan He (of Corel)
+       The implementation of StretchBlt in WINE does not use the foreground and
+       background color when a bitmap is copied from mono to mono.  This is
+       not the case in the actual implementation under Windows but MSDN did
+       not document it.
+
+       * dlls/comctl32/status.c:
+       Aric Stewart <aric@codeweavers.com>
+       Windows must update the right edge (-1) of the last panel upon drawing
+       instead of relying on WM_SIZE.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Properly handle InsertItem with an invalid HTREEITEM. Windows handles
+       these like a TVI_LAST.
+
+       * windows/x11drv/event.c:
+       Turchanov Sergei <turchanov@otvprim.ru>
+       DGA compile fix.
+
+       * dlls/Makefile.in: Added missing dependency.
+
+       * debugger/msc.c, debugger/winedbg.c, relay32/builtin32.c:
+       Removed the .xcnlnk section hack, and replaced it by another hack in
+       the debugger CREATE_PROCESS event handling.
+
+       * dlls/Makefile.in: Merged mouse dll into USER.
+
+       * programs/winhelp/macro.c: Compile fix.
+
+       * if1632/builtin.c, if1632/thunk.c, loader/task.c, memory/atom.c, scheduler/thread.c, win32/kernel32.c:
+       Removed a few unnecessary includes.
+
+       * dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/display.c, dlls/user/display.spec, dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/mouserc.rc, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/mouse.c, Makefile.in, configure, configure.in, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec:
+       Merged mouse dll into USER.
+
+       * debugger/Makefile.in, dlls/richedit/Makefile.in, dlls/shell32/Makefile.in, dlls/shell32/shell32.spec, dlls/urlmon/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec, libtest/Makefile.in, programs/avitools/Makefile.in, resources/Makefile.in, Make.rules.in:
+       Simplified wrc flags handling.
+
+       * windows/win.c:
+       Yet another attempt at fixing CW_USEDEFAULT handling.
+
+       * loader/module.c:
+       Use FILE_SHARE_READ to open the file in GetBinaryTypeA.
+
+       * debugger/module.c:
+       Strip path name from dll when adding symbols.
+
+       * loader/pe_image.c:
+       Send full path name and debug information in load_dll event.
+
+       * include/server.h, relay32/builtin32.c, scheduler/process.c, server/debugger.c, server/process.c, server/trace.c, include/module.h:
+       Pass the main exe name in the CREATE_PROCESS debug event.
+
+       * scheduler/sysdeps.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Make a better guess to find the top of the initial stack.
+       Fixed FreeBSD compile problem (thanks to Gerald Pfeiffer).
+
+       * windows/cursoricon.c:
+       Louis-Philippe Gagnon (of Macadamian for Corel)
+       Search for already loaded CursorIcon was done with the wrong handle,
+       so it was leaking icons. Fixed.
+
+       * tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Implemented MESSAGETABLE resource type.
+       - Usertype resources that cause a type-clash with defined resources
+         are now detected and a warning is generated. Some types should be
+         rerouted through other code so that they will be (re-)interpreted.
+       - Bugfix: Line-continuation in strings in resources include a newline.
+         This `feature' got deleted with the builtin preprocessor, but has been
+         put back into place (see last changes comment from version 1.1.0).
+       - Bugfix: The preprocessor now correctly will see "\\\r\n" as a line-
+         continuation.
+       - Bugfix: Assemblers on some platforms do not use 16bit quantities
+         for `.word'. This directive is now changed into `.short'.
+       - All types that accept inline data definitions (a la RCDATA) now
+         also accept a file specification. This unifies the structure a bit.
+
+2000-06-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/dll-overrides:
+       Ove Kaaven <ovek@arcticnet.no>
+       Text of WWN article "DLL overrides".
+
+       * documentation/HOWTO-winelib:
+       Wilbur N. Dale <wilbur.dale@lumin.nl>
+       Added to project. Currently incomplete but will update weekly.
+
+       * scheduler/client.c, scheduler/process.c, dlls/ntdll/signal_i386.c:
+       Setup signal handling and exceptions only after REQ_INIT_PROCESS_DONE
+       has been sent, to avoid deadlocking the debugger.
+
+       * controls/combo.c, include/combo.h:
+       Serge Ivanov <sergei@corel.ca>
+       - ComboLBox is always created as child of ComboBox. If ComboBox has style
+         other than CBS_SIMPLE, parent of listbox is set to desktop.
+       - In CBDropDown. ComboBox uses only first item to calculate height of
+         dropped listbox. Also if listbox is empty its height is unmodified
+         (previously it was set to 0).
+       - Added correct handling of WM_GETDLGCODE and WM_(SYS)KEYDOWN messages.
+       - General clean-up. Message order is now more precise (at least
+         notifications to client); listbox - combobox interaction has slight
+         differences comparing to Windows.
+
+       * controls/edit.c: Serge Ivanov <sergei@corel.ca>
+       - Removed dependency of edit control from combobox implementation.
+       - Edit control uses undocumented window style 0x0200 to detect is it a part
+         of combobox. If so it calls GetDlgItem(hwndCombo, 1000) to get ComboLBox
+         window handle (see comments for combo.c below).
+       - EDIT_CheckCombo - modified for correct handling of keyboard messages.
+       - Processing of WM_GETDLGCODE and WM_CHAR for VK_RETURN and VK_ESCAPE
+         depends on whether listbox is dropped down. This prevents closing of dialog
+         if listbox is dropped down and allows combobox to process these keyboard
+         messages properly.
+
+       * controls/listbox.c: Serge Ivanov <sergei@corel.ca>
+       - We can use wnd->wIDmenu for ComboLBox (it is not reset anymore in SetParent)
+       - When user clicks outside of dropped listbox, original selection must be
+         restored.
+       - ComboLBox has caret_on = FALSE on creation, that's why combobox sends
+         LB_CARETON message before dropping listbox down (but only for
+         CBS_DROPDOWNLIST - I don't now why).
+
+       * windows/x11drv/wnd.c: Serge Ivanov <sergei@corel.ca>
+       Well, SetParent doesn't work properly at all, but at least it must preserve
+       window ID.  In fact it also must preserve window styles, destroy X
+       counterpart if parent of popup or overlapped window is set to someting
+       different from Desktop, and lot of other stuff that it must and mustn't do.
+       But preserving ID is good enough for now.
+
+       * include/winuser.h: Serge Ivanov <sergei@corel.ca>
+       Added undocumented window style.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, documentation/status/directplay:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Small update to documentation
+       - More player/group interface implementation (not tested)
+
+       * win32/except.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Don't call MessageBoxA before USER is initialized.
+
+       * controls/listbox.c: Stephane Lussier
+       Sheri Steeves
+       Haithem Hmida
+       - Height of the listbox should be adjust when LBS_OWNERDRAWFIXED is set
+         and not if LBS_OWNERDRAWVARIABLE is set, previously it was not adjusting
+         the size in both cases.
+       - When the caret index change, items repainting need tp be in this
+         order
+         a) Paint old caret item without the focus
+         b) Paint old caret item without the selection
+         c) Paint new caret item with the selection
+         d) Paint new caret item with the focus.
+       - When repainting the listbox, we should paint all items regarding if
+         they are slected or not and then paint after the focus item. So focus
+         item will end out being painted twice. (That's what Windows does).
+
+       * files/file.c: Stas Sergeev <stas.orel@mailcity.com>
+       mmap() fails with ENODEV on NTFS under Linux.
+
+       * dlls/commdlg/filedlg95.c, dlls/shell32/shellpath.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       PathFindNextComponent: return pointer to NULL and not NULL.
+
+       * dlls/comctl32/toolbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       Added handling of TBSTYLE_AUTOSIZE.
+
+       * dlls/comctl32/datetime.c, dlls/comctl32/treeview.c, dlls/commdlg/filedlg95.c, dlls/x11drv/x11drv_main.c, include/crtdll.h, msdos/ioports.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * dlls/urlmon/umon.c, include/urlmon.h, scheduler/critsection.c, dlls/odbc32/proxyodbc.c, dlls/ole32/moniker.c, dlls/shell32/shellstring.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/winapi_check:
+       Patrik Stridvall <ps@leissner.se>
+       - Minor API files update.
+       - Turned on calling convention checking for Win32 functions by
+         default.
+
+       * dlls/comctl32/toolbar.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       TOOLBAR_DrawString: catch index== -1 (but not yet handled).
+
+       * misc/options.c:
+       Fixed off-by-one error in string allocation.
+
+       * windows/win.c:
+       Alexandre Julliard <julliard@codeweavers.com> for Corel
+       The window dimensions have to be initialized before sending the
+       WM_GETMINMAXINFO message.
+
+       * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/dpmi.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Removed mis-aligned accesses during BIOS/DOS data initialization.
+
+       * tools/build.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Fixed size of pe_header on machines with non-4K pages.
+
+       * if1632/snoop.c, relay32/snoop.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Use "CALL" and "RET" in capital letters for distinction.
+
+       * dlls/comctl32/propsheet.c:
+       Noomen Hamza <noomen@macadamian.com>
+       The active page should be unchanged when removing an active first page
+       from a property sheets.
+
+2000-06-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ntdll/signal_sparc.c, memory/selector.c, scheduler/critsection.c, server/Makefile.in, server/context_sparc.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Updated support for Solaris/Sparc architecture.
+
+       * dlls/comctl32/toolbar.c:
+       Michael Cardenas <michael_cardenas@deneba.com>
+       Corrected a potential crash.
+
+       * scheduler/process.c, scheduler/sysdeps.c, tools/build.c, include/callback.h, loader/task.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Moved stack switch handling (large stack) to sysdeps.c
+       Enable exception dispatch while on large stack.
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Finished the implementation of LISTVIEW_SetColumnWidth.  Tested
+       against windows thoroughly.  Fixed bug resulting in unsigned values
+       being passed into LISTVIEW_SetColumnWidth from the listview window
+       procedure.  Fixed LISTVIEW_GetItemHeight to disregard the height of
+       icons if no icons exist.
+
+       * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
+       Added defines for LVSCW_AUTOSIZE/_USEHEADER.
+
+       * dlls/comctl32/header.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Replaced calls to HEADER_Refresh with InvalidateRect.
+
+       * dlls/comctl32/toolbar.c:
+       Eric Kohl <ekohl@rz-online.de>
+       Started support for menubar-like toolbars.
+
+       * debugger/break.c, debugger/debugger.h, debugger/hash.c, debugger/memory.c, debugger/source.c, debugger/stack.c, debugger/winedbg.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Compile fixes for non-i386 archs.
+
+       * controls/button.c, controls/uitools.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Attempt to paint the checkbox and radio buttons better.
+
+2000-06-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ttydrv/ttydrv_main.c: Fixed warning.
+
+       * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c, include/commctrl.h:
+       Eric Kohl <ekohl@rz-online.de>
+       Updated to dll version 5.81 (IE 5.01).
+
+       * dlls/comctl32/treeview.c:
+       Eric Kohl <ekohl@rz-online.de>
+       Implemented TVM_GETITEMW.
+
+       * dlls/comctl32/listview.c, include/listview.h:
+       Jason Mawdsley <jason@macadamian.com>
+       Added support for typing the filename in the listview control and
+       having the control select it.
+
+       * windows/message.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, include/message.h, misc/main.c:
+       Removed MSG_WineStartTicks (does not work for multiple address spaces
+       anyway).
+
+       * graphics/enhmetafiledrv/init.c:
+       Replaced GetDC by CreateDC.
+
+       * include/bitmap.h, objects/dib.c, windows/cursoricon.c:
+       Moved DIB_FixColorsToLoadflags to cursoricon.c.
+
+       * documentation/wine.man.in:
+       Peter Ganten <peter@ganten.org>
+       Documented the new wine command line and the environment variable
+       WINEPREFIX.
+
+       * msdos/dpmi.c, dlls/dsound/dsound_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * tools/winapi_check/win16/wineps16.api, tools/winapi_check/win32/comdlg32.api, tools/winapi_check/win32/dsound.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/modules.dat, tools/winapi_check/win16/wineps.api:
+       Patrik Stridvall <ps@leissner.se>
+       API files update.
+
+       * memory/instr.c, msdos/interrupts.c, dlls/kernel/wprocs.spec, if1632/builtin.c, include/builtin16.h:
+       Delay loading of interrupt table functions until they are needed.
+
+       * include/miscemu.h, msdos/ioports.c:
+       Delay initialization of I/O permissions until they are first used.
+
+       * loader/main.c, dlls/kernel/Makefile.in, dlls/kernel/kernel_main.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, if1632/relay.c, scheduler/process.c:
+       Moved kernel initialization to kernel_main.c
+
+       * windows/x11drv/wnd.c, configure.in, dlls/Makefile.in, dlls/dinput/dinput_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/disp.rc, dlls/user/display.c, dlls/user/display.spec, dlls/user/user_main.c, include/display.h, loader/main.c, windows/cursoricon.c, Makefile.in, configure:
+       Merged display.dll into USER.
+
+       * misc/wsprintf.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Fixed crash.
+
+       * relay32/.cvsignore, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, configure, configure.in, dlls/Makefile.in, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/comm.spec, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/system.spec, dlls/kernel/toolhelp.spec, dlls/kernel/wow32.spec, dlls/kernel/wprocs.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/comm.spec, if1632/kernel.spec, if1632/system.spec, if1632/toolhelp.spec, if1632/wprocs.spec, Make.rules.in, Makefile.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Start to separate KERNEL out of libwine.
+
+2000-06-02  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/ts_xutil.h, tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Preserve WM hints that were set during window creation by calling
+       XGetWMHints prior to XSetWMHints.
+
+       * include/commdlg.h:
+       Michael Cardenas <michael_cardenas@deneba.com>
+       Added a few message crackers.
+
+       * tools/wineconf: Ove Kaaven <ovek@arcticnet.no>
+       Add "Unix drives" /tmp and ${HOME}, and Device and Filesystem
+       statements, to autogenerated wine.conf.
+
+       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/printdlg.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - Rewrite of the shell related parts of the dialog to use the already
+         in shell32implemented functions (ShellFolder/Path*). Eliminated direct
+         file access.
+       - Replaced LoadLibraryA with GetModuleHandleA since comdlg32 is imports
+         some dlls per *.spec file
+       - Most OpenFile Flags (OFN_*) should work properly now
+       - The edit box should work right with all stuff entered in it like
+         ..\temp\file.txt or just c: to change a drive
+       - Optimized DataObject handling
+       - Some bugs fixed, should work with native shell32 again.
+       - Stubs for PrintDlgEx
+
+2000-06-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/dplayx/dplay.c, dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, documentation/config, documentation/distributors, documentation/fonts, documentation/no-windows, misc/registry.c, win32/kernel32.c, windows/driver.c, windows/message.c, controls/menu.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/mesa_private.h:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Lots of spelling fixes that accumulated in my tree again, made several
+       error msgs more verbose, doc updates.
+
+       * documentation/shell32, include/shlwapi.h, dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shellreg.c, dlls/shell32/shellstring.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       - New (some stubs): SHGetFolderLocation, PathAddExtension,
+         PathIsUNCServer, PathIsUNCServerShare, PathMakePretty,
+         SHCreateShellPalette, SHOpenRegStream, SHOpenRegStream2
+       - Many string functions implemented
+       - Some stubs for exports by ordinal
+
+       * loader/pe_image.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Give a error message if a forwarded export is not resolved.
+
+       * files/dos_fs.c, include/winbase.h, relay32/kernel32.spec:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Implemented FindFirstFileEx, cleaned old implementation up.
+
+       * controls/widgets.c:
+       Louis-Philippe Gagnon (of Macadamian for Corel)
+       Static controls weren't receiving WM_LBUTTONDBLCLK messages because the
+       Static window class was registered without the CS_DBLCLKS style (which it
+       has in Windows).
+
+       * scheduler/process.c:
+       Make sure main_exe_name is a DOS filename (thanks to Uwe Bonnes).
+
+       * include/dsound.h, dlls/dsound/dsound_main.c, include/dplay.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Added DirectSoundCapture and DirectSoundCaptureBuffer interfaces
+       - Added some SoundCapture stubs
+       - Changed REFIID to LPCGUID in a few places as per MS header file
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/sec.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Stub for RtlConvertSidToUnicodeString.
+
+       * controls/static.c: Serge Ivanov <sergei@corel.ca>
+       MSDN: "WM_NCHITTEST - Returns HTCLIENT if the control style is
+       SS_NOTIFY; otherwise, returns HTTRANSPARENT. "
+
+       * dlls/winsock/socket.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed warning.
+
+2000-05-31  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
+       Set a default size for windows when CW_USEDEFAULT is used.
+
+2000-05-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * ole/nls/hrv.nls, windows/x11drv/keyboard.c, documentation/languages, documentation/wine.man.in, include/options.h, misc/main.c, ole/ole2nls.c:
+       Zoran Dzelajlija <jelly@srk.fer.hr>
+       Basic Croatian language support.
+
+       * controls/edit.c: Serge Ivanov
+       Returning DLGC_WANTALLKEYS for multiline edit control was not good because
+       it breaks navigation in dialogs.
+
+       * dlls/dsound/dsound_main.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Fixed some initialization/destruction and reference counting
+       - Added a little more debugging information
+
+       * tools/font_convert.sh:
+       Peter Ganten <peter@ganten.org>
+       Added a shell-script for easier font-installation.
+
+       * dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/driver.c, dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/text.c, dlls/wineps/wineps.spec, dlls/wineps/wineps16.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/wineps.spec, include/psdrv.h, loader/main.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/gdi/gdi_main.c, dlls/wineps/.cvsignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/bitblt.c, Make.rules.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Separate wineps out of Wine's core.
+
+       * dlls/dplayx/dplayx_main.c, dlls/dplayx/dplayx_queue.h, dlls/dplayx/dplobby.c, dlls/dplayx/dplay.c:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Added a little more dll level debugging and small changes
+       - Start on group and player interfaces
+
+       * dlls/dsound/dsound.spec, dlls/dsound/dsound_main.c, include/dsound.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Add another way to create a 3d listener interface.
+       - Fix up some reference counting bugs and interface creation bugs
+       - Add DirectSoundEnumerateW stub
+       - Add DirectSoundCaptureEnumerate{A,W} stubs
+
+       * dlls/comctl32/datetime.c, include/datetime.h:
+       Chris Morgan <cmorgan@wpi.edu>
+       Added 3D border around control.  Fixed monthcal control popup.  Added
+       WM_SIZE support.  Optimized drawing.  Added WM_LBUTTONUP handling.
+       Handle DTS_RIGHTALIGN style.  Fixed handling of formatting styles,
+       date is now displayed properly for DTS_SHORTDATEFORMAT.
+
+       * dlls/comctl32/monthcal.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Removed all direct calls to MONTHCAL_Refresh() and replaced with
+       either RedrawWindow or InvalidateRect. Optimized drawing using
+       RedraWindow and update regions.  Fixed "Today" date bug where year was
+       only one digit.  Fixed drawing of circle drawn next to "Today".  Fixed
+       moving to previous or next month by clicking on days belonging to
+       previous or next months.
+
+       * relay32/kernel32.spec, win32/console.c:
+       Ulrich Czekalla <ulrichc@corel.com>
+       Add stub for SetConsoleOutputCP.
+
+       * tools/wrc/ppy.y:
+       Marcus Meissner <marcus@jet.franken.de>
+       Add a ; needed by some YACCs.
+
+       * dlls/ddraw/dsurface/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Install the colormap only if it was created.
+
+       * msdos/int21.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Implemented int 0x21 long file name function 0x71a0: Get Volume Info.
+
+       * dlls/opengl32/wgl.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Implemented wglShareLists and wglGetCurrentDC.
+
+       * windows/message.c, windows/queue.c, windows/user.c, include/process.h, include/queue.h, include/server.h, scheduler/process.c, server/Makefile.in, server/object.h, server/process.c, server/process.h, server/queue.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
+       Moved idle event handling to the server.
+
+       * windows/win.c:
+       Use GetStartupInfoA() instead of accessing process structure
+       directly.
+
+       * loader/task.c:
+       Make sure initial task is not marked as 32-bit.
+
+       * misc/options.c:
+       Make child processes inherit command-line options through the
+       WINEOPTIONS environment variable.
+
+       * windows/win.c: Serge Ivanov
+       SetParent: call SetWindowPos with SWP_NOACTIVATE flag set.
+
+       * dlls/Makefile.in, dlls/gdi/Makefile.in, dlls/gdi/dispdib.spec, if1632/Makefile.in, if1632/dispdib.spec:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Moved DISPDIB out of the kernel into GDI.
+
+       * controls/combo.c, include/combo.h:
+       David Grant <davidgra@corel.ca>
+       - Creating combobox with CBS_SIMPLE style shall set internal flag CBF_EDIT.
+       - Edit text must be selected only if CB is in focus.
+       - If CB has edit control we have to call CBUpdateEdit to update its
+         contents. Invalidating textRect will not force updating of child
+         edit control, obviously.
+       - We have to protect ourselves from changing selection in listbox when
+         we receive listbox notification. So LBN_SELCHANGE -> CBUpdateEdit ->
+         EN_CHANGE will not reselect item in the lisbox.
+
+       * dlls/gdi/gdi_main.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Add include for LoadLibrary.
+
+       * include/server.h, memory/atom.c, relay32/kernel32.spec, server/atom.c, server/process.c, server/process.h, server/request.h, server/trace.c:
+       Turchanov Sergei <turchanov@otvprim.ru>
+       Implemented local atoms in the server.
+
+       * if1632/builtin.c: Do not load wineps on startup.
+
+       * misc/comm.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fixed warning.
+
+       * controls/combo.c: Owen Wang
+       When you click on an icon to open a combo box, you would expect it to
+       be enabled so you can choose something in it. In Wine this was not
+       guaranteed since your default flags could get lost in the process-heap
+       of the application.
+
+2000-05-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * msdos/int21.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, win32/except.c, windows/nonclient.c, windows/queue.c, windows/user.c, loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, memory/environ.c, misc/main.c, misc/options.c, miscemu/main.c, msdos/int20.c, dlls/shell32/shell.c, include/main.h, include/module.h, include/options.h, include/pe_image.h, include/process.h, include/task.h, include/thread.h, loader/main.c, loader/module.c:
+       Exec a separate wine binary for every win32 process so that they run
+       in separate address spaces.
+       Run 16-bit tasks as Win32 threads, not processes.
+
+2000-05-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/version.h, ANNOUNCE, ChangeLog:
+       Release 20000526.
+
+       * controls/listbox.c: Serge Ivanov
+       - Added handling of WM_MOUSEACTIVATE message
+       - Added in_focus field to internal listbox's structure. This flag is set on
+         receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
+         GetFocus function were replaced with checks of this flag.
+       - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
+         clear
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       Started local name server framework.
+
+       * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Add PrintSetup dialog and support for hooks and templates.
+       Move 16 bit api definitions out of commdlg.h to cdlg.h
+
+----------------------------------------------------------------
+2000-05-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * controls/listbox.c: Serge Ivanov
+       - Added handling of WM_MOUSEACTIVATE message
+       - Added in_focus field to internal listbox's structure. This flag is set on
+         receiving WM_SETFOCUS message and is reseted on WM_KILLFOCUS. All calls to
+         GetFocus function were replaced with checks of this flag.
+       - In LISTBOX_HandleLButtonDown: focus is set only if 'in_focus' flag is
+         clear
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       Started local name server framework.
+
+       * dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commdlg.h, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/comdlg32.spec, dlls/commdlg/filedlg.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Add PrintSetup dialog and support for hooks and templates.
+       Move 16 bit api definitions out of commdlg.h to cdlg.h
+
+       * controls/edit.c: Henning Hoffmann
+       Don't send EN_CHANGE after painting the edit.
+       Send it wherever text is changed.
+
+       * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
+       Moved the EN_UPDATE notification out of the paint handler. Instead,
+       the notification is sent when an InvalidateRect is made after
+       modifying the text.
+
+       * dlls/comctl32/tooltips.c:
+       Francois Methot (Macadamian)
+       Fixed the blank color palette tooltip bug by triggering a refresh of
+       the tooltip with UpdateWindow function instead of calling directly the
+       refresh function.
+
+       * debugger/Makefile.in, debugger/external.c, misc/Makefile.in, misc/ext_debugger.c:
+       James Juran <juran@cse.psu.edu>
+       DEBUG_ExternalDebugger() needs to be a part of wine, not winedbg.
+
+2000-05-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * Make.rules.in:
+       Do not clear suffixes list (breaks BSD make).
+
+       * dlls/winspool/info.c, include/winspool.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Move winspool to unicode.
+       Minor bug fixes.
+
+       * dlls/comctl32/trackbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       Reworked the thumb drawing code, thumb calculation code, channel
+       calculation code, and corrected some bugs in how tics are drawn and
+       how clicks are handled.
+
+       * controls/edit.c:
+       Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
+       Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Use clipping regions to reduce the amount of processing performed when the
+       toolbar is repainting.  Reduces processing by approximately 85-95% in most
+       cases.
+
+       * dlls/comctl32/treeview.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fixes crash when calling Treeview_EndEditLabelNow and no node is
+       currently edited.
+
+2000-05-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/flatsb.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Defer to standard scrolling APIs for non-flatSB specific functions so
+       that flatSBs show up and behave properly, just not with flat properties.
+
+       * graphics/x11drv/dib.c:
+       Rob Farnum <robf@codeweavers.com>
+       Separate out the 32bit case from the 24bit case, and copy 3bytes of
+       source for every 4bytes of input, into the destination for the 24bit
+       case.
+
+       * include/winbase.h, include/winnt.h, win32/file.c:
+       Francois Gouget <fgouget@psn.net>
+       Sorted out a few misplaced definitions.
+       Added some missing definitions related to file handling and virtual
+       memory manipulation.
+       Added IsTextUnicode.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Added handling for TVS_SINGLEEXPAND.
+
+       * dlls/comctl32/tab.c:
+       Aric Stewart <aric@codeweavers.com>
+       Corrected the problem where a tab control marked multiline but has
+       only one tab was being justified to fill the whole tab space.
+
+       * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
+       Commented out broken __asm__, added comments where it is broken.
+
+       * dlls/comctl32/listview.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Inserted a missing call to SetWindowPos(). With this change the header
+       control is visible again in list views with report style.
+
+       * Make.rules.in, tools/wrc/Makefile.in:
+       Revived the GEN_C_SRCS variable to support wrc lex/yacc sources.
+
+2000-05-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/message.c:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       Send a normal mouse message code in WM_PARENTNOTIFY, even if the
+       actual message was a non-client one.
+
+       * server/registry.c, dlls/ddraw/main.c, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, include/x11drv.h:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/nativeapi.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Updated API files
+       - Better headers and prototype checking
+       - Prototype checking now called --prototype instead of --headers
+       - New options --headers-{duplicated,misplaced} for
+         duplicated/misplaced functions checking of the headers.
+       - Minor bug fixes.
+
+       * Make.rules.in, configure, configure.in:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       If system doesn't have OpenGL, don't refer to libopengl32.so.
+
+       * dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c:
+       Abey George (of Macadamian/Corel)
+       When you open files with Embedded objects, they were not getting drawn
+       correctly.  When you paste OLE objects with presentation data, they
+       were not getting drawn correctly.
+
+       * controls/menu.c: Rob Farnum <robf@codeweavers.com>
+       Post a WM_CANCELMODE message to wake up the internal menu handling
+       code. This fixes the problem of a menu being orphaned when the parent
+       window disappears, or if the parent loses focus.
+
+       * dlls/winsock/socket.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Fix a mismatch between format string and parameter.
+
+       * dlls/comctl32/updown.c:
+       Susan Farley <sfarley@codeweavers.com>
+       SetBuddy no longer overwrites its superclass' WndProc property when
+       the buddy has already been subclassed, eliminating the infinite loop
+       that resulted.
+
+       * configure, configure.in:
+       John R. Sheets <jsheets@codeweavers.com>
+       Cleaned up X11 extension tests.
+
+       * controls/edit.c: Ulrich Czekalla <ulrichc@corel.com>
+       Capture ^V,^X,^C and translate it to the corresponding message for
+       paste, cut, copy.
+
+       * dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - fixed the OpenGL32 spec file (and the make_opengl_spec tool)
+       - prevent HalfLife from crashing when it frees three times the same
+         rendering context
+
+       * graphics/vga.c, include/vga.h:
+       Ove Kaaven <ovek@arcticnet.no>
+       Improved DirectDrawPalette handling (set it on init, not every time it
+       changes). Added VGA_WriteChars() function.
+
+       * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
+       Scale mouse coordinates to default width 640.
+
+       * dlls/ddraw/ddraw/main.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Made WINE_DirectDraw a decorationless popup window. Fixes mouse
+       coordinates previously offset by the invisible decorations.
+
+       * include/winnt.h:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       #undef DELETE before (re)defining it.
+
+       * dlls/comctl32/tooltips.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Fixed tooltips.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Reduce toolbar redrawing and flicker by calling RedrawWindow() in
+       TOOLBAR_MouseMove() only if hot effect applies to the current hot
+       button.  Restore bHot flag of hot button in TOOLBAR_LButtonUp() to
+       restore hot effect properly.
+
+       * controls/listbox.c: Serge Ivanov
+       Fixed WM_LBUTTONDBLCLK handling.
+
+       * include/win.h, include/x11drv.h, windows/defwnd.c, windows/nonclient.c, windows/x11drv/wnd.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Set and retrieve the window icon that is drawn under managed mode
+       (based on the work of Andrew Lewycky for Corel).
+
+       * dlls/comctl32/toolbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       Corrected a problem of when oldHit is negative and we try to use it as
+       an index into the buttons array.
+
+       * include/windows.h: Francois Gouget <fgouget@psn.net>
+       Should include commdlg.h.
+
+       * include/windef.h: Francois Gouget <fgouget@psn.net>
+       Define the _X86_ macro on Intel processors.
+
+       * controls/edit.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Some part of EDIT_EM_LineLength code was commented (broken). Restored
+       the capability to calculate the remaining non-selected chars of a
+       selection area.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Remove the PRIMARYSURFACE attribute from back buffers.
+
+       * dlls/comctl32/listview.c:
+       Aric Stewart <aric@codeweavers.com>
+       If a listview is created with LVS_NOCOLUMNEHEADER then wine creates the
+       header like normal but just sets it not visible. This fix lays out
+       those supposedly nonexistent headers to size 0,0. So that even if they
+       become visible they are not drawn.
+
+       * dlls/commdlg/colordlg.c, include/wine/winuser16.h:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Remove the direct call into core (DIALOG_DoDialogBox).
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga_private.h:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Initialize the back-buffer with the correct VTable.
+
+       * dlls/opengl32/opengl32.spec, dlls/opengl32/wgl.c, dlls/x11drv/x11drv_main.c, dlls/opengl32/make_opengl_spec, wine.ini:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - added option to get double-buffered desktop
+       - implemented wglUseFontBitmapsA and wglDeleteContext
+
+       * tools/wrc/CHANGES, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Implemented animated cursors and icons resource types.
+       - Added partial support for font resources (user supplied fontdir is
+         required).
+       - All resources with inline data (a la RCDATA) now support language,
+         version and characteristics data.
+       - Implemented resource name duplicate checks. It is now an error if
+         two resources of the same type have the same name.
+       - Bugfix: Language propagation was not correct when .res files were
+         generated.
+       - Bugfix: VERSIONINFO now handles memory options.
+       - Bugfix: resource names and the resource type may be equal (e.g. MENU
+         MENU {...}). This support was mistakingly deleted in the upgrade to
+         the builtin preprocessor.
+         The standalone LANGUAGE setting became context sensitive as a consequence
+         of this. Now it *must* end with a newline *after* both expressions and
+         no newlines are allowed within the line (the statement must fit on one
+         line). This is no practical problem though.
+
+       * tools/winapi_check/output.pm:
+       Francois Gouget <fgouget@psn.net>
+       Send regular messages to stdout so that they are separate from
+       progress messages.
+
+       * documentation/bugreports:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Regression testing using CVS.
+
+       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, documentation/status/directplay:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Small fixes/updates
+       - Add support for the DPCONNECTION_DIRECTPLAYLOBBY flag
+
+       * documentation/winedbg:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       A bit of documentation on new debugging features.
+
+       * files/directory.c: James Juran <juran@cse.psu.edu>
+       SearchPathA needs to set the last error to ERROR_FILE_NOT_FOUND when
+       it does not find the file.
+
+       * scheduler/debugger.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Use WARN() instead of TRACE() in DebugOutputA().
+
+       * memory/heap.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       HeapFree on a NULL ptr should return TRUE.
+
+2000-05-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/listview.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Update nItemWidth in LISTVIEW_SetItem() if LVS_LIST or LVS_SMALLICON
+       mode and item text is wider than the current nItemWidth.
+
+       * loader/task.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
+       Fixed initialization of INSTANCEDATA in InitTask().
+
+       * dlls/ole32/storage.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       StgOpenStorage16: correct arguments to the CreateFile call.
+
+       * files/dos_fs.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       DOSFS_DoGetFullPathName: terminate string weh called like .\\file
+
+       * dlls/icmp/icmp_main.c:
+       Francois Gouget <fgouget@psn.net>
+       Replace the calls to malloc by calls to HeapAlloc and friends.
+
+       * dlls/comctl32/toolbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixes the line of garbage at the bottom of images and the fact that
+       the buttons in the open dialog box where too tall.
+
+       * dlls/ole32/Makefile.in, dlls/ole32/ole2conv.spec, dlls/ole32/ole2prox.spec, dlls/ole32/ole2thk.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ole2conv.spec, if1632/ole2prox.spec, if1632/ole2thk.spec, dlls/Makefile.in:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Moved if1632/ole2{conv,prox,thk}.spec into dlls/ole32.
+
+2000-05-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/d3d.h, include/d3dcaps.h, include/d3dtypes.h, include/dsound.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Added remaining DirectX 3D3 6&7 3D interfaces.
+       - Added d3dcaps.h, d3dtypes.h and rearranged contents according to
+         DirectX 7 headers.
+       - Fixed dsound.h include list (d3d.h->d3dtypes.h).
+
+       * programs/regapi/README:
+       Juergen Lock <nox@jelal.kn-bremen.de>
+       Minor update.
+
+       * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_test.
+
+       * dlls/gdi/gdi32.spec, include/wingdi.h, objects/dc.c, objects/dcvalues.c:
+       Patrik Stridvall <ps@leissner.se>
+       GetRelAbs for some reason takes 2 parameters, even though the second
+       one is ignored at least on Windows NT 3.51 according to Marcus Meissner.
+
+       * controls/edit.c: Sheri Steeves
+       The edit is now detected correctly if the parent is a combo box. It
+       wasn't working when the combobox was superclassed.
+
+       * windows/nonclient.c: Francois Boisvert
+       System icons in the small caption bars are displayed with the right size.
+
+       * dlls/opengl32/make_opengl_norm, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win32/opengl32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       Minor bug fixes.
+
+       * dlls/comctl32/tab.c:
+       Francois Gouget <fgouget@psn.net>
+       Convert C++ comments to regular C comments.
+
+       * dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/x11_private.h:
+       Ove Kaaven <ovek@arcticnet.no>
+       Made IDirectDrawSurface::SetPalette set the surface's DIBSection color
+       map to point to the IDirectDrawPalette's own depth conversion color map.
+
+       * dlls/ddraw/ddraw/main.c, dlls/ddraw/main.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Initialize an identity mapping in CreatePalette if no depth conversion
+       is necessary. Also fixed a warning.
+
+       * graphics/x11drv/dib.c: Ove Kaaven <ovek@arcticnet.no>
+       Made X11DRV_DIB_MapColor map back to the original color index if the
+       XImage pixel's physical color is still the same.
+
+2000-05-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/xfont.c:
+       Use the correct display for cached metrics file name.
+       Store metrics in specified config dir.
+
+       * dlls/x11drv/x11drv_main.c, include/options.h, wine.ini:
+       Make sure all Wine processes share the same X display.
+       Inherit --managed option across processes.
+       Add support for specifying display and managed mode in config file.
+
+       * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
+       Use unsigned int instead of unsigned short in DirectDraw
+       depth-conversion color map.
+
+       * controls/listbox.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Avoid calls to SetFocus when they are unnecessary.
+
+2000-05-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/comctl32/treeview.c:
+       David Black <dblack@btinternet.com>
+       Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
+
+       * dlls/winmm/wineoss/midi.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       More verbose errors.
+
+       * windows/nonclient.c: Chris Morgan <cmorgan@wpi.edu>
+       Fixed borders of windows while dragging or sizing to match
+       TWEAK_WineLook setting.
+
+       * relay32/builtin32.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       #include <sys/types.h> before <sys/mman.h>.
+
+       * misc/Makefile.in, misc/ddeml.c, dlls/Makefile.in, dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/ddeml.spec, if1632/ole2nls.spec:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Moved DDEML into dlls/user.
+
+       * dlls/advapi32/registry.c, include/server.h, misc/registry.c, server/registry.c, server/trace.c:
+       Added support for registry values larger than the server buffer.
+       When loading a registry file, automatically determine overlap between
+       key name and file contents based on the first key name.
+       Removed v1 saving code.
+       Save USER\.Default separately into ~/.wine/userdef.reg.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Improved DIBSection support for IDirectDrawSurface::GetDC.
+
+       * graphics/x11drv/opengl.c, dlls/opengl32/wgl.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - set debug messages after a TRACE_ON test
+       - prevent crash when making the NULL context current
+
+       * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
+       When new menu Id is not found or index > nitems, insert the new menu
+       at end of current menu.
+
+2000-05-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ddraw/d3d_private.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/x11.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, include/ddraw.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Added ability to create 3D3 interfaces for Xlib
+       - Changed DD_OK to D3D_OK in some places for consistency
+       - Cleaned up some compiler warnings present without DGA2
+       - Changed order for DirectDrawEnumerateExA to enumerate at least
+         what abilities are known rather than bailing on unsupported flags
+       - Added DirectDrawCreateEx stub
+
+2000-05-12  Alexandre Julliard  <julliard@winehq.com>
+
+       * controls/menu.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Distinguish RADIOCHECK style menu items from standard checkmark menu
+       items.
+
+       * controls/button.c:
+       Susan Farley <sfarley@codeweavers.com>
+       Like the AUTORADIOBUTTON, the parent of a RADIOBUTTON style button
+       should be sent a BN_CLICKED when it receives the focus.
+
+       * files/dos_fs.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       GetFullPathname: add missing termination to the string.
+
+       * tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed byte order on Solaris and FreeBSD.
+
+       * graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c, graphics/x11drv/opengl.c, include/acconfig.h, include/config.h.in, include/debugdefs.h, include/gdi.h, include/wine_gl.h, include/x11drv.h, loader/loadorder.c, dlls/Makefile.in, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/dsurface/x11.c, dlls/ddraw/mesa_private.h, dlls/opengl32/.cvsignore, dlls/opengl32/Makefile.in, dlls/opengl32/make_opengl_ext, dlls/opengl32/make_opengl_norm, dlls/opengl32/make_opengl_spec, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_ext.h, dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, graphics/enhmetafiledrv/init.c, graphics/painting.c, Make.rules.in, configure, configure.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added support for OpenGL.
+
+       * dlls/shell32/shlfolder.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed absolute path to pidl generation.
+
+2000-05-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/shell32/shlfolder.c:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       Fixed buffer overflow.
+
+       * dlls/imagehlp/access.c, dlls/imagehlp/integrity.c, dlls/imagehlp/symbol.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, windows/driver.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some debug messages.
+
+       * dlls/richedit/richedit.c, include/richedit.h, dlls/comctl32/listview.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/win16/ole2disp.api, tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/imagehlp.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/riched32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Check for missing modules in modules.dat.
+       - New options --debug-messages for debug message checking (turned off
+         by default)
+       - Do not discard the argument name (use in debug message checking)
+       - Improved parsing
+       - Minor bug fixes
+
+       * graphics/x11drv/dib.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Fixed asm() constraints.
+
+       * debugger/dbg.y, debugger/debugger.h, debugger/info.c, debugger/intvar.h, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed %p in printf (now using wsprintf which doesn't support it).
+       Added ThreadId and ProcessId internal vars.
+       Allow at startup to pick up a process to debug.
+
+       * dlls/winmm/wineoss/audio.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed division by zero.
+
+       * dlls/comctl32/trackbar.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
+
+       * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
+       Scroll off-screen controls when scroll rectangle is NULL.
+
+       * dlls/comctl32/tab.c, include/tab.h:
+       Ken Thomases <ken@codeweavers.com>
+       Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
+       mouse-over).
+
+       * dlls/comctl32/imagelist.c:
+       Aric Stewart <aric@codeweavers.com>
+       Remove the background from the new image when it is being replaced
+       with a ReplaceImage.
+
+       * loader/ne/module.c, loader/ne/segment.c, loader/task.c:
+       Bernd Herd <info@herdsoft.com>
+       Make sure hInstance is a proper global handle and not a selector
+       value.
+
+       * dlls/commdlg/printdlg.c: Jean-Claude Batista
+       PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Clean up the drawing code after a label update. There were problems if
+       the new label is shorter that the old label fragments of the old label
+       were left drawn.
+
+       * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
+       Clear menu handle after destroying menu.
+
+       * controls/menu.c:
+       Guy Albertelli <galberte@neo.lrun.com>
+       Revalidate menu handle in mt.hTopMenu after DispatchMessage.
+
+       * windows/dialog.c: Bernd Herd <info@herdsoft.com>
+       Pass CTLDATA as SEGPTR for 16-bit programs.
+
+       * dlls/version/ver16.c:
+       Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
+       Prevent possible NULL pointer access.
+
+2000-05-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * controls/menu.c: Aric Stewart <aric@codeweavers.com>
+       - Wine was passing the wrong hwnd as the owner when processing owner
+         drawn menubars.
+       - When doing MENU_CalcItemSize for the menu bar we were not properly
+         padding the returned rect.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       Allow the user to cancel label editing with esc and confirm with return.
+
+       * dlls/comctl32/tab.c:
+       Ken Thomases <ken@codeweavers.com>
+       Restore accidentally undone changes.
+
+       * dlls/comctl32/treeview.c:
+       Aric Stewart <aric@codeweavers.com>
+       - Wine was not properly reporting back the edited label to the
+         application in a treeview when the label is a callback.
+       - Because windows applications assume they get a new edit control
+         every time they often subclass that edit box willy-nilly and do not
+         clean up. So it is necessary to actually give them a new edit control
+         each time.
+
+       * dlls/comctl32/toolbar.c:
+       Aric Stewart <aric@codeweavers.com>
+       - Cleaned up some of the drawing code, specifically dealing with
+         avoiding trying to draw invalid bitmaps.
+       - Avoid directly calling drawing functions instead invalidating rects
+         and relying on WM_PAINT.
+       - For the dropdown event check the button style as opposed to the
+         toolbar style.
+
+       * dlls/dsound/dsound_main.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Make internal buffers size multiple of 4.
+
+       * windows/mdi.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       Verify the menu handle is non-zero prior to use.
+
+       * controls/menu.c: Ken Thomases <ken@codeweavers.com>
+       Fixed to display popup-menu arrow on owner-drawn popup menus.
+       Fixed positioning of submenus relative to parent menus.
+
+       * windows/x11drv/event.c, dlls/comctl32/animate.c, dlls/winmm/time.c, graphics/vga.c, misc/system.c, scheduler/services.c, windows/timer.c:
+       Specify the service thread timers in ms instead of us.
+
+       * relay32/builtin32.c, relay32/relay386.c, tools/build.c, include/builtin32.h, include/winnt.h, misc/main.c:
+       Reserve space for the PE header at the start of the .so file.
+       Store the export table inside the data section so that sections can be
+       properly aligned.
+       Build the relay function table directly in the .spec.c file.
+       Moved relay debugging functions to relay386.c.
+
+       * dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/monthcal.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Protect against use of comctl32 private control memory after it has
+       been freed.
+
+       * dlls/comctl32/status.c:
+       Aric Stewart <aric@codeweavers.com>
+       Some programs switch their status bar back and forth from simple mode
+       while running. This fix corrects drawing and text setting problems that
+       result from this behavior.
+
+2000-05-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * memory/heap.c:
+       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
+       Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
+       Various optimizations.
+
+       * dlls/winmm/wineoss/audio.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Changed WAVEHDR notification heuristic.
+       Added preliminary support for loops in WAVEHDRs.
+       Fixed issues when mixing open and getCaps calls.
+
+       * tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/readres.c, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/wrc.man, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Bugfix: Corrected a SEGV in the rawdata handling. Mistakingly took the
+         address of a pointer instead of its value. This probably slipped in
+         during the merge of my tree into the winetree.
+         Lesson learned: always double check.
+       - Verified most resources so that win16 compile also generates correct
+         output for reversed endian.
+       - Implemented byte-ordering for resources. All resources can be forced
+         to be little-, big- or native endian with command-line option -B.
+       - Reading resources from .res-files are only accepted in native byte-
+         ordering so that no additional semantic analysis is required.
+       - Resource directory is still written in native-only format, including
+         the strings.
+       - Wrc is now installed through the makefile with 'make install' and also
+         uninstalled with 'make uninstall'.
+       - Wrote a man-page for better reference. The manpage also gets installed
+         and uninstalled.
+       - Cleaned up the namespace a bit by more agressive use of static.
+
+       * dlls/comctl32/tab.c, include/tab.h:
+       Aric Stewart <aric@codeweavers.com>
+       Added the ability to use multiline tab controls to wine.
+
+       * dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Number of surface Lock/Unlocks must NOT match, so do NOT use it for
+       reference counting.
+
+       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+       Update for new Wine features; use ttydrv instead of x11drv when
+       running regapi, and set correct winedbg path in the registry.
+
+       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+       Fixed jump_alias for non-PIC, and disabled it for PIC, since it
+       doesn't work for PIC right now. This fixes current crashing sigaction
+       calls.
+
+       * debugger/memory.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed x /s command.
+
+       * dlls/advapi32/registry.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added some reg temp file clutter check (more than 100 temp files in
+       ~/.wine).
+
+2000-05-07  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/dib.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       SetImageBits_8: added ->15 conversion in optimized assembler.
+
+       * dlls/richedit/Makefile.in, dlls/richedit/ansi_gen.h, dlls/richedit/ansi_sym.h, dlls/richedit/charlist.c, dlls/richedit/charlist.h, dlls/richedit/reader.c, dlls/richedit/riched32.h, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c, dlls/richedit/richedit.c, dlls/richedit/rtf.h, dlls/richedit/rtf2text.h, dlls/richedit/stdcharnames.h, dlls/richedit/text-writer.c, dlls/richedit/text_map.h, include/richedit.h:
+       Jean-Claude Batista
+       Wraps some RichEdit control functionality on an Edit control. It uses
+       a free implementation of an RTF parser written by Paul DuBois
+       http://www.primate.wisc.edu/software/RTF/ which I modified a bit to
+       work with the control.
+
+       * windows/winproc.c:
+       Do not send WM_SIZING to 16-bit windows.
+
+       * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
+       Cleaned up local heap initialisation.
+
+       * dlls/commdlg/cdlg32.c, dlls/ole32/ole2.c, include/winbase.h, include/wine/winbase16.h, loader/pe_image.c, relay32/builtin32.c, windows/driver.c:
+       Moved Load/FreeLibrary16 definition to winbase16.h.
+
+       * dlls/Makefile.in, dlls/ole32/Makefile.in, dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec, if1632/Makefile.in, ole/ole2nls.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Separate OLE2NLS out of KERNEL.
+
+       * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi_check:
+       Patrik Stridvall <ps@leissner.se>
+       - Check for missing modules in modules.dat.
+       - Minor bug fixes
+
+       * graphics/x11drv/dib.c:
+       Jean-Claude Batista (Macadamian/Corel)
+       Top-down images have a negative biHeight, the scanlines of theses
+       images were inverted in X11DRV_DIB_GetImageBits_xx. To prevent this I
+       simply changed the sign of lines, the scanlines were correctly handled
+       afterwards
+
+       * debugger/stabs.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Old versions of glibc might not have STN_UNDEF defined.
+
+       * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
+       Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
+
+       * dlls/comctl32/status.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Set the itemID member of the DRAWITEMSTRUCT to the number of the
+       status part painted.
+
+       * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
+       Always calls SetMenu in MDISetMenu.
+
+       * dlls/tapi32/line.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Small debug channel cleanup.
+
+       * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
+       Fixed scrolling bug.
+
+       * dlls/comctl32/listview.c, include/listview.h:
+       Chris Morgan <cmorgan@wpi.edu>
+       Implemented ListView_SetHoverTime(), ListView_GetHoverTime(), initial
+       support for the LVS_EX_TRACKSELECT flag.  Added code to delete items
+       in LISTVIEW_SetItemCount().
+
+2000-05-05  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/winuser.h, windows/nonclient.c:
+       Aric Stewart <aric@codeweavers.com>
+       Added WM_SIZING message support.
+
+       * graphics/path.c: Rob Farnum <robf@twinux.com>
+       Removed warnings from freeing path in DeleteDC.
+
+       * dlls/comctl32/header.c:
+       Aric Stewart <aric@codeweavers.com>
+       Fixed a bug with the processing of HitTest.
+
+       * controls/edit.c: Susan Farley <susan@codeweavers.com>
+       Handle ^C, ^V and ^X in an edit control properly.
+
+       * misc/registry.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
+
+       * dlls/comctl32/treeview.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fixed DC leak.
+
+       * loader/pe_resource.c:
+       Stephane Lussier <stephane@macadamian.com>
+       If we do not find a resource for both (primary lang|sub lang), we try
+       just (primary lang) before using the default.
+
+       * dlls/comctl32/tooltips.c:
+       Sheri Steeves <sheri@macadamian.com>
+       Worked around some tooltips hide problems by checking the current tooltip.
+
+       * documentation/distributors:
+       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
+       Added a configuration hint for the CD-ROM "unhide" option.
+
+       * ole/ole2nls.c:
+       Henning Hoffmann (of Macadamian for Corel)
+       Implemented SetLocaleInfo(). It required a change to GetLocaleInfo()
+       as well, because GetLocaleInfo() has to get any values saved by
+       SetLocaleInfo() in the registry.
+
+       * debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/intvar.h, debugger/module.c, debugger/stabs.c, debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed some buffer overflows.
+       Made stab parsing more robust (now ignores C++ stabs).
+       Display correct backtrace at first when invoked on unhandled exception.
+       Loads stabs from .so files when those are loaded.
+
+2000-05-03  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/debugdefs.h: Generated again.
+
+       * include/pe_image.h, loader/pe_image.c:
+       PE_LoadImage: removed version parameter, set last error correctly.
+
+       * scheduler/process.c, server/process.c, server/trace.c, include/process.h, include/server.h:
+       Store process file name in startup info.
+       Fixed exe_file handling.
+
+       * dlls/Makefile.in: Fixed typo.
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/richedit/.cvsignore, dlls/richedit/Makefile.in, dlls/richedit/riched32.spec, dlls/richedit/riched32_main.c:
+       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
+       Added stubs for riched32.dll.
+
+       * dlls/x11drv/x11drv_main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Call XOpenIM on the large stack.
+
+       * include/winsock.h:
+       Bang Jun-Young <bangjy@dreamwiz.com>
+       FreeBSD 3.4 compile fix.
+
+       * debugger/editline.c, debugger/winedbg.c, graphics/vga.c, include/winbase.h, include/wincon.h, relay32/kernel32.spec, server/console.c, win32/console.c:
+       Fixed COORD structure definition.
+       Fixed GetLargestConsoleWindowSize to not return a structure when
+       called from the Window binary.
+
+       * server/object.c: Small optimization.
+
+       * scheduler/thread.c: Fixed default thread stack size.
+
+       * objects/text.c: Fixed DrawTextW length handling.
+
+       * dlls/ddraw/dsurface/main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Remove the assertion when there is no source surface.
+
+       * include/oleauto.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Add DosDateTimeToVariantTime prototype.
+
+       * dlls/shell32/shlwapi.spec:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Map StrChrA to strchr.  Fix StrChrW arg list.
+
+       * include/winuser.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Added HWND_MESSAGE.
+
+       * dlls/ole32/stg_stream.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Allow ISequentialStream_Write to work if access mode is STGM_READWRITE.
+
+       * misc/registry.c:
+       Bertho Stultiens <bertho@panter.soci.aau.dk>
+       Mmap does not fail on zero-length files.
+
+2000-05-01  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/global.h, memory/virtual.c:
+       Use exception handling to implement the IsBad* functions.
+       Removed /proc/self/maps parsing as it is not very useful with .so libs.
+
+       * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
+       Setup the initial thread %fs from a constructor.
+
+       * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
+       Added DECL_GLOBAL_CONSTRUCTOR macro.
+
+       * resources/user32.rc, tools/Makefile.in, tools/wrc/.cvsignore, tools/wrc/CHANGES, tools/wrc/Makefile.in, tools/wrc/README.wrc, tools/wrc/newstruc.c, tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y, tools/wrc/ppl.l, tools/wrc/ppy.y, tools/wrc/preproc.c, tools/wrc/preproc.h, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c, tools/wrc/wrc.h, tools/wrc/writeres.c, dlls/commdlg/rsrc.rc, dlls/display/disp.rc, dlls/shell32/shres.rc, programs/clock/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/comctl32/rsrc.rc:
+       Bertho Stultiens <bertho@akhphd.au.dk>
+       - Implemented a new preprocessor that is (nearly) ANSI-C compliant. The
+         old parser has been stripped from the old preprocessor-code which
+         cleaned up both resource-scanner and -parser.
+       - Standard defines have been introduced (see README.wrc)
+       - Both preprocessor- and resource-scanner have been optimized slightly
+         so that no backing up is required (one char lookahead is enough).
+       - Filename-scanning has been cleaned up, though not perfect yet.
+       - User-type resources are compatible now.
+       - Line-continuation in strings is corrected so that it does not
+         introduce a newline in the output.
+
+       * scheduler/thread.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, windows/queue.c, loader/module.c, memory/environ.c, miscemu/main.c, scheduler/process.c, include/process.h, include/server.h, include/thread.h, loader/main.c:
+       Rewrote Unix process launching to allow passing startup information to
+       Winelib apps. Improved handling of execve() failures.
+
+       * files/file.c: Added ENOEXEC error code.
+
+       * scheduler/pthread.c: Added atfork support.
+
+       * configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, configure:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added DGA2 driver to DirectDraw.
+
+       * dlls/commdlg/cdlg32.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       COMDLG32_DllEntryPoint,COMDLG32_SetCommDlgExtendedError: delay
+       allocation of Tls for CommDlgExtendedError until it is needed.
+
+       * debugger/winedbg.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed segv when debugger registry key doesn't exist.
+
+       * dlls/icmp/icmp_main.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
+
+2000-04-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * ANNOUNCE, ChangeLog, include/version.h:
+       Release 20000430.
+
+       * windows/x11drv/wnd.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       X11DRV_SetFocus: really don't mess with focus for managed windows.
+
+       * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Removed HEAP_xalloc.
+
+       * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       - Enhanced internal variables framework (including read/save to
+         registry and typing)
+       - Finalized use of Windows' Console I/O interface (instead of Unix std
+         streams)
+       - Now handling registers as internal variables (they are no longer
+         seen as a specific type)
+
+       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Insure we always try to launch a debugger.
+
+       * relay32/wowthunk.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Use Thread pseudo handle and not Thread Id as argument for the call to
+       GetThreadSelectorEntry.
+
+----------------------------------------------------------------
+2000-04-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/wnd.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       X11DRV_SetFocus: really don't mess with focus for managed windows.
+
+       * graphics/win16drv/graphics.c, graphics/x11drv/oembitmap.c, graphics/x11drv/text.c, include/heap.h, memory/heap.c, objects/text.c, windows/clipboard.c, windows/input.c, windows/winproc.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Removed HEAP_xalloc.
+
+       * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       - Enhanced internal variables framework (including read/save to
+         registry and typing)
+       - Finalized use of Windows' Console I/O interface (instead of Unix std
+         streams)
+       - Now handling registers as internal variables (they are no longer
+         seen as a specific type)
+
+       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Insure we always try to launch a debugger.
+
+       * relay32/wowthunk.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Use Thread pseudo handle and not Thread Id as argument for the call to
+       GetThreadSelectorEntry.
+
+2000-04-29  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/pe_image.c:
+       Clear the remainder of the page when mapping a section whose size on
+       disk is not a full page multiple.
+       Temporarily commented out the VirtualFree call in PE_UnloadLibrary.
+
+       * dlls/ddraw/ddraw/x11.c, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       - added thread-safety protection to XListPixmapFormats
+       - moved pixmap / image format matching ERRs to WARNs
+
+       * win32/console.c, include/winbase.h:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed GetLargestConsoleWindowSize prototype.
+
+       * dlls/wininet/ftp.c:
+       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
+       FreeBSD compile fix.
+
+       * graphics/x11drv/dib.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/dib.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Added DIB_CreateDIBSection with extra parameter ovr_pitch, added
+       ovr_pitch to pCreateDIBSection in DC_FUNCS. If ovr_pitch is nonzero,
+       it is a pitch override (specifies bytes per line), and tells to treat
+       the offset parameter as an already-mapped virtual memory address (if
+       the section parameter is zero). Fixed a DIB status init bug in
+       creating DIB sections from file mappings (if created from mapping, the
+       DIB is *not* really InSync).
+
+       * include/winbase.h, memory/virtual.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       Add Wine-internal allocation type MEM_SYSTEM for VirtualAlloc to
+       register external mappings (like video frame buffers).
+
+       * configure.in, include/config.h.in, scheduler/pthread.c, configure:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Enhanced libc's pthread configuration detection.
+
+       * dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, msdos/dosaspi.c, windows/multimon.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed a few compilation warnings.
+
+       * dlls/commdlg/colordlg.c, dlls/shell32/shellord.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * dlls/dplayx/dpclassfactory.c, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c, misc/comm.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues reported by winapi_check.
+
+       * tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - API files update
+       - Minor bug fixes.
+       - Added new option --cross-call-unicode-ascii for checking illegal
+         Unicode to ASCII calls.
+
+       * configure, configure.in, include/config.h.in:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added '--enable-opengl' flag to bypass the thread-safety check.
+
+       * files/dos_fs.c, files/profile.c, graphics/painting.c, windows/x11drv/event.c, dlls/lzexpand/lzexpand_main.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Removed some HEAP_xalloc calls.
+
+       * dlls/winmm/mci.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed bug when file doesn't exist in MCI_OPEN handling.
+       Reduced time spent with crit sect locked.
+
+       * tools/build.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed argv handling for cuiexe winelib programs.
+
+       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+       Made pthread_kill_other_threads_np and pthread_atfork fixmes less
+       obtrusive.
+
+       * windows/winhelp.c: Rein Klazes <rklazes@casema.net>
+       WinHelp must accept a NULL pointer to the help key string.
+
+2000-04-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/commdlg/finddlg32.c:
+       Guy L. Albertelli <galberte@neo.lrun.com>
+       - Correct check for minimum buffer length.
+       - Correct cases where ShowWindow is done/not done.
+
+       * dlls/comctl32/commctrl.c:
+       Chris Morgan <cmorgan@wpi.edu>, James Abbatiello <abbeyj@wpi.edu>
+       Implemented TME_QUERY and TME_HOVER flags in _TrackMouseEvent and
+       TrackMouseEventProc.  Added code to allow addition/cancelation of
+       tracking flags on existing entries rather than create extra entries.
+       Fixed timer.  Added check to _TrackMouseEvent to stop timer if the
+       tracking list is empty.  Fixed TME_CANCEL.  Fixed TME_LEAVE/TME_HOVER
+       when hwndTrack isn't the current hwnd.
+
+       * files/dos_fs.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       DOSFS_DoGetFullPathName: rewrite to return results like OSR2.
+
+       * include/module.h, loader/module.c, loader/pe_image.c, memory/virtual.c:
+       Gavriel State <gavriels@corel.com>, Ulrich Czekalla <ulrichc@corel.com>
+       Added support for memory mapping of 4k aligned PE binaries.  This can
+       speed up load times significantly for some applications.
+
+       * dlls/shell32/brsfolder.c, dlls/shell32/shellguid.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlwapi.spec, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/shlobj.h, include/shlwapi.h, include/wine/obj_shellbrowser.h, include/wine/undocshell.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Complete cleanup, bugfixes.
+       New: PathStripPath, PathMakeUniqueName, PathStripToRoot,
+       PathGetShortPath, PathParseIconLocation, PathRemoveExtension,
+       PathRemoveArgs, PathAppend, PathBuildRoot, PathCanonicalize,
+       PathFindNextComponent, PathRemoveFileSpec.
+
+       * dlls/shell32/classes.c, include/wine/obj_queryassociations.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Stubs for IQueryAssociations.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/dialogs.c, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Moved policy related functions to shpolicy.c
+       Moved dialog related functions to dialogs.c
+
+       * dlls/shell32/shell32.spec:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Explicit import user32.dll.
+       Many corrections, exported some functions by name.
+
+       * dlls/shell32/shell.c, dlls/shell32/shellole.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Separated 32 bit functions to shellole.c.
+
+       * dlls/shell32/pidl.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Small fixes.
+
+       * dlls/shell32/iconcache.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Fixed: extract the icon by resource id.
+
+       * dlls/shell32/shlview.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Small fixes.
+
+       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Fixes.
+       Use GetModuleHandleA instead of LoadLibrary for dlls imported by
+       the spec file.
+
+       * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
+       Make WineLook=Win95 the default setting.
+
+       * dlls/dinput/dinput_main.c:
+       Lionel Ulmer <lionel.ulmer@free.fr>
+       Added leaving of critical section on all return cases.
+
+       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+       Removed init_sect. Use Interlocked* functions instead.
+
+       * misc/registry.c:
+       Juergen Schmied <juergen.schmied@debitel.net>
+       Small fixes, removed asserts.
+
+       * libtest/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/view/Makefile.in, programs/winhelp/Makefile.in:
+       Changed imports of winspool to winspool.drv.
+
+       * dlls/Makefile.in, dlls/user/Makefile.in:
+       Added libkeyboard.so creation.
+
+       * dlls/comctl32/header.c, include/header.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       - Return modified rectangle after layouting header control
+       - Output text in header control when no other Flag specified
+       - Delay bounding rectangle calculation for header control items
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       Implemented TOOLBAR_MouseLeave to handle WM_MOUSELEAVE messages.
+       Added TrackMouseEvent calls to TOOLBAR_MouseMove.  Hot buttons now
+       look/behave almost exactly the same as native windows.
+
+       * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
+       Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
+       SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
+
+       * misc/comm.c: Rein Klazes <rklazes@casema.net>
+       Implement mark and space parity generation. Accept one-and- a-half
+       stopbits: the most common uarts will generate this automatically when
+       there are 5 databits.
+
+       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+       Override fork().
+
+       * debugger/debugger.h, include/heap.h, memory/heap.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Get rid of HEAP_xrealloc.
+
+2000-04-25  Alexandre Julliard  <julliard@winehq.com>
+
+       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
+       Patrik Stridvall <ps@leissner.se>
+       Compile fix for --without-x.
+
+       * loader/main.c, wine.ini:
+       Patrik Stridvall <ps@leissner.se>
+       Added new configuration file option for selecting graphics driver.
+
+       * dlls/ttydrv/Makefile.in:
+       Patrik Stridvall <ps@leissner.se>
+       Link the TTY driver with the standard libs.
+
+       * Make.rules.in, dlls/Makefile.in, dlls/commdlg/Makefile.in, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Fixed winspool(.drv) loading.
+
+       * windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/ts_xf86dga.h, include/ts_xf86dga2.h, include/ts_xf86vmode.h, include/ts_xlib.h, include/ts_xpm.h, include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h, include/x11drv.h, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86dga2.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c, tsx11/ts_xshm.c, tsx11/ts_xutil.c:
+       Patrik Stridvall <ps@leissner.se>
+       Removed X_DISPLAY_MISSING.
+
+       * debugger/types.c, debugger/msc.c:
+       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
+       Improved CodeView type information loader.
+
+       * dlls/commdlg/colordlg.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Don't use the template member unless the corresponding flag is set.
+
+2000-04-24  Alexandre Julliard  <julliard@winehq.com>
+
+       * LICENSE, WARRANTY:
+       Switched to the X11 license.
+
+       * server/registry.c, if1632/relay.c, misc/ddeml.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * dlls/wininet/Makefile.in, dlls/wininet/wininet.spec, dlls/wininet/wininet_main.c, dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplayx.spec, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec, dlls/urlmon/urlmon_main.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed issues found by winapi_check.
+
+       * tools/winapi_check/win16/wprocs.api, tools/winapi_check/win32/dinput.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/urlmon.api, tools/winapi_check/win32/wininet.api, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/modules.dat, tools/winapi_check/modules.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check:
+       Patrik Stridvall <ps@leissner.se>
+       - Updated API files.
+       - Improved misplaced function checking.
+       - Fixed minor bugs.
+
+       * include/winnt.h: Francois Gouget <fgouget@psn.net>
+       Include string.h to make winnt.h self-sufficient.
+
+       * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
+       infoPtr sometimes can be NULL.
+
+       * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/cdlg_Ko.rc, dlls/commdlg/cdlg_Nl.rc, dlls/commdlg/cdlg_No.rc, dlls/commdlg/cdlg_Pl.rc, dlls/commdlg/cdlg_Pt.rc, dlls/commdlg/cdlg_Ru.rc, dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/colordlg.c, include/commdlg.h:
+       Gerard Patel <g.patel@wanadoo.fr>
+       32 bits message processing for color dialog.
+
+       * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Fixed toolbar bitmap size handling.
+
+       * configure.in, configure:
+       Rein Klazes <rklazes@casema.net>
+       Correct test for linux 2.2 joystick API, which returned true in every
+       case.
+
+       * dlls/version/install.c, graphics/x11drv/bitmap.c, include/xmalloc.h, misc/Makefile.in, misc/xmalloc.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Removed the last xmalloc calls.
+
+       * programs/winver/Makefile.in, relay32/builtin32.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/winemine/Makefile.in, programs/winhelp/Makefile.in, dlls/commdlg/comdlg32.spec, dlls/shell32/shellord.c, dlls/x11drv/Makefile.in, if1632/builtin.c, include/module.h, libtest/Makefile.in, libtest/hello3res.rc, programs/avitools/Makefile.in, programs/clock/Makefile.in, configure.in, debugger/Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in, wine.ini, .cvsignore, Make.rules.in, Makefile.in, configure:
+       Implemented on-demand loading of builtin dlls using dlopen().
+
+2000-04-23  Alexandre Julliard  <julliard@winehq.com>
+
+       * Makefile.in, dlls/x11drv/Makefile.in:
+       Build wineclipsrv as part of the x11drv dll.
+
+       * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, dlls/shell32/Makefile.in, dlls/shell32/shlview.c:
+       Removed a few inter-dll dependencies.
+
+       * windows/painting.c: Rein Klazes <rklazes@casema.net>
+       Make RDW_ValidateParent() modify the update region of all parents, not
+       just the direct parent.
+
+       * relay32/snoop.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       SNOOP_PrintArg: replaced IsBad* functions by exception handler.
+
+       * configure, configure.in:
+       Patrik Stridvall <ps@leissner.se>
+       Added --without-curses compile option.
+
+       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
+       Added some more pthread overrides.
+
+       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
+       Fixed debugger registry key location.
+
+       * include/ddeml.h: Francois Gouget <fgouget@psn.net>
+       Use DECLARE_HANDLE to declare handles.
+
+       * include/windef.h: Francois Gouget <fgouget@psn.net>
+       DECLARE_HANDLE should not be undef'ed after use.
+
+       * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
+       Fix edit control's WM_GETTEXT behaviour.
+
+       * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
+       Do not initialize dcb in BuildCommDCB[AndTimeouts].
+
+       * include/casemap.h, tools/unimap.pl:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Adapted unimap.pl script and generated by it casemap.h to the Unicode
+       Standard, Version 3.0.
+
+       * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
+       Check if dialog is visible before setting the focus.
+
+       * windows/defwnd.c:
+       Dmitry Timoshkov <dmitry@sloboda.ru>
+       Removed the longstanding hack in response to WM_ACTIVATE message.
+
+       * include/winuser.h:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Fixed GetNumberFormat declaration.
+
+       * dlls/comctl32/toolbar.c:
+       Chris Morgan <cmorgan@wpi.edu>
+       James Abbatiello <abbeyj@wpi.edu>
+       Redraw toolbar button inside TOOLBAR_EnableButton() only if the state
+       of the button changes.  Stops flickering in toolbars caused by
+       excessive redrawing.
+
+       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Stub for InternetGetConnectedState.
+
+       * include/winbase.h: Francois Gouget <fgouget@psn.net>
+       Fixed GetProcessHeap() for the STRICT mode.
+
+       * dlls/ddraw/main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Also check for empty GUID in DirectDrawCreate.
+
+2000-04-19  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/version/version.spec, dlls/winmm/joystick/joystick.spec, dlls/winmm/mcianim/mcianim.spec, dlls/winmm/mciavi/mciavi.spec, dlls/winmm/mcicda/mcicda.spec, dlls/winmm/mciseq/mciseq.spec, dlls/winmm/mciwave/mciwave.spec, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wineoss/wineoss.spec, dlls/avifil32/avifil32.spec, dlls/commdlg/comdlg32.spec, dlls/ddraw/ddraw.spec, dlls/dplayx/dplayx.spec, dlls/msvideo/msvfw32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/shell32/shell32.spec, dlls/urlmon/urlmon.spec:
+       Added some missing import directives.
+
+       * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
+       Removed winmm from import list.
+
+       * dlls/comctl32/animate.c, include/animate.h:
+       Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
+
+       * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
+       Fixed resource loading.
+
+       * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c:
+       John R. Sheets <jsheets@codeweavers.com>
+       Minor cleanups, plus fixed a couple bugs in .DBG parsing code.
+       Added dump for MISC section.
+
+       * winedefault.reg:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added DirectPlay registry keys to winedefault.reg.
+
+       * dlls/comctl32/treeview.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Mousewheel support.
+
+2000-04-18  Alexandre Julliard  <julliard@winehq.com>
+
+       * tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.h, tools/fnt2bdf.c, include/imagehlp.h, include/neexe.h, include/pe_image.h, include/peexe.h, include/winnt.h, loader/dos/module.c, loader/elf.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, relay32/builtin32.c, relay32/snoop.c, debugger/dbgmain.c, debugger/module.c, debugger/msc.c, debugger/types.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/version/resource.c:
+       Moved PE header definitions to winnt.h where they belong.
+
+       * windows/x11drv/event.c, controls/combo.c, controls/edit.c, controls/listbox.c, dlls/comctl32/listview.c, include/mouse.h, include/winuser.h, windows/input.c, windows/spy.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Implemented Mousewheel support.
+
+       * dlls/winsock/async.c:
+       Rein Klazes <rklazes@casema.net>
+       Convert service and protocol names to lowercase before calling
+       getservby{name|port} and getprotoby{name|port}.
+
+       * objects/region.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fix return value for OffsetRgn if x and y are 0.
+
+       * graphics/path.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Implement StrokeAndFillPath.
+       Call DeleteObject when finished with hrgn in PATH_FillPath.
+
+       * include/wininet.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fixed typo.
+
+       * graphics/enhmetafiledrv/objects.c:
+       Sheri Steeves <sheri@macadamian.com>
+       EMR_SELECTOBJECT records stock objects with their id as the object
+       handle and the high bit set.
+
+       * objects/enhmetafile.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
+
+2000-04-16  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/registry.c:
+       Removed permission checks in create_key and delete_key. It seems
+       Windows doesn't check anything.
+
+       * loader/resource.c:
+       Richard Cohen <richard@jubjub.demon.co.uk>
+       Wrap an exception handler around FindResource.
+
+       * programs/regtest/regtest.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Corrected WinMain.
+       Added test case for RegCreateKeyEx showing win95 behaviour.
+
+       * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
+       Implemented 'walk process' and 'walk threads' commands using toolhelp
+       snapshots.
+
+       * include/server.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, server/process.c, server/process.h, server/request.h, server/snapshot.c, server/thread.c, server/thread.h, server/trace.c:
+       Implemented thread and (partial) module snapshots, based on the work
+       of Andreas Mohr <amohr@student.ei.uni-stuttgart.de>.
+
+       * server/main.c, server/registry.c, server/request.h, server/trace.c, documentation/wine.conf.man.in, include/server.h, include/shell.h, loader/main.c, misc/registry.c, wine.ini:
+       Save the registry on server exit without client intervention.
+       Removed "alt" registry files since we now have symlinks and
+       WINEPREFIX to replace them.
+
+       * include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Support switching the keyboard layout with WINE running.
+
+       * dlls/crtdll/crtdll_main.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       fgets: Don't swallow \n, treat EOF
+       feof: Crude implementation
+       signal: Return error
+
+       * winedefault.reg:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       Add missing backslash in the debugger definition.
+
+       * win32/time.c: Rein Klazes <rklazes@casema.net>
+       SetLocalTime() and SetSystemTime() bugfixes. Added a maximum clock
+       adjustment of 2 minutes just in case...
+
+       * dlls/dsound/dsound_main.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       DSOUND_MixerNorm: do not compare unrelated pointers.
+
+2000-04-15  Alexandre Julliard  <julliard@winehq.com>
+
+       * loader/module.c:
+       Rewrote command-line parsing of CreateProcessA to be more compatible.
+
+       * programs/winhelp/Makefile.in, programs/winver/Makefile.in, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, tools/build.c, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, programs/osversioncheck/osversioncheck.spec, programs/progman/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/wcmd/wcmdmain.c, programs/winemine/Makefile.in, debugger/Makefile.in, include/callback.h, include/main.h, include/module.h, include/thread.h, libtest/Makefile.in, loader/main.c, loader/module.c, loader/pe_image.c, misc/options.c, programs/avitools/Makefile.in, programs/clock/Makefile.in, Make.rules.in:
+       Improved Winelib apps initialisation code. No longer need to link
+       winestub.o with Winelib apps.
+
+       * include/wine/winbase16.h, relay32/utthunk.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplayx.spec, dlls/icmp/icmp_main.c, dlls/ntdll/om.c, dlls/shell32/shlwapi.spec, dlls/win87em/emulate.c, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/winmm/mcianim/mcianim.c, graphics/ttydrv/palette.c, dlls/ddraw/main.c, dlls/ddraw/x11.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues reported by winapi_check.
+
+       * tools/winapi_check/*:
+       Patrik Stridvall <ps@leissner.se>
+       - API files update.
+       - Add new options --all and --none that enable/disables all check
+         respectively.
+       - Fixed and improved stub statistics.
+       - Fixed bug that prevented checking of the first function in the .spec files.
+       - Partial implementation of a more advanced misplaced function checking.
+       - Minor fixes.
+
+       * dlls/comctl32/toolbar.c:
+       Martin Fuchs <martin-fuchs@gmx.net>
+       Implement CCS_NOMOVEY for tool bars.
+
+       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+       Symlink root's registry to global registry. Minor cleanups.
+
+       * ole/ole2nls.c: Owen Wang <owenw@corel.ca>
+       Added further implementation of WINAPI EnumDateFormats() to support
+       three more locales: German(standard), French(standard) and French
+       (canadian). All date formats follow conventions from Windows NT 4.0
+
+       * dlls/comctl32/treeview.c:
+       Serge Ivanov <sergei@corel.ca>
+       Added proper handling TVIS_OVERLAYMASK flag and allows to display
+       overlay images. Fixed off by one error with listitem in
+       TREEVIEW_InsertItemA (uNumItems is 0 based, cChildren is a count).
+
+2000-04-14  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
+       Ove Kaaven <ovek@arcticnet.no>
+       POSIX threads emulation, tricks glibc into being threadsafe.
+
+       * scheduler/client.c, server/main.c, server/request.c:
+       Made server launching somewhat cleaner and faster.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, include/x11drv.h, windows/x11drv/event.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Detypoed X11DRV_EVENT_SetInputMethod.
+
+       * windows/x11drv/keyboard.c:
+       Stephane Lussier <stephane@macadamian.com>
+       When dealing with XKB extensions, force the AltGr key mask to use the
+       group index instead of the modifier.
+
+       * include/windef.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Define __fastcall.
+
+       * include/commctrl.h:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Added a few toolbar defines.
+
+       * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       A few corrections to bounding boxes.
+
+       * graphics/x11drv/graphics.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Don't close groups of polylines.
+
+       * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
+       Do not dereference a ptr we just checked being NULL.
+
+       * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/mesa_private.h:
+       Francois Gouget <fgouget@psn.net>
+       Changed the placement of WINE_UNUSED to make gcc 2.7.2 happy.
+
+       * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
+       Follow symlinks when saving registry.
+
+       * debugger/Makefile.in:
+       Added missing winestub dependency.
+
+       * include/server.h, scheduler/process.c, server/event.c, server/object.h, server/process.c, server/thread.c, server/trace.c:
+       Load done event now created by the server.
+
+2000-04-13  Alexandre Julliard  <julliard@winehq.com>
+
+       * debugger/.cvsignore, debugger/Makefile.in, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/intvar.h, debugger/memory.c, debugger/module.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/winedbg.spec, include/stackframe.h, Makefile.in:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Made the winedbg an external and WineLib program.
+       Centralized output handling (preparation for console usage).
+       Fixed a few debug information reading options (stabs and sym).
+       Started a framework to hold debugger's internal variables.
+
+       * miscemu/main.c, documentation/wine.man.in, include/options.h, misc/main.c, misc/options.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Got rid of -debug wine's option (wine now requires an external debugger).
+
+       * win32/except.c, winedefault.reg:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added launching of a debugger when unhandled exception occurs.
+
+       * relay32/builtin32.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added a .xcnlnk section to builtin KERNEL32 PE header.
+
+       * loader/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Let CreateProcess launch unix executable without a .exe extension.
+       Fixed arguments passed when creating a unix process.
+
+       * dlls/ntdll/signal_i386.c, include/acconfig.h, include/config.h.in, configure, configure.in:
+       Fixed signal stack handling on Linux when sigaltstack is available.
+       Added a direct sigaltstack syscall to work-around the glibc bug.
+
+       * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
+       Implemented guard pages and stack overflow exceptions.
+
+       * include/thread.h, scheduler/process.c, scheduler/thread.c:
+       Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
+       the various stacks.
+
+       * files/profile.c:
+       Make sure HKLM\Software\Wine\Wine is a non-volatile key.
+
+       * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
+       Stephane Lussier <stephane@macadamian.com>
+       Fixed AltGr key handling.
+
+       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dsurface/dga.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Make DirectDraw compile with DGA2 present.
+
+       * files/file.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       FILE_CreateFile()'s read/write-check was broken due to checking of
+       ERROR_xxx instead of STATUS_xxx.
+
+       * objects/enhmetafile.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Fixes and cleans up some of the GetEnhMetaFile* functions.
+       Fixes scaling of EMFs in playback.  Will probably be right
+       when World Transforms work properly...
+
+       * memory/global.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       GlobalReAlloc returns 0 on failure.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Stub for NtAllocateUuids.
+
+       * dlls/comctl32/treeview.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Clear TopRootItem when whole tree is deleted.
+       Fix off by one lstrcpyn.
+       Clean up and fix GetNextItem.
+
+2000-04-11  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/.cvsignore: Ignore all output files.
+
+       * dlls/wininet/.cvsignore, dlls/wininet/Makefile.in, dlls/wininet/ftp.c, dlls/wininet/internet.c, dlls/wininet/internet.h, dlls/wininet/utility.c, dlls/wininet/wininet.spec, include/debugdefs.h, include/urlmon.h, include/wininet.h, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/urlmon/.cvsignore, dlls/urlmon/Makefile.in, dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+       Merged urlmon.dll and wininet.dll from the Corel tree (implementation
+       by Ulrich Czekalla <ulrichc@corel.ca>)
+
+       * include/process.h, include/thread.h, include/winbase.h, scheduler/client.c, scheduler/process.c, scheduler/thread.c, windows/queue.c:
+       Made GetProcessHeap(), GetCurrentProcessId(), GetCurrentThread() and
+       GetCurrentProcess() inline.
+
+       * AUTHORS, include/authors.h:
+       Marcus Meissner <marcus@jet.franken.de>
+       Merged in Corel's AUTHORs.
+
+       * graphics/x11drv/dib.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Only copy dstwidth*3 bytes in the 24bit case.
+
+       * dlls/ddraw/dsurface/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Free private structure in Xlib_DDS_Release.
+
+       * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
+       MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
+
+       * dlls/comctl32/treeview.c:
+       Serge Ivanov <sergei@corel.ca>
+       TreeView - minor bugfix and optimization:
+          - GetDC call moved down to avoid possible resource leak.
+          - Invariant code is moved out of loop.
+
+       * dlls/shell32/pidl.c:
+       Ulrich Czekalla <ulrichc@corel.ca>
+       _ILGetFileDate should convert the date to local time before generating
+       the string (_ILGetFileDateTime does not).
+
+       * dlls/winmm/mmio.c:
+       Noomen Hamza <noomen@macadamian.com>
+       Fixed other bugs within MMIO implementation. Now, it's possible to
+       copy/cut from PhotoPaint and paste to CorelDraw.
+
+2000-04-10  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Use d3dexecutebuffer_create only when compiling with MESA.
+
+2000-04-09  Alexandre Julliard  <julliard@winehq.com>
+
+       * graphics/x11drv/bitmap.c, graphics/x11drv/palette.c, graphics/ttydrv/palette.c:
+       Dimitrie O. Paun <dimi@cs.toronto.edu>
+       Replaced xmalloc calls with malloc/HeapAlloc calls.
+
+       * console/generic.c, console/ncurses.c, console/xterm.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Cosmetics.
+
+       * memory/heap.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Implemented HeapWalk().
+
+       * dlls/ddraw/dsurface/x11.c:
+       Marcus Meissner <marcus@jet.franken.de>
+       Two left over HeapValidate assertions removed.
+
+       * server/debugger.c:
+       Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Clear status for sending exception event.
+
+       * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
+       Added ability to put new-lines in changelog entry.
+       Added -p to locate destination directory.
+
+       * dlls/comctl32/listview.c:
+       Richard Cohen <richard@jubjub.demon.co.uk>
+       GetItem was returning the item instead of subitem info.
+
+       * programs/winemine/main.c:
+       Dave Pickles <davep@cyw.uklinux.net>
+       Registry key used in LoadBoard() was not the same as the one used in
+       SaveBoard(). Also fixed a typo in the position saving code.
+
+       * configure, configure.in:
+       Create directories that don't contain a Makefile.
+
+       * tools/wrc/Makefile.in, dlls/ttydrv/Makefile.in, dlls/winmm/Makefile.in, dlls/x11drv/Makefile.in, documentation/Makefile.in, include/Makefile.in, ole/Makefile.in, programs/Makefile.in, programs/winhelp/Makefile.in, tools/Makefile.in, Make.rules.in, Makefile.in, debugger/Makefile.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
+       Improved support for Makefiles that need to recurse in subdirectories.
+
+       * dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/x11.c, configure.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga.c, dlls/ddraw/dga_private.h, dlls/ddraw/direct3d/main.c, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa.c, dlls/ddraw/mesa_private.h, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h, configure:
+       Marcus Meissner <marcus@jet.franken.de>
+       Restructured DirectDraw. Split into X11 and DGA driver, and multiple
+       files/dirs for easier maintenance. Cleaned up structs and include
+       files. Reindented the code. Started the same for Direct3D.  Driver
+       inclusion now done by using configure/Makefile/ELF constructor tricks.
+
+2000-04-08  Alexandre Julliard  <julliard@winehq.com>
+
+       * windows/x11drv/event.c, files/profile.c, graphics/x11drv/xfont.c, include/cursoricon.h, include/message.h, loader/ne/module.c, memory/heap.c, scheduler/sysdeps.c, scheduler/syslevel.c, windows/cursoricon.c, windows/timer.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/user/user_main.c, dlls/x11drv/x11drv_main.c:
+       Removed a number of global handle allocations and critical section
+       initializations.
+
+       * server/process.c, scheduler/process.c:
+       Temporary hack to share handles between processes sharing the same
+       address space.
+
+       * include/winbase.h, scheduler/critsection.c:
+       Added lazy initialization of critical sections, based on a patch by
+       Andrew Lewycky.
+
+       * dlls/comctl32/tab.c: Yuxi Zhang <yuxi@corel.ca>
+       Stephen Mereu
+       TabCtrl leftmostVisible is not updated properly. It caused the QP
+       application bar on the bottom fail to bring back the items when there
+       is no need to scrolling. Also fixed a bug that when an item is inserted,
+       setItemBounds should be called first, then it's time to invalidate.
+
+       * relay32/kernel32.spec, win32/newfns.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Added PeekNamedPipe stub.
+
+       * graphics/x11drv/init.c:
+       Gerard Patel <g.patel@wanadoo.fr>
+       Fixed pixmap leak with the 1x1 bitmap in memory DCs.
+
+       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
+       wineinstall now properly configures no-windows installs, and should now
+       be easier to adapt for binary packages too.
+
+       * documentation/samples/system.ini:
+       Ove Kaaven <ovek@arcticnet.no>
+       Default system.ini (from documentation/status/multimedia).
+
+2000-04-06  Alexandre Julliard  <julliard@winehq.com>
+
+       * server/debugger.c, server/thread.c, server/thread.h:
+       Do not send a debug event for a thread until the previous event for
+       the same thread has been continued.
+
+       * misc/registry.c, wine.ini:
+       Moved SaveOnlyUpdatedKeys to wine.ini.
+       Use get_config_dir() instead of hardcoding ~/.wine
+       Simplified loading and saving routines.
+
+       * files/profile.c, include/options.h, include/server.h, scheduler/client.c, server/request.c:
+       Added support for WINEPREFIX environment variable.
+
+       * windows/winpos.c, loader/ne/module.c, memory/selector.c, misc/lstr.c, misc/network.c, msdos/int21.c, objects/font.c, win32/console.c, win32/except.c, windows/dialog.c, windows/hook.c, windows/mdi.c, windows/message.c, dlls/win32s/w32sys.c, dlls/win87em/emulate.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec, graphics/painting.c, graphics/psdrv/driver.c, graphics/win16drv/font.c, loader/module.c, dlls/advapi32/advapi32.spec, dlls/advapi32/service.c, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/gdi/gdi.spec, dlls/msacm/msacm_main.c, dlls/ole32/storage32.c, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/shell32/shell.c, dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some issues reported by winapi_check.
+
+       * include/winuser.h, ole/ole2nls.c, relay32/kernel32.spec:
+       Owen Wang <owenw@corel.ca>
+       Implemented API EnumTimeFormatsA(). It supports now all different
+       English locales, as well as German(standard), French(standard) and
+       French(Canadian).  All time formats follow conventions in Windows NT 4.0
+
+       Haithem Hmida (of Macadamian for Corel)
+       Implemented GetCurrencyFormatA() API:
+       - GetCurrencyFormatA() calls GetNumberFormatA() to format the number
+         (as a positive one), then formats the number depending on
+         NegativeOrder/PositiveOrder fields.
+       - GetNumberFormatA() has been slightly modified.
+
+       * objects/text.c:
+       Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
+       Added conversion from DBCS lpDx to WCHAR lpDx.
+
+       * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/shell32.api, tools/winapi_check/win32/shlwapi.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Implemented stub statistics. Turned off by default. (Requested by Francois
+       Gouget).
+       - Implemented missing prototype checking. Turned off by default (Requested
+       by Dimitry Timoshkov).
+       - Implemented .spec file name sanity checking. Turned off by default.
+       - Implemented documentation width checking. Turned off by default.
+       - Minor bug fixes.
+
+       * dlls/ole32/compobj.c:
+       Andrew Lewycky <andrewl@corel.ca>
+       Fix StringFromGUI2 return value as per documentation.
+
+       * dlls/dsound/dsound_main.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       Make audiodevice blocking directly after the non-blocking open, since
+       we use the write(2) also for synchronization.
+
+       * dlls/winsock/async.c, dlls/winsock/socket.c:
+       Rein Klazes <rklazes@casema.net>
+       Corrected error handling for ws_getprotobyname/number.
+       Made the Async error returns the same as the normal functions.
+
+       * files/dos_fs.c:
+       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+       GetShortPathName: always erase characters at the end of the new
+       string, and return only single backslashes.
+
+2000-04-04  Alexandre Julliard  <julliard@winehq.com>
+
+       * files/dos_fs.c, files/drive.c, files/file.c, include/drive.h, include/file.h, include/options.h, misc/main.c, misc/options.c, misc/registry.c, documentation/wine.conf.man.in, documentation/wine.man.in:
+       Added a per-drive FailReadOnly flag, and removed the global
+       --failreadonly option.
+
+       * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
+       Fixed file descriptor leaks.
+
+       * misc/registry.c:
+       Call PROFILE_GetWineIniBool before starting to fill the request
+       buffer. Made new registry format the default.
+
+       * server/ptrace.c:
+       Increment suspend count before attempting attach in suspend_for_ptrace.
+
+       * server/file.c, server/mapping.c, server/mutex.c, server/process.c, server/registry.c, server/request.h, server/semaphore.c, server/timer.c, server/trace.c, tools/make_requests, server/atom.c, server/console.c, server/event.c:
+       Made request tracing more robust against bogus lengths.
+
+       * documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in:
+       Peter Ganten <peter@ganten.org>
+       Adapted the manual pages to the new long options, updated the
+       -debugmsg channels and added a small hack to get the @sysconfdir@
+       stuff in the manual pages right.
+
+       * dlls/winmm/mmio.c:
+       Noomen Hamza <noomen@macadamian.com>
+       Fixed two small bugs within MMIO_InstallIOProc and MMIO_Destroy.
+
+       * programs/winemine/main.c, programs/winemine/main.h:
+       Joshua Thielen <fozey@netzero.com>
+       Added DestroyBoard function to delete bitmap handles.
+       Moved SelectObject outside of DrawMine.
+       Selected old object's back into hMemDC.
+
+       * msdos/int21.c: Ian Schmidt <ischmidt@cfl.rr.com>
+       Implemented FAT32 function 7302 (Get Extended DPB).
+
+       * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
+       Implemented DeviceIoControl VWIN32_DIOC_DOS_DRIVEINFO, needed by
+       Internet Explorer.
+
+       * programs/regapi/regapi.c:
+       Gavriel State <gavriels@corel.ca>
+       This patch adds the ability for regapi to call the DllRegisterServer or
+       DllUnregisterServer for a list of DLLs.
+
+       * dlls/ole32/ole2.c: Gavriel State <gavriels@corel.ca>
+       OleRegGetUserType did return an unterminated ASCII string instead of an
+       OLESTR (wide characters).
+
+       * misc/main.c, ole/nls/ena.nls, ole/nls/enb.nls, ole/nls/enc.nls, ole/nls/eng.nls, ole/nls/eni.nls, ole/nls/enj.nls, ole/nls/enl.nls, ole/nls/ens.nls, ole/nls/ent.nls, ole/nls/enu.nls, ole/nls/enz.nls, ole/nls/irl.nls, ole/ole2nls.c:
+       Michael Abd-El-Malek (Corel)
+       Changed irl.nls to eni.nls. Reviewed and fixed a lot of the NLS files
+       to be more compatible to Windows.
+       Added en_GB (used by Corel Linux 1.0,1.1) as alias for en_UK.
+
+       Jeff Tranter <jefft@corel.ca>
+       The measurement unit for Canadian English should be metric.
+       LANG_SUB_ENTRY did always return the first language due to missing {}.
+
+2000-03-30  Alexandre Julliard  <julliard@winehq.com>
+
+       * documentation/distributors:
+       Marcus Meissner <marcus@jet.franken.de>
+       Updated documentation/distributors in regards to shared libraries and
+       some more windows specific dirs.
+
+       * programs/winemine/README, programs/winemine/main.c, programs/winemine/main.h:
+       Peter Hunnisett <hunnise@nortelnetworks.com>
+       - Fix painting bug with middle button down when dragging mouse
+       - Speed up drawing and hence overall speed
+       - Fix compiler warnings
+       - Added some optional debugging information
+       - Added a new known bug to the list
+
+       * misc/comm.c: Rein Klazes <rklazes@casema.net>
+       Added CTS, DSR and RingIndicator states to Window's semi-documented
+       modem line status register.
+
+       * include/wingdi.h, objects/enhmetafile.c:
+       Huw D M Davies <h.davies1@physics.ox.ac.uk>
+       Delete objects after use in EnumEnhMetaFile.
+       Make PlayEnhMetaFile call EnumEnhMetaFile.
+       Move EnumEnhMetaFile prototype to wingdi.h.
+
+       * dlls/dsound/dsound_main.c, dlls/winmm/wineoss/audio.c:
+       Marcus Meissner <Marcus.Meissner@caldera.de>
+       open() the OSS sounddevice non-blocking in case another process has it
+       open already.
+
+       * scheduler/process.c:
+       Commented out exit() call on ExitProcess for now.
+
+       * server/context_i386.c, server/debugger.c, server/main.c, server/object.h, server/process.c, server/thread.c, server/thread.h:
+       Set thread start address to 0 on events generated by
+       DebugActiveProcess.
+       Return a correct address in the simulated exception event.
+
+       * dlls/ttydrv/ttydrv_main.c, graphics/ttydrv/dc.c, graphics/ttydrv/graphics.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/wnd.c:
+       Fixed ttydrv compile when using curses. Cleaned up a few #ifdefs.
+
+2000-03-28  Alexandre Julliard  <julliard@winehq.com>
+
+       * dlls/dsound/dsound_main.c, dlls/winaspi/winaspi16.c, graphics/path.c, programs/winhelp/macro.yacc.y:
+       Niels Kristian Bech Jensen <nkbj@image.dk>
+       - Fix some compiler warnings.
+       - Remove superfluous #include statement.
+
+       * include/wine/winnet16.h, misc/network.c:
+       Ron Gage <rongage@att.net>
+       Fixed bug reported by winapi_check.
+
+       * */*.c:
+       Patrik Stridvall <ps@leissner.se>
+       Added/fixed some documentation reported by winapi_check.
+
+       * graphics/x11drv/palette.c, objects/palette.c:
+       Fixed memory allocations.
+
+       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/user/user32.spec, include/winuser.h, windows/input.c:
+       Patrik Stridvall <ps@leissner.se>
+       - Added/fixed some documentation reported by winapi_check
+       - Renamed MapVirtualKeyEx32A to MapVirtualKeyExA
+       - Renamed CRTDLL__dllonexit to CRTDLL___dllinit
+
+       * dlls/ole32/ifs.c, dlls/ttydrv/ttydrv_main.c, misc/printdrv.c:
+       Patrik Stridvall <ps@leissner.se>
+       Fixed some warnings.
+
+       * tools/winapi_check/win32/kernel32.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
+       Patrik Stridvall <ps@leissner.se>
+       - Updated the API files.
+       - Minor bug fixes
+
+       * dlls/comctl32/animate.c:
+       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
+       Do a LoadLibraryA of WINMM upon ANIMATE_Create and a FreeLibrary upon
+       ANIMATE_Destroy.
+
+       * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
+       Minor fix in wrc to support the Solaris preprocessor.
+
+       * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
+       Fixed some ANSI C violations.
+
+       * documentation/no-windows:
+       Ove Kaaven <ovek@arcticnet.no>
+       Add start menu directories.
+
+       * scheduler/sysdeps.c, scheduler/thread.c:
+       Put CLONE_FILES back in, it is still breaking too many things.
+
+       * objects/bitmap.c, graphics/ttydrv/bitmap.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/bitmap.h, include/x11drv.h:
+       Merged DDBitmap and physBitmap into the generic bitmap structure
+       (suggested by Andrew Lewycky).
+
+       * files/dos_fs.c:
+       Ignore trailing spaces in DOSFS_ToDosFCBFormat.
+
+       * dlls/winsock/socket.c:
+       Fixed small bug in WSOCK32_accept
+
+2000-03-26  Alexandre Julliard  <julliard@winehq.com>
+
+       * include/version.h, ANNOUNCE, ChangeLog:
+       Release 20000326.
+
 ----------------------------------------------------------------
 2000-03-26  Alexandre Julliard  <julliard@winehq.com>
 
 
        * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
 
-       * win32/init.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       GetComputerNameA(): added parameter check like Win95 does.
-
-       * tools/build.c: Patrik Stridvall <ps@leissner.se>
-       - Fixed some Solaris specific assembler problems
-       - Fixed some missing .type @function (helps debugging with dbx)
-       - Fixed code needing __attribute__((constructor))__ for non-GCC ELF compilers
-       - Fixed use of zero width arrays (ANSI C violation)
-       - @GOTOFF on Solaris doesn't work - use @GOT and redirection instead
-
-       * memory/selector.c, include/selectors.h:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some Solaris specific assembler problems.
-
-       * dlls/ole32/ole32.spec, dlls/shell32/shlwapi.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi_check/win32/ntdll.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api:
-       Patrik Stridvall <ps@leissner.se>
-       Updated winapi_check.
-
-       * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
-       Added utility that generates patches for submission to
-       wine-patches@winehq.com.
-
-       * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec:
-       oleaut32 should not import functions from olepro32.
-
-       * dlls/comctl32/listview.c, include/listview.h:
-       Pierre Mageau <pierre@macadamian.com>
-       Don't display the context menu on a double click.
-
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Set the font on the edit label control to that used by the listview
-       control. It also uses text metrics to set a more reasonable initial
-       edit control size.
-
-       Pierre Mageau <pierre@macadamian.com>
-       Handle M_SETREDRAW in ListView.
-       Fix to EnsureVisible to handle small and large icon correctly.
-       Add edit label functionnality to the listview and the file open dialog.
-
-       Ulrich Czekalla <ulrichc@corel.ca>
-       RelaseDC in CreateEditLabel.
-
-       Pierre Mageau <pierre@macadamian.com>
-       Add functionnality to create new folder in the open dialog.
-       Add support for right click menu in common file dialog.
-       LISTVIEW_EndEditlabel is now handling NONLPSTR_TEXTCALLBACK listview items.
-
-       Serge Ivanov <sergei@corel.ca>
-       LISTVIEW_GetColumnA fix (do not copy string, pass pointers).
-
-       Luc Tourangeau <luc@macadamian.com>
-       Preventing a divide by zero when handling LVW_ENSUREVISIBLE message.
-
-       Don Kelly
-       -Implemented the sorting on insert of items into a ListView control
-        with either LVS_SORTASCENDING or LVS_SORTDESCENDING set.
-       -(helping evil applications): sometimes not so well structured apps
-        (PFPI90, in this case) will not fully initialize structs.  In the case
-        of the LVM_GETITEM message the app may have only initialized the mask
-        and iItem members of the struct.  Added processing of the LVIF_PARAM
-        mask in the case that iSubItem was set but is invalid/uninitialized.
-
-       Pierre Mageau <pierre@macadamian.com>
-       Fix for handling correctly the cancelling mode of the Edit label.
-       Fix width calculation of the edit label.
-
-       Pascal Lessard <pascal@macadamian.com>
-       Implemented the behavior of sending WM_CONTEXTMENU when receiving a
-       WM_RBUTTONUP.
-
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Fixed a painting problem with listview when the view changes and an
-       edit label is active.
-
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Fixed a notification problem with listview. On creation if the user
-       specifies an item with focus and/or selection we should send the
-       proper notification. Insert was preventing LISTVIEW_SetItem from
-       seeing the changes and sending the notification.
-
-       Make the draw item rectangle consistent with the selection
-       rectangle. This allows us to click on the folders and icons in the
-       file open dialog box and the item actually gets selected.
-
-       * files/drive.c: Petr Tomasek <tomasek@etf.cuni.cz>
-       - Write serial numbers to the device (FAT)
-       - DRIVE_ReadSuperblock: better checking for the FAT fs.
-
-       * files/dos_fs.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       GetFullPathName fixes.
-
 ----------------------------------------------------------------
 2000-02-27  Alexandre Julliard  <julliard@winehq.com>
 
@@ -2791,7 +12784,7 @@ Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
 
 Mon Dec  6 01:20:01 1999  Alexandre Julliard  <julliard@winehq.com>
 
-       * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/Attic/display.spec, if1632/Attic/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/Attic/display.c, windows/Attic/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
+       * dlls/mouse/.cvsignore, dlls/mouse/Makefile.in, dlls/mouse/mouse.spec, dlls/mouse/mouse_main.c, dlls/mouse/mouserc.rc, documentation/resources, if1632/.cvsignore, if1632/display.spec, if1632/mouse.spec, if1632/Makefile.in, if1632/builtin.c, loader/ne/resource.c, windows/display.c, windows/mouse.c, windows/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/display/.cvsignore, dlls/display/Makefile.in, dlls/display/disp.rc, dlls/display/display.spec, dlls/display/display_main.c:
        Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
        Added .rc file support for Win16 NE modules.
        Moved display.c and mouse.c to separate dll directories.
@@ -3256,7 +13249,7 @@ Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
        Huw D M Davies <h.davies1@physics.ox.ac.uk>
        Stub for GetFontData16.
 
-       * windows/Attic/display.c, if1632/Attic/display.spec:
+       * windows/display.c, if1632/display.spec:
        Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
        Added some ordinals and GetDriverResourceID().