wintrust: Add framework and initial tests.
[wine] / ChangeLog
index 762a344..39d1462 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-----------------------------------------------------------------
-2001-11-08  Alexandre Julliard  <julliard@winehq.com>
+2006-08-24  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/msvcrt/wcs.c, dlls/shlwapi/url.c, include/wine/unicode.h:
-       Implemented inline version of the iswxxx functions.
+       * configure, configure.ac:
+       configure: Fixed bug in previous OpenGL warning patch.
 
-       * msdos/int09.c, msdos/interrupts.c, msdos/ioports.c,
-         msdos/Makefile.in, dlls/winedos/Makefile.in, dlls/winedos/dosvm.c,
-         dlls/winedos/int09.c, dlls/winedos/winedos.spec:
-       Ove Kaaven <ovek@arcticnet.no>
-       Moved the int 9 (keyboard) handler to dlls/winedos.
+2006-08-17  Robert Reif <reif@earthlink.net>
 
-       * dlls/user/comm16.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Find out how much data is available when calling ReadFileEx.
+       * dlls/advapi32/tests/Makefile.in, dlls/advapi32/tests/lsa.c:
+       advapi32: Output information on failed LsaQueryInformationPolicy tests.
 
-2001-11-07  Alexandre Julliard  <julliard@winehq.com>
+2006-08-24  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/x11drv/winpos.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Repaired child window activation broken by previous change.
+       * dlls/msi/table.c:
+       msi: Fix strings with lengths that are exact multiples of 2^16.
 
-       * windows/win.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add dumping of window styles at the window creation time.
+2006-08-24  Jeff Latimer <lats@yless4u.com.au>
 
-       * msdos/vga.c: Ove Kaaven <ovek@arcticnet.no>
-       Added a few default palette entries for the VGA/MCGA 256-color mode.
-       Made the VGA mode set go through RunInThread, so that the VGA graphics
-       window gets owned by the right thread.
+       * dlls/gdi/freetype.c, dlls/gdi/tests/font.c:
+       gdi: Add missing glyph code to GetGlyphIndices and tests.
 
-       * server/thread.c:
-       Avoid ftruncate to work around broken UMSDOS file system.
+2006-08-24  Mike McCormack <mike@codeweavers.com>
 
-       * windows/sysmetrics.c, windows/sysparams.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Created new infrastructure for SystemParametersInfo function. Used it
-       to implement processing for SPI_GET/SETBEEP, SPI_GET/SETBORDER,
-       SPI_GET/SETSHOWSOUNDS system parameters.
+       * dlls/shell32/shell32_main.h, dlls/shell32/shlfileop.c:
+       shell32: Use kernel functions in preference to libwine ones.
 
-       * documentation/architecture.sgml:
-       Bill Medland <medbi01@accpac.com>
-       Minor grammatical corrections.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Fix compilation of test on MSVC6.
 
-       * msdos/dpmi.c, dlls/winedos/module.c, dlls/winedos/winedos.spec,
-         include/callback.h, include/dosexe.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added RunInThread callout to winedos.
+2006-08-24  James Hawkins <truiken@gmail.com>
 
-       * server/protocol.def, server/trace.c, include/wine/server_protocol.h,
-         scheduler/synchro.c, server/named_pipe.c, dlls/kernel/sync.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Make ConnectNamedPipe work in overlapped mode.
+       * dlls/msi/dialog.c:
+       msi: Add an initial implementation of the PathEdit control.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Ignore DSR/DTR flow control in DCB. termios doesn't support it.
-
-2001-11-06  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/shlwapi.h, dlls/shlwapi/path.c, dlls/shlwapi/shlwapi_main.c,
-         dlls/shlwapi/string.c, dlls/wininet/http.c, dlls/wininet/internet.c,
-         dlls/shell32/shlmenu.c, dlls/commdlg/filedlgbrowser.c,
-         dlls/richedit/richedit.c, dlls/shdocvw/shdocvw_main.c,
-         dlls/shell32/clipboard.c, dlls/shell32/iconcache.c,
-         dlls/shell32/pidl.c, dlls/shell32/shell.c,
-         dlls/shell32/shell32_main.c, dlls/shell32/shellstring.c,
-         dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
-         dlls/comctl32/commctrl.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Define rest of URL_ESCAPE... and other flags.
-       - Define implemented interfaces for reg.c and url.c.
-
-       * dlls/shlwapi/url.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Implement URL_ESCAPE_SEGEMENT_ONLY, URL_ESCAPE_PERCENT,
-         and URL_DONT_ESCAPE_EXTRA_INFO in the UrlEscape{A|W} routines.
-       - Make UrlCanonicalizeA use UrlCanonicalizeW.
-       - Implement full functionality in UrlCanonicalizeW.
-       - Implement UrlCombine{A|W}.
-
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/ordinal.h:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Implement SHLWAPI_1 (ASCII version of SHLWAPI_2).
-       - Fix error in SHLWAPI_18
-       - New file (ordinal.h) with documentation for _1, &_2.
-
-       * windows/message.c, windows/winpos.c, dlls/x11drv/winpos.c,
-         include/winpos.h, dlls/ttydrv/wnd.c:
-       Window activation cleanups.
-
-       * scheduler/process.c:
-       Return success in CreateProcess when we started a non-Winelib Unix
-       process.
+2006-08-23  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * configure, configure.in:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add $X_LIBS path while searching for libfreetype.
+       * dlls/opengl32/wgl.c:
+       opengl32: Fix ATI OpenGL bug.
 
-       * dlls/dinput/device.c:
-       <larstiq@larstiq.dyndns.org>
-       Devices never need to be polled, so return DI_NOEFFECT in Poll.
+2006-08-24  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * server/select.c:
-       Bill Medland <medbi01@accpac.com>
-       Prevent danger of accessing freed memory (theoretical but unlikely
-       bug).
+       * configure, configure.ac:
+       configure: Extend the current OpenGL/Direct3D warning code.
 
-       * programs/regapi/regapi.c:
-       François Gouget <fgouget@codeweavers.com>
-       strsep is not implemented on Solaris, replace it with our own portable
-       implementation.
+2006-08-24  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
 
-       * library/debug.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Renamed struct option to struct debug_option to avoid compile problems
-       where struct option is already defined.
-
-       * tools/wrc/writeres.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix a buffer overflow in write_name_str, bug found by
-       jonathan@corvu.com.au.
-
-       * tools/winecheck: <ghutchis@cisco.com>
-       Avoid parsing the whole tree to find libwine.so.
-
-       * loader/module.c, windows/sysparams.c, dlls/user/exticon.c,
-         dlls/wsock32/socket.c, graphics/win16drv/init.c,
-         graphics/win16drv/prtdrv.c, dlls/shlwapi/reg.c,
-         dlls/shlwapi/string.c, dlls/shell32/iconcache.c,
-         dlls/shell32/pidl.c, dlls/shell32/shellord.c,
-         dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c,
-         dlls/shell32/shv_item_cmenu.c, dlls/oleaut32/variant.c,
-         dlls/shell32/changenotify.c, dlls/comctl32/comboex.c,
-         dlls/comctl32/tab.c, dlls/commdlg/filedlgbrowser.c,
-         dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, controls/combo.c:
-       Francois Gouget <fgouget@free.fr>
-       Don't prefix %p with 0x.
-       Various English fixes.
-
-       * windows/x11drv/clipboard.c, windows/class.c, windows/dialog.c,
-         tools/wrc/parser.l, tools/wrc/ppl.l, win32/device.c,
-         server/request.c, tools/make_X11wrappers, tools/winebuild/build.h,
-         tools/winebuild/spec16.c, tools/winebuild/utils.c, msdos/dosmem.c,
-         msdos/dpmi.c, msdos/int10.c, scheduler/client.c,
-         scheduler/sysdeps.c, scheduler/thread.c, memory/global.c,
-         memory/virtual.c, misc/cpu.c, library/port.c, loader/elf.c,
-         loader/ne/module.c, loader/ne/resource.c, include/wine/port.h,
-         include/cdrom.h, include/config.h.in, include/console.h,
-         include/gdi.h, include/heap.h, include/thread.h, 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_xrender.h,
-         include/ts_xresource.h, include/ts_xshm.h, include/ts_xutil.h,
-         include/ts_xvideo.h, include/wine_gl.h, include/x11drv.h,
-         dlls/x11drv/dga2.h, dlls/x11drv/x11ddraw.h, dlls/x11drv/xvidmode.h,
-         files/drive.c, dlls/winmm/wineoss/oss.h, dlls/winsock/async.c,
-         dlls/winsock/socket.c, dlls/ttydrv/bitmap.c, dlls/ttydrv/objects.c,
-         dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h, dlls/ttydrv/user.c,
-         dlls/ntdll/misc.c, dlls/odbc32/proxyodbc.c, dlls/kernel/comm.c,
-         dlls/msvcrt/msvcrt.h, controls/menu.c, dlls/ddraw/mesa.c,
-         dlls/dplayx/dplay.c, configure.in, console/xterm.c, configure:
-       François Gouget <fgouget@codeweavers.com>
-       Fix the #include order for config.h.
-       Add #include "config.h" directives where needed.
-
-       * dlls/netapi32/netapi32.c, include/config.h.in, include/debugtools.h,
-         configure, configure.in:
-       François Gouget <fgouget@codeweavers.com>
-       Make debugtools.h independent from config.h.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean Resource.
 
-       * server/window.c:
-       Allow owner to be the desktop window.
-
-       * programs/regapi/regapi.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       The 'dword' values should be stored as big endian values.
-
-       * include/Makefile.in, include/nb30.h, configure.in, dlls/Makefile.in,
-         dlls/netapi32/.cvsignore, dlls/netapi32/Makefile.in,
-         dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec, configure:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Added netapi32.dll and the Netbios() call.
-
-       * windows/caret.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       For drawing a caret, internally replaced the brush by a bitmap (this
-       allows caret of size > 8x8),
-
-       * misc/options.c, misc/version.c:
-       Francois Gouget <fgouget@free.fr>
-       Add versions for WinME and WinXP.
-       Fix the 16bit version return for Win2000.
-       More closely match the Win95/98 CSDVersion fields.
-       Enhance documentation of Win95 version numbers.
-       Confirm the existing data for Win2000.
+2006-08-23  Benjamin Arai <me@benjaminarai.com>
 
-       * dlls/shlwapi/reg.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix incorrect use of a Unicode string literal.
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut32: Updated conformance test return string for VT_RESERVED.
 
-       * graphics/x11drv/xfont.c, objects/font.c:
-       François Gouget <fgouget@codeweavers.com>
-       Add traces to help diagnose systematic cached-metrics regeneration
-       problems.
+2006-08-23  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * dlls/shell32/iconcache.c:
-       Francois Gouget <fgouget@free.fr>
-       Rename SIC_CompareEntrys to SIC_CompareEntries, and make it static.
+       * tools/winedump/debug.c, tools/winedump/dump.c:
+       winedump: Cast-qual warnings fix.
 
-       * dlls/msrle32/.cvsignore, dlls/msrle32/Makefile.in,
-         dlls/msrle32/msrle32.c, dlls/msrle32/msrle32.spec, dlls/Makefile.in,
-         dlls/avicap32/.cvsignore, dlls/avicap32/Makefile.in,
-         dlls/avicap32/avicap32.spec, dlls/avicap32/avicap32_main.c,
-         configure, configure.in:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added stubs for msrle32.dll and implemented RLE8 decoder.
-       Added stub for avicap32.
+2006-08-23  James Liggett <jrliggett@cox.net>
 
-2001-11-05  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winex11.drv/window.c:
+       winex11.drv: Fix explorer regression caused by systray patch
+       Move systray_dock_window call to X11DRV_CreateWindow so that it can
+       safely call SetWindowPos without having _CheckNotSysLevel crash the
+       explorer.
 
-       * objects/font.c, graphics/x11drv/xfont.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Convert GetCharWidth to Unicode.
+2006-08-22  Clinton Stimpson <cjstimpson@afinternet.net>
 
-       * dlls/user/message.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Move SPY_EnterMessage call after all possible exits so that there will
-       be a matching SPY_ExitMessage.
-
-       * dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
-         dlls/shell32/shellstring.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Indicate that StrRetToStrN{A|W} and StrRetToBuf{A|W} are identical
-         code but duplicated deliberately.
-       - Implement StrRChrI{A|W}.
-
-       * windows/spy.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Add support for Wine internal messages.
-
-       * tools/winedump/main.c, tools/winedump/msmangle.c,
-         tools/winedump/output.c, tools/winedump/pe.c,
-         tools/winedump/winedump.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed and globalized some path and module name handling.
-       Tweaked the demangling of function pointers as function parameters.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Add tests for EM_GETMODIFY.
 
-       * dlls/winmm/wineoss/mixer.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed dst / src lines implementation.
-       Added mux/mixer control for master rec.
-       Added framework for multiple mixers.
+2006-08-23  Huw Davies <huw@codeweavers.com>
 
-       * dlls/winsock/socket.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Test for ws_timeout=NULL in winsock select().
+       * dlls/rpcrt4/cstub.c, dlls/rpcrt4/tests/cstub.c:
+       rpcrt4: Tests for CStdStubBuffer_Disconnect and a tidy up of the implementation.
 
-       * configure.in, configure:
-       François Gouget <fgouget@codeweavers.com>
-       Tell Solaris users where to get XPM.
+       * dlls/rpcrt4/cstub.c, dlls/rpcrt4/tests/cstub.c:
+       rpcrt4: Tests for CStdStubBuffer_Connect and fixes to make them pass.
 
-       * library/port.c:
-       François Gouget <fgouget@codeweavers.com>
-       FALSE is not defined on Solaris.
+       * dlls/rpcrt4/cstub.c, dlls/rpcrt4/tests/cstub.c:
+       rpcrt4: Add tests for CreateStub and fix up CStdStubBuffer_Construct to match.
 
-       * graphics/x11drv/dib.c:
-       François Gouget <fgouget@codeweavers.com>
-       Fix line length calculation in X11DRV_DIB_Convert_any_asis.
-       Correctly initialize the color masks of 24bpp DIBs.
+       * dlls/rpcrt4/cstub.c, dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/tests/cstub.c:
+       rpcrt4: Add tests for NdrStubForwardingFunction and write a commented out
+       implementation.
+       This shows that the IRpcStubBuffer for a delegated stub's base
+       interface is stored at (void**)This-1.
 
-       * windows/class.c:
-       Joshua Thielen <thielen@netprince.net>
-       For global classes, GetClassInfo now returns a handle to USER.
+       * dlls/rpcrt4/tests/Makefile.in, dlls/rpcrt4/tests/cstub.c:
+       rpcrt4: Tests for NdrDllGetClassObject.
+       These show that delegated stubs need different Connect, Disconnect and
+       CountRefs methods than non-delegated stubs (ie they don't use all of
+       the CStdStubBuffer_* functions).
 
-       * msdos/interrupts.c, include/miscemu.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Implemented a dynamic table of DOS interrupt handlers.
+2006-08-23  Jacek Caban <jacek@codeweavers.com>
 
-2001-10-28  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mlang/mlang.c:
+       mlang: Added IMultiLanguage3 interface stub implementation.
 
-       * dlls/winspool/info.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fix RegSetValueEx calls and crash when DriverName="" in registry.
+       * include/mlang.idl:
+       mlang.idl: Added IMultiLanguage3 declaration.
 
-       * dlls/ntdll/signal_i386.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Protect against an interrupt-pending signal recursion.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/asyncsrc.c,
-         dlls/quartz/avidec.c, dlls/quartz/basepin.c, dlls/quartz/devenum.c,
-         dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
-         dlls/quartz/fgpass.c, dlls/quartz/fmap.c, dlls/quartz/ifgraph.c,
-         dlls/quartz/iunk.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
-         dlls/quartz/parser.c, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
-         dlls/quartz/seekpass.c, dlls/quartz/vidren.c,
-         dlls/quartz/wavparse.c, winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixed some bugs.
-       Implemented IPropertyBag.
-       Implemented some FilterMapper2 methods.
-       Implemented AddSourceFilter.
-       Implemented Render partially.
-       Implemented Connect partially.
-
-       * include/strmif.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added definitions of MERITs.
-
-       * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added stub for ICImageCompress.
-       Implemented ICImageDecompress.
+2006-08-22  Andrzej Popowski <popej@friko.onet.pl>
 
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Added stubs for _18,_21,_22 which seem to be used only by native
-         shdocvw.dll
-       - Implemented _26, _27, _28, _32, and _34 (more isw... functions).
+       * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+       msvcrt: Fix scanf format "%i" base detection.
 
-       * dlls/shlwapi/url.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Stub UrlCombineA and initial implementation of UrlCombineW.
+2006-08-21  Stefan Huehner <stefan@huehner.org>
 
-       * dlls/shlwapi/reg.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Implement SHRegGetBoolUSValue{A|W}.
+       * programs/winedbg/winedbg.man.in:
+       winedbg: Fix typo in manpage.
 
-       * dlls/user/resources/user32_icons.rc:
-       Jeremy Newman <jnewman@codeweavers.com>
-       Replaced Martini glass.
+2006-08-19  Stefan Dösinger <stefandoesinger@gmx.at>
 
-2001-10-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Make the destination surface glDirty in UpdateSurface.
 
-       * loader/pe_image.c, scheduler/process.c, server/process.c:
-       Don't keep main exe and dlls handles open when the file is on
-       removable media.
+2006-08-19  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * dlls/shell32/shlview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Add handling for LVN_GETDISPINFOW.
+       * dlls/winspool.drv/tests/info.c:
+       winspool.drv/tests: Write-strings warnings fix.
 
-2001-10-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winspool.drv/info.c:
+       winspool.drv: Write-strings warnings fix.
 
-       * dlls/shlwapi/reg.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Correct implementation of HUSKEY internals, including functions:
-         SHRegOpenUSKey{A|W}, SHRegCloseUSKey, SHRegGetUSValue{A|W},
-         SHRegQueryInfoUSKey{A|W}
-       - Implement SHRegQueryUSValue{A|W}
-
-       * dlls/shlwapi/ordinal.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       -  Implement:
-             SHLWAPI_2  - Identify internet protocols.
-             SHLWAPI_25  -  iswalpha
-             SHLWAPI_33  -  iswdigit
-
-       * windows/winpos.c:
-       Joshua Thielen <thielen@netprince.net>
-       Switch focus to activated window even if no window previously had the
-       focus.
-
-       * memory/virtual.c:
-       Try to use read instead of mmap for files on removable media, so that
-       we don't need to keep the mapping handle open.
-
-       * server/file.c, server/mapping.c, server/object.h,
-         server/protocol.def, server/trace.c, files/dos_fs.c, files/file.c,
-         include/file.h, include/wine/server_protocol.h, misc/registry.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Save a disk file's drive type in the server object.
-
-2001-10-23  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/win.c: Cosmetic fixes.
-
-       * configure, configure.in, dlls/Makefile.in, dlls/devenum/.cvsignore,
-         dlls/devenum/Makefile.in, dlls/devenum/devenum.spec,
-         dlls/devenum/devenum_main.c, dlls/msdmo/.cvsignore,
-         dlls/msdmo/Makefile.in, dlls/msdmo/msdmo.spec,
-         dlls/msdmo/msdmo_main.c, dlls/qcap/.cvsignore,
-         dlls/qcap/Makefile.in, dlls/qcap/qcap.spec, dlls/qcap/qcap_main.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added stubs for msdmo.dll, qcap.dll and devenum.dll.
-
-       * configure.in, dlls/gdi/freetype.c, include/config.h.in,
-         include/font.h, objects/font.c, configure:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Implement GetFontData.
-
-       * dlls/Makefile.in, dlls/oleaut32/Makefile.in,
-         dlls/oleaut32/oleaut32.spec, dlls/oleaut32/propertyframe.c,
-         dlls/oleaut32/stubs.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Implemented OleCreatePropertyFrame and
-       OleCreatePropertyFrameIndirect.
-
-       * include/winbase.h, include/wincon.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Moved/added some console definitions.
-
-       * misc/version.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Revert 16bit win95 version back to original value. Fixes InstallShield
-       installer version check.
-
-       * graphics/x11drv/codepage.c, graphics/x11drv/xfont.c,
-         include/x11font.h, objects/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       ExtTextOutW with symbol fonts works with chars in the ranges
-       0x0000 -- 0x00ff and 0xf000 -- 0xf0ff and not, for example, with
-       chars in the Unicode Greek range.
+2006-08-18  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * dlls/ole32/compobj.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Better failure messages for CoCreateInstance.
+       * dlls/wineps.drv/ppd.c, dlls/wineps.drv/psdrv.h:
+       wineps.drv: Write-strings warnings fix.
 
-       * windows/dce.c:
-       Fixed window handle check in GetDCEx.
+       * dlls/ddraw/main.c:
+       ddraw: Write-strings warnings fix.
 
-       * windows/win.c: A couple of optimizations.
+2006-08-23  Alexandre Julliard <julliard@winehq.org>
 
-       * win32/except.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Expand environment variables in "Debugger" setting.
-       Replace fixed-size buffers with dynamic ones.
+       * README, loader/wine.man.in:
+       Documentation updates.
 
-       * dlls/shell32/classes.c, dlls/shell32/shell32_main.c:
-       Aric Stewart <aric@codeweavers.com>
-       Fixed the behavior for SHGetFileInfo when the SHGFI_USEFILEATTRIBUTES
-       flag is set. Corrects the given type and icon.
+       * tools/.gitignore, tools/Makefile.in, tools/wineprefixcreate.man.in:
+       tools: Added a man page for wineprefixcreate.
 
-2001-10-22  Alexandre Julliard  <julliard@winehq.com>
+       * DEVELOPERS-HINTS:
+       DEVELOPERS-HINTS: Moved to the Wiki by Tom Wickline.
 
-       * dlls/ttydrv/wnd.c, dlls/user/message.c, dlls/user/user_main.c,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec,
-         include/user.h, include/win.h, include/wine/server_protocol.h,
-         server/protocol.def, server/request.h, server/trace.c,
-         server/window.c, windows/defwnd.c, windows/win.c, windows/winpos.c,
-         controls/scroll.c:
-       Store in the server all the window information accessible with
-       Get/SetWindowLong.
+2006-08-23  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/winmm/wineoss/midi.c, files/file.c, dlls/advapi32/service.c,
-         dlls/ntdll/om.c, dlls/ole32/compositemoniker.c,
-         dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
-         dlls/ole32/hglobalstream.c, dlls/ole32/stg_stream.c,
-         dlls/wininet/ftp.c, dlls/wininet/internet.c,
-         dlls/winmm/mciwave/mciwave.c:
-       Francois Gouget <fgouget@free.fr>
-       Spelling, grammar and a bit of comment formatting fixes.
-
-       * dlls/Makefile.in, dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
-         dlls/quartz/asyncsrc.h, dlls/quartz/audren.c, dlls/quartz/audren.h,
-         dlls/quartz/avidec.c, dlls/quartz/aviparse.c,
-         dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
-         dlls/quartz/basepin.c, dlls/quartz/csconv.c, dlls/quartz/fgpass.c,
-         dlls/quartz/imfilter.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
-         dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
-         dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
-         dlls/quartz/seekpass.c, dlls/quartz/seekpass.h,
-         dlls/quartz/videoblt.c, dlls/quartz/videoblt.h,
-         dlls/quartz/vidren.c, dlls/quartz/vidren.h, dlls/quartz/wavparse.c,
-         dlls/quartz/xform.c, dlls/quartz/xform.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixed some bugs.
-       Implemented AVI Decompressor.
-       Started implementing Color Space Converter.
-       Started implementing seeking.
-
-       * debugger/winedbg.c: Added "--auto" option.
+       * dlls/shlwapi/resource.h, dlls/shlwapi/shlwapi_De.rc,
+         dlls/shlwapi/shlwapi_En.rc, dlls/shlwapi/shlwapi_Eo.rc,
+         dlls/shlwapi/shlwapi_Es.rc, dlls/shlwapi/shlwapi_Fi.rc,
+         dlls/shlwapi/shlwapi_Fr.rc, dlls/shlwapi/shlwapi_Hu.rc,
+         dlls/shlwapi/shlwapi_It.rc, dlls/shlwapi/shlwapi_Ja.rc,
+         dlls/shlwapi/shlwapi_Ko.rc, dlls/shlwapi/shlwapi_Nl.rc,
+         dlls/shlwapi/shlwapi_No.rc, dlls/shlwapi/shlwapi_Pl.rc,
+         dlls/shlwapi/shlwapi_Pt.rc, dlls/shlwapi/shlwapi_Tr.rc,
+         dlls/shlwapi/string.c:
+       shlwapi: Move strings used by StrFromTimeInterval to resources.
 
-       * dlls/wineps/init.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Add support for environment variables in the printer settings.
-       Remove the fixed-size buffers.
-
-       * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
-         include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
-         include/msvcrt/conio.h, include/msvcrt/crtdbg.h,
-         include/msvcrt/ctype.h, include/msvcrt/direct.h,
-         include/msvcrt/dos.h, include/msvcrt/eh.h, include/msvcrt/fcntl.h,
-         include/msvcrt/io.h, include/msvcrt/locale.h,
-         include/msvcrt/malloc.h, include/msvcrt/process.h,
-         include/msvcrt/search.h, include/msvcrt/stddef.h,
-         include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
-         include/msvcrt/string.h, include/msvcrt/time.h,
-         include/msvcrt/wchar.h, include/msvcrt/wctype.h:
-       Francois Gouget <fgouget@free.fr>
-       Added __WINE_USE_MSVCRT.
+       * programs/regedit/En.rc, programs/regedit/Pl.rc,
+         programs/regedit/about.c, programs/regedit/childwnd.c,
+         programs/regedit/framewnd.c, programs/regedit/listview.c,
+         programs/regedit/main.c, programs/regedit/main.h,
+         programs/regedit/resource.h:
+       regedit: Put language-dependent strings in resources.
 
-       * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
-       David Elliott <dfe@tgwbd.org>
-       Implemented the wcstoul function.
+       * programs/regedit/framewnd.c:
+       regedit: Remove custom filter from open/save dialogs.
 
-2001-10-21  Alexandre Julliard  <julliard@winehq.com>
+2006-08-23  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * debugger/winedbg.c, dlls/oleaut32/ole2disp.c,
-         documentation/patches.sgml, documentation/samples/config,
-         files/dos_fs.c, files/profile.c, graphics/x11drv/oembitmap.c,
-         memory/instr.c, tools/winecheck, win32/except.c, windows/keyboard.c,
-         windows/win.c:
-       Andreas Mohr <andi@rhlx01.fht-esslingen.de>
-       Cosmetics.
+       * programs/winecfg/winecfg.c:
+       winecfg: Make sure we can use a large text.
 
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Add stubs for _25, _33, _35
-       - Add/correct code for: _15, _29, _30, _31, _151, _152, _153, _154,
-         _158.
+       * dlls/wintrust/wintrust_main.c:
+       wintrust: Add some documentation.
 
-       * dlls/shlwapi/reg.c, include/shlwapi.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implement HUSKEY design.
-       - Implement functions: SHRegOpenUSKey{A|W}, SHRegCloseUSKey,
-         SHRegGetUSValue{A|W}, SHRegQueryInfoUSKey{A|W}
+2006-08-23  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shlwapi/url.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implement UrlCanonicalizeW, UrlEscapeW, UrlUnescapeW.
-       - Stub UrlGetLocation{A|W}.
+       * configure, configure.ac:
+       configure: Remove -O2 disable hack for MacOS now that gcc is fixed.
 
-       * dlls/ntdll/debugtools.c:
-       Avoid crashing on non-initialized debug info.
+2006-08-21  Detlef Riekenberg <wine.dev@web.de>
 
-       * include/wine/obj_property.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixed a typo.
+       * configure, configure.ac:
+       configure: Show messages about additional packages with --verbose.
 
-       * objects/font.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Implemented GetCharacterPlacementW.
+2006-08-22  James Liggett <jrliggett@cox.net>
 
-       * dlls/x11drv/xvidmode.c:
-       Andrew Lewycky <andrew@transgaming.com>
-       XFree86 4.1 gamma ramp support.
-
-       * include/dsound.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed a typo.
-
-       * dlls/kernel/comm.c, dlls/user/comm16.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Return TRUE on success in COMM_BuildOldCommDCB.
-       DCB16.BaudRate > 57600 means 115200.
-       OpenComm16 should use overlapped I/O.
-
-2001-10-18  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c,
-         dlls/user/mouse.c, dlls/user/mouse.spec, dlls/user/user_main.c,
-         dlls/x11drv/Makefile.in, dlls/x11drv/mouse.c, dlls/x11drv/window.c,
-         dlls/x11drv/x11drv.spec, include/mouse.h, include/user.h,
-         include/x11drv.h, windows/input.c, windows/x11drv/Makefile.in,
-         windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         windows/x11drv/mouse.c:
-       Changed X11 mouse driver to use SendInput, and removed WINE_MOUSEEVENT
-       hack. Moved mouse.c to dlls/x11drv.
-       Added KeymapNotify event handler, and fixed handling with multiple
-       alt/shift/control keys.
-       Removed dinput functions from USER driver.
-
-       * include/winuser.h: Added a few XBUTTON defines.
-
-       * windows/mdi.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Use WIN_ReleasePtr not WIN_ReleaseWndPtr with WIN_GetPtr.
-
-       * dlls/dinput/Makefile.in:
-       Make dinput a properly separated dll.
-
-       * dlls/dinput/mouse/main.c:
-       Use WH_MOUSE_LL hook instead of redirecting the mouse event handler.
-
-       * dlls/dinput/keyboard/main.c:
-       Fixed GetDeviceState and GetDeviceData to use only exported APIs.
-
-2001-10-17  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/x11drv/dib.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix tons of color conversion bugs.
-       Reorganize things more rationally and so that more code is shared.
-
-       * windows/input.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Fixed mouse_event bug - cursor was moved before new position was
-       calculated.
-
-       * dlls/ntdll/debugtools.c:
-       Johan Gill <johane@lysator.liu.se>
-       Relay tracing would crash if it came upon a function call with an
-       invalid pointer as a parameter.
-
-       * windows/input.c: Jukka Heinonen <jhei@iki.fi>
-       Releasing a mouse button now clears an entry in table
-       InputKeyStateTable instead of AsyncKeyStateTable.
-
-       * windows/winpos.c:
-       Bill Medland <medbi01@accpac.com>
-       Only modify the ancestor if you find it.
-
-       * windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         include/wine/keyboard16.h, win32/console.c, windows/hook.c,
-         windows/input.c, windows/keyboard.c, windows/sysparams.c,
-         include/keyboard.h, include/queue.h, include/user.h,
-         include/winuser.h, include/x11drv.h, dlls/user/user_main.c,
-         dlls/user/keyboard.spec, dlls/user/lstr.c:
-       Added support for low-level mouse and keyboard hooks.
-       Misc keyboard handling cleanups.
-
-       * windows/message.c, dlls/user/message.c, include/message.h,
-         server/main.c, server/queue.c, server/request.c, server/request.h:
-       Make sure that GetMessagePos and GetMessageTime return sane values
-       for all messages.
-
-       * dlls/ddraw/dsurface/user.c:
-       Jukka Heinonen <jhei@iki.fi>
-       When a surface becomes primary surface, mark the whole surface damaged.
-
-       * graphics/x11drv/palette.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Use the same color conversion algorithm as the DIB code (and Windows),
-       i.e. shifts, not MulDivs.
-       Fix the grayscale formula.
-
-       * files/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Separate code to overlapped timeouts into FILE_GetTimeout.
-
-2001-10-16  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/user/message.c, dlls/user/user_main.c, dlls/x11drv/window.c,
-         dlls/x11drv/winpos.c, include/queue.h, include/user.h,
-         include/win.h, include/winpos.h, windows/dce.c, windows/painting.c,
-         windows/queue.c, windows/win.c, windows/winpos.c,
-         windows/x11drv/event.c, controls/icontitle.c, dlls/ttydrv/wnd.c:
-       Added internal Wine messages to perform SetWindowPos, ShowWindow and
-       SetParent in the correct thread.
-       Replace QUEUE_IsExitingQueue by USER_IsExitingThread.
-       Store window rectangles in the server.
-       Prevent DestroyWindow on windows not belonging to the current thread.
-
-       * server/request.h, server/trace.c, server/window.c,
-         tools/make_requests, include/wine/server_protocol.h,
-         server/protocol.def:
-       Added requests to store window rectangles in the server.
-
-       * controls/menu.c, controls/scroll.c, dlls/user/controls.h,
-         include/nonclient.h, windows/defwnd.c, windows/nonclient.c:
-       Moved scrollbar tracking code to scroll.c.
-       Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
-
-       * README, documentation/bugs.sgml, documentation/cvs-regression.sgml:
-       Gerard Patel <gerard.patel@nerim.net>
-       Misc doc updates.
-
-       * winedefault.reg:
-       Ove Kaaven <ovek@transgaming.com>
-       Registry entries for stdole32.tlb.
-
-       * tools/winedump/main.c, tools/winedump/output.c, tools/winedump/pe.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - eliminate different segmentation faults.
-       - when attempting to open a dll, append ".dll" to find it (was
-         stripped previously).
-       - identify named exports so that the ordinal number is "@" in .spec
-         file.
-       - setup output dll name prior to creating ordinal symbols.
-       - don't overlay the named exports with the ordinal exports.
-       - correct test for last symbol.
-       - fix generated install script to match current make files.
-
-2001-10-15  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/mdi.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fix the case where child=0 (last child) in MDI_ChildActivate.
-
-       * controls/icontitle.c, controls/scroll.c, dlls/user/msg16.c,
-         dlls/x11drv/desktop.c, dlls/x11drv/scroll.c, dlls/x11drv/window.c,
-         dlls/x11drv/winpos.c, include/win.h, windows/class.c, windows/dce.c,
-         windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/mdi.c,
-         windows/message.c, windows/nonclient.c, windows/painting.c,
-         windows/spy.c, windows/timer.c, windows/win.c:
-       Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
-       WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
-       don't need to access windows of other processes.
-
-       * include/uuids.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing GUIDs.
-
-       * dlls/msvcrt/file.c, include/msvcrt/stdio.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       The _IOXXX macros conflict with system headers on Solaris. Prefix
-       them.
-
-       * dlls/shell32/shell.c:
-       Kai Morich <mail@kai-morich.de>
-       InternalExtractIcon16 forgot to close file handle.
-
-       * include/winbase.h, memory/atom.c:
-       Francois Gouget <fgouget@free.fr>
-       Add INVALID_ATOM and MAXINTATOM to winbase.h.
-       Replace MIN_STR_ATOM with MAXINTATOM.
-
-2001-10-14  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/class.c, windows/dialog.c, loader/elf.c, loader/ne/module.c,
-         loader/ne/resource.c, memory/global.c, memory/virtual.c, misc/cpu.c,
-         msdos/dosmem.c, msdos/dpmi.c, scheduler/client.c,
-         scheduler/sysdeps.c, scheduler/thread.c, server/request.c,
-         tools/winebuild/spec16.c, win32/device.c, controls/menu.c,
-         dlls/dplayx/dplay.c, dlls/kernel/comm.c, dlls/odbc32/proxyodbc.c,
-         dlls/winsock/async.c, dlls/winsock/socket.c, files/drive.c,
-         library/port.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       When including 'wine/port.h', include it first.
-       Remove redundant 'config.h' includes.
-
-       * tools/winebuild/relay.c, tools/winebuild/spec32.c, tools/wmc/mcl.c,
-         tools/wmc/mcy.y, tools/wmc/wmc.c, windows/winproc.c,
-         windows/x11drv/wineclipsrv.c, dlls/user/exticon.c,
-         dlls/wineps/graphics.c, graphics/env.c, graphics/path.c,
-         loader/loadorder.c, loader/pe_resource.c, memory/heap.c,
-         memory/selector.c, msdos/int11.c, msdos/int16.c, relay32/relay386.c,
-         scheduler/critsection.c, server/mapping.c, server/trace.c,
-         tools/winebuild/import.c, tools/winebuild/main.c,
-         tools/winebuild/parser.c, console/generic.c, console/interface.c,
-         console/ncurses.c, console/tty.c, dlls/ddraw/d3ddevice/main.c,
-         dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
-         dlls/ddraw/d3dtexture.c, dlls/ntdll/exception.c,
-         dlls/opengl32/wgl.c, dlls/shell32/systray.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       When including config.h, include it first.
-
-       * include/Makefile.in, include/rpcdce.h, include/rpcndr.h,
-         include/rpcproxy.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added some RPC definitions.
-
-       * objects/font.c, windows/driver.c, dlls/shell32/shellord.c,
-         dlls/user/comm16.c, dlls/winmm/driver.c, dlls/winspool/info.c,
-         loader/module.c, dlls/shell32/pidl.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Don't print NULL strings (crashes on Solaris).
-       Small code maintainability tweak in ShellExecuteExA.
-       Two typo fixes in winmm.
-
-       * include/amvideo.h, include/control.h, include/strmif.h,
-         dlls/quartz/Makefile.in, dlls/quartz/asyncsrc.c,
-         dlls/quartz/asyncsrc.h, dlls/quartz/audioutl.c,
-         dlls/quartz/audioutl.h, dlls/quartz/audren.c,
-         dlls/quartz/aviparse.c, dlls/quartz/basefilt.c,
-         dlls/quartz/basepin.c, dlls/quartz/complist.c,
-         dlls/quartz/complist.h, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
-         dlls/quartz/enumunk.c, dlls/quartz/fgevent.c, dlls/quartz/fgidisp.c,
-         dlls/quartz/fgpass.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
-         dlls/quartz/fmap2.h, dlls/quartz/ifgraph.c, dlls/quartz/igconfig.c,
-         dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imfilter.c,
-         dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/main.c,
-         dlls/quartz/memalloc.c, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
-         dlls/quartz/parser.c, dlls/quartz/parser.h,
-         dlls/quartz/quartz_private.h, dlls/quartz/regsvr.c,
-         dlls/quartz/sample.c, dlls/quartz/seekpass.c,
-         dlls/quartz/sysclock.c, dlls/quartz/vidren.c,
-         dlls/quartz/wavparse.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Started implementing AVI splitter.
-       Implemented AsyncSource.
-       Merged some C sources.
-       Fixed some bugs.
-
-       * include/mmreg.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added MPEG1WAVEFORMAT and MPEGLAYER3WAVEFORMAT.
-
-       * files/dos_fs.c, files/file.c, include/file.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Pass security attributes for DOSFS creation.
+       * dlls/winex11.drv/window.c, dlls/winex11.drv/x11drv.h,
+         dlls/winex11.drv/x11drv_main.c:
+       winex11.drv: Add XEmbed system tray support.
+       Portions of this patch based on the work of Mike Hearn and Rob
+       Shearman.
 
-       * dlls/oleaut32/typelib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed bugs with propget methods with input arguments.
-       Improved variant debug dumps.
+2006-08-22  James Hawkins <truiken@gmail.com>
 
-       * dlls/oleaut32/safearray.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed bugs in safe arrays.
-       - enlarging a safe array didn't clear the new entries
-       - element access only validated the first dimension
-       - the validation always failed when the array contained 1 element
+       * programs/msiexec/msiexec.c:
+       msiexec: Add handling for msiexec's regserver option.
 
-       * dlls/oleaut32/olepicture.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fix a UINT16 redefinition problem.
+2006-08-23  Mike McCormack <mike@codeweavers.com>
 
-       * relay32/builtin32.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Recognize the Solaris dlopen equivalent of "cannot open".
+       * server/thread.c:
+       server: Use ntdll values where possible.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@free.fr>
-       Fix handling of empty lists in install and uninstall targets.
-       Install the executables .so libraries in $bindir (not $libdir!).
+       * include/windef.h:
+       windef.h: Add a definition for FILETIME.
 
-2001-10-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/threadpool.c:
+       ntdll: Use RTL_CRITICAL_SECTION not CRITICAL_SECTION.
 
-       * windows/Makefile.in, windows/property.c, windows/win.c,
-         dlls/user/Makefile.in, dlls/user/property.c, include/win.h,
-         include/wine/server_protocol.h, server/protocol.def,
-         server/request.h, server/trace.c, server/window.c:
-       Store window properties in the server. Moved property.c to dlls/user.
+2006-08-23  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * memory/atom.c, server/atom.c, server/object.h, server/protocol.def,
-         server/trace.c, tools/make_requests, include/wine/server_protocol.h:
-       Added atom_t type for atoms to make sure we use the same type
-       everywhere. Handle MIN_STR_ATOM offset in the server.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resource.
 
-       * dlls/user/controls.h, include/winbase.h, include/windef.h,
-         include/winuser.h:
-       Moved MAKEINTATOM to winbase.h and added Unicode version.
+       * programs/winecfg/driveui.c:
+       winecfg: Wrong text in messagebox.
 
-       * windows/cursoricon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Handle bad pointer arguments to LoadImageA() (and functions
-       callingLoadImageA) with an exception handler.
+2006-08-23  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
 
-       * windows/x11drv/clipboard.c:
-       Dominik Strasser <dominik.strasser@t-online.de>
-       Workaround X11 BadWindow error if no parent window is found.
+       * dlls/shlwapi/shlwapi_Ko.rc:
+       shlwapi: Update Korean resource.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@free.fr>
-       Fix the Wine tools search path.
-       Add /usr/local/lib to the default ntdll search path.
+2006-08-22  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-2001-10-11  Alexandre Julliard  <julliard@winehq.com>
+       * libs/wine/loader.c:
+       libwine: Cast-qual warning fix.
 
-       * include/queue.h, include/wine/server_protocol.h,
-         server/protocol.def, server/queue.c, server/request.h,
-         server/trace.c, windows/queue.c:
-       Removed the cleanup_window_queue request.
+       * tools/winebuild/res16.c:
+       winebuild: Cast-qual warnings fix.
 
-       * dlls/ttydrv/wnd.c, dlls/x11drv/scroll.c, dlls/x11drv/winpos.c,
-         include/win.h, windows/property.c, windows/win.c, windows/winpos.c:
-       Removed next and child fields in the window structure and use
-       WIN_ListChildren instead.
+2006-08-23  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * include/uuids.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing GUIDs.
+       * dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/rtl.c,
+         dlls/ntdll/tests/rtlbitmap.c, dlls/ntdll/tests/string.c:
+       ntdll/tests: Print 64bit integers as two 32 bit integers.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the .spec.c rule.
+2006-08-23  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-2001-10-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winex11.drv/opengl.c:
+       winex11.drv: Fix opengl pixel format bug.
 
-       * dlls/ttydrv/wnd.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         include/win.h, windows/win.c, windows/winpos.c:
-       Store window parent as an HWND instead of a pointer.
+2006-08-22  Fatih Aşıcı <fatih.asici@gmail.com>
 
-       * files/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Do overlapped reads if and only if the file was opened with
-       FILE_FLAG_OVERLAPPED.
+       * dlls/mshtml/Tr.rc:
+       mshtml: Update Turkish resources.
 
-       * dlls/shell32/shell32_main.c:
-       Francois Gouget <fgouget@free.fr>
-       Allocate the array and strings in one lump (bug found by Malte
-       Starostik).
-       Same thing for the lpCmdline="" case.
-       There is no NULL pointer at the end of the argv list.
-
-       * objects/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       GetTextCharsetInfo should return the charset that the driver is
-       actually using, rather than that specified in the LOGFONT.
-
-       * documentation/introduction.sgml:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Include information about XFree86 Windows server.
-
-       * dlls/kernel/format_msg.c, dlls/msvcrt/locale.c,
-         dlls/oleaut32/typelib.c, include/winbase.h, include/winuser.h:
-       Francois Gouget <fgouget@free.fr>
-       Move the RT_XXX macros to winuser.h.
-       winuser.h: Add support for NOGDI.
-       winuser.h: Modify to allow compilation without wingdi.h.
-
-       * include/shlobj.h, dlls/shell32/shellpath.c:
-       Chris Green <chris_e_green@yahoo.com>
-       Added names of the "missing" paths for SHGetSpecialFolderPathA.
-
-2001-10-09  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/class.c: Fixed locking of class list.
-       Print ERR when accessing classes of other processes.
-
-       * include/win.h, include/wine/server_protocol.h, server/protocol.def,
-         server/trace.c, server/window.c, windows/win.c:
-       Store window class atom in the server.
-       Keep unlinked windows on a separate list.
-       Implemented inter-process FindWindow().
-
-       * include/winbase.h, include/wine/winuser16.h:
-       Francois Gouget <fgouget@free.fr>
-       Remove non windows macros.
-
-       * scheduler/pthread.c:
-       Silence the pthread_kill_other_threads_np FIXME.
-
-       * memory/virtual.c:
-       Fix MapViewOfFile to always return a 64K-aligned address.
-       Avoid converting pointers to UINT.
-
-       * tools/winapi_check/modules.dat, tools/winapi_check/win16/kernel.api,
-         tools/winapi_check/win16/winsock.api,
-         tools/winapi_check/win32/advapi32.api,
-         tools/winapi_check/win32/kernel32.api,
-         tools/winapi_check/win32/mapi32.api,
-         tools/winapi_check/win32/msimg32.api,
-         tools/winapi_check/win32/quartz.api,
-         tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/win32/sti.api, tools/winapi_check/win32/url.api,
-         tools/winapi_check/win32/ws2_32.api:
-       Patrik Stridvall <ps@leissner.se>
-       API files update.
+2006-08-22  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/advapi32/crypt.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issue found by winapi_check.
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+       crypt32: Add CryptFormatObject stub.
 
-       * dlls/winsock/async.c, include/Makefile.in, include/ws2spi.h:
-       Patrik Stridvall <ps@leissner.se>
-       Added new include file ws2spi.h for adding needed types.
+2006-08-22  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/setupapi/setupapi.spec:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Fixed parameters of SetupOpenInfFileA.
+       * dlls/shell32/shell32_Pl.rc:
+       shell32: Pl.rc: Fix a backslash.
 
-2001-10-08  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shlwapi/string.c:
+       shlwapi: Make StrFormatByteSize format numbers using locale settings.
 
-       * windows/painting.c:
-       Moved MsgWaitForMultipleObjects call on RDW_UPDATENOW out of the
-       RDW_Paint recursion.
+2006-08-22  Jacek Caban <jacek@codeweavers.com>
 
-       * include/winuser.h:
-       Francois Gouget <fgouget@free.fr>
-       Add support for NOCOLOR.
-
-       * include/winbase.h, include/wine/winbase16.h, misc/version.c:
-       Francois Gouget <fgouget@free.fr>
-       Move WINDEBUGINFO from winbase.h to winbase16.h and rename to
-       WINDEBUGINFO16.
-       Move the related macros to version.c and ifdef them out (kept for
-       documentation only, they are not used).
-
-       * debugger/hash.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       WINELIB applications (like reaktivate) might have very long (C++)
-       symbols. Use a larger buffer.
-
-       * files/drive.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       GetDiskFreeSpaceEx should accept an input like "C:".
-
-       * files/file.c, server/file.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       - fixed copy&paste bug (GENERIC_WRITE instead of GENERIC_READ)
-       - when getting the type of a handle, it has to be done even if no fd
-         is attached to it (console for example)
-
-       * dlls/quartz/asyncsrc.c, dlls/quartz/asyncsrc.h,
-         dlls/quartz/audren.c, dlls/quartz/basefilt.c,
-         dlls/quartz/basefilt.h, dlls/quartz/basepin.c,
-         dlls/quartz/igconfig.c, dlls/quartz/main.c, dlls/quartz/memalloc.c,
-         dlls/quartz/mtype.c, dlls/quartz/mtype.h, dlls/quartz/parser.c,
-         dlls/quartz/parser.h, dlls/quartz/quartz.spec, dlls/quartz/sample.c,
-         dlls/quartz/sample.h, dlls/quartz/vidren.c, dlls/quartz/vidren.h,
-         dlls/quartz/wavparse.c, include/amvideo.h, dlls/quartz/Makefile.in,
-         winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Started Implementing Video Renderer.
-       Started Implementing WAVE/AU/AIFF Parser.
-       Started Implementing file source.
-       Fixed some bugs.
-
-       * dlls/user/user32.spec, dlls/user/user_main.c:
-       Renamed USER_Init into UserClientDllInitialize.
-
-       * files/dos_fs.c, files/file.c, include/file.h,
-         include/wine/server_protocol.h, server/protocol.def,
-         server/serial.c, server/trace.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Make serial fd blocking mode depend on FILE_FLAG_OVERLAPPED.
-
-       * objects/text.c, documentation/fonts.sgml, graphics/x11drv/xfont.c,
-         dlls/commdlg/printdlg.c:
-       Francois Gouget <fgouget@free.fr>
-       Small typo fixes/updates.
+       * dlls/mshtml/conpoint.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/olecmd.c, dlls/mshtml/persist.c,
+         dlls/mshtml/tests/htmldoc.c:
+       mshtml: Use IPropertyNotifySink connection point.
 
-       * include/winbase.h, misc/error.c:
-       Francois Gouget <fgouget@free.fr>
-       Move the ERR_XXX macros from winbase.h to error.c.
+2006-08-22  Robert Reif <reif@earthlink.net>
 
-       * dlls/winsock/socket.c, include/winsock.h, include/wsipx.h:
-       Francois Gouget <fgouget@free.fr>
-       Fix the SOCKADDR_IPX declaration.
-       Centralize all sockaddr_xxx conversions in ws_sockaddr_ws2u and
-       ws_sockaddr_u2ws.
-       Remove ugly casts in TRACEs.
+       * dlls/dsound/propset.c:
+       dsound: Remove unused parameter from propset functions.
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Defer edit style correction until EDITSTATE is fully initialized.
+2006-08-21  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * dlls/msvcrt/thread.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       _beginthread: Don't store the trampoline on the stack.
+       * configure, configure.ac:
+       configure: Try to #include <pthread.h> before checking for pthread_np.h.
 
-       * include/windef.h, include/wingdi.h:
-       Francois Gouget <fgouget@free.fr>
-       Move COLORREF from wingdi.h to windef.h.
-       Add a prototype for GdiFlush.
+2006-08-21  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@free.fr>
-       Wrappers must always be compiled in STRICT mode.
+       * dlls/wined3d/drawprim.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Correctly draw transformed and untransformed vertices in the same scene.
 
-       * debugger/debug.l:
-       Provide help even when in the NOPROCESS state.
+2006-08-21  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix infinite loop problem in wineclipsrv startup.
-       LaunchServer: Don't give up on the first message.
-       Added GetSelectionEvent: Limit CPU use and introduce timeout.
+       * dlls/crypt32/main.c:
+       crypt32: Print parameters and add some documentation.
 
-       * windows/message.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Better handling of the timeout in WaitForInputIdle.
-       Use WAIT_FAILED rather than the corresponding literal.
+2006-08-21  James Hawkins <truiken@gmail.com>
 
-       * dlls/urlmon/umon.c, include/urlmon.h:
-       Malte Starostik <malte@kde.org>
-       CreateURLMoniker takes a LPCWSTR, not a LPWSTR.
+       * dlls/msi/tests/package.c:
+       msi: Add tests for the AppSearch action.
 
-2001-10-05  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       msi: Add handling for MsiEvaluateCondition's substring operators.
 
-       * windows/painting.c:
-       Process pending events before sending WM_PAINT on RDW_UPDATENOW.
+       * dlls/msi/tests/package.c:
+       msi: Add tests for MsiEvaluateCondition's substring operators.
 
-       * server/named_pipe.c, server/sock.c:
-       Added get_file_info support to named pipes and sockets to avoid
-       breaking the get_handle_fd request.
+2006-08-22  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/kernel/format_msg.c, include/winbase.h:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Added defines for resource types RT_MESSAGETABLE, RT_VERSION.
+       * dlls/itss/itss.c:
+       itss: Simplify the class factory.
 
-       * dlls/user/message.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fix sign extension problem in map_wparam_WtoA.
+2006-08-22  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/kernel/sync.c:
+       kernel: Set last error in CreateIoCompletionPort.
+
+2006-08-21  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shlwapi/string.c:
+       shlwapi: Format the kilobyte file size number using locale settings.
+       The code is quite complex but I haven't found any easier way to do it
+       (passing NULL as NUMBERFMT results in two decimal places being appended).
+
+       * dlls/shell32/pidl.c, dlls/shell32/recyclebin.c:
+       shell32: Show file size in the details view in kilobytes.
 
-       * include/urlmon.h, include/wine/obj_property.h:
-       Malte Starostik <malte@kde.org>
-       Added IPersistPropertyBag2 and IPropertyBag2 definitions, added
-       missing  BINDINFO member.
+2006-08-22  Mike McCormack <mike@codeweavers.com>
 
-       * windows/cursoricon.c:
-       Johan Gill <johane@lysator.liu.se>
-       The LR_ defines do not reside in windows.h anymore.
+       * dlls/shell32/shlfileop.c:
+       shell32: Don't add the directory name twice when recursing into subdirectories.
+
+2006-08-21  Benjamin Arai <me@benjaminarai.com>
 
        * dlls/oleaut32/typelib.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Remove some unnecessary AddRef's.
+       oleaut32: Add support for handling TKIND_COCLASS in userdefined_to_variantvt.
 
-       * windows/x11drv/keyboard.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add XK_Mode_switch to the list of ignored keysyms.
+2006-08-21  Juan Lang <juan_lang@yahoo.com>
 
-       * tools/winelauncher.in:
-       Daniel Sabo <danielsabo@hotmail.com>
-       A 'fi' was needed in the last if statement.
+       * dlls/crypt32/oid.c:
+       crypt32: Fix a misplaced parenthesis.
 
-2001-10-04  Alexandre Julliard  <julliard@winehq.com>
+2006-08-21  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20011004.
+       * dlls/oleaut32/variant.c:
+       oleaut32: Print 64bit integers with wine_dbgstr_longlong.
 
-----------------------------------------------------------------
-2001-10-04  Alexandre Julliard  <julliard@winehq.com>
+2006-08-21  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
 
-       * graphics/x11drv/dib.c:
-       Ignore RLE data that goes past the line end (found by Uwe Bonnes).
-       General cleanup of the RLE routines.
+       * programs/winecfg/No.rc:
+       winecfg: Update Norwegian Bokmål resources.
 
-       * dlls/wininet/http.c, dlls/wininet/utility.c:
-       Nikolas Zimmermann <wildfox@kde.org>
-       Skip port number before calling gethostbyname.
-       Fix non-absolute urls.
+2006-08-21  Fatih Aşıcı <fatih.asici@gmail.com>
 
-       * dlls/oleaut32/typelib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       The DISPPARAMS parameter array is a reverse-order array.
+       * programs/winecfg/Tr.rc:
+       winecfg: Update Turkish resources.
 
-       * files/file.c, include/wine/server_protocol.h, server/console.c,
-         server/device.c, server/file.c, server/mapping.c, server/object.c,
-         server/pipe.c, server/protocol.def, server/serial.c, server/trace.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Fetch a handle type in FILE_GetUnixHandle.
+2006-08-21  Matthew Finnicum <MattFinn@gmail.com>
 
-       * debugger/winedbg.c:
-       Don't ignore first chance debug exceptions since it may be a
-       breakpoint that we set ourselves.
+       * dlls/riched20/editor.c:
+       riched20: Make EM_EXLINEFROMCHAR handle special case of lParam == -1.
 
-       * documentation/fonts.sgml:
-       Bill Medland <medbi01@accpac.com>
-       A couple of minor points about converting Windows fonts.
+2006-08-21  Piotr Caban <piotr.caban@gmail.com>
 
-       * dlls/oleaut32/variant.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implement coercion to VT_UNKNOWN from VT_DISPATCH.
+       * programs/oleview/main.h, programs/oleview/typelib.c:
+       oleview: Added dispinterface handling to idl viewer.
 
-       * dlls/oleaut32/typelib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       ITypeInfo::Invoke should also search inherited interfaces for the
-       method to invoke.
-       ITypeInfo::GetIDsOfNames needs to do case-insensitive string
-       compares.
+       * programs/oleview/typelib.c:
+       oleview: Added typedef handling to idl viewer.
 
-2001-10-03  Alexandre Julliard  <julliard@winehq.com>
+2006-08-21  Huw Davies <huw@codeweavers.com>
 
-       * graphics/x11drv/bitblt.c:
-       Skip BitBlt DIB optimization if source and dest DCs have different
-       depths.
+       * dlls/winex11.drv/xrender.c:
+       winex11.drv: Fix rendering of fonts that don't support anti-aliasing.
 
-       * windows/win.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11drv.spec, include/user.h, windows/defwnd.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Map a window if it is shown by a direct style change.
+2006-08-19  Frank Richter <frank.richter@gmail.com>
 
-       * dlls/oleaut32/typelib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Don't ignore DISPATCH_METHOD in ITypeInfo::Invoke.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Hu.rc,
+         programs/winecfg/Ja.rc, programs/winecfg/Ko.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Tr.rc,
+         programs/winecfg/audio.c, programs/winecfg/properties.h,
+         programs/winecfg/resource.h:
+       winecfg: audio: Use strings from resources.
 
-       * dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Fix SHAddToRecentDocs code to properly handle native Comctl32 and
-       missing policies location.
+2006-08-18  Frank Richter <frank.richter@gmail.com>
 
-       * dlls/oleaut32/typelib.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Looks like the SLTG_ImplInfo struct isn't a fixed size.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Hu.rc,
+         programs/winecfg/Ja.rc, programs/winecfg/Ko.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Tr.rc,
+         programs/winecfg/driveui.c, programs/winecfg/resource.h:
+       winecfg: driveui: Load UI strings from resources.
 
-       * include/wine/obj_oleaut.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Corrected INVOKEKIND enumeration values.
+2006-08-19  David Adam <David.Adam@math.cnrs.fr>
 
-       * scheduler/process.c:
-       Aric Stewart <aric@codeweavers.com>
-       Make sure that newly allocated TLS indexes are cleared.
+       * programs/winecfg/Fr.rc:
+       winecfg: Update French translation.
 
-       * scheduler/thread.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Better fake implementation of SetThreadExecutionState.
+2006-08-20  Chris Robinson <chris.kcat@gmail.com>
 
-2001-10-02  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Don't pass bad values to glAlphaFunc and glDepthFunc.
 
-       * objects/dc.c, windows/dce.c:
-       Free cache DCEs if the DC gets deleted.
+       * dlls/wined3d/device.c:
+       wined3d: Print real unhandled D3DCMPFUNC value.
 
-       * windows/input.c: Fixed typo in previous change.
+2006-08-20  Piotr Caban <piotr.caban@gmail.com>
 
-       * tools/winebuild/spec32.c:
-       Avoid including winbase.h in generated .spec.c files.
+       * programs/oleview/typelib.c:
+       oleview: Added idl save to file functionality.
 
-       * dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h:
-       Bill Medland <medbi01@accpac.com>
-       Allow two connections by not releasing the wrapped library too early.
-       Also heavily protected and added additional trace information.
-       Make the Load functions static to reduce visiblity (enhance
-       simplicity).
+       * programs/oleview/main.h, programs/oleview/typelib.c:
+       oleview: Added idl displaying.
+       - Added idl displaying.
+       - Fixed AddToTLDataStrWithTabsW function.
 
-       * windows/input.c, windows/message.c, dlls/user/message.c,
-         include/input.h:
-       Merged mouse buttons states into the key state array.
-       Fixed confusion between queue state and async state.
+       * programs/oleview/typelib.c:
+       oleview: Added idl formatting.
 
-       * dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c:
-       Removed unnecessary includes/definitions.
+       * programs/oleview/typelib.c:
+       oleview: Added functions description to idl generation.
 
-       * dlls/x11drv/window.c:
-       Ilya Konstantinov <wine-patches@future.shiny.co.il>
-       Added a _NET_WM_NAME(UTF8_STRING) property to every window.
-
-       * include/sysmetrics.h, windows/sysmetrics.c, windows/sysparams.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Added SYSMETRICS_Set.
-       Implemented SPI_SETSHOWSOUNDS action.
-
-       * dlls/oleaut32/oleaut.c, dlls/oleaut32/variant.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Make OaBuildVersion() return the highest version value possible.
-       Some cleanups.
-
-       * tools/winelauncher.in, win32/device.c, configure, configure.in,
-         files/drive.c, files/profile.c, loader/module.c, loader/pe_image.c,
-         memory/environ.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Yet another documentation/message text patch.
-
-       * documentation/documentation.sgml,
-         documentation/winelib-bindlls.sgml,
-         documentation/winelib-intro.sgml:
-       Bill Medland <medbi01@accpac.com>
-       Additions to how to use Docbook under RedHat (to help beginners like
-       me).
-       Added content to the bindlls section of Winelib (based on
-       experience).
-
-       * documentation/winemaker.man:
-       Bill Medland <medbi01@accpac.com>
-       Upgrade winemaker man page for the two options added at version
-       0.5.8.
-
-       * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added WSC*InstallProvider stubs.
-
-       * documentation/winelib-mfc.sgml:
-       Gracjan Polak <gracjan@acchsh.com>
-       Added some MFC documentation (with the help of Francois Gouget).
-
-       * files/file.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Check for NULL path argument in DeleteFile.
+2006-08-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * dlls/oleaut32/typelib.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Long nameless args in SLTG apparently get denoted by 0xfffe.
-
-       * dlls/shell32/changenotify.c, dlls/shell32/shell32.spec,
-         dlls/shell32/shellord.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Implemented dummy stub for SHChangeNotifyUpdateEntryList and
-       functional CIDLData_CreateFromIDArray.
-
-       * library/port.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fix implicit type declarations. Add required cast.
-
-       * windows/input.c, windows/x11drv/keyboard.c, include/winuser.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove a hack for keyboard group switching.
-       Always save/restore correct keyboard group index.
-       Explicitly ignore the keyboard group switching events.
-
-2001-10-01  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/quartz/Makefile.in, dlls/quartz/audren.c, dlls/quartz/audren.h,
-         dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
-         dlls/quartz/basepin.c, dlls/quartz/fgevent.c, dlls/quartz/fgraph.h,
-         dlls/quartz/ifgraph.c, dlls/quartz/imfilter.c, dlls/quartz/main.c,
-         dlls/quartz/memalloc.c, dlls/quartz/quartz.spec,
-         dlls/quartz/sample.c, include/strmif.h, winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Implemented CLSID_AudioRender.
-
-       * dlls/oleaut32/dispatch.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented DispGetParam.
+       * dlls/advpack/tests/install.c:
+       advpack/tests: Make RunSetupCommand not popup dialogs.
 
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fix/document SHLWAPI ordinals 217 and 218.
+2006-08-21  Mike McCormack <mike@codeweavers.com>
 
-       * misc/version.c: Andreas Mohr <a.mohr@mailto.de>
-       Speed optimization.
+       * dlls/kernel/actctx.c:
+       kernel32: Print parameters, call SetLastError() when failing.
 
-       * dlls/winsock/async.c, dlls/winsock/ws2_32.spec:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added stub for WSApSetPostRoutine.
+2006-08-19  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * files/file.c: Ove Kaaven <ovek@transgaming.com>
-       Make MoveFileEx fail with ERROR_INVALID_PARAMETER (better than
-       crashing) when the source file operand is NULL.
+       * dlls/wined3d/directx.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_gl.h:
+       wined3d: Better GPU detection.
 
-       * dlls/shell32/shellole.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Should initialize COM before calling it.
+2006-08-19  H. Verbeet <hverbeet@gmail.com>
 
-2001-09-26  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/device.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Improve float constant loading a bit.
+       - Use a list to keep track of what constants are set.
+       - Move TRACEs and checkGLcall calls out of the main constant loading loop.
 
-       * memory/heap.c:
-       Fixed size check in HEAP_FindFreeBlock to make sure we also find
-       blocks that have the exact size needed.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Lookup GLSL float uniform locations only once per program.
 
-       * documentation/winelib-intro.sgml:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       winemaker documentation fix.
+       * dlls/wined3d/stateblock.c:
+       wined3d: Free the float constant map arrays for all stateblocks.
 
-       * dlls/ntdll/wcstring.c, dlls/oleaut32/typelib.c, include/ntddk.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Better handling of typelibs loaded with a trailing resource number.
-       The logic for determining whether an SLTG typelib has a function param
-       as a 'short' or 'long' type has been 'refined'.
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/glsl_shader.c:
+       wined3d: Fix indices for the float constant map.
+       Indices for the float constant map should be multiplied by 4 because
+       we're loading 4 component float vectors, not because the size of a
+       float is 4.
 
-       * scheduler/pthread.c:
-       Bill Medland <medbi01@accpac.com>
-       Prevent calling null functions.
+2006-08-18  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/msvcrt/file.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Renamed W_OK to MSVCRT_W_OK.
+       * dlls/mshtml/nsiface.idl, dlls/mshtml/olecmd.c:
+       mshtml: Added IDM_BOLD implementation.
 
-       * documentation/Makefile.in, documentation/configuring.sgml,
-         documentation/fonts.sgml, documentation/getting.sgml,
-         documentation/installing.sgml, documentation/introduction.sgml,
-         documentation/make_winehq, documentation/print.dsl,
-         documentation/running.sgml, documentation/winehq.dsl:
-       Susan Farley <susan@codeweavers.com>
-       Better formatting for PDF output.
+2006-08-20  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-2001-09-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c,
+         include/mscat.h:
+       wintrust: Added stubbed CryptCATAdminEnumCatalogFromHash.
 
-       * include/wine/obj_channel.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed a couple of typos.
+2006-08-19  Dan Kegel <dank@kegel.com>
 
-       * include/wine/obj_base.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added ICOM_[C]THIS_MULTI macros to make it easier to implement objects
-       that expose multiple interfaces. Added prototypes for CoGetPSClsid and
-       IUnknown_*_Proxy.
+       * dlls/mpr/wnet.c:
+       mpr: Fix bug in ProviderOrder comma processing in wnetInit().
 
-       * include/winbase.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added some named pipe definitions.
-
-       * include/ole2.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added prototype for GetHGlobalFromStream.
-
-       * files/file.c: Ove Kaaven <ovek@transgaming.com>
-       A failure to open a pipe should return INVALID_HANDLE_VALUE.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/README, dlls/quartz/amerror.c,
-         dlls/quartz/basefilt.c, dlls/quartz/basefilt.h,
-         dlls/quartz/basepin.c, dlls/quartz/devenum.c, dlls/quartz/devmon.c,
-         dlls/quartz/devmon.h, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
-         dlls/quartz/fgevent.c, dlls/quartz/fgpass.c, dlls/quartz/fgraph.c,
-         dlls/quartz/fgraph.h, dlls/quartz/fmap.c, dlls/quartz/fmap2.c,
-         dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
-         dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
-         dlls/quartz/ifmap3.c, dlls/quartz/igconfig.c, dlls/quartz/imem.c,
-         dlls/quartz/imesink.c, dlls/quartz/imevent.c,
-         dlls/quartz/imfilter.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
-         dlls/quartz/iunk.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
-         dlls/quartz/memalloc.c, dlls/quartz/monprop.c,
-         dlls/quartz/monprop.h, dlls/quartz/mtype.c, dlls/quartz/mtype.h,
-         dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h, dlls/quartz/ptmpos.c,
-         dlls/quartz/ptmseek.c, dlls/quartz/quartz_private.h,
-         dlls/quartz/sample.c, dlls/quartz/seekpass.c,
-         dlls/quartz/seekpass.h, dlls/quartz/sysclock.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Merged some C sources.
-       Fixed some bugs.
-       Started implementing some pass-through interfaces.
-
-2001-09-24  Alexandre Julliard  <julliard@winehq.com>
-
-       * server/user.c, windows/message.c, windows/timer.c, windows/win.c,
-         windows/winpos.c, dlls/user/msg16.c, include/win.h,
-         include/wine/server_protocol.h, server/protocol.def, server/trace.c:
-       A couple of optimizations to avoid some server calls in WIN_FindWndPtr
-       and related functions.
+2006-08-19  Matt Finnicum <mattfinn@gmail.com>
 
-       * server/window.c:
-       Avoid list corruption when linking window with HWND_BOTTOM (thanks to
-       Gerard Patel).
+       * dlls/riched20/editor.c:
+       riched20: Swap two lines that were in wrong order / caused notification not
+       to be sent.
 
-       * objects/font.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       GetTextExtentExPointW: dump the string before modifying the pointer.
+2006-08-19  Kai Blin <kai.blin@gmail.com>
 
-       * tools/winemaker:
-       Bill Medland <medbi01@accpac.com>
-       Add support for making a build environment without editing the source
-       and spec files.
+       * dlls/secur32/ntlm.c, dlls/secur32/tests/ntlm.c:
+       secur32: Initial working implementation of EncryptMessage and DecryptMessage.
 
-2001-09-21  Alexandre Julliard  <julliard@winehq.com>
+2006-08-19  Robert Reif <reif@earthlink.net>
 
-       * controls/scroll.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       - Implement message loop on the client side of the scroll control.
-       - Move the mouse capture to after the SetFocus so that it stays
-         captured.
+       * dlls/kernel/environ.c, dlls/kernel/tests/environ.c:
+       kernel32: Fix ExpandEnvironmentStrings to not overflow UNICODE_STRING buffer
+       size (with test).
 
-       * dlls/winsock/socket.c:
-       David Hammerton <crazney@crazney.net>
-       Fixed typos.
+       * dlls/advapi32/tests/security.c:
+       advapi32: LookupAccountSid buffer size query tests.
 
-       * dlls/shell32/shellord.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Implement initial version of SHAddToRecentDocs.
+       * dlls/advapi32/security.c:
+       advapi32: LookupAccountSid buffer size query fixes.
 
-       * include/wine/server_protocol.h, include/winuser.h,
-         server/protocol.def, server/queue.c, server/request.h,
-         server/trace.c, server/user.c, server/user.h, server/window.c,
-         windows/win.c:
-       Added proper support for storing window parents in the server.
-       Added a few requests to query the window hierarchy.
+2006-08-18  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * dlls/x11drv/winpos.c:
-       Ignore ConfigueNotify size changes while the window is iconic.
+       * dlls/qcap/capturegraph.c:
+       qcap: Print 64bit integers with wine_dbgstr_longlong.
 
-       * tools/winedump/debug.c, tools/winedump/main.c,
-         tools/winedump/msmangle.c, tools/winedump/pe.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Some dumb fixes.
+2006-08-18  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
 
-       * include/winbase.h:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Declare DeviceIoControl.
+       * programs/winecfg/No.rc:
+       winecfg: Update Norwegian Bokmål resources.
+
+       * dlls/shlwapi/shlwapi_No.rc:
+       shlwapi: Update Norwegian Bokmål resources.
 
-       * windows/sysparams.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Implemented SPI_GETSHOWSOUNDS.
+2006-08-18  Stefan Huehner <stefan@huehner.org>
 
-       * dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Variants and safe arrays is now able to copy BSTR swith embedded null
-       characters. Safe arrays now handle BSTRs and variants.
+       * dlls/advpack/tests/advpack.c, dlls/advpack/tests/files.c,
+         dlls/comctl32/tests/header.c, dlls/ddraw/tests/d3d.c,
+         dlls/gphoto2.ds/gphoto2_i.h, dlls/gphoto2.ds/ui.c,
+         dlls/riched20/tests/editor.c, dlls/rpcrt4/tests/ndr_marshall.c,
+         dlls/sane.ds/sane_main.c, dlls/shell32/shellpath.c,
+         dlls/twain_32/dsm_ctrl.c:
+       Fix some -Wstrict-prototype warnings () -> (void).
 
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/typelib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Register typelib marshaling for OLE Automation-compatible interfaces.
+2006-08-18  Oleg Krylov <oleg.krylov@gmail.com>
+
+       * dlls/comctl32/toolbar.c:
+       comctl32: Correctly map toolbar bitmap mask color in case of non-default
+       color scheme.
 
-2001-09-20  Alexandre Julliard  <julliard@winehq.com>
+2006-08-18  Alexandre Julliard <julliard@winehq.org>
 
        * dlls/msvcrt/except.c:
-       Fixed a couple of bugs in _except_handler3.
+       msvcrt: Fixed access to the extra arguments of setjmp3.
 
-       * dlls/gdi/gdi.spec, objects/gdiobj.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added stub for GdiInit2().
+       * dlls/user/user_main.c:
+       user: Add .exe extension to wineboot just in case.
 
-       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Get more entry points from Comctl32 and save the addresses.
+       * programs/explorer/explorer.c:
+       explorer: Specify an explicit path when launching winefile.
 
-       * include/shlwapi.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Define the SHQueryValueEx{A|W} entry points.
+2006-08-18  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * dlls/user/wsprintf.c:
-       Aric Stewart <aric@codeweavers.com>
-       The behavior for wsprintfA is different that for wsprintf16 in how it
-       handles NULLs being passed as character parameters.
+       * dlls/quartz/filtergraph.c, dlls/quartz/systemclock.c:
+       quartz: Print 64bit integers with wine_dbgstr_longlong.
 
-       * memory/environ.c, scheduler/process.c, dlls/shell32/shell32_main.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix the conversions of a command line to/from an argv array.
+2006-08-18  Sagar Mittal <sagar.mittal@gmail.com>
 
-       * dlls/comctl32/comctl32undoc.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Implement most of the MRU related functions.
+       * dlls/quartz/dsoundrender.c:
+       quartz: DSoundRender: Do not overwrite a full buffer.
 
-       * tools/examine-relay:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Add support for the +snoop style output.
-
-       * objects/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix mapping of DEFAULT_CHARSET.
-
-2001-09-19  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/input.c, windows/x11drv/event.c, windows/x11drv/mouse.c:
-       Brad Campbell <brad@seme.com.au>
-       Fixed mouse position processing for use with a touchscreen.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/ptimpl.c, dlls/quartz/ptimpl.h,
-         dlls/quartz/ptmpos.c, dlls/quartz/ptmseek.c, dlls/quartz/seekpass.c,
-         dlls/quartz/seekpass.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Implemented ISeekingPassThru.
-
-       * tools/winecheck, DEVELOPERS-HINTS, README,
-         documentation/architecture.sgml, documentation/configuring.sgml,
-         documentation/installation-und-konfiguration.german,
-         documentation/wine.conf.man.in, files/dos_fs.c, libtest/volinfo.c,
-         msdos/int25.c, msdos/int26.c, winedefault.reg:
-       Andreas Mohr <a.mohr@mailto.de>
-       Updates and error message improvements.
-
-       * windows/mdi.c:
-       Joshua Thielen <thielen@netprince.net>
-       Changed MDICreateChild to support CW_USEDEFAULT for 16-bit MDI
-       windows.
+2006-08-18  Frank Richter <frank.richter@gmail.com>
 
-       * windows/win.c:
-       Fixed a couple of bugs in WIN_SetWindowLong caused by previous
-       change.
+       * dlls/shlwapi/shlwapi_De.rc:
+       shlwapi: Update German resources.
 
-       * dlls/imm32/imekl.c, include/winbase.h, include/winnls.h,
-         ole/ole2nls.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix the definition of structs NUMBERFMT* and CURRENCYFMT*.
-       Add, fix and move prototypes from winbase.h to winnls.h.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Hu.rc,
+         programs/winecfg/Ja.rc, programs/winecfg/Ko.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Tr.rc,
+         programs/winecfg/resource.h, programs/winecfg/x11drvdlg.c:
+       winecfg: x11drv: Load vertex shader mode strings from resources.
 
-       * dlls/shell32/shlfolder.c:
-       Guy Albertelli <guy@codeweavers.com>
-       Fix problem comparing pidls and return correct code.
+2006-08-18  Tom Wickline <twickline@gmail.com>
 
-       * windows/x11drv/keyboard.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Added russian layout with phantom key.
+       * DEVELOPERS-HINTS:
+       DEVELOPERS-HINTS: Fix reference in implementing new API calls.
 
-       * include/winuser.h, windows/spy.c:
-       Francois Gouget <fgouget@free.fr>
-       Remove macros that should not be there (cause conflicts in WineLib).
-       Add corresponding comments in spy.c.
+2006-08-18  Jacek Caban <jacek@codeweavers.com>
 
-       * include/tchar.h:
-       Francois Gouget <fgouget@free.fr>
-       Remove duplicate definition of _tmain.
-       Add definitions for __targv and _tenviron.
-
-       * controls/scroll.c, dlls/user/Makefile.in, dlls/user/controls.h,
-         dlls/user/msg16.c, dlls/user/thunk.c, dlls/user/user.spec,
-         dlls/user/wnd16.c, dlls/x11drv/winpos.c, include/win.h,
-         include/winproc.h, include/winuser.h, windows/caret.c,
-         windows/class.c, windows/clipboard.c, windows/dce.c,
-         windows/defdlg.c, windows/defwnd.c, windows/dialog.c,
-         windows/focus.c, windows/hook.c, windows/input.c, windows/mdi.c,
-         windows/msgbox.c, windows/nonclient.c, windows/painting.c,
-         windows/property.c, windows/queue.c, windows/scroll.c,
-         windows/spy.c, windows/struct32.c, windows/timer.c, windows/win.c,
-         windows/winhelp.c, windows/winpos.c, windows/winproc.c,
-         controls/button.c, controls/combo.c, controls/icontitle.c,
-         controls/menu.c:
-       Made all 16<->32 HWND conversions use explicit functions instead of
-       implicit type casts.
-       Moved a lot of 16-bit functions to the new wnd16.c file.
-       Changed DIALOGINFO structure handling to support 32-bit handles.
-
-       * windows/x11drv/clipboard.c, windows/x11drv/event.c,
-         dlls/setupapi/setupx_main.c, dlls/shell32/shell32_main.c,
-         dlls/shlwapi/ordinal.c:
-       Fixed a couple of HWND type mismatches.
-
-       * include/font.h, objects/font.c, objects/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Use the font charset to obtain a codepage for A->W conversion in the
-       text functions.
-
-       * dlls/wininet/utility.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Rename "SystemTime" to "t" (this is *not* SYSTEMTIME - avoid
-       confusion).
-
-       * configure, configure.in:
-       Bernhard Rosenkraenzer <bero@redhat.de>
-       Fixes for autoconf 2.52 or higher.
-
-       * dlls/msvcrt/locale.c, dlls/msvcrt/main.c, include/Makefile.in,
-         include/msvcrt/locale.h, include/msvcrt/sys/stat.h,
-         include/msvcrt/wchar.h:
-       Francois Gouget <fgouget@free.fr>
-       Add msvcrt/locale.h.
-       Add missing include directives in msvcrt/wchar.h.
-       Fix prototype of _wstati64 in msvcrt/sys/stat.h.
+       * dlls/mshtml/oleobj.c, dlls/mshtml/tests/htmldoc.c, dlls/mshtml/view.c:
+       mshtml: Added more Exec tests and fixes.
 
-2001-09-17  Alexandre Julliard  <julliard@winehq.com>
+2006-08-18  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * files/drive.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Make relative paths of [Drive] sections relative to WINEPREFIX.
+       * dlls/ntdll/path.c, dlls/ntdll/tests/path.c:
+       ntdll: Fix failing test on windows.
 
-       * dlls/rpcrt4/rpcrt4.spec:
-       Ove Kaaven <ovek@transgaming.com>
-       Lots of rpcrt4.dll stubs.
+2006-08-17  Detlef Riekenberg <wine.dev@web.de>
 
-       * tools/winedump/main.c, tools/winedump/msmangle.c,
-         tools/winedump/pe.c, tools/winedump/symbol.c,
-         tools/winedump/winedump.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed demangling invocation.
-       Be a bit more verbose on implemented features.
+       * dlls/sfc/sfc_main.c:
+       sfc: Print a FIXME only once.
 
-       * dlls/comctl32/header.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Ignore negative widths in HEADER_SetItemBounds.
-
-       * documentation/samples/config:
-       Francois Gouget <fgouget@free.fr>
-       Cosmetic changes.
-
-       * Make.rules.in, Makefile.in, configure, configure.in,
-         dlls/Makedll.rules.in, dlls/Makefile.in, dlls/make_dlls:
-       Improved make_dlls script. Moved dll list out of
-       Make.rules.in. Removed a few no longer used rules.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
-         dlls/quartz/devenum.c, dlls/quartz/enumunk.c, dlls/quartz/fgclsid.c,
-         dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fmap.c,
-         dlls/quartz/fmap2.c, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
-         dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c,
-         dlls/quartz/igrver.c, dlls/quartz/imcntl.c, dlls/quartz/imem.c,
-         dlls/quartz/imesink.c, dlls/quartz/imevent.c,
-         dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
-         dlls/quartz/irclock.c, dlls/quartz/ividwin.c, dlls/quartz/main.c,
-         dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
-         dlls/quartz/sample.c, dlls/quartz/sample.h, dlls/quartz/seekpass.c,
-         dlls/quartz/sysclock.c, include/Makefile.in, include/dsound.h,
-         include/strmif.h, include/wine/obj_ksproperty.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Implemented IMemAllocator.
-
-       * documentation/status/internationalisation,
-         windows/x11drv/keyboard.c:
-       Andriy Palamarchuk <apa3a@yahoo.com>
-       Fixed references to old documentation location.
+2006-08-18  Robert Reif <reif@earthlink.net>
 
-       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
-       Francois Gouget <fgouget@codeweavers.com>
-       Implemented _mbsupr.
-
-       * controls/scroll.c:
-       Bobby Bingham <uhmmmm@ameritech.net>
-       When you hold the left mouse button inside the scrollbar, then move
-       the mouse off so it stops scrolling, and return the mouse, it should
-       continue scrolling.
-
-2001-09-14  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/quartz/quartz.spec, dlls/sti/.cvsignore, dlls/sti/Makefile.in,
-         dlls/sti/sti.spec, dlls/sti/sti_main.c, dlls/url/.cvsignore,
-         dlls/url/Makefile.in, dlls/url/url.spec, dlls/url/url_main.c,
-         Make.rules.in, configure, configure.in, dlls/Makefile.in,
-         dlls/mapi32/.cvsignore, dlls/mapi32/Makefile.in,
-         dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c,
-         dlls/msimg32/.cvsignore, dlls/msimg32/Makefile.in,
-         dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added stubs for mapi32, msimg32, sti and url.
-
-       * windows/nonclient.c:
-       Fixed HWND compare in NC_HandleSetCursor.
-
-       * graphics/path.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Avoid calling RestoreDC with gdi lock.
-
-       * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xrender.c, configure,
-         configure.in, include/config.h.in, include/ts_xrender.h,
-         tools/make_X11wrappers:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Add config check and thread safe wrappers for the XRender library.
+       * dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound.c,
+         dlls/dsound/tests/dsound8.c, dlls/dsound/tests/duplex.c,
+         dlls/dsound/tests/propset.c:
+       dsound: Add class factory tests.
 
-       * dlls/gdi/driver.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Do not hold the GDI lock while 16-bit ExtDeviceMode is called.
+       * dlls/dsound/capture.c, dlls/dsound/dsound.c, dlls/dsound/dsound_main.c,
+         dlls/dsound/dsound_private.h, dlls/dsound/duplex.c,
+         dlls/dsound/propset.c:
+       dsound: Class factory cleanup.
+       Consolidate all class factories into a single implementation.
+       Fixes a problem discovered by oleview.
 
-       * tools/winebuild/spec16.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add missing CALLBACK modifier.
-
-       * dlls/wsock32/socket.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix recv prototype for WSARecvEx.
-
-       * files/dos_fs.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the error returned by GetLongPathNameA.
-
-       * dlls/user/comm16.c, dlls/user/dde/client.c, dlls/user/dde/misc.c,
-         dlls/user/dde/server.c, dlls/user/message.c, dlls/x11drv/scroll.c,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c, windows/caret.c,
-         windows/clipboard.c, windows/defwnd.c, windows/dialog.c,
-         windows/mdi.c, windows/timer.c, windows/win.c, windows/winpos.c,
-         controls/combo.c, controls/menu.c, controls/scroll.c:
-       Make sure that HWND comparisons are always done with full 32-bit
-       handles.
+2006-08-17  Kai Blin <kai.blin@gmail.com>
 
-       * dlls/winsock/socket.c, include/winsock.h:
-       Francois Gouget <fgouget@free.fr>
-       Fix the WSAStartup prototype.
-       Fix handling of timeout parameter in select.
+       * dlls/secur32/dispatcher.c, dlls/secur32/ntlm.c:
+       secur32: Gracefully handle ntlm_auth versions that don't support the new
+       commands.
 
-       * tools/winedump/pe.c:
-       Fixed dumping of dll export table.
+2006-08-17  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/ddraw/ddraw/hal.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Return the FOURCC codes set by the HAL driver.
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Pl.rc:
+       shlwapi: Add the Polish translation.
 
-       * graphics/enhmetafiledrv/init.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Release gdi lock before calling DeleteDC.
+       * dlls/shlwapi/resource.h, dlls/shlwapi/shlwapi_De.rc,
+         dlls/shlwapi/shlwapi_En.rc, dlls/shlwapi/shlwapi_Eo.rc,
+         dlls/shlwapi/shlwapi_Es.rc, dlls/shlwapi/shlwapi_Fi.rc,
+         dlls/shlwapi/shlwapi_Fr.rc, dlls/shlwapi/shlwapi_Hu.rc,
+         dlls/shlwapi/shlwapi_It.rc, dlls/shlwapi/shlwapi_Ja.rc,
+         dlls/shlwapi/shlwapi_Ko.rc, dlls/shlwapi/shlwapi_Nl.rc,
+         dlls/shlwapi/shlwapi_No.rc, dlls/shlwapi/shlwapi_Pt.rc,
+         dlls/shlwapi/shlwapi_Tr.rc, dlls/shlwapi/string.c:
+       shlwapi: Store the "%ld bytes" string as a resource.
 
-       * tools/winelauncher.in:
-       Francois Gouget <fgouget@free.fr>
-       Place the log in $TMP if set and /tmp otherwise.
+       * dlls/shell32/trash.c:
+       shell32: Show the original file name and deletion date in the Trash folder.
 
-       * include/wincon.h, win32/console.c:
-       Francois Gouget <fgouget@free.fr>
-       HANDLER_ROUTINE is in fact PHANDLER_ROUTINE.
+       * dlls/shell32/xdg.c, dlls/shell32/xdg.h:
+       shell32: Add desktop entries parsing code.
 
-       * dlls/x11drv/xvidmode.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Check for htotal=vtotal=0 (for xfree 4 vesa driver).
-
-2001-09-12  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/gdi/Makefile.in, dlls/gdi/freetype.c, dlls/ttydrv/objects.c,
-         dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
-         graphics/metafiledrv/objects.c, graphics/win16drv/font.c,
-         graphics/x11drv/xfont.c, include/config.h.in, include/font.h,
-         include/gdi.h, objects/dc.c, objects/font.c, objects/gdiobj.c,
-         configure, configure.in:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Lay down the infrastructure for gdi font rendering.
-       Partial implementation of GetGylphOutline and GetOutlineTextMetrics
-       for gdi fonts.
-
-       * windows/winpos.c, dlls/user/message.c, include/win.h,
-         windows/clipboard.c, windows/dce.c, windows/dialog.c,
-         windows/focus.c, windows/input.c, windows/win.c:
-       Make sure that functions returning an HWND always return a full 32-bit
-       handle.
+       * dlls/shell32/shlfileop.c:
+       shell32: Use Yes/No instead of OK/Cancel in confirm dialogs.
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
-       Travis Michielsen <tjmichielsen@yahoo.com>
-       Created stubs for all cryptographic functions.
-
-       * server/queue.c, server/user.c, server/user.h:
-       Convert user handles received from client to full handles.
-
-2001-09-11  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/Makefile.in, include/process.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove not used include/process.h.
-
-       * objects/clipping.c, dlls/shell32/shpolicy.c,
-         dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
-         dlls/wininet/internet.c, dlls/x11drv/dga2.c, dlls/x11drv/xvidmode.c,
-         graphics/painting.c, graphics/x11drv/bitblt.c,
-         graphics/x11drv/oembitmap.c, msdos/int10.c, dlls/comctl32/tab.c,
-         dlls/ddraw/ddraw/hal.c, dlls/imagehlp/modify.c,
-         dlls/msvcrt/locale.c, dlls/ntdll/exception.c, dlls/ole32/bindctx.c,
-         dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
-         dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/quartz/amerror.c,
-         dlls/setupapi/setupx_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Cleanup code that is strange or difficult to parse.
-
-       * scheduler/client.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Better separate some system specific code.
-
-       * include/dshow.h, include/strmif.h, dlls/quartz/Makefile.in,
-         dlls/quartz/amundoc.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/ifmap.c, dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c,
-         dlls/quartz/imem.c, dlls/quartz/imfilter.c, dlls/quartz/irclock.c,
-         dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
-         dlls/quartz/memalloc.h, dlls/quartz/seekpass.c,
-         dlls/quartz/seekpass.h, dlls/quartz/sysclock.h, winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixed some broken macros.
-       Added some stubs.
-       Implemeted undocumented APIs.
-       Implemented many methods in IMediaFilter, IMediaControl and
-       IReferenceClock.
-       Started Implementing IMemoryAllocator.
-
-       * win32/newfns.c:
-       Guy Albertelli <galberte@codeweavers.com>
-       Quiet FlushInstructionCache for non-NT systems where it does nothing
-       per MSDN.
-
-       * dlls/ole32/compobj.c, dlls/ole32/ole32_main.c,
-         dlls/ole32/ole32_main.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Synchronize access to the s_COMLockCount, firstRegisteredClass,
-       openDllList in compobj.
-
-2001-09-10  Alexandre Julliard  <julliard@winehq.com>
+2006-08-18  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/x11drv/winpos.c:
-       Ignore size change on ConfigureNotify if window rect is empty and new
-       size is 1x1.
+       * dlls/kernel/locale.c:
+       kernel32: Change a FIXME to a WARN.
 
-       * windows/win.c:
-       Make sure that returned window belongs to correct thread when checking
-       siblings of transparent windows in WIN_FindWinToRepaint.
+       * dlls/msi/Makefile.in, dlls/msi/alter.c, dlls/msi/query.h,
+         dlls/msi/sql.y, dlls/msi/tokenize.c:
+       msi: Add a stub ALTER query.
 
-       * documentation/printing.sgml:
-       Huw D M Davies <hdavies@codeweavers.com>
-       The [windows] section is in win.ini not in ~/.wine/config.
+2006-08-17  Dan Hipschman <dsh@linux.ucla.edu>
 
-       * dlls/msvideo/mciwnd.c, dlls/oleaut32/variant.c,
-         dlls/shell32/shellstring.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
+       * tools/widl/typegen.c:
+       widl: Output format-strings for interface pointers.
 
-       * tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
-         tools/winapi/options.pm, tools/winapi/output.pm,
-         tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_statements.pm,
-         tools/winapi/winapi_module_user.pm,
-         tools/winapi_check/win16/winsock.api,
-         tools/winapi_check/win32/quartz.api,
-         tools/winapi_check/win32/rpcrt4.api,
-         tools/winapi_check/winapi_check:
-       Patrik Stridvall <ps@leissner.se>
-       - FreeBSD now supported.
-       - Much more work on the new C parser.
-       - API files update.
-
-       * windows/x11drv/keyboard.c:
-       Andy Rysin <arysin@yahoo.com>
-       Added Ukrainian keyboard layout.
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c,
+         tools/widl/typegen.c, tools/widl/typegen.h:
+       widl: Allow format-string functions to work with objects.
 
-       * dlls/ole32/stg_stream.c:
-       Bill Medland <Bill.Medland@accpac.com>
-       Basic implementation of IStream:Clone.
+2006-08-17  Robert Reif <reif@earthlink.net>
 
-       * dlls/commdlg/printdlg.c:
-       Bill Medland <Bill.Medland@accpac.com>
-       More graceful exit on failure.
+       * dlls/advapi32/tests/security.c:
+       advapi32: Fix test_LookupAccountSid to work on win9x.
 
-       * libtest/vartest.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Use V_* macros.
+2006-08-17  Jacek Caban <jacek@codeweavers.com>
 
-       * include/wine/obj_oleaut.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix typo.
+       * dlls/mshtml/conpoint.c:
+       mshtml: Fix Advise implementation for IPropertyNotifySink.
 
-       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Load some useful TYPEATTR elements from v1 typelibs.
-
-       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       More debug output for InternetGetCookie, added stub for InternetSetCookie.
-
-       * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dib.c,
-         dlls/ddraw/dsurface/hal.c, dlls/ddraw/dsurface/hal.h,
-         dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h,
-         dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c,
-         dlls/ddraw/dsurface/user.h, include/ddrawi.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added dwFlags to lock_update private functions so we can pass
-       WRITEONLY/READONLY.
-       Added those flags to the internal Lock() calls.
-       Only copy the surface from screen to surface if not writeonly.
-       Restrict blitting between display window and surface to the
-       locked/unlocked rectangle and the clipwindow section.
-       Added defines for DDHAL_UNLOCKDATA/DDHAL_LOCKDATA, added calls to HAL
-       implementation.
+       * dlls/mshtml/nsiface.idl, dlls/mshtml/olecmd.c:
+       mshtml: Switch nsWebBrowset to editing mode in exec_editmod.
 
-       * windows/win.c: Patrik Stridvall <ps@leissner.se>
-       The message handler of WM_STYLECHANGING is supposed to be able to
-       modify the proposed style if it wishes.
+2006-08-17  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * dlls/comctl32/imagelist.c, dlls/comctl32/status.c:
-       Patrik Stridvall <ps@leissner.se>
-       Use the min/max in windef.h instead.
+       * dlls/shlwapi/string.c:
+       shlwapi: Print 64bit integers with wine_dbgstr_longlong.
 
-       * dlls/kernel/time.c, include/winnls.h:
-       Marcus Meissner <marcus@wine.lst.de>
-       Enhanced GetCalendarInfo stub, added known CAL_* defines.
+2006-08-17  Huw Davies <huw@codeweavers.com>
 
-       * dlls/dsound/dsound_main.c, include/dsound.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fix buffering problems in HEL mode.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Remember to skip over the conformance description.
 
-       * dlls/wininet/ftp.c, dlls/wininet/internet.h:
-       Francois Gouget <fgouget@free.fr>
-       Fix compilation errors on FreeBSD.
+2006-08-17  Oleg Krylov <oleg.krylov@gmail.com>
 
-       * dlls/msvcrt/process.c:
-       Francois Gouget <fgouget@free.fr>
-       Rewrite msvcrt_{argvtos,valisttos} to be more efficient.
-       Warn about the ' ' and '"' handling of the exec and spawn functions.
-       Copy the command line in MSVCRT_system to make it writable.
-
-       * tsx11/Makefile.in:
-       Francois Gouget <fgouget@codeweavers.com>
-       Link tsx11 with the X/GL libraries.
-
-       * dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c,
-         documentation/samples/config:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added an option to disable XVidMode support.
-
-       * tools/winelauncher.in:
-       Eric Lammerts <eric@lammerts.org>
-       Preserve wine return status.
-
-2001-09-07  Alexandre Julliard  <julliard@winehq.com>
-
-       * tools/wmc/write.c:
-       Justin Santa Barbara <justinsb@hotmail.com>
-       Fixed problem with check for special characters.
-
-       * dlls/ntdll/string.c:
-       Johann Messner <johann.messner@zid.uni-linz.ac.at>
-       Fixed bug in _ultoa.
-
-       * dlls/msvcrt/data.c:
-       Francois Gouget <fgouget@free.fr>
-       Initialize argc/argv/wargv by calling ntdll.__wine_get_{w}main_args.
-
-       * graphics/x11drv/dib.c:
-       Jukka Heinonen <jhei@iki.fi>
-       Changing DIB color table now updates the DIB visible state.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
-         dlls/quartz/complist.h, dlls/quartz/devenum.c,
-         dlls/quartz/devenum.h, dlls/quartz/devmon.c, dlls/quartz/devmon.h,
-         dlls/quartz/enumunk.c, dlls/quartz/enumunk.h, dlls/quartz/fgclsid.c,
-         dlls/quartz/fgidisp.c, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
-         dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
-         dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
-         dlls/quartz/ifmap3.c, dlls/quartz/igrver.c, dlls/quartz/imcntl.c,
-         dlls/quartz/imem.c, dlls/quartz/imesink.c, dlls/quartz/imevent.c,
-         dlls/quartz/imfilter.c, dlls/quartz/impos.c, dlls/quartz/imseek.c,
-         dlls/quartz/irclock.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
-         dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
-         dlls/quartz/monprop.c, dlls/quartz/monprop.h,
-         dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
-         dlls/quartz/sysclock.c, dlls/quartz/sysclock.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some stubs.
-       Started implementing some interfaces in FilterGraph.
-
-       * library/port.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Emulate the behaviour of Linux mmap() on Solaris. Based on ideas and
-       sample code due to Erik Boasson <eboasson@signaal.nl> and John Wehle
-       <john@feith.com>.
-
-       * windows/spy.c, windows/winproc.c, controls/combo.c,
-         controls/listbox.c, dlls/user/message.c, include/spy.h,
-         windows/message.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Enhance SPY_GetMsgName to translate common control messages.
+       * dlls/comctl32/imagelist.c:
+       comctl32: Fix ImageList_Replace function to correctly apply image mask.
 
-       * dlls/shell32/shell32.spec:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Add SHGetSpecialFolderPathW to spec file.
+2006-08-18  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/shlwapi/path.c:
-       Guy L. Albertelli <guy@codeweavers.com>
-       - Finish PathParseIconLocation{A|W}.
-       - Implement PathIsUNCServer{A|W|ShareA|ShareW}.
+       * include/wintrust.h:
+       wintrust.h: Added some defines.
 
-       * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
-       Guy L. Albertelli <guy@codeweavers.com>
-       Implemented stubs for SHRegEnumUSKey{A|W} and return end-of-list error
-       as result.
+2006-08-17  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/winspool/info.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Use a default DevMode if no DevMode information is available in
-       registry.
+       * dlls/secur32/tests/Makefile.in, dlls/secur32/tests/schannel.c:
+       secur32: Make tests loadable on NT4.
 
-       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented mbsnbcnt, added stubs for _Gettnames and __lc_collate_cp.
+2006-08-17  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Handle CCS_NODIVIDER both when present and when not.
-       - Handle some cases of CCS_TOP, CCS_BOTTOM, and CCS_NOPARENTALIGN.
-       - Handle values returned from the RBN_CHILDSIZE notification.
-       - Implement RBBS_CHILDEDGE.
-       - Fix some logic errors in REBAR_AdjustBands, and problems with CCS_VERT.
-
-       * configure.in, tools/Makefile.in, tools/winedump/.cvsignore,
-         tools/winedump/Makefile.in, tools/winedump/README,
-         tools/winedump/cvinclude.h, tools/winedump/debug.c,
-         tools/winedump/function_grep.pl, tools/winedump/main.c,
-         tools/winedump/misc.c, tools/winedump/msmangle.c,
-         tools/winedump/output.c, tools/winedump/pe.c, tools/winedump/pe.h,
-         tools/winedump/search.c, tools/winedump/symbol.c,
-         tools/winedump/winedump.h, configure:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added PE dump capabilities to specmaker and renamed specmaker into
-       winedump.
+       * dlls/user/user_main.c, programs/explorer/desktop.c:
+       user: Defer all ExitWindowsEx processing to wineboot.
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Fix positioning of text in buttons.
-       - Fix nButtonHeight so that it is not zero in some cases
-       - Support TBSTYLE_TRANSPARENT.
-       - Fix handling in WM_ERASEBKGND so that the default erase occurs
-         between notifies.
-       - Fix WM_NCCREATE processing to issue proper WM_STYLECHANGING (via
-         SetWindowLong) and document the issues.
-
-       * objects/font.c:
-       Travis Michielsen <tjmichielsen@yahoo.com>
-       Fixed behavior of GetTextExtentExPointW.  It must always return the
-       extents of the entire string in size.
-
-       * graphics/x11drv/bitmap.c:
-       Guy L. Albertelli <guy@codeweavers.com>
-       Prevent bomb when GDI_ObjPtr returns null object.
-
-       * include/winerror.h, include/wingdi.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Move GDI_ERROR definition to wingdi.h.
-       Add HGDI_ERROR.
+       * programs/wineboot/Makefile.in, programs/wineboot/shutdown.c,
+         programs/wineboot/wineboot.c:
+       wineboot: Added support for doing a proper shutdown before rebooting.
+       Send WM_QUERYENDSESSION messages to all windows of a given process
+       before moving on to the next.
+       Switch option parsing to getopt.
+       Added a bunch of options to control shutdown behavior.
 
-       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Add reader for v1 (SLTG) typelibs.
-       Fix a few problems with v2 (MSFT) typelibs.
-       LoadTypeLibEx should do a SearchPath to locate typelib.
+2006-08-16  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/winspool/info.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       OpenPrinter should fail if pPrinterName is "".
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/opengl32/wgl_ext.h,
+         dlls/winex11.drv/opengl.c:
+       x11drv/opengl: Pixel format rewrite.
 
-       * include/wine/obj_oleaut.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Add FUNCFLAGS and change TYPEFLAGS_* to an enum.
+2006-08-16  Matt Finnicum <mattfinn@gmail.com>
 
-       * dlls/winsock/socket.c:
-       Francois Gouget <fgouget@free.fr>
-       Convert the socket type (necessary on Solaris).
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/paint.c,
+         dlls/riched20/style.c:
+       riched20: Send EN_LINK notifications. Properly underline / color links.
 
-       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
-         include/rpcdce.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Stub implementation for UuidHash().
+2006-08-17  Kai Blin <kai.blin@gmail.com>
 
-       * dlls/ntdll/ntdll.spec, dlls/msvcrt/msvcrt.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Correct .spec file parameters for msvcrt._fullpath and ntdll._splitpath.
+       * dlls/secur32/Makefile.in, dlls/secur32/ntlm.c,
+         dlls/secur32/secur32_priv.h, dlls/secur32/util.c:
+       secur32: Add real signing / verifying to NTLM provider.
 
-       * winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added DirectShow filter categories.
+       * dlls/secur32/ntlm.c:
+       secur32: Mask away NTLMv2 and key exchange flags so we never negotiate it
+       for now.
 
-       * include/uuids.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing GUIDs.
+2006-08-16  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * dlls/shell32/shellstring.c:
-       Guy Albertelli <guy@codeweavers.com>
-       Replace calls to StrRetToBuf{A|W} with duplicate code to eliminate
-       problems between native and built-in DLLs.
+       * programs/regedit/childwnd.c:
+       regedit: Write-strings warnings fix.
 
-2001-08-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ddraw/direct3d.c:
+       ddraw: Write-strings warnings fix.
 
-       * windows/winproc.c, include/win.h, windows/win.c:
-       Make window handles 32-bit before calling window procedure.
-       Don't clear window parent field when unlinking it.
+       * dlls/winspool.drv/info.c:
+       winspool.drv: Write-strings warning fix.
 
-2001-08-28  Alexandre Julliard  <julliard@winehq.com>
+2006-08-16  Dan Hipschman <dsh@linux.ucla.edu>
 
-       * include/win.h, include/wine/server_protocol.h, server/Makefile.in,
-         server/protocol.def, server/queue.c, server/request.h,
-         server/thread.c, server/trace.c, server/user.c, server/user.h,
-         server/window.c, tools/make_requests, windows/queue.c,
-         windows/win.c, dlls/ttydrv/wnd.c, dlls/x11drv/desktop.c,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c:
-       Added global management of user handles in the server.
-       Very preliminary support for shared window handles.
-
-       * ANNOUNCE:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Use the new development page URL in the announcement.
-
-       * files/profile.c:
-       Francois Gouget <fgouget@free.fr>
-       Reimplement PROFILE_GetSectionNames to match the NT & MSDN behavior.
-       The 32A version is now the reference implementation (instead of the
-       16bit version).
-
-       * loader/task.c, dlls/icmp/icmp_main.c, dlls/wsock32/protocol.c:
-       Francois Gouget <fgouget@free.fr>
-       Only use winsock2.h in Wine.
-
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Added WM_MOUSEHOVER and WM_MOUSELEAVE to formatting.
+       * tools/widl/proxy.c:
+       widl: Use typegen.c format-string functions in proxy.c.
 
-       * tools/winebuild/relay.c:
-       Output correct assembly function headers for all functions.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/devenum.c,
-         dlls/quartz/devenum.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/fmap.c, dlls/quartz/fmap.h, dlls/quartz/fmap2.c,
-         dlls/quartz/fmap2.h, dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c,
-         dlls/quartz/idevenum.c, dlls/quartz/ifgraph.c, dlls/quartz/ifmap.c,
-         dlls/quartz/ifmap3.c, dlls/quartz/imcntl.c, dlls/quartz/imevent.c,
-         dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/iunk.c,
-         dlls/quartz/iunk.h, dlls/quartz/ividwin.c, dlls/quartz/main.c,
-         dlls/quartz/quartz.spec, dlls/quartz/regsvr.c, dlls/quartz/regsvr.h,
-         winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some stubs.
-
-2001-08-27  Alexandre Julliard  <julliard@winehq.com>
-
-       * objects/gdiobj.c:
-       Check for valid object in GDI_GetObjPtr even for MAGIC_DONTCARE.
-
-       * dlls/x11drv/x11ddraw.c:
-       Jukka Heinonen <jhei@iki.fi>
-       GrabPointer uses now SetWindowLong to change window procedure instead
-       of accessing directly WND structure.
-
-       * dlls/kernel/sync.c, include/wine/server_protocol.h,
-         server/named_pipe.c, server/protocol.def, server/request.h,
-         server/trace.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implemented GetNamedPipeInfo.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Move format-string declaration output to typegen.c.
 
-       * include/strmif.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing interfaces.
+2006-08-17  Jacek Caban <jacek@codeweavers.com>
 
-       * include/wine/obj_base.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added ICOM_METHOD12-26, ICOM_VMETHOD12-26, ICOM_CALL12-26.
+       * dlls/mshtml/tests/htmldoc.c:
+       mshtml: Added test of edit mode.
 
-2001-08-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/olecmd.c:
+       mshtml: Added beginning implementation of IDM_EDITMODE.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20010824.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/oleobj.c:
+       mshtml: Rename get_property to get_client_disp_property and make it available
+       for other files.
 
-----------------------------------------------------------------
-2001-08-24  Alexandre Julliard  <julliard@winehq.com>
+       * include/mshtmhst.idl:
+       mshtmhst.idl: Added DOCHOSTUITYPE declaration.
 
-       * dlls/winsock/socket.c, include/wine/winsock16.h:
-       Francois Gouget <fgouget@free.fr>
-       Added WSASTARTUP16 a 1 byte alignment version of WSASTARTUP for win16.
+2006-08-16  Christian Costa <titan.costa@wanadoo.fr>
 
-       * include/uuids.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing CLSIDs.
+       * dlls/wined3d/surface.c:
+       wined3d: Make sure b_info structure is properly allocated and released.
 
-       * files/directory.c, include/file.h, include/module.h, loader/module.c,
-         loader/pe_image.c:
-       Bill Medland <medbi01@accpac.com>
-       Added LOAD_WITH_ALTERED_SEARCH_PATH support to LoadLibraryEx.
+2006-08-16  Stefan Leichter <Stefan.Leichter@camline.com>
 
-       * controls/icontitle.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         include/win.h, windows/dialog.c, windows/mdi.c, windows/painting.c,
-         windows/user.c, windows/win.c, windows/winpos.c:
-       Added WIN_ListParents function and renamed WIN_BuildWinArray into
-       WIN_ListChildren. Made owner field in WND structure an HWND.
+       * tools/winedump/minidump.c:
+       winedump: Print each 64bit integers as two 32 bit integers.
 
-       * dlls/comctl32/rebar.c:
-       Removed inclusion of win.h.
+2006-08-17  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
 
-       * dlls/kernel/kernel32.spec, dlls/kernel/sync.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Add stubs for several named pipe functions.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean resource.
 
-       * dlls/winsock/socket.c, include/winsock.h, server/sock.c:
-       Francois Gouget <fgouget@free.fr>
-       Rename the regular WS_FD_XXX macros to FD_XXX.
-       Rename the Wine specific WS_FD_XXX macros to FD_WINE_XXX.
+2006-08-17  Fatih Aşıcı <fatih.asici@gmail.com>
 
-       * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
-         dlls/wininet/internet.h, dlls/wininet/utility.c:
-       Francois Gouget <fgouget@free.fr>
-       Made independent from winsock.
-       Include the needed headers directly in internet.h.
-
-       * objects/font.c:
-       Bill Medland <medbi01@accpac.com>
-       Minor fixes involving handling NULL pointers.
-
-       * windows/x11drv/clipboard.c, windows/x11drv/event.c,
-         dlls/user/user32.spec, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         include/dce.h, include/win.h, include/winuser.h, include/x11drv.h,
-         windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/focus.c,
-         windows/mdi.c, windows/message.c, windows/nonclient.c,
-         windows/painting.c, windows/win.c, windows/winpos.c:
-       Implemented GetAncestor and removed WIN_GetTopParent.
-       Removed a few more accesses to the WND structure.
-
-2001-08-23  Alexandre Julliard  <julliard@winehq.com>
-
-       * objects/enhmetafile.c, objects/metafile.c:
-       Don't hold the GDI lock during accesses to the metafile data.
-
-       * dlls/kernel/sync.c, include/wine/server_protocol.h,
-         server/named_pipe.c, server/protocol.def, server/request.h,
-         server/trace.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implement WaitNamedPipe and DisconnectNamedPipe.
-       Add a state for each pipe handle in the server.
-       Create a socket on when the pipe is opened, not before.
-
-       * dlls/winsock/socket.c, server/sock.c:
-       Daniel Walker <diwalker@earthlink.net>
-       - Fix for nonblocking sockets using WSAEventSelect() (patch from Ove
-         Kaaven).
-       - Changed WSAEnumNetworkEvents() so it only returns events that the
-         application is looking for.
-       - Changed sock_poll_event() to interpret a POLLIN event with zero
-         bytes waiting to be read as a POLLHUP.
-
-2001-08-22  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/quartz/Makefile.in, dlls/quartz/amerror.c,
-         dlls/quartz/quartz.spec, include/Makefile.in, include/errors.h,
-         include/vfwmsgs.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added two missing headers.
-       Implemented AMGetErrorText.
-
-       * tools/winapi_check/win32/kernel32.api,
-         tools/winapi_check/win32/oleaut32.api,
-         tools/winapi_check/win32/quartz.api,
-         tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/win32/ttydrv.api,
-         tools/winapi_check/win32/x11drv.api, tools/winapi/c_function.pm,
-         tools/winapi/c_parser.pm, tools/winapi/make_parser.pm,
-         tools/winapi/output.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_editor.pm,
-         tools/winapi/winapi_fixup_options.pm,
-         tools/winapi/winapi_fixup_statements.pm,
-         tools/winapi/winapi_module_user.pm, tools/winapi_check/modules.pm,
-         tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check:
-       Patrik Stridvall <ps@leissner.se>
-       - Continued on the new C parser.
-       - More reorganizations and fixes.
-       - API files update.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/complist.c,
-         dlls/quartz/complist.h, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/ibasaud.c, dlls/quartz/ibasvid.c, dlls/quartz/ifgraph.c,
-         dlls/quartz/imcntl.c, dlls/quartz/imem.c, dlls/quartz/imevent.c,
-         dlls/quartz/impos.c, dlls/quartz/imseek.c, dlls/quartz/irclock.c,
-         dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/ividwin.c,
-         dlls/quartz/main.c, dlls/quartz/memalloc.c, dlls/quartz/sysclock.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some stubs for CLSID_FilterGraph.
+       * programs/winecfg/Tr.rc:
+       winecfg: Update Turkish resource file.
 
-       * dlls/x11drv/window.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed an incorrect (harmless) memory allocation.
+2006-08-16  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
 
-       * include/control.h, ole/uuid.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added missing IIDs.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmål resources.
 
-       * dlls/user/comm16.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replaced PROFILE_ functions by RegQueryValueExA.
+2006-08-16  Oleg Krylov <oleg.krylov@gmail.com>
 
-       * include/winbase.h, dlls/kernel/kernel32.spec, files/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Added stub for CancelIo.
+       * dlls/comctl32/toolbar.c:
+       comctl32: toolbar: Use HOT imagelist for buttons in CHECKED state.
 
-       * Make.rules.in: Francois Gouget <fgouget@free.fr>
-       Fixed man and doc-html rules.
+2006-08-16  Frank Richter <frank.richter@gmail.com>
 
-       * dlls/user/text.c:
-       Eugene Mayevski <mayevski@eldos.org>
-       Fixed DT_RTLREADING flag interpretation.
+       * programs/winecfg/appdefaults.c:
+       winecfg: Fix issues with LVM_GETITEMW by removing superfluous flag.
 
-2001-08-21  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winecfg/appdefaults.c, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h:
+       winecfg: Use WCHARs for window title, current app.
 
-       * windows/painting.c, windows/win.c, windows/winpos.c,
-         dlls/x11drv/winpos.c, include/win.h:
-       Removed WIN_GetDesktop().
+2006-08-16  Huw Davies <huw@codeweavers.com>
 
-       * win32/console.c, windows/multimon.c, windows/x11drv/clipboard.c,
-         debugger/break.c, debugger/editline.c, debugger/msc.c,
-         dlls/msacm/msacm32_main.c, dlls/ole32/ole2.c, dlls/shell32/systray.c,
-         dlls/user/dde/server.c, dlls/winmm/driver.c, dlls/winmm/mci.c,
-         dlls/winmm/mmio.c, dlls/winmm/wineoss/mmaux.c,
-         documentation/debugger.sgml, msdos/int2f.c:
-       Francois Gouget <fgouget@free.fr>
-       Documentation updates (mainly thru vs. through).
+       * dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Add tests for NdrAllocate.
 
-       * dlls/comctl32/listview.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Rect returned by LISTVIEW_GetItemRect should be total size in report
-       mode.
-
-       * graphics/x11drv/bitmap.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Default bitmap is not subject to reference counting.
-
-       * dlls/oleaut32/olepicture.c, dlls/oleaut32/typelib.c,
-         dlls/oleaut32/variant.c, include/oleauto.h, include/wine/obj_oleaut.h:
-       Francois Gouget <fgouget@free.fr>
-       Add the decVal field to VARIANT.
-       Fix the VARIANT C layout, i.e. the union/struct names/nesting.
-       Encapsulate all accesses to VARIANT types with the V_VT and V_UNION
-       macros.
+2006-08-16  Frank Richter <frank.richter@gmail.com>
 
-       * server/serial.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Unconditionally set O_NONBLOCK when opening.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Hu.rc,
+         programs/winecfg/Ja.rc, programs/winecfg/Ko.rc,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Tr.rc:
+       winecfg: New resource strings for appdefaults.
 
-2001-08-20  Alexandre Julliard  <julliard@winehq.com>
+2006-08-16  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/x11drv/bitmap.c:
-       Refuse to select a bitmap that is already selected in another DC.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c:
+       mshtml: Added [Get|Set]ParentContentListener implementation.
 
-       * objects/dc.c, objects/gdiobj.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added reference counting and delayed destruction of GDI objects.
+2006-08-16  Robert Shearman <rob@codeweavers.com>
 
-       * include/winuser.h, windows/class.c, windows/nonclient.c:
-       Fixed GetClassLong to return full 32 bits for all items.
-       Removed GCW_* definitions that don't exist in Win32.
+       * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+       advapi32: Add tests for RegQueryValueEx to show that it sets the data
+       size to 0 when a buffer isn't present and that it sets the type to
+       REG_NONE on Win9x.
 
-       * objects/dib.c:
-       Create a color bitmap in CreateDIBitmap even with a black&white DC.
+2006-08-16  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * include/oleauto.h:
-       Nikolas Zimmermann <wildfox@kde.org>
-       Removed struct UDATE forward declaration.
+       * dlls/wined3d/device.c:
+       wined3d: Silence WINED3DRS_DEBUGMONITORTOKEN.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Store the comm error value in the wineserver, not a global.
+2006-08-16  Robert Reif <reif@earthlink.net>
 
-       * files/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Read data immediately in overlapped ReadFile if possible.
+       * dlls/secur32/tests/secur32.c:
+       secur32: Fix GetComputerObjectName tests based on feedback from Paul Vriens.
 
-       * dlls/comctl32/treeview.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Do not keep the handle of a deleted item as the selectedItem..
+2006-08-16  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/oleaut32/olepicture.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Use GetDC(0) instead of CreateCompatibleDC(0).
+       * dlls/user/win.c:
+       user: Explicitly load explorer.exe from the system directory.
 
-       * dlls/oleaut32/olefont.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       We need to make a copy of the fontname and the HFONT handle in
-       IFont_Clone, otherwise we get memory corruption and bad GDI handles.
+       * tools/wine.inf:
+       wine.inf: Create a fake exe for explorer.exe.
 
-2001-08-18  Alexandre Julliard  <julliard@winehq.com>
+2006-08-16  Robert Shearman <rob@codeweavers.com>
 
-       * controls/menu.c, windows/winproc.c:
-       Added proper support for 32-bit WM_NEXTMENU.
+       * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/ole32/storage32.c:
+       ole32: Move some functions out of compobj.c that don't belong there and update
+       the copyright statement.
 
-       * dlls/ttydrv/user.c, dlls/user/msg16.c, dlls/x11drv/winpos.c,
-         include/user.h, include/win.h, windows/defdlg.c, windows/defwnd.c,
-         windows/mdi.c, windows/message.c, windows/painting.c, windows/user.c,
-         windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c,
-         dlls/ttydrv/ttydrv.spec:
-       Removed a number of direct accesses to the window structure.
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c,
+         dlls/ole32/tests/marshal.c:
+       ole32: Add some more tests for failure cases of Co* functions and make builtin
+       ole32 pass them.
 
-       * dlls/Makefile.in, dlls/msvideo/Makefile.in, dlls/msvideo/mciwnd.c,
-         dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Started implementing the MCIWnd* functions.
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c:
+       ole32: Add tests for the failure cases of CLSIDFromProgID and fix the function
+       to conform to these.
 
-       * dlls/oleaut32/variant.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Do not pass the high level wFlags from VariantChangeType* down to low
-       level Variant conversion functions.
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Move processing of the arguments from NdrClientCall2 to two new
+       functions.
 
-       * dlls/user/dde/dde_private.h:
-       Fixed internal inline function that was declared extern.
+2006-08-16  Hans Leidekker <hans@it.vu.nl>
 
-       * windows/defwnd.c:
-       Explicitly check for CS_PARENTDC in WM_ERASEBKGND handling.
+       * dlls/wldap32/option.c:
+       wldap32: Support setting server controls.
 
-       * dlls/winmm/wineoss/audio.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Replaced memset by hand made equivalent to work around some buggy
-       memset implementations.
-
-       * dlls/Makefile.in, dlls/comctl32/animate.c,
-         dlls/comctl32/comctl32.spec:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Because of circular dependencies between comctl32 and msvfw32, replace
-       in comctl32 delay loading of msvfw32 by manual loading.
-
-       * objects/gdiobj.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Test for invalid large handles in GDI_GetObjPtr and GDI_FreeObject.
-
-       * dlls/commdlg/filedlg95.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fix FillRect calls in FILEDLG95_LOOKIN_DrawItem.
-
-       * dlls/gdi/printdrv.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Do not hold the GDI lock when the ABORTDOC procedure is called.
-
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implemented oleaut32.VarBstrCat.
-
-2001-08-17  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/winbase.h, scheduler/critsection.c:
-       Made the Interlocked*Pointer functions static inline since they aren't
-       exported by the Windows API.
-
-       * objects/dib.c:
-       Use the passed hdc in CreateDIBitmap instead of creating a new one.
-
-       * objects/dc.c, objects/gdiobj.c, windows/syscolor.c,
-         dlls/wineps/font.c, graphics/enhmetafiledrv/objects.c,
-         graphics/x11drv/xfont.c, include/gdi.h:
-       Create GDI stock objects as normal objects instead of using magic
-       handle values.
-
-2001-08-16  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/wineps/font.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c,
-         graphics/x11drv/objects.c, graphics/x11drv/pen.c,
-         graphics/x11drv/xfont.c, include/x11drv.h, objects/gdiobj.c:
-       Specify sizes for stock fonts again; removed the FixStockFontSize
-       hack. Ignore mapping modes when selecting stock fonts into a DC.
-       Removed a few direct accesses to GDI structures from x11drv.
-
-       * objects/dc.c:
-       Release GDI lock before calling DeleteDC from RestoreDC.
-
-       * dlls/shell32/clipboard.c, dlls/shell32/dataobject.c,
-         dlls/shell32/dialogs.c, dlls/shell32/enumidlist.c,
-         dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c,
-         dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
-         dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c,
-         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/shlfolder.c, dlls/shell32/shlmenu.c,
-         dlls/shell32/shlview.c, dlls/shell32/shpolicy.c,
-         dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
-         dlls/shell32/undocshell.h, include/wine/shell16.h,
-         include/wine/undocshell.h, dlls/shell32/brsfolder.c,
-         dlls/shell32/changenotify.c:
-       Moved undocshell.h to dlls/shell32. Removed shell16.h.
-
-       * windows/dce.c, windows/user.c, windows/win.c, include/user.h,
-         include/win.h:
-       Moved user lock to user.c. Added USER_CheckNotLock function.
-
-       * graphics/x11drv/xfont.c, include/winbase.h, memory/virtual.c,
-         objects/gdiobj.c, scheduler/pthread.c, scheduler/syslevel.c,
-         windows/cursoricon.c, windows/timer.c, dlls/ntdll/critsection.c,
-         dlls/ntdll/rtl.c, dlls/shell32/changenotify.c,
-         dlls/shell32/iconcache.c, dlls/user/dde/misc.c,
-         dlls/winaspi/winaspi32.c, dlls/winsock/async.c,
-         dlls/x11drv/x11drv_main.c, files/profile.c:
-       Added names to standard critical sections (suggested by Andreas
-       Mohr).
-
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Partially implement oleaut32.VarBstrCmp.
-
-2001-08-15  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/gdi.h, objects/dc.c, objects/dib.c, objects/gdiobj.c:
-       Make sure we don't hold the GDI lock when loading drivers.
-
-       * include/winbase.h, scheduler/syslevel.c:
-       Implemented _CheckNotSysLevel.
-
-       * include/win16drv.h, dlls/gdi/driver.c, graphics/win16drv/init.c:
-       Fixed win16drv initialisation.
-
-       * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c, include/wine/undocshell.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       PathGetExtensionAW has three arguments.
-
-       * msdos/ioports.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Don't call Dosvm functions when Dosvm isn't initialized.
-
-       * dlls/quartz/Makefile.in, dlls/quartz/fgraph.c, dlls/quartz/fgraph.h,
-         dlls/quartz/ifgraph.c, dlls/quartz/imem.c, dlls/quartz/irclock.c,
-         dlls/quartz/iunk.c, dlls/quartz/iunk.h, dlls/quartz/main.c,
-         dlls/quartz/memalloc.c, dlls/quartz/memalloc.h,
-         dlls/quartz/quartz.spec, dlls/quartz/quartz_private.h,
-         dlls/quartz/sysclock.c, dlls/quartz/sysclock.h, winedefault.reg:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some stubs for quartz dll.
-
-       * graphics/x11drv/xfont.c:
-       Jeremy White <jwhite@codeweavers.com>
-       Normalize the display name used to build the cached metric filename so
-       that ':0', ':0.0', and 'unix:0.0' all resolve to the same file.
-
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
-         include/oleauto.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented VarParseNumFromStr, VarNumFromParseNum.
-
-       * dlls/wineps/afm.c, dlls/wineps/afm2c.c,
-         dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/COPYRIGHTS,
-         dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
-         dlls/wineps/data/Helvetica_Bold.c,
-         dlls/wineps/data/Helvetica_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c,
-         dlls/wineps/data/Helvetica_Oblique.c,
-         dlls/wineps/data/NewCenturySchlbk_Bold.c,
-         dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
-         dlls/wineps/data/NewCenturySchlbk_Italic.c,
-         dlls/wineps/data/NewCenturySchlbk_Roman.c,
-         dlls/wineps/data/Palatino_Bold.c,
-         dlls/wineps/data/Palatino_BoldItalic.c,
-         dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
-         dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
-         dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
-         dlls/wineps/data/Times_Roman.c,
-         dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
-         dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Eliminate glyph bounding boxes & other unused font metrics.
-
-       * debugger/dbg.y, debugger/debug.l, debugger/debugger.h,
-         debugger/expr.c, debugger/hash.c, debugger/module.c,
-         debugger/winedbg.c, documentation/debugger.sgml:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed the parsing of id1.id2 which could be either access to field id2
-       of struct id1, or the identifier id2 in dll id1.
-       Enhanced some error reporting as well as 'info local' display layout.
-       Minor cosmetic changes.
+       * dlls/wldap32/option.c, dlls/wldap32/parse.c:
+       wldap32: Document ldap_{get,set}_option and the parsing functions.
 
-       * dlls/winmm/mci.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed error message and return value in case of bogus 'open all' mci
-       string command. Minor 32/16 optimizations and cosmetic fixes.
+2006-08-16  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/oleaut32/variant.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       DateTimeStringToTm and DateToTm must use dwFlags instead of lcid.
+       * configure, configure.ac, dlls/Makedll.rules.in,
+         programs/Makeprog.rules.in:
+       configure: Setting rpath should no longer be needed for dlls.
 
-       * ole/uuid.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Include GUIDs in strmif.h and uuids.h.
+2006-08-16  Mike McCormack <mike@codeweavers.com>
 
-       * include/Makefile.in, include/audevcod.h, include/dshow.h,
-         include/evcode.h, include/uuids.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some dshow headers.
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Ordinal 394 should load and call shell32.SHNotifyChange.
+       Makes builtin shlwapi behave better during reboot after IE6 install.
 
-       * include/strmif.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added IGraphBuilder, IFilterGraph2, IMediaSeeking interfaces.
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Add a stub implementation for ZoneComputePaneSize.
+       Allows IE6 to show its main window with builtin shlwapi.
 
-       * win32/except.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Modified the debugger launching code so that only one instance of the
-       debugger is created per process.
+       * dlls/msi/tests/db.c:
+       msi: Fix a couple of memory leaks in the test code.
 
-2001-08-13  Alexandre Julliard  <julliard@winehq.com>
+2006-08-16  Frank Richter <frank.richter@gmail.com>
 
-       * dlls/user/message.c, include/winproc.h, windows/winproc.c:
-       Added mappings for a few messages.
-       Added unicode messages bit set to shortcut message mapping when
-       possible.
+       * programs/winecfg/appdefaults.c, programs/winecfg/resource.h,
+         programs/winecfg/winecfg.h:
+       winecfg: appdefaults: Use more strings from resources, unicode.
 
-       * windows/spy.c: Fixed some message names.
+       * programs/winecfg/main.c, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h:
+       winecfg: Make load_string public.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implemented RB_MAXIMIZEBAND for the "ideal=TRUE" case.
-       - Implemented NM_CUSTOMDRAW notifications for the ITEMPREPAINT and
-         ITEMPOSTPAINT only. (Used by IE4 - go figure.)
-       - Invalidate window rectangles after certain RB_ messages like the
-         native. Fixed some painting problems.
-       - Added UpdateWindow call in _MoveChildWindows to fix other painting
-         problems.
-       - Set the Caption Font as the default font for all bands.
+       * programs/winecfg/De.rc:
+       winecfg: Tweak and update German resources.
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implement TBSTYLE_FLAT as "transparent" toolbar and buttons. (Skip
-         FillRect and BF_MIDDLE on _FLAT toolbars.)
-       - Issue FIXMEs for unsupported styles.
-       - If the "hidden" state has changed then recalc the buttons.
-       - Support TBSTYLE_CUSTOMERASE (used by IE4) ans issue some of the
-         necessary NM_CUSTOMDRAW notifies.
-       - Pass the WM_ERASEBKGND to parent if the toolbar is "transparent".
-       - Invalidate the area 1 bigger than the button rect on a WM_MOUSELEAVE
-         so that the edge is "erased" by the parent.
-       - Support the PGN_CALCSIZE notify since a toolbar can be a child of the
-         Pager control.
+2006-08-15  Dan Hipschman <dsh@linux.ucla.edu>
 
-       * dlls/comctl32/treeview.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Add support to respond to the PGN_CALCSIZE version of the WM_NOTIFY
-       message.
+       * tools/widl/proxy.c:
+       widl: Generate proxy code for user marshalled types.
 
-       * dlls/comctl32/pager.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Make all WM_NOTIFY messages go to the parent.
-       - Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial
-         size.
-       - Combine multiple SetWindowPos calls in same processing line and make
-         the flags like native.
-       - Redo WM_NCCALCSIZE to match native.
-       - Since Pager is a "transparent" control (except for its own buttons),
-         the WM_ERASEBKGND needs to be passed to the parent. Also do the window
-         offset like the native control does.
-
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/variant.c,
-         include/oleauto.h:
-       Daniel Walker <diwalker@earthlink.net>
-       - implemented SystemTimetoVariantTime/VariantTimetoSystemTime
-           There was another implementation of SystemTimetoVariantTime
-           submitted that didn't work for dates prior to 1900.
-       - implemented VarDateFromUDate/VarUdateFromDate
-       - implemented VariantTimeToDosDateTime
-
-       * dlls/msvcrt/math.c: Jukka Heinonen <jhei@iki.fi>
-       Fixed _control87 return value, use of wrong assembler command to get
-       fp control word and a bug that inverted _IC_AFFINE flag.
-       Made _controlfp work as specified in MSDN.
-
-2001-08-11  Alexandre Julliard  <julliard@winehq.com>
-
-       * loader/ne/segment.c:
-       Josh Thielen <thielen@netprince.net>
-       Wrong handle was being closed.
-
-       * dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
-         dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
-         dlls/wineps/data/Helvetica_Bold.c,
-         dlls/wineps/data/Helvetica_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c,
-         dlls/wineps/data/Helvetica_Oblique.c,
-         dlls/wineps/data/NewCenturySchlbk_Bold.c,
-         dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
-         dlls/wineps/data/NewCenturySchlbk_Italic.c,
-         dlls/wineps/data/NewCenturySchlbk_Roman.c,
-         dlls/wineps/data/Palatino_Bold.c,
-         dlls/wineps/data/Palatino_BoldItalic.c,
-         dlls/wineps/data/Palatino_Italic.c, dlls/wineps/data/Palatino_Roman.c,
-         dlls/wineps/data/Symbol.c, dlls/wineps/data/Times_Bold.c,
-         dlls/wineps/data/Times_BoldItalic.c, dlls/wineps/data/Times_Italic.c,
-         dlls/wineps/data/Times_Roman.c,
-         dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Remove unused character width array.
-
-       * dlls/wineps/font.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make EnumFonts and SelectObject use common font scaling.
-
-2001-08-10  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/user/controls.h, dlls/x11drv/winpos.c, include/nonclient.h,
-         include/winpos.h, include/x11drv.h, windows/defwnd.c, windows/mdi.c,
-         windows/nonclient.c, windows/win.c, windows/winpos.c,
-         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:
-       Removed a number of direct accesses to the WND structure, replacing
-       them by API calls.
-
-       * graphics/dispdib.c, loader/ne/resource.c, dlls/comctl32/comboex.c,
-         dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ntdll/sync.c:
-       Jörg Mayer <jmayer@loplof.de>
-       Fixed a few signed/unsigned and "unsigned < 0 always true" warnings.
-
-       * dlls/wineps/font.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h,
-         dlls/wineps/text.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Removed ANSI encoding stuff.
+       * tools/widl/proxy.c:
+       widl: Fix out-only temporary variable generation.
 
-       * dlls/shell32/shelllink.c:
-       Dusan Lacko <dlacko@codeweavers.com>
-       Fix ExtractFromEXEDLL for nIndex != 0.
-       Prefer 8bit icons.
+       * tools/widl/proxy.c:
+       widl: Fix NdrComplexStructUnmarshall calls in generated code.
 
-       * include/config.h.in, loader/loadorder.c, configure, configure.in,
-         debugger/stabs.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixes for Solaris X86.
+       * tools/widl/proxy.c:
+       widl: Fix NdrConformantArrayUnmarshall calls in generated code.
 
-       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implemented msvcrt._mbspbrk.
-
-2001-08-09  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/user/Makefile.in, dlls/user/dde/.cvsignore,
-         dlls/user/dde/client.c, dlls/user/dde/dde_private.h,
-         dlls/user/dde/ddeml16.c, dlls/user/dde/misc.c, dlls/user/dde/server.c,
-         dlls/user/user32.spec, dlls/user/user_main.c, include/ddeml.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       - implemented correctly the HSZ as local atoms and added the needed
-         conversions to global atoms
-       - enhanced internal handle <=> pointer conversions, as well as
-         validity of such objects (life time, destruction, mutual access...)
-       - fixed a few ANSI/Unicode issues, stores most of the data as Unicode
-       - started having both Ansi/Unicode DDE window procs for message A/W
-         transformation
-       - fixed a few segmented pointer issues (mainly in DdeInitialize &
-         DdeGetData)
-       - added most of the CBF_ flags handling
-       - implemented the conversation announcement (XTYP_CONNECT_CONFIRM) on
-         server side
-       - enhanced DdeQueryConfig and implemented DdeReconnect
-       - implemented conversation termination (including XTYP_UNREGISTER)
-       - several others code clean up
-       - added transaction support on server side too
+       * tools/widl/header.c, tools/widl/parser.y:
+       widl: Calculate method indices in parser instead of during header generation.
 
-       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implemented multibyte string reverse.
+2006-08-15  Robert Reif <reif@earthlink.net>
 
-       * dlls/wineps/font.c, dlls/wineps/ps.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Remove previously disabled code.
+       * dlls/secur32/tests/Makefile.in, dlls/secur32/tests/secur32.c:
+       secur32: Add GetComputerObjectName tests.
 
-       * dlls/wineps/escape.c, dlls/x11drv/xvidmode.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
+       * dlls/secur32/secur32.c:
+       secur32: Partial GetComputerObjectName implementation.
 
-       * dlls/oleaut32/olepicture.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issue found by winapi_check.
+       * dlls/advapi32/tests/lsa.c:
+       advapi32: Fix LsaQueryInformationPolicy test to pass on NT4.
 
-       * tools/winapi/c_parser.pm, tools/winapi/function.pm,
-         tools/winapi/make_filter, tools/winapi/make_parser.pm,
-         tools/winapi/winapi_fixup, tools/winapi/winapi_fixup_documentation.pm,
-         tools/winapi/winapi_fixup_editor.pm,
-         tools/winapi/winapi_fixup_options.pm,
-         tools/winapi/winapi_fixup_statements.pm,
-         tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/win32/wineps.api,
-         tools/winapi_check/win32/x11drv.api,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Begun implementation of a C statements parser.
-       - More reorganizations and fixes.
+       * dlls/kernel/cpu.c, dlls/kernel/kernel32.spec, include/winbase.h:
+       kernel32: Add GetNativeSystemInfo.
 
-       * scheduler/client.c, server/request.c:
-       Don't create the WINEPREFIX directory if it doesn't exist.
+2006-08-15  James Hawkins <truiken@gmail.com>
 
-       * dlls/ddraw/dsurface/main.c, dlls/ntdll/critsection.c,
-         dlls/winsock/socket.c, dlls/x11drv/x11drv_main.c, include/winbase.h,
-         scheduler/critsection.c, scheduler/pthread.c:
-       Added Interlocked*Pointer functions.
-       Fixed InterlockedCompareExchange prototype.
+       * dlls/msi/install.c, dlls/msi/msi.spec, include/msiquery.h:
+       msi: Add a stub for MsiGetFeatureCost.
 
-       * dlls/advapi32/security.c, dlls/winmm/lolvldrv.c, dlls/winmm/mmio.c,
-         documentation/.cvsignore, documentation/wine.man.in,
-         loader/pe_image.c, misc/version.c, ole/ole2nls.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Spelling fixes.
+       * dlls/msi/source.c:
+       msi: Use the bare minimum number of parameters for LookupAccountName.
 
-       * tools/winecheck: Andreas Mohr <a.mohr@mailto.de>
-       Small winecheck update (DGA check is bogus).
+2006-08-15  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * include/winnt.h: Andreas Mohr <a.mohr@mailto.de>
-       Added more STATUS_ codes.
+       * dlls/wineps.drv/ps.c:
+       wineps.drv: Write-strings warnings fix and declare function static.
 
-2001-08-08  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/tests/oid.c:
+       crypt32/tests: Write-strings warning fix.
 
-       * include/nonclient.h, windows/clipboard.c, windows/defdlg.c,
-         windows/dialog.c, windows/mdi.c, windows/nonclient.c, windows/user.c,
-         windows/win.c, windows/winpos.c:
-       Replace SendMessage16 by SendMessageW where possible.
+2006-08-15  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/user/thunk.c, dlls/user/user.spec, windows/painting.c:
-       Fixed DrawState16 callback support.
+       * dlls/mshtml/navigate.c, dlls/mshtml/nsio.c:
+       mshtml: Correctly handle nsILoadGroup.
 
-       * dlls/shell32/shellpath.c:
-       Fixed loop termination check in PathIsExeW.
-
-       * graphics/escape.c:
-       Fixed in_data/out_data mixup in Escape16 (thanks to Ladislav Sladecek).
-
-       * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
-         dlls/wineps/truetype.c, dlls/wineps/type1afm.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Rewrite and separate AFM parsing code (no more [afmfiles]).
-
-       * configure.in, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       Change libGLU check to look for gluLookAt instead of glBegin.
-
-2001-08-07  Alexandre Julliard  <julliard@winehq.com>
-
-       * debugger/winedbg.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Now tries to print the symbol name of a crst when it times out.
-
-       * server/thread.c: Andreas Mohr <a.mohr@mailto.de>
-       Don't crash if send_thread_wakeup() fails.
-
-       * winedefault.reg:
-       Ove Kaaven <ovek@transgaming.com>
-       Added some registry entries related to COM interface marshaling.
-
-       * windows/input.c, windows/message.c, windows/queue.c,
-         dlls/user/Makefile.in, dlls/user/message.c, dlls/user/msg16.c,
-         dlls/user/user.spec, include/message.h, include/queue.h,
-         include/wine/server_protocol.h, include/wine/winuser16.h,
-         server/protocol.def, server/queue.c, server/request.h, server/trace.c:
-       Rewrote most of SendMessage/PeekMessage.
-       Implemented inter-process messaging.
-       Moved most message routines to dlls/user, and split off 16-bit
-       routines to a separate file.
-
-2001-08-06  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/config.h.in, include/olectl.h, include/wine/obj_picture.h,
-         configure, configure.in, dlls/oleaut32/Makefile.in,
-         dlls/oleaut32/olepicture.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented OleLoadPicture.
-       Added support for loading JPEG, Bitmap and Icons from persistant
-       streams.
-       Implemented JPEG support using libjpeg, added necessary configure.in
-       options.
-       Added IConnectionPoint style notifications to the IPicture iface.
-       Implemented several of the stubs already there, added some more.
-
-       * dlls/x11drv/x11ddraw.c:
-       Jukka Heinonen <jhei@iki.fi>
-       XGrabPointer is now called from the correct thread context and it is
-       made sure that we have keyboard focus when using DirectX.
-
-       * dlls/x11drv/winpos.c, windows/dialog.c, windows/nonclient.c,
-         controls/menu.c:
-       Replaced MSG_InternalGetMessage calls by equivalent exported APIs.
-
-       * windows/winproc.c:
-       Fixed return value for WM_NOTIFY and WM_ACTIVATEAPP mappings.
-
-       * include/winuser.h: Added SMTO_* defines.
-
-       * debugger/winedbg.c, documentation/debugger.sgml, debugger/dbg.y,
-         debugger/debugger.h, debugger/info.c, debugger/stack.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Extended bt command to display backtrace of another thread.
-       Enhanced process & thread display with process name.
+2006-08-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/propsheet.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed tab control index handling.
+       * server/process.c:
+       server: Store the actual process count in snapshots.
+       We can't rely on running_processes for that, since it now also counts
+       processes waiting for SIGKILL and those aren't included in snapshots.
 
-       * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       SetCommConfig has 3 arguments, not 2.
+       * dlls/user/tests/cursoricon.c:
+       user/tests: Fix a compiler warning, and remove some useless casts.
 
-       * documentation/wine.conf.man.in, documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Reconciled the wine man pages to the absence of wine.conf.
+       * dlls/ntdll/loadorder.c:
+       ntdll: Default to native loadorder for the main exe if not in system directory.
+       Unlike dlls, executables can have the same name without necessarily
+       being the same application, so defaulting to native is more likely to
+       do the right thing.
 
-       * scheduler/process.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed image name value sent to server upon process creation.
+2006-08-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/oleaut32/typelib.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       First (partial) implementation of ITypeInfo::Invoke.
-       Fixed buffer len passing to snprintf().
+       * dlls/kernel/tests/file.c:
+       kernel/tests: Wrong error code checked.
 
-2001-08-03  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/setupapi/tests/devinst.c:
+       setupapi: Make tests loadable again on NT4.
 
-       * windows/painting.c:
-       Marco Bizzarri <m.bizzarri@icube.it>
-       GetControlBrush16: avoid potentially releasing the same pointer
-       twice.
+       * include/winerror.h:
+       winerror.h: Added an error code.
 
-       * dlls/oleaut32/typelib.c:
-       Malte Starostik <malte@kde.org>
-       Implemented RegisterTypeLib.
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c,
+         include/wintrust.h:
+       wintrust: Added stubbed WintrustLoadFunctionPointers.
 
-       * library/ldt.c:
-       Pierre Beyssac <pb@fasterix.freenix.org>
-       Force DPL 3 when setting entries on BSD.
+2006-08-15  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/commdlg/filedlg95.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Only add "." separator in case a default file name extension does
-       exist.
+       * configure, configure.ac, dlls/infosoft/Makefile.in,
+         dlls/infosoft/tests/Makefile.in, dlls/infosoft/tests/infosoft.c,
+         programs/winetest/Makefile.in:
+       infosoft: Add a test for the language neutral word breaker.
 
-       * objects/dib.c: Andreas Mohr <a.mohr@mailto.de>
-       DIB_GetBitmapInfo didn't recognize BITMAPV4/5HEADER.
+2006-08-15  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
 
-       * debugger/msc.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Check for -1 as the undefined value for handles before CloseHandle.
+       * programs/winecfg/En.rc:
+       winecfg: Improve wording of virtual desktop explanation.
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Add debugging dumps of bar and buttons, and trace entry for each
-         message.
-       - Organize WM_NOTIFY processing in preparation for Unicode
-       - Implement TBN_GETDISPINFO and I_IMAGECALLBACK for bitmaps.
-       - Implement drawing of separator for TBSTYLE_DROPDOWN similar to native.
-       - Change drawing of buttons to support TBSTYLE_LIST and make match
-         native pixel layout (with and without bitmaps).
-       - Change TOOLBAR_MeasureString to measure with DrawText like native.
-         This eliminates extra space due to prefix char ("&").
-       - Speed up TOOLBAR_CalcStrings by doing the HDC and FONT selection once.
-       - Change calc of buttons to match drawing for TBSTYLE_LIST and
-         separators.
-
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Add support to dump memory at lParam location on common control
-         messages.
-       - Fixed remaining Toolbar and Pager notify dump amounts.
-       - Separate memory dump code for easy use.
+2006-08-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Add TBNF_* flags for the NMTBDISPINFO structure.
+       * dlls/ddraw/main.c:
+       ddraw: Do not report DDCAPS_OVERLAY and friends since overlays are not supported.
 
-2001-07-31  Alexandre Julliard  <julliard@winehq.com>
+2006-08-15  Alexandre Julliard <julliard@winehq.org>
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20010731.
+       * tools/relpath.c:
+       relpath: Properly handle a "." directory name.
 
-----------------------------------------------------------------
-2001-07-31  Alexandre Julliard  <julliard@winehq.com>
+2006-08-15  Jeff Latimer <lats@yless4u.com.au>
 
-       * dlls/gdi/driver.c: Jukka Heinonen <jhei@iki.fi>
-       Include device name in call to CreateIC.
+       * dlls/usp10/tests/usp10.c:
+       usp10: Remove unnecessary casts in test suite.
 
-       * dlls/x11drv/window.c:
-       Fixed desktop window structure initialization.
+2006-08-14  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/ddraw/dsurface/user.c, windows/dce.c:
-       Fixed a few problems with DCX_* flags handling.
+       * dlls/crypt32/Makefile.in, dlls/crypt32/chain.c,
+         dlls/crypt32/crypt32.spec, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/chain.c:
+       crypt32: Implement CertCreateCertificateChainEngine and
+       CertFreeCertificateChainEngine.
 
-       * dlls/comctl32/toolbar.c:
-       Nog <nog@sdf.lonestar.org>
-       Don't enable the 'hot' state of a toolbar button when it's not
-       enabled.
-
-       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - added support for the SGIS multitexture extension.
-       - misc. other fixes
-
-       * windows/defwnd.c:
-       Erase only client area on WM_ERASEBKGND.
-
-2001-07-30  Alexandre Julliard  <julliard@winehq.com>
-
-       * tools/winapi/.cvsignore, tools/winapi/Makefile.in,
-         tools/winapi/trampoline, tools/winapi/winapi_check, configure,
-         configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Made it possible to install the winapi tools.
-
-       * include/winnls.h, include/winuser.h:
-       Force STRICT checking of callback function types when compiling Wine.
-
-       * windows/property.c:
-       Implement EnumProps on top of EnumPropsEx to avoid function pointer
-       type mismatches.
-
-       * loader/ne/module.c, loader/task.c, include/task.h:
-       Fixed HTASK/HTASK16 handle mismatch.
-
-       * include/mmsystem.h, include/msacm.h, include/windef.h:
-       Moved some handle declarations to the right headers.
-
-       * tools/winapi/config.pm, tools/winapi/make_parser.pm,
-         tools/winapi/options.pm, tools/winapi_check/modules.dat,
-         tools/winapi_check/modules.pm, tools/winapi_check/win32/ttydrv.api,
-         tools/winapi_check/win32/wineps.api,
-         tools/winapi_check/win32/x11drv.api, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_local.pm,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       A few bug fixes.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix handling of the '--with-wine-xxx' options: only look in the
-       specified path.
-       Libraries and wine dlls are separate notions that need separate paths
-       -> add WINE_DLL_{ROOT,PATH}, --with-wine-dlls and a '-P' option.
-       Small fixes to the search order.
-
-2001-07-29  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/wineps/init.c, dlls/wineps/wineps.spec,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
-         graphics/enhmetafiledrv/init.c, graphics/escape.c,
-         graphics/metafiledrv/init.c, graphics/win16drv/init.c,
-         graphics/x11drv/init.c, include/gdi.h, include/wine/wingdi16.h,
-         include/x11drv.h, dlls/gdi/driver.c, dlls/gdi/gdi.spec,
-         dlls/gdi/printdrv.c, dlls/wineps/escape.c:
-       Rewrote Escape to avoid calling down to Escape16.
-       Replaced Escape by ExtEscape in the DC function table.
-
-       * Make.rules.in: Patrik Stridvall <ps@leissner.se>
-       Added a filter rule for filtering make output with
-       tools/winapi/make_filter.
-
-       * dlls/ole32/clipboard.c, dlls/ole32/ole2.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
-
-       * tools/winapi/config.pm, tools/winapi/make_filter,
-         tools/winapi/make_filter_options.pm, tools/winapi/make_parser.pm,
-         tools/winapi/options.pm, tools/winapi/setup.pm:
-       Patrik Stridvall <ps@leissner.se>
-       A few bug fixes.
-
-       * include/dplay.h:
-       Patrik Stridvall <ps@leissner.se>
-       Cleanup/removal of unnessary things that would have made winapi_*
-       parsing more complicated.
-
-2001-07-28  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/x11drv/init.c, graphics/x11drv/palette.c,
-         graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
-         include/x11drv.h, objects/dc.c, objects/palette.c,
-         graphics/win16drv/init.c, graphics/win16drv/text.c,
-         dlls/wineps/escape.c, dlls/wineps/font.c, dlls/wineps/init.c,
-         dlls/wineps/ps.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
-         dlls/x11drv/x11drv.spec, graphics/enhmetafiledrv/init.c,
-         graphics/mapping.c, graphics/metafiledrv/init.c, dlls/gdi/driver.c,
-         dlls/ttydrv/dc.c, dlls/ttydrv/palette.c, dlls/ttydrv/ttydrv.h,
-         dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c:
-       Added GetDeviceCaps to the DC driver interface. Removed devCaps
-       pointer in the generic DC structure.
-
-       * dlls/ddraw/ddraw_private.h:
-       Removed unused DC_FUNCS pointers.
-
-2001-07-27  Alexandre Julliard  <julliard@winehq.com>
-
-       * misc/version.c:
-       Bob Goodwin <goodie1@pacbell.net>
-       Fix the 16bit win95 version.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Put the per project paths before the wine paths.
-       Remove unnecessary libraries from the wine link test.
-       Move DLL_LINK from configure.in to the Make.rules file.
+       * include/wincrypt.h:
+       crypt32: Implement CertCreateCertificateChainEngine and
+       CertFreeCertificateChainEngine.
 
-       * dlls/commdlg/printdlg.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Don't crash if DeviceCapabilities(DC_PAPERNAMES) fails.
+2006-08-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec,
-         dlls/opengl32/Makefile.in, dlls/opengl32/opengl32.spec:
-       Added missing ntdll imports.
+       * configure, configure.ac, include/config.h.in, loader/kthread.c:
+       loader/kthread: Remove some unneeded #ifdefs, other platforms use pthread now.
 
-       * dlls/wineps/init.c, dlls/wineps/wineps.spec,
-         dlls/x11drv/x11drv.spec, graphics/Makefile.in, graphics/driver.c,
-         graphics/win16drv/init.c, graphics/x11drv/bitmap.c,
-         graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, include/gdi.h,
-         include/x11drv.h, objects/dc.c, dlls/gdi/Makefile.in,
-         dlls/gdi/driver.c, dlls/gdi/gdi_main.c, dlls/ttydrv/bitmap.c,
-         dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.spec:
-       Build the DC function table by using GetProcAddress on the graphics
-       driver module. Moved driver support to dlls/gdi.
+       * configure, configure.ac:
+       configure: Disable optimization on MacOS because of gcc bug.
 
-2001-07-26  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac:
+       configure: Use a platform name check for MacOS shared library support,
+       it's completely different from the others anyway.
 
-       * dlls/Makefile.in, dlls/ddraw/Makefile.in, dlls/ddraw/ddraw.spec:
-       Removed import of x11drv from ddraw.
+       * configure, configure.ac, include/config.h.in, libs/wine/Makefile.in:
+       configure: Moved the library checks after the function checks to avoid code
+       duplication.
 
-       * dlls/dinput/dinput_main.c, dlls/dsound/dsound_main.c,
-         loader/dos/dosmod.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
+2006-08-15  Kai Blin <kai.blin@gmail.com>
 
-       * dlls/oleaut32/oleaut.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
+       * include/sspi.h:
+       secur32: Fix typo in ISC flags.
 
-       * include/commctrl.h:
-       Patrik Stridvall <ps@leissner.se>
-       Cleanup/removal of unnessary things that would have made winapi_*
-       parsing more complicated.
+       * dlls/secur32/ntlm.c:
+       secur32: Add handling of feature flags and session key to AcceptSecurityContext.
 
-       * dlls/kernel/comm.c, include/winbase.h, include/winuser.h:
-       Patrik Stridvall <ps@leissner.se>
-       - Moved comm related protoypes to the correct .h file.
-       - Cleaned up the include section.
+2006-08-14  Kai Blin <kai.blin@gmail.com>
 
-       * include/wine/port.h:
-       Patrik Stridvall <ps@leissner.se>
-       Removed inclusion of winnt.h because the porting layer shouldn't
-       include Windows specific stuff.
-
-       * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/ps.c,
-         dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Rewrite TrueType font metric parsing code.
-
-       * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
-         tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_global.pm,
-         tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
-         tools/winapi/make_filter, tools/winapi/make_filter_options.pm,
-         tools/winapi/make_parser.pm, tools/winapi/options.pm,
-         tools/winapi/output.pm, tools/winapi/type.pm,
-         tools/winapi/winapi_check_options.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup:
-       Patrik Stridvall <ps@leissner.se>
-       - A few more bug fixes
-       - Reorganization continues
-       - New tool (make_filter) for filtering make output added
+       * dlls/secur32/ntlm.c:
+       secur32: Copy helper buffer to output buffer before reusing helper buffer.
 
-       * dlls/ntdll/misc.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix a typo.
+2006-08-14  Dan Hipschman <dsh@linux.ucla.edu>
 
-       * graphics/x11drv/bitblt.c:
-       Bill Medland <medbi01@accpac.com>
-       Don't inline perfect_graphics().
+       * tools/widl/proxy.c:
+       widl: Pass the right size to MIDL_memset in generated proxy code.
 
-       * include/callback.h, include/hook.h, loader/module.c, loader/task.c,
-         scheduler/process.c, dlls/user/user_main.c, if1632/thunk.c:
-       Removed a few unnecessary Callouts.
+2006-08-14  James Hawkins <truiken@gmail.com>
 
-       * include/queue.h, include/wine/winuser16.h, windows/clipboard.c,
-         windows/focus.c, windows/hook.c, windows/input.c,
-         windows/message.c, windows/queue.c, windows/timer.c,
-         windows/user.c, windows/win.c, windows/winpos.c,
-         dlls/x11drv/desktop.c:
-       Avoid using GetFastQueue16 from USER.
+       * dlls/msi/files.c:
+       msi: Non-compressed files may come before the list of compressed files in the
+       file sequence.
 
-       * dlls/user/text.c, include/winuser.h:
-       Travis Michielsen <tjmichielsen@yahoo.com>
-       Fully implement DrawTextEx* functions.
+2006-08-14  Andrew Talbot <Andrew.Talbot@talbotville.com>
 
-       * dlls/comctl32/propsheet.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Be a bit more graceful on NULL property sheet titles.
+       * dlls/cabinet/tests/extract.c:
+       cabinet/tests: Write-strings warnings fix.
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - On TB_SETIMAGELIST retrieve new values of the bitmap width and
-         height (fixes overlap of image and text in IE4).
-       - Handle return codes from TBN_DROPDOWN (allows a "dropdown" to be
-         treated like a regular button).
-       - Implement TBN_BEGINDRAG and TBN_ENDDRAG in WM_LBUTTON{DOWN|UP} (not
-         necessary but done by native).
-       - Implement NM_RELEASEDCAPTURE and NM_CLICK.
+       * dlls/dnsapi/tests/name.c:
+       dnsapi/tests: Write-strings warnings fix.
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Add values to describe return values from WM_NOTIFY of TBN_DROPDOWN.
+2006-08-13  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * Make.rules.in:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Correct man page spec directory.
-
-2001-07-25  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/winpos.c, windows/x11drv/event.c, loader/ne/module.c,
-         memory/global.c, memory/local.c, memory/registry.c,
-         msdos/dosaspi.c, objects/bitmap.c, objects/region.c,
-         objects/text.c, relay32/builtin32.c, scheduler/critsection.c,
-         scheduler/thread.c, win32/device.c, windows/driver.c,
-         windows/input.c, windows/keyboard.c, windows/painting.c,
-         graphics/enhmetafiledrv/graphics.c,
-         graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c,
-         graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c,
-         graphics/metafiledrv/text.c, graphics/win16drv/graphics.c,
-         graphics/x11drv/bitmap.c, graphics/x11drv/clipping.c,
-         graphics/x11drv/codepage.c, graphics/x11drv/oembitmap.c,
-         graphics/x11drv/text.c, if1632/builtin.c, if1632/relay.c,
-         if1632/thunk.c, dlls/winsock/async.c, dlls/wsock32/protocol.c,
-         graphics/painting.c, dlls/user/network.c, dlls/winaspi/winaspi16.c,
-         dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
-         dlls/winmm/mciwave/mciwave.c, dlls/winmm/wineoss/audio.c,
-         dlls/winmm/wineoss/midi.c, dlls/msacm/driver.c, dlls/ntdll/rtl.c,
-         dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ole32/bindctx.c,
-         dlls/ole32/errorinfo.c, dlls/ole32/moniker.c, dlls/ole32/ole2nls.c,
-         dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut.c,
-         dlls/oleaut32/stubs.c, dlls/richedit/richedit.c,
-         dlls/setupapi/devinst.c, dlls/setupapi/infparse.c,
-         dlls/setupapi/virtcopy.c, dlls/shell32/memorystream.c,
-         dlls/shell32/shellstring.c, dlls/shell32/systray.c,
-         dlls/shlwapi/regstream.c, dlls/ttydrv/graphics.c,
-         controls/desktop.c, controls/icontitle.c, controls/static.c,
-         dlls/comctl32/ipaddress.c, dlls/commdlg/filedlg95.c,
-         dlls/commdlg/filedlgbrowser.c, dlls/ddraw/d3ddevice/main.c,
-         dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dexecutebuffer.c,
-         dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c,
-         dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c,
-         dlls/ddraw/helper.c, dlls/dplayx/dplaysp.c,
-         dlls/dplayx/dplayx_global.c, dlls/kernel/toolhelp.c,
-         dlls/kernel/wowthunk.c, dlls/mpr/mpr_main.c, controls/combo.c:
-       Removed unnecessary inclusion of heap.h.
-
-2001-07-24  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/enhmetafiledrv/init.c, include/enhmetafile.h,
-         include/gdi.h, objects/enhmetafile.c:
-       Removed enhmetafile.h. Simplified ENHMETAFILEOBJ structure a bit.
-
-       * include/heap.h, include/module.h, loader/elf.c, loader/loadorder.c,
-         loader/module.c, msdos/int21.c, relay32/snoop.c,
-         windows/clipboard.c, dlls/user/lstr.c, dlls/wineps/afm.c,
-         dlls/wineps/escape.c, dlls/wineps/init.c, dlls/wineps/ppd.c,
-         dlls/wineps/truetype.c, dlls/winmm/mci.c, dlls/winmm/mmsystem.c,
-         files/dos_fs.c, files/drive.c, files/profile.c, graphics/driver.c,
-         graphics/env.c, graphics/win16drv/prtdrv.c,
-         graphics/x11drv/xfont.c, if1632/snoop.c, dlls/comctl32/propsheet.c,
-         dlls/gdi/printdrv.c, dlls/kernel/format_msg.c,
-         dlls/setupapi/setupx_main.c, dlls/shell32/iconcache.c,
-         dlls/shell32/shelllink.c:
-       Removed HEAP_strdupA.
-
-       * dlls/wineps/data/Palatino_BoldItalic.c,
-         dlls/wineps/data/Palatino_Italic.c,
-         dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
-         dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
-         dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
-         dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
-         dlls/wineps/data/agl.h, dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
-         dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
-         dlls/wineps/data/Helvetica_Bold.c,
-         dlls/wineps/data/Helvetica_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c,
-         dlls/wineps/data/Helvetica_Oblique.c,
-         dlls/wineps/data/NewCenturySchlbk_Bold.c,
-         dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
-         dlls/wineps/data/NewCenturySchlbk_Italic.c,
-         dlls/wineps/data/NewCenturySchlbk_Roman.c,
-         dlls/wineps/data/Palatino_Bold.c, dlls/wineps/mkagl.c,
-         dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make built-in font data read-only.
-
-       * objects/dcvalues.c:
-       Got rid of all the ugly macros.
-
-       * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/glyphlist.c,
-         dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Modify init code to handle const data types.
-
-       * dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
-         dlls/user/Makefile.in, dlls/user/comm16.c, dlls/user/user_main.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Move 16-bit COMM code to USER dll.
-
-       * controls/button.c, controls/combo.c, controls/edit.c,
-         controls/icontitle.c, controls/listbox.c, controls/scroll.c,
-         controls/static.c:
-       Jukka Heinonen <jhei@iki.fi>
-       WNDPROC handlers now check whether HWND argument is valid.
-
-       * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec,
-         dlls/oleaut32/olefont.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       OLEAUT32.DllGetClassObject and support for the Ole StdFont added (just
-       giving back a 8 point System font for now).
-
-       * objects/dcvalues.c, scheduler/critsection.c, scheduler/sysdeps.c,
-         scheduler/thread.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
-
-2001-07-23  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/ntdll/signal_i386.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c,
-         dlls/ole32/ifs.h, dlls/ole32/ole2.c, dlls/oleaut32/ole2disp.c,
-         dlls/oleaut32/ole2disp.h, dlls/oleaut32/typelib.c,
-         dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c,
-         dlls/shell32/shlmenu.c, include/ole.h,
-         dlls/lzexpand/lzexpand_main.c, dlls/msvcrt/cpp.c,
-         dlls/msvcrt/exit.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.h:
-       Patrik Stridvall <ps@leissner.se>
-       - Made sure that the files that contains the declarations
-         of the implementated functions are included.
-       - Corrected mismatching prototypes.
-       - Cleaned up the include section.
-
-       * dlls/wineps/font.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Use Windows metrics for font scaling.
-
-       * tools/winapi/config.pm, tools/winapi/options.pm,
-         tools/winapi/output.pm, tools/winapi/winapi_check_options.pm,
-         tools/winapi/winapi_extract,
-         tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup,
-         tools/winapi/winapi_fixup_options.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_function.pm,
-         tools/winapi_check/winapi_global.pm,
-         tools/winapi_check/winapi_local.pm,
-         tools/winapi_check/winapi_options.pm,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Yet another major reorganization and a few new features.
-
-       * files/file.c, server/file.c:
-       Bernhard Rosenkraenzer <bero@redhat.de>
-       Set executable permissions when creating .exe/.com files.
+       * programs/winedbg/gdbproxy.c:
+       winedbg: Correctly protect system inclusion (needed for Mingw compilation).
 
-       * dlls/msvcrt/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Pass handle to GetFileType, not MSVCRT fd.
+2006-08-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Rewrite BuildCommDCB16 to depend on BuildCommDCB, not vice-versa.
-
-       * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/glyphlist.c, dlls/wineps/mkagl.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Only index glyph names when necessary.
-
-       * include/loadorder.h, include/metafile.h, include/module.h,
-         include/options.h, loader/loadorder.c, loader/main.c,
-         loader/module.c, loader/ne/module.c, misc/options.c,
-         objects/font.c, objects/metafile.c, windows/class.c,
-         windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c,
-         dlls/wineps/bitmap.c, dlls/x11drv/x11drv_main.c,
-         graphics/win16drv/prtdrv.c, graphics/x11drv/bitblt.c,
-         graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c,
-         graphics/x11drv/palette.c, debugger/debugger.h, debugger/info.c,
-         debugger/memory.c, debugger/module.c, debugger/msc.c,
-         debugger/winedbg.c, dlls/ddraw/ddraw/hal.c,
-         dlls/ddraw/ddraw/main.c, dlls/ddraw/direct3d/main.c,
-         dlls/ddraw/direct3d/mesa.c, dlls/ddraw/helper.c,
-         dlls/gdi/printdrv.c, dlls/setupapi/virtcopy.c:
-       Removed some unnecessary includes.
-
-2001-07-22  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/wineps/afm.c, dlls/wineps/data/agl.c, dlls/wineps/data/agl.h,
-         dlls/wineps/mkagl.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Eliminate UNICODEVECTOR data type.
-
-       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
-         include/wine_gl.h:
-       Commented out references to x11drv internals from MESA code.
-
-       * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c,
-         graphics/win16drv/brush.c, graphics/win16drv/font.c,
-         graphics/win16drv/objects.c, graphics/win16drv/pen.c,
-         include/win16drv.h, dlls/ttydrv/objects.c, dlls/wineps/brush.c,
-         dlls/wineps/font.c, dlls/wineps/objects.c, dlls/wineps/pen.c,
-         dlls/wineps/psdrv.h:
-       Removed some direct accesses to GDI internal pen/brush/font
-       structures.
-
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - If the class of the window is a known standard, then format the name
-         of the WM_USER+nnn messages if possible.
-       - Fix case where the classname returned was truncated and not printed
-         at all.
-       - Issue errors if either the Notify or common control messasge lists
-         are out of order.
-       - Prepare to dump out control block structures pointed to by lparam
-         for messages.
-
-       * dlls/ttydrv/bitmap.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
-         dlls/wineps/init.c, graphics/enhmetafiledrv/init.c,
-         graphics/metafiledrv/init.c, graphics/win16drv/init.c,
-         graphics/x11drv/dib.c, graphics/x11drv/init.c, include/bitmap.h,
-         include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/dib.c,
-         dlls/gdi/wing.c:
-       Moved the 16-bit pointer to the DIB bits out of the driver-specific
-       structure and into the main bitmap structure. Removed
-       CreateDIBSection16 from the driver interface.
-
-       * controls/menu.c, dlls/shell32/shell32_main.c, include/heap.h, windows/mdi.c:
-       Got rid of HEAP_strdupW.
-
-       * dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/Courier.c,
-         dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
+       * configure, configure.ac, dlls/kernel/Makefile.in,
+         dlls/ws2_32/Makefile.in, include/config.h.in,
+         programs/winedbg/Makefile.in, server/Makefile.in:
+       configure: Only link against libpoll where really necessary.
+
+2006-08-14  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c,
+         include/wintrust.h:
+       wintrust: Added stubbed WintrustRemoveActionID.
+
+2006-08-14  Frank Richter <frank.richter@gmail.com>
+
+       * dlls/user/sysparams.c:
+       user: Fix SPI_SETICONTITLELOGFONT to check for LOGFONTW size.
+
+       * dlls/user/sysparams.c:
+       user: Initialize size of nonclients struct in load_nonclient_metrics.
+
+2006-08-14  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, libs/wine/Makefile.in:
+       libwine: Also set the current library version for MacOS.
+
+       * configure, configure.ac:
+       configure: Suppress multiple definitions warnings from the MacOS linker.
+
+       * server/request.c, server/request.h, server/signal.c:
+       server: Make sure to completely kill processes before returning from a
+       wineserver -k.
+
+       * server/process.c, server/process.h, server/thread.c:
+       server: Send a SIGKILL to processes that don't terminate properly.
+
+2006-08-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/ole2.c:
+       ole32: Avoid a warning for VT_FILETIME in PropVariantCopy.
+
+2006-08-13  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * programs/winedbg/symbol.c:
+       winedbg: Fixed the symbol lookup so that it can really find _foo when looking
+       for foo.
+
+       * programs/winedbg/stack.c:
+       winedbg: Native dbghelp can modify the passed debug context in StackWalk,
+       so guard against it.
+
+       * programs/winedbg/Makefile.in, programs/winedbg/tgt_active.c:
+       winedbg: Don't ask for module inspection when calling SymInitialize.
+
+2006-08-14  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Clean up AcceptSecurityContext (reduce indent and duplication).
+
+2006-08-14  Frank Richter <frank.richter@gmail.com>
+
+       * dlls/uxtheme/msstyles.c, dlls/uxtheme/system.c:
+       uxtheme: Set non-client metrics from theme.
+
+       * dlls/uxtheme/msstyles.c:
+       uxtheme: Split color handling out of MSSTYLES_ParseThemeIni into smaller
+       helper functions.
+
+       * dlls/uxtheme/msstyles.c, dlls/uxtheme/system.c:
+       uxtheme: Enable gradient captions if a theme provides colors for them.
+
+2006-08-14  Shachar Shemesh <wine@shemesh.biz>
+
+       * fonts/system.sfd:
+       fonts: Add Hebrew to the system font.
+
+2006-08-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Put the HeapFree back in the right place.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Use PropVariantInit instead of memset.
+
+2006-08-14  Robert Reif <reif@earthlink.net>
+
+       * include/Makefile.in, include/dsgetdc.h:
+       include: Add dsgetdc.h.
+
+       * dlls/advapi32/lsa.c:
+       advapi32: Move duplicated code into function.
+
+       * dlls/advapi32/tests/lsa.c, dlls/advapi32/tests/security.c:
+       advapi32: Try again with different access mask if LsaOpenPolicy fails with
+       STATUS_ACCESS_DENIED.
+
+2006-08-14  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/dispatcher.c, dlls/secur32/ntlm.c:
+       secur32: Fix heap error.
+
+2006-08-13  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Add handling for SECPKG_CONTEXT_FLAGS to QueryContextAttributes,
+       unify indentation.
+
+2006-08-14  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Cast helper to ULONG_PTR instead of DWORD.
+
+2006-08-13  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c, dlls/secur32/tests/ntlm.c:
+       secur32: Implement simple VerifySignature.
+
+2006-08-12  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/dispatcher.c, dlls/secur32/ntlm.c,
+         dlls/secur32/secur32_priv.h, dlls/secur32/tests/ntlm.c:
+       secur32: Implement simple MakeSignature.
+
+2006-08-14  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Make AcceptSecurityContext behaviour consistent with Windows.
+
+2006-08-13  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Conformance test for olefont:AddRefHfont.
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Conformance test for olefont:ReleaseHfont.
+
+2006-08-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Calculate icon data if the picture is dirty, or there's no icon data.
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Print an IID in the trace, not just a pointer to it.
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Don't complain when PICTDESC->cbSizeofstruct is 0.
+
+       * dlls/ole32/hglobalstream.c:
+       ole32: Always set pcbWritten when writing a stream.
+
+       * dlls/ole32/ole2.c:
+       ole32: FreePropVariantArray should return an error if rgvars is null.
+       As suggested by Rob Shearman.
+
+2006-08-14  Frank Richter <frank.richter@gmail.com>
+
+       * dlls/uxtheme/system.c:
+       uxtheme: Don't back up colors etc. when a theme is already active.
+
+2006-08-14  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/view/Ko.rc:
+       view: Updated Korean resource.
+
+2006-08-12  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Add more LookupAccountSid tests.
+
+       * dlls/advapi32/security.c:
+       advapi32: Add more SIDs to AccountLookupSid.
+
+       * dlls/netapi32/access.c:
+       netapi32: NetUserModalsGet bug fixes and cleanup.
+
+2006-08-13  Phil Costin <philcostin@hotmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Fix vertex shader corruption issue.
+
+2006-08-13  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * programs/winedbg/memory.c:
+       winedbg: Print 64bit integers with wine_dbgstr_longlong.
+
+2006-08-13  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/advpack/tests/files.c:
+       advpack/tests: Write-strings warnings fix.
+
+       * dlls/advapi32/tests/security.c:
+       advapi32/tests: Write-strings warnings fix.
+
+2006-08-12  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/winetest/main.c:
+       winetest: Write-strings warnings fix.
+
+       * programs/taskmgr/dbgchnl.c:
+       taskmgr: Write-strings warnings fix.
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32/tests: Write-strings warnings fix.
+
+2006-08-12  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/typelib.c:
+       oleview: Improved interface handling in idl viewer.
+
+2006-08-12  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsio.c:
+       mshtml: Remove no longer used get_nsIURI.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/tests/protocol.c:
+       mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in about protocol handler's
+       CombineUrl.
+
+2006-08-11  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/widltypes.h:
+       widl: Improve pointer null checking logic.
+
+       * tools/widl/parser.y, tools/widl/typegen.c, tools/widl/widltypes.h:
+       widl: Use ref_type to simplify some code.
+
+2006-08-11  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/security.c:
+       advapi32: Add some more well known SIDs.
+
+2006-08-11  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Added test to check if olefont:IFont_QueryInterface increments
+       ref counter.
+
+2006-08-11  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/action.c, dlls/msi/tests/package.c:
+       msi: If a component's state is not local, source, or default, default to the
+       local state.
+
+2006-08-11  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
+         dlls/crypt32/tests/main.c:
+       crypt32: Improve undocumented functions.
+       - Test and implement I_CryptGetDefaultCryptProv (and correct its
+       parameter list)
+       - I_CryptReadTrustedPublisherDWORDValueFromRegistry always initializes
+       its out parameter, correct and show with a test.
+
+       * dlls/msi/tokenize.c:
+       msi: Use wide char strings for token values to avoid an unnecessary
+       WideCharToMultiByte.
+
+2006-08-11  Alexandre Julliard <julliard@winehq.org>
+
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/relay.c,
+         tools/winebuild/res16.c, tools/winebuild/res32.c,
+         tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+         tools/winebuild/utils.c:
+       winebuild: Added output() function to properly deal with write errors.
+
+2006-08-11  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c:
+       widl: Don't generate indentation spaces on empty lines.
+
+2006-08-11  Alexandre Julliard <julliard@winehq.org>
+
+       * loader/pthread.c:
+       loader: Exit the whole process when killing the last thread.
+
+2006-08-11  Kirill K. Smirnov <lich@math.spbu.ru>
+
+       * programs/winhelp/hlpfile.c:
+       winhelp: Fix LZ77 decompressor.
+
+2006-08-11  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msi/tests/install.c, dlls/msi/tests/package.c:
+       msi/tests: Write-strings warnings fix.
+
+       * dlls/msi/files.c:
+       msi: Write-strings warning fix.
+
+       * dlls/version/install.c:
+       version: Write-strings warnings fix.
+
+2006-08-11  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/tests/main.c:
+       crypt32/tests: Only load crypt32 once.
+
+2006-08-11  Robert Reif <reif@earthlink.net>
+
+       * include/lmaccess.h:
+       lmaccess.h: Add some LOCALGROUP defines.
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/process.c, include/winbase.h:
+       kernel32: Add IsWow64Process.
+
+2006-08-11  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/wldap32/ber.c, dlls/wldap32/init.c:
+       wldap32: Write-strings warnings fix.
+
+2006-08-11  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Set the CLSID_Internet shell folder's attributes.
+
+2006-08-11  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/infosoft/infosoft_main.c, dlls/infosoft/wordbreaker.c,
+         dlls/uuid/uuid.c, include/.gitignore, include/Makefile.in,
+         include/indexsrv.idl, include/indexsvr.idl:
+       include: Rename indexsvr.idl to indexsrv.idl.
+
+       * dlls/infosoft/wordbreaker.c:
+       infosoft: Use the pfnFillTextBuffer function to refresh the buffer.
+
+2006-08-10  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/infosoft/infosoft_main.c, dlls/infosoft/wordbreaker.c,
+         tools/wine.inf:
+       infosoft: Implement and register the language neutral wordbreaker, not the
+       English_US one.
+
+2006-08-10  Aric Stewart <aric@codeweavers.com>
+
+       * dlls/user/menu.c:
+       user: Implement MNS_NOTIFYBYPOS.
+
+2006-08-11  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Remove some macros and clean up the code now that all platforms use
+       siginfo.
+
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Switch linux to siginfo-style signal handling.
+
+2006-08-11  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/pstorec/Makefile.in,
+         dlls/pstorec/pstorec.c, dlls/pstorec/pstorec.spec:
+       pstorec: Add a stub implementation.
+
+2006-08-10  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Removes stub message from olefont:OLEFontImpl_FindConnectionPoint.
+
+2006-08-10  Molle Bestefich <molle.bestefich@gmail.com>
+
+       * tools/bug_report.pl:
+       bug_report.pl: Use correct 'wine --version' syntax.
+
+2006-08-10  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c,
+         tools/widl/widl.h:
+       widl: Fix incorrect version number in generated code.
+
+2006-08-11  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/shell32/shell32_Ko.rc:
+       shell32: Updated Korean resource.
+
+2006-08-11  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Fix opengl extension call.
+
+2006-08-10  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/files.c, dlls/msi/tests/package.c:
+       msi: Only remove a file if the version to be installed is strictly newer than
+       the old file.
+
+2006-08-10  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/regedit/treeview.c:
+       regedit: Write-strings warnings fix.
+
+       * dlls/wininet/tests/http.c:
+       wininet/tests: Write-strings warnings fix.
+
+2006-08-10  Phil Krylov <phil@newstar.rinet.ru>
+
+       * dlls/riched20/editor.c:
+       riched20: Accept RTF header without a version number.
+
+       * dlls/riched20/reader.c:
+       riched20: Accept RTF group tokens inside colortbl destination.
+
+2006-08-10  Jan Zerebecki <jan.wine@zerebecki.de>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Fix spelling in a comment.
+
+2006-08-10  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Implement CompleteAuthToken for NTLM.
+
+2006-08-10  Alexandre Julliard <julliard@winehq.org>
+
+       * server/fd.c, server/file.h, server/mailslot.c, server/named_pipe.c,
+         server/process.c, server/queue.c, server/registry.c,
+         server/request.c, server/serial.c, server/thread.c, server/timer.c,
+         server/trace.c, server/winstation.c:
+       server: Only call gettimeofday once per poll loop.
+
+2006-08-04  Tijl Coosemans <tijl@ulyssis.org>
+
+       * dlls/kernel/tests/file.c:
+       kernel/tests: Increase requested file size in two tests to hit FreeBSD file
+       size limit.
+
+2006-08-10  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.19.
+
+----------------------------------------------------------------
+2006-08-08  Colin Pitrat <colin.pitrat@bull.net>
+
+       * tools/bug_report.pl, tools/make_authors, tools/winapi/config.pm,
+         tools/winapi/make_filter, tools/winapi/msvcmaker,
+         tools/winapi/nativeapi.pm, tools/winapi/winapi_check,
+         tools/winapi/winapi_extract, tools/winapi/winapi_fixup,
+         tools/winapi/winapi_module_user.pm, tools/winapi/winapi_test,
+         tools/winedump/function_grep.pl:
+       tools: Check for open return code in Perl scripts.
+
+2006-08-09  Matt Finnicum <mattfinn@gmail.com>
+
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Add conformance tests for WM_SETFONT.
+
+2006-08-09  Ken Myers <kmyers@ucla.edu>
+
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editstr.h,
+         dlls/riched20/tests/editor.c:
+       riched20: Implement EM_EXLIMITTEXT, EM_GETLIMITTEXT and tests.
+
+2006-08-09  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/oid.c, dlls/crypt32/tests/oid.c:
+       crypt32: Implement CryptRegisterDefaultOIDFunction and
+       CryptUnregisterDefaultOIDFunction.
+
+2006-08-09  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/setupapi/install.c:
+       setupapi: Fix handling of inf paths that are quoted (due to spaces, typically).
+
+2006-08-09  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/typegen.c:
+       widl: Add ref_type (dereference typedefs) and use it.
+
+2006-08-09  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/ddraw/main.c, dlls/gdi/font.c, dlls/setupapi/misc.c,
+         dlls/setupapi/stringtable.c:
+       janitorial: Removed the rest of the redundant NULL checks before HeapFree.
+
+2006-08-09  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/version/tests/info.c, dlls/version/tests/install.c:
+       version/tests: Write-strings warnings fix.
+
+       * dlls/wineps.drv/init.c:
+       wineps.drv: Write-strings warnings fix.
+
+2006-08-10  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/user/static.c:
+       user32: Remember to draw the icon when SS_CENTERIMAGE is set.
+
+2006-08-10  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
+
+       * dlls/shell32/shell32_No.rc:
+       shell32: Updated Norwegian Bokmål resources.
+
+       * dlls/mshtml/No.rc:
+       mshtml: Updated Norwegian Bokmål resources.
+
+2006-08-09  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/files.c, dlls/msi/package.c:
+       msi: Download install cabinet files if the msi package is remote.
+
+2006-08-09  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
+         dlls/crypt32/tests/main.c:
+       crypt32: Add a couple stubs, and implement the undocumented
+       I_CryptReadTrustedPublisherDWORDValueFromRegistry.
+
+2006-08-09  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Surface pitch fix.
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Draw buffers support.
+
+2006-08-09  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/d3d9/device.c, dlls/d3d9/tests/device.c, dlls/wined3d/device.c:
+       wined3d: Minor cursor fixes.
+
+2006-08-08  Clinton Stimpson <clinton@elemtech.com>
+
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Fix crash with NULL lParam in EM_SETTEXTEX.
+
+2006-08-08  Paul Chitescu <pchitescu@voip.null.ro>
+
+       * dlls/wininet/netconnection.c:
+       wininet: MSG_WAITALL support in NETCON_recv with SSL.
+
+2006-08-09  Tijl Coosemans <tijl@ulyssis.org>
+
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
+       msvcrt: Rename _execve to MSVCRT__execve.
+
+2006-08-09  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c:
+       dbghelp: Made stabs parsing a bit more robust.
+       Enhance dbghelp's robustness against bogus stabs sections found in
+       meetro.exe (as reported by Jan Zerebecki).
+
+2006-08-09  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/msi/database.c:
+       msi: Support MSIDBOPEN_CREATEDIRECT and MSIDBOPEN_DIRECT in MSI_OpenDatabaseW.
+
+       * dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Forward NdrClientCall to NdrClientCall2.
+       NdrClientCall should be implemented as a separate function when
+       NdrClientCall2 has been factorised enough.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Add some more traces and make the stack offsets easier to read in the
+       stubless interpreter.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Change call_memory_sizer to preserve the buffer contents and
+       initialise the memory size field to zero before calling the memory
+       sizer function.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Set retval_ptr and allocate memory for out pointers for the old format
+       stubless intepreter.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Support fixed arrays in calc_arg_size.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Complex types should be dereferenced an extra time in the old format
+       stubless code.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Fix the stack offset for the old format stubless code when an object's
+       method is being called.
+
+       * dlls/ole32/defaulthandler.c:
+       ole32: Add a check for NULL This->dataAdviseHolder in DefaultHandler_Stop.
+       Cleanup DefaultHandler_GetCanonicalFormatEtc by using
+       This->pDataDelegate instead of querying for IDataObject from
+       This->pOleDelegate.
+
+       * dlls/ole32/storage32.c:
+       ole32: Fix a typo in IEnumSTATSTGImpl_QueryInterface where IStorage was being
+       compared against instead of IEnumSTATSTG.
+
+       * dlls/ole32/moniker.c:
+       ole32: When comparing monikers use the abData field of MInterfacePointer
+       as ulCntData doesn't include the size of its own field.
+
+       * dlls/ole32/oleobj.c:
+       ole32: Zero stg in case ADVF_NODATA is specified.
+       Otherwise IDataObject_GetData fails before using it in
+       DataAdviseHolder_SendOnDataChange.
+
+       * include/rpcproxy.h:
+       include: Add DLL registration macros to rpcproxy.h for dlldata.c files.
+
+       * include/rpcproxy.h:
+       include: Fix rpcproxy.h to allow the compilation of dlldata.c files.
+       Add macros for generating the GetProxyDllInfo, DllGetClassObject and
+       DllCanUnloadNow functions.
+
+2006-08-09  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/ole32/regsvr.c:
+       ole32: Register the CLSID_Picture_Metafile and CLSID_Picture_Dib ProgIDs.
+
+       * dlls/msxml3/regsvr.c:
+       msxml3: DOMFreeThreadedDocument's thread model is Both, not Free.
+
+       * dlls/msi/regsvr.c:
+       msi: Link the WindowsInstaller.Installer ProgId back to the right CLSID.
+
+       * dlls/msi/regsvr.c:
+       msi: Change the CLSID_IMsiServer ProgId to IMsiServer to match Windows.
+
+2006-08-09  Francois Gouget <fgouget@free.fr>
+
+       * dlls/mlang/regsvr.c, include/mlang.idl:
+       mlang: Give the CLSIDs their proper names.
+       Move CLSID_CMultiLanguage and CLSID_CMLangConvertCharset to mlang.idl.
+       Leave CLSID_CMLangString in regsvr.c as MSDN claims it is not supported anymore.
+
+2006-08-09  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/shell32/regsvr.c:
+       shell32: Register CLSID_NetworkPlaces, CLSID_ShellFSFolder and
+       CLSID_ShellFolderViewOC.
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Register CLSID_CUrlHistory and CLSID_Internet.
+
+2006-08-09  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/user/menu.c:
+       user: Fix the keyboard navigation and some graphical glitches for multi-column
+       menus.
+
+2006-08-09  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * include/winerror.h:
+       winerror.h: Add some error codes.
+
+2006-08-09  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c, dlls/wined3d/pixelshader.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Fix GLSL regression / draw buffers support.
+
+2006-08-09  Frank Richter <frank.richter@gmail.com>
+
+       * dlls/shell32/shell32_De.rc:
+       shell32: Tweak and update German translation.
+
+2006-08-09  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/ddraw/device.c:
+       ddraw: Implement D3DRENDERSTATE_TEXTUREMAPBLEND.
+
+       * dlls/wined3d/device.c:
+       wined3d: Watch out for negative results when validating the shader constant
+       range.
+
+2006-08-08  Duane Clark <fpga@pacbell.net>
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: In text mode a ctrl-z signals EOF.
+       Spotted by David Hagood with test suggested by Dan Kegel.
+
+2006-08-09  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/user/cursoricon.c, dlls/user/tests/Makefile.in,
+         dlls/user/tests/cursoricon.c:
+       user: CopyImage: Handle the flags LR_COPYDELETEORG, LR_CREATEDIBSECTION,
+       and LR_MONOCHROME.
+
+2006-08-08  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user: Accept more flags in SetMenuItemInfo and ModifyMenu.
+       - Accept MFT_MENU{BAR}BREAK, MFT_RADIOCHECK, MFT_RIGHTJUSTIFY, and
+       MFT_RIGHTORDER in SetMenuItemInfo.
+       - InsertMenu, AppendMenu, ModifiyMenu: Accept MF_HILITE flag (undocumented).
+       - SetMenuItemInfo: Only use the lower word of the bitmap handle as
+       documented in MSDN (Word 95 depends on this).
+       - The type MFT_RADIOCHECK cannot be set if only the checkmarks are
+       modified with SetMenuItemInfo.
+       - New tests.
+
+2006-08-09  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Use moniker in AsyncOpen if channel is NULL.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Set nsURI's moniker in NewURI.
+
+       * dlls/mshtml/nsembed.c:
+       mshtml: Set nsURI's moniker in OnStartURILoad.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Don't crash in QueryInterface if uri is NULL.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Added default GetSpec implementation.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/tests/protocol.c:
+       mshtml: Return INET_E_USE_DEFAULT_PROTOCOLHANDLER in ResProtocolInfo::CombineUrl.
+
+       * dlls/mshtml/nsembed.c:
+       mshtml: Continue searching for Gecko if loading xpcom.dll failed.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c,
+         dlls/mshtml/persist.c:
+       mshtml: Store IMoniker in BSCallback.
+
+       * dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
+       mshtml: Added GetMoniker and SetMoniker methods to nsIWineURI.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h, dlls/mshtml/view.c:
+       mshtml: Create "Internet Explorer_Hidden" window.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsio.c, dlls/mshtml/persist.c:
+       mshtml: Load the page from moniker if we don't have nsIChannel.
+
+       * dlls/shdocvw/classinfo.c:
+       shdocvw: Return DIID_DWebBrowserEvents in GetGUID for WebBrowser_V1.
+
+2006-08-09  Huw Davies <huw@codeweavers.com>
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathUnquoteSpaces.
+
+2006-08-09  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c, dlls/secur32/tests/ntlm.c:
+       secur32: Make ntlm tests run on both WinXP and Win2k.
+
+       * dlls/secur32/tests/ntlm.c:
+       secur32: Add tests for MakeSignature, VerifySignature, EncryptMessage and
+       DecryptMessage.
+
+2006-08-09  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
+       shell32: IShellLink::SetPath removes quotes from the path.
+
+       * dlls/shell32/tests/shelllink.c:
+       shell32: Fix test compilation with MSVC6.
+
+2006-08-09  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/user_private.h, include/wine/server_protocol.h,
+         server/protocol.def, server/queue.c, server/trace.c:
+       server: Make the message extra info 64 bits on Win64.
+
+       * dlls/user/message.c, dlls/winex11.drv/keyboard.c,
+         dlls/winex11.drv/mouse.c, include/wine/server_protocol.h,
+         server/protocol.def, server/queue.c, server/request.h,
+         server/trace.c:
+       server: Split the queuing of hardware messages into a separate
+       send_hardware_message request.
+
+2006-08-03  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/recyclebin.c:
+       shell32: Add recyclebin.c file missing in previous commit.
+
+       * dlls/shell32/shell32_Pl.rc:
+       shell32: Update Polish translation.
+
+       * dlls/shell32/regsvr.c, dlls/shell32/shres.rc:
+       shell32: Add a custom icon for the trash folder.
+
+       * dlls/shell32/trash.c:
+       shell32: Add trash items enumeration.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/regsvr.c,
+         dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h,
+         dlls/shell32/shellole.c, dlls/shell32/shresdef.h,
+         dlls/shell32/trash.c, dlls/shell32/xdg.h:
+       shell32: Add a Trash virtual folder.
+
+2006-08-06  Yong Chi <yong28chi@yahoo.com>
+
+       * dlls/ddraw/direct3d.c:
+       ddraw: Fix for incorrect return value from wined3d.
+
+2006-08-09  Alexandre Julliard <julliard@winehq.org>
+
+       * .gitignore, Make.rules.in:
+       Make.rules: Added rules for client/proxy/server generation from IDL files.
+
+       * programs/explorer/desktop.c:
+       explorer: Never paint the desktop when using the X root window.
+
+2006-08-08  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/oid.c:
+       crypt32: Trace key type in CryptFindOIDInfo.
+
+2006-08-09  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/user/resources/user32_Ko.rc:
+       user32: Updated Korean resource.
+
+2006-08-09  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/exit.c,
+         dlls/msvcrt/file.c, dlls/msvcrt/process.c:
+       msvcrt: Remove redundant NULL checks before MSVCRT_free.
+
+       * dlls/comdlg32/filedlg.c:
+       comdlg32: Remove redundant NULL checks before MemFree.
+
+2006-08-08  Matt Finnicum <mattfinn@gmail.com>
+
+       * programs/wordpad/wordpad.c:
+       wordpad: Request WS_VSCROLL now that riched20 supports it.
+
+       * dlls/riched20/editor.c, dlls/riched20/paint.c:
+       riched20: Implement EM_SHOWSCROLLBAR, EM_SETSCROLLPOS, ES_DISABLENOSCROLL,
+       and WS_VSCROLL.
+
+2006-08-08  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/package.c:
+       msi: Add tests for the RemoveFiles action.
+
+2006-08-08  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/user/tests/sysparams.c:
+       user/tests: Write-strings warnings fix.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/tests/ordinal.c,
+         dlls/shlwapi/tests/shreg.c:
+       shlwapi/tests: Write-strings warnings fix.
+
+2006-08-08  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/tests/Makefile.in, dlls/secur32/tests/main.c,
+         dlls/secur32/tests/ntlm.c:
+       secur32: Move NTLM tests to ntlm.c to avoid cluttering main.c with NTLM-specific
+       tests.
+
+2006-08-08  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+       rsaenh: Test and fix CryptEncrypt with NULL buffer.
+
+2006-08-08  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: ScriptItemize will break up the string into script_items.
+
+2006-08-07  Francois Gouget <fgouget@codeweavers.com>
+
+       * configure, configure.ac:
+       configure: Fix the linux/ipx.h detection.
+
+2006-08-08  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Volume texture addressing caps.
+
+       * dlls/wined3d/directx.c:
+       wined3d: Shader declaration cap fixes.
+
+2006-08-08  Matt Finnicum <mattfinn@gmail.com>
+
+       * dlls/riched20/run.c:
+       riched20: Modify ME_CharFromPoint to work properly with password controls.
+
+2006-08-08  Samuel Lidén Borell <samuellb@bredband.net>
+
+       * dlls/mshtml/Sv.rc, dlls/mshtml/rsrc.rc:
+       mshtml: Add Swedish translation.
+
+2006-08-08  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       wined3d: Shader cap fixes.
+
+2006-08-04  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/user/user_main.c, programs/explorer/desktop.c:
+       user: Make ExitWindowsEx asynchronous by deferring the real work to the
+       explorer process.
+
+2006-08-08  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Use case insensitive comparisons when comparing paths.
+
+2006-08-07  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
+         dlls/msi/msipriv.h, dlls/msi/package.c:
+       msi: Fix the compressed files logic.
+       If the compressed file attribute is not set, use the Word Count
+       property to determine if files are compressed.
+
+2006-08-08  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/shell32/shell32_Ko.rc:
+       shell32: Updated Korean resource.
+
+2006-08-08  Jan Zerebecki <jan.wine@zerebecki.de>
+
+       * dlls/wined3d/device.c:
+       wined3d: Stub out remaining renderstates.
+
+       * dlls/wined3d/device.c:
+       wined3d: Correct check for GL ext. support in MULTISAMPLEANTIALIAS.
+
+       * dlls/wined3d/device.c:
+       wined3d: Add missing newline at the end of traces.
+
+       * dlls/wined3d/device.c, dlls/wined3d/wined3d_main.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Registry setting for the amount of simulated texture memory.
+       Set VideoMemorySize under HKCU\Software\Wine\Direct3D to amount in MB
+       as string.
+
+2006-08-07  Francois Gouget <fgouget@codeweavers.com>
+
+       * tools/wine.inf:
+       wine.inf: lnkfile\shellex\ContextMenuHandlers\... is not supposed to have a
+       default value.
+
+       * tools/wine.inf:
+       wine.inf: Don't create a fake exe and change the name at the same time.
+       This confuses installers that think said exes can be run when this is
+       not the case and cannot work.
+
+       * tools/wine.inf:
+       wine.inf: Use %CurrentVersionNT% wherever applicable.
+
+       * dlls/mlang/regsvr.c:
+       mlang: Fix the 'Multi Language String' CLSID: there is no
+       {44EC053A-B70D-11D0-B188-00AA0038C969} CLSID in the Windows registry.
+
+       * include/shlguid.h:
+       shell32: Add CLSID_CUrlHistory and CLSID_CURLSearchHook.
+
+       * dlls/inseng/Makefile.in, dlls/inseng/inseng.spec,
+         dlls/inseng/inseng_main.c, dlls/inseng/regsvr.c:
+       inseng: Switch to the standard regsvr.c registration code.
+       Now the CLSID_DLManager and CLSID_ActiveSetupEng keys get proper display names.
+       This also gives us DllUnregisterServer() for free.
+
+       * dlls/itss/regsvr.c:
+       itss: Register CLSID_ITSProtocol. Tweak the registration code (via copy/paste)
+       so we can register its VersionIndependentProgID.
+
+       * dlls/oleaut32/regsvr.c:
+       oleaut32: Set some missing ProxyStubClsid fields.
+
+       * dlls/ole32/regsvr.c:
+       ole32: Add a BaseInterface where needed.
+
+2006-08-07  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Textureops caps fix.
+
+2006-08-07  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/user/tests/sysparams.c, dlls/user/tests/text.c:
+       user/tests: Write-strings and cast-qual warnings fix.
+
+       * dlls/shell32/dialogs.c, dlls/shell32/shellord.c:
+       shell32: Write-strings warnings fix.
+
+2006-08-07  James Hawkins <truiken@gmail.com>
+
+       * dlls/wintrust/wintrust_main.c:
+       wintrust: Always return ERROR_SUCCESS in WinVerifyTrust.
+
+       * dlls/msi/tests/package.c:
+       msi: Add tests for MsiGetProperty.
+
+2006-08-07  Alexandre Julliard <julliard@winehq.org>
+
+       * aclocal.m4, configure:
+       configure: Fixed soname detection on MacOS by using otool instead of ldd.
+
+2006-08-05  Kevin Koltzau <kevin@plop.org>
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/hid/Makefile.in, dlls/hid/hid.spec, dlls/hid/main.c,
+         dlls/hid/version.rc:
+       hid: Initial implementation.
+
+2006-08-07  Ulrich Czekalla <ulrich@codeweavers.com>
+
+       * dlls/wininet/internet.c:
+       wininet: Add INTERNET_OPTION_SECURITY_FLAGS stub to InternetSetOptionW.
+
+2006-08-07  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/paint.c, dlls/riched20/para.c,
+         dlls/riched20/undo.c, dlls/riched20/wrap.c:
+       riched20: New, clean, simple selection repaint logic - should fix all outstanding
+       refresh issues.
+
+2006-08-07  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d9/d3d9.spec, dlls/d3d9/d3d9_main.c:
+       d3d9: Stub D3DPERF_ functions.
+
+       * dlls/wined3d/query.c, include/wine/wined3d_gl.h:
+       wined3d: Allow async occlusion queries.
+
+       * dlls/wined3d/query.c:
+       wined3d: Improve a few query traces.
+       The query type is useful to have in query TRACEs.
+       IWineD3DQueryImpl_GetDataSize isn't really a stub.
+
+       * dlls/wined3d/query.c:
+       wined3d: Check Occlusion query GL calls.
+
+       * dlls/wined3d/utils.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_types.h:
+       wined3d: Add a couple of traces to the vertexdeclaration creation code.
+
+2006-08-07  Alexandre Julliard <julliard@winehq.org>
+
+       * Make.rules.in, Makefile.in, dlls/Makedll.rules.in,
+         dlls/Makeimplib.rules.in, dlls/wineps.drv/Makefile.in,
+         documentation/Makefile.in, fonts/Makefile.in, include/Makefile.in,
+         libs/wine/Makefile.in, loader/Makefile.in, programs/Makefile.in,
+         programs/Makeprog.rules.in, programs/winedbg/Makefile.in,
+         programs/winemenubuilder/Makefile.in, server/Makefile.in,
+         tools/Makefile.in, tools/widl/Makefile.in, tools/winapi/Makefile.in,
+         tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+         tools/winegcc/Makefile.in, tools/wmc/Makefile.in,
+         tools/wrc/Makefile.in:
+       makefiles: Use make dependencies to create installation directories.
+       This avoids a lot of redundant calls to mkinstalldirs.
+
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Get rid of the Linux legacy signal stack switching.
+       It doesn't work right in 32-bit code anyway.
+
+2006-08-05  Tijl Coosemans <tijl@ulyssis.org>
+
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Cleanup signal_i386.c a bit and fix *BSD.
+
+2006-08-07  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/defaulthandler.c:
+       ole32: Tell the advise holder what the data delegate is in DefaultHandle_DAdvise
+       if we are already connected.
+
+       * dlls/ole32/oleobj.c:
+       ole32: Finish off delegate notifications in the data advise holder.
+       Advise the data delegate object when new advises come in on the data
+       advise holder, not just when connecting.
+       Unadvise the data delegate object when unadvising a connection on the
+       data advise holder, when destructing the data advise holder and when
+       disconnecting.
+
+2006-08-06  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/mouse.c:
+       dinput: Signal event after we queued an event. Not before.
+
+2006-08-05  Robert Reif <reif@earthlink.net>
+
+       * dlls/netapi32/Makefile.in, dlls/netapi32/access.c,
+         dlls/netapi32/local_group.c, dlls/netapi32/netapi32.spec,
+         include/lmaccess.h:
+       netapi32: Add stubs for remaining NetLocalGroup* functions.
+       Move existing NetLocalGroup* functions to local_group.c.
+       Add stubs for remaining NetLocalGroup* functions.
+
+2006-08-05  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Missing bits from previous patch about variables with constant values.
+
+2006-08-07  Alexandre Julliard <julliard@winehq.org>
+
+       * Make.rules.in, Makefile.in, documentation/Makefile.in:
+       Make.rules: Make all submake invocations silent for consistency.
+
+       * dlls/ntdll/directory.c:
+       ntdll: Fixed buffer overflow in NtQueryDirectoryFile optimisation.
+
+2006-08-06  Francois Gouget <fgouget@free.fr>
+
+       * dlls/usp10/tests/usp10.c:
+       usp10/tests: Add trailing '\n's to ok() calls.
+
+       * dlls/ddraw/direct3d.c, dlls/ddraw/tests/refcount.c,
+         dlls/mciavi32/mciavi.c, dlls/mciseq/mcimidi.c,
+         dlls/mciwave/mciwave.c, dlls/msi/msi.c, dlls/ole32/compobj.c,
+         dlls/shell32/trash.c, dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         dlls/wined3d/vertexbuffer.c, include/mlang.idl:
+       Assorted spelling fixes.
+
+2006-08-06  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c:
+       wined3d: texture caps fixes.
+
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       wined3d: General constant caps fix.
+
+2006-08-05  Tijl Coosemans <tijl@ulyssis.org>
+
+       * configure, configure.ac, include/config.h.in, include/wine/pthread.h,
+         loader/pthread.c:
+       loader/pthread: Added pthread_attr_get_np support.
+
+2006-08-07  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       msi: Fix the dialog centering logic.
+
+       * dlls/kernel/powermgnt.c:
+       kernel32: Change some FIXMEs to WARNs.
+
+       * dlls/cabinet/cabinet.h, dlls/cabinet/cabinet_main.c,
+         dlls/cabinet/tests/extract.c:
+       cabinet: Fix and test the undocumented Extract function.
+       The paths are MAX_PATH length.
+       The last field is list of files which is checked when flags = 0.
+       Add tests for the flag in the file list.
+
+       * dlls/cabinet/cabinet_main.c:
+       cabinet: Split the cabinet path for FDICopy.
+
+2006-08-07  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/oleview/Ko.rc:
+       oleview: Updated Korean resource.
+
+2006-08-05  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d8/device.c, dlls/d3d9/device.c:
+       d3d: Don't crash when SetRenderTarget() is called with a NULL pSurface.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Fix D3DCOLOR swizzling in shaders.
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       wined3d: Delay vertex shader compilation until the shader is first used.
+
+2006-08-05  Tijl Coosemans <tijl@ulyssis.org>
+
+       * dlls/ntdll/directory.c:
+       ntdll: Add FreeBSD default serial port device.
+
+       * dlls/oleaut32/tests/vartype.c:
+       oleaut32/tests: Test relative error, not absolute.
+
+2006-08-05  Robert Reif <reif@earthlink.net>
+
+       * include/winnt.h:
+       winnt.h: Add some more RIDs.
+
+2006-08-05  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/setupapi/tests/devinst.c, dlls/setupapi/tests/query.c:
+       setupapi/tests: Write-strings warnings fix.
+
+       * dlls/secur32/tests/main.c, dlls/secur32/tests/schannel.c:
+       secur32/tests: Write-strings warnings fix.
+
+2006-08-05  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * dlls/msvcrt/msvcrt.spec:
+       msvcrt: Some more exports requested from msvcr80.dll.
+
+2006-08-05  Francois Gouget <fgouget@codeweavers.com>
+
+       * tools/wine.inf:
+       wine.inf: We should not override existing associations.
+
+       * dlls/mshtml/mshtml.inf:
+       mshtml: Fix the .jfif Content Type.
+
+2006-08-04  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/caret.c, dlls/riched20/paint.c:
+       riched20: Ensure text is wrapped before invalidating selection.
+
+2006-08-05  Alexandre Julliard <julliard@winehq.org>
+
+       * libs/.gitignore, libs/wine/Makefile.in:
+       libwine: Add a minor number to the library filename for future extensions.
+
+       * configure, configure.ac, libs/.gitignore, libs/Makelib.rules.in,
+         libs/wine/Makefile.in:
+       libs: Get rid of Makelib.rules since we only have one library now.
+       Merge all the rules into the libwine makefile.
+
+2006-08-04  Robert Reif <reif@earthlink.net>
+
+       * dlls/netapi32/access.c, dlls/netapi32/netapi32.spec:
+       netapi32: Add stub for NetUserGetLocalGroups.
+
+       * dlls/netapi32/access.c:
+       netapi32: Return an error for unimplemented levels in NetUserGetInfo.
+
+       * dlls/netapi32/access.c, dlls/netapi32/netapi32.spec:
+       netapi32: Add stub for NetLocalGroupEnum.
+
+       * dlls/wtsapi32/wtsapi32.c, dlls/wtsapi32/wtsapi32.spec:
+       wtsapi32: Add some stubs.
+
+2006-08-04  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/tests/package.c,
+         include/msiquery.h:
+       msi: Write-strings warnings fix.
+
+2006-08-05  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c, dlls/wined3d/volume.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Volume textures fix.
+
+2006-08-04  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Raster caps fix.
+
+       * dlls/wined3d/directx.c:
+       wined3d: Primitive misc caps fix.
+
+2006-08-04  Kevin Koltzau <kevin@plop.org>
+
+       * dlls/setupapi/devinst.c:
+       setupapi: Create an empty list when getting device interface classes.
+
+2006-08-04  Matt Finnicum <mattfinn@gmail.com>
+
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/editstr.h,
+         dlls/riched20/paint.c, dlls/riched20/run.c, dlls/riched20/string.c,
+         dlls/riched20/tests/editor.c:
+       riched20: Implement EM_SETPASSWORDCHAR and EM_GETPASSWORDCHAR.
+
+2006-08-04  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/widl.c, tools/widl/write_msft.c:
+       widl: Replace strdup, malloc and realloc with xstrdup, xmalloc and xrealloc.
+
+2006-08-04  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, dlls/iphlpapi/Makefile.in:
+       configure: Only link against libresolv where necessary.
+
+       * configure, configure.ac, include/config.h.in, server/fd.c:
+       server: Added support for kqueue() as an alternative to poll() on FreeBSD.
+
+2006-08-04  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/basetexture.c:
+       wined3d: Basetexture anisotropic fix.
+
+       * dlls/wined3d/directx.c:
+       wined3d: Fix a number of badly reported caps.
+
+2006-08-04  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       user: Call SetLastError in CreateWindowEx when WS_CHILD is set with no parent.
+
+       * dlls/user/tests/win.c:
+       user: Add a test for CreateWindowEx.
+
+2006-08-04  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/win.c:
+       user: Don't bother checking the WS_VISIBLE style on the desktop window.
+
+2006-08-04  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Implement ScriptGetGlyphABCWidth.
+       Add a test for ScriptGetGlyphABCWidth and ScriptCacheGetHeight.
+
+2006-08-04  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Add more SID tests.
+
+2006-08-04  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Make the error output on a failed binding more informative
+       by dumping information about the interface it is trying to bind to.
+
+       * dlls/urlmon/Makefile.in, dlls/urlmon/urlmon.spec,
+         dlls/urlmon/urlmon_main.c:
+       urlmon: Delay-load cabinet.dll as native urlmon doesn't import it.
+
+2006-08-04  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/usp10/usp10.c:
+       usp10: Implement ScriptIsComplex.
+
+2006-08-03  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+         tools/widl/widl.c, tools/widl/widl.h:
+       widl: Generate GUID (infile_i.c) files.
+
+2006-08-03  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/dialog.c:
+       msi: Use the initial dialog position values in the database when creating the
+       dialog window.
+
+2006-08-04  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c:
+       usp10: Fix glyph comparsion between tests.
+
+2006-08-04  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/server.c:
+       ntdll: Fix a race condition at thread exit.
+
+2006-08-03  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/varformat.c:
+       oleaut32: Removes extra string allocation for varformat:VarMonthName.
+
+2006-08-03  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ntdll/directory.c:
+       ntdll: Add an optimisation for NtQueryDirectoryFile to not read the
+       whole directory if the mask doesn't contain any wildcards and the file
+       exists on in the directory with the same case as the mask.
+
+2006-08-04  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/oledlg/oledlg_Ko.rc:
+       oledlg: Updated Korean resource.
+
+2006-08-03  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/lsa.c, dlls/advapi32/security.c, include/ntsecapi.h:
+       advapi32: Add a computer SID to the registry.
+
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, include/winternl.h:
+       ntdll: Fix some function arguments.
+
+2006-08-03  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Surface pitch fix.
+
+2006-08-03  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c:
+       mshtml: Fix handling offset in BSCallback.
+
+2006-08-03  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Disable vertex arrays after we're done drawing from them.
+       After drawing from a vertex array we should disable them, to prevent
+       the next draw calls from potentially reading past their ends. This
+       also moves the disabling of vertex attrib arrays (for shaders) into
+       its own function.
+
+2006-08-02  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * dlls/mshtml/mshtml_private.h, dlls/shdocvw/shdocvw.h,
+         tools/widl/parser.y:
+       widl: Write forward declarations for coclass definitions.
+
+2006-08-03  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/editor.c:
+       riched20: Make EM_LINELENGTH work correctly for non-final paragraphs containing
+       exactly one screen line.
+
+       * dlls/riched20/editor.c:
+       riched20: Make EM_GETLINE work properly in 1.0 emulation mode.
+
+       * dlls/riched20/editor.c:
+       riched20: Ctrl+A should be allowed in read-only controls too.
+
+2006-08-03  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/navigate.c:
+       mshtml: Added nsInputStream::Read implementation.
+
+2006-08-03  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.c,
+         dlls/ole32/storage32.h:
+       ole32: Ensure that a returned free block is valid in storage.
+       Otherwise, an IStream_SetSize call followed by an IStream_Read call
+       could fail with STG_E_DOCFILECORRUPT.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/marshal.c, dlls/ole32/stubmanager.c:
+       ole32: Fix CoLockObjectExternal to respect fLastUnlockReleases.
+
+       * dlls/msi/action.c:
+       msi: Fix the creation of shortcuts with a null icon index by mapping it to zero.
+
+2006-08-03  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msvfw32/msvideo16.c:
+       msvfw32: Write-strings warning fix.
+
+       * dlls/ole32/tests/clipboard.c:
+       ole32/tests: Write-strings warnings fix.
+
+       * dlls/riched20/tests/editor.c:
+       riched20/tests: Write-strings warnings fix.
+
+2006-08-03  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Properly handle variable with const value (ie without location)
+       in dwarf code.
+
+2006-08-03  Alexandre Julliard <julliard@winehq.org>
+
+       * server/fd.c:
+       server: Abstract the epoll functions a bit more.
+
+2006-08-03  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * include/ntquery.h, include/shlguid.h:
+       shell32: Add property ids to header files.
+
+2006-08-03  Francois Gouget <fgouget@codeweavers.com>
+
+       * include/shldisp.idl:
+       include: Add the ShellFolderViewOC coclass.
+
+2006-08-03  Stefan Siebert <stefan.siebert@web.de>
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: GetTypeInfoType - Return TYPE_E_ELEMENTNOTFOUND if index out of bounds.
+
+2006-08-03  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/hlink/link.c:
+       hlink: Avoid double computation of the string length.
+
+2006-08-03  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/winex11.drv/init.c:
+       winex11.drv: Comment out the XCloseDisplay call on process detach.
+       It has a tendency to trigger X11 bugs, and it's not really useful anyway.
+
+2006-08-02  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/tests/olefont.c:
+       oleaut32: Implement function olefont:OLEFontImpl_IsEqual.
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Conformance test for olefont:OLEFontImpl_IsEqual.
+
+2006-08-03  Robert Reif <reif@earthlink.net>
+
+       * include/winnt.h:
+       winnt.h: Add missing define.
+
+2006-08-03  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Paletted texture support.
+
+2006-08-03  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ddraw/Makefile.in, dlls/ddraw/main.c:
+       ddraw: Don't link to wined3d, load it at runtime.
+       This lets ddraw dlls built on a machine with OpenGL present run on other
+       machines that may not have the OpenGL libraries installed.
+
+2006-08-02  Thomas Kho <tkho@ucla.edu>
+
+       * server/thread.c:
+       server: Remove unused thread_apc member.
+
+2006-08-03  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/notepad/Ko.rc:
+       notepad: Updated Korean resource.
+
+2006-08-02  Huw Davies <huw@codeweavers.com>
+
+       * fonts/ms_sans_serif.sfd:
+       fonts: Add that extra pixel to the variants of 'e' too.
+
+2006-08-03  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/riched20/editor.c:
+       riched20: Fixed handling of window private data for Win64.
+
+2006-08-02  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/editor.c:
+       riched20: Handle incorrect calls of window procedure.
+
+2006-08-01  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/tests/Makefile.in, dlls/advapi32/tests/lsa.c:
+       advapi32: Check returned data from LsaQueryInformationPolicy.
+
+2006-08-02  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msi/tests/db.c:
+       msi/tests: Write-strings warnings fix.
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32/tests: Write-strings warning fix.
+
+2006-08-02  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/kernel/thunk.c:
+       kernel32: Make some functions static.
+
+       * dlls/hhctrl.ocx/chm.c, dlls/hhctrl.ocx/help.c:
+       hhctrl.ocx: Make some functions static.
+
+       * dlls/user/spy.c:
+       user: Add some missing internal Wine messages to the message spy.
+
+2006-08-02  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/hlink/hlink.spec, dlls/hlink/hlink_main.c, include/hlink.idl:
+       hlink: Added HlinkTranslateURL tub implementation.
+
+       * dlls/hlink/hlink.spec, dlls/hlink/hlink_main.c,
+         dlls/hlink/tests/hlink.c, include/hlink.idl:
+       hlink: Added HlinkIsShortcut implementation.
+
+       * dlls/ole32/moniker.c:
+       ole32: Clean up OleRun.
+
+2006-08-02  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/run.c:
+       riched20: Added short descriptions to functions in run.c, just in case
+       anybody had any doubts about what they actually do.
+
+2006-08-02  Huw Davies <huw@codeweavers.com>
+
+       * fonts/ms_sans_serif.sfd:
+       fonts: By popular demand, add an extra pixel to the smallest strike of 'e'.
+
+2006-08-02  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * programs/winetest/Makefile.in:
+       winetest: Added hlink tests.
+
+2006-08-02  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/message.c, dlls/user/win.c, include/win.h,
+         include/wine/server_protocol.h, server/protocol.def, server/trace.c:
+       user: Implementation of Get/SetWindowLongPtr for 64-bit platforms.
+       Also use the same code for Get/SetWindowWord.
+       Based on a patch by Ge van Geldorp.
+
+2006-08-02  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/classes.c:
+       msi: Only ever write the long path for InProcServers.
+
+       * dlls/msi/classes.c:
+       msi: Register advertised components too.
+
+2006-08-02  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/uxtheme/system.c:
+       uxtheme: Make some variables static.
+
+       * dlls/oledlg/insobjdlg.c:
+       oledlg: Make a string static.
+
+       * dlls/kernel/editline.c:
+       kernel32: Make the keymap entries const.
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/git.c,
+         dlls/ole32/ole2.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h:
+       ole32: Make some functions and variables static.
+
+       * dlls/msxml3/domdoc.c, dlls/msxml3/factory.c, dlls/msxml3/nodelist.c:
+       msxml3: Make some functions and variables static.
+
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/opengl32/wgl_ext.h:
+       opengl32: Make some functions and variables static.
+
+       * dlls/glu32/glu.c:
+       glu32: Make some functions static.
+
+       * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+         dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+         dlls/dsound/duplex.c, dlls/dsound/mixer.c, dlls/dsound/primary.c:
+       dsound: Make some functions static.
+
+       * dlls/winex11.drv/desktop.c, dlls/winex11.drv/settings.c,
+         dlls/winex11.drv/x11ddraw.c, dlls/winex11.drv/x11ddraw.h,
+         dlls/winex11.drv/x11drv.h, dlls/winex11.drv/xrandr.c,
+         dlls/winex11.drv/xvidmode.c:
+       winex11.drv: Make some functions and variables static, and get rid of x11ddraw.h.
+
+2006-08-01  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add tests for SQL query markers.
+
+       * dlls/msi/files.c:
+       msi: A file that does not have the msidbFileAttributesCompressed bit set should
+       be considered non-compressed.
+
+       * dlls/msi/package.c, dlls/msi/tests/format.c:
+       msi: Don't crash if an empty record is given to MsiProcessMessage.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/tests/package.c:
+       msi: Set the install state to INSTALLSTATE_LOCAL for features with compressed
+       files.
+
+2006-08-01  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/lsa.c:
+       advapi32: LsaQueryInformationPolicy: do the right thing for both domains
+       and accounts.
+
+2006-08-01  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/wintrust/Makefile.in, dlls/wintrust/wintrust.spec,
+         dlls/wintrust/wintrust_main.c:
+       wintrust: Implement TrustIsCertificateSelfSigned.
+
+       * dlls/crypt32/str.c:
+       crypt32: Support more types in CertRDNToStr.
+
+2006-08-02  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/msvfw32/msvfw32_Ko.rc:
+       msvfw32: Updated Korean resource.
+
+2006-08-01  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * dlls/shell32/version.h:
+       shell32: Fix the file version string of the version resource.
+
+2006-08-01  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/kernel/tests/process.c:
+       kernel/tests: Write-strings warnings fix.
+
+       * dlls/kernel/oldconfig.c, dlls/kernel/thunk.c:
+       kernel: Write-strings warnings fixes.
+
+2006-08-01  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * programs/oleview/typelib.c:
+       oleview: Initialize TVITEM.lParam to NULL in EnumFuncs.
+
+2006-08-01  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/mshtml/mshtml.inf:
+       mshtml: Remove unwarranted REG_EXPAND_SZ flags.
+
+2006-08-01  Alexandre Julliard <julliard@winehq.org>
+
+       * libs/port/memmove.c:
+       libport: Fixed invalid lvalue accesses in memmove.
+
+2006-08-01  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/view/Ko.rc:
+       view: Updated Korean resource.
+
+2006-08-01  Huw Davies <huw@codeweavers.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Limit the width of the watermark to 164 pixels.
+
+2006-07-31  Huw Davies <huw@codeweavers.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Limit the size of the header bitmap to 49x49.
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Invalidate the header area so that updated titles will be drawn.
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Wordwrap the sub title.
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: The titles are already converted to unicode so always use DrawTextW
+       to write them.
+
+2006-08-01  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/trash.c:
+       shell32: Send directories and non-regular files to the trash.
+
+2006-08-01  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/tests/win.c:
+       user: Add a couple of missing bits to the SetWindowLong test.
+
+2006-08-01  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/htmltextcont.c, dlls/mshtml/nsiface.idl:
+       mshtml: Added implementation of put_scrollTop and put_scrollLeft.
+
+       * dlls/mshtml/htmlbody.c, dlls/mshtml/htmltextcont.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Store HTMLElement pointer in HTMLTextContainer.
+
+2006-08-01  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/tests/lsa.c:
+       advapi32: More LsaQueryInformationPolicy tests.
+
+2006-08-02  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/hlink/Makefile.in, dlls/hlink/link.c:
+       hlink: Use ShellExecute to start the link if we can't get a IHlinkTarget.
+
+2006-08-01  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/gdi/font.c:
+       gdi: Fixed buffer overflow in GetCharABCWidthsI.
+
+       * Make.rules.in, tools/makedep.c:
+       makedep: Always search for includes in the standard directories, even without
+       -I option.
+
+       * Make.rules.in, tools/makedep.c:
+       makedep: Don't add dependencies for system headers.
+
+       * tools/makedep.c:
+       makedep: Get rid of restrictions on line lengths. Merge lines that end in
+       a backslash.
+
+       * tools/makedep.c:
+       makedep: Convert to standard Wine lists.
+
+2006-07-28  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/msxml3/regsvr.c:
+       msxml3: Add progids for MSXML.DOMDocument and MSXML.FreeThreadedDOMDocument.
+       Don't delete the progid key when unregistering coclasses - this is now
+       done in unregister_progids.
+
+       * dlls/msxml3/regsvr.c:
+       msxml3: Separate the writing of progids from the writing of classes.
+       This allows writing multiple progids that refer to one class.
+       Support writing out Version and VersionIndependentProgId keys for classes.
+
+2006-07-28  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/kernel/format_msg.c:
+       kernel: Wsign-compare warning fix.
+
+2006-07-31  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/lsa.c:
+       advapi32: LsaQueryInformationPolicy update.
+       Update LsaQueryInformationPolicy to use correct computer name and SID.
+       Add support for PolicyDnsDomainInformation.
+
+2006-08-02  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/hlink/Makefile.in, dlls/hlink/tests/Makefile.in,
+         dlls/hlink/tests/hlink.c:
+       hlink: Add a short test case.
+
+       * dlls/hlink/link.c:
+       hlink: Use CoTaskMemAlloc when returning memory to a caller.
+
+       * dlls/hlink/link.c:
+       hlink: Create a strdupW function and use it.
+
+2006-07-31  Thomas Kho <tkho@ucla.edu>
+
+       * dlls/msi/dialog.c:
+       msi: Wake dialog on messages from external threads.
+
+2006-07-31  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/action.c, dlls/msi/tests/package.c:
+       msi: Fix a couple install state test cases.
+       - Correctly handle the msidbComponentAttributesOptional component attribute.
+       - Don't set a component's state to INSTALLSTATE_LOCAL if the
+       msidbComponentAttributesSourceOnly attribute is provided.
+
+       * dlls/msi/tests/package.c:
+       msi: Fix the add_feature_entry helper function.
+
+2006-07-31  Detlef Riekenberg <wine.dev@web.de>
+
+       * include/ddk/winsplp.h:
+       winsplp.h: Remove FAR, use W structs, fix typo.
+
+2006-07-31  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/dinput/tests/keyboard.c:
+       dinput/tests: Write-strings warning fix.
+
+       * dlls/dsound/tests/dsound8.c:
+       dsound/tests: Write-strings warning fix.
+
+2006-07-31  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       user: Ignore setting NULL window procs inside SetWindowLong.
+       Add tests for SetWindowLong error cases.
+
+2006-07-31  Duane Clark <fpga@pacbell.net>
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Fix fgetwc/s in binary mode.
+
+       * dlls/msvcrt/tests/file.c:
+       msvcrt: Test fgetwc/s in binary mode.
+
+       * dlls/msvcrt/file.c:
+       msvcrt: Remove read_i loop and fix fread.
+
+2006-07-31  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/parser.y:
+       widl: Set type_t kind field correctly for all types.
+
+       * tools/widl/parser.y:
+       widl: Set defined flag for coclasses.
+
+2006-07-31  James Hawkins <truiken@gmail.com>
+
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+       setupapi: Add a stub implementation of SetupGetSourceInfo.
+
+       * dlls/msi/action.c, dlls/msi/tests/package.c:
+       msi: Set the install state to INSTALLSTATE_LOCAL for components with compressed
+       files.
+
+2006-07-31  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Improve dump_DispParms.
+
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: Add some validation for the DISPPARAMS structure in ITypeInfo::Invoke.
+
+       * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
+       ole32: Implement OleNoteObjectVisible as described by MSDN.
+
+       * dlls/ole32/storage32.c:
+       ole32: Remove a check on the share mode for the NULL filename case as the
+       check is already done earlier in StgCreateDocfile.
+
+2006-07-31  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, include/winternl.h:
+       ntdll: Move the calling of the process entry point back to kernel32.
+       Apparently some copy protection stuff relies on that.
+       This reverts commit 50fca716fddf5af03b4c91ae5e950daff5fbdf2a.
+
+       * dlls/ntdll/loader.c:
+       ntdll: Set initial module refcount to 1 to avoid unloading during imports fixup.
+
+       * loader/preloader.c:
+       preloader: Added support for the new style DT_GNU_HASH symbol table.
+
+       * loader/preloader.c:
+       preloader: Fixed type checking in symbol lookup.
+
+       * loader/preloader.c:
+       preloader: Properly use the ELF hash table when looking up a symbol.
+
+2006-07-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw_main.c,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser::Invoke implementation.
+
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added SetExtent and GetExtent implementation.
+
+2006-07-31  Chris Robinson <chris.kcat@gmail.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Fix potential NULL dereference in IWineD3DSurfaceImpl_LockRect.
+
+       * dlls/wined3d/device.c:
+       wined3d: Avoid NULL dereference.
+
+2006-07-31  Thomas Kho <tkho@ucla.edu>
+
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Implement EM_GETLINE.
+
+2006-08-01  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/storage32.c:
+       ole32: Use IsGUIDEqual to compare IIDs.
+
+2006-07-31  Alexandre Julliard <julliard@winehq.org>
+
+       * libs/wine/mmap.c:
+       libwine: Better heuristic for finding the top of the address space on Linux.
+
+2006-07-31  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/security.c:
+       advapi32: Add computer sid support to LookupAccountSidW.
+
+       * dlls/advapi32/advapi32_misc.h, dlls/advapi32/security.c:
+       advapi32: Add more helper functions.
+       Add ADVAPI_GetComputerSid.
+
+2006-07-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Register SHDocVw typelib.
+
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.rc,
+         dlls/shdocvw/shdocvw_v1.idl:
+       shdocvw: Added typelib.
+
+2006-07-19  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shell32_Pl.rc:
+       shell32: Update the Polish translation.
+
+       * dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h,
+         dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_unixfs.c,
+         dlls/shell32/shlfileop.c, dlls/shell32/shresdef.h:
+       shell32: Call the trashing code from SHFileOperationW.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/trash.c, dlls/shell32/xdg.c,
+         dlls/shell32/xdg.h:
+       shell32: Add trashing support functions.
+
+       * dlls/shell32/Makefile.in, dlls/shell32/shell32_En.rc,
+         dlls/shell32/shell32_main.h, dlls/shell32/shlfileop.c,
+         dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+       shell32: Add trashing confirmations.
+
+2006-07-31  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/Makefile.in, dlls/oleaut32/tests/varformat.c,
+         dlls/oleaut32/tests/vartest.c:
+       oleaut32: Move varformat conformance tests to new file varformat.c
+
+2006-07-29  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/user/input.c, dlls/user/tests/input.c:
+       user: Set buffer to '\0' in GetKeyNameTextA too.
+
+2006-07-29  Duane Clark <fpga@pacbell.net>
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Fix _getw.
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Fix fread.
+
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Fix _read and fgetc.
+
+       * dlls/msvcrt/tests/file.c:
+       msvcrt: File read buffer tests.
+
+2006-07-30  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/dinput_main.c:
+       dinput: Initialize event sequence counter. And simplify code.
+
+2006-07-29  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Add string sid tests.
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Print more info about failed test.
+
+       * dlls/advapi32/advapi32_misc.h, dlls/advapi32/lsa.c,
+         dlls/advapi32/security.c:
+       advapi32: Make ADVAPI_IsLocalComputer global and remove duplicate copy.
+       Make debugstr_sid global.
+
+2006-08-01  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/storage32.c:
+       ole32: Add function parameters to FIXME messages.
+
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Add a test showing what STGM_TRANSACTED does for streams.
+
+2006-07-30  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/ddraw/direct3d.c:
+       ddraw: Order Z-buffer formats by depth buffer bit depths in
+       IDirect3DImpl_7_EnumZBufferFormats.
+
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       wined3d: Split the GLSL check in a check for GLSL vertex shaders and one for
+       GLSL fragment shaders.
+
+       * dlls/wined3d/device.c:
+       wined3d: Improve IWineD3DDeviceImpl_CreateTexture trace.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Use GL_LIMITS(samplers) instead of GL_LIMITS(sampler_stages) in
+       IWineD3DSurfaceImpl_UnlockRect.
+
+2006-07-29  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/comctl32/tests/comboex.c:
+       comctl32/tests: Write-strings warnings fix.
+
+       * dlls/advpack/tests/install.c:
+       advpack/tests: Write-strings warnings fix.
+
+       * dlls/cabinet/cabinet_main.c:
+       cabinet: Write-strings warning fix.
+
+2006-07-29  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: Change file path to URL in UrlCanonicalize.
+
+       * dlls/urlmon/umon.c:
+       urlmon: Use CoInternetParseUrl in URLMonikerImpl_Construct.
+
+2006-07-30  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Use the right section size when setting protections.
+       Use the same size computation when setting section protections than
+       when mapping it in the first place (reported by Nicholas Miell).
+
+2006-07-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c:
+       ole32: Add some missing traces.
+
+       * dlls/ole32/tests/storage32.c:
+       ole32: Add a test for IEnumSTATSTG.
+
+       * dlls/msi/files.c:
+       msi: Change an ERR to a WARN.
+
+2006-07-28  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/proxy.c:
+       widl: Fix "static declaration follows non-static declaration" in generated code.
+
+       * tools/widl/parser.y, tools/widl/widltypes.h, tools/widl/write_msft.c:
+       widl: Encode coclass types in typelibs.
+
+       * tools/widl/parser.y:
+       widl: Register types for coclasses.
+
+       * tools/widl/write_msft.c:
+       widl: Check if a typeinfo is already in a typelib before adding it.
+
+       * tools/widl/write_msft.c:
+       widl: Set typelib_idx for coclasses when they're added to a typelib.
+
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+         tools/widl/typelib.c, tools/widl/typelib.h, tools/widl/widltypes.h,
+         tools/widl/write_msft.c:
+       widl: Fold class_t into type_t.
+
+2006-07-28  Thomas Kho <tkho@ucla.edu>
+
+       * dlls/Maketest.rules.in:
+       Maketest.rules.in: Fix comment.
+
+2006-07-28  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/security.c:
+       advapi32: Fix debugstr_sid to print unsigned SubAuthority.
+
+       * dlls/advapi32/security.c:
+       advapi32: Move SID members from WELLKNOWNSID to MAX_SID.
+
+2006-07-28  Yuriy Kozlov <yuriy.kozlov@gmail.com>
+
+       * programs/regedit/regproc.c:
+       regedit: Allow entering - for a value in a .reg file to delete that value.
+
+2006-07-28  James Hawkins <truiken@gmail.com>
+
+       * dlls/wininet/urlcache.c:
+       wininet: Only copy the relative filename into the UrlEntry structure.
+
+2006-07-28  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/advpack/tests/advpack.c:
+       advpack/tests: Write-strings warnings fix.
+
+       * dlls/msi/tests/db.c:
+       msi/tests: Write-strings warnings fix.
+
+2006-07-28  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c, include/wincrypt.h:
+       crypt32: Implement CryptHashPublicKeyInfo.
+
+       * dlls/rsaenh/handle.c, dlls/rsaenh/handle.h:
+       rsaenh: Use Interlocked functions for reference counting.
+
+2006-07-28  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/device.c, include/dinput.h:
+       dinput: Add DISCL_NOWINKEY define.
+
+2006-07-28  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Skip processing of D3DSIO_PHASE instruction.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         include/d3d9types.h, include/wine/wined3d_types.h:
+       wined3d: Declare a 1D sampler for TEXDP3TEX (GLSL).
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/surface.c,
+         dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h,
+         include/d3d9types.h, include/wine/wined3d_types.h:
+       wined3d: Start checking for D3DUSAGE_QUERY_* items, improve traces.
+
+2006-07-28  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Optimize d3dfmt_convert_surface.
+
+       * configure, configure.ac, dlls/winex11.drv/Makefile.in,
+         dlls/winex11.drv/dga2.c, dlls/winex11.drv/dga2.h,
+         dlls/winex11.drv/event.c, dlls/winex11.drv/mouse.c,
+         dlls/winex11.drv/x11ddraw.c, dlls/winex11.drv/x11drv.h,
+         dlls/winex11.drv/x11drv_main.c, include/config.h.in:
+       winex11.drv: Kill DGA support.
+
+2006-07-27  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/stdole2.tlb/std_ole_v2.idl, include/Makefile.in,
+         include/stdole2.idl:
+       stdole2.tlb: Move stdole2.tlb generation to include to allow importlib from
+       other IDLs.
+
+2006-07-29  Alexandre Julliard <julliard@winehq.org>
+
+       * Make.rules.in, dlls/stdole2.tlb/Makefile.in,
+         dlls/stdole32.tlb/Makefile.in:
+       Make.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files can be used for other
+       things than resources.
+
+2006-07-28  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/message.c:
+       user: Abort WaitForUserIdle if the target process died.
+
+2006-07-28  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/directx.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: More shader fixes / new instructions.
+       - Replace gl_FragColor with gl_FragData[0] for GLSL pixel shader output.
+       - Subtract 1 more constant from total GLSL allowed float constants to
+       accommodate the PROJECTION matrix row that we reference.
+
+2006-07-28  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Render target texturing.
+
+2006-07-28  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * dlls/msi/msi_main.c:
+       msi: Native DllGetVersion does not fail if the supplied buffer is bigger
+       than required.
+
+       * dlls/msi/msipriv.h:
+       msi: Make the version information of DllGetVersion same as in version resource.
+
+2006-07-27  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c:
+       rsaenh: More tests and some fixes.
+       - correct deleting the default container
+       - imported keys should be stored in their container, not just given to the caller
+       - tests for these changes
+
+2006-07-27  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/varformat.c:
+       oleaut32: VarMonthName - Update error codes and helper functions.
+
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut32: VarSub: Conformance test.
+
+       * dlls/oleaut32/variant.c:
+       oleaut32: VarSub: Fixes several data types and corrects error codes.
+
+2006-07-28  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Implement GetTypeInfoCount and GetTypeInfo for standard pictures.
+
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Implement GetTypeInfoCount for standard fonts.
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Implement setting of the hPal property in IPictureDisp::Invoke.
+       Remove some validation code that is already handled by a more generic
+       case at the end of the function.
+
+       * dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/olepicture.c:
+       oleaut32: Implement getting of all properties in IPictureDisp::Invoke.
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Add a test for passing an invalid number of input parameters into
+       IFontDisp::Invoke with DISPATCH_PROPERTYGET.
+
+       * dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/olepicture.c:
+       oleaut32: Add validation for parameters in IPictureDisp::Invoke.
+       Add some tests for IPictureDisp::Invoke.
+
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/tests/olefont.c:
+       oleaut32: Fix the return code for an invalid dispid in IFontDisp::Invoke.
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: Add a successful test for IFontDisp::Invoke.
+
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Handle the Weight property in IFontDisp::Invoke.
+
+2006-07-27  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/secur32/Makefile.in, dlls/secur32/schannel.c,
+         dlls/secur32/tests/Makefile.in, dlls/secur32/tests/schannel.c:
+       secur32: Improve schannel's AcquireCredentialsHandle, with tests.
+
+       * include/sspi.h:
+       sspi.h: Add missing define.
+
+2006-07-27  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add tests for MsiDatabaseImport.
+
+2006-07-27  Jacek Caban <jacek@codeweavers.com>
+
+       * include/mshtml.idl:
+       mshtml.idl: Fix SAFEARRAY argument declaration.
+
+       * tools/widl/write_msft.c:
+       widl: Reorder segments to match midl.
+
+       * tools/widl/write_msft.c:
+       widl: Use cval in ATTR_ID.
+
+       * tools/widl/write_msft.c:
+       widl: Added ATTR_BINDABLE handling to add_func_desc.
+
+       * tools/widl/write_msft.c:
+       widl: Store typekind in msft_typeinfo_t to fix ATTR_DUAL handling.
+
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added test of GetControlInfo.
+
+2006-07-27  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/d3d9/vertexdeclaration.c, dlls/gdi/tests/font.c:
+       Fix 2 "static is not at beginning of declaration" warnings.
+
+       * dlls/msi/tests/package.c:
+       msi: 0xdeadbeef is too big for a signed int thus producing sign
+       comparison warnings when compared to an int variable. Use 0xdeadbee
+       instead.
+
+2006-07-27  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/mapi32/tests/prop.c:
+       mapi32/tests: Write-strings warning fix.
+
+       * dlls/msi/tests/install.c:
+       msi/tests: Write-strings warning fix.
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32/tests: Write-strings warnings fix.
+
+2006-07-27  Stefan Siebert <stefan.siebert@web.de>
+
+       * programs/winebrowser/main.c:
+       winebrowser: Pass any given argument that is not a mailto URL to the browser.
+
+2006-07-27  Mike McCormack <mike@codeweavers.com>
+
+       * programs/msiexec/msiexec.c:
+       msiexec: Don't crash if there's no args.
+
+       * dlls/msi/action.c:
+       msi: Don't set the shortcut's working directory if it's NULL.
+
+       * dlls/msi/msi.c, dlls/msi/registry.c:
+       msi: Fix some memory leaks.
+
+2006-07-27  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/keyboard.c:
+       dinput: Keyboard: Use the same event queue mechanism as mouse.
+
+2006-07-27  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Do not use the IWineD3DSurface for the cursor.
+
+2006-07-27  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Avoid a false ERR.
+
+2006-07-27  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.18.
+
+----------------------------------------------------------------
+2006-07-27  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Fix minor typo from shader patch.
+
+2006-07-27  Huw Davies <huw@codeweavers.com>
+
+       * tools/wine.inf:
+       wine.inf: Add lnkfile description.
+
+2006-07-27  Alexandre Julliard <julliard@winehq.org>
+
+       * server/fd.c:
+       server: Round up the timeout for poll() to avoid redundant calls.
+
+       * server/request.c:
+       server: Don't crash on invalid request sizes.
+
+2006-07-26  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/winhelp/winhelp.c:
+       winhelp: Write-strings warning fix.
+
+       * dlls/user/tests/menu.c:
+       user/tests: Write-strings warnings fix.
+
+2006-07-26  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/Makefile.in, dlls/msi/package.c:
+       msi: Download the MSI package if it is a remote URL.
+
+2006-07-26  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/str.c, dlls/crypt32/tests/str.c:
+       crypt32: Implement CryptStrToNameA/W, with tests.
+
+       * dlls/crypt32/decode.c, dlls/crypt32/encode.c,
+         dlls/crypt32/tests/encode.c:
+       crypt32: Implement X509_UNICODE_NAME encoding/decoding.
+
+       * dlls/rsaenh/rsaenh.c:
+       rsaenh: Public keys should be exported with the CALG_RSA_KEYX alg_id.
+
+2006-07-27  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Fixed compiler warning.
+
+2006-07-26  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/directx.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/vertexshader.c:
+       wined3d: Fix some upside-down rendering issues for shaders.
+
+2006-07-26  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/surface.c:
+       wined3d: BltFast/BltOverride color keying.
+
+2006-07-26  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/regedit/listview.c:
+       regedit: Write-strings warning fix.
+
+2006-07-27  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Blacklist WINED3DFMT_R8G8B8.
+
+2006-07-27  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/wineconsole/wineconsole_Ko.rc:
+       wineconsole: Updated Korean resource.
+
+2006-07-27  Mike McCormack <mike@codeweavers.com>
+
+       * include/commctrl.h:
+       comctl32: Fix a typo.
+
+       * dlls/msi/table.c, dlls/msi/tests/db.c, dlls/msi/where.c:
+       msi: Fix the value of LONG integers in records (suggested by James Hawkins).
+
+       * dlls/msi/tests/format.c:
+       msi: Remember to free a handle.
+
+       * dlls/msi/cond.y:
+       msi: Fix some memory leaks in the condition parser.
+
+       * dlls/msi/appsearch.c, dlls/msi/msi.c:
+       msi: Use msi_alloc/free, not HeapAlloc/Free.
+
+2006-07-26  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/install.c:
+       msi: Test the column types of MSI packages.
+
+       * dlls/msi/tests/package.c:
+       msi: Test the states of a component with a compressed file.
+
+       * dlls/msi/table.c:
+       msi: Fix a typo.
+
+2006-07-26  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/dinput8/dinput8_main.c:
+       dinput8: Better DirectInput8Create warning.
+
+2006-07-26  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: Change '/'->'\' only for file protocol in UrlCanonicalize.
+
+       * dlls/mshtml/protocol.c:
+       mshtml: Fix handling res URLs with full path and number resource ID.
+
+2006-07-26  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/tests/olefont.c:
+       oleaut32: Add validation of some more parameters in IFontDisp::Invoke.
+
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/tests/olefont.c:
+       oleaut32: Clean up IFontDisp::Invoke by using VariantChangeTypeEx to coerce
+       the input parameter into the correct type.
+
+       * dlls/ole32/regsvr.c:
+       ole32: Add more self-registration entries for classes and interfaces.
+
+2006-07-26  Huw Davies <huw@codeweavers.com>
+
+       * tools/wine.inf:
+       wine.inf: Add inifile entries.
+
+2006-07-24  Thomas Kho <tkho@ucla.edu>
+
+       * programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+       wcmd: Correct handling of quotes and /s flag when a command argument is present.
+
+2006-07-23  Kovács András <andras@csevego.net>
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix CopyRects if pDestPointsArray is NULL.
+
+2006-07-25  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/user/tests/monitor.c, dlls/winex11.drv/settings.c:
+       x11drv: Number of fixes for ChangeDisplaySettingsEx with tests.
+
+2006-07-26  Ge van Geldorp <ge@gse.nl>
+
+       * programs/winedbg/be_alpha.c, programs/winedbg/be_cpu.h,
+         programs/winedbg/be_i386.c, programs/winedbg/be_ppc.c,
+         programs/winedbg/be_x86_64.c, programs/winedbg/break.c,
+         programs/winedbg/db_disasm.c, programs/winedbg/debugger.h,
+         programs/winedbg/memory.c, programs/winedbg/source.c,
+         programs/winedbg/stack.c, programs/winedbg/symbol.c,
+         programs/winedbg/tgt_active.c, programs/winedbg/tgt_minidump.c,
+         programs/winedbg/types.c:
+       winedbg: Change ADDRESS variables to ADDRESS64 so we can handle 64-bit addresses.
+
+2006-07-25  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h:
+       wined3d: More efficient color keying dirtifying.
+       Instead of blindly dirtifying the surface LoadTexture keeps track of
+       the color key that was used when creating the opengl texture and
+       reloads the surface if the color key has changed.
+
+2006-07-25  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/surface.c, dlls/wined3d/surface.c,
+         dlls/wined3d/surface_gdi.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       ddraw: Support using an application-provided surface pointer.
+
+2006-07-26  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/record.c, dlls/msi/tests/record.c:
+       msi: Fix an off by one error in MsiRecordGetString.
+
+       * dlls/msi/Makefile.in, dlls/msi/join.c, dlls/msi/query.h, dlls/msi/sql.y:
+       msi: Implement SQL inner joins.
+
+2006-07-26  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/crypt32/tests/store.c:
+       crypt32/tests: Clean up temp files.
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/server.c,
+         dlls/ntdll/time.c, include/wine/server_protocol.h, server/object.h,
+         server/protocol.def, server/request.c, server/thread.c,
+         server/trace.c:
+       server: Convert the server start time to the abs_time_t type.
+
+       * dlls/ntdll/thread.c, include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/thread.c, server/thread.h,
+         server/trace.c:
+       server: Convert thread creation/exit times to the abs_time_t type.
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/process.c, dlls/ntdll/sync.c,
+         dlls/ntdll/time.c:
+       ntdll: Renamed the NTDLL_get/from_server_timeout functions since they don't
+       deal only with timeouts.
+
+       * dlls/user/message.c, include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/request.h, server/trace.c:
+       server: Rename the wait_input_idle request to better reflect what it does.
+       Also get rid of the unused timeout field.
+
+       * server/fd.c, server/file.h, server/mailslot.c, server/named_pipe.c,
+         server/serial.c:
+       server: Make the create_async function take an absolute timeout.
+
+2006-07-25  Michael Stefaniuc <mstefani@redhat.de>
+
+       * server/console.c, server/ptrace.c, server/queue.c, server/registry.c,
+         server/token.c:
+       server: Fix some comparisons between signed and unsigned.
+
+2006-07-26  Alexandre Julliard <julliard@winehq.org>
+
+       * include/wine/server.h, include/wine/server_protocol.h, server/atom.c,
+         server/console.c, server/debugger.c, server/file.c, server/hook.c,
+         server/object.c, server/object.h, server/process.c, server/process.h,
+         server/protocol.def, server/ptrace.c, server/queue.c,
+         server/region.c, server/registry.c, server/request.c,
+         server/request.h, server/snapshot.c, server/symlink.c,
+         server/token.c, server/trace.c, server/user.h, server/window.c,
+         server/winstation.c, tools/make_requests:
+       server: Added data_size_t type to represent sizes in the server protocol.
+       Make it an unsigned int to save some space on Win64, if we need to
+       transfer more than 4Gb over the server pipe something is seriously
+       wrong.
+
+2006-07-25  Karsten Elfenbein <kelfe@gmx.de>
+
+       * dlls/rsaenh/rsaenh.c:
+       rsaenh: Fix the case when CPGetHashParam should return the size of the HASHVAL.
+
+       * dlls/rsaenh/rsaenh.c:
+       rsaenh: Fix the case when the CPEncrypt function is asked for the needed
+       buffer size.
+
+2006-07-25  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/winspool.drv/tests/info.c:
+       winspool.drv/tests: Write-strings warnings fix.
+
+       * dlls/msi/tests/db.c:
+       msi/tests: Write-strings warnings fix.
+
+2006-07-26  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/winefile/Ko.rc:
+       winefile: Updated Korean resource.
+
+2006-07-25  Samuel Lidén Borell <samuellb@bredband.net>
+
+       * dlls/dmime/performance.c:
+       dmime: Accept IDirectMusicPerformance2 in QueryInterface.
+
+2006-07-25  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32_private.h, dlls/crypt32/serialize.c,
+         dlls/crypt32/store.c, dlls/crypt32/tests/store.c, include/wincrypt.h:
+       crypt32: Implement file stores.
+
+2006-07-25  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Enable all bump mapping formats.
+
+2006-07-26  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Fix crash caused by bad TRACE.
+
+2006-07-25  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Remove superfluous breaks.
+
+2006-07-25  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/parser.y:
+       widl: Allow trailing commas in attribute lists.
+
+2006-07-26  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/sql.y:
+       msi: Add a FIXME for join queries.
+
+2006-07-25  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c, dlls/msi/tests/install.c, dlls/msi/tests/package.c:
+       msi: Always load all the components.
+
+2006-07-25  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c:
+       dbghelp: Implement SymGetSymFromAddr64.
+
+       * configure, configure.ac, dlls/oleaut32/olepicture.c,
+         include/config.h.in:
+       configure: Add a check for the DGifOpen function in the gif_lib.h header as
+       the v4 of the file does define it, while v3 doesn't.
+
+2006-07-24  Stefan Siebert <stefan.siebert@web.de>
+
+       * dlls/comdlg32/filedlg.c:
+       comdlg32: GetOpenFileNameW - Create unicode windows.
+
+2006-07-25  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/uninstaller/main.c:
+       uninstaller: Fail more gracefully when the registry key is missing.
+
+2006-07-23  Neil Skrypuch <ns03ja@brocku.ca>
+
+       * dlls/oleaut32/safearray.c:
+       oleaut32: Adding a NULL to a safearray is supposed to crash.
+
+2006-07-25  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/server.c:
+       ntdll: Avoid accessing the TEB after the memory view has been released.
+       When using reserved areas the memory could potentially be reused right
+       after the release.
+
+       * server/ptrace.c:
+       server: Try harder to find a suitable thread for read/write_process_memory.
+
+2006-07-20  Thomas Kho <tkho@ucla.edu>
+
+       * server/process.c:
+       server: Add new threads to end of thread_list.
+
+2006-07-14  Phil Lodwick <Phil.Lodwick@EFI.COM>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Support for SMVARRAY in EmbeddedComplexSize.
+
+2006-07-24  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement more GLSL instructions.
+       Implement D3DSIO_TEXREG2AR, TEXREG2GB, TEXREG2RGB, TEXM3X3TEX, TEXM3X3SPEC.
+
+2006-07-25  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/query.h, dlls/msi/tests/db.c, dlls/msi/where.c:
+       msi: Fix where queries on 32bit integer columns.
+
+2006-07-24  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add tests for the WHERE SQL clause.
+
+2006-07-25  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/wineps.drv/wps_Ko.rc:
+       wineps.drv: Updated Korean resource.
+
+2006-07-25  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/query.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h:
+       wined3d: Add real occlusion query support.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Add traces to IWineD3DVertexShaderImpl_SetFunction &
+       IWineD3DPixelShaderImpl_SetFunction.
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/vertexbuffer.c:
+       wined3d: D3d8 shaders can have a NULL pFunction, but a valid vertex declaration.
+
+2006-07-24  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/parser.l, tools/widl/parser.y:
+       widl: Support SAFEARRAY(type) syntax.
+
+       * tools/widl/header.c:
+       widl: Fix redefinition of types in output.
+
+2006-07-24  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/tests/webbrowser.c, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added more test and fixes.
+
+2006-07-24  Huw Davies <huw@codeweavers.com>
+
+       * dlls/gdi/freetype.c:
+       gdi32: Use the correct name when writing the fixed font registry value.
+
+2006-07-25  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/input.c, dlls/user/tests/msg.c:
+       user: Add more TrackMouseEvent tests, particularly a test with
+       injected mouse move events. Fix a problem detected by the test.
+
+2006-07-24  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/input.c:
+       user: Various TrackMouseEvent fixes.
+       - Use WINPOS_WindowFromPoint instead of WindowFromPoint in order to
+       use hittest directly to simplify the code.
+       - WM_NCMOUSEHOVER and WM_MOUSEHOVER take different parameters.
+
+       * dlls/user/winpos.c:
+       user: Add a trace to EndDeferWindowPos.
+
+       * dlls/user/input.c:
+       user: Use (win) debug channel by default, add a TRACE to SendInput.
+
+2006-07-24  Christian Gmeiner <christian.gmeiner@students.fhv.at>
+
+       * dlls/setupapi/devinst.c, dlls/setupapi/stubs.c:
+       setupapi: Move SetupDiGetClassDevsExW into devinst.c.
+
+2006-07-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/registry.c:
+       msi: Use CLSIDFromString to make squash_guid a bit more robust.
+
+       * dlls/msi/msi.c, dlls/msi/tests/msi.c:
+       msi: Make MsiConfigureFeature a bit more robust.
+
+       * dlls/msi/Makefile.in, dlls/msi/msi.c, dlls/msi/msi_main.c,
+         dlls/msi/msipriv.h:
+       msi: Move COM server implementation to a separate file.
+
+       * configure, configure.ac:
+       configure: Check for freetype-config first, then use the libraries it specifies.
+
+2006-07-23  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_types.h:
+       wined3d: Improve traces for D3DTRANSFORMSTATETYPE.
+       Added debug function for WINED3DTRANSFORMSTATETYPE and changed all
+       references from D3DTS_* to WINED3DTS_*.
+
+2006-07-24  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, loader/main.c, loader/preloader.c:
+       preloader: Allocate more space in low memory as well as for top-down allocations.
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+       ntdll: Allocate the PEB with NtAllocateVirtualMemory too.
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Support memory allocations inside reserved areas.
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Propagate the MEM_TOP_DOWN flag into the map_view() function.
+
+       * include/wine/library.h, libs/wine/mmap.c, libs/wine/wine.def,
+         libs/wine/wine.map:
+       libwine: Added a function to enumerate the reserved mmap areas.
+
+2006-07-24  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: The szLogFile parameter of MsiEnableLogW is optional, so handle the case
+       of it being NULL.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Set BufferMark before calling EmbeddedPointerMarshall,
+       EmbeddedPointerUnmarshall or EmbeddedPointerMemorySize.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Improve the stubs for RpcImpersonateClient and RpcRevertToSelf.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Support small fixed arrays in EmbeddedComplexSize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Allocate memory based on MaxCount, not ActualCount in
+       NdrConformantStringUnmarshall.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Add support for marshaling the FC_HYPER base type in complex types.
+       Change the FIXME messages to print out unrecognised format characters in
+       hex rather than decimal.
+
+       * dlls/uuid/uuid.c:
+       uuid: Add IIDs and CLSIDs from xmldso.h.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Initialize pRetVal in ITypeInfo::Invoke before calling VariantCopyInd
+       as native doesn't assume that it doesn't contain valid data.
+
+       * dlls/msxml3/Makefile.in, dlls/msxml3/main.c, dlls/msxml3/regsvr.c:
+       msxml3: Use general DLL registration framework to register CLSIDs and ProgID's.
+
+2006-07-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/tests/msi.c:
+       msi: Add a test case for MsiGetFileHash.
+
+       * dlls/msi/msi.c:
+       msi: Implement MsiGetFileHash.
+
+       * dlls/winex11.drv/keyboard.c:
+       winex11.drv: Avoid an uninitialized variable warning.
+
+2006-07-24  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/winevdm/winevdm.c:
+       winevdm: Load sound.drv too.
+
+2006-07-21  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/header.c:
+       widl: Allow write_type to output full pointer types.
+
+2006-07-23  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Draw the cursor.
+
+2006-07-22  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Use the ddraw blitting code for IWineD3DDevice::ColorFill.
+
+2006-07-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Reimplement MsiGetUserInfo using awstrings.
+
+2006-07-23  Dan Kegel <dank@kegel.com>
+
+       * dlls/winedos/int21.c:
+       winedos: Limit reported disk space to 1GB.
+
+2006-07-23  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Replace memset/memcpy routines on stateblock (fixes dynamic shader
+       constants regression).
+
+2006-07-23  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/comdlg32/tests/printdlg.c:
+       comdlg32/tests: PrintDlg with PD_RETURNDEFAULT can fail.
+
+2006-07-22  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/device_private.h:
+       dinput: Simplify code a bit.
+
+2006-07-23  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/dinput_main.c:
+       dinput: Fix small typo.
+
+2006-07-22  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/directx.c, dlls/wined3d/utils.c:
+       wined3d: Whitelist pixelformats instead of blacklisting.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Reactivate the X bits fixup.
+
+2006-07-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c, dlls/msi/registry.c:
+       msi: MoveMsiEnumPatches to registry.c
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Register MruListLong.
+
+       * dlls/hlink/hlink_main.c:
+       hlink: Implement HlinkNavigateToStringReference.
+
+       * dlls/hlink/link.c:
+       hlink: Only release an object that we successfully created.
+
+       * dlls/query/query.spec, dlls/query/query_main.c:
+       query: Add a stub implementation for LocateCatalogs.
+
+2006-07-24  Hwang YunSong(황윤성 <hys545@dreamwiz.com>
+
+       * programs/winhelp/Ko.rc:
+       winhelp: Updated Korean resource.
+
+2006-07-23  Robert Reif <reif@earthlink.net>
+
+       * include/winnt.h:
+       winnt.h: Add more SID defines.
+
+2006-07-22  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/session.c:
+       urlmon: Don't use freed string in TRACE.
+
+       * dlls/shdocvw/persist.c:
+       shdocvw: Return S_OK in IPersistStreamInit::Load.
+
+2006-07-22  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+       shell32: Define one more avi resource.
+
+2006-07-21  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/package.c:
+       msi: Add tests for component and feature states.
+
+2006-07-22  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/shell32/tests/shlexec.c:
+       shell32/tests: Write-strings warnings fix.
+
+2006-07-21  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c,
+         include/richedit.h:
+       riched20: Write-strings warnings fix.
+       The string members of the FINDTEXT and FINDTEXTEX structs are declared
+       constant in the SDK.
+
+2006-07-21  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/typelib.c:
+       oleview: Added interface handling to idl display.
+
+2006-07-21  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/dialog.c:
+       msi: Expand features with odd Display values.
+
+       * dlls/msi/dialog.c:
+       msi: Don't display a feature if its Display value is zero.
+
+       * dlls/msi/action.c:
+       msi: Set the component's initial state based on its attributes.
+
+2006-07-21  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Minor trace corrections in Set___ShaderConstants().
+
+2006-07-21  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Do not try to create a vbo more than once.
+
+       * dlls/wined3d/vertexbuffer.c:
+       wined3d: Move vertex fixups into their own function.
+
+2006-07-21  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+       ntdll: Use NtAllocateVirtualMemory to allocate all TEBs except the first one.
+
+2006-07-20  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut32: Fix missing tests and heap errors for VarCat conformance.
+
+       * dlls/oleaut32/variant.c:
+       oleaut32: Fix temp variant initialization issues in VarCat.
+
+2006-07-20  Stefan Siebert <stefan.siebert@web.de>
+
+       * dlls/kernel/time.c, dlls/ntdll/process.c,
+         include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/trace.c:
+       ntdll: Implementation of process CreationTime and ExitTime.
+
+2006-07-20  Christian Gmeiner <christian.gmeiner@students.fhv.at>
+
+       * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec,
+         include/setupapi.h:
+       setupapi: Implemented SetupDiCreateDeviceInfoA.
+
+       * dlls/setupapi/tests/devinst.c:
+       setupapi: Rename a test.
+
+2006-07-20  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/security.c, dlls/advapi32/tests/security.c:
+       advapi32: Partial LookupAccountSid implementation.
+
+2006-07-21  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/heap.c:
+       ntdll: Simplify the sanity checks in RtlFreeHeap and RtlReAllocateHeap.
+
+       * dlls/ntdll/heap.c:
+       ntdll: Set a proper HEAP_MIN_DATA_SIZE on 64-bit platforms.
+
+       * dlls/ntdll/heap.c:
+       ntdll: Add a few more free list entries to the heap.
+
+2006-07-21  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/comdlg32/cdlg_Ko.rc:
+       comdlg32: Updated Korean resource.
+
+2006-07-21  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Handle W/A conversions more correctly in MsiProvideQualifiedComponentEx.
+
+       * dlls/msi/msi.c:
+       msi: Use msi_reg_get_val_str() to read a registry value.
+
+       * dlls/msi/msi.c, dlls/msi/msi.spec:
+       msi: Add a stub implementation for MsiProvideQualifiedComponentExA.
+
+       * dlls/msi/msi.c:
+       msi: Components with INSTALLSTATE_NOTUSED are considered present.
+
+       * dlls/msi/msi.c:
+       msi: A component with an empty path is not used.
+
+       * dlls/msi/msi.c:
+       msi: Use TRACE not FIXME for already implemented functions.
+
+2006-07-20  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/d3d9/tests/shader.c, dlls/d3d9/tests/stateblock.c:
+       d3d9: State management test framework for d3d9.
+
+       * dlls/wined3d/device.c:
+       wined3d: Respect EnableAutoDepthStencil parameter.
+
+       * dlls/wined3d/stateblock.c:
+       wined3d: Correct initial render states.
+
+       * dlls/wined3d/device.c:
+       wined3d: Do not return WINED3DERR_INVALIDCALL for Phong shading.
+
+       * dlls/wined3d/device.c:
+       wined3d: Restore recording mode later in ActiveRender().
+
+       * dlls/wined3d/device.c:
+       wined3d: Read shader constants from correct stateblock.
+
+2006-07-20  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/mscms/tests/profile.c:
+       mscms/tests: Write-strings warnings fix.
+
+2006-07-20  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/input.c, dlls/user/tests/msg.c:
+       user: Add a TrackMouseEvent test, make it pass under Wine.
+
+2006-07-20  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add functionality for ScriptXtoCP and ScriptCPtoX calls.
+
+2006-07-20  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/ole32.spec, dlls/ole32/tests/compobj.c:
+       ole32: Implement CoRegisterPSClsid.
+
+2006-07-20  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/msi/appsearch.c:
+       msi: Don't use fixed-size buffers in AppSearch action.
+
+2006-07-20  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/dinput8/Makefile.in, dlls/dinput8/dinput8_main.c, tools/wine.inf:
+       dinput8: DirectInput8Create rewrite.
+
+2006-07-19  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut32: OLEFontImpl_GetIDsOfNames conformance test.
+
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Implements OLEFontImpl_GetIDsOfNames.
+
+2006-07-19  Bang Jun-Young <bang.junyoung@gmail.com>
+
+       * dlls/comdlg32/filedlg31.c:
+       comdlg32: Remove redundant headers.
+
+2006-07-19  Ge van Geldorp <ge@gse.nl>
+
+       * dlls/gdi/freetype.c:
+       gdi: Use variables of correct size.
+
+2006-07-19  Christian Gmeiner <christian.gmeiner@students.fhv.at>
+
+       * dlls/setupapi/devinst.c, dlls/setupapi/setupapi.spec:
+       setupapi: Add stub for SetupDiCreateDeviceInfoW.
+
+       * dlls/setupapi/devinst.c:
+       setupapi: Remove unneeded NULL checks before MyFree().
+
+2006-07-19  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/events.c:
+       msi: Implement the SetInstallLevel event.
+
+       * dlls/msi/install.c, dlls/msi/msipriv.h:
+       msi: Forward MsiSetInstallLevel to an internal MSI_SetInstallLevel that can
+       be used internally.
+
+       * dlls/msi/action.c, dlls/msi/install.c, dlls/msi/msipriv.h:
+       msi: Update feature states after changing install levels, as they may have
+       changed.
+
+       * dlls/msi/action.c:
+       msi: Rename SetFeatureStates to match the naming scheme of internal msi
+       functions.
+
+2006-07-20  Mike McCormack <mike@codeweavers.com>
+
+       * include/amstream.idl, include/ddstream.idl, include/dispex.idl,
+         include/downloadmgr.idl, include/dyngraph.idl, include/mlang.idl,
+         include/mmstream.idl, include/mshtmhst.idl, include/mshtml.idl,
+         include/msxml.idl, include/msxml2.idl, include/objidl.idl,
+         include/tom.idl, include/urlmon.idl, include/xmldom.idl,
+         include/xmldso.idl:
+       include: Remove unnecessary semicolons from idl.
+
+       * include/.gitignore, include/Makefile.in, include/dbinit.idl,
+         include/dbprop.idl, include/dbs.idl, include/oledb.idl:
+       oledb: Add oledb.idl and some idl files it depends on.
+
+2006-07-19  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac:
+       configure: Use -fno-builtin to avoid warnings with gcc 4.1.1.
+
+2006-07-20  Mike McCormack <mike@codeweavers.com>
+
+       * include/control.idl, include/hlink.idl, include/indexsvr.idl,
+         include/mshtmhst.idl, include/objsafe.idl, include/propidl.idl,
+         include/pstore.idl, include/richole.idl, include/shobjidl.idl,
+         include/wine/itss.idl:
+       include: Semicolons after cpp_quote are a syntax error in midl.
+
+2006-07-19  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Implement and test ScriptCacheGetHeight.
+
+2006-07-19  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/internet.c:
+       urlmon: Added PARSE_CANONICALIZE implementation in CoInternetParseUrl.
+
+       * dlls/mshtml/conpoint.c, dlls/mshtml/hlink.c, dlls/mshtml/install.c,
+         dlls/mshtml/loadopts.c, dlls/mshtml/navigate.c,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsio.c, dlls/mshtml/persist.c,
+         dlls/mshtml/selection.c, dlls/mshtml/txtrange.c, dlls/mshtml/view.c:
+       mshtml: Wrap remaining Heap* functions by inline functions.
+
+2006-07-19  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wininet/ftp.c:
+       wininet: FTP_FtpDeleteFileW expects a LPWININETFTPSESSIONW.
+
+2006-07-19  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/dnsapi/tests/name.c:
+       dnsapi/tests: Write-strings warnings fix.
+
+       * dlls/comctl32/tests/listview.c:
+       comctl32/tests: Write-strings warnings fix.
+
+2006-07-19  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h:
+       wined3d: Compilation fixes.
+
+2006-07-20  Kovács András <andras@csevego.net>
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: joydev_enum_deviceA now returns the correct value.
+
+2006-07-20  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/comctl32/comctl_Ko.rc:
+       comctl32: Updated Korean resource.
+
+2006-07-19  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c, dlls/crypt32/encode.c,
+         dlls/crypt32/tests/encode.c:
+       crypt32: Implement more string types for X509_NAME_VALUE.
+
+       * dlls/crypt32/str.c, dlls/crypt32/tests/str.c:
+       crypt32: Correct handling of empty output buffer in CertRDNValueToStr and
+       CertNameToStr.
+
+       * dlls/msi/appsearch.c:
+       msi: Implement ACTION_AppSearchIni.
+
+2006-07-19  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/directory.c:
+       ntdll: Null-terminate strings returned by VFAT_IOCTL_READDIR_BOTH to work
+       around a kernel bug.
+
+2006-07-19  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wininet/ftp.c:
+       wininet: FTP_FtpRenameFileW expects a LPWININETFTPSESSIONW.
+
+2006-07-19  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32_private.h, dlls/crypt32/decode.c,
+         dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Implement X509_UNICODE_NAME_VALUE encoding/decoding.
+
+       * dlls/msi/appsearch.c:
+       msi: Implement searching parent in ACTION_AppSearchReg.
+
+2006-07-19  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Implement MsiConfigureFeatureW.
+
+       * dlls/msi/msi.c:
+       msi: Fix the size of base 85 GUIDs.
+
+       * dlls/msi/action.c:
+       msi: Only load the features and files tables once.
+
+2006-07-18  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/typelib.c:
+       oleview: Added data freeing in TypeLib Viewer.
+
+       * programs/oleview/main.h, programs/oleview/typelib.c:
+       oleview: Added some features to IDL data displaying.
+
+       * programs/oleview/main.h, programs/oleview/pane.c,
+         programs/oleview/typelib.c:
+       oleview: Added skeleton for IDL files generation.
+
+2006-07-18  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Add ScriptStringCPtoX and ScriptStringXtoCP stubs.
+
+2006-07-19  Alexandre Julliard <julliard@winehq.org>
+
+       * loader/preloader.c:
+       preloader: Make sure the WINEPRELOADRESERVE area doesn't overlap the low
+       memory area.
+
+       * dlls/kernel/process.c:
+       kernel: Simplify set_process_name now that it doesn't have to handle winevdm.
+
+       * dlls/kernel/process.c, dlls/ntdll/virtual.c:
+       kernel: Added support for exec'ing a new Win32 process.
+       Use it to restart execution if the main binary can't be loaded because
+       of address space conflicts, and also for Win16/DOS support.
+
+       * dlls/kernel/process.c, dlls/ntdll/server.c,
+         include/wine/server_protocol.h, server/process.c, server/process.h,
+         server/protocol.def, server/request.c, server/trace.c:
+       server: Simplify process creation.
+       Pass the socket for the new process from the parent through the
+       environment.
+       Perform initialisations during the new_process request.
+
+2006-07-19  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/vertexdeclaration.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h:
+       wined3d: Make the number of floating point shader constants dynamic.
+
+2006-07-17  Stefan Leichter <Stefan.Leichter@camline.com>
+
+       * dlls/crypt32/tests/crl.c:
+       crypt32: Make tests loadable on NT4.
+
+2006-07-18  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/msi.spec, dlls/msi/source.c:
+       msi: Add a stub implementation of MsiSourceListClearAll.
+
+       * dlls/msi/action.c, dlls/msi/dialog.c:
+       msi: Sort SelectionTree items by their Display value.
+
+2006-07-18  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msi/files.c:
+       msi: Create files with the correct file attributes.
+
+2006-07-18  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Check the right pointers for NULL.
+
+       * dlls/msi/msi.c:
+       msi: Set properties, not the command line in MsiReinstallFeatureW.
+
+       * dlls/msi/install.c, dlls/msi/msi.spec:
+       msi: Implement MsiSetInstallLevel.
+
+2006-07-19  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/mshtml/Ko.rc:
+       mshtml: Updated Korean resource.
+
+2006-07-17  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Write-strings warnings fix.
+
+2006-07-18  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/crypt32/tests/main.c:
+       crypt32/tests: Write-strings warnings fix.
+
+2006-07-18  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       oleaut32: Update error codes for VarMod.
+
+2006-07-18  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: removeChild should catch a NULL child node.
+
+       * dlls/msxml3/tests/domdoc.c:
+       msxml3: Add a test to check that selectSingleNode returns a NULL-ptr when it
+       doesn't find a match.
+
+2006-07-18  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/msi/appsearch.c:
+       msi: Set name in ACTION_AppSearchGetSignature.
+
+       * dlls/crypt32/encode.c:
+       crypt32: Don't return from a try block.
+
+2006-07-18  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/main.c, dlls/mshtml/mshtml.spec:
+       mshtml: Added stub implementation of ShowHTMLDialog.
+
+2006-07-17  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * libs/wpp/ppl.l:
+       wpp: In recursive macro definitions, print the macro name instead of nothing.
+
+2006-07-18  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/device.c, dlls/ddraw/direct3d.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h:
+       ddraw/wined3d: Remove texture format enumeration functions.
+
+2006-07-17  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/swapchain.c:
+       wined3d: Duplicate flips in software if the local copy is up to date.
+
+2006-07-17  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Disable the fog before writing the back buffer data.
+
+2006-07-17  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/wined3d_main.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Add a setting for the render target locking method.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Break the glDrawPixels call out of UnlockRect.
+
+2006-07-18  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/cmdlgtst/Ko.rc:
+       cmdlgtst: Updated Korean resource.
+
+2006-07-17  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/str.c, dlls/crypt32/tests/str.c:
+       crypt32: Output x.500 strings from CertNameToStrA/W.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/serialize.c:
+       crypt32: Fix reading key prov info from serialized data.
+
+       * dlls/crypt32/encode.c:
+       crypt32: Always set required encoded length in CryptEncodeObject(Ex).
+
+       * dlls/msi/appsearch.c:
+       msi: Fix silly pointer error.
+
+2006-07-17  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/dialog.c:
+       msi: Update the feature components' states when a feature is selected.
+
+2006-07-17  Duane Clark <fpga@pacbell.net>
+
+       * dlls/msvcrt/tests/file.c:
+       msvcrt: Add tests of file operations in ASCII mode.
+
+2006-07-17  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/sec_mgr.c:
+       urlmon: Fix handle leak.
+
+       * dlls/mshtml/htmlbody.c, dlls/mshtml/htmldoc.c, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmlinput.c, dlls/mshtml/htmlnode.c,
+         dlls/mshtml/htmlselect.c, dlls/mshtml/htmltextarea.c:
+       mshtml: Wrap more Heap* function by inline functions.
+
+2006-07-17  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Add an exception handler around code executed on the server side
+       from the typelib marshaler.
+
+       * dlls/msi/msi.c:
+       msi: Fix conversion of path to include nul-termination character in
+       MsiProvideQualifiedComponentA.
+
+       * dlls/rpcrt4/cproxy.c:
+       rpcrt4: Display a big message box if the user tries to use typelib
+       marshaling in native oleaut32 with builtin rpcrt4 to tell them what is
+       wrong.
+
+       * dlls/rpcrt4/ndr_marshall.c, include/wine/rpcfc.h:
+       rpcrt4: Handle more structure padding values.
+
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: Revert check for FUNCFLAG_FRESTRICTED in ITypeInfo::Invoke.
+       The change caused regressions in a number of applications and needs more
+       study to see what the correct behaviour should be.
+
+2006-07-17  Christian Costa <titan.costa@wanadoo.fr>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/surface.c,
+         dlls/wined3d/vertexshader.c:
+       wined3d: Readd missing copyright to shaders files.
+
+       * dlls/wined3d/arb_program_shader.c:
+       wined3d: Fix typo in ARB pixel shader.
+
+2006-07-17  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/variant.c:
+       oleaut32: VarCmp - Corrected function description.
+
+2006-07-16  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Increment texture_idx when continuing as well.
+
+2006-07-17  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32/tests: Write-strings warnings fix.
+
+2006-07-17  Huw Davies <huw@codeweavers.com>
+
+       * dlls/comctl32/listview.c, dlls/comctl32/tests/listview.c:
+       comctl32: All items should be marked as unchecked when LVS_EX_CHECKBOXES is
+       initially set.
+       When a new item is added with LBS_EX_CHECKBOXES already set then that item is
+       marked as unchecked.
+
+2006-07-18  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac:
+       configure: Store the full path to the prelink tool.
+
+2006-07-17  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Fix for vertex shaders.
+
+2006-07-16  Duane Clark <fpga@pacbell.net>
+
+       * programs/notepad/main.c:
+       notepad: Change notepad printing font.
+
+       * programs/notepad/dialog.c:
+       notepad: Make notepad print something reasonable.
+
+2006-07-16  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/main.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/protocol.c:
+       mshtml: Wrap Heap* functions by inline functions.
+
+2006-07-17  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Break out the frame buffer readback of LockRect, implement palettized
+       readback.
+
+2006-07-17  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Don't access a negative section index in elf_map_section.
+
+       * dlls/dbghelp/stabs.c:
+       dbghelp: Avoid accessing a negative string index when parsing stabs entries
+       with an empty string.
+
+       * dlls/kernel/tests/version.c, dlls/ntdll/version.c:
+       ntdll: Fix a return code from RtlVerifyVersionInfo and change the FIXME to a
+       TRACE now that all of the tests pass.
+
+       * dlls/kernel/tests/version.c:
+       kernel: Fix an incorrect version test.
+
+       * dlls/kernel/tests/version.c, dlls/ntdll/version.c:
+       ntdll: Fix RtlVerifyVersionInfo handling of major, minor and service pack
+       versions, which are tested in a hierarchical manner.
+       Add some new tests for the different condition values.
+
+       * dlls/kernel/tests/version.c, dlls/ntdll/version.c:
+       ntdll: Use a common condition value for the major, minor and service pack
+       version numbers.
+
+       * dlls/ntdll/version.c:
+       ntdll: Reduce duplicated code in RtlVerifyVersionInfo by calling a function
+       for comparing the values.
+
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut32: Test the return value of VarCat in the tests.
+
+2006-07-15  Aric Stewart <aric@codeweavers.com>
+
+       * programs/wineboot/Makefile.in, programs/wineboot/wineboot.c:
+       wineboot: Copy windows file protection files at boot time.
+
+2006-07-17  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Tidy up MsiCreateAndVerifyInstallerDirectory a bit.
+
+       * dlls/msi/msi.c:
+       msi: Implement MsiConfigureFeatureA using MsiConfigureFeatureW.
+
+2006-07-15  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/install.c:
+       msi: Cleanup traces, remove unnecessary includes.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/helpers.c:
+       msi: Move msi_get_property_int() to helpers.c
+
+       * dlls/msi/msi.c:
+       msi: Add support for INSTALLSTATE_ADVERTISED to MsiQueryFeatureState.
+
+       * dlls/msi/msi.c:
+       msi: MsiGetComponentPath cannot return INSTALLSTATE_ADVERTISED.
+
+2006-07-16  Paul Millar <paul@astro.gla.ac.uk>
+
+       * configure, configure.ac, include/config.h.in, libs/wine/loader.c:
+       libwine: Add a configure check for setrlimit.
+
+2006-07-17  Alexandre Julliard <julliard@winehq.org>
+
+       * tools/winegcc/winegcc.c:
+       winegcc: Make sure the Wine library paths take precedence in Wine mode.
+
+2006-07-17  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/clock/Ko.rc:
+       clock: Updated Korean resource.
+
+2006-07-15  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/comctl32/listview.c:
+       comctl32: Use struct member after check for NULL (Coverity).
+
+2006-07-15  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Write the "Microsoft Browser Architecture" CLSID.
+
+2006-07-16  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/regsvr.c:
+       urlmon: Register zone and security manager.
+
+       * dlls/urlmon/session.c, dlls/urlmon/tests/misc.c,
+         dlls/urlmon/urlmon_main.c:
+       urlmon: Added UrlMkGetSessionOption implementation.
+
+       * dlls/urlmon/umon.c:
+       urlmon: Use URL_FILE_USE_PATHURL flag to combine urls.
+
+       * include/urlmon.idl:
+       urlmon.idl: Added some missing declarations.
+
+       * dlls/mshtml/htmldoc.c:
+       mshtml: Added get_all implementation.
+
+2006-07-17  Jonathan Ernst <jonathan@ernstfamily.ch>
+
+       * programs/notepad/Da.rc:
+       notepad: Fix typo in Danish translation spotted by Henrik Olsen.
+
+2006-07-16  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/keyboard.c:
+       dinput: Unacquire correct device.
+
+       * dlls/dinput/keyboard.c:
+       dinput: Ignore repeated key events.
+
+2006-07-16  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Allocate 4 extra bytes in the dib section.
+
+2006-07-16  Duane Clark <fpga@pacbell.net>
+
+       * tools/examine-relay:
+       examine-relay: Indent winex11.drv lines.
+
+2006-07-15  Duane Clark <dclark@akamail.com>
+
+       * dlls/comdlg32/printdlg.c:
+       comdlg32: Set PD_PAGENUMS from print dialog.
+
+2006-07-15  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/wordpad/Ko.rc:
+       wordpad: Updated Korean resource.
+
+2006-07-14  James Hawkins <truiken@gmail.com>
+
+       * dlls/wininet/internet.c, dlls/wininet/tests/url.c:
+       wininet: Add more tests for InternetCrackurl.
+
+       * dlls/msi/dialog.c:
+       msi: Add handling for the ListBox dialog control.
+
+2006-07-14  Milko Krachounov <milko@3mhz.net>
+
+       * dlls/shell32/shell32_Bg.rc:
+       shell32: Update Bulgarian translation.
+
+       * dlls/mshtml/Bg.rc:
+       mshtml: Update Bulgarian translation.
+
+2006-07-16  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+         include/winbase.h:
+       advapi32: Add CreateWellKnownSid and IsWellKnownSid.
+
+2006-07-14  Robert Reif <reif@earthlink.net>
+
+       * include/winnt.h:
+       include: Add well known sids and quota limits to winnt.h.
+
+2006-07-14  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/style.c:
+       riched20: WM_SETFONT support.
+
+2006-07-14  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c:
+       ole32: Improve CoRegisterMessageFilter and add tests for it.
+
+       * dlls/ole32/rpc.c:
+       ole32: Free the buffer allocated in local_server_thread (found by Smatch).
+
+2006-07-13  Aric Stewart <aric@codeweavers.com>
+
+       * configure, configure.ac, dlls/comcat/Makefile.in,
+         dlls/comcat/information.c, dlls/comcat/tests/Makefile.in,
+         dlls/comcat/tests/comcat.c, programs/winetest/Makefile.in:
+       comcat: cImplemented or cRequired of -1 means to match everything
+       regardless of the implementation or categories.
+
+2006-07-12  Stefan Siebert <stefan.siebert@ssiebert.de>
+
+       * dlls/msi/files.c:
+       msi: cabinet_notify - don't fail on files with the same filepath.
+
+2006-07-13  Christian Costa <titan.costa@wanadoo.fr>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/wined3d_main.c:
+       wined3d: Only copy memory corresponding to the dib section instead of the
+       power of 2 surface.
+
+2006-07-14  András Kovács <andras@csevego.net>
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+       shell32: Stub for SHSetLocalizedName.
+
+2006-07-13  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/msi/appsearch.c:
+       msi: Let caller set property in AppSearch.
+
+2006-07-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Use awstring to return strings from MsiGetProductInfo.
+
+       * dlls/msi/msi.c:
+       msi: Read from the registry, not the database in MsiGetProductInfo.
+
+       * dlls/msi/msipriv.h, dlls/msi/registry.c:
+       msi: Add some registry reading macro functions.
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/helpers.c,
+         dlls/msi/msipriv.h, dlls/msi/registry.c, dlls/msi/upgrade.c:
+       msi: Move version string conversions to registry.c.
+
+       * dlls/msi/classes.c, dlls/msi/msipriv.h, dlls/msi/registry.c:
+       msi: Move some registry helper functions to registry.c.
+
+2006-07-13  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c:
+       crypt32: Correct self-signed cert creation.
+       - use correct function names for rpcrt functions
+       - use CryptGenRandom to create unique serial numbers
+
+2006-07-13  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * tools/widl/parser.y:
+       widl: Support coclass forward declarations.
+
+       * tools/widl/header.c:
+       widl: Fix unterminated comment in generated code.
+
+2006-07-13  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Fix cmp instruction for GLSL.
+       The current GLSL cmp instruction is incorrect, because:
+       - it ignores destination write mask
+       - it ignores source swizzle
+       - it ignores other source modifiers.
+       - it works incorrectly for src0 = 0
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix light state bugs.
+
+2006-07-14  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: Don't execute a function in ITypeInfo::Invoke if it has the
+       FUNCFLAG_FRESTRICTED flag.
+       Add some more tests for ITypeInfo::Invoke.
+
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Implement GetClassID for the OLE picture class.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix Variance Callback Functions.
+       A callback function for computing the variance puts the computed value
+       into the same field as a conformance, so make sure to copy the value
+       into pCount before returning from ComputeConformanceOrVariance.
+
+       * dlls/rpcrt4/cpsf.c:
+       rpcrt4: Add the threading model and a description when registering a CLSID
+       for the PSFactoryBuffer.
+
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c:
+       ole32: Add validation of parameters to CoGetClassObject and make sure to
+       initialise ppv to NULL.
+
+2006-07-13  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/dinput/device.c, dlls/gdi/tests/brush.c, dlls/winedos/int10.c,
+         dlls/winex11.drv/xim.c:
+       Fix swapped 2nd and 3rd argument passed to memset.
+
+2006-07-14  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/msiexec/msiexec.c:
+       msiexec: Invert the return values of the boolean functions so that
+       their names make more sense.
+
+2006-07-13  James Hawkins <truiken@gmail.com>
+
+       * programs/msiexec/msiexec.c:
+       msiexec: Also support options using a hyphen.
+
+       * dlls/msi/dialog.c:
+       msi: Add handling for the GroupBox dialog control.
+
+2006-07-13  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * tools/winedump/pe.c:
+       winedump: Write-strings warnings fix.
+
+2006-07-14  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac:
+       configure: Revert the error exit code for warnings, it causes more
+       trouble than it's worth.
+
+2006-07-13  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/virtual.c, loader/kthread.c, loader/pthread.c:
+       ntdll: Make sure to not unmap anything from reserved areas
+       when using NtFreeVirtualMemory with the MEM_SYSTEM flag.
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Use the map_view() function to allocate TEBs, now that it supports an
+       arbitrary granularity.
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Support for arbitrary memory allocation granularity.
+
+2006-07-12  Jonathan Ernst <jonathan@ernstfamily.ch>
+
+       * programs/notepad/Bg.rc, programs/notepad/Cs.rc, programs/notepad/Da.rc,
+         programs/notepad/De.rc, programs/notepad/Eo.rc,
+         programs/notepad/Es.rc, programs/notepad/Fi.rc,
+         programs/notepad/Fr.rc, programs/notepad/Hu.rc,
+         programs/notepad/It.rc, programs/notepad/Ja.rc,
+         programs/notepad/Ko.rc, programs/notepad/Nl.rc,
+         programs/notepad/No.rc, programs/notepad/Pl.rc,
+         programs/notepad/Pt.rc, programs/notepad/Ru.rc,
+         programs/notepad/Si.rc, programs/notepad/Sk.rc,
+         programs/notepad/Sw.rc, programs/notepad/Th.rc,
+         programs/notepad/Tr.rc, programs/notepad/Wa.rc,
+         programs/notepad/Zh.rc:
+       notepad: Fix the ellipsis and shortcuts in menus.
+
+       * programs/wordpad/De.rc, programs/wordpad/En.rc, programs/wordpad/Fr.rc,
+         programs/wordpad/Hu.rc, programs/wordpad/Ko.rc,
+         programs/wordpad/Nl.rc, programs/wordpad/No.rc,
+         programs/wordpad/Ru.rc, programs/wordpad/Tr.rc:
+       wordpad: Add shortcuts in menus.
+
+2006-07-13  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comdlg32/cdlg_Pl.rc:
+       comdlg32: Update Polish translation.
+
+2006-07-13  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/compobj.c:
+       ole32: Don't loop while peeking messages in CoWaitForMultipleHandles.
+       It increases the latency on completing the COM call and could result in
+       the COM call never completing in some circumstances.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Convert void return types to the VT_EMPTY variant type in
+       ITypeInfo::Invoke.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Typelib interfaces with the FDUAL flag should also be registered,
+       since dispinterfaces don't have the FDISPATCHABLE flag.
+
+       * dlls/ws2_32/socket.c, include/ws2tcpip.h:
+       include: Add NI_* defines and add a WS(socklen_t) type.
+
+       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+       rpcrt4: Add a stub for I_RpcMapWin32Status.
+
+       * dlls/dbghelp/path.c:
+       dbghelp: Fix the finding of PDB DS-type files.
+
+2006-07-13  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/shell32/brsfolder.c:
+       shell32: Avoid using macros that cause gcc warnings.
+
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, include/winternl.h:
+       ntdll: Moved the calling of the process entry point to LdrInitializeThunk.
+
+       * dlls/kernel/kernel_main.c, dlls/kernel/process.c:
+       kernel32: Moved initialisation of the console handles to DllMain.
+
+2006-07-12  James Hawkins <truiken@gmail.com>
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathCommonPrefixA.
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathBuildRootA.
+
+       * dlls/msi/install.c, dlls/msi/tests/package.c:
+       msi: Update the files target paths as well, because a parent directory might
+       have been changed.
+
+2006-07-12  Thomas Kho <tkho@ucla.edu>
+
+       * programs/notepad/dialog.c:
+       notepad: Change file not saved alert title to match Windows' notepad.exe.
+
+       * programs/notepad/En.rc, programs/notepad/dialog.c:
+       notepad: Change window title to be like Windows' notepad.exe.
+
+2006-07-12  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/winspool.drv/tests/info.c:
+       winspool.drv/tests: Write-strings warnings fix.
+
+       * dlls/mshtml/main.c:
+       mshtml: Write-strings warnings fix.
+
+2006-07-11  James Hawkins <truiken@gmail.com>
+
+       * dlls/urlmon/umon.c:
+       urlmon: Implement URLDownloadToCacheFileW.
+
+2006-07-10  Ge van Geldorp <ge@gse.nl>
+
+       * dlls/user/class.c, include/wine/server_protocol.h, server/protocol.def,
+         server/trace.c:
+       user32: Implement Get/SetClassLongPtrA/W.
+
+2006-07-11  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/user/sysparams.c:
+       user: Implement Ascii version of SPI_GETDESKWALLPAPER.
+
+2006-07-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/stg_prop.c, dlls/ole32/tests/stg_prop.c:
+       ole32: Only return S_FALSE in IPropertyStorage::ReadMultiple if a property
+       was not found.
+
+       * dlls/ole32/clipboard.c:
+       ole32: Small cleanups.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Remove unnecessary assert(This) calls.
+
+       * dlls/ole32/stg_prop.c, dlls/ole32/tests/stg_prop.c:
+       ole32: Fix and test reading and writing of VT_CF properties.
+
+2006-07-12  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/comctl_Bg.rc, dlls/comctl32/comctl_Cn.rc,
+         dlls/comctl32/comctl_Cs.rc, dlls/comctl32/comctl_De.rc,
+         dlls/comctl32/comctl_En.rc, dlls/comctl32/comctl_Eo.rc,
+         dlls/comctl32/comctl_Es.rc, dlls/comctl32/comctl_Fr.rc,
+         dlls/comctl32/comctl_Hu.rc, dlls/comctl32/comctl_It.rc,
+         dlls/comctl32/comctl_Ja.rc, dlls/comctl32/comctl_Ko.rc,
+         dlls/comctl32/comctl_Nl.rc, dlls/comctl32/comctl_No.rc,
+         dlls/comctl32/comctl_Pl.rc, dlls/comctl32/comctl_Pt.rc,
+         dlls/comctl32/comctl_Ru.rc, dlls/comctl32/comctl_Si.rc,
+         dlls/comctl32/comctl_Sv.rc, dlls/comctl32/comctl_Th.rc,
+         dlls/comctl32/comctl_Tr.rc, dlls/comctl32/comctl_Uk.rc,
+         dlls/comctl32/propsheet.c:
+       comctl32: Use wsprintf instead of strcat building the properties
+       dialog title to allow different word orders.
+
+2006-07-12  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/msi/appsearch.c:
+       msi: Split up ACTION_AppSearchReg.
+
+       * dlls/crypt32/store.c:
+       crypt32: Add stubs for some stores.
+
+       * dlls/crypt32/crypt32.spec:
+       crypt32: Forward CreateFileU to CreateFileW.
+
+2006-07-11  Dan Hipschman <dsh@linux.ucla.edu>
+
+       * dlls/gdi/driver.c, dlls/gdi/enhmfdrv/init.c, dlls/gdi/font.c,
+         dlls/gdi/freetype.c, dlls/gdi/gdi_private.h, dlls/gdi/mfdrv/init.c,
+         dlls/wineps.drv/builtin.c, dlls/wineps.drv/psdrv.h,
+         dlls/wineps.drv/wineps.drv.spec, dlls/winex11.drv/codepage.c,
+         dlls/winex11.drv/text.c, dlls/winex11.drv/winex11.drv.spec,
+         dlls/winex11.drv/x11font.h:
+       gdi32: Implement GetTextExtentPoint in terms of GetTextExtentExPoint
+       (not vice versa) for efficiency (required adding the Ex functionality
+       to drivers).
+
+       * dlls/gdi/tests/font.c:
+       gdi32: Add conformance test for GetTextExtentExPointW.
+
+2006-07-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/query/query_main.c:
+       query: Return a more appropriate error code from CIState.
+
+2006-07-11  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/urlmon/regsvr.c:
+       urlmon: Write-strings warnings fix.
+
+2006-07-12  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/utils.c:
+       wined3d: Texture stages that reference NULL textures should just pass
+       through the result of the previous stage.
+
+       * dlls/wined3d/device.c, include/wine/wined3d_gl.h:
+       wined3d: Fix specular color handling for register combiners.
+       By default the FinalCombiner is setup to add the specular color to the
+       final result of the combiner operations. However, it should only do
+       this when the WINED3DRS_SPECULARENABLE renderstate is enabled.
+
+2006-07-12  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/vertexbuffer.c:
+       wined3d: Check the color data type too when deciding whether to convert data.
+
+2006-07-11  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Implement IPropertyStorage::Enum using enumx.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Clean up some declarations.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Use enumx to implement IPropertySetStorage::Enum.
+
+       * dlls/ole32/Makefile.in, dlls/ole32/enumx.c, dlls/ole32/enumx.h:
+       ole32: Add a framework for implementing IEnum* interfaces.
+
+2006-07-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/ole2.c:
+       ole32: Don't warn when clearing PropVariants that don't have allocated memory.
+
+       * dlls/ole32/tests/stg_prop.c, dlls/ole32/tests/storage32.c:
+       ole32: Fix conformance test to compile with MSVC6.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: This cannot be NULL, so don't check it.
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Only return S_FALSE in IPropertyStorage::ReadMultiple if a property
+       was not found.
+
+2006-07-11  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/ole2.c:
+       ole32: Allocate copied VT_CF data correctly in PropVariantCopy.
+
+2006-07-11  Bang Jun-Young <bang.junyoung@gmail.com>
+
+       * dlls/avifil32/Makefile.in:
+       avifil32: Remove unnecessary dependency on ntdll.
+
+2006-07-11  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c, include/wincrypt.h:
+       crypt32: Implement CryptAcquireCertificatePrivateKey.
+
+2006-07-11  Robert Reif <reif@earthlink.net>
+
+       * dlls/advapi32/lsa.c:
+       advapi32: Fix LsaQueryInformationPolicy HeapAlloc bug.
+
+       * include/ntsecapi.h:
+       include: Add more policy structures to ntsecapi.h.
+
+2006-07-11  Alexandre Julliard <julliard@winehq.org>
+
+       * libs/Makefile.in, tools/winewrapper:
+       libs: Get rid of the libwine symlinks.
+
+       * Make.rules.in, dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+         programs/Makeprog.rules.in, tools/winegcc/winegcc.c:
+       winegcc: Automatically add the correct lib paths when building inside the
+       Wine tree.
+
+       * Make.rules.in, libs/Makefile.in, tools/widl/Makefile.in,
+         tools/wrc/Makefile.in:
+       libs: Get rid of the symlinks for the static libs.
+
+       * Make.rules.in, configure, configure.ac, dlls/advapi32/Makefile.in,
+         dlls/advpack/Makefile.in, dlls/atl/Makefile.in,
+         dlls/avifil32/Makefile.in, dlls/comcat/Makefile.in,
+         dlls/comctl32/Makefile.in, dlls/comdlg32/Makefile.in,
+         dlls/crtdll/Makefile.in, dlls/devenum/Makefile.in,
+         dlls/dmloader/Makefile.in, dlls/dmusic/Makefile.in,
+         dlls/dnsapi/Makefile.in, dlls/dplayx/Makefile.in,
+         dlls/dxdiagn/Makefile.in, dlls/gdi/Makefile.in,
+         dlls/hhctrl.ocx/Makefile.in, dlls/hlink/Makefile.in,
+         dlls/infosoft/Makefile.in, dlls/inseng/Makefile.in,
+         dlls/itss/Makefile.in, dlls/kernel/Makefile.in,
+         dlls/lz32/Makefile.in, dlls/mapi32/Makefile.in,
+         dlls/mciavi32/Makefile.in, dlls/mcicda/Makefile.in,
+         dlls/mciseq/Makefile.in, dlls/mciwave/Makefile.in,
+         dlls/midimap/Makefile.in, dlls/mlang/Makefile.in,
+         dlls/mpr/Makefile.in, dlls/msacm32.drv/Makefile.in,
+         dlls/msacm32/Makefile.in, dlls/msdmo/Makefile.in,
+         dlls/mshtml/Makefile.in, dlls/msi/Makefile.in,
+         dlls/msvcrt/Makefile.in, dlls/msvcrt20/Makefile.in,
+         dlls/msvfw32/Makefile.in, dlls/msxml3/Makefile.in,
+         dlls/ntdll/Makefile.in, dlls/objsel/Makefile.in,
+         dlls/odbc32/Makefile.in, dlls/odbccp32/Makefile.in,
+         dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in,
+         dlls/powrprof/Makefile.in, dlls/qcap/Makefile.in,
+         dlls/quartz/Makefile.in, dlls/query/Makefile.in,
+         dlls/riched20/Makefile.in, dlls/rpcrt4/Makefile.in,
+         dlls/serialui/Makefile.in, dlls/setupapi/Makefile.in,
+         dlls/shdocvw/Makefile.in, dlls/shell32/Makefile.in,
+         dlls/shlwapi/Makefile.in, dlls/urlmon/Makefile.in,
+         dlls/user/Makefile.in, dlls/userenv/Makefile.in,
+         dlls/uxtheme/Makefile.in, dlls/version/Makefile.in,
+         dlls/winedos/Makefile.in, dlls/winex11.drv/Makefile.in,
+         dlls/wininet/Makefile.in, dlls/winmm/Makefile.in,
+         dlls/winmm/joystick/Makefile.in, dlls/winmm/winearts/Makefile.in,
+         dlls/winmm/winejack/Makefile.in, dlls/winmm/winenas/Makefile.in,
+         dlls/winmm/wineoss/Makefile.in, dlls/winspool.drv/Makefile.in,
+         dlls/wnaspi32/Makefile.in, dlls/ws2_32/Makefile.in, libs/Makefile.in,
+         libs/unicode/Makefile.in, libs/unicode/c_037.c,
+         libs/unicode/c_10000.c, libs/unicode/c_10006.c,
+         libs/unicode/c_10007.c, libs/unicode/c_10029.c,
+         libs/unicode/c_1006.c, libs/unicode/c_10079.c,
+         libs/unicode/c_10081.c, libs/unicode/c_1026.c, libs/unicode/c_1250.c,
+         libs/unicode/c_1251.c, libs/unicode/c_1252.c, libs/unicode/c_1253.c,
+         libs/unicode/c_1254.c, libs/unicode/c_1255.c, libs/unicode/c_1256.c,
+         libs/unicode/c_1257.c, libs/unicode/c_1258.c, libs/unicode/c_20127.c,
+         libs/unicode/c_20866.c, libs/unicode/c_20932.c,
+         libs/unicode/c_21866.c, libs/unicode/c_28591.c,
+         libs/unicode/c_28592.c, libs/unicode/c_28593.c,
+         libs/unicode/c_28594.c, libs/unicode/c_28595.c,
+         libs/unicode/c_28596.c, libs/unicode/c_28597.c,
+         libs/unicode/c_28598.c, libs/unicode/c_28599.c,
+         libs/unicode/c_28600.c, libs/unicode/c_28603.c,
+         libs/unicode/c_28604.c, libs/unicode/c_28605.c,
+         libs/unicode/c_28606.c, libs/unicode/c_424.c, libs/unicode/c_437.c,
+         libs/unicode/c_500.c, libs/unicode/c_737.c, libs/unicode/c_775.c,
+         libs/unicode/c_850.c, libs/unicode/c_852.c, libs/unicode/c_855.c,
+         libs/unicode/c_856.c, libs/unicode/c_857.c, libs/unicode/c_860.c,
+         libs/unicode/c_861.c, libs/unicode/c_862.c, libs/unicode/c_863.c,
+         libs/unicode/c_864.c, libs/unicode/c_865.c, libs/unicode/c_866.c,
+         libs/unicode/c_869.c, libs/unicode/c_874.c, libs/unicode/c_875.c,
+         libs/unicode/c_878.c, libs/unicode/c_932.c, libs/unicode/c_936.c,
+         libs/unicode/c_949.c, libs/unicode/c_950.c, libs/unicode/casemap.c,
+         libs/unicode/collation.c, libs/unicode/compose.c,
+         libs/unicode/cpmap.pl, libs/unicode/cptable.c, libs/unicode/defaults,
+         libs/unicode/fold.c, libs/unicode/mbtowc.c, libs/unicode/sortkey.c,
+         libs/unicode/string.c, libs/unicode/utf8.c, libs/unicode/wctomb.c,
+         libs/unicode/wctype.c, libs/unicode/wine_unicode.def,
+         libs/unicode/wine_unicode.map, libs/wine/Makefile.in,
+         libs/wine/c_037.c, libs/wine/c_10000.c, libs/wine/c_10006.c,
+         libs/wine/c_10007.c, libs/wine/c_10029.c, libs/wine/c_1006.c,
+         libs/wine/c_10079.c, libs/wine/c_10081.c, libs/wine/c_1026.c,
+         libs/wine/c_1250.c, libs/wine/c_1251.c, libs/wine/c_1252.c,
+         libs/wine/c_1253.c, libs/wine/c_1254.c, libs/wine/c_1255.c,
+         libs/wine/c_1256.c, libs/wine/c_1257.c, libs/wine/c_1258.c,
+         libs/wine/c_20127.c, libs/wine/c_20866.c, libs/wine/c_20932.c,
+         libs/wine/c_21866.c, libs/wine/c_28591.c, libs/wine/c_28592.c,
+         libs/wine/c_28593.c, libs/wine/c_28594.c, libs/wine/c_28595.c,
+         libs/wine/c_28596.c, libs/wine/c_28597.c, libs/wine/c_28598.c,
+         libs/wine/c_28599.c, libs/wine/c_28600.c, libs/wine/c_28603.c,
+         libs/wine/c_28604.c, libs/wine/c_28605.c, libs/wine/c_28606.c,
+         libs/wine/c_424.c, libs/wine/c_437.c, libs/wine/c_500.c,
+         libs/wine/c_737.c, libs/wine/c_775.c, libs/wine/c_850.c,
+         libs/wine/c_852.c, libs/wine/c_855.c, libs/wine/c_856.c,
+         libs/wine/c_857.c, libs/wine/c_860.c, libs/wine/c_861.c,
+         libs/wine/c_862.c, libs/wine/c_863.c, libs/wine/c_864.c,
+         libs/wine/c_865.c, libs/wine/c_866.c, libs/wine/c_869.c,
+         libs/wine/c_874.c, libs/wine/c_875.c, libs/wine/c_878.c,
+         libs/wine/c_932.c, libs/wine/c_936.c, libs/wine/c_949.c,
+         libs/wine/c_950.c, libs/wine/casemap.c, libs/wine/collation.c,
+         libs/wine/compose.c, libs/wine/cpmap.pl, libs/wine/cptable.c,
+         libs/wine/defaults, libs/wine/fold.c, libs/wine/mbtowc.c,
+         libs/wine/sortkey.c, libs/wine/string.c, libs/wine/utf8.c,
+         libs/wine/wctomb.c, libs/wine/wctype.c, libs/wine/wine.def,
+         libs/wine/wine.map, programs/msiexec/Makefile.in,
+         programs/rundll32/Makefile.in, programs/winemenubuilder/Makefile.in,
+         server/Makefile.in, tools/Makefile.in, tools/wmc/Makefile.in,
+         tools/wrc/Makefile.in:
+       libs: Merged libwine_unicode into libwine.
+       Most dlls use libwine_unicode at this point, so there's nothing to
+       gain by having two separate libraries.
+
+2006-07-10  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c:
+       crypt32: Check a pointer before dereferencing it (Coverity).
+
+       * dlls/shell32/pidl.c, dlls/shell32/tests/shlfolder.c:
+       shell32: Always NULL-terminate path in SHGetPathFromIDList.
+
+2006-07-11  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/infosoft/Makefile.in,
+         dlls/infosoft/infosoft.spec, dlls/infosoft/infosoft_main.c,
+         dlls/infosoft/wordbreaker.c:
+       infosoft: Add a word breaker for English.
+
+2006-07-10  Ge van Geldorp <ge@gse.nl>
+
+       * tools/winebuild/import.c:
+       winebuild: Save registers which might contain parameters for the function to
+       be called.
+
+       * dlls/kernel/resource.c, include/winternl.h:
+       ntdll: Widen fields in LDR_RESOURCE_INFO to accomodate 64 bit pointers.
+
+2006-07-10  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/package.c:
+       msi: Test how SetTargetPath affects the target paths of install files.
+
+2006-07-09  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/appsearch.c:
+       msi: AppSearchReg shouldn't create the key it's looking for if it doesn't exist.
+
+2006-07-10  Benjamin Arai <me@benjaminarai.com>
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       oleaut32: Conformance test and patch for VarCat.
+
+2006-07-10  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Improve GetAdapterMonitor stub.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: More flow control instructions.
+       - Implement call, callnz, label, and ret
+       - Implement support for NOT modifier
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: More flow control instructions
+       - Implement if, else, endif, rep, endrep, break
+       - Implement ifc, breakc, using undocumented comparison bits in the instruction
+       token
+       - Fix bug in main loop processing of codes with no dst token
+       - Fix bug in GLSL output modifier processing of codes with no dst token
+       - Fix bug in loop implementation (src1 contains the integer data, src0 is aL)
+       - Add versioning for all the instructions above, and remove
+       GLSL_REQUIRED thing, which is useless and should be removed from all
+       opcodes in general.
+
+2006-07-09  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix off-by-one constants bug.
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/glsl_shader.c:
+       wined3d: Clamp texcoord output between 0 and 1.
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Place immediate constants in the same array as global constants.
+       - move DEF, DEFI, DEFB handling into the register counting pass
+       - keep track of defined constants as a linked list (because there's a
+       few of them)
+       - apply immediate constants after global constants in the constant
+       loading function
+       - both types of constants now get loaded with array notation in the
+       shader (into the same array)
+
+2006-07-10  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/ddraw_private.h,
+         dlls/ddraw/ddraw_thunks.c, dlls/ddraw/palette.c,
+         dlls/ddraw/tests/refcount.c:
+       ddraw: Palette refcounting fix.
+       Do not AddRef the DirectDraw interfaces in CreatePalette of older
+       interface version, and add a test for that.
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/ddraw_private.h,
+         dlls/ddraw/ddraw_thunks.c, dlls/ddraw/direct3d.c, dlls/ddraw/main.c,
+         dlls/ddraw/surface.c, dlls/ddraw/tests/refcount.c:
+       ddraw: Split up the ddraw refcount.
+
+2006-07-10  Mike McCormack <mike@codeweavers.com>
+
+       * include/Makefile.in, include/cierror.h:
+       include: Add cierror.h.
+
+2006-07-11  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/storage32.c:
+       ole32: Only print a FIXME if necessary in StgOpenStorageEx.
+
+       * include/indexsvr.idl:
+       indexsvr.h: Fix a typo.
+
+2006-07-10  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Add an "\n" to a fixme to fix another overflow (in
+       IWineD3DImpl_CheckDeviceFormatConversion).
+
+2006-07-10  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/riched20/richole.c, include/.gitignore, include/Makefile.in,
+         include/tom.idl:
+       riched20: Add stub implementation of ITextDocument.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       crypt32: Implement key context property, with tests.
+
+2006-07-10  Ge van Geldorp <ge@gse.nl>
+
+       * programs/winedbg/be_x86_64.c, programs/winedbg/debugger.h:
+       winedbg: Implement some x86_64 backend routines.
+
+       * tools/winebuild/spec32.c:
+       winebuild: Reserve enough space for null function pointer.
+
+       * server/queue.c:
+       server: Widen lparam for timers.
+
+2006-07-10  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/shell32/shlview.c:
+       shell32: Write-strings warning fix.
+
+2006-07-08  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32/tests: Write-strings warnings test.
+
+2006-07-11  Alexandre Julliard <julliard@winehq.org>
+
+       * server/ptrace.c:
+       server: Fixed get_thread_context for x86_64.
+
+2006-07-10  Bang Jun-Young <bang.junyoung@gmail.com>
+
+       * dlls/amstream/amstream.c, include/mmstream.idl:
+       amstream: Fix argument types to match the PSDK.
+
+2006-07-11  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * programs/notepad/En.rc:
+       notepad: En.rc: Fix the ellipsis in menu.
+
+2006-07-10  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: Implement removeChild.
+
+2006-07-10  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/query.c:
+       dnsapi: Fix a buffer overrun (Coverity).
+
+       * dlls/wldap32/ber.c:
+       wldap32: Document the ber functions.
+
+       * dlls/wldap32/rename.c:
+       wldap32: Document the rename functions.
+
+       * tools/wine.inf:
+       wine.inf: Add msi to the list of fake dlls.
+
+2006-07-10  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/En.rc, programs/oleview/resource.h,
+         programs/oleview/typelib.c:
+       oleview: Added more fields to TypeLib Viewer tree.
+
+2006-07-08  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/binding.c:
+       urlmon: Always verify mime using FindMimeFromData.
+
+       * dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added test of DoVerb.
+
+       * dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added GetMiscStatus test.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Call SetMenu in activate_ui.
+
+       * dlls/mshtml/olewnd.c, dlls/mshtml/tests/htmldoc.c:
+       mshtml: Added OnFrameWindowActivate implementation.
+
+2006-07-08  Bang Jun-Young <bang.junyoung@gmail.com>
+
+       * dlls/advapi32/registry.c, include/winreg.h:
+       advapi32: Fix registry API prototypes to match the PSDK.
+
+2006-07-10  Alexandre Julliard <julliard@winehq.org>
+
+       * include/.gitignore, include/wine/.gitignore:
+       include/.gitignore: Moved the wine subdir ignore list to the main file.
+
+       * libs/.gitignore, libs/unicode/.gitignore, libs/wine/.gitignore:
+       libs/.gitignore: Added wildcards for libraries.
+
+       * .gitignore, dlls/msi/.gitignore, libs/wpp/.gitignore,
+         programs/winedbg/.gitignore, programs/winhelp/.gitignore,
+         tools/widl/.gitignore, tools/wmc/.gitignore, tools/wrc/.gitignore:
+       .gitignore: Added wildcards to ignore lex and bison output files.
+
+       * .gitignore, dlls/amstream/.gitignore, dlls/atl/.gitignore,
+         dlls/avifil32/.gitignore, dlls/cabinet/.gitignore,
+         dlls/cards/.gitignore, dlls/comcat/.gitignore,
+         dlls/comctl32/.gitignore, dlls/comctl32/tests/.gitignore,
+         dlls/comdlg32/.gitignore, dlls/crypt32/.gitignore,
+         dlls/d3d8/.gitignore, dlls/d3d9/.gitignore, dlls/d3dim/.gitignore,
+         dlls/d3drm/.gitignore, dlls/d3dxof/.gitignore, dlls/ddraw/.gitignore,
+         dlls/devenum/.gitignore, dlls/dinput/.gitignore,
+         dlls/dinput8/.gitignore, dlls/dmband/.gitignore,
+         dlls/dmcompos/.gitignore, dlls/dmime/.gitignore,
+         dlls/dmloader/.gitignore, dlls/dmscript/.gitignore,
+         dlls/dmstyle/.gitignore, dlls/dmsynth/.gitignore,
+         dlls/dmusic/.gitignore, dlls/dmusic32/.gitignore,
+         dlls/dplay/.gitignore, dlls/dplayx/.gitignore, dlls/dpnet/.gitignore,
+         dlls/dpnhpast/.gitignore, dlls/dsound/.gitignore,
+         dlls/dswave/.gitignore, dlls/dxdiagn/.gitignore, dlls/gdi/.gitignore,
+         dlls/gphoto2.ds/.gitignore, dlls/hhctrl.ocx/.gitignore,
+         dlls/iccvid/.gitignore, dlls/kernel/.gitignore,
+         dlls/kernel/messages/.gitignore, dlls/mciavi32/.gitignore,
+         dlls/mpr/.gitignore, dlls/msacm32/.gitignore, dlls/mscms/.gitignore,
+         dlls/msdmo/.gitignore, dlls/mshtml/.gitignore, dlls/msi/.gitignore,
+         dlls/msrle32/.gitignore, dlls/msvcrt/.gitignore,
+         dlls/msvfw32/.gitignore, dlls/msvidc32/.gitignore,
+         dlls/mswsock/.gitignore, dlls/objsel/.gitignore,
+         dlls/ole32/.gitignore, dlls/oleaut32/.gitignore,
+         dlls/oledlg/.gitignore, dlls/opengl32/.gitignore,
+         dlls/qcap/.gitignore, dlls/quartz/.gitignore,
+         dlls/riched20/.gitignore, dlls/sane.ds/.gitignore,
+         dlls/serialui/.gitignore, dlls/setupapi/.gitignore,
+         dlls/shdocvw/.gitignore, dlls/shell32/.gitignore,
+         dlls/shlwapi/.gitignore, dlls/stdole2.tlb/.gitignore,
+         dlls/stdole32.tlb/.gitignore, dlls/urlmon/.gitignore,
+         dlls/user/resources/.gitignore, dlls/user/tests/.gitignore,
+         dlls/uxtheme/.gitignore, dlls/version/tests/.gitignore,
+         dlls/wineps.drv/.gitignore, dlls/wininet/.gitignore,
+         dlls/winmm/.gitignore, dlls/winspool.drv/.gitignore,
+         dlls/wintrust/.gitignore, dlls/wldap32/.gitignore,
+         dlls/ws2_32/.gitignore, dlls/wsock32/.gitignore,
+         programs/clock/.gitignore, programs/cmdlgtst/.gitignore,
+         programs/msiexec/.gitignore, programs/notepad/.gitignore,
+         programs/oleview/.gitignore, programs/progman/.gitignore,
+         programs/regedit/.gitignore, programs/regsvr32/.gitignore,
+         programs/start/.gitignore, programs/taskmgr/.gitignore,
+         programs/uninstaller/.gitignore, programs/view/.gitignore,
+         programs/wcmd/.gitignore, programs/winecfg/.gitignore,
+         programs/wineconsole/.gitignore, programs/winefile/.gitignore,
+         programs/winemine/.gitignore, programs/winetest/.gitignore,
+         programs/winhelp/.gitignore, programs/wordpad/.gitignore:
+       .gitignore: Added wildcards to ignore generated resource files.
+
+       * dlls/.gitignore, dlls/advapi32/tests/.gitignore,
+         dlls/advpack/tests/.gitignore, dlls/cabinet/tests/.gitignore,
+         dlls/comctl32/tests/.gitignore, dlls/comdlg32/tests/.gitignore,
+         dlls/crypt32/tests/.gitignore, dlls/d3d8/tests/.gitignore,
+         dlls/d3d9/tests/.gitignore, dlls/ddraw/tests/.gitignore,
+         dlls/dinput/tests/.gitignore, dlls/dnsapi/tests/.gitignore,
+         dlls/dsound/tests/.gitignore, dlls/gdi/tests/.gitignore,
+         dlls/iphlpapi/tests/.gitignore, dlls/kernel/tests/.gitignore,
+         dlls/lz32/tests/.gitignore, dlls/make_dlls,
+         dlls/mapi32/tests/.gitignore, dlls/mlang/tests/.gitignore,
+         dlls/msacm32/tests/.gitignore, dlls/mscms/tests/.gitignore,
+         dlls/mshtml/tests/.gitignore, dlls/msi/tests/.gitignore,
+         dlls/msvcrt/tests/.gitignore, dlls/msvcrtd/tests/.gitignore,
+         dlls/msxml3/tests/.gitignore, dlls/netapi32/tests/.gitignore,
+         dlls/ntdll/tests/.gitignore, dlls/ole32/tests/.gitignore,
+         dlls/oleaut32/tests/.gitignore, dlls/psapi/tests/.gitignore,
+         dlls/quartz/tests/.gitignore, dlls/riched20/tests/.gitignore,
+         dlls/rpcrt4/tests/.gitignore, dlls/rsabase/tests/.gitignore,
+         dlls/rsaenh/tests/.gitignore, dlls/secur32/tests/.gitignore,
+         dlls/setupapi/tests/.gitignore, dlls/shdocvw/tests/.gitignore,
+         dlls/shell32/tests/.gitignore, dlls/shlwapi/tests/.gitignore,
+         dlls/urlmon/tests/.gitignore, dlls/user/tests/.gitignore,
+         dlls/usp10/tests/.gitignore, dlls/uxtheme/tests/.gitignore,
+         dlls/version/tests/.gitignore, dlls/wininet/tests/.gitignore,
+         dlls/winmm/tests/.gitignore, dlls/winspool.drv/tests/.gitignore,
+         dlls/ws2_32/tests/.gitignore:
+       make_dlls: Recursively ignore .ok files in all tests directories.
+
+       * dlls/.gitignore, dlls/advapi32/tests/.gitignore,
+         dlls/advpack/tests/.gitignore, dlls/cabinet/tests/.gitignore,
+         dlls/comctl32/tests/.gitignore, dlls/comdlg32/tests/.gitignore,
+         dlls/crypt32/tests/.gitignore, dlls/d3d8/tests/.gitignore,
+         dlls/d3d9/tests/.gitignore, dlls/ddraw/tests/.gitignore,
+         dlls/dinput/tests/.gitignore, dlls/dnsapi/tests/.gitignore,
+         dlls/dsound/tests/.gitignore, dlls/gdi/tests/.gitignore,
+         dlls/iphlpapi/tests/.gitignore, dlls/kernel/tests/.gitignore,
+         dlls/lz32/tests/.gitignore, dlls/make_dlls,
+         dlls/mapi32/tests/.gitignore, dlls/mlang/tests/.gitignore,
+         dlls/msacm32/tests/.gitignore, dlls/mscms/tests/.gitignore,
+         dlls/mshtml/tests/.gitignore, dlls/msi/tests/.gitignore,
+         dlls/msvcrt/tests/.gitignore, dlls/msvcrtd/tests/.gitignore,
+         dlls/msxml3/tests/.gitignore, dlls/netapi32/tests/.gitignore,
+         dlls/ntdll/tests/.gitignore, dlls/ole32/tests/.gitignore,
+         dlls/oleaut32/tests/.gitignore, dlls/psapi/tests/.gitignore,
+         dlls/quartz/tests/.gitignore, dlls/riched20/tests/.gitignore,
+         dlls/rpcrt4/tests/.gitignore, dlls/rsabase/tests/.gitignore,
+         dlls/rsaenh/tests/.gitignore, dlls/secur32/tests/.gitignore,
+         dlls/setupapi/tests/.gitignore, dlls/shdocvw/tests/.gitignore,
+         dlls/shell32/tests/.gitignore, dlls/shlwapi/tests/.gitignore,
+         dlls/urlmon/tests/.gitignore, dlls/user/tests/.gitignore,
+         dlls/usp10/tests/.gitignore, dlls/uxtheme/tests/.gitignore,
+         dlls/version/tests/.gitignore, dlls/wininet/tests/.gitignore,
+         dlls/winmm/tests/.gitignore, dlls/winspool.drv/tests/.gitignore,
+         dlls/ws2_32/tests/.gitignore:
+       make_dlls: Recursively ignore testlist.c in all tests directories.
+
+       * programs/.gitignore, programs/clock/.gitignore,
+         programs/cmdlgtst/.gitignore, programs/control/.gitignore,
+         programs/eject/.gitignore, programs/expand/.gitignore,
+         programs/explorer/.gitignore, programs/hh/.gitignore,
+         programs/icinfo/.gitignore, programs/iexplore/.gitignore,
+         programs/make_progs, programs/msiexec/.gitignore,
+         programs/notepad/.gitignore, programs/oleview/.gitignore,
+         programs/progman/.gitignore, programs/regedit/.gitignore,
+         programs/regsvr32/.gitignore, programs/rpcss/.gitignore,
+         programs/rundll32/.gitignore, programs/start/.gitignore,
+         programs/taskmgr/.gitignore, programs/uninstaller/.gitignore,
+         programs/view/.gitignore, programs/wcmd/.gitignore,
+         programs/wineboot/.gitignore, programs/winebrowser/.gitignore,
+         programs/winecfg/.gitignore, programs/wineconsole/.gitignore,
+         programs/winedbg/.gitignore, programs/winefile/.gitignore,
+         programs/winemenubuilder/.gitignore, programs/winemine/.gitignore,
+         programs/winepath/.gitignore, programs/winetest/.gitignore,
+         programs/winevdm/.gitignore, programs/winhelp/.gitignore,
+         programs/winver/.gitignore, programs/wordpad/.gitignore:
+       make_progs: Generate the .gitignore file.
+       Ignore generated programs from the top-level .gitignore.
+
+       * dlls/.gitignore, dlls/activeds/.gitignore, dlls/advapi32/.gitignore,
+         dlls/advpack/.gitignore, dlls/atl/.gitignore,
+         dlls/avicap32/.gitignore, dlls/avifil32/.gitignore,
+         dlls/cabinet/.gitignore, dlls/capi2032/.gitignore,
+         dlls/cards/.gitignore, dlls/cfgmgr32/.gitignore,
+         dlls/comctl32/.gitignore, dlls/comdlg32/.gitignore,
+         dlls/compstui/.gitignore, dlls/crtdll/.gitignore,
+         dlls/crypt32/.gitignore, dlls/cryptdll/.gitignore,
+         dlls/ctl3d32/.gitignore, dlls/d3d8/.gitignore, dlls/d3d9/.gitignore,
+         dlls/d3dim/.gitignore, dlls/d3drm/.gitignore, dlls/d3dx8/.gitignore,
+         dlls/d3dxof/.gitignore, dlls/dbghelp/.gitignore,
+         dlls/dciman32/.gitignore, dlls/ddraw/.gitignore,
+         dlls/dinput/.gitignore, dlls/dinput8/.gitignore,
+         dlls/dmusic32/.gitignore, dlls/dnsapi/.gitignore,
+         dlls/dplay/.gitignore, dlls/dplayx/.gitignore, dlls/dpnet/.gitignore,
+         dlls/dsound/.gitignore, dlls/gdi/.gitignore, dlls/glu32/.gitignore,
+         dlls/glut32/.gitignore, dlls/icmp/.gitignore,
+         dlls/imagehlp/.gitignore, dlls/imm32/.gitignore,
+         dlls/iphlpapi/.gitignore, dlls/kernel/.gitignore,
+         dlls/lz32/.gitignore, dlls/make_dlls, dlls/mapi32/.gitignore,
+         dlls/mlang/.gitignore, dlls/mpr/.gitignore, dlls/mprapi/.gitignore,
+         dlls/msacm32/.gitignore, dlls/mscms/.gitignore,
+         dlls/msdmo/.gitignore, dlls/msftedit/.gitignore,
+         dlls/mshtml/.gitignore, dlls/msi/.gitignore, dlls/msimg32/.gitignore,
+         dlls/msvcrt/.gitignore, dlls/msvcrt20/.gitignore,
+         dlls/msvcrt40/.gitignore, dlls/msvcrtd/.gitignore,
+         dlls/msvfw32/.gitignore, dlls/mswsock/.gitignore,
+         dlls/netapi32/.gitignore, dlls/newdev/.gitignore,
+         dlls/ntdll/.gitignore, dlls/ntdsapi/.gitignore,
+         dlls/odbc32/.gitignore, dlls/odbccp32/.gitignore,
+         dlls/ole32/.gitignore, dlls/oleacc/.gitignore,
+         dlls/oleaut32/.gitignore, dlls/olecli32/.gitignore,
+         dlls/oledlg/.gitignore, dlls/olepro32/.gitignore,
+         dlls/olesvr32/.gitignore, dlls/opengl32/.gitignore,
+         dlls/powrprof/.gitignore, dlls/psapi/.gitignore,
+         dlls/quartz/.gitignore, dlls/rasapi32/.gitignore,
+         dlls/riched20/.gitignore, dlls/rpcrt4/.gitignore,
+         dlls/rsaenh/.gitignore, dlls/secur32/.gitignore,
+         dlls/sensapi/.gitignore, dlls/serialui/.gitignore,
+         dlls/setupapi/.gitignore, dlls/sfc/.gitignore,
+         dlls/shdocvw/.gitignore, dlls/shell32/.gitignore,
+         dlls/shfolder/.gitignore, dlls/shlwapi/.gitignore,
+         dlls/snmpapi/.gitignore, dlls/sti/.gitignore, dlls/tapi32/.gitignore,
+         dlls/unicows/.gitignore, dlls/url/.gitignore, dlls/urlmon/.gitignore,
+         dlls/user/.gitignore, dlls/usp10/.gitignore, dlls/uxtheme/.gitignore,
+         dlls/vdmdbg/.gitignore, dlls/version/.gitignore,
+         dlls/wined3d/.gitignore, dlls/winedos/.gitignore,
+         dlls/wininet/.gitignore, dlls/winmm/.gitignore,
+         dlls/winnls32/.gitignore, dlls/winspool.drv/.gitignore,
+         dlls/wintab32/.gitignore, dlls/wintrust/.gitignore,
+         dlls/wldap32/.gitignore, dlls/wnaspi32/.gitignore,
+         dlls/wow32/.gitignore, dlls/ws2_32/.gitignore,
+         dlls/wsock32/.gitignore, dlls/wtsapi32/.gitignore:
+       make_dlls: Ignore generated import libraries from the top-level .gitignore.
+
+       * dlls/.gitignore, dlls/make_dlls:
+       make_dlls: Generate the .gitignore file.
+
+       * .gitignore, dlls/.gitignore, dlls/activeds/.gitignore,
+         dlls/advapi32/.gitignore, dlls/advapi32/tests/.gitignore,
+         dlls/advpack/.gitignore, dlls/advpack/tests/.gitignore,
+         dlls/amstream/.gitignore, dlls/atl/.gitignore,
+         dlls/avicap32/.gitignore, dlls/avifil32/.gitignore,
+         dlls/cabinet/.gitignore, dlls/cabinet/tests/.gitignore,
+         dlls/capi2032/.gitignore, dlls/cards/.gitignore,
+         dlls/cfgmgr32/.gitignore, dlls/comcat/.gitignore,
+         dlls/comctl32/.gitignore, dlls/comctl32/tests/.gitignore,
+         dlls/comdlg32/.gitignore, dlls/comdlg32/tests/.gitignore,
+         dlls/compstui/.gitignore, dlls/crtdll/.gitignore,
+         dlls/crypt32/.gitignore, dlls/crypt32/tests/.gitignore,
+         dlls/cryptdll/.gitignore, dlls/cryptnet/.gitignore,
+         dlls/ctl3d32/.gitignore, dlls/d3d8/.gitignore,
+         dlls/d3d8/tests/.gitignore, dlls/d3d9/.gitignore,
+         dlls/d3d9/tests/.gitignore, dlls/d3dim/.gitignore,
+         dlls/d3drm/.gitignore, dlls/d3dx8/.gitignore, dlls/d3dxof/.gitignore,
+         dlls/dbghelp/.gitignore, dlls/dciman32/.gitignore,
+         dlls/ddraw/.gitignore, dlls/ddraw/tests/.gitignore,
+         dlls/devenum/.gitignore, dlls/dinput/.gitignore,
+         dlls/dinput/tests/.gitignore, dlls/dinput8/.gitignore,
+         dlls/dmband/.gitignore, dlls/dmcompos/.gitignore,
+         dlls/dmime/.gitignore, dlls/dmloader/.gitignore,
+         dlls/dmscript/.gitignore, dlls/dmstyle/.gitignore,
+         dlls/dmsynth/.gitignore, dlls/dmusic/.gitignore,
+         dlls/dmusic32/.gitignore, dlls/dnsapi/.gitignore,
+         dlls/dnsapi/tests/.gitignore, dlls/dplay/.gitignore,
+         dlls/dplayx/.gitignore, dlls/dpnet/.gitignore,
+         dlls/dpnhpast/.gitignore, dlls/dsound/.gitignore,
+         dlls/dsound/tests/.gitignore, dlls/dswave/.gitignore,
+         dlls/dxdiagn/.gitignore, dlls/dxerr8/.gitignore,
+         dlls/dxerr9/.gitignore, dlls/dxguid/.gitignore, dlls/gdi/.gitignore,
+         dlls/gdi/tests/.gitignore, dlls/glu32/.gitignore,
+         dlls/glut32/.gitignore, dlls/gphoto2.ds/.gitignore,
+         dlls/hhctrl.ocx/.gitignore, dlls/hlink/.gitignore,
+         dlls/iccvid/.gitignore, dlls/icmp/.gitignore,
+         dlls/ifsmgr.vxd/.gitignore, dlls/imaadp32.acm/.gitignore,
+         dlls/imagehlp/.gitignore, dlls/imm32/.gitignore,
+         dlls/inseng/.gitignore, dlls/iphlpapi/.gitignore,
+         dlls/iphlpapi/tests/.gitignore, dlls/itss/.gitignore,
+         dlls/kernel/.gitignore, dlls/kernel/messages/.gitignore,
+         dlls/kernel/tests/.gitignore, dlls/lz32/.gitignore,
+         dlls/lz32/tests/.gitignore, dlls/mapi32/.gitignore,
+         dlls/mapi32/tests/.gitignore, dlls/mciavi32/.gitignore,
+         dlls/mcicda/.gitignore, dlls/mciseq/.gitignore,
+         dlls/mciwave/.gitignore, dlls/midimap/.gitignore,
+         dlls/mlang/.gitignore, dlls/mlang/tests/.gitignore,
+         dlls/mmdevldr.vxd/.gitignore, dlls/monodebg.vxd/.gitignore,
+         dlls/mpr/.gitignore, dlls/mprapi/.gitignore,
+         dlls/msacm32.drv/.gitignore, dlls/msacm32/.gitignore,
+         dlls/msacm32/tests/.gitignore, dlls/msadp32.acm/.gitignore,
+         dlls/mscms/.gitignore, dlls/mscms/tests/.gitignore,
+         dlls/msdmo/.gitignore, dlls/msftedit/.gitignore,
+         dlls/msg711.acm/.gitignore, dlls/mshtml/.gitignore,
+         dlls/mshtml/tests/.gitignore, dlls/msi/.gitignore,
+         dlls/msi/tests/.gitignore, dlls/msimg32/.gitignore,
+         dlls/msisys.ocx/.gitignore, dlls/msnet32/.gitignore,
+         dlls/msrle32/.gitignore, dlls/msvcrt/.gitignore,
+         dlls/msvcrt/tests/.gitignore, dlls/msvcrt20/.gitignore,
+         dlls/msvcrt40/.gitignore, dlls/msvcrtd/.gitignore,
+         dlls/msvcrtd/tests/.gitignore, dlls/msvfw32/.gitignore,
+         dlls/msvidc32/.gitignore, dlls/mswsock/.gitignore,
+         dlls/msxml3/.gitignore, dlls/msxml3/tests/.gitignore,
+         dlls/netapi32/.gitignore, dlls/netapi32/tests/.gitignore,
+         dlls/newdev/.gitignore, dlls/ntdll/.gitignore,
+         dlls/ntdll/tests/.gitignore, dlls/ntdsapi/.gitignore,
+         dlls/objsel/.gitignore, dlls/odbc32/.gitignore,
+         dlls/odbccp32/.gitignore, dlls/ole32/.gitignore,
+         dlls/ole32/tests/.gitignore, dlls/oleacc/.gitignore,
+         dlls/oleaut32/.gitignore, dlls/oleaut32/tests/.gitignore,
+         dlls/olecli32/.gitignore, dlls/oledlg/.gitignore,
+         dlls/olepro32/.gitignore, dlls/olesvr32/.gitignore,
+         dlls/opengl32/.gitignore, dlls/powrprof/.gitignore,
+         dlls/psapi/.gitignore, dlls/psapi/tests/.gitignore,
+         dlls/qcap/.gitignore, dlls/quartz/.gitignore,
+         dlls/quartz/tests/.gitignore, dlls/query/.gitignore,
+         dlls/rasapi32/.gitignore, dlls/riched20/.gitignore,
+         dlls/riched20/tests/.gitignore, dlls/riched32/.gitignore,
+         dlls/rpcrt4/.gitignore, dlls/rpcrt4/tests/.gitignore,
+         dlls/rsabase/.gitignore, dlls/rsabase/tests/.gitignore,
+         dlls/rsaenh/.gitignore, dlls/rsaenh/tests/.gitignore,
+         dlls/sane.ds/.gitignore, dlls/secur32/.gitignore,
+         dlls/secur32/tests/.gitignore, dlls/security/.gitignore,
+         dlls/sensapi/.gitignore, dlls/serialui/.gitignore,
+         dlls/setupapi/.gitignore, dlls/setupapi/tests/.gitignore,
+         dlls/sfc/.gitignore, dlls/shdocvw/.gitignore,
+         dlls/shdocvw/tests/.gitignore, dlls/shell32/.gitignore,
+         dlls/shell32/tests/.gitignore, dlls/shfolder/.gitignore,
+         dlls/shlwapi/.gitignore, dlls/shlwapi/tests/.gitignore,
+         dlls/snmpapi/.gitignore, dlls/spoolss/.gitignore,
+         dlls/stdole2.tlb/.gitignore, dlls/stdole32.tlb/.gitignore,
+         dlls/sti/.gitignore, dlls/strmiids/.gitignore,
+         dlls/tapi32/.gitignore, dlls/twain_32/.gitignore,
+         dlls/unicows/.gitignore, dlls/url/.gitignore, dlls/urlmon/.gitignore,
+         dlls/urlmon/tests/.gitignore, dlls/user/.gitignore,
+         dlls/user/resources/.gitignore, dlls/user/tests/.gitignore,
+         dlls/userenv/.gitignore, dlls/usp10/.gitignore,
+         dlls/usp10/tests/.gitignore, dlls/uuid/.gitignore,
+         dlls/uxtheme/.gitignore, dlls/uxtheme/tests/.gitignore,
+         dlls/vdhcp.vxd/.gitignore, dlls/vdmdbg/.gitignore,
+         dlls/version/.gitignore, dlls/version/tests/.gitignore,
+         dlls/vmm.vxd/.gitignore, dlls/vnbt.vxd/.gitignore,
+         dlls/vnetbios.vxd/.gitignore, dlls/vtdapi.vxd/.gitignore,
+         dlls/vwin32.vxd/.gitignore, dlls/w32skrnl/.gitignore,
+         dlls/winecrt0/.gitignore, dlls/wined3d/.gitignore,
+         dlls/winedos/.gitignore, dlls/winemp3.acm/.gitignore,
+         dlls/wineps.drv/.gitignore, dlls/winex11.drv/.gitignore,
+         dlls/wininet/.gitignore, dlls/wininet/tests/.gitignore,
+         dlls/winmm/.gitignore, dlls/winmm/joystick/.gitignore,
+         dlls/winmm/tests/.gitignore, dlls/winmm/winealsa/.gitignore,
+         dlls/winmm/winearts/.gitignore, dlls/winmm/wineaudioio/.gitignore,
+         dlls/winmm/winecoreaudio/.gitignore, dlls/winmm/wineesd/.gitignore,
+         dlls/winmm/winejack/.gitignore, dlls/winmm/winenas/.gitignore,
+         dlls/winmm/wineoss/.gitignore, dlls/winnls32/.gitignore,
+         dlls/winspool.drv/.gitignore, dlls/winspool.drv/tests/.gitignore,
+         dlls/wintab32/.gitignore, dlls/wintrust/.gitignore,
+         dlls/wldap32/.gitignore, dlls/wnaspi32/.gitignore,
+         dlls/wow32/.gitignore, dlls/ws2_32/.gitignore,
+         dlls/ws2_32/tests/.gitignore, dlls/wsock32/.gitignore,
+         dlls/wtsapi32/.gitignore, documentation/.gitignore, fonts/.gitignore,
+         include/.gitignore, include/wine/.gitignore, libs/.gitignore,
+         libs/port/.gitignore, libs/unicode/.gitignore, libs/wine/.gitignore,
+         libs/wpp/.gitignore, loader/.gitignore, programs/.gitignore,
+         programs/clock/.gitignore, programs/cmdlgtst/.gitignore,
+         programs/control/.gitignore, programs/eject/.gitignore,
+         programs/expand/.gitignore, programs/explorer/.gitignore,
+         programs/hh/.gitignore, programs/icinfo/.gitignore,
+         programs/iexplore/.gitignore, programs/msiexec/.gitignore,
+         programs/notepad/.gitignore, programs/oleview/.gitignore,
+         programs/progman/.gitignore, programs/regedit/.gitignore,
+         programs/regsvr32/.gitignore, programs/rpcss/.gitignore,
+         programs/rundll32/.gitignore, programs/start/.gitignore,
+         programs/taskmgr/.gitignore, programs/uninstaller/.gitignore,
+         programs/view/.gitignore, programs/wcmd/.gitignore,
+         programs/wineboot/.gitignore, programs/winebrowser/.gitignore,
+         programs/winecfg/.gitignore, programs/wineconsole/.gitignore,
+         programs/winedbg/.gitignore, programs/winefile/.gitignore,
+         programs/winemenubuilder/.gitignore, programs/winemine/.gitignore,
+         programs/winepath/.gitignore, programs/winetest/.gitignore,
+         programs/winevdm/.gitignore, programs/winhelp/.gitignore,
+         programs/winver/.gitignore, programs/wordpad/.gitignore,
+         server/.gitignore, tools/.gitignore, tools/widl/.gitignore,
+         tools/winapi/.gitignore, tools/winebuild/.gitignore,
+         tools/winedump/.gitignore, tools/winegcc/.gitignore,
+         tools/wmc/.gitignore, tools/wrc/.gitignore:
+       Take advantage of the recursive nature of .gitignore for Makefile entries.
+       Prefix other entries with '/' to make them non-recursive.
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.17.
+
+----------------------------------------------------------------
+2006-07-07  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/query/.gitignore,
+         dlls/query/Makefile.in, dlls/query/query.spec,
+         dlls/query/query_main.c:
+       query: Add a skeleton for query.dll.
+
+2006-07-07  James Hawkins <truiken@gmail.com>
+
+       * dlls/advpack/install.c, dlls/advpack/tests/install.c:
+       advpack: Add tests for different configurations of INF filenames and
+       working directories for install functions.
+
+2006-07-10  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, include/basetsd.h, include/windef.h,
+         tools/winegcc/winegcc.c:
+       configure: Define _WIN64 when building on a 64-bit platform.
+
+       * include/msvcrt/direct.h, include/msvcrt/malloc.h,
+         include/msvcrt/mbstring.h, include/msvcrt/search.h,
+         include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
+         include/msvcrt/sys/types.h, include/msvcrt/time.h,
+         include/msvcrt/wchar.h:
+       include/msvcrt: Fix all definitions of size_t for Win64.
+
+       * dlls/msvcrt/ctype.c, dlls/msvcrt/locale.c, dlls/msvcrt/msvcrt.h,
+         dlls/msvcrt/time.c:
+       msvcrt: Avoid including system headers in msvcrt.h.
+
+2006-07-07  Mike McCormack <mike@codeweavers.com>
+
+       * include/Makefile.in, include/ntquery.h:
+       query: Add ntquery.h.
+
+2006-07-07  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/ntdll/tests/reg.c:
+       ntdll/tests: Added some NULL testing.
+
+2006-07-10  Alexandre Julliard <julliard@winehq.org>
+
+       * server/registry.c:
+       server: Only accept 0 as registry handle in functions that take a parent key.
+
+2006-07-08  Robert Shearman <rob@codeweavers.com>
+
+       * include/winerror.h:
+       include: Add more error codes used by newer versions of COM.
+
+       * dlls/oleaut32/typelib2.c:
+       oleaut32: Make ctl2_hash_guid match the same function in widl, which has likely
+       had much wider testing.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: MSFT_DoFuncs: "reclength" of the function information record is stored
+       in a 16 bit int and not in a 8 bit int as previously supposed, using a 0x1ff
+       mask. Upper 16 bits contains the ordinal number of the function.
+       Allocation of the "recbuf" must be modified, to support larger data
+       (based on a patch by White Snake <whitesnake78@mail.com>).
+
+2006-07-08  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       oleaut32: Copying a NULL BSTR should result in an empty BSTR in VariantCopy.
+
+2006-07-07  Thomas Kho <tkho@ucla.edu>
+
+       * dlls/winex11.drv/mouse.c:
+       winex11: Use correct multiplier for negative relative mouse movements.
+
+2006-07-07  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c:
+       crypt32: Implement revocation check in CertVerifySubjectCertificateContext.
+
+2006-07-08  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * dlls/shell32/shell32_Ko.rc:
+       shell32: Updated Korean resource.
+
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean resource.
+
+2006-07-08  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * programs/winecfg/Nl.rc:
+       winecfg: Nl.rc: Shift Graphics page up to fill the empty place.
+
+2006-07-07  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/winecfg/audio.c:
+       winecfg: Write-strings warnings fix.
+
+2006-07-07  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/urlmon_main.c:
+       urlmon: Register protocol handlers in DllMain.
+
+       * dlls/urlmon/urlmon_main.c:
+       urlmon: Use non heap based objects for class factories.
+
+2006-07-07  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Fix typo breaking 3.0 pshaders color input.
+
+2006-07-07  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winex11.drv/event.c:
+       winex11.drv: Protect X11 calls by a critical section.
+
+       * dlls/user/focus.c, dlls/user/tests/win.c, server/queue.c,
+         server/trace.c, server/window.c:
+       user: Improve SetActiveWindow test, add SetForegroundWindow test, make them
+       pass under Wine.
+
+2006-07-05  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface_gdi.c, dlls/wined3d/swapchain.c,
+         dlls/winex11.drv/opengl.c:
+       Add a common fps counter channel to ddraw, opengl and d3d.
+
+2006-07-07  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Create nsWineURI even if we don't have valid nsIURI.
+
+       * dlls/shdocvw/tests/Makefile.in, dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added test of SetClientSite.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Call GetContainer in SetClientSite.
+
+       * dlls/uuid/uuid.c, include/.gitignore, include/Makefile.in,
+         include/htiframe.idl:
+       include: Added htiframe.idl.
+
+2006-07-07  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Trace ABS/ABSNEG modifiers.
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/vertexshader.c:
+       wined3d: Create fake input semantics for d3d8 shaders.
+       Use them to remove the need for loading arrays in two different places.
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Reverse semantics maps for shaders.
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Make WINED3D_ATR macros more flexible.
+       Make them operate on a type, as opposed to a semantic name.
+
+       * dlls/wined3d/drawprim.c, include/wine/wined3d_types.h:
+       wined3d: Simplify primitiveDeclartationConvertToStrided.
+       Assign fixed indices to declaration inputs.
+       Then use a common path to load the strided data.
+
+       * dlls/ddraw/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add position_transformed flag to Strided data format.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c:
+       wined3d: Only link and use GLSL program if at least one GLSL shader is available.
+
+2006-07-06  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h,
+         dlls/shell32/shfldr_unixfs.c, dlls/shell32/shlfileop.c,
+         dlls/shell32/shresdef.h:
+       shell32: Show a confirmation before deleting files with syscalls.
+
+       * dlls/shell32/shfldr_unixfs.c:
+       shell32: If possible use SHFileOperationW to delete in unixfs.
+       This gives confirmation dialogs, recursive directory removal etc.
+
+2006-07-07  Christoph Frick <frick@sc-networks.de>
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: map_axis must be able to work with LONG's value range.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Remove redundant struct members.
+
+2006-07-06  Christoph Frick <frick@sc-networks.de>
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Implement the GetProperty call for getting the range of an axis.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Call fake_current_js_state on the places where it is actually needed
+       in SetProperty.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Only fake the current state on axes that are actually there.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Move the axes and button configs into the JoyDev struct.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Utilize the offsets and the transform to support the user
+       supplied data format.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Adds offset and transform and their basic handling to the joystick
+       implementation.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: When handling axes, ignore the ABS_HAT.* as they are handled as POV.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Set the amount of POVs in the caps.
+
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Detect more than one /dev/input/event joystick.
+
+2006-07-07  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Fix D3DSIO_TEXKILL for GLSL.
+
+2006-07-07  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * programs/winecfg/En.rc:
+       winecfg: Shift Graphics page up to fill the empty place.
+
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+         dlls/d3d8/surface.c, dlls/d3d8/swapchain.c, dlls/d3d8/tests/device.c:
+       d3d8: Fix remaining refcount tests and tighten all tests.
+
+2006-07-07  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wininet/ftp.c:
+       wininet: Use correct way of determining the password for anonymous ftp.
+
+2006-07-07  Pierre d'Herbemont <pdherbemont@free.fr>
+
+       * dlls/shell32/shell.c, dlls/shell32/shlfileop.c:
+       shell: Move SHIsFileAvailableOffline from shell.c to shlfileop.c to
+       ensure the 16/32 bits separation.
+
+       * server/context_powerpc.c:
+       server: Fix context_powerpc.c compilation.
+
+2006-07-07  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/uuid/uuid.c:
+       uuid: Add indexsvr's IIDs to libuuid.
+
+       * include/.gitignore, include/Makefile.in, include/indexsvr.idl:
+       include: Add indexsvr.idl (IWordBreaker).
+
+2006-07-07  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/riched20/caret.c:
+       riched20: Replace an if-statement with empty body with a FIXME comment.
+
+       * dlls/comctl32/trackbar.c, dlls/mlang/tests/mlang.c,
+         dlls/msg711.acm/msg711.c, dlls/rpcrt4/ndr_marshall.c,
+         dlls/user/driver16.c, dlls/wined3d/drawprim.c,
+         dlls/winex11.drv/wintab.c, dlls/winmm/driver.c,
+         dlls/wintab32/context.c:
+       janitorial: Put "inline static" at the beginning of a declaration.
+
+       * dlls/shell32/systray.c, dlls/wined3d/wined3d_private.h,
+         programs/explorer/systray.c:
+       janitorial: Move the storage specifier to the beginning of the declaration.
+
+2006-07-06  Thomas Kho <tkho@ucla.edu>
+
+       * programs/notepad/main.c:
+       notepad: Change window classname from NPClass to Notepad.
+
+2006-07-06  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/misc.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Added image/x-png mime filter.
+
+       * dlls/urlmon/tests/misc.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Added image/bmp filter.
+
+       * dlls/urlmon/tests/misc.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Added image/gif filter.
+
+       * dlls/urlmon/tests/misc.c:
+       urlmon: Added more test of FindMimeFromData.
+
+       * dlls/urlmon/urlmon_main.c:
+       urlmon: Fix handling of proposed mime.
+
+       * dlls/urlmon/urlmon_main.c:
+       urlmon: Added image/pjpeg mime filter.
+
+2006-07-06  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/regedit/listview.c:
+       regedit: Write-strings warning fix.
+
+2006-07-06  Robert Shearman <rob@codeweavers.com>
+
+       * tools/widl/header.c, tools/widl/parser.l, tools/widl/parser.y,
+         tools/widl/typegen.c, tools/widl/widltypes.h:
+       widl: Add support for the builtin constants "TRUE" and "FALSE".
+
+       * dlls/ole32/compobj.c:
+       ole32: Fix the return value of COM_RegReadPath and make it static.
+
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: ITypeComp_fnBind should do case-insensitive compares on the name
+       passed in.
+
+       * dlls/oleaut32/olepicture.c, include/rpcndr.h:
+       oleaut32: Add a typedef for "boolean".
+       Fix up an conflict that this type has with jpeglib.h.
+
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: Fix the error code returned by ITypeComp on an interface when the
+       name matches, but the flags don't.
+
+2006-07-05  James Hawkins <truiken@gmail.com>
+
+       * dlls/advapi32/security.c:
+       advapi32: Get the token type in ImpersonateLoggedOnUser.
+
+       * dlls/advapi32/security.c, dlls/advapi32/tests/security.c:
+       advapi32: Add tests for LookupAccountSid.
+
+2006-07-05  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winex11.drv/event.c:
+       winex11.drv: Add window style and visibility status to the take focus event
+       trace.
+
+2006-07-05  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/glsl_shader.c:
+       wined3d: Fix D3DSIO_M#X# instruction for both ARB and GLSL shaders.
+       This instruction was being handled incorrectly in the case where the
+       2nd src argument contained a relatively addressed constant.
+
+2006-07-06  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/file.c:
+       kernel/tests: More tests for OpenFile.
+
+2006-07-04  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wininet/ftp.c:
+       wininet: Return NULL handle if no connection is established.
+
+2006-07-04  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Clean up drawPrimitive/drawPrimitiveDrawStrided.
+
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c,
+         dlls/d3d9/tests/vertexdeclaration.c, dlls/d3d9/vertexdeclaration.c,
+         dlls/wined3d/device.c:
+       wined3d: Implement FVF to DECL9 conversion (with tests).
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Move register count pass to SetFunction.
+       Move semantics pointers out of the reg_maps, make them persistent data
+       in the shader (again, for future software shaders).
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix STREAM flag override.
+
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Add missing PSIZE register for decl8->9 conversion.
+
+       * dlls/wined3d/device.c:
+       wined3d: Allow mix of SW vertex and GLSL pixel shader.
+       Do not attach non-GLSL shaders to the GLSL program, that will cause a
+       crash. Mix with ARB shaders is never going to happen, because the
+       selection code will always choose GLSL for both or ARB for both.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Rework shader mode selection.
+       - currently half the shader selection code (GLSL vs ARB) is in
+       fillGLcaps. The parts that check for software shaders are in
+       GetDeviceCaps. That placement, will work, but is definitely not optimal.
+       FillGLcaps should detect support - it should not make decision as to
+       what's used, because that's not what the purpose of the function is.
+       GetDeviceCaps should report support as it has already been selected.
+       Instead, select shader mode in its own function, called in the
+       appropriate places.
+       - unifying pixel and vertex shaders into a single selection is a
+       mistake. A software vertex shader can be coupled with a hardware arb or
+       glsl pixel shader, or no shader at all. Split them back into two and add
+       a SHADER_NONE variant.
+       - drawprim is doing support checks for ARB_PROGRAM, and making shader
+       decisions based on that - that's wrong, support has already been
+       checked, and decided upon, and shaders can be implemented via software,
+       ARB_PROGRAm or GLSL, so that support check isn't valid.
+       - Store the shader selected mode into the shader itself. Different types
+       of shaders can be combined, so this is an improvement. In fact, storing
+       the mode into the settings globally is a mistake as well - it should be
+       done per device, since different cards have different capabilities.
+
+2006-07-06  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/tests/.gitignore, dlls/shdocvw/tests/Makefile.in,
+         dlls/shdocvw/tests/webbrowser.c:
+       shdocvw: Added test of IProvideClassInfo.
+
+2006-07-06  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Features may be published but absent.
+
+       * dlls/msi/msi.c, dlls/msi/tests/msi.c:
+       msi: Add a test for MsiGetComponentPath and make it pass.
+
+       * dlls/msi/msi.c:
+       msi: Use msi_strcpy_to_awstring to return the string in MsiComponentGetPath.
+
+2006-06-30  Ge van Geldorp <ge@gse.nl>
+
+       * configure, configure.ac:
+       configure: Allow relocation on x86_64.
+
+2006-07-05  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/txtrange.c:
+       mshtml: Added get_text implementation.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/selection.c, dlls/mshtml/txtrange.c:
+       mshtml: Added createRange implementation.
+
+       * dlls/mshtml/selection.c:
+       mshtml: Added get_type implementation.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl,
+         dlls/mshtml/selection.c:
+       mshtml: Added get_selection implementation.
+
+       * dlls/mshtml/olecmd.c:
+       mshtml: Return S_OK in Exec(IDM_BASELINEFONT3).
+
+2006-07-05  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/utils.c:
+       wined3d: Flip WINED3DFMT_R8G8B8 to GL_RGB.
+
+2006-07-05  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       msi: Forward MsiUseFeature to MsiUseFeatureEx.
+
+2006-07-05  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * fonts/Makefile.in:
+       fonts: Fix a copy/paste bug preventing correct generation of the
+       System font for codepages 1256 and 1257.
+
+2006-07-03  James Hawkins <truiken@gmail.com>
+
+       * dlls/wininet/internet.c:
+       wininet: Error out if hInternet is a bad handle.
+
+       * dlls/wininet/ftp.c:
+       wininet: Use a blank password if none is provided in FTP_Connect.
+
+2006-07-03  Detlef Riekenberg <wine.dev@web.de>
+
+       * configure, configure.ac, dlls/comdlg32/Makefile.in,
+         dlls/comdlg32/tests/.gitignore, dlls/comdlg32/tests/Makefile.in,
+         dlls/comdlg32/tests/printdlg.c, programs/winetest/Makefile.in:
+       comdlg32: Add initial test.
+
+2006-07-02  Bang Jun-Young <bang.junyoung@gmail.com>
+
+       * dlls/cryptnet/.gitignore:
+       cryptnet: Add .gitignore.
+
+2006-07-02  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/user/tests/menu.c:
+       user/tests: Write-strings warnings fix.
+
+2006-07-03  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/mapi32/sendmail.c:
+       mapi32: Write-strings warnings fix.
+
+2006-07-04  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * include/wininet.h:
+       wininet.h: Add extra error code.
+
+2006-07-04  Robert Reif <reif@earthlink.net>
+
+       * dlls/dxdiagn/dxdiag_main.c:
+       dxdiagn: Fix TRACE/FIXME formats.
+
+2006-07-03  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/listview.c:
+       comctl32: listview: Recompute header size after an insertion of a column.
+
+2006-07-03  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/ntdll/reg.c:
+       ntdll: Fix possible TRACE crash.
+
+2006-07-03  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Implement processing of modules for SLTG typelibs.
+       Set funckind when processing SLTG functions.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Improve SLTG var support.
+       Pass both the start of the block and the offset to the first item into
+       SLTG_DoVars as they may be different.
+       Process 0xfffe offsets for variable names - this means to use the
+       previous name.
+       Add support for parsing the optional varflags field.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Fix function support for SLTG dispinterfaces.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut: Move the processing of functions in SLTG typelibs into a
+       separate function and use it when processing dispinterfaces.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut: Move the initialisation of memidConstructor and
+       memidDestructor of type infos to the common ITypeInfo creation
+       function.
+       Remove the WARN message as this functionality isn't implemented in
+       native either.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut: Process references for SLTG dispatch types.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Abstract out the processing of variables in SLTG typelib components
+       to a common function.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut: Process references when parsing SLTG alias types.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Rename SLTG_DoType to SLTG_DoElem and split out the common TYPEDESC
+       generating code to SLTG_DoType.
+       Process SLTG alias types with SLTG_DoType as the data is stored in the
+       same format as in other components of the typelib.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: The SLTG_MemberHeader and SLTG_TypeInfoTail structures are
+       common to all elements, so move the processing of these from the
+       individual element processing.
+       Improve SLTG alias processing.
+
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       oleaut: Document some more members of SLTG_TypeInfoTail.
+
+       * dlls/advapi32/service.c:
+       advapi32: Fix the service function being called when extended is
+       either set or not set (reported by Andrey Turkin).
+
+2006-07-03  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Don't advance the buffer for FC_STRUCTPAD2.
+
+2006-07-04  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winex11.drv/keyboard.c:
+       winex11.drv: Update Lithuanian keyboard layout to better match the X11 one.
+
+2006-07-03  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/crypt32/protectdata.c, dlls/msi/table.c:
+       Avoid non-portable WCHAR[] constructs.
+
+2006-07-03  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add a function to print out D3DDECLUSAGE9 values.
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Fix faulty DCL trace.
+
+2006-07-02  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c:
+       wined3d: Resync ARB mnxn function with GLSL mnxn function.
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Use shader_get_regtype() in register counting pass.
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Move SHADER_ARB code into arb_program_shader.c.
+
+       * dlls/wined3d/device.c:
+       wined3d: Cleanup: print constants in device code.
+
+2006-07-03  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * include/d3d9types.h:
+       d3d9: Fix FVF POSITION mask.
+
+2006-07-02  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/typelib.c:
+       oleview: Added next field to TypeLib viewer treeview control.
+
+       * programs/oleview/typelib.c:
+       oleview: Improved type handling in TypeLib viewer.
+
+       * programs/oleview/En.rc, programs/oleview/Makefile.in,
+         programs/oleview/main.h, programs/oleview/oleview.c,
+         programs/oleview/resource.h, programs/oleview/typelib.c:
+       oleview: Added open TypeLib file functionality.
+
+       * programs/oleview/En.rc, programs/oleview/resource.h,
+         programs/oleview/typelib.c:
+       oleview: Added type displaying in TypeLib Viewer.
+
+2006-06-30  Thomas Kho <tkho@ucla.edu>
+
+       * programs/wcmd/wcmdmain.c:
+       wcmd: Modify option parser to allow compound options.
+
+2006-07-02  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/winmm/winealsa/audio.c:
+       winmm/winealsa: Write-strings warning fix.
+
+2006-07-01  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/taskmgr/dbgchnl.c:
+       taskmgr: Write-strings warnings fix.
+
+2006-06-30  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/comctl32/tests/listview.c:
+       comctl32/tests: Write-strings warnings fix.
+
+2006-06-29  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/regedit/listview.c:
+       regedit: Write-strings warnings fix.
+
+2006-06-30  Hervé Poussineau <hpoussin@reactos.org>
+
+       * dlls/mapi32/prop.c:
+       mapi32: Use kernel32 functions instead of the ntdll ones.
+
+2006-06-30  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/factory.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, tools/wine.inf:
+       shdocvw: Get rid of Mozilla ActiveX control dependency.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/olecmd.c,
+         dlls/mshtml/oleobj.c:
+       mshtml: Added beginning IDM_BROWSEMODE implementation.
+
+       * tools/wine.inf:
+       wine.inf: Set gecko url to activate Wine Gecko installer.
+
+       * dlls/mshtml/install.c:
+       mshtml: Add trailing '\' to gecko_path if needed.
+
+2006-06-30  Ge van Geldorp <ge@gse.nl>
+
+       * include/cvconst.h, programs/winedbg/be_x86_64.c:
+       winedbg: Implement be_x86_64_init_registers.
+
+       * include/msvcrt/string.h:
+       include/msvcrt: Make sure size_t is properly defined for 64-bit.
+
+       * programs/winedbg/be_alpha.c, programs/winedbg/be_i386.c,
+         programs/winedbg/be_ppc.c, programs/winedbg/debugger.h,
+         programs/winedbg/gdbproxy.c, programs/winedbg/memory.c,
+         programs/winedbg/stack.c:
+       winedbg: Adjust the parameters of the backend read/write routines to
+       match those of ReadProcessMemory/WriteProcessMemory, since those are
+       the ones actually used.
+
+       * server/thread.c:
+       server: The "select" call passes handles, not ints.
+
+2006-06-30  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/.gitignore, dlls/shell32/Makefile.in,
+         dlls/shell32/shlfileop.c, dlls/shell32/shres.rc,
+         dlls/shell32/shresdef.h:
+       shell32: Add an icon for delete confirmation.
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Allow for custom icons in confirmation messages.
+
+       * dlls/shell32/shell32_main.h, dlls/shell32/shlfileop.c:
+       shell32: Pass the correct parent hwnd to confirmation dialogs.
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Remove the now unused SHELL_DeleteFileW.
+
+2006-07-01  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       oleaut32: Fix parsing of hex numbers with 'e' in the string by moving
+       the exponent parsing to after the hex digit parsing.
+
+2006-06-30  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/advapi32/service.c:
+       advapi32: Implement RegisterServiceCtrlHandleExW.
+
+2006-06-30  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/setupapi/tests/devinst.c:
+       setupapi/tests: Add trailing '\n's to ok() calls.
+
+2006-06-29  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/amstream/regsvr.c, dlls/avifil32/regsvr.c, dlls/comcat/regsvr.c,
+         dlls/d3dxof/regsvr.c, dlls/ddraw/regsvr.c, dlls/dinput/regsvr.c,
+         dlls/dmband/regsvr.c, dlls/dmcompos/regsvr.c, dlls/dmime/regsvr.c,
+         dlls/dmloader/regsvr.c, dlls/dmscript/regsvr.c,
+         dlls/dmstyle/regsvr.c, dlls/dmsynth/regsvr.c, dlls/dmusic/regsvr.c,
+         dlls/dplayx/regsvr.c, dlls/dpnet/regsvr.c, dlls/dsound/regsvr.c,
+         dlls/dswave/regsvr.c, dlls/dxdiagn/regsvr.c,
+         dlls/hhctrl.ocx/regsvr.c, dlls/itss/regsvr.c, dlls/mlang/regsvr.c,
+         dlls/msi/regsvr.c, dlls/objsel/regsvr.c, dlls/ole32/regsvr.c,
+         dlls/oleaut32/regsvr.c, dlls/shdocvw/regsvr.c, dlls/shell32/regsvr.c,
+         dlls/urlmon/regsvr.c:
+       Use the return value of register_key_guid.
+
+2006-06-30  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/En.rc, programs/oleview/typelib.c:
+       oleview: Added base TypeLib Viewer menu functionality.
+
+       * programs/oleview/En.rc, programs/oleview/main.h,
+         programs/oleview/typelib.c:
+       oleview: Added status bar to TypeLib Viewer.
+
+       * programs/oleview/En.rc, programs/oleview/Makefile.in,
+         programs/oleview/main.h, programs/oleview/oleview.c,
+         programs/oleview/pane.c, programs/oleview/resource.h,
+         programs/oleview/tree.c, programs/oleview/typelib.c:
+       oleview: Added TypeLib Viewer base.
+       - Added TypeLib Viewer base.
+       - Fixed multiple instance of pane window functionality.
+       - Added field with TypeLib path to ITEM_INFO structure.
+
+2006-06-29  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/surface_gdi.c:
+       wined3d: Perform sanity checks on the rectangle in LockRect.
+
+2006-06-30  Piotr Caban <piotr.caban@gmail.com>
+
+       * dlls/ddraw/ddraw.c:
+       ddraw: Added missing '\n' in debug traces.
+
+       * dlls/quartz/pin.c:
+       quartz: Fixed crash in releasing uninitializes pAlloc and pReader.
+
+2006-06-30  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/compobj.c, dlls/ole32/tests/marshal.c:
+       ole32: When CoLockObjectExternal with fLock=TRUE is used on an object
+       that hasn't yet been marshaled then it should create a new stub
+       manager.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Fix a typo where the FIXME doesn't match the code.
+
+       * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Add a stub for RpcMgmtSetServerStackSize.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c:
+       advapi32: Implement RegDisablePredefinedCache.
+
+2006-06-30  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/ntdll/reg.c, dlls/ntdll/tests/reg.c:
+       ntdll: Fix return codes for NtCreateKey (with tests).
+
+2006-06-29  James Hawkins <truiken@gmail.com>
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathFindExtensionA.
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathCanonicalize.
+
+2006-06-29  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shfldr_fs.c:
+       shell32: Use SHFileOperationW to delete files.
+
+2006-06-29  Ivan Leo <ivanleo@gmail.com>
+
+       * dlls/shell32/tests/shlfileop.c:
+       shell32/tests: Comment out a test that crashes on windows nt 4.0.
+
+2006-06-29  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/device.c, dlls/ddraw/material.c, dlls/ddraw/viewport.c:
+       ddraw: Fix some material related bugs.
+
+       * dlls/ddraw/device.c, dlls/ddraw/executebuffer.c:
+       ddraw: Matrix values in the execute buffer are handles.
+
+2006-06-29  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winex11.drv/winpos.c:
+       winex11.drv: Update window's full screen state on the resolution
+       change as well as on the window resize event.
+
+       * dlls/user/defwnd.c, dlls/user/dialog.c, dlls/user/message.c,
+         dlls/user/nonclient.c, dlls/user/win.c, dlls/user/winpos.c,
+         dlls/winex11.drv/window.c, dlls/winex11.drv/winpos.c, include/win.h,
+         include/winpos.h, include/winuser.h:
+       include: Move appropriate parts of winpos.h to winuser.h and win.h,
+       remove winpos.h afterwards.
+
+2006-06-28  Maarten Lankhorst <M.B.Lankhorst@gmail.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/cryptnet/Makefile.in,
+         dlls/cryptnet/cryptnet.spec, dlls/cryptnet/cryptnet_main.c:
+       cryptnet: Implement a stub cryptnet dll.
+
+2006-06-28  Juan Lang <juan_lang@yahoo.com>
+
+       * programs/regedit/childwnd.c:
+       regedit: Update status bar after editing key name.
+
+2006-06-28  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c:
+       wined3d: Fix a few GLSL shader instruction translations.
+       This fixes the translations for a few instructions in GLSL and allows
+       Cubemap sampling in pixel shaders < 2.0.  It makes some of the
+       lighting on textures in Half Life 2 look better, including some of the
+       water effects.  It's not perfect yet, but much closer now.
+
+2006-06-28  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/marshal.c, dlls/ole32/tests/marshal.c:
+       ole32: When marshaling a proxy make sure to maintain an external
+       reference on the stub object so that the first proxy can be released.
+       Implement external refcount sharing between a proxy and the marshaled proxy.
+       Extend the marshaling of a proxy test to show that an external reference
+       is always kept on the stub object.
+
+       * dlls/ole32/tests/marshal.c:
+       ole32: Add a test for CoCreateInstance doing object hosting by
+       automatically creating an appropriate apartment for the object and
+       returning a proxy to it.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       ole32: Implement CoGetObject.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: RegisterTypeLib should register any interface that derives
+       from IDispatch rather than just dual interfaces.
+       This is hinted at, although not explicitly stated on MSDN, but was
+       verified by tests with native oleaut32.
+
+2006-06-28  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/vertexbuffer.c:
+       ddraw: Correct a NULL pointer check.
+
+2006-06-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/version.c:
+       kernel: Version test was using imports missing on WinME.
+
+2006-06-28  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/quartz/filtergraph.c:
+       quartz: Fixed typo (Coverity).
+
+2006-06-27  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/quartz/regsvr.c:
+       quartz: Use the return value of register_key_guid.
+
+2006-06-27  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Handle bstr length of -1 in typelibs.
+
+       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
+       shell32: Add a stub for InvalidateDriveType.
+
+2006-06-27  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, include/wine/wined3d_interface.h:
+       wined3d: Use register combiners for texture stage operations.
+       Make wined3d use register combiners for texture stage operations. In
+       order to do that the texture unit index needs to be separated from the
+       texture stage index. For cards that don't support the
+       NV_register_combiners extension nothing should change.
+
+       * dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add code for using register combiners for texture stage operations.
+       On nVidia cards the value of GL_MAX_TEXTURE_UNITS is generally not
+       larger than 4. In Direct3D that would correspond to
+       MaxSimultaneousTextures in the caps, rather than MaxTextureBlendStages
+       (which can be much larger) to which it currently corresponds in
+       wined3d. Using register combiners we can get around that limitation
+       and get up to GL_MAX_GENERAL_COMBINERS_NV (typically 8) texture
+       stages. This patch adds code for doing the texture operations with
+       register combiners instead of ARB_texture_env_combine or
+       NV_texture_env_combine4, but doesn't make use of that code yet. That's
+       what the next patch will do.
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Fix uploading of textures for shaders.
+       The code for uploading / binding textures for use with pixel shaders
+       is slightly different from the one for uploading / binding textures
+       for use with the fixed function pipeline. It would be possible to keep
+       the code in a single function with a couple of conditionals, but in
+       combination with the changes needed for register combiners that would
+       become quite messy.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_gl.h:
+       wined3d: Texture limits fixes.
+       GL_LIMITS(textures) is currently used for both the number of texture
+       stages and the maximum number of simultaneous textures. In the current
+       code that's the same, but in a later patch that will be separated,
+       since a texture stage doesn't have to reference an actual
+       texture. Also, shaders can access a larger number of samplers than the
+       number of texture units the fixed function pipeline can access.
+
+       * include/wine/wined3d_gl.h:
+       wined3d: Add register combiner function pointers.
+
+       * dlls/wined3d/utils.c:
+       wined3d: Add & use D3DTEXTUREOP dumping code.
+
+2006-06-27  James Hawkins <truiken@gmail.com>
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathAppendA.
+
+2006-06-27  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shlfileop.c:
+       shell32: If needed show a confirmation dialog when deleting with SHFileOperation.
+       Show a confirmation dialog in SHFileOperationW for the FO_DELETE
+       operation when called without FOF_NOCONFIRMATION or with
+       FOF_WANTNUKEWARNING. That way the user's files won't be deleted
+       without a warning.
+
+2006-06-26  Huw Davies <huw@codeweavers.com>
+
+       * dlls/opengl32/wgl.c:
+       opengl32: Fix the returned metrics and add a translation vector to the end of
+       each list.
+
+2006-06-27  Alexandre Julliard <julliard@winehq.org>
+
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/ptrace.c,
+         server/thread.h:
+       server: Moved get/set_thread_context implementation to ptrace.c.
+
+2006-06-27  Ivan Leo <ivanleo@gmail.com>
+
+       * dlls/msvcrt/tests/file.c:
+       msvcrt/tests: Don't leave files on the disk.
+
+2006-06-27  William Knop <william.knop@gmail.com>
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Fix for non-elf build (undefined symbol: _elf_is_in_thunk_area).
+
+2006-06-27  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Add tests for IsThemePartDefined.
+
+2006-06-27  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/userenv/userenv.spec, dlls/userenv/userenv_main.c:
+       userenv: Add a stub implementation for GetProfileType.
+
+2006-06-27  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/d3d8/tests/device.c, dlls/ddraw/vertexbuffer.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Vertex buffer can be locked multiple times.
+
+2006-06-27  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msxml3/domdoc.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: Always have a libxml doc associated with a domdoc object, even if the
+       object has no nodes.
+       This means we don't need to add checks for NULL libxml node ptrs in our node
+       implementation.
+
+2006-06-27  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/dialog.c:
+       msi: Read the font color from the database, and use it for the text control.
+
+2006-06-26  James Hawkins <truiken@gmail.com>
+
+       * programs/msiexec/Makefile.in, programs/msiexec/msiexec.c:
+       msiexec: Use CommandLineToArgvW instead of process_args to reduce code
+       duplication.
+
+2006-06-27  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/critsection.c:
+       ntdll: Faster critical sections on MacOS using Mach semaphores.
+
+       * libs/wine/loader.c:
+       libwine: Attempt to increase some user limits that are set too low on some
+       platforms.
+
+       * configure, configure.ac, include/config.h.in,
+         programs/wineconsole/curses.c:
+       wineconsole: Portability fixes in the curses mouse support.
+
+       * tools/widl/widltypes.h:
+       widl: Fixed syntax of DECL_LINK macro to look more like C code.
+
+2006-06-21  Andrey Turkin <pancha@mail.nnov.ru>
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Test for UrlGetPart in case of file name.
+
+2006-06-21  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/ntdll/path.c, dlls/ntdll/tests/path.c:
+       ntdll: Fix 2 failing test on native. Change Wine accordingly.
+
+2006-06-26  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/shell32/shell.c, dlls/shell32/shell32.spec:
+       shell32: Add a stub implementation for SHIsFileAvailableOffline.
+
+2006-06-26  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * programs/winedbg/info.c:
+       winedbg: Module info.
+       when requesting info on a module by address, always print the module
+       ELF/PE pair (if this applies) (and not only the embedded PE), which
+       can be confusing.
+
+       * programs/winedbg/info.c:
+       winedbg: Use 64 bit version of imagehlp_module.
+       This allows reimplementing the module list command and do less black
+       magic to guess the ELF debug format.
+
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c:
+       dbghelp: Implemented SymEnumerateModules64.
+
+       * dlls/dbghelp/coff.c, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/dwarf.c, dlls/dbghelp/elf_module.c,
+         dlls/dbghelp/module.c, dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c:
+       dbghelp: Module info.
+       - now internally storing module info as a 64bit module structure
+       (the interest in not in the 64 bit side of things, but because
+       it allows storing lots of usefull information)
+       - fixed SymGetModuleInfo64W which wasn't returning the
+       LoadedPdbName field
+       - now filling for MSC files with the extended information
+       (instead of guessing it)
+       - reused the extended module info to store wine ELF module
+       information (link for map link, stabs vs dwarf symbol info)
+
+2006-06-27  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/winetest/maketest:
+       winetest: Portability fix in the maketest script. Added support for git.
+
+2006-06-26  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/winex11.drv/window.c:
+       winex11.drv: Write-strings warning fix.
+
+2006-06-27  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Implement more GLSL instructions and a little cleanup.
+       - Implement D3DSIO_DP2ADD, D3DSIO_TEXKILL, D3DSIO_TEXM3X3PAD
+       - Partially implement D3DSIO_TEXBEM, D3DSIO_TEXM3X3VSPEC (as much as
+       they are implemented in ARB_fragment_program at least).
+       - Stop copying the SHADER_PARSE_STATE struct in each ARB shader
+       routine - use a pointer instead.
+
+2006-06-27  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Remove some redundant code.
+
+       * dlls/wined3d/device.c, dlls/wined3d/vertexbuffer.c:
+       wined3d: Fix compilation (VBO constants).
+
+2006-06-26  James Hawkins <truiken@gmail.com>
+
+       * dlls/setupapi/parser.c, dlls/setupapi/tests/parser.c:
+       setupapi: Fix SetupCloseInfFile when a NULL handle is given, with tests.
+
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathAddBackslash.
+
+       * dlls/shlwapi/path.c, dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathCombineA.
+
+       * dlls/shdocvw/version.rc:
+       shdocvw: Upgrade the version to 5.50.4134.599.
+
+2006-06-26  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/device.c:
+       ddraw: Fix some compiler warnings.
+
+       * dlls/ddraw/ddraw.c:
+       ddraw: Assign the surface descriptions height to the height.
+
+2006-06-26  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/imagehlp/modify.c:
+       imagehlp: Fixed typo (Coverity).
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Add tests for GetCurrentThemeName.
+
+2006-06-22  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Added a bit more functional tests to OpenThemeData.
+
+2006-06-25  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/conpoint.c:
+       mshtml: Added Unadvise implementation.
+
+       * dlls/mshtml/conpoint.c, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Destroy connection points.
+
+       * dlls/mshtml/conpoint.c:
+       mshtml: Added Advise implementation.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Return text/html by default in GetContentType.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Return NS_OK in GetStatus if channel is NULL.
+
+       * dlls/mshtml/navigate.c:
+       mshtml: Call OnStopRequest in OnStopBinding.
+
+       * dlls/mshtml/navigate.c:
+       mshtml: Break reading if IStream::Read returns 0 bytes.
+
+2006-06-23  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/loadopts.c, dlls/mshtml/tests/.gitignore,
+         dlls/mshtml/tests/Makefile.in, dlls/mshtml/tests/misc.c:
+       mshtml: Added HTMLLoadOptions implementation (with tests).
+
+2006-06-25  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/winmm/mci.c:
+       mci: Fix some mciSendString quirks.
+       Really check in MCI open string commands if the name we have is a
+       device (and no longer rely on bad heuristics for it).
+
+2006-06-24  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
+         dlls/dbghelp/elf_module.c:
+       dbghelp: Dwarf & thunks.
+       - added the elf_is_in_thunk_area() function to locate an address
+       within the known thunk area of Wine's builtin modules
+       - now passing this thunk information to the dwarf parser so that it
+       can drop functions from the thunk areas (as dwarf symbols), so that
+       those functions can be later on marked as thunks in dbghelp
+       internals
+
+2006-06-23  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Elf for wine and spec definitions.
+       Enhancement over previous fix (we don't need to insert NOTYPE symbols
+       in our public symbol table, so drop them as early as possible).
+
+2006-06-25  Andrey Turkin <pancha@Mail.nnov.ru>
+
+       * dlls/msi/install.c, dlls/msi/tests/package.c:
+       msi: Disable some path validity checks in MsiSetTargetPath.
+
+2006-06-24  Ivan Leo <ivanleo@gmail.com>
+
+       * dlls/amstream/amstream.c:
+       amstream: Implement IAMMultiMediaStreamImpl_OpenFile and
+       IAMMultiMediaStreamImpl_OpenMoniker.
+
+       * dlls/advapi32/tests/security.c:
+       advapi32/tests: Fix a crash when ConvertSidToStringSidA isn't available.
+
+2006-06-24  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/user/resources/user32_Pl.rc:
+       user: user32_Pl.rc: Fix the capitalization of OK.
+
+2006-06-23  Vijay Kiran Kamuju <infyquest@gmail.com>
+
+       * dlls/ntdll/time.c:
+       ntdll: Add UZT timezone info.
+
+2006-06-23  Francois Gouget <fgouget@free.fr>
+
+       * dlls/ddraw/clipper.c, dlls/ddraw/ddraw.c, dlls/ddraw/ddraw_private.h,
+         dlls/ddraw/device.c, dlls/ddraw/direct3d.c,
+         dlls/ddraw/executebuffer.c, dlls/ddraw/gamma.c, dlls/ddraw/main.c,
+         dlls/ddraw/surface.c, dlls/ddraw/tests/d3d.c, dlls/ddraw/utils.c,
+         dlls/ddraw/vertexbuffer.c, dlls/ddraw/viewport.c,
+         dlls/shell32/shlfolder.c, dlls/wined3d/device.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface_gdi.c,
+         dlls/wined3d/utils.c, programs/winefile/resource.h:
+       Assorted spelling, case and grammar fixes.
+
+2006-06-23  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/shell32/classes.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shlexec.c:
+       shell32: Fix computation of default verb.
+       Compute the default verb as documented on MSDN instead of blindly
+       assuming it is 'open'. This fixes the WordViewer association in some
+       cases.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Protect pthread.h inclusion.
+
+       * dlls/ddraw/tests/refcount.c:
+       ddraw: Fix compilation with gcc 2.95.
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32: Fix compilation with gcc 2.95.
+
+2006-06-24  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw.c:
+       ddraw: Set the video memory and visible flag on render targets.
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/direct3d.c:
+       ddraw: Enumerate the reference d3ddevice.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Fix single buffering.
+       Tell gl to draw to the back buffer when a back buffer is used, do not
+       use the value from gl.
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix a bad trace.
+
+2006-06-21  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Create vertex buffer objects for D3D vertex buffers.
+
+       * dlls/wined3d/vertexbuffer.c:
+       wined3d: Vertex fixups.
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add support for VBOs to the drawing code.
+
+2006-06-23  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/shlwapi/path.c, dlls/shlwapi/tests/path.c:
+       shlwapi: PathCombineW should return NULL on invalid parameters.
+
+2006-06-26  Hwang YunSong(황윤성) <hys545@dreamwiz.com>
+
+       * programs/oleview/Ko.rc, programs/oleview/rsrc.rc:
+       oleview: Added Korean resources.
+
+2006-06-24  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/En.rc, programs/oleview/details.c,
+         programs/oleview/interface.c, programs/oleview/main.h,
+         programs/oleview/resource.h, programs/oleview/tree.c:
+       oleview: Fix compilation with gcc 2.95.
+       - patch based on Francois Gouget Fix compilation with gcc 2.95 patch
+       - moved some string to resources
+       - fixed implementation of IPersistStream interface viewer
+
+       * programs/oleview/interface.c:
+       oleview: Added propper ClassName displaying to interface viewer.
+
+       * programs/oleview/En.rc, programs/oleview/Makefile.in,
+         programs/oleview/interface.c, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/resource.h:
+       oleview: Added interface viewer.
+
+2006-06-23  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/ddraw/surface.c, dlls/wined3d/surface.c,
+         dlls/wined3d/surface_gdi.c, include/wine/wined3d_interface.h:
+       ddraw/wined3d: IDirectDrawSurface7::SetSurfaceDesc corrections.
+
+2006-06-24  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/gdi/tests/metafile.c:
+       gdi/tests: Write-strings warnings fix.
+
+2006-06-23  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * tools/widl/widltypes.h:
+       widl: Write-strings warnings fix.
+
+2006-06-23  James Hawkins <truiken@gmail.com>
+
+       * dlls/shell32/brsfolder.c:
+       shell32: Add missing multiply by sizeof(WCHAR)l
+
+2006-06-23  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Calculate size of FC_STRUCT arguments correctly.
+
+       * dlls/winex11.drv/init.c, dlls/winex11.drv/opengl.c,
+         dlls/winex11.drv/x11drv.h:
+       winex11: Introduce a function to retrieve the glx drawable and have
+       both the GET_GLX_DRAWABLE Escape and SwapBuffers call it.
+
+2006-06-23  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/imagehlp/modify.c:
+       imagehlp: Fixed typo (Coverity).
+
+2006-06-23  Alexandre Julliard <julliard@winehq.org>
+
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/thread.c,
+         server/thread.h:
+       server: Moved some common bits of get/set_thread_context to thread.c.
+
+       * dlls/ntdll/server.c, include/wine/pthread.h, loader/kthread.c,
+         loader/pthread.c:
+       libwine: Added entry for sigprocmask in the pthread functions table.
+
+       * loader/pthread.c:
+       wine-pthread: Set thread scope to force using kernel threads on Solaris.
+
+2006-06-22  Huw Davies <huw@codeweavers.com>
+
+       * dlls/opengl32/wgl.c:
+       opengl32: If there's no glX context don't return a wgl context.
+
+2006-06-22  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/En.rc, programs/oleview/oleview.c,
+         programs/oleview/resource.h:
+       oleview: Added system configuration dialog.
+
+       * programs/oleview/En.rc, programs/oleview/oleview.c:
+       oleview: Added copy HTML tag functionality.
+
+       * programs/oleview/oleview.c:
+       oleview: Added copy CLSID functionality.
+
+       * programs/oleview/En.rc, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/resource.h,
+         programs/oleview/tree.c:
+       oleview: Added CreateInstanceOn functionality.
+
+2006-06-22  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/Makefile.in, dlls/msi/tests/install.c:
+       msi: Add tests for components that aren't associated with a feature.
+
+2006-06-22  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/loadopts.c, dlls/mshtml/main.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Added stub implementation of HTMLLoadOptions.
+
+       * dlls/mshtml/main.c, dlls/uuid/uuid.c, include/.gitignore,
+         include/Makefile.in, include/optary.idl:
+       mshtml: Added optary.idl file.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Inherit NSContainer in NewURI.
+
+       * dlls/mshtml/conpoint.c, dlls/mshtml/tests/htmldoc.c:
+       mshtml: Fix a typo.
+
+       * dlls/mshtml/olecmd.c:
+       mshtml: Added CGID_MSHTML to IOleCommandTarget::Exec.
+
+2006-06-23  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
+       advapi: Add a stub for SystemFunction035.
+
+       * dlls/kernel/tests/locale.c:
+       kernel: Change failing to test to show it doesn't have anything to do
+       with embedded NULLs.
+
+2006-06-22  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Write-strings warnings fix.
+
+       * dlls/ole32/tests/stg_prop.c:
+       ole32/tests: Write-strings warning fix.
+
+2006-06-22  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/dinput/mouse.c:
+       dinput: Warp mouse each 10ms instead of dropping events.
+
+2006-06-22  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Destroy the windows after we've used them.
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Add a case sensitivity test.
+
+2006-06-22  Jonathan Ernst <jonathan@ernstfamily.ch>
+
+       * programs/oleview/En.rc:
+       oleview: Spelling fixes (English).
+
+       * programs/oleview/Fr.rc, programs/oleview/rsrc.rc:
+       oleview: French localization.
+
+2006-06-22  Huw Davies <huw@codeweavers.com>
+
+       * dlls/winex11.drv/opengl.c:
+       winex11: glXQueryExtension has its error and event base arguments swapped
+       compared with other *QueryExtension functions!
+
+2006-06-22  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/details.c, programs/oleview/main.h,
+         programs/oleview/tree.c:
+       oleview: Removed use of strlenW, strcmpW and strcpyW functions.
+
+2006-06-22  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac:
+       configure: Send pkg-config error messages to /dev/null.
+
+2006-06-22  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/editor.c:
+       riched20: Fix message range for get_msg_name.
+
+2006-06-21  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crl.c, dlls/crypt32/crypt32.spec, dlls/crypt32/tests/crl.c,
+         include/wincrypt.h:
+       crypt32: Implement CertGetCRLFromStore.
+       - implement CertGetCRLFromStore, with tests
+       - update tests for CRL revocation functions to show name isn't checked
+
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/vartype.c:
+       oleaut32: Correctly handle NULLs embedded in BSTRs, with tests.
+
+       * dlls/kernel/tests/locale.c, libs/unicode/sortkey.c:
+       kernel: Use the WinXP method for comparing strings with embedded NULLs. Update
+       tests.
+
+2006-06-21  Ivan Leo <ivanleo@gmail.com>
+
+       * dlls/quartz/filesource.c:
+       quartz: Fix media type detection.
+
+2006-06-21  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Elf for wine and spec definitions.
+       - fixed regression when looking for winebuild's special symbols in ELF symtab
+       - STT_NOTYPE is still accepted as a valid symbol type (on top of STT_FUNC
+       and STT_OBJECT)
+
+2006-06-21  Detlef Riekenberg <wine.dev@web.de>
+
+       * Makefile.in:
+       Makefile.in: Add target "ctags" to the overview.
+
+       * DEVELOPERS-HINTS:
+       DEVELOPER-HINTS: Some directories where added / renamed.
+
+2006-06-21  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Only test the needed functions once, bail out if one is missing.
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Add some tests for GetWindowTheme.
+
+2006-06-21  James Hawkins <truiken@gmail.com>
+
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+       atl: Add a stub implementation of AtlModuleLoadTypeLib.
+
+       * dlls/mapi32/mapi32.spec, dlls/mapi32/mapi32_main.c:
+       mapi32: Add a stub implementation of MAPIOpenLocalFormContainer.
+
+2006-06-21  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw_private.h, dlls/ddraw/device.c:
+       ddraw: Use the handle infrastructure for Matrix handles.
+
+2006-06-21  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.16.
+
+----------------------------------------------------------------
+2006-06-21  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/oleview/.gitignore, programs/oleview/oleview:
+       oleview: Delete the symlink from git.
+
+       * AUTHORS, dlls/shell32/shell32_main.c:
+       Updated the AUTHORS list and converted it to utf-8.
+
+2006-06-15  Francois Gouget <fgouget@codeweavers.com>
+
+       * tools/mkinstalldirs:
+       tools: Fix mkinstalldirs.
+       We cannot trust 'mkdir -p' to set the proper permissions on parent
+       directories. So create them manually.
+       Fix handling of paths containing spaces.
+       Properly prefix the path with './' if it starts with a '-'.
+       Stop trying to create a path after the first error.
+
+2006-06-21  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Extra testing for GetLastError.
+
+2006-06-21  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/msvcrt/tests/string.c:
+       msvcrt: Add simple test for _strdup(0).
+
+       * dlls/msvcrt/string.c:
+       msvcrt: Fix a crash in _strdup.
+
+2006-06-20  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/action.c:
+       msi: Fix handling of the no-op identifier in the Directory table.
+
+2006-06-19  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/ntdll/server.c:
+       ntdll: Write-strings warnings fix.
+
+2006-06-16  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/info.c, dlls/winspool.drv/tests/info.c:
+       winspool/tests: Tests for EnumForms and set an error value in our stub.
+
+2006-06-13  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/msvcrt/data.c, dlls/msvcrt/tests/.gitignore,
+         dlls/msvcrt/tests/Makefile.in, dlls/msvcrt/tests/data.c:
+       msvcrt: Fix _initterm, with tests.
+
+2006-06-11  Simon Kissane <skissane@gmail.com>
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/locale.c:
+       kernel32: Added SetThreadUILanguage() stub.
+
+2006-06-21  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Stubs for RpcRevertToSelf and RpcMgmtSetComTimeout.
+
+       * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Add stub for RpcMgmtEnableIdleCleanup.
+
+2006-06-21  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         dlls/wined3d/surface_gdi.c, dlls/wined3d/utils.c,
+         dlls/wined3d/volume.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Pixel format cleanup.
+
+2006-06-20  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/gdi/enhmetafile.c, dlls/gdi/tests/metafile.c:
+       gdi32: SetWinMetaFileBits: Use the whole device surface if the METAFILEPICT
+       parameter is NULL.
+       Also use the whole device surface if one of the extents is zero or
+       negative and the mapping mode is MM_ANISOTROPIC or MM_ISOTROPIC.
+       New tests.
+
+2006-06-19  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/info.c:
+       winspool: An empty string as server name is valid for AddPrinterDriver.
+
+2006-06-14  Piotr Caban <piotr.caban@gmail.com>
+
+       * programs/oleview/details.c:
+       oleview: Added registry tab in details window.
+
+       * programs/oleview/En.rc, programs/oleview/Makefile.in,
+         programs/oleview/details.c, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/resource.h,
+         programs/oleview/tree.c:
+       oleview: Added details window base.
+
+       * programs/oleview/En.rc, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/resource.h,
+         programs/oleview/tree.c:
+       oleview: Added base menu funcionality.
+
+       * programs/oleview/En.rc, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/resource.h,
+         programs/oleview/tree.c:
+       oleview: Added more TreeView entries.
+
+       * programs/oleview/tree.c:
+       oleview: Added TreeView entries read from registry.
+
+       * programs/oleview/En.rc, programs/oleview/Makefile.in,
+         programs/oleview/main.h, programs/oleview/oleview.c,
+         programs/oleview/resource.h, programs/oleview/tree.c:
+       oleview: Added TreeView window.
+
+       * programs/oleview/Makefile.in, programs/oleview/main.h,
+         programs/oleview/oleview.c, programs/oleview/pane.c:
+       oleview: Added pane bar.
+
+       * configure, configure.ac, programs/Makefile.in,
+         programs/oleview/.gitignore, programs/oleview/En.rc,
+         programs/oleview/Makefile.in, programs/oleview/main.h,
+         programs/oleview/oleview, programs/oleview/oleview.c,
+         programs/oleview/resource.h, programs/oleview/rsrc.rc:
+       oleview: Added initial version.
+
+2006-06-21  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/wined3d/surface_gdi.c:
+       wined3d: Add an "\n" to a fixme to fix an overflow.
+
+2006-06-20  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Bind correct number of samplers for GLSL shaders.
+       We are only checking against GL_MAX_TEXTURES when binding samplers,
+       when we should be checking against the maximum number of samplers that
+       the card supports.  Spotted by H. Verbeet.
+
+2006-06-20  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crl.c, dlls/crypt32/crypt32.spec, dlls/crypt32/tests/crl.c:
+       crypt32: Implement some CRL verification functions.
+
+       * dlls/crypt32/main.c, include/wincrypt.h:
+       wincrypt.h: Add more definitions and prototypes.
+
+2006-06-20  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/wininet/tests/url.c:
+       wininet/tests: Write-strings warnings fix.
+
+2006-06-20  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winex11.drv/winpos.c, dlls/winex11.drv/x11drv.h,
+         dlls/winex11.drv/x11drv_main.c:
+       winex11.drv: Add support for full screen window state using the NETWM protocol.
+
+2006-06-20  James Hawkins <truiken@gmail.com>
+
+       * dlls/advpack/install.c:
+       advpack: Implement DoInfInstall on top of the install framework.
+
+2006-06-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/file.c:
+       kernel: Add tests for OpenFile.
+
+       * dlls/kernel/tests/file.c:
+       kernel: Check for an exe which is always present in a system dir.
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: Small test fixes.
+
+2006-06-20  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Fix the nBufferMax param of LoadStringW calls from SHELL_ConfirmDialogW.
+
+2006-06-20  Detlef Riekenberg <wine.dev@web.de>
+
+       * tools/winedump/output.c:
+       winedump: Add DLL_WINE_PREATTACH to the generated DllMain.
+
+       * tools/winedump/output.c:
+       winedump: Use ntdll as template.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/compstui/.gitignore,
+         dlls/compstui/Makefile.in, dlls/compstui/compstui.spec,
+         dlls/compstui/compstui_main.c:
+       compstui: Add minimal compstui.dll (stubs only).
+
+2006-06-21  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Compile VIRTUAL_Dump only when somebody really needs it.
+
+2006-06-20  Vitaly Lipatov <lav@etersoft.ru>
+
+       * programs/winecfg/Ru.rc:
+       winecfg: Russian translation.
+
+2006-06-20  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/umon.c:
+       urlmon: Call Binding_CloseCacheDownload after Binding_FinishedDownload.
+
+       * dlls/shdocvw/persist.c:
+       shdocvw: Return S_OK in IPersistStreamInit::InitNew.
+
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/olecmd.c,
+         dlls/mshtml/oleobj.c:
+       mshtml: Move IOleCommandTarget implementation to separate file.
+
+       * dlls/mshtml/persist.c:
+       mshtml: Initialize url variable in IPersistMoniker::Load.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Don't crash in GetSecurityInfo if channel is NULL.
+
+       * dlls/mshtml/conpoint.c, dlls/mshtml/mshtml_private.h:
+       mshtml: Added IPropertyNotifySink connection point.
+
+2006-06-20  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/tests/.gitignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/cert.c, dlls/crypt32/tests/crl.c,
+         dlls/crypt32/tests/store.c:
+       crypt32: Rearrange functions a bit.
+
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Small cleanups.
+       - forward MLGetUILanguage to kernel32
+       - correct type of parameter to MLLoadLibrary
+
+2006-06-20  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * programs/winecfg/theme.c:
+       winecfg: Create Resources directory when adding themes.
+
+2006-06-20  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Don't use a short to hold the packet length, since it can
+       result in premature termination of the send.
+
+2006-06-20  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/tape.c:
+       ntdll: Fixed tape.c compilation on Solaris.
+
+       * libs/wine/mmap.c:
+       libwine: Better memory reservation algorithm for platforms that use
+       try_mmap_fixed.
+
+       * configure, configure.ac:
+       configure: Default to using wine-pthread on all platforms.
+
+2006-06-20  Jeremy White <jwhite@codeweavers.com>
+
+       * configure, configure.ac:
+       configure: Probe more carefully for soname support, primarily for Solaris
+       support.
+
+2006-06-18  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: dwarf: Tidy up leb128 reading.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Indent the code as the rest of dbghelp module.
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Support multiple debug formats.
+       When several debug formats (eg stabs & dwarf2) exist in the same
+       module, allow to load them all (this is needed when different
+       compilation units are compiled with different debug options).
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: dwarf: Generate the current source file and store it in dbghelp's
+       internals.
+
+       * dlls/dbghelp/coff.c, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/dwarf.c, dlls/dbghelp/elf_module.c, dlls/dbghelp/msc.c,
+         dlls/dbghelp/source.c, dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c:
+       dbghelp: Added the ability to define a source file by dir+filename instead of
+       only filename.
+
+       * dlls/dbghelp/dwarf.c, dlls/dbghelp/dwarf.h:
+       dbghelp: dwarf: Started parsing the attributes for lines (in compilation unit).
+       Walking the whole lot, not doing anything interesting apart from
+       traversing the data.
+
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
+         dlls/dbghelp/elf_module.c:
+       dbghelp: Pass .debug_loc section information to dwarf.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & parse context.
+       - split the data structures for walking through the data (abbrev,
+       cu... -> traverse_ctx) and data manipulation/loading (-> parse_ctx)
+       - created dwarf2_parse_compilation_unit() for clarity
+       - added section structure to gather information about all ELF sections
+       related to all dwarf2 sections (more to come)
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & udt members.
+       - correctly set size & offsets for regular udt members
+       - first shot at bitfields for udt members
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & function blocks.
+       - properly handling function blocks
+       - handling of variables inside of blocks (either on stack, or in a
+       register, or relative to the frame register if any)
+       - added dwarf2_subprogram_t structure so that we can pass around
+       relevant information for function parsing
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: dwarf: Properly handle function formal parameters.
+
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/msc.c,
+         dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c:
+       dbghelp: Storage of func locals & parameters.
+       - added the ability to tell to add_func_local whether we're adding
+       a local variable or a parameter (and removed the black magic
+       we were using)
+       - we can now address variables defined as an offset to a register
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & global symbols.
+       Offset the addresses for global symbols (func & variables) by the base
+       image of the corresponding module.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: dwarf: Added support for function labels.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Proper support for nested types definitions (even in C).
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf - function scheme.
+       - various fixes to follow better the functions definition (nesting,
+       subroutines...)
+       - don't directly parse types referenced by a subprogram, they'll be
+       loaded anyway when needed
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & locations.
+       - put back the block attribute parsing
+       - added dwarf2_compute_location to properly decode a location (at
+       least starting it)
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf compiland.
+       - rewrote all entities loading to make use of new dwarf2_debug_info_t scheme
+       - commented out the location parsing which is an ugly hack
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & new scheme.
+       - add some helpers for the rewrite
+       - module is now part of the dwarf2_parse_context
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & type references.
+       Removed unused type references scheme that we'll implement using a
+       different scheme in next patches.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf merge parsing of UDT.
+       Merge into a single function the struct/class/union parsing.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & debug info entries.
+       - now loading the debug info entries into specific structures
+       - this will help writing new functions
+       - this will allow handling of forward references
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf abbrev table is now a sparse array.
+       - added a pool for memory allocation when parsing a compilation unit
+       - now using the brand new sparse array for the abbrev table
+
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/storage.c:
+       dbghelp: Added another basic type for storage: the sparse array.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Transform a few TRACEs into WARNs (especially for unhandled stuff).
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Remove the unneeded level attribute while parsing.
+
+       * dlls/dbghelp/dwarf.c, dlls/dbghelp/dwarf.h:
+       dbghelp: Moved all Dwarf standard definitions into dwarf.h file.
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & typedefs.
+       - removed lookup for name for the const modifier
+       - hard wire dwarf-reference to our pointer types
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf & module's symtype.
+       - we should set the module's symtype upon success
+       - removed unneeded bRet variable
+
+       * dlls/dbghelp/dwarf.c:
+       dbghelp: Dwarf2 & AT_byte_size.
+       - AT_byte_size can be larger than a single byte (especially for enums)
+       - added missing enumeration type parsing
+
+       * programs/winedbg/debugger.h, programs/winedbg/memory.c,
+         programs/winedbg/types.c:
+       winedbg: Proper handling of typedefs.
+       Added types_get_real_type() to get rid of typedef information, and
+       access the real underlying type.
+
+2006-06-19  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c, dlls/crypt32/encode.c,
+         dlls/crypt32/tests/encode.c:
+       crypt32: Encode/decode CRL issuing dist points.
+
+2006-06-19  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c:
+       wined3d: Move D3DSIO_DEF instruction for ARB shaders into arb_program_shader.c.
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Fix DEF instructions in GLSL for non-Nvidia platforms.
+       - NVidia allows "const vec4 = {1.0, 2.0, 3.0, 4.0};", even though
+       that's not part of the spec.
+       - It should be  "const vec4 = vecr4(1.0, 2.0, 3.0, 4.0);"
+       - This patch fixes this for D3DSIO_DEF and D3DSIO_DEFI.
+
+2006-06-20  James Hawkins <truiken@gmail.com>
+
+       * tools/wine.inf:
+       tools/wine.inf: Add d3d8.dll to the fake dlls list.
+
+2006-06-20  Ge van Geldorp <ge@gse.nl>
+
+       * dlls/kernel/global16.c:
+       kernel32: "base" is a pointer in 16-bit global heap.
+
+       * programs/winedbg/Makefile.in, programs/winedbg/be_x86_64.c,
+         programs/winedbg/gdbproxy.c, programs/winedbg/winedbg.c:
+       winedbg: Added x86_64 support.
+
+2006-06-20  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Remove the now unused SHELL_ConfirmDialog.
+
+       * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_fs.c:
+       shell32: Use SHELL_ConfirmDialogW when deleting multiple files.
+
+2006-06-20  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: Remove dead code from the LZOpenFileW test.
+
+2006-06-19  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shell32_Pl.rc:
+       shell32: Update the Polish translation.
+
+2006-06-19  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crl.c:
+       crypt32: Simplify CRL creation.
+       Decoding already handles signed and unsigned CRLs, so don't duplicate
+       that in CertCreateCRLContext.
+
+       * dlls/crypt32/cert.c:
+       crypt32: Simplify certificate creation.
+       Decoding already handles signed and unsigned certs, so don't duplicate
+       that in CertCreateCertificateContext.
+
+2006-06-19  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: test LZOpenFileW.
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: LZOpenFileA sets last error sometimes.
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: Rename function aliases to real (ASCII) function names.
+
+2006-06-19  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/shell32/shfldr_desktop.c:
+       shell32: Convert ISF_Desktop_fnGetDisplayNameOf to Unicode.
+
+       * dlls/shell32/shfldr_mycomp.c:
+       shell32: Convert ISF_MyComputer_fnGetDisplayNameOf to Unicode.
+
+       * dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Move the packet manipulation from the exception filter to the exception
+       handler.
+       Remove the unused server_sem variable.
+
+2006-06-19  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Fix decoding signed certs and CRLs.
+
+2006-06-19  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Added test for IsAppThemed and grouped it with IsThemeActive.
+
+2006-06-20  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/stg_prop.c:
+       ole32: Implement reading of VT_CF storage properties.
+
+2006-06-19  Alexandre Julliard <julliard@winehq.org>
+
+       * libs/wine/config.c:
+       libwine: Remove one more directory level when checking for build dir.
+       This way it still works if the libdir we got was libs/wine instead of libs.
+
+2006-06-19  Jeremy White <jwhite@codeweavers.com>
+
+       * dlls/msvcrt/time.c:
+       msvcrt: Solaris asctime_r compilation fix.
+
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Fix a Solaris compilation error.
+
+       * dlls/winex11.drv/winpos.c:
+       winex11.drv: On Solaris, Xutil.h is required to define XRegion.
+
+       * dlls/ntdll/directory.c:
+       ntdll: On Solaris, limits.h is required for PATH_MAX.
+
+2006-06-19  Ge van Geldorp <ge@gse.nl>
+
+       * dlls/dbghelp/minidump.c:
+       dbghelp: Fix compilation for x86_64.
+
+2006-06-19  Thomas Weidenmueller <wine-patches@reactsoft.com>
+
+       * dlls/secur32/schannel.c, include/sspi.h:
+       include: Fix definition of SECURITY_INTEGER.
+
+2006-06-19  Alexandre Julliard <julliard@winehq.org>
+
+       * tools/winebuild/build.h, tools/winebuild/main.c,
+         tools/winebuild/relay.c:
+       winebuild: Get rid of the data16 prefix, it shouldn't be needed anymore and
+       causes warnings.
+
+2006-06-13  Christian Gmeiner <christian.gmeiner@students.fhv.at>
+
+       * dlls/setupapi/Makefile.in, dlls/setupapi/devinst.c,
+         dlls/setupapi/tests/.gitignore, dlls/setupapi/tests/Makefile.in,
+         dlls/setupapi/tests/devinst.c:
+       setupapi: Implement SetupDiCreateDeviceInfoListExW.
+
+2006-06-19  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/uxtheme/tests/system.c:
+       uxtheme/tests: Change S_OK to the more appropriate ERROR_SUCCESS.
+
+2006-06-19  Vitaly Lipatov <lav@etersoft.ru>
+
+       * dlls/dnsapi/name.c:
+       dnsapi: Fix conflicts nameser.h with winerror.h.
+
+2006-06-19  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Fix another GetProcessHeap vs GetProcessHeap().
+
+2006-06-19  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/mscms/profile.c:
+       mscms: Fix famous typo in HeapFree call.
+
+2006-06-19  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/negotiate.c:
+       secur32: Remove unneeded function from the Negotiate provider.
+
+2006-06-20  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/ole32/ole2.c:
+       ole32: Fix a typo.
+
+2006-06-19  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/hlink/hlink.spec, dlls/hlink/hlink_main.c:
+       hlink: Add a stub implementation for HlinkNavigateToStringReference.
+
+       * dlls/imm32/imm.c:
+       imm32: Fix some return codes.
+
+       * dlls/wininet/urlcache.c:
+       wininet: Make sure to null terminate a string before copying it.
+
+2006-06-19  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/gdi/dib.c, dlls/gdi/gdi32.spec:
+       gdi32: Get rid of the no longer needed DIB_CreateDIBSection export.
+
+2006-06-19  Detlef Riekenberg <wine.dev@web.de>
+
+       * include/ddk/compstui.h:
+       include: Declare remaining exported functions in compstui.h.
+
+2006-06-16  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw_private.h, dlls/ddraw/device.c, dlls/ddraw/direct3d.c,
+         dlls/ddraw/material.c, dlls/ddraw/surface.c, dlls/ddraw/texture.c,
+         dlls/ddraw/viewport.c:
+       ddraw: Implement proper handle management.
+
+2006-06-16  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Correct implementation of D3DSIO_LOOP.
+       I initially misread the specification.  src0.x is the iteration count,
+       not the max amount for the loop register.  This fixes that.
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Fix lookup for LOOP register.
+
+2006-06-17  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Added correct cast support for gl_FogFragCoord and gl_PointSize
+       output registers.
+
+2006-06-16  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Load boolean and integer constants into the GLSL shader program.
+
+       * dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Implement locally defined boolean and integer constants in GLSL.
+
+       * dlls/wined3d/arb_program_shader.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add preliminary support for constant boolean and integer registers
+       in GLSL.
+       - Separate the declaration phase of the shader string generator into
+       the arb and glsl specific files.
+       - Add declarations and recognition for application-sent constant
+       integers and booleans (locally defined ones will follow).
+       - Standardize capitilization of pixel/vertex specific variable names.
+
+       * dlls/wined3d/Makefile.in, dlls/wined3d/arb_program_shader.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Move constant loading into target-specific files.
+       - Moves GLSL constant loading code into glsl_shader.c and out of the
+       over-populated drawprim.c.
+       - Creates a new file named arb_program_shader.c which will hold code
+       specific to ARB_vertex_program & ARB_fragment_program.
+       - Remove the constant loading calls from drawprim.c
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Remove dead vertex shader code.
+
+2006-06-18  Krzysztof Foltman <wdev@foltman.com>
+
+       * dlls/riched20/caret.c:
+       riched20: EM_CHARFROMPOS didn't work properly with scrolling
+       (vertical scrollbar position was not taken into account).
+
+2006-06-17  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/query.c:
+       dnsapi: Free all allocated records instead of just the last one.
+
+       * dlls/dnsapi/query.c:
+       dnsapi: Correct testing for zero option value DNS_QUERY_STANDARD.
+
+2006-06-17  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/palette.c, dlls/ddraw/surface.c,
+         dlls/ddraw/tests/.gitignore, dlls/ddraw/tests/Makefile.in,
+         dlls/ddraw/tests/refcount.c:
+       ddraw: Palette refcounting fixes + tests.
+
+2006-06-17  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ntdll/om.c:
+       ntdll: If ObjectAttributes is NULL then an error is returned at the
+       start of the NtOpenSymbolicLinkObject, therefore ObjectAttributes does
+       not need to be checked for NULL later on in the function.
+
+       * dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Use the thread pool in the RPC server for processing packets.
+
+       * dlls/ole32/ftmarshal.c:
+       ole32: Document CoCreateFreeThreadedMarshaler.
+
+       * dlls/ole32/rpc.c:
+       ole32: Reuse event handles used for COM calls.
+       This reduces the number of server calls during a COM call by half.
+
+2006-06-18  Thomas Weidenmueller <wine-patches@reactsoft.com>
+
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Fix updating the proc offset.
+
+2006-06-17  Fatih Aşıcı <fatih.asici@gmail.com>
+
+       * programs/winecfg/Tr.rc:
+       winecfg: Update Turkish resorce file.
+
+2006-06-16  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/lz32/tests/lzexpand_main.c:
+       lz32: Enable old test and expand it.
+
+2006-06-17  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/kernel/cpu.c:
+       kernel: Fix reported address space limit to be in keeping with ntdll.
+
+2006-06-16  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/info.c:
+       winspool: AddMonitor: Test the driver entry before return an error.
+
+2006-06-16  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msi/tests/db.c, dlls/msi/tests/package.c:
+       msi/tests: Write-strings warnings fixes.
+
+2006-06-15  Kevin Koltzau <kevin@plop.org>
+
+       * dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/usrmarshal.c,
+         dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c:
+       oleaut32: Fix 64bit warnings in tests.
+
+       * dlls/mscms/handle.c:
+       mscms: Fix 64bit warnings.
+
+2006-06-16  András Kovács <andras@csevego.net>
+
+       * programs/uninstaller/Hu.rc, programs/uninstaller/rsrc.rc:
+       uninstaller: Hungarian translation.
+
+2006-06-16  Scott Bambrough <scottb@xandros.com>
+
+       * configure, configure.ac:
+       configure: Test for additional ICU libraries /usr/lib/libicuuc.a and
+       /usr/lib/libicudata.a.
+
+2006-06-16  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/inseng/.gitignore,
+         dlls/inseng/Makefile.in, dlls/inseng/inseng.spec,
+         dlls/inseng/inseng_main.c, tools/wine.inf:
+       inseng: Initial implementation of inseng (required for IE6 to install under
+       win2k).
+
+2006-06-14  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/En.rc, dlls/mshtml/Makefile.in, dlls/mshtml/install.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/resource.h, dlls/mshtml/rsrc.rc,
+         dlls/mshtml/tests/Makefile.in, dlls/mshtml/tests/htmldoc.c:
+       mshtml: Added Wine Gecko installer.
+
+2006-06-16  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/wined3d/device.c:
+       wined3d: GetScissorRect should use zero-based scissorBox (Coverity).
+
+2006-06-16  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Fix the argument size of conformant arrays.
+
+2006-06-16  Andrey Turkin <pancha@mail.nnov.ru>
+
+       * dlls/msi/tests/package.c:
+       msi: Added tests for MsiSetTargetPath.
+
+2006-06-15  Francois Gouget <fgouget@free.fr>
+
+       * dlls/d3d9/tests/stateblock.c, dlls/riched20/tests/editor.c,
+         dlls/uxtheme/tests/system.c, dlls/wined3d/device.c,
+         programs/cmdlgtst/cmdlgtst.c:
+       Add trailing '\n's to ok() calls.
+       Remove spaces before '\n'.
+
+       * dlls/comctl32/tests/header.c, dlls/d3d9/tests/device.c,
+         dlls/riched20/editor.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/glsl_shader.c, server/token.c:
+       Assorted spelling fixes.
+
+2006-06-15  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/shell32/shlexec.c:
+       shell32: Remove dead code in SHELL_FindExecutable().
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Use page_size instead of page_mask+1.
+
+2006-06-16  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c, dlls/secur32/tests/main.c:
+       secur32: Implement QueryContextAttributes. Add tests.
+
+2006-06-15  Marcus Meissner <marcus@jet.franken.de>
+
+       * dlls/avifil32/api.c:
+       avifil32: Corrected destination size in MultiByteToWideChar.
+
+2006-06-15  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/d3d9/d3d9.spec, dlls/d3d9/d3d9_main.c:
+       d3d9: Remove ValidatePixel/VertexShader.
+
+2006-06-15  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c, dlls/crypt32/encode.c,
+         dlls/crypt32/tests/encode.c:
+       crypt32: Correct CRL tests, and fix CRL encoding/decoding accordingly.
+
+2006-06-15  Ulrich Czekalla <ulrich@codeweavers.com>
+
+       * dlls/hlink/hlink_main.c:
+       hlink: Fix typo. We should set hl not ppvObj.
+
+2006-06-16  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Add and use GL_EXT_fog_coord defines.
+
+2006-06-16  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/make_dlls,
+         dlls/winex11.drv/.gitignore, dlls/winex11.drv/Makefile.in,
+         dlls/winex11.drv/bitblt.c, dlls/winex11.drv/bitmap.c,
+         dlls/winex11.drv/brush.c, dlls/winex11.drv/clipboard.c,
+         dlls/winex11.drv/clipping.c, dlls/winex11.drv/codepage.c,
+         dlls/winex11.drv/dce.c, dlls/winex11.drv/desktop.c,
+         dlls/winex11.drv/dga2.c, dlls/winex11.drv/dga2.h,
+         dlls/winex11.drv/dib.c, dlls/winex11.drv/dib_convert.c,
+         dlls/winex11.drv/dib_dst_swap.c, dlls/winex11.drv/dib_src_swap.c,
+         dlls/winex11.drv/event.c, dlls/winex11.drv/graphics.c,
+         dlls/winex11.drv/init.c, dlls/winex11.drv/keyboard.c,
+         dlls/winex11.drv/mouse.c, dlls/winex11.drv/mwm.h,
+         dlls/winex11.drv/opengl.c, dlls/winex11.drv/palette.c,
+         dlls/winex11.drv/pen.c, dlls/winex11.drv/scroll.c,
+         dlls/winex11.drv/settings.c, dlls/winex11.drv/text.c,
+         dlls/winex11.drv/window.c, dlls/winex11.drv/winex11.drv.spec,
+         dlls/winex11.drv/winpos.c, dlls/winex11.drv/wintab.c,
+         dlls/winex11.drv/x11ddraw.c, dlls/winex11.drv/x11ddraw.h,
+         dlls/winex11.drv/x11drv.h, dlls/winex11.drv/x11drv_main.c,
+         dlls/winex11.drv/x11font.h, dlls/winex11.drv/xdnd.c,
+         dlls/winex11.drv/xfont.c, dlls/winex11.drv/xim.c,
+         dlls/winex11.drv/xrandr.c, dlls/winex11.drv/xrandr.h,
+         dlls/winex11.drv/xrender.c, dlls/winex11.drv/xvidmode.c,
+         dlls/winex11.drv/xvidmode.h, dlls/x11drv/.gitignore,
+         dlls/x11drv/Makefile.in, dlls/x11drv/bitblt.c, dlls/x11drv/bitmap.c,
+         dlls/x11drv/brush.c, dlls/x11drv/clipboard.c, dlls/x11drv/clipping.c,
+         dlls/x11drv/codepage.c, dlls/x11drv/dce.c, dlls/x11drv/desktop.c,
+         dlls/x11drv/dga2.c, dlls/x11drv/dga2.h, dlls/x11drv/dib.c,
+         dlls/x11drv/dib_convert.c, dlls/x11drv/dib_dst_swap.c,
+         dlls/x11drv/dib_src_swap.c, dlls/x11drv/event.c,
+         dlls/x11drv/graphics.c, dlls/x11drv/init.c, dlls/x11drv/keyboard.c,
+         dlls/x11drv/mouse.c, dlls/x11drv/mwm.h, dlls/x11drv/opengl.c,
+         dlls/x11drv/palette.c, dlls/x11drv/pen.c, dlls/x11drv/scroll.c,
+         dlls/x11drv/settings.c, dlls/x11drv/text.c, dlls/x11drv/window.c,
+         dlls/x11drv/winex11.drv.spec, dlls/x11drv/winpos.c,
+         dlls/x11drv/wintab.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
+         dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c,
+         dlls/x11drv/x11font.h, dlls/x11drv/xdnd.c, dlls/x11drv/xfont.c,
+         dlls/x11drv/xim.c, dlls/x11drv/xrandr.c, dlls/x11drv/xrandr.h,
+         dlls/x11drv/xrender.c, dlls/x11drv/xvidmode.c,
+         dlls/x11drv/xvidmode.h:
+       x11drv: Renamed the x11drv directory to winex11.drv.
+
+2006-06-15  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * programs/notepad/Pl.rc:
+       notepad: Pl.rc: Fix the ellipsis in menu.
+
+2006-06-15  Huw Davies <huw@codeweavers.com>
+
+       * dlls/wineps.drv/init.c, dlls/winspool.drv/info.c:
+       printing: Don't limit the printer name length to CCHDEVICENAME characters.
+
+2006-06-15  James Hawkins <truiken@gmail.com>
+
+       * dlls/msi/tests/.gitignore, dlls/msi/tests/Makefile.in,
+         dlls/msi/tests/install.c:
+       msi: Add tests for MsiInstallProduct.
+
+2006-06-15  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ddraw/ddraw.c, dlls/ddraw/main.c, dlls/ddraw/material.c,
+         dlls/ddraw/surface.c, dlls/ddraw/vertexbuffer.c,
+         dlls/ddraw/viewport.c:
+       ddraw: Make some functions static.
+
+       * configure, configure.ac:
+       configure: Ues the standard AC_MSG_WARN to print warnings.
+
+       * dlls/Makefile.in, dlls/make_dlls, programs/winetest/Makefile.in:
+       dlls: d3d8, d3d9 and ddraw no longer depend on OpenGL or X.
+
+       * dlls/d3dx8/Makefile.in:
+       d3dx8: Remove dependencies on OpenGL headers and libraries.
+
+       * dlls/d3d9/Makefile.in, dlls/d3d9/d3d9_private.h:
+       d3d9: Remove dependencies on OpenGL headers and libraries.
+
+       * dlls/d3d8/Makefile.in, dlls/d3d8/d3d8_private.h:
+       d3d8: Remove dependencies on OpenGL headers and libraries.
+
+2006-06-15  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/d3d8/tests/device.c, dlls/d3d9/tests/device.c,
+         dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Support more than one back buffer.
+
+2006-06-09  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/ddraw/Makefile.in, dlls/ddraw/clipper.c, dlls/ddraw/d3d_private.h,
+         dlls/ddraw/d3d_utils.c, dlls/ddraw/ddraw.c, dlls/ddraw/ddraw.spec,
+         dlls/ddraw/ddraw_hal.c, dlls/ddraw/ddraw_main.c,
+         dlls/ddraw/ddraw_private.h, dlls/ddraw/ddraw_thunks.c,
+         dlls/ddraw/ddraw_user.c, dlls/ddraw/ddraw_utils.c,
+         dlls/ddraw/device.c, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/direct3d.c,
+         dlls/ddraw/direct3d_main.c, dlls/ddraw/direct3d_opengl.c,
+         dlls/ddraw/executebuffer.c, dlls/ddraw/gamma.c, dlls/ddraw/gl_api.h,
+         dlls/ddraw/gl_private.h, dlls/ddraw/light.c, dlls/ddraw/main.c,
+         dlls/ddraw/material.c, dlls/ddraw/opengl_private.h,
+         dlls/ddraw/opengl_utils.c, dlls/ddraw/palette.c,
+         dlls/ddraw/palette_hal.c, dlls/ddraw/palette_main.c,
+         dlls/ddraw/parent.c, dlls/ddraw/surface.c, dlls/ddraw/surface_dib.c,
+         dlls/ddraw/surface_fakezbuffer.c, dlls/ddraw/surface_gamma.c,
+         dlls/ddraw/surface_hal.c, dlls/ddraw/surface_main.c,
+         dlls/ddraw/surface_thunks.c, dlls/ddraw/surface_user.c,
+         dlls/ddraw/surface_wndproc.c, dlls/ddraw/tests/d3d.c,
+         dlls/ddraw/texture.c, dlls/ddraw/utils.c, dlls/ddraw/vertexbuffer.c,
+         dlls/ddraw/viewport.c:
+       ddraw: Rewrite most of ddraw using WineD3D.
+
+2006-06-15  Alexandre Julliard <julliard@winehq.org>
+
+       * server/fd.c:
+       server: Fixed a compiler warning on MacOSX.
+
+       * libs/wine/config.c:
+       libwine: Fixed a compiler warning on MacOSX.
+
+2006-06-12  Peter Åstrand <astrand@cendio.se>
+
+       * dlls/winmm/mci.c:
+       winmm: Add support for "open new" commands.
+
+2006-06-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add test for _Streams table (based on patch by Andrey Turkin).
+
+2006-06-12  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Correct vertex fog for transformed vertices and correctly
+       handle non-vertex, non-table fog.
+
+2006-06-13  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement more GLSL instructions.
+       - Implemented: D3DSIO_SGN, LOOP, ENDLOOP, LOGP, LIT, DST, SINCOS
+       - Process instruction-based modifiers (function existed, it just
+       wasn't being called)
+       - Add loop checking to register maps.
+       - Renamed "sng" to "sgn" for D3DSIO_SGN - it's not handled anywhere
+       except for GLSL, so won't matter.
+
+2006-06-14  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/atl/atl_main.c:
+       atl: Add a partial implementation of AtlModuleRegisterWndClassInfoW
+       based on documentation by Mike McCormack.
+
+       * dlls/kernel/tests/sync.c:
+       kernel: Add a test for mutexes.
+
+       * dlls/kernel/tests/.gitignore, dlls/kernel/tests/Makefile.in,
+         dlls/kernel/tests/version.c:
+       kernel: Add some tests for VerifyVersionInfo.
+
+       * dlls/ole32/git.c, dlls/ole32/tests/marshal.c:
+       ole32: Always rewind the stream in StdGlobalInterfaceTable_GetInterfaceFromGlobal
+       as CoUnmarshalInterface may have advanced the stream, even if it failed.
+
+       * dlls/ole32/tests/compobj.c, dlls/ole32/tests/marshal.c:
+       ole32: Add a tests for OleSetMenuDescriptor and the global interface table.
+
+2006-06-14  Alexander Nicolaysen Sørnes <alex@thehandofagony.com>
+
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmål resources.
+
+       * dlls/gphoto2.ds/gphoto2_No.rc, dlls/gphoto2.ds/rsrc.rc:
+       gphoto2.ds: Added Norwegian Bokmål resources.
+
+2006-06-15  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/winedbg/stack.c:
+       winedbg: Avoid a crash when there's no backtrace to print.
+
+       * dlls/kernel/heap.c:
+       kernel32: Use unsigned types in GlobalMemoryStatusEx to prevent overflows.
+
+2006-06-15  Mike McCormack <mike@codeweavers.com>
+
+       * server/thread.c:
+       server: Fix a win64 warning.
+
+       * server/user.c:
+       server: Cast user handles to unsigned long for win64 compatibility.
+
+       * server/handle.c:
+       server: Cast handles to unsigned long for win64 compatibility.
+
+       * dlls/comctl32/tests/.gitignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/listview.c:
+       comctl32: Add a short test for the listview.
+
+       * dlls/comctl32/listview.c:
+       comctl32: Arrange the listview after deleting all items so we will place icons
+       at the top again.
+
+       * dlls/comctl32/listview.c:
+       comctl32: Use the listview's background colour when drawing with imagelist.
+
+2006-06-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/cond.y:
+       msi: Don't define COND_SPACE twice.
+
+2006-06-14  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/mciwave/mciwave.c:
+       mciwave: Fixed a bogus free.
+
+2006-06-14  Vitaly Lipatov <lav@etersoft.ru>
+
+       * dlls/user/combo.c:
+       user32: Fix character conversion in combo box.
+       Replace toupper/tolower with CharUpper/CharLower functions.
+
+2006-06-14  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * tools/wine.inf:
+       wine.inf: Add fake dll for advpack.dll.
+
+2006-06-14  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c, dlls/atl/atlwin.h:
+       atl: Add a stub for AtlModuleRegisterWndClassInfoW.
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Change the test for no relocation information to use the
+       IMAGE_FILE_RELOCS_STRIPPED flag instead of a zero sized relocations
+       section.
+       This fixes loading of resource-only DLLs that have a load-address of
+       0x400000.
+
+       * dlls/msxml3/domdoc.c:
+       msxml: Text nodes with just whitespace should be stripped.
+
+       * dlls/msxml3/text.c:
+       msxml: Implement IXMLDOMElement for text elements by using
+       create_element instead of create_basic_node.
+
+       * dlls/msxml3/element.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c:
+       msxml: Allow the element implementation to be aggregatable.
+
+2006-06-13  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * configure, configure.ac, dlls/uxtheme/Makefile.in,
+         dlls/uxtheme/tests/.gitignore, dlls/uxtheme/tests/Makefile.in,
+         dlls/uxtheme/tests/system.c, programs/winetest/Makefile.in:
+       uxtheme: Add framework and initial tests.
+
+2006-06-14  Choe Hwanjin <choe.hwanjin@gmail.com>
+
+       * include/winuser.h:
+       winuser.h: Add some missing virtual key symbols.
+
+2006-06-13  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add a test for reading long strings.
+
+       * dlls/msi/tests/db.c:
+       msi: Add a test for creating a record with a long string.
+
+       * dlls/msi/tests/db.c:
+       msi: Add a test for MsiDatabaseExport.
+
+2006-06-14  Mike McCormack <mike@codeweavers.com>
+
+       * include/mapi.h:
+       mapi: Fix declaration of LPMAPISENDMAIL (spotted by Cho Hwanjin).
+
+       * dlls/advpack/reg.c:
+       advpack: Remove some dead code. (Coverity)
+
+       * include/dbghelp.h:
+       dbghelp: Fix the prototype of some callbacks.
+
+       * dlls/crypt32/oid.c:
+       crypt32: Fix a cast for Win64.
+
+       * tools/wrc/parser.y:
+       wrc: Remove some tokens declared twice.
+
+2006-06-13  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: getaddrinfo returns any non-zero value on failure, not just negative
+       values.
+
+2006-06-13  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/serial.c:
+       ntdll: Cast termios.c_cflag to avoid a printf format warning.
+
+       * programs/winedbg/gdbproxy.c:
+       winedbg: sscanf arguments should be ints, not size_t.
+
+       * tools/winebuild/relay.c, tools/winebuild/res32.c:
+       winebuild: Fix a few printf format warnings by casting size_t.
+
+       * dlls/wined3d/wined3d_private.h:
+       wined3d: Use unsigned int instead of size_t to avoid printf format warnings.
+
+       * dlls/oleaut32/vartype.c:
+       oleaut32: Use unsigned int instead of size_t to avoid printf format warnings.
+
+       * dlls/msvcrt/cppexcept.h:
+       msvcrt: Use unsigned int instead of size_t to avoid printf format warnings.
+
+       * dlls/crypt32/context.c, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/store.c:
+       crypt32: Use unsigned int instead of size_t to avoid printf format warnings.
+
+       * tools/widl/server.c, tools/widl/typegen.c:
+       widl: Use unsigned int instead of size_t to avoid printf format warnings.
+
+       * programs/winevdm/winevdm.c:
+       winevdm: Don't use sizeof in traces to avoid printf format warnings.
+
+       * programs/rpcss/np_server.c:
+       rpcss: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/wineps.drv/glyphlist.c, dlls/wineps.drv/ppd.c:
+       wineps.drv: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/user/dde_misc.c, dlls/user/message.c:
+       user32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_transport.c,
+         dlls/rpcrt4/rpcss_np_client.c:
+       rpcrt4: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/ole32/oleproxy.c, dlls/ole32/stg_prop.c:
+       ole32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/netapi32/netbios.c:
+       netapi32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/msvfw32/msvideo_main.c:
+       msvfw32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/mciseq/mcimidi.c:
+       mciseq: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/kernel/format_msg.c, dlls/kernel/toolhelp.c:
+       kernel32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+         dlls/dsound/primary.c, dlls/dsound/sound3d.c:
+       dsound: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/dplayx/dplayx_global.c:
+       dplayx: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/dmstyle/commandtrack.c, dlls/dmstyle/style.c:
+       dmstyle: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/dinput/device.c:
+       dinput: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/d3d9/stateblock.c:
+       d3d9: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/d3d8/device.c:
+       d3d8: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/comdlg32/printdlg16.c:
+       comdlg32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/comctl32/propsheet.c, dlls/comctl32/tests/mru.c:
+       comctl32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/advapi32/service.c:
+       advapi32: Don't use sizeof in traces to avoid printf format warnings.
+
+       * dlls/winmm/tests/capture.c, dlls/winmm/tests/wave.c:
+       winmm/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/version/tests/info.c:
+       version/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/urlmon/tests/misc.c:
+       urlmon/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/rpcrt4/tests/rpc.c:
+       rpcrt4/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/ole32/tests/marshal.c, dlls/ole32/tests/moniker.c:
+       ole32/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/ntdll/tests/env.c, dlls/ntdll/tests/info.c, dlls/ntdll/tests/rtl.c,
+         dlls/ntdll/tests/rtlstr.c:
+       ntdll/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/mshtml/tests/htmldoc.c, dlls/mshtml/tests/protocol.c:
+       mshtml/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/mlang/tests/mlang.c:
+       mlang/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/mapi32/tests/prop.c, dlls/mapi32/tests/util.c:
+       mapi32/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/kernel/tests/codepage.c, dlls/kernel/tests/comm.c,
+         dlls/kernel/tests/file.c, dlls/kernel/tests/locale.c,
+         dlls/kernel/tests/pipe.c:
+       kernel32/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/gdi/tests/bitmap.c, dlls/gdi/tests/font.c:
+       gdi/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/crypt32/tests/cert.c, dlls/crypt32/tests/encode.c,
+         dlls/crypt32/tests/store.c:
+       crypt32/tests: Don't use sizeof in ok() to avoid printf format warnings.
+
+       * dlls/wininet/tests/internet.c, dlls/wininet/tests/url.c:
+       wininet/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/version/tests/install.c:
+       version/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/shlwapi/tests/ordinal.c:
+       shlwapi/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/ntdll/tests/path.c:
+       ntdll/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/mscms/tests/profile.c:
+       mscms/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/kernel/tests/module.c, dlls/kernel/tests/path.c:
+       kernel32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/crypt32/tests/base64.c, dlls/crypt32/tests/encode.c,
+         dlls/crypt32/tests/str.c:
+       crypt32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+       * dlls/advapi32/tests/crypt.c, dlls/advapi32/tests/registry.c,
+         dlls/advapi32/tests/security.c:
+       advapi32/tests: Use lstrlenA instead of strlen in ok() to avoid printf format
+       warnings.
+
+2006-06-08  Nick Burns <adger44@hotmail.com>
+
+       * include/windef.h:
+       include: Use force_align_arg_pointer on MacOS to fix the stack on entry to Wine.
+
+2006-06-13  Mike McCormack <mike@codeweavers.com>
+
+       * include/custcntl.h, include/dispdib.h, include/mapi.h,
+         include/objbase.h, include/storage.h, include/twain.h,
+         include/winnls32.h:
+       include: Remove non-ASCII characters in headers for winelib compatibility.
+
+       * dlls/wineps.drv/init.c, dlls/x11drv/init.c, include/wingdi.h:
+       wingdi: Fix typo in definition of BLTALIGNMENT (spotted by Choe Hwanjin).
+
+       * dlls/msi/table.c:
+       msi: Fix loading of long strings.
+
+       * dlls/winmm/joystick/joystick.c:
+       winmm: Undefine SW_MAX defined by linux/input.h to avoid a conflict with
+       winuser.h.
+
+2006-06-12  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/avifil32/acmstream.c, dlls/avifil32/avifile.c,
+         dlls/avifil32/getframe.c, dlls/avifil32/wavfile.c,
+         dlls/comdlg32/filedlg31.c, dlls/dbghelp/msc.c,
+         dlls/ddraw/executebuffer.c, dlls/gdi/gdiobj.c, dlls/mciseq/mcimidi.c,
+         dlls/mpr/wnet.c, dlls/msvfw32/msvideo_main.c, dlls/ntdll/path.c,
+         dlls/user/exticon.c, dlls/user/listbox.c:
+       Yet another round of redundant NULL checks before HeapFree.
+
+2006-06-13  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/cppexcept.c,
+         dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+         dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c,
+         dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c,
+         dlls/msvcrt/locale.c, dlls/msvcrt/lock.c, dlls/msvcrt/main.c,
+         dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c,
+         dlls/msvcrt/process.c, dlls/msvcrt/scanf.c, dlls/msvcrt/string.c,
+         dlls/msvcrt/thread.c, dlls/msvcrt/time.c, dlls/msvcrt/undname.c,
+         dlls/msvcrt/wcs.c:
+       msvcrt: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/oledlg/oledlg_main.c:
+       oledlg: Declare varargs functions as WINAPIV instead of cdecl.
+
+       * dlls/avifil32/api.c:
+       avifil32: Declare varargs functions as WINAPIV instead of cdecl.
+
+2006-06-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/userenv/userenv_main.c, include/Makefile.in, include/profinfo.h:
+       userenv: Add profinfo.h.
+
+2006-06-12  Ivan Gyurdiev <ivg231@gmail.com>
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Fix params for DP2ADD/TEXLDD.
+       DP2ADD is valid on pshaders 2.0 and above, has 4 parameters.
+       TEXLDD is valid on pshaders 2.x and above, has 5 parameters.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Mark instructions without a destination token.
+       There are a total of 17 instructions without a destination token. Of
+       those 9 have num_params != 0, which means that we will not process any
+       of them correctly, because we assume the first token (if present) is a
+       destination token.
+       Those are basically all the flow control instructions, which we plan to
+       support very soon. They have source tokens, and no destination. Add a
+       flag that marks them up to the ins table. Use this flag in the trace
+       pass, and generation pass.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/glsl_shader.c:
+       wined3d: Keep pshader and vshader constants in GLSL separate.
+       GLSL uniforms have as scope the entire program.
+       To prevent conflicts, name pshader and vshader constants differently.
+       Based on a patch by Jason Green.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Improve Sampler support on 2.0 and 3.0 shaders.
+       - track sampler declarations and store the sampler usage in reg_maps structure
+       - store a fake sampler usage for 1.X shaders (defined as 2D sampler)
+       - re-sync glsl TEX implementation with the ARB one (no idea why they diverged..)
+       - use sampler type in new TEX implementation to support 2D, 3D, and Cube sampling
+       - change drawprim to bind pixel shader samplers
+       Additional improvements:
+       - rename texture limit to texcoord to prevent confusion
+       - add sampler limit, and use that for samplers - *not* the same as texcoord above
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Cast more things.
+       Anything with a swizzle has to be casted to vec4, or it won't work properly.
+       There's multiple ways to do this, for the moment pick the easiest one.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Add support for shader model 3.0 I/O registers.
+       SM 3.0 can pack multiple "semantics" into 12 generic input/output registers.
+       To support that, define temporaries called IN and OUT, and use those as
+       the output registers. At the end of the vshader, unpack the OUT temps
+       into the proper GL variables. At the beginning of the pshader, pack the
+       GL variables back into 12 IN registers.
+
+       * dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c:
+       wined3d: Trivial cleanups
+       - compiler warnings and errors should be FIXME
+       - remove obsolete comment, and change variable type.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Register map cleanups.
+       Various cleanups:
+       - do not use DWORD as a bitmask, that places artificial limit of 32 on
+       registers
+       - track attributes that are used and declare only those
+       - move declarations function call in pshader/vshader to allow us to
+       insert pixel or vertex specific code between the declarations and
+       the rest of the code
+       - remove redundant 0 intializers
+       - remove useless continue statement
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Share trace pass
+       Now that the declaration function is out of the way, the tracing pass,
+       which is very long and 100% the same can be shared between pixel and
+       vertex shaders.
+       The new function is called shader_trace_init(), and is responsible for:
+       - tracing the shader
+       - initializing the function length
+       - setting the shader version [needed very early]
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Rework dcl processing.
+       The new function is called in pass 2 (getister counting/maps), and
+       it's now in baseshader. It operates on all INPUT and OUTPUT registers,
+       which, in addition to the old vertex shader input declarations covers
+       Shader Model 3.0 vshader output and pshader input declarations. The
+       result is stored into the reg_map structure.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: The namedArrays code path is dead (always FALSE).
+       Delete the entire namedArrays code path and all its dependencies (one
+       of which is quite long - storeOrder in drawprim is always FALSE, for
+       example). Delete declaredArrays, and make its code path the default.
+
+2006-06-12  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/mscms/tests/profile.c:
+       mscms: Eliminate complex test macro to make source navigation easier.
+
+2006-06-13  Michael Stefaniuc <mstefani@redhat.de>
+
+       * include/winnt.h:
+       include: The visibility attribute is supported only by gcc >= 3.3.
+
+2006-06-12  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/mlang/mlang.c:
+       mlang: Return S_OK from fnIMultiLanguage2_SetMimeDBSource.
+       The source is largely irrelevant since we are not likely to be wanting
+       to ship updates to the MIME database as registry updates, instead of
+       just changing the code.
+
+       * dlls/mlang/mlang.c:
+       mlang: Add us-ascii encoding to the list of supported encodings.
+
+       * dlls/advapi32/security.c:
+       advapi32: Fix the parsing of string SIDs with multiple sub-authorities.
+
+       * dlls/advapi32/security.c:
+       advapi32: Replace some mixed tabs with spaces.
+
+       * dlls/advapi32/security.c:
+       advapi32: Support well-knowns SIDs in string SIDs.
+
+       * dlls/advapi32/security.c:
+       advapi32: Nul-terminate the domain string in LookupAccountNameW.
+
+       * dlls/ole32/compobj.c:
+       ole32: Print an error if a DLL's DllGetClassObject fails as this is
+       usually a good indicator of a bug elsewhere in Wine.
+
+2006-06-09  Jan Zerebecki <jan.wine@zerebecki.de>
+
+       * dlls/wined3d/device.c:
+       wined3d: Move a checkGLcall to it's gl call inside an "if".
+
+       * dlls/wined3d/device.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Fix stencil related render states.
+
+       * dlls/wined3d/directx.c, include/d3d9caps.h, include/d3dcaps.h:
+       wined3d: Enable two sided stencil in the caps.
+
+       * dlls/wined3d/utils.c:
+       wined3d: Also print the format like a fourcc if unknown in debug_d3dformat.
+
+2006-06-12  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/msvcrtd/debug.c:
+       msvcrtd: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/msvcrt20/msvcrt20.c:
+       msvcrt20: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/crtdll/crtdll_main.c:
+       crtdll: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/ntdll/misc.c:
+       ntdll: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/ole32/memlockbytes16.c, dlls/ole32/ole16.c, dlls/ole32/storage.c:
+       ole32: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/wldap32/add.c, dlls/wldap32/ber.c, dlls/wldap32/bind.c,
+         dlls/wldap32/compare.c, dlls/wldap32/control.c,
+         dlls/wldap32/delete.c, dlls/wldap32/dn.c, dlls/wldap32/error.c,
+         dlls/wldap32/extended.c, dlls/wldap32/init.c, dlls/wldap32/misc.c,
+         dlls/wldap32/modify.c, dlls/wldap32/modrdn.c, dlls/wldap32/option.c,
+         dlls/wldap32/page.c, dlls/wldap32/parse.c, dlls/wldap32/rename.c,
+         dlls/wldap32/search.c, dlls/wldap32/value.c, include/winldap.h:
+       wldap32: Explicitly specify CDECL calling convention on exported functions.
+
+       * dlls/glut32/glut.c, include/winbase.h:
+       include: Added prototype for DllMain.
+
+       * dlls/mshtml/main.c, dlls/wininet/wininet_main.c, include/objbase.h,
+         include/shlwapi.h:
+       include: Make the Dll* entry points hidden.
+
+       * dlls/ntdll/ntdll.spec:
+       ntdll: Added spec entry for NtQueryMultipleValueKey.
+
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Fix an uninitialized variable bug.
+       Mark todo a test that depended on the bug to succeed.
+
+2006-06-10  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/utils.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Cleanup GetSrcAndOpFromValue().
+       - Cleanup GetSrcAndOpFromValue().
+       - Use naming more consistent with the rest of the file.
+
+2006-06-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/tests/db.c:
+       msi: Add some more test cases for INSERT.
+
+       * dlls/msi/tests/format.c:
+       msi: Add some more MsiFormatRecord tests.
+
+       * dlls/msi/tests/package.c:
+       msi: Add tests for creating packages and formatting records.
+
+       * dlls/msi/tests/package.c:
+       msi: Delete any databases we create at the end of each test.
+
+       * dlls/msi/tests/msi.c:
+       msi: Fix compilation on msvc6.
+
+       * dlls/msi/tests/db.c:
+       msi: Remove an inconsistent test.
+
+       * dlls/msi/tests/format.c:
+       msi: Fix some test cases to pass against win2k.
+
+2006-06-12  Robert Shearman <rob@codeweavers.com>
+
+       * include/xmldom.idl:
+       include: Add IXMLHttpRequest interface and XMLHttpRequest coclass to xmldoc.idl.
+
+       * dlls/atl/atl_main.c:
+       atl: Implement AtlModuleGetClassObject.
+
+       * dlls/msxml3/element.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: Fix domelem_get_tagName to return a string with the namespace prefixed,
+       if it is present.
+
+       * dlls/msxml3/nodelist.c:
+       msxml3: Initialise output interface pointers to NULL in
+       xmlnodelist_QueryInterface and xmlnodelist_nextNode.
+
+2006-06-12  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/wineps.drv/type42.c:
+       wineps.drv: Make some variables static.
+
+       * dlls/crypt32/oid.c:
+       crypt32: Make some variables static and/or const.
+
+       * dlls/shell32/brsfolder.c, dlls/shell32/shellole.c,
+         dlls/shell32/shlview.c:
+       shell32: Make some variables static and/or const.
+
+       * dlls/kernel/registry16.c:
+       kernel32: Make some variables static.
+
+       * dlls/advapi32/crypt.c, dlls/advapi32/security.c,
+         dlls/advapi32/service.c:
+       advapi32: Make some variables static and/or const.
+
+       * dlls/winemp3.acm/common.c, dlls/winemp3.acm/huffman.h,
+         dlls/winemp3.acm/l2tables.h, dlls/winemp3.acm/layer2.c,
+         dlls/winemp3.acm/layer3.c, dlls/winemp3.acm/mpegl3.c,
+         dlls/winemp3.acm/mpg123.h, dlls/winemp3.acm/tabinit.c:
+       winemp3.acm: Make some variables static and/or const.
+
+       * dlls/msi/action.c, dlls/msi/dialog.c, dlls/msi/events.c:
+       msi: Make some variables static and/or const.
+
+       * dlls/crtdll/crtdll.spec:
+       crtdll: Fixed copy/paste error in definition of _baseminor_dll and
+       _baseversion_dll.
+
+       * dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c:
+       x11drv: Get rid of the no longer used desktop_tid variable.
+
+2006-06-12  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/menu.c:
+       user32: Remove redundant SetLastError call from MENU_SetMenu.
+
+2006-06-09  Detlef Riekenberg <wine.dev@web.de>
+
+       * include/Makefile.in, include/ddk/compstui.h:
+       include/ddk: Add minimal compstui.h.
+
+2006-06-09  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * programs/winedbg/tgt_minidump.c:
+       winedbg: Write-strings warnings fix.
+
+2006-06-09  Christian Gmeiner <christian.gmeiner@students.fhv.at>
+
+       * dlls/setupapi/devinst.c:
+       setupapi: Documentation update.
+
+2006-06-11  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/user/message.c:
+       user32: Win64 lparam and wparam are longs.
+
+       * dlls/user/lstr.c:
+       user32: Fix a pointer size warning in Win64.
+
+       * dlls/kernel/locale.c:
+       kernel32: Fix a cast for Win64.
+
+       * dlls/msi/tests/db.c:
+       msi: Add some test cases for "SELECT ... WHERE condition".
+
+       * dlls/msi/handle.c:
+       msi: Freeing the zero handle always succeeds.
+
+       * dlls/msi/msiquery.c:
+       msi: Always initialize MsiViewFetch's returned record to zero.
+
+2006-06-10  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d9/tests/device.c:
+       d3d9: Make some test functions static.
+
+       * dlls/d3d8/tests/device.c:
+       d3d8: Make some test functions static.
+
+2006-06-11  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/msvcrt/except.c:
+       msvcrt: Print exception code in hex.
+
+2006-06-10  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Map D3DSIO_DEF to it's GLSL generating function for vertex shaders.
+
+2006-06-10  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/cstub.c:
+       rpcrt4: Add an exception handler for CStdStubBuffer_Invoke.
+       This is needed because IRpcStubBuffer::Invoke should not allow RPC
+       exceptions to be passed to the caller.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Initialise pStubMsg->MemorySize to zero before calling
+       ComplexStructMemorySize from NdrComplexArrayUnmarshall.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Use safe_mutiply in conformant array functions.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Pass in a maximum variance value to ReadVariance to allow us
+       to validate the conformance values being read from the wire.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Check that strings are null-terminated on unmarshaling of
+       conformant-varying structs.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Use safe_multiply when multiplying anything by pStubMsg->ActualCount
+       or pStubMsg->MaxCount.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Raise an exception during unmarshaling if a conformant string isn't
+       null-terminated.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Introduce a new function, safe_multiply, which will raise an
+       exception if a multiply overflows a 4-byte integer.
+       This will protect the unmarshaling code against attacks specifying a
+       large variance.
+       Use this new function in the conformant string functions to harden them
+       against attack.
+
+2006-06-12  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/uuid/uuid.c, include/guiddef.h:
+       uuid: Mark all GUID variables as hidden.
+
+       * dlls/dnsapi/main.c:
+       dnsapi: DnsExtractRecordsFromMessage_A is not exported.
+
+       * dlls/advapi32/advapi32.spec:
+       advapi32: Added spec entry for GetEffectiveRightsFromAclW.
+
+2006-06-10  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/wined3d/glsl_shader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c:
+       wined3d: Make all the local shader functions static.
+
+       * dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/indexbuffer.c,
+         dlls/wined3d/palette.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/query.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/surface.c, dlls/wined3d/surface_gdi.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/texture.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c:
+       wined3d: Make the virtual table functions static where possible.
+
+2006-06-09  Pavel Roskin <proski@gnu.org>
+
+       * programs/winecfg/drivedetect.c:
+       winecfg: Recognize all CD and floppy devices listed in Linux devices.txt.
+
+       * programs/winecfg/drivedetect.c, programs/winecfg/winecfg.h:
+       winecfg: Allow and prefer using A: and B: for floppies.
+       Pass drive type to allocate_letter().  Start search from 'A' for
+       floppies.
+       Fix missing parentheses in the DRIVE_MASK_BIT definition.  It's a bug
+       that is triggered by non-sequential drive allocation.
+
+2006-06-09  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/glsl_shader.c:
+       wined3d: Change fog output variable name for GLSL shaders.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/glsl_shader.c:
+       wined3d: Fix regression from register maps switch for ARB shaders.
+       I missed a register mask in the move to share the shader_hw_def()
+       function between pixel and vertex shaders for ARB shaders.  Fixed
+       that, and made the GLSL version use the same mask for consistency.
+
+2006-06-09  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Enable CND/CMP for SHADER_ARB.
+
+       * dlls/wined3d/device.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Print out sampler state names.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Downgrade Get*Shader FIXME to TRACE.
+
+2006-06-09  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/tests/info.c:
+       winspool/tests: Tests for GetPrintProcessorDirectory.
+
+2006-06-09  Saulius Krasuckas <saulius2@ar.fi.lt>
+
+       * dlls/advapi32/tests/registry.c:
+       advapi32: Test RegSetValueEx[AW] for setting some sequential strings as one.
+
+2006-06-10  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/msi/create.c, dlls/msi/delete.c, dlls/msi/distinct.c,
+         dlls/msi/insert.c, dlls/msi/msipriv.h, dlls/msi/order.c,
+         dlls/msi/select.c, dlls/msi/table.c, dlls/msi/where.c:
+       msi: Make all the ops structures static and const.
+
+       * dlls/imagehlp/Makefile.in, dlls/imagehlp/internal.c:
+       imagehlp: Remove the unused internal.c file.
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Make the virtual table functions static where possible.
+
+       * dlls/ole32/memlockbytes.c, dlls/ole32/storage32.c,
+         dlls/ole32/storage32.h:
+       ole32: Make the virtual table functions static where possible.
+
+       * dlls/itss/itss.c:
+       itss: Make the virtual table functions static where possible.
+
+       * dlls/dxdiagn/container.c, dlls/dxdiagn/dxdiag_private.h,
+         dlls/dxdiagn/provider.c:
+       dxdiagn: Make the virtual table functions static where possible.
+
+       * dlls/dswave/dswave.c, dlls/dswave/dswave_private.h:
+       dswave: Make the virtual table functions static where possible.
+
+       * dlls/dsound/capture.c, dlls/dsound/dsound_private.h,
+         dlls/dsound/duplex.c:
+       dsound: Make the virtual table functions static where possible.
+
+       * dlls/dpnet/address.c, dlls/dpnet/client.c, dlls/dpnet/dpnet_private.h:
+       dpnet: Make the virtual table functions static where possible.
+
+       * dlls/dmusic/buffer.c, dlls/dmusic/clock.c, dlls/dmusic/collection.c,
+         dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_private.h,
+         dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+         dlls/dmusic/instrument.c, dlls/dmusic/port.c,
+         dlls/dmusic/portdownload.c, dlls/dmusic/thru.c:
+       dmusic: Make the virtual table functions static where possible.
+
+       * dlls/dmsynth/dmsynth_private.h, dlls/dmsynth/synth.c,
+         dlls/dmsynth/synthsink.c:
+       dmsynth: Make the virtual table functions static where possible.
+
+       * dlls/dmstyle/auditiontrack.c, dlls/dmstyle/chordtrack.c,
+         dlls/dmstyle/commandtrack.c, dlls/dmstyle/dmstyle_private.h,
+         dlls/dmstyle/motiftrack.c, dlls/dmstyle/mutetrack.c,
+         dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c:
+       dmstyle: Make the virtual table functions static where possible.
+
+       * dlls/dmscript/dmscript_private.h, dlls/dmscript/script.c,
+         dlls/dmscript/scripttrack.c:
+       dmscript: Make the virtual table functions static where possible.
+
+       * dlls/dmloader/classfactory.c, dlls/dmloader/container.c,
+         dlls/dmloader/dmloader_private.h, dlls/dmloader/loader.c,
+         dlls/dmloader/loaderstream.c:
+       dmloader: Make the virtual table functions static where possible.
+
+       * dlls/dmcompos/chordmap.c, dlls/dmcompos/chordmaptrack.c,
+         dlls/dmcompos/composer.c, dlls/dmcompos/dmcompos_private.h,
+         dlls/dmcompos/signposttrack.c:
+       dmcompos: Make the virtual table functions static where possible.
+
+       * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c,
+         dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+         dlls/d3d9/indexbuffer.c, dlls/d3d9/pixelshader.c, dlls/d3d9/query.c,
+         dlls/d3d9/resource.c, dlls/d3d9/stateblock.c, dlls/d3d9/surface.c,
+         dlls/d3d9/swapchain.c, dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c,
+         dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+         dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c:
+       d3d9: Make the virtual table functions static where possible.
+
+       * dlls/d3dx8/d3dx8core_private.h, dlls/d3dx8/d3dxbuffer.c:
+       d3dx8: Make the virtual table functions static where possible.
+
+       * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+         dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+         dlls/d3d8/indexbuffer.c, dlls/d3d8/pixelshader.c,
+         dlls/d3d8/resource.c, dlls/d3d8/stateblock.c, dlls/d3d8/surface.c,
+         dlls/d3d8/swapchain.c, dlls/d3d8/texture.c, dlls/d3d8/vertexbuffer.c,
+         dlls/d3d8/vertexshader.c, dlls/d3d8/volume.c,
+         dlls/d3d8/volumetexture.c:
+       d3d8: Make the virtual table functions static where possible.
+
+2006-06-09  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/x11drv/keyboard.c:
+       x11drv: Write-strings warnings fix.
+
+2006-06-09  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/info.c:
+       winspool: Add GetPrintProcessorDirectoryA.
+
+2006-06-09  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: We always pass in an IRpcChannelBuffer to IRpcStubBuffer::Invoke now,
+       so remove the case for it being NULL.
+
+       * dlls/ole32/rpc.c:
+       ole32: If IRpcStubBuffer_Invoke fails, we should raise an exception to
+       tell the RPC runtime that the call failed.
+
+       * dlls/ole32/regsvr.c:
+       ole32: Register ISequentialStream for marshaling.
+
+       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
+       ole32: Implement CoQueryClientBlanket, CoImpersonateClient and
+       CoRevertToSelf on top of CoGetCallContext, which is a stub.
+
+       * dlls/ole32/ftmarshal.c:
+       ole32: Implement FTMarshalImpl_GetMarshalSizeMax.
+
+2006-06-09  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/shell32/regsvr.c, dlls/shell32/shfldr.h,
+         dlls/shell32/shfldr_unixfs.c:
+       shell32: Use the standard DEFINE_GUID macro to define GUIDs.
+
+       * dlls/riched20/richole.c:
+       riched32: Use the standard DEFINE_GUID macro to define GUIDs.
+
+       * dlls/ole32/antimoniker.c, dlls/ole32/classmoniker.c,
+         dlls/ole32/compobj_private.h, dlls/ole32/compositemoniker.c,
+         dlls/ole32/filemoniker.c, dlls/ole32/ftmarshal.c,
+         dlls/ole32/itemmoniker.c, dlls/ole32/moniker.h,
+         dlls/ole32/oleproxy.c, dlls/ole32/regsvr.c, dlls/ole32/stubmanager.c:
+       ole32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
+
+       * dlls/oleaut32/oleaut.c, dlls/oleaut32/regsvr.c, dlls/oleaut32/typelib.c,
+         dlls/oleaut32/typelib.h, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Use the standard DEFINE_OLEGUID macro to define GUIDs.
+
+2006-06-09  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/glsl_shader.c:
+       wined3d: GLSL shader cleanup patch.
+       - Based on comments from H. Verbeet
+       - Changed the distinction from .rgba & .xyzw masks to only use .xyzw
+       in GLSL shaders.  They are interchangeable, and only served to make
+       the trace look more intuitive, but they don't always apply as-is, so
+       we'll just leave everything to .xyzw.
+       - Got rid of the "UseProgramObjectARB(0)" call in drawprim.  If there
+       is no shader set on the next primitive, then that primitive will
+       call UseProgramObjectARB(0) when it begins to draw.
+
+2006-06-08  Pierre d'Herbemont <stegefin@free.fr>
+
+       * dlls/dbghelp/minidump.c:
+       dbghelp: Implement fetch_thread_info on powerpc.
+
+       * dlls/ntdll/thread.c:
+       ntdll: Fix NtQueryInformationThread on non x86.
+
+2006-06-09  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Clear an object pointer during unmarshaling, otherwise we
+       could end up using the previously allocated memory even if it isn't
+       the right size, causing heap corruption.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Initialise pStubMsg->MemorySize to zero before calling
+       ComplexStructMemorySize from NdrComplexArrayUnmarshall.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Don't raise an exception if there is no freer function - not all types
+       have a freer.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement more base types for complex types.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Now that there's a process-wide pool of connections we don't
+       need to copy the FromConn field when copying bindings.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Return the status received from RPCRT4_Send in I_RpcSend instead of
+       always returning RPC_S_OK.
+
+2006-06-08  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/texture.c:
+       d3d9: Add a test for default texture stage state values.
+
+2006-06-09  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: ScriptTextOut updated to reflect that it must have a hdc passed to it.
+
+2006-06-09  Peter Beutner <p.beutner@gmx.net>
+
+       * dlls/msvidc32/msvidc32_De.rc, dlls/msvidc32/msvidc32_En.rc,
+         dlls/msvidc32/msvidc32_Fr.rc, dlls/msvidc32/msvidc32_Hu.rc,
+         dlls/msvidc32/msvidc32_Ko.rc, dlls/msvidc32/msvidc32_No.rc,
+         dlls/msvidc32/msvidc32_Tr.rc:
+       msvidc: Change short description to MS-CRAM.
+
+2006-06-09  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/menu.c, dlls/user/tests/win.c, dlls/user/win.c:
+       user: Neither WS_CAPTION nor WS_EX_APPWINDOW has anything to do how
+       passed in to CreateWindow menu should be handled.
+
+2006-06-09  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+       oleaut32: Fix safearray data destruction.
+
+2006-06-09  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+         dlls/opengl32/opengl_ext.h, dlls/opengl32/wgl.c:
+       opengl32: Store function pointers in a separate array to avoid a bunch of
+       relocations.
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+         dlls/opengl32/wgl.c:
+       opengl32: Only store the glX name if different from the wgl name.
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.c,
+         dlls/opengl32/opengl_ext.h:
+       opengl32: Make all the function pointers and thunks static.
+
+2006-06-09  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       msi: Update the progress control while installing.
+
+       * dlls/msi/action.c:
+       msi: Remove some unnecessary NULL checks.
+
+2006-06-09  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Allow drawPrim to create and use the GLSL program.
+
+       * dlls/wined3d/device.c:
+       wined3d: Add GLSL helper functions to Device.
+       - Add functions to attach & detach shader objects, create and delete programs,
+       and maintain the list of programs.
+       - Add a list of GLSL shader programs to the device which is initialized on
+       Init3D(), and deleted on Release().
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Map vertex shader instructions to GLSL generating functions.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Map pixel shader instructions to GLSL generating functions.
+
+       * dlls/wined3d/wined3d_private.h:
+       wined3d: Prototype the GLSL functions for use with pixel and vertex shaders.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c:
+       wined3d: Added more declarations to GLSL.
+       - Declare more variable names for GLSL programs.
+       - Some of these won't need to be declared eventually, but it doesn't hurt to
+       do it for now.
+       - Correct output name for pixel shaders (gl_FragColor instead of glFragColor).
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Unified float constant register mapping between ARB pixel and vertex
+       shaders.
+       - Got rid of the separate constant maps.
+       - Side effect of this is that the map is a bit larger for pixel shaders than
+       it needs to be
+
+       * dlls/wined3d/Makefile.in, dlls/wined3d/baseshader.c,
+         dlls/wined3d/glsl_shader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add the bulk of the GLSL string generation functions.
+       - Add a new file glsl_shader.c which contains almost every GLSL specific
+       function we'll need
+       - Move print_glsl_info() into glsl_shader.c
+       - Move the shader_reg_maps struct info into the private header, and make it
+       part of SHADER_OPCODE_ARG.
+       - Create a new shared ps/vs register map for float constants (future patch
+       will make ARB programs use this, too)
+
+2006-06-08  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Move constant loading out of DrawPrimDrawStrided() and enable
+       loading float constants for GLSL.
+       - DrawPrim is just too big of a function.  This separates the passing
+       of constants to the shader into new functions.
+       - Fixes an off-by-one error when loading vertex declaration constants
+       (should be <, not <=)
+       - Adds a function for GLSL loading of constants (aka Uniforms)
+       - Adds a GLSL program variable to the stateblock and sets it to 0 (a
+       future patch will actually create this program)
+
+2006-06-08  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler.
+       Return FALSE in the WM_CLOSE PROPSHEET_DialogProc handler in order to
+       allow DefDlgProc to post us WM_COMMAND/IDCANCEL and unblock modal
+       message loop.
+
+2006-06-09  Detlef Riekenberg <wine.dev@web.de>
+
+       * programs/cmdlgtst/cmdlgtst.c:
+       cmdlgtst: Use standard debug functions.
+
+2006-06-08  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/comdlg32/Makefile.in, dlls/comdlg32/finddlg.c,
+         dlls/comdlg32/finddlg16.c:
+       comdlg32: Rename finddlg.c to finddlg16.c.
+
+2006-06-09  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/hlink/hlink.spec:
+       hlink: Add spec file entry for HlinkQueryCreateFromData.
+
+       * dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Make the protseq_ops structure constant.
+
+       * dlls/kernel/heap.c:
+       kernel: Added support for GlobalMemoryStatus on MacOS.
+
+       * dlls/mshtml/navigate.c:
+       mshtml: Changed C syntax that winapi_check doesn't like.
+
+2006-06-08  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.15.
+
+----------------------------------------------------------------
+2006-06-06  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Update ScriptStringAnalyse and tests for ScriptString functions.
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Update ScriptGetCMap to conform to Windows.
+
+       * dlls/usp10/tests/usp10.c:
+       usp10: Update tests in test_ScriptItemIzeShapePlace to match Windows results.
+
+2006-06-07  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Add stubs for ScriptCPtoX, ScriptXtoCP and ScriptBreak and some basic
+       tests.
+
+2006-06-08  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/rpcrt4/epm_towers.h:
+       rpcrt4: Avoid potential redefinition of uuid_t.
+
+       * configure, configure.ac:
+       configure: Make the font warning more explicit about what package is missing.
+
+2006-06-08  Robert Reif <reif@earthlink.net>
+
+       * include/Makefile.in, include/lm.h, include/lmmsg.h:
+       include: Add lmmsg.h.
+
+2006-06-07  Phil Lodwick <Phil.Lodwick@EFI.COM>
+
+       * dlls/shell32/tests/shlfileop.c:
+       shell32/tests: Test to make sure we can create a non-nested directory.
+
+       * dlls/shell32/shlfileop.c:
+       shell32: SHCreateDirectoryEx can create a non-nested directory.
+
+2006-06-07  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/user/tests/.gitignore, dlls/user/tests/Makefile.in,
+         dlls/user/tests/resource.c, dlls/user/tests/resource.rc:
+       user/tests: Update LoadImage test.
+       Include a bitmap in the resources and don't depend on Windows'
+       OBM_CHECK bitmap anymore.
+
+2006-06-06  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/variant.c:
+       oleaut32: Uncomment a line to implement conversion from VT_DISPATCH to VT_BSTR.
+
+       * dlls/oleaut32/vartype.c:
+       oleaut32: Handle BSTRs in VARIANT_CopyData.
+
+2006-06-08  Mike McCormack <mike@codeweavers.com>
+
+       * server/registry.c:
+       server: Fix a possible memory leak.
+
+       * server/queue.c, server/sock.c, server/user.h:
+       server: Make wparam and lparam values unsigned long for win64 compatability.
+
+2006-06-07  Robert Shearman <rob@codeweavers.com>
+
+       * server/window.c:
+       server: Don't attach the thread input when changing parents if the new
+       parent is the desktop (i.e. it is becoming a top-level window).
+
+       * server/named_pipe.c:
+       server: Don't set the client's server field before the server has
+       changed into a connected state, otherwise we could assert in
+       pipe_client_destroy.
+
+2006-06-08  Alexandre Julliard <julliard@winehq.org>
+
+       * server/event.c, server/process.c, server/request.c, server/thread.c,
+         server/trace.c:
+       server: Don't report a fatal protocol error for things that we can recover from.
+
+2006-06-07  Phil Lodwick <Phil.Lodwick@EFI.COM>
+
+       * dlls/wininet/ftp.c:
+       wininet: ftp: Fix crash if input buffer is larger than MAX_PATH.
+
+       * dlls/wininet/ftp.c:
+       wininet: ftp: 125 is an acceptable response code for the STORE command.
+
+2006-06-07  Robert Shearman <rob@codeweavers.com>
+
+       * libs/unicode/Makefile.in, libs/unicode/c_20127.c, libs/unicode/cpmap.pl,
+         libs/unicode/cptable.c:
+       libunicode: Add a code page table for the US-ASCII encoding.
+
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Implement a process-wide connection pool for client connections,
+       rather than relying on the restriction of one connection per
+       binding. This also avoids the problem of two threads using the same
+       connection at the same time.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Fix the retrieval of This for interpreted proxies.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Implement full-pointer support for interpreted stubs.
+       Move the calls to the full pointer init functions before
+       NdrClient/ServerInitializeNew, like in MIDL-generated code.
+
+2006-06-07  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/surface.c, dlls/d3d9/tests/volume.c:
+       d3d9: Add a test for GetContainer (Volumes & Surfaces).
+
+       * dlls/d3d9/vshaderdeclaration.c:
+       d3d9: Remove unused vshaderdeclaration.c.
+
+       * dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/d3d9/indexbuffer.c,
+         dlls/d3d9/pixelshader.c, dlls/d3d9/query.c, dlls/d3d9/resource.c,
+         dlls/d3d9/stateblock.c, dlls/d3d9/surface.c, dlls/d3d9/swapchain.c,
+         dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c,
+         dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+         dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c:
+       d3d9: Fix QueryInterface.
+       QueryInterface should return S_OK on success and set the object
+       pointer to NULL on failure. This is similar to the patch Ivan
+       submitted a while ago for wined3d.
+
+       * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c, dlls/d3d8/device.c,
+         dlls/d3d8/directx.c, dlls/d3d8/indexbuffer.c,
+         dlls/d3d8/pixelshader.c, dlls/d3d8/resource.c,
+         dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/swapchain.c,
+         dlls/d3d8/texture.c, dlls/d3d8/vertexbuffer.c,
+         dlls/d3d8/vertexshader.c, dlls/d3d8/volume.c,
+         dlls/d3d8/volumetexture.c:
+       d3d8: Fix QueryInterface.
+       QueryInterface should return S_OK on success and set the object
+       pointer to NULL on failure. This is similar to the patch Ivan
+       submitted a while ago for wined3d.
+
+2006-06-03  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msvcrt/undname.c:
+       msvcrt: Write-strings warning fix.
+
+2006-06-02  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/kernel/tests/process.c:
+       kernel/tests: Write-strings warnings fix.
+
+2006-06-01  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/crypt32/encode.c:
+       crypt32: Write-strings warning fix.
+
+       * dlls/dbghelp/source.c:
+       dbghelp: Write-strings warning fix.
+
+2006-06-07  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: TEXREG2GB is valid on pshaders 1.1.
+
+2006-06-06  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Fix NULL dereference in generator function.
+
+       * dlls/wined3d/device.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Fix missing light recording.
+       Write a light with the default parameters in disabled state if
+       capturing a missing light.
+
+       * dlls/d3d9/tests/stateblock.c:
+       d3d9: Test missing light recording.
+       When a light does not exist, and the app attempts to capture it in the
+       stateblock, a disabled light with the default light parameters is
+       written instead.
+
+       * dlls/d3d9/tests/device.c:
+       d3d9: Mipmaps level test.
+
+2006-06-07  Vitaly Lipatov <lav@etersoft.ru>
+
+       * dlls/msi/msi.rc, dlls/msi/msi_Ru.rc:
+       msi: Add Russian resource file.
+
+2006-06-07  Robert Reif <reif@earthlink.net>
+
+       * dlls/netapi32/netapi32.c, dlls/netapi32/netapi32.spec,
+         include/lmserver.h:
+       netapi32: Add stub for NetServerEnumEx.
+
+2006-06-07  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/kernel/console.c, include/wine/server_protocol.h,
+         programs/wineconsole/wineconsole.c, server/console.c,
+         server/protocol.def, server/trace.c:
+       server: open_console's from field should be a handle.
+
+       * include/wine/server_protocol.h, server/protocol.def, server/trace.c,
+         tools/make_requests:
+       server: Use unsigned long for request types that are 64bit in win64.
+
+2006-06-07  Alexandre Julliard <julliard@winehq.org>
+
+       * server/request.c:
+       server: Print process/thread id instead of pointer in protocol errors.
+
+2006-06-07  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/advpack/install.c, dlls/setupapi/install.c, dlls/shlwapi/assoc.c,
+         dlls/x11drv/dib.c, programs/regedit/listview.c:
+       Remove more redundant NULL checks before HeapFree (found by Smatch).
+
+2006-06-05  EA Durbin <ead1234@hotmail.com>
+
+       * dlls/msi/tests/db.c:
+       msi/tests: Fixed a typo.
+
+2006-06-06  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/hlink/hlink.spec, dlls/hlink/hlink_main.c, tools/wine.inf:
+       hlink: Implement DllRegisterServer.
+
+       * dlls/hlink/Makefile.in, dlls/hlink/browse_ctx.c,
+         dlls/hlink/hlink_main.c, dlls/hlink/link.c:
+       hlink: Add a basic implementation (based on work by Aric Stewart).
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/hlink/.gitignore,
+         dlls/hlink/Makefile.in, dlls/hlink/hlink.spec,
+         dlls/hlink/hlink_main.c:
+       hlink: Add a stub implementation (based on Aric Stewart's code).
+
+       * include/hlink.idl:
+       hlink: Declare prototypes for some functions.
+
+2006-06-07  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * programs/winecfg/main.c:
+       winecfg: Avoid unnecessary casts.
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Remove WM_SYSCOMMAND handler from PROPSHEET_DialogProc.
+
+2006-06-06  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * include/winuser.h:
+       include: Add SETWALLPAPER_DEFAULT to winuser.h.
+
+2006-06-06  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/volume.c:
+       wined3d: Return the result of QueryInterface in GetContainer.
+
+       * dlls/wined3d/utils.c:
+       wined3d: Remove a redundant break.
+
+       * dlls/wined3d/device.c:
+       wined3d: Don't hardcode type sizes for shader constants.
+
+       * dlls/d3d9/tests/shader.c:
+       d3d9: Add a test for setting / getting vertex shader constants.
+
+2006-06-06  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Register some more documented classes that native also registers.
+
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y:
+       widl: Support coclass forward declarations.
+
+       * include/exdisp.idl:
+       include: Add two more coclasses to exdisp.idl.
+
+2006-06-06  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/dnsapi.spec, dlls/dnsapi/main.c:
+       dnsapi: Add stub implementations for the remaining documented functions.
+
+2006-06-06  Magnus Lundborg <magnus.lundborg.6955@student.uu.se>
+
+       * dlls/x11drv/xvidmode.c:
+       x11drv: Declared two functions as static to avoid compiler warnings.
+
+2006-06-06  Alexandre Julliard <julliard@winehq.org>
+
+       * programs/winedbg/debug.l:
+       Revert "winedbg: Remove useless NOCMD state."
+       This reverts 92deacbe425bfd986a2cc3bf1e776aca02cf08c8 commit.
+
+2006-06-02  Stefan Leichter <Stefan.Leichter@camLine.com>
+
+       * tools/wine.inf:
+       wine.inf: Added default values for .htm and .html file extension.
+
+2006-06-04  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+       oleaut32: safearray: Convert dimension index at the API boundary.
+
+2006-06-06  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       wined3d: Remove constant type field in stateblock.
+       It is wrong to maintain a mapping from a constant index to a type
+       field, because different constant types do not share an index -
+       boolean constant 0 is supposed to co-exist with floating point
+       constant 0, not replace it. Drawprim and other code using the type
+       array to decide whether to look up a constant in bools, floats, or
+       ints is wrong - you can't make that decision based on the index.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Rename vertex shader constants.
+       From const%lu to C%lu for consistency (to match pshaders).
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Add limits for ps_2_x.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Trace improvements.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: pshader defi has 5 parameters.
+
+2006-06-06  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/gdi/font.c:
+       gdi: Don't treat a NULL rect as an empty rect in ExtTextOutW.
+
+2006-06-05  James Hawkins <truiken@gmail.com>
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Only BYREF DispCallFunc args whose input args are not BYREF should
+       be changed.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Copy BYREF args directly if they have the same variant type.
+
+2006-06-05  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/gdi/tests/bitmap.c:
+       gdi: New tests for GetDIBits.
+       New tests that check if GetDIBits works with a bitmap that is selected
+       in a device context (works in Windows, should fail according to the
+       API documentation)
+
+2006-06-05  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/msvcrt/wcs.c:
+       msvcrt: Write-strings warnings fix.
+
+2006-06-06  Mike McCormack <mike@codeweavers.com>
+
+       * programs/winecfg/audio.c:
+       winecfg: Make some pointer casts win64 compliant.
+
+       * programs/wineconsole/dialog.c:
+       wineconsole: Use correct prototypes for dialog procs.
+
+       * programs/wcmd/wcmdmain.c:
+       wcmd: Fix a Win64 warning.
+
+       * programs/taskmgr/affinity.c, programs/taskmgr/taskmgr.c:
+       taskmgr: Use correct types for Win64.
+
+       * programs/hh/main.c:
+       hh: Cast GetProcAddress's return to supress a Win64 warning.
+
+       * programs/winetest/gui.c:
+       winetest: Fix dialog prototypes.
+
+2006-06-05  Mike McCormack <mike@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/userenv/.gitignore,
+         dlls/userenv/Makefile.in, dlls/userenv/userenv.spec,
+         dlls/userenv/userenv_main.c:
+       userenv: Add a stub implementation of userenv.dll.
+
+2006-06-05  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/kernel/tests/codepage.c:
+       kernel/tests: Some tests for WideCharToMultiByte.
+
+2006-06-06  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/crypt.c:
+       advapi32: Fix comment to match the function (thanks to Dan Kegel).
+
+2006-06-05  Juan Lang <juan_lang@yahoo.com>
+
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/info.c:
+       winedbg: Get rid of unused mode command.
+
+2006-06-05  Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
+
+       * dlls/user/driver.c, dlls/user/user_private.h, dlls/user/win.c,
+         dlls/x11drv/clipboard.c, dlls/x11drv/event.c,
+         dlls/x11drv/winex11.drv.spec, dlls/x11drv/x11drv.h,
+         dlls/x11drv/x11drv_main.c:
+       x11drv: Improve handling of the case where the clipboard is opened
+       with a window from another thread or process.
+
+       * include/ddrawi.h:
+       include: Add DDHAL_UPDATEOVERLAYDATA structure.
+
+2006-06-05  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msi/tests/package.c:
+       msi: Add some integer condition tests.
+
+2006-06-05  Karsten Elfenbein <kelfe@gmx.de>
+
+       * dlls/kernel/tests/file.c:
+       kernel/tests: More tests for FindFirstFile.
+
+2006-06-05  Magnus Lundborg <magnus.lundborg.6955@student.uu.se>
+
+       * programs/wordpad/wordpad.c:
+       wordpad: Declare three functions as static to avoid compiler warnings.
+
+2006-06-05  Mike McCormack <mike@codeweavers.com>
+
+       * include/Makefile.in, include/hlguids.h:
+       hlink: Add hlguids.h (based on a patch by Aric Stewart).
+
+       * dlls/dnsapi/ns_parse.c:
+       dnsapi: Fix the case where we have libresolv headers but no libraries.
+
+2006-06-04  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c:
+       wined3d: Render target locking fixes.
+
+2006-06-04  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction031.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction030.
+
+2006-06-05  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/msi/cond.y:
+       msi: Fix some copy/paste bugs in the implementation of condition operators.
+
+2006-06-04  Juan Lang <juan_lang@yahoo.com>
+
+       * programs/winedbg/debug.l:
+       winedbg: Remove useless NOCMD state.
+
+       * dlls/user/winpos.c:
+       user: Use SetPropW rather than SetPropA for internal property.
+
+2006-06-05  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/msi/where.c:
+       msi: An empty string is equivalent to nil, so handle this in the optimised
+       WHERE_execute path.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement varying array NDR functions.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Don't call NdrBaseTypeMemorySize from within NdrBaseTypeUnmarshall.
+
+2006-06-04  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * programs/winedbg/types.c:
+       winedbg: Correct typedefs in type manipulations.
+
+2006-06-04  Mike McCormack <mike@codeweavers.com>
+
+       * programs/progman/dialog.c, programs/progman/group.c,
+         programs/progman/program.c:
+       progman: Win64 fixes.
+
+       * programs/cmdlgtst/cmdlgtst.c:
+       cmdlgtst: Use correct types for Win64.
+
+       * programs/winemine/dialog.c, programs/winemine/main.h:
+       winemine: Fix dialog proc prototypes for Win64.
+
+       * programs/winemine/dialog.c, programs/winemine/dialog.h,
+         programs/winemine/main.c:
+       winemine: Remove dialog.h as it's redundant.
+
+       * include/windef.h:
+       include: Fix FARPROC, NEARPROC and PROC definitions for amd64.
+
+2006-06-02  Juan Lang <juan_lang@yahoo.com>
+
+       * programs/winedbg/debug.l:
+       winedbg: Fix a crash on initial empty input.
+
+       * dlls/crypt32/crypt32_private.h, dlls/crypt32/decode.c,
+         dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Implement X509_NAME_VALUE encoding/decoding.
+
+2006-06-03  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Set focus in ui_activate.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c,
+         dlls/mshtml/nsio.c:
+       mshtml: Use mime type reported by moniker if possible.
+
+       * dlls/mshtml/navigate.c:
+       mshtml: Return S_OK in OnStartBinding and OnStopBinding.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c:
+       mshtml: Added beginning OnDataAvailable implementation.
+
+       * dlls/mshtml/navigate.c, dlls/mshtml/persist.c:
+       mshtml: Added begining binding code in IPersistMoniker::Load.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
+       mshtml: Set binding channel, listener and context in AsyncOpen.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c, dlls/mshtml/nsio.c,
+         dlls/mshtml/persist.c:
+       mshtml: Store BSCallback in NSContainer and use it instead of load_call.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c:
+       mshtml: Add create_nscallback function to allow using BSCallback out of
+       navigate.c.
+
+       * dlls/mshtml/nsio.c:
+       mshtml: Move some code from before_async_open to AsyncOpen.
+
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/persist.c:
+       mshtml: Get rid of (currently disabled anyway) nsIWebBrowserStream.
+       We have to handle it in another way.
+
+2006-06-03  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c, dlls/secur32/tests/main.c:
+       secur32: Don't fail on SECURITY_NETWORK_DREP, ntlm_auth handles this just fine.
+
+2006-06-03  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/binding.c:
+       urlmon: Use task queue to handle OnDataAvailable call.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Added OnResponse implementation.
+
+2006-06-02  Marcus Meissner <marcus@jet.franken.de>
+
+       * dlls/sane.ds/sane_main.c:
+       sane.ds: Replace FIXME() by TRACE() on sane_exit.
+
+2006-06-02  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_transport.c, dlls/rpcrt4/tests/rpc.c:
+       rpcrt4: Don't try to resolve the name when constructing a protocol tower.
+       Instead just fill it in with all zeros.
+
+       * dlls/rpcrt4/ndr_misc.h:
+       rpcrt4: Change ComputeConformance and ComputeVariance from macros to
+       inline functions. Clear pStubMsg->Offset in ComputeVariance since it
+       isn't set by ComputeConformanceOrVariance and so could be left filled
+       with garbage.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: The lifetime of the binding handle stored in the context
+       handle is independent of the binding handle used in the call that
+       unmarshaled it, so we should use RpcBindingCopy to make a copy of it
+       and then call RpcBindingFree later to free it.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix an incorrect format string pointer being passed in to
+       ComputeVariance in NdrConformantVaryingStructBufferSize.
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Skip over the right-hand-side data for the protocol floor so
+       that we can parse the towers received from native rpcrt4.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Align the buffer correctly when marshaling and unmarshaling context
+       handles.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Freeing a NULL context handle is allowed.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: NdrClientContextMarshall/Unmarshall should both increment the buffer
+       pointer.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix the unmarshaling of pointers in conformant varying arrays,
+       by passing the correct type format string to ReadConformance.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: CContext can be NULL in NDRCContextMarshall, in which case we should
+       marshall all-zeros.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix the pointer count used when handling embedded pointers in varying
+       arrays.
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Print some more informative error messages when getaddrinfo fails.
+
+2006-06-02  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wininet/cookie.c, dlls/wininet/tests/internet.c:
+       wininet: Simple tests for InternetGetCookie's parameters.
+
+       * dlls/wininet/cookie.c, dlls/wininet/tests/internet.c:
+       wininet: Fix up and test InternetSetCookie parameter checking.
+
+       * dlls/wininet/internet.c:
+       wininet: Remove some dead code (Coverity).
+
+2006-06-02  Saulius Krasuckas <saulius2@ar.fi.lt>
+
+       * dlls/advapi32/tests/registry.c:
+       advapi32: Enable some tests and extend them to succeed on XP and 2003 SP1.
+
+       * dlls/rsaenh/rsaenh.c:
+       rasenh: Fix a copy&paste bug at passing only one string to RegSetValueExW()
+       at a time.
+
+2006-06-02  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/shell32/shlfileop.c:
+       shell32: Remove the now unused SHELL_DeleteFileA and SHELL_DeleteDirectoryA.
+
+       * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shlfileop.c:
+       shell32: Avoid Unicode->ANSI conversion when deleting a file.
+
+2006-06-02  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32: Add name value tests.
+       Add tests for name values, and move tests for different string
+       encodings to there.
+
+2006-06-01  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/decode.c:
+       crypt32: Remove exception handling from internal decoding functions.
+
+       * dlls/crypt32/tests/encode.c:
+       crypt32: Add a couple CRL encoding tests, one that shows a problem.
+
+2006-06-02  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/user/listbox.c:
+       user32: Fix selection handling for listboxes with LBS_EXTENDEDSEL style.
+
+2006-05-25  Juris Smotrovs <juris.smotrovs@sets.lv>
+
+       * dlls/user/defwnd.c, dlls/user/tests/msg.c, dlls/x11drv/winpos.c,
+         include/winpos.h:
+       user32: Send WM_SIZE when window changes state between restored/min/maximized.
+
+2006-06-01  Wino Rojo <winorojo@hotmail.com>
+
+       * dlls/x11drv/opengl.c:
+       x11drv: Fix for a BadMatch error.
+
+2006-06-02  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/tests/info.c:
+       winspool/tests: Remove the check for unimplemented functions.
+
+2006-05-28  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool.drv/info.c:
+       winspool.drv: Add GetPrintProcessorDirectoryW.
+
+2006-06-01  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_epmap.c, dlls/rpcrt4/rpc_transport.c,
+         dlls/rpcrt4/tests/rpc.c:
+       rpcrt4: All of the parameters to TowerExplode are optional.
+
+       * dlls/rpcrt4/rpc_epmap.c, dlls/rpcrt4/rpcrt4.spec,
+         dlls/rpcrt4/tests/rpc.c:
+       rpcrt4: Implement TowerConstruct and TowerExplode.
+       Add some tests for these undocumented functions.
+
+       * dlls/rpcrt4/epm_towers.h, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Add functions for generating and parsing the upper floors in
+       endpoint-mapper towers for different transports.
+
+       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
+       rpcrt4: Implement I_RpcAllocate and I_RpcFree.
+
+       * dlls/rpcrt4/ndr_midl.c:
+       rpcrt4: Don't send the unused part of the allocated buffer.
+
+       * dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: NdrClientInitializeNew shouldn't clear all of the stub message, only
+       selected fields.
+
+2006-06-02  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/comctl32/header.c:
+       comctl32/header: Check Null before accessing struct member.
+
+2006-06-01  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Add EncryptMessage and DecryptMessage stubs.
+
+2006-06-02  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/user/menu.c:
+       user32: Popup menu position fixes.
+       - Open large popup menus on the other side only if there's enough space
+       - Open popup menus such that the y position of the first item in the
+       popup menu is the same as the y position of the focused menu item.
+
+2006-06-01  Emmanuel Maillard <mahanuu@opendarwin.org>
+
+       * programs/winecfg/audio.c:
+       winecfg: Add CoreAudio to audio drivers list.
+
+2006-06-02  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/tests/msg.c:
+       user32: Replace PeekMessage loops in the PeekMessage test by explicit calls.
+       Replace all 'while (PeekMessage()) DispatchMessage();' loops in the
+       PeekMessage test by explicit calls to PeekMessage(), check queue
+       status and processed messages after each call to see what is going on
+       behind the scene.
+
+2006-06-01  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/tests/base64.c:
+       crypt32: Make base64 tests loadable on win9x.
+
+2006-06-01  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/shell32/shellpath.c:
+       shell32: Add Fonts to user's shell folders list.
+
+2006-06-01  Robert Shearman <rob@codeweavers.com>
+
+       * tools/widl/widl.man.in:
+       widl: Fix a typo in the man page.
+
+       * tools/widl/typegen.c:
+       widl: Properly size the return value procformat.
+
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h, tools/widl/widltypes.h:
+       widl: Only write one procformat string and one typeformat string per file.
+
+2006-06-01  Huw Davies <huw@codeweavers.com>
+
+       * dlls/gdi/freetype.c:
+       gdi32: FreeType's idea of metrics has changed for bitmap fonts.
+
+2006-06-01  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/winmm/winecoreaudio/audio.c, dlls/winmm/winecoreaudio/audiounit.c,
+         dlls/winmm/winecoreaudio/coreaudio.c,
+         dlls/winmm/winecoreaudio/coreaudio.h:
+       winecoreaudio: Fixed the FSF address.
+
+2006-05-24  Ken Thomases <ken@codeweavers.com>
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Don't CFAllocate buffer for port message.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Use unique name for message port.
+       Use a unique port name for the message port to the message thread.
+       Port names are system-global, so using a non-unique constant name
+       prevents the CoreAudio driver from being used in multiple processes
+       simultaneously.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: 8-bit Linear PCM data is unsigned.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Keep processing wavehdrs to satisfy AudioUnit data request.
+       When fulfilling the output AudioUnit's request for audio data, don't
+       stop when the current wavehdr is exhausted; advance to the next.  This
+       addresses the buzzy quality of the sound.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Improve state tracking.
+       Improved tracking of device state (stopped, playing, or paused).
+       Also, tied starting and stopping the AudioUnit more directly to the
+       state.  No need to change the state when preparing or unpreparing
+       wavehdrs.  Pausing overrides both playing and stopped states; if
+       stopped, pausing prevents output from starting when the program
+       writes.  When, restarting from the paused state, the device starts
+       playing if there are queued wavehdrs.  Otherwise, it goes to stopped
+       state.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Miscellaneous cleanup.
+       Miscellaneous cleanup: release resources when done with them; protect
+       against null pointers; reduce redundant code; avoid potential integer
+       underflow; clarify a do-nothing loop.
+
+       * dlls/winmm/winecoreaudio/audio.c:
+       winecoreaudio: Fix race to open.
+       Fixes a race condition (noted in a comment for wodOpen) when multiple
+       threads try to open the same wave-out device simultaneously.
+       Addressed by creating the device mutexes when the driver is
+       initialized, instead of as each device is opened.  Then use the mutex
+       to protect the open operation against races.  At the same time, made
+       the mutexes recursive to avoid self-deadlocks the driver was
+       encountering when reentered from the callback.
+
+2006-06-01  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NDRCContext(Un)marshall and NDRCContextBinding.
+
+2006-06-01  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface_gdi.c:
+       wined3d: Adjust the video mem when dropping the pow2 size in GDISurface.
+
+2006-05-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/binding.c:
+       urlmon: Remove no longer needed binding value in task_t.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Use task queue for cross thread calls in on_progress.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Use task queue in Switch implementation.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Added task queue architecture and use it for OnProgress calls from
+       Continue call.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Make suse that every OnProgress call is in an apartment thread.
+
+2006-05-31  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/crypt32/tests/cert.c:
+       crypt32/tests: Write-strings warning fix.
+
+2006-05-31  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Update the rects in HEADER_Refresh if needed.
+
+2006-05-31  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/Makefile.in, dlls/dnsapi/query.c:
+       dnsapi: Fall back to a netbios query when a dns query fails.
+
+2006-05-27  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/wsock32/service.c, dlls/wsock32/wsock32.spec, include/nspapi.h:
+       wsock32: Added GetService{A,W} stubs.
+
+2006-05-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/binding.c:
+       urlmon: Use FindMimeFromData to determine MIME type.
+
+2006-05-31  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Add ENUM32 support to ComplexStructMemorySize.
+
+2006-05-31  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Make sure to read the memid and the name offset from the
+       correct offsets, after the function data, so add cFuncs to the offsets
+       in MSFT_DoVars.
+       Resolve referenced types for variables.
+       Fixes initialisation of the dbgrid32 OCX.
+
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Resolve referenced types for return values as well as parameters in
+       MSFT typelibs.
+
+       * tools/widl/parser.y:
+       widl: Allow some more "reserved words" to be used as identifiers.
+
+       * include/rpcdcep.h:
+       include: Add some defines used by MIDL-generated code.
+
+2006-05-31  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/winmm/winecoreaudio/audio.c, dlls/winmm/winecoreaudio/audiounit.c:
+       winecoreaudio: Fixed a bunch of compiler warnings.
+
+       * configure, configure.ac, dlls/dnsapi/ns_parse.c, include/config.h.in:
+       dnsapi: Added check for _msg_ptr vs. _ptr member in ns_msg struct.
+
+       * dlls/dnsapi/ns_name.c, dlls/dnsapi/ns_parse.c, dlls/dnsapi/query.c:
+       dnsapi: Remove a bunch of unused functions that cause naming conflicts.
+
+       * dlls/dnsapi/ns_name.c, dlls/dnsapi/query.c:
+       dnsapi: Portability fixes.
+
+2006-05-31  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/base64.c,
+         dlls/crypt32/crypt32.spec, dlls/crypt32/tests/.gitignore,
+         dlls/crypt32/tests/Makefile.in, dlls/crypt32/tests/base64.c,
+         include/wincrypt.h:
+       crypt32: Implement CryptBinaryToStringA and CryptStringToBinaryA.
+       Implement CryptBinaryToStringA and CryptStringToBinaryA based on Kai
+       Blin's base64 encoder/decoder.
+
+2006-05-31  Mike McCormack <mike@codeweavers.com>
+
+       * programs/wineconsole/dialog.c:
+       wineconsole: Store the font as a DWORD_PTR.
+
+       * programs/wineconsole/user.c:
+       wineconsole: Use a Get/SetWindowLongPtr to store a pointer.
+
+       * programs/wordpad/wordpad.c:
+       wordpad: Use GetWindowLongPtr to get the HINSTANCE.
+
+2006-05-30  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/misc.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Added text/html filter.
+
+       * dlls/urlmon/urlmon_main.c:
+       urlmon: Use filters mechanism in FindMimeFromData.
+
+2006-05-31  Troy Rollo <wine@troy.rollo.name>
+
+       * dlls/ole32/storage32.c:
+       ole32: Use STGM_WRITE when opening child storage to delete its children.
+
+2006-05-30  Robert Reif <reif@earthlink.net>
+
+       * dlls/winmm/tests/wave.c, dlls/winmm/tests/winmm_test.h:
+       winmm: Always check for open and close enents in wave test.
+       Always check for open and close events.
+       Send WM_APP message to thread to terminate it rather than TerminateThread.
+       Fix CreateThread/waveOutOpen race by waiting for background thread to
+       run before waveOutOpen is called.
+       Add more non-hardware supported formats.  There is a bug in wave
+       mapper GetPosition when multiple headers are used and this helps
+       trigger it.
+
+2006-05-30  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/dnsapi/query.c:
+       dnsapi: Fixed missing lock release on error path.
+
+2006-05-30  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/d3d8/tests/device.c:
+       d3d8: Backport of the d3d9 swapchain test to d3d8.
+
+       * dlls/d3d8/device.c:
+       d3d8: Back buffer count fix.
+
+2006-05-30  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/crypt32/cert.c:
+       crypt32: Write-strings warning fix.
+
+       * dlls/winmm/joystick/Makefile.in:
+       winmm/joystick: joystick.c requires Unicode library.
+
+2006-05-30  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: propsheet: Fixed buffer sizes for LoadStringW.
+
+2006-05-28  Emmanuel Maillard <mahanuu@opendarwin.org>
+
+       * configure, configure.ac, dlls/Makefile.in,
+         dlls/winmm/winecoreaudio/.gitignore,
+         dlls/winmm/winecoreaudio/Makefile.in,
+         dlls/winmm/winecoreaudio/audio.c,
+         dlls/winmm/winecoreaudio/audiounit.c,
+         dlls/winmm/winecoreaudio/coreaudio.c,
+         dlls/winmm/winecoreaudio/coreaudio.h,
+         dlls/winmm/winecoreaudio/winecoreaudio.drv.spec, include/config.h.in:
+       winecoreaudio: Initial Audio Driver for Mac OS X.
+
+2006-05-29  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/dnsapi.h, dlls/dnsapi/dnsapi.spec, dlls/dnsapi/query.c:
+       dnsapi: Implement DnsQuery_{A,UTF8,W}.
+
+       * dlls/dnsapi/Makefile.in, dlls/dnsapi/dnsapi.h, dlls/dnsapi/ns_name.c,
+         dlls/dnsapi/ns_parse.c:
+       dnsapi: Add DNS message parsing routines from BIND.
+
+2006-05-30  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Ignore out-of-range iOrder in SetItemT.
+
+       * dlls/kernel/format_msg.c:
+       kernel32: Prevent truncating characters to 8 bits in FormatMessageW.
+
+2006-05-28  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/msi/tests/format.c:
+       msi: Increase verbosity in some failing tests.
+
+2006-05-30  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wininet/http.c:
+       wininet: Don't crash when querying NULL values.
+
+       * dlls/wininet/tests/http.c:
+       wininet: Add a test for basic authentication.
+
+       * dlls/user/class.c, dlls/user/user32.spec, dlls/user/win.c:
+       user32: Stub implementations for Win64's Get/Set LongPtr functions.
+
+2006-05-29  Troy Rollo <wine@troy.rollo.name>
+
+       * include/wine/wined3d_gl.h:
+       wined3d: Add missing GL_VERTEX_SHADER_ARB definition.
+
+2006-05-30  Troy Rollo <wine@troy.rollo.name>
+
+       * dlls/comdlg32/filedlg.c:
+       comdlg32: Prevent SEGV in FILEOPEN95_OnOpen when a malformed filter is passed.
+       FILEOPEN95_OnOpen assumes that each item in the filter list returns a
+       non-NULL pointer for CB_GETITEMDATA.
+
+2006-05-29  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Properly destroy texture object if we failed to create its surfaces.
+
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c, dlls/d3d9/directx.c,
+         dlls/d3d9/surface.c, dlls/d3d9/swapchain.c, dlls/d3d9/tests/device.c:
+       d3d9: Add reference to the parent device for surfaces.
+       Allow some objects to have no parent device.
+       Tighten refcount tests and test refound decrement on Release.
+
+2006-05-29  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make UserMarshalFlags static.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: We should never pass an fMustAlloc value of TRUE into the
+       unmarshaler routines of embedded complexes in complex struct and array
+       unmarshaling.
+       Fixes a regression caused by commit
+       19fad8e71032707cb036239f69f085e1b0249d01, reported by Ulrich
+       Dobramysl.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make sure to set a unique pointer with an id of 0 to NULL when
+       unmarshaling.
+
+       * dlls/rpcrt4/ndr_fullpointer.c:
+       rpcrt4: If the number of pointers is 0 for NdrFullPointerXlatInit then
+       set the number of pointers to a large default, so that NumberOfBuckets
+       doesn't end up less than zero.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Handle marshaling/unmarshaling full pointers.
+
+       * dlls/rpcrt4/ndr_fullpointer.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: For full pointers the state consists of flags, so or new flags into
+       the field instead of assigning.
+       The return value of all full pointer functions that return an int
+       depends on the passed in query type being a flag in the state.
+
+2006-05-29  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/comctl32/tests/treeview.c:
+       comctl32/tests: Write-strings warnings fix.
+
+2006-05-29  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/msi/msi.c:
+       msi: Implement MsiLocateComponent{A,W}.
+
+2006-05-30  Mike McCormack <mike@codeweavers.com>
+
+       * programs/msiexec/msiexec.c:
+       msiexec: Improve 64bit compatibility.
+
+2006-05-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wldap32/add.c, dlls/wldap32/modify.c:
+       wldap32: Fix unused variable warnings.
+
+       * dlls/gdi/freetype.c:
+       gdi32: Fix an unused variable warning.
+
+2006-05-29  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Do not disable GL_BLEND when alpha blending is active.
+
+       * dlls/wined3d/surface_gdi.c:
+       wined3d: Release the memory in IWineGDISurface::PrivateSetup before calling
+       GetDC.
+
+2006-05-28  Robert Reif <reif@earthlink.net>
+
+       * dlls/winmm/tests/wave.c:
+       winmm: Add multiple header wave tests.
+       The current wave tests only use a single header for playback.  Tests
+       have been added to use multiple headers and to reuse them.  This is
+       how streaming applications and direct sound use the wave api.
+
+2006-05-27  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/comctl32/tests/header.c, dlls/comctl32/tests/tab.c:
+       comctl32/tests: Write-strings warning fix.
+
+2006-05-27  Detlef Riekenberg <wine.dev@web.de>
+
+       * DEVELOPERS-HINTS:
+       DEVELOPER-HINTS: Some directories are renamed / removed / added.
+
+       * dlls/winspool.drv/tests/info.c:
+       winspool/tests: Use 0xdeadbeef as magic value.
+
+       * dlls/winspool.drv/info.c:
+       winspool: Documentation for GetPrintProcessorDirectory.
+
+2006-05-28  Alexandre Julliard <julliard@winehq.org>
+
+       * server/request.c:
+       server: Return an error for invalid requests instead of killing the client
+       process.
+
+       * dlls/user/winproc.c:
+       user: Fixed WM_ACTIVATEAPP mapping with null task handle.
+
+       * Make.rules.in:
+       Make.rules: Define datarootdir to avoid a configure warning.
+
+2006-05-28  Frank Richter <frank.richter@gmail.com>
+
+       * dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Install Mozilla control silently.
+
+       * dlls/shdocvw/De.rc:
+       shdocvw: Improve German translation.
+
+2006-05-28  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/tests/main.c:
+       secur32: Cleaning up the authentication tests.
+       This should make it easier to add encryption tests later.
+
+2006-05-27  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/binding.c:
+       urlmon: Improve debug traces.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c:
+       urlmon: Store STGMEDIUM in Binding object and set its pUnkForRelease.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/session.c, dlls/urlmon/urlmon_main.h:
+       urlmon: Return IClassFactory in get_protocol_handler and fix get_protocol.
+
+2006-05-27  Alexandre Julliard <julliard@winehq.org>
+
+       * tools/sfnt2fnt.c:
+       sfnt2fnt: Clean output files when aborting on a signal.
+
+       * tools/make_ctests.c:
+       make_ctests: Clean output files when aborting on an error or signal.
+
+       * tools/fnt2fon.c:
+       fnt2fon: Clean output files when aborting on an error or signal.
+
+       * tools/bin2res.c:
+       bin2res: Clean output files when aborting on an error or signal.
+
+       * tools/widl/widl.c:
+       widl: Clean output files when aborting on a signal.
+
+       * tools/wrc/wrc.c:
+       wrc: Clean output files when aborting on an error or signal.
+
+       * tools/wmc/wmc.c:
+       wmc: Clean output files when aborting on an error or signal.
+
+2006-05-26  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/ntdll/loader.c:
+       ntdll: Free TLS pointers when exiting thread.
+
+       * dlls/kernel/selector.c, dlls/ntdll/thread.c, include/winternl.h:
+       ntdll/kernel32: Moved GetThreadSelectorEntry to ntdll.
+       - implemented NtQueryInformationThread's ThreadDescriptorTableEntry
+       information class
+       - used it to implement the kernel32's equivalent (GetThreadSelectorEntry)
+
+       * dlls/kernel/sync.c, dlls/ntdll/file.c, include/winbase.h,
+         include/wine/server_protocol.h, include/winternl.h,
+         server/named_pipe.c, server/protocol.def, server/trace.c:
+       ntdll/kernel32: Pipe information.
+       - implemented ntdll.NtQueryInformationFile's FilePipeLocalInformation control
+       code
+       - reimplemented kernel32.GetNamedPipeInfo on top of it
+       - enhance current features to make this work both on client and server handles
+       - now also returning the number of instances
+
+2006-05-26  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add ability to generate GLSL shader objects for vertex and pixel
+       shaders.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       wined3d: Final move of the GLSL registry check (hopefully).
+
+2006-05-27  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/kernel/kernel32.spec, dlls/kernel/module.c, include/winbase.h:
+       kernel32: Partial implementation of GetModuleHandleExA/W.
+
+       * dlls/ntdll/loader.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+       ntdll: Implemented RtlPcToFileHeader.
+
+2006-05-26  Kai Blin <kai.blin@gmail.com>
+
+       * dlls/secur32/base64_codec.c:
+       secur32: Fix wrong bit shift in the base64 encoder.
+       Thanks to Juan Lang for catching this one.
+
+2006-05-26  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_fullpointer.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Store the QueryType in the state table in NdrFullPointerQueryRefId.
+       Implement NdrFullPointerFree.
+
+       * dlls/rpcrt4/ndr_fullpointer.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Fix NdrFullPointerQueryRefId to make more tests pass.
+
+       * dlls/rpcrt4/ndr_fullpointer.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Implement remaining part of NdrFullPointerQueryPointer and implement
+       NdrFullPointerInsertRefId.
+
+       * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/ndr_fullpointer.c,
+         dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Implement some full pointer functions and add stubs for others.
+       Add some tests.
+
+2006-05-26  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Implement IWineD3DSurface::BltFast.
+
+2006-05-26  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Avoid some code duplication.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrClientContext(Un)Marshall.
+
+2006-05-26  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crl.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c, include/wincrypt.h:
+       crypt32: Implement CertVerifyCRLTimeValidity and partially implement
+       CertVerifySubjectCertificateContext.
+
+       * dlls/crypt32/context.c, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/store.c:
+       crypt32: Combine redundant code.
+
+2006-05-25  Huw Davies <huw@codeweavers.com>
+
+       * dlls/gdi/freetype.c:
+       gdi32: The font cache needs to discriminate whether the device can cope with
+       bitmap fonts or not.
+
+2006-05-26  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Even though FC_DEREFERENCE conformance is handled elsewhere in
+       ComputeConformanceOrVariance it is still necessary to set the count
+       variable to the value retrieved.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Return the actual status code sent back by the server, rather than
+       RPC_S_CALL_FAILED.
+
+2006-05-26  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface_gdi.c:
+       wined3d: Fix IWineGDISurface::SaveSnapshot.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Disable the depth test in UnlockRect
+
+2006-05-26  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Fix regression introduced by recent multitexture patch.
+
+2006-05-26  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/comctl32/theme_dialog.c:
+       comctl32: Dialog procedures should be called with CallWindowProc.
+
+       * dlls/user/controls.h, dlls/user/user16.c, dlls/user/win.c,
+         dlls/user/winproc.h:
+       user: Only include winproc.h where necessary.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for the remaining messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for the listbox and combobox messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for the edit control messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for button and scrollbar messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_GETTEXT, WM_SETTEXT and similar messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for the WM_DDE* messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_MDIACTIVATE, WM_MDIGETACTIVE and
+       WM_MDISETMENU.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_COPYDATA, WM_GETDLGCODE and WM_NEXTMENU.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_GETMINMAXINFO, WM_NCCALCSIZE and
+       WM_WINDOWPOSCHANGING/CHANGED.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_COMPARE/DELETE/MEASURE/DRAWITEM.
+
+       * dlls/user/winproc.c:
+       user: Added fast 32->16 mapping for WM_CREATE, WM_NCCREATE and WM_MDICREATE.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for the remaining messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for the WM_DDE* messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for WM_MDIACTIVATE, WM_MDIGETACTIVE and
+       WM_MDISETMENU.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for WM_COPYDATA, WM_GETDLGCODE and WM_NEXTMENU.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for WM_GETMINMAXINFO, WM_NCCALCSIZE and
+       WM_WINDOWPOSCHANGING/CHANGED.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for WM_COMPARE/DELETE/MEASURE/DRAWITEM.
+
+       * dlls/user/winproc.c:
+       user: Added fast 16->32 mapping for WM_CREATE, WM_NCCREATE and WM_MDICREATE.
+
+       * include/wine/unicode.h:
+       wine_unicode: Add prototypes for inline functions (from a patch by Andrew
+       Talbot).
+
+       * dlls/crypt32/context.c, dlls/gphoto2.ds/gphoto2_Ko.rc:
+       Fixed a couple of instances of the old FSF address that crept back in.
+
+2006-05-25  Phil Costin <philcostin@hotmail.com>
+
+       * dlls/d3d9/d3d9.spec, dlls/d3d9/d3d9_main.c:
+       wined3d: Create stub for D3DPERF_SetOptions function.
+
+2006-05-25  Pierre d'Herbemont <stegefin@free.fr>
+
+       * tools/wineprefixcreate.in:
+       wineprefixcreate: Obtain wine and wineserver from the bindir, instead of
+       relaying on the PATH.
+
+2006-05-26  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Put the new item in place of the hot divider instead of
+       swapping.
+
+2006-05-25  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Draw the drag image and hot dividers while dragging an item.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Fix an order-related bug in HEADER_InternalHitTest.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Implement HDM_SETHOTDIVIDER.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Implement HDM_CREATEDRAGIMAGE.
+
+2006-05-26  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/listview.c:
+       comctl32: listview: Apply the HDS_DRAGDROP header style if needed.
+       Apply the HDS_DRAGDROP header style if the listview has the
+       LVS_EX_HEADERDRAGDROP. Block the columns reordering as the listview
+       doesn't support them.
+
+2006-05-25  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/serialize.c, dlls/crypt32/store.c:
+       crypt32: Implement CertSerializeCRLStoreElement.
+
+2006-05-26  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/mapi32/util.c:
+       mapi32: Break out of the loop as soon as MSI call succeeds.
+
+       * dlls/gdi/freetype.c:
+       gdi: Add more const qualifiers.
+
+2006-05-26  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       wined3d: Move the GLSL registry check again.
+
+2006-05-26  Mike McCormack <mike@codeweavers.com>
+
+       * tools/winapi/tests.dat:
+       winapi: IMAGE_OPTIONAL_HEADER has different members on x86-64.
+
+       * include/rpcndr.h:
+       rpcrt4: Remove unused IN and OUT macros.
+
+2006-05-25  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/mapi32/mapi32.spec, dlls/mapi32/util.c:
+       mapi32: Implement FGetComponentPath.
+
+       * dlls/msi/msi.c:
+       msi: Translate the resulting string only if the previous call succeeded.
+
+2006-05-25  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/misc.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Fix implementation of ReleaseBindInfo.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Better pending read handling.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Added Switch implementation.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Added handling BINDDSTATUS_FINDINGSOURCE and BINDSTATUS_CONNECTING
+       in ReportProgress.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/urlmon_main.c,
+         dlls/urlmon/urlmon_main.h:
+       urlmon: Call OnProgress in apartment thread.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Return MK_S_ASYNCHRONOUS if bindindg is asynchronous.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c:
+       urlmon: Added ReportResult implementation.
+
+       * dlls/urlmon/binding.c:
+       urlmon: Added GetRootSecurityId and BeginningTransaction implementation.
+
+2006-05-25  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crl.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/store.c, dlls/crypt32/tests/store.c, include/wincrypt.h:
+       crypt32: Add support for CRLs.
+
+       * dlls/crypt32/cert.c:
+       crypt32: Use public functions when finding certificates.
+
+2006-05-25  Phil Costin <philcostin@hotmail.com>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Shader caps fix - code relocation.
+
+2006-05-25  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_gl.h:
+       wined3d: Dynamicly load GL_ARB_multitexture functions.
+
+2006-05-25  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/drawprim.c, dlls/wined3d/surface.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Small rhw vertex fix.
+       Fix the one pixel displacement and move the glOrtho code in a common
+       function.
+
+2006-05-25  Alexandre Julliard <julliard@winehq.org>
+
+       * configure:
+       configure: Regenerated with autoconf 2.59d.
+
+       * include/wine/debug.h, include/wine/library.h, include/wine/test.h,
+         include/wine/unicode.h:
+       include: Prevent internal Wine headers from being used in tests.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Fixed a compiler warning.
+
+2006-05-25  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/ntdll/file.c:
+       ntdll: Return FILE_DEVICE_CD_ROM_FILE_SYSTEM for supermount filesystems.
+
+2006-05-24  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/wininet/http.c, dlls/wininet/urlcache.c:
+       wininet: Constify data.
+
+       * dlls/gdi/dib.c, dlls/gdi/freetype.c, dlls/gdi/tests/palette.c:
+       gdi: Constify data.
+
+2006-05-25  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/gdi/font.c:
+       gdi: Get correct horizontal spacing value in the presence of ETO_PDY flag.
+
+2006-05-24  Jason Green <jave27@gmail.com>
+
+       * include/wine/wined3d_gl.h:
+       wined3d: Add some more GLSL defines.
+
+2006-05-25  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Stub implementations for NDRS marshalling functions.
+
+       * dlls/crypt32/oid.c:
+       crypt32: Fix a integer to pointer cast.
+
+       * dlls/msi/action.c, dlls/msi/database.c:
+       msi: Fix some pointer to integer casts.
+
+       * dlls/kernel/console.c:
+       kernel32: Fix some pointer to integer casts.
+
+       * dlls/mapi32/mapi32_main.c:
+       mapi32: Fix prototype of MAPILogon and MAPILogoff.
+
+       * include/richedit.h:
+       richedit: Fix prototype of the callback function.
+
+2006-05-24  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/ftmarshal.c:
+       ole32: Add a class factory for CLSID_InProcFreeMarshaler.
+
+       * dlls/ole32/ftmarshal.c:
+       ole32: Implement GetUnmarshalClass for the free-threaded marshaler and
+       remove unnecessary unmarshaling code for the standard-marshal case -
+       this is handled by CoUnmarshalInterface and CoReleaseMarshalData.
+
+       * dlls/ole32/ftmarshal.c, dlls/ole32/tests/marshal.c:
+       ole32: Implement table-strong marshaling and ReleaseMarshalData for the
+       free-threaded marshaler.
+
+       * dlls/ole32/ftmarshal.c, dlls/ole32/tests/marshal.c:
+       ole32: Implement table-weak marshaling for the free-threaded marshaler.
+
+       * dlls/ole32/ftmarshal.c:
+       ole32: Release the standard marshal in the free-threaded marshaler's
+       UnmarshalInterface function.
+
+       * dlls/ole32/ftmarshal.c, dlls/ole32/tests/marshal.c:
+       ole32: Add a rough implementation of the free-threaded marshaler MarshalInterface
+       and UnmarshalInterface methods, with test cases.
+
+       * dlls/ole32/ftmarshal.c:
+       ole32: Fix the free-threaded marshaler when it has no outer unknown.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Set the Memory field of the stub message structure to the
+       start of the memory that an embedded pointer is embedded in so that
+       FC_POINTER conformance works correctly.
+
+       * dlls/rpcrt4/ndr_stubless.c, include/rpcndr.h:
+       rpcrt4: Implement explicit generic binding handles.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Move the getting of the client binding handle to a separate function.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Move the initialising of the stub message structure nearer to the top
+       of NdrClientCall2.
+       Set stubMsg.StackTop after calling the initialise function.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Store the arguments exclusively in stubMsg.StackTop.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Implement RpcBindingCopy.
+
+       * dlls/ole32/compobj.c, dlls/uuid/uuid.c:
+       uuid: Add some COM CLSIDs.
+
+       * include/urlmon.idl:
+       include: Add several more interfaces to urlmon.idl.
+
+2006-05-24  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/misc.c:
+       urlmon: Added registering name space test.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/internet.c, dlls/urlmon/session.c,
+         dlls/urlmon/urlmon_main.h:
+       urlmon: Use registered protocols.
+
+       * dlls/urlmon/session.c:
+       urlmon: Added [Un]RegisterNamespace implementation.
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/service.c:
+       mshtml: The secret interface is CMarkup. Improve FIXMEs.
+
+2006-05-24  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/tests/store.c:
+       crypt32: Add one more test of CertAddEncodedCertificateToStore.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/store.c:
+       crypt32: Move cert functions that don't depend on the implementation of stores
+       to cert.c.
+
+2006-05-25  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/device.c:
+       wined3d: Fog fixes.
+
+2006-05-24  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Turn around the image in LockRect.
+
+       * dlls/wined3d/device.c:
+       wined3d: Silence the offscreen surface creation fixme.
+
+       * dlls/wined3d/device.c:
+       wined3d: Color keying emulation.
+
+2006-05-24  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/d3d9/stateblock.c, dlls/d3d9/tests/device.c:
+       d3d9: StateBlock is also created in EndStateBlock. With tests.
+
+2006-05-24  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.14.
+
+----------------------------------------------------------------
+2006-05-24  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/usp10/tests/usp10.c:
+       usp10: Fixed a compiler warning.
+
+       * dlls/avifil32/Makefile.in, dlls/comdlg32/Makefile.in,
+         dlls/dmloader/Makefile.in, dlls/dmusic/Makefile.in,
+         dlls/dplayx/Makefile.in, dlls/hhctrl.ocx/Makefile.in,
+         dlls/mciavi32/Makefile.in, dlls/mciseq/Makefile.in,
+         dlls/mciwave/Makefile.in, dlls/midimap/Makefile.in,
+         dlls/msacm32.drv/Makefile.in, dlls/msdmo/Makefile.in,
+         dlls/odbc32/Makefile.in, dlls/rpcrt4/Makefile.in,
+         dlls/shdocvw/Makefile.in, dlls/urlmon/Makefile.in,
+         dlls/winmm/winearts/Makefile.in, dlls/winmm/winenas/Makefile.in,
+         dlls/winmm/wineoss/Makefile.in, programs/msiexec/Makefile.in,
+         programs/rundll32/Makefile.in, programs/winemenubuilder/Makefile.in:
+       Link against libwine_unicode everywhere we use Unicode functions.
+
+       * dlls/ntdll/tests/atom.c, dlls/ntdll/tests/env.c,
+         dlls/ntdll/tests/port.c, dlls/oleaut32/tests/vartype.c,
+         dlls/rpcrt4/tests/ndr_marshall.c, dlls/rpcrt4/tests/rpc.c,
+         dlls/shdocvw/tests/shortcut.c, dlls/shell32/tests/shlfolder.c,
+         dlls/shlwapi/tests/path.c:
+       Tests should not use wine/unicode.h.
+
+       * tools/widl/typelib.c, tools/widl/write_msft.c:
+       widl: Get rid of unnecessary inclusion of unicode.h.
+
+       * libs/wine/debug.c:
+       libwine: Don't use libwine_unicode functions.
+
+2006-05-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/gdi/font.c, dlls/msi/classes.c, dlls/quartz/filtergraph.c,
+         programs/winefile/winefile.c:
+       Fixed more boolean comparisons against TRUE.
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Add stub implementations for NDRCContext(Un)Marshall.
+
+       * dlls/wininet/dialogs.c:
+       wininet: Fix a possible NULL pointer deference.
+
+2006-05-21  Detlef Riekenberg <wine.dev@web.de>
+
+       * Makefile.in:
+       Makefile.in: find needs a slash when the source dir is a symlink.
+
+2006-05-22  Hwang YunSong <hys545@dreamwiz.com>
+
+       * dlls/gphoto2.ds/gphoto2_Ko.rc, dlls/gphoto2.ds/rsrc.rc:
+       gphoto2.ds: Added Korean resources.
+
+2006-05-24  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/kernel/locale.c, dlls/ntdll/rtlstr.c, include/wine/unicode.h,
+         libs/unicode/string.c, libs/unicode/wine_unicode.def,
+         libs/unicode/wine_unicode.map:
+       libwine_unicode: Renamed is_dbcs_leadbyte to wine_is_dbcs_leadbyte.
+
+       * include/wine/unicode.h, libs/unicode/string.c,
+         libs/unicode/wine_unicode.def, libs/unicode/wine_unicode.map:
+       libwine_unicode: Define all functions in the library even if they can be inlined.
+
+2006-05-24  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/tests/msg.c:
+       user: Add a test to check the queue status if there is a pending
+       posted message and the quit flag is set.
+
+2006-05-24  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/d3d9/swapchain.c, dlls/d3d9/tests/device.c, dlls/wined3d/device.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       wined3d: Swapchain and back buffer corrections + tests.
+
+2006-05-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       msi: Set a default radio button.
+
+       * dlls/msi/action.c:
+       msi: Fix a possible memory leak.
+
+2006-05-21  Roderick Colenbrander <thunderbird2k@gmx.net>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Fix ARB_imaging abuse.
+
+2006-05-24  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/wined3d/device.c:
+       wined3d: Fixed a couple of boolean comparisons against TRUE.
+
+2006-05-23  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/directx.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Replaced USING_GLSL define with a new wined3d_settings option based
+       on the registry.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add function to print the infolog of a GLSL shader on errors.
+       With assistance from H. Verbeet.
+
+       * include/wine/wined3d_gl.h:
+       wined3d: Added some GLSL defines and function prototypes.
+
+2006-05-23  Andrew Talbot <Andrew.Talbot@talbotville.com>
+
+       * dlls/comdlg32/printdlg.c:
+       comdlg32: Write-strings warning fix.
+
+2006-05-23  Jonathan Ernst <jonathan@ernstfamily.ch>
+
+       * dlls/comctl32/comctl_Fr.rc, dlls/comdlg32/cdlg_Fr.rc,
+         dlls/msacm32/msacm_Fr.rc, programs/cmdlgtst/Fr.rc,
+         programs/notepad/Fr.rc, programs/progman/Fr.rc,
+         programs/regedit/Fr.rc, programs/taskmgr/Fr.rc,
+         programs/winefile/Fr.rc, programs/winhelp/Fr.rc,
+         programs/wordpad/Fr.rc:
+       Uniformization of French main menu accelerators.
+
+2006-05-23  Hans Leidekker <hans@it.vu.nl>
+
+       * programs/uninstaller/Nl.rc, programs/uninstaller/rsrc.rc:
+       uninstaller: Add Dutch resources.
+
+2006-05-24  Marcus Meissner <marcus@jet.franken.de>
+
+       * dlls/x11drv/xrender.c:
+       x11drv: GdiAlphaBlend fix for X errors if width or height is 0.
+
+2006-05-23  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/store.c, dlls/crypt32/tests/store.c:
+       crypt32: Test and fix a couple CertAddCertificateContextToStore corner cases.
+
+2006-05-23  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Remove a double cap flag.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Remove an unnecessary NULL check.
+
+2006-05-23  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/persist.c:
+       mshtml: Added stub implementation of IPersistStreamInit.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Added OLEIVERB_UIACTIVATE implementation.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Don't do verb that is already done.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Move UI activating to the separated function.
+
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Move inplace activating code to the separated function.
+
+       * dlls/shdocvw/factory.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser v1 implementation.
+
+       * dlls/shdocvw/regsvr.c:
+       shdocvw: Added WebBrowser v1 registration.
+
+2006-05-23  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Fix the loading of strings for the property sheet page by
+       caching the ID of the string to load before overwriting it with an
+       Alloc call.
+
+2006-05-23  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c:
+       user: Reuse the fast A->W function to implement the 16->32W case.
+       Get rid of the no longer needed 16->32W mapping functions.
+
+       * dlls/user/winproc.c:
+       user: Reuse the fast W->A function to implement the 32W->16 case.
+       Get rid of the no longer needed 32W->16 mapping functions.
+
+       * dlls/user/msg16.c, dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Use winproc callbacks for the remaining 16-bit messaging functions.
+
+2006-05-22  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't try to draw items outside the clipping rect.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Make the column resizing smooth in full drag mode.
+       Make the column resizing smooth in full drag mode even for listview
+       with lots of elements by redrawing only the resized column and calling
+       UpdateWindow.
+
+2006-05-22  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/context.c,
+         dlls/crypt32/crypt32_private.h, dlls/crypt32/store.c:
+       crypt32: Abstract contexts.
+       - create an abstract interface for contexts, and use it for certificates
+       - create a simple context list, and use it for memory stores
+
+2006-05-23  Jeff Latimer <lats@yless4u.com.au>
+
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Add stub for ScriptStringOut.
+
+2006-05-23  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/swapchain.c:
+       wined3d: Do not addref a NULL backbuffer in IWineD3DSwapChain::GetBackBuffer.
+
+2006-05-23  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Uncomment test now that it works correctly.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Add another static.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix some comments and move the NdrSimpleType* functions out from
+       amongst the NdrSimpleStruct* ones.
+
+2006-05-23  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/winspool.drv/.gitignore, dlls/winspool.drv/Bg.rc,
+         dlls/winspool.drv/De.rc, dlls/winspool.drv/En.rc,
+         dlls/winspool.drv/Eo.rc, dlls/winspool.drv/Fi.rc,
+         dlls/winspool.drv/It.rc, dlls/winspool.drv/Ko.rc,
+         dlls/winspool.drv/Makefile.in, dlls/winspool.drv/Nl.rc,
+         dlls/winspool.drv/Ru.rc, dlls/winspool.drv/Tr.rc,
+         dlls/winspool.drv/info.c, dlls/winspool.drv/tests/.gitignore,
+         dlls/winspool.drv/tests/Makefile.in, dlls/winspool.drv/tests/info.c,
+         dlls/winspool.drv/winspool.drv.spec, dlls/winspool.drv/winspool.rc,
+         dlls/winspool.drv/wspool.c, dlls/winspool.drv/wspool.h,
+         dlls/winspool/.gitignore, dlls/winspool/Bg.rc, dlls/winspool/De.rc,
+         dlls/winspool/En.rc, dlls/winspool/Eo.rc, dlls/winspool/Fi.rc,
+         dlls/winspool/It.rc, dlls/winspool/Ko.rc, dlls/winspool/Makefile.in,
+         dlls/winspool/Nl.rc, dlls/winspool/Ru.rc, dlls/winspool/Tr.rc,
+         dlls/winspool/info.c, dlls/winspool/tests/.gitignore,
+         dlls/winspool/tests/Makefile.in, dlls/winspool/tests/info.c,
+         dlls/winspool/winspool.drv.spec, dlls/winspool/winspool.rc,
+         dlls/winspool/wspool.c, dlls/winspool/wspool.h,
+         programs/winetest/Makefile.in:
+       winspool: Renamed the directory to winspool.drv.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/wineps.drv/.gitignore,
+         dlls/wineps.drv/Makefile.in, dlls/wineps.drv/afm.c,
+         dlls/wineps.drv/afm2c.c, dlls/wineps.drv/bitblt.c,
+         dlls/wineps.drv/bitmap.c, dlls/wineps.drv/brush.c,
+         dlls/wineps.drv/builtin.c, dlls/wineps.drv/clipping.c,
+         dlls/wineps.drv/color.c, dlls/wineps.drv/data/AvantGarde_Book.c,
+         dlls/wineps.drv/data/AvantGarde_BookOblique.c,
+         dlls/wineps.drv/data/AvantGarde_Demi.c,
+         dlls/wineps.drv/data/AvantGarde_DemiOblique.c,
+         dlls/wineps.drv/data/Bookman_Demi.c,
+         dlls/wineps.drv/data/Bookman_DemiItalic.c,
+         dlls/wineps.drv/data/Bookman_Light.c,
+         dlls/wineps.drv/data/Bookman_LightItalic.c,
+         dlls/wineps.drv/data/COPYRIGHTS, dlls/wineps.drv/data/Courier.c,
+         dlls/wineps.drv/data/Courier_Bold.c,
+         dlls/wineps.drv/data/Courier_BoldOblique.c,
+         dlls/wineps.drv/data/Courier_Oblique.c,
+         dlls/wineps.drv/data/Helvetica.c,
+         dlls/wineps.drv/data/Helvetica_Bold.c,
+         dlls/wineps.drv/data/Helvetica_BoldOblique.c,
+         dlls/wineps.drv/data/Helvetica_Narrow.c,
+         dlls/wineps.drv/data/Helvetica_Narrow_Bold.c,
+         dlls/wineps.drv/data/Helvetica_Narrow_BoldOblique.c,
+         dlls/wineps.drv/data/Helvetica_Narrow_Oblique.c,
+         dlls/wineps.drv/data/Helvetica_Oblique.c,
+         dlls/wineps.drv/data/NewCenturySchlbk_Bold.c,
+         dlls/wineps.drv/data/NewCenturySchlbk_BoldItalic.c,
+         dlls/wineps.drv/data/NewCenturySchlbk_Italic.c,
+         dlls/wineps.drv/data/NewCenturySchlbk_Roman.c,
+         dlls/wineps.drv/data/Palatino_Bold.c,
+         dlls/wineps.drv/data/Palatino_BoldItalic.c,
+         dlls/wineps.drv/data/Palatino_Italic.c,
+         dlls/wineps.drv/data/Palatino_Roman.c, dlls/wineps.drv/data/Symbol.c,
+         dlls/wineps.drv/data/Times_Bold.c,
+         dlls/wineps.drv/data/Times_BoldItalic.c,
+         dlls/wineps.drv/data/Times_Italic.c,
+         dlls/wineps.drv/data/Times_Roman.c,
+         dlls/wineps.drv/data/ZapfChancery_MediumItalic.c,
+         dlls/wineps.drv/data/ZapfDingbats.c, dlls/wineps.drv/data/agl.c,
+         dlls/wineps.drv/data/agl.h, dlls/wineps.drv/download.c,
+         dlls/wineps.drv/driver.c, dlls/wineps.drv/encode.c,
+         dlls/wineps.drv/escape.c, dlls/wineps.drv/font.c,
+         dlls/wineps.drv/generic.ppd, dlls/wineps.drv/glyphlist.c,
+         dlls/wineps.drv/graphics.c, dlls/wineps.drv/init.c,
+         dlls/wineps.drv/mkagl.c, dlls/wineps.drv/objects.c,
+         dlls/wineps.drv/pen.c, dlls/wineps.drv/ppd.c, dlls/wineps.drv/ps.c,
+         dlls/wineps.drv/psdlg.h, dlls/wineps.drv/psdrv.h,
+         dlls/wineps.drv/rsrc.rc, dlls/wineps.drv/text.c,
+         dlls/wineps.drv/truetype.c, dlls/wineps.drv/type1.c,
+         dlls/wineps.drv/type1afm.c, dlls/wineps.drv/type42.c,
+         dlls/wineps.drv/wineps.drv.spec, dlls/wineps.drv/wineps16.drv.spec,
+         dlls/wineps.drv/wps_Bg.rc, dlls/wineps.drv/wps_Cs.rc,
+         dlls/wineps.drv/wps_De.rc, dlls/wineps.drv/wps_En.rc,
+         dlls/wineps.drv/wps_Es.rc, dlls/wineps.drv/wps_Fr.rc,
+         dlls/wineps.drv/wps_Hu.rc, dlls/wineps.drv/wps_It.rc,
+         dlls/wineps.drv/wps_Ja.rc, dlls/wineps.drv/wps_Ko.rc,
+         dlls/wineps.drv/wps_Nl.rc, dlls/wineps.drv/wps_No.rc,
+         dlls/wineps.drv/wps_Pt.rc, dlls/wineps.drv/wps_Ru.rc,
+         dlls/wineps.drv/wps_Si.rc, dlls/wineps.drv/wps_Sk.rc,
+         dlls/wineps.drv/wps_Tr.rc, dlls/wineps.drv/wps_xx.rc,
+         dlls/wineps/.gitignore, dlls/wineps/Makefile.in, dlls/wineps/afm.c,
+         dlls/wineps/afm2c.c, dlls/wineps/bitblt.c, dlls/wineps/bitmap.c,
+         dlls/wineps/brush.c, dlls/wineps/builtin.c, dlls/wineps/clipping.c,
+         dlls/wineps/color.c, dlls/wineps/data/AvantGarde_Book.c,
+         dlls/wineps/data/AvantGarde_BookOblique.c,
+         dlls/wineps/data/AvantGarde_Demi.c,
+         dlls/wineps/data/AvantGarde_DemiOblique.c,
+         dlls/wineps/data/Bookman_Demi.c,
+         dlls/wineps/data/Bookman_DemiItalic.c,
+         dlls/wineps/data/Bookman_Light.c,
+         dlls/wineps/data/Bookman_LightItalic.c, dlls/wineps/data/COPYRIGHTS,
+         dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
+         dlls/wineps/data/Courier_BoldOblique.c,
+         dlls/wineps/data/Courier_Oblique.c, dlls/wineps/data/Helvetica.c,
          dlls/wineps/data/Helvetica_Bold.c,
          dlls/wineps/data/Helvetica_BoldOblique.c,
          dlls/wineps/data/Helvetica_Narrow.c,
          dlls/wineps/data/Times_Bold.c, dlls/wineps/data/Times_BoldItalic.c,
          dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
          dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/psdrv.h,
-         dlls/wineps/truetype.c, dlls/wineps/afm.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Remove redundant data structure from font metrics.
+         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
+         dlls/wineps/data/agl.h, dlls/wineps/download.c, dlls/wineps/driver.c,
+         dlls/wineps/encode.c, dlls/wineps/escape.c, dlls/wineps/font.c,
+         dlls/wineps/generic.ppd, dlls/wineps/glyphlist.c,
+         dlls/wineps/graphics.c, dlls/wineps/init.c, dlls/wineps/mkagl.c,
+         dlls/wineps/objects.c, dlls/wineps/pen.c, dlls/wineps/ppd.c,
+         dlls/wineps/ps.c, dlls/wineps/psdlg.h, dlls/wineps/psdrv.h,
+         dlls/wineps/rsrc.rc, dlls/wineps/text.c, dlls/wineps/truetype.c,
+         dlls/wineps/type1.c, dlls/wineps/type1afm.c, dlls/wineps/type42.c,
+         dlls/wineps/wineps.drv.spec, dlls/wineps/wineps16.drv.spec,
+         dlls/wineps/wps_Bg.rc, dlls/wineps/wps_Cs.rc, dlls/wineps/wps_De.rc,
+         dlls/wineps/wps_En.rc, dlls/wineps/wps_Es.rc, dlls/wineps/wps_Fr.rc,
+         dlls/wineps/wps_Hu.rc, dlls/wineps/wps_It.rc, dlls/wineps/wps_Ja.rc,
+         dlls/wineps/wps_Ko.rc, dlls/wineps/wps_Nl.rc, dlls/wineps/wps_No.rc,
+         dlls/wineps/wps_Pt.rc, dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Si.rc,
+         dlls/wineps/wps_Sk.rc, dlls/wineps/wps_Tr.rc, dlls/wineps/wps_xx.rc:
+       wineps: Renamed the directory to wineps.drv.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/msisys.ocx/.gitignore,
+         dlls/msisys.ocx/Makefile.in, dlls/msisys.ocx/msisys.c,
+         dlls/msisys.ocx/msisys.ocx.spec, dlls/msisys/.gitignore,
+         dlls/msisys/Makefile.in, dlls/msisys/msisys.c,
+         dlls/msisys/msisys.ocx.spec:
+       msisys: Renamed the directory to msisys.ocx.
+
+2006-05-18  Jonathan Ernst <jonathan@ernstfamily.ch>
+
+       * COPYING.LIB, LICENSE, aclocal.m4, dlls/activeds/activeds_main.c,
+         dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/crypt.h,
+         dlls/advapi32/crypt_arc4.c, dlls/advapi32/crypt_des.c,
+         dlls/advapi32/crypt_lmhash.c, dlls/advapi32/crypt_md4.c,
+         dlls/advapi32/crypt_md5.c, dlls/advapi32/crypt_sha.c,
+         dlls/advapi32/eventlog.c, dlls/advapi32/lsa.c,
+         dlls/advapi32/registry.c, dlls/advapi32/security.c,
+         dlls/advapi32/service.c, dlls/advapi32/tests/crypt.c,
+         dlls/advapi32/tests/crypt_lmhash.c, dlls/advapi32/tests/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md5.c, dlls/advapi32/tests/crypt_sha.c,
+         dlls/advapi32/tests/lsa.c, dlls/advapi32/tests/registry.c,
+         dlls/advapi32/tests/security.c, dlls/advpack/advpack.c,
+         dlls/advpack/advpack_private.h, dlls/advpack/files.c,
+         dlls/advpack/install.c, dlls/advpack/reg.c,
+         dlls/advpack/tests/advpack.c, dlls/advpack/tests/files.c,
+         dlls/advpack/tests/install.c, dlls/amstream/amstream.c,
+         dlls/amstream/amstream_private.h, dlls/amstream/main.c,
+         dlls/amstream/mediastream.c, dlls/amstream/regsvr.c,
+         dlls/amstream/version.rc, dlls/atl/atl_main.c, dlls/atl/atlbase.h,
+         dlls/atl/atliface.idl, dlls/atl/registrar.c, dlls/atl/rsrc.rc,
+         dlls/avicap32/avicap32_main.c, dlls/avifil32/acmstream.c,
+         dlls/avifil32/api.c, dlls/avifil32/avifile.c,
+         dlls/avifil32/avifile_Cs.rc, dlls/avifil32/avifile_De.rc,
+         dlls/avifil32/avifile_En.rc, dlls/avifil32/avifile_Es.rc,
+         dlls/avifil32/avifile_Fr.rc, dlls/avifil32/avifile_Hu.rc,
+         dlls/avifil32/avifile_It.rc, dlls/avifil32/avifile_Ja.rc,
+         dlls/avifil32/avifile_Ko.rc, dlls/avifil32/avifile_Nl.rc,
+         dlls/avifil32/avifile_No.rc, dlls/avifil32/avifile_Pl.rc,
+         dlls/avifil32/avifile_Pt.rc, dlls/avifil32/avifile_Ru.rc,
+         dlls/avifil32/avifile_Si.rc, dlls/avifil32/avifile_Tr.rc,
+         dlls/avifil32/avifile_private.h, dlls/avifil32/editstream.c,
+         dlls/avifil32/extrachunk.c, dlls/avifil32/extrachunk.h,
+         dlls/avifil32/factory.c, dlls/avifil32/getframe.c,
+         dlls/avifil32/icmstream.c, dlls/avifil32/regsvr.c,
+         dlls/avifil32/rsrc.rc, dlls/avifil32/tmpfile.c,
+         dlls/avifil32/wavfile.c, dlls/cabinet/cabinet.h,
+         dlls/cabinet/cabinet.rc, dlls/cabinet/cabinet_main.c,
+         dlls/cabinet/fci.c, dlls/cabinet/fdi.c, dlls/cabinet/tests/extract.c,
+         dlls/capi2032/cap20wxx.c, dlls/capi2032/cap20wxx.h,
+         dlls/cards/cards.c, dlls/cards/cards.h, dlls/cards/cards.rc,
+         dlls/cards/version.rc, dlls/cfgmgr32/main.c,
+         dlls/comcat/comcat_main.c, dlls/comcat/comcat_private.h,
+         dlls/comcat/factory.c, dlls/comcat/information.c,
+         dlls/comcat/manager.c, dlls/comcat/register.c, dlls/comcat/regsvr.c,
+         dlls/comcat/version.rc, dlls/comctl32/animate.c,
+         dlls/comctl32/comboex.c, dlls/comctl32/comctl32.h,
+         dlls/comctl32/comctl32undoc.c, dlls/comctl32/comctl_Bg.rc,
+         dlls/comctl32/comctl_Cn.rc, dlls/comctl32/comctl_Cs.rc,
+         dlls/comctl32/comctl_De.rc, dlls/comctl32/comctl_En.rc,
+         dlls/comctl32/comctl_Eo.rc, dlls/comctl32/comctl_Es.rc,
+         dlls/comctl32/comctl_Fr.rc, dlls/comctl32/comctl_Hu.rc,
+         dlls/comctl32/comctl_It.rc, dlls/comctl32/comctl_Ja.rc,
+         dlls/comctl32/comctl_Ko.rc, dlls/comctl32/comctl_Nl.rc,
+         dlls/comctl32/comctl_No.rc, dlls/comctl32/comctl_Pl.rc,
+         dlls/comctl32/comctl_Pt.rc, dlls/comctl32/comctl_Ru.rc,
+         dlls/comctl32/comctl_Si.rc, dlls/comctl32/comctl_Sv.rc,
+         dlls/comctl32/comctl_Th.rc, dlls/comctl32/comctl_Tr.rc,
+         dlls/comctl32/comctl_Uk.rc, dlls/comctl32/commctrl.c,
+         dlls/comctl32/datetime.c, dlls/comctl32/dpa.c,
+         dlls/comctl32/draglist.c, dlls/comctl32/dsa.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/propsheet.c,
+         dlls/comctl32/rebar.c, dlls/comctl32/rsrc.rc,
+         dlls/comctl32/smoothscroll.c, dlls/comctl32/status.c,
+         dlls/comctl32/string.c, dlls/comctl32/syslink.c, dlls/comctl32/tab.c,
+         dlls/comctl32/tests/comboex.c, dlls/comctl32/tests/dpa.c,
+         dlls/comctl32/tests/header.c, dlls/comctl32/tests/imagelist.c,
+         dlls/comctl32/tests/monthcal.c, dlls/comctl32/tests/mru.c,
+         dlls/comctl32/tests/progress.c, dlls/comctl32/tests/propsheet.c,
+         dlls/comctl32/tests/propsheet.rc, dlls/comctl32/tests/subclass.c,
+         dlls/comctl32/tests/tab.c, dlls/comctl32/tests/toolbar.c,
+         dlls/comctl32/tests/tooltips.c, dlls/comctl32/tests/treeview.c,
+         dlls/comctl32/tests/updown.c, dlls/comctl32/theme_combo.c,
+         dlls/comctl32/theme_dialog.c, dlls/comctl32/theme_edit.c,
+         dlls/comctl32/theme_listbox.c, dlls/comctl32/theming.c,
+         dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c,
+         dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c,
+         dlls/comctl32/updown.c, dlls/comdlg32/cdlg.h, dlls/comdlg32/cdlg16.h,
+         dlls/comdlg32/cdlg32.c, dlls/comdlg32/cdlg_Bg.rc,
+         dlls/comdlg32/cdlg_Ca.rc, dlls/comdlg32/cdlg_Cn.rc,
+         dlls/comdlg32/cdlg_Cs.rc, dlls/comdlg32/cdlg_Da.rc,
+         dlls/comdlg32/cdlg_De.rc, dlls/comdlg32/cdlg_En.rc,
+         dlls/comdlg32/cdlg_Eo.rc, dlls/comdlg32/cdlg_Es.rc,
+         dlls/comdlg32/cdlg_Fi.rc, dlls/comdlg32/cdlg_Fr.rc,
+         dlls/comdlg32/cdlg_Hu.rc, dlls/comdlg32/cdlg_It.rc,
+         dlls/comdlg32/cdlg_Ja.rc, dlls/comdlg32/cdlg_Ko.rc,
+         dlls/comdlg32/cdlg_Nl.rc, dlls/comdlg32/cdlg_No.rc,
+         dlls/comdlg32/cdlg_Pl.rc, dlls/comdlg32/cdlg_Pt.rc,
+         dlls/comdlg32/cdlg_Ru.rc, dlls/comdlg32/cdlg_Si.rc,
+         dlls/comdlg32/cdlg_Sk.rc, dlls/comdlg32/cdlg_Sv.rc,
+         dlls/comdlg32/cdlg_Th.rc, dlls/comdlg32/cdlg_Tr.rc,
+         dlls/comdlg32/cdlg_Uk.rc, dlls/comdlg32/cdlg_Wa.rc,
+         dlls/comdlg32/cdlg_Zh.rc, dlls/comdlg32/cdlg_xx.rc,
+         dlls/comdlg32/colordlg.c, dlls/comdlg32/colordlg16.c,
+         dlls/comdlg32/filedlg.c, dlls/comdlg32/filedlg16.c,
+         dlls/comdlg32/filedlg31.c, dlls/comdlg32/filedlg31.h,
+         dlls/comdlg32/filedlgbrowser.c, dlls/comdlg32/filedlgbrowser.h,
+         dlls/comdlg32/filetitle.c, dlls/comdlg32/finddlg.c,
+         dlls/comdlg32/finddlg32.c, dlls/comdlg32/fontdlg.c,
+         dlls/comdlg32/fontdlg16.c, dlls/comdlg32/printdlg.c,
+         dlls/comdlg32/printdlg.h, dlls/comdlg32/printdlg16.c,
+         dlls/comdlg32/rsrc.rc, dlls/crtdll/crtdll_main.c,
+         dlls/crypt32/cert.c, dlls/crypt32/crypt32.rc,
+         dlls/crypt32/crypt32_De.rc, dlls/crypt32/crypt32_En.rc,
+         dlls/crypt32/crypt32_Ko.rc, dlls/crypt32/crypt32_No.rc,
+         dlls/crypt32/crypt32_private.h, dlls/crypt32/cryptres.h,
+         dlls/crypt32/decode.c, dlls/crypt32/encode.c, dlls/crypt32/main.c,
+         dlls/crypt32/oid.c, dlls/crypt32/proplist.c,
+         dlls/crypt32/protectdata.c, dlls/crypt32/serialize.c,
+         dlls/crypt32/store.c, dlls/crypt32/str.c, dlls/crypt32/tests/cert.c,
+         dlls/crypt32/tests/encode.c, dlls/crypt32/tests/main.c,
+         dlls/crypt32/tests/oid.c, dlls/crypt32/tests/protectdata.c,
+         dlls/crypt32/tests/store.c, dlls/crypt32/tests/str.c,
+         dlls/crypt32/version.rc, dlls/cryptdll/cryptdll.c,
+         dlls/ctl3d32/ctl3d.c, dlls/ctl3d32/ctl3d32.c,
+         dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c,
+         dlls/d3d8/d3d8_main.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+         dlls/d3d8/directx.c, dlls/d3d8/indexbuffer.c,
+         dlls/d3d8/pixelshader.c, dlls/d3d8/resource.c,
+         dlls/d3d8/stateblock.c, dlls/d3d8/surface.c, dlls/d3d8/swapchain.c,
+         dlls/d3d8/tests/device.c, dlls/d3d8/texture.c, dlls/d3d8/version.rc,
+         dlls/d3d8/vertexbuffer.c, dlls/d3d8/vertexshader.c,
+         dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c,
+         dlls/d3d9/basetexture.c, dlls/d3d9/cubetexture.c,
+         dlls/d3d9/d3d9_main.c, dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/d3d9/indexbuffer.c,
+         dlls/d3d9/pixelshader.c, dlls/d3d9/query.c, dlls/d3d9/resource.c,
+         dlls/d3d9/stateblock.c, dlls/d3d9/surface.c, dlls/d3d9/swapchain.c,
+         dlls/d3d9/tests/device.c, dlls/d3d9/tests/shader.c,
+         dlls/d3d9/tests/stateblock.c, dlls/d3d9/tests/vertexdeclaration.c,
+         dlls/d3d9/texture.c, dlls/d3d9/version.rc, dlls/d3d9/vertexbuffer.c,
+         dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+         dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+         dlls/d3d9/vshaderdeclaration.c, dlls/d3dim/d3dim_main.c,
+         dlls/d3dim/version.rc, dlls/d3drm/d3drm_main.c,
+         dlls/d3drm/version.rc, dlls/d3dx8/d3dx8_main.c,
+         dlls/d3dx8/d3dx8core_private.h, dlls/d3dx8/d3dxbuffer.c,
+         dlls/d3dxof/d3dxof.c, dlls/d3dxof/d3dxof_private.h,
+         dlls/d3dxof/main.c, dlls/d3dxof/regsvr.c, dlls/d3dxof/version.rc,
+         dlls/dbghelp/coff.c, dlls/dbghelp/dbghelp.c,
+         dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
+         dlls/dbghelp/elf_module.c, dlls/dbghelp/image.c,
+         dlls/dbghelp/memory.c, dlls/dbghelp/minidump.c,
+         dlls/dbghelp/module.c, dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h,
+         dlls/dbghelp/path.c, dlls/dbghelp/pe_module.c, dlls/dbghelp/source.c,
+         dlls/dbghelp/stabs.c, dlls/dbghelp/stack.c, dlls/dbghelp/storage.c,
+         dlls/dbghelp/symbol.c, dlls/dbghelp/type.c, dlls/dbghelp/wdbgexts.h,
+         dlls/dciman32/dciman_main.c, dlls/ddraw/clipper.c,
+         dlls/ddraw/d3d_private.h, dlls/ddraw/d3d_utils.c,
+         dlls/ddraw/ddcomimpl.h, dlls/ddraw/ddraw_hal.c,
+         dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h,
+         dlls/ddraw/ddraw_thunks.c, dlls/ddraw/ddraw_user.c,
+         dlls/ddraw/ddraw_utils.c, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/direct3d_main.c,
+         dlls/ddraw/direct3d_opengl.c, dlls/ddraw/executebuffer.c,
+         dlls/ddraw/gl_api.h, dlls/ddraw/gl_private.h, dlls/ddraw/light.c,
+         dlls/ddraw/main.c, dlls/ddraw/material.c,
+         dlls/ddraw/opengl_private.h, dlls/ddraw/opengl_utils.c,
+         dlls/ddraw/palette_hal.c, dlls/ddraw/palette_main.c,
+         dlls/ddraw/regsvr.c, dlls/ddraw/surface_dib.c,
+         dlls/ddraw/surface_fakezbuffer.c, dlls/ddraw/surface_gamma.c,
+         dlls/ddraw/surface_hal.c, dlls/ddraw/surface_main.c,
+         dlls/ddraw/surface_thunks.c, dlls/ddraw/surface_user.c,
+         dlls/ddraw/surface_wndproc.c, dlls/ddraw/tests/d3d.c,
+         dlls/ddraw/tests/ddrawmodes.c, dlls/ddraw/tests/dsurface.c,
+         dlls/ddraw/texture.c, dlls/ddraw/version.rc,
+         dlls/ddraw/vertexbuffer.c, dlls/ddraw/viewport.c,
+         dlls/devenum/createdevenum.c, dlls/devenum/devenum.rc,
+         dlls/devenum/devenum_main.c, dlls/devenum/devenum_private.h,
+         dlls/devenum/factory.c, dlls/devenum/mediacatenum.c,
+         dlls/devenum/parsedisplayname.c, dlls/dinput/data_formats.c,
+         dlls/dinput/device.c, dlls/dinput/device_private.h,
+         dlls/dinput/dinput_main.c, dlls/dinput/dinput_private.h,
+         dlls/dinput/effect_linuxinput.c, dlls/dinput/joystick_linux.c,
+         dlls/dinput/joystick_linuxinput.c, dlls/dinput/keyboard.c,
+         dlls/dinput/mouse.c, dlls/dinput/regsvr.c,
+         dlls/dinput/tests/dinput_test.h, dlls/dinput/tests/joystick.c,
+         dlls/dinput/tests/keyboard.c, dlls/dinput/tests/mouse.c,
+         dlls/dinput/version.rc, dlls/dinput8/dinput8_main.c,
+         dlls/dinput8/version.rc, dlls/dmband/band.c, dlls/dmband/bandtrack.c,
+         dlls/dmband/dmband_main.c, dlls/dmband/dmband_private.h,
+         dlls/dmband/dmutils.c, dlls/dmband/dmutils.h, dlls/dmband/regsvr.c,
+         dlls/dmband/version.rc, dlls/dmcompos/chordmap.c,
+         dlls/dmcompos/chordmaptrack.c, dlls/dmcompos/composer.c,
+         dlls/dmcompos/dmcompos_main.c, dlls/dmcompos/dmcompos_private.h,
+         dlls/dmcompos/regsvr.c, dlls/dmcompos/signposttrack.c,
+         dlls/dmcompos/version.rc, dlls/dmime/audiopath.c,
+         dlls/dmime/dmime_main.c, dlls/dmime/dmime_private.h,
+         dlls/dmime/dmutils.c, dlls/dmime/dmutils.h, dlls/dmime/graph.c,
+         dlls/dmime/lyricstrack.c, dlls/dmime/markertrack.c,
+         dlls/dmime/paramcontroltrack.c, dlls/dmime/patterntrack.c,
+         dlls/dmime/performance.c, dlls/dmime/regsvr.c, dlls/dmime/segment.c,
+         dlls/dmime/segmentstate.c, dlls/dmime/segtriggertrack.c,
+         dlls/dmime/seqtrack.c, dlls/dmime/sysextrack.c,
+         dlls/dmime/tempotrack.c, dlls/dmime/timesigtrack.c,
+         dlls/dmime/tool.c, dlls/dmime/version.rc, dlls/dmime/wavetrack.c,
+         dlls/dmloader/classfactory.c, dlls/dmloader/container.c,
+         dlls/dmloader/debug.c, dlls/dmloader/debug.h,
+         dlls/dmloader/dmloader_main.c, dlls/dmloader/dmloader_private.h,
+         dlls/dmloader/loader.c, dlls/dmloader/loaderstream.c,
+         dlls/dmloader/regsvr.c, dlls/dmloader/version.rc,
+         dlls/dmscript/dmscript_main.c, dlls/dmscript/dmscript_private.h,
+         dlls/dmscript/regsvr.c, dlls/dmscript/script.c,
+         dlls/dmscript/scripttrack.c, dlls/dmscript/version.rc,
+         dlls/dmstyle/auditiontrack.c, dlls/dmstyle/chordtrack.c,
+         dlls/dmstyle/commandtrack.c, dlls/dmstyle/dmstyle_main.c,
+         dlls/dmstyle/dmstyle_private.h, dlls/dmstyle/dmutils.c,
+         dlls/dmstyle/dmutils.h, dlls/dmstyle/motiftrack.c,
+         dlls/dmstyle/mutetrack.c, dlls/dmstyle/regsvr.c,
+         dlls/dmstyle/style.c, dlls/dmstyle/styletrack.c,
+         dlls/dmstyle/version.rc, dlls/dmsynth/dmsynth_main.c,
+         dlls/dmsynth/dmsynth_private.h, dlls/dmsynth/regsvr.c,
+         dlls/dmsynth/synth.c, dlls/dmsynth/synthsink.c,
+         dlls/dmsynth/version.rc, dlls/dmusic/buffer.c, dlls/dmusic/clock.c,
+         dlls/dmusic/collection.c, dlls/dmusic/dmusic.c,
+         dlls/dmusic/dmusic_main.c, dlls/dmusic/dmusic_private.h,
+         dlls/dmusic/download.c, dlls/dmusic/downloadedinstrument.c,
+         dlls/dmusic/instrument.c, dlls/dmusic/port.c,
+         dlls/dmusic/portdownload.c, dlls/dmusic/regsvr.c, dlls/dmusic/thru.c,
+         dlls/dmusic/version.rc, dlls/dmusic32/dmusic32_main.c,
+         dlls/dmusic32/version.rc, dlls/dnsapi/dnsapi.h, dlls/dnsapi/main.c,
+         dlls/dnsapi/name.c, dlls/dnsapi/query.c, dlls/dnsapi/record.c,
+         dlls/dnsapi/tests/name.c, dlls/dnsapi/tests/record.c,
+         dlls/dplay/version.rc, dlls/dplayx/dpclassfactory.c,
+         dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c,
+         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/lobbysp.c, dlls/dplayx/lobbysp.h,
+         dlls/dplayx/name_server.c, dlls/dplayx/name_server.h,
+         dlls/dplayx/regsvr.c, dlls/dplayx/version.rc, dlls/dpnet/address.c,
+         dlls/dpnet/client.c, dlls/dpnet/dpnet_main.c,
+         dlls/dpnet/dpnet_private.h, dlls/dpnet/peer.c, dlls/dpnet/regsvr.c,
+         dlls/dpnet/server.c, dlls/dpnet/version.rc, dlls/dpnhpast/main.c,
+         dlls/dpnhpast/version.rc, dlls/dsound/buffer.c,
+         dlls/dsound/capture.c, dlls/dsound/dsound.c,
+         dlls/dsound/dsound_main.c, dlls/dsound/dsound_private.h,
+         dlls/dsound/duplex.c, dlls/dsound/mixer.c, dlls/dsound/primary.c,
+         dlls/dsound/propset.c, dlls/dsound/regsvr.c, dlls/dsound/sound3d.c,
+         dlls/dsound/tests/capture.c, dlls/dsound/tests/ds3d.c,
+         dlls/dsound/tests/ds3d8.c, dlls/dsound/tests/dsound.c,
+         dlls/dsound/tests/dsound8.c, dlls/dsound/tests/dsound_test.h,
+         dlls/dsound/tests/duplex.c, dlls/dsound/tests/propset.c,
+         dlls/dsound/version.rc, dlls/dswave/dswave.c,
+         dlls/dswave/dswave_main.c, dlls/dswave/dswave_private.h,
+         dlls/dswave/regsvr.c, dlls/dswave/version.rc,
+         dlls/dxdiagn/container.c, dlls/dxdiagn/dxdiag_main.c,
+         dlls/dxdiagn/dxdiag_private.h, dlls/dxdiagn/provider.c,
+         dlls/dxdiagn/regsvr.c, dlls/dxdiagn/version.rc, dlls/dxerr8/dxerr8.c,
+         dlls/dxerr9/dxerr9.c, dlls/dxguid/dx8guid.c, dlls/dxguid/dx9guid.c,
+         dlls/dxguid/dxguid.c, dlls/gdi/bidi.c, dlls/gdi/bidi16.c,
+         dlls/gdi/bitblt.c, dlls/gdi/bitmap.c, dlls/gdi/brush.c,
+         dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/dib.c,
+         dlls/gdi/dispdib.c, dlls/gdi/driver.c, dlls/gdi/enhmetafile.c,
+         dlls/gdi/enhmfdrv/bitblt.c, dlls/gdi/enhmfdrv/dc.c,
+         dlls/gdi/enhmfdrv/enhmetafiledrv.h, dlls/gdi/enhmfdrv/graphics.c,
+         dlls/gdi/enhmfdrv/init.c, dlls/gdi/enhmfdrv/mapping.c,
+         dlls/gdi/enhmfdrv/objects.c, dlls/gdi/env.c, dlls/gdi/font.c,
+         dlls/gdi/freetype.c, dlls/gdi/gdi16.c, dlls/gdi/gdi_main.c,
+         dlls/gdi/gdi_private.h, dlls/gdi/gdiobj.c, dlls/gdi/icm.c,
+         dlls/gdi/mapping.c, dlls/gdi/metafile.c, dlls/gdi/metafile16.c,
+         dlls/gdi/mfdrv/bitblt.c, dlls/gdi/mfdrv/dc.c,
+         dlls/gdi/mfdrv/graphics.c, dlls/gdi/mfdrv/init.c,
+         dlls/gdi/mfdrv/mapping.c, dlls/gdi/mfdrv/metafiledrv.h,
+         dlls/gdi/mfdrv/objects.c, dlls/gdi/mfdrv/text.c, dlls/gdi/painting.c,
+         dlls/gdi/palette.c, dlls/gdi/path.c, dlls/gdi/pen.c,
+         dlls/gdi/printdrv.c, dlls/gdi/region.c, dlls/gdi/tests/bitmap.c,
+         dlls/gdi/tests/brush.c, dlls/gdi/tests/clipping.c,
+         dlls/gdi/tests/dc.c, dlls/gdi/tests/font.c, dlls/gdi/tests/gdiobj.c,
+         dlls/gdi/tests/mapping.c, dlls/gdi/tests/metafile.c,
+         dlls/gdi/tests/palette.c, dlls/gdi/tests/pen.c, dlls/gdi/version.rc,
+         dlls/gdi/version16.rc, dlls/gdi/wing.c, dlls/glu32/glu.c,
+         dlls/glut32/glut.c, dlls/gphoto2.ds/capability.c,
+         dlls/gphoto2.ds/ds_ctrl.c, dlls/gphoto2.ds/ds_image.c,
+         dlls/gphoto2.ds/gphoto2_En.rc, dlls/gphoto2.ds/gphoto2_Fr.rc,
+         dlls/gphoto2.ds/gphoto2_Nl.rc, dlls/gphoto2.ds/gphoto2_i.h,
+         dlls/gphoto2.ds/gphoto2_main.c, dlls/gphoto2.ds/resource.h,
+         dlls/gphoto2.ds/rsrc.rc, dlls/gphoto2.ds/ui.c, dlls/hhctrl.ocx/Cs.rc,
+         dlls/hhctrl.ocx/De.rc, dlls/hhctrl.ocx/En.rc, dlls/hhctrl.ocx/Fi.rc,
+         dlls/hhctrl.ocx/Hu.rc, dlls/hhctrl.ocx/Ko.rc, dlls/hhctrl.ocx/Nl.rc,
+         dlls/hhctrl.ocx/No.rc, dlls/hhctrl.ocx/Tr.rc, dlls/hhctrl.ocx/chm.c,
+         dlls/hhctrl.ocx/chm.h, dlls/hhctrl.ocx/help.c,
+         dlls/hhctrl.ocx/hhctrl.c, dlls/hhctrl.ocx/hhctrl.rc,
+         dlls/hhctrl.ocx/main.c, dlls/hhctrl.ocx/regsvr.c,
+         dlls/hhctrl.ocx/resource.h, dlls/hhctrl.ocx/version.rc,
+         dlls/hhctrl.ocx/webbrowser.c, dlls/hhctrl.ocx/webbrowser.h,
+         dlls/iccvid/iccvid.c, dlls/iccvid/iccvid_De.rc,
+         dlls/iccvid/iccvid_En.rc, dlls/iccvid/iccvid_Fr.rc,
+         dlls/iccvid/iccvid_Hu.rc, dlls/iccvid/iccvid_Ko.rc,
+         dlls/iccvid/iccvid_No.rc, dlls/iccvid/iccvid_Tr.rc,
+         dlls/iccvid/iccvid_private.h, dlls/iccvid/rsrc.rc,
+         dlls/icmp/icmp_main.c, dlls/ifsmgr.vxd/ifsmgr.c,
+         dlls/imaadp32.acm/imaadp32.c, dlls/imagehlp/access.c,
+         dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c,
+         dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imm32/imm.c,
+         dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+         dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+         dlls/iphlpapi/ipstats.h, dlls/iphlpapi/tests/iphlpapi.c,
+         dlls/itss/itss.c, dlls/itss/itsstor.h, dlls/itss/moniker.c,
+         dlls/itss/regsvr.c, dlls/itss/storage.c, dlls/kernel/actctx.c,
+         dlls/kernel/atom.c, dlls/kernel/atom16.c, dlls/kernel/change.c,
+         dlls/kernel/comm.c, dlls/kernel/computername.c,
+         dlls/kernel/console.c, dlls/kernel/console_private.h,
+         dlls/kernel/cpu.c, dlls/kernel/debugger.c, dlls/kernel/dosmem.c,
+         dlls/kernel/editline.c, dlls/kernel/environ.c, dlls/kernel/error16.c,
+         dlls/kernel/except.c, dlls/kernel/fiber.c, dlls/kernel/file.c,
+         dlls/kernel/file16.c, dlls/kernel/format_msg.c,
+         dlls/kernel/global16.c, dlls/kernel/heap.c, dlls/kernel/instr.c,
+         dlls/kernel/kernel.rc, dlls/kernel/kernel16.c,
+         dlls/kernel/kernel16_private.h, dlls/kernel/kernel_main.c,
+         dlls/kernel/kernel_private.h, dlls/kernel/lcformat.c,
+         dlls/kernel/local16.c, dlls/kernel/locale.c,
+         dlls/kernel/locale_rc.rc, dlls/kernel/lzexpand.c,
+         dlls/kernel/messages/winerr_enu.mc, dlls/kernel/module.c,
+         dlls/kernel/ne_module.c, dlls/kernel/ne_segment.c,
+         dlls/kernel/nls/afk.nls, dlls/kernel/nls/ara.nls,
+         dlls/kernel/nls/arb.nls, dlls/kernel/nls/are.nls,
+         dlls/kernel/nls/arg.nls, dlls/kernel/nls/arh.nls,
+         dlls/kernel/nls/ari.nls, dlls/kernel/nls/arj.nls,
+         dlls/kernel/nls/ark.nls, dlls/kernel/nls/arl.nls,
+         dlls/kernel/nls/arm.nls, dlls/kernel/nls/aro.nls,
+         dlls/kernel/nls/arq.nls, dlls/kernel/nls/ars.nls,
+         dlls/kernel/nls/art.nls, dlls/kernel/nls/aru.nls,
+         dlls/kernel/nls/ary.nls, dlls/kernel/nls/aze.nls,
+         dlls/kernel/nls/azl.nls, dlls/kernel/nls/bel.nls,
+         dlls/kernel/nls/bgr.nls, dlls/kernel/nls/brf.nls,
+         dlls/kernel/nls/cat.nls, dlls/kernel/nls/chs.nls,
+         dlls/kernel/nls/cht.nls, dlls/kernel/nls/cor.nls,
+         dlls/kernel/nls/csy.nls, dlls/kernel/nls/cym.nls,
+         dlls/kernel/nls/dan.nls, dlls/kernel/nls/dea.nls,
+         dlls/kernel/nls/dec.nls, dlls/kernel/nls/del.nls,
+         dlls/kernel/nls/des.nls, dlls/kernel/nls/deu.nls,
+         dlls/kernel/nls/div.nls, dlls/kernel/nls/ell.nls,
+         dlls/kernel/nls/ena.nls, dlls/kernel/nls/enb.nls,
+         dlls/kernel/nls/enc.nls, dlls/kernel/nls/eng.nls,
+         dlls/kernel/nls/eni.nls, dlls/kernel/nls/enj.nls,
+         dlls/kernel/nls/enl.nls, dlls/kernel/nls/enp.nls,
+         dlls/kernel/nls/ens.nls, dlls/kernel/nls/ent.nls,
+         dlls/kernel/nls/enu.nls, dlls/kernel/nls/enw.nls,
+         dlls/kernel/nls/enz.nls, dlls/kernel/nls/eox.nls,
+         dlls/kernel/nls/esa.nls, dlls/kernel/nls/esb.nls,
+         dlls/kernel/nls/esc.nls, dlls/kernel/nls/esd.nls,
+         dlls/kernel/nls/ese.nls, dlls/kernel/nls/esf.nls,
+         dlls/kernel/nls/esg.nls, dlls/kernel/nls/esh.nls,
+         dlls/kernel/nls/esi.nls, dlls/kernel/nls/esl.nls,
+         dlls/kernel/nls/esm.nls, dlls/kernel/nls/esn.nls,
+         dlls/kernel/nls/eso.nls, dlls/kernel/nls/esp.nls,
+         dlls/kernel/nls/esr.nls, dlls/kernel/nls/ess.nls,
+         dlls/kernel/nls/esu.nls, dlls/kernel/nls/esv.nls,
+         dlls/kernel/nls/esy.nls, dlls/kernel/nls/esz.nls,
+         dlls/kernel/nls/eti.nls, dlls/kernel/nls/euq.nls,
+         dlls/kernel/nls/far.nls, dlls/kernel/nls/fin.nls,
+         dlls/kernel/nls/fos.nls, dlls/kernel/nls/fra.nls,
+         dlls/kernel/nls/frb.nls, dlls/kernel/nls/frc.nls,
+         dlls/kernel/nls/frl.nls, dlls/kernel/nls/frm.nls,
+         dlls/kernel/nls/frs.nls, dlls/kernel/nls/gae.nls,
+         dlls/kernel/nls/gdh.nls, dlls/kernel/nls/gdv.nls,
+         dlls/kernel/nls/glc.nls, dlls/kernel/nls/guj.nls,
+         dlls/kernel/nls/heb.nls, dlls/kernel/nls/hin.nls,
+         dlls/kernel/nls/hrv.nls, dlls/kernel/nls/hun.nls,
+         dlls/kernel/nls/hye.nls, dlls/kernel/nls/ind.nls,
+         dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls,
+         dlls/kernel/nls/its.nls, dlls/kernel/nls/jpn.nls,
+         dlls/kernel/nls/kan.nls, dlls/kernel/nls/kat.nls,
+         dlls/kernel/nls/kkz.nls, dlls/kernel/nls/knk.nls,
+         dlls/kernel/nls/kor.nls, dlls/kernel/nls/kyr.nls,
+         dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls,
+         dlls/kernel/nls/mar.nls, dlls/kernel/nls/mki.nls,
+         dlls/kernel/nls/mon.nls, dlls/kernel/nls/msb.nls,
+         dlls/kernel/nls/msl.nls, dlls/kernel/nls/nlb.nls,
+         dlls/kernel/nls/nld.nls, dlls/kernel/nls/nls.nls,
+         dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls,
+         dlls/kernel/nls/pan.nls, dlls/kernel/nls/plk.nls,
+         dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls,
+         dlls/kernel/nls/rom.nls, dlls/kernel/nls/rus.nls,
+         dlls/kernel/nls/san.nls, dlls/kernel/nls/sky.nls,
+         dlls/kernel/nls/slv.nls, dlls/kernel/nls/sqi.nls,
+         dlls/kernel/nls/srb.nls, dlls/kernel/nls/srl.nls,
+         dlls/kernel/nls/sve.nls, dlls/kernel/nls/svf.nls,
+         dlls/kernel/nls/swk.nls, dlls/kernel/nls/syr.nls,
+         dlls/kernel/nls/tam.nls, dlls/kernel/nls/tel.nls,
+         dlls/kernel/nls/tha.nls, dlls/kernel/nls/trk.nls,
+         dlls/kernel/nls/ttt.nls, dlls/kernel/nls/ukr.nls,
+         dlls/kernel/nls/urd.nls, dlls/kernel/nls/uzb.nls,
+         dlls/kernel/nls/uzl.nls, dlls/kernel/nls/vit.nls,
+         dlls/kernel/nls/wal.nls, dlls/kernel/nls/zhh.nls,
+         dlls/kernel/nls/zhi.nls, dlls/kernel/nls/zhm.nls,
+         dlls/kernel/oldconfig.c, dlls/kernel/path.c, dlls/kernel/powermgnt.c,
+         dlls/kernel/process.c, dlls/kernel/profile.c, dlls/kernel/pthread.c,
+         dlls/kernel/registry16.c, dlls/kernel/relay16.c,
+         dlls/kernel/resource.c, dlls/kernel/resource16.c,
+         dlls/kernel/selector.c, dlls/kernel/snoop16.c, dlls/kernel/stress.c,
+         dlls/kernel/string.c, dlls/kernel/sync.c, dlls/kernel/syslevel.c,
+         dlls/kernel/system.c, dlls/kernel/tape.c, dlls/kernel/task.c,
+         dlls/kernel/tests/alloc.c, dlls/kernel/tests/atom.c,
+         dlls/kernel/tests/change.c, dlls/kernel/tests/codepage.c,
+         dlls/kernel/tests/comm.c, dlls/kernel/tests/console.c,
+         dlls/kernel/tests/directory.c, dlls/kernel/tests/drive.c,
+         dlls/kernel/tests/environ.c, dlls/kernel/tests/file.c,
+         dlls/kernel/tests/format_msg.c, dlls/kernel/tests/heap.c,
+         dlls/kernel/tests/locale.c, dlls/kernel/tests/mailslot.c,
+         dlls/kernel/tests/module.c, dlls/kernel/tests/path.c,
+         dlls/kernel/tests/pipe.c, dlls/kernel/tests/process.c,
+         dlls/kernel/tests/profile.c, dlls/kernel/tests/sync.c,
+         dlls/kernel/tests/thread.c, dlls/kernel/tests/time.c,
+         dlls/kernel/tests/timer.c, dlls/kernel/tests/toolhelp.c,
+         dlls/kernel/tests/virtual.c, dlls/kernel/tests/volume.c,
+         dlls/kernel/thread.c, dlls/kernel/thunk.c, dlls/kernel/time.c,
+         dlls/kernel/toolhelp.c, dlls/kernel/toolhelp.h,
+         dlls/kernel/toolhelp16.c, dlls/kernel/utthunk.c,
+         dlls/kernel/version.c, dlls/kernel/version.rc,
+         dlls/kernel/version16.rc, dlls/kernel/virtual.c,
+         dlls/kernel/volume.c, dlls/kernel/vxd.c, dlls/kernel/win87em.c,
+         dlls/kernel/windebug.c, dlls/kernel/wowthunk.c,
+         dlls/lz32/lzexpand16.c, dlls/lz32/tests/lzexpand_main.c,
+         dlls/make_dlls, dlls/mapi32/imalloc.c, dlls/mapi32/mapi32_main.c,
+         dlls/mapi32/prop.c, dlls/mapi32/sendmail.c,
+         dlls/mapi32/tests/imalloc.c, dlls/mapi32/tests/prop.c,
+         dlls/mapi32/tests/util.c, dlls/mapi32/util.c, dlls/mciavi32/info.c,
+         dlls/mciavi32/mciavi.c, dlls/mciavi32/mciavi_res.rc,
+         dlls/mciavi32/mmoutput.c, dlls/mciavi32/private_mciavi.h,
+         dlls/mciavi32/wnd.c, dlls/mcicda/mcicda.c, dlls/mciseq/mcimidi.c,
+         dlls/mciwave/mciwave.c, dlls/midimap/midimap.c, dlls/mlang/mlang.c,
+         dlls/mlang/regsvr.c, dlls/mlang/tests/mlang.c,
+         dlls/mmdevldr.vxd/mmdevldr.c, dlls/monodebg.vxd/monodebg.c,
+         dlls/mpr/auth.c, dlls/mpr/mpr.rc, dlls/mpr/mpr_Bg.rc,
+         dlls/mpr/mpr_Cs.rc, dlls/mpr/mpr_De.rc, dlls/mpr/mpr_En.rc,
+         dlls/mpr/mpr_Eo.rc, dlls/mpr/mpr_Es.rc, dlls/mpr/mpr_Fr.rc,
+         dlls/mpr/mpr_Hu.rc, dlls/mpr/mpr_It.rc, dlls/mpr/mpr_Ja.rc,
+         dlls/mpr/mpr_Ko.rc, dlls/mpr/mpr_Nl.rc, dlls/mpr/mpr_No.rc,
+         dlls/mpr/mpr_Pt.rc, dlls/mpr/mpr_Tr.rc, dlls/mpr/mpr_main.c,
+         dlls/mpr/mprres.h, dlls/mpr/multinet.c, dlls/mpr/netspi.h,
+         dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/version.rc,
+         dlls/mpr/wnet.c, dlls/mpr/wnetpriv.h, dlls/mprapi/mprapi.c,
+         dlls/msacm32.drv/wavemap.c, dlls/msacm32/driver.c,
+         dlls/msacm32/filter.c, dlls/msacm32/format.c,
+         dlls/msacm32/internal.c, dlls/msacm32/msacm.rc,
+         dlls/msacm32/msacm32_main.c, dlls/msacm32/msacm_Cs.rc,
+         dlls/msacm32/msacm_De.rc, dlls/msacm32/msacm_En.rc,
+         dlls/msacm32/msacm_Es.rc, dlls/msacm32/msacm_Fr.rc,
+         dlls/msacm32/msacm_Hu.rc, dlls/msacm32/msacm_It.rc,
+         dlls/msacm32/msacm_Ja.rc, dlls/msacm32/msacm_Ko.rc,
+         dlls/msacm32/msacm_Nl.rc, dlls/msacm32/msacm_No.rc,
+         dlls/msacm32/msacm_Pl.rc, dlls/msacm32/msacm_Pt.rc,
+         dlls/msacm32/msacm_Tr.rc, dlls/msacm32/msacm_main.c,
+         dlls/msacm32/pcmconverter.c, dlls/msacm32/stream.c,
+         dlls/msacm32/tests/msacm.c, dlls/msacm32/wineacm.h,
+         dlls/msadp32.acm/msadp32.c, dlls/mscms/handle.c, dlls/mscms/icc.c,
+         dlls/mscms/mscms_main.c, dlls/mscms/mscms_priv.h,
+         dlls/mscms/profile.c, dlls/mscms/stub.c, dlls/mscms/tests/profile.c,
+         dlls/mscms/transform.c, dlls/mscms/version.rc, dlls/msdmo/dmoreg.c,
+         dlls/msdmo/dmort.c, dlls/msdmo/rsrc.rc, dlls/msg711.acm/msg711.c,
+         dlls/mshtml/Bg.rc, dlls/mshtml/De.rc, dlls/mshtml/En.rc,
+         dlls/mshtml/Fi.rc, dlls/mshtml/Fr.rc, dlls/mshtml/Hu.rc,
+         dlls/mshtml/Ko.rc, dlls/mshtml/Nl.rc, dlls/mshtml/No.rc,
+         dlls/mshtml/Tr.rc, dlls/mshtml/conpoint.c, dlls/mshtml/hlink.c,
+         dlls/mshtml/htmlbody.c, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/htmldoc3.c, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmlelem2.c, dlls/mshtml/htmlinput.c,
+         dlls/mshtml/htmlnode.c, dlls/mshtml/htmlselect.c,
+         dlls/mshtml/htmltextarea.c, dlls/mshtml/htmltextcont.c,
+         dlls/mshtml/main.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/navigate.c, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c, dlls/mshtml/nsservice.c,
+         dlls/mshtml/oleobj.c, dlls/mshtml/olewnd.c, dlls/mshtml/persist.c,
+         dlls/mshtml/protocol.c, dlls/mshtml/resource.h, dlls/mshtml/rsrc.rc,
+         dlls/mshtml/service.c, dlls/mshtml/tests/htmldoc.c,
+         dlls/mshtml/tests/protocol.c, dlls/mshtml/view.c, dlls/msi/action.c,
+         dlls/msi/action.h, dlls/msi/appsearch.c, dlls/msi/classes.c,
+         dlls/msi/cond.y, dlls/msi/create.c, dlls/msi/custom.c,
+         dlls/msi/database.c, dlls/msi/delete.c, dlls/msi/dialog.c,
+         dlls/msi/distinct.c, dlls/msi/events.c, dlls/msi/files.c,
+         dlls/msi/format.c, dlls/msi/handle.c, dlls/msi/helpers.c,
+         dlls/msi/insert.c, dlls/msi/install.c, dlls/msi/msi.c,
+         dlls/msi/msi.rc, dlls/msi/msi_Bg.rc, dlls/msi/msi_De.rc,
+         dlls/msi/msi_En.rc, dlls/msi/msi_Eo.rc, dlls/msi/msi_Es.rc,
+         dlls/msi/msi_Fi.rc, dlls/msi/msi_Fr.rc, dlls/msi/msi_Hu.rc,
+         dlls/msi/msi_It.rc, dlls/msi/msi_Ko.rc, dlls/msi/msi_Nl.rc,
+         dlls/msi/msi_No.rc, dlls/msi/msi_Pt.rc, dlls/msi/msi_Tr.rc,
+         dlls/msi/msipriv.h, dlls/msi/msiquery.c, dlls/msi/order.c,
+         dlls/msi/package.c, dlls/msi/preview.c, dlls/msi/query.h,
+         dlls/msi/record.c, dlls/msi/registry.c, dlls/msi/regsvr.c,
+         dlls/msi/select.c, dlls/msi/source.c, dlls/msi/sql.y,
+         dlls/msi/string.c, dlls/msi/suminfo.c, dlls/msi/table.c,
+         dlls/msi/tests/db.c, dlls/msi/tests/format.c, dlls/msi/tests/msi.c,
+         dlls/msi/tests/package.c, dlls/msi/tests/record.c,
+         dlls/msi/tests/suminfo.c, dlls/msi/update.c, dlls/msi/upgrade.c,
+         dlls/msi/version.rc, dlls/msi/where.c, dlls/msimg32/msimg32_main.c,
+         dlls/msisys/msisys.c, dlls/msnet32/msnet_main.c,
+         dlls/msrle32/msrle32.c, dlls/msrle32/msrle_Bg.rc,
+         dlls/msrle32/msrle_Cs.rc, dlls/msrle32/msrle_De.rc,
+         dlls/msrle32/msrle_En.rc, dlls/msrle32/msrle_Es.rc,
+         dlls/msrle32/msrle_Fr.rc, dlls/msrle32/msrle_Hu.rc,
+         dlls/msrle32/msrle_It.rc, dlls/msrle32/msrle_Ja.rc,
+         dlls/msrle32/msrle_Ko.rc, dlls/msrle32/msrle_Nl.rc,
+         dlls/msrle32/msrle_No.rc, dlls/msrle32/msrle_Pt.rc,
+         dlls/msrle32/msrle_Ru.rc, dlls/msrle32/msrle_Si.rc,
+         dlls/msrle32/msrle_Tr.rc, dlls/msrle32/msrle_private.h,
+         dlls/msrle32/rsrc.rc, dlls/msvcrt/console.c, dlls/msvcrt/cpp.c,
+         dlls/msvcrt/cppexcept.c, dlls/msvcrt/cppexcept.h,
+         dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
+         dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c,
+         dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c,
+         dlls/msvcrt/locale.c, dlls/msvcrt/lock.c, dlls/msvcrt/main.c,
+         dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c,
+         dlls/msvcrt/msvcrt.h, dlls/msvcrt/mtdll.h, dlls/msvcrt/process.c,
+         dlls/msvcrt/rsrc.rc, dlls/msvcrt/scanf.c, dlls/msvcrt/scanf.h,
+         dlls/msvcrt/string.c, dlls/msvcrt/tests/cpp.c,
+         dlls/msvcrt/tests/dir.c, dlls/msvcrt/tests/environ.c,
+         dlls/msvcrt/tests/file.c, dlls/msvcrt/tests/headers.c,
+         dlls/msvcrt/tests/heap.c, dlls/msvcrt/tests/printf.c,
+         dlls/msvcrt/tests/scanf.c, dlls/msvcrt/tests/string.c,
+         dlls/msvcrt/tests/time.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c,
+         dlls/msvcrt/undname.c, dlls/msvcrt/wcs.c, dlls/msvcrt20/msvcrt20.c,
+         dlls/msvcrtd/debug.c, dlls/msvcrtd/tests/debug.c,
+         dlls/msvfw32/drawdib.c, dlls/msvfw32/mciwnd.c,
+         dlls/msvfw32/msvfw32_De.rc, dlls/msvfw32/msvfw32_En.rc,
+         dlls/msvfw32/msvfw32_Fr.rc, dlls/msvfw32/msvfw32_Hu.rc,
+         dlls/msvfw32/msvfw32_Ko.rc, dlls/msvfw32/msvfw32_No.rc,
+         dlls/msvfw32/msvfw32_Tr.rc, dlls/msvfw32/msvideo16.c,
+         dlls/msvfw32/msvideo_main.c, dlls/msvfw32/msvideo_private.h,
+         dlls/msvfw32/rsrc.rc, dlls/msvfw32/vfw16.h,
+         dlls/msvidc32/msvidc32_De.rc, dlls/msvidc32/msvidc32_En.rc,
+         dlls/msvidc32/msvidc32_Fr.rc, dlls/msvidc32/msvidc32_Hu.rc,
+         dlls/msvidc32/msvidc32_Ko.rc, dlls/msvidc32/msvidc32_No.rc,
+         dlls/msvidc32/msvidc32_Tr.rc, dlls/msvidc32/msvidc32_private.h,
+         dlls/msvidc32/msvideo1.c, dlls/msvidc32/rsrc.rc,
+         dlls/mswsock/mswsock.c, dlls/mswsock/version.rc,
+         dlls/msxml3/attribute.c, dlls/msxml3/comment.c, dlls/msxml3/domdoc.c,
+         dlls/msxml3/element.c, dlls/msxml3/factory.c, dlls/msxml3/main.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
+         dlls/msxml3/parseerror.c, dlls/msxml3/tests/domdoc.c,
+         dlls/msxml3/text.c, dlls/netapi32/access.c, dlls/netapi32/apibuf.c,
+         dlls/netapi32/browsr.c, dlls/netapi32/ds.c,
+         dlls/netapi32/nbcmdqueue.c, dlls/netapi32/nbcmdqueue.h,
+         dlls/netapi32/nbnamecache.c, dlls/netapi32/nbnamecache.h,
+         dlls/netapi32/nbt.c, dlls/netapi32/netapi32.c,
+         dlls/netapi32/netapi32_misc.h, dlls/netapi32/netbios.c,
+         dlls/netapi32/netbios.h, dlls/netapi32/share.c,
+         dlls/netapi32/tests/access.c, dlls/netapi32/tests/apibuf.c,
+         dlls/netapi32/tests/ds.c, dlls/netapi32/tests/wksta.c,
+         dlls/netapi32/wksta.c, dlls/newdev/main.c, dlls/ntdll/atom.c,
+         dlls/ntdll/cdrom.c, dlls/ntdll/critsection.c,
+         dlls/ntdll/debugbuffer.c, dlls/ntdll/debugtools.c,
+         dlls/ntdll/directory.c, dlls/ntdll/env.c, dlls/ntdll/error.c,
+         dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/handletable.c,
+         dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/loader.c,
+         dlls/ntdll/loadorder.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/path.c,
+         dlls/ntdll/process.c, dlls/ntdll/reg.c, dlls/ntdll/relay.c,
+         dlls/ntdll/resource.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlbitmap.c,
+         dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/serial.c,
+         dlls/ntdll/server.c, dlls/ntdll/signal_i386.c,
+         dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+         dlls/ntdll/signal_x86_64.c, dlls/ntdll/string.c, dlls/ntdll/sync.c,
+         dlls/ntdll/tape.c, dlls/ntdll/tests/atom.c,
+         dlls/ntdll/tests/change.c, dlls/ntdll/tests/env.c,
+         dlls/ntdll/tests/error.c, dlls/ntdll/tests/exception.c,
+         dlls/ntdll/tests/info.c, dlls/ntdll/tests/large_int.c,
+         dlls/ntdll/tests/ntdll_test.h, dlls/ntdll/tests/om.c,
+         dlls/ntdll/tests/path.c, dlls/ntdll/tests/port.c,
+         dlls/ntdll/tests/reg.c, dlls/ntdll/tests/rtl.c,
+         dlls/ntdll/tests/rtlbitmap.c, dlls/ntdll/tests/rtlstr.c,
+         dlls/ntdll/tests/string.c, dlls/ntdll/tests/time.c,
+         dlls/ntdll/thread.c, dlls/ntdll/threadpool.c, dlls/ntdll/time.c,
+         dlls/ntdll/version.c, dlls/ntdll/virtual.c, dlls/ntdll/wcstring.c,
+         dlls/ntdsapi/ntdsapi.c, dlls/objsel/factory.c, dlls/objsel/objsel.c,
+         dlls/objsel/objsel.rc, dlls/objsel/objsel_private.h,
+         dlls/objsel/regsvr.c, dlls/odbc32/proxyodbc.c,
+         dlls/odbc32/proxyodbc.h, dlls/odbccp32/odbccp32.c,
+         dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c,
+         dlls/ole32/classmoniker.c, dlls/ole32/clipboard.c,
+         dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c,
+         dlls/ole32/dcom.idl, dlls/ole32/defaulthandler.c,
+         dlls/ole32/dictionary.c, dlls/ole32/dictionary.h,
+         dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
+         dlls/ole32/ftmarshal.c, dlls/ole32/git.c, dlls/ole32/hglobalstream.c,
+         dlls/ole32/ifs.c, dlls/ole32/ifs.h, dlls/ole32/itemmoniker.c,
+         dlls/ole32/marshal.c, dlls/ole32/memlockbytes.c,
+         dlls/ole32/memlockbytes16.c, dlls/ole32/moniker.c,
+         dlls/ole32/ole16.c, dlls/ole32/ole2.c, dlls/ole32/ole2_16.c,
+         dlls/ole32/ole2impl.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c,
+         dlls/ole32/ole32_main.c, dlls/ole32/ole32res.rc, dlls/ole32/oleobj.c,
+         dlls/ole32/oleproxy.c, dlls/ole32/olestd.h, dlls/ole32/regsvr.c,
+         dlls/ole32/rpc.c, dlls/ole32/stg_bigblockfile.c,
+         dlls/ole32/stg_prop.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c,
+         dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+         dlls/ole32/stubmanager.c, dlls/ole32/tests/clipboard.c,
+         dlls/ole32/tests/compobj.c, dlls/ole32/tests/marshal.c,
+         dlls/ole32/tests/moniker.c, dlls/ole32/tests/propvariant.c,
+         dlls/ole32/tests/stg_prop.c, dlls/ole32/tests/storage32.c,
+         dlls/ole32/usrmarshal.c, dlls/ole32/version.rc, dlls/oleacc/main.c,
+         dlls/oleaut32/connpt.c, dlls/oleaut32/connpt.h,
+         dlls/oleaut32/dispatch.c, dlls/oleaut32/hash.c,
+         dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.h,
+         dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.rc,
+         dlls/oleaut32/oleaut32_Bg.rc, dlls/oleaut32/oleaut32_Cz.rc,
+         dlls/oleaut32/oleaut32_De.rc, dlls/oleaut32/oleaut32_Dk.rc,
+         dlls/oleaut32/oleaut32_En.rc, dlls/oleaut32/oleaut32_Eo.rc,
+         dlls/oleaut32/oleaut32_Es.rc, dlls/oleaut32/oleaut32_Fr.rc,
+         dlls/oleaut32/oleaut32_Hu.rc, dlls/oleaut32/oleaut32_It.rc,
+         dlls/oleaut32/oleaut32_Ko.rc, dlls/oleaut32/oleaut32_Nl.rc,
+         dlls/oleaut32/oleaut32_No.rc, dlls/oleaut32/oleaut32_Pl.rc,
+         dlls/oleaut32/oleaut32_Pt.rc, dlls/oleaut32/oleaut32_Ru.rc,
+         dlls/oleaut32/oleaut32_Sv.rc, dlls/oleaut32/oleaut32_Th.rc,
+         dlls/oleaut32/oleaut32_Tr.rc, dlls/oleaut32/olefont.c,
+         dlls/oleaut32/olepicture.c, dlls/oleaut32/recinfo.c,
+         dlls/oleaut32/regsvr.c, dlls/oleaut32/resource.h,
+         dlls/oleaut32/safearray.c, dlls/oleaut32/stubs.c,
+         dlls/oleaut32/tests/olefont.c, dlls/oleaut32/tests/olepicture.c,
+         dlls/oleaut32/tests/safearray.c, dlls/oleaut32/tests/typelib.c,
+         dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/tests/vartest.c,
+         dlls/oleaut32/tests/vartype.c, dlls/oleaut32/tmarshal.c,
+         dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h,
+         dlls/oleaut32/typelib16.c, dlls/oleaut32/typelib2.c,
+         dlls/oleaut32/usrmarshal.c, dlls/oleaut32/varformat.c,
+         dlls/oleaut32/variant.c, dlls/oleaut32/variant.h,
+         dlls/oleaut32/vartype.c, dlls/oleaut32/version.rc,
+         dlls/olecli32/olecli16.c, dlls/olecli32/olecli_main.c,
+         dlls/oledlg/insobjdlg.c, dlls/oledlg/oledlg_Cs.rc,
+         dlls/oledlg/oledlg_De.rc, dlls/oledlg/oledlg_En.rc,
+         dlls/oledlg/oledlg_Es.rc, dlls/oledlg/oledlg_Fr.rc,
+         dlls/oledlg/oledlg_Hu.rc, dlls/oledlg/oledlg_It.rc,
+         dlls/oledlg/oledlg_Ja.rc, dlls/oledlg/oledlg_Ko.rc,
+         dlls/oledlg/oledlg_Nl.rc, dlls/oledlg/oledlg_No.rc,
+         dlls/oledlg/oledlg_Pt.rc, dlls/oledlg/oledlg_Tr.rc,
+         dlls/oledlg/oledlg_main.c, dlls/oledlg/resource.h,
+         dlls/oledlg/rsrc.rc, dlls/olepro32/olepro32stubs.c,
+         dlls/olesvr32/olesvr_main.c, dlls/opengl32/make_opengl,
+         dlls/opengl32/opengl_ext.h, dlls/opengl32/version.rc,
+         dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c,
+         dlls/opengl32/wgl_ext.h, dlls/powrprof/powrprof.c,
+         dlls/psapi/psapi_main.c, dlls/psapi/tests/psapi_main.c,
+         dlls/qcap/capture.h, dlls/qcap/capturegraph.c, dlls/qcap/dllsetup.c,
+         dlls/qcap/dllsetup.h, dlls/qcap/enummedia.c, dlls/qcap/enumpins.c,
+         dlls/qcap/pin.c, dlls/qcap/pin.h, dlls/qcap/qcap_main.c,
+         dlls/qcap/qcap_main.h, dlls/qcap/v4l.c, dlls/qcap/version.rc,
+         dlls/qcap/vfwcapture.c, dlls/qcap/yuv.c, dlls/quartz/acmwrapper.c,
+         dlls/quartz/avidec.c, dlls/quartz/avisplit.c, dlls/quartz/control.c,
+         dlls/quartz/control_private.h, dlls/quartz/dsoundrender.c,
+         dlls/quartz/enumfilters.c, dlls/quartz/enummedia.c,
+         dlls/quartz/enummoniker.c, dlls/quartz/enumpins.c,
+         dlls/quartz/enumregfilters.c, dlls/quartz/filesource.c,
+         dlls/quartz/filtergraph.c, dlls/quartz/filtermapper.c,
+         dlls/quartz/fourcc.h, dlls/quartz/main.c, dlls/quartz/memallocator.c,
+         dlls/quartz/parser.c, dlls/quartz/parser.h, dlls/quartz/pin.c,
+         dlls/quartz/pin.h, dlls/quartz/quartz_private.h,
+         dlls/quartz/regsvr.c, dlls/quartz/systemclock.c,
+         dlls/quartz/tests/filtergraph.c, dlls/quartz/tests/memallocator.c,
+         dlls/quartz/transform.c, dlls/quartz/transform.h,
+         dlls/quartz/version.rc, dlls/quartz/videorenderer.c,
+         dlls/quartz/waveparser.c, dlls/rasapi32/rasapi.c,
+         dlls/riched20/caret.c, dlls/riched20/clipboard.c,
+         dlls/riched20/context.c, dlls/riched20/editor.c,
+         dlls/riched20/editor.h, dlls/riched20/editstr.h,
+         dlls/riched20/list.c, dlls/riched20/paint.c, dlls/riched20/para.c,
+         dlls/riched20/reader.c, dlls/riched20/richole.c, dlls/riched20/row.c,
+         dlls/riched20/run.c, dlls/riched20/string.c, dlls/riched20/style.c,
+         dlls/riched20/tests/editor.c, dlls/riched20/txtsrv.c,
+         dlls/riched20/undo.c, dlls/riched20/version.rc, dlls/riched20/wrap.c,
+         dlls/riched20/writer.c, dlls/riched32/richedit.c,
+         dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cpsf.h,
+         dlls/rpcrt4/cstub.c, dlls/rpcrt4/ndr_marshall.c,
+         dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/ndr_misc.h,
+         dlls/rpcrt4/ndr_ole.c, dlls/rpcrt4/ndr_stubless.c,
+         dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_defs.h, dlls/rpcrt4/rpc_epmap.c,
+         dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_message.h,
+         dlls/rpcrt4/rpc_misc.h, dlls/rpcrt4/rpc_server.c,
+         dlls/rpcrt4/rpc_server.h, dlls/rpcrt4/rpc_transport.c,
+         dlls/rpcrt4/rpcrt4_main.c, dlls/rpcrt4/rpcss_np_client.c,
+         dlls/rpcrt4/rpcss_np_client.h, dlls/rpcrt4/tests/ndr_marshall.c,
+         dlls/rpcrt4/tests/rpc.c, dlls/rsabase/tests/rsabase.c,
+         dlls/rsaenh/des.c, dlls/rsaenh/handle.c, dlls/rsaenh/handle.h,
+         dlls/rsaenh/implglue.c, dlls/rsaenh/implglue.h, dlls/rsaenh/md2.c,
+         dlls/rsaenh/mpi.c, dlls/rsaenh/rc2.c, dlls/rsaenh/rc4.c,
+         dlls/rsaenh/rsa.c, dlls/rsaenh/rsaenh.c, dlls/rsaenh/tests/rsaenh.c,
+         dlls/rsaenh/tomcrypt.h, dlls/sane.ds/capability.c,
+         dlls/sane.ds/ds_ctrl.c, dlls/sane.ds/ds_image.c,
+         dlls/sane.ds/resource.h, dlls/sane.ds/rsrc.rc,
+         dlls/sane.ds/sane_De.rc, dlls/sane.ds/sane_En.rc,
+         dlls/sane.ds/sane_Fi.rc, dlls/sane.ds/sane_Fr.rc,
+         dlls/sane.ds/sane_Ko.rc, dlls/sane.ds/sane_Nl.rc,
+         dlls/sane.ds/sane_No.rc, dlls/sane.ds/sane_i.h,
+         dlls/sane.ds/sane_main.c, dlls/sane.ds/ui.c,
+         dlls/secur32/base64_codec.c, dlls/secur32/dispatcher.c,
+         dlls/secur32/negotiate.c, dlls/secur32/ntlm.c,
+         dlls/secur32/schannel.c, dlls/secur32/secur32.c,
+         dlls/secur32/secur32_priv.h, dlls/secur32/tests/main.c,
+         dlls/secur32/thunks.c, dlls/secur32/thunks.h, dlls/secur32/wrapper.c,
+         dlls/sensapi/sensapi.c, dlls/serialui/Bg.rc, dlls/serialui/Cs.rc,
+         dlls/serialui/De.rc, dlls/serialui/En.rc, dlls/serialui/Eo.rc,
+         dlls/serialui/Es.rc, dlls/serialui/Fi.rc, dlls/serialui/Fr.rc,
+         dlls/serialui/Hu.rc, dlls/serialui/It.rc, dlls/serialui/Ja.rc,
+         dlls/serialui/Ko.rc, dlls/serialui/Nl.rc, dlls/serialui/No.rc,
+         dlls/serialui/Pt.rc, dlls/serialui/Ru.rc, dlls/serialui/Tr.rc,
+         dlls/serialui/confdlg.c, dlls/serialui/serialui.h,
+         dlls/serialui/serialui_rc.rc, dlls/setupapi/Bg.rc,
+         dlls/setupapi/Cs.rc, dlls/setupapi/De.rc, dlls/setupapi/En.rc,
+         dlls/setupapi/Eo.rc, dlls/setupapi/Es.rc, dlls/setupapi/Fi.rc,
+         dlls/setupapi/Fr.rc, dlls/setupapi/Hu.rc, dlls/setupapi/It.rc,
+         dlls/setupapi/Ja.rc, dlls/setupapi/Ko.rc, dlls/setupapi/Nl.rc,
+         dlls/setupapi/No.rc, dlls/setupapi/Pl.rc, dlls/setupapi/Pt.rc,
+         dlls/setupapi/Ru.rc, dlls/setupapi/Sv.rc, dlls/setupapi/Tr.rc,
+         dlls/setupapi/devinst.c, dlls/setupapi/devinst16.c,
+         dlls/setupapi/dirid.c, dlls/setupapi/diskspace.c,
+         dlls/setupapi/fakedll.c, dlls/setupapi/infparse.c,
+         dlls/setupapi/install.c, dlls/setupapi/misc.c,
+         dlls/setupapi/parser.c, dlls/setupapi/query.c, dlls/setupapi/queue.c,
+         dlls/setupapi/setupapi.rc, dlls/setupapi/setupapi_private.h,
+         dlls/setupapi/setupcab.c, dlls/setupapi/setupx16.h,
+         dlls/setupapi/setupx_main.c, dlls/setupapi/stringtable.c,
+         dlls/setupapi/stubs.c, dlls/setupapi/tests/parser.c,
+         dlls/setupapi/tests/query.c, dlls/setupapi/tests/stringtable.c,
+         dlls/setupapi/virtcopy.c, dlls/sfc/sfc_main.c, dlls/shdocvw/Bg.rc,
+         dlls/shdocvw/De.rc, dlls/shdocvw/En.rc, dlls/shdocvw/Es.rc,
+         dlls/shdocvw/Fi.rc, dlls/shdocvw/Fr.rc, dlls/shdocvw/Hu.rc,
+         dlls/shdocvw/Ko.rc, dlls/shdocvw/Nl.rc, dlls/shdocvw/No.rc,
+         dlls/shdocvw/Pt.rc, dlls/shdocvw/Tr.rc, dlls/shdocvw/classinfo.c,
+         dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/events.c,
+         dlls/shdocvw/factory.c, dlls/shdocvw/frame.c, dlls/shdocvw/ie.c,
+         dlls/shdocvw/iexplore.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c,
+         dlls/shdocvw/regsvr.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw.rc, dlls/shdocvw/shdocvw_main.c,
+         dlls/shdocvw/shlinstobj.c, dlls/shdocvw/tests/shortcut.c,
+         dlls/shdocvw/version.rc, dlls/shdocvw/view.c,
+         dlls/shdocvw/webbrowser.c, dlls/shell32/autocomplete.c,
+         dlls/shell32/brsfolder.c, dlls/shell32/changenotify.c,
+         dlls/shell32/classes.c, dlls/shell32/clipboard.c,
+         dlls/shell32/control.c, dlls/shell32/cpanel.h,
+         dlls/shell32/cpanelfolder.c, dlls/shell32/dataobject.c,
+         dlls/shell32/dde.c, dlls/shell32/debughlp.c, dlls/shell32/debughlp.h,
+         dlls/shell32/dialogs.c, dlls/shell32/dragdrophelper.c,
+         dlls/shell32/enumidlist.c, dlls/shell32/enumidlist.h,
+         dlls/shell32/folders.c, dlls/shell32/iconcache.c,
+         dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/regsvr.c,
+         dlls/shell32/shell.c, dlls/shell32/shell32_Bg.rc,
+         dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cn.rc,
+         dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc,
+         dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc,
+         dlls/shell32/shell32_Eo.rc, dlls/shell32/shell32_Es.rc,
+         dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+         dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
+         dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.rc,
+         dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc,
+         dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc,
+         dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Si.rc,
+         dlls/shell32/shell32_Sk.rc, dlls/shell32/shell32_Sv.rc,
+         dlls/shell32/shell32_Tr.rc, dlls/shell32/shell32_Uk.rc,
+         dlls/shell32/shell32_Wa.rc, dlls/shell32/shell32_Zh.rc,
+         dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shell32_xx.rc, dlls/shell32/shellfolder.h,
+         dlls/shell32/shelllink.c, dlls/shell32/shellole.c,
+         dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
+         dlls/shell32/shellreg.c, dlls/shell32/shellstring.c,
+         dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_fs.c, dlls/shell32/shfldr_mycomp.c,
+         dlls/shell32/shfldr_unixfs.c, dlls/shell32/shlexec.c,
+         dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
+         dlls/shell32/shlfsbind.c, dlls/shell32/shlmenu.c,
+         dlls/shell32/shlview.c, dlls/shell32/shpolicy.c,
+         dlls/shell32/shres.rc, dlls/shell32/shresdef.h,
+         dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c,
+         dlls/shell32/systray.c, dlls/shell32/tests/shell32_test.h,
+         dlls/shell32/tests/shelllink.c, dlls/shell32/tests/shellpath.c,
+         dlls/shell32/tests/shlexec.c, dlls/shell32/tests/shlfileop.c,
+         dlls/shell32/tests/shlfolder.c, dlls/shell32/tests/string.c,
+         dlls/shell32/undocshell.h, dlls/shell32/version.h,
+         dlls/shell32/version.rc, dlls/shell32/version16.rc,
+         dlls/shlwapi/assoc.c, dlls/shlwapi/clist.c, dlls/shlwapi/istream.c,
+         dlls/shlwapi/msgbox.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c,
+         dlls/shlwapi/reg.c, dlls/shlwapi/regstream.c,
+         dlls/shlwapi/resource.h, dlls/shlwapi/shlwapi.rc,
+         dlls/shlwapi/shlwapi_De.rc, dlls/shlwapi/shlwapi_En.rc,
+         dlls/shlwapi/shlwapi_Eo.rc, dlls/shlwapi/shlwapi_Es.rc,
+         dlls/shlwapi/shlwapi_Fi.rc, dlls/shlwapi/shlwapi_Fr.rc,
+         dlls/shlwapi/shlwapi_Hu.rc, dlls/shlwapi/shlwapi_It.rc,
+         dlls/shlwapi/shlwapi_Ja.rc, dlls/shlwapi/shlwapi_Ko.rc,
+         dlls/shlwapi/shlwapi_Nl.rc, dlls/shlwapi/shlwapi_No.rc,
+         dlls/shlwapi/shlwapi_Pt.rc, dlls/shlwapi/shlwapi_Tr.rc,
+         dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/stopwatch.c,
+         dlls/shlwapi/string.c, dlls/shlwapi/tests/clist.c,
+         dlls/shlwapi/tests/clsid.c, dlls/shlwapi/tests/ordinal.c,
+         dlls/shlwapi/tests/path.c, dlls/shlwapi/tests/shreg.c,
+         dlls/shlwapi/tests/string.c, dlls/shlwapi/thread.c,
+         dlls/shlwapi/url.c, dlls/shlwapi/version.rc, dlls/shlwapi/wsprintf.c,
+         dlls/snmpapi/main.c, dlls/spoolss/spoolss_main.c,
+         dlls/stdole2.tlb/rsrc.rc, dlls/stdole2.tlb/std_ole_v2.idl,
+         dlls/stdole32.tlb/rsrc.rc, dlls/stdole32.tlb/std_ole_v1.idl,
+         dlls/sti/sti_main.c, dlls/strmiids/strmiids.c,
+         dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c,
+         dlls/twain_32/dsm_ctrl.c, dlls/twain_32/twain16_main.c,
+         dlls/twain_32/twain32_main.c, dlls/twain_32/twain_i.h,
+         dlls/url/url_main.c, dlls/urlmon/binding.c, dlls/urlmon/file.c,
+         dlls/urlmon/format.c, dlls/urlmon/ftp.c, dlls/urlmon/http.c,
+         dlls/urlmon/internet.c, dlls/urlmon/regsvr.c, dlls/urlmon/rsrc.rc,
+         dlls/urlmon/sec_mgr.c, dlls/urlmon/session.c,
+         dlls/urlmon/tests/misc.c, dlls/urlmon/tests/protocol.c,
+         dlls/urlmon/tests/url.c, dlls/urlmon/umon.c, dlls/urlmon/umstream.c,
+         dlls/urlmon/urlmon_main.c, dlls/urlmon/urlmon_main.h,
+         dlls/urlmon/version.rc, dlls/user/bidi16.c, dlls/user/button.c,
+         dlls/user/caret.c, dlls/user/class.c, dlls/user/clipboard.c,
+         dlls/user/combo.c, dlls/user/comm16.c, dlls/user/controls.h,
+         dlls/user/cursoricon.c, dlls/user/dde_client.c, dlls/user/dde_misc.c,
+         dlls/user/dde_private.h, dlls/user/dde_server.c, dlls/user/ddeml16.c,
+         dlls/user/defdlg.c, dlls/user/defwnd.c, dlls/user/desktop.c,
+         dlls/user/dialog.c, dlls/user/dialog16.c, dlls/user/display.c,
+         dlls/user/driver.c, dlls/user/driver16.c, dlls/user/edit.c,
+         dlls/user/exticon.c, dlls/user/focus.c, dlls/user/hook.c,
+         dlls/user/hook16.c, dlls/user/icontitle.c, dlls/user/input.c,
+         dlls/user/kbd16.c, dlls/user/listbox.c, dlls/user/lstr.c,
+         dlls/user/mdi.c, dlls/user/menu.c, dlls/user/message.c,
+         dlls/user/misc.c, dlls/user/mouse16.c, dlls/user/msg16.c,
+         dlls/user/msgbox.c, dlls/user/network.c, dlls/user/nonclient.c,
+         dlls/user/painting.c, dlls/user/property.c, dlls/user/resource.c,
+         dlls/user/resources/display.rc, dlls/user/resources/mouse.rc,
+         dlls/user/resources/user32.rc, dlls/user/resources/user32_Bg.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_Si.rc, dlls/user/resources/user32_Sk.rc,
+         dlls/user/resources/user32_Sv.rc, dlls/user/resources/user32_Tr.rc,
+         dlls/user/resources/user32_Uk.rc, dlls/user/resources/user32_Wa.rc,
+         dlls/user/resources/user32_Zh.rc, dlls/user/resources/user32_bin.rc,
+         dlls/user/resources/version.rc, dlls/user/resources/version16.rc,
+         dlls/user/scroll.c, dlls/user/spy.c, dlls/user/static.c,
+         dlls/user/sysparams.c, dlls/user/tests/class.c,
+         dlls/user/tests/clipboard.c, dlls/user/tests/dce.c,
+         dlls/user/tests/dde.c, dlls/user/tests/dialog.c,
+         dlls/user/tests/edit.c, dlls/user/tests/input.c,
+         dlls/user/tests/listbox.c, dlls/user/tests/menu.c,
+         dlls/user/tests/monitor.c, dlls/user/tests/msg.c,
+         dlls/user/tests/resource.c, dlls/user/tests/resource.rc,
+         dlls/user/tests/sysparams.c, dlls/user/tests/text.c,
+         dlls/user/tests/win.c, dlls/user/tests/winstation.c,
+         dlls/user/tests/wsprintf.c, dlls/user/text.c, dlls/user/uitools.c,
+         dlls/user/user16.c, dlls/user/user_main.c, dlls/user/user_private.h,
+         dlls/user/win.c, dlls/user/winhelp.c, dlls/user/winpos.c,
+         dlls/user/winproc.c, dlls/user/winproc.h, dlls/user/winstation.c,
+         dlls/user/wnd16.c, dlls/user/wsprintf.c, dlls/usp10/tests/usp10.c,
+         dlls/usp10/usp10.c, dlls/uuid/uuid.c, dlls/uxtheme/draw.c,
+         dlls/uxtheme/main.c, dlls/uxtheme/metric.c, dlls/uxtheme/msstyles.c,
+         dlls/uxtheme/msstyles.h, dlls/uxtheme/property.c,
+         dlls/uxtheme/stylemap.c, dlls/uxtheme/system.c, dlls/uxtheme/uxini.c,
+         dlls/uxtheme/uxthemedll.h, dlls/uxtheme/version.rc,
+         dlls/vdhcp.vxd/vdhcp.c, dlls/vdmdbg/vdmdbg.c, dlls/version/info.c,
+         dlls/version/install.c, dlls/version/resource.c,
+         dlls/version/tests/info.c, dlls/version/tests/install.c,
+         dlls/version/tests/version.rc, dlls/version/ver16.c,
+         dlls/vmm.vxd/vmm.c, dlls/vnbt.vxd/vnbt.c,
+         dlls/vnetbios.vxd/vnetbios.c, dlls/vtdapi.vxd/vtdapi.c,
+         dlls/vwin32.vxd/vwin32.c, dlls/w32skrnl/w32skernel.c,
+         dlls/w32skrnl/w32sys.c, dlls/w32skrnl/win32s16.c,
+         dlls/winecrt0/crt0_private.h, dlls/winecrt0/delay_load.c,
+         dlls/winecrt0/dll_entry.c, dlls/winecrt0/dll_main.c,
+         dlls/winecrt0/drv_entry.c, dlls/winecrt0/exe_entry.c,
+         dlls/winecrt0/exe_main.c, dlls/winecrt0/exe_wentry.c,
+         dlls/winecrt0/exe_wmain.c, dlls/winecrt0/init.c,
+         dlls/winecrt0/stub.c, dlls/wined3d/baseshader.c,
+         dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/indexbuffer.c,
+         dlls/wined3d/palette.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/surface_gdi.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/texture.c, dlls/wined3d/utils.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_main.c,
+         dlls/wined3d/wined3d_private.h, dlls/winedos/devices.c,
+         dlls/winedos/dma.c, dlls/winedos/dosaspi.c, dlls/winedos/dosconf.c,
+         dlls/winedos/dosexe.h, dlls/winedos/dosmem.c, dlls/winedos/dosvm.c,
+         dlls/winedos/dosvm.h, dlls/winedos/fpu.c, dlls/winedos/himem.c,
+         dlls/winedos/int09.c, dlls/winedos/int10.c, dlls/winedos/int11.c,
+         dlls/winedos/int13.c, dlls/winedos/int15.c, dlls/winedos/int16.c,
+         dlls/winedos/int17.c, dlls/winedos/int19.c, dlls/winedos/int1a.c,
+         dlls/winedos/int20.c, dlls/winedos/int21.c, dlls/winedos/int25.c,
+         dlls/winedos/int26.c, dlls/winedos/int29.c, dlls/winedos/int2f.c,
+         dlls/winedos/int31.c, dlls/winedos/int33.c, dlls/winedos/int41.c,
+         dlls/winedos/int5c.c, dlls/winedos/int67.c,
+         dlls/winedos/interrupts.c, dlls/winedos/ioports.c,
+         dlls/winedos/module.c, dlls/winedos/ppdev.c, dlls/winedos/relay.c,
+         dlls/winedos/soundblaster.c, dlls/winedos/timer.c,
+         dlls/winedos/vga.c, dlls/winedos/vga.h, dlls/winedos/vxd.c,
+         dlls/winedos/xms.c, dlls/winemp3.acm/common.c,
+         dlls/winemp3.acm/dct64_i386.c, dlls/winemp3.acm/decode_i386.c,
+         dlls/winemp3.acm/huffman.h, dlls/winemp3.acm/interface.c,
+         dlls/winemp3.acm/l2tables.h, dlls/winemp3.acm/layer1.c,
+         dlls/winemp3.acm/layer2.c, dlls/winemp3.acm/layer3.c,
+         dlls/winemp3.acm/mpegl3.c, dlls/winemp3.acm/mpg123.h,
+         dlls/winemp3.acm/mpglib.h, dlls/winemp3.acm/tabinit.c,
+         dlls/wineps/afm.c, dlls/wineps/afm2c.c, dlls/wineps/bitblt.c,
+         dlls/wineps/bitmap.c, dlls/wineps/brush.c, dlls/wineps/builtin.c,
+         dlls/wineps/clipping.c, dlls/wineps/color.c, dlls/wineps/download.c,
+         dlls/wineps/driver.c, dlls/wineps/encode.c, dlls/wineps/escape.c,
+         dlls/wineps/font.c, dlls/wineps/glyphlist.c, dlls/wineps/graphics.c,
+         dlls/wineps/init.c, dlls/wineps/mkagl.c, dlls/wineps/objects.c,
+         dlls/wineps/pen.c, dlls/wineps/ppd.c, dlls/wineps/ps.c,
+         dlls/wineps/psdlg.h, dlls/wineps/psdrv.h, dlls/wineps/rsrc.rc,
+         dlls/wineps/text.c, dlls/wineps/truetype.c, dlls/wineps/type1.c,
+         dlls/wineps/type1afm.c, dlls/wineps/type42.c, dlls/wineps/wps_Bg.rc,
+         dlls/wineps/wps_Cs.rc, dlls/wineps/wps_De.rc, dlls/wineps/wps_En.rc,
+         dlls/wineps/wps_Es.rc, dlls/wineps/wps_Fr.rc, dlls/wineps/wps_Hu.rc,
+         dlls/wineps/wps_It.rc, dlls/wineps/wps_Ja.rc, dlls/wineps/wps_Ko.rc,
+         dlls/wineps/wps_Nl.rc, dlls/wineps/wps_No.rc, dlls/wineps/wps_Pt.rc,
+         dlls/wineps/wps_Ru.rc, dlls/wineps/wps_Si.rc, dlls/wineps/wps_Sk.rc,
+         dlls/wineps/wps_Tr.rc, dlls/wineps/wps_xx.rc, dlls/wininet/cookie.c,
+         dlls/wininet/dialogs.c, dlls/wininet/ftp.c, dlls/wininet/gopher.c,
+         dlls/wininet/http.c, dlls/wininet/internet.c,
+         dlls/wininet/internet.h, dlls/wininet/netconnection.c,
+         dlls/wininet/resource.h, dlls/wininet/rsrc.rc,
+         dlls/wininet/tests/http.c, dlls/wininet/tests/internet.c,
+         dlls/wininet/tests/url.c, dlls/wininet/tests/wininet_test.h,
+         dlls/wininet/urlcache.c, dlls/wininet/utility.c,
+         dlls/wininet/version.rc, dlls/wininet/wininet_Bg.rc,
+         dlls/wininet/wininet_Cs.rc, dlls/wininet/wininet_De.rc,
+         dlls/wininet/wininet_En.rc, dlls/wininet/wininet_Eo.rc,
+         dlls/wininet/wininet_Es.rc, dlls/wininet/wininet_Fi.rc,
+         dlls/wininet/wininet_Fr.rc, dlls/wininet/wininet_Hu.rc,
+         dlls/wininet/wininet_It.rc, dlls/wininet/wininet_Ja.rc,
+         dlls/wininet/wininet_Ko.rc, dlls/wininet/wininet_Nl.rc,
+         dlls/wininet/wininet_No.rc, dlls/wininet/wininet_Pt.rc,
+         dlls/wininet/wininet_Ru.rc, dlls/wininet/wininet_Si.rc,
+         dlls/wininet/wininet_Tr.rc, dlls/wininet/wininet_main.c,
+         dlls/winmm/driver.c, dlls/winmm/joystick.c,
+         dlls/winmm/joystick/joystick.c, dlls/winmm/lolvldrv.c,
+         dlls/winmm/mci.c, dlls/winmm/message16.c, dlls/winmm/mmio.c,
+         dlls/winmm/mmsystem.c, dlls/winmm/playsound.c, dlls/winmm/sound16.c,
+         dlls/winmm/tests/capture.c, dlls/winmm/tests/mixer.c,
+         dlls/winmm/tests/mmio.c, dlls/winmm/tests/timer.c,
+         dlls/winmm/tests/wave.c, dlls/winmm/tests/winmm_test.h,
+         dlls/winmm/time.c, dlls/winmm/winealsa/alsa.c,
+         dlls/winmm/winealsa/alsa.h, dlls/winmm/winealsa/audio.c,
+         dlls/winmm/winealsa/midi.c, dlls/winmm/winearts/arts.c,
+         dlls/winmm/winearts/arts.h, dlls/winmm/winearts/audio.c,
+         dlls/winmm/wineaudioio/audio.c, dlls/winmm/wineaudioio/audioio.c,
+         dlls/winmm/wineesd/audio.c, dlls/winmm/wineesd/esound.c,
+         dlls/winmm/wineesd/esound.h, dlls/winmm/winejack/audio.c,
+         dlls/winmm/winejack/jack.c, dlls/winmm/winejack/jack.h,
+         dlls/winmm/winemm.h, dlls/winmm/winemm16.h,
+         dlls/winmm/winenas/audio.c, dlls/winmm/winenas/nas.c,
+         dlls/winmm/winenas/nas.h, dlls/winmm/wineoss/audio.c,
+         dlls/winmm/wineoss/audio.h, dlls/winmm/wineoss/dscapture.c,
+         dlls/winmm/wineoss/dsrender.c, dlls/winmm/wineoss/midi.c,
+         dlls/winmm/wineoss/midipatch.c, dlls/winmm/wineoss/mixer.c,
+         dlls/winmm/wineoss/mmaux.c, dlls/winmm/wineoss/oss.c,
+         dlls/winmm/wineoss/oss.h, dlls/winmm/winmm.c, dlls/winmm/winmm_Cs.rc,
+         dlls/winmm/winmm_De.rc, dlls/winmm/winmm_En.rc,
+         dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_Fr.rc,
+         dlls/winmm/winmm_It.rc, dlls/winmm/winmm_Ja.rc,
+         dlls/winmm/winmm_Ko.rc, dlls/winmm/winmm_Nl.rc,
+         dlls/winmm/winmm_No.rc, dlls/winmm/winmm_Pt.rc,
+         dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_Si.rc,
+         dlls/winmm/winmm_Sk.rc, dlls/winmm/winmm_Tr.rc,
+         dlls/winmm/winmm_res.rc, dlls/winnls32/winnls.c, dlls/winspool/Bg.rc,
+         dlls/winspool/De.rc, dlls/winspool/En.rc, dlls/winspool/Eo.rc,
+         dlls/winspool/Fi.rc, dlls/winspool/It.rc, dlls/winspool/Ko.rc,
+         dlls/winspool/Nl.rc, dlls/winspool/Ru.rc, dlls/winspool/Tr.rc,
+         dlls/winspool/info.c, dlls/winspool/tests/info.c,
+         dlls/winspool/winspool.rc, dlls/winspool/wspool.c,
+         dlls/winspool/wspool.h, dlls/wintab32/context.c,
+         dlls/wintab32/manager.c, dlls/wintab32/wintab16.c,
+         dlls/wintab32/wintab32.c, dlls/wintab32/wintab_internal.h,
+         dlls/wintrust/version.rc, dlls/wintrust/wintrust_main.c,
+         dlls/wldap32/add.c, dlls/wldap32/ber.c, dlls/wldap32/bind.c,
+         dlls/wldap32/compare.c, dlls/wldap32/control.c,
+         dlls/wldap32/delete.c, dlls/wldap32/dn.c, dlls/wldap32/error.c,
+         dlls/wldap32/extended.c, dlls/wldap32/init.c, dlls/wldap32/main.c,
+         dlls/wldap32/misc.c, dlls/wldap32/modify.c, dlls/wldap32/modrdn.c,
+         dlls/wldap32/option.c, dlls/wldap32/page.c, dlls/wldap32/parse.c,
+         dlls/wldap32/rename.c, dlls/wldap32/search.c, dlls/wldap32/value.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h,
+         dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_De.rc,
+         dlls/wldap32/wldap32_En.rc, dlls/wldap32/wldap32_Fr.rc,
+         dlls/wldap32/wldap32_Ko.rc, dlls/wldap32/wldap32_Nl.rc,
+         dlls/wldap32/wldap32_No.rc, dlls/wldap32/wldap32_Ru.rc,
+         dlls/wldap32/wldap32_Tr.rc, dlls/wnaspi32/aspi.c,
+         dlls/wnaspi32/aspi.h, dlls/wnaspi32/winaspi16.c,
+         dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/winescsi.h,
+         dlls/wow32/wow_main.c, dlls/ws2_32/async.c, dlls/ws2_32/protocol.c,
+         dlls/ws2_32/socket.c, dlls/ws2_32/socket16.c,
+         dlls/ws2_32/tests/protocol.c, dlls/ws2_32/tests/sock.c,
+         dlls/ws2_32/version.rc, dlls/wsock32/protocol.c,
+         dlls/wsock32/service.c, dlls/wsock32/socket.c,
+         dlls/wsock32/version.rc, dlls/wsock32/wscontrol.h,
+         dlls/wtsapi32/wtsapi32.c, dlls/x11drv/bitblt.c, dlls/x11drv/bitmap.c,
+         dlls/x11drv/brush.c, dlls/x11drv/clipboard.c, dlls/x11drv/clipping.c,
+         dlls/x11drv/codepage.c, dlls/x11drv/dce.c, dlls/x11drv/desktop.c,
+         dlls/x11drv/dga2.c, dlls/x11drv/dga2.h, dlls/x11drv/dib.c,
+         dlls/x11drv/dib_convert.c, dlls/x11drv/dib_dst_swap.c,
+         dlls/x11drv/dib_src_swap.c, dlls/x11drv/event.c,
+         dlls/x11drv/graphics.c, dlls/x11drv/init.c, dlls/x11drv/keyboard.c,
+         dlls/x11drv/mouse.c, dlls/x11drv/mwm.h, dlls/x11drv/opengl.c,
+         dlls/x11drv/palette.c, dlls/x11drv/pen.c, dlls/x11drv/scroll.c,
+         dlls/x11drv/settings.c, dlls/x11drv/text.c, dlls/x11drv/window.c,
+         dlls/x11drv/winpos.c, dlls/x11drv/wintab.c, dlls/x11drv/x11ddraw.c,
+         dlls/x11drv/x11ddraw.h, dlls/x11drv/x11drv.h,
+         dlls/x11drv/x11drv_main.c, dlls/x11drv/x11font.h, dlls/x11drv/xdnd.c,
+         dlls/x11drv/xfont.c, dlls/x11drv/xim.c, dlls/x11drv/xrandr.c,
+         dlls/x11drv/xrandr.h, dlls/x11drv/xrender.c, dlls/x11drv/xvidmode.c,
+         dlls/x11drv/xvidmode.h, fonts/courier.sfd, fonts/marlett.sfd,
+         fonts/ms_sans_serif.sfd, fonts/small_fonts.sfd, fonts/system.sfd,
+         include/accctrl.h, include/aclapi.h, include/activscp.idl,
+         include/adshlp.h, include/advpub.h, include/amstream.idl,
+         include/amvideo.idl, include/appmgmt.h, include/audevcod.h,
+         include/austream.idl, include/aviriff.h, include/axcore.idl,
+         include/axextend.idl, include/basetsd.h, include/basetyps.h,
+         include/cderr.h, include/cguid.h, include/comcat.idl,
+         include/commctrl.h, include/commdlg.h, include/compobj.h,
+         include/control.idl, include/cpl.h, include/custcntl.h,
+         include/cvconst.h, include/d3d.h, include/d3d8.h, include/d3d8caps.h,
+         include/d3d8types.h, include/d3d9.h, include/d3d9caps.h,
+         include/d3d9types.h, include/d3dcaps.h, include/d3dhal.h,
+         include/d3drm.h, include/d3dtypes.h, include/d3dvec.inl,
+         include/d3dx8core.h, include/dbghelp.h, include/dbt.h,
+         include/dciddi.h, include/dciman.h, include/dde.h, include/ddeml.h,
+         include/ddk/cfgmgr32.h, include/ddk/ntddcdvd.h,
+         include/ddk/ntddser.h, include/ddk/ntddtape.h, include/ddk/wdm.h,
+         include/ddk/winsplp.h, include/ddraw.h, include/ddrawi.h,
+         include/ddstream.idl, include/devenum.idl, include/devguid.h,
+         include/digitalv.h, include/dinput.h, include/dispdib.h,
+         include/dispex.idl, include/dlgs.h, include/dls1.h, include/dls2.h,
+         include/dmdls.h, include/dmerror.h, include/dmo.h, include/dmoreg.h,
+         include/dmort.h, include/dmplugin.h, include/dmusbuff.h,
+         include/dmusicc.h, include/dmusicf.h, include/dmusici.h,
+         include/dmusics.h, include/docobj.idl, include/downloadmgr.idl,
+         include/dpaddr.h, include/dplay.h, include/dplay8.h,
+         include/dplobby.h, include/dplobby8.h, include/dpnathlp.h,
+         include/dsconf.h, include/dsdriver.h, include/dshow.h,
+         include/dsound.h, include/dsrole.h, include/dxdiag.h,
+         include/dxerr8.h, include/dxerr9.h, include/dxfile.h,
+         include/dyngraph.idl, include/errors.h, include/evcode.h,
+         include/evntrace.h, include/excpt.h, include/exdisp.idl,
+         include/exdispid.h, include/fci.h, include/fdi.h, include/gdi.h,
+         include/guiddef.h, include/heap.h, include/hlink.idl,
+         include/htmlhelp.h, include/iads.idl, include/icm.h,
+         include/icmpapi.h, include/idispids.h, include/imagehlp.h,
+         include/imm.h, include/initguid.h, include/ipexport.h,
+         include/iphlpapi.h, include/ipifcons.h, include/iprtrmib.h,
+         include/iptypes.h, include/ks.h, include/ksguid.h, include/ksmedia.h,
+         include/lm.h, include/lmaccess.h, include/lmapibuf.h,
+         include/lmbrowsr.h, include/lmcons.h, include/lmerr.h,
+         include/lmjoin.h, include/lmserver.h, include/lmshare.h,
+         include/lmstats.h, include/lmwksta.h, include/lzexpand.h,
+         include/mapi.h, include/mapicode.h, include/mapidefs.h,
+         include/mapiguid.h, include/mapitags.h, include/mapiutil.h,
+         include/mapival.h, include/mapix.h, include/mciavi.h, include/mcx.h,
+         include/mediaerr.h, include/mediaobj.idl, include/mimeinfo.idl,
+         include/minmax.h, include/mlang.idl, include/mmddk.h,
+         include/mmreg.h, include/mmstream.idl, include/mmsystem.h,
+         include/mprapi.h, include/msacm.h, include/msacmdlg.h,
+         include/msacmdrv.h, include/mscat.h, include/mshtmcid.h,
+         include/mshtmdid.h, include/mshtmhst.idl, include/mshtml.idl,
+         include/msi.h, include/msidefs.h, include/msiquery.h,
+         include/mssip.h, include/msvcrt/crtdbg.h, include/msvcrt/eh.h,
+         include/msvcrt/errno.h, include/msvcrt/locale.h,
+         include/msvcrt/malloc.h, include/msvcrt/mbctype.h,
+         include/msvcrt/mbstring.h, include/msvcrt/search.h,
+         include/msvcrt/setjmp.h, include/msvcrt/signal.h,
+         include/msvcrt/stddef.h, include/msvcrt/sys/locking.h,
+         include/msvcrt/sys/timeb.h, include/msvcrt/sys/types.h,
+         include/msvcrt/sys/utime.h, include/msvcrt/time.h,
+         include/msvcrt/wctype.h, include/mswsock.h, include/msxml.idl,
+         include/msxml2.idl, include/msxml2did.h, include/msxmldid.h,
+         include/nb30.h, include/ndrtypes.h, include/npapi.h,
+         include/nspapi.h, include/ntddcdrm.h, include/ntddscsi.h,
+         include/ntddstor.h, include/ntdsapi.h, include/ntsecapi.h,
+         include/ntstatus.h, include/oaidl.idl, include/objbase.h,
+         include/objidl.idl, include/objsafe.idl, include/ocidl.idl,
+         include/odbcinst.h, include/ole2.h, include/ole2ver.h,
+         include/oleauto.h, include/olectl.h, include/oledlg.h,
+         include/oleidl.idl, include/pktdef.h, include/poppack.h,
+         include/powrprof.h, include/propidl.idl, include/prsht.h,
+         include/psapi.h, include/pshpack1.h, include/pshpack2.h,
+         include/pshpack4.h, include/pshpack8.h, include/pstore.idl,
+         include/ras.h, include/reason.h, include/regstr.h,
+         include/richedit.h, include/richole.idl, include/rpc.h,
+         include/rpcdce.h, include/rpcdcep.h, include/rpcndr.h,
+         include/rpcnterr.h, include/rpcproxy.h, include/schannel.h,
+         include/schemadef.h, include/schnlsp.h, include/sddl.h,
+         include/secext.h, include/security.h, include/sensapi.h,
+         include/sensevts.idl, include/servprov.idl, include/setupapi.h,
+         include/sfc.h, include/shellapi.h, include/shldisp.idl,
+         include/shlguid.h, include/shlobj.h, include/shlwapi.h,
+         include/shobjidl.idl, include/shtypes.idl, include/sipbase.h,
+         include/snmp.h, include/softpub.h, include/sql.h, include/sqlext.h,
+         include/sqltypes.h, include/sspi.h, include/storage.h,
+         include/strmif.idl, include/tapi.h, include/tchar.h,
+         include/textserv.h, include/thread.h, include/tlhelp32.h,
+         include/tmschema.h, include/unknwn.idl, include/urlmon.idl,
+         include/usp10.h, include/uuids.h, include/uxtheme.h, include/ver.h,
+         include/vfw.h, include/vfwmsgs.h, include/win.h, include/winbase.h,
+         include/wincon.h, include/wincrypt.h, include/windef.h,
+         include/windns.h, include/windows.h, include/windowsx.h,
+         include/wine/debug.h, include/wine/exception.h,
+         include/wine/itss.idl, include/wine/library.h, include/wine/list.h,
+         include/wine/mmsystem16.h, include/wine/port.h,
+         include/wine/pthread.h, include/wine/rpcss_shared.h,
+         include/wine/server.h, include/wine/test.h, include/wine/unicode.h,
+         include/wine/winaspi.h, include/wine/winbase16.h,
+         include/wine/windef16.h, include/wine/wine_common_ver.rc,
+         include/wine/wined3d_gl.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h, include/wine/wingdi16.h,
+         include/wine/winnet16.h, include/wine/winsock16.h,
+         include/wine/winuser16.h, include/wine/wpp.h, include/winerror.h,
+         include/wingdi.h, include/wininet.h, include/winioctl.h,
+         include/winldap.h, include/winnetwk.h, include/winnls.h,
+         include/winnls32.h, include/winnt.h, include/winpos.h,
+         include/winreg.h, include/winres.h, include/winresrc.h,
+         include/winsock.h, include/winsock2.h, include/winspool.h,
+         include/winsvc.h, include/wintab.h, include/wintabx.h,
+         include/winternl.h, include/wintrust.h, include/winuser.h,
+         include/winver.h, include/wmistr.h, include/wnaspi32.h,
+         include/wownt32.h, include/ws2spi.h, include/ws2tcpip.h,
+         include/wshisotp.h, include/wsipx.h, include/wsnwlink.h,
+         include/wtsapi32.h, include/wtypes.idl, include/xcmc.h,
+         include/xmldom.idl, include/xmldomdid.h, include/xmldso.idl,
+         include/xmldsodid.h, include/zmouse.h, libs/port/ffs.c,
+         libs/port/fstatvfs.c, libs/port/futimes.c, libs/port/getopt.c,
+         libs/port/getopt.h, libs/port/getopt1.c, libs/port/getpagesize.c,
+         libs/port/gettid.c, libs/port/interlocked.c, libs/port/lstat.c,
+         libs/port/memcpy_unaligned.c, libs/port/memmove.c,
+         libs/port/mkstemps.c, libs/port/pread.c, libs/port/pwrite.c,
+         libs/port/readlink.c, libs/port/sigsetjmp.c, libs/port/spawn.c,
+         libs/port/statvfs.c, libs/port/strcasecmp.c, libs/port/strerror.c,
+         libs/port/strncasecmp.c, libs/port/usleep.c, libs/unicode/cpmap.pl,
+         libs/unicode/cptable.c, libs/unicode/defaults, libs/unicode/fold.c,
+         libs/unicode/mbtowc.c, libs/unicode/sortkey.c, libs/unicode/string.c,
+         libs/unicode/utf8.c, libs/unicode/wctomb.c, libs/wine/config.c,
+         libs/wine/debug.c, libs/wine/ldt.c, libs/wine/loader.c,
+         libs/wine/mmap.c, libs/wine/port.c, libs/wpp/ppl.l, libs/wpp/ppy.y,
+         libs/wpp/preproc.c, libs/wpp/wpp.c, libs/wpp/wpp_private.h,
+         loader/glibc.c, loader/kthread.c, loader/main.c, loader/main.h,
+         loader/preloader.c, loader/pthread.c, programs/clock/Cs.rc,
+         programs/clock/Da.rc, programs/clock/De.rc, programs/clock/En.rc,
+         programs/clock/Eo.rc, programs/clock/Es.rc, programs/clock/Fi.rc,
+         programs/clock/Fr.rc, programs/clock/Hu.rc, programs/clock/It.rc,
+         programs/clock/Ko.rc, programs/clock/Nl.rc, programs/clock/No.rc,
+         programs/clock/Pl.rc, programs/clock/Pt.rc, programs/clock/Ru.rc,
+         programs/clock/Si.rc, programs/clock/Sk.rc, programs/clock/Sw.rc,
+         programs/clock/Th.rc, programs/clock/Tr.rc, programs/clock/Wa.rc,
+         programs/clock/Zh.rc, programs/clock/clock_res.h,
+         programs/clock/main.c, programs/clock/main.h, programs/clock/rsrc.rc,
+         programs/clock/winclock.c, programs/clock/winclock.h,
+         programs/cmdlgtst/Cs.rc, programs/cmdlgtst/De.rc,
+         programs/cmdlgtst/En.rc, programs/cmdlgtst/Es.rc,
+         programs/cmdlgtst/Fr.rc, programs/cmdlgtst/It.rc,
+         programs/cmdlgtst/Ko.rc, programs/cmdlgtst/Nl.rc,
+         programs/cmdlgtst/No.rc, programs/cmdlgtst/Pt.rc,
+         programs/cmdlgtst/Ru.rc, programs/cmdlgtst/Si.rc,
+         programs/cmdlgtst/Tr.rc, programs/cmdlgtst/cmdlgr.rc,
+         programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h,
+         programs/control/control.c, programs/control/params.h,
+         programs/eject/eject.c, programs/expand/expand.c,
+         programs/explorer/desktop.c, programs/explorer/explorer.c,
+         programs/explorer/explorer_private.h, programs/explorer/hal.c,
+         programs/explorer/systray.c, programs/hh/main.c,
+         programs/icinfo/icinfo.c, programs/iexplore/main.c,
+         programs/make_progs, programs/msiexec/msiexec.c,
+         programs/msiexec/rsrc.rc, programs/msiexec/version.rc,
+         programs/notepad/Bg.rc, programs/notepad/Cs.rc,
+         programs/notepad/Da.rc, programs/notepad/De.rc,
+         programs/notepad/En.rc, programs/notepad/Eo.rc,
+         programs/notepad/Es.rc, programs/notepad/Fi.rc,
+         programs/notepad/Fr.rc, programs/notepad/Hu.rc,
+         programs/notepad/It.rc, programs/notepad/Ja.rc,
+         programs/notepad/Ko.rc, programs/notepad/Nl.rc,
+         programs/notepad/No.rc, programs/notepad/Pl.rc,
+         programs/notepad/Pt.rc, programs/notepad/Ru.rc,
+         programs/notepad/Si.rc, programs/notepad/Sk.rc,
+         programs/notepad/Sw.rc, programs/notepad/Th.rc,
+         programs/notepad/Tr.rc, programs/notepad/Wa.rc,
+         programs/notepad/Zh.rc, programs/notepad/dialog.c,
+         programs/notepad/dialog.h, programs/notepad/main.c,
+         programs/notepad/main.h, programs/notepad/notepad_res.h,
+         programs/notepad/rsrc.rc, programs/progman/Cs.rc,
+         programs/progman/Da.rc, programs/progman/De.rc,
+         programs/progman/En.rc, programs/progman/Es.rc,
+         programs/progman/Fi.rc, programs/progman/Fr.rc,
+         programs/progman/Hu.rc, programs/progman/It.rc,
+         programs/progman/Ko.rc, programs/progman/Nl.rc,
+         programs/progman/No.rc, programs/progman/Pt.rc,
+         programs/progman/Ru.rc, programs/progman/Si.rc,
+         programs/progman/Sk.rc, programs/progman/Sw.rc,
+         programs/progman/Tr.rc, programs/progman/Va.rc,
+         programs/progman/Wa.rc, programs/progman/Xx.rc,
+         programs/progman/Zh.rc, programs/progman/accel.rc,
+         programs/progman/dialog.c, programs/progman/group.c,
+         programs/progman/grpfile.c, programs/progman/main.c,
+         programs/progman/progman.h, programs/progman/program.c,
+         programs/progman/rsrc.rc, programs/progman/string.c,
+         programs/regedit/Bg.rc, programs/regedit/Cs.rc,
+         programs/regedit/De.rc, programs/regedit/En.rc,
+         programs/regedit/Es.rc, programs/regedit/Fr.rc,
+         programs/regedit/Hu.rc, programs/regedit/It.rc,
+         programs/regedit/Ja.rc, programs/regedit/Ko.rc,
+         programs/regedit/Nl.rc, programs/regedit/No.rc,
+         programs/regedit/Pl.rc, programs/regedit/Pt.rc,
+         programs/regedit/Ru.rc, programs/regedit/Si.rc,
+         programs/regedit/Tr.rc, programs/regedit/about.c,
+         programs/regedit/childwnd.c, programs/regedit/edit.c,
+         programs/regedit/framewnd.c, programs/regedit/hexedit.c,
+         programs/regedit/listview.c, programs/regedit/main.c,
+         programs/regedit/main.h, programs/regedit/regedit.c,
+         programs/regedit/regproc.c, programs/regedit/regproc.h,
+         programs/regedit/resource.h, programs/regedit/resource.rc,
+         programs/regedit/rsrc.rc, programs/regedit/treeview.c,
+         programs/regsvr32/regsvr32.c, programs/regsvr32/regsvr32.rc,
+         programs/rpcss/epmap_server.c, programs/rpcss/np_server.c,
+         programs/rpcss/rpcss.h, programs/rpcss/rpcss_main.c,
+         programs/rundll32/rundll32.c, programs/start/Cs.rc,
+         programs/start/De.rc, programs/start/En.rc, programs/start/Es.rc,
+         programs/start/Fr.rc, programs/start/It.rc, programs/start/Ko.rc,
+         programs/start/Nl.rc, programs/start/No.rc, programs/start/Pt.rc,
+         programs/start/Ru.rc, programs/start/Si.rc, programs/start/Tr.rc,
+         programs/start/resources.h, programs/start/rsrc.rc,
+         programs/start/start.c, programs/taskmgr/De.rc,
+         programs/taskmgr/En.rc, programs/taskmgr/Fr.rc,
+         programs/taskmgr/Ko.rc, programs/taskmgr/Nl.rc,
+         programs/taskmgr/No.rc, programs/taskmgr/Tr.rc,
+         programs/taskmgr/about.c, programs/taskmgr/affinity.c,
+         programs/taskmgr/applpage.c, programs/taskmgr/column.c,
+         programs/taskmgr/column.h, programs/taskmgr/dbgchnl.c,
+         programs/taskmgr/debug.c, programs/taskmgr/endproc.c,
+         programs/taskmgr/graph.c, programs/taskmgr/graphctl.c,
+         programs/taskmgr/graphctl.h, programs/taskmgr/optnmenu.c,
+         programs/taskmgr/perfdata.c, programs/taskmgr/perfdata.h,
+         programs/taskmgr/perfpage.c, programs/taskmgr/priority.c,
+         programs/taskmgr/proclist.c, programs/taskmgr/procpage.c,
+         programs/taskmgr/run.c, programs/taskmgr/taskmgr.c,
+         programs/taskmgr/taskmgr.h, programs/taskmgr/taskmgr.rc,
+         programs/taskmgr/trayicon.c, programs/uninstaller/Bg.rc,
+         programs/uninstaller/Cs.rc, programs/uninstaller/De.rc,
+         programs/uninstaller/En.rc, programs/uninstaller/Eo.rc,
+         programs/uninstaller/Es.rc, programs/uninstaller/Fi.rc,
+         programs/uninstaller/Fr.rc, programs/uninstaller/It.rc,
+         programs/uninstaller/Ko.rc, programs/uninstaller/No.rc,
+         programs/uninstaller/Pt.rc, programs/uninstaller/Tr.rc,
+         programs/uninstaller/main.c, programs/uninstaller/resource.h,
+         programs/uninstaller/rsrc.rc, programs/view/Cs.rc,
+         programs/view/De.rc, programs/view/En.rc, programs/view/Eo.rc,
+         programs/view/Es.rc, programs/view/Fr.rc, programs/view/It.rc,
+         programs/view/Ko.rc, programs/view/Nl.rc, programs/view/No.rc,
+         programs/view/Pt.rc, programs/view/Ru.rc, programs/view/Si.rc,
+         programs/view/Tr.rc, programs/view/globals.h, programs/view/init.c,
+         programs/view/resource.h, programs/view/view.c,
+         programs/view/viewrc.rc, programs/view/winmain.c,
+         programs/wcmd/Cs.rc, programs/wcmd/De.rc, programs/wcmd/En.rc,
+         programs/wcmd/Es.rc, programs/wcmd/Fr.rc, programs/wcmd/Ja.rc,
+         programs/wcmd/Ko.rc, programs/wcmd/Nl.rc, programs/wcmd/No.rc,
+         programs/wcmd/Pl.rc, programs/wcmd/Pt.rc, programs/wcmd/Ru.rc,
+         programs/wcmd/Si.rc, programs/wcmd/Tr.rc, programs/wcmd/batch.c,
+         programs/wcmd/builtins.c, programs/wcmd/directory.c,
+         programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c,
+         programs/wcmd/wcmdrc.rc, programs/wineapploader.in,
+         programs/wineboot/wineboot.c, programs/winebrowser/main.c,
+         programs/winecfg/Bg.rc, programs/winecfg/Cs.rc,
+         programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Hu.rc,
+         programs/winecfg/It.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Ko.rc, programs/winecfg/Nl.rc,
+         programs/winecfg/No.rc, programs/winecfg/Pt.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Si.rc,
+         programs/winecfg/Tr.rc, programs/winecfg/appdefaults.c,
+         programs/winecfg/audio.c, programs/winecfg/drive.c,
+         programs/winecfg/drivedetect.c, programs/winecfg/driveui.c,
+         programs/winecfg/libraries.c, programs/winecfg/main.c,
+         programs/winecfg/properties.h, programs/winecfg/resource.h,
+         programs/winecfg/theme.c, programs/winecfg/winecfg.c,
+         programs/winecfg/winecfg.h, programs/winecfg/winecfg.rc,
+         programs/winecfg/x11drvdlg.c, programs/wineconsole/curses.c,
+         programs/wineconsole/dialog.c, programs/wineconsole/registry.c,
+         programs/wineconsole/user.c, programs/wineconsole/winecon_private.h,
+         programs/wineconsole/winecon_user.h,
+         programs/wineconsole/wineconsole.c,
+         programs/wineconsole/wineconsole_Cs.rc,
+         programs/wineconsole/wineconsole_De.rc,
+         programs/wineconsole/wineconsole_En.rc,
+         programs/wineconsole/wineconsole_Eo.rc,
+         programs/wineconsole/wineconsole_Es.rc,
+         programs/wineconsole/wineconsole_Fr.rc,
+         programs/wineconsole/wineconsole_Hu.rc,
+         programs/wineconsole/wineconsole_It.rc,
+         programs/wineconsole/wineconsole_Ko.rc,
+         programs/wineconsole/wineconsole_Nl.rc,
+         programs/wineconsole/wineconsole_No.rc,
+         programs/wineconsole/wineconsole_Pl.rc,
+         programs/wineconsole/wineconsole_Pt.rc,
+         programs/wineconsole/wineconsole_Ru.rc,
+         programs/wineconsole/wineconsole_Tr.rc,
+         programs/wineconsole/wineconsole_Zh.rc,
+         programs/wineconsole/wineconsole_res.h,
+         programs/wineconsole/wineconsole_res.rc, programs/winedbg/be_alpha.c,
+         programs/winedbg/be_cpu.h, programs/winedbg/be_i386.c,
+         programs/winedbg/be_ppc.c, programs/winedbg/break.c,
+         programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/debugger.h, programs/winedbg/display.c,
+         programs/winedbg/expr.c, programs/winedbg/expr.h,
+         programs/winedbg/gdbproxy.c, programs/winedbg/info.c,
+         programs/winedbg/intvar.h, programs/winedbg/memory.c,
+         programs/winedbg/source.c, programs/winedbg/stack.c,
+         programs/winedbg/symbol.c, programs/winedbg/tgt_active.c,
+         programs/winedbg/tgt_minidump.c, programs/winedbg/types.c,
+         programs/winedbg/winedbg.c, programs/winefile/Cs.rc,
+         programs/winefile/De.rc, programs/winefile/En.rc,
+         programs/winefile/Es.rc, programs/winefile/Fr.rc,
+         programs/winefile/Hu.rc, programs/winefile/It.rc,
+         programs/winefile/Ko.rc, programs/winefile/Nl.rc,
+         programs/winefile/No.rc, programs/winefile/Pl.rc,
+         programs/winefile/Pt.rc, programs/winefile/Ru.rc,
+         programs/winefile/Si.rc, programs/winefile/Sv.rc,
+         programs/winefile/Tr.rc, programs/winefile/Zh.rc,
+         programs/winefile/resource.h, programs/winefile/resource.rc,
+         programs/winefile/rsrc.rc, programs/winefile/splitpath.c,
+         programs/winefile/winefile.c, programs/winefile/winefile.h,
+         programs/winelauncher.in, programs/winemenubuilder/winemenubuilder.c,
+         programs/winemine/Cs.rc, programs/winemine/De.rc,
+         programs/winemine/En.rc, programs/winemine/Es.rc,
+         programs/winemine/Fi.rc, programs/winemine/Fr.rc,
+         programs/winemine/It.rc, programs/winemine/Ko.rc,
+         programs/winemine/Nl.rc, programs/winemine/No.rc,
+         programs/winemine/Pl.rc, programs/winemine/Pt.rc,
+         programs/winemine/Ru.rc, programs/winemine/Si.rc,
+         programs/winemine/Tr.rc, programs/winemine/dialog.c,
+         programs/winemine/dialog.h, programs/winemine/main.c,
+         programs/winemine/main.h, programs/winemine/resource.h,
+         programs/winemine/rsrc.rc, programs/winepath/winepath.c,
+         programs/winetest/dist.rc, programs/winetest/gui.c,
+         programs/winetest/main.c, programs/winetest/resource.h,
+         programs/winetest/send.c, programs/winetest/util.c,
+         programs/winetest/winetest.h, programs/winetest/winetest.rc,
+         programs/winevdm/winevdm.c, programs/winhelp/Bg.rc,
+         programs/winhelp/Cs.rc, programs/winhelp/Da.rc,
+         programs/winhelp/De.rc, programs/winhelp/En.rc,
+         programs/winhelp/Eo.rc, programs/winhelp/Es.rc,
+         programs/winhelp/Fi.rc, programs/winhelp/Fr.rc,
+         programs/winhelp/Hu.rc, programs/winhelp/It.rc,
+         programs/winhelp/Ko.rc, programs/winhelp/Nl.rc,
+         programs/winhelp/No.rc, programs/winhelp/Pl.rc,
+         programs/winhelp/Pt.rc, programs/winhelp/Ru.rc,
+         programs/winhelp/Si.rc, programs/winhelp/Sk.rc,
+         programs/winhelp/Sw.rc, programs/winhelp/Tr.rc,
+         programs/winhelp/Va.rc, programs/winhelp/Wa.rc,
+         programs/winhelp/Zh.rc, programs/winhelp/callback.c,
+         programs/winhelp/hlpfile.c, programs/winhelp/hlpfile.h,
+         programs/winhelp/macro.c, programs/winhelp/macro.h,
+         programs/winhelp/macro.lex.l, programs/winhelp/rsrc.rc,
+         programs/winhelp/string.c, programs/winhelp/winhelp.c,
+         programs/winhelp/winhelp.h, programs/winver/winver.c,
+         programs/wordpad/De.rc, programs/wordpad/En.rc,
+         programs/wordpad/Fr.rc, programs/wordpad/Hu.rc,
+         programs/wordpad/Ko.rc, programs/wordpad/Nl.rc,
+         programs/wordpad/No.rc, programs/wordpad/Ru.rc,
+         programs/wordpad/Tr.rc, programs/wordpad/resource.h,
+         programs/wordpad/rsrc.rc, programs/wordpad/wordpad.c, server/atom.c,
+         server/change.c, server/class.c, server/clipboard.c,
+         server/console.c, server/console.h, server/context_alpha.c,
+         server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/debugger.c,
+         server/directory.c, server/event.c, server/fd.c, server/file.c,
+         server/file.h, server/handle.c, server/handle.h, server/hook.c,
+         server/mailslot.c, server/main.c, server/mapping.c, server/mutex.c,
+         server/named_pipe.c, server/object.c, server/object.h,
+         server/process.c, server/process.h, server/protocol.def,
+         server/ptrace.c, server/queue.c, server/region.c, server/registry.c,
+         server/request.c, server/request.h, server/security.h,
+         server/semaphore.c, server/serial.c, server/signal.c,
+         server/snapshot.c, server/sock.c, server/symlink.c, server/thread.c,
+         server/thread.h, server/timer.c, server/token.c, server/trace.c,
+         server/unicode.c, server/unicode.h, server/user.c, server/user.h,
+         server/window.c, server/winstation.c, tools/bin2res.c,
+         tools/bug_report.pl, tools/c2man.pl, tools/examine-relay,
+         tools/fnt2bdf.c, tools/fnt2bdf.h, tools/fnt2fon.c,
+         tools/font_convert.sh, tools/genpatch, tools/make_authors,
+         tools/make_ctests.c, tools/make_requests, tools/makedep.c,
+         tools/relpath.c, tools/runtest, tools/sfnt2fnt.c,
+         tools/widl/client.c, tools/widl/hash.c, tools/widl/hash.h,
+         tools/widl/header.c, tools/widl/header.h, tools/widl/parser.h,
+         tools/widl/parser.l, tools/widl/parser.y, tools/widl/proxy.c,
+         tools/widl/server.c, tools/widl/typegen.c, tools/widl/typegen.h,
+         tools/widl/typelib.c, tools/widl/typelib.h,
+         tools/widl/typelib_struct.h, tools/widl/utils.c, tools/widl/utils.h,
+         tools/widl/widl.c, tools/widl/widl.h, tools/widl/widltypes.h,
+         tools/widl/write_msft.c, tools/winapi/c_function.pm,
+         tools/winapi/c_parser.pm, tools/winapi/c_type.pm,
+         tools/winapi/config.pm, tools/winapi/function.pm,
+         tools/winapi/make_filter, tools/winapi/make_filter_options.pm,
+         tools/winapi/make_parser.pm, tools/winapi/modules.pm,
+         tools/winapi/msvcmaker_options.pm, tools/winapi/nativeapi.pm,
+         tools/winapi/options.pm, tools/winapi/output.pm,
+         tools/winapi/preprocessor.pm, tools/winapi/setup.pm,
+         tools/winapi/tests.pm, tools/winapi/trampoline, tools/winapi/type.pm,
+         tools/winapi/util.pm, tools/winapi/winapi.pm,
+         tools/winapi/winapi_c_parser.pm, tools/winapi/winapi_check,
+         tools/winapi/winapi_check_options.pm, tools/winapi/winapi_cleanup,
+         tools/winapi/winapi_cleanup_options.pm,
+         tools/winapi/winapi_documentation.pm, tools/winapi/winapi_extract,
+         tools/winapi/winapi_extract_options.pm, tools/winapi/winapi_fixup,
+         tools/winapi/winapi_fixup_documentation.pm,
+         tools/winapi/winapi_fixup_editor.pm,
+         tools/winapi/winapi_fixup_options.pm,
+         tools/winapi/winapi_fixup_statements.pm,
+         tools/winapi/winapi_function.pm, tools/winapi/winapi_global.pm,
+         tools/winapi/winapi_local.pm, tools/winapi/winapi_module_user.pm,
+         tools/winapi/winapi_parser.pm, tools/winapi/winapi_test,
+         tools/winapi/winapi_test_options.pm, tools/wine.inf,
+         tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/parser.c,
+         tools/winebuild/relay.c, tools/winebuild/res16.c,
+         tools/winebuild/res32.c, tools/winebuild/spec16.c,
+         tools/winebuild/spec32.c, tools/winebuild/utils.c,
+         tools/winedump/cvinclude.h, tools/winedump/debug.c,
+         tools/winedump/dump.c, tools/winedump/emf.c,
+         tools/winedump/function_grep.pl, tools/winedump/le.c,
+         tools/winedump/lnk.c, tools/winedump/main.c,
+         tools/winedump/minidump.c, tools/winedump/misc.c,
+         tools/winedump/msmangle.c, tools/winedump/ne.c,
+         tools/winedump/output.c, tools/winedump/pe.c, tools/winedump/pe.h,
+         tools/winedump/search.c, tools/winedump/symbol.c,
+         tools/winedump/winedump.h, tools/winegcc/utils.c,
+         tools/winegcc/utils.h, tools/winegcc/winegcc.c, tools/wineinstall,
+         tools/winemaker, tools/wineprefixcreate.in, tools/wineshelllink,
+         tools/winewrapper, tools/wmc/lang.c, tools/wmc/lang.h,
+         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/wmctypes.h, tools/wmc/write.c, tools/wmc/write.h,
+         tools/wrc/dumpres.c, tools/wrc/dumpres.h, tools/wrc/genres.c,
+         tools/wrc/genres.h, tools/wrc/newstruc.c, tools/wrc/newstruc.h,
+         tools/wrc/parser.h, tools/wrc/parser.l, tools/wrc/parser.y,
+         tools/wrc/readres.c, tools/wrc/readres.h, tools/wrc/translation.c,
+         tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.c,
+         tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
+       Update the address of the Free Software Foundation.
+
+2006-05-21  Labrousse Jean <jlabrous@altern.org>
+
+       * dlls/msi/action.c:
+       msi: Fix short name and long name mismatch in action.c.
+
+2006-05-23  Troy Rollo <wine@troy.rollo.name>
+
+       * dlls/ole32/storage32.c:
+       ole32: Fix excessive file sizes for Storage files.
+       The IStorage (DocFile) implementation was adding empty blocks at the
+       end of the file every time a caller wrote data that was not a multiple
+       of 512 bytes.  If the caller made a lot of very small writes the file
+       size could be huge even though the data in the file was tiny. This was
+       caused by BlockChainStream_SetSize trying to allocate file blocks for
+       the new data using a condition that bore no relationship to the
+       required condition, and it was not necessary to do so at that time
+       since it is done (the right way) by StorageImpl_GetNextFreeBigBlock
+       (called via BlockChainStream_Enlarge).
+
+2006-05-23  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/tests/msg.c:
+       user/tests: Don't generate a mouse click message in mouse_ll_global_thread_proc.
+       Windows doesn't like when a thread plays games with the focus, that
+       leads to all kinds of misbehaviours and failures to activate a
+       window. So, better don't generate a mouse click message in
+       mouse_ll_global_thread_proc.
+
+       * dlls/user/tests/msg.c:
+       user/tests: Add lparam to all HCBT_MINMAX hook messages.
+
+2006-05-23  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: OpengGL accelerated blits.
+       Implement some basic opengl accelerated blts from and to render
+       targets. It's not perfect yet, but enought to make some D3D apps
+       happy. For now the only supported operations are:
+       - Full screen back -> Front buffer: Just call present
+       - Offscreen surface -> render target
+       - Render target -> offscreen surface(slow)
+       - render target colorfill
+
+2006-05-22  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Surface pixel format conversion code.
+
+2006-05-22  Robert Shearman <rob@codeweavers.com>
+
+       * server/queue.c:
+       server: Don't clear the QS_POSTMESSAGE flag if there is a pending quit message.
+
+       * dlls/ole32/tests/marshal.c:
+       ole32: Release the outer unknown in the proxybuffer test.
+       Release the outer unknown in the proxybuffer test to show that the
+       last release of the outer unknown doesn't free the proxy buffer.
+
+       * dlls/ole32/marshal.c, dlls/ole32/oleproxy.c:
+       ole32: Release the proxy buffer object on the last release of the proxy's
+       outer unknown.
+       Release the proxy buffer object on the last release of the proxy's outer
+       unknown, otherwise memory is leaked for the Ndr implementation of
+       IRpcProxyBuffer.
+       Fix up the hand-coded proxies to match the behaviour from the Ndr
+       implementation.
+
+       * dlls/wininet/tests/url.c:
+       wininet: Fix a failing test.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Fix copying too much data from the buffer by not taking into account
+       the fact that auth_pad_len has been included in the fragment length.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Authentication padding should only be generated if there is
+       authentication data.
+
+       * include/winbase.h:
+       include: Add defines used in CopyFileEx.
+
+       * include/guiddef.h:
+       include: Make guiddef.h defines match PSDK.
+       Protect LPGUID typedef by __LPGUID_DEFINED__ being defined.
+       Protect LPCLSID and LPFMTID typedefs, IsEqualGUID, IsEqualIID,
+       IsEqualCLSID, IID_NULL, CLSID_NULL and FMTID_NULL defines by
+       __IID_DEFINED__ being defined.
+
+2006-05-22  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c:
+       user: Added A<->W mapping for WM_GETDLGCODE.
+
+2006-05-20  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/quartz/main.c, dlls/quartz/quartz.spec, include/Makefile.in,
+         include/dshow.h, include/errors.h:
+       quartz: Add stub implementation for AMGetErrorText{A,W}.
+
+2006-05-21  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Simplify input/output modifier line handling.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Clean up register use maps.
+
+       * dlls/wined3d/drawprim.c:
+       wined3d: Allow use of pixel shaders with drawStridedSlow.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Only run parse_decl_usage on vshader INPUT registers.
+
+2006-05-22  Saulius Krasuckas <saulius2@ar.fi.lt>
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Skip token attribute testing if OpenProcessToken() is not implemented.
+
+2006-05-21  Saulius Krasuckas <saulius2@ar.fi.lt>
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Make test loadable on win9x.
+
+2006-05-22  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool/tests/info.c:
+       winspool/test: Disable a test that crashes on win9x.
+
+2006-05-21  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool/info.c:
+       winspool: Remove cross calls W->A for the "Printers" registry path.
+
+2006-05-20  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool/info.c:
+       winspool: An empty string as server name is valid (EnumPrinterDrivers).
+
+2006-05-21  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction026+027.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md4.c:
+       advapi32: Implement and test SystemFunction011.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Test and implement SystemFunction024/025.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction(012-023).
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md4.c:
+       advapi32: Implement and test SystemFunction010.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction009.
+
+2006-05-21  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/ntdsapi/ntdsapi.spec:
+       ntdsapi: Add DsMakeSpnA to the spec file.
+
+2006-05-20  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * tools/wine.inf:
+       wine.inf: Create fake dlls for ADPCM codecs.
+
+2006-05-21  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/d3d8/version.rc, dlls/d3d9/version.rc, dlls/ddraw/version.rc,
+         dlls/dmusic/version.rc, dlls/dplayx/version.rc,
+         dlls/dsound/version.rc:
+       directx: Update file versions to dx9c (compared to win2k).
+
+2006-05-20  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/device.c:
+       d3d9: Add refcount tests for all objects created by device.
+
+       * dlls/d3d9/cubetexture.c, dlls/d3d9/d3d9_private.h,
+         dlls/d3d9/indexbuffer.c, dlls/d3d9/pixelshader.c, dlls/d3d9/query.c,
+         dlls/d3d9/stateblock.c, dlls/d3d9/swapchain.c, dlls/d3d9/texture.c,
+         dlls/d3d9/volumetexture.c:
+       d3d9: All objects created by device should keep reference to it.
+
+       * configure, configure.ac, dlls/d3d8/Makefile.in,
+         dlls/d3d8/tests/.gitignore, dlls/d3d8/tests/Makefile.in,
+         dlls/d3d8/tests/device.c, programs/winetest/Makefile.in:
+       d3d8: Add refcount test.
+
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+         dlls/d3d8/indexbuffer.c, dlls/d3d8/swapchain.c, dlls/d3d8/texture.c,
+         dlls/d3d8/vertexshader.c, dlls/d3d8/volumetexture.c:
+       d3d8: All objects created by device should keep reference to it.
+
+       * include/d3d8.h:
+       include: SwapChain::GetBackBuffer takes 3 parameters, not 4.
+
+2006-05-20  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Make sure to always have the default pushbutton for wizards as an
+       enabled button.
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: A PSM_SETWIZBUTTONS message specifying PSWIZB_FINISH or
+       PSWIZB_DISABLEDFINISH, followed by another one without those flags
+       should show the next button again and hide the finish button.
+
+2006-05-20  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c:
+       user: Get rid of the WINPROC_Map/UnmapMsg32ATo32W functions.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for the remaining messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_GETTEXTLENGTH and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_CHAR and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for EM_GETLINE.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for LB_GETTEXT and CB_GETLBTEXT.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_SETTEXT and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_GETTEXT and WM_ASKCBFORNAME.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_MDICREATE.
+
+       * dlls/user/winproc.c:
+       user: Added fast A->W mapping for WM_CREATE and WM_NCCREATE.
+
+2006-05-19  Peter Beutner <p.beutner@gmx.net>
+
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+         dlls/d3d8/volume.c:
+       d3d8: Fix GetDesc and GetLevelDesc for surfaces and textures.
+       In DX8 the D3DSURFACE_DESC structure has a size field which needs to be set.
+
+2006-05-18  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Simplify generate_base_shader() when checking for USING_GLSL usage.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c:
+       wined3d: Move PARAM C[] program.env[] into baseshader and out of vertex shaders.
+
+2006-05-19  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Handle pointers to context handles in the stubless code.
+       Implement check for NULL context handles if requested.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: We don't need to free object pointers if we are told we must allocate.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Use macros to generate the code for unmarshaling base types.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Don't set the memory pointer to NULL before calling PointerUnmarshall.
+       Call it with fMustAlloc set to TRUE instead to achieve the same result
+       without side-effects.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make more internal functions static.
+
+       * dlls/rpcrt4/rpc_defs.h, dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Add the definition of RpcAuthVerifier to rpc_defs.h from the DCE/RPC
+       spec.
+       Use it in RPCRT4_SendAuth instead of writing out the data byte-by-byte.
+
+       * include/ndrtypes.h:
+       rpcrt4: Add more format characters and add context handle flags to ndrtypes.h.
+
+2006-05-19  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/ntdsapi/.gitignore,
+         dlls/ntdsapi/Makefile.in, dlls/ntdsapi/ntdsapi.c,
+         dlls/ntdsapi/ntdsapi.spec, include/Makefile.in, include/ntdsapi.h:
+       Add a stub implementation of ntdsapi.dll.
+
+2006-05-19  Paul Chitescu <paulc@voip.null.ro>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c,
+         include/winbase.h:
+       advapi32: Add stub FileEncryptionStatus and declarations.
+
+2006-05-18  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c:
+       user: Get rid of the MSGPARAMS16 structure.
+
+2006-05-20  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Make a lot of winproc functions static.
+
+       * dlls/user/msg16.c:
+       user: Call the A version of message functions from 16-bit code.
+       This avoids having to export too many different message translation
+       functions.
+
+       * dlls/user/hook16.c, dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Use winproc callbacks instead of message map/unmap for 16-bit hooks.
+
+       * dlls/user/msg16.c, dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Use winproc callbacks instead of message map/unmap in SendMessage16.
+
+2006-05-18  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/message.c, dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Use a winproc callback instead of a message map/unmap in
+       SendMessageTimeoutA.
+
+       * dlls/user/message.c:
+       user: Store the destination thread id in the send_message_info structure.
+
+2006-05-18  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Make sure no message is sent between
+       PrepareCallbackItems/FreeCallbackItems.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't erase the background in HEADER_Refresh.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: The border size is 4 not 3.
+
+2006-05-19  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Sort of oversized surface support.
+
+2006-05-18  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/directx.c:
+       wined3d: Add more device caps.
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/surface.c:
+       wined3d: Allow SYSTEMMEM textures and surfaces.
+
+2006-05-18  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DDevice::SetDisplayMode.
+
+2006-05-19  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Use IsClient to determine whether we can use the Buffer memory or not.
+       Add simple struct tests.
+
+2006-05-19  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Warn if CreateNamedPipe fails.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Add the correct amount of auth padding to messages.
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Wait for all of the requested bytes to be returned for tcp connections.
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_ole.c,
+         dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Update the todo lists and copyrights.
+
+2006-05-18  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Fix for the open functions in the transports being transposed between
+       ncacn_np and ncalrpc.
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Don't release the auth info if it isn't present.
+
+2006-05-19  Robert Reif <reif@earthlink.net>
+
+       * dlls/winmm/tests/wave.c:
+       winmm: Fix wave test handle use after close bug.
+
+2006-05-19  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/x11drv/winpos.c:
+       x11drv: Fix the regression caused by the recent ShowWindow fixes.
+
+2006-05-19  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/secur32/ntlm.c:
+       secur32: Cleanup InitializeSecurityContext (reduce indent and duplication).
+
+       * dlls/secur32/ntlm.c:
+       secur32: Tidy up the initialization code a little.
+
+2006-05-18  Jacek Caban <jacek@codeweavers.com>
+
+       * tools/widl/typelib.c:
+       widl: Don't add importlib if it is already on the list. Remove warning.
+
+       * tools/widl/write_msft.c:
+       widl: Added support for importing parent interfaces from importlib.
+
+       * dlls/shdocvw/client.c:
+       shdocvw: Return S_OK in OnInPlaceDeactivate.
+
+2006-05-18  Phil Costin <philcostin@hotmail.com>
+
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       wined3d: Trace output corrections and cleanups.
+
+2006-05-18  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/store.c:
+       crypt32: Move CertFindCertificateInStore and related functions to cert.c.
+
+       * dlls/crypt32/crypt32_private.h, dlls/crypt32/serialize.c,
+         dlls/crypt32/store.c:
+       crypt32: Move context interface definition to common header.
+
+2006-05-18  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Convert the 16-bit winproc functions to use a callback pointer.
+
+       * dlls/user/winproc.c:
+       user: Convert the other winproc 32-bit functions to use a callback pointer.
+
+       * dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Make WINPROC_CallProc32WTo32A take a callback function pointer.
+       This way it doesn't need to know about dialog procedures. Also renamed
+       it to WINPROC_CallProcWtoA.
+
+2006-05-18  Phil Costin <philcostin@hotmail.com>
+
+       * dlls/wined3d/directx.c, dlls/wined3d/wined3d_main.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Check registry for UseGLSL enabled.
+
+2006-05-18  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Fix a possible memory leak, cleanup a bit.
+
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_transport.c,
+         dlls/rpcrt4/tests/rpc.c:
+       rpcrt4: Fix and test RpcNetworkIsProtseqValid.
+
+       * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Add a stub implementation for RpcMgmtIsServerListening.
+
+2006-05-18  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/tests/dialog.c:
+       user: Fixed a broken trace in the dialog test.
+
+       * dlls/user/winproc.c:
+       user: Added helper functions for A<->W conversion of single characters.
+
+       * dlls/user/winproc.c:
+       user: Simplify 16-bit mappings of the WM_GETDLGCODE message.
+
+       * dlls/user/winproc.c:
+       user: Unify the mapping of listbox and combobox messages.
+
+       * dlls/user/winproc.c:
+       user: Get rid of the WINPROC_MapMsg32WTo32A function.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for WM_IME_CHAR.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for WM_CHAR and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for EM_GETLINE.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for LB_GETTEXT and CB_GETLBTEXT.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for LB_ADDSTRING and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for WM_MDICREATE.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for WM_SETTEXT and related messages.
+
+       * dlls/user/winproc.c:
+       user: Added fast W->A mapping for WM_GETTEXT and WM_ASKCBFORNAME.
+
+       * dlls/user/winproc.c:
+       user: Added helper functions for buffer management in WINPROC_CallProc32WTo32A..
+
+       * dlls/user/winproc.c:
+       user: Merged WINPROC_CallProc32WTo32A_fast into WINPROC_CallProc32WTo32A.
+
+2006-05-17  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/store.c:
+       crypt32: Add stubs for CertDuplicateCRLContext and CertDuplicateCTLContext.
+
+2006-05-16  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/user/message.c:
+       user32: Allow interprocess WM_NCPAINT messages when wParam is 0 or 1.
+
+2006-05-18  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Implement RpcBindingSetAuthInfoExW based on the implementation for
+       RpcBindingSetAuthInfoExA.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: A NULL AuthInfo is allowed.
+       Pass the server principal name into AcquireCredentialsHandleA.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Support all available security packages in RpcBindingSetAuthInfoExA,
+       instead of just NTLM.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Only use the cached connection if the authentication information
+       is compatible.
+
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c,
+         dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Store non-connection-specific authentication information in a ref-counted
+       structure that is shared between connections and bindings.
+
+       * dlls/rpcrt4/ndr_ole.c:
+       rpcrt4: Fix an off-by-one error when checking the size of the buffer in
+       NdrInterfacePointerMarshall.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Handle interface pointers in EmbeddedComplexSize.
+
+       * dlls/rpcrt4/Makefile.in:
+       rpcrt4: Make secur32 into a delayed import, as most of the time it won't
+       be needed.
+
+       * dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_message.c,
+         dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Increment the call id field of the request header.
+       This is necessary for compatibility with MS/RPC servers.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrNonEncapsulatedUnionMemorySize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix the wire protocol of the user marshal functions to match MS/RPC.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: If the authorisation failed during a send then we should return
+       ERROR_ACCESS_DENIED.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix NdrConformantArrayMemorySize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrUserMarshalMemorySize.
+
+2006-05-17  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Take predication tokens into account.
+       Each instruction can have a predication token. Account for it in the
+       trace pass, register count pass, and store it in the SHADER_OPCODE_ARG
+       structure for generation. MSDN claims the token is at the end of the
+       instruction, but that's not true - testing a demo, which lets me
+       manipulate the shader shows the predication token is the first source
+       token immediately following the destination token.
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Parameter trace corrections.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: SETP takes 3 parameters.
+
+2006-05-17  Huw Davies <huw@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/tests/.gitignore,
+         dlls/rpcrt4/tests/Makefile.in, dlls/rpcrt4/tests/ndr_marshall.c:
+       rpcrt4: Don't update StubMsg->MemorySize while unmarshaling.
+       Add a bunch of marshaling tests (based on a program by Rob Shearman).
+
+2006-05-16  Andrew Ziem <ahziem1@mailbolt.com>
+
+       * dlls/kernel/tests/path.c:
+       kernel: Fix path test to pass on 95 and 98.
+
+2006-05-17  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/client.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Code cleanup.
+
+       * dlls/shdocvw/ie.c:
+       shdocvw: Added IConnectionPointContainer to InternetExplorer::QueryInterface.
+
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Move IConnectionPointContainer implementation to separated object.
+
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/events.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Move connection points to the new ConnectionPointContainer struct.
+
+2006-05-15  Jacek Caban <jacek@codeweavers.com>
+
+       * tools/widl/typelib.c, tools/widl/typelib_struct.h,
+         tools/widl/widltypes.h:
+       widl: Added importlib reading implementation.
+
+2006-05-17  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't erase the left header egde.
+
+       * dlls/comctl32/header.c:
+       comctl32: header: Send the width in HDN_BEGINTRACK.
+
+       * dlls/comctl32/listview.c:
+       comctl32: listview: Recompute sizes after a column deletion.
+
+2006-05-17  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_ole.c:
+       rpcrt4: Implement NdrInterfacePointerMemorySize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make some functions that aren't used outside of the file static.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fill out more of the function tables with functions that already exist.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Raise an exception if there is no default handler for a union.
+
+2006-05-17  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/winproc.c:
+       user: The result for dialog procedures is stored in DWLP_MSGRESULT.
+       So we have to access it using Get/SetWindowLong when unmapping the
+       message results (based on a patch by Troy Rollo).
+
+       * dlls/user/defdlg.c:
+       user: Remove unreachable code in DEFDLG_Proc.
+
+       * dlls/user/class.c, dlls/user/message.c, dlls/user/win.c,
+         dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Support storing multiple winprocs in a single winproc handle.
+       Allows to remove special cases for window classes being Ascii and
+       Unicode at the same time.
+
+       * dlls/user/winproc.c:
+       user: Allocate 16-bit thunks separately from the window proc structure.
+       Also make sure the thunk memory block has execute permissions.
+
+       * dlls/x11drv/clipboard.c:
+       x11drv: Fixed typo in the clipboard XA_STRING handling.
+
+2006-05-09  Michael Kaufmann <hallo@michael-kaufmann.ch>
+
+       * dlls/gdi/bitmap.c, dlls/gdi/gdi_private.h, dlls/gdi/tests/bitmap.c,
+         dlls/x11drv/bitmap.c, dlls/x11drv/winex11.drv.spec:
+       gdi: Fix GetObject for bitmaps.
+       - GetObject(): Set the bmBits member of the BITMAP structure to NULL
+       for device-dependent bitmaps.
+       - New test case.
+
+2006-05-11  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool/info.c:
+       winspool: Fix OpenDriverReg on top of validate_envW.
+
+       * dlls/winspool/tests/info.c:
+       winspool/tests: More tests for OpenPrinter.
+
+2006-05-12  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/winspool/info.c:
+       winspool: Do not fail in OpenPrinter on pDefault / local print server.
+
+       * dlls/winspool/info.c:
+       winspool: Show SetPrinter parameters in the FIXME.
+
+       * dlls/winspool/tests/info.c:
+       winspool/tests: A truncated dmDeviceName is 0-terminated.
+
+2006-05-17  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Use COLOROUT/DEPTHOUT for pixel shaders 2.0+.
+       As previously mentioned, RASTOUT is invalid on pixel shaders.
+       On shaders 1.x, r0 is treated as the color output register:
+       http://www.gamedev.net/columns/hardcore/dxshader3/page2.asp
+       That's what we currently do in all cases, change it not to do so
+       for shaders >= 2.0. Support COLOROUT/DEPTHOUT instead.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: LRP is not a valid ARBvp code.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Remove detailed traces from map2gl/input_modifiers functions.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Write "unrecognized_register" in fallback case for get_register_name().
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Modify shader_dump_param() to take into account address token.
+       Currently we hardcode a0.x, which I think is correct for shaders 1.0.
+       However, for shaders 2.0, we must look into the address token, and
+       print the register there. Handle both cases to correct the trace.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Use shader_get_param() in trace pass, reg. count pass, generation pass.
+       Change the trace pass, the register counting pass, and the hw
+       generator pass to take into account the new get_params() function. For
+       hw generation, store the address tokens into the SHADER_OPCODE_ARG
+       structure, so they're available to generator functions.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Add shader_get_param() fn, which processes address tokens.
+       Add a new function to process parameters.
+       On shaders 1.0, processing parameters amounts to *pToken++.
+       On shaders 2.0+, we have a relative addressing token to account for.
+       This function should be used, instead of relying on num_params everywhere.
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Do not rely on num_params to skip unhandled tokens in shaders 2.0.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c:
+       wined3d: Allow multiple output modifiers.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Fix SINCOS parameters.
+       SINCOS has 4 parameters in shaders 2.0.
+       It has 2 parameters in shaders 3.0.
+       It's undefined in shaders 1.0.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: DEFI takes 5 parameters.
+       According the spec and the Painkiller log, DEFI has 5 parameters on
+       vertex shaders.
+
+2006-05-17  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+       user32: Make all the recently added ShowWindow tests pass in Wine.
+
+2006-05-16  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/ntdll/tests/info.c:
+       ntdll/tests: Don't fail if a process is not available.
+
+2006-05-16  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/usp10/usp10.c:
+       usp10: Fix ScriptGetProperties so that first pointer can be NULL.
+
+       * programs/winedbg/types.c:
+       winedbg: extract_as_integer
+       - now supporting extract_as_integer on functions (so that,
+       for example, 'disas foo' works as expected)
+       - now properly handling errors when calling extract_as_integer
+
+2006-05-16  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/store.c:
+       crypt32: Get rid of CRYPT_CreateCertificateContext, it's not needed anymore.
+
+2006-05-17  Marcus Meissner <marcus@jet.franken.de>
+
+       * dlls/riched20/tests/editor.c:
+       riched20: Removed useless double casts, just print the DWORD hexmask.
+
+2006-05-15  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/decode.c, dlls/crypt32/encode.c:
+       crypt32: Split the unwieldy encode.c into two files.
+
+2006-05-16  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/store.c:
+       crypt32: Support CERT_ISSUER_SERIAL_NUMBER_MD5_HASH_PROP_ID implicit property.
+
+       * dlls/crypt32/store.c:
+       crypt32: Use the caller-supplied encoding type when decoding certs.
+
+       * dlls/crypt32/tests/store.c:
+       crypt32: Add more tests for adding certs to a store.
+
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c, include/wincrypt.h:
+       crypt32: Implement CertCompare functions, with tests.
+
+2006-05-16  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * dlls/comctl32/header.c, dlls/comctl32/tests/header.c:
+       comctl32: header: Fix INSERTITEM on a zero mask and GETITEM on a mask with
+       unknown fields.
+       INSERTITEM should fail on a zero mask. If in GETITEM the mask has an
+       unknown field it should store only the comctl32 4.0 fields (with test
+       case).
+
+       * dlls/comctl32/header.c, dlls/comctl32/tests/header.c:
+       comctl32: header: Copy some fields on INSERTITEM even if they are not in
+       the mask.
+
+       * dlls/comctl32/header.c, dlls/comctl32/tests/header.c:
+       comctl32: header: Automatically set some format fields.
+
+2006-05-16  Peter Beutner <p.beutner@gmx.net>
+
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Fix handling of 'h' prefix in swprintf.
+       - '%hs' in widechar string functions is wrongly recognized as
+       a widechar string. Fix this by always checking the prefix first.
+       - add testcase
+       - remove code duplication in %c/%s handling by moving code into a function.
+
+2006-05-16  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wininet/tests/Makefile.in, dlls/wininet/tests/http.c:
+       wininet: Add a standalone http test.
+
+       * dlls/wininet/ftp.c:
+       wininet: Make sure hIC is valid before trying to use it. (Coverity)
+
+2006-05-16  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * include/d3d9types.h, include/wine/wined3d_types.h:
+       d3d: Add D3DDEVTYPE_NULLREF definition.
+
+2006-05-16  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/wldap32/modify.c, dlls/wldap32/modrdn.c:
+       wldap32: Document the modify and modrdn functions.
+
+2006-05-15  Andrew Ziem <ahziem1@mailbolt.com>
 
-       * dlls/oleaut32/olefont.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       OleFont::IDispatch::Invoke stub can just return S_OK.
+       * dlls/kernel/tests/path.c:
+       kernel: Properly delete a test file.
 
-2001-07-20  Alexandre Julliard  <julliard@winehq.com>
+2006-05-16  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/x11drv/window.c:
-       Use AdjustWindowRect to translate X to window rectangle instead of
-       duplicating what's done in nonclient.c.
+       * tools/config.guess, tools/config.sub, tools/install-sh:
+       tools: Updated the autoconf scripts to more recent versions.
 
-       * windows/nonclient.c:
-       Bill Medland <medbi01@accpac.com>
-       Corrections to the Win95 and later frame drawing code.
+2006-05-16  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * windows/win.c: Bill Medland <medbi01@accpac.com>
-       Additional modifications to the window styles during window creation.
+       * dlls/user/tests/msg.c:
+       user32: Add more ShowWindow tests.
+       Move ShowWindow tests for children with an invisible parent into a
+       separate test, add more ShowWindow tests. The tests show that an
+       assumption in dlls/x11drv/winpos.c that SetWindowPos should not be
+       called on a child with an invisible parent is not always true.
 
-       * include/wine/shell16.h, memory/atom.c, dlls/winmm/winemm.h,
-         dlls/ntdll/signal_sparc.c, dlls/ole32/compobj_private.h,
-         dlls/ole32/errorinfo.c, dlls/ole32/filemoniker.c,
-         dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c,
-         dlls/ole32/ole2nls.c, dlls/oleaut32/dispatch.c,
-         dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
-         dlls/shell32/shellole.c, dlls/shell32/shellreg.c,
-         dlls/shell32/shpolicy.c, dlls/kernel/sync.c, dlls/msvideo/vfw16.h:
-       Patrik Stridvall <ps@leissner.se>
-       - Made sure that the files that contains the declarations
-         of the implementated functions are included.
-       - Corrected mismatching prototypes.
-       - Cleaned up the include section.
+2006-05-16  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * include/Makefile.in:
-       Added a few more files to the install list.
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Correctly define the number of possible parameters.
 
-       * windows/winpos.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Trace rectangles returned by GetClientRect and GetWindowRect.
+2006-05-15  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Recalc the toolbar size on TB_SETBUTTONSIZE in certain conditions.
-       - Add trace to show the paint rectangle prior to refreshing.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement fixed array functions.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Fix handling of text color.
-       - Correct implementation of WM_SETREDRAW to be closer to native.
-       - Do more implementation of RBS_AUTOSIZE in the WM_SIZE processor.
-       - Implement RBBS_VARIABLEHEIGHT. Used by IE4.
-       - Do more testing in WM_SIZE to handle strange cases like native.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Remove the BUFFER_PARANOIA overestimates for string memory sizes.
 
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Display rectangle from WM_NCCALCSIZE on entry and exit.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement computing of conformance from a correlation descriptor for
+       conformant strings.
 
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Fix conversion of W structure to A structure during notify.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix conformant varying structs to comply to the DCE/RPC spec.
 
-       * README:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Update information concerning FreeBSD.
-       Refer to Wine instead of wine as the package name.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Don't duplicate the conformance calculating code, just use the
+       common ComputeConformance function to store the result in
+       pStubMsg->MaxCount (as this is what callback function store the
+       conformance value into anyway).
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Replace service thread with ReadFileEx/WriteFileEx.
-
-       * files/profile.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Fix 'undocumented' behaviour of GetPrivateProfileString.
-
-2001-07-19  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/shell32/shpolicy.h:
-       Patrik Stridvall <ps@leissner.se>
-       Removed unused file.
-
-       * tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/win32/user32.api,
-         tools/winapi_check/winapi_check, tools/winapi/winapi_extract:
-       Patrik Stridvall <ps@leissner.se>
-       Minor reorganisation and a few bug fixes.
-
-       * dlls/ddraw/dsurface/wndproc.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix out of the source tree build (again).
-
-       * misc/registry.c, relay32/builtin32.c, scheduler/client.c,
-         scheduler/handle.c, scheduler/pipe.c, scheduler/process.c,
-         scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c,
-         scheduler/timer.c, win32/console.c, win32/device.c, win32/except.c,
-         windows/input.c, windows/message.c, windows/painting.c,
-         windows/queue.c, windows/timer.c, dlls/winsock/socket.c,
-         files/change.c, files/dos_fs.c, files/file.c, files/profile.c,
-         graphics/x11drv/xfont.c, include/server.h, include/wine/server.h,
-         include/wine/server_protocol.h, loader/main.c, loader/module.c,
-         loader/pe_image.c, loader/task.c, memory/atom.c, memory/registry.c,
-         memory/selector.c, memory/virtual.c, dlls/advapi32/registry.c,
-         dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c,
-         dlls/kernel/toolhelp.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c,
-         dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c:
-       Moved server.h to include/wine.
-
-       * server/Makefile.in, server/handle.h, server/object.h,
-         server/process.h, server/protocol.def, server/request.c,
-         server/request.h, server/thread.h, server/unicode.h,
-         tools/make_requests:
-       Use the new protocol.def file to build the request structures.
-       Define protocol structures in a separate server_protocol.h file.
-       Removed __WINE_SERVER__ checks now that all includes are in the right
-       directory.
-
-       * dlls/wineps/afm.c, dlls/wineps/font.c, dlls/wineps/ps.c,
-         dlls/wineps/psdrv.h, dlls/wineps/truetype.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Read/calculate average character width for all fonts.
-       Work directly with 16-bit WCHARs; don't convert to CP1252.
-
-       * dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make Helvetica Narrow a separate font family.
-
-2001-07-18  Alexandre Julliard  <julliard@winehq.com>
-
-       * memory/environ.c, misc/registry.c, msdos/dosconf.c, msdos/int29.c,
-         msdos/ppdev.c, objects/brush.c, objects/metafile.c, objects/pen.c,
-         win32/file.c, dlls/version/resource.c, dlls/winmm/joystick.c,
-         dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
-         dlls/winmm/time.c, files/dos_fs.c, graphics/win16drv/objects.c,
-         graphics/x11drv/objects.c, include/msvcrt/string.h,
-         include/wine/winuser16.h, include/winuser.h, loader/task.c,
-         dlls/comctl32/comctl32undoc.c, dlls/ddraw/dclipper/main.c,
-         dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dsurface/wndproc.c,
-         dlls/ddraw/helper.c, dlls/kernel/comm.c, dlls/kernel/kernel_main.c,
-         dlls/msacm/pcmconverter.c, dlls/msvcrt/errno.c, dlls/msvcrt/mbcs.c,
-         dlls/msvcrt/msvcrt.h, dlls/user/lstr.c, dlls/user/wsprintf.c:
-       Patrik Stridvall <ps@leissner.se>
-       - Made sure that the files that contains the declarations
-         of implementated functions are included.
-       - Corrected mismatching prototypes.
-       - Cleaned up the include section.
-
-       * memory/atom.c: Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
-
-       * tools/winapi_check/win32/msvcrt.api,
-         tools/winapi_check/win32/ole32.api,
-         tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/modules.pm, tools/winapi_check/output.pm,
-         tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_function.pm,
-         tools/winapi_check/winapi_global.pm,
-         tools/winapi_check/winapi_options.pm,
-         tools/winapi_check/winapi_parser.pm, tools/winapi/config.pm,
-         tools/winapi/output.pm, tools/winapi/setup.pm,
-         tools/winapi/winapi_extract:
-       Patrik Stridvall <ps@leissner.se>
-       Several additions and bug fixes.
-
-       * windows/message.c, include/winuser.h:
-       Reject pointer messages in SendNotifyMessage[AW] and
-       SendMessageCallback[AW]. Fixed prototypes.
-
-       * include/comcat.h, include/docobj.h, include/oaidl.h,
-         include/objidl.h, include/ocidl.h, include/oleidl.h, include/rpc.h,
-         include/servprov.h, include/strmif.h, include/unknwn.h,
-         include/urlmon.h:
-       Francois Gouget <fgouget@free.fr>
-       Include rpc*.h/windows.h/ole2.h just like windows.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement conformant varying struct functions.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Use GetCommState16 to save state in OpenComm16.
-       Merge comm16 globals into one structure.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement more conformance operations and more types.
 
-       * tools/fnt2bdf.c:
-       Bill Medland <medbi01@accpac.com>
-       Make the font name and size settings reflect the data in the font file
-       rather than arbitrary values.
+2006-05-15  Jacek Caban <jacek@codeweavers.com>
 
-       * relay32/snoop.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       SNOOP_DoReturn: remove redundant printing of tid.
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Don't release IOleInPlaceSite in DoVerb.
 
-2001-07-17  Alexandre Julliard  <julliard@winehq.com>
+2006-05-15  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/Makefile.in: Updated dependencies.
+       * dlls/wined3d/surface.c:
+       wined3d: Unset the ddraw primary when it is released.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Rewrite SetCommState16 to use SetCommState.
+       * dlls/wined3d/utils.c:
+       wined3d: Add missing render states to the dumping function.
 
-       * dlls/ntdll/debugtools.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       More descriptive error on buffer overflow.
+       * dlls/wined3d/device.c:
+       wined3d: Implement IWineD3DDevice::SetFrontBackBuffers.
 
-       * controls/listbox.c:
-       Bill Medland <medbi01@accpac.com>
-       As for the edit control, the style of the borders on the list control
-       is modified in the dialog loading code, not in the control itself.
+2006-05-15  Matt Finnicum <mattfinn@gmail.com>
 
-       * ole/ole2nls.c, dlls/user/text.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed some more overflowing string traces.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h,
+         dlls/riched20/tests/editor.c, dlls/riched20/undo.c:
+       riched20: Implement EM_SETUNDOLIMIT and its conformance tests.
 
-       * controls/menu.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Draw MenuBar in proper place (some cases).
+2006-05-15  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/opengl32/opengl32.spec:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Make sure user32 is always loaded before x11drv.
+       * dlls/crypt32/tests/encode.c:
+       crypt32: Test importing public keys from a certificate.
 
-       * tools/winelauncher.in:
-       Francois Gouget <fgouget@free.fr>
-       Handle spaces properly when restarting winelauncher for debug.
+       * dlls/crypt32/tests/store.c:
+       crypt32: Avoid a use-after-free bug in tests.
 
-       * dlls/comctl32/datetime.c:
-       Francois Gouget <fgouget@free.fr>
-       Some 'calendar' typos...
+2006-05-15  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/shell32_main.c, include/shellapi.h:
-       Francois Gouget <fgouget@free.fr>
-       Added missing CommandLineToArgvW prototype.
+       * dlls/wininet/internet.c, dlls/wininet/tests/internet.c:
+       wininet: Return correct errors in InternetOpenUrlW.
 
-       * dlls/comctl32/toolbar.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Refresh bitmap count to take in account imagelist changes after
-       TB_SETIMAGELIST.
+       * dlls/wininet/internet.c, dlls/wininet/tests/internet.c:
+       wininet: Return correct errors in InternetConnectW
 
-       * dlls/user/dde/misc.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fixed unicode warning.
+       * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_binding.c,
+         dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Implemented NTLM authentication for rpcrt4 connections.
 
-       * include/winnt.h, server/named_pipe.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Added STATUS_* constant for named pipes. Return STATUS_PIPE_NOT_AVAILABLE
-       when opening a named pipe if the pipe exists but no instances of it are
-       currently waiting for a connection.
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Use RPCRT4_Receive rather than accessing the transport directly.
 
-2001-07-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction005.
 
-       * server/debugger.c, server/file.c, server/process.c,
-         server/process.h, server/ptrace.c:
-       Backed out the suspend_process_for_ptrace change.
-       Fixed a couple of races in ptrace code.
+2006-05-15  Robert Shearman <rob@codeweavers.com>
 
-       * configure, configure.in:
-       Jeremy White <jwhite@codeweavers.com>
-       Remove the -rpath option from the link command.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrSimpleStructMemorySize.
 
-       * dlls/ntdll/ntdll.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issue found by winapi_check.
-
-       * tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
-         tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm,
-         tools/winapi_check/win32/msvcrt.api, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_function.pm,
-         tools/winapi_check/winapi_global.pm,
-         tools/winapi_check/winapi_parser.pm, tools/winapi/output.pm,
-         tools/winapi/winapi_extract, tools/winapi/winapi_fixup:
-       Patrik Stridvall <ps@leissner.se>
-       Several additions and bug fixes.
-
-       * windows/dce.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Better LockWindowUpdate debug.
-
-       * dlls/ole32/ole32.spec, dlls/ole32/storage32.c,
-         dlls/oleaut32/olefont.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Made some FIXME()s print the respective strings passed.
-       Changed StgSetTimes() to correct type.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix the conformant struct functions to not call conformant array
+       functions.
+       The conformance has to be the first thing in the buffer, in accordance
+       with the DCE/RPC spec and to be compatible with the pointer layout
+       format strings that MIDL generates.
 
-       * dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added Quality Box (readonly currently) for 16bit templated dialogs.
-       Added [Printer] button support in 16bit templated dialogs.
-       Try sending orientation icon to stc10 too.
-
-       * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc:
-       Marcus Meissner <marcus@jet.franken.de>
-       Replaced most of the numbers with the symbolic constants of the dialog
-       items.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: In NdrConformantBufferSize, SizeConformance should be called, not
+       SizeVariance.
 
-       * msdos/ppdev.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Don't claim the parport for exclusive access and release the port
-       after every access.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Save pStubMsg->ActualCount in a local variable in the complex
+       array functions, before calling a function that could change it and
+       cause the wrong number of loop iterations.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Rewrite GetCommState16 using GetCommState.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Dereference the memory for pointers in NdrNonEncapsulatedUnionUnmarshall.
+       Pointers in a non-encapsulated union behave like embedded pointers, so
+       don't rely on the NdrPointer* functions doing the right thing in this
+       case and call the Pointer* functions directly.
 
-       * relay32/snoop.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       SNOOP_GetProcAddress: don't touch already initialized fun-entries.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Rename ComplexStructSize to ComplexStructMemorySize to reflect the
+       fact that it increments the buffer.
+       Replace the code in EmbeddedComplexSize that sizes non-encapsulated
+       unions without using a memory sizer routine, since this function
+       shouldn't touch the buffer.
+       Add a new function EmbeddedComplexMemorySize and use it in some memory
+       sizer routines where EmbeddedComplexSize was previously used.
 
-2001-07-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Fix embedded pointers in arrays by taking into account the iteration
+       when calculating the appropriate memory and buffer pointers.
 
-       * server/thread.c, server/thread.h:
-       Removed unused functions suspend/remove_all_threads.
+2006-05-14  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/winsock/socket.c, files/dos_fs.c, graphics/fontengine.c,
-         memory/string.c, objects/dc.c, objects/gdiobj.c, objects/pen.c,
-         objects/region.c, windows/input.c, windows/mdi.c,
-         windows/message.c, windows/syscolor.c, windows/winpos.c,
-         dlls/kernel/thunk.c, dlls/ole32/storage32.c,
-         dlls/rasapi32/rasapi.c, dlls/shell32/shellole.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Shaders: share dump_param function, version functions.
 
-       * files/file.c, include/file.h, scheduler/synchro.c,
-         dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implement overlapped completion routines.
-       Don't use lpOverlapped->OffsetHigh to store bytes to transfer.
+       * dlls/wined3d/stateblock.c:
+       wined3d: Fix incorrect sizeof.
 
-       * dlls/x11drv/window.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Fix X crash when running in managed mode.
-
-       * unicode/casemap.c, unicode/wctype.c, unicode/c_042.c,
-         unicode/c_10006.c, unicode/c_1253.c, unicode/c_28597.c,
-         unicode/c_437.c, unicode/c_737.c, unicode/c_860.c, unicode/c_861.c,
-         unicode/c_862.c, unicode/c_863.c, unicode/c_865.c, unicode/c_869.c,
-         unicode/c_875.c, unicode/c_932.c, unicode/c_936.c, unicode/c_949.c,
-         unicode/c_950.c:
-       Regenerated codepage files with Unicode 3.1 data.
-
-       * dlls/rpcrt4/rpcrt4_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi_check/win32/rasapi32.api,
-         tools/winapi_check/win32/rpcrt4.api,
-         tools/winapi_check/win32/ws2_32.api, tools/winapi/winapi_fixup,
-         tools/winapi_check/modules.dat, tools/winapi_check/modules.pm,
-         tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_function.pm,
-         tools/winapi_check/winapi_local.pm,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Several additions and bug fixes.
-
-       * tools/winemaker:
-       Bill Medland <medbi01@accpac.com>
-       Get winemaker to drop the trailing CtrlZ that is still to be found on
-       quite a lot of DOS files.
-
-       * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
-         graphics/x11drv/graphics.c:
-       Fixed a few issues with tsx11 locking.
-       Always map the client window when moving out of iconic state.
-
-       * loader/pe_image.c:
-       Don't call SNOOP_RegisterDLL on builtins.
-
-       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/mesa_private.h,
-         include/config.h.in, configure, configure.in:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - removed unused OSMesa linking
-       - removed OSMesa code
+2006-05-13  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implement COMM_MSRUpdate with GetCommModemStatus.
+       * dlls/gdi/font.c:
+       gdi: Duplicate extent value for the second byte of a DBCS char.
 
-2001-07-11  Alexandre Julliard  <julliard@winehq.com>
+2006-05-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c,
-         include/Makefile.in, include/rpc.h, include/rpcdce.h,
-         include/rpcnterr.h:
-       Peter Hunnisett <hunnise@yahoo.com>
-       Added a bunch of entry points.
-       Added some stubs and header information.
-       Fixed some return codes.
+       * configure, configure.ac, libs/Makelib.rules.in, libs/wine/Makefile.in:
+       configure: Make libraries properly relocatable on MacOS.
+       Also set the compatibility version.
 
-       * windows/sysmetrics.c:
-       Bill Medland <medbi01@accpac.com>
-       Modify some system metrics to agree with Win95 and reflect the desktop
-       registry entries.
+2006-05-12  Francois Gouget <fgouget@free.fr>
 
-       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Semistubs for _ismbcdigit,_ismbcspace,_mbslwr,_mbsnbcmp,_mbsspn.
-
-       * windows/message.c, windows/syscolor.c, windows/winpos.c,
-         msdos/int21.c, msdos/int5c.c, objects/bitmap.c, objects/clipping.c,
-         objects/dc.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
-         objects/palette.c, objects/pen.c, objects/region.c, objects/text.c,
-         ole/ole2nls.c, scheduler/handle.c, scheduler/process.c,
-         scheduler/thread.c, windows/cursoricon.c, windows/input.c,
-         windows/mdi.c, graphics/metafiledrv/init.c, loader/module.c,
-         loader/ne/convert.c, loader/ne/module.c, loader/ne/segment.c,
-         loader/resource.c, loader/task.c, memory/atom.c, memory/codepage.c,
-         memory/environ.c, memory/global.c, memory/heap.c,
-         memory/selector.c, memory/string.c, misc/main.c, misc/registry.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, dlls/winsock/socket.c,
-         dlls/wsock32/protocol.c, dlls/wsock32/socket.c, files/dos_fs.c,
-         files/profile.c, graphics/bitblt.c, dlls/winmm/driver.c,
-         dlls/winmm/joystick/joystick.c, dlls/winmm/mci.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/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c,
-         dlls/winmm/wavemap/wavemap.c, dlls/oledlg/oledlg_main.c,
-         dlls/opengl32/opengl_norm.c, dlls/richedit/richedit.c,
-         dlls/setupapi/setupx_main.c, dlls/shell32/brsfolder.c,
-         dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
-         dlls/shell32/shellreg.c, dlls/shlwapi/regstream.c,
-         dlls/user/lstr.c, dlls/user/mouse.c, dlls/version/install.c,
-         dlls/win32s/w32sys.c, dlls/wineps/driver.c, dlls/kernel/debugger.c,
-         dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/wowthunk.c,
-         dlls/msacm/pcmconverter.c, dlls/msvcrt/main.c,
-         dlls/msvcrt/string.c, dlls/msvideo/msvideo_main.c,
-         dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/nt.c,
-         dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtlstr.c,
-         dlls/ntdll/sync.c, dlls/ntdll/time.c, dlls/ole32/compobj.c,
-         dlls/ole32/moniker.c, dlls/ole32/ole2.c, dlls/ole32/ole2impl.c,
-         dlls/ole32/storage32.c, dlls/oleaut32/ole2disp.c,
-         dlls/oleaut32/oleaut.c, dlls/dplayx/dplay.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
-
-       * debugger/db_disasm.c:
-       Added disassembly for 0x0f 0x5x opcodes.
-
-       * debugger/dbg.y, debugger/winedbg.c:
-       Better error reporting on DebugActiveProcess failure.
-
-       * server/context_i386.c, server/debugger.c, server/process.c,
-         server/process.h:
-       Small fixes to the debugger support.
-
-       * server/queue.c: Merge WM_MOUSEMOVE messages.
-
-       * tools/winapi_check/win32/wow32.api, tools/winapi/config.pm,
-         tools/winapi/function.pm, tools/winapi/options.pm,
-         tools/winapi/util.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_fixup, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         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>
-       Major reorganization and cleanup.
+       * dlls/advapi32/security.c, dlls/cfgmgr32/main.c, dlls/gdi/freetype.c,
+         dlls/mprapi/mprapi.c, dlls/ntdll/sync.c, dlls/ole32/usrmarshal.c,
+         dlls/usp10/usp10.c:
+       Fix some winapi_check documentation warnings.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implement FlushComm16 with PurgeComm.
+       * dlls/d3d9/pixelshader.c, dlls/ddraw/tests/d3d.c,
+         dlls/gdi/tests/bitmap.c, dlls/kernel/tests/toolhelp.c,
+         dlls/msi/tests/msi.c, dlls/ole32/tests/moniker.c,
+         dlls/wined3d/baseshader.c, dlls/winspool/info.c:
+       Various trace fixes.
+       Add trailing '\n's to trace calls.
+       Remove spaces before '\n'.
 
-       * controls/edit.c, windows/dialog.c:
-       Bill Medland <medbi01@accpac.com>
-       Correct the location of the style patching for the edit control.
+       * configure, configure.ac, dlls/advpack/tests/install.c,
+         dlls/msi/action.c, dlls/user/tests/wsprintf.c,
+         dlls/wined3d/surface.c, dlls/x11drv/dib.c:
+       Assorted spelling fixes.
 
-       * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Stub some rasapi functions.
+2006-05-14  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/wininet/internet.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Have InternetGetConnectedState always return 'LAN connection'.
+       * dlls/comctl32/tests/header.c:
+       comctl32: header: Check for HDN_GETDISPINFO not being sent during INSERT/SETITEM.
 
-2001-07-10  Alexandre Julliard  <julliard@winehq.com>
+2006-05-13  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * server/Makefile.in, server/named_pipe.c, server/request.h,
-         server/trace.c, dlls/kernel/kernel32.spec, dlls/kernel/sync.c,
-         files/file.c, include/server.h, include/winbase.h:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Start implementing named pipes.
+       * dlls/comctl32/listview.c:
+       comctl32: listview: Store the iSubItem in header's lParam in LVM_INSERTCOLUMN.
 
-       * include/shlwapi.h, dlls/shlwapi/shlwapi.spec:
-       Peter Hunnisett <hunnise@yahoo.com>
-       Add shlwapi.wvnsprintf[AW], header info and comments.
+       * dlls/comctl32/header.c:
+       comctl32: header: Correct HDN_GETDISPINFO. Use it during drawing.
+       Improve HEADER_SendHeaderDispInfoNotify and rename it to
+       HEADER_PrepareCallbackItems. The new HEADER_FreeCallbackItems frees
+       the buffers allocated by it. GetItemT and DrawItem calls these
+       functions.
 
-       * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec,
-         include/winsock2.h:
-       Peter Hunnisett <hunnise@yahoo.com>
-       Implemented a stub for WSARecvFrom.
+       * dlls/comctl32/header.c:
+       comctl32: header: Mark the callback items in a mask.
+       Mark the callback items in the callbackMask HEADER_ITEM field. The
+       pszText for callback texts is now NULL what simplifies some
+       checks. Checks for lpItem->pszText==emptyString are also not needed as
+       emptyString is not stored in lpItem but used as a parameter to
+       Str_SetPtr (I haven't noticed it).
 
-       * controls/menu.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       GetMenuItemID: return -1 for invalid menu items, not zero.
+       * dlls/comctl32/header.c:
+       comctl32 header: Free the old string also when the new one is LPSTR_TEXTCALLBACK.
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Rewrite EscapeCommFunction16 to use EscapeCommFunction.
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't modify the user supplied HDITEM during Set/InsertItem.
 
-       * dlls/msvcrt/file.c:
-       Peter Hunnisett <hunnise@yahoo.com>
-       CreateFile should be called with security attributes in _open.
-
-       * dlls/ddraw/dclipper/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Make (G|S)etClipList not abort, but return DDERR_NOCLIPLIST.
-       Do not scroll FIXME()s too much.
-
-2001-07-08  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/ntdll/ntdll.spec, dlls/ole32/compobj.spec,
-         dlls/oledlg/oledlg.spec, dlls/opengl32/make_opengl:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issues found by winapi_check.
-
-       * dlls/oleaut32/parsedt.c:
-       Patrik Stridvall <ps@leissner.se>
-       - Added comment that code is broken.
-       - Silenced annoying long term winapi_check message.
-
-       * dlls/rpcrt4/rpcrt4_main.c, include/config.h.in, configure, configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Add proper check for existance of struct sockaddr member sa_len.
-
-       * documentation/printing.sgml:
-       Andreas Mohr <a.mohr@mailto.de>
-       Updated printing documentation a bit.
-
-       * tools/winapi/config.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
-         tools/winapi_check/win16/gdi.api,
-         tools/winapi_check/win32/oledlg.api,
-         tools/winapi_check/win32/quartz.api,
-         tools/winapi_check/win32/winmm.api,
-         tools/winapi_check/win32/wsock32.api, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_function.pm,
-         tools/winapi_check/winapi_local.pm,
-         tools/winapi_check/winapi_options.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Several bug fixes and additions.
+       * dlls/comctl32/header.c:
+       comctl32: header: Move common code from SetItemT/InsertItemT into a new function.
 
-       * dlls/shlwapi/shlwapi.spec:
-       Peter Hunnisett <hunnise@yahoo.com>
-       Fix some ordinal forwarding.
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't send HDN_GETDISPINFO during HDM_SET/INSERTITEM.
 
-       * controls/menu.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Add some argument validation to SetMenuItemInfoA, so QT5 does not
-       corrupt its menus.
+       * dlls/comctl32/header.c:
+       comctl32: header: Don't check lpItem for NULL in GetItemT.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Move creation process to the WM_NCCREATE message like native and force
-         styles WS_VISIBLE and CCS_TOP.
-       - Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
-         RB_MINIMIZEBAND.
-       - Improve preformance by removing calls to GetWindowLong for GWL_STYLE
-         (by saving state and handling WM_STYLECHANGED).
-       - Cleanup and remove dead and test code.
-
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Correct amount of info displayed for NM_NCHITTEST and all the LVN_*.
-
-       * controls/uitools.c:
-       Bill Medland <medbi01@accpac.com>
-       Correct more colours so that DrawEdge works for more cases.
-
-       * include/strmif.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added missing IIDs.
-
-       * files/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Implement ReadFileEx and WriteFileEx (lpOverlappedCompletion routine
-       is not supported yet...)
+2006-05-11  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Use HANDLEs instead of unix fds.
+       * dlls/shdocvw/events.c, dlls/shdocvw/ie.c, dlls/shdocvw/iexplore.c,
+         dlls/shdocvw/navigate.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/shlinstobj.c,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Wrap Heap* finctions by inline functions.
 
-       * programs/uninstaller/main.c:
-       Jeremy White <jwhite@codeweavers.com>
-       Add --list facility to list installed programs.
-       Add --remove xxx facility to remove a specific program.
-
-2001-07-02  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dialog.c, windows/input.c, windows/keyboard.c,
-         windows/message.c, windows/queue.c, memory/atom.c, memory/global.c,
-         memory/heap.c, memory/local.c, memory/selector.c, memory/string.c,
-         misc/error.c, misc/registry.c, misc/system.c, misc/version.c,
-         objects/bitmap.c, objects/dib.c, objects/font.c, objects/gdiobj.c,
-         objects/palette.c, objects/text.c, scheduler/synchro.c,
-         scheduler/syslevel.c, files/directory.c, files/dos_fs.c,
-         files/drive.c, files/file.c, files/profile.c, graphics/bitblt.c,
-         graphics/escape.c, graphics/fontengine.c, graphics/mapping.c,
-         graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c,
-         graphics/x11drv/oembitmap.c, loader/main.c, loader/module.c,
-         loader/ne/module.c, loader/ne/resource.c, loader/resource.c,
-         loader/task.c, dlls/winmm/midimap/midimap.c,
-         dlls/winmm/wavemap/wavemap.c, dlls/winmm/wineoss/oss.c,
-         dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winspool/info.c,
-         dlls/wsock32/socket.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11drv_main.c, dlls/winmm/mcicda/mcicda.c,
-         dlls/version/resource.c, dlls/version/ver16.c,
-         dlls/win32s/w32skernel.c, dlls/win32s/w32sys.c,
-         dlls/win32s/win32s16.c, dlls/winaspi/winaspi16.c,
-         dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/wineps/driver.c,
-         dlls/wininet/wininet_main.c, dlls/winmm/driver.c,
-         dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c,
-         dlls/winmm/mci.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c,
-         dlls/winmm/sound16.c, dlls/winmm/time.c, dlls/shell32/pidl.c,
-         dlls/shell32/shell.c, dlls/shell32/shell32_main.c,
-         dlls/shell32/shellole.c, dlls/shell32/shellord.c,
-         dlls/shell32/shellpath.c, dlls/shell32/shellreg.c,
-         dlls/shell32/shlmenu.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
-         dlls/ttydrv/user.c, dlls/urlmon/urlmon_main.c, dlls/user/bidi16.c,
-         dlls/user/dde/ddeml16.c, dlls/user/display.c, dlls/user/lstr.c,
-         dlls/user/misc.c, dlls/user/mouse.c, dlls/user/network.c,
-         dlls/user/resource.c, dlls/user/text.c, dlls/user/thunk.c,
-         dlls/user/wsprintf.c, dlls/version/install.c, dlls/ntdll/rtl.c,
-         dlls/ntdll/sec.c, dlls/ntdll/wcstring.c, dlls/ole32/compobj.c,
-         dlls/ole32/filemoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2.c,
-         dlls/ole32/ole2nls.c, dlls/ole32/storage.c,
-         dlls/oleaut32/ole2disp.c, dlls/oleaut32/typelib.c,
-         dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c,
-         dlls/olepro32/olepro32stubs.c, dlls/olesvr/olesvr_main.c,
-         dlls/serialui/confdlg.c, dlls/setupapi/infparse.c,
-         dlls/shell32/changenotify.c, dlls/shell32/iconcache.c,
-         dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
-         dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c,
-         dlls/commdlg/generic.c, dlls/commdlg/printdlg.c,
-         dlls/dplayx/dpclassfactory.c, dlls/gdi/bidi16.c,
-         dlls/gdi/printdrv.c, dlls/gdi/thunk.c, dlls/gdi/wing.c,
-         dlls/kernel/comm.c, dlls/kernel/debugger.c,
-         dlls/kernel/kernel_main.c, dlls/kernel/string.c,
-         dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/toolhelp.c,
-         dlls/kernel/utthunk.c, dlls/kernel/win87em.c,
-         dlls/kernel/wowthunk.c, dlls/lzexpand/lzexpand_main.c,
-         dlls/mpr/mpr_main.c, dlls/msacm/pcmconverter.c, dlls/msvcrt/cpp.c,
-         dlls/msvcrt/heap.c, controls/menu.c, dlls/avifil32/api.c,
-         dlls/comctl32/comctl32undoc.c, dlls/comctl32/imagelist.c,
-         dlls/commdlg/colordlg.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation fixes.
-
-       * Make.rules.in, configure, configure.in, dlls/Makefile.in,
-         dlls/quartz/.cvsignore, dlls/quartz/Makefile.in,
-         dlls/quartz/main.c, dlls/quartz/quartz.spec:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added stubs for quartz.dll.
-
-       * win32/file.c, dlls/kernel/kernel32.spec, files/file.c,
-         include/winbase.h:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Declare stubs for ReadFileEx, WriteFileEx.
+2006-05-15  Huw Davies <huw@codeweavers.com>
 
-       * include/Makefile.in, include/amaudio.h, include/amvideo.h,
-         include/control.h, include/strmif.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some dshow headers.
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Update the marshal state buffer size when resizing (Doh!).
 
-       * dlls/wineps/wineps.spec, dlls/x11drv/x11drv.spec, dlls/Makefile.in:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix some inter dll dependencies.
+2006-05-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/wsock32/protocol.c, dlls/wsock32/wsock32.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add stdcall->cdecl thunks for inet_network and getnetbyname.
+       * dlls/msvcrt/tests/time.c:
+       msvcrt: Fix times tests to pass on windows.
+       Add more tests for daylight-time savings.
 
-       * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/truetype.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace PROFILE_* functions by Reg*.
+2006-05-13  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       RBBS_FIXEDSIZE should not affect _AdjustBands (found by Mike McCormack
-       in WinZip).
+       * dlls/ntdll/nt.c, include/wine/server_protocol.h, server/protocol.def,
+         server/request.h, server/token.c, server/trace.c:
+       server: Retrieve the groups for a token from the server.
 
-       * dlls/comctl32/toolbar.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Fix button text placement for disabled buttons (see Winzip 8.0).
-
-       * include/urlmon.h:
-       Nikolas Zimmermann <wildfox@kde.org>
-       Added IBindHost, IWinInetInfo, IWinInetHttpInfo class definitions,
-       BINDF, BINDSTATUS structs.
-
-       * dlls/gdi/dispdib.spec, dlls/gdi/wing.spec, dlls/kernel/stress.spec,
-         dlls/msvideo/msvideo.spec, dlls/ntdll/signal_i386.c,
-         dlls/ole32/compobj.spec, dlls/winmm/mmsystem.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi/winapi_extract, tools/winapi/winapi_fixup,
-         tools/winapi_check/modules.dat, tools/winapi_check/nativeapi.pm,
-         tools/winapi_check/win16/compobj.api, tools/winapi_check/winapi.pm,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Several bug fixes and additions.
-
-       * dlls/msvideo/msvideo_main.c, objects/clipping.c, objects/palette.c,
-         windows/clipboard.c, windows/mdi.c, controls/menu.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace some 16-bit calls by their 32-bit equivalents.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: The arm type mask should be comparing the highest byte against 0x80,
+       as documented on MSDN.
+       Fix base type arm handling on little-endian machines, as the current
+       code would always pass in the address to the format char of 0x80
+       instead of the base type format char.
 
-       * dlls/comctl32/listview.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Remember response from LVN_GETDISPINFO if user sets LVIF_DI_SETITEM.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make ComplexStructSize increment the buffer.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Pass in the buffer value before incrementing to PointerMarshall in
+       NdrPointerMarshall.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrComplexStructMemorySize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrComplexArrayMemorySize.
+
+       * dlls/rpcrt4/rpc_defs.h:
+       rpcrt4: Fix the fault packet structure to comply with the DCE/RPC specification.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: The NDR memory sizing functions should increment the buffer pointer,
+       so make sure to save it before calling one of these and restore it afterwards.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make NdrBaseTypeMemorySize increment the buffer and memory size fields
+       of MIDL_STUB_MESSAGE.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Make NdrConformantStringUnmarshall use the new Read{Variance,Conformance}
+       functions and adapt them to be callable without having a correlation
+       descriptor.
+
+       * dlls/advapi32/tests/security.c:
+       advapi32: Add tests for getting the groups, user and privileges of a token.
+
+2006-05-14  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.h,
+         dlls/advapi32/crypt_arc4.c, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction004.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction003.
+
+2006-05-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.h,
+         dlls/advapi32/crypt_des.c, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction002 (DES decrypt).
+
+2006-05-14  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Avoid a NULL dereference in RealizePalette.
+
+2006-05-14  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Render state additions and fixes.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Nonpow2 repacking support for GetDC.
 
-       * dlls/win32s/win32s16.c, dlls/win32s/win32s16.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Finish win32s separation.
+2006-05-13  Stefan Dösinger <stefan@codeweavers.com>
 
-2001-06-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c, dlls/wined3d/swapchain.c:
+       wined3d: Support for single buffering.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20010629.
+2006-05-13  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/Makefile.in, dlls/wined3d/device.c,
+         dlls/wined3d/surface_gdi.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineGDISurface.
+
+2006-05-12  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DDevice::ProcessVertices.
+
+2006-05-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/rpcrt4/rpc_defs.h:
+       rpcrt4: Add missing PKT_AUTH3 packet type.
+
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Add infrastructure for send authentication data.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Forward RpcBindingSetAuthInfo to RpcBindingSetAuthInfoEx.
+
+2006-05-13  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/dnsapi/tests/name.c:
+       dnsapi: Add tests for DnsValidateName_A.
+
+2006-05-14  Gerald Pfeifer <gerald@pfeifer.com>
+
+       * dlls/gphoto2.ds/gphoto2_i.h:
+       gphoto2.ds: Fix a typo in a #warning, and slight rewording.  Fix grammaro
+       in comment.
+
+2006-05-13  Jacek Caban <jacek@codeweavers.com>
+
+       * tools/widl/write_msft.c:
+       widl: Added RPC_FC_ENUM16 encoding.
+
+       * tools/widl/typelib_struct.h, tools/widl/write_msft.c:
+       widl: res50 is number of impinfos. Fix its usage.
+
+       * dlls/oleaut32/typelib.h, dlls/oleaut32/typelib2.c:
+       oleaut32: res50 is number of impinfos. Fix its usage.
+
+2006-05-12  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/protocol.c, dlls/urlmon/tests/url.c:
+       urlmon: Fix tests.
+
+       * dlls/shdocvw/navigate.c:
+       shdocvw: Added support for navigation to application URLs.
+
+       * dlls/mshtml/protocol.c, dlls/mshtml/tests/protocol.c:
+       mshtml: Fix protocol tests on XP. Make Wine match XP implementation.
+
+2006-05-13  Stefan Leichter <Stefan.Leichter@camLine.com>
+
+       * dlls/ntdll/tests/port.c:
+       ntdll: Fix endless loop in port test for users without admin rights.
+
+2006-05-12  Francois Gouget <fgouget@free.fr>
+
+       * dlls/gphoto2.ds/ds_ctrl.c, dlls/gphoto2.ds/ds_image.c,
+         dlls/gphoto2.ds/gphoto2_i.h, dlls/gphoto2.ds/ui.c:
+       gphoto2.ds: Spelling fix.
+
+       * include/mprapi.h:
+       mprapi: Add FIXME for the missing in6addr.h include.
+
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Fix some conditional includes.
+       Check for HAVE_UNISTD_H before including unistd.h.
+       There is no HAVE_SYS_TYPES to check.
+       Tweak the indentation of a few #include directives.
+
+       * include/dmusici.h, include/rpcdce.h:
+       include: Remove uneeded __RPC_FAR references.
+
+       * tools/winapi/c_parser.pm, tools/winapi/winapi_local.pm,
+         tools/winapi/winapi_parser.pm:
+       winapi: Add support for APIENTRY.
+       Factorize a couple of call convention matching regular expressions.
+
+2006-05-12  Francois Gouget <fgouget@codeweavers.com>
+
+       * dlls/ole32/tests/storage32.c:
+       ole32: Fix compilation with gcc 2.95.
+
+2006-05-12  Thomas Weidenmueller <wine-patches@reactsoft.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Fix converting file name to Unicode.
+       Fix converting the typelib file name to Unicode by using the correct
+       buffer size.
+
+2006-05-11  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/oid.c,
+         dlls/crypt32/serialize.c, dlls/crypt32/store.c,
+         dlls/crypt32/tests/cert.c, dlls/crypt32/tests/encode.c,
+         dlls/crypt32/tests/main.c, dlls/crypt32/tests/oid.c,
+         dlls/crypt32/tests/store.c:
+       crypt32: Use the HRESULT synonyms for converted Win32 error codes.
+
+2006-05-12  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wininet/http.c:
+       wininet: Remove broken code for HTTP_QUERY_FLAG_COALESCE, which is unimplemented
+       according to MSDN.
+
+       * dlls/wininet/ftp.c:
+       wininet: Check for null parameters in FtpSetCurrentDirectoryW.
+
+2006-05-14  Mike McCormack <mike@codeweavers.com>
+
+       * server/registry.c:
+       server: Avoid a crash if a registry notify event has been set already.
+
+2006-05-14  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * programs/winedbg/stack.c, programs/winedbg/tgt_active.c:
+       winedbg: Fixed regression for command 'bt all'.
+       Don't print 'process has terminated' message when detaching from a
+       process (or backtracing it).
+
+2006-05-12  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/ntdll/serial.c:
+       ntdll: Fix serial timeout regression.
+
+2006-05-11  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.13.
 
 ----------------------------------------------------------------
-2001-06-29  Alexandre Julliard  <julliard@winehq.com>
+2006-05-10  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * configure.in, dlls/user/dde/client.c, dlls/user/dde/misc.c,
-       dlls/user/dde/server.c, configure:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix 'make depend' for out of the source tree build.
+       * dlls/kernel/tests/toolhelp.c:
+       kernel: Fix CreateToolhelp32Snapshot tests on win2k.
 
-       * dlls/msvcrt/except.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add missing config.h include.
+2006-05-10  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/x11drv/winpos.c:
-       Removed unnecessary SetWindowPos call in SetWindowRgn.
-
-       * README: Andreas Mohr <a.mohr@mailto.de>
-       Documentation update.
-
-       * windows/x11drv/Makefile.in, windows/x11drv/wnd.c,
-       dlls/ttydrv/ttydrv.h, dlls/ttydrv/ttydrv_main.c,
-       dlls/ttydrv/wnd.c, dlls/user/user_main.c, dlls/x11drv/winpos.c,
-       dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
-       include/user.h, include/win.h, include/x11drv.h, windows/win.c,
-       windows/winpos.c:
-       Moved ForceWindowRaise to the USER driver and removed the WND driver.
-
-       * windows/message.c:
-       Travis Michielsen <tjmichielsen@yahoo.com>
-       Fixed handling of WM_MOUSEWHEEL messages in non-client space.
-
-2001-06-28  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dialog.c, windows/message.c, windows/win.c,
-         controls/menu.c, dlls/ntdll/debugtools.c, dlls/ntdll/nt.c,
-         dlls/ntdll/rtl.c, msdos/ioports.c, 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/metafile.c, objects/palette.c,
-         objects/pen.c, objects/region.c, objects/text.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation name fixes.
-
-       * configure, configure.in, include/config.h.in:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed subtle configure bug concerning OpenGL.
-       Found on FreeBSD (which has OpenGL in /usr/X11R6/lib).
-
-       * dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi/winapi_fixup, tools/winapi_check/modules.dat,
-         tools/winapi_check/win32/user32.api,
-         tools/winapi_check/win32/x11drv.api,
-         tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_local.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Several bug fixes and additions.
-
-       * controls/edit.c:
-       Bill Medland <medbi01@accpac.com>
-       Improved handling of styles in the edit control, including detecting
-       changes of style and correcting handling of inconsistant styles.
-
-       * include/winnls.h, dlls/ole32/compobj.c, dlls/ole32/compobj.spec,
-         dlls/ole32/ole2nls.c, dlls/ole32/ole2nls.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Finish ole32 separation.
-
-       * include/queue.h, include/server.h, server/queue.c,
-         windows/input.c, windows/message.c, windows/queue.c:
-       - Remove cooked hardware messages when they are dropped (reported by
-         Gerard Patel).
-       - Convert all posted 32-bit messages to Unicode before storing them in
-         the queue.
-       - Faster implementation of MSG_IsPointerMessage.
-       - Moved a couple of functions from queue.c to message.c.
-
-2001-06-27  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/acconfig.h, include/config.h.in, include/wine/port.h,
-         library/port.c, loader/elf.c, Makefile.in, configure,
-         configure.in:
-       Put AC_DEFINE symbols definitions directly in the configure script so
-       that we no longer need an acconfig.h. Cleaned up dlopen() tests a bit.
-
-       * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
-       Fix misleading P4 warning message appearing even in case of match.
-
-2001-06-26  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/opengl32/wgl.c, dlls/x11drv/window.c, include/x11drv.h:
-       Added window properties to make some x11drv-specific information
-       available to higher level code.
-
-       * documentation/samples/config, include/config.h.in,
-         include/miscemu.h, msdos/Makefile.in, msdos/ioports.c,
-         msdos/ppdev.c, configure, configure.in:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added /dev/parport support for direct port access.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/msc.c,
+         dlls/dbghelp/mscvpdb.h, dlls/dbghelp/path.c:
+       dbghelp: SymFindFileInPath and PDB
+       - implemented correct lookup when SymFindFileInPath is called to find
+       a PDB file
+       - added pdb_fetch_file_info to gather relevant information
+       - when looking for a PDB file (from a .EXE or a .DLL), now using
+       SymFindFileInPath to locate the PDB file with the correct
+       information
 
-       * dlls/x11drv/winpos.c:
-       Make the visible region empty for non-visible windows.
+       * dlls/dbghelp/module.c:
+       dbghelp: Removed call to registered callback when unloading a module.
+       First, native dbghelp doesn't do it, and it crashed windbg, likely
+       because we got the undocumented arguments wrong.
 
-       * windows/x11drv/event.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace one more PROFILE_ function by RegQueryValueExA.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Implemented SymSearchW.
 
-       * dlls/wineps/objects.c, graphics/metafiledrv/objects.c,
-         graphics/win16drv/objects.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace some 16-bit calls by their 32-bit equivalents.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Implemented SymEnumSymbolsW.
 
-2001-06-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/symbol.c:
+       dbghelp: Improved SymSearch (now using tag, index and address).
 
-       * dlls/ntdll/signal_i386.c:
-       Don't compile vm86-specific code on platforms that don't support it.
+       * dlls/dbghelp/symbol.c:
+       dbghelp: Factorize and simplify a bit symbol enumeration code.
 
-       * dlls/commdlg/cdlg_Zh.rc, dlls/commdlg/rsrc.rc,
-         dlls/kernel/nls/cht.nls, dlls/shell32/shell32_Zh.rc,
-         dlls/shell32/shres.rc, dlls/user/resources/user32_Zh.rc,
-         graphics/x11drv/codepage.c, graphics/x11drv/xfont.c:
-       Jau-Horng Chen <b6502002@ee.ntu.edu.tw>
-       Added Traditional Chinese Support
-       Fixed sublang font size error when not using fixed-size font.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/source.c, include/dbghelp.h:
+       dbghelp: Stubbed SymGetSourceFileTokenW.
 
-       * graphics/x11drv/brush.c, graphics/x11drv/objects.c,
-         objects/clipping.c, objects/dc.c, windows/x11drv/event.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace some 16-bit calls by their 32-bit equivalents.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/symbol.c,
+         include/dbghelp.h:
+       dbghelp: Implemented SymGetLineFromAddrW64.
 
-       * include/winuser.h, include/x11drv.h, windows/input.c,
-         windows/x11drv/event.c, windows/x11drv/mouse.c,
-         dlls/user/user.spec, dlls/user/user32.spec:
-       Implemented SendInput().
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Implemented SymFromAddrW.
 
-       * graphics/x11drv/dib.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Better separate the XShm using code.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       dbghelp: Implemented SymGetModuleInfoW and SymGetModuleInfoW64.
 
-2001-06-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       dbghelp: Implemented SymLoadModuleExW.
 
-       * tools/wrc/parser.y:
-       Bang Jun-Young <bjy@mogua.org>
-       Add a workaround for a bug in byacc (again).
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/dbghelp_private.h, include/dbghelp.h:
+       dbghelp: Implemented SymRegisterCallbackW64 and 64 -> 64W mapping function.
 
-       * tools/examine-relay:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed for new relay format. added thread knowledge.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/path.c,
+         dlls/dbghelp/pe_module.c, include/dbghelp.h:
+       dbghelp: SymInitializeW.
+       - implemented SymInitializeW (and made SymInitialize call it)
+       - implemented Sym{SG}etSearchPathW (and made Sym{SG}etSearchPath
+       call them)
+       - per process search path is now stored as unicode string
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
-         notify formats.
-       - Move the drawing of the band backgrounds and band separators to the
-         WM_ERASEBKGND processing just the way the native controls do.
-       - Implement WM_SETREDRAW.
-
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Fix memory leaks.
-       - Add support for WM_NOTIFYFORMAT and support both ANSI and UNICODE
-         notify formats.
-       - Fix some drawing issues with COMBOEX_DrawItem.
+       * dlls/dbghelp/dbghelp.spec:
+       dbghelp: Updated spec file.
 
-       * dlls/comctl32/toolbar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Fixed test so 0xffffffff is properly recognized.
+2006-05-10  Ivan Gyurdiev <ivg2@cornell.edu>
 
-2001-06-22  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Set pIndexData to 0 in DrawIndexedPrimitiveUP.
 
-       * winedefault.reg:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add RegisteredOwner and RegisteredOrganization.
+       * dlls/wined3d/volume.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Initialize volume format.
 
-       * include/winnt.h:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Added some defines for process security tokens.
-
-       * controls/scroll.c, dlls/comctl32/comctl32undoc.c, misc/registry.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Spelling fixes.
-
-       * misc/cpu.c: Andreas Mohr <a.mohr@mailto.de>
-       GetSystemInfo() Pentium 4 support.
-
-       * server/file.c:
-       Mike McCormack <mike_mccormack@start.com.au>
-       Remove truncate debug message printed on successful truncates.
-
-       * include/dde.h, include/ddeml.h, dlls/user/dde/client.c,
-         dlls/user/dde/dde_private.h, dlls/user/dde/ddeml16.c,
-         dlls/user/dde/misc.c, dlls/user/dde/server.c,
-         dlls/user/Makefile.in, dlls/user/ddeml.c, dlls/user/ddeml16.h,
-         dlls/user/user32.spec:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Merge from Corel tree. Contributors are:
-       - Corel (Sean Langley, Michael Abd-El-Malek, Rick Mutzke, Bill Xing)
-       - Macadamian on behalf of Corel (Louis-Philippe Gagnon, Jean-Claude Batista)
-       Also added a few bits:
-       - Complete window model for several instances and conversations.
-       - Support for asynchronous transactions.
-       - Fixed some code (WM_DDE_REQUEST, WM_DDE_ADVISE, WM_DDE_REQUEST) handling.
-       - Support for wild connections.
-
-       * windows/x11drv/event.c, dlls/x11drv/winpos.c:
-       Don't rely on X to expose windows covered by a sibling, do it
-       manually.
-
-2001-06-21  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/user.h, windows/cursoricon.c, windows/input.c,
-         windows/x11drv/mouse.c, dlls/ttydrv/ttydrv.spec,
-         dlls/ttydrv/user.c, dlls/user/display.c, dlls/user/user_main.c,
-         dlls/x11drv/x11drv.spec:
-       Ove Kaaven <ovek@transgaming.com>
-       Make GetCursorPos call XQueryPointer.
-
-       * dlls/ntdll/signal_i386.c, include/thread.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Extended __wine_enter_vm86 to handle pending interrupts.
-
-2001-06-20  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/queue.h, include/winpos.h, windows/defwnd.c,
-         windows/input.c, windows/message.c, windows/queue.c,
-         windows/winpos.c, windows/winproc.c:
-       Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint.
-       Removed a few no longer used routines.
-
-       * msdos/dpmi.c, msdos/int10.c, msdos/int11.c, msdos/int12.c,
-         msdos/int13.c, msdos/int15.c, msdos/int1a.c, msdos/int20.c,
-         msdos/int25.c, msdos/int26.c, msdos/int2a.c, msdos/int2f.c,
-         msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/interrupts.c,
-         msdos/vxd.c, objects/font.c, objects/region.c,
-         scheduler/critsection.c, scheduler/thread.c,
-         dlls/winmm/mmsystem.c, dlls/winsock/socket.c,
-         dlls/winspool/info.c, files/directory.c, files/dos_fs.c,
-         files/file.c, files/profile.c, loader/module.c,
-         memory/codepage.c, memory/global.c, memory/selector.c,
-         misc/options.c, dlls/ole32/compobj.c, dlls/ole32/moniker.c,
-         dlls/ole32/ole2stubs.c, dlls/ole32/ole32_main.c,
-         dlls/oleaut32/typelib.c, dlls/rpcrt4/rpcrt4_main.c,
-         dlls/setupapi/virtcopy.c, dlls/shdocvw/shdocvw_main.c,
-         dlls/shell32/changenotify.c, dlls/shell32/pidl.c,
-         dlls/shell32/shell32_main.c, dlls/shell32/shellord.c,
-         dlls/shell32/shellreg.c, dlls/shlwapi/shlwapi_main.c,
-         dlls/shlwapi/string.c, dlls/shlwapi/url.c, dlls/wininet/http.c,
-         dlls/dsound/dsound_main.c, dlls/kernel/thunk.c,
-         dlls/msacm/msacm_main.c, dlls/msvideo/drawdib.c,
-         dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c,
-         dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c,
-         dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c,
-         dlls/ntdll/signal_sparc.c, dlls/ntdll/string.c,
-         dlls/ntdll/time.c, dlls/ntdll/wcstring.c, controls/menu.c,
-         dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
-         dlls/ddraw/main.c, dlls/dplayx/dplayx_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes.
-
-       * windows/message.c, windows/painting.c, windows/queue.c,
-         windows/win.c, dlls/user/user_main.c, include/server.h,
-         include/win.h, server/queue.c, server/request.h, server/trace.c:
-       Moved queue paint count to the server. Removed a few no longer used
-       routines.
-
-       * dlls/commdlg/comdlg32.spec, dlls/setupapi/setupx.spec,
-         dlls/user/user.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi/config.pm, tools/winapi/winapi_fixup,
-         tools/winapi_check/modules.pm,
-         tools/winapi_check/win16/setupx.api,
-         tools/winapi_check/win32/winmm.api,
-         tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Several bug fixes and additions.
-
-       * programs/wcmd/directory.c:
-       Dave Pickles <davep@cyw.uklinux.net>
-       - Fix uninitialised variable problem in DIR command.
-       - Correct some comments.
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Share shader_dump_ins_modifiers().
+       Share shader_dump_ins_modifiers(), and make vertex shaders use it.
+       The saturate modifer (_sat) is valid on vs_3_0+, and it isn't being
+       shown in the trace.
 
-       * dlls/x11drv/winpos.c:
-       Clip parent client area when using the drawable from a higher level
-       parent.
+2006-05-10  Robert Reif <reif@earthlink.net>
 
-       * dlls/x11drv/scroll.c: Fixed region leak.
+       * dlls/winmm/tests/wave.c:
+       winmm: Fix wave test volume warning.
+       Volume is only valid when sound card has volume support.
 
-       * graphics/x11drv/clipping.c:
-       Subtract DC origin from graphics exposure event coordinates.
+2006-05-11  Mike McCormack <mike@codeweavers.com>
 
-2001-06-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/dialogs.c:
+       wininet: Fix a typo (spotted by Coverity).
 
-       * server/queue.c, server/trace.c, tools/make_requests,
-         windows/input.c, windows/message.c, windows/queue.c,
-         dlls/user/user_main.c, dlls/x11drv/window.c, include/queue.h,
-         include/server.h:
-       Moved hardware message queue handling to the server.
+       * dlls/advapi32/crypt_arc4.c:
+       advapi32: Fix a typo (spotted by Peter Berg Larsen).
 
-       * server/request.c:
-       Ignore EAGAIN errors in read_request.
+2006-05-10  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/version/info.c, dlls/version/install.c,
-         dlls/win32s/w32skernel.c, dlls/win32s/win32s16.c,
-         dlls/winaspi/winaspi32.c, dlls/wininet/ftp.c,
-         dlls/wininet/http.c, dlls/wininet/internet.c,
-         dlls/winmm/driver.c, dlls/winmm/joystick.c, dlls/winmm/mci.c,
-         dlls/winmm/mmsystem.c, dlls/winmm/sound16.c, dlls/winmm/time.c,
-         dlls/winsock/socket.c, dlls/winspool/info.c,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11drv_main.c, dlls/setupapi/infparse.c,
-         dlls/setupapi/setupx_main.c, dlls/setupapi/stubs.c,
-         dlls/shdocvw/shdocvw_main.c, dlls/shell32/brsfolder.c,
-         dlls/shell32/changenotify.c, dlls/shell32/control.c,
-         dlls/shell32/pidl.c, dlls/shell32/shell.c,
-         dlls/shell32/shell32_main.c, dlls/shell32/shellole.c,
-         dlls/shell32/shellord.c, dlls/shell32/shellpath.c,
-         dlls/shell32/shlfileop.c, dlls/shell32/systray.c,
-         dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/ttydrv/user.c,
-         dlls/urlmon/umon.c, 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, dlls/ole32/antimoniker.c,
-         dlls/ole32/bindctx.c, dlls/ole32/compobj.c,
-         dlls/ole32/compositemoniker.c, dlls/ole32/errorinfo.c,
-         dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
-         dlls/ole32/ole2.c, dlls/ole32/ole2nls.c, dlls/ole32/ole2stubs.c,
-         dlls/ole32/storage32.c, dlls/oleaut32/hash.c,
-         dlls/oleaut32/oleaut.c, dlls/oleaut32/olepicture.c,
-         dlls/oleaut32/safearray.c, dlls/oleaut32/stubs.c,
-         dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c,
-         dlls/opengl32/wgl.c, dlls/rpcrt4/rpcrt4_main.c,
-         dlls/dplayx/dplay.c, dlls/dplayx/dplayx_main.c,
-         dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c,
-         dlls/kernel/sync.c, dlls/kernel/thunk.c,
-         dlls/lzexpand/lzexpand_main.c, dlls/mpr/auth.c,
-         dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c,
-         dlls/mpr/wnet.c, dlls/msacm/msacm_main.c, dlls/msvcrt/mbcs.c,
-         dlls/msvideo/drawdib.c, dlls/msvideo/msvideo_main.c,
-         dlls/ntdll/error.c, dlls/ntdll/exception.c, dlls/ntdll/file.c,
-         dlls/ntdll/nt.c, dlls/comctl32/comctl32undoc.c,
-         dlls/comctl32/commctrl.c, dlls/ddraw/main.c,
-         dlls/dinput/dinput_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes.
-
-       * dlls/winmm/midimap/midimap.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fails mapper opening when no midi out devices are present.
-
-       * dlls/winmm/mmio.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed bugs in output functions (ascend, createChunk).
-       Cleaned up trace messages.
-       Fixed some mmioOpen file name parsing.
-
-       * include/urlmon.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       BSCF enum defines flags, not an enumeration.
-
-       * msdos/vga.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Made DOS VGA display again with last months DDRAW updates.
-
-       * graphics/x11drv/xfont.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add System font to the set of default sans serif fonts.
+       * dlls/user/defdlg.c, dlls/user/icontitle.c, dlls/user/mdi.c,
+         dlls/user/nonclient.c, dlls/user/winpos.c:
+       user: Prefer SendMessageW over SendMessageA where possible.
 
-       * dlls/x11drv/winpos.c:
-       Fixed one more bug in clip_children.
+       * dlls/x11drv/event.c, dlls/x11drv/winpos.c:
+       x11drv: Prefer SendMessageW over SendMessageA where possible.
 
-       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/thread.c,
-         include/msvcrt/process.h:
-       Patrik Stridvall <ps@leissner.se>
-       - Added, cleaned up and/or documentated _{begin,end}thread{,ex}.
-       - _lfind and _ltow are implemented (not stubs).
+2006-05-10  Francois Gouget <fgouget@free.fr>
 
-       * dlls/msvcrt/wcs.c:
-       Patrik Stridvall <ps@leissner.se>
-       Removed implementation of _ultow since it is forwarded to NTDLL in the
-       .spec file.
-
-       * dlls/kernel/comm.c, dlls/kernel/kernel32.spec, include/winbase.h:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed GetCommConfig number of arguments.
-
-       * Makefile.in: Patrik Stridvall <ps@leissner.se>
-       wine needs to be built before winedbg.
-
-       * if1632/relay.c, dlls/avifil32/api.c,
-         dlls/avifil32/avifil32.spec, dlls/kernel/debugger.c,
-         dlls/kernel/kernel.spec, dlls/kernel/time.c,
-         dlls/user/user32.spec, dlls/wininet/internet.c,
-         dlls/winmm/mmsystem.c, dlls/winmm/mmsystem.spec:
-       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/preprocessor.pm,
-         tools/winapi_check/win32/avifil32.api,
-         tools/winapi_check/win32/crtdll.api,
-         tools/winapi_check/win32/msvcrt.api,
-         tools/winapi_check/win32/ole32.api,
-         tools/winapi_check/win32/shell32.api,
-         tools/winapi_check/win32/w32skrnl.api,
-         tools/winapi_check/win32/wow32.api,
-         tools/winapi_check/win32/wsock32.api,
-         tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm,
-         tools/winapi_check/winapi_global.pm,
-         tools/winapi_check/winapi_local.pm,
-         tools/winapi_check/winapi_options.pm,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Slightly better handling of external/internal names.
-       - Minor bug fixes.
-       - Minor API files update.
-
-       * tools/winapi/config.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_fixup:
-       Patrik Stridvall <ps@leissner.se>
-       Several bug fixes and additions.
-
-       * dlls/comctl32/comctl32undoc.c, dlls/comctl32/commctrl.c,
-         dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c,
-         dlls/comctl32/imagelist.c, dlls/comctl32/propsheet.c,
-         dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
-         dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c,
-         dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c,
-         dlls/commdlg/generic.c, dlls/commdlg/printdlg.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes.
-
-       * dlls/x11drv/window.c, graphics/x11drv/bitblt.c,
-         graphics/x11drv/palette.c, graphics/x11drv/xfont.c,
-         windows/x11drv/clipboard.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace PROFILE_ functions by RegQueryValueExA in x11drv.
-
-       * server/file.c: Bill Medland <medbi01@accpac.com>
-       SetFilePointer correction; return ERROR_NEGATIVE_SEEK (broken by the
-       64 bit file access enhancement).
-
-       * configure.in, tools/config.guess, tools/config.sub, configure:
-       Patrik Stridvall <ps@leissner.se>
-       Added support for autoconf 2.50.
-
-2001-06-15  Alexandre Julliard  <julliard@winehq.com>
+       * tools/winapi/winapi_parser.pm:
+       winapi_check: Fix 'long int' parsing.
+       Fix parsing of 'long int'.
+       Simplify handling of spaces in a couple of regular expressions.
 
-       * dlls/x11drv/winpos.c:
-       clip_children: don't crash if child is not in list (can happen on
-       WM_NCCREATE).
-
-       * scheduler/sysdeps.c:
-       Bang Jun-Young <bjy@mogua.org>
-       Use clone() if HAVE_CLONE is defined.
-
-       * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c,
-         dlls/ntdll/signal_sparc.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Block SIGINT and SIGALRM in signal handlers.
-
-2001-06-14  Alexandre Julliard  <julliard@winehq.com>
-
-       * memory/virtual.c:
-       Added direct system call for unaligned mmap support on Linux.
-       Support 64-bit file offsets in MapViewOfFileEx.
-
-       * ole/ole2nls.c, misc/lstr.c, misc/Makefile.in, dlls/user/lstr.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Move IsCharAlphaA and IsCharAlphaNumericA to user32.
-       Better implement some of user32 *Char* functions regarding locale.
-       Remove kernel32 dependency on user32.
-
-       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Stub for InternetGetCookieA.
-
-       * windows/nonclient.c, windows/spy.c, windows/sysmetrics.c,
-         windows/win.c, windows/winpos.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace more PROFILE_ functions by RegQueryValueExA.
-
-       * objects/dib.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Multiple *ptr++ constructs in one expression have undefined behaviour,
-       moved them out of the expression.
-
-2001-06-13  Alexandre Julliard  <julliard@winehq.com>
-
-       * win32/device.c, win32/kernel32.c, win32/newfns.c,
-         scheduler/critsection.c, scheduler/handle.c, scheduler/pipe.c,
-         scheduler/process.c, scheduler/synchro.c, scheduler/syslevel.c,
-         scheduler/thread.c, scheduler/timer.c, win32/console.c,
-         loader/ne/module.c, loader/ne/resource.c, memory/atom.c,
-         memory/environ.c, memory/global.c, memory/heap.c,
-         memory/local.c, memory/registry.c, memory/selector.c,
-         memory/string.c, memory/virtual.c, misc/cpu.c, misc/lstr.c,
-         misc/main.c, misc/registry.c, misc/version.c, ole/ole2nls.c,
-         dlls/user/ddeml.c, dlls/user/lstr.c, dlls/winspool/info.c,
-         files/change.c, files/directory.c, files/dos_fs.c,
-         files/drive.c, files/file.c, files/profile.c, files/tape.c,
-         loader/module.c, loader/pe_resource.c, loader/resource.c,
-         loader/task.c, dlls/gdi/wing.c, dlls/kernel/comm.c,
-         dlls/kernel/debugger.c, dlls/kernel/format_msg.c,
-         dlls/kernel/string.c, dlls/kernel/sync.c, dlls/kernel/thunk.c,
-         dlls/kernel/time.c, dlls/kernel/toolhelp.c,
-         dlls/kernel/utthunk.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes (using winapi_fixup).
+2006-05-10  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/x11drv/winpos.c:
-       Use the topmost parent that isn't clipping children as drawable,
-       to make sure parent siblings are not clipped.
+       * dlls/amstream/regsvr.c, dlls/avifil32/regsvr.c, dlls/comcat/regsvr.c,
+         dlls/d3dxof/regsvr.c, dlls/ddraw/regsvr.c, dlls/dinput/regsvr.c,
+         dlls/dmband/regsvr.c, dlls/dmcompos/regsvr.c, dlls/dmime/regsvr.c,
+         dlls/dmloader/regsvr.c, dlls/dmscript/regsvr.c,
+         dlls/dmstyle/regsvr.c, dlls/dmsynth/regsvr.c, dlls/dmusic/regsvr.c,
+         dlls/dplayx/regsvr.c, dlls/dpnet/regsvr.c, dlls/dsound/regsvr.c,
+         dlls/dswave/regsvr.c, dlls/dxdiagn/regsvr.c,
+         dlls/hhctrl.ocx/regsvr.c, dlls/itss/regsvr.c, dlls/mlang/regsvr.c,
+         dlls/msi/regsvr.c, dlls/objsel/regsvr.c, dlls/ole32/regsvr.c,
+         dlls/oleaut32/regsvr.c, dlls/quartz/regsvr.c, dlls/shdocvw/regsvr.c,
+         dlls/shell32/regsvr.c, dlls/urlmon/regsvr.c:
+       Check the return value from register_key_guid in all the DLL registering code.
 
-       * dlls/commdlg/fontdlg.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make ChooseFontW use ChooseFontA.
-
-       * windows/x11drv/event.c:
-       Force invalidating of siblings children on expose event.
-
-       * tools/winapi/config.pm, tools/winapi/options.pm,
-         tools/winapi/output.pm, tools/winapi/setup.pm,
-         tools/winapi/util.pm, tools/winapi/winapi_extract,
-         tools/winapi/winapi_fixup:
-       Patrik Stridvall <ps@leissner.se>
-       - New common code for the winapi tools.
-       - New tool for extracting source code information.
-       - New tool for automatically modifying (fixing) the source code.
-
-       * dlls/gdi/printdrv.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace PROFILE_GetWineIniString by RegQueryValueExA.
-
-       * dlls/dsound/dsound_main.c, include/dsound.h, include/winerror.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added definitions for IKsPropertySet, small stub implementation for
-       IDirectSound3DBuffer. Fixed one pointer reference.
+2006-05-09  Bernd Buschinski <b.buschinski@web.de>
 
-       * dlls/msvcrt/msvcrt.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       _tzset just forwards to libc tzset().
+       * dlls/ntdll/file.c:
+       ntdll: Stub implementation of FSCTL_LOCK_VOLUME/FSCTL_UNLOCK_VOLUME.
 
-       * dlls/msacm/driver.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Protect against a driver misconfiguration.
+2006-05-09  James Hawkins <truiken@gmail.com>
+
+       * dlls/ntdll/tests/.gitignore, dlls/ntdll/tests/Makefile.in,
+         dlls/ntdll/tests/port.c:
+       ntdll: Add initial tests for the NT Ports API.
+
+2006-05-10  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/advapi32/Makefile.in, dlls/advapi32/advapi32.spec,
+         dlls/advapi32/crypt_arc4.c, dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction032 (arc4 encryption).
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_md4.c,
+         dlls/advapi32/tests/crypt_md4.c:
+       advapi32: Implement and test SystemFunction007.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction001.
+
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/tests/crypt_lmhash.c:
+       advapi32: Implement and test SystemFunction008.
+
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Cache the connection so we don't rebind on every call.
+
+2006-05-10  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/tests/moniker.c:
+       ole32: Add a test for IMoniker_IsDirty.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Use the buffer passed in as an argument and don't increment
+       the buffer in the MIDL_STUB_MESSAGE in the inner pointer
+       marshalling/unmarshalling routines as these can be used for embedded
+       pointers, which handle the allocating or finding of the buffer
+       themselves. Do the incrementing in the outer
+       NdrPointerMarshall/Unmarshall/BufferSize routines instead.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Align conformances and variances correctly, according the the DCE/RPC spec.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Move the writing and sizing of variances and conformances to common functions.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Correctly align the buffer to read/write array data to.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Correctly align the buffer before reading/writing structure data.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Rename NonEncapsulatedUnionSize to NdrNonEncapsulatedUnionMemorySize.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Remove unintuitive requirement to pass the required alignment boundary minus one into the alignment macros.
+
+       * dlls/ole32/rpc.c:
+       ole32: Exception handling shouldn't be needed around the call to IRpcStubBuffer_Invoke.
+       It should have its own exception handler to catch any exceptions that are raised.
+
+2006-05-10  Huw Davies <huw@codeweavers.com>
+
+       * dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Correctly handle the case when the number of bytes in a BSTR is odd.
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Support VT_SAFEARRAY in the typelib marshaler.
+       Based on a patch by Rob Shearman.
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Add a function to grow the marshal state buffer to a specified size.
+
+2006-05-10  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/class.c, dlls/user/wnd16.c:
+       user: Moved Get/SetClassLong16 to wnd16.c.
+
+       * dlls/user/class.c, dlls/user/msg16.c, dlls/user/win.c,
+         dlls/user/winproc.c, dlls/user/winproc.h, dlls/user/wnd16.c:
+       user: Have WINPROC_GetProc16 allocate a new winproc if necessary.
+
+       * dlls/user/user.exe.spec, dlls/user/winproc.c:
+       user: Store the pointer to the winproc in the thunk structure.
+       This allows simplifying the handling of 16-bit thunks.
+
+       * dlls/user/class.c, dlls/user/win.c, dlls/user/winproc.c,
+         dlls/user/winproc.h:
+       user: Make the WINDOWPROCTYPE enum private to winproc.c.
+
+       * dlls/user/class.c, dlls/user/win.c, dlls/user/winproc.c,
+         dlls/user/winproc.h:
+       user: Replace WINPROC_GetProcType by WINPROC_IsUnicode.
+
+       * dlls/user/class.c, dlls/user/message.c, dlls/user/win.c,
+         dlls/user/winproc.c, dlls/user/winproc.h, dlls/user/wnd16.c:
+       user: Replace WINDOWPROCTYPE by a unicode flag in WINPROC_GetProc/AllocProc.
+
+       * dlls/user/class.c, dlls/user/win.c, include/win.h:
+       user: Add a WIN_ISUNICODE flag instead of relying on the winproc type.
+       Also fix the initial value for the server is_unicode flag.
+
+2006-05-09  Jason Green <jave27@gmail.com>
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Further split GLSL & ARB_v/f_program generation and allow GLSL functions to be called.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Modified the opcode tables (and struct) to include a pointer to a GLSL generator function.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Use GenerateShader in pixel shaders and remove old function.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Add GenerateShader function to pixel shaders.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Use new GenerateShader function for vertex shaders.
+
+       * dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Added new GenerateShader function for Vertex Shaders & declare generate_base_shader().
+
+       * dlls/wined3d/baseshader.c:
+       wined3d: Created generate_base_shader which will be shared by pixel & vertex shaders.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Rename the TEMP variables in vertexshader.c to R from T for consistency.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Place # of textures, addresses, & temps used inside the baseShader struct to prepare for GenerateShader merge.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Further split up GenerateProgramArbHW for pixelshaders.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Move D3DSIO_M#x# vertex shader opcodes to a more standard function.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Move DCL, DEF operations out of Generate loop and into separate functions.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Move program_dump_decl_usage into baseshader.
+
+2006-05-10  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/avifil32/api.c,
+         dlls/avifil32/avifile.c, dlls/avifil32/editstream.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/surface_main.c,
+         dlls/iphlpapi/iphlpapi_main.c, dlls/msacm32/internal.c,
+         dlls/mshtml/hlink.c, dlls/msvfw32/msvideo_main.c,
+         dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/riched20/writer.c,
+         dlls/secur32/secur32.c, dlls/secur32/tests/main.c,
+         dlls/secur32/thunks.c, dlls/urlmon/umon.c, dlls/wined3d/query.c,
+         dlls/wininet/internet.c, dlls/wininet/urlcache.c,
+         dlls/winmm/winealsa/audio.c, dlls/winmm/wineesd/audio.c,
+         dlls/x11drv/xrender.c, programs/regedit/treeview.c,
+         programs/wineboot/wineboot.c, programs/winecfg/audio.c:
+       janitorial: Remove redundant NULL pointer checks before HeapFree'ing them.
+       Some HeapFree's are hidden behind macros. Found by smatch.
+
+2006-05-09  Ivan Gyurdiev <ivg2@cornell.edu>
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Clean up some dead code.
+
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Break out texture instruction processing.
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Break out arithmetic instruction processing.
+
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Merge register counting pass.
+
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Make register counting pass the same.
+
+2006-05-09  Stefan Dösinger <stefan@codeweavers.com>
+
+       * dlls/wined3d/surface.c:
+       wined3d: Update the DIB section's palette on GetDC.
+
+       * dlls/wined3d/palette.c:
+       wined3d: Update the device palette if the primary palette is changed.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Implement WineD3DSurface palette methods.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Implement GetFlipStatus and GetBltStatus.
+
+       * dlls/wined3d/surface.c:
+       wined3d: Implement IWineD3DSurface::Flip.
+
+2006-05-09  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/store.c,
+         dlls/crypt32/tests/store.c, include/wincrypt.h:
+       crypt32: Partially implement CertGetIssuerCertificateFromStore.
+
+       * dlls/crypt32/cert.c:
+       crypt32: Implement CRYPT_VERIFY_CERT_SIGN_ISSUER_CERT in CryptVerifyCertificateSignatureEx.
 
-2001-06-12  Alexandre Julliard  <julliard@winehq.com>
+2006-05-09  James Hawkins <truiken@gmail.com>
+
+       * dlls/ntdll/nt.c:
+       ntdll: Return STATUS_NOT_IMPLEMENTED for the unimplemented port functions.
+
+2006-05-09  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/shell32/brsfolder.c, dlls/shell32/pidl.h:
+       shell32: Support BFFM_SETSELECTION[AW] and BFFM_SETEXPANDED for SHBrowseForFolder.
+
+2006-05-09  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+
+       * dlls/kernel/comm.c:
+       kernel: Comm_CheckEvents: Only warn for non-empty transmitter with EV_TXEMPTY flag set.
+       Noticed by Dan Armbrust.
+
+2006-05-09  Alexandre Julliard <julliard@winehq.org>
 
        * dlls/x11drv/window.c:
-       Fixed handling of zero-sized client window.
-       Create the X windows before sending WM_NCCREATE.
-
-2001-06-11  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, include/x11drv.h:
-       Added counter for operations generating graphics exposures to the DC
-       struct, to avoid waiting for expose events when none were generated.
-
-       * dlls/msvcrt/msvcrt.spec, dlls/msvideo/msvideo_main.c,
-         dlls/ole32/antimoniker.c, dlls/ole32/compobj.c,
-         dlls/ole32/compositemoniker.c, dlls/ole32/itemmoniker.c,
-         dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c,
-         dlls/wineps/afm.c, dlls/wineps/init.c, dlls/winmm/mmsystem.c,
-         graphics/driver.c, misc/cpu.c, dlls/gdi/printdrv.c,
-         dlls/glu32/glu.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
-         dlls/msacm/msacm32_main.c, dlls/msacm/stream.c,
-         dlls/ddraw/dclipper/main.c, dlls/ddraw/main.c,
-         dlls/kernel/debugger.c, dlls/kernel/thunk.c,
-         dlls/kernel/wowthunk.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes (using winapi_fixup).
-
-       * scheduler/sysdeps.c: Warning fix.
-
-       * tools/winapi_check/modules.dat,
-         tools/winapi_check/win16/avifile.api,
-         tools/winapi_check/win32/avifil32.api,
-         tools/winapi_check/win32/glu32.api,
-         tools/winapi_check/win32/kernel32.api,
-         tools/winapi_check/win32/midimap.api,
-         tools/winapi_check/win32/msvcrt.api,
-         tools/winapi_check/win32/shlwapi.api,
-         tools/winapi_check/win32/ttydrv.api,
-         tools/winapi_check/win32/urlmon.api,
-         tools/winapi_check/win32/wnaspi32.api,
-         tools/winapi_check/win32/x11drv.api,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Minor API files update.
-       - Minor bug fixes.
+       x11drv: We really need to flush the display when destroying a window.
 
-       * dlls/winmm/mci.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Alias and Device Type are case insensitive.
+2006-05-07  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - correct rebar window borders and handling of RBS_BORDERS, now
-         matches native.
-       - major redesign of band layout, now comes a lot closer to native for
-         the test programs.
-       - support RBS_VARHEIGHT for both on and off.
-       - better debug info, and performance improvement
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: EscapeCommFunction & associated IOCTLs
+       - implemented ntdll's serial IOCTL: CLR_DTR, CLR_RTS, SET_DTR,
+       SET_RTS, SET_XOFF, SET_XON, RESET_DEVICE
+       - implemented kernel32.EscapeCommFunction on top of them
 
-2001-06-08  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: SetupComm & SET_QUEUE_SIZE
+       - stubbed out ntdll's serial IOCTL SET_QUEUE_SIZE
+       - implemented kernel32.SetupComm on top of it
 
-       * tools/winebuild/relay.c:
-       Bob Goodwin <goodie1@pacbell.net>
-       Mask out garbage in the upper half of stack pointer.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: [SG]etCommTimeout, SERIAL_[GS]ET_TIMEOUT
+       - implemented ntdll's COMM IOCTL GET_TIMEOUTS, SET_TIMEOUTS
+       - implemented kernel32.GetCommTimeout and SetCommTimeout on top of them
 
-       * dlls/ntdll/debugtools.c, dlls/user/text.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Limit output for certain text functions.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: GetCommState & IOCTL_GET_CHARS
+       - implemented SERIAL_GET_CHARS ioctl
+       - made use of it in kernel32.GetCommState
 
-       * configure.in, include/acconfig.h, include/config.h.in, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added check for broken mmap64.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: GetCommState & IOCTL_SERIAL_GET_HANDFLOW
+       - implemented SERIAL_GET_HANDFLOW ioctl
+       - made use of it in kernel.GetCommState
 
-       * dlls/make_dlls:
-       Added script to update dlls dependencies.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: GetCommState & SERIAL_GET_LINE_CONTROL
+       - implemented SERIAL_GET_LINE_CONTROL ioctl
+       - made use of it in kernel.GetCommState
 
-       * configure.in, dlls/Makefile.in, dlls/glu32/.cvsignore,
-         dlls/glu32/Makefile.in, dlls/glu32/glu.c, dlls/glu32/glu32.spec,
-         tools/winebuild/build.h, Make.rules.in, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented glu32.dll as libGLU.so forwarder.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: GetCommState & IOCTL_GET_BAUD_RATE
+       - implemented SERIAL_GET_BAUD_RATE ioctl
+       - made use of it in kernel.GetCommState
 
-       * include/win.h, windows/dce.c, dlls/x11drv/window.c:
-       Removed WIN_NATIVE flag.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: SetCommState & IOCTL_SET_CHARS
+       - implemented ntdll's serial IOCTL SET_CHARS
+       - used this IOCTL in kernel32.SetCommState
 
-       * programs/wcmd/directory.c:
-       Francois Gouget <fgouget@free.fr>
-       ULARGE_INTEGER may have a dummy struct name.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: SetCommState & IOCTL_SET_HANDFLOW
+       - implemented ntdll's serial IOCTL SET_HANDFLOW
+       - used this IOCTL in kernel32.SetCommState
 
-       * dlls/opengl32/opengl_ext.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Upgrade OpenGL thunks with latest informations from OpenGL spec file.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: SetCommState & IOCTL_SET_LINE_CONTROL
+       - implemented ntdll's serial IOCTL SET_LINE_CONTROL
+       - used this IOCTL in kernel32.SetCommState
 
-2001-06-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll/kernel32: SetCommState & IOCTL_SET_BAUD_RATE
+       - created dump_dcb to print out DCB information
+       - implemented ntdll's serial IOCTL SET_BAUD_RATE
+       - used this IOCTL in kernel32.SetCommState
 
-       * loader/task.c, windows/clipboard.c, windows/dialog.c,
-         windows/nonclient.c, windows/timer.c, windows/user.c:
-       Removed unneeded inclusion of queue.h.
+2006-05-09  Stefan Dösinger <stefan@codeweavers.com>
 
-       * scheduler/process.c, tools/winebuild/README,
-         tools/winebuild/build.h, tools/winebuild/main.c,
-         tools/winebuild/parser.c, tools/winebuild/spec32.c:
-       Support for specifying stack size of Winelib apps.
+       * dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DSurface::SetColorKey.
 
-       * dlls/avifil32/Makefile.in, dlls/avifil32/api.c,
-         dlls/avifil32/avifil32.spec, dlls/avifil32/avifile.c,
-         dlls/avifil32/avifile_private.h, dlls/avifil32/comentry.c,
-         dlls/avifil32/iafile.c, dlls/avifil32/iastream.c,
-         dlls/avifil32/igframe.c, dlls/avifil32/main.c,
-         dlls/avifil32/string.c, include/vfw.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Implemented some part of AVIFIL32.
+       * dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DSurface::IsLost and Restore.
 
-       * tools/wineconf:
-       Donn Miller <dmmiller@cvzoom.net>
-       Case insensitive search for win.ini.
-
-       * dlls/kernel/kernel32.spec, win32/newfns.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for GetQueuedCompletionStatus.
-
-       * dlls/commdlg/cdlg_Fr.rc:
-       Gerard Patel <gerard.patel@nerim.net>
-       Fixes to French translation of common dialog messages.
-
-2001-06-06  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/uitools.c:
-       Susan Farley <susan@codeweavers.com>
-       Changed the outer color of a push button frame from gray to white,
-       matching the Windows look; modified the paint routine for the
-       close button of a tool window to improve scalability.
-
-       * dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
-         dlls/x11drv/window.c, dlls/x11drv/x11drv.spec, include/user.h,
-         windows/win.c:
-       Gerard Patel <gerard.patel@nerim.net>
-       Use a flag to test if create structure is unicode.
-
-       * configure.in, configure:
-       Bang Jun-Young <bjy@mogua.org>
-       Replace "Linux dll" with "GNU style ELF dll".
-       Remove support for NetBSD a.out dll.
-
-       * BUGS, include/winnt.h, objects/region.c,
-         programs/regapi/regapi.c, win32/file.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Documentation updates.
+       * dlls/wined3d/drawprim.c, dlls/wined3d/wined3d_private.h:
+       wined3d: rhw vertex fixup.
+       Change the rhw=0 range to ]1e-8,1e-8[ and move the value to a constant
+       in wined3d_types.h
 
-       * dlls/version/info.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Remove unneeded WINAPI.
+2006-05-09  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * configure, configure.in, dlls/wineps/truetype.c, include/config.h.in:
-       Ian Pilcher <ian.pilcher@home.com>
-       Use autoconf checks to check for various FreeType headers.
+       * dlls/wined3d/baseshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Share get_opcode.
 
-       * tools/wrc/parser.y, tools/wrc/preproc.c, tools/wrc/parser.h,
-         tools/wrc/parser.l:
-       Francois Gouget <fgouget@free.fr>
-       Wrc no longer needs to parse C code. Remove c-junk handling code.
+2006-05-09  Robert Reif <reif@earthlink.net>
 
-       * files/profile.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Check for enough buffer space in PROFILE_GetSection().
+       * dlls/winmm/tests/wave.c:
+       winmm: Print out more info on failed test.
+       Print out more info on failed test.  Looks like there is a bug in ALSA
+       OSS emulation where it is returning a mid-sample position.
 
-       * dlls/comctl32/propsheet.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented page skipping on PSN_SETACTIVE -1 return.
+2006-05-09  Hans Leidekker <hans@it.vu.nl>
 
-       * scheduler/process.c, include/module.h, loader/module.c,
-         loader/pe_resource.c:
-       Set low-order bit of module handle for LOAD_LIBRARY_AS_DATAFILE.
-       Cleaned up a few HMODULE/HMODULE16 mismatches.
+       * dlls/dnsapi/record.c, dlls/dnsapi/tests/record.c:
+       dnsapi: The ttl value should be ignored when comparing dns records.
 
-       * dlls/wineps/Makefile.in, dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c,
-         dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c,
-         dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
-         dlls/wineps/data/Helvetica_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Condensed.c,
-         dlls/wineps/data/Helvetica_Condensed_Bold.c,
-         dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
-         dlls/wineps/data/Helvetica_Condensed_Oblique.c,
-         dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c,
-         dlls/wineps/data/Helvetica_Oblique.c,
-         dlls/wineps/data/NewCenturySchlbk_Bold.c,
-         dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
-         dlls/wineps/data/NewCenturySchlbk_Italic.c,
-         dlls/wineps/data/NewCenturySchlbk_Roman.c,
-         dlls/wineps/data/Palatino_Bold.c,
-         dlls/wineps/data/Palatino_BoldItalic.c,
-         dlls/wineps/data/Palatino_Italic.c,
-         dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
-         dlls/wineps/data/Times_Bold.c,
-         dlls/wineps/data/Times_BoldItalic.c,
-         dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
-         dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Updated built-in metrics for core PostScript fonts.
-
-       * include/gdi.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Fixed typo in INTERNAL_YWSTODS.
-
-       * dlls/wineps/truetype.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Removed incorrect string length calculation.
-
-       * dlls/user/user32.spec, include/winuser.h, windows/winpos.c:
-       Bobby Bingham <uhmmmm@ameritech.net>
-       Stub implementation of AnimateWindow().
-
-       * include/wnaspi32.h, dlls/winaspi/winaspi32.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some ASPI fixes, SC_GET_DISK_INFO stubbed, but returning sucess, ASPI
-       buffer allocation/free implemented.
-
-2001-06-04  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/painting.c, windows/scroll.c, windows/win.c,
-         windows/winpos.c, windows/x11drv/clipboard.c,
-         windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         windows/x11drv/mouse.c, windows/x11drv/wnd.c,
-         dlls/ttydrv/ttydrv.spec, dlls/ttydrv/wnd.c,
-         dlls/user/user_main.c, dlls/x11drv/Makefile.in,
-         dlls/x11drv/desktop.c, dlls/x11drv/scroll.c,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
-         graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c,
-         graphics/x11drv/clipping.c, include/user.h, include/win.h,
-         include/winpos.h, include/x11drv.h, windows/dce.c,
-         windows/defwnd.c, windows/nonclient.c:
-       Create an X window for every window, including children.
-       Fixed non-client rectangle calculations in managed mode.
-       Added support for icon window in managed mode.
-
-       * tools/wrc/ppl.l, tools/wrc/ppy.y:
-       Maciek Kaliszewski <kenon@go2.pl>
-       Added support for RCINCLUDE directive. Now wrc ignores everything
-       except preprocessor directives from included *.h *.c files.
-
-       * tools/wrc/ppy.y:
-       Francois Gouget <fgouget@free.fr>
-       Fix the conversion of MS style '#line' directives to gcc style.
-
-       * programs/wcmd/ChangeLog, programs/wcmd/README,
-         programs/wcmd/builtins.c, programs/wcmd/directory.c,
-         programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
-       Dave Pickles <davep@cyw.uklinux.net>
-       - Report file and directory sizes using 64-bit arithmetic (like NT).
-       - Handle pipes in commands.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       INSTALL_LIBRARY does not exist, use INSTALL_PROGRAM. Fix handling of
-       the INSTALL* variables.
-       Winelib applications don't need to link with X, i386, ossaudio, xpg4,
-       mmap, util, dl or curses. Only wine does (normally).
-       Remove YACC & LEX variables (Make.rules.in).
-       Winemaker's makefiles don't use ldconfig.
-
-       * windows/nonclient.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove optimization in NC_HandleNCActivate.
-
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Display extra data for WM_NOTIFY that use NMCOMBOEX{A|W}.
-
-2001-05-31  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/combo.c:
-       Susan Farley <susan@codeweavers.com>
-       Disable the edit box when created with WS_DISABLED.
-
-       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.h:
-       Malte Starostik <Malte.Starostik@t-online.de>
-       Implemented some very basic functionality.
-
-       * Make.rules.in, dlls/gdi/Makefile.in, dlls/kernel/Makefile.in,
-         dlls/user/Makefile.in:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       List 16-bit resources separately as RC_SRCS16.
-
-       * configure, configure.in:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       If you have freetype1 and freetype2 coexisting, freetype-config should
-       be freetype2-config.
-
-       * dlls/wineps/afm.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Fixed font metric rounding error.
+2006-05-09  David Lichterman <laviddichterman@gmail.com>
+
+       * dlls/mciwave/Makefile.in:
+       mciwave: Fix make install error.
+
+2006-05-09  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/user/defdlg.c, dlls/user/winproc.c, dlls/user/winproc.h:
+       user: Added specific winproc functions for calling dialog procedures.
+
+       * dlls/user/winproc.c:
+       user: Use handles for 32-bit window procedures instead of pointers into the bss segment.
+
+       * dlls/user/class.c:
+       user: Always set the correct class winproc depending on the A/W type.
+
+       * dlls/user/winproc.c:
+       user: Remove some redundant NULL pointer checks.
+
+       * dlls/user/msg16.c:
+       user: Make sure to always pass a 16-bit pointer to CallWindowProc16.
+
+       * dlls/user/class.c, dlls/user/win.c, dlls/user/winproc.c,
+         dlls/user/winproc.h, dlls/user/wnd16.c:
+       user: Separate the 16 and 32-bit versions of WINPROC_AllocProc.
+
+       * dlls/user/class.c, dlls/user/win.c, dlls/user/winproc.c,
+         dlls/user/winproc.h, dlls/user/wnd16.c:
+       user: Separate the 16 and 32-bit versions of WINPROC_GetProc.
+
+       * dlls/user/win.c:
+       user: Fixed offset check for the DWLP_DLGPROC case in SetWindowLong.
+
+       * dlls/user/win.c:
+       user: Separate Get/SetWindowLong16 implementation from the 32-bit one.
+
+       * dlls/kernel/except.c:
+       kernel: Added work-around in UnhandledExceptionFilter for no exec protections.
+
+2006-05-06  Marcus Meissner <marcus@jet.franken.de>
+
+       * dlls/ntdll/virtual.c:
+       ntdll: Make the section with AddressOfEntryPoint in it executable.
+
+2006-05-07  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
+
+       * dlls/gdi/font.c, dlls/gdi/gdi32.spec:
+       gdi32: Add stub for GetCharWidthI and GetFontUnicodeRanges.
+
+       * include/wingdi.h:
+       gdi32: Add defines for GLYPHSET and WCRANGE.
+
+2006-05-09  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/x11drv/opengl.c:
+       x11drv: Fix a warning when opengl headers are missing.
+
+2006-05-09  Tomas Carnecky <tom@dbservice.com>
+
+       * dlls/opengl32/wgl.c:
+       opengl: Properly use glXQueryDrawable() to get the Visual ID.
+
+2006-05-08  Phil Costin <philcostin@hotmail.com>
 
-       * dlls/comctl32/toolbar.c:
-       Francois Gouget <fgouget@free.fr>
-       TOOLBAR_InsertButtonA: If iString==-1 then don't use it as a pointer.
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       wined3d: Add check for GL Shading Language 100 Extension.
 
-       * dlls/msvcrt/file.c:
-       Francois Gouget <fgouget@free.fr>
-       fclose should return EOF (-1) if an error condition exists.
+2006-05-08  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/msvcrt/data.c:
-       Francois Gouget <fgouget@free.fr>
-       Call FreeEnvironmentStrings when msvcrt is unloaded.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Clean up per version shader limits code.
 
-       * dlls/msvcrt/cpp.c, dlls/msvcrt/msvcrt.spec, include/msvcrt/eh.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added msvcrt/eh.h.
-       Implemented unexpected, terminate and set_unexpected/terminate.
+       * dlls/wined3d/Makefile.in, dlls/wined3d/baseshader.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Addline cleanup.
 
-       * dlls/oleaut32/variant.c, include/oleauto.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the VarXxxFromCy conversions.
-       Remove (commented-out) references to inexistent VarXxxFrom32 functions.
-       Remove obsolete '32' suffixes.
+2006-05-09  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/ddraw/ddraw/main.c:
-       Jason McMullan <jmcmullan@linuxcare.com>
-       More accurate stub of DDRAW:GetFourCCCodes.
+       * dlls/dnsapi/Makefile.in, dlls/dnsapi/dnsapi.spec, dlls/dnsapi/query.c:
+       dnsapi: Partially implement DnsQueryConfig.
 
-       * controls/scroll.c:
-       Bobby Bingham <uhmmmm@ameritech.net>
-       Fixed scrollbars return value to the SBM_SETRANGE and
-       SBM_SETRANGEREDRAW messages.
+2006-05-09  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-2001-05-29  Alexandre Julliard  <julliard@winehq.com>
+       * tools/wine.inf:
+       wine.inf: Install comctl32.dll as fake DLL.
 
-       * dlls/wineps/data/NewCenturySchlbk_Bold.c,
-         dlls/wineps/data/NewCenturySchlbk_BoldItalic.c,
-         dlls/wineps/data/NewCenturySchlbk_Italic.c,
-         dlls/wineps/data/NewCenturySchlbk_Roman.c,
-         dlls/wineps/data/Palatino_Bold.c,
-         dlls/wineps/data/Palatino_BoldItalic.c,
-         dlls/wineps/data/Palatino_Italic.c,
-         dlls/wineps/data/Palatino_Roman.c, dlls/wineps/data/Symbol.c,
-         dlls/wineps/data/Times_Bold.c,
-         dlls/wineps/data/Times_BoldItalic.c,
-         dlls/wineps/data/Times_Italic.c, dlls/wineps/data/Times_Roman.c,
-         dlls/wineps/data/ZapfChancery_MediumItalic.c,
-         dlls/wineps/data/ZapfDingbats.c, dlls/wineps/data/agl.c,
-         dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/afm2c.c,
-         dlls/wineps/agl.c, dlls/wineps/data/AvantGarde_Book.c,
-         dlls/wineps/data/AvantGarde_BookOblique.c,
-         dlls/wineps/data/AvantGarde_Demi.c,
-         dlls/wineps/data/AvantGarde_DemiOblique.c,
-         dlls/wineps/data/Bookman_Demi.c,
-         dlls/wineps/data/Bookman_DemiItalic.c,
-         dlls/wineps/data/Bookman_Light.c,
-         dlls/wineps/data/Bookman_LightItalic.c,
-         dlls/wineps/data/Courier.c, dlls/wineps/data/Courier_Bold.c,
-         dlls/wineps/data/Courier_BoldOblique.c,
-         dlls/wineps/data/Courier_Oblique.c,
-         dlls/wineps/data/Helvetica.c, dlls/wineps/data/Helvetica_Bold.c,
-         dlls/wineps/data/Helvetica_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Condensed.c,
-         dlls/wineps/data/Helvetica_Condensed_Bold.c,
-         dlls/wineps/data/Helvetica_Condensed_BoldObl.c,
-         dlls/wineps/data/Helvetica_Condensed_Oblique.c,
-         dlls/wineps/data/Helvetica_Narrow.c,
-         dlls/wineps/data/Helvetica_Narrow_Bold.c,
-         dlls/wineps/data/Helvetica_Narrow_BoldOblique.c,
-         dlls/wineps/data/Helvetica_Narrow_Oblique.c,
-         dlls/wineps/data/Helvetica_Oblique.c, dlls/wineps/mkagl.c,
-         dlls/wineps/psdrv.h, configure, configure.in:
-       Ian Pilcher <ian.pilcher@home.com>
-       Build AFM data for core PostScript fonts into WINEPS.
-
-       * include/acconfig.h, include/config.h.in, include/wine/port.h,
-         library/port.c, server/file.c, win32/file.c, configure,
-         configure.in, files/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Drop any file64 functions, try to use system supplied 64-bit mode by
-       using proper defines.
-
-       * ole/ole2nls.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       When reading resources in NLS_LoadStringExW we should map
-       SUBLANG_NEUTRAL to SUBLANG_DEFAULT.
+2006-05-08  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/winmm/wineoss/audio.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Attempt to write fragments and check whether we can notify the client
-       after every message.
+       * dlls/crypt32/encode.c:
+       crypt32: Simplify OID decoding
+       Use a more direct function to decode OIDs, instead of the bizarre
+       wrapper.
 
-       * dlls/shlwapi/path.c, include/shlwapi.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       First try at implementing PathGetCharType().
+2006-05-08  Robert Reif <reif@earthlink.net>
 
-       * tools/wrc/ppy.y:
-       Maciek Kaliszewski <kenon@go2.pl>
-       Added better GCC-style #line directive handling.
+       * dlls/winmm/tests/wave.c, dlls/winmm/winmm.c:
+       winmm: Check waveOutGetVolume parameter.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       configure.in: Remove unnecessary AC_PROG_RANLIB check
-       Make.rules.in: Add missing CXX variable
-       Cosmetic changes
+2006-05-09  Hans Leidekker <hans@it.vu.nl>
 
-       * library/Makefile.in:
-       Francois Gouget <fgouget@codeweavers.com>
-       Link libwine.so with $(LIBS).
+       * dlls/sane.ds/rsrc.rc, dlls/sane.ds/sane_Nl.rc:
+       sane.ds: Added Dutch resources.
 
-       * dlls/wineps/truetype.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Use macros for FreeType includes.
+       * dlls/gphoto2.ds/gphoto2_Nl.rc, dlls/gphoto2.ds/rsrc.rc:
+       gphoto2.ds: Added Dutch resources.
 
-2001-05-25  Alexandre Julliard  <julliard@winehq.com>
+2006-05-09  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * files/dos_fs.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Don't just assume everything is a Dos Device, or mirc will not get any
-       DCC sends.
+       * dlls/gphoto2.ds/gphoto2_Fr.rc, dlls/gphoto2.ds/rsrc.rc:
+       gphoto2.ds: Added French resources.
 
-       * dlls/comctl32/datetime.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Implemented DTM_GET/SETRANGE.
+2006-05-09  Michael Stefaniuc <mstefani@redhat.de>
 
-2001-05-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/twain_32/dsm_ctrl.c:
+       twain_32: Add missing HeapFree's on error patch (found by smatch).
 
-       * dlls/kernel/Makefile.in, dlls/kernel/kernel32.spec,
-         dlls/kernel/kernel_main.c, dlls/kernel/string.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove kernel32 dependency on user32 by implementing family of k32
-       functions as callouts to user32.
+2006-05-08  Marcus Meissner <marcus@jet.franken.de>
 
-       * include/winerror.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added an unknown VxD error code.
-
-       * documentation/installation-und-konfiguration.german:
-       Andreas Mohr <a.mohr@mailto.de>
-       Updated German documentation.
-
-       * dlls/dsound/dsound_main.c, dlls/winmm/joystick/joystick.c,
-         dlls/winmm/time.c, loader/task.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Spelling fixes.
-
-       * dlls/user/user.spec, windows/message.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Get rid of GetCurrentTime16().
-
-       * include/snoop.h, loader/elf.c, loader/pe_image.c, relay32/snoop.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Make snoop code take ordinal base into account.
-
-       * dlls/kernel/comm.c, include/wine/winuser16.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       - BuildCommDCB16() uses int instead of BOOL
-       - OpenComm16() should return IE_BADID for *all* invalid strings
-
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c,
-         dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c,
-         dlls/shlwapi/url.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       - add stubs SHLWAPI_294, UrlApplySchemeW
-       - correct SHLWAPI_151 parameters
-       - implemented StrTrimA
-
-       * dlls/setupapi/virtcopy.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       VcpQueueDelete() does not have a LPEXPANDVTBL parameter.
-
-       * win32/device.c: Andreas Mohr <a.mohr@mailto.de>
-       - add handler for VCD VxD ("virtual comm device" ?)
-       - SetLastError( ERROR_INVALID_FUNCTION ); for unimplemented functions
-       - spelling fixes
-
-       * dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Added AvgCharWidth member to font metrics.
-
-       * dlls/wineps/agl.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Updated PostScript glyph name data.
-
-       * misc/version.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Only fail with ERROR_INSUFFICIENT_BUFFER if the structure size is
-       actually too small.
-
-2001-05-22  Alexandre Julliard  <julliard@winehq.com>
+       * DEVELOPERS-HINTS, documentation/PACKAGING:
+       Some documentation changes for twain split.
 
-       * tools/winebuild/build.h, tools/winebuild/import.c,
-         tools/winebuild/main.c, tools/winebuild/parser.c,
-         tools/winebuild/spec16.c, tools/winebuild/spec32.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed some issues.
-
-       * include/winpos.h, windows/message.c, windows/winpos.c:
-       Make WIN_WindowFromPoint take a POINT instead of a POINT16.
-       Small bug fix in scope window handling.
-       Always check for message when QS_SENDMESSAGE is set.
-
-       * documentation/configuring.sgml, documentation/multimedia.sgml,
-         documentation/status/multimedia, documentation/wine-doc.sgml:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Updated multimedia documentation.
-
-       * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
-         dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
-         dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
-         dlls/msacm/wineacm.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Mimic more closely Windows' behavior (a MSACM driver is always opened
-       twice: first time for info gathering, subsequent openings for
-       conversions).
-       Added format suggestion for PCM.
-       Cleaned up internal structures.
-
-       * dlls/winmm/midimap/midimap.c,
-         dlls/winmm/midimap/midimap.drv.spec, winedefault.reg:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Made midi mapper more robust.
-       Added channel to device/channel mapping.
-       Removed midiIn mapping (it doesn't exist on Windows).
-
-       * dlls/winmm/lolvldrv.c, documentation/samples/config:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Now loading the default setting for low level drivers from registry.
-
-       * misc/cdrom.c: Francois Gouget <fgouget@free.fr>
-       Use memset rather than bzero.
+2006-05-09  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
-       Mike Bond <mbond@cox.rr.com>
-       Fixed spawnlp and added exec variants.
+       * configure, configure.ac, dlls/Makefile.in, dlls/msacm32.drv/.gitignore,
+         dlls/msacm32.drv/Makefile.in, dlls/msacm32.drv/msacm32.drv.spec,
+         dlls/msacm32.drv/wavemap.c, dlls/winmm/wavemap/.gitignore,
+         dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.drv.spec,
+         dlls/winmm/wavemap/wavemap.c, dlls/winmm/winemm.h:
+       msacm32.drv: Renamed msacm.drv to msacm32.drv, and moved the directory to the top-level.
 
-       * dlls/kernel/comm.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Small clean up.
+       * configure, configure.ac, dlls/Makefile.in, dlls/mciwave/.gitignore,
+         dlls/mciwave/Makefile.in, dlls/mciwave/mciwave.c,
+         dlls/mciwave/mciwave.spec, dlls/winmm/mciwave/.gitignore,
+         dlls/winmm/mciwave/Makefile.in, dlls/winmm/mciwave/mciwave.c,
+         dlls/winmm/mciwave/mciwave.drv.spec, tools/wine.inf:
+       mciwave: Renamed mciwave.drv to mciwave.dll, and moved the directory to the top-level.
 
-       * graphics/win16drv/init.c, objects/gdiobj.c, objects/metafile.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed some dll separation issues.
+2006-05-08  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/msvcrt/data.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Correctly generate the environment global variables.
+       * configure, configure.ac, dlls/Makefile.in, dlls/gphoto2.ds/.gitignore,
+         dlls/gphoto2.ds/Makefile.in, dlls/gphoto2.ds/capability.c,
+         dlls/gphoto2.ds/ds_ctrl.c, dlls/gphoto2.ds/ds_image.c,
+         dlls/gphoto2.ds/gphoto2.ds.spec, dlls/gphoto2.ds/gphoto2_En.rc,
+         dlls/gphoto2.ds/gphoto2_i.h, dlls/gphoto2.ds/gphoto2_main.c,
+         dlls/gphoto2.ds/resource.h, dlls/gphoto2.ds/rsrc.rc,
+         dlls/gphoto2.ds/ui.c, include/config.h.in:
+       gphoto.ds: Implemented a libgphoto2 import driver, based on the sane.ds driver.
+       Wrote a GUI import dialog.
+       With help from Aric Stewart.
 
-2001-05-21  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac, dlls/Makefile.in, dlls/sane.ds/.gitignore,
+         dlls/sane.ds/Makefile.in, dlls/sane.ds/capability.c,
+         dlls/sane.ds/ds_ctrl.c, dlls/sane.ds/ds_image.c,
+         dlls/sane.ds/resource.h, dlls/sane.ds/rsrc.rc,
+         dlls/sane.ds/sane.ds.spec, dlls/sane.ds/sane_De.rc,
+         dlls/sane.ds/sane_En.rc, dlls/sane.ds/sane_Fi.rc,
+         dlls/sane.ds/sane_Fr.rc, dlls/sane.ds/sane_Ko.rc,
+         dlls/sane.ds/sane_No.rc, dlls/sane.ds/sane_i.h,
+         dlls/sane.ds/sane_main.c, dlls/sane.ds/ui.c,
+         dlls/twain_32/.gitignore, dlls/twain_32/Makefile.in,
+         dlls/twain_32/capability.c, dlls/twain_32/ds_audio.c,
+         dlls/twain_32/ds_ctrl.c, dlls/twain_32/ds_image.c,
+         dlls/twain_32/dsm_ctrl.c, dlls/twain_32/resource.h,
+         dlls/twain_32/rsrc.rc, dlls/twain_32/twain32_main.c,
+         dlls/twain_32/twain_De.rc, dlls/twain_32/twain_En.rc,
+         dlls/twain_32/twain_Fi.rc, dlls/twain_32/twain_Fr.rc,
+         dlls/twain_32/twain_Ko.rc, dlls/twain_32/twain_No.rc,
+         dlls/twain_32/twain_i.h, dlls/twain_32/ui.c:
+       twain_32: Split out the sane specific parts from twain_32 code.
+       Autoprobing via DG_CONTROL/DAT_IDENTITY/MSG_GET.
 
-       * server/queue.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Take message filters into account for WM_PAINT too.
+       * dlls/twain_32/twain.h, include/Makefile.in, include/twain.h:
+       twain_32: Moved twain.h to the include directory.
 
-       * debugger/break.c, debugger/debugger.h, debugger/info.c,
-         debugger/stabs.c, debugger/winedbg.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added the notion of delayed breakpoint (when a function is not loaded
-       yet, the name will be tried again for each new loaded module).
+2006-05-08  Huw Davies <huw@codeweavers.com>
 
-       * dlls/commdlg/cdlg_Fr.rc:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Some French translations.
+       * dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Preserve the 'auto' features before copying over the masked unmarshaled ones.
 
-       * dlls/winmm/wavemap/wavemap.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed open requests in case of error (if the physical device failed to
-       open, the ACM stream was left opened).
-       Added mapping search for waveIn devices.
+2006-05-08  Robert Shearman <rob@codeweavers.com>
 
-       * windows/sysparams.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added basic support for SPI_GETSCREENREADER.
+       * dlls/ole32/antimoniker.c:
+       ole32: The type check in AntiMonikerImpl_CommonPrefixWith should be for anti-monikers, not item-monikers.
 
-2001-05-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/classmoniker.c, dlls/ole32/tests/moniker.c:
+       ole32: Implement several class moniker functions using the description provided on MSDN.
 
-       * server/queue.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed reply_message when there is no received message.
+       * dlls/ole32/compobj_private.h, dlls/ole32/regsvr.c:
+       ole32: Remove duplicated CLSIDs.
 
-       * windows/timer.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fixed SetTimer for hwnd == 0.
+       * dlls/ole32/Makefile.in, dlls/ole32/classmoniker.c, dlls/ole32/moniker.c,
+         dlls/ole32/moniker.h, dlls/ole32/oleproxy.c,
+         dlls/ole32/tests/moniker.c:
+       ole32: Add an implementation of class monikers.
 
-       * debugger/hash.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Accept responses from 1..n when choosing from multiple symbols to
-       match the input labels.
+       * dlls/ole32/tests/moniker.c:
+       ole32: Add tests for IsRunning, GetTimeOfLastChange, BindToObject, BindToStorage and Inverse.
 
-2001-05-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix regression caused by an earlier patch that removed the
+       check for the composite moniker having only one moniker in it. In this
+       case, return the one moniker and free the memory associate with the
+       composite moniker.
 
-       * server/queue.c:
-       Fixed typo in message filter check.
-
-       * include/thread.h, loader/task.c, scheduler/thread.c:
-       Removed THREAD_IsWin16.
-
-       * controls/menu.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Fix menu behaviour when escape is pressed.
-
-       * win32/file.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Do not return FALSE on SetFileAttributes() failure (in readonly
-       directory setups).
-
-       * server/queue.c, server/request.h, server/thread.c,
-         server/trace.c, windows/clipboard.c, windows/message.c,
-         windows/queue.c, windows/timer.c, windows/win.c,
-         windows/x11drv/event.c, dlls/user/user32.spec,
-         dlls/user/user_main.c, dlls/x11drv/x11drv.spec,
-         include/message.h, include/queue.h, include/server.h,
-         include/user.h, include/winuser.h:
-       Moved the major part of message queue and window timer handling into
-       the server.
-       Implemented MsgWaitForMultipleObjectsEx.
-
-       * windows/x11drv/clipboard.c, windows/defwnd.c,
-         documentation/winelib-porting.sgml, dlls/oleaut32/variant.c,
-         dlls/dplayx/dplaysp.c, dlls/comctl32/monthcal.c:
-       Francois Gouget <fgouget@free.fr>
-       Spelling typos.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix infinite recursion in CompositeMonikerImpl_GetTimeOfLastChange by handling pmkToLeft properly.
+       Fix a typo where CompositeMonikerImpl_GetTimeOfLastChange was called
+       instead of the virtual implementation of it on mostRightMk.
 
-       * dlls/x11drv/xvidmode.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed compile if we do not have the xf86vidmode extension.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix infinite recursion in CompositeMonikerImpl_BindToStorage.
 
-       * dlls/shell32/shellpath.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       The shell special folder path creation did not mkdir the last
-       component of the path if it did not end with \.
+2006-05-08  Hans Leidekker <hans@it.vu.nl>
 
-       * scheduler/thread.c, include/winnt.h:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Enhanced SetThreadExecutionState stub.
+       * dlls/dnsapi/dnsapi.spec, dlls/dnsapi/record.c,
+         dlls/dnsapi/tests/record.c:
+       dnsapi: Implement and test DnsRecordSetCompare.
 
-       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c:
-       Mike Bond <mbond@cox.rr.com>
-       Implementation of spawnl and spawnlp.
+2006-05-06  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/winspool/info.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Use older cupsGetPrinters() API so we support CUPS 1.0.x too (as found
-       in Debian Potato).
-       Only set the default printer if there is no entry yet or it is not
-       WINEPS driven.
+       * dlls/dinput8/Makefile.in, dlls/dinput8/dinput8_main.c:
+       dinput8: DllGetClassObject support.
 
-       * windows/input.c: Jukka Heinonen <jhei@iki.fi>
-       Keyboard events did not update AsyncKeyStateTable, now they do.
+2006-05-06  Stefan Dösinger <stefan@codeweavers.com>
 
-       * controls/edit.c, dlls/imm32/imm.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Make sure we set dwOSVersionInfoSize before calling GetVersionInfo().
+       * dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DSurface::GetDC and IWineD3DSurface::ReleaseDC.
 
-2001-05-16  Alexandre Julliard  <julliard@winehq.com>
+2006-05-01  Tomas Carnecky <tom@dbservice.com>
 
-       * dlls/x11drv/dga2.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Adopted to new threaded displays.
+       * dlls/x11drv/init.c:
+       x11drv: Return correct PBuffer drawable.
 
-       * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/psdrv.h,
-         dlls/wineps/truetype.c, include/acconfig.h, include/config.h.in,
-         configure, configure.in:
-       Ian Pilcher <ian.pilcher@home.com>
-       Read metrics from TrueType fonts.
+2006-04-25  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * windows/mdi.c: Bill Medland <medbi01@accpac.com>
-       Only measure child rectangles of visible children when deciding about
-       scroll bars.
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Don't duplicate handle in _get_osfhandle.
 
-       * dlls/winspool/info.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Disable /etc/printcap parsing if no PPD file specified.
-
-       * dlls/wineps/afm.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Guesstimate Windows font metrics for Type 1 fonts.
-
-       * windows/x11drv/clipboard.c, windows/x11drv/event.c,
-         windows/x11drv/keyboard.c, windows/x11drv/mouse.c,
-         windows/x11drv/wnd.c, windows/message.c, windows/queue.c,
-         windows/user.c, windows/win.c, windows/winpos.c,
-         dlls/user/display.c, dlls/user/user_main.c,
-         dlls/x11drv/Makefile.in, dlls/x11drv/desktop.c,
-         dlls/x11drv/dga2.c, dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec,
-         dlls/x11drv/x11drv_main.c, include/thread.h, include/user.h,
-         include/x11drv.h, controls/desktop.c, dlls/ttydrv/ttydrv.spec,
-         dlls/ttydrv/user.c:
-       Create an X connection for each thread, and process X events in the
-       thread that created the corresponding X window.
-       Spawn a separate thread to run the desktop message loop in desktop
-       mode.
-
-       * include/wine/port.h, library/port.c:
-       Warnings fixes.
-
-2001-05-14  Alexandre Julliard  <julliard@winehq.com>
-
-       * library/port.c, loader/dos/dosmod.c, loader/ne/resource.c,
-         loader/ne/segment.c, msdos/int13.c, msdos/int21.c,
-         server/console.c, server/file.c, server/pipe.c, server/serial.c,
-         server/sock.c, win32/device.c, win32/file.c,
-         windows/clipboard.c, dlls/winaspi/aspi.c,
-         dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c,
-         dlls/winedos/dosvm.c, dlls/wineps/afm.c, dlls/wininet/ftp.c,
-         files/file.c, graphics/x11drv/xfont.c, include/acconfig.h,
-         include/config.h.in, include/wine/port.h, library/loader.c,
-         configure, configure.in, dlls/shell32/shelllink.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented 64bit file size handling.
-       Removed several unneeded sys/stat.h includes.
-
-       * windows/queue.c:
-       Clear owner of system message queue to avoid freeing it when the first
-       task exits.
-
-       * documentation/printing.sgml:
-       Ian Pilcher <ian.pilcher@home.com>
-       Add closing tags.
-
-       * include/winsock.h:
-       Bang Jun-Young <bjy@mogua.org>
-       Define HAVE_SYS_SOCKET_H on NetBSD and FreeBSD.
-
-       * controls/menu.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Test if the menu is destroyed before displaying a menu item.
-
-2001-05-11  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/menu.c, dlls/user/controls.h, windows/user.c, windows/win.c:
-       Create a new window for the top popup menu on every new menu tracking,
-       so that the window belongs to the right thread.
-
-       * dlls/wineps/font.c, files/drive.c,
-         graphics/enhmetafiledrv/init.c, graphics/win16drv/font.c,
-         graphics/x11drv/xfont.c, objects/font.c, controls/listbox.c,
-         dlls/avifil32/avifile.c, dlls/comctl32/status.c,
-         dlls/comctl32/tab.c, dlls/commdlg/filedlg.c, dlls/msvcrt/data.c,
-         dlls/msvcrt/dir.c, dlls/oleaut32/typelib.c,
-         dlls/shell32/shellord.c:
-       Francois Gouget <fgouget@free.fr>
-       Remove unnecessary single quoting of debugstr_xxx strings.
-
-       * documentation/configuring.sgml, documentation/running.sgml:
-       Francois Gouget <fgouget@free.fr>
-       Add a warning saying that the x11drv section is getting outdated.
-       Add templates for missing configuration options to the x11drv section.
-       Remove obsolete command-line options.
-
-       * include/imagehlp.h, include/winbase.h:
-       Francois Gouget <fgouget@free.fr>
-       Removed some more obsolete 32 suffixes.
-
-       * dlls/wineps/afm.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Eliminate __compar_fn_t.
-
-       * dlls/ddraw/d3ddevice/mesa.c, dlls/opengl32/wgl.c,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c,
-         dlls/x11drv/xvidmode.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/oembitmap.c, graphics/x11drv/opengl.c,
-         graphics/x11drv/palette.c, graphics/x11drv/text.c,
-         graphics/x11drv/xfont.c, include/x11drv.h,
-         windows/x11drv/clipboard.c, windows/x11drv/wnd.c:
-       Renamed display to gdi_display where it is used for GDI operations, to
-       allow supporting multiple X connections.
-
-2001-05-10  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20010510.
+2006-04-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-----------------------------------------------------------------
-2001-05-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Don't append '\r' to the last paragraph in EM_GETTEXTEX.
 
-       * dlls/x11drv/window.c, windows/win.c:
-       Fixed reparenting to desktop (found by Gerard Patel).
+2006-05-07  Andrew Ziem <ahziem1@mailbolt.com>
 
-       * loader/module.c:
-       Really free the memory on dll unload.
+       * dlls/setupapi/tests/stringtable.c:
+       setupapi: Improve unit tests for case sensitivity in string tables.
 
-       * dlls/user/user_main.c, dlls/x11drv/window.c,
-         dlls/x11drv/x11drv.spec, include/user.h, include/win.h,
-         windows/scroll.c, windows/x11drv/wnd.c, dlls/ttydrv/wnd.c:
-       Moved ScrollWindowEx implementation to the graphics driver.
+2006-05-01  Mike Hearn <mike@plan99.net>
 
-       * tools/winelauncher.in:
-       Francois Gouget <fgouget@codeweavers.com>
-       Don't start applications in the background to avoid breaking console
-       applications.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Add StgCreateFile test and conformance fix.
 
-       * include/wine/obj_oleaut.h:
-       Francois Gouget <fgouget@free.fr>
-       The declaration of DECIMAL in VARIANT happens in the wrong place.
-       Comment out for now.
+2006-05-08  Alexandre Julliard <julliard@winehq.org>
 
-       * documentation/printing.sgml:
-       Marcus Meissner <marcus@jet.franken.de>
-       Changed the printing documentation to include CUPS and LPR support,
-       also give some hints on AFM files in system and generic.ppd.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Properly initialize hash value in CompositeMonikerImpl_Hash.
 
-       * documentation/samples/generic.ppd:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added a generic level 3 color postscript PPD (for /etc/printcap based
-       printers).
+2006-05-08  Robert Shearman <rob@codeweavers.com>
 
-       * winedefault.reg:
-       Ove Kaaven <ovek@transgaming.com>
-       Added version entry for DirectX 7.0a.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix typos in CompositeMonikerImpl_BindToObject and CompositeMonikerImpl_BindToStorage.
 
-2001-05-09  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/compositemoniker.c:
+       ole32: Create moniker enumerator with an initial reference count.
 
-       * windows/x11drv/event.c:
-       Removed XShmCompletion event support (no longer used).
+       * dlls/ole32/tests/moniker.c:
+       ole32: Test moniker display names.
 
-       * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
-         programs/winetest/wine.xs:
-       Got rid of MakeMaker so we can build outside the source tree.
+       * dlls/ole32/tests/moniker.c:
+       ole32: Add a test for IMoniker_IsDirty.
 
-       * scheduler/client.c:
-       Allow WINESERVER to specify a relative path.
+       * dlls/ole32/tests/moniker.c:
+       ole32: Test unmarshaling the moniker instead of just releasing the marshaled data.
 
-       * dlls/wsock32/socket.c:
-       Bang Jun-Young <bjy@mogua.org>
-       On NetBSD if_type is defined as a macro in /usr/include/net/if.h.
-       Undefine it to avoid a conflict.
+       * dlls/ole32/compositemoniker.c, dlls/ole32/tests/moniker.c:
+       ole32: Make the size returned by CompositeMonikerImpl_GetMarshalSizeMax match that returned by native.
 
-       * dlls/ntdll/signal_i386.c:
-       Bang Jun-Young <bjy@mogua.org>
-       Do not use internal exception codes defined by Wine with NetBSD,
-       rather use native ones from /usr/include/i386/trap.h. Note that T_MCHK
-       is not supported by NetBSD.
+       * dlls/ole32/marshal.c:
+       ole32: Add on the size of the whole OBJREF structure in the case of custom marshaling.
 
-       * server/context_i386.c:
-       Bang Jun-Young <bjy@mogua.org>
-       Added support for NetBSD.
+       * dlls/ole32/compositemoniker.c, dlls/ole32/tests/moniker.c:
+       ole32: Fix the algorithm used in CompositeMonikerImpl_Hash to match native.
 
-       * include/ddraw.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed the IDirectDrawSurface4 interface declaration to conform a bit
-       more with the DirectX SDK headers' idea of what the interface looks
-       like.
+       * dlls/ole32/itemmoniker.c, dlls/ole32/tests/moniker.c:
+       ole32: Fix the algorithm used in ItemMonikerImpl_Hash to match native.
 
-       * dlls/kernel/format_msg.c:
-       Duane Clark <dclark@akamail.com>
-       Add tests for the flag FORMAT_MESSAGE_IGNORE_INSERTS, and act
-       accordingly.
-
-       * windows/focus.c, windows/message.c, windows/win.c,
-         windows/winpos.c:
-       Use 32-bit hook functions where possible. Cleaned up a couple of
-       16-bit type uses.
-
-       * windows/clipboard.c, windows/defwnd.c, windows/scroll.c,
-         windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         windows/x11drv/wineclipsrv.c, memory/global.c, msdos/int10.c,
-         msdos/int21.c, msdos/ioports.c, objects/palette.c,
-         dlls/user/resource.c, dlls/version/install.c,
-         dlls/winaspi/aspi.c, dlls/wininet/internet.c,
-         dlls/winmm/driver.c, dlls/winmm/mci.c,
-         dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/wnd.c,
-         dlls/winmm/mcicda/mcicda.c, dlls/winmm/wineoss/audio.c,
-         files/profile.c, graphics/win16drv/init.c,
-         graphics/x11drv/palette.c, dlls/odbc32/proxyodbc.c,
-         dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
-         dlls/ole32/filemoniker.c, dlls/oleaut32/safearray.c,
-         dlls/oleaut32/typelib.c, dlls/psapi/psapi_main.c,
-         dlls/rpcrt4/rpcrt4_main.c, dlls/shell32/shell32_main.c,
-         dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c,
-         dlls/shell32/shlview.c, dlls/shlwapi/shlwapi_main.c,
-         dlls/ttydrv/palette.c, dlls/comctl32/treeview.c,
-         dlls/commdlg/filedlg.c, dlls/ddraw/ddraw/main.c,
-         dlls/dinput/mouse/main.c, dlls/dsound/dsound_main.c,
-         dlls/imm32/imc.c, dlls/imm32/imewnd.c, dlls/imm32/imm.c,
-         dlls/imm32/memory.c, dlls/kernel/utthunk.c, dlls/msvcrt/file.c,
-         dlls/msvcrt/locale.c, dlls/msvcrt/math.c, controls/menu.c,
-         dlls/comctl32/commctrl.c, dlls/comctl32/listview.c:
-       Francois Gouget <fgouget@free.fr>
-       Add '\n' at the end of traces.
-
-       * include/nonclient.h, include/user.h, include/win.h,
-         include/x11drv.h, windows/nonclient.c, windows/x11drv/wnd.c,
-         dlls/ttydrv/ttydrv.h, dlls/ttydrv/wnd.c, dlls/user/user_main.c,
-         dlls/x11drv/winpos.c, dlls/x11drv/x11drv.spec:
-       Moved window move/resize syscommand handling to the graphics driver.
-
-       * controls/combo.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Only draw the padding area of the combo box, don't erase the combo
-       selection text.
-
-       * tools/specmaker/msmangle.c:
-       Francois Gouget <fgouget@free.fr>
-       Renamed 'operator_compliment' to 'operator_complement'.
-
-       * controls/edit.c:
-       Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
-       Fixed a paint problem reported by Mike McCormack.
-
-       * dlls/wineps/afm.c, dlls/wineps/agl.c, dlls/wineps/glyphlist.c,
-         dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Unicode encodings for PostScript fonts.
-
-       * dlls/gdi/printdrv.c, dlls/wineps/init.c, dlls/winspool/info.c,
-         dlls/winspool/wspool.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented /etc/printcap based printing support.
-       Changed 'CUPS:printername' to 'LPR:printername'.
-       Some fixes in AddPrinterW().
-
-       * misc/version.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Add missing newline to WARN messages.
-
-2001-05-08  Alexandre Julliard  <julliard@winehq.com>
-
-       * loader/pe_image.c, relay32/relay386.c, relay32/snoop.c,
-         scheduler/process.c, scheduler/thread.c, windows/winproc.c,
-         dlls/ntdll/debugtools.c, dlls/ntdll/ntdll.spec, if1632/relay.c:
-       Francois Gouget <fgouget@free.fr>
-       Print the tid in the first column when +tid is specified.
-
-       * dlls/wineps/escape.c, graphics/escape.c, include/wingdi.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       PS passthrough was sending 2 bytes too many.
-       Added GETSETPRINTORIENT stub.
-       Implemented EPSPRINTING mode changer.
-
-2001-05-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/tests/moniker.c:
+       ole32: Add tests for generic composite monikers.
 
-       * dlls/wineps/escape.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make PSDRV_Escape(GETPHYSPAGESIZE) return physical size.
+       * dlls/ole32/compositemoniker.c, dlls/ole32/moniker.h,
+         dlls/ole32/oleproxy.c:
+       ole32: Add a class factory for composite monikers.
 
-       * dlls/wineps/init.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Fixed rounding error in page size calculation.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Allocate memory for the generic composite moniker in CompositeMonikerImpl_Construct.
+       Don't leak memory in the case of newCompositeMoniker->tabLastIndex == 1,
+       which can't happen anyway.
+       Allow construction of a moniker with no sub-monikers.
 
-       * dlls/commdlg/printdlg.c:
-       Duane Clark <dclark@akamail.com>
-       Swap portrait/landscape icon when button clicked.
-
-       * documentation/samples/config:
-       Duane Clark <dclark@akamail.com>
-       Added entry for printing to a file.
-
-       * graphics/x11drv/codepage.c, include/Makefile.in,
-         include/minmax.h, include/windef.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added the minmax.h header (VC6).
-       Added support for NOMINMAX.
-       Remove __min/__max from windef.h, they belong to (msvcrt/)stdlib.h.
-
-       * dlls/Makedll.rules.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Sanity check for Makedll.rules.in -> Makedll.rules on whether to rerun
-       configure.
-
-       * configure.in, configure:
-       Bang Jun-Young <bjy@mogua.org>
-       Add the NetBSD style errno location.
-       Modify a message to give a bit more info when building Wine on NetBSD.
-
-       * include/guiddef.h, include/objbase.h:
-       Francois Gouget <fgouget@free.fr>
-       Added missing include directives.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@free.fr>
-       Remove the anonymous function parameter from generate_list calls when
-       it is unnecessary.
-       Modify the .spec.c rule to allow compilation out of $(TOPSRCDIR).
-
-       * include/msvcrt/stdio.h, include/windows.h:
-       Francois Gouget <fgouget@free.fr>
-       RC_INVOKED (&NOWINRES) special cases.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Implement IMarshal for composite monikers.
 
-       * tools/wrc/wrc.c:
-       Francois Gouget <fgouget@free.fr>
-       -l/-L were not renamed to -t/-T in the usage messages.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Release all existing monikers before loading the state.
 
-       * dlls/setupapi/virtcopy.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Fix duplicate directories being concatenated to buffer in
-       VcpExplain16().  Added a few useful TRACE lines.  Enabled a ifdef'ed
-       out call to CopyFile() inside of VCP_CopyFiles() so files are copied
-       to a users directories during an install.
+       * dlls/ole32/compositemoniker.c:
+       ole32: EnumMonikerImpl_Next should add a reference to the monikers it returns to the caller.
 
-       * dlls/winmm/wineoss/oss.c:
-       Bang Jun-Young <bjy@mogua.org>
-       Call OSS_MidiInit() only if HAVE_OSS_MIDI is defined.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix CompositeMonikerImpl_GetSizeMax to match the data written by CompositeMonikerImpl_Save.
 
-       * dlls/winmm/wineoss/mixer.c:
-       Bang Jun-Young <bjy@mogua.org>
-       Include missing errno.h.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Fix the loop in CompositeMonikerImpl_Hash, as IEnumMoniker_Next
+       will return S_FALSE when there are no more monikers left to enumerate.
 
-       * dlls/commdlg/fontdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Drop flags during font enumeration for font chooser if we get no
-       matches.
+       * dlls/ole32/compositemoniker.c:
+       ole32: Implement CompositeMonikerROTDataImpl_GetComparisonData.
 
-       * dlls/gdi/gdi.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Changed some ptr into str.
+       * dlls/ole32/compositemoniker.c:
+       ole32: The unknown constant at the start of the persisted data is the number of monikers in the generic composite.
+       Fix the pointer passed into IEnumMoniker_Release in CompositeMonikerImpl_Save.
 
-       * include/wine/obj_base.h, include/wine/obj_oleaut.h,
-         include/wtypes.h, include/oleauto.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added support for the DECIMAL type.
-       Names are no longer suffixed with 32! Removed it.
+       * dlls/ole32/antimoniker.c, dlls/ole32/tests/moniker.c:
+       ole32: Add a test for anti monikers. Fix AntiMonikerImpl_Hash and AntiMonikerROTDataImpl_GetComparisonData to pass the tests.
 
-       * dlls/winsock/socket.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed incorrect cast in WSOCK32_send and WSOCK32_recvfrom.
+       * dlls/ole32/antimoniker.c, dlls/ole32/moniker.h, dlls/ole32/oleproxy.c:
+       ole32: Support marshaling of anti monikers.
 
-       * include/winerror.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added IS_ERROR.
+       * dlls/ole32/regsvr.c:
+       ole32: Register CLSID_CompositeMoniker.
 
-       * dlls/wineps/init.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Report that we have 2^16 colors, so PowerPoint97 prints colored
-       slides.
+       * dlls/ole32/regsvr.c:
+       ole32: Register CLSIDs for all OLE monikers.
 
-       * dlls/wineps/text.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       For underlining and striking out text we need to send a 'newpath' or
-       have the whole page filled with black.
+       * dlls/ole32/tests/moniker.c:
+       ole32: Add tests for item moniker.
 
-       * dlls/wineps/rsrc.rc, dlls/wineps/wps_De.rc:
-       Marcus Meissner <marcus@jet.franken.de>
-       Paper dialog translated to German.
+       * dlls/ole32/tests/moniker.c:
+       ole32: Make class moniker test more generic and test more properties.
 
-       * files/profile.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Potential buffer overflow in PROFILE_CopyEntry.
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Automatically resolve the endpoint.
 
-2001-05-05  Alexandre Julliard  <julliard@winehq.com>
+2006-05-06  Marcus Meissner <marcus@jet.franken.de>
 
-       * windows/x11drv/keyboard.c, dlls/ttydrv/ttydrv.spec,
-         dlls/ttydrv/user.c, dlls/user/user_main.c,
-         dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c,
-         include/keyboard.h, include/user.h, windows/keyboard.c,
-         windows/sysparams.c:
-       Remove Get/SetBeepActive from USER driver and manage it locally inside
-       SystemParametersInfo.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Fix possible buffer overflow.
+       Increase size of passed buffer to print into.
 
-       * dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed WM_COMMAND notification codes for 16 bit PrintDlg.
+2006-04-30  Jeff Latimer <lats@yless4u.com.au>
 
-       * debugger/winedbg.c, debugger/winedbg.spec:
-       Delay import of user32 to allow debugging crashes in user init code.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add ScriptTextOut functionality and restructure tests.
 
-       * dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
-         dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented large parts of PageSetupDlgA.
+2006-04-28  Jason Green <jave27@gmail.com>
 
-       * dlls/commdlg/fontdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Debug output for flags, select first available height and weight when
-       selecting a font.
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Eliminate duplicate function: vshader_program_dump_param().
 
-2001-05-03  Alexandre Julliard  <julliard@winehq.com>
+2006-04-28  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * windows/dce.c:
-       Make sure we recompute the visible region in DC hook.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Share get_register_code().
 
-       * dlls/wineps/afm.c, dlls/wineps/init.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Misc. error checking in PostScript driver.
+2006-04-26  Thomas Kho <tkho@ucla.edu>
 
-       * dlls/comctl32/pager.c:
-       Susan Farley <susan@codeweavers.com>
-       Implement autorepeat scrolling when button is held down.
-       Improvements to size and appearance of buttons.
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user: Fix behavior when selecting disabled menu items.
 
-       * documentation/Makefile.in:
-       Francois Gouget <fgouget@codeweavers.com>
-       Clean should also delete the pdf, ps and .out(?) files.
+       * dlls/user/defwnd.c, dlls/user/tests/menu.c:
+       user: Allow menu WndProc to recognize VK_[LR]MENU.
 
-       * documentation/make_winehq:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the www.winehq.com directory handling.
+2006-04-28  Thomas Kho <tkho@ucla.edu>
 
-       * debugger/break.c, debugger/dbg.y, debugger/debugger.h,
-         debugger/hash.c, debugger/module.c, debugger/winedbg.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Started handling of several symbols with the same name.
-       Fixed trampoline identification.
+       * dlls/user/tests/menu.c:
+       user: Extend menu conformance test.
 
-       * documentation/debugger.sgml:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added a small section about expressions in winedbg.
+2006-05-06  Stefan Dösinger <stefan@codeweavers.com>
 
-2001-05-02  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/surface.c, include/wine/wined3d_interface.h:
+       wined3d: Add IWineD3DSurface::GetPitch.
 
-       * loader/module.c:
-       Uncommented the VirtualFree call on dll unload.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add IWineD3DDevice::DrawPrimitiveStrided.
 
-       * configure, configure.in:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed the OSMesa configure check so that OSMesa won't be linked in if it's
-       incompatible with the GLX implementation (e.g. nvidia).
-       Removed the old "OSMesa not found" warning.
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Add some surface flags.
 
-       * dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed PrintDlg so the devnames struct contains the correct driver
-       printer and port names.
+2006-05-07  Huw Davies <huw@codeweavers.com>
 
-       * documentation/debugging.sgml:
-       Simeon Pilgrim <simeon.pilgrim@alliedtelesyn.co.nz>
-       Typo in stub-reporting style description
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Implement GetVarDesc_Proxy and friends.
 
-       * dlls/msvcrt/msvcrt.spec:
-       Francois Gouget <fgouget@free.fr>
-       ntdll._iswctype should be ntdll.iswctype.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Change CLEANLOCALSTORAGE flag constants to their character
+       constant equivalents.  It's now obvious why these were chosen.  Should
+       be a NOP.
 
-       * controls/combo.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Do not HeapFree() memory not allocated by us in COMBO_GetText.
-       Convert return value from LB_GETTEXT into COMBO_GetText.
+2006-05-08  James Hawkins <truiken@gmail.com>
 
-2001-04-30  Alexandre Julliard  <julliard@winehq.com>
+       * include/winnt.h:
+       include: Add missing SECURITY_QUALITY_OF_SERVICE defines.
 
-       * configure, configure.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added check for cups/cups.h header file and a warning if we find only
-       runtime libraries, but no headers.
+2006-05-08  Hwang YunSong <hys545@dreamwiz.com>
 
-       * controls/combo.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Draw the padding area of a combo box.
+       * dlls/user/resources/user32_Ko.rc:
+       user32: Updated Korean resource.
 
-       * dlls/wineps/init.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Check for errors in PSDRV_Init.
+2006-05-07  Robert Reif <reif@earthlink.net>
 
-       * windows/x11drv/event.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Made checks in _get_common_ancestor a bit stricter to avoid XQueryTree
-       XErrors.
+       * programs/winecfg/audio.c:
+       winecfg: Fix audio crash when no drivers are available.
 
-       * dlls/comctl32/comctl32undoc.c, dlls/comctl32/comctl32.spec:
-       Chris Morgan <cmorgan@wpi.edu>
-       Implement COMCTL32_StrToIntW() using NTDLL's _wtoi.
+       * dlls/winmm/wineoss/audio.c:
+       wineoss: Missing mixer fixes.
+       Don't list volume in capabilities when mixer is missing.
 
-2001-04-27  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winmm/tests/Makefile.in, dlls/winmm/tests/wave.c:
+       winmm: More wave callback tests.
+       Add tests for CALLBACK_FUNCTION and CALLBACK_THREAD.  The only
+       callback type not tested now is CALLBACK_WINDOW.
 
-       * server/context_i386.c, server/context_sparc.c, server/ptrace.c,
-         server/thread.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Preserve the TF (Trap Flag) when continuing from a ptraced suspend.
-
-       * controls/desktop.c, controls/edit.c, controls/menu.c,
-         controls/scroll.c, controls/uitools.c, dlls/kernel/kernel.spec,
-         dlls/win32s/win32s16.spec, scheduler/process.c,
-         scheduler/syslevel.c, win32/file.c, windows/mdi.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation name fixes.
-
-       * dlls/winedos/dosvm.c, dlls/winedos/module.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added documentation.
-
-       * include/acconfig.h, include/config.h.in, configure,
-         configure.in, dlls/commdlg/printdlg.c, dlls/gdi/printdrv.c,
-         dlls/wineps/Makefile.in, dlls/wineps/init.c,
-         dlls/winspool/Makefile.in, dlls/winspool/info.c,
-         dlls/winspool/wspool.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added CUPS printing support.
-
-       * dlls/ddraw/ddraw_private.h:
-       Francois Gouget <fgouget@free.fr>
-       DDRAW_{XF86DGA2,XVidMode}_Init was moved to dlls/x11drv.
-
-       * dlls/x11drv/dga2.c, dlls/x11drv/x11ddraw.c,
-         dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Reimplemented DXGrab with improvements; it no longer depends on
-       XVidMode, and it releases the grab if the app exits full-screen
-       DirectDraw.  Also made the UseDGA option available for AppDefaults
-       configuration.
-
-2001-04-25  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/cursoricon.c, windows/syscolor.c,
-         dlls/msvcrt/msvcrt.spec, dlls/ole32/storage32.c,
-         dlls/setupapi/virtcopy.c, dlls/wintrust/wintrust_main.c,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * windows/x11drv/wnd.c:
-       Avoid crash on deleted windows.
-
-       * tools/winapi_check/modules.dat,
-         tools/winapi_check/win16/compobj.api,
-         tools/winapi_check/win16/setupx.api,
-         tools/winapi_check/win16/user.api,
-         tools/winapi_check/win32/crtdll.api,
-         tools/winapi_check/win32/kernel32.api,
-         tools/winapi_check/win32/msvcrt.api,
-         tools/winapi_check/win32/ntdll.api,
-         tools/winapi_check/win32/ole32.api,
-         tools/winapi_check/win32/ttydrv.api,
-         tools/winapi_check/win32/user32.api,
-         tools/winapi_check/win32/version.api,
-         tools/winapi_check/win32/wintrust.api,
-         tools/winapi_check/win32/ws2_32.api,
-         tools/winapi_check/win32/x11drv.api,
-         tools/winapi_check/winapi_check,
-         tools/winapi_check/winapi_documentation.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Minor API files update
-       - Minor bug fixes
-
-       * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c:
-       Gael de Chalendar <Gael.de.Chalendar@limsi.fr>
-       Corrected a typo in spec file and added some stubs.
-
-       * dlls/winmm/mmsystem.c:
-       James Hatheway <james@macadamian.com>
-       PlaySoundA should return TRUE when it stops playing sound.
-
-2001-04-24  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/x11drv/event.c, windows/x11drv/keyboard.c,
-         windows/x11drv/wnd.c, dlls/ttydrv/dc.c, dlls/ttydrv/ttydrv.h,
-         dlls/ttydrv/ttydrv.spec, dlls/ttydrv/user.c, dlls/ttydrv/wnd.c,
-         dlls/user/user_main.c, dlls/x11drv/Makefile.in,
-         dlls/x11drv/window.c, dlls/x11drv/winpos.c,
-         dlls/x11drv/x11drv.spec, include/dce.h, include/message.h,
-         include/user.h, include/win.h, include/winpos.h,
-         include/x11drv.h, windows/Makefile.in, windows/dce.c,
-         windows/defwnd.c, windows/event.c, windows/focus.c,
-         windows/message.c, windows/painting.c, windows/scroll.c,
-         windows/win.c, windows/winpos.c:
-       Moved most of the implementation of SetWindowPos and SetDrawable into
-       the user driver, and the corresponding code into the dlls/x11drv
-       directory. Moved a few functions out of the window driver into the
-       user driver. Plus a few related cleanups.
-
-       * dlls/ddraw/d3dviewport.c, dlls/dinput/keyboard/main.c,
-         dlls/opengl32/wgl.c:
-       Small cleanups.
+2006-05-08  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * relay32/relay386.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Drop SYSLEVEL checks from relay debugging, since they break debugging
-       builtin GDI dlls.
+       * dlls/comctl32/comctl32.h:
+       comctl32: Increase FILEVERSION up to 5.81.4704.1100.
 
-       * include/msvcrt/stdlib.h:
-       Francois Gouget <fgouget@free.fr>
-       Don't use Windows types like LONGLONG in msvcrt headers.
+2006-05-06  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * debugger/db_disasm.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some more disassembly instructions (notably rdtsc, which is used
-       by several programs) and more MMX.
+       * dlls/shell32/shlview.c:
+       shell32: Don't use uninitialized item.mask in shlview.
 
-2001-04-23  Alexandre Julliard  <julliard@winehq.com>
+2006-05-07  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * win32/except.c:
-       Francois Gouget <fgouget@free.fr>
-       Use snprintf to prevent buffer overflows in format_exception_msg.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/source.c:
+       dbghelp: Stub for SymGetSourceFileToken.
 
-       * include/tchar.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Prevent use by Wine's source.
-       Added missing 'function' definitions (macros really).
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         dlls/dbghelp/source.c, dlls/dbghelp/symbol.c, dlls/dbghelp/type.c:
+       dbghelp: Base and symbols.
+       - report the correct image base for a symbol which is
+       seen as being in a builtin PE module, whilst its debug
+       information is gotten from an ELF module
+       - module_get_debug now returns a pair of modules
+       (the requested that has to be presented back to the client
+       and the effective one, which contains the debug info)
+       - reworked SymFromName in order to provide also the revelant
+       module base address
 
-       * dlls/msvcrt/time.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       We must not free the pointer returned by localtime (especially not
-       with MSVCRT_free!).
-       We no longer need to include stdlib.h.
-
-       * include/msvcrt/stddef.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added offsetof (for the MFC).
-
-       * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/heap.c,
-         dlls/msvcrt/misc.c, dlls/msvcrt/string.c,
-         include/msvcrt/malloc.h, include/msvcrt/search.h,
-         include/msvcrt/stdlib.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Add msvcrt/malloc.h (for the MFC).
-       Add msvcrt/search.h.
-       Move duplicated definitions to the new headers.
-       Use malloc.h instead of stdlib.h when sensible.
-
-       * include/msvcrt/crtdbg.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Provide limited support for the msvcrt debug API.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Files with special characters may not have been renamed. Try to match
-       both forms.
-
-       * dlls/msacm/driver.c, dlls/msacm/filter.c, dlls/msacm/format.c,
-         dlls/msacm/internal.c, dlls/msacm/msacm32_main.c,
-         dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
-         dlls/msacm/wineacm.h:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added cache for drivers information.
-       Fixed a few bugs (memory handling, version info...)
-       Enhanced validity checks.
-
-       * dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Use typecasts to suppress compiler warnings.
-
-       * objects/font.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented GetCharABCWidths with GetCharWidth.
-
-       * objects/region.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Extracted MEMCHECK into an extra function to avoid a gcc-2.95.2
-       compiler bug.
-
-       * debugger/db_disasm.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some MMX disassembly to the debugger.
-
-       * debugger/expr.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed getting a variable address.
-
-       * debugger/types.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed float variables display.
-
-2001-04-20  Alexandre Julliard  <julliard@winehq.com>
-
-       * files/dos_fs.c:
-       Dominik Strasser <dominik.strasser@mchp.siemens.de>
-       Allow illegal handles in FindClose.
-
-       * dlls/ole32/bindctx.c, dlls/ole32/compositemoniker.c,
-         dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c,
-         files/drive.c, objects/dib.c, tools/wineconf,
-         debugger/ext_debugger.c, dlls/comctl32/animate.c,
-         dlls/ole32/antimoniker.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Spelling fixes.
-
-       * windows/property.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       - make sure that we really use the correct amount of parameters each
-         time for the callback function
-       - always pass strings instead of atoms to Win32 enum proc
-       - fix trace crash due to string format displaying of atom (LOWORD
-         only) handle
-
-       * dlls/wineps/Makefile.in, dlls/wineps/afm.c, dlls/wineps/agl.c,
-         dlls/wineps/glyphlist.c, dlls/wineps/psdrv.h:
-       Ian Pilcher <ian.pilcher@home.com>
-       Store each glyph name only once in PostScript driver.
-
-       * objects/brush.c: Andreas Mohr <a.mohr@mailto.de>
-       Take a stab at implementing SetSolidBrush16.
+2006-05-06  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/comctl32/imagelist.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed off by one error in ImageList_DrawIndirect().
-       Fixed some missing NULL HIMAGELIST check (fixes Microsoft Works
-       startup).
+       * dlls/dinput/dinput_main.c:
+       dinput: Fix Initialize return value.
 
-       * dlls/winmm/wineoss/mixer.c:
-       James Hatheway <james@macadamian.com>
-       Make sure to return our variable with the correct return value.
+2006-05-06  Marcus Meissner <marcus@jet.franken.de>
 
-       * memory/virtual.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       VirtualProtect should return correct old protection flags.
+       * dlls/user/tests/wsprintf.c:
+       user32: Added tests for CharUpper and CharLower.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Notify parent of child size changes when changes are from WM_SIZE
-         messages.
-       - If more than one band exists, then first band may have a gripper.
-       - Fix the band layout algorithm to handle some issues from WinARA.
-
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implement CB_{GET|SET}ITEMDATA for CombBoxEx.
-       - Implement WM_NCCREATE to remove unwanted window styles (as native does).
-       - Clean up some traces.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@free.fr>
-       Fix file lossage in subdirectories of an 'include' directory (closes #163).
-       When case fixing #includes, take into account that the file may have
-       been renamed (closes #161).
-       Better support of $(SRCDIR) in -I directives.
-       RTF was not recognised in rc files because it was in the wrong place.
-       Escape weird characters when putting the rc filename in the spec file.
-
-       * documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Added WINEPRELOAD to man wine.
+       * dlls/ole32/compobj.c:
+       ole32: Fixed typo in debug statement.
 
-       * dlls/kernel/comm.c:
-       Dominik Strasser <dominik.strasser@t-online.de>
-       Don't use RTSCTS if Str handshake is enabled.
-       Use appropriate Unix timeout values in SetCommTimeouts.
+2006-05-06  qingdoa daoo <qingdao33122@yahoo.com>
 
-2001-04-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/font.c:
+       gdi: A-to-W conversion should be font-independent.
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20010418.
+2006-05-05  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-----------------------------------------------------------------
-2001-04-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/propsheet.c:
+       comctl32: Make some internal functions and variables static, remove
+       some unneeded prototypes.
 
-       * dlls/Makefile.in: Fixed setupapi dependencies.
+       * dlls/comctl32/propsheet.c:
+       comctl32: Add support for PSP_USEHEADERTITLE, PSP_USEHEADERSUBTITLE
+       and PSP_HIDEHEADER in CreatePropertySheetPageA/W, handle resource ids.
 
-       * windows/input.c: Jukka Heinonen <jhei@iki.fi>
-       GetAsyncKeyState now clears "has been pressed" information of only the
-       requested key instead of all keys.
+       * dlls/comctl32/propsheet.c:
+       comctl32: psInfo->proppage[index].pszText is always initialized to a
+       proper value regardless of PSP_USETITLE, use it unconditionally.
 
-       * windows/dce.c, dlls/user/user_main.c:
-       No need to preallocate DCEs since they are allocated on demand
-       anyway.
+2006-05-04  James Hawkins <truiken@gmail.com>
 
-       * include/wingdi.h, include/winuser.h, include/dce.h:
-       Moved DCX_* constants to winuser.h.
+       * dlls/advpack/install.c:
+       advpack: DelDirs should only remove a directory if it's empty.
 
-       * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/dga2.c,
-         dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/xvidmode.c,
-         dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/dsurface/dga2.c,
-         dlls/ddraw/dsurface/dga2.h:
-       Removed a few obsolete files.
+       * dlls/advpack/install.c:
+       advpack: The only flag we don't handle is RSC_FLAG_UPDHLPDLLS.
 
-       * dlls/ddraw/dsurface/hal.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fix DGA so it works properly again.
+2006-05-01  Mike Hearn <mike@plan99.net>
 
-       * dlls/msacm/msacm32_main.c:
-       James Hatheway <james@macadamian.com>
-       Add \n to FIXME call in acmGetVersion to prevent overflowing buffer in
-       wine_dbg_vprintf.
+       * dlls/ntdll/sec.c:
+       ntdll: Fix heap corruption in RtlDeleteAce.
 
-       * dlls/comctl32/listview.c:
-       James Hatheway <james@macadamian.com>
-       Eliminate unitialized garbage being returned from LISTVIEW_GetItemA.
-
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Enhanced the pragma pack handling.
-       Enhanced the 'afxres.h' handling (the indentation).
-       Start issuing winemaker's warnings in the source files themselves.
-
-2001-04-17  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/listbox.c, windows/message.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Do not send WM_MOUSEACTIVATE for children of desktop.
-
-       * dlls/ddraw/Makefile.in, dlls/ddraw/ddraw/hal.c,
-         dlls/ddraw/ddraw/hal.h, dlls/ddraw/dpalette/hal.c,
-         dlls/ddraw/dpalette/hal.h, dlls/ddraw/dsurface/hal.c,
-         dlls/ddraw/dsurface/hal.h, dlls/ddraw/main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented DirectDraw's Hardware Abstraction Layer (HAL) interface.
-       Disabled DirectDraw's old XVidMode and DGA2 drivers, it now depends on the
-       display driver (x11drv) HAL implementations of these features.
-
-       * dlls/setupapi/.cvsignore, dlls/setupapi/Makefile.in,
-         dlls/setupapi/infparse.c, dlls/setupapi/setupapi.rc,
-         dlls/setupapi/setupapi.spec, dlls/setupapi/setupapi_private.h,
-         dlls/setupapi/setupx.spec, dlls/setupapi/setupx16.h,
-         dlls/setupapi/setupx_main.c, dlls/setupapi/setupx_private.h,
-         dlls/setupapi/virtcopy.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       - implement some more virtcopy (VCP) stuff
-       - add some setupx resources
-       - implement VHSTR functionality
-       - large parts of VCP callback handling
-       - merge setupapi and setupx stuff, especially resource handling
-         gets rid of setupx debug channel; setupapi is the only one that remains
-
-       * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/dibtexture.c,
-         dlls/ddraw/dsurface/dibtexture.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Removed the obsolete DIBTexture surface class.
-
-       * dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h,
-         dlls/ddraw/dsurface/main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fill in some more HAL fields. Flip some of them when appropriate.
-       Allow SetSurfaceDesc to change client memory surface address.
-       Propagate DIB color table updates to backbuffers too (thanks to
-       Stephen Clouse).
-
-       * dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fill in some DirectDrawPalette HAL fields.
-
-       * dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h,
-         dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h,
-         dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Removed User_DirectDraw_GetCaps. Using Main_DirectDraw_GetCaps instead,
-       and the User constructor filling in the main capability bits.
-
-       * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fill in some of the ddraw HAL fields.
-       Call the set_exclusive_mode callback when necessary.
-       Added a Main_DirectDraw_GetCaps method.
-       Removed references to obsolete DIBTexture surface class.
-
-       * dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented gamma control on the DirectDraw primary window.
-       Ensured that the primary window is created before the constructor returns.
-       Flag the primary window as transparent so mouse clicks pass through it.
-       Put the primary window handle into a reserved field for x11drv HAL use.
-
-       * dlls/Makefile.in:
-       Francois Gouget <fgouget@free.fr>
-       Fix typo so that wintrust is built.
-
-       * documentation/configuring.sgml:
-       Joerg Mayer <jmayer@loplof.de>
-       Add a missing </sect3>.
-
-       * dlls/wsock32/socket.c:
-       Joerg Mayer <jmayer@loplof.de>
-       Use of proper test gets rid of a signed/unsigned warning.
-
-       * graphics/x11drv/init.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented the ddraw HAL access escape (DCICOMMAND) in x11drv.
-
-       * controls/combo.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove redundant sending of WM_DRAWITEM message to ownerdrawn
-       combobox.
-
-2001-04-16  Alexandre Julliard  <julliard@winehq.com>
+2006-04-26  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/user/lstr.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fix some crash on bad parameter conditions.
-
-       * dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented _wtoi and _wtol.
-
-       * dlls/x11drv/Makefile.in, dlls/x11drv/dga2.c, dlls/x11drv/dga2.h,
-         dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
-         dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented the XF86DGA2 driver for the ddraw HAL.
-       Entered some basic HAL device capabilities data.
-       Added a GetDriverInfo handler.
-
-       * Make.rules.in, configure, configure.in, dlls/Makefile.in,
-         dlls/wintrust/.cvsignore, dlls/wintrust/Makefile.in,
-         dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c:
-       Rein Klazes <rklazes@xs4all.nl>
-       Added new dll wintrust.dll with a stub for WinVerifyTrust().
-
-       * dlls/ddraw/Makefile.in, dlls/ddraw/dsurface/gamma.c,
-         dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented the IDirectDrawGammaControl interface.
-
-       * dlls/wineps/init.c, dlls/wineps/ppd.c:
-       Ian Pilcher <ian.pilcher@home.com>
-       Make paper size and bin type handling more like Windows drivers.
-
-       * objects/font.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add NULL check for lpnFit in GetTextExtentExPointW.
-
-       * graphics/x11drv/palette.c, include/ts_xlib.h, tsx11/X11_calls,
-         tsx11/ts_xlib.c:
-       Gavriel State <gav@transgaming.com>
-       Copy the first 128 colors from the default colormap to Wine's private
-       colormap when using 'shared' colors.
-
-       * loader/module.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Let LOAD_LIBRARY_AS_DATAFILE load the builtin dll if loading a native
-       DLL failed, so that winesetuptk's fake-windows installation work.
-
-       * controls/listbox.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Slightly improve keyboard tracking in combobox.
-
-       * controls/edit.c:
-       Dan Engel <dengel@sourceharvest.com>
-       Set the backgound mode to opaque to paint highlighted text.
-
-       * dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/dga2.c,
-         dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c,
-         dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/main.c,
-         dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c,
-         dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added ddraw HAL and gamma ramp stuff to implementation structures.
-       Added a parameter and return value to flip_data and flip_update.
-
-       * graphics/x11drv/dib.c, include/x11drv.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed CoerceDIBSection's AuxMod handling. Added CoerceDIBSection2.
-
-       * ole/uuid.c: Ove Kaaven <ovek@transgaming.com>
-       Include the GUIDs in ddrawi.h in the libwine_uuid.a library.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Separate pshader/vshader tables.
 
-       * include/ddrawi.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Yet more stuff for ddrawi.h, including some GetDriverInfo GUIDs.
+2006-05-02  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in,
-         dlls/ddraw/ddraw.spec, dlls/ddraw/version.rc:
-       Ove Kaaven <ovek@transgaming.com>
-       Add version resource to ddraw.dll, versioned to DirectX 7.0.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Fix failures in test_DEVMODE.
 
-       * dlls/comctl32/listview.c:
-       Francois Gouget <fgouget@free.fr>
-       GetItemSpacing(true): Return the default item spacing if the view is
-       LVS_ICON, and the current 'item size' otherwise.
+2006-05-05  Huw Davies <huw@codeweavers.com>
 
-       * relay32/snoop.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Display thread id instead of %fs in snoop trace.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Fix VARIANT_UserFree.
 
-       * dlls/dinput/keyboard/main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Don't restore the saved keyboard autorepeat config, since the config
-       save code itself was disabled a while ago...
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/variant.c:
+       oleaut32: Remove weird attempt to clear VT_VARIANT.
+       Add some tests.
 
-       * include/d3dtypes.h, include/d3dvec.inl, include/d3d.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Direct3D header update.
+       * dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Rewrite VARIANT user marshaling.
 
-       * include/d3dhal.h:
-       Ove Kaaven <ovek@transgaming.com>
-       New header d3dhal.h, the Direct3D HAL device driver interface.
+2006-05-02  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Handle the %f case in wsprintf.
+       * dlls/dnsapi/dnsapi.spec, dlls/dnsapi/name.c:
+       dnsapi: Implement DnsValidateName_{A,UTF8,W}.
 
-       * dlls/msvcrt/msvcrt.spec:
-       Ove Kaaven <ovek@transgaming.com>
-       Changed the spec definition of *s*printf from *str to ptr, since that
-       parameter is a destination buffer that may only contain garbage on entry.
+2006-05-01  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/dplayx/Makefile.in, dlls/dplayx/dplayx.spec,
-         dlls/dplayx/version.rc, dlls/dplayx/.cvsignore:
-       Ove Kaaven <ovek@transgaming.com>
-       Add version resource to dplayx.dll, versioned to DirectX 7.0.
+       * dlls/dnsapi/dnsapi.h, dlls/dnsapi/dnsapi.spec, dlls/dnsapi/record.c:
+       dnsapi: Implement DnsRecord{CopyEx,ListFree,SetCopyEx}.
 
-       * include/wine/wine_common_ver.rc:
-       Ove Kaaven <ovek@transgaming.com>
-       Generalize the Wine version resource template a bit.
+       * dlls/dnsapi/tests/.gitignore, dlls/dnsapi/tests/Makefile.in,
+         dlls/dnsapi/tests/record.c:
+       dnsapi: Add tests for DnsRecordCompare.
 
-       * dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc,
-         dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_En.rc,
-         dlls/shell32/shell32_Eo.rc, dlls/shell32/shell32_Es.rc,
-         dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
-         dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc,
-         dlls/shell32/shell32_Ja.rc, dlls/shell32/shell32_Ko.rc,
-         dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc,
-         dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc,
-         dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sk.rc,
-         dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace "System" font by "Helv" in shell32 "About" dialog.
+       * dlls/dnsapi/Makefile.in, dlls/dnsapi/dnsapi.spec, dlls/dnsapi/record.c:
+       dnsapi: Implement DnsRecordCompare.
 
-       * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Implementation of OLE32.IsAccelerator.
+2006-05-01  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ole32/storage32.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Return STG_E_FILEALREADYEXISTS in ole32.StgOpenStorage if the file is
-       not a storage object.
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Use getaddrinfo to get the sockaddr.
+       Use getaddrinfo to get the sockaddr to use for connecting to a remote
+       server as Connection->NetworkAddr may be a hostname as well. Use a
+       loop to support both IP and IPv6.
 
-       * objects/dc.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Move implementation of CreateDC16 to CreateDCA.
+       * dlls/ole32/compobj.c:
+       ole32: Remove the fixme printed if CoGetClassObject fails in CoCreateInstance.
+       Remove the fixme printed if CoGetClassObject fails in
+       CoCreateInstance, because we already print an error in all cases and
+       the error more accurately pin-points the source of the problem.
 
-       * objects/gdiobj.c:
-       Gavriel State <gav@transgaming.com>
-       Allocate bitmap objects in the large heap area.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement NdrConformantVaryingArrayFree.
 
-       * dlls/wineps/text.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed 0 count handling in PSDRV_Text.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Dereference the pointer if necessary only after doing the
+       pointer checks and writing the pointer ID to the wire.
 
-       * graphics/x11drv/xfont.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add MS Shell Dlg font to the set of default sans serif fonts.
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Add a stub for RpcBindingSetOption.
 
-       * dlls/msvcrt/time.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed MSVCRT_clock return type.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Improve the traces in the pointer functions.
 
-2001-04-13  Alexandre Julliard  <julliard@winehq.com>
+2006-04-28  Vitaly Lipatov <lav@etersoft.ru>
 
-       * documentation/printing.sgml:
-       Added missing <listitem>.
+       * dlls/mlang/mlang.c:
+       mlang: Partially implemented ConvertStringEx.
 
-       * server/file.c, server/mapping.c, server/object.h:
-       Repaired shared PE data sections.
+2006-04-25  Juris Smotrovs <juris.smotrovs@sets.lv>
 
-       * documentation/debugger.sgml:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Added note on using shell scripts as AeDebug setup, added
-       BreakOnDllLoad variable.
+       * dlls/user/tests/msg.c:
+       user: Test cases demonstrating position changes for MDI children.
 
-       * dlls/msacm/pcmconverter.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       A few fixes.
+2006-04-25  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * dlls/msacm/driver.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed opening of some drivers.
+       * dlls/comctl32/treeview.c:
+       comctl32: Update first visible when appropiate in the TVI_SORT case.
 
-       * dlls/winmm/wavemap/wavemap.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed callback parameters (bogus hWave); added acm conversion for
-       waveIn.
+2006-04-24  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/winmm/mciwave/mciwave.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Allow MCI_SET to change waveFormat for recording.
-       Fixed buffer handling on recording end.
-       Fixed size of recorded data in mmio file.
+       * dlls/wined3d/drawprim.c:
+       wined3d: Remove dead shader code.
 
-       * dlls/winmm/wineoss/audio.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Fixed some buffers issue in recording.
-       Zeroed unnecessary second parameter for WIM_DATA notification.
+2006-04-26  Robert Shearman <rob@codeweavers.com>
 
-       * debugger/winedbg.c:
-       Eric Pouech <eric.pouech@wanadoo.fr>
-       Enhanced robustness at startup.
+       * dlls/setupapi/parser.c:
+       setupapi: Fix parsing of UCS-16 files.
+       Fix parsing of UCS-16 files prefixed with the Unicode BOM. Based on a
+       patch by Hervé Poussineau.
 
-       * windows/msgbox.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Preliminary support for MB_*MODAL styles.
+2006-05-03  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/status.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       - *don't* MoveWindow() the status bar if CCS_NORESIZE is specified,
-         and use SetWindowPos instead for one of the MoveWindow()s
-       - call STATUSBAR_GetInfoPtr *once* like Windows does, not twice (used to be
-         in every sub function, too)
-       - remember hwndParent from create struct to use in at least WM_CREATE and
-         WM_SIZE instead of GetParent() like in Windows
-       - added DefWindowProc call to WM_SIZE like in Windows
-       - added InvalidateRect, UpdateWindow to WM_CREATE like in Windows
-       - much more verbose +statusbar output
-       - rename part_num to nPart for consistency
-       - added nclm.cbSize to SystemParametersInfoA call
-       - added FIXME to STATUSBAR_SetParts
-
-       * dlls/commdlg/filedlg95.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Set the custom dialog box to the bottom of the Z-order.
-
-2001-04-12  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/dplayx/Makefile.in, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c,
-         dlls/dplayx/dplay_global.h, dlls/dplayx/dplaysp.c,
-         dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c,
-         dlls/dplayx/dplayx_messages.h, dlls/dplayx/lobbysp.c,
-         dlls/dplayx/lobbysp.h, dlls/dplayx/name_server.c,
-         dlls/dplayx/name_server.h, include/dplay.h, include/objbase.h,
-         include/winerror.h, ole/uuid.c:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Provide lobby provider COM object header file and stub implementation
-       - Break out dpl and dp service provider intialization
-       - Add missing definition of E_PENDING
-       - Resolve a few fixmes
-       - Fix includes for dplay.h
-
-       * controls/menu.c, include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c:
-       Added first/last message filters to MSG_InternalGetMessage to avoid
-       busy waits.
-
-       * debugger/editline.c, dlls/kernel/kernel32.spec, include/wincon.h,
-         win32/console.c:
-       Michael Stefaniuc <mstefani@redhat.de>
-       - added stubs for three console functions
-       - updated wincon.h
-
-       * ole/ole2nls.c:
-       James Hatheway <james@macadamian.com>
-       Small typo fix.
-
-       * windows/winpos.c:
-       James Hatheway <james@macadamian.com>
-       SetWindowRgn shouldn't activate the window.
-
-2001-04-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/stg_stream.c:
+       ole32: IPersistStream is also implemented by any object that implements IStream.
 
-       * dlls/crtdll/crtdll_main.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix the signature of __GetMainArgs and __getmainargs (from msvcrt).
+       * dlls/ole32/storage32.c:
+       ole32: Fix typos in StgCreateStorageEx and StgOpenStorageEx.
 
-       * dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c, dlls/msvcrt/cpp.c,
-         dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c,
-         dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/exit.c,
-         dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
-         dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
-         dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
-         dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
-         dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
-       Francois Gouget <fgouget@free.fr>
-       Include the msvcrt headers, remove duplicate definitions.
-       Fixed the signature of a few functions.
-       Don't use wcs* functions, use *W (from unicode.h) instead.
-
-       * include/tchar.h, include/windef.h, include/winnt.h:
-       Francois Gouget <fgouget@free.fr>
-       Prevent multiple definitions caused by MSVCRT headers.
-
-       * dlls/Makedll.rules.in:
-       Francois Gouget <fgouget@free.fr>
-       Allow the Makefile.in to define EXTRADEFS and add it to DEFS.
-
-       * include/msvcrt/sys/stat.h, include/msvcrt/sys/timeb.h,
-         include/msvcrt/sys/types.h, include/msvcrt/sys/utime.h,
-         include/Makefile.in, include/msvcrt/conio.h,
-         include/msvcrt/ctype.h, include/msvcrt/direct.h,
-         include/msvcrt/dos.h, include/msvcrt/fcntl.h, include/msvcrt/io.h,
-         include/msvcrt/process.h, include/msvcrt/stddef.h,
-         include/msvcrt/stdio.h, include/msvcrt/stdlib.h,
-         include/msvcrt/string.h, include/msvcrt/time.h,
-         include/msvcrt/wchar.h, include/msvcrt/wctype.h:
-       Francois Gouget <fgouget@free.fr>
-       Added headers for the msvcrt library.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: STGM_PRIORITY allows other IStorage objects to be opened in transacted mode with read/write access.
 
-       * controls/edit.c, windows/winproc.c:
-       Added mappings for WM_CHARTOITEM and WM_MENUCHAR messages.
-       Removed mapping of 16-bit edit messages in the generic routines.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Check the return value from VariantCopy when copying values
+       for VT_VARIANT typed parameters for ITypeInfo::Invoke.
 
-       * programs/winemine/main.c:
-       Pass the correct string length to RegSetValueExA.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Support values being passed into VT_VARIANT|VT_BYREF typed parameters in ITypeInfo::Invoke.
 
-       * dlls/advapi32/registry.c:
-       RegSetValueExA/W: fixed REG_SZ string length handling for Win95.
-
-       * dlls/winsock/socket.c, dlls/winsock/ws2_32.spec, include/winsock2.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added stub for WSASend.
-
-       * dlls/ntdll/reg.c, server/registry.c:
-       Fixed handling of \\Registry prefix.
-
-       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/olepicture.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Stub for OleLoadPictureEx.
-
-       * dlls/comctl32/comboex.c:
-       Michael Stefaniuc <mstefani@redhat.de>
-       Fix for small typo.
-
-       * dlls/msvcrt/console.c, dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c,
-         dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c,
-         dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c,
-         dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c,
-         dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c,
-         dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
-         dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c,
-         dlls/msvcrt/time.c, dlls/msvcrt/wcs.c:
-       Francois Gouget <fgouget@free.fr>
-       Adjust the 'MSVCRT_' prefix to match the msvcrt headers
-       Prefix internal methods with 'msvcrt_' instead of 'MSVCRT_', '__MSVCRT_', etc.
-       Remove '_cdecl', it's unnecessary
-
-2001-04-09  Alexandre Julliard  <julliard@winehq.com>
-
-       * programs/winetest/test.pl, programs/winetest/wine.pm,
-         programs/winetest/wine.xs, programs/winetest/winetest.c:
-       Store the function pointer in the %prototypes hash instead of the
-       function name to avoid looking it up on every call.
-       Fixed callback thunks to use stdcall calling convention.
-
-       * relay32/relay386.c, scheduler/process.c, scheduler/thread.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Display thread id instead of %fs in relay trace.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Check that the storage was opened with write access before creating a new stream or sub-storage.
 
-       * dlls/kernel/time.c:
-       James Hatheway <james@macadamian.com>
-       Fill in StandardName field in struct returned from GetTimeZoneInformation.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Copy the mode flags into the STATSTG structure in IStorage::Stat.
+       Copy the mode flags into the STATSTG structure in IStorage::Stat. Don't
+       store the STGM_CREATE flag in openFlags, since it is only relevant when
+       opening the stream and the tests show that it isn't returned in the
+       STATSTG structure.
 
-       * dlls/kernel/kernel32.spec, dlls/ntdll/ntdll.spec,
-         dlls/user/user32.spec, dlls/advapi32/advapi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some stubs for functions used by newer rpcrt4 dlls.
+       * dlls/ole32/tests/storage32.c:
+       ole32: Add tests for IStorage::Stat.
 
-       * objects/dc.c: Francois Gouget <fgouget@free.fr>
-       GetDeviceCaps: make sure the devCaps field is not NULL before
-       dereferencing it.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Fix access right check for opening and creating streams and storages.
+       Check the access mode for opening and creating streams and storages
+       doesn't exceed the access rights the current storage was opened with,
+       not the parent storage.
 
-       * dlls/ole32/compobj.c, include/wine/obj_base.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Arg 3 of CoGetClassObject is COSERVERINFO*, added some more debug.
+       * dlls/ole32/stg_stream.c:
+       ole32: Add more tracing for reading and writing storage streams.
+       Add more tracing for read and write operations and warn in the case of
+       failure.
 
-       * dlls/comctl32/comctl_De.rc:
-       Marcus Meissner <marcus@jet.franken.de>
-       Translations for German language.
+       * dlls/ole32/tests/storage32.c:
+       ole32: Add tests for sub-storages and creating streams.
+       Replace a test that fails on NT and with DCOM95 DLLs with a test that
+       ensures access permissions are checked correctly for sub-storages and
+       creating streams.
 
-       * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added GetConvertStg stub.
+       * dlls/ole32/tests/storage32.c:
+       ole32: Add a storage test for reading and writing of streams that have
+       had their parent storage released.
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Actually print the guids in DllGetClassObject().
+       * dlls/ntdll/nt.c:
+       ntdll: Fix size check for NtQueryInformationToken(TokenGroups).
+       For NtQueryInformationToken(TokenGroups), don't do a size check before
+       the server call, as we don't know how many SIDs there are to return
+       and hence the needed buffer size.
 
-       * README, tools/wineinstall:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added uninstall hints.
+2006-05-03  Huw Davies <huw@codeweavers.com>
 
-       * debugger/debugger.h, debugger/winedbg.c:
-       James Hatheway <james@macadamian.com>
-       Modify debugger to understand special undocumented "Name Thread"
-       exception from MS VC6.
+       * dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Alignment fixes for safearrays.
 
-       * controls/combo.c, controls/listbox.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Really do not roll up if selection is being tracked by arrow keys in
-       the dropdown listbox.
+       * dlls/oleaut32/tests/usrmarshal.c:
+       oleaut32: Fix tests under win2k.
 
-       * dlls/user/ddeml.c:
-       Rein Klazes <rklazes@xs4all.nl>
-       When calling CreateMutex() handle the case when the mutex is already
-       created in another process.
+2006-05-02  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/treeview.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       After an item text changes, the rectangle width should be
-       recalculated.
+       * dlls/oleaut32/tests/usrmarshal.c:
+       oleaut32: Split out the SAFEARRAY and BSTR tests so that they can be used in the upcoming VARIANT tests.
 
-2001-04-04  Alexandre Julliard  <julliard@winehq.com>
+2006-04-29  Huw Davies <huw@codeweavers.com>
 
-       * windows/win.c:
-       Don't use THREAD_IdToTEB in EnumThreadWindows.
+       * dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       oleaut32: Fix BSTR marshaling to be wire compatible with Windows.
 
-       * unicode/wctomb.c:
-       James Hatheway <james@macadamian.com>
-       Make sure 'used' is set to 0 if no conversions take place.
+2006-05-03  Andrew Ziem <ahziem1@mailbolt.com>
 
-       * dlls/comctl32/listview.c:
-       Rein Klazes <rklazes@casema.net>
-       Fixed scrolling of listview with a mouse wheel.
+       * dlls/setupapi/tests/stringtable.c:
+       setupapi: Add case sensitivity string table tests.
 
-       * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
-       Implement TIME_FORCE24HOURFORMAT and TIME_NOTIMEMARKER flags in
-       OLE_GetFormatA.
+2006-05-02  Troy Rollo <wine@troy.rollo.name>
 
-       * windows/winproc.c, controls/menu.c, dlls/kernel/thunk.c,
-         dlls/winedos/module.c, files/drive.c, loader/ne/module.c,
-         msdos/int21.c, scheduler/thread.c:
-       Added TASK_GetPtr/TASK_GetCurrent functions to get the TDB for a task
-       handle.
+       * dlls/gdi/font.c:
+       gdi: Fix GetTextExentExPointW to return values consistent with GetTextExtentPointW.
 
-       * include/task.h, loader/task.c, windows/message.c, windows/queue.c:
-       Unified 16-bit and 32-bit scheduling a bit more.
+2006-05-02  Detlef Riekenberg <wine.dev@web.de>
 
-       * msdos/dosconf.c:
-       Don't call strtok twice if it failed the first time.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Fix test for GetPrinterDriver.
 
-       * server/request.c:
-       Make sure the process socket is non-blocking.
-       Don't fail if nothing ready on recvmsg for a file descriptor.
+2006-05-01  Michael Stefaniuc <mstefani@redhat.de>
 
-       * include/wine/wingdi16.h, objects/font.c, include/wingdi.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix member names in NEWTEXTMETRICEX structs.
+       * dlls/kernel/sync.c, dlls/ntdll/debugbuffer.c, dlls/ntdll/reg.c,
+         dlls/ntdll/thread.c:
+       Don't check pointers for NULL before RtlFreeHeap. It is redundant.
 
-       * dlls/comctl32/treeview.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Erase the in-memory DC for treeview and fixes the rectangle calculation.
+       * dlls/secur32/secur32.c:
+       secur32: Missing LeaveCriticalSection on error paths.
 
-       * dlls/comctl32/header.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Set background mode to transparent before calling owner-drawn user
-       handling.
+2006-04-30  James Hawkins <truiken@gmail.com>
 
-2001-04-02  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/install.c:
+       advpack: Don't fail if the dll to register doesn't exist.
 
-       * dlls/Makefile.in, dlls/wineps/Makefile.in, dlls/wineps/font.c,
-         dlls/wineps/init.c, dlls/wineps/psdrv.h, dlls/wineps/wineps.spec,
-         documentation/configuring.sgml, documentation/fonts.sgml,
-         documentation/printing.sgml, documentation/psdrv.reg,
-         documentation/wine-doc.sgml, documentation/wine-user.sgml:
-       Ian Pilcher <ian.pilcher@home.com>
-       Various registry-related PostScript driver enhancements.
+2006-04-30  Mike McCormack <mike@codeweavers.com>
 
-       * controls/edit.c:
-       Rein Klazes <rklazes@casema.net>
-       Do not send the EN_CHANGE notification message until the selection
-       start and end values are filled in.
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Add a stub implementation for IUnknown_ProfferService.
 
-       * windows/x11drv/keyboard.c:
-       Gustavo Noronha Silva (KoV) <kov@debian.org>
-       Added US international keyboard.
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Add a stub implementation for IUnknown_QueryServiceExec.
 
-       * include/winuser.h, windows/sysparams.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Add value 106 to SystemParametersInfo.
+       * dlls/ole32/stg_stream.c:
+       ole32: Return STG_E_REVERTED when a stream's parent storage has been closed.
 
-2001-03-31  Alexandre Julliard  <julliard@winehq.com>
+2006-04-30  Jacek Caban <jacek@codeweavers.com>
 
-       * programs/winetest/Makefile.PL, programs/winetest/Makefile.in,
-         programs/winetest/Makefile.win32, programs/winetest/wine.pm,
-         programs/winetest/wine.xs, programs/winetest/winetest.c:
-       John F Sturtz <jsturtz@codeweavers.com>
-       Added support for callback functions.
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Added some comments.
 
-       * dlls/ole32/storage32.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Don't try to create file twice in the NULL filename case for
-       StgCreateDocFile.
+2006-04-29  Jacek Caban <jacek@codeweavers.com>
 
-       * controls/edit.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Update format engine to reduce flicker.
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser::[get|put]_ToolBar implementation.
 
-2001-03-28  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser::[get|put]_StatusBar implementation.
 
-       * dlls/x11drv/x11drv_main.c:
-       Added support for application-specific configuration for a few options
-       (Desktop, Managed, ScreenDepth and Synchronous).
-
-       * graphics/x11drv/dib.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed undefined C constructs (val assignment in expressions using it,
-       postinc operators in macros).
-
-       * loader/task.c, miscemu/main.c:
-       Don't load user32 too early on for 16-bit apps, so that app-specific
-       config can be available while loading it.
-
-       * windows/win.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Get and print class name for right window in WIN_WalkWindows.
-
-       * tools/winebuild/spec16.c, windows/user.c, dlls/user/user.spec,
-         if1632/builtin.c, include/builtin16.h:
-       Always load the 32-bit dll containing a given 16-bit builtin.
-       Check the module name in addition to the file name when loading a
-       16-bit builtin dll.
-
-       * dlls/x11drv/x11drv_main.c, graphics/x11drv/palette.c,
-         windows/x11drv/wnd.c, dlls/opengl32/wgl.c:
-       Gavriel State <gav@transgaming.com>
-       - Always use a double-buffered visual if one is available.
-       - Ensure that all colormaps created use the double-buffered visual if
-         it exists. This prevents problems where DRI GL implementations fail
-         to work unless the colormap visual matches the window visual matches the
-         glX visual.
-       - Get around similar visual issue with the default GL context created for
-         apps that don't create their own contexts before trying to use GL functions.
-
-       * documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Fixed command-line example.
-
-2001-03-26  Alexandre Julliard  <julliard@winehq.com>
-
-       * ChangeLog, include/version.h, ANNOUNCE:
-       Release 20010326.
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser::[get|put]_AddressBar implementation.
 
-----------------------------------------------------------------
-2001-03-26  Alexandre Julliard  <julliard@winehq.com>
+2006-04-28  Jacek Caban <jacek@codeweavers.com>
 
-       * documentation/samples/config:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added some additional defaults and samples to [fonts] section.
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser::[get|put]_MenuBar implementation.
 
-2001-03-23  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Added get_HWND implementation.
 
-       * misc/options.c, windows/dce.c, windows/win.c,
-         windows/x11drv/event.c, windows/x11drv/wnd.c,
-         dlls/x11drv/x11drv_main.c, documentation/samples/config,
-         documentation/wine.man.in, graphics/x11drv/xfont.c,
-         include/options.h, include/x11drv.h:
-       Cleanup properly on x11drv unloading.
-       Moved --synchronous option into config file.
-       Removed --desktop, --display and --language command-line options.
+       * dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added [get|put]_Visible implementation.
 
-       * dlls/winmm/mciwave/mciwave.c:
-       James Hatheway <james@macadamian.com>
-       - MCI_SAVE should overwrite its destination file.
-       - widClose() is sometimes failing... MCI (in WAVE_mciRecordCallback)
-         shouldn't queue up buffers if it knows we are no longer recording.
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Fix GetMiscStatus implementation.
 
-       * dlls/user/user_main.c, files/profile.c, memory/local.c,
-         objects/gdiobj.c, objects/metafile.c, windows/user.c:
-       Small dll separation fixes.
+2006-04-25  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/advapi32/registry.c:
-       Use TEB static buffer for Unicode conversion.
+       * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/indexbuffer.c,
+         dlls/wined3d/palette.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/texture.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c:
+       wined3d: QueryInterface corrections.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added handling of .hpp files (another extension for C++ headers).
-       The wrapper code needs to import dlls too.
-       All the generated wrapper files were identical, the 'variable'
-       subsitution was done on the template itself. Oups!
+2006-04-27  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/version/info.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       ConvertVersionInfo32To16: the end of the child list may also be marked
-       by a 0-byte child.
-
-2001-03-22  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/kernel/comm.c, files/file.c, include/file.h, include/server.h,
-         include/thread.h, scheduler/synchro.c, server/async.c,
-         server/object.h, server/request.h, server/serial.c, server/trace.c:
-       Michael McCormack <mccormac@aals27.alcatel.com.au>
-       Use poll() on the client-side during server waits to implement
-       overlapped I/O.
-
-       * include/server.h, scheduler/process.c, server/console.c,
-         server/trace.c, win32/console.c:
-       Use the new send_fd mechanism for the set_console_fd server request.
-
-       * dlls/shlwapi/reg.c, dlls/x11drv/x11ddraw.c, dlls/x11drv/xvidmode.c,
-         dlls/comctl32/comboex.c:
-       Jeff Garzik <jgarzik@mandrakesoft.com>
-       Added needed string.h includes.
-
-2001-03-21  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dce.c, windows/dialog.c, windows/nonclient.c, windows/win.c,
-         windows/winpos.c, windows/x11drv/wnd.c:
-       Cleaned up assumptions about WS_CHILD flag so that we can allow it to
-       be changed in SetWindowLong.
-
-       * dlls/ntdll/debugtools.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Increase debug buffer size up to 1024 bytes.
-
-       * configure, configure.in, programs/Makefile.in,
-         programs/winetest/.cvsignore, programs/winetest/Makefile.PL,
-         programs/winetest/Makefile.in, programs/winetest/Makefile.win32,
-         programs/winetest/test.pl, programs/winetest/wine.pm,
-         programs/winetest/wine.xs, programs/winetest/winetest.c,
-         programs/winetest/winetest.spec:
-       Added first version of the Perl regression testing framework.
-
-       * documentation/samples/config, documentation/wine.conf.man.in,
-         loader/loadorder.c:
-       Added "*" wildcard entry to DllOverrides to replace DllDefaults
-       section; this way it can also be specified on a per-app basis.
-       Removed compiled-in defaults for dlls mentioned in the sample config.
-       Update man page.
-
-       * dlls/ddraw/d3dtexture.c, dlls/winmm/mcicda/mcicda.c,
-         include/netspi.h, server/main.c, server/trace.c:
-       Jeff Garzik <jgarzik@mandrakesoft.com>
-       Warning fixes.
-
-       * tools/winebuild/spec32.c, tools/wmc/mcl.c, scheduler/pthread.c,
-         scheduler/synchro.c, server/atom.c:
-       Jeff Garzik <jgarzik@mandrakesoft.com>
-       Added some inclusions of string.h where necessary.
-
-       * loader/pe_image.c:
-       Disable DONT_RESOLVE_DLL_REFERENCES for builtin dlls.
-
-       * loader/module.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Allow loading of built-in dlls with LOAD_LIBRARY_AS_DATAFILE flag set.
+       * dlls/secur32/ntlm.c:
+       secur32: Add partial support for ISC_REQ_ALLOCATE_MEMORY in the NTLM security provider.
 
-       * dlls/winmm/wineoss/audio.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Show an error if small enough fragment sizes couldn't be set.
-       Force a complete close/reopen of the sound device if pause is
-       requested in DirectSound mode (many drivers require this).
-
-       * dlls/ddraw/ddraw/user.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Remove obsolete and misleading FIXME.
-
-       * dlls/gdi/gdi32.spec:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented Get/SetDeviceGammaRamp.
-
-2001-03-20  Alexandre Julliard  <julliard@winehq.com>
-
-       * documentation/samples/config, documentation/wine.man.in,
-         include/loadorder.h, include/options.h, loader/loadorder.c,
-         loader/main.c, loader/module.c, loader/ne/module.c, misc/options.c:
-       - Added support for app-specific dll overrides using
-         AppDefaults\<appname>\DllOverrides configuration section.
-       - Better support for multiple --dll options.
-       - Added warning message to discourage putting multiple dlls in a
-         single override entry.
-
-       * win32/except.c:
-       Terminate process on unhandled ^C exception instead of launching the
-       debugger.
-
-       * dlls/ttydrv/dc.c, dlls/wineps/init.c,
-         graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c,
-         graphics/win16drv/init.c, graphics/x11drv/init.c, include/gdi.h,
-         include/wingdi.h, objects/dc.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented Get/SetDeviceGammaRamp.
-
-       * dlls/user/user32.spec, windows/win.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Added stubs for GetWindowsModuleFileName[A/W].
-
-       * controls/combo.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Native version seems to always re-draw the selected text at the end of
-       a rollup.
-
-       * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11ddraw.h,
-         dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, include/x11drv.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added gamma ramp code to the XVidMode interface.
+       * dlls/secur32/ntlm.c, dlls/secur32/secur32.c,
+         dlls/secur32/secur32_priv.h, dlls/secur32/tests/main.c:
+       secur32: Fix some wrong assumptions in the NTLM test case, make it pass in XP SP2 and Wine.
 
-       * include/ddrawi.h:
-       Ove Kaaven <ovek@transgaming.com>
-       More DirectDraw HAL type declarations.
+       * configure, configure.ac, dlls/Makefile.in, dlls/mprapi/.gitignore,
+         dlls/mprapi/Makefile.in, dlls/mprapi/mprapi.c,
+         dlls/mprapi/mprapi.spec, include/Makefile.in, include/mprapi.h:
+       Add a stub implementation of mprapi.dll.
 
-2001-03-19  Alexandre Julliard  <julliard@winehq.com>
+2006-04-27  Bill Medland <billmedland@mercuryspeed.com>
 
-       * configure, configure.in:
-       Satsuki Fujishima <sf@freebsd.org>
-       Fixed FreeBDS xpg4 check.
+       * libs/wpp/ppl.l, libs/wpp/wpp_private.h:
+       wpp: Support long long constants if configure says long long is available
 
-       * Make.rules.in, tools/Makefile.in, tools/specmaker/Makefile.in:
-       Satsuki Fujishima <sf@freebsd.org>
-       Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
+2006-04-27  Vitaly Lipatov <lav@etersoft.ru>
 
-       * include/wine/wine_common_ver.rc, dlls/oleaut32/.cvsignore,
-         dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec,
-         dlls/oleaut32/version.rc:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add version info for built-in oleaut32.dll.
+       * dlls/user/tests/input.c:
+       user: tests: Change INPUT to TEST_INPUT, fix union usage.
 
-       * controls/menu.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fix system menu crash by ensuring that item->text is not null when
-       MF_TEXT set.
+2006-04-23  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * include/ddraw.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added IDirectDrawGammaControl interface declaration.
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Vertex Shader regtype cleanups.
 
-       * dlls/version/info.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Truncate version data if provided buffer is not large enough.
+2006-04-22  Dan Kegel <dank@kegel.com>
 
-       * dlls/dsound/dsound_main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed sound disappearing after on-the-fly sample rate changes and
-       after certain underrun conditions.
-       Compilation fixes for when USE_DSOUND3D is defined.
+       * dlls/msi/source.c:
+       msi: Fix missing case in MsiSourceListAddSourceEx.
 
-       * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
-       Win2000: If both WS_EX_LAYERED and WS_EX_TRANSPARENT styles are set,
-       mouse clicks should go straight through the window.
+2006-04-28  James Hawkins <truiken@gmail.com>
 
-       * dlls/shell32/shellpath.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       SHGetSpecialFolderPathA must be able to create a full path if it
-       doesn't exist.
+       * dlls/ole32/storage32.c:
+       ole32: StorageImpl_GetROBigBlock can return NULL so check for NULL before doing a memcpy.
 
-       * dlls/msvcrt/except.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.spec:
-       Eric Kohl <ekohl@codeweavers.com>
-       Added stub for _setjmp3().
-       Implemented _sopen().
-
-2001-03-16  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/comctl32/comctl32.h, dlls/comctl32/commctrl.c,
-         dlls/comctl32/rsrc.rc:
-       Gerard Patel <gerard.patel@asi.fr>
-       Added version info.
-
-       * graphics/x11drv/xfont.c, include/gdi.h, include/win16drv.h,
-         include/x11drv.h, objects/font.c, dlls/ttydrv/graphics.c,
-         dlls/ttydrv/ttydrv.h, dlls/wineps/font.c, dlls/wineps/psdrv.h,
-         graphics/win16drv/font.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Moved GetTextMetrics to unicode.
-
-       * dlls/version/info.c, include/winver.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed prototype of GetFileVersionInfoA/W.
-
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Documented things known to be unimplemented.
-       - Implemented CBN_SELCHANGE, CBN_KILLFOCUS, and CBN_SELENDOK.
-       - Corrected CBEN_ENDEDIT notifies to always have edit control text.
-       - Locked "selected" state of icon to focus state of edit control (if
-         it exists) just like native.
+       * dlls/advpack/install.c:
+       advpack: Implement the DelDirs command.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Correct RBN_CHILDSIZE band rectangle to match native.
-       - Correct flags in DeferWindowPos to SWP_NOZORDER to match native.
-       - Make handling ComboBox and ComboBoxEx the same when moving child
-         windows.
+       * dlls/advpack/install.c:
+       advpack: Implement the CheckAdminRights option.
 
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Label the width and height correctly in the WINDOWPOS display.
+       * dlls/advpack/install.c:
+       advpack: Implement the RunPreSetupCommands command.
 
-       * include/winuser.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added Win2000 WS_EX_LAYERED window style.
+       * dlls/advpack/install.c:
+       advpack: INF install is implemented so fix the documentation.
 
-       * tools/wineshelllink:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Replaced one .kde with .kde2 in KDE2 menu code.
+       * dlls/advpack/install.c:
+       advpack: Implement the PerUserInstall command.
 
-       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
-       Removed path from dplayx registry entry, so that the builtin dplayx
-       can be loaded.
+       * dlls/advpack/install.c:
+       advpack: Leave room for the NULL terminator in the working_dir string.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild.
+       * dlls/advpack/install.c:
+       advpack: NULL-terminate the source path.
 
-2001-03-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/install.c:
+       advpack: Return the hresult in ExecuteCabW.
 
-       * dlls/version/info.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Return from GetFileVersionInfo(Size) if specified file found, but
-       VS_VERSION_INFO resource not.
+       * dlls/advpack/reg.c:
+       advpack: Clean up the formatting of RegInstall to match the rest of the file.
 
-       * server/serial.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Removed broken support for EV_TXEMPTY because it causes busy loops.
+       * dlls/advpack/reg.c:
+       advpack: Perform an Advanced INF-level install in RegInstall.
 
-       * server/async.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Add missing release object so server exits cleanly.
+       * dlls/advpack/reg.c:
+       advpack: Factor out writing predefined strings into write_predefined_strings.
 
-       * controls/menu.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Recalculate menu sizes if WM_INITMENU has recreated/changed something.
+       * dlls/advpack/advpack.c:
+       advpack: Ignore the return value from the OCX registration.
 
-2001-03-13  Alexandre Julliard  <julliard@winehq.com>
+2006-04-21  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/kernel/nls/cht.nls:
-       Hann-huei Chiou <koala@mana.ee.ntu.edu.tw>
-       Updated.
+       * dlls/wldap32/search.c:
+       wldap32: Document the search functions.
 
-       * dlls/kernel/kernel32.spec, include/winbase.h, include/winnt.h,
-         scheduler/thread.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Added stub for SetThreadExecutionState (new function in Win98/2000).
+2006-04-21  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/winproc.c:
-       Rein Klazes <rklazes@casema.net>
-       Fix Unicode/Ansi message translation for some listbox/combobox
-       messages with a zero valued lparam. Output an error when the
-       translation fails.
+       * dlls/kernel/kernel_main.c:
+       kernel: Remove no longer needed includes.
 
-       * include/wingdi.h, objects/font.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix typo in OUTLINETEXTMETRIC definition.
+2006-04-21  Robert Reif <reif@earthlink.net>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Yet another attempt on fixing notifications in the edit control.
+       * dlls/advapi32/tests/.gitignore, dlls/advapi32/tests/Makefile.in,
+         dlls/advapi32/tests/lsa.c:
+       advapi32: Add some lsa tests.
 
-       * documentation/samples/config:
-       Marcus Meissner <marcus@jet.franken.de>
-       Add some specific afmdirs as examples.
+       * dlls/advapi32/lsa.c:
+       advapi32: Fix LsaClose return value.
 
-       * dlls/wineps/afm.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Don't load AFM files from predefined directories; use [afmdirs]
-       section in Wine config file instead.
+2006-04-29  Robert Reif <reif@earthlink.net>
 
-2001-03-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/netapi32/access.c:
+       netapi32: Implement NetUserModalsGet level 2.
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed notifications of the edit control.
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c:
+       dsound: Add DirectSoundBuffer_Lock tests.
 
-       * controls/static.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Call DefWindowProc for WM_CTLCOLORSTATIC message when the apps does
-       not.
+2006-04-28  Robert Reif <reif@earthlink.net>
 
-       * controls/combo.c, dlls/winmm/joystick/joystick.c, dlls/winmm/mmio.c,
-         loader/loadorder.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed spelling/typos in comments.
+       * dlls/dsound/buffer.c, dlls/dsound/primary.c:
+       dsound: Check DirectSoundBuffer_Lock parameters.
+       Check DirectSoundBuffer_Lock parameters and return an error (like
+       Windows) rather than fixing up the parameters.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added missing extension for 'ole32.dll'.
+2006-04-28  Jacek Caban <jacek@codeweavers.com>
 
-       * include/winbase.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added CreateRemoteThread.
+       * dlls/mshtml/tests/htmldoc.c:
+       mshtml: Added test of connection points.
 
-       * dlls/shell32/shell32_main.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Implement SHGetFileInfoW by calling SHGetFileInfoA.
+       * dlls/mshtml/conpoint.c:
+       mshtml: Added GetConnectionInterface implementation.
 
-       * dlls/commdlg/filedlg95.c, dlls/shell32/shlfolder.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Handle empty strings and invalid values in lpstrInitialDir for 32 bits
-       open file dialogs.
+       * dlls/mshtml/conpoint.c:
+       mshtml: Added GetConnectionPointContainer implementation.
 
-2001-03-08  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/conpoint.c, dlls/mshtml/mshtml_private.h:
+       mshtml: Added stub implementation of connection points.
 
-       * dlls/kernel/Makefile.in:
-       Added version16.rc in RC_SRCS list.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/conpoint.c, dlls/mshtml/htmldoc.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Added IConnectionPointContainer stub implementation.
 
-       * scheduler/client.c, scheduler/synchro.c, scheduler/thread.c,
-         server/request.c, server/request.h, server/thread.c, server/trace.c,
-         include/server.h, include/thread.h:
-       Added support for nested server waits (to allow waiting in signal
-       handlers).
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/nsiface.idl:
+       mshtml: Added get_body implementation.
 
-       * README, tools/winecheck:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added a perl script to check many aspects of Wine configuration.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlbody.c,
+         dlls/mshtml/htmltextcont.c, dlls/mshtml/mshtml_private.h:
+       mshtml: Added IHTMLTextContainer stub implementation.
 
-       * dlls/commdlg/finddlg32.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       LPARAM in find dialog wm_initdialog is the find/replace structure, not
-       custdata.
+       * include/mshtmdid.h, include/mshtml.idl:
+       mshtml: Added IHTMLTextContainer declaration.
 
-       * dlls/kernel/nls/lvi.nls:
-       Nerijus Baliunas <nerijus@users.sourceforge.net>
-       Updated Latvian date format.
+2006-04-28  Fatih Asici <fasici@linux-sevenler.org>
 
-       * tools/wineshelllink:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added SHELL linking of KDE2 desktop/menu entries.
+       * fonts/ms_sans_serif.sfd:
+       fonts: Add missing Latin glyph to ms_sans_serif.
 
-2001-03-05  Alexandre Julliard  <julliard@winehq.com>
+       * fonts/system.sfd:
+       fonts: Add some missing Latin glyphs to System.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20010305.
+       * fonts/courier.sfd:
+       fonts: Add some missing Latin glyphs to Courier.
 
-----------------------------------------------------------------
-2001-03-05  Alexandre Julliard  <julliard@winehq.com>
+2006-04-28  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/listview.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Update nSelectionMark and nFocusedItem when inserting/deleting/sorting
-       items.
-       SortItems: If sorting less than 2 items, do nothing.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Implement GetDocumentation_Proxy/Stub.
 
-       * win32/file.c, scheduler/process.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Implemented SetFileApisToOEM, SetFileApisToANSI and AreFileApisANSI.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Implement GetFuncDesc_Proxy and friends.
 
-       * dlls/comctl32/pager.c:
-       Susan Farley <susan@codeweavers.com>
-       - Background of the child wnd should be erased with the same color as
-         the control.
-       - Default scroll amount should be the minimum client area.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Implement GetTypeAttr_Proxy and friends.
 
-       * windows/dialog.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Unblock the dialog message loop with a WM_NULL message.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Support for non-encapsulated unions.
 
-       * graphics/x11drv/dib.c:
-       Vedran Rodic <vedran@renata.irb.hr>
-       Made 8 bpp to 24 bit depth conversion in X11DRV_DIB_SetImageBits_8
-       faster by using inline asm.
+       * dlls/gdi/freetype.c:
+       gdi32: FcPatternGet( FC_FILE ) only returns the basename as of fontconfig 2.3.92 .
+       FcPatternGetString( FC_FILE ) returns the whole path.  Go figure.
 
-       * tools/specmaker/misc.c, server/debugger.c, server/registry.c, graphics/x11drv/xfont.c, programs/winhelp/hlpfile.c, files/dos_fs.c, files/drive.c, dlls/winmm/mmio.c:
-       Changed isolated for loops to while loops (based on a patch by Andreas
-       Mohr).
+2006-04-22  Eric Kohl <eric.kohl@t-online.de>
 
-       * dlls/oleaut32/typelib.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       The for loop in ITypeLib2_fnFindName was wrong (extra ';').
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/server.c,
+         tools/widl/widl.c, tools/widl/widl.h, tools/widl/widl.man.in:
+       widl: Implement 'oldnames' option.
 
-       * files/file.c: Andreas Mohr <a.mohr@mailto.de>
-       GetFileInformationByHandle() fails for pipe handles according to
-       MSDN, and also for serial handles (FILE_TYPE_CHAR in general ?).
+       * tools/widl/typegen.c:
+       widl: Fix a typo.
 
-       * dlls/gdi/gdi_main.c, graphics/driver.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Don't load the WINEPS driver until it's needed.
+2006-04-26  Robert Shearman <rob@codeweavers.com>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Make EDIT_UnlockBuffer cope with destroyed windows.
+       * server/thread.c:
+       server: Threads should start off without having an impersonation token.
 
-2001-03-04  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/security.c:
+       advapi32: Implement the majority of ImpersonateLoggedOnUser.
 
-       * dlls/kernel/kernel_main.c, memory/heap.c:
-       We need to create the system heap at startup even though we don't use
-       it, since some Win95 native dlls depend on that.
+       * dlls/wininet/internet.c:
+       wininet: Initialise the LPWITHREADERROR structure after it has been allocated.
 
-       * dlls/opengl32/make_opengl, dlls/opengl32/opengl32.spec, dlls/opengl32/opengl_ext.c, dlls/opengl32/opengl_norm.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-        - add tracing to OpenGL thunks
-        - update to latest gl.spec file
+       * include/ndrtypes.h:
+       include: Copy some format character types from wine/rpcfc.h to
+       ndrtypes.h and change them into an enumeration.
 
-       * windows/winpos.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add DCX_CLIPSIBLINGS to flags for DCE_GetVisRgn only if window has
-       WS_CLIPSIBLINGS bit set.
+2006-04-28  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/listview.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
-       selection mark has been set, just select the current item.
-       In LISTVIEW_SetGroupSelection we must also set the selection mark in
-       that case (and only in that case).
-       Removed a naughty ';' (spotted by Eric Pouech).
+       * include/rpcdce.h:
+       rpcrt4: Add some defines.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       If a target has C++ sources, then use g++ to link it (fixes #162).
-       Removed SONAME, it's not relevant for dlls and was unused anyway.
+2006-04-26  Mike McCormack <mike@codeweavers.com>
 
-2001-03-03  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+       rpcrt4: Add stub implementations for RPC authentication functions.
 
-       * scheduler/client.c: Fixed file descriptor leak.
+       * dlls/wininet/internet.h, dlls/wininet/netconnection.c:
+       wininet: Fix peeking of http data with a nul byte in it.
 
-       * dlls/winmm/wineoss/midi.c, documentation/samples/config, files/directory.c, windows/x11drv/keyboard.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Some more message cleanups.
+       * dlls/msi/package.c:
+       msi: Use the source name of the msi package when it fails to copy.
 
-       * dlls/dsound/dsound_main.c: Chris Jacobson
-       Small bug fix.
+       * programs/msiexec/msiexec.c:
+       msiexec: Force using /i file.msi, some programs pass properties without an =.
 
-       * dlls/commdlg/filedlg.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Initialize the return error code to 0 for common dialog file
-       functions.
+2006-04-25  Mike McCormack <mike@codeweavers.com>
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Add files found in an 'include' directory, to the 'misc sources' list.
+       * dlls/ole32/ole2.c:
+       ole32: Store drop targets in a standard list.
 
-2001-03-01  Alexandre Julliard  <julliard@winehq.com>
+2006-04-22  Robert Reif <reif@earthlink.net>
 
-       * server/file.c, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h, include/thread.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
-       Create the server pipes on the client side and transfer them to the
-       server on thread creation.
-       Use a single per-process socket instead of one per thread for
-       transferring file handles between client and server.
+       * dlls/netapi32/tests/access.c:
+       netapi32: Add minimal NetUserModalsGet test.
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Reenable the wrapper support.
+2006-04-22  András Kovács <andras@csevego.net>
 
-       * dlls/wineps/afm.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Squash another AFM character metrics parsing bug.
+       * programs/regedit/Hu.rc, programs/regedit/rsrc.rc:
+       regedit: Translation to Hungarian.
 
-2001-02-28  Alexandre Julliard  <julliard@winehq.com>
+       * programs/wordpad/Hu.rc, programs/wordpad/rsrc.rc:
+       wordpad: Translation to Hungarian.
 
-       * scheduler/client.c, server/file.c, server/process.c, server/process.h, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, files/file.c, include/server.h:
-       New mechanism to transfer file descriptors from client to server.
+       * documentation/README.hu:
+       Translated README file to Hungarian.
 
-       * windows/x11drv/keyboard.c:
-       Johannes.Schindelin@gmx.de
-       Some minor changes to the German keyboard layout.
+2006-04-21  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/winpos.c:
-       Dominik Strasser <dominik.strasser@mchp.siemens.de>
-       Avoid crash at end of list.
+       * tools/widl/parser.y:
+       widl: Fix a typo.
 
-       * dlls/wineps/afm.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Fix bug in AFM character width parsing.
+       * include/exdisp.idl, include/mshtml.idl:
+       include: Added missing importlib.
 
-       * win32/device.c, windows/winpos.c, dlls/ole32/antimoniker.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/filemoniker.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/storage32.c, dlls/oleaut32/typelib.c, dlls/oleaut32/variant.c, dlls/shell32/shlfolder.c, dlls/user/ddeml.c, dlls/user/exticon.c, graphics/x11drv/graphics.c, include/ddraw.h, objects/metafile.c, programs/notepad/main.c, debugger/types.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, dlls/dplayx/dplay.c, dlls/msvcrt/process.c:
-       Francois Gouget <fgouget@free.fr>
-       Small 'typos in comments' fixes.
+2006-04-21  Alexandre Julliard <julliard@winehq.org>
 
-       * include/module.h, include/task.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c, dlls/kernel/kernel_main.c:
-       Use the standard CreateThread routine to create 16-bit tasks instead
-       of duplicating the code.
+       * server/mapping.c:
+       server: Ignore the SizeOfHeaders field and compute the correct size ourselves.
 
-       * dlls/winspool/wspool.c, dlls/winspool/info.c:
-       Removed dependency on comctl32.
+2006-04-21  Jacek Caban <jacek@codeweavers.com>
 
-       * include/winnt.h:
-       François Gouget <fgouget@codeweavers.com>
-       WINE_UNICODE_TEXT was incorrect.
-       Dropped support for WINE_UNICODE_TEXT('c') in C.
+       * tools/widl/parser.y, tools/widl/typelib.c, tools/widl/typelib.h:
+       widl: Added importlib parsing code.
 
-       * dlls/wsock32/socket.c, dlls/wsock32/wscontrol.h:
-       Michael Stefaniuc <mstefani@redhat.de>
-       Implemented WsControl command with id 0x101.
+       * dlls/shdocvw/iexplore.c:
+       shdocvw: Don't create IE default window in embedding mode.
 
-       * dlls/kernel/nls/afk.nls, dlls/kernel/nls/bel.nls, dlls/kernel/nls/bgr.nls, dlls/kernel/nls/cat.nls, dlls/kernel/nls/cze.nls, dlls/kernel/nls/dea.nls, dlls/kernel/nls/dec.nls, dlls/kernel/nls/del.nls, dlls/kernel/nls/des.nls, dlls/kernel/nls/esm.nls, dlls/kernel/nls/esn.nls, dlls/kernel/nls/esp.nls, dlls/kernel/nls/euq.nls, dlls/kernel/nls/fin.nls, dlls/kernel/nls/fra.nls, dlls/kernel/nls/frb.nls, dlls/kernel/nls/frc.nls, dlls/kernel/nls/frl.nls, dlls/kernel/nls/frs.nls, dlls/kernel/nls/grc.nls, dlls/kernel/nls/hun.nls, dlls/kernel/nls/ind.nls, dlls/kernel/nls/isl.nls, dlls/kernel/nls/ita.nls, dlls/kernel/nls/its.nls, dlls/kernel/nls/jpn.nls, dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls, dlls/kernel/nls/non.nls, dlls/kernel/nls/nor.nls, dlls/kernel/nls/plk.nls, dlls/kernel/nls/ptb.nls, dlls/kernel/nls/ptg.nls, dlls/kernel/nls/rom.nls, dlls/kernel/nls/sky.nls, dlls/kernel/nls/slv.nls, dlls/kernel/nls/sve.nls, dlls/kernel/nls/trk.nls:
-       Przemyslaw Bruski <f66336pb@ask.eti.pg.gda.pl>
-       Added LOCALE_IDEFAULTMACCODEPAGE definition in most nls files.
+       * dlls/shdocvw/iexplore.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Use InternetExplorer object in create_ie_window.
 
-2001-02-27  Alexandre Julliard  <julliard@winehq.com>
+2006-04-21  Mike McCormack <mike@codeweavers.com>
 
-       * windows/queue.c, scheduler/client.c, scheduler/handle.c, scheduler/pipe.c, scheduler/process.c, scheduler/synchro.c, scheduler/thread.c, scheduler/timer.c, server/request.c, server/thread.c, server/thread.h, tools/make_requests, win32/console.c, win32/device.c, win32/except.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/atom.c, memory/registry.c, memory/selector.c, memory/virtual.c, misc/registry.c, dlls/ntdll/exception.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/change.c, files/dos_fs.c, files/file.c, include/server.h, include/thread.h, dlls/advapi32/registry.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c:
-       New set of macros for server calls; makes requests without variable
-       part somewhat faster.
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Invalid sockets should have a value of -1.
 
-       * scheduler/pthread.c:
-       Moved PTHREAD_init_done out of the #ifdef.
+2006-04-21  Alexandre Julliard <julliard@winehq.org>
 
-2001-02-26  Alexandre Julliard  <julliard@winehq.com>
+       * libs/wpp/ppy.y:
+       wpp: Fixed typo in long long constants handling.
 
-       * controls/menu.c, dlls/kernel/kernel32.spec, dlls/kernel/time.c, dlls/user/user32.spec, windows/syscolor.c, windows/user.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a few missing stubs to KERNEL32 and USER32.
+2006-04-20  Bill Medland <billmedland@mercuryspeed.com>
 
-       * tools/winelauncher.in:
-       Ove Kaaven <ovek@arcticnet.no>
-       Handle filenames with spaces.
+       * libs/wpp/ppl.l:
+       wpp: Implement long long constant parsing.
 
-       * dlls/commdlg/printdlg.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Map 32 bits resource for 16 bits print dialog.
+2006-04-19  Hans Leidekker <hans@it.vu.nl>
 
-       * controls/listbox.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Use GetSysColorBrush(COLOR_WINDOW) when there is no brush for drawing
-       background in listbox.
+       * include/windns.h:
+       dnsapi: Add a couple of macros and prototypes.
 
-       * dlls/shell32/shlfileop.c:
-       David Grant <dave@reach.net>
-       Added (partial) support for FO_COPY and FO_DELETE.
+2006-04-21  Ivan Gyurdiev <ivg2@cornell.edu>
 
-2001-02-23  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Fix mipmap level count.
 
-       * dlls/user/resources/.cvsignore, dlls/user/resources/user32.rc, dlls/user/resources/version.rc, dlls/user/resources/version16.rc, dlls/version/info.c, include/wine/wine_common_ver.rc, dlls/kernel/.cvsignore, dlls/kernel/Makefile.in, dlls/kernel/kernel.rc, dlls/kernel/kernel.spec, dlls/kernel/kernel32.spec, dlls/kernel/version.rc, dlls/kernel/version16.rc, dlls/user/Makefile.in, dlls/user/user.spec, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/version.rc, dlls/gdi/version16.rc:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add version information (16 and 32 bit) to core built-in dlls:
-       krnl386.exe/kernel32.dll, user.exe/user32.dll, gdi.exe/gdi32.dll.
-       Provide a way for reading version information using standard API:
-       GetFileVersionInfoSize -> GetFileVersionInfo -> VerQueryValue.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Improve/implement D3DSIO_TEX.
+       - unify per-version cases into a single sequence
+       - make use of get_register_name() for the destination register
+       - ignore destination write mask - it's only allowed on 2.0+ shaders,
+       and only the default mask is allowed there (xyzw)
+       - enable swizzle on texld 1.4 (it works together with dw/dz modifiers)
+       - implement for shaders 2.0-3.0
 
-       * include/heap.h, memory/heap.c, scheduler/process.c, scheduler/pthread.c:
-       Only create the system heap when we actually need it.
+       * dlls/wined3d/utils.c:
+       wined3d: Texture format corrections.
+       - add missing GL type and make GL cfg entries for A16B16G16R16
+       - correct L16 type to UNSIGNED_SHORT (..16 = short, not byte)
+       - change internal format for X8R8G8B8 from GL_RGB to GL_RGB8 which
+       seems more correct
 
-       * files/dos_fs.c, memory/global.c:
-       Allocations do not need to be on the system heap.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c:
+       wined3d: Correct vtrace usage.
 
-       * dlls/comctl32/pager.c:
-       Susan Farley <susan@codeweavers.com>
-       Horiz/Vert determination must be dynamic, as the style may not be set
-       upon creation; improved positioning and scrolling.
+2006-04-21  Mike McCormack <mike@codeweavers.com>
 
-       * include/commctrl.h:
-       Susan Farley <susan@codeweavers.com>
-       Avoid alignment problems with NMPGSCROLL struct.
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Add support for the ncacn_ip_tcp transport layer.
 
-       * windows/sysparams.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Replace fixme for SPI_GETWHEELSCROLLLINES with the default value of 3.
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Add a stub transport layer for ncacn_ip_tcp.
 
-       * controls/button.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Prepare background while drawing radio buttons and checkboxes.
+       * dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Hide the details of the rpc transport mechanism.
 
-       * windows/x11drv/clipboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       - We need to make sure we pay attention to if our call to
-         SetClipboardData from the X11DRV version of the function works. If not
-         we need to delete the global block we allocated. This is a sever memory
-         leak with large clipboard items.
-       - If an X selection it too large then X may give it to us in chunks,
-         we were not handling this well.
+       * dlls/rpcrt4/rpc_binding.h, dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Abstract RPCRT4_SpawnConnection.
 
-       * dlls/kernel/nls/ukr.nls:
-       Valery Kartel <kvn@igk.kiev.ua>
-       Updated all fields with Ukrainian values.
+       * dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Move the connected check inside the named pipe code.
 
-       * controls/menu.c, controls/scroll.c, dlls/ttydrv/wnd.c, windows/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/mdi.c, windows/message.c, windows/property.c, windows/queue.c, windows/winpos.c, windows/x11drv/wnd.c:
-       Do not allocate any USER data on the system heap.
+       * dlls/rpcrt4/Makefile.in, dlls/rpcrt4/rpc_binding.c,
+         dlls/rpcrt4/rpc_transport.c:
+       rpcrt4: Split the transport layer into a different file.
 
-       * include/Makefile.in, include/cpl.h, include/winuser.h, dlls/shell32/Makefile.in, dlls/shell32/control.c, dlls/shell32/iconcache.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       A first stab at implementing the RunDll features.
+       * dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Allocate RpcServerProtseq in a single place.
 
-       * dlls/kernel/comm.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       BuildCommDCB16 had a rather broken baud rate handling.
+2006-04-21  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * tools/winelauncher.in:
-       Ove Kaaven <ovek@arcticnet.no>
-       Made the winelauncher support winelib app invocations. Fixed a few
-       file path issues.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Fix return codes of ScriptGetFontProperties + tests.
 
-2001-02-21  Alexandre Julliard  <julliard@winehq.com>
+2006-04-20  Robert Reif <reif@earthlink.net>
 
-       * dlls/kernel/kernel.spec, include/server.h, include/thread.h, scheduler/client.c, scheduler/synchro.c, scheduler/thread.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
-       Added separate server pipe to wait on blocking server calls.
-       Send the complete request/reply through the request fifo instead of
-       just a dummy byte.
-       Convert error status to text in server reply tracing.
+       * dlls/advapi32/lsa.c:
+       advapi32: Fix LsaQueryInformationPolicy return values.
 
-       * dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Confirm file deletes.  Make delete confirmation messages more
-       consistent. Improve trace messages on delete failure.
+2006-04-21  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Add shell support for deleting files using the Delete key.
+       * dlls/wined3d/device.c, dlls/wined3d/palette.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DPalette.
 
-       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
-       Ian Pilcher <pilcher@concentric.net>
-       Implement EnumPrinterDataEx{A|W}.
+2006-04-20  Eric Kohl <eric.kohl@t-online.de>
 
-       * dlls/commdlg/comdlg32.spec, dlls/msacm/msacm32.spec, dlls/msnet32/msnet32.spec, dlls/msvideo/msvfw32.spec:
-       Removed some unnecessary ordinals.
+       * tools/widl/typegen.c:
+       widl: Implement support for unique pointers to strings.
 
-       * dlls/crtdll/crtdll_main.c, dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.h:
-       __getmainargs last argument is a pointer to new_mode.
+2006-04-20  Bill Medland <billmedland@mercuryspeed.com>
 
-2001-02-20  Alexandre Julliard  <julliard@winehq.com>
+       * include/poppack.h, include/pshpack1.h, include/pshpack2.h,
+         include/pshpack4.h, include/pshpack8.h:
+       include: Expand pack nesting from 3 to 15 levels.
 
-       * server/mapping.c, server/request.h, server/trace.c, include/server.h, memory/virtual.c, scheduler/client.c:
-       Small server protocol cleanups.
+2006-04-21  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/olecli/olecli.spec, dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Stub for OleSavedClientDoc.
+       * dlls/gdi/freetype.c:
+       gdi: Added WineEngGetCharABCWidthsI stub for the non-freetype case.
 
-       * dlls/comctl32/treeview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Insert the item before calling a SetFirstVisible which can generate a
-       WM_PAINT message.
+2006-04-20  Alexandre Julliard <julliard@winehq.org>
 
-       * library/port.c:
-       Clear %ebp before entering the new thread.
+       * dlls/kernel/kernel_main.c:
+       kernel: Make GetTickCount call NtGetTickCount.
 
-       * dlls/winsock/socket.c:
-       Got rid of the WSINFO structure. Fixed a couple of bugs.
-
-       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
-       Fixed __GetMainArgs.
-
-       * ANNOUNCE, README, documentation/wine.man.in:
-       Joerg Mayer <jmayer@loplof.de>
-       Add information about prebuilt documentation packages in
-       other-than-sgml form.
-
-       * windows/clipboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       We need to give room for the null termination when translating the
-       clipboard text.
-
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Implement CB_SETCURSEL, CBEM_DELETEITEM, CBEM_GETITEM,
-         CBEM_{GET|SET}UNICODEFORMAT, CB_FINDSTRINGEXACT, WM_COMMAND,
-         WM_DELETEITEM.
-       - Implement extended style CBES_EX_NOEDITIMAGE, and warn others are
-         not yet implemented.
-       - Restructure DrawItem code to do things more rationally.
-
-       * controls/combo.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Restructure PaintText code to remove FillRect from owner-drawn path.
-       - Change SetFocus to indicate focus set only after Notify is sent to owner.
-       - Get more info in a trace.
-
-       * files/dos_fs.c: Rein Klazes <rklazes@casema.net>
-       Correct error message in case DOSFS_OpenDevice() fails on a COMx
-       device.
-
-       * miscemu/main.c, objects/palette.c, win32/except.c, dlls/winedos/dosvm.c, if1632/thunk.c, include/callback.h, loader/task.c:
-       Removed a few Callout functions by doing a GetProcAddress at the time
-       we actually need the function.
-
-       * memory/virtual.c:
-       Fixed MEM_SYSTEM handling to avoid unmapping areas that we didn't mmap.
-
-       * dlls/msvcrt/data.c, dlls/msvcrt/msvcrt.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix prototypes of MSVCRT___getmainargs and MSVCRT___wgetmainargs.
-       Protect MSVCRT__acmdln global variable from corruption.
+2006-04-19  Jacek Caban <jacek@codeweavers.com>
 
-       * include/winnt.h:
-       Josh DuBois <duboisj@codeweavers.com>
-       Moved typedef of CRITICAL_SECTION out of #pragma pack(1) block.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/time.c:
+       ntdll: Added NtGetTickCount implementation.
 
-       * dlls/comctl32/toolbar.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Fixed behaviour of dropdown buttons. When a dropdown button is
-       clicked, it does not change into pressed state.
+2006-04-20  Alexandre Julliard <julliard@winehq.org>
 
-       * objects/enhmetafile.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Better implementation of EMF record EMR_EXTSELECTCLIPRGN.
+       * dlls/user/class.c:
+       user: Don't return CLASS_OTHER_PROCESS when modifying a class.
+       Based on a patch by qingdoa daoo.
 
-       * dlls/commdlg/cdlg_De.rc:
-       Marcus Meissner <marcus@jet.franken.de>
-       Translated new common dialog resources into German.
-       Resized file dialog a bit to make toolbar completely visible again.
+2006-04-20  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/shell32_De.rc:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed German translation, changed dialog font to Helvetica.
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_message.c, dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Abstract the transport layer functionality.
 
-2001-02-16  Alexandre Julliard  <julliard@winehq.com>
+2006-04-20  James Hawkins <truiken@gmail.com>
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20010216.
+       * dlls/advpack/install.c:
+       advpack: Implement LaunchINFSectionW.
 
-----------------------------------------------------------------
-2001-02-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/install.c:
+       advpack: Implement ExecuteCabW.
 
-       * dlls/ntdll/debugtools.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Assert on output buffer overflow.
+       * dlls/advpack/install.c:
+       advpack: Implement the RunPostSetupCommands callback.
 
-       * dlls/comctl32/listview.c:
-       James Hatheway <james@macadamian.com>
-       Update selection after sorting (in LISTVIEW_SortItems) by making sure
-       selection list matches states of individual items.
+       * dlls/advpack/advpack_private.h, dlls/advpack/install.c:
+       advpack: Implement the RegisterOCXs callback.
 
-       * graphics/x11drv/graphics.c:
-       François Gouget <fgouget@codeweavers.com>
-       Added DIB/pixmap synchronization for {Get,Set}Pixel.
+2006-04-20  Jeff Latimer <lats@yless4u.com.au>
 
-       * dlls/comctl32/toolbar.c:
-       François Gouget <fgouget@codeweavers.com>
-       TB_SETBUTTONSIZE messages must be taken into account even after
-       buttons have been added.
+       * dlls/usp10/usp10.c:
+       usp10: Set defaults for ScriptGetFontProperties.
+       Set defaults similar to Win XP for Kashida and set the default char in
+       ScriptGetFontProperties.
 
-       * include/server.h, scheduler/process.c, server/console.c, server/process.c, server/trace.c, win32/console.c:
-       Pass the stdin/stdout handles on startup to use as console (based on a
-       patch by Eric Pouech).
+       * dlls/usp10/usp10.c:
+       usp10: Remove the need to pass chars to ScriptPlace.
 
-       * windows/x11drv/keyboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       Correct the codepage for the Turkish keyboard.
+2006-04-20  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/toolbar.c:
-       Aric Stewart <aric@codeweavers.com>
-       Setting the HotItem to -1 can be disastrous at times if it equals
-       oldhit.
+       * server/context_i386.c:
+       server: Remove some no longer needed ptrace code to set registers.
+       Also make sure the debug registers are properly copied to the context
+       when set.
 
-       * tools/specmaker/dll.c, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, tools/specmaker/README:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       - Create entries for ordinal only exports, use ordinals if non-standard.
-       - Improve C++ demangler, recognise data types, fix some bugs.
+       * dlls/ntdll/exception.c:
+       ntdll: Use NtSetContextThread in NtRaiseException.
 
-       * files/directory.c, files/dos_fs.c, files/file.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Gives back the ERROR_FILE_NOT_FOUND to GetFileAttributes.
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c,
+         dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+         dlls/ntdll/signal_x86_64.c, dlls/ntdll/thread.c,
+         server/context_i386.c:
+       ntdll: Get registers on the client side for NtGetContextThread on the current thread.
 
-2001-02-15  Alexandre Julliard  <julliard@winehq.com>
+2006-04-19  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * tools/winebuild/parser.c:
-       Added support for backslash escaping of special characters.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Trace corrections/improvements.
 
-       * dlls/version/info.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       If VerQueryValueA is called with a PE resource, translate the call to
-       VerQueryValueW.
+2006-04-19  qingdoa daoo <qingdao33122@yahoo.com>
 
        * dlls/comctl32/toolbar.c:
-       Aric Stewart <aric@codeweavers.com>
-       Continued the implementation of Set Hot Item.
+       comctl32: Fix an unsigned comparison to zero.
 
-       * dlls/comctl32/listview.c:
-       James Hatheway <james@macadamian.com>
-       Send LVN_DELETEITEM notification first, to avoid crashes if the app
-       requests LVIF_PARAM with LISTVIEW_GetItem() during its LVN_DELETEITEM
-       message handler.
+2006-04-20  James Hawkins <truiken@gmail.com>
 
-       * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Add includes for <time.h>.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack_private.h,
+         dlls/advpack/install.c:
+       advpack: Set the ldids of the install section in install_init.
 
-       * dlls/wineps/afm.c:
-       Morten Welinder <terra-wine@diku.dk>
-       (PSDRV_AFMGetCharMetrics): Use unsigned chars (since isspace is used).
-       (PSDRV_AFMParse): Don't crash on missing font name.  Use unsigned
-       chars.  Fix peculiar inconsistent indentation.  Don't leak a FILE.
-       Catch problematic files with no line feed in them.  Don't mix
-       characters and integers.  Don't overrun the buffer.
+       * dlls/advpack/install.c:
+       advpack: Add stub handling for the RegisterOCXs command.
 
-       * windows/x11drv/keyboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       Added a turkish keyboard layout.
+       * dlls/advpack/install.c:
+       advpack: Don't TRACE the internals of the setup pointer as it can be NULL.
 
-2001-02-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/install.c:
+       advpack: LaunchINFSectionExA is no longer a stub.
 
-       * dlls/kernel/kernel32.spec:
-       Removed ordinal from functions that don't need a specific value.
+2006-04-20  Mike McCormack <mike@codeweavers.com>
 
-       * scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, win32/except.c, win32/file.c, win32/init.c, win32/newfns.c, win32/time.c, graphics/x11drv/oembitmap.c, if1632/builtin.c, if1632/relay.c, misc/registry.c, objects/bitmap.c, objects/brush.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/dib.c, objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, ole/ole2nls.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, dlls/avifil32/avifile.c, graphics/bitblt.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/mapping.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/win16drv/prtdrv.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/registry.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes.
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Use a separate function to open each protseq.
 
-       * graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/objects.c, graphics/win16drv/font.c, graphics/x11drv/xfont.c, include/font.h, include/gdi.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/gdiobj.c, dlls/wineps/font.c, dlls/wineps/psdrv.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Change FONTOBJ to use LOGFONTW rather than LOGFONT16.
-       Updated parameters of DEVICEFONTENUMPROC.
+       * dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Abstract access to the connection's waitable object.
 
-       * windows/defwnd.c:
-       Fixed WM_GETTEXTLENGTH handling.
+2006-04-20  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/Makefile.in, dlls/winmm/mciavi/.cvsignore, dlls/winmm/mciavi/Makefile.in, dlls/winmm/mciavi/info.c, dlls/winmm/mciavi/mciavi.c, dlls/winmm/mciavi/mciavi.drv.spec, dlls/winmm/mciavi/mciavi_res.rc, dlls/winmm/mciavi/mmoutput.c, dlls/winmm/mciavi/private_mciavi.h, dlls/winmm/mciavi/wnd.c, include/Makefile.in, include/mciavi.h, include/vfw.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Started the real implementation of mciavi.
+       * tools/widl/write_msft.c:
+       widl: Prevent NULL pointer de-refs on "void *" types.
 
-       * dlls/advapi32/registry.c:
-       Always return success instead of overflow if caller didn't specify a
-       buffer.
+       * dlls/wininet/internet.c:
+       wininet: Don't allocate memory for the thread error structure until it is needed.
+       Don't allocate memory for the thread error structure until it is
+       needed, as it is quite large and wastes memory for threads that don't
+       call any wininet function.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Don't apply the offset to the pointer passed to callback conformance functions.
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Free all pointers by default, except for conformant strings.
+       Free all pointers by default, except for conformant strings.
+       Conformant arrays should always be freed.
+       Add FC_CVARRAY to list of known types to avoid a FIXME.
+
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Fix some memory leaks.
+
+       * dlls/rpcrt4/ndr_stubless.c, include/ndrtypes.h, include/wine/rpcfc.h:
+       rpcrt4: Use the documented NDR_PROC_HEADER_EXTS structure.
+       Use the documented NDR_PROC_HEADER_EXTS structure instead of the
+       current NDR_PROC_EXTENSIONS structure currently in ndr_stubless.c.
+
+       * dlls/rpcrt4/ndr_stubless.c, include/ndrtypes.h, include/wine/rpcfc.h:
+       rpcrt4: Use INTERPRETER_OPT_FLAGS in ndrtypes.h instead of flags on an unsigned char.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Store the return value on the stack for interpreted stubs.
+       Store the return value on the stack for stubs, as MIDL reserves space
+       for it and gives us a stack offset. This fixes calling methods with
+       thunks that assume that the return value will be stored on the stack.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Correctly fill in StackTop for stubless clients/servers.
+       Correctly fill in StackTop for stubless clients/servers so that
+       conformance for top-level parameters works.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: There's no need to set stubMsg.StackTop twice.
+
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Fix the MSVC version of call_server_func.
+       Fix the MSVC version of call_server_func to pop the registers in the
+       same order they were pushed.
+
+2006-04-19  Thomas Kho <tkho@ucla.edu>
+
+       * dlls/x11drv/keyboard.c:
+       x11drv: Virtual key input scrubbing in X11DRV_send_keyboard_input.
+
+2006-04-19  Mikołaj Zalewski <mikolaj@zalewski.pl>
+
+       * programs/progman/Cs.rc, programs/progman/De.rc, programs/progman/En.rc,
+         programs/progman/Es.rc, programs/progman/Fr.rc,
+         programs/progman/Hu.rc, programs/progman/It.rc,
+         programs/progman/Ko.rc, programs/progman/Nl.rc,
+         programs/progman/No.rc, programs/progman/Pt.rc,
+         programs/progman/Ru.rc, programs/progman/Si.rc,
+         programs/progman/Tr.rc, programs/progman/Xx.rc,
+         programs/progman/Zh.rc:
+       progman: Add close button and sysmenu to dialogs.
 
-       * tools/wineconf:
-       Morten Welinder <terra-wine@diku.dk>
-       Output the right number of backslashes in values.
+       * dlls/comctl32/header.c:
+       comctl32: header: Avoid freeing invalid pointers.
 
-       * windows/spy.c:
-       François Gouget <fgouget@codeweavers.com>
-       Be smarter about the ellipsis in SPY_GetWndName.
+2006-04-19  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * dlls/richedit/richedit.c, memory/heap.c, programs/regapi/regapi.c, windows/cursoricon.c:
-       François Gouget <fgouget@codeweavers.com>
-       Misc typos in comments.
+       * dlls/user/resources/user32_Bg.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_Si.rc,
+         dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc,
+         dlls/user/resources/user32_Tr.rc, dlls/user/resources/user32_Uk.rc,
+         dlls/user/resources/user32_Wa.rc, dlls/user/resources/user32_Zh.rc:
+       user: Add SS_NOPREFIX to the text style in message boxes.
 
-       * dlls/comctl32/listview.c:
-       François Gouget <fgouget@codeweavers.com>
-       ListView_GetItemRect already sets rc.left.
+2006-04-19  Jacek Caban <jacek@codeweavers.com>
 
-       * controls/menu.c, dlls/comctl32/toolbar.c, ole/ole2nls.c:
-       François Gouget <fgouget@codeweavers.com>
-       debugstr_xxx already does the quoting.
+       * dlls/shdocvw/ie.c:
+       shdocvw: Added InternetExplorer::Navigate2 implementation.
 
-       * dlls/comctl32/comctl32undoc.c:
-       François Gouget <fgouget@codeweavers.com>
-       Change the callback declarations to a safer format.
-
-       * documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Tune the doco to the code for relay/snoop specific.
-
-       * dlls/winsock/socket.c, dlls/kernel/comm.c, dlls/shell32/shres.rc, dlls/winmm/mmsystem.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Cosmetics.
-
-       * win32/device.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Give both --winver nt40 and win31 for VxD warning, as some programs
-       work with win31.
-
-       * dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/struct_convert.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       - correct DDRAW_Convert_DDDEVICEIDENTIFIER_2_To_1 confusion
-       - fix GetAvailableVidMem ddraw iface copy&paste bug (doh !)
-
-       * dlls/x11drv/x11ddraw.c, dlls/x11drv/x11drv_main.c, dlls/x11drv/xvidmode.c, dlls/x11drv/xvidmode.h, dlls/x11drv/Makefile.in:
-       Ove Kaaven <ovek@transgaming.com>
-       Guts of a simple XVidMode-supporting DirectDraw HAL in x11drv.
-
-       * files/file.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       SetLastError() for GetFileAttributesA.
-
-       * windows/defwnd.c:
-       Susan Farley <susan@codeweavers.com>
-       Exception for allowing the parent to set the cursor for a child wnd is
-       when the cursor is on the border of a resizable wnd.
-
-       * controls/menu.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Convert menu item to seperator only when string is NULL.
-
-2001-02-13  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/dciddi.h, include/ddrawi.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Some important stuff from the DirectDraw DDK headers.
-
-       * include/wine/library.h, library/loader.c, scheduler/process.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       More verbose error messages when application load fails.
-
-       * include/winnt.h, misc/cpu.c, win32/newfns.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Use the Pentium's rdtsc instruction (if available) to implement
-       QueryPerformanceCounter.
-
-       * tools/winapi_check/win16/winnls.api, tools/winapi_check/win32/dciman32.api, tools/winapi_check/modules.dat, tools/winapi_check/winapi_documentation.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Minor API files fixes
-       - Minor bug fixes
-
-       * dlls/winnls/winnls.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * dlls/wineps/afm.c:
-       Peter H. Ganten <peter@ganten.org>
-       - only parse AFM-files, which start with "BeginFontMetrics"
-       - use fgetc instead of fgets to cope with AFM-Files with
-         Macintosh-Style line-breaks ('\r') in the parser.
-
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/shlwapi_main.c, dlls/shlwapi/url.c, tools/winapi_check/win32/shlwapi.api:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Implement a bunch of shlwapi functions, add some new stubs.
-
-       * graphics/x11drv/dib.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Added RGB 565 => RGB 0888 conversion.
+       * dlls/shdocvw/navigate.c, dlls/shdocvw/webbrowser.c:
+       shdocvw: Move create_doc_view_hwnd call to navigate_url.
 
-       * dlls/shell32/shlview.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Implement keyboard shortcut F2 to rename files and directories in the
-       shellview (and in common dialogs).
+       * dlls/shdocvw/factory.c, dlls/shdocvw/iexplore.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Register InternetExplorer class factory in IEWinMain.
+       Based on a patch by Mike McCormack.
 
-       * tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c, tools/winebuild/relay.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c, tools/winebuild/utils.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       More portable .align directive.
-       Ignore -delay directive on ppc only.
-       Added code to call the dll constructors.
+       * dlls/shdocvw/ie.c:
+       shdocvw: Added InternetExplorer::put_Visible implementation.
 
-       * include/winnt.h:
-       Josh DuBois <duboisj@codeweavers.com>
-       Defined architecture-specific macros for ppc.
+       * dlls/shdocvw/iexplore.c, dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Move IEWinMain to iexplore.c.
 
-       * controls/menu.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Don't crash on close from window manager.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/ie.c, dlls/shdocvw/iexplore.c,
+         dlls/shdocvw/shdocvw.h:
+       shdocvw: Added beginning InternetExplorer implementation.
 
-       * windows/message.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       PostMessageA/W ignores messages containing pointers and returns
-       FALSE/LastError ERROR_INVALID_PAREMETER.
+       * dlls/shdocvw/factory.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Move DllGetClassObject implementation to factory.c.
 
-       * windows/cursoricon.c:
-       François Gouget <fgouget@codeweavers.com>
-       CreateIcon must perform color depth conversion if the provided bitmap
-       is not of the same depth as the screen.
-       Added some documentation.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Move more initialization code to DocHost_Init.
 
-2001-02-12  Alexandre Julliard  <julliard@winehq.com>
+       * include/mshtmdid.h, include/mshtml.idl:
+       mshtml.idl: Added HTMLDocumentEvents and HTMLDocumentEvents2 dispifaces.
 
-       * dlls/commdlg/printdlg.c:
-       Duane Clark <dclark@akamail.com>
-       - make the Landscape/Portrait buttons do something.
-       - fix these problems in the Paper Size and Source combo boxes:
-         1) Every time the printer setup dialog is opened, the settings
-         are set back to garbage settings.
-         2) If the paper size or source is changed, and then the printer is
-         changed, the new printer does not get the new size and source
-         settings even though it appears to from the dialog.
-
-       * graphics/x11drv/dib.c, objects/dib.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       In CreateDIBSection, the offset into the file mapping does not have to
-       be a multiple of the memory allocation granularity.
+2006-04-19  Jeff Latimer <lats@yless4u.com.au>
 
-       * include/commctrl.h:
-       Francois Gouget <fgouget@free.fr>
-       Add missing definitions required by the Control Spy examples.
+       * dlls/gdi/font.c, dlls/gdi/freetype.c, dlls/gdi/gdi32.spec,
+         dlls/gdi/gdi_private.h, include/wingdi.h:
+       gdi: Added implementation of GetCharABCWidthsI.
 
-       * objects/enhmetafile.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Implement playing of EMR_BITBLT, EMR_STRETCHBLT, EMR_MASKBLT,
-       EMR_PLGBLT, EMR_SETDIBITSTODEVICE, EMR_POLYTEXTOUTA, EMR_POLYTEXTOUTW,
-       EMR_FILLRGN, EMR_FRAMERGN, EMR_INVERTRGN, EMR_PAINTRGN enhanced
-       metafile record types according to specs.
+2006-04-19  Alexandre Julliard <julliard@winehq.org>
 
-       * include/oleauto.h, dlls/oleaut32/Makefile.in, dlls/oleaut32/hash.c, dlls/oleaut32/stubs.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Implement LHashValOfNameSysA for 4 LCIDs, fix prototype.
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/debugger.c,
+         server/process.c, server/process.h, server/thread.c, server/thread.h:
+       server: Use the standard suspend mechanism to simulate a breakpoint
+       in an active process, instead of sending a SIGTRAP.
 
-       * dlls/shell32/shlview.c:
-       Francois Gouget <fgouget@free.fr>
-       Remove TOOLBAR_ID and WM_SETTINGCHANGE, they are not used.
+       * loader/glibc.c:
+       loader: Attempt to detect broken vmsplit setups.
 
-       * include/richedit.h:
-       Francois Gouget <fgouget@free.fr>
-       Declare RICHEDIT_CLASS20W using a WCHAR array.
-
-       * windows/clipboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       If an application directly calls SetClipboardData with CF_TEXT and
-       then later called GetClipboardData with CF_TEXT we gave them a NULL
-       because we where not handling this case.
-
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix the behaviour of EM_GETLINE message.
-
-       * windows/message.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Make sure that MSG_PeekMessage uses an internal variable to avoid
-       corruption.
+2006-04-18  Mike Frysinger <vapier@gentoo.org>
 
-       * dlls/ntdll/reg.c, files/directory.c, programs/regapi/README, tools/wineinstall:
-       Andreas Mohr <amohr@codeweavers.com>
-       - TRACE opened registry handles
-       - add proper quotes to wineinstall
-       - spelling
-
-       * graphics/x11drv/palette.c, windows/nonclient.c, windows/x11drv/wnd.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       - move TSXGrabServer after a possible return FALSE;
-       - move misplaced comment
-       - optimize TSXGrabServer use
-
-       * windows/mdi.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Remove redundant parameters from MDICreateChild and MDIDestroyChild.
-       Make the parameter names slightly more descriptive.
-
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Add an updown control to the copy count entry.
-       Disable the collate button if no. of copies is 1.
-       Add Landscape/Portrait icons.
-       Get rid of the "Dummy Comment" line.
-       Fix the English of some of the error messages.
-
-       * objects/enhmetafile.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Remove unused outXform.
-
-       * dlls/ddraw/ddraw/main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Allow an application to re-ask for EXCLUSIVE DirectDraw access.
+       * dlls/dinput/joystick_linux.c, dlls/winmm/joystick/joystick.c:
+       joystick: Search for /dev/input/js as well as /dev/js.
 
-       * dlls/comctl32/propsheet.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Check PROPSHEETPAGEA.pfnCallback for NULL pointer if PSP_USECALLBACK
-       is given.
+2006-04-19  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/comctl32/treeview.c:
-       François Gouget <fgouget@codeweavers.com>
-       Handle WM_CHARs and pass them to TREEVIEW_ProcessLetterKeys. See also
-       LISTVIEW_ProcessLetterKeys in listview.c.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Support for shift modifiers.
 
-       * dlls/comctl32/listview.c:
-       François Gouget <fgouget@codeweavers.com>
-       Fix (rewrite), and add documentation to LISTVIEW_ProcessLetterKeys.
-       Lowered the key repetition delay (Aric).
-
-       * memory/virtual.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Don't require write access on the file handle to create a
-       copy-on-write mapping.
-
-       * dlls/winmm/mmsystem.c, dlls/winspool/info.c, dlls/winspool/wspool.c, libtest/hello5.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, windows/defwnd.c, dlls/comctl32/smoothscroll.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/dplayx/dplaysp.h, dlls/imm32/imm_private.h, dlls/kernel/utthunk.c, dlls/ole32/compobj.c, dlls/setupapi/setupx16.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlview.c, dlls/wineps/driver.c:
-       Francois Gouget <fgouget@free.fr>
-       Change the callback declarations to a safer format.
-
-       * dlls/oleaut32/dispatch.c, files/file.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation argument fixes.
-
-       * windows/message.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation name fixes (always use external name).
-
-       * dlls/dplayx/dplay.c, dlls/ole32/storage.c, dlls/shell32/shv_bg_cmenu.c, libtest/vartest.c:
-       Francois Gouget <fgouget@free.fr>
-       Fix typos in comments.
-
-       * dlls/kernel/nls/msl.nls, misc/options.c, tools/wmc/lang.c, tools/wmc/language.c, tools/wrc/utils.c, dlls/kernel/locale_rc.rc:
-       Rein Klazes <rklazes@casema.net>
-       Added support for the Malayan language.
-
-       * dlls/comctl32/listview.c, include/commctrl.h:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Fix ListView_GetItemRect() macro.
-       Fix use of ListView_GetItemRect() macro in listview control.
-       Add some documentation to LISTVIEW_GetItemRect().
-
-       * dlls/msacm/msacm_main.c, dlls/msvcrt/data.c, dlls/msvcrt/math.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi_check/win16/msvideo.api, tools/winapi_check/win16/user.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_documentation.pm, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Addded support for API:s implemented with __ASM_GLOBAL_FUNC
-       - Reorganized documentation checking.
-       - Minor API files fixes
-
-       * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dsurface/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Handle differently sized structs by using their dwSize parameters.
-
-       * dlls/dinput/joystick/linuxinput.c, include/callback.h, windows/winproc.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Fix a few compiler warnings.
-
-       * dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Don't allow comctl32 controls to access their infoPtr before it has
-       been  allocated or after it has been freed.
-
-       * dlls/winmm/mmio.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Make MMIO_Open work with NULL filename again.
-
-       * dlls/user/user32.spec, include/winuser.h, windows/mdi.c, windows/win.c, dlls/user/controls.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added unicode MDI client window proc.
-
-       * windows/x11drv/event.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Fixed a char that should have been signed.
-
-       * include/process.h:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Use extern "C" for Winelib C++ apps.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Support more than 4/6 tex/temp registers.
 
-       * dlls/commdlg/printdlg.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Call LoadImage to load the non-standard sized collate icons.
+2006-04-19  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/wineps/font.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Map 'Courier New' to 'Courier'.
+       * dlls/comctl32/tests/header.c:
+       comctl32: Test the HDM_SETITEM notifications.
 
-       * objects/enhmetafile.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix EMF positioning when rclFrame has a non-zero origin.
+       * dlls/comctl32/header.c:
+       comctl32: header: Send correct notify after HDM_SETITEM.
+       The HDN_ITEMCHANGING notify should have the new data instead of the
+       old one.  Both HDN_ITEMCHANGING and HDN_ITEMCHANGED now have the text
+       field if it changed.
 
-       * include/wine/undocshell.h, include/process.h, include/setupapi.h, include/shlwapi.h, include/vfw.h, include/winbase.h, include/winsock2.h, include/winsvc.h:
-       Francois Gouget <fgouget@free.fr>
-       Change the callback declarations to a safer format.
+       * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
+       comctl32: Add Str_SetPtrWtoA analogue to Str_SetPtrAtoW.
 
-       * dlls/msacm/filter.c, dlls/msacm/format.c:
-       James Hatheway <james@macadamian.com>
-       acmDriverEnumW shouldn't return MMSYSERR_ERROR if
-       acmDriverEnumCallback returns TRUE.
+2006-04-19  Huw Davies <huw@codeweavers.com>
 
-       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec, include/winspool.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Implement Set/GetPrinterData[Ex].
-       Remove ordinals from winspool.drv.spec .
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Implement CLEANLOCALSTORAGE marshalling and fix GetLibAttr to use it.
+       Based on some documentation by Rob Shearman.
 
-       * dlls/ole32/compobj.c, dlls/ole32/ole2stubs.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Take a stab at implementing OleSetAutoConvert.
+2006-04-20  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/wineps/afm.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed a NULL ptr problem.
-       Added loading of .afm files from several common locations
-       (ghostscript, a2ps, enscript, (teTeX), X11).
+       * dlls/rpcrt4/rpc_binding.c, dlls/rpcrt4/rpc_binding.h,
+         dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Use rpcrt4_conn_read in RPCRT4_OpenBinding.
 
-       * dlls/winmm/wineoss/audio.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Don't touch WAVEHDRs dwLoops variable.
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Make RPCRT4_Send more compatible with write(2).
 
-       * dlls/wineps/ppd.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Spaces do not have to come after the ':' that ends a keyword.
-       Map bin name ManualEnv to DMBIN_ENVMANUAL.
+2006-04-19  Mike McCormack <mike@codeweavers.com>
 
-       * tools/winemaker:
-       François Gouget <fgouget@codeweavers.com>
-       Make sure all files are terminated with a '\n'.
-       Remove obsolete comment about 'afxres.h' coming back after editing in VC.
-       Added support for the RTF qualifier in RC files.
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Make RPCRT4_Receive more compatible with read(2).
 
-       * msdos/int21.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Implemented the int21 LFN rename file function.
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Simplify RPCRT4_OpenConnection() a little.
 
-       * dlls/ole32/ole2.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix ReleaseStgMedium for MetaFilePict types.
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Split code to open a pipe from RPCRT4_OpenConnection.
 
-       * dlls/wineps/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix for rotated text when lpDx is specified.
-       Better handling of cumulative rounding errors.
+       * dlls/rpcrt4/rpc_binding.c:
+       rpcrt4: Isolate code to open named pipes out of RPCRT4_OpenConnection.
 
-       * dlls/comctl32/pager.c:
-       Susan Farley <susan@codeweavers.com>
-       Handle the CCS_NORESIZE style.
-       Change the scroll delta only when the app responds to the PGN_NOTIFY msg.
+2006-04-19  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/x11drv/dib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       In CopyDIBSection, use source DIB colormap instead if no palette has
-       been selected into the source DC, to work around some X11-imposed
-       DIBsection implementation deficiencies.
+       * dlls/dbghelp/dbghelp.c:
+       dbghelp: Don't fail to initialize if we can't load the main module as ELF.
 
-       * dlls/ddraw/ddraw/dga2.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fix DGA2 mode setting to use the correct color depth.
+       * dlls/shell32/shell32.spec:
+       shell32: Fixed ordinals of SHDefExtractIconA/W.
 
-       * tools/wineconf:
-       Andreas Mohr <amohr@codeweavers.com>
-       - fix wineconf to generate new config file format
-       - fix some variable checks
+2006-04-18  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * objects/enhmetafile.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add support for EMR_EXTTEXTOUTA and EMR_CREATEMONOBRUSH enhanced
-       metafile records. Better implementation of EMR_STRETCHDIBITS and
-       EMR_EXTTEXTOUTW.
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user: Find popup menus by ID.
+       - Find menus by ID: Proper fallback to popup menus.
+       - Use the menu ID, not the handle for the fallback.
+       - Save the fallback menu's position.
 
-       * relay32/snoop.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Make snoop specific case insensitive.
+2006-04-18  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/dciman32/dciman32.spec, dlls/dciman32/dciman_main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Added DCICloseProvider stub.
+       * dlls/wined3d/device.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Implement GetHWND and SetHWND.
 
-       * dlls/shell32/shelllink.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Implement IShellLink<A|W>_fnGetWorkingDirectory,
-       IShellLink<A|W>_fnGetArguments, IShellLink<A|W>_fnGetIconLocation.
+       * dlls/wined3d/device.c:
+       wined3d: Implement EnumTextureFormats.
 
-       * controls/combo.c:
-       James Abbatiello <jabbey@codeweavers.com>
-       Ownerdrawn combo boxes should use ODS_COMBOBOXEDIT in the itemState.
+       * dlls/wined3d/device.c:
+       wined3d: Implement EnumZBufferFormats.
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Fix typo in previous change.
-       - Add structures for CBEN_INSERTITEM notify message.
+       * dlls/wined3d/device.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Implement IWineD3DDevice::EnumDisplayModes.
 
-       * tools/wrc/utils.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Remove xmalloc/xrealloc limits for large binary resources.
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       wined3d: Implement Init3D and Uninit3D.
 
-       * graphics/x11drv/text.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Fixed text size calculation bug in GetTextExtentPoint() for window dc's.
+2006-04-18  James Hawkins <truiken@gmail.com>
 
-       * documentation/documentation.sgml:
-       John R. Sheets <jsheets@codeweavers.com>
-       New section about writing docs in DocBook and dealing with the Wine
-       SGML build system; half done, but a good start.
+       * dlls/advpack/advpack.c:
+       advpack: Set the destination directory to the working directory if key equals SourceDir.
 
-       * dlls/winnls/winnls.c, dlls/winnls/winnls.spec:
-       Andreas Mohr <amohr@codeweavers.com>
-       A couple of stubs for Terminal Server Client 16 bit.
+       * dlls/advpack/advpack.c:
+       advpack: Add the ability to set multiple keys on one line in set_ldid.
 
-2001-01-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/advpack_private.h,
+         dlls/advpack/files.c, dlls/advpack/install.c:
+       advpack: Put function declarations in advpack_private.h.
 
-       * programs/avitools/Makefile.in:
-       Matthew Clarke <Matthew_Clarke@mindlink.bc.ca>
-       Don't assume .spec files are found in the current directory, as this
-       is not the case when building outside the source tree.
+2006-04-19  Mike McCormack <mike@codeweavers.com>
 
-       * include/queue.h, windows/message.c, windows/queue.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Synchronize access to MESSAGEQUEUE members.
+       * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+       rpcrt4: Stub implementation for rpcrt4.RpcMgmtEpEltInqBegin().
 
-       * dlls/msvideo/msvideo_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some more 16->32 mappings for ICM* messages.
-
-       * dlls/ddraw/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       dvideo.dll forgets to set the DDSD_CAPS flag, just assume it set.
-       Output more debug info on failure.
-
-       * objects/enhmetafile.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Disabled setting of window origin from an EMF.
-
-2001-01-28  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/Makefile.in, dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented VideoCapDriverDescAndVer.
-
-       * dlls/user/user.spec, windows/message.c, windows/user.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a few missing exports.
-
-       * dlls/dinput/keyboard/main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Don't disable keyboard autorepeat, since autorepeat is now detectable.
-
-       * dlls/ddraw/dsurface/main.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw_private.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       - Siedler3 appears to have rather limited buffers for device/description
-         strings and crashes with those long strings. Shortened those strings.
-       - Also driver needs to be "display" for display devices (some other
-         programs rely on that info I seem to remember).
-       - Fixed DSurface::GetSurfaceDesc to not just blindly copy a
-         DDSURFACEDESC2 struct over a smaller DDSURFACEDESC one.
-
-       * dlls/dinput/device_private.h, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/mouse/main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Gavriel State <gav@transgaming.com>
-       Implemented circular buffering for the dinput mouse device.
-       Mapped the mouse warp on the center of the cooperative window, which
-       should make windowed games work better in managed mode.
-
-       * dlls/wineps/init.c, dlls/wineps/ps.c, dlls/wineps/psdrv.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Take into account unprintable margins in psdrv.
-
-       * dlls/wineps/driver.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       psdrv's DeviceCapabilities should list DMBIN_AUTO as an available
-       bin.
-
-       * dlls/wineps/ppd.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add "OnlyOne" paper source, used by the Acrobat Distiller PPD.
-
-       * dlls/msvcrt/math.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Fixed typo.
+       * dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcrt4.spec, include/rpcdce.h:
+       rpcrt4: Add a stub implementation for rpcrt4.RpcMgmtInqIfIds().
 
-       * dlls/winmm/mci.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some mci string parsing issues.
-       Added more mappings 32ATo16.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/sync.c, include/winternl.h:
+       ntdll: Stub implementations of NtCreateIoCompletion, NtSetIoCompletion, and NtRemoveIoCompletion.
+       Based on a patch by Rob Shearman.
 
-       * dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mciwave/mciwave.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Simplified memory allocation for asynchronous MCI message handling.
+2006-04-18  Huw Davies <huw@codeweavers.com>
 
-       * dlls/winmm/mcicda/mcicda.drv.spec, dlls/winmm/mciseq/mciseq.drv.spec, dlls/winmm/mciwave/mciwave.drv.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Delay importing user32 (only used for configuration).
+       * dlls/gdi/bitblt.c:
+       gdi32: Fix return values in BitBlt/StretchBlt.
 
-       * dlls/msvideo/msvideo_main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few oddities.
-
-       * dlls/msvideo/drawdib.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a bit more of flags handling in drawdib functions.
-
-       * dlls/commdlg/filedlg95.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Put a '\n' at the end of the FIXME to prevent very odd and difficult
-       to debug crashes due to overflowing of the debug info's output buffer.
-
-       * tools/specmaker/README, tools/specmaker/main.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/specmaker.h:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Improve name demangling, add 'demangle symbol' option.
-
-2001-01-26  Alexandre Julliard  <julliard@winehq.com>
-
-       * tools/winelauncher.in:
-       Jeremy White <jwhite@codeweavers.com>
-       Remove the keyword 'function', as requested by Robert Luberda.
-
-       * misc/registry.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       Fixed typo which caused the WritetoHomeRegistryFiles option to be
-       ignored.
-
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Rewrite WM_CREATE to match native (allocating own Edit control, etc).
-       - Implement additional WNDPROCs for the Combo and Edit controls to
-         handle different functions.
-       - Implement CBEM_SETCURSEL and CBEM_HASEDITCHANGED.
-
-       * controls/combo.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - When painting the text, if the control is OWNERDRAWN the issue the
-         WM_DRAWITEM message.
-       - Set the focused status at the end of the end of the Setfocus routine.
-       - Flip the order of updating the list box and issuing the WM_NOTIFY
-         for CBN_EDITUPDATE to match native.
-
-       * include/server.h, server/debugger.c, server/request.h, server/trace.c, win32/except.c, dlls/ntdll/exception.c:
-       Made exception_event_request non-blocking, and added
-       get_exception_status to retrieve the exception result returned by the
-       debugger.
-
-       * windows/sysparams.c, windows/user.c, windows/multimon.c, windows/painting.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c, dlls/wsock32/socket.c, graphics/x11drv/dib.c, include/heap.h, memory/codepage.c, msdos/dosaspi.c, msdos/int11.c, msdos/int2f.c, msdos/int33.c, objects/dib.c, dlls/oleaut32/connpt.c, dlls/oleaut32/olepicture.c, dlls/richedit/richedit.c, dlls/setupapi/infparse.c, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw_main.c, dlls/shlwapi/ordinal.c, dlls/shlwapi/url.c, dlls/ttydrv/bitmap.c, dlls/user/bidi16.c, dlls/winmm/mcianim/mcianim.c, dlls/winmm/mcicda/mcicda.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplaysp.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_messages.c, dlls/dplayx/name_server.c, dlls/gdi/gdi_main.c, dlls/imagehlp/access.c, dlls/kernel/kernel_main.c, dlls/msacm/filter.c, dlls/msacm/format.c, dlls/msacm/pcmconverter.c, dlls/msacm/stream.c, dlls/msvideo/drawdib.c, dlls/ntdll/reg.c, dlls/ole32/antimoniker.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/errorinfo.c, dlls/ole32/itemmoniker.c, dlls/ole32/moniker.c, dlls/ole32/ole2impl.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/finddlg32.c, dlls/ddraw/convert.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/dinput/device.c, dlls/dinput/dinput_main.c, dlls/comctl32/comboex.c, dlls/comctl32/flatsb.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/status.c, dlls/advapi32/service.c, dlls/comctl32/animate.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Add <string.h> to files that needed it.
-
-       * files/file.c, memory/atom.c, programs/regapi/regapi.c, windows/dce.c, windows/winhelp.c, windows/winproc.c, dlls/commdlg/colordlg.c, dlls/ole32/filemoniker.c, dlls/shell32/shellpath.c, dlls/user/user.spec, dlls/winmm/mmsystem.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Some more cleanups.
-
-       * dlls/dinput/joystick/linuxinput.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Check that the linux 2.4 event interface is available before creating
-       a dinput device based on it.
-
-       * dlls/wineps/text.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Handle the lpDx array properly.
-
-       * windows/winpos.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       Fixed SW_RESTORE handling.
-
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Do not notify parent of the Edit control on WM_SETTEXT when Edit is
-       part of the ComboBox.
+       * dlls/gdi/bitblt.c:
+       gdi32: Fix {Bit,Stretch}Blt fallbacks to StretchDIBits.
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - make hidden bands have valid (0 width) child window areas
-       - when hiding a band, don't show the window, hide it.
+2006-04-18  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * dlls/kernel/debugger.c, include/server.h, scheduler/process.c, server/debugger.c, server/process.c, server/request.h, server/trace.c:
-       Changed wait_process and wait_debug_event requests to never block;
-       waiting is always done through WaitForSingleObject().
+       * dlls/comctl32/header.c:
+       comctl32: header: Remove the unused bUnicode.
 
-       * dlls/kernel/comm.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Don't open the comm handle with GENERIC_WRITE via FILE_GetUnixHandle.
+       * dlls/comctl32/header.c:
+       comctl32: header: Correct WM_[GS]ETUNICODEFORMAT.
 
-       * windows/defwnd.c, include/win.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Replace 16-bit calls in DefWindowProc by 32-bit, preferring unicode
-       API calls.
+2006-04-19  Mike McCormack <mike@codeweavers.com>
 
-2001-01-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/action.c, dlls/msi/classes.c, dlls/msi/msi.c:
+       msi: Clean up memset usage.
 
-       * dlls/user/wsprintf.c:
-       Got rid of WPRINTF_ExtractVAPtr.
+       * dlls/msi/classes.c:
+       msi: Fix a regression caused by some bad logic.
 
-       * dlls/shdocvw/shdocvw.spec, dlls/win32s/win32s16.spec, dlls/winedos/dosvm.c, dlls/winmm/wineoss/oss.c, include/dosexe.h, tools/specmaker/output.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/struct_convert.c, dlls/msvcrt/msvcrt.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
+       * dlls/msi/helpers.c:
+       msi: Don't fall back to the folder's parent if the folder doesn't exist.
 
-       * tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Minor bugfixes.
+2006-04-18  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/clipboard.c, windows/cursoricon.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/message.c, windows/queue.c, windows/scroll.c, windows/syscolor.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/menu.c, controls/scroll.c, controls/uitools.c, dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/format_msg.c, dlls/kernel/kernel_main.c, dlls/kernel/stress.c, dlls/kernel/sync.c, dlls/kernel/thunk.c, dlls/kernel/time.c, dlls/kernel/toolhelp.c, dlls/kernel/utthunk.c, dlls/kernel/win87em.c, dlls/kernel/wowthunk.c, dlls/psapi/psapi_main.c, dlls/user/bidi16.c, dlls/user/ddeml.c, dlls/user/exticon.c, dlls/user/lstr.c, dlls/user/misc.c, dlls/user/resource.c, dlls/user/text.c, loader/task.c:
-       Patrik Stridvall <ps@leissner.se>
-       Documentation ordinal fixes.
+       * programs/explorer/hal.c:
+       explorer: Reuse drives that point to the same device to avoid memory leaks.
+       Also print a warning if HAL support is not compiled in.
 
-       * misc/registry.c:
-       Fixed typo in HKEY_USERS/.Default creation.
+       * tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/main.c, tools/winebuild/winebuild.man.in:
+       winebuild: Disable linking to external symbols by default.
 
-       * dlls/comctl32/tab.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Don't send notifications for the initial display of the first tab of
-       the control.
+       * dlls/wldap32/ber.c, dlls/wldap32/wldap32.spec:
+       wldap32: Added a wrapper for ber_scanf.
 
-       * windows/spy.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Added a few messages and notifications.
+       * dlls/wldap32/ber.c, dlls/wldap32/wldap32.spec:
+       wldap32: Added a wrapper for ber_printf.
 
-       * objects/enhmetafile.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Disabled setting of viewport origin from an EMF.
+       * dlls/wldap32/ber.c, dlls/wldap32/wldap32.spec:
+       wldap32: Add wrappers for the ber_* functions.
 
-       * windows/winpos.c:
-       Susan Farley <susan@codeweavers.com>
-       Always restore the bit_gravity to BGForget after using BGNorthwest to
-       copy bits during SetWindowPos.
+       * dlls/ntdll/misc.c, dlls/ntdll/ntdll.spec:
+       ntdll: Add wrappers for the remaining math functions.
 
-       * winedefault.reg:
-       John R. Sheets <jsheets@codeweavers.com>
-       Added the necessary registry entries for the Mozilla ActiveX control.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c:
+       ntdll: Add wrappers for the string functions.
 
-2001-01-24  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac:
+       configure: Added check to catch old versions of the dbus library.
 
-       * windows/defwnd.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Only set window text for WM_NCCREATE in DefWindowProc*() in case
-       lpszName is a string (i.e. check HIWORD).
+2006-04-18  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/x11drv/oembitmap.c, include/bitmaps/obm_radiocheck, include/winuser.h:
-       Removed non-standard OBM_RADIOCHECK bitmap.
+       * dlls/msi/helpers.c:
+       msi: Simplify create_component_advertise_string() a little.
 
-       * controls/menu.c, controls/uitools.c, windows/nonclient.c, windows/sysmetrics.c:
-       Use DrawFrameControl() instead of OEM bitmaps to paint caption buttons
-       and menu check marks.
+2006-04-18  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/wineps/font.c, dlls/wineps/graphics.c, dlls/wineps/pen.c, dlls/wineps/text.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Partial implementation of world transform support.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Fix differences between the size returned in sizing the
+       buffer for interfaces and the buffer actually used.
 
-       * objects/enhmetafile.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Several fixes for playing enhanced metafiles in a given rectangle.
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Initialise BSTR pointer to NULL in VARIANT_UserUnmarshal.
+       Initialise BSTR pointer to NULL before calling BSTR_UserUnmarshal,
+       otherwise BSTR_UserUnmarshal will try to use the memory in the
+       pointer.
 
-       * graphics/x11drv/graphics.c, graphics/x11drv/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
-       Eric Kohl <ekohl@codeweavers.com>
-       Partial implementation of world transform support.
+       * tools/widl/typelib.c, tools/widl/write_msft.c:
+       widl: Ignore [object] attribute on interfaces written to a typelib.
 
-       * documentation/wine.man.in, objects/font.c, README, debugger/README:
-       Andreas Mohr <amohr@codeweavers.com>
-       Documentation updates.
+2006-04-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * documentation/Makefile.in, documentation/running.sgml, documentation/wine-doc.sgml, documentation/winelib-bindlls.sgml, documentation/winelib-intro.sgml, documentation/winelib-mfc.sgml, documentation/winelib-pkg.sgml, documentation/winelib-porting.sgml, documentation/winelib-toolkit.sgml, documentation/winelib-user.sgml:
-       John R. Sheets <jsheets@codeweavers.com>
-       - Split Winelib User Guide into smaller files for easier maintenance
-         and better integration with make_winehq.
-       - Add some Winelib docs from Jon Griffiths.
-       - Fix a <sect2> problem in running.sgml.
+       * dlls/winspool/tests/info.c:
+       winspool: Add a test for DocumentProperties.
 
-2001-01-22  Alexandre Julliard  <julliard@winehq.com>
+2006-04-18  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Protect read-only edit control from modification.
+       * programs/explorer/Makefile.in, programs/explorer/desktop.c,
+         programs/explorer/explorer_private.h, programs/explorer/hal.c:
+       explorer: Initial version of dynamic drive support using HAL.
 
-       * dlls/msvcrt/exit.c:
-       Jon Griffiths <tntjpgriff@tsnxt.co.uk>
-       Implemented __dllonexit.
+       * configure, configure.ac, include/config.h.in:
+       configure: Added checks for HAL libraries.
 
-       * dlls/comctl32/listview.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Misc fixes in LISTVIEW_SetImageList, LISTVIEW_SetItemCount,
-       LISTVIEW_UpdateSize.
+       * libs/wine/ldt.c:
+       libwine: Added a couple of missing memory constraints in LDT syscalls.
 
-       * files/profile.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Display the config file location in the incorrect config file error
-       message.
+2006-04-18  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/msvcrt/wcs.c, dlls/ntdll/wcstring.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Use int instead of WCHAR in va_arg() (fixes gcc-current compilation
-       problem).
+       * dlls/shdocvw/navigate.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Use DocHost, not WebBrowser, in navigate_url.
 
-       * include/commctrl.h:
-       Francois Gouget <fgouget@free.fr>
-       Added various definitions (mostly macros).
-       Fixed typo in the HDN_{BEGIN,END}DRAG macros.
-       Added a pointer type for IMAGEINFO.
-       Fixed the return type of TreeView_{SetToolTips,GetToolTips}.
-       Even macros must come in A/W and neutral form (see the ListView_ series).
-       Fixed typo in MonthCal_SetColor.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/navigate.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Use DocHost, not WebBrowser, in Shell DocObject View window.
 
-       * include/richedit.h:
-       Francois Gouget <fgouget@free.fr>
-       Added CHARRANGE.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/events.c,
+         dlls/shdocvw/navigate.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Move connection points to DocHost object.
 
-       * include/prsht.h:
-       Francois Gouget <fgouget@free.fr>
-       Added PSN_GETOBJECT.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Use Dochost, not WebBrowser, in deactivate_document.
 
-       * dlls/ddraw/ddraw/xvidmode.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Include 'options.h' for a needed prototype.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/frame.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Get rid of WebBrowser dependency in DocHost object.
 
-       * dlls/oleaut32/variant.c, include/oleauto.h:
-       Josh DuBois <duboisj@codeweavers.com>
-       Changed VarCyFromI1 to take a signed char.
+       * dlls/shdocvw/client.c, dlls/shdocvw/frame.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Move IOleInPlaceFrame to DocHost object.
 
-       * controls/combo.c, dlls/msvcrt/mbcs.c, objects/bitmap.c, tools/specmaker/output.c:
-       Francois Gouget <fgouget@free.fr>
-       Typo fixes in comments.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Move IServiceProvider to DocHost object.
 
-       * dlls/msvcrt/cpp.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/thread.c, dlls/msvcrt/wcs.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       - New msvcrt unicode functions, winapi_check/-Wall/-W clean.
-       - Forward to ntdll where possible.
-       - Fix some .spec entries with incorrect parameters.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Move IDispatch to DocHost object.
 
-       * include/wine/obj_contextmenu.h:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Fixed Unicode strings.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Move IOleCommandTarget to DocHost object.
 
-       * dlls/ntdll/critsection.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Made SpinCount FIXME into a TRACE.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Move IOleDocumentSite to DocHost object.
 
-       * debugger/stabs.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Increased debugger include limit to 512.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c,
+         dlls/shdocvw/shdocvw.h:
+       shdocvw: Move IDocHostUIHandler to DocHost object.
 
-       * dlls/winaspi/aspi.c, dlls/wininet/http.c, dlls/wsock32/protocol.c, include/winnt.h, loader/pe_image.c, tools/winebuild/import.c, tools/winebuild/main.c, dlls/dplayx/dplobby.c, dlls/msvcrt/msvcrt.h, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c, dlls/ntdll/wcstring.c, dlls/opengl32/wgl.c, dlls/setupapi/setupx_main.c, dlls/user/lstr.c, dlls/user/user_main.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       - Remove <string.h> from winnt.h.
-       - ntdll: complete crt functions, prevent libc imports, fix sscanf.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Move IOleInPlaceSite to DocHost object.
 
-       * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, include/commctrl.h, include/commdlg.h, include/msacm.h, include/prsht.h:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       - Fix a typo in TBSAVEPARAMS A/W declaration.
-       - Use 16 bit Unicode constants for wc strings.
-       - Make some string constants available as Unicode.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Move IOleClientSite to new DocHost object to allow sharing
+       code between WebBrowser and InternetExplorer.
 
-2001-01-21  Alexandre Julliard  <julliard@winehq.com>
+2006-04-18  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
-       Fixed the size of the file dialog icons.
+       * tools/winebuild/import.c:
+       winebuild: Fixed index in module table for delayed imports.
 
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       - Added NMCBEENDEDIT structure for NOTIFY dump.
-       - Added dump of positioning structure for WM_WINDOWPOSCHANG{ED|ING}.
+2006-04-15  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Added NMCBEENDEDIT{W|A} structures and flags.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Use ARB[f|v]p1.0 for ps2/ps3/vs3.
 
-       * loader/ne/module.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fix the cmdline argument passed to NE_CreateThread to include string
-       length.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Use correct register number mask.
+       The regmask currently being used is wrong - 0x1FFF includes the high
+       two bits of the register type.
 
-       * include/winbase.h:
-       Francois Gouget <fgouget@free.fr>
-       Added missing pointer type declarations (usually Pxxx).
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Dcl opcode takes 2 parameters.
 
-       * dlls/wininet/http.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Escape any spaces in lpszObjectName passed to HttpOpenRequest.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Fix _dw modifier.
+       The _dw modifier needs to specify a component swizzle, just like the
+       _dz currently does.
 
-2001-01-20  Alexandre Julliard  <julliard@winehq.com>
+2006-04-16  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * windows/x11drv/event.c: Warning fix.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Fix flow control instructions number of parameters.
+       - else, endif, break take 0 parameters [not 2]
+       - if, rep take 1 parameter [not 2]
+       - breakp takes 1 parameter [not 2]
+       - move all flow control instructions in one place
+       - sync software shaders signatures with this
 
-       * loader/pe_image.c:
-       Display the importing dll in the 0xdeadbeef message.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Skip unhandled opcodes in vshaders.
 
-       * dlls/shell32/shell32_main.c, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, include/winuser.h, programs/clock/main.h, programs/notepad/lcc.h, programs/notepad/main.h, programs/progman/group.c, programs/progman/progman.h, programs/progman/program.c, windows/nonclient.c, windows/win.c, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg.c:
-       Fixed a number of incompatibilities in OEM icons/cursors handling.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Texkill is supported for ps2.0-3.0.
 
-       * dlls/user/text.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Prevent buffer overflow in TEXT_NextLineW.
+2006-04-17  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * tools/winapi_check/modules.dat, tools/winapi_check/win16/msacm.api, tools/winapi_check/win32/crtdll.api, tools/winapi_check/win32/msvcrt.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/rasapi32.api, tools/winapi_check/win32/setupapi.api, tools/winapi_check/win32/shdocvw.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winedos.api, tools/winapi_check/win32/wsock32.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 API files update.
-       - Minor bug fixes.
-       - Minor documentation check improvements.
+       * dlls/comctl32/header.c:
+       comctl32: Send Unicode notifications if required in header control.
 
-2001-01-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/listview.c:
+       comctl32: Scroll listview if changing scroll bounds changes the scroll pos.
 
-       * dlls/dinput/joystick/linuxinput.c, include/acconfig.h, include/config.h.in, configure.in, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added configure check for old linux/input.h.
+       * dlls/shell32/shlview.c:
+       shell32: Use LVCOLUMW instead of LVCOLUMNA in LVM_INSERTCOLUMNW listview message.
 
-       * documentation/make_winehq, documentation/wine-devel.sgml, documentation/wine-pkg.sgml, documentation/wine-user.sgml:
-       John R. Sheets <jsheets@codeweavers.com>
-       Added convenience script for generating online docs for winehq.com.
+       * programs/progman/dialog.c, programs/progman/grpfile.c:
+       progman: Fix two simple bugs.
+       Use correctly the GetOpenFileName function.
+       Use _lcreat instead of _lopen to create a new file.
 
-       * controls/uitools.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Specified 'signed' on chars compared to -1.
+2006-04-18  Mike McCormack <mike@codeweavers.com>
 
-       * documentation/packaging.sgml:
-       John R. Sheets <jsheets@codeweavers.com>
-       Make SGML ID attributes in packaging.sgml more unique to avoid
-       conflicts when we bundle all four guides into a single set.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: More tests and fixes for STGM_PRIORITY.
 
-       * controls/edit.c, controls/scroll.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Solve remaining problems with scroll bars in the edit control.
+       * dlls/ole32/tests/clipboard.c:
+       ole32: Fix a declaration.
 
-2001-01-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/tests/marshal.c:
+       ole32: Uncomment some code to make sure it is compiled, but don't run it.
 
-       * documentation/db2html-winehq:
-       John R. Sheets <jsheets@codeweavers.com>
-       Clean up db2html-winehq HTML generation script.  Works in Debian, and
-       may actually work in Redhat now, too.
+2006-04-17  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32.spec, dlls/shell32/shlfileop.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Implemented SHELL32.IsNetDrive and SHELL32.ILSaveToStream needed for
-       IE 5.
+       * dlls/wined3d/surface.c, include/wine/wined3d_interface.h:
+       wined3d: Add the remaining DirectDraw methods to WineD3DSurface.
 
-       * documentation/configuring.sgml, documentation/fonts.sgml, documentation/installation-und-konfiguration.german, documentation/installing.sgml, documentation/opengl.sgml, documentation/printing.sgml, documentation/registry.sgml, documentation/running.sgml:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Updated for change in config file name.  Removed references to
-       obsolete global wine configuration file where appropriate.  Updated
-       config option format to match the new syntax.  Misc cleanups.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Add the remaining IWineD3DDevice methods.
 
-       * dlls/user/resources/user32.rc, dlls/user/resources/user32_cursors.rc, dlls/user/resources/user32_icons.rc, graphics/x11drv/oembitmap.c, include/bitmaps/ocr_appstarting, include/bitmaps/ocr_bummer, include/bitmaps/ocr_cross, include/bitmaps/ocr_dragobject, include/bitmaps/ocr_hand, include/bitmaps/ocr_help, include/bitmaps/ocr_ibeam, include/bitmaps/ocr_icon, include/bitmaps/ocr_no, include/bitmaps/ocr_normal, include/bitmaps/ocr_size, include/bitmaps/ocr_sizenesw, include/bitmaps/ocr_sizens, include/bitmaps/ocr_sizenwse, include/bitmaps/ocr_sizewe, include/bitmaps/ocr_up, include/bitmaps/ocr_wait, include/bitmaps/oic_bang, include/bitmaps/oic_bang_95, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hand, include/bitmaps/oic_hand_95, include/bitmaps/oic_hdisk, include/bitmaps/oic_landscape, include/bitmaps/oic_network, include/bitmaps/oic_note, include/bitmaps/oic_note_95, include/bitmaps/oic_portrait, include/bitmaps/oic_ques, include/bitmaps/oic_ques_95, include/bitmaps/oic_sample, include/bitmaps/oic_wineicon, include/winuser.h, windows/cursoricon.c:
-       Store USER icons and cursors as resources instead of xpm bitmaps.
+       * dlls/wined3d/Makefile.in, dlls/wined3d/device.c, dlls/wined3d/palette.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       wined3d: Add IWineD3DPalette.
 
-       * dlls/winmm/wineoss/audio.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix off by one error in buffer length check.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add a parameter for surface type selection.
 
-       * tools/wineinstall:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Switched from wine.config back to wine.conf, no need to use something
-       not linux standard.  Removed use of obsolete "--config" option when
-       calling regapi.  Lots of cleanup and reorganization.  Check to see if
-       wine is installed when wineinstall is not run as root.
+2006-04-17  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * include/winbase.h:
-       Francois Gouget <fgouget@free.fr>
-       Added 3 missing FS_xxx macros.
+       * dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+       shell32: Define 2 more avi resources.
 
-2001-01-17  Alexandre Julliard  <julliard@winehq.com>
+2006-04-17  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, dlls/shell32/shell32_main.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
-       Replaced some GetProcAddress() imports by the standard dll import
-       mechanism.
+       * configure, configure.ac:
+       configure: Exit with a non-zero exit code if a core dependency is missing.
 
-       * dlls/wineps/init.c, dlls/winmm/mmsystem.c, dlls/dplayx/dplayx_main.c, dlls/imm32/main.c, dlls/msacm/msacm32_main.c, dlls/ole32/compobj.c, dlls/ole32/ole32_main.c, dlls/opengl32/wgl.c, dlls/richedit/riched32.h, dlls/richedit/richedit.c, dlls/rpcrt4/rpcrt4_main.c, dlls/serialui/confdlg.c, dlls/shell32/shell.c, dlls/ttydrv/ttydrv_main.c, dlls/winaspi/winaspi32.c, dlls/comctl32/commctrl.c, dlls/commdlg/generic.c:
-       Cleaned up dll startup routines now that we have separate address
-       spaces.
+       * configure, configure.ac, dlls/Makedll.rules.in,
+         dlls/Makeimplib.rules.in, dlls/Maketest.rules.in,
+         programs/Makeprog.rules.in:
+       configure: Remove the --disable-debug and --disable-trace options.
 
-       * configure, configure.in, dlls/advapi32/service.c, dlls/winmm/driver.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Cosmetics.
+       * dlls/msi/msi.c, dlls/msi/package.c, dlls/msi/registry.c,
+         dlls/msi/tests/msi.c:
+       msi: Fix some possible NULL pointer dereferences (Coverity).
 
-       * dlls/x11drv/x11drv_main.c, include/x11drv.h, windows/x11drv/event.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Make some noise in a few cases where the X11drv doesn't load, but used
-       to fail silently.
+       * programs/regsvr32/regsvr32.c:
+       regsvr32: Ignore the /c flag.
 
-       * scheduler/services.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       SERVICE_CreateServiceTable still returned TRUE if CreateThread failed.
+2006-04-16  Detlef Riekenberg <wine.dev@web.de>
 
-       * include/wine/library.h, library/Makefile.in, library/errno.c, scheduler/sysdeps.c, scheduler/thread.c, dlls/x11drv/x11drv_main.c, include/acconfig.h, include/config.h.in, include/x11drv.h, configure, configure.in:
-       Cleaned up the various errno location tests in configure.
-       Added (h_)errno_location pointers in the library that allow remapping
-       the calls in higher level dlls.
-       Moved X11DRV_CritSection out of sysdeps.c and into x11drv.dll.
+       * dlls/winspool/tests/info.c:
+       winspool: Basic tests for DeleteMonitor.
 
-       * dlls/winsock/socket.c, dlls/wsock32/socket.c:
-       James Hatheway <james@macadamian.com>
-       In WsControl, don't mix Linux and Wine socket calls. Always use Wine calls.
-       Added hack for missing WINAPI in Unix socket() definition.
+       * dlls/winspool/info.c:
+       winspool: Implement DeleteMonitor.
 
-       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Added some stubs needed for IE 5.5 setup.
+2006-04-17  James Hawkins <truiken@gmail.com>
 
-       * tools/wineshelllink:
-       Jeremy White <jwhite@codeweavers.com>
-       Revised wineshelllink to wake up KDE 1.x so that applications that get
-       installed show up without a manual KDE menu refresh required.
-       Added a few usage checks to make manual invocation a little less
-       painful.
+       * dlls/advpack/install.c:
+       advpack: Add install_init/release to perform install initialization.
 
-       * tools/bin2res.c: Fixed tmpfile buffer size.
+       * dlls/advpack/advpack.c:
+       advpack: Factor out OCX registering into do_ocx_reg.
 
-       * files/dos_fs.c:
-       Fixed typo in wine_get_unix_file_name().
+       * dlls/advpack/advpack.c:
+       advpack: Use get_parameter to read the three parameters of RegisterOCX.
+       Use get_parameter to read the three parameters to RegisterOCX.
+       Remove the ERRs and TRACEs now that we return the HRESULT.
 
-       * dlls/shell32/shelllink.c:
-       Jeremy White <jwhite@codeweavers.com>
-       Revised shell link process to treat empty (e.g. "") strings
-       identically to NULL strings. Makes many more installers take useful
-       action. Added many trace messages.
+       * dlls/advpack/advpack.c:
+       advpack: The fallback directory is the fifth field index, not the sixth.
 
-       * dlls/comctl32/listview.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Only adjust item rect by horizontal scrollbar offset in report view.
+       * dlls/advpack/install.c:
+       advpack: Use the default queue callback when calling SetupInstallFromInfSection.
 
-       * dlls/winsock/socket.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Change WSACleanup - wsinfo is a static structure now.
+       * dlls/advpack/advpack.c:
+       advpack: Fix the documentation for RegisterOCX.
 
-       * tools/winelauncher.in:
-       Jeremy White <jwhite@codeweavers.com>
-       Make winelauncher test for xmessage and warn the user if they don't
-       have it.
+       * dlls/advpack/advpack.c:
+       advpack: Fix the return type of RegisterOCX.
 
-2001-01-15  Alexandre Julliard  <julliard@winehq.com>
+2006-04-16  Eric Kohl <eric.kohl@t-online.de>
 
-       * graphics/x11drv/brush.c, include/wine_gl.h, windows/x11drv/clipboard.c, windows/x11drv/event.c:
-       Replaced X11DRV_CritSection references by wine_tsx11_(un)lock.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Support multiple RPC interfaces per binary.
 
-       * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/oembitmap.c, include/callback.h, include/x11drv.h, scheduler/sysdeps.c, windows/x11drv/mouse.c, dlls/x11drv/x11drv_main.c:
-       Removed CALL_LARGE_STACK support.
+2006-04-16  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * loader/ne/segment.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Don't call a NE DLL's DllEntryPoint twice during one single
-       LoadModule() call.
+       * dlls/twain_32/rsrc.rc, dlls/twain_32/twain_No.rc:
+       twain_32: Added Norwegian resource.
 
-       * memory/virtual.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       MapViewOfFileEx: make the returned error dependent on the Windows
-       version used.
+2006-04-17  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * dlls/user/user32.spec, dlls/winedos/winedos.spec, dlls/x11drv/x11drv.spec, dlls/ntdll/ntdll.spec:
-       Updated debug channels.
+       * programs/winefile/No.rc:
+       winefile: Fix typo in the Norwegian resources.
 
-       * dlls/winmm/wineoss/mixer.c, windows/winproc.c, windows/x11drv/wnd.c, dlls/winmm/mciavi/mciavi.c:
-       Removed unnecessary headers.
+2006-04-16  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * windows/mdi.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Initialize MENUITEMINFO structure before calling GetMenuItemInfo.
+       * configure, configure.ac:
+       configure: On FreeBSD, make wine-pthread the new default.
 
-       * dlls/ddraw/ddraw/thunks.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed an interface cast in DD2->DD7 thunk.
+2006-04-15  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add one missing buffer size rounding in the edit control.
-       Make rounding code slightly more readable.
+       * dlls/twain_32/rsrc.rc, dlls/twain_32/twain_Fr.rc:
+       twain_32: French localization.
 
-       * loader/ne/module.c, loader/ne/resource.c, loader/task.c, if1632/builtin.c:
-       Replaced GLOBAL_Alloc by GlobalAlloc16 where possible.
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Fr.rc:
+       shlwapi: French localization.
 
-       * misc/Makefile.in, misc/tweak.c, objects/gdiobj.c, windows/defwnd.c, windows/mdi.c, windows/msgbox.c, windows/nonclient.c, windows/painting.c, windows/syscolor.c, windows/sysmetrics.c, windows/sysparams.c, controls/button.c, controls/combo.c, controls/edit.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c, dlls/gdi/gdi_main.c, dlls/user/cache.c, dlls/user/text.c, dlls/user/user_main.c, graphics/x11drv/oembitmap.c, graphics/x11drv/xfont.c, include/cache.h, include/tweak.h, include/user.h:
-       Moved tweak support to USER dll. Removed tweak.h and cache.h.
+       * dlls/iccvid/iccvid_Fr.rc, dlls/iccvid/rsrc.rc:
+       iccvid: French localization.
 
-       * memory/local.c, msdos/int20.c, msdos/int2f.c, scheduler/process.c, win32/init.c, windows/clipboard.c, windows/cursoricon.c, windows/focus.c, windows/hook.c, windows/input.c, windows/message.c, windows/queue.c, windows/timer.c, windows/user.c, windows/win.c, windows/winpos.c, include/queue.h, include/task.h, include/wine/winbase16.h, loader/ne/segment.c, loader/pe_resource.c, loader/resource.c, debugger/dbg.y, debugger/expr.c, dlls/winsock/async.c, dlls/winsock/socket.c, files/file.c, if1632/relay.c:
-       Removed some direct accesses to the 16-bit task structure.
+       * dlls/msvfw32/msvfw32_Fr.rc, dlls/msvfw32/rsrc.rc:
+       msvfw: French localization.
 
-       * dlls/crtdll/crtdll.spec, dlls/msvcrt/ctype.c, dlls/msvcrt/msvcrt.spec:
-       Fixed toupper/_toupper mixup.
+       * dlls/msvidc32/msvidc32_Fr.rc, dlls/msvidc32/rsrc.rc:
+       msvidc: French localization.
 
-2001-01-12  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winecfg/Fr.rc:
+       winecfg: French localization.
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20010112.
+2006-04-17  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-----------------------------------------------------------------
-2001-01-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/stack.c:
+       dbghelp: Params of LPSTACKFRAME64 only has 4 elements.
 
-       * dlls/ddraw/ddraw/xvidmode.c:
-       Added missing WIN_ReleaseWndPtr.
+2006-04-15  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/winmm/Makefile.in, dlls/winmm/mmsystem.spec:
-       winmm.dll can now be properly separated.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Add a method to change the front and back buffers.
 
-       * dlls/msvideo/msvideo_main.c:
-       Francois Gouget <fgouget@free.fr>
-       Warning fix.
-
-       * dlls/dsound/dsound_main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixes for various underrun-related problems. Also added a mechanism
-       for the sound driver to request that a Stop should close and reopen
-       the device.
-
-       * dlls/winmm/mmsystem.c, dlls/winmm/time.c, dlls/winmm/winemm.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Remove multimedia timers from the service thread, use a separate thread
-       instead.
+2006-04-14  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/comctl32/status.c:
-       François Gouget <fgouget@codeweavers.com>
-       In STATUSBAR_GetTipText{a,W, always put a terminating '\0' in the
-       buffer.
-       Pass a buffer of sufficient size to TTM_GETTEXTA.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d9/d3d9_private.h,
+         dlls/wined3d/surface.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       wined3d: Add IWineD3DSurface::Blt.
 
-       * dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw_private.h, dlls/ddraw/dga2_private.h, dlls/ddraw/dga_private.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/main.c:
-       Gavriel State <gav@transgaming.com>
-       Warning fixes.
+2006-04-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/wsock32/wsock32.spec, include/Makefile.in, include/nspapi.h, include/wshisotp.h, include/wsipx.h, dlls/Makefile.in, dlls/wsock32/Makefile.in, dlls/wsock32/protocol.c:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Implemented EnumProtocolA/W.
+       * dlls/uxtheme/metric.c:
+       uxtheme: Fix GetThemeSysString as the error-path was always taken.
 
-       * configure.in, include/config.h.in, library/port.c, configure:
-       Andreas Mohr <amohr@codeweavers.com>
-       NetBSD 1.5 is lacking ecvt, fcvt, gcvt for crtdll.
+2006-04-15  Eric Kohl <eric.kohl@t-online.de>
 
-       * server/file.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Workaround for SuSE 7 2.2.16 kernel bug.
+       * tools/widl/typegen.c:
+       widl: Implement support for unique pointers to arrays.
 
-       * controls/edit.c:
-       James Hatheway <james@macadamian.com>
-       Guard against incoming string of NULL in WM_SETTEXT.
+2006-04-14  Andrew Riedi <andrewriedi@gmail.com>
 
-       * dlls/Makefile.in, 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/locale.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:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Turn crtdll into forwards to msvcrt.
+       * programs/explorer/systray.c:
+       explorer: Fixed a typo in system tray.
 
-       * dlls/msvcrt/except.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Added some exception handling functions.
+2006-04-13  Aric Stewart <aric@codeweavers.com>
+
+       * dlls/comctl32/listview.c:
+       comctl32: Listview notify fix.
+       Turn off updating for that the unselect and select and then turns it
+       on for the focus call, this results in 1 edit notify being sent at the
+       end of the operation.
+
+2006-04-14  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/kernel/tests/heap.c:
+       kernel: Add some tests for Lock/Unlock memory handles.
+
+       * dlls/kernel/heap.c:
+       kernel: Update WARN/ERR and documentation for GlobalLock/GlobalUnlock.
+
+2006-04-14  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/msvcrt/math.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed mistyped variable name in MSVCRT__fpclass().
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Added Top, Left, Height and Width properties implementation.
 
-       * memory/virtual.c:
-       Added flag to differentiate file mappings and VirtualAlloc() blocks,
-       and reject VirtualFree() calls on file mappings.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Store IOleInPlaceSite in WebBrowser object.
 
-       * include/server.h, scheduler/client.c:
-       Removed obsolete get_req_buffer() function.
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Update pos_rect and clip_rect in SetObjectRects.
 
-       * files/file.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Swap lpOverlapped parameters in ReadFile and WriteFile.
-       The InternalHigh member should contain the number of
-       bytes transferred.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c:
+       shdocvw: Better window handling.
+       Use unicode version of DefWindowProc in unicode window procs.
+       Fix window styles.
 
-       * dlls/msvcrt/locale.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Fixes as a result of testing builtin crtdll against builtin msvcrt.
+       * dlls/shell32/shlexec.c:
+       shell32: Don't crash in SHELL_ExecuteW if psei->lpDirectory is NULL.
 
-       * files/directory.c, files/drive.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Updated messages with new config files in mind to keep from confusing
-       users.
+2006-04-14  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/comctl32/pager.c:
-       Susan Farley <susan@codeweavers.com>
-       Implemented most functionality.  TODO lists whats left.
+       * dlls/wldap32/misc.c:
+       wldap32: Document the miscellaneous functions.
+
+2006-04-13  Sagar Mittal <sagar.mittal@gmail.com>
+
+       * dlls/wined3d/device.c:
+       wined3d: Fix null pointer check in IWineD3DImpl_GetPixelShader.
+
+2006-04-14  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/winspool/info.c, dlls/winspool/tests/info.c:
+       winspool: Add a test for GetPrinterDriver, make it pass under Wine.
+
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_misc.h:
+       rpcrt4: Constify NDR function tables.
+
+2006-04-13  qingdoa daoo <qingdao33122@yahoo.com>
+
+       * dlls/comctl32/animate.c:
+       comctl32: Change return code comparison in AVI control.
 
-2001-01-11  Alexandre Julliard  <julliard@winehq.com>
+2006-04-13  James Hawkins <truiken@gmail.com>
 
-       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/shdocvw/.cvsignore, dlls/shdocvw/Makefile.in, dlls/shdocvw/classinfo.c, dlls/shdocvw/events.c, dlls/shdocvw/factory.c, dlls/shdocvw/misc.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/persist.c, dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/webbrowser.c, documentation/Makefile.in, include/wine/obj_webbrowser.h, winedefault.reg:
-       John R. Sheets <dusk@ravendusk.org>
-       Implemented stubs for IWebBrowser in shdocvw.dll.
+       * dlls/advpack/advpack.c:
+       advpack: Document RegisterOCX.
 
-       * tools/winebuild/main.c:
-       Nathan Neulinger <nneul@umr.edu>
-       Renamed struct option to avoid conflicts with getopt.h.
+2006-04-13  Anssi Hannula <anssi.hannula@gmail.com>
 
-       * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Added binary compatible __EH_prolog.
+       * dlls/shell32/shell32_Fi.rc:
+       shell32: Fix common files directory location in shell32_Fi.rc.
 
-       * server/main.c:
-       Josh DuBois <duboisj@codeweavers.com>
-       Added a simple usage() function.
+2006-04-12  Thomas Kho <tkho@ucla.edu>
 
-       * dlls/ddraw/dga.c, dlls/ddraw/dga2.c:
-       No longer used.
+       * dlls/user/tests/input.c, dlls/x11drv/keyboard.c, server/queue.c:
+       x11drv: Properly handle VK_LMENU input.
 
-       * include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h:
-       John R. Sheets <dusk@ravendusk.org>
-       Correct some cut & paste typos.
+2006-04-14  Detlef Riekenberg <wine.dev@web.de>
 
-       * tools/wineinstall:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Update for the new config format and location of the default config
-       file.  Add a conf_quesion to convert an old user config file, or use
-       the default Wine config file.  Removed the setting of obsolete
-       EXTRA_LD_LIBRARY_PATH.  Added a conf_question to give the user the
-       option to install local config and registry files when the script is
-       being run by root.
-
-       * tools/winemaker:
-       François Gouget <fgouget@codeweavers.com>
-       Create the main_target in single-target mode.
-       The defined(@array) construct is said to be deprecated, avoid it.
-       Simplify the usage reporting.
-       Add a word of caution to the usage message.
-
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fix the return value of WM_GETTEXT in the edit control.
-
-       * controls/combo.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Various combobox fixes.
-
-       * files/Makefile.in:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Removed some unnecessary defines after profile.c cleanup.
-
-       * programs/avitools/aviplay.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Fixed unnamed union dummy names.
-
-       * configure.in, include/acconfig.h, include/config.h.in, include/wine/port.h, include/winnt.h, configure:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Replaced architecture-dependent configure checks by hardcoded
-       definitions in winnt.h (to avoid config.h dependency).
+       * dlls/kernel/tests/toolhelp.c:
+       kernel: Load tests again on NT 3.51 (toolhelp API not present).
 
-       * dlls/ntdll/exception.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Added missing prototypes to avoid compile warnings on Solaris.
+2006-04-13  Stefan Dösinger <stefan@codeweavers.com>
 
-       * include/winsock.h:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Work around problems on Solaris if config.h is not included.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Add GetHWND and SetHWND methods to IWineD3DDevice.
 
-       * windows/message.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Fixed byteorder problems caused by non-portable code.
+2006-04-13  Stefan Dösinger <stefandoesinger@gmx.at>
 
-2001-01-10  Alexandre Julliard  <julliard@winehq.com>
+       * include/wine/wined3d_interface.h:
+       wined3d: Add macros for (Un)Init3D and Flip.
 
-       * dlls/msvcrt/cpp.c, dlls/msvcrt/ctype.c, dlls/msvcrt/data.c, dlls/msvcrt/dir.c, dlls/msvcrt/environ.c, dlls/msvcrt/errno.c, dlls/msvcrt/except.c, dlls/msvcrt/exit.c, dlls/msvcrt/file.c, dlls/msvcrt/heap.c, dlls/msvcrt/locale.c, dlls/msvcrt/main.c, dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/misc.c, dlls/msvcrt/ms_errno.h, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/process.c, dlls/msvcrt/string.c, dlls/msvcrt/thread.c, dlls/msvcrt/time.c, dlls/msvcrt/wcs.c, documentation/samples/config, loader/loadorder.c, DEVELOPERS-HINTS, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/console.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       - Migrate CRTDLL to MSVCRT.
-       - Many fixes and a load of new functions.
+2006-04-13  Antonio Codazzi <f_sophia@libero.it>
 
-       * include/options.h, misc/options.c:
-       Removed all traces of the --config option.
+       * dlls/shell32/shell32_It.rc:
+       shell32: Italian resources update.
 
-       * dlls/ddraw/ddraw/xvidmode.c:
-       Gavriel State <gav@transgaming.com>
-       Reenabled DXGrab option.
+2006-04-13  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Synchronize the sizes of the external and internal buffers at start
-       and end of message processing in the edit control.
+       * programs/winefile/winefile.c:
+       winefile: Use header full drag.
 
-       * controls/listbox.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fixed returned length for LB_GETTEXT.
+       * include/tchar.h:
+       include: Fix a mistake in the declaration of _sntprintf.
 
-       * dlls/kernel/Makefile.in:
-       Added nls to EXTRASUBDIRS.
+2006-04-13  Anssi Hannula <anssi.hannula@gmail.com>
 
-       * files/profile.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Removed use of outdated WINE_INI environment variable.  Removed
-       obsolete --config option.  Removed loading of global wine config file.
-       Cleaned up some messages.
+       * programs/winecfg/Fi.rc:
+       winecfg: Update the Finnish resources.
 
-       * controls/edit.c:
-       James Hatheway <james@macadamian.com>
-       es->buffer_size is not always the length of the text currently in the
-       editbox, so use -1 instead.
+       * dlls/twain_32/rsrc.rc, dlls/twain_32/twain_Fi.rc:
+       twain_32: Add Finnish resources.
 
-       * loader/module.c, loader/ne/module.c, dlls/ntdll/ntdll.spec:
-       Gerard Patel <gerard.patel@asi.fr>
-       Added a specific debug channel for dll loading (builtin/native).
+2006-04-13  Mike McCormack <mike@codeweavers.com>
 
-       * objects/dib.c, objects/enhmetafile.c, objects/metafile.c, objects/palette.c, objects/text.c:
-       Joerg Mayer <jmayer@loplof.de>
-       Fixed some signed/unsigned warnings.
+       * include/wtypes.idl:
+       wtypes.idl: Add size attribute to a void pointer.
 
-       * files/file.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Implemented asynchronous ReadFile and WriteFile.
+       * tools/widl/write_msft.c:
+       widl: Add support for VT_I8 and VT_UI8 to msft typelibs.
 
-       * tools/winemaker:
-       François Gouget <fgouget@codeweavers.com>
-       Require that the user specify a work directory. This provides a
-       safeguard against accidental invocations.
+2006-04-13  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/propsheet.c:
-       François Gouget <fgouget@codeweavers.com>
-       Only copy the dwSize bytes really occupied by lpPropSheetPage.
+       * libs/wine/mmap.c:
+       libwine: Only try to mmap the exact address when reserving memory.
+       This should avoid some extra work on platforms that need the
+       try_mmap_fixed function.
 
-       * include/windowsx.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       For the Global*Ptr* set of macros, replace the 16bit version with
-       their 32 bit equiv.
+       * libs/wine/mmap.c:
+       libwine: Reorganize the mmap code a bit to avoid some #ifdefs.
 
-       * dlls/comctl32/toolbar.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Only call TOOLBAR_CalcToolbar when parameters change.
+       * server/ptrace.c:
+       server: Remove the use_ptrace variable.
 
-2001-01-09  Alexandre Julliard  <julliard@winehq.com>
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.12.
 
-       * controls/combo.c, controls/listbox.c, dlls/user/controls.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added unicode window proc for the listbox control.
-       Replaced all ansi calls by their unicode equivalents.
-       Removed use of the custom local heap.
+----------------------------------------------------------------
+2006-04-13  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/comctl32/listview.c:
-       François Gouget <fgouget@codeweavers.com>
-       Test for NULL and LPSTR_TEXTCALLBACK before using lpColumn->pszText.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resource.
 
-       * dlls/ddraw/dsurface/main.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed some incorrect format strings.
+2006-04-13  Alexandre Julliard <julliard@winehq.org>
 
-       * debugger/dbgmain.c: Removed obsolete file.
+       * dlls/advpack/reg.c:
+       advpack: Fixed a couple of typos in Unicode conversion.
 
-       * include/windef.h, include/winuser.h, windows/user.c, dlls/user/misc.c:
-       François Gouget <fgouget@codeweavers.com>
-       Move HDWP to winuser.h.
-       Convert HWINSTA to STRICT.
+       * dlls/crypt32/encode.c:
+       crypt32: Fixed day/month mismatch in time encoding routines.
 
-       * files/drive.c, misc/cdrom.c:
-       Ryan Cumming <bodnar42@bodnar42.dhs.org>
-       Make CDROM_GetLabel return 0 in the event of failure, and make the
-       default label for drives a string of 11 spaces.
+       * dlls/crypt32/cert.c:
+       crypt32: Avoid crash on NULL pointer in trace.
 
-       * dlls/winaspi/aspi.c:
-       David Elliott <dfe@infinite-internet.net>
-       Fixed usage of RegEnumValueA.
+2006-04-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/winspool/info.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Handle the EnumPrinters() flag PRINTER_ENUM_DEFAULT in the same way
-       that NT does - that is ignore it and return TRUE.
-
-       * dlls/winmm/mcicda/mcicda.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Actually call CDROM_Audio_GetTracksInfo when retrieving
-       MCI_CDA_STATUS_TRACK_TYPE.
-       WINE_CDA_OPEN maps to MCIERR_HARDWARE.
-
-       * scheduler/services.c:
-       François Gouget <fgouget@codeweavers.com>
-       SERVICE_AddObject check for NULL handles in addition to
-       INVALID_HANDLE_VALUE.
-
-       * files/file.c:
-       François Gouget <fgouget@codeweavers.com>
-       The last parameter of CreateFile should be 0 (aka NULL), not -1.
-       CreateFile returns INVALID_HANDLE_VALUE when it fails, not
-       HFILE_ERROR.
-       Added comments.
-
-       * win32/console.c:
-       François Gouget <fgouget@codeweavers.com>
-       pty_handle is a HANDLE, not an int.
-
-       * tools/winemaker:
-       François Gouget <fgouget@codeweavers.com>
-       (configure) Look for the headers in $WINE_ROOT/include/wine and
-       /opt/wine/include/wine.
-
-       * dlls/comctl32/commctrl.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Send the creation notification to the true owner of the tooltip.
-
-       * controls/combo.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Ensure there is an edit control when we reset contents.
+       * dlls/user/menu.c:
+       user: Fix dereferencing a potential NULL pointer.
 
-       * dlls/comctl32/listview.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Adjust item rects by horizontal scrollbar offset.
+2006-04-12  Jason Green <jave27@gmail.com>
 
-       * dlls/comctl32/tab.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fixed TCM_GetRowCount.
+       * dlls/wined3d/utils.c:
+       wined3d: Add case 0 to switch statement and fix the fixme.
+       Screwed up a copy/paste from one of my recent patches.  This
+       eliminates the erroneous FIXME for calls to D3DFmtMakeGlCfg() with 0
+       as the Stencil format.  Also, it changes the FIXME to print the
+       correct variable.
 
-2001-01-07  Alexandre Julliard  <julliard@winehq.com>
+2006-04-13  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/ttydrv/ttydrv.spec:
-       Need to import user32 even though we don't use symbols from it yet.
+       * dlls/version/install.c:
+       version: Translate some German comments.
 
-       * tools/specmaker/Makefile.in:
-       Leonard Norrgård <vinsci@nic.funet.fi>
-       Reference $(SRCDIR) when installing the perl script (it doesn't exist
-       in the build directory).
+2006-04-13  Jeff Latimer <lats@yless4u.com.au>
 
-       * dlls/commdlg/finddlg32.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Changed string pointer calculation.
+       * dlls/usp10/usp10.c:
+       usp10: Add some tests to ScriptGetFontProperties.
 
-       * include/shlwapi.h, include/wine/undocshell.h, dlls/shlwapi/ordinal.c, dlls/shlwapi/path.c, dlls/shlwapi/reg.c, dlls/shell32/clipboard.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellpath.c, dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Moved all the documented shlwapi functions out of undocshell.h into
-       shlwapi.h.  Nothing but files in dlls/shell32 will now include
-       undocshell.h.
+2006-04-13  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed one &, now CoCreateInstance() of ddraw objects works again.
+       * dlls/msvcrt/undname.c:
+       msvcrt: If caller passes a NULL deallocator to __unDNameEx, don't use it.
 
-       * server/async.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Calculate the timeout time once when the async is created.
+2006-04-12  Stefan Dösinger <stefan@codeweavers.com>
 
-       * include/winbase.h:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Implemented HasOverlappedCompleted macro.
-
-       * windows/winproc.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Add missing mapping for LB_FINDSTRINGEXACT message (thanks to Gerard
-       Patel for reporting the bug).
-
-       * controls/combo.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Combobox should clear its current selection on response to
-       CB_SETCURSEL(-1) message.
-
-2001-01-06  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, loader/ne/module.c, miscemu/main.c, scheduler/process.c:
-       Use the exe name and file handle we got from the server also when
-       starting Win16 or DOS programs, to avoid depending on the contents of
-       the command-line.
-
-       * server/process.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, include/server.h, scheduler/synchro.c, scheduler/thread.c, server/async.c, server/debugger.c:
-       Added separate queue for "system" APCs that get called even when the
-       thread is not in an alertable state.
-       Specify the select_request timeout as absolute value so that we can
-       restart the request when interrupted.
-
-       * wine.ini: Removed old format config file.
-
-       * controls/menu.c:
-       François Gouget <fgouget@codeweavers.com>
-       Modify the look of bitmap menu items to match Win95 and Win98
-       Fix the sunken edge/bitmap overlap in the Win98 look
-       Introduce an IS_MAGIC_ITEM macro to test if the item is 'magic'
-
-       * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, memory/registry.c, msdos/int21.c, objects/enhmetafile.c, objects/metafile.c, scheduler/process.c, dlls/advapi32/registry.c, dlls/crtdll/file.c, dlls/oleaut32/typelib.c, dlls/shell32/shell32_main.c, dlls/user/exticon.c, dlls/winedos/module.c:
-       François Gouget <fgouget@codeweavers.com>
-       Fixed some HFILE vs. HANDLE mismatches.
-       If not used the last parameter of CreateFile must be 0, not -1.
-
-       * dlls/msacm/msacm.spec, dlls/msacm/msacm_main.c, documentation/samples/config, loader/loadorder.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Forced loading of msacm32 when msacm is loaded.
-       Added msacm DLL pair in config files.
-       Added some dumb calls from 16 to 32.
-
-       * dlls/Makefile.in, dlls/wininet/internet.c, dlls/wininet/wininet.spec:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Implement InternetCanonicalizeUrl.
-
-       * dlls/dsound/dsound_main.c:
-       Johan Gill <johane@lysator.liu.se>
-       Added a more truthful message about what really is wrong.
-
-       * dlls/gdi/printdrv.c, include/wine/wingdi16.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Don't call QueryAbort16() in WriteSpool16(), since it might be called
-       with locks held (and we do not need to call it here).
-
-       * controls/listbox.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Took a stab at implementing LBS_NOSEL.
-
-2001-01-05  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/server.h, scheduler/process.c, server/process.c, server/trace.c:
-       Send the exe file handle in init_process_done request.
-
-       * files/profile.c:
-       Avoid crashing on invalid lines during config file conversion.
-
-       * dlls/shlwapi/Makefile.in, dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/url.c, include/shlwapi.h:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Implemented a few Url* functions.
-
-       * controls/combo.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added unicode window proc for combobox control.
-       Replaced ansi calls by their unicode equivalents.
-
-       * controls/static.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added unicode window proc for the static control.
-       Replaced ansi calls by their unicode equivalents.
-
-       * dlls/wsock32/socket.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Returning success for unknown WSCNTL_TCPIP_QUERY_INFO code makes win98
-       winipcfg work.
-
-       * dlls/dinput/mouse/main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Mouse events fix.
-
-       * tools/make_requests, win32/console.c, win32/device.c, windows/queue.c, loader/ne/module.c, memory/virtual.c, misc/registry.c, relay32/builtin32.c, scheduler/client.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c, scheduler/timer.c, server/async.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.h, server/pipe.c, server/process.c, server/process.h, 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/thread.h, server/timer.c, server/trace.c, dlls/kernel/sync.c, dlls/kernel/toolhelp.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, files/dos_fs.c, files/file.c, include/file.h, include/module.h, include/server.h, loader/elf.c, loader/module.c, loader/pe_image.c:
-       Added handle_t type to server interface so that we can make handles
-       pointers later on.
-       Always use 0 to signal invalid handle in server requests.
-
-       * include/commdlg.h, programs/cmdlgtst/cmdlgtst.c:
-       François Gouget <fgouget@codeweavers.com>
-       I triple checked but yes, CHOOSECOLOR.hInstance is an HWND...
-
-       * dlls/winmm/driver.c, msdos/vga.c:
-       François Gouget <fgouget@codeweavers.com>
-       We must cast the return value of GetProcAddress.
-
-       * programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c:
-       François Gouget <fgouget@codeweavers.com>
-       The WndProc function was missing the CALLBACK modifier.
-
-       * programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c:
-       François Gouget <fgouget@codeweavers.com>
-       The first 2 parameters of WinMain are HINSTANCEs, not HANDLEs.
-
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Fixed some problems with scrolling in the edit control.
-
-2001-01-04  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/ole32/compobj.c, dlls/ole32/ifs.c, dlls/ole32/storage.c, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/direct3d/mesa.c, dlls/dinput/dinput_main.c, dlls/dinput/joystick/linux.c, dlls/dinput/joystick/linuxinput.c, dlls/dinput/keyboard/main.c, dlls/dinput/mouse/main.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c:
-       Francois Gouget <fgouget@free.fr>
-       Removed the 'fn' prefix (i.e. ICOM_FN).
-
-       * include/acconfig.h, include/config.h.in, include/ddraw.h, msdos/vga.c, dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/dclipper/main.c, dlls/ddraw/dclipper/main.h, dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/dga2.c, dlls/ddraw/ddraw/dga2.h, dlls/ddraw/ddraw/main.c, dlls/ddraw/ddraw/main.h, dlls/ddraw/ddraw/thunks.c, dlls/ddraw/ddraw/user.c, dlls/ddraw/ddraw/user.h, dlls/ddraw/ddraw/x11.c, dlls/ddraw/ddraw/xvidmode.c, dlls/ddraw/ddraw/xvidmode.h, dlls/ddraw/direct3d/mesa.c, dlls/ddraw/dpalette/dga.c, dlls/ddraw/dpalette/main.c, dlls/ddraw/dpalette/main.h, dlls/ddraw/dpalette/x11.c, dlls/ddraw/dsurface/dga.c, dlls/ddraw/dsurface/dga2.c, dlls/ddraw/dsurface/dga2.h, dlls/ddraw/dsurface/dib.c, dlls/ddraw/dsurface/dib.h, dlls/ddraw/dsurface/dibtexture.c, dlls/ddraw/dsurface/dibtexture.h, dlls/ddraw/dsurface/fakezbuffer.c, dlls/ddraw/dsurface/fakezbuffer.h, dlls/ddraw/dsurface/main.c, dlls/ddraw/dsurface/main.h, dlls/ddraw/dsurface/thunks.c, dlls/ddraw/dsurface/thunks.h, dlls/ddraw/dsurface/user.c, dlls/ddraw/dsurface/user.h, dlls/ddraw/dsurface/wndproc.c, dlls/ddraw/dsurface/wndproc.h, dlls/ddraw/dsurface/x11.c, documentation/ddraw.txt, configure, configure.in, dlls/ddraw/Makefile.in, dlls/ddraw/convert.c, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dtexture.c, dlls/ddraw/ddcomimpl.h, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_private.h, dlls/ddraw/helper.c, dlls/ddraw/main.c, dlls/ddraw/mesa_private.h, dlls/ddraw/struct_convert.c, dlls/ddraw/x11.c, dlls/ddraw/x11_private.h:
-       Andrew Lewycky <andrew@transgaming.com>
-       Gavriel State <gav@transgaming.com>
-       Ove Kaaven <ovek@transgaming.com>
-       Major DirectDraw restructure/reimplementation, using an improved component
-       object model hierarchy. The implementation currently supports:
-       - DirectDraw over GDI/USER in a window (using DIBsections and
-         asynchronous updates)
-       - XVidMode
-       - XF86DGA2
-       - All DirectDraw interfaces from versions 1 to 7 (at least in theory)
-       - Hooks for Direct3D interfaces
-
-       * dlls/msacm/wineacm.h, include/Makefile.in, include/mmsystem.h, include/msacm.h, include/msacmdlg.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a few missing parts.
-
-       * controls/menu.c:
-       Francois Gouget <fgouget@free.fr>
-       Fixed the alignment of the MF_RIGHTJUSTIFY menu items.
+       * dlls/wined3d/surface.c, include/wine/wined3d_interface.h:
+       wined3d: Add IWineD3DSurface::Flip.
 
-       * misc/main.c: Removed obsolete code.
-
-       * dlls/Makefile.in: Fixed dll dependencies.
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h:
+       wined3d: Split device creation and opengl initialization.
 
-       * dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/audio.c, include/mmddk.h, dlls/dsound/dsound_main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now using manifest constant instead of raw values for all the
-       DRV_QUERY??? values.
+2006-04-12  Karsten Elfenbein <kelfe@gmx.de>
 
-       * dlls/kernel/thunk.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Added Ulrich Weigand's description of KERNEL32_99.
+       * dlls/wined3d/device.c:
+       wined3d: Combined unhandled renderstate cases into one.
 
-       * memory/global.c:
-       Mike McCormack  <mike_mccormack@looksmart.com.au>
-       Some borken memory monitoring programs divide by dwTotalPageFile,
-       which probably isn't zero on windows.
+       * dlls/wined3d/device.c:
+       wined3d: IWineD3DDeviceImpl_Reset cleanup.
+       Joined the functions as it looks like a typo in the function name
+       (IWineD3DDeviceImpl_Rest isn't used anywhere but contains comments).
 
-       * configure.in, tools/Makefile.in, tools/specmaker/.cvsignore, tools/specmaker/Makefile.in, tools/specmaker/README, tools/specmaker/dll.c, tools/specmaker/function_grep.pl, tools/specmaker/main.c, tools/specmaker/misc.c, tools/specmaker/msmangle.c, tools/specmaker/output.c, tools/specmaker/search.c, tools/specmaker/specmaker.h, tools/specmaker/symbol.c, configure:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Added spec generation tool specmaker.
+2006-04-12  Jacek Caban <jacek@codeweavers.com>
 
-       * misc/options.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Reimplemented "relay=" and "snoop=" suboptions.
+       * dlls/shell32/shlexec.c:
+       shell32: Allocate wszApplicationName on the heap as it may be longer than MAX_PATH.
 
-       * include/mmsystem.h, include/winbase.h, include/windef.h, include/winnls.h, include/winuser.h:
-       François Gouget <fgouget@codeweavers.com>
-       Moved the function pointer types to their rightful headers.
-       The definition of the function pointer types must be based on STRICT.
+       * dlls/shdocvw/dochost.c:
+       shdocvw: Use GetClientRect, not GetWindowRect in create_doc_view_hwnd.
 
-       * graphics/x11drv/bitblt.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Starcraft was confused by a wrong FALSE BitBlt return.
+2006-04-12  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winmm/wineoss/audio.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Set fragments for wave input to 7 x 1024 byte.
+       * dlls/wineps/init.c:
+       wineps: Load generic.ppd from the data dir if nothing else is specified.
 
-       * dlls/winmm/lolvldrv.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed loading of 16 bit drivers.
-       Better support for native mappers.
+2006-04-12  Huw Davies <huw@codeweavers.com>
 
-       * controls/listbox.c:
-       Aric Stewart <aric@codeweavers.com>
-       Fixed a problem where when deleting an item using index -1 on an empty
-       listbox we would pass through an illegal negative index and cause
-       problems.
+       * configure, configure.ac, include/config.h.in, tools/sfnt2fnt.c:
+       tools: Don't try to use FT_Load_Sfnt_Table unless FreeType has it.
 
-2001-01-03  Alexandre Julliard  <julliard@winehq.com>
+2006-04-12  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/process.c:
-       Pass the application name also when starting a Unix app, and use it to
-       load the main exe .so file.
-       Fixed bug in directory handling in PROCESS_Create.
+       * loader/preloader.c:
+       preloader: Workaround for broken no-exec protections.
+       Add an executable page at the top of the address space to defeat
+       broken no-exec protections that play with the code selector limit.
 
-       * include/winbase.h:
-       Jon Griffiths <tntjpgriff@tsnxt.co.uk>
-       Added InitializeCriticalSectionAndSpinCount prototype.
+2006-04-12  Mikołaj Zalewski <mikolaj@zalewski.pl>
 
-       * include/windef.h, windows/user.c:
-       François Gouget <fgouget@codeweavers.com>
-       Convert HDESK to STRICT.
+       * dlls/comctl32/listview.c:
+       comctl32: Fix listview column resize.
+       Draw a track line after a HDN_TRACK, resize the columns only after a
+       HDN_ITEMCHANGED.
+       Create the header with HDS_FULLDRAG.
 
-       * dlls/winmm/mciwave/mciwave.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed duplicate field in internal structure.
-       Silenced warning for MCI_CONFIGURE message.
-
-       * dlls/winmm/lolvldrv.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for the DRVM_MAPPER_STATUS message.
-
-       * dlls/winmm/wavemap/msacm.drv.spec, dlls/winmm/wavemap/wavemap.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Replaced pointers to external functions by a DLL import.
-
-       * dlls/msvideo/drawdib.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed bitmap size handling.
-
-2001-01-02  Alexandre Julliard  <julliard@winehq.com>
-
-       * configure.in, include/acconfig.h, include/config.h.in, windows/x11drv/keyboard.c, configure:
-       Ove Kaaven <ovek@transgaming.com>
-       Turn on detectable autorepeat if the X Keyboard Extension is
-       detected.
-
-       * include/windef.h, include/wtypes.h:
-       François Gouget <fgouget@codeweavers.com>
-       Moved HMETAFILEPICT to wtypes.h. Note, HMETAFILEPICT is always a
-       'void*' unlike regular handles.
-
-       * dlls/kernel/kernel32.spec, dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implement PrintDlg16 better (adding PrintDlgProc16 and several other
-       16bit dependent functions)
-       If we are using a template we might not have the default combobox for
-       printers, use the default printer in those cases.
-       More error messages and checks.
-       Added GlobalFlags16 and GlobalReAlloc16 to kernel32.spec.
+       * dlls/comctl32/header.c:
+       comctl32: Fix listview column resize.
+       Fix the HDS_FULLDRAG headers notifications, invalidate such a control
+       after a mouse move.
 
-       * tools/winebuild/import.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Delayed import thunks for Sparc.
+2006-04-12  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/dplayx/dplayx_messages.c:
-       François Gouget <fgouget@codeweavers.com>
-       Removed an '#ifdef STRICT'.
+       * dlls/avifil32/acmstream.c, dlls/avifil32/api.c,
+         dlls/avifil32/editstream.c, dlls/avifil32/getframe.c,
+         dlls/avifil32/icmstream.c:
+       avifil32: Avoid not necessary zeroing out of an allocated memory block.
 
-       * dlls/dsound/dsound_main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Bugfix for sound dropping out, and workaround for Half-Life's
-       braindead secondary sound buffer management.
+2006-04-10  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/shell32/shellole.c, include/shellapi.h, include/windef.h, windows/x11drv/event.c:
-       François Gouget <fgouget@codeweavers.com>
-       Moved HDROP to shellapi.h.
+       * dlls/wined3d/device.c, dlls/wined3d/resource.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Add a resource dumper.
 
-       * include/objbase.h:
-       François Gouget <fgouget@codeweavers.com>
-       Should include cguid.h.
+2006-04-11  Jean-Philippe Theriault <Jean-Philippe_Theriault@cimmetry.com>
 
-       * include/ole2.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added two error codes: E_DRAW and DATA_E_FORMATETC.
+       * dlls/gdi/enhmetafile.c:
+       gdi32: Fix for PlayEnhMetaFileRecord support of EMR_SELECTPALETTE record.
 
-       * dlls/commdlg/filedlg.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Return 8.3 file names.
-       Fixed sizeof(WCHAR) bugs.
+2006-04-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       - Fixed a byteorder conversion problem with message tables.
-       - Carefully read and write (possibly) misaligned data elements
-         to avoid crashes on architectures where this is not allowed.
+       * dlls/kernel/tests/.gitignore, dlls/kernel/tests/Makefile.in,
+         dlls/kernel/tests/toolhelp.c:
+       kernel32: Added some tests for toolhelp functions.
 
-       * programs/view/view.c, programs/notepad/main.c:
-       François Gouget <fgouget@codeweavers.com>
-       Replaced calls to OpenFile with the equivalent call to
-       CreateFile. Removes the need to cast the result to HANDLE.
+       * dlls/kernel/toolhelp.c:
+       kernel32: Rewrote toolhelp implementation only on top of ntdll functions.
 
-       * programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
-       François Gouget <fgouget@codeweavers.com>
-       The last parameter of CreateFile is a HANDLE and should thus be NULL.
+2006-04-11  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * dlls/winsock/socket.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       A socket becomes readable after connect in Linux 2.4 (even for
-       connection refused).
+       * programs/winetest/Makefile.in:
+       winetest: Added dnsapi tests.
 
-       * dlls/winmm/wineoss/audio.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Read 4 bytes to wake up GETISPACE.
+2006-04-12  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/wineps/afm.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added one safety check to AFM parsing.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Enable texld instruction (shaders 1.4).
 
-       * dlls/user/user.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       16bit user GetProp/SetProp get strings or atoms, so we can use 'str'.
+2006-04-11  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * dlls/advapi32/service.c:
-       François Gouget <fgouget@codeweavers.com>
-       Fixed some 0 vs. FALSE mismatches.
-       Fixed a '%x' vs. '%lx' mismatch.
-       Fixed some DWORD vs. SC_HANDLE mismatches.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Reorganize shaders code a bit.
 
-       * include/winsvc.h:
-       François Gouget <fgouget@codeweavers.com>
-       SC_HANDLE is a HANDLE, not a 'DECLARE_HANDLE'
-       SERVICE_STATUS_HANDLE is a DWORD
+2006-04-11  Hans Leidekker <hans@it.vu.nl>
 
-       * memory/local.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Align moveable blocks if the architecture requires it.
+       * dlls/wldap32/page.c:
+       wldap32: Improve error handling in create_page_control().
 
-       * include/winerror.h:
-       François Gouget <fgouget@codeweavers.com>
-       Reordered the definitions according to their value.
-       Inserted the *_S_* macros right before the corresponding *_E_* block
-       Reindented the values.
-       Removed the duplicate set of E_xxx macros since they are only used on
-       non WIN32 platforms.
-       Uncommented the CO_E_INIT_ set of macros.
-       Removed some duplicate macro definitions and fixed various typos.
-       Added the definitions needed by the MFC.
-
-       * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Added Reserved5 -> lstrcmp16.
-
-       * dlls/version/install.c, dlls/version/resource.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Code was checking for 0 or HFILE_ERROR instead of negative error
-       values.
+2006-04-10  Detlef Riekenberg <wine.dev@web.de>
 
-2000-12-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winspool/tests/info.c:
+       winspool: Basic tests for AddMonitor.
 
-       * windows/input.c, windows/keyboard.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       "Implement" GetKBCodePage and GetKBCodePage16.
+2006-04-11  Detlef Riekenberg <wine.dev@web.de>
 
-       * files/file.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Implemented GetOverlappedResult.
+       * dlls/winspool/info.c:
+       winspool: Implement AddMonitor.
 
-       * objects/font.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CreateFontIndirect() can get NULL pointers.
+2006-04-11  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/kernel/comm.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Improve async i/o compatability. lpOverlapped->Internal should hold
-       the overlapped transfer status.
+       * dlls/d3d9/d3d9_private.h, dlls/d3d9/vertexdeclaration.c,
+         dlls/d3d9/vertexshader.c:
+       d3d9: VertexDeclaration and VertexShader should keep reference to the parent device object.
 
-       * tools/winebuild/import.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Fixed builtin imports broken by latest change.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/vertexshader.c:
+       d3d8: VertexShader should keep reference to the parent device object.
 
-       * configure, configure.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made unaligned access test effective.
+2006-04-12  Alexandre Julliard <julliard@winehq.org>
 
-       * include/wine/port.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed evilish cut and paste.
-
-       * debugger/Makefile.in, debugger/dbg.y, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/winedbg.c:
-       François Gouget <fgouget@codeweavers.com>
-       Compile the debugger with STRICT on.
-
-       * dlls/wineps/font.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Use a case-insensitive comparison to match PostScript font names.
-
-       * include/wine/obj_base.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added an ICOM_FN that generates either fn##xfn or sfn as appropriate.
-       Use ICOM_FN to avoid duplicating the 'ICOM_V?METHOD.*' definitions.
-       Remove the obsolete ICOM_CVMETHOD macros.
-       Use the ICOM_VTBL macro to avoid duplicating the 'ICOM_CALL.*'
-       definitions.
-
-       * dlls/wininet/ftp.c, dlls/wininet/internet.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       - implemented passive FTP transfers (PASV, needed for firewalls)
-       - fixed lstnSocket closing
-
-       * include/builtin16.h, include/winnt.h, tools/winebuild/import.c, tools/winebuild/relay.c, tools/winebuild/res16.c, tools/winebuild/spec16.c, tools/winebuild/spec32.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Fixed winebuild to work on non-Intel architectures.
-
-       * loader/ne/module.c, loader/ne/resource.c, loader/module.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Prevent unaligned access to NE in-memory module data.
-
-       * memory/codepage.c, unicode/Makefile.in, unicode/compose.c, unicode/cpmap.pl, unicode/mbtowc.c, unicode/wctomb.c:
-       Added support for composite Unicode characters in MultiByteToWideChar
-       and WideCharToMultiByte.
+       * server/window.c:
+       server: Don't attach thread input to the desktop.
+       Now that the desktop can be owned by a thread we need to explicitly
+       check for it in the thread attach check.
 
-       * include/wingdi.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added a prototype for GetLogColorSpace.
+2006-04-11  Petr Tesarik <hat@tesarici.cz>
 
-       * include/windef.h:
-       François Gouget <fgouget@codeweavers.com>
-       Convert HCOLORSPACE to STRICT mode.
+       * dlls/winedos/int2f.c:
+       winedos: Implement INT2F/AX=1501 (get drive device list).
 
-       * documentation/HOWTO-winelib:
-       Wilbur N. Dale <wilbur.dale@lumin.nl>
-       Updated first example using latest winebuild dll/so procedure.
+2006-04-11  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/ntdll/signal_i386.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fixed small race condition between vm86_enter() and signal handling.
-       Made separate save_vm86_context and restore_vm86_context functions.
+       * dlls/msi/appsearch.c:
+       msi: Fix possible crash bugs in error path.
 
-       * tools/winebuild/spec32.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       Allow stubs for exports that are not legal C identifiers.
+2006-04-11  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/kernel/sync.c:
-       Rein Klazes <rklazes@casema.net>
-       Test pointer before it is dereferenced in CreateEventW().
-
-2000-12-27  Alexandre Julliard  <julliard@winehq.com>
-
-       * ole/Makefile.in, tools/winemaker, Make.rules.in, Makefile.in:
-       Renamed libuuid.a to libwine_uuid.a
-
-       * include/config.h.in, configure, configure.in, dlls/crtdll/crtdll_main.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Don't link with libw if libc already contains w* routines.
-       Link every library with libnsl if required.
-       Include ieeefp.h where necessary.
-
-       * dlls/winmm/wineoss/oss.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Compile fix if HAVE_OSS is not defined.
-
-       * if1632/relay.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Fixed broken prototypes.
-
-       * if1632/snoop.c, relay32/snoop.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Silence silly error messages.
-
-       * dlls/Makefile.in, dlls/dciman32/dciman32.spec, dlls/oledlg/oledlg.spec:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Import kernel32 (for SetLastError()).
-
-       * dlls/version/resource.c, include/acconfig.h, include/config.h.in, include/windef.h, include/wine/port.h, loader/pe_resource.c, loader/task.c, memory/environ.c, memory/heap.c, windows/class.c, windows/dialog.c, configure, configure.in, dlls/dplayx/dplay.c, dlls/user/exticon.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Added check whether unaligned memory access is allowed.
-       Added macros to access unaligned WORDs / DWORDs.
-
-       * dlls/comctl32/tab.c, dlls/kernel/comm.c, dlls/winmm/lolvldrv.c, files/directory.c, files/drive.c, scheduler/client.c, scheduler/process.c, win32/console.c, win32/except.c, win32/file.c, README, console/generic.c, controls/menu.c, dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       - clarify many error messages
-       - add data corruption warning to README file
-
-       * windows/x11drv/keyboard.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Use the X state instead of the VK key state to check for eatable
-       characters, since the VK key state isn't a fan of AltGr.
-
-       * files/dos_fs.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Allow an application to open a dos device ending with ':'.
-
-       * dlls/winedos/module.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Release the Win16 lock before starting the DOS process, since it's not
-       really a Win16 app.
-
-       * dlls/winedos/dosvm.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Since DOSVM_Wait() blocks the normal event processing, it should
-       dispatch pending events itself.
-
-2000-12-26  Alexandre Julliard  <julliard@winehq.com>
-
-       * debugger/stabs.c, debugger/expr.c, debugger/module.c, debugger/msc.c:
-       Joerg Mayer <jmayer@loplof.de>
-       Fix the trivial compiler warnings in debugger/ when compiling with -W
-       - moved inline statements to front
-       - fixed the trivial cases of signed/unsigned comparisons
-
-       * dlls/comctl32/animate.c, dlls/comctl32/comctl32.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer using function pointers to winmm and msvfw32, but delay
-       loading instead.
-
-       * tools/winebuild/README, tools/winebuild/build.h, tools/winebuild/import.c, tools/winebuild/parser.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added ability to delay loading of an imported DLL until it's needed
-       (new -delay option for import directive in spec file).
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/regsvr.c:
+       shdocvw: Register iexplore.exe as a COM local server.
 
-       * server/process.c, server/thread.c:
-       Fixed error recovery during thread creation.
+2006-04-11  Jason Green <jave27@gmail.com>
 
-       * dlls/winedos/Makefile.in, dlls/winedos/dosvm.c, dlls/winedos/module.c, dlls/winedos/winedos.spec, include/callback.h, include/dosexe.h, include/miscemu.h, loader/dos/Makefile.in, loader/dos/dosvm.c, loader/dos/module.c, miscemu/main.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int16.c, msdos/int20.c, msdos/int21.c, msdos/int33.c, msdos/ioports.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/Makefile.in, dlls/winedos/.cvsignore:
-       Ove Kaaven <ovek@arcticnet.no>
-       Separated the MZ loader and core DOS VM into dlls/winedos.
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Spelling fixes and downgrade a FIXME to a TRACE.
 
-       * include/ddeml.h, include/vfw.h, include/windef.h, include/winnt.h, include/winsvc.h:
-       François Gouget <fgouget@codeweavers.com>
-       Declare all handles with DECLARE_OLD_HANDLE to ease conversion to
-       STRICT.
+2006-04-10  Stefan Dösinger <stefan@codeweavers.com>
 
-       * dlls/gdi/gdi32.spec, include/wingdi.h:
-       Francois Gouget <fgouget@free.fr>
-       Added GetDCBrushColor and GetDCPenColor.
+       * dlls/wined3d/swapchain.c:
+       wined3d: Don't do a logical AND on the swap effect.
 
-2000-12-25  Alexandre Julliard  <julliard@winehq.com>
+2006-04-12  Stefan Dösinger <stefan@codeweavers.com>
 
-       * documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Removed --config from man wine.
+       * dlls/wined3d/resource.c:
+       wined3d: Store the private data in IWineD3DResource::SetPrivateData.
 
-       * documentation/samples/config:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Removed trailing garbage after [serialports] device name.
+2006-04-12  Phil Krylov <phil@newstar.rinet.ru>
 
-2000-12-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/riched20/editor.c, dlls/riched20/para.c:
+       riched20: Allow inheriting table cell definitions from previous table row.
+       Allow inheriting of table cell definitions from a previous table row
+       when the current table row does not contain a \trowd, only an \intbl.
 
-       * dlls/rasapi32/rasapi.c, include/ras.h, include/windef.h:
-       François Gouget <fgouget@codeweavers.com>
-       Moved HRASCONN from windef.h.
-       Added missing Unicode type and function definitions.
-       Added a few missing macro definitions.
-       Enclose in an extern "C" for C++ Winelib applications.
-       Added the structure packing specification.
+2006-04-11  Peter Oberndorfer <kumbayo84@arcor.de>
 
-       * files/change.c, graphics/enhmetafiledrv/objects.c, include/winuser.h, loader/pe_resource.c, loader/resource.c, scheduler/handle.c:
-       François Gouget <fgouget@codeweavers.com>
-       Fixed a few type clashes in preparation for the switch to STRICT.
+       * dlls/shlwapi/path.c, dlls/shlwapi/tests/path.c:
+       shlwapi: Ignore leading spaces in PathMatchSpec.
 
-       * graphics/x11drv/pen.c, windows/painting.c:
-       Francois Gouget <fgouget@free.fr>
-       Updated the look of dots and dashes to match the Win32 look.
-       Issue a FIXME about PS_USERSTYLE.
+       * dlls/shlwapi/tests/path.c:
+       shlwapi: Add tests for PathMatchSpec.
 
-       * files/directory.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Define environment variable TMP as an alias for TEMP.
+       * dlls/gdi/font.c:
+       gdi: Do not convert string paramter when rendering glyph indexes.
 
-       * programs/regapi/regapi.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       <malloc.h> is not ISO C, <stdlib.h> is.
+       * dlls/gdi/font.c:
+       gdi: Write out glyph count correctly in GetCharacterPlacementA.
 
-       * windows/spy.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Fixed loop test for negative value.
+2006-04-11  Alexandre Julliard <julliard@winehq.org>
 
-2000-12-22  Alexandre Julliard  <julliard@winehq.com>
+       * Makefile.in:
+       Makefile: There are currently no tests in the programs directory.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20001222.
+2006-04-09  Dan Kegel <dank@kegel.com>
 
-----------------------------------------------------------------
-2000-12-22  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/x11drv/clipboard.c:
+       x11drv: Fix two clipboard bugs.
+       Fix two clipboard problems that caused BadAtom crashes and caused some
+       clipboard formats to not be exported properly.
 
-       * windows/clipboard.c, windows/x11drv/clipboard.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Cancel a few changes to get back basic text clipboard functionality.
+2006-04-11  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * 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.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Remove bogus address register warning for pixel shaders.
+       Pixel shaders don't have an address register, this warning is bogus.
+       D3DSPR_ADDR is interpreted as D3DSPR_TEXTURE for pixel shaders.
 
-       * loader/module.c:
-       No longer try to load builtin library when loadorder is 'so'.
+2006-04-11  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/advpack/advpack.c, dlls/advpack/install.c:
+       advpack: Implement UserInstStubWrapper.
 
-       * 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.
+2006-04-11  Mike McCormack <mike@codeweavers.com>
 
-       * scheduler/thread.c:
-       Fixed copy/paste bug (thanks to Gerard Patel).
+       * dlls/avifil32/acmstream.c, dlls/avifil32/api.c, dlls/avifil32/avifile.c,
+         dlls/avifil32/editstream.c, dlls/avifil32/extrachunk.c,
+         dlls/avifil32/getframe.c, dlls/avifil32/icmstream.c,
+         dlls/avifil32/tmpfile.c, dlls/avifil32/wavfile.c:
+       avifil32: Fix a regression caused by patch removing GlobalAllocs by using HEAP_ZERO_INIT.
 
-       * 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.
+2006-04-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/win.c: Joerg Mayer <jmayer@loplof.de>
-       Warn when FindWindow needs to check other processes windows.
+       * dlls/msvcrt/file.c:
+       msvcrt: IO init.
+       Make sure, when copying handles from std ones (when no io info is
+       inherited from parent) to create inheritable handles (spotted by
+       qingdao daoo).
 
-       * documentation/Makefile.in:
-       Joerg Mayer <jmayer@loplof.de>
-       Don't suppress error messages.
+2006-04-10  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * tools/winedump/debug.c, tools/winedump/dump.c,
+         tools/winedump/minidump.c, tools/winedump/pe.c, tools/winedump/pe.h,
+         tools/winedump/winedump.h:
+       winedump: Constify some pointers.
 
-       * 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).
+2006-04-11  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * tools/winedump/dump.c, tools/winedump/pe.c:
+       winedump: Added detection of Wine fake dlls.
+       Also pass the real start of the file to the dump functions, instead of
+       having the generic code care about the specifics of the individual
+       file formats.
 
-       * dlls/crtdll/crtdll_main.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Do not free the not owned error string.
+2006-04-11  Petr Tesarik <hat@tesarici.cz>
 
-       * 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/winedos/dosexe.h, dlls/winedos/int2f.c, dlls/winedos/module.c:
+       winedos: Implement true CDROM DOS device driver.
 
-       * dlls/winmm/lolvldrv.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Rewrote the allocation of MM driver descriptors.
+       * dlls/winedos/devices.c, dlls/winedos/dosexe.h:
+       winedos: Move all device driver initialization code to a newly written
+       function DOSDEV_SetupDevice().
 
-       * objects/enhmetafile.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Use handle to palette instead of index for EMR_SELECTPALETTE.
-       Implemented simple case for EMR_EXTSELECTCLIPRGN.
+       * dlls/winedos/int2f.c:
+       winedos: Move most of MSCDEX stuff into a separate function.
 
-2000-12-20  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winedos/devices.c, dlls/winedos/dosexe.h:
+       winedos: Move some declarations to the header file.
 
-       * dlls/ntdll/debugtools.c:
-       Fixed debug routines to work before the process heap is created.
+2006-04-10  Antonio Codazzi <f_sophia@libero.it>
 
-       * loader/module.c:
-       Do not call thread attach/detach routines during process exit to avoid
-       potential deadlocks.
+       * dlls/wininet/rsrc.rc, dlls/wininet/wininet_Eo.rc:
+       wininet: Added Esperanto language.
 
-       * 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.
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Eo.rc:
+       shlwapi: Added Esperanto language.
 
-       * 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.
+       * dlls/oleaut32/oleaut32.rc, dlls/oleaut32/oleaut32_Eo.rc:
+       oleaut32: Added Esperanto language.
 
-       * 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).
+       * dlls/mpr/mpr.rc, dlls/mpr/mpr_Eo.rc:
+       mpr: Added Esperanto language.
 
-2000-12-19  Alexandre Julliard  <julliard@winehq.com>
+       * programs/view/Eo.rc, programs/view/viewrc.rc:
+       view: Added Esperanto language.
 
-       * memory/global.c: Set last error in GlobalUnlock.
+       * dlls/serialui/Eo.rc, dlls/serialui/serialui_rc.rc:
+       serialui: Added Esperanto language.
 
-       * dlls/kernel/comm.c, dlls/kernel/debugger.c, dlls/kernel/time.c:
-       Andrew Johnston <ajohnston@switch.com>
-       Documentation update.
+       * dlls/mpr/mpr_It.rc:
+       mpr: Italian language 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.
+       * dlls/wininet/wininet_It.rc:
+       wininet: Italian language update.
 
-       * documentation/printing.sgml:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Added description of printerports section of the win.ini file for wineps.drv.
+2006-04-10  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * include/wine/obj_connection.h:
-       James Hatheway <james@macadamian.com>
-       Fix IConnectionPointContainer interface macros.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * dlls/oleaut32/Makefile.in, dlls/oleaut32/dispatch.c, dlls/oleaut32/oleaut32.spec:
-       Francois Jacques <francoisj@macadamian.com>
-       Implementation of Dispatch API.
+2006-04-11  Mike McCormack <mike@codeweavers.com>
 
-       * 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
+       * dlls/shdocvw/factory.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Move the private class factory declaration into factory.c.
 
-       * library/port.c:
-       Include stdlib.h instead of wchar.h.
+2006-04-11  YunSong Hwang <hys545@dreamwiz.com>
 
-       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       shlwapi forwarders for SetWindowLongW and CallWindowProcW.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean resources.
 
-       * dlls/user/user32.spec:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       New unicode edit control.
+2006-04-11  Mike McCormack <mike@codeweavers.com>
 
-       * files/profile.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Protect against NULL buffer in the profile functions.
+       * dlls/msi/tests/format.c:
+       msi: Add some more MsiFormatRecord tests.
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       New unicode edit control.
+2006-04-11  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/advpack/install.c:
+       advpack: Perform a setupapi-level install of the INF file in RunSetupCommand.
 
-       * include/winuser.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added CreateWindowStation.
+       * dlls/advpack/files.c, dlls/advpack/install.c:
+       advpack: Implement LaunchINFSectionEx.
 
-       * include/windows.h:
-       François Gouget <fgouget@codeweavers.com>
-       Removed the 'extern "C" { ... }' statement. It is not supposed to be
-       there.
+       * dlls/advpack/advpack.c, dlls/advpack/files.c, dlls/advpack/install.c,
+         dlls/advpack/reg.c:
+       advpack: Standardize the format of advpack traces.
+       Display all strings in advpack traces.
+       Use debugstr_a/w for TRACE strings.
 
-       * include/windef.h:
-       François Gouget <fgouget@codeweavers.com>
-       Moved a misplaced 'extern "C" { ... }' statement.
+       * dlls/advpack/advpack.c, dlls/advpack/files.c, dlls/advpack/install.c:
+       advpack: Standardize the format of advpack parameter lists.
 
-       * 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
+2006-04-10  Juan Lang <juan_lang@yahoo.com>
 
-       * 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/ntdll/thread.c:
+       ntdll: Initialize a variable.
+       Fix an uninitialized pointer in RtlCreateUserThread, caught by
+       coverity.
 
-       * dlls/ole32/ole2.c, dlls/ole32/ole32.spec:
-       Gerard Patel <gerard.patel@asi.fr>
-       Stub for DllDebugObjectRPCHook.
+       * dlls/crypt32/cert.c:
+       crypt32: Fix a typo caught by coverity.
 
-       * dlls/oleaut32/typelib.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Misc fixes for QueryPathOfRegTypeLib, TLB_ReadTypeLib,
-       ITypeInfo_fnGetContainingTypeLib.
+2006-04-11  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/comctl32/tooltips.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Do not send a WM_NOTIFYFORMAT to a non-existent owner.
+       * include/exdisp.idl:
+       exdisp.idl: Added missing attributes and fix some arguments names.
 
-       * 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.
+       * include/exdisp.idl:
+       exdisp.idl: Added missing declarations.
 
-       * dlls/dinput/mouse/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented DIGDD_PEEK for SysMouseA::GetDeviceData.
+2006-04-10  Alexandre Julliard <julliard@winehq.org>
 
-       * include/tchar.h:
-       François Gouget <fgouget@codeweavers.com>
-       _str{dec,inc}: Cast the parameters to the proper type first
-       Added definitions for _tfinddata*
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/ptrace.c,
+         server/thread.h:
+       server: Moved the tkill function to ptrace.c.
 
-       * 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.
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/thread.h:
+       server: Get rid of the no longer used get_thread_single_step function.
 
-       * include/wtypes.h:
-       François Gouget <fgouget@codeweavers.com>
-       Removed some of the SECURITY_xxx types.
+       * server/debugger.c, server/ptrace.c, server/thread.c, server/thread.h:
+       server: Removed the thread attached flag, since we always detach now.
 
-       * include/winuser.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added SetUserObjectSecurity.
+       * server/ptrace.c:
+       server: Always detach from the thread when we are done with ptrace.
+
+       * dlls/user/tests/menu.c:
+       user: Use a smaller window for the menu test.
+
+2006-04-10  Jacek Caban <jacek@codeweavers.com>
+
+       * include/docobj.idl:
+       docobj.idl: Fix some enums declarations.
+
+       * include/exdisp.idl:
+       exdisp.idl: Move declarations to better match to IE SDK.
+
+       * include/exdisp.idl:
+       exdisp.idl: Added SHDocVw type library declaration.
+
+2006-04-10  Hans Leidekker <hans@it.vu.nl>
+
+       * tools/winapi/win32.api:
+       dnsapi: Teach winapi_check about dnsapi.dll.
+
+       * DEVELOPERS-HINTS, documentation/PACKAGING:
+       dnsapi: Tell Wine developers and packagers about dnsapi.dll.
+
+2006-04-10  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/twain/.gitignore,
+         dlls/twain/Makefile.in, dlls/twain/README, dlls/twain/TWAIN,
+         dlls/twain/capability.c, dlls/twain/ds_audio.c, dlls/twain/ds_ctrl.c,
+         dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c, dlls/twain/resource.h,
+         dlls/twain/rsrc.rc, dlls/twain/twain.h, dlls/twain/twain.spec,
+         dlls/twain/twain16_main.c, dlls/twain/twain32_main.c,
+         dlls/twain/twain_32.spec, dlls/twain/twain_De.rc,
+         dlls/twain/twain_En.rc, dlls/twain/twain_Ko.rc, dlls/twain/twain_i.h,
+         dlls/twain/ui.c, dlls/twain_32/.gitignore, dlls/twain_32/Makefile.in,
+         dlls/twain_32/README, dlls/twain_32/TWAIN,
+         dlls/twain_32/capability.c, dlls/twain_32/ds_audio.c,
+         dlls/twain_32/ds_ctrl.c, dlls/twain_32/ds_image.c,
+         dlls/twain_32/dsm_ctrl.c, dlls/twain_32/resource.h,
+         dlls/twain_32/rsrc.rc, dlls/twain_32/twain.h,
+         dlls/twain_32/twain.spec, dlls/twain_32/twain16_main.c,
+         dlls/twain_32/twain32_main.c, dlls/twain_32/twain_32.spec,
+         dlls/twain_32/twain_De.rc, dlls/twain_32/twain_En.rc,
+         dlls/twain_32/twain_Ko.rc, dlls/twain_32/twain_i.h,
+         dlls/twain_32/ui.c:
+       twain_32: Renamed the dlls/twain directory to dlls/twain_32.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/riched32/.gitignore,
+         dlls/riched32/Makefile.in, dlls/riched32/riched32.spec,
+         dlls/riched32/richedit.c, dlls/richedit/.gitignore,
+         dlls/richedit/Makefile.in, dlls/richedit/riched32.spec,
+         dlls/richedit/richedit.c:
+       riched32: Renamed the dlls/richedit directory to dlls/riched32.
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/comdlg32/.gitignore, dlls/comdlg32/Makefile.in,
+         dlls/comdlg32/cdlg.h, dlls/comdlg32/cdlg16.h, dlls/comdlg32/cdlg32.c,
+         dlls/comdlg32/cdlg_Bg.rc, dlls/comdlg32/cdlg_Ca.rc,
+         dlls/comdlg32/cdlg_Cn.rc, dlls/comdlg32/cdlg_Cs.rc,
+         dlls/comdlg32/cdlg_Da.rc, dlls/comdlg32/cdlg_De.rc,
+         dlls/comdlg32/cdlg_En.rc, dlls/comdlg32/cdlg_Eo.rc,
+         dlls/comdlg32/cdlg_Es.rc, dlls/comdlg32/cdlg_Fi.rc,
+         dlls/comdlg32/cdlg_Fr.rc, dlls/comdlg32/cdlg_Hu.rc,
+         dlls/comdlg32/cdlg_It.rc, dlls/comdlg32/cdlg_Ja.rc,
+         dlls/comdlg32/cdlg_Ko.rc, dlls/comdlg32/cdlg_Nl.rc,
+         dlls/comdlg32/cdlg_No.rc, dlls/comdlg32/cdlg_Pl.rc,
+         dlls/comdlg32/cdlg_Pt.rc, dlls/comdlg32/cdlg_Ru.rc,
+         dlls/comdlg32/cdlg_Si.rc, dlls/comdlg32/cdlg_Sk.rc,
+         dlls/comdlg32/cdlg_Sv.rc, dlls/comdlg32/cdlg_Th.rc,
+         dlls/comdlg32/cdlg_Tr.rc, dlls/comdlg32/cdlg_Uk.rc,
+         dlls/comdlg32/cdlg_Wa.rc, dlls/comdlg32/cdlg_Zh.rc,
+         dlls/comdlg32/cdlg_xx.rc, dlls/comdlg32/colordlg.c,
+         dlls/comdlg32/colordlg16.c, dlls/comdlg32/comdlg32.spec,
+         dlls/comdlg32/commdlg.spec, dlls/comdlg32/filedlg.c,
+         dlls/comdlg32/filedlg16.c, dlls/comdlg32/filedlg31.c,
+         dlls/comdlg32/filedlg31.h, dlls/comdlg32/filedlgbrowser.c,
+         dlls/comdlg32/filedlgbrowser.h, dlls/comdlg32/filetitle.c,
+         dlls/comdlg32/finddlg.c, dlls/comdlg32/finddlg32.c,
+         dlls/comdlg32/fontdlg.c, dlls/comdlg32/fontdlg16.c,
+         dlls/comdlg32/printdlg.c, dlls/comdlg32/printdlg.h,
+         dlls/comdlg32/printdlg16.c, dlls/comdlg32/rsrc.rc,
+         dlls/commdlg/.gitignore, dlls/commdlg/Makefile.in,
+         dlls/commdlg/cdlg.h, dlls/commdlg/cdlg16.h, dlls/commdlg/cdlg32.c,
+         dlls/commdlg/cdlg_Bg.rc, dlls/commdlg/cdlg_Ca.rc,
+         dlls/commdlg/cdlg_Cn.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_Si.rc, dlls/commdlg/cdlg_Sk.rc,
+         dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Th.rc,
+         dlls/commdlg/cdlg_Tr.rc, dlls/commdlg/cdlg_Uk.rc,
+         dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc,
+         dlls/commdlg/cdlg_xx.rc, dlls/commdlg/colordlg.c,
+         dlls/commdlg/colordlg16.c, dlls/commdlg/comdlg32.spec,
+         dlls/commdlg/commdlg.spec, dlls/commdlg/filedlg.c,
+         dlls/commdlg/filedlg16.c, dlls/commdlg/filedlg31.c,
+         dlls/commdlg/filedlg31.h, dlls/commdlg/filedlgbrowser.c,
+         dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c,
+         dlls/commdlg/finddlg.c, dlls/commdlg/finddlg32.c,
+         dlls/commdlg/fontdlg.c, dlls/commdlg/fontdlg16.c,
+         dlls/commdlg/printdlg.c, dlls/commdlg/printdlg.h,
+         dlls/commdlg/printdlg16.c, dlls/commdlg/rsrc.rc:
+       comdlg32: Renamed the dlls/commdlg directory to dlls/comdlg32.
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/msacm/.gitignore, 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/msacm.spec, dlls/msacm/msacm32.spec,
+         dlls/msacm/msacm32_main.c, dlls/msacm/msacm_Cs.rc,
+         dlls/msacm/msacm_De.rc, dlls/msacm/msacm_En.rc,
+         dlls/msacm/msacm_Es.rc, dlls/msacm/msacm_Fr.rc,
+         dlls/msacm/msacm_Hu.rc, dlls/msacm/msacm_It.rc,
+         dlls/msacm/msacm_Ja.rc, dlls/msacm/msacm_Ko.rc,
+         dlls/msacm/msacm_Nl.rc, dlls/msacm/msacm_No.rc,
+         dlls/msacm/msacm_Pl.rc, dlls/msacm/msacm_Pt.rc,
+         dlls/msacm/msacm_Tr.rc, dlls/msacm/msacm_main.c,
+         dlls/msacm/pcmconverter.c, dlls/msacm/stream.c,
+         dlls/msacm/tests/.gitignore, dlls/msacm/tests/Makefile.in,
+         dlls/msacm/tests/msacm.c, dlls/msacm/wineacm.h,
+         dlls/msacm32/.gitignore, dlls/msacm32/Makefile.in,
+         dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c,
+         dlls/msacm32/internal.c, dlls/msacm32/msacm.rc,
+         dlls/msacm32/msacm.spec, dlls/msacm32/msacm32.spec,
+         dlls/msacm32/msacm32_main.c, dlls/msacm32/msacm_Cs.rc,
+         dlls/msacm32/msacm_De.rc, dlls/msacm32/msacm_En.rc,
+         dlls/msacm32/msacm_Es.rc, dlls/msacm32/msacm_Fr.rc,
+         dlls/msacm32/msacm_Hu.rc, dlls/msacm32/msacm_It.rc,
+         dlls/msacm32/msacm_Ja.rc, dlls/msacm32/msacm_Ko.rc,
+         dlls/msacm32/msacm_Nl.rc, dlls/msacm32/msacm_No.rc,
+         dlls/msacm32/msacm_Pl.rc, dlls/msacm32/msacm_Pt.rc,
+         dlls/msacm32/msacm_Tr.rc, dlls/msacm32/msacm_main.c,
+         dlls/msacm32/pcmconverter.c, dlls/msacm32/stream.c,
+         dlls/msacm32/tests/.gitignore, dlls/msacm32/tests/Makefile.in,
+         dlls/msacm32/tests/msacm.c, dlls/msacm32/wineacm.h,
+         programs/winetest/Makefile.in:
+       msacm32: Renamed the dlls/msacm directory to dlls/msacm32.
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Add notify structures NMMOUSE, NMOBJECTNOTIFY, NMKEY, and NMCHAR.
+2006-04-10  Huw Davies <huw@codeweavers.com>
 
-2000-12-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/freetype.c:
+       gdi32: Add support for ttc indices in the font link list.
 
-       * 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.
+2006-04-09  Jason Green <jave27@gmail.com>
 
-       * 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.
+       * dlls/wined3d/surface.c, dlls/wined3d/utils.c:
+       wined3d: Add some more debugging info.
+       Adds more debugging FIXME's if a specific WINED3DFMT_??? isn't supported.
 
-       * 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.)
+2006-04-09  Eric Kohl <eric.kohl@t-online.de>
 
-       * tools/winebuild/import.c, configure, configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Solaris fixes.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Implement support for ref pointers to simple structs.
 
-       * 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.
+2006-04-08  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/msvideo/msvideo_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Mapping for ICM_SETSTATE (ptr in lParam1 to private data).
+       * dlls/gdi/font.c, dlls/gdi/tests/font.c:
+       gdi32: GetCharABCWidthsW should not crash on a NULL handle.
 
-2000-12-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wldap32/control.c:
+       wldap32: Fix broken parameter handling.
 
-       * 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.
+2006-04-09  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * configure, configure.ac, dlls/dnsapi/Makefile.in, include/config.h.in:
+       dnsapi: Add a configure check for the resolver library and header.
 
-       * 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
+       * configure, configure.ac, dlls/dnsapi/Makefile.in,
+         dlls/dnsapi/tests/.gitignore, dlls/dnsapi/tests/Makefile.in,
+         dlls/dnsapi/tests/name.c:
+       dnsapi: Add a test for DnsNameCompare_A.
 
-       * 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/dnsapi/Makefile.in, dlls/dnsapi/dnsapi.h, dlls/dnsapi/dnsapi.spec,
+         dlls/dnsapi/name.c:
+       dnsapi: Implement DnsNameCompare_{A,W}.
 
-       * dlls/crtdll/file.c:
-       Fixed infinite loop in CRTDLL__fcloseall.
+       * configure, configure.ac, dlls/Makefile.in, dlls/dnsapi/.gitignore,
+         dlls/dnsapi/Makefile.in, dlls/dnsapi/dnsapi.spec, dlls/dnsapi/main.c:
+       dnsapi: Add a stub implementation of dnsapi.dll.
 
-       * 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.
+       * include/Makefile.in, include/windns.h:
+       dnsapi: Add windns.h.
+       Based on a patch sent by Matthew Kehrer a while ago.
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Check for NULL before doing IsEqualGUID().
+2006-04-09  Stefan Dösinger <stefan@codeweavers.com>
 
-       * 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/ddraw/tests/d3d.c:
+       ddraw: Add a test for IDirect3DVertexBuffer7::ProcessVertices.
 
-       * 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
+2006-04-08  James Hawkins <truiken@gmail.com>
 
-2000-12-15  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       advpack: Add initial implementation of SetPerUserSecValues.
 
-       * 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.
+2006-04-10  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * tools/wine.inf:
+       wine.inf: Added dbghelp & imagehlp as fake DLLs.
 
-       * Makefile.in:
-       Francois Gouget <fgouget@codeweavers.com>
-       Create a symbolic link to ole/libuuid.a.
+2006-04-10  Ivan Gyurdiev <ivg2@cornell.edu>
 
-       * tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Always link with uuid.
+       * dlls/wined3d/wined3d_private.h:
+       wined3d: Print all errors in checkGLcall.
 
-       * controls/listbox.c:
-       Ulrich Czekalla <ulrichc@codeweavers.com>
-       Only capture mouse when an item is selected.
+       * dlls/d3d9/pixelshader.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c:
+       wined3d: Downgrade some FIXMEs.
 
-       * 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
+       * dlls/wined3d/utils.c:
+       wined3d: Map D3DFMT_L16, D3DFMT_A16B16G16R16 to OpenGL formats.
+       Map:
+       D3DFMT_L16 -> GL_LUMINANCE16_EXT
+       D3DFMT_A16B16G16R16 -> GL_RGBA16_EXT
+       as Raphael suggested.
+       Also increase the returned Bpp for unknown and unhandled formats from
+       4 to 8 bytes - this part fixes segfault in the F.E.A.R demo. It now
+       shows some flashy graphics before it dies again :)
 
-       * include/ddraw.h, include/winbase.h, server/snapshot.c:
-       François Gouget <fgouget@codeweavers.com>
-       Needs to include windef.h.
+2006-04-10  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/ole2.h:
-       François Gouget <fgouget@codeweavers.com>
-       Added OleIsCurrentClipboard and OleSetClipboard.
+       * dlls/shdocvw/iexplore.c:
+       shdocvw: Constify IExplore OLE vtables.
 
-       * include/objbase.h:
-       François Gouget <fgouget@codeweavers.com>
-       Fixed the prototype of GetClassFile.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update French keyboard layout to better match the X11 one.
 
-       * windows/win.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Don't return last active popup if it is pointing to a deleted window.
+2006-04-09  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * documentation/wine.man.in, misc/options.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Improved usage message.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian resources.
 
-       * 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.
+2006-04-09  Huw Davies <huw@codeweavers.com>
 
-       * misc/cdrom.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Status of CDROM_AUDIO_INVALID seems to mean the disk is stopped.
+       * fonts/system.sfd:
+       fonts: Add accented greek glyphs to System.
 
-       * dlls/comctl32/tab.c:
-       Aric Stewart <aric@codeweavers.com>
-       Fixed some difficulties with the font on vertical tabs. Also plugged a
-       resource leak.
+2006-04-09  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/comctl32/header.c:
-       Ulrich Czekalla <ulrichc@codeweavers.com>
-       Mark width as valid when we send HDN_ENDTRACKA.
+       * dlls/ntdll/rtlstr.c, dlls/ntdll/tests/rtlstr.c:
+       ntdll: The closing brace of a guid string is at index 37.
 
-       * dlls/ole32/ole2.c:
-       Huw D M Davies <hdavies@codeweavwers.com>
-       Check to see whether any ancestor windows are drop targets.
+2006-04-08  Robert Reif <reif@earthlink.net>
 
-       * files/dos_fs.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Spelling fix.
+       * dlls/dsound/tests/ds3d.c:
+       dsound: Fix 2 bugs in ds3d tests.
+       Fix 2 bugs in the error paths of the ds3d.c test (coverity).
 
-       * include/winnt.h, loader/pe_image.c:
-       François Gouget <fgouget@codeweavers.com>
-       Changed the type of Function to PDWORD as on Windows.
+2006-04-09  Jeff Latimer <lats@yless4u.com.au>
 
-       * dlls/dplayx/dplaysp.h:
-       François Gouget <fgouget@codeweavers.com>
-       Removed the declspec specifier.
+       * dlls/usp10/usp10.c:
+       usp10: Terminate some strings in fixmes and traces.
 
-       * 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.
+2006-04-09  Detlef Riekenberg <wine.dev@web.de>
 
-       * misc/registry.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       - registry loading speed up (reduced client <-> server communication)
-       - make the code a bit more understandable
+       * dlls/winspool/info.c:
+       winspool: Avoid reading from NULL (GetPrinterDriver).
 
-2000-12-14  Alexandre Julliard  <julliard@winehq.com>
+2006-04-08  Jacek Caban <jacek@codeweavers.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/shdocvw/oleobject.c:
+       shdocvw: Set active document of both frame and doc window.
 
-       * dlls/commdlg/cdlg_Ru.rc:
-       Vasily I. Volchenko <Vasily.Volchenko@mstu.edu.ru>
-       Added more Russian support.
+       * dlls/shdocvw/dochost.c:
+       shdocvw: Use IOleInPlaceObjectWindowless interface of document in deactivate_document.
 
-       * 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.
+       * dlls/mshtml/htmlinput.c, dlls/mshtml/htmlselect.c:
+       mshtml: Make sure to use initialized variables.
 
-       * include/wine/winbase16.h:
-       Added inline definition for MapSL.
+       * dlls/mshtml/nsembed.c, dlls/mshtml/nsio.c:
+       mshtml: Fix ref counting.
+       - Fix ref counting.
+       - Use This->window instead of QI in NSContainer_Release.
 
-       * tools/wineshelllink:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed an unquoted string.
+2006-04-08  Antonio Codazzi <f_sophia@libero.it>
 
-       * 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.
+       * programs/wineconsole/wineconsole_Eo.rc,
+         programs/wineconsole/wineconsole_res.rc:
+       wineconsole: Esperanto language support.
 
-       * scheduler/sysdeps.c:
-       Commented out large stack init now that thread stacks are at least 1Mb.
+       * dlls/winspool/It.rc, dlls/winspool/winspool.rc:
+       winspool: Italian language support.
 
-       * 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.
+2006-04-06  Antonio Codazzi <f_sophia@libero.it>
 
-       * 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.
+       * programs/winhelp/Eo.rc:
+       winhelp: Esperanto language update.
 
-       * dlls/kernel/nls/hun.nls:
-       Nemeth Peter <qgenpete@gold.uni-miskolc.hu>
-       Some NLS updates.
+       * programs/regedit/It.rc:
+       regedit: Italian language update.
 
-2000-12-13  Alexandre Julliard  <julliard@winehq.com>
+2006-04-08  Antonio Codazzi <f_sophia@libero.it>
 
-       * 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.
+       * programs/start/It.rc:
+       start: Italian language 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).
+2006-04-04  Antonio Codazzi <f_sophia@libero.it>
 
-       * 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
+       * programs/uninstaller/Eo.rc:
+       uninstaller: Esperanto language adjustments.
 
-       * 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.
+2006-04-06  Antonio Codazzi <f_sophia@libero.it>
 
-       * 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.
+       * programs/wineconsole/wineconsole_It.rc,
+         programs/wineconsole/wineconsole_res.rc:
+       wineconsole: Italian language support.
 
-       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/wcstring.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Implemented _ultow() and export [Nt/Zw]QueryVolumeInformationFile().
+2006-04-08  Antonio Codazzi <f_sophia@libero.it>
 
-       * tools/makedep.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed path resolution for a/b.c source files.
+       * dlls/winspool/Eo.rc, dlls/winspool/winspool.rc:
+       winspool: Esperanto language support.
 
-       * controls/listbox.c:
-       Louis Philippe Gagnon <louisphilippe@macadamian.com>
-       Invalidate the focus rect when a listbox is resized.
+2006-04-08  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/info.c:
+       winspool: A read can fail.
 
-       * include/global.h, memory/virtual.c, misc/cpu.c, msdos/xms.c, scheduler/sysdeps.c, win32/device.c:
-       Use getpagesize() instead of VIRTUAL_GetPageSize().
+2006-04-08  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * include/ddraw.h:
+       ddraw: Add MAKEFOURCC to ddraw.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.
+       * dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c:
+       d3d9: Add typecasts for WINED3DLOCKED_BOX to avoid compiler 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.
+2006-04-08  Huw Davies <huw@codeweavers.com>
 
-       * dlls/crtdll/crtdll.h, dlls/crtdll/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed crtdll compile problem regarding fpos_t in glibc2.2.
+       * fonts/system.sfd:
+       fonts: Add greek glyphs (with thanks to Maria Hadjipanayi).
 
-       * 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
+2006-04-08  Hans Leidekker <hans@it.vu.nl>
 
-       * programs/clock/main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed a crash in program/clock.
+       * dlls/wldap32/add.c:
+       wldap32: Don't handle NULL attrs twice.
 
-       * dlls/comctl32/header.c:
-       Eric Kohl <ekohl@rz-online.de>
-       Fixed crash of WinZip 8.0 due to invalid image list handle.
+       * dlls/wldap32/init.c:
+       wldap32: Don't return uninitialised values.
 
-       * include/windef.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Define NULL as in Win32.
+       * dlls/wldap32/error.c:
+       wldap32: Fix overrun by one of static array.
 
-       * dlls/msvideo/msvideo_main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Return values from DRV_ENABLE should not be checked.
+2006-04-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/kernel/format_msg.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       FormatMessageA wasn't properly handling the %ls modifier.
+       * dlls/user/menu.c:
+       user: Add an missing element to the hbmmenus array.
 
-       * dlls/comctl32/toolbar.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Invalid buttons are "hidden".
+2006-04-08  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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.
+       * tools/winedump/output.c:
+       winedump: Use fchmod() instead of doing system(chmod).
 
-       * dlls/commdlg/filedlg95.c:
-       Ian Pilcher <pilcher@concentric.net>
-       Changed FILEDLG95_OnOpen to "double terminate" the returned string if
-       OFN_ALLOWMULTISELECT is set.
+2006-04-08  Robert Reif <reif@earthlink.net>
 
-2000-12-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dsound/capture.c:
+       dsound: Remove NULL This pointer checks.
 
-       * 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.
+2006-04-07  Robert Reif <reif@earthlink.net>
 
-       * relay32/relay386.c, relay32/snoop.c:
-       Use __ASM_GLOBAL_FUNC directly in i386-only code.
+       * dlls/dsound/capture.c:
+       dsound: Remove unnecessary NULL pointer check.
 
-       * dlls/user/user.spec, loader/ne/resource.c, windows/cursoricon.c:
-       Changed LoadImage16 to take an LPCSTR instead of a SEGPTR.
+2006-04-08  Troy Rollo <wine@troy.rollo.name>
 
-       * 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.
+       * dlls/ntdll/cdrom.c:
+       ntdll: Fix DVD_ReadStructure's layout of layer information.
+       Fix DVD_ReadStructure to reflect what Windows actually does, not what
+       Microsoft (incorrectly) documents it to do and not what the DDK
+       headers (incorrectly) suggest it does.
 
-       * 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.
+2006-04-07  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/ntdll/virtual.c:
+       ntdll: Added ARM architecture.
 
-       * include/shellapi.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added a prototype for SHAppBarMessage.
+2006-04-05  Robert Reif <reif@earthlink.net>
 
-       * dlls/user/text.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Fixed indentation problems resulting from automatic renaming, other
-       aesthetic fixes.
+       * programs/winecfg/En.rc, programs/winecfg/audio.c,
+         programs/winecfg/resource.h:
+       winecfg: Add default dsound sample rate and bits per sample.
 
-       * dlls/comctl32/tab.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Use DrawText to display text in horizontal tabs.
+       * dlls/dsound/dsound.c, dlls/dsound/dsound_main.c,
+         dlls/dsound/dsound_private.h:
+       dsound: Set default primary buffer sample rate and bits per sample.
+       Programs that are written specifically for 2000 and xp don't bother to
+       set the primary buffer format because it's a noop.  However wine is
+       patterned after win9x and DirectX 7 or earlier which has a real
+       primary buffer and expects the program to change the primary buffer
+       format if necessary.
 
-       * server/registry.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       Changed the condition so it also works in case when sscanf returns EOF.
+2006-04-07  Alexandre Julliard <julliard@winehq.org>
 
-2000-12-11  Alexandre Julliard  <julliard@winehq.com>
+       * programs/explorer/desktop.c, server/window.c:
+       explorer: Don't use ExitWindows on shutdown.
+       ExitWindows kills all current processes and that creates a race with
+       newly started processes. Instead, simply exit and let the new process
+       create a new explorer.
 
-       * 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.
+2006-04-06  Mike Hearn <mike@plan99.net>
 
-       * tools/winebuild/spec32.c:
-       Output the exports table in assembly code to make it possible to
-       export C++ mangled names.
+       * dlls/kernel/path.c:
+       kernel: Don't crash on NULL arg in GetShortPathNameW.
 
-       * dlls/ntdll/rtl.c:
-       Implemented RtlAcquirePebLock and RtlReleasePebLock.
+       * dlls/comctl32/imagelist.c:
+       comctl32: Add OOM codepath in imagelist control.
 
-       * dlls/user/text.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Implemented DrawTextW as Unicode and DrawTextA as call to DrawTextW.
+2006-04-07  Mike Hearn <mike@plan99.net>
 
-       * 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.
+       * dlls/gdi/enhmetafile.c:
+       gdi: Protect GetEnhMetaFilePaletteEntries against bad handles.
 
-2000-12-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/path.c:
+       kernel: Correct SearchPathA argument validation.
 
-       * programs/Makeprog.rules.in:
-       Dennis Bjorklund <db@zigo.dhs.org>
-       Remove old link before creating the new one.
+2006-04-07  Robert Reif <reif@earthlink.net>
 
-       * 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.
+       * dlls/dsound/tests/capture.c:
+       dsound: Fix capture test.
+       Remove bogus release of NULL pointer code found by Coverity.
 
-2000-12-09  Alexandre Julliard  <julliard@winehq.com>
+2006-04-07  Mike Hearn <mike@plan99.net>
 
-       * 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.
+       * dlls/uxtheme/metric.c:
+       uxtheme: Fix GetThemeSysInt.
+       TMT_FIRSTINT and TMT_LASTINT are the same value here, so the error
+       path would always be taken. Fix to check only that the values are
+       outside the possible range.
 
-       * 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
+2006-04-07  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/oleaut32/safearray.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Don't fail on pointer address checking when foreign heap.
+       * dlls/netapi32/browsr.c, dlls/netapi32/share.c:
+       netapi32: Move NetShareEnum from browsr.c to share.c.
 
-       * include/oleauto.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       Removed duplicate defines.
+2006-04-07  James Hawkins <truiken@gmail.com>
 
-       * dlls/shell32/dialogs.c, programs/notepad/dialog.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed MessageBox() usage.
+       * dlls/advpack/tests/advpack.c:
+       advpack: Add a few more tests for SetPerUserSecValues.
 
-       * dlls/winaspi/winaspi32.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Print CDB area.
+2006-04-07  Gerald Pfeifer <gerald@pfeifer.com>
 
-2000-12-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/tests/bitmap.c:
+       gdi: Also initialize a variable in the failure case.
 
-       * windows/defwnd.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added handlers for some IME messages in DefWindowProc.
+2006-04-07  Mike McCormack <mike@codeweavers.com>
 
-       * 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/msi/table.c:
+       msi: Use a debug channel to turn on transform debugging.
 
-       * 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().
+2006-04-07  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/process.c, server/process.h, server/ptrace.c, server/thread.c,
+         server/thread.h:
+       server: Moved read/write_process_memory and get_selector_entry to ptrace.c.
+
+       * server/process.c:
+       server: Hide assumptions about alignment inside the read_process_memory function.
+
+       * dlls/ntdll/virtual.c, include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/trace.c:
+       server: Get rid of alignment requirements in write_process_memory request.
+       All the alignment handling is now done in the write_process_memory
+       function inside the server.
+
+2006-04-07  Stefan Dösinger <stefandoesinger@gmx.at>
+
+       * include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Allow the inclusion of the wined3d headers when the ddraw headers are included.
+
+       * dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c, dlls/d3d9/volume.c,
+         dlls/d3d9/volumetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/volume.c, dlls/wined3d/volumetexture.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DBOX to wined3d_types.h.
+
+       * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/indexbuffer.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/texture.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, include/wine/wined3d_interface.h:
+       wined3d: Rename return values from D3D* to WINED3D*.
+
+2006-04-07  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/filemoniker.c:
+       ole32: Fix typo in FileMonikerImpl_BindToObject.
+       Fix apparent typo in FileMonikerImpl_BindToObject, where ppf was
+       incorrectly passed into IClassFactory_CreateInstance instead of &ppf
+       (found by Coverity).
+
+       * dlls/ole32/compositemoniker.c:
+       ole32: Check for pcbSize parameter of CompositeMonikerImpl_GetSizeMax being NULL, rather than non-NULL.
+
+       * dlls/ole32/antimoniker.c:
+       ole32: Check for pcbSize in AntiMonikerImpl_GetSizeMax being for NULL, not for non-NULL.
+
+       * dlls/ole32/defaulthandler.c:
+       ole32: Fix DefaultHandler_EnumAdvises.
+       As per MSDN, if the object has no connections then
+       IOleObject::EnumAdvises should return a NULL enumerator and S_OK. This
+       is the case when This->oleAdviseHolder is NULL, so do this and avert a
+       potential NULL dereference of This->oleAdviseHolder (found by
+       Coverity).
+
+       * dlls/oleaut32/usrmarshal.c:
+       oleaut32: Fix typo in LPSAFEARRAY_Unmarshal.
+       Fix typo in LPSAFEARRAY_Unmarshal where the check for the failure of
+       the SafeArrayCreateEx call was missing a dereference operator (found
+       by Coverity).
 
-       * windows/defdlg.c, windows/winproc.c:
-       Removed calls to WIDGETS_IsControl.
+       * dlls/oleaut32/safearray.c:
+       oleaut32: Remove deadcode in SafeArrayPutElement.
+       Remove deadcode in SafeArrayPutElement, as lpBstr cannot be NULL
+       because of the check at the top of the function on pvData (found by
+       Coverity).
 
-       * 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.
+       * server/console.c:
+       server: Free ptr in console_input_append_hist.
+       Free ptr in console_input_append_hist before returning, otherwise it
+       will be leaked (found by Coverity).
+       Remove the setting of last error on mem_alloc failure, as it is already
+       done in mem_alloc.
 
-       * include/winsock.h, tools/winemaker:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added a prototype for closesocket.
+       * server/token.c:
+       server: Handle failure of mem_alloc in duplicate_token.
 
-       * dlls/commdlg/printdlg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed handling of DialogBoxIndirectParamA return value.
+       * server/token.c:
+       server: Handle possible mem_alloc failure in create_token.
 
-2000-12-06  Alexandre Julliard  <julliard@winehq.com>
+       * server/queue.c:
+       server: Should use release_object on an object instead of free.
 
-       * 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.
+2006-04-07  Mike McCormack <mike@codeweavers.com>
 
-       * 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/msi/files.c:
+       msi: Remove broken volume management code.
 
-       * dlls/ntdll/nt.c:
-       James Juran <jamesjuran@alumni.psu.edu>
-       Return a maximum registry size of 32 MB in NtQuerySystemInformation.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/iexplore.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Implement IEWinMain using a simple window frame.
 
-       * documentation/samples/config:
-       Added sample config file in the new format.
+       * dlls/x11drv/wintab.c:
+       x11drv: Cursors index used with WTI_DEVICES is zero based.
 
-       * configure, configure.in:
-       Set -mpreferred-stack-boundary=2 flag if supported to avoid wasteful
-       stack alignments.
+2006-04-07  Huw Davies <huw@codeweavers.com>
 
-       * tools/winebuild/import.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now prints line number for 'x.dll imported but no symbols used' warning.
+       * fonts/system.sfd, tools/sfnt2fnt.c:
+       fonts: Add the Won sign in place of the backslash for Korean fonts.
 
-       * controls/combo.c:
-       Louis Philippe Gagnon <louisphilippe@macadamian.com>
-       Update internal controls on WM_WINDOWPOSCHANGED.
+2006-04-07  James Hawkins <truiken@gmail.com>
 
-       * 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/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward DelNodeRunDLL32A to its Unicode counterpart.
 
-       * 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).
+       * dlls/advpack/files.c:
+       advpack: Rewrite get_parameter to be able to handle an empty parameter.
 
-       * 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.
+2006-04-07  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * include/wine/wined3d_types.h:
+       wined3d: Add WINED3DPRESENT_INTERVAL_* definitions.
 
-2000-12-05  Alexandre Julliard  <julliard@winehq.com>
+       * include/wine/wined3d_types.h:
+       wined3d: Add WINED3DPRESENTRATE_DEFAULT.
 
-       * 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/d3d8/volume.c, dlls/d3d8/volumetexture.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DLOCKED_BOX to wined3d_types.h.
 
-       * dlls/kernel/nls/srb.nls, tools/wrc/utils.c:
-       Nerijus Baliunas <nerijus@users.sourceforge.net>
-       Fixed Serbian language code page.
+2006-04-07  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Return error if the signal index equals the size of the array.
 
-       * loader/pe_image.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Better error message for forwards.
+2006-04-07  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/user/resources/user32.rc, dlls/user/resources/user32_Zh.rc:
-       Aric Stewart <aric@codeweavers.com>
-       Added Chinese resources.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Remove unnecessary check for NULL.
 
-       * include/imm.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some missing definitions.
+       * server/registry.c:
+       server: Avoid comparison of -1 with an unsigned variable.
 
-       * dlls/rpcrt4/rpcrt4_main.c:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Compile fix for gcc 2.7.2.3.
+       * libs/wine/config.c:
+       libwine: Fix a memory leak.
 
-       * Make.rules.in, configure, configure.in:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Use the approriate command for combining .o files.
+       * dlls/msi/classes.c:
+       msi: Fix a logic error.
 
-       * windows/winproc.c:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Removed the code duplication.
+       * dlls/msi/record.c:
+       msi: Avoid accessing a null pointer.
 
-       * windows/winproc.c:
-       Rein Klazes <rklazes@casema.net>
-       Don't forget to map the message in WINPROC_MapMsg16To32W().
+       * dlls/msi/string.c:
+       msi: Check the correct pointer after allocating memory.
 
-       * relay32/builtin32.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed dlerror() check to use strstr().
+       * dlls/msi/table.c:
+       msi: Fix possible free of uninitialized pointer.
 
-       * dlls/Makefile.in:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Use @LIBEXT@ instead of .so for the inter-dlls dependencies.
+2006-04-07  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/kernel/process.c:
+       kernel: Fixed set_process_name for the winevdm case.
 
-       * 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.
+2006-04-06  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * tools/wineinstall:
-       Andreas Mohr <amohr@codeweavers.com>
-       wineinstall didn't create the default no-windows directory /c
-       when just pressing enter.
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+         dlls/d3d9/cubetexture.c, dlls/d3d9/surface.c, dlls/d3d9/texture.c,
+         dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/surface.c,
+         dlls/wined3d/texture.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DLOCKED_RECT to wined3d_types.h.
 
-       * 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/d3d9/basetexture.c, dlls/d3d9/cubetexture.c, dlls/d3d9/device.c,
+         dlls/d3d9/texture.c, dlls/d3d9/volumetexture.c,
+         dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/texture.c,
+         dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DTEXTUREFILTERTYPE to wined3d_types.h.
 
-       * dlls/kernel/nls/nlb.nls, dlls/kernel/nls/nld.nls:
-       Rein Klazes <rklazes@casema.net>
-       Somes fixes for Dutch locales.
+2006-04-06  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * dlls/imm32/imm32.spec:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added some stubs.
+       * dlls/netapi32/Makefile.in, dlls/netapi32/netapi32.spec,
+         dlls/netapi32/share.c, include/lmshare.h:
+       netapi32: Add (stubbed) NetSessionEnum.
 
-2000-12-02  Alexandre Julliard  <julliard@winehq.com>
+2006-04-06  James Hawkins <truiken@gmail.com>
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20001202.
+       * dlls/advpack/tests/advpack.c:
+       advpack: Add initial tests for SetPerUserSecValues.
 
-----------------------------------------------------------------
-2000-12-02  Alexandre Julliard  <julliard@winehq.com>
+2006-04-06  Huw Davies <huw@codeweavers.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.
+       * dlls/comctl32/propsheet.c, dlls/comctl32/tests/.gitignore,
+         dlls/comctl32/tests/Makefile.in, dlls/comctl32/tests/propsheet.c,
+         dlls/comctl32/tests/propsheet.rc:
+       comctl32: Set the sheet caption before invoking the sheet callback and before creating the pages.
 
-       * include/winuser.h:
-       Dmitry Timoshkov <dmitry@codeweavers.com>
-       Added several clipboard formats.
+2006-04-06  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * Make.rules.in:
-       Dennis Björklund <db@zigo.dhs.org>
-       Compile fix for building wine outside the source tree.
+       * fonts/courier.sfd, fonts/ms_sans_serif.sfd, fonts/small_fonts.sfd,
+         fonts/system.sfd:
+       fonts: Add a couple of cyrillic glyphs to all built-in bitmap fonts.
+       Also add numero-sign to Courier.
 
-       * 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.
+2006-04-06  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/comctl32undoc.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Implement better version of DPA_Merge.
+       * dlls/ntdll/exception.c:
+       ntdll: Print traces for EXC_CallHandler even with the assembly version.
 
-       * 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.
+2006-04-05  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * memory/heap.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed crash in UnMapLS for pointers not belonging to the segptr heap.
+       * dlls/msvcrt/process.c:
+       msvcrt: Append extension(.exe) for _spawnve argument.
 
-       * 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.
+2006-04-06  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * configure, configure.ac, dlls/kernel/process.c, include/config.h.in:
+       kernel: Show the exe name instead of wine-[kp]thread in ps and top.
 
-       * programs/progman/Makefile.in, programs/progman/grpfile.c, programs/progman/main.c:
-       Fixed progman internal dependencies and build it like the other
-       programs.
+2006-04-05  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/gdi/gdi32.spec, dlls/kernel/kernel32.spec, dlls/user/user32.spec:
-       Export a few 16-bit functions needed by higher-level dlls.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c:
+       crypt32: Implement CertCreateSelfSignCertificate, with some tests.
 
-       * dlls/ntdll/ntdll.spec, include/server.h, scheduler/client.c:
-       Export the wine server functions from ntdll.
+       * dlls/crypt32/store.c, include/wincrypt.h:
+       crypt32: Add support for the CERT_KEY_PROV_INFO_PROP_ID certificate property.
 
-       * 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
+2006-03-31  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/info.c:
+       winspool: Implement EnumMonitorsA on top of EnumMonitorsW.
 
-       * documentation/wine.man.in, misc/version.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Added alias capability to --winver.
-       win2000 is the official value.
+       * dlls/winspool/info.c:
+       winspool: Implement EnumMonitorsW.
 
-       * 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.
+2006-04-06  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c:
-       Removed dependencies on Wine internal functions.
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Forward IWebBrowser2::Navigate calls to ::Navigate2.
 
-       * windows/winproc.c:
-       Always initialize msg16 and wparam16 in WINPROC_MapMsg32WTo16.
+       * dlls/msi/files.c:
+       msi: Avoid a crash if a parameter is NULL.
 
-       * 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.
+2006-04-05  Robert Reif <reif@earthlink.net>
 
-2000-11-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winmm/winearts/audio.c:
+       winearts: Don't call arts_free if arts_init wasn't successful.
 
-       * 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.
+2006-04-05  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * dlls/gdi/freetype.c:
+       gdi32: Always consume the subst structure.
 
-       * 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/gdi/freetype.c:
+       gdi32: Use the localised family name if present
+       (based on a patch on Byeong-Sik Jeon).
 
-       * dlls/commdlg/filedlg.c:
-       Gerard Patel <gerard.patel@asi.fr>
-       Fixed returned length of files.
+       * dlls/gdi/freetype.c:
+       gdi32: Move a few functions around.  Should be a nop.
 
-       * configure.in, debugger/stabs.c, include/config.h.in, configure:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Do not use a.out.h.
+2006-04-05  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * include/exdisp.idl:
+       shdocvw: Add class definition for InternetExplorer.
 
-       * 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.
+2006-04-05  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * win32/device.c:
-       Kees Schoenmakers <keess@milltronics.com>
-       Added HASP device stub.
+       * dlls/gdi/bitmap.c, dlls/gdi/tests/bitmap.c:
+       gdi32: Add tests for GetBitmapBits and GetObject for a DIB section.
+       Make them pass under Wine.
 
-       * objects/gdiobj.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Fixed the size of the large_handles array.
+2006-04-05  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * 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.
+       * include/lm.h:
+       include: Add lmshare to lm.h.
 
-       * controls/combo.c, controls/static.c, windows/defwnd.c, windows/mdi.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       WM_SETTEXT should return TRUE on success.
+2006-04-05  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * memory/virtual.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       VirtualQuery should return 0 for all addresses >= 0xc0000000.
+       * include/wine/wined3d_interface.h:
+       wined3d: Add some type macros to wined3d_interface.h.
 
-       * 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.
+2006-04-05  Alexandre Julliard <julliard@winehq.org>
 
-2000-11-28  Alexandre Julliard  <julliard@winehq.com>
+       * tools/winebuild/spec16.c:
+       winebuild: Remove a no longer necessary movzwl instruction.
+       This could cause broken relays to be generated depending on the order
+       of the entry points in the relay list.
+       Also add a few missing tabs in the assembly output.
 
-       * windows/x11drv/keyboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       We were returning characters for various CTRL + Symbol keystrokes
-       which should not return characters.
+       * dlls/cards/cards.c:
+       cards: Avoid GetPixel to draw round corners, use a clip region instead.
 
-       * misc/cpu.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       linux-2.4.0-test10 now calls 'flags' as 'features'.
+2006-04-04  James Hawkins <truiken@gmail.com>
 
-       * windows/win.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Slightly rearrange WIN16/WIN32A/WIN32 window creation.
+       * dlls/advpack/install.c:
+       advpack: Factor out advpack error handling into ADV_HRESULT.
 
-       * controls/button.c, controls/widgets.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Made button control fully unicode aware.
+2006-04-04  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/setupapi/setupx16.h, dlls/setupapi/setupx_main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       - fix crash in SETUPX_TranslateLDID()
-       - implement custom LDID lookup
+       * configure, configure.ac, programs/Makefile.in,
+         programs/iexplore/.gitignore, programs/iexplore/Makefile.in,
+         programs/iexplore/main.c:
+       Add an implementation of iexplore.exe.
 
-       * 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.
+       * dlls/shdocvw/shdocvw.spec, dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Stub implementation of IEWinMain.
 
-       * documentation/wine.man.in:
-       Andreas Mohr <amohr@codeweavers.com>
-       Updated man page.
+2006-04-04  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * memory/heap.c, include/heap.h:
-       Made HEAP_strdup* functions inline (temporary).
+       * dlls/msvcrt/environ.c:
+       msvcrt: Fix a TRACE message to avoid buffer overflow.
 
-       * dlls/winspool/info.c, win32/newfns.c:
-       Moved EnumPortsA to dlls/winspool.
+2006-04-04  Huw Davies <huw@codeweavers.com>
 
-2000-11-27  Alexandre Julliard  <julliard@winehq.com>
+       * fonts/ms_sans_serif.sfd:
+       fonts: Add a few missing glyphs.
 
-       * */*.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Require {DECLARE,DEFAULT}_DEBUG_CHANNEL statements to end in a ;
+2006-04-05  Eric Kohl <eric.kohl@t-online.de>
 
-       * 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.
+       * tools/widl/typegen.c:
+       widl: Implement support for ref pointers to arrays of base types.
 
-       * 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.
+2006-04-04  Pavel Semerad <semerad@sisal.mff.cuni.cz>
 
-       * dlls/ddraw/dsurface/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Truncate dest blit rectangle down to surface size.
+       * dlls/dinput/joystick_linux.c:
+       dinput: Fixed joystick with POV and JoystickAImpl_SetProperty-proprange.
 
-       * dlls/winmm/wineoss/midi.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       WARN() about missing /dev/sequencer, it's too confusing for newbies.
+2006-04-04  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/x11drv/oembitmap.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Also mention xpm-devel in the error msg.
+       * dlls/x11drv/event.c, dlls/x11drv/winpos.c:
+       x11drv: Avoid redundant flushing of the thread display.
 
-       * misc/cpu.c: Andreas Mohr <amohr@codeweavers.com>
-       Add FloatingPointProcessor empty entry to the registry.
+       * dlls/x11drv/window.c:
+       x11drv: Remove one more XSync call.
 
-       * 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.
+2006-04-04  Jan Zerebecki <jan.wine@zerebecki.de>
 
-       * loader/pe_image.c:
-       Display the name of the function when import failed.
+       * dlls/wined3d/device.c:
+       wined3d: CreateDevice should use the root window.
 
-       * 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/wined3d/device.c:
+       wined3d: Output unhandled renderstates with debug_d3drenderstate.
 
-       * dlls/winsock/socket.c, dlls/winmm/mmio.c:
-       Fixed SEGPTR_GET usage.
+       * dlls/wined3d/utils.c, include/d3d9types.h, include/wine/wined3d_types.h:
+       wined3d: Add D3DFMT_L16.
 
-       * dlls/user/user32.spec:
-       Added entry for PrivateExtractIconsA.
+2006-04-04  Jesse Allen <the3dfxdude@gmail.com>
 
-       * 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/x11drv/x11drv_main.c:
+       x11drv: Make UseXVidMode default to yes.
 
-       * dlls/kernel/toolhelp.spec:
-       Added entry for TerminateApp16.
+2006-04-03  Jesse Allen <the3dfxdude@gmail.com>
 
-       * 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.
+       * dlls/x11drv/xvidmode.c:
+       x11drv: Allow xvidmode to always initialize at least for the gamma functions.
 
-       * 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
+2006-04-04  Mike McCormack <mike@codeweavers.com>
 
-       * 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
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c:
+       setupapi: Add a stub implementation for RegistryDelnode.
 
-       * 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.
+2006-04-04  Huw Davies <huw@codeweavers>
 
-       * controls/edit.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       General clean up of the edit control: removed transfer of unused
-       variables, fixed signed/unsigned mismatches.
+       * dlls/gdi/freetype.c:
+       gdi32: Use a function to add entries to the substitution list
+       (based on a patch by Byeong-Sik Jeon).
 
-       * tools/winebuild/parser.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       The init function can be called main.
+2006-04-04  Huw Davies <huw@codeweavers.com>
 
-       * memory/global.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       GlobalAlloc as GlobalAlloc16 should round size to 32.
-       Call SetLastError in GlobalLock.
+       * dlls/gdi/freetype.c:
+       gdi32: Use RtlUshortByteSwap to read big endian words.
 
-2000-11-26  Alexandre Julliard  <julliard@winehq.com>
+2006-04-04  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/win32s/win32s16.c, memory/selector.c:
-       Moved UTSelectorOffsetToLinear and UTLinearToSelectorOffset to
-       dlls/win32s.
+       * dlls/d3d8/cubetexture.c, dlls/d3d9/cubetexture.c,
+         dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DCUBEMAP_FACES to wined3d_types.h.
 
-       * dlls/setupapi/Makefile.in, dlls/setupapi/infparse.c, dlls/setupapi/setupx16.h:
-       Removed dependency on 16-bit file I/O functions.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+         dlls/wined3d/swapchain.c, include/wine/wined3d_interface.h:
+       wined3d: Define WINED3DGAMMARAMP based on D3DGAMMARAMP / DDGAMMARAMP.
 
-       * 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.
+2006-04-04  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/scroll.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Don't draw scrollbars if their client rectangle is empty.
+       * dlls/user/exticon.c:
+       user: Fixed PrivateExtractIcons to pass the tests when using native dlls.
 
-       * dlls/winsock/socket.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Ignore SOL_SOCKET/SO_DEBUG setsockopt() calls.
+       * tools/Makefile.in, tools/winegcc/Makefile.in:
+       tools: Add LDFLAGS to all the linker invocations.
 
-       * files/profile.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed strange checkj for !filename, so we don't get section NULL
-       accesses later.
+       * tools/winegcc/winegcc.c:
+       winegcc: Don't use the library full name for .so libs.
 
-       * 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.
+2006-04-04  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/updown.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Corrected default values with help from Ulrich Czekalla.
+       * fonts/small_fonts.sfd:
+       fonts: Add cyrillic glyphs to the "Small Fonts" built-in bitmap font.
 
-       * 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.
+       * fonts/small_fonts.sfd:
+       fonts: Use pixels instead of logical units for "Small Fonts" bitmap font metrics.
 
-       * 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"
+2006-03-09  Augusto Arcoverde da Rocha <agarobr.listas@gmail.com>
 
-       * dlls/ole32/ole32_main.c, dlls/dciman32/dciman_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Fixed handling of XK_KP_Separator.
 
-       * 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.
+2006-04-03  James Hawkins <truiken@gmail.com>
 
-       * 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).
+       * dlls/advpack/advpack.spec, dlls/advpack/reg.c:
+       advpack: Forward RegInstallA to its Unicode counterpart.
 
-       * 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.
+       * dlls/advpack/advpack.spec, dlls/advpack/install.c:
+       advpack: Forward LaunchINFSectionA to its Unicode counterpart.
 
-       * 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.
+       * dlls/advpack/advpack.spec, dlls/advpack/reg.c:
+       advpack: Forward RegSaveRestoreOnINFA to its Unicode counterpart.
 
-2000-11-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.spec, dlls/advpack/reg.c:
+       advpack: Forward RegSaveRestoreA to its Unicode counterpart.
 
-       * dlls/kernel/debugger.c, dlls/ntdll/exception.c, include/winnt.h:
-       Moved GET_IP out of winnt.h.
+       * dlls/advpack/advpack.spec, dlls/advpack/reg.c:
+       advpack: Forward RegRestoreAllA to its Unicode counterpart.
 
-       * 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).
+2006-03-31  Mike Hearn <mh@codeweavers.com>
 
-       * 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.
+       * dlls/kernel/process.c:
+       kernel: Don't enforce process handle access rights in Win98 mode.
 
-       * tools/wrc/utils.c:
-       Added a few missing languages.
+2006-04-03  Jason Green <jave27@gmail.com>
 
-       * 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.
+       * dlls/wined3d/utils.c:
+       wined3d: Add a couple more debugging output formats.
 
-       * graphics/x11drv/dib.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Made X11DRV_DIB_GetImageBits_16 aware of 565 DIBs.
+2006-04-04  Alexandre Julliard <julliard@winehq.org>
 
-       * 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
+       * configure, configure.ac:
+       configure: Filter out garbage from arts-config --libs too.
 
-       * dlls/crtdll/crtdll_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       glibc2.2 needs __USE_ISOC99 for FP_NAN and isfinite().
+       * dlls/gdi/freetype.c:
+       gdi: Change ReadFontDir error into a warning.
 
-       * win32/console.c, include/wincon.h, dlls/kernel/kernel32.spec:
-       Fixed GetLargestConsoleWindowSize return type for Winelib apps.
+2006-04-04  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/ole32/ole32.spec, dlls/shell32/shell32.spec, dlls/shlwapi/shlwapi.spec, dlls/shlwapi/string.c, dlls/win32s/w32skrnl.spec:
-       Added a few forwards.
+       * include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DCLIPSTATUS to wined3d_types.h.
 
-       * dlls/user/misc.c, dlls/user/user32.spec:
-       Fixed typos.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/d3d9/swapchain.c,
+         dlls/wined3d/device.c, dlls/wined3d/swapchain.c,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DRASTERSTATUS to wined3d_types.h.
 
-       * 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.
+2006-04-04  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/kernel/nls/lth.nls, dlls/kernel/nls/lvi.nls:
-       Nerijus Baliunas <nerijus@users.sourceforge.net>
-       Completed lvi.nls and lth.nls.
+       * programs/msiexec/.gitignore, programs/msiexec/Makefile.in,
+         programs/msiexec/rsrc.rc:
+       msiexec: Add an icon for msiexec and .msi files.
 
-       * windows/message.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Check whether senderQ is NULL before trying to lock it.
+2006-04-03  James Hawkins <truiken@gmail.com>
 
-       * 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
+       * tools/wine.inf:
+       wine.inf: Add hhctrl.ocx to the list of fake dlls.
 
-       * 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.
+2006-04-04  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * configure, configure.ac:
+       configure: Warn if the fonts aren't going to be built.
 
-       * include/comcat.h, include/rpc.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Include the same headers as on Windows.
+2006-04-03  Alexandre Julliard <julliard@winehq.org>
 
-       * 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
+       * server/ptrace.c:
+       server: Don't single step into signal handlers.
 
-       * dlls/comctl32/header.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Added notification format handling.
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Save FPU context for all exceptions.
 
-       * controls/listbox.c, dlls/user/user.spec, dlls/user/user32.spec:
-       Ove Kaaven <ovek@arcticnet.no>
-       Implemented Win16 behaviour of DDL_DRIVES in DlgDirList.
+2006-04-03  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/keyboard.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Fixed ToUnicode TRACE message.
+       * dlls/ole32/usrmarshal.c:
+       ole32: Add documentation for the clip format user marshal functions.
 
-       * 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
+       * tools/widl/typegen.c:
+       widl: Fix the type offset for generated conformant string calls.
 
-       * dlls/ntdll/misc.c:
-       Jon Griffiths <jon_p_griffiths@yahoo.com>
-       NTDLL__CIpow returns double, not LONG.
+       * dlls/kernel/kernel32.spec:
+       kernel: Remove some stubs that aren't present in NT.
 
-       * 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.
+       * dlls/kernel/file.c:
+       kernel: Document some file functions.
 
-       * windows/dialog.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Add support for national characters as accelerators in dialogs.
+2006-04-03  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * windows/message.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Always generate unicode CHAR messages.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       wined3d: Make use of WINED3DDEVICE_CREATION_PARAMETERS.
 
-       * dlls/ole32/hglobalstream.c, dlls/ole32/stg_bigblockfile.c:
-       Fixed warnings.
+2006-04-03  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/user/driver.c:
+       user32: More informative message on failure to load x11drv.
 
-       * include/wine/wingdi16.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       Added GdiSeeGdiDo16.
+2006-04-03  Huw Davies <huw@codeweavers.com>
 
-       * include/winnt.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       Removed double ANYSIZE_ARRAY define.
+       * fonts/.gitignore, fonts/Makefile.in, fonts/small_fonts.sfd:
+       fonts: Add an 11 ppem strike of 'Small Fonts'.
 
-       * 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.
+2006-04-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/updown.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Update comments, cleanup warning messages.
+       * dlls/gdi/tests/.gitignore, dlls/gdi/tests/Makefile.in,
+         dlls/gdi/tests/bitmap.c, dlls/gdi/tests/font.c,
+         dlls/gdi/tests/gdiobj.c, dlls/gdi/tests/pen.c:
+       gdi: Separate GDI tests by moving them into appropriate files.
+       Separate GDI tests by moving them into appropriate files:
+       bitmap tests to bitmap.c, font test to font.c, pen tests to pen.c.
 
-       * 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/gdi/gdiobj.c:
+       gdi: Move WineEngInit call before stock fonts creation.
+       Move WineEngInit call before stock fonts creation, otherwise we end up
+       caching wrong fonts before loading built-in bitmap fonts.
 
-       * dlls/kernel/comm.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Avoid using TIOCM_* constants if not available.
+2006-04-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/wine/obj_base.h:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Fixed typo in macro ICOM_METHOD11 parameter list.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/vertexbuffer.c,
+         dlls/d3d9/d3d9_private.h, dlls/d3d9/vertexbuffer.c:
+       d3dx: VertexBuffer should keep reference to the parent device object.
 
-       * dlls/imagehlp/modify.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Implemented PE file checksum calculation.
+2006-04-03  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/setupapi/fakedll.c:
+       setupapi: Copy the complete resource tree into the fake dlls.
 
-       * dlls/kernel/locale_rc.rc:
-       Aric Stewart <aric@codeweavers.com>
-       Added the turkish locale.
+2006-04-03  Hwang YunSong <hys545@dreamwiz.com>
 
-       * windows/x11drv/clipboard.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Allow for zero-length string selections.
+       * dlls/twain/rsrc.rc, dlls/twain/twain_Ko.rc:
+       twain: Add a Korean resource.
 
-       * dlls/comctl32/header.c:
-       Ulrich Czekalla <uczekalla@codeweavers.com>
-       Send HDN_ITEMCHANGING and HDN_ITEMCHANGED when resizing.
+2006-04-03  Jan Zerebecki <jan.wine@zerebecki.de>
 
-       * ole/ole2nls.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       CompareStringW returned wrong results sometimes.
+       * dlls/winmm/winealsa/audio.c:
+       winealsa: Fix pausing when the hardware does not support it.
 
-       * ole/Makefile.in:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       We no longer have an ole/nls directory.
+2006-04-01  Matthew Kehrer <kehrermatt@gmail.com>
 
-       * 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*.
+       * dlls/url/Makefile.in, dlls/url/url.spec, dlls/url/url_main.c:
+       url: Add a function and two stubs.
 
-       * windows/message.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Implemented SendNotifyMessage().
+2006-04-01  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * tools/wineinstall:
-       Andreas Mohr <amohr@codeweavers.com>
-       Made wineinstall a bit more verbose.
+       * dlls/d3d8/device.c, dlls/d3d8/swapchain.c, dlls/d3d9/device.c,
+         dlls/d3d9/swapchain.c, dlls/wined3d/device.c,
+         dlls/wined3d/swapchain.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DBACKBUFFER_TYPE to wined3d_types.h.
 
-       * 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.
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/d3d9/swapchain.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/swapchain.c,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DDISPLAYMODE to wined3d_types.h.
 
-       * graphics/painting.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       GetPixel needs to return CLR_INVALID if not inside clipping region.
+2006-04-03  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/ole32/ole32.spec, dlls/ole32/ole32_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added OLE32.DllRegisterServer stub.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: STGM_PRIORITY implies STGM_SHARE_EXCLUSIVE.
 
-       * 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/kernel/profile.c:
+       kernel32: [Read/Write]PrivateProfile functions accept a NULL filename.
 
-       * dlls/ntdll/ntdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added pow() forward.
+       * dlls/msi/string.c:
+       msi: Improve the string table hash.
 
-       * relay32/snoop.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Don't test !HIWORD values for pointerness.
+2006-04-03  Alexandre Julliard <julliard@winehq.org>
 
-       * include/windef.h:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Fixed compilation warning on Cygwin.
+       * dlls/kernel/process.c, dlls/ntdll/loader.c:
+       ntdll: Process --help and --version args earlier on during startup.
 
-       * dlls/comctl32/comctl32undoc.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       MultiByteToWideChar() returns characters, not bytes.
+2006-04-01  Antonio Codazzi <f_sophia@libero.it>
 
-       * dlls/oleaut32/variant.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Implemented VT_EMPTY to VT_BSTR type coercion.
+       * dlls/msi/msi.rc, dlls/msi/msi_It.rc:
+       msi: Italian language support.
 
-       * include/ole2.h, include/oleauto.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added prototypes for Ole{G,S}etAutoConvert, LHashValOfNameSys{,A}.
+       * dlls/setupapi/Eo.rc, dlls/setupapi/setupapi.rc:
+       setupapi: Esperanto language support.
 
-       * dlls/kernel/format_msg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Handle %ls same as %s.
+       * programs/uninstaller/Eo.rc, programs/uninstaller/rsrc.rc:
+       uninstaller: Esperanto language support.
 
-       * dlls/dciman32/dciman_main.c, dlls/dciman32/dciman32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added stub for DCIOpenProvider.
+       * programs/uninstaller/It.rc:
+       uninstaller: Italian language support.
 
-2000-11-16  Alexandre Julliard  <julliard@winehq.com>
+       * programs/notepad/Eo.rc, programs/notepad/rsrc.rc:
+       notepad: Esperanto language support.
 
-       * 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.
+       * programs/notepad/It.rc:
+       notepad: Italian language support.
 
-       * 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/msi/msi.rc, dlls/msi/msi_Eo.rc:
+       msi: Esperanto language support.
 
-       * 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.
+       * dlls/commdlg/cdlg_Eo.rc:
+       commdlg: Esperanto language update.
 
-2000-11-15  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/commdlg/cdlg_It.rc:
+       commdlg: Italian language update.
 
-       * 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.
+       * dlls/wineps/wps_It.rc:
+       wineps: Italian language update.
 
-       * 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.
+       * dlls/user/resources/user32_Eo.rc:
+       user32: Esperanto language update.
 
-       * tools/winebuild/main.c:
-       Francois Gouget <fgouget@free.fr>
-       Allow the user to stick the option and its argument together.
+       * dlls/comctl32/comctl_Eo.rc, dlls/comctl32/rsrc.rc:
+       comctl32: Esperanto language support.
 
-       * 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
+       * dlls/comctl32/comctl_It.rc:
+       comctl32: Italian language updates.
 
-       * controls/widgets.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Prepare switching to unicode of builtin widgets.
+       * programs/clock/Eo.rc, programs/clock/rsrc.rc:
+       clock: Esperanto language support.
 
-       * include/wine/obj_base.h:
-       James Hatheway <james@macadamian.com>
-       Increase number of parameters possible for ICOM_* macros to 11.
+2006-04-01  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * debugger/stabs.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Skip directories when loading debug symbols.
+       * dlls/wined3d/basetexture.c:
+       wined3d: Do not set the mipmap level count every time a texture is used.
 
-       * 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).
+2006-04-02  Huw Davies <huw@codeweavers.com>
 
-       * 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/gdi/tests/gdiobj.c:
+       gdi32: Add tests for 'Small Fonts'.
 
-       * dlls/comctl32/tab.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Use internal unicode strings.
-       Added unicode messages.
+2006-04-03  qingdoa daoo <qingdao33122@yahoo.com>
 
-       * dlls/comctl32/comctl32.h, dlls/comctl32/comctl32undoc.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       New unicode support functions.
+       * dlls/msvcrt/environ.c, dlls/msvcrt/tests/environ.c:
+       msvcrt: Allow environment strings longer than 512 characters.
 
-       * tools/winebuild/spec16.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Include config.h.
+2006-04-02  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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/usp10/usp10.c:
+       usp10: Fixed debug output of ScriptItemize.
 
-       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some rpcrt4 stubs.
+2006-04-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/dinput/keyboard.c, dlls/dinput/tests/keyboard.c:
+       dinput: Keyboard should be acquired before calling GetDeviceState.
 
-2000-11-14  Alexandre Julliard  <julliard@winehq.com>
+2006-04-01  Alexander N. Sørnes <alex@thehandofagony.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.
+       * programs/regedit/No.rc:
+       regedit: Fix typo in Norwegian resources.
 
-2000-11-13  Alexandre Julliard  <julliard@winehq.com>
+2006-04-01  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/x11drv/window.c:
+       x11drv: Get rid of XSync calls on window creation and destruction.
 
-       * dlls/kernel/kernel32.spec:
-       Fixed copy/paste typo spotted by Dimitrie O. Paun.
+       * dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c, dlls/x11drv/xrender.c:
+       x11drv: Ignore X errors caused by windows being created or deleted.
 
-       * 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.
+2006-03-31  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/gdi/tests/metafile.c:
+       gdi: In metafile test only print debug output if enabled.
 
-       * 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.
+       * loader/preloader.c:
+       loader: Hide the preloader from the ps output.
 
-       * 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/winewrapper:
+       winewrapper: Remove a couple of variables that are no longer needed.
 
-       * tools/winebuild/spec32.c:
-       Don't include wine internal functions in the relay debugging table.
+       * dlls/ntdll/loadorder.c:
+       ntdll: Get rid of the loadorder wildcard support, builtin is always the default now.
 
-       * 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.
+2006-03-31  Detlef Riekenberg <wine.dev@web.de>
 
-       * tools/c2man.pl:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fix for APIs that don't have any ordinal (ordinal=@).
+       * dlls/kernel/heap.c, dlls/kernel/tests/heap.c:
+       kernel: Fix handling of invalid parameter in GlobalSize().
 
-       * dlls/winspool/info.c:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Made WINSPOOL_GetPrinterDriver work again.
+2006-03-31  Robert Shearman <rob@codeweavers.com>
 
-2000-11-11  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/rpc.c:
+       ole: Use ncalrpc instead of ncacn_np as the RPC transport.
+       Use ncalrpc instead of ncacn_np as the transport as this is more similar
+       to how ole32 from NT works and should also be compatible with rpcrt4
+       from Win9x, allowing more combinations of dlls to work.
 
-       * 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.
+       * dlls/kernel/process.c:
+       kernel: Add some documentation for simple process functions.
 
-       * 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.
+       * tools/widl/typegen.c:
+       widl: There's no need to cast _StubMsg - it's already of the correct type.
 
-       * dlls/comctl32/animate.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fixed WM_PAINT in ANIMATE_WindowProc; call DefWindowProcA for default handling.
+       * tools/widl/server.c:
+       widl: Only assign variables if not a string and only create a local variable if not a sized parameter.
+       Only assign variables if not a string and only create a local variable
+       if not a sized parameter. Fixes type mismatches in the generated code
+       due to differences in the algorithms between creating local variables
+       and using them.
 
-       * configure, configure.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added another detection of strength-reduce bug in GCC.
+       * tools/widl/server.c:
+       widl: Initialise the temporary variable to 0 for parameters with more than one level of indirection.
 
-2000-11-10  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/server.c:
+       widl: Create the correct variable type for parameters with more than one level of indirection.
 
-       * 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.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.h:
+       widl: Re-use print_phase_basetype for generating return value marshaling and unmarshaling code.
 
-       * configure, configure.in, programs/.cvsignore, programs/Makefile.in, programs/Makeprog.rules.in:
-       Added Makeprog.rules.in containing rules for building Winelib
-       programs.
+       * tools/widl/typegen.c:
+       widl: Move handling of base type marshaling and unmarshaling to a separate function.
+       Move handling of base type marshaling and unmarshaling to a separate
+       function and improve it to support return values.
 
-       * 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/widl/typegen.c:
+       widl: Use print_phase_function for printing NdrPointerFree call.
 
-       * 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.
+       * tools/widl/typegen.c:
+       widl: Add a function to generate the Ndr type calls.
+       - Add a function to generate the Ndr type calls.
+       - Fix a typo where the aligned buffer was added to itself, rather than
+       assigned.
 
-       * 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.
+       * tools/widl/typegen.c:
+       widl: Only write the buffer incrementing code for the marshaling and unmarshaling phases.
+       Only write the buffer incrementing code for the marshaling and
+       unmarshaling phases - buffer sizing is handled elsewhere and freeing
+       isn't applicable.
 
-       * 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
+       * tools/widl/typegen.c:
+       widl: Output the necessary sizing information for other phases.
+       Output the necessary sizing information for PHASE_BUFFERSIZE and
+       PHASE_FREE as well as PHASE_MARSHAL. Standardise this rule in a new
+       function.
 
-       * include/winuser.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added some STN_xxx macros.
+       * tools/widl/client.c:
+       widl: Output NULL ref pointer check for pointer levels > 1 too.
 
-       * include/windef.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       HICON and HCURSOR should be interchangeable.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Fix a GCC warning in the generated client and server code.
 
-       * 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.
+       * tools/widl/parser.y, tools/widl/widltypes.h, tools/widl/write_msft.c:
+       widl: The lval member of var_t is essentially a duplicate of eval->cval.
+       - Generate eval's for enums that don't explicitly have one. This means
+       that enums written in header files won't match exactly what has been put
+       into the IDL file, but the numeric constat is the same and MIDL does a
+       similar thing.
+       - Replace constant lookups with eval->cval instead of lval.
 
-       * dlls/winspool/info.c:
-       Stefan Leichter <Stefan.Leichter@camline.com>
-       Corrected used registry key.
+       * tools/widl/typegen.c:
+       widl: De-reference parameters' types before deciding what to do with them.
+       De-reference parameters' types before deciding what to do with them.
+       Also dereference string parameters since they are immediately
+       dispatched to write_string_tfs when the string attribute is detected
+       without any further processing done on them.
 
-       * dlls/wininet/http.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Initialize nSocketFD to INVALID_SOCKET.
+       * tools/widl/typegen.c:
+       widl: Write pointer calls for all non-basetype pointer parameters to functions.
 
-2000-11-09  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/header.c:
+       widl: Write definitions for MIDL_user_allocate and MIDL_user_free in the header.
+       Write definitions for MIDL_user_allocate and MIDL_user_free in the
+       header when writing out RPC interfaces to prevent compile failures in
+       the generated client/server code.
 
-       * 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.
+       * tools/widl/header.c:
+       widl: Write out the pre- and postamble for RPC interfaces with no methods.
 
-       * 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.
+       * tools/widl/header.c:
+       widl: Output interface defined guard for rpc interfaces too.
 
-       * dlls/ntdll/ntdll.spec, misc/options.c:
-       Added __wine_get_main_args to retrieve command-line arguments for the
-       application.
+       * tools/widl/typegen.c:
+       widl: NdrFcShort should be written out instead of NdrShort.
 
-       * loader/elfdll.c:
-       Don't strip the library extension if it's not ".dll".
+       * tools/widl/typegen.c:
+       widl: Output the numeric equivalent of FC_END, not the string FC_END itself.
 
-       * configure, configure.in:
-       Fixed NetBSD dll check.
-       Added check for -Bsymbolic.
-       Fixed LDSHARED definition to support undefined SONAME.
+       * tools/widl/typegen.c:
+       widl: Support references in type_memsize.
 
-       * 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.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Only output code for non-object interfaces in client and server.
+       Only output code for non-object interfaces in client and server
+       generation and convert the while loops into for loops.
 
-       * 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.
+2006-03-31  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/propsheet.c:
-       Dmitry Timoshkov <dtimoshkov@codeweavers.com>
-       Make a copy of the dialog resource before correcting styles.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.11.
 
-2000-11-08  Alexandre Julliard  <julliard@winehq.com>
+----------------------------------------------------------------
+2006-03-31  Alexandre Julliard <julliard@winehq.org>
 
-       * include/wine/library.h, library/loader.c, relay32/builtin32.c:
-       Do builtin modules fixups in library/loader.c before calling the
-       load_dll callback.
+       * server/request.c:
+       server: Avoid crash on startup when the configuration dir doesn't exist.
 
-       * 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/user/tests/win.c:
+       user/tests: Flush events before running the keyboard event test.
 
-       * 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/comctl32/tests/monthcal.c:
+       comctl32: Force a specific day value in the monthcal test.
+       Avoids test failure when the current day happens to be the 31st...
 
-       * dlls/wininet/ftp.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Add missing #include <netinet/in_systm.h> and #include <netinet/in.h>.
+2006-03-30  James Hawkins <truiken@gmail.com>
 
-       * programs/winemine/main.c:
-       Added middle mouse button handling.
+       * dlls/advpack/advpack.spec:
+       advpack: LaunchINFSectionExW is available, so mark it so in the spec file.
 
-       * dlls/user/.cvsignore: Removed .s files.
+       * dlls/advpack/advpack.spec, dlls/advpack/install.c:
+       advpack: Forward ExecuteCabA to its Unicode counterpart.
 
-       * 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.
+2006-03-30  Robert Shearman <rob@codeweavers.com>
 
-       * 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).
+       * dlls/ole32/dcom.idl:
+       ole32: Remove unnecessary commenting out of the RPC interfaces in the dcom idl file.
 
-       * include/winuser.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added DM_REPOSITION.
+       * dlls/wininet/urlcache.c:
+       wininet: Fix some string length calculations.
+       Fix some string length calculations that didn't account for the
+       different sized characters with Unicode.
 
-       * include/winbase.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       We must include stdarg.h.
-       Added a few missing exception related types.
+       * dlls/wininet/urlcache.c:
+       wininet: Only access the URL in the cache by the provided offset.
 
-       * include/winnt.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       We must include ctype.h so that applications get isalnum & co.
+2006-03-30  H. Verbeet <hverbeet@gmail.com>
 
-       * include/commdlg.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added CC_SOLIDCOLOR and CC_ANYCOLOR.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Move fields common to vertex shaders and pixel shaders to IWineD3DBaseShader.
 
-       * 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.
+2006-03-30  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/comctl32/listview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Implemented VK_PRIOR and VK_NEXT processing (merged from Corel tree).
+       * dlls/crypt32/proplist.c:
+       crypt32: Tiny fixes.
 
-       * windows/x11drv/keyboard.c:
-       Aric Stewart <aric@codeweavers.com>
-       ToUnicode: ignore CTRL+number keystrokes.
+       * dlls/crypt32/store.c, dlls/crypt32/tests/store.c:
+       crypt32: Fix certificate adding
+       - Implement add disposition in CertAddCertificateContextToStore,
+       rather than in each store.
+       - Add a few more tests.
 
-       * 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.
+2006-03-30  Rein Klazes <wijn@wanadoo.nl>
 
-2000-11-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/undname.c:
+       msvcrt: Fix read beyond end of string in __unDNameEx().
 
-       * scheduler/pthread.c:
-       pthread_atfork: don't call critical section functions before
-       initialization is done.
+2006-03-30  Detlef Riekenberg <wine.dev@web.de>
 
-       * memory/virtual.c:
-       Fixed 0/-1 mixup for indicating no mapping handle.
+       * dlls/spoolss/spoolss.spec, dlls/spoolss/spoolss_main.c:
+       spoolss: Add DllAllocSplMem and DllFreeSplMem.
 
-       * controls/uitools.c, include/tchar.h:
-       Francois Gouget <fgouget@free.fr>
-       Fixed typos in comments.
+2006-03-30  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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/gdi/tests/metafile.c:
+       gdi32: Add a test for WMF->EMF conversions performed by SetWinMetaFileBits.
+       These tests currently fail in Wine.
 
-       * dlls/comctl32/updown.c:
-       Eric Kohl <ekohl@codeweavers.com>
-       Implemented new messages.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update Hungarian keyboard layout to better match the X11 one.
 
-       * 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.
+2006-03-29  Eric Kohl <eric.kohl@t-online.de>
 
-       * include/winnt.h:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Added missing IMAGE_DEBUG_MISC definition.
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
+         tools/widl/server.c, tools/widl/typegen.c, tools/widl/typegen.h:
+       widl: Implement support for ref pointers to strings.
 
-       * 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.
+2006-03-30  Huw Davies <huw@codeweavers.com>
 
-       * 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/gdi/freetype.c:
+       gdi32: Move the font substitution list to a standard Wine list
+       (based on a patch by Byeong-Sik Jeon).
 
-       * dlls/comctl32/tab.c:
-       Francois Gouget <fgouget@free.fr>
-       Use DrawFocusRect to draw the focus rectangle.
+2006-03-30  Alexandre Julliard <julliard@winehq.org>
 
-       * 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
+       * dlls/user/message.c:
+       user: Only wait for sent messages in wait_message_reply.
 
-       * include/bitmaps/wine_small.xpm:
-       Aric Stewart <aric@codeweavers.com>
-       Added 16x16 wine logo.
+       * dlls/x11drv/event.c:
+       x11drv: Filter a few more event types in filter_event.
+       ConfigureNotify and related events should only be processed when
+       posted messages are selected. There's no need to handle MappingNotify
+       if keyboard events are not selected.
 
-2000-11-06  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/Makefile.in, dlls/make_dlls:
+       dlls: Removed a number of no longer needed dependencies.
 
-       * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/winmm.spec:
-       Removed SUBDIRS in winmm Makefile.
+2006-03-29  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/Makefile.in, include/setupapi.h:
-       James Hatheway <james@macadamian.com>
-       Added stubs and setupapi.h.
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/spoolss/.gitignore, dlls/spoolss/Makefile.in,
+         dlls/spoolss/spoolss.spec, dlls/spoolss/spoolss_main.c:
+       spoolss: Add minimal spoolss.dll.
 
-       * dlls/comctl32/comboex.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CBEM_SETITEMW done by example from SETITEMA, converted SETITEMA to use
-       it.
+2006-03-30  Alexandre Julliard <julliard@winehq.org>
 
-       * documentation/Makefile.in, documentation/winemaker.man:
-       Francois Gouget <fgouget@codeweavers.com>
-       Winemaker's man page initial release.
+       * dlls/user/message.c, dlls/user/win.c:
+       user: Don't send WM_PARENTNOTIFY to the desktop window.
 
-       * 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.
+2006-03-29  James Hawkins <truiken@gmail.com>
 
-       * dlls/user/Makefile.in:
-       Added missing dependency for 16-bit resource files.
+       * dlls/advpack/install.c, dlls/advpack/tests/install.c:
+       advpack: Open the INF file if the RSC_FLAG_INF flag is specified.
 
-       * 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.
+2006-03-30  James Hawkins <truiken@gmail.com>
 
-       * loader/elf.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Get ELF_LoadLibraryExA back into a working state.
+       * dlls/advpack/install.c:
+       advpack: Forward LaunchINFSectionExA to its Unicode counterpart.
 
-       * 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/advpack/install.c:
+       advpack: Fix the documentation for the cmdline parameter of LaunchInfSection/Ex.
 
-       * dlls/shell32/shelllink.c:
-       Removed leftover debug output.
+2006-03-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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
+       * dlls/kernel/except.c:
+       kernel: Resource browsing.
+       Try to be a bit more strict when checking for resource mapping in
+       exception handler (and prevent some exceptions while in exception
+       handler).
 
-       * documentation/wine.man.in:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Protect the backslashes we mean to have show from groff.
+2006-03-30  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/comctl32/comctl32undoc.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed off by one error in DPA handling, added some warnings.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d9/d3d9_private.h,
+         dlls/wined3d/directx.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DDEVTYPE to wined3d_types.h.
 
-       * files/file.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Use debugging API instead of outputing to stderr directly.
+2006-03-30  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * dlls/ddraw/dsurface/main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Avoid division by zero.
+       * dlls/twain/rsrc.rc, dlls/twain/twain_De.rc:
+       twain: Add German resource.
 
-       * dlls/comctl32/rebar.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Pass up WM_DRAWITEM messages to parent.
+2006-03-30  Detlef Riekenberg <wine.dev@web.de>
 
-2000-11-02  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/heap.c:
+       kernel32: Display the parameter that caused a page fault in GlobalFree().
 
-       * 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.
+2006-03-29  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/comctl32/treeview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Treeview item sorting could mess up the visibleOrder of the items.
+       * dlls/kernel/heap.c, dlls/kernel/tests/heap.c:
+       kernel: Fix handling of invalid parameter in GlobalFlags().
 
-       * 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.
+2006-03-30  Detlef Riekenberg <wine.dev@web.de>
 
-       * controls/menu.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Do not invert "magic" bitmap menu items.
+       * tools/wineconf:
+       tools: Remove wineconf.
 
-       * tools/find_debug_channels:
-       Francois Gouget <fgouget@free.fr>
-       Make sure to carefully quote file names.
+2006-03-29  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/comctl32/toolbar.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Swap CalcToolbar and paint rectangle computation to the correct order.
+       * DEVELOPERS-HINTS:
+       DEVELOPER-HINTS:  Some directories are renamed / removed / added.
 
-       * 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.
+2006-03-29  Robert Shearman <rob@codeweavers.com>
 
-2000-11-01  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c:
+       oleaut32: Add IPersist to QueryInterface.
 
-       * files/directory.c:
-       Fixed SearchPath to handle a ';'-separated path as first argument.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Zero out parameter in LoadRegTypeLib in case of failure.
 
-       * dlls/ntdll/nt.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Changed NtQueryInformationToken() to fill out a valid TOKEN_GROUP with
-       admin privileges.
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Replace memcmp with IsEqualIID macro.
+       Replace memcmp with IsEqualIID macro that doesn't require a size
+       parameter and remove the unneeded brackets to give more compact and
+       more readable code.
 
-       * windows/cursoricon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       DrawIconEx: when flags=0 use flags=DI_NORMAL instead.
+       * dlls/ole32/compobj.c:
+       ole32: Don't process posted messages in CoWaitForMultipleHandles.
+       Tests with native show that during COM calls posted messages aren't
+       retrieved other than COM calls so change the PeekMessage parameters in
+       CoWaitForMultipleHandles to duplicate this.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Export SHGetSettings by name. New stub for shell.68.
+       * dlls/ole32/compobj.c:
+       ole32: Try to retrieve messages that are COM calls first.
+       Try to retrieve messages that are COM calls first in
+       CoWaitForMultipleHandles before retrieving other types.
 
-       * 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/ole32/compobj.c:
+       ole32: Put the PeekMessage call of CoWaitForMultipleHandles into a separate function.
+       Put the PeekMessage call of CoWaitForMultipleHandles into a separate
+       function so that the order and type of the messages retrieved can be
+       customised in the future.
 
-       * dlls/kernel/format_msg.c:
-       Do not truncate high word of message id.
+       * dlls/ole32/compobj.c:
+       ole32: Whether the message loop is entered in CoWaitForMultipleHandles,
+       should depend on whether the current apartment is a single threaded one.
 
-       * 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/ole32/compobj.c:
+       ole32: Pass the no yield flag to PeekMessage.
+       Pass the no yield flag to PeekMessage since we sleep in
+       MsgWaitForMultipleObjectsEx and the extra context switch is wasteful.
 
-       * 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).
+       * server/token.c:
+       server: Store the token source.
 
-       * dlls/user/user32.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issue found by winapi_check.
+2006-03-29  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * include/winuser.h:
+       include: Add DFC_POPUPMENU.
 
-       * windows/x11drv/keyboard.c:
-       Gabriel Garcia <GarciaG@origenes.com.ar>
-       Added Latin American layout.
+2006-03-30  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/http.c:
+       wininet: Clean up HTTP_GetCustomHeaderIndex.
 
-2000-10-31  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       wininet: Use a lookup table sorted by index so we don't need a loop to do lookups.
 
-       * 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.
+       * dlls/wininet/http.c:
+       WININET: Clean up HttpQueryInfo.
+       Fixes another return FALSE without SetLastError.
 
-       * objects/pen.c: Francois Gouget <fgouget@free.fr>
-       Allow pens with styles greater than PS_INSIDEFRAME to be created with
-       CreatePenIndirect and ExtCreatePen.
+       * dlls/wininet/http.c:
+       wininet: Make sure to set LastError when returning FALSE in HttpQueryInfo.
 
-       * graphics/x11drv/pen.c:
-       Francois Gouget <fgouget@free.fr>
-       Use sizeof for maintainability.
+2006-03-29  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/rebar.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Ignore RBBS_BREAK style on first band.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Fix StgOpenStorage's handling of the STGM_PRIORITY flag.
 
-       * graphics/x11drv/init.c:
-       Francois Gouget <fgouget@free.fr>
-       Fixed a few device caps values.
+2006-03-29  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/registry.c:
-       David Elliott <dfe@infinite-internet.net>
-       _nt_parse_nk() should not close keys that it does not open.
+       * dlls/x11drv/window.c, dlls/x11drv/winpos.c, dlls/x11drv/x11drv.h,
+         include/winpos.h:
+       x11drv: Replace the SWP_WINE_NOHOSTMOVE flag by a lock count.
 
-       * objects/gdiobj.c:
-       Francois Gouget <fgouget@free.fr>
-       Set the thickness of stock pens to 0 so that they are not scaled.
+2006-03-27  Petr Tesarik <hat@tesarici.cz>
 
-       * dlls/comctl32/listview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Fixed cancels editing of a listview label if the listview is
-       scrolled.
+       * dlls/ntdll/cdrom.c:
+       ntdll: Fix CDROM raw reads.
+       - Fix incorrect data sizes.
+       - Fix CDDA addressing.
+       - Implement XAForm2 mode on Linux.
 
-       * windows/syscolor.c:
-       Francois Gouget <fgouget@free.fr>
-       Fixed the value of some system colors.
+2006-03-29  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/rebar.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fix for avoiding subtraction from unsigned zero.
+       * programs/winecfg/x11drvdlg.c:
+       winecfg: Disable the desktop option when configuring a specific application.
 
-       * 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.
+2006-03-28  H. Verbeet <hverbeet@gmail.com>
 
-       * controls/scroll.c:
-       Francois Gouget <fgouget@free.fr>
-       Hide the caret only on the first WM_KEYDOWN.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         include/wine/wined3d_interface.h:
+       wined3d: Create an IWineD3DBaseShader class.
 
-       * 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/wined3d/device.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       wined3d: Move the vshader_ins and pshader_ins arrays into their respective objects.
 
-       * dlls/comctl32/treeview.c:
-       Susan Farley <susan@codeweavers.com>
-       Under some conditions its necessary to explicitly show the
-       scrollbars.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Move the SHADER_OPCODE definition to wined3d_private.h.
 
-       * windows/dialog.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Display an ERR on errors while initializing USER.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Pass the correct number of parameters for texld with ps version >= 2.
 
-       * dlls/kernel/time.c:
-       Rein Klazes <rklazes@casema.net>
-       Return TIME_ZONE_ID_STANDARD in GetTimeZoneInformation().
+2006-03-29  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/comboex.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Handle special case where itemID = -1 (special focus rect draw).
+       * dlls/user/sysparams.c:
+       user32: Fix SPI_GETLISTBOXSMOOTHSCROLLING, and implement SPI_SETLISTBOXSMOOTHSCROLLING.
 
-       * dlls/shell32/shres.rc:
-       Andreas Mohr <amohr@codeweavers.com>
-       Fix insufficient rect width value in resource file.
+       * dlls/user/sysparams.c:
+       user32: Implement SPI_[GS]ETUIEFFECTS.
 
-       * win32/console.c:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Need to get any outstanding input prior to returning number.
+       * dlls/user/sysparams.c:
+       user32: Implement SPI_[GS]ETTOOLTIPANIMATION and SPI_[GS]ETTOOLTIPFADE.
 
-       * tools/wineinstall:
-       Ove Kaaven <ovek@arcticnet.no>
-       Some bugfixes, another function for packaging, and some text
-       reformatting from Eric Maryniak.
+       * dlls/user/sysparams.c:
+       user32: Implement SPI_[GS]ETMENUANIMATION and SPI_[GS]ETSELECTIONFADE.
 
-       * dlls/gdi/Makefile.in, dlls/x11drv/Makefile.in:
-       Removed obsolete TOOLSUBDIRS dependency.
+       * dlls/user/sysparams.c:
+       user32: Implement SystemParametersInfo(SPI_[SG]ETCURSORSHADOW).
 
-       * 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.
+       * dlls/user/sysparams.c:
+       user32: Implement SystemParametersInfo(SPI_[GS]ETCOMBOBOXANIMATION).
 
-       * 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.
+       * dlls/user/sysparams.c:
+       user32: Implement SPI_[SG]ETCARETWIDTH.
 
-2000-10-29  Alexandre Julliard  <julliard@winehq.com>
+2006-03-28  Alexandre Julliard <julliard@winehq.org>
 
-       * debugger/msc.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       DEBUG_ProcessDBGFile: use a stack variable for the extra_info.
+       * dlls/mshtml/persist.c:
+       mshtml: Don't free the URL we have just stored in the callback object.
 
-       * 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/x11drv/mouse.c:
+       x11drv: Only warp the mouse pointer if it has actually moved.
 
-       * 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.
+2006-03-26  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/comctl32/comboex.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       COMBOEX_DrawItem: check return value of SendMessageA(...,CB_GETITEMDATA,...)
+       * dlls/d3d8/device.c:
+       d3d8: Add a TRACE for IDirect3DDevice8Impl_CreateVertexBuffer.
 
-       * 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.
+2006-03-28  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/d3d9/swapchain.c, dlls/wined3d/swapchain.c,
+         include/wine/wined3d_types.h:
+       wined3d: Use WINED3DSWAPEFFECT in the wined3d headers and code.
 
-       * win32/device.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Quieten VxDCall_VMM output.
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+         dlls/d3d8/surface.c, dlls/d3d8/texture.c, dlls/d3d8/volume.c,
+         dlls/d3d8/volumetexture.c, dlls/d3d9/cubetexture.c,
+         dlls/d3d9/d3d9_private.h, dlls/d3d9/device.c,
+         dlls/d3d9/indexbuffer.c, dlls/d3d9/surface.c, dlls/d3d9/texture.c,
+         dlls/d3d9/vertexbuffer.c, dlls/d3d9/volume.c,
+         dlls/d3d9/volumetexture.c, dlls/wined3d/basetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/resource.c,
+         dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DPOOL to wined3d_types.h.
 
-       * tools/wineinstall:
-       Ove Kaaven <ovek@arcticnet.no>
-       wineinstall improvements, mostly for usage in package postinstall
-       scripts.
+2006-03-22  Aric Stewart <aric@codeweavers.com>
 
-       * 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.
+       * dlls/twain/.gitignore, dlls/twain/Makefile.in, dlls/twain/ds_ctrl.c,
+         dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c, dlls/twain/resource.h,
+         dlls/twain/rsrc.rc, dlls/twain/twain32_main.c,
+         dlls/twain/twain_En.rc, dlls/twain/twain_i.h, dlls/twain/ui.c:
+       twain: Add a property sheet UI for scanning.
 
-       * 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.
+2006-03-28  Alexandre Julliard <julliard@winehq.org>
 
-       * include/local.h, memory/local.c:
-       Removed unused LOCAL_LockSegptr.
+       * dlls/x11drv/desktop.c, dlls/x11drv/window.c, dlls/x11drv/x11drv.h:
+       x11drv: Reinitialize the display settings when using a desktop window.
 
-       * graphics/x11drv/palette.c, objects/dc.c, objects/palette.c, windows/painting.c:
-       Use GetStockObject() instead of the magic STOCK_* handles.
+2006-03-22  Aric Stewart <aric@codeweavers.com>
 
-       * 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/twain/ds_image.c:
+       twain: A few cleanups, using some consts from sane.
 
-       * 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.
+2006-03-24  Eric Kohl <eric.kohl@t-online.de>
 
-       * 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
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
+       widl: Implement support for pointers to base types.
 
-2000-10-28  Alexandre Julliard  <julliard@winehq.com>
+2006-03-28  Alexandre Julliard <julliard@winehq.org>
 
-       * memory/global.c:
-       Francois Gouget <fgouget@free.fr>
-       Return the correct value for dwTotalVirtual.
-       Return a more plausible value for dwAvailVirtual.
+       * dlls/advapi32/security.c, dlls/advapi32/tests/security.c:
+       advapi32: Fixed compiler warnings.
 
-       * misc/cpu.c: Francois Gouget <fgouget@free.fr>
-       Return a more plausible value for MinimumApplicationAddress.
+2006-03-26  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * tools/winebuild/main.c, server/context_i386.c:
-       Federico Schwindt <fgsch@core-sdi.com>
-       Fixes for OpenBSD.
+       * dlls/advapi32/security.c, dlls/advapi32/tests/security.c,
+         include/winnt.h:
+       advapi32: Fixed building TRUSTEEs with objects.
+       Fill the TRUSTEE structure properly in BuildTrusteeWithObjectsAndName
+       and BuildTrusteeWithObjectsAndSid, including regression tests.
 
-       * dlls/ole32/itemmoniker.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CreateItemMoniker may get NULL as szDelim, some cleanups.
+       * dlls/comctl32/rebar.c:
+       comctl32: Rebar size fix.
+       Rebars without any bands should have a height/width of 0.
 
-       * dlls/ole32/storage32.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed OleLoadFromStream: Dereference ppvObj and get IPersistStream
-       instead of accessing IUnknown.
+2006-03-26  Vitaly Lipatov <lav@etersoft.ru>
 
-       * dlls/wininet/Makefile.in, dlls/wininet/http.c, dlls/wininet/wininet.spec:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Stub for HttpSendRequestExA.
+       * tools/wineshelllink:
+       wineshelllink: Remove quotes from Path=<workdir>.
 
-       * 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
+2006-03-28  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * 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.
+       * tools/wine.inf:
+       wine.inf: Add some more fake dlls to the system directory.
 
-2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+2006-03-28  Mike McCormack <mike@codeweavers.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.
+       * dlls/mpr/wnet.c:
+       mpr: Improve the stub for WNetGetUniversalNameW.
 
-       * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
-       Removed unused STRUCT32_NCCALCSIZE functions.
+       * server/change.c:
+       server: Fix a race condition in the delivery of change notifications.
 
-       * windows/input.c, controls/menu.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Ask application to reinitialize its menu before processing an
-       accelerator key.
+2006-03-28  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/shellpath.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+       * dlls/x11drv/window.c:
+       x11drv: Avoid setting text or WM hints of the X root window.
+
+2006-03-27  Alexandre Julliard <julliard@winehq.org>
+
+       * configure, configure.ac, dlls/Makefile.in,
+         dlls/msacm/winemp3/.gitignore, dlls/msacm/winemp3/Makefile.in,
+         dlls/msacm/winemp3/common.c, dlls/msacm/winemp3/dct64_i386.c,
+         dlls/msacm/winemp3/decode_i386.c, dlls/msacm/winemp3/huffman.h,
+         dlls/msacm/winemp3/interface.c, dlls/msacm/winemp3/l2tables.h,
+         dlls/msacm/winemp3/layer1.c, dlls/msacm/winemp3/layer2.c,
+         dlls/msacm/winemp3/layer3.c, dlls/msacm/winemp3/mpegl3.c,
+         dlls/msacm/winemp3/mpg123.h, dlls/msacm/winemp3/mpglib.h,
+         dlls/msacm/winemp3/tabinit.c, dlls/msacm/winemp3/winemp3.acm.spec,
+         dlls/winemp3.acm/.gitignore, dlls/winemp3.acm/Makefile.in,
+         dlls/winemp3.acm/common.c, dlls/winemp3.acm/dct64_i386.c,
+         dlls/winemp3.acm/decode_i386.c, dlls/winemp3.acm/huffman.h,
+         dlls/winemp3.acm/interface.c, dlls/winemp3.acm/l2tables.h,
+         dlls/winemp3.acm/layer1.c, dlls/winemp3.acm/layer2.c,
+         dlls/winemp3.acm/layer3.c, dlls/winemp3.acm/mpegl3.c,
+         dlls/winemp3.acm/mpg123.h, dlls/winemp3.acm/mpglib.h,
+         dlls/winemp3.acm/tabinit.c, dlls/winemp3.acm/winemp3.acm.spec:
+       winemp3: Renamed the dlls/msacm/winemp3 directory to dlls/winemp3.acm.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/msacm/msg711/.gitignore,
+         dlls/msacm/msg711/Makefile.in, dlls/msacm/msg711/msg711.acm.spec,
+         dlls/msacm/msg711/msg711.c, dlls/msg711.acm/.gitignore,
+         dlls/msg711.acm/Makefile.in, dlls/msg711.acm/msg711.acm.spec,
+         dlls/msg711.acm/msg711.c:
+       msg711: Renamed the dlls/msacm/msg711 directory to dlls/msg711.acm.
+
+       * configure, configure.ac, dlls/Makefile.in,
+         dlls/msacm/msadp32/.gitignore, dlls/msacm/msadp32/Makefile.in,
+         dlls/msacm/msadp32/msadp32.acm.spec, dlls/msacm/msadp32/msadp32.c,
+         dlls/msadp32.acm/.gitignore, dlls/msadp32.acm/Makefile.in,
+         dlls/msadp32.acm/msadp32.acm.spec, dlls/msadp32.acm/msadp32.c:
+       msadp32: Renamed the dlls/msacm/msadp32 directory to dlls/msadp32.acm.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/imaadp32.acm/.gitignore,
+         dlls/imaadp32.acm/Makefile.in, dlls/imaadp32.acm/imaadp32.acm.spec,
+         dlls/imaadp32.acm/imaadp32.c, dlls/msacm/imaadp32/.gitignore,
+         dlls/msacm/imaadp32/Makefile.in,
+         dlls/msacm/imaadp32/imaadp32.acm.spec,
+         dlls/msacm/imaadp32/imaadp32.c:
+       imaadp32: Renamed the dlls/msacm/imaadp32 directory to dlls/imaadp32.acm.
+
+       * dlls/x11drv/desktop.c, dlls/x11drv/window.c,
+         dlls/x11drv/winex11.drv.spec, dlls/x11drv/x11drv.h,
+         dlls/x11drv/x11drv_main.c, programs/explorer/desktop.c,
+         programs/explorer/explorer.c, programs/explorer/explorer_private.h:
+       x11drv: Moved desktop mode handling to the explorer process.
+       Per-application desktop mode settings are no longer supported.  Apps
+       can be launched in a specific desktop window by using:
+       explorer /desktop=name[,widthxheight] app.exe [args]
+       If the named desktop already exists the app is launched inside it. The
+       default desktop is cleverly named "default".
 
-       * dlls/ntdll/signal_i386.c:
-       Fixed typo due to merge error.
+       * dlls/x11drv/window.c:
+       x11drv: Allow setting WM hints for the desktop window.
 
-       * 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.
+       * dlls/x11drv/winpos.c:
+       x11drv: Support SetWindowPos and ShowWindow on the desktop window.
 
-       * graphics/painting.c:
-       Mark Dufour <m.dufour@student.tudelft.nl>
-       Implemented PolyDraw() and AngleArc().
+2006-03-27  Jacek Caban <jacek@codeweavers.com>
 
-2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl,
+         dlls/mshtml/nsservice.c, dlls/mshtml/view.c:
+       mshtml: Added tooltip implementation.
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20001026.
+2006-03-27  Ulrich Czekalla <ulrich@codeweavers.com>
 
-----------------------------------------------------------------
-2000-10-26  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/commdlg/fontdlg.c:
+       commdlg: Properly set and retrieve colour value from combo box .
 
-       * 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.
+2006-03-27  Robert Shearman <rob@codeweavers.com>
 
-       * windows/keyboard.c, windows/struct32.c, windows/struct32.h:
-       Removed unused STRUCT32_NCCALCSIZE functions.
+       * dlls/shell32/systray.c, programs/explorer/systray.c:
+       shell32: Adding a systray item with an invalid icon handle is allowed.
 
-       * windows/input.c, controls/menu.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Ask application to reinitialize its menu before processing an
-       accelerator key.
+2006-03-27  Huw Davies <huw@codeweavers.com>
 
-       * dlls/shell32/shellpath.c:
-       Martin Pilka <mpilka@codeweavers.com>
-       "StartMenu" --> "Start Menu", "Startup" --> "StartUp".
+       * dlls/riched20/txtsrv.c:
+       riched20: Take a ref on text host.
 
-       * dlls/ntdll/signal_i386.c:
-       Fixed typo due to merge error.
+2006-03-27  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/user/input.c:
+       user32: Send a fake mouse movement event after releasing capture.
 
-       * graphics/painting.c:
-       Mark Dufour <m.dufour@student.tudelft.nl>
-       Implemented PolyDraw() and AngleArc().
+2006-03-27  Alexandre Julliard <julliard@winehq.org>
 
-2000-10-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/virtual.c:
+       ntdll: Limit header_size to the file size.
 
-       * windows/x11drv/keyboard.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Added an another special case handling for Shift+[NumPad]DEL.
+       * dlls/x11drv/window.c, dlls/x11drv/x11drv.h, dlls/x11drv/x11drv_main.c,
+         dlls/x11drv/xrandr.c, dlls/x11drv/xvidmode.c:
+       x11drv: Get rid of the using_wine_desktop flag.
 
-       * 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/user/user_main.c, server/process.c, server/user.h, server/window.c,
+         server/winstation.c:
+       server: Connect to the window station and desktop specified by startup info.
+       If window station and desktop aren't inherited from the parent, don't
+       connect to them from the server, but from the USER init code where we
+       can get the proper values from the startup info structure.
 
-       * 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.
+       * server/window.c:
+       server: Store window properties in the global atom table instead of
+       the per-winstation table.
 
-       * 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.
+2006-03-25  Louis. Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * controls/scroll.c:
-       Francois Methot <francoism@macadamian.com>
-       Added support of blinking thumb as found in Windows scrollbar.
+       * dlls/shell32/.gitignore, dlls/shell32/Makefile.in,
+         dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
+       shell32: Add an uncompressed AVI displaying the word searching.
 
-       * 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.
+2006-03-26  James Hawkins <truiken@gmail.com>
 
-       * include/module.h, loader/module.c, loader/pe_image.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Free the Win16 dummy module and wm->deps.
+       * dlls/advpack/install.c, dlls/advpack/tests/install.c:
+       advpack: Implement the launching of executables in RunSetupCommand.
 
-       * graphics/x11drv/graphics.c:
-       Mark Dufour <m.dufour@student.tudelft.nl>
-       X11DRV_DrawArc: swap the start and end points when drawing in
-       clockwise direction.
+       * dlls/advpack/tests/install.c, include/advpub.h, include/urlmon.idl:
+       advpack: Define S_ASYNCHRONOUS in advpub.h.
 
-       * objects/region.c:
-       Aviad Pineles <paviad@netvision.net.il>
-       Avoid infinite loop in CreateRoundRectRgn().
+2006-03-27  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/process.c, server/request.c:
+       server: Fixed process exit code on FreeBSD.
 
-       * relay32/builtin32.c:
-       Removed no longer used structure definition.
+2006-03-24  Petr Tesarik <hat@tesarici.cz>
 
-       * tools/wrc/writeres.c:
-       16-bit resource size must be scaled by alignment.
+       * programs/winedbg/break.c:
+       winedbg: Fix stepping over an instruction.
 
-       * 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.
+2006-03-27  Petr Tesarik <hat@tesarici.cz>
 
-       * 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/winedos/dosexe.h, dlls/winedos/interrupts.c:
+       winedos: Clear TF bit before passing control to a VM86 interrupt handler.
 
-       * 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.
+2006-03-26  f_sophia <f_sophia@libero.it>
 
-       * dlls/winmm/wineoss/audio.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Transform device open error TRACE()s into WARN(); better error msgs.
+       * programs/winhelp/Eo.rc, programs/winhelp/rsrc.rc:
+       winhelp: Added Esperanto language support.
 
-       * 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.
+2006-03-26  Antonio Codazzi <f_sophia@libero.it>
 
-       * windows/sysparams.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Added SPI_GETWINDOWSEXTENSION.
+       * dlls/shell32/shell32_Eo.rc:
+       shell32: Updated Esperanto translation.
 
-       * scheduler/process.c:
-       Jeremy White <jwhite@codeweavers.com>
-       Added support for a WINELOADER environment variable which allows the
-       specification of a different binary loader.
+2006-03-26  James Hawkins <truiken@gmail.com>
 
-2000-10-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/process.c, dlls/kernel/tests/process.c:
+       kernel: Error out of CreateProcess if the specified current directory
+       doesn't exist.
 
-       * include/module.h, loader/pe_resource.c:
-       Removed GetResDirEntryA/W.
+2006-03-26  Vitaly Lipatov <lav@etersoft.ru>
 
-       * dlls/shell32/iconcache.c, dlls/shell32/shell.c:
-       Implement InternalExtractIcon by calling PrivateExtractIcons instead
-       of duplicating all the code.
+       * tools/wine.inf:
+       wine.inf: Add some dll stub dll to the system directory.
 
-       * 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>).
+2006-03-24  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * controls/menu.c:
-       Aric Stewart <aric@codeweavers.com>
-       Converted menu string handling to Unicode.
+       * tools/wine.inf:
+       wine.inf: Add SystemRoot.
 
-       * dlls/winsock/ws2_32.spec:
-       Aric Stewart <aric@codeweavers.com>
-       Added forward for WSAResetEvent.
+2006-03-27  Petr Tesarik <hat@tesarici.cz>
 
-       * dlls/winsock/socket.c:
-       Rein Klazes <rklazes@casema.net>
-       Convert the value of level when setsockopt is called with
-       WS_SO_DONTLINGER.
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Fix debug exceptions from VM86.
+       - Set ContextFlags accordingly in save_vm86_context().
+       - Raise debug exceptions correctly for debug exceptions.
+       - Do not clear TF bit for VM86-generated debug exceptions.
 
-       * 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.
+2006-03-26  James Hawkins <truiken@gmail.com>
 
-       * objects/palette.c:
-       Patrik Stridvall <ps@leissner.se>
-       - Explicitly initialize structures.
-       - Fixed strange code probably caused by a merge conflict.
+       * dlls/advpack/install.c, dlls/advpack/tests/install.c:
+       advpack: Set hexe to a non-NULL value to test that the handle is NULL on return.
 
-       * 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.
+2006-03-26  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
-       James Hatheway <james@macadamian.com>
-       Added stubs for CryptGenRandom(), CryptReleaseContext().
+       * dlls/commdlg/filedlg.c:
+       commdlg: Malformed filters are still added to the filter combo box.
 
-       * 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.
+       * dlls/comctl32/comctl32undoc.c:
+       comctl32: Having an MRU list without a compare function works in Windows.
 
-       * objects/enhmetafile.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Make EnumEnhMetaFile work.
+2006-03-26  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/rpcrt4/rpcrt4.spec, dlls/rpcrt4/rpcrt4_main.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Implemented RpcStringFreeA and UuidToStringA.
+       * dlls/msvcrt/scanf.h, dlls/msvcrt/tests/scanf.c:
+       msvcrt: Fix reading of signed numbers with unsigned read types in scanf.
 
-2000-10-23  Alexandre Julliard  <julliard@winehq.com>
+2006-03-24  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/msvcrt/file.c:
+       msvcrt: Fix fflush() of files opened for read.
+       Some apps, for no particular reason, call fflush() on files opened for
+       read.  This keeps them from tripping over their shoelaces.
 
-       * 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.
+2006-03-25  Tomas Carnecky <tom@dbservice.com>
 
-       * 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.
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/x11drv/opengl.c:
+       opengl: Put OpenGL setup functions into their own debug channel.
 
-       * 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.
+2006-03-25  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l:
+       winedbg: Fixes for identifiers.
+       - fixed lexical rules for a path name
+       - fixed identifier rules so that we get the right precedence
+       between ! and ::
+       - modules (in mod!name forms) are now handled as tIDENTIFIER
+       (tPATH was buggy anyhow)
 
-       * include/wingdi.h:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed issue found by winapi_check.
+       * dlls/dbghelp/symbol.c:
+       dbghelp: Module should be case insensitive.
+       When looking up a symbol name in the form module!name, the module
+       lookup should be insensitive.
 
-       * dlls/dinput/dinput_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
+2006-03-24  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * include/process.h:
-       Patrik Stridvall <ps@leissner.se>
-       Use intermediate typedef.
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+         dlls/d3d8/directx.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+         dlls/d3d9/cubetexture.c, dlls/d3d9/d3d9_private.h,
+         dlls/d3d9/device.c, dlls/d3d9/directx.c, dlls/d3d9/surface.c,
+         dlls/d3d9/swapchain.c, dlls/d3d9/texture.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DMULTISAMPLE_TYPE to wined3d_types.h.
 
-       * 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.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Add WINED3DTRIPATCH_INFO to wined3d_types.h.
 
-       * 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.
+2006-03-23  H. Verbeet <hverbeet@gmail.com>
 
-       * win32/except.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       - Print CS reg at crash MessageBox (needed for Win16 programs).
-       - Add "hint" for debugger setup.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Move the D3DSIO_DCL dumping code into its own function.
 
-       * debugger/Makefile.in, debugger/winedbg.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added advapi32 to imported DLLs list.
+2006-03-23  James Hawkins <truiken@gmail.com>
 
-       * dlls/msacm/pcmconverter.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added more conversion routines (rate conversion is implemented).
-       Cleaned up the code.
+       * dlls/advpack/tests/.gitignore, dlls/advpack/tests/Makefile.in,
+         dlls/advpack/tests/install.c:
+       advpack: Add initial tests for RunSetupCommand.
 
-       * debugger/msc.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       PDB symbol header format depends only on version code.
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward DelNodeA to its Unicode counterpart.
 
-       * 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.
+       * dlls/advpack/advpack.spec, dlls/advpack/install.c:
+       advpack: Forward RunSetupCommandA to its Unicode counterpart.
 
-       * README: Andreas Mohr <amohr@codeweavers.com>
-       Mention that you need the X11 devel files.
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward the FileSaveRestore API to their Unicode counterparts.
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       DirectDrawCreateEx() should already return the interface for the
-       passed refiid.
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward GetVersionFromFileA/ExA to their Unicode counterparts.
 
-       * dlls/ddraw/ddraw/dga2.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Change the width / height parameter on a SetDisplayMode.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+       advpack: Forward SetPerUserSecValuesA to its Unicode counterpart.
 
-       * 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.
+2006-03-24  Ken Thomases <ken@codeweavers.com>
 
-       * dlls/user/exticon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added two checks for out of range pointer accesses.
+       * server/process.c:
+       server: Fix memory leak in read_process_memory handler.
 
-       * debugger/types.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed floating point data printing and made basic types reading more
-       robust.
+2006-03-24  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c:
-       Jason Mawdsley <jason@macadamian.com>
-       Fixed some flickering that was occurring in the image list control
-       when it repainted.
+       * dlls/ntdll/directory.c:
+       ntdll: Recursive notify is implemented.
 
-       * 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.
+2006-03-24  Phil Krylov <phil@newstar.rinet.ru>
 
-       * include/winbase.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       Removed redundant thread priority defines.
+       * server/signal.c:
+       server: Fix compilation under Darwin 7.
 
-2000-10-19  Alexandre Julliard  <julliard@winehq.com>
+2006-03-23  Jacek Caban <jacek@codeweavers.com>
 
-       * include/process.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added crt/msvcrt thread prototypes.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmlelem2.c, dlls/mshtml/mshtml_private.h:
+       mshtml: Added IHTMLElement2 implementation.
 
-       * dlls/winmm/mciwave/mciwave.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Added asynchronous recording in MCI layer.
+       * include/exdisp.idl:
+       exdisp.idl: Added missing IE6 methods to DWebBrowserEvents2.
 
-       * include/winuser.h:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Added support for AZERTY keyboard layout.
+2006-03-23  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/winmm/wineoss/midi.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Sequencer error message fix.
+       * dlls/d3d8/device.c, dlls/d3d9/device.c, dlls/wined3d/device.c,
+         include/wine/wined3d_interface.h:
+       wined3d: Rectpatch code fix.
+       Update the wined3d code to use WINED3DRECTPATCH_INFO, which was added
+       with an older patch.
 
-       * dlls/comctl32/listview.c:
-       James Hatheway <james@macadamian.com>
-       Fix messages sent when right-clicking in a blank (non-item) area of a
-       listview.
+2006-03-23  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/pe_image.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Pass the correct hFile to PE_CreateModule.
+       * dlls/msvcrt/time.c:
+       msvcrt: Implementation of wcsftime (based on a patch by Mike McCormack).
 
-       * 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.
+2006-03-22  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * windows/x11drv/keyboard.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Added support for AZERTY keyboard layout.
+       * dlls/kernel/cpu.c:
+       kernel: Add processor specific environment variables.
 
-       * programs/progman/group.c, programs/progman/grpfile.c, programs/progman/progman.h, programs/progman/program.c:
-       <ewill@ncal.verio.com>
-       Changed GROUP to PROGGROUP.
+2006-03-23  James Hawkins <truiken@gmail.com>
 
-       * files/dos_fs.c, files/file.c, include/winnt.h:
-       Andreas Mohr <amohr@codeweavers.com>
-       Skip directory symlinks in DOSFS_FindNextEx.
+       * dlls/comctl32/tab.c:
+       comctl32: A couple fixes for tab icon offsets.
+       - Shift selected icons up and non-selected icons down.
+       - Add the top or left draw rect to the vertical offset, because it may
+       not be zero.
 
-       * dlls/wineps/escape.c: Brian Pirie
-       Added support for PASSTHROUGH and POSTSCRIPT_PASSTHROUGH escapes.
+2006-03-22  James Hawkins <truiken@gmail.com>
 
-       * 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".
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Implement FileSaveMarkNotExistW.
 
-       * console/interface.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed a char/NULL comparison.
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward AdvInstallFileA to its Unicode counterpart.
 
-       * include/winerror.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added the {HRESULT,SCODE}_SEVERITY macros.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+       advpack: Forward the ansi user stub APIs to their Unicode counterparts.
 
-       * 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/advpack/advpack.spec, dlls/advpack/files.c:
+       advpack: Forward AddDelBackupEntryA to its unicode counterpart.
 
-       * dlls/shell32/iconcache.c, include/winuser.h:
-       Call PrivateExtractIcon in user32 instead of duplicating the code.
+2006-03-23  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/kernel/environ.c:
+       kernel: Remove a couple of incorrect asserts.
 
-       * loader/elfdll.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Back out my ELFDLL_dlopen patch and add a warning for future misguided
-       hackers.
+2006-03-23  Rein Klazes <wijn@wanadoo.nl>
 
-       * memory/global.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Allow freeing locked global memory handles.
+       * dlls/comctl32/tooltips.c:
+       comctl32: Do not free LPSTR_TEXTCALLBACK tooltip texts.
 
-       * windows/mdi.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Watch out for DefMDIChildProc calls on non-MDI-child windows.
+2006-03-22  Detlef Riekenberg <wine.dev@web.de>
 
-       * graphics/x11drv/oembitmap.c:
-       Ulrich Weigand <weigand@immd1.informatik.uni-erlangen.de>
-       Don't hold the X11 lock while calling GDI object routines.
+       * dlls/kernel/tests/thread.c:
+       kernel: Load QueueUserWorkItem function dynamically.
 
-       * 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.
+2006-03-23  Eric Kohl <eric.kohl@t-online.de>
 
-       * 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.
+       * tools/widl/server.c, tools/widl/typegen.c:
+       widl: Fix base type alignments.
+       Generate aligned marshal and unmarshal code for base type arguments
+       and return values.
 
-       * dlls/oleaut32/ole2disp.c, dlls/oleaut32/ole2disp.spec, dlls/oleaut32/oleaut32.spec:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Stub CreateDispTypeInfo, CreateStdDispatch16 and CreateStdDispatch.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Fix format string size calculation.
+       - Move proc format string size calculation from client.c and server.c
+       to typegen.c.
+       - Implement type format string size calculation.
 
-       * 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
+2006-03-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/user/tests/winstation.c, server/atom.c, server/class.c:
+       server: Class and global atoms should not be local to a window station.
 
-2000-10-17  Alexandre Julliard  <julliard@winehq.com>
+2006-03-22  Marcus Meissner <meissner@suse.de>
 
-       * 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).
+       * configure, configure.ac, programs/Makefile.in,
+         programs/avitools/.gitignore, programs/avitools/Makefile.in,
+         programs/avitools/aviinfo.c, programs/avitools/aviplay.c,
+         programs/avitools/icinfo.c, programs/icinfo/.gitignore,
+         programs/icinfo/Makefile.in, programs/icinfo/icinfo.c:
+       programs: Move icinfo out of avitools.
 
-       * windows/x11drv/keyboard.c, include/winuser.h:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Added support for keyboard input in various locales.
+2006-03-22  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/comctl32/listview.c:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Implement LVM_SETITEMPOSITION32.
+       * dlls/wined3d/drawprim.c, dlls/wined3d/vertexshader.c:
+       wined3d: Set vertex attribute pointers defined in vertex declarations properly.
 
-       * 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.
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Fix slightly misleading ParseVertexDeclarationUsage naming.
 
-       * include/commctrl.h:
-       Guy L. Albertelli <galberte@neo.lrun.com>
-       Added flag and notification definitions for ComboBoxEx.
+       * dlls/wined3d/vertexdeclaration.c, include/wine/wined3d_types.h:
+       wined3d: Initialise WINED3DVERTEXELEMENT's Reg field in
+       IWineD3DVertexDeclarationImpl_ParseDeclaration9.
 
-       * dlls/kernel/kernel.spec, dlls/kernel/kernel_main.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Implemented old Win 2.x string functions.
+       * dlls/wined3d/vertexdeclaration.c, dlls/wined3d/wined3d_private.h:
+       wined3d: glTypeLookup cleanup.
+       Use a struct instead of an UINT array as entries in the glTypeLookup
+       table.
 
-       * dlls/ddraw/ddraw/x11.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Warning fix.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Store the pixelshader version in the pixelshader object.
 
-       * server/ptrace.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Add appropriate casts to caddr_t for the third parameter of ptrace().
+2006-03-22  Huw Davies <huw@codeweavers.com>
 
-2000-10-15  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       user32: Only adjust the margins if the edit control is above a certain size.
 
-       * 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.
+2006-03-22  James Hawkins <truiken@gmail.com>
 
-       * 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/advpack/advpack.c, dlls/advpack/advpack.spec:
+       advpack: Forward RebootCheckOnInstallA to its Unicode counterpart.
 
-       * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/reg.c, include/ntddk.h:
-       Fixed a few prototypes.
+2006-03-22  Jacek Caban <jacek@codeweavers.com>
 
-       * include/miscemu.h, msdos/dosmem.c, dlls/kernel/kernel_main.c:
-       Set selector 0000H base to 0xf0000 until the first 64K are
-       unprotected.
+       * dlls/mshtml/htmlelem.c:
+       mshtml: Clean up get_all and tags (also fixes a typo).
 
-       * 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*).
+2006-03-22  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/ddraw/ddraw/dga.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Remove unused variable orig_mode.
+       * tools/wine.inf:
+       wine.inf: Add a shdocvw.dll stub dll to the system directory.
 
-       * 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/msi/action.c:
+       msi: Add stub for the RegisterComPlus and UnregisterComPlus actions.
 
-       * 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/msi/package.c:
+       msi: Don't crash when logging a record with only one field.
 
-       * dlls/comctl32/monthcal.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Localization and many changes to behaviour and outlook.
+2006-03-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/directory.c, server/handle.c, server/handle.h, server/mailslot.c,
+         server/named_pipe.c, server/object.c, server/object.h,
+         server/registry.c, server/request.c, server/signal.c:
+       server: New scheme for cleaning up objects on server exit.
+       Objects stored in static variables can now be marked when they are
+       created and are automatically cleaned up on exit. This avoids having
+       to export a bunch of close_* functions.
 
-       * dlls/comctl32/comctl32.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added additional resource IDs.
+2006-03-21  James Hawkins <truiken@gmail.com>
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stubbed LookupAccountNameA.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+       advpack: Forward TranslateInfStringExA to its unicode counterpart.
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Return "default" DirectDraw driver if we have at least one driver
-       registered.
+       * dlls/advpack/tests/files.c:
+       advpack: Add second null for double null terminated lists.
 
-       * windows/nonclient.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Fixed behaviour of window's system buttons.
+2006-03-22  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/dialog.c:
+       msi: Show "hidden dialogs" but hide them initially.
 
-2000-10-13  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/custom.c:
+       msi: Implement custom action type 17.
 
-       * graphics/x11drv/oembitmap.c, include/bitmaps/ocr_hand, include/winuser.h:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Implemented the IDC_HAND cursor.
+       * dlls/riched20/.gitignore, dlls/riched20/Makefile.in,
+         dlls/riched20/version.rc:
+       riched20: Add a version resource.
 
-       * dlls/kernel/format_msg.c, include/winbase.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed the signature of the FormatMessage APIs.
+       * dlls/wintrust/wintrust_main.c:
+       wintrust: Use the definition of WINTRUST_ACTION_GENERIC_VERIFY_V2 in softpub.h.
 
-       * 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/Makefile.in, include/softpub.h:
+       include: Add softpub.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.
+2006-03-22  Kevin Koltzau <kevin@plop.org>
 
-       * 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.
+       * dlls/ole32/tests/.gitignore, dlls/ole32/tests/Makefile.in,
+         dlls/ole32/tests/clipboard.c:
+       ole32: Initial tests for OLE clipboard functions.
 
-       * include/ole2.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Must include objbase.h.
+2006-03-21  Bryan Mayland <bmayland@leoninedev.com>
 
-       * dlls/odbc32/proxyodbc.c, include/windef.h, dlls/kernel/comm.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       HFILE is an int, not a regular HANDLE.
+       * dlls/kernel/sync.c, dlls/kernel/tests/sync.c:
+       kernel: WaitForMultipleObjectsEx should accept up to MAXIMUM_WAIT_OBJECTS.
 
-       * include/winuser.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added MSGF_DDEMGR.
+2006-03-21  Lei Zhang <leiz@ucla.edu>
 
-       * dlls/ddraw/ddraw/x11.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed incorrect format string.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Implements FR_WHOLEWORD for EM_FINDTEXT.
+       Add FR_WHOLEWORD to riched20's EM_FINDTEXT and fix a couple small bugs
+       introduced in earlier patches for EM_FINDTEXT. Additional test cases
+       have been added to check for corner cases.  Also improve input
+       validation.
 
-       * programs/winhelp/winhelp.c, programs/winhelp/winhelp.h:
-       Chris Morgan <cmorgan@codeweavers.com>
-       Added changing mouse cursor when over a help topic link.
+2006-03-21  Francois Gouget <fgouget@free.fr>
 
-       * dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented DirectInputCreateEx.
+       * dlls/ddraw/tests/ddrawmodes.c, dlls/ole32/datacache.c,
+         dlls/ole32/storage32.c, dlls/oleaut32/dispatch.c,
+         dlls/shell32/shlfolder.c, dlls/shlwapi/ordinal.c,
+         dlls/shlwapi/path.c, dlls/wininet/gopher.c:
+       Assorted spelling fixes.
 
-       * dlls/comctl32/treeview.c:
-       Louis Philippe Gagnon <louisphilippe@macadamian.com>
-       Do not send a WM_CONTEXTMENU message when a TreeView receives a
-       WM_RBUTTONUP.
+       * programs/taskmgr/taskmgr.c, programs/taskmgr/taskmgr.h:
+       taskmgr: Avoid forward declarations and make functions static.
 
-       * if1632/findfunc, tools/findfunc:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Make findfunc look for .spec files, and put it with the other tools.
+       * programs/taskmgr/applpage.c:
+       taskmgr: Reorder functions to avoid forward declarations.
 
-       * 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.
+       * programs/taskmgr/about.c, programs/taskmgr/affinity.c,
+         programs/taskmgr/column.c, programs/taskmgr/graph.c,
+         programs/taskmgr/perfpage.c, programs/taskmgr/proclist.c,
+         programs/taskmgr/procpage.c:
+       taskmgr: Avoid forward declarations and make functions static.
 
-       * 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
+       * tools/winapi/win32.api:
+       Update win32.api to match the current sources.
 
-       * 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.
+       * include/winerror.h:
+       include: Add missing error and facility codes.
 
-       * dlls/gdi/gdi32.spec, objects/dc.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Stubbed GetDeviceGammaRamp.
+       * dlls/advapi32/advapi32.spec:
+       advapi32: Fix the LsaEnumerateAccountRights() export.
 
-       * msdos/int21.c:
-       Peter Hawkins <peter@hawkins.emu.id.au>
-       Added DOS int 21h function 4452h support (DR-DOS version check).
+       * include/ntsecapi.h:
+       include: Standardize the LsaLookupNames() prototype.
 
-       * graphics/x11drv/dib.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fill in the dsBmih.biSizeImage field of DIBSections with the
-       calculated bitmap size.
+2006-03-21  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/winmm/wineoss/midi.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Indicate that the MIDI error message only affects programs that need MIDI.
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut: ITypeInfo::GetIDsOfNames should search inherited interfaces
+       regardless of what type they are.
+       Add a test for this and dump type infos created with CreateDispTypeInfo.
 
-       * memory/heap.c:
-       Andreas Mohr <amohr@codeweavers.com>
-       Get rid of shared heap fixme messages.
-       Slightly corrected my heap commit patch (Xilinx).
+2006-03-21  Huw Davies <huw@codeweavers.com>
 
-       * 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/gdi/tests/gdiobj.c, tools/sfnt2fnt.c:
+       fonts: Use the EBLC table to retrieve the ascent of the bitmap font.
 
-       * dlls/comctl32/treeview.c:
-       Susan Farley <sfarley@codeweavers.com>
-       To improve custom-drawn items, add focus border to itemRects and do
-       not overlap them.
+2006-03-21  Jeff Latimer <lats@yless4u.com.au>
 
-       * 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.
+       * programs/winedbg/be_alpha.c, programs/winedbg/be_cpu.h,
+         programs/winedbg/be_i386.c, programs/winedbg/be_ppc.c,
+         programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/info.c, programs/winedbg/tgt_active.c,
+         programs/winedbg/tgt_minidump.c, programs/winedbg/winedbg.man.in:
+       winedbg: Add display for floating point status.
+       Added code to examine and display floating point unit status into
+       be_i386.c as info all-regs command.
 
-       * include/windef.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Claim that our headers conform to the version 5.0.
+2006-03-21  Alexandre Julliard <julliard@winehq.org>
 
-       * include/prsht.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       The string fields in PROPSHEETPAGEA should be ANSI strings.
+       * tools/sfnt2fnt.c:
+       sfnt2fnt: Remove output file on failure.
 
-       * include/olectl.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Removed the DUMMY_UNION_NAME in favor of DUMMYUNIONNAME.
+       * dlls/activeds/activeds_main.c, dlls/cfgmgr32/main.c,
+         dlls/cryptdll/cryptdll.c, dlls/d3dim/d3dim_main.c,
+         dlls/d3drm/d3drm_main.c, dlls/msnet32/msnet_main.c,
+         dlls/snmpapi/main.c, dlls/url/url_main.c, dlls/vdmdbg/vdmdbg.c,
+         dlls/winnls32/winnls.c, dlls/wintrust/wintrust_main.c:
+       Added DLL_WINE_PREATTACH handling in a number of stub-only dlls.
 
-       * include/commctrl.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added the missing TVINSERTSTRUCT synonyms.
-       Added missing CBEIF_xxx definitions.
+2006-03-21  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/oleaut32/ole2disp.c, include/oleauto.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed the signature of SysAllocStringByteLen.
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
+         dlls/msi/helpers.c:
+       msi: Improve handling of short paths.
 
-       * 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.
+2006-03-21  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ntdll/reg.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Make reg the default output chanel.
+       * dlls/ntdll/threadpool.c:
+       ntdll: Start of pooling support for RtlQueueWorkItem.
+       Start of pooling support for RtlQueueWorkItem. The algorithm
+       implmented is very simple - if there are no free threads, create a new
+       one.
 
-       * dlls/winsock/socket.c:
-       Rein Klazes <rklazes@casema.net>
-       Ignore setsockopt calls that make the size of the receive buffer too
-       small.
+       * dlls/kernel/tests/thread.c:
+       kernel: Add a test for QueueUserWorkItem.
 
-       * 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.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Better support for invoking methods with VT_VARIANT argument types.
 
-       * include/wingdi.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added a declaration for GetEnhMetaFileDescription.
+       * dlls/wininet/internet.c:
+       wininet: Document InternetCrackUrlW.
 
-       * winedefault.reg: Andreas Mohr <a.mohr@mailto.de>
-       Added Fonts registry key.
+       * dlls/wininet/http.c, dlls/wininet/internet.c:
+       wininet: InternetCreateUrlW should return the number of bytes needed.
+       InternetCreateUrlW should return the number of bytes needed to store
+       the URL, not the number of characters (reported by Sven Paschukat).
 
-       * win32/except.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed regression for debugger startup event creation.
+2006-03-21  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/ntdll/loader.c, include/winnt.h:
+       ntdll: Added a DLL_WINE_PREATTACH call to DllMain for builtins.
+       By returning FALSE from this call, a builtin dll can specify that we
+       should try to load the native one instead.
 
-       * 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/main.c:
+       ddraw: Call DDRAW_ChooseDefaultDriver only on PROCESS_ATTACH.
 
-       * dlls/ddraw/dsurface/x11.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Support non-buffered overlays.
+       * dlls/Makefile.in, dlls/Maketest.rules.in, dlls/make_dlls:
+       dlls: Removed a number of dll symlinks that are no longer needed.
 
-       * 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.
+       * tools/winewrapper:
+       winewrapper: Remove explicit call to wineprefixcreate.
+       Now that wineprefixcreate detects the build tree automatically, the
+       standard behavior of starting it from ntdll should work fine.
 
-       * dlls/comctl32/header.c:
-       Serge Ivanov <sergei@corel.com>
-       Simple NULL check.
+       * programs/wcmd/wcmdmain.c:
+       wcmd: Try executing the process even if the exe file doesn't exist.
+       It may be a builtin exe in which case the CreateProcess call will
+       succeed.
 
-       * 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.
+       * tools/wine.inf, tools/wineprefixcreate.in:
+       wine.inf: Use the new fake dlls mechanism to create placeholders for
+       applications instead of using symlinks.
 
-       * dlls/ddraw/ddraw_private.h, dlls/ddraw/convert.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added 16 (565) -> 15 (555) bit depth converter.
+       * dlls/ntdll/loader.c:
+       ntdll: Detect the fake dlls created by setupapi and refuse to load them.
 
-       * graphics/x11drv/codepage.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added support for cp936.
+       * dlls/setupapi/Makefile.in, dlls/setupapi/fakedll.c,
+         dlls/setupapi/install.c, dlls/setupapi/setupapi_private.h:
+       setupapi: Added support for creating fake dlls at install time.
+       This should satisfy applications that access a dll file directly. For
+       apps that check the dll version in the file, the version resource is
+       copied from the builtin dll.
 
-       * relay32/relay386.c: Work-around for gcc bug.
+2006-03-18  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/ddraw/ddraw/x11.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Implememnted GetFourCCCodes.
+       * dlls/dinput/device.c, dlls/dinput/device_private.h,
+         dlls/dinput/keyboard.c, dlls/dinput/mouse.c:
+       dinput: Create single thread for mouse and keyboard hook.
+       Put keyboard & mouse hook callbacks into separate thread.
+       Move few global variables into object. Delete no longer used crit section.
+       For hooks to work properly hook callback have to be in a thread
+       with message loop. Some games create separate threads just to handle
+       mouse and/or keyboard events that do not have message loop.
 
-       * 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.
+2006-03-20  Mike Hearn <mike@plan99.net>
 
-       * 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.
+       * dlls/opengl32/Makefile.in, dlls/opengl32/wgl.c:
+       opengl32: Optimize thunks by storing GL context in the thread environment block.
 
-       * configure, configure.in:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Fixed the OpenGL detection code.
+2006-03-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * debugger/stabs.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Fixed loading of symbols from libraries.
+       * dlls/gdi/bitmap.c, dlls/gdi/tests/gdiobj.c:
+       gdi: Fix a couple of todos in the bitmap test.
 
-       * win32/file.c: Rein Klazes <rklazes@casema.net>
-       Prevent SetFileAttributeA from making directory read-only.
+2006-03-21  Byeong-Sik Jeon <wjsqudtlr@gmail.com>
 
-       * 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.
+       * dlls/commdlg/cdlg_Ko.rc:
+       commdlg: Updated Korean translation.
 
-       * include/dde.h, include/winuser.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added four DDElParam functions.
-       Now needs an 'extern "C"' protection for C++.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean translation.
 
-       * dlls/user/ddeml.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the parameter types and comments of the DDElParam functions.
+2006-03-21  Mike McCormack <mike@codeweavers.com>
 
-       * include/winbase.h, include/wininet.h:
-       Francois Gouget <fgouget@free.fr>
-       Removed stray A/W from invocations of WINELIB_NAME_AW.
+       * programs/taskmgr/applpage.c:
+       taskmgr: Make some functions static.
 
-       * msdos/int11.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Removed dependency on globals LPT[] and COM{}.
+       * programs/taskmgr/applpage.c:
+       taskmgr: Fix some gcc 4.1 warnings caused by commctrl.h macros.
 
-       * 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.
+       * programs/winefile/winefile.c:
+       winefile: Fix some gcc 4.1 warnings caused by commctrl.h macros.
 
-       * msdos/vga.c: Andreas Mohr <a.mohr@mailto.de>
-       Replace null bytes by spaces in WriteConsoleOutputA call.
+2006-03-19  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * 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/wined3d/device.c, include/wine/wined3d_gl.h:
+       wined3d: Don't use OpenGL 2.0.
 
-       * dlls/ole32/ole2.c, dlls/ole32/ole2stubs.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Implementation of OleLockRunning function.
+2006-03-20  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * dlls/comctl32/listview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Corrected some segvs that occur with ownerdata listviews.
+       * dlls/kernel/cpu.c:
+       kernel: Fix model/stepping in GetSystemInfo.
+       wProcessorRevision is built from model and stepping.
 
-       * 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).
+2006-03-20  Mike McCormack <mike@codeweavers.com>
 
-       * win32/except.c, winedefault.reg:
-       Andreas Mohr <a.mohr@mailto.de>
-       Changed debugger launching to auto per default.
+       * programs/taskmgr/priority.c:
+       taskmgr: Eliminate common code and fix a warning.
 
-       * dlls/kernel/nls/dan.nls:
-       Niels Kristian Bech Jensen <nkbj@image.dk>
-       Define LOCALE_IDEFAULTMACCODEPAGE for Danish locale.
+2006-03-19  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/wineoss/audio.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Suppress junk noise at startup of DirectSound on SB Live! and ES 1371.
+       * dlls/comctl32/listview.c:
+       comctl32: Get rid of some incorrect casts.
 
-2000-10-03  Alexandre Julliard  <julliard@winehq.com>
+2006-03-20  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * configure.ac:
+       configure: Add autoheader to the compile command.
 
-       * 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.
+       * configure, configure.ac, dlls/Makedll.rules.in, loader/Makefile.in,
+         programs/Makeprog.rules.in:
+       configure: Use --rpath when linking dlls too.
 
-       * include/oleauto.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added some missing 'SysAllocString' prototypes.
-       Added some missing 'TypeLib' prototypes.
+       * programs/Makefile.in, programs/make_progs:
+       programs: Get rid of application symlinks, they are no longer needed.
 
-       * dlls/oleaut32/typelib.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fixed some prototypes.
+       * dlls/gdi/tests/gdiobj.c, dlls/x11drv/bitmap.c:
+       x11drv: Clear new bitmaps if they don't contain any data.
 
-       * include/bitmaps/ocr_ibeam:
-       Aric Stewart <aric@codeweavers.com>
-       Added a white border around the I-beam cursor.
+2006-03-20  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/bitmap.c, dlls/gdi/tests/gdiobj.c:
+       gdi: Add a simple test for bitmap bits/metrics
+       Add a simple test for bitmap bits/metrics, fix GetBitmapBits for an
+       empty (not selected into a DC) bitmap.
 
-       * memory/global.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Protect GlobalHandle() against bad parameters.
+2006-03-19  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/regsvr.c:
+       msi: Set the InstallerLocation value when registering msi.dll.
 
-       * 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.
+2006-03-19  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/winmm/mmio.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Bug fixes in mmio, related to buffering in record mode.
+       * dlls/kernel/heap.c, dlls/kernel/tests/heap.c:
+       kernel: Avoid heap corruption on invalid parameter in GlobalFree().
 
-2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+2006-03-20  Alexandre Julliard <julliard@winehq.org>
 
-       * ChangeLog, include/version.h, ANNOUNCE:
-       Release 20001002.
+       * dlls/kernel/tests/change.c:
+       kernel: Avoid infinite waits in directory change tests.
 
-----------------------------------------------------------------
-2000-10-02  Alexandre Julliard  <julliard@winehq.com>
+2006-03-19  H. Verbeet <hverbeet@gmail.com>
 
-       * memory/global.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Protect GlobalHandle() against bad parameters.
+       * dlls/d3d8/device.c:
+       d3d8: Change the default debug channel to d3d8 for device.c.
 
-       * debugger/stack.c:
-       Fixed backtrace for apps that never called down to 16-bit code.
+       * dlls/d3d8/device.c:
+       d3d8: Downgrade a FIXME to a TRACE in IDirect3DDevice8Impl_SetVertexShader.
 
-       * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
-       Make sure that we skip tasks with missing hInstance.
+       * dlls/d3d8/device.c:
+       d3d8: Fix comparison in IDirect3DDevice8Impl_DeleteVertexShader.
 
-       * 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.
+2006-03-18  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/winmm/mmio.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Bug fixes in mmio, related to buffering in record mode.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c, dlls/mshtml/persist.c:
+       mshtml: Optimize nsACString handling.
 
-       * 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/mshtml/htmlbody.c, dlls/mshtml/htmlelem.c, dlls/mshtml/htmlinput.c,
+         dlls/mshtml/htmlnode.c, dlls/mshtml/htmlselect.c,
+         dlls/mshtml/htmltextarea.c, dlls/mshtml/mshtml_private.h:
+       mshtml: Better QueryInterface implementation.
 
-       * dlls/kernel/kernel32.spec:
-       Forward all large integer functions to ntdll.
+2006-03-19  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * 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.
+       * programs/wordpad/No.rc:
+       wordpad: Fix typo in Norwegian resource.
 
-       * include/wnaspi32.h, dlls/kernel/time.c, dlls/winaspi/winaspi32.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
+2006-03-19  Vitaly Lipatov <lav@etersoft.ru>
 
-       * 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.
+       * programs/regedit/Ru.rc:
+       regedit: Fix Russian translation.
 
-       * 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.
+       * programs/control/params.h:
+       control: Fix datetime name.
 
-       * dlls/msacm/internal.c:
-       James Hatheway <james@macadamian.com>
-       Silence unneeded exception to allow easier ACM debugging.
+2006-03-19  Milko Krachounov <milko@3mhz.net>
 
-2000-10-01  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winecfg/Bg.rc:
+       winecfg: Update Bulgarian translation.
 
-       * 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.
+2006-03-19  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * include/commctrl.h:
+       include: LVSETINFOTIPA does not exist.
 
-       * 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.
+2006-03-19  Jeff Latimer <lats@yless4u.com.au>
 
-2000-09-29  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winedbg/tgt_active.c:
+       winedbg: Copy floating point status to the dbgcontext.
 
-       * memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
-       Make sure we commit enough memory in a new subheap.
+2006-03-18  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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
+       * dlls/gdi/driver.c:
+       gdi: Handle NT style \\.\DISPLAY1 name that we return.
 
-       * 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.
+2006-03-18  Robert Shearman <rob@codeweavers.com>
 
-       * 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).
+       * dlls/msi/delete.c, dlls/msi/distinct.c, dlls/msi/insert.c,
+         dlls/msi/msipriv.h, dlls/msi/order.c, dlls/msi/select.c,
+         dlls/msi/table.c, dlls/msi/update.c, dlls/msi/where.c:
+       msi: Optimise WHERE operations.
+       Optimise WHERE operations on matching against strings by adding a new
+       function find_matching_rows to the views, which eliminates the need to
+       examine every record when executing a query. Implement this function
+       in the table using a hash table on the ID stored in the data.
 
-       * objects/palette.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       GDISelectPalette16 checked GetObjectType() return value for
-       PALETTE_MAGIC instead of OBJ_PAL.
+       * dlls/msi/tests/format.c:
+       msi: Add a test for MsiFormatRecord with integer fields.
 
-       * 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/wininet/cookie.c:
+       wininet: Copy from the start of the cookie name, not the cookie data.
+       Copy from the start of the cookie name, not the cookie data when
+       parsing cookies with a NULL cookie name.
 
-       * dlls/shell32/shell.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Let InternalExtractIcon16 load icons from builtin DLLs.
+       * include/wininet.h:
+       include: Add some more defines to wininet.h.
 
-       * dlls/comctl32/toolbar.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Modified the bitmap centering algorithm to take the button's border
-       into account.
+       * programs/wcmd/wcmdmain.c:
+       wcmd: Use PACKAGE_VERSION as the wcmd version.
 
-       * 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/ole32/rpc.c:
+       ole: Use the thread pool for executing RPC calls for better performance
+       (after the thread pool has been improved).
 
-       * dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c:
-       Removed a few dependencies on kernel32 functions.
+2006-03-17  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * tools/wineprefixcreate.in:
+       wineprefixcreate: Autodetect the running from build tree case.
 
-       * 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/setupapi/install.c:
+       setupapi: Added support for calling executables in a RegisterDlls section.
 
-       * dlls/shlwapi/shlwapi.spec, include/shlwapi.h, dlls/shlwapi/reg.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Implemented SHDeleteEmptyKeyA, SHDeleteKeyA.
+2006-03-18  Alexandre Julliard <julliard@winehq.org>
 
-       * objects/region.c:
-       Sergei Ivanov <sergei@corel.com>
-       Fixed return values of GetRegionData.
+       * dlls/ntdll/loader.c:
+       ntdll: In MODULE_FlushModrefs, also free dlls that haven't been initialized yet.
 
-       * 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.
+2006-03-18  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/winmm_res.rc:
-       Francois Jacques <francoisj@macadamian.com>
-       Use waveaudio, not waveform.
+       * include/windowsx.h:
+       Prevent the use of windowsx.h with Wine source.
+
+       * programs/winefile/winefile.c, programs/winefile/winefile.h:
+       winefile: Eliminate use of windowsx.h.
+
+2006-03-18  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: MSC fixes.
+       - wrong cut & paste across versions of a given record type
+       - wrong definition for register_v2
+
+       * dlls/dbghelp/msc.c:
+       dbghelp: Support for LF_VTSHAPE in MSC.
+       - added preliminary support for VT (virtual table) shape
+       type record
+       - as we don't do C++, it's just a hack to get rid of
+       some errors
+
+       * dlls/dbghelp/msc.c:
+       dbghelp: MSC forward declaration.
+       - create an infrastructure for handling forward usage
+       of type records
+       - used it in some cases (pointer to yet not defined udt,
+       function signature, modifiers)
+
+       * dlls/dbghelp/msc.c:
+       dbghelp: Type parsing refactoring.
+       - seperate types' table handling from a single type handling
+       by adding codeview_parse_one_type function
+       - factored all calls for caching symt
+       - make type parsing helpers return the symt instead of a
+       simple error status
+
+       * dlls/dbghelp/msc.c:
+       dbghelp: Fixes for NB11 types.
+       - when checking debug info in NB09 or NB11 format (CodeView),
+       try to load the global types section
+
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: MSC handling of function signature's parameters.
+       - now correctly parsing parameters types for a function
+       signature and storing them in dbghelp internal structures
+
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: Cleanup MSC bitfield handling.
+       - no longer caching bitfield information but accessing it directly
+       when needed
+       - removed all kludges for bitfield handling
+       - reused BOOL parameter to codeview_get_type for monitoring
+       traces (will be used in later patches)
+
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: Fieldlist.
+       - now that we have offset tables to type, we can cleanly
+       parse the field-lists and remove the associated kludges
+       - also adding internal structure for easing parameter sharing
+       across functions (codeview_type_parse)
+       - in mscvpdb.h, also reparated the type records that are
+       referenced from other type records (union codeview_type_ref)
+       from type records referenced by symbols (union codeview_type)
 
-       * dlls/ole32/compobj.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix a couple of TRACE messages.
+       * dlls/dbghelp/msc.c:
+       dbghelp: MSC types.
+       - enforce the type records that can be accessed by symbols (these are
+       anyway the high level ones)
 
-       * debugger/stabs.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Added missing cast.
+       * dlls/dbghelp/msc.c:
+       dbghelp: Types parsing.
+       - our engine for parsing types section now requires in entry
+       an offsets table for getting directly to each type in the
+       section
+       - (re)construct this table for PDB types
 
-       * include/wine/mmsystem16.h, dlls/winmm/mmsystem.c:
-       Francois Gouget <fgouget@codeweavers.com>
-       Fix the return type of mixerMessage16.
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: CV's ssearch.
+       - added definitions for start_search symbol info
+       - silenced warnings from this symbol
 
-       * include/winver.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Renamed VS_USER_INFO to VS_USER_DEFINED.
+       * dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: Moved codeview structures and definitions from msc.c to mscvpdb.h.
 
-2000-09-27  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/elf_module.c, dlls/dbghelp/msc.c, dlls/dbghelp/mscvpdb.h:
+       dbghelp: Compiland and source files are not the same thing.
+       - in MSC debug info parsing, clearly separate a source file
+       information from a compiland (including in linetab structure)
+       - in ELF debug info parsing, now storing compiland directly
+       in symtab_elt while browsing the symtab section (we still
+       create twice the compilands, once in stabs/dwarf parsing,
+       a second time in symtab parsing)
 
-       * 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.
+2006-03-17  Vitaly Lipatov <lav@etersoft.ru>
 
-       * 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.
+       * dlls/gdi/freetype.c:
+       gdi32: Look for ttf fonts in the Wine font dir.
 
-       * 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.
+2006-03-17  Dmitry Timoshkov <dmitry@baikal.ru>
 
-       * dlls/winmm/wineoss/midi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Store a copy of MIDIOPENDESC information instead of pointer.
+       * dlls/gdi/tests/gdiobj.c:
+       gdi: Add a test for bitmap font metrics to ensure that they match the Windows ones.
 
-       * dlls/winmm/mmsystem.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Unlock win16 crst while thunking up to 32 bit dll.
+2006-03-18  Eric Kohl <eric.kohl@t-online.de>
 
-       * 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.
+       * tools/widl/server.c:
+       widl: Do not generate code that initializes a binding handle.
 
-       * dlls/comctl32/toolbar.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Support for TBSTYLE_EX_DRAWDDARROWS style; reset capture and button
-       pressed flags on WM_CAPTURECHANGED.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Fix proc offset calculation.
+       A void return type is represented by a FC_END/FC_PAD sequence in the
+       proc format string. Increment the proc offset by two when a function
+       returns void.
 
-       * objects/dc.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       WORD is unsigned, so we need to transalte 0xffff into -1.
+       * tools/widl/parser.y:
+       widl: 'unsigned char' and 'byte' are must be distinct types.
 
-       * 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.
+2006-03-18  Jacek Caban <jacek@codeweavers.com>
 
-       * loader/pe_resource.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Avoid crashes if 16-bit module handle was passed to the 32-bit
-       resource enumerator.
+       * include/mshtmdid.h, include/mshtml.idl:
+       mshtml.idl: Added more interfaces.
 
-       * 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.
+       * dlls/mshtml/tests/protocol.c:
+       mshtml/tests: Code cleanup.
 
-       * graphics/x11drv/codepage.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Code cleanup.
-       Add checking for invalid DBCS trailer bytes.
+2006-03-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/commctrl.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some commctl header issues reported in newsgroup.
+       * dlls/dbghelp/dbghelp.c, programs/winedbg/tgt_active.c:
+       dbghelp: Live target detection.
+       - DBGHELP_NOLIVE env variable is tested earlier to avoid
+       some strange effects in live target detection
+       - in WineDbg, delete DBGHELP_NOLIVE before attaching to
+       a process, because we know it must be a live target
 
-       * dlls/win32s/w32skernel.c, include/Makefile.in, include/wine/w32skrnl.h, include/wine/winestring.h, resources/sysres_Wa.rc:
-       A few includes cleanup.
+2006-03-17  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/user/tests/edit.c, programs/progman/group.c,
+         programs/progman/main.c, programs/progman/program.c,
+         programs/winecfg/audio.c:
+       Remove some unnecessary uses of windowsx.h
 
-2000-09-25  Alexandre Julliard  <julliard@winehq.com>
+2006-03-18  Mike McCormack <mike@codeweavers.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.
+       * dlls/avifil32/avifile.c:
+       avifil32: Use HeapAlloc instead of GlobalAlloc. Eliminate windowsx.h.
 
-       * 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.
+2006-03-17  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * programs/taskmgr/dbgchnl.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-2000-09-24  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winecfg/appdefaults.c:
+       winecfg: Fix some gcc 4.1 warnings.
 
-       * 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.
+       * dlls/crypt32/tests/store.c:
+       crypt32: Fix a warning.
 
-       * 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).
+2006-03-17  YunSong Hwang <hys545@dreamwiz.com>
 
-       * memory/virtual.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Locks the virtual views linked list.
+       * dlls/msvfw32/msvfw32_Ko.rc:
+       msvfw32: Update Korean resources.
 
-       * 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.
+2006-03-17  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * programs/taskmgr/taskmgr.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * controls/listbox.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       In WM_DRAWITEM, always calls the app with a valid current focus_item.
+       * programs/taskmgr/procpage.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * 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.
+       * programs/taskmgr/proclist.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * 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.
+       * programs/taskmgr/debug.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * 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.
+       * programs/taskmgr/endproc.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * 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.
+       * programs/taskmgr/affinity.c:
+       taskmgr: Fix some gcc 4.1 warnings.
 
-       * dlls/comctl32/toolbar.c:
-       Francois Gouget <fgouget@free.fr>
-       The size of the comctl32 internal bitmaps is 24x24 not 26x26.
-       Fixed minor typos.
+       * programs/regedit/treeview.c:
+       regedit: Fix some gcc 4.1 warnings.
 
-       * tools/wrc/parser.l, tools/wrc/README.wrc:
-       Francois Gouget <fgouget@free.fr>
-       Filenames may contain '/' and '\'.
-       Small typo fixes.
+2006-03-16  Juan Lang <juan_lang@yahoo.com>
 
-2000-09-22  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/store.c,
+         dlls/crypt32/tests/store.c, include/wincrypt.h:
+       crypt32: Implement CertGetSubjectCertificateFromStore.
 
-       * 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.
+2006-03-16  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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/wine/wined3d_types.h:
+       wined3d: Add D3DBASISTYPE to wined3d_types.h.
 
-       * include/objbase.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Must include 'stdlib.h'.
+2006-03-16  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * include/commctrl.h:
-       Francois Gouget <fgouget@codeweavers.com>
-       Added HANDLE_WM_NOTIFY and FORWARD_WM_NOTIFY.
+       * dlls/d3d8/device.c, dlls/wined3d/device.c, dlls/wined3d/vertexshader.c:
+       d3d8/wined3d: Vertex shader fixes.
 
-       * 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.
+2006-03-17  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/user/text.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Added support DT_PATH_ELLIPSIS, DT_END_ELLIPSIS, and DT_WORD_ELLIPSIS
-       flags in DrawText.
+       * dlls/gdi/freetype.c:
+       gdi: Support for loading fonts from the build directory.
 
-       * loader/module.c: Andreas Mohr <a.mohr@mailto.de>
-       Fixed WinExec16 to handle quoted filenames correctly.
+       * programs/winecfg/libraries.c:
+       winecfg: Support for loading the list of dlls from the build directory.
 
-       * include/wine/obj_errorinfo.h, dlls/ole32/errorinfo.c:
-       Damyan Ognyanoff <Damyan@rocketmail.com>
-       IErrorInfo is now derived from IUnknown.
+       * libs/wine/loader.c:
+       libwine: Added magic handling of dll path when running in build dir.
+       This should ensure that we do the right thing in the build dir even if
+       WINEDLLPATH isn't set.
 
-       * 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.
+2006-03-16  Detlef Riekenberg <wine.dev@web.de>
 
-       * include/mmsystem.h, include/wingdi.h, include/winuser.h:
-       Francois Gouget <fgouget@free.fr>
-       Added a few missing macros, types and prototypes.
+       * include/winbase.h:
+       winbase.h: Add missing LMEM_INVALID_HANDLE define.
 
-       * 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.
+2006-03-16  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/queue.c, windows/message.c, windows/nonclient.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Spelling, trace fixes.
+       * include/wine/library.h, libs/wine/config.c, libs/wine/wine.def,
+         libs/wine/wine.map:
+       libwine: Export wine_get_build_dir.
 
-       * memory/environ.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added SetLastError() in GetEnvironmentVariableA.
+       * dlls/ntdll/server.c, libs/wine/config.c:
+       libwine: Added support for executing wine binaries out of the build dir.
 
-       * graphics/x11drv/text.c:
-       Damyan Ognyanoff <Damyan@rocketmail.com>
-       Added error correction when using symbol offsets.
+       * libs/wine/config.c:
+       libwine: Added detection for Wine being run out of the build directory.
 
-       * dlls/winmm/mciseq/mcimidi.c:
-       Eric Pouech <eric.pouech@voila.fr>
-       Fixed reentrancy issues in play/stop operations.
+       * dlls/Makefile.in, dlls/make_dlls:
+       dlls: Remove the no longer needed symlinks to the static libraries.
 
-       * dlls/commdlg/cdlg_xx.rc:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix PrintDlg collate icons.  Add orientation icons.
+       * dlls/Makedll.rules.in, dlls/Maketest.rules.in,
+         programs/Makeprog.rules.in, programs/avitools/Makefile.in:
+       Remove some no longer needed library paths.
 
-       * 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.
+       * tools/winegcc/utils.c, tools/winegcc/winegcc.c:
+       winegcc: Look for libraries in subdirs of the library path too.
+       This means that -lfoo will match the library 'foo/libfoo.def' in
+       addition to just 'libfoo.def'. This allows supporting the Wine source
+       layout without adding a gazillion path entries.
 
-       * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Stub for CoIsOle1Class.
+2006-03-16  Kai Blin <kai.blin@gmail.com>
 
-       * 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/secur32/dispatcher.c:
+       secur32: Update ntlm_auth version detection to detect new samba4 version numbers.
+       Samba4 changed the versioning from 3.9.X to 4.0.0tpX-preY.
 
-       * 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.
+2006-03-15  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/kernel/toolhelp.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Add FIXMEs for all these nice completely unimplemented TOOLHELP
-       functions.
+       * dlls/crypt32/tests/store.c:
+       crypt32: Tighten CertDuplicateCertificateContext test.
+       Test that the return from CertDuplicateCertificateContext is the same
+       as its parameter.
 
-       * misc/registry.c: Andreas Mohr <a.mohr@mailto.de>
-       fixed the win95 registry loader to have somewhat stricter checking.
+2006-03-15  Alexandre Julliard <julliard@winehq.org>
 
-       * 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().
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.10.
 
-       * 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.
+----------------------------------------------------------------
+2006-03-15  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/builtin32.c:
-       Francois Gouget <fgouget@free.fr>
-       Raised MAX_DLLS to 100.
+       * programs/avitools/Makefile.in:
+       avitools: Fixed library path for msvfw32.
 
-2000-09-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/tests/msg.c, dlls/user/tests/win.c:
+       user/tests: Try harder to flush X events before running tests.
 
-       * 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
+2006-03-06  András Kovács <andras@csevego.net>
 
-       * relay32/snoop.c:
-       Rein Klazes <rklazes@casema.net>
-       Catch EXCEPTION_PRIV_INSTRUCTION exception too.
+       * dlls/wininet/rsrc.rc, dlls/wininet/wininet_Hu.rc:
+       wininet: Added Hungarian translation.
 
-       * 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.
+       * dlls/wineps/rsrc.rc, dlls/wineps/wps_Hu.rc:
+       wineps: Added Hungarian translation.
 
-       * controls/menu.c: Andreas Mohr <a.mohr@mailto.de>
-       Fixed window lock problem in SetMenu().
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Hu.rc:
+       shlwapi: Added Hungarian translation.
 
-       * objects/metafile.c: Henning Hoffmann
-       Avoid deadlocks in EnumMetaFile.
+       * dlls/shell32/shell32_Hu.rc:
+       shell32: Added Hungarian translation.
 
-       * dlls/oleaut32/typelib.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Avoid infinite loop if QueryPathOfRegTypeLib is called with lcid=0.
+       * dlls/shdocvw/Hu.rc, dlls/shdocvw/shdocvw.rc:
+       shdocvw: Added Hungarian translation.
 
-2000-09-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/setupapi/Hu.rc, dlls/setupapi/setupapi.rc:
+       setupapi: Added Hungarian translation.
 
-       * msdos/interrupts.c, debugger/dbgmain.c, debugger/module.c, memory/instr.c:
-       Misc cleanups.
+       * dlls/serialui/Hu.rc, dlls/serialui/serialui_rc.rc:
+       serialui: Added Hungarian translation.
 
-       * dlls/ntdll/signal_i386.c, include/wine/exception.h:
-       Added preliminary support for switching to vm86 mode with proper
-       exception handling.
+       * dlls/oledlg/oledlg_Hu.rc, dlls/oledlg/rsrc.rc:
+       oledlg: Added Hungarian translation.
 
-       * 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/msvidc32/msvidc32_Hu.rc, dlls/msvidc32/rsrc.rc:
+       msvidc32: Added Hungarian translation.
 
-       * 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/msvfw32/msvfw32_Hu.rc, dlls/msvfw32/rsrc.rc:
+       msvfw32: Added Hungarian translation.
 
-       * 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.
+       * dlls/msrle32/msrle_Hu.rc, dlls/msrle32/rsrc.rc:
+       msrle32: Added Hungarian translation.
 
-2000-09-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/msi.rc, dlls/msi/msi_Hu.rc:
+       msi: Added Hungarian translation.
 
-       * include/callback.h, windows/x11drv/event.c, if1632/thunk.c:
-       Removed a couple of unused functions in the Callout structure.
+       * dlls/mshtml/Hu.rc, dlls/mshtml/rsrc.rc:
+       mshtml: Added Hungarian translation.
 
-       * 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).
+       * dlls/msacm/msacm.rc, dlls/msacm/msacm_Hu.rc:
+       msacm: Added Hungarian translation.
 
-       * 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/mpr/mpr.rc, dlls/mpr/mpr_Hu.rc:
+       mpr: Added Hungarian translation.
 
-       * 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/iccvid/iccvid_Hu.rc, dlls/iccvid/rsrc.rc:
+       iccvid: Added Hungarian translation.
 
-       * 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/hhctrl.ocx/Hu.rc, dlls/hhctrl.ocx/hhctrl.rc:
+       hhctrl.ocx: Added Hungarian translation.
 
-       * dlls/kernel/kernel32.spec, memory/virtual.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added VirtualAllocEx.
+       * dlls/comctl32/comctl_Hu.rc, dlls/comctl32/rsrc.rc:
+       comctl32: Added Hungarian translation.
 
-       * include/winbase.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added GetTimeZoneInformation and TIME_ZONE_ID_INVALID.
+       * dlls/avifil32/avifile_Hu.rc, dlls/avifil32/rsrc.rc:
+       avifil32: Added Hungarian translation.
 
-       * 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.
+2006-03-14  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * misc/cdrom.c: Andreas Mohr <a.mohr@mailto.de>
-       Silence some bogus error message.
+       * dlls/d3d8/indexbuffer.c, dlls/d3d9/indexbuffer.c, dlls/wined3d/device.c,
+         dlls/wined3d/indexbuffer.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DINDEXBUFFER_DESC to wined3dtypes.h.
 
-       * 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.
+2006-03-15  Mike McCormack <mike@codeweavers.com>
 
-       * include/winuser.h:
-       Jeremy White <jwhite@codeweavers.com>
-       Added PWNDCLASS definition.
+       * dlls/comctl32/tests/treeview.c:
+       comctl32: Fix some gcc 4.1 warnings.
 
-       * dlls/comctl32/listview.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Allow having a transparent background text color for the listview.
+2006-03-14  Robert Reif <reif@earthlink.net>
 
-       * ole/ole2nls.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Use the system local time if lpTime=NULL.
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+         dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c:
+       dsound: Add info to failed tests.
+       Print format for failed SetFormat calls.
 
-2000-09-13  Alexandre Julliard  <julliard@winehq.com>
+2006-03-08  James Hawkins <truiken@gmail.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.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+       advpack: Forward OpenINFEngineA and TranslateInfStringA to their
+       unicode counterparts.
 
-       * 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.
+2006-03-04  Aric Cyr <aric.cyr@gmail.com>
 
-       * dlls/comctl32/listview.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Hide the vertical scrollbar when listview style is LVS_LIST.
+       * dlls/dplayx/dplayx_global.c:
+       dplayx: Fix semaphore deadlock.
+       - Make sure to release the dplayx semaphore in for error cases as well.
+       - Prevent race condition between creation of the semaphore and
+       grabbing of the lock by creating the semaphore in the locked state
+       instead of unlocked.
 
-       * include/winuser.h:
-       Jeremy White <jwhite@codeweavers.com>
-       Add WM_USERCHANGED.
+2006-03-04  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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/x11drv/opengl.c:
+       x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.
+       Using alpha bits > 8 makes this function fail, while it should not.
 
-       * 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.
+2006-03-01  Rein Klazes <wijn@wanadoo.nl>
 
-       * graphics/x11drv/text.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Fix a memory leak in X11DRV_GetTextExtentPoint.
+       * dlls/x11drv/dib_convert.c:
+       x11drv: Avoid unaligned 32 bit reads, and reads beyond the input pixel
+       buffer in the convert_888_to_0888_* functions.
 
-----------------------------------------------------------------
-2000-09-10  Alexandre Julliard  <julliard@winehq.com>
+2006-03-15  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/client.c:
-       Added WINESERVER environment variable to allow overriding the normal
-       server search sequence.
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/msvfw32/.gitignore, dlls/msvfw32/Makefile.in,
+         dlls/msvfw32/drawdib.c, dlls/msvfw32/mciwnd.c,
+         dlls/msvfw32/msvfw32.spec, dlls/msvfw32/msvfw32_De.rc,
+         dlls/msvfw32/msvfw32_En.rc, dlls/msvfw32/msvfw32_Ko.rc,
+         dlls/msvfw32/msvfw32_No.rc, dlls/msvfw32/msvfw32_Tr.rc,
+         dlls/msvfw32/msvideo.spec, dlls/msvfw32/msvideo16.c,
+         dlls/msvfw32/msvideo_main.c, dlls/msvfw32/msvideo_private.h,
+         dlls/msvfw32/rsrc.rc, dlls/msvfw32/vfw16.h, dlls/msvideo/.gitignore,
+         dlls/msvideo/Makefile.in, dlls/msvideo/drawdib.c,
+         dlls/msvideo/mciwnd.c, dlls/msvideo/msvfw32.spec,
+         dlls/msvideo/msvfw32_De.rc, dlls/msvideo/msvfw32_En.rc,
+         dlls/msvideo/msvfw32_Ko.rc, dlls/msvideo/msvfw32_No.rc,
+         dlls/msvideo/msvfw32_Tr.rc, dlls/msvideo/msvideo.spec,
+         dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
+         dlls/msvideo/msvideo_private.h, dlls/msvideo/rsrc.rc,
+         dlls/msvideo/vfw16.h:
+       msvideo: Renamed the msvideo directory to msvfw32.
+
+       * configure, configure.ac, dlls/Makefile.in, dlls/w32skrnl/.gitignore,
+         dlls/w32skrnl/Makefile.in, dlls/w32skrnl/w32skernel.c,
+         dlls/w32skrnl/w32skrnl.spec, dlls/w32skrnl/w32sys.c,
+         dlls/w32skrnl/w32sys.spec, dlls/w32skrnl/win32s16.c,
+         dlls/w32skrnl/win32s16.spec, dlls/win32s/.gitignore,
+         dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c,
+         dlls/win32s/w32skrnl.spec, dlls/win32s/w32sys.c,
+         dlls/win32s/w32sys.spec, dlls/win32s/win32s16.c,
+         dlls/win32s/win32s16.spec:
+       win32s: Renamed the win32s directory to w32skrnl.
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/winsock/.gitignore, dlls/winsock/Makefile.in,
+         dlls/winsock/async.c, dlls/winsock/protocol.c, dlls/winsock/socket.c,
+         dlls/winsock/socket16.c, dlls/winsock/tests/.gitignore,
+         dlls/winsock/tests/Makefile.in, dlls/winsock/tests/protocol.c,
+         dlls/winsock/tests/sock.c, dlls/winsock/version.rc,
+         dlls/winsock/winsock.spec, dlls/winsock/ws2_32.spec,
+         dlls/ws2_32/.gitignore, dlls/ws2_32/Makefile.in, dlls/ws2_32/async.c,
+         dlls/ws2_32/protocol.c, dlls/ws2_32/socket.c, dlls/ws2_32/socket16.c,
+         dlls/ws2_32/tests/.gitignore, dlls/ws2_32/tests/Makefile.in,
+         dlls/ws2_32/tests/protocol.c, dlls/ws2_32/tests/sock.c,
+         dlls/ws2_32/version.rc, dlls/ws2_32/winsock.spec,
+         dlls/ws2_32/ws2_32.spec, programs/winetest/Makefile.in:
+       winsock: Renamed the winsock directory to ws2_32.
 
-       * files/directory.c:
-       Removed chdir("/") until we have proper Unix cwd management.
+       * tools/Makefile.in:
+       wineprefixcreate: Fixed datadir path. Added dependency on relpath.
 
-       * dlls/ntdll/ntdll.spec, scheduler/critsection.c:
-       Implemented RtlpWaitForCriticalSection and RtlpUnWaitCriticalSection.
+2006-03-11  Pierre d'Herbemont <stegefin@free.fr>
 
-       * loader/ne/module.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed NE_LoadExeHeader error handling.
+       * tools/Makefile.in, tools/wineprefixcreate.in:
+       wineprefixcreate: Make path searching relative.
 
-       * loader/module.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed loader - broken search for already loaded modules.
+2006-03-13  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * objects/dib.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed fallback code for StretchBlt on RLE DIBs with gaps.
+       * dlls/shell32/shlexec.c:
+       shell32: Add parameter formatting rule to the command line if there isn't any.
 
-2000-09-09  Alexandre Julliard  <julliard@winehq.com>
+2006-03-14  Robert Shearman <rob@codeweavers.com>
 
-       * documentation/fonts.sgml:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed bdftopcf command.
+       * dlls/wininet/tests/.gitignore, dlls/wininet/tests/Makefile.in,
+         dlls/wininet/tests/http.c, dlls/wininet/tests/url.c:
+       wininet: Move URL-related tests to a separate file.
 
-       * 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/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Make InternetCrackUrlW set the components related to net_loc
+       to NULL when net_loc isn't present in the input URL.
 
-       * dlls/comctl32/tab.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented TCM_GETROWCOUNT.
+       * dlls/wininet/cookie.c, dlls/wininet/internet.c:
+       wininet: Move cookie-related stubs to cookie.c
 
-       * 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.
+       * dlls/wininet/internet.c, dlls/wininet/internet.h,
+         dlls/wininet/netconnection.c:
+       wininet: Implement setting of send and receive timeouts.
 
-       * include/Makefile.in, include/cguid.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added cguid.h.
+       * dlls/kernel/thread.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/thread.c:
+       ntdll: Move the call to MODULE_DllThreadAttach from the kernel32
+       thread creation function to the NTDLL one.
 
-       * dlls/ddraw/dga.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Do not support DGA when DirectVideo not present.
+2006-03-14  Robert Reif <reif@earthlink.net>
 
-       * windows/defwnd.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Unify WM_SETTEXT handling among DefWindowProc16/DefWindowProcA/DefWindowProcW.
+       * dlls/winmm/wineesd/audio.c:
+       wineesd: Use pipe sync for events.
+       Ues pipe sync code from OSS/ALSA rather than windows events.
 
-       * controls/listbox.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Avoid divide by zero when listbox set to zero height.
+2006-03-13  Jan Zerebecki <jan.wine@zerebecki.de>
 
-       * windows/mdi.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Simplify a bit MDI child window creation.
+       * dlls/x11drv/opengl.c:
+       x11drv: Prevent out of bound access in DescribePixelFormat.
 
-       * controls/menu.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       GetMenu might be used to get child window id.
+       * tools/wine.inf:
+       wine.inf: Increase the DirectX version to that of the latest 9.0c .
 
-2000-09-07  Alexandre Julliard  <julliard@winehq.com>
+2006-03-13  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/x11drv/keyboard.c:
-       Giovanni Pancotti <giovanni.pancotti@cedecra.it>
-       Italian keyboard fixes.
+       * dlls/ddraw/tests/d3d.c:
+       ddraw: Don't crash in d3d test if OpenGL is missing.
 
-       * files/dos_fs.c: Andreas Mohr <a.mohr@mailto.de>
-       DOSFS_MatchLong ignored several things about file mask matching for
-       long file names.
+2006-03-10  Juan Lang <juan_lang@yahoo.com>
 
-       * include/wine/unicode.h:
-       Erik Hofman <erik.hofman@a1.nl>
-       Added missing const to external tables definitions.
+       * dlls/crypt32/store.c:
+       crypt32: Abstract contexts.
+       - create a base cert context, and make functions unaware whether
+       they're dealing with the base or derived type
+       - simplify stores as a result
 
-       * 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.
+2006-03-11  Mike McCormack <mike@codeweavers.com>
 
-       * 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).
+       * dlls/shell32/shlview.c:
+       shell32: Fix some gcc 4.1 warnings caused by casts in macros.
 
-       * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
-       Make GetDeviceCaps16 (hdc, NUMCOLORS) not return -1 for 16 bits programs.
+2006-03-12  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * graphics/x11drv/codepage.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added support for cp949.
+       * dlls/wined3d/device.c:
+       wined3d: Vertexdeclaration fix.
+       In the old d3d8 code SetVertexShader stored the so called vertex
+       declaration in the stateblock. In case of WineD3D this isn't done
+       which breaks the drawPrimitive code. This patch stores the vertex
+       declaration again in the stateblock which fixes Age Of Mythology.
 
-2000-09-06  Alexandre Julliard  <julliard@winehq.com>
+2006-03-11  Hans Leidekker <hans@it.vu.nl>
 
-       * memory/atom.c: Fixed cut&paste typo.
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/lsa.c, include/ntsecapi.h:
+       advapi32: Add stub implementations for a bunch of documented Lsa APIs.
 
-       * 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.
+2006-03-10  Christoph Frick <rid@zefix.tv>
 
-       * 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/dinput/joystick_linuxinput.c:
+       dinput/joystick_linuxinput: Add POV detection and reporting.
+       Mapping of ABS_HAT[0-3][XY] to the four POV used by dinput.
 
-       * 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.
+2006-03-13  Robert Shearman <rob@codeweavers.com>
 
-       * tools/wineinstall:
-       Phil Cole <ukpgc@p.cole.easynet.co.uk>
-       Added two directories to default non-windows install.
+       * dlls/ntdll/Makefile.in, dlls/ntdll/ntdll.spec, dlls/ntdll/threadpool.c,
+         include/winternl.h:
+       ntdll: Very crude implementation of RtlQueueWorkItem.
 
-       * 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/kernel/thread.c:
+       kernel: Implement QueueUserWorkItem.
 
-       * dlls/shell32/systray.c:
-       James Hatheway <james@macadamian.com>
-       Systray should keep a copy of its icons.
+2006-03-11  Robert Shearman <rob@codeweavers.com>
 
-       * 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).
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Fix the conversion of NULL component values from InternetCreateUrlA.
 
-       * windows/mdi.c: Serge Ivanov
-       Delay destroying menu entry until all messages are sent.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Host name isn't present when two slashes aren't present in InternetCrackUrl.
+       The test for "about:" in InternetCrackUrlW should be more general so
+       that only URLs without double slashes should also be assumed not to
+       have a host name.
+       Add another test for this case and remove an unreliable
+       InternetCreateUrl test.
 
-2000-09-04  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: InternetCrackUrl should set nPort to the default port if not specified.
 
-       * memory/atom.c:
-       Fixed Unicode conversion in GetAtomNameA (thanks to Gerard Patel).
+2006-03-11  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * dlls/d3d8/vertexbuffer.c, dlls/d3d9/vertexbuffer.c,
+         dlls/wined3d/vertexbuffer.c, include/wine/wined3d_interface.h,
+         include/wine/wined3d_types.h:
+       wined3d: Add WINED3DVERTEXBUFFER_DESC to wined3d_types.h.
 
-       * 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.
+2006-03-12  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/x11drv/xfont.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Add jisx0212 encoding.
-       Remove FIXMEs for implemented DBCS handling.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Don't override variable that still has something we need.
+       Use local temp variable instead.
 
-       * windows/x11drv/keyboard.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Added missing comma.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Add D3DSIO_TEXM3x3PAD to opcode list. We already handle it where we should.
 
-       * dlls/comctl32/comctl32undoc.c:
-       Mike McCormack <mike_mccormack@looksmart.com.au>
-       Rewrote quicksort to solve infinite recursions Win98 explorer.exe.
+2006-03-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-2000-09-02  Alexandre Julliard  <julliard@winehq.com>
+       * tools/wine.inf:
+       wine.inf: Add RegisteredOwner and Org also to WindowsNT branch.
 
-       * win32/console.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Change xterm mouse tracking mode to BTN_EVENT_MOUSE (track if pressed).
+2006-03-11  Mike McCormack <mike@codeweavers.com>
 
-       * scheduler/process.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Avoid crash on empty command-line.
+       * dlls/avifil32/avifile.c:
+       avifil32: Use HeapAlloc instead of LocalAlloc.
 
-       * debugger/stabs.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Added two missing casts.
+       * dlls/avifil32/editstream.c:
+       avifil32: Use HeapAlloc instead of Global/LocalAlloc.
 
-       * dlls/comctl32/animate.c:
-       Jean-Claude Batista <jcb@macadamian.com>
-       Use SetDIBits instead of StretchDIBits (in ANIMATE_PaintFrame).
+       * dlls/avifil32/extrachunk.c:
+       avifil32: Use HeapAlloc instead of Local Alloc.
 
-2000-09-01  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/avifil32/acmstream.c:
+       avifil32: Use HeapAlloc instead of GlobalAlloc/LocalAlloc.
 
-       * if1632/builtin.c, relay32/builtin32.c:
-       Avoid buffer overflows in builtin dll loading (with the help of Dmitry
-       Timoshkov).
+       * dlls/avifil32/tmpfile.c:
+       avifil32: Use HeapAlloc/Free instead of LocalAlloc/Free.
 
-       * windows/mdi.c: Henning Hoffmann
-       Augment menu when a mdi window starts maximized.
+       * dlls/avifil32/factory.c:
+       avifil32: Use HeapAlloc instead of LocalAlloc.  Make sure to free the memory.
 
-       * windows/mdi.c: Francis Beaudet
-       MDI Patch which fixes problems in PR, QP, WP and Paradox.
+2006-03-10  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/dsound/dsound_main.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Don't use copies of critical sections made by memcpy()
-       Added missing WINAPIs
+       * programs/winefile/winefile.c:
+       winefile: Refresh the drives and files upon WM_DEVICECHANGE.
 
-       * 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.
+2006-03-09  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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/d3d8/cubetexture.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c,
+         dlls/d3d8/volume.c, dlls/d3d8/volumetexture.c,
+         dlls/d3d9/cubetexture.c, dlls/d3d9/surface.c, dlls/d3d9/texture.c,
+         dlls/d3d9/volume.c, dlls/d3d9/volumetexture.c,
+         dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/indexbuffer.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/surface.c, dlls/wined3d/texture.c, dlls/wined3d/utils.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Consistently use WINED3DRESOURCETYPE.
 
-       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
-       James Hatheway <james@macadamian.com>
-       Implemented CoGetPSClsid().
+2006-03-11  Mike McCormack <mike@codeweavers.com>
 
-2000-08-31  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/avifil32/avifile.c, dlls/avifil32/wavfile.c:
+       avifil32: Use CoTaskMemAlloc when allocating memory to return through
+       an OLE interface.
 
-       * tools/wineconf:
-       Phil Cole <ukpgc@p.cole.easynet.co.uk>
-       The Path variable in the created .winerc must be in dos format.
+       * dlls/avifil32/api.c, dlls/avifil32/avifile.c, dlls/avifil32/getframe.c,
+         dlls/avifil32/icmstream.c, dlls/avifil32/wavfile.c:
+       avifil32: Fix some gcc 4.1 warnings cause by windowsx.h macros.
 
-       * tools/wineinstall:
-       Phil Cole <ukpgc@p.cole.easynet.co.uk>
-       Small fix.
+2006-03-10  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/commdlg/filedlg95.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed a string buffer overflow.
+       * dlls/commdlg/colordlg.c:
+       comdlg32: Remove the property when destroy the dialog box.
 
-       * 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.
+2006-03-09  Juan Lang <juan_lang@yahoo.com>
 
-       * tools/wineinstall:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added a wine rpm uninstall section to wineinstall.
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/proplist.c, dlls/crypt32/store.c:
+       crypt32: Move context properties to a separate file.
 
-       * windows/nonclient.c:
-       Francois Methot <francoism@macadamian.com>
-       Do not check for system menu if the window has style WS_EX_TOOL_WINDOW.
+2006-03-09  Robert Reif <reif@earthlink.net>
 
-       * 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
+       * dlls/winmm/wineesd/audio.c:
+       wineesd: Update ESD driver to closer match OSS and ALSA drivers.
 
-       * server/registry.c:
-       Albert den Haan <albertd@corel.com>
-       Fixed typo in HKEY_CURRENT_CONFIG name.
+2006-03-10  Petr Tesarik <hat@tesarici.cz>
 
-       * dlls/kernel/messages/winerr_enu.mc:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Add missing message to winerr_enu.mc.
+       * programs/winedbg/be_i386.c:
+       winedbg: Fix lcall instruction opcode.
 
-       * dlls/kernel/wowthunk.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Increase number of supported args for WOW_CallProc32W16 from 11 to 13
-       (for CreateService).
+2006-03-10  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/kernel/wprocs.spec, msdos/vxd.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Stub support for int2f/ax=1684/bx=0027 (VXDLDR).
+       * dlls/wininet/http.c:
+       wininet: Don't duplicate empty strings.
 
-2000-08-26  Alexandre Julliard  <julliard@winehq.com>
+2006-03-10  Fatih Asici <fasici@linux-sevenler.org>
 
-       * win32/except.c, debugger/winedbg.c, dlls/dinput/dinput_main.c, dlls/dplayx/dplobby.c, loader/task.c:
-       Removed calls to ConvertToGlobalHandle and MakeCriticalSectionGlobal.
+       * programs/wordpad/Tr.rc, programs/wordpad/rsrc.rc:
+       wordpad: Add Turkish resource file.
 
-       * 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.
+       * programs/winecfg/Tr.rc:
+       winecfg: Update Turkish resource file.
 
-       * dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h:
-       Fixed debugstr_as/us prototypes.
+2006-03-09  Fatih Aşıcı <fasici@linux-sevenler.org>
 
-       * 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)
+       * documentation/README.tr:
+       documentation: Turkish translation of README file.
 
-       * dlls/comctl32/imagelist.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Replaced cCurImage by cMaxImage.
+2006-03-10  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/propsheet.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       "Fixed" horribly misaligned pages in property sheets of apparently
-       newer InstallShields.
+       * aclocal.m4, configure:
+       aclocal.m4: Avoid invalid characters in the cache variable name in WINE_GET_SONAME.
 
-       * 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.
+2006-03-10  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/wineoss/audio.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed recording format settings (16 bit was broken) and reentrancy
-       issues.
+       * dlls/commdlg/colordlg.c:
+       comdlg32: Use a property for the color dialog's information.
 
-       * 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.
+2006-03-09  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winbase.h:
-       Matthew Lake <MasterR_L@yahoo.com>
-       Added LHND.
+       * include/dbt.h:
+       dbt.h: Added DBTF_ flags.
 
-       * 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.
+       * dlls/user/message.c:
+       user: Support packing/unpacking the WM_DEVICECHANGE message.
 
-       * misc/wsprintf.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Use int instead of CHAR/WCHAR in va_arg() (fixes gcc-current compile
-       problem).
+2006-03-09  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ddraw/ddraw/main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Change pixel format for 24 BPP surfaces when the DDraw BPP is 32.
+       * dlls/wininet/cookie.c, dlls/wininet/tests/internet.c:
+       wininet: Fix InternetGetCookie with no matching cookies.
+       Return FALSE and an error of ERROR_NO_MORE_ITEMS from
+       InternetGetCookie when there are no cookies for the specified
+       domain. This fixes a bug in sending a blank cookie to HTTP servers.
 
-       * objects/gdiobj.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       GetObjectA: unlock the object again even in case of failure.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Fix an off-by-one error in InternetCreateUrlW.
+       Fix an off-by-one error in the size of buffer used to store the port
+       number in InternetCreateUrlW.
 
-2000-08-23  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Further InternetCreateFileW fixes.
+       - Add the slash after the port number.
+       - Only add the port number if the host name is present.
 
-       * include/wine/exception.h:
-       Fixed finally handler name.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: If necessary, add a slash between the hostname and path in
+       InternetCreateUrlW.
 
-       * windows/class.c:
-       Fixed RegisterClass last error code on atom creation failure.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: More InternetCreateUrlW fixes.
+       - Don't add double slashes for opaque URLs.
+       - The default port number for all other schemes is 0.
 
-       * graphics/x11drv/xfont.c:
-       Cleaned up major ugliness in __lfCheckSum.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Parse the scheme the string in InternetCreateFileW.
+       Parse the scheme the string in InternetCreateFileW and rewrite
+       url_uses_default_port using schemes instead of strings.
 
-       * dlls/comctl32/listview.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Large caption icons should end in '...' when they are abbreviated.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Get the string for the scheme if specified only by the
+       INTERNET_SCHEME enumeration in InternetCreateUrlW.
 
-       * 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/wininet/internet.c:
+       wininet: The host name is optional in InternetCreateUrlW.
 
-       * dlls/comctl32/trackbar.c:
-       Aric Stewart <aric@codeweavers.com>
-       Wine was not drawing trackbars with minimum ranges of more than 0
-       correctly.
+       * dlls/wininet/internet.c:
+       wininet: Use an array of schemes for mapping from a string to an INTERNET_SCHEME.
+       Use an array of schemes so that it can be re-used for mapping from
+       INTERNET_SCHEME back to a string and simplify the code in
+       GetInternetSchemeW.
 
-2000-08-22  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/internet.c:
+       wininet: Fix Trace in InternetCreateUrl.
+       The url passed in to InternetCreateUrl is an out parameter, so don't
+       dump it.
 
-       * 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/http.c:
+       wininet: Fix redirects with relative URIs instead of absolute URIs.
 
-       * dlls/wininet/internet.c, if1632/snoop.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some warnings.
+2006-03-09  Christoph Frick <rid@zefix.tv>
 
-       * msdos/ioports.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixes for reading latched values with ports 0x40-0x43.
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput/linuxinput: Fix handling of DIPH_BYID.
+       - handling of DIPH_BYID
+       - use regular id and not shifted one also for axes
+       - may only Acquire after SetDataFormat
 
-       * dlls/ddraw/dsurface/main.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Don't crash when calling DirectDrawSurface::EnumAttachedSurfaces on a
-       surface with no attached surfaces.
+2006-03-09  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/kernel/format_msg.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Allow FormatMessage to load Unicode string resources.
+       * dlls/gdi/freetype.c:
+       gdi: Load system fonts from $(datadir)/wine/fonts if loading from
+       %windir%\fonts has failed.
 
-       * 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.
+       * dlls/gdi/enhmfdrv/objects.c, dlls/gdi/mfdrv/objects.c,
+         dlls/wineps/pen.c, dlls/x11drv/pen.c:
+       gdi: A better workaround for extended user style pens.
 
-       * graphics/bitblt.c, graphics/x11drv/bitblt.c:
-       Removed unnecessary calls to CLIPPING_UpdateGCRegion. Fixed PatBlt to
-       use DC_GetDCUpdate.
+2006-03-08  H. Verbeet <hverbeet@gmail.com>
 
-2000-08-21  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/drawprim.c:
+       wined3d: Use OpenGL fragment programs when available.
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20000821.
+       * dlls/wined3d/drawprim.c:
+       wined3d: Remove an incorrect FIXME.
 
-----------------------------------------------------------------
-2000-08-21  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/vertexshader.c:
+       wined3d: Enable color fixups for vertex shaders.
 
-       * 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/wined3d/vertexshader.c:
+       wined3d: Minor vshader_program_add_param cleanup.
+       - In vshader_program_add_param, pass a pointer to the shader object
+       instead of individual parameters.
+       - In vshader_program_add_param, rename input to is_input to make it
+       clearer what the parameter does.
+       - Fix a typo & cleanup a comment.
 
-       * 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.
+2006-03-08  Francois Gouget <fgouget@codeweavers.com>
 
-       * loader/task.c: Andreas Mohr <a.mohr@mailto.de>
-       Transform every ERR() to WARN() in MakeProcInstance.
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Reorder a few functions to avoid forward declaractions.
 
-       * dlls/kernel/kernel_main.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Call WriteOutProfiles16 to make sure that last profile gets written.
+2006-03-09  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * dlls/d3d9/swapchain.c, dlls/wined3d/swapchain.c,
+         include/wine/wined3d_interface.h:
+       wined3d: Use WINED3DPRESENT_PARAMETERS in IWineD3DSwapChain::GetPresentParameters.
 
-       * files/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       (from IBM TopPage patch) return correct error for already existing
-       file.
+2006-03-09  Mike McCormack <mike@codeweavers.com>
 
-       * windows/winproc.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Handle the LB_GETTEXT and CB_GETLBTEXT cases for 32W to 16 mapping.
+       * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+       user: The height of a ListBox item can be no more than MAXBYTE.
 
-       * windows/winpos.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Enables showing of hidden windows when the app ask *only* to maximize it.
+       * dlls/msi/action.c:
+       msi: Remove some unnecessary indent.
 
-2000-08-20  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/tests/package.c:
+       msi: Make sure to run tests for MsiEvaluateCondition.
 
-       * 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.
+2006-03-09  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/mshtml/htmlelem.c:
+       mshtml: Added beginning of getAttribute implementation.
 
-       * objects/dc.c:
-       Fixed GDI locking in GetDeviceCaps.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlbody.c, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLBodyElement implementation.
 
-       * dlls/shell32/systray.c:
-       Kai Morich <mail@kai-morich.de>
-       Fixed bug in repeatedly iconisation, code cleanup.
+2006-03-07  Huw Davies <huw@codeweavers.com>
 
-       * graphics/x11drv/init.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Set X11DRV_DeviceCaps.numColors according to doc (fixes Cubase VST24
-       startup problem).
+       * configure, configure.ac, dlls/opengl32/opengl32.spec,
+         dlls/opengl32/wgl.c, include/config.h.in:
+       opengl32: Implement wglUseFontOutlines.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Implemented DuplicateIcon().
+2006-03-07  Juan Lang <juan_lang@yahoo.com>
 
-       * msdos/int15.c: Chris Morgan <cmorgan@wpi.edu>
-       Stubbed INT 15 function 84h.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
+       crypt32: Implement CertGetValidUsages.
 
-       * 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.
+2006-03-08  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/comctl32/treeview.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Removed direct calls to TREEVIEW_Refresh().
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c, dlls/wined3d/surface.c,
+         dlls/wined3d/volume.c, include/wine/wined3d_types.h:
+       wined3d: Add D3DLOCK_* types to wined3d_types.h.
 
-       * 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.
+2006-03-07  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/mshtml/htmltextarea.c:
+       mshtml: Added get_name and get_value implementation of IHTMLTextAreaElement interface.
 
-       * 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.
+       * dlls/mshtml/htmlselect.c:
+       mshtml: Added get_name and get_value implementation of IHTMLSelectElement interface.
 
-2000-08-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/htmlinput.c:
+       mshtml: Added get_type, get_value, get_name and get_checked
+       implementation of IHTMLInputElement interface.
 
-       * 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.
+2006-03-07  Peter Åstrand <astrand@cendio.se>
 
-       * misc/cdrom.c:
-       Ed Snow <ed_snow@ttmengineering.com>
-       Corrected serial number generation for CD's with 1 or 2 tracks.
+       * dlls/comctl32/listview.c:
+       comctl32: LISTVIEW_InsertItemT should accept iItem < 0, when using sorted lists.
 
-2000-08-18  Alexandre Julliard  <julliard@winehq.com>
+2006-03-07  Hans Leidekker <hans@it.vu.nl>
 
-       * 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).
+       * dlls/mscms/tests/profile.c:
+       mscms: Add tests for EnumColorProfiles{A,W}.
 
-       * 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/mscms/profile.c, dlls/mscms/stub.c, include/icm.h:
+       mscms: Implement EnumColorProfiles{A,W}.
 
-       * dlls/comctl32/status.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Fixed STATUS_GetTextW in regard to NULL pointers.
+2006-03-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * graphics/win16drv/prtdrv.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Append .DRV to name only if no extension present.
+       * fonts/Makefile.in:
+       fonts: Install fonts in $(datadir)/wine/fonts.
 
-       * debugger/stabs.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Do not crash if path is NULL in DEBUG_ProcessElfFileFromPath.
+2006-03-08  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/Makeimplib.rules.in:
+       dlls: Added a default install-lib rule for dlls that don't have one.
 
-       * 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.
+2006-03-07  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winspool/info.c:
-       Albert den Haan <albertd@corel.com>
-       Remove unused critical section global variable PRINT32_RegistryBlocker.
+       * dlls/x11drv/desktop.c:
+       x11drv: Don't send an invalid WM_NCCREATE to the desktop window.
 
-       * dlls/commdlg/filedlg.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Avoids changing 2 levels when clicking .. in the directory list.
+       * server/trace.c:
+       server: Fixed length check in dump_inline_unicode_string.
 
-       * dlls/kernel/kernel32.spec, win32/console.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Stubbed SetConsoleInputExeNameA/W.
+       * dlls/shell32/systray.c, programs/explorer/desktop.c,
+         programs/explorer/explorer.c, programs/explorer/explorer_private.h,
+         programs/explorer/systray.c, programs/explorer/systray.h:
+       explorer: Merged systray support with the desktop window main loop.
+       Systray is now always available as part of the desktop and doesn't
+       need to be started from shell32.
 
-       * dlls/comctl32/status.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       WM_GETFONT should return a real font handle instead of NULL.
+       * dlls/user/win.c, dlls/x11drv/winpos.c, include/wine/server_protocol.h,
+         server/protocol.def, server/trace.c, server/window.c:
+       user: Launch explorer to manage the desktop window.
 
-2000-08-16  Alexandre Julliard  <julliard@winehq.com>
+       * programs/explorer/Makefile.in, programs/explorer/desktop.c,
+         programs/explorer/explorer.c, programs/explorer/explorer_private.h:
+       explorer: Added desktop option.
+       The /desktop option causes explorer to create and manage the desktop
+       window.
 
-       * 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.
+2006-03-07  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/animate.c:
-       Niclas Karlsson MATE <nkarlsso@ra.abo.fi>
-       Implemented ACS_CENTER for animation controls.
+       * dlls/kernel/actctx.c:
+       kernel: Improve the activation context stubs.
 
-       * loader/pe_image.c:
-       Avoid going past the end of the relocation section. Skip sanity checks
-       for empty relocation blocks.
+2006-03-06  H. Verbeet <hverbeet@gmail.com>
 
-       * 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/wined3d/drawprim.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/vertexshader.c:
+       wined3d: Fix a few FIXME's.
 
-       * 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/wined3d/device.c:
+       wined3d: Implement GetCreationParameters (from a patch by Al Tobey).
 
-       * 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.
+2006-03-06  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * dlls/shell32/shell32_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Missed the first character of every argument in CommandLineToArgv.
+       * dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         include/wine/wined3d_types.h:
+       wined3d: Define D3D usage flags in wined3d_types.h.
 
-       * 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.
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/surface.c,
+         include/wine/wined3d_types.h:
+       wined3d: Add device caps to wined3d_types.h.
 
-2000-08-15  Alexandre Julliard  <julliard@winehq.com>
+2006-03-06  Jacek Caban <jacek@codeweavers.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.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmltextarea.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLTextAreaElement implementation.
 
-       * debugger/debugger.h, debugger/stabs.c, documentation/debugger.sgml:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Enhanced ELF files lookup for symbolic info.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmlselect.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLSelectElement implementation.
 
-       * debugger/break.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed regression in break command.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlelem.c,
+         dlls/mshtml/htmlinput.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLInputElement implementation.
 
-2000-08-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/htmlelem.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLElementCollection::tags implementation.
 
-       * 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.
+2006-03-06  Juan Lang <juan_lang@yahoo.com>
 
-       * windows/message.c:
-       Peter Ganten <peter@ganten.org>
-       Threads without active or focus window should not receive keyboard
-       messages.
+       * dlls/crypt32/store.c:
+       crypt32: Simplify stores.
+       Ref count cert context references, and eliminate the DupCert function
+       from stores.
 
-       * 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).
+2006-03-06  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/kernel/process.c:
+       kernel: Better support for detached processes.
+       Call setsid() in the new process to create a new Unix process group
+       when CREATE_NEW_PROCESS_GROUP, CREATE_NEW_CONSOLE, or DETACHED_PROCESS
+       are specified.
 
-       * 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.
+       * dlls/x11drv/window.c, dlls/x11drv/winpos.c:
+       x11drv: Make sure to never manipulate the root window, even if we own
+       the desktop window.
 
-       * windows/nonclient.c, windows/sysparams.c, winedefault.reg:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Add "FullWindowDrag" feature for not managed windows.
+       * server/process.c, server/user.h, server/window.c, server/winstation.c:
+       server: Support for closing the desktop window.
+       If a thread is owning the desktop window, when all other users of the
+       desktop have exited, signal the owner to close the desktop (with a 1
+       second delay).
 
-       * controls/combo.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Update the edit box before rolling up the listbox, so the
-       selection isn't lost.
+       * server/object.c, server/object.h:
+       server: Added unlink_named_object function.
+       Allows to remove the name of an object while keeping around the object
+       itself.
 
-       * libtest/Makefile.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added missing referenced dlls for libtest.
+       * server/class.c, server/user.h, server/window.c:
+       server: Infrastructure for having a thread own the desktop window.
 
-       * 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.
+       * dlls/mlang/mlang.c:
+       mlang: Decrement the module refcount when an object is destroyed.
 
-       * 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.
+2006-03-06  H. Verbeet <hverbeet@gmail.com>
+
+       * dlls/d3d8/volume.c, dlls/d3d9/volume.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c, include/wine/wined3d_interface.h:
+       wined3d: Fix the relation between volumes and their container.
 
-       * 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.
+       * dlls/d3d8/surface.c, dlls/d3d9/surface.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/texture.c,
+         include/wine/wined3d_interface.h:
+       wined3d: Fix the relation between surfaces and their container.
 
-       * msdos/dpmi.c:
-       Replaced global Callbacks structure by appropriate glue code
-       generation. Removed a few unused entries in the Callout structure.
+       * dlls/wined3d/surface.c:
+       wined3d: Don't call glCompressedTexImage2DARB without allocatedMemory.
+       Don't call glCompressedTexImage2DARB if we haven't got allocatedMemory (yet).
+       Fix a small typo.
 
-       * 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.
+2006-03-06  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       wininet: Rewrite InternetCreateUrlW.
+       - Rewrite InternetCreateUrlW to respect the lengths passed in via the
+       URL_COMPONENTS structure and fall back to a strlenW call when a
+       length is zero.
+       - Expand the number of protocols supported when determining whether
+       the port number should be added.
+       - Fix a test by passing in the correct length of scheme.
 
-       * winedefault.reg:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Added load address for the shared memory of BDE (Borland database
-       manager).
+       * dlls/wininet/http.c, dlls/wininet/internet.h,
+         dlls/wininet/netconnection.c:
+       wininet: Don't continue to connect to a secure server without SSL support since it won't work.
+       Don't continue to connect to a secure server without SSL support since
+       it won't work. Return an error back to the application instead.
+
+       * dlls/wininet/tests/http.c:
+       wininet: More tests for InternetCreateUrl.
+       Fix an InternetCreateUrl test so that it correctly sets the scheme
+       length and add tests which show the behaviour when the lengths are set
+       to zero and when the https scheme is used.
+
+2006-03-06  Victor Pelt <victor.pelt@gmail.com>
 
-       * scheduler/client.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix for starting server from the current directory.
+       * dlls/wininet/internet.c:
+       wininet: Add stub for missing InternetSetOption.
 
-       * graphics/x11drv/xfont.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added checking for broken font cache.
-       Added supporting for iso10646 encoding.
+2006-03-06  Alexandre Julliard <julliard@winehq.org>
 
-2000-08-11  Alexandre Julliard  <julliard@winehq.com>
+       * include/wine/library.h, libs/wine/Makefile.in, libs/wine/config.c,
+         libs/wine/wine.def, libs/wine/wine.map:
+       libwine: Export a function to retrieve the data directory (based on a
+       patch by Dmitry Timoshkov).
 
-       * scheduler/client.c, server/request.c:
-       Made server startup more robust against races caused by a previous
-       server terminating at the same time.
+2006-03-06  Francois Gouget <fgouget@free.fr>
 
-       * 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/mshtml/main.c, dlls/urlmon/regsvr.c:
+       Fix compatibility with native advpack dlls.
+       Most native advpack dlls in circulation don't have RegInstallA. So
+       mshtml and urlmon should do a GetProcAddress() on 'RegInstall'
+       instead.
 
-       * 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.
+2006-03-06  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * tools/wrc/parser.l:
+       wrc: Don't use identifiers starting yy*, they're reserved for flex.
 
-       * dlls/comctl32/updown.c, include/commctrl.h:
-       Moved NM_UPDOWN definition to commctrl.h.
+       * dlls/avifil32/editstream.c:
+       avifil32: Fix some more gcc 4.1 warnings caused by windowsx.h macros.
 
-       * relay32/relay386.c:
-       Peter Ganten <peter@ganten.org>
-       The user driver functions might be called with the window lock held.
+2006-03-06  Jacek Caban <jacek@codeweavers.com>
 
-       * include/module.h, loader/pe_resource.c, loader/resource.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Make FindResource and FindResourceEx fully windows compatible.
+       * dlls/shdocvw/navigate.c, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added get_LocationURL implementation.
 
-       * include/tchar.h:
-       Damyan Ognyanoff <Damyan@rocketmail.com>
-       Remove some obsolete #define's - strlwr and strupr are in NTDLL now.
+2006-03-05  Jacek Caban <jacek@codeweavers.com>
 
-       * include/wine/unicode.h, memory/codepage.c, unicode/Makefile.in, unicode/utf8.c:
-       Added UTF-8 conversion support.
+       * dlls/mshtml/htmlelem.c, dlls/mshtml/htmlnode.c:
+       mshtml: Added IHTMLElementCollection implementation.
+       - Added IHTMLElementCollection implementation.
+       - Added get_all implementation.
 
-       * 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.
+2006-03-06  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/commdlg/filedlg95.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Initialize lpstrInitialDir to really bogus value to restore original
-       value later.
+       * dlls/shell32/shlfileop.c:
+       shell32: Grow the file list dynamically in SHFileOperation.
+       This avoids searching the same directories twice, once to count the
+       files and then once for real.
 
-       * include/windef.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added a few more anonymous union definitions.
+       * dlls/shell32/shlfileop.c:
+       shell32: Store only the file attributes in the file list for SHFileOperation.
+       We don't need the rest of the WIN32_FIND_DATA structure.
 
-       * include/guiddef.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed C++ operators return value.
+       * dlls/shell32/shlfileop.c:
+       shell32: Fixed handling of null-terminated file list in SHFileOperation.
 
-       * dlls/crtdll/crtdll_main.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Implemented fopen() append mode, and a really cheesy fscanf()
-       implementation...
+2006-03-03  Aric Stewart <aric@codeweavers.com>
 
        * 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.
+       shell32: Skip dot directories in SHFileOperation.
+       In ShFileOperation when generating a file list with * wildcards, for
+       example for deletion, do not include the dot directories (. and ..) in
+       the list, because that cause the operation to spiral out of control.
 
-2000-08-10  Alexandre Julliard  <julliard@winehq.com>
+2006-03-06  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/winstation.c:
+       server: Avoid crash in set_thread_desktop if the thread doesn't have a queue.
 
-2000-08-09  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/win.c, include/wine/server_protocol.h, server/protocol.def,
+         server/trace.c, server/window.c:
+       server: Return real parent and owner in the create_window request.
+       Remove computing of parent and owner handles on the client side.
 
-       * 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.
+       * dlls/user/desktop.c:
+       user: Allow creating windows of the desktop class.
 
-       * 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.
+       * dlls/user/message.c:
+       user: Allow some Wine internal messages to act on the desktop window.
 
-       * misc/version.c, scheduler/services.c:
-       Removed winver and service_table from the PDB and made them static
-       variables.
+2006-03-05  Mike McCormack <mike@codeweavers.com>
 
-       * 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/mpr/mpr.spec, dlls/mpr/nps.c:
+       mpr: Stub implementations of some mpr functions.
 
-       * 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.
+2006-03-05  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/shell32/shellfolder.h, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_unixfs.c, dlls/shell32/shv_bg_cmenu.c:
+       shell32: Unicode'ify ISFHelper interface.
 
-       * dlls/comctl32/tooltips.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Fix some remaining problems with tooltips.
+2006-03-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/wined3d/directx.c:
+       wined3d: Fix retrieval of driver adapter versions.
 
-       * 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.
+2006-03-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/Makefile.in:
-       Install all standard Windows includes, plus some from the wine subdir.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
+         dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c, dlls/dbghelp/type.c:
+       dbghelp: Added type for array index.
+       - added type for array index
+       - correctly parsing array index type in stabs, Dwarf2 and MSC formats
+       - fixed SyGetTypeInfo accordingly
 
-       * 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.
+       * dlls/msvcrt/tests/cpp.c, dlls/msvcrt/undname.c:
+       msvcrt: Some more fixes to name demangling.
 
-       * 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.
+       * dlls/dbghelp/type.c:
+       dbghelp: Implemented TI_GET_COUNT in SymGetTypeInfo for function.
 
-2000-08-08  Alexandre Julliard  <julliard@winehq.com>
+2006-03-05  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * relay32/builtin32.c:
-       Make sure builtin dlls are never freed since we don't support dlclose
-       properly yet.
+       * dlls/wined3d/directx.c, include/wine/wined3d_types.h:
+       wined3d: Add d3d7 and d3d8/9 cap flags to wined3d_types.h.
 
-       * 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.
+2006-03-05  Jason Green <jave27@gmail.com>
 
-       * 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/wined3d/utils.c:
+       wined3d: Add a few more WINED3DFMT formats to be recognized.
 
-       * 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.
+2006-03-05  Jacek Caban <jacek@codeweavers.com>
 
-       * 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).
+       * dlls/shdocvw/dochost.c:
+       shdocvw: Beginning ShowContextMenu implementation.
 
-       * documentation/HOWTO-winelib:
-       Wilbur N. Dale <wilbur.dale@lumin.nl>
-       Added description of using DLLs with WineLib.
+       * dlls/mshtml/htmldoc3.c, dlls/mshtml/nsiface.idl:
+       mshtml: Added get_documentElement implementation.
 
-       * documentation/*:
-       John R. Sheets <jsheets@codeweavers.com>
-       Converted Wine documentation to SGML format.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmlelem.c, dlls/mshtml/htmlnode.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLElement implementation.
 
-2000-08-07  Alexandre Julliard  <julliard@winehq.com>
+       * include/mshtmdid.h, include/mshtml.idl:
+       mshtml: Added more interfaces to mshtml.idl.
 
-       * controls/icontitle.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Initialize 'str' in ICONTITLE_GetTitlePos.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/htmlnode.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl:
+       mshtml: Added IHTMLDOMNode implementation.
 
-       * 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).
+2006-03-05  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * 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.
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         include/wine/wined3d_gl.h:
+       wined3d: Added OpenGL 2.0 function definitions.
 
-       * windows/winpos.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       WINPOS_WindowFromPoint should respect hrgnWnd.
+2006-03-05  Robert Shearman <rob@codeweavers.com>
 
-       * loader/pe_image.c:
-       Peter Ganten <peter@ganten.org>
-       Set up exe_modref before loading implicitly linked dlls.
+       * programs/wcmd/wcmdmain.c:
+       wcmd: Improve command line processing.
+       Make the command line processing more robust by continuing to process
+       command line options if an unknown one is detected and remove the
+       skipping of argv[0], which is no longer necessary. This fixes the
+       parsing when argv[0] isn't set to the program name.
 
-       * dlls/kernel/format_msg.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Prevent endless looping in linebreak handling.
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/vartype.c:
+       oleaut: Implement VarBstrFromDisp.
 
-       * 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).
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/varformat.c:
+       oleaut: Fix VarFormat for VT_NULL variants.
 
-       * include/dinput.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added a few DirectInput 7 definitions and C++ fixes.
+       * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c, dlls/ole32/rpc.c:
+       ole: Implement IRpcChannelBuffer::GetDestCtx on the client side.
 
-       * dlls/kernel/wowthunk.c:
-       Peter Ganten <peter@ganten.org>
-       LoadLibraryEx32W16 should use the search algorithm of 16-bit libraries.
+       * dlls/ole32/compobj_private.h, dlls/ole32/marshal.c:
+       ole: Store the destination context and the destination context data in
+       the proxy manager when unmarshaling.
 
-       * windows/cursoricon.c, windows/input.c, windows/msgbox.c, windows/winpos.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed local variable shadows warnings.
+       * include/olectl.h:
+       include: Add more definitions and types to olectl.h.
 
-       * 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.
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut: Add some more VarFormat tests and fix the VarMod decimal test.
 
-       * include/wine/obj_base.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Protect the prototypes in here from C++ name mangling...
+       * dlls/oleaut32/olepicture.c:
+       oleaut: Split OLEPictureImpl_Load.
+       Split OLEPictureImpl_Load into separate functions for the different file
+       types.
 
-       * dlls/version/install.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       VIF_OUTOFSPACE and VIF_OUTOFMEM were reversed.
+2006-03-05  Mike McCormack <mike@codeweavers.com>
 
-       * include/vfw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       inline must be first attribute in function definition.
+       * programs/winecfg/audio.c:
+       winecfg: Fix a typo (LVM_ -> TVM_).
 
-       * dlls/user/lstr.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed CharNextW.
+2006-03-01  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * graphics/x11drv/dib.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       X11DRV_DIB_SetImageBits_RLE8: break image lines.
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_DEPTHBIAS.
 
-2000-08-06  Alexandre Julliard  <julliard@winehq.com>
+2006-03-04  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * 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.
+       * dlls/wined3d/device.c:
+       wined3d: Added two sided stencil support to WINED3DRS_STENCILFUNC.
 
-       * Makefile.in, dlls/user/Makefile.in:
-       Link USER resources into libuser.so.
+       * dlls/wined3d/device.c:
+       wined3d: Added two sided stencil support to WINED3DRS_STENCILFAIL,
+       WINED3DRS_STENCILZFAIL and WINED3DRS_STENCILPASS.
 
-       * ole/ole2nls.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fix for calling ctype functions with Unicode characters.
+       * dlls/wined3d/device.c:
+       wined3d: Implemented fallback for separate stencil function in WINED3DRS_CCW_STENCILFUNC.
 
-       * 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/wined3d/device.c, include/wine/wined3d_gl.h:
+       wined3d: Implemented fallback for separate stencil operation in WINED3DRS_CCW_STENCIL*.
 
-       * dlls/wininet/http.c:
-       John R. Sheets <jsheets@codeweavers.com>
-       Added "Mime-Version" to standard MIME headers parsed in
-       HTTP_GetStdHeaderIndex().
+2006-03-03  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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/wined3d/device.c:
+       wined3d: Fix cut&paste typo.
 
-       * dlls/kernel/Makefile.in:
-       Added explicit dependency on message files for people who don't run
-       make depend.
+2006-03-03  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * include/wine/wined3d_types.h:
+       wined3d: Add D3D7 texture stage types.
 
-       * dlls/shell32/shelllink.c, include/wine/obj_shelllink.h:
-       Fixed IShellLinkA/W definitions.
+       * include/wine/wined3d_types.h:
+       wined3d: Add D3D7 render states.
 
-       * 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.
+2006-03-04  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
-       Fixed IsEqualGUID definition.
+       * programs/winebrowser/main.c:
+       winebrowser: Use CP_UNIXCP when translating URL passed on command line
+       to unicode.
 
-       * 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.
+2006-03-04  Byeong-Sik Jeon <wjsqudtlr@gmail.com>
 
-       * 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/user/sysparams.c:
+       user32: Fix the default height for CJK fonts.
 
-       * dlls/ddraw/convert.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       One of the 24/32 convert color masks was wrong.
+2006-03-04  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/user/user32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       GetPropA/W have string args.
+       * dlls/avifil32/acmstream.c:
+       avifil32: Eliminate some gcc 4.1 warnings caused by windowsx.h macros.
 
-       * if1632/thunk.c, scheduler/process.c, dlls/*/Makefile.in, dlls/*/*.spec:
-       Added imports of user32/gdi32/kernel32 wherever necessary.
+2006-03-03  Juan Lang <juan_lang@yahoo.com>
 
-2000-08-01  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/serialize.c, dlls/crypt32/store.c:
+       crypt32: Move serialization functions to serialize.c.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20000801.
+2006-03-03  Christian Gmeiner <christian.gmeiner@students.fh-vorarlberg.ac.at>
 
-----------------------------------------------------------------
-2000-08-01  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mlang/mlang.c:
+       mlang: Implement DllCanUnloadNow.
 
-       * include/windef.h, include/winnt.h, include/winuser.h, include/wtypes.h:
-       Jeremy White <jwhite@codeweavers.com>
-       Added WM_TCARD and DWORDLONG.
+2006-03-02  Huw Davies <huw@codeweavers.com>
 
-       * dlls/kernel/format_msg.c, tools/wmc/write.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       PE_MESSAGE_HEADER.Length contains the header itself too.
+       * dlls/gdi/tests/bitmap.c, dlls/x11drv/dib.c, dlls/x11drv/palette.c,
+         dlls/x11drv/x11drv.h:
+       gdi: Better support for 1bpp dib sections.
 
-       * 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.
+2006-03-03  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * programs/regedit/childwnd.c, programs/regedit/framewnd.c,
+         programs/regedit/listview.c:
+       regedit: Fix some gcc 4.1 warnings caused by casts in macros.
 
-       * files/directory.c:
-       Only set COMSPEC if not defined already.
+       * programs/winecfg/audio.c:
+       winecfg: Eliminate some gcc 4.1 warnings caused by casts in macros.
 
-       * 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/shell32/brsfolder.c:
+       shell32: Fix some gcc 4.1 warnings caused by casts in macros.
 
-       * dlls/comctl32/treeview.c: Serge Ivanov
-       Andrew Lewycky
-       Improved drawing of item text, added SHOWSELALWAYS capability.
+       * dlls/msrle32/msrle32.c:
+       msrle32: Fix some gcc 4.1 warnings caused by casts in windowsx.h macros.
 
-       * dlls/comctl32/listview.c:
-       Matthew Lake <MasterR_L@yahoo.com>
-       Fixed a segfault problem using the standard file open dialog box.
+       * dlls/hhctrl.ocx/help.c:
+       hhctrl.ocx: Fix a gcc 4.1 warning caused by a cast in a macro.
 
-       * 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.
+       * dlls/comctl32/listview.c, dlls/comctl32/pager.c:
+       comctl32: Fix some gcc 4.1 warnings caused by windowsx.h macros.
 
-       * 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.
+2006-03-02  Juan Lang <juan_lang@yahoo.com>
 
-       * 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).
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/store.c, include/wincrypt.h:
+       crypt32: Implement CertDuplicateStore.
 
-       * include/ddraw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed unnecessary X11 includes from ddraw.h.
+2006-03-02  Francois Gouget <fgouget@free.fr>
 
-       * loader/module.c: Peter Ganten <peter@ganten.org>
-       WinExec16 should not split quoted filenames with spaces.
+       * dlls/d3d8/d3d8_main.c, dlls/d3d9/d3d9_main.c:
+       d3d: Fix Validate(Pixel|Vertex)Shader() prototypes.
+       Fix Validate(Pixel|Vertex)Shader() prototypes so they match the spec file.
+       Fix the stub message so it is more standard and use consistent
+       parameter names.
 
-       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
-       Aric Stewart <aric@codeweavers.com>
-       Implemented InternetCheckConnectionA.
+       * dlls/kernel/heap.c:
+       kernel: Protect sys/resource.h include.
 
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed another non-Linux build failure.
+2006-03-02  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/crtdll/crtdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed 2 forward entries.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.9.
 
-       * dlls/comctl32/status.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed some flicker by detecting if we set the same value again.
+----------------------------------------------------------------
+2006-03-02  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Change logic of listbox resizing for 16 bits apps for lists without
-       LBS_NOINTEGRALHEIGHT style.
+       * dlls/dxdiagn/container.c, dlls/ole32/ole2.c, dlls/ole32/oleobj.c,
+         dlls/riched20/editor.c, dlls/riched20/tests/editor.c,
+         dlls/shell32/tests/shlfolder.c, include/ddk/wdm.h, server/change.c:
+       Fixed some compiler warnings on old gcc versions.
 
-       * objects/dc.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
-       Fixed CreateDC to work properly when it is called with a device.
+       * dlls/Makefile.in, dlls/make_dlls:
+       dlls: Remove 16-bit files on make clean.
 
-       * 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
+2006-03-02  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * 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.
+       * dlls/wined3d/device.c, include/wine/wined3d_gl.h:
+       wined3d: Opengl 2.x compile fix.
 
-       * windows/x11drv/wnd.c:
-       Jean-Claude Batista <jcb@macadamian.com>
-       Provide position hints for window managers.
+2006-03-01  Vitaly Lipatov <lav@etersoft.ru>
 
-2000-07-31  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/menu.c:
+       user: Fix uninitialized rectangle in menu arrow painting.
 
-       * 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.
+2006-03-01  Mike McCormack <mike@codeweavers.com>
 
-       * include/wingdi.h, include/winuser.h:
-       Moved system metrics definitions to winuser.h.
+       * tools/wine.inf:
+       wine.inf: Add a default RelayExclude.
 
-       * 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.
+2006-03-01  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * files/file.c, server/file.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fix for 64-bit negative seek value.
+       * programs/winedbg/winedbg.c, programs/winedbg/winedbg.man.in:
+       winedbg: Bring usage() and .man up to date.
 
-       * include/module.h, msdos/int2f.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Removed DOS task fields from the NE_MODULE structure.
+       * programs/winedbg/debugger.h, programs/winedbg/stack.c,
+         programs/winedbg/tgt_minidump.c, programs/winedbg/winedbg.c:
+       winedbg: Add ability to reload a minidump.
+       - now recognize winedbg foo.mdmp on command line
+       - fleshed out tgt_minidump to reload information from minidump
 
-       * loader/task.c:
-       Skip quoted program name when building command line.
+       * programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+         programs/winedbg/tgt_active.c, programs/winedbg/winedbg.c:
+       winedbg: process_io
+       - added ability to specify process_io at process creation/attachment
+       time
+       - created a process_io structure for gdbproxy
 
-       * scheduler/process.c: Ove Kaaven <ovek@arcticnet.no>
-       DOS binary support has been restored.
+       * programs/winedbg/debugger.h, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: main_loop.
+       - split dbg_main_loop in two parts (one for finishing the debuggee
+       attachment, the second one really for handling the main loop)
+       - removed now longer needed dbg_main_loop
 
-       * 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.
+2006-03-01  Jacek Caban <jacek@codeweavers.com>
 
-       * include/pe_image.h, loader/pe_resource.c, loader/resource.c:
-       Backed out FindResource language patch.
+       * dlls/shdocvw/navigate.c:
+       shdocvw: Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
+       - Don't call hlink_navigate if HLNF_OPENINNEWWINDOW is set.
+       - Remove unneeded call to GetBindInfo.
 
-       * loader/dos/dosvm.c, msdos/int09.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fixed a few problems.
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/navigate.c, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c, dlls/mshtml/nsservice.c:
+       mshtml: Beginning support for links opened in a new frame.
 
-       * dlls/kernel/messages/winerr_enu.mc:
-       Dave Pickles <davep@cyw.uklinux.net>
-       Added text for all messages included in win95 and winNT.
+       * dlls/mshtml/nsembed.c:
+       mshtml: Use NSContainer as 'This' of its window.
 
-       * dlls/kernel/format_msg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added { } around stuff in ADD_TO_T macros.
+2006-02-24  Gerold J. Wucherpfennig <gjwucherpfennig@gmx.net>
 
-       * include/dosexe.h, loader/dos/module.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Convert DOS (MZ) binary loader to the new DOS process model.
+       * dlls/cabinet/cabinet.h, dlls/cabinet/fci.c:
+       cabinet: Set proper error information on failures.
 
-       * 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__.
+2006-03-01  Rein Klazes <wijn@wanadoo.nl>
 
-2000-07-30  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user32: Fix handling of '\b' right flush character in menus.
+       - do not add extra space; modify the tests to confirm this;
+       - right flush to the menu tab stop, not to the menu border;
+       - small fixes to the menu tab stop calculation.
 
-       * 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.
+2006-03-01  Brandon Woodmansee <wood@socal.rr.com>
 
-       * 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().
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/editstr.h,
+         dlls/riched20/tests/editor.c:
+       riched20: Implement EM_AUTOURLDETECT & EM_GETAUTOURLDETECT.
 
-       * configure, configure.in:
-       Create dll/kernel/messages directory.
+2006-03-01  Jeremy White <jwhite@codeweavers.com>
 
-       * 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.
+       * dlls/crypt32/tests/oid.c:
+       crypt32: More gcc 2.95 adjustments.
 
-       * loader/task.c: Ove Kaaven <ovek@arcticnet.no>
-       Removed usage of obsolete pModule->lpDosTask.
+2006-03-02  Aric Cyr <aric.cyr@gmail.com>
 
-2000-07-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/utils.c:
+       wined3d: Reverse GL_BGR to GL_RGB for the D3D RGB formats.
+       This fixes texture colours in many D3D games (verified with Age Of Mythology).
 
-       * 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
+2006-03-01  Robert Shearman <rob@codeweavers.com>
 
-       * 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/ole32/marshal.c, dlls/ole32/stubmanager.c:
+       ole: Change NORMALEXTREFS to 5, like it is in native.
 
-       * 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/ole32/marshal.c, dlls/ole32/tests/marshal.c:
+       ole: Fix marshaling of proxies for interfaces that haven't already been unmarshaled.
 
-       * dlls/comctl32/Makefile.in, dlls/comctl32/comctl32.spec, dlls/comctl32/smoothscroll.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented SmoothScrollWindow.
+       * dlls/oleaut32/connpt.c:
+       oleaut: Use IsEqualIID in connpt.c instead of memcmp for comparing IIDs.
 
-       * 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/rpcrt4/ndr_stubless.c, include/Makefile.in, include/ndrtypes.h:
+       rpcrt4: Change the stubless parameter attributes to using a bitfield
+       (as defined by the PSDK) so the ServerAllocSize part is easier to
+       calculate.
 
-       * dlls/kernel/format_msg.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Get rid of USER32 functions in KERNEL32.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement marshaling and unmarshaling for enum types.
 
-       * 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.
+2006-03-01  Juan Lang <juan_lang@yahoo.com>
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Make direct console input routines go through int16, rather than
-       reading directly from the console driver.
+       * dlls/crypt32/store.c:
+       crypt32: Use CertFindCertificateInStore to simplify adding certificates.
 
-       * 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
+2006-03-01  Jon Parshall <jparshall@codeweavers.com>
 
-       * 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.
+       * dlls/shell32/shres.rc:
+       shell32: New icons for Desktop and My Computer.
 
-       * windows/win.c:
-       Huw D M Davies <hdavies@codeweavers.com>
-       Initialize hrgnWnd.
+2006-03-01  Jason Edmeades <us@edmeades.me.uk>
 
-       * configure, configure.in:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Fix the GLEXT function prototype typedefs detection.
+       * dlls/user/menu.c:
+       user32: Ensure VK_UP displays the popup menu for the selected item if
+       the popup menu is not visible
 
-       * 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.
+2006-03-01  Marcus Meissner <marcus@jet.franken.de>
 
-       * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
-       Added some int33 function stubs.
+       * documentation/PACKAGING:
+       PACKAGING: Mention more libraries / tools in the needed dependencies section.
 
-       * 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.
+2006-02-28  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * 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.
+       * README:
+       README: Fix spelling Red Hat.  Remove unneeded references to Debian
+       and Red Hat.  Document the use of libxml2 as a weak prerequisite.
 
-       * 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.
+2006-03-01  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * configure, configure.ac, include/config.h.in, server/signal.c:
+       server: Print a message if wineserver crashes and we don't dump cores.
 
-       * 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.
+2006-02-25  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/x11drv/settings.c:
+       x11drv: Convert 24-bit into 32-bit color before looking for an
+       available screen resolution. We do this during enumeration, so there
+       would be no 24-bit modes available.
 
-       * tools/fnt2bdf.c, tools/fnt2bdf.h, include/wine/wingdi16.h:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Make fnt2bdf produce correct fonts.
+2006-02-28  Juan Lang <juan_lang@yahoo.com>
 
-       * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
-       Make int16 read from the BIOS keyboard buffer, not directly from the
-       console driver.
+       * dlls/crypt32/store.c:
+       crypt32: Eliminate an unnecessary function pointer from stores.
 
-       * 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.
+2006-02-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * files/directory.c, include/task.h, loader/ne/module.c, loader/task.c:
-       Perform NE_InitProcess in the context of the new task.
+       * programs/notepad/main.c:
+       notepad: Wrap long lines by default like Windows does.
 
-2000-07-24  Alexandre Julliard  <julliard@winehq.com>
+2006-02-27  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/kernel/comm.c:
+       kernel32: Implemented ClearCommError on top of GET_COMM_STATUS ioctl.
 
-2000-07-23  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/serial.c:
+       ntdll: Implemented serial IOCTL for status: GET_COMM_STATUS.
 
-       * 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.
+2006-02-28  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * tools/wrc/parser.y:
+       wrc: Integer ids can be used for control labels instead of strings.
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/winnls/.gitignore, dlls/winnls/Makefile.in,
+         dlls/winnls/winnls.c, dlls/winnls/winnls.spec,
+         dlls/winnls/winnls32.spec, dlls/winnls32/.gitignore,
+         dlls/winnls32/Makefile.in, dlls/winnls32/winnls.c,
+         dlls/winnls32/winnls.spec, dlls/winnls32/winnls32.spec:
+       winnls32: Renamed the winnls directory to winnls32.
+
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/winaspi/.gitignore, dlls/winaspi/Makefile.in,
+         dlls/winaspi/aspi.c, dlls/winaspi/aspi.h, dlls/winaspi/winaspi.spec,
+         dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c,
+         dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec,
+         dlls/wnaspi32/.gitignore, dlls/wnaspi32/Makefile.in,
+         dlls/wnaspi32/aspi.c, dlls/wnaspi32/aspi.h,
+         dlls/wnaspi32/winaspi.spec, dlls/wnaspi32/winaspi16.c,
+         dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/winescsi.h,
+         dlls/wnaspi32/wnaspi32.spec:
+       wnaspi32: Renamed the winaspi directory to wnaspi32.
 
-       * programs/clock/language.c, programs/notepad/language.c, programs/progman/string.c:
-       Francois Gouget <fgouget@psn.net>
-       Removed obsolete references to the Languages array.
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/lz32/.gitignore, dlls/lz32/Makefile.in, dlls/lz32/lz32.spec,
+         dlls/lz32/lzexpand.spec, dlls/lz32/lzexpand16.c,
+         dlls/lz32/lzexpand_main.c, dlls/lz32/tests/.gitignore,
+         dlls/lz32/tests/Makefile.in, dlls/lz32/tests/lzexpand_main.c,
+         dlls/lzexpand/.gitignore, dlls/lzexpand/Makefile.in,
+         dlls/lzexpand/lz32.spec, dlls/lzexpand/lzexpand.spec,
+         dlls/lzexpand/lzexpand16.c, dlls/lzexpand/lzexpand_main.c,
+         dlls/lzexpand/tests/.gitignore, dlls/lzexpand/tests/Makefile.in,
+         dlls/lzexpand/tests/lzexpand_main.c, programs/winetest/Makefile.in:
+       lz32: Renamed lzexpand directory to lz32.
 
-       * programs/clock/main.c:
-       Francois Gouget <fgouget@psn.net>
-       Fixed WinMain's signature.
-       Fixed parameter order for the call to CreateWindow.
+       * dlls/ntdll/loader.c:
+       ntdll: Don't reset the load count when reusing a builtin modref.
 
-       * 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.
+2006-02-23  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * tools/wine.inf:
+       wine.inf: Add printing section for local port monitor.
 
-       * 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.
+2006-02-27  Robert Reif <reif@earthlink.net>
 
-       * dlls/ddraw/d3ddevice/mesa.c, dlls/ddraw/d3dtexture.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Compilation fixes for OpenGL.
+       * dlls/dsound/duplex.c:
+       dsound: Fix duplex create bug.
 
-       * Make.rules.in: Mike_McCormack@looksmart.com.au
-       Corrected c2man flags. It still crashes anyhow :-/
+2006-02-21  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * 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.
+       * dlls/dinput/mouse.c:
+       dinput: Return an error if both DISCL_EXCLUSIVE and DISCL_BACKGROUND are set.
 
-       * 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.
+2006-02-26  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * include/tapi.h: Mike_McCormack@looksmart.com.au
-       Implemented lineGetCountry. (works with HyperTrm.exe)
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_CCW_STENCIL* render states.
 
-       * 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.
+2006-02-25  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * dlls/tapi32/line.c: Mike_McCormack@looksmart.com.au
-       Implemented lineGetCountry. (works with HyperTrm.exe)
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_SCISSORTESTENABLE.
 
-       * include/winbase.h: Francois Gouget <fgouget@psn.net>
-       Removed duplicate declaration of AddAccessAllowedAce.
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_SLOPESCALEDEPTHBIAS.
 
-       * 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/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_ANTIALIASEDLINEENABLE.
 
-       * 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/wined3d/device.c:
+       wined3d: Added D3D9 render states.
 
-       * dlls/winsock/async.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Insured that all parameters of async functions are copied before
-       returnig from request.
+       * dlls/wined3d/device.c:
+       wined3d: Fixed some typos and prevented divide by 0.
 
-       * controls/scroll.c, documentation/distributors, documentation/x11drv, tools/wineconf:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fix a few typos and such.
+2006-02-27  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/d3d.h, include/ddraw.h:
-       Ove Kaaven <ovek@transgaming.com>
-       Added some DirectDraw7-related definitions.
+       * dlls/crypt32/oid.c, dlls/crypt32/store.c:
+       crypt32: Don't access a blob after freeing it.
 
-       * configure, configure.in, include/config.h.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Make non-existence of (f)lex an error.
+       * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+         programs/winedbg/stack.c, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Added a close_process method to process_io.
+       - added a close_process method to process_io
+       - made use of it to get rid of dbg_detach
 
-       * 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.
+       * programs/winedbg/tgt_active.c, programs/winedbg/winedbg.c:
+       winedbg: Extend auto mode with minidump.
+       - added -minidump and -minidump <file> options to command line
+       Those options are to be used in remplacement of --auto to create a minidump
+       In the form --minidump <file>, the minidump will be created in <file>,
+       otherwise the filename will be automatically generated.
 
-       * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
-       Added a few Win32 definitions.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/debugger.h, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Rewrite auto mode.
+       - rewrote auto mode as a specific set of commands to be run in
+       regular parser, instead of hard coding those commands
+       - added a new function to store a set of commands to be executed
+       in a file
+       - added 'echo' command to the parser functions
+       - got rid of dbg_action_mode
+       - added support of '--' on command line
 
-       * include/winspool.h: Ove Kaaven <ovek@arcticnet.no>
-       Reduce scope of "Status" #ifdef hack.
+       * programs/winedbg/gdbproxy.c:
+       winedbg: Fixed regression in gdb handling.
 
-       * if1632/relay.c, relay32/builtin32.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Say that "No handler" messages as fatal.
+2006-02-27  James Hawkins <truiken@gmail.com>
 
-       * winedefault.reg: Fixed SharedDir location.
+       * dlls/advpack/tests/advpack.c:
+       advpack: Factor out loading the program files directory.
 
-       * 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/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       advpack: Add tests for the TranslateInfStringEx trio of functions and
+       fix the errors.
 
-       * dlls/winmm/mmio.c, dlls/winmm/wineoss/audio.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed first seek on MEM mmio files.
+       * dlls/advpack/tests/advpack.c:
+       advpack: Factor out the API loading of advpack tests.
 
-       * dlls/commdlg/fontdlg.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Remove calls to DIALOG_DoDialogBox and DIALOG_CreateIndirect.
+2006-02-27  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/wininet/http.c:
-       John R. Sheets <jsheets@codeweavers.com>
-       Add a few more fields to HTTP_GetStdHeaderIndex() and fix some typos.
+       * dlls/crypt32/oid.c:
+       crypt32: Correct compile problem on gcc 2.95.
 
-       * 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.
+2006-02-28  YunSong Hwang <hys545@dreamwiz.com>
 
-       * controls/icontitle.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Fixed calculation of buffer length after switch of window text to
-       unicode.
+       * dlls/crypt32/crypt32.rc, dlls/crypt32/crypt32_Ko.rc:
+       crypt32: Add Korean translation.
 
-       * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
-       Comment out a nonfunctional DOS part of debugger.
+2006-02-28  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/rasapi32/rasapi.c, dlls/rasapi32/rasapi32.spec:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added stub for RasHangUpA().
+       * dlls/msvcrt/locale.c, dlls/msvcrt/msvcrt.spec:
+       msvcrt: Add a stub for _wsetlocale.
 
-       * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
-       DefWindowProc should pass unhandled WM_MOUSEWHEEL to parent, according
-       to documentation.
+2006-02-27  Kovács András <andras@csevego.net>
 
-       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a few problems.
+       * programs/winecfg/Hu.rc, programs/winecfg/winecfg.rc:
+       winecfg: New Hungarian language resource.
 
-       * 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
+2006-02-27  Francois Gouget <fgouget@free.fr>
 
-2000-07-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/d3d8/device.c, dlls/d3d8/directx.c:
+       d3d8: Remove spaces before '\n'.
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20000716.
+2006-02-27  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-----------------------------------------------------------------
-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/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h:
+       d3d8: Header cleanup.
+       Remove unneeded structures and functions from d3d8_private.h, clean
+       some datatypes up and remove d3dcore_gl.h.
 
-       * 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.
+2006-02-27  Jacek Caban <jacek@codeweavers.com>
 
-       * 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/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added nsIInterfaceRequestor implementation.
 
-       * dlls/winsock/socket.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Fakes a negotiation of the winsock version.
+2006-02-24  Jacek Caban <jacek@codeweavers.com>
 
-       * 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/mshtml/nsservice.c:
+       mshtml: Improve ConfirmEx hack.
 
-       * dlls/ole32/ole2stubs.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Implemented OleCreate.
+2006-02-24  Francois Gouget <fgouget@free.fr>
 
-2000-07-09  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, dlls/advpack/files.c,
+         dlls/advpack/install.c, dlls/advpack/reg.c, dlls/mshtml/main.c,
+         dlls/urlmon/regsvr.c, include/advpub.h, tools/winapi/win32.api:
+       advpack: Prepare the unicodification of advpack.dll.
+       All functions that manipulate strings should have an Ansi and a
+       Unicode variant.
+       Forward the unqualified dll entry points to the Ansi variant for
+       backward compatibility.
+       We're not allowed to use unqualified entry points in Wine, so change
+       RegInstall() calls to RegInstallA().
+       Update win32.api.
+
+2006-02-24  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * programs/winedbg/debugger.h, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Auto mode.
+       - rewrite auto mode startup
+       - move part of auto handling to tgt_active.c
 
-       * misc/comm.c: Stefan Leichter <sle@camline.com>
-       Fixes the BuildCommDCBA function.
+       * programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Move gdb command line handling.
+       - moves gdb command line handling to gdbproxy.c
+       - using manifest constants to make code more readable
 
-       * configure, configure.in, include/config.h.in, misc/port.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added configure check for libutil.h.
+       * programs/winedbg/debugger.h, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Active and command line.
+       - move process attachment and process creation (related to command
+       line handling) from winedbg.c to tgt_active.c
+       - tidy up argument parsing
 
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Make the focus follow the last selected item for multiselect listboxes.
+       * programs/winedbg/be_alpha.c, programs/winedbg/be_cpu.h,
+         programs/winedbg/be_i386.c, programs/winedbg/be_ppc.c,
+         programs/winedbg/debugger.h:
+       winedbg: Cleanup the process_io usage.
+       - made be_process_io references 'const'
+       - make use of it for dbg_read_memory and dbg_write_memory
 
-       * 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.
+       * programs/winedbg/debugger.h, programs/winedbg/tgt_active.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Active targets
+       Move all code related to an 'active' target (ie a running process)
+       from winedbg.c to tgt_active.c.
 
-       * dlls/shell32/shell.c:
-       Dave Hawkes <daveh-wine@cadlink.com>
-       With some apps a fault was possible in ExtractAssociatedIcon.
+       * dlls/kernel/comm.c, dlls/kernel/tests/comm.c,
+         include/wine/server_protocol.h, server/protocol.def, server/serial.c,
+         server/trace.c:
+       kernel32: ClearCommError.
+       ClearCommError should only deal with *communication* errors (are being
+       seen on the serial interface) rather than API errors (which can be
+       reported to the caller by the API itself).  I then removed all the
+       stuff related to storing the error status in the server object.
 
-       * windows/cursoricon.c:
-       Dave Hawkes <daveh-wine@cadlink.com>
-       GetIconInfo did no correctly identify icons from cursors.
+2006-02-24  Andrew de los Reyes <adlr@ucla.edu>
 
-       * windows/msgbox.c:
-       Haithem Hmida <haithem@macadamian.com>
-       Under Windows 95/98/NT, message boxes do not have a default icon.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Implement EM_SCROLL and its tests.
 
-       * misc/registry.c:
-       Fixed lstrcpynAtoW usage (reported by Stas Sergeev).
-       Small cleanups.
+2006-02-24  Hamza Lakhani <hlakhani@gmail.com>
 
-       * 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.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h, dlls/riched20/paint.c:
+       riched20: EM_HIDESELECTION implementation.
 
-2000-07-08  Alexandre Julliard  <julliard@winehq.com>
+2006-02-25  Peter Beutner <p.beutner@gmx.net>
 
-       * graphics/x11drv/dib.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Updated X11DRV_DIB_GetDIBits to properly handle bottom-up DIBs
-       manipulation.
-       Corrected XGetSubImage arguments order.
+       * dlls/ddraw/surface_dib.c:
+       ddraw: Fix transparent Blits on 8bit surfaces.
+       There are no red/green/blue bitmasks with color depth==8bpp. In that
+       case always match against the whole byte.
 
-       * include/commctrl.h, include/winbase.h, include/wingdi.h, include/winuser.h:
-       Matthew Lake <MLake@sunbelt-plb.com>
-       Added some missing definitions.
+2006-02-24  H. Verbeet <hverbeet@gmail.com>
 
-       * 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/wined3d/surface.c:
+       wined3d: Don't use GetDevice in IWineD3DSurfaceImpl_GetContainer, as
+       it adds a reference to the device that shouldn't be there.
 
-       * dlls/kernel/kernel32.spec, misc/comm.c:
-       Stefan Leichter <sle@camline.com>
-       Started implementation of the functions GetDefaultCommConfigA/W.
+2006-02-25  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/ddraw/convert.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Corrected 24->32 conversion. Still only correct for little endian.
+       * dlls/d3d8/Makefile.in, dlls/d3d8/basetexture.c, dlls/d3d8/d3d8_main.c,
+         dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/directx.c,
+         dlls/d3d8/drawprim.c, dlls/d3d8/indexbuffer.c,
+         dlls/d3d8/pixelshader.c, dlls/d3d8/resource.c, dlls/d3d8/shader.c,
+         dlls/d3d8/stateblock.c, dlls/d3d8/swapchain.c, dlls/d3d8/texture.c,
+         dlls/d3d8/utils.c, dlls/d3d8/vertexbuffer.c,
+         dlls/d3d8/vertexshader.c, dlls/d3d8/vshaderdeclaration.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       d3d8: Moved the remaining code over to WineD3D (based on patches by
+       Oliver Stieber).
 
-       * windows/winpos.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Check for WS_DISABLED parent in WindowFromPoint for un-managed windows.
+2006-02-25  Hans Leidekker <hans@it.vu.nl>
 
-       * loader/module.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Rename MODULE_InitDll to MODULE_InitDLL for the sake of consistency.
+       * dlls/winsock/socket.c:
+       winsock: Fix two Windows to Unix mapping issues.
+       Handle wildcard address family hint in getaddrinfo.
+       Convert flags too in getnameinfo.
 
-       * 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.
+2006-02-25  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * windows/dialog.c: Slava Monich <Slava_Monich@cnt.com>
-       Check the value returned by DIALOG_GetCharSize.
+       * dlls/crypt32/crypt32.rc, dlls/crypt32/crypt32_De.rc:
+       crypt32: Add German resource file.
 
-       * 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.
+2006-02-25  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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/mscms/profile.c, dlls/mscms/tests/profile.c:
+       mscms: One more LastError code fixed.
 
-       * 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.
+2006-02-24  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/shell32/tests/shlfolder.c:
+       shell32/tests: Added test for Desktop::ParseDisplayName(SHGetFolderPath(CSIDL_PERSONAL))
+       Test if the Desktop Folder's ParseDisplayName recognizes MyDocument's
+       path.  Removed some HRESULT tests on IUnknown_Release calls, which
+       returns ULONG.
 
-       * dlls/kernel/kernel32.spec, include/winbase.h, scheduler/thread.c:
-       Slava Monich <Slava_Monich@cnt.com>
-       Implementation of Get/SetThreadPriorityBoost.
+2006-02-24  Jacek Caban <jacek@codeweavers.com>
 
-       * documentation/psdriver:
-       Stefan Leichter <sle@camline.com>
-       Added documentation on how to setup wine's Buildin Postscript Driver
-       working with ghostscript (afmfiles, ppdfile).
+       * dlls/mshtml/nsio.c:
+       mshtml: Return error in NewChannelFromURL if retval is NULL.
 
-       * 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/mshtml/nsio.c:
+       mshtml: Added nsIURI::Clone implementation.
 
-       * 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.)
+       * dlls/mshtml/navigate.c, dlls/mshtml/persist.c:
+       mshtml: Don't add null byte to post data.
 
-       * windows/winpos.c: Slava Monich <Slava_Monich@cnt.com>
-       BeginDeferWindowPos should allow zero count.
+       * dlls/mshtml/nsembed.c:
+       mshtml: Init nsIOService as soon as possible.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added semi-stub.
+2006-02-24  Vitaly Lipatov <lav@etersoft.ru>
 
-       * 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/iphlpapi/ifenum.c:
+       iphplapi: Define IF_NAMESIZE if missing.
 
-       * dlls/oleaut32/typelib.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix typo in ITypeLib::IsName.
+2006-02-24  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * 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/crypt32/crypt32.rc, dlls/crypt32/crypt32_No.rc,
+         programs/notepad/No.rc, programs/winecfg/No.rc,
+         programs/wordpad/No.rc, programs/wordpad/rsrc.rc:
+       Updated/new Norwegian Bokmål resources.
 
-       * dlls/commdlg/filedlg95.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Do not crash if there was no files selected and OK button was pressed.
+2006-02-24  Vitaly Lipatov <lav@etersoft.ru>
 
-       * dlls/dsound/dsound_main.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fix a couple of problems with underruns and stopping/restarting.
+       * dlls/ole32/storage32.c:
+       ole32: Add descriptions for StgCreateDocfile and StgIsStorageFile functions.
 
-       * misc/main.c:
-       Joerg Mayer <jmayer@telesun2.telemation.de>
-       Fixed the debugmsg help.
+2006-02-24  Phil Krylov <phil@newstar.rinet.ru>
 
-       * 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/riched20/editor.c:
+       riched20: Added a comment to make life easier.
 
-       * dlls/comctl32/comctl32undoc.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       DSA_InsertItem returns nIndex, not nItemCount.
+2006-02-24  Francois Gouget <fgouget@free.fr>
 
-       * 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/user/tests/menu.c, dlls/winmm/wavemap/wavemap.c,
+         dlls/winmm/winealsa/midi.c, programs/winecfg/theme.c,
+         server/change.c:
+       Assorted spelling fixes.
 
-       * dlls/ddraw/dsurface/main.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Removed another bad assert and two no longer needed ones.
+       * include/wincrypt.h, tools/winapi/win32.api:
+       crypt32: Add CryptQueryObject() prototype.
+       Update win32.api.
 
-2000-06-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winsock/socket.c, include/ws2tcpip.h, tools/winapi/win32.api:
+       winsock: Tweak getnameinfo() prototype.
+       Tweak the getnameinfo() prototype to better match the Windows PSDK and
+       the GetNameInfoW() prototype.
+       Update win32.api.
 
-       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed bad exception handler chain termination.
+       * include/sfc.h, tools/winapi/win32.api:
+       sfc: Updates.
+       Add a missing sfc.dll prototype.
+       Add an sfc.dll section to win32.api for winapi_check.
 
-       * windows/x11drv/wnd.c, windows/win.c:
-       Lawson Whitney <lawson_whitney@juno.com>
-       Moved zero-sized window hack to x11drv.
+       * dlls/msftedit/msftedit.spec:
+       msftedit: Fix CreateTextServices() forward.
 
-       * dlls/ntdll/nt.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Return "no debugger attached" in NtQueryInformationProcess to satisfy
-       some copy protection mechanisms.
+       * dlls/d3d8/device.c:
+       d3d8: Remove spaces before '\n', spelling fix.
 
-       * 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/msvcrt/tests/file.c, dlls/ole32/tests/compobj.c,
+         dlls/riched20/tests/editor.c:
+       Add trailing '\n's to ok() calls.
 
-       * 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)
+2006-02-24  Francois Gouget <fgouget@codeweavers.com>
 
-       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
-       Set the minimum dropped height to the combo list height if any in
-       CBDropDown.
+       * dlls/user/defwnd.c:
+       user32: Handle WM_ENDSESSION in DefWinProc().
+       DefWinProc() should call PostQuitMessage() on WM_ENDSESSION if the
+       shutdown is proceeding.
 
-       * 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.
+       * dlls/user/message.c:
+       user32: 0 vs. INFINITE timeout.
+       It is 0 that denotes an infinite timeout for the wine server now, not
+       -1 (INFINITE).
+       Document put_message_in_queue()'s check for INFINITE (done for
+       backwards compatibility with Windows 9x).
 
-2000-06-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/user_main.c:
+       user: Fix ExitWindows().
+       - Use 0 to get an infinite timeout with SendMessageTimeoutW().
+       - Use SendMessageTimeoutW() to send the WM_ENDSESSION messages too so
+       we don't get stuck if a process is hung.
+       - Only send WM_ENDSESSION to windows that received a
+       WM_QUERYENDSESSION message. Also better mimick the Windows behavior.
 
-       * 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>).
+2006-02-24  Jeff Latimer <lats@yless4u.com.au>
 
-       * 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/usp10/usp10.c:
+       usp10: Tidy default values.
+       Set values for pwLogClust, uJustification and fClusterStart similar to
+       what Windows uses.
 
-       * dlls/kernel/kernel32.spec, win32/console.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       A few missing console stubs.
+2006-02-24  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/x11drv/x11drv_main.c:
+       x11drv: Make the synchronous option a debug channel instead of a
+       registry entry to make it easier to use.
 
-       * include/winuser.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added IDI_WINLOGO.
+       * configure, configure.ac:
+       configure: Added special check for broken linux/capi.h.
 
-       * debugger/winedbg.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Don't block endlessly after last debugged process has exited.
+       * dlls/ntdll/virtual.c:
+       ntdll: Use PROT_NONE instead of 0.
 
-       * memory/string.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added (back) correct behavior for NULL ptrs in CharToOem funcs.
+       * dlls/kernel/dosmem.c:
+       kernel: Don't request execute permission for DOS memory.
 
-       * memory/global.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some OOM conditions in GlobalAlloc.
+2006-02-23  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/ntdll/misc.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Added missing #include <math.h>.
+       * dlls/crypt32/store.c:
+       crypt32: Use public functions during serialization rather than relying
+       on the internal format of a certificate.
 
-       * include/winresrc.h: Removed MIME garbage.
+       * dlls/crypt32/.gitignore, dlls/crypt32/Makefile.in,
+         dlls/crypt32/crypt32.rc, dlls/crypt32/crypt32_En.rc,
+         dlls/crypt32/crypt32_private.h, dlls/crypt32/cryptres.h,
+         dlls/crypt32/main.c, dlls/crypt32/oid.c, dlls/crypt32/tests/oid.c,
+         dlls/crypt32/version.rc, include/wincrypt.h:
+       crypt32: implement CryptEnumOIDInfo and CryptFindOIDInfo.
+       - implement CryptEnumOIDInfo and CryptFindOIDInfo
+       - implement CertOIDToAlgId and CertAlgIdToOID using CryptFindOIDInfo
 
-       * dlls/ddraw/ddraw/x11.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Create xlib ddsurfaces with correct reference counts.
+2006-02-23  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Skip tests, when a remote print server has no RPC
+       service running.
 
-2000-06-23  Alexandre Julliard  <julliard@winehq.com>
+2006-02-23  Vitaly Lipatov <lav@etersoft.ru>
 
-       * 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/ole32/tests/storage32.c:
+       ole32/tests: Do not compare returned by DeleteFile value with TRUE.
 
-       * 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).
+2006-02-23  Robert Shearman <rob@codeweavers.com>
 
-       * 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/ole32/compobj.c:
+       ole: Fallthrough from local activation in CoGetClassObject.
+       If local-server or local-service activation doesn't work in
+       CoGetClassObject then fallthrough instead of returning from the
+       function.
 
-       * 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/oleaut32/olefont.c, dlls/oleaut32/tests/olefont.c:
+       oleaut: Fix standard font cloning.
+       Create new empty connection points on clone of the standard Font
+       (based on a patch by Alex Villacís Lasso).
 
-       * dlls/x11drv/x11drv_main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Restrict nTimeout to 0-32767, since it is a 16bit value in X.
+2006-02-23  Francois Gouget <fgouget@codeweavers.com>
 
-       * 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/user/tests/msg.c:
+       user: Give meaningful names to the structures used to transfer
+       information to the test threads.
 
-       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
-       Francois Gouget <fgouget@psn.net>
-       Merged DeviceCapabilities and DeviceCapabilitiesA.
+2006-02-23  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c, include/vfw.h:
-       Francois Gouget <fgouget@psn.net>
-       Merged MCIWndCreate and MCIWndCreateA.
+       * dlls/msi/dialog.c:
+       msi: When evaluating conditions, if the condition is empty or none is
+       provided then treat it as being satisfied.
 
-       * dlls/ole32/compobj.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       CLSIDFromString apparently also accepts ProgIDs as an input string.
+2006-02-23  Huw Davies <huw@codeweavers.com>
 
-       * include/winuser.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added SC_ICON/SC_ZOOM (obsolete macros).
+       * dlls/msxml3/nodelist.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: Fix for empty node lists.
 
-       * include/wininet.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added prototypes for new InternetCheckConnection*.
+2006-02-23  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-2000-06-20  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/freetype.c:
+       gdi: Use "MS Sans Serif" as default sans serif font, not Arial.
 
-       * 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.
+2006-02-23  Huw Davies <huw@codeweavers.com>
 
-       * tools/wmc/Makefile.in, tools/wrc/Makefile.in:
-       Alexander V. Lukyanov <lav@long.yar.ru>
-       Fixed problems with compilation/install out of source tree.
+       * dlls/gdi/bitblt.c:
+       gdi32: Fallback to StretchDIBits if the driver doesn't support BitBlt.
 
-       * 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.
+2006-02-23  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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/cfgmgr32/Makefile.in, dlls/cfgmgr32/cfgmgr32.spec:
+       cfgmgr32: Forward some functions to setupapi.dll.
 
-       * dlls/winmm/wineoss/midi.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed format strings.
+2006-02-23  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * server/change.c:
+       server: Add directories to recursive watches as they're opened.
 
-       * dlls/*/Makefile.in:
-       For dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
+2006-02-22  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/winmm/wineoss/audio.c:
-       Ove Kaaven <ovek@transgaming.com>
-       Fixed WHDR_DONE race condition.
+       * include/wincrypt.h:
+       wincrypt: Add OIDs.
 
-       * dlls/shell32/shellstring.c, dlls/shell32/shlwapi.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implemented StrCatBuff.
+2006-02-22  James Hawkins <truiken@gmail.com>
 
-       * include/shlobj.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added typedef of DROPFILES.
+       * dlls/setupapi/dirid.c:
+       setupapi: Downgrade an ERR to a WARN.
 
-       * include/winerror.h:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added ResultFromScode/GetScode (obsolete macros).
+2006-02-22  Kevin Koltzau <kevin@plop.org>
 
-       * graphics/painting.c:
-       Dave Hawkes <daveh-wine@cadlink.com>
-       MoveToEx: return TRUE even if there is no driver implementation.
+       * dlls/riched20/editor.c:
+       riched20: Call GetClipboardData callback on cut/copy.
 
-       * 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.
+       * dlls/riched20/richole.c:
+       riched20: Enable retrieving data through the ole interface.
 
-       * tools/Makefile.in:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Distinguish between SUBDIRS and INSTALLSUBDIRS.
+       * dlls/riched20/clipboard.c:
+       riched20: Ensure copied text is terminated with a null.
 
-       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
-       CB_SETCURSEL should not generate another listbox event after updating
-       the edit box.
+       * dlls/riched20/editor.c:
+       riched20: EM_GETOLEINTERFACE is not a stub.
 
-       * 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.
+       * dlls/riched20/editor.c, dlls/riched20/editor.h, dlls/riched20/richole.c:
+       riched20: Store reference to editor in ole interface.
 
-       * windows/class.c:
-       James Hatheway <james@macadamian.com>
-       We must return the atom of the class in GetClassInfoEx instead of just
-       TRUE.
+       * dlls/riched20/clipboard.c:
+       riched20: Allocate proper amount of memory for formatetc array.
 
-       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
-       James Hatheway <james@macadamian.com>
-       Added a stub for CoCreateFreeThreadedMarshaler().
+2006-02-22  Juan Lang <juan_lang@yahoo.com>
 
-       * memory/string.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Reimplement CharToOemA/W, CharToOemBuffA/W, OemToCharA/W,
-       OemToCharBuffA/W using MultiByteToWideChar/WideCharToMultiByte.
+       * dlls/crypt32/main.c, dlls/crypt32/oid.c, dlls/crypt32/tests/main.c,
+         dlls/crypt32/tests/oid.c:
+       crypt32: Move OIDToAlgID and AlgIDToOID to oid.c.
 
-       * controls/menu.c:
-       Francois Jacques <francoisj@macadamian.com>
-       GetSystemMenu called with bRevert argument set to TRUE now returns
-       NULL as specified in Platform SDK.
+       * dlls/crypt32/store.c, dlls/crypt32/tests/store.c:
+       crypt32: Implement CertFindCertificateInStore, with tests.
 
-       * graphics/x11drv/dib.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Fixed memory access outside of the range for source bits in 24-bit bitmaps.
+2006-02-22  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-2000-06-16  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac, dlls/Makefile.in, dlls/msftedit/.gitignore,
+         dlls/msftedit/Makefile.in, dlls/msftedit/msftedit.spec:
+       Added msftedit.dll.
 
-       * dlls/ole32/ole32.spec:
-       Francois Jacques <francoisj@macadamian.com>
-       Make IIDFromString point to CLSIDFromString.
+2006-02-22  Kevin Koltzau <kevin@plop.org>
 
-       * 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/riched20/Makefile.in, dlls/riched20/clipboard.c,
+         dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h:
+       riched20: Add IDataObject implementation and use it for cut/copy.
 
-       * 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
+       * tools/widl/typegen.c:
+       widl: Fix 64bit warning.
 
-       * dlls/shell32/systray.c:
-       Francois Jacques <francoisj@macadamian.com>
-       Keep an internal copy of the icon.
+       * dlls/x11drv/clipboard.c:
+       x11drv: Fix 64bit warning.
 
-       * include/objbase.h: Francois Gouget <fgouget@psn.net>
-       Reorder the __attribute__ directive in the legacy macros for
-       compatibility with old g++ compilers.
+2006-02-22  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/msi/action.c:
+       msi: Fix heap overflow in ITERATE_CreateShortcuts.
 
-----------------------------------------------------------------
-2000-06-15  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/source.c:
+       msi: Init size before passing to RegEnumValue.
 
-       * 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.
+       * dlls/msi/files.c:
+       msi: Always set a value for intype in ready_volume.
+       Remove a memory leak.
 
-       * windows/dialog.c:
-       Sheri Steeves <sheri@macadamian.com>
-       Check again for GetNextDlgTabItem after return from WM_INITDIALOG
-       message in dialog creation.
+       * dlls/msi/table.c:
+       msi: Fix heap overflow in save_string_table.
+       Fix heap overflow caused by not accounting for the dummy first item,
+       which contains the codepage.
 
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Set clipping region to client window in LISTBOX_Paint.
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c:
+       ole: Make the CoCreateInstance test succeed.
+       Move the uninitialized apartment check after zeroing out the return
+       value.
 
-       * server/main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       More verbose error message.
+2006-02-21  Brian Chang <brianch@seas.ucla.edu>
 
-       * unicode/mbtowc.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       cp_mbstowcs: check functions return zero on success.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: EM_SETOPTIONS/EM_GETOPTIONS base implementation.
+       ECO_READONLY implemented and tested.
 
-       * files/dos_fs.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       GetFullPathName: get "drive" value too for absolute paths.
+2006-02-22  Juan Lang <juan_lang@yahoo.com>
 
-       * 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.
+       * dlls/crypt32/tests/encode.c, dlls/crypt32/tests/store.c:
+       crypt32: Tidy up tests.
+       Fix up encoded data to use BYTE arrays rather than strings, and remove
+       extraneous NULL bytes from the end of some of them
 
-       * 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
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
+         dlls/crypt32/oid.c:
+       crypt32: Add stubs for CryptFindOIDInfo and I_CryptInstallAsn1Module.
+       Move CryptVerifyMessageSignature stub to main.c.
 
-       * windows/dce.c: Noomen Hamza <noomen@macadamian.com>
-       Added a NULL pointer check within DCE_AddClipRects function.
+2006-02-22  Mike McCormack <mike@codeweavers.com>
 
-       * loader/resource.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Optimized implementation of LoadStringA.
+       * dlls/kernel/kernel32.spec, dlls/kernel/process.c:
+       kernel32: Add a stub implementation for CmdBatNotification.
 
-       * documentation/x11drv: Ove Kaaven <ovek@arcticnet.no>
-       Text of WWN article "The X11 driver".
+2006-02-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/kernel/process.c:
+       kernel: Initialize the dll path from the main exe name explicitly
+       since ImagePathName is not always set at that point.
 
-       * windows/message.c:
-       Sheri Steeves <sheri@macadamian.com>
-       Added setting of cursor postition to MSG_PostToQueue.
+       * programs/explorer/systray.c:
+       explorer: Moved systray configuration option to a more appropriate place
+       and make it compatible with the way other options are stored.
 
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       WM_SETREDRAW should repaint the listbox when set to on if something
-       has been changed.
+2006-02-19  Robert Shearman <rob@codeweavers.com>
 
-2000-06-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/systray.c, programs/explorer/Makefile.in,
+         programs/explorer/explorer.c, programs/explorer/systray.c,
+         programs/explorer/systray.h:
+       shell32: Move systray handling to the explorer process.
 
-       * 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.
+2006-02-22  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/handle.c:
-       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
-       ConvertToGlobalHandle: fixed handle leak.
+       * dlls/kernel/module.c, dlls/kernel/thread.c, include/module.h:
+       kernel: Get rid of module.h.
 
-       * include/options.h:
-       Fixed options structure definition.
+       * dlls/ntdll/loader.c, dlls/ntdll/loadorder.c, dlls/ntdll/ntdll.spec,
+         dlls/ntdll/ntdll_misc.h:
+       ntdll: Simplify loadorder code by using an enum instead of an array
+       to represent load order values.
+       Added a special value for default load order so that we can handle it
+       differently later on.
 
-       * 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).
+       * dlls/kernel/process.c:
+       kernel: Don't bother checking load order of the exe in the parent process.
 
-       * documentation/opengl:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Updated OpenGL documentation.
+2006-02-22  Huw Davies <huw@codeweavers.com>
 
-       * dlls/olepro32/olepro32.spec:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Set the base for the ordinals of olepro32 to 248.
+       * configure, configure.ac, dlls/gdi/freetype.c, include/config.h.in:
+       gdi32: Update due to last minute api change in freetype 2.2.0.
+       FT_Module_Get_Flags existed briefly in freetype 2.2.0.rc1 but has now
+       been replaced by FT_Get_TrueType_Engine_Type.  There's no point in
+       supporting an rc1 release, so this removes support for
+       FT_Module_Get_Flags and adds support for FT_Get_TrueType_Engine_Type.
 
-       * 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
+2006-02-22  Mike McCormack <mike@codeweavers.com>
 
-       * include/ddraw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added struct offsets so understanding game disassembly is easier.
+       * server/change.c:
+       server: Make sure we don't get into an infinite loop freeing inodes.
 
-       * 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.
+2006-02-22  Jeff Latimer <lats@yless4u.com.au>
 
-       * include/wine/obj_base.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Corrected IsEqualGUID prototype.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add ScriptGetCMap functionality to translate wchars to glyphs.
 
-       * dlls/ddraw/dga2.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       replaced a DPRINTF by a TRACE
+2006-02-22  Peter Beutner <p.beutner@gmx.net>
 
-       * 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
+       * dlls/msvcrt/cppexcept.c:
+       msvcrt: Save esp before calling catch block and restore afterwards.
+       It seems like the esp value (which is saved at [ebp-16]) is sometimes
+       changed inside the catch handler so we end up with a bogus esp
+       afterwards.  To avoid that save it before calling the catch block.
 
-       * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
-       hookThunk was not initialized in GetDcState.
+       * dlls/msvcrt/cppexcept.c:
+       msvcrt: Fix handling of multiple nested exceptions.
+       Save in each nested frame a pointer to the original exception record.
+       Only one refence in thread_data isn't enough when we have multiple
+       nested frames.
 
-       * graphics/x11drv/text.c:
-       Use the font default char for undefined characters when mapping from
-       Unicode.
+       * dlls/msvcrt/cppexcept.c:
+       msvcrt: Fix handling of nested exceptions.
+       Move handling of nested exceptions completely in the
+       catch_function_nested_handler().  If a new exception was thrown inside
+       a catch block destroy the old exception object, if it is a rethrow
+       re-propagate the previous object.
 
-       * 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.
+2006-02-22  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/ddraw/dsurface/x11.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Removed the Release in case of error as we do not AddRef anymore.
+       * dlls/shell32/pidl.c, dlls/shell32/shfldr_unixfs.c,
+         dlls/shell32/shlexec.c, dlls/shell32/tests/shelllink.c,
+         dlls/shlwapi/path.c:
+       shell32: Fixes for bugs found by valgrind on shell32 tests harness.
+       - read strings from left to right (PathGetDriveNumberW)
+       - don't access buffers before they are filled (SHGetPathFromIDListW)
+       - fill buffers & variables on all paths (SHELL_FindExecutable)
+       - handle error condition (unix_fs)
+       - don't shoot in the blind for AW APIs (tests/shelllink.c)
 
-       * misc/version.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Made the DLL version clash error message more verbose.
+2006-02-22  Marco Timpano <marcotimpano@hotmail.it>
 
-       * 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.
+       * dlls/winedos/ppdev.c:
+       winedos: Fixed a couple of typos in ppdev.
 
-2000-06-11  Alexandre Julliard  <julliard@winehq.com>
+2006-02-22  Francois Gouget <fgouget@free.fr>
 
-       * 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.
+       * dlls/mapi32/mapi32_main.c, dlls/mapi32/sendmail.c, include/mapi.h,
+         include/mapix.h:
+       mapi: Add some missing MAPI prototypes.
+       Add some missing MAPI prototypes to mapi.h (spotted by winapi_check)
+       and include it where they are implemented.
+       Make mapi.h and mapix.h compatible. gcc does not like macros and
+       prototypes to be redefined so this involved protecting against
+       multiple definitions.
+       Fix the MAPISendMail() implementation prototype.
+
+2006-02-21  Lei Zhang <leiz@ucla.edu>
+
+       * dlls/riched20/Makefile.in, dlls/riched20/editor.c,
+         dlls/riched20/editor.h, dlls/riched20/tests/editor.c:
+       riched20: Implement FR_MATCHCASE for EM_FINDTEXT.
+       Removed todo flag from affected FR_MATCHCASE tests.
 
-2000-06-10  Alexandre Julliard  <julliard@winehq.com>
+2006-02-21  Ulrich Czekalla <ulrich@codeweavers.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.
+       * dlls/msi/msi.spec, dlls/msi/source.c:
+       msi: Implement MsiSourceListAddSource.
 
-       * loader/ne/module.c:
-       Make sure GetModuleFileName16 does not return garbage even if the path
-       is not valid (thanks to Andreas Mohr).
+       * dlls/advapi32/security.c:
+       advapi32: Add partial implementation of LookupAccountNameW.
 
-       * 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.
+2006-02-21  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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.
+       * dlls/shell32/shell32.spec:
+       shell32: Export PathResolve by name.
 
-       * 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.
+2006-02-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h,
+         dlls/ntdll/thread.c:
+       kernel: Moved the get_startup_info call to ntdll.
 
-2000-06-09  Alexandre Julliard  <julliard@winehq.com>
+2006-02-21  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * dlls/ntdll/loader.c, include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/trace.c:
+       server: Remove no longer needed fields in the init_process_done request.
 
-2000-06-08  Alexandre Julliard  <julliard@winehq.com>
+2006-02-21  Aric Stewart <aric@codeweavers.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.
+       * dlls/twain/ds_ctrl.c, dlls/twain/ds_image.c, dlls/twain/dsm_ctrl.c,
+         dlls/twain/twain_i.h:
+       twain: Implment DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET.
+       Implement the DG_IMAGE/DAT_IMAGEMEMXFER/MSG_GET code path. Along with
+       a number of corrections and improvements to allow the actual aquiring
+       of images to succeed.
 
-       * 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.
+2006-02-21  Huw Davies <huw@codeweavers.com>
 
-       * 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/msxml3/domdoc.c, dlls/msxml3/parseerror.c:
+       msxml3: Improve parse error handling a bit.
 
-       * 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/msxml3/Makefile.in, dlls/msxml3/domdoc.c:
+       msxml3: Use url monikers to load xml.
 
-       * dlls/comctl32/toolbar.c:
-       Aric Stewart <aric@codeweavers.com>
-       Added handling of TBSTYLE_AUTOSIZE.
+2006-02-21  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/kernel/process.c, dlls/ntdll/loader.c:
+       kernel: Use LoadLibrary to load the main exe in all cases.
 
-       * 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.
+       * dlls/ntdll/loader.c:
+       ntdll: Support loading a builtin under a different name.
+       Find the proper modref in that case based on the dlopen handle.
 
-       * 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/ntdll/loader.c:
+       ntdll: Moved LDR_DONT_RESOLVE_REFS handling into fixup_imports.
+       This ensures that we never fixup imports twice on the same dll.
 
-       * dlls/comctl32/toolbar.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       TOOLBAR_DrawString: catch index== -1 (but not yet handled).
+       * dlls/shell32/tests/shlexec.c:
+       shell32: Use more reasonable timeouts in shlexec test.
 
-       * misc/options.c:
-       Fixed off-by-one error in string allocation.
+       * server/process.c:
+       server: Avoid hang on process startup.
+       Fixed the startup_info signaled state to avoid blocking the parent
+       process when the child crashes on startup.
 
-       * windows/win.c:
-       Alexandre Julliard <julliard@codeweavers.com> for Corel
-       The window dimensions have to be initialized before sending the
-       WM_GETMINMAXINFO message.
+       * dlls/ntdll/loader.c:
+       ntdll: Support loading builtin dlls with an explicit path name also
+       when loadorder is set to builtin only.
 
-       * 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.
+2006-02-20  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed size of pe_header on machines with non-4K pages.
+       * dlls/ntdll/loader.c:
+       ntdll: Remove spaces at end of name in import_dll.
 
-       * if1632/snoop.c, relay32/snoop.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Use "CALL" and "RET" in capital letters for distinction.
+2006-02-20  Jason Green <jave27@gmail.com>
 
-       * 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.
+       * programs/winefile/En.rc, programs/winefile/resource.h,
+         programs/winefile/winefile.c, programs/winefile/winefile.h:
+       winefile: Add the ability to save window position to the registry.
 
-2000-06-04  Alexandre Julliard  <julliard@winehq.com>
+2006-02-21  Jeff Latimer <lats@yless4u.com.au>
 
-       * 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/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Add stub for ScriptTextOut.
 
-       * dlls/comctl32/toolbar.c:
-       Michael Cardenas <michael_cardenas@deneba.com>
-       Corrected a potential crash.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add ScriptPlace funtionality.
+       The key function is to calculate the total of the ABC widths of the
+       characters converted to gylphs by ScriptShape.
 
-       * 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.
+2006-02-21  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/classinfo.c:
+       shdocvw: Added correct implementation of IProvideClassInfo::GetGUID.
 
-       * include/commctrl.h: Chris Morgan <cmorgan@wpi.edu>
-       Added defines for LVSCW_AUTOSIZE/_USEHEADER.
+2006-02-20  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/comctl32/header.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Replaced calls to HEADER_Refresh with InvalidateRect.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/d3dcore_gl.h, dlls/d3d8/directx.c,
+         dlls/d3d8/shader.c, dlls/wined3d/device.c, dlls/wined3d/directx.c:
+       d3d8: Move the capability detection code over to WineD3D.
+       Let the few existing parts which need the capabiliteis use the WineD3D
+       capability structure (gl_info). This info structure contains next to
+       'flags' inidicating certain features also all GL/GLX functions
+       pointers. Because D3D8 moves over to the wined3d gl_info structure all
+       the gl prototypes in d3dcore_gl.h were unneeded and removed.
 
-       * dlls/comctl32/toolbar.c:
-       Eric Kohl <ekohl@rz-online.de>
-       Started support for menubar-like toolbars.
+2006-02-20  Lei Zhang <leiz@ucla.edu>
 
-       * 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.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Fix for EM_FINDTEXT input validation.
+       Fixed the cpMin/cpMax validation code for EM_FINDTEXT.
+       Removed todo flag from affected EM_FINDTEXT tests.
 
-       * controls/button.c, controls/uitools.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Attempt to paint the checkbox and radio buttons better.
+2006-02-20  James Hawkins <truiken@gmail.com>
 
-2000-06-03  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/files.c, dlls/advpack/tests/files.c:
+       advpack: Implement AddDelBackupEntry.
 
-       * dlls/ttydrv/ttydrv_main.c: Fixed warning.
+       * dlls/advpack/tests/files.c:
+       advpack: Add tests for AddDelBackupEntry.
 
-       * 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/advpack/files.c:
+       advpack: Make AddDelBackupEntry always return S_OK.
 
-       * 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/advpack/Makefile.in, dlls/advpack/advpack.c,
+         dlls/advpack/install.c:
+       advpack: Branch off the advpack install functions into install.c.
 
-       * 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/advpack/advpack.c:
+       advpack: Implement the Open/CloseINFEngine and TranslateINFStringEx
+       trio of functions.
 
-       * 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
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       advpack: Load the LDIDs of an install section in TranslateInfString.
 
-----------------------------------------------------------------
-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.
+2006-02-21  Dr J A Gow <J.A.Gow@furrybubble.co.uk>
 
-       * 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.
+       * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+         dlls/ole32/tests/storage32.c:
+       ole32: Fix stream ref counting.
+       Stream methods called after parent object has been closed correctly
+       return STG_E_REVERTED.
+       Stream refcounting fixed. Now can safely call IStorage destructor
+       before IStream destructor and guarantee file will be closed.
 
-       * 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.
+       * dlls/ole32/storage32.c, dlls/ole32/tests/storage32.c:
+       ole32: Fix up permissions when opening streams.
+       Fix up permissions when opening streams in storage objects when
+       storage object has been opened in transacted mode.
 
-2000-05-25  Alexandre Julliard  <julliard@winehq.com>
+2006-02-21  Mike McCormack <mike@codeweavers.com>
 
-       * Make.rules.in:
-       Do not clear suffixes list (breaks BSD make).
+       * dlls/kernel/tests/change.c:
+       kernel32: Add a simple test for recursive notification.
 
-       * 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/kernel/tests/file.c:
+       kernel32: Add a short test for GetOverlappedResult.
 
-       * 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.
+       * dlls/ntdll/directory.c, include/wine/server_protocol.h, server/change.c,
+         server/protocol.def, server/trace.c:
+       server: Track created and removed directories in the tree of inodes for inotify.
+       Add them to or remove them from existing recursive watches.
 
-       * controls/edit.c:
-       Louis-Philippe Gagnon (of Macadamian Technologies for Corel)
-       Added event handler for WM_MBUTTONDOWN (sends WM_PASTE message).
+2006-02-21  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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/ntdll/signal_i386.c:
+       ntdll: Avoid compile error caused by a single quote.
 
-       * 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.
+2006-02-20  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/comctl32/treeview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Added handling for TVS_SINGLEEXPAND.
+       * configure, configure.ac, dlls/winsock/socket.c,
+         dlls/winsock/ws2_32.spec, include/config.h.in, include/ws2tcpip.h:
+       winsock: Implement getnameinfo.
 
-       * 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.
+2006-02-20  Rein Klazes <wijn@wanadoo.nl>
 
-       * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
-       Commented out broken __asm__, added comments where it is broken.
+       * dlls/user/menu.c:
+       menu: Take the MF_DEFAULT flag in to account in MENU_CalcItemSize.
 
-       * 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.
+2006-02-20  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Add a define for SYS_sigaction to __NR_sigaction.
+       Print an error if __NR_sigaction doesn't exist as this means the wrong
+       syscall header is being used.
 
-       * include/winnt.h:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       #undef DELETE before (re)defining it.
+2006-02-20  Vitaly Lipatov <lav@etersoft.ru>
 
-       * dlls/comctl32/tooltips.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       Fixed tooltips.
+       * configure, configure.ac, dlls/winsock/socket.c, include/config.h.in:
+       winsock: Add check for sin6_scope_id.
 
-       * 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.
+2006-02-20  Jeff Latimer <lats@yless4u.com.au>
 
-       * controls/listbox.c: Serge Ivanov
-       Fixed WM_LBUTTONDBLCLK handling.
+       * dlls/usp10/Makefile.in, dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add ScriptShape functionality.
 
-       * 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).
+2006-02-18  Roger Hoang <rogerhoang@hotmail.com>
 
-       * 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.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h,
+         dlls/riched20/tests/editor.c:
+       riched20: Implemented EM_SETTEXTMODE options TM_RICHTEXT and TM_PLAINTEXT
+       and their tests.
 
-       * include/windows.h: Francois Gouget <fgouget@psn.net>
-       Should include commdlg.h.
+2006-02-20  Jacek Caban <jacek@codeweavers.com>
 
-       * include/windef.h: Francois Gouget <fgouget@psn.net>
-       Define the _X86_ macro on Intel processors.
+       * dlls/mshtml/nsio.c:
+       mshtml: Set default original uri in NewChannelFromURI.
 
-       * 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.
+2006-02-20  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/ddraw/ddraw/dga.c, dlls/ddraw/ddraw/x11.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Remove the PRIMARYSURFACE attribute from back buffers.
+       * dlls/kernel/tests/change.c, server/change.c:
+       server: Distinguish between a directory and a file changing in
+       ReadDirectoryChangesW.
+       Add a test for it.
 
-       * 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>
+2006-02-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/elf_module.c,
+         dlls/dbghelp/module.c, dlls/dbghelp/path.c, dlls/dbghelp/pe_module.c:
+       dbghelp: Virtual modules.
+       Rewrote virtual modules handling so that it's an option to either PE
+       or ELF modules rather than a specific type.
 
-       * loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>U
-       Fixed initialization of INSTANCEDATA in InitTask().
+2006-02-20  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/ole32/storage.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       StgOpenStorage16: correct arguments to the CreateFile call.
+       * dlls/kernel/dosmem.c:
+       kernel: Don't require execute permission for DOS memory, this will be
+       done in winedos if necessary.
 
-       * files/dos_fs.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       DOSFS_DoGetFullPathName: terminate string weh called like .\\file
+2006-02-20  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/icmp/icmp_main.c:
-       Francois Gouget <fgouget@psn.net>
-       Replace the calls to malloc by calls to HeapAlloc and friends.
+       * dlls/user/tests/menu.c:
+       user: Add conformance tests for menu item drawing.
 
-       * 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/user/menu.c:
+       user: Menu drawing fixes.
+       - check mark is drawn left of a bitmap;
+       - if a MNS_CHECKORBMP-style menu has a checkmark, do no draw any bitmap;
+       - space for the popup arrow is also reserved for non popup items;
+       - implement the MNS_NOCHECK style.
 
-       * 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.
+       * dlls/user/menu.c:
+       user:  Menu string width calculation fixes.
+       - Use DrawText in stead of GetTextExtendPoint32, to properly measure
+       strings with ampersands like "&File";
+       - Fix mess with strings with an embedded tab;
+       - In case of a menu bar, two extra pixels are added if the item has
+       both a bitmap and string.
 
-2000-05-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/menu.c:
+       user: Menu drawing fixes.
+       Replace some #defined constants by values calculated from windows
+       metrics.
 
-       * 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).
+       * dlls/user/menu.c:
+       user: Menu drawing fixes.
+       - Move sending WM_MEASUREITEM message for HBMMENU_CALLBACK bitmaps to
+       MENU_GetBitmapItemSize();
+       - Save the received bitmap size in the menu item structure as it will
+       need to be sent in the WM_DRAWITEM message;
+       -  Move sending WM_DRAWITEM message for HBMMENU_CALLBACK bitmaps to
+       MENU_DrawBitmapItem();
+       - This also means that HBMMENU_CALLBACK bitmaps are now supported in
+       menu bars.
 
-       * programs/regapi/README:
-       Juergen Lock <nox@jelal.kn-bremen.de>
-       Minor update.
+       * dlls/user/menu.c:
+       user: Move drawing of pop menu arrows to a subroutine reduces nesting
+       level of some large if statements in the drawing code. Some updates to
+       the comments.
 
-       * misc/printdrv.c: Patrik Stridvall <ps@leissner.se>
-       Fixed issues found by winapi_test.
+2006-02-20  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Add some tests for SetDefaultPrinterA/W.
 
-       * 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.
+       * dlls/winspool/info.c, dlls/winspool/winspool.drv.spec:
+       winspool: Add documentation and a stub for SetDefaultPrinterA/W.
 
-       * windows/nonclient.c: Francois Boisvert
-       System icons in the small caption bars are displayed with the right size.
+2006-02-20  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * 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.
+       * dlls/shell32/shlfolder.c:
+       shell32: Avoid recursing SHELL32_GetItemAttributes() calls.
 
-       * 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.
+2006-02-20  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/tab.c:
-       Francois Gouget <fgouget@psn.net>
-       Convert C++ comments to regular C comments.
+       * configure, configure.ac, loader/Makefile.in, server/Makefile.in:
+       configure: Use --rpath if supported when building binaries to point to
+       the relative location of the wine libraries.
 
-       * 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.
+2006-02-20  Michael Stefaniuc <mstefani@redhat.de>
 
-       * 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.
+       * dlls/msvcrt/undname.c:
+       msvcrt: Misc cleanups in undname.c.
+       - remove unused argument from functions
+       - print the pointer in the str_array_push TRACE to be able to distinguish
+       the different arrays.
+       - comment and white space cleanups
 
-       * 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.
+       * dlls/msvcrt/tests/cpp.c:
+       msvcrt: Add some tests for __unDName().
+       Add some tests for unDName() checking:
+       - data type modifiers A,B,P,Q,R,S
+       - literal strings
+       - back references to names
 
-2000-05-15  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/undname.c:
+       msvcrt: Use a separate stack for back references to names
+       Use a separate array/stack for the back references to names as
+       sym->stack is used to push temporary strings to it which breaks back
+       referencing in some occasions (26 symbols in the mfc42 dll).  During
+       this cleanup get_class() a little bit.
 
-       * graphics/x11drv/xfont.c:
-       Use the correct display for cached metrics file name.
-       Store metrics in specified config dir.
+       * dlls/msvcrt/undname.c:
+       msvcrt: Move code to parse a literal string out of get_class().
+       unDName: Move the code to parse a literal string from get_class() to a
+       separate function. Add some error handling to the new function.
 
-       * 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/msvcrt/undname.c:
+       msvcrt: Wrap get_class() and get_class_string() for unDName.
 
-       * dlls/ddraw/convert.c: Ove Kaaven <ovek@arcticnet.no>
-       Use unsigned int instead of unsigned short in DirectDraw
-       depth-conversion color map.
+       * dlls/msvcrt/tests/cpp.c:
+       msvcrt: Fix 20 tests from demangle_test() on old Win versions.
+       In test_demangle use a custom strcmp that treats multiple spaces as
+       single space. __unDName() from older msvcrt (including W2K it seems)
+       emit in some places 2 spaces instead of one. Fixes 20 failing tests on
+       those old Windows versions.
 
-       * controls/listbox.c:
-       Susan Farley <sfarley@codeweavers.com>
-       Avoid calls to SetFocus when they are unnecessary.
+2006-02-20  Robert Shearman <rob@codeweavers.com>
 
-2000-05-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/tests/compobj.c:
+       ole: Test the behaviour of CoCreateInstance with an uninitialized apartment.
 
-       * dlls/comctl32/treeview.c:
-       David Black <dblack@btinternet.com>
-       Implemented TVM_EDITLABELA, plus some improvements to EndLabelEditNow.
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/rpc.c:
+       ole: Change the Apartment Model field to a boolean.
+       Change the apartment model field to a boolean that just specifies
+       whether the apartment is multi-threaded or not and fix up all the
+       places where this is used.
+       Fixes a bug where we would return an error if the previous apartment
+       model passed into CoInitializeEx matches the new apartment model, but
+       additional optimisation flags are specified.
 
-       * 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.
+2006-02-20  YunSong Hwang <hys545@dreamwiz.com>
 
-       * 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.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean translation.
 
-       * files/dos_fs.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       GetFullPathname: add missing termination to the string.
+       * programs/wordpad/Ko.rc, programs/wordpad/rsrc.rc:
+       wordpad: Add Korean translation.
 
-       * 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.
+2006-02-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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/dbghelp/path.c:
+       dbghelp: Fix SymFindFileInPath to return files matching the requested
+       criteria (it was mainly doing the opposite).
 
-       * dlls/shell32/shlfolder.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed absolute path to pidl generation.
+2006-02-20  Jacek Caban <jacek@codeweavers.com>
 
-2000-05-11  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/client.c:
+       shdocvw: Change FIXMEs to TRACE in IDispatch's methods as they return
+       E_NOTIMPL in Windows as well.
 
-       * 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/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl,
+         dlls/mshtml/nsio.c:
+       mshtml: Create nsIChannel for protocols not handled by Gecko.
 
-       * dlls/winmm/wineoss/audio.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed division by zero.
+2006-02-20  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * dlls/comctl32/trackbar.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some quirks (range is 32 bit, page up/dn mismatch on HZ trackbars).
+       * dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+       mscms: Fix four todos for GetStandardColorSpaceProfile[AW].
 
-       * windows/scroll.c: Ove Kaaven <ovek@arcticnet.no>
-       Scroll off-screen controls when scroll rectangle is NULL.
+       * dlls/mscms/tests/profile.c:
+       mscms: Branching fixes for some test routines
 
-       * dlls/comctl32/tab.c, include/tab.h:
-       Ken Thomases <ken@codeweavers.com>
-       Implemented tab control style TCS_HOTTRACK (tabs are highlighted on
-       mouse-over).
+2006-02-20  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c:
-       Aric Stewart <aric@codeweavers.com>
-       Remove the background from the new image when it is being replaced
-       with a ReplaceImage.
+       * dlls/setupapi/misc.c, dlls/setupapi/setupapi.spec:
+       setupapi: Add a stub implementation of CMP_WaitNoPendingInstallEvents.
 
-       * 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.
+2006-02-20  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * dlls/commdlg/printdlg.c: Jean-Claude Batista
-       PrintDialog now creates a DC when receiving a PD_RETURNDC flag.
+       * dlls/user/resources/user32_Bg.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_Si.rc,
+         dlls/user/resources/user32_Sk.rc, dlls/user/resources/user32_Sv.rc,
+         dlls/user/resources/user32_Tr.rc, dlls/user/resources/user32_Uk.rc,
+         dlls/user/resources/user32_Wa.rc, dlls/user/resources/user32_Zh.rc:
+       user: Add the DS_NOIDLEMSG style to message boxes.
 
-       * 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.
+2006-02-20  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * windows/win.c: Guy Albertelli <galberte@neo.lrun.com>
-       Clear menu handle after destroying menu.
+       * programs/winhelp/winhelp.c:
+       winhelp: Zero out WINHELP_WINDOW in WINHELP_CreateHelpWindow.
 
-       * controls/menu.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Revalidate menu handle in mt.hTopMenu after DispatchMessage.
+2006-02-20  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * windows/dialog.c: Bernd Herd <info@herdsoft.com>
-       Pass CTLDATA as SEGPTR for 16-bit programs.
+       * dlls/d3d8/basetexture.c, dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_main.c,
+         dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/resource.c,
+         dlls/d3d8/surface.c, dlls/d3d8/texture.c, dlls/d3d8/volume.c,
+         dlls/d3d8/volumetexture.c:
+       d3d8: Move texturing code over to wined3d (based on Oliver Stieber's work).
 
-       * dlls/version/ver16.c:
-       Alexander Frink <Alexander.Frink@Uni-Mainz.DE>
-       Prevent possible NULL pointer access.
+2006-02-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-2000-05-10  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winedbg/stack.c:
+       winedbg: Fixed regression: stack info was no longer working.
 
-       * 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.
+2006-02-18  Jeff Latimer <lats@yless4u.com.au>
 
-       * dlls/comctl32/treeview.c:
-       Aric Stewart <aric@codeweavers.com>
-       Allow the user to cancel label editing with esc and confirm with return.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Add ScriptItemize functionality.
 
-       * dlls/comctl32/tab.c:
-       Ken Thomases <ken@codeweavers.com>
-       Restore accidentally undone changes.
+2006-02-18  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * programs/winebrowser/Makefile.in, programs/winebrowser/main.c:
+       winebrowser: Handle file URLs.
 
-       * 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.
+2006-02-18  Juan Lang <juan_lang@yahoo.com>
 
-       * 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.
+       * dlls/wintrust/wintrust.spec, dlls/wintrust/wintrust_main.c,
+         include/wintrust.h:
+       wintrust: Add some stubs.
 
-2000-05-09  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c, include/wincrypt.h:
+       crypt32: Implement enhanced key usage.
+       Implement CertGetEnhancedKeyUsage, CertSetEnhancedKeyUsage,
+       CertAddEnhancedKeyUsageIdentifier, and
+       CertRemoveEnhancedKeyUsageIdentifier.
 
-       * memory/heap.c:
-       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
-       Fixed HeapAlloc(HEAP_ZERO_MEMORY) to clear the whole allocated block.
-       Various optimizations.
+2006-02-18  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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.
+       * programs/winetest/Makefile.in:
+       winetest: Added usp10 tests.
 
-       * debugger/memory.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed x /s command.
+2006-02-18  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * configure, configure.ac:
+       configure: Fix previous change to still build all the binaries on
+       x86_64 in 32-bit mode.
 
-2000-05-07  Alexandre Julliard  <julliard@winehq.com>
+2006-02-17  Phil Krylov <phil@newstar.rinet.ru>
 
-       * graphics/x11drv/dib.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       SetImageBits_8: added ->15 conversion in optimized assembler.
+       * dlls/user/menu.c:
+       user: Implement scrolling in popup menus.
 
-       * 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.
+2006-02-17  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/winproc.c:
-       Do not send WM_SIZING to 16-bit windows.
+       * libs/wine/config.c, libs/wine/loader.c:
+       libwine: Add the runtime library path to the front of the dll paths list.
 
-       * dlls/gdi/gdi_main.c, dlls/user/user_main.c:
-       Cleaned up local heap initialisation.
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Use wine_dll_enum_load_path to search the dll load path.
 
-       * 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.
+2006-02-17  Peter Beutner <p.beutner@gmx.net>
 
-       * 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.
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       msvcrt: Correctly set EOF flag in fread().
+       Setting the EOF flag only if _read() returns zero is not enough as we
+       could also read something AND hit the end of file.
+       _read() already sets another internal EOF flag, so just use this too.
+       Removing todo_wine from the test case.
 
-       * 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
+       * dlls/msvcrt/tests/file.c:
+       msvcrt: Add test for fread/feof.
+       When calling fread() with a large enough buffer to reach the end of
+       the file a subsequent feof() should return true; (marked as todo_wine
+       because it doesn't work atm).
 
-       * 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
+       * dlls/msvcrt/cppexcept.c:
+       msvcrt: Remove bogus code.
+       We can't just pop a exception record from the exception handler list
+       which we haven't put there.
 
-       * debugger/stabs.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Old versions of glibc might not have STN_UNDEF defined.
+       * dlls/msvcrt/file.c:
+       msvcrt: Fix use of uninitialized variable.
 
-       * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
-       Revert the test for Virtual_HandleFault in ReadFile/WriteFile.
+2006-02-17  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Add tests for EnumMonitors.
 
-       * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
-       Always calls SetMenu in MDISetMenu.
+2006-02-17  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/tapi32/line.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Small debug channel cleanup.
+       * dlls/crypt32/Makefile.in, dlls/crypt32/cert.c, dlls/crypt32/store.c,
+         dlls/crypt32/tests/.gitignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/cert.c, dlls/crypt32/tests/store.c:
+       crypt32: Move certificate store functions to their own file.
 
-       * controls/listbox.c: Chris Morgan <cmorgan@wpi.edu>
-       Fixed scrolling bug.
+2006-02-17  Alexandre Julliard <julliard@winehq.org>
 
-       * 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().
+       * configure, configure.ac, loader/Makefile.in:
+       configure: Default to building wine-pthread on non-x86 platforms.
 
-2000-05-05  Alexandre Julliard  <julliard@winehq.com>
+2006-02-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/winuser.h, windows/nonclient.c:
-       Aric Stewart <aric@codeweavers.com>
-       Added WM_SIZING message support.
+       * include/dbghelp.h:
+       dbghelp: Packing for minidump structures is 4 bytes.
 
-       * graphics/path.c: Rob Farnum <robf@twinux.com>
-       Removed warnings from freeing path in DeleteDC.
+2006-02-17  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/header.c:
-       Aric Stewart <aric@codeweavers.com>
-       Fixed a bug with the processing of HitTest.
+       * dlls/dbghelp/elf_module.c, dlls/msacm/wineacm.h,
+         dlls/wldap32/winldap_private.h:
+       Fixed a couple of function prototypes.
 
-       * controls/edit.c: Susan Farley <susan@codeweavers.com>
-       Handle ^C, ^V and ^X in an edit control properly.
+       * libs/wine/Makefile.in, libs/wine/config.c:
+       libwine: Set the default bindir and dlldir from argv0 if dladdr is not available.
+       Added dependency on $(RELPATH).
 
-       * misc/registry.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Strip the $$$PROTO.HIV bit from win2k SYSTEM and SOFTWARE hives.
+       * libs/wine/Makefile.in, libs/wine/config.c:
+       libwine: Compute relative paths for bin and dll directories at compile time.
 
-       * dlls/comctl32/treeview.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed DC leak.
+       * Make.rules.in, tools/.gitignore, tools/Makefile.in, tools/relpath.c:
+       tools: Added 'relpath' tool to compute relative Unix paths.
 
-       * 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/ntdll/server.c:
+       ntdll: Remove no longer used oldcwd in start_server.
 
-       * dlls/comctl32/tooltips.c:
-       Sheri Steeves <sheri@macadamian.com>
-       Worked around some tooltips hide problems by checking the current tooltip.
+2006-02-17  Mike McCormack <mike@codeweavers.com>
 
-       * documentation/distributors:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added a configuration hint for the CD-ROM "unhide" option.
+       * server/change.c:
+       server: Use a single inotify watch, as it scales better with a large
+       number of directories.
 
-       * 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.
+2006-02-17  Phil Krylov <phil@newstar.rinet.ru>
 
-       * 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.
+       * programs/wordpad/Ru.rc, programs/wordpad/rsrc.rc:
+       wordpad: Russian translation.
 
-2000-05-03  Alexandre Julliard  <julliard@winehq.com>
+2006-02-17  Hans Leidekker <hans@it.vu.nl>
 
-       * include/debugdefs.h: Generated again.
+       * programs/wordpad/Nl.rc, programs/wordpad/rsrc.rc:
+       wordpad: Dutch localization.
 
-       * include/pe_image.h, loader/pe_image.c:
-       PE_LoadImage: removed version parameter, set last error correctly.
+2006-02-17  Jacek Caban <jacek@codeweavers.com>
 
-       * 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/mshtml/navigate.c:
+       mshtml: Fix post data parsing.
 
-       * dlls/Makefile.in: Fixed typo.
+2006-02-16  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/kernel/process.c, dlls/ntdll/server.c, include/wine/library.h,
+         libs/wine/config.c, loader/glibc.c:
+       libwine: Try the current load path in priority before the
+       WINELOADER/WINESERVER environment variables in wine_exec_wine_binary.
 
-       * dlls/x11drv/x11drv_main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Call XOpenIM on the large stack.
+       * libs/wine/config.c:
+       libwine: Don't rely on argv[0] in wine_exec_wine_binary if we can get
+       the directory from the library itself.
+       Only try the hardcoded BINDIR if everything else failed.
 
-       * include/winsock.h:
-       Bang Jun-Young <bangjy@dreamwiz.com>
-       FreeBSD 3.4 compile fix.
+       * libs/wine/config.c:
+       libwine: Only use the library directory if it's an absolute path.
 
-       * 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.
+2006-02-16  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * server/object.c: Small optimization.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Ko.rc, programs/winecfg/Nl.rc,
+         programs/winecfg/No.rc, programs/winecfg/Ru.rc,
+         programs/winecfg/Tr.rc, programs/winecfg/resource.h,
+         programs/winecfg/winecfg.c:
+       winecfg: Localize the app specific title.
 
-       * scheduler/thread.c: Fixed default thread stack size.
+2006-02-16  Juan Lang <juan_lang@yahoo.com>
 
-       * objects/text.c: Fixed DrawTextW length handling.
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: More encoding/decoding.
+       Add support for encoding/decoding basic constraints and enhanced key
+       usage, with tests.
 
-       * dlls/ddraw/dsurface/main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Remove the assertion when there is no source surface.
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       crypt32: Simplify CertOpenSystemStore, fix CertDuplicateCertificateContext.
+       - now that CertOpenStore is correct for system stores, simplify
+       CertOpenSystemStore
+       - correct CertDuplicateCertificateStore, with a test
 
-       * include/oleauto.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add DosDateTimeToVariantTime prototype.
+2006-02-16  YunSong Hwang <hys545@dreamwiz.com>
 
-       * dlls/shell32/shlwapi.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Map StrChrA to strchr.  Fix StrChrW arg list.
+       * programs/progman/Ko.rc, programs/progman/rsrc.rc:
+       progman: Updated Korean translation.
 
-       * include/winuser.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added HWND_MESSAGE.
+2006-02-16  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * dlls/msxml3/Makefile.in, dlls/msxml3/comment.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c:
+       msxml3: Implement comment node.
 
-       * misc/registry.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Mmap does not fail on zero-length files.
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml3: Fix get_text on text nodes.
 
-2000-05-01  Alexandre Julliard  <julliard@winehq.com>
+2006-02-16  Thomas Kho <tkho@ucla.edu>
 
-       * 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.
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Implement EM_SCROLLCARET and EM_GETSCROLLPOS.
 
-       * include/process.h, include/thread.h, miscemu/main.c, scheduler/process.c, scheduler/thread.c:
-       Setup the initial thread %fs from a constructor.
+2006-02-16  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ddraw/dga.c, dlls/ddraw/dga2.c, dlls/ddraw/x11.c, include/winnt.h:
-       Added DECL_GLOBAL_CONSTRUCTOR macro.
+       * dlls/oleaut32/tests/typelib.c:
+       oleaut: Test some error conditions in ITypeInfo::GetIDsOfNames and ITypeInfo::Invoke.
 
-       * 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.
+2006-02-16  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * dlls/mscms/tests/profile.c:
+       mscms: Distinguish between registered and unregistered profile IDs.
 
-       * files/file.c: Added ENOEXEC error code.
+2006-02-16  Robert Shearman <rob@codeweavers.com>
 
-       * scheduler/pthread.c: Added atfork support.
+       * tools/winebuild/winebuild.man.in:
+       winebuild: Correction for manpage.
+       The behaviour for winebuild is to prefer main over WinMain, not the
+       other way around.
 
-       * 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.
+2006-02-16  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Unaccess post data only if we've accessed it before.
 
-       * debugger/winedbg.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed segv when debugger registry key doesn't exist.
+2006-02-16  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/icmp/icmp_main.c:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Use <stdlib.h> instead of the deprecated and non-portable <malloc.h>.
+       * dlls/.gitignore, dlls/Makedll.rules.in, dlls/Makefile.in,
+         dlls/make_dlls, libs/wine/loader.c:
+       libwine: New naming scheme for 16-bit builtin dlls.
+       Stop using symlinks for 16-bit dlls to make sure they don't get loaded
+       by mistake when looking for a 32-bit dll.
 
-2000-04-30  Alexandre Julliard  <julliard@winehq.com>
+2006-02-16  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * ANNOUNCE, ChangeLog, include/version.h:
-       Release 20000430.
+       * dlls/comctl32/monthcal.c, dlls/comctl32/tests/monthcal.c:
+       comctl32: Remove/swap limits if min > max in MCM_SETRANGE.
+       We should swap min & max only when both limits are being
+       set. Otherwise limit that being set should invalidate other limit
+       (remove it).
 
-       * windows/x11drv/wnd.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       X11DRV_SetFocus: really don't mess with focus for managed windows.
+       * dlls/comctl32/monthcal.c, dlls/comctl32/tests/monthcal.c:
+       comctl32: Don't change month range in MCM_SETRANGE. Add tests for this.
 
-       * 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.
+2006-02-16  Juan Lang <juan_lang@yahoo.com>
 
-       * 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)
+       * dlls/wininet/internet.c:
+       wininet: Use CertNameToStr for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT
+       and update comment.
 
-       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Insure we always try to launch a debugger.
+       * dlls/crypt32/cert.c:
+       crypt32: Fix system stores and a memory leak.
+       - system stores open both HKLM and HKCU for "current user" locations
+       - fix a memory leak in certificate properties
 
-       * 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.
+2006-02-16  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-----------------------------------------------------------------
-2000-04-30  Alexandre Julliard  <julliard@winehq.com>
+       * programs/wordpad/Fr.rc, programs/wordpad/rsrc.rc:
+       wordpad: French localization.
 
-       * windows/x11drv/wnd.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       X11DRV_SetFocus: really don't mess with focus for managed windows.
+2006-02-16  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * .gitignore:
+       Merge the contents of info/exclude into the top-level .gitignore.
 
-       * 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)
+       * server/debugger.c, server/process.c, server/process.h,
+         server/snapshot.c:
+       server: Store the process exe module in the standard dll list.
 
-       * win32/except.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Insure we always try to launch a debugger.
+       * dlls/d3d8/cubetexture.c:
+       d3d8: Fixed compile with older GL versions.
 
-       * 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.
+2006-02-16  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-2000-04-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Set the texture size for d3d8.
 
-       * 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.
+2006-02-16  YunSong Hwang <hys545@dreamwiz.com>
 
-       * 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
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean translation.
 
-       * win32/console.c, include/winbase.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed GetLargestConsoleWindowSize prototype.
+2006-02-16  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * 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.
+       * programs/winecfg/Fr.rc:
+       winecfg: French resource update.
 
-       * 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
+2006-02-16  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * dlls/shell32/shell32.spec:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Explicit import user32.dll.
-       Many corrections, exported some functions by name.
+       * programs/wordpad/De.rc, programs/wordpad/En.rc,
+         programs/wordpad/rsrc.rc:
+       wordpad: Added German resource.
 
-       * dlls/shell32/shell.c, dlls/shell32/shellole.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Separated 32 bit functions to shellole.c.
+2006-02-16  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/shell32/pidl.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Small fixes.
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: Fix parameter check for UrlUnescapeA.
+       NULL pszUnescaped is okay if URL_UNESCAPE_INPLACE is set.
+       Add a corresponding test for UrlUnescape{A,W}.
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Fixed: extract the icon by resource id.
+2006-02-16  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Small fixes.
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/str.c, include/wincrypt.h:
+       crypt32: Partially implement CertGetNameString.
 
-       * 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.
+2006-02-16  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * wine.ini: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Make WineLook=Win95 the default setting.
+       * programs/winedbg/stack.c, programs/winedbg/winedbg.c:
+       winedbg: A couple of fixes after running valgrind.
 
-       * dlls/dinput/dinput_main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Added leaving of critical section on all return cases.
+2006-02-16  Jeff Latimer <lats@yless4u.com.au>
 
-       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
-       Removed init_sect. Use Interlocked* functions instead.
+       * dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c:
+       usp10: Implement ScriptGetProperties.
 
-       * misc/registry.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Small fixes, removed asserts.
+2006-02-15  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.8.
 
-       * dlls/Makefile.in, dlls/user/Makefile.in:
-       Added libkeyboard.so creation.
+----------------------------------------------------------------
+2006-02-15  Emmanuel Maillard <mahanuu@opendarwin.org>
 
-       * 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
+       * configure, configure.ac, libs/wine/Makefile.in, loader/main.c:
+       loader: Reserve memory area on Darwin (based on Steve Zellers patch).
 
-       * 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.
+2006-02-15  Thomas Kho <tkho@ucla.edu>
 
-       * windows/sysparams.c: Chris Morgan <cmorgan@wpi.edu>
-       Added default values for SPI_GETMOUSEHOVERHEIGHT, SPI_GETMOUSEHOVERWIDTH and
-       SPI_GETMOUSEHOVERTIME to SystemParametersInfo16().
+       * dlls/riched20/editor.c, dlls/riched20/tests/editor.c:
+       riched20: Extend EM_FINDTEXT conformance tests and fix 2 problems they expose.
 
-       * 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.
+2006-02-15  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
-       Override fork().
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.spec,
+         dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Implemented a couple of forwards to shlwapi.
 
-       * debugger/debugger.h, include/heap.h, memory/heap.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Get rid of HEAP_xrealloc.
+2006-02-15  Jacek Caban <jacek@codeweavers.com>
 
-2000-04-25  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winecfg/libraries.c:
+       winecfg: glut32.dll may be configured as native.
 
-       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/Makefile.in:
-       Patrik Stridvall <ps@leissner.se>
-       Compile fix for --without-x.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Added client site's IServiceProvider interface.
 
-       * loader/main.c, wine.ini:
-       Patrik Stridvall <ps@leissner.se>
-       Added new configuration file option for selecting graphics driver.
+       * dlls/shdocvw/navigate.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Navigate2 rewrite.
 
-       * dlls/ttydrv/Makefile.in:
-       Patrik Stridvall <ps@leissner.se>
-       Link the TTY driver with the standard libs.
+       * dlls/shdocvw/navigate.c:
+       shdocvw: Added beginning IHlinkFrame::Navigate implementation.
 
-       * 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.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl, dlls/mshtml/persist.c:
+       mshtml: Added hack to allow pass post data to IPersistMoniker::Load.
 
-       * 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.
+       * dlls/mshtml/htmldoc.c, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsio.c:
+       mshtml: Added ref counting to NSContainer.
+       - Added ref counting to NSContainer.
+       - Better destroying of NSContainer.
 
-       * debugger/types.c, debugger/msc.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Improved CodeView type information loader.
+2006-02-15  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/commdlg/colordlg.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Don't use the template member unless the corresponding flag is set.
+       * dlls/crypt32/cert.c:
+       crypt32: Rename a variable for clarity.
 
-2000-04-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/str.c:
+       crypt32: Output string type in trace.
 
-       * LICENSE, WARRANTY:
-       Switched to the X11 license.
+2006-02-15  Mike McCormack <mike@codeweavers.com>
 
-       * server/registry.c, if1632/relay.c, misc/ddeml.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
+       * dlls/ole32/tests/storage32.c:
+       ole32: Added a test showing OLE storage's IStorage/IStream refcounting
+       behaviour.
 
-       * 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.
+       * include/winnt.h:
+       include: Add WT_ defines for use with RegisterWaitForSingleObject.
 
-       * 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.
+2006-02-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * include/winnt.h: Francois Gouget <fgouget@psn.net>
-       Include string.h to make winnt.h self-sufficient.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resources.
 
-       * dlls/comctl32/tooltips.c: Patrick Yang (Corel)
-       infoPtr sometimes can be NULL.
+2006-02-14  Phil Krylov <phil@newstar.rinet.ru>
 
-       * 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/riched20/editor.c:
+       riched20: Support RTF text in WM_SETTEXT.
 
-       * dlls/comctl32/toolbar.c, dlls/comctl32/commctrl.c:
-       Martin Fuchs <martin-fuchs@gmx.net>
-       Fixed toolbar bitmap size handling.
+2006-02-14  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * configure.in, configure:
-       Rein Klazes <rklazes@casema.net>
-       Correct test for linux 2.2 joystick API, which returned true in every
-       case.
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Added stub for ScriptGetCMap.
 
-       * 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.
+2006-02-14  Jeff Latimer <lats@yless4u.com.au>
 
-       * 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().
+       * configure, configure.ac, dlls/usp10/Makefile.in,
+         dlls/usp10/tests/.gitignore, dlls/usp10/tests/Makefile.in,
+         dlls/usp10/tests/usp10.c, dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Added some tests.
 
-2000-04-23  Alexandre Julliard  <julliard@winehq.com>
+2006-02-14  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * Makefile.in, dlls/x11drv/Makefile.in:
-       Build wineclipsrv as part of the x11drv dll.
+       * dlls/secur32/schannel.c:
+       secur32: Add InitializeSecurityContext stub for schannel.
 
-       * 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.
+2006-02-14  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * windows/painting.c: Rein Klazes <rklazes@casema.net>
-       Make RDW_ValidateParent() modify the update region of all parents, not
-       just the direct parent.
+       * dlls/d3d8/cubetexture.c, dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c,
+         dlls/d3d8/resource.c, dlls/d3d8/surface.c, dlls/d3d8/texture.c:
+       d3d8: Move d3d8 surface over to wined3d (based on the work of Oliver Stieber).
 
-       * relay32/snoop.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       SNOOP_PrintArg: replaced IsBad* functions by exception handler.
+2006-02-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * configure, configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Added --without-curses compile option.
+       * dlls/comctl32/monthcal.c, dlls/comctl32/tests/monthcal.c:
+       comctl32: Fix invalid date/time check in MCM_SETRANGE: ignore time and fail on bad date.
 
-       * scheduler/pthread.c: Ove Kaaven <ovek@arcticnet.no>
-       Added some more pthread overrides.
+2006-02-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
-       Fixed debugger registry key location.
+       * dlls/mscms/tests/profile.c:
+       mscms: Move 4 test macros into a single one.
 
-       * include/ddeml.h: Francois Gouget <fgouget@psn.net>
-       Use DECLARE_HANDLE to declare handles.
+2006-02-14  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * include/windef.h: Francois Gouget <fgouget@psn.net>
-       DECLARE_HANDLE should not be undef'ed after use.
+       * dlls/msacm/winemp3/mpegl3.c:
+       winemp3: Increase factor from 4 to 12 in MPEG3_StreamSize.
+       - Increase size factor from 4 to 12 in MPEG_StreamSize, otherwise
+       mpglib buffer queue grows.
+       - Add TRACE of mpglib buffer queue for conversion.
 
-       * controls/edit.c: Ove Kaaven <ovek@arcticnet.no>
-       Fix edit control's WM_GETTEXT behaviour.
+2006-02-14  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/comm.c: Gerard Patel <g.patel@wanadoo.fr>
-       Do not initialize dcb in BuildCommDCB[AndTimeouts].
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/ctl3d/.gitignore, dlls/ctl3d/Makefile.in, dlls/ctl3d/ctl3d.c,
+         dlls/ctl3d/ctl3d.spec, dlls/ctl3d/ctl3d32.c, dlls/ctl3d/ctl3d32.spec,
+         dlls/ctl3d/ctl3dv2.spec, dlls/ctl3d32/.gitignore,
+         dlls/ctl3d32/Makefile.in, dlls/ctl3d32/ctl3d.c,
+         dlls/ctl3d32/ctl3d.spec, dlls/ctl3d32/ctl3d32.c,
+         dlls/ctl3d32/ctl3d32.spec, dlls/ctl3d32/ctl3dv2.spec:
+       ctl3d32: Renamed ctl3d directory to ctl3d32.
 
-       * 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.
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/olesvr/.gitignore, dlls/olesvr/Makefile.in,
+         dlls/olesvr/olesvr.spec, dlls/olesvr/olesvr32.spec,
+         dlls/olesvr/olesvr_main.c, dlls/olesvr32/.gitignore,
+         dlls/olesvr32/Makefile.in, dlls/olesvr32/olesvr.spec,
+         dlls/olesvr32/olesvr32.spec, dlls/olesvr32/olesvr_main.c:
+       olesvr32: Renamed olesvr directory to olesvr32.
 
-       * windows/dialog.c: Gerard Patel <g.patel@wanadoo.fr>
-       Check if dialog is visible before setting the focus.
+       * configure, configure.ac, dlls/.gitignore, dlls/Makefile.in,
+         dlls/olecli/.gitignore, dlls/olecli/Makefile.in,
+         dlls/olecli/olecli.spec, dlls/olecli/olecli16.c,
+         dlls/olecli/olecli32.spec, dlls/olecli/olecli_main.c,
+         dlls/olecli32/.gitignore, dlls/olecli32/Makefile.in,
+         dlls/olecli32/olecli.spec, dlls/olecli32/olecli16.c,
+         dlls/olecli32/olecli32.spec, dlls/olecli32/olecli_main.c:
+       olecli32: Renamed olecli directory to olecli32.
 
-       * windows/defwnd.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Removed the longstanding hack in response to WM_ACTIVATE message.
+2006-02-14  Detlef Riekenberg <wine.dev@web.de>
 
-       * include/winuser.h:
-       Martin Fuchs <martin-fuchs@gmx.net>
-       Fixed GetNumberFormat declaration.
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/sfc/.gitignore, dlls/sfc/Makefile.in, dlls/sfc/sfc.spec,
+         dlls/sfc/sfc_main.c:
+       sfc: Add sfc.dll with a stub for SfcIsFileProtected.
 
-       * 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.
+       * include/Makefile.in, include/sfc.h:
+       include: Add sfc.h.
 
-       * dlls/wininet/internet.c, dlls/wininet/wininet.spec:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Stub for InternetGetConnectedState.
+2006-02-14  Krzysztof Foltman <wdev@foltman.com>
 
-       * include/winbase.h: Francois Gouget <fgouget@psn.net>
-       Fixed GetProcessHeap() for the STRICT mode.
+       * configure, configure.ac, programs/Makefile.in,
+         programs/wordpad/.gitignore, programs/wordpad/En.rc,
+         programs/wordpad/Makefile.in, programs/wordpad/resource.h,
+         programs/wordpad/rsrc.rc, programs/wordpad/wordpad.c:
+       programs: Add an implementation of Wordpad.
 
-       * dlls/ddraw/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Also check for empty GUID in DirectDrawCreate.
+2006-02-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-2000-04-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/msc.c, dlls/dbghelp/pe_module.c, dlls/dbghelp/symbol.c:
+       dbghelp: Always set the size to public symbols to 1 when we don't know the size
+       so that they can only be search on their start address
 
-       * 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.
+       * programs/winedbg/debug.l:
+       winedbg: Allow using MSVC mangled symbol names as identifiers.
 
-       * dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in:
-       Removed winmm from import list.
+2006-02-14  Mike Frysinger <vapier@gentoo.org>
 
-       * dlls/comctl32/animate.c, include/animate.h:
-       Use GetProcAddress for mmio* functions to avoid importing winmm.dll.
+       * Makefile.in, dlls/Makedll.rules.in, dlls/Makefile.in,
+         dlls/Makeimplib.rules.in, dlls/make_dlls, dlls/wineps/Makefile.in,
+         documentation/Makefile.in, fonts/Makefile.in, include/Makefile.in,
+         libs/Makelib.rules.in, loader/Makefile.in, programs/Makefile.in,
+         programs/Makeprog.rules.in, programs/avitools/Makefile.in,
+         programs/make_progs, programs/winedbg/Makefile.in,
+         programs/winemenubuilder/Makefile.in, server/Makefile.in,
+         tools/Makefile.in, tools/widl/Makefile.in, tools/winapi/Makefile.in,
+         tools/winebuild/Makefile.in, tools/winedump/Makefile.in,
+         tools/winegcc/Makefile.in, tools/wmc/Makefile.in,
+         tools/wrc/Makefile.in:
+       Add support for 'make install DESTDIR'.
 
-       * programs/wcmd/builtins.c, programs/wcmd/wcmd.spec:
-       Fixed resource loading.
+2006-02-14  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Ko.rc, programs/winecfg/Makefile.in,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/Tr.rc,
+         programs/winecfg/driveui.c, programs/winecfg/main.c,
+         programs/winecfg/resource.h, programs/winecfg/theme.c,
+         programs/winecfg/winecfg.h:
+       winecfg: Support for setting symlinks for 'Desktop' and 'My Stuff' shell folders.
+
+2006-02-14  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/kernel/process.c, dlls/ntdll/signal_i386.c:
+       A couple of new valgrind instrumentations for better support.
+
+2006-02-14  Jeremy White <jwhite@codeweavers.com>
+
+       * dlls/twain/dsm_ctrl.c:
+       twain: Reconcile sane's long names to TWAIN's 32 byte limit.
+
+       * dlls/twain/twain.h:
+       twain: Make structures respect 2 byte packing requirements.
+
+2006-02-14  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c, server/ptrace.c,
+         server/thread.h:
+       server: When possible, use tgkill instead of tkill syscall on Linux.
 
-       * winedefault.reg:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added DirectPlay registry keys to winedefault.reg.
+2006-02-14  James Hawkins <truiken@gmail.com>
 
-       * dlls/comctl32/treeview.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Mousewheel support.
+       * dlls/setupapi/query.c, dlls/setupapi/tests/query.c:
+       setupapi: Handle the INFINFO_REVERSE_DEFAULT_SEARCH search flag.
 
-2000-04-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/setupapi/query.c, dlls/setupapi/tests/query.c:
+       setupapi: Handle the INFINFO_INF_NAME_IS_ABSOLUTE and
+       INFINFO_DEFAULT_SEARCH search flags.
 
-       * 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.
+2006-02-14  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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/winmm/driver.c:
+       winmm: Protect drivers list by a critical section.
 
-       * 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}.
+2006-02-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * objects/region.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix return value for OffsetRgn if x and y are 0.
+       * include/wine/test.h:
+       tests: Fixed test framework against environment modifications.
 
-       * graphics/path.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implement StrokeAndFillPath.
-       Call DeleteObject when finished with hrgn in PATH_FillPath.
+2006-02-14  Troy Rollo <wine@troy.rollo.name>
 
-       * include/wininet.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed typo.
+       * dlls/user/dialog.c, include/winuser.h:
+       user: Fix argument type of IsDlgButtonChecked.
 
-       * 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.
+       * dlls/user/scroll.c, include/winuser.h:
+       user: Fix argument type for EnableScrollBar.
 
-       * objects/enhmetafile.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Tidy up of PlayEnhMetaFileRecord - fixes PolyPoly* functions.
+       * dlls/user/dialog.c, include/winuser.h:
+       user: Fix argument types for CheckRadioButton.
 
-2000-04-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/dialog.c, include/winuser.h:
+       user: Fix return type and argument type for GetDlgItemText{A,W}.
 
-       * server/registry.c:
-       Removed permission checks in create_key and delete_key. It seems
-       Windows doesn't check anything.
+2006-02-14  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * loader/resource.c:
-       Richard Cohen <richard@jubjub.demon.co.uk>
-       Wrap an exception handler around FindResource.
+       * dlls/msvideo/msvideo_main.c, dlls/msvideo/msvideo_private.h:
+       msvfw32: Disable datarate, keyframe and quality controls to not
+       confuse users by a not implemented functionality.
+       Add support for About codec control.
 
-       * programs/regtest/regtest.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Corrected WinMain.
-       Added test case for RegCreateKeyEx showing win95 behaviour.
+       * dlls/msvideo/msvideo_main.c:
+       msvfw32: Initialize lpbiIn member of the COMPVARS structure.
 
-       * debugger/dbg.y, debugger/debug.l, debugger/debugger.h, debugger/info.c:
-       Implemented 'walk process' and 'walk threads' commands using toolhelp
-       snapshots.
+2006-02-14  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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>.
+       * programs/winetest/Makefile.in:
+       winetest: Add riched20 tests.
 
-       * 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.
+2006-02-14  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellpath.c:
+       shell32: Return a GUID pidl for CSIDL_PERSONAL in SHGetFolderLocation.
+       The tests (shellpath.c/testPersonal) already show that it can be either
+       PT_FOLDER or PT_GUID. It's PT_GUID on WinXP.
 
-       * 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.
+2006-02-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/toolbar.c:
-       Martin Fuchs <martin-fuchs@gmx.net>
-       Implement CCS_NOMOVEY for tool bars.
+       * loader/pthread.c:
+       loader: Added missing attr destroy.
 
-       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
-       Symlink root's registry to global registry. Minor cleanups.
+2006-02-14  Robert Shearman <rob@codeweavers.com>
 
-       * 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
+       * documentation/.gitignore:
+       Ignore documentation/html.
 
-       * 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).
+       * tools/c2man.pl:
+       tools/c2man.pl: Generate correct html.
 
-2000-04-14  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/gopher.c, dlls/wininet/http.c:
+       wininet: Documentation fixes.
 
-       * include/thread.h, scheduler/Makefile.in, scheduler/pthread.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       POSIX threads emulation, tricks glibc into being threadsafe.
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Free connection point on destruction of the picture object.
+       Handle failure of CreateConnectionPoint on construction.
 
-       * scheduler/client.c, server/main.c, server/request.c:
-       Made server launching somewhat cleaner and faster.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Fix returning Typelib file name.
+       We can't use GetModuleFileName on a resource-only module, so the best
+       we can do is to copy the original name we used to find the type
+       library.  Fix a couple of places where we were incorrectly using the
+       file name, rather than the path.
 
-       * 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.
+       * dlls/oleaut32/olefont.c:
+       oleaut32: Free the connection points on destruction of the font object.
+       Free the connection points on destruction of the font object and cope
+       with failure of CreateConnectionPoint on construction.
 
-       * 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.
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Don't try to release NULL COM objects in the typelib
+       marshaler.
 
-       * include/windef.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Define __fastcall.
+       * dlls/oleaut32/olepicture.c:
+       oleaut32: Fix flag comparison in Picture Invoke.
+       One or more invoke flags can be passed into IDispatch::Invoke, but we
+       only care if INVOKEFLAG_PROPERTYGET is specified, and don't about any
+       others.
 
-       * include/commctrl.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added a few toolbar defines.
+2006-02-14  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       A few corrections to bounding boxes.
+       * server/queue.c:
+       server: Try to update the input key state even when the message is
+       dropped in queue_hardware_message. This should fix some problems with
+       the Alt key getting "stuck" after Alt-Tab.
 
-       * graphics/x11drv/graphics.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Don't close groups of polylines.
+2006-02-14  Francois Gouget <fgouget@free.fr>
 
-       * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not dereference a ptr we just checked being NULL.
+       * dlls/kernel/locale_rc.rc, dlls/oleaut32/hash.c, include/winnt.h,
+         tools/widl/hash.c, tools/wine.inf:
+       include: Add missing LANG_xxx and SUBLANG_xxx constants.
 
-       * 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.
+2006-02-14  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * misc/registry.c: Ove Kaaven <ovek@arcticnet.no>
-       Follow symlinks when saving registry.
+       * programs/winecfg/De.rc:
+       winecfg: Cleaned up various control positions on the German version of
+       the audio tab.
 
-       * debugger/Makefile.in:
-       Added missing winestub dependency.
+       * dlls/shell32/regsvr.c:
+       shell32: Register 'LocalizedString' values for shellfolder classes.
 
-       * 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.
+       * dlls/shell32/classes.c:
+       shell32: Query for localized string in HCR_GetClassName.
 
-2000-04-13  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/registry.c, include/winreg.h:
+       advapi32: Implemented RegLoadMUIString[AW].
 
-       * 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.
+2006-02-14  Phil Lodwick <Phil.Lodwick@EFI.COM>
 
-       * 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).
+       * dlls/winsock/tests/sock.c:
+       winsock/tests: select wakeup on closesocket.
+       - Change select timeout from 2 seconds to 500 microseconds.
+       - Add test to make sure select wakes up after a closesocket.
+       - Add test to make sure listen fails without bind.
 
-       * win32/except.c, winedefault.reg:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added launching of a debugger when unhandled exception occurs.
+2006-02-14  Huw Davies <huw@codeweavers.com>
 
-       * relay32/builtin32.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a .xcnlnk section to builtin KERNEL32 PE header.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Implement getElementsByTagName.
 
-       * 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.
+2006-02-14  Hans Leidekker <hans@it.vu.nl>
 
-       * 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/msxml3/main.c, dlls/msxml3/msxml3.spec:
+       msxml3: Implement DllUnregisterServer.
 
-       * dlls/ntdll/signal_i386.c, include/global.h, memory/virtual.c:
-       Implemented guard pages and stack overflow exceptions.
+2006-02-13  Petr Tesarik <hat@tesarici.cz>
 
-       * include/thread.h, scheduler/process.c, scheduler/thread.c:
-       Cleanup thread stack allocation. Use a single VirtualAlloc for TEB and
-       the various stacks.
+       * programs/winhelp/Cs.rc:
+       winhelp: Czech language resources encoding fix.
 
-       * files/profile.c:
-       Make sure HKLM\Software\Wine\Wine is a non-volatile key.
+       * programs/winemine/Cs.rc:
+       winemine: Czech language resources encoding fix.
 
-       * dlls/x11drv/x11drv_main.c, windows/x11drv/keyboard.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Fixed AltGr key handling.
+       * programs/winefile/Cs.rc:
+       winefile: Czech language resources encoding fix.
 
-       * 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.
+       * programs/wineconsole/wineconsole_Cs.rc:
+       wineconsole: Czech language resources encoding fix.
 
-       * 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.
+       * programs/winecfg/Cs.rc:
+       winecfg: Czech language resources encoding fix.
 
-       * 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...
+       * programs/wcmd/Cs.rc:
+       wcmd: Czech language resources encoding fix.
 
-       * memory/global.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       GlobalReAlloc returns 0 on failure.
+       * programs/view/Cs.rc:
+       view: Czech language resources encoding fix.
 
-       * dlls/ntdll/ntdll.spec, dlls/ntdll/om.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Stub for NtAllocateUuids.
+       * programs/uninstaller/Cs.rc:
+       uninstaller: Czech language resources encoding fix.
 
-       * 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.
+       * programs/start/Cs.rc:
+       start.exe: Czech language resources encoding fix.
 
-2000-04-11  Alexandre Julliard  <julliard@winehq.com>
+       * programs/regedit/Cs.rc:
+       regedit: Czech language resources encoding fix.
 
-       * documentation/.cvsignore: Ignore all output files.
+       * programs/progman/Cs.rc:
+       progman: Czech language resources encoding fix.
 
-       * 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>)
+       * programs/notepad/Cs.rc:
+       notepad: Czech language resources encoding fix.
 
-       * 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.
+       * programs/cmdlgtst/Cs.rc:
+       cmdlgtst: Czech language resources encoding fix.
 
-       * AUTHORS, include/authors.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Merged in Corel's AUTHORs.
+       * programs/clock/Cs.rc:
+       clock: Czech language resources encoding fix.
 
-       * graphics/x11drv/dib.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Only copy dstwidth*3 bytes in the 24bit case.
+       * dlls/winmm/winmm_Cs.rc:
+       winmm: Czech language resources encoding fix.
 
-       * dlls/ddraw/dsurface/x11.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Free private structure in Xlib_DDS_Release.
+       * dlls/wininet/wininet_Cs.rc:
+       wininet: Czech language resources encoding fix.
 
-       * windows/message.c: Ulrich Czekalla <ulrichc@corel.ca>
-       MSG_ProcessKbdMsg can be called from peek, so only process when remove is set.
+       * dlls/user/resources/user32_Cs.rc:
+       user32: Czech language resources encoding fix.
 
-       * 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/wineps/wps_Cs.rc:
+       wineps: Czech language resources encoding fix.
 
-       * 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/shell32/shell32_Cs.rc:
+       shell32: Czech language resources encoding fix.
 
-       * 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.
+       * dlls/setupapi/Cs.rc:
+       setupapi: Czech language resources encoding fix.
 
-2000-04-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/serialui/Cs.rc:
+       serialui: Czech language resources encoding fix.
 
-       * dlls/ddraw/d3ddevice/main.c, dlls/ddraw/d3ddevice/mesa.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Use d3dexecutebuffer_create only when compiling with MESA.
+       * dlls/oledlg/oledlg_Cs.rc:
+       oledlg: Czech language resources encoding fix.
 
-2000-04-09  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mpr/mpr_Cs.rc:
+       mpr: Czech language resources encoding fix.
 
-       * 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.
+       * dlls/msrle32/msrle_Cs.rc:
+       msrle32: Czech language resources encoding fix.
 
-       * console/generic.c, console/ncurses.c, console/xterm.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Cosmetics.
+       * dlls/msacm/msacm_Cs.rc:
+       msacm: Czech language resources encoding fix.
 
-       * memory/heap.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Implemented HeapWalk().
+       * dlls/hhctrl.ocx/Cs.rc:
+       hhctrl.ocx: Czech language resources encoding fix.
 
-       * dlls/ddraw/dsurface/x11.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Two left over HeapValidate assertions removed.
+       * dlls/commdlg/cdlg_Cs.rc:
+       commdlg: Czech language resources encoding fix.
 
-       * server/debugger.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Clear status for sending exception event.
+       * dlls/comctl32/comctl_Cs.rc:
+       comctl32: Czech language resources encoding fix.
 
-       * tools/genpatch: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added ability to put new-lines in changelog entry.
-       Added -p to locate destination directory.
+       * dlls/avifil32/avifile_Cs.rc:
+       avifil32: Czech language resources encoding fix.
 
-       * 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.
+2006-02-13  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/ole32/compobj.c:
-       Andrew Lewycky <andrewl@corel.ca>
-       Fix StringFromGUI2 return value as per documentation.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/hlink.c,
+         dlls/mshtml/mshtml_private.h, dlls/mshtml/navigate.c,
+         dlls/mshtml/nsio.c:
+       mshtml: Handle IHlinkFrame service.
 
-       * 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.
+2006-02-13  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * 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.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c, dlls/wined3d/surface.c,
+         dlls/wined3d/wined3d_private.h:
+       wined3d: Update the glOrtho between 2 rhw draws if the viewport was changed.
 
-       * 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.
+2006-02-13  Cyril Margorin <comargo@gmail.com>
 
-2000-04-04  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/x11drv/dib.c:
+       x11drv: Fix X11DRV_DIB_SetImageBits and X11DRV_DIB_GetImageBits to
+       check for passed image, and do not use shared memory extension for
+       temporary created image.
 
-       * 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/dib.c:
+       x11drv: Fix X11DRV_GetDIBits to pass shared memory image to
+       X11DRV_DIB_GetImageBits.
 
-       * dlls/x11drv/x11drv_main.c, files/file.c, scheduler/client.c:
-       Fixed file descriptor leaks.
+2006-02-13  Mike McCormack <mike@codeweavers.com>
 
-       * misc/registry.c:
-       Call PROFILE_GetWineIniBool before starting to fill the request
-       buffer. Made new registry format the default.
+       * dlls/msvcrt/exit.c:
+       msvcrt: Fix a typo.
 
-       * 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
+2006-02-13  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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.
+       * dlls/psapi/psapi.spec:
+       psapi: Fix output parameter of function GetModuleBaseName in spec
+       file.
 
-       * tools/wrc/parser.l: Patrik Stridvall <ps@leissner.se>
-       Minor fix in wrc to support the Solaris preprocessor.
+2006-02-13  H. Verbeet <hverbeet@gmail.com>
 
-       * debugger/msc.c: Patrik Stridvall <ps@leissner.se>
-       Fixed some ANSI C violations.
+       * dlls/wined3d/surface.c, dlls/wined3d/volume.c:
+       wined3d: Don't keep a reference to the container, as it creates a
+       circular reference.
 
-       * documentation/no-windows:
-       Ove Kaaven <ovek@arcticnet.no>
-       Add start menu directories.
+2006-02-13  Francois Gouget <fgouget@free.fr>
 
-       * scheduler/sysdeps.c, scheduler/thread.c:
-       Put CLONE_FILES back in, it is still breaking too many things.
+       * dlls/wined3d/device.c:
+       wined3d: Protect float.h inclusion.
 
-       * 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).
+       * dlls/mshtml/tests/htmldoc.c:
+       mshtml: Add trailing '\n's to ok() calls.
 
-       * files/dos_fs.c:
-       Ignore trailing spaces in DOSFS_ToDosFCBFormat.
+       * include/d3dtypes.h:
+       d3dtypes: Fix windows.h inclusion.
 
-       * dlls/winsock/socket.c:
-       Fixed small bug in WSOCK32_accept
+2006-02-13  Hans Leidekker <hans@it.vu.nl>
 
-2000-03-26  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/file.c:
+       kernel: Report a tape device as FILE_TYPE_CHAR.
 
-       * include/version.h, ANNOUNCE, ChangeLog:
-       Release 20000326.
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+       crypt32: Add a stub for CryptQueryObject.
 
-----------------------------------------------------------------
-2000-03-26  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/netapi32/access.c:
+       netapi32: Improve stub for NetUserModalsGet.
+       Tell the caller this host is not part of a domain.
 
-       * files/dos_fs.c: Stefan Leichter <sle@camline.com>
-       DOSFS_ToDosFCBFormat: fail if extension longer than 3 characters.
+2006-02-13  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * tools/cvdump/.cvsignore, tools/cvdump/Makefile.in, tools/cvdump/cvcrunch.c, tools/cvdump/cvdump.c, tools/cvdump/cvdump.h, tools/cvdump/cvinclude.h, tools/cvdump/cvload.c, Makefile.in, configure, configure.in:
-       John R. Sheets <jsheets@codeweavers.com>
-       Added cvdump tool to dump CodeView symbol information.
+       * dlls/msvideo/msvideo_main.c:
+       msvfw32: Fix typos in the control state handling.
+       Fix typos in the control state handling, add state checks for IDOK
+       and IDCANCEL control notification handlers.
 
-       * dlls/winsock/socket.c, include/server.h, server/sock.c, server/trace.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Handle POLLHUP better (delay FD_CLOSE notification until all data has
-       been read). Made WSAEnumNetworkEvents atomic. Convert socket event
-       error codes properly. Made accept()-ed sockets inherit the listening
-       socket's WSAAsyncSelect().
+2006-02-11  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/dsound/dsound_main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Fixed debug formatting.
+       * libs/wine/Makefile.in, libs/wine/config.c, libs/wine/loader.c:
+       libwine: Use dladdr if supported to get the run-time path of libwine.so
+       and define the default dll and bin directories relative to it.
 
-       * dlls/advapi32/registry.c: Fixed error checking in registry saving.
+       * configure, configure.ac, include/config.h.in:
+       configure: Added check for dladdr in libdl.
 
-       * misc/cdrom.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Use strerror in debug output.
+       * aclocal.m4, configure, configure.ac:
+       configure: Added a WINE_CHECK_LIB_FUNCS macro to check for functions
+       when linking with specific libraries.
 
-       * dlls/shell32/changenotify.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       SHChangeNotify[A|W]: free only items we allocated.
+2006-02-11  Stefan Dösinger <stefandoesinger@gmx.at>
 
-       * loader/resource.c, objects/enhmetafile.c, objects/font.c, objects/text.c, win32/console.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixes for i18n.
+       * dlls/ddraw/d3d_private.h, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c:
+       ddraw: Small function corrections.
+       The pPlaneEquation parameter of IDirect3DDevice7::SetClipPlane is not const
+       IDirect3DDevice2::NextViewport takes an IDirect3DDevice2 interface, not an
+       IDirect3DDevice3, the same for IDirect3DDevice::NextViewport.
 
-       * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now read .so list from debuggee's address space.
+       * dlls/ddraw/vertexbuffer.c:
+       ddraw: ProcessVertices correction.
+       Use the texture index to get the texcoord size from the fvf, not the
+       vertex index.
 
-       * include/windowsx.h: Francois Gouget <fgouget@psn.net>
-       Added missing macros.
+2006-02-11  Phil Krylov <phil@newstar.rinet.ru>
 
-       * include/winnt.h, include/winreg.h, server/registry.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Moved some registry definitions to winnt.h.
+       * configure, configure.ac, dlls/ntdll/tape.c:
+       ntdll: Fix tape.c compilation on Darwin.
 
-       * programs/winhelp/winhelp.spec, programs/cmdlgtst/cmdlgtst.spec, programs/notepad/notepad.spec, programs/progman/progman.spec:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added import of comdlg32.dll in spec file.
+2006-02-11  Andrey Turkin <pancha@mail.nnov.ru>
 
-       * windows/winpos.c: Gerard Patel <g.patel@wanadoo.fr>
-       Activate a hidden window only when explicitely asked by the
-       application.
+       * dlls/shell32/shlview.c:
+       shell32: IShellView list's control id should be 1, not 2000.
 
-       * debugger/Makefile.in, debugger/break.c, debugger/dbg.y, debugger/debugger.h, debugger/hash.c, debugger/info.c, debugger/module.c, debugger/msc.c, debugger/stabs.c, debugger/winedbg.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       improved exception handling
-       merged all module handling code in new module.c file
-       reenabled 'walk module' and 'info module' commands
-       added ability to drive break on thread startup
+       * dlls/commdlg/filedlgbrowser.c:
+       commdlg: IShellBrowser sets IShellView window's control id to 5002.
 
-       * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stubs for DllRegisterServer/DllUnregisterServer.
+2006-02-11  Troy Rollo <wine@troy.rollo.name>
 
-       * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed return value for SC_GET_DEV_TYPE.
+       * dlls/ntdll/cdrom.c, include/Makefile.in, include/ddk/ntddcdvd.h:
+       ntdll: Implement DVD_ReadStructure.
 
-2000-03-25  Alexandre Julliard  <julliard@winehq.com>
+2006-02-11  Thomas Kho <tkho@ucla.edu>
 
-       * server/registry.c, server/trace.c, tools/build.c, windows/cursoricon.c, windows/dce.c, windows/msgbox.c, windows/nonclient.c, windows/rect.c, windows/timer.c, windows/user.c, windows/winpos.c, windows/winproc.c, loader/pe_image.c, loader/resource.c, memory/heap.c, memory/local.c, misc/version.c, msdos/int21.c, objects/enhmetafile.c, objects/region.c, programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/winhelp.c, dlls/winmm/wineoss/audio.c, files/dos_fs.c, files/drive.c, files/file.c, files/profile.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/xfont.c, include/windef.h, dlls/comctl32/comctl32undoc.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, dlls/commdlg/colordlg.c, dlls/crtdll/crtdll_main.c, dlls/ole32/hglobalstream.c, dlls/ole32/memlockbytes.c, dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/winmm/lolvldrv.c, dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmio.c, dlls/winmm/mmsystem.c, dlls/winmm/time.c, controls/edit.c, controls/menu.c, controls/scroll.c:
-       Francois Gouget <fgouget@psn.net>
-       Use min/max instead of MIN/MAX.
+       * dlls/riched20/editor.c:
+       riched20: Fixed bounds error when finding text forward.
 
-       * server/sock.c: Ove Kaaven <ovehk@ping.uio.no>
-       Handle socket POLLERR/POLLHUP conditions properly.
-       Clear error field for OOB notifications.
+       * configure, configure.ac, dlls/riched20/Makefile.in,
+         dlls/riched20/tests/.gitignore, dlls/riched20/tests/Makefile.in,
+         dlls/riched20/tests/editor.c:
+       riched20: Added tests for EM_FINDTEXT and EM_FINDTEXTEX messages.
 
-       * controls/listbox.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Send the correct ODA_ code when deselecting an item.
+2006-02-11  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * windows/user.c, include/process.h, include/server.h, include/thread.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/process.c, server/thread.c, server/trace.c:
-       Fixed a couple of file descriptor leaks.
-       Always call USER signal proc in the right context.
-       Cleaned up THREAD_Create.
+       * dlls/shell32/shlfolder.c, dlls/shell32/tests/shlfolder.c:
+       shell32: SHELL32_GetItemAttributes()
+       - correct documentation which incorrectly claimed not to set any
+       attribute bits
+       - retrieve file attributes using SHGetPathFromIDListW() when they are
+       not already present in the internal PIDL structures
+       - add test case to show the previously wrong folder attributes when
+       using absolute PIDLs
+       - fix some memory leaks in the tests
 
-       * include/Makefile.in:
-       Do not erase local files on uninstall if install dir does not exist.
+2006-02-11  Jan Zerebecki <jan.wine@zerebecki.de>
 
-       * windows/multimon.c, windows/sysparams.c, windows/ttydrv/Makefile.in, windows/ttydrv/desktop.c, windows/ttydrv/init.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c, windows/user.c, windows/win.c, windows/x11drv/Makefile.in, windows/x11drv/init.c, windows/x11drv/monitor.c, controls/desktop.c, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv_main.c, graphics/ttydrv/dc.c, include/desktop.h, include/monitor.h, include/ttydrv.h, include/user.h, include/x11drv.h, misc/main.c, windows/dce.c:
-       Store monitor size and depth in the generic structure.
-       Merged monitor driver into USER driver.
+       * dlls/wined3d/directx.c:
+       wined3d: Make the returned driver version similar to windows.
 
-       * windows/ttydrv/Makefile.in, windows/ttydrv/main.c, windows/x11drv/Makefile.in, windows/x11drv/desktop.c, windows/x11drv/main.c, windows/x11drv/monitor.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, dlls/ddraw/ddraw_main.c, dlls/x11drv/x11drv_main.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, graphics/x11drv/oembitmap.c, graphics/x11drv/palette.c, include/x11drv.h:
-       A few simplifications and optimizations in the x11 driver.
+       * dlls/wined3d/utils.c:
+       wined3d: Extend debug_d3drenderstate with missing states.
 
-       * Make.rules.in, Makefile.in, dlls/ddraw/Makefile.in, dlls/ttydrv/Makefile.in, dlls/x11drv/Makefile.in:
-       Link ttydrv and x11drv objects into their respective dll.
+2006-02-11  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/user/Makefile.in: Added missing keyboard.spec.
+       * dlls/msvcrt/time.c:
+       msvcrt: localtime should accept any positive time value.
 
-2000-03-24  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c:
+       Handle ICM_CONFIGURE request in ICCVID and MSVIDC32 codecs.
 
-       * windows/msgbox.c, misc/comm.c, misc/printdrv.c, win32/except.c:
-       Moved FatalAppExit functions to win32/except.c.
-       Added a few uses of Callout instead of referencing USER functions
-       directly.
+       * dlls/msvideo/msvideo_main.c, dlls/msvideo/msvideo_private.h:
+       msvfw32: Call codec's Configure dialog if the codec supports it.
+       Disable data rate and key frame fields if requested.
 
-       * windows/cursoricon.c, include/bitmap.h, objects/bitmap.c:
-       Moved LoadImage and related functions to cursoricon.c.
+2006-02-11  Milko Krachounov <milko@3mhz.net>
 
-       * dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/thunk.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/keyboard.spec, dlls/user/thunk.c, dlls/user/user.spec, if1632/.cvsignore, if1632/Makefile.in, if1632/keyboard.spec, if1632/thunk.c, include/callback.h, objects/linedda.c, windows/win.c:
-       Moved gdi/user thunking functions into their respective dlls.
-       Moved keyboard.spec into user dll.
+       * programs/winecfg/Bg.rc:
+       winecfg: Update Bulgarian translation.
 
-       * configure, configure.in: Lionel Ulmer <lionel.ulmer@free.fr>
-       Disable OpenGL support if the latter is thread safe.
+2006-02-11  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * debugger/dbg.y, debugger/memory.c, dlls/crtdll/wcstring.c, dlls/ole32/clipboard.c, dlls/ole32/storage32.h, graphics/win16drv/init.c, graphics/x11drv/dib.c, scheduler/sysdeps.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
+       * dlls/wined3d/device.c:
+       wined3d: Prevent crash in setup_light.
 
-       * dlls/dinput/dinput_main.c, graphics/dispdib.c, include/animate.h, include/button.h, include/crtdll.h, include/dinput.h, include/dispdib.h, include/enhmetafile.h, include/imagelist.h, include/metafile.h, include/region.h, include/sqltypes.h, include/wine/icmpapi.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/windef16.h, include/wine/wingdi16.h, include/winpos.h:
-       Patrik Stridvall <ps@leissner.se>
-       Made the include files self sufficient.
+2006-02-11  Maarten Lankhorst <m.b.lankhorst@gmail.com>
 
-       * dlls/win32s/w32skernel.c, dlls/winmm/joystick.c, dlls/winmm/mmsystem.c, dlls/winmm/wineoss/audio.c, dlls/winsock/socket.c, dlls/winsock/wsock32.spec, misc/ddeml.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/safearray.c, dlls/oleaut32/variant.c, dlls/olepro32/olepro32stubs.c, dlls/shell32/changenotify.c, dlls/shell32/iconcache.c, dlls/shell32/shell.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/systray.c, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, dlls/version/install.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/icmp/icmp_main.c, dlls/mpr/mpr_main.c, dlls/msvideo/msvideo_main.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, dlls/ntdll/sec.c, dlls/ntdll/time.c, dlls/odbc32/proxyodbc.c, dlls/ole32/compositemoniker.c, dlls/avifil32/avifile.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/draglist.c, dlls/comctl32/flatsb.c, dlls/commdlg/finddlg32.c, dlls/ddraw/ddraw_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added/fixed some documentation reported by winapi_check.
+       * include/Makefile.in, include/dpnathlp.h:
+       include: Add dpnathlp.h header.
 
-       * relay32/kernel32.spec, scheduler/critsection.c, win32/newfns.c, windows/painting.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, graphics/painting.c, include/ddeml.h, include/wingdi.h:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues reported by winapi_check.
+2006-02-10  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * include/winnt.h, ole/ole2nls.c, dlls/ntdll/signal_i386.c, dlls/ole32/storage32.c, dlls/shell32/shlview.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some ANSI C violations.
+       * dlls/msvcrt/file.c:
+       msvcrt: In _mktemp sixth generated charater always starts with 'a'.
 
-       * programs/cmdlgtst/cmdlgtst.c, programs/notepad/Da.rc, programs/notepad/De.rc, programs/notepad/dialog.c, programs/regapi/regapi.c, programs/regtest/regtest.c, programs/view/view.c, programs/wcmd/directory.c, programs/wcmd/wcmdmain.c, programs/avitools/aviplay.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI C related compile problems.
+2006-02-10  Huw Davies <huw@codeweavers.com>
 
-       * tools/winapi_check/win32/gdi32.api, tools/winapi_check/win32/kernel32.api, tools/winapi_check/win32/ole32.api, tools/winapi_check/win32/oleaut32.api, tools/winapi_check/win32/user32.api, tools/winapi_check/win32/winmm.api, tools/winapi_check/win16/ddeml.api, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Updated API files
-       - Don't check the *.spec.c files
-       - Better parsing of strings
-       - Better documentation checking
-       - Minor bug fixes
+       * dlls/msxml3/nodemap.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Add ISupportErrorInfo for named node maps.
 
-       * dlls/dinput/dinput_main.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       - added some debug code and cleaned-up the mouse warping code
-       - be ready once mouse will be reported relatively
+2006-02-10  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/mdi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed copying of the MDI 'Windows' menu items if the items are not of
-       type MFT_STRING.
+       * dlls/mshtml/persist.c, dlls/mshtml/tests/htmldoc.c,
+         include/mshtmhst.idl:
+       mshtml: Added more defines to mshtmlhst.idl.
 
-       * controls/menu.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Set the correct value for the cch element of MENUITEMINFO in
-       GetMenuItemInfo.
+2006-02-10  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/gdi/gdi32.spec: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix spec file entries for EnumFontFamiliesEx*.
+       * dlls/ntdll/signal_i386.c:
+       ntdll: Added emulation of ATL thunks for platforms with NX support.
 
-       * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Further code simplifications and interface (consistency) improvements.
-       Fix selection of the Wine binary which was broken by a recent change.
+2006-02-10  Aric Stewart <aric@codeweavers.com>
 
-       * windows/sysparams.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added proper termination upon failure.
+       * dlls/ntdll/tests/change.c:
+       ntdll: gcc 2.95 compile fixes.
 
-       * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed basic type evaluation.
+2006-02-10  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * server/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Ensure that non-NULL terminated stings are saved correctly.
+       * dlls/kernel/tests/drive.c:
+       kernel: Fix a GetDiskFreeSpaceExA test for cd/dvd drives.
 
-       * windows/input.c: Rein Klazes <rklazes@casema.net>
-       Correct the NotifyCode in the WM_COMMAND message sent by
-       KBD_translate_accelerator().
+2006-02-10  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/winaspi/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
-       Slightly better REQUEST SENSE dumping, fixed GET_DEV_TYPE returns,
-       work around EXEC SCSI commands which do not set the host<->target data
-       flags, ignore errors on DVD REPORT KEY/DVD SEND KEY.
+       * dlls/wined3d/stateblock.c:
+       wined3d: Release the vertex declaration during stateblock cleanup.
 
-       * server/context_i386.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Changed PTRACE_PEEKUSER to PTRACE_PEEKUSR and PTRACE_POKEUSER to
-       PTRACE_POKEUSR for libc5(?) compile.
+       * dlls/wined3d/surface.c, dlls/wined3d/volume.c:
+       wined3d: Release the container during surface / volume cleanup.
 
-       * controls/combo.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Stop a WM_SETTEXT message (and friends) to a combo sending CBN_EDIT*
-       messages to the parent.
+       * dlls/d3d9/tests/shader.c, dlls/d3d9/tests/stateblock.c,
+         dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Use an invisible window for tests.
 
-       * include/winbase.h, memory/heap.c: Francois Gouget <fgouget@psn.net>
-       Added (correct) prototype for HeapWalk.
+2006-02-10  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ole32/ifs.c, include/wine/obj_base.h:
-       Francois Gouget <fgouget@psn.net>
-       - The ICOM_CMETHODxxx cause problems because the 'const' changes the
-         signature. There's no such thing on Windows anyway (it's a shame) so
-         just remove them altogether.
-       - HeapMinimize returns a void, not a 'void*'
+       * dlls/secur32/secur32.c:
+       secur32: Improve tracing.
+       Improve the tracing for functions that can be called by the app, but
+       bypass the relay code.
 
-2000-03-20  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/write_msft.c:
+       widl: Fix a typo when removing TYPEFLAG_FDUAL.
 
-       * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/desktop.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, loader/main.c, misc/main.c, objects/gdiobj.c, windows/event.c, windows/keyboard.c, windows/multimon.c, windows/ttydrv/desktop.c, windows/win.c, controls/desktop.c, dlls/dinput/dinput_main.c, dlls/display/display_main.c, dlls/mouse/mouse_main.c, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, graphics/ttydrv/init.c, graphics/x11drv/init.c, include/desktop.h, include/keyboard.h, include/message.h, include/monitor.h, include/mouse.h, include/ttydrv.h, include/user.h, include/x11drv.h:
-       Moved graphics initialisation to the x11drv/ttydrv dll init code.
-       Merged event, keyboard and mouse drivers into USER driver.
+       * dlls/oleaut32/olefont.c, dlls/oleaut32/olepicture.c,
+         dlls/shdocvw/events.c:
+       Return the correct error code from IConnectionPointContainer::FindConnectionPoint.
 
-2000-03-19  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/olepicture.c:
+       oleaut: Partially implement Invoke on the standard picture implementation.
 
-       * ole/ole2nls.c: Andrew Lewycky <andrewl@corel.com>
-       Improved CompareStringA performance.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Fix importing the IDispatch interface for TKIND_DISPATCH type infos.
+       Fix importing the IDispatch interface for TKIND_DISPATCH type infos
+       when the offset isn't specified. It should be fetched from the
+       dispatch offset stored in the header, rather than using a hack that
+       doesn't work.
 
-       * library/winestub.c: Added missing debugtools.h include.
+       * dlls/oleaut32/tests/olefont.c:
+       oleaut: Add tests for IFontEventsDisp.
 
-       * programs/winhelp/hlpfile.c, programs/winhelp/macro.c, programs/winhelp/macro.lex.l, programs/winhelp/winhelp.c, programs/clock/language.c, programs/clock/main.h, programs/cmdlgtst/cmdlgtst.c, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/search.c, programs/progman/dialog.c, programs/progman/group.c, programs/progman/main.c, programs/progman/program.c, programs/view/init.c, programs/view/view.c:
-       Niels Kristian Bech Jensen <nkbj@image.dk>
-       Fixed some compiler errors and warnings.
+       * dlls/oleaut32/olefont.c:
+       oleaut: Implement IFontEventsDisp connection point for the standard
+       font implementation.
 
-       * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
-       Temporarily implemented the LCMAP_SORTKEY flag in the LCMapStringW()
-       function pending a more complete implementation of locales.
+       * include/olectl.h:
+       include: Define DISPID_FONT_CHANGED.
 
-       * loader/module.c:
-       Hack: always try builtin module before elf or elfdll to avoid loading
-       a builtin dll .so file in the wrong mode.
+2006-02-10  Juan Lang <juan_lang@yahoo.com>
 
-       * graphics/x11drv/xfont.c, objects/font.c:
-       Moved font resource functions out of the X11 driver.
+       * dlls/crypt32/cert.c:
+       crypt32: Move break statement to the correct spot.
 
-       * tools/makedep.c:
-       Added support for source files stored in subdirectories.
+2006-02-10  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/enhmetafiledrv/init.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/x11drv.h, objects/dc.c:
-       Added GetDCOrgEx in graphics device interface and removed X11 code
-       from dc.c.
+       * dlls/mshtml/tests/htmldoc.c:
+       mshtml: Added test of IHlinkFrame service.
 
-       * dlls/winmm/mmio.c, dlls/winmm/mmsystem.spec, dlls/winmm/winemm.h, dlls/winmm/winmm.spec, include/mmsystem.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed segmented/linear buffers manipulation.
-       Better IO buffering.
-       Added some missing prototypes.
+       * dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
+       mshtml: Added nsIUploadStream implementation.
 
-       * dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
-       Francois Gouget <fgouget@psn.net>
-       Explicitly use the TVN_xxxA version of the macros.
+2006-02-09  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/commctrl.h: Francois Gouget <fgouget@psn.net>
-       - Added the TVN_xxxA macros
-       - Added missing TBNOTIFY macros and types
-       - Added SNDMSG
+       * programs/regsvr32/Makefile.in, programs/regsvr32/regsvr32.c:
+       regsvr32: Call OleInitialize before registering a DLL.
 
-       * include/winuser.h: Francois Gouget <fgouget@psn.net>
-       Added WM_APP.
+2006-02-09  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/client.c, scheduler/critsection.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/keyboard.c, graphics/x11drv/graphics.c, graphics/x11drv/palette.c, include/x11drv.h, library/winestub.c, loader/ne/segment.c, memory/virtual.c, misc/main.c, misc/printdrv.c, misc/registry.c, misc/xmalloc.c, objects/palette.c, graphics/win16drv/init.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/dib.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Removed most calls to xmalloc/xrealloc.
+       * programs/Makefile.in, programs/make_progs:
+       programs: Don't install winetest.
 
-       * include/windef.h: Francois Gouget <fgouget@psn.net>
-       - Added missing definition for GLOBALHANDLE and LOCALHANDLE
-       - Fixed the prototype of WNDENUMPROC
+2006-02-09  Jeremy White <jwhite@codeweavers.com>
 
-       * include/ddeml.h: Francois Gouget <fgouget@psn.net>
-       Added some missing defines.
+       * dlls/kernel/change.c, dlls/kernel/tests/change.c:
+       kernel: Fixed build with gcc 2.95.
 
-       * windows/dialog.c: Andrew Lewycky <andrewl@corel.com>
-       Propagate IsDialogMessage to the parent if the dialog has the
-       DS_CONTROL flag.
+2006-02-09  Mike McCormack <mike@codeweavers.com>
 
-       * memory/string.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added an exception frame for lstrcpy16.
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Fix the compile for missing EV_SYN define.
 
-       * loader/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now attaching imported DLLs of a winelib executable.
+2006-02-09  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * include/wine/obj_inplace.h: Marcus Meissner <marcus@jet.franken.de>
-       IOleItemContainer has OLEGUID(0x11c), not 0x11a.
+       * dlls/gdi/pen.c:
+       gdi: Show hatch brush FIXME only once.
 
-       * dlls/ole32/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed memory corruption with CoTaskMemRealloc.
+2006-02-09  Jacek Caban <jacek@codeweavers.com>
 
-       * tools/genpatch: Steven Elliott <elliotsl@mindspring.com>
-       Made various changes to tools/genpatch including suggestions from Ove
-       Kaaven (Place added files last in the patch.  Add a switch that
-       specifies modified files.)
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c, dlls/mshtml/nsio.c,
+         dlls/mshtml/persist.c:
+       mshtml: Get rid of HTMLDocument_OnLoad and move its job to AsyncOpen.
 
-       * include/tchar.h, include/winnt.h: Francois Gouget <fgouget@psn.net>
-       Moved the definition of PTSTR and LPTSTR from tchar.h to winnt.h.
+       * dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
+       mshtml: Added wrapper of nsIChannel.
 
-       * include/windows.h: Francois Gouget <fgouget@psn.net>
-       Should include 'winspool.h'.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsiface.idl,
+         dlls/mshtml/nsio.c:
+       mshtml: Added wrapper of nsIURI interface.
 
-       * tools/wrc/parser.h, tools/wrc/parser.l:
-       Francois Gouget <fgouget@psn.net>
-       - An extern statement finishes with the first closing '}' or the first
-         outer ';'
-       - Handle '#error', '#line' and '#pragma' even when in the 'pp_strips',
-         'pp_stripe', 'pp_stripp' or 'pp_false' contexts (just like '#if' and
-         co).  But still don't issue an error if '#error' is found when in the
-         'pp_false' state.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Better ns*String handling.
 
-       * tools/wrc/parser.y: Francois Gouget <fgouget@psn.net>
-       Make the first comma in the control's definition optional.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl, dlls/mshtml/nsio.c:
+       mshtml: Added wrapper of nsIOService.
 
-       * dlls/ole32/datacache.c: Andrew Lewycky <andrewl@corel.com>
-       Support loading any presentation aspect.
+2006-02-09  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winaspi/aspi.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Avoid a link error from another DLL on FreeBSD.
+       * dlls/ntdll/loader.c:
+       ntdll: Better handling of errors when loading a builtin dll from an
+       existing file.
 
-       * dlls/winmm/joystick.c, dlls/winmm/joystick/joystick.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed joystick ID/deviceID/driver handle/instance ID mixup.
+2006-02-09  James Hawkins <truiken@gmail.com>
 
-       * graphics/x11drv/dib.c: Andrew Lewycky <andrewl@corel.com>
-       Delete the shm segment as soon as wine and X have attached it.
+       * dlls/setupapi/query.c:
+       setupapi: Error out if ReturnBuffer is NULL but ReturnBufferSize is not 0.
 
-       * dlls/winsock/socket.c: Lars Heete <hel@admin.de>
-       Corrected handling of proto==NULL in WINSOCK_getservbyname and
-       WINSOCK_getservbyport.
+       * dlls/setupapi/query.c:
+       setupapi: Convert InfSpec to unicode if SearchControl is not
+       INFINFO_INF_SPEC_IS_HINF.
 
-       * windows/event.c, include/main.h, loader/main.c, misc/main.c, miscemu/main.c, objects/gdiobj.c, relay32/.cvsignore, relay32/Makefile.in, relay32/gdi32.spec, relay32/user32.spec, configure.in, dlls/Makefile.in, dlls/gdi/.cvsignore, dlls/gdi/Makefile.in, dlls/gdi/gdi.spec, dlls/gdi/gdi32.spec, dlls/gdi/gdi_main.c, dlls/ttydrv/.cvsignore, dlls/ttydrv/Makefile.in, dlls/ttydrv/ttydrv.spec, dlls/ttydrv/ttydrv_main.c, dlls/user/.cvsignore, dlls/user/Makefile.in, dlls/user/user.spec, dlls/user/user32.spec, dlls/user/user_main.c, dlls/x11drv/.cvsignore, dlls/x11drv/Makefile.in, dlls/x11drv/x11drv.spec, dlls/x11drv/x11drv_main.c, if1632/.cvsignore, if1632/Makefile.in, if1632/gdi.spec, if1632/user.spec, Make.rules.in, configure:
-       Created separate dlls for user,gdi,ttydrv,x11drv.
-       Fixed Winelib argc handling (thanks to Eric Pouech).
+2006-02-09  Robert Shearman <rob@codeweavers.com>
 
-2000-03-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c:
+       oleaut: Make TLB_ReadTypeLib not rely on the signature of executables or dlls.
+       Try loading the dll first and then fall back to the regular file case.
+       Only call SearchPath for the regular file case since LoadLibraryEx
+       will do this for us and it previously excluded builtin dlls and
+       executables from having their type libraries opened.
 
-       * graphics/psdrv/escape.c, include/dinput.h, include/keyboard.h, include/ttydrv.h, include/tweak.h, include/user.h, include/x11drv.h, loader/main.c, misc/tweak.c, ole/ole2nls.c, scheduler/synchro.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/x11drv/init.c, windows/x11drv/main.c:
-       Misc small cleanups.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Move the call to SearchPath inside of TLB_ReadTypeLib.
 
-       * windows/spy.c, windows/sysparams.c, graphics/x11drv/bitblt.c, loader/dos/dosvm.c, misc/Makefile.in, misc/main.c, misc/spy.c, objects/Makefile.in, objects/clipping.c, objects/cursoricon.c, objects/region.c, objects/text.c, windows/Makefile.in, windows/cursoricon.c, windows/message.c:
-       Avoid calling the *Rect USER functions from inside GDI.
-       Moved a few USER functions to a more appropriate location.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Revert incorrect patch changing the order of parameters passed
+       into DispCallFunc. A test with native indeed shows that the parameter
+       index increases from the leftmost parameter to the rightmost.
 
-       * loader/main.c, misc/Makefile.in, misc/main.c, misc/options.c, misc/registry.c, misc/version.c, miscemu/main.c, windows/x11drv/main.c, windows/x11drv/monitor.c, dlls/ddraw/ddraw_main.c, documentation/wine.man.in, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/main.h, include/options.h, include/shell.h, wine.ini:
-       Moved command-line option handling out of the X11 driver.
-       Added support for "--" prefix on options.
-       Replaced a few X11 command-line options by wine.conf parameters.
+       * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h,
+         tools/widl/write_msft.c:
+       widl: Write out more TYPEFLAGs and add more type library-specific
+       attributes to the parser.
 
-2000-03-17  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/write_msft.c:
+       widl: Write out TYPEFLAG_FDUAL, TYPEFLAG_FDISPATCHABLE and
+       TYPEFLAG_FOLEAUTOMATION typelib flags.
 
-       * graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/vga.c, relay32/Makefile.in, relay32/ddraw.spec, relay32/dinput.spec, windows/Makefile.in, windows/dinput.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/ddraw/.cvsignore, dlls/ddraw/Makefile.in, dlls/ddraw/d3d_private.h, dlls/ddraw/d3dcommon.c, dlls/ddraw/d3ddevices.c, dlls/ddraw/d3dexecutebuffer.c, dlls/ddraw/d3dlight.c, dlls/ddraw/d3dmaterial.c, dlls/ddraw/d3dtexture.c, dlls/ddraw/d3dviewport.c, dlls/ddraw/ddraw.spec, dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h, dlls/dinput/.cvsignore, dlls/dinput/Makefile.in, dlls/dinput/dinput.spec, dlls/dinput/dinput_main.c:
-       Made ddraw and dinput separate dlls.
+2006-02-09  Juan Lang <juan_lang@yahoo.com>
 
-       * server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, include/thread.h, include/winbase.h, include/windef.h, loader/module.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c:
-       Have threads and processes exit more cleanly whenever possible.
+       * dlls/crypt32/cert.c:
+       crypt32: Fix up decoding.
+       - don't use the no copy flag when decoding, the lifetime of the buffer
+       to decode isn't guaranteed
+       - remove some extraneous ternary comparisons
+       - fix a comment
 
-       * relay32/builtin32.c:
-       Include space for resources in the module header instead of doing a
-       separate allocation.
+       * dlls/crypt32/encode.c:
+       crypt32: Fix a fixme, and remove an old comment.
 
-       * Make.rules.in, Makefile.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, misc/network.c:
-       Made MPR a separate dll.
+2006-02-09  Aric Stewart <aric@codeweavers.com>
 
-       * dlls/ole32/stg_bigblockfile.c, dlls/ole32/storage32.h:
-       Andrew Lewycky <andrewl@corel.com>
-       Rewrite the BIGBLOCKFILE implementation for better performance.
+       * dlls/advapi32/registry.c:
+       advapi32: Fix for RegNotifyChangeKeyValue.
+       Flip fAsync and fWatchSubTree into their proper places.
 
-       * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Further simplify the code and remove some redundant code.
-       Make the user interface more consistent and appealing.
+2006-02-09  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * dlls/ole32/defaulthandler.c: Andrew Lewycky <andrewl@corel.com>
-       Avoid a refcount leak in QueryInterface when delegating.
-       And a couple of minor bugs.
+       * dlls/ntdll/tape.c:
+       ntdll: Take into account that FreeBSD and others have MTSETBSIZ
+       instead of MTSETBLK.
 
-2000-03-15  Alexandre Julliard  <julliard@winehq.com>
+2006-02-09  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/dbgmain.c, debugger/debug.l, debugger/debugger.h, debugger/display.c, debugger/expr.c, debugger/hash.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Introduced DBG_VALUE struct to manipulate debugger/debuggee address space.
-       Added watch (hardware assisted debugging) and whatis (type of expr) commands.
-       Fixed some issues in local vars handling (stabs parsing & registers optimization).
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update Swiss French keyboard layout to better match the X11 one.
 
-       * graphics/x11drv/graphics.c, graphics/x11drv/text.c:
-       Karl Lessard <karll@corel.ca>
-       Update DIB sections in text output and for graphics primitives.
+2006-02-09  Robert Reif <reif@earthlink.net>
 
-       * windows/dce.c, windows/x11drv/event.c:
-       Michael Abd-El-Malek (on behalf of Corel)
-       When we were switching to another desktop, the popup windows lost
-       their WS_VISIBLE flag.
+       * dlls/dsound/tests/duplex.c:
+       dsound: Fix duplex test.
 
-       * server/context_i386.c:
-       Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
-       Fixed context flags handling (thanks to Eric Pouech).
+2006-02-09  Christoph Frick <frick@sc-networks.de>
 
-       * server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
-       Avoid SIGSTOP/SIGCONT race when ptrace is disabled.
+       * dlls/dinput/joystick_linuxinput.c:
+       dinput: Dynamic handling of buttons of a device.
 
-       * server/debugger.c: Fixed bug in generate_startup_debug_events().
+       * dlls/wined3d/utils.c:
+       wined3d: Support for WINED3DFMT_A8B8G8R8.
 
-       * programs/Makefile.in, programs/winemine/.cvsignore, programs/winemine/Makefile.in, programs/winemine/README, programs/winemine/dialog.c, programs/winemine/dialog.h, programs/winemine/main.c, programs/winemine/main.h, programs/winemine/resource.h, programs/winemine/rsrc.rc, programs/winemine/winemine.spec, configure, configure.in:
-       Joshua Thielen <fozey@netzero.com>
-       Added winemine app.
+       * dlls/wined3d/device.c:
+       wined3d: Better warn/fixme for query handling.
 
-       * tools/bug_report.pl: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Improved the visual appearence of the user interface. Made the code
-       somewhat simpler.
+2006-02-09  Hans Leidekker <hans@it.vu.nl>
 
-2000-03-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mapi32/sendmail.c:
+       mapi32: Prevent freeing non-allocated memory.
 
-       * dlls/crtdll/crtdll_main.c, dlls/crtdll/crtdll.spec:
-       Waldek Hebisch <hebisch@math.uni.wroc.pl>
-       Implemented _read and _lseek.
+2006-02-08  Francois Gouget <fgouget@free.fr>
 
-       * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
-       Correct conversion of level parameter if WINSOCK_setsockopt is called
-       for option WS_SO_DONTLINGER.
+       * include/winuser.h:
+       winuser.h: Add missing *LayeredWindow*() prototypes.
 
-       * objects/gdiobj.c: Rein Klazes <rklazes@casema.net>
-       Correct rounding of the result in MulDiv16().
+2006-02-08  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winaspi/aspi.c, dlls/winaspi/winescsi.h:
-       Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed FreeBSD compilation.
+       * include/wine/server_protocol.h, server/process.c, server/protocol.def,
+         server/trace.c:
+       server: Remove the no longer needed exe_file parameter in the
+       init_process_done request.
 
-       * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dplayx/name_server.c, dlls/dplayx/name_server.h, documentation/status/directplay:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Make registry usage a little more correct and modern
-       - Create home for all dplay name server functionality
-       - Add the framework for EnumSessions
-       - Documentation update
+       * dlls/kernel/process.c, dlls/ntdll/loader.c, include/winternl.h:
+       ntdll: Get rid of the main_file argument in LdrInitializeThunk.
 
-       * dlls/advapi32/security.c, dlls/avifil32/avifile.c, include/debugdefs.h:
-       Dimitrie Paun <dimi@bigfoot.com>
-       Cleaned up debug channels a bit.
+       * dlls/kernel/process.c:
+       kernel: Use a standard LoadLibrary call to load the main exe.
 
-       * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Implemented stretched blts for depth 24 (unoptimized).
+       * dlls/ntdll/loader.c:
+       ntdll: Check for existing modref for the main exe before creating it
+       in LdrInitializeThunk.
 
-2000-03-10  Alexandre Julliard  <julliard@winehq.com>
+       * server/process.c:
+       server: Allow the main exe to be registered as a normal dll before
+       init_process_done is called.
 
-       * debugger/winedbg.c: Fixed OUTPUT_DEBUG_STRING pointer handling.
+       * server/change.c:
+       server: Fixed handling of inotify record length.
 
-       * include/process.h, memory/virtual.c, scheduler/process.c:
-       Removed PROCESS_IsCurrent().
+2006-02-08  Michael Stefaniuc <mstefani@redhat.de>
 
-       * include/server.h, scheduler/debugger.c, server/context_i386.c, server/debugger.c, server/file.c, server/main.c, server/object.h, server/process.c, server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/except.c, dlls/ntdll/exception.c:
-       Added specific routines for OUTPUT_DEBUG_STRING and EXCEPTION debug events.
-       Generate a breakpoint event on process attach.
-       Misc cleanups in request handling.
+       * dlls/msvcrt/undname.c:
+       msvcrt: __unDNameEx is not a stub.
 
-2000-03-09  Alexandre Julliard  <julliard@winehq.com>
+2006-02-08  Jacek Caban <jacek@codeweavers.com>
 
-       * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/debugger.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now relying on exception codes to know when debugger is entered for a
-       single step trap.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/navigate.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       shdocvw: Added IHlinkFrame stub implementation.
 
-       * debugger/winedbg.c, miscemu/main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added proc to start debugging process from its command line (by launching it).
+       * dlls/shdocvw/shdocvw_main.c:
+       shdocvw: Includes clean up.
 
-       * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Cleanup.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/misc.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/webbrowser.c:
+       shdocvw: Remove IQuickActivate interface implementation that is not
+       implemented in Windows as well.
 
-       * graphics/psdrv/afm.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add Black as a valid font weight.
-       Cope with afm files that do not contain {Family|Full}Name entries.
+       * include/urlmon.idl:
+       urlmon.idl: Added BINDINFOF declaration.
 
-       * dlls/winaspi/winaspi32.c: David Elliott <dfe@netnitco.net>
-       - Got rid of PROFILE functions.
-       - Use functionality of aspi.c.
-       - Automagically read /proc/scsi/scsi (part of aspi.c which is already
-         in tree).
+2006-02-08  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * graphics/x11drv/dib.c: Jim Aston <jima@corel.ca>
-       Handle 24 bit DIBs <-> 24 bit deep/24 bits per pixel XImages.
+       * dlls/wineps/pen.c, dlls/x11drv/pen.c:
+       Pens created without PS_GEOMETRIC style but with width > 1 unit are
+       scalable.
 
-       * programs/view/globals.h: Mike Castle <dalgoda@ix.netcom.net>
-       Added resource.h include.
+       * dlls/gdi/path.c:
+       gdi: Remove StrokePath workaround for a DC transformation change bug.
 
-       * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
-       IsRectEmpty also returns true for negative width/heights (verified
-       against Windows), found by Brad Oliver <bradman@pobox.com>.
+2006-02-08  Huw Davies <huw@codeweavers.com>
 
-       * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
-       Take type from referenced variant for VT_BYREF && VT_VARIANT.
+       * dlls/wineps/escape.c:
+       wineps: Don't display the MFCOMMENT escape.
 
-       * relay32/builtin32.c, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, server/debugger.c, server/object.h, server/process.c, server/process.h, server/ptrace.c, server/request.c, server/request.h, server/thread.c, server/trace.c, include/elfdll.h, include/module.h, include/pe_image.h, include/process.h, include/server.h, loader/elf.c, loader/elfdll.c, loader/module.c, loader/pe_image.c:
-       Store the list of loaded dlls in the server, and generate debug events
-       internally.
+2006-02-07  Francois Gouget <fgouget@free.fr>
 
-2000-03-08  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/tape.c:
+       ntdll: Fix typo in HAVE_STRUCT_MTGET_MT_GSTAT ifdef.
 
-       * server/thread.c, server/trace.c, tools/make_requests, include/server.h, scheduler/client.c:
-       Added server protocol version check.
+       * dlls/shell32/shellole.c:
+       shell32: Update DllGetClassObject documentation.
 
-       * include/aspi.h, include/winaspi.h, include/wnaspi32.h, msdos/Makefile.in, msdos/dosaspi.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winaspi/.cvsignore, dlls/winaspi/Makefile.in, dlls/winaspi/aspi.c, dlls/winaspi/winaspi16.c, dlls/winaspi/winaspi32.c, dlls/winaspi/winescsi.h, dlls/winaspi/wnaspi32.spec:
-       David Elliott <dfe@netnitco.net>
-       - Slightly reworked include files (less messy, more straightforward).
-       - Moved DOS ASPI functionality to msdos/dosaspi.c.
-       - Got rid using PROFILE to get SCSI info from wine.conf.
-       - Read scsi info from /proc/scsi/scsi.
-       - Added setting of a reasonable timeout when opening a SCSI device (5
-         minutes, defined in winescsi.h).
-       - ExecScsiCommand now ALWAYS posts, even on error (which is the correct
-         behavior).
+       * include/textserv.h:
+       textserv.h: Add missing CreateTextServices() prototype.
 
-       * dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/rsrc.rc, dlls/shell32/shell32_Sk.rc, dlls/shell32/shres.rc, documentation/wine.man.in, include/options.h, misc/main.c, resources/sysres_Sk.rc, resources/user32.rc:
-       Simen Zamecnik <simen@nextra.sk>
-       Added Slovak language support.
+       * dlls/ntdll/virtual.c:
+       ntdll: Protect sys/stat.h inclusion.
 
-       * dlls/shell32/shell32_Ja.rc, dlls/shell32/shres.rc, include/options.h, misc/main.c, resources/.cvsignore, resources/sysres_Ja.rc, resources/user32.rc, dlls/commdlg/cdlg_Ja.rc, dlls/commdlg/rsrc.rc:
-       Junichi Kuchinishi <jkuchi@mahoroba.ne.jp>
-       Added some Japanese resources.
+       * tools/winapi/win32.api:
+       winapi: Update win32.api to match the current sources.
 
-       * dlls/ole32/Makefile.in, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/ole2impl.c, dlls/ole32/ole2stubs.c, dlls/ole32/olestd.h, dlls/ole32/storage32.c, include/ole2.h, include/winerror.h:
-       Abey George <abey@macadamian.com>
-       Implemented OLE clipboard functionality for Embed Source format.
-       It helps you cut and paste data with Embed Source format between
-       applications.  It also implements OleCreateFromData and
-       OleQueryCreateFromData and fixes some bugs in datacache.c.
+2006-02-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * loader/module.c: Ulrich Czekalla <ulrichc@corel.ca>
-       wm->modname might be invalid at the end of FreeLibrary.
+       * tools/wine.inf:
+       wine.inf: Add a default handler for https to the registry.
 
-       * loader/ne/module.c, misc/debugstr.c, misc/error.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/focus.c, windows/input.c, windows/user.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, controls/edit.c, controls/menu.c, debugger/stack.c, dlls/comctl32/commctrl.c, dlls/winsock/async.c, dlls/winsock/socket.c, include/dce.h, include/menu.h, include/message.h, include/nonclient.h, include/queue.h, include/stackframe.h, include/struct32.h, include/thread.h, include/win.h, include/winbase.h, include/wine/winuser16.h, include/winpos.h, loader/module.c, controls/button.c:
-       Patrik Stridvall <ps@leissner.se>
-       Removed a lot of unnecessary includes and fixed the compile errors.
+       * dlls/kernel/locale.c:
+       kernel32: Implement EnumUILanguages.
 
-       * dlls/ole32/moniker.c, dlls/ole32/storage32.c, include/ole2.h, include/shell.h, memory/global.c, misc/registry.c, misc/wsprintf.c, server/registry.c, server/request.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some warnings.
+       * dlls/x11drv/dib_convert.c:
+       x11drv: Copy the whole image at once if appropriate.
 
-       * dlls/oleaut32/variant.c: Lawson Whitney <lawson_whitney@juno.com>
-       Corrected value for DAYS_IN_ONE_YEAR.
+2006-02-07  Fatih Aşıcı <fasici@linux-sevenler.org>
 
-       * dlls/crtdll/crtdll_main.c:
-       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
-       Cleaned up CRTDLL__unlink.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Fix Turkish keyboard layouts.
 
-       * controls/static.c: Ulrich Czekalla <ulrichc@corel.ca>
-       The static control only needs to invalidate its rect when we SetText.
+2006-02-07  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winuser.h, misc/spy.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added a few messages for IME.
+       * dlls/ntdll/loader.c:
+       ntdll: Support loading a builtin dll by specifying an explicit path to
+       the .so file.
 
-       * 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/memory.c, debugger/registers.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c, debugger/winedbg.c, include/debugdefs.h, include/debugger.h, miscemu/main.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer directly accessing debuggee memory.
-       Execution context (mode, steps...) are now linked to a thread.
-       Removed some X11 crst hacks.
-       Rewrote info/walk commands.
-       Removed direct debugger invocation code (and moved the rest to the new
-       winedbg.c file).
+2006-02-07  Mike McCormack <mike@codeweavers.com>
 
-       * scheduler/debugger.c, scheduler/process.c, server/process.c, server/trace.c, win32/except.c, win32/newfns.c, include/ntddk.h, include/server.h, include/winbase.h, loader/module.c, dlls/ntdll/exception.c:
-       Removed PDB32_DEBUGGED flag and send all debug events unconditionally.
-       Implemented IsDebuggerPresent().
+       * programs/notepad/En.rc, programs/notepad/License_En.c,
+         programs/notepad/Makefile.in, programs/notepad/dialog.c,
+         programs/notepad/license.c, programs/notepad/license.h,
+         programs/notepad/notepad_res.h:
+       notepad: Move license text to resources.
 
-       * server/debugger.c, server/object.h, server/process.c, server/process.h, server/thread.c, server/thread.h, server/trace.c, include/process.h, include/server.h, scheduler/client.c, scheduler/debugger.c, scheduler/process.c, scheduler/thread.c:
-       Generate CREATE_PROCESS/THREAD debug events internally in the server.
+2006-02-07  Sergei Butakov <butsergej@yandex.ru>
 
-2000-03-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/time.c:
+       ntdll: Added Urals time.
 
-       * scheduler/critsection.c, scheduler/thread.c, win32/Makefile.in, win32/thread.c, include/thread.h, include/winbase.h:
-       Better implementation of inline functions SetLastError and
-       GetCurrentThreadId.  Added asm inlines for Interlocked* functions.
+2006-02-07  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/ntdll/signal_i386.c, include/ntddk.h, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec:
-       Added DbgBreakPoint. Fixed exception record contents on SIGTRAP.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Added CopyRects method (based on a patch by Oliver Stieber).
 
-       * loader/ne/module.c, loader/ne/segment.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Fixed second instance DGROUP loading.
+       * dlls/d3d8/device.c:
+       d3d8: fbconfig fix.
+       Right now the ActiveRender code in D3D8 requests a GLX_DEPTH_SIZE of
+       32 in case the direct3d color format also has a depth of 32. As
+       verified on various linux drivers (Ati fglrx, Ati (dri) and Nvidia)
+       the color depth needs to be 24. This patch sets the depth to 24 and it
+       fixes bugs in 3dmark2001 and other programs.
 
-       * include/winuser.h, misc/main.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implement SPI_GETICONMETRICS.
-       Change WARN -> FIXME for unimplemented SPI_s and set appropriate error.
+2006-02-07  Mike McCormack <mike@codeweavers.com>
 
-       * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
-       Actual write the cached struct in GlobalMemoryStatus.
+       * dlls/kernel/tests/change.c:
+       kernel32: More test cases for ReadDirectoryChangesW.
 
-       * documentation/fonts, graphics/x11drv/xfont.c:
-       Rein Klazes <rklazes@casema.net>
-       Include in the AddFontResourceA/W fixme message a pointer to the fonts
-       document. In this document tell the user how to find the needed tools.
+       * dlls/kernel/change.c, dlls/ntdll/directory.c,
+         include/wine/server_protocol.h, server/change.c, server/protocol.def,
+         server/trace.c:
+       kernel32: ReadDirectoryChangesW fixes.
+       ReadDirectoryChangesW remembers whether it's recording changes or not.
+       Don't initialize overlapped->InternalHigh.
+       The hEvent is cleared when ReadDirectoryChanges is called.
+
+2006-02-07  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/ole32/rpc.c,
+         dlls/winecrt0/stub.c, dlls/winmm/driver.c, dlls/winmm/lolvldrv.c:
+       Include wine/port.h in files that use exceptions.
+
+2006-02-07  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Fix circular reference count in Typelib marshaler.
+       The current method of handling typelib-marshaled interfaces that derive
+       from IDispatch is to query for an IDispatch pointer from the proxy, but
+       this causes a circular reference count.
+       Fix the reference counting by loading using the IRpcProxyBuffer of
+       IDispatch without an outer unknown, so that the lifetime is controlled
+       by the typelib-marshaled interface's proxy. The IDispatch proxy now
+       shares the same channel as the typelib-marshaled interface, so fix up
+       the stub side to handle this.
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Handle VT_INT in serialize_param and deserialize_param.
+
+       * dlls/oleaut32/tmarshal.c:
+       oleaut32: Release interfaces when told to.
+       Make the VT_DISPATCH and VT_UNKNOWN cases of serialize_param match the
+       TKIND_INTERFACE case below by releasing their respective interfaces as
+       necessary.
 
-       * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
-       Add a message and fix error code if __ws_getservbyname() and
-       __ws_getservbyport() cannot find the requested service.
-       Fix WINSOCK_setsockopt() when called with optval pointing to 16 bit int.
+       * dlls/ole32/compobj.c:
+       ole32: Print an error message if the apartment isn't initialised in
+       CoCreateInstance.
 
-       * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Check for existence if MMIO_EXIST is passed to MMIO_Open.
+       * tools/widl/write_msft.c:
+       widl: Fix some warnings caused by making attributes const.
 
-       * dlls/ole32/filemoniker.c: Jeff Tranter <jefft@corel.ca>
-       The pathname was stored in a string of size 100, which was not always
-       large enough. It should be set to MAX_PATH (255).
+       * dlls/msi/sql.y:
+       msi: Fix bison warnings by providing precedence rules for expressions
+       and by removing a redundant expression case.
 
-       * loader/task.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Several fixes to MakeProcInstance.
+       * dlls/rpcrt4/cproxy.c:
+       rpcrt4: Don't call IUnknown_AddRef if there is no outer unknown in
+       StdProxy_Construct as it will just crash anyway.
 
-2000-03-05  Alexandre Julliard  <julliard@winehq.com>
+2006-02-07  James Hawkins <truiken@gmail.com>
 
-       * dlls/winmm/Makefile.in, dlls/winsock/Makefile.in, dlls/ole32/Makefile.in, dlls/oleaut32/Makefile.in, dlls/olecli/Makefile.in, dlls/olesvr/Makefile.in, dlls/rasapi32/Makefile.in, dlls/shell32/Makefile.in, dlls/version/Makefile.in, dlls/win32s/Makefile.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/commdlg/Makefile.in, dlls/dplayx/Makefile.in, dlls/lzexpand/Makefile.in, dlls/msvideo/Makefile.in, dlls/Makedll.rules.in:
-       Added support for creating extra symlinks for .so files that contain
-       multiple dlls.
+       * dlls/setupapi/query.c, dlls/setupapi/stubs.c,
+         dlls/setupapi/tests/query.c:
+       setupapi: Add an initial implementation of SetupGetInfInformation.
 
-2000-03-04  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/setupapi/Makefile.in, dlls/setupapi/query.c, dlls/setupapi/stubs.c:
+       setupapi: Implement SetupQueryInfFileInformation.
 
-       * */Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, dlls/.cvsignore, dlls/Makedll.rules.in:
-       Moved dll-specific make rules to a separate Makedll.rules file.
+2006-02-07  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/registry.c: Fixed error checking in registry saving.
+       * dlls/setupapi/dirid.c, dlls/setupapi/parser.c, dlls/setupapi/queue.c,
+         dlls/setupapi/setupapi_private.h:
+       setupapi: Store the full name to the INF file in the inf_file structure
+       (based on a patch by James Hawkins).
 
-       * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
-       WSACleanup should set last error to WSANOTINITIALISED if failing
-       because Winsock was not initialized...
+       * tools/widl/parser.y:
+       widl: Remove '\n' from yyerror calls.
 
-       * dlls/ole32/compobj.c, include/ole.h, include/wine/obj_base.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       CoLoadLibrary gets UNICODE, not ASCII strings. (spotted by Lawson
-       Whitney), removed the dllName component of the openDlls.  Added some
-       debugstr_guid().
+2006-02-07  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/ntdll/nt.c: Dan Scott <dan.scott@home.com>
-       Fixed typos in _alldiv() and _allmul().
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+         tools/widl/widltypes.h:
+       widl: Make 'attrs' field of type_t const.
 
-       * configure.in, configure: Marcus Meissner <marcus@jet.franken.de>
-       Added message for missing xpm devel libs for debian/corel.
+       * tools/widl/parser.y, tools/widl/widltypes.h, tools/widl/write_msft.c:
+       widl: Remove unused 'rname' field of type_t.
 
-       * dlls/ole32/ole2.c: Pierre Mageau <pierre@macadamian.com>
-       OleRegGetUserType did query wrong registry key.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Merge marshall_arguments and unmarshall_arguments into one
+       function to remove the large amount of duplicated code.
 
-       * memory/global.c: Marcus Meissner <marcus@jet.franken.de>
-       Some applications call GlobalMemoryStatus() very often. Cache the
-       results of the call for 1 second (spotted by Corel).
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
+         tools/widl/proxy.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Yet more const attributes.
 
-       * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
-       GetClipboardData16 might return an invalid global handle (spotted by
-       Corel).
+       * tools/widl/header.c, tools/widl/widltypes.h:
+       widl: More const attributes.
 
-       * objects/enhmetafile.c: Lilia Roumiantseva
-       cbCountSizeOfEnhMetafile callback function instead of increasing a
-       contents of the pointer to the size increased the pointer itself.
+2006-02-07  Eric Kohl <eric.kohl@t-online.de>
 
-       * documentation/psdriver: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix docs to reflect change to .winerc processing.
+       * tools/widl/typegen.c:
+       widl: Fix proc format string for explicit binding handles.
 
-       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of config.cache problems.
+2006-02-07  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/trackbar.c: Vahid Pourlotfali
-       Trackbar contol did not have proper position value in case of
-       SB_THUMBTRACK notification message: it was always sending 0.
+       * tools/widl/typegen.c:
+       widl: Write out the correct FC type if the structure has pointers.
 
-       Jim Aston <jima@corel.ca>
-       Made the slider control a rect.  It had been trying to draw a notched
-       slider, but the result didn't look right.
+       * tools/widl/typegen.c:
+       widl: Split pointer writing into a separate function.
 
-       * dlls/winsock/socket.c: Rein Klazes <rklazes@casema.net>
-       Made WINSOCK_setsockopt handle option SO_DONTLINGER correctly.
+       * tools/widl/parser.y:
+       widl: Fix pointer detection for structures with embedded arrays.
+       Pointers have priority over every other type, so move the detection to
+       the top of get_struct_type.
+       Fall through from the embedded array detection to the embedded
+       structure handling code so that conformance, variance and pointer
+       presence is inherited from the array's base type.
 
-       * objects/cursoricon.c: Serge Ivanov <sergei@corel.ca>
-       CURSORICON_IconToCursor: inconsistent Lock/Unlock
+       * tools/widl/typegen.c:
+       widl: Increment the type format string when writing the pointer
+       layouts.
+       Write out pointer layouts for structures.
 
-       * files/profile.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       PROFILE_GetString: only accept NULL for keyname to return the list of
-       keys as Win95 does.
+       * tools/widl/widltypes.h:
+       widl: Make all pointer fields of expr_t structure constant.
 
-       * graphics/x11drv/dib.c: Joerg Mayer <jmayer@telesun2.telemation.de>
-       Fix a sign bug where memcpy was called with negative length.
+2006-02-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-2000-02-29  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c:
+       Clearly indicate that ICCVID and MSVIDC32 do not support compression.
 
-       * files/profile.c: Make profile key a global handle.
+       * dlls/msvideo/msvideo_main.c:
+       msvideo: Add a codec to the compressors list only if it supports
+       specified input format.
+       Return a compressor handle in COMPVARS structure.
 
-       * dlls/win32s/.cvsignore, dlls/win32s/Makefile.in, dlls/win32s/w32skernel.c, dlls/win32s/w32skrnl.c, Make.rules.in, dlls/Makefile.in:
-       Renamed libwin32s to use the proper dll name (libw32skrnl).
+2006-02-07  Michael Stefaniuc <mstefani@redhat.de>
 
-       * windows/x11drv/keyboard.c, windows/x11drv/wnd.c, dlls/comctl32/monthcal.c, dlls/comctl32/toolbar.c, dlls/imm32/imm.c, dlls/msacm32/driver.c, dlls/msvideo/msvideo_main.c, dlls/shell32/iconcache.c, msdos/int21.c, windows/x11drv/clipboard.c:
-       Niels Kristian Bech Jensen <nkbj@image.dk>
-       Removed superfluous #include statements for header files included twice.
+       * dlls/msvcrt/undname.c:
+       msvcrt: Handle data types B,R,S in C++ symbol demangling.
 
-       * dlls/comctl32/updown.c: Serge Ivanov <sergei@corel.ca>
-       Make updown control work. UpDown control always sends WM_*SCROLL
-       message and uses SB_THUMBPOSITION code (not SB_LINE[UP|DOWN]).
+2006-02-07  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/comctl32/header.c: Pascal Lessard <pascal@macadamian.com>
-       Implemented the behavior of sending WM_CONTEXTMENU when receiving a
-       WM_RBUTTONUP.
+       * dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Add a test for IDirect3DVertexDeclaration9_GetDeclaration.
 
-       * dlls/ole32/storage32.c: Murali Pattathe
+       * dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Reorganise the vertexdeclaration tests.
+       - Split the test for getting and setting vertexdeclaration into one
+       for creating the declaration and one for the actual getting and
+       setting.
+       - Add traces for when creating the device or vertexdeclaration fails.
 
-       This is the patch for the OleConvertOLESTREAMToIStorage wine API.
-       This API calls another function called OLECONVERT_LoadOLE10 which
-       basically read the OLE stream from the file through the callback
-       function (this is passed by the application).
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Always return the number of elements in the vertex
+       declaration in IWineD3DVertexDeclarationImpl_GetDeclaration9.
 
-       The reading format was wrong. Still I am not very sure this is 100 %
-       correct format. I did some reverse engineering and found the format. I
-       have tried with different OLE object and its worked in paradox. I
-       haven't tested with any other apps.
+       * dlls/wined3d/device.c:
+       wined3d: Don't set the container to the device for standalone surfaces.
 
-       * dlls/oleaut32/Makefile.in, dlls/oleaut32/oleaut32.spec, dlls/oleaut32/stubs.c, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
-       Patrik Stridvall <ps@leissner.se>
-       Moved some stubs and added forwards in order to make both winapi_check
-       and checklink happy.
+       * dlls/d3d9/volume.c, dlls/wined3d/volume.c:
+       wined3d/d3d9: Cleanup GetContainer for volumes.
 
-       * tools/winapi_check/*:
-       Patrik Stridvall <ps@leissner.se>
-       Moved the rest of the API specification from the global file to the
-       local files.
+       * dlls/d3d9/surface.c, dlls/wined3d/surface.c:
+       wined3d/d3d9: Cleanup GetContainer for surfaces.
 
-2000-02-27  Alexandre Julliard  <julliard@winehq.com>
+2006-02-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * ANNOUNCE, ChangeLog, include/version.h: Release 20000227.
+       * dlls/quartz/regsvr.c:
+       quartz: Register some of the interfaces.
 
-----------------------------------------------------------------
-2000-02-27  Alexandre Julliard  <julliard@winehq.com>
-
-       * 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.
+2006-02-06  Robert Millan <rmh@aybabtu.com>
 
-       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-26  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/winbase.h, include/winnt.h, memory/string.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Fixed definition of the RtlMemory functions. Use macros internally and
-       for Winelib, use real functions for exports from ntdll.
-
-       * include/ole2.h: Juergen Schmied <juergen.schmied@debitel.net>
-       Prototypes OleInitialize, OleUninitialize.
-
-       * dlls/commdlg/filedlg95.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       ArrangeCtrlPositions: fix for user-defined template with no stc32.
-
-       * controls/menu.c, include/menu.h, windows/message.c:
-       Ulrich Czekalla <ulrichc@corel.com>
-       Send WM_HELP message when F1 is pressed.
-
-       * controls/listbox.c: Yuxi Zhang <yuxi@corel.ca>
-       In the listbox, when the last item is selected and deleted, it still
-       appeared in the window.
-
-       Sheri Steeves <sheri@macadamian.com>
-       In LISTBOX_UpdateScroll(), if the listbox did not have the WS_SCROLL
-       style it would just return.  This left the horizontal scroll bar
-       uninitialized and it was appearing at the bottom of the listbox when
-       it did not have to.
-
-       Serge Ivanov <sergei@corel.com>
-       LISTBOX_SetColumnWidth adds extra 2 pixels to the passed column width
-       (it says it is for column margins). Obviously it is wrong, because
-       margins must be internal.
-
-       * dlls/ole32/Makefile.in, dlls/ole32/errorinfo.c, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c:
-       ErrorInfo functions need to be in ole32, not oleaut32.
-
-       * dlls/crtdll/wcstring.c: More portable CRTDLL_iswctype.
-
-       * dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shlwapi.spec, dlls/shell32/shv_bg_cmenu.c, dlls/shell32/shv_item_cmenu.c, dlls/shell32/pidl.h, dlls/shell32/shlfileop.c, dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Moved file functions to shlfileop.c
-       New SHELL_DeleteDirectoryA
-       Use shell notifications.
-       Enabled file manipulation functions.
-
-       * dlls/shell32/folders.c, dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Fix for OpenIcon.
-
-       * dlls/shell32/shell32.spec, dlls/shell32/shellpath.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Stub PathIsDirectory.
+       * configure, configure.ac, dlls/ntdll/file.c, include/config.h.in,
+         libs/port/fstatvfs.c, libs/port/statvfs.c, tools/winapi/winapi_check:
+       configure: For sys/mount.h, sys/statfs.h and sys/vfs.h, always include
+       them if present.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Fixes for ShellExecuteEx.
+2006-02-06  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/shell32_main.h, include/wine/undocshell.h, dlls/shell32/changenotify.c, dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Basic implementation of shell notifications.
+       * dlls/Makefile.in, dlls/win32s/.gitignore, dlls/win32s/Makefile.in:
+       w32skrnl: No need for an import library.
 
-       * documentation/shell32: Juergen Schmied <juergen.schmied@debitel.net>
-       Updated.
+       * dlls/Makefile.in, dlls/rsabase/.gitignore, dlls/rsabase/Makefile.in:
+       rsabase: No need for an import library.
 
-       * include/wine/obj_contextmenu.h, include/wine/obj_extracticon.h, include/wine/obj_shellfolder.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added Winelib types.
+2006-02-06  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * dlls/shell32/shres.rc: Juergen Schmied <juergen.schmied@debitel.net>
-       Added icon no 4 (open folder).
+       * configure, configure.ac, dlls/ntdll/tape.c, include/config.h.in:
+       ntdll: Use struct mtget.mt_blkno on those systems providing that (and
+       avoid using struct mtpos which may not be present on such systems).
 
-       * dlls/ole32/ole32.spec, dlls/oleaut32/Makefile.in, dlls/oleaut32/errorinfo.c, dlls/oleaut32/oleaut32.spec, include/oleauto.h:
-       Patrik Stridvall <ps@leissner.se>
-       Added stubs for {Create,Get,Set}ErrorInfo.
+2006-02-06  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/ole32/ole2stubs.c: Abey George <abey@macadamian.com>
-       Return an error instead of a success code in OleCreate stub function.
+       * dlls/wininet/tests/internet.c:
+       wininet: Fix InternetQueryOption test to pass under Windows.
 
-       * dlls/comctl32/tab.c, include/tab.h: Don Kelly
-       In Windows Property Sheet can have any mix of icon-less tabs and tabs
-       with icons.  Adds a check to see if the icon we're adding is non-NULL
-       (otherwise random junk from memory can be rendered) when the application
-       has specified the PSP_USEICONID flag is set.  Changes to the Tab control
-       to only render icons for tabs that have the TCIF_IMAGE flag set
-       (previously, if the flag was set the entire image list of icons was
-       rendered).
+2006-02-06  Phil Lodwick <Phil.Lodwick@EFI.COM>
 
-       Stephane Lussier <stephane@macadamian.com>
-       Fixes for some tab control bugs
+       * dlls/winsock/tests/sock.c:
+       winsock/tests: select() conformance test improvements.
+       Add OK tests around more function calls.
+       Add two more todo_wine tests that fail.
 
-       Henning Hoffmann
-       Fixed some width problem with OWNERDRAW tab.
+2006-02-06  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       Luc Tourangeau <luc@macadamian.com>
-       TCM_ADJUSTRECT is now returning consistant compare to Windows.
+       * dlls/comctl32/tests/.gitignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/monthcal.c:
+       comctl32: Add month calendar tests.
 
-       Serge Ivanov <sergei@corel.ca>
-       Fixed problem with tab selection. When you select tab it becames first
-       visible tab. Now leftmost visible tab is calculated properly.
-       - Added code for correct handling of updown control.
-       - Forced recalculation of tabs' coordinates when:
-       a) all items are deleted,
-       b) window style is canged
+2006-02-06  Francois Gouget <fgouget@free.fr>
 
-       * include/commctrl.h: Ian Schmidt <ischmidt@cfl.rr.com>
-       Added necessary defines and structures to compile WineLib apps using
-       MFC 6.0 headers.
-       Fixed typo in TCM_SETMINTABWIDTH constant.
+       * dlls/comctl32/progress.c, dlls/crypt32/tests/str.c,
+         dlls/oleaut32/variant.h, dlls/user/tests/menu.c:
+       Assorted spelling fixes.
 
-       * controls/button.c: Bill Jin <billj@corel.ca>
-       Bitmap buttons were not refreshed correctly.
+       * dlls/secur32/tests/main.c, dlls/winspool/tests/info.c:
+       Add trailing '\n's to ok() and trace() calls.
 
-       * dlls/comctl32/propsheet.c: Jim Aston <jima@corel.ca>
-       This reverts Matts patch.  The messaging needs double checking.
+       * dlls/security/security.spec:
+       security: Fix the UnsealMessage() forward.
 
-       * windows/message.c, windows/winproc.c, memory/selector.c, misc/w32scomb.c, msdos/dpmi.c, relay32/relay386.c, scheduler/sysdeps.c, scheduler/syslevel.c, tools/build.c, win32/kernel32.c, controls/edit.c, controls/listbox.c, debugger/registers.c, dlls/ntdll/signal_i386.c, if1632/snoop.c, if1632/thunk.c, include/selectors.h, include/thread.h, include/winnt.h, loader/main.c:
-       Improved the selector get/set functions.
-       Support ANSI-compatible inline asm (with the help of Patrik Stridvall).
+2006-02-06  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * dlls/winmm/joystick/Makefile.in, dlls/winmm/mcianim/Makefile.in, dlls/winmm/mciavi/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, include/acconfig.h, include/config.h.in, dlls/Makefile.in, dlls/avifil32/Makefile.in, dlls/comctl32/Makefile.in, dlls/commdlg/Makefile.in, dlls/msvideo/Makefile.in, dlls/oleaut32/Makefile.in, dlls/shell32/Makefile.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, Make.rules.in, Makefile.in:
-       Made winmm a separate shared library.
+       * dlls/wined3d/device.c, dlls/wined3d/directx.c, dlls/wined3d/surface.c:
+       wined3d: Texture fixes.
+       Set video memory capabilities, add some checks to SetTexture and
+       update some comments.
 
-       * scheduler/process.c, tools/bin2res.c, include/wine/windef16.h, loader/ne/resource.c, misc/registry.c, objects/dib.c, ole/ole2nls.c, programs/clock/winclock.c, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, graphics/x11drv/dib.c, if1632/builtin.c, include/dplobby.h, include/wingdi.h, dlls/dplayx/dplobby.c, dlls/icmp/icmp_main.c, dlls/ntdll/reg.c, dlls/odbc32/proxyodbc.c, dlls/oleaut32/typelib.c, dlls/commdlg/filedlg95.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI C violations.
+2006-02-06  Huw Davies <huw@codeweavers.com>
 
-       * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
-       Fixed Solaris specific compiler issue.
+       * dlls/oleaut32/tests/typelib.c, dlls/oleaut32/typelib.c:
+       oleaut32: Fixes and tests for CreateDispTypeInfo.
+       CreateDispTypeInfo returns the typeinfo of a coclass which implements
+       the described interface.
 
-       * files/dos_fs.c, win32/init.c: Patrik Stridvall <ps@leissner.se>
-       Fixed some debug message crashes.
+2006-02-06  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - implement EnumObjects and GetProperty for Mouse and Joystick drivers
-       - implement SetDataFormat for the Mouse driver
+       * dlls/wininet/tests/.gitignore, dlls/wininet/tests/Makefile.in,
+         dlls/wininet/tests/internet.c:
+       wininet: Add tests for InternetQueryOption.
 
-       * dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/Makefile.in, dlls/winmm/joystick/joystick.c, dlls/winmm/joystick/joystick.spec, include/debugdefs.h, include/message.h, include/mmddk.h, windows/message.c, Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/joystick.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved hardware related handling to dlls/winmm/joystick driver.
-       Got rid of joySendMessages() hack (now implementation with a timer).
+2006-02-06  Hans Leidekker <hans@it.vu.nl>
 
-2000-02-25  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mapi32/Makefile.in, dlls/mapi32/mapi32.spec,
+         dlls/mapi32/mapi32_main.c, dlls/mapi32/sendmail.c, include/mapi.h,
+         include/mapicode.h:
+       mapi32: Implementation for MAPISendMail.
+       Implement MAPISendMail, stub MAPILogoff and make the stubs for
+       MAPIInitialize, MAPILogon{,Ex} and MAPILogoff return success.
 
-       * misc/debugstr.c:
-       Release unused space in debug strings to avoid too frequent
-       wrap-arounds in the circular buffer.
+2006-02-06  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/oleaut32/Makefile.in: Added import of olepro32.
+       * programs/wcmd/batch.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
+       wcmd: CALL should search the current PATH.
 
-       * winedefault.reg: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added OLE entries and comments.
+2006-02-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * ole/nls/jpn.nls: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Japanese support implemented.
+       * dlls/advpack/tests/files.c, dlls/cabinet/tests/extract.c,
+         dlls/comctl32/tests/comboex.c, dlls/gdi/region.c,
+         dlls/mshtml/nsembed.c, dlls/msvcrt/tests/cpp.c,
+         dlls/msvcrt/tests/dir.c, dlls/msvcrt/tests/string.c,
+         dlls/msvcrtd/debug.c, dlls/ntdll/loader.c, dlls/ntdll/tests/time.c,
+         dlls/odbc32/proxyodbc.c, dlls/quartz/tests/memallocator.c,
+         dlls/shdocvw/tests/shortcut.c, dlls/shlwapi/ordinal.c,
+         dlls/shlwapi/stopwatch.c, dlls/user/tests/menu.c,
+         dlls/user/tests/text.c, dlls/wininet/tests/http.c,
+         include/msvcrt/crtdbg.h, loader/kthread.c, loader/preloader.c,
+         programs/notepad/main.c:
+       Fixes for missing prototypes warnings.
 
-       * ole/ole2nls.c: Steven Elliott <elliotsl@mindspring.com>
-       Stubbed out the implementation of LCMAP_SORTKEY in LCMapStringW() in
-       order to allow Windows 9x Perl to start.
+       * include/winbase.h, libs/unicode/cptable.c, tools/wmc/mcy.y:
+       A few fixes for pointer qualifiers (const, volatile) warnings.
 
-       * dlls/winspool/info.c: Ulrich Czekalla <ulrichc@corel.ca>
-       This patch initializes the return buffer used in GetPrinterDriverA to
-       zeros. This prevents buffer overruns caused by accessing garbage data.
-       Some improvements to the NULL check patch.
+2006-02-06  Fatih Aşıcı <fasici@linux-sevenler.org>
 
-       Gautam Jain
-       EnumPrinters is not returning the number of printers found in case the
-       parameter dwLevel is 1.
+       * programs/winhelp/Tr.rc, programs/winhelp/rsrc.rc:
+       winhelp: Turkish translation.
 
-       * dlls/ntdll/reg.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Do not overwrite the valid ObjectAttributes->RootDirectory.
-       Perform case insensitive comparison for the registry paths.
+       * programs/winemine/Tr.rc, programs/winemine/rsrc.rc:
+       winemine: Turkish translation.
 
-       * include/ntddk.h: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Added prototypes for registry functions.
+       * programs/winefile/Tr.rc, programs/winefile/rsrc.rc:
+       winefile: Turkish translation.
 
-       * include/winbase.h, include/winnls.h:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Move definition of CPINFO structure from winbase.h to winnls.h
-       Add definition of CPINFOEX structure to winnls.h
+       * programs/wineconsole/wineconsole_Tr.rc,
+         programs/wineconsole/wineconsole_res.rc:
+       wineconsole: Turkish translation.
 
-       * include/crtdll.h: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Add prototype for CRTDLL_wcstol.
+       * programs/winecfg/Tr.rc, programs/winecfg/winecfg.rc:
+       winecfg: Turkish translation.
 
-       * dlls/comctl32/toolbar.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fix for toolbar button size.
+       * programs/wcmd/Tr.rc, programs/wcmd/wcmdrc.rc:
+       wcmd: Turkish translation.
 
-       * misc/lstr.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Fixed CharNextA/CharNextExA for DBCS.
+       * programs/view/Tr.rc, programs/view/viewrc.rc:
+       view: Turkish translation.
 
-       * windows/multimon.c, windows/x11drv/monitor.c, include/debugger.h, misc/comm.c, ole/ole2nls.c, relay32/snoop.c, tools/build.c, debugger/msc.c, debugger/stabs.c, dlls/comctl32/draglist.c, graphics/ddraw.c:
-       James Abbatiello <abbeyj@WPI.EDU>
-       Misc. fixes for compiler warnings.
+       * programs/uninstaller/Tr.rc, programs/uninstaller/rsrc.rc:
+       uninstaller: Turkish translation.
 
-       * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, include/ole2.h, include/wine/obj_base.h, include/winerror.h:
-       Pierre Mageau <pierre@macadamian.com>
-       Implementation of OleConvert routines.
+       * programs/taskmgr/Tr.rc, programs/taskmgr/taskmgr.rc:
+       taskmgr: Turkish translation.
 
-       Thuy Nguyen <thuy@macadamian.com>
-       Don't allow to resize stream open in read only mode
-       Allow write access for stream/storage open with STGM_READWRITE.
-       StgOpenStorage return values are now more detailed.
-       Don't rely on STGM_CREATE flag in the Storage constructor.
-       Preventing to write out of date property.
+       * programs/start/Tr.rc, programs/start/rsrc.rc:
+       start: Turkish translation.
 
-       Owen Wang <owenw@corel.ca>
-       Allow both positive & negative 32-bit integers as with MFC assumption.
-       This patch improves the 32bit limit on IStream::*_Seek operations.
+       * programs/regedit/Tr.rc, programs/regedit/rsrc.rc:
+       regedit: Turkish translation.
 
-       John Li <johnl@corel.ca>
-       When WP opens a linked file, the malloc function in
-       OLECONVERT_LoadOLE10(...) returns a NULL. This causes a later Wine
-       crash. The actual problem is the function reading a large data length.
+       * programs/progman/Tr.rc, programs/progman/rsrc.rc:
+       progman: Turkish translation.
 
-       * dlls/version/info.c: Patrik Stridvall <ps@leissner.se>
-       Made some local functions static.
+       * programs/notepad/Tr.rc, programs/notepad/rsrc.rc:
+       notepad: Turkish translation.
 
-       * dlls/oleaut32/oleaut32.spec, server/context_i386.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
+       * programs/cmdlgtst/Tr.rc, programs/cmdlgtst/cmdlgr.rc:
+       cmdlgtst: Turkish translation.
 
-       * tools/winapi_check/*:
-       Patrik Stridvall <ps@leissner.se>
-       Moved some of the API specification from the global file to the local
-       files.
+       * programs/clock/Tr.rc, programs/clock/rsrc.rc:
+       clock: Turkish translation.
 
-       * dlls/mouse/mouse_main.c, include/mouse.h, include/ttydrv.h, include/x11drv.h, windows/ttydrv/mouse.c, windows/x11drv/mouse.c:
-       James Abbatiello <abbeyj@WPI.EDU>
-       Better thread safety for WarpPointer hack.
+       * dlls/wldap32/wldap32.rc, dlls/wldap32/wldap32_Tr.rc:
+       wldap32: Turkish translation.
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added AddAccessAllowedAce.
+       * dlls/winspool/Tr.rc, dlls/winspool/winspool.rc:
+       winspool: Turkish translation.
 
-       * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
-       Some more ListView_ macros, winelib fixes.
+       * dlls/winmm/winmm_Tr.rc, dlls/winmm/winmm_res.rc:
+       winmm: Turkish translation.
 
-       * objects/cursoricon.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Fixed allocation of 16x16 icons.
+       * dlls/wininet/rsrc.rc, dlls/wininet/wininet_Tr.rc:
+       wininet: Turkish translation.
 
-       * dlls/commdlg/filedlg95.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       For unicode: give the selected filename back.
+       * dlls/wineps/rsrc.rc, dlls/wineps/wps_Tr.rc:
+       wineps: Turkish translation.
 
-       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
-       Check for Xpm headers and add /usr/local/lib to /etc/ld.so.conf if
-       necessary.
+       * dlls/user/resources/user32.rc, dlls/user/resources/user32_Tr.rc:
+       user: Turkish translation.
 
-       * windows/painting.c: Serge Ivanov <sergei@corel.ca>
-       We don't need to call LPtoDP in here as far as PatBlt does it internally.
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Tr.rc:
+       shlwapi: Turkish translation.
 
-       * dlls/comctl32/propsheet.c: Serge Ivanov <sergei@corel.ca>
-       In Windows, if PropertySheet can't create some page it just skips it. This
-       patch adds similar behaviour to Wine. It also adds some NULL checks.
+       * dlls/shell32/shell32_Tr.rc, dlls/shell32/shres.rc:
+       shell32: Turkish translation.
 
-       <yuxi@corel.com>
-       Fix property sheet initialization bugs.
+       * dlls/shdocvw/Tr.rc, dlls/shdocvw/shdocvw.rc:
+       shdocvw: Turkish translation.
 
-       Matthew Robertson
-       The template was calling GetActiveIndex which was not being set in the
-       propsheet code, and the call was moved before we call SetActive -
-       because that's where we query for the Active Index.
+       * dlls/setupapi/Tr.rc, dlls/setupapi/setupapi.rc:
+       setupapi: Turkish translation.
 
-       Noomen Hamza
-       Resize property sheet to the largest dialog size.
+       * dlls/serialui/Tr.rc, dlls/serialui/serialui_rc.rc:
+       serialui: Turkish translation.
 
-       Don Kelly
-       In the WM_INITDIALOG handler for the prop sheet, there is a call to
-       PROPSHEET_IsTooSmall() which, if it returns TRUE, calls
-       PROPSHEET_AdjustSize().  Contrary to its comment, .._AdjustSize() actually
-       aligns the sizes of the "largest" prop. sheet dialog template and the tab
-       control.  The IsTooSmall() call doesn't properly catch this mismatch.
-       Modified the function to return TRUE if the sizes mismatch and renamed it to
-       PROPSHEET_SizeMismatch() to reflect its proper use.
+       * dlls/oledlg/oledlg_Tr.rc, dlls/oledlg/rsrc.rc:
+       oledlg: Turkish translation.
 
-       * dlls/shell32/shlwapi.spec: Marcus Meissner <marcus@jet.franken.de>
-       We define PathISURLA, so use it.
+       * dlls/oleaut32/oleaut32.rc, dlls/oleaut32/oleaut32_Tr.rc:
+       oleaut32: Turkish translation.
 
-       * dlls/comctl32/imagelist.c: Serge Ivanov <sergei@corel.ca>
-       In function IMAGELIST_InternalDrawMask we have to mask out overlay mask in
-       fStyle. Otherwise comparison fStyle == ILD_NORMAL will not work, which leads
-       to improper display of overlay images.
+       * dlls/msvideo/msvfw32_Tr.rc, dlls/msvideo/rsrc.rc:
+       msvideo: Turkish translation.
 
-       * windows/win.c:
-       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
-       ATOMs are considered unique, so we don't need to check class
-       pointers in FindWindow.
+       * dlls/msvidc32/msvidc32_Tr.rc, dlls/msvidc32/rsrc.rc:
+       msvidc32: Turkish translation.
 
-       * objects/region.c: Serge Ivanov <sergei@corel.com>
-       Not all region functions updated 'type' field to reflect current
-       region state.
+       * dlls/msrle32/msrle_Tr.rc, dlls/msrle32/rsrc.rc:
+       msrle32: Turkish translation.
 
-       * programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
-       Eric Williams <ewill@ncal.verio.com>
-       Minor fixups and tweaking, and a dummy hook.
+       * dlls/msi/msi.rc, dlls/msi/msi_Tr.rc:
+       msi: Turkish translation.
 
-       * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Fixed handling of filedlg flags.
+       * dlls/mshtml/Tr.rc, dlls/mshtml/rsrc.rc:
+       mshtml: Turkish translation.
 
-2000-02-20  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msacm/msacm.rc, dlls/msacm/msacm_Tr.rc:
+       msacm: Turkish translation.
 
-       * scheduler/process.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added FIXME comment for entry point parameter.
+       * dlls/mpr/mpr.rc, dlls/mpr/mpr_Tr.rc:
+       mpr: Turkish translation.
 
-       * dlls/ole32/moniker.c, dlls/ole32/ole32.spec:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - stub for OLE32.MkParseDisplayName
-       - spelling fixes
+       * dlls/iccvid/iccvid_Tr.rc, dlls/iccvid/rsrc.rc:
+       iccvid: Turkish translation.
 
-       * windows/dialog.c, windows/win.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - fixed my slightly incorrect EndDialog patch
-       - cleaned up win.c
+       * dlls/hhctrl.ocx/Tr.rc, dlls/hhctrl.ocx/hhctrl.rc:
+       hhctrl.ocx: Turkish translation.
 
-       * windows/x11drv/wnd.c, dlls/comctl32/tab.c, windows/winproc.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Spelling fixes.
+       * dlls/commdlg/cdlg_Tr.rc, dlls/commdlg/rsrc.rc:
+       commdlg: Turkish translation.
 
-       * dlls/dsound/dsound_main.c: Marcus Meissner <marcus@jet.franken.de>
-       Made the buffer list in the directsound object thread-safe.
+       * dlls/comctl32/comctl_Tr.rc, dlls/comctl32/rsrc.rc:
+       comctl32: Turkish translation.
 
-       * loader/module.c, loader/ne/module.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       It seems to be GetModuleFileName16 that checks exe version on whether
-       to return long or short paths, not GetModuleFileNameA.
+       * dlls/avifil32/avifile_Tr.rc, dlls/avifil32/rsrc.rc:
+       avifil32: Turkish translation.
 
-       * dlls/commdlg/filedlg.c: Gerard Patel <g.patel@wanadoo.fr>
-       Avoid too much refreshing when changing the drive in the 16 bits file
-       dialog.
+2006-02-06  Mike McCormack <mike@codeweavers.com>
 
-       * files/dos_fs.c: Petr Tomasek <tomasek@etf.cuni.cz>
-       GetLongPathName rewrite.
+       * dlls/ntdll/tests/change.c:
+       ntdll: Add some more tests for NtNotifyChangeDirectoryFile.
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/filetitle.c:
-       Corel merge:
+       * dlls/kernel/change.c, dlls/ntdll/directory.c,
+         include/wine/server_protocol.h, server/change.c, server/protocol.def,
+         server/request.h, server/trace.c:
+       server: Fill in NtNotifyChangeDirectoryFile's buffer with change data.
 
-       Pierre Mageau
-       Don't update the combo box selection when closing the dialog only when
-       clicking on OK button.  Adjust file dialog size when help button isn't
-       present.
+2006-02-06  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       Don Kelly.
-       Fixes problems with open dialog box filters.
+       * dlls/kernel/tests/.gitignore, dlls/kernel/tests/Makefile.in,
+         dlls/kernel/tests/volume.c:
+       kernel: Added a test for QueryDosDeviceA.
 
-       Ulrich Czekalla
-       Prevents the help button from displaying on OpenFile dialogs unless
-       the proper flag is set in the OPENFILENAME struct.
+2006-02-06  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       Yuxi Zhang
-       Fixed memory leak.
+       * programs/clock/No.rc, programs/progman/No.rc, programs/winecfg/No.rc,
+         programs/winefile/No.rc:
+       Norwegian Bokmål updates.
 
-       Jean-Claude Batista
-       Add tooltips to the file Dialog toolbar.
+2006-02-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       Sylvain Bouchard, Bill Jin
-       Three new functions
-       EnumSelectedPidls, GetNumSelected, FILEDLG95_OnOpenUsingView: corrections
-       Instead of passing in a copy of ofn, passing in the pointer of ofn.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll: Implemented IOCTL for char transmission: IMMEDIATE_CHAR.
 
-       David Golding
-       A "!" was missing in a check against lpstrInitialDir.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll: Implemented COMM IOCTL for modem status: GET_MODEMSTATUS.
 
-       Rick Mutzke
-       Fixed crash: if dialog has no filetypes appearing in the dropdown list.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll: Implemented IOCTL for serial: SET_WAIT_MASK, GET_WAIT_MASK.
 
-       Matt Robertson, Ulrich Czekalla
-       Fixed problems occurring with selection of files inside openfiledlg.
+       * dlls/kernel/comm.c, dlls/ntdll/serial.c:
+       ntdll: Implemented IOCTL purge for serial objects.
 
-       * dlls/commdlg/filedlg.c: Juergen Schmied <juergen.schmied@debitel.net>
-       - activated use of templates
-       - moved the creating of new folders to the shellview
+2006-02-06  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Started with shell-clipboard handling (context menu cut&paste,
-       drag&drop).
+       * dlls/wined3d/basetexture.c, dlls/wined3d/cubetexture.c,
+         dlls/wined3d/device.c, dlls/wined3d/directx.c,
+         dlls/wined3d/indexbuffer.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/query.c, dlls/wined3d/resource.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/surface.c,
+         dlls/wined3d/swapchain.c, dlls/wined3d/texture.c,
+         dlls/wined3d/vertexbuffer.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/volume.c,
+         dlls/wined3d/volumetexture.c:
+       wined3d: Update the QueryInterface functions of IWineD3DBase subclasses.
 
-       * dlls/shell32/dataobject.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Removed ItemIDListList, reorganisation, more formats.
+       * dlls/wined3d/stateblock.c:
+       wined3d: Update refcounts when storing references in IWineD3DStateBlockImpl_Capture.
+       Move TRACEs to the top of their code blocks.
 
-       * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@debitel.net>
-       - implemented rename, copy and delete file
-       - "new file" is activating label edit for rename
-       - implemented IShellView_SelectItem
+       * dlls/wined3d/device.c:
+       wined3d: Release the correct vertexdeclaration in
+       IWineD3DDeviceImpl_SetVertexDeclaration.
 
-       * dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Better context menus.
+       * dlls/wined3d/device.c:
+       wined3d: Also update reference counts when we're recording a stateblock.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/clipboard.c, dlls/shell32/contmenu.c, dlls/shell32/shv_item_cmenu.c, include/wine/obj_contextmenu.h, include/wine/obj_shellview.h, include/wine/undocshell.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - new files related to context menu and drag drop file operations
-       - render functions for clipboardformats
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c, dlls/wined3d/volume.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       wined3d: Fix SetContainer.
+       Add/Release references to the container.
+       Change the type of the container from IUnknown to IWineD3DBase.
 
-       * dlls/shell32/shell.c, dlls/shell32/shellpath.c: Stephane Lussier
-       Implemented PathIsURLA and modified ShellExecute16 to be able to load URL
+       * dlls/wined3d/drawprim.c:
+       wined3d: Downgrade a FIXME to a TRACE.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/changenotify.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Started implementation of shell notifications.
+2006-02-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shlfileop.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       New file (SHFileOperation).
+       * dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c,
+         programs/winedbg/debugger.h, programs/winedbg/memory.c,
+         programs/winedbg/stack.c, programs/winedbg/symbol.c:
+       winedbg: Added support for function parameters passed in registers.
+       Added correct stabs parsing for function parameters in registers.
+       Added a couple of helper functions to make code smaller and more
+       readable.
 
-       * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Fixes.
+       * dlls/kernel/atom.c, dlls/kernel/tests/atom.c, dlls/ntdll/tests/atom.c:
+       kernel: Fixed regression in atom handling.
+       Added proper tests (local & global functions).
 
-       * dlls/shell32/shellfolder.h, dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - new internal interface for item manipulation (cut/paste/new folder/delete/rename)
-       - implemented IPersistFolder2 interface
+2006-02-06  Kevin Koltzau <kevin@plop.org>
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       New aPidl handling functions.
+       * dlls/riched20/editor.c:
+       riched20: Don't use EM_STREAMIN for paste.
 
-       * misc/main.c: Avoid crash on usage message.
+2006-02-06  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/advapi32/registry.c: Avoid crash on NULL data pointer.
+       * dlls/commdlg/fontdlg.c:
+       commdlg: Add font sizes 6 and 7 to font select dialog.
 
-       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added stub for RtlAssert().
+2006-02-06  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * windows/x11drv/keyboard.c:
-       Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       Added Japanese jp106 and pc98x1 keyboard layout.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resources.
 
-       * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Got rid of PROFILE_ functions, now accessing Wine config options
-       through the registry.
+2006-02-06  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       While creating the wine config key, make sure that only Wine's subkeys
-       are volatile.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * graphics/psdrv/driver.c: Marcus Meissner <marcus@jet.franken.de>
-       Check for NULL ptr in PSDRV_GetDeviceCapabilities.
+2006-02-05  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Added a bit magic to CONSOLE_get_input so we don't get single Escapes
-       from function key escape sequences.
+       * configure, configure.ac, dlls/ntdll/tape.c, include/config.h.in:
+       ntdll: Use struct mtget.mt_blksiz on systems featuring this.
+       Work around using struct mtget.mt_gstat on systems lacking this.
 
-2000-02-19  Alexandre Julliard  <julliard@winehq.com>
+2006-02-05  Robert Millan <rmh@aybabtu.com>
 
-       * memory/atom.c: Bug fix for native USER.
+       * configure, configure.ac, dlls/kernel/heap.c, dlls/ntdll/directory.c,
+         dlls/ntdll/file.c, dlls/ntdll/signal_i386.c, dlls/winsock/socket.c,
+         libs/wine/ldt.c, libs/wine/mmap.c, server/context_i386.c:
+       Enable for GNU/kFreeBSD the same kernel-specific interface/parameter
+       that is used with FreeBSD.
 
-       * loader/loadorder.c, wine.ini:
-       Hard-coded DllPairs configuration; there is no need for the user to
-       change it.
+2006-02-05  Kevin Koltzau <kevin@plop.org>
 
-       * graphics/psdrv/afm.c, graphics/x11drv/xfont.c, include/console.h, include/main.h, include/options.h, misc/main.c, misc/version.c, windows/x11drv/main.c, windows/x11drv/wnd.c, console/interface.c, documentation/wine.man.in, files/profile.c:
-       Store config file contents in the registry so we only have to load it
-       once per session.
-       Replaced PROFILE_EnumerateWineIniSection by PROFILE_EnumWineIniString.
-       Removed a few unnecessary/unused command-line options.
+       * dlls/riched20/editstr.h, dlls/riched20/writer.c:
+       riched20: Separate stream state from editor state.
+       Somewhat improves thread safety.
 
-2000-02-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/riched20/editor.h, dlls/riched20/writer.c:
+       riched20: Add method to stream data based on a range.
 
-       * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, scheduler/process.c, server/process.c, server/process.h, server/trace.c, include/process.h, include/server.h:
-       Store the handle of the process exe file in the server.
-       Removed PROCESS_Initial().
+       * dlls/riched20/editor.c:
+       riched20: Don't use EM_STREAMOUT for copy/cut.
 
-       * dlls/oleaut32/variant.c: Owen Wang <owenw@corel.com>
-       Set the type of VarBstrFromDate to dwFlags, instead of lcid.
+2006-02-05  Alexandre Julliard <julliard@winehq.org>
 
-       Ulrich Czekalla  <ulrichc@corel.ca>
-       Fixed the problem with the date being off by one.
+       * dlls/kernel/process.c, include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/trace.c:
+       server: Remove no longer used create_flags from get_startup_info request.
 
-       Petar Djukic
-       VariantCopy was ignoring VT_DISPATCH,VT_UNKNOWN, and VT_VARIANT. Same
-       with VariantClear.
-       Coerce function doesn't implement coercion for VT_DISPATCH type.
+       * dlls/kernel/kernel_main.c, dlls/kernel/process.c:
+       kernel: Use a magic ConsoleHandle value instead of create flag to pass
+       the CREATE_NEW_CONSOLE flag to the child.
 
-       * if1632/gdi.spec, if1632/kernel.spec, if1632/user.spec:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added/corrected ordinals of kernel, gdi, user.
+       * dlls/kernel/kernel_main.c, dlls/kernel/process.c:
+       kernel: Set the console flag in the parent for CREATE_NEW_PROCESS_GROUP.
 
-       * include/win.h, windows/win.c: Noomen Hamza <noomen@macadamian.com>
-       Popup windows will be hidden when minimizing the main frame.
+       * server/change.c:
+       server: Fixed compile without inotify.
 
-       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
-       Alexandre Julliard <julliard@codeweavers.com> (for Corel)
-       Changed the loading of typelib files to use a memory mapping instead
-       of reading the file bit by bit.
+2006-02-05  YunSong Hwang <hys545@dreamwiz.com>
 
-       * files/drive.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       DRIVE_FindDriveRoot() always checked from drive A: to Z: for each
-       path component even if a match already occurred.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated the Korean translation.
 
-       * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed prototype for OleTranslateColor.
+2006-02-05  H. Verbeet <hverbeet@gmail.com>
 
-       * files/file.c: Matthew Cline <matt@nightrealms.com>
-       Added WARN messages on open errors.
+       * dlls/wined3d/device.c, include/wine/wined3d_gl.h:
+       wined3d: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.
 
-       * misc/wsprintf.c: Hidenori Takeshima <hidenori@a2.ctktv.ne.jp>
-       The maximum size of the buffer is 1024 bytes in Win32.
+       * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/device.c:
+       d3d8: Use GL_EXTCALL to call OpenGL extension glPointParameterfvARB.
 
-2000-02-16  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/d3d8/directx.c:
+       d3d8: Add detection for GL_ARB_point_parameters support.
 
-       * relay32/snoop.c, windows/driver.c, windows/hook.c, windows/win.c, windows/winproc.c, if1632/snoop.c, if1632/thunk.c, include/region.h, loader/loadorder.c, loader/ne/module.c, misc/ddeml.c, misc/toolhelp.c, objects/enhmetafile.c, objects/metafile.c, objects/region.c, files/drive.c, files/file.c, files/profile.c, graphics/driver.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, graphics/x11drv/xfont.c, dlls/lzexpand/lzexpand_main.c, dlls/mpr/mpr_main.c, dlls/winaspi/winaspi16.c, dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, dlls/winmm/wineoss/midi.c, dlls/wnaspi32/winaspi32.c, files/dos_fs.c, dlls/advapi32/security.c:
-       Moved SystemHeap allocations to the process heap.
+2006-02-05  Phil Krylov <phil@newstar.rinet.ru>
 
-       * windows/win.c: Gerard Patel <g.patel@wanadoo.fr>
-       Do not use GlobalFindAtom with atom handles in CreateWindow* functions.
+       * dlls/riched20/editor.c:
+       riched20: Empty undo stack after EM_STREAMIN without SFF_SELECTION flag.
 
-       * windows/defwnd.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Send WM_HELP message when F1 is pressed.
+2006-02-05  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * ole/nls/brf.nls, ole/nls/cor.nls, ole/nls/cym.nls, ole/nls/gae.nls, ole/nls/gdh.nls, ole/nls/gdv.nls, documentation/wine.man.in, include/options.h, include/winnls.h, misc/main.c, ole/ole2nls.c:
-       Alastair McKinstry <Alastair.McKinstry@digital.com>
-       Added support for the following celtic languages: Irish Gaelic, Scots
-       Gaelic, Manx Gaelic, Breton, Welsh, Cornish.
+       * dlls/commdlg/cdlg_De.rc:
+       commdlg: Update German resource.
 
-2000-02-14  Alexandre Julliard  <julliard@winehq.com>
+2006-02-05  Juan Lang <juan@codeweavers.com>
 
-       * dlls/ole32/clipboard.c, dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added stub for CoResumeClassObjects.
+       * dlls/crypt32/tests/str.c:
+       crypt32: Fix Mingw compile.
 
-       * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       - added argument printing to stubs
-       - replaced memcmp by IsEqualGUID
-       - implemented GetCapabilities for Mouse and Keyboard
+2006-02-04  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * dlls/winsock/socket.c: Ove Kaaven <ovek@arcticnet.no>
-       ioctlsocket() now returns success if the app sets nonblocking mode for
-       WSAAsyncSelect()-ed sockets.
+       * dlls/d3d8/device.c:
+       d3d8: Fixed point sprite scaling when size < 1.0f.
 
-       * dlls/crtdll/wcstring.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed FreeBSD compile.
+       * dlls/d3d8/device.c:
+       d3d8: Fixed POINTSPRITEENABLE.
 
-       * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       - fixed crash on mci channel tracing
-       - fixed 16 to 32 bit translation for MCI_BREAK and MCI_SYSINFO messages
+       * dlls/d3d8/device.c:
+       d3d8: Fixed POINTSCALEENABLE.
 
-2000-02-13  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Fixed point sprite scaling when size < 1.0f.
 
-       * graphics/x11drv/bitblt.c: James Abbatiello <abbeyj@wpi.edu>
-       Moved CLIPPING_UpdateGCClipping call outside of the X11 section.
+2006-02-04  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winbase.h, scheduler/process.c, scheduler/thread.c, server/process.c, server/thread.c:
-       Dave Pickles <davep@nugate.demon.co.uk>
-       Added definition for STILL_ACTIVE.
+       * dlls/ntdll/loadorder.c:
+       ntdll: Added a few helper function to simplify the loadorder code.
+       Keep the application key open, it's valid for the lifetime of the
+       process.
 
-       * server/request.c, configure, configure.in, include/config.h.in, scheduler/client.c:
-       Juergen Lock <nox@jelal.kn-bremen.de>
-       Added configure check for the unix domain sockaddr length.
+       * programs/winecfg/En.rc, programs/winecfg/libraries.c,
+         programs/winecfg/resource.h:
+       winecfg: Display a warning when the user tries to change the load
+       order of a system dll.
 
-       * misc/cdrom.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Fixed CDROM_Audio_Seek for non-linux systems.
+       * programs/winecfg/libraries.c:
+       winecfg: Populate the dll combo box with the dlls found in the load path.
 
-       * objects/gdiobj.c, include/gdi.h: Matthew Cline <matt@nightrealms.com>
-       GetObjectA() now rejects GDI handles which are invalid.
+       * include/wine/library.h, libs/wine/loader.c, libs/wine/wine.def,
+         libs/wine/wine.map:
+       libwine: Added wine_dll_enum_load_path function to allow querying the dll path.
 
-       * misc/version.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       VERSION_GetSystemDLLVersion crashed when being called on a .so.
+2006-02-04  Kasper Sandberg <redeeman@metanurb.dk>
 
-       * windows/defwnd.c: Martin Fuchs <martin-fuchs@gmx.net>
-       Display the system popup menu when clicking with the right mouse
-       button in the window caption.
+       * dlls/shell32/shell32_Da.rc, programs/clock/Da.rc,
+         programs/notepad/Da.rc, programs/progman/Da.rc,
+         programs/winhelp/Da.rc:
+       Danish language update.
 
-       * dlls/ole32/clipboard.c: Removed check for class existence.
+2006-02-04  Phil Krylov <phil@newstar.rinet.ru>
 
-       * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, 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/updown.c:
-       Alexandre Julliard <julliard@codeweavers.com>
-       Removed superfluous GlobalFindAtom calls.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/list.c, dlls/riched20/paint.c,
+         dlls/riched20/para.c, dlls/riched20/reader.c, dlls/riched20/run.c,
+         dlls/riched20/writer.c:
+       riched20: Initial support for simple tables.
 
-       * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Reading of ri blocks.
-       Better error handling.
+       * dlls/riched20/editor.h, dlls/riched20/run.c, dlls/riched20/wrap.c:
+       riched20: Removed an unused parameter.
 
-       * windows/mdi.c: Matthew Cline <matt@nightrealms.com>
-       Check that ci->hWindowMenu is not zero before using it.
+       * dlls/riched20/caret.c:
+       riched20: Simplified ME_InsertGraphicsFromCursor() function.
 
-       * dlls/crtdll/crtdll.spec, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec:
-       David Howells <David.Howells@nexor.co.uk>
-       Implemented isw*() wctype.h functions.
+       * dlls/riched20/run.c:
+       riched20: Fixed undo stack corruption.
 
-       * miscemu/main.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Better error messages.
+2006-02-04  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       Fixed off-by-one error.
+       * dlls/imm32/imm.c:
+       imm32: Remove FIXME messages from some implemented functions.
 
-       * memory/atom.c, server/Makefile.in, server/atom.c, server/main.c, server/object.h, server/request.h, server/trace.c, server/unicode.h, windows/class.c, windows/message.c, windows/win.c, if1632/kernel.spec, if1632/user.spec, include/server.h, include/wine/winbase16.h, include/wine/winuser16.h:
-       Moved global atoms to the server (based on the work of Sergei
-       Turchanov <turchanov@otvprim.ru>).
+       * programs/clock/En.rc, programs/clock/License_En.c,
+         programs/clock/Makefile.in, programs/clock/clock_res.h,
+         programs/clock/license.c, programs/clock/license.h,
+         programs/clock/main.c:
+       Clock: Load license text from resources.
 
-2000-02-12  Alexandre Julliard  <julliard@winehq.com>
+2006-02-04  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/wingdi.h: Matthew Cline <matt@nightrealms.com>
-       Added a PTEXTMETRIC[A|W] definition.
+       * dlls/msvideo/msvideo_main.c:
+       msvfw32: Do not overwrite fccType in the codec enumeration proc.
 
-       * include/windef.h: Matthew Cline <matt@nightrealms.com>
-       Added typedefs for PSHORT and PUSHORT.
+2006-02-04  Neil Skrypuch <ns03ja@brocku.ca>
 
-       * windows/dialog.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Protect EndDialog() from invalid window handles.
+       * programs/winecfg/drive.c:
+       winecfg: Use already existing letter_to_index().
 
-       * graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Replaced fprintfs by proper debug macros and fixed some compilation warnings.
+2006-02-03  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-2000-02-10  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/device.c:
+       wined3d: Add a break which got lost in the POINTSCALEENABLE fix.
 
-       * include/ddraw.h: Ian Schmidt <ischmidt@cfl.rr.com>
-       Added GUIDs, defines, and structures for DirectX7.
+2006-02-03  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/winmm/winmm_Ru.rc, dlls/winmm/winmm_res.rc:
-       Oleg Korda <oleg@isp.nsc.ru>
-       Added Russian translation.
+       * tools/widl/typegen.c:
+       widl: Add architecture for generating pointer layouts.
 
-       * windows/class.c: Phillip Ezolt <ezolt@perf.zko.dec.com>
-       Added missing goto in switch statement.
+2006-02-03  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Initialize the NONCLIENTMETRICS with 0 (helps moorhuhn.exe).
+       * tools/wine.inf:
+       wine.inf: Make FourCC codes uppercase again until we can figure out
+       why lowercase doesn't work right.
 
-       * win32/kernel32.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/psdrv/afm.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, if1632/builtin.c, include/debugdefs.h, include/debugtools.h, include/miscemu.h, memory/global.c, memory/heap.c, memory/ldt.c, memory/virtual.c, misc/cpu.c, misc/debugstr.c, misc/error.c, misc/main.c, misc/registry.c, msdos/dpmi.c, msdos/int2a.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/ioports.c, relay32/snoop.c, tools/make_debug, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mciseq/mcimidi.c, dlls/winmm/mmio.c, dlls/winmm/wineoss/mixer.c, dlls/wnaspi32/winaspi32.c, files/file.c, graphics/ddraw.c, dlls/ole32/compobj.c, dlls/ole32/compositemoniker.c, dlls/oleaut32/typelib.c, dlls/shell32/classes.c, dlls/shell32/shellord.c, dlls/version/install.c, dlls/version/resource.c, dlls/winaspi/winaspi16.c, dlls/advapi32/registry.c, dlls/comctl32/datetime.c, dlls/comctl32/ipaddress.c, dlls/comctl32/trackbar.c, dlls/commdlg/filedlg95.c, dlls/dplayx/dplayx_global.c, dlls/dsound/dsound_main.c, dlls/lzexpand/lzexpand_main.c, dlls/ntdll/misc.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c:
-       Optimized debugging API to reduce code size.
+2006-02-03  Eric Kohl <eric.kohl@t-online.de>
 
-       * library/winestub.c, misc/cdrom.c, msdos/int2f.c, objects/linedda.c, dlls/oleaut32/variant.c, dlls/olecli/olecli_main.c, dlls/olesvr/olesvr_main.c, graphics/cache.c, graphics/escape.c, graphics/ttydrv/text.c, include/color.h, include/enhmetafiledrv.h, include/metafiledrv.h, include/ole.h, include/psdrv.h, include/win16drv.h, include/wingdi.h, dlls/ole32/compobj.c, dlls/ole32/datacache.c, dlls/ole32/storage.c:
-       Removed extra includes from ole.h and wingdi.h.
+       * tools/widl/typegen.c:
+       widl: The 'string' attribute can also be used with unsigned characters.
 
-       * */*:
-       Jeremy White <jwhite@codeweavers.com>
-       Removed #include of wingdi.h and windef.h from winuser.h (and resolved
-       the resulting compilation failures).
+2006-02-03  Robert Shearman <rob@codeweavers.com>
 
-2000-02-07  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Restrict stubless FC types to the range of the type function table.
 
-       * dlls/ole32/compobj.c: Owen Wang <owenw@corel.ca>
-       Make CLSIDFromString return a CLSID of zeros instead of crashing when
-       passed a null pointer.
+       * dlls/rpcrt4/ndr_midl.c:
+       rpcrt4: Raise exceptions in NdrSendReceive if I_RpcSendReceive failed.
 
-       * dlls/winmm/joystick.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed unconditional use of JOYDEV.
+       * include/wine/rpcfc.h:
+       include: Move all of the contiguous FC types together so we can see
+       possible missing constants better.
 
-       * include/commdlg.h, include/windowsx.h, include/wingdi.h, include/winuser.h:
-       Michael Cardenas <michael_cardenas@deneba.com>
-       Added a bunch of macros needed for compiling Winelib apps.
+       * include/rpcndr.h:
+       include: Add function declarations for the Range type.
 
-       * include/commctrl.h: Juergen Schmied <juergen.schmied@debitel.net>
-       Added ListView_EditLabel macros.
+2006-02-03  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Changed import to ordinal.
+       * include/winnt.h:
+       ntdll: Add FILE_ACTION and FILE_NOTIFY_CHANGE_ defines for streams.
 
-       * include/wine/obj_shellfolder.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added IPersistFolder2 interface.
+2006-02-03  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * misc/cdrom.c, msdos/int2f.c, dlls/winmm/mcicda/mcicda.c, dlls/winmm/mcicda/mcicda.spec, files/drive.c, include/cdrom.h, include/debugdefs.h:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - implemented serial numbers for audio CDs and data CDs
-       - big clean up of misc/cdrom.c and dlls/winmm/mcicda/mcicda.c function
-         naming and such
-       - split debug channel cdaudio into cdrom and mcicda
-       - fixed some typos
+       * dlls/wined3d/device.c:
+       wined3d: Fixed WINED3DRS_POINTSPRITEENABLE.
 
-       * dlls/oleaut32/olefont.c, include/olectl.h:
-       Sean Langley <seanl@corel.ca>
-       Made OleCreateFontIndirect have the same signature (exactly) as the
-       header file. Added olepro32 dll stubs.
+       * dlls/wined3d/device.c:
+       wined3d: Corrected implementation of WINED3DRS_POINTSCALEENABLE.
 
-       * Make.rules.in, configure, configure.in, dlls/Makefile.in, dlls/olepro32/.cvsignore, dlls/olepro32/Makefile.in, dlls/olepro32/README, dlls/olepro32/olepro32.spec, dlls/olepro32/olepro32stubs.c:
-       Sean Langley <seanl@corel.ca>
-       OLEPRO32 stubs.
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_EDGEANTIALIAS.
 
-       * windows/clipboard.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Added CF_HDROP.
+       * dlls/wined3d/device.c:
+       wined3d: Implemented WINED3DRS_MULTISAMPLEANTIALIAS.
 
-       * dlls/winmm/joystick.c: Wolfgang Schwotzer <woschwot@gmx.net>
-       Extended the winmm joystick API calls to support the new Linux
-       joystick driver.
+2006-02-03  Robert Millan <rmh@aybabtu.com>
 
-       * server/context_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Added context functions for FreeBSD.
+       * dlls/ntdll/signal_i386.c, dlls/ntdll/signal_x86_64.c:
+       ntdll: Rename i386 CPU trap codes to avoid collision with system headers.
 
-       * dlls/shell32/systray.c: Sheri Steeves <sheri@macadamian.com>
-       Fix for the system tray, Icon and popup menu's now work.
+2006-02-03  Huw Davies <huw@codeweavers.com>
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Use window properties instead of window long, also use them to
-       determine if we really own a window and can destroy it.
-       The pixelformat for 256 colors has PALETTE|RGB flags (Tomb Raider 2)
-       Set paintable flag for application passed cooperative/drawing window.
-       GetDisplayMode: We might have and do support 2 backbuffers.
+       * dlls/oleaut32/typelib.c:
+       ole: Initialize a few more funcdesc members in CreateDispTypeInfo.
 
-       * dlls/ole32/moniker.c: Noomen Hamza <noomen@macadamian.com>
-       Running object table are not using 0 as a valid index anymore.
+2006-02-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * controls/static.c: Luc Tourangeau <luc@macadamian.com>
-       Implementation of Static OwnerDraw.
+       * dlls/iccvid/iccvid.c, dlls/msrle32/msrle32.c, dlls/msvidc32/msvideo1.c,
+         dlls/msvideo/msvideo_main.c:
+       Add a check for icinfo->fccType in DRV_OPEN message handler of builtin
+       video codecs.
 
-       * dlls/comctl32/imagelist.c: Marcus Meissner <marcus@jet.franken.de>
-       Height calculation was 1 off in ImageList_Read.
+       * tools/wine.inf:
+       wine.inf: Change fcc type of builtin video codecs in system.ini to be
+       equal to ICTYPE_VIDEO.
 
-2000-02-03  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/commdlg/filedlg.c:
+       Add support for CDM_HIDECONTROL message in the file open dialog.
 
-       * programs/view/init.c, programs/view/view.c, tools/wrc/wrc.c, windows/mdi.c, controls/edit.c, controls/menu.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/brsfolder.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/resource.h, loader/ne/resource.c:
-       Removed resource.h.
+2006-02-03  Juan Lang <juan_lang@yahoo.com>
 
-       * programs/regtest/Makefile.in, programs/regtest/regtest.spec, programs/view/.cvsignore, programs/view/Makefile.in, programs/view/view.spec, programs/wcmd/.cvsignore, programs/wcmd/Makefile.in, programs/wcmd/wcmd.spec, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/winhelp.spec, programs/winver/.cvsignore, programs/winver/Makefile.in, programs/winver/winver.spec, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.spec, programs/avitools/aviplay.spec, programs/avitools/icinfo.spec, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.spec, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgtst.spec, programs/control/.cvsignore, programs/control/Makefile.in, programs/control/control.spec, programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/notepad.spec, programs/osversioncheck/.cvsignore, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.spec, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/progman.spec, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/regapi.spec, programs/regtest/.cvsignore, libtest/.cvsignore, libtest/Makefile.in, libtest/expand.spec, libtest/hello.spec, libtest/hello2.spec, libtest/hello3.spec, libtest/hello4.spec, libtest/hello5.spec, libtest/new.spec, libtest/rolex.spec, libtest/vartest.spec, libtest/volinfo.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added .spec files for all libtest/ and programs/ WineLib apps.
-       Updated all Makefiles to use .spec files and new resource handling.
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/oid.c:
+       crypt32: Add stub for CryptEnumOIDInfo.
 
-       * loader/libres.c, loader/main.c, loader/pe_resource.c, loader/resource.c, relay32/builtin32.c, resources/sysres.c, tools/build.c, include/builtin32.h, include/libres.h, include/module.h, include/pe_image.h, include/resource.h, loader/Makefile.in, loader/elf.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added .spec keyword 'mode' to allow creating built-in EXE modules.
-       Use built-in EXE modules for WineLib apps (instead of ELF modules).
-       Removed dummy ELF module creation.
-       Removed LIBRES handling.
+2006-02-02  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/notepad/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed memory overwrite bug.
-
-       * include/windef.h, include/wine/windef16.h:
-       Jeremy White <jwhite@codeweavers.com>
-       Moved definitions such as BOOL16 and INT16 from windef.h into
-       wine/windef16.h.
-
-       * ole/ole2nls.c: Julio César Gázquez <jgazquez@dld.net>
-       GetNumberFormatA implementation added.
-
-       * win32/console.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Save and restore cursor in WriteConsoleOutputA.
-
-       * include/datetime.h, include/monthcal.h, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c:
-       Alex Priem <alexp@sci.kun.nl>
-       - Implementation of WM_SETFORMAT
-       - Reworked drawing/selection
-       - Implementation of WM_KEYDOWN
-
-       * include/miscemu.h, msdos/int09.c, msdos/int16.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added INT_Int16ReadChar and made int09 handle special keys.
-
-       * graphics/vga.c, include/vga.h: Ove Kaaven <ovek@arcticnet.no>
-       Added alphanumeric mode to the VGA emulation.
-       Use service thread for the periodic refresh.
-
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Cleanup VGA refresh when terminating.
-
-       * win32/console.c: Ove Kaaven <ovek@arcticnet.no>
-       Handle backspace correctly.
-
-2000-01-31  Alexandre Julliard  <julliard@winehq.com>
-
-       * configure, Make.rules.in, */Makefile.in:
-       Build most dlls as separate shared libraries.
-
-2000-01-30  Alexandre Julliard  <julliard@winehq.com>
-
-       * configure.in, include/config.h.in, server/context_i386.c, configure:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added configure check for sys/reg.h.
-
-       * dlls/comctl32/imagelist.c, include/imagelist.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Overlay indices are signed shorts (-1 means no overlay)
-       (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
-       (ImageList_Read) We can read a NxM bitmap from the stream and have
-       to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
-       documentation.
-       (others) removed some potential operator precendence problems.
-
-       * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
-       GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
-
-       * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved debugger to libwine to make it available to WineLib apps.
-       Try to invoke external debugger if internal debugger crashes.
-       Try to handle early invocation of debugger more gracefully.
-
-       * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Mark initial process as 32-bit for WineLib apps.
-       Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
-       Removed unused thread event.
-
-       * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - Windows skips the '\t' and ' ' at the beginning and end of section
-         key names of .INI files.
-       - Fixed Get/WritePrivateProfileStructA():
-         - (re-)translate the binary data into ASCII hex chars
-         - add checksum / checking of it
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.7.
 
 ----------------------------------------------------------------
-2000-01-30  Alexandre Julliard  <julliard@winehq.com>
-
-       * configure.in, include/config.h.in, server/context_i386.c, configure:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added configure check for sys/reg.h.
-
-       * dlls/comctl32/imagelist.c, include/imagelist.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Overlay indices are signed shorts (-1 means no overlay)
-       (ImageList_SetOverlayIndex) should accept -1 as overlayindex.
-       (ImageList_Read) We can read a NxM bitmap from the stream and have
-       to convert it into a 1x(M*N) bitmap, set cCurImage,cMaxImage. Added
-       documentation.
-       (others) removed some potential operator precendence problems.
-
-       * objects/dc.c: Marcus Meissner <marcus@jet.franken.de>
-       GetDeviceCaps: spot yet unsupported accesses to the DeviceCaps struct.
-
-       * include/wine/exception.h, miscemu/main.c, win32/except.c, Makefile.in, debugger/dbg.y, debugger/external.c, dlls/ntdll/exception.c, include/debugger.h, include/thread.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved debugger to libwine to make it available to WineLib apps.
-       Try to invoke external debugger if internal debugger crashes.
-       Try to handle early invocation of debugger more gracefully.
-
-       * include/main.h, include/process.h, include/task.h, loader/main.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Mark initial process as 32-bit for WineLib apps.
-       Use teb->tibflags instead of teb->flags (for Win95 USER32 compatibility).
-       Removed unused thread event.
-
-       * files/profile.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - Windows skips the '\t' and ' ' at the beginning and end of section
-         key names of .INI files.
-       - Fixed Get/WritePrivateProfileStructA():
-         - (re-)translate the binary data into ASCII hex chars
-         - add checksum / checking of it
-
-       * files/directory.c, misc/registry.c, documentation/wine.conf.man.in, wine.ini:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - fixes, loading of settings per user
-       - autodetecting of windows registry version
-
-       * dlls/commdlg/filedlgbrowser.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/oleobj.c, dlls/oleaut32/typelib.c, include/wine/obj_base.h:
-       Francois Gouget <fgouget@psn.net>
-       The COM virtual tables must use the
-       'ICOM_MSVTABLE_COMPAT_DummyRTTIVALUE' macro to provide padding in C++.
-
-       * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
-       Made int9 handler add keystroke to BIOS keyboard buffer.
-
-       * loader/dos/dosmod.c, loader/dos/dosmod.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       dosmod protocol revision 3, featuring MPROTECT and ENTERIDLE.
-
-       * include/wincon.h: Ove Kaaven <ovek@arcticnet.no>
-       Added a couple of prototypes.
-
-       * winedefault.reg: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Add information about code pages to default registry.
-
-       * configure.in, Make.rules.in, configure:
-       Patrik Stridvall <ps@leissner.se>
-       - Unixware (Solaris) linker typo fixed
-       - Solaris (and possibly Unixware) specific linker support for the
-         GNU:ism --[no-]whole-archive
-       - Solaris make specific makefile fix
-
-       * server/context_i386.c: Patrik Stridvall <ps@leissner.se>
-       Solaris support for {set,get}_thread_context added.
-
-2000-01-29  Alexandre Julliard  <julliard@winehq.com>
+2006-02-02  Phil Lodwick <Phil.Lodwick@efi.com>
 
-       * server/context_i386.c:
-       Added our own user_regs_struct definition for better compatibility.
+       * dlls/winsock/tests/sock.c:
+       winsock/tests: Add a todo_wine test for select.
 
-       * controls/button.c, windows/dialog.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Correct the behaviour of the accelerator keys in dialogs according to
-       the Windows' one.
+2006-02-02  Detlef Riekenberg <wine.dev@web.de>
 
-       * programs/notepad/.cvsignore, programs/notepad/Makefile.in, programs/notepad/dialog.c, programs/notepad/main.c, programs/notepad/main.h, programs/notepad/notepad.rc, programs/notepad/rsrc.rc, programs/progman/.cvsignore, programs/progman/Makefile.in, programs/progman/Xx.rc, programs/progman/accel.rc, programs/progman/main.c, programs/progman/rsrc.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc, programs/winhelp/Xx.rc, programs/winhelp/rsrc.rc, programs/winhelp/winhelp.c, programs/clock/.cvsignore, programs/clock/Makefile.in, programs/clock/clock.rc, programs/clock/main.c, programs/clock/rsrc.rc:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Link only a single .rc file with application.
+       * dlls/winspool/tests/info.c:
+       winspool/tests: Filter more results.
 
-       * windows/x11drv/wnd.c, dlls/shell32/shlfolder.c, documentation/no-windows, documentation/wine.man.in, graphics/d3dtexture.c, if1632/snoop.c, loader/loadorder.c, loader/ne/module.c, loader/pe_image.c, scheduler/process.c, BUGS, README, dlls/comctl32/treeview.c, dlls/dplayx/dplay.c, dlls/ole32/storage32.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - add some documentation items
-       - fix some spelling
-       - fix some warnings
+2006-02-02  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * dlls/winmm/mcicda/mcicda.c, documentation/cdrom-labels, files/drive.c, include/cdrom.h, include/debugdefs.h, include/drive.h, libtest/volinfo.c, misc/cdrom.c, msdos/int2f.c, wine.ini:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - support for reading labels and serial nums from device
-       - "reasonable" misc/cdrom.c device handling
-       - much improved audio CD support
-       - serial number overwrite bug fix
-       - spelling fixes
+       * dlls/wined3d/directx.c:
+       wined3d: Added support for ARB_POINT_PARAMETERS.
 
-       * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/setupx/.cvsignore, dlls/setupx/Makefile.in, dlls/setupx/setupx.spec, dlls/setupx/setupx_main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added SETUPX dll.
+2006-02-02  Phil Krylov <phil@newstar.rinet.ru>
 
-       * dlls/ole32/ole2.spec, server/process.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed minor issues found by winapi_check.
+       * dlls/gdi/freetype.c:
+       gdi: Slant font automatically if no italic variant exists.
 
-       * tools/winapi_check/*:
-       Patrik Stridvall <ps@leissner.se>
-       - Minor fixes.
-       - Moved some of the API specifications from the global file to the
-         local files.
+2006-02-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/imagelist.h, dlls/comctl32/imagelist.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented ImageList_Read (not 100% correct in regarding to setting
-       the bitmap).
-       Filled out unknown members of ILHEAD.
-       Started reordering IMAGELIST to make it Windows binary compatible.
+       * programs/winecfg/Bg.rc, programs/winecfg/Cs.rc, programs/winecfg/De.rc,
+         programs/winecfg/En.rc, programs/winecfg/Es.rc,
+         programs/winecfg/Fi.rc, programs/winecfg/Fr.rc,
+         programs/winecfg/It.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Ko.rc, programs/winecfg/Nl.rc,
+         programs/winecfg/No.rc, programs/winecfg/Pt.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/resource.h,
+         programs/winecfg/x11drvdlg.c:
+       winecfg: Remove color depth. It's source of problems for number of users.
 
-       * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
-       nIconIndex == -1 should return nr of available icons, not 0.
+2006-02-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * Makefile.in: Fixed building of dosmod and wineclipsrv.
+       * dlls/shell32/shellpath.c:
+       shell32: Create $HOME targeted symbolic links during SHELL_RegisterFolders.
 
-       * misc/debugstr.c:
-       Bug fix: added temp structure to cope with debug traces during thread
-       startup.
+       * dlls/shell32/shell32_Bg.rc, dlls/shell32/shell32_De.rc,
+         dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc,
+         dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+         dlls/shell32/shell32_Ko.rc, dlls/shell32/shell32_No.rc,
+         dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc:
+       shell32: Move 'My Pictures', 'My Videos' and 'My Music' folders
+       directly to %USERPROFILE% (instead of %USERPROFILE%\\My Documents), to
+       allow for reasonable symbolic linking to $HOME based directories.
 
-       * win32/newfns.c, windows/msgbox.c, dlls/avifil32/avifile.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, if1632/snoop.c, include/debugstr.h, libtest/vartest.c, loader/resource.c, objects/text.c, relay32/relay386.c, relay32/snoop.c, relay32/utthunk.c:
-       Removed debugstr.h.
+       * dlls/shell32/shellpath.c:
+       shell32: Get rid of the magic MyDocuments->$HOME mapping code.
 
-       * misc/debugstr.c, scheduler/thread.c, if1632/relay.c, include/debugtools.h, include/thread.h:
-       Use a per-thread buffer and write(2) for debug traces.
-       Removed debug_dumpstr.
+2006-02-02  Huw Davies <huw@codeweavers.com>
 
-2000-01-27  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/opengl32/opengl_ext.h, dlls/opengl32/wgl.c, dlls/x11drv/init.c,
+         dlls/x11drv/x11drv.h:
+       opengl: Sync a dibsection to its pixmap before drawing to it via opengl.
 
-       * dlls/ntdll/rtlstr.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Small fix.
+2006-02-02  Alexandre Julliard <julliard@winehq.org>
 
-       * server/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Get HCU name from unix user name.
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c:
+       widl: Some cosmetic fixes in generated code.
 
-       * scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c, tools/make_requests, include/server.h, memory/selector.c:
-       Implemented GetThreadSelectorEntry through the server.
+       * tools/widl/widl.c:
+       widl: Make sure the token variables are always initialized properly.
 
-2000-01-26  Alexandre Julliard  <julliard@winehq.com>
+2006-02-02  Johan Dahlin <jdahlin@async.com.br>
 
-       * dlls/winmm/lolvldrv.c:
-       Dynamically load version.dll in MMDRV_GetDescription32.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+       ntdll: RtlIpv4AddressToStringExW/RtlIpv4StringToAddressExW stubs.
 
-       * dlls/ole32/ole2.c:
-       Use a linked list instead of a DPA for the hook list.
+2006-02-02  Tobias Loew <tobi@die-loews.de>
 
-       * windows/x11drv/clipboard.c:
-       Use a linked list instead of a DPA to manage pixmaps.
+       * dlls/gdi/path.c:
+       gdi: Extended pens do not work correct with StrokePath.
 
-       * dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/ole32/stg_stream.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Returns an error if trying to write to a stream opened for read.
+2006-02-02  Mike McCormack <mike@codeweavers.com>
 
-       * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Add a newbie warning for slashes in the search Path= of wine.conf.
+       * dlls/kernel/change.c:
+       kernel32: FindFirstChangeNotification needs a static IO_STATUS_BLOCK.
 
-       * graphics/ddraw.c: Ove Kaaven <ovek@arcticnet.no>
-       Wait for ShmCompletion during Flip.
+2006-02-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * configure.in, libtest/Makefile.in, Make.rules.in, Makefile.in, configure:
-       Made --enable-dll the default.
-       Use $(MAKE) instead of $(SUBMAKE) for recursive makes.
-       Cleaned up install targets in main Makefile.
+       * dlls/shell32/shfldr_unixfs.c:
+       unixfs: Use realpath instead of canonicalize_file_name for portability
+       reasons.
 
-       * dlls/ntdll/sync.c: Don't crash when ObjectAttributes is NULL.
+2006-02-02  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-2000-01-25  Alexandre Julliard  <julliard@winehq.com>
+       * tools/wine.inf:
+       wine.inf: Add HKLM,%CurrentVersionNT%,"CurrentType".
 
-       * windows/x11drv/monitor.c, debugger/dbgmain.c, debugger/stabs.c, dlls/crtdll/crtdll_main.c, include/options.h, loader/dos/module.c, loader/main.c, misc/main.c, miscemu/main.c, scheduler/client.c:
-       Use argv[0] to locate the server executable.
+2006-02-02  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * memory/heap.c, include/heap.h, include/process.h, include/winnt.h, memory/environ.c, memory/global.c:
-       Alexandre Julliard <julliard@codeweavers.com>
-       Share the system heap between different address spaces. Made process
-       heap per-address space instead of per-process.
+       * dlls/commdlg/filedlg.c:
+       commdlg: File open dialog: Use the specified instance handle for
+       custom dialog templates.
 
-       * server/thread.h, server/trace.c, Makefile.in, include/server.h, include/thread.h, loader/main.c, misc/registry.c, scheduler/client.c, scheduler/process.c, scheduler/thread.c, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/process.c, server/process.h, server/request.c, server/request.h, server/select.c, server/thread.c:
-       Alexandre Julliard <julliard@codeweavers.com>
-       Made the server listen for new clients on a Unix socket in
-       $HOME/.wine. Newly started wine processes now attach to an existing
-       server if one is running.
+2006-02-02  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * files/profile.c, include/options.h:
-       Added PROFILE_GetConfigDir function.
+       * dlls/shlwapi/ordinal.c, dlls/shlwapi/shlwapi.spec:
+       shlwapi: Added stub for ShellMessageBoxWrapW.
 
-2000-01-24  Alexandre Julliard  <julliard@winehq.com>
+2006-02-02  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/advapi32/registry.c, dlls/ntdll/reg.c, dlls/ntdll/sync.c, dlls/winsock/socket.c, include/server.h, scheduler/client.c, server/*.c:
-       Changed the server to return STATUS_* error codes.
+       * dlls/crypt32/cert.c:
+       crypt32: Support external providers.
+       - add support for external store providers
+       - rewrite registry stores as a provider
+       - fix a memory leak
 
-       * dlls/ntdll/Makefile.in, dlls/ntdll/error.c, dlls/ntdll/rtl.c:
-       Built a complete translation table for RtlNtStatusToDosError.
+2006-02-02  Juan Lang <juan@codeweavers.com>
 
-       * include/winerror.h, include/winnt.h: Added some error codes.
+       * dlls/crypt32/str.c, dlls/crypt32/tests/str.c:
+       crypt32: Implement CertRDNValueToStrW and CertNameToStrW, with tests.
 
-       * windows/nonclient.c:
-       Use GetProcAddress instead of calling ShellAboutA directly.
+2006-02-02  Ulrich Czekalla <ulrich@codeweavers.com>
 
-2000-01-23  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
+       advapi32: Add stub for ObjectDeleteAuditAlarmW.
 
-       * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/version/Makefile.in, dlls/version/ver.spec, dlls/version/ver16.c:
-       Merged dlls/ver into dlls/version.
+       * dlls/oleaut32/variant.c:
+       oleaut32: Prevent freeing of random memory.
+       Don't assign type to variant until we're sure we are assigning a
+       value.
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/misc.c, dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c, dlls/ntdll/sec.c, dlls/ntdll/sync.c, include/ntddk.h, include/ntdef.h, include/ntsecapi.h, include/winbase.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - implementation of RtlReg* (read access), RtlEvent*, RtlSemaphore*,
-         NtAllocateLocallyUniqueId
-       - implementation or stubs for NtAccessCheck, NtSetSecurityObject,
-         RtlClearBits, RtlEqualPrefixSid, RtlFindClearBits,
-         RtlFormatCurrentUserKeyPath, RtlGetControlSecurityDescriptor,
-         RtlIdentifierAuthoritySid, RtlImpersonateSelf, RtlInitializeBitMap,
-         RtlInitializeGenericTable, RtlMakeSelfRelativeSD,
-         RtlPrefixUnicodeString, RtlSetBits, RtlUnicodeToMultiByteN,
-         RtlUpcaseUnicodeStringToOemString, RtlUpcaseUnicodeToOemN,
-         RtlValidSid, RtlxUnicodeStringToOemSize
-       - corrected most RtlString* functions, added documentation
-       - more fixes and partial implementations
+2006-02-02  Kevin Koltzau <kevin@plop.org>
 
-       * misc/main.c, windows/x11drv/event.c, windows/x11drv/main.c, graphics/ddraw.c, include/options.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added -dxgrab command line option, which confines cursor motion to the
-       DirectX primary surface.
+       * dlls/riched20/editor.c:
+       riched20: Handle context menu.
 
-       * dlls/commdlg/filedlg95.c: Marcus Meissner <marcus@jet.franken.de>
-       Replaced some weird C constructs (char[]="" ) with more compatible ones.
-       Added another NULL ptr check in _OnOpen.
+2006-02-01  Fatih Aşıcı <fasici@linux-sevenler.org>
 
-       * misc/winsock_async.c, relay32/Makefile.in, relay32/wsock32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winsock/.cvsignore, dlls/winsock/Makefile.in, dlls/winsock/async.c, dlls/winsock/socket.c, dlls/winsock/winsock.spec, dlls/winsock/wsock32.spec, if1632/Makefile.in, if1632/winsock.spec, misc/Makefile.in, misc/winsock.c:
-       Moved winsock implementation to dlls/winsock.
+       * programs/start/start.c:
+       start.exe: build_args now returns the correct string when no parameter
+       is passed.
 
-       * dlls/*/.cvsignore:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added *.spec.c, *.spec.glue.s, *.glue.c to .cvsignore that need them.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Added Turkish F keyboard layout.
 
-       * graphics/x11drv/dib.c: Marcus Meissner <marcus@jet.franken.de>
-       Corrected arguments to VirtualFree().
+2006-02-01  Juan Lang <juan@codeweavers.com>
 
-       * dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/wine/winestring.h, memory/string.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Replaced LocalToWideChar() by lstrcpynAtoW(), WideCharToLocal() by
-       lstrcpynWtoA().
+       * dlls/crypt32/Makefile.in, dlls/crypt32/crypt32.spec, dlls/crypt32/str.c,
+         dlls/crypt32/tests/.gitignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/str.c:
+       crypt32: Implement CertRDNValueToStrA and CertNameToStrA, with tests.
 
-       * windows/winproc.c: Gerard Patel <g.patel@wanadoo.fr>
-       Map WM_MENUSELECT 32->16 bits for closing menu.
+2006-02-01  Kevin Koltzau <kevin@plop.org>
 
-       * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fix parameters for MDI_RestoreFrameMenu in WM_DESTROY msg.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h:
+       riched20: Implement EM_SETOLECALLBACK.
 
-       * dlls/oleaut32/oleaut.c: Marcus Meissner <marcus@jet.franken.de>
-       Implemented (Register|Get|Revoke)ActiveObject from the docs.
+2006-02-01  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * graphics/ddraw.c, include/x11drv.h, windows/x11drv/event.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Supercharged XShm implementation for DirectDraw.
+       * tools/wine.inf:
+       wine.inf: Remove %1 from [http|htmlfile]\shell\open\command.
 
-       * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: missing NULL pointer checks.
+2006-02-01  Detlef Riekenberg <wine.dev@web.de>
 
-       * loader/pe_image.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Check for MZ header before trying to decipher the PE header.
+       * dlls/winspool/info.c, dlls/winspool/tests/info.c:
+       winspool: Empty string as environment is valid, with tests.
 
-       * relay32/kernel32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Export GetLongPathName[A|W].
+       * include/winspool.h:
+       winspool.h: Add missing declarations.
 
-       * memory/global.c, memory/heap.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Fix problems with GlobalHandle and GlobalFree so results match Win98.
-       Restructure HEAP_ValidateInUseArena, HeapValidate, and add
-       HEAP_IsRealArena to eliminate *bogus* error messages.
+2006-02-01  Maarten Lankhorst <m.b.lankhorst@gmail.com>
 
-       * windows/message.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Actually print return value of message.
+       * dlls/riched20/Makefile.in, dlls/riched20/editor.c,
+         dlls/riched20/txtsrv.c:
+       riched20: Implement CreateTextServices.
+       Implement a stub interface that CreateTextServices returns.
 
-       * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
-       Corrected arguments in DIB_DeleteDIBSection.
+2006-02-01  Phil Krylov <phil@newstar.rinet.ru>
 
-       * files/file.c: Marcus Meissner <marcus@jet.franken.de>
-       Handle \\.\<dosdevice> like <dosdevice> in CreateFile. Tested with
-       help of James Feeney <james@nurealm.net>.
+       * dlls/riched20/style.c:
+       riched20: Fixed font cache corruption.
 
-2000-01-20  Alexandre Julliard  <julliard@winehq.com>
+2006-02-01  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * scheduler/debugger.c, scheduler/thread.c, server/Makefile.in, server/context_i386.c, server/debugger.c, server/object.h, server/request.h, server/trace.c, tools/make_requests, include/server.h:
-       Alexandre Julliard <julliard@codeweavers.com>
-       Added Get/SetThreadContext support through the server.
+       * dlls/wineps/pen.c, dlls/x11drv/pen.c:
+       Translate pen width from logical units only for geometric pens.
 
-2000-01-18  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shlexec.c:
+       shell32: execute_from_key should fallback to a DDE exec only if the
+       command to execute from is not found in the registry.
+       Pass already found executable name to dde_connect.
 
-       * windows/dinput.c, dlls/oleaut32/ole2disp.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/olefont.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/memorystream.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/debugstr.h, misc/debugstr.c, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/dsound/dsound_main.c, dlls/ole32/clipboard.c, dlls/ole32/datacache.c, dlls/ole32/defaulthandler.c, dlls/ole32/ifs.c, dlls/ole32/storage.c:
-       Added debugstr_guid function and used it to replace
-       WINE_StringFromCLSID in all debugging messages.
+2006-02-01  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/winmm/wineoss/audio.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Always initialize lpWaveHdr->lpNext to NULL.
-       Don't fail on strange fragment sizes.
+       * tools/widl/typegen.c:
+       widl: Fix a SEGV when using arrays declared using a pointer and
+       attributes, instead of array indices (reported by Eric Kohl).
 
-2000-01-17  Alexandre Julliard  <julliard@winehq.com>
+2006-01-31  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winnls.h: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Add some defines needed for Unicode to Ascii conversions.
+       * dlls/setupapi/tests/.gitignore:
+       setupapi: Ignore ok file for new query test.
 
-       * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Better error handling, less keys held open.
+2006-01-31  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       EnumDisplayModes must pass lPitch.
+       * programs/winefile/En.rc, programs/winefile/Makefile.in,
+         programs/winefile/license.c, programs/winefile/resource.h,
+         programs/winefile/winefile.c, programs/winefile/winefile.h:
+       winefile: Move the license and warranty text into the resources.
 
-       * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
-       Validate the menu handles.
+2006-01-31  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/win87em/emulate.c: Gerard Patel <g.patel@wanadoo.fr>
-       Rounds to the lowest integer, not the nearest.
+       * tools/widl/typegen.c:
+       widl: Changes to output for better debugability.
+       Write the offset and the absolute address for referenced types.
+       Write the current offset out when writing a pointer type.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed race between Win16 parent and child for first rescheduling
-       of child process. This fixes WinExec returning too early.
+       * tools/widl/typegen.c:
+       widl: Clean up conformant struct handling.
+       Make the writing of conformant structures take advantage of the new
+       type format string offset handling.
 
-2000-01-16  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/typegen.c:
+       widl: Fix the writing of arrays with size specified in the array
+       expression instead of the size_is expression.
 
-       * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Use --whole-archive to force linking all of libwine.a. into wine.
+       * tools/widl/typegen.c:
+       widl: Improve the current type offset passing.
+       Change the functions to take the current type offset and return the
+       start of the type written.
 
-       * if1632/builtin.c, include/builtin16.h, include/builtin32.h, relay32/builtin32.c, tools/build.c:
-       Added automatic registration of built-in DLLs.
+       * tools/widl/typegen.c:
+       widl: The stack/structure offset in correlation descriptors should be a short.
 
-2000-01-15  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/parser.y:
+       widl: Do constant folding for the sizeof operator on simple types.
 
-       * configure.in, configure: Aaron Hope <edh@mail.brioforge.com>
-       Fixed IPX detection.
+       * tools/widl/header.c, tools/widl/typegen.c:
+       widl: Support client/server generation for explicit_handle interfaces
+       (based on a patch by Eric Kohl).
 
-       * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
-       New implementation of the win95 registry loader.
+       * tools/widl/typegen.c:
+       widl: Implement constant conformance.
 
-       * dlls/advapi32/registry.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       If there is enough space in the buffer and the type is REG_SZ and the
-       string is not 0-terminated RegQueryValue and RegEnumValue are appending a 0.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Fix the type offset used in marshaling/unmarshaling.
+       Make a copy of type_offset so that it only gets incremented once per
+       function, instead of twice.
 
-       * debugger/hash.c: Gerard Patel <g.patel@wanadoo.fr>
-       Display the external modules after the internal modules in crash report.
+       * tools/widl/write_msft.c:
+       widl: Implement the writing of defaultvalue constants for enum values.
 
-       * files/drive.c: Ove Kaaven <ovek@arcticnet.no>
-       Made SetVolumeLabel report failure on CD-ROM drives.
+       * include/winsvc.h:
+       include: Add SC_ENUM_TYPE to winsvc.h.
 
-       * documentation/status/directplay:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Updated documentation.
+       * dlls/stdole2.tlb/std_ole_v2.idl:
+       stdole2.tlb: Remove hack due to unimplemented widl functionality.
 
-       * dlls/winmm/lolvldrv.c, dlls/winmm/mci.c, include/driver.h, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Replaced Wine specific DRIVER_GetType by a correct implementation of
-       GetDriverFlag.
+2006-01-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * configure, configure.in, include/wine_gl.h:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - (ugly) fix for the 'Xmd.h' problem
-       - fix the detection of DGA 2 in configure script
+       * dlls/shell32/shfldr_unixfs.c:
+       unixfs: Only append '/' to base path if not already present in
+       UNIXFS_get_unix_path.
 
-       * include/thread.h, scheduler/thread.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - added NT fields to TEB
-       - moved tls-fields and some wine specific fields to a higher offset
-       - added some documentation
-       - initialisation of the UnicodeString
+2006-01-31  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/dsound/dsound_main.c: Todd T. Fries <todd@fries.net>
-       Add HAVE_SOUNDCARD_H to support OpenBSD.
+       * dlls/kernel/change.c:
+       kernel: Set the overlapped structure status in ReadDirectoryChanges.
 
-       * include/wingdi.h, objects/enhmetafile.c, relay32/gdi32.spec:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Added some missing EMR record types and updated and fixed others
-       - Added stubs and headers for CreateColorSpace,DeleteColorSpace and SetColorSpace
-       - Added header for SetICMMode
-       - Added ability to play more enhanced metafile records
+2006-01-31  Gerald Pfeifer <gerald@pfeifer.com>
 
-       * graphics/enhmetafiledrv/init.c:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Store reference hdc size into enhanced metafile header when creating.
+       * dlls/ntdll/tape.c:
+       ntdll: tape.c portability fixes.
+       Accept MTCOMP as an alias for MTCOMPRESSION on those systems, having
+       the former, but not the latter.
+       Only enable operations supported by the host OS in
+       TAPE_CreatePartition() and TAPE_Prepare().
 
-       * dlls/ole32/moniker.c, dlls/ole32/ole2stubs.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented OleRun.
+2006-01-31  Phil Krylov <phil@newstar.rinet.ru>
 
-       * objects/dc.c: Gerard Patel <g.patel@wanadoo.fr>
-       Removed DeleteObject call left over from previous patch.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/paint.c, dlls/riched20/run.c,
+         dlls/riched20/style.c:
+       riched20: Added support for hidden text.
 
-       * win32/thread.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed bad register constraint in InterlockedCompareExchange.
+       * dlls/riched20/caret.c:
+       riched20: Paint the selection while it's being extended by dragging.
 
-       * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
-       Added prototypes for the NT synchronization functions
-       InterlockedCompareExchange and InterlockedExchangeAdd.
+2006-01-31  Tobias Loew <tobi@die-loews.de>
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't access 'wm->modname' after the modref has been flushed.
+       * dlls/gdi/path.c:
+       gdi: viewportExt changed after call to StrokePath.
 
-       * memory/global.c: Guy Albertelli <galberte@neo.lrun.com>
-       Added null check in GlobalHandle.
+2006-01-31  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-2000-01-12  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/enhmetafile.c, dlls/gdi/mapping.c, dlls/gdi/tests/mapping.c:
+       gdi: Fixes for the isotropic mapping mode.
+       - Isotropic mapping mode: Adjust the viewport extension in
+       SetWindowExtEx, handle negative extents.
+       - Support the isotropic mapping mode in the enhanced metafile driver.
+       - New tests.
 
-       * dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, dlls/oleaut32/parsedt.c, include/monthcal.h:
-       Removed a dependency between oleaut32 and comctl32.
+2006-01-31  Robert Shearman <rob@codeweavers.com>
 
-       * include/winnt.h: Juergen Schmied <juergen.schmied@debitel.net>
-       More STATUS_ codes.
+       * tools/widl/typegen.c:
+       widl: Use a macro to write out FC types, along with the current offset
+       which is useful for debugging.
 
-       * include/ddraw.h: Steve Langasek <vorlon@dodds.net>
-       Fixed macro definition of IDirectDrawSurface_Restore.
-       Added defines for Ddraw's WaitForVerticalDisplay().
+       * tools/widl/typegen.c:
+       widl: Pass the current type format string offset through all type
+       writing functions.
 
-       * include/dsound.h: Steve Langasek <vorlon@dodds.net>
-       Fixed typos in macro definitions for IDirectSoundBuffer_GetStatus,
-       IDirectSoundBuffer_Unlock.
+       * tools/widl/typegen.c:
+       widl: Eliminate redundant callback routines.
+       Add a function for comparing expressions and use it to eliminate
+       redundant callback functions.
 
-       * include/mmsystem.h: Steve Langasek <vorlon@dodds.net>
-       Missing Winelib declarations for AUXCAPS.
+       * include/wine/rpcfc.h:
+       widl: Define a value for RPC_FC_WSTRING.
 
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix (harmless) assembler warnings.
+2006-01-31  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/dplayx/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Fix problem with initialization (reported by Andreas Mohr).
+       * programs/winecfg/x11drvdlg.c:
+       winecfg: Default for PixelShaders is disabled.
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       InfoPtr checking mixed up WM_DESTROY and WM_CREATE.
+2006-01-31  James Hawkins <truiken@gmail.com>
 
-----------------------------------------------------------------
-Sun Jan  9 21:42:42 2000  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/setupapi/tests/Makefile.in, dlls/setupapi/tests/query.c:
+       setupapi: Add tests for SetupGetInfInformation.
 
-       * dlls/wnaspi32/winaspi32.c: Patrik Stridvall <ps@leissner.se>
-       Non-Linux compile fix.
+       * include/setupapi.h:
+       setupapi: Add definitions for the SetupGetInfInformation search flags.
 
-       * files/dos_fs.c: Francois Gouget <fgouget@psn.net>
-       DOSFS_DoGetFullPathName would underflow (p would get past the
-       beginning of buffer) if given the name "//..".
-       Regrouped the handling of the directory separators.
-       Directory separators in the returned path are now alway a single "\"
-       which simplifies the handling of ".." in the name.
+2006-01-31  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/advapi32/registry.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Corrected behaviour of RegOpenKey in case of failure.
+       * dlls/kernel/tests/change.c:
+       kernel: Add some test cases for ReadDirectoryChangesW.
 
-       * misc/registry.c, server/registry.c, server/trace.c, include/server.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - removed copying of HKEY_USERS to HKEY_CURRENT_USER
-       - HKEY_CURRENT_USER is now subkey of HKEY_USERS
-       - changed query_key_info_request to return the key name too (NtQueryKey needs this)
-       - the rootkeys (MACHINE and USER) do have names
+2006-01-31  Juan Lang <juan@codeweavers.com>
 
-       * include/gdi.h, objects/dc.c, objects/gdiobj.c:
-       Gerard Patel <g.patel@wanadoo.fr>
-       Avoid deleting of the default 1x1 bitmap for memory DCs.
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Correct X509_NAME decoding, and more stringent tests.
 
-       * include/builtin16.h, include/builtin32.h, loader/ne/module.c, relay32/builtin32.c, relay32/user32.spec, tools/build.c, dlls/comctl32/comctl32.spec, dlls/commdlg/comdlg32.spec, dlls/display/display.spec, dlls/mouse/mouse.spec, dlls/shell32/shell32.spec, dlls/winmm/winmm.spec, if1632/builtin.c:
-       Built-in DLLs resources are now specified in spec file.
-       Removed unnecessary flags in built-in DLLs tables.
+       * include/wincrypt.h:
+       wincrypt: Fix typo.
 
-       * if1632/dummy.c, if1632/gdi.spec, if1632/user.spec, misc/Makefile.in, misc/bidi16.c:
-       Erez Volk <erez@gmx.net>
-       Added stubs for some BiDi API functions.
+2006-01-31  Maarten Lankhorst <m.b.lankhorst@gmail.com>
 
-       * dlls/winmm/mciwave/mciwave.c:
-       Bradley Baetz <bbaetz@student.usyd.edu.au>
-       Fixed race condition between app and wine in WAVE_mciPlay.
-
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Stop menu tracking when clicking on the menu bar where there is no
-       menu item.
-
-       * win32/newfns.c: Erez Volk <erez@gmx.net>
-       Better error reporting.
-
-Sat Jan  8 22:27:31 2000  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/x11drv/xfont.c:
-       Backed out scalable bitmap change (gives ugly results).
-
-       * controls/menu.c: Marcus Meissner <marcus@jet.franken.de>
-       GetMenuString should return itemlength on 0 nMax or NULL str
-       InsertItem pos=-1, flags = 0 should append item
-       (thanks to Sander van Leeuwen)
-
-       * include/aspi.h, dlls/wnaspi32/winaspi32.c, dlls/wnaspi32/wnaspi32.spec:
-       David Elliott <dfe@netnitco.net>
-       Removed malloc/free hack and replaced with HeapAlloc/HeapFree throughout code.
-       Added critical section around code dealing with global variables.
-       Added a few comments about how ASPI is supposed to work.
-       Copy sense info into the correct place (right after the fixed 16-byte CDB).
-       Now returns target status (many Windows apps won't even look at the
-       sense are unless they get an error code).
-       Added SC_ABORT_SRB FIXME.
-       Added SC_GET_DISK_INFO place holder for clarity.
-       Updated Linux SG interface structure to include new kernel 2.2
-       status fields.
-
-       * Make.rules.in: Marcus Meissner <marcus@jet.franken.de>
-       Look for our header files first, then for systems headers.
-
-       * dlls/commdlg/filedlg.c: Marcus Meissner <marcus@jet.franken.de>
-       The new filedialog stuff does not handle template. So do not call if
-       there are any.
-
-       * windows/winpos.c: Rein Klazes <rklazes@casema.net>
-       Avoid problems during changing the Z-order if the window and the
-       window to insert after are the same.
-
-       * libtest/expand.c, libtest/hello5.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Removed GUI junk from expand.c, so you can use it in commandline mode.
-       Fixed hello5.c.
-
-       * dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi_check/win32/shell32.api, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Added support for auto allocated ordinals
-       - Fixed varargs (16 bit) bug
-       - Minor fixes
+       * dlls/comctl32/listview.c:
+       comctl32: Restore listview font on CDRF_NEWFONT.
 
-       * dlls/version/info.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed alignment problem with VERSION_INFO members.
+2006-01-31  Robert Shearman <rob@codeweavers.com>
 
-Wed Jan  5 03:24:52 2000  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c:
+       oleaut: Dump the pointer for VT_ARRAY/VT_VECTOR typed variants.
 
-       * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
-       Add $X_EXTRA_LIBS to any X dependend checks or they will fail if some
-       of the $X_EXTRA_LIBS are required.
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Handle the RPC_FC_PROC_BYVAL flag correctly in stubless
+       proxies and stubs.
 
-       * windows/defwnd.c, windows/painting.c:
-       Patrik Stridvall <ps@leissner.se>
-       - Made FillRect behave like it does on Windows
-       - Cleaned up WM_{,ICON}ERASEBACKGROUND default handling
-       - Added some comments on how Windows behaves
+       * dlls/rpcrt4/ndr_ole.c:
+       rpcrt4: Only attempt to marshal an object if it is non-NULL.
 
-       * windows/winhelp.c: Peter Ganten <peter@ganten.org>
-       Check if winhelp is already running; use winhlp32.exe or winhelp.exe
-       depending on the emulated version, relase win16lock before calling
-       WinHelpA.
-
-       * AUTHORS, include/authors.h:
-       Updated authors list from the Changelog. Please let me know if you
-       have been left out.
-
-       * documentation/fonts: Marcus Meissner <marcus@jet.franken.de>
-       TrueType clarification.
+2006-01-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * configure, configure.in, graphics/d3ddevices.c, graphics/d3dtexture.c, include/acconfig.h, include/config.h.in:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - detect if the OpenGL implementation defines the paletted texture and
-         color table extensions
-       - small warning fixes
-       - fix the double '-lXxf86dga' when having DGA 2.0
+       * dlls/shell32/shfldr_unixfs.c:
+       unixfs: Only resolve the 'dosdevices' based symbol links in
+       UNIXFS_get_unix_path, but leave all others alone.
 
-       * include/winbase.h: Marcus Meissner <marcus@jet.franken.de>
-       Some comm clean up, much more error messages, only use TIOCOUTQ if
-       defined [wine-bugs/104], tried implementing SetCommTimeouts.
+2006-01-30  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       - When processing WM_PAINT messages, the treeview might sometimes use
-         the wrong hdc. Fixed.
-       - Better checking for TREEVIEW_INFO *infoPtr=NULL.
-         Similar to code in toolbar.c
-       - Other small fixes (subclassed edit control).
+       * dlls/gdi/enhmfdrv/objects.c, dlls/gdi/gdiobj.c,
+         dlls/gdi/mfdrv/objects.c, dlls/gdi/pen.c, dlls/gdi/tests/gdiobj.c,
+         dlls/wineps/pen.c, dlls/x11drv/pen.c, include/gdi.h:
+       gdi: Add support for creating extended pens.
 
-       * debugger/msc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: uninitialized pointer caused crashes.
+2006-01-30  Jan Zerebecki <jan.wine@zerebecki.de>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Made virus warning a bit more drastic, since some people don't believe us.
+       * dlls/d3d8/directx.c:
+       d3d8: CreateDevice should use the root of the current window.
 
-       * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
-       Some comm clean up, much more error messages, only use TIOCOUTQ if
-       defined [wine-bugs/104], tried implementing SetCommTimeouts.
+2006-01-30  Marcus Meissner <marcus@jet.franken.de>
 
-       * files/profile.c: Rein Klazes <rklazes@casema.net>
-       Implement WritePrivateProfileSectionA().
+       * dlls/iphlpapi/iphlpapi_main.c:
+       iphlpapi: Allocate space enough to handle all the possible ipv4 addresses.
 
-       * dlls/ntdll/rtl.c: Adam Sacarny <magicbox@bestweb.net>
-       Fix for compilers that don't support 'long long' (From Ove Kaaven).
+2006-01-30  Maarten Lankhorst <m.b.lankhorst@gmail.com>
 
-Tue Jan  4 02:40:22 2000  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/riched20/editor.c, include/textserv.h:
+       riched20: Make CreateTextServices use ITextHost.
 
-       * scheduler/thread.c, server/thread.c:
-       Moved allocation of the socket pair for a new thread to the server.
+2006-01-30  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * server/debugger.c: Made debug events and contexts standard objects.
-       Use sleep_on to wait on debug events.
+       * dlls/user/message.c:
+       user: Remove internal messages from the message queue before handling them.
 
-       * server/request.c, server/request.h, server/thread.c, server/thread.h, server/trace.c:
-       Made sleep_on usable from all requests.
+2006-01-30  José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
 
-       * dlls/winmm/lolvldrv.c, dlls/winmm/mmsystem.c, include/mmsystem.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added more MIDI messages 16<=>32 mapping.
-       Fixes some bugs in buffers handling and index for MAPPER.
+       * programs/winecfg/Es.rc:
+       winecfg: Spanish translation update.
 
-       * include/callback.h, if1632/thunk.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed the obsoleted CallTimeFuncProc, CallDriverProc,
-       CallDriverCallback.
+2006-01-30  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/time.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Put back visible minimum timer resolution to 1 ms.
-       Decorrelate the service thread resolution from the user required timer
-       & visible minimum resolutions.
-       Removed the Callback.TimeFuncProc entry.
+       * server/change.c:
+       server: Initial inotify support.
 
-       * windows/x11drv/monitor.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       Give +0+0 as a default position for the desktop window.
+       * dlls/kernel/tests/change.c:
+       kernel: Add some more tests for FindFirstChangeNotification.
 
-       * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
-       Convert mmio to allow the use of 32 bit mmio procedures.
+2006-01-30  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlmenu.c, dlls/shell32/systray.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Small fixes.
+       * dlls/comctl32/treeview.c, dlls/user/uitools.c:
+       Fixed creation of PS_ALTERNATE pens.
 
-       * dlls/odbc32/odbc32.spec, misc/registry.c, relay32/kernel32.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
+2006-01-30  Tobias Loew <tobi@die-loews.de>
 
-       * tools/winapi_check/win32/advapi32.api, tools/winapi_check/win32/comctl32.api, tools/winapi_check/win32/odbc32.api, tools/winapi_check/winapi.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Updated winapi_check to handle the new additions.
+       * dlls/comctl32/tab.c:
+       comctl32: Fix tab-control flickering.
 
-       * dlls/comctl32/monthcal.c, include/monthcal.h:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented WM_SIZE message support. Optimized drawing to use
-       precalculated size values rather than recalculating during each call
-       of MONTHCAL_Refresh.
+2006-01-30  Maarten Lankhorst <m.b.lankhorst@gmail.com>
 
-       * relay32/user32.spec, windows/dialog.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Corrected parameter count for DialogBoxIndirectParamAorW.
+       * dlls/x11drv/xrender.c:
+       x11drv: Fix AlphaBlend read boundaries.
 
-       * controls/scroll.c: Rein Klazes <rklazes@casema.net>
-       Don't show the scrollbar if SetScrollinfo() is called with only the
-       SIF_DISABLENOSCROLL flag.
+2006-01-30  Mike McCormack <mike@codeweavers.com>
 
-       * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
-       Added extra US keymap with the infamous phantom key.
+       * dlls/msi/database.c, dlls/msi/msi.spec, include/msiquery.h:
+       msi: Add an implementation of MsiGetDatabaseState.
 
-       * Makefile.in, dlls/winmm/wineoss/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Use a uniform naming scheme for driver modules.
+2006-01-30  Juan Lang <juan@codeweavers.com>
 
-       * include/driver.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Encapsulated Wine internal data into an ifdef __WINE__.
+       * include/wincrypt.h:
+       wincrypt.h: Add more missing defines.
 
-       * windows/Makefile.in, windows/driver.c, windows/.cvsignore:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved the 16 bit driver functions callout into the dir.
+2006-01-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for WODM_BREAKLOOP message.
+       * dlls/user/hook.c:
+       user: Remove duplicate code.
 
-       * dlls/winmm/wineoss/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed extraneous ERR message.
+       * dlls/user/tests/msg.c:
+       user/tests: Add test for low level mouse hooks.
 
-       * dlls/winmm/mciseq/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for MCI_INFO_COPYRIGHT and MCI_INFO_NAME.
+2006-01-30  Robert Shearman <rob@codeweavers.com>
 
-       * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Use case insensitive comparison while searching for new modules.
+       * dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cpsf.h, dlls/rpcrt4/cstub.c:
+       rpcrt4: Fill in the IRpcStubBuffer vtables for interfaces that don't
+       already have them filled in.
 
-       * dlls/ntdll/ntdll.spec:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added spec entry for _itoa.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Fix the order of parameters passed into DispCallFunc.
+
+2006-01-30  Michael Stefaniuc <mstefani@redhat.de>
 
-       * tools/wrc/CHANGES, tools/wrc/wrc.h, tools/wrc/writeres.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Generated labels of resource names must be unique throughout the
-       generated code.
-
-       * windows/message.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       "resultp" can be NULL in SendMessageTimeout*().
+       * dlls/ntdll/tape.c:
+       kernel: Remove bogus breaks in tape.c
 
-       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - prevent mem leak of CRTDLL_acmdln_dll
-       - better argument parsing
-       - last xargv entry has to be NULL
-       - return value is environment pointer instead of NULL
-       - added a spec entry for bsearch()
+2006-01-27  Huw Davies <huw@codeweavers.com>
 
-Sat Jan  1 22:38:21 2000  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/factory.c,
+         dlls/msxml3/node.c, dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
+         dlls/msxml3/parseerror.c:
+       msxml: Issue a fixme if the interface is not implemented.
 
-       * loader/module.c, scheduler/process.c, windows/message.c, windows/queue.c, windows/user.c, if1632/thunk.c, include/callback.h, include/process.h:
-       Peter Ganten <peter@ganten.org>
-       Implemented WaitForInputIdle.
+2006-01-27  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/ddeml.c, windows/win.c:
-       Fixed potential buffer overflows (spotted by Francois Gouget).
+       * dlls/gdi/pen.c, dlls/gdi/tests/gdiobj.c:
+       gdi: Add test case for creating pens, make it pass under Wine for
+       cosmetic pens.
 
-       * relay32/wow32.spec, dlls/mpr/mpr.spec, dlls/ntdll/ntdll.spec, dlls/psapi/psapi.spec, dlls/shell32/shlwapi.spec, dlls/tapi32/line.c, dlls/tapi32/tapi32.spec, dlls/version/version.spec, dlls/winmm/winmm.spec, relay32/ddraw.spec, relay32/dinput.spec, relay32/gdi32.spec, dlls/avifil32/avifil32.spec, dlls/crtdll/crtdll.spec, dlls/dciman32/dciman32.spec, dlls/dplayx/dplay.spec, dlls/icmp/icmp.spec, dlls/imagehlp/imagehlp.spec, dlls/imm32/imm32.spec, dlls/lzexpand/lz32.spec, dlls/advapi32/advapi32.spec:
-       Make use of automatic ordinal allocation.
+2006-01-27  Mike McCormack <mike@codeweavers.com>
 
-       * server/socket.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/registry.c, server/request.c, server/request.h, server/select.c, server/semaphore.c, server/snapshot.c, server/sock.c, server/thread.c, server/thread.h, server/timer.c, server/trace.c, server/Makefile.in, server/change.c, server/console.c:
-       Moved poll handling to the generic part of the server objects.
-       Fixed busy waiting on POLLERR events.
-       Merged struct client into struct thread.
+       * dlls/kernel/change.c:
+       kernel: Partially implement ReadDirectoryChangesW using NtNotifyChangeDirectoryFile.
 
-Mon Dec 27 05:26:01 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-27  Juan Lang <juan_lang@yahoo.com>
 
-       * win32/process.c, windows/x11drv/wnd.c, dlls/odbc32/proxyodbc.c, dlls/ole32/bindctx.c, dlls/ole32/hglobalstream.c, graphics/ttydrv/bitmap.c, misc/ddeml.c, misc/version.c:
-       Cosmetics.
+       * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+         dlls/iphlpapi/iphlpapi_main.c:
+       iphlpapi: Reimplement interface enumeration.
+       Implement interface enumeration based on if_nameindex, based on a
+       suggestion by Michael Ost
 
-       * memory/atom.c, memory/environ.c, misc/lstr.c, misc/registry.c, misc/winsock.c, programs/regapi/regapi.c, relay32/builtin32.c, windows/driver.c, windows/mdi.c, windows/x11drv/keyboard.c, dlls/winmm/lolvldrv.c, dlls/winmm/wineoss/mixer.c, files/profile.c, graphics/psdrv/driver.c, graphics/psdrv/font.c, loader/module.c, loader/ne/module.c, loader/task.c, dlls/commdlg/filedlg.c, dlls/commdlg/filetitle.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/version/install.c:
-       Francois Gouget <fgouget@psn.net>
-       Buffer overflows and strncpy fixes.
+2006-01-27  Rein Klazes <wijn@wanadoo.nl>
 
-       * loader/pe_image.c:
-       PE_FindExportedFunction: use a binary search for function names.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       user: Fix SPI_{G|S}ETFONTSMOOTHING with tests.
 
-Sun Dec 26 23:12:38 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-27  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/advapi32/advapi32.spec, dlls/odbc32/odbc32.spec:
-       Fixed/commented out duplicate entry point names.
+       * dlls/kernel/lcformat.c, dlls/kernel/profile.c, dlls/ntdll/tests/path.c,
+         dlls/ntdll/tests/reg.c, libs/wine/debug.c:
+       Fix a couple of bugs spotted by valgrind.
 
-       * relay32/builtin32.c, tools/build-spec.txt, tools/build.c:
-       Added support for automatic ordinal allocation.
-       Output list of function names in sorted order.
-       Added support for nameless (ordinal-only) entry points.
-       Cleaned up error handling.
+       * dlls/ntdll/signal_i386.c, server/console.c, server/fd.c,
+         server/request.c:
+       Suppress some false-positives reported by valgrind.
 
-       * include/metafiledrv.h, include/psdrv.h, include/ts_xlib.h, include/ttydrv.h, include/win16drv.h, include/x11drv.h, objects/font.c, objects/text.c, tsx11/X11_calls, tsx11/ts_xlib.c, graphics/metafiledrv/text.c, graphics/psdrv/font.c, graphics/psdrv/ps.c, graphics/psdrv/text.c, graphics/ttydrv/font.c, graphics/ttydrv/text.c, graphics/win16drv/font.c, graphics/win16drv/text.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c, include/gdi.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Move DCFuncs ExtTextOut and GetTextExtentPoint to Unicode.
-       Map a few Unicode chars to the first 0xff in psdrv.
-       Don't expect x11drv to display Unicode chars yet.
+       * programs/winedbg/break.c, programs/winedbg/dbg.y,
+         programs/winedbg/debug.l, programs/winedbg/debugger.h,
+         programs/winedbg/winedbg.c:
+       winedbg: Hardware breakpoints
+       - implemented hardware assisted breakpoints (new 'hbreak' command
+       which behaves just as 'break' command)
+       - small improvements to break handling (saving hit xpoint across
+       exception handling)
+       - fixed 'cont N' command for watchpoints
 
-       * dlls/comctl32/tooltips.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, memory/string.c, relay32/relay386.c, relay32/snoop.c:
-       Francois Gouget <fgouget@psn.net>
-       Wrapped some strings in a debugstr_* call.
-       Replaced some calls to debugstr_{a,w} by debugstr_{a,w}n.
-       Removed redundant 'L's for Unicode strings.
-       Tried to harmonize the traces a little bit.
+2006-01-27  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/debugstr.c: Francois Gouget <fgouget@psn.net>
-       debugstr_w now returns something looking like 'L"xxxx"...'
+       * dlls/kernel/file.c, dlls/kernel/path.c, dlls/kernel/tests/file.c,
+         dlls/ntdll/file.c, dlls/ntdll/tests/change.c, server/fd.c:
+       server: Make the FILE_SHARE_DELETE sharing checks depend on DELETE
+       access instead of on the FILE_DELETE_ON_CLOSE flag (based on a patch
+       by Mike McCormack).
 
-       * dlls/commdlg/filedlg95.c: Francois Gouget <fgouget@psn.net>
-       FILEDLG95_HandleCustomDialogMessages:
-       - for the three handled messages we must return the required buffer size
-       - for CDM_GETFILEPATH paths like "dir\file" were handled incorrectly
-       - fixed multiple potential buffer overflows.
-       FILEDLG95_OnOpen: fixed a use of strncpy without '\0'.
-       FILEDLG95_SHELL_NewFolder: the size of lpstrCaption was incorrect
-       leading to a buffer overflow.
+       * dlls/shell32/shlfileop.c:
+       shell32: Fixed a couple of FindFirstFile handle leaks.
 
-Sat Dec 25 22:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/tests/.gitignore:
+       oleaut32: Ignore new test ok file.
 
-       * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added support for playing more record types (still more to come).
+2006-01-27  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
-       Better support very long strings by avoiding to copy them in a fixed
-       size buffer (one exception partly remains: callback strings).
-       Raise the buffer size to 512 characters.
-       Merge the handling of item 0 and other items together in GetItemA to
-       reduce code duplication.
+       * dlls/user/tests/edit.c:
+       user: Don't automatically add a bunch of styles in create_editcontrol.
 
-       * graphics/psdrv/bitmap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix PSDRV_StretchDIBits for non-integer byte src widths (1 & 4bpp).
+2006-01-27  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
-       Cast the unsigned int to signed, or NEAR_MATCH will not work.
+       * dlls/user/tests/text.c, dlls/user/text.c:
+       user: Fix DrawTextExA/W on empty strings.
+       DrawTextExA/W should calculate a rectangle of zero height and width in
+       some cases of null or empty supplied strings. With conformance tests.
 
-       * misc/cdrom.c, msdos/int2f.c, include/cdrom.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed first/last playable frame referencing.
+2006-01-27  Mike McCormack <mike@codeweavers.com>
 
-       * include/mmsystem.h, dlls/winmm/mcicda/mcicda.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bogus values in MCI_STATUS handling (position & length of tracks).
-       Added support for MCI_INFO on MEDIA_UPC & MEDIA_IDENTITY commands.
+       * dlls/kernel/change.c:
+       kernel32: Implement FindFirstChangeNotification with NtNotifyChangeDirectoryFile.
 
-       * windows/rect.c: Marcus Meissner <marcus@jet.franken.de>
-       Test pointers passed to copyrect for NULL.
+2006-01-27  Robert Shearman <rob@codeweavers.com>
 
-       * windows/dialog.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Restore erroneously deleted lines.
+       * dlls/oleaut32/oleaut32.spec, dlls/oleaut32/tests/Makefile.in,
+         dlls/oleaut32/tests/usrmarshal.c, dlls/oleaut32/usrmarshal.c:
+       ole: Test and implement LPSAFEARRAY marshaling.
 
-       * dlls/comctl32/comctl32undoc.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       DPA_DeletePtr was resizing the array to a too small size.
+       * dlls/oleaut32/tmarshal.c:
+       oleaut: Improve the typelib marshaler traces.
+       Improve the typelib marshaler traces for lazy developers like me who
+       don't want to grep for constants.
 
-       * windows/winpos.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Avoid infinite loop in WINPOS_FindIconPos if the width of the parent
-       client area is less than the icon spacing.
+       * include/rpcndr.h:
+       include: Add types and definitions for RPC user callback routines.
 
-       * documentation/linux-fat-permissions:
-       Steven Elliott <elliotsl@mindspring.com>
-       Added a document that describes configuring FAT filesystem permissions
-       for Wine.
+       * include/propidl.idl:
+       include: Add new union cases for PROPVARIANT structure.
 
-       * scheduler/thread.c: Juergen Schmied <juergen.schmied@debitel.net>
-       NT allocates one page as TEB. Some native NT-dlls are using this.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Implement callback conformance.
 
-       * graphics/x11drv/xfont.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Don't skip usable X fonts. Add support for koi8 fonts.
+2006-01-27  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
-       Modified IcmpCloseHandle and IcmpSendEchoRequest so that we don't
-       crash if the handle is INVALID_HANDLE_VALUE.
+       * dlls/riched20/paint.c:
+       riched20: Remove a couple of no longer used functions.
 
-       * include/windef.h: Steven Elliott <elliotsl@mindspring.com>
-       Changed the "this_is_a_syntax_error" error message to a more specific
-       error message.
+2006-01-27  Mike McCormack <mike@codeweavers.com>
 
-Mon Dec 20 04:14:48 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/change.c, dlls/ntdll/directory.c, dlls/ntdll/tests/change.c,
+         include/wine/server_protocol.h, server/change.c, server/file.c,
+         server/file.h, server/protocol.def, server/request.h, server/trace.c:
+       server: Fix the file notification interface to use directory handles.
 
-       * graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/gdi.h, include/metafiledrv.h, include/path.h, include/ttydrv.h, include/x11drv.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Move Bezier code out of x11drv into commmon GDI code; if any driver
-       does not implement PolyBezier[To] the curve is approximated to lines
-       and drawn with Polyline.
-       Implement many GDI-Path recording functions (at least the win9x subset).
-       Implement FlattenPath and FillPath.
+2006-01-27  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/dplayx/dplayx.spec: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Fixed ordinal numbering and added new spec stub.
+       * server/hook.c:
+       server: Fixed low-level hardware hooks.
+       The hook thread field has been reused for win events, so it no longer
+       works for low-level hardward hooks. Use the owner field instead.
 
-       * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
-       Readded Xpm autoconf checks.
+2006-01-27  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * ole/ole2nls.c: Rein Klazes <rklazes@casema.net>
-       EnumSystemLocalesA should look for registry values, not subkeys.
+       * dlls/user/scroll.c:
+       user: Postpone resetting SCROLL_TrackingWin untill all notifications are sent.
 
-       * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
-       Small fix to get GET_DEVICE_TYPE working (verified by Dan Kegel).
+2006-01-27  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/trackbar.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Corrected background color and fixed leaking GDI brush.
+       * dlls/winmm/wineoss/audio.c:
+       wineoss: Proper support in OSS driver for audio when no mixer is present.
+       Fixed a couple of potential fd leaks.
 
-       * misc/registry.c: Juergen Schmied <juergen.schmied@debitel.net>
-       NT loader: don't stop loading a hive when an error occurs.
+2006-01-27  Hans Leidekker <hans@it.vu.nl>
 
-       * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       PlayMetaFile and EnumMetaFile should work if the hdc is a
-       (enh)metafile DC.
+       * dlls/kernel/tape.c:
+       kernel: Implementation of tape functions.
+       Implement CreateTapePartition, EraseTape, GetTapeParameters,
+       GetTapePosition, GetTapeStatus, PrepareTape, SetTapeParameters,
+       SetTapePosition and WriteTapemark.
 
-       * README: Juergen Lock <nox@jelal.kn-bremen.de>
-       Updated the FreeBSD notes, the LDT patch finally made it into -current.
+2006-01-26  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/commdlg/filetitle.c: Francois Gouget <fgouget@psn.net>
-       If lpTitle==NULL and cbBuf==0 then we must return the required buffer
-       size.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Added client site's IDispatch stub implementation.
 
-       * dlls/comctl32/comctl32.spec, dlls/comctl32/commctrl.c, include/commctrl.h:
-       Shaun Morris <shaun@blueneptune.com>
-       Implemented _TrackMouseEvent for the TME_LEAVE flag.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       shdocvw: Added WebBrowser's IOleCommandTarget stub implementation.
 
-       * graphics/ddraw.c, graphics/ddraw_private.h:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Adds resolution / depth switching with DGA 2.0.
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Added client site's IOleCommandTarget stub implementation.
 
-----------------------------------------------------------------
-Sun Dec 12 21:28:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-26  Phil Krylov <phil@newstar.rinet.ru>
 
-       * windows/x11drv/event.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       Fixed handling of DGA2.0 keyboard events.
+       * dlls/riched20/editor.c:
+       riched20: EM_STREAMIN should send a EN_UPDATE notification.
 
-       * dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/wineacm.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added the ability to open several streams on the same driver.
-       Added a few acmMetrics options.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/paint.c:
+       riched20: Selection painting fixes.
 
-       * dlls/oleaut32/ole2disp.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       SysStringLen can get a NULL pointer (and shall return 0).
+2006-01-26  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now using notification for detecting when a WAVEHDR has been played
+       * configure, configure.ac, dlls/ntdll/Makefile.in, dlls/ntdll/file.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/tape.c, include/config.h.in:
+       ntdll: Add implementation of tape IOCTLs.
 
-       * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Enhanced synchronization between playback thread and stop/close commands
-       Now using notification for detecting when a WAVEHDR has been played
+       * include/Makefile.in, include/ddk/ntddtape.h, include/winbase.h,
+         include/winnt.h:
+       include: Add some defines related to tape support.
 
-       * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       ComboBox should not send bogus messages to edit buddy and to itself.
+2006-01-26  Mike McCormack <mike@codeweavers.com>
 
-       * files/dos_fs.c: Peter Ganten <peter@ganten.org>
-       Fixed GetShortPathNameA.
+       * loader/preloader.c:
+       preloader: Allow compiling the preloader with -fstack-protector.
 
-       * Makefile.in, configure, configure.in:
-       Moses DeJong <dejong@cs.umn.edu>
-       Fixed missing libwine.so symlink during install. Set the runtime
-       linker path.
+2006-01-25  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/dialog.c: Murali Pattathe
-       GetNextDlgGroupItem: needs to check the control parent is the main dialog.
-       GetNextTabItem: make sure this control is visible and not disabled.
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       user: Don't drop owned windows in WIN_EnumChildWindows.
+       Add a few tests for this.
 
-       * loader/module.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed cmd line length calculation.
+2006-01-25  Alexandre Julliard <julliard@winehq.org>
 
-       * include/x11drv.h, windows/x11drv/event.c, graphics/ddraw.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - added support of DGA-2.0 events
-       - fixed the leaving of DGA-2.0 mode
+       * server/fd.c, server/file.c:
+       server: Allow opening a directory with write access (based on a patch
+       by Mike McCormack).
 
-       * controls/menu.c, include/menu.h, windows/winproc.c:
-       Rein Klazes <rklazes@casema.net>
-       In win32 a WM_MENUSELECT message should contain the position when the
-       item refers to a submenu, not the submenu's handle as in win16.
+       * include/wtypes.idl:
+       wtypes: Don't specify alignment for DOUBLE and DATE on MSVC.
 
-       * files/tape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed arg types of FIXMEs.
+       * tools/wine.inf:
+       wine.inf: Don't overwrite registry keys that users may want to change.
 
-       * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
-       Check for passed invalid window handle in DefMDIChildProc*.
+       * dlls/kernel/dosmem.c, dlls/kernel/kernel_private.h:
+       kernel: Handle a failure to load winedos a bit more gracefully.
 
-       * dlls/winmm/mmsystem.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix no. of arguments in a WARN statement.
+       * dlls/x11drv/bitblt.c:
+       x11drv: Always set GC function to GXcopy for the BitBlt DIB optimization.
 
-       * objects/text.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Allows DrawText(16|A|W) to get a NULL string as parameter.
+2006-01-25  Mike Frysinger <vapier@gentoo.org>
 
-       * scheduler/process.c, dlls/advapi32/service.c, dlls/comctl32/datetime.c, dlls/comctl32/tab.c, dlls/dplayx/dplay.c, graphics/ttydrv/objects.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed compiler warnings.
+       * tools/winegcc/winegcc.c:
+       winegcc: Pass -m32/-m64 along to the linker.
 
-       * controls/listbox.c, misc/registry.c, misc/version.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed 2 useless include winversion.h
-       Do not make autodetected version fix on first calls if it is Win31.
+2006-01-25  Robert Reif <reif@earthlink.net>
 
-       * dlls/shell32/shell32.spec:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added StrNCpyA, StrNCpyW.
+       * dlls/dsound/tests/duplex.c:
+       dsound: Duplex test fix.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Message translation WM_CREATE fixed.
-
-Sat Dec 11 23:56:47 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/odbc32/.cvsignore, dlls/odbc32/Makefile.in, dlls/odbc32/odbc32.spec, dlls/odbc32/proxyodbc.c, dlls/odbc32/proxyodbc.h, include/debugdefs.h, include/sql.h, include/sqlext.h, include/sqltypes.h, loader/loadorder.c:
-       Xiang Li
-       Implementation of a proxy ODBC32 dll.
-
-       * windows/x11drv/wnd.c, dlls/shell32/Makefile.in, dlls/shell32/shell32_main.c, dlls/shell32/systray.c, include/winuser.h, include/x11drv.h, windows/nonclient.c:
-       Kai Morich <kai.morich@bigfoot.de>
-       Marcus Meissner <marcus@jet.franken.de>
-       Added systray support.
-       Swallow the windows systray icons into kpanel systray if KDE/KWM is
-       running.
-
-       * documentation/wine.conf.man.in, misc/registry.c, wine.ini:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added loader for NT registry files.
-
-       * dlls/ntdll/nt.c, include/ntsecapi.h, include/winnt.h, dlls/advapi32/advapi32.spec, dlls/advapi32/security.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Stubs for LsaFreeMemory, LsaQueryInformationPolicy, LsaClose.
-       Small fixes.
-
-       * include/wingdi.h, objects/enhmetafile.c, objects/region.c, relay32/gdi32.spec:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Implemented GetEnhMetaFilePaletteEntries
-       - Added fixme stubs for SetMetaRgn and GetMetaRgn
-       - Added support for playing several enhanced metafile records
-       - Added beginnings of implementation for playing the rest of the
-         enhanced metafile records
-
-       * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/dc.c, graphics/ttydrv/dib.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
-       Patrik Stridvall <ps@leissner.se>
-       Improved the TTY driver.
-
-       * files/file.c: Peter Ganten <peter@ganten.org>
-       Return an error if lpOverlapped is provided to ReadFile / WriteFile.
-
-       * misc/wsprintf.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not confuse the 0 fill magic of wsprintf with the "0x" hex prefix.
-
-       * dlls/winmm/mmsystem.c, dlls/winmm/wavemap/wavemap.c:
-       Bradley Baetz <bbaetz@student.usyd.edu.au>
-       The wavemap driver wasn't passing the callback type to the
-       DriverCallback routine correctly.
-
-       * files/tape.c: Added missing WINAPIs.
-
-       * windows/syscolor.c: Marcus Meissner <marcus@jet.franken.de>
-       If we have registry entries, use them. Never mind which version we
-       autodetected.
-
-       * dlls/oleaut32/oleaut32.spec, misc/port.c, tools/bin2res.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some issues found by winapi_check.
-
-       * tools/winapi_check/win16/display.api, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Minor fixes and additions.
-
-       * loader/ne/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Added missing 'return' statement.
-
-       * dlls/commdlg/filedlg95.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Small fixes.
-
-Fri Dec 10 03:47:14 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, controls/menu.c, include/message.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Perform 16/32A/32W message mapping for posted messages.
-
-       * files/Makefile.in, files/tape.c, include/debugdefs.h, relay32/kernel32.spec:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Added stubs for the WinNT tape backup functions.
-
-       * debugger/msc.c, debugger/source.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Parse CodeView type/symbol info with 32-bit type indices.
-       Added (partial) support for VC 5/6 .PDB files.
-       Fixed treatment of source file names containing path.
-
-       * server/registry.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Fixed off-by-one error.
-
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Show main window if CreateProcess was called without the
-       STARTF_USESHOWWINDOW flag.
-
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented PE_UnloadLibrary().
+2006-01-25  Jacek Caban <jacek@codeweavers.com>
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - do not loose initial auto-repeat status when acquiring the keyboard more
-         than one time
-       - support of DirectX 7's DIMOUSESTATE2 structure
+       * dlls/shdocvw/dochost.c:
+       shdocvw: Added TranslateUrl implementation.
 
-       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
-       Marcus Meissner <Marcus.Meissner@lst.de>
-       Added NtPowerInformation stub.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c,
+         dlls/shdocvw/shdocvw.h:
+       shdocvw: Store IDocHostUIHandler interface in the WebBrowser object.
 
-       * dlls/ole32/bindctx.c: Gerard Patel <g.patel@wanadoo.fr>
-       Transfer only cbStruct size in BindCtxImpl_S(G)etOptions.
+2006-01-25  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-Wed Dec  8 03:56:34 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/static.c:
+       static control: SS_CENTERIMAGE fixes.
+       - Stretch bitmaps and icons to the whole control size if
+       SS_CENTERIMAGE is absent
+       - Draw the background of centered bitmaps and icons with the
+       background brush (like Windows XP for applications with a manifest)
 
-       * windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/message.c, windows/nonclient.c, windows/painting.c, windows/win.c, windows/keyboard.c, scheduler/critsection.c, scheduler/debugger.c, scheduler/process.c, win32/kernel32.c, win32/newfns.c, msdos/dosmem.c, objects/bitmap.c, objects/clipping.c, objects/font.c, ole/ole2nls.c, loader/elfdll.c, loader/module.c, loader/pe_image.c, loader/resource.c, loader/task.c, memory/instr.c, memory/local.c, misc/registry.c, graphics/bitblt.c, graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, if1632/thunk.c, files/directory.c, files/dos_fs.c, files/drive.c, dlls/shell32/pidl.c, dlls/shell32/shell.c, dlls/shell32/shell32_main.c, dlls/shell32/shellole.c, dlls/tapi32/line.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/flatsb.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/advapi32/crypt.c, dlls/advapi32/security.c, dlls/avifil32/avifile.c, controls/edit.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Make use of the DEFAULT_DEBUG_CHANNEL where appropriate.
-       Use the default version of FIXME, ERR, WARN, TRACE for the default
-       channel.
+       * dlls/gdi/enhmfdrv/init.c:
+       gdi: Fix the EMF bounding box calculation.
 
-       * include/module.h, loader/module.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Delay sending debug events until process initialization is complete.
+2006-01-25  Juan Lang <juan_lang@yahoo.com>
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated, added chapter on configuration and architecture.
+       * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+         dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+         dlls/iphlpapi/ipstats.h:
+       iphlpapi: Remove one IP address per interface restriction.
+       - remove restriction of one IP address per interface
+       - remove dead code, and make static functions that can be
+       - update comments and copyright notice
 
-       * dlls/winmm/mmio.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
-       - Fix MMIO_{Open,Rename} to check the filename (of the form
-         file.ext+ABC) for the correct mmio procedure to use.
-       - mmioStringToFOURCC now converts to uppercase if asked to, and handles
-         strings of length < 4.
+2006-01-25  Hans Leidekker <hans@it.vu.nl>
 
-       * controls/edit.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Fix problem with EN_UPDATE notification sent by edit control.
-
-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/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.
+       * dlls/kernel/tests/change.c:
+       kernel: Test moving a directory that has a change notification
+       registered for itself.
 
-       * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Allow to deselect all items by sending CB_SETCURSEL(-1) to the combo.
-
-Sun Dec  5 23:54:04 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-24  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/painting.c, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/graphics.c, graphics/x11drv/init.c, include/enhmetafiledrv.h, include/gdi.h, include/metafiledrv.h, include/path.h, include/psdrv.h, include/ttydrv.h, include/x11drv.h, graphics/painting.c, graphics/path.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixes several bugs in gdi path handling.
-       Adds *Path functions to dc funcs table + add EnhMetaFile recording.
-       Separate out Polylne/PolylineTo and PolyBezier/PolyBezierTo in dc
-       funcs table to enable proper enhmetafile recording.
-       The current position update in *To functions is now handled by the
-       main function and not in the drivers.
-       Move USER functions from graphics/painting.c -> windows/painting.c
-
-       * dlls/ole32/compobj.c, dlls/ole32/ole2.c, dlls/oleaut32/oleaut.c, dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.spec, include/ole2ver.h, misc/version.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       - the OLE version returned was too low
-       - renamed OABuildVersion16 to OaBuildVersion16
-       - spelling fixes
-
-       * files/drive.c: Peter Ganten <peter@ganten.org>
-       Fix GetCurrentDirectoryA and W to return the needed space for the CWD,
-       if the buffer size is not large enough.
-
-       * controls/button.c, windows/dialog.c:
-       Dmitry Timoshkov <dmitry@sloboda.ru>
-       Remove hack for keyboard messages in dialogs.
-
-       * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Stubs for VMM GetDemandPageInfo function and VWin32 "Get VMCPD Version".
-       Implementation for VWin32 Int31/DPMI dispatch call.
-       Fixed "dangling else" compiler warning.
-
-       * dlls/comctl32/listview.c: Francois Gouget <fgouget@psn.net>
-       Whenever we do an strncpy we should make sure we put a '\0' at the end
-       of the buffer.
+       * loader/pthread.c:
+       loader: Detect pthread_get_stackaddr_np returning the top of the stack
+       instead of the base.
 
-       * include/toolhelp.h, misc/toolhelp.c, relay32/kernel32.spec:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added Thread32First/Next stubs.
+2006-01-24  Huw Davies <huw@codeweavers.com>
 
-       * include/thread.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved wineserver's buffer & buffer_size at the end of TEB so that IE
-       doesn't overwrite them.
+       * dlls/msxml3/domdoc.c:
+       msxml: Implement save.
 
-       * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed mciInfo.
+2006-01-24  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/wavemap/wavemap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for WAVE_FORMAT_QUERY flag in wodOpen.
+       * programs/progman/En.rc, programs/progman/License_En.c,
+         programs/progman/Makefile.in, programs/progman/license.c,
+         programs/progman/license.h, programs/progman/main.c,
+         programs/progman/progman.h:
+       progman: Load license from resources.
 
-       * dlls/msacm32/stream.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Correctly implement ACM_STREAMOPENF_QUERY flag in acmOpenStream.
-
-       * dlls/winmm/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed MCI_OPEN command for types like "CDAUDIO!H:".
+2006-01-24  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/ddraw_private.h, graphics/ddraw.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Merged _all_ lpClipper into common_surface.
-       Add NULL ptr check to SetClipper.
-       Some more debug output.
+       * dlls/msvcrt/errno.c:
+       msvcrt: Make error strings static.
 
-       * include/config.h.in, misc/port.c, configure, configure.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Use the real glibc openpty if present.
+2006-01-24  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * loader/ne/segment.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added typedef to insure compilation on all gcc&egcs versions.
-
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed _copy_registry().
-
-       * include/winnls.h, ole/nls/esa.nls, ole/nls/esc.nls, ole/nls/esd.nls, ole/nls/esg.nls, ole/nls/esm.nls, ole/nls/esn.nls, ole/nls/esp.nls:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Added some constants for Spanish.
-
-       * include/module.h, loader/ne/module.c, loader/ne/segment.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Call DllEntryPoint for *every* process that loads the DLL, not
-       just for the first one.
-       Bypass 32->16->32 transition when calling DllEntryPoint of built-in.
+       * dlls/comctl32/tests/comboex.c, dlls/comctl32/tests/progress.c,
+         dlls/dbghelp/symbol.c, dlls/kernel/comm.c,
+         dlls/msacm/winemp3/common.c, dlls/msi/dialog.c, dlls/msi/helpers.c,
+         dlls/ntdll/atom.c, dlls/oleaut32/oleaut.c,
+         dlls/oleaut32/tests/typelib.c, dlls/riched20/caret.c,
+         dlls/riched20/editor.c, dlls/riched20/para.c,
+         dlls/secur32/negotiate.c, dlls/secur32/secur32.c,
+         dlls/secur32/secur32_priv.h, dlls/urlmon/umon.c,
+         dlls/user/tests/edit.c, dlls/winmm/mci.c,
+         programs/explorer/explorer.c, tools/wmc/mcl.c, tools/wrc/wrc.c:
+       Make more arrays const.
 
-       * if1632/user.spec, windows/user.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added USER.DllEntryPoint().
+2006-01-24  Alexandre Julliard <julliard@winehq.org>
 
-       * if1632/thunk.c, include/process.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call 16-bit instead of 32-bit UserSignalProc entry point.
-       Don't load USER32.DLL unless requested by the program.
-       Bugfix: Pass the correct thread ID to UserSignalProc.
-
-       * loader/pe_image.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash when map fails.
-
-       * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Show use of undocumented messages.
+       * tools/wineprefixcreate.in:
+       wineprefixcreate: Only create links for files that don't exist.
+       Make a copy instead of a link if the original file is writable.
 
-       * include/keyboard.h, include/ttydrv.h, include/x11drv.h, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - removed keyboard auto-repeat when DInput acquires it
-       - removed some (now) obsolete fixme's
-
-       * graphics/ddraw_private.h, graphics/ddraw.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Moved lpClipper into common_directdrawsurface struct
-       Release old clipper on new set
-
-       * dlls/winmm/wineoss/midi.c, include/mmsystem.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fake MIDI_IO_STATUS support in midi in open
-       Fixed bug in midi in while reading data
+       * server/serial.c:
+       server: Use the new set_fd_user function in create_serial().
 
-       * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed infinite loop for 0-length wavehdrs.
+2006-01-24  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/winmm/mciwave/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed buggy playback for non PCM files
-       Added support for from & to indexes for playback
-       Now using double wavehdr for better output
-       Cleaned-up internal structs and removed last 16 bit API adherence
+       * server/fd.c, server/file.c, server/file.h:
+       server: Modify open_fd to create an fd without a user.
+       Create a set_fd_user function.
+       Update create_file() to use the above functions.
 
-       * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Tried to reduce echo in playSound API (using two wavehdr instead of
-       one).
+2006-01-24  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winmm/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added callback mechanisms for MIDI IN.
+       * tools/winebuild/import.c:
+       winebuild: Get rid of the default ignored symbols list.
 
-       * dlls/msacm32/stream.c, dlls/msacm32/wineacm.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed improper acm streams closing.
+       * dlls/msvcrt/msvcrt.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/string.c:
+       ntdll: memcpy should behave like memmove in ntdll too.
 
-       * dlls/msacm32/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Debug traces cosmetic fixes.
+       * dlls/ntdll/ntdll.spec:
+       ntdll: Mark all libc-style functions as private to make sure we link
+       to the real libc functions instead.
+
+       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.h, dlls/user/combo.c,
+         dlls/winedos/int21.c, include/winternl.h, programs/winedbg/winedbg.c:
+       Avoid importing _strlwr/_strupr from ntdll.
+
+       * dlls/msvcrt/console.c, dlls/msvcrt/file.c, dlls/msvcrt/msvcrt.h,
+         dlls/msvcrt/wcs.c:
+       msvcrt: Use the msvcrt version of printf everywhere.
+
+2006-01-24  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+         dlls/iphlpapi/iphlpapi_main.c, dlls/iphlpapi/ipstats.c,
+         dlls/iphlpapi/ipstats.h:
+       iphlpapi: Clean up memory allocation.
+       - pass heap to allocate from directly to helper functions, instead of
+       unnecessarily copying returned data
+       - use public types rather than internal ones
+       - make sure GetBestRoute doesn't return bogus matches
 
-       * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some errors (thanks to F Gouget for reporting them).
-       Added some bits on thunking and resources for DLLs.
+2006-01-24  Robert Shearman <rob@codeweavers.com>
 
-Sat Dec  4 04:22:04 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/typegen.c:
+       widl: Generate type format strings for conformant varying arrays.
 
-       * graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, tsx11/X11_calls, tsx11/ts_xlib.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       First support of DGA 2.0 for DirectDraw.
+       * tools/widl/parser.y:
+       widl: Fix detection of varying arrays.
+       Correctly identify structures containing varying arrays as conformant
+       varying structures.
 
-       * include/winuser.h, relay32/user32.spec, win32/newfns.c:
-       Erez Volk <erez@gmx.net>
-       Stubs for Get/SetProcessDefaultLayout.
+       * tools/widl/parser.y:
+       widl: Fix detection of conformant varying structs.
+       Rename has_conformant_array to has_conformance, add a new variable
+       has_variance and map has_conformant_string to has_conformance and
+       has_variance.
+       A conformant varying struct should be returned if just variance is
+       present and even if no pointers are present.
 
-       * files/profile.c, relay32/kernel32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for CloseProfileUserMapping.
+       * tools/widl/typegen.c:
+       widl: Support generation of conformant structure type strings.
 
-       * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       Use DInput's internal mouse event handler to handle the GetDeviceState
-       function.
+       * tools/widl/typegen.c:
+       widl: Conformant arrays have a size of 0.
+       Conformant arrays should cause a size of 0 to be returned from
+       type_memsize.
 
-       * dlls/winmm/mmsystem.c: Peter Ganten <peter@ganten.org>
-       waveHdr.lpData was eventually HeapFree()ed uninitialized.
+       * tools/widl/typegen.c:
+       widl: Support correlation descriptors in structures.
 
-       * loader/module.c: Sergei Turchanov <turchanov@otvprim.ru>
-       Fix for GetBinaryType to return SCS_DOS_BINARY if extended signature
-       is unknown.
+       * tools/widl/parser.y:
+       widl: Error if an array is in the middle of a structure.
+       Fix detection of conformant arrays and output an error if the array
+       isn't at the end of the structure.
 
-       * loader/dos/module.c, loader/ne/module.c, relay32/builtin32.c, scheduler/process.c, include/dosexe.h, include/elfdll.h, include/module.h, include/pe_image.h, loader/elf.c, loader/elfdll.c, loader/main.c, loader/module.c, loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed 32-bit module name handling to conform better to Win9x.
-       Removed OFSTRUCT passing during process creation sequence.
-       Bugfix: don't set exe_modref when LOAD_LIBRARY_AS_DATAFILE is set.
+       * tools/widl/header.h, tools/widl/parser.y, tools/widl/typegen.c:
+       widl: Fix the detection of conformant and pointer structs.
 
-       * dlls/advapi32/service.c, include/winsvc.h, dlls/advapi32/advapi32.spec:
-       Michael McCormack <mccormac@aals27.alcatel.com.au>
-       Added code to some service functions (some untested), fixed
-       declaration of service main function.
+       * tools/widl/typegen.c:
+       widl: Simple structs and complex pointers.
+       Write out type format string for simple structs and for pointers to
+       non-simple types.
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h:
-       Pierre Mageau
-       Murali Pattathe
-       Francois Boisvert
-       Francis Baudet
-       Henning Hoffmann
-       Many fixes.
+       * tools/widl/typegen.c:
+       widl: Add framework for generating struct and union type format strings.
 
-       * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added stubs for several MRU list functions and documented some others.
+       * tools/widl/typegen.c:
+       widl: Support different types of simple pointers.
+       Support pointer types in unmarshall_arguments.
 
-       * server/file.c: Marcus Meissner <marcus@jet.franken.de>
-       Flush handle in any access mode.
+       * tools/widl/typegen.c:
+       widl: Generate NdrNonConformatString* calls for non-conformant string types.
 
-       * dlls/comctl32/header.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixes off by one error in item insertion.
+       * tools/widl/typegen.c:
+       widl: Add functions for detecting array and string types.
+       Add functions for detecting array and string types and use these in
+       both writing type format strings and when marshalling and
+       unmarshalling parameters.
 
-       * dlls/winmm/wineoss/audio.c: Marcus Meissner <marcus@jet.franken.de>
-       Allow 1% deviation from specified sampling rate for some soundcards.
+       * tools/widl/typegen.c:
+       widl: Support some more complicated conformance / variance expressions.
 
-       * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
-       Suppressed the inclusion of OpenGL headers.
+       * include/wine/rpcfc.h:
+       widl: Added some more constants for conformance descriptors.
 
-       * objects/enhmetafile.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Added stub for conversion from meta to enhance meta files.
-       - Implemented GetEnhMetaFileBits for enhanced meta files.
+       * tools/widl/typegen.c:
+       widl: Start implementing writing of conformance/variance descriptors.
 
-       * graphics/ddraw.c, graphics/ddraw_private.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Improved stubs for the ddraw clipper routines.
+       * include/wine/rpcfc.h, tools/widl/typegen.c:
+       widl: Strings.
+       Write out type format strings for string types.
 
-Mon Nov 29 02:48:43 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/typegen.c:
+       widl: Arrays.
+       Write out type format strings for arrays, except for the missing
+       generic functionality of conformance and variance descriptors.
 
-       * win32/time.c: Made GetSystemTimeAsFileTime return value more precise.
+       * tools/widl/typegen.c:
+       widl: Simplify write_typeformatstring_type.
+       Simplify handling of types in write_typeformatstring_type by only
+       writing non-pointer types out when ptr_level is 0. Add stubs for
+       functions that will write out the type format string for strings and
+       arrays.
 
-       * server/event.c, server/file.c:
-       Fixed get_event_obj/get_file_obj to use the process parameter (thanks
-       to Eric Pouech).
+       * tools/widl/typegen.c:
+       widl: Don't use recursion for write_typeformatstring_type.
+       Since a var_t can now be passed in, rename to
+       write_typeformatstring_var. Simplifies the code.
 
-       * server/process.h, scheduler/process.c, server/process.c:
-       Fixed DEBUG_ONLY_THIS_PROCESS again (thanks to Ulrich Weigand).
+       * tools/widl/typegen.c, tools/widl/typegen.h:
+       widl: Don't use recursion to implement write_procformatstring_type.
+       Renamed to write_procformatstring_var now since we can pass a var_t in
+       again. This results in simpler code.
+
+2006-01-24  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/timer.c, server/Makefile.in, server/request.h, server/timer.c, server/trace.c, dlls/ntdll/nt.c, include/server.h, include/winbase.h, relay32/kernel32.spec, scheduler/Makefile.in:
-       Implemented waitable timers.
+       * dlls/kernel/process.c:
+       kernel: Fail more gracefully when loading a builtin exe didn't work.
 
-Sun Nov 28 21:03:46 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-24  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * tools/bin2res.c: Bug fixes.
+       * dlls/comctl32/listview.c:
+       comctl32: Make listview use standard wine_dbg_sprintf and wine_dbgstr_xxx.
 
-       * dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, include/prsht.h:
-       Serge Ivanov
-       Pierre Mageau
-       Thy Nguyen
-       Don Kelly
-       Noomen Hamza
-       Lots of bug fixes and new features in property sheets.
+2006-01-24  Huw Davies <huw@codeweavers.com>
 
-       * win32/newfns.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, dlls/dplayx/dplobby.c, dlls/shell32/shlview.c, graphics/psdrv/font.c, dlls/comctl32/tab.c:
-       Niels Kristian Bech Jensen <nkbj@image.dk>
-       Compiler warnings fixed.
+       * dlls/gdi/freetype.c:
+       gdi: Fixes to preempt freetype 2.2.0.
 
-       * graphics/x11drv/xfont.c: Bradley Baetz <bbaetz@student.usyd.edu.au>
-       Give the app back the exact font name it asked for.
+2006-01-24  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c: Dave Pickles <davep@nugate.demon.co.uk>
-       Prevent a crash if messages are sent to a toolbar window before
-       WM_NCCREATE or after WM_DESTROY.
+       * include/Makefile.in, include/mshtmcid.h, include/mshtml.idl:
+       Added mshtmcid.h.
 
-       * dlls/winmm/winmm_Es.rc: Julio Cesar Gazquez <jgazquez@dld.net>
-       Updated Spanish MM error string translation.
+2006-01-24  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/comctl32.h, dlls/comctl32/rsrc.rc, dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
-       Alex Priem <alexp@sci.kun.nl>
-       - (final?) update of TreeView_* macro's.
-       - implementation of TVM_SETINSERTMARK & TVM_SETINSERTMARKCOLOR
-       - fixed some typo's
-       - custom draw enhancements
-       - implementation of state images
-       - implementation of TVS_CHECKBOXES
+       * configure, configure.ac, dlls/gdi/freetype.c, include/config.h.in:
+       gdi: Use correct include file for FT_Get_Module.
 
-       * dlls/comctl32/toolbar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed some visual toolbar bugs.
+2006-01-23  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * README: Juergen Lock <nox@jelal.kn-bremen.de>
-       Added notes about Wine-related FreeBSD kernel patches.
+       * dlls/user/user32.spec, dlls/user/win.c:
+       user32: Added stub for UpdateLayeredWindow.
 
-       * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Use RegQueryInfoKey to count number of printers.
+2006-01-23  Alexandre Julliard <julliard@winehq.org>
 
-       * server/unicode.h: Juergen Lock <nox@jelal.kn-bremen.de>
-       Don't try to call towupper() when there's no wctype.h.
+       * dlls/msvcrt/errno.c, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h:
+       msvcrt: Properly implemented strerror and perror (based on a patch by
+       Uwe Bonnes).
 
-       * controls/combo.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       When combobox selection changes, update its edit box accordingly.
+       * dlls/msvcrt/data.c, dlls/msvcrt/errno.c:
+       msvcrt: Added _sys_errlist (based on a patch by Uwe Bonnes).
 
-       * controls/listbox.c: Dmitry Timoshkov <dmitry@sloboda.ru>
-       Notify parent of listbox if requested.
+       * dlls/msvcrt/msvcrt.h, dlls/msvcrt/tests/headers.c,
+         include/msvcrt/errno.h:
+       msvcrt: Added EILSEQ definition.
 
-Thu Nov 25 23:42:54 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-23  Hans Leidekker <hans@it.vu.nl>
 
-       * server/ptrace.c: More portability fixes (thanks to Juergen Lock).
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c:
+       msvcrt: Stub implementation for wcsftime.
 
-       * dlls/ntdll/signal_i386.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Set/use fs/gs from the sigcontext struct, the corresponding kernel
-       change now finally has been MFC'd to -stable.
+2006-01-23  Alexandre Julliard <julliard@winehq.org>
 
-       * documentation/fonts: Juergen Lock <nox@jelal.kn-bremen.de>
-       Mention free Truetype font servers (Xfstt and xfsft).
+       * BUGS:
+       Remove useless BUGS file.
 
-       * winedefault.reg: Juergen Lock <nox@jelal.kn-bremen.de>
-       Note what to do with the winedefault.reg in the file.
+2006-01-23  Robert Shearman <rob@codeweavers.com>
 
-       * win32/device.c: Peter Ganten <peter@ganten.org>
-       Implemented parts of _PageReserve() _PageCommit() _PageDecommit()
-       _PageChangePermissions() and _PageFree() using the
-       Virtual*()-Functions (with the great help of Ulrich Weigand).
+       * dlls/msi/action.c, dlls/msi/helpers.c, dlls/msi/package.c:
+       msi: Move the firing of control events to MSI_ProcessMessage.
+       Move the firing of control events from internal helper functions to
+       MSI_ProcessMessage so that custom actions can all cause control events
+       to be fired.
+       Added the firing of progress events.
 
-       * memory/atom.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Removed fixme.
+       * dlls/msi/action.c, dlls/msi/files.c:
+       msi: Call ui_actiondata for more actions.
 
-       * misc/registry.c: Several bug fixes in save_key().
+2006-01-23  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/advapi32/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bogus error detection for RegEnumValue[AW] and
-       RegQueryValueEx[AW].
+       * dlls/advpack/tests/Makefile.in, dlls/advpack/tests/advpack.c:
+       advpack/tests: Fixed failure when "ProgramFilesDir" is != "C:\Program Files".
 
-       * dlls/dplayx/dplay.c, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplobby.c:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Added global data mutual exclusion
-       - Removed hack for creating processes suspended now that it's implemented
-       - Fixed ordinal numbering and added spec stubs
-       - Fixed EnumConnections callback to fill in all parameters with valid data
-       - Made direct play allocation/deallocation follow the same pattern as
-         direct play lobby
+2006-01-23  Robert Reif <reif@earthlink.net>
 
-       * dlls/win87em/emulate.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Several improvements.
+       * dlls/winmm/winearts/Makefile.in, dlls/winmm/winearts/audio.c:
+       winearts: Try to keep winecfg from crashing by recovering from an arts
+       library crash.
 
-       * ole/ole2nls.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed invalid LCMapString fixme for NORM_IGNOREKANATYPE case.
+2006-01-23  Alexandre Julliard <julliard@winehq.org>
 
-       * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Made win16 serial comms less of a CPU hog.
+       * libs/wine/mmap.c, server/timer.c:
+       Fixed a couple of warnings on MacOS.
 
-       * include/server.h, memory/virtual.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/event.c, server/handle.c, server/handle.h, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/registry.c, server/semaphore.c, server/trace.c, server/unicode.c, server/unicode.h:
-       Store all object names as Unicode in the server.
+       * dlls/dbghelp/stabs.c, programs/winedbg/be_alpha.c,
+         programs/winedbg/be_cpu.h, programs/winedbg/be_i386.c,
+         programs/winedbg/be_ppc.c, programs/winedbg/memory.c,
+         programs/winedbg/types.c:
+       winedbg: Use Win32 types instead of long long.
 
-Wed Nov 24 19:34:32 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/trace.c, tools/make_requests:
+       server: More generic mechanism for adding typecasts in server traces.
+       Added casts for size_t values.
 
-       * include/server.h, misc/registry.c, server/registry.c, server/trace.c, wine.ini:
-       Added wine.conf option for new format registry files.
-       Added optional periodic saving of the registry.
+2006-01-23  Mike McCormack <mike@codeweavers.com>
 
-       * misc/registry.c, server/registry.c:
-       Added support to the server for loading new format (version 2) files.
+       * dlls/ntdll/ntdll.spec:
+       ntdll: Forward ZwNotifyChangeDirectoryFile to NtNotifyChangeDirectoryFile.
+
+2006-01-23  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         dlls/dbghelp/symbol.c:
+       dbghelp: Return better values in module information.
+       - 32/64: number of symbols is now correct
+       - 64: the 64 bit extra fields are now initialized with some non null
+       yet sensible value
+
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/module.c, dlls/dbghelp/path.c, dlls/dbghelp/pe_module.c,
+         dlls/dbghelp/source.c, dlls/dbghelp/symbol.c, dlls/dbghelp/type.c,
+         include/dbghelp.h:
+       dbghelp: Brought dbghelp.h a bit closer to PSDK definitions.
+
+       * dlls/dbghelp/dbghelp.c:
+       dbghelp: SymSetContext should return FALSE when setting twice the same
+       frame context.
+
+       * dlls/dbghelp/dbghelp.c:
+       dbghelp: Live targets.
+       In SymInitialize, now trying to check if the hProcess is a real live
+       target or not. If we think it is, try to grasp ELF information from
+       it.
 
-       * misc/registry.c: Bug fixes (thanks to Juergen Schmied).
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/module.c, include/dbghelp.h:
+       dbghelp: Started implementation of the global callback mechanism.
 
-       * include/process.h, include/server.h, scheduler/debugger.c, dlls/ntdll/exception.c:
-       Added current context to the exception debug event sent to the server.
+       * dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Symbol info.
+       - better coding for SYMBOL_INFO filling
+       - some fixes on some fields (parameters)
+       - now using the max size for symbol info
 
-       * server/debugger.c, server/process.c, server/process.h, server/thread.c, server/thread.h:
-       Fixed handling of debug events on thread/process exit.
+       * programs/winedbg/break.c, programs/winedbg/debugger.h,
+         programs/winedbg/expr.c, programs/winedbg/memory.c,
+         programs/winedbg/stack.c, programs/winedbg/types.c,
+         programs/winedbg/winedbg.c:
+       winedbg: Added a more decent scheme for handling segmented addresses.
 
-       * debugger/dbg.y, include/winbase.h, scheduler/critsection.c:
-       Raise an exception when a critical section wait failed.
+2006-01-23  Alexandre Julliard <julliard@winehq.org>
 
-Tue Nov 23 23:43:29 1999  Alexandre Julliard  <julliard@winehq.com>
+       * libs/wine/ldt.c:
+       libwine: Added LDT support for MacOS/x86.
 
-       * graphics/ttydrv/Makefile.in, graphics/ttydrv/bitblt.c, graphics/ttydrv/bitmap.c, graphics/ttydrv/brush.c, graphics/ttydrv/clipping.c, graphics/ttydrv/font.c, graphics/ttydrv/graphics.c, graphics/ttydrv/init.c, graphics/ttydrv/objects.c, graphics/ttydrv/oembitmap.c, graphics/ttydrv/palette.c, graphics/ttydrv/pen.c, graphics/ttydrv/text.c, include/ttydrv.h, windows/ttydrv/desktop.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/wnd.c:
-       Patrik Stridvall <ps@leissner.se>
-       Improved the stubs.
+2006-01-23  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c, include/imagelist.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - first 'dummy' implementation of ImageList_Read
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user32: Make GetMenuItemInfo tests pass under Wine.
+       - Change menu item search algorithm to recurse into a submenu first.
+       - Fallback to a found submenu if nothing else was found.
 
-       * include/rebar.h, dlls/comctl32/rebar.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - added version messages
+2006-01-23  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/draglist.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - implemented LBItemFromPt
+       * dlls/msi/dialog.c:
+       msi: Support msidbControlAttributesSunken.
 
-       * include/commctrl.h, dlls/comctl32/listview.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - implemented simple column order array functionality
-       - implemented some virtual listview notifications
+       * dlls/msi/dialog.c:
+       msi: Only print fixme for progress attribute once.
+       Since setting the Progress attribute is done quite frequently, don't
+       flood the user with messages about it being unimplemented.
 
-       * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - minor update to mru list functions
-       - stubs for COMCTL32_411 to COMCTL32_413
+2006-01-23  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c, include/toolbar.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       - added version messages and some simple get/set messages.
-       - added unicode messages
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+       crypt32: Add stub implementations of some crypto functions used by IE6 install.
 
-       * include/shlguid.h, dlls/shell32/classes.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - made IShellFolder a aggregable object
-       - SHCoCreateInstance can create CSIDL_FSFolder now
-       - browsing into folders on the desktop implemented
-       - corrected returnvalue of Ico_ExtractIconEx
-       - fixed SHGetDataFromIDList to return data of simple pidls
+2006-01-23  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/wsock32.spec, if1632/winsock.spec, include/winsock.h, misc/winsock.c:
-       Moses DeJong <dejong@cs.umn.edu>
-       Added implementation for WSARecvEx function. This is a Microsoft
-       specific extension to the winsock API.
+       * tools/winebuild/import.c:
+       winebuild: Always import atof, the MS version is different.
 
-       * dlls/mpr/mpr.spec, dlls/mpr/pwcache.c, include/winnetwk.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Corrected wrong parameter counts for WNetCachePassword and
-       WNetEnumCachedPasswords.
+2006-01-23  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shell32_main.c:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Added stub for DllInstall().
+       * dlls/d3d8/device.c:
+       d3d8: For render states D3DRS_POINTSPRITEENABLE and
+       D3DRS_MULTISAMPLEANTIALIAS, use GL_SUPPORT correctly.
 
-       * misc/registry.c, include/wine/winbase16.h, include/winnt.h, include/winreg.h, dlls/advapi32/Makefile.in, dlls/advapi32/registry.c, dlls/shell32/shell.spec, if1632/kernel.spec:
-       Changed to use new server-side registry support.
+       * dlls/d3d8/d3dcore_gl.h:
+       d3d8: Add GL_ARB_multisample definitions.
 
-       * include/server.h, server/Makefile.in, server/main.c, server/object.c, server/object.h, server/registry.c, server/request.h, server/trace.c, server/unicode.h:
-       Added registry support to the server.
+       * dlls/d3d8/d3dcore_gl.h, dlls/d3d8/directx.c:
+       d3d8: Add detection for GL_ARB_point_sprite support.
 
-       * tools/make_requests:
-       Differentiate tracing functions between request and reply.
-       Added possibility to have dumping functions for specific types.
+2006-01-23  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-Sun Nov 21 21:02:06 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/scroll.c:
+       user: Add missing WIN_ReleasePtr.
 
-       * include/server.h, scheduler/client.c:
-       Added server_call_noerr function that avoids touching the last error.
+2006-01-23  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/winerror.h: Added a few registry error codes.
+       * dlls/avifil32/avifile_private.h, dlls/msvideo/msvideo_main.c,
+         include/vfw.h:
+       ICCompressorChoose should initialize fccType and fccHandler fields
+       for the full frames case as well.
 
-       * graphics/x11drv/xfont.c, objects/font.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed some unaligned accesses.
+2006-01-23  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/commdlg/filedlg95.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - the fodInfos were used before initialized
-       - lpTemplateName can be a resource id
-       - if lpTemplateName is a string don't free the original one
+       * dlls/kernel/tests/atom.c:
+       kernel/tests: Integer atoms return different results on WinNT 3.51.
 
-       * win32/console.c, win32/kernel32.c, windows/x11drv/main.c, loader/ne/convert.c, loader/ne/module.c, misc/cpu.c, msdos/ioports.c, ole/guid.c, programs/notepad/main.c, scheduler/critsection.c, scheduler/process.c, server/socket.c, tools/wrc/newstruc.c, dlls/winmm/mci.c, graphics/ddraw.c, graphics/x11drv/graphics.c, loader/loadorder.c, loader/main.c, loader/task.c, debugger/dbgmain.c, debugger/editline.c, debugger/source.c, debugger/stabs.c, debugger/types.c, dlls/icmp/icmp_main.c, dlls/ntdll/sec.c, dlls/ntdll/signal_i386.c, dlls/wing/wing_main.c:
-       Niels Kristian Bech Jensen <nkbj@image.dk>
-       Removed extra #include statements.
+2006-01-23  Mike McCormack <mike@codeweavers.com>
 
-       * files/file.c:
-       Fixed MoveFileExA behavior when target file does not exist.
+       * dlls/shell32/shell32.spec:
+       shell32: Export DllGetClassObject by ordinal as grpconv.exe requires it.
 
-       * dlls/commdlg/cdlg_Pt.rc, programs/winhelp/.cvsignore, programs/winhelp/Makefile.in, programs/winhelp/Pt.rc:
-       Gustavo Junior Alves <twinfo@bestway.com.br>
-       Added Portuguese language support.
+2006-01-23  Kai Blin <kai.blin@gmail.com>
 
-       * dlls/comctl32/monthcal.c, include/monthcal.h:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented current day circling.  Fixed many bugs in the month
-       calender control including control spacing and alignment.  Fixed
-       defines monthcal.h.  Optimized control drawing and removed many
-       extranious redraws.  Improved control behavior.  Fixed inconsistent
-       formatting in both .c and .h files.
+       * dlls/secur32/ntlm.c:
+       secur32: Added DeleteSecurityContext.
 
-       * files/profile.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Flush current profile before using a newly opened one.
+2006-01-23  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * memory/selector.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: GetThreadSelectorEntry() sets read-write flag incorrectly.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update Swiss German keyboard layout to better match the X11 one.
 
-       * include/wine/wingdi16.h, objects/font.c, if1632/gdi.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Stub for GetFontData16.
+2006-01-23  James Hawkins <truiken@gmail.com>
 
-       * windows/display.c, if1632/display.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added some ordinals and GetDriverResourceID().
+       * dlls/shell32/shlfileop.c, dlls/shell32/tests/shlfileop.c:
+       shell32: Reimplement a factored SHFileOperation.
 
-       * server/process.c, server/ptrace.c: Portability fixes.
+2006-01-21  Marcus Meissner <meissner@suse.de>
 
-       * scheduler/process.c: Fixed meaning of DEBUG_ONLY_THIS_PROCESS flag.
+       * tools/winebuild/build.h, tools/winebuild/relay.c,
+         tools/winebuild/spec16.c, tools/winebuild/spec32.c,
+         tools/winebuild/utils.c:
+       winebuild: Output a .note.GNU-stack section to allow nonexecutable stack.
 
-       * tools/bin2res.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Fixed compile error.
+2006-01-21  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/advapi32/service.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
-       Implemented StartServiceCtrlDispatcherA according to DispatcherW.
+       * dlls/gdi/metafile.c:
+       gdi: Metafile records must be at least 3 words long.
 
-       * Makefile.in: Make sure we clean dlls/ too.
+2006-01-21  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/advapi32/service.c:
-       Michael McCormack <mccormac@aals27.alcatel.com.au>
-       Implemented OpenSCManagerW, CloseServiceHandle, OpenServiceW, and some
-       of QueryServiceStatus.
+       * dlls/msvcrt/cppexcept.c:
+       msvcrt: Preserve all registers in call_ebp_func.
 
-       * tools/wrc/parser.y: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing ';'.
+2006-01-21  Jacek Caban <jacek@codeweavers.com>
 
-       * tools/wrc/parser.l: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Error reporting fix.
+       * dlls/mshtml/nsembed.c:
+       mshtml: Return FALSE if Mozilla ActiveX Control could not be found.
 
-       * tools/bug_report.pl:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Changed default relay line number from 100 to 200.
+2006-01-21  James Hawkins <truiken@gmail.com>
 
-       * dlls/comctl32/toolbar.c, include/commctrl.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added undocumented feature to InsertButtonA.
-       Added dropdown button support.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       advpack: Add a stub for RebootCheckOnInstall.
 
-       * dlls/comctl32/animate.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed play back of uncompressed AVI file.
-       Fixed exiting conditions.
+       * dlls/advpack/files.c:
+       advpack: Fix the documentation for AddDelBackupEntry.
 
-       * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a crash in IDirectDrawSurface:BltFast.
+       * dlls/advpack/advpack.c:
+       advpack: Complete the documentation for CloseINFEngine.
 
-       * dlls/winmm/lolvldrv.c, dlls/winmm/midimap/midimap.c, dlls/winmm/wavemap/wavemap.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed forwarding and handling messages directed to the mappers.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       advpack: Add a stub for SetPerUserSecValues.
 
-       * loader/ne/module.c, loader/ne/segment.c, include/module.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Simplified hInstance creation/handling.
-       Fixes problems with self-loaders creating DGROUP themselves.
+       * dlls/advpack/files.c:
+       advpack: Fix the documentation for FileSaveMarkNotExist.
 
-       * include/wingdi.h, objects/dc.c, relay32/gdi32.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add stubs for Get/SetLayout().
+       * dlls/advpack/files.c:
+       advpack: Forward FileSaveMarkNotExist to AddDelBackupEntry.
 
-       * dlls/ole32/ole32.spec, dlls/ole32/storage32.c:
-       Jim Aston <jima@corel.ca>
-       Added stub for StgSetTimes.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       advpack: Add stubs for the user stub wrapper functions.
 
-       * dlls/shell32/shlmenu.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       SHFind_InitMenuPopup is supposed to return a pointer.
+       * dlls/advpack/files.c:
+       advpack: Implement DelNodeRunDLL32.
 
-       * dlls/icmp/icmp_main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       u_int[16|32]_t might not be defined.
+       * dlls/advpack/Makefile.in, dlls/advpack/advpack.c:
+       advpack: Implement IsNTAdmin.
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       - fixed crash when adding items with TVI_SORT and wineItem->pszText is
-         set to LPSTR_TEXTCALLBACK.
-       - ditto for TREEVIEW_DeleteItem, TREEVIEW_CreateDragImage.
+2006-01-20  Huw Davies <huw@codeweavers.com>
 
-----------------------------------------------------------------
-Mon Nov 15 00:46:30 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c:
+       shell: Fix incorrect usage of the return value of StrRetToStrNW.
 
-       * memory/virtual.c: Fixed allocation rounding for MEM_RESERVE.
+2006-01-20  Aric Stewart <aric@codeweavers.com>
 
-       * server/file.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed hash function.
+       * dlls/wininet/Makefile.in, dlls/wininet/internet.c,
+         dlls/wininet/internet.h, dlls/wininet/netconnection.c:
+       wininet: INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT work.
+       Beginning of framework to implement handling of InternetQueryOption
+       for INTERNET_OPTION_SECURITY_CERTIFICATE_STRUCT.
 
-Sun Nov 14 23:59:01 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-20  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winmm/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       The adwInfo[0] field was no longer used on mmioOpen (may contain file
-       handle).
+       * configure, configure.ac:
+       configure: Remove the -mpreferred-stack-boundary option, this breaks MacOS.
 
-       * dlls/ole32/ole2stubs.c, dlls/ole32/ole32.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added stubs for SetErrorInfo, PropVariantClear, PropVariantCopy,
-       FreePropVariantArray.
+       * tools/winebuild/build.h, tools/winebuild/relay.c:
+       winebuild: Moved offset definitions to relay.c since they are only
+       needed there.
+       Hardcoded a couple of TEB offsets to support cross-compilation.
 
-       * dlls/dsound/dsound_main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed suicide code when playback thread's father dies.
+2006-01-20  Huw Davies <huw@codeweavers.com>
 
-       * dlls/shell32/pidl.c, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - the colums in the shellview are now created depending on the
-         attributes of the folder object shown
-       - get all attributes from the shellfolder instead directly from the idlist
-       - header fields localized (only engl. and german till now)
-       - small fixes
+       * dlls/ole32/compobj.c, dlls/ole32/tests/compobj.c:
+       ole: ProgIDFromCLSID sets progid to NULL on failure.
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - corrected control positions
-       - use the icons from comctl32 for the buttons
+2006-01-20  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: relay/snoop debugging was broken by last patch ...
+       * dlls/x11drv/clipboard.c:
+       x11drv: Prevent NULL dereference in SelectionRequest handling.
 
-       * server/Makefile.in, server/process.c, server/ptrace.c, server/thread.c, server/thread.h:
-       Moved ptrace support to ptrace.c. Tried to improve portability.
+2006-01-20  H. Verbeet <hverbeet@gmail.com>
 
-       * server/debugger.c: Bug fixes.
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec:
+       ntdll: Add a stubbed NtSetSystemInformation.
 
-       * if1632/relay.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed some unresolved externals on non-Intel archs.
+2006-01-20  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/snoop.c: Rein Klazes <rklazes@casema.net>
-       Added missing WINAPI attribute to two forward declarations.
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c, include/thread.h,
+         tools/winebuild/relay.c:
+       ntdll: Move the %gs register to the ntdll_thread_regs structure.
 
-       * dlls/icmp/icmp_main.c: Francois Gouget <fgouget@psn.net>
-       Removed leftover #undefs.
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c, dlls/ntdll/thread.c:
+       ntdll: Move the TEB register to the ntdll_thread_regs structure.
 
-       * dlls/winmm/mcicda/mcicda.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Ignore MCI_OPEN_ELEMENT in CDAUDIO_mciOpen.
+2006-01-20  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/crtdll/wcstring.c: Marcus Meissner <marcus@jet.franken.de>
-       Work around glibc bug, that does not handle latin-1 umlauts.
+       * dlls/iphlpapi/ifenum.c, dlls/iphlpapi/ifenum.h,
+         dlls/iphlpapi/iphlpapi_main.c:
+       iphlpapi: Remove redundant comments and fix typos.
 
-Sat Nov 13 23:54:05 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-20  Detlef Riekenberg <wine.dev@web.de>
 
-       * loader/ne/module.c, memory/selector.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/ntdll/signal_i386.c, dlls/ntdll/signal_sparc.c, if1632/kernel.spec, include/ntddk.h, include/wine/exception.h, loader/dos/dosvm.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to new register function handling.
+       * dlls/user/tests/resource.c:
+       user/tests: Added \n to a few ok() calls.
 
-       * tools/build.c, include/stackframe.h, include/winnt.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Modified Win32 register function handling.
+2006-01-20  Robert Shearman <rob@codeweavers.com>
 
-       * configure, configure.in, dlls/icmp/icmp_main.c, dlls/icmp/ip.h, dlls/icmp/ip_icmp.h, include/config.h.in:
-       Francois Gouget <fgouget@psn.net>
-       Use BSD headers for ICMP portability.
+       * dlls/ole32/rpc.c, dlls/ole32/tests/marshal.c:
+       ole: Verify that the proxy is being used in the correct thread.
 
-       * dlls/comctl32/rsrc.rc, dlls/commdlg/cdlg_xx.rc, dlls/shell32/shres.rc:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - inserted markers for the bin2res tool
-       - reformated hexdump in shres.rc
+       * dlls/rpcrt4/cproxy.c, dlls/rpcrt4/cpsf.c, dlls/rpcrt4/cpsf.h:
+       rpc: Replace the hack that detected stubless proxies with the correct check.
+       Pass in the ProxyInfo and Index to StdProxy_Construct instead of just
+       the three members of the structure that were previously needed.
+       Fix the detection of stubless proxies.
 
-       * documentation/resources, tools/.cvsignore, tools/Makefile.in, tools/bin2res.c:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       New tool to convert the binary resources in *.rc files (hexdumps) from
-       and to a binary.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpc: Skip over the right number of bytes in new correlation descriptors.
+       Skip over 6 bytes of the format descriptor if new correlation
+       descriptors are being used, instead of 4.
 
-       * include/wine/port.h, misc/port.c, misc/winsock.c, misc/winsock_async.c, scheduler/sysdeps.c, configure, configure.in, files/drive.c, include/config.h.in:
-       Patrik Stridvall <ps@leissner.se>
-       Added better missing function emulation.
+       * dlls/ole32/tests/marshal.c:
+       ole: Add a test for WM_QUIT behaviour during COM calls.
 
-       * include/debugger.h, debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/hash.c, debugger/memory.c, debugger/registers.c, debugger/source.c, debugger/stack.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Made debugger compile and marginally work on non-Intel archs.
+       * dlls/ole32/compobj.c:
+       ole: Fix WM_QUIT Handling in CoWaitForMultipleHandles.
+       When a WM_QUIT message in encountered in CoWaitForMultipleHandles then
+       it should repost the WM_QUIT message and then switch to waiting
+       without checking messages.
 
-       * dlls/ntdll/exception.c, include/winnt.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved GET_IP macro to winnt.h
+2006-01-20  H. Verbeet <hverbeet@gmail.com>
 
-       * documentation/printing, documentation/psdriver, documentation/psdrv.reg, graphics/psdrv/README:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Move PostScript driver docs to documentation/ .  Add instructions on
-       how to use regapi to get information into the registry.  Supply sample
-       input to regapi.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Fix a few TRACEs in pixelshader.c.
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Implemented the PrintSetup dialog box for the PrintDlgA.
+       * dlls/wined3d/device.c:
+       wined3d: Return the correct pixelshader in
+       IWineD3DDeviceImpl_GetPixelShader.
 
-       * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
-       Added validations for page index before using it.
+       * dlls/wined3d/drawprim.c:
+       wined3d: A shader isn't guaranteed to have a vertex declaration, so
+       add a NULL check for that.
 
-       * dlls/commdlg/filedlg95.c: Adrian Thurston <adriant@corel.com>
-       - fixed the index of the item chosen in the filter combo box
-       - added support for the OFN_OVERWRITEPROMPT flag
-       - fixed positioning of controls in the user-defined templates
+2006-01-20  Jacek Caban <jacek@codeweavers.com>
 
-       * include/server.h, scheduler/process.c, server/process.c, server/request.h, server/trace.c:
-       Added support for WriteProcessMemory through the server.
+       * dlls/shdocvw/oleobject.c:
+       shdocvw: Added GetWindow implementation.
 
-       * server/mapping.c, server/object.h: Added get_page_size function.
+2006-01-19  Alexandre Julliard <julliard@winehq.org>
 
-Fri Nov 12 21:39:15 1999  Alexandre Julliard  <julliard@winehq.com>
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.6.
 
-       * server/file.c, server/process.c, server/request.h, server/thread.c, server/thread.h, server/trace.c, include/server.h, scheduler/process.c:
-       Added support for ReadProcessMemory through the server.
+----------------------------------------------------------------
+2006-01-19  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * include/server.h, loader/module.c, scheduler/process.c, server/process.c, server/process.h, server/request.h, server/thread.c, server/trace.c:
-       Added support for CREATE_SUSPENDED flag in CreateProcess.
+       * dlls/mscms/tests/Makefile.in, dlls/mscms/tests/profile.c:
+       mscms: Check an appropriate registry key.
 
-       * win32/device.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Implemented VWin32 VxDCall mechanism and 2 calls.
+2006-01-19  Ken Thomases <ken@codeweavers.com>
 
-       * dlls/winmm/joystick.c: <jodaman@cegt201.bradley.edu>
-       Fixed joystick scaling.
+       * dlls/user/win.c, dlls/user/winproc.c:
+       user: Fixed the lifetime of MDICREATESTRUCT variables.
 
-       * dlls/commdlg/cdlg_Ca.rc, dlls/commdlg/cdlg_Cs.rc, dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_Eo.rc, dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc, dlls/commdlg/cdlg_Hu.rc, dlls/commdlg/cdlg_It.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_Sv.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Ca.rc, dlls/shell32/shell32_Cs.rc, dlls/shell32/shell32_Da.rc, dlls/shell32/shell32_De.rc, dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc, dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Hu.rc, dlls/shell32/shell32_It.rc, dlls/shell32/shell32_Nl.rc, dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pl.rc, dlls/shell32/shell32_Pt.rc, dlls/shell32/shell32_Ru.rc, dlls/shell32/shell32_Sv.rc, dlls/shell32/shell32_Wa.rc:
-       Gustavo Junior Alves <twinfo@bestway.com.br>
-       Use constants IDOK and IDCANCEL in .rc files.
+2006-01-19  Aric Stewart <aric@codeweavers.com>
 
-       * server/thread.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Portability fix: renamed PTRACE_* into PT_*.
+       * dlls/shell32/shellpath.c:
+       shell32: Update shellpaths My Pictures, My Video, My Music to be under
+       $HOME, with a number of fallbacks.
 
-       * relay32/kernel32.spec, win32/device.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow for buggy apps that call the wrong VxDCall routine.
+2006-01-19  H. Verbeet <hverbeet@gmail.com>
 
-       * dlls/rasapi32/rasapi.c: Gerard Patel <g.patel@wanadoo.fr>
-       Complete stub for RasEnumEntries by saying we have 0 entries.
+       * dlls/d3d8/d3dcore_gl.h:
+       d3d8: Added GL_ARB_point_sprite definition.
 
-       * include/debugstr.h, misc/debugstr.c:
-       Jeremy White <jwhite@codeweavers.com>
-       Add debugstr_hex_dump to allow display hex dumps of data in any
-       debugging message.
+       * dlls/wined3d/directx.c:
+       wined3d: Better version string parsing for VENDOR_NVIDIA in
+       IWineD3DImpl_FillGLCaps.
 
-       * server/thread.c:
-       Added use_ptrace flag to disable ptrace usage. Should eventually be
-       made into an option.
+2006-01-19  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/commdlg/cdlg.h, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/commdlg/rsrc.rc, dlls/shell32/shlview.c, include/dlgs.h, include/wine/obj_shellview.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       Made the buttons in the filedlg change when selecting a different
-       view type by the context menu, cleanup.
+       * programs/winemine/dialog.c, programs/winemine/main.c:
+       winmine: Use WIN32_LEAN_AND_MEAN.
 
-       * dlls/winmm/winmm_Es.rc, dlls/winmm/winmm_res.rc:
-       Julio Cesar Gazquez <jgazquez@dld.net>
-       Added Spanish (pure Castillan) MM error string translation.
+2006-01-19  Huw Davies <huw@codeweavers.com>
 
-       * dlls/ntdll/Makefile.in, dlls/ntdll/signal_sparc.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added signal handling for SPARC / Solaris.
+       * dlls/msxml3/Makefile.in, dlls/msxml3/msxml_private.h,
+         dlls/msxml3/node.c, dlls/msxml3/text.c:
+       msxml: Text node implementation.
 
-       * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Comment out explicit call to SHELL_SaveRegistry since winelib programs
-       now exit properly.  Change several NULLs to '\0's.  Fix some spelling.
+2006-01-19  Jason Edmeades <us@edmeades.me.uk>
 
-       * windows/x11drv/event.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed XShm completion event leak.
+       * dlls/user/tests/menu.c:
+       user: Tests for when the menu is incorrect because of duplication of a
+       menu id and an hMenu.
 
-       * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed recursion count while calling midiStream(Pause|Restart).
+2006-01-19  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix save_check_tainted to properly scan the tree so that all tainted
-       branches get saved.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Add support for another Canadian French keyboard flavour.
 
-       * dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c:
-       Bernd Paysan <bernd.paysan@gmx.de>
-       Added a stub for setjmp.
+2006-01-19  H. Verbeet <hverbeet@gmail.com>
 
-Wed Nov 10 20:25:19 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/directx.c:
+       wined3d: In IWineD3DImpl_FillGLCaps use glGetString instead of
+       glXGetClientString to retrieve the OpenGL vendor.
 
-       * server/thread.c:
-       Don't crash when we get a SIGCHLD for a removed thread.
+2006-01-19  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/icmp/icmp_main.c: Patrik Stridvall <ps@leissner.se>
-       Solaris compile fixes.
+       * dlls/kernel/instr.c:
+       kernel: Remove calls to Nt[Get|Set]ThreadContext.
+       It's done in exception handler now.
 
-       * dlls/ntdll/exception.c, include/winnt.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       (Preliminary) CONTEXT structure for SPARC added.
+2006-01-19  Mike McCormack <mike@codeweavers.com>
 
-       * include/process.h, loader/module.c, scheduler/debugger.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: LOAD_DLL_DEBUG_EVENT lpImageName parameter was incorrect.
+       * programs/winecfg/Makefile.in, programs/winecfg/audio.c,
+         programs/winecfg/driveui.c, programs/winecfg/main.c,
+         programs/winecfg/properties.c, programs/winecfg/properties.h,
+         programs/winecfg/theme.c, programs/winecfg/winecfg.c,
+         programs/winecfg/x11drvdlg.c:
+       winecfg: Tidy up included headers.
+       Get rid of the barely used properties.c.
 
-       * memory/virtual.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       When decommitting, remap zero pages using MAP_FIXED.
+2006-01-18  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/ole32/compobj.c: Rein Klazes <rklazes@casema.net>
-       CoGetClassObject should complain about not being able to do
-       out-of-process servers *only* if the application doesn't include the
-       in-process options.
+       * tools/winedump/output.c:
+       winedump: Fix compilation of generated source.
+       Include config.h in the .c file, not in the .h file.
 
-       * misc/version.c, controls/edit.c, include/winversion.h:
-       Rein Klazes <rklazes@casema.net>
-       Send WM_CTLCOLOREDIT not WM_CTLCOLORSTATIC messages to parent of a
-       disabled edit control if the application expects a windows version
-       before WIN95 and NT40.
+2006-01-18  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winbase.h, relay32/kernel32.spec, files/file.c:
-       Moshe Vainer <moshev@easybase.com>
-       Stub for GetOverlappedResult.
+       * dlls/ntdll/file.c:
+       ntdll: Cleaned up the ioctl functions.
+       Renamed function parameters to something usable.
+       Fixed potential event leaks.
 
-       * relay32/builtin32.c, tools/build.c, include/module.h, include/pe_image.h, loader/dos/module.c, loader/main.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Determine expected_version of PE buddies from the SubsystemVersion.
+2006-01-18  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/ntdll/exception.c, include/wine/exception.h, include/winnt.h, win32/except.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Exception handlers are *not* WINAPI.
+       * programs/notepad/license.c, programs/regsvr32/regsvr32.c,
+         programs/winebrowser/main.c, programs/winhelp/callback.c,
+         programs/winhelp/macro.c:
+       programs: Use WIN32_LEAN_AND_MEAN.
 
-Mon Nov  8 05:31:47 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * server/process.c, server/select.c, server/thread.c, server/thread.h:
-       Preliminary ptrace support.
-
-       * memory/virtual.c:
-       Remap zero-pages when decomitting a page range (based on a patch by
-       Gerard Patel).
-
-       * Makefile.in, scheduler/Makefile.in, scheduler/client.c, server/main.c:
-       Install the wine server in $(bindir) and exec it from there.
-
-Sun Nov  7 23:59:08 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * server/debugger.c:
-       Do not free the handles once they have been sent to the client (thanks
-       to Jeremy White).
-
-       * windows/msgbox.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash when asked to use strings identified by resource id
-       instead of pointer.
-
-       * windows/dce.c: Jim Aston <jima@corel.ca>
-       When window class has CS_CLASSDC style we should not remove the DC
-       when destroying the window.
-
-       * dlls/rasapi32/rasapi32.spec, dlls/win32s/w32skrnl.c:
-       Patrik Stridvall <ps@leissner.se>
-       Minor fixes.
-
-       * tools/winapi_check/nativeapi.pm, tools/winapi_check/output.pm, tools/winapi_check/win32api.dat, tools/winapi_check/winapi_check, tools/winapi_check/winapi_options.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Minor fixes and reorganizations.
-
-       * dlls/shell32/if_macros.h, include/bit_array.h, include/ntdll.h, include/oleobj.h:
-       Patrik Stridvall <ps@leissner.se>
-       Removed obsolete files no longer in use.
-
-       * tsx11/X11_calls, tsx11/ts_xlib.c, windows/x11drv/event.c, graphics/ddraw.c, graphics/ddraw_private.h, include/ts_xlib.h, include/x11drv.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       DirectX-XShm now waits for the X server to finish the previous frame
-       before sending another frame down its pipe, avoiding the X server
-       overload and resulting slowness that used to be.
-
-       * dlls/comctl32/toolbar.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.h, include/dlgs.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - unified templates for the open and the save dlg
-       - replaced buttons with a toolbar
-
-       * dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/wine/obj_shellfolder.h:
-       Juergen Schmied <juergen.schmied@debitel.net>
-       - new interface declaration for IShellfolder2
-       - added this interface to all shell folders
-       - small fixes to shellview (crash with native comdlg32)
-
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed the relocation hack in PE_InitTls. Added some more for the other
-       pointerfields in the TLS entry. (With testing help from Jussi
-       Jumppanen <jussij@zeusedit.com>).
-
-       * relay32/user32.spec, windows/user.c, include/winuser.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added ChangeDisplaySettingsExA stub and some flag defines.
-
-       * include/console.h: Robert 'Admiral' Coeyman <admiral@corner.net>
-       Added the hex triplets to the console color definitions.
-
-       * windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/mouse.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, include/input.h, include/message.h, include/mouse.h, include/ttydrv.h, include/x11drv.h, objects/cursoricon.c, windows/dinput.c, windows/event.c, windows/input.c, windows/mouse.c, windows/winpos.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Added the possibility to have mouse movements reported relative to
-       Wine's mouse driver.
-
-       * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/icmp/.cvsignore, dlls/icmp/Makefile.in, dlls/icmp/icmp.spec, dlls/icmp/icmp_main.c, include/debugdefs.h, include/wine/icmpapi.h, include/wine/ipexport.h, loader/loadorder.c, relay32/builtin32.c, wine.ini:
-       Francois Gouget <fgouget@psn.net>
-       Added ICMP DLL implementation.
-
-       * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/newstruc.h, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
-       Juergen.Schmied@debitel.net
-       - Bugfix: Styles were evaluated as expressions. The NOT in combination
-         with style flags was not overwriting the default styles like WS_VISIBLE.
-         Solved by introducing own rules for parsing styles.
-
-       * controls/combo.c: Jim Aston <jima@corel.ca>
-       Fixed the height of the ComboBox drop list.
-
-       * windows/dialog.c: David Grant <davidgra@corel.ca>
-       Windows sends WM_GETDLGCODE only in response to keyboard messages
-       (WM_KEYDOWN, WM_CHAR, WM_SYSCHAR).
-
-       * include/wine/obj_base.h: Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Added missing __attribute__ ((com_interface)) for IUnknown with.
-         ICOM_USE_COM_INTERFACE_ATTRIBUTE
-       - Small addition to comments surrounding
-         ICOM_USE_COM_INTERFACE_ATTRIBUTE "option".
-
-       * ole/ole2nls.c, if1632/ole2nls.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implementation of RegisterNLSInfoChanged.
-
-       * scheduler/critsection.c, windows/queue.c, memory/heap.c:
-       James Abbatiello <abbeyj@wpi.edu>
-       Addresses issues with multiple processes accessing non-global critical
-       sections.
+2006-01-18  Sasha Slijepcevic <sascha93101@yahoo.com>
 
-       * server/sock.c: Jeremy White <jwhite@codeweavers.com>
-       Fixed bug in WINSOCK_accept when no event is present.
+       * dlls/msvcrt/file.c:
+       msvcrt: In _tempnam, if TMP is set, it has a precedence over the
+       parameter dir.
 
-       * dlls/rasapi32/rasapi.c, include/lmcons.h, include/ras.h:
-       Rein Klazes <rklazes@casema.net>
-       Added stubs for RasEnumEntriesA and RasGetEntryDialParamsA.
+2006-01-18  Huw Davies <huw@codeweavers.com>
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Implementation of custom dialog messages and notifications.
+       * dlls/msxml3/node.c:
+       msxml: Implement get_nodeTypedValue.
 
-       * dlls/comctl32/treeview.c: David Grant <davidgra@corel.ca>
-       - Proper initialization of cchTextMax field was added for
-         TVN_GETDISPINFO notification message.
-       - TVM_SETITEM should update 'mask' field to synchronize it with
-         current item state.
+2006-01-18  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       If PageSize/InputSlot entry doesn't contain an options translation
-       string use the option name instead.
+       * dlls/ntdll/loader.c:
+       ntdll: Loader optimization.
+       Optimize for the case where a DLL with no path is requested and it is
+       already loaded.
 
-       * dlls/comctl32/propsheet.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed SetTitleA when string resources were to be loaded.
+2006-01-18  Robert Reif <reif@earthlink.net>
 
-       * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
-       - Fixed an error for scrolling in Listview (sometimes a column would
-         not be visible) due to my last checkin.
-       - Fixed an error for the header control when the Listview is resized with WM_SIZE
-       - Fixed the scrolling for small and large icon (this broke because of
-         the use of SB_PAGE in scrollInfo)
-       - Added a patch made by Noomen Hamza to update the item width when
-         adding a new item
+       * dlls/winmm/winealsa/audio.c:
+       winealsa: Add critical section names for debugging.
 
-       * server/sock.c: Ove Kaaven <ovek@arcticnet.no>
-       Handle socket creation errors.
+2006-01-18  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/menu.c: Karl Lessard <karll@corel.com>
-       When a popupmenu is currently active on the screen, it shouldn't
-       remove mouse click messages that don't belong to it from the queue.
+       * dlls/gdi/metafile.c:
+       gdi: Ignore a few more metafile escapes.
 
-       * windows/x11drv/clipboard.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Exec `wineclipsrv' not `wineclipsvr', and don't inherit wine's X
-       sockets to it (otherwise windows stay around when wine hangs).
+2006-01-18  Jacek Caban <jacek@codeweavers.com>
 
-Thu Nov  4 02:51:24 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/client.c, dlls/shdocvw/dochost.c, dlls/shdocvw/events.c,
+         dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       shdocvw: Deactivate document in SetClientSite if ClientSite is NULL.
+       Fix ref counting.
 
-       * loader/main.c: Fixed -debugmsg +server.
+2006-01-18  Detlef Riekenberg <wine.dev@web.de>
 
-       * scheduler/handle.c:
-       Added special handling for the stdio handles in CloseHandle.
+       * dlls/winspool/info.c, dlls/winspool/tests/info.c:
+       winspool: Printing environment support for GetPrinterDriverDirectory.
 
-       * server/handle.c:
-       Made all handles multiple of 4. Fixed semantics for pseudo-handles.
+2006-01-18  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * server/debugger.c:
-       Free the handles of the event structure in the right process (thanks
-       to Jeremy White).
+       * dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msacm/wineacm.h:
+       msacm: acmDriverAdd() support for ACM_DRIVERADDF_FUNCTION, implemented
+       local drivers.
 
-       * dlls/dplayx/Makefile.in, dlls/dplayx/dplay.c, dlls/dplayx/dplayx.spec, dlls/dplayx/dplayx_global.c, dlls/dplayx/dplayx_global.h, dlls/dplayx/dplayx_main.c, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Added dplayx LibMain for initialization of all dplayx 'global' data
-       - Added start for global data manipulation
-       - TODO list updated
-       - Added some missing header file definitions
-       - Added the ansi versions of dplay and dplobby
-       - Fixed invalid macro for IDirectPlay4
-       - Cleaned up compiler warnings
-       - More implementation, bug fixes and critical region protection
+       * dlls/msacm/driver.c, dlls/msacm/stream.c:
+       msacm: reroute all SendDriverMessage() calls to MSACM_Message.
 
-       * windows/x11drv/event.c: Karl Lessard <karll@corel.com>
-       Never send a WM_CLOSE message  to a popup window.
+       * dlls/msacm/driver.c:
+       msacm: acmDriverMessage() with proper support for DRV_CONFIGURE.
+       Allocate and supply a DRVCONFIGINFO structure for DRV_CONFIGURE when
+       application does not supply one.
+
+       * dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msacm/wineacm.h:
+       msacm: acmDriverAdd[AW] support for ACM_DRIVERADDF_NOTIFYHWND.
+       Broadcast notifications are fleshed out and are now fully functional.
+
+       * dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msacm/wineacm.h:
+       MSACM: acmDriverAddW skeleton, implementation of ACM_DRIVERADDF_NAME.
+       - Rework acmDriverAddA to call acmDriverAddW.
+       - Implement stub for acmDriverAddW with switch for the 3 known cases
+       of driver add.
+       - Implementation for case ACM_DRIVERADDF_NAME, which loads driver name
+       & alias from registry (similar to msacm32 load).
+
+       * dlls/msacm/driver.c, dlls/msacm/internal.c, dlls/msacm/wineacm.h:
+       msacm: Implement acmDriverPriority with driver priority/enabled saving.
+       Foundation for notification broadcasts with support for deferred
+       notification.
 
-       * windows/x11drv/wnd.c: Karl Lessard <karll@corel.com>
-       Check if the window is managed before trying to give it focus.
+       * dlls/msacm/internal.c:
+       msacm: Implement honouring of driver priority and enabled status at
+       load time.
 
-       * configure, configure.in: Marcus Meissner <marcus@jet.franken.de>
-       Enhanced linux joystick api detection slightly.
+2006-01-18  Michael Stefaniuc <mstefani@redhat.de>
 
-       * windows/x11drv/keyboard.c:
-       Jaroslaw Piotr Sobieszek <jsobiesz@elka.pw.edu.pl>
-       Added Polish keyboard support.
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut: Add missing SysFreeString to the Var{Mul,Add,Cmp} tests.
 
-       * graphics/win16drv/prtdrv.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add DC_VERSION and DC_TRUETYPE to win16drv DeviceCapabilities.
+       * dlls/oleaut32/tests/vartest.c, dlls/oleaut32/tests/vartype.c:
+       oleaut: Merge the VarCmp tests from vartype.c into vartest.c.
 
-       * graphics/psdrv/ppd.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add `Cassette' to PPD -> windows printer-bin mapping.
+2006-01-18  Robert Shearman <rob@codeweavers.com>
 
-       * memory/string.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
-       Modified lstrcpynWtoA to put terminating null at end of string, not
-       end of buffer.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Clear the newly allocated memory used for complex arrays and structs.
 
-       * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
-       Removed duplicate macro definitions for the IStorage and IStream COM
-       interfaces.
+       * dlls/rpcrt4/rpc_message.c:
+       rpcrt4: Fix the sending of >5800 byte messages by only adding offset
+       to the buffer after the first batch of data has been written to the
+       pipe.
 
-       * windows/defwnd.c: Karl Lessard <karll@corel.com>
-       Fixed COLOR_MAX definition for new Win32 values.
+       * dlls/ole32/compobj.c:
+       ole: Update the COM todo list.
 
-       * objects/gdiobj.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Removed unnecessary USER call from GetFontMetrics. Fixes native USER.
+       * dlls/ole32/ole2.c:
+       ole: Re-post the quit message outside of the DoDragDrop message loop.
 
-       * dlls/comctl32/listview.c, include/listview.h:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Set proper item focus on DeleteItem.
-       Clean up edit label implementation.
+       * dlls/oleaut32/tmarshal.c:
+       oleaut: Reduce an ERR down to a WARN since a NULL interface pointer
+       doesn't signify an error; it is just unusual.
 
-       * files/drive.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
-       Fixed a long standing (and annoying) typo, that prevented
-       GetDiskFreeSpaceA from working...
+       * programs/notepad/Zh.rc:
+       notepad: Add a Font menu item for the Chinese locale.
 
-       * misc/registry.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Enable safe reading of registry file, even if file is broken.
+2006-01-18  Huw Davies <huw@codeweavers.com>
 
-       * win32/newfns.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Changed OpenDesktop stub to Win9x behavior for QuickTime 4.
+       * dlls/msxml3/Makefile.in, dlls/msxml3/attribute.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c:
+       msxml: Add attribute node implementation.
 
-----------------------------------------------------------------
-Sun Oct 31 22:26:35 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-17  Marcus Meissner <meissner@suse.de>
 
-       * scheduler/client.c: Set close-on-exec flag on server socket.
+       * dlls/msvcrt/dir.c:
+       msvcrt: _makepath(): operate on target buffer directly.
 
-       * DEVELOPERS-HINTS: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added explanation on creating a new DLL.
+2006-01-17  Robert Reif <reif@earthlink.net>
 
-       * misc/version.c: Juergen Schmied <juergen.schmied@debitel.net>
-       Better version autodetection.
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c:
+       dsound: Primary buffer size change tests.
+       It looks like Windows doesn't change the primary buffer length when
+       changing formats so make the tests fail now.
+       This means the current ALSA implementation is broken when hardware
+       acceleration is set to full and the primary buffer format is changed.
 
-       * windows/dialog.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Implemented support of DS_CONTROL and WS_EX_CONTROLPARENT styles.
+       * dlls/dsound/tests/.gitignore, dlls/dsound/tests/Makefile.in,
+         dlls/dsound/tests/duplex.c:
+       dsound: Add full duplex tests.
 
-       * graphics/ddraw.c: Ivan de Saedeleer <Ivands@sympatico.ca>
-       Fail when LPRECT contains negative values.
+       * dlls/dsound/dsound_private.h, dlls/dsound/duplex.c:
+       dsound: Add full duplex support.
 
-       * windows/x11drv/event.c: Pierre Mageau <pierre@macadamian.com>
-       On ConfigureNotify, find the first visible window above the current one.
+       * dlls/dsound/dsound.c, dlls/dsound/dsound_private.h:
+       dsound: Convert IDirectSoundImpl from a COM class to a regular class
+       and move most of the COM functions to the DirectSoundDevice class.
 
-       * debugger/db_disasm.c: Rein Klazes <rklazes@casema.net>
-       Corrected operand sizes for the "enter" instruction.
+2006-01-17  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       PSM_ADDPAGE returns TRUE or FALSE.
+       * dlls/user/static.c:
+       static control: Immediately repaint the control.
 
-       * dlls/msacm32/builtin.c, dlls/msacm32/Makefile.in, dlls/msacm32/driver.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm32/wineacm.h, include/msacm.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made msacm32 really load ACM drivers.
+       * dlls/user/static.c:
+       static control: Separate WM_NCCREATE and WM_SETTEXT.
+       - Separate WM_NCCREATE and WM_SETTEXT.
+       - WM_SETTEXT and WM_SETFONT are ignored for static controls that don't
+       display text.
+       - WM_SETTEXT must not be used to change the icon/bitmap/metafile.
+       - Immediately repaint the control on all occasions.
 
-       * graphics/painting.c: Jim Aston <jima@corel.ca>
-       Prevent FillRgn from using a NULL pointer.
+       * dlls/user/static.c:
+       static control: Don't load OEM bitmaps.
 
-       * misc/registry.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed a few problems with RegEnumKey*.
+       * dlls/user/static.c:
+       static control: STN_ENABLE and STN_DISABLE notifications.
 
-       * dlls/commdlg/filedlg95.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Implementation of user defined templates.
+       * dlls/user/static.c:
+       static control: Better STM_GETIMAGE.
+       STM_GETIMAGE returns NULL if the given image type doesn't match the
+       control's style.
 
-       * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
-       IMalloc16_Constructor: moved ICOM_VTBL(This) where it belongs.
+       * dlls/user/static.c:
+       static control: Support SS_REALSIZEIMAGE.
+       - Support SS_REALSIZEIMAGE (this flag means "it's not necessary to
+       load icons in the default icon size").
+       - SS_ICON: Ability to display cursors.
 
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not clear the drawing area for etched static controls.
-       Replaced our own drawing stuff in etched static controls by DrawEdge.
+       * dlls/user/static.c:
+       static control: Support SS_REALSIZECONTROL.
+       - Support SS_REALSIZECONTROL (this flag means "don't resize the
+       control to the size of the bitmap/icon").
+       - Always call GlobalUnlock16 after GlobalLock16.
 
-       * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
-       In report view mode of the listview control, implemented the
-       horizontal scrollbar functionality.
+       * dlls/user/static.c:
+       static control: Background of enhanced metafiles.
+       - Always paint the background of static controls displaying enhanced
+       metafiles.
+       - Also paint the background if there's no metafile to display.
 
-       * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a small bug in the behavior of maximized MDI children.
+       * dlls/user/static.c:
+       static control: Support text style flags.
+       - Support DT_END_ELLIPSIS, DT_PATH_ELLIPSIS and DT_WORD_ELLIPSIS.
+       - Paint simple text without prefixes (SS_SIMPLE | SS_NOPREFIX) with
+       the ExtTextOut function like the native control does.
+       - Gray text color: Only for non-simple static controls.
 
-       * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Rewrite of EnumPrinters.
+2006-01-17  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       Fill in the hwndFrom field of the NMHDR structure when sending
-       notifications.
+       * dlls/msacm/tests/msacm.c:
+       msacm: Add parameter tests for ACM_METRIC_DRIVER_PRIORITY and
+       ACM_METRIC_DRIVER_SUPPORT.
+       Fix copy&paste mislabeling on acmDriverID test failure.
 
-       * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       When reading a profile entry remove trailing quote when there's an
-       opening one.
+       * dlls/msacm/msacm32_main.c:
+       msacm: Fix acmMetrics(ACM_METRIC_DRIVER_PRIORITY) return on error.
 
-       * objects/gdiobj.c: Francis Beaudet <francis@macadamian.com>
-       Return correct height and width for stock fonts in GetObject.
+       * dlls/msacm/msacm32_main.c:
+       msacm: Add support for ACM_METRIC_DRIVER_SUPPORT.
 
-       * programs/avitools/aviplay.c: Compile fix.
+2006-01-17  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * programs/wcmd/.cvsignore: Added wmcdrc.h
+       * dlls/shell32/shell32_main.h, dlls/shell32/shfldr_unixfs.c:
+       shell32: Support for CLSID_ShellFSFolder in unixfs.
 
-       * dlls/winmm/mmio.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Added support for the addition and removal of custom I/O preocedures.
+2006-01-17  Vitaly Budovski <vbudovsk@cs.rmit.edu.au>
 
-       * dlls/ole32/compobj.c, dlls/ole32/ole32.spec:
-       Abey George<abey@macadamian.com>
-       Implemented ProgIDFromCLSID.
+       * dlls/d3d8/device.c:
+       d3d8: Render state additions.
+       Implemented D3DRS_EDGEANTIALIAS.
+       Implemented D3DRS_POINTSPRITEENABLE.
+       Implemented D3DRS_MULTISAMPLEANTIALIAS.
 
-       * dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc:
-       Thuy Nguyen <thuy@macadamian.com>
-       Wizard mode property sheets have a tab control.
+2006-01-17  H. Verbeet <hverbeet@gmail.com>
 
-       * loader/loadorder.c, relay32/builtin32.c, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/winmm/midimap/.cvsignore, dlls/winmm/midimap/Makefile.in, dlls/winmm/midimap/midimap.c, dlls/winmm/midimap/midimap.spec, dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/Makefile.in, dlls/winmm/wavemap/msacm.spec, dlls/winmm/wavemap/wavemap.c, wine.ini:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added built-in msacm.drv and midimap.drv drivers.
+       * include/wine/wined3d_interface.h:
+       wined3d: Create a common WineD3D base class, IWineD3DBase.
 
-       * tools/winapi_check/nativeapi.pm, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_function.pm, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       - Minor fixes and reorganizations.
-       - Added checks for documentation inconsistencies.
+2006-01-17  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/winmm/wineoss/audio.c, dlls/winmm/wineoss/midi.c, dlls/winmm/wineoss/mixer.c, dlls/winmm/wineoss/mmaux.c, misc/port.c, misc/winsock.c, misc/winsock_async.c, dlls/winmm/joystick.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added missing configuration #if:s and #includes:s.
+       * dlls/shlwapi/reg.c:
+       shlwapi: Fixed use of wrong buffer in SHCopyKeyW.
 
-       * dlls/crtdll/crtdll_main.c, files/dos_fs.c, objects/dcvalues.c, dlls/advapi32/crypt.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed documentation.
+2006-01-17  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/winmm/mciwave/Makefile.in: Patrik Stridvall <ps@leissner.se>
-       Solaris make doesn't like unnecessary \.
+       * programs/winemenubuilder/winemenubuilder.c:
+       winemenubuilder: Report a few more errors.
+       Use Heap[Alloc|Free] instead of malloc|free.
 
-       * programs/avitools/aviplay.c, windows/dinput.c, dlls/ole32/memlockbytes.c, dlls/ole32/moniker.c, dlls/ole32/oleobj.c, dlls/ole32/stg_stream.c, dlls/ole32/storage.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/if_macros.h, dlls/shell32/regstream.c, dlls/shell32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c, graphics/d3d_private.h, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, dlls/avifil32/avifile.c, dlls/dplayx/dpclassfactory.c, dlls/dsound/dsound_main.c, dlls/ole32/bindctx.c, dlls/ole32/clipboard.c, dlls/ole32/compositemoniker.c, dlls/ole32/hglobalstream.c, dlls/ole32/ifs.c:
-       Francois Gouget <fgouget@psn.net>
-       Generalized the use of the new ICOM_VFIELD and ICOM_VTBL macros.
+2006-01-17  Robert Shearman <rob@codeweavers.com>
 
-       * windows/win.c, windows/x11drv/wineclipsrv.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed a couple of compiler warnings.
+       * dlls/user/message.c, dlls/user/tests/msg.c,
+         include/wine/server_protocol.h, server/protocol.def, server/queue.c,
+         server/request.h, server/trace.c:
+       user: Fix WM_QUIT message ordering from PostQuitMessage.
+       Added a new server call as PostQuitMessage should set a flag in the
+       message queue to return the WM_QUIT message when there are no other
+       pending messages, rather than posting a message to the thread queue as
+       it does at the moment.
 
-       * dlls/shell32/pidl.c: Pierre Mageau <pierre@macadamian.com>
-       A crash would occur if the file type in report mode was empty.
+2006-01-17  Mike McCormack <mike@codeweavers.com>
 
-       * windows/keyboard.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       Changed the initialisation of the KeyState array.
+       * dlls/ntdll/tests/.gitignore, dlls/ntdll/tests/Makefile.in,
+         dlls/ntdll/tests/change.c:
+       ntdll: Add a test for NtNotifyChangeDirectoryFile.
 
-       * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Better handling of newlines in FormatMessage*.
+       * server/fd.c:
+       server: Make sure to release the fd we grabbed in all cases.
 
-       * dlls/winmm/wineoss/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fix (some) bad behavior with buffer underrun.
+       * dlls/kernel/kernel32.spec, dlls/kernel/sync.c, include/winbase.h:
+       kernel32: Create a stub implementation for PostQueuedCompletionStatus.
 
-       * dlls/winmm/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed PlaySound proc for non PCM content.
+       * dlls/ntdll/reg.c:
+       ntdll: Use FILE_OPEN instead of OPEN_EXISTING when calling NtCreateFile.
 
-       * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
-       - Treeview uses COLOR_WINDOW color instead of clrBk to fill background.
-       - Treeview: colors returned by TVM_GET**COLOR are mixed up.
+2006-01-16  Michael Stefaniuc <mstefani@redhat.de>
 
-       * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
-       Clicking the combo box would cause a crash if it was empty.
+       * dlls/oleaut32/tests/vartest.c:
+       oleaut32: Tests for the VarCmp reimplementation.
 
-       * graphics/escape.c, graphics/win16drv/init.c, include/wine/wingdi16.h, misc/printdrv.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       It appears that StartDoc sends the STARTDOC escape with the DOCINFO
-       structure pointed to with the output data parameter.
+       * dlls/oleaut32/variant.c:
+       oleaut32: Reimplement VarCmp().
+       - Supports now all WinXP allowed combinations of input variants.
+       - VT_RESERVED on input variants is handled now.
+       - Removed complicated VT_DATE comparision; that's not how Windows does it.
+       - Improved documentation.
 
-       * graphics/fontengine.c, if1632/gdi.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Stub for EngineRealizeFontExt (used by the win98 pscript driver).
+       * dlls/oleaut32/varformat.c, dlls/oleaut32/variant.c,
+         dlls/oleaut32/variant.h:
+       oleaut32: Define missing but useful VTBIT_* macros.
 
-       * dlls/comctl32/tab.c: Noomen Hamza <noomen@macadamian.com>
-       Selected button within tab control will be painted with the right
-       color brush.
+2006-01-16  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/propsheet.c: Pierre Mageau <pierre@macadamian.com>
-       Do not send two PSN_KILLACTIVE messages.
+       * dlls/shell32/shfldr_fs.c:
+       shell: GetDetailsOf fix.
+       Initialise hr and psd->str.uType before the call to
+       IShellFolder_GetDisplayNameOf so that whatever it returns is
+       preserved.
 
-       * wine.ini: Marcus Meissner <marcus@jet.franken.de>
-       ini variables do not like ; comments after them (they are not shell
-       scripts). Fixed a typo in one of the names.
+       * dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_fs.c:
+       shell: Convert the filesystem shell folder to Unicode.
 
-Mon Oct 25 15:43:36 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/cpanelfolder.c, dlls/shell32/shfldr.h,
+         dlls/shell32/shfldr_desktop.c, dlls/shell32/shfldr_fs.c,
+         dlls/shell32/shfldr_mycomp.c, dlls/shell32/shlfolder.c:
+       shell: Convert SHELL32_GetDisplayNameOfChild to unicode.
 
-       * dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/ole32/compobj.c, dlls/ole32/ifs.c, include/wine/obj_base.h:
-       Francois Gouget <fgouget@psn.net>
-       Added two macros, ICOM_VFIELD and ICOM_VTBL, so that when implementing
-       a COM interface one never has to name the lpVtbl field explicitly.
+2006-01-16  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/oleaut32/ole2disp.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       SysAllocStringLen16 needs to handle NULL pointers, too.
+       * dlls/msacm/driver.c:
+       msacm: Fix incorrect linked list traversing leading to memory/driver
+       instance leak.
 
-       * memory/local.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Bug fix.
+2006-01-16  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * tools/find_debug_channels: Francois Gouget <fgouget@psn.net>
-       Fixed small typos and slightly outdated comments.
+       * programs/regsvr32/regsvr32.c:
+       regsvr32 understands '-' and '/' for arguments.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Partial implementation of the Shell32 call Win32DeleteFile(), required
-       by IE5's Explorer.
+2006-01-16  Mike McCormack <mike@codeweavers.com>
 
-       * programs/winhelp/Makefile.in, programs/winver/Makefile.in, programs/regapi/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, programs/wcmd/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, Make.rules.in, programs/avitools/Makefile.in, programs/clock/Makefile.in, programs/cmdlgtst/Makefile.in, programs/control/Makefile.in:
-       Added dependency on winestub.o
+       * dlls/kernel/change.c, dlls/kernel/file16.c:
+       kernel32: Move FileCDR16 in with the other 16bit file functions.
 
-Sun Oct 24 22:13:55 1999  Alexandre Julliard  <julliard@winehq.com>
+       * include/winbase.h:
+       kernel32: Declare BindIoCompletionCallback().
 
-       * windows/dinput.c, tools/build.c, tools/fnt2bdf.c, win32/console.c, win32/device.c, win32/file.c, win32/process.c, relay32/snoop.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/sock.c, server/socket.c, msdos/int21.c, objects/gdiobj.c, include/config.h.in, loader/dos/dosmod.c, loader/dos/dosvm.c, loader/dos/module.c, loader/pe_image.c, memory/ldt.c, dlls/wnaspi32/winaspi32.c, files/directory.c, files/dos_fs.c, graphics/ddraw.c, graphics/x11drv/dib.c, dlls/ole32/compobj.c, dlls/oleaut32/variant.c, dlls/winaspi/winaspi16.c, configure.in, debugger/stabs.c, dlls/crtdll/crtdll_main.c, configure:
-       Patrik Stridvall <ps@leissner.se>
-       - Added missing configuration #if:s and #includes:s.
-       - Minor configuration related changes.
+2006-01-16  Robert Shearman <rob@codeweavers.com>
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       Made LoadHomeRegistryFiles default to TRUE.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Handle a non-byref variant being passed for a byref param in
+       ITypeInfo::Invoke.
 
-       * include/authors.h, include/comm.h, include/datetime.h, include/monthcal.h, include/netspi.h, include/ntsecapi.h, include/psdrv.h, include/wine/obj_connection.h, include/wine/obj_oleundo.h, include/wine/obj_picture.h, include/wine/obj_property.h, include/wine/obj_shellextinit.h, include/wine/winnet16.h, include/winspool.h, include/xmalloc.h, tools/make_authors:
-       Patrik Stridvall <ps@leissner.se>
-       Made the include files self-sufficient.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Only allocate memory once for each array needed for the
+       arguments in ITypeInfo::Invoke.
 
-       * tools/winapi_check/*:
-       Patrik Stridvall <ps@leissner.se>
-       - Fixed the long long problem.
-       - Added configure include consistancy checking.
-       - Added progress indicator.
-       - Began splitting up the win16api.dat and win32api.dat files.
-       - Added various minor checks.
-       - Minor fixes.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Simplify missing argument handling in ITypeInfo::Invoke.
+       Simplify missing argument handling by pre-allocating an array of the
+       maximum number of missing arguments there could be.
 
-       * relay32/kernel32.spec, relay32/user32.spec, dlls/shell32/shell32.spec, dlls/shell32/shlwapi.spec, dlls/win32s/w32skrnl.spec, dlls/winspool/winspool.spec, dlls/wnaspi32/wnaspi32.spec, dlls/ole32/ole32.spec, dlls/oleaut32/oleaut32.spec, dlls/olecli/olecli32.spec, dlls/psapi/psapi.spec, dlls/avifil32/avifil32.spec, dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/reg.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added spec file declarations for already implemented functions.
+2006-01-16  Huw Davies <huw@codeweavers.com>
 
-       * graphics/path.c, if1632/gdi.spec, objects/clipping.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added Win16 variants of existing Win32 functions.
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Fix for get_nodeValue on attributes.
 
-       * dlls/ntdll/signal_i386.c: Patrik Stridvall <ps@leissner.se>
-       Solaris compile fix.
+       * dlls/msxml3/element.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Implement setAttribute.
 
-       * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
-       Remove prefixing by a tilde for GetTempFileName 32bits.
+2006-01-16  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * debugger/expr.c: Marcus Meissner <marcus@jet.franken.de>
-       Added missing include.
+       * dlls/mscms/tests/profile.c:
+       mscms: Collect some data during profile enumeration.
 
-       * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Warn users to use -the -desktop option together with the native user DLLs.
+2006-01-16  Hans Leidekker <hans@it.vu.nl>
 
-       * loader/resource.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Return the size of the needed resource when buffer is NULL for LoadString().
+       * dlls/kernel/virtual.c:
+       kernel: Documentation cleanups.
 
-       * dlls/ole32/clipboard.c, windows/clipboard.c, windows/user.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/wineclipsrv.c, wine.ini:
-       Francis Beaudet <francis@macadamian.com>
-       Enabled the persistent clipboard server.
+2006-01-16  Rein Klazes <wijn@wanadoo.nl>
 
-       * misc/registry.c, wine.ini: Nathaniel <wfilardo@fuse.net>
-       Improved registry isolation possibilities.
+       * dlls/user/sysparams.c:
+       user: Avoid buffer overflow in sysparams.c.
+       Increase buffer size to 12 for getting and setting integer parameters
+       from/to the registry.
 
-       * multimedia/*.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Split the multimedia/ directory into dlls/ subdirectories.
+2006-01-16  Mike McCormack <mike@codeweavers.com>
 
-       * multimedia/winmm.rc, multimedia/winmm_Pt.rc, programs/clock/ChangeLog, programs/clock/Pt.rc, programs/notepad/ChangeLog, programs/notepad/Fr.rc, programs/notepad/Pt.rc, programs/notepad/Wa.rc, programs/progman/.cvsignore, programs/progman/ChangeLog, programs/progman/Pt.rc, programs/winhelp/.cvsignore:
-       Gustavo Junior Alves <alves@correionet.com.br>
-       More Portuguese language support.
+       * programs/control/control.c, programs/eject/eject.c,
+         programs/expand/expand.c, programs/hh/main.c,
+         programs/msiexec/msiexec.c, programs/progman/dialog.c,
+         programs/progman/group.c, programs/progman/grpfile.c,
+         programs/progman/program.c, programs/progman/string.c,
+         programs/wcmd/builtins.c, programs/wcmd/directory.c,
+         programs/winecfg/appdefaults.c, programs/winecfg/libraries.c,
+         programs/winecfg/properties.c, programs/winepath/winepath.c:
+       programs: Use WIN32_LEAN_AND_MEAN in some more places.
 
-       * objects/dib.c: Matthew J. Francis <asbel@dial.pipex.com>
-       Fixed top-down DIB handling in StretchDIBits32().
+       * programs/wineboot/wineboot.c:
+       wineboot: Use WIN32_LEAN_AND_MEAN.
+       Use HeapAlloc/HeapFree instead of malloc/free.
 
-       * include/windowsx.h: Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added macro definitions for memory allocation.
+       * include/winbase.h:
+       kernel32: Define SCS_64BIT_BINARY.
 
-       * graphics/x11drv/xfont.c, include/gdi.h, include/x11font.h, objects/font.c:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Make sure that all calls use the extended structures which are a
-       superset of the regular structures.
+       * dlls/ntdll/exception.c:
+       ntdll: Use the NTAPI definition of EXCEPTION_ACCESS_VIOLATION.
 
-       * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
-       Added the functionality of the thumb track.
+       * dlls/ntdll/directory.c, dlls/ntdll/ntdll.spec:
+       ntdll: Add a stub implementation of NtNotifyChangeDirectoryFile.
 
-       * windows/focus.c: Adrian Thurston <adriant@corel.com>
-       Do not set focus to a disabled window.
+2006-01-16  Robert Reif <reif@earthlink.net>
 
-       * windows/x11drv/keyboard.c: Pierre Mageau <pierre@macadamian.com>
-       Fixed an entry in the keyboard translation table for Ctrl-Break.
+       * dlls/dsound/dsound.c, dlls/dsound/dsound_private.h:
+       dsound: Make dumpCooperativeLevel global.
+       Remove extern from some function prototypes.
 
-       * include/debugdefs.h, scheduler/debugger.c:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       New channel 'debugstr' used to print OutputDebugString API calls.
+       * dlls/dsound/capture.c, dlls/dsound/dsound_private.h:
+       dsound: Make some capture functions global.
 
-       * windows/nonclient.c, windows/x11drv/event.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Popup windows will be hidden when we minimize a main frame or shown
-       when we maximize or restore a minimized main frame.
+2006-01-16  Mike McCormack <mike@codeweavers.com>
 
-Sat Oct 23 23:59:47 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/make_ctests.c:
+       make_ctests: Declare WIN32_LEAN_AND_MEAN when compiling testlist.c.
 
-       * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
-       PropertySheet didn't destroy page dialog's window while removing page.
+       * include/winnt.h:
+       kernel32: Add FILE_NOTIFY_INFORMATION.
 
-       * dlls/comctl32/listview.c: Pierre Mageau <pierre@macadamian.com>
-       Update the item width upon a new column in the header control.
+       * dlls/msi/action.c:
+       msi: Eliminate a fixed length buffer.
 
-       * dlls/ntdll/exception.c: Gerard Patel <g.patel@wanadoo.fr>
-       Reorder parameters to fix position of base reg relative to exception
-       frame.
+2006-01-16  Hans Leidekker <hans@it.vu.nl>
 
-       * documentation/Makefile.in: Fixed typo.
+       * dlls/gdi/font.c:
+       gdi: better implementation for GetCharABCWidthsFloat{A,W}.
 
-       * include/*.h:
-       Francois Gouget <fgouget@psn.net>
-       Define the COM macros even in C++.
+2006-01-16  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * controls/menu.c, windows/mdi.c: Pierre Mageau <pierre@macadamian.com>
-       Fixed loop with WM_SYSCHAR.
+       * dlls/ddraw/ddraw_main.c, dlls/ddraw/ddraw_private.h:
+       ddraw: Better simulate what 'GetVerticalBlankStatus' does on real hardware.
 
-       * dlls/comctl32/tooltips.c: Joshua Thielen <thielen@netperson.net>
-       Fixed tooltips positioning.
+2006-01-16  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * graphics/x11drv/dib.c: Re-applied lost change.
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
+       unixfs: Fix SetNameOf.
+       Ensure that pidls passed to SHNotify are absolute SetNameOf should
+       fail on absolute path names.
+       Some tests to show this.
 
-       * loader/task.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Ignore wrong hInstance.
+2006-01-14  Robert Shearman <rob@codeweavers.com>
 
-       * include/miscemu.h, msdos/int10.c, msdos/interrupts.c:
-       Robert 'Admiral' Coeyman <admiral@corner.net>
-       Report non-hercules video. Turned on int 2a.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Add const attribute to iterators in get functions.
 
-       * include/file.h, include/winbase.h, loader/module.c, files/file.c:
-       Jim Aston <jima@corel.ca>
-       Fixed compiling with STRICT.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Initialise more fields in CreateDispTypeInfo.
+       Don't leave some of the fields of the TLBFuncDesc structure
+       uninitialised in CreateDispTypeInfo.
 
-       * dlls/comctl32/propsheet.c: Adrian Thurston <adriant@corel.com>
-       Proper resource support for dialog title.
+       * dlls/oleaut32/tmarshal.c:
+       oleaut: Support VT_CY in the typelib marshaller.
 
-       * include/dlgs.h: Ulrich Czekalla <ulrichc@corel.ca>
-       Fixed some wrong defines.
+       * dlls/ole32/rpc.c:
+       ole: Optimisation for COM Calls.
+       Add an optimisation to yield and try to allow the RPC to run before
+       waiting for messages and RPCs to arrive.
 
-       * objects/brush.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Copy bitmaps properly.
+2006-01-14  Alexandre Julliard <julliard@winehq.org>
 
-       * include/debugger.h, debugger/dbg.y, debugger/hash.c, debugger/msc.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Allow loading of modules debug information after first invocation of
-       debugger.
+       * dlls/msvcrt/msvcrt.spec:
+       msvcrt: Forward functions to ntdll instead of libc where possible.
 
-       * dlls/shell32/shellpath.c, dlls/shell32/shlwapi.spec:
-       Jim Aston <jima@corel.ca>
-       Added a few stubs.
+       * dlls/msvcrt/math.c, dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec,
+         dlls/msvcrt/string.c:
+       msvcrt: Added wrappers for a few functions instead of linking them
+       directly to libc.
 
-       * include/listview.h, dlls/comctl32/listview.c:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Implementation of edit labels.
+       * dlls/msvcrt/math.c, dlls/msvcrt/msvcrt.spec:
+       msvcrt: Set errno in the standard math functions too, not only in the
+       _CI* variants.
 
-       * graphics/d3ddevices.c, graphics/d3dtexture.c, graphics/ddraw.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fixed some anonymous union accesses.
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Make snprintf and snwprintf use the msvcrt version of printf.
+       Remove todos from tests that succeed now.
 
-       * controls/listbox.c: Abey George <abey@macadamian.com>
-       Draw the item text from the top of the item rect.
+       * dlls/msvcrt/misc.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+         dlls/msvcrt/tests/headers.c, dlls/msvcrt/thread.c:
+       msvcrt: Reimplement rand() and srand() to use per-thread data for the
+       random seed.
 
-       * dlls/comctl32/comctl32undoc.c, dlls/shell32/shlview.c:
-       Pierre Mageau <pierre@macadamian.com>
-       Fixed the ascending and descending sort order for the File Dialog.
+       * dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec, dlls/msvcrt/string.c,
+         dlls/msvcrt/wcs.c:
+       msvcrt: Make strtok and wcstok thread-safe by using the per-thread data.
 
-       * dlls/comctl32/propsheet.c: Ulrich Czekalla <ulrichc@corel.ca>
-       - adds calling application defined callback function once PropertSheet
-         Dialogbox has been initialized just after creating the tab control
-       - handle the case when pszCaption specifies a resource instead of a string
+       * configure, configure.ac, dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h,
+         dlls/msvcrt/msvcrt.spec, dlls/msvcrt/time.c, include/config.h.in:
+       msvcrt: Implemented asctime, ctime and strftime instead of using the libc ones.
+       Make the code thread-safe by using asctime_r if available.
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, dlls/shell32/shv_bg_cmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - removed all unnecessary "winapi" from internal _IL* functions
-       - better parameter checking for shellfolder
-       - removed dead code from shv_bg_contextmenu
+2006-01-14  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
-       Jim Aston <jima@corel.ca>
-       Added another anonymous union using the DUMMYUNIONNAME style.
+       * dlls/shell32/shfldr_unixfs.c:
+       unixfs: Fix ParseDisplayName.
+       Build an absolute pidl to query attributes in
+       UnixFolder::ParseDisplayName.
 
-       * dlls/comctl32/listview.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Properly copy text into user supplied buffer.
+2006-01-14  James Hawkins <truiken@gmail.com>
 
-       * misc/winsock.c, relay32/wsock32.spec, server/object.h, server/sock.c, if1632/winsock.spec, include/task.h, include/winsock.h, loader/main.c, loader/task.c, misc/main.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Winsock rewrite. Sockets are now proper win32 handles.
-       Internal structures are now really internal.
+       * dlls/advpack/files.c:
+       advpack: Remove stub status from implemented functions.
 
-       * dlls/comctl32/tab.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Tab control doesn't refresh tab area on TCM_SETCURSEL.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       advpack: Add stubs for CloseINFEngine, OpenINFEngine, and
+       TranslateInfStringEx.
 
-       * dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec:
-       Ulrich Czekalla <ulrichc@corel.ca>
-       Implemented StrRChrA.
+       * dlls/advpack/advpack.spec, dlls/advpack/files.c, include/advpub.h:
+       advpack: Add a stub for AddDelBackupEntry.
 
-       * debugger/dbg.y, debugger/debug.l, debugger/expr.c, include/debugger.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Perform proper process shutdown on 'quit' and error.
+2006-01-14  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/advapi32/security.c: Gerard Patel <g.patel@wanadoo.fr>
-       Stub OpenThreadToken & OpenProcessToken for failure in Win9x mode.
+       * include/wine/port.h, loader/kthread.c:
+       Get rid of the no longer needed DECL_GLOBAL_CONSTRUCTOR macro.
 
-       * include/winuser.h: Jim Aston <jima@corel.ca>
-       Fixed a small typo.
+       * dlls/kernel/tests/file.c:
+       kernel: Make sure the file contains data for the ReadFile test.
 
-       * windows/dialog.c: Adrian Thurston <adriant@corel.com>
-       Protect against wrong return value from WM_INITDIALOG.
+       * dlls/rpcrt4/ndr_stubless.c:
+       rpcrt4: Fixed asm syntax for rep; movsl.
 
-       * graphics/x11drv/bitmap.c: Francis Beaudet <francis@macadamian.com>
-       Removed an illegal character.
+2006-01-14  Robert Reif <reif@earthlink.net>
 
-       * dlls/shell32/shell32_main.c: Ian Schmidt <ischmidt@cfl.rr.com>
-       Now inits the policy cache when shell32 is first instantiated.
-       Matches Windoze behavior.
+       * dlls/dsound/buffer.c, dlls/dsound/dsound.c,
+         dlls/dsound/dsound_private.h:
+       dsound: Rename some functions, make some functions global, and move
+       some code around.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shpolicy.c, dlls/shell32/shpolicy.h:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Real implementation of SHRestricted(), clarified SHInitRestricted()'s
-       role a little, added policy data table.
+       * dlls/dsound/dsound_private.h, dlls/dsound/primary.c:
+       dsound: Add DSOUND_PrimarySetFormat and use it to set primary format.
 
-       * dlls/ole32/ifs.c: Marcus Meissner <marcus@jet.franken.de>
-       Use segmented lpvtbl pointer for IMalloc16 interface, not linear one.
+2006-01-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/x11drv/mouse.c: Francis Beaudet <francis@macadamian.com>
-       Replaced a X call with a TSX call in XDRV_MOUSE_SetCursor().
+       * dlls/shell32/shell32_main.c:
+       shell32: Fix cut & paste error.
 
-       * dlls/comctl32/rsrc.rc: Ulrich Czekalla <ybicubuk@umail.corel.com>
-       The property sheet dialog needs flag WS_VISIBLE.
+2006-01-14  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * dlls/commdlg/filedlg95.c: Pierre Mageau <pierre@macadamian.com>
-       Set the default view button to List in the FileDialog.
+       * programs/winetest/Makefile.in:
+       winetest: Add cabinet tests.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: don't use GetModuleHandle16 in LoadModule16/NE_CreateProcess.
+2006-01-14  Huw Davies <huw@codeweavers.com>
 
-       * debugger/types.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed potential crash in string variable printing.
+       * dlls/msxml3/element.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Implement getAttribute.
 
-       * dlls/comctl32/toolbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added WM_GETFONT support.
+2006-01-14  Aric Stewart <aric@codeweavers.com>
 
-       * include/main.h, loader/main.c, miscemu/main.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: don't call ExitProcess() before SYSLEVEL_Init().
+       * programs/explorer/explorer.c:
+       explorer: Handle /select arguments correctly with the new winefile
+       modifications.
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bugs (mmioOpen with 16/32 bit strangeness, mmioAscend &
-       mmioDescend offset and alignment issues).
+2006-01-14  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/clipboard.c: Ulrich Czekalla <ulrichc@corel.ca>
-       We are supposed to delete the palette object with the DeleteObject
-       function.
+       * dlls/mshtml/oleobj.c:
+       mshtml: Better handling of IDocHostUIHandler in SetClientSite.
 
-       * dlls/comctl32/listview.c: Noomen Hamza <noomen@macadamian.com>
-       Listview items will be drawn with the right item dimensions.
+2006-01-13  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
-       Some small corrections to the ExtTextOut function.
+       * dlls/kernel/kernel32.spec, dlls/kernel/krnl386.exe.spec,
+         dlls/kernel/ne_module.c:
+       kernel: Reimplemented the MapHInst functions in assembly.
 
-       * dlls/ole32/ole2.c: Francis Beaudet <francis@macadamian.com>
-       Make sure that the drop effect of a DnD operation is set to
-       DROPEFFECT_NONE if the user cancelled the operation.
+       * dlls/kernel/kernel32.spec, dlls/kernel/selector.c:
+       kernel: Reimplemented the SMap/SUnmap functions in assembly.
 
-       * dlls/comctl32/animate.c, include/animate.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       First working version.
+2006-01-13  David Moore <davidm@sjsoft.com>
 
-       * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added the mute capability to most control lines.
+       * dlls/gdi/freetype.c:
+       gdi: Fix display of fonts using Symbol codepages and assorted other
+       codepages.
 
-       * windows/win.c: Rein Klazes <rklazes@casema.net>
-       Use the module handle, if CreateWindowEx is called with
-       hInstance==NULL.
+2006-01-13  James Hawkins <truiken@gmail.com>
 
-       * include/wine/undocshell.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing prototypes for StrRetToBuf(A|W).
+       * dlls/advpack/advpack.c, dlls/advpack/files.c:
+       advpack: Move file related functions to files.c.
 
-Wed Oct 13 16:17:23 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/Makefile.in, dlls/advpack/advpack.spec,
+         dlls/advpack/files.c, include/advpub.h:
+       advpack: Add stubs for the file save/restore functions.
 
-       * programs/clock/.cvsignore, programs/notepad/.cvsignore, programs/progman/.cvsignore:
-       Added Pt.s.
+       * dlls/advpack/advpack.c:
+       advpack: Only output a FIXME if flags are set.
 
-       * objects/dib.c: Backed out previous change (breaks with metafiles).
+2006-01-13  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * server/Makefile.in, server/request.h, server/sock.c, server/trace.c, include/server.h, include/winsock.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added socket interface to wineserver.
+       * dlls/mscms/profile.c, dlls/mscms/tests/profile.c:
+       mscms: Fix some wine_todo for GetStandardColorSpaceProfile().
 
-       * loader/loadorder.c, loader/main.c, miscemu/main.c, wine.ini:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Correct filename for kernel module is KRNL386.EXE.
+       * dlls/mscms/tests/profile.c:
+       mscms: Make two checks more strict in the case of success.
 
-       * dlls/winspool/winspool.spec, dlls/winmm/wineoss/wineoss.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing (and now required) filename directive.
+2006-01-13  Alexandre Julliard <julliard@winehq.org>
 
-       * tools/build.c, include/builtin32.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added filename to 32 bit builtin module descriptors.
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c, dlls/ntdll/thread.c,
+         include/wine/server_protocol.h, include/winternl.h,
+         server/protocol.def, server/thread.c, server/trace.c:
+       ntdll: Add debug registers to the context of all exceptions.
+       Maintain a local cache of the debug registers to avoid server calls
+       where possible.
 
-       * if1632/builtin.c, relay32/builtin32.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fix loading of modules: now search key is module's filename, not
-       module's name.
+2006-01-13  James Hawkins <truiken@gmail.com>
 
-       * dlls/comctl32/propsheet.c, dlls/comctl32/tab.c:
-       Pierre Mageau <pierre@macadamian.com>
-       When an error occurred in a property sheet because of invalid data,
-       clicking on another tab, would activate the new tab but keep the
-       original property sheet.
+       * dlls/advpack/tests/files.c:
+       advpack: Add initial tests for AdvInstallFile.
 
-       * dlls/comctl32/listview.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c, dlls/shell32/shv_bg_cmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - implemented sorting the listview by clicking on the column header
-       - implemented the context menu entrys for sorting
-       - some more functions to gather data form pidls
+       * dlls/advpack/advpack.c:
+       advpack: Implement AdvInstallFile.
 
-       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Removed linking by GetProcAddress for StrRetToBuf sinc not all
-       versions of shlwapi exporting this function.
+2006-01-13  Phil Krylov <phil@newstar.rinet.ru>
 
-       * loader/module.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Removes extraneous comparison of data pointed to by the relocation
-       offset when no relocation entries exist.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h:
+       riched20: Select word on double click.
 
-       * if1632/wprocs.spec, loader/ne/module.c:
-       Marcus Meissner <Marcus.Meissner@lst.de>
-       WPROCS.ENTRYADDRPROC needs to return something in CX too (fixes
-       BLINKER selfextracting executables).
+       * dlls/riched20/editor.c:
+       riched20: TODO list update.
 
-       * windows/dialog.c: Abey George <abey@macadamian.com>
-       Changed EndDialog to behave like as in Windows.
-       Call SetWindowPos instead of ShowWindow in EndDialog.
+       * dlls/riched20/caret.c, dlls/riched20/paint.c:
+       riched20: Fixed some selection painting bugs.
 
-       * windows/winpos.c: Abey George <abey@macadamian.com>
-       Changed WINPOS_CanActivate to not to consider WS_VISIBLE style.
-       Code for activating and setting focus to other windows when a window
-       is hidden, is moved to ShowWindow from SetWindowPos.
-       Activate the top level window if it's not active in ShowWindow(SW_SHOW).
+2006-01-13  Jeremy White <jwhite@codeweavers.com>
 
-       * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed X11DRV_DIB_SetImageBits when called for RLE encoded dibs.
+       * dlls/msi/package.c:
+       msi: gcc 2.95 compatibility fix.
 
-       * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Optimized StretchDIBits to call SetDIBitsToDevice (when src & dst
-       dimensions are equal).
+       * dlls/crypt32/tests/encode.c:
+       crypt32: Preserve gcc 2.95 compatibility.
 
-       * programs/notepad/Makefile.in, programs/notepad/Pt.rc, programs/progman/Makefile.in, programs/progman/Pt.rc, programs/clock/Makefile.in, programs/clock/Pt.rc:
-       Gustavo Junior Alves <alves@correionet.com.br>
-       Added Portuguese language support.
+2006-01-13  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/avifil32/avifile.c, dlls/dplayx/dplay.c, dlls/dplayx/dplobby.c, dlls/oleaut32/typelib.c, dlls/shell32/brsfolder.c, dlls/shell32/shellord.c:
-       Francois Gouget <fgouget@psn.net>
-       Use the COM macros rather than directly accessing the lpvtbl field.
+       * include/msacm.h:
+       msacm: Add definition for ACM_DRIVERADDF_NAME.
 
-       * include/wine/winuser16.h, misc/lstr.c, if1632/user.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Use LoadString16 for FormatMessage16 and handle
-       FORMAT_MESSAGE_ALLOCATE_BUFFER flag.
+2006-01-13  Aric Stewart <aric@codeweavers.com>
 
-       * graphics/psdrv/text.c: Luc Tourangeau <luc@macadamian.com>
-       Some adjustments to ExtTextOut.
+       * dlls/wininet/http.c:
+       wininet: Handle NULL lpBuffersIn in HttpSendRequestExW.
 
-       * include/psdrv.h, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Fixed the clipping for the postscript driver and turned it on (by setting
-       PSDRV_SetDeviceClipping in the function table).
+2006-01-13  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Account for the trailing NULL in GetLogicalDriveStringsA.
+       * dlls/mscms/tests/profile.c:
+       mscms: Make enumerating more verbose.
 
-       * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
-       Fixed a typo in a function declaration.
+2006-01-13  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/x11drv/keyboard.c: Zoltan Kovacs <oritele@alarmix.net>
-       Added Hungarian keyboard support.
+       * dlls/ntdll/virtual.c:
+       ntdll: Round PE header size to a page boundary for size checks.
 
-       * windows/mdi.c, windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
-       We have to activate MDI child windows.
+2006-01-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/commdlg/filedlg.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Use Get|SetPropA to store lParam to retrieve the OPENFILENAME16 for a
-       hWnd.
+       * dlls/kernel/comm.c, dlls/ntdll/Makefile.in, dlls/ntdll/file.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/serial.c, include/Makefile.in,
+         include/ddk/ntddser.h:
+       ntdll: Created infrastructure to support IOCTL for serial devices.
+       - created infrastructure in ntdll to support IOCTL for serial devices
+       - implemented IOCTLs in ntdll for serial break support
+       - implemented the kernel32 equivalent on top of those IOCTLs
 
-       * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
-       Correct usage of a scratch array in X11DRV_PolyBezier.
+2006-01-12  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
-       Make WM_GETTEXTLENGTH return length for dropdownlist combos.
+       * dlls/ntdll/nt.c, include/winternl.h:
+       ntdll: NtQueryInformationToken change parameters according to PSDK.
+       Check for NULL pointer.
 
-       * controls/button.c: Francois Boisvert <francois@macadamian.com>
-       Removed FillRect in the ownerdrawn button procedure.
+2006-01-12  Ge van Geldorp <gvg@reactos.org>
 
-       * windows/x11drv/event.c: Abey George <abey@macadamian.com>
-       Make sure the Focus Out window is still the Foreground window before
-       doing SetForegroundWindow(0) in Event_FocusOut.
+       * dlls/shell32/shlexec.c:
+       shell32: Fix directory execution.
+       Only use the Folder class handler if we're actually executing a
+       folder.
 
-       * graphics/x11drv/palette.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixes problems with color drift when switching to/from
-       logical/physical colors.
+2006-01-12  James Hawkins <truiken@gmail.com>
 
-       * dlls/comctl32/header.c: Thuy Nguyen <thuy@macadamian.com>
-       Mouse position is signed.
+       * dlls/advpack/advpack.c:
+       advpack: Add documentation for ExecuteCab.
 
-       * windows/syscolor.c: Noomen Hamza <noomen@macadamian.com>
-       Set the COLOR_3DLIGHT system color to the right window default value.
+       * dlls/advpack/advpack.spec, dlls/advpack/reg.c, include/advpub.h:
+       advpack: Add stubs for the remaining registry functions.
 
-       * loader/pe_image.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Small hack to check if we need to relocate the TLS directory or not
-       (some seem to need this pointer relocateable, some already do relocate
-       it by themselves).
+       * dlls/cabinet/Makefile.in, dlls/cabinet/cabextract.c,
+         dlls/cabinet/cabinet.h, dlls/cabinet/fdi.c:
+       cabinet: Move the remaining cabextract.c functions to fdi.c.
 
-       * Make.rules.in: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Relink subdirectory objects on Makefile.in/Make.rules.in change.
+2006-01-12  Stefan Brüns <stefan.bruens@rwth-aachen.de>
 
-       * dlls/comctl32/propsheet.c: Marcus Meissner <Marcus.Meissner@lst.de>
-       Check for NULL ptr in Propsheet_RemovePage (Xing DVD Player).
+       * dlls/commdlg/filedlg.c, dlls/commdlg/filedlgbrowser.c:
+       commdlg: Makes return value of FILEDLG95_SendFileOK dependent of
+       return value, not of DWL_MSGRESULT.
 
-       * multimedia/dsound.c: Marcus Meissner <Marcus.Meissner@lst.de>
-       Don't ref NULL ptrs in debug.
+2006-01-12  Detlef Riekenberg <wine.dev@web.de>
 
-       * windows/dinput.c: Marcus Meissner <Marcus.Meissner@lst.de>
-       If the joydevice is not present, do not create a DirectInputDevice.
+       * dlls/ntdll/tests/exception.c:
+       ntdll/tests: Skip tests if NtCurrentTeb doesn't exist.
 
-       * dlls/commdlg/commdlg.spec, dlls/commdlg/printdlg.c, include/commdlg.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Map PrintDlg16 to PrintDlgA.
+2006-01-12  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * dlls/shell32/shlmenu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * dlls/shell32/debughlp.c:
+       shell32: MSVC compatibility fix in dump_pidl_hex().
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Made TrackPopupMenu with TPM_RETURNCMD returning the id instead of
-       true.
+2006-01-12  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/treeview.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Prevent self referencing next pointer during insert.
+       * dlls/kernel/heap.c, dlls/kernel/tests/heap.c:
+       kernel32: Fix GlobalReAlloc for size = 0.
+       GlobalReAlloc should return NULL if the requested size is 0, the block
+       is moveable and it is locked, but otherwise it should return the
+       original memory block.
 
-       * ole/nls/fra.nls: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing definitions.
+2006-01-12  Phil Krylov <phil@newstar.rinet.ru>
 
-       * multimedia/winmm.rc, multimedia/winmm_Nl.rc:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Added Dutch to the languages supported by MCI.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/string.c:
+       riched20: Initial support for word break callback procedures.
 
-       * documentation/status/internationalisation:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Updated status of internationalisation.
+       * dlls/riched20/paint.c:
+       riched20: Removed a useless check in painting code.
 
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: *Don't* resolve PE imports if asked not to ...
+2006-01-12  Huw Davies <huw@codeweavers.com>
 
-       * misc/ddeml.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: DdeNameService was broken.
+       * dlls/gdi/font.c:
+       gdi: If the last param of GetKerningPairs is NULL then return the
+       number of pairs.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: When loading an executable module fails, don't perform module
-       cleanup before the corresponding task is destroyed.
+2006-01-12  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Moved bitmap resource to language-independent resource file.
+       * dlls/shell32/shlview.c:
+       shell: Fix view window Z order.
+       After creating the Shell View window we should call SetWindowPos to
+       move the window on top of other child windows in the parent window.
+       Also delay the showing of the window so that we can do more
+       initialisation after window creation without it causing visual
+       artifacts.
 
-       * misc/version.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Added warning for future VERSION_GetVersion() (mis-)users and made
-       OSVERSIONINFO warning more detailed.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Support conversion of VT_SAFEARRAY into VT_ARRAY|type.
+       Typelib variant types that cannot be converted should return
+       DISP_E_BADVARTYPE.
+       Don't call DispCallFunc if conversion of one of the arguments failed.
 
-       * dlls/oleaut32/oleaut.c, dlls/oleaut32/oleaut32.spec:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added stubs for RevokeActiveObject, GetActiveObject, fixed
-       RegisterActiveObject stub argtypes.
+       * dlls/ole32/rpc.c:
+       ole: Fix crash in RpcChannelBuffer_SendReceive.
+       Initialise apt to NULL since ipid_to_apt_stubbuffer no longer does
+       this for us.
 
-       * windows/x11drv/keyboard.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added german keyboard layout with "nodeadkeys" option enabled (just to
-       apostrophes are switched).
+       * dlls/ole32/tests/marshal.c:
+       ole: Use strict prototypes for some test functions.
 
-       * dlls/msvideo/msvideo.spec, dlls/msvideo/msvideo_main.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Stub for VideoCapDriverDescAndVer.
+2006-01-12  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * msdos/int21.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Replicate CreateDirectory() LastError workaround for the LFN part.
+       * dlls/mscms/tests/profile.c:
+       mscms: Null ID can make GetStandardColorSpaceProfile*() succeed.
 
-       * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Also escape characters >=0x80 within the wineregistry savefile.
+2006-01-11  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/wnaspi32/winaspi32.c:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Don't use malloc/free in winaspi32.
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: UrlCanonicalize: fix URL_DONT_SIMPLIFY.
+       - URL_DONT_SIMPLIFY should change '/' <-> '\'
+       - Better '/' / '\' handling
 
-       * graphics/ddraw.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Use 1 macro for rgbbitdepth -> byte determination.
-       xshm/image creation now uses 1/8 of the space for every image.
+2006-01-11  Huw Davies <huw@codeweavers.com>
 
-       * relay32/user32.spec: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Replaced double ChangeDisplaySettingsA by (Ex)[AW].
+       * dlls/msxml3/domdoc.c, dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml: Implement createNode, appendChild and insertAfter.
 
-Wed Sep 29 12:16:16 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-11  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * if1632/builtin.c, loader/module.c, loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Don't call GetVersionExA too early, to avoid breaking
-       automatic emulated Windows version detection.
+       * programs/winecfg/driveui.c:
+       winecfg: Simplify code a bit.
+       Enable apply button when needed and don't enable when nothing
+       changed.
 
-       * dlls/oleaut32/typelib.c, include/oleauto.h, dlls/oleaut32/oleaut32.spec:
-       Rein Klazes <rklazes@casema.net>
-       First implementation of LoadTypeLibEx().
+2006-01-11  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/mmsystem.spec, multimedia/mmsystem.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added stub for WMMMIDIRUNONCE called by midimap.drv.
+       * dlls/msi/.gitignore, dlls/msi/Makefile.in, dlls/msi/dialog.c,
+         dlls/msi/msi.rc:
+       msi: Make the MSI SelectionTree control do something useful.
 
-       * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
-       Set refcounter to 1 on initial init or WSAStartup/WSAStartup with
-       following WSACleanup will already free the structures.
+2006-01-11  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
-       Create DirectSound object even without sounddevice. Games can be
-       played without sound, but not without DirectSound object (tested with
-       Monkey Island 3).
+       * server/mapping.c:
+       server: Don't round up the header size for image mappings.
 
-       * dlls/oledlg/oledlg.spec, include/ntddk.h, relay32/kernel32.spec, relay32/user32.spec, tools/build.c, dlls/crtdll/crtdll.spec, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some of the issues reported by winapi-check, by adding arguments
-       to varargs.
-
-       * Make.rules.in, Makefile.in: Patrik Stridvall <ps@leissner.se>
-       Added ability to call winapi_check from the Makefiles.
-
-       * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
-       Modification due to problems with winapi-check.
+       * dlls/ntdll/virtual.c:
+       ntdll: Round up the mapping size in map_file_into_view when setting
+       the protection bytes.
 
-       * tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, 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>
-       - Adapted to changes in Wine.
-       - Minor improvements.
-
-Tue Sep 28 16:40:07 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * server/event.c, server/object.h:
-       Made event manipulation routines public.
-
-       * dlls/Makefile.in, dlls/dplayx/.cvsignore, dlls/dplayx/Makefile.in, dlls/dplayx/dpclassfactory.c, dlls/dplayx/dpinit.h, dlls/dplayx/dplay.c, dlls/dplayx/dplay.spec, dlls/dplayx/dplayx.spec, dlls/dplayx/dplobby.c, documentation/status/directplay, include/dplay.h, include/dplobby.h, multimedia/Makefile.in, multimedia/dplay.c, relay32/.cvsignore, relay32/dplay.spec, relay32/dplayx.spec, relay32/Makefile.in, Makefile.in, configure, configure.in:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Moved dplay and dplayx to a proper home in the dlls directory.
-       - Implemented new DirectPlay4 and DirectPlayLobby3 interfaces.
-       - Implemented a class factory for dplay and dplobby. COM interfaces
-         now work for dp and dpl.
-       - Added a few more entries to dplayx.spec files. How do you find the
-         ordinals? I just guessed :(
-       - Seperated DirectPlay and DirectPlayLobby implementation into separate files.
-       - Included some missing header file definitions.
-       - Implemented the dplay dll in terms of the dplayx dll. I haven't
-         tested it so it may not work...
-       - A few bug fixes and a little new implementatioe.n
-       - Updated document with a more detailed implementation plan.
-
-       * windows/win.c: Noomen Hamza <noomen@macadamian.com>
-       Rewrite the ShowOwnedPopups function with a safety algorithm.
-
-       * controls/menu.c: Karl Lessard <ybicubuk@umail.corel.com>
-       Make ExecFocusedItem return -1 on failure.
-
-       * graphics/ddraw.c, multimedia/dsound.c:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Changed return code for failure on *_DllGetClassObject to
-         CLASS_E_CLASSNOTAVAILABLE from E_NOTAVAILABLE as documented.
-       - Replaced memcmps with equivalent IsEqualCLSID or IsEqualGUID macros.
-       - Changed "return 0;" with S_OK or DS_OK as appropriate.
+2006-01-11  Juan Lang <juan_lang@yahoo.com>
 
-       * dlls/ntdll/signal_i386.c:
-       Support TRAP_sig for FreeBSD (with the help of Juergen Lock).
+       * dlls/crypt32/tests/main.c:
+       crypt32: Fix a test that fails on Windows.
 
-       * loader/module.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Remember the allocated string to free it.
+2006-01-11  Jacek Caban <jacek@codeweavers.com>
 
-       * controls/menu.c: Gerard Patel <g.patel@wanadoo.fr>
-       Force recalculation of menu when calling InsertMenuItem.
+       * dlls/urlmon/internet.c, dlls/urlmon/urlmon_main.c:
+       urlmon: Reimplement CoInternetCombineUrl to use pluggable protocol.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Implementation of 2 Win98 by-ordinal SHELL32 routines.  Helps Win98
-       Explorer work better.
+       * dlls/urlmon/umon.c:
+       urlmon: Use CoInternetCombineUrl in URLMonikerImpl_Construct.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo in hDrv for sending message.
+2006-01-11  Aric Stewart <aric@codeweavers.com>
 
-Mon Sep 27 13:38:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/tests/dir.c:
+       msvcrt: Modify dir test to create its own directory to ensure the
+       directory exists for the test. Using the temp dir as the root.
 
-       * include/mmddk.h, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed last dependancies between MCI drivers and WINMM/MMSYSTEM
-       DLLs.
+2006-01-11  Phil Krylov <phil@newstar.rinet.ru>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Got rid of hack on WAVEHDR's & MIDIHDR's reserved field for 16/32 bit
-       discrimination.
-       Fixed a few segptr/linear address bugs in WAVEHDR/MIDIHDR handling.
+       * dlls/riched20/list.c:
+       riched20: Added \n to trace output.
 
-       * multimedia/mixer.c, multimedia/mmaux.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Check for OSS driver presence and return error accordingly.
+2006-01-11  Marcus Meissner <marcus@jet.franken.de>
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Got rid of hack on MIDHDR's reserved field for 16/32 bit
-       discrimination.
+       * dlls/oleaut32/typelib.c:
+       ole: ITypeInfo::Invoke stack overwrite fix.
+       Have enough stack space up to even VT_VARIANTs, fixes a stack
+       corruption.
 
-       * multimedia/lolvldrv.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash with mapper loading.
-       Got rid of hack on WAVEHDR's reserved field for 16/32 bit
-       discrimination.
+2006-01-11  Huw Davies <huw@codeweavers.com>
 
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Got rid of hack on WAVEHDR's reserved field for 16/32 bit
-       discrimination.
+       * dlls/msxml3/node.c:
+       msxml: Fix for selectNodes when the node has no children.
 
-       * documentation/wine.texinfo: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Typo correction.
+2006-01-11  James Hawkins <truiken@gmail.com>
 
-       * loader/libres.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Fix integer based resource id assumption.
-       Add support for string based type ids.
+       * dlls/cabinet/cabextract.c:
+       cabinet: Remove no longer used code from cabextract.c.
 
-       * include/winsock2.h: Ove Kaaven <ovek@arcticnet.no>
-       Added some basic Winsock2 definitions.
+2006-01-11  Alexandre Julliard <julliard@winehq.org>
 
-       * server/object.h, server/select.c: Ove Kaaven <ovek@arcticnet.no>
-       Added EXCEPT_EVENT to wineserver select loop.
+       * dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c,
+         dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+         dlls/ntdll/signal_x86_64.c, dlls/ntdll/thread.c,
+         include/wine/server_protocol.h, server/context_i386.c,
+         server/protocol.def, server/thread.c, server/trace.c:
+       ntdll: Handle NtSetContextThread on the client side (as far as
+       possible) when setting the context of the current thread.
 
-       * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
-       Fix for VFAT_IOCTL_READDIR_BOTH.
+2006-01-11  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * dlls/wing/wing_main.c: Peter Ganten <ganten@uni-bremen.de>
-       Small wing enhancement.
+       * dlls/shell32/classes.c, dlls/shell32/folders.c,
+         dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c,
+         dlls/shell32/shell32_main.h:
+       shell32: Fix folder icon index when read from registry.
+       Change "DWORD dwNr" into "int icon_idx" at several places.
 
-       * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
-       Return key should not be ignored in multiline edit even if
-       ES_WANTRETURN flag isn't set.
+2006-01-11  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * include/gdi.h, objects/gdiobj.c:
-       Francis Beaudet <francis@macadamian.com>
-       DPtoLP needs to round the result.
-       Fixed MulDiv to deal better with negative numbers.
+       * dlls/winmm/winealsa/audio.c:
+       winealsa: Ensure that copy_format() will not write past end of
+       referenced WAVEFORMATPCMEX structure.
 
-       * windows/painting.c: Francis Beaudet <francis@macadamian.com>
-       rcPaint has to be returned in logical coordinates but was intersected
-       with a client rectangle in device coordinates.
+2006-01-11  Aric Stewart <aric@codeweavers.com>
 
-       * objects/region.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Fixed GetRandomRgn.
+       * programs/winefile/winefile.c:
+       winefile: Highlight the file specified on the command line instead of
+       filtering based on it. To be integrated with explorer to allow for
+       that functionality.
 
-       * files/drive.c: Abey George <abey@macadamian.com>
-       Made GetCurrentDirectory return long name of the current directory.
+2006-01-11  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/button.h, controls/button.c: Rein Klazes <rklazes@casema.net>
-       Use an extra bit in the button status byte to flag whether the
-       DefButtonWndProc should process the WM_LBUTTONUP message.
+       * dlls/kernel/thread.c, dlls/ntdll/thread.c:
+       ntdll: Implemented ntdll.NtSetInformationThread(ThreadAffinityMask).
+       Reimplemented kernel32.SetThreadAffinityMask on top of it.
 
-       * scheduler/process.c, scheduler/sysdeps.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c, graphics/ddraw.c, include/sig_context.h, include/debugger.h, include/dosexe.h, include/miscemu.h, include/wine/exception.h, loader/signal.c, loader/Makefile.in, loader/main.c:
-       Moved all signal support to a new platform-specific file.
-       Make use of the per-thread signal stack (Juergen Lock).
-       Fixed %fs in signal handler for non FS_sig case (Ulrich Weigand).
+2006-01-11  James Hawkins <truiken@gmail.com>
 
-----------------------------------------------------------------
-Thu Sep 23 16:14:44 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/tests/files.c:
+       advpack: Implement ExtractFiles.
 
-       * Makefile.in, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/wineclipsrv.c:
-       Noel Borthwick <noel@macadamian.com>
-       Added clipboard server.
+       * dlls/cabinet/fdi.c:
+       cabinet: Add documentation for FDITruncateCabinet.
 
-       * tools/Attic/winapi-check, tools/winapi_check/nativeapi.dat, tools/winapi_check/nativeapi.pm, tools/winapi_check/parser.pm, tools/winapi_check/win16api.dat, tools/winapi_check/win32api.dat, tools/winapi_check/winapi.pm, tools/winapi_check/winapi_check, tools/winapi_check/winapi_global.pm, tools/winapi_check/winapi_local.pm, tools/winapi_check/winapi_options.pm, tools/winapi_check/winapi_parser.pm:
-       Patrik Stridvall <ps@leissner.se>
-       Made a new improved version of winapi-check in perl.
+2006-01-11  Robert Reif <reif@earthlink.net>
 
-       * msdos/int21.c:
-       Implemented uppercasing functions (based on a patch by Robert
-       'Admiral' Coeyman).
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c:
+       dsound: Add primary buffer change tests.
+       Add tests to figure out whether Windows can change the primary buffer
+       capabilities after setting the buffer format. Based on a patch by Alex
+       Villacís Lasso.
 
-       * windows/user.c, dlls/ole32/ole2stubs.c, dlls/ole32/storage.c, dlls/oleaut32/typelib.c, dlls/stress/stress_main.c, if1632/dummy.c, include/stress.h, include/wine/wingdi16.h, misc/printdrv.c, windows/input.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some of the issues reported by winapi-check.
+2006-01-11  Mike McCormack <mike@codeweavers.com>
 
-       * misc/comm.c: Patrik Stridvall <ps@leissner.se>
-       Modification due to problems with winapi-check.
+       * dlls/msi/dialog.c:
+       msi: Remove the font when setting a control's text.
 
-       * windows/x11drv/event.c: Noomen Hamza <noomen@macadamian.com>
-       WS_POPUP windows (excluding the WS_POPUPWINDOW windows) should be
-       closed after loosing the focus.
+2006-01-11  Rob Shearman <rob@codeweavers.com>
 
-       * objects/dib.c: Francois Boisvert <francois@macadamian.com>
-       CreateDIBitmap creates a monochrome bitmap only when the first color of the
-       colormap is black followed by white. Otherwise it creates a color bitmap.
+       * dlls/comctl32/tests/progress.c:
+       comctl32: Test the painting behaviour of the progress bar control.
+       Test the painting behaviour of the progress bar control when the
+       PBM_SETPOS message is sent to it, with respect to whether the
+       background is erased and what part of the control is redrawn.
 
-       * windows/defwnd.c, windows/nonclient.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Non active window should be activated when it gets any
-       client/non-client double/single left/medium/right mouse click(s).
+2006-01-11  Mike McCormack <mike@codeweavers.com>
 
-Wed Sep 22 16:53:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/progress.c:
+       comctl32: Invalidate the entire progress bar any time it changes.
 
-       * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added WINEOSS descriptor.
+2006-01-11  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       MMSYSTEM_GetIData() now dies when no iData is present
-       Better error recovery when the process attachment fails
-       PlaySound (and helper functions) now use the regular waveOutXXX (instead of wodMessage)
-       Moved handling of hack for differenciating between 16 and 32 bit callback to lolvldrv.c
-       Makes use of new lolvldrv.c interfaces
+       * dlls/mscms/tests/profile.c:
+       mscms: Set the last error code to an unusual value.
 
-       * multimedia/.cvsignore, multimedia/Makefile.in, multimedia/lolvldrv.c, multimedia/oss.c, multimedia/oss.h, multimedia/winemm.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added lolvldrv.c and oss.c.
-       Thunks to 16 bit are now generated for the MMSYSTEM module.
+2006-01-11  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * configure.in, dlls/winmm/.cvsignore, dlls/winmm/Makefile.in, dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/Makefile.in, dlls/winmm/wineoss/wineoss.spec, Makefile.in, configure:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added dlls/winmm and dlls/winmm/wineoss directories.
+       * dlls/commdlg/printdlg.c:
+       commdlg: If provided use and update hDevMode in the PAGESETUPDLG struct.
+       Update the dmDefaultSourcea return value inside hDevMode.
 
-       * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer checking for correct iData in code.
+2006-01-11  Huw Davies <huw@codeweavers.com>
 
-       * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing DriverCallBack function.
+       * dlls/opengl32/wgl.c:
+       opengl: Use indirect contexts if the surface is a pixmap.
 
-       * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       All headers (wave and midi functions) are now seen as segptr.
-       Added stub for joyGetPosEx16().
+2006-01-11  Francois Gouget <fgouget@codeweavers.com>
 
-       * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing defines.
+       * programs/winemenubuilder/winemenubuilder.c:
+       winemenubuilder: Improve traces.
+       Report the EnumResourceNamesW() and failure to find an icon
+       separately so traces are less misleading.
 
-       * include/mmddk.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now using the same structs for low-level drivers as Windows do.
+2006-01-11  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/audio.c, multimedia/mixer.c, multimedia/mmaux.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Make it (almost) 32 bit only.
-       Reflected creation of WINEOSS module.
+       * dlls/ole32/oleobj.c:
+       ole: Implement IEnumSTATDATA for the Ole Advise Holder.
+       Implement IEnumSTATDATA for the Ole Advise Holder and use it to
+       implement the Send* functions.
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Make it (almost) 32 bit only.
-       Reflected creation of WINEOSS module.
-       No longer using ERR when no MIDI card is present.
+       * dlls/ole32/marshal.c:
+       ole: Initialise hrref so as not to display garbage in the trace.
 
-       * multimedia/joystick.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added stub for joyGetPosEx16().
+       * dlls/ole32/defaulthandler.c:
+       ole: Remove some duplicated code.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer checking for correct iData in code.
-       Added look-up tables to command tables (speeds up queries).
+2006-01-10  Rein Klazes <wijn@wanadoo.nl>
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now using WAVEFORMATEX instead of PCMWAVEFORMAT.
+       * dlls/hhctrl.ocx/hhctrl.c:
+       hhctrl.ocx: Report commands in HtmlHelp that are not handled at all.
 
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Now using modReset() instead of tweaking MIDI controls.
+2006-01-10  Phil Krylov <phil@newstar.rinet.ru>
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed returned type upon open.
-       Fixed some bogus error checking.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/editstr.h, dlls/riched20/paint.c, dlls/riched20/wrap.c:
+       riched20: Reduced screen flicker by using proper update region invalidation.
 
-       * multimedia/mcianim.c, multimedia/mciavi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed returned type upon open.
+2006-01-10  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/ntdll/exception.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Do not set EH_NONCONTINUABLE.
+       * dlls/kernel/virtual.c:
+       kernel: Remove no longer used debug channel.
 
-       * programs/osversioncheck/.cvsignore, programs/osversioncheck/ChangeLog, programs/osversioncheck/Makefile.in, programs/osversioncheck/osversioncheck.c, configure, configure.in, programs/Makefile.in:
-       Morten Eriksen <mortene@sim.no>
-       Added simple console mode example program which lists information
-       about the version of Windows we're currently running on.
+2006-01-10  Robert Shearman <rob@codeweavers.com>
 
-       * loader/module.c: Fixed memory allocation bug.
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h,
+         dlls/ole32/marshal.c:
+       ole: Defer apartment window creation until the first object is marshalled.
 
-       * windows/x11drv/event.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fix infinite loop with glastXFocusWindow.
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/rpc.c:
+       ole: Add an accessor function for an apartment's window.
 
-       * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
-       Allow creation of empty imagelist.
+       * dlls/ole32/rpc.c:
+       ole: Report and clean up after PostMessage failures.
 
-       * objects/palette.c, relay32/gdi32.spec:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Added partial implementation of GetICMProfileA, required by Paint Shop
-       Pro 5.
+       * dlls/ole32/compobj_private.h, dlls/ole32/rpc.c,
+         dlls/ole32/stubmanager.c:
+       ole: Pass a channel into IRpcStubBuffer::Invoke.
+       Create a server channel and store this in the ifstub.
+       Rename ipid_to_apt_and_stubbuffer to ipid_get_dispatch_params and make
+       the function return an HRESULT.
+       Return the channel for the ifstub in ipid_get_dispatch_params.
 
-       * controls/menu.c: Abey George <abey@macadamian.com>
-       Don't send WM_ENTERMENULOOP, WM_INITMENU & WM_INITMENUPOPUP messages
-       when TPM_NONOTIFY flag is set in TrackPopupMenu.
+       * dlls/ole32/rpc.c:
+       ole: Reduce the access rights required by start_local_service.
 
-       * misc/winsock.c: David Luyer <luyer@ucs.uwa.edu.au>
-       getpeername() and getsockname() return errors in errno not h_errno.
+       * dlls/ole32/rpc.c:
+       ole: Return the last error if we couldn't open the requested service.
+       Fix the ok/failed message.
 
-Mon Sep 20 18:52:06 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-10  James Hawkins <truiken@gmail.com>
 
-       * dlls/commdlg/filedlgbrowser.c, dlls/commdlg/printdlg.c, include/builtin16.h, misc/registry.c, objects/cursoricon.c, tools/build.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI C violations.
+       * dlls/advpack/tests/.gitignore, dlls/advpack/tests/Makefile.in,
+         dlls/advpack/tests/files.c:
+       advpack: Add initial tests for ExtractFiles.
+       - Use FCI to create a test cabinet file.
+       - Add initial tests for ExtractFiles.
 
-       * windows/keyboard.c, windows/mouse.c, if1632/keyboard.spec, if1632/mouse.spec, windows/input.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Keyboard/mouse event proc thunk creation moved out of if1632/thunk.c.
+2006-01-10  Robert Shearman <rob@codeweavers.com>
 
-       * if1632/kernel.spec, include/task.h, loader/.cvsignore, loader/Makefile.in, loader/ne/module.c, loader/ne/segment.c, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't create thunk for task signal proc, call it directly.
+       * dlls/rpcrt4/ndr_misc.h, dlls/rpcrt4/ndr_ole.c:
+       rpcrt4: Remove the unused RPCRT4_GetPSFactory function.
 
-       * if1632/gdi.spec, include/gdi.h, objects/.cvsignore, objects/Makefile.in, objects/clipping.c, objects/dc.c, windows/dce.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       DC hook proc thunk management simplified.
+       * dlls/rpcrt4/ndr_ole.c:
+       rpcrt4: Don't release the interface pointer on failure.
+       Don't release the interface pointer on failure since we are not the
+       ones that allocated it. It is the caller's responsability to call
+       NdrInterfacePointerFree, where the freeing is supposed to happen.
 
-       * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       System timer proc thunk creation moved out of if1632/thunk.c.
+       * dlls/kernel/heap.c:
+       kernel32: Return an error when unlocking a global with a zero lock count.
+       Rename GLOBAL_LOCK_MAX to the public GMEM_LOCKCOUNT.
 
-       * scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't create thunk for CreateThread16 proc, call it directly.
+2006-01-10  Saulius Krasuckas <saulius.krasuckas@gmail.com>
 
-       * windows/.cvsignore, windows/Makefile.in, windows/hook.c, dlls/shell32/shell.c, if1632/user.spec, include/hook.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Windows hook proc thunk management simplified.
+       * dlls/mscms/tests/profile.c:
+       mscms: Enumerate registered standard colorspace profiles.
 
-       * include/callback.h, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Modified THUNK_Alloc so as to avoid 32->16->32 calling sequences.
-       Removed persistent thunk creation routines.
+2006-01-10  Huw Davies <huw@codeweavers.com>
 
-       * configure, configure.in, include/acconfig.h, include/config.h.in, include/ts_xf86dga2.h, tools/make_X11wrappers, tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86dga2.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Added the possibility to use DGA 2.0.
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       msxml: It's valid to release an empty document.
 
-       * winedefault.reg: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added HKEY_LOCAL_MACHINE\...\ProgramFilesDir registry key.
+2006-01-10  Phil Krylov <phil@newstar.rinet.ru>
 
-       * dlls/comctl32/commctrl.c: Dennis Borklund <dennisb@cs.chalmers.se>
-       It's no error to send a WM_COMMAND to MenuHelp.
+       * dlls/comctl32/header.c:
+       comctl32: Fix emitting of NM_CUSTOMDRAW header notifications.
+       Emit NM_CUSTOMDRAW header notifications for all headers, not only
+       ownerdrawn. Allow to change item text and background colors in an
+       application's NM_CUSTOMDRAW handler.
 
-       * files/file.c: Francois Boisvert<francois@macadamian.com>
-       CreateFileA returns HFILE_ERROR when the filename contains a wild card.
+       * dlls/riched20/string.c:
+       riched20: Allow NUL characters.
 
-       * controls/static.c: Francis Beaudet <francis@macadamian.com>
-       Fixed display bug in the static control.
+2006-01-10  Robert Shearman <rob@codeweavers.com>
 
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Message removed when menu tracking finish on a WM_LBUTTONDOWN.
+       * dlls/kernel/atom.c, dlls/kernel/atom16.c, dlls/kernel/environ.c,
+         dlls/kernel/file16.c, dlls/kernel/module.c, dlls/kernel/oldconfig.c,
+         dlls/kernel/profile.c, dlls/kernel/task.c, dlls/kernel/toolhelp16.c:
+       kernel: Remove wine/server.h include from files where it is no longer needed.
 
-       * include/bitmap.h, include/ts_xlib.h, include/x11drv.h, objects/dib.c, tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, graphics/x11drv/bitmap.c, graphics/x11drv/dib.c:
-       Noel Borthwick <noel@macadamian.com>
-       - Add clipboard support for copying/pasting bitmaps or Pixmaps between Wine
-         and native Linux applications.
-       - Respond to the MULTIPLE selection request target when Wine is the
-         selection owner.
-       - Relax type checking for TARGETS selection.
+2006-01-10  Alexandre Julliard <julliard@winehq.org>
 
-       * if1632/builtin.c, loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Set 'expected_version' of built-in and dummy modules according to
-       emulated Windows version.
+       * dlls/ntdll/exception.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+       ntdll: NtRaiseException doesn't need to be a register function.
+       Moved common code between NtRaiseException and RtlRaiseException to a
+       separate raise_exception function.
 
-       * if1632/relay.c, loader/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Make CallTo16 return stub segment owned by KERNEL.
+       * dlls/kernel/except.c:
+       kernel: Don't send a debugger event in UnhandledExceptionFilter,
+       leave that to the standard ntdll exception handling.
 
-       * include/wine/winbase16.h, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Improved GetCodeHandle16 / GetCodeInfo16.
+       * dlls/kernel/kernel32.spec, dlls/kernel/thunk.c:
+       kernel: Implement FT_Exit directly in assembly to avoid the overhead
+       of register functions.
 
-       * ole/nls/sve.nls: Dennis Bjorklund <dennisb@cs.chalmers.se>
-       Added some values that were missing in the Swedish nls file.
+2006-01-10  James Hawkins <truiken@gmail.com>
 
-Sun Sep 19 18:58:16 1999  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac, dlls/cabinet/Makefile.in,
+         dlls/cabinet/tests/.gitignore, dlls/cabinet/tests/Makefile.in,
+         dlls/cabinet/tests/extract.c:
+       cabinet: Add initial tests for Extract.
 
-       * graphics/x11drv/dib.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: create DDB in X11DRV_DIB_GetDIBits if necessary.
+       * dlls/cabinet/cabinet_main.c:
+       cabinet: Implement Extract on top of FDI.
 
-       * dlls/ole32/ole32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Added missing export.
+2006-01-10  Rein Klazes <wijn@wanadoo.nl>
 
-       * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed crash when loading *.ani files.
+       * dlls/winedos/int21.c:
+       winedos: Open files with write access on read only media.
+       If the CreateFile in INT21_CreateFile fails with ERROR_WRITE_PROTECT,
+       retry without write access.
 
-       * ole/*, dlls/ole32/*, dlls/oleaut32/*, dlls/olecli/*, dlls/oledlg/*:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved bulk of OLE implementation to dlls/ subdirectories.
+2006-01-10  Phil Krylov <phil@newstar.rinet.ru>
 
-       * controls/menu.c: Dennis Björklund <dennisb@cs.chalmers.se>
-       Send correct WM_MENUSELECT when menu closes.
+       * dlls/riched20/caret.c, dlls/riched20/editor.h, dlls/riched20/para.c,
+         dlls/riched20/run.c:
+       riched20: Speed up text insertion.
+       Optimized reading large texts into RichEdit to be an O(n) order
+       algorythm instead of O(n^2) by removing extraneous conversions of
+       character offsets to run offsets.
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/shres.rc:
-       Francois Boisvert <francois@macadamian.com>
-       Added small feature in the file dialog.
+2006-01-10  Mike McCormack <mike@codeweavers.com>
 
-       * win32/newfns.c, files/drive.c, include/winnt.h, include/wtypes.h, msdos/vxd.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/hglobalstream.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/olefont.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/variant.c, dlls/advapi32/service.c, dlls/comctl32/comctl32undoc.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added support for anonymous structs/unions on compilers that implement it.
+       * dlls/advapi32/service.c:
+       advapi32: If we can't connect to a service's pipe, name the service in
+       the error message.
 
-       * include/wingdi.h, objects/text.c, relay32/gdi32.spec:
-       Peter Ganten <ganten@uni-bremen.de>
-       Stubs for PolyTextOutA/W.
+       * dlls/msi/select.c:
+       msi: Count the number of columns requested and allocate that many,
+       as columns may be select more than once in from a table.
 
-       * graphics/x11drv/dib.c, objects/dib.c:
-       Karl Lessard <ybicubuk@umail.corel.com>
-       Some more minor GDI fixes.
+       * dlls/msi/action.c:
+       msi: Don't crash if there's no script present when we try execute one.
 
-       * dlls/comctl32/imagelist.c: Stephane Lussier <stephane@macadamian.com>
-       In ImageList_Draw when drawing the bitmap with the transparent flag
-       set, background color/foreground color should be set to white/black,
-       when doing bitblt operation with the bitmap mask.
+       * dlls/msi/msiquery.c, include/msiquery.h:
+       msi: Fixed the prototype of MsiDatabaseIsTablePersistent.
+       Implemented MsiDatabaseIsTablePersistentA via the W function.
 
-       * graphics/escape.c, graphics/win16drv/init.c, include/win16drv.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Extend DRAWMODE struct to win95 spec.
-       Add some more Escape -> Escape16 conversions.
+2006-01-10  Troy Rollo <wine@troy.rollo.name>
 
-       * graphics/win16drv/prtdrv.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Stop trashing devmode if in and out devmodes are the same.
+       * dlls/user/menu.c, dlls/user/user16.c, include/wine/winuser16.h,
+         include/winuser.h:
+       user: Fix return type of EnableMenuItem.
 
-       * controls/widgets.c: Noomen Hamza <noomen@macadamian.com>
-       The MDIClient class must be registered with the IDC_ARROW cursor.
+       * dlls/shell32/shfldr_unixfs.c:
+       shell32: Fix bug in renaming files in the file dialogs when UNIX paths
+       are being used.
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Implemented the disabled state of the combobox.
+       * include/psapi.h:
+       Fix GetModuleFileNameEx definition.
 
-       * controls/menu.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Protect SetMenu from rogue menu handle.
-       GetMenu16 can just call GetMenu.
+2006-01-10  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * windows/mdi.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Protect MDISetMenu from rogue menu handles.
+       * dlls/user/static.c:
+       user: Improve the ownerdraw support of the static control.
 
-       * memory/local.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Tidy up TRACE etc to use default channel.
+       * dlls/user/cursoricon.c, dlls/user/tests/resource.c:
+       user: The LoadImage resource string may be a numeric string.
 
-       * dlls/version/info.c, dlls/version/version.spec, include/winbase.h, include/winver.h, ole/ole2nls.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Move VerLanguageName[AW] back to base (exported from KERNEL32 ...).
+2006-01-10  Kaj Kaloinen <kkaloine@gmail.com>
 
-       * dlls/comctl32/rsrc.rc, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c:
-       Thuy Nguyen <thuy@macadamian.com>
-       Added support for wizard property sheets.
+       * dlls/shlwapi/shlwapi.rc, dlls/shlwapi/shlwapi_Fi.rc:
+       shlwapi: Add Finnish translation.
 
-       * misc/lstr.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix FormatMessage16 at least enough to get win95 16bit printdlg working.
+2006-01-10  Phil Krylov <phil@newstar.rinet.ru>
 
-       * dlls/comctl32/tab.c: David Luyer <luyer@ucs.uwa.edu.au>
-       - iSelected should be -1 if no item selected (Gerard Patel)
-       - some of the checks for invalid items where > when they should have been >=
-         (Marcus Meissner)
-       - made InsertItem behave similarly to DeleteItem, ie, if the current item is
-         after where the item is inserted, increment the selected item (David Luyer)
+       * dlls/comctl32/status.c:
+       comctl32: Call UpdateWindow() after changing statusbar text.
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Declare CALL32_CBClient[Ex] without WINAPI.
+2006-01-09  James Hawkins <truiken@gmail.com>
 
-       * debugger/db_disasm.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: (E)IP-relative offsets depend on operand, not address, size.
+       * dlls/advpack/advpack.c:
+       advpack: Add documentation for ExtractFiles.
 
-       * include/winuser.h, relay32/user32.spec, windows/user.c, include/wingdi.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added stub implementation for EnumDisplayDevices*.
+       * dlls/cabinet/cabinet_main.c:
+       cabinet: Clean up the documentation for Extract.
 
-       * dlls/wnaspi32/winaspi32.c: Marcus Meissner <marcus@jet.franken.de>
-       Added SC_GET_DEVTYPE.
+       * dlls/cabinet/cabinet.h:
+       cabinet: Add the two flags used by Extract to cabinet.h.
 
-       * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Added stub for OLE32.DllGetClassObject.
+       * dlls/cabinet/cabinet.h:
+       cabinet: Define the flags member of the EXTRACTdest structure.
 
-       * dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, include/shlguid.h, dlls/shell32/pidl.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       More support for special pidls in SHGetSpecialFolderLocation.
+       * dlls/cabinet/cabinet_main.c:
+       cabinet: Fix the second parameter name of Extract.
 
-       * graphics/psdrv/graphics.c, graphics/psdrv/pen.c, include/psdrv.h:
-       Luc Tourangeau <luc@macadamian.com>
-       Implemented invisible pens.
+       * dlls/cabinet/fdi.c:
+       cabinet: Store the cab file handle before extracting files so we can
+       close the cab file even if no files are extracted.
 
-       * objects/dib.c, graphics/x11drv/dib.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small DIB fixes.
+2006-01-09  Saulius Krasuckas <saulius.krasuckas@gmail.org>
 
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Added a case for menu handling in win31.
+       * include/icm.h:
+       include: Add missing color space constants.
 
-Tue Sep 14 11:51:02 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-09  Phil Krylov <phil@newstar.rinet.ru>
 
-       * include/x11drv.h, objects/dib.c, graphics/x11drv/dib.c:
-       Karl Lessard <karll@corel.com>
-       Fixed GetDIBits problems.
+       * dlls/comctl32/rebar.c:
+       comctl32: Fix rebar autosize behaviour.
+       Allow autoresizing rebar by PostMessage(hwndRebar, WM_SIZE, 0, 0) like
+       native does, taking as few rows as possible and using the parent
+       window client area size for the other dimension (width for horizontal
+       rebars or height for vertical ones).
 
-       * misc/cpu.c, multimedia/mixer.c, include/commctrl.h, include/mmsystem.h, include/ntddk.h, include/prsht.h, include/shlobj.h, include/winbase.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_oleaut.h:
-       Patrik Stridvall <ps@leissner.se>
-       Add support for anonymous struct/unions on compilers that implement it.
+       * dlls/user/combo.c:
+       user: Fix dropdown combo creation when there is no space for an edit control.
 
-Mon Sep 13 16:06:17 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-09  Robert Shearman <rob@codeweavers.com>
 
-       * controls/button.c, controls/uitools.c:
-       Dennis Bj|rklund <dennisb@cs.chalmers.se>
-       Fixed win9x look on checkboxes and radiobuttons.
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/rpc.c:
+       ole: Join the MTA if necessary when executing an RPC call.
+       Join the MTA if necessary when executing an RPC call to ensure that it
+       is executing with a valid apartment and won't fail for certain COM
+       calls.
 
-       * graphics/win16drv/.cvsignore, graphics/win16drv/Makefile.in, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, misc/.cvsignore, misc/Makefile.in, misc/printdrv.c, objects/dc.c, graphics/escape.c, graphics/psdrv/escape.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Change interfaces to THUNK_Alloc/Free slightly and make them non-static.
-       Remove relays for win16drv from CallBack table, instead use build to
-       generate them directly in graphics/win16drv/prtdrv.c.
-       If Printer AbortProc is 16bit then allocate thunk and store that as a
-       32bit proc in DC.  Setting of abortprocs now done in the correct place
-       (i.e. not in the driver).
+       * dlls/ole32/rpc.c:
+       ole: Prefer services over servers.
+       Attempt to start as a local service before attempting to start as a
+       local server for the CLSCTX_LOCAL_SERVER case.
 
-       * objects/dib.c: Kai Morich <kai.morich@bigfoot.de>
-       Relaxed parameter checking for GetDIBits.
+       * dlls/ole32/tests/compobj.c:
+       ole: Add some tests for CLSIDFromString.
 
-       * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed last error code when trying to load unknown VxD with CreateFile.
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/ole16.c:
+       ole: Remove __CLSIDFromStringA.
+       Move the ANSI implementation of CLSIDFromString to ole16.c and change
+       CLSIDFromString to only deal with Unicode strings.
 
-       * dlls/shell32/shell32_main.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Pretend successful execution of SHELL_NotifyIcon*().
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Improve ReadVariance.
+       Extend ReadVariance to read the offset as well as the actual count,
+       since these always come in pairs.
+       Handle the variance not being present in ReadVariance and always call
+       it from the unmarshalling functions to simplify the code there and
+       also to fix a bug where the format pointer wasn't advanced properly
+       for complex arrays (introduced in the previous patch when implementing
+       variance).
 
-       * controls/menu.c, relay32/user32.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added MenuItemFromPoint stub.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Validate complex array format string.
+       Verify that the format string being passed into the complex array
+       functions is a complex array one.
 
-       * dlls/comctl32/comctl32undoc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed off by one allocation error (DPA and DSA).
+2006-01-09  Jacek Caban <jacek@codeweavers.com>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash in PlaySound thread.
+       * dlls/urlmon/binding.c:
+       urlmon: Fix ref counting.
 
-Sat Sep 11 16:29:00 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/urlmon/binding.c:
+       urlmon: Pass FORMATETC to OnDataAvailable.
 
-       * controls/listbox.c: Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
-       For Win 3.x applications, if they have either horizontal or vertical
-       scrollbars, enable both.
+       * dlls/urlmon/binding.c:
+       urlmon: Added implementation of protocol stream.
 
-       * dlls/advapi32/crypt.c, dlls/msacm32/internal.c, dlls/shell32/pidl.c, include/wine/winestring.h, memory/string.c:
-       Patrik Stridvall <ps@leissner.se>
-       Eliminated warnings.
+2006-01-09  Robert Shearman <rob@codeweavers.com>
 
-       * controls/combo.c, controls/listbox.c:
-       Pierre Mageau <pierre@macadamian.com>
-       Set the mouse capture on the combo listbox.
+       * dlls/crypt32/main.c, dlls/rsaenh/rsaenh.c:
+       Call DisableThreadLibraryCalls for DLLs that don't need thread
+       creation/destruction notifications.
 
-       * graphics/ddraw.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       - fixed the creation of back-buffers in DGA mode
-       - added a check on the validity of the Locking rectangle
-       - fixed the enumeration for DX-6.0
+2006-01-09  YunSong Hwang <hys545@dreamwiz.com>
 
-       * dlls/comctl32/commctrl.c: Stephane Lussier <stephane@macadamian.com>
-       Fixed RGBQUAD/COLORREF mixup in CreateMappedBitmap().
+       * dlls/shell32/shell32_Ko.rc:
+       shell32: Update the Korean translation.
 
-       * controls/button.c: Abey George <abey@macadamian.com>
-       Draw the focus rectangle for buttons with BS_3STATE, BS_RADIOBUTTON,
-       BS_CHECKBOX, BS_AUTO* styles.
+2006-01-09  Alexander N. Sørnes <alex@thehandofagony.com>
 
-Fri Sep 10 14:38:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shell32_No.rc:
+       shell32: Updated Norwegian Bokmål resources.
 
-       * graphics/psdrv/driver.c, graphics/win16drv/init.c, graphics/win16drv/prtdrv.c, if1632/thunk.c, include/callback.h, include/gdi.h, include/psdrv.h, include/win16drv.h, graphics/driver.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Winspool DocumentProperties and DeviceCapabilities should now work on
-       native 16 bit drivers.
+2006-01-09  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixes DeviceCapabilities for DC_PAPERSIZE.
-       Various fixes for OpenPrinter and EnumPrinters.
-       Separation of GetPrinter in preparation for unification with EnumPrinters.
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec:
+       usp10: Improve stubs.
+       Improve stubs for ScriptGetProperties and ScriptItemize.
+       Add stub for ScriptFreeCache.
 
-       * graphics/psdrv/ppd.c, include/wingdi.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add support for a large number of different paper sizes to PostScript
-       driver.
+2006-01-09  Mike McCormack <mike@codeweavers.com>
 
-       * include/d3d.h: Lionel Ulmer <lionel.ulmer@free.fr>
-       Added definitions of COM objects for D3D 6.x support.
+       * dlls/kernel/heap.c, dlls/kernel/tests/heap.c:
+       kernel: Trying to lock an empty global memory block gives an ERROR_DISCARDED.
 
-       * graphics/psdrv/font.c: Nick Holloway <alfie@alfie.demon.co.uk>
-       If there is not an exact match found for the requested font name,
-       instead of using the first font defined for the printer, map some
-       common font families (e.g. Arial -> Helvetica), and search again.
+       * dlls/user/combo.c:
+       user32: Update the list of things to fix in the Combo control.
 
-       * if1632/kernel.spec, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed bug in CBClient routines by storing the SEGPTR in the global
-       table and translating it on every use.
+2006-01-09  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/bitmaps/oic_sample: Abey George <abey@macadamian.com>
-       Changed the pixmap to look like the windows default application icon.
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user32: Prevent a crash in GetMenuStringA caused by calling strlenW on
+       a NULL pointer, with a test.
 
-       * files/drive.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Stop crash in GetDiskFreeSpaceEx.
+2006-01-09  Phil Krylov <phil@newstar.rinet.ru>
 
-       * windows/nonclient.c: Francis Beaudet <francis@macadamian.com>
-       Made sure that the windows with the WS_EX_TOOLWINDOW style didn't get
-       handled by the window manager.
+       * dlls/riched20/editor.c:
+       riched20: Fixed calculation of left indent and first indent paragraph
+       properties.
 
-       * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
-       Implemented the behavior around the ES_WANTRETURN style in the edit
-       control.
+       * dlls/riched20/string.c:
+       riched20: Simplified logic in ME_StrRelPos().
 
-       * windows/x11drv/keyboard.c: Stephane Lussier <stephane@macadamian.com>
-       Pressing the delete key using an extended keyboard with numlock on is
-       not generating anymore a WM_CHAR message.
+2006-01-06  Aric Stewart <aric@codeweavers.com>
 
-       * dlls/shell32/shellpath.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
-       Fixed pattern matching in PathMatchSpecA/W
+       * dlls/msvcrt/tests/.gitignore, dlls/msvcrt/tests/Makefile.in,
+         dlls/msvcrt/tests/dir.c:
+       msvcrt: Add a regression test for _fullpath.
 
-       * dlls/shell32/shlview.c: Francois Boisvert <francois@macadamian.com>
-       Tabbing in the listview of the shellview.
+       * dlls/msvcrt/dir.c:
+       msvcrt: Reworked _fullpath.
+       Investigation with native msvcrt revealed that it is a wrapper for
+       GetFullPathName and the current implementation was crashing with older
+       mozilla installs if the path passed in was uninitialized.
 
-       * dlls/comctl32/listview.c: Luc Tourangeau <luc@macadamian.com>
-       Fixed LISTVIEW_GetItemRect: the calculations were off for LVIR_BOUNDS,
-       LVIR_SELCTBOUNDS, LVIR_LABEL when the item width is greater than the
-       column width.
-       Fixed WM_GETDLGCODE by removing the DLGC_WANTRTAB and adding DLGC_WANTCHARS.
+2006-01-06  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed crash in detach sequence.
+       * dlls/ole32/stg_bigblockfile.c:
+       ole: Remove a no longer needed smbfs hack.
 
-       * dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed wrong return value.
+2006-01-06  Raimonds Praude <raimonds.praude@sets.lv>
 
-       * dlls/crtdll/crtdll_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Prevent endless loop in except2.
+       * dlls/user/combo.c:
+       user32: Limit text in the edit field of a combo box.
 
-       * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
-       Now works around wine never exiting the debugger.
-       Should put bug reports in the right place now.
+2006-01-06  Marcus Meissner <marcus@jet.franken.de>
 
-       * ole/oleaut32.c, ole/Makefile.in, relay32/oleaut32.spec:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added stub for RegisterActiveObject().
+       * dlls/gdi/metafile.c:
+       gdi: Filter GETSCALINGFACTOR and SETABORTDOC proc in metafile
+       Escapes.
 
-       * dlls/win32s/w32sys.c, dlls/win32s/w32sys.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added stub for WIN32S16.EXP1 (most likely LoadPeResource16).
+2006-01-06  Robert Shearman <rob@codeweavers.com>
 
-Sun Sep  5 16:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c:
+       ole: Remove the no longer used _copy_arg function.
 
-       * loader/main.c, loader/module.c, miscemu/main.c, include/windef.h:
-       Removed __winelib flag.
+       * dlls/oleaut32/typelib.c:
+       ole: ITypeInfo::Invoke rewrite.
+       Re-implement ITypeInfo::Invoke on top of DispCallFunc and
+       VariantChangeType instead of _invoke and _copy_arg.
 
-       * windows/driver.c, multimedia/audio.c, multimedia/dsound.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmsystem.c, multimedia/time.c, multimedia/winmm.rc:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated to new MM header organization.
+       * dlls/ole32/antimoniker.c, dlls/ole32/compositemoniker.c,
+         dlls/ole32/ole2.c, dlls/ole32/storage32.c:
+       ole: Remove "stub" from TRACEs of functions that aren't stubs.
 
-       * include/multimedia.h, include/mmddk.h, include/mmsystem.h, multimedia/oss.h, multimedia/winemm.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved DDK level material to new include/mmddk.h file.
-       Copied some SDK level material from include/multimedia.h file.
+2006-01-06  Hans Leidekker <hans@it.vu.nl>
 
-       * multimedia/mciwave.c, multimedia/mcimidi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated to new MM header organization.
-       Cleaned-up internal structures (now 32 bit only).
-       Now using the MMSYSTEM entry points rather than the low level driver
-       ones directly.
+       * dlls/mscms/profile.c:
+       mscms: Silence a potentially noisy fixme.
 
-       * include/sig_context.h: Juergen Lock <nox@jelal.kn-bremen.de>
-       Fix %fs for signal handlers in the FS_sig undefined case (this patch
-       actually from Ulrich Weigand, I only tested it).
+       * dlls/kernel/time.c:
+       kernel: Documentation cleanups.
 
-       * scheduler/sysdeps.c, configure, configure.in, include/acconfig.h, include/config.h.in:
-       Ron Record <rr@sco.com>
-       Added support of __thr_errno for reentrance on UnixWare.
+2006-01-06  Robert Shearman <rob@codeweavers.com>
 
-       * windows/dialog.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       No longer needs to calculate its own character size.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Compute variance for complex arrays
 
-       * misc/main.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Consequential changes to default system font sizes
+       * dlls/rpcrt4/cstub.c:
+       rpcrt4: Call NdrStubCall2 when dealing with a pure interpreted stub
+       that has no dispatch table.
 
-       * graphics/x11drv/xfont.c, include/x11font.h:
-       Richard Cohen <richard@jubjub.demon.co.uk>
-       Various fixes for the X11 font mapper, particularly:
-       - size fonts with negative heights correctly
-       - calculate average width correctly.
+2006-01-06  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * objects/cursoricon.c: Francis Beaudet <francis@macadamian.com>
-       Use a special value in the hotspot coordinate to identify which HICON
-       are cursors and which are icons.
+       * dlls/user/static.c:
+       Static control: Support enhanced metafiles.
 
-       * controls/combo.c: Pierre Mageau <pierre@macadamian.com>
-       Modified CBDropDown to find the best height of the listbox.
+2006-01-06  Hans Leidekker <hans@it.vu.nl>
 
-Sat Sep  4 14:36:03 1999  Alexandre Julliard  <julliard@winehq.com>
+       * LICENSE, include/wine/wine_common_ver.rc:
+       Update copyright info for the new year.
 
-       * configure.in, include/config.h.in, include/wine/winestring.h, memory/string.c, misc/port.c, configure:
-       Added configure check for str[n]casecmp.
+       * documentation/PACKAGING:
+       documentation: Suggest installing OpenLDAP development libraries to packagers.
 
-       * windows/timer.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Allow timeout of 0. Cap timer rate to SYS_TIMER_RATE.
+2006-01-06  Robert Shearman <rob@codeweavers.com>
 
-       * include/windef.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added type PWORD.
+       * tools/widl/typegen.c:
+       widl: Generate static sizing information for fixed size structs.
+       Don't generate FC_*_BASETYPE proc and type format strings for
+       non-basetype fields/params.
 
-       * dlls/winspool/info.c, include/winspool.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added loads of types, defines and declarations to winspool.h.
+2006-01-06  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg95.c:
-       Francois Boisvert<francois@macadamian.com>
-       Fixed the height of items in the lookin combobox of the filedlg95.
+       * dlls/comctl32/syslink.c:
+       comctl32: Reduce memory usage of the syslink control.
 
-       * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
-       Initialize the enabling state variable in the edit.
+       * dlls/comctl32/syslink.c:
+       comctl32: Some painting fixes for the syslink control.
 
-       * graphics/bitblt.c: Noomen Hamza <noomen@macadamian.com>
-       The fast window frame size should be the same as the frame size used
-       by NC_DrawFrame function.
+2006-01-06  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * objects/region.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed compiler warnings.
+       * dlls/urlmon/umstream.c:
+       urlmon: Fix a LARGE_INTEGER truncation.
 
-       * programs/regapi/regapi.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       lstrncmpi isn't a windows API, use strncasecmp instead.
+2006-01-06  Robert Reif <reif@earthlink.net>
 
-       * memory/global.c:
-       Fixed GMEM_ZEROINIT in GlobalRealloc (thanks to Gerard Patel).
+       * dlls/dsound/buffer.c, dlls/dsound/dsound.c,
+         dlls/dsound/dsound_private.h, dlls/dsound/mixer.c,
+         dlls/dsound/primary.c, dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+       dsound: Refactor playback.
+       Replace references of IDirectSoundImpl with DirectSoundDevice to
+       remove one level of indirection and remove the problem of a three
+       object circular reference.
 
-       * windows/msgbox.c: Added missing HFONT type.
+2006-01-06  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c, include/cursoricon.h, loader/main.c, objects/bitmap.c, objects/cursoricon.c, windows/class.c:
-       Pierre Mageau <pierre@macadamian.com>
-       Changed CopyImage to accept desiredX, desiredY and LR_COPYFROMRESOURCE.
-       CURSORICON_FindBestIcon changed to find the correct icon.
-       ImageList_ReplaceIcon now calls CopyImage internally.
-       Assign a value for the hIconSm CLASS member (using CopyImage).
+       * dlls/msi/dialog.c:
+       msi: Unload riched20 after its window is destroyed.
 
-       * win32/console.c: Guy Albertelli <galberte@neo.lrun.com>
-       Fixed WriteConsoleOutput and GetNumberOfConsoleInputEvents.
+       * dlls/msi/dialog.c:
+       msi: Make radio buttons grey out correctly when disabled.
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       Give applications a copy of the property sheet dialog template as they
-       might modify it.
+       * dlls/msi/helpers.c:
+       msi: Clean trailing and leading spaces from path segments.
 
-       * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
-       Relay exclude lists were not working due to some CharUpperA()
-       somewhere else.
+2006-01-06  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * loader/loadorder.c, wine.ini:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       winspool -> winspool.drv
+       * tools/winapi/msvcmaker:
+       winapi: msvcmaker adaption to new directory structure.
+       Fix some issues with MSVC project file generation after recent
+       directory restructuring.
 
-       * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented StrCmpNIA like the other StrCmpXX functions.
+       * tools/winapi/config.pm:
+       winapi: Add the loader directory to the paths to exclude.
+       There is nothing in there anymore that would need to be done for
+       winapi tools.
 
-       * files/profile.c: Thuy Nguyen <thuy@macadamian.com>
-       Resolve environment variable when enumerating values.
+       * tools/winapi/winapi_extract, tools/winapi/winapi_fixup:
+       winapi: Cleanup some unused use clauses.
 
-       * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
-       The format rect is recalculated for each font change. MoveEnd &
-       MoveHome improved.
+2006-01-06  YunSong Hwang <hys545@dreamwiz.com>
 
-Fri Sep  3 16:49:17 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/commdlg/cdlg_Ko.rc:
+       commdlg: Updated Korean translation.
 
-       * graphics/x11drv/dib.c, include/x11drv.h, objects/dib.c:
-       Karl Lessard <karll@corel.com>
-       Ian Ward
-       Dan Langlois
-       Speed up conversion between XImages and DIBSections.
+       * programs/winecfg/Ko.rc:
+       winecfg: Updated Korean translation.
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, dlls/shell32/shlview.c:
-       Francois Boisvert <francois@macadamian.com>
-       Some <open> features in the file dialog 95.
+2006-01-06  Mike McCormack <mike@codeweavers.com>
 
-       * include/winnt.h, scheduler/sysdeps.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed global variable pCurrentTeb.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Output a FIXME message only once.
 
-       * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       HEAP_Commit/Decommit were assuming a page size of 4KB
-       unconditionally.
+2006-01-06  Robert Reif <reif@earthlink.net>
 
-       * include/wingdi.h: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       A few more DC_ defines from Win2000.
+       * dlls/dsound/tests/ds3d.c, dlls/dsound/tests/ds3d8.c,
+         dlls/dsound/tests/dsound.c, dlls/dsound/tests/dsound8.c,
+         dlls/dsound/tests/dsound_test.h:
+       dsound: Fix double free bug in tests.
+       Fix double free in tests.  Only happens in interactive mode when
+       testing duplicated 3D buffers.
 
-       * dlls/comctl32/status.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Check that lpCreate->lpszName is non-NULL.
+2006-01-06  Anssi Hannula <anssi.hannula@gmail.com>
 
-       * windows/dialog.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       More restrictive checks, so DIALOG_IsAccelerator don't loop
-       endlessly.
+       * dlls/shell32/shell32_Fi.rc:
+       shell32: Spelling fixes for the Finnish resource.
 
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Menu hides when clicked for a second time.
+2006-01-06  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * windows/msgbox.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       - select the font into the dc before calculating the extent
-       - make buttonheight correspond to text height + width to caption
-       - button was "flashing" on EndDialog (must delete font AFTER EndDialog)
-       - #defines for DlgItemIds
-       - implement MB_RETRYCANCEL
+       * dlls/ole32/storage32.c:
+       ole: Fix SmallBlocksToBigBlocks loop.
+       Stop copying data when read returns 0 bytes
 
-       * controls/edit.c: Stephane Lussier <stephane@macadamian.com>
-       Keep the enable state in the edit structure instead of calling
-       IsWindowEnabled().
+2006-01-05  Robert Shearman <rob@codeweavers.com>
 
-       * include/clipboard.h, include/ttydrv.h, include/x11drv.h, ole/clipboard.c, windows/clipboard.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/user.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c:
-       Noel Borthwick <noel@macadamian.com>
-       - Implement interprocess clipboard communication.
-       - Support for the PRIMARY and CLIPBOARD selection atoms.
-       - Support for the TARGETS selection format.
-       - Expose native Windows clipboard formats through X selection targets.
+       * configure, configure.ac, dlls/Makefile.in, dlls/security/.gitignore,
+         dlls/security/Makefile.in, dlls/security/security.spec:
+       Added implementation of security.dll.
 
-       * objects/gdiobj.c: Richard Cohen <richard@jubjub.demon.co.uk>
-       Make stock fonts independent of mapping mode.
-       System font should only be bold for Win31.
+2006-01-05  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
-       Removed truncating errors that happen when converting fom dialog units
-       to pixels.
+       * dlls/wininet/http.c, dlls/wininet/utility.c:
+       wininet: lpvStatusInfo in INTERNET_STATUS_NAME_RESOLVED,
+       INTERNET_STATUS_CONNECTING_TO_SERVER and
+       INTERNET_STATUS_CONNECTED_TO_SERVER should be strings, not
+       sockaddr_in.
 
-       * windows/winpos.c: Abey George<abey@macadamian.com>
-       Check new coordinates received in WM_NCCALCSIZE message.
+2006-01-05  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/button.c: Francis Beaudet <francis@macadamian.com>
-       Slight 1 pixel adjustment on the position of the radio button bitmap.
+       * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.spec:
+       msvcrt: Added assembly routines to save/restore registers for setjmp/longjmp
+       to avoid the overhead of a full-blown register function.
+       Some tracing improvements.
 
-       * dlls/commdlg/filedlg95.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed off by one allocation errors.
+       * dlls/msvcrt/cppexcept.c, dlls/msvcrt/msvcrt.spec:
+       msvcrt: Added some assembly glue for the asm bits of __CxxFrameHandler
+       to avoid having to save/restore the whole context on every call.
 
-       * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
-       The backspace is now handled in the WM_CHAR message.
+2006-01-05  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/mdi.c, windows/nonclient.c:
-       Francis Beaudet <francis@macadamian.com>
-       Make sure that all MDI children have the WS_EX_MDICHILD style set.
+       * dlls/urlmon/binding.c:
+       urlmon: Added implementation of QueryService and stub implementation
+       of IHttpNegotiate2 interface.
 
-       * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed prototype order.
+       * dlls/urlmon/binding.c:
+       urlmon: Query service provider for IInternetProtocol.
 
-       * dlls/ntdll/exception.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Fix EXC_segv for the TRAP_sig undefined case (eg FreeBSD).
+2006-01-05  Marcus Meissner <marcus@jet.franken.de>
 
-       * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash.
+       * dlls/winspool/winspool.drv.spec:
+       winspool: Added ordinal exported functions of winspool.drv.
 
-       * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
-       Fixed the support for the close button in the ShellAbout dialogs.
+2006-01-05  Dan Kegel <dank@kegel.com>
 
-       * dlls/commdlg/cdlg_Nl.rc: Klaas van Gend <klaas@vangend.demon.nl>
-       Added Dutch resources for PrintDlg32.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Allow _invoke to handle up to 23 parameters.
 
-       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Completed PrintDlg32 resource stringtable.
+2006-01-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
-       Added sanity checks in the cleanup code.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, dlls/dbghelp/stack.c,
+         dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: StackWalk (32 and 64 bit version).
+       - enhance implementation of StackWalk (32 and 64 bit version) by
+       making use of module information and calling for FPO
+       - FPO part is still non functional
+       - implemented SymGetModuleBase64
+       - stubbed SymFunctionTableAccess64
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Completed GetKeyNameText for non-character keys.
+2006-01-05  Robert Reif <reif@earthlink.net>
 
-       * dlls/shell32/brsfolder.c: Francois Boisvert <francois@macadamian.com>
-       Make directories name appear in the BrowseForFolder dialog.
+       * dlls/dsound/capture.c, dlls/dsound/dsound_private.h:
+       dsound: Capture refactoring.
+       Move initialization code from DirectSoundCapture to
+       DirectSoundCaptureDevice.
+       Make DirectSoundCaptureBuffer directly reference
+       DirectSoundCaptureDevice rather than DirectSoundCapture to eliminate
+       one level of indirection.
+       Rename DSOUND_CreateDirectSoundCaptureBuffer to
+       IDirectSoundCaptureBufferImpl_Create to be consistent.
 
-       * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Do not remove .drv from filenames.
+2006-01-05  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/button.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a little positioning bug with the checkbox.
+       * libs/wpp/ppl.l, programs/winedbg/debug.l, programs/winhelp/macro.lex.l,
+         tools/widl/parser.l, tools/wrc/parser.l:
+       Remove YY_NO defines that cause warnings.
 
-       * windows/nonclient.c, windows/win.c, windows/x11drv/wnd.c:
-       Abey George <abey@macadamian.com>
-       Fixed resizing bugs for windows with WS_THICKFRAME and WS_DLGFRAME
-       styles.
+2006-01-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/mci.c: Michael McCormack <mccormac@aals27.alcatel.com.au>
-       Changed snprintf to wsnprintfA to remove unresolved external when
-       compiling on Solaris/Sun.
+       * dlls/dbghelp/symbol.c:
+       dbghelp: Removed no longer needed 'stub' in TRACEs.
 
-       * dlls/comctl32/listview.c: Marcus Meissner <marcus@jet.franken.de>
-       Implemented LVM_INSERTCOLUMNW and LVM_INSERTITEMW by using the ascii
-       equivalents. (WinWord 97, File Open dialog)
+2006-01-05  Robert Shearman <rob@codeweavers.com>
 
-       * windows/class.c: Marcus Meissner <marcus@jet.franken.de>
-       Use in GetClassInfoW the same hack for systemclasses as in
-       GetClassInfoA (winword 97 with native comctl32).
+       * dlls/rpcrt4/cproxy.c, dlls/rpcrt4/ndr_misc.h,
+         dlls/rpcrt4/ndr_stubless.c, dlls/rpcrt4/rpcrt4.spec:
+       rpcrt4: Implement NdrClientCall2 and NdrServerCall2.
 
-       * dlls/shell32/pidl.c: Marcus Meissner <marcus@jet.franken.de>
-       Handle SHGDFIL_FINDDATA correctly in SHGetDataFromIDListW.
+       * dlls/oleaut32/typelib.c:
+       ole: Store the result from _invoke in a VARIANTARG structure.
 
-       * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
-       Implemented wParam of WM_PAINT msg for edit control.
+       * programs/regedit/childwnd.c:
+       regedit: Initialise nFocusPanel.
 
-       * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix off by one error in WINSPOOL_GetOpenedPrinterA.
+       * dlls/kernel/oldconfig.c:
+       kernel32: Check for the correct error return value from open.
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       subkey_found did not search for _all_ sub keys.
+2006-01-05  Jacek Caban <jacek@codeweavers.com>
 
-Sat Aug 21 14:47:29 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/urlmon/tests/url.c:
+       urlmon: Code clean up.
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c:
-       Francois Boisvert <francois@macadamian.com>
-       Implemented basic browsing in the file name edit of the filedlg 95.
+       * dlls/urlmon/binding.c:
+       urlmon: Added GetBindInfoString implementation.
 
-       * controls/menu.c: Stephane Lussier <stephane@macadamian.com>
-       Avoid changing the activation state in EnableMenuItem.
+2006-01-04  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winnt.h: Fixed #ifdef symbol for PowerPC.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.5.
 
-       * ole/parsedt.c, ole/parsedt.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Only declare DateStyle in a single compilation unit.
+----------------------------------------------------------------
+2006-01-04  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * windows/nonclient.c: Pascal Lessard <pascal@macadamian.com>
-       Added the case of a user defined icon for the sysbutton hittest.
+       * dlls/msacm/stream.c:
+       msacm: Initialize some ACMSTREAMHEADER fields for the sake of native codecs.
+       Initialize cb[Src|Dst]LengthUsed to 0 before calling into codec,
+       required by (some?) native codecs.
 
-       * ole/typelib.c: Rein Klazes <rklazes@casema.net>
-       Fixed typelib reading to correctly use the offset of the typelib that
-       is embedded in for example a dll file.
+2006-01-04  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/x11drv/dib.c: Kristian Nielsen <kristian.nielsen@risoe.dk>
-       Fixed CreateDIBSection() called with negative height to set the height
-       positive in the created DIBSECTION, as per MS knowledgebase Q186586.
+       * tools/wine.inf:
+       wine.inf: Add a few keys to HKLM\Hardware.
 
-       * windows/painting.c: Stephane Lussier <stephane@macadamian.com>
-       The paint rectangle return in the PAINTSTRUCT in BeginPaint should
-       never be bigger than the client area of the window.
+2006-01-04  Marcus Meissner <marcus@jet.franken.de>
 
-       * controls/listbox.c: Rein Klazes <rklazes@casema.net>
-       Make sure that an empty string never matches a listbox entry in
-       LISTBOX_FindString().
+       * dlls/winsock/socket.c:
+       winsock: Map wildcards for socket type and protocol in getaddrinfo().
 
-       * dlls/version/info.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Alignment fix.
+2006-01-04  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash when accessing sysmenu.
+       * dlls/ntdll/loader.c:
+       Set refcount to -1 on implicitly loaded dlls to avoid unloading them
+       (suggested by Michael Ost).
 
-       * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Really do a silent backtrace when requested.
+2006-01-04  Marcus Meissner <marcus@jet.franken.de>
 
-       * debugger/hash.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Do not set the address if the symbol is still tagged INVALID.
+       * dlls/shlwapi/shlwapi.spec:
+       shlwapi: Print PathCombine* strings arguments in relay debugging.
 
-       * debugger/stabs.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for N_BINCL and N_EINCL instructions.
-       Fixed type parsing (as generated by egcs).
+2006-01-04  Alexandre Julliard <julliard@winehq.org>
 
-Wed Aug 18 18:40:52 1999  Alexandre Julliard  <julliard@winehq.com>
+       * include/wine/pthread.h:
+       Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
 
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use typedef to work around egcs problem.
+2006-01-04  Mike McCormack <mike@codeweavers.com>
 
-       * ole/*.c: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed unnecessary includes from ole related files.
+       * programs/msiexec/msiexec.c:
+       msiexec: Ignore the TRANSFORMS variable.
+       Ignore the TRANSFORMS variable when building a list of transforms for
+       advertising.  The variable is used to apply transforms when installing.
 
-       * ole/compobj.c, multimedia/mmsystem.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to WOW changes.
+       * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c:
+       msi: Apply any MSI transforms specified by the TRANSFORMS property.
 
-       * include/callback.h, include/winbase.h, include/wine/winbase16.h, include/wownt32.h, loader/module.c, memory/global.c, memory/selector.c, relay32/Makefile.in, relay32/kernel32.spec, relay32/wow32.spec, relay32/wowthunk.c, win32/kernel32.c, win32/ordinals.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved implementation of WOW routines to single file.
-       Added all missing WOW routines, fixed WOWCallback16Ex.
+       * dlls/msi/msi.spec, dlls/msi/msiquery.c:
+       msi: Add a stub for MsiGetLastErrorRecord.
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed internal buffer for 16 bit mmio MEM files.
+       * dlls/msi/dialog.c:
+       msi: Fixes for the MaskedEdit control.
+       Allow MaskedEdit masks that aren't enclosed with <>.
+       Allow the MaskedEdit's edit controls to scroll a bit in case things
+       don't line up.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       - some errors in cleaning up values returned by MCI drivers: this
-         should solve the issues reported with the CD player/writer
-       - crash when command was requested with automatic open (note, this
-         will now gracefully report an error, not do the correct thing).
+2006-01-04  Robert Reif <reif@earthlink.net>
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       Implemented the PSH_USEICONID/PSH_USEHICON and the PSP_USETITLE
-       flags.
+       * dlls/dsound/capture.c, dlls/dsound/dsound_private.h:
+       dsound: Capture cleanup.
+       Move code and function prototypes around to eliminate forward
+       declarations.  No code is changed.
 
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: EFlags were passed incorrectly by CallFrom16Register.
+2006-01-04  Hans Leidekker <hans@it.vu.nl>
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: restore STACK16FRAME fields in SwitchStackBack16.
+       * tools/winapi/winapi_global.pm:
+       winapi: Remove some exceptions now that DLL separation is complete.
 
-       * tools/wrc/wrc.h, dlls/commdlg/cdlg_En.rc, tools/wrc/CHANGES, tools/wrc/parser.y:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Wrc did not check any IDs which are only 16 bit. Common dialogs had some
-       IDs larger and that caused problems. This is now solved (I hope).
+       * DEVELOPERS-HINTS:
+       Subdirectory tools/winapi_check no longer exists.
 
-----------------------------------------------------------------
-Sun Aug 15 18:52:32 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-04  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
-       Fixed cursor stretch code.
+       * dlls/shell32/shell32_Bg.rc, dlls/shell32/shell32_De.rc,
+         dlls/shell32/shell32_En.rc, dlls/shell32/shell32_Es.rc,
+         dlls/shell32/shell32_Fi.rc, dlls/shell32/shell32_Fr.rc,
+         dlls/shell32/shell32_No.rc, dlls/shell32/shell32_Pt.rc,
+         dlls/shell32/shellpath.c:
+       shell32: Create Local AppData for user profile.
+       Move history and internet tmp files to Local Settings.
 
-       * memory/selector.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Inhibit wraparound in comparison.
+       * dlls/shell32/shell32_Ru.rc:
+       shell32: Update Russian resources.
 
-       * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shellord.c, dlls/shell32/shlwapi.spec, loader/loadorder.c, relay32/builtin32.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New internal dll, exporting already existing path functions.
+2006-01-04  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/message.h, windows/dialog.c, windows/message.c, windows/nonclient.c, controls/menu.c:
-       Francis Beaudet <francis@macadamian.com>
-       Ensure that the WM_ENTERIDLE message is not sent if the wake-up event
-       for the MSG_InternalGetMessage() call is a WM_TIMER.
+       * dlls/user/menu.c:
+       user32: Menu tracing improvements.
 
-       * rc/winerc.c, include/resource.h, include/windef.h:
-       Patrik Stridvall <ps@leissner.se>
-       GCC 3.0 has not been released yet, but it is good to be prepared.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/spy.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Added resolution of LVM messages.
+       * dlls/ntdll/virtual.c:
+       ntdll: Check file size when mapping image sections to avoid SIGBUS errors.
 
-       * objects/dib.c: Gerard Patel <g.patel@wanadoo.fr>
-       Added protection against possible memory corruption.
+2006-01-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * objects/cursoricon.c: Steve Tibbett <stevet@corel.com>
-       Fixed cursor selection to find the correct cursor when more than one
-       available.
+       * dlls/msi/custom.c:
+       msi: Report the commandline that failed to start in ERR()s.
 
-       * dlls/winspool/Makefile.in, dlls/winspool/info.c, dlls/winspool/winspool.spec, dlls/winspool/wspool.c:
-       Thuy Nguyen <thuy@macadamian.com>
-       Replaced a static ten element array with a dynamic pointer array.
+2006-01-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/commdlg/printdlg.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fix special case when no printer installed.
+       * dlls/kernel/atom.c, dlls/kernel/tests/atom.c:
+       kernel32: Implemented atoms query function on top of ntdll ones.
 
-       * dlls/shell32/shell.c, dlls/shell32/shell.spec:
-       James Juran <jrj120@psu.edu>
-       New routine DllEntryPoint for shell.dll.  Loads shell32.dll,
-       since most shell.dll functions call their 32-bit counterparts.
+       * dlls/ntdll/atom.c, dlls/ntdll/tests/atom.c,
+         include/wine/server_protocol.h, server/atom.c, server/protocol.def,
+         server/trace.c:
+       ntdll: Correct implementation for atom query functions.
 
-       * dlls/version/info.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed alignment.
+2006-01-03  Markus Amsler <markus.amsler@oribi.org>
 
-       * controls/edit.c: Pascal Lessard <pascal@macadamian.com>
-       EM_SETSEL scrolls if outside of the visible range.
-       "shift+home" selection improved in the edit control.
+       * dlls/advpack/advpack.c:
+       advpack: Make DoInfInstall return an HRESULT.
 
-       * ole/parsedt.c: Removed RCS keyword.
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32.spec, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shres.rc, dlls/shell32/shresdef.h, dlls/shell32/shv_bg_cmenu.c, include/shell.h, include/wine/undocshell.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       More use of rc files for strings and menus, fixes. First internal
-       icons.
+       * dlls/dsound/buffer.c, dlls/dsound/capture.c, dlls/dsound/dsound.c,
+         dlls/dsound/dsound_private.h, dlls/dsound/primary.c,
+         dlls/dsound/propset.c, dlls/dsound/sound3d.c:
+       dsound: Remove WINAPI from internal functions.
 
-       * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New interface: DropSource.
+2006-01-03  Markus Amsler <markus.amsler@oribi.org>
 
-       * dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Better DropTarget.
+       * dlls/advpack/advpack.c:
+       advpack: Fix LaunchInfSection[Ex] documentation.
 
-       * dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented SHGetFileInfo better.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Protect cache with critical section.
-       Removed hack to load icons from external shell32.dll.
+       * libs/wpp/wpp.c, tools/widl/widl.c, tools/wrc/wrc.c:
+       Support building flex files without debug support.
 
-       * dlls/shell32/dataobject.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       QueryGetData, EnumFormatEtc implemented.
+2006-01-03  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed mapping of file extensions to text.
+       * include/wine/pthread.h, include/winternl.h:
+       include: Fix DECLSPEC_NORETURN for compilation with MS C compiler.
 
-       * misc/ddeml.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed ascii/unicode issue for naming of the mutexes.
-       Made mutex handles global.
-       Fixed incorrect interpretation of return values of WaitForSingleObject.
+2006-01-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * objects/font.c: Juergen Schmied <juergen.schmied@metronet.de>
-       First implementation of GetCharacterPlacementA.
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
+       shell32/unixfs: Added unicode support in folder and file pidls.
 
-       * windows/defwnd.c, include/winuser.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implemented the WM_SETICON and WM_GETICON messages.
+       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+       shell32: Helper function for unicode support in folder and file pidls.
 
-       * files/drive.c: Morten Eriksen <mortene@sim.no>
-       FIXME on unimplemented feature made less obtrusive.
+2006-01-03  Rein Klazes <wijn@wanadoo.nl>
 
-       * graphics/x11drv/bitblt.c: Pascal Lessard <pascal@macadamian.com>
-       Now the conversion in the blt functions round up the result.
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       user32: Separate menu bitmaps and strings.
+       Store bitmaps and bitmaps always in separate fields in the internal
+       menu structure.  Get rid of a lot of assumptions in the code that the
+       menu can have strings only when it is not some other type and that
+       bitmaps come in two flavors.
+       Add a lot of conformance tests, including some submitted by Jason
+       Edmeades.
 
-       * tools/build-spec.txt, tools/build.c: James Juran <jrj120@psu.edu>
-       Document use of "init" in build-spec.txt, and make build.c print a
-       warning if someone tries to use "init" in a Win16 spec file.
+2006-01-03  Steven Edwards <winehacker@gmail.com>
 
-       * loader/ne/segment.c: Michael Karcher <karcher@dpk.berlin.fido.de>
-       Make sure we have a dgroup before patching prologs.
+       * dlls/gdi/Makefile.in, dlls/gdi/gdi_private.h, dlls/gdi/metafile.c,
+         dlls/gdi/metafile16.c, dlls/gdi/mfdrv/init.c:
+       gdi: Win16/32 split of most of the metafile support.
 
-       * */Makefile.in, */.cvsignore:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to glue code generation changes.
+       * dlls/gdi/gdi_private.h, include/wingdi.h:
+       gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
 
-       * loader/ne/module.c, loader/ne/segment.c, windows/winproc.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/module.h, include/snoop.h, loader/module.c, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to new-style Wine thunks.
-       Removed some now unnecessary function pointers.
+2006-01-03  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * include/builtin16.h, include/stackframe.h, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       CallTo16... / CallFrom16... Wine thunks reorganized:
-       - Cleaner separation between core and glue code.
-       - Argument conversion glue code now in C.
-       - Glue code needed for 16-bit .spec files inlined.
+       * dlls/msacm/msacm32_main.c:
+       msacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.
 
-Sat Aug 14 15:53:50 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       - implemented GetCommModemStatus
-       - fixed the DTR, CTS and COMMBREAK related subfunctions of EscapeCommFunction
-       - added more verbose TRACEing
+       * dlls/kernel/module.c:
+       kernel: DelayLoadFailureHook crash fix.
 
-       * misc/version.c: Morten Eriksen <mortene@sim.no>
-       Made GetVersionEx() behave in accordance with the specification with
-       regard to error handling.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/msvideo/msvfw32.spec, dlls/msvideo/msvideo_main.c:
-       Mark G. Adams <madams@livepage.com>
-       Added stub for DrawDibClose.
+       * libs/wpp/Makefile.in, libs/wpp/ppl.l, programs/winedbg/debug.l,
+         programs/winhelp/macro.lex.l, tools/widl/Makefile.in,
+         tools/widl/parser.l, tools/wrc/Makefile.in, tools/wrc/parser.l:
+       Added some flex options to avoid compiler warnings.
+       Moved options from the Makefile into the source.
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Fixed the look of the combobox's drop down button when in Win95 look.
+2006-01-03  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       Added support for icons in property sheet tabs.
+       * dlls/msi/dialog.c:
+       msi: Subclass the Richedit control.
+       Send a "DoAction" control event when the user scrolls the text.
 
-       * include/commctrl.h, tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/parser.l, tools/wrc/wrc.h:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Version 1.0.14 of wrc.
+       * dlls/msi/install.c:
+       MSI: Improve the MsiGetMode stub a little.
 
-Sun Aug  8 18:56:04 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/dialog.c, dlls/msi/events.c, dlls/msi/msipriv.h:
+       msi: Implement the Reset control event.
 
-       * include/winbase.h, win32/time.c: Fixed SetLocalTime prototype.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Allow _invoke to handle up to 17 parameters.
 
-       * ole/ole2nls.c, win32/kernel32.c, dlls/commdlg/printdlg.c, dlls/ntdll/rtlstr.c, dlls/shell32/shell32_main.c, dlls/shell32/shellpath.c, dlls/version/info.c, files/dos_fs.c, if1632/thunk.c, include/wine/winestring.h, loader/libres.c, loader/pe_resource.c, dlls/comctl32/comctl32undoc.c:
-       Replaced a few calls to lstr* functions by their CRTDLL or libc
-       equivalent.
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * memory/string.c:
-       Added an exception handler around a few lstr* functions.
+       * dlls/dsound/dsound.c:
+       dsound Add uninitialized check.
 
-       * dlls/crtdll/Makefile.in, dlls/crtdll/crtdll.spec, dlls/crtdll/crtdll_main.c, dlls/crtdll/mbstring.c, dlls/crtdll/wcstring.c, dlls/ntdll/ntdll.spec, include/crtdll.h:
-       Reimplemented multi-byte and wide-chars functions to not depend on
-       lstr* functions; added a few missing ones; fixed a couple of bugs.
+2006-01-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-Sat Aug  7 14:32:34 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/listview.c:
+       comctl32: Listview - allow selection toggle with ctrl+space.
 
-       * include/Attic/wnet.h, include/wine/winnet16.h, include/winerror.h, include/winnetwk.h, include/winuser.h, misc/network.c, relay32/.cvsignore, relay32/Attic/mpr.spec, relay32/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/mpr/.cvsignore, dlls/mpr/Makefile.in, dlls/mpr/auth.c, dlls/mpr/mpr.spec, dlls/mpr/mpr_main.c, dlls/mpr/multinet.c, dlls/mpr/nps.c, dlls/mpr/pwcache.c, dlls/mpr/wnet.c, include/netspi.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Separated Win16 (USER) and Win32 (MPR) network routines.
-       Moved implementation of MPR to dlls/mpr/.
-       Added proper headers and stubs for missing MPR routines.
+2006-01-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * misc/registry.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Improved (sort of) RegFlushKey.
+       * dlls/winsock/socket.c:
+       winsock: AF_UNSPEC mapping.
+       Also map AF_UNSPEC sockaddrs in the sockaddr handlers.
+       Zero initialize the sockaddr in ws_sockaddr_alloc().
 
-       * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
-       If the window is already the topmost window in ShowWindow(SW_SHOW), it
-       must not be activated.
+2006-01-03  Francois Gouget <fgouget@free.fr>
 
-       * windows/x11drv/event.c: Stephane Lussier <stephane@macadamian.com>
-       WM_SYSCOMMAND message (for SC_CLOSE) should be posted not sent.
+       * dlls/ddraw/tests/dsurface.c, dlls/user/edit.c:
+       Assorted spelling fixes
 
-       * windows/dce.c, windows/x11drv/wnd.c:
-       Stephane Lussier <stephane@macadamian.com>
-       X11drv SetDrawable function modifies the DC origin, this translation
-       should be reflected for the dc clipping region for CS_OWNDC and CS_CLASSDC.
+       * dlls/shell32/tests/shlfileop.c, dlls/wined3d/stateblock.c:
+       Add trailing '\n's to ok() calls.
+       Remove spaces before '\n' in traces.
 
-       * windows/defdlg.c, windows/dialog.c: Abey George <abey@macadamian.com>
-       Set focus to the dialog in EndDialog.
+       * tools/winapi/win32.api:
+       winapi: Update win32.api to match the current sources.
 
-       * libtest/Makefile.in: James Juran <jrj120@psu.edu>
-       Make sure we compile winestub.o before trying to build a Winelib test
-       program.
+       * dlls/msi/msi.c, dlls/wldap32/page.c:
+       Small documentation tweaks to avoid winapi_check warnings.
 
-       * files/directory.c: Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Fixed case sensitivity flag.
+2006-01-03  Francois Gouget <fgouget@codeweavers.com>
 
-       * include/commdlg.h, dlls/commdlg/printdlg.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Implemented the return of hDevModes and hDevNames in the PRINTDLG
-       structure of PrintDlgA().
+       * programs/winemenubuilder/winemenubuilder.c:
+       winemenubuilder: Improve traces.
+       Add some traces to make it easier to debug icon generation problems.
 
-       * windows/queue.c, include/queue.h: Ove Kaaven <ovek@arcticnet.no>
-       Made hardware_event use win32-conformant parameters.
+2006-01-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/commdlg/cdlg32.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Explicitly load shell32.dll.
+       * dlls/gdi/tests/bitmap.c:
+       gdi: Add a test which shows that GDI does not support compressed DIB sections.
 
-       * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
-       Take into account icons when determining tab size.
+2006-01-03  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * files/drive.c: Morten Eriksen <mortene@sim.no>
-       Improved GetDiskFreeSpaceEx() implementation a little bit.
+       * dlls/gdi/dib.c:
+       gdi32: Disallow creation of compressed DIB sections.
 
-       * misc/comm.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       - added some more Baudrates
-       - fixed a hang in tcsetattr when the input buffer isn't empty
-       - added more verbosity for debugging
+2006-01-03  Robert Shearman <rob@codeweavers.com>
 
-       * controls/uitools.c: Francis Beaudet <francis@macadamian.com>
-       Handle the case when the button is really small.
+       * dlls/ole32/hglobalstream.c:
+       ole: Check the return value of IStream_SetSize in IStream_Read.
+       Check the return value of IStream_SetSize in IStream_Read, since
+       otherwise execution could continue on and cause heap corruption.
 
-       * windows/nonclient.c: Thuy Nguyen <thuy@macadamian.com>
-       WS_EX_DLGMODALFRAME alone does not mean title bar, you still have to
-       specify WS_CAPTION.
+       * dlls/ole32/stg_stream.c:
+       ole: Fix mis-handling of return value in StgStreamImpl_Read.
+       BlockChainStream_ReadAt returns a BOOL, not an HRESULT so change
+       StgStreamImpl_Read to handle this, by returning STG_E_READFAULT on
+       failure.
 
-Wed Aug  4 15:07:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement callback conformance.
 
-       * configure.in, include/acconfig.h, include/config.h.in, include/dinput.h, windows/dinput.c, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented DirectInput Joystick support (tested with WC:Prophecy).
+       * dlls/rpcrt4/rpc_server.c:
+       rpcrt4: Fix race condition in RpcServerListen.
+       The DontWait parameter is used for forcing the function not to wait
+       for the server to finish.
 
-       * relay32/kernel32.spec, win32/time.c:
-       Andreas Mohr <amohr@student.ei.uni-stuttgart.de>
-       Implemented SetLocalTime.
+2006-01-03  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * windows/x11drv/keyboard.c: Ivan De Saedeleer <Ivands@sympatico.ca>
-       Minor fix to the French Canadian keyboard.
+       * dlls/comctl32/comctl32undoc.c:
+       comctrl32: ReAlloc should be able to move memory blocks if necessary.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       When flipping backbuffer -> frontbuffer, first exchange surfaces, then
-       copy XImage, since the palette might only be defined in the frontbuffer.
+2006-01-03  Kai Blin <kai.blin@gmail.com>
 
-       * tools/wineinstall: Joerg Mayer <jmayer@telesun2.telemation.de>
-       Create sysconfdir on install.
+       * dlls/secur32/tests/main.c:
+       secur32: Rewrote NTLM tests in a more flexible way.
 
-       * dlls/stress/.cvsignore: Fixed typo.
+2006-01-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/wnaspi32/winaspi32.c, if1632/relay.c, include/debugtools.h, loader/pe_image.c, win32/kernel32.c, windows/x11drv/keyboard.c, controls/listbox.c, controls/menu.c, controls/scroll.c, dlls/version/info.c, dlls/winaspi/winaspi16.c:
-       Got rid of dsprintf and related macros.
+       * server/snapshot.c:
+       server: Fix va_list compile error.
 
-       * server/mutex.c:
-       Remove the mutex from the thread list when destroying it.
+       * dlls/gdi/driver.c, dlls/user/tests/monitor.c:
+       gdi: Device name returned from EnumDisplayDevices is valid for CreateDC.
 
-       * */*:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved various DLLs to dlls/
+       * dlls/advapi32/service.c:
+       advapi32: Don't allocate memory for empty argument string and pass
+       NULL instead.
 
-Sun Aug  1 14:58:02 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-31  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/winaspi/winaspi16.c, if1632/snoop.c, include/winnt.h, loader/ne/segment.c, misc/error.c, msdos/devices.c, msdos/dpmi.c, msdos/int21.c, msdos/int33.c, debugger/registers.c, debugger/stack.c:
-       Removed IP_reg, SP_reg and FL_reg definitions to avoid potential
-       aliasing optimization problems.
+       * dlls/wldap32/Makefile.in, dlls/wldap32/control.c, dlls/wldap32/misc.c,
+         dlls/wldap32/page.c, dlls/wldap32/parse.c, dlls/wldap32/search.c,
+         dlls/wldap32/winldap_private.h:
+       wldap32: Implement some page handling functions.
+       Implement ldap_create_page_control{A,W} and
+       ldap_parse_page_control{A,W}.
+       Move the page handling functions into their own file.
 
-       * dlls/ntdll/exception.c, include/miscemu.h, loader/dos/module.c, loader/signal.c:
-       Removed SIGNAL_MaskAsyncEvents and cleaned up signal handling.
+       * dlls/wldap32/extended.c:
+       wldap32: Document the functions that handle extended operations.
 
-       * include/Attic/async.h, win32/console.c, files/Attic/async.c, files/Makefile.in, files/file.c:
-       Removed async I/O support.
+       * dlls/wldap32/init.c:
+       wldap32: Document the init functions.
+       Fix two bugs.
 
-       * include/comm.h, misc/comm.c:
-       Use the service thread for comm notifications.
+2005-12-31  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/sig_context.h, include/stackframe.h, loader/task.c, msdos/dpmi.c, relay32/relay386.c, win32/kernel32.c, if1632/relay.c, if1632/thunk.c:
-       Made stack manipulation macros into inline functions.
-       Changed a few accesses to context registers to avoid potential
-       aliasing optimization problems.
+       * programs/winecfg/x11drvdlg.c:
+       winecfg: Default for DXGrab is NO.
 
-       * include/miscemu.h, include/sig_context.h, include/windef.h, loader/dos/dosvm.c, memory/instr.c, dlls/ntdll/exception.c:
-       Changed INSTR_EmulateInstruction to use a CONTEXT86 instead of a
-       SIGCONTEXT.
+2005-12-31  Milko Krachounov <milko@3mhz.net>
 
-       * Makefile.in: Remove wine.conf.man on distclean
+       * programs/winecfg/Bg.rc:
+       winecfg: Fix a mess with the Bulgarian resource file and translate the
+       untranslated strings.
 
-----------------------------------------------------------------
-Sat Jul 31 19:35:58 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-31  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
-       Close the right window when clicking on a non active window close
-       button.
+       * dlls/urlmon/tests/protocol.c:
+       urlmon: Added http protocol tests (currently failing in Wine).
 
-       * Makefile.in: Pavel Roskin <pavel_roskin@geocities.com>
-       Removed the dependency on "dummy" for wine and wine.sym.
+2005-12-31  Alexandre Julliard <julliard@winehq.org>
 
-       * files/profile.c:
-       Remove file from cache when flushing it (based on a patch by Ian
-       Schmidt).
+       * dlls/ntdll/tests/exception.c:
+       ntdll/tests: Try to fail more gracefully on win9x.
+       Link to NtCurrentTeb dynamically.
 
-       * include/winnt.h: Marcus Meissner <marcus@jet.franken.de>
-       Added CONTEXT for ALPHA and MIPS.
+2005-12-31  Dan Kegel <dank@kegel.com>
 
-       * configure.in, Make.rules.in, Makefile.in, configure:
-       Patrik Stridvall <ps@leissner.se>
-       Added support for Solaris Lint.
+       * dlls/commdlg/colordlg.c:
+       commdlg: Let the color picker respond properly to keystrokes.
 
-       * scheduler/debugger.c, server/debugger.c, tools/make_debug, win32/console.c, console/generic.c, console/xterm.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/debugdefs.h, include/xmalloc.h, misc/xmalloc.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some of the issues reported by Solaris Lint.
+2005-12-31  Robert Shearman <rob@codeweavers.com>
 
-       * include/pshpack4.h: Patrik Stridvall <ps@leissner.se>
-       Solaris C/C++ compile fix.
+       * dlls/wininet/urlcache.c:
+       wininet: Handle the cache being full better in CommitUrlCacheEntryInternal.
+       Move the freeing of allocation blocks for an entry into
+       URLCache_DeleteEntry.
+       Call URLCache_DeleteEntry to rollback from failure in
+       CommitUrlCacheEntryInternal.
 
-       * msdos/dosmem.c, ole/storage32.c, windows/painting.c, controls/button.c, dlls/comctl32/monthcal.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, graphics/ddraw.c, include/wine/obj_base.h:
-       Patrik Stridvall <ps@leissner.se>
-       Various ANSI C compability fixes.
+       * dlls/wininet/urlcache.c:
+       wininet: Create new hash tables for URL cache on demand.
 
-       * relay32/winmm.spec, if1632/builtin.c, if1632/gdi.spec, if1632/mmsystem.spec, if1632/user.spec, include/multimedia.h, include/ntddk.h, include/olectl.h, include/winsock.h, misc/network.c, misc/system.c, misc/winsock.c, multimedia/mmsystem.c, ole/olefont.c, relay32/kernel32.spec, relay32/oleaut32.spec, relay32/user32.spec, dlls/comctl32/comctl32.spec, dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c, dlls/tapi32/tapi32.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed some of the issues reported by winapi-check.
+       * dlls/wininet/urlcache.c:
+       wininet: Move URL cache hash table creation to a separate function.
 
-       * documentation/Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Actually create the man/ subdirectories before installing.
+2005-12-31  Jacek Caban <jacek@codeweavers.com>
 
-       * if1632/kernel.spec, include/wine/winbase16.h, loader/task.c, windows/queue.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.447 (WIN32_OldYield16).
+       * dlls/urlmon/umon.c:
+       urlmon: Removed not used code.
 
-       * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Suspend WND lock before EVENT_Synchronize.
+2005-12-31  Robert Shearman <rob@codeweavers.com>
 
-       * win32/device.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Create VxD handle only for known VxDs.
+       * tools/widl/typegen.c:
+       widl: Output sizing information for arrays in the generated marshaling code.
 
-       * Make.rules.in, relay32/Makefile.in: Patrik Stridvall <ps@leissner.se>
-       Made compilation of *.spec.c files use -fno-builtin regardless of
-       where they are.
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/proxy.c:
+       widl: Export the bracket adding functionality of do_write_expr outside
+       of header.c.
 
-       * include/tapi.h, include/winbase.h, scheduler/thread.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, 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/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/memorystream.c, graphics/ddraw.c, dlls/avifil32/avifile.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed/added missing/wrong function prototypes and made internal
-       functions static.
+2005-12-31  Mike McCormack <mike@codeweavers.com>
 
-       * tsx11/ts_xshm.c, tsx11/ts_xutil.c, tools/make_X11wrappers, tsx11/ts_xf86dga.c, tsx11/ts_xf86vmode.c, tsx11/ts_xlib.c, tsx11/ts_xpm.c, tsx11/ts_xresource.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed missing prototypes and made it work with Solaris X11.
+       * dlls/msi/action.c:
+       msi: Change some FIXME messages to comments.
 
-       * debugger/external.c, include/wine/undocshell.h, multimedia/mcimidi.c, ole/antimoniker.c, ole/compositemoniker.c, ole/datacache.c, ole/filemoniker.c, ole/itemmoniker.c, ole/olefont.c, scheduler/thread.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
-       Patrik Stridvall <ps@leissner.se>
-       Eliminated warnings.
+       * dlls/msi/package.c:
+       msi: Define the property "Intel" if we're running on an Intel processor.
 
-       * loader/ne/segment.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed the DSEG value in the SEGTABLEENTRY struct.
+       * dlls/msi/action.c:
+       msi: Add stub actions for CCPSearch and RMCCPSearch.
 
-       * dlls/comctl32/comctl32.h, dlls/comctl32/flatsb.c, dlls/comctl32/pager.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, documentation/common_controls:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added builtin toolbar bitmaps.
+       * dlls/riched20/reader.c:
+       riched20: Add newlines to ERR macro output.
 
-       * dlls/comctl32/listview.c, dlls/comctl32/treeview.c, include/listview.h, include/treeview.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Some more messages.
+2005-12-31  Robert Reif <reif@earthlink.net>
 
-       * dlls/advapi32/advapi32.spec, dlls/advapi32/crypt.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stub for CryptSetKeyParams().
+       * dlls/comctl32/ipaddress.c:
+       comctl32: Create ipaddress in enabled state.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stubs for DAD_SetDragImage() and PathCleanupSpec().
+2005-12-31  Raphael Junqueira <fenix@club-internet.fr>
 
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stub for _except_handler2().
+       * dlls/wined3d/directx.c, dlls/wined3d/surface.c:
+       wined3d: Added support for WINED3DFMT_X4R4G4B4.
 
-       * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved GetRandomRegion().
+2005-12-31  Hans Leidekker <hans@it.vu.nl>
 
-       * controls/menu.c, windows/nonclient.c:
-       Pascal Lessard <pascal@macadamian.com>
-       Implemented the system button behavior and associated it to the system
-       menu in win95. Also permit the SC_CLOSE item to be disabled.
+       * dlls/wldap32/value.c:
+       wldap32: Document the value handling functions.
 
-       * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Bugfixes and a fake GETBASEIRQ.
+       * dlls/wldap32/wldap32.h:
+       wldap32: Copy embedded berval structures too.
 
-       * files/async.c: Ove Kaaven <ovek@arcticnet.no>
-       Made async fds nonblocking.
+2005-12-31  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * windows/mdi.c: Dan Langlois <daniell@corel.com>
-       Removed an inappropriate if statement from MDI_ChildActivate that
-       prevented the activation code from executing.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * dlls/comctl32/monthcal.c, include/monthcal.h:
-       Alex Priem <alexp@sci.kun.nl>
-       Bugfixes & further updates for the month calendar common control.
+2005-12-31  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * dlls/comctl32/datetime.c, include/commctrl.h, include/datetime.h:
-       Alex Priem <alexp@sci.kun.nl>
-       Started implementing date/time common control.
+       * dlls/comctl32/propsheet.c:
+       comctl32: Fix error handling in PSM_ADDPAGE in case of memory
+       allocation failure.
 
-       * graphics/psdrv/graphics.c, graphics/psdrv/ps.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       PSDRV_WriteArc shouldn't write a newpath.
+2005-12-26  Yuval Fledel <yuvalfl@gmail.com>
 
-       * controls/button.c: Rein Klazes <rklazes@casema.net>
-       Fix handling of WM_LBUTTONDCLICK message for buttons with certain
-       styles.
+       * programs/winetest/Makefile.in:
+       winetest: Only include d3d9 if it is being built.
 
-       * windows/dce.c: Abey George <abey@macadamian.com>
-       Bug fix for updating the clipping region in nested GetDCEx calls.
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
-       Tried to fix the code for SetWindowPos to erase the background
-       properly.
+       * dlls/urlmon/sec_mgr.c, dlls/urlmon/tests/misc.c:
+       urlmon: Added GetSecurityId implementation.
 
-Fri Jul 30 18:10:21 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c, dlls/urlmon/umon.c:
+       urlmon: Use pluggable protocol for file protocol.
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/cdlg_xx.rc, dlls/commdlg/printdlg.c, dlls/commdlg/rsrc.rc, include/winspool.h:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       - added Collate/NoCollate Icons to Print32 dialog (unfortunately they
-         don't display yet).
-       - added status strings.
-       - added string table for internationalisation of several internal
-         message boxes.
+2005-12-26  Robert Shearman <rob@codeweavers.com>
 
-       * include/commctrl.h, include/winuser.h: Yuxi Zhang <yuxiz@corel.ca>
-       Removed duplicated defines in winuser.h and commctrl.h. Also corrected
-       a typo for SW_MAX value.
+       * tools/widl/typegen.c:
+       widl: Fix merge conflict.
 
-       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/filedlg95.c:
-       Francis Beaudet <francis@macadamian.com>
-       Fixed a memory leak in the file dialog.
+       * tools/widl/typegen.c:
+       widl: Follow type references in procformat and typeformat string generation.
 
-       * loader/loadorder.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Strip .drv extensions to MODULE_GetLoadOrder.
+       * tools/widl/typegen.c:
+       widl: Handle marshaling and unmarshaling structures.
 
-       * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a memory leak.
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
+         tools/widl/server.c:
+       widl: Out parameters.
+       Marshall and unmarshall out parameters for servers and clients
+       respectively.
+       Write out array components for declared local variables in generated
+       server code.
 
-       * scheduler/process.c, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Install task-entry breakpoint *after* EXE module is initialized.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Remove some duplication.
+       Remove some duplicated code by calling an improved
+       get_required_buffer_size.
+       Add some more newlines in the generated code to separate separate
+       stages.
+       Calculate the buffer size of [out] arguments in generated server code.
+       Fix the direction passed into unmarshall_arguments.
 
-       * graphics/psdrv/ps.c, include/psdrv.h:
-       Luc Tourangeau <luc@macadamian.com>
-       Added a call to the newpath operator immediately before the arc
-       operator.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Pass a state into marshall_arguments and unmarshall_arguments to
+       decide which parameters should be considered based on their direction.
 
-       * controls/button.c: Pierre Mageau <pierre@macadamian.com>
-       Fixed a problem when the style is BS_BITMAP or BS_ICON: the bitmap or
-       icon needed to be centered when the button is smaller than the bitmap.
+       * tools/widl/typegen.c:
+       widl: Generate marshaling and unmarshaling statements for arrays.
 
-       * windows/mdi.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a memory leak that occurs when we maximize/minimize an MDI
-       child.
+       * tools/widl/typegen.c:
+       widl: Treat variables with array indices the same as pointers.
 
-       * dlls/comctl32/updown.c: Francis Beaudet <francis@macadamian.com>
-       Added more support for buddy windows in the updown control.
+       * tools/widl/typegen.c:
+       widl: Advance the type format string whilst marshaling and
+       unmarshaling arguments.
 
-       * controls/edit.c: Francis Beaudet <francis@macadamian.com>
-       Implemented proper win95 support for the WS_BORDER style.
+       * tools/widl/typegen.c:
+       widl: Convert the main while loops in marshall_arguments and
+       unmarshall_arguments into for loops.
 
-       * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
-       Changed the WS_BORDER style to a WS_EX_CLIENTEDGE style for the
-       listbox control.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Add support for marshalling and unmarshalling conformant strings.
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Fixed the border for the listbox created by the simple combobox.
+       * tools/widl/header.c, tools/widl/header.h, tools/widl/parser.y,
+         tools/widl/proxy.c, tools/widl/write_msft.c:
+       widl: Add some const attributes.
 
-       * ole/compobj.c, if1632/compobj.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented CoRevokeClassObject stub needed by Acrobat 3 16 bit.
+       * tools/widl/typegen.c:
+       widl: Prepare marshall and unmarshall code generation functions for
+       accepting pointers.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       GetModuleHandle16: treat Win32 modules correctly.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
+       widl: Fix SEGVs with client and server code generation when an
+       interface has no methods.
 
-Wed Jul 28 16:38:45 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/typegen.c:
+       widl: Generate correct proc format strings for [out] and [in, out] parameters.
 
-       * dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/shell32/brsfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed use of StrRetToStrN.
+       * tools/widl/parser.y:
+       widl: Use the same precendence rule for the conditional operator as in wpp.
+       Fixes several shift/reduce warnings.
 
-       * dlls/shell32/shell32.spec, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       StrRetToStrN[A|W|AW] new independent unicode/ascii/export functions.
+       * tools/widl/typegen.c:
+       widl: Better array support.
+       Treat variables with array indices the same as pointers when writing
+       out the proc & type format strings.
+       Fix a typo when writing out the proc format string where a non-return
+       type was written out for a return type and vice-versa.
 
-       * documentation/dlls: Klaas van Gend <klaas@vangend.demon.nl>
-       Added explanation of the current DLL support.
+       * tools/widl/typegen.c:
+       widl: Support non-basic variables in proc format strings.
 
-       * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: fixed freshly introduced bug in GlobalLock16.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Add helper functions that return the size of procformat and
+       typeformat strings for variables.
 
-       * dlls/comctl32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
-       Ian Schmidt <ischmidt@cfl.rr.com>
-       Added stubs for InitMUILanguage and COMCTL32.410.
-       Fixed some compiler warnings.
+       * dlls/oleaut32/typelib.c:
+       oleaut: Small re-organisation of ITypeInfo::Invoke.
+       Only output the one function in the trace for ITypeInfo::Invoke.
+       Process the return value on output in ITypeInfo::Invoke, but only copy
+       it to pVarResult if pVarResult is not NULL.
 
-Tue Jul 27 17:10:06 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Convert some tabs to spaces and some other formatting changes.
 
-       * if1632/gdi.spec, if1632/thunk.c, if1632/user.spec, include/callback.h, miscemu/main.c, objects/gdiobj.c, windows/user.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added FinalUserInit16/FinalGdiInit16 stubs.
-       Call out to FinalUserInit in MAIN_EmulatorRun.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
+       Better tracing.
 
-       * if1632/kernel.spec, memory/selector.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added IsBadFlatReadWritePtr16().
+       * dlls/oleaut32/typelib.c:
+       ole: Improve typelib traces.
+       Move the debug channel check from dump_TLBFuncDesc[One] to its callers
+       for more flexibility in which channel controls the output.
 
-       * controls/edit.c: Abey George <abey@macadamian.com>
-       Fixed incorrect edit control behaviour in mouse message handling.
+2005-12-26  Jesse Allen <the3dfxdude@gmail.com>
 
-       * windows/message.c: Abey George <abey@macadamian.com>
-       Send normal mouse messages to WM_SETCURSOR when non-client mouse
-       messages occur.
+       * dlls/msvcrt/tests/printf.c:
+       msvcrt: More printf tests for I64 integer size support.
 
-       * windows/winpos.c: Thuy Nguyen <thuy@macadamian.com>
-       Check if the window has the WS_CLIPSIBLINGS style before using the
-       DCX_CLIPSIBLINGS flag.
+       * dlls/msvcrt/wcs.c:
+       msvcrt: pf_integer_conv for I64.
+       - Add pf_integer_conv and pf_is_integer_format.
+       - Update pf_fill to handle printing the sign for signed integers.
+       - Handle I64 integer sizes using pf_integer_conv and pf_output_format_A.
 
-       * dlls/commdlg/Makefile.in, dlls/commdlg/cdlg.h, dlls/commdlg/cdlg32.c, dlls/commdlg/cdlg_En.rc, dlls/commdlg/filedlg.c, dlls/commdlg/filedlg95.c, dlls/commdlg/filedlgbrowser.c, dlls/commdlg/filedlgbrowser.h, include/commdlg.h, include/dlgs.h, include/tchar.h:
-       Francois Boisvert <francois@macadamian.com>
-       Implemented the Win95 file open/save dialogs.
+       * dlls/msvcrt/wcs.c:
+       msvcrt: Do not treat %ll as an IntegerDouble in printf.
 
-       * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Do tools/ before any of the other subdirectories, even when doing
-       parallel makes.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Parse I, I32, and I64 integer size flags in printf.
 
-       * memory/global.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Return selector also in CX from GlobalLock16().
+2005-12-26  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       More gcc bug workarounds.
+       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+       urlmon: Implement BindAsyncMoniker function.
 
-       * graphics/psdrv/ppd.c, include/wingdi.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added more paper sizes and bin names to PPD parser.
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/dinput.c: Marcus Meissner <marcus@jet.franken.de>
-       Actually return the number of events in Mouse_GetDeviceData (fixes
-       Wing Commander Prophecy). Added timestamp and sequence generation,
-       critical section for mousedata. Disabled mouse warping in
-       GetDeviceData for now (generates excess mouse events).
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: URL with two slashes is valid.
 
-Sun Jul 25 13:15:49 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-26  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * */*.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved .spec files to corresponding dlls/ directory.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmål resources.
 
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Several focus and selection problems in listboxes.
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/dce.c: Francis Beaudet <francis@macadamian.com>
-       Retrieve the clipping region before setting the drawable and reset the
-       clipping region after.
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: Fix UrlCanonicalize.
+       - Added support for URL_FILE_USE_PATHURL.
+       - Fix handling of '/' and '\'.
 
-       * relay32/Attic/shell32.spec, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shlmenu.c, include/shell.h, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many fixes/reimplementations.
+2005-12-26  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Removed experimental/unused code.
-       Use ShellFolder to get ViewObjects.
-       Started cleanup of the contextmenu code.
+       * dlls/msrle32/msrle32.c:
+       msrle32: Spelling fix.
 
-       * dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Complete redesign, split into 3 implementations (Desktop, MyComputer
-       and filesystem folders). All parsing and binding is done recursive.
+2005-12-26  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shellpath.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented SHGetSpecialFolderPathA.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Internal search routines can now be case sensitive/insensitive.
+       - Now handling option SYMOPT_CASE_INSENSITIVE for symbol search.
+       - Quick implementation of SymSearch on top of SymEnumSymbols (should
+       be the other way around).
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented SHCreateShellFolderViewEx.
+2005-12-26  Maxime Bellengé <maxime.bellenge@wanadoo.fr>
 
-       * dlls/shell32/shellole.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Removed special CoCreateClassObject and use ole functions instead.
-       SHCreateDefClassObject implemented.
+       * dlls/msvcrt/main.c:
+       msvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH.
 
-       * dlls/shell32/shelllink.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented access to lnk's to a IStream interface.
+2005-12-26  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed icon background (was black).
+       * dlls/ole32/tests/propvariant.c:
+       Fix detection of V1a prop variant library in test suite.
 
-       * dlls/shell32/folders.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed getting icons from filetypes.
+2005-12-26  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/shell32/enumidlist.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented enumeration of shell extensions, seperated enum stuff for
-       the 3 seperate shellfolder implementations.
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update Canadian keyboard layout to better match the X11 one
 
-       * dlls/shell32/dataobject.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Rewrote GetData so support multiple selections.
+2005-12-26  James Hawkins <truiken@gmail.com>
 
-       * dlls/shell32/contmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Separated stuff for shv background contextmenu to separate file.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Clean up the SHFileOperation tests.
+       - Make sure to create all the files used by the new tests.
+       - Add a couple more SHFileOperation tests.
+       - Fix some of the old tests.
 
-       * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New functions to access attributes in HCR.
+2005-12-26  Robert Reif <reif@earthlink.net>
 
-       * dlls/shell32/Makefile.in, dlls/shell32/shv_bg_cmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file. Seperate implementation of the shellview background
-       contextmenu.
+       * programs/winecfg/audio.c:
+       winecfg: Use hourglass cursor when opening audio drivers.
+       Misbehaving drivers can take a while to open so change to the hour
+       glass cursor when opening them.
 
-       * include/wine/undocshell.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file. Contains functions not in the official headers but widely
-       used from other dlls.
+2005-12-26  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Added X11OBJS and LIBOBJS to wine dependencies (we can't add ALT_LINK).
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+       atl: Implement AtlComPtrAssign.
+       According to MSDN AtlModuleInit should initialize the modules critical
+       sections.
 
-       * Makefile.in: Make sure we build tools first.
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
 
-       * if1632/kernel.spec, if1632/relay.c, if1632/wprocs.spec, memory/global.c, tools/build-spec.txt, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Relay code for Win16 register functions converts arguments.
-       New 'interrupt' keyword added (for Win16 interrupt handlers).
-       Adapted .spec files and implementations of register routines.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.4.
 
-       * include/psdrv.h, include/wine/wingdi16.h, misc/printdrv.c, graphics/psdrv/escape.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, if1632/gdi.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       {Start|End}{Doc|Page} go through DCfuncs.
-       Implement these in the PostScript driver.
-       Change PSDRV_Escape to use them.
+----------------------------------------------------------------
+2005-12-22  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * loader/dos/dosvm.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Work around 'local extern declaration with attribute' gcc bug.
+       * dlls/shell32/tests/shlfolder.c:
+       shell32: Added some test to document native ITEMIDLIST format.
 
-       * windows/dinput.c: Lionel Ulmer <lionel.ulmer@free.fr>
-       Implementation of SetEventNotification for the mouse driver.
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Let CoCreateInstance use LOAD_WITH_ALTERED_SEARCHPATH.
+       * dlls/user/tests/msg.c:
+       user/tests: Remove todo_wine from a few tests that (usually) succeed.
 
-       * include/ole2.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed incomplete proto.
+2005-12-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * winedefault.reg: Juergen Schmied <juergen.schmied@metronet.de>
-       New keys nessesary for running the new shell32.
+       * dlls/mciavi32/mciavi.c, dlls/mciavi32/private_mciavi.h:
+       mciavi32: Rewrite asynchronous MCI_PLAY command handling.
+       Rewrite asynchronous MCI_PLAY command handling in MCIAVI driver, make
+       it more responsive to commands in the MCI_MODE_PLAY state by checking
+       hStopEvent even if the time frame between frames has expired.
 
-       * controls/static.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Use GDI APIs to access bitmap info.
+2005-12-22  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * graphics/psdrv/clipping.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Rewrote PSDRV_SetDeviceClipping to use GetRegionData API.
+       * dlls/ole32/stg_stream.c, dlls/ole32/storage32.c, dlls/ole32/storage32.h,
+         include/winerror.h:
+       ole32: Return error instead of asserting if storage file is corrupt.
 
-Sat Jul 24 12:20:25 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * miscemu/main.c, if1632/thunk.c, include/main.h, loader/main.c, misc/Attic/callback.c, misc/Makefile.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Unify startup sequence for Wine and WineLib.
+       * dlls/user/tests/msg.c:
+       user32/tests: Add a PeekMessage test.
 
-       * windows/clipboard.c, include/clipboard.h, memory/global.c:
-       Noel Borthwick <noel@macadamian.com>
-       Fix bug with pasting Wine clipboard content to external applications,
-       by storing clipboard data on the shared system heap.
+2005-12-22  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/x11drv/mouse.c: Achim Kaiser <Achim_Kaiser@t-online.de>
-       Draw an additional white bit for each invert bit of a cursor.
+       * dlls/kernel/tests/console.c:
+       kernel/tests: Check that we successfully open the console.
 
-       * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
-       While handling the X FocusIn message in managed mode, if the window
-       has been disabled revert the X focus back to the last focus window.
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/brsfolder.c, include/commctrl.h, dlls/comctl32/treeview.c:
-       Francois Boisvert<francois@macadamian.com>
-       Implemented TREEVIEW_InsertItemW.
+       * server/console.c:
+       server: Fixed console access rights handling.
 
-       * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implemented ExtEscape.
+2005-12-22  Raphael Junqueira <fenix@club-internet.fr>
 
-       * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Trying to fix parallel make by doing direct subdir/subdir.o rules.
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c, dlls/opengl32/wgl_ext.h:
+       opengl: Fix last wgl regression.
+       Fix wgl regression: test glx server version and extensions to use (and
+       not use glXQueryDrawable on older glx implementations).
 
-       * include/win.h, windows/nonclient.c, windows/x11drv/wnd.c:
-       Sylvain St-Germain <sylvain@macadamian.com>
-       Fixed inconsistency in conditions that determines if a window requires
-       a WM border.
+2005-12-22  James Hawkins <truiken@gmail.com>
 
-       * graphics/x11drv/xfont.c, include/x11font.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       For large font sizes call XLoadQueryFont with a 100 pixel high font
-       and rescale the metrics.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_MOVE command.
 
-       * misc/printdrv.c, objects/dc.c, graphics/psdrv/escape.c, graphics/win16drv/init.c, include/gdi.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implement handling of 32 bit AbortProc.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_COPY command.
 
-       * include/process.h, include/server.h, include/wine/exception.h, include/winnt.h:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Suppressed compiler warning by using the 'unused' attribute.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_RENAME command.
 
-       * debugger/Makefile.in, debugger/external.c:
-       Kevin Holbrook <kwh@neosoft.com>
-       Added utility function to invoke external debugger.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_DELETE command.
 
-       * multimedia/.cvsignore, multimedia/winmm.rc, multimedia/winmm_En.rc, multimedia/winmm_Fr.rc, relay32/builtin32.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added WINMM resources.
+2005-12-22  Robert Reif <reif@earthlink.net>
 
-       * multimedia/Attic/mcistring.c, multimedia/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed obsoleted mcistring.c.
-       Added support for resources.
+       * programs/winecfg/En.rc, programs/winecfg/x11drvdlg.c:
+       winecfg: Add unmanaged windows configuration.
 
-       * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed return values for some messages in DriverProc (MCI_GETDEVCAPS &
-       MCI_STATUS) for mciSendString.
+2005-12-22  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Spread the use of MM crit sect.
+       * dlls/dbghelp/module.c:
+       dbghelp: Correct handling for all module names.
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved some MCI functions to mci.c.
-       Now loads error messages from string table.
-       Spread the use of MM crit sect.
+2005-12-21  Bill Medland <billmedland@mercuryspeed.com>
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added parsing & storing of command tables.
-       Merged some MCI functions from mmsystem.c.
+       * dlls/msi/format.c, dlls/msi/tests/format.c:
+       msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed some no longer used prototypes.
-       Added command tables to MCI structure.
+2005-12-21  James Hawkins <truiken@gmail.com>
 
-       * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed buggy prototype.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Remove the '.\\' prefix from filenames, because it hides a
+       bug in SHFileOperation.
 
-       * debugger/types.c: Kevin Holbrook <kwh@neosoft.com>
-       Avoid crashing on a bad symbol address of 0x0000.
+2005-12-21  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * misc/w32sys.c: Fixed GetW32SysVersion16 return type.
+       * dlls/ddraw/surface_main.c, dlls/ddraw/tests/dsurface.c:
+       ddraw: Fix DirectDrawSurface::QueryInterface crash.
 
-       * include/commdlg.h, include/module.h, loader/module.c, relay32/utthunk.c, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, if1632/wprocs.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed MODULE_GetWndProcEntry16().
-       Use 32-bit window procedures in COMMDLG instead.
+2005-12-21  Detlef Riekenberg <wine.dev@web.de>
 
-       * configure, configure.in: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed cut&paste bug.
+       * dlls/winspool/winspool.rc, include/wine/wine_common_ver.rc:
+       winspool: Add version resource.
 
-       * include/docobj.h, include/wine/obj_base.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_olefont.h, include/wine/obj_oleundo.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h:
-       Paul Quinn <paulq@corel.ca>
-       Add a few stubs, some C++ compatibility, and fix a few types.
+2005-12-21  Alexandre Julliard <julliard@winehq.org>
 
-       * include/initguid.h, ole/guid.c: Albert den Haan <albertd@corel.ca>
-       Declare only one instance of GUID_NULL.
+       * dlls/msvcrt/msvcrt.h, dlls/msvcrt/time.c:
+       msvcrt: Return a per-thread buffer in localtime and gmtime.
 
-       * dlls/comctl32/imagelist.c: Pierre Mageau <pierre@macadamian.com>
-       Fixed various problem with ImageList_Draw.
+2005-12-21  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/dialog.c: Stephane Lussier<stephane@macadamian.com>
-       Re-enable the owner window in the EndDialog().
+       * dlls/d3d9/tests/shader.c:
+       d3d9: Add traces for when shader support is missing in the shader test.
 
-       * dlls/comctl32/propsheet.c: Thuy Nguyen <thuy@macadamian.com>
-       Fixed notifications.
+2005-12-21  Hans Leidekker <hans@it.vu.nl>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Always retrieve Callout routines using GetProcAddress().
+       * dlls/kernel/process.c:
+       kernel: Some documentation improvements.
 
-       * windows/defwnd.c: Abey George <abey@macadamian.com>
-       Send WM_CONTEXTMENU on WM_RBUTTONUP, not WM_RBUTTONDOWN.
+2005-12-21  Marcus Meissner <marcus@jet.franken.de>
 
-       * windows/x11drv/keyboard.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed compiler warning.
+       * dlls/msvcrt/main.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/msvcrt.spec,
+         dlls/msvcrt/time.c:
+       msvcrt: Implemented wctime(), wasctime().
+       Free thread data in DLL_THREAD_DETACH.
 
-       * dlls/winspool/info.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Let through more flags to EnumPrinters.
-       Fixes for GetPrinter/GetPrinterDriver.
+2005-12-21  Robert Reif <reif@earthlink.net>
 
-       * graphics/psdrv/color.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fix stupid `rubbish at end of %%Title' bug.
-       Don't complain about palette relative RGBs.
-       If output param to CreateDC is NULL default to `LPT1:' - Hack.
+       * programs/winecfg/En.rc, programs/winecfg/audio.c,
+         programs/winecfg/resource.h:
+       winecfg: Select an audio driver on fresh install.
 
-Fri Jul 23 19:33:24 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-21  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * configure, configure.in, include/config.h.in, include/wine_gl.h:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       Better detection of OpenGL.
+       * dlls/mscms/tests/profile.c:
+       mscms: Test only one invalid GetStandardColorSpaceProfile() param in a
+       single check.
 
-       * include/callback.h, include/stackframe.h, misc/Attic/callback.c, tools/build.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Reverted CallTo16 routines to STDCALL convention.
+2005-12-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * objects/font.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       String to GetTextExtentPoint is not necessarily 0 terminated.
-       Fix function name `32's in comments - API naming madness makes this
-       worthwhile.
+       * dlls/msvideo/mciwnd.c:
+       msvideo: Handle ESC key press in the MCIWND class as an alias to stop command.
 
-       * dlls/winspool/info.c, graphics/driver.c, graphics/psdrv/README, include/winspool.h, relay32/Attic/winspool.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       EnumJobs stub.
-       Update graphics/psdrv/README.
-       Add warnings to DRIVER_GetDriverName.
+2005-12-21  Jesse Allen <the3dfxdude@gmail.com>
 
-       * windows/mdi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bad ptr occurrence in this class WndProc.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Fix printf sign flags.
+       Fix the printf sign flags so that '+' doesn't always override ' '
+       space alone.  If they both appear, continue parsing and let '+' take
+       precedence.
 
-       * graphics/ddraw.c, include/options.h, misc/main.c, windows/x11drv/main.c:
-       Lionel Ulmer <lionel.ulmer@free.fr>
-       - Added a new option 'noxshm'
-       - Added a 16bpp -> 32 bpp conversion function
+2005-12-21  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
-       Change color gray text to 128 128 128 for win9x look.
+       * server/context_alpha.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c:
+       server: Set the context flags in get_thread_context to indicate which
+       parts of the returned context are valid.
 
-Tue Jul 20 15:13:20 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-21  Hans Leidekker <hans@it.vu.nl>
 
-       * scheduler/debugger.c:
-       Do not output text in OutputDebugStrAW when not being debugged
+       * configure, configure.ac, dlls/wldap32/misc.c, dlls/wldap32/parse.c,
+         include/config.h.in:
+       wldap32: Added configure checks for some potentially missing functions.
 
-       * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
-       MDIDestroyChild: MDI window menu item was deleted only if the current
-       destroyed child was active.
+2005-12-20  Bill Medland <billmedland@mercuryspeed.com>
 
-       * dlls/comctl32/propsheet.c: Gerard Patel <g.patel@wanadoo.fr>
-       Reset disabled style for the dialog boxes set on property pages.
+       * dlls/msi/dialog.c:
+       msi: Use a default dialog font if nothing is specified.
 
-       * 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/wrc.c, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
-       Bertho Stultiens <bertho@akhphd.au.dk>
-       - Generalized the distinction between 2 and 4 byte integers slightly through
-         a new parser state. The is now a warning when a 2 byte integer is larger
-         than 16 bit (and is truncated).
-       - Fixed a couple of cosmetic things in the DLGINIT stuff so that dumping of
-         this type will work as expected.
-       - Added generalized language/version/characteristics support to the DLGINIT
-         resource type.
+2005-12-20  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       Ulrich Czekalla <ulrichc@corel.ca>
-       - Added support for DLGINIT resource-type.
-       - Added string continuation and embedded quoting.
-       - Added numeric IDs for icons in controls.
+       * dlls/shell32/tests/shlfolder.c:
+       shell32/tests: Fixed a test failing on WinXP.
 
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       - Bugfix: Distinguish between 2 and 4 byte integers in RCDATA.
+2005-12-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Sun Jul 18 18:42:29 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/wdbgexts.h:
+       dbghelp: Added a few extensions to make windbg happy.
 
-       * misc/Attic/string.c, misc/Makefile.in:
-       Albert den Haan <albertd@corel.ca>
-       Remove string.c because all of its functions were moved to crtdll.c
-       where they belonged.
+2005-12-20  Jesse Allen <the3dfxdude@gmail.com>
 
-       * tools/wrc/dumpres.c, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.l, tools/wrc/preproc.c, tools/wrc/readres.c, tools/wrc/utils.c, tools/wrc/wrc.c, tools/wrc/writeres.c, debugger/display.c, dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c:
-       Patrik Stridvall <ps@leissner.se>
-       Make it possible to compile with GNU C's -I- option.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
 
-       * loader/dos/dosvm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Work around gcc sig11 fault.
+2005-12-20  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * objects/gdiobj.c: Thuy Nguyen <thuy@macadamian.com>
-       Fixed rounding in MulDiv.
+       * dlls/msacm/driver.c, dlls/msacm/tests/msacm.c:
+       msacm: Preserve value of cbStruct in acmDriverDetails.
+       Ensure that the cbStruct member of the ACMDRIVERDETAILS[AW] struct is
+       filled with a valid value before returning.
+       Fill the cbStruct member of the ACMDRIVERDETAILS[AW] before sending a
+       ACMDM_DRIVER_DETAILS message to an installed codec that might be a
+       native library: native ACM codecs expect cbStruct to be valid before
+       filling the rest of the struct with any data.
 
-       * graphics/psdrv/Makefile.in, graphics/psdrv/clipping.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/psdrv.h:
-       Luc Tourangeau <luc@macadamian.com>
-       - implementation of SetDeviceClipping
-       - coordinate system origin fix
+2005-12-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Work-around for compiler bug.
+       * dlls/ntdll/exception.c:
+       ntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers.
 
-       * dlls/comctl32/treeview.c, include/commctrl.h, include/treeview.h:
-       Alex Priem <alexp@sci.kun.nl>
-       - Implementation of simple comctl32 v5.0 changes.
-       - TVM_SORTCHILDRENCB also accepts TVI_ROOT as a valid hParent.
+2005-12-20  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * dlls/advapi32/security.c: Ian Schmidt <irsman@iag.net>
-       Added pointer validation and additional sanity check to IsValidSid().
+       * programs/winecfg/Nl.rc:
+       winecfg: Dutch resources update.
 
-       * controls/uitools.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
-       Small fix in UITOOLS95_DrawRectEdge().
-       Also a fix to draw scrollbar-buttons more like in win9x.
+2005-12-20  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/painting.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       In WIN_UpdateNCRgn, do not send in WM_NCPAINT a region that is used
-       afterwards, but a copy of it.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Cleanup shader constants code a little bit.
+       Improved bounds checking.
 
-       * objects/region.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Check better that handles are actual handles to a region.
+2005-12-19  Jesse Allen <the3dfxdude@gmail.com>
 
-       * windows/dce.c: Lawson Whitney <lawson_whitney@juno.com>
-       Stop DCE_GetVisRect dereferencing a null wndPtr.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Require exact uppercase and lowercase format in printf routines.
 
-       * configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.conf.man.in, documentation/wine.man.in, Make.rules.in, README, configure:
-       James Juran <jrj120@psu.edu>
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Updated README and man page.
-       Split documentation for wine.conf into new wine.conf(5) manpage.
+2005-12-19  Bill Medland <billmedland@mercuryspeed.com>
 
-       * include/ole2.h, include/winerror.h, ole/Makefile.in, ole/clipboard.c, ole/ole2.c, ole/ole2stubs.c, ole/olecli.c:
-       Noel Borthwick <noel@macadamian.com>
-       Implemented the OLE Clipboard API.
+       * programs/winemenubuilder/winemenubuilder.c, tools/wineshelllink:
+       winemenubuilder: Provide depth to the menus created.
 
-       * windows/winpos.c: Abey George <abey@macadamian.com>
-       Validate the parent with the child window client rectangle when the
-       parent's update region is not empty.
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-       * include/win.h, windows/painting.c:
-       Francis Beaudet <francis@macadamian.com>
-       Delay WM_NCPAINT message until the "painter's algorithm" kicks in.
+       * dlls/kernel/process.c:
+       kernel32: Check for tabs too when extracting the program name
+       (reported by Vitaliy Margolen).
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Fixed fake WM_LBUTTONUP message.
+2005-12-19  Hans Leidekker <hans@it.vu.nl>
 
-       * include/winversion.h, misc/version.c: Ian Schmidt <irsman@iag.net>
-       Added version information for Win98.
-
-       * include/commctrl.h: Alex Priem <alexp@sci.kun.nl>
-       Macro definitions used SNDMSG instead of SendMessage[AW]. Bad.
-
-       * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       debug_(snoop|relay)_(exclude|include)list => fixed allocation, modules
-       are now stored uppercase.
-
-       * controls/button.c: Francis Beaudet <francis@macadamian.com>
-       Implemented the BS_ICON style.
-
-       * windows/dialog.c: Ove Kaaven <ovek@arcticnet.no>
-       CreateDialogParamA should not call CreateDialogParamW, because
-       that'd create a dialog box with a Unicode dialog procedure...
-
-       * controls/scroll.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
-       Win9x look & feel on scrollbars.
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c,
+         tools/widl/typegen.c:
+       widl: Avoid lvalue casts in generated code.
 
-       * graphics/psdrv/README, graphics/psdrv/init.c, include/psdrv.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Introduced a [psdrv] section in wine.conf with a ppdfile value
-       specifying the path and name of the PPD file.
+2005-12-19  Kai Blin <kai.blin@gmail.com>
 
-       * dlls/comctl32/updown.c, include/updown.h:
-       Sylvain St-Germain <sylvain@macadamian.com>
-       Implementation of the updown buddy windproc subclassing for the
-       handling of keyboard up and down arrow.
+       * dlls/secur32/ntlm.c:
+       secur32: Adding AcceptSecurityContext to the NTLM security provider.
 
-       * DEVELOPERS-HINTS: Jim Aston <jima@corel.ca>
-       Updated documentation to reflect renamed header.
+2005-12-19  Detlef Riekenberg <wine.dev@web.de>
 
-       * misc/winsock.c: Ove Kaaven <ovek@arcticnet.no>
-       Added missing include netinet/tcp.h, for TCP_NODELAY.
+       * dlls/winspool/tests/info.c:
+       winspool: Filter additional failures.
 
-       * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
-       GetIcon bug fix.
+2005-12-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Thu Jul 15 16:09:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winhelp/winhelp.c:
+       winhelp: Handle '> ' on command lines.
 
-       * include/module.h, loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add WINAPI for EntryAddrProc.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/dwarf.c,
+         dlls/dbghelp/msc.c, dlls/dbghelp/stabs.c, dlls/dbghelp/type.c:
+       dbghelp: First stab at supporting calling convention in function signature.
 
-       * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
-       Minor bug fixes in DdeNameService, also changes to move towards
-       process-safe code.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/symbol.c:
+       dbghelp: Return proper size for local & parameters in SYMBOL_INFO.
 
-       * controls/button.c: Dennis Bj|rklund <dennisb@cs.chalmers.se>
-       Win9x look & feel on buttons and a fix for ownerdrawn buttons
-       (background set to COLOR_BTNFACE).
+2005-12-19  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * if1632/kernel.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       GlobalSmartPageUnlock() stub added.
+       * programs/winecfg/Fr.rc:
+       winecfg: Updated French resources.
 
-       * miscemu/Attic/emulate.c, miscemu/Makefile.in, miscemu/main.c, relay32/Makefile.in, tools/build.c, Make.rules.in, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/win87em/.cvsignore, dlls/win87em/Makefile.in, dlls/win87em/emulate.c, graphics/win16drv/Makefile.in, if1632/Makefile.in, memory/instr.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use position-independent code in assembly glue when building .so.
-       Include if1632/ and graphics/win16drv/ into WineLib.
-       Move miscemu/emulate.c into dlls/win87em/.
+2005-12-19  Aric Stewart <aric@codeweavers.com>
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed way of allocation open mci drivers (array => list); this list
-       is now stored on a per process basis.
+       * dlls/user/Makefile.in, dlls/user/edit.c:
+       user: Make the edit control IME aware and implement inline editing.
+       Makes for a significantly better user experience for CJK users.
 
-       * multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed fixed size array to store specific data (now using
-       mci(Set|Get)DriverData to store specific data).
-       Make use of default debugtools.h channel.
-       Added CALLBACK attribute to DriverProc.
+2005-12-19  Magnus Olsen <magnus@itkonsult-olsen.com>
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed way of allocation open mci drivers (array => list).
-       First valid ID for mci devices is now 1 (some progs were testing this
-       value).
-       Started implementing mci command table resources.
-       Handled closing on MCI_ALL.
+       * dlls/msi/format.c:
+       msi: Fixed deformat_environment to not cut off string.
 
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed fixed size array to store specific data (now using
-       mci(Set|Get)DriverData to store specific data).
-       Deferred opening of low-level device until play is requested.
+2005-12-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/Attic/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed return value for 'open' command.
-       Changed way of allocation open mci drivers (array => list).
+       * programs/taskmgr/dbgchnl.c:
+       taskmgr: Fix viewing of debug channels.
+       Various internal cleanups.
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed fixed size array to store specific data (now using
-       mci(Set|Get)DriverData to store specific data).
-       Fixed mmio chunk lookup on odd size 'fmt ' chunks.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Implemented SymMatchString.
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Uniformized use of fd to midi device.
-       Now allocating memory on system heap.
-       Fixed bug when stopping all notes.
+2005-12-19  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Cosmetic fixes.
-       Changed way of allocation open mci drivers (array => list).
-       Started implementing mci command table resources.
+       * dlls/user/winproc.c:
+       user: Fix LB_GETTEXT unmapping for A<->W.
 
-       * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer calling mm timers callbacks with mm timer crit sect locked.
+2005-12-19  Thomas Weidenmueller <w3seek@reactos.com>
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       ERROR_MORE_DATA requires to write the needed number of bytes into the
-       lpcchX value (verified against NT3.51 advapi32.dll).
+       * dlls/setupapi/misc.c:
+       setupapi: Fix comparing the group SIDs in IsUserAdmin.
 
-       * include/winnt.h, win32/device.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed some CONTEXT86 vs. CONTEXT mismatches.
+2005-12-19  Huw Davies <huw@codeweavers.com>
 
-       * include/neexe.h, loader/ne/segment.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added support for 32-bit NE code segments.
+       * dlls/opengl32/wgl.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c:
+       opengl: Add support for rendering on bitmaps.
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       Fix a hang when we process WM_STYLECHANGED.
-       Small optimization in TREEVIEW_DrawItem.
-       Fix debugging crash in TREEVIEW_Expand.
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-Mon Jul 12 13:46:38 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ole32/rpc.c:
+       ole32: Revert exception handler change.
+       The handler does the opposite of normal page fault handlers.
 
-       * dlls/shell32/pidl.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing prototype for ILFindChild().
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/advapi32/security.c, loader/dos/dosmod.c, misc/network.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Compiler warnings fix.
+       * dlls/user/tests/win.c:
+       user: Fix hrgn leaks in win.c test.
 
-       * misc/comm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Dumb fixes.
-
-       * if1632/kernel.spec, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed bugs introduced by 'register' and 'return' function changes.
-
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed DirectDrawSurface::Flip, do not change flags, exchange the low
-       level physical surfaces (verified for XLIB with WC Prophecy).
-
-Sun Jul 11 17:20:06 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/keyboard.c, windows/user.c, windows/win.c, misc/system.c, misc/toolhelp.c, misc/w32sys.c, tools/build-spec.txt, tools/build.c, win32/kernel32.c, memory/global.c, memory/local.c, include/builtin16.h, loader/ne/module.c, loader/task.c, if1632/kernel.spec, if1632/keyboard.spec, if1632/system.spec, if1632/thunk.c, if1632/toolhelp.spec, if1632/user.spec, if1632/w32sys.spec, if1632/dummy.c:
-       Take advantage of the new registers saved in the STACK16FRAME to turn
-       some 'register' functions into normal functions.
-       Removed the few remaining 'return' functions to simplify relay
-       handling.
-
-       * ipc/Attic/hash_test.c, ipc/Attic/run_tests, ipc/Attic/shm_block.c, ipc/Attic/shm_fragment.c, ipc/Attic/shm_fragment_test.c, ipc/Attic/shm_main_blk.c, ipc/Attic/shm_semaph.c, ipc/Attic/shm_semaph_test.c, ipc/Attic/wine_test_stub.c, loader/signal.c, loader/task.c, memory/atom.c, memory/global.c, misc/ddeml.c, windows/message.c, windows/win.c, windows/x11drv/event.c, Makefile.in, configure, configure.in, include/Attic/dde_atom.h, include/Attic/dde_mem.h, include/Attic/dde_proc.h, include/Attic/shm_block.h, include/Attic/shm_fragment.h, include/Attic/shm_main_blk.h, include/Attic/shm_semaph.h, include/dde.h, ipc/Attic/.cvsignore, ipc/Attic/Makefile.in, ipc/Attic/README, ipc/Attic/TEST_FRAGMENT.std, ipc/Attic/bit_array.c, ipc/Attic/bit_array_test.c, ipc/Attic/dde.tex, ipc/Attic/dde_atom.c, ipc/Attic/dde_atom_test.c, ipc/Attic/dde_mem.c, ipc/Attic/dde_mem_test.c, ipc/Attic/dde_proc.c, ipc/Attic/dde_proc_test.c, ipc/Attic/generic_hash.c, ipc/Attic/generic_hash.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed the old, historical and no longer working IPC support.
-
-       * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/builtin16.h, include/callback.h, include/module.h, include/stackframe.h, misc/Attic/callback.c, miscemu/main.c, relay32/.cvsignore, relay32/Makefile.in, scheduler/syslevel.c, tools/build.c, Make.rules.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Modularized CallFrom/To16 routines.  Adapted dependent routines,
-       16-bit snoop/relay debugging, and make rules.
+2005-12-19  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * windows/message.c: Gerard Patel <g.patel@wanadoo.fr>
-       Revert last change in window activation on mouse click.
-
-       * memory/global.c: Rein Klazes <rklazes@casema.net>
-       Fixed a case when GlobalSize did not return zero after an error.
-
-Sat Jul 10 13:16:56 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/tests/.gitignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/tooltips.c, dlls/comctl32/tooltips.c:
+       comctl32: Add a test for the initial tooltip window style settings,
+       make it pass under Wine.
 
-       * server/socket.c: Howard Abrams <howard@cs.nps.navy.mil>
-       Renamed static global variable 'iovec' to 'myiovec'.
+2005-12-19  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * windows/dinput.c, memory/virtual.c, misc/registry.c, misc/winsock.c, multimedia/joystick.c, scheduler/client.c, scheduler/thread.c, server/console.c, server/file.c, server/pipe.c, server/thread.c, win32/console.c, win32/device.c, win32/file.c, configure, configure.in, debugger/break.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, files/directory.c, files/dos_fs.c, files/file.c, include/config.h.in, include/multimedia.h, include/windef.h, loader/pe_image.c:
-       Howard Abrams <howard@cs.nps.navy.mil>
-       Added checks for sys/errno.h, sys/signal.h and sys/mman.h.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Create dialog window using CreateWindowEx16/W depending on template
-       type, not dialog procedure type.
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * dlls/shell32/shlfolder.c: Francois Boisvert <francois@macadamian.com>
-       Made IShellFolder::fnParseDisplayName return a relative pidl.
+       * programs/wcmd/batch.c:
+       wcmd: Increase maximum length of commands.
+       Increase maximum length of commands to 8192 bytes as on Windows XP.
+       Add needed braces to a multi line "if" statement.
 
-       * dlls/comctl32/comctl32.h, dlls/comctl32/monthcal.c, dlls/comctl32/rsrc.rc, include/commctrl.h, include/monthcal.h:
-       Alex Priem <alexp@sci.kun.nl>
-       First try at the month calendar common control. Main features
-       basically OK.
+2005-12-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/psdrv/init.c, include/winspool.h, dlls/winspool/info.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implemented GetPrinterA and GetPrinterDriverA.
+       * dlls/dbghelp/dbghelp.spec:
+       dbghelp: New stubs (needed for windbg startup).
 
-       * controls/button.c: Luc Tourangeau <luc@macadamian.com>
-       Added BN_CLICKED notification in WM_SETFOCUS.
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Fixed loading .so modules from a living target.
 
-       * dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlmenu.c, dlls/shell32/shlview.c, dlls/shell32/shres.rc, include/docobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * dlls/dbghelp/stack.c:
+       dbghelp: Fixed missing parameters info in StackWalk64.
 
-       * relay32/Attic/shell32.spec, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented StrToOleStrN.
-       Fixed crash in ShellExecuteEx.
-       Implemented SHRegOpenKeyA, SHRegQueryValueExA, StrToOleStr[A|W].
-       Stubs for DoEnvironmentSubst[A|W], PathProcessCommand[A|W].
+2005-12-19  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/shell32/Makefile.in, dlls/shell32/memorystream.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       IStream interface for file access.
+       * dlls/d3d9/tests/stateblock.c:
+       d3d9: Don't crash on NULL device_ptr.
 
-       * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed crash during second DLL_PROCESS_DETACH if the dll
-       refcount reached zero after the second one (memory freed twice).
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Some more pidl-types.
-       Implementation of ILIsParent.
+       * dlls/ntdll/signal_i386.c, tools/winebuild/relay.c:
+       ntdll: Make __wine_call_from_32_restore_regs take a context pointer.
+       Changed exception raise functions to call it explicitly.
 
-       * dlls/shell32/shelllink.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Completely rewritten. IPersistStream interface implemented.
+2005-12-19  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/shell32/shellole.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       DLLGetClassObject/Classfactory: create objects by CLSID not IID.
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: Added handling of BINDF_FROMURLMON in file protocol.
 
-       * misc/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: exit() replaced by ExitProcess().
+       * dlls/mshtml/tests/protocol.c, include/urlmon.idl:
+       Fix typo in urlmon.idl.
 
-       * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: correctly cope with end > 0xfffe.
+2005-12-19  Lauri Tulmin <tulmin@gmail.com>
 
-       * library/winestub.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call ExitProcess() after WinMain() returns.
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       user32: Don't truncate text when creating edit control.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Improved behaviour of GetModuleHandle16 w.r.t dummy modules.
-       Don't try to call WEP of dummy modules in FreeLibrary16().
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/winreg.h, misc/registry.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added `const's to some registry API functions.
+       * dlls/user/tests/win.c, dlls/x11drv/scroll.c:
+       x11drv: Do not use the scroll rectangle for clipping in ScrollDC.
+       With a conformance test.
 
-       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
-       Added a couple of DirectX CLSID entries. This makes Unreal completely
-       independent of a windows installation.
+2005-12-19  Jacek Caban <jacek@codeweavers.com>
 
-       * ole/ole2nls.c: Dave Pickles <davep@nugate.demon.co.uk>
-       GetTimeFormat() should return LocalTime not SystemTime.
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: Added some tests and fixes of file protocol.
 
-       * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc:
-       Dave Pickles <davep@nugate.demon.co.uk>
-       FOR and IF commands added.
-       MOVE command added, but no wildcard support.
-       Redirection added.
-       Fixed TIME (was reporting in GMT).
-       More help text.
+2005-12-19  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * dlls/comctl32/tab.c: Abey George <abey@macadamian.com>
-       Sometimes the text on a tab control got truncated.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmaal resources.
 
-       * controls/combo.c: Abey George <abey@macadamian.com>
-       Fixed the height of the dropped list when there are few items in the
-       list.
+2005-12-18  Alexandre Julliard <julliard@winehq.org>
 
-       * include/message.h, include/ttydrv.h, include/x11drv.h, scheduler/synchro.c, windows/event.c, windows/ttydrv/event.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/keyboard.c, windows/x11drv/monitor.c, windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed all EVENT_Synchronize( FALSE ) calls; use a periodic callback
-       calling XFlush() instead.
+       * dlls/ntdll/loader.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/relay.c,
+         tools/winebuild/build.h, tools/winebuild/import.c,
+         tools/winebuild/spec32.c, tools/winebuild/utils.c:
+       ntdll: New implementation of relay thunks.
+       New implementation of relay thunks that doesn't require modifying code
+       on the fly, so that the thunks can be put in the text section.
+       Some performance improvements.
 
-       * include/psdrv.h, graphics/psdrv/Makefile.in, graphics/psdrv/bitblt.c, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/init.c, graphics/psdrv/ps.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Added patterned brushes (level 2 PostScript only).
-       Simple PatBlt for PATCOPY, WHITENESS and BLACKNESS.
+2005-12-17  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       Implementation of TVM_SORTCHILDREN. Massaged TVM_SORTCHILDRENCB a bit
-       to use the same code path.
+       * dlls/kernel/process.c, dlls/ntdll/thread.c, dlls/ntdll/virtual.c:
+       ntdll: Don't use a real guard page at the bottom of the stack.
+       A no-access page is enough, we can't properly raise an overflow
+       exception anyway.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix InitTask() to work if DGROUP was manually resized.
+2005-12-17  Robert Reif <reif@earthlink.net>
 
-       * dlls/advapi32/security.c, relay32/Attic/advapi32.spec:
-       Ian Schmidt <irsman@iag.net>
-       Added stub for SetThreadToken(), required by Office 2000.
+       * programs/winecfg/.gitignore, programs/winecfg/Bg.rc,
+         programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Es.rc, programs/winecfg/Fi.rc,
+         programs/winecfg/Fr.rc, programs/winecfg/Ja.rc,
+         programs/winecfg/Ko.rc, programs/winecfg/Makefile.in,
+         programs/winecfg/Nl.rc, programs/winecfg/No.rc,
+         programs/winecfg/Ru.rc, programs/winecfg/audio.c,
+         programs/winecfg/main.c, programs/winecfg/resource.h,
+         programs/winecfg/winecfg.c, programs/winecfg/winecfg.h,
+         programs/winecfg/winecfg.rc:
+       winecfg: Use sound tree view for driver selection.
+       - Move driver selection and configuration into tree view.
+       - Only show loadable drivers.
 
-       * include/commdlg.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: COMMDLG hook procedures were not CALLBACK.
+       * dlls/winmm/wineoss/midi.c:
+       wineoss: Shorten MIDI names.
+       Shorten MIDI names to fit into 32 byte array without overflow.
 
-       * ole/stg_stream.c: Thuy Nguyen <thuy@macadamian.com>
-       It is possible for a stream to have both small block and big block
-       chain as NULL.
+2005-12-17  Juan Lang <juan_lang@yahoo.com>
 
-       * loader/ne/module.c: Marcus Meissner <marcus@jet.franken.de>
-       Made string compare case insensitive in GetModuleHandle16() as a
-       quick fix for WinWord 6.
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       crypt32: Implement more implicit properties, with tests.
 
-       * misc/network.c, relay32/mpr.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added stub for WNetGetUniversalName[A|W].
+2005-12-17  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/x11drv/palette.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed crash due to invalid GDI_Obj.
+       * dlls/imagehlp/imagehlp.spec:
+       imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
 
-       * objects/metafile.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed crash due to invalid pointer.
+2005-12-17  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-----------------------------------------------------------------
-Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/tests/win.c, dlls/x11drv/scroll.c:
+       x11drv: ScrollDC should not clip output if a clipping rect is not specified.
+       Add a ScrollDC test with NULL clipping rect.
+       Add another set of ScrollDC tests written by Rein Klazes.
 
-       * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+2005-12-16  Huw Davies <huw@codeweavers.com>
 
-       * include/windef.h, include/winreg.h, tools/make_X11wrappers, tsx11/ts_xf86vmode.c, Makefile.in, graphics/ddraw.c, include/basetsd.h, include/ntdef.h, include/ts_xf86vmode.h, include/winbase.h:
-       Patrik Stridvall <ps@leissner.se>
-       Started on an implementation of Win64 for use on 64 bit platforms.
+       * dlls/x11drv/opengl.c:
+       x11drv: Get the visual for the GLXPixmap from the current pixel format.
 
-       * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
-       Windows should be activated in these cases:
-       1- when we click on non active window.
-       2- when we cancel a moving or resizing of a non active window.
+2005-12-16  Alexandre Julliard <julliard@winehq.org>
 
-       * documentation/distributors:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added sample wine.conf.
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/dbghelp/msc.c,
+         dlls/ddraw/main.c, dlls/kernel/atom.c, dlls/kernel/computername.c,
+         dlls/kernel/file.c, dlls/kernel/heap.c, dlls/kernel/ne_module.c,
+         dlls/kernel/resource.c, dlls/kernel/string.c, dlls/kernel/virtual.c,
+         dlls/msvcrt/cpp.c, dlls/ntdll/debugtools.c, dlls/ntdll/loader.c,
+         dlls/ntdll/relay.c, dlls/ntdll/resource.c, dlls/ntdll/sec.c,
+         dlls/ole32/rpc.c, dlls/user/cursoricon.c, dlls/user/lstr.c,
+         dlls/winmm/driver.c, dlls/winmm/lolvldrv.c:
+       Take advantage of the __EXCEPT_PAGE_FAULT macro.
 
-       * graphics/ddraw.c, include/keyboard.h, include/ttydrv.h, include/x11drv.h, objects/dc.c, objects/gdiobj.c, windows/dinput.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/x11drv/init.c, windows/x11drv/keyboard.c:
-       Patrik Stridvall <ps@leissner.se>
-       Moved code to the X11 driver.
+       * dlls/ntdll/exception.c, include/wine/exception.h:
+       Exception handling: Added a magic __EXCEPT_PAGE_FAULT macro to make it
+       easier to handle the common case of trapping page faults.
 
-       * include/winuser.h, loader/resource.c, relay32/user32.spec:
-       Joshua Thielen <thielen@netperson.net>
-       Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
+       * dlls/kernel/heap.c, dlls/kernel/ne_module.c, dlls/kernel/resource.c,
+         dlls/ntdll/resource.c, dlls/ole32/rpc.c, dlls/user/lstr.c:
+       We no longer need to handle EXCEPTION_PRIV_INSTRUCTION on page faults.
 
-       * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
+       * dlls/ntdll/signal_i386.c, dlls/ntdll/tests/.gitignore,
+         dlls/ntdll/tests/Makefile.in, dlls/ntdll/tests/exception.c:
+       ntdll: More compatible exception information for protection faults.
+       Added a bunch of test cases.
 
-       * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed check for whether to call SetWindowPos when showing a window
-       scroll bar.
+2005-12-16  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
-       Check for complete lcid or just the primary language id in the
-       registry lookups (fixes one FirstClassClient 32 problem).
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Vertex declaration cleanup.
+       Clean up constants and the wine declaration when the vertex
+       declaration is destroyed.
 
-       * windows/message.c: Per Ångström <pang@mbox304.swipnet.se>
-       Fixed a problem with apps that override the default behaviour on
-       WM_MOUSEACTIVATE message (main window was not activated).
+       * dlls/wined3d/device.c:
+       wined3d: Allow NULL multi sample quality.
+       Allow MultiSampleQuality to be passed as NULL, this is a
+       requirement for DirectX 8 and lower.
 
-       * loader/pe_resource.c: Marcus Meissner <marcus@jet.franken.de>
-       When enumerating resource, only use the lower 31 bit of the name as
-       the offset (for the highest bit is '1'). Should fix wine-net/257.
+2005-12-16  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/ntdll.spec, tools/wrc/writeres.c, dlls/ntdll/rtl.c, misc/wsprintf.c, multimedia/mcimidi.c:
-       Patrik Stridvall <ps@leissner.se>
-       Fixes for compile on non-Intel platforms.
+       * dlls/kernel/kernel32.spec, dlls/msvcrt/msvcrt.spec,
+         dlls/ntdll/ntdll.spec:
+       Add -register hint in ntdll, kernel and msvcrt spec files.
 
-       * dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, include/ntddk.h, include/ntsecapi.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h, include/winsvc.h, include/wtypes.h:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed/moved/added missing/wrong function prototypes.
+       * tools/winebuild/parser.c, tools/winebuild/winebuild.man.in:
+       winebuild: Allow -register flag for Win32 too.
+       This way it can be used as hint for the relay code.
 
-       * dlls/commdlg/cdlg_Da.rc, documentation/status/internationalisation, programs/progman/Da.rc, resources/sysres_Da.rc:
-       Henrik Olsen <henrik@iaeste.dk>
-       Cleanup of the Danish support.
+2005-12-16  Juan Lang <juan_lang@yahoo.com>
 
-       * windows/winpos.c: Yuxi Zhang <yuxiz@corel.ca>
-       Fix a bug in SetWindowPos to prevent parent from erasing its child
-       painting area when parent window and child window don't have
-       WS_CLIPCHILDREN and WS_CLIPSIBLINGS.
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Implement CRLDistPoints encoding/decoding.
+       - rewrite sequence decoding to support context-specific tags, and
+       eliminate duplicated code
+       - implement encoding and decoding of CRLDistPoints
 
-       * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
-       Make defwndproc erase the correct location.
+2005-12-16  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shellpath.c, include/shlobj.h:
+       shell32: Fix return value of PathProcessCommand.
 
-       * relay32/crtdll.spec, windows/dinput.c, dlls/comctl32/propsheet.c, dlls/comctl32/trackbar.c, dlls/version/resource.c, if1632/relay.c, include/win.h, loader/elf.c, loader/pe_image.c, misc/crtdll.c, misc/shell.c, multimedia/dsound.c, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/avifil32/avifile.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       some small include fixes, some checks for NULL ptrs,
-       loader/elf.c: fixed the "lib" insertion
-       crtdll: added fsopen()
-       dinput: return that we are attached.
+2005-12-16  Jacek Caban <jacek@codeweavers.com>
 
-       * controls/button.c: Reverted previous change.
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c:
+       urlmon: Fix BindToStorage test.
 
-       * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
-       Cancel pending notifications when EM_SETMODIFY is called.
+       * include/mshtmdid.h, include/mshtml.idl:
+       Added some declarations to mshtml.idl.
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       Fix a crash when doing sorted inserts at top level.
+       * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+       widl: Added bindable and displaybind attributes handling.
 
-       * windows/nonclient.c: Ove Kaaven <ovek@arcticnet.no>
-       Reworked nonclient drawing code. Win31 look now works more like real
-       Win31, so apps like Delphi 1.0 no longer go into infinite recursion
-       etc. Fixed a couple of bugs in win95 look too, but not as thoroughly
-       (e.g. WS_EX_WINDOWEDGE is still not handled).
+2005-12-16  Milko Krachounov <milko@3mhz.net>
 
-       * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
-       SM_C[XY]FRAME is BorderWidth + 1.
+       * programs/winecfg/Bg.rc:
+       winecfg: Update Bulgarian resource.
 
-       * memory/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: LocalInit with start == 0 always places heap at end of segment.
+2005-12-16  José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
+       * programs/uninstaller/Es.rc:
+       uninstaller: Spanish translations update.
 
-       * loader/dos/module.c, loader/ne/module.c, loader/pe_image.c, loader/task.c, miscemu/main.c, scheduler/process.c, include/module.h, include/process.h, include/task.h, loader/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       On NE process creation, move major part of NE EXE module loading and
-       NE instance creation into the child process.
+       * programs/winecfg/Es.rc, programs/winecfg/winecfg.rc:
+       winecfg: Spanish translations update.
 
-       * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
-       Window style updates.
+2005-12-16  Ragnvald "Despair" Maartmann-Moe IV <despair@adelphia.net>
 
-       * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
-       Some enhancements, and removal of C++ constructs.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Fix matrix copy/paste bug.
 
-       * graphics/d3ddevices.c, graphics/ddraw.c, graphics/ddraw_private.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented chains of surfaces. This allows an unlimited number
-       of backbuffers, and other attached surfaces (zbuffers, alpha buffers,
-       whatever).
+2005-12-16  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * files/file.c, relay32/kernel32.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added UnlockFileEx stub.
+       * dlls/wined3d/device.c:
+       wined3d: Vertex declaration recording state.
+       Stop SetVertexDeclaration from reference counting if a stateblock is
+       being recorded.
 
-       * documentation/status/internationalisation, resources/sysres_Ca.rc, resources/sysres_Es.rc:
-       Jose Marcos Lopez Caravaca <jose.lopez@upcnet.upc.es>
-       Added missing 61762 entry on system resources in Spanish and
-       Catalonian languages.
+2005-12-16  Rein Klazes <wijn@wanadoo.nl>
 
-       * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
-       Make GetScrollInfo return scroll pos when program requests thumb pos
-       outside drag operation.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       user32: Implement saving and fix reading of nonclient metrics.
+       With conformance tests.
 
-Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-16  Tomas Carnecky <tom@dbservice.com>
 
-       * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Converted to the new debug interface.
+       * dlls/x11drv/opengl.c:
+       x11drv: Allow users to preload an OpenGL library.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       ReadConsoleA: use ir as pointer to (req+1).
+2005-12-16  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * windows/painting.c: Gerard Patel <g.patel@wanadoo.fr>
-       Remove the  validated child area from the update region of parent for
-       windows without WS_CLIPCHILDREN style.
+       * include/ddk/wdm.h:
+       Add some structs/prototypes to wdm.h.
 
-       * debugger/db_disasm.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Grp8 instructions have *byte* BitOffset operand.
+2005-12-15  James Hawkins <truiken@gmail.com>
 
-       * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: missing WINAPIs added.
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
+       setupapi: Added stubs for SetupGetInfInformation and
+       SetupQueryInfFileInformation.
 
-       * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
-       OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
+2005-12-15  Alexandre Julliard <julliard@winehq.org>
 
-       * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
-       Return ERROR_DISK_FULL for WriteFile.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+       ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
 
-       * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
-       Fixed missing return after about dialog.
+2005-12-15  Jacek Caban <jacek@codeweavers.com>
 
-Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
+       mshtml: Fix handling Gecko strings.
 
-       * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+       * dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
+       mshtml: Set Gecko's profile.
+       Make sure that Gecko components are registered.
 
-       * scheduler/thread.c, tools/build.c, win32/device.c, win32/kernel32.c, win32/ordinals.c, windows/win.c, loader/ne/module.c, loader/ne/segment.c, memory/global.c, memory/local.c, memory/selector.c, misc/callback.c, misc/error.c, misc/windebug.c, miscemu/emulate.c, msdos/devices.c, msdos/dpmi.c, msdos/int09.c, msdos/int10.c, msdos/int11.c, msdos/int12.c, msdos/int13.c, msdos/int15.c, msdos/int16.c, msdos/int17.c, msdos/int19.c, msdos/int1a.c, msdos/int20.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int29.c, msdos/int2a.c, msdos/int2f.c, msdos/int33.c, msdos/int3d.c, msdos/int41.c, msdos/int4b.c, msdos/int5c.c, msdos/interrupts.c, msdos/vxd.c, msdos/xms.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, dlls/winaspi/winaspi16.c, if1632/builtin.c, if1632/relay.c, if1632/snoop.c, if1632/thunk.c, include/callback.h, include/dosexe.h, include/miscemu.h, include/msdos.h, loader/dos/dosvm.c, loader/task.c:
-       Changed CONTEXT into CONTEXT86 everywhere we really want an i386
-       context.
-       Added #ifdef __i386__ around accesses to 386 registers in the generic
-       CONTEXT structure.
+2005-12-15  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/winnt.h: Added CONTEXT86 definition.
-       Added PowerPC context as an example (not tested).
+       * dlls/wined3d/device.c, dlls/wined3d/stateblock.c:
+       wined3d: Internal reference counting.
+       Change most references to resources parent into references to the
+       resource, so that external reference counts match DirectX but object
+       aren't released if they are still referenced by the stateblock.
 
-       * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
-       Fixes for non-i386 compiling.
+2005-12-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       ANSI C fixes.
-       Removed warnings.
-       Made the include files self-sufficient.
-       Some Solaris fixes.
+       * dlls/mscms/tests/profile.c:
+       mscms: Add another possible error.
 
-       * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c, include/commctrl.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed DPA_LoadStream and improved DPA_Merge.
+       * dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Don't treat missing d3d9.dll as a failure.
 
-       * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added check for invalid parent item.
+2005-12-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added SHDoDragDrop() stub.
+       * dlls/iccvid/iccvid.c:
+       iccvid: Add support for ICM_DECOMPRESS_END message.
 
-       * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved GetRandomRegion().
+2005-12-14  Rein Klazes <wijn@wanadoo.nl>
 
-       * misc/network.c, relay32/mpr.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WNetRemoveCachedPassword() stub.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       user: Read/save minimized metrics from/to registry.
 
-       * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Store buddy window.
+2005-12-14  Alexandre Julliard <julliard@winehq.org>
 
-       * include/tooltips.h, dlls/comctl32/tooltips.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Started WM_NOTIFYFORMAT support.
+       * loader/preloader.c:
+       preloader: Reserve some space for the shared user data.
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Better ComboBoxEx placement.
+       * dlls/ntdll/virtual.c:
+       ntdll: Fixes in virtual memory protection flags.
+       Tweak reporting of virtual protection flags and address space limit to
+       yield results closer to what Windows does.
 
-       * loader/module.c: Dave Pickles <davep@nugate.demon.co.uk>
-       Ensure that the command-line passed to the various *CreateProcess
-       functions contains the path to the program being invoked.
+2005-12-14  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
-       Prevent bad window X error.
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Add a test for Get/SetVertexDeclaration refcounts.
 
-       * windows/mdi.c, windows/sysmetrics.c:
-       Abey George <abey@macadamian.com>
-       The system menu icon on a MDI child window was corrupted when the
-       child frame window is maximized within the main frame when the wine
-       look is Windows 95.
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Return the correct parent in IWineD3DVertexDeclarationImpl_GetParent.
 
-       * controls/scroll.c, windows/defwnd.c:
-       Slava Monich <Slava.Monich@netmanage.com>
-       In case if scrollbar has the same background color as the window
-       it belongs to, it needs to be filled with 0x55aa bitmap brush.
+       * dlls/d3d9/vertexshader.c:
+       d3d9: Check for a NULL shader in IDirect3DDevice9Impl_GetVertexShader
+       before getting the parent.
 
-       * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
+2005-12-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Fix (well kludge around) FreeBSD's `Invalid address' errors.
+       * dlls/kernel/sync.c, dlls/kernel/tests/pipe.c, dlls/ntdll/file.c,
+         include/wine/server_protocol.h, include/winioctl.h,
+         server/named_pipe.c, server/protocol.def, server/trace.c:
+       ntdll: Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
+       Implement FSCTL_PIPE_WAIT NtFsControlFile ioctl.
+       Modify WaitNamedPipeW to use NtFsControlFile.
+       Replace struct overlapped with event.
 
-       * controls/edit.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Draw a 3D border around edit controls when not in WIN31_LOOK.
+2005-12-14  Mike McCormack <mike@codeweavers.com>
 
-       * controls/button.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Only draw a black border around normal buttons when in WIN31_LOOK.
+       * programs/winecfg/Ko.rc:
+       winecfg: Update Korean translation.
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed alignment and position when looking for mmio chunks.
+2005-12-14  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer using global vars (shared data) for mm timers, but a
-       specific structure for each attached process.
-       Fixed alignment and position when looking for mmio chunks.
-       Fixed WAVE mapper handling in waveGetCaps.
+       * dlls/d3d9/tests/shader.c, dlls/d3d9/tests/stateblock.c:
+       d3d9: Don't treat missing d3d9.dll as a failure.
 
-       * include/multimedia.h, multimedia/time.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer using global vars (shared data) for mm timers, but a
-       specific structure for each attached process.
+2005-12-14  H. Verbeet <hverbeet@gmail.com>
 
-       * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
-       Wrote a small document on how to package WINE for distributors.
+       * dlls/wined3d/device.c:
+       wined3d: Return the correct vertex declaration.
+       In IWineD3DDeviceImpl_GetVertexDeclaration, return the vertex
+       declaration in This->stateblock instead of the one in
+       This->updateStateBlock.
 
-       * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
-       SetCursorPos() function was called with a window coordinates
-       parameter.
+2005-12-14  Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed null ptr deref introduced in last patch.
+       * dlls/riched20/editor.c:
+       riched20: Reset selection when text is reset.
 
-       * if1632/ole2.spec, ole/ole2.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Kind of implemented OleMetaFilePictFromIconAndLabel.
+2005-12-14  Aric Stewart <aric@codeweavers.com>
 
-       * include/toolbar.h, dlls/comctl32/toolbar.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed various problems related to bitmaps and flat toolbars.
+       * dlls/user/clipboard.c:
+       user: GetClipboardFormatNameA fix.
+       In the W->A translation make sure we have characters to translate
+       before doing the WideCharToMultiByte with -1.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed problems with disappearing text.
+2005-12-13  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * dlls/comctl32/ipaddress.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Complete rewrite of messaging code to implement/fix all input behaviors.
-       Fixed a few fixmes.
+       * dlls/mscms/tests/profile.c:
+       mscms: Move repetitive code to helper macros.
 
-       * programs/wcmd/ChangeLog, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c:
-       Dave Pickles <davep@nugate.demon.co.uk>
-       Added more batch functionality, including the CALL GOTO and SHIFT
-       commands plus batch command arguments.
+2005-12-13  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated to reflect current status.
+       * dlls/x11drv/scroll.c:
+       x11drv: ScrollDC fix.
+       There is no need to offset the source rectangle in the reverse
+       direction before scrolling.
 
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       NE_LoadFileModule: Free module when NE_LoadDLLs fails.
+2005-12-13  Aric Stewart <aric@codeweavers.com>
 
-       * graphics/psdrv/ps.c, graphics/psdrv/text.c, include/psdrv.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implemented the underline and strikeout text attributes for the Wine
-       PostScript driver.
+       * dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h,
+         dlls/wininet/tests/http.c:
+       wininet: HTTP headers reworking.
+       Redo how headers are handled, eliminating the concept of Standard
+       Headers and allow all headers to be added multiple times.
+       Allow querying of headers with an index to get the multiple headers.
+       Respect response vs request headers in HttpQueryInfo.
+       Add a number of tests to extensively test header adding and replacing.
 
-       * windows/win.c: Pascal Lessard <pascal@macadamian.com>
-       EnableWindow doesn't release the capture of a child window.
+2005-12-13  Alexandre Julliard <julliard@winehq.org>
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
-       non-blank.
+       * dlls/gdi/bitmap.c:
+       gdi: Added support for doing GetBitmapBits on a DIB section.
+       Simply copy the DIB bits in that case.
 
-       * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
-       Remove the WM_LBUTTONUP message from the queue after selecting a mouse
-       menu item.
+       * dlls/x11drv/dib.c:
+       x11drv: Clipping fix with DIB section copy.
+       Use the GC of the destination device in X11DRV_DIB_CopyDIBSection so
+       that the clipping region is taken into account.
 
-       * 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/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, win32/device.c, include/server.h, include/thread.h, loader/dos/module.c, memory/virtual.c, misc/comm.c, misc/toolhelp.c, ole/parsedt.c, scheduler/client.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, files/change.c, files/dos_fs.c, files/file.c:
-       Further server optimizations:
-       - merged request and reply structures
-       - build requests directly into the buffer to avoid a copy
+2005-12-13  H. Verbeet <hverbeet@gmail.com>
 
-Tue Jun 22 19:14:41 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/shell32/shell32_Ru.rc, graphics/x11drv/xfont.c, ole/nls/rus.nls, resources/sysres_Ru.rc, dlls/commdlg/cdlg_Ru.rc:
-       Alexander Kanavin <ak@cave.hop.stu.neva.ru>
-       Standard dialog boxes resources and OLE strings are now in cp1251 encoding
-       Font mapper does not anymore use fonts in -koi8-r encoding
-       Font mapper now recognises fonts in -windows-* encodings (these are
-       provided by xfstt TrueType server)
-       Font mapper now sees max 16384 fonts (was 2048)
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/shader.c:
+       d3d9: Add a test for Get/SetVertexShader and Get/SetPixelShader refcounts.
 
-       * relay32/builtin32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Share the HMODULE of built-in modules over all processes.
-       Use the cached HMODULE to speed up relay debugging.
-       Display the multi-instantiation warning only for 'dangerous' DLLs.
+2005-12-13  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Load USER32.DLL before calling UserSignalProc.
+       * server/mailslot.c, server/named_pipe.c:
+       server: Added get_file_info implementation for named pipe and mailslot devices.
 
-       * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use separate service for each windows timer.
+       * server/mailslot.c, server/named_pipe.c:
+       server: Fixed refcounting in get_fd requests for named pipe and mailslot devices.
 
-       * if1632/compobj.spec, ole/compobj.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
+2005-12-13  Robert Shearman <rob@codeweavers.com>
 
-       * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Thou shalt not use C++ comments.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Start generating type format strings.
+       Based on a patch by Eric Kohl.
 
-       * include/driver.h, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved to new trace interface.
-       Fixed driver closing.
+2005-12-13  Eric Kohl <eric.kohl@t-online.de>
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Better handling of double quotes in MCI string commands.
+       * tools/widl/server.c:
+       widl: Server stubs in generated code are void functions.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory leak in mci structures.
+2005-12-13  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
+       * programs/winecfg/audio.c:
+       winecfg: Simplified module handling code.
 
-       * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing GDI heap unlock.
-       Moved to new debug interface.
+2005-12-13  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
-       OFN_EXPLORER bits set.
+       * dlls/wininet/http.c:
+       wininet: Reinitialise NETCON on redirect.
 
-       * dlls/comctl32/imagelist.c:
-       Francois Boisvert <francois@macadamian.com>
-       Modified ImageList_LoadImageA to check the case where cx is set to zero.
+2005-12-13  Juan Lang <juan_lang@yahoo.com>
 
-       * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
-       Added Swiss french keyboard layout.
+       * dlls/iphlpapi/ifenum.c:
+       iphlpapi: Fix a couple of file descriptor leaks.
 
-       * server/select.c: Dump server objects on SIGHUP.
+2005-12-13  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/request.c, server/request.h, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, win32/console.c, include/server.h, include/server/Attic/request.h, include/thread.h, memory/virtual.c, misc/comm.c, scheduler/client.c, scheduler/debugger.c, scheduler/event.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, scheduler/thread.c, server/change.c, server/console.c, server/debugger.c, server/device.c, server/event.c, files/file.c:
-       Made server communication faster by using a shared memory block.
-       A few other optimizations in request processing in the server.
-       Moved automatically generated request definitions to server.h and
-       removed include/server/request.h.
+       * tools/winedump/le.c, tools/winedump/ne.c:
+       winedump: Const correctness fixes.
 
-       * windows/message.c, windows/queue.c, windows/win.c, windows/winproc.c, loader/main.c, loader/ne/segment.c, loader/task.c, miscemu/main.c, msdos/dpmi.c, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, tools/build.c, win32/kernel32.c, debugger/stack.c, dlls/ntdll/exception.c, if1632/relay.c, if1632/thunk.c, include/process.h, include/queue.h, include/stackframe.h, include/task.h, include/thread.h, include/winbase.h, include/winnt.h:
-       Merged THDB and TEB structures.
-       Made SetLastError(), GetCurrentThreadId() and PROCESS_Current() inline.
+2005-12-13  Juan Lang <juan_lang@yahoo.com>
 
-       * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
-       Added Wa.s
+       * dlls/crypt32/encode.c, dlls/crypt32/tests/encode.c:
+       crypt32: Decode cleanups.
+       - implement a helper to decode sequences of like types
+       - use helper functions wherever applicable when decoding
+       - correct "expected" vs. "got" usage in tests
+       - fix a few other small bugs
 
-Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-13  H. Verbeet <hverbeet@gmail.com>
 
-       * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
-       Fixed Winelib compilation.
+       * dlls/wined3d/device.c:
+       wined3d: Don't change the shader's refcount in SetVertexShader and
+       SetPixelShader.
 
-Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-13  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
-       Include instruction emulation in Winelib.
+       * dlls/wined3d/cubetexture.c:
+       wined3d: Cube texture named constants.
+       Update cubetexture so that names constants instead of numeric
+       constants are used for the facetype and also add some additional
+       checks where facetype is passed as a parameter to the function.
 
-       * include/wine/exception.h, win32/except.c: A few optimizations.
+2005-12-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
+       * dlls/shell32/tests/shlfolder.c:
+       shell32/tests/shlfolder.c: ILFindLastID has to be called by ordinal.
 
-       * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
-       Added DebugBreak.
+       * dlls/mscms/tests/profile.c:
+       mscms: Add another possible error.
 
-       * debugger/break.c, debugger/dbg.y, debugger/debug.l, debugger/info.c, debugger/registers.c, include/debugger.h, miscemu/main.c:
-       Debugger is now called by exception handling.
-       Added 'pass' command to pass exceptions to the app.
+2005-12-12  Alexandre Julliard <julliard@winehq.org>
 
-       * include/miscemu.h, include/sig_context.h, loader/signal.c, dlls/ntdll/exception.c, graphics/ddraw.c:
-       Moved signal handling to exception.c, generate exceptions on signals.
-       Added hook for debugger in exception handling (temporary).
+       * dlls/kernel/process.c, dlls/ntdll/signal_i386.c, dlls/ntdll/thread.c,
+         dlls/ntdll/virtual.c:
+       TEB.StackLimit should not include the guard page.
 
-       * programs/progman/Makefile.in, programs/progman/Wa.rc, programs/winhelp/Makefile.in, programs/winhelp/Wa.rc, resources/sysres_Wa.rc, ole/nls/wal.nls, programs/clock/Makefile.in, programs/clock/Wa.rc, programs/notepad/Makefile.in, programs/notepad/Wa.rc, dlls/commdlg/cdlg_Wa.rc, dlls/shell32/shell32_Wa.rc:
-       Pablo Saratxaga <srtxg@ping.be>
-       Walloon language update.
+       * dlls/kernel/kernel_private.h, dlls/kernel/process.c,
+         dlls/kernel/thread.c:
+       kernel: Moved main stack initialization to process.c.
 
-       * windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, include/winpos.h, include/winuser.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       - Do not call XConfigureWindow if SetWindowPos was called due to a
-         received ConfigureNotify event (to avoid recursion).
-       - Use XTranslateCoordinates in EVENT_GetGeometry instead of manually
-         walking the tree.
-       - Set XSizeHint.win_gravity to StaticGravity for managed windows.
+       * server/fd.c:
+       server: Don't enable polling on regular files in add_queue.
 
-       * misc/version.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Bug fix.
+       * dlls/kernel/comm.c, dlls/kernel/sync.c, dlls/ntdll/directory.c,
+         dlls/ntdll/file.c, dlls/ntdll/server.c, dlls/ntdll/virtual.c,
+         dlls/winedos/int13.c, dlls/winsock/socket.c:
+       Pass specific access rights to wine_server_handle_to_fd.
 
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix compiler warning.
+       * dlls/kernel/tests/sync.c, dlls/ntdll/server.c, server/directory.c,
+         server/fd.c, server/file.c, server/file.h, server/mailslot.c,
+         server/mapping.c, server/named_pipe.c, server/object.c,
+         server/process.c, server/registry.c, server/serial.c, server/sock.c:
+       server: Added access rights mapping to file objects.
 
-       * documentation/Makefile.in, Makefile.in:
-       Alexander V. Lukyanov <lav@long.yar.ru>
-       Install wine.man from current directory.
-       Remove wine.man on distclean, not on clean.
+       * server/process.c, server/thread.c:
+       server: Added access rights mapping to process and thread objects.
 
-----------------------------------------------------------------
-Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/registry.c:
+       server: Added access rights mapping to registry key objects.
 
-       * dlls/comctl32/listview.c, include/listview.h:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
+       * server/symlink.c:
+       server: Added access rights mapping to symlink objects.
 
-       * dlls/comctl32/status.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixes a problem when using STATUSBAR_SetText() to toggle SBT_OWNERDRAW
+       * server/token.c:
+       server: Added access rights mapping to token objects.
 
-       * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Adds some undocumented behavior to TREEVIEW_GetItemA().
+       * server/event.c, server/mutex.c, server/semaphore.c, server/timer.c:
+       server: Added access rights mapping to synchronization objects.
 
-       * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed ambigous else/brace problem, moved "name" computation in
-       CreateProcess _before_ outputting it in the FIXME_()s.
+       * server/atom.c, server/change.c, server/clipboard.c, server/console.c,
+         server/debugger.c, server/directory.c, server/event.c, server/fd.c,
+         server/file.c, server/handle.c, server/hook.c, server/mailslot.c,
+         server/mapping.c, server/mutex.c, server/named_pipe.c,
+         server/object.c, server/object.h, server/process.c, server/queue.c,
+         server/registry.c, server/request.c, server/semaphore.c,
+         server/serial.c, server/signal.c, server/snapshot.c, server/sock.c,
+         server/symlink.c, server/thread.c, server/timer.c, server/token.c,
+         server/winstation.c:
+       server: Added infrastructure for access rights mapping.
 
-       * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not reuse a passed CONST RECT * pointer.
+       * server/mailslot.c:
+       server: Allow the mailslot device to be opened as a file object.
 
-       * windows/x11drv/mouse.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: DISPLAY_SetCursor should not use USER-internals, as it is also
-       used with native USER ...
+       * server/named_pipe.c:
+       server: Allow the named pipe device to be opened as a file object.
 
-       * loader/pe_image.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed broken hack to support shared DLLs (e.g. USER32.DLL) and
-       replaced it by a somewhat less broken hack :-/
+       * dlls/kernel/file.c, dlls/ntdll/directory.c, dlls/ntdll/file.c,
+         include/wine/server_protocol.h, server/fd.c, server/file.h,
+         server/protocol.def, server/request.h, server/trace.c:
+       server: Support for opening devices.
+       Added support for opening devices directly with the server when they
+       don't correspond to a Unix file.
 
-       * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed small memory corruption.
+       * server/mapping.c, server/trace.c:
+       server: Use a better error code for a zero-size mapped file.
 
-Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/*.h:
-       Patrik Stridvall <ps@leissner.se>
-       Mad the include files idempotent using a consistent macro naming
-       scheme.
+       * dlls/kernel/dosmem.c, dlls/kernel/kernel32.spec,
+         dlls/kernel/kernel_private.h, dlls/winedos/int31.c:
+       kernel32: Get rid of DOSMEM_AllocSelector.
 
-       * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
-       Avoid painting destroyed windows.
+2005-12-12  Detlef Riekenberg <wine.dev@web.de>
 
-       * dlls/*.c, if1632/*.c, loader/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+       * dlls/winspool/tests/Makefile.in, dlls/winspool/tests/info.c:
+       winspool: Added tests for OpenPrinter.
 
-       * if1632/builtin.c, loader/ne/module.c, loader/ne/segment.c, memory/atom.c, memory/string.c, objects/text.c, win32/thread.c, windows/property.c, windows/rect.c, windows/sysmetrics.c, dlls/advapi32/advapi.c, dlls/commdlg/filetitle.c, dlls/ntdll/nt.c, dlls/ntdll/sync.c:
-       Patrik Stridvall <ps@leissner.se>
-       Added missing/wrong includes.
+2005-12-12  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/user.c, windows/x11drv/event.c, controls/icontitle.c, controls/menu.c, controls/widgets.c, debugger/dbg.y, debugger/dbgmain.c, loader/module.c, misc/spy.c, windows/message.c, windows/painting.c, windows/scroll.c:
-       Patrik Stridvall <ps@leissner.se>
-       Removed direct references to CLASS internals.
+       * dlls/shell32/shlview.c:
+       shell32: Fix drag-scrolling in the shellview object.
 
-       * include/process.h, misc/version.c, scheduler/process.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Rearrange winver detection code and cache the winver value we
-       determined in the PDB to speed up.
+       * dlls/ole32/ole2.c:
+       ole32: Periodically call IDropTarger::DragOver during Drag&Drop.
 
-       * windows/nonclient.c: Gerard Patel <g.patel@wanadoo.fr>
-       Draws a border around windows with old win31 style (only ws_border) in
-       win95 look.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/commctrl.h, include/prsht.h, include/wine/obj_dataobject.h, include/wtypes.h:
-       Patrik Stridvall <ps@leissner.se>
-       Added CINTERFACE and NONAMELESSUNION support.
+       * dlls/msvcrt/msvcrt.h, dlls/ntdll/relay.c, dlls/ole32/ole16.c:
+       Functions with no paramters must be (void).
 
-       * include/*.h:
-       Patrik Stridvall <ps@leissner.se>
-       Added extern "C" if __cplusplus is defined.
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-       * include/combo.h, controls/combo.c, controls/listbox.c:
-       Francis Beaudet <francis@macadamian.com>
-       Fixed a few behaviors of the combobox that were broken.
+       * tools/widl/typegen.c:
+       widl: Generate FC_ERROR_STATUS_T proc format.
+       - Include the header file for the functions implemented in typegen.c.
+       - Generate proc format for FC_ERROR_STATUS_T type.
 
-       * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/module.h, include/process.h, loader/module.c, scheduler/process.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Add new "walk" command options to list processes and modref's.
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
+         tools/widl/server.c:
+       widl: Support explicit binding handles.
 
-       * graphics/x11drv/dib.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       X11DRV_DIB_SetImageBits_24/32: Fix the case for bits_per_pixel == 32
-       and negative lines.
+       * tools/widl/server.c:
+       widl: Zero initialize parameters in the generated server code.
+       Zero initialize parameters in the generated code. Based on a patch by
+       Eric Kohl.
 
-       * dlls/comctl32/status.c, dlls/comctl32/tab.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/updown.c, include/winuser.h, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/imagelist.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/rebar.c:
-       Patrik Stridvall <ps@leissner.se>
-       Changed xxx(VOID) to xxx(void).
+       * tools/widl/client.c:
+       widl: Calculate the size of buffer required.
+       - Calculate the size of buffer required.
+       - Fix a typo.
+       - Set the buffer start and buffer end markers.
 
-       * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       - simplified internal data
-       - thread safe access to internal structures
-       - fixed bug on ONE_SHOT timers
-       - deferred service thread call until really needed (no longer on WINMM
-         or MMSYSTEM attachement)
+       * tools/widl/server.c:
+       widl: Don't cast buffer pointers to long in generated server code.
 
-       * include/process.h, include/services.h, loader/main.c, scheduler/services.c, scheduler/thread.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made the service thread instanciable in every process.
+2005-12-12  Eric Kohl <eric.kohl@t-online.de>
 
-       * Make.rules.in, Makefile.in, configure, configure.in:
-       James Juran <jrj120@psu.edu>
-       Use Autoconf to find path to ldconfig.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Support multiple interfaces per file.
 
-       * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a problem with the LoadTypeLib method.
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-       * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
-       Use @sysconfdir@ for the default registries in misc/registry.c too.
+       * tools/widl/header.c, tools/widl/parser.y, tools/widl/typegen.c:
+       widl: Don't treat FC_SMALL as FC_SHORT.
+       FC_SMALL is its own type and is the same size as FC_CHAR, not
+       FC_SHORT.
 
-       * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
-       Added generic pixel converter for 8->24.
+       * tools/widl/header.c:
+       widl: Use WCHAR instead of wchar_t.
+       Output IDL wchar_t types as WCHAR to avoid conflicts with the
+       generally incompatible Unix wchar_t.
 
-       * windows/dialog.c: Pavel Roskin <pavel_roskin@geocities.com>
-       DIALOG_ParseTemplate16() supported up to 127 controls. Bigger values
-       were expanded to WORD incorrectly.
+2005-12-12  Detlef Riekenberg <wine.dev@web.de>
 
-       * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Various DPMI fixes and preliminary DPMI raw mode switch handler.
+       * dlls/winspool/info.c:
+       winspool: Added documentation for OpenPrinter.
 
-       * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
-       Fixed imprecision in the MDI tiling functionality.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Open files with more appropriate sharing mode.
+       * dlls/commdlg/finddlg32.c, dlls/ole32/ole16.c, dlls/user/cursoricon.c:
+       Const correctness fixes.
 
-       * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small fixes for EnhMetaFile playback.
+2005-12-12  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/comctl32/comctl32undoc.c: Ian Schmidt <irsman@iag.net>
-       Fixed an error and an off-by-one bug in DSA_SetItem().  This
-       eliminates some crashes with Win98 native SHELL32.
+       * include/ws2tcpip.h:
+       winsock: getaddrinfo return codes
+       Adjust return code EAI_NODATA to WSAHOST_NOT_FOUND, like windows does
+       it.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
-       with caps1==NULL.
+       * dlls/winsock/socket.c:
+       winsock: getaddrinfo - return code mapping.
+       convert_eai_u2w should map from unix to windows, not the other way
+       round (spotted by Dominic Wise).
 
-       * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
-       dwDataSize needs to be reset before each RegQueryValueEx() call.
+2005-12-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Don't ignore application-requested primary buffer flags.
+       * include/urlmon.idl:
+       urlmon.idl: Add some BINDSTATUS values.
 
-       * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
-       Clear high word of %esp when returning from CallFrom16.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Implementation of EV_RXFLAG.
+       * dlls/comctl32/treeview.c:
+       comctl32: Fixed (harmless) typo.
 
-       * windows/winpos.c, windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Better implementation of [GS]etForegroundWindow.
-       Fixed focus handling on inter-thread activation.
-       Adapted FocusIn/Out event handling to per-queue focus.
+       * dlls/commdlg/fontdlg.c, dlls/winaspi/aspi.c:
+       Removed some dead-code.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release Win16Lock during PROCESS_Create.
+       * dlls/ddraw/tests/ddrawmodes.c, dlls/setupapi/queue.c:
+       Made some functions static.
 
-       * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
-       ImageList_GetIcon bug fix.
+       * dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c:
+       vidc: Return error codes when a message isn't supported.
 
-       * win32/time.c: Rein Klazes <rklazes@casema.net>
-       Corrected a problem in GetTimeZoneInformation() due a change to
-       mktime() in glibc-2.1.1 when daylight saving time is in effect.
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-       * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
-       Changed K&R C function definition to ANSI C.
+       * dlls/oleaut32/safearray.c, dlls/oleaut32/tests/safearray.c:
+       OLE: Fix SafeArrayCopy for NULL pvData.
+       It is allowed to copy a SAFEARRAY with a NULL pvData, as long as
+       cbElements is non-zero. Add a test for this and fix the safe array
+       code.
 
-       * graphics/psdrv/bitmap.c, include/psdrv.h:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       PSDRV_StretchDIBits should use logical co-ords.
-       Some versions of ghostscript seem to eat one too many characters of
-       image data. Add a '%' to the output file to work around this.
+       * dlls/ole32/errorinfo.c:
+       CreateErrorInfo trace fix.
+       CreateErrorInfo isn't a stub so don't print this in the trace
+       message.
 
-       * relay32/wnaspi32.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed WNASPI32 ordinals.
+       * dlls/oleaut32/typelib.c:
+       OLE: Add const to several typelib functions.
+       Add const attributes to parameters for several functions and fix up
+       some formatting.
 
-       * include/winbase.h:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added the function definitions of GetStartupInfo*().
-
-       * documentation/status/dde, misc/ddeml.c:
-       Keith Matthews <keith_m@sweeney.demon.co.uk>
-       1st cut implementation of DdeNameService (omits monitor callback)
-       1st cut implementation of DdeKeepStringHandle (probably complete)
-       DdeInitializeW - minor changes to initialise service names structure
-       DdeGetLastError - start of proper last error retrieval
-       DdeCreateStringHandle16 - added code for default codepage where not
-       supplied.
-       Various documentary/comment corrections.
-
-Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/process.h, memory/environ.c, scheduler/process.c:
-       Use the normal environment routines to build the env db of the initial
-       process.
+       * dlls/oleaut32/oleaut.c:
+       OleTranslateColor trace fix.
+       OleTranslateColor isn't a stub so don't print ":stub" in the trace
+       message.
 
-       * include/server.h, server/console.c, server/object.h, server/process.c, server/process.h, server/trace.c, tools/make_requests, win32/console.c:
-       Return console handles in alloc_console request.
-       Fixed read_console_input parameters to conform to the reply structure
-       declaration.
+2005-12-12  Jacek Caban <jacek@codeweavers.com>
 
-Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/htmldoc3.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Added IHTMLDocument3 stub implementation.
 
-       * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed CreateCompatibleBitmap when called with 0 width or height.
+2005-12-12  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed mmioDescend when called with a parent chunk.
+       * programs/winetest/Makefile.in:
+       winetest: Add d3d9 tests.
 
-       * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
-       Trying to fix sigaltstack() problem reported by Debian users.
-       SIGTRAP might be undefined (beos).
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-       * ole/typelib.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed TLB_Read (can easily get count!=bytesread at the end of the file).
-       Fixed TLB_FindTlb (strstr on binary data will not work).
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
+       widl: Don't output __RPC_FAR in generated code.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed >> and * operator precedence problem.
+2005-12-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed order for entering critical sections (X11 vs. WndLock) when
-       calling X11DRV_MOUSE_SetCursor.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resources for the Audio tab.
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Consult ne.operating_system field for NE files in GetBinaryType().
+2005-12-12  Jacek Caban <jacek@codeweavers.com>
 
-       * server/process.c: Fixed initial process refcount.
+       * include/mshtmdid.h, include/mshtml.idl:
+       Added declaration of IHTMLDocument3 and more DISPIDs.
 
-Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-12  Filip Navara <xnavara@volny.cz>
 
-       * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
-       Forced commit to get rid of the vendor branch
+       * dlls/kernel/module.c:
+       kernel: Fix the Mach-O binary magic.
 
-       * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
+2005-12-12  Markus Amsler <markus.amsler@oribi.org>
 
-       * programs/regapi/regapi.c:
-       Avoid use of strncmpi (reported by Ron Cemer).
+       * dlls/winedos/dosmem.c:
+       winedos: Implement MCB.
 
-       * include/wine/winestring.h, multimedia/joystick.c, include/winbase.h, include/winuser.h:
-       Moved inclusion of winestring.h to winebase.h.
-       Added Winelib macros for lstrncmp functions.
+2005-12-12  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * controls/scroll.c: Ron Cemer <roncemer@gte.net>
-       Fixes for several bugs in which portions of the scrollbar were not
-       being redrawn correctly, the focus rectangle was not being correctly
-       removed from the thumb before redrawing, etc.; added complete Win9x
-       and WinNT look and feel support.
+       * dlls/urlmon/umstream.c:
+       urlmon: Correctly fix IStream::Read.
+       Don't dereference a possible NULL pointer.
 
-       * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
-       Fixes for Win9x and WinNT look and feel.
+2005-12-09  H. Verbeet <hverbeet@gmail.com>
 
-       * files/dos_fs.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed response of GetFullPathNameA when buffer==NULL.
+       * configure, configure.ac, dlls/d3d9/Makefile.in,
+         dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/stateblock.c:
+       d3d9: Add a test for BeginStateBlock and EndStateBlock.
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
+2005-12-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * configure.in, programs/Makefile.in, programs/wcmd/.cvsignore, programs/wcmd/ChangeLog, programs/wcmd/Makefile.in, programs/wcmd/README, programs/wcmd/batch.c, programs/wcmd/builtins.c, programs/wcmd/directory.c, programs/wcmd/makefile.bcc, programs/wcmd/wcmd.h, programs/wcmd/wcmdmain.c, programs/wcmd/wcmdrc.rc, configure:
-       Dave Pickles <davep@nugate.demon.co.uk>
-       Added Wine command-line interpreter.
+       * include/mmsystem.h:
+       Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
 
-       * if1632/thunk.c, include/callback.h, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed Callback.CallTaskRescheduleProc().
+2005-12-09  Kai Blin <blin@gmx.net>
 
-       * include/main.h, miscemu/main.c, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Switch stacks in CALL32_Init().
+       * dlls/secur32/ntlm.c:
+       secur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.
 
-       * loader/task.c, scheduler/process.c, include/process.h, include/task.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       16-bit scheduler reorganized: run all tasks in their own thread.
-       Process creation sequence adapted to new scheduler.
+2005-12-09  Alexandre Julliard <julliard@winehq.org>
 
-       * include/services.h, loader/main.c, scheduler/services.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed SERVICE_Exit().
+       * dlls/kernel/change.c, dlls/ntdll/reg.c, include/wine/server_protocol.h,
+         server/change.c, server/protocol.def, server/registry.c,
+         server/trace.c:
+       server: Added object attributes to a few more requests.
 
-       * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release WND lock before calling PostEvent16().
+       * server/atom.c, server/console.c, server/debugger.c, server/directory.c,
+         server/event.c, server/file.c, server/handle.c, server/handle.h,
+         server/mailslot.c, server/mapping.c, server/mutex.c,
+         server/named_pipe.c, server/process.c, server/semaphore.c,
+         server/snapshot.c, server/sock.c, server/symlink.c, server/thread.c,
+         server/timer.c, server/token.c, server/winstation.c:
+       server: Make alloc_handle use attributes instead of inherit flag.
 
-       * include/wnaspi32.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add some defines.
+       * dlls/kernel/console.c, dlls/ntdll/server.c, dlls/ntdll/thread.c,
+         dlls/x11drv/x11drv_main.c, include/wine/server.h,
+         programs/wineconsole/curses.c:
+       Make wine_server_fd_to_handle use attributes instead of inherit flag.
 
-       * dlls/wnaspi32/winaspi32.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       ASPI_ExecScsiCmd: better return value and verbose error when no device
-       found.
+       * programs/wineconsole/wineconsole.c:
+       wineconsole: Remove some unnecessary typecasts.
 
-       * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
-       Use SearchPath to test for existance of programs in lpCmdLine
-       processing. For lpApplName do not append ".exe" and use
-       DOSFS_GetFullName to locate the program. Move module find process
-       after flag testing and provide quick exit if not found.
+       * dlls/ntdll/om.c, include/wine/server_protocol.h, server/handle.c,
+         server/protocol.def, server/trace.c:
+       server: Use attributes instead of inherit flag in dup_handle request.
 
-       * windows/dialog.c: Slava Monich <Slava.Monich@netmanage.com>
-       Implemented dialog units -> pixels conversion very close to how it's
-       actually done by Windows.
+       * dlls/ntdll/nt.c, include/wine/server_protocol.h, server/protocol.def,
+         server/token.c, server/trace.c:
+       server: Use attributes instead of inherit flag in token requests.
+       Also use the specified access rights in the open_token request.
 
-Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/process.c, dlls/ntdll/process.c, dlls/ntdll/thread.c,
+         include/wine/server_protocol.h, server/process.c,
+         server/protocol.def, server/thread.c, server/trace.c:
+       server: Use attributes instead of inherit flag in process and thread requests.
 
-       * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c, include/commdlg.h, include/initguid.h, include/objbase.h, include/ole2.h, include/windef.h, include/wine/obj_dataobject.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/winerror.h, include/wingdi.h, include/winuser.h, include/wtypes.h, ole/bindctx.c, ole/moniker.c:
-       Paul Quinn <paulq@corel.ca>
-       Some non-threatening fixes to some headers, as well as some casting
-       changes that make winelib more win32 code compatible.
+       * dlls/kernel/toolhelp.c, dlls/ntdll/nt.c, include/wine/server_protocol.h,
+         server/protocol.def, server/snapshot.c, server/trace.c:
+       server: Use attributes instead of inherit flag in snapshot requests.
 
-       * files/drive.c, include/winbase.h, relay32/kernel32.spec:
-       <davep@nugate.demon.co.uk>
-       Stub for SetVolumeLabel().
+       * dlls/kernel/console.c, include/wine/server_protocol.h,
+         programs/wineconsole/wineconsole.c, server/console.c,
+         server/protocol.def, server/trace.c:
+       server: Use attributes instead of inherit flag in console requests.
 
-       * windows/message.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add back lost treatment of HWND_TOPMOST.
+       * dlls/ntdll/file.c, dlls/ntdll/server.c, include/wine/server_protocol.h,
+         server/file.c, server/protocol.def, server/trace.c:
+       server: Use attributes instead of inherit flag in file requests.
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Try to improve ConfigureNotify event processing.
+       * dlls/winsock/socket.c, include/wine/server_protocol.h,
+         server/protocol.def, server/sock.c, server/trace.c:
+       server: Use attributes instead of inherit flag in socket requests.
 
-       * objects/pen.c: Joshua Thielen <thielen@netperson.net>
-       Allow pens with styles greater than PS_INSIDEFRAME to be created with
-       ExtCreatePen.
+2005-12-09  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * relay32/oleaut32.spec, include/debugdefs.h, include/wine/obj_oleaut.h, ole/typelib.c, ole/typelib.h:
-       Rein Klazes <rklazes@casema.net>
-       Read/load type libraries. Implementation of ITypeLib, ITYpeInfo,
-       ITypeLib2 and ITypeInfo2 methods.
-
-       * ole/ole2disp.c: Rein Klazes <rklazes@casema.net>
-       Allow NULL as argument to SysFreeString in accordance with SDK.
-
-       * DEVELOPERS-HINTS: Klaas van Gend <klaas@vangend.demon.nl>
-       - more up-to-date description of source tree
-       - better example of required comments for an API implementation
-       - replacement of WINE_PACKED by "pshpack1.h", etc.
-       - naming conventions for non-api calls and types
-       - location conventions for non-api header files and prototypes
-
-       * relay32/mpr.spec, include/winnetwk.h, include/wnet.h, misc/network.c:
-       Robert W Hall <bobh@n-cantrell.demon.co.uk>
-       Added 2 stubs.
-
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed behaviour of Alloc..ThunkletCallback[Ex] for NULL target.
-
-       * windows/x11drv/event.c, windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed potential memory corruption in EVENT_QueryZOrder.
-       Fixed potential X synchronization problem in X11DRV_WND_SetHostAttr.
-
-       * files/directory.c: Guy Albertelli <galberte@neo.lrun.com>
-       Correct search order in SearchPath for Win 3.1/95/98. Still broken for NT.
-
-       * windows/win.c: Slava Monich <Slava.Monich@netmanage.com>
-       o check for both CW_USEDEFAULT and CW_USEDEFAULT16.
-       o if x is CW_USEDEFAULT (or CW_USEDEFAULT16) and y is *not*
-         CW_USEDEFAULT (or CW_USEDEFAULT16) then use y as a second
-         parameter to ShowWindow(). Some apps (CALC.EXE for Win98
-         is one of them) use this undocumented feature to create
-         hidden window with WS_VISIBLE style set.
-
-       * relay32/comctl32.spec, dlls/comctl32/comctl32undoc.c:
-       Ian Schmidt <irsman@iag.net>
-       Added partial implementation for DPA_LoadStream and stub for
-       DPA_SaveStream.  Thanks to Eric Kohl (ekohl@abo.rhein-zeitung.de) for
-       the partial implementation and parameter information.
-
-       * debugger/stabs.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Make it possible to link Wine statically (at least on RedHat 6.0).
-
-       * controls/menu.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       When looking into sys menu, check if items are present before
-       dereferencing.
+       * dlls/mpr/mpr_main.c, dlls/shlwapi/regstream.c, dlls/user/mouse16.c:
+       Add some missing includes which contain used prototypes.
 
-       * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
-       Autoconfigure the directories in the manpage.
+2005-12-09  Jacek Caban <jacek@codeweavers.com>
 
-       * include/message.h, include/ttydrv.h, include/x11drv.h, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed DummyMotionNotify EVENT driver routine.
+       * dlls/mshtml/Makefile.in, dlls/mshtml/mshtml_private.h,
+         dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl,
+         dlls/mshtml/nsservice.c:
+       mshtml: Added PromptService implementation.
 
-       * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Autoconfigure the directories in the manpage.
+       * dlls/mshtml/nsembed.c:
+       mshtml: Added nsIURIContentListener to QueryInterface.
+       Always release nsIWebBrowserSetup.
 
-       * files/file.c, include/winbase.h, relay32/kernel32.spec:
-       James Juran <jrj120@psu.edu>
-       Add stub for LockFileEx (KERNEL32.513).
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added nsIEmbeddingSiteWindow implementation.
 
-       * documentation/status/internationalisation:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Current status of Wine on internationalisation.
+2005-12-09  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * controls/button.c: Rein Klazes <rklazes@casema.net>
-       Do not process WM_LBUTTONUP message in ButtonWndProc()
-       when the mouse is not captured.
+       * dlls/d3d9/vertexshader.c, dlls/wined3d/device.c,
+         dlls/wined3d/drawprim.c, dlls/wined3d/vertexdeclaration.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h, include/wine/wined3d_types.h:
+       wined3d: Vertex shader 8 support.
+       Start to add support for DirectX 8 vertex shaders, constants and
+       registers are now correctly assigned and loaded allowing support for
+       most basic d3d8 shaders.
 
-       * graphics/psdrv/init.c, objects/dc.c:
-       Noel Borthwick <noel@macadamian.com>
-       From CreateCompatibleDC, pass the device name associated with the
-       source DC in order to allow PSDRV_CreateDC to locate the printer info
-       for the device.
-
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some digital video interface
-       Fixed a few bugs (device names are no longer converted to upper case,
-       added call back window, all structures moved to 32 bit...).
+2005-12-09  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Workaroung gcc 2.7.2.x sig 11 issue.
+       * dlls/urlmon/umstream.c:
+       urlmon: Fix call to ReadFile.
+       The BytesRead parameter passed to ReadFile may never be NULL.
 
-       * include/multimedia.h, multimedia/mci.c, multimedia/mmsystem.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added (still incomplete) handling of MCI_BREAK command.
+2005-12-09  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * documentation/no-windows: James Juran <jrj120@psu.edu>
-       Updated documentation/no-windows.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Update win16.api and win32.api.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Speedup enhancement for the 8->16 and 8->32 copy loop hotspots,
-       using a faster generic routine and some inline assembly for i386
-       (cleanups by Ove).
+       * tools/sfnt2fnt.c:
+       sfnt2fnt: Don't print two newlines after error messages.
 
-Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/header.c:
+       widl: Issue correct C++ headers.
 
-       * server/handle.c, server/handle.h, server/process.c, server/process.h, server/thread.c:
-       Made handle table a separate object.
-       Global handle table is no longer bound to a process.
-       Removed special handling of the initial process.
+2005-12-09  Thomas Weidenmueller <w3seek@reactos.com>
 
-       * server/main.c, server/object.c, server/object.h:
-       Added optional debugging code in object management.
+       * dlls/quartz/filesource.c, dlls/quartz/filtermapper.c:
+       quartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.
 
-Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-09  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, windows/queue.c, windows/winproc.c, include/thread.h, loader/task.c:
-       Got rid of THREAD_InitDone.
-       Made THREAD_Current() inline.
-       Moved server tid into TEB.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmaal resources.
 
-       * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
-       Reimplemented the CheckRadioButton function.
+2005-12-08  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed incorrect lookup of background color.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.3.
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/status.c:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed problems when using multiple style flags together.
+----------------------------------------------------------------
+2005-12-08  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed a problem when using string resources as tooltext.
+       * dlls/gdi/dib.c:
+       gdi: Fix 24bpp -> 32bpp copy.
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a behavior of the focus when a parent window is disabled.
+2005-12-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * graphics/x11drv/graphics.c: Joshua Thielen <thielen@netperson.net>
-       Fixed a bug which causes the PolyBezier to not be updated on redraw
-       (when you want them to be).
+       * dlls/advapi32/registry.c, dlls/advapi32/tests/registry.c:
+       advapi32: RegCreateKeyEx fix.
+       On Win9x,ME RegCreateKeyEx ignores the backslash character if the
+       subkey begins with one. With a regression test.
 
-       * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
-       Remove unnecessary warning in TranslateAccelator.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * server/handle.c:
-       Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
-       Meissner).
+       * tools/widl/parser.y:
+       widl: Formatting cleanups.
 
-       * dlls/commdlg/cdlg_xx.rc, dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, include/ver.h, include/winver.h, tools/wrc/wrctypes.h:
-       Paul Quinn <paulq@corel.ca>
-       ver.h is a legacy header. winver.h should be used instead.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/tapi32/phone.c, misc/crtdll.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some warnings.
+       * tools/widl/typegen.c:
+       widl: Marshal and unmarshal basic types.
 
-       * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
-       Luc Tourangeau <luc@macadamian.com>
-       - Reimplemented the scrolling using SetScrollInfo and GetScrollInfo.
-       - Implemented LVM_FINDITEM message.
-       - Added some new window styles.
-       - Fixed some bugs and extended a number of existing functions.
-       - Modified selection functions to support area selection (for group
-         selection in LVS_ICON and LVS_SMALLICON).
-
-       * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of missing event notifications. Some more debugging
-       messages.
-
-       * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
-       Icelandic keyboard support.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/ddraw_private.h, graphics/ddraw.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - better debug output for surface creation
-       - added (experimental) DIBSection implementation of GetDC / ReleaseDC
+       * tools/widl/Makefile.in, tools/widl/client.c, tools/widl/server.c,
+         tools/widl/typegen.c, tools/widl/typegen.h:
+       widl: Add a type generator framework.
+       Add a framework for writing the strings for marshaling and
+       unmarshaling parameters and make the client and server use it.
 
-       * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected warning.
+2005-12-08  Eric Kohl <eric.kohl@t-online.de>
 
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Support TPM_RETURNCMD in TrackPopupMenu.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Write out argument lists in the server.
+       - Add framework for updating proc offsets.
+       - Write out argument lists in the server.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Fix <return> key (somehow we get a control keystate).
+2005-12-08  Eric Kohl <eric.kohl@t-online.de>
 
-       * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed compilation erros on non-Linux systems.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Rename some variables.
 
-       * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing TRACE define when NO_DEBUG_MSGS was defined.
+2005-12-08  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
-       Added missing WINAPI for SHValidateUNC.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
-       Adapted to the new dll resource handling by Bertho Stultiens.
+2005-12-08  Raphael Junqueira <fenix@club-internet.fr>
 
-Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c:
+       opengl: render_texture
+       - better render_texture emulation (using pbuffers)
+       - support GLX_ATI_render_texture for render_texture
 
-       * misc/shell.c: Release the Win16Lock before calling WinExec.
+2005-12-08  Aric Stewart <aric@codeweavers.com>
 
-       * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
-       Removed process argument to PROCESS_CallUserSignalProc.
+       * dlls/wininet/http.c:
+       wininet: Handle HTTP_QUERY_CUSTOM.
+       In HttpQueryInfo if dwInfoLevel includes HTTP_QUERY_CUSTOM then
+       lpBuffer is In/Out because the header we are querying is there.
+       Additionally standard headers can be queried in this manner as well
+       (such as Set-Cookie).
 
-       * scheduler/process.c:
-       Moved remaining initialisations to the new process context.
-       Shuffled things around a bit in PROCESS_Start to avoid deadlocks.
-       Changed PROCESS_CallUserSignalProc to avoid accessing another process
-       address space.
+2005-12-08  Robert Reif <reif@earthlink.net>
 
-       * include/server.h, server/process.c, server/trace.c, tools/make_requests:
-       Added support for dumping variable-size data of server replies.
-       Added cmd_line and cmd_show in new_process request.
+       * 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, dlls/winmm/wineoss/oss.h:
+       wineoss: Fix device probing.
+       - Fix device probing at driver load time.
+       - Fix memory leaks at driver exit time.
 
-       * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       fixed builtin mmsystem.dll init sequence
+2005-12-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * multimedia/Attic/init.c, multimedia/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       removed obsoleted init.c source file
+       * include/Makefile.in, include/dpaddr.h, include/dplay8.h,
+         include/dplobby8.h:
+       dplay: dx8/dx9 support (missing includes).
+       - add directx9 support for dplay8.h and dpaddr.h
+       - new file dplobby8.h
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       removed unnecessary MCI drivers entry point
-       added undocumented mmsystem functions
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/time.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       moved to new trace interface
-       now calling time init function from mmsystem and/or winmm entry point
+       * dlls/commdlg/printdlg.c:
+       comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       included DLL init sequence (from obsoleted init.c)
-       fixed builtin mmsystem.dll init sequence
-       fixed PlaySound when used with an asynchronous audio driver
-       fixed midiStream functions for Stop/Pause/Restart functions
-       fixed error handling in waveOutOpen with QUERY_FORMAT flag
+2005-12-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       included midi init sequence (from obsoleted init.c)
-       moved to new trace interface
-       simplified code with using new configuration constant (HAVE_OSS_MIDI)
-       fixed erroneous warnings
+       * dlls/winmm/winealsa/audio.c:
+       winealsa: Fixed returned string in capabilities.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       included mci init sequence (from obsoleted init.c)
-       moved to new trace interface
+2005-12-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       output: better internal thread interface (orthogonalization of states and events)
-       output: removed use of DSP_IOCTL_GETOSPACE
-       output: fixed latency in reset messages handling
-       output: replaced some polling mechanisms with blocking ones
-       output: fixed get/set volume functions
+       * dlls/winmm/winenas/audio.c:
+       winenas: fix crash.
+       - return correct MM error code when no connection to server has been
+       opened
+       - don't close the AU driver if it hasn't been opened
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       moved to the new debug interface
-       fixed bugs in pause/play/stop functions
-       fixed signature of driver entry point
+2005-12-08  H. Verbeet <hverbeet@gmail.com>
 
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       moved to the new debug interface
-       fixed bugs in pause/play functions
-       fixed signature of driver entry point
+       * include/d3d8.h, include/d3d9.h:
+       d3d8/d3d9: Define D3D_SDK_VERSION.
 
-       * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated traces.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Remove extraneous winuser16.h.
+       * programs/notepad/dialog.c, programs/notepad/main.c,
+         programs/notepad/main.h:
+       notepad: Remember options selected in the print setup dialog.
 
-       * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed printf into TRACE.
+2005-12-08  Mike McCormack <mike@codeweavers.com>
 
-       * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few typos.
+       * programs/winecfg/audio.c:
+       winecfg: Fix compilation on gcc 2.95 (no nameless unions).
 
-       * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Check when backtracking the stack if frames are correct (readable).
+2005-12-08  Aric Stewart <aric@codeweavers.com>
 
-       * windows/event.c, include/message.h, include/winsock.h, loader/main.c, loader/task.c, misc/winsock.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved WINSOCK network IO event handling to special thread.
-       Removed EVENT_WaitNetEvent, introduced a global scheduler event.
+       * dlls/wininet/http.c:
+       wininet: A->W bugfix.
+       When converting SendRequestExA -> W we need to set the lpcszHeader
+       parameter to NULL if the original one is NULL.
 
-       * miscemu/main.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Wait until child initialized before returning from PROCESS_Create.
+2005-12-08  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/kernel32.spec, win32/kernel32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use register functions with arguments for LogApiThk...
+       * dlls/ntdll/reg.c, include/winternl.h:
+       ntdll: Check for failure to get the user path in RtlOpenCurrentUser.
+       Fixed the return value type.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Cleaned up LISTVIEW_KeyDown by using LISTVIEW_GetNextItem.  Removed unused
-       variable in LISTVIEW_GetNextItem.
+2005-12-07  Jacek Caban <jacek@codeweavers.com>
 
-Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/nsembed.c:
+       mshtml: Added config key to specify Gecko path.
 
-       * include/dosexe.h, include/module.h, include/pe_image.h, include/process.h, include/thread.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c, relay32/kernel32.spec, scheduler/process.c, scheduler/thread.c, win32/except.c, dlls/ntdll/exception.c:
-       Use the new debug functions to send debug events at appropriate places.
-       Pass the process creation flags to PROCESS_Create.
+2005-12-07  Robert Reif <reif@earthlink.net>
 
-       * scheduler/Makefile.in, scheduler/client.c, scheduler/debugger.c, win32/newfns.c, win32/process.c, include/winbase.h, misc/lstr.c:
-       Implemented the Win32 debug API functions.
-
-       * include/server.h, include/server/request.h, server/Makefile.in, server/debugger.c, server/object.h, server/process.c, server/thread.c, server/thread.h, server/trace.c:
-       Added debug events support.
+       * programs/winecfg/audio.c:
+       winecfg: Added support for auto detecting all drivers by attempting to
+       open them.
 
-----------------------------------------------------------------
-Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * memory/global.c, memory/heap.c, memory/ldt.c, memory/selector.c, memory/string.c, memory/virtual.c, objects/brush.c, objects/color.c, objects/dc.c, objects/dib.c, objects/enhmetafile.c, objects/gdiobj.c, objects/metafile.c, objects/palette.c, objects/pen.c, objects/region.c, objects/text.c, scheduler/handle.c, scheduler/services.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/syslevel.c, scheduler/thread.c, win32/code_page.c, win32/console.c, win32/error.c, win32/file.c, win32/init.c, win32/process.c, win32/struct32.c, win32/thread.c, win32/time.c, dlls/ntdll/file.c, dlls/ntdll/nt.c, 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, memory/atom.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+       * dlls/dpnhpast/main.c, dlls/mapi32/imalloc.c, dlls/msisys/msisys.c,
+         dlls/netapi32/browsr.c, dlls/rsaenh/rsaenh.c,
+         dlls/wintrust/wintrust_main.c:
+       Add a few missing #includes.
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: dwFlags must describe target process in UserSignalProc.
+2005-12-07  Kai Blin <blin@gmx.net>
 
-       * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
-       Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
-       Explorer.
+       * dlls/secur32/ntlm.c:
+       secur32: Implement InitializeSecurityContext(A|W) for the NTLM
+       security provider.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       LISTVIEW_KeyDown: Invalidate the listview window only when the
-       selected item changes.
+2005-12-07  Robert Reif <reif@earthlink.net>
 
-       * if1632/kernel.spec, misc/wsprintf.c, relay32/kernel32.spec, win32/kernel32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added _DebugOutput (KERNEL.328), LogApiThk (KERNEL.423), LogApiThkLSF
-       (KERNEL32.42), LogApiThkSL (KERNEL32.44), LogCBThkSL (KERNEL32.47),
-       and SSConfirmSmallStack (KERNEL.704).
+       * programs/winecfg/En.rc, programs/winecfg/audio.c,
+         programs/winecfg/resource.h:
+       winecfg: Show all sound card drivers and their devices.
 
-       * if1632/display.spec, windows/display.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix typo (wrong DISPLAY.CheckCursor ordinal).
-       Superfluous FIXME converted to TRACE in CheckCursor.
+2005-12-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * relay32/relay386.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: syslevel relay check was too strict.
+       * tools/fnt2fon.c, tools/sfnt2fnt.c:
+       Add an error() function to fnt2fon and sfnt2fnt.
 
-       * server/mapping.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not use pagesize aligned size_low to grow mapped file, but original
-       size_low. (fixes Heises Index Register)
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c:
+       OLE: Implement undocumented behaviour in DispCallFunc.
+       Fix DispCallFunc to work with MSDN-undocumented behaviour used by
+       Office 2003 and document the function.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       - added some more debug output
-       - corrected a slight bug in DGA DirectDraw creation
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a major memory leak in the window management code.
+       * dlls/oleaut32/typelib.c:
+       OLE: Implement ITypeInfo_AddressOfMember.
 
-       * windows/winpos.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       In SetWindowPos if changing Z order and child window not yet in its
-       parent list, do not link it in WINPOS_ShowIconTitle, check for retval
-       of WIN_FindWndPtr.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/x11drv/dib.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Disable passing device context to X11DRV_DIB_BuildColorMap when RGB
-       colormap is used.
+       * dlls/oleaut32/tmarshal.c, dlls/oleaut32/typelib.c,
+         dlls/oleaut32/typelib.h:
+       OLE: Fix brokenness in typelib marshaller caused by dispinterface retval fix.
+       Fix more fallout from dispinterface retval patch: make typelib
+       marshaler use the internal function description so that it calls
+       dispinterface functions with the correct number of parameters again.
+       Also fixes some memory leaks caused by the fact that a corresponding
+       ReleaseXDesc function has to be called for each GetXDesc.
 
-       * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't freeze other thread while it may hold the X critical section.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * include/display.h, loader/main.c, windows/display.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added UserRepaintDisable16().
+       * dlls/oleaut32/tests/typelib.c:
+       OLE: Add tests for the typelib version of ITypeComp_Bind.
 
-       * windows/dinput.c, windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed EVENT_WaitNetEvent() calls.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added IsUserIdle16().
+       * dlls/oleaut32/typelib.c, include/oleauto.h:
+       OLE: Update the type of the oVft parameter for DispCallFunc.
 
-       * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to EVENT_ driver changes.
+2005-12-06  Kai Blin <blin@gmx.net>
 
-       * loader/task.c, scheduler/synchro.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to event synchronization changes.
+       * dlls/secur32/Makefile.in, dlls/secur32/ntlm.c:
+       secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
+       security provider.
 
-       * include/message.h, include/x11drv.h, windows/event.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved X input event handling out of EVENT_WaitNetEvent and into
-       service thread callback; moved EVENT_WaitNetEvent out of the EVENT_
-       driver.  Changed winContext to hold HWND instead of WND *.
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-       * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't change Z-order of child windows when activating.
+       * tools/c2man.pl:
+       c2man: Remove HTML warnings.
 
-       * dlls/winspool/info.c, include/wine/wingdi16.h, include/winerror.h, include/winspool.h, relay32/winspool.spec:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implemented AddPrinterA, AddPrinterDriverA and GetPrinterDriverDirectory
-       Moved some 16bit GDI function declarations from winspool.h -> wingdi16.h
-
-       * configure, configure.in, include/acconfig.h, include/config.h.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Create a new configuration manifest constant HAVE_OSS_MIDI.
+2005-12-06  Robert Reif <reif@earthlink.net>
 
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed silly EINTR bug with starting dosmod.
+       * dlls/winmm/winejack/audio.c, dlls/winmm/winejack/jack.c:
+       winejack: Fix driver load and initialization.
+       Move wave in/out initialization from wave out to driver.
+       Add index number to device names.
+       Fix memset bug where only first wave in caps was zeroed.
 
-       * graphics/ddraw.c: Kevin Holbrook <kwh@neosoft.com>
-       Should compare to X11 constant "None" since a colormap is an X
-       Resource ID and not a pointer.
-
-       * controls/listbox.c: Paul Quinn <paulq@corel.ca>
-       Stop a listbox bug that causes a div by zero when the item height
-       is zero. Doesn't solve the root of the problem though.
-
-       * dlls/shell32/shell32_Pt.rc:
-       Andre Malafaya Baptista <Malafaya@milenio3.pt>
-       About dialog translated to Portuguese.
-
-       * if1632/thunk.c: James Juran <jrj120@psu.edu>
-       task.h was included twice.  Removing one fixed a sig11 in gcc-2.7.2.3.
-
-       * objects/cursoricon.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Check if dc has been created before using it.
-
-       * graphics/escape.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Add a few more 32->16 Escape conversions.
-
-       * relay32/relay386.c, if1632/relay.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Check for syslevel violations while relay debugging.
-
-       * if1632/kernel.spec, include/syslevel.h, include/thread.h, scheduler/syslevel.c, windows/win.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Improved syslevel handling, store currently held syslevels in thread
-       database, WIN_CritSection converted to syslevel.
-
-       * include/windows.h: Joshua Thielen <thielen@netperson.net>
-       Added mmsystem.h include.
-
-       * loader/main.c, loader/task.c, scheduler/process.c, windows/user.c, if1632/kernel.spec, include/user.h, include/wine/winbase16.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added ExitKernel16 (replacing USER_ExitWindows), ExitProcess16, and
-       MapProcessHandle; stub for BUNNY_351.
-
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Handle proc == NULL in THUNK_SetDCHook correctly.
-
-       * files/profile.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added support for the undocumented combination
-       GetPrivateProfileStringA(section == NULL, entry == NULL, ...
-
-       * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Cleaner null pointer check in HEADER_InsertItemA and HEADER_InsertItemW.
-
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented GetNextItem for the Listview control.
-
-       * scheduler/services.c: Ove Kaaven <ovek@arcticnet.no>
-       Expire timers on expiry time too, not just after.
-
-       * include/wine/obj_base.h, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, multimedia/dplay.c, multimedia/dsound.c, ole/antimoniker.c, ole/bindctx.c, ole/compositemoniker.c, ole/datacache.c, ole/defaulthandler.c, ole/filemoniker.c, ole/hglobalstream.c, ole/ifs.c, ole/itemmoniker.c, ole/memlockbytes.c, ole/moniker.c, ole/olefont.c, ole/oleobj.c, ole/stg_stream.c, ole/storage32.c, windows/dinput.c, dlls/avifil32/avifile.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/regstream.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/d3ddevices.c:
-       Paul Quinn <paulq@corel.ca>
-       Microsoft com vtable compatibility workaround for g++.  Basically adds
-       an optional 8 bytes padding to COM objects where the RTTI would be.
-
-       * include/sysmetrics.h, misc/shell.c, objects/bitmap.c, objects/cursoricon.c, windows/dce.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/input.c, windows/mdi.c, windows/message.c, windows/nonclient.c, windows/scroll.c, windows/sysmetrics.c, windows/win.c, windows/winpos.c, controls/button.c, controls/combo.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/iconcache.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Replaced all occurences of SYSMETRICS_xx and sysMetrics[SM_xx] by
-       GetSystemMetrics(SM_xx), removed no longer needed includes of
-       sysmetrics.h.
-
-       * msdos/int16.c: Ove Kaaven <ovek@arcticnet.no>
-       Added INT_Int16AddChar.
-
-       * loader/resource.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Bugfix: Prevent null-pointer dereference in TRACE argument list in
-       RES_FindResource
-
-       * loader/elfdll.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fixed wrong NE module registration so that resources work.
-
-       * if1632/thunk.c, tools/build.c, win32/kernel32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Set %ebx to point to real 16-bit stack in CBClientThunkSL.
-       Pass %esi back-and-forth in CBClientThunkSL(Ex).
-       Copy modified buffers back after return from FT_Thunk.
-       Fix broken recognition of LS thunklets.
-
-       * dlls/comctl32/comctl32undoc.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/updown.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed use of win.h, sysmetrics.h and associated WINE USER internal
-       variables. Added missing infoPtr->Buddy = hwndBud; in updown.c
-
-       * dlls/comctl32/Attic/propsheet.h, dlls/comctl32/comctl32.h, dlls/comctl32/propsheet.c, dlls/comctl32/rsrc.rc, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Toolbar customization dialog (take one).
-
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Fixed GetTopWindow so it will correctly handle the NULL parameter.
+2005-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/process.h, loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix swapped FreeLibary return values. Handle FreeLibrary( 0 ) better.
-       Fix DLL_PROCESS_DETACH call sequence bugs resulting from nested
-       FreeLibrary calls.
-
-       * if1632/mmsystem.spec, multimedia/mmsystem.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed specs for mixerGetDevCaps16/mixerGetID16, fixed mixGetDevCaps16.
-
-       * include/miscemu.h, msdos/devices.c, msdos/dosmem.c, msdos/int21.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Changed global DOS_LOL into function DOSMEM_LOL() in order to operate
-       on the correct address space. Added DOSMEM_MovePointers() that
-       relocates selectors when the DOS address space changes (i.e. when
-       dosmod is spawned, particularly from Win16 apps that uses DPMI to
-       execute real-mode code). More complete DOS device implementation.
-
-       * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added MZ_Current() (returns current LPDOSTASK) and DOSVM_Wait()
-       (DOSVM idle message loop), and fields hConInput and hConOutput.
-
-       * objects/bitmap.c: Pascal Lessard <pascal@macadamian.com>
-       Add some null checking in the Get/SetBitmapBits functions.
-
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added init function for CRTDLL, allocate stdio/stderr/stdout on
-       DLL_PROCESS_ATTACH, increase buffer for vfprintf() (Win95 arp.exe
-       needs 1.3KB).
-
-       * debugger/memory.c: Marcus Meissner <marcus@jet.franken.de>
-       Added support for FreeBSD 3.0 to DEBUG_checkmap_bad().
-
-       * misc/winsock.c: James Juran <jrj120@psu.edu>
-       Print a more effective (and visible) error message when an application
-       can't create a socket with type == SOCK_RAW.
-
-       * include/mmreg.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Some more defines for multimedia.
-
-       * msdos/vxd.c, win32/device.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Some stubs for pccard vxd to debug the native shell32.
-
-       * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
-       Use service thread for "true" multimedia timers.
-       Removed implementation of fake multimedia timers.
-       Set minimum resolution to 10 ms (the timing resolution of the Linux
-       kernel). Fixed a couple of flaws.
-
-       * misc/spy.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Implemented printing out of some structures.
-
-Thu May 20 16:40:23 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * server/select.c, server/socket.c:
-       Set only the client socket in non-blocking mode instead of all fds;
-       should avoid problems with stdio handles.
-
-Mon May 17 16:20:53 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/debugdefs.h, include/gdi.h, include/psdrv.h, include/ttydrv.h, include/wine/wingdi16.h, include/wingdi.h, include/winspool.h, misc/Attic/spooler.c, misc/Makefile.in, misc/printdrv.c, objects/dc.c, dlls/winspool/.cvsignore, dlls/winspool/Makefile.in, dlls/winspool/info.c, graphics/driver.c, graphics/enhmetafiledrv/init.c, graphics/env.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/psdrv/driver.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/ttydrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c, Makefile.in, configure, configure.in:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Implement DocumentProperties, DeviceCapabilities, beginnings of
-       Open/Get/ClosePrinter.  Additions to PSDRV_DeviceCapabilities.
-       Split off WINSPOOL into its own directory.
-       Several functions added to DC_Funcs.
-       Based largely on a patch by Pascal Lessard <pascal@macadamian.com>
-
-       * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
-       glide2x loadorder is "so,native".
-
-       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Improved shortcuts - follows jumps in trying to avoid switching to
-       real mode unnecessarily.
-
-       * documentation/no-windows: Ove Kaaven <ovek@arcticnet.no>
-       Updated and improved instructions.
-
-       * debugger/expr.c: Ove Kaaven <ovek@arcticnet.no>
-       Made "Wine-dbg>set *seg:off = val" work (previously only
-       "Wine-dbg>set *off = val" worked).
-
-       * multimedia/mcimidi.c, multimedia/mciwave.c:
-       Jukka Kangas <jtkangas@nic.fi>
-       When opening the file we don't need MMIO_EXCLUSIVE
-       rights. MMIO_DENYWRITE should be sufficient.
+       * dlls/winmm/mciwave/mciwave.c:
+       mciwave: save/record.
+       - fix for playback after a sound has been recorded
+       - shall fix also opening the mci device without name
+       - bug reported (and fix tested) by Peter Astrand
 
-       * dlls/shell32/shellpath.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Prevent crash in stub of SheGetDirW.
+2005-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shlmenu.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Further implementation of the FileMenu.
+       * dlls/dbghelp/stack.c:
+       dbghelp: Final touch on StackWalk64 so that it works.
 
-       * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Set the default menu item of the window menu
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-       * wine.ini: James Juran <jrj120@psu.edu>
-       Changed serial ports in wine.ini to /dev/ttySX from /dev/cuaX in
-       accordance with Linux 2.2 Changes file.
+       * dlls/winspool/info.c:
+       winspool: Document the monitor functions.
 
-       * if1632/kernel.spec, loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release Win16Lock when calling LoadLibrary32 from 16-bit code.
+2005-12-06  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed THUNK_SetDCHook when using native USER.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Sort entries in win16.api and win32.api
 
-       * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: FT_PrologPrime was broken due to relay changes.
+2005-12-06  Raphael Junqueira <fenix@club-internet.fr>
 
-       * misc/network.c, relay32/mpr.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Some stubs added.
+       * dlls/x11drv/opengl.c:
+       x11drv: Add more useful traces on SetPixelFormat (and no more FIXME).
 
-       * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Suspend window locks before calling hook procedure.
+2005-12-06  Raphael Junqueira <fenix@club-internet.fr>
 
-       * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed window refcount handling in GetNextDlgGroupItem.
+       * dlls/x11drv/init.c, dlls/x11drv/x11drv.h:
+       x11drv: cleanup not longer used data on X11DRV_PDEVICE.
 
-       * controls/button.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed superfluous WIN_ReleaseWndPtr.
+2005-12-06  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
-       Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
-       previous one. (reported by Ove)
+       * dlls/gdi/font.c, dlls/gdi/gdi32.spec:
+       gdi: Added stub for AddFontMemResourceEx.
 
-Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-06  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winbase.h, include/winnt.h:
-       Added a few missing debug event definitions.
+       * include/mlang.idl:
+       mlang: Properly declare the interface uuids.
 
-       * server/console.c, server/file.c, server/pipe.c, server/thread.c, server/thread.h:
-       Adapted to new select interface.
-       Fixed bug in *_signaled routines that could cause busy-waiting in the
-       select loop.
+2005-12-06  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
-       Changed select interface, separated timeouts from file descriptors.
+       * dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c, include/mlang.idl:
+       mlang: Implement IEnumRfc1766 interface.
 
-       * server/handle.c, server/handle.h, server/process.c, server/process.h:
-       Moved process structure definition to process.h.
-       Added suspend/resume_process.
-       Moved handle table back into the process structure.
+2005-12-06  Robert Reif <reif@earthlink.net>
 
-       * scheduler/client.c, server/trace.c, include/server.h:
-       Added TEB in init_thread request.
+       * dlls/winmm/winejack/jack.c:
+       winmm: Allow sound card driver to be opened more than once.
+       TRACE cleanups.
 
-Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-06  Robert Reif <reif@earthlink.net>
 
-       * miscemu/instr.c:
-       Tried to add an error message when crashing on a selector load because
-       of missing LDT sharing between threads (untested).
+       * dlls/winmm/winealsa/alsa.c, dlls/winmm/winearts/arts.c,
+         dlls/winmm/wineaudioio/audioio.c, dlls/winmm/wineesd/esound.c,
+         dlls/winmm/winenas/nas.c, dlls/winmm/wineoss/oss.c:
+       winmm: Allow sound card drivers to be opened more than once.
 
-       * scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/Makefile.in, server/change.c, server/console.c, server/device.c, server/event.c, server/file.c, server/handle.c, server/handle.h, server/main.c, server/mapping.c, server/mutex.c, server/object.c, server/object.h, server/pipe.c, server/process.c, server/process.h, server/request.c, server/select.c, server/semaphore.c, server/snapshot.c, server/socket.c, server/thread.c, server/thread.h, server/trace.c, tools/make_requests, include/server.h, include/server/Attic/object.h, include/server/Attic/process.h, include/server/Attic/thread.h, include/server/request.h, memory/virtual.c:
-       Server reorganization:
-       - moved request handlers to the specific C files
-       - moved handle management to handle.c
-       - moved server private includes to server/ instead of include/server/
+2005-12-06  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * Make.rules.in: Get include files from the current directory first.
+       * tools/winapi/win32.api:
+       Update win32.api to current git.
 
-Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c, dlls/shell32/shell32_main.c, graphics/psdrv/driver.c, include/win.h, windows/msgbox.c, windows/queue.c, windows/win.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Replaced WIN_GetWindowInstance by GetWindowLongA(GWL_HINSTANCE),
-       removed unnecessary win.h includes, added syslevel.h to queue.c.
+       * dlls/ole32/rpc.c:
+       OLE: Fix a typo where brackets were missing.
 
-       * controls/combo.c: Francois Boisvert <francois@macadamian.com>
-       Changed CBGetDroppedControlRect to be compliant with Windows API.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * include/wine/exception.h, win32/except.c:
-       Fixed a few bugs, and improved the exception macros (based on
-       suggestions by Sergei Turchanov).
+       * dlls/oleaut32/typelib.c:
+       OLE: ITypeInfo_Invoke parameter naming change.
+       Rename the dwFlags parameter of ITypeInfo_Invoke since it is not a
+       DWORD, but an unsigned short.
 
-       * dlls/ver/ver16.c, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c, ipc/dde_atom.c, ipc/dde_atom_test.c, ipc/shm_block.c, ipc/shm_fragment.c, ipc/shm_fragment_test.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, ipc/shm_semaph_test.c, ipc/wine_test_stub.c, relay32/snoop.c, relay32/utthunk.c, dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c, dlls/advapi32/service.c, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c, dlls/msacm/msacm_main.c, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/psapi/psapi_main.c, dlls/rasapi32/rasapi.c, dlls/tapi32/assisted.c, dlls/tapi32/phone.c, console/generic.c, console/ncurses.c, console/xterm.c, controls/combo.c, controls/listbox.c, controls/menu.c, controls/scroll.c, controls/static.c, controls/uitools.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+2005-12-06  Jacek Caban <jacek@codeweavers.com>
 
-       * tools/make_X11wrappers, tsx11/ts_xf86dga.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:
-       Converted to the new debug interface.
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Added get_Document implementation.
 
-       * windows/painting.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed invalid window refcount handling in RDW_Paint().
+2005-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/message.c: Noel Borthwick <noel@macadamian.com>
-       Fix a deadlock with the system message queue by ensuring the system message
-       queue is unlocked while the actual message is being processed.
+       * programs/winedbg/expr.c:
+       winedbg: Fixed broken code about type management for binary operator.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Check if in depth-conversion mode before returning an error message
-       in IDirectDrawPaletteImpl_GetEntries.
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/winspool/info.c:
+       winspool: Add documentation for the port functions.
 
-       * documentation/status/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, graphics/ddraw_private.h, include/wine_gl.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Replaced all the Mesa specific code by GLX code. Should work now on
-       any OpenGL implementation.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
-       Added Italian keyboard support.
+       * dlls/kernel/tests/thread.c:
+       kernel: Added a basic test for exception handling in threads.
 
-       * graphics/enhmetafiledrv/graphics.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed a couple of memcpy errors.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small fix to help native win95 PrintDlg on the way.
+       * dlls/user/cursoricon.c:
+       user: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
 
-       * dlls/winaspi/winaspi16.c, if1632/winaspi.spec, include/aspi.h:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented InsertInASPIChain and fixed minor things.
+2005-12-05  Rein Klazes <wijn@wanadoo.nl>
 
-       * windows/x11drv/mouse.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed quite ill window locking code.
+       * dlls/ddraw/Makefile.in, dlls/ddraw/main.c:
+       ddraw: Catch access violations when calling DirectDrawEnumerateProc.
 
-       * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
-       Fixed an infinite loop in ChildWindowFromPointEx.
+2005-12-05  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * controls/menu.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       - prevent crash when GetMenuDefaultItem is called on empty menu
-       - set default item on system menu
+       * dlls/devenum/createdevenum.c:
+       devenum: Don't leak key handle creating a category registry key.
 
-       * loader/ne/module.c, memory/selector.c, relay32/ntdll.spec, win32/kernel32.c, win32/ordinals.c, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/stackframe.h:
-       Adapted for new register functions support (ESP_reg in register
-       functions now points after the arguments).
+2005-12-05  Christian Gmeiner <christian.gmeiner@students.fh-vorarlberg.ac.at>
 
-       * relay32/builtin32.c, relay32/kernel32.spec, relay32/relay386.c, relay32/snoop.c, tools/build.c:
-       Win32 register functions can now have arguments.
-       Simplified relay debugging for register functions.
+       * dlls/msi/msi.c:
+       msi: Implemented DllCanUnloadNow.
 
-       * relay32/kernel32.spec, win32/device.c:
-       VxDCall functions do not need to be 'register'.
+2005-12-05  Wojciech Migda <migda@chemia.uj.edu.pl>
 
-Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/imagehlp/imagehlp.spec:
+       imagehlp: fixed typo in SymSetOptions entry.
 
-       * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
+2005-12-05  Huw Davies <huw@codeweavers.com>
 
-       * dlls/ntdll/exception.c, if1632/thunk.c, include/Attic/except.h, include/wine/exception.h, win32/except.c:
-       Added macros and definitions for using exception inside Wine or
-       Winelib code.
+       * dlls/msi/msi.spec:
+       msi: Fix MsiProvideQualifiedComponentW spec file entry.
 
-       * include/Attic/except.h, include/ntddk.h, include/winnt.h, misc/crtdll.c, win32/init.c:
-       Moved some exception definitions to winnt.h and ntddk.h.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
-       Added missing WINAPI for the callback procs.
+       * server/main.c, server/object.h:
+       server: Remove sync_namespace.
 
-       * include/sig_context.h: Added ERROR_sig.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
-       Bug fix.
+       * server/directory.c, server/mailslot.c, server/named_pipe.c,
+         server/object.h:
+       server: Let the directory code handle device names.
 
-       * misc/winsock.c, include/winsock.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       WSOCK32/WINSOCK uses SetLastError() to keep its own WSALastErrors,
-       replaced all pwsi->err references.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * loader/pe_image.c: Changed some error handling a bit.
+       * dlls/ntdll/file.c, include/wine/server_protocol.h, server/directory.c,
+         server/mailslot.c, server/object.h, server/protocol.def,
+         server/trace.c:
+       Move mailslot devices into directory name space.
 
-       * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
-       Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * relay32/kernel32.spec, relay32/ntdll.spec:
-       Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
-       the ntdll one.
+       * dlls/kernel/sync.c, dlls/kernel/tests/pipe.c, dlls/ntdll/file.c,
+         dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
+         server/directory.c, server/named_pipe.c, server/object.h,
+         server/protocol.def, server/trace.c:
+       Move named pipe objects into directory name space.
+       Change tests accordingly.
+       Add small test for WaitNamedPipe.
 
-       * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
-       Added import declaration for Win32 built-ins.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/directory.c, server/event.c, server/mapping.c, server/mutex.c,
+         server/object.h, server/semaphore.c, server/symlink.c,
+         server/timer.c:
+       server: Move handle allocation out of open_object_dir.
 
-       * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
-       Added support for forwarded ordinals in built-in dlls.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/stack.c, include/dbghelp.h:
+       dbghelp: Implemented StackWalk64.
 
-       * win32/console.c:
-       Fixed request size for alloc_console and free_console.
+2005-12-05  Francois Gouget <fgouget@free.fr>
 
-       * relay32/kernel32.spec, relay32/ntdll.spec, win32/except.c, dlls/ntdll/Makefile.in, dlls/ntdll/exception.c, dlls/ntdll/rtl.c, include/Attic/except.h, include/debugdefs.h, include/ntddk.h, include/thread.h, include/winbase.h, include/winnt.h:
-       Improved exception handling.
-       Based on the work of Sergey Turchanov <turchanov@usa.net>.
+       * dlls/msvidc32/msvideo1.c:
+       msvidc32: Add a comment for DllMain() to stop winapi_check from
+       complaining about it.
 
-       * loader/module.c:
-       Use OpenFile() to test for file existence, so that the path gets
-       searched.
+2005-12-05  Francois Gouget <fgouget@free.fr>
 
-       * server/select.c: Ove Kaaven <ovek@arcticnet.no>
-       Restart interrupted select() (happens with -pg).
+       * tools/winapi/win32.api:
+       Update win32.api to match the current sources.
 
-       * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed off-by-one bug in memory access check.
+2005-12-05  Pavel Roskin <proski@gnu.org>
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       More debug output for RegQueryInfoKey.
+       * programs/notepad/Ru.rc:
+       notepad: Russian translation for "Font..." menu item.
 
-       * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of bugs (silent backtrace not totally silent, crashes
-       when the stack is corrupted or similar).
+2005-12-05  Cihan Altinay <cihan@uq.edu.au>
 
-----------------------------------------------------------------
-Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/riched20/editor.c:
+       riched20: register ListBox & ComboBox classes
+       Partially implement REExtendedRegisterClass() to register missing
+       window classes so that applications relying on them don't get
+       confused.
 
-       * tools/wineconf.libs/autoconf.eng, tools/wineconf.libs/autoconf.tcl, tools/wineconf.libs/browsers.eng, tools/wineconf.libs/dirbrowser.tcl, tools/wineconf.libs/general.eng, tools/wineconf.libs/getfilename.tcl, tools/wineconf.libs/message.tcl, tools/wineconf.libs/message2.tcl, tools/wineconf.libs/saveRC.tcl, tools/wineconf.libs/wine-half.gif, tools/wineconf.libs/wineconf.eng, tools/wineconf.libs/wineconf.tcl, tools/wineconf.libs/wineconf1.tcl, tools/wineconf.tcl:
-       Jean-Louis Thirot <thirot@univ-brest.fr>
-       Added graphical configuration tool wineconf.tcl.
+2005-12-05  YunSong Hwang <hys545@dreamwiz.com>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Ignore ESC[%dc reports generated by 8bit control codes.
-       Open console even if we already have one in the process.
+       * programs/winefile/Ko.rc:
+       winefile: Fix an incorrect translation.
 
-       * files/profile.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed off by 1 error in section code (did not return len-2 on buffer
-       overflow in some cases, but len-1).
+2005-12-05  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed warning.
-
-       * graphics/x11drv/palette.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed palette handling for true/high-color X11.
-
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed extension handling in LoadLibrary16.
-
-       * windows/dce.c, windows/painting.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, include/win.h, objects/region.c:
-       Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Rearranged PAINT_RedrawWindow() so that it first recursively updates
-       invalid regions and only then starts sending out messages. This should
-       help with reentrancy during message processing and now it needs just
-       one (or none) scratch region for all there is to do. Also, small fixes
-       for SetWindowPos().
-
-       * configure, configure.in: Added check for missing __i386__ definition.
-
-       * include/config.h.in, scheduler/client.c, server/socket.c, server/trace.c, configure, configure.in, tools/wrc/parser.y, ole/datacache.c, ole/defaulthandler.c, ole/hglobalstream.c, ole/memlockbytes.c, scheduler/sysdeps.c, tools/build.c, misc/wsprintf.c, miscemu/instr.c, msdos/ioports.c, if1632/snoop.c, include/server.h, include/stackframe.h, ipc/bit_array.c, controls/edit.c, controls/menu.c, debugger/dbg.y, graphics/x11drv/xfont.c:
-       Patrik Stridvall <ps@leissner.se>
-       ANSI C fixes.
-
-       * dlls/comctl32/propsheet.c: Marcus Meissner <marcus@jet.franken.de>
-       Pass PROPSHEETPAGE to propertypage dialog as lParam.
-
-       * misc/winsock.c, multimedia/dsound.c, objects/brush.c, objects/enhmetafile.c, ipc/dde_atom.c, ipc/generic_hash.c, ipc/shm_block.c, ipc/shm_main_blk.c, ipc/shm_semaph.c, loader/dos/dosmod.c, loader/signal.c, memory/ldt.c, graphics/psdrv/init.c, include/dplay.h, include/dplobby.h, include/heap.h, include/metafile.h, include/mmsystem.h, include/psdrv.h, include/shellapi.h, include/sig_context.h, include/winsock.h, dlls/ntdll/time.c, dlls/shell32/folders.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/ddraw_private.h, graphics/dispdib.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/treeview.c, dlls/commdlg/fontdlg.c, debugger/msc.c, dlls/comctl32/comboex.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c:
-       Patrik Stridvall <ps@leissner.se>
-       ANSI C fixes.
-
-       * windows/caret.c, include/wine/wingdi16.h, include/wine/winuser16.h, misc/printdrv.c, objects/font.c, objects/linedda.c, objects/region.c, graphics/win16drv/font.c, include/gdi.h, include/windef.h, include/wingdi.h, include/winuser.h, graphics/psdrv/font.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Split off wingdi16.h from wingdi.h.  Add many more #defines/typedefs
-       to bring wingdi.h almost upto a complete NT4.0 interface.
-       Fix return value of SetRectRgn().
-
-       * windows/display.c, windows/focus.c, windows/nonclient.c, windows/ttydrv/mouse.c, windows/win.c, windows/winpos.c, include/ttydrv.h, include/winpos.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed #include "wine/winuser16.h" and use "struct tag????" instead.
-
-       * debugger/stack.c: Ove Kaaven <ovek@arcticnet.no>
-       Improved Wine debugger backtrace. New features:
-       - Displays ebp, in case you want to check stackframes manually
-       - Detects far calls even when windows apps don't mark them
-       - Tracks CallFrom16/CallTo16 relaying (thunking)
-
-       * loader/elfdll.c: Ulrich Czekalla <ulrichc@corel.ca>
-       Bugfix: get_sobasename was off by one pointer increment.
-
-       * multimedia/init.c: Kevin Holbrook <kwh@neosoft.com>
-       Fixed implicit type warning.
-
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Values returned from PtInRect and LB_ITEMFROMPOINT are reversed.
-
-       * ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c:
-       Francis Beaudet <francis@macadamian.com>
-       Second part of the OLE datacache implementation.
-
-       * msdos/Makefile.in, msdos/devices.c, msdos/dosmem.c, msdos/int21.c, include/dosexe.h, include/miscemu.h, include/msdos.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Moved DOS List of Lists initialization, and added the beginnings of
-       the DOS device structures.
+       * dlls/commdlg/cdlg_No.rc, dlls/iccvid/iccvid_No.rc, dlls/iccvid/rsrc.rc,
+         dlls/msvidc32/msvidc32_No.rc, dlls/msvidc32/rsrc.rc,
+         dlls/msvideo/msvfw32_No.rc, dlls/msvideo/rsrc.rc,
+         programs/notepad/No.rc, programs/regedit/No.rc,
+         programs/winecfg/No.rc:
+       Update Norwegian Bokmaal resources.
 
-       * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Bug fixes.
+2005-12-05  Patrick Ammann <pammann@aro.ch>
 
-       * ole/hglobalstream.c, relay32/ole32.spec:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implemented GetHGlobalFromStream.
+       * dlls/wininet/netconnection.c:
+       wininet: compilation fix
+       - make netconnection.c compile when HAVE_OPENSSL_SSL_H or
+       HAVE_OPENSSL_ERR_H are not defined.
 
-       * include/thread.h, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call THREAD_FreeTHDB as service thread callback.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/message.h, loader/task.c, windows/timer.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed TIMER_SwitchQueue.
+       * dlls/winmm/driver.c, dlls/winmm/winemm.h:
+       winmm: driver unloading.
+       - properly handle drivers unloading when no session instance of the
+       driver has been created
 
-       * debugger/memory.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Format output in DEBUG_ExamineMemory for "d" and "x" not to exceed 80
-       chars.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
-       Stop winelib programs on fault instead of endless faultlooping.
+       * dlls/dbghelp/symbol.c, dlls/dbghelp/type.c, programs/winedbg/expr.c,
+         programs/winedbg/symbol.c:
+       dbghelp,winedbg: SYMBOL_INFO fix.
+       - native dbghelp returns in SYMBOL_INFO.TypeIndex the index of the
+       type of the symbol (we were returning the symbol index instead)
+       - fixed winedbg accordingly
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Run ldconfig in make install if using --enable-dll.
-       Cleaned up uninstall_lib as well.
+2005-12-05  Michael Stefaniuc <mstefani@redhat.de>
 
-       * ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec, ole/stg_bigblockfile.c, include/wine/obj_storage.h, ole/memlockbytes.c:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implementation of IStorage supported by an implementation of
-       ILockBytes on top of an HGLOBAL.
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/vartype.c:
+       Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
 
-       * files/profile.c, relay32/kernel32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Return the correct value from GetPrivateProfileSectionA.
-       Copy/convert back the buffer in GetPrivateProfileSectionW.
-       Replace some output pointers str/wstr->ptr in kernel32.spec.
+2005-12-05  Milko Krachounov <milko@3mhz.net>
 
-       * loader/task.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Some initialization sequence bugfixes:
-       - Initialize process crst for 16-bit processes.
-       - Don't crash due to uninitialized stack frames in WineLib.
-       - Map system DLLs before calling UserSignalProc.
-       - Signal USIG_PROCESS_CREATE only *after* the env_db is filled.
+       * dlls/commdlg/cdlg_Bg.rc, programs/regedit/Bg.rc:
+       Update the Bulgarian resources for commdlg and regedit.
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call Callout routines directly when using builtin USER.
+2005-12-05  Marcus Meissner <marcus@jet.franken.de>
 
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: all PE modules were marked 'internal'.
+       * dlls/winsock/socket.c:
+       winsock: Rewrote mappers to use sizeof() based loops.
+       Added IPPROTO_IP and AF_UNSPEC to the mappers.
 
-       * include/dce.h, objects/dc.c, windows/dce.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Check for busy DCE moved to DCHook16().
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * include/win.h, loader/main.c, windows/win.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Initialize WIN_CritSection earlier.
+       * dlls/oleaut32/typelib.c:
+       OLE: Support HREFTYPEs For ITypeInfos
+       Add support for reading the hreftype of a typeinfo, return it to the
+       application in ITypeComp_Bind for the DESKIND_APPOBJECT case and
+       support referencing it in ITypeInfo_GetRefTypeInfo.
 
-       * dlls/comctl32/trackbar.c, include/trackbar.h:
-       Luc Tourangeau <luc@macadamian.com>
-       Removed the timer that was used to queue TRACKBAR_Refresh calls.
-       Removed all direct calls to TRACKBAR_Refresh (except from within the
-       WM_PAINT handling section) and replaced them by calls to
-       InvalidateRect.
-       Fixed a bug in the TRACKBAR_SetPos function.
-       Fixed the behavior for different types of mouse input.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
-       Implemented toolbar multirow button layout.
+       * dlls/oleaut32/typelib.c:
+       OLE: fix function name loading
+       Correctly get the name of the second function of a propget/propput
+       pair in MSFT typelibs when the name offset is set to -1.
 
-       * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
-       Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
-       Implemented OleTranslateColor.
+       * dlls/oleaut32/typelib.c:
+       OLE: fix invoking dispinterface functions
+       Fix invoking dispinterface functions by using the internal
+       representation of the function, not the one returned to applications.
 
-       * include/winuser.h, windows/input.c:
-       Francis Beaudet <francis@macadamian.com>
-       Changed the return value of GetKeyboardState and SetKeyboardState from
-       VOID to BOOL.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
-       Prevented LISTBOX_RepaintItem from repainting a non visible item.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Set pixel shader version correctly in IWineD3DPixelShaderImpl_SetFunction.
 
-       * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Bugfix for TRACE in UnregisterClass.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Return the correct parent in IWineD3DPixelShaderImpl_GetParent.
+       Remove an unnecessary cast.
 
-Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * include/Attic/propsheet.h: No longer necessary.
+       * dlls/oleaut32/typelib.c:
+       OLE: Move the dispinterface return value handling to functions that
+       return the FUNCDESC to the user.
 
-Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * objects/dc.c, windows/dce.c, include/dce.h:
-       Francis Beaudet <francis@macadamian.com>
-       Check if DC is busy before deleting it.
+       * dlls/wininet/http.c, dlls/wininet/internet.c,
+         dlls/wininet/netconnection.c:
+       wininet: Correctly set the last error when a called Unix network
+       function fails.
 
-       * win32/newfns.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       GetMailslotInfo is supposed to check for pointer validity.
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Possible crash in select_loop() fixed.
+       * programs/winedbg/symbol.c:
+       winedbg: simplify some code.
 
-       * include/services.h, loader/task.c, scheduler/services.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed various stupid bugs in services thread routines.
-       Added SERVICE_Exit routine to kill the services thread.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Inverted class/channel in __(SET|GET)_DEBUGGING macros.
+       * dlls/wined3d/device.c:
+       wined3d: return D3DERR_INVALIDCALL when calling BeginStateBlock and
+       already recording.
 
-       * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Correct implementation of GetWindowThreadProcessId().
+2005-12-03  Pavel Roskin <proski at gnu.org>
 
-       * if1632/mmsystem.spec, multimedia/mmsystem.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added PlaySound16, sndPlaySound16.
+       * programs/wineconsole/wineconsole.c:
+       Fixed regression in wineconsole creation (curses backend).
 
-       * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixes winproc deadlock for win16.
+2005-12-03  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/winapi/winapi_check:
+       winapi_check: fully descend in included files to check for prototype.
 
-       * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some deadlock(s) in message sending.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       cleaned up debug channels to use default one (mmsys)
-       more conversions from mixerXXXW and mixerXXXX16 to mixerXXXXA
-       fixed callback bug in midiStream functions
-       fixed compilation bug with egcs
-       changed to the new debug channel interface
+       * dlls/oleaut32/typelib.c:
+       OLE: fix handling of INVOKE_PROPERTYGET flag in ITypeComp_fnBind.
+       The INVOKE_PROPERTYGET flag shouldn't affect binding to variables; it
+       should just affect which of a pair of [propget] and [propput]
+       functions should be returned.
 
-       * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       small range fixes for OSS driver
-       changed to the new debug channel interface
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       first (working) shot at OSS mixer low level interface
-       changed to the new debug channel interface
+       * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.c,
+         dlls/wininet/internet.h:
+       wininet: global function/data cleanup
+       Make some functions and a structure static since they are only used in
+       one file.
 
-       * misc/network.c, relay32/mpr.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed off-by-one ordinals in MPR.
-       Added MPR_Alloc/ReAlloc/Free (MPR.22-24).
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * loader/module.c, if1632/relay.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
+       * programs/winedbg/stack.c:
+       winedbg: fixed regression (and simplified code!) for arguments
+       printing in backtrace.
 
-       * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Load system DLLs into WineLib applications.
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small update to the PostScript encoding vector.
+       * programs/winedbg/symbol.c:
+       winedbg: fixed regression in 'info local' command.
 
-       * loader/module.c, loader/task.c: Bug fixes.
+2005-12-03  Aric Stewart <aric@codeweavers.com>
 
-Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/wcmd/builtins.c:
+       wcmd: mkdir recursive create
+       In at least both win2k and winxp mkdir from the command prompt can
+       recursively create full directory paths. This implements that
+       functionality.
 
-       * scheduler/process.c:
-       Moved a few more initialisations to the new process context.
+2005-12-03  Aric Cyr <aric.cyr@gmail.com>
 
-       * loader/task.c: Don't initialise the stacks for 32-bit processes.
+       * dlls/opengl32/wgl.c, dlls/opengl32/wgl.h, dlls/opengl32/wgl_ext.c,
+         include/wingdi.h:
+       Move standard WGL function declarations to wingdi.h.
+       dlls/opengl32/wgl.h is now empty and no longer needed.
 
-       * miscemu/main.c: Only check number of tasks after first message.
-       Use a 16-bit module for creating the initial task.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * include/authors.h, AUTHORS:
-       Updated authors list from the Changelog. Please let me know if you
-       have been left out.
+       * dlls/ole32/usrmarshal.c, dlls/wined3d/surface.c, dlls/winspool/info.c,
+         tools/winapi/msvcmaker, tools/winapi/winapi_check_options.pm,
+         tools/winapi/winapi_extract, tools/winebuild/utils.c:
+       Assorted spelling fixes.
 
-       * loader/task.c, scheduler/process.c:
-       Converted to the new debugging interface (done with the help of the
-       script written by Patrik Stridvall).
-       Some changes to the initialisation sequence for 32-bit processes.
+2005-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * */*.c:
-       Converted to the new debugging interface (done with the help of the
-       script written by Patrik Stridvall).
+       * dlls/kernel/virtual.c, dlls/ntdll/virtual.c,
+         include/wine/server_protocol.h, server/mapping.c,
+         server/protocol.def, server/trace.c:
+       Move mapping (section) objects into directory name space.
 
-       * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
-       Misc fixes and improvements.
+2005-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/config.h.in, configure, configure.in:
-       Added check for -lmmap for OS/2.
+       * dlls/kernel/sync.c, dlls/ntdll/sync.c, include/wine/server_protocol.h,
+         server/protocol.def, server/timer.c, server/trace.c:
+       Move timer objects into directory name space.
 
-       * include/debugdefs.h, ole/hglobalstream.c, ole/stg_stream.c, ole/storage32.c:
-       Francis Beaudet <francis@macadamian.com>
-       Fixed a few bugs in the OLE storage implementation, added a new set of
-       trace statements for the OLE storage related methods and introduced a
-       new debug channel for the storage subsystem.
+2005-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * multimedia/time.c, objects/dib.c, objects/palette.c, include/wine/winuser16.h, misc/spooler.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed redundant include of winbase.h from winuser16.h.
-       Moved types from winbase.h to winuser16.h .
+       * dlls/kernel/sync.c, dlls/ntdll/sync.c, include/wine/server_protocol.h,
+         server/protocol.def, server/semaphore.c, server/trace.c:
+       Move semaphore objects into directory name space.
 
-       * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
-       - default item handling
-       - small drawing fixes
+2005-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/commdlg/cdlg_En.rc, dlls/commdlg/printdlg.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       More implementation of PrintDlgA.
-       Conversion of resource identifiers of Print32 window to comply to the
-       M$ numbering.
+       * dlls/kernel/kernel_private.h, dlls/kernel/sync.c, dlls/ntdll/sync.c,
+         dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
+         server/console.c, server/event.c, server/mutex.c,
+         server/named_pipe.c, server/object.h, server/process.c,
+         server/protocol.def, server/trace.c:
+       Move event and mutex objects into directory name space.
 
-       * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't crash if queuing an APC on a thread that doesn't wait.
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/timer.c, windows/x11drv/event.c, include/message.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use SERVICES callback to implement Windows timers.
-       Timer expiration handling removed from EVENT_WaitNetEvent loop.
+       * dlls/shdocvw/dochost.c:
+       Sync the WebBrowser's window size with document's window.
 
-       * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Call SetLastError in HeapCompact().
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
-       Added prototype for TryEnterCriticalSection.
+       * tools/winapi/win32.api:
+       Update win32.api to match the current sources.
 
-       * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
-       Make all structures packed and removal of some WINE_PACKED.
+2005-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Pushbuttons should only be rounded in Win31 look.
+       * include/objbase.h, tools/widl/header.c:
+       Use the typedef'd declaration of IRpcStubBuffer and IRpcChannelBuffer
+       in RPC _Stubs.
+       Add IRpcStubBuffer and IRpcChannelBuffer declarations to objbase.h.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - default item handling
-       - small drawing fixes
+2005-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
-       Fixed an unbalanced windows lock/unlock sequence in
-       WINPOS_ActivateOtherWindow.
+       * tools/widl/header.c:
+       Reorder the virtual table definition so it's defined before it is used
+       in widl header output.
 
-       * include/debugdefs.h: enhmetafile added
+2005-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, relay32/mcianim.spec, relay32/mciavi.spec, relay32/mcicda.spec, relay32/mciseq.spec, relay32/mciwave.spec, relay32/winmm.spec, include/multimedia.h, loader/main.c, multimedia/audio.c, multimedia/init.c, multimedia/mci.c, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/mmsystem.c, documentation/status/multimedia, if1632/mmsystem.spec, wine.ini:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       - got rid of all the internal MM tweaks to load builtin MCI
-         drivers. They are all seen as drivers, loaded as DLLs and standard
-         module loadorder is used to know which type to use (builtin vs
-         native).
-       - first full working implementation of mmThread??? functions (to
-         support gracefully native MCI drivers).
-       - support of mmShowMMCPLPropertySheet.
-       - fix of some heap validate bugs (thanks to Ulrich for reporting them).
+       * tools/widl/header.c:
+       Use interface instead of struct where appropriate in widl.
 
-       * loader/module.c: Guy Albertelli <galberte@neo.lrun.com>
-       Fix CreateProcessA to implement correct actions on ambiguous command
-       line names (try longer and longer strings).
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * Makefile.in, configure, configure.in, graphics/enhmetafiledrv/.cvsignore, graphics/enhmetafiledrv/Makefile.in, graphics/enhmetafiledrv/dc.c, graphics/enhmetafiledrv/graphics.c, graphics/enhmetafiledrv/init.c, graphics/enhmetafiledrv/mapping.c, graphics/enhmetafiledrv/objects.c, graphics/metafiledrv/init.c, include/enhmetafiledrv.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Started implementing Enhanced MetaFile driver.
+       * dlls/atl/atl_main.c, dlls/atl/atliface.idl:
+       Fix the AtlAxWinInit() prototype.
+       Also make it return FALSE to indicate failure instead of E_FAIL.
+       Define AtlAxWinInit() and AtlAxCreateControl() in atliface.idl.
 
-       * include/ole2.h, include/wine/obj_oleobj.h, include/wine/obj_oleview.h, ole/Makefile.in, ole/datacache.c, ole/defaulthandler.c, ole/ole2.c, ole/ole2stubs.c, ole/oleobj.c, relay32/ole32.spec, dlls/shell32/shlview.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the OLE object default handler and data cache.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * include/enhmetafile.h, include/wingdi.h, objects/enhmetafile.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Several improvements to Enhanced MetaFile playback.
+       * dlls/netapi32/ds.c, tools/winapi/win32.api:
+       Better stick to the PSDK types and to the dsrole.h prototype.
+       Update win32.api.
 
-       * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Only try to append ".dll" if a library is loaded implicitely.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * dlls/shell32/shellord.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fix TRACE formatting warnings.
+       * tools/winapi/winapi_parser.pm:
+       Fix __RPC_USER handling.
 
-       * dlls/shell32/shlfolder.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed a small syntax problem.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - better stubs for Get/Set special (Progman/Taskman) window functions
+       * dlls/wldap32/parse.c, include/winldap.h, tools/winapi/win32.api:
+       Better stick to the PSDK types.
+       Update win32.api.
 
-       * relay32/user32.spec, windows/message.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - new SendMessageCallbackW
-       - some fixme's for missing A<->W conversion
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
-       Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
+       * dlls/dbghelp/module.c, include/dbghelp.h:
+       Add IMAGEHLP_MODULEW64.
+       Add SymGetModuleInfoW64() and SymLoadModule64().
 
-       * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
-       Bugfix for EnumPrinters level 2.
+2005-12-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Correct logic in GetKeyNameText.
+       * dlls/shell32/shlview.c:
+       Implemented scrolling during drag&drop for the shellview class.
+
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/dochost.c:
+       Use sink in navigate_complete instead of ClientSite's IDispatch.
+
+2005-12-02  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/Makefile.in, dlls/crypt32/cert.c,
+         dlls/crypt32/crypt32.spec, dlls/crypt32/crypt32_private.h,
+         dlls/crypt32/encode.c, dlls/crypt32/main.c, dlls/crypt32/oid.c,
+         dlls/crypt32/tests/.gitignore, dlls/crypt32/tests/Makefile.in,
+         dlls/crypt32/tests/encode.c, dlls/crypt32/tests/oid.c:
+       Implement more OID support functions.
+       Use the exported OID support functions internally.
+       Move OID support functions and stubs to a separate file.
+
+2005-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
+
+       * tools/winapi/c_parser.pm, tools/winapi/winapi_parser.pm:
+       Make winapi_check understand the interface keyword.
+
+2005-12-02  Pavel Roskin <proski@gnu.org>
+
+       * dlls/commdlg/cdlg_Bg.rc, dlls/commdlg/cdlg_Ca.rc,
+         dlls/commdlg/cdlg_Cn.rc, dlls/commdlg/cdlg_Cs.rc,
+         dlls/commdlg/cdlg_Da.rc, dlls/commdlg/cdlg_De.rc,
+         dlls/commdlg/cdlg_En.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_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_Si.rc, dlls/commdlg/cdlg_Sk.rc,
+         dlls/commdlg/cdlg_Sv.rc, dlls/commdlg/cdlg_Uk.rc,
+         dlls/commdlg/cdlg_Wa.rc, dlls/commdlg/cdlg_Zh.rc:
+       Improve script selection combobox in the font selection dialog - set
+       height to 90 (the old value of 10 could only fit a single line) and
+       remove CBS_OWNERDRAWFIXED flag to trim excessive height from the list
+       items.
 
-       * documentation/bugreports:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Removed +snoop from documentation/bugreports.
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
+       Added implementation of IConnectionPoint::Advise and Unadvise.
 
-       * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
-       LoadImageW fixed for hicolor displays.
+2005-12-02  Hans Leidekker <hans@it.vu.nl>
 
-       * include/mmsystem.h, include/multimedia.h, multimedia/mmsystem.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       MCI_ANIM_OPEN_PARMSW should be LPCWSTR, MCI_DefYieldProc should be WINAPI.
+       * dlls/wldap32/add.c, dlls/wldap32/bind.c, dlls/wldap32/compare.c,
+         dlls/wldap32/control.c, dlls/wldap32/delete.c, dlls/wldap32/dn.c,
+         dlls/wldap32/error.c:
+       Document DN and error handling functions.
+       Try to stick to Wine's documentation format.
 
-       * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed HEADER_InsertItemA and HEADER_InsertItemW null pointer checking
-       to handle wide character strings properly.  Fix of our previous patch
-       for null pointer checking.
+2005-12-02  Rein Klazes <wijn@wanadoo.nl>
 
-       * ole/Makefile.in, ole/memlockbytes.c, ole/ole2stubs.c:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implemented CreateILockBytesOnHGloba, GetHGlobalFromILockBytes and
-       the ILockBytes interface based on an HGLOBAL.
+       * programs/wcmd/batch.c, programs/wcmd/builtins.c,
+         programs/wcmd/wcmdmain.c:
+       Avoid formatted output in a few more places where formatting is not
+       really needed and output could be large enough to be truncated.
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a bug in CoRegisterClassObject.
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
-       Removed some flickering when inserting or deleting buttons.
+       * dlls/shdocvw/oleobject.c:
+       Sync window sizes.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed LISTVIEW_GetItemChanges() to perform a more complete comparison
-       between lpItem and lpLVItem.  Now compares the pszText string of the
-       lpItem and lpLVItem structs.  Fixes a bug where the old and new item
-       have the same attributes but their text differs and GetItemChanges()
-       compares them as equal.
+2005-12-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/comctl32/propsheet.c, dlls/comctl32/propsheet.h, dlls/comctl32/rsrc.rc, dlls/comctl32/tab.c:
-       Thuy Nguyen <thuy@macadamian.com>
-       Added support for adding and removing pages dynamically from a
-       property sheet.
+       * dlls/shell32/tests/shlfolder.c:
+       Added a test for native PIDL format.
 
-       * controls/button.c, controls/combo.c, controls/desktop.c, controls/listbox.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed the gotos from the WndProcs, always use a small wrapper that
-       locks the window, calls the real wndproc, unlocks the window.
+2005-12-02  James Hawkins <truiken@gmail.com>
 
-       * dlls/shell32/contmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed default menu item.
+       * dlls/advpack/advpack.c:
+       Document many of the advpack functions.
 
-       * win32/code_page.c, misc/ddeml.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed typo.
+2005-12-02  Raphael Junqueira <fenix@club-internet.fr>
 
-       * windows/queue.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added a missing LeaveCriticalSection.
+       * dlls/x11drv/opengl.c:
+       Handle DONTCARE flags on ChoosePixelFormat.
+       DOUBLEBUFFER and STEREO are non-mandatory options (ie if not available
+       find a compatible pixel format without). So try without if we cannot
+       find a valid fbconfig with these options.
 
-       * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
-       Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
-       TranslateMDISysAccel16.
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-       * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed off-by-one bug in async output buffers.
+       * dlls/wldap32/Makefile.in, dlls/wldap32/parse.c,
+         dlls/wldap32/wldap32.spec:
+       Implement ldap_parse_extended_result{A,W}, ldap_parse_reference{A,W},
+       ldap_parse_result{A,W}, ldap_parse_sort_control{A,W} and
+       ldap_parse_vlv_control{A,W}.  Stub implementations for
+       ldap_parse_page_control{A,W}.
 
-       * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a little Drag and Drop bug.
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-----------------------------------------------------------------
-Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wldap32/misc.c, dlls/wldap32/search.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.spec:
+       Stub implementations for functions handling paged search results.
+       Add some missing declarations.
 
-       * include/config.h.in, configure, configure.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added autoconf check for "inline". You can now use it, it will be
-       defined to (empty) for compilers that do not have it.
+2005-12-01  Huw Davies <huw@codeweavers.com>
 
-       * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Don't include alloca.h.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/tests/domdoc.c:
+       Make the node object aggregatable so that the element object (and in
+       future all of the other node types) can use it.
 
-       * README, documentation/wine.man: James Juran <jrj120@psu.edu>
-       Update to reflect recent changes and discussions.
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       The load order parser should not always complain about extensions.
+       * dlls/ntdll/virtual.c:
+       Check for need to add area to the reserved list also on unmap.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - align magic buttons right
-       - shortcuts alignment working again
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed loading of native NE dlls.
+       * dlls/ntdll/virtual.c:
+       Ignore the large address space flag when version is win9x.
 
-Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-       * memory/heap.c: Fixed __builtin_return_address arg.
+       * dlls/wldap32/add.c, dlls/wldap32/delete.c:
+       Document the ldap_delete* functions.
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI compabillity.
+2005-12-01  Rein Klazes <wijn@wanadoo.nl>
 
-       * */*:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Built-in dlls now have resources attached via the PE-header like
-       normal dlls. This enables the use of the resource API.
+       * programs/wcmd/builtins.c, programs/wcmd/wcmdmain.c:
+       Don't use formatted output in WCMD_setshow_sortenv.
+       Don't use unsafe vsprintf in WCMD_output.
 
-       * misc/registry.c:
-       Use $HOME instead of getpwuid for user's home directory.
-       Fixed messed up indentation.
+2005-12-01  Oldrich Jedlicka <oldium.pro@seznam.cz>
 
-       * graphics/x11drv/xfont.c:
-       Use $HOME instead of getpwuid for user's home directory.
+       * dlls/x11drv/dib.c:
+       Fix for the monochrome DIB with inverted colors.
 
-       * */*.h:
-       Patrik Stridvall <ps@leissner.se>
-       #pragma pack(?) changed to #include "*pack*.h"
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * tools/build.c, include/commctrl.h, include/commdlg.h, include/docobj.h, include/heap.h, include/shellapi.h, include/winbase.h, include/windef.h, include/wine/obj_oleaut.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winnetwk.h, include/winnls.h, include/winuser.h:
-       Jim Aston <jima@corel.ca>
-       Added some missing #defines I've run across.
+       * dlls/msvcrt/tests/headers.c:
+       Improved the CHECK_DEF macro to avoid code duplication.
 
-       * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Ignore trailing dots on file names.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * include/debugger.h, debugger/dbg.y, debugger/debug.l, debugger/display.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/msc.c, debugger/source.c, debugger/stabs.c, debugger/stack.c, debugger/types.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added a possibility to let the internal debugger use a separate
-       heap. Not enabled by default, change #if in include/debugger.h to use
-       this (the heap allocator is very slow).
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       Make dump functions const.
 
-       * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       wine.conf should not overrule content of burned in data in
-       loadorder.c.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/mapping.c: Karl Lessard <karll@corel.com>
-       SetMapMode should not reset the window and viewport origins to 0.
+       * dlls/shdocvw/oleobject.c:
+       Added implementation of OLEIVERB_SHOW in DoVerb.
 
-       * tools/wineconf: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Allow to automatically copy part of wine.ini into generated file.
-       Small perl enhancement (work in strict mode).
-       Small updates in heuristics.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Upgraded to have a decent multimedia DLLs configuration.
+       * dlls/oleaut32/typelib.c:
+       Remove broken return value handling code and that would reference
+       memory beyond the end of the arguments array. Replace it with code
+       that properly handles referencing the return type and setting the
+       return type to VT_VOID when a dispinterface function doesn't have any
+       return value.
 
-       * tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
-       Bertho Stultiens <bertho@akhphd.au.dk>
-       - Fixed a counting bug in the win32 count and sort routine.
-       - Fixed sort order of resources (must be name before ordinal).
-       - Shuffled a couple of global variables so that built-in dlls now can
-         load resources through the proper PE interface.
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * include/windef.h, include/winreg.h:
-       Adrian Thurston <adriant@corel.ca>
-       Added support for strict handles. Only works on machines where
-       sizeof(UINT) == sizeof(void*).
+       * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/tests/headers.c:
+       Prefix signal definitions with MSVCRT_ to avoid conflicts with system
+       headers.
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Initialize process critical section in the correct process context.
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/critsection.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Warn if wrong process tries to enter critical section.
-       Better implementation of Reinitialize/UninitializeCriticalSection
-       (still not quite correct).
+       * dlls/ntdll/cdrom.c, dlls/ntdll/file.c, include/winsock2.h,
+         programs/regedit/treeview.c, server/registry.c:
+       Fixed some compiler warnings on Darwin.
 
-       * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
-       debug.h must be last in list of includes.
+2005-12-01  Pavel Roskin <proski@gnu.org>
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Return 32-bit module in GetModuleHandle16() if appropriate.
+       * programs/notepad/dialog.c, programs/notepad/main.c:
+       Improve font support in Notepad.
 
-       * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash when status was read with cd-rom tray open.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a bug in msg conversion.
+       * dlls/oleaut32/typelib.c:
+       Introduce a variable "elemdesc" to eliminate some long common
+       expressions.
+       Move the contents of the second arguments loop inside the first.
+       Move the MSFT_ReadLEDWords so that it is the last statement in the
+       loop since it is one of the iterators.
 
-       * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent crash when nMinRange > nMaxRange.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing manifest constants for Queue Status functions (QS_????).
+       * dlls/oleaut32/typelib.c:
+       Don't truncate large integer constants.
 
-       * controls/button.c, controls/edit.c, windows/mdi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing WIN_ReleaseWndPtr.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/x11drv/xfont.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       More appropriate default size for fonts with invalid sizes.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added IOleInPlaceActiveObject stub implementation.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented SetColumnWidth for ListView control.
+2005-12-01  James Hawkins <truiken@gmail.com>
 
-       * documentation/config: Adam Sacarny <magicbox@bestweb.net>
-       Added new documentation for the configuration file.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       Add a stub for AdvInstallFile.
 
-       * misc/version.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Improved VERSION_GetVersion.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
-       Added Swedish keyboard layout.
+       * configure, configure.ac, dlls/wininet/netconnection.c,
+         include/config.h.in:
+       Cleanup SSL connections properly, do a few security checks in
+       NETCON_secure_connect and display errors from SSL on failure. Don't
+       use SSL_set_bio as SSL_set_fd is cleaner for us.
 
-       * include/gdi.h, include/metafiledrv.h, include/wingdi.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/font.c, objects/gdiobj.c, objects/metafile.c, graphics/metafiledrv/Makefile.in, graphics/metafiledrv/dc.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/objects.c, graphics/painting.c, graphics/psdrv/README, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/init.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       General tidy up of the MetaFile driver - make sure that everything
-       goes through the DCFuncs table.
+2005-12-01  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/toolhelp.c, if1632/kernel.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add a stub for GlobalMasterHandle.
+       * dlls/user/listbox.c, dlls/user/tests/listbox.c:
+       Add a test for LB_SELITEMRANGE, make it pass under Wine.
 
-       * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
-       Much nicer way to select wine's location.
-       Option to disable creation of debugging output.
-       Debugging output is now created in directory script was started in.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/wnd.c: Noel Borthwick <noel@macadamian.com>
-       Fixed a problem with managed mode, where popup windows with a WS_DLGFRAME
-       style were appearing with a title bar. According to the docs for
-       WS_DLGFRAME a window with this style cannot have a title bar.
+       * dlls/stdole2.tlb/std_ole_v2.idl:
+       Fix the entry attributes of the two module functions and uncomment
+       LoadPicture, but comment out the defaultvalue attribute that causes
+       widl to issue a warning.
 
-       * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
-       Use DllOverrides from wine.ini as defaults also in
-       loadorder.c (merged in some MM dlls lines from Eric Poeuch).
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bogus infinite expiration time.
+       * dlls/oleaut32/typelib.c:
+       The pparamdescex of an ELEMDESC should only be copied if wParamFlags &
+       PARAMFLAG_DHASDEFAULT.
+       Make ITypeInfo_ReleaseVarDesc use TLB_FreeElemDesc.
 
-       * windows/x11drv/event.c: David Luyer <luyer@ucs.uwa.edu.au>
-       - consolidate both cases of !pending in WaitNetEvent
-       - select() returns -1 not 0 on error in WaitNetEvent
+2005-12-01  Steven Edwards <steven@codeweavers.com>
 
-       * memory/heap.c, include/heap.h: Ove Kaaven <ovek@arcticnet.no>
-       Made HeapValidate threadsafe, and added some macros to track callerEIP
-       a little better.
-       Added HEAP_xrealloc.
+       * dlls/wldap32/search.c, dlls/wldap32/wldap32.spec:
+       Add stubs for ldap_search_init_page[A/W].
 
-Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-01  Detlef Riekenberg <wine.dev@web.de>
 
-       * loader/loadorder.c, configure, configure.in, include/acconfig.h, include/config.h.in, include/elfdll.h, loader/elf.c, loader/elfdll.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       autoconf fixes and cleanups (check for dlopen() in libc too).
+       * dlls/x11drv/winpos.c:
+       Remove unused include X11/IntrinsicP.h.
 
-       * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented CreateStreamOnHGLOBAL.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * ole/compobj.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Let CoSetState() accept state == NULL.
+       * dlls/shdocvw/oleobject.c:
+       Added SetObjectRects implementation.
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Made internal format more compatible.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * dlls/shdocvw/client.c:
+       Return S_OK in [On|Can]InPlaceActivate.
+       Handle IOleDocumentSite in QueryInterface.
 
-       * windows/class.c, windows/dce.c, controls/combo.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Fix locking with proper calls to WIN_ReleaseWndPtr.
+2005-12-01  Rein Klazes <wijn@wanadoo.nl>
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Don't malloc/free for every mixing operation, use the same buffer over
-       instead...
+       * dlls/gdi/freetype.c:
+       Make WineEngGetFontData always return the used byte count.
 
-       * dlls/comctl32/header.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbejy@wpi.edu>
-       HEADER_InsertItemA and HEADER_InsertItemW now treat null pointers to
-       text strings as null strings, as Windows does.  Fixes wine crash on
-       startup of CuteFTP.
+2005-11-30  Peter Lemenkov <petro@mail.ru>
 
-       * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
-       Set (when registry loaded) data to "\0" and length to 2 in empty
-       string value case, in place of setting data to NULL and length to 0,
-       and this is without initializing output buffer parameter of
-       RegQueryValue*.
+       * include/winuser.h:
+       Added WS_EX_COMPOSITED.
 
-       * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added Panose defines and EXTLOGFONT[A|W].
+2005-11-30  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/painting.c, dlls/user/tests/msg.c:
+       Add a test for RedrawWindow with an empty region/rectangle, make it
+       pass under Wine.
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI compabillity.
+2005-11-30  Willie Sippel <willie@zeitgeistmedia.net>
 
-       * multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, objects/text.c, windows/caret.c, windows/rect.c, dlls/version/info.c, if1632/thunk.c, include/wine/winuser16.h, memory/atom.c, memory/string.c, misc/lstr.c, multimedia/mcianim.c, controls/uitools.c, dlls/commdlg/finddlg.c, dlls/shell32/brsfolder.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed some includes of 16 bit API.
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Added more Nvidia card IDs.
 
-       * dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, include/oleobj.h, include/shlobj.h, dlls/shell32/dataobject.c:
-       Adrian Thurston <adriant@corel.ca>
-       ICOMization of remaining interfaces.
+2005-11-30  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/tooltips.c: Noel Borthwick <noel@macadamian.com>
-       Fixed bug with tooltips stealing focus whenever a tooltip was created,
-       shown, hidden or tracked. The SetWindowPos calls needed to have the
-       SWP_NOACTIVATE flag set additionally.
+       * tools/winewrapper:
+       Added support for Darwin DYLD_LIBRARY_PATH.
 
-       * objects/clipping.c: Karl Lessard <karll@corel.com>
-       Fixed coordinates conversion in OffsetClipRgn.
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/objbase.h: Adrian Thurston <adriant@corel.ca>
-       Clean up objbase.h. Makes the STDMETHOD set of macros available to the winelib user.
+       * dlls/ntdll/om.c, dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
+         server/Makefile.in, server/directory.c, server/object.h,
+         server/protocol.def, server/request.h, server/symlink.c,
+         server/trace.c:
+       Implement symbolic link object in wineserver.
+       Implement Nt[Create|Open|Query]SymbolicLinkObject.
+       Change tests accordingly.
 
-       * relay32/kernel32.spec, scheduler/handle.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
+2005-11-30  Markus Gömmel <m.goemmel@compulab.de>
 
-       * dlls/shell32/brsfolder.c, dlls/shell32/iconcache.c, dlls/shell32/regstream.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, include/shell.h, include/shellapi.h, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved stuff to the right place.
+       * dlls/shell32/shellpath.c:
+       Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.
 
-       * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fixed syscolors for win 3.1.
+2005-11-30  Oldrich Jedlicka <oldium.pro@seznam.cz>
 
-       * files/profile.c, if1632/kernel.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added missing profile KERNEL routines (call 32-bit versions).
+       * dlls/x11drv/dib.c:
+       Fix for RGB mask that corresponds to the visual's mask.
 
-       * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
-       entry table layout.
+2005-11-30  Hans Leidekker <hans@it.vu.nl>
 
-       * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Add Enhanced MetaFile record structures.
+       * dlls/wldap32/control.c:
+       Document the ldap_control* functions.
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/resource.h, resources/sysres_En.rc:
-       Thuy Nguyen <thuy@macadamian.com>
-       First patch implementing property sheets.
+2005-11-30  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * relay32/gdi32.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: GDI32.100-104 are ordinal-only routines.
-       Added stubs for some Win98 GDI32 routine.
-       Re-numbered all named exports (lexicographically).
+       * dlls/shell32/shlexec.c:
+       Fix context menu handling for more than one entry in order to repair
+       .lnk-file execution: Don't break at the first non-matching entry.
 
-       * graphics/driver.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added prototypes (stubs) for GDI32.100-104.
+2005-11-30  Raphael Junqueira <fenix@club-internet.fr>
 
-       * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shelllink.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - more checks for valid pidl formats
+       * dlls/opengl32/wgl.c:
+       Added some checks on wglCreatContext to avoid problems (and
+       SetLastErrors).
 
-       * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - corrected parameter count for SHGetSettings
-       - stub SHValidateUNC
+2005-11-30  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       #else branch compile fix.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
+       Added stub for CryptVerifyMessageSignature.
 
-       * include/elfdll.h, loader/elfdll.c, loader/loadorder.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Change wine's dlopen search-patch strategy not using the environment
-       and added #if:s to seperate the code out if libdl isn't availble.
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Added a check for a NULL pointer in CoFreeUnusedLibraries.
+       * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+       ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE window
+       state. Change tests accordingly.
 
-       * relay32/builtin32.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Include debug.h last (ERR() macro problem on Solaris).
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a sizing bug in the combobox control.
+       * dlls/user/tests/msg.c, dlls/user/win.c:
+       New maximized visible window should be shown with
+       ShowWindow(SW_SHOW).
 
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Internal NE entry point tables were bad (one huge bundle).
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * misc/registry.c: Noomen Hamza <noomen@macadamian.com>
-       Initialize the output buffer parameters to 0 in RegQueryValue*
-       functions. This is important specially when there's no data to return.
+       * dlls/user/tests/msg.c, dlls/x11drv/window.c:
+       CreateWindow should not activate invisible minimized or maximized
+       windows.
+       Add several tests to show the correct behavior.
 
-       * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Do not increment module refCount if self is loaded from within
-       DllEntryPoint during the attach notification.
+2005-11-30  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/version/tests/install.c:
+       Fix version tests on windows 9x/ME.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - protect TRACE against NULL-ptr
-       - rewrote GetMenuItemID/GetSubMenu to use MENU_FindItem (hmenu=0xffff fix).
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed typo.
+       * dlls/wininet/tests/http.c:
+       Test the behaviour of HttpSendRequestEx when putting data into the
+       lpvBuffer.
 
-       * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Reimplementation of GetModuleHandle16 according to how win95 handles
-       it (thanks to Marcus Meissner <marcus@jet.franken.de>).
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * if1632/builtin.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Corrected wrong return values of built-in loader to work with the
-       loadorder stuff.
+       * dlls/wininet/http.c, dlls/wininet/internet.c, dlls/wininet/internet.h:
+       Remove duplicated code by modifying HTTP_HttpSendRequest so that it
+       can be used by both HttpSendRequest and HttpSendRequestEx.
+       Also allow HttpSendRequestEx to be used asynchronously.
 
-Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/init.c, include/bitmap.h, include/metafiledrv.h, objects/dib.c, objects/metafile.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implemented recording of StretchDIBits and SetDIBitsToDevice and
-       playback of SetDIBitsToDevice. Cleaned up PlayMetaFileRecord a bit.
+       * dlls/netapi32/netapi32.c, include/lm.h, include/lmaccess.h,
+         include/lmserver.h, include/lmwksta.h:
+       Add some prototypes to include/ for already existing functions in
+       netapi32.
 
-       * include/elfdll.h, loader/elf.c, loader/elfdll.c, loader/loadorder.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Removed non-portable hacks and replaced them with more general
-       versions.
+2005-11-30  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
-       Code added to re-evaluate stale DC information in DCE cache.
+       * tools/winapi/win16.api, tools/winapi/win32.api,
+         tools/winapi/winapi_function.pm, tools/winapi/winapi_local.pm,
+         tools/winapi/winapi_parser.pm:
+       Update win32.api to current cvs.
+       Add __RPC_USER as a calling convention in winapi.
 
-       * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Attach notifications must be send after all recursive dependencies are
-       loaded and not before.
+2005-11-30  Raphael Junqueira <fenix@club-internet.fr>
 
-       * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
-       Fixed typo.
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Add support for Intel drivers version string.
+       Update default driver version (nvidia).
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed playing position when required by track number.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
-       Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
+       * dlls/x11drv/xrender.c:
+       Disable XRender if bit masks aren't valid.
+       XRender code in the X11 driver will go into an infinite loop when the
+       colour bit masks are 0, so disable XRender in this case.
 
-       * wine.ini: Marcus Meissner <marcus@jet.franken.de>
-       Native toolhelp will not work (missing GLOBALMASTERHANDLE).
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
-       Updated.
+       * dlls/msi/registry.c:
+       The buffer sizes in the documentation for MsiDecomposeDescriptorW don't
+       include the NULL terminator, so fix this.
 
-       * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
-       Test for static was reversed.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       New debug scheme with explicit debug channels declaration.
+       * dlls/wininet/http.c:
+       Remove call to StrCatW by passing in NULL for lpszExtraInformation in
+       the call to InternetCrackUrl, which concatenates the params onto the
+       path.
+       Some other minor cleanups.
 
-Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * loader/ne/module.c: Removed extra call to TASK_StartTask.
+       * dlls/oleaut32/typelib.c:
+       Factor out code for doing ELEMDESC sizes and copies.
+       Copy FUNCDESC structures returned to calling applications instead of
+       passing a pointer to the master structure used internally.
+       Call VariantInit on newly allocated memory before calling VariantCopy.
 
-       * include/acconfig.h, include/config.h.in, configure, configure.in:
-       Removed check for union semun; cleaned up a bit.
+2005-11-29  Hans Leidekker <hans@it.vu.nl>
 
-       * include/server.h, server/process.c, server/trace.c, tools/make_requests:
-       Added env ptr to new_process request
+       * configure, configure.ac:
+       Link to the reentrant version of libldap.
 
-       * relay32/user32.spec, windows/mdi.c, controls/menu.c, include/menu.h, include/winuser.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - use fonts/fontsizes given by SystemParametersInfo
-       - drawing/alignment fixes, win98 style for menubar
-       - ownerdrawn menus are working now for the first time
-       - complete constants magic items
-       - use right owner for popupmenus
-       - new: Get/SetMenuInfo
-       - implemented: Get/SetMenuContextHelpId
-       - more flags for Get/SetMenuItemInfo
+2005-11-29  YunSong Hwang <hys545@dreamwiz.com>
 
-       * files/dos_fs.c: robert w hall <bobh@n-cantrell.demon.co.uk>
-       Make DOSFS_MatchLong match a search string ending in '*.' to a zero
-       extension file name, allowing Mathcad to run.
+       * dlls/iccvid/iccvid_Ko.rc, dlls/iccvid/rsrc.rc,
+         dlls/msvidc32/msvidc32_Ko.rc, dlls/msvidc32/rsrc.rc:
+       Add Korean translations.
 
-       * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory freeing.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
-       Renamed cmdlgr.h to cmdlgtst.h.
+       * dlls/ntdll/om.c, dlls/ntdll/tests/om.c, include/wine/server_protocol.h,
+         server/Makefile.in, server/directory.c, server/main.c,
+         server/object.c, server/object.h, server/protocol.def,
+         server/request.c, server/request.h, server/trace.c:
+       Implement directory object in wineserver.
+       Implement Nt[Create|Open]DirectoryObject.
+       Change tests accordingly.
 
-       * scheduler/critsection.c: Added timeout to critical section waiting.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * include/thread.h, scheduler/sysdeps.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Merged Linux/FreeBSD reentrant errno handler, added Solaris.
-       Preliminary support for Solaris low-level threads (LWPs) added.
+       * dlls/ntdll/loader.c:
+       Check for a valid module before attempting to read the export
+       directory in LdrGetProcedureAddress.
 
-       * configure, configure.in, include/acconfig.h, include/config.h.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Reentrant libc check for Solaris added.
-       Fixed reentrant X11 check for FreeBSD and Solaris.
-       Added check for Solaris low-level thread routines.
+2005-11-29  Rein Klazes <wijn@wanadoo.nl>
 
-       * loader/ne/module.c:
-       Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
-       Stultiens).
+       * dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
+       Clear the reference counter in WSACleanup, with regression test.
 
-       * tools/wineinstall: Ove Kaaven <ovek@arcticnet.no>
-       Automatic install script, which automatically configures and compiles
-       wine and regapi, runs tools/wineconf to generate a configuration file
-       if one does not already exist, and uses regapi to install the default
-       registry.
+2005-11-29  Hans Leidekker <hans@it.vu.nl>
 
-       * documentation/gui, windows/win.c, windows/winpos.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Properly handling cases like calling SetWindowPos while processing
-       WM_NCCREATE.
+       * dlls/wldap32/compare.c:
+       Document the ldap_compare* functions.
 
-       * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few bugs (typos from cut & paste & invalid heap block
-       freeing).
+2005-11-29  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Bug fix in GetLen.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/stateblock.c, dlls/wined3d/wined3d_private.h,
+         include/wine/wined3d_interface.h:
+       Added support for vertex and pixel shader constants that have no type
+       i.e. they haven't been set yet or are clear.
 
-       * loader/ne/module.c, loader/pe_image.c, memory/global.c, misc/main.c, miscemu/main.c, relay32/builtin32.c, scheduler/process.c, scheduler/thread.c, if1632/builtin.c, include/builtin32.h, include/module.h, include/pe_image.h, include/winerror.h, loader/Makefile.in, loader/elf.c, loader/main.c, loader/module.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Reorganization of the loader to correctly load and free libraries and
-       implementation of load order to load different types of libraries.
+2005-11-29  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Updated commandline changes of -dll option and wine.conf entries.
+       * dlls/netapi32/Makefile.in, dlls/netapi32/ds.c,
+         dlls/netapi32/netapi32.spec, dlls/netapi32/tests/.gitignore,
+         dlls/netapi32/tests/Makefile.in, dlls/netapi32/tests/ds.c,
+         include/Makefile.in, include/dsrole.h:
+       Added some stubbed Ds-calls
+       Start of conformance tests for these Ds-calls.
 
-       * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Updated the example with the new configuration entries.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/shell32/shell32_main.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Bugfix: free loaded library not before exit.
-
-       * include/elfdll.h, include/loadorder.h, loader/elfdll.c, loader/loadorder.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       New files to support load order and partial stubs for elfdlls.
-
-       * graphics/metafiledrv/objects.c, graphics/x11drv/dib.c, include/bitmap.h, objects/brush.c, objects/cursoricon.c, objects/dib.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixes for upside-down DIBs.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Changed 'GetDisplayMode' to return the mode previously set by
-       'SetDisplayMode' (and not the current monitor mode).
-
-       * include/tab.h, dlls/comctl32/tab.c:
-       Luc Tourangeau <luc@macadamian.com>
-       -Implemented TCS_BUTTONS, TCS_FIXEDWIDTH, TCM_GETITEMRECT,
-       TCM_SETITEMSIZE and TCM_DELETEITEM.
-
-       * objects/cursoricon.c: Pavel Roskin <pavel_roskin@geocities.com>
-       LookupIconIdFromDirectoryEx16() fixed: if GetSystemPaletteEntries()
-       returns 0, it is interpreted as if it were 256.
-
-       * loader/module.c, scheduler/process.c:
-       Kevin Holbrook <kwh@neosoft.com>
-       Fix ambiguous else warning.
-
-       * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Loading color values from the registry fixed.
-
-       * graphics/ddraw.c: Brian Gerst <bgerst@quark.vpplus.com>
-       - Removed all floating point math.
-       - Implemented stretching in X and Y directions for 8, 16, and 32 bit color.
-       - Implemented source and dest color-keying for 8, 16, and 32 bit color.
-       - Implemented some trivial raster operations.
-       - Minimized inner loops for maximum speed.
-       - Use memcpy whenever possible.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
+       Stub StackWalk64.
 
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Reduced fragment size.
-       Reorganized wodOpen (with support for WAVE_QUERY_FORMAT).
-       Fixed buffer underrun recovery.
-       Fixed bug in wodReset()/wodClose().
-
-       * ole/storage32.c: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Simplify propertyNameCmp() and fix a warning in the way by removing
-       CRTDLL__wcsupr() calls.
-
-       * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
-       DdeNameService: expansion of stub to trap unused instanceids at start of run.
-       DdeGetLastError: catch 'not initialized' situation and return correct response.
-       DdeFreeStringHandle: complete test for error set by previous call of
-       something and ignore it, also release handle table mutex on normal exit.
-       DdeQueryStringA, DdeQueryStringW, DdeCreateStringHandleW: Release
-       handle table mutex on normal exit.
-
-       * include/wnet.h, misc/network.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Don't announce the WNetDirectoryNotify capability WNetGetConnection.
-       Change the return value for local files.
-
-       * windows/mouse.c: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Add "win.h" to fix implicit function declaration warnings.
-
-       * console/interface.c, include/console.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Only declare console "driver" once, use external refs elsewhere.
-
-       * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
-       When the vertical scrollbar is removed, the background was not
-       properly repainted.
-
-       * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
-       Disable AC bit on receiving alignment exceptions.
-
-       * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
-       SystemParametersInfo SPI_GETNONCLIENTMETRICS: implemented menu part.
-
-       * windows/x11drv/event.c: Noel Borthwick <noel@macadamian.com>
-       While handling the WM_DELETEWINDOW client message check if a window
-       has been disabled and if so prevent an SC_CLOSE message from being
-       sent.
-
-       * windows/dce.c: Noel Borthwick <noel@macadamian.com>
-       Make access to the DCE list thread safe by ensuring we have acquired
-       the Windows lock before using it.
-
-Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * resources/.cvsignore: Changed for renamed files
-
-       * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fixed warnings.
-
-       * ole/nls/wal.nls, ole/ole2nls.c, resources/Attic/sysres_Cz.rc, resources/Attic/sysres_Po.rc, resources/Attic/sysres_Sw.rc, resources/Makefile.in, resources/sysres.c, resources/sysres_Cs.rc, resources/sysres_Pt.rc, resources/sysres_Sv.rc, resources/sysres_Wa.rc, windows/x11drv/keyboard.c, documentation/wine.man, include/options.h, include/winnls.h, misc/main.c:
-       Pablo Saratxaga <pablo.sarachaga@ping.be>
-       Added walon language support (I also moved Cz -> Cs, Sw -> Sv, and Po
-       -> Pt; to conform to standard names for those languages).
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * configure, configure.in, relay32/Makefile.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Add -fno-builtin when compiling with gcc in relay32/ subdir.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         dlls/dbghelp/path.c, include/dbghelp.h:
+       Added support for 'loading' virtual modules.
 
-       * include/module.h, loader/ne/module.c, loader/ne/segment.c, tools/build.c, if1632/builtin.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       - Implemented proper ("real", compressed) Win16 entry tables.
-       - Fixed MyAlloc (AKA NE_AllocateSegment).
-       - Implemented PatchCodeHandle16.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * tools/Attic/make_os2.sh, tools/make_os2.cmd, graphics/path.c, graphics/psdrv/graphics.c, include/sig_context.h:
-       Robert Pouliot <krynos@clic.net>
-       A few patches to help Wine to compile on OS/2.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       Implemented SymGet{Next|Prev}Line64.
 
-Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/metafiledrv/bitblt.c, graphics/metafiledrv/graphics.c, graphics/metafiledrv/init.c, graphics/metafiledrv/mapping.c, graphics/metafiledrv/objects.c, graphics/metafiledrv/text.c, include/metafile.h, include/metafiledrv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/metafile.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Change (32 bit) HMETAFILEs to GDI objects (HMETAFILE16s remain as
-       global memory handles).  Fixed disk-based MetaFiles.  Better
-       separation between MetaFile playback and the metafiledrv.
+       * dlls/dbghelp/module.c:
+       Now correctly checking calling down to 32 bit version.
 
-       * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
-       _CIpow argument order was confirmed with Starcraft v1.05.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
-       Clarified a few points.
+       * dlls/wininet/http.c, dlls/wininet/tests/http.c:
+       HttpSendRequestExA/W doesn't touch lpBuffersIn->Next, so simplify the
+       code a bit.
+       Modify test case to demonstrate this.
 
-       * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Added IOCTL function 0x440d/0x72.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * relay32/kernel32.spec, scheduler/critsection.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       UnitializeCriticalSection partial stub implementation.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       Implemented SymGetModuleInfo64.
 
-       * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing proto for GetExitCodeThread.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * include/driver.h, include/wine/keyboard16.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Added missing windef.h includes.
+       * dlls/ole32/Makefile.in, dlls/ole32/ole32.spec,
+         dlls/ole32/tests/Makefile.in, dlls/ole32/tests/marshal.c,
+         dlls/ole32/usrmarshal.c:
+       Implement some user marshal functions and add tests.
 
-       * windows/input.c, include/winuser.h:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       ReleaseCapture() is supposed to return a BOOL value.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * configure, configure.in, include/config.h.in, loader/signal.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       FreeBSD 3 multithreading final fix. Do not use libc_r, libc is just as
-       reentrant concerning errno. Revert unneeded FreeBSD hack to
-       loader/signal.c from last patch.
+       * dlls/wininet/http.c:
+       More lpszServerName -> lpszHostName fixes.
 
-       * windows/x11drv/keyboard.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       index == 3 corresponds to Alt-Gr + Shift.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
-       More of DdeCreateStringHandleA, DdeFreeStringHAndle, DdeQueryStringA
-       and DdeCreateStringHandleW and tidy up of RemoveHSZNodes, and
-       DdeCreateStringHandleA.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       Implemented SymUnloadModule64.
 
-       * windows/x11drv/main.c, graphics/x11drv/bitblt.c, graphics/x11drv/palette.c, include/x11drv.h:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed ugly disabled controls and black background in Write and Lotus
-       Notes.
+2005-11-29  James Hawkins <truiken@gmail.com>
 
-       * controls/button.c, include/button.h, include/winuser.h:
-       Pascal Lessard <pascal@macadamian.com>
-       Implement the button with bitmaps.
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       Returned versions are always initialized to zero, even on failure.
+       Function always returns S_OK, even on failure.
+       Copy the file to the temp directory if the file exists but isn't found
+       by GetFileVersionInfoSize.
+       If bVersion is FALSE, return the language and code page identifiers of
+       the file, not the system.
 
-       * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Implementation of IStorage::CopyTo and IStream::CopyTo.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Always release the Win16Lock in TASK_Reschedule.
+       * dlls/wininet/http.c:
+       Fix redirects from secure to non-secure and vice versa.
 
-       * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
-       Solved a deadlock between global lock and wnd lock in event.c.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
-       Typo that broke Solaris compile fixed.
+       * dlls/oleaut32/typelib.c:
+       Implement ITypeInfo_Bind for typelibs.
+       Fix some places where a returned object was AddRef'd.
+       Make the search through implemented types work on all types, not just
+       interfaces.
 
-       * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
-       Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
+2005-11-29  Peter Lemenkov <petro@mail.ru>
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Fix scancodes for NumLock and Num-/.
-       Fix MapVirtualKey() (maptype=2) to return proper ascii code.
-       Reworked GetKeyNameText() again.
+       * include/shellapi.h:
+       Added some definitions.
 
-       * graphics/psdrv/font.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Limit lastChar to 0xff in PSDRV_GetCharWidth.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI for RegisterSystemThread.
+       * dlls/winmm/mci.c:
+       Fixed some bugs in MCI string parsing.
 
-Sun Apr 11 18:48:17 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed "Display Combination" call.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         include/dbghelp.h:
+       Implemented SymLoadModuleEx.
 
-       * misc/comm.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed a crash due to invalid OpenComm return value for busy comm port.
-       Cleaned up/fixed several things.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/win.c: Francois Boisvert<francois@macadamian.com>
-       Enabled thread safeness for wnd structure code.
+       * programs/winedbg/debugger.h, programs/winedbg/display.c,
+         programs/winedbg/stack.c, programs/winedbg/symbol.c:
+       Replaced stack_get_frame with a pure symbol (and no longer stackframe)
+       oriented API (stack_get_current_symbol).
+       Reused the func name (stack_get_frame) for internal stack.c handling.
 
-       * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
+2005-11-29  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * server/request.c, server/thread.c, server/trace.c, include/server.h, include/server/request.h, include/server/thread.h, scheduler/client.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added new CLIENT_DebuggerRequest routine, implemented support for
-       DEBUGGER_FREEZE_ALL/DEBUGGER_UNFREEZE_ALL requests.
-       Run wine server in the main wine process.
-       Bugfix: never free initial thread!
+       * dlls/ole32/ole32res.rc:
+       Made the Drag&Drop cursors' rubber band visible on a white background.
 
-       * scheduler/process.c, include/process.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/timer.c: Ove Kaaven <ovek@arcticnet.no>
-       Teached TIMER_GetNextExpiration that a timer that has already expired
-       (but not processed yet) HAS already expired...
+       * dlls/x11drv/bitblt.c, dlls/x11drv/graphics.c:
+       Avoid including X11/Intrinsic.h.
 
-       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
-       Default values for registry.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
-       Optimized code for SetImageBits_X, making bitmap creation faster.
+       * dlls/gdi/bitmap.c:
+       Added support for doing SetBitmapBits on a DIB section.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
+2005-11-29  James Hawkins <truiken@gmail.com>
 
-       * configure.in, include/config.h.in, include/sig_context.h, loader/signal.c, scheduler/sysdeps.c, configure:
-       Marcus Meissner <marcus@jet.franken.de>
-       - Started multithreading for FreeBSD (incomplete, but some
-         applications now at least start up again).
-       - Use _thread_sys_sigaction/_thread_sys_sigaltstack.
-       - CR2 on pagefault gets passed in sc_err (some kind of kludge in
-         FreeBSD owns fault handling we can use)
+       * include/advpub.h:
+       Add ADN_DEL_UNC_PATHS define to advpub.h.
 
-       * include/selectors.h, memory/global.c, memory/selector.c:
-       Made SELECTOR_ReallocBlock preserve the current selector access rights
-       (problem reported by Andreas Mohr).
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use services thread instead of timer signals.
+       * dlls/wininet/http.c:
+       Change all SendAsyncCallback calls into the synchronous
+       INTERNET_SendCallback where INTERNET_FLAG_ASYNC is already handled
+       properly.
 
-       * server/thread.c, scheduler/synchro.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow user APCs with NULL 'func' (just wake up the thread).
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented 'kernel services thread'.
+       * include/objidl.idl:
+       Make IAdviseSink methods non-async and remove the IAsyncManager
+       parameter hack that native COM used to use (but not any more). Async
+       calls are an optimisation that we're not going to support in the near
+       future.
 
-       * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Added stub for PrinterProperties.
+2005-11-29  Raphael Junqueira <fenix@club-internet.fr>
 
-       * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented NtTerminateProcess and NtDisplayString.
+       * dlls/opengl32/wgl.c:
+       Fixed crash in wglShareList.
 
-       * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       FreeLibrary partial implementation.
+2005-11-29  Raphael Junqueira <fenix@club-internet.fr>
 
-       * misc/crtdll.c, relay32/crtdll.spec: Ove Kaaven <ovek@arcticnet.no>
-       Made _ftol take argument from FPU stack. Starcraft v1.04 (*not* Brood
-       Wars) now works perfectly with Wine's crtdll. Wrote a test
-       implementation of _CIpow too, which those who do have Brood Wars can
-       report on, so it can be implemented correctly.
+       * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_private.h, dlls/dmusic/port.c:
+       Fix implementation of IDirectMusic8Impl_CreatePort.
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Partial implementation for GetKeyNameText for new keyboard structure.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
-       Fixed warning.
+       * include/cvconst.h:
+       Added calling convention definitions.
 
-       * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing ReadClassStg prototype.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * misc/wsprintf.c: Michael Veksler <mveksler@techunix.technion.ac.il>
-       - Fix comments after the big renaming (xxxx32y --> xxxxy).
-       - Declare the WPRINTF_DATA union, and use it instead of LPCVOID and WORD.
-         Avoid ugly type casting, and fix compilation warnings of wsprintf.c
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec, include/dbghelp.h:
+       Added stub for dbghelp.SymRegisterCallback64.
 
-       * documentation/status/dde:
-       Keith Matthews <keith_m@sweeney.demon.co.uk>
-       Status document for DDE/Ddeml.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added event callback mechanism.
-       Introduction of MCI yield procs.
-       Updated (prepare|unprepare)header functions (wave, midi) to allow
-       correct callback mechanisms.
-       Made midiStreamXXX functions working.
-       First try at mmThreadXXX functions.
-
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated (prepare|unprepare)header functions to allow correct callback
-       mechanisms.
-
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Small enhancement.
-
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       New method for structure conversion (16 <-> 32).
-       More MCI structures correctly mapped.
-       Introduction of MCI yield proc and break facility.
-
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated (prepare|unprepare)header functions to allow correct callback
-       mechanisms.  Implemented waveOut playback as asynchronous.
-
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Started implementation of mmThreadXXX functions.
-
-       * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added a few missing defines (MIDI, WAVE, callbacks).
-       Structures for midiStreamXXX functions.
-
-       * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated (prepare|unprepare)header functions (wave, midi) to allow
-       correct callback mechanisms. Added wine specific entry for mmThreadXXX
-       functions thread starting point.
-
-       * include/wine/obj_storage.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Introduce STATSTG16 - a 16 bit variant of STATSTG.
-
-       * ole/storage.c: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).
-
-       * controls/menu.c: Paul Millar <paulm@astro.gla.ac.uk>
-       Fixed menu type setting in SetMenuItemInfo32_common().
-
-       * include/process.h, loader/ne/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Send USIG_PROCESS_CREATE signal.
-       Bugfix: GetProcessDword offset -8 should return parent process ID.
-
-       * relay32/user32.spec, windows/user.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Added RegisterSystemThread stub.
-
-       * include/wine/obj_misc.h, ole/compobj.c, relay32/ole32.spec, include/winerror.h:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the CoCreateInstanceEx method.
-
-       * misc/registry.c: David Gay <dgay@CS.Berkeley.EDU>
-       Fixed crash due to a value of name length 0, value length 0 at the end
-       of the registry.
-
-       * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
-       Check if pTempActiveWindow in WINPOS_SetWindowPos is valid after the
-       QUEUE_Lock.
-
-       * multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
-       - updated because of the splitting of interface/implementation
-       - updated to use ICOM_THIS
-
-       * include/dplay.h, include/dplobby.h, ole/guid.c:
-       Francois Gouget <fgouget@psn.net>
-       - use the latest ICOM macros
-       - moved the IDirectPlayLobby interface to dplobby.h
-       - removed all the implementation aspects since they need to be
-       separate
-
-       * include/dsound.h, multimedia/dsound.c:
-       Francois Gouget <fgouget@psn.net>
-       ICOMisation of the DirectSound API.
-
-       * dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - reorganised icon extracing from files
-       - made extracting from ne and ico files working
-       - IPersistFile interface for IExtractIcon
-
-       * misc/shell.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed buffer overrun.
-
-       * include/cursoricon.h, objects/cursoricon.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Changed ressource dir structures.
-       Adapted FindBestIccon/FindBestCursor.
-
-       * windows/syscolor.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Loading the color schema for registry.
-
-Sat Apr 10 16:58:55 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/winsock.h, misc/Attic/winsock_dns.c, misc/Makefile.in, misc/winsock.c, misc/winsock_async.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Reimplemented winsock asynchronous DNS services. No longer use a
-       fork()ed process, but either a service thread or inline blocking calls
-       for non-threading architectures. (Makes Free Agent16 work again.)
-
-       * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
-       <ewill@ncal.verio.com>
-       - color and font dialogs now actually do something interesting,
-         and force a redraw when successful.  Background color is adjustable.
-         Text color is also adjustable, but the user has to set the CF_EFFECTS
-         flag first.
-       - text is output left-right centered, baseline, at the middle
-         of the window, and moves with the window.  Text font is adjustable.
-       - Success and failure MessageBox calls for Color, Font, Open,
-         and Save have been removed or suppressed.  They annoyed me after
-         awhile, and I suspect they annoyed others, too.  Use my tool! :-)
-       - cmdlgtst now has the full pathname in the upper left corner; which may
-         assist in debugging certain problems -- or it may not. :-)
-       - usage dialog added
-
-       * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Corrected debug output.
-
-       * windows/driver.c, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Better error handling ; a few bug fixes ; now OpenDriver16 can load 32
-       bit drivers.
-       Added stub for GetDriverFlags.
-
-       * windows/user.c, relay32/user32.spec:
-       Sergey Turchanov <turchanov@usa.net>
-       Stubs for CloseDesktop and CloseWindowStation.
-
-       * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       GetModuleFromPath now checks for loaded modules via filenames which
-       were specified without a path.
-
-       * misc/registry.c, include/winreg.h:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Implementation of HKU key saving and loading. Add new supported data
-       type in debug_print_value.
-
-       * dlls/shell32/shlview.c, include/docobj.h, ole/guid.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New interfaces for IOleCommandTarget, IDropTarget, IViewObject.
-       Small change how to get icons for listview.
-
-       * include/shlobj.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       ILLoadFromString and SHGetSettings implemented.
+       * dlls/oleaut32/typelib.c:
+       Add functions for doing a deep copy of a TYPEDESC into a flat buffer.
+       Copy VARDESC structures returned to calling applications instead of
+       passing a pointer to the master structure used internally.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHGetSettings implemented.
-       ExitWindowsDialog() simulated by Messagebox.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       ILLoadFromString implemented.
+       * dlls/rpcrt4/cpsf.h, dlls/rpcrt4/cstub.c:
+       Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
 
-       * graphics/x11drv/init.c, graphics/ttydrv/init.c, graphics/ttydrv/palette.c:
-       Richard Mortimer <remitrom@my-dejanews.com>
-       Added missing *IsDark entries into PALETTE_Driver instance
-       initialisation.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
-       Fixed X11DRV_MOUSE_WarpPointer initial value.
+       * dlls/rpcrt4/cpsf.c:
+       The CLSID can be substituted by an IID present in one of the proxy
+       file infos in NdrDllGetClassObject.
 
-       * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
-       Ensure that the bitmap is properly initialized when created with the
-       LR_CREATEDIBSECTION flag.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Fixed the messaging problem of the edit box for node label edition.
-       Substituted WM_PAINT for InvalidateRect.
-       Some graphical fixes.
+       * dlls/rpcrt4/ndr_midl.c:
+       Return the correct error code from NdrProxyErrorHandler.
 
-       * misc/main.c: James Juran <jrj120@psu.edu>
-       Check for drivers==NULL before trying to delete them at exit.  This
-       could happen if the emulator initialization failed for some reason and
-       the drivers hadn't been initialized yet.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * if1632/thunk.c, include/callback.h, misc/callback.c, miscemu/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call InitApp16 (using Callout) for initial process.
+       * dlls/rpcrt4/ndr_ole.c:
+       Raise exceptions on failures.
+       Replace references of pStubMsg->BufferEnd with RpcMsg->Buffer +
+       pStubMsg->BufferLength.
+       Fix buffer calculation when no interface data is marshaled to the
+       stream.
 
-       * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Clear invalid selectors also in CallTo16 relay code.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * programs/notepad/Es.rc:
-       Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
-       Revised Spanish resources.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Fix the overflow check to not depend on pStubMsg->BufferStart and
+       pStubMsg->BufferEnd being valid, because they aren't filled in when
+       using MIDL-generated server stubs.
+       Don't set the pointer to NULL on unmarshaling because we may want to
+       unmarshal the value to an existing pointer instead of allocating a new
+       one.
 
-       * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fixed window locking bug in CalcChildScroll.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * multimedia/time.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed fake multimedia timers. Grim Fandango is now able to start up
-       when under favorable conditions. The preview movie on the Brood Wars
-       disc now plays, too.
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       EnumChildWindows should return result from the callback.
 
-       * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
-       Bugfix EnumPrintersA: lpbPrinters=NULL or cbBuf=0 would crash Wine,
-       instead of returning the right buffersize.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Activate document object.
 
-       * files/directory.c: galberte <galberte@neo.rr.com>
-       Fixed SearchPathA return value.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, graphics/ddraw_private.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - clean-up of texture 'loading'
-       - added SetColorKey callback for already loaded textures
+       * include/shlobj.h:
+       Remove unnecessary external variable declarations.
 
-       * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
-       Fixed a problem pointed out by Kevin Holbrook.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/commctrl.h: Francois Gouget <fgouget@psn.net>
-       commctrl.h must include prsht.h.
+       * dlls/iccvid/iccvid.c, dlls/iccvid/iccvid.spec, dlls/mciavi32/mciavi.c,
+         dlls/mcicda/mcicda.c, dlls/mciseq/mcimidi.c, dlls/midimap/midimap.c,
+         dlls/msacm/imaadp32/imaadp32.c, dlls/msacm/msadp32/msadp32.c,
+         dlls/msacm/msg711/msg711.c, dlls/msacm/pcmconverter.c,
+         dlls/msacm/winemp3/mpegl3.c, dlls/msrle32/msrle32.c,
+         dlls/msvidc32/msvidc32.spec, dlls/msvidc32/msvideo1.c,
+         dlls/winmm/joystick/joystick.c, dlls/winmm/mciwave/mciwave.c,
+         dlls/winmm/wavemap/wavemap.c, dlls/winmm/winealsa/alsa.c,
+         dlls/winmm/winearts/arts.c, dlls/winmm/wineaudioio/audioio.c,
+         dlls/winmm/wineesd/esound.c, dlls/winmm/winejack/jack.c,
+         dlls/winmm/winemm.h, dlls/winmm/winenas/nas.c,
+         dlls/winmm/wineoss/oss.c:
+       Fix all drivers DriverProc to conform to the DRIVERPROC definition.
 
-       * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
-       Warning fix.
+2005-11-28  Juan Lang <juan_lang@yahoo.com>
 
-       * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
-       Added a new implementation of the ICOM macros that use Microsoft style
-       virtual methods to implement the COM interfaces in C++.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec, dlls/crypt32/main.c:
+       Fix parameter count on some stubs (thanks to Marcus Meissner for
+       spotting that.)  Add a few more stubs.
 
-       * misc/ddeml.c: Keith Matthews <keith_m@sweeney.demon.co.uk>
-       Correction of Mutex handling in DdeInitializeW for cases other than
-       1st call. Addition of instance handling to DdeCreateStringHandleA,
-       DdeCreateStringHandleW, RemoveHSZNodes, FreeAndRemoveHSZNodes.  1st
-       cut implementation of DdeUnitialize, move of internal structure defs
-       in from ddeml.h. Removed non-ANSI comment.
+2005-11-28  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * include/ddeml.h: Keith Matthews <keith_m@sweeney.demon.co.uk>
-       Moved internal structures to ddeml.c, also removed non-ANSI comments,
-       and added spec for DdeQueryConfInfo and DdeQueryConvInfo16.
+       * dlls/iccvid/iccvid_De.rc, dlls/iccvid/rsrc.rc,
+         dlls/msvidc32/msvidc32_De.rc, dlls/msvidc32/rsrc.rc:
+       Add German resources.
 
-       * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed memory leaks in mixerOpen16/mixerClose,
-       midiOutOpen16/midiOutClose16, waveInOpen16/waveInClose16,
-       midiInOpen16/midiInClose16.
+2005-11-28  Hans Leidekker <hans@it.vu.nl>
 
-       * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
-       Added sanity check for whitespace in file names, various other fixups.
+       * dlls/wldap32/add.c, dlls/wldap32/bind.c:
+       Document the ldap_bind* functions.
 
-Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
-       WM_MOUSEMOVE implementation bug fix.
+       * dlls/shell32/shfldr_unixfs.c:
+       Enhanced UnixFolder's IDropTarget implementation.
+       Use STATIC_CAST macro more consistently.
 
-       * windows/x11drv/keyboard.c:
-       José Marcos López <jose.lopez@upcnet.upc.es>
-       Added Spanish keyboard layout.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/comm.c: Lawson Whitney <lawson_whitney@juno.com>
-       Fixed the modem control part of EscapeCommFunction16.
+       * tools/winebuild/spec16.c:
+       Preserve 16-byte stack alignment in 16-bit relays.
 
-       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
-       Added missing goto.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       EnumCalendarInfoA stub.
+       * tools/winebuild/relay.c:
+       Enforce 16-byte stack alignment when returning from 16-bit code and
+       when calling a register function.
+
+2005-11-28  Ge van Geldorp <gvg@reactos.org>
+
+       * dlls/advapi32/crypt.c, dlls/advapi32/crypt_lmhash.c,
+         dlls/advapi32/lsa.c, dlls/advapi32/registry.c,
+         dlls/advapi32/security.c, dlls/dbghelp/minidump.c,
+         dlls/dbghelp/path.c, dlls/dbghelp/stack.c,
+         dlls/dplayx/dplayx_messages.c, dlls/imagehlp/integrity.c,
+         dlls/kernel/actctx.c, dlls/kernel/change.c, dlls/kernel/comm.c,
+         dlls/kernel/computername.c, dlls/kernel/debugger.c,
+         dlls/kernel/environ.c, dlls/kernel/except.c, dlls/kernel/file.c,
+         dlls/kernel/format_msg.c, dlls/kernel/global16.c,
+         dlls/kernel/instr.c, dlls/kernel/locale.c, dlls/kernel/module.c,
+         dlls/kernel/oldconfig.c, dlls/kernel/path.c, dlls/kernel/process.c,
+         dlls/kernel/resource.c, dlls/kernel/sync.c, dlls/kernel/thread.c,
+         dlls/kernel/time.c, dlls/kernel/version.c, dlls/kernel/virtual.c,
+         dlls/kernel/volume.c, dlls/mcicda/mcicda.c, dlls/netapi32/wksta.c,
+         dlls/ntdll/atom.c, dlls/ntdll/cdrom.c, dlls/ntdll/critsection.c,
+         dlls/ntdll/debugbuffer.c, dlls/ntdll/debugtools.c,
+         dlls/ntdll/directory.c, dlls/ntdll/env.c, dlls/ntdll/error.c,
+         dlls/ntdll/exception.c, dlls/ntdll/file.c, dlls/ntdll/handletable.c,
+         dlls/ntdll/heap.c, dlls/ntdll/large_int.c, dlls/ntdll/loader.c,
+         dlls/ntdll/nt.c, dlls/ntdll/ntdll_misc.h, dlls/ntdll/om.c,
+         dlls/ntdll/path.c, dlls/ntdll/process.c, dlls/ntdll/reg.c,
+         dlls/ntdll/resource.c, dlls/ntdll/rtl.c, dlls/ntdll/rtlstr.c,
+         dlls/ntdll/sec.c, dlls/ntdll/server.c, dlls/ntdll/sync.c,
+         dlls/ntdll/tests/large_int.c, dlls/ntdll/tests/rtlstr.c,
+         dlls/ntdll/thread.c, dlls/ntdll/time.c, dlls/ntdll/version.c,
+         dlls/ntdll/virtual.c, dlls/powrprof/powrprof.c,
+         dlls/psapi/psapi_main.c, dlls/quartz/filesource.c,
+         dlls/rpcrt4/rpc_server.c, dlls/rpcrt4/rpcss_np_client.c,
+         dlls/user/cursoricon.c, dlls/user/message.c, dlls/user/painting.c,
+         dlls/user/winpos.c, dlls/vmm.vxd/vmm.c, dlls/winedos/int2f.c,
+         dlls/winedos/vxd.c, dlls/wininet/internet.c, dlls/winmm/mmsystem.c,
+         dlls/winsock/socket.c, dlls/x11drv/dce.c, dlls/x11drv/winpos.c,
+         include/ntstatus.h, include/winnt.h, programs/rpcss/np_server.c,
+         programs/wcmd/wcmdmain.c, programs/winedbg/dbg.y,
+         programs/winedbg/debugger.h, programs/winedbg/gdbproxy.c,
+         server/atom.c, server/change.c, server/class.c, server/clipboard.c,
+         server/console.c, server/debugger.c, server/event.c, server/fd.c,
+         server/file.c, server/handle.c, server/hook.c, server/mailslot.c,
+         server/mapping.c, server/mutex.c, server/named_pipe.c,
+         server/object.c, server/process.c, server/ptrace.c, server/queue.c,
+         server/region.c, server/registry.c, server/semaphore.c,
+         server/serial.c, server/snapshot.c, server/sock.c, server/thread.c,
+         server/thread.h, server/timer.c, server/token.c, server/trace.c,
+         server/window.c, server/winstation.c:
+       Match PSDK STATUS_* definitions.
+
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/iccvid/iccvid.c, dlls/msrle32/msrle32.c,
+         dlls/msrle32/msrle_private.h, dlls/msvidc32/msvideo1.c,
+         dlls/msvideo/msvideo_main.c, include/vfw.h:
+       Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
+       codecs.
+
+2005-11-28  Aric Stewart <aric@codeweavers.com>
 
-Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       Allow HttpEndRequest to process 302 and 301 redirects.  Append Host
+       port if non standard on the redirect host header and make sure to
+       append the extra information (parameters) and such to the location if
+       present.  Additionally check to see if we are redirecting to https and
+       if so set the appropriate port.
 
-       * windows/mouse.c, windows/keyboard.c:
-       Francois Boisvert <francois@macadamian.com>
-       Suspend the window locks before DefKeybEventProc and
-       DefMouseEventProc.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * include/wnaspi32.h, programs/view/globals.h, include/aspi.h, include/mmsystem.h, include/winaspi.h, include/winioctl.h, include/winnt.h:
-       Joerg Mayer <jmayer@telesun2.telemation.de>
-       More #pragma fixes (idea Ove Kaaven, mistakes are mine).
+       * dlls/shdocvw/dochost.c:
+       Added GetOverrideKeyPath and GetOptionKeyPath implementation.
 
-       * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
-       WM_CREATE messages.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
-       Added some SetLastError()s in GetProcAddress() and LoadLibrary().
+       * dlls/shell32/shlview.c:
+       Use GetUIObjectOf instead of BindToObject to get a IDropTarget object.
 
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Christian Schlaile <up9n@rz.uni-karlsruhe.de>
-       Implemented makepath, rand() returns correct range, fixed fputc.
+2005-11-28  Ge van Geldorp <gvg@reactos.org>
 
-       * files/file.c, include/file.h, msdos/int21.c:
-       Mask off unsupported attributes in _lcreat (bug reported by Andreas Mohr).
-       Moved _lcreat16_uniq to int21.c
+       * dlls/shell32/shlexec.c:
+       Other code in shlexec.c (e.g. the extension handling code in
+       ShellExecute_GetClassKey) expects sei->lpFile to not be enclosed in
+       quotes.
 
-       * libtest/hello3.c, libtest/hello3res.rc, libtest/hello4.c, libtest/new.c, libtest/rolex.c, libtest/vartest.c, libtest/volinfo.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Casts to (SEGPTR) removed. They did nothing anyway.
-       Includes added or removed where necessary.
-       Win16 functions replaced with their Win32 counterparts. Comments added
-       where it was impossible.
-       CALLBACK added where necessary. Some declarations fixed.
-       Constructs like "#if WINDOWS" corrected. Using "#ifdef __unix__" instead.
-       DlgProc in hello3 uses EndDialog() instead of DestroyWindow().
-       Listbox enabled in hello3.
+2005-11-28  Detlef Riekenberg <wine.dev@web.de>
 
-       * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated French keyboard.
+       * dlls/winspool/info.c:
+       Documentation added for GetPrinterDriverDirectoryW + A.
 
-       * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Fancier version of hello.c courtesy of Huw Davies.
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed compilation of the Control panel.
+       * include/ddk/wdm.h:
+       Add directory and symlink access rights.
 
-       * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
-       'Realigned' the layout table a bit. Applied the non-latin-1 stuff and
-       the dead key mapping stuff to the actual mapping code too.  Prettied
-       up the fixme message. Added a check where if the keys of two layouts
-       match exactly, the one with the best-matching keycode order is chosen,
-       so that the QWERTY and Dvorak layouts can be distinguished.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * win32/device.c, relay32/kernel32.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added (empty) stub for OpenVxDHandle.
-
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       mmioOpen() now handles correctly MMIO_PARSE flag.
-
-       * controls/edit.c: Luc Tourangeau <luc@macadamian.com>
-       Background color fix when disabled or read only.
-
-       * windows/win.c: Francois Boisvert <francois@macadamian.com>
-       Transfered the window struct memory release from WIN_DestroyWindow to
-       WIN_ReleaseWndPtr.
-
-       * include/winuser.h: Thuy Nguyen <thuy@macadamian.com>
-       DLGITEMTEMPLATE structure had one too many member.
-
-       * debugger/db_disasm.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent crash in debugger.
-
-Fri Apr  2 10:37:42 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/combo.c, controls/listbox.c, include/combo.h:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the Win95 look and feel.
+       * dlls/wininet/http.c:
+       Add support for using secure (SSL/TLS) connections through a proxy
+       server.
 
-       * windows/defwnd.c: Francis Beaudet <francis@macadamian.com>
-       Wrote a basic implementation of the WM_PRINT message.
-
-       * windows/dce.c, windows/win.c, windows/winproc.c, misc/callback.c:
-       Francois Boisvert <francois@macadamian.com>
-       Suspend all windows locks before the control is passed to the
-       application.
-       Also fixed some bugs in dce.c
-
-       * Make.rules.in, Makefile.in:
-       Joerg Mayer <jmayer@telesun2.telemation.de>
-       - Remove some old rc make stuff
-       - "make clean" omitted some include subdirs
-
-       * relay32/ddraw.spec, graphics/ddraw.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added DllClassFactory to DirectDraw.
-
-Thu Apr  1 12:05:44 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/x11drv/keyboard.c: Marcus Meissner <marcus@jet.franken.de>
-       Split off keysym/deadchar -> char mapping, use it in DetectLayout.
-
-       * tsx11/X11_calls, tsx11/ts_xlib.c, windows/clipboard.c, windows/message.c, windows/ttydrv/clipboard.c, windows/ttydrv/init.c, windows/win.c, windows/winpos.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, graphics/x11drv/bitmap.c, include/clipboard.h, include/ts_xlib.h, include/ttydrv.h, include/win.h, include/winpos.h, include/x11drv.h:
-       Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Fixes for ignored WVR_[VH]REDRAW flags, made minimization in managed
-       mode go through window manager, small bugfixes for menu and window
-       code, extended clipboard driver model to handle formats other than
-       text.
-
-       * controls/edit.c: Pavel Roskin <pavel_roskin@geocities.com>
-       EC_USEFONTINFO means es->char_width/3, not es->char_width. This is
-       true for multiline controls too, as my tests show.
-
-       * dlls/comctl32/listview.c, include/listview.h:
-       Luc Tourangeau <luc@macadamian.com>
-       Added support for icon and smallicon views.
-
-       * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
-       Made DOSVM_GetTimer survive EAGAIN errors...
-
-       * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Implemented async comm buffers (but probably not bugfree), and along
-       with them, the functionality of async event notifications, mong them
-       EnableCommNotification. Removed a previous hack that was faking the
-       buffers, since we now have real buffers...
-
-       * include/wine/winuser16.h: Ove Kaaven <ovek@arcticnet.no>
-       Added CN_* flags used in WM_COMMNOTIFY.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Implement the EnumAttachedSurface method.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * ole/ole2.c: Noel Borthwick <noel@macadamian.com>
-       Implementation for OleCreateMenuDescriptor, OleSetMenuDescriptor and
-       OleDestroyMenuDescriptor along with a bunch of internally used methods
-       and data structures.
+       * dlls/wininet/http.c, dlls/wininet/internet.h,
+         dlls/wininet/netconnection.c:
+       Move the initiation of the SSL connection into a separate function.
 
-       * ole/guid.c, include/initguid.h, include/shlguid.h, include/wine/obj_olefont.h, include/wtypes.h:
-       Adrian Thurston <adriant@corel.ca>
-       initguid.h should only contain the macro that defines the guids.
-       Added olectl.h to guid.c so some needed guids get defined.
-       Made GUID_NULL an actual guid set to 0,0,0...
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * if1632/gdi.spec, objects/gdiobj.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added GdiSignalProc() stub.
+       * dlls/user/menu.c, dlls/user/tests/menu.c:
+       set_menu_item_text handles converting an empty menu item to a
+       separator on its own, give it a chance to do its work in the
+       MIIM_FTYPE case.
 
-       * misc/callback.c, relay32/user32.spec, windows/user.c, if1632/thunk.c, if1632/user.spec, include/callback.h, include/task.h, include/user.h, loader/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added USER32.UserSignalProc to Callout table.
-       Implemented built-in UserSignalProc().
-       Don't announce Win3.1-style USER handler any more.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * win32/ordinals.c, include/process.h, loader/ne/module.c, loader/ne/segment.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented PROCESS_CallUserSignalProc().
-       Send USER signals at various appropriate places.
-       Moved [GS]etProcessDword() to scheduler/process.c.
+       * dlls/wininet/http.c, dlls/wininet/internet.h:
+       Add a host port field that preserves the requested port of the
+       destination URL.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shelllink.c, dlls/shell32/shlmenu.c, include/shlobj.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       All 19 FileMenu_* functions, some as stubs, some implemented.
+2005-11-28  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHCLSIDFromString, StrToOleStr implemented.
-       RLBuildListOfPaths stub.
+       * dlls/usp10/usp10.c, include/usp10.h:
+       Added some missing definitions in usp10.h.
 
-       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       DllGetVersion (not yet exported).
-       Small change to SHAppBarMessage.
+2005-11-28  Rein Klazes <wijn@wanadoo.nl>
 
-       * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added DrvClose, DrvDefDriverProc, DrvOpen, DrvOpenA, DrvSendMessage.
-
-       * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added StackEnter() and StackLeave() stubs
+       * dlls/x11drv/graphics.c:
+       Handle an X error in X11DRV_ExtFloodFill().
 
-       * multimedia/mci.c, multimedia/mmsystem.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Starting implementation of MCI creator tasks
-       Fixed bug in MCI_OPEN handling (thanks to Adam for reporting this one)
-       Better implementation of mmTaskCreate16
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added creator task to MCI struct.
+       * dlls/wininet/http.c:
+       Fix "http://" prefix detection on the proxy URL.
 
-       * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Replaced 0xC000 by symbolic constants.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
-       Fixed small ==, != mixup.
+       * dlls/rpcrt4/ndr_midl.c:
+       Make sure to fill out the MIDL_STUB_MESSAGE structure in
+       NdrSendReceive like we do in NdrProxySendReceive.
 
-       * windows/defdlg.c, windows/defwnd.c:
-       Luc Tourangeau <luc@macadamian.com>
-       Implemented WM_NOTIFYFORMAT.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * loader/elf.c: Marcus Meissner <marcus@mud.de>
-       "foo" was not translated to "foo.so" in elf loader.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement conformant varying array functions.
 
-       * include/bitmap.h, objects/bitmap.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       LoadBitmap16()/LoadImage16() calling sequence simplified.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * loader/module.c, loader/ne/resource.c, misc/callback.c, if1632/wprocs.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow NULL NE resource handler; call the default handler directly.
-       Removed WPROCS / Callbacks support for WineLib resource handlers.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement conformant struct functions.
 
-       * include/process.h, relay32/utthunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Made Universal Thunk list per-process, not system global.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/commctrl.h: Paul Quinn <paulq@corel.ca>
-       Additional macro definitions.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement FC_STRUCTPAD2 for complex types.
 
-       * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
-       Implemented TCM_ADJUSTRECT.
+2005-11-28  Rein Klazes <wijn@wanadoo.nl>
 
-       * msdos/int09.c, msdos/ioports.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed "implicit declaration" warnings.
+       * dlls/gdi/gdi32.spec, dlls/gdi/palette.c:
+       Add stub implementation for SetMagicColors().
 
-       * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed OpenGL devices implementation.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       In UserYield16, when current thread is a 32 bit one which hold the
-       Win16Lock, must take care of a LockCount > 1.
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c, dlls/atl/atlbase.h:
+       Added AtlAxCreateControl stub implementation.
 
-       * */*.c:
-       Patrik Stridvall <ps@leissner.se>
-       More code moved to the X11 driver (bitmap and palette and misc).
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-----------------------------------------------------------------
-Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       Replace some useless checks in HTTP_AddProxyInfo with asserts.
 
-       * include/winbase.h, include/wingdi.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Move DM* defines from winbase.h -> wingdi.h.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed QueryInterface functions for IDirect3D 1 and 2.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added IOleDocumentSite implementation.
 
-       * ole/nls/Attic/dnk.nls: Apparently no longer needed.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * controls/menu.c, controls/uitools.c, dlls/comctl32/comboex.c, graphics/x11drv/brush.c, graphics/x11drv/graphics.c, include/debug.h, include/debugdefs.h, memory/global.c, misc/ddeml.c, windows/x11drv/event.c:
-       Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Changed some debug messages from one channel to another, to clean up a
-       bit the debug channel usage.
+       * dlls/wininet/http.c:
+       Simplify and fix Set-Cookie handling.
 
-       * loader/module.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed CreateProcessA so it can handle commandlines with arguments and
-       no .exe.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed GetModuleHandle16.
+       * dlls/ole32/defaulthandler.c:
+       Implement IOleObject_DoVerb function by running the object and then
+       delegating to the remote IOleObject_DoVerb function.
 
-       * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Added Russian keyboard support.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/winuser.h, relay32/user32.spec, windows/user.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added stub for SetSystemCursor.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Add functions for marshaling base types (ints, floats, etc.).
 
-       * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
-       SetFileAttributesA: "implemented" setting of directory flag as test of
-       compatibility.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
-       keyboard support.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       Better windows handling.
 
-       * include/wine/obj_storage.h, ole/Makefile.in, ole/ole2.c, ole/ole2stubs.c, ole/storage.c, ole/variant.c, relay32/ole32.spec, relay32/oleaut32.spec, relay32/user32.spec, windows/input.c, include/ole2.h, include/oleauto.h, include/olectl.h, include/winuser.h:
-       Paul Quinn <paulq@corel.ca>
-       Aaron Barnes <aaronb@corel.ca>
-       Adrian Thurston <adriant@corel.ca>
-       Bundle of new stubs.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added missing WINAPIs.
+       * dlls/shell32/shell32_main.h:
+       Modified KeyStateToDropEffect macro to match native shellview's
+       behaviour.
 
-       * relay32/kernel32.spec, win32/newfns.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added CreateIoCompletionPort stub.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * windows/queue.c, windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call EVENT_Pending() to flush X11 output queue before blocking in
-       MsgWaitForMultipleObjects().
-       Don't call EVENT_WaitNetEvent in MSG_PeekHardwareMsg.
-       Protect system queue access in hardware_event().
+       * dlls/wininet/http.c:
+       Simplify HTTP_InsertProxyAuthorization.
 
-       * windows/user.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/wnd.c, controls/menu.c, windows/dce.c, windows/dialog.c, windows/focus.c, windows/mdi.c, windows/message.c, windows/nonclient.c:
-       Francois Boisvert<francois@macadamian.com>
-       Fixed some bugs in thread safeness for wnd struct.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * libtest/Makefile.in, libtest/hello3.c, libtest/hello3res.rc:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Made libtest/hello3 work again, now with Windows-compatible resource
-       loading.
+       * dlls/ole32/compobj_private.h, dlls/ole32/defaulthandler.c,
+         dlls/ole32/oleobj.c:
+       Delegate advises to the remote object to enable the client to receive
+       data change notifications.
 
-       * include/imm.h, include/mmsystem.h, include/msacm.h, include/windef.h, include/wtypes.h:
-       Jiuming Luo <jiuming_luo@yahoo.com>
-       Moved macro DECLARE_HANDLE() (in msacm.h and wtypes.h) to windef.h,
-       then deleted the duplicated typedefs (in imm.h and mmsystem.h).
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
-       Rewrote EnumPrintersA, added CriticalSection around Registry reads and
-       implemented PRINTER_INFO_2 request.
+       * dlls/rpcrt4/ndr_marshall.c, dlls/rpcrt4/ndr_misc.h:
+       Extend conformance computation function to also compute variances.
+       MSDN suggests that conformance and variance are pretty much the same,
+       but there may be some subtleties to it.
 
-       * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
-       Added Swiss German keyboard layout.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - adjusted printing of refcounts to be equal
-       - cleaning up icon cache on PROCESS_DETACH
-       - fixed ascii/unicode use in SH/ILCreateFromPath
-       - fixed small memory leak in shellview
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/frame.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       Added implementation of GetWindowContext.
+       Added stub implementation of IOleInPlaceFrame interface.
 
-       * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
-       Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/cmdlgtst/cmdlgtst.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed warnings.
+       * dlls/iccvid/.gitignore, dlls/msvidc32/.gitignore:
+       Ignore generated rsrc.res.
 
-       * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
-       Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/painting.c, windows/scroll.c, windows/ttydrv/init.c, windows/ttydrv/wnd.c, windows/win.c, windows/winpos.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/wnd.c, controls/menu.c, include/region.h, include/ts_xf86vmode.h, include/ts_xutil.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/region.c, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xf86vmode.c, tsx11/ts_xutil.c, windows/dce.c, windows/nonclient.c:
-       Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Moved hrgnUpdate from client to window coordinates, made nonclient
-       painting depend on the update region, reworked SetWindowPos() and
-       RedrawWindow() to speed up update region calculation, made -desktop
-       work properly, added WM_CANCELMODE here and there, fixed several
-       window activation bugs that crept in since the last time.
+       * dlls/shell32/shlview.c:
+       Register the shell view itself as the drop target, not it's parent folder.
+       Forward drag&drop method calls to the folder currently under the cursor.
 
-       * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Fixed occasional loss of SendMessage() return value.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added initialisation of the pixmap_depth field in
-       Xlib_DirectDrawCreate.
+       * dlls/wininet/internet.c:
+       Change some SendAsyncCallback calls to INTERNET_SendCallback as the
+       tests show that the callbacks happen either synchronously or within an
+       alternative asynchronous call.
+       Remove a check for a NULL lpfnStatusCB that is already performed by
+       INTERNET_SendCallback and add a comment about a difference to native.
 
-       * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed a warning.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
-       Added stub for int2f 4b.
+       * dlls/wininet/http.c:
+       Add parsing of the Content-ID and Proxy-Connection headers.
+       Sort the table of header to option number mappings correctly.
+       Change a FIXME to a WARN because there are "X-..." headers that we
+       aren't supposed to parse.
 
-       * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed memory leak in waveOutOpen/waveOutClose.
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/psdrv/escape.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       More Escapes for the PostScript driver.
+       * include/imagehlp.h:
+       Add some 64 bit definitions.
 
-Sat Mar 27 16:56:13 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c:
-       Francois Gouget <fgouget@psn.net>
-       Adapted to the interface/implementation separation.
-       Now uses ICOM_THIS to access the implementation structures.
-       Replaced 'this' with 'This' for ICOM_THIS.
-       Direct access to the virtual table has been eliminated too.
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * graphics/d3d_private.h, graphics/ddraw_private.h:
-       Francois Gouget <fgouget@psn.net>
-       Updated to include all the implementation aspects that were previously
-       in the public includes.
+       * dlls/wined3d/device.c:
+       Stop reporting not having swapchain 0 as an error and add an internal
+       variable instead of modifying a parameter.
 
-       * graphics/vga.c: Francois Gouget <fgouget@psn.net>
-       Removed direct access to the virtual table
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/d3d.h, include/ddraw.h: Francois Gouget <fgouget@psn.net>
-       Removed all implementation aspects.
-       Modified to use the latest ICOM macros.
-       Added the macros for use in C.
-       Added the method parameter names (when I had them).
-
-       * include/module.h, include/pe_image.h, include/thread.h, loader/module.c, loader/pe_image.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed sequence of DLL_PROCESS_DETACH notification calls.
-       Moved PE_MODREF flags to WINE_MODREF level.
-       Better handling of LoadLibraryEx flags.
-       PE_InitTls() changed to work only on the current thread.
+       * dlls/wined3d/vertexdeclaration.c:
+       Correct some errors in the way vertex declarations for directx 8 are
+       parsed and add offset support.
 
-       * include/server.h, scheduler/process.c, server/trace.c:
-       Added cmd line in new_process request.
+2005-11-28  Ge van Geldorp <gvg@reactos.org>
 
-       * scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       All threads created with CreateThread are 32-bit threads.
+       * dlls/shell32/iconcache.c:
+       Load shortcut icon by resource id instead of by icon index.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Reading of binary streams implemented (SHOpenRegStream).
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * msdos/int25.c, msdos/int26.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed int25 & int26 error code.
+       * dlls/ole32/defaulthandler.c:
+       Call DefaultHandler_Stop if we fail to start the server running
+       correctly and a few formatting fixes.
 
-       * loader/task.c, windows/queue.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow UserYield16 to be called from 32-bit thread.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/oledlg.h, include/winbase.h:
-       Albert Den Hann <albertd@corel.ca>
-       Additional macro definitions.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Fix NdrConformantArrayBufferSize to include the size of the
+       conformance value.
+       Make NdrConformantArrayMemorySize do something more useful, like
+       actually return the required memory.
+       Conformance offset can be negative and should only be two bytes.
 
-       * graphics/x11drv/bitmap.c, include/bitmap.h, objects/bitmap.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixed {S|G}etBitmapBits in x11drv.  Removed BITMAP_GetPadding.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixed metafile recording of CreatePatternBrush.
+       * dlls/msvidc32/Makefile.in, dlls/msvidc32/msvidc32_En.rc,
+         dlls/msvidc32/msvidc32_private.h, dlls/msvidc32/msvideo1.c,
+         dlls/msvidc32/rsrc.rc:
+       Add support for ICM_GETINFO in msvidc32 codec (based on msrle32).
 
-Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/toolbar.h, dlls/comctl32/commctrl.c:
-       Pascal Lessard <pascal@macadamian.com>
-       Change the AddBitmap function. Implement flat toolbar. Change
-       CreateToolbarEx. Implement partially the hot buttons for toolbar.
+       * dlls/iccvid/Makefile.in, dlls/iccvid/iccvid.c, dlls/iccvid/iccvid_En.rc,
+         dlls/iccvid/iccvid_private.h, dlls/iccvid/rsrc.rc:
+       Add support for ICM_GETINFO in iccvid codec (based on msrle32).
 
-       * msdos/int16.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented Get Shift Flags function.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI.
+       * dlls/msrle32/msrle32.c, dlls/msvideo/msvideo_main.c:
+       Fix several bugs in msrle32 preventing it to load.
+       Remove a hack in ICOpen compensating a bug in msrle32.
+       Use MSVFW32_hModule directly in ICCompressorChoose, and avoid a
+       convoluted GWLP_HINSTANCE hack.
 
-       * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Changed stdlib.h to string.h.
+2005-11-28  YunSong Hwang <hys545@dreamwiz.com>
 
-       * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Added string.h.
+       * dlls/winmm/winmm_Ko.rc, programs/wcmd/Ko.rc, programs/winecfg/Ko.rc:
+       Update Korean translations.
 
-       * misc/ddeml.c, multimedia/msvideo.c, ole/safearray.c, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, programs/avitools/icinfo.c, win32/console.c:
-       David Luyer <luyer@ucs.uwa.edu.au>
-       Changed "strings.h" to "string.h".
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * graphics/x11drv/bitblt.c, windows/nonclient.c:
-       Randy Weems <rweems@home.com>
-       Fixed off-by-one error if bitblt width or height is negative.
+       * dlls/ole32/ole32res.rc:
+       Correct the hot spot position of the drag&drop 'move' and 'link' cursors.
 
-       * dlls/comctl32/tab.c, include/tab.h:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented:
-       - showing the selected tab as highlighted
-       - support for drawing the focus rectangle
-       - basic keyboard support
-       - support for a tab with horizontal scrolling.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Thread-safe implementation of profile functions (Windows and Wine).
+       * dlls/shdocvw/webbrowser.c:
+       Don't crash when parameters of Navigate2 are NULL.
 
-       * include/message.h, loader/main.c, windows/timer.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Made the timer code thread safe.
-
-       * windows/dialog.c: Francis Beaudet <francis@macadamian.com>
-       Fixed possible endless loop.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
-       Fixed LB_GETCURSEL message to return LB_ERR on empty list.
+       * dlls/wininet/http.c, dlls/wininet/internet.h:
+       Add a new field "lpszHostName" to the session to track the host name
+       of the HTTP server, as opposed to the server that we will connect to
+       that could be a proxy server. Fixes the "Host:" header that we send to
+       servers.
 
-       * dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlguid.h, include/shlobj.h, include/wine/obj_base.h, include/wine/obj_commdlgbrowser.h, include/wine/obj_contextmenu.h, include/wine/obj_dockingwindowframe.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, dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Use the new header for COM definitions.
+2005-11-28  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stub shell_654.
+       * dlls/winmm/winmm.c:
+       LoadLibrary16 is no longer exported by name, so do the lookup by its
+       ordinal (when loading NE sibling).
 
-       * include/treeview.h, dlls/comctl32/treeview.c:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Implementation of TVM_SORTCHILDRENCB.
-       Implementation of TVI_SORT insertion.
-       Fix display problem when TVIF_IMAGE|TVIF_SELECTEDIMAGE were not set.
-       Fix problems related to TVIS_EXPANDEDONCE.
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/comctl32/comctl32undoc.c:
-       Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
-       Fix problem in DPA_QuickSort where the sort order was inverted.
+       * dlls/ntdll/cdrom.c:
+       Handle IOCTL_DISK_CHECK_VERIFY which is synonym for
+       IOCTL_STORAGE_CHECK_VERIFY.
 
-       * include/dosexe.h, include/winbase.h, loader/dos/dosvm.c, loader/dos/module.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added infrastructure and definitions for general-purpose event and IRQ
-       handling for the Wine dos box. Removed the obsolete MZ_Tick. Added
-       event message loop, message handling, CLI/STI handling, and minimal
-       PIC support.
+2005-11-28  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
-       Added handling of SIGUSR2 for the new event interruption handling,
-       bumping up the protocol revision. Made some debug messages not be
-       output when it's not necessary.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
+       Added stubs for DbgHelp functions: SymRegisterFunctionEntryCallback.
 
-       * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
-       Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added int 0x09 and int 0x33.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       Correct the matrix sizes in software shaders and remove an erroneous
+       parameter from lrp.
 
-       * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
-       Implemented a int 0x33 handler, with a minimal implementation of the
-       mouse routines, including callbacks.
+2005-11-28  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * msdos/int09.c: Ove Kaaven <ovek@arcticnet.no>
-       Implemented a int 0x09 handler, and a scancode queue that simulates
-       IRQ 1 in the dos box.
+       * dlls/x11drv/settings.c:
+       Ignore frequency requests in Desktop mode.
 
-       * include/docobj.h: Paul Quinn <paulq@corel.ca>
-       Creation of docobj.h.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Allow depth of DIB to differ from depth of bitmap in GetDIBits.
+       * dlls/ole32/defaulthandler.c:
+       Call the equivalent delegate function for all of the simple
+       functions.
 
-Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * debugger/editline.c: Abort on input error.
+       * dlls/rpcrt4/ndr_marshall.c:
+       We should always allocate in NdrConformantStringUnmarshal if the
+       memory pointer is NULL.
 
-       * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
-       Population of oledlg.
+2005-11-28  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * windows/x11drv/event.c, windows/painting.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Add IsWindow() checks after SendMessage() returns.
+       * dlls/dinput/device.c:
+       Handle DInput8 interfaces in device QueryInterface.
 
-       * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed a small bug in int10.
+2005-11-28  Hans Leidekker <hans@it.vu.nl>
 
-       * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
-       COMBO_Size: maintain the height of the RectCombo when the window is
-       resized.
+       * dlls/wldap32/add.c:
+       Document the ldap_add* functions.
 
-       * include/hook.h, include/winuser.h: Adrian Thurston <adriant@corel.ca>
-       Paul Quinn <paulq@corel.ca>
-       Added various definitions.
-       Moved CWPSTRUCT from hook.h to winuser.h to conform to the SDK.
+2005-11-28  Huw Davies <huw@codeweavers.com>
 
-       * include/windef.h: Jim Aston <jima@corel.ca>
-       Added a few empty macros.
+       * dlls/gdi/bitblt.c:
+       If the driver doesn't support StretchBlt try to use StretchDIBits
+       instead.
 
-       * include/cursoricon.h, objects/cursoricon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CURSORICON_Destroy: missing WINAPI added.
+2005-11-28  Martin Fuchs <martin-fuchs@gmx.net>
+
+       * dlls/shell32/shfldr_desktop.c, dlls/shell32/shlfolder.c,
+         dlls/shell32/tests/shlfolder.c:
+       Correctly call HCR_GetFolderAttributes() in SHELL32_GetItemAttributes().
+       Directly return the correct "My Computer" attributes in
+       ISF_Desktop_fnGetAttributesOf().
+       Remove "todo_wine" from the "My Computer" attributes test case.
+       Add test case for retrieving the file system path from the
+       CSIDL_PROGRAM_FILES PIDL using SHGetPathFromIDListW().
+
+2005-11-28  YunSong Hwang <hys545@dreamwiz.com>
+
+       * documentation/README.ko:
+       Add a translation of the README.
+
+2005-11-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/helpers.c:
+       If a source directory doesn't exist, use the install root instead.
+
+2005-11-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       Handle the ^ character in MaskEdit controls.
+
+2005-11-28  Raphael Junqueira <fenix@club-internet.fr>
+
+       * dlls/dmime/dmime_private.h, dlls/dmime/performance.c:
+       Partial implementation of IDirectMusicPerformance8Impl_AddPort.
+
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Initial stubbed implementation of UnixFolder's IDropTarget interface.
+
+2005-11-28  Alex Villacís Lasso <a_villacis@palosanto.com>
+
+       * dlls/kernel/process.c:
+       Initialize file_exists to 0 at exe load test, prevents mistaking of
+       UTF-8 encoded exenames as builtins.
+
+2005-11-26  Alexandre Julliard <julliard@winehq.org>
+
+       * .gitignore, dlls/.gitignore, dlls/winspool/.gitignore, libs/.gitignore,
+         programs/avitools/.gitignore, programs/clock/.gitignore,
+         programs/cmdlgtst/.gitignore, programs/control/.gitignore,
+         programs/eject/.gitignore, programs/expand/.gitignore,
+         programs/explorer/.gitignore, programs/hh/.gitignore,
+         programs/msiexec/.gitignore, programs/notepad/.gitignore,
+         programs/progman/.gitignore, programs/regedit/.gitignore,
+         programs/regsvr32/.gitignore, programs/rpcss/.gitignore,
+         programs/rundll32/.gitignore, programs/start/.gitignore,
+         programs/taskmgr/.gitignore, programs/uninstaller/.gitignore,
+         programs/view/.gitignore, programs/wcmd/.gitignore,
+         programs/wineboot/.gitignore, programs/winebrowser/.gitignore,
+         programs/winecfg/.gitignore, programs/wineconsole/.gitignore,
+         programs/winedbg/.gitignore, programs/winefile/.gitignore,
+         programs/winemenubuilder/.gitignore, programs/winemine/.gitignore,
+         programs/winepath/.gitignore, programs/winetest/.gitignore,
+         programs/winevdm/.gitignore, programs/winhelp/.gitignore,
+         programs/winver/.gitignore, tools/winegcc/.gitignore:
+       Ignore symlink files too (needed for git).
+
+2005-11-26  Alexandre Julliard <julliard@winehq.org>
+
+       * .cvsignore, .gitignore, dlls/.cvsignore, dlls/.gitignore,
+         dlls/activeds/.cvsignore, dlls/activeds/.gitignore,
+         dlls/advapi32/.cvsignore, dlls/advapi32/.gitignore,
+         dlls/advapi32/tests/.cvsignore, dlls/advapi32/tests/.gitignore,
+         dlls/advpack/.cvsignore, dlls/advpack/.gitignore,
+         dlls/advpack/tests/.cvsignore, dlls/advpack/tests/.gitignore,
+         dlls/amstream/.cvsignore, dlls/amstream/.gitignore,
+         dlls/atl/.cvsignore, dlls/atl/.gitignore, dlls/avicap32/.cvsignore,
+         dlls/avicap32/.gitignore, dlls/avifil32/.cvsignore,
+         dlls/avifil32/.gitignore, dlls/cabinet/.cvsignore,
+         dlls/cabinet/.gitignore, dlls/capi2032/.cvsignore,
+         dlls/capi2032/.gitignore, dlls/cards/.cvsignore,
+         dlls/cards/.gitignore, dlls/cfgmgr32/.cvsignore,
+         dlls/cfgmgr32/.gitignore, dlls/comcat/.cvsignore,
+         dlls/comcat/.gitignore, dlls/comctl32/.cvsignore,
+         dlls/comctl32/.gitignore, dlls/comctl32/tests/.cvsignore,
+         dlls/comctl32/tests/.gitignore, dlls/commdlg/.cvsignore,
+         dlls/commdlg/.gitignore, dlls/crtdll/.cvsignore,
+         dlls/crtdll/.gitignore, dlls/crypt32/.cvsignore,
+         dlls/crypt32/.gitignore, dlls/crypt32/tests/.cvsignore,
+         dlls/crypt32/tests/.gitignore, dlls/cryptdll/.cvsignore,
+         dlls/cryptdll/.gitignore, dlls/ctl3d/.cvsignore,
+         dlls/ctl3d/.gitignore, dlls/d3d8/.cvsignore, dlls/d3d8/.gitignore,
+         dlls/d3d9/.cvsignore, dlls/d3d9/.gitignore, dlls/d3dim/.cvsignore,
+         dlls/d3dim/.gitignore, dlls/d3drm/.cvsignore, dlls/d3drm/.gitignore,
+         dlls/d3dx8/.cvsignore, dlls/d3dx8/.gitignore, dlls/d3dxof/.cvsignore,
+         dlls/d3dxof/.gitignore, dlls/dbghelp/.cvsignore,
+         dlls/dbghelp/.gitignore, dlls/dciman32/.cvsignore,
+         dlls/dciman32/.gitignore, dlls/ddraw/.cvsignore,
+         dlls/ddraw/.gitignore, dlls/ddraw/tests/.cvsignore,
+         dlls/ddraw/tests/.gitignore, dlls/devenum/.cvsignore,
+         dlls/devenum/.gitignore, dlls/dinput/.cvsignore,
+         dlls/dinput/.gitignore, dlls/dinput/tests/.cvsignore,
+         dlls/dinput/tests/.gitignore, dlls/dinput8/.cvsignore,
+         dlls/dinput8/.gitignore, dlls/dmband/.cvsignore,
+         dlls/dmband/.gitignore, dlls/dmcompos/.cvsignore,
+         dlls/dmcompos/.gitignore, dlls/dmime/.cvsignore,
+         dlls/dmime/.gitignore, dlls/dmloader/.cvsignore,
+         dlls/dmloader/.gitignore, dlls/dmscript/.cvsignore,
+         dlls/dmscript/.gitignore, dlls/dmstyle/.cvsignore,
+         dlls/dmstyle/.gitignore, dlls/dmsynth/.cvsignore,
+         dlls/dmsynth/.gitignore, dlls/dmusic/.cvsignore,
+         dlls/dmusic/.gitignore, dlls/dmusic32/.cvsignore,
+         dlls/dmusic32/.gitignore, dlls/dplay/.cvsignore,
+         dlls/dplay/.gitignore, dlls/dplayx/.cvsignore,
+         dlls/dplayx/.gitignore, dlls/dpnet/.cvsignore, dlls/dpnet/.gitignore,
+         dlls/dpnhpast/.cvsignore, dlls/dpnhpast/.gitignore,
+         dlls/dsound/.cvsignore, dlls/dsound/.gitignore,
+         dlls/dsound/tests/.cvsignore, dlls/dsound/tests/.gitignore,
+         dlls/dswave/.cvsignore, dlls/dswave/.gitignore,
+         dlls/dxdiagn/.cvsignore, dlls/dxdiagn/.gitignore,
+         dlls/dxerr8/.cvsignore, dlls/dxerr8/.gitignore,
+         dlls/dxerr9/.cvsignore, dlls/dxerr9/.gitignore,
+         dlls/dxguid/.cvsignore, dlls/dxguid/.gitignore, dlls/gdi/.cvsignore,
+         dlls/gdi/.gitignore, dlls/gdi/tests/.cvsignore,
+         dlls/gdi/tests/.gitignore, dlls/glu32/.cvsignore,
+         dlls/glu32/.gitignore, dlls/glut32/.cvsignore,
+         dlls/glut32/.gitignore, dlls/hhctrl.ocx/.cvsignore,
+         dlls/hhctrl.ocx/.gitignore, dlls/iccvid/.cvsignore,
+         dlls/iccvid/.gitignore, dlls/icmp/.cvsignore, dlls/icmp/.gitignore,
+         dlls/ifsmgr.vxd/.cvsignore, dlls/ifsmgr.vxd/.gitignore,
+         dlls/imagehlp/.cvsignore, dlls/imagehlp/.gitignore,
+         dlls/imm32/.cvsignore, dlls/imm32/.gitignore,
+         dlls/iphlpapi/.cvsignore, dlls/iphlpapi/.gitignore,
+         dlls/iphlpapi/tests/.cvsignore, dlls/iphlpapi/tests/.gitignore,
+         dlls/itss/.cvsignore, dlls/itss/.gitignore, dlls/kernel/.cvsignore,
+         dlls/kernel/.gitignore, dlls/kernel/messages/.cvsignore,
+         dlls/kernel/messages/.gitignore, dlls/kernel/tests/.cvsignore,
+         dlls/kernel/tests/.gitignore, dlls/lzexpand/.cvsignore,
+         dlls/lzexpand/.gitignore, dlls/lzexpand/tests/.cvsignore,
+         dlls/lzexpand/tests/.gitignore, dlls/mapi32/.cvsignore,
+         dlls/mapi32/.gitignore, dlls/mapi32/tests/.cvsignore,
+         dlls/mapi32/tests/.gitignore, dlls/mciavi32/.cvsignore,
+         dlls/mciavi32/.gitignore, dlls/mcicda/.cvsignore,
+         dlls/mcicda/.gitignore, dlls/mciseq/.cvsignore,
+         dlls/mciseq/.gitignore, dlls/midimap/.cvsignore,
+         dlls/midimap/.gitignore, dlls/mlang/.cvsignore,
+         dlls/mlang/.gitignore, dlls/mlang/tests/.cvsignore,
+         dlls/mlang/tests/.gitignore, dlls/mmdevldr.vxd/.cvsignore,
+         dlls/mmdevldr.vxd/.gitignore, dlls/monodebg.vxd/.cvsignore,
+         dlls/monodebg.vxd/.gitignore, dlls/mpr/.cvsignore,
+         dlls/mpr/.gitignore, dlls/msacm/.cvsignore, dlls/msacm/.gitignore,
+         dlls/msacm/imaadp32/.cvsignore, dlls/msacm/imaadp32/.gitignore,
+         dlls/msacm/msadp32/.cvsignore, dlls/msacm/msadp32/.gitignore,
+         dlls/msacm/msg711/.cvsignore, dlls/msacm/msg711/.gitignore,
+         dlls/msacm/tests/.cvsignore, dlls/msacm/tests/.gitignore,
+         dlls/msacm/winemp3/.cvsignore, dlls/msacm/winemp3/.gitignore,
+         dlls/mscms/.cvsignore, dlls/mscms/.gitignore,
+         dlls/mscms/tests/.cvsignore, dlls/mscms/tests/.gitignore,
+         dlls/msdmo/.cvsignore, dlls/msdmo/.gitignore, dlls/mshtml/.cvsignore,
+         dlls/mshtml/.gitignore, dlls/mshtml/tests/.cvsignore,
+         dlls/mshtml/tests/.gitignore, dlls/msi/.cvsignore,
+         dlls/msi/.gitignore, dlls/msi/tests/.cvsignore,
+         dlls/msi/tests/.gitignore, dlls/msimg32/.cvsignore,
+         dlls/msimg32/.gitignore, dlls/msisys/.cvsignore,
+         dlls/msisys/.gitignore, dlls/msnet32/.cvsignore,
+         dlls/msnet32/.gitignore, dlls/msrle32/.cvsignore,
+         dlls/msrle32/.gitignore, dlls/msvcrt/.cvsignore,
+         dlls/msvcrt/.gitignore, dlls/msvcrt/tests/.cvsignore,
+         dlls/msvcrt/tests/.gitignore, dlls/msvcrt20/.cvsignore,
+         dlls/msvcrt20/.gitignore, dlls/msvcrt40/.cvsignore,
+         dlls/msvcrt40/.gitignore, dlls/msvcrtd/.cvsignore,
+         dlls/msvcrtd/.gitignore, dlls/msvcrtd/tests/.cvsignore,
+         dlls/msvcrtd/tests/.gitignore, dlls/msvidc32/.cvsignore,
+         dlls/msvidc32/.gitignore, dlls/msvideo/.cvsignore,
+         dlls/msvideo/.gitignore, dlls/mswsock/.cvsignore,
+         dlls/mswsock/.gitignore, dlls/msxml3/.cvsignore,
+         dlls/msxml3/.gitignore, dlls/msxml3/tests/.cvsignore,
+         dlls/msxml3/tests/.gitignore, dlls/netapi32/.cvsignore,
+         dlls/netapi32/.gitignore, dlls/netapi32/tests/.cvsignore,
+         dlls/netapi32/tests/.gitignore, dlls/newdev/.cvsignore,
+         dlls/newdev/.gitignore, dlls/ntdll/.cvsignore, dlls/ntdll/.gitignore,
+         dlls/ntdll/tests/.cvsignore, dlls/ntdll/tests/.gitignore,
+         dlls/objsel/.cvsignore, dlls/objsel/.gitignore,
+         dlls/odbc32/.cvsignore, dlls/odbc32/.gitignore,
+         dlls/odbccp32/.cvsignore, dlls/odbccp32/.gitignore,
+         dlls/ole32/.cvsignore, dlls/ole32/.gitignore,
+         dlls/ole32/tests/.cvsignore, dlls/ole32/tests/.gitignore,
+         dlls/oleacc/.cvsignore, dlls/oleacc/.gitignore,
+         dlls/oleaut32/.cvsignore, dlls/oleaut32/.gitignore,
+         dlls/oleaut32/tests/.cvsignore, dlls/oleaut32/tests/.gitignore,
+         dlls/olecli/.cvsignore, dlls/olecli/.gitignore,
+         dlls/oledlg/.cvsignore, dlls/oledlg/.gitignore,
+         dlls/olepro32/.cvsignore, dlls/olepro32/.gitignore,
+         dlls/olesvr/.cvsignore, dlls/olesvr/.gitignore,
+         dlls/opengl32/.cvsignore, dlls/opengl32/.gitignore,
+         dlls/powrprof/.cvsignore, dlls/powrprof/.gitignore,
+         dlls/psapi/.cvsignore, dlls/psapi/.gitignore,
+         dlls/psapi/tests/.cvsignore, dlls/psapi/tests/.gitignore,
+         dlls/qcap/.cvsignore, dlls/qcap/.gitignore, dlls/quartz/.cvsignore,
+         dlls/quartz/.gitignore, dlls/quartz/tests/.cvsignore,
+         dlls/quartz/tests/.gitignore, dlls/rasapi32/.cvsignore,
+         dlls/rasapi32/.gitignore, dlls/riched20/.cvsignore,
+         dlls/riched20/.gitignore, dlls/richedit/.cvsignore,
+         dlls/richedit/.gitignore, dlls/rpcrt4/.cvsignore,
+         dlls/rpcrt4/.gitignore, dlls/rpcrt4/tests/.cvsignore,
+         dlls/rpcrt4/tests/.gitignore, dlls/rsabase/.cvsignore,
+         dlls/rsabase/.gitignore, dlls/rsabase/tests/.cvsignore,
+         dlls/rsabase/tests/.gitignore, dlls/rsaenh/.cvsignore,
+         dlls/rsaenh/.gitignore, dlls/rsaenh/tests/.cvsignore,
+         dlls/rsaenh/tests/.gitignore, dlls/secur32/.cvsignore,
+         dlls/secur32/.gitignore, dlls/secur32/tests/.cvsignore,
+         dlls/secur32/tests/.gitignore, dlls/sensapi/.cvsignore,
+         dlls/sensapi/.gitignore, dlls/serialui/.cvsignore,
+         dlls/serialui/.gitignore, dlls/setupapi/.cvsignore,
+         dlls/setupapi/.gitignore, dlls/setupapi/tests/.cvsignore,
+         dlls/setupapi/tests/.gitignore, dlls/shdocvw/.cvsignore,
+         dlls/shdocvw/.gitignore, dlls/shdocvw/tests/.cvsignore,
+         dlls/shdocvw/tests/.gitignore, dlls/shell32/.cvsignore,
+         dlls/shell32/.gitignore, dlls/shell32/tests/.cvsignore,
+         dlls/shell32/tests/.gitignore, dlls/shfolder/.cvsignore,
+         dlls/shfolder/.gitignore, dlls/shlwapi/.cvsignore,
+         dlls/shlwapi/.gitignore, dlls/shlwapi/tests/.cvsignore,
+         dlls/shlwapi/tests/.gitignore, dlls/snmpapi/.cvsignore,
+         dlls/snmpapi/.gitignore, dlls/stdole2.tlb/.cvsignore,
+         dlls/stdole2.tlb/.gitignore, dlls/stdole32.tlb/.cvsignore,
+         dlls/stdole32.tlb/.gitignore, dlls/sti/.cvsignore,
+         dlls/sti/.gitignore, dlls/strmiids/.cvsignore,
+         dlls/strmiids/.gitignore, dlls/tapi32/.cvsignore,
+         dlls/tapi32/.gitignore, dlls/twain/.cvsignore, dlls/twain/.gitignore,
+         dlls/unicows/.cvsignore, dlls/unicows/.gitignore,
+         dlls/url/.cvsignore, dlls/url/.gitignore, dlls/urlmon/.cvsignore,
+         dlls/urlmon/.gitignore, dlls/urlmon/tests/.cvsignore,
+         dlls/urlmon/tests/.gitignore, dlls/user/.cvsignore,
+         dlls/user/.gitignore, dlls/user/resources/.cvsignore,
+         dlls/user/resources/.gitignore, dlls/user/tests/.cvsignore,
+         dlls/user/tests/.gitignore, dlls/usp10/.cvsignore,
+         dlls/usp10/.gitignore, dlls/uuid/.cvsignore, dlls/uuid/.gitignore,
+         dlls/uxtheme/.cvsignore, dlls/uxtheme/.gitignore,
+         dlls/vdhcp.vxd/.cvsignore, dlls/vdhcp.vxd/.gitignore,
+         dlls/vdmdbg/.cvsignore, dlls/vdmdbg/.gitignore,
+         dlls/version/.cvsignore, dlls/version/.gitignore,
+         dlls/version/tests/.cvsignore, dlls/version/tests/.gitignore,
+         dlls/vmm.vxd/.cvsignore, dlls/vmm.vxd/.gitignore,
+         dlls/vnbt.vxd/.cvsignore, dlls/vnbt.vxd/.gitignore,
+         dlls/vnetbios.vxd/.cvsignore, dlls/vnetbios.vxd/.gitignore,
+         dlls/vtdapi.vxd/.cvsignore, dlls/vtdapi.vxd/.gitignore,
+         dlls/vwin32.vxd/.cvsignore, dlls/vwin32.vxd/.gitignore,
+         dlls/win32s/.cvsignore, dlls/win32s/.gitignore,
+         dlls/winaspi/.cvsignore, dlls/winaspi/.gitignore,
+         dlls/winecrt0/.cvsignore, dlls/winecrt0/.gitignore,
+         dlls/wined3d/.cvsignore, dlls/wined3d/.gitignore,
+         dlls/winedos/.cvsignore, dlls/winedos/.gitignore,
+         dlls/wineps/.cvsignore, dlls/wineps/.gitignore,
+         dlls/wininet/.cvsignore, dlls/wininet/.gitignore,
+         dlls/wininet/tests/.cvsignore, dlls/wininet/tests/.gitignore,
+         dlls/winmm/.cvsignore, dlls/winmm/.gitignore,
+         dlls/winmm/joystick/.cvsignore, dlls/winmm/joystick/.gitignore,
+         dlls/winmm/mciwave/.cvsignore, dlls/winmm/mciwave/.gitignore,
+         dlls/winmm/tests/.cvsignore, dlls/winmm/tests/.gitignore,
+         dlls/winmm/wavemap/.cvsignore, dlls/winmm/wavemap/.gitignore,
+         dlls/winmm/winealsa/.cvsignore, dlls/winmm/winealsa/.gitignore,
+         dlls/winmm/winearts/.cvsignore, dlls/winmm/winearts/.gitignore,
+         dlls/winmm/wineaudioio/.cvsignore, dlls/winmm/wineaudioio/.gitignore,
+         dlls/winmm/wineesd/.cvsignore, dlls/winmm/wineesd/.gitignore,
+         dlls/winmm/winejack/.cvsignore, dlls/winmm/winejack/.gitignore,
+         dlls/winmm/winenas/.cvsignore, dlls/winmm/winenas/.gitignore,
+         dlls/winmm/wineoss/.cvsignore, dlls/winmm/wineoss/.gitignore,
+         dlls/winnls/.cvsignore, dlls/winnls/.gitignore,
+         dlls/winsock/.cvsignore, dlls/winsock/.gitignore,
+         dlls/winsock/tests/.cvsignore, dlls/winsock/tests/.gitignore,
+         dlls/winspool/.cvsignore, dlls/winspool/.gitignore,
+         dlls/winspool/tests/.cvsignore, dlls/winspool/tests/.gitignore,
+         dlls/wintab32/.cvsignore, dlls/wintab32/.gitignore,
+         dlls/wintrust/.cvsignore, dlls/wintrust/.gitignore,
+         dlls/wldap32/.cvsignore, dlls/wldap32/.gitignore,
+         dlls/wow32/.cvsignore, dlls/wow32/.gitignore,
+         dlls/wsock32/.cvsignore, dlls/wsock32/.gitignore,
+         dlls/wtsapi32/.cvsignore, dlls/wtsapi32/.gitignore,
+         dlls/x11drv/.cvsignore, dlls/x11drv/.gitignore,
+         documentation/.cvsignore, documentation/.gitignore, fonts/.cvsignore,
+         fonts/.gitignore, include/.cvsignore, include/.gitignore,
+         include/wine/.cvsignore, include/wine/.gitignore, libs/.cvsignore,
+         libs/.gitignore, libs/port/.cvsignore, libs/port/.gitignore,
+         libs/unicode/.cvsignore, libs/unicode/.gitignore,
+         libs/wine/.cvsignore, libs/wine/.gitignore, libs/wpp/.cvsignore,
+         libs/wpp/.gitignore, loader/.cvsignore, loader/.gitignore,
+         programs/.cvsignore, programs/.gitignore,
+         programs/avitools/.cvsignore, programs/avitools/.gitignore,
+         programs/clock/.cvsignore, programs/clock/.gitignore,
+         programs/cmdlgtst/.cvsignore, programs/cmdlgtst/.gitignore,
+         programs/control/.cvsignore, programs/control/.gitignore,
+         programs/eject/.cvsignore, programs/eject/.gitignore,
+         programs/expand/.cvsignore, programs/expand/.gitignore,
+         programs/explorer/.cvsignore, programs/explorer/.gitignore,
+         programs/hh/.cvsignore, programs/hh/.gitignore,
+         programs/msiexec/.cvsignore, programs/msiexec/.gitignore,
+         programs/notepad/.cvsignore, programs/notepad/.gitignore,
+         programs/progman/.cvsignore, programs/progman/.gitignore,
+         programs/regedit/.cvsignore, programs/regedit/.gitignore,
+         programs/regsvr32/.cvsignore, programs/regsvr32/.gitignore,
+         programs/rpcss/.cvsignore, programs/rpcss/.gitignore,
+         programs/rundll32/.cvsignore, programs/rundll32/.gitignore,
+         programs/start/.cvsignore, programs/start/.gitignore,
+         programs/taskmgr/.cvsignore, programs/taskmgr/.gitignore,
+         programs/uninstaller/.cvsignore, programs/uninstaller/.gitignore,
+         programs/view/.cvsignore, programs/view/.gitignore,
+         programs/wcmd/.cvsignore, programs/wcmd/.gitignore,
+         programs/wineboot/.cvsignore, programs/wineboot/.gitignore,
+         programs/winebrowser/.cvsignore, programs/winebrowser/.gitignore,
+         programs/winecfg/.cvsignore, programs/winecfg/.gitignore,
+         programs/wineconsole/.cvsignore, programs/wineconsole/.gitignore,
+         programs/winedbg/.cvsignore, programs/winedbg/.gitignore,
+         programs/winefile/.cvsignore, programs/winefile/.gitignore,
+         programs/winemenubuilder/.cvsignore,
+         programs/winemenubuilder/.gitignore, programs/winemine/.cvsignore,
+         programs/winemine/.gitignore, programs/winepath/.cvsignore,
+         programs/winepath/.gitignore, programs/winetest/.cvsignore,
+         programs/winetest/.gitignore, programs/winevdm/.cvsignore,
+         programs/winevdm/.gitignore, programs/winhelp/.cvsignore,
+         programs/winhelp/.gitignore, programs/winver/.cvsignore,
+         programs/winver/.gitignore, server/.cvsignore, server/.gitignore,
+         tools/.cvsignore, tools/.gitignore, tools/widl/.cvsignore,
+         tools/widl/.gitignore, tools/winapi/.cvsignore,
+         tools/winapi/.gitignore, tools/winebuild/.cvsignore,
+         tools/winebuild/.gitignore, tools/winedump/.cvsignore,
+         tools/winedump/.gitignore, tools/winegcc/.cvsignore,
+         tools/winegcc/.gitignore, tools/wmc/.cvsignore, tools/wmc/.gitignore,
+         tools/wrc/.cvsignore, tools/wrc/.gitignore:
+       Renamed all .cvsignore files to .gitignore.
+
+2005-11-24  Hans Leidekker <hans@it.vu.nl>
+
+       * programs/winebrowser/main.c, tools/wine.inf:
+       Also handle mailto: urls.
+
+2005-11-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msvcrt/tests/printf.c:
+       Add some tests for _fcvt.
+
+2005-11-24  Marcus Meissner <meissner@suse.de>
+
+       * include/usp10.h:
+       extern "C" wrappers for usp10.h.
+
+2005-11-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/helpers.c:
+       Make all source directories at the root of the install.
+
+2005-11-24  Paul Vriens <Paul.Vriens@xs4all.nl>
+
+       * dlls/advapi32/lsa.c:
+       Return a real error in LsaLookupSids.
+
+2005-11-24  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
-       Added translation for SO_RCVTIMEO (as seen by IE4).
+       * include/Makefile.in:
+       Install usp10.h.
 
-Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-24  Mike McCormack <mike@codeweavers.com>
 
-       * server/process.c: Create startup info for the initial process.
+       * dlls/wldap32/ber.c:
+       Fix a compile error.
 
-       * include/server.h, scheduler/client.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, server/request.c, server/trace.c:
-       Added server pid and tid in init_thread request, and use them in
-       CLIENT_InitThread.
+2005-11-24  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/compobj.h, include/objbase.h, include/ole2.h, include/wine/obj_base.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/winerror.h, include/wtypes.h, ole/Makefile.in, ole/antimoniker.c, ole/bindctx.c, ole/compobj.c, ole/compositemoniker.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/storage32.c, relay32/ole32.spec:
-       Noomen Hamza <noomen@macadamian.com>
-       Implemented:
-       - IMoniker interface for FileMoniker,ItemMoniker,AntiMoniker and
-         GenericCompositeMoniker
-       - IRunningObjectTable interface, and
-       - IBindCtx interface.
+       * dlls/opengl32/wgl_ext.c:
+       Fix incorrect implementation of WGL_COLOR_BITS_ARB.
 
-       * graphics/psdrv/bitmap.c, graphics/psdrv/ps.c, include/psdrv.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added StretchDIBits for the PostScript driver.
+2005-11-24  Juan Lang <juan_lang@yahoo.com>
 
-       * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
-       Added missing ending pragma pack.
+       * include/wincrypt.h:
+       Add more declarations.
 
-       * misc/comm.c: Rein Klazes <rklazes@casema.net>
-       Corrected small bug in GetCommState16. Parity check can be disabled
-       even when a parity bit is used. SetCommState16() can override baudrate
-       setting in wine.conf.
+2005-11-23  Francois Gouget <fgouget@free.fr>
 
-Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/comctl32/rebar.c, dlls/comctl32/tooltips.c, dlls/d3d8/shader.c,
+         dlls/dinput/dinput_main.c, dlls/dinput/effect_linuxinput.c,
+         dlls/dinput/joystick_linuxinput.c, dlls/iphlpapi/iphlpapi_main.c,
+         dlls/quartz/filesource.c, dlls/rsaenh/mpi.c, dlls/rsaenh/tomcrypt.h,
+         dlls/shell32/shellpath.c, dlls/user/edit.c,
+         dlls/user/tests/sysparams.c, dlls/uxtheme/draw.c,
+         dlls/wined3d/basetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/pixelshader.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/surface.c, dlls/wined3d/utils.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h,
+         dlls/winedos/dosaspi.c, dlls/wineps/download.c, dlls/wininet/ftp.c,
+         dlls/wininet/tests/http.c, dlls/winspool/tests/info.c,
+         dlls/wintab32/context.c, programs/progman/En.rc,
+         programs/winedbg/gdbproxy.c, tools/widl/write_msft.c,
+         tools/wrc/translation.c:
+       Assorted spelling fixes.
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: cope with quoted arguments for CreateProcess().
+2005-11-23  Francois Gouget <fgouget@free.fr>
 
-       * loader/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed typo in SizeofResource().
+       * dlls/ntdll/resource.c, dlls/usp10/usp10.c, dlls/wininet/internet.c:
+       Documentation tweaks to make winapi_check happy.
+       Also specify the documented spec file entry.
 
-       * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       lstrcpyA can't use strcpy.
+2005-11-23  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * relay32/builtin32.c, if1632/builtin.c, include/module.h, misc/main.c, miscemu/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added -dll option for winelib programs. (Note: will not print warnings
-       on failure currently).
+       * dlls/msvideo/msvfw32_De.rc, dlls/msvideo/rsrc.rc:
+       Add German resource file for msvideo.
 
-       * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added strlwr.
+2005-11-23  Francois Gouget <fgouget@free.fr>
 
-       * loader/pe_image.c, msdos/int21.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Cosmetics.
+       * dlls/wldap32/control.c, dlls/wldap32/init.c,
+         dlls/wldap32/winldap_private.h, include/winldap.h,
+         tools/winapi/win32.api:
+       winldap.h should include windeh.f and schnlsp.h.
+       Enclose the API definitions in an extern "C" section and define
+       LDAPAPI.
+       Better stick to the types defined by the PSDK.
+       Fix the ldap_create_vlv_control*() prototypes.
+       Update win32.api.
 
-       * if1632/mmsystem.spec, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
+2005-11-23  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Started calling mixer as a 32 bit low level driver (no longer 16 bit)
-       Added support for yield proc in mci struct
-       Added mmTaskXXX16 and mmThreadXXX16 functions
-       Refreshed implementation of 16 bit native & asynchronous MCI driver
-       command (through mmtask.tsk).
+       * dlls/kernel/relay16.c, dlls/msvcrt/misc.c, dlls/ntdll/loader.c,
+         dlls/ntdll/relay.c, dlls/ntdll/resource.c, dlls/ntdll/signal_i386.c,
+         dlls/user/winproc.c, libs/wine/port.c, loader/preloader.c,
+         tools/winebuild/import.c:
+       Preserve 16-byte stack alignment in the various assembly
+       functions. Needed for MacOSX.
 
-       * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few bugs. Started implementing mixerMessage as a 32 bit
-       function (no longer 16 bit).
+2005-11-23  YunSong Hwang <hys545@dreamwiz.com>
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Implemented mciExecute.
+       * dlls/msvideo/msvfw32_En.rc, dlls/msvideo/msvfw32_Ko.rc,
+         dlls/msvideo/rsrc.rc:
+       Add Korean translation.
 
-       * include/multimedia.h, multimedia/mci.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added yield proc members to mci struct.
+2005-11-23  Francois Gouget <fgouget@free.fr>
 
-       * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added mixer specfic error codes, fixed type in function name.
+       * dlls/advpack/tests/advpack.c:
+       Add trailing '\n' to trace() call.
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed return codes for default driver proc.
+2005-11-23  Francois Gouget <fgouget@free.fr>
 
-       * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
-       Made LB_GETCURSEL return focus_item if no item has been selected.
+       * dlls/winsock/socket.c, include/ws2tcpip.h, tools/winapi/win32.api:
+       Add LPADDRINFO, missing IP_* defines and missing APIs.
+       Enclose the API definitions in an extern "C" section.
+       Define function pointer types if INCL_WINSOCK_API_TYPEDEFS is defined.
+       Better stick to the types defined by the PSDK.
+       Update win32.api.
 
-       * windows/x11drv/keyboard.c:
-       Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
-       Added Finnish keyboard layout.
+2005-11-23  YunSong Hwang <hys545@dreamwiz.com>
 
-       * misc/main.c, windows/x11drv/clipboard.c, windows/x11drv/keyboard.c, graphics/wing.c, graphics/x11drv/xfont.c, include/wine/winuser16.h, include/winuser.h, include/x11drv.h:
-       Veksler Michael <mveksler@techunix.technion.ac.il>
-       Removed winuser16.h from x11drv.h.
+       * dlls/comctl32/comctl_Ko.rc, dlls/commdlg/cdlg_Ko.rc,
+         dlls/winmm/winmm_Ko.rc, dlls/winmm/winmm_res.rc,
+         programs/taskmgr/Ko.rc, programs/wcmd/Ko.rc, programs/winecfg/Ko.rc:
+       Update Korean translations.
 
-       * include/winspool.h, misc/printdrv.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Implementation of EnumPrintersA, info level 4 and 5.
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
-       Check if the build is stripped, and die if it is.
-       Check for Bash 2.0, and if so use different STDERR->STDOUT redirctor
-       (thanks Ryan Cumming!).
+       * dlls/shell32/shfldr_unixfs.c:
+       Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
 
-       * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
-       Fixed "reached end of non void..." warnings.
+2005-11-23  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
-       MessageBox32A -> MessageBoxA
+       * dlls/mscms/tests/profile.c:
+       Be more strict and verbose while testing
+       GetStandardColorSpaceProfile().
 
-       * loader/module.c, relay32/kernel32.spec:
-       Sergey Turchanov <turchanov@usa.net>
-       Implementation for FreeLibraryAndExitThread.
-       Made GetBinaryType = GetBinaryTypeA.
+2005-11-23  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/task.h, loader/task.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Run Win32 processes in their own threads.
-       Process exit sequence adapted.
+       * dlls/user/tests/sysparams.c:
+       Make test_SPI_SETBORDER less likely to permanently change visual
+       settings:
+       - use smaller border widths values for testing;
+       - provide a work around for a Windows XP feature that made the tests
+       change the caption width.
 
-Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * scheduler/sysdeps.c, scheduler/thread.c, include/thread.h, loader/module.c, scheduler/client.c, scheduler/process.c:
-       Changed process initialisation to use the new server requests.
-       Started to move the process init to the right context, not finished yet.
+       * dlls/shell32/shfldr_desktop.c:
+       Also scan HKEY_CURRENT_USER for shell namespace extensions in Desktop
+       folder.
+       Fixed a handle leak in case of failing AddToEnumList call.
 
-       * include/server/object.h, include/server/process.h, include/server/request.h, include/server/thread.h, server/main.c, server/process.c, server/request.c, server/socket.c, server/thread.c, server/trace.c, include/server.h:
-       Added new_process and init_process request.
-       Split out process creation from thread creation.
-       Changed server initialisation to ensure that we always have a current
-       thread.
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
-       One small error corrected and the 102th key...
+       * dlls/shell32/shfldr_mycomp.c:
+       Also scan HKEY_CURRENT_USER for shell namespace extensions in
+       MyComputer.
 
-       * misc/comm.c, include/comm.h: Ove Kaaven <ovek@arcticnet.no>
-       Made commerror and eventmask local to each port (for win16), made the
-       win16 routines use port indices instead of UNIX fds (this should make
-       some Visual Basic stuff and similar garbage start working), moved some
-       stuff around (win16 routines at top of file, win32 routines at
-       bottom), made a couple of win32 routines use win32 handles, and added
-       a few hints as to how to implement asynchronous buffers, based on
-       which EnableCommNotification can eventually be implemented.
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
-       Fixed prototypes of a couple of comm routines.
+       * dlls/shell32/brsfolder.c:
+       Initialize OLE instead of just COM, in order to enable Drag & Drop.
 
-       * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed typo.
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Clear update region before WM_NCDESTROY.
+       * dlls/commdlg/filedlg.c:
+       Initialize OLE instead of COM only in order to enable Drag and Drop.
 
-       * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
-       Got rid of SYSTEM_LOCK macros.
+2005-11-23  Andrew Webb <andrew7webb@comcast.net>
 
-Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
+       * include/commctrl.h:
+       Define DateTime_SetMonthCalColor.
 
-       * misc/main.c: No longer need to delete system heap critical section.
+2005-11-23  Juan Lang <juan_lang@yahoo.com>
 
-Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/tests/cert.c:
+       Fix some memory leaks.
 
-       * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
-       Added a check for desktop in SHGetFileInfo.
+2005-11-23  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bugs in MCI message mapping (32A => 16).
+       * dlls/x11drv/event.c:
+       Fixed some broken code that was causing compiler warnings.
 
-       * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed WIN_SendDestroyMsg.
+2005-11-23  Huw Davies <huw@codeweavers.com>
 
-       * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
-       Removed definitions for FIONREAD and FIONBIO.
+       * dlls/msxml3/tests/domdoc.c:
+       Release a stray node.
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixes some return values for DefDriverProc.
+2005-11-22  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/regapi/regFixer.pl:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Removed the chop command that was there to get rid of dos ^M.
-       The script now process only unix file format.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.2.
 
-       * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Hide dialog windows created by CreateDialog* in EndDialog just as
-       Windows does.
+----------------------------------------------------------------
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
-       Set type of destination variant in VariantChangeTypeEx function.
+       * dlls/commdlg/fontdlg16.c:
+       Fixes for FormatCharDlgProc16:
+       - properly store the ChooseFont pointer, use a window property as the
+       A and W functions do;
+       - handle other messages then WM_INITDIALOG and WM_MEASUREITEM as well.
 
-       * windows/x11drv/keyboard.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fixed Danish keyboard layout.
+2005-11-22  Aric Stewart <aric@codeweavers.com>
 
-Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       HttpEndRequest does not actually send an extra NULL byte at the end of
+       the request. Help from Rob Shearman on this one.
 
-       * ole/itemmoniker.c, ole/ole2.c, ole/olefont.c, windows/dinput.c, windows/input.c, windows/keyboard.c, windows/message.c, windows/painting.c, windows/queue.c, windows/syscolor.c, windows/sysmetrics.c, windows/user.c, dlls/shell32/iconcache.c, files/dos_fs.c, graphics/ddraw.c, graphics/fontengine.c, include/win.h, loader/main.c, loader/resource.c, misc/lzexpand.c, misc/registry.c, msdos/int10.c, multimedia/init.c, objects/enhmetafile.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Lots of warning fixed, one missing WINAPI in ddraw.c added.
+2005-11-22  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
+       * dlls/kernel/volume.c:
+       Don't try to set the label in the superblock of FAT filesystems, that
+       doesn't do the right thing anyway.
 
-       * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
-       msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
+2005-11-22  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * relay32/kernel32.spec, misc/toolhelp.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added Module32* stubs.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       Corrects an error in the _m3xm3 shader function in pixel and vertex
+       shaders.
 
-Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * windows/x11drv/keyboard.c:
-       Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
-       Added Portuguese keytable.
+       * dlls/msvideo/.cvsignore, dlls/msvideo/Makefile.in,
+         dlls/msvideo/drawdib.c, dlls/msvideo/msvfw32_En.rc,
+         dlls/msvideo/msvideo16.c, dlls/msvideo/msvideo_main.c,
+         dlls/msvideo/msvideo_private.h, dlls/msvideo/rsrc.rc:
+       Add a semi-functional ICCompressorChoose implementation.
 
-       * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
-       Added Canadian French keyboard layout.
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * windows/x11drv/keyboard.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added UK keyboard layout.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       GetSystemMetrics fixes with corresponding tests.
 
-       * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
-       <paranoid07@hotmail.com>
-       Fixed/implemented various interrupt functions.
+2005-11-22  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * controls/menu.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, graphics/metafiledrv/text.c, include/winioctl.h, win32/kernel32.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some warnings. removed some unneccessary includes, removed one
-       direct WND* access in controls/menu.c.
+       * server/atom.c, server/change.c, server/clipboard.c, server/console.c,
+         server/debugger.c, server/event.c, server/fd.c, server/file.c,
+         server/handle.c, server/hook.c, server/mailslot.c, server/mapping.c,
+         server/mutex.c, server/named_pipe.c, server/object.c,
+         server/object.h, server/process.c, server/queue.c, server/registry.c,
+         server/request.c, server/semaphore.c, server/serial.c,
+         server/signal.c, server/snapshot.c, server/sock.c, server/thread.c,
+         server/timer.c, server/token.c, server/winstation.c:
+       Add name_lookup function in object_ops.
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Implemented a more defensive version of WIN_SendDestroyMsg.
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
-       Install headers from $(SRCDIR).
+       * dlls/commdlg/fontdlg16.c:
+       In CFn_CHOOSEFONT16to32W fix the conversion of the lpTemplateName and
+       the lpszStyle fields.
 
-       * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
-       Removed the obsolete ICOM macros.
+2005-11-22  Hans Leidekker <hans@it.vu.nl>
 
-       * include/vfw.h: Francois Gouget <fgouget@psn.net>
-       Moved the APIs closer to the corresponding COM interface, removed two
-       duplicates and added 2-3 macros for A/W APIs.
+       * programs/winebrowser/Makefile.in:
+       No need to link against shell32 or user32.
 
-       * msdos/int15.c: <paranoid07@hotmail.com>
-       Added some stubs for int15 functions.
+2005-11-22  Aric Stewart <aric@codeweavers.com>
 
-       * windows/message.c, windows/queue.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Inter-thread SendMessage() bugfixes:
-       - Insert new message to be received at the *end* of the SM_PENDING_LIST.
-       - Do *not* process received messages in ReplyMessage().
-       - Clear the QS_SMRESULT flag only immediatedly before waiting.
+       * dlls/wininet/http.c, dlls/wininet/tests/http.c:
+       Fix some logic to allow HTTP_ADDREQ_FLAG_ADD to replace existing
+       headers. Also adding a test for some header adding flags.
 
-       * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
-       Return error if not a valid OLE compound file.
+2005-11-22  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
-       Fix crash if lpuCurDirLen or lpuDestDirLen==0.
+       * server/registry.c:
+       Use struct unicode_str instead of null-terminated strings where
+       possible, and remove constraints on total key path length.
 
-       * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
-       Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
-       strange).
+2005-11-22  Robert Lunnon <bobl@optushome.com.au>
 
-Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/event.c, server/mutex.c, server/object.c, server/semaphore.c,
+         server/timer.c:
+       Add stdarg.h where missing.
 
-       * include/dosexe.h, include/module.h, include/pe_image.h, loader/dos/module.c, loader/module.c, loader/ne/module.c, loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Pass CreateProcess() SECURITY_ATTRIBUTES through to PROCESS_Create().
+2005-11-22  Marcus Meissner <meissner@suse.de>
 
-       * include/process.h, include/thread.h, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Pass new arguments (suspend/inherit) to the server.
+       * dlls/winsock/socket.c:
+       EAI_NONAME -> WS_EAI_NODATA, check for EAI_NONAME and EAI_NODATA.
 
-       * include/server.h, include/server/thread.h, scheduler/client.c, server/request.c, server/thread.c, server/trace.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Handle suspend/resume_thread requests in phase STARTING correctly.
-       Set initial suspend count for threads created with CREATE_SUSPENDED.
-       Set 'inheritable' flag for process/thread handles.
+2005-11-22  Steven Edwards <winehacker@gmail.com>
 
-       * dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/progress.c, dlls/comctl32/propsheet.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/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/commctrl.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed no longer necessary win.h include, added now necessary other
-       includes (win.h used only by UPDOWN now).
+       * dlls/ntdll/version.c:
+       Correct URL for version infomation database website.
 
-       * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
-       debug.h must be last, or we get ERR() macro problems again.
+2005-11-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/tooltips.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a slight bug that was included in the change from WND ptr to
-       hwnd last week.
+       * dlls/gdi/tests/dc.c:
+       Add a test showing that SaveDC after GetDC should return 1.
 
-       * loader/main.c, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix compiler warnings.
+2005-11-22  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/comctl32/imagelist.c, dlls/comctl32/treeview.c, include/treeview.h:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Fixed some graphical problems of the treeview and added support LMB
-       click on +/- sign to open and close.
-       Fixed a bug in imagelist where the last image could not be displayed.
+       * dlls/shdocvw/client.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       Create window in SetClientSite and return it in
+       IOleInPlaceSite::GetWindow.
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Avoid unnecessary error messages.
+2005-11-22  Robert Shearman <rob@codeweavers.com>
 
-       * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Ignore HIWORD of boolean return values of 16-bit hook procedures, to
-       match buggy Windows behaviour.
+       * dlls/wininet/tests/http.c:
+       Test the sizes of some of the parameters passed into the callback.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected bug in enumeration function.
+2005-11-22  Robert Shearman <rob@codeweavers.com>
 
-       * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed bug introduced in WIN_FindWindow.
+       * dlls/wininet/internet.c, dlls/wininet/internet.h,
+         dlls/wininet/utility.c:
+       Rename SendAsyncCallback to INTERNET_SendCallback.
 
-       * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
-       0 is a valid index for a tab item.
-       CreateSolidBrush takes a COLORREF as a parameter.
-       Tab controls were always displayed in the top left corner.
+2005-11-22  Robert Shearman <rob@codeweavers.com>
 
-Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       Fix an incorrect entry in the HTTP header field table causing broken
+       Location field parsing.
 
-       * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
-       Francois Gouget <fgouget@psn.net>
-       Updated the interfaces to use the latest ICOM macros.
+2005-11-22  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated.
+       * dlls/advpack/tests/advpack.c:
+       Exit test after first TranslateInfString() failure, which seems to be
+       NT3.51 specific.
 
-       * if1632/mmsystem.spec, include/mmsystem.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mci.c, multimedia/mcistring.c, multimedia/mmsystem.c, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved all MCI internal functions/variables/macros to mci.c.
-       Changed some interface names.
+2005-11-21  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/digitalv.h, multimedia/mciavi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Make use of digitalv.h file.
+       * dlls/wined3d/device.c, dlls/wined3d/pixelshader.c,
+         dlls/wined3d/wined3d_private.h, include/wine/wined3d_interface.h:
+       Implement a pixel shader parser and cross compiler. All version of
+       shaders up to 3 should be parsed correctly, but only shaders 1-1.4
+       will be cross compiled.
 
-       * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed how list of loadable MCI drivers is obtained.
+2005-11-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
-       Describes in newbie terms how to add new keyboard layouts.
+       * dlls/ntdll/tests/om.c, server/event.c, server/mailslot.c,
+         server/mapping.c, server/mutex.c, server/named_pipe.c,
+         server/object.c, server/semaphore.c, server/timer.c, server/trace.c,
+         server/winstation.c:
+       Return correct error on name collision when creating new named
+       objects.
+       Check for correct error in affected places.
 
-       * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
-       Better comments, and added ANSI codepages in table.
-       US keyboard contributed by Uwe Bonnes.
-       French keyboard contributed by Eric Pouech.
-       German keyboard contributed by Ulrich Weigand.
-       Danish keyboard contributed by Bertho Stultiens.
+2005-11-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, include/commdlg.h:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       - Reimplementation of the CommDlg ExtendedError mechanism using TLS.
-       - Some header inclusion cleanup.
+       * dlls/kernel/sync.c, dlls/kernel/virtual.c:
+       Kernel32 should create named objects with OBJ_OPENIF flag set.
+       Handle STATUS_OBJECT_NAME_EXISTS explicitly as it's not mapped with
+       RtlNtStatusToDosError.
 
-       * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Cosmetic fixes.
+2005-11-21  YunSong Hwang <hys545@dreamwiz.com>
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Makes use of new CDAUDIO_Seek() function.
+       * programs/regedit/Ko.rc, programs/wcmd/Ko.rc:
+       Update Korean translations.
 
-       * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Various fixes for MSCDEX traps.
-
-       * misc/cdrom.c, include/cdrom.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added new function CDAUDIO_Seek().
+2005-11-21  Alexandre Julliard <julliard@winehq.org>
 
-       * include/driver.h, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Better 16/32 bit driver messages mapping and handling.
-       Better protection against bad handles.
-
-       * include/peexe.h, loader/resource.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Use MESSAGE_RESOURCE_* defines from SDK headers, updated LoadMessage*
-       code.
+       * programs/winecfg/drive.c:
+       Only set label and serial number when they are actually changed.
 
-       * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
-       Fixed make install.
+2005-11-21  Alexandre Julliard <julliard@winehq.org>
 
-----------------------------------------------------------------
-Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/sync.c, dlls/ntdll/file.c, include/wine/server_protocol.h,
+         server/mailslot.c, server/protocol.def, server/trace.c:
+       Fixed handling of mailslot read timeout to avoid compiler warnings.
 
-       * include/win.h, ipc/dde_proc.c, misc/spy.c, windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/dialog.c, windows/dinput.c, windows/focus.c, windows/input.c, windows/mdi.c, windows/nonclient.c, windows/painting.c, windows/property.c, windows/queue.c, windows/scroll.c, windows/win.c, windows/winpos.c, windows/winproc.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, 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, dlls/comctl32/updown.c, graphics/ddraw.c, if1632/thunk.c:
-       Francois Boisvert <francois@macadamian.com>
-       Made access to the wnd struct thread-safe.
+2005-11-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * */*: Jim Aston <asto0001@algonquinc.on.ca>
-       Renamed wintypes.h to windef.h.
+       * dlls/user/win.c:
+       Choose what window styles to dump (WS_GROUP/WS_TABSTOP vs.
+       WS_MINIMIZEBOX/WS_MAXIMIZEBOX) based on the WS_CHILD style set.
 
-       * memory/heap.c: Make the system heap critical section global.
+2005-11-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * Make.rules.in:
-       Fixed Makefile up-to-date check to avoid relinking all the object
-       files.
+       * dlls/ntdll/tests/om.c:
+       More Object Manager tests.
 
-       * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
-       Reimplemented some code without using X11.
+2005-11-21  Aric Stewart <aric@codeweavers.com>
 
-       * graphics/ddraw.c, relay32/ddraw.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
+       * dlls/wininet/http.c, dlls/wininet/tests/http.c:
+       Implement HttpSendRequestEx and HttpEndRequest. Restructure, breaking
+       some things out of HTTP_SendRequestW to avoid duplicate code.
 
-       * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
-       Added tracing for delayed imports and removed the fixme.
+2005-11-21  Ge van Geldorp <gvg@reactos.org>
 
-       * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
-       Better implementation of GetShortPathNameA/W.
+       * dlls/crypt32/encode.c:
+       Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.
 
-       * misc/registry.c, wine.ini: Nathan Zorich <wfilardo@fuse.net>
-       Allow the file names and paths for the registry files (user.reg and
-       system.reg) to be specified in a [Registry] section of wine.ini or
-       other config file.
+2005-11-21  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fix OemToAnsiBuff for real Win31 behavior.
+       * dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c,
+         dlls/shell32/shell32_main.h:
+       SHGetFileInfoW(): handle SHGFI_LINKOVERLAY and SHGFI_OVERLAYINDEX.
+       SHMapPIDLToSystemImageListIndex(): determine overlay flag for
+       PidlToSicIndex() and return -1 in error cases.
+       Read shell overlay icon settings from registry to allow icon
+       overrides.
 
-       * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
-       First attempt at supporting different keyboard layouts with their
-       correct scancode mapping.
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * configure, configure.in, programs/Makefile.in, programs/regapi/.cvsignore, programs/regapi/Makefile.in, programs/regapi/README, programs/regapi/regFixer.pl, programs/regapi/regRestorer.pl, programs/regapi/regSet.sh, programs/regapi/regapi.c:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Added command line tool to access the registry.
+       * dlls/msvcrt/locale.c:
+       Fix bogus unreal code page messages in _setmbcp().
 
-       * rc/winerc.c: Fixed compilation.
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
-       Ignore generated files.
+       * dlls/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+       Do not forward _mbccpy to strcpy.
+       Remove the error message in _mbccpy, it is not an error.
 
-       * programs/notepad/lcc.h: Fixed make depend.
+2005-11-21  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * ole/ole2.c, ole/olefont.c, include/ole.h, include/ole2.h, include/oleauto.h, include/olectl.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/wine/obj_inplace.h, include/wine/obj_moniker.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_shelllink.h, include/wine/obj_storage.h, include/winerror.h, include/wingdi.h, include/winsock.h, include/winuser.h, include/wtypes.h:
-       Paul Quinn <paulq@linuxmaster.hungrycats.org>
-       Many new defines, and structs to help compile MFC. As well as a few
-       OLE corrections from earlier.
+       * dlls/comctl32/syslink.c:
+       Improved word wrapping and tab key handling.
 
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Make GetModuleHandle16 only look for module names, not path names.
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
-       Added some more vga video modes.
+       * dlls/advpack/advpack.c, include/advpub.h:
+       Add/correct prototypes for some already defined functions in advpack.
 
-       * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Prevent X11 errors when XCreateWindow is called with zero width or
-       height.
+2005-11-21  Hans Leidekker <hans@it.vu.nl>
 
-       * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Added metafile support for ExtFloodFill.
+       * dlls/wldap32/control.c, dlls/wldap32/winldap_private.h,
+         dlls/wldap32/wldap32.spec:
+       Implement ldap_create_vlv_control{A,W},
+       ldap_encode_sort_control{A,W}.
+       Add a stub for ldap_create_page_control{A,W}.
 
-       * controls/button.c:
-       Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
-       Paint gray text on gray background in checkboxes/radiobuttons by
-       stippling. Also changed the brush used in this case to give better
-       readability with X fonts.
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/debugdefs.h, include/tapi.h, misc/Attic/tapi32.c, misc/Makefile.in, relay32/tapi32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/tapi32/.cvsignore, dlls/tapi32/Makefile.in, dlls/tapi32/assisted.c, dlls/tapi32/line.c, dlls/tapi32/phone.c, include/debug.h:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Implemented (nearly) all TAPI functions as stubs.
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/security.c, include/aclapi.h,
+         include/winsvc.h, tools/winapi/win32.api:
+       Add/correct prototypes for some already defined functions in
+       advapi32. Correct spec file entry for GetSecurityInfoExW.
 
-       * include/wine/winuser16.h, misc/comm.c, files/dos_fs.c, include/winbase.h:
-       Michael McCormack <Michael.McCormack@alcatel.com.au>
-       Basic support for WIN32 serial communications API.
-       Modify DOSFS_OpenDevice to allow opening of COM ports.
-       Change Win32 comm functions to accept file handle.
-       Add declaration of COMSTAT32 structure.
+2005-11-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a silly VGA-emulation palette bug.
+       * dlls/user/winstation.c, include/wine/server_protocol.h,
+         server/protocol.def, server/trace.c, server/winstation.c:
+       Replace inherit flag with object attributes in winstation and desktop
+       create & open. Use OBJ_OPENIF flag to create winstation & desktop.
 
-       * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of ugly warnings (caused by ugly errors).
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Bug fix.
+       * dlls/msvcrt/mbcs.c, dlls/msvcrt/tests/string.c:
+       Fix _mbsspn() with conformance tests.
 
-       * dlls/shell32/brsfolder.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shlfolder.c, include/shlguid.h, include/shlobj.h, include/wine/obj_enumidlist.h, include/wine/obj_shellfolder.h, ole/guid.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - IShellFolder and IEnumIDList are using the new COM headers
-       - fixed sort order for folders and drives
+2005-11-21  Hans Leidekker <hans@it.vu.nl>
 
-       * README: Ove Kaaven <ovek@arcticnet.no>
-       Corrected location of FAQ.
+       * dlls/hhctrl.ocx/Nl.rc, dlls/hhctrl.ocx/hhctrl.rc, dlls/mshtml/Nl.rc,
+         dlls/mshtml/rsrc.rc, dlls/winspool/Nl.rc, dlls/winspool/winspool.rc,
+         programs/taskmgr/De.rc, programs/taskmgr/Nl.rc,
+         programs/taskmgr/taskmgr.rc:
+       Added Dutch translations.
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Fully implemented Direct Console Input.
+2005-11-21  YunSong Hwang <hys545@dreamwiz.com>
 
-Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/Ko.rc, dlls/msi/msi_Ko.rc, dlls/oledlg/oledlg_Ko.rc,
+         dlls/wldap32/wldap32_Ko.rc, programs/start/Ko.rc,
+         programs/winecfg/Ko.rc, programs/wineconsole/wineconsole_Ko.rc,
+         programs/winefile/Ko.rc:
+       Update Korean translations.
 
-       * windows/queue.c, dlls/shell32/shlfolder.c, if1632/thunk.c, scheduler/sysdeps.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed newly introduced and some leftover warnings.
+2005-11-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/wingdi.h: Francois Gouget <fgouget@psn.net>
-       It is now possible to use the standard macros for GetTextExtentPoint
-       and GetTextExtentPoint32.
+       * dlls/x11drv/scroll.c:
+       Print scroll and clip rectangles on the ScrollDC entry.
 
-       * include/prsht.h: Francois Gouget <fgouget@psn.net>
-       Fixed some SendMessage32A that escaped the renaming.
+2005-11-21  Rob Shearman <rob@codeweavers.com>
 
-       * include/ole2.h: Francois Gouget <fgouget@psn.net>
-       On windows ole2.h includes oleauto.h and some programs depend on this.
+       * dlls/advapi32/service.c:
+       Don't try waiting for the service process to start if the
+       CreateProcess call failed.
 
-       * include/oleauto.h, ole/ole2disp.c: Francois Gouget <fgouget@psn.net>
-       Fixes in the SysAllocString functions prototypes. It's mostly 'const'
-       problems that prevent regular code from compiling.
+2005-11-21  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/commdlg/filedlg.c, graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_cdrom, include/bitmaps/Attic/obm_drive, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2, include/bitmaps/Attic/obm_harddisk, include/bitmaps/oic_cdrom, include/bitmaps/oic_floppy, include/bitmaps/oic_folder, include/bitmaps/oic_folder2, include/bitmaps/oic_hdisk, include/bitmaps/oic_network, include/winuser.h:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       File open dialog now uses icons instead of bitmaps.
+       * dlls/msi/registry.c:
+       Loop around calling RegQueryValue until we have a big enough string
+       for both the name and the value.
 
-       * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
-       Updated AVI* class interface to new ICOM_ methods.
+2005-11-21  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
-       Some fixes and additions.
+       * dlls/shdocvw/dochost.c:
+       Added GetHostInfo implementation.
 
-       * dlls/avifil32/.cvsignore, dlls/avifil32/Makefile.in, dlls/avifil32/avifile.c, include/debug.h, include/debugdefs.h, relay32/avifil32.spec, Makefile.in, configure, configure.in, dlls/Makefile.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Started on avifil32 implementation (only stubs currently).
+2005-11-21  Ge van Geldorp <gvg@reactos.org>
 
-       * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
-       Reimplemented DrawFocusRect without using X11.
+       * dlls/netapi32/access.c, dlls/netapi32/netapi32.c, include/lmaccess.h:
+       Fix some prototypes to match the PSDK.
 
-       * include/miscemu.h, msdos/dosmem.c, msdos/int10.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented mode setting things as well as VESA additions and other
-       things. Cleaned up DOSMEM_BiosData handling.
+2005-11-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * include/wine/obj_olefont.h, ole/olefont.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the IPersistStream interface on the OLE font object.
+       * dlls/kernel/oldconfig.c:
+       - ANSI SCSI revision is a hex number.
+       - Be more verbose with parser ERRs.
 
-       * miscemu/emulate.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Make function BX=6 round ST0 to integer.
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/commctrl.h, include/wingdi.h: Paul Quinn <paulq@corel.ca>
-       Adrian Thurston <adriant@corel.ca>
-       - Changed LVM_SETITEMPOSITION -> LVM_SETITEMPOSITION32
-                 LVM_SETITEMPOSITION16 -> LVM_SETITEMPOSITION
-       - Added some missing structures and definitions to wingdi.h
-       - Added proper defines for GetCharWidthsXXX
-       - Added c++ protection to wingdi.h
+       * dlls/mswsock/mswsock.spec, dlls/rpcrt4/rpcrt4.spec:
+       Mark some functions as implemented in the spec files.
 
-       * dlls/shell32/iconcache.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - mostly cleanup after the renaming
-       - implemented SHILCreateFromPath
-       - small changed to SHGetFileInfo
+2005-11-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/prsht.h, include/winuser.h:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Changed the DLGTEMPLATE and DLGITEMTEMPLATE types to adhere to the AW
-       structure for compatibility.
+       * programs/winecfg/driveui.c:
+       Create new drives with autodetect type.
 
-       * dlls/commdlg/printdlg.c, include/cderr.h, include/commdlg.h, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/fontdlg.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Moved error codes to cderr.h.
+2005-11-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
-       Fix CreateProcess to handle lpCommandline better.
+       * dlls/msvcrt/tests/file.c:
+       Minor MSVCRT test changes:
+       - add two invalid parameter checks for fopen(),
+       - rearrange test sequence into two parts (low-level and stream I/O),
+       - break long line.
 
-       * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
-       Change GetStartupInfoA/W to return the real StartupInfo.
+2005-11-21  Hans Leidekker <hans@it.vu.nl>
 
-       * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
-       Handle null wndPtr for mdi window.
+       * dlls/wldap32/value.c:
+       Fix the build without openldap.
 
-       * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
-       Fixed a couple of missing #defines for Win32 API functions with
-       ASCII/Unicode versions.
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * win32/newfns.c, if1632/kernel.spec, if1632/thunk.c, if1632/wprocs.spec, include/callback.h, misc/callback.c, relay32/Makefile.in, relay32/utthunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented UTRegister and UTUnRegister.
+       * include/wincrypt.h:
+       Add prototypes for some already defined functions in crypt32.
 
-       * if1632/ddeml.spec, include/ddeml.h, include/winnt.h, misc/ddeml.c, relay32/user32.spec:
-       <keith_m@sweeney.demon.co.uk>
-       Added coded stubs for DdeQueryConvInfo (16 & 32 bit), DdeAddData (32
-       bit), DdeAbandonTransaction (32 bit), DdeImpersonateClient (32)
-       DdeSetQualityOfService, DdeSetUserHandle.
-       Corrected heap handling in DdeInitializeW, refined CreateMutex error
-       handling.
-       General tidying.
+2005-11-21  Aric Stewart <aric@codeweavers.com>
 
-       * if1632/olecli.spec, include/ole.h, ole/olecli.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Added prototypes for OleQueryLinkFromClip, OleQueryCreateFromClip,
-       OleCreateLinkFromClip, OleCreateFromClip, OleQueryType,
-       OleRevertClientDoc, OleEnumObjects.
+       * dlls/wininet/internet.c:
+       Implement the use of NETCON_send for HTTP connections when in
+       InternetWriteFile.
 
-       * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
-       Definition for OleCreateLinkFromClip was incorrect.
+2005-11-21  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
-       Mask out the upper 12 bits from the resourceid, just like win95 does.
+       * dlls/version/tests/install.c:
+       Fix version tests on NT, 2K and XP, make some errors more verbose.
 
-       * BUGS: Ove Kaaven <ovek@arcticnet.no>
-       Updated bug list by my knowledge of them.
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
-       StgCreateDocfile accepts NULL as a file name.
+       * dlls/winmm/wineoss/audio.c:
+       Break from the SNDCTL_DSP_CHANNELS loops on first error instead of
+       continuing with even higher channels numbers.
 
-       * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Added support for alternate DIBBITBLT layout.
+2005-11-21  Marcus Meissner <marcus@jet.franken.de>
 
-       * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
-       Buffer size bug in LocateDebugInfoFile.
+       * dlls/winsock/socket.c:
+       Fixed typo in ws_sockaddr_u2ws().
 
-       * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Improved "error" message readability.
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
+       * configure, configure.ac, dlls/wldap32/init.c,
+         dlls/wldap32/winldap_private.h, dlls/wldap32/wldap32.h,
+         dlls/wldap32/wldap32.spec:
+       Avoid using deprecated openldap functions.
+       Implement ldap_sslinit{A,W}, improve cldap_open{A,W}.
+       Add stub implementation for ldap_startup and ldap_stop_tls_s.
 
-       * dlls/comctl32/listview.c: Fixed make depend
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winedbg/types.c:
+       Native dbghelp doesn't provide names for basic type, so added relevant
+       basic type names in winedbg.
 
-       * dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/datetime.c, dlls/comctl32/flatsb.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/monthcal.c, dlls/comctl32/nativefont.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, include/ipaddress.h, include/updown.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Replaced direct access to the WND structure by corresponding calls to
-       Win32 functions.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/progress.c, dlls/comctl32/updown.c, include/commctrl.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed some bugs introduced by the automated renaming.
+       * dlls/commdlg/filedlg.c:
+       There is no need to resize our own fake dialog to match the parent, it
+       doesn't have controls anyway.
 
-       * resources/.cvsignore: Added sysres_Ru.s
+2005-11-18  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * dlls/comctl32/header.c, dlls/comctl32/listview.c, include/commctrl.h, include/listview.h:
-       Luc Tourangeau <luc@macadamian.com>
-       Changed the listview control to add the report view and fix some bugs
-       for the list view.
+       * dlls/mscms/tests/profile.c:
+       Don't call unicode functions of file API as they fail on Win9x.
+
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
+
+       * server/console.c, server/event.c, server/handle.c, server/handle.h,
+         server/mailslot.c, server/mapping.c, server/mutex.c,
+         server/named_pipe.c, server/object.c, server/object.h,
+         server/process.c, server/request.h, server/semaphore.c,
+         server/timer.c, server/user.h, server/winstation.c:
+       Added a struct unicode_str to encapsulate object names.
+
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed use of WND struct.
+       * dlls/wldap32/delete.c, dlls/wldap32/dn.c, dlls/wldap32/error.c,
+         dlls/wldap32/misc.c, dlls/wldap32/modify.c, dlls/wldap32/modrdn.c,
+         dlls/wldap32/option.c, dlls/wldap32/search.c, dlls/wldap32/value.c:
+       Avoid using deprecated openldap functions.
+       Correct some return values.
 
-       * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
-       Added #ifdef HAVE_WCTYPE_H.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
-       Removed direct access to the WND struct.
+       * programs/winedbg/stack.c, programs/winedbg/symbol.c,
+         programs/winedbg/winedbg.c:
+       Centralized calls for SymSetContext, we only do it when we change the
+       current stack frame, and no longer every time we look up local symbols
+       on current stack
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Message translation for WM_WININICHANGE.
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
-       obm_closed_95 should not be drawn inverted.
+       * dlls/kernel/tests/thread.c:
+       Avoid setting the context before the thread has started running, it's
+       broken on most Windows versions.
 
-       * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Removed direct access to the WND struct.
+2005-11-18  Huw Davies <huw@codeweavers.com>
 
-       * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Improved performance.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
+         dlls/msxml3/tests/domdoc.c:
+       Ref count the xmlDocPtr.
+       If two nodes refer to the same xmlNodePtr don't return same object.
 
-       * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
-       Create a new DC in GetDCEx when none are available.
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
-       Stephane Lussier <stephane@macadamian.com>
-       Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
+       * dlls/wldap32/add.c, dlls/wldap32/bind.c, dlls/wldap32/compare.c:
+       Avoid using deprecated openldap functions.
+       Correct some return values.
 
-       * controls/combo.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Changed the button state to "up" as soon as it is known that the
-       selection has been cancelled, so the button is redrawn in the "up"
-       state.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
-       Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
+       * programs/winedbg/debugger.h, programs/winedbg/memory.c,
+         programs/winedbg/stack.c:
+       Move print_func_and_args to stack.c, where it belongs.
 
-Wed Mar 10 18:03:54 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-18  Kieran Clancy <n0dalus+wine@gmail.com>
 
-       * include/wine/obj_inplace.h, include/wine/obj_oleaut.h, include/wine/obj_oleobj.h, include/wine/obj_oleundo.h, include/wine/obj_oleview.h, include/wine/obj_picture.h, include/wine/obj_property.h, ole/compobj.c, ole/guid.c, ole/ole2disp.c, ole/olecli.c, ole/oledlg.c, ole/oleobj.c, dlls/shell32/dataobject.c, dlls/shell32/pidl.c, dlls/shell32/shlfolder.c, include/Attic/wintypes.h, include/commdlg.h, include/imm.h, include/oaidl.h, include/objbase.h, include/ocidl.h, include/ole.h, include/ole2ver.h, include/oleauto.h, include/olectl.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/winbase.h, include/wine/obj_base.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.h, include/winnt.h, include/wtypes.h:
-       Paul Quinn <paulq@corel.ca>
-       Added a lot of new OLE interfaces.
+       * dlls/user/static.c:
+       Fix vertical text alignment in static controls.
 
-       * documentation/languages, documentation/wine.man, include/options.h, misc/main.c, ole/ole2nls.c, resources/Makefile.in, resources/sysres.c, resources/sysres_Ru.rc:
-       Alexander Kanavin <ak@cave.hop.stu.neva.ru>
-       Added support for Russian language.
+2005-11-18  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Temporary fix: Activate 16-bit system timer callback routines, but
-       skip calling them if timer signal occured while current thread was
-       holding the Win16Lock (to prevent 16-bit stack corruption).
+       * dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/header.c:
+       Added header control tests.
 
-       * include/syslevel.h, scheduler/syslevel.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented _ConfirmWin16Lock (KERNEL32.96).
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/ddraw.c, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - some clean up in handling of depth
-       - more depth conversion routines for X11 (15, 16 and 32 -> 8)
+       * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+         programs/winedbg/stack.c, programs/winedbg/symbol.c,
+         programs/winedbg/winedbg.c:
+       - now storing frames information in thread structure
+       - frames are cached after each thread stops execution
+       - reimplemented backtrace on top of this
 
-       * include/queue.h, windows/message.c, windows/queue.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Implemented SendMessageTimeout() functions.
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
-       Marcel Baur <mbaur@g26.ethz.ch>
-       Added Boyer-Moore text search.
+       * dlls/kernel/tests/locale.c:
+       Added a few more Unicode digits from Unicode version 4.1.
 
-       * if1632/thunk.c, if1632/user.spec, include/callback.h, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added USER.DestroyIcon32 to Callout struct.
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * include/module.h, loader/ne/convert.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Deleted NE_FreePEResource().
+       * libs/unicode/c_037.c, libs/unicode/c_10000.c, libs/unicode/c_10006.c,
+         libs/unicode/c_10007.c, libs/unicode/c_10029.c,
+         libs/unicode/c_1006.c, libs/unicode/c_10079.c,
+         libs/unicode/c_10081.c, libs/unicode/c_1026.c, libs/unicode/c_1250.c,
+         libs/unicode/c_1251.c, libs/unicode/c_1252.c, libs/unicode/c_1253.c,
+         libs/unicode/c_1254.c, libs/unicode/c_1255.c, libs/unicode/c_1256.c,
+         libs/unicode/c_1257.c, libs/unicode/c_1258.c, libs/unicode/c_20866.c,
+         libs/unicode/c_20932.c, libs/unicode/c_21866.c,
+         libs/unicode/c_28591.c, libs/unicode/c_28592.c,
+         libs/unicode/c_28593.c, libs/unicode/c_28594.c,
+         libs/unicode/c_28595.c, libs/unicode/c_28596.c,
+         libs/unicode/c_28597.c, libs/unicode/c_28598.c,
+         libs/unicode/c_28599.c, libs/unicode/c_28600.c,
+         libs/unicode/c_28603.c, libs/unicode/c_28604.c,
+         libs/unicode/c_28605.c, libs/unicode/c_28606.c, libs/unicode/c_424.c,
+         libs/unicode/c_437.c, libs/unicode/c_500.c, libs/unicode/c_737.c,
+         libs/unicode/c_775.c, libs/unicode/c_850.c, libs/unicode/c_852.c,
+         libs/unicode/c_855.c, libs/unicode/c_856.c, libs/unicode/c_857.c,
+         libs/unicode/c_860.c, libs/unicode/c_861.c, libs/unicode/c_862.c,
+         libs/unicode/c_863.c, libs/unicode/c_864.c, libs/unicode/c_865.c,
+         libs/unicode/c_866.c, libs/unicode/c_869.c, libs/unicode/c_874.c,
+         libs/unicode/c_875.c, libs/unicode/c_878.c, libs/unicode/c_932.c,
+         libs/unicode/c_936.c, libs/unicode/c_949.c, libs/unicode/c_950.c,
+         libs/unicode/casemap.c, libs/unicode/wctype.c:
+       Updated codepage tables to Unicode version 4.1.
 
-       * include/user.h, loader/main.c, loader/module.c, windows/user.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to cursor/icon handling changes.
+2005-11-18  YunSong Hwang <hys545@dreamwiz.com>
 
-       * loader/ne/resource.c, loader/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow accessing both NE and PE resources with both 16- and 32-bit API.
-       Hook cursor/icon destruction into FreeResource (like Win95).
+       * dlls/comctl32/comctl_Ko.rc, dlls/serialui/Ko.rc, dlls/shdocvw/Ko.rc,
+         dlls/wineps/wps_Ko.rc, programs/cmdlgtst/Ko.rc,
+         programs/cmdlgtst/cmdlgr.rc:
+       Update Korean translations.
 
-       * include/cursoricon.h, objects/cursoricon.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented Win95-style shared cursor/icon cache.
-       Merged NE and PE resource handling.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * graphics/x11drv/oembitmap.c, include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed folder bitmap colors for 8bpp.
+       * dlls/user/tests/win.c:
+       Add another test for Z order of child windows.
 
-       * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Windows doesnt allow dashed and dotted lines > 1.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a reference-counting problem in the external lock mechanism.
+       * dlls/kernel/vxd.c:
+       Use case insensitive comparison to check file extensions.
 
-       * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a simple bug in the implementation of the ShellView objects.
+2005-11-18  Peter Beutner <p.beutner@gmx.net>
 
-       * dlls/shell32/shell32_main.c, include/shell.h:
-       Sergey Turchanov <turchanov@usa.net>
-       Added some extra CSIDLs.
+       * dlls/x11drv/opengl.c:
+       Fix wrong use of the PFD_GENERIC_ACCELERATED flag. It indicates that
+       the selected pixel format lacks full hardware acceleration and only a
+       few parts are accelerated. So don't always set it but only if the X
+       server actually reports that the selected pixel format is not fully
+       accelerated.
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Allow lpCommandLine == NULL in CreateProcess().
+2005-11-18  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/x11drv/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Free ConnectionPoint objects (fix memory leak).
 
-       * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Avoid unnecessary GraphicsExpose events.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * ole/safearray.c: Francis Beaudet <francis@macadamian.com>
-       Fixed index calculations of the upper and lower bounds of a safearray.
-       Fixed a wrong initialization of the VT sizes array.
+       * dlls/msvcrt/undname.c:
+       Ensures, when we cannot demangle the string, to return the mangled
+       name instead of a NULL pointer.
 
-       * ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implementation of the ReleaseStgMedium method.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/symbol.c,
+         programs/winedbg/symbol.c, programs/winedbg/winedbg.c:
+       Now returning correct symbol flags (as native does) for function pmts
+       & locals in dbghelp.
+       Modified winedbg accordingly.
 
-       * dlls/ntdll/Makefile.in, dlls/ntdll/file.c, dlls/ntdll/nt.c, 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, relay32/advapi32.spec, relay32/ntdll.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - sorted API by groups
-       - new stubs:  NtQueryDirectoryFile,  ZwQueryDirectoryFile
-       - impl.: RtlAllocateHeap, RtlCreateHeap, RtlDestroyHeap, RtlFreeHeap,
-         RtlGetDaclSecurityDescriptor, RtlGetSaclSecurityDescriptor
-       - impl. by Rex Jolliff (rex@lvcablemodem.com): RtlTimeToTimeFields,
-         RtlTimeFieldsToTime
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/ntddk.h, include/ntdef.h, include/winnt.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many new prototypes.
+       * dlls/twain/dsm_ctrl.c:
+       If SANE returns empty device list treat it as an error.
 
-       * loader/resource.c, include/module.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fix use of wrong prototype from ntdll.h.
+2005-11-18  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/advapi32/security.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Make more functions just calling down to ntdll.
-       New: GetSecurityDescriptorSacl.
+       * dlls/atl/registrar.c:
+       Fix parsing '{' char.
 
-       * graphics/psdrv/afm.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Accept "Normal" as a valid AFM weight.
+2005-11-18  Robert Reif <reif@earthlink.net>
 
-       * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
-       Smarter way of searching for a free block.
+       * dlls/dsound/tests/capture.c, dlls/dsound/tests/dsound_test.h:
+       Handle failure on Windows 95 properly.
+       Make two functions available to all files.
+       Make format_string() const correct.
 
-       * windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
+2005-11-17  Marcus Meissner <marcus@jet.franken.de>
 
-       * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
-       Corrected cast so hello5 compiles again.
+       * configure, configure.ac, dlls/winsock/socket.c,
+         dlls/winsock/ws2_32.spec, include/config.h.in, include/ws2tcpip.h:
+       Implemented getaddrinfo(), including full mapping of struct addrinfo
+       between UNIX and Windows. Based on a patch by Mike Hearn.
 
-       * dlls/commdlg/filedlg.c: Norman Stevens <norman@arcady.u-net.com>
-       Don't copy lpstrFileTitle if given NULL pointer for this.
-       Delphi 2.0 passes NULL for lpstrFileTitle to GetOpen/SaveFileName.
-
-       * misc/winsock.c, include/winsock.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fix broken _convert_sockopt for IPPROTO_TCP cases, added TCP_NODELAY.
-
-       * msdos/dpmi.c: Marcus Meissner <marcus@jet.franken.de>
-       __asm__ fix as suggested by <daniel@mat.utfsm.cl> Daniel Serpell,
-       removed additional "eax" from clobber list, so egcs-current likes it.
-
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       CreateFileMapping SetLastError(0)s on newly created mappings.
-
-Sun Feb 28 20:05:12 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/commdlg/.cvsignore, dlls/commdlg/Makefile.in, dlls/commdlg/colordlg.c, dlls/commdlg/filedlg.c, dlls/commdlg/finddlg.c, dlls/commdlg/fontdlg.c, dlls/commdlg/generic.c, dlls/commdlg/printdlg.c, misc/Attic/commdlg.c, misc/Makefile.in, Makefile.in, configure, configure.in, dlls/Makefile.in:
-       Klaas van Gend <Klaas@vangend.demon.nl>
-       Create a new subdirectory for the common dialog box DLL and move all
-       code from /misc/commdlg.c to this directory.  Also made a start in
-       documenting the API calls.
-
-       * misc/winsock.c, debugger/break.c, debugger/dbg.y, debugger/dbgmain.c, debugger/editline.c, debugger/expr.c, debugger/hash.c, debugger/info.c, debugger/memory.c, debugger/msc.c, debugger/registers.c, debugger/source.c, debugger/stack.c, debugger/types.c, include/Attic/wintypes.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       More include optimizations.
-
-       * windows/driver.c, windows/winproc.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c, loader/pe_image.c, msdos/dpmi.c, multimedia/audio.c, multimedia/mmsystem.c, objects/dc.c, ole/storage32.c, controls/menu.c, dlls/comctl32/hotkey.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed a lot of warnings using WINE_UNUSED, casts, commenting out and
-       additional {}. Rewrote GetCreationModeFromSTGM so we don't get
-       "possible use of uninitialized variable".
-
-       * include/mmsystem.h, include/multimedia.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       MCI_OPEN_DRIVER_PARMS - Add win32 version of structure.
-
-       * files/directory.c, msdos/int21.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Changed CreateDirectory LastError returns to match Win32 (found out by
-       experiment). Adapted int21 CreateDirectory call to still return the
-       correct DOS error codes according to Ralph Brown.
-
-       * graphics/ddraw.c, relay32/ddraw.spec:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added function DirectDrawEnumerateEx
-       - added (or corrected) check for the return value of the enumeration functions
-
-       * configure, configure.in: Lionel Ulmer <ulmer@directprovider.net>
-       Better detection of old (i.e. non OpenGL 1.2 compliant) version of Mesa.
-
-       * multimedia/mcicda.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Added missing <sys/types.h>.
-
-       * include/winuser.h: Klaas van Gend <klaas@vangend.demon.nl>
-       Added the button states as returned by IsDlgButtonChecked().
-
-       * loader/module.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added support for quoted file names in CreateProcess().
-
-       * files/file.c, scheduler/client.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, win32/console.c:
-       CLIENT_WaitReply: don't clear last error on success; fixed callers
-       accordingly (based on a patch by Juergen Schmied).
-
-       * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
-       Added some support and stubs for VESA to msdos/int10.c.
-
-       * ole/bindctx.c, ole/filemoniker.c, ole/ifs.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/oledlg.c, ole/olefont.c, ole/oleobj.c, ole/olesvr.c, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/typelib.c, ole/variant.c, tools/fnt2bdf.c, windows/display.c, dlls/shell32/dataobject.c, dlls/shell32/shlfolder.c, include/oleobj.h, include/shlobj.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_control.h, include/wine/obj_dataobject.h, include/wine/obj_dragdrop.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_propertystorage.h, include/wine/obj_storage.h, include/wine/winuser16.h, library/winestub.c, memory/string.c, misc/sound.c, multimedia/mmsystem.c, controls/menu.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       More include optimisations and fixes.
-
-       * server/process.c: Juergen Schmied <juergen.schmied@metronet.de>
-       open_object should return ERROR_FILE_NOT_FOUND when the named object
-       is not found.
-
-       * files/directory.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Better error message.
-
-       * scheduler/Attic/k32obj.c, scheduler/Makefile.in, scheduler/client.c, scheduler/critsection.c, scheduler/event.c, scheduler/handle.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/sysdeps.c, scheduler/thread.c, win32/console.c, win32/device.c, files/change.c, files/dos_fs.c, files/file.c, include/Attic/k32obj.h, include/file.h, include/process.h, include/thread.h, loader/task.c, memory/virtual.c, misc/toolhelp.c:
-       Use server handles directly for Win32 handles. Removed use of K32OBJ.
-
-       * windows/defwnd.c, windows/msgbox.c, windows/x11drv/monitor.c, objects/brush.c, objects/clipping.c, objects/pen.c, objects/region.c, objects/text.c, ole/olefont.c, ole/oleobj.c, scheduler/Attic/k32obj.c, scheduler/event.c, scheduler/mutex.c, scheduler/semaphore.c, server/file.c, server/request.c, debugger/dbg.y, debugger/registers.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/escape.c, graphics/win16drv/font.c, loader/ne/convert.c, misc/network.c, misc/port.c, miscemu/main.c, multimedia/audio.c, multimedia/dplay.c, multimedia/init.c, multimedia/mciwave.c, multimedia/mixer.c, multimedia/mmaux.c, console/xterm.c, controls/listbox.c:
-       David Luyer <luyer@ucs.uwa.edu.au>
-       - fixed missing stdlib.h and string.h includes everywhere
-       - removed a couple of unneeded stdlib.h and stdio.h includes
-
-       * include/process.h, include/thread.h, loader/task.c, scheduler/process.c, scheduler/sysdeps.c, scheduler/thread.c, windows/queue.c, windows/win.c, windows/winproc.c:
-       Process and thread id now use the server-side id instead of an
-       obfuscated pointer.
-
-       * libtest/guitest.c, libtest/guitest.rc, libtest/guitest.rh:
-       Ove Kaaven <ovek@arcticnet.no>
-       The Windows GUI behaviour tester used on the Windows computer.  It was
-       used with Borland C++ 4.52, but should be easy to adapt to Winelib by
-       whoever feels like it; I haven't, I just released this useful test app
-       in case it would benefit other developers.
-
-       * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
-       This file details the results (message traces) the GUI behaviour
-       tester app gave under real Windows for various events. It was useful
-       for some of my debugging at least, perhaps it could be of some use to
-       other Wine GUI debuggers as well.
-
-       * configure, configure.in, include/config.h.in, include/sig_context.h, include/winnls.h, misc/winsock.c, misc/winsock_dns.c, multimedia/dsound.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Some Solaris fixes. <resolv.h> needs <arpa/nameser.h>, sig_context.h
-       needs to define HANDLER_CONTEXT, wctype.h does not like 'wsprintf'
-       defined, msdos/dpmi.c needs "stackframe.h" too, and multimedia/dsound.c
-       needs "winuser.h".
-
-       * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       GetBinaryType[AW] moved to loader/module.c, modified to recognize .COM
-       and .PIF files.
-
-       * loader/dos/module.c, miscemu/main.c, msdos/dpmi.c, include/dosexe.h, include/pe_image.h, loader/main.c, loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to CreateProcess changes.
-
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       NE modules adapted to CreateProcess changes.
-       LoadModule16/LoadLibrary16 reorganization.
-
-       * include/module.h, include/task.h, loader/module.c, loader/task.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Process creation sequence reorganized:
-       - Removed instance data segment for all but NE modules.
-       - Check binary type in CreateProcess before loading module.
-       - Unix process creation moved from WinExec to CreateProcess.
-       - Bugfix: fill in thdb->teb.htask16 member correctly.
-
-       * windows/input.c: Guy Albertelli <galberte@neo.lrun.com>
-       - Code to return default language code as keyboard layout.
-       - Implemented other stubs associated with keyboard layout:
-         GetKeyboardLayoutNameA, ActivateKeyboardLayout,
-         LoadKeyboardLayout[AW], GetKeyboardLayoutList.
-
-       * include/commdlg.h, include/resource.h, misc/Attic/commdlg.c, resources/sysres_En.rc:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Preliminary implementation of the PrintDlgA stub.
-
-       * ole/nls/nld.nls: Klaas van Gend <klaas@vangend.demon.nl>
-       Now compliant to the Dutch standards.
-
-       * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
-       FIND_WndPtr should not set ERROR_INVALID_WINDOW_HANDLE when hWnd=0.
-
-       * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of dosmem block resize bugs.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       - no more 3D capabilities if Direct3D support is not compiled in
-       - some debug messages clean-up (replaced fprintfs by DUMPs)
-
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       We got passed a NULL Dialect ptr and accessed it unprotected.
-
-       * server/file.c, server/mapping.c, include/server/object.h, memory/virtual.c:
-       Added support for mappings with no associated file.
-
-       * include/server.h, include/server/process.h, scheduler/client.c, server/process.c, server/request.c, server/trace.c:
-       Removed dst_handle in duplicate_handle request.
-       Added inherit flag in create_mapping request.
-
-       * include/oaidl.h, include/wine/obj_oleaut.h, ole/safearray.c, ole/variant.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented support for arrays and safe arrays in VARIANT data
-       structures. Also moved the SAFEARRAY definition (yet again) to the
-       obj_oleaut.h file.
-
-       * wine.ini: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed Filesystem documentation.
-
-       * include/bitmaps/Attic/obm_folder, include/bitmaps/Attic/obm_folder2:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Made folder icons gray-yellow instead of blue.
-
-       * windows/message.c: Francis Beaudet <francis@macadamian.com>
-       Order of send message processing was not respected and the message
-       stacked last finished after the message stacked first.
-
-       * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
-       Added checks to guard against NULL active window.
-
-       * windows/dialog.c: Norman Stevens <norman@arcady.u-net.com>
-       Don't check children of disabled or invisible controls for dialog
-       keyboard accelerators. Fixes problems with dialogs with tab boxes.
-
-       * ole/compobj.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the CoTaskMemRealloc API. Also clean-up around that API
-       call.
-
-       * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
-       Added a missing Release.
-       STGM_CREATE should translate to CREATE_ALWAYS.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-----------------------------------------------------------------
-Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/type.c, programs/winedbg/dbg.y,
+         programs/winedbg/types.c:
+       Dbghelp describes the types of function arguments with a specific
+       symbol-type (symt) which links both to arguments' type and to function
+       prototype
+       - added this new type to dbghelp
+       - implemented its use in winedbg
 
-       * DEVELOPERS-HINTS: Updated for new naming conventions.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * */*: Large-scale renaming of all Win32 functions and types to
-       use the standard Windows names.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/elf_module.c, dlls/dbghelp/msc.c,
+         dlls/dbghelp/stabs.c, dlls/dbghelp/symbol.c, dlls/dbghelp/type.c,
+         programs/winedbg/break.c, programs/winedbg/expr.c,
+         programs/winedbg/memory.c, programs/winedbg/symbol.c,
+         programs/winedbg/types.c:
+       SymGetType(...,TI_GET_LENGTH,...) requires a 64 bit parameter, not a
+       32 bit one.
 
-----------------------------------------------------------------
-Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-17  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/main.c: Albert den Haan <albertd@corel.ca>
-       For various reasons some of our libwine executables must have a "." in
-       their file names. The "." causes trouble when the file name is used as
-       the class name for an X resource as wine does for command line parsing
-       under X.
+       * libs/unicode/cpmap.pl:
+       Only update modified files.
 
-       * windows/win.c:
-       Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
-       GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
+2005-11-17  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * include/gdi.h, include/heap.h, include/wintypes.h:
-       David Luyer <luyer@ucs.uwa.edu.au>
-       Added __attribute__ ((unused)) on static inline functions declared in
-       header files.
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
+       Improve IConnectionPoint handling.
 
-       * documentation/bugreports: Adam the Jazz Guy <magicbox@bestweb.net>
-       Added "The Easy Way" and "The Hard Way", largely favoring the easy way,
-       which uses my bug_report.pl script.
-       Added info on a command that can be run on all shells to print debug
-       msgs to a file and not to xterm.
+2005-11-17  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * msdos/dpmi.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Needs thread.h for non-Linux.
+       * dlls/wined3d/device.c:
+       Disable support for creation FMT_Unknown textures. This gets most of
+       the d3d8 demos from www.codesampler.com working.
 
-       * include/win.h, windows/win.c:
-       Francois Boisvert <francois@macadamian.com>
-       Adding of new functions to make the wnd struct thread safe. Adding of
-       irefCount in wnd struct.
+2005-11-17  Robert Shearman <rob@codeweavers.com>
 
-       * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Added configure check for getbkgd and define HAVE_GETBKGD.
+       * libs/unicode/cpmap.pl, libs/unicode/wctype.c:
+       Remove some incompatibilities in the wctype table by updating the
+       space, blank and cntrl exceptions and fixing the type given to
+       characters in the "Zl" and "Zp" classes.
 
-       * include/ocidl.h, include/ole2.h, include/oleidl.h, include/wine/obj_cache.h, include/wine/obj_connection.h, include/wine/obj_control.h, include/wine/obj_inplace.h, include/wintypes.h, ole/olefont.c:
-       Paul Quinn <paulq@corel.ca>
-       Many interface declarations that originated from oleidl.h, oaidl.h and
-       ocidl.h separated into somewhat relevant obj_* files.
+2005-11-17  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * files/drive.c, ole/compobj.c, resources/sysres.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fixed warning and compilation errors.
+       * dlls/comctl32/header.c:
+       Return false if index is out of bounds in GetItemT.
 
-       * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed includes of wine/* headers.
+2005-11-17  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Made message "Resource not found" WARN.
+       * programs/explorer/explorer.c:
+       Fixed invalid C syntax.
 
-       * dlls/shell32/contmenu.c, include/shlobj.h:
-       Adrian Thurston <adriant@COREL.CA>
-       - Use the new COM definition macros in the header.
-       - Put the implementation of the object in the contmenu.c.
-       - Make appropriate name changes in contmenu.c.
+2005-11-17  Robert Shearman <rob@codeweavers.com>
 
-       * misc/registry.c, include/winreg.h: Paul Quinn <paulq@corel.ca>
-       Zygo Blaxell <zygob@corel.ca>
-       Modifies parameter list of a couple of functions to comply with SDK.
+       * dlls/kernel/profile.c:
+       The BOM doesn't need a DWORD sized variable, only a WCHAR one.
+       Don't increment the szFile pointer since we removed the BOM earlier
+       and it will cause the first real character of the INI file to be
+       skipped.
 
-       * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
-       ScrollDC32 modified to return rect in logical coordinate.
+2005-11-17  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
-       Adds C++ nameless union support to tagVARIANT.
+       * programs/winefile/winefile.c, programs/winefile/winefile.h:
+       Use command line for initial directory selection.
+       Remove useless hwndParent variable.
 
-       * include/mmsystem.h, include/oaidl.h, include/oleauto.h:
-       Adrian Thurston <adriant@COREL.CA>
-       Moved some definitions out of oleauto.h and into oaidl.h to conform to the SDK.
-       Removed a redundant include.
-       Added some c++ protection.
+2005-11-17  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wined3d/swapchain.c:
+       Clear the z and stencil buffers at the end of the scene, this fixes a
+       problem with the solid node bsp demo from www.codesampler.com as well
+       as a lot of blank screens in some other demos.
 
-       * dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shlfolder.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Changed pidl structure to match the pidl's used in lnk-files.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shelllink.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented reading of *.lnk-files.
-
-       * include/wine/obj_shelllink.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       new file, including the IShellLink definition.
-
-       * include/module.h, include/pe_image.h, loader/elf.c, loader/main.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, loader/resource.c, loader/task.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Modified process creation sequence: call PE_CreateModule in the
-       context of the new process (in TASK_CallToStart).
-       Changed all PE/Module routines so as to always operate on the current
-       process; adapted all callers.
-
-       * msdos/dosconf.c, msdos/dosmem.c, msdos/dpmi.c, msdos/int16.c, msdos/int21.c, msdos/int2a.c, msdos/interrupts.c, msdos/ioports.c, msdos/vxd.c, msdos/xms.c, ole/storage.c, ole/typelib.c, programs/avitools/icinfo.c, relay32/relay386.c, tools/build.c, windows/clipboard.c, windows/input.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shlview.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, loader/main.c, memory/atom.c, misc/lstr.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Optimized away more includes, readded some #includes for necessary
-       prototypes.
+       * dlls/msvcrt/tests/cpp.c:
+       Provide a sample of the joy of MSC symbol mangling.
 
-       * msdos/int2f.c: <smil@mechatronika.hu>
-       Added low-level Netware installation check.
-
-       * include/console.h, console/interface.c, console/ncurses.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Added GetBackgroundColor call to the console struct. Will be used
-       later.
-
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Bugfixes for INT 10/0B (SetBackgroundColor) to work properly.
-       (Interrupt list did not have correct.)
-
-       * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added stubs for two missing methods of DInput.
-
-       * ole/stg_bigblockfile.c: Thuy Nguyen <thuy@macadamian.com>
-       Fixed a bug.
-
-       * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
-       Added support for larger files.
-
-       * objects/dib.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixes buffer overrun problems with GetDIBits.
-
-       * windows/message.c: Stephane Lussier <stephane@macadamian.com>
-       Fixed some SendMessage bugs.
-
-       * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Fix COM_ExternalLockFreeList to do not fail with an empty list.
-
-Mon Feb 22 10:21:56 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * misc/Makefile.in, misc/string.c:
-       Zygo Blaxell <zblaxell@furryterror.org>
-       Implemented some CRTDLL string functions.
-
-       * objects/enhmetafile.c, objects/linedda.c, objects/metafile.c, objects/text.c, windows/caret.c, windows/clipboard.c, windows/dialog.c, windows/driver.c, windows/hook.c, windows/input.c, windows/keyboard.c, windows/mdi.c, windows/mouse.c, windows/multimon.c, windows/rect.c, windows/scroll.c, windows/timer.c, windows/user.c, windows/winproc.c, include/menu.h, include/mmsystem.h, include/sysmetrics.h, include/vfw.h, multimedia/audio.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/init.c, multimedia/joystick.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mcistring.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c, multimedia/mmio.c, multimedia/mmsystem.c, multimedia/time.c, objects/cursoricon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some more recursive include fixes/optimizations.
-
-       * dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.c, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - eliminated one element of the pidl struct (dwSFGAO)
-       - changed some superflous FIXME
-
-       * dlls/shell32/shlfolder.c, include/wine/obj_dragdrop.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - header uses the last macros now
-       - rewrote IDropTarget according to the new COM headers
-         (was local declared not using the already written prototypes)
-       - corrected Drop method (wrong parameter count)
-
-       * windows/dinput.c: Francois Gouget <fgouget@psn.net>
-       Updated to use the latest COM macros, ICOM_VTABLE and ICOM_THIS.
-       Added the interface implementation structures.
-       I remembered from an email that even when asked for a
-       IDirectInputDeviceA what was returned was an IDirectInputDevice2A so I
-       considered that we would only implement the latter. The
-       IDirectInputDeviceA_xxx methods have been renamed to
-       IDirectInputDevice2A_xxx, and we always return our IDirectInputDevice2A
-       implementation as before.
-       Renamed the implementation structures to XxxImpl.
-
-       * include/dinput.h: Francois Gouget <fgouget@psn.net>
-       Use latest COM macros
-       Defined the IDirectInputDeviceA interface independently from
-       IDirectInputDevice2A.
-       Removed the 32 suffix of the interfaces. Hopefully this will not
-       cause any problem with the renaming.
-       Moved the implementation specific stuff to dinput.c (well, the
-       interfaces at least).
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winedbg/symbol.c:
+       When a symbol name already contains a module name, we shouldn't search
+       in other modules.
 
-       * scheduler/process.c, scheduler/sysdeps.c, include/process.h, include/thread.h:
-       Changed initial process creation to avoid memory allocations.
-       Removed a few unused fields in PDB and THDB.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * scheduler/client.c, scheduler/thread.c:
-       Removed thread queue functions.
-       Changed initial thread creation to avoid memory allocations.
-       Moved server startup to THREAD_CreateInitialThread.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/debugger.h:
+       Simplification of lex's input reading.
 
-       * scheduler/synchro.c:
-       Removed use of per-thread wait_struct, cleaned up a bit.
+2005-11-17  Detlef Riekenberg <wine.dev@web.de>
 
-       * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
+       * dlls/user/tests/monitor.c:
+       Made test loadable on win95 again (EnumDisplayDevicesA not present).
 
-       * include/winnt.h: Added a few exception codes.
+2005-11-17  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/win.c, include/mmsystem.h, include/path.h, include/progress.h, include/queue.h, include/resource.h, include/struct32.h, include/updown.h, include/windows.h, include/winpos.h, loader/main.c, misc/commdlg.c, misc/winsock_dns.c, multimedia/mmsystem.c, include/cursoricon.h, include/dde_atom.h, include/ddraw.h, include/dispdib.h, include/dosexe.h, include/dsound.h, controls/menu.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       - Fix headers to include less or smaller header files.
-       - Fix header and source files to include missing header files to avoid
-         warnings and errors.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/dochost.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       Added stub implementation of IDocHostUIHandler.
 
-       * loader/signal.c, memory/ldt.c, misc/port.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Change "g" (general regs) into "r" (hardregs) in clone / modify_ldt /
-       wine_sigaction __PIC__ cases, since "g" will not work with
-       -fomit-frame-pointer ("g" is referenced using %esp which was
-       invalidated before). Bug found and (other) fix suggested by
-       <daniel@mat.utfsm.cl> Daniel Serpell.
-
-       * ole/olefont.c: Marcus Meissner <marcus@jet.franken.de>
-       Added missing WINAPIs.
+2005-11-17  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/x11drv/event.c, windows/x11drv/init.c, loader/task.c, windows/event.c, windows/ttydrv/event.c, windows/ttydrv/init.c, include/message.h, include/ttydrv.h, include/x11drv.h:
-       Stephane Lussier <stephane@macadamian.com>
-       Fix problem where you need mouse activity to unlock some 16 bits
-       thread with multi-threaded apps.
+       * include/mshtmhst.idl:
+       Added IHTMLWindow forward declaration.
 
-Sat Feb 20 16:48:54 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * relay32/oleaut32.spec, include/Attic/interfaces.h, include/oaidl.h, include/ocidl.h, include/ole.h, include/oleauto.h, include/olectl.h, include/wine/obj_oleaut.h, include/wine/obj_olefont.h, include/wtypes.h, ole/Makefile.in, ole/guid.c, ole/ole2disp.c, ole/olefont.c, ole/typelib.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the OleCreateFontIndirect method and the associated COM
-       object. That object supports the IFont and IDispatch interfaces.
-
-       * configure, configure.in, include/config.h.in, misc/port.c, misc/winsock.c, misc/winsock_dns.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Problems reported by Donald Page, PR 105-107.
-
-       * console/ncurses.c: Joseph Pranevich <jpranevich@lycos.com>
-       More commenting, better debugging of color problems, and support for
-       the new TerminalType option in wine.ini. This allows us to select
-       which terminal type we are really using so that we can, for example,
-       use its color capabilities.
-
-       * console/interface.c, include/console.h:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Support for the new InitialRows andf InitialColumns options in wine.ini
-       (Generic replacement for XtermResolution option...)
-
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Fix *DUH* problem causing lots and lots of unnecessary AllocColor errors.
-
-       * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
-       Removal of obsolete XtermResolution option.
-
-       * documentation/console, wine.ini:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Add information about the new wine.conf options.
-
-       * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed backtrack issue on 16bit code.
-
-       * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed LocateDebugInfoFile to reduce stack consumption (from 13k to 2k !!)
-
-       * debugger/info.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed comment for Wine documentation.
-
-       * include/server.h, include/server/request.h, server/request.c, server/trace.c:
-       Added get/set_handle_info request.
-
-       * graphics/x11drv/dib.c:
-       Fixed end-of-line bug in X11DRV_DIB_SetImageBits_RLE4.
-
-       * tools/wrc/CHANGES, tools/wrc/genres.c, tools/wrc/newstruc.c, tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fix a couple of 64bit platform problems and speed up compilation. See
-       tools/wrc/CHANGES for details.
-
-       * multimedia/mmio.c: Marcus Meissner <marcus@jet.franken.de>
-       mmioDescend: debugoutput enhanced, FINDLIST/FINDRIFF should Check the
-       correct ckid (LIST/RIFF) too. (verified against mciavi32.dll)
+2005-11-17  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
-       Added a check for the existence of wine.sym before installing it.
+       * tools/winapi/win32.api:
+       Update win32.api to cvs.
 
-       * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Added some new stubs for the OLE menu descriptor methods.
+2005-11-16  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/file.c, dlls/msvcrt/tests/file.c:
+       Fix _fcloseall() return value.
+       Improve some trace messages.
+       Add tests for fopen(), fclose(), _fcloseall().
+       Stricten some checks of _unlink().
 
-       * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
-       Fixed message filtering check.
+2005-11-16  Jacek Caban <jacek@codeweavers.com>
 
-       * relay32/advapi32.spec, dlls/advapi32/security.c, dlls/ntdll/nt.c, dlls/ntdll/rtl.c, include/ntddk.h, include/ntdef.h, include/ntdll.h, include/queue.h, include/winbase.h, include/winnt.h, include/winreg.h, ole/oleobj.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - made the security functions consistent. advapi calls down to ntdll now
-       - new SetSecurityDescriptorGroup,  SetSecurityDescriptorOwner,
-         SetSecurityDescriptorSacl, GetSecurityDescriptorDacl
-       - nt-header cleanup
-
-       * dlls/ntdll/rtl.c, if1632/builtin.c, misc/cpu.c, win32/kernel32.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixed a few broken includes.
-
-       * windows/nonclient.c: Reverted broken close button change.
-
-       * dlls/comctl32/header.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/updown.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, graphics/path.c, graphics/psdrv/init.c, tools/wrc/newstruc.c, controls/button.c, controls/edit.c, controls/widgets.c, dlls/advapi32/advapi.c, dlls/advapi32/security.c:
-       Jeff Garzik <jgarzik@pobox.com>
-       Added missing string.h include.
-
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Only append .dll if no extension yet.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added OLEIVERB_INPLACEACTIVATE implementation in IOleObject::DoVerb.
 
-       * windows/message.c: Francis Beaudet <francis@macadamian.com>
-       Temporary fix suggested by Ulrich to allow the
-       MsgWaitForMultipleObject method to be called from 16 bit threads.
+2005-11-16  Aric Stewart <aric@codeweavers.com>
 
-       * windows/winproc.c: Ove Kaaven <ovek@arcticnet.no>
-       Initialized return value of 16->32 conversion of WM_MDIGETACTIVE in
-       case it's sent to a window that doesn't handle it (i.e. not MDI
-       client).
+       * configure, configure.ac, programs/Makefile.in,
+         programs/explorer/.cvsignore, programs/explorer/Makefile.in,
+         programs/explorer/explorer.c:
+       Beginnings of an explorer.exe replacement that wraps the existing
+       winefile program.
 
-       * include/dce.h, windows/dce.c, windows/winpos.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added extra child arguments to DCE_GetVisRgn() to be able to handle
-       PARENTDC class style combined with CLIPCHILDREN window style, to
-       prevent mis-redraws in Free Agent 16-bit.
+2005-11-16  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
-       Don't hang on the last child if it's not wanted.
+       * programs/winedbg/dbg.y, programs/winedbg/debugger.h,
+         programs/winedbg/winedbg.c, programs/winedbg/winedbg.man.in:
+       Added ability to execute commands from a file passed on command line
+       (through --file option).
+       Use that feature to get rid of arg_command hack (--command option now
+       creates a temporary file).
 
-       * win32/kernel32.c, relay32/kernel32.spec: Ian Schmidt <irsman@iag.net>
-       Partial stub implementation of undocumented KERNEL routine PK16FNF,
-       needed by Win98 EXPLORER. Thanks to Ulrich Weigand for information.
+2005-11-16  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
-       Fix redraw problems for ChooseColor dialog.
+       * dlls/user/edit.c, dlls/user/tests/msg.c:
+       Add a test for some edit control behaviours, make it pass under Wine.
 
-       * */*.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed a lot of occurences of windows.h (and added necessary other
-       includes).
+2005-11-16  Robert Reif <reif@earthlink.net>
 
-       * include/objidl.h, include/wine/obj_moniker.h, ole/compobj.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c:
-       Francois Gouget <fgouget@psn.net>
-       Small fixes.
+       * dlls/winmm/wavemap/wavemap.c:
+       Only convert bits per sample between different encoding formats.
 
-       * include/dsound.h, multimedia/dsound.c:
-       Francois Gouget <fgouget@psn.net>
-       Changed the first parameter from LPGUID (Windows headers) to REFGUID.
-       This makes it a 'const GUID*' which means DirectSoundCreate must not
-       change it.
+2005-11-16  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
-       Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
-       include/wine/obj_base.h)
+       * dlls/winsock/socket.c, include/ws2tcpip.h:
+       Added mapping between unix and windows sockaddr_in6(_old) and
+       sockaddr_in. Added address family, socket type mappers.
 
-Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-16  Robert Shearman <rob@codeweavers.com>
 
-       * relay32/user32.spec, windows/message.c, windows/queue.c, windows/user.c, include/queue.h:
-       Stephane Lussier <stephane@macadamian.com>
-       - New implementation of SendMessage, ReceiveMessage, ReplyMessage functions
-         to support thread-safeness, and nested SendMessage.
-       - Addition of ReplyMessage32.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       - Improve callback to give context sensitive information about the
+       different statuses and print the thread ID that it was called from.
+       - Replace the busy waiting on the "goon" flag with an event.
+       - Replace hard coded numbers with more informative constants
+       throughout the InternetReadFile test.
+       - Add tests for InternetReadFileExA.
+       - Fix the error value from calling InternetReadFile with a NULL handle
+       as indicated by the test.
 
-       * windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
+2005-11-16  Jacek Caban <jacek@codeweavers.com>
 
-       * misc/commdlg.c, resources/sysres_En.rc:
-       Pascal Lessard <pascal@macadamian.com>
-       Applied the changes of the resulting color of the choose color dialog.
-       Initialize values in the choose color dialog.
-
-       * include/wine/obj_base.h, include/wine/obj_marshal.h:
-       Francois Gouget <fgouget@psn.net>
-       Removed references to ICOM_INHERITS.
-
-       * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Fixed bug with read-only files.
-
-       * multimedia/mciavi.c, multimedia/mcimidi.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Removed superflous WINAPI (mismatch with prototype) in *_DriverProc32.
-
-       * include/dosexe.h: Marcus Meissner <marcus@jet.franken.de>
-       dosexe.h depends on winbase.h (for LPSTARTUPINFO32A)
-
-       * dlls/shell32/shelllink.c, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
-       Francois Gouget <fgouget@psn.net>
-       Modified so that they do not use the VTABLE_FUNC macros that performed
-       casts of all methods put in the jump table. I find it too risky to use
-       such macros because nothing guarantees that you actually put the right
-       method at the right place or that the prototype is right.
-
-       * include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/storage.c:
-       Francois Gouget <fgouget@psn.net>
-       Updated to use the latest COM macros. Defined more interfaces and API
-       functions.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       Added IOleInPlaceSite stub implementation.
 
-       * controls/menu.c, graphics/x11drv/oembitmap.c, include/winuser.h, windows/nonclient.c:
-       Francois Boisvert<francois@macadamian.com>
-       Implementation of the pushed close button.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/wine.inf:
+       Add timezone information to the registry.
 
-       * include/mapidefs.h, include/objbase.h, include/ole.h, include/oleauto.h, include/winbase.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/winnt.h, include/wintypes.h, include/wtypes.h, ole/compobj.c:
-       Francois Gouget <fgouget@psn.net>
-       Moved some definitions to their proper include file.
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * include/wine/obj_clientserver.h, include/wine/obj_misc.h:
-       Francois Gouget <fgouget@psn.net>
-       Fixed some ICOM_INHERIT stuff and added new related API functions.
+       * dlls/wininet/ftp.c, dlls/wininet/http.c, dlls/wininet/internet.h,
+         dlls/wininet/utility.c:
+       We shouldn't pass the struct hostent returned from gethostbyname as
+       it's not thread-safe and isn't needed anyway.
 
-       * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
-       Added new API. Part of it was in 'include/objbase.h' before and part
-       of it is new. Now it also contains 'WINE_StringFromCLSID'. It's not
-       perfect but it's better than having it in 'include/objbase.h'.
+2005-11-15  Ken Thomases <ken@codeweavers.com>
 
-       * dlls/advapi32/crypt.c, dlls/ntdll/nt.c, graphics/x11drv/graphics.c, scheduler/synchro.c, controls/scroll.c:
-       Francois Gouget <fgouget@psn.net>
-       Fixed a number of warnings concerning the matching of the printf
-       format string and the associated parameters (actually it's mostly
-       TRACE and FIXMEs).
+       * dlls/ntdll/signal_i386.c:
+       Updated context definitions for the latest Darwin/x86.
 
-       * include/mmsystem.h, multimedia/mmio.c, multimedia/mmsystem.c, relay32/winmm.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       mmioDescend: fixed FIND_xxxx, verified with mciavi32.dll.
-       mciLoadCommandResource32: second arg is wide string
-       mciGetDriverData: spec has just one long argument
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * ole/compobj.c, ole/ifs.c, ole/ifs.h, ole/storage.c, dlls/shell32/shellole.c, include/wine/obj_base.h, include/wine/obj_dataobject.h, multimedia/dsound.c, dlls/shell32/dataobject.c, dlls/shell32/shelllink.c:
-       Francois Gouget <fgouget@psn.net>
-       Changed ICOM_THIS definition.
+       * dlls/wininet/internet.c:
+       Correct the size of a callback parameter.
+       Fix the declaration of INTERNET_WorkerThreadFunc.
 
-       * dlls/version/info.c, include/ver.h:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Renamed VS_VERSION_INFOxx structure to VS_VERSION_INFO_STRUCTxx.
-       The VS_VERSION_INFO is a simple define and would cause confusion.
-       Also corrected the VS_xx_INFO defines not to use MAKEINTRESOURCE16 for win32.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
-       "Configure finished" message suggests to call make when make depend
-       was successful.
+       * dlls/msi/registry.c:
+       Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
 
-       * */*: Marcus Meissner <marcus@jet.franken.de>
-       Optimized include/*.h: (recursively) include all headers needed by
-       this .h file, but only those. Necessary fixes to a lot of .c files,
-       started optimizing "windows.h" away from some of them. Moved
-       GetCurrentTask prototype to wine/winbase16.h.
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
-       Luc Tourangeau <luc@macadamian.com>
-       Preliminary listview control implementation.
+       * dlls/wininet/urlcache.c:
+       Fixed Unicode buffer size bug in CreateUrlCacheEntryW.
 
-       * controls/menu.c: Francois Boisvert <francois@macadamian.com>
-       Give the context menu its proper behaviour and modify TrackPopupMenu
-       to comply with windows API.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * windows/painting.c: Dave Pickles <davep@nugate.demon.co.uk>
-       GetUpdateRect should return client coordinates unless the window was
-       created with the CS_OWNDC style and the mapping mode is not MM_TEXT,
-       in which case the result should be in logical coordinates.
+       * dlls/msi/msi.spec, dlls/msi/registry.c, include/msi.h:
+       Fix function prototype and spec file entry for
+       MsiEnumComponentQualifiers.
 
-       * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
-       Added the actual definitions of the interfaces.
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/servprov.h: Francois Gouget <fgouget@psn.net>
-       Converted to the new COM declaration 'standard' for better
-       compatibility with C code implementating that interface.
+       * dlls/comctl32/header.c:
+       Implement implement header callback support (HDN_GETDISPINFO notification):
+       - better factorisation
+       - unicode fixes
 
-       * misc/wsprintf.c: Francis Beaudet <francis@macadamian.com>
-       Changed WPRINTF_ExtractVAPtr to take the address of the va_list to be
-       able to modify it.
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Defined IDropTarget for ShellFolder.  Implemented the Constructor,
-       Destructor, AddRef, Release and QueryInterface methods.
+       * dlls/urlmon/tests/url.c:
+       Don't crash if BindToStorage fails.
 
-       * memory/selector.c, if1632/kernel.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Change type of mode argument to GETVDMPOINTER32W from DWORD to Word
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/install.c:
+       Only return ERROR_MORE_DATA if there's a buffer to copy a result
+       into.
 
-       * include/msacm.h, include/winuser.h:
-       Douglas Ridgway <ridgway@winehq.com>
-       c2man doesn't like extra semicolons.
+2005-11-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
-       Resetting X focus should not be done with SetFocus32. Called
-       the windowing (X11) driver's SetFocus routine directly instead.
-       This apparently fixes a big heap of user interface problems.
+       * dlls/user/focus.c:
+       Do not change focus if the being activated window is no longer
+       active.
 
-----------------------------------------------------------------
-Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-15  Detlef Riekenberg <wine.dev@web.de>
 
-       * graphics/painting.c, include/winuser.h, objects/cursoricon.c, windows/dialog.c, windows/painting.c, windows/rect.c, windows/win.c, windows/winpos.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed some functions prototypes (were returning void).
+       * dlls/kernel/tests/drive.c:
+       Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present).
 
-       * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
-       Fixed some Winelib names.
+2005-11-15  Detlef Riekenberg <wine.dev@web.de>
 
-       * include/clipboard.h, include/console.h, include/desktop.h, include/keyboard.h, include/ttydrv.h, include/x11drv.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Corrected prototypes func() ->func(void).
+       * dlls/winspool/tests/info.c:
+       Some extra tests for GetPrinterDriverDirectory.
+       Display a TRACE when the Service "spooler" is not running (NT).
 
-       * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
-       Brian Joseph Czapiga <root@glacid.com>
-       Fixed a few #ifdefs.
+2005-11-15  Cihan Altinay <cihan@uq.edu.au>
 
-       * windows/scroll.c, windows/x11drv/wnd.c:
-       Jerome Vouillon <vouillon@claranet.fr>
-       Make a correct use of clipping rectangles.
+       * dlls/kernel/comm.c:
+       Disable PARMRK input flag of serial ports.
 
-       * include/bitmaps/ocr_cross:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added white border.
+2005-11-15  YunSong Hwang <hys545@dreamwiz.com>
 
-       * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented better output for indirect calls.
+       * dlls/avifil32/avifile_Ko.rc, dlls/mshtml/Ko.rc,
+         dlls/wldap32/wldap32_Ko.rc, programs/taskmgr/Ko.rc,
+         programs/uninstaller/Ko.rc, programs/view/Ko.rc,
+         programs/winefile/Ko.rc:
+       Update Korean translations.
 
-       * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo in winmm.spec.
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * include/wintypes.h, include/wrc_rsc.h, misc/lstr.c, misc/wsprintf.c, relay32/builtin32.c, relay32/relay386.c, relay32/snoop.c:
-       Gavriel State <gavriels@COREL.CA>
-       A few non-x86 Winelib fixes.
+       * dlls/ntdll/resource.c, dlls/ntdll/signal_i386.c:
+       Use proper asm name for external functions.
 
-       * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not print 'wine: no executeable found' if we did execute something.
+2005-11-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * programs/notepad/*:
-       Marcel Baur <mbaur@g26.ethz.ch>
-       - Added new IDS_NOTSAVED ressource (needs translation in *.rc)
-       - Improved printing support (not yet complete)
-       - Improved file drag and drop (should now work)
-       - General code cleanup
+       * dlls/ntdll/sec.c, dlls/ntdll/tests/rtl.c:
+       Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
 
-       * include/multimedia.h, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmsystem.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed bugs on MCI notification (callback info are copied before
-       asynchronous return) - make use of it in MCI wave and midi.
-       Implemented mci(Set|Get)DeviceID(16|32) functions.
+2005-11-15  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/x11drv/wnd.c: Ove Kaaven <ovek@arcticnet.no>
-       Since SetParent now hides/shows, explicitly invalidating DCs in the
-       parent change operation should no longer be necessary.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Beginning implementation of Navigate2.
 
-       * windows/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
-       Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * msdos/ioports.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Moved VGA port access check at the beginning in order to improve
-       performance a little bit.
+       * dlls/wined3d/device.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/vertexshader.c, dlls/wined3d/wined3d_private.h:
+       - defined D3DCOLOR_B macros to access byte values of D3DCOLOR
+       - use D3DCOLOR macros instead of using shift + masks
+       - fix a bug where diffuse.lpData checked instead of specular.lpData
+       - implement color fixup on ARB VShader compilation code:
+       -> on input parameters using swizzle
+       -> add is_color parameter on vshader_program_add_param
 
-       * server/file.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented flag FILE_FLAG_DELETE_ON_CLOSE.
-
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Added comments. Think I've fixed INT 10/08 (Get Character and
-       Attribute at Cursor).
-
-       * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
-       Added configuration options XtermProgram and XtermResolution.
-       Fixed a warning.
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * documentation/console, wine.ini:
-       Joseph Pranevich <jpranevich@lycos.com>
-       New examples/documentation for console configuration options.
-
-       * misc/main.c, windows/x11drv/main.c, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/console.h, include/options.h, loader/main.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Moved initialization until later. Also moved around code a bit to be
-       consistant.
-
-       * include/debugger.h: Marcus Meissner <marcus@jet.franken.de>
-       Added possibility to load .stabs/.stabstr sections from PE dlls.
-       Unfortunately my samples use currently typedefs which wine-dbg does
-       not understand, so no actual parsing.
-
-       * dlls/msacm/msacm_main.c, dlls/msacm32/format.c, dlls/msacm32/stream.c, include/mmreg.h, include/mmsystem.h, include/msacm.h, include/msacmdrv.h, include/winbase.h:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Change a couple of names that would conflict after all 32[AW] suffixes
-       are removed. Structures defined in both mmreg.h and mmsystem.h are
-       protected with #ifdef:s as in MS' headers.
-
-       * misc/imm.c: Patrik Stridvall <ps@leissner.se>
-       Fixed wrong typecasts.
-
-       * programs/progman/grpfile.c: Stefan Leichter <sle@camline.com>
-       Compilation fix.
-
-       * configure.in, configure: Ove Kaaven <ovek@arcticnet.no>
-       Fix for X11 includes detection.
-
-       * debugger/hash.c, debugger/msc.c, debugger/stabs.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added possibility to load .stabs/.stabstr sections from PE dlls.
-       Unfortunately my samples use currently typedefs which wine-dbg does
-       not understand, so no actual parsing.
-
-       * multimedia/dplay.c, documentation/status/directdraw, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some ddraw/d3d bugfixes, updated Diablo/WC4 ddraw status.
-
-       * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implementation of ConvertDefaultLocale32.
-
-       * windows/mdi.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       WIN31 Look still needs a close button on the left of the menu bar.
-
-       * windows/winpos.c: Francois Boisvert <francois@macadamian.com>
-       Changed SetWindowPos32 to force the update of the non-client area.
-
-Sat Feb 13 17:56:28 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/shell32/shell32_main.h, include/mmsystem.h, include/ole.h, include/wingdi.h, include/winsock.h:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fixed a couple of faulty names used in wine and typos so that it will
-       compile again after conversion from 32[AW] naming to [AW] naming.
-
-       * if1632/Attic/signal.c, if1632/Makefile.in, include/debugger.h, include/dosexe.h, include/miscemu.h, include/sig_context.h, loader/dos/dosvm.c, loader/signal.c, miscemu/instr.c, miscemu/main.c, graphics/ddraw.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Moved the if1632/signal.c stuff into loader/signal.c, adapted function
-       pointers for wine_debug and INSTR_EmulateInstruction.
-
-       * ole/compobj.c: Francois Gouget <fgouget@psn.net>
-       All guid 'REFxxx' types already have a 'const' inside them.
-
-       * dlls/comctl32/draglist.c, dlls/comctl32/tooltips.c, misc/version.c, windows/winpos.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some warnings fixed, one useless VERSION warning removed (winelib).
-
-       * misc/registry.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       RegFlushKey: wrong error code.
-
-       * win32/file.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Adds a warning message if permissions not sufficient.
-
-       * multimedia/mixer.c, multimedia/mmsystem.c, relay32/winmm.spec, include/debug.h, include/debugdefs.h, include/multimedia.h, multimedia/Makefile.in, multimedia/mcianim.c, multimedia/mciavi.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for MCI AVI driver
-       Added some fixes mixer functions
-       Fixed MCI string comparison (thanks to Lionel ULMER)
-       No longer using 16 bit USER functions (use their 32 bit counter part)
-       Reindenting.
-       Added function sndPlaySound32W
-
-       * include/objbase.h, include/objidl.h, include/wine/obj_marshal.h:
-       Francois Gouget <fgouget@psn.net>
-       Added the actual interface definitions to the obj_marshal.h skeleton
-       file. Also defined the associated C API.
-
-       * windows/queue.c: Stephane Lussier <stephane@macadamian.com>
-       Use global synchronization objects, to be able to use it in different
-       processes (not only the process which create the synchro object).
-
-       * windows/mdi.c: Norman Stevens <norman@arcady.u-net.com>
-       Set hwndActiveChild when maximizing a mdi child window because it is
-       not set when maximizing a window other than the active child.
-
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Change the GetMenuItemRect to comply with windows API.
-
-       * Makefile.in, configure, configure.in, include/.cvsignore, include/Makefile.in:
-       James Juran <jrj120@psu.edu>
-       Created include/Makefile.in to separate header file installation from
-       the top-level Makefile.
-
-       * ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c, ole/storage32.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       - Fixed a small block depot bug.
-       - Implemented converting from small blocks to big blocks.
-       - Validated file attributes and flags.
-       - Fixed a bug for larger files.
-
-       * resources/.cvsignore: added sysres_Nl
-
-       * graphics/x11drv/oembitmap.c, include/ole2.h, include/oleidl.h, include/shlguid.h, include/shlobj.h, include/windef.h, include/wine/obj_dragdrop.h, include/winerror.h, include/wintypes.h, ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the OLE Drag and Drop target registration mechanism and
-       the DoDragDrop loop to perform the DnD operation.
-
-       * windows/mdi.c, controls/menu.c, include/menu.h:
-       Francois Boisvert <francois@macadamian.com>
-       Implemented the WIN31 Look mdi buttons and also some defines for the
-       magic menu items.
-
-       * dlls/advapi32/Makefile.in, dlls/advapi32/crypt.c, include/wincrypt.h, relay32/advapi32.spec:
-       Ian Schmidt <irsman@iag.net>
-       Added entries for most Crypt* calls.
-       Added stub for CryptAcquireContextA.  This allows Win98 EXPLORER.EXE
-       to get farther.
-
-       * controls/edit.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       An app left junk in the undo buffer of an edit control upon creation.
-
-       * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
-       Changed SetParent32 to adhere to Windows behaviour (mostly),
-       which should also keep it from leaving garbage around.
-
-       * ole/compobj.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Implementation of a simple linked list (static) that stores and counts
-       references to COM objects.
-
-       * include/objbase.h, include/wtypes.h:
-       Francois Gouget <fgouget@psn.net>
-       Make the REFxxx types const even in C. Also add FMTID.
-
-       * windows/winpos.c: Ove Kaaven <ovek@arcticnet.no>
-       Don't call EVENT_DummyMotionNotify for hidden windows.
-
-       * windows/message.c: Stephane Lussier <stephane@macadamian.com>
-       Fix some thread-safeness problem when accessing the system message
-       queue.
-
-       * windows/input.c, include/winuser.h, relay32/user32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented MapVirtualKeyEx (ticket 21).
-       Ignore keyboard layout for now.
-
-       * include/objidl.h, include/wine/obj_clientserver.h:
-       Francois Gouget <fgouget@psn.net>
-       Added the actual interface definitions to the obj_clientserver.h
-       skeleton file.
-
-       * dlls/ntdll/Makefile.in, dlls/ntdll/nt.c, dlls/ntdll/reg.c, dlls/ntdll/rtl.c, relay32/ntdll.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - documented most of the undocumented functions in nt.c
-       - implemented RtlGetDaclSecurityDescriptor
-       - stubs for NtEnumerateKey, NtOpenSymbolicLinkObject, NtQueryKey
-       - stubs for NtRaiseException, RtlRaiseException (this both will crash)
-
-Fri Feb 12 17:47:07 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/advapi32/security.c, dlls/advapi32/service.c, files/drive.c, misc/registry.c, win32/newfns.c, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes to compile with the headers (mostly nt-security).
-
-       * include/ntddk.h, include/ntdef.h, include/ntdll.h, include/winbase.h, include/windef.h, include/winnt.h, include/winreg.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Made nt-related types compatible, throw out wine-specific types.
-
-       * windows/mouse.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use MONITOR_... instead of DESKTOP_... routines to get screen
-       dimensions; these work also with native USER.
-
-       * windows/defwnd.c: Ove Kaaven <ovek@arcticnet.no>
-       WM_ACTIVATE default processing should set window focus.
-       Should fix focus problems in non-managed mode.
-
-Thu Feb 11 16:32:17 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * ole/nls/nld.nls, resources/Makefile.in, resources/TODO, resources/sysres.c, resources/sysres_Nl.rc, AUTHORS, documentation/languages, include/authors.h, include/options.h, misc/main.c, ole/ole2nls.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Added support for the Dutch language.
-
-       * dlls/comctl32/propsheet.c, include/commctrl.h, include/prsht.h, include/shlobj.h:
-       Adrian Thurston <adriant@corel.ca>
-       Zygo Blaxell <zblaxell@corel.ca>
-       Move property sheets from commctrl.h into into prsht.h.
-
-       * graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added 'objbase.h' to prevent compiler warnings.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Better detection of XShm errors (should now run on remote displays).
-
-       * multimedia/mmsystem.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixes mixerGetID16/32 problems/errors.
-
-       * ole/oleobj.c, multimedia/dplay.c: Francois Gouget <fgouget@psn.net>
-       IsEqualGUID is defined in 'include/wine/obj_base.h'. All other
-       declarations must surrender or prepare to be met with deadly force :-)
-
-       * relay32/ole32.spec: Francois Gouget <fgouget@psn.net>
-       Added new functions (from Win98)
-       Added comments with the parameter types for future use with dllglue
-
-       * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Set the flags for GetVolumeInformation32A.
-
-       * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
-       FindWindow failed for 32 bit windows with style != WS_CHILD.
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec, include/usp10.h:
+       Add stubs around ScriptStringAnalyse to avoid PAF crash.
 
-Wed Feb 10 06:52:58 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/Attic/print.h, include/winspool.h, misc/printdrv.c, graphics/psdrv/driver.c, graphics/psdrv/escape.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ppd.c, graphics/psdrv/ps.c, graphics/psdrv/text.c:
-       Paul Quinn <paulq@corel.ca>
-       Albert Den Haan <albertd@corel.ca>
-       Moves files from print.h to winspool.h for better SDK header compliance
-       for Winelib programs.
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * include/hook.h, include/objidl.h, include/ole2.h, include/tchar.h, include/winbase.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_storage.h, include/winerror.h, include/winuser.h, include/wtypes.h:
-       Albert Den Haan <albertd@corel.ca>
-       Adrian Thurston <athursto@corel.ca>
-       Paul Quinn <paulq@corel.ca>
-       Zygo Blaxell <zygob@corel.ca>
-       Miscellaneous patches to header files.  All of these are supposedly there
-       to help build Winelib applications.
+       * dlls/wininet/http.c:
+       INTERNET_STATUS_HANDLE_CREATED notifications just send the handle, not
+       an INTERNET_ASYNC_RESULT structure.
+       The source handle in HTTP_Connect should be the parent's handle.
 
-       * include/wintypes.h: Albert Den Haan <albertd@corel.ca>
-       Adrian Thurston <athursto@corel.ca>
-       Paul Quinn <paulq@corel.ca>
-       Zygo Blaxell <zygob@corel.ca>
-       More types we need for compiling Winelib/MFC applications.
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * include/commctrl.h: Paul Quinn <paulq@corel.ca>
-       Adrian Thurston <adriant@corel.ca>
-       More types for common controls.  Needed for Winelib.
-
-       * dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/wine/obj_base.h, multimedia/dsound.c, ole/compobj.c, ole/ifs.c:
-       Francois Gouget <fgouget@psn.net>
-       Better set of macros for defining the COM interfaces.
-
-       * dlls/advapi32/security.c, relay32/advapi32.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Two ADVAPI32 stubs: ImpersonateSelf32 and AccessCheck32. Spelling fixes.
+       * dlls/wininet/internet.h, dlls/wininet/netconnection.c:
+       SSL doesn't need to use a different socket to unsecure communications.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed debug output to follow '-debugmsg' flags.
+2005-11-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-Tue Feb  9 15:49:39 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/tests/thread.c:
+       Corrected last error information.
+       Make sure we can run the tests on win9x.
 
-       * msdos/int20.c, ole/safearray.c, relay32/builtin32.c, server/device.c, server/file.c, server/pipe.c, server/thread.c, windows/winhelp.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Added missing includes to avoid warnings/errors.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * include/dinput.h, include/lzexpand.h, include/ntdll.h, include/ole2.h, include/shellapi.h, include/vga.h, include/winbase.h, include/wincon.h, include/windef.h, include/windows.h, include/wine/keyboard16.h, include/wine/obj_storage.h, include/wine/shell16.h, include/wine/w32skrnl.h, include/wine/winbase16.h, include/wine/winesound.h, include/wine/winestring.h, include/wine/winuser16.h, include/winnetwk.h, include/winnls.h, include/winnt.h, include/winreg.h, include/wintypes.h, include/winuser.h, include/winver.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Moved everything out of windows.h.
+       * dlls/msi/package.c:
+       Set the Installed property if the product is already installed.
 
-       * graphics/wing.c, if1632/gdi.spec, include/bitmap.h, include/palette.h, include/wingdi.h, objects/palette.c, relay32/gdi32.spec:
-       Brad Pepers <brad@linuxcanada.com>
-       WinG fixes.
+2005-11-14  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/menu.c, include/message.h, include/queue.h, windows/dialog.c, windows/message.c, windows/nonclient.c, windows/queue.c, windows/timer.c:
-       Stephane Lussier <stephane@macadamian.com>
-       -Fixed MESSAGE functions that were thunking down to 16 bits implementation.
-       So PeekMessage32, GetMessage32, PostMessage32, PostThreadMessage are fixed
-       with this patch. Unicode version of those functions is currently only
-       calling the ASCII version.
-       -Fixed queue signaling using a new EVENT object in the queue for 32 bits
-       thread. MsgWaitForMultipleObject has been fixed and is now blocking on the
-       right EVENT.
+       * dlls/user/input.c, server/queue.c:
+       Added support for the QS_ALLPOSTMESSAGE flag.
 
-       * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       GetMetaFileBitsEx should work in bytes not words.
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * include/shlobj.h: Francois Gouget <fgouget@psn.net>
-       DllGetClassObject should take a REFCLSID not an LPCLSID.
-
-       * objects/dib.c, include/global.h, memory/virtual.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Change fault handler 'addr' argument to LPCVOID.
-
-       * files/file.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call VIRTUAL_HandleFault if read/write returns EFAULT.
+       * dlls/urlmon/Makefile.in, dlls/urlmon/binding.c, dlls/urlmon/tests/url.c,
+         dlls/urlmon/umon.c, dlls/urlmon/urlmon_main.h:
+       Beginning of true BindToStorage implementation.
 
-       * dlls/comctl32/treeview.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fix typo to map GetTextExtentPoint to the correct 32A version.
+2005-11-14  Huw Davies <huw@codeweavers.com>
 
-       * documentation/debugging, include/peexe.h, include/wincon.h, programs/regtest/regtest.c, relay32/advapi32.spec, windows/x11drv/main.c, dlls/advapi32/security.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some small bugfixes, added more PE relocation types (for WinCE mostly),
-       some console prototypes, -dll is useful for winelib too, regtest
-       compile fixed.
+       * tools/widl/header.c:
+       Prefix [putref] property names with putref_.
 
-       * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
-       Paul Quinn <paulq@corel.ca>
-       GetCursorPos is actually a BOOL.
+2005-11-14  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/mmsystem.h: Paul Quinn <paulq@corel.ca>
-       Adrian Thurston <adriant@corel.ca>
-       More types, C++ protection, and a typo correction for mmsystem.h.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       Fix SysparametersInfoA( SPI_SETICONMETRICS), the A<->W conversion was
+       rather broken.
+       Make the SPI_{G|S}ETICONMETRICS functions more consistent with those
+       for SPI_ICON{HORIZONTAL|VERTICAL}SPACING, SPI_{G|S}ICONTITLEWRAP and
+       SPI_{G|S}ICONTITLELOGFONT.
+       Accordingly extend the corresponding tests.
 
-       * include/commctrl.h: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Move the #define of DUMMYUNIONNAME* to before they are used.
-       Add a definition for DUMMYUNIONNAME (as opposed to DUN1, DUN2...).
-       Use the correct WINELIB_NAME_AW macro for TVITEM and related names.
-       Define "TV_ITEM" to agree with you-know-who's documentation.
+2005-11-14  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * dlls/version/info.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       NULL is a valid argument as handle for GetFileVersionInfoSize32A.
+       * dlls/msvcrt/tests/cpp.c, dlls/msvcrt/undname.c:
+       Undname: Allow more then one coded character in demangle_datatype.
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added buffered device access for DInput's mouse driver.
+2005-11-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Wrong access on server handle was demanded (GENERIC_READ instead of
-       GENERIC_WRITE).
+       * tools/wine.inf:
+       Add default version information.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Better implementation (takes strings or res-id's now).
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/version/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: NULL pointer check for output parameters.
+       * dlls/kernel/tests/pipe.c, dlls/ntdll/file.c:
+       NtReadFile: now returning correct status in NtReadFile for EOF
+       conditions (on files) and broken pipe (on named pipes).
 
-       * dlls/shell32/brsfolder.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fixed two pointer/integer mismatch warnings.
+2005-11-14  Peter Beutner <p.beutner@gmx.net>
 
-       * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Spelling fixes.
+       * dlls/gdi/dib.c, dlls/gdi/tests/bitmap.c:
+       When creating DIBs with a color depth <= 8, always set biClrUsed field
+       to the number of entries in the color table.
 
-       * console/xterm.c, win32/console.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       wine_openpty is not properly declared (either missing or mismatched
-       declarations) in both places where it is used.
+2005-11-14  Mike McCormack <mike@codeweavers.com>
 
-       * include/wingdi.h, objects/dib.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fix types of GetDIBits functions (LPSTR should be LPVOID).
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       Empty strings are not equal to any number, so all comparisons against
+       them fail except for tests for non-equalness.
 
-       * graphics/x11drv/dib.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixes several problems with SetDIBitsToDevice if xSrc != 0.
-       Thanks to Ian Schmidt for the logs.
+2005-11-14  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
-       The systems buttons (minimize/restore/close) now appear on the menu
-       bar of mdi application.
+       * dlls/wined3d/device.c:
+       Fix an intermittent lockup with ATI's driver, I expect the problem is
+       trying to clear the display before it's visible. Also correct the
+       clear alpha value.
 
-       * controls/menu.c: Francois Boisvert <francois@macadamian.com>
-       Implemented the magic menu items id's used by windows when inserting
-       the minimize/maximize/close buttons in the menu bar of an application.
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
-       Adds support for EMR_STRETCHDIBITS in EMFs.
+       * dlls/urlmon/internet.c, dlls/urlmon/session.c,
+         dlls/urlmon/urlmon_main.h:
+       Added get_protocol_iface internal function and use it in
+       get_protocol_info.
 
-       * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed image size and line size, added 8bit color/palette handling.
+2005-11-14  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
-       Fixed formatting of code
-       Now changes to directory of program to be run before starting wine
+       * dlls/ddraw/surface_main.c:
+       Use the front buffer palette for DC operations on off-screen buffers.
 
-       * windows/queue.c, windows/user.c, include/user.h, scheduler/thread.c:
-       Stephane Lussier <stephane@macadamian.com>
-       - Cleaned up the message queue when a thread exit (but not the process).
-       - Modified QUEUE_DeleteMsgQueue to exit gracefully (without crashing Wine) if
-         queue link list is corrupted.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Sounds were cut off due to integer overflow. Fixed.
+       * dlls/advpack/tests/advpack.c:
+       Get the version and language ID of ADVPACK.DLL too.
 
-       * include/windowsx.h: Paul Quinn <paulq@corel.ca>
-       Added windowsx.h for Winelib.
+2005-11-14  H. Verbeet <hverbeet@gmail.com>
 
-Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ddraw/surface_dib.c:
+       Fix the default value for keylow in DIB_DirectDrawSurface_Blt.
+       Unset DDBLT_DDFX when lpbltfx is NULL / contains no dwDDFX.
 
-       * configure, configure.in, programs/Makefile.in, programs/cmdlgtst/.cvsignore, programs/cmdlgtst/Makefile.in, programs/cmdlgtst/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c:
-       <ewill@ncal.verio.com>
-       Added common dialogs test program.
+2005-11-14  YunSong Hwang <hys545@dreamwiz.com>
 
-       * include/message.h, include/queue.h, include/win.h, include/winpos.h, scheduler/thread.c, windows/focus.c, windows/input.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
-       Noel Borthwick <noel@macadamian.com>
-       Added management and allocation of the PERQUEUEDATA structure.
-
-       * graphics/ddraw.c, graphics/vga.c, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added a dump of the palette creation flags
-       - changed palette creation code in vga.c to prevent useless error
-         message
+       * dlls/avifil32/avifile_Ko.rc, dlls/avifil32/rsrc.rc, dlls/mpr/mpr.rc,
+         dlls/mpr/mpr_Ko.rc, dlls/mshtml/Ko.rc, dlls/mshtml/rsrc.rc,
+         dlls/msi/msi.rc, dlls/msi/msi_Ko.rc, dlls/oledlg/oledlg_Ko.rc,
+         dlls/oledlg/rsrc.rc, dlls/serialui/Ko.rc,
+         dlls/serialui/serialui_rc.rc, dlls/shdocvw/Ko.rc,
+         dlls/shdocvw/shdocvw.rc, dlls/winspool/Ko.rc,
+         dlls/winspool/winspool.rc, dlls/wldap32/wldap32.rc,
+         dlls/wldap32/wldap32_Ko.rc, programs/notepad/Ko.rc,
+         programs/notepad/rsrc.rc, programs/regedit/Ko.rc,
+         programs/start/Ko.rc, programs/start/rsrc.rc, programs/taskmgr/Ko.rc,
+         programs/taskmgr/taskmgr.rc, programs/uninstaller/Ko.rc,
+         programs/uninstaller/rsrc.rc, programs/view/Ko.rc,
+         programs/view/viewrc.rc, programs/wcmd/Ko.rc,
+         programs/wcmd/wcmdrc.rc, programs/winecfg/Ko.rc,
+         programs/winecfg/winecfg.rc, programs/wineconsole/wineconsole_Ko.rc,
+         programs/wineconsole/wineconsole_res.rc, programs/winefile/Ko.rc,
+         programs/winefile/rsrc.rc, programs/winemine/Ko.rc,
+         programs/winemine/rsrc.rc:
+       Add Korean translations.
 
-       * documentation/wine.man, files/drive.c, wine.ini:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Use vfat/win95 as default.
+2005-11-14  Markus Amsler <markus.amsler@oribi.org>
 
-       * include/vfw.h, multimedia/msvideo.c, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/aviinfo.c, programs/avitools/aviplay.c, relay32/builtin32.c, relay32/msvfw32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Updated msvideo / vfw.h, use builtin msvfw32.dll by default, added
-       aviinfo and aviplay programs.
+       * dlls/iphlpapi/iphlpapi_main.c:
+       Add, reformat API documentation.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Continued hack to win32/console.c, so that the IDA Pro Disassembler
-       works again. Needs much more work however.
+2005-11-14  Mike McCormack <mike@codeweavers.com>
 
-       * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
-       Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
-       problems).
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       Fix comparison of empty properties to numbers and add test cases.
 
-       * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing ULONG to static const OFFSET_xx.
+2005-11-14  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-Thu Feb  4 16:45:40 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * documentation/wine.man: James Juran <jrj120@psu.edu>
-       Various manpage updates, including the incorrect statement about glibc
-       and clone().
-
-       * documentation/debugging: James Juran <jrj120@psu.edu>
-       Fix pointer to the Windows Disassembler 32.  Thanks to Herbert
-       Rosmanith <herp@wildsau.idv.uni-linz.ac.at> for suggesting this.
+       * dlls/user/tests/msg.c:
+       Fix message tests to run cleanly on Windows XP SP1.
 
-       * dlls/msacm32/driver.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Another usage of non-portable functions...
+2005-11-14  Edgar Hucek <gimli@gentoo.org>
 
-       * msdos/dosmem.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Some values of pBiosData added/fixed.
+       * dlls/winmm/joystick/joystick.c:
+       Unicode compile fix.
 
-       * objects/palette.c, windows/clipboard.c, windows/dce.c, windows/display.c, windows/event.c, windows/keyboard.c, windows/mouse.c, windows/sysmetrics.c, windows/user.c, windows/win.c, windows/winpos.c, controls/desktop.c, controls/widgets.c, debugger/dbg.y, graphics/ddraw.c, graphics/painting.c, graphics/wing.c, include/bitmap.h, include/color.h, include/ddraw.h, include/debug.h, include/debugdefs.h, include/desktop.h, include/display.h, include/main.h, include/options.h, include/ttydrv.h, include/win.h, include/x11drv.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/dib.c, objects/gdiobj.c:
-       Patrik Stridvall <ps@leissner.se>
-       Moved some more code to the X11 driver.
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/desktop.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/main.c, windows/ttydrv/monitor.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c:
-       Patrik Stridvall <ps@leissner.se>
-       TTY driver changes.
+       * dlls/kernel/tests/thread.c:
+       Fix set_test_val function declaration to ensure stack is left
+       untouched.
 
-       * windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/desktop.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/main.c, windows/x11drv/monitor.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/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
-       Patrik Stridvall <ps@leissner.se>
-       X11 driver changes.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * tsx11/ts_xf86dga.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, include/ts_xf86dga.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, tools/make_X11wrappers:
-       Patrik Stridvall <ps@leissner.se>
-       Non-X11 compile fix for generated code.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       Fix a test for InternetCreateUrlA as no Windows platform sets last
+       error here. Make InternetCreateUrlA pass the test.
 
-       * include/monitor.h, windows/multimon.c:
-       Patrik Stridvall <ps@leissner.se>
-       Implementation of the new monitor abstraction.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
-       Patrik Stridvall <ps@leissner.se>
-       New TTY driver for GDI.
+       * dlls/crypt32/tests/cert.c:
+       Don't call missing API function.
 
-       * configure, configure.in, include/acconfig.h, include/config.h.in:
-       Patrik Stridvall <ps@leissner.se>
-       - Added the graphics/ttydrv directory.
-       - Don't search for reentrant X when X doesn't exist.
-       - Added config options HAVE_LIBXXPM
-       - Added checks if the header files also exist for some libraries
+2005-11-14  Christian Costa <titan.costa@wanadoo.fr>
 
-Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ddraw/ddraw_utils.c, dlls/ddraw/surface_dib.c:
+       Add DDBLT_DONOTWAIT flag.
+       Separate DDBLT_WAIT and DDBLT_ASYNC fixme in Blt method.
 
-       * dlls/shell32/brsfolder.c, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, include/interfaces.h, ole/safearray.c, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage32.c:
-       Francois Gouget <fgouget@psn.net>
-       Replaced references to interfaces.h by wine/obj_xxx.h headers instead
-       since these headers already provide the necessary definitions.
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * include/msdos.h, msdos/Attic/cdrom.c, msdos/Makefile.in, msdos/int2f.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed references to obsolete msdos/cdrom.c file.
-       Make use of new Wine internal CD ROM interface.
+       * dlls/urlmon/umon.c:
+       Move BindToStorage hack to the separated function.
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed tracks indexing in mcicda.c
-       Make use of new Wine internal CD ROM interface.
+2005-11-14  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/cdrom.h, misc/Makefile.in, misc/cdrom.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       New Wine internal interface for handling CD Rom (especially audio CD
-       ROM).
+       * dlls/d3d9/cubetexture.c, dlls/d3d9/device.c, dlls/d3d9/indexbuffer.c,
+         dlls/d3d9/pixelshader.c, dlls/d3d9/query.c, dlls/d3d9/stateblock.c,
+         dlls/d3d9/swapchain.c, dlls/d3d9/texture.c, dlls/d3d9/vertexbuffer.c,
+         dlls/d3d9/vertexdeclaration.c, dlls/d3d9/vertexshader.c,
+         dlls/d3d9/volumetexture.c:
+       Remove the setting of the result pointer to NULL in creates, tests
+       show that windows doesn't set the result to NULL on error.
 
-       * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Change a few types to match you-know-who's declarations.
-       HTREEITEM is a struct _TREEITEM FAR*
-       GetDIBits passes a LPVOID for the bitmap data, not LPSTR.
-       Adjustment of Wine C code to match the new types included.
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed GET_LZ_STATE macro.
+       * dlls/ntdll/thread.c:
+       Init wShowWindow in RTL_USER_PARAMETERS for Wine processes started
+       from the command-line.
 
-       * graphics/d3d_private.h, graphics/d3dtexture.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added stubs for new DirectDraw4 and DirectDrawSurface4 methods.
+2005-11-14  Peter Lemenkov <petro@mail.ru>
 
-       * tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/CHANGES:
-       Albert den Haan <albertd@corel.ca>
-       Fixed wrong order of res_ico and res_bmp which must be in RT_xxx order.
+       * include/rpcdce.h:
+       Added extern "C".
 
-       * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
-       reslen could be used uninitialised in GetFileResource32 (fixes some
-       strange VerQueryValue crashes).
+2005-11-14  Markus Amsler <markus.amsler@oribi.org>
 
-       * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
-       Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
-       LOCALE_IINTLCURRDIGITS.
+       * dlls/comctl32/imagelist.c:
+       Reformat "see" section, to match c2man requirements.
 
-       * memory/selector.c, relay32/kernel32.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Preserve EAX in UnMapSLFixArray().
+2005-11-12  Markus Amsler <markus.amsler@oribi.org>
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixes little pointer bug in DPA_DeletePtr().
+       * dlls/commdlg/cdlg32.c, dlls/commdlg/colordlg.c,
+         dlls/commdlg/filetitle.c, dlls/commdlg/finddlg32.c,
+         dlls/commdlg/fontdlg.c, dlls/commdlg/printdlg.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing description
+       - complete missing A/W pairs
+       - document remaining comdlg32 functions
 
-       * if1632/kernel.spec, memory/string.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.434 (UnicodeToAnsi).
+2005-11-12  Markus Amsler <markus.amsler@oribi.org>
 
-       * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       GetDiskFreeSpaceEx32A can get null pointers and still not crash.
+       * dlls/advapi32/crypt.c, dlls/advapi32/crypt_sha.c,
+         dlls/advapi32/eventlog.c, dlls/advapi32/registry.c,
+         dlls/advapi32/security.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing description
+       - add missing returns section
 
-       * graphics/psdrv/driver.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Clear up args to PSDRV_AdvancedSetupDialog.
+2005-11-12  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Reduce MAX_FONT_SIZE to 1000.
+       * programs/winetest/Makefile.in:
+       Add shdocvw tests to winetest.
 
-Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-12  Robert Shearman <rob@codeweavers.com>
 
-       * win32/console.c, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, relay32/kernel32.spec, server/console.c, server/request.c, server/trace.c:
-       Added input queue to server-side console object,
-       read/write_console_input requests, and use them for
-       Read/WriteConsoleInput.
+       * dlls/ole32/compobj.c:
+       Implement CLSCTX_INPROC_HANDLER in CoGetClassObject similar to
+       CLSCTX_INPROC_SERVER by looking at the InprocHandler32 registry key
+       instead of InprocServer32.
 
-       * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
-       Fix to allow for recvmsg() returning less data than is needed.
+2005-11-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * include/toolhelp.h, include/windows.h:
-       Attempt at fixing the MAX_PATH multiple definition problem.
+       * dlls/kernel/tests/thread.c:
+       Add some extra error information.
 
-----------------------------------------------------------------
-Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-12  Robert Shearman <rob@codeweavers.com>
 
-       * include/module.h, loader/ne/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Modify NE_FindTypeSection and NE_FindResourceFromType so as to be
-       usable by the VERSION code.
+       * dlls/wininet/internet.c, dlls/wininet/internet.h:
+       Implement InternetReadFileExA (based on a patch by Brian Gerst).
 
-       * include/pe_image.h, loader/pe_resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added GetResDirEntryA for use by the VERSION code.
+2005-11-12  Daniel Remenak <dtremenak@gmail.com>
 
-       * misc/Attic/ver.c, misc/Makefile.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed old VER.DLL code.
+       * dlls/dinput/joystick_linuxinput.c:
+       Add additional sanity checks to the linux input system dinput joystick
+       implementation.
 
-       * dlls/version/.cvsignore, dlls/version/Makefile.in, dlls/version/info.c, dlls/version/install.c, dlls/version/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implementation of VERSION.DLL. Based on old misc/ver.c.
-       - Accessing PE version info resources should work correctly now.
-       - Fixed memory leaks.
-       - Clean separation of 16- and 32-bit parts.
-       - Minor bugfixes.
+2005-11-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * Makefile.in, configure, configure.in, dlls/Makefile.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Add new subdirectories dlls/ver and dlls/version.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l:
+       Removed a couple of shift/reduce warnings in grammar.
 
-       * if1632/ver.spec, dlls/ver/.cvsignore, dlls/ver/Makefile.in, dlls/ver/ver16.c, include/ver.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implementation of VER.DLL. Thunks up to VERSION.DLL.
+2005-11-12  Rein Klazes <wijn@wanadoo.nl>
 
-       * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
-       IsCharAlpha32A: use look-up table from ole2nls.c.
+       * programs/regedit/Nl.rc:
+       Update Dutch resources.
 
-       * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
-       LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
-       NORM_IGNORESYMBOLS in string mapping mode.
+2005-11-12  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
-       Create X window for child windows reparented to be top level windows.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.h, dlls/shdocvw/view.c,
+         dlls/shdocvw/webbrowser.c:
+       Added IViewObject2 stub implementation.
+
+2005-11-12  Stefan Leichter <Stefan.Leichter@camLine.com>
+
+       * dlls/version/tests/.cvsignore, dlls/version/tests/Makefile.in,
+         dlls/version/tests/install.c:
+       Added some tests for VerFindFileA.
+
+2005-11-12  Phil Lodwick <Phil.Lodwick@EFI.COM>
+
+       * dlls/kernel/path.c, dlls/kernel/tests/path.c:
+       prefix can be NULL for GetTempFileNameW.
+
+2005-11-11  YunSong Hwang <hys545@dreamwiz.com>
+
+       * dlls/hhctrl.ocx/Ko.rc, dlls/hhctrl.ocx/hhctrl.rc, dlls/msacm/msacm.rc,
+         dlls/msacm/msacm_Ko.rc, dlls/msrle32/msrle_Ko.rc,
+         dlls/msrle32/rsrc.rc, dlls/oleaut32/oleaut32.rc,
+         dlls/oleaut32/oleaut32_Ko.rc, dlls/setupapi/Ko.rc,
+         dlls/setupapi/setupapi.rc, dlls/shlwapi/shlwapi.rc,
+         dlls/shlwapi/shlwapi_Ko.rc, dlls/wininet/rsrc.rc,
+         dlls/wininet/wininet_Ko.rc:
+       Add Korean translations.
+
+2005-11-11  Vincent Béron <vberon@mecano.gme.usherb.ca>
+
+       * dlls/urlmon/urlmon.spec:
+       Correct argument count for URLDownloadToCacheFile{A,W}.
+
+2005-11-11  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/shell32/shell.c, dlls/shell32/shell32_main.h,
+         dlls/shell32/shlexec.c:
+       Unconditionally fall back to ANSI DDE APIs in ShellExecute if current
+       emulated Windows version is Win9x, Excel refuses to communicate with a
+       unicode client in win9x mode.
+
+2005-11-11  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/user/dde_client.c:
+       Convert some ERRs to WARNs in the DDE client code when appropriate.
+
+2005-11-11  Vincent Béron <vberon@mecano.gme.usherb.ca>
+
+       * dlls/kernel/heap.c:
+       Protect sys/stat.h with a conditional.
+
+2005-11-11  Steven Edwards <winehacker@gmail.com>
+
+       * dlls/msi/msi.c:
+       Partly implement MsiMessageBox[A/W] on top of MessageBoxEx[A/W]
+
+2005-11-11  Christoph Frick <frick@sc-networks.de>
+
+       * dlls/dinput/joystick_linuxinput.c:
+       Moved and adopted joystick_linux.c code into the
+       joystick_linuxinput.c.
+
+2005-11-11  Raphael Junqueira <fenix@club-internet.fr>
+
+       * dlls/opengl32/make_opengl, dlls/opengl32/opengl_ext.h,
+         dlls/opengl32/opengl_norm.c, dlls/opengl32/wgl.c,
+         dlls/opengl32/wgl_ext.c, dlls/x11drv/opengl.c:
+       Add GLXFBConfig on Wine_GLContext (we should remove XVisualInfo
+       references on code).
+       Hook glGetIntegerv on GL_ALPHA_BITS to query on GLXFBConfig instead of
+       glGetInteger (as it returns bad value).
+
+2005-11-10  Francois Gouget <fgouget@free.fr>
+
+       * dlls/advapi32/security.c, dlls/comctl32/comboex.c,
+         dlls/comctl32/listview.c, dlls/comctl32/treeview.c,
+         dlls/commdlg/filetitle.c, dlls/d3d8/cubetexture.c,
+         dlls/d3d8/device.c, dlls/d3d8/directx.c, dlls/d3d8/shader.c,
+         dlls/d3d8/stateblock.c, dlls/d3d8/texture.c, dlls/d3d9/device.c,
+         dlls/d3d9/directx.c, dlls/d3d9/vertexshader.c,
+         dlls/ddraw/ddraw_main.c, dlls/ddraw/device_main.c,
+         dlls/ddraw/device_opengl.c, dlls/ddraw/executebuffer.c,
+         dlls/ddraw/light.c, dlls/ddraw/opengl_utils.c,
+         dlls/ddraw/surface_main.c, dlls/ddraw/vertexbuffer.c,
+         dlls/dinput/device.c, dlls/dinput/mouse.c,
+         dlls/dmime/segtriggertrack.c, dlls/dmscript/script.c,
+         dlls/dmstyle/styletrack.c, dlls/dplayx/dplay.c, dlls/dpnet/address.c,
+         dlls/dsound/dsound_main.c, dlls/dxdiagn/provider.c,
+         dlls/gdi/bitmap.c, dlls/gdi/mfdrv/bitblt.c, dlls/kernel/comm.c,
+         dlls/mcicda/mcicda.c, dlls/mciseq/mcimidi.c, dlls/msi/action.c,
+         dlls/msi/custom.c, dlls/msi/files.c, dlls/msi/format.c,
+         dlls/msi/package.c, dlls/msi/table.c, dlls/msvcrt/tests/cpp.c,
+         dlls/ntdll/misc.c, dlls/odbc32/proxyodbc.c, dlls/ole32/antimoniker.c,
+         dlls/ole32/bindctx.c, dlls/ole32/ole2.c, dlls/oleaut32/typelib.c,
+         dlls/oleaut32/varformat.c, dlls/olepro32/olepro32stubs.c,
+         dlls/opengl32/wgl.c, dlls/opengl32/wgl_ext.c,
+         dlls/shell32/cpanelfolder.c, dlls/shell32/enumidlist.c,
+         dlls/shell32/pidl.c, dlls/shell32/shelllink.c,
+         dlls/shell32/shellord.c, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_mycomp.c, dlls/shell32/tests/shlfileop.c,
+         dlls/shlwapi/tests/ordinal.c, dlls/tapi32/line.c, dlls/user/comm16.c,
+         dlls/user/dde_misc.c, dlls/user/tests/menu.c,
+         dlls/vwin32.vxd/vwin32.c, dlls/wined3d/basetexture.c,
+         dlls/wined3d/cubetexture.c, dlls/wined3d/device.c,
+         dlls/wined3d/directx.c, dlls/wined3d/drawprim.c,
+         dlls/wined3d/query.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/surface.c, dlls/wined3d/swapchain.c,
+         dlls/wined3d/texture.c, dlls/wined3d/volumetexture.c,
+         dlls/wined3d/wined3d_main.c, dlls/winedos/int10.c,
+         dlls/winedos/int15.c, dlls/wininet/ftp.c, dlls/wininet/http.c,
+         dlls/wininet/internet.c, dlls/winmm/mci.c,
+         dlls/winmm/mciwave/mciwave.c, dlls/winmm/mmsystem.c,
+         dlls/winmm/playsound.c, dlls/winmm/tests/mixer.c,
+         dlls/winmm/winealsa/audio.c, dlls/winmm/winearts/audio.c,
+         dlls/winmm/wineesd/audio.c, dlls/winsock/socket16.c,
+         dlls/winsock/tests/sock.c, dlls/wintab32/context.c,
+         dlls/wsock32/socket.c, dlls/x11drv/event.c, dlls/x11drv/keyboard.c,
+         dlls/x11drv/palette.c, dlls/x11drv/xfont.c, dlls/x11drv/xrandr.c,
+         programs/winevdm/winevdm.c:
+       Remove spaces before '\n' in traces.
+
+2005-11-10  Francois Gouget <fgouget@free.fr>
+
+       * dlls/comctl32/listview.c, dlls/dxerr8/errors.awk,
+         dlls/dxerr9/errors.awk, dlls/msi/package.c, dlls/msi/tests/package.c,
+         dlls/msxml3/tests/domdoc.c, dlls/oleaut32/olepicture.c,
+         dlls/secur32/dispatcher.c, dlls/user/exticon.c,
+         dlls/wined3d/directx.c, dlls/wined3d/surface.c,
+         dlls/wined3d/vertexshader.c, dlls/winmm/wineoss/mmaux.c,
+         tools/sfnt2fnt.c:
+       Assorted spelling and case fixes.
+
+2005-11-10  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/advpack/tests/advpack.c:
+       WinME fixes:
+       - don't fail on WriteFile(),
+       - add valid error codes,
+       - empty buffer to avoid printing garbage,
+       - remove bogus inf-file which TranslateInfString() creates here.
+
+2005-11-10  Markus Amsler <markus.amsler@oribi.org>
 
-       * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for PathQualify32[A|W].
+       * tools/c2man.pl:
+       Make parameter higlighting regex less "hungry".
 
-       * graphics/d3dmaterial.c, graphics/ddraw.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Babrian Viktor <v@ulysses.sch.bme.hu>
-       - added support for ColorKeying during blits
-       - miscellaneous fixes
+2005-11-10  Francois Gouget <fgouget@codeweavers.com>
 
-       * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
-       Alex Korobka <korobka@galaxy.ams.sunysb.edu>
-       Added an implementation of MRSW locks.
+       * programs/winemenubuilder/winemenubuilder.c:
+       Parse the command line returned by CommandLineFromMsiDescriptor() to
+       extract the application path. Otherwise winemenubuilder ignores the
+       .lnk file entirely.
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Added missing includes (the PSP handling was incorrect, as the
-       MZ_SUPPORTED definition was missing). Added a simple handler for
-       direct console input, which needs to be improved.
-
-       * console/tty.c: Ove Kaaven <ovek@arcticnet.no>
-       Small fix.
-
-       * scheduler/synchro.c: Juergen Schmied <juergen.schmied@metronet.de>
-       List handles WaitForMultipleObjects is waiting for when running with
-       -debugmsg +win32.
-
-       * dlls/advapi32/security.c, relay32/advapi32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for GetSecurityDescriptorControl.
-
-       * relay32/user32.spec, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for GetUserObjectSecurity.
-
-       * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented handling of REG_MULTI_SZ and fixed small bug in
-       RegSetValue.
-
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Every EM_GETLINE send between a 32W to a 32A window returned
-       incomplete values before (the first 2 chars where cut away).
-
-       * windows/winpos.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix typo in SetWindowPos32.
-
-Sat Jan 30 15:55:28 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/builtin32.h, misc/main.c, relay32/builtin32.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Enable/disable relay32 debugging on the fly. Start app with
-       -debugmsg +relay or warn+relay. Suggested by Juergen Schmied.
-
-       * configure, configure.in, graphics/d3d_private.h, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added check for the presence of Mesa's header files.
-
-       * multimedia/audio.c, multimedia/dsound.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed error messages.
-
-       * misc/commdlg.c: Bernd Herd <herd@herdsoft.com>
-       Use proper 16->32 message conversion in FILEDLG_CallWindowProc.
-
-       * windows/x11drv/wnd.c: Bernd Herd <herd@herdsoft.com>
-       SetParent should link the window at the start of the list.
-
-       * windows/winpos.c: NF Stevens <norman@arcady.u-net.com>
-       In Window SetWindowPos with SWP_HIDEWINDOW does not remove
-       the focus from the focus window; ShowWindow with SW_HIDE does.
-       So move the code that does this from SetWindowPos to ShowWindow.
-
-       * memory/string.c: Marcus Meissner <marcus@jet.franken.de>
-       Check for NULL in lstrcpy* (Windows uses real exception handlers).
-
-       * Makefile.in: James Juran <juran@cse.psu.edu>
-       Don't install include files when --disable-lib is used.
-
-       * relay32/winmm.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added WINMM joy* .spec entries.
-
-       * msdos/xms.c: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       XMS fix.
-
-       * msdos/dosmem.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Spelling fix.
-
-       * README: Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Doc update.
-
-       * include/miscemu.h, msdos/int10.c, msdos/int21.c, msdos/interrupts.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Some interrupt enhancements.
-
-       * msdos/ioports.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       implemented timer latching
-       trace message fix
-       temporary "fix" for Linux's coarse timer resolution
-
-       * if1632/compobj.spec, include/objbase.h, include/winerror.h, ole/compobj.c, ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the startup-shutdown mechanism for the COM subsystem.
-       Implemented the Class object registration mechanism.
-
-       * programs/clock/.cvsignore, programs/notepad/.cvsignore: Added Fi.s
-
-       * include/wine/obj_storage.h, ole/Makefile.in, ole/stg_bigblockfile.c, ole/stg_stream.c, ole/storage.c, ole/storage32.c, ole/storage32.h, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Added an implementation of the OLE structured storage. The main
-       features of this implementation are:
-       - Can open storages created in Windows.
-       - Can create new storages that the windows libraries can
-         read.
-       - Provides all the functionality to create/open/remove and
-         rename streams and storages inside the main storage object.
-
-       * include/miscemu.h, miscemu/main.c, graphics/ddraw.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Defined RESTORE_SIGNALS by default and call SIGNAL_EmulatorInit
-       through a function pointer instead. Added a few traces. Fixed the
-       "Memory corruption !" message in DGA mode. Commented out an
-       unnecessary TSXF86VidModeSetViewPort that caused my X server to
-       act up, relying on TSXF86DGASetViewPort instead.
-
-       * graphics/psdrv/text.c, msdos/int2f.c, programs/winhelp/hlp2sgml.c, dlls/comctl32/comctl32undoc.c, files/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some more warnings and bugs fixed.
-
-       * dlls/comctl32/tab.c, include/tab.h: Alex Priem <alexp@sci.kun.nl>
-       Small update.
-
-       * include/commctrl.h, include/treeview.h, dlls/comctl32/treeview.c, dlls/shell32/brsfolder.c:
-       Alex Priem <alexp@sci.kun.nl>
-       - The usual bugfixes.
-       - Better unicode support (only defines, currently)
-       - Drag & drop implemented.
-       - LPSTR_TEXTCALLBACK should work now.
-       - First start at custom draw code.
-
-       * windows/x11drv/event.c: Francis Beaudet <francis@macadamian.com>
-       Make sure that the keystate received by the WM_XBUTTONUP and
-       WM_XBUTTONDOWN matches the message. In X, the keystate is changed
-       after the message is processed.  In Windows, it is changed before.
-
-       * dlls/advapi32/security.c, dlls/advapi32/service.c:
-       Matthew Becker <mbecker@glasscity.net>
-       Doc updates.
-
-       * win32/file.c: Berend Reitsma <berend at asset-control.com>
-       SetFileAttributes32A changed to make file writeable when
-       FILE_ATTRIBUTE_READONLY is not set.
-
-       * console/interface.c, console/ncurses.c, include/console.h, msdos/int10.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Preliminary color console support.
-
-       * documentation/languages, programs/clock/ChangeLog, programs/clock/Fi.rc, programs/clock/Makefile.in, programs/clock/main.c, programs/notepad/ChangeLog, programs/notepad/Fi.rc, programs/notepad/Makefile.in, programs/notepad/main.c, resources/sysres_Fi.rc:
-       Jukka-Pekka Iivonen <jiivonen@poseidon.cs.hut.fi>
-       Updated Finnish language support.
-
-Fri Jan 29 15:12:11 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/vfw.h, include/winerror.h, include/wintypes.h, multimedia/msvideo.c, ole/guid.c, programs/Makefile.in, programs/avitools/.cvsignore, programs/avitools/Makefile.in, programs/avitools/icinfo.c, relay32/msvfw32.spec, configure, configure.in, include/debug.h, include/debugdefs.h, include/oleauto.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Updated msvideo. New program 'icinfo [-about] [-configure]' to
-       query installed (win32) compressors. Started on AVIFILE support.
-
-Thu Jan 28 17:56:14 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-10  Francois Gouget <fgouget@free.fr>
 
-       * include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_storage.h, ole/Makefile.in, ole/bindctx.c, ole/filemoniker.c, ole/itemmoniker.c, ole/moniker.c, ole/ole2.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Added a stub implementation for FileMoniker, ItemMoniker and BindCtx
-       classes.
-
-       * debugger/dbg.y, debugger/debug.l:
-       NF Stevens <norman@arcady.u-net.com>
-       Implemented the symbolfile command (as mentioned by the help
-       command). This reads a symbol file in the format generated by nm.
-
-       * multimedia/dplay.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       - Small bug fix.
-       - Added direct play ascii interfaces.
-       - Fixed up the QueryInterface for dplay and dplaylobby to handle all cases.
-
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed FILE_VIEW struct initialisation.
-
-       * include/dosexe.h:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed non-i386 compile.
-
-       * graphics/vga.c, msdos/dpmi.c, multimedia/dplay.c, multimedia/mmio.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/comctl32/comctl32undoc.c, dlls/comctl32/hotkey.c, dlls/comctl32/ipaddress.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/propsheet.c, dlls/comctl32/rebar.c, dlls/comctl32/tab.c, dlls/comctl32/toolbar.c, dlls/comctl32/treeview.c:
-       James Juran <jrj120@psu.edu>
-       Commented out unused variables to prevent needless compiler warnings.
-
-       * include/ddeml.h, misc/ddeml.c:
-       Keith Matthews <keith_m@sweeney.demon.co.uk>
-       1st cut implementation of DdeInitialize32W and supporting code.
-
-       * dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c:
-       Matthew Becker <mbecker@glasscity.net>
-       Documentation standardizations.
-
-       * include/queue.h, windows/hook.c, windows/message.c, windows/queue.c, windows/win.c, windows/winpos.c:
-       Stephane Lussier <stephane@macadamian.com>
-       - Made the message queue access to be thread safe. (Using two new
-         functions to access the message queue, QUEUE_Lock(), QUEUE_Unlock()
-         instead of GlobalLock16()).
-       - Fixed QUEUE_DumpQueue (used by "info queue <handle>" with the
-         wine-debugger).
-
-       * multimedia/dsound.c, multimedia/mmsystem.c, objects/text.c, windows/dialog.c, windows/dinput.c, windows/mdi.c, windows/msgbox.c, windows/win.c, windows/winproc.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, graphics/d3dmaterial.c, graphics/metafiledrv/init.c, if1632/relay.c, include/wincon.h, loader/resource.c, misc/imm.c, misc/lzexpand.c, msdos/int21.c, dlls/comctl32/propsheet.c, dlls/ntdll/rtl.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed a lot of warnings for possible problems.
-
-       * misc/comm.c: Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
-       Fixed typo.
-
-       * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
-       Fixed various bugs.
-       Made newbie mode easier.
+       * dlls/comctl32/tests/toolbar.c, dlls/d3d9/device.c,
+         dlls/kernel/tests/thread.c, dlls/msxml3/tests/domdoc.c,
+         dlls/setupapi/tests/parser.c, dlls/user/tests/msg.c:
+       Add trailing '\n's to ok() and TRACE() calls.
 
-       * objects/cursoricon.c, dlls/comctl32/imagelist.c, if1632/user.spec, include/wine/winuser16.h, include/winuser.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed GetIconInfo16 (.spec,ICONINFO struct is different for Win16/Win32).
+2005-11-10  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
-       Switch ncurses.h/curses.h include (works better for FreeBSD).
+       * dlls/kernel/tests/path.c:
+       Add error code valid for Win9x and XP.
 
-       * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed loading of win32 drivers.
+2005-11-10  Markus Amsler <markus.amsler@oribi.org>
 
-Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/brsfolder.c, dlls/shell32/pidl.c, dlls/shell32/shell.c,
+         dlls/shell32/shellole.c, dlls/shell32/shellord.c,
+         dlls/shell32/shellpath.c, dlls/shell32/shellstring.c,
+         dlls/shell32/shlfileop.c, dlls/shell32/shlmenu.c,
+         dlls/shell32/systray.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing description
+       - add missing returns section
+       - complete missing A/W pairs
+       - reformate comments, to match c2man requirements
 
-       * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
+2005-11-10  Francois Gouget <fgouget@free.fr>
 
-       * dlls/msacm32/internal.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Temporary #if 0'ed part for builtin modules in MSACM to make it
-       compile with the patch for loadable drivers.
+       * dlls/dxerr8/errors.dat, dlls/dxerr8/errors.h, dlls/dxerr9/errors.dat,
+         dlls/dxerr9/errors.h:
+       Assorted spelling fixes in the DXErr8/9 error files.
 
-       * include/driver.h, relay32/winmm.spec, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for loading drivers in Wine.
+2005-11-10  Francois Gouget <fgouget@free.fr>
 
-       * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
-       A perl script to produce a bug report with little hassle.
+       * dlls/dxerr8/errors.awk, dlls/dxerr9/errors.awk:
+       Remove extra backslash that was causing an awk warning.
 
-       * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
-       Added (dummy) Death/Resurrection calls to DisplayDib.
+2005-11-10  Mike McCormack <mike@codeweavers.com>
 
-       * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
-       Allocate a DOS handle if we open a normal file with LZOpenFile16.
+       * programs/clock/Ko.rc, programs/clock/rsrc.rc, programs/regedit/Ko.rc,
+         programs/regedit/rsrc.rc:
+       Added Korean resources.
 
-       * graphics/ddraw.c, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added depth conversion routines (only 8bpp -> 16 bpp for now)
-       - added support of DEPTH_FILL for Blits
-       - added some flags in GetCaps to get some games working
+2005-11-10  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/user.spec, include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c, relay32/user32.spec, dlls/comctl32/imagelist.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented GetIconInfo16 -> call to GetIconInfo32.
+       * programs/start/start.c:
+       Remove the limit on the length of the command line.
 
-       * scheduler/client.c: Commented out EXEC_SERVER
+2005-11-10  Aric Stewart <aric@codeweavers.com>
 
-       * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
-       3 missing WINAPI added.
+       * dlls/msi/msi.c:
+       Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
 
-       * dlls/shell32/enumidlist.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shres.rc:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+2005-11-10  Markus Amsler <markus.amsler@oribi.org>
 
-       * dlls/comctl32/treeview.c, include/commctrl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Changed some treeview related definitions.
+       * dlls/uxtheme/system.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing returns section
 
-       * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented SHBrowseForFolder() dialog.
+2005-11-10  Raphael Junqueira <fenix@club-internet.fr>
 
-       * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo in type (removed quite a few warnings).
+       * dlls/x11drv/init.c, include/wingdi.h:
+       Added support for SHADEBLENDCAPS.
 
-       * dlls/advapi32/security.c, relay32/advapi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
-       Return NULL from OpenThreadToken.
+2005-11-10  Raphael Junqueira <fenix@club-internet.fr>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not endlessly loop in CONSOLE_get_input after EOF.
-       Create xterm even if stdin is not a terminalhandle.
-       SetConsoleCursorPosition: Only make complex console on row change,
-       ignore interline positioning (so the cygwin cmdline tools do not
-       create xterms unnecessary)
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Define GL_EXT_framebuffer_object and GL_EXT_pixelbuffer_object openGL
+       specs.
+       Support Mesa GL_VERSION on parse.
 
-       * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Make sure DrvGetPrinterData returns the correct data if cbData <= 1
+2005-11-10  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * include/queue.h, windows/message.c, windows/queue.c, windows/win.c:
-       Stephane Lussier <stephane@macadamian.com>
-       - Changing MESSAGEQUEUE structure according to Ulrich proposition.
-       - One message queue for every thread needing it.
-       - Messages in the message queue are now stored in a linked list
-       - Messages are allocated in the system heap.
-       - Messages in the message queue are 32 bits (MSG32).
-       - All read/write operations regarding messages in the message queue are
-         thread safe.
+       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.idl:
+       Added URLDownloadToCacheFile[AW] stub.
 
-Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-10  Mike Hearn <mike@plan99.net>
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, dlls/comctl32/imagelist.c, dlls/comctl32/listview.c, dlls/comctl32/propsheet.c, dlls/comctl32/status.c, include/flatsb.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed several bugs and typos.
+       * dlls/wininet/version.rc:
+       Update wininet version info.
 
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Updates and fixes.
+2005-11-09  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/Makefile.in, dlls/comctl32/draglist.c, include/commctrl.h, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       New drag list control.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.1.
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
+----------------------------------------------------------------
+2005-11-09  Huw Davies <huw@codeweavers.com>
 
-       * dlls/comctl32/progress.c, include/progress.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WM_[G/S]ETFONT handling.
+       * dlls/wineps/ps.c:
+       Escape non-printable characters in the document title and also
+       truncate it to 0x80 characters.
 
-       * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WM_COMMAND and WM_NOTIFY handling.
+2005-11-09  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed redraw bug for tracking tooltips.
+       * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c:
+       Initialize COM prior to displaying the file dialog.
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added some messages to the rebar control.
-
-       * multimedia/mcicda.c: Geoff Clare <gwc@root.co.uk>
-       Several internal functions won't compile when the conditional
-       #if defined(linux) || defined(__FreeBSD__) || defined(__NetBSD__)
-       comes out false.  I moved the conditionals around so that
-       the file would at least compile.  Not sure if it does the
-       right thing on non-linux/FreeBSD/NetBSD systems.
+2005-11-09  Mike McCormack <mike@codeweavers.com>
 
-       * misc/toolhelp.c: Geoff Clare <gwc@root.co.uk>
-       Moved process.h higher up the include list, to avoid a problem with
-       "ERR" being redefined in sys/regset.h.
-
-       * misc/comm.c: Geoff Clare <gwc@root.co.uk>
-       The B57600 and B115200 symbols are not defined in Unixware.
-
-       * controls/listbox.c: NF Stevens <norman@arcady.u-net.com>
-       Change SW_??? options on list box scrolling so that they match what
-       Windows does.
-
-       * loader/dos/dosvm.c: Ove Kaaven <ovek@arcticnet.no>
-       Moved DOS handle allocation slightly, to fix potential memory
-       leaks and lost handles. Also removed some useless init code.
-
-       * graphics/psdrv/afm.c, graphics/psdrv/text.c, if1632/dummy.c, if1632/gdi.spec, misc/printdrv.c:
-       Nick Holloway <Nick.Holloway@alfie.demon.co.uk>
-       Internal PostScript printer driver improvements.
+       * dlls/msi/registry.c, dlls/msi/tests/db.c:
+       Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
+       test.
 
-       * controls/edit.c: Gerard Patel <G.Patel@wanadoo.fr>
-       Changed EDIT_EM_CharFromPos to return line number.
-
-       * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
-       Free the private data pointer, THEN set it to NULL.
-
-       * windows/message.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI.
-
-       * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/safearray.c, relay32/oleaut32.spec:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       Implementation of the SafeArray family functions.
-
-       * include/windows.h, relay32/kernel32.spec, scheduler/thread.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Added stub for SetThreadLocale.
-
-       * objects/text.c: Guy Albertelli <galberte@neo.lrun.com>
-       Finished GetTextCharsetInfo routine.
-
-       * ole/nls/enu.nls, ole/ole2nls.c:
-       Guy Albertelli <galberte@neo.lrun.com>
-       Fixed FIXME in EnumTimeFormats32W
-       Added support for FONTSIGNATURE in GetLocaleInfo32A and updated
-       GetLocaleInfo32W.
-
-       * documentation/internal-dll, documentation/shell32, documentation/wine.man:
-       Pascal Cuoq <Pascal.Cuoq@inria.fr>
-       Fixed typos.
+2005-11-09  Mike McCormack <mike@codeweavers.com>
 
-       * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
-       Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
-       searching for DBG and PDB files.
+       * dlls/msi/msi.c:
+       Make sure we only CoUninitialize after successfully initializing.
+       Fix the address of the returned IShellLinkDataList interface.
 
-       * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
-       Fix for files which do not contain exports (fg, EXE) to get processed
-       for debug information.
+2005-11-09  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.621 (CBClientThunkSLEx).
+       * dlls/urlmon/file.c:
+       Added IInternetPriority implementation to FileProtocol.
 
-       * debugger/dbg.y, debugger/debug.l, debugger/info.c, include/main.h, misc/main.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Allow switching off/on of debugmsgs in the debugger.
+2005-11-09  Christian Costa <titan.costa@wanadoo.fr>
 
-       * loader/main.c, miscemu/instr.c, msdos/dosmem.c, msdos/int15.c, include/miscemu.h:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented Int 0x15/0xc0: BIOS - GET CONFIG and some other BIOS
-       data.
+       * dlls/user/cursoricon.c:
+       If a color bitmap is provided, store bitmap information from it
+       instead of the mask bitmap one.
 
-Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-09  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/painting.c, if1632/user.spec, include/wine/winuser16.h, loader/pe_image.c, misc/lstr.c, windows/hook.c, windows/message.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented WIN16_CallMsgFilter32, WIN16_DispatchMessage32,
-       DrawAnimatedRects16 (stub), FormatMessage16, WIN16_GetMessage32,
-       WIN16_PeekMessage32 and WIN16_TranslateMessage32.
+       * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+       Don't call SetWindowPos in ShowWindow if a parent window is not
+       visible, only toggle the WS_VISIBLE flag.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/classes.c, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellguid.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/interfaces.h, include/shlguid.h, include/shlobj.h, include/windows.h, misc/shell.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - some fixes, cleaned up includes, fixed leaks
-       - clean DllReferenceCount, better DllMain()
-       - dynamically linking LookupIconIdFromDirectoryEx32 and
-         CreateIconFromResourceEx32 to USER32
-       - moved guid's instances to new file shellguid.c
-       - implemented  ShellExecuteEx32W
+2005-11-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * ole/Makefile.in, ole/compobj.c, ole/guid.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved the instance creation of GUID's to a new file.
-       Size of compobj.o goes down to 1/3; should prevent more sig11's.
+       * dlls/user/class.c, dlls/user/cursoricon.c, dlls/user/dde_misc.c,
+         dlls/user/defwnd.c, dlls/user/menu.c, dlls/user/message.c,
+         dlls/user/misc.c, dlls/user/resource.c, dlls/user/scroll.c,
+         dlls/user/win.c, dlls/user/winproc.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing description
+       - add missing returns section
+       - complete missing A/W pairs
+       - reformate comments, to match c2man requirements
 
-       * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
-       New file to instantiate GUID's ms-like.
+2005-11-09  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/wnd.c: Marcus Meissner <marcus@jet.franken.de>
-       Set private data struct to NULL to expose problems in other code
-       better. Fixes the XUnmapWindow problems reported by replacing them
-       with NULL ptr dereferences.
+       * dlls/oleaut32/typelib.c:
+       - Cleanup formating of DispCallFunc.
+       - Fix DispCallFunc for functions with return values.
+       - Don't rely on _copy_arg as it is going away soon.
 
-       * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fixed typos.
+2005-11-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * files/file.c, include/file.h, loader/dos/dosvm.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       DOS programs use handles 0-4 without opening/closing any of those
-       handles first. Split up Init from AllocDosHandle and call it from
-       the DOSVM.
+       * dlls/ntdll/error.c, dlls/ntdll/reg.c, dlls/ntdll/sec.c,
+         dlls/ntdll/string.c, dlls/ole32/clipboard.c,
+         dlls/ole32/memlockbytes16.c, dlls/ole32/ole16.c, dlls/ole32/ole2.c,
+         dlls/ole32/storage.c, dlls/ole32/storage32.c:
+       Improve c2man Documented-Total count.
 
-       * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Remove configure.in->configure rule (we might not have autoconf).
+2005-11-09  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
-       Added "user-friendly" warning for missing X.
+       * dlls/shell32/brsfolder.c:
+       Initialize COM prior to displaying the SHBrowseForFolder dialog.
 
-       * include/ole.h: Fixed GetObject macro problem.
+2005-11-09  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * documentation/status/direct3D:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - updated documentation to be in sync with current code
+       * dlls/shell32/tests/shlfolder.c:
+       Disable code that segfaults on Win98 SE.
 
-       * graphics/d3dmaterial.c, graphics/d3dviewport.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - various warning and bug fixes
+2005-11-09  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/d3ddevices.c, graphics/d3dtexture.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added more texture formats using OpenGL's packed pixel formats
+       * dlls/ole32/compobj.c, dlls/ole32/compobj_private.h, dlls/ole32/ole16.c,
+         dlls/ole32/ole2.c, dlls/ole32/rpc.c:
+       - Extend COM_OpenKeyForCLSID to open a subkey and return an HRESULT.
+       - Fix up the callers and reorganize CoGetClassObject to split out the
+       inproc code into another function.
 
-       * graphics/d3dexecutebuffer.c, include/d3d.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - better support for ExecuteBuffers
+2005-11-09  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       - corrected bug in Z Buffer allocation
-       - put VIDEOMEMORY flag for all primary surfaces
-       - put something in a surface after a ReleaseDC
+       * dlls/urlmon/http.c, dlls/urlmon/tests/protocol.c:
+       Added implementation of IInternetPriority in HttpProtocol.
 
-       * misc/printdrv.c: Morten Welinder <terra@diku.dk>
-       Missing WINAPI.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
-       Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
+       * include/xmldom.idl:
+       Fixed typo: get_doctype returns an IXMLDOMDocumentType.
 
-       * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
-       Check opened enhmetafile for magic values.
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
-       Fixed duplicate sound buffer handling. Updated status.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/factory.c,
+         dlls/msxml3/main.c, dlls/msxml3/msxml_private.h, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
+         dlls/msxml3/parseerror.c, dlls/msxml3/tests/domdoc.c:
+       Include msxml2.h rather than msxml.h and xmldom.h.
 
-       * misc/registry.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New functions  lmemcpynAtoW and  lmemcpynWtoA for converting
-       REG_MULTI_SZ (including \0x00)
-       Better debug output for REG_BINARY and REG_MULTI_SZ
-       Rewritten RegQueryValueEx32[A|W]
+2005-11-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented CreateHalftonePalette.
-       Fixed 3 crashes (1 real, 2 potential).
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       Re-enable SPI_{GET,SET}BORDER tests and fix the bugs that caused them
+       to be disabled.
+       Add tests that show that the border value manipulated by
+       SPI_{GET,SET}BORDER is completely the same as with
+       SPI_{GET,SET}NONCLIENTMETRICS.
+       Fix a few signed/unsigned warnings in unrelated tests from the same
+       source file.
+       Made the tests pass on wine.
 
-       * dlls/shell32/iconcache.c, if1632/shell.spec, include/shell.h, misc/shell.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented ExtractIconEx16, added some consts to ExtractIconEx*.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       DoDragDrop and OleIsCurrentClipboard stub implementation.
+       * dlls/advapi32/tests/crypt.c:
+       Win98 fails another way when user isn't logged in.
 
-       * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
-       Make LoadTypeLib stub return failure instead of success.
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/systray.c:
+       Unicodify systray.c.
 
-       * documentation/accelerators, include/winuser.h, loader/resource.c, windows/input.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed accelerator handling. ACCEL16 used internal, ACCEL32 for Win32
-       API, PE_ACCEL for PE Accelerators. See documentation/accelerators.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
+       * include/windef.h:
+       Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
+       Berend Reitsma).
 
-       * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       There were two copies of the DdeCmpStringHandles (A and W) and that
-       API does not have 2 versions. Removed the extra version.
+2005-11-08  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/shdocvw_main.c, dlls/shdocvw/shlinstobj.c,
+         dlls/shdocvw/tests/shortcut.c:
+       Support for shell instance objects.
+       Removed a wine_todo for a no longer failing test.
+       Added a test for IPersistFolder3::GetCurFolder.
 
-       * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
-       Small patch.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Win32 console needs SYNCHRONIZE access.
+       * dlls/mapi32/tests/prop.c:
+       Get rid of FAR keywords.
 
-       * configure, configure.in, console/ncurses.c, debugger/stabs.c, include/config.h.in, include/console.h, misc/port.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       autoconf: added checks for libio.h, elf.h, curses.h,ncurses.h and
-       fixed includers.
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
-       LCMapStringA: if dstlen is insufficient, return
-       ERROR_INSUFFICIENT_BUFFER (verified).
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       Implement selectSingleNode.
 
-       * objects/enhmetafile.c, relay32/gdi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some small fixes to enhmetafiles.
+2005-11-08  Robert Lunnon <bobl@optushome.com.au>
 
-       * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not call ownerdraw for invalid items (empty focusrects).
-       Fixes Eudora 16bit empty Inbox problem.
+       * dlls/kernel/heap.c:
+       Implement GlobalMemoryStatusEx for Solaris.
 
-       * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
-       Fixed the NC_DrawMaxButton95 and NC_DrawMinButton95 functions. Rewrote
-       these functions with the same logic as the NC_DrawCloseButton function.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * windows/win.c: Noel Borthwick <noel@macadamian.com>
-       Reparenting a window with SetParent in Windows should cause the child
-       window being re-parented to be moved up to the topmost in the z-order,
-       and WM_WINDOWPOSCHANGING and WM_WINDOWPOSCHANGED messages to be sent.
+       * dlls/kernel/tests/heap.c:
+       Take into account some alignment done by HeapAlloc() on Win9x.
 
-       * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
-       Use external DirectPlay DLLs by default.
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow passing task handles to GetThreadQueue() and SetFastQueue().
+       * dlls/wininet/internet.c:
+       Unicodify InternetCheckConnection.
+       Use HeapAlloc'ed buffers where applicable.
 
-       * windows/user.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Handle (console) applications that never created a queue correctly
-       in USER_AppExit(); call InitThreadInput() in InitApp().
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       - Fixed creation of message queue in hook API routines.
-       - Some preparations for thread-local message queues.
+       * dlls/shell32/systray.c:
+       Move functions a bit to get rid of a static declaration.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Check module name length in ModuleNext().
+2005-11-08  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use Callout to call RedrawWindow32.
+       * dlls/comctl32/treeview.c:
+       Do not issue a GetUpdateRect() to query an update region for
+       WM_PAINT(wParam=HDC) case. Instead, use GetClientRect() for a bounding
+       rect.
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Clear DOS extended error only for funcs >=0x2f (thanks to Dave
-       Pickles).
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Unified palette create, do allocate colorcells on init for DGA.
+       * dlls/msxml3/Makefile.in, dlls/msxml3/domdoc.c,
+         dlls/msxml3/msxml_private.h, dlls/msxml3/parseerror.c,
+         dlls/msxml3/tests/domdoc.c:
+       Implement get_parseError.
 
-Tue Jan 19 17:48:25 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * scheduler/synchro.c, scheduler/thread.c, server/console.c, server/file.c, server/process.c, server/request.c, server/thread.c, server/trace.c, win32/console.c, win32/device.c, win32/process.c, include/file.h, include/process.h, include/server.h, include/server/object.h, include/server/request.h, include/server/thread.h, include/thread.h, include/winbase.h, include/windows.h, include/wintypes.h, memory/virtual.c, msdos/int21.c, msdos/vxd.c, relay32/kernel32.spec, scheduler/client.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/process.c, files/change.c, files/dos_fs.c, files/file.c, include/device.h:
-       Hacked server-side device support
-       Added user APCs support.
-       Many changes to the xterm console to make use of the server (not
-       finished yet).
-       Moved some other small stuff to the server.
+       * dlls/gdi/font.c, dlls/hhctrl.ocx/hhctrl.c:
+       Correct some allocated buffer lengths while converting to Unicode.
 
-       * tools/make_requests: Added long type format.
+2005-11-08  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * server/Makefile.in, server/device.c:
-       Added server-side device support (only a hack for now).
+       * dlls/comctl32/animate.c, dlls/comctl32/datetime.c,
+         dlls/comctl32/header.c, dlls/comctl32/hotkey.c,
+         dlls/comctl32/monthcal.c, dlls/comctl32/pager.c,
+         dlls/comctl32/progress.c, dlls/comctl32/propsheet.c,
+         dlls/comctl32/rebar.c, dlls/comctl32/status.c,
+         dlls/comctl32/syslink.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/user/button.c, dlls/user/edit.c,
+         dlls/user/listbox.c, dlls/user/static.c:
+       Handle WM_PRINTCLIENT.
+       Don't use SelectClipRgn in WM_PRINTCLIENT.
 
-Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * ChangeLog:
-       Recovered log entries from CVS mailing list.
+       * dlls/wined3d/directx.c:
+       Fix parsing of version number.
 
-       * relay32/ntdll.spec, dlls/ntdll/rtl.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * files/file.c
-       Marcus Meissner <marcus@jet.franken.de>
-       Handle ERROR_WRITE_PROTECT too in readonly fallback open.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c:
+       Fix cut-n-paste error in licence text.
 
-       * dlls/advapi32/security.c, relay32/advapi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added GetSecurityDescriptorLength stub for regedt32.exe.
-
-       * debugger/Makefile.in, files/Makefile.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Add "" around -D defines for paths with spaces in them.
-
-       * graphics/d3dtexture.c, graphics/ddraw.c, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Cleaned up ColorKey handling.
-
-       * objects/metafile.c:
-       Paul Quinn <paulq@COREL.CA>
-       METARECORD member rdParam should be rdParm (in win32 sdk)
-       lots of changes in this source file to reflect this change.
-
-       * graphics/escape.c, graphics/painting.c, graphics/metafiledrv/init.c, include/commctrl.h, include/commdlg.h, include/gdi.h, include/tchar.h, include/windows.h, include/wingdi.h, include/wintypes.h, include/winuser.h, misc/spooler.c, objects/gdiobj.c,
-       relay32/gdi32.spec:
-       Paul Quinn <paulq@COREL.CA>
-       Fixed bad defines, added a few types 'n defines.
-
-       * windows/dinput.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Disable broken callbacks which lead to crashes.
-
-       * multimedia/mcistring.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed ID usage (and rely less heavily on multimedia/mmsystem.c
-       internal structures).
-
-       * misc/toolhelp.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       debug.h needs to be included last since it #undefs ERR for Solaris.
-
-       * debugger/debug.l, debugger/memory.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added /u format to debugger display for UNICODE strings.
-
-       * loader/pe_image.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Remove irritating FIXME line no longer needed.
-
-       * msdos/int2f.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing '\n' in FIXME message.
-
-       * graphics/ddraw.c:
-       Robert Riggs <rriggs@tesser.com>
-       objbase.h needed for WINE_StringFromCLSID(), fix C function
-       declarations, install a colormap if we are not managed, release
-       backbuffers in DGA mode, fix video mode switching logic to avoid
-       possible NULL pointer dereference.
-
-       * msdos/dpmi.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Small fix.
-
-       * files/file.c, include/file.h, include/process.h, loader/resource.c, loader/dos/module.c, loader/ne/segment.c, misc/lzexpand.c, msdos/int21.c vxd.c, multimedia/mmio.c, win32/kernel32.c:
-       Better DOS file handle management.
-
-       * documentation/common_controls:
-       Francis Beaudet <francis@macadamian.com>
-       This should help prevent duplicate work.
-
-       * if1632/gdi.spec, include/wingdi.h, objects/dc.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented Death() and Resurrection(), two functions needed by some
-       TPWin (?) command line tool.
-
-       * windows/winproc.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added 32->16 translation for WM_ACTIVATEAPP.
-
-       * dlls/shell32/pidl.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlfolder.c, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs: ShellMessageBoxW, RunDLL_CallEntry16.
-       Implementation for SHGetSpecialFolderPath32[A|W].
-       Many bugfixes.
-
-       * console/xterm.c, misc/port.c, win32/console.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Change all Wine openpty() implementations to match the "standard" and
-       then make them both call the same code leaving the option to change
-       that code to call the "standard" openpty() at a later date.
-
-       * relay32/kernel32.spec, scheduler/process.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added SetProcessAffinityMask stub.
-
-       * graphics/ddraw.c, include/ddraw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed the other union misuse too (one less mem corruption)
-       Re-added XInstallColormap (or non managed does not change palette)
-
-       * if1632/kernel.spec, scheduler/synchro.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added an implementation for KERNEL.495.
-
-       * documentation/status, documentation/direct3D, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dexecutebuffer.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/d3d.h, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added bitmask to store which ColorKey structures are valid
-       - handle many new rendering states, some optimizations in state changes
-       - 8bit palettized textures now support ColorKeying
-       - some miscellaneous bug fixes and code rewrite
-
-       * controls/menu.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Fixed the look of the menu so it would be compliant with Win95: modified
-       the mouse tracking code so it would change the selection every time the
-       mouse moved over a menu item.
-
-       * documentation/how-to-port:
-       Mike Castle <dalgoda@shell.rt66.com>
-       Small fix.
-
-       * dlls/comctl32/updown.c:
-       Noel Borthwick <noel@macadamian.com>
-       Fixed bugs:
-       - When an edit control buddy was used single digit values were not
-       being displayed.
-       - Comma values were not displayed correctly when thousands separation
-       was requested.
-
-       * win32/newfns.c:
-       Tom Bech <tomb@ii.uib.no>
-       While the debug event messages are not implemented, WaitForDebugEvent
-       should return FALSE.
-
-       * if1632/user.spec, objects/bitmap.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented CopyImage16.
-
-       * documentation/bugreports 
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Small fix.
-
-       * console/generic.c, msdos/int21.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Changed 0x01 to use generic console, fixed 0x0b.
-       Fixed CONSOLE_GetCharacter (two args swapped).
-
-       * include/module.h, loader/main.c, loader/module.c, loader/dos/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow specifying module name for NE dummy module.
-
-       * loader/pe_image.c 
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Set module name of dummy module equal to module name of PE module.
-
-       * controls/scroll.c, controls/uitools.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Missing include wine/winuser16.h added.
-
-       * graphics/vga.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Create an actual primary surface for screenbuffer.
+2005-11-08  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-----------------------------------------------------------------
-Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/d3d9/query.c:
+       Allow NULL ppQuery to be passed to CreateQuery.
 
-       * include/miscemu.h, include/msdos.h, loader/main.c, msdos/Makefile.in, msdos/dosconf.c, msdos/int21.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added config.sys parser.
+2005-11-08  James Hawkins <truiken@gmail.com>
 
-       * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
-       Small change in LB_SETCURSEL32 handling (the caret should be moved as
-       well).
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       Implement TranslateInfString with tests.
 
-       * configure, configure.in, files/async.c, include/config.h.in, misc/winsock_dns.c, msdos/int21.c, ole/compobj.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Use autoconf check for presence of sys/file.h.
+2005-11-08  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/ntdll/rtl.c, relay32/ntdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented DbgPrint, added ultoa.
+       * dlls/ole32/compobj.c:
+       Added tracing to CoCreateInstance.
 
-       * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       PeekConsoleInput & ReadConsoleInput need to return 0 records read in
-       the case of an invalid handle.
+2005-11-08  Markus Amsler <markus.amsler@oribi.org>
 
-       * console/ncurses.c, loader/main.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       More verbose debugging output.
-       Remove compilation warning.
+       * dlls/kernel/comm.c, dlls/kernel/computername.c, dlls/kernel/console.c,
+         dlls/kernel/environ.c, dlls/kernel/file.c, dlls/kernel/file16.c,
+         dlls/kernel/global16.c, dlls/kernel/heap.c, dlls/kernel/locale.c,
+         dlls/kernel/module.c, dlls/kernel/path.c, dlls/kernel/string.c,
+         dlls/kernel/sync.c, dlls/kernel/thread.c, dlls/kernel/thunk.c,
+         dlls/kernel/time.c, dlls/kernel/virtual.c, dlls/kernel/volume.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing description
+       - add missing returns section
+       - complete missing A/W pairs
+       - reformate comments, to match c2man requirements
 
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Fix up some interrupt calls to return at the data that they are supposed
-       to. Also increase comment verbosity to help debug things later.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-       * include/options.h, misc/main.c, misc/version.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added switch -dosver.
-       Cleanup for OaBuildVersion().
+       * dlls/ntdll/time.c:
+       Add some missing timezones.
 
-       * libtest/.cvsignore: Added vartest and volinfo
+2005-11-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * dlls/shell32/contmenu.c, dlls/shell32/pidl.c, dlls/shell32/pidl.h, dlls/shell32/shelllink.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many bugfixes, code cleanup.
-       Removed a few glitches from the COM patch.
+       * dlls/dxdiagn/Makefile.in, dlls/dxdiagn/provider.c:
+       - fill DirectShowFilters Container
+       - fix some MLKs (clear variants)
 
-       * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
-       Only destroy window once.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * graphics/ddraw.c, include/ddraw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       - moved drawable to common since it is used by both DGA and Xlib.
-         (fixes one bad memory corruption bug in DGA (StarCraft and Diablo)
-       - added BltFast sanity checks.
+       * dlls/crypt32/tests/cert.c:
+       Make Crypt32 tests loadable on Win98.
 
-       * windows/queue.c, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       InitApp() call removed from 32-bit application startup;
-       create task message queue in InitThreadInput() instead.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * loader/ne/convert.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added accelerator table PE->NE resource conversion.
+       * dlls/winsock/tests/sock.c:
+       Added last error code for XP SP1.
 
-       * debugger/editline.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Restart read() in case of EINTR in TTYget().
+2005-11-08  Christian Costa <titan.costa@wanadoo.fr>
 
-       * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
-       Ptr ref wrong.
+       * dlls/dmloader/loader.c:
+       Add some checks and fix some stream leaks.
 
-       * tools/wrc/CHANGES, 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/readres.c, tools/wrc/utils.c, tools/wrc/utils.h, tools/wrc/wrc.h, tools/wrc/wrctypes.h, tools/wrc/writeres.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Wrc version 1.0.8. Toolbar resources are now supported. A couple of
-       other fixes are also included. See file tools/wrc/CHANGES for details.
+2005-11-08  Robert Shearman <rob@codeweavers.com>
 
-       * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI.
+       * dlls/ole32/rpc.c:
+       We shouldn't pass the application name into CreateProcess because the
+       value stored in the registry could include arguments.
 
-       * include/x11drv.h, loader/dos/module.c, objects/dc.c, relay32/builtin32.c, relay32/relay386.c, scheduler/k32obj.c, files/async.c, if1632/relay.c, include/main.h, include/multimedia.h, include/windows.h:
-       James Juran <jrj120@psu.edu>
-       Add missing #includes and prototypes to eliminate some implicit
-       function declaration warnings and 'extern's in .c files.
+2005-11-08  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
-       Ove Kaaven <ovek@arcticnet.no>
-       Check for resizeterm in ncurses.
+       * dlls/wined3d/swapchain.c:
+       Fixed an error in Swapchain_GetFrontBufferData.
 
-       * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
-       Francis Beaudet <francis@macadamian.com>
-       New test program for VARIANT functions.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-       * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Some debug information (PDB) was not mapped when loading a module,
-       which caused a core in the debugger when it tried to access it.
+       * programs/winemenubuilder/winemenubuilder.c:
+       Extract the executable name for msi advertised shortcuts.
 
-       * Makefile.in: Ove Kaaven <ovek@arcticnet.no>
-       Links libwine.so.1.0 to libwine.so in Wine's main directory.
-       Makes Wine compile with --enable-dll again.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shelllink.c:
+       Fix a problem spotted by Dmitry and another one stopping correctly
+       formatted lnk files from being generated.
 
-       * relay32/ole32.spec, windows/dinput.c, include/storage.h, include/unknwn.h, include/windows.h, include/wine/obj_base.h, include/wine/obj_channel.h, include/wine/obj_clientserver.h, include/wine/obj_dataobject.h, include/wine/obj_marshal.h, include/wine/obj_misc.h, include/wine/obj_moniker.h, include/wine/obj_propertystorage.h, include/wine/obj_storage.h, include/winerror.h, include/wtypes.h, misc/shell.c, multimedia/dplay.c, multimedia/dsound.c, objects/font.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/oledlg.c, ole/oleobj.c, ole/storage.c, ole/typelib.c, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/folders.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, graphics/ddraw.c, graphics/vga.c, if1632/compobj.spec, include/compobj.h, include/ddraw.h, include/dinput.h, include/dplay.h, include/dsound.h, include/interfaces.h, include/objbase.h, include/objidl.h, include/ole.h, include/ole2.h, include/oleobj.h, include/servprov.h, include/shell.h, include/shlguid.h, include/shlobj.h, dlls/comctl32/imagelist.c, dlls/shell32/contmenu.c:
-       Francois Gouget <fgouget@multimania.com>
-       Added a lot of COM interfaces definitions.
-       Restructured COM header files for better compatibility and clarity.
+2005-11-07  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+       Semi-stub implementation for SHRegGetValue(A|W).
 
-       * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
-       Make GetFileType work for all handle types.
+2005-11-07  James Hawkins <truiken@gmail.com>
 
-       * win32/device.c: Avoid crash on NULL dev->info.
+       * include/winerror.h:
+       Define the setupapi hresult errors.
 
-       * include/flatsb.h, relay32/comctl32.spec, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/flatsb.c, include/commctrl.h:
-       Alex Priem <alexp@sci.kun.nl>
-       Added stubs and defines for the flat scrollbar common control.
+2005-11-07  Peter Lemenkov <petro@mail.ru>
 
-       * include/commctrl.h, dlls/comctl32/datetime.c:
-       Alex Priem <alexp@sci.kun.nl>
-       Added some defines needed for custom draw'ing and datetime common
-       controls.
+       * include/wininet.h:
+       Added some missing definitions in wininet.h.
 
-       * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
-       Fixed a small bug in function ExtractIconEx32A.
+2005-11-07  Huw Davies <huw@codeweavers.com>
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
+       * include/xmldom.idl, include/xmldomdid.h:
+       Add IXMLDOMParseError.
 
-       * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Make DeleteFile fail for empty path.
+2005-11-07  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
+       * dlls/shell32/brsfolder.c:
+       More robust code for querying ShellFolder attributes (some
+       ShellFolders ignore the flag mask in GetAttributesOf).
 
-       * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed wrong buffer which caused fixups to fail.
+2005-11-07  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/d3dcommon.c, graphics/d3ddevices.c, graphics/d3dtexture.c, include/d3d.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added all the Direct3D error codes
-       - added 8bit palettized texture support
+       * dlls/setupapi/parser.c, dlls/setupapi/tests/.cvsignore,
+         dlls/setupapi/tests/Makefile.in, dlls/setupapi/tests/parser.c:
+       Added a bunch of tests for the INF parser.
 
-       * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
-       ifdefs for defines not in linux 2.0.
+2005-11-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * relay32/winspool.spec, misc/printdrv.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added two stubs for AddPrinterDriver.
+       * dlls/gdi/enhmfdrv/graphics.c, dlls/gdi/font.c, dlls/gdi/gdi_private.h,
+         dlls/gdi/path.c, dlls/gdi/tests/metafile.c:
+       First draft of ExtTextOut on an open path.
 
-       * include/dosexe.h, loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Queue SIGALRM to reduce the "signal 14 lost" complaints.
-       Added support for reprogramming the DOS timer, and reading back the
-       current value.
+2005-11-07  Raphael Junqueira <fenix@club-internet.fr>
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       Wine hangs when registry (corrupted) has lone \ at end of file.
+       * dlls/dxdiagn/Makefile.in, dlls/dxdiagn/container.c,
+         dlls/dxdiagn/provider.c:
+       - bug fixes on AddProp, AddContainer (stupid buffer overflows)
+       - more complete container hierarchy
+       - DXDiag_AddFileDescContainer service to fill dll info
+       - almost complete DXDiag_InitDXDiagDirectXFilesContainer (for now)
 
-       * dlls/shell32/shell32_main.h, dlls/shell32/shell32_main.c:
-       Kostya Ivanov <kostya@warmcat.excom.spb.su>
-       Small patch that enables Clarion for Windows not to trap while
-       loading.
+2005-11-07  Rein Klazes <wijn@wanadoo.nl>
 
-       * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
-       Replace troublesome assignments by memset for whole struct.
+       * dlls/user/sysparams.c:
+       Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
+       adding the needed non client metrics A->W conversions.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added handling of the 'palent' field of the CreatePalette procedure.
+2005-11-07  Stefan Huehner <stefan@huehner.org>
 
-       * documentation/wine.man:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added description about including/excluding functions from relay
-       trace.
+       * dlls/secur32/secur32.c:
+       Fix segfault when querying non-existent SecurityProvider.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Read at least 1 input record in ReadConsoleInputA.
+2005-11-07  Christian Costa <titan.costa@wanadoo.fr>
 
-       * memory/virtual.c:
-       Fixed CreateMapping when a mapping with the same name already exists.
+       * dlls/amstream/Makefile.in, dlls/amstream/amstream.c,
+         dlls/amstream/amstream_private.h, dlls/amstream/mediastream.c:
+       Add stub implementation of IMediaStream interface.
 
-Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-07  Vitaly Lipatov <lav@etersoft.ru>
 
-       * server/file.c: Fixed file destruction when file has no name.
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+       AtlAxWinInit dummy implementation.
 
-Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-07  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Warns user if multiple -dll switches are used on command line.
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/winternl.h:
+       Implement RtlInitAnsiStringEx.
 
-       * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
-       Fixed a leftover HeapFree in the trackbar common control.
+2005-11-07  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/commctrl.h, include/debug.h, include/debugdefs.h, include/tab.h, dlls/comctl32/tab.c:
-       Alex Priem <alexp@sci.kun.nl>
-       Fixed some problems with the tab common control (with thanks to Anders
-       Carlsson <anders.carlsson@linux.nu>).
+       * dlls/wined3d/drawprim.c:
+       Verify that the texture coordinate used in DrawStridedSlow is in range
+       before trying to referencing the associated data.
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/propsheet.c, include/commctrl.h, include/propsheet.h, relay32/comctl32.spec:
-       Alex Priem <alexp@sci.kun.nl>
-       Added a missing PropertySheet32AW and CreatePropertySheetPage stub,
-       and some missing defines.
+2005-11-07  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * misc/main.c, scheduler/syslevel.c, graphics/vga.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use MakeCriticalSectionGlobal on all critical sections used across
-       process boundaries.
+       * dlls/wined3d/device.c:
+       Prevent SetFVF from clearing down the vertex declaration of the FVF is
+       zero. This is required for Prince of Persia, The sands of time.
 
-       * include/winbase.h, include/windows.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
+2005-11-07  Robert Shearman <rob@codeweavers.com>
 
-       * documentation/wine.man:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added environment variables in the man page.
+       * dlls/ntdll/resource.c:
+       LdrAccessResource should pop 16 bytes off the stack since it is a
+       WINAPI function.
 
-       * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed args of MZ_CreateProcess.
+2005-11-07  Marcus Meissner <marcus@jet.franken.de>
 
-       * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed string bug in programs/.
+       * dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/olepicture.c:
+       Added support of loading of IPicture data from non-statable
+       IStreams. Added testcases for this.
 
-       * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
-       Added stupid "action" emulation for hardware timers in ioports.c.
+2005-11-07  James Hawkins <truiken@gmail.com>
 
-       * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
-       Again a small DOSASPI patch.
+       * dlls/hhctrl.ocx/hhctrl.c:
+       Free an alloc'ed string.
 
-       * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Documentation updates.
+2005-11-07  Christian Costa <titan.costa@wanadoo.fr>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       - check if palette is not null when setting a palette
-       - check if window handle is valid before getting its 'drawable'
+       * dlls/user/cursoricon.c:
+       When creating black & white cursor icon, handle special case where
+       hbmColor is null and hbmMask specify a bitmap having twice the height
+       and formatted so the upper half is the icon AND bitmask and the lower
+       one is the OR bitmask.
 
-       * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent core dump with some TTF (when X11 runs with a true type
-       server).
+2005-11-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * server/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Use stdout for default console output.
+       * dlls/d3d8/d3dcore_gl.h:
+       Remove already included headers.
 
-----------------------------------------------------------------
-Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-05  Markus Amsler <markus.amsler@oribi.org>
 
-       * graphics/d3dexecutebuffer.c, graphics/d3dlight.c, graphics/d3dmaterial.c, graphics/d3dtexture.c, graphics/d3dviewport.c, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/d3d.h, include/wine_gl.h, multimedia/dsound.c, configure, configure.in, documentation/status/direct3D, documentation/status/directdraw, graphics/Makefile.in, graphics/d3d_private.h, graphics/d3dcommon.c, graphics/d3ddevices.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - beginning of implementation of Direct3D2 (DX 5.0) and associated classes
-       - some basic code for Direct3D and Direct3DExecuteBuffer (DX 3.0)
-       - added stretching to Blt function
+       * dlls/gdi/driver.c, dlls/gdi/enhmetafile.c, dlls/gdi/font.c,
+         dlls/gdi/metafile.c, dlls/gdi/mfdrv/init.c, dlls/gdi/painting.c,
+         dlls/gdi/palette.c, dlls/gdi/path.c:
+       Improve c2man Documented-Total count.
 
-       * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
-       Try to autodetect NT4.
+2005-11-05  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       0 means success, all else failure for WaitForSingleObject.
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
+       - Move target folder initialization to a dedicated function.
+       - Use this function in BindToObject (should be faster).
+       - Special handling for FolderShortcut objects in Initialize method.
+       - Removed a todo_wine from a no longer failing unit test.
 
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Do not advance the cursor in certain routines. This cleaned up the
-       implementation quite a bit.
+2005-11-05  Davin McCall <davmac@davmac.org>
 
-       * loader/main.c: Joseph Pranevich <jpranevich@lycos.com>
-       Set console video mode when loading DOS app. (Eventually, I want to
-       mimic Windows 9x's behavior by setting the video mode only when non
-       INT 21 calls are used to allow for arbitrary-sized consoles).
+       * dlls/winmm/winealsa/audio.c:
+       Avoid getting ahead of dsound mixer when using non-hw device. Also
+       avoid using internal ALSA call to retrieve hardware play position.
 
-       * console/interface.c, console/xterm.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Xterm driver can now resize the terminal when a mode change is
-       detected.
+2005-11-05  Kevin Koltzau <kevin@plop.org>
 
-       * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
-       Long standing scroll bug fixed!
+       * dlls/ntdll/thread.c:
+       x86_64 references a named union, ensure unions are not nameless.
 
-       * console/ncurses.c, include/acconfig.h, include/config.h.in, include/console.h, configure, configure.in:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Rewrite of configuration system to support "regular" curses as well as
-       eliminating the --with-ncurses option. Now, ncurses support will be
-       built in if a compatible library is detected.
+2005-11-05  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * include/wintypes.h, windows/defdlg.c:
-       NF Stevens <norman@arcady.u-net.com>
-       Fix the return type of DLGPROC type and mask out the unset highword of
-       the return when a 16 bit dialog proc is called.
+       * dlls/commdlg/cdlg_De.rc:
+       Update German resource file.
 
-       * include/interfaces.h: Rein Klazes <rklazes@casema.net>
-       Add interface ID's for upcoming ITypeLib implementation.
+2005-11-05  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix for trailing slashes, repetition of '/' or '\' and
-       SetLastError() in GetFullPathname.
+       * dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
+       - Stricten cases for NT in a two tests.
+       - WSAAddressToString[AW] don't fail on Win9x for those.
+       - Modify it to pass new tests.
 
-       * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/advapi32/.cvsignore, dlls/advapi32/Makefile.in, dlls/advapi32/advapi.c, dlls/advapi32/eventlog.c, dlls/advapi32/security.c, dlls/advapi32/service.c, relay32/advapi32.spec, win32/Attic/advapi.c, win32/Attic/security.c, win32/Makefile.in, win32/init.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved ADVAPI32 files to dlls/advapi32.
-       Added stubs for eventlog functions.
+2005-11-05  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * relay32/shell32.spec, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs NTSHChangeNotifyRegister, NTSHChangeNotifyDeregister.
-       Cleanup, some more functions UNICODE ready.
+       * dlls/msi/tests/db.c:
+       Win9x returns MSIDBERROR_NOERROR.
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       SHCloneSpecialIDList implemented.
-       SHGetDataFromIDListA corrected.
+2005-11-05  Huw Davies <huw@codeweavers.com>
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Shell_GetCachedImageIndex32[A|W] implemented.
+       * dlls/msxml3/node.c, dlls/msxml3/nodelist.c, dlls/msxml3/tests/domdoc.c:
+       Filter out CTEXT nodes when building element child lists.
+       get_item and get_length should honour the filter.
+       Add some '\n's to the tests so that libxml2 lists CTEXT nodes.
 
-       * msdos/int21.c, msdos/int25.c, msdos/int26.c, files/drive.c, include/drive.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       Implemented raw device access calls for ioctlGenericBlkDevReq()
-       and therefore moved the core functionality of int2[56].c into files/drive.c.
+2005-11-05  Dimi Paun <dimi@lattica.com>
 
-       * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
-       Added automatic CMOS RAM checksum calculation.
+       * dlls/comctl32/listview.c:
+       Validate the column index passed in by the caller.
 
-       * dlls/winaspi/winaspi16.c, dlls/wnaspi32/winaspi32.c, documentation/aspi, relay32/wnaspi32.spec:
-       Andreas Mohr <a.mohr@mailto.de>
-       SendASPI32Command32 has to be __cdecl.
-       Updated documentation/aspi and reverted an ERR back to WARN.
+2005-11-05  Marcus Meissner <marcus@jet.franken.de>
 
-       * documentation/bugreports: James Juran <jrj120@psu.edu>
-       Of course we want the last 100 lines, not the first 100 lines.
-       Use 'tail' instead of 'head'. Also fix text alignment from
-       previous patch.
+       * dlls/oleaut32/varformat.c:
+       Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
+       VARIANT_FormatDate.
 
-       * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
-       Reading joystick 5 when we only support 4 should fail instead of
-       hang.
+2005-11-04  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
-       Playing a non-existent CD should fail instead of crash.
+       * dlls/wined3d/device.c:
+       Tidy up UpdateTexture and add support for updating cube textures.
 
-       * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Check for necessary configure reruns for Makefile and Make.rules
-       generation.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
-       Emulates ins/outs correctly for DOS programs.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Update win16.api and win32.api.
 
-       * ole/storage.c, scheduler/process.c, server/change.c, server/console.c, server/event.c, server/file.c, server/mapping.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c, win32/device.c, win32/file.c, files/dos_fs.c, files/file.c, include/device.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/ne/module.c, loader/pe_image.c, misc/crtdll.c, msdos/int21.c, msdos/vxd.c:
-       Implemented file sharing checks in the server.
-       Added set file time server request.
-       Overall clean up of the file handling (DOS device handling is now
-       broken, should be redone).
+2005-11-04  Markus Amsler <markus.amsler@oribi.org>
 
-Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/advapi.c, dlls/advapi32/crypt.c, dlls/advapi32/eventlog.c,
+         dlls/advapi32/registry.c, dlls/advapi32/security.c,
+         dlls/advapi32/service.c:
+       Improve c2man Documented-Total count.
 
-       * memory/virtual.c:
-       Fixed bug in CreateFileMapping when name is not NULL.
+2005-11-04  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * server/request.c: Fixed CHECK_STRING display.
+       * dlls/kernel/except.c:
+       More verbose output when unhandled exception occurs.
 
-Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/kernel.spec, memory/local.c:
-       Richard A Lough <ralough.ced@dnet.co.uk>
-       Put return value of LocalAlloc in CX too.
+       * dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
+       Partially implement and test the shelllink object's
+       IShellLinkDataList::CopyDataBlock and GetFlags methods.
 
-       * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Protect against multiple includes.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * dlls/shell32/iconcache.c: Use proper system directory.
+       * tools/winapi/winapi_parser.pm:
+       volatile is legal (and used now!) in a typedef struct {}.
 
-       * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * windows/class.c, windows/dce.c, windows/defdlg.c, windows/defwnd.c, windows/driver.c, windows/msgbox.c, windows/painting.c, windows/user.c, windows/winhelp.c, include/wine/winuser16.h, include/winreg.h, include/winuser.h, loader/module.c, misc/comm.c, misc/shell.c, misc/spooler.c, misc/spy.c, misc/winsock.c, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/midi.c, multimedia/mmsystem.c, objects/clipping.c, ole/oleobj.c, controls/button.c, controls/desktop.c, controls/icontitle.c, controls/static.c, debugger/dbg.y, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.c, graphics/psdrv/escape.c, if1632/thunk.c, include/callback.h, include/display.h, include/imagelist.h, include/ole.h, include/queue.h, include/shell.h, include/storage.h, include/struct32.h, include/winbase.h, include/windows.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Moves more stuff from windows.h.
-       - include/winuser.h - interface relevant to user32.spec
-       - include/wine/winuser16.h - the old 16 bit interface (internal use)
-       - include/winbase.h - some minor updates to keep things coherent.
-       - Lot of other files made to include wine/winuser16.h, which is no
-         longer included from windows.h
+       * dlls/dbghelp/source.c, include/dbghelp.h, include/imagehlp.h,
+         tools/winapi/win32.api:
+       Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
+       PSYM_ENUMSOURCFILES_CALLBACK.
 
-       * scheduler/handle.c: Fixed CloseHandle() on global handles.
+2005-11-04  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * README, documentation/bugreports, documentation/win95look, documentation/wine.man:
-       James Juran <jrj120@psu.edu>
-       Add some information to the man page and README file.
-       Make documentation/win95look say [Tweak.Layout] instead of
-       [Tweaks.Layout].
-       Fix incorrect command given in documentation/bugreports.
-       Standard error was not being redirected, so most of the
-       output was lost.
+       * dlls/advapi32/tests/registry.c:
+       - RegConnectRegistryA fails on Win9x when Remote Registry Service is
+       not installed (WinReg.DLL is missing).
+       - Test "\\" prefixed computer names too.
 
-       * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
-       Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-       * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
-       Initialize lpdwNeeded.
+       * dlls/shell32/shelllink.c:
+       Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
 
-       * if1632/snoop.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Include stuff even if not on __i386__ for debug defines.
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-       * ole/variant.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Another // comment fixed.
+       * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec:
+       Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
+       msi.MsiProvideComponentFromDescriptor.
 
-       * server/file.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Need <errno.h> for errno decl. on Solaris.
+2005-11-04  James Hawkins <truiken@gmail.com>
 
-       * include/wingdi.h, include/x11font.h, objects/font.c:
-       Douglas Ridgway <ridgway@winehq.com>
-       Implement TranslateCharsetInfo, change charset type to BYTE.
+       * dlls/hhctrl.ocx/hhctrl.c:
+       Pass HtmlHelp commands to doWinMain.
 
-       * controls/combo.c, controls/listbox.c, include/combo.h:
-       Alex Korobka <korobka@galaxy.ams.sunysb.edu>
-       Better CB_SETCURSEL message handling.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/queue.h, include/thread.h, scheduler/synchro.c, scheduler/thread.c, windows/message.c, windows/queue.c:
-       Moved MsgWaitForMultipleObject implementation to USER routines, using
-       a normal Win32 event.
+       * dlls/comctl32/string.c:
+       Move functions in comctl32/string.c to remove function declaration.
 
-       * tools/make_requests: Send debugging output to stderr.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * files/change.c, files/dos_fs.c, files/file.c, include/file.h, scheduler/client.c, scheduler/event.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/semaphore.c, win32/console.c:
-       Cleaned up and removed some no longer used code.
+       * tools/winapi/winapi_function.pm, tools/winapi/winapi_local.pm,
+         tools/winapi/winapi_parser.pm:
+       __RPC_STUB is a calling convention as well (#defined as __stdcall).
 
-       * memory/virtual.c: Use server file mapping objects.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/server/object.h, include/server/request.h, include/server/thread.h, server/Makefile.in, server/console.c, server/file.c, server/main.c, server/mapping.c, server/object.c, server/pipe.c, server/request.c, server/thread.c, server/trace.c, include/server.h:
-       Added server-side file mapping object support.
+       * include/wine/port.h:
+       Fix warning about memmove re#definition.
 
-       * misc/crtdll.c:
-       Hacked stdio functions to use Win32 file handles. Still needs a proper
-       stdio emulation.
+2005-11-04  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
-       Use Win32 file handles instead of Unix ones.
+       * dlls/winsock/tests/sock.c:
+       Make 4 WSAStringToAddress* tests don't fail on Win9x.
 
-       * include/module.h, include/pe_image.h, include/process.h, loader/dos/module.c, loader/module.c, loader/pe_image.c, scheduler/process.c, include/dosexe.h:
-       Take into account handle inheritance flag.
+2005-11-04  Marcus Meissner <marcus@jet.franken.de>
 
-Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/tmarshal.c:
+       Added support for VT_I8/VT_UI8 marshalling.
 
-       * debugger/db_disasm.c:
-       Changed db_task_printsym to always print a full address, no matter
-       what the operand size is.
+2005-11-04  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * scheduler/critsection.c: Re-implemented using a real semaphore.
+       * dlls/wined3d/device.c:
+       Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
+       surface a little.
 
-       * windows/queue.c, files/change.c, files/file.c, include/k32obj.h, include/process.h, include/thread.h, loader/signal.c, memory/virtual.c, misc/toolhelp.c, scheduler/client.c, scheduler/event.c, scheduler/handle.c, scheduler/k32obj.c, scheduler/mutex.c, scheduler/pipe.c, scheduler/process.c, scheduler/semaphore.c, scheduler/synchro.c, scheduler/thread.c, win32/console.c, win32/device.c:
-       Removed client-side wait functions; all waiting is now done through
-       the server.
+2005-11-04  Robert Shearman <rob@codeweavers.com>
 
-       * server/Makefile.in, server/change.c, server/process.c, server/request.c, server/trace.c, include/server.h, include/server/object.h, include/server/request.h:
-       Added change notifications.
-       Added global handle support.
+       * dlls/oleaut32/tests/olefont.c:
+       Add a test for Invoking an OleFont function.
 
-Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * include/thread.h, scheduler/synchro.c:
-       Changed server wait logic a bit.
+       * dlls/setupapi/install.c:
+       Added support for optional section.ntx86 and section.nt in
+       InstallHinfSection when current version is set to NT.
 
-       * win32/console.c:
-       Hacks to support server-side console. Should be redone properly
-       some day.
+2005-11-03  Robert Shearman <rob@codeweavers.com>
 
-       * files/dos_fs.c, files/file.c, include/file.h, win32/file.c, win32/newfns.c:
-       Reimplemented Read/WriteFile to use server file descriptors.
-       Removed file position hack as it is wrong for Win32 (should be redone
-       for Win16 only).
+       * dlls/ole32/defaulthandler.c:
+       Implement OLE object notifications, making sure to cope with the case
+       of the advise holder not being created because no notifications are
+       needed.
 
-       * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
-       Added anonymous pipe support
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/server.h, include/server/object.h, include/server/request.h, server/Makefile.in, server/console.c, server/event.c, server/file.c, server/mutex.c, server/object.c, server/pipe.c, server/process.c, server/request.c, server/semaphore.c, server/thread.c, server/trace.c:
-       Added several file server requests
-       Added server-side pipes and consoles
+       * tools/wine.inf:
+       Get rid of a double backslash.
 
-Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/crtdll.c, msdos/int21.c, scheduler/client.c, scheduler/k32obj.c, server/Makefile.in, server/event.c, server/file.c, server/mutex.c, server/process.c, server/request.c, server/semaphore.c, server/trace.c, tools/make_requests, files/dos_fs.c, files/file.c, include/debug.h, include/debugdefs.h, include/file.h, include/server.h, include/server/object.h, include/server/request.h, loader/main.c, memory/virtual.c:
-       Added beginnings of server-side file handling.
-       Added -debugmsg +server support.
-       Better server request dumping for varargs requests.
+       * dlls/comctl32/string.c:
+       Use Win32 APIs for string comparison.
 
-       * windows/x11drv/wnd.c:
-       Fixed SetFocus that was broken when moved to x11drv.
+2005-11-03  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * include/server/object.h, include/server/thread.h, scheduler/client.c, server/Makefile.in, server/event.c, server/main.c, server/mutex.c, server/process.c, server/select.c, server/semaphore.c, server/socket.c, server/thread.c:
-       Added add_queue/remove_queue to server object operations.
-       Moved select() loop functions to select.c.
+       * programs/winecfg/audio.c:
+       Show detected audio drivers in autodetect.
 
-Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * programs/regtest/regtest.c:
-       Renamed ERR macro to avoid confusing the make_debug script.
+       * dlls/x11drv/winpos.c:
+       Stricter check whether a window needs to be mapped on the screen.
 
-       * ole/storage.c, ole/typelib.c, include/d3d.h, include/mmsystem.h, include/oleauto.h, include/storage.h, include/winversion.h, ole/compobj.c, ole/ole2.c, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed tons of incomplete prototypes, assignment's of pointer with
-       different signedness, superflous ',' and ';' in structures, wrong
-       return-types, lose of digits and some small glitches.
+2005-11-03  Kieran Clancy <n0dalus+wine@gmail.com>
 
-       * graphics/x11drv/xfont.c, include/x11font.h:
-       Alex Korobka <korobka@galaxy.ams.sunysb.edu>
-       Cleaned up font encoding handling. Added 'Ignore#' option to the
-       [fonts] section. Also, file with cached metrics now has the value of
-       $DISPLAY appended to the filename.
+       * dlls/ntdll/time.c:
+       Added another CST (Australian Central Daylight Time) to TZ_INFO.
 
-       * programs/clock/language.c, programs/clock/main.c, programs/notepad/dialog.c, programs/notepad/language.c, programs/notepad/main.c, rc/systest.c, windows/multimon.c, windows/nonclient.c, dlls/shell32/shlview.c, files/profile.c, graphics/path.c, include/commctrl.h, include/d3d.h, include/dplay.h, include/dsound.h, include/ole.h, include/oleobj.h, include/shlobj.h, include/vfw.h, include/winerror.h, include/winioctl.h, misc/main.c, multimedia/audio.c, multimedia/dsound.c, ole/ole2.c, debugger/stabs.c, dlls/comctl32/animate.c, dlls/comctl32/header.c, dlls/comctl32/hotkey.c, dlls/comctl32/listview.c, dlls/comctl32/pager.c, dlls/comctl32/rebar.c, dlls/comctl32/toolbar.c, dlls/comctl32/tooltips.c, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c, dlls/shell32/contmenu.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shellord.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Changed // comments to /* */ so WINE compiles with non-gcc compilers
-       again.
+2005-11-03  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c, debugger/dbg.y, graphics/ddraw.c, graphics/x11drv/bitblt.c, graphics/x11drv/brush.c, graphics/x11drv/clipping.c, graphics/x11drv/init.c, include/clipboard.h, include/ddraw.h, include/display.h, include/ttydrv.h, include/win.h, include/x11drv.h, objects/palette.c, windows/dce.c, windows/dinput.c, windows/display.c, windows/input.c, windows/message.c, windows/scroll.c, windows/win.c, windows/winpos.c:
-       Patrik Stridvall <ps@leissner.se>
-       Moved more things to the X11 driver.
-
-       * include/wingdi.h, objects/brush.c:
-       Francois Gouget <fgouget@multimania.com>
-       Fixed the prototype of CreateDIBPatternBrushPt
-
-       * include/windows.h: Francois Gouget <fgouget@multimania.com>
-       Removed the CN_xxx macros since they are not used, do not correspond to
-       any Windows define and conflict with MFC defines.
-       windows.h must provide all the definitions contained in winbase.h
-       Some Xxx32 functions did not have the associated Xxx macro.
-
-       * include/wintypes.h: Francois Gouget <fgouget@multimania.com>
-       Added a typedef for __int64 which is a builtin Visual C++ type
-       Added a typedef for PUINT
-
-       * include/objbase.h: Francois Gouget <fgouget@multimania.com>
-       REFIID was not defined.
-
-       * configure.in, include/acconfig.h, include/config.h.in, include/winsock.h, misc/winsock.c, configure:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       configure first checks whether it is possible to compile IPX code with
-       Glibc headers. If it fails, next check determines whether direct inclusion
-       of <linux/ipx.h> works.
-
-       * include/tchar.h: Francois Gouget <fgouget@multimania.com>
-       Provides the mappings. MBCS and Unicode functions are not implemented.
-       Standard (SBCS) functions may exist or not, with the same or a different
-       semantics.
-
-       * dlls/comctl32/ipaddress.c, include/commctrl.h, include/ipaddress.h:
-       Alex Priem <alexp@sci.kun.nl>
-       IPaddress common control implementation. First try; needs more work to
-       remove boring bugs.
-
-Fri Dec 25 08:55:15 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/shell32/contmenu.c, dlls/shell32/shlview.c, include/oleobj.h, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed the TEXT redefined warnings.
-
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Hook into the (stubbed) resize code in msdos int10.
-
-       * console/interface.c, include/console.h, include/options.h, loader/main.c, misc/main.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Add support for selection of console mode drivers to use using the
-       -console option. Currently "tty", "ncurses", and "xterm" are
-       supported.
-       Add stubs for resizing the screen on mode changes.
-
-       * include/ddeml.h, misc/ddeml.c, relay32/user32.spec:
-       Jean-Claude Cote <jean-claude@macadamian.com>
-       Partial implementation for the following DDE APIs:
-       DdeCmpStringHandles, DdeCreateStringHandle, DdeFreeStringHandle,
-       DdeQueryString, DdeUninitialize.
-
-Thu Dec 24 16:59:17 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * ole/Makefile.in, ole/parsedt.c, ole/parsedt.h, ole/variant.c:
-       Jean-Claude Cote <jean-claude@macadamian.com>
-       Added VarDateFromStr API.
-
-       * dlls/comctl32/trackbar.c, include/trackbar.h:
-       Alex Priem <alexp@sci.kun.nl>
-       - Tooltip support
-       - Vertical trackbars supported now
-       - TBS_BOTH support (goes along with partial cleanup of drawing code)
-       - Use COMCTL32 heap instead of system heap
-
-       * graphics/ddraw.c, include/ddraw.h:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added all clipper&3d stubs.
-       Starting ColorKey support.
-       Fixed trace statement in DirectDrawCreate as formatting wasn't correct.
-       Changed "return 0;" to "return DD_OK" or "return S_OK" as appropriate.
-       Added SurfaceEnum dwFlags.
-
-       * include/dplay.h, multimedia/dplay.c:
-       Peter Hunnisett <hunnise@nortelnetworks.com>
-       Added macros to header file for easier function calling.
-       Changed implementation a little bit.
-       Added stubs for dplay3. Still need to break into A and W versions.
-
-       * win32/file.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       CreateFile32A was only allowing console opens on CONIN$/OUT$. This
-       has been changed to have a case insensitive compare.
-
-       * controls/listbox.c: Gerard Patel <g.patel@wanadoo.fr>
-       Don't send ODA_ENTIRE for empty listboxes (LISTBOX_Paint).
-
-       * include/winbase.h, relay32/kernel32.spec, win32/kernel32.c:
-       Jean-Claude Cote <jean-claude@macadamian.com>
-       Implemented the GetBinaryType API function.
-
-       * loader/dos/dosmod.c, loader/dos/dosmod.h, loader/dos/dosvm.c, loader/dos/module.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added some new dosmod communication possibilities, including
-       activating a dosmod-specific setitimer(), and the capture of some
-       common signals, which is returned to Wine (previously a SIGILL
-       would just cause a "dosmod sync lost" without explanation, now it
-       invokes the Wine debugger). Invokes int 08 upon receipt of dosmod
-       SIGALRM, thus simulating the DOS timer. Made DOS interrupt calls
-       be reported by -debugmsg +relay instead of -debugmsg +int. And
-       fixed non-i386 compilation of dosmod. (Anything else?!)
-
-       * loader/main.c, windows/win.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Desktop window queue handling adapted.
-
-       * windows/clipboard.c, windows/hook.c, windows/timer.c, windows/winpos.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Queue handling adapted to new queue routines.
-
-       * windows/message.c, windows/queue.c, if1632/user.spec, include/queue.h, include/task.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented stub for InitThreadInput.
-       Use GetThreadQueue/GetFastQueue instead of GetTaskQueue.
-
-       * loader/task.c, miscemu/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use Callout table instead of direct GetProcAddress.
-       UserYield moved to USER.
-
-       * include/callback.h, misc/callback.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Callout table (for KERNEL->USER calls) added.
-       Callbacks->CallPostAppMessageProc removed.
-
-       * misc/callback.c, windows/x11drv/event.c, include/callback.h, include/queue.h, include/task.h, loader/task.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Handle non-hardware X events correctly with native USER
-       (removed reference to MESSAGEQUEUE from KERNEL code).
-       Handle Expose events with native USER.
-
-       * misc/crtdll.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Better _ultoa().
-
-       * win32/time.c: Rein Klazes <rklazes@casema.net>
-       Fix small problem in GetTimeZoneInformation().
-
-       * windows/x11drv/keyboard.c: Rein Klazes <rklazes@casema.net>
-       Lowest scan code seems to be 1, not zero.
-
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Stubs for IDirect3D(2)::CreateLight and CreateDevice to avoid crashes.
-
-       * dlls/ntdll/rtl.c, relay32/ntdll.spec, dlls/ntdll/nt.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs.
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
+       Extend VarCmp() and add test cases.
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixes crash when running without external shell32.dll.
+2005-11-03  Kevin Koltzau <kevin@plop.org>
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More messages [LB_*,EM_*] translated 32A from/to 32W.
+       * dlls/msvcrt/msvcrt.h, dlls/msvcrt/process.c, dlls/msvcrt/string.c,
+         dlls/msvcrt/tests/headers.c, dlls/msvcrt/thread.c,
+         include/msvcrt/process.h, include/msvcrt/stddef.h:
+       Fix warnings and errors in 64bit.
 
-       * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Dest buffer was printed out as str.
+2005-11-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Getting strings with VerQueryValue32W was broken. Complete
-       reconstruction of the function.
+       * dlls/shell32/shfldr_unixfs.c:
+       Replaced tabs with spaces.
 
-       * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix number and type of args in debugging statements.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/storage.c: Marcus Meissner <marcus@mud.de>
-       IStorage32 vtable was missing 3 stub entries.
+       * dlls/commdlg/cdlg.h, dlls/commdlg/cdlg_Bg.rc, dlls/commdlg/cdlg_Cn.rc,
+         dlls/commdlg/cdlg_De.rc, dlls/commdlg/cdlg_En.rc,
+         dlls/commdlg/cdlg_Es.rc, dlls/commdlg/cdlg_Fi.rc,
+         dlls/commdlg/cdlg_Fr.rc, dlls/commdlg/cdlg_It.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_Si.rc,
+         dlls/commdlg/cdlg_Sk.rc, dlls/commdlg/cdlg_Sv.rc,
+         dlls/commdlg/cdlg_Th.rc, dlls/commdlg/cdlg_Uk.rc,
+         dlls/commdlg/printdlg.c:
+       Authors: Vijay Kiran Kamuju <infyquest@gmail.com>, Jonathan Ernst <Jonathan@ErnstFamily.ch>
+       Display an error if no printer is installed.
 
-Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
-       Douglas Ridgway <ridgway@winehq.com>
-       Documentation for TranslateCharsetInfo.
+       * dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/rsrc.rc:
+       Specify a DLL version for msvcrt.dll.
 
-       * dlls/wnaspi32/winaspi32.c, if1632/wprocs.spec, dlls/winaspi/winaspi16.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Make the DOSASPI part use the excellent DPMI RMCB implementation done
-       by Ove Kaaven, which makes the code _much_ cleaner.
+2005-11-03  Stefan Huehner <stefan@huehner.org>
 
-       * Make.rules.in, Makefile.in, configure, configure.in:
-       Todd Vierling <tv@pobox.com>
-       Use -lwine for linking.
+       * dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c,
+         dlls/msxml3/tests/domdoc.c:
+       Add indexed access to attributes (nodemap) and childNodes
+       (nodelist), with some testcases.
 
-       * windows/message.c, windows/queue.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: always clear QS_... from *both* changeBits and waitBits.
-       Bugfix: queue->hSendingTask is *queue* handle, not task handle.
+2005-11-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * if1632/storage.spec, include/interfaces.h, include/objbase.h, include/storage.h, ole/ifs.c, ole/storage.c:
-       François Gouget <gouget@metaintegration.net>
-       First step to make it possible to call COM interfaces from C++ code in
-       Winelib.
+       * dlls/shell32/tests/shlfolder.c:
+       Added some more unit tests for FolderShortcut objects.
 
-       * dlls/comctl32/treeview.c, include/treeview.h:
-       Alex Priem <alexp@sci.kun.nl>
-       Preliminary tooltip support.
-       WM_SETFONT/GETFONT added.
-       Some bug fixes.
-       Use COMCTL32 heap instead of system heap.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implemented PolylineTo.
+       * dlls/kernel/comm.c:
+       Fixed fd leaks (spotted by Cihan Altinay).
 
-       * relay32/ntdll.spec: Adrian Harvey <adrian@select.com.au>
-       The Zw... Functions in ntdll.dll are just alternate entry
-       points for the same functions as the Nt... function of the
-       same names.  Changed ntdll.spec to match this.
+2005-11-03  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * include/module.h, include/pe_image.h, loader/module.c, loader/pe_image.c, relay32/builtin32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Reorganized PE module loading to prepare for elf-dll loader.
-       WINE_MODREF creation moved to one central location.
-       Bugfix: correctly select native/built-in version if .DLL
-       extension is missing in LoadLibrary call.
+       * dlls/msi/action.c, dlls/msi/appsearch.c, dlls/msi/msi.c,
+         dlls/version/info.c, dlls/version/install.c, dlls/version/ver16.c,
+         include/winver.h:
+       Fix some wrong prototypes.
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed error values MCI_INTERNAL to their correct values.
+2005-11-03  Raphael Junqueira <fenix@club-internet.fr>
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed warning.
+       * dlls/dxdiagn/container.c, dlls/dxdiagn/provider.c:
+       Fill provider with some empty containers.
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer sending directly messages to DriverProc but rather go through
-       MCI layer (required for open/close).
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed incorrect patch for MCI_OPEN anc MCI_CLOSE parameters (thanks to Robert Riggs
-       for pointing out the bug, see the fix in mcistring.c)
-       Fixed MCI seeking on CD audio.
+       * dlls/shell32/shlexec.c, dlls/shell32/tests/shlexec.c:
+       Invoke shortcuts through IContextMenu, rather than trying to access
+       them directly.
 
-       * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs for WaitNamedPipe[A|W].
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/classes.c, dlls/shell32/dataobject.c, dlls/shell32/iconcache.c, dlls/shell32/shell32_main.h, dlls/shell32/shlfolder.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * tools/wine.inf:
+       Add the ContextMenuHandlers key for shortcuts so the new context menu
+       code can work.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub Control_FillCache_RunDLL.
+2005-11-03  Phil Krylov <phil@newstar.rinet.ru>
 
-       * dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHGetFileInfo32A: get SHGFI_SYSICONINDEX implemented.
-
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       ILAppend seems to work now.
-
-       * relay32/kernel32.spec, win32/kernel32.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs for WaitNamedPipe[A|W].
-
-Tue Dec 15 18:04:58 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * files/directory.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix GetTempPath32 if count=0.
-
-       * configure, configure.in, include/config.h.in, include/multimedia.h, multimedia/audio.c, multimedia/dsound.c, multimedia/init.c, multimedia/mcicda.c, multimedia/mcimidi.c, multimedia/midi.c, multimedia/mixer.c, multimedia/mmaux.c:
-       Todd Vierling <tv@pobox.com>
-       - add -lossaudio if needed, and a check for <soundcard.h>, to configure.in
-         (run autoconf after this).  Note that the check has been altered to break
-         out of the AC_CHECK_HEADERS after the first match - this is so
-         <sys/soundcard.h>, if found on NetBSD (a `real' OSS), will not conflict
-         with the emulated ossaudio.
-       - check for <soundcard.h> along with the other two in a mutually-exclusive
-         manner in the various *.c files that need it; change include of
-         "mmsystem.h" to "multimedia.h" so this logic is all in one place
-       - change mcicda.c to allow for CD audio manipulation on NetBSD.  This
-         includes:
-         * changing ioctl() calls to be NON-SPLIT with exactly 3 args; on NetBSD
-           ossaudio, ioctl() is #defined to be _oss_ioctl by <soundcard.h>, and
-           neither splitting with #-directives nor a two-arg ioctl work;
-         * changing the #if logic to allow both FreeBSD and NetBSD to share the
-           appropriate code blocks
-       - block out MIDI code for NetBSD (init.c) and/or missing SNDCTL_MIDI_INFO
-         (midi.c, mcimidi.c).  NetBSD's OSS emulation does not (yet) support MIDI.
-       Thanks go to mycroft@netbsd.org for the 99% bulk of this work.
-
-       * tsx11/X11_calls, tsx11/ts_xutil.c, windows/x11drv/wnd.c, include/ts_xutil.h:
-       Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
-       Set the class hints for managed windows.
-
-       * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix: GetFullPathName sets lpFilePart only when the last element
-       does not end with '\'.
-
-       * windows/message.c, windows/win.c, include/commctrl.h, include/commdlg.h, include/ddeml.h, include/mouse.h, include/shlobj.h, include/winbase.h, include/windows.h, include/winerror.h, include/wingdi.h, include/wintypes.h, misc/ddeml.c, objects/bitmap.c, objects/brush.c, objects/dc.c, objects/font.c, objects/gdiobj.c, relay32/gdi32.spec, relay32/user32.spec, controls/menu.c, dlls/comctl32/commctrl.c, graphics/bitblt.c, graphics/escape.c, graphics/metafiledrv/init.c, graphics/painting.c, graphics/path.c, if1632/user.spec:
-       Paul Quinn <paulq@COREL.CA>
-       Lots of new defines and stubs.
-
-       * Make.rules.in, Makefile.in, configure, configure.in:
-       Todd Vierling <tv@pobox.com>
-       These patches add support for --enable-dll on NetBSD, and may even do so for
-       FreeBSD a.out.  Now, NetBSD can use libwine as a shared object.  Thanks to
-       mycroft@netbsd.org for doing this work!
-
-       * tools/wrc/writeres.c: Todd Vierling <tv@pobox.com>
-       Global constructors using `.section .ctors' are bogus for NetBSD's
-       assembler. Use the appropriate `.stabs' when on NetBSD.
-
-       * ole/variant.c: Todd Vierling <tv@pobox.com>
-       Undefined CHAR_MAX and CHAR_MIN (#defined by NetBSD's system headers).
-       Fixed some constants that are too big for a plain `int'.
-
-       * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
-       Check for MAXFLOAT if FLT_MAX isn't there.
-
-       * graphics/psdrv/Makefile.in: Todd Vierling <tv@pobox.com>
-       graphics/psdrv forgets to pull in @DLLFLAGS@, and so is compiled non-PIC if
-       using --enable-dll.
-
-       * include/wingdi.h, include/wintypes.h, include/winuser.h, include/windows.h:
-       Veksler Michael <mveksler@techunix.technion.ac.il>
-       Move declarations from windows.h to wingdi.h and winuser.h.
-
-Mon Dec 14 18:15:11 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * win32/console.c, files/Makefile.in, files/async.c, files/file.c, include/async.h, include/file.h, loader/signal.c, misc/winsock_dns.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Made async IO (SIGIO) stuff from WINSOCK generic useable.
-       Added async IO support to FILE and CONSOLE objects.
-
-       * misc/winsock.c: Stephen Langasek <vorlon@dodds.net>
-       Prevent segfault in setsockopt when optname is SO_LINGER and optval is
-       null.
-
-       * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Some cleanup.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h, dlls/riched20/paint.c:
+       Cache background color brush instead of recreating it at each screen
+       update.
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHMapPIDLToSystemImageListIndex try's to determine and load the exact
-       icon for files (by type) now.
-
-       * dlls/shell32/classes.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New HCR_GetDefaultIcon (internal).
-
-       * include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, msdos/dosmem.c, msdos/dpmi.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Moved DPMI wrapper allocation code to dosmem.c to REALLY make the
-       RMcall shortcuts independent of dosmod. SS had been left out of
-       the REALMODECALL copy routines for some reason, fixed now. Also
-       cleaned up a few compiler warnings.
-
-       * graphics/x11drv/xfont.c: Ian Pilcher <pilcher@concentric.net>
-       Added ability to specify X fonts used for Helv and Tms Rmn typefaces
-       with DefaultSerif and DefaultSansSerif INI keys.
-
-       * tools/wrc/parser.y, tools/wrc/wrc.h, tools/wrc/writeres.c, tools/wrc/CHANGES:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       - Added a global label for elf-dll linking and a long with the resource
-         size and a long with the directory size.
-       - Killed an annoying warning since version 1.0.0 in parser.y about a
-         var being used before init.
-
-       * include/shlobj.h, dlls/shell32/shelllink.c, dlls/shell32/shellole.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Adds the IPersistFile Interface to IShellLink[W] and gave both own
-       IClassFactorys.
-
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       (ReadConsole32A): small and stupid bug fixed
-       (WriteConsoleOutput): bug fixed (attributes may change within lines)
-       and enhanced speedwise by using buffering.
-       (CONSOLE_string_2_IR): enhanced, now gets scancodes and virtualkeycodes
-
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       _ultoa implemented.
-
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       Small hack to get rid of annoying err:resource: message for
-       MessageBoxes.
-
-       * relay32/dsound.spec: Ian Schmidt <irsman@iag.net>
-       Fix off-by-1 error in DirectSound ordinals. Thanks to Robert Riggs for
-       the pointer.
-
-       * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
-       Save the original video mode before going fullscreen and restore it
-       when the last DirectDraw_Release is called. Also fix a problem where
-       the viewport wasn't set to 0,0.
-
-       * console/xterm.c: Joseph Pranevich <jpranevich@lycos.com>
-       Made more cross-platform by changing ->_fileno to fileno().
-
-       * windows/win.c: NF Stevens <norman@arcady.u-net.com>
-       Fix the Z-order of maximized/minimized child windows.
-
-       * graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       XLFDs should be well-formed (14 hyphens) to match scalable fonts.
-       Stop slant field becoming wildcarded too early.
-
-       * windows/focus.c: Marcus Meissner <marcus@jet.franken.de>
-       (FOCUS_SwitchFocus) check for pFocusTo == NULL instead of hFocusTo==0.
-
-       * ole/ole2nls.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Hack OLE_GetFormat* to return something if datelen = 0.
-       Remove unnecessary WINAPI's.
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-----------------------------------------------------------------
-Fri Dec 11 15:04:11 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/process.h, include/tlhelp32.h, include/toolhelp.h, misc/toolhelp.c, scheduler/k32obj.c, scheduler/process.c:
-       Patrick Spinler <spinler.patrick@mayo.edu>
-       Implemented CreateToolhelp32Snapshot, including two of the routines
-       using snapshots, Process32First and Process32Next.
+       * programs/winedbg/break.c:
+       Fixed 'break NN' command (using dbghelp.SymEnumLines).
 
-       * relay32/oleaut32.spec, include/mapidefs.h, include/oleauto.h, include/win16drv.h, include/wintypes.h, ole/compobj.c, ole/variant.c:
-       Justin Bradford <justin@ukans.edu>
-       Most of the currency variant conversion functions implemented.
-       Minor bugfixes and header tidying.
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * Makefile.in, configure, configure.in, dlls/rasapi32/Makefile.in, dlls/rasapi32/rasapi.c, include/debug.h, include/debugdefs.h, include/ras.h, include/wintypes.h, relay32/rasapi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added RasEnumConnections stub.
-
-       * dlls/shell32/shell32_main.h, dlls/shell32/shellpath.c, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix in PathCombine32[A|W].
-       View menu in explorer and on right mouse button is working now.
+       * programs/wineconsole/dialog.c, programs/wineconsole/winecon_private.h,
+         programs/wineconsole/wineconsole.c:
+       Fixed wineconsole startup when restoring registry settings.
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented  ILGetDisplayName.
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/classes.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Started implementation of ShellExecuteEx32A.
-       Small changes.
+       * dlls/msi/action.c, dlls/msi/classes.c, dlls/msi/files.c,
+         dlls/msi/helpers.c:
+       Remove some redundant null pointer checks.
 
-       * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved menu resources to rc-file.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * include/pe_image.h, ole/ole2nls.c, win32/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Two debug messages clarified, one useless prototype removed.
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/shlfolder.c,
+         dlls/shell32/tests/shlfolder.c:
+       Authors: Vitaliy Margolen <wine-patch@kievinfo.com>, Michael Jung <mjung@iss.tu-darmstadt.de>
+       Set all capability flags supported by the shellfolder, disregarding
+       the flag mask given to GetAttributesOf.
+       Unit tests to demonstrate this behaviour.
 
-       * include/oleauto.h, ole/variant.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       294 missing WINAPI added.
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
-       Kill swapped out (wine) processes too and truncate diff after some xxx
-       lines.
+       * dlls/msi/cond.y:
+       Add missing semicolons that caused compile trouble on FreeBSD.
 
-       * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed SetLastError with wrong value.
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * misc/printdrv.c, objects/enhmetafile.c, graphics/painting.c, include/windows.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implement AbortDoc16, move AbortDoc32 and StartDoc32W to
-       misc/printdrv.c and fix a few compile warnings.
+       * dlls/shell32/shelllink.c:
+       Pass the correct verb.
+       Add a space between extra parameters.
+       Wait for ShellExecute to complete.
 
-       * win32/ordinals.c, windows/driver.c, windows/msgbox.c, windows/multimon.c, windows/user.c, dlls/comctl32/animate.c, dlls/comctl32/comboex.c, dlls/ntdll/nt.c, if1632/typelib.spec, include/file.h, loader/dos/module.c, msdos/int21.c, ole/ole2nls.c, ole/typelib.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed a bunch of compiler warnings.
+2005-11-03  Steven Edwards <winehacker@gmail.com>
 
-       * files/file.c: Marcus Meissner <marcus@jet.franken.de>
-       Added Win32 synchro to FILEs (useful only for terminal handles).
-
-Thu Dec 10 16:04:51 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec:
+       Add a real stub for Advpack.extract.
 
-       * objects/bitmap.c, objects/dc.c, objects/enhmetafile.c, objects/font.c, objects/metafile.c, relay32/comctl32.spec, relay32/gdi32.spec, relay32/kernel32.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/tapi32.spec, relay32/user32.spec, relay32/winspool.spec, win32/console.c, win32/kernel32.c, win32/time.c, windows/input.c, windows/message.c, graphics/metafiledrv/init.c, if1632/ddeml.spec, include/commctrl.h, include/ddeml.h, include/shlobj.h, include/windows.h, include/wintypes.h, memory/string.c, misc/ddeml.c, misc/network.c, misc/printdrv.c, misc/tapi32.c, controls/edit.c, dlls/comctl32/Makefile.in, dlls/comctl32/comctl32undoc.c, dlls/comctl32/propsheet.c, dlls/shell32/shell32_main.c, files/file.c, graphics/painting.c:
-       Francis Beaudet <francis@macadamian.com>
-       Sylvain St-Germain <sylvain@macadamian.com>
-       Thuy Nguyen <thuy@macadamian.com>
-       Lots of new stubs.
-
-       * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Let the System_Time_Selector clock tick.
-
-       * loader/dos/module.c, miscemu/instr.c, msdos/dosmem.c, graphics/dispdib.c, graphics/vga.c, include/miscemu.h, include/vga.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to CreateSystemTimer interface change.
+2005-11-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * if1632/system.spec, if1632/thunk.c, include/callback.h, include/windows.h, misc/callback.c, misc/system.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Cleaned up CreateSystemTimer interface for use with 32-bit callbacks.
-       (NOTE: 16-bit callbacks still don't work!)
+       * dlls/ntdll/thread.c:
+       Get rid of CPU id when copying context
 
-       * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
-       - Handle WM_MDIRESTORE by calling WM_SYSCOMMAND for
-       the child window so that the system menu is set correctly.
-       - In MDICascade and MDITile use WM_MDIRESTORE message
-       to restore maximized window so that system menu is
-       handled correctly.
+2005-11-03  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/oleauto.h, include/winerror.h, ole/Makefile.in, ole/typelib.c, ole/variant.c, relay32/oleaut32.spec:
-       Jean-Claude Cote <jean-claude@macadamian.com>
-       Added implementation of the VARIANT APIs.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/drawprim.c,
+         dlls/d3d8/vshaderdeclaration.c:
+       - defined D3DCOLOR_B macros to access byte values of D3DCOLOR
+       - use D3DCOLOR macros instead of using shift + masks
+       - fix a bug where diffuse.lpData checked instead of specular.lpData
+       - implement color fixup on ARB VShader compilation code:
+       ->  on input parameters using swizzle
+       -> add is_color parameter on vshader_program_add_param
 
-       * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
+2005-11-03  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       handle TVIF_TEXT by TREEVIEW_SetItem according to MS documentation.
-       better handling of LPSTR_TEXTCALLBACK32A
-       TREEVIEW_GetNext|PrevListItem didn't descend into visible child items.
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
+       Added stub for RegisterServiceCtrlHandlerEx{A,W}.
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Warn if two .exes conflict with each other and the second does not
-       have relocation records.
+2005-11-03  Phil Krylov <phil@newstar.rinet.ru>
 
-       * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
-       contain '/','\\' or ':'.
+       * dlls/riched20/caret.c, dlls/riched20/editor.c, dlls/riched20/editor.h,
+         dlls/riched20/paint.c, dlls/riched20/wrap.c:
+       Added support for EM_REQUESTRESIZE message, EN_REQUESTRESIZE
+       notification, and ENM_REQUESTRESIZE event mask.
 
-       * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
-       Fixed a potential crash if a usable video mode is not detected.
+2005-11-03  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * tools/make_authors: Script to generate authors files
+       * dlls/user/scroll.c:
+       Scroll bar: Keep the caret blinking during scroll operations (only
+       handle WM_SYSTIMER messages that belong to the scroll bar).
 
-       * include/dinput.h, windows/dinput.c: Robert Riggs <rriggs@tesser.com>
-       Stubs for IDirectInputEffect and IDirectInputDevice2A methods,
-       as well as AddRef(), GetCapabilites(), EnumObjects(),
-       GetProperty(), GetObjectInfo(), GetDeviceInfo(), Initialize(),
-       and RunControlPanel() for IDirectInputDevice.
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
-       Set window focus in  _common_IDirectDraw_SetDisplayMode().
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/source.c, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       Implemented SymEnumLines.
 
-       * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
-       Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/win.h, windows/win.c, windows/x11drv/event.c, windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed deferred Expose events handling.
+       * programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+         programs/wineconsole/winecon_user.h:
+       Now filling external leading in font cells.
 
-       * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't clip VisRgn against X desktop.
+2005-11-02  Huw Davies <huw@codeweavers.com>
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
+       * dlls/oleaut32/typelib.c:
+       Don't call Release on a null ptr.
 
-       * graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Sanity check on font size.
+2005-11-02  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing parentheses added.
+       * dlls/kernel/tests/thread.c, dlls/ntdll/exception.c,
+         dlls/ntdll/ntdll_misc.h, dlls/ntdll/signal_i386.c,
+         dlls/ntdll/signal_powerpc.c, dlls/ntdll/signal_sparc.c,
+         dlls/ntdll/signal_x86_64.c, dlls/ntdll/thread.c,
+         include/wine/server_protocol.h, server/protocol.def, server/thread.c,
+         server/thread.h, server/trace.c:
+       Fixed Get/SetThreadContext to work properly on suspended threads.
+       Added a test case.
 
-Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-02  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * loader/task.c, relay32/kernel32.spec, win32/console.c, include/wincon.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Enhanced Win32 Console (XTERM)
-       - inputhandling enhanced (keys and mouseclicks)
-       - win32 synchronization (partial)
-       - lots of enhancements to drawing functions
-       - simple/complex console (simple-stdin/stdout -> complex-xterm).
+       * dlls/opengl32/wgl.c, dlls/shell32/shelllink.c:
+       Correct WINAPI position for MSVC portability.
 
-       * console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, console/xterm.c, include/console.h:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Add a driver to open up a new xterm window whenever console output is
-       needed. Derived from console/win32.c but we are not yet ready to merge
-       the code completely.
+2005-11-02  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Improved the handling of font encodings.
+       * programs/wineconsole/dialog.c:
+       Fixed crash in font browsing for raster fonts.
 
-       * msdos/dpmi.c, include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
-       Implemented DPMI RMCBs using the DOS subsystem, and a few other
-       improvements. Also, some special-cased shortcut paths will allow some
-       common real-mode call/RMCB combinations to work even without calling the
-       DOS subsystem, thus letting APIs like DOSASPI work without any dirty hacks
-       even on platforms that cannot use dosmod.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/time.c, ole/compobj.c, files/change.c, loader/module.c, misc/lzexpand.c, misc/main.c, controls/menu.c, controls/scroll.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some unnecessary #include and messages removed.
-
-       * ole/ole2nls.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Some small corrections to EnumSystemLocales32AW
+       * dlls/oleaut32/variant.c:
+       Fix a crash during +variant logging caused by a typo causing an array
+       to be one element less than expected.
 
-Tue Dec  8 15:06:39 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * tools/make_X11wrappers, tsx11/ts_xf86vmode.c, graphics/ddraw.c:
-       Tried another kludge for the Xmd.h problem.
+2005-11-02  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * tsx11/Makefile.in, tsx11/X11_calls, tsx11/ts_xf86vmode.c, configure, configure.in, graphics/ddraw.c, include/acconfig.h, include/config.h.in, include/ts_xf86vmode.h, tools/make_X11wrappers:
-       Stephen Crowley <crow@debian.org>
-       Added fullscreen DGA support.
+       * dlls/wined3d/device.c, dlls/wined3d/surface.c,
+         include/wine/wined3d_interface.h:
+       Implement D3DFMT_UNKNOWN surfaces, this seems to be used a lot in d3d8
+       but I haven't found any d3d9 application that uses D3DFMT_UNKNOWN
+       surfaces yet.
 
-       * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Fixed dummy entries in MAIN_ParseLanguageOption().
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * include/mmsystem.h, multimedia/mcicda.c:
-       Brian Gerst <bgerst@quark.vpplus.com>
-       Properly implement MCI_CDA_STATUS_TYPE_TRACK.
-       Fix an off-by-one bug with MCI_STATUS_LENGTH.
+       * dlls/oleaut32/tmarshal.c:
+       - Make sure to clean up properly on error.
+       - Restrict the critical section to getting the channel buffer and
+       adding a reference to it.
 
-       * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
-       Superflous WINAPI removed.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Warn about invalid entrypoints (created by viruses) which result in
-       Wine crashes.
+       * dlls/oleaut32/typelib.c:
+       - Make wParamFlags in the paramdesc dumping function human readable.
+       - Enums should be VT_I4 instead of VT_INT.
+       - Trace the return value from the ITypeInfo_fnInvoke.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Create X11 palette on DirectDrawSurface::SetPalette, not before (we
-       might not have an X11 window yet).
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Move TWEAK_Init from USER to GDIInit.
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       NULL and empty strings are the same in conditions.
 
-       * graphics/painting.c, if1632/gdi.spec, include/windows.h, misc/printdrv.c, misc/spooler.c, relay32/gdi32.spec:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix for SetAbortProc16, stub for SetAbortProc32 and tidy up some other
-       printing functions.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix includes.
+       * dlls/imm32/imm.c:
+       Change a FIXME message to a comment.
 
-       * graphics/x11drv/text.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix X11DRV_ExtTextOut for rotated text if either of lpDx, breakExtra
-       or charExtra are non-zero.
+2005-11-02  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/Attic/graphics.h, misc/shell.c, windows/Attic/graphics.c, windows/Makefile.in, windows/nonclient.c, windows/scroll.c, controls/button.c, controls/combo.c, controls/desktop.c, controls/icontitle.c, controls/menu.c, controls/scroll.c, dlls/comctl32/updown.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, graphics/metafiledrv/graphics.c, graphics/x11drv/graphics.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Replace GRAPH_ functions with Win SDK equivalents.
+       * dlls/comctl32/tab.c:
+       Avoid printing out a possibly uninitialized variable.
 
-Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-02  Stefan Huehner <stefan@huehner.org>
 
-       * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
-       Reverted previous patch.
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       Extend get_nodeName add testcases for it.
 
-       * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
-       Don't define MZ_SUPPORTED on non-i386 platforms.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed DPMI_CallRMProc (I think).
+       * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+       Stub implementation for MsiAdvertiseScriptA/W.
 
-       * misc/network.c, relay32/mpr.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for NPSGetProviderHandleA.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * windows/x11drv/keyboard.c: Brian Gerst <bgerst@quark.vpplus.com>
-       The scancode Windows send for extended keys is the scancode of the
-       unextended equivalent of the key, plus the extended flag.
+       * dlls/msi/create.c, dlls/msi/delete.c, dlls/msi/distinct.c,
+         dlls/msi/insert.c, dlls/msi/order.c, dlls/msi/record.c,
+         dlls/msi/select.c, dlls/msi/string.c, dlls/msi/table.c,
+         dlls/msi/update.c, dlls/msi/where.c:
+       Create the +msidb debug channel for msi database code.
 
-       * dlls/winaspi/winaspi16.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed a real mode problem.
+2005-11-02  Aric Stewart <aric@codeweavers.com>
 
-       * loader/ne/module.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       NE_MODULE.stack_size was set to a ridiculously small value of 5.
-       Windows sets 0x1400 in such cases for programs.
+       * dlls/msi/action.c:
+       Force files to install if the REINSTALL property is set.
 
-       * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       We don't yet want the static control to call DestroyIcon.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * windows/class.c: NF Stevens <norman@arcady.u-net.com>
-       Added case for GCW_ATOM int GetClassLong32A.
+       * dlls/ntdll/resource.c:
+       Make LdrAccessResource call an internal function to satisfy Shrinker.
 
-       * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
-       Stub for WNetOpenEnum32W.
+2005-11-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * multimedia/dsound.c, relay32/dsound.spec:
-       Robert Riggs <rriggs@tesser.com>
-       More general code cleanup for readability.
-       A few more parameter validation checks.
-       Return DS_OK rather than 0 in a number of functions.
-       Fixed primary buffer ref count bug in CreateSoundBuffer().
-       Handle 1-3 byte sound fragments that would cause buffer overruns.
-       Clear primary buffer with a neutral value instead of always 0
-       (because 128 is neutral for 8-bit sound).
-       Fix bug with mixing 8-bit sound into the primary buffer.
-       Broke out the main block in DSOUND_thread() to another function for
-       readability.
-       Handle "no audio" and "audio busy" cases properly when initializing
-       dsound. Rename DllCanUnloadNow() to DSOUND_DllCanUnloadNow().
+       * dlls/ntdll/tests/om.c, server/named_pipe.c:
+       Fix error returned when opening nonexistent pipes.
 
-       * debugger/hash.c: Ove Kaaven <ovek@arcticnet.no>
-       Made variables optimized into registers accessible.
-
-       * relay32/user32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       The spec definition for MonitorFromWindow was wrong.
-
-       * msdos/int21.c: Stefan Leichter <sle@camline.com>
-       File handle bug fix.
-
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added paragraph about different dll versions and structure sizes.
-
-       * include/commctrl.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added missing TOOLINFO structure.
-
-       * multimedia/mmsystem.c: Andreas Mohr <a.mohr@mailto.de>
-       Fixed a heap bug.
-
-       * loader/task.c, memory/local.c, memory/selector.c, misc/callback.c, msdos/dpmi.c, msdos/int41.c, msdos/vxd.c, if1632/kernel.spec, if1632/thunk.c, include/callback.h, include/ldt.h, include/windows.h:
-       Andreas Mohr <a.mohr@mailto.de>
-       - Several kernel.spec return type mismatch fixes
-       - [GS]etSelectorBase Win32s offset support by Ulrich Weigand (thanks v.m. !!)
-       - Move AppToWine/WineToApp macros as W32S_APP2WINE etc. to ldt.h
-       - LocalNotify() basic support
-       - Fixes for local heap handling with heap handles created by Virtual*()
-
-       * graphics/x11drv/xfont.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: -microsoft-symbol encoding was not recognized.
-
-       * windows/win.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: WIN_ResetQueueWindows would skip some windows.
-
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow recursively reentering CALL32_LargeStack.
-
-       * include/ttydrv.h, windows/ttydrv/.cvsignore, windows/ttydrv/Makefile.in, windows/ttydrv/clipboard.c, windows/ttydrv/event.c, windows/ttydrv/init.c, windows/ttydrv/keyboard.c, windows/ttydrv/mouse.c, windows/ttydrv/wnd.c, Makefile.in, configure, configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Added the new TTY driver.
-
-       * include/clipboard.h, include/keyboard.h, include/message.h, include/win.h, include/x11drv.h, windows/clipboard.c, windows/defwnd.c, windows/dinput.c, windows/display.c, windows/event.c, windows/focus.c, windows/keyboard.c, windows/message.c, windows/nonclient.c, windows/win.c, windows/winpos.c, windows/x11drv/Makefile.in, windows/x11drv/clipboard.c, windows/x11drv/event.c, windows/x11drv/init.c, windows/x11drv/keyboard.c, windows/x11drv/mouse.c, windows/x11drv/wnd.c:
-       Patrik Stridvall <ps@leissner.se>
-       Moved more code to the X11 driver.
-
-Thu Dec  3 16:29:56 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int29.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Call the new console driver for some routines. This is not completely
-       done yet and more for testing purposes.
-
-Wed Dec  2 19:58:09 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * configure.in, console/.cvsignore, console/Makefile.in, console/generic.c, console/interface.c, console/ncurses.c, console/tty.c, include/acconfig.h, include/config.h.in, include/console.h, include/winnt.h, loader/main.c, misc/main.c, Makefile.in, configure:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Added console support.
-
-       * graphics/x11drv/oembitmap.c, include/bitmap.h, include/gdi.h, include/x11drv.h, loader/main.c, objects/Attic/oembitmap.c, objects/Makefile.in, objects/bitmap.c, objects/cursoricon.c, graphics/metafiledrv/init.c, graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/win16drv/pen.c, graphics/x11drv/Makefile.in, graphics/x11drv/init.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Move OEM resources to the x11drv.
-
-       * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
-       Opening a file in a directory which doesn't exist returns
-       ERROR_FILE_NOT_FOUND instead of ERROR_PATH_NOT_FOUND.
-
-       * memory/atom.c: Marcus Meissner <marcus@jet.franken.de>
-       Handle atoms "# non number" (oracle client).
-
-Tue Dec  1 16:23:19 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * if1632/kernel.spec, misc/error.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Renamed KERNEL.327 to HandleParamError (as in 'Undoc. Windows').
-       Fixed wrong ordinals/prototype for MapProcessHandle/GetModuleFileName32.
-       Added names for some undocumented exports.
-
-       * memory/global.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented GlobalChangeLockCount (KERNEL.365).
-
-       * if1632/toolhelp.spec, include/toolhelp.h, memory/heap.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented Local32Info, stubs for Local32First/Next (KERNEL.444-446).
-
-       * if1632/gdi.spec, objects/gdiobj.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented GdiFreeResources (GDI.609).
-
-       * include/dsound.h, multimedia/dsound.c:
-       Robert Riggs <rriggs@tesser.com>
-       Fixed 8-bit WAV format handling (it is unsigned data).
-       Fixed off-by-one checks for buffer wrap.
-       Increment ref count for primary buffer in CreateSoundBuffer().
-       Added DSBPN_OFFSETSTOP support to position notification code.
-       Lots of minor parameter validation checks.
-       Stubs for: IDirectSound_initialize(), IDirectSound_Compact(),
-       and IDirectSound_GetSpeakerConfig().
-       Fixed freq shifting with 16-bit data problem, fixed 8bit<->16bit
-       conversion.
-       Lots of thread locking for DirectSound buffers.
-       Dealloc primary buffer when dsound is deallocated.
-
-       * include/wintypes.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added the TEXT() and MAKELRESULT() definitions.
-
-       * windows/queue.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Small change.
-
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Revert misguided change to install_lib that broke -disable-lib
-       configure option.
-
-       * misc/main.c, include/windows.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New parameter SPI_GETDRAGFULLWINDOW.
-       One missing break in SPI_GETDRAGFULLWINDOW.
-
-       * dlls/shell32/pidl.c, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New functions ILGlobalClone/ILGlobalFree.
-
-       * documentation/printing:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Add a note about WinPrinters.
-
-       * relay32/ntdll.spec, relay32/ole32.spec, relay32/user32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added some stubs, some ptr->str conversions.
-
-       * graphics/ddraw.c, include/ddraw.h, relay32/ddraw.spec:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added definition of DirectDrawCreateClipper.
-       - more versatile support of surfaces / better surface description support.
-
-       * dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed wrong parameter count for SHChangeNotifyDeregister,  SHFreeUnusedLibraries.
-       New functions ParseField, Get/SetInstanceExplorer(), PathIsUNC, PathIsRelative.
-       Stubs SHWaitForFileToOpen, PathFindOnPath.
-
-       * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Small changes to print the strings in the relay-trace.
-
-       * windows/class.c: NF Stevens <norman@arcady.u-net.com>
-       The class name needs to be converted to a getptr.
-
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory/status recovery when error occured in MIDI_mciOpen.
-       Fixed support for RMID files in MIDI_mciOpen.
-       Fixed bug for playing MIDI files with tempo changes. Sound output is
-       now correct, but length of tracks (and therefore of whole file) is not
-       correct.
-       Changed error values (INTERNAL => INVALID_FILE) when file cannot be read.
-
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory/status recovery when error occured in WAVE_mciOpen.
-       Changed error values (INTERNAL => INVALID_FILE) when file cannot
-       be read.
-
-       * multimedia/msvideo.c, relay32/msvfw32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs for MCIWndCreate[A|W].
-
-       * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
-       VerQueryValue, bugfix: we cant convert binary data with
-       HEAP_strdupWtoA (\VarFileInfo\Translation).
-
-Mon Nov 30 17:41:17 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * relay32/advapi32.spec, win32/advapi.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs for EnumServiceStatus32, small changes.
-
-       * objects/cursoricon.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Load now the first icon from the *.ani file instead of crashing.
-
-       * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Fix warnings in miscemu/main.c.
-
-       * include/windows.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       - added some defines around the CommPort (PURGE_XXX and MS_XXX_ON)
-       - added the DLGTEMPLATE and DLGITEMTEMPLATE structures
-       - added the function definition for StartPage,EndPage,GetCommMask,
-               GetCommModemStatus and PurgComm,WaitCommEvent.
-
-       * windows/defwnd.c: Paul Quinn <PaulQ@corel.com>
-       Fixed activation/Focus message order problem when creating a new HWND.
-
-       * windows/winpos.c, if1632/user.spec, include/windows.h, relay32/user32.spec:
-       Paul Quinn <PaulQ@corel.com>
-       Implementation of ChildWindowFromPointEx functions.
-
-       * misc/registry.c: Gavriel State <gavriels@corel.com>
-       Fixed registry query error value: now returns ERROR_FILE_NOT_FOUND.
-
-       * objects/bitmap.c, objects/cursoricon.c, objects/dib.c, objects/palette.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       GetSystemPaletteEntries returns palette size if entries==NULL.
-       Use this instead of COLOR_GetSystemPaletteSize.
+2005-11-02  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/dsound.spec, multimedia/dsound.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented class factory for dsound.
+       * server/context_i386.c, server/context_powerpc.c, server/context_sparc.c,
+         server/context_x86_64.c, server/thread.c, server/thread.h:
+       Moved the platform-independent part of the get/set_thread_context
+       requests to a common file.
 
-       * relay32/kernel32.spec, misc/comm.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       - fixed a minimal error in GetCommMask definition.
-       - adds stubs for GetCommModemStatus and WaitCommEvent.
-
-       * include/xmalloc.h, library/winestub.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixes for C++ Winelib compilation.
-
-       * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       Bugfix: second RegOpenKey should use CLSIDkey instead of HKEY_CLASSES_ROOT.
+2005-11-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shfldr_unixfs.c:
+       Added some comments to document unixfs.
 
-       * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
-       James Juran <jrj120@psu.edu>
-       Documentation updates.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Fixed 'make install' to really check for libwine.a before installing
-       it.
+       * dlls/msi/install.c, dlls/msi/tests/package.c:
+       Fix parameter handling in MsiSetTargetPath, and add a test for it.
 
-       * graphics/ddraw.c, include/options.h, misc/main.c:
-       Stephen Crowley <crow@debian.org>
-       Added a new cmdline switch to disable XF86 DGA Extensions, -nodga.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
-       Improved GetDiskFreeSpace32A().
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
+       Implement the RemoveFiles action.
 
-Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-02  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Remove included color.h.
+       * dlls/ntdll/rtlstr.c:
+       Minor fixes to rtl string functions.
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Remove unnecessary check for entrypoint address (test binary was
-       infected by a virus which uses invalid PE loading stuff).
+2005-11-02  David Kredba <kredba@math.cas.cz>
 
-       * graphics/painting.c, relay32/gdi32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added stubs for Startpage and EndPage.
+       * dlls/commdlg/cdlg_Cs.rc, dlls/devenum/devenum.rc, dlls/hhctrl.ocx/Cs.rc,
+         dlls/hhctrl.ocx/hhctrl.rc, dlls/mpr/mpr_Cs.rc:
+       Czech resources update.
 
-       * if1632/thunk.c, objects/dc.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed some unnecessary FIXME outputs.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/kernel.spec, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.602 and stub for KERNEL.490.
+       * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+       Stub implementation for MsiGetFileHashA/W.
 
-       * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
+       Use an enumeration for file states.
 
-       * ole/nls/grc.nls, ole/nls/sky.nls, ole/nls/tha.nls, ole/nls/trk.nls, ole/ole2nls.c:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Small fixes.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * loader/ne/resource.c, include/module.h, loader/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved ...Resource16 routines to loader/resource.c.
-       Implemented accessing PE-file resources with 16-bit resource routines.
+       * dlls/msi/dialog.c:
+       Define NONAMELESSUNION and NONAMELESSSTRUCT for older compilers.
 
-       * if1632/kernel.spec, loader/ne/Makefile.in, loader/ne/convert.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implementation of PE->NE resource conversion routines (KERNEL.615-618).
+2005-11-02  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * include/oleauto.h, ole/ole2disp.c, relay32/oleaut32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented 3 methods: SysAllocStringLen(), SysReAllocStringLen()
-       and SysStringLen(). Ensure that the BSTR objects were allocated
-       according to the Windows documentation.
+       * dlls/comctl32/listview.c:
+       Clear bLButtonDown flags if mouse is not down.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shellpath.c, dlls/shell32/shlview.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved existing path - functions to shellpatch.c.
-       New: PathRemoveBlanks32A|W,  PathMatchSpec32A|W,
-       PathSetDlgItemPath32A|W.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/folders.c, dlls/shell32/shelllink.c, dlls/shell32/shellole.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved existing IShellLink class. New stubs for IShellLinkW.
+       * dlls/riched20/reader.c, dlls/riched20/rtf.h:
+       Convert all RTFPanic and RTFMsg calls to ERR calls.
 
-       * include/bitmap.h, include/color.h, include/gdi.h, include/x11drv.h, include/x11font.h, misc/main.c, objects/bitmap.c, objects/color.c, objects/dc.c, objects/gdiobj.c, windows/Attic/graphics.c, windows/dce.c, windows/display.c, windows/event.c, windows/input.c, windows/mouse.c, windows/scroll.c, windows/sysmetrics.c, windows/user.c, graphics/ddraw.c, graphics/painting.c, graphics/wing.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/pen.c, graphics/x11drv/text.c, graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Remove X_DC_INFO from DC and make it behave like any other PDEVICE.
+2005-11-02  Rob Shearman <rob@codeweavers.com>
 
-       * include/miscemu.h, msdos/dpmi.c, msdos/int21.c, msdos/int25.c, msdos/int26.c, msdos/int2f.c, msdos/xms.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Changed CTX_SEG_OFF_TO_LIN to allow linear addresses in 32-bit
-       registers (used by DeviceIoControl). Adapted all users.
+       * include/rpcndr.h:
+       Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
+       RpcMgmtEnableIdleCleanup.
 
-       * include/winioctl.h, win32/device.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented (most) VWin32.VxD DeviceIoControl routines.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
+       * tools/winedump/lnk.c:
+       Handle msi component identifiers without a feature guid.
 
-       * include/thread.h, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Set the TEBF_WIN32 flag in teb.flags for 32-bit threads.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
-       for 32-bit queues.
+       * dlls/msxml3/node.c:
+       Implement IXMLDOMNode::get_nodeName.
 
-       * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: [QF]T_Thunk should clear HIWORD(EAX) on return.
-       Bugfix: hack for stupid USER32 CallbackGlueLS routine in Common32ThkLS.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
-       Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
+       * dlls/oleaut32/oleaut.c:
+       The PSDispatch PS class factory can manage both typelib marshalled and
+       IDispatch, which is NDR marshalled, so we need a wrapper to call the
+       appropriate CreateProxy or CreateStub function.
 
-       * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
-       Don't match against Symbol or Nil fonts.
+2005-11-02  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * memory/global.c: Stephen Crowley <crow@debian.org>
-       Return the "buffers" and "cached" memory as free since it is
-       deallocated when a program needs it anyway.
+       * dlls/x11drv/settings.c, include/winuser.h:
+       Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
 
-       * windows/dialog.c, include/windows.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix: SetDlgItemText32 returns BOOL not void.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/user32.spec, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs GetUserObjectInformationA|W.
+       * dlls/kernel/except.c, dlls/ntdll/exception.c,
+         include/wine/server_protocol.h, server/debugger.c,
+         server/protocol.def, server/thread.c:
+       Don't send an extra signal when waiting for a debug event, just do a
+       normal wait.  Return the debug event status directly as return value
+       of the server call.
 
-       * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed left over 'show' and useless deadbeef checking which doesn't
-       work.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Adjust broken entrypoint addresses. (win98 notepad.exe)
+       * dlls/ntdll/thread.c, server/context_i386.c, server/context_powerpc.c,
+         server/context_sparc.c, server/context_x86_64.c:
+       Don't send the incoming context to the server for get_thread_context,
+       instead copy only the relevant fields of the return value on the
+       client side.
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated according to development.
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * if1632/mmsystem.spec, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Some new stubs (midiStreamXXX functions, some mci functions, and
-       some mmio functions).
+       * dlls/ntdll/tests/om.c, server/named_pipe.c:
+       Fix error returned when exceeding allowed instances.
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved MCI part to mcimidi.c ; added DriverProc.
+2005-11-01  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved MCI part to mciwave.c ; added some error checking ; added
-       DriverProc
+       * dlls/comctl32/string.c:
+       Include config.h and port.h for strncasecmp() in MSVC port.
 
-       * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added mcimidi and mciwave.
+2005-11-01  Bernd Schmidt <bernds_cb1@t-online.de>
 
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
-       seek command.
+       * dlls/kernel/file.c:
+       Implemented FindExSearchLimitToDirectories.
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Starting writing MCI part ; fixed bug in MCI_INFO command.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing stubs in 32 bit part.
+       * dlls/msvcrt/msvcrt.spec:
+       Fixed _wstrdate/_wstrtime parameters.
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made use of new 16/32 MCI message handling in mmsystem.c.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * include/mmsystem.h, include/multimedia.h:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some new functions/structures definitions.(I couldn't get all
-       the manifest constants values that MS was referring to in its specs...
-       if someone has them...)
+       * dlls/wininet/http.c:
+       Authors: Marcus Meissner <marcus@jet.franken.de>, Walter Weiss <wjweiss@hotmail.com>
+       Added handling of more HTTP standard headers and binary search lists.
 
-       * multimedia/mcianim.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some error checking ; made use of new 16/32 MCI message handling
-       in mmsystem.c ; fixed bug in MCI_INFO command.
+2005-11-01  Marcus Meissner <marcus@jet.franken.de>
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some error checking ; made use of new 16/32 MCI message
-       handling in mmsystem.c.
-       Added Win95 command to handle cd-rom with both data and audio ; fixed
-       bug in MCI_INFO command ; shadowing MCI status for devices that can't
-       get current status ; fixed status not being updated on cd change.
+       * dlls/oleaut32/tests/vartype.c:
+       SysReAllocString of same pointer returns TRUE.
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Factorized 16/32 bit MCI function by using  message mapping from 16
-       to 32 bits ; added some new prototypes mciSendCommand, mciSendString,
-       mci(Set/Get)YieldProc ; started writing midiStreamXXX functions - not
-       yet working. Fixed some issues regarding asynchronous MCI commands ;
-       fixed MCI_SYSINFO command.
+2005-11-01  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some quirks.
+       * dlls/shell32/shfldr_unixfs.c:
+       Fixed crash in unixfs shellfolder handling with winamp.
 
-Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-01  Christian Costa <titan.costa@wanadoo.fr>
 
-       * dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/iconcache.c, dlls/shell32/pidl.h, dlls/shell32/shell32_main.h, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many fixes.
+       * dlls/amstream/amstream.c, dlls/amstream/main.c:
+       Use a more standard indentation style.
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New function: _ILGetExtension.
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file. HKEY_CLASSES_ROOT handling.
+       * tools/wine.inf:
+       Remove version information.
 
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Updated.
+2005-11-01  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * dlls/comctl32/header.c, dlls/comctl32/status.c, dlls/comctl32/toolbar.c, include/commctrl.h, include/header.h, include/listview.h, include/ole2.h, include/rebar.h, include/status.h, include/toolbar.h, include/tooltips.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added Unicode support (at least partially).
+       * dlls/x11drv/clipboard.c:
+       Improve handling of mapping between X and Windows formats.
+       Add support for UTF8.
 
-       * ole/Makefile.in, ole/compobj.c, ole/oleobj.c, include/oleobj.h, include/shlobj.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added IOleAdviseHoler interface (still a dummy) and fixed
-       CreateOleAdviseHolder().
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/comctl32/commctrl.c, dlls/comctl32/tooltips.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added global subclassing atom, used by tooltips and updown (not yet).
+       * dlls/ntdll/tests/om.c, server/main.c, server/object.c, server/object.h,
+         server/winstation.c:
+       - Use OBJ_CASE_INSENSITIVE in object lookup.
+       - Remove case_sensitive flag from namespace.
+       - Remove todo_wine from now succeeding tests.
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved layout code.
+2005-11-01  Davin McCall <davmac@davmac.org>
 
-       * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed ImageList_LoadImage().
+       * dlls/dsound/mixer.c:
+       PhaseCancel subtracts secondary buffer from primary buffer, not the
+       other way around.
 
-       * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added CMEM_SETITEM32A and message forwarding to combobox.
+2005-11-01  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * ole/moniker.c, relay32/ole32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stub for CreateItemMoniker().
+       * dlls/user/painting.c:
+       ScrollWindowEx: Don't move the caret of child windows and hide it only
+       if it's in the source or in the destination rectangle.
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed some undocumented function names and implemented DPA_Merge
-       partially.
+2005-11-01  Robert Shearman <rob@codeweavers.com>
 
-       * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Enabled double click for buttons.
+       * dlls/shell32/shfldr.h, dlls/shell32/shfldr_desktop.c,
+         dlls/shell32/shfldr_fs.c, dlls/shell32/shlfolder.c:
+       Convert SHELL32_BindToChild to Unicode and fix up the callers.
 
-       * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added command and return constants used by WM_NOTIFYFORMAT.
+2005-11-01  Robert Shearman <rob@codeweavers.com>
 
-       * objects/brush.c, objects/dc.c, objects/gdiobj.c, objects/pen.c, windows/Attic/graphics.c, graphics/painting.c, graphics/x11drv/bitblt.c, graphics/x11drv/dib.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, include/dc.h, include/x11drv.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Moved DC_SetupGC functions to graphics/x11drv/graphics.c.
+       * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
+       Make the call exception handler function more compatible with NT and
+       with what Shrinker expects.
 
-       * include/options.h, misc/main.c, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes to get the default language to a sensible value.
-       Thanks to Pablo.
+2005-10-31  Stefan Huehner <stefan@huehner.org>
 
-       * ANNOUNCE, DEVELOPERS-HINTS, README, documentation/README.documentation, documentation/how-to-port, documentation/wine.man, documentation/wine.texinfo:
-       Douglas Ridgway <ridgway@winehq.com>
-       Miscellaneous small fixes.
+       * programs/winetest/Makefile.in:
+       Add msxml3,setupapi tests to winetest.
 
-       * graphics/win16drv/prtdrv.c, if1632/gdi.spec, include/windows.h, objects/metafile.c, objects/region.c, relay32/gdi32.spec:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added Win16 implementation for GetRegionData().
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
-       Enhanced OABuildVersion() to return different version values for
-       different winvers.
+       * configure, configure.ac, programs/Makefile.in,
+         programs/eject/.cvsignore, programs/eject/Makefile.in,
+         programs/eject/eject.c:
+       Added an 'eject' Winelib app that allows unmounting and ejecting a CD
+       even if a Windows app has files open on it.
 
-       * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
-       Added INT21_ParseFileNameIntoFCB() and some other things to get
-       COMMAND.COM working.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Added missing entry for GetNumberFormatW.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Marshal enums.
 
-       * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Checking for NULL-pointer.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * ole/nls/fra.nls, ole/nls/frb.nls, ole/nls/frc.nls, ole/nls/frl.nls:
-       Robert Pouliot <krynos@clic.net>
-       Better OLE support in French languages.
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c:
+       Actually print the IIDs.
 
-       * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implementation of CreateProcess32W.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Queuing of deferred Expose events.
+       * dlls/gdi/enhmetafile.c, include/wingdi.h:
+       Implement playback of EMR_ALPHABLEND.
 
-       * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
-       LB_GETTEXT: Handle passed NULL buffer.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
-       CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
-       byte NULL buffer.
+       * dlls/gdi/freetype.c:
+       Only select a bitmap font as a last resort if we can't find a font
+       with the correct facename.
 
-       * ole/nls/frs.nls, ole/nls/sky.nls, ole/ole2nls.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Turn mega double switch into static table (reduces compile time).
+2005-10-31  Marcus Meissner <marcus@jet.franken.de>
 
-       * AUTHORS, include/authors.h: Added Robert Riggs.
+       * server/mapping.c:
+       Do not overflow the stackbased "nt" struct when reading non-conforming
+       PE files.
 
-       * include/d3d.h: Robert Riggs <rriggs@tesser.com>
-       include ddraw.h, questionable fix for questionable struct/union
-       construct in MS's D3DVECTOR definition.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * include/dsound.h: Robert Riggs <rriggs@tesser.com>
-       More flags (DirectX 5.2), DirectSound3DListener and
-       DirectSound3DBuffer structures, include some required files
-       (windows.h, compobj.h, and d3d.h).
+       * DEVELOPERS-HINTS, configure, configure.ac, dlls/Makefile.in,
+         dlls/ttydrv/.cvsignore, 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_main.c, dlls/ttydrv/winetty.drv.spec,
+         dlls/ttydrv/wnd.c:
+       Get rid of the no longer used tty driver.
 
-       * multimedia/dsound.c: Robert Riggs <rriggs@tesser.com>
-       DirectSound3DListener and DirectSound3DBuffer stubs, new mixer code,
-       primary buffer is implemented closer to what the SDK docs specify,
-       other SDK documented behaviour enforced. Completed the devcaps list.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs strdate, strtime.
+       * dlls/user/driver.c:
+       Default to the null driver instead of dying if the specified display
+       driver couldn't be loaded.
 
-       * memory/selector.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
+2005-10-31  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/comm.c: Cliff Wright <cliff@snipe444.org>
-       Fixed a mask set, and other parity setting bugs for serial ports.
+       * dlls/user/painting.c, dlls/user/tests/msg.c:
+       Add the tests for behaviour of [In]validateRect and [In]validateRgn
+       with hwnd set to 0, make them pass under Wine.
 
-       * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
-       Added BSDI sigcontext definitions.
+2005-10-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/class.c: Rein Klazes <rklazes@casema.net>
-       Fixed typo.
+       * dlls/shdocvw/shdocvw_main.c:
+       Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
 
-       * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
-       Remove now useless RELAY_ShowDebugmsgsRelay check.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not relocate the pointers in the IMAGE_THREAD_LOCAL_STORAGE
-       directory, for they seem to be relocated by the standard relocating
-       mechanism. (Explicitly checked one program using it)
+       * dlls/oleaut32/usrmarshal.c:
+       Deal with pExcepInfo == NULL.
 
-       * dlls/shell32/shellord.c, include/shell.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       PathAddBackshlash, PathRemoveBackslash: argument is not constant.
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
-       Check wndPtr for NULL.
+       * dlls/msi/dialog.c:
+       Make sure to unregister all the classes that were registered when msi
+       is unloaded, so we can register again cleanly.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * misc/spooler.c, misc/Makefile.in, miscemu/main.c, Makefile.in, graphics/win16drv/init.c, loader/main.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Takes print spooler functions out of win16drv.
-       Allows the PostScript driver to go into libwine.
+       * dlls/shell32/tests/shlexec.c:
+       Add void to empty declaration list.
 
-       * if1632/gdi.spec, objects/brush.c, objects/palette.c:
-       Ian Schmidt <irsman@iag.net>
-       Added stubs for two undocumented GDI routines, SetMagicColors and
-       SetSolidBrush. This allows Win98 native USER to start up.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
-       Fixed the DGA detection code in ddraw. You don't need root access,
-       having r+w access to /dev/mem is enough.
+       * dlls/gdi/dc.c, dlls/gdi/driver.c:
+       Default to an empty driver instead of dying if the specified display
+       driver couldn't be loaded.
 
-       * documentation/status/directdraw, graphics/ddraw.c, graphics/wing.c, include/ddraw.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       DirectDraw status updated.
-       Use cooperative window for drawing in xlib implementation if possible.
-       Slightly restructured IDirectDrawSurface::Blt so it doesn't crash.
+2005-10-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Micro patch for AltGr key on german keyboards.
+       * configure, configure.ac, dlls/shdocvw/Makefile.in,
+         dlls/shdocvw/tests/.cvsignore, dlls/shdocvw/tests/Makefile.in,
+         dlls/shdocvw/tests/shortcut.c:
+       Added initial tests for shdocvw's FolderShortcut related
+       functionality.
 
-       * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixes error handling (SetLastError() and return value).
+2005-10-31  Marcus Meissner <meissner@suse.de>
 
-       * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
-       Partially complete GetTextCharsetInfo and corrects return values for
-       this family of functions.
+       * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
+       Added assembly implementation of EXC_CallHandler.
 
-Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Bug fix.
+       * dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/package.c,
+         dlls/msi/tests/package.c:
+       Fix and test MsiGetProperty and MsiSetProperty.
 
-       * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed retrieval of invalid palette data in GetDIBits().
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * windows/winpos.c: John Richardson <jrichard@zealand.mv.com>
-       Allow SWP_HIDEWINDOW to be called on windows that are already hidden
-       without unmapping them again.
+       * dlls/msi/msi.c, dlls/msi/tests/.cvsignore, dlls/msi/tests/Makefile.in,
+         dlls/msi/tests/msi.c:
+       Improve MsiUseFeatureEx and MsiGetFeatureState a little, add some
+       simple test cases.
 
-       * windows/scroll.c: Pim Bollen <pim@gimli.iaehv.nl>
-       Fixed scroll bug in ScrollWindowEx32 which caused garbage on screen
-       outside desktop window with gtwin.exe (Dutch banking program).
+2005-10-31  James Hawkins <truiken@gmail.com>
 
-       * loader/main.c, memory/atom.c, misc/ddeml.c, windows/class.c, windows/message.c, include/Attic/atom.h, include/global.h:
-       Small atom fixes.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       Implement InternetCreateUrlW and test cases.
 
-       * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
-       Fixed bug in StretchDIBits32 (wrong origin).
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * dlls/gdi/dc.c, dlls/gdi/enhmfdrv/dc.c, dlls/gdi/enhmfdrv/init.c,
+         dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
+         dlls/gdi/tests/dc.c, dlls/gdi/tests/metafile.c:
+       Fix handling of relative state indices in RestoreDC.
+       Fix return value of SaveDC when writing to an emf.
+       Before writing the EMR_EOF record we should ensure that we clear the
+       state stack.
 
-       * include/ddraw.h, include/ts_xshm.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xshm.c, graphics/ddraw.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Some corrections to the handling of off-screen buffers.
-       Correction to the EnumDisplayModes function.
-       Added XShm support to Xlib driver.
-       Open a DirectX window even when using the DGA driver.
+2005-10-31  Christian Costa <titan.costa@wanadoo.fr>
 
-       * include/shell.h, include/shlobj.h, misc/shell.c, relay32/shell32.spec, dlls/shell32/Makefile.in, dlls/shell32/contmenu.c, dlls/shell32/dataobject.c, dlls/shell32/folders.c, dlls/shell32/shell32_main.c, dlls/shell32/shell32_main.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Cleanup, small fixes, a few new stubs.
+       * dlls/ddraw/direct3d_opengl.c, dlls/ddraw/light.c,
+         dlls/ddraw/opengl_private.h:
+       Finish moving d3d[1..3] light code to use d3d7.
 
-       * dlls/shell32/shlview.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Handling for listviewstyles, view mode buttons in filedialogs
-       enabled and handled.
-       New listview columns Size, Type, Modified for reportview
-       created and handled.
+2005-10-31  Marcus Meissner <meissner@suse.de>
 
-       * dlls/shell32/if_macros.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file, wrapper for IShellBrowser class.
+       * dlls/kernel/time.c:
+       Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file, some helper functions for icon cache.
-       Implemented ExtractIconEx; moved SHMapPIDLToSystemImageListIndex,
-       Shell_GetImageList in this file.
+2005-10-31  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
+       * dlls/odbccp32/odbccp32.c:
+       Improve the implementation of SQLConfigDataSource, SQLConfigDriver,
+       SQLInstallDriver{,Ex}, SQLInstallerError and
+       SQLInstallTranslator{,Ex}.
 
-       * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
-       LoadLibraryEx: show a warning when called with unimplemented parm.
+2005-10-31  Juan Lang <juan_lang@yahoo.com>
 
-       * miscemu/instr.c: Cleaned up a bit.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c:
+       Implement CertSignSignature and CertVerifySignature(Ex).
 
-       * memory/selector.c, miscemu/instr.c, tools/build.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Clean invalid selectors on the pop %xs from the STACKFRAME itself
-       instead of using linked list hack.
+2005-10-31  Robert Reif <reif@earthlink.net>
 
-       * Makefile.in: Removed gets message.
+       * dlls/winmm/tests/wave.c:
+       Add waveOutPause/waveOutRestart test.
+       Tighten up play duration test when ending too soon.
+       Set VirtualFree size to 0.
 
-       * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
-       Added Thai nls-resources.
+2005-10-31  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * ole/nls/README, ole/nls/cze.nls, ole/nls/ese.nls, ole/nls/esg.nls, ole/nls/est.nls, ole/nls/euq.nls, ole/nls/fos.nls, ole/nls/hrv.nls, ole/nls/hun.nls, ole/nls/isl.nls, ole/nls/nor.nls, ole/nls/plk.nls, ole/nls/ptg.nls, ole/nls/rom.nls, ole/nls/slv.nls, ole/nls/sve.nls, ole/ole2nls.c, include/winnls.h:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Display the language id for "XXX not supported for your language"
-       messages.
-       Added all languages and sublanguages for languages supported in
-       resources/sysres_Xx.
+       * dlls/shlwapi/tests/path.c:
+       Stop PathIsValidCharW tests after 100 failing tests.
 
-       * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
-       Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
+2005-10-31  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * ole/moniker.c: Gavriel State <gavriels@corel.com>
-       Ensure that CreateFileMoniker functions don't return a bogus moniker
-       object on failure.
+       * dlls/d3d9/query.c:
+       In case of D3D9 the CreateQuery call can be used to retrieve status  
+       information. According to MSDN the 'ppQuery' parameter can be set to
+       NULL to detect if a certain query Type is supported.
 
-       * include/class.h, windows/class.c: Gavriel State <gavriels@corel.com>
-       Added code to manage Ascii and WideChar class names, and to return the
-       names in the GetClassInfo functions.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
-       Fix to Linux IPX so compiles on non-linux platforms.
+       * dlls/msi/action.c:
+       Add a stub for the AllocateRegistrySpace action.
 
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Own X11 errorhandler to locate X11 errors. Useful only with -sync.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/action.c, dlls/msi/database.c, dlls/msi/msi.c,
+         dlls/msi/package.c, include/msiquery.h:
+       Define MSIDBOPEN_ constants using LPCWSTR when compiling Wine.
 
-       * include/color.h, include/imagehlp.h, include/palette.h, memory/global.c, misc/registry.c, windows/defwnd.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed warnings, some only visible with -Wstrict-prototypes or -pedantic.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * include/cursoricon.h, include/display.h, include/message.h, objects/cursoricon.c, windows/display.c, windows/mouse.c, windows/x11drv/init.c, if1632/display.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved X11 mouse cursor handling to the DISPLAY driver.
+       * dlls/msi/dialog.c:
+       Add a read-only implementation of the SelectionTree control.
 
-       * if1632/thunk.c, include/callback.h, loader/main.c, loader/task.c, misc/callback.c, miscemu/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Some fixes to Wine startup/termination sequence with native USER.
-       Do not call built-in USER signal handler when using native USER.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * debugger/break.c, include/debugger.h, include/task.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: -debug didn't work anymore after the last startup sequence patch.
+       * dlls/msi/classes.c:
+       Simplify register_progid() and remove a fixed length buffer.
 
-       * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed list insertion bug in CoLoadLibrary().
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/wprocs.spec, msdos/Makefile.in, msdos/int2f.c, msdos/int41.c, msdos/vxd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added stubs for several VxDs / interrupts.
+       * dlls/msi/dialog.c:
+       Handle MaskEdit masks containing dashes and other constant
+       characters.
 
-       * if1632/thunk.c, include/callback.h, misc/callback.c, graphics/win16drv/init.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Should get win16drv AbortProc working. Hopefully.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * windows/input.c, windows/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved GetKeyboardLayoutName16 to windows/input.c.
+       * dlls/msi/action.c:
+       Use msi_get_property_int() in a few more places.
 
-       * include/imagehlp.h, include/winnt.h, include/wintypes.h:
-       Patrik Stridvall <ps@leissner.se>
-       Moved some declarations from imagehlp.h to common include files.
+2005-10-30  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/kernel32.spec, win32/thread.c:
-       Rein Klazes <rklazes@casema.net>
-       Added implementations for InterlockedExchangeAdd() and
-       InterlockedCompareExchange().
+       * dlls/winecrt0/crt0_private.h, dlls/winecrt0/delay_load.c,
+         dlls/winecrt0/dll_entry.c, dlls/winecrt0/dll_main.c,
+         dlls/winecrt0/drv_entry.c, dlls/winecrt0/exe_entry.c,
+         dlls/winecrt0/exe_wentry.c, dlls/winecrt0/init.c,
+         dlls/winecrt0/stub.c, include/winnt.h:
+       Make all winecrt0 functions and variables hidden.
 
-       * win32/console.c, objects/dib.c, objects/enhmetafile.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixes a few of the many compiler warnings.
+2005-10-30  Julien Cegarra <JulienC@psychologie-fr.org>
 
-       * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
-       Emulate "mov cr4,eax" (tombraider 3 demo).
+       * dlls/Makefile.in, dlls/winmm/Makefile.in, dlls/winmm/sound.drv.spec,
+         dlls/winmm/sound.spec:
+       Correct name of sound.dll to sound.drv (WIN16).
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not enumerate D3D devices we can't handle anyway.
-       Return bitmasks for hi/truecolor depths in EnumDisplayModes.
+2005-10-30  Kai Blin <blin@gmx.net>
 
-       * if1632/snoop.c, include/snoop.h, relay32/builtin32.c, relay32/snoop.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Speed up relay32, snoop16 and snoop32 include/excludes by doing them
-       just once at creation time.
+       * dlls/secur32/Makefile.in, dlls/secur32/dispatcher.c,
+         dlls/secur32/secur32_priv.h:
+       A dispatcher for running ntlm_auth.
 
-       * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Added stubs for CoRevokeClassObject and OleSetClipboard.
+2005-10-30  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * windows/win.c: Per Ångström <pang@mind.nu>
-       EnumTaskWindows16: Basing the selection on a window's task is not only
-       more straightforward than comparing message queues, it also works
-       better for Win32 applications.
+       * dlls/user/scroll.c:
+       Handle the left and right arrow keys.
 
-       * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Changed some of the message classes.
+2005-10-30  Christian Costa <titan.costa@wanadoo.fr>
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Special case handling of : Shift + arrow, shift + home, ...
-       X returns a char for it, but Windows doesn't. Ignore X char.
-       Also added some documentation.
+       * include/wine/library.h:
+       Remove no longer used wine_dbg_parse_options and wine_dbg_add_options
+       prototypes.
 
-       * include/winsock.h, misc/winsock.c:
-       Stephen Langasek <vorlon@dodds.net>
-       Bugfixes for IPX code and preliminary groundwork for other address
-       family support.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
-       lookup (Registry is case insensitive).
+       * dlls/msi/install.c, dlls/msi/msi.spec, include/msiquery.h:
+       Add a stub implementation of msi.MsiSetMode.
 
-       * relay32/ntdll.spec, win32/advapi.c, dlls/ntdll/rtl.c, relay32/advapi32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs: SetServiceStatus, RegisterServiceCtrlHandlerA/W,
-       StartServiceCtrlDispatcher32A/W, RtlSystemTimeToLocalTime,
-       RtlTimeToTimeFields.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * include/windows.h, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for GetNumberFormat32W.
+       * dlls/msi/classes.c:
+       Remove unused package parameter of register_progid_base().
 
-       * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
-       gets() fixes.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
-       Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
-       to be in nominative case.
+       * dlls/msi/action.c, dlls/msi/dialog.c, dlls/msi/package.c:
+       Use "static const" rather than "const static" as gcc -W complains
+       about the former.
 
-       * windows/queue.c: Per Ångström <pang@mind.nu>
-       Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
-       an invalid size parameter.
+2005-10-30  Robert Reif <reif@earthlink.net>
 
-       * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added correct implementation of GetCaps, changed Play and Stop handling
-       of positions indexes, suppressed warnings.
+       * dlls/msvcrt/msvcrt.spec, dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c:
+       Implement _wstrdate and _wstrtime with tests.
 
-       * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected bug in TRACE function.
+2005-10-30  Peter Beutner <p.beutner@gmx.net>
 
-       * AUTHORS, graphics/ddraw.c, include/authors.h, include/ddraw.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Corrected bug in DirectDrawSurface creation and handling for driver
-       based upon Xlilb.
+       * dlls/msvcrt/cppexcept.c:
+       Fix exception handling for non CXX_EXCEPTIONs.
 
-       * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
-       Wine keyboard and mouse have now their own UIDs.
+2005-10-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix allocation size in CreateDIBPatternBrush*.
+       * server/console.c, server/event.c, server/handle.c, server/mailslot.c,
+         server/mapping.c, server/mutex.c, server/named_pipe.c,
+         server/object.c, server/object.h, server/process.c,
+         server/semaphore.c, server/timer.c, server/winstation.c:
+       Pass object attributes to create_named_object & find_object.
 
-----------------------------------------------------------------
-Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed keystroke accelerators in dialogs which have controls containing
-       other controls as child windows.
+       * dlls/kernel/atom.c:
+       Implemented local/global atom creation, deletion & lookup on top of
+       ntdll.
 
-       * include/winproc.h, misc/commdlg.c, windows/hook.c, windows/winproc.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixes: LB_/CB_/EM_ messages for getting/setting text and a bug in
-       16->32 bit conversion.
+2005-10-29  Juan Lang <juan_lang@yahoo.com>
 
-       * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent CreateDIBSection from seg faulting when one dimension of
-       section is 0.
+       * dlls/wldap32/wldap32.spec:
+       Export functions by ordinal, cryptnet.dll at least depends on it.
 
-       * configure, configure.in, include/config.h.in, include/winsock.h, misc/winsock.c:
-       Stephen Langasek <vorlon@dodds.net>
-       Support for IPX networking via winsock under Linux.
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * relay32/gdi32.spec, graphics/painting.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added a stub for StartDocA and EndDoc.
+       * dlls/msi/action.c:
+       Don't change the UI level during ExecuteAction.
 
-       * relay32/kernel32.spec, scheduler/process.c, win32/console.c:
-       James Sutherland <JamesSutherland@gmx.de>
-       More complete implementation of the SetCtrlHandler() function (and the
-       related console functions).
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
-       Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
-       updates.
+       * dlls/msi/msi.c:
+       Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
+       versions.
 
-       * graphics/vga.c, include/vga.h, msdos/ioports.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Simulate the VGA vertical refresh.
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added support of source and destination rectangles in Blit function.
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
+         dlls/msi/helpers.c:
+       Remove the unused 1st parameter of ACTION_VerifyComponentForAction.
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added device type constants and used them in device enumeration
-       function.
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * misc/registry.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       API documentation says that RegEnumKeyEx, RegEnumValue and
-       RegQueryInfoKey takes the size of the buffers as characters.
-
-       * ole/compobj.c: Added missing #include "config.h"
+       * dlls/msi/dialog.c:
+       Explicitly check for MSICONDITION_TRUE being returned from
+       MsiEvaluateCondition.
 
-       * AUTHORS, configure, configure.in, include/authors.h, include/config.h.in, ole/compobj.c:
-       Justin Bradford <justin@ukans.edu>
-       Replaces CoCreateGuid stub with an implementation of DCE's UUID
-       specification. Also removes some unnecessary code from StringFromCLSID.
-
-       * include/commctrl.h, include/winbase.h, include/wintypes.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added an extern "C" safeguard.
-
-       * include/commdlg.h, include/windows.h, windows/input.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       - adds GetExitCodeProcess
-       - corrects the return-type of GetKeyState
-       - corrects the winelib definition of IsDialogMessage
-       - adds winelib definitions for PrintDlg
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * objects/clipping.c: Rein Klazes <rklazes@casema.net>
-       ExtSelectClipRgn fix: RGN_DIFF did not work.
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
+       Some installers don't call the CreateFolders action before the
+       InstallFiles action as MSDN specifies, but it still seems to work, so
+       make sure that we create component directories in the InstallFiles
+       action anyway.
 
-       * objects/cursoricon.c, windows/event.c, windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to new input event handling.
+2005-10-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * if1632/thunk.c, if1632/user.spec, include/input.h, include/windows.h, relay32/user32.spec, windows/Makefile.in, windows/input.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       USER-side part of input event handling: contains implementation of
-       keybd_event and mouse_event, and USER-related code removed from
-       windows/event.c and windows/keyboard.c.
+       * dlls/comctl32/header.c:
+       Unify HEADER_GetItem[A/W] into one function.
 
-       * windows/display.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Stubs for DISPLAY.DRV removed from keyboard.c.
-
-       * if1632/mouse.spec, include/mouse.h, windows/mouse.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implementation of MOUSE.DRV (contains some code taken from
-       windows/event.c).
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/keyboard.spec, include/keyboard.h, windows/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implementation of KEYBOARD.DRV (code mostly taken from previous
-       windows/keyboard.c).
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       Add a bunch of tests for MsiEvaluateCondition and make them pass.
 
-       * loader/main.c, loader/task.c, miscemu/main.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: really *do* switch to the initial task's stack.
-       CallLargeStack mechanism re-enabled.
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * include/debug.h, include/debugdefs.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       New Files. Added 'date and time picker' and 'month calendar' control
-       dummies. They are used by Outlook Express.
+       * dlls/msi/dialog.c:
+       Make enter and escape trigger the default and cancel buttons in
+       dialogs.
 
-       * ole/ole2.c, relay32/ole32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stub for CreateBindCtx() and added missing CoGetClassObject()
-       to *.spec file. Makes Internet Explorer 4.01 happy ;-)
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Little improvement.
+       * dlls/msi/table.c:
+       Deleted two buggy functions that incorrectly and inefficiently check
+       whether a row already exists in a table, and replaced them with a call
+       to an existing working function that does the same thing correctly.
 
-       * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added preliminary hit testing. Makes regedit.exe happy ;-)
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * documentation/common_controls, dlls/comctl32/imagelist.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved documentation and fixed typos.
+       * dlls/msi/files.c:
+       Remove an incorrect comment and check for 0 being an invalid file
+       handle.
 
-       * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added DrawStatusText32AW() and CreateStatusWindow32AW().
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved display and layout code.
+       * dlls/msi/files.c:
+       Extract file directly to their target location, bypassing the need to
+       use temporary files and move files.
 
-       * dlls/comctl32/Makefile.in, dlls/comctl32/datetime.c, dlls/comctl32/monthcal.c, include/commctrl.h, include/datetime.h, include/monthcal.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       New Files. Added 'date and time picker' and 'month calendar' control
-       dummies. They are used by Outlook Express.
+2005-10-29  Robert Shearman <rob@codeweavers.com>
 
-Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       - Read DLL name from modules in MSFT typelibs.
+       - A name offset of -1 for a parameter means that it has the same name
+       as the function.
+       - Print an error if a ReadName is attempted with an offset of -1,
+       since this will read garbage.
+       - Implement ITypeInfo_GetDllEntry.
 
-       * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
-       Charles Suprin <csuprin@lynx.dac.neu.edu>
-       Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
+2005-10-29  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * graphics/x11drv/graphics.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Stop X11DRV_RoundRect calling XDrawArc with -ve width/height params
-       which it did if either ellipse dimension was zero.
+       * dlls/wined3d/device.c, dlls/wined3d/stateblock.c,
+         dlls/wined3d/wined3d_private.h:
+       Move the softwareVertexProcessing flag from the stateblock to the
+       device because its state shouldn't be recorded in a stateblock.
 
-       * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Optimize RoundRect32 to call Rectangle32 if either ellipse dimension
-       is zero.
+2005-10-29  Robert Shearman <rob@codeweavers.com>
 
-       * relay32/mpr.spec, misc/network.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added stub WNetEnumCachedPasswords.
+       * dlls/gdi/dc.c:
+       Print an error if a DC is created with a bad device.
 
-       * msdos/int21.c, msdos/int25.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Made this file DOSMOD friendly.
+2005-10-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * loader/ne/segment.c, loader/pe_image.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Unified "No implementation for..." warnings.
+       * programs/winecfg/driveui.c:
+       Set list view's text directly - don't use fill_drives_list for that.
+       Enable "Apply" button when text changes.
 
-       * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
-       monodebg.vxd used by some Origin programs implemented.
+2005-10-29  Kevin Koltzau <kevin@plop.org>
 
-       * objects/bitmap.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fail if less then one entire line requested in GetBitmapBits32.
+       * dlls/msvcrt/console.c:
+       Enable line editing for _cgets.
 
-       * windows/winproc.c: Rein Klazes <rklazes@casema.net>
-       Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
+2005-10-29  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * if1632/compobj.spec, include/ole.h, ole/compobj.c, relay32/ole32.spec:
-       John Richardson <jrichard@zealand.mv.com>
-       Implementation of CoLoadLibrary, CoFreeAllLibraries,
-       CoFreeUnusedLibraries, CoFreeLibrary.
-       Fixed misspelling of CoUninitialize.
+       * dlls/ole32/tests/stg_prop.c:
+       Delete some temp files created by the ole32 tests.
 
-       * programs/clock/ChangeLog, programs/clock/main.c:
-       Robert Pouliot <krynos@clic.net>
-       Fixes for other languages.
+2005-10-29  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/action.c:
+       Passing NULL as the last two parameters to ReadFile is illegal and
+       actually causes a crash on windows. The attached patch fixes this.
 
-       * misc/registry.c: John Richardson <jrichard@zealand.mv.com>
-       Fix wide character functions to return character count in character
-       quantities not byte quantities.  Make RegQueryInfoKey and
-       RegQueryInfoKey behave correctly in win95 mode.
+2005-10-29  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Changed mouse button mapping and check size of return buffer.
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
 
-       * objects/clipping.c: Rein Klazes <rklazes@casema.net>
-       ExtSelectClipRgn() with RGN_COPY copies the wrong region.
+2005-10-29  Mike McCormack <mike@codeweavers.com>
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed an error in the implementation of FILE_ShareDeny.
+       * dlls/msi/msi.c:
+       Add an implementation for MsiGetShortcutTargetA/W.
 
-       * scheduler/handle.c, if1632/thunk.c, include/debugtools.h, include/sig_context.h, multimedia/mmsystem.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Solaris redefines ERR and CS, fixed occurances.
-       Solaris has TRAPNO in its sigcontext, added to sig_context.h
+2005-10-28  Alexandre Julliard <julliard@winehq.org>
 
-       * include/mmsystem.h, multimedia/mmio.c, relay32/winmm.spec, if1632/mmsystem.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made mmioSetBuffer callable from 16 and 32 bit code.
+       * dlls/ntdll/directory.c, dlls/ntdll/file.c, dlls/ntdll/ntdll_misc.h:
+       Added an implementation of the FSCTL_DISMOUNT_VOLUME ioctl that
+       attempts to unmount the Unix device.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed wrong arg type.
+2005-10-28  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * objects/dib.c, objects/gdiobj.c, graphics/x11drv/Makefile.in, graphics/x11drv/dib.c, graphics/x11drv/init.c, include/x11drv.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Moved X11 DIB stuff to x11drv.
+       * dlls/ntdll/om.c, include/winternl.h:
+       Fix NtQueryDirectoryObject prototype, documentation, and the
+       definition of the structure it uses.
 
-       * win32/code_page.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       The API for WideCharToMultiByte says that the src-string has only to be
-       treated as NULL-terminated if srclen is -1.
+2005-10-28  Huw Davies <huw@codeweavers.com>
 
-       * include/win.h, windows/event.c, windows/win.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Made sure ConfigureNotify is processed before Expose, deferring the
-       Expose event if necessary, thus working around a WM flaw with virtual
-       desktop scrolling in -managed mode.
+       * dlls/gdi/dc.c, dlls/gdi/tests/.cvsignore, dlls/gdi/tests/Makefile.in,
+         dlls/gdi/tests/mapping.c:
+       xform can be NULL when setting the identity.
 
-       * resources/sysres_Fr.rc: Eric Pouech <eric.pouech@lemel.fr>
-       Translated in French (not so good anyhow) message for the mark on
-       system menu.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Changed the default from 0 to 0x409 (eng-us).
+       * dlls/msi/install.c:
+       Fix a memory leak.
 
-       * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
-       Two missing WINAPIs.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed one wrong parameter.
+       * dlls/shell32/shelllink.c:
+       Handle MSI advertised shortcuts in the shelllink object.
 
-       * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
-       Fixed --disable-lib.
+2005-10-28  Henning Gerhardt <henning.gerhardt@web.de>
 
-Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
+       * programs/regedit/De.rc:
+       Update the German resource file.
 
-       * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Constants for controls in common dialogs.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/files.c:
+       Put the UI update code for cabinet file into a separate function.
 
-       * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed some compiler warnings.
+2005-10-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/version/install.c:
+       Correct the way that VerFindFileA checks for a file that is
+       exclusively locked.
 
-       * windows/message.c, windows/nonclient.c, windows/painting.c, windows/winhelp.c, windows/winpos.c, misc/commdlg.c, misc/shell.c, misc/winsock.c, miscemu/instr.c, multimedia/audio.c, multimedia/joystick.c, objects/bitmap.c, objects/clipping.c, objects/color.c, objects/cursoricon.c, objects/dib.c, tools/wrc/dumpres.c, tools/wrc/parser.l, windows/clipboard.c, windows/mdi.c, files/file.c, graphics/x11drv/xfont.c, memory/heap.c:
-       Jesper Skov <jskov@cygnus.co.uk>
-       egcs 'ambiguous else' warnings fixes.
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * include/toolhelp.h, include/windows.h, scheduler/process.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Get rid of the redefinition of MAX_PATH and move PROCESSENTRY32
-       definition to toolhelp.h.
+       * dlls/kernel/tests/thread.c:
+       Test CreateThread() for reception of NULL pointer to TID.
 
-       * windows/win.c, include/pe_image.h, library/winestub.c, loader/elf.c, loader/module.c, loader/resource.c, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Run Winelib applications as 32-bit processes in the initial task.
-       Simplified/removed several special 'if (__winelib)' cases in
-       Wine main code obsoleted by that change.
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * windows/event.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call mouse driver callback also if windows are not registered with X
-       (if using native USER.EXE).
+       * dlls/user/tests/msg.c:
+       Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
+       create a thread then.
 
-       * memory/atom.c, include/atom.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to separation between KERNEL and USER.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/builtin.c, include/main.h, loader/main.c, loader/task.c, miscemu/main.c, relay32/gdi32.spec, relay32/kernel32.spec, relay32/user32.spec, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented new Wine startup sequence, separating startup into
-       KERNEL/USER/GDI related parts, allowing native replacement.
-       Implemented initial 'kernel' task.
+       * dlls/msi/msi.c:
+       Return an error in MsiGetComponentPathW if passed a null component.
 
-       * include/ole.h, include/winerror.h, ole/compobj.c:
-       John Richardson <jrichard@zealand.mv.com>
-       Implementation of InprocServer32 CoGetClassObject.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * include/bitmap.h, objects/bitmap.c, objects/cursoricon.c, objects/oembitmap.c, graphics/x11drv/bitmap.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       More bitmap fixes.
+       * dlls/msi/cond.y:
+       Fix error handling in MsiEvaluateCondition.
 
-       * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * programs/winhelp/Makefile.in, programs/winver/Makefile.in, windows/win.c, windows/x11drv/.cvsignore, windows/x11drv/Makefile.in, windows/x11drv/init.c, include/config.h.in, include/win.h, libtest/Makefile.in, programs/clock/Makefile.in, programs/control/Makefile.in, programs/notepad/Makefile.in, programs/progman/Makefile.in, programs/regtest/Makefile.in, programs/view/Makefile.in, Make.rules.in, Makefile.in, configure, configure.in, include/acconfig.h:
-       Patrik Stridvall <ps@leissner.se>
-       Started moving some X11 window management code to windows/x11drv.
+       * dlls/msi/files.c:
+       Translate INVALID_HANDLE_VALUE to zero for cabinet handles.
 
-       * if1632/user.spec, windows/dialog.c, windows/winproc.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fixed IsDialogMessage16.
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
-       Tell people to ignore the 'gets' warning. Some will listen.
+       * dlls/kernel/tests/console.c:
+       Don't send a CTRL_C_EVENT signal to console if we are on Win9x and
+       console signal handler is set to NULL.
 
-       * graphics/x11drv/bitmap.c, windows/graphics.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       A couple of small fixes to my bitmap patch.
+2005-10-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * resources/TODO, resources/sysres_De.rc, resources/sysres_En.rc, windows/nonclient.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Allow the user to put a mark in the debug log by adding a item in the
-       SYSMENU. The messages needs implementation in all other languages than
-       English and German.
+       * dlls/comctl32/header.c:
+       Unify HEADER_InsertItem[A/W] into one function.
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Give tempfile a different name even if they are created in the same
-       second. Removed some fixmes from the ShareDeny stuff.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * include/mdi.h, include/windows.h, relay32/user32.spec, windows/mdi.c, windows/win.c:
-       Rein Klazes <rklazes@casema.net>
-       CreateWindowEx32[AW] now creates an MDI chils when the WM_EX_MDICHILD
-       extended style is specified. Also implemented CreateMDIWindow32A()
-       call - single thread only -.
+       * dlls/msi/files.c:
+       Fix a memory leak in the cabinet extracting code.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Erred in the bit macros in treeview.c. Shiftcounts were wrong.
+2005-10-28  Juan Lang <juan_lang@yahoo.com>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Detection of the end of imports with Characteristics 0 fail for Borland
-       programs (which seem to have always characteristics 0). Changed to algorithm
-       to something a bit more intelligent.
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/protectdata.c:
+       Use CryptMem functions for internal memory allocation.
 
-       * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
-       Added CoFreeLibrary stub.
+2005-10-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * README: Updated FAQ location.
+       * programs/regedit/De.rc:
+       Added German resources for regedit's find dialog.
 
-       * graphics/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implement SEGPTR conversion for STARTDOC in Escape32().
+2005-10-28  James Hawkins <truiken@gmail.com>
 
-       * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: SetDCState did not reset clipping region to empty.
+       * dlls/wininet/internet.c:
+       Correct parameter names for InternetSetFilePointer.
 
-       * win32/init.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed small off by one error in GetComputerName32W, always killed the
-       last character of a hostname.
+2005-10-28  Michael Stefaniuc <mstefani@redhat.de>
 
-       * objects/dib.c: Marcus Meissner <marcus@jet.franken.de>
-       Don't HeapFree() colormap if we didn't allocate one.
-
-       * win32/advapi.c, windows/message.c, windows/user.c, dlls/shell32/shellord.c, include/wintypes.h, misc/crtdll.c, misc/printdrv.c, relay32/advapi32.spec, relay32/crtdll.spec, relay32/mpr.spec, relay32/shell32.spec, relay32/user32.spec, relay32/winspool.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added stubs for user32,advapi32 functions.
-
-       * Makefile.in, configure, configure.in, dlls/Makefile.in, dlls/ntdll/*, include/ntdll.h, misc/Attic/ntdll.c, misc/Makefile.in, relay32/ntdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       More Nt* and Rtl* function stubs, moved ntdll.c to dlls/ntdll/.
-
-       * memory/local.c, memory/heap.c: Andreas Mohr <a.mohr@mailto.de>
-       Changed many WARN()s related to internal Wine memory failures to
-       ERR()s.
-
-       * if1632/kernel.spec, scheduler/process.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added .spec entry for KERNEL.RegisterServiceProcess.
-
-       * if1632/display.spec, windows/keyboard.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added stub for CheckCursor().
-
-       * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
-       Fix for non-modal dialog closing.
+       * dlls/oleaut32/variant.c:
+       Handle VT_DECIMAL in VarCmp().
 
-       * windows/dinput.c: David Faure  <faure@kde.org>
-       Rewrote the two routines using the vkey->scancode array to use
-       keyc2vkey for each keycode, instead. Not tested.
-       Removed unused IDirectInputDeviceA_GetDeviceState.
-       Fixed warning in TRACE() call.
-
-       * windows/keyboard.c: David Faure <faure@kde.org>
-       Deleted the vkey->sancode array, because QWERTY specific.
-       Back to using the X keycode instead as the scancode. Tested.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/psdrv/init.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Print a message if the PostScript driver can't find a PPD file.
+       * dlls/msvcrt/wcs.c:
+       Use the correct buffer - reported by Jesse Allen.
 
-       * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
-       Added VGA 256-color mode 0x13 using the DisplayDib VGA emulation.
-       (DOS apps/games using this mode comes up now, although you can't
-       really do anything with them (yet?).)
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Use macro V86_FLAG.
-
-       * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
-       Set default video mode to 3 (80x25 color).
-
-       * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
-       Ignores a couple of signals.
+       * dlls/kernel/tests/thread.c:
+       Add a test for GetThreadExitCode.
+       Use GetModuleHandleA as kernel32 should be present on every system.
 
-       * graphics/Makefile.in, graphics/dispdib.c, graphics/vga.c, include/vga.h, msdos/ioports.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Moved VGA-emulating DirectX code from dispdib.c to a separate
-       file. Made it use a system timer and trap I/O accesses to the VGA
-       DAC registers to accommodate DisplayDib-using programs that try to
-       access the VGA hardware directly.
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * miscemu/instr.c, if1632/signal.c, include/dosexe.h, loader/dos/dosvm.c, loader/dos/module.c, misc/system.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Indirection for INSTR_EmulateInstruction for use by DOS code.
-       Added support for a 55Hz system timer, letting DOS apps calibrate
-       their delay loops and such. Calls INSTR_EmulateInstruction for
-       instruction emulation (principally I/O port access). Added macro
-       V86_FLAG.
+       * dlls/shell32/shelllink.c:
+       Implement IContextMenu::QueryContextMenu and
+       IContextMenu::InvokeCommand.
 
-Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * windows/dinput.c, multimedia/dsound.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Small fixes.
+       * dlls/msi/msi.spec:
+       Fix MsiGetPropertyA/W spec declarations.
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed the FIXME() and moved SetLastError(0) to the end (so that
-       GetTempFileName et.al. can't overwrite it).
+2005-10-28  Mike McCormack <mike@codeweavers.com>
 
-       * misc/Attic/ntdll.c, relay32/ntdll.spec, relay32/relay386.c, relay32/user32.spec, windows/user.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Lots of stubs to get winlogon.exe from nt3.51 and other NT3.51 applets
-       a bit further.
+       * dlls/msi/action.c, dlls/msi/files.c:
+       Create component folders in the CreateFolders action.
 
-       * windows/mdi.c: Rein Klazes <rklazes@casema.net>
-       MDIchild created when the MDI client has the MDIS_ALLCHILDSTYLES
-       style, should not be shown at creation nor activated unless the
-       WS_VISIBLE flag is set.
+2005-10-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * loader/pe_image.c: Stephen Langasek <vorlon@dodds.net>
-       Bugfix for fixup_imports: Enable checking for terminating import
-       struct with Characteristics bitfield set to 0.
+       * programs/winecfg/appdefaults.c:
+       Define OS environment variable on WinNT versions.
 
-       * windows/win.c: Rein Klazes <rklazes@casema.net>
-       Delay linking newly created window in linked list until after the
-       WM_NCCREATE message.
-
-       * files/file.c: Rein Klazes <rklazes@casema.net>
-       Small bug in FILE_InUse does not do a release on every acquired file
-       pointer.
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       lpszName of NULL is handled (removes some warnings).
+       * dlls/ntdll/file.c, dlls/ntdll/sync.c, dlls/ntdll/virtual.c,
+         include/wine/server_protocol.h, server/event.c, server/handle.c,
+         server/handle.h, server/mailslot.c, server/mapping.c, server/mutex.c,
+         server/named_pipe.c, server/protocol.def, server/semaphore.c,
+         server/timer.c, server/trace.c, server/winstation.c:
+       - Send whole OBJECT_ATTRIBUTES.Attributes to the server not just an
+       inherit flag.
+       - Pass DesiredAccess to the server when creating mailslot.
 
-       * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
-       Now allows specification of a start directory on the cmdline.
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Gets rid of the arch-dependent bit operations (tested on Linux and
-       Solaris/x86).
+       * dlls/mapi32/tests/Makefile.in, dlls/mapi32/tests/prop.c:
+       Allow mapi32 tests to load and exit gracefully if mapi32.dll isn't
+       installed.
 
-Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
-       A dest buffer was printed out as string.
+       * dlls/advapi32/tests/registry.c:
+       Delete a temp file.
 
-       * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Corrected 2 wrong definitions.
+2005-10-27  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
-       Patrick Spinler <spinler.patrick@mayo.edu>
-       Added stubs for Process32First/Process32Next.
+       * dlls/wininet/internet.c:
+       Add default implementation for max_conn_pre_*_server flag.
+       Add stubs for the above flags in InternetSetOption.
 
-       * include/x11drv.h, objects/clipping.c, objects/dc.c, objects/dcvalues.c, objects/palette.c, objects/region.c, graphics/escape.c, graphics/metafiledrv/graphics.c, graphics/painting.c, graphics/path.c, graphics/psdrv/graphics.c, graphics/win16drv/graphics.c, graphics/x11drv/graphics.c, include/debugger.h, include/gdi.h, include/metafiledrv.h, include/psdrv.h, include/win16drv.h, include/windows.h, include/wintypes.h, debugger/dbg.y, debugger/msc.c, debugger/stabs.c, debugger/types.c:
-       François Gouget <gouget@metaintegration.net>
-       Fixed some LPPOINT/LPSIZE mismatches and some missing "const" in the
-       headers prototypes.
+2005-10-27  Phil Krylov <phil@newstar.rinet.ru>
 
-       * graphics/psdrv/init.c, graphics/win16drv/init.c, graphics/x11drv/bitmap.c, graphics/x11drv/brush.c, graphics/x11drv/init.c, graphics/x11drv/objects.c, include/bitmap.h, include/gdi.h, include/x11drv.h, objects/bitmap.c, objects/brush.c, objects/dib.c, objects/oembitmap.c, windows/graphics.c, graphics/metafiledrv/init.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added pBitmapBits and pCreateBitmap to the GDI function table and
-       moved the X11 dependent stuff out of objects/bitmap.c into x11drv.
+       * dlls/gdi/clipping.c, dlls/gdi/dc.c, dlls/gdi/enhmfdrv/bitblt.c,
+         dlls/gdi/font.c:
+       Fixed SetTextAlign(), SetBkMode(), SetROP2(), SetPolyFillMode(), and
+       SetStretchBltMode() to assume that the corresponding DC driver
+       functions return only a BOOL success flag, and therefore a proper
+       return value should be generated by the main function. Fixed
+       EMFDRV_StretchDIBits() to return a proper value (like
+       MFDRV_StretchDIBits already does). Added comments about other cases of
+       improper return values.
 
-       * relay32/shell32.spec, dlls/shell32/shellole.c, dlls/shell32/shellord.c, include/shell.h, dlls/shell32/pidl.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New SHGetSimpleIDListFromPath32AW.
-       Unicode-safe: PathFindFilename32AW.
+2005-10-27  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
-       IExtractIcon had an extra c in a struct definition.
+       * dlls/user/input.c, dlls/user/listbox.c, dlls/user/message.c,
+         dlls/user/spy.c, include/winuser.h:
+       Add some missing USER definitions, add a couple of FIXMEs for not
+       implemented features.
 
-       * relay32/dplay.spec:
-       John Richardson <jrichard@zealand.mv.spamless.com>
-       Added entry for DirectPlayEnumerate.
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * ole/nls/sky.nls, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added Slovak nls-resources.
+       * dlls/msi/action.c, dlls/msi/custom.c:
+       If an action fails, print out its name as well as the error code.  Use
+       %d for error codes so it's easy to match them up to something in
+       winerror.h.
 
-       * objects/region.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixed differences between SetRectRgn16 and SetRectRgn32. Also a bug fix for
-       CreateRoundRectRgn.
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/appsearch.c,
+         dlls/msi/classes.c, dlls/msi/custom.c, dlls/msi/format.c,
+         dlls/msi/helpers.c:
+       Rename load_dynamic_stringW to msi_dup_record_field to better describe
+       what it does, and replace a few instances with MSI_RecordGetString to
+       avoid allocating memory.
 
-       * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
-       EnumDisplayModes* returns a static list of modes with all depths
-       (helps hexen2demo), ChangeDisplaySettings returns true all the time.
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for midiOpenStream (helps hexen2demo).
+       * dlls/user/tests/msg.c:
+       Add test for undocumented 0x4D message sent on F1.
 
-       * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
-       Robert Pouliot <krynos@clic.net>
-       Small patch for better French support.
+2005-10-27  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: memory overwrite bug.
+       * dlls/msvcrt/tests/printf.c:
+       Added a test case for %0f and %.0f.
 
-Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
-       32-bit clipboard support.
+       * dlls/msi/database.c, dlls/msi/msipriv.h, dlls/msi/table.c:
+       Implement transforms.  This still includes some debugging code which
+       can be enabled by setting debug_transform to 1 in the relevant
+       places.
 
-       * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix for QUEUE_Signal: Always use PostEvent if no thread is waiting
-       on the queue.
+2005-10-27  Robert Lunnon <bobl@optushome.com.au>
 
-       * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed a minor problem with the menus for mdi child windows.
+       * dlls/wineps/init.c:
+       Reorder header files to avoid name space collision with symbol
+       PAGESIZE.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed no longer necessary commented out code, destroy old window
-       when SetDisplayMode is called again, EnumDisplayModes now returns
-       all possible modes (using a static list).
+2005-10-27  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Anon shared mapping fixed for file sharing.
+       * dlls/shell32/Makefile.in, dlls/shell32/shfldr_unixfs.c,
+         dlls/shell32/tests/shlfolder.c:
+       Implemented UnixFolder's IPersistPropertyBag::Load method.
 
-----------------------------------------------------------------
-Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-27  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
-       Fixes for LANG_NEUTRAL.
+       * dlls/oleaut32/tests/vartype.c:
+       Add tests for functionality implemented or corrected: multiplication,
+       division, cast to double, cast to string.
 
-       * include/task.h:
-       Added some padding to the PDB for ill-behaving apps (problem reported
-       by Andreas Mohr).
+2005-10-27  Robert Shearman <rob@codeweavers.com>
 
-       * documentation/ioport-trace-hints, include/debug.h, include/debugdefs.h, miscemu/instr.c:
-       Jonathan Buzzard <jab@hex.prestel.co.uk>
-       Added a new debugging channel io to allow read/writes on a port to be
-       logged to a file.
+       * include/rpcproxy.h:
+       Add the macros used in dlldata.c files.
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Replaced 0x00 with 0x01 in the vkey->sancode array, so that no key is
-       ignored. 0x00 is used for generated key events only.
+2005-10-27  Robert Shearman <rob@codeweavers.com>
 
-       * windows/message.c, windows/queue.c:
-       Douglas Ridgway <ridgway@winehq.com>
-       API Documentation for SendMessage, GetTickCount, PostQuitMessage,
-       GetMessagePos, GetMessageTime.
+       * dlls/oleaut32/tmarshal.c:
+       There is no need to call IUnknown_QueryInterface since getting the
+       correct object is handled by the proxy manager.
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Delete the filename for the mapping instantly.
+2005-10-27  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Michael Poole <poole@graviton.res.cmu.edu>
-       Stub for SHSimpleIDListFromPath.
+       * dlls/shell32/iconcache.c:
+       Remove iconcache pre-initialization hack, it's not necessary any
+       more.
 
-       * loader/task.c: Fixed bug in SwitchStackTo.
+2005-10-27  Hans Leidekker <hans@it.vu.nl>
 
-Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
+       * tools/wineinstall:
+       Wine is beta software now.
 
-       * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
-       Check if scrollbar and parent are visible before redraw.
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * if1632/shell.spec, include/shell.h, misc/shell.c, programs/notepad/main.c, relay32/shell32.spec:
-       Kai Morich <kai.morich@darmstadt.netsurf.de>
-       Added Drag*32 functions.
+       * dlls/msi/action.c:
+       Tidy up the RegisterProduct action a little.
 
-       * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
-       Added Drag&Drop from KDE app to 16/32 bit Windoze app.
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
-       Added FIXME message in PostMessage32x if parameters are truncated
-       when calling PostMessage16.
+       * dlls/d3d8/device.c:
+       Release the OpenGL context when the device is released.
 
-       * include/process.h, scheduler/event.c, scheduler/handle.c, scheduler/process.c, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added support for global handles, implemented ConvertToGlobalHandle.
-       Allocate startup data and 16-bit stack for initial process.
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
 
-       * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
-       Small fix.
+       * programs/winecfg/Bg.rc, programs/winecfg/De.rc, programs/winecfg/En.rc,
+         programs/winecfg/Fi.rc, programs/winecfg/Fr.rc,
+         programs/winecfg/Ja.rc, programs/winecfg/Nl.rc,
+         programs/winecfg/No.rc, programs/winecfg/Ru.rc,
+         programs/winecfg/driveui.c, programs/winecfg/resource.h:
+       Get rid of the show dir symlink option.
 
-       * programs/progman/.cvsignore, programs/progman/Es.rc, programs/progman/Makefile.in, programs/winhelp/.cvsignore, programs/winhelp/Es.rc, programs/winhelp/Makefile.in, programs/clock/.cvsignore, programs/clock/Es.rc, programs/clock/Makefile.in, programs/notepad/.cvsignore, programs/notepad/Es.rc, programs/notepad/Makefile.in:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Added Spanish resources.
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
 
-       * ole/nls/euq.nls, resources/sysres_Es.rc:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Small corrections.
+       * dlls/ntdll/directory.c:
+       Make show_dir_symlinks the default and get rid of the option.
 
-       * relay32/kernel32.spec, scheduler/process.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       LoadLibraryExW spec added (function was there).
-       SetProcessPriorityBoost stub added.
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
 
-       * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for Solaris.
+       * server/fd.c:
+       Make the unmount_device request take a handle to the device file
+       itself instead of a handle to a file opened on the device.
 
-       * if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, if1632/dispdib.spec, include/dispdib.h, graphics/Makefile.in, graphics/dispdib.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Implemented DisplayDib.
+2005-10-27  Robert Reif <reif@earthlink.net>
 
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       Hack to support integer ids in all static controls.
+       * dlls/dxerr8/dxerr8.c, dlls/dxerr8/errors.dat, dlls/dxerr8/errors.h,
+         dlls/dxerr9/dxerr9.c, dlls/dxerr9/errors.dat, dlls/dxerr9/errors.h:
+       Added more error codes to dxerr8 and dxerr9 which were extracted from
+       MinGW win32api-3.3 file dxerr.c written by Filip Navara <xnavara@volny.cz>.
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Beginning of mouse support in DirectInput (only "standard" mouse
-       configuration supported for now).
+2005-10-27  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * include/*.h, dlls/comctl32/*.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added xxx_Unregister() functions to all common controls.
+       * dlls/kernel/tests/process.c:
+       Test for argv handling.
 
-       * dlls/comctl32/comctl32undoc.c, dlls/comctl32/pager.c, dlls/comctl32/toolbar.c, documentation/common_controls, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Some minor improvements and fixes.
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * dlls/comctl32/rebar.c, include/rebar.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved the rebar control.
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+       Add stub implementation for NtAccessCheckAndAuditAlarm.
 
-       * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added support for transparent and tracking tooltips.
+2005-10-27  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed a popup menu selection bug.
+       * include/advpub.h:
+       Declare ExecuteCab and TranslateInfString.
 
-       * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed DrawCaption16() and DrawCaptionTemp16().
+2005-10-27  Juan Lang <juan_lang@yahoo.com>
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Fixed warning.
+       * dlls/crypt32/crypt32.spec, dlls/crypt32/main.c,
+         dlls/crypt32/tests/main.c, include/wincrypt.h:
+       Implement CryptMem and undocumented I_Crypt*Tls functions, with tests.
 
-       * graphics/psdrv/Makefile.in, graphics/psdrv/bitmap.c, graphics/psdrv/brush.c, graphics/psdrv/font.c, graphics/psdrv/graphics.c, graphics/psdrv/init.c, graphics/psdrv/ps.c, include/gdi.h, include/psdrv.h, objects/dib.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Adds Arc, Chord, GetCharWidth, Pie, PolyPolygon, PolyPolyline, RoundRect,
-       SetPixel, hatched brushes and a stub for StretchDIBits to the PostScript
-       driver.
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * include/debug.h, include/debugdefs.h, include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
-       Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added support for int17 and int19.
+       * dlls/wined3d/vertexshader.c:
+       Correct the number of parameters expected for the LRP function.
 
-       * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
-       Stubs for dos mode reboot interrupt.
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
-       Some printer stubs for DOS added.
+       * dlls/d3d8/d3d8_private.h, dlls/d3d8/device.c, dlls/d3d8/indexbuffer.c,
+         dlls/d3d8/vertexbuffer.c:
+       Changed index and vertex buffer so that internal references are
+       counted separately to external ones.
 
-       * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       More stubs added. These changes are only partially mine, I just made
-       them compile.
+2005-10-27  Jonathan Ernst <Jonathan@ErnstFamily.ch>
 
-       * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added some traces and cleaned up a couple of things.
+       * programs/regedit/Fr.rc:
+       Updated French resources.
 
-       * dlls/shell32/shell32_main.h, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shell.h, include/shlobj.h, memory/string.c, ole/ole2nls.c, relay32/shell32.spec, dlls/shell32/dataobject.c, dlls/shell32/enumidlist.c, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Changed some string-shell32 functions to 32AW, parameter are
-       os depending 32A or 32W (-winver nt351 or nt40), some new functions.
-       Some fixes in ole2nls.
-       New OLE2NLS_CheckLocale() to handle Locale_User_Default and
-       Locale_System_Default.
-       Shell32 now dynamicly links to DPA_*(), comdlg32 works again
-       (comctl32 heap alloc patch broke it).
+2005-10-27  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/winversion.h, misc/version.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added VERSION_IsOsUnicode().
+       * dlls/shell32/shellord.c:
+       Correctly handle flags parameter in SHAddToRecentDocs.
 
-       * scheduler/handle.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       More off-by-one errors fixed.
+2005-10-27  Marcus Meissner <marcus@jet.franken.de>
 
-       * include/file.h, misc/crtdll.c, msdos/vxd.c, win32/file.c, files/file.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       File sharing fixes.
+       * aclocal.m4, configure:
+       Print first line of LDD output only.
 
-Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
-       Bug fix.
+       * dlls/msvcrt/wcs.c:
+       Missing and zero precision specifiers are different.
 
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed DOS environment passing.
+2005-10-27  Robert Shearman <rob@codeweavers.com>
 
-       * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
+       * dlls/oleaut32/regsvr.c, include/ocidl.idl:
+       Add IFontEventsDisp and IProvideMultipleClassInfo.
 
-       * include/font.h, objects/font.c, objects/gdiobj.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New FONT_GetObject32W(), GetObject32W().
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * relay32/user32.spec, win32/ordinals.c, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stub RegisterTaskList.
-       New function EnumDisplaySettings32W().
+       * dlls/comctl32/header.c:
+       Unify HEADER_SetItem[A/W] into one function.
 
-       * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More parameter checking in RltCopySid.
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
+       * dlls/shell32/shelllink.c:
+       Add the IObjectWithSite interface.
 
-       * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added new dll avifil32.dll.
+2005-10-27  Mike McCormack <mike@codeweavers.com>
 
-       * loader/dos/dosvm.c, loader/dos/module.c, msdos/dpmi.c, include/dosexe.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       First shot at DPMI realmode calls.
+       * dlls/user/tests/menu.c:
+       Add a currently failing test case for menus.
 
-       * loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed several bugs with DLL initialization.
+2005-10-27  Robert Reif <reif@earthlink.net>
 
-Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dsound/dsound_private.h, dlls/dsound/duplex.c:
+       Remove unused variable from IDirectSoundFullDuplexImpl.
+       Move DirectSoundFullDuplexCreate to get rid of forward declarations.
 
-       * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
-       Added ordinal for two syslevel functions.
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
-       Another missing WINAPI.
+       * dlls/kernel/file.c:
+       In FindNextFileExW don't report directory symlinks that point to one
+       of the parent directories, to avoid infinite recursions.
 
-       * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
-       Small corrections in mmio declarations.
+2005-10-26  Mike McCormack <mike@codeweavers.com>
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Take virtual sizes in account for the total vma size.
+       * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c,
+         dlls/msi/table.c:
+       Create a stub function to apply a single table transform and call it
+       where we need to apply transforms.
 
-       * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Add some more NLS definitions for the Romanian language.
+2005-10-26  Huw Davies <huw@codeweavers.com>
 
-       * multimedia/dsound.c: Marcus Meissner <marcus@jet.franken.de>
-       Some programs (quake2 et al) do check for DSCAPS_EMULDRIVER and stop
-       to work. 'Adjust' caps flags accordingly.
+       * dlls/rpcrt4/cstub.c, dlls/rpcrt4/ndr_midl.c, dlls/rpcrt4/rpcrt4.spec,
+         include/rpcproxy.h:
+       Stubs for NdrStubForwardingFunction and NdrCStdStubBuffer2_Release
+       along with a few related defines.
 
-       * ole/compobj.c, relay32/ole32.spec:
-       Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
-       Stub for CoCreateGuid().
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/comctl32/treeview.c, multimedia/mcicda.c:
-       Brian Litzinger <brian@litzinger.com>
-       Fixes for FreeBSD.
+       * dlls/oleaut32/vartype.c:
+       Implement complete VarDecDiv() for any valid DECIMAL.
 
-       * libtest/.cvsignore, libtest/Makefile.in:
-       Petter Reinholdtsen <pere@minerva.cc.uit.no>
-       Make sure hello3res.h is generated even if 'make depend' never has
-       been run.
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed moving and sizing of child windows.
+       * dlls/ntdll/loader.c:
+       Attach to implicitly loaded builtin dlls on process startup.
 
-       * include/ts_xlib.h, tools/make_X11wrappers, tsx11/X11_calls, tsx11/ts_xlib.c, windows/keyboard.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       XQueryKeymap -> TSXQueryKeymap (fixes the XIO errors reported).
+2005-10-26  Krzysztof Foltman <wdev@foltman.com>
 
-Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
+       * programs/regedit/En.rc, programs/regedit/Pl.rc, programs/regedit/edit.c,
+         programs/regedit/framewnd.c, programs/regedit/main.h,
+         programs/regedit/resource.h, programs/regedit/treeview.c:
+       - Added Find functions
+       - Some refactoring that made Find functions possible
+       - GetItemPath returns a heap-allocated string
+       - subtree update put into a separate function UpdateExpandingTree
+       - error() utility function made public
+       - Find functions are grayed/ungrayed based on context (which fixes
+       invalid 'grayed' flag in some localizations).
+       - InvalidateRect to fix display glitches coming from using
+       WM_SETREDRAW.
+       - English and Polish resource updates (Find dialog box and Find menu
+       options, string not found message).
 
-       * include/dosexe.h, loader/dos/dosvm.c, miscemu/main.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added indirection for ctx_debug to the DOS loader, so Winelib works
-       again.
+2005-10-26  Huw Davies <huw@codeweavers.com>
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Support anon shared mappings using temporary files (wont be deleted
-       yet).
+       * dlls/oleaut32/tmarshal.c:
+       Treat paramflags == 0 like PARAMFLAG_FIN.
 
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Was freeing the incorrect pointers -> crash in mallocs/frees.
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * files/dos_fs.c, relay32/kernel32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       DefineDosDevice stub added.
+       * dlls/oleaut32/vartype.c:
+       Implement complete VarDecMul() for any valid DECIMAL.
 
-       * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
-       Added a default program option in wine.conf in section [programs] key
-       Default.
+2005-10-26  Mike McCormack <mike@codeweavers.com>
 
-       * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
-       Better fix for this_is_a_syntax_error.
+       * dlls/msi/action.c:
+       Enumerate the substorage transforms for any patches that are passed on
+       the command line with PATCH=.  Need to implement
+       table_apply_transform() before this will do anything interesting.
 
-       * ole/nls/*.nls:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Added the entries for LOCALE_SISO639LANGNAME and
-       LOCALE_SISO3166CTRYNAME.
+2005-10-26  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * documentation/wine.man: James Juran <jrj120@psu.edu>
-       Updated manpage.
+       * dlls/user/exticon.c, dlls/user/tests/resource.c:
+       - Try LoadLibrary/LoadImage to extract icons from wine's built-in dlls
+       if SearchPath fails to find the requested file in
+       PrivateExtractIcons.
+       - Some unit tests for PrivateExtractIcons.
 
-       * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
-       Fixed wrong ordinals.
+2005-10-26  Michael Stefaniuc <mstefani@redhat.de>
 
-       * objects/region.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed a bug in RectInRegion.
+       * dlls/oleaut32/variant.c:
+       Handle VT_CY in VarDiv().
 
-Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-26  Detlef Riekenberg <wine.dev@web.de>
 
-       * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
-       Removed an incorrect error message.
+       * dlls/version/info.c:
+       Updated trace to support VERSIONED_PRINTER.
 
-       * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
-       Make sure the access functions are always used to get label and serial
-       number.
+2005-10-26  Peter Beutner <p.beutner@gmx.net>
 
-Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/cdrom.c:
+       Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.
 
-       * ole/ole2nls.c: Eric Pouech <eric.pouech@hol.fr>
-       Fixed bug on platforms were buffers returned by getenv() shall not be
-       free()'ed. Added French (default) in locale handling.
+2005-10-26  Robert Shearman <rob@codeweavers.com>
 
-       * include/wintypes.h: Dave Cuthbert <dacut@ece.cmu.edu>
-       Changed "this is a syntax error" to "this_is_a_syntax_error" to make a
-       compile-time error message make more sense.
+       * dlls/ole32/defaulthandler.c:
+       Implement a Stop function and use this to properly implement
+       IOleObject_Close, IAdviseSink_OnClose and the destructor.
 
-       * scheduler/handle.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed off by one error in HANDLE_GetObjPtr.
+2005-10-26  Robert Shearman <rob@codeweavers.com>
 
-----------------------------------------------------------------
-Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/tmarshal.c:
+       - Forward IDispatch functions to the MIDL-generated proxy.
+       - Remove special cases caused by previous marshaling of IDispatch &
+       IUnknown that is no longer done.
+       - Add error messages if an IUnknown or IDispatch method is called when
+       it no longer should be.
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Try to implement the OF_SHARE_XXX options.
-       Move the mode translations to functions.
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * include/main.h, ole/compobj.c, ole/ifs.c, ole/ole2disp.c, ole/ole2nls.c, ole/olesvr.c, ole/storage.c:
-       Matthew Becker <mbecker@glasscity.net>
-       Documentation updates.
+       * dlls/oleaut32/vartype.c:
+       Implement complete VarBstrFromDec() for any valid DECIMAL, with
+       internationalization support borrowed from VARIANT_BstrFromReal(). The
+       decimal fix for VARIANT_BstrFromReal was encapsulated in a separate
+       function and reused.
 
-       * ole/compobj.c, relay32/ole32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added stub for CoSetState32.
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * miscemu/main.c: Chad Powell <pxpx@usa.net>
-       Added ability to read a startup program from wine.ini file.
-       Put it in section [programs] key Startup.
+       * dlls/user/tests/msg.c:
+       Silently ignore WM_PAINT in msg tests.
 
-       * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
-       Alex Priem <alexp@sci.kun.nl>
-       Further improvements.
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/cursoricon.h, objects/cursoricon.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Implemented LoadCursorFromFile, fixed DrawIconEx to support offscreen
-       drawing, fixed CURSORICON_CreateFromResource to support LR_ semantics.
+       * include/winternl.h:
+       Add OBJECT_BASIC_INFORMATION to winternl.h.
 
-       * include/bitmap.h, objects/bitmap.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Fixed LoadImage to support almost all LR_ flags.
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * objects/dib.c: Turchanov Sergey <turchanov@usa.net>
-       Fixed bug in DIB_SetImageBits_RLE8 (because 'color' var was WORD, all
-       COLOREFs had red part zeroed) that made plenty of cyan colors, minor
-       bug fixes, changes to support LR_ flags.
+       * dlls/ntdll/file.c:
+       Cosmetic changes to NtCreateNamedPipeFile change "oa" to  "attr".
 
-       * include/global.h, memory/virtual.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Added VIRTUAL_MapFileW to map file to memory in one function call.
+2005-10-26  Mike McCormack <mike@codeweavers.com>
 
-       * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Moved Multimonitor API declarations to windows.h.
+       * dlls/msi/msipriv.h, dlls/msi/suminfo.c:
+       Create an internal handle-free api for reading MSI database summary
+       information.
 
-       * if1632/user.spec, include/driver.h, multimedia/audio.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/midi.c, multimedia/mmsystem.c, relay32/winmm.spec, windows/driver.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Implemented DefDriverProc32 from winmm.dll.
+2005-10-26  Mike McCormack <mike@codeweavers.com>
 
-       * controls/scroll.c, include/scroll.h, windows/mdi.c, windows/nonclient.c:
-       Alex Korobka <korobka@ams.sunysb.edu>
-       Got rid of flickering scrollbar arrows. MDI scrolling speeded up a
-       bit.
+       * dlls/msi/dialog.c:
+       Switch back to using IPicture to load images.  LoadImage did the
+       resizing for us, but doesn't handle jpeg files and requires us writing
+       a temp file, whereas IPicture handles jpeg files and can load directly
+       from a stream.
 
-       * include/winnls.h, ole/nls/deu.nls, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       GetLocaleInfo32A can handle len=0 now, sets LastError and touches
-       buffer only when necessary.
-       Updated deu.nls and some LCTYPES in winnls.h.
+2005-10-26  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * if1632/relay.c: Rein Klazes <rklazes@casema.net>
-       CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
-       not crash.
+       * dlls/gdi/gdiobj.c, dlls/gdi/tests/gdiobj.c, include/wingdi.h:
+       Add a test for GetCurrentObject, make it pass under Wine.
 
-Sat Oct 17 13:07:48 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * dlls/comctl32/commctrl.c: Ove Kaaven <ovek@arcticnet.no>
-       Reduced huge (1GB) heap creation that caused Starcraft to fail.
+2005-10-26  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * include/dosexe.h, include/module.h, loader/dos/dosvm.c, multimedia/dplay.c, windows/dialog.c:
-       Patrik Stridvall <ps@leissner.se>
-       Compile fix for Solaris.
+       * dlls/secur32/tests/Makefile.in, dlls/secur32/tests/main.c:
+       Make secur32.dll tests load on nt 4.0.
 
-       * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for non OSS systems.
+2005-10-26  Hans Leidekker <hans@it.vu.nl>
 
-       * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for non XF86-DGA systems.
+       * dlls/odbccp32/odbccp32.c:
+       Implement SQLInstallDriverManager.
 
-       * libtest/Makefile.in, libtest/volinfo.c:
-       Petter Reinholdtsen <pere@td.org.uit.no>
-       New file to test DRIVE_GetLabel.
+2005-10-26  Stefan Huehner <stefan@huehner.org>
 
-       * multimedia/mcicda.c: Peter Hunnisett <hunnise@nortel.ca>
-       Small, suboptimal, fix for 32 bit cdaudio open routines. Needs proper
-       32bit cdaudio bit support before it can be removed...
+       * dlls/msxml3/domdoc.c, dlls/msxml3/tests/domdoc.c:
+       Fix IXMLDOMDocument error handling.
 
-       * graphics/ddraw.c: Peter Hunnisett <hunnise@nortel.ca>
-       Added a bunch of stubs for ddraw suface routines. All stubs for
-       surface present now.
-       Commented out message pump calls. I don't see a reason for them being
-       there. Everything works fine with -desktop and -managed still has
-       problems. Disagreements?
+2005-10-26  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed GetLocaleInfo32A for other languages than en_uk.
-       Made it recognise LOCALE_SYSTEM_DEFAULT, LOCALE_SYSTEM_DEFAULT and
-       last but not least the first argument lcid where is all about...
+       * dlls/msvcrt/undname.c:
+       Previous fix incorrectly removed all test for strings starting with
+       '?', this is only valid when undname is called with the 'NO_ARGUMENTS'
+       flags.
 
-       * include/syslevel.h, misc/registry.c, multimedia/dplay.c, multimedia/dsound.c, multimedia/mmsystem.c, multimedia/time.c, windows/caret.c, dlls/msacm32/builtin.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some more missing WINAPIs (hopefully correct).
+2005-10-26  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed the = -> == bug.
+       * dlls/winspool/tests/info.c:
+       Fix for GetPrinterDriverDirectoryA test.
 
-       * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Shell parameters (config.sys) and ANSI support stubs.
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int16.c and int29.c.
+       * dlls/kernel/tests/path.c:
+       Test for return value from CreateDirectory("c:").
 
-       * include/miscemu.h, msdos/interrupts.c:
-       Joseph Pranevich <knight@baltimore.wwaves.com>
-       More interrupts that can be done from DOS mode.
+2005-10-26  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int29 (Fast Write to Screen) support.
+       * dlls/wininet/http.c, dlls/wininet/internet.h:
+       Make functions static.
 
-       * msdos/int16.c, include/debug.h, include/debugdefs.h:
-       Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int16 (Keyboard) support, mostly stubs.
+2005-10-26  Jan Nieuwenhuizen <janneke@gnu.org>
 
-Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
+       * programs/notepad/main.c:
+       Windows XP does not always include the executable file name on the
+       command line.
 
-       * relay32/shell32.spec, dlls/shell32/pidl.c, dlls/shell32/shell32_main.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many bugfixes, new stubs SHGetRealIDL, SHRegQueryValue32W,
-       SHRegQueryValueEx32W, StrRetToStrN, StrChrW, SHAllocShared,
-       SHLockShared, SHUnlockShared, SHFreeShared, SetAppStartingCursor32,
-       SHLoadOLE32, Shell_MergeMenus32, PathGetDriveNumber32, DriveType32,
-       SHAbortInvokeCommand, SHOutOfMemoryMessageBox, SHFlushClipboard.
+2005-10-26  Jan Nieuwenhuizen <janneke@gnu.org>
 
-       * misc/ntdll.c, relay32/ntdll.spec:
-       Dietmar Kling <dietmar.kling@usa.net>
-       Added undocumented function RtlOpenCurrentUser.
+       * programs/notepad/dialog.c:
+       Need an explicit truncate command to shorten the length of a file.
 
-       * objects/cursoricon.c, misc/shell.c, misc/ver.c, misc/version.c, loader/elf.c, loader/module.c, loader/pe_image.c, loader/pe_resource.c, include/neexe.h, include/pe_image.h, include/peexe.h, debugger/dbgmain.c, debugger/msc.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Renamed all LPIMAGE_* types to PIMAGE_*.
+2005-10-26  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/capi2032/cap20wxx.c:
+       Fix gcc 4 warnings.
 
-       * windows/winpos.c: Rein Klazes <rklazes@casema.net>
-       Fixed an error when an owned window activates its owner during
-       creation.
+2005-10-26  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * windows/defdlg.c: Rein Klazes <rklazes@casema.net>
-       Closing a dialog using the menu bar ("x" or "-" button or windows
-       menu) must generate a WM_COMMAND+IDCANCEL message, unlike closing
-       normal windows when DestroyWindow() is called.
+       * dlls/gdi/tests/metafile.c:
+       Link to {G|S}etRelAbs() during runtime as Win9x OSes miss them.
 
-       * dlls/shell32/pidl.c:
-       Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
-       Added missing WINAPIs.
+2005-10-26  Rein Klazes <wijn@wanadoo.nl>
 
-       * windows/winpos.c, win32/ordinals.c, relay32/user32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs PrivateExtractIconEx[AW], PrivateExtractIconsW,
-       RegisterShellHookWindow, DeregisterShellHookWindow, GetProgmanWindow,
-       GetTaskmanWindow, SetProgmanWindow, SetShellWindowEx,
-       SetTaskmanWindow.
+       * dlls/user/tests/text.c, dlls/user/text.c:
+       Fixed a lot of bugs in TEXT_TabbedTextOut. With the test cases used to
+       find them.
 
-       * relay32/ntdll.spec, misc/ntdll.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs NtQueryInformationThread, NtQueryInformationToken,
-       RtlAllocateAndInitializeSid, RtlEqualSid, RtlFreeSid.
-
-       * multimedia/mmsystem.c: Turchanov Sergey <turchanov@usa.net>
-       Fixed PlaySound to start its thread the right way.
-
-Wed Oct 14 18:40:35 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * controls/combo.c, controls/listbox.c:
-       Alex Korobka <korobka@ams.sunysb.edu>
-       CB_SETCURSEL and some other fixes.
-
-       * windows/queue.c: Alex Korobka <korobka@ams.sunysb.edu>
-       Better QUEUE_FlushMessages().
-
-       * relay32/gdi32.spec, objects/font.c, include/windows.h, if1632/gdi.spec:
-       Moshe Vainer <moshev@easybase.com>
-       Partial implementation of GetOutlineTextMetrics32A.
-       Added structures for OUTLINETEXTMETRICS.
-
-       * objects/dc.c, include/gdi.h, graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, graphics/x11drv/init.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Do not clip source rectangle even by visible region for bitblts.
-       Added field 'totalExtent' to WIN_DC_INFO.
-
-       * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added stub for VMM PM API AH=026[de] (never say 'safe mode').
-
-       * memory/heap.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Local32Free caused free handles list corruption.
-
-       * include/debugtools.h: Marcus Meissner <marcus@jet.franken.de>
-       Fixed --disable-debug config option.
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
 
-Tue Oct 13 12:50:04 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * relay32/shell32.spec, dlls/shell32/shellord.c:
-       Petter Reinholdtsen <pere@td.org.uit.no>
-       Added stubs SHRegCloseKey(), SHRegOpenKey[AW](), SHRegQueryValueExA()
-       and FileIconInit() needed by Win95 explorer.
+       * ChangeLog, documentation/ChangeLog.ALPHA:
+       Start a new ChangeLog file. Older changes moved to
+       documentation/ChangeLog.ALPHA.
 
-Mon Oct 12 07:25:54 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dialog.c, controls/button.c, controls/menu.c:
-       Norman Stevens <norman@arcady.u-net.com>
-       Improving keyboard handling, including accelerator keys in dialog
-       boxes. Also fixes enter key in Agent32 edit box.
-
-Sun Oct 11 19:37:23 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * misc/commdlg.c: Eric Pouech  <eric.pouech@lemel.fr>
-       Added support in file dialog boxes handling for filters like
-       "*.txt;*.bat".
-
-       * win32/kernel32.c, scheduler/thread.c, loader/module.c, loader/pe_image.c, loader/task.c, include/module.h, include/pe_image.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented new PE DLL initalization code, trying to call the
-       DllEntryPoint routines always in correct order :-)
-       Bypass snooping when getting data buffer addresses (thunk buffers,
-       __GP handlers) and for 32-bit routines directly called from 16-bit
-       (due to stack address size problems).
-
-       * win32/ordinals.c, relay32/kernel32.spec, loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented CommonUnimpStub, MapHInst(LS|SL)_PN, W32S_BackTo32.
-       Stub for HouseCleanLogicallyDeadHandles, fixed k32wvsprintfA.
-
-       * tools/build.c, if1632/kernel.spec, if1632/relay.c, if1632/thunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented (partially) the KERNEL Thunklet API and Callback Client
-       API (KERNEL.560-568,604-612,619-622).
-       Added stubs for K228, K237, KERNEL.365, KERNEL.447.
-
-       * objects/bitmap.c, if1632/gdi.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Stubs for CreateUser(Discardable)Bitmap16.
-
-       * memory/heap.c, include/winnt.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented HEAP_WINE_CODE16SEG SEGPTR heaps with 16-bit code segments.
-
-       * memory/global.c, include/windows.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       GlobalFix16 is supposed to return selector to the memory area.
-
-       * msdos/vxd.c, if1632/Makefile.in, if1632/builtin.c, if1632/comm.spec, if1632/wprocs.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Stubs for COMM.DRV, REBOOT.VXD, VDD.VXD.
-
-       * scheduler/process.c, scheduler/syslevel.c, include/sig_context.h, include/syslevel.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use emergency TEB selector to avoid debugger crashes when stepping
-       through relay stubs (or when FS is invalid otherwise).
-
-       * windows/event.c, windows/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       MOUSE.DRV routines moved to event.c. Call mouse event procedure.
+2005-10-25  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/dce.c, windows/painting.c, windows/scroll.c, objects/clipping.c, objects/dc.c, objects/dcvalues.c, include/dc.h, include/windows.h, if1632/gdi.spec, graphics/x11drv/bitblt.c, graphics/x11drv/clipping.c, graphics/x11drv/graphics.c, graphics/x11drv/text.c, graphics/path.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Changed DC members w.hVisRgn, w.hClipRgn, amd w.hGCClipRgn to
-       coordinates relative to the device, not the DC origin. This is
-       necessary to correctly implement GetClipRgn16 and InquireVisRgn.
-       SelectVisRgn also expects region in device-relative coordinates.
-       Adapted the rest of Wine to this coordinate change.
-       Implemented ExtSelectClipRgn.
-
-       * tools/winapi-check, scheduler/syslevel.c, files/dos_fs.c:
-       Andreas Mohr <100.30936@germany.net>
-       Small fix.
-
-       * loader/ne/segment.c, include/module.h, include/neexe.h, if1632/kernel.spec:
-       Andreas Mohr <100.30936@germany.net>
-       Yet another small self-loader fix.
-
-       * files/drive.c: Andreas Mohr <100.30936@germany.net>
-       Fixed severe bug: SetCurrentDirectory32A didn't set pTask->curdir
-       correctly due to current drive being set too late.
-
-       * Make.rules.in: Patrik Stridvall <ps@leissner.se>
-       Use $(AS) instead of $(CC) to compile .s files.
-
-       * relay32/.cvsignore, relay32/Makefile.in, relay32/builtin32.c, include/debug.h, include/debugdefs.h, include/mmreg.h, if1632/.cvsignore, if1632/Makefile.in, if1632/builtin.c, dlls/Makefile.in, Makefile.in, configure, configure.in:
-       Patrik Stridvall <ps@leissner.se>
-       Started the implementation of MSACM.DLL, MSACM32.DLL and IMAGEHLP.DLL.
-
-       * include/imagehlp.h, relay32/imagehlp.spec, dlls/imagehlp/.cvsignore, dlls/imagehlp/Makefile.in, dlls/imagehlp/access.c, dlls/imagehlp/debug.c, dlls/imagehlp/imagehlp_main.c, dlls/imagehlp/integrity.c, dlls/imagehlp/internal.c, dlls/imagehlp/modify.c, dlls/imagehlp/symbol.c:
-       Patrik Stridvall <ps@leissner.se>
-       Started the implementation of IMAGEHLP.DLL.
-
-       * include/msacm.h, include/msacmdrv.h, relay32/msacm32.spec, if1632/msacm.spec, dlls/msacm32/.cvsignore, dlls/msacm32/Makefile.in, dlls/msacm32/builtin.c, dlls/msacm32/driver.c, dlls/msacm32/filter.c, dlls/msacm32/format.c, dlls/msacm32/internal.c, dlls/msacm32/msacm32_main.c, dlls/msacm32/stream.c, dlls/msacm/.cvsignore, dlls/msacm/Makefile.in, dlls/msacm/msacm_main.c:
-       Patrik Stridvall <ps@leissner.se>
-       Started the implementation of MSACM.DLL and MSACM32.DLL.
-
-       * win32/device.c: Patrik Stridvall <ps@leissner.se>
-       Removed things that were earlier added by mistake.
-
-       * relay32/winmm.spec: Patrik Stridvall <ps@leissner.se>
-       The implementation of mmioWrite is now called instead of the stub.
-
-       * include/shell.h, dlls/shell32/shellole.c, dlls/shell32/shellord.c, dlls/shell32/shlfolder.c, dlls/shell32/shlview.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfixes, shellview uses DPA's now, IShellView_GetItemObject implemented.
-
-       * relay32/shell32.spec, dlls/shell32/shell32_main.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs: SHGetFileInfo32W, ReadCabinetState, WriteCabinetState, IsUserAdmin.
-       Implemented: SHGetPathFromIDList32W.
-       Changed PathCombine.
-
-       * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
-       New structures DVASPECT, TYMED, IDLList.
-       Shell specific clipboard formats.
-
-       * relay32/winspool.spec, misc/printdrv.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub EnumPrintersW.
-
-       * dlls/shell32/dataobject.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented first functions.
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New class IDLList "Item ID List List" (internal).
-
-       * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Small changes (uses HIWORD/LOWORD).
-
-       * windows/dialog.c, relay32/user32.spec:
-       Sat Oct 10 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
-       Stub CreateDialogIndirectParamAorW.
-
-       * Makefile.in, configure, configure.in:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
-       Don't install object files when --disable-lib is selected.
-
-       * debugger/hash.c, debugger/msc.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt>
-       Don't print name for 32 bit lib multiple times.
-       Clean up printing in DEBUG_ProcessDeferredDebug.
-
-       * memory/heap.c, dlls/comctl32/tab.c, controls/combo.c:
-       David Luyer <luyer@ucs.uwa.edu.au>
-       Small fixes.
-
-       * files/drive.c: Petter Reinholdtsen <pere@td.org.uit.no>
-       Bugfix: Changed GetDriveType32A(NULL) to use cwd's root.
-
-       * ole/typelib.c, ole/compobj.c, ole/ifs.c, ole/moniker.c, ole/ole2.c, ole/ole2disp.c, ole/ole2nls.c, ole/olecli.c, ole/olesvr.c, ole/storage.c, misc/ntdll.c, misc/registry.c:
-       Matthew Becker <mbecker@glasscity.net>
-       Documentation corrections/standardizations.
-
-       * multimedia/audio.c, multimedia/init.c, multimedia/mcianim.c, multimedia/mcicda.c, multimedia/mcistring.c, multimedia/midi.c, multimedia/mmsystem.c, include/mmsystem.h, include/multimedia.h:
-       Eric Pouech  <eric.pouech@lemel.fr>
-       Started coding 32 bit MCI handling.
-       Added Open/Close to low-level MCI drivers (audio, midi, anim, cda).
-       Wrote MCI MIDI support.
-
-       * graphics/x11drv/graphics.c: Rein Klazes <rklazes@casema.net>
-       Yet another improvement to the bezier code.
-
-       * windows/message.c: Rein Klazes <rklazes@casema.net>
-       GetTickCounts() has a granularity in windows of 25 msec's.
-       Girotel's serial communication appears to depend on it, so I guess
-       it's a feature...
-
-       * misc/comm.c: Rein Klazes <rklazes@casema.net>
-       Update the modemn status bit that indicates whether the RLSD line is
-       active in every call to GetCommError(). This is not the proper place,
-       but since wine doesn't do any event-stuff...
-       Fixed some TRACE call's faced with non zero terminated strings.
-       Restore the terminal state at CloseCommt to the state it was at
-       OpenComm(), so the modem will go off-hook.
-
-       * loader/module.c: Alexander Larsson  <alla@lysator.liu.se>
-       GetModuleFileName32A() returns long filename if app sets osversion >=
-       4.0. Also moved the long filename hackery to GetLongPathName32A() so
-       it can be used by win32 programs.
-
-       * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
-       GetLongPathName32A() returns dos format long filename instead of unix
-       format.
-
-       * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Small fixes.
-
-       * relay32/shell32.spec, dlls/shell32/shellord.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added SHFlushClipboard.
-
-       * relay32/comctl32.spec, include/commctrl.h, dlls/comctl32/comctl32undoc.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed some undocumented functions.
-       Changed algorithm in DPA_QuickSort().
-       Fixed heap creation/destruction and control [un]registration in
-       ComCtl32LibMain().
-
-       * dlls/comctl32/header.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed a bug.
-
-       * include/tooltips.h, dlls/comctl32/tooltips.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added tracking support and fixed loading of resource strings.
-       Added unregister code.
-
-       * include/debug.h, include/debugdefs.h, include/ipaddress.h, include/nativefont.h, dlls/comctl32/Makefile.in, dlls/comctl32/commctrl.c, dlls/comctl32/ipaddress.c, dlls/comctl32/nativefont.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added IPAddress and NativeFont controls.
-
-       * include/imagelist.h, dlls/comctl32/imagelist.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Some minor improvements.
-
-       * include/toolbar.h, dlls/comctl32/toolbar.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved drawing and placement code. Explorer style common dialogs are
-       looking good now.
-
-       * objects/cursoricon.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed bug in DrawIconEx32().
-
-       * misc/main.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved GetSystemInformation32[A/W].
-
-       * windows/nonclient.c, relay32/user32.spec, include/windows.h, if1632/user.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added DrawCaption[16/32] and DrawCaptionTemp[16/32A/32W].
-       Fixed handling of WS_EX_TOOLWINDOW.
-
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Updated.
-
-       * windows/event.c, windows/keyboard.c, include/keyboard.h:
-       David Faure <faure@kde.org>
-       Added KEYBOARD_UpdateState, to read the modifiers when the wine app is
-       activated. Uses the new KEYBOARD_UpdateOneState.
-       Fixed a problem with menu accelerators (Alt-letter generates a down
-       arrow event which beeps if not filtered).
-       Speeded up ToAscii16/32() a little bit.
-
-       * debugger/break.c, debugger/db_disasm.c, debugger/dbg.y, debugger/expr.c, debugger/source.c, debugger/types.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Made Wine's debugger work satisfactorily with DOS apps.
-       Perhaps dereferencing work better for Win16 apps too now, but
-       it appears the debugger core wasn't designed for segmentation.
-
-       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Simulates DPMI memory map by converting lower-MB segment base
-       addresses as necessary. Implemented allocating/freeing DOS memory
-       blocks. Added XMS hook. (DPMI remains disabled by default until
-       someone implements the raw mode switch entry points pkunzip needs.)
-
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       I think it's time to rethink the HFILE16_TO_HFILE32 strategy,
-       can't keep working around flaws in it like this (now stdio
-       was getting closed when programs close handles >=5)
-
-       * msdos/xms.c, msdos/Makefile.in, msdos/int2f.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Implemented basic XMS functions. wcb.exe (Win16 disassembler) now
-       seems to work fine under Wine.
-
-       * loader/dos/dosvm.c, loader/dos/module.c, include/dosexe.h, include/miscemu.h:
-       Ove Kaaven <ovek@arcticnet.no>
-       Moved some system dependencies to loader/dos/dosvm.c. Implemented
-       environmental argv[0] passing to DOS apps. Added XMS hooks.
-
-       * debugger/stabs.c: Ove Kaaven <ovek@arcticnet.no>
-       Added a memset() to prevent a debugger segfault caused by
-       uninitialized pointers in the stabs lookup tables.
-
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       A few fixes.
-
-       * relay32/ntdll.spec: Marcus Meissner <marcus@jet.franken.de>
-       Added RtlAllocateAndInitializeSid entry.
-
-       * loader/Makefile.in, loader/elf.c, loader/module.c, loader/pe_image.c, include/config.h.in, include/module.h, include/pe_image.h, include/peexe.h, configure, configure.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Generic dynamic dll loader using dl*() API.
-       Includes: stdcall->cdecl mapping ability, snooping.
-       (Tested only with glide2x.dll -> libglide2x.so)
-
-       * multimedia/init.c, multimedia/time.c, include/mmsystem.h, include/multimedia.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added win32 enhanced functionality to timer callbacks.
-
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Added bad hacks so WriteConsoleOutput works on vt100 and PeekMessage
-       does at least a bit of keyboard input.
-
-       * relay32/snoop.c: Marcus Meissner <marcus@jet.franken.de>
-       Should display again.
-
-Sat Oct 10 15:52:46 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dialog.c: Dave Pickles <davep@nugate.demon.co.uk>
-       Implemented DS_CENTER dialog style.
-
-       * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Added function to build the Windows numeric language ID from language,
-       code, charset and dialect strings, like used by Unix LANG variable.
-
-       * ole/ole2nls.c, ole/nls/README, include/winnls.h, ole/nls/*.nls:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       More NLS data.
-
-       * graphics/ddraw.c: Peter Schlaile <udbz@rz.uni-karlsruhe.de>
-       Fixed a lot of bugs in ddraw.c to make xlib support work.
-       Runs successfully TR2Demo and Jazz Jackrabbit II Demo!
-
-       * objects/gdiobj.c: Cliff Wright <cliff@snipe444.org>
-       Added DC object type to the list of valid objects that can be deleted
-       by DeleteObject32.
-
-Sun Oct  4 18:20:29 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * ChangeLog:
-       Starting new format changelog (older changes moved to
-       documentation/ChangeLog.OLD).
+----------------------------------------------------------------