winecfg: Simplify code a bit.
[wine] / ChangeLog
index 1b1a677..8f1f69a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-----------------------------------------------------------------
-Sun Jul  4 16:09:20 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-04  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * windows/*.c, ole/*.c, files/*.c, multimedia/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+       * 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.
 
-       * 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.
+2006-01-04  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * tools/wine.inf:
+       wine.inf: Add a few keys to HKLM\Hardware.
 
-       * documentation/distributors:
-       Marcus Meissner <Marcus.Meissner@caldera.de>
-       Added sample wine.conf.
+2006-01-04  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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/winsock/socket.c:
+       winsock: Map wildcards for socket type and protocol in getaddrinfo().
 
-       * include/winuser.h, loader/resource.c, relay32/user32.spec:
-       Joshua Thielen <thielen@netperson.net>
-       Fixed DestroyAcceleratorTable and implemented CreateAcceleratorTableW.
+2006-01-04  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/win.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       WIN_FindWindow: use GetExeptr(pWnd->hInstance) for CLASS_FindClassByAtom.
+       * dlls/ntdll/loader.c:
+       Set refcount to -1 on implicitly loaded dlls to avoid unloading them
+       (suggested by Michael Ost).
 
-       * controls/scroll.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed check for whether to call SetWindowPos when showing a window
-       scroll bar.
+2006-01-04  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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/shlwapi/shlwapi.spec:
+       shlwapi: Print PathCombine* strings arguments in relay debugging.
 
-       * 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).
+2006-01-04  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * include/wine/pthread.h:
+       Avoid DECLSPEC_NORETURN on function pointers for MSVC compatibility.
 
-       * 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.
+2006-01-04  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+       * dlls/msi/action.c, dlls/msi/msipriv.h, dlls/msi/msiquery.c:
+       msi: Apply any MSI transforms specified by the TRANSFORMS property.
 
-       * 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/msi/msi.spec, dlls/msi/msiquery.c:
+       msi: Add a stub for MsiGetLastErrorRecord.
 
-       * windows/defwnd.c: Yuxi Zhang <yuxiz@corel.ca>
-       Make defwndproc erase the correct location.
+       * 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.
 
-Sat Jul  3 16:01:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-04  Robert Reif <reif@earthlink.net>
 
-       * 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.
+       * 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.
 
-       * controls/button.c: Reverted previous change.
+2006-01-04  Hans Leidekker <hans@it.vu.nl>
 
-       * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
-       Cancel pending notifications when EM_SETMODIFY is called.
+       * tools/winapi/winapi_global.pm:
+       winapi: Remove some exceptions now that DLL separation is complete.
 
-       * dlls/comctl32/treeview.c: Alex Priem <alexp@sci.kun.nl>
-       Fix a crash when doing sorted inserts at top level.
+       * DEVELOPERS-HINTS:
+       Subdirectory tools/winapi_check no longer exists.
 
-       * 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).
+2006-01-04  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/sysmetrics.c: Ove Kaaven <ovek@arcticnet.no>
-       SM_C[XY]FRAME is BorderWidth + 1.
+       * 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/local.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: LocalInit with start == 0 always places heap at end of segment.
+       * dlls/shell32/shell32_Ru.rc:
+       shell32: Update Russian resources.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: TASK_CallToStart didn't pass correct hInstance to app.
+2006-01-04  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * dlls/user/menu.c:
+       user32: Menu tracing improvements.
 
-       * documentation/gui: Ove Kaaven <ovek@arcticnet.no>
-       Window style updates.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * libtest/guitest.c: Ove Kaaven <ovek@arcticnet.no>
-       Some enhancements, and removal of C++ constructs.
+       * dlls/ntdll/virtual.c:
+       ntdll: Check file size when mapping image sections to avoid SIGBUS errors.
 
-       * 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).
+2006-01-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * files/file.c, relay32/kernel32.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added UnlockFileEx stub.
+       * dlls/msi/custom.c:
+       msi: Report the commandline that failed to start in ERR()s.
 
-       * 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.
+2006-01-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * controls/scroll.c: Gerard Patel <g.patel@wanadoo.fr>
-       Make GetScrollInfo return scroll pos when program requests thumb pos
-       outside drag operation.
+       * dlls/kernel/atom.c, dlls/kernel/tests/atom.c:
+       kernel32: Implemented atoms query function on top of ntdll ones.
 
-Sun Jun 27 15:40:44 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * graphics/d3d_private.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Converted to the new debug interface.
+2006-01-03  Markus Amsler <markus.amsler@oribi.org>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       ReadConsoleA: use ir as pointer to (req+1).
+       * dlls/advpack/advpack.c:
+       advpack: Make DoInfInstall return an HRESULT.
 
-       * 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.
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * debugger/db_disasm.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Grp8 instructions have *byte* BitOffset operand.
+       * 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.
 
-       * msdos/vxd.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: missing WINAPIs added.
+2006-01-03  Markus Amsler <markus.amsler@oribi.org>
 
-       * ole/ole2.c: Marcus Meissner <marcus@jet.franken.de>
-       OleMetaFilePictFromIconAndLabel16: slightly broken, use LPOLESTR16.
+       * dlls/advpack/advpack.c:
+       advpack: Fix LaunchInfSection[Ex] documentation.
 
-       * files/file.c: Gerard Patel <g.patel@wanadoo.fr>
-       Return ERROR_DISK_FULL for WriteFile.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/cmdlgtst/cmdlgtst.c: Eric Williams <ewill@ncal.verio.com>
-       Fixed missing return after about dialog.
+       * libs/wpp/wpp.c, tools/widl/widl.c, tools/wrc/wrc.c:
+       Support building flex files without debug support.
 
-Sat Jun 26 19:09:11 1999  Alexandre Julliard  <julliard@winehq.com>
+2006-01-03  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
 
-       * msdos/*.c, misc/*.c, miscemu/*.c, graphics/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+       * include/wine/pthread.h, include/winternl.h:
+       include: Fix DECLSPEC_NORETURN for compilation with MS C compiler.
 
-       * 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.
+2006-01-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/winnt.h: Added CONTEXT86 definition.
-       Added PowerPC context as an example (not tested).
+       * dlls/shell32/shfldr_unixfs.c, dlls/shell32/tests/shlfolder.c:
+       shell32/unixfs: Added unicode support in folder and file pidls.
 
-       * relay32/relay386.c, relay32/snoop.c, include/wine/exception.h:
-       Fixes for non-i386 compiling.
+       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
+       shell32: Helper function for unicode support in folder and file pidls.
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       ANSI C fixes.
-       Removed warnings.
-       Made the include files self-sufficient.
-       Some Solaris fixes.
+2006-01-03  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/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.
 
-       * dlls/comctl32/treeview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added check for invalid parent item.
+2006-01-03  Steven Edwards <winehacker@gmail.com>
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added SHDoDragDrop() stub.
+       * 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.
 
-       * objects/region.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved GetRandomRegion().
+       * dlls/gdi/gdi_private.h, include/wingdi.h:
+       gdi: Move EMRSETTEXTJUSTIFICATION structure to the private gdi header.
 
-       * misc/network.c, relay32/mpr.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WNetRemoveCachedPassword() stub.
+2006-01-03  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/comctl32/updown.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Store buddy window.
+       * dlls/msacm/msacm32_main.c:
+       msacm32: Implement ACM_METRIC_DRIVER_PRIORITY in acmMetrics.
 
-       * include/tooltips.h, dlls/comctl32/tooltips.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Started WM_NOTIFYFORMAT support.
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Better ComboBoxEx placement.
+       * dlls/kernel/module.c:
+       kernel: DelayLoadFailureHook crash fix.
 
-       * 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.
+2006-01-03  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/x11drv/wnd.c: Lars Heete <hel@admin.de>
-       Prevent bad window X error.
+       * 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.
 
-       * 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.
+2006-01-03  Mike McCormack <mike@codeweavers.com>
 
-       * 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/msi/dialog.c:
+       msi: Subclass the Richedit control.
+       Send a "DoAction" control event when the user scrolls the text.
 
-       * misc/registry.c: Marcus Meissner <Marcus.Meissner@caldera.de>
-       Fixed the stringcompare in _find_or_add_*() (was missing tolower()s).
+       * dlls/msi/install.c:
+       MSI: Improve the MsiGetMode stub a little.
 
-       * debugger/memory.c: Juergen Lock <nox@jelal.kn-bremen.de>
-       Fix (well kludge around) FreeBSD's `Invalid address' errors.
+       * dlls/msi/dialog.c, dlls/msi/events.c, dlls/msi/msipriv.h:
+       msi: Implement the Reset control 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.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Allow _invoke to handle up to 17 parameters.
 
-       * 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.
+2006-01-03  Robert Reif <reif@earthlink.net>
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed alignment and position when looking for mmio chunks.
+       * dlls/dsound/dsound.c:
+       dsound Add uninitialized check.
 
-       * 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.
+2006-01-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/comctl32/listview.c:
+       comctl32: Listview - allow selection toggle with ctrl+space.
 
-       * documentation/distributors: Marcus Meissner <marcus@jet.franken.de>
-       Wrote a small document on how to package WINE for distributors.
+2006-01-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * windows/nonclient.c: Noomen Hamza <noomen@macadamian.com>
-       SetCursorPos() function was called with a window coordinates
-       parameter.
+       * 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().
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed null ptr deref introduced in last patch.
+2006-01-03  Francois Gouget <fgouget@free.fr>
 
-       * if1632/ole2.spec, ole/ole2.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Kind of implemented OleMetaFilePictFromIconAndLabel.
+       * dlls/ddraw/tests/dsurface.c, dlls/user/edit.c:
+       Assorted spelling fixes
 
-       * 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/shell32/tests/shlfileop.c, dlls/wined3d/stateblock.c:
+       Add trailing '\n's to ok() calls.
+       Remove spaces before '\n' in traces.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed problems with disappearing text.
+       * tools/winapi/win32.api:
+       winapi: Update win32.api to match the current sources.
 
-       * 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/msi/msi.c, dlls/wldap32/page.c:
+       Small documentation tweaks to avoid winapi_check warnings.
 
-       * 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.
+2006-01-03  Francois Gouget <fgouget@codeweavers.com>
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated to reflect current status.
+       * programs/winemenubuilder/winemenubuilder.c:
+       winemenubuilder: Improve traces.
+       Add some traces to make it easier to debug icon generation problems.
 
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       NE_LoadFileModule: Free module when NE_LoadDLLs fails.
+2006-01-03  Dmitry Timoshkov <dmitry@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/gdi/tests/bitmap.c:
+       gdi: Add a test which shows that GDI does not support compressed DIB sections.
 
-       * windows/win.c: Pascal Lessard <pascal@macadamian.com>
-       EnableWindow doesn't release the capture of a child window.
+2006-01-03  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Only test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGET) is
-       non-blank.
+       * dlls/gdi/dib.c:
+       gdi32: Disallow creation of compressed DIB sections.
 
-       * controls/menu.c: Noomen Hamza <noomen@macadamian.com>
-       Remove the WM_LBUTTONUP message from the queue after selecting a mouse
-       menu item.
+2006-01-03  Robert Shearman <rob@codeweavers.com>
 
-       * 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
+       * 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.
 
-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/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.
 
-       * 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.
+       * dlls/rpcrt4/ndr_marshall.c:
+       rpcrt4: Implement callback conformance.
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Load USER32.DLL before calling UserSignalProc.
+       * 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.
 
-       * windows/timer.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use separate service for each windows timer.
+2006-01-03  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * if1632/compobj.spec, ole/compobj.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added COMPOBJ.DllEntryPoint (Acrobat3 16bit needs it).
+       * dlls/comctl32/comctl32undoc.c:
+       comctrl32: ReAlloc should be able to move memory blocks if necessary.
 
-       * ole/typelib.c, dlls/comctl32/listview.c, dlls/comctl32/treeview.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Thou shalt not use C++ comments.
+2006-01-03  Kai Blin <kai.blin@gmail.com>
 
-       * include/driver.h, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved to new trace interface.
-       Fixed driver closing.
+       * dlls/secur32/tests/main.c:
+       secur32: Rewrote NTLM tests in a more flexible way.
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Better handling of double quotes in MCI string commands.
+2006-01-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory leak in mci structures.
+       * server/snapshot.c:
+       server: Fix va_list compile error.
 
-       * graphics/ddraw.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed error handling in DGA_IDirectDraw2Impl_GetCaps().
+       * dlls/gdi/driver.c, dlls/user/tests/monitor.c:
+       gdi: Device name returned from EnumDisplayDevices is valid for CreateDC.
 
-       * graphics/x11drv/clipping.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing GDI heap unlock.
-       Moved to new debug interface.
+       * dlls/advapi32/service.c:
+       advapi32: Don't allocate memory for empty argument string and pass
+       NULL instead.
 
-       * dlls/commdlg/filedlg.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed GetOpenFileName when called with both OFN_ALLOWMULTISELECT and
-       OFN_EXPLORER bits set.
+2005-12-31  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/comctl32/imagelist.c:
-       Francois Boisvert <francois@macadamian.com>
-       Modified ImageList_LoadImageA to check the case where cx is set to zero.
+       * 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/wldap32/extended.c:
+       wldap32: Document the functions that handle extended operations.
+
+       * dlls/wldap32/init.c:
+       wldap32: Document the init functions.
+       Fix two bugs.
+
+2005-12-31  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * programs/winecfg/x11drvdlg.c:
+       winecfg: Default for DXGrab is NO.
+
+2005-12-31  Milko Krachounov <milko@3mhz.net>
+
+       * programs/winecfg/Bg.rc:
+       winecfg: Fix a mess with the Bulgarian resource file and translate the
+       untranslated strings.
+
+2005-12-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/tests/protocol.c:
+       urlmon: Added http protocol tests (currently failing in Wine).
+
+2005-12-31  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/tests/exception.c:
+       ntdll/tests: Try to fail more gracefully on win9x.
+       Link to NtCurrentTeb dynamically.
+
+2005-12-31  Dan Kegel <dank@kegel.com>
+
+       * dlls/commdlg/colordlg.c:
+       commdlg: Let the color picker respond properly to keystrokes.
+
+2005-12-31  Robert Shearman <rob@codeweavers.com>
+
+       * 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.
+
+       * dlls/wininet/urlcache.c:
+       wininet: Create new hash tables for URL cache on demand.
+
+       * dlls/wininet/urlcache.c:
+       wininet: Move URL cache hash table creation to a separate function.
+
+2005-12-31  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/umon.c:
+       urlmon: Removed not used code.
+
+2005-12-31  Robert Shearman <rob@codeweavers.com>
+
+       * tools/widl/typegen.c:
+       widl: Output sizing information for arrays in the generated marshaling code.
+
+       * 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.
+
+2005-12-31  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c:
+       msi: Change some FIXME messages to comments.
+
+       * dlls/msi/package.c:
+       msi: Define the property "Intel" if we're running on an Intel processor.
+
+       * dlls/msi/action.c:
+       msi: Add stub actions for CCPSearch and RMCCPSearch.
+
+       * dlls/riched20/reader.c:
+       riched20: Add newlines to ERR macro output.
+
+2005-12-31  Robert Reif <reif@earthlink.net>
+
+       * dlls/comctl32/ipaddress.c:
+       comctl32: Create ipaddress in enabled state.
+
+2005-12-31  Raphael Junqueira <fenix@club-internet.fr>
+
+       * dlls/wined3d/directx.c, dlls/wined3d/surface.c:
+       wined3d: Added support for WINED3DFMT_X4R4G4B4.
+
+2005-12-31  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/wldap32/value.c:
+       wldap32: Document the value handling functions.
+
+       * dlls/wldap32/wldap32.h:
+       wldap32: Copy embedded berval structures too.
+
+2005-12-31  Henning Gerhardt <henning.gerhardt@web.de>
+
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
+
+2005-12-31  Thomas Weidenmueller <wine-patches@reactsoft.com>
+
+       * dlls/comctl32/propsheet.c:
+       comctl32: Fix error handling in PSM_ADDPAGE in case of memory
+       allocation failure.
+
+2005-12-26  Yuval Fledel <yuvalfl@gmail.com>
+
+       * programs/winetest/Makefile.in:
+       winetest: Only include d3d9 if it is being built.
+
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/sec_mgr.c, dlls/urlmon/tests/misc.c:
+       urlmon: Added GetSecurityId implementation.
+
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c, dlls/urlmon/umon.c:
+       urlmon: Use pluggable protocol for file protocol.
+
+2005-12-26  Robert Shearman <rob@codeweavers.com>
+
+       * tools/widl/typegen.c:
+       widl: Fix merge conflict.
+
+       * tools/widl/typegen.c:
+       widl: Follow type references in procformat and typeformat string generation.
+
+       * tools/widl/typegen.c:
+       widl: Handle marshaling and unmarshaling structures.
+
+       * 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.
+
+       * 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.
+
+       * 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.
+
+       * tools/widl/typegen.c:
+       widl: Generate marshaling and unmarshaling statements for arrays.
+
+       * tools/widl/typegen.c:
+       widl: Treat variables with array indices the same as pointers.
 
-       * windows/x11drv/keyboard.c: Philippe Froidevaux <pf@spin.ch>
-       Added Swiss french keyboard layout.
+       * tools/widl/typegen.c:
+       widl: Advance the type format string whilst marshaling and
+       unmarshaling arguments.
 
-       * server/select.c: Dump server objects on SIGHUP.
+       * tools/widl/typegen.c:
+       widl: Convert the main while loops in marshall_arguments and
+       unmarshall_arguments into for loops.
 
-       * 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/widl/client.c, tools/widl/server.c, tools/widl/typegen.c,
+         tools/widl/typegen.h:
+       widl: Add support for marshalling and unmarshalling conformant strings.
 
-       * 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.
+       * 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.
 
-       * programs/winhelp/.cvsignore, programs/clock/.cvsignore, programs/progman/.cvsignore:
-       Added Wa.s
+       * tools/widl/typegen.c:
+       widl: Prepare marshall and unmarshall code generation functions for
+       accepting pointers.
 
-Sun Jun 20 15:09:32 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * memory/instr.c, miscemu/main.c, programs/clock/Wa.rc, programs/progman/Wa.rc, programs/winhelp/Wa.rc:
-       Fixed Winelib compilation.
+       * tools/widl/typegen.c:
+       widl: Generate correct proc format strings for [out] and [in, out] parameters.
 
-Fri Jun 18 18:29:04 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/widl/parser.y:
+       widl: Use the same precendence rule for the conditional operator as in wpp.
+       Fixes several shift/reduce warnings.
 
-       * memory/Makefile.in, memory/instr.c, miscemu/Attic/instr.c, miscemu/Makefile.in:
-       Include instruction emulation in Winelib.
+       * 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.
 
-       * include/wine/exception.h, win32/except.c: A few optimizations.
+       * tools/widl/typegen.c:
+       widl: Support non-basic variables in proc format strings.
 
-       * loader/dos/dosvm.c: Use exceptions instead of ctx_debug_call.
+       * 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.
 
-       * include/winbase.h, relay32/kernel32.spec, scheduler/syslevel.c, windows/x11drv/main.c:
-       Added DebugBreak.
+       * 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.
 
-       * 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.
+       * dlls/oleaut32/typelib.c:
+       oleaut32: Convert some tabs to spaces and some other formatting changes.
 
-       * 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/oleaut32/typelib.c:
+       oleaut32: Initialize member IDs to MEMBERID_NIL inITypeInfo::GetIDsOfNames.
+       Better tracing.
 
-       * 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/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.
 
-       * 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.
+2005-12-26  Jesse Allen <the3dfxdude@gmail.com>
 
-       * misc/version.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Bug fix.
+       * dlls/msvcrt/tests/printf.c:
+       msvcrt: More printf tests for I64 integer size support.
 
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix compiler warning.
+       * 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.
 
-       * 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.
+       * dlls/msvcrt/wcs.c:
+       msvcrt: Do not treat %ll as an IntegerDouble in printf.
+
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Parse I, I32, and I64 integer size flags in printf.
+
+2005-12-26  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+
+       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec:
+       urlmon: Implement BindAsyncMoniker function.
+
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: URL with two slashes is valid.
+
+2005-12-26  Alexander N. Sørnes <alex@thehandofagony.com>
+
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmål resources.
+
+2005-12-26  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shlwapi/tests/path.c, dlls/shlwapi/url.c:
+       shlwapi: Fix UrlCanonicalize.
+       - Added support for URL_FILE_USE_PATHURL.
+       - Fix handling of '/' and '\'.
+
+2005-12-26  Rolf Kalbermatter <rolf.kalbermatter@citeng.com>
+
+       * dlls/msrle32/msrle32.c:
+       msrle32: Spelling fix.
+
+2005-12-26  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * 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).
+
+2005-12-26  Maxime Bellengé <maxime.bellenge@wanadoo.fr>
+
+       * dlls/msvcrt/main.c:
+       msvcrt: Prevent a crash if TlsGetValue returns NULL in DLL_THREAD_DETACH.
+
+2005-12-26  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/tests/propvariant.c:
+       Fix detection of V1a prop variant library in test suite.
+
+2005-12-26  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/x11drv/keyboard.c:
+       x11drv: Update Canadian keyboard layout to better match the X11 one
+
+2005-12-26  James Hawkins <truiken@gmail.com>
+
+       * 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.
+
+2005-12-26  Robert Reif <reif@earthlink.net>
+
+       * 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.
+
+2005-12-26  Ulrich Czekalla <ulrich@codeweavers.com>
+
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+       atl: Implement AtlComPtrAssign.
+       According to MSDN AtlModuleInit should initialize the modules critical
+       sections.
+
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.4.
 
 ----------------------------------------------------------------
-Sun Jun 13 08:49:47 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-22  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/comctl32/listview.c, include/listview.h:
-       Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented LISTVIEW_SortItems() and LISTVIEW_CallBackCompare()
+       * dlls/shell32/tests/shlfolder.c:
+       shell32: Added some test to document native ITEMIDLIST format.
 
-       * 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
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/treeview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Adds some undocumented behavior to TREEVIEW_GetItemA().
+       * dlls/user/tests/msg.c:
+       user/tests: Remove todo_wine from a few tests that (usually) succeed.
 
-       * 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.
+2005-12-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * objects/region.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not reuse a passed CONST RECT * pointer.
+       * 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.
 
-       * 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 ...
+2005-12-22  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * 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/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.
 
-       * multimedia/mci.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed small memory corruption.
+2005-12-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-Sat Jun 12 18:36:55 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/tests/msg.c:
+       user32/tests: Add a PeekMessage test.
 
-       * include/*.h:
-       Patrik Stridvall <ps@leissner.se>
-       Mad the include files idempotent using a consistent macro naming
-       scheme.
+2005-12-22  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/painting.c: Noomen Hamza <noomen@macadamian.com>
-       Avoid painting destroyed windows.
+       * dlls/kernel/tests/console.c:
+       kernel/tests: Check that we successfully open the console.
 
-       * dlls/*.c, if1632/*.c, loader/*.c:
-       Converted to the new debug interface, using script written by Patrik
-       Stridvall.
+2005-12-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/console.c:
+       server: Fixed console access rights handling.
 
-       * 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.
+2005-12-22  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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/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).
 
-       * 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-22  James Hawkins <truiken@gmail.com>
 
-       * 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/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_MOVE command.
 
-       * include/*.h:
-       Patrik Stridvall <ps@leissner.se>
-       Added extern "C" if __cplusplus is defined.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_COPY command.
 
-       * include/combo.h, controls/combo.c, controls/listbox.c:
-       Francis Beaudet <francis@macadamian.com>
-       Fixed a few behaviors of the combobox that were broken.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_RENAME command.
 
-       * 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.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Add tests for SHFileOperation's FO_DELETE command.
 
-       * 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.
+2005-12-22  Robert Reif <reif@earthlink.net>
 
-       * 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).
+       * programs/winecfg/En.rc, programs/winecfg/x11drvdlg.c:
+       winecfg: Add unmanaged windows configuration.
 
-       * 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)
+2005-12-22  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/dbghelp/module.c:
+       dbghelp: Correct handling for all module names.
 
-       * Make.rules.in, Makefile.in, configure, configure.in:
-       James Juran <jrj120@psu.edu>
-       Use Autoconf to find path to ldconfig.
+2005-12-21  Bill Medland <billmedland@mercuryspeed.com>
 
-       * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a problem with the LoadTypeLib method.
+       * dlls/msi/format.c, dlls/msi/tests/format.c:
+       msi: Prevent array underflow in MsiFormat when measuring with zero-length buffer.
 
-       * misc/Makefile.in, misc/registry.c: Marcus Meissner <mm@jet.lst.de>
-       Use @sysconfdir@ for the default registries in misc/registry.c too.
+2005-12-21  James Hawkins <truiken@gmail.com>
 
-       * graphics/ddraw.c: Marcus Meissner <mm@jet.lst.de>
-       Added generic pixel converter for 8->24.
+       * dlls/shell32/tests/shlfileop.c:
+       shell32: Remove the '.\\' prefix from filenames, because it hides a
+       bug in SHFileOperation.
 
-       * 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-21  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * 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/ddraw/surface_main.c, dlls/ddraw/tests/dsurface.c:
+       ddraw: Fix DirectDrawSurface::QueryInterface crash.
 
-       * windows/mdi.c: Noomen Hamza <noomen@macadamian.com>
-       Fixed imprecision in the MDI tiling functionality.
+2005-12-21  Detlef Riekenberg <wine.dev@web.de>
 
-       * objects/metafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Open files with more appropriate sharing mode.
+       * dlls/winspool/winspool.rc, include/wine/wine_common_ver.rc:
+       winspool: Add version resource.
 
-       * objects/enhmetafile.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small fixes for EnhMetaFile playback.
+2005-12-21  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/msvcrt/msvcrt.h, dlls/msvcrt/time.c:
+       msvcrt: Return a per-thread buffer in localtime and gmtime.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Remove DIABLO_HACK (does not work anymore), add 1 FIXME, fix GetCaps()
-       with caps1==NULL.
+2005-12-21  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/syscolor.c: Slava Monich <Slava.Monich@netmanage.com>
-       dwDataSize needs to be reset before each RegQueryValueEx() call.
+       * dlls/d3d9/tests/shader.c:
+       d3d9: Add traces for when shader support is missing in the shader test.
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Don't ignore application-requested primary buffer flags.
+2005-12-21  Hans Leidekker <hans@it.vu.nl>
 
-       * tools/build.c: Ove Kaaven <ovek@arcticnet.no>
-       Clear high word of %esp when returning from CallFrom16.
+       * dlls/kernel/process.c:
+       kernel: Some documentation improvements.
 
-       * include/comm.h, misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Implementation of EV_RXFLAG.
+2005-12-21  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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/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.
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release Win16Lock during PROCESS_Create.
+2005-12-21  Robert Reif <reif@earthlink.net>
 
-       * dlls/comctl32/imagelist.c: Luc Tourangeau <luc@macadamian.com>
-       ImageList_GetIcon bug fix.
+       * programs/winecfg/En.rc, programs/winecfg/audio.c,
+         programs/winecfg/resource.h:
+       winecfg: Select an audio driver on fresh install.
 
-       * 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-21  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * debugger/db_disasm.c: Patrik Stridvall <ps@leissner.se>
-       Changed K&R C function definition to ANSI C.
+       * dlls/mscms/tests/profile.c:
+       mscms: Test only one invalid GetStandardColorSpaceProfile() param in a
+       single check.
 
-       * 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.
+2005-12-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * relay32/wnaspi32.spec:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed WNASPI32 ordinals.
+       * dlls/msvideo/mciwnd.c:
+       msvideo: Handle ESC key press in the MCIWND class as an alias to stop command.
 
-       * include/winbase.h:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added the function definitions of GetStartupInfo*().
+2005-12-21  Jesse Allen <the3dfxdude@gmail.com>
 
-       * 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.
+       * 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.
 
-Fri Jun 11 18:33:46 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-21  Alexandre Julliard <julliard@winehq.org>
 
-       * include/process.h, memory/environ.c, scheduler/process.c:
-       Use the normal environment routines to build the env db of the initial
-       process.
+       * 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.
 
-       * 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-21  Hans Leidekker <hans@it.vu.nl>
 
-Mon Jun  7 17:46:39 1999  Alexandre Julliard  <julliard@winehq.com>
+       * configure, configure.ac, dlls/wldap32/misc.c, dlls/wldap32/parse.c,
+         include/config.h.in:
+       wldap32: Added configure checks for some potentially missing functions.
 
-       * objects/bitmap.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed CreateCompatibleBitmap when called with 0 width or height.
+2005-12-20  Bill Medland <billmedland@mercuryspeed.com>
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed mmioDescend when called with a parent chunk.
+       * dlls/msi/dialog.c:
+       msi: Use a default dialog font if nothing is specified.
 
-       * 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-20  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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).
+       * dlls/shell32/tests/shlfolder.c:
+       shell32/tests: Fixed a test failing on WinXP.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed >> and * operator precedence problem.
+2005-12-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/x11drv/mouse.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed order for entering critical sections (X11 vs. WndLock) when
-       calling X11DRV_MOUSE_SetCursor.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/wdbgexts.h:
+       dbghelp: Added a few extensions to make windbg happy.
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Consult ne.operating_system field for NE files in GetBinaryType().
+2005-12-20  Jesse Allen <the3dfxdude@gmail.com>
 
-       * server/process.c: Fixed initial process refcount.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Ignore PadZero when LeftAlign is true in printf conversions.
 
-Sun Jun  6 17:28:21 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-20  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * documentation/status/directplay, loader/dos/Makefile.in, documentation/Makefile.in, documentation/cdrom-labels:
-       Forced commit to get rid of the vendor branch
+       * 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.
 
-       * programs/cmdlgtst/.cvsignore: Added cmdlgr.h
+2005-12-20  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * programs/regapi/regapi.c:
-       Avoid use of strncmpi (reported by Ron Cemer).
+       * dlls/ntdll/exception.c:
+       ntdll: Made DBG_EXCEPTION_HANDLED a synonym of DBG_CONTINUE for exception handlers.
 
-       * 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-20  Paul Vriens <paul.vriens@xs4all.nl>
 
-       * 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.
+       * programs/winecfg/Nl.rc:
+       winecfg: Dutch resources update.
 
-       * windows/sysmetrics.c: Ron Cemer <roncemer@gte.net>
-       Fixes for Win9x and WinNT look and feel.
+2005-12-20  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.
+       * dlls/wined3d/device.c, include/wine/wined3d_interface.h:
+       wined3d: Cleanup shader constants code a little bit.
+       Improved bounds checking.
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       CreateFileA/FILE_DoOpenFile: add verbose reporting of arguments.
+2005-12-19  Jesse Allen <the3dfxdude@gmail.com>
 
-       * 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.
+       * dlls/msvcrt/tests/printf.c, dlls/msvcrt/wcs.c:
+       msvcrt: Require exact uppercase and lowercase format in printf routines.
 
-       * if1632/thunk.c, include/callback.h, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed Callback.CallTaskRescheduleProc().
-
-       * include/main.h, miscemu/main.c, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Switch stacks in CALL32_Init().
+2005-12-19  Bill Medland <billmedland@mercuryspeed.com>
 
-       * 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.
+       * programs/winemenubuilder/winemenubuilder.c, tools/wineshelllink:
+       winemenubuilder: Provide depth to the menus created.
 
-       * include/services.h, loader/main.c, scheduler/services.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed SERVICE_Exit().
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release WND lock before calling PostEvent16().
+       * dlls/kernel/process.c:
+       kernel32: Check for tabs too when extracting the program name
+       (reported by Vitaliy Margolen).
 
-       * include/wnaspi32.h:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add some defines.
+2005-12-19  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * tools/widl/client.c, tools/widl/proxy.c, tools/widl/server.c,
+         tools/widl/typegen.c:
+       widl: Avoid lvalue casts in generated code.
 
-       * 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.
+2005-12-19  Kai Blin <kai.blin@gmail.com>
 
-       * 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/secur32/ntlm.c:
+       secur32: Adding AcceptSecurityContext to the NTLM security provider.
 
-Sat Jun  5 15:23:20 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-19  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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/winspool/tests/info.c:
+       winspool: Filter additional failures.
 
-       * files/drive.c, include/winbase.h, relay32/kernel32.spec:
-       <davep@nugate.demon.co.uk>
-       Stub for SetVolumeLabel().
+2005-12-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/message.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add back lost treatment of HWND_TOPMOST.
+       * programs/winhelp/winhelp.c:
+       winhelp: Handle '> ' on command lines.
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Try to improve ConfigureNotify event processing.
+       * 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.
 
-       * objects/pen.c: Joshua Thielen <thielen@netperson.net>
-       Allow pens with styles greater than PS_INSIDEFRAME to be created with
-       ExtCreatePen.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/symbol.c:
+       dbghelp: Return proper size for local & parameters in SYMBOL_INFO.
 
-       * 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.
+2005-12-19  Jonathan Ernst <jonathan@ernstfamily.ch>
 
-       * documentation/Attic/wine.man: Marcus Meissner <marcus@jet.franken.de>
-       Autoconfigure the directories in the manpage.
-
-       * 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.
-
-       * configure, configure.in, documentation/.cvsignore, documentation/Makefile.in, documentation/wine.man.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Autoconfigure the directories in the manpage.
-
-       * files/file.c, include/winbase.h, relay32/kernel32.spec:
-       James Juran <jrj120@psu.edu>
-       Add stub for LockFileEx (KERNEL32.513).
-
-       * documentation/status/internationalisation:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Current status of Wine on internationalisation.
-
-       * controls/button.c: Rein Klazes <rklazes@casema.net>
-       Do not process WM_LBUTTONUP message in ButtonWndProc()
-       when the mouse is not captured.
-
-       * 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...).
-
-       * if1632/thunk.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Workaroung gcc 2.7.2.x sig 11 issue.
+       * programs/winecfg/Fr.rc:
+       winecfg: Updated French resources.
 
-       * 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-19  Aric Stewart <aric@codeweavers.com>
 
-       * documentation/no-windows: James Juran <jrj120@psu.edu>
-       Updated documentation/no-windows.
+       * 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.
 
-       * 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).
+2005-12-19  Magnus Olsen <magnus@itkonsult-olsen.com>
 
-Fri Jun  4 19:49:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/format.c:
+       msi: Fixed deformat_environment to not cut off string.
 
-       * 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-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * server/main.c, server/object.c, server/object.h:
-       Added optional debugging code in object management.
+       * programs/taskmgr/dbgchnl.c:
+       taskmgr: Fix viewing of debug channels.
+       Various internal cleanups.
 
-Sat May 29 14:27:27 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       dbghelp: Implemented SymMatchString.
 
-       * 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.
+2005-12-19  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/dialog.c: Luc Tourangeau <luc@macadamian.com>
-       Reimplemented the CheckRadioButton function.
+       * dlls/user/winproc.c:
+       user: Fix LB_GETTEXT unmapping for A<->W.
 
-       * dlls/comctl32/tab.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed incorrect lookup of background color.
+2005-12-19  Thomas Weidenmueller <w3seek@reactos.com>
 
-       * 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.
+       * dlls/setupapi/misc.c:
+       setupapi: Fix comparing the group SIDs in IsUserAdmin.
 
-       * dlls/comctl32/tooltips.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed a problem when using string resources as tooltext.
+2005-12-19  Huw Davies <huw@codeweavers.com>
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a behavior of the focus when a parent window is disabled.
+       * dlls/opengl32/wgl.c, dlls/x11drv/init.c, dlls/x11drv/opengl.c:
+       opengl: Add support for rendering on bitmaps.
 
-       * 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).
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/input.c: Gerard Patel <g.patel@wanadoo.fr>
-       Remove unnecessary warning in TranslateAccelator.
+       * dlls/ole32/rpc.c:
+       ole32: Revert exception handler change.
+       The handler does the opposite of normal page fault handlers.
 
-       * server/handle.c:
-       Fixed duplicate_handle to work with pseudo-handles (reported by Marcus
-       Meissner).
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * dlls/user/tests/win.c:
+       user: Fix hrgn leaks in win.c test.
 
-       * dlls/tapi32/phone.c, misc/crtdll.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Fixed some warnings.
+2005-12-19  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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).
+       * 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.
 
-       * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of missing event notifications. Some more debugging
-       messages.
+2005-12-19  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * windows/x11drv/keyboard.c: Rikhardur Egilsson <rikardur@sky.fr>
-       Icelandic keyboard support.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * 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
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * graphics/d3ddevices.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected warning.
+       * 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.
 
-       * controls/menu.c: Pascal Lessard <pascal@macadamian.com>
-       Support TPM_RETURNCMD in TrackPopupMenu.
+2005-12-19  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Fix <return> key (somehow we get a control keystate).
+       * dlls/dbghelp/dbghelp.spec:
+       dbghelp: New stubs (needed for windbg startup).
 
-       * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed compilation erros on non-Linux systems.
+       * dlls/dbghelp/elf_module.c:
+       dbghelp: Fixed loading .so modules from a living target.
 
-       * include/debugtools.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing TRACE define when NO_DEBUG_MSGS was defined.
+       * dlls/dbghelp/stack.c:
+       dbghelp: Fixed missing parameters info in StackWalk64.
 
-       * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
-       Added missing WINAPI for SHValidateUNC.
+2005-12-19  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * documentation/languages: Klaas van Gend <klaas@vangend.demon.nl>
-       Adapted to the new dll resource handling by Bertho Stultiens.
+       * dlls/d3d9/tests/stateblock.c:
+       d3d9: Don't crash on NULL device_ptr.
 
-Mon May 24 15:02:18 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-19  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/shell.c: Release the Win16Lock before calling WinExec.
+       * 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.
 
-       * scheduler/thread.c, include/process.h, loader/ne/module.c, loader/task.c:
-       Removed process argument to PROCESS_CallUserSignalProc.
+2005-12-19  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: Added handling of BINDF_FROMURLMON in file protocol.
 
-       * 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/mshtml/tests/protocol.c, include/urlmon.idl:
+       Fix typo in urlmon.idl.
 
-       * if1632/mmsystem.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       fixed builtin mmsystem.dll init sequence
+2005-12-19  Lauri Tulmin <tulmin@gmail.com>
 
-       * multimedia/Attic/init.c, multimedia/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       removed obsoleted init.c source file
+       * dlls/user/edit.c, dlls/user/tests/edit.c:
+       user32: Don't truncate text when creating edit control.
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       removed unnecessary MCI drivers entry point
-       added undocumented mmsystem functions
+2005-12-19  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/user/tests/win.c, dlls/x11drv/scroll.c:
+       x11drv: Do not use the scroll rectangle for clipping in ScrollDC.
+       With a conformance test.
 
-       * 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-19  Jacek Caban <jacek@codeweavers.com>
 
-       * 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/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       urlmon: Added some tests and fixes of file protocol.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       included mci init sequence (from obsoleted init.c)
-       moved to new trace interface
+2005-12-19  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * 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
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmaal resources.
 
-       * 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-18  Alexandre Julliard <julliard@winehq.org>
 
-       * 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
+       * 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.
 
-       * multimedia/mixer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated traces.
+2005-12-17  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Remove extraneous winuser16.h.
+       * 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.
 
-       * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed printf into TRACE.
+2005-12-17  Robert Reif <reif@earthlink.net>
 
-       * debugger/expr.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few typos.
+       * 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.
 
-       * debugger/stack.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Check when backtracking the stack if frames are correct (readable).
+       * dlls/winmm/wineoss/midi.c:
+       wineoss: Shorten MIDI names.
+       Shorten MIDI names to fit into 32 byte array without overflow.
 
-       * 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.
+2005-12-17  Juan Lang <juan_lang@yahoo.com>
 
-       * miscemu/main.c, scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Wait until child initialized before returning from PROCESS_Create.
+       * dlls/crypt32/cert.c, dlls/crypt32/tests/cert.c:
+       crypt32: Implement more implicit properties, with tests.
 
-       * relay32/kernel32.spec, win32/kernel32.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use register functions with arguments for LogApiThk...
+2005-12-17  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/imagehlp/imagehlp.spec:
+       imagehlp: Forward StackWalk64 to dbghelp.StackWalk64.
 
-Sun May 23 20:02:05 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-17  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-12-16  Huw Davies <huw@codeweavers.com>
 
-----------------------------------------------------------------
-Sun May 23 10:25:26 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/x11drv/opengl.c:
+       x11drv: Get the visual for the GLXPixmap from the current pixel format.
 
-       * 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.
+2005-12-16  Alexandre Julliard <julliard@winehq.org>
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: dwFlags must describe target process in UserSignalProc.
+       * 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.
 
-       * dlls/shell32/shellord.c: Ian Schmidt <irsman@iag.net>
-       Added missing WINAPI to SHELL32_654 stub.  Fixes crash in Win98
-       Explorer.
+       * 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.
 
-       * 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.
+       * 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.
 
-       * 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).
+       * 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.
 
-       * 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-16  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * relay32/relay386.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: syslevel relay check was too strict.
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Vertex declaration cleanup.
+       Clean up constants and the wine declaration when the vertex
+       declaration is destroyed.
 
-       * 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)
+       * 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.
 
-Sat May 22 19:22:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-16  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       - added some more debug output
-       - corrected a slight bug in DGA DirectDraw creation
+       * dlls/kernel/kernel32.spec, dlls/msvcrt/msvcrt.spec,
+         dlls/ntdll/ntdll.spec:
+       Add -register hint in ntdll, kernel and msvcrt spec files.
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a major memory leak in the window management code.
+       * 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.
 
-       * 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-16  Juan Lang <juan_lang@yahoo.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/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
 
-       * 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-16  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * include/display.h, loader/main.c, windows/display.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added UserRepaintDisable16().
+       * dlls/shell32/shellpath.c, include/shlobj.h:
+       shell32: Fix return value of PathProcessCommand.
 
-       * windows/dinput.c, windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed EVENT_WaitNetEvent() calls.
+2005-12-16  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/input.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added IsUserIdle16().
+       * dlls/urlmon/binding.c, dlls/urlmon/tests/url.c:
+       urlmon: Fix BindToStorage test.
 
-       * include/ttydrv.h, windows/ttydrv/event.c, windows/ttydrv/init.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to EVENT_ driver changes.
+       * include/mshtmdid.h, include/mshtml.idl:
+       Added some declarations to mshtml.idl.
 
-       * loader/task.c, scheduler/synchro.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to event synchronization changes.
+       * tools/widl/parser.l, tools/widl/parser.y, tools/widl/widltypes.h:
+       widl: Added bindable and displaybind attributes handling.
 
-       * 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-16  Milko Krachounov <milko@3mhz.net>
 
-       * windows/winpos.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't change Z-order of child windows when activating.
+       * programs/winecfg/Bg.rc:
+       winecfg: Update Bulgarian resource.
 
-       * 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-16  José Manuel Ferrer Ortiz <jmfo1982@yahoo.es>
 
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed silly EINTR bug with starting dosmod.
+       * programs/uninstaller/Es.rc:
+       uninstaller: Spanish translations update.
 
-       * 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.
+       * programs/winecfg/Es.rc, programs/winecfg/winecfg.rc:
+       winecfg: Spanish translations update.
 
-       * 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.
+2005-12-16  Ragnvald "Despair" Maartmann-Moe IV <despair@adelphia.net>
 
-       * dlls/shell32/shellpath.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Prevent crash in stub of SheGetDirW.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Fix matrix copy/paste bug.
 
-       * dlls/shell32/shlmenu.c:
-       Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Further implementation of the FileMenu.
+2005-12-16  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * windows/mdi.c: Juergen Schmied <juergen.schmied@pop3.pop.debitel.net>
-       Set the default menu item of the window menu
+       * dlls/wined3d/device.c:
+       wined3d: Vertex declaration recording state.
+       Stop SetVertexDeclaration from reference counting if a stateblock is
+       being recorded.
 
-       * 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.
+2005-12-16  Rein Klazes <wijn@wanadoo.nl>
 
-       * if1632/kernel.spec, loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Release Win16Lock when calling LoadLibrary32 from 16-bit code.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       user32: Implement saving and fix reading of nonclient metrics.
+       With conformance tests.
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed THUNK_SetDCHook when using native USER.
+2005-12-16  Tomas Carnecky <tom@dbservice.com>
 
-       * win32/kernel32.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: FT_PrologPrime was broken due to relay changes.
+       * dlls/x11drv/opengl.c:
+       x11drv: Allow users to preload an OpenGL library.
 
-       * misc/network.c, relay32/mpr.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Some stubs added.
+2005-12-16  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * windows/hook.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Suspend window locks before calling hook procedure.
+       * include/ddk/wdm.h:
+       Add some structs/prototypes to wdm.h.
 
-       * windows/dialog.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed window refcount handling in GetNextDlgGroupItem.
+2005-12-15  James Hawkins <truiken@gmail.com>
 
-       * controls/button.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed superfluous WIN_ReleaseWndPtr.
+       * dlls/setupapi/setupapi.spec, dlls/setupapi/stubs.c, include/setupapi.h:
+       setupapi: Added stubs for SetupGetInfInformation and
+       SetupQueryInfFileInformation.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@mud.de>
-       Xlib_IDirectDrawSurface4Impl_Flip should show 'flipto' surface, not
-       previous one. (reported by Ove)
+2005-12-15  Alexandre Julliard <julliard@winehq.org>
 
-Sun May 16 17:11:58 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtl.c:
+       ntdll: Reimplemented _chkstk and _alloca_probe directly in assembly.
 
-       * include/winbase.h, include/winnt.h:
-       Added a few missing debug event definitions.
+2005-12-15  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
+       mshtml: Fix handling Gecko strings.
 
-       * server/object.c, server/object.h, server/request.c, server/select.c, server/socket.c:
-       Changed select interface, separated timeouts from file descriptors.
+       * dlls/mshtml/nsembed.c, dlls/mshtml/nsiface.idl:
+       mshtml: Set Gecko's profile.
+       Make sure that Gecko components are registered.
 
-       * 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-15  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * scheduler/client.c, server/trace.c, include/server.h:
-       Added TEB in init_thread request.
+       * 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.
 
-Sat May 15 10:52:56 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * miscemu/instr.c:
-       Tried to add an error message when crashing on a selector load because
-       of missing LDT sharing between threads (untested).
+       * dlls/mscms/tests/profile.c:
+       mscms: Add another possible error.
 
-       * 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/
+       * dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Don't treat missing d3d9.dll as a failure.
 
-       * Make.rules.in: Get include files from the current directory first.
+2005-12-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-Fri May 14 18:39:37 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/iccvid/iccvid.c:
+       iccvid: Add support for ICM_DECOMPRESS_END message.
 
-       * 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.
+2005-12-14  Rein Klazes <wijn@wanadoo.nl>
 
-       * controls/combo.c: Francois Boisvert <francois@macadamian.com>
-       Changed CBGetDroppedControlRect to be compliant with Windows API.
+       * dlls/user/sysparams.c, dlls/user/tests/sysparams.c:
+       user: Read/save minimized metrics from/to registry.
 
-       * include/wine/exception.h, win32/except.c:
-       Fixed a few bugs, and improved the exception macros (based on
-       suggestions by Sergei Turchanov).
+2005-12-14  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * loader/preloader.c:
+       preloader: Reserve some space for the shared user data.
 
-       * 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/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.
 
-       * windows/painting.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed invalid window refcount handling in RDW_Paint().
+2005-12-14  H. Verbeet <hverbeet@gmail.com>
 
-       * 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.
+       * dlls/d3d9/tests/.gitignore, dlls/d3d9/tests/Makefile.in,
+         dlls/d3d9/tests/vertexdeclaration.c:
+       d3d9: Add a test for Get/SetVertexDeclaration refcounts.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Check if in depth-conversion mode before returning an error message
-       in IDirectDrawPaletteImpl_GetEntries.
+       * dlls/wined3d/vertexdeclaration.c:
+       wined3d: Return the correct parent in IWineD3DVertexDeclarationImpl_GetParent.
 
-Thu May 13 18:53:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/d3d9/vertexshader.c:
+       d3d9: Check for a NULL shader in IDirect3DDevice9Impl_GetVertexShader
+       before getting the parent.
 
-       * 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-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/x11drv/keyboard.c: <TTarrant@Etnoteam.It>
-       Added Italian keyboard support.
+       * 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.
 
-       * graphics/enhmetafiledrv/graphics.c:
-       Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Fixed a couple of memcpy errors.
+2005-12-14  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/psdrv/driver.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small fix to help native win95 PrintDlg on the way.
+       * programs/winecfg/Ko.rc:
+       winecfg: Update Korean translation.
 
-       * 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-14  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * windows/x11drv/mouse.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed quite ill window locking code.
+       * dlls/d3d9/tests/shader.c, dlls/d3d9/tests/stateblock.c:
+       d3d9: Don't treat missing d3d9.dll as a failure.
 
-       * windows/winpos.c: Francis Beaudet <francis@macadamian.com>
-       Fixed an infinite loop in ChildWindowFromPointEx.
+2005-12-14  H. Verbeet <hverbeet@gmail.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/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.
 
-       * 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-14  Ulrich Czekalla <ulrich.czekalla@utoronto.ca>
 
-       * 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/riched20/editor.c:
+       riched20: Reset selection when text is reset.
 
-       * relay32/kernel32.spec, win32/device.c:
-       VxDCall functions do not need to be 'register'.
+2005-12-14  Aric Stewart <aric@codeweavers.com>
 
-Wed May 12 16:10:53 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * relay32/builtin32.c: Fixed bug I introduced in relay debugging.
+2005-12-13  Saulius Krasuckas <saulius2@ar.fi.lt>
 
-       * 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/mscms/tests/profile.c:
+       mscms: Move repetitive code to helper macros.
 
-       * 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-13  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * msdos/devices.c: Marcus Meissner <marcus@jet.franken.de>
-       Added missing WINAPI for the callback procs.
+       * dlls/x11drv/scroll.c:
+       x11drv: ScrollDC fix.
+       There is no need to offset the source rectangle in the reverse
+       direction before scrolling.
 
-       * include/sig_context.h: Added ERROR_sig.
+2005-12-13  Aric Stewart <aric@codeweavers.com>
 
-       * ole/stg_bigblockfile.c: Francis Beaudet <francis@macadamian.com>
-       Bug fix.
+       * 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.
 
-       * 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-13  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/pe_image.c: Changed some error handling a bit.
+       * dlls/gdi/bitmap.c:
+       gdi: Added support for doing GetBitmapBits on a DIB section.
+       Simply copy the DIB bits in that case.
 
-       * windows/win.c: Ove Kaaven <ovek@arcticnet.no>
-       Cleaner Suspend/RestoreWndsLock, which should fix some slowness.
+       * 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.
 
-       * relay32/kernel32.spec, relay32/ntdll.spec:
-       Added RtlUnwind in ntdll, and made kernel32 spec entry a forward to
-       the ntdll one.
+2005-12-13  H. Verbeet <hverbeet@gmail.com>
 
-       * relay32/builtin32.c, tools/build-spec.txt, tools/build.c, include/builtin32.h:
-       Added import declaration for Win32 built-ins.
+       * 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.
 
-Mon May 10 14:44:48 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-13  Alexandre Julliard <julliard@winehq.org>
 
-       * tools/build-spec.txt, tools/build.c, include/builtin32.h, relay32/builtin32.c:
-       Added support for forwarded ordinals in built-in dlls.
+       * server/mailslot.c, server/named_pipe.c:
+       server: Added get_file_info implementation for named pipe and mailslot devices.
 
-Sun May  9 16:15:28 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/mailslot.c, server/named_pipe.c:
+       server: Fixed refcounting in get_fd requests for named pipe and mailslot devices.
 
-       * win32/console.c:
-       Fixed request size for alloc_console and free_console.
+2005-12-13  Robert Shearman <rob@codeweavers.com>
 
-       * 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>.
+       * 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.
 
-       * loader/module.c:
-       Use OpenFile() to test for file existence, so that the path gets
-       searched.
+2005-12-13  Eric Kohl <eric.kohl@t-online.de>
 
-       * server/select.c: Ove Kaaven <ovek@arcticnet.no>
-       Restart interrupted select() (happens with -pg).
+       * tools/widl/server.c:
+       widl: Server stubs in generated code are void functions.
 
-       * debugger/memory.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed off-by-one bug in memory access check.
+2005-12-13  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       More debug output for RegQueryInfoKey.
+       * programs/winecfg/audio.c:
+       winecfg: Simplified module handling code.
 
-       * 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-13  Marcus Meissner <marcus@jet.franken.de>
 
-----------------------------------------------------------------
-Sat May  8 18:39:05 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wininet/http.c:
+       wininet: Reinitialise NETCON on redirect.
 
-       * 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-13  Juan Lang <juan_lang@yahoo.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.
+       * dlls/iphlpapi/ifenum.c:
+       iphlpapi: Fix a couple of file descriptor leaks.
 
-       * 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-13  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * tools/winedump/le.c, tools/winedump/ne.c:
+       winedump: Const correctness fixes.
 
-       * programs/regapi/regapi.c, include/winreg.h, misc/registry.c:
-       Noomen Hamza <noomen@macadamian.com>
-       Bug fixes.
+2005-12-13  Juan Lang <juan_lang@yahoo.com>
 
-       * ole/hglobalstream.c, relay32/ole32.spec:
-       Thuy Nguyen <thuy@macadamian.com>
-       Implemented GetHGlobalFromStream.
+       * 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
 
-       * include/thread.h, scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call THREAD_FreeTHDB as service thread callback.
+2005-12-13  H. Verbeet <hverbeet@gmail.com>
 
-       * include/message.h, loader/task.c, windows/timer.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed TIMER_SwitchQueue.
+       * dlls/wined3d/device.c:
+       wined3d: Don't change the shader's refcount in SetVertexShader and
+       SetPixelShader.
 
-       * 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-13  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * loader/signal.c: Marcus Meissner <marcus@jet.franken.de>
-       Stop winelib programs on fault instead of endless faultlooping.
+       * 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.
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Run ldconfig in make install if using --enable-dll.
-       Cleaned up uninstall_lib as well.
+2005-12-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * 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/shell32/tests/shlfolder.c:
+       shell32/tests/shlfolder.c: ILFindLastID has to be called by ordinal.
 
-       * 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.
+       * dlls/mscms/tests/profile.c:
+       mscms: Add another possible error.
 
-       * 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.
+2005-12-12  Alexandre Julliard <julliard@winehq.org>
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Call Callout routines directly when using builtin USER.
+       * 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.
 
-       * loader/pe_image.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: all PE modules were marked 'internal'.
+       * dlls/kernel/kernel_private.h, dlls/kernel/process.c,
+         dlls/kernel/thread.c:
+       kernel: Moved main stack initialization to process.c.
 
-       * include/dce.h, objects/dc.c, windows/dce.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Check for busy DCE moved to DCHook16().
+       * server/fd.c:
+       server: Don't enable polling on regular files in add_queue.
 
-       * include/win.h, loader/main.c, windows/win.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Initialize WIN_CritSection earlier.
+       * 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.
 
-       * 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.
+       * 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.
 
-       * dlls/comctl32/toolbar.c: Yuxi Zhang <yuxiz@corel.ca>
-       Implemented toolbar multirow button layout.
+       * server/process.c, server/thread.c:
+       server: Added access rights mapping to process and thread objects.
 
-       * dlls/comctl32/tooltips.c: Francois Boisvert <francois@macadamian.com>
-       Implementation of WM_GETTEXT and WM_GETTEXTLENGTH in tooltips.
+       * server/registry.c:
+       server: Added access rights mapping to registry key objects.
 
-       * ole/ole2disp.c: Thuy Nguyen <thuy@macadamian.com>
-       Implemented OleTranslateColor.
+       * server/symlink.c:
+       server: Added access rights mapping to symlink objects.
 
-       * include/winuser.h, windows/input.c:
-       Francis Beaudet <francis@macadamian.com>
-       Changed the return value of GetKeyboardState and SetKeyboardState from
-       VOID to BOOL.
+       * server/token.c:
+       server: Added access rights mapping to token objects.
 
-       * controls/listbox.c: Francois Boisvert <francois@macadamian.com>
-       Prevented LISTBOX_RepaintItem from repainting a non visible item.
+       * server/event.c, server/mutex.c, server/semaphore.c, server/timer.c:
+       server: Added access rights mapping to synchronization objects.
 
-       * relay32/builtin32.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo.
+       * 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.
 
-       * windows/class.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Bugfix for TRACE in UnregisterClass.
+       * server/mailslot.c:
+       server: Allow the mailslot device to be opened as a file object.
 
-Wed May  5 13:20:50 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/named_pipe.c:
+       server: Allow the named pipe device to be opened as a file object.
 
-       * include/Attic/propsheet.h: No longer necessary.
+       * 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.
 
-Tue May  4 16:55:23 1999  Alexandre Julliard  <julliard@winehq.com>
+       * server/mapping.c, server/trace.c:
+       server: Use a better error code for a zero-size mapped file.
 
-       * objects/dc.c, windows/dce.c, include/dce.h:
-       Francis Beaudet <francis@macadamian.com>
-       Check if DC is busy before deleting it.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * win32/newfns.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       GetMailslotInfo is supposed to check for pointer validity.
+       * dlls/kernel/dosmem.c, dlls/kernel/kernel32.spec,
+         dlls/kernel/kernel_private.h, dlls/winedos/int31.c:
+       kernel32: Get rid of DOSMEM_AllocSelector.
 
-       * server/select.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Possible crash in select_loop() fixed.
+2005-12-12  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/tests/Makefile.in, dlls/winspool/tests/info.c:
+       winspool: Added tests for OpenPrinter.
 
-       * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Inverted class/channel in __(SET|GET)_DEBUGGING macros.
+2005-12-12  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/queue.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Correct implementation of GetWindowThreadProcessId().
+       * dlls/shell32/shlview.c:
+       shell32: Fix drag-scrolling in the shellview object.
 
-       * if1632/mmsystem.spec, multimedia/mmsystem.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added PlaySound16, sndPlaySound16.
+       * dlls/ole32/ole2.c:
+       ole32: Periodically call IDropTarger::DragOver during Drag&Drop.
 
-       * if1632/thunk.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixes winproc deadlock for win16.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Mon May  3 09:44:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/msvcrt.h, dlls/ntdll/relay.c, dlls/ole32/ole16.c:
+       Functions with no paramters must be (void).
 
-       * windows/queue.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some deadlock(s) in message sending.
+2005-12-12  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
+       * 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.
 
-       * multimedia/mmaux.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       small range fixes for OSS driver
-       changed to the new debug channel interface
+       * tools/widl/client.c, tools/widl/header.c, tools/widl/header.h,
+         tools/widl/server.c:
+       widl: Support explicit binding handles.
 
-       * 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
+       * 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.
 
-       * 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).
+       * 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.
 
-       * loader/module.c, if1632/relay.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: release Win16Lock in WinExec16, CallProc[Ex]32W_16.
+       * tools/widl/server.c:
+       widl: Don't cast buffer pointers to long in generated server code.
 
-       * loader/main.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Load system DLLs into WineLib applications.
+2005-12-12  Eric Kohl <eric.kohl@t-online.de>
 
-       * graphics/psdrv/ps.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Small update to the PostScript encoding vector.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Support multiple interfaces per file.
 
-       * loader/module.c, loader/task.c: Bug fixes.
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-Sun May  2 19:10:57 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * scheduler/process.c:
-       Moved a few more initialisations to the new process context.
+       * 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.
 
-       * loader/task.c: Don't initialise the stacks for 32-bit processes.
+2005-12-12  Detlef Riekenberg <wine.dev@web.de>
 
-       * miscemu/main.c: Only check number of tasks after first message.
-       Use a 16-bit module for creating the initial task.
+       * dlls/winspool/info.c:
+       winspool: Added documentation for OpenPrinter.
 
-       * include/authors.h, AUTHORS:
-       Updated authors list from the Changelog. Please let me know if you
-       have been left out.
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/commdlg/finddlg32.c, dlls/ole32/ole16.c, dlls/user/cursoricon.c:
+       Const correctness fixes.
 
-       * */*.c:
-       Converted to the new debugging interface (done with the help of the
-       script written by Patrik Stridvall).
+2005-12-12  Marcus Meissner <marcus@jet.franken.de>
 
-       * tools/make_debug, include/debugdefs.h, include/debugtools.h, misc/main.c:
-       Misc fixes and improvements.
+       * include/ws2tcpip.h:
+       winsock: getaddrinfo return codes
+       Adjust return code EAI_NODATA to WSAHOST_NOT_FOUND, like windows does
+       it.
 
-       * include/config.h.in, configure, configure.in:
-       Added check for -lmmap for OS/2.
+       * 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).
 
-       * 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-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * 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 .
+       * include/urlmon.idl:
+       urlmon.idl: Add some BINDSTATUS values.
 
-       * include/winuser.h: Juergen Schmied <juergen.schmied@metronet.de>
-       - default item handling
-       - small drawing fixes
+2005-12-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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/comctl32/treeview.c:
+       comctl32: Fixed (harmless) typo.
 
-       * server/thread.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't crash if queuing an APC on a thread that doesn't wait.
+       * dlls/commdlg/fontdlg.c, dlls/winaspi/aspi.c:
+       Removed some dead-code.
 
-       * 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/ddraw/tests/ddrawmodes.c, dlls/setupapi/queue.c:
+       Made some functions static.
 
-       * memory/heap.c: Huw D M Davies <h.davies1@physics.ox.ac.uk>
-       Call SetLastError in HeapCompact().
+       * dlls/iccvid/iccvid.c, dlls/msvidc32/msvideo1.c:
+       vidc: Return error codes when a message isn't supported.
 
-       * include/winbase.h: Ove Kaaven <ovek@arcticnet.no>
-       Added prototype for TryEnterCriticalSection.
+2005-12-12  Robert Shearman <rob@codeweavers.com>
 
-       * include/commdlg.h: Klaas van Gend <klaas@vangend.demon.nl>
-       Make all structures packed and removal of some WINE_PACKED.
+       * 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.
 
-       * controls/button.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Pushbuttons should only be rounded in Win31 look.
+       * dlls/ole32/errorinfo.c:
+       CreateErrorInfo trace fix.
+       CreateErrorInfo isn't a stub so don't print this in the trace
+       message.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - default item handling
-       - small drawing fixes
+       * dlls/oleaut32/typelib.c:
+       OLE: Add const to several typelib functions.
+       Add const attributes to parameters for several functions and fix up
+       some formatting.
 
-       * windows/winpos.c: Noel Borthwick <noel@macadamian.com>
-       Fixed an unbalanced windows lock/unlock sequence in
-       WINPOS_ActivateOtherWindow.
+       * dlls/oleaut32/oleaut.c:
+       OleTranslateColor trace fix.
+       OleTranslateColor isn't a stub so don't print ":stub" in the trace
+       message.
 
-       * include/debugdefs.h: enhmetafile added
+2005-12-12  Jacek Caban <jacek@codeweavers.com>
 
-       * 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).
+       * dlls/mshtml/Makefile.in, dlls/mshtml/htmldoc.c, dlls/mshtml/htmldoc3.c,
+         dlls/mshtml/mshtml_private.h:
+       mshtml: Added IHTMLDocument3 stub implementation.
 
-       * 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-12  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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.
+       * programs/winetest/Makefile.in:
+       winetest: Add d3d9 tests.
 
-       * 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-12  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * tools/widl/client.c, tools/widl/server.c, tools/widl/typegen.c:
+       widl: Don't output __RPC_FAR in generated code.
 
-       * loader/ne/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Only try to append ".dll" if a library is loaded implicitely.
+2005-12-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * dlls/shell32/shellord.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fix TRACE formatting warnings.
+       * programs/winecfg/Nl.rc:
+       winecfg: Update Dutch resources for the Audio tab.
 
-       * dlls/shell32/shlfolder.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed a small syntax problem.
+2005-12-12  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/winpos.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - better stubs for Get/Set special (Progman/Taskman) window functions
+       * include/mshtmdid.h, include/mshtml.idl:
+       Added declaration of IHTMLDocument3 and more DISPIDs.
 
-       * relay32/user32.spec, windows/message.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - new SendMessageCallbackW
-       - some fixme's for missing A<->W conversion
+2005-12-12  Filip Navara <xnavara@volny.cz>
 
-       * windows/dialog.c: Noel Borthwick <noel@macadamian.com>
-       Fixed an unbalanced windows lock/unlock sequence in GetNextDlgTabItem.
+       * dlls/kernel/module.c:
+       kernel: Fix the Mach-O binary magic.
 
-       * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
-       Bugfix for EnumPrinters level 2.
+2005-12-12  Markus Amsler <markus.amsler@oribi.org>
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Correct logic in GetKeyNameText.
+       * dlls/winedos/dosmem.c:
+       winedos: Implement MCB.
 
-       * documentation/bugreports:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Removed +snoop from documentation/bugreports.
+2005-12-12  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-Sat May  1 10:41:02 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/urlmon/umstream.c:
+       urlmon: Correctly fix IStream::Read.
+       Don't dereference a possible NULL pointer.
 
-       * objects/bitmap.c: Pavel Roskin <pavel_roskin@geocities.com>
-       LoadImageW fixed for hicolor displays.
+2005-12-09  H. Verbeet <hverbeet@gmail.com>
 
-       * 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.
+       * 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.
 
-       * 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-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * 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.
+       * include/mmsystem.h:
+       Remove unneeded ; from DECL_WINELIB_TYPE_AW in mmsystem.h.
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a bug in CoRegisterClassObject.
+2005-12-09  Kai Blin <blin@gmx.net>
 
-       * dlls/comctl32/toolbar.c: Luc Tourangeau <luc@macadamian.com>
-       Removed some flickering when inserting or deleting buttons.
+       * dlls/secur32/ntlm.c:
+       secur32: Fix conversion of password in NTLM AcquireCredentialsHandleA.
 
-       * 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-09  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/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.
 
-       * 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.
+       * 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.
 
-       * dlls/shell32/contmenu.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed default menu item.
+       * 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.
 
-       * win32/code_page.c, misc/ddeml.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed typo.
+       * programs/wineconsole/wineconsole.c:
+       wineconsole: Remove some unnecessary typecasts.
 
-       * windows/queue.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added a missing LeaveCriticalSection.
+       * 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/mdi.c: Francois Boisvert <francois@macadamian.com>
-       Fixed a wrong usage of WIN_FindWndPtr/WIN_ReleaseWndPtr in
-       TranslateMDISysAccel16.
+       * 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.
 
-       * misc/comm.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed off-by-one bug in async output buffers.
+       * 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.
 
-       * ole/ole2.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a little Drag and Drop bug.
+       * 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.
 
-----------------------------------------------------------------
-Mon Apr 26 14:58:59 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * 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.
+       * 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.
 
-       * tools/wrc/parser.y: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Don't include alloca.h.
+       * 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.
 
-       * README, documentation/wine.man: James Juran <jrj120@psu.edu>
-       Update to reflect recent changes and discussions.
+2005-12-09  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * loader/loadorder.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       The load order parser should not always complain about extensions.
+       * dlls/mpr/mpr_main.c, dlls/shlwapi/regstream.c, dlls/user/mouse16.c:
+       Add some missing includes which contain used prototypes.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       - align magic buttons right
-       - shortcuts alignment working again
+2005-12-09  Jacek Caban <jacek@codeweavers.com>
 
-       * loader/ne/module.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed loading of native NE dlls.
+       * 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.
 
-Sun Apr 25 19:04:42 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/mshtml/nsembed.c:
+       mshtml: Added nsIURIContentListener to QueryInterface.
+       Always release nsIWebBrowserSetup.
 
-       * memory/heap.c: Fixed __builtin_return_address arg.
+       * dlls/mshtml/mshtml_private.h, dlls/mshtml/nsembed.c,
+         dlls/mshtml/nsiface.idl:
+       mshtml: Added nsIEmbeddingSiteWindow implementation.
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI compabillity.
+2005-12-09  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * */*:
-       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.
+       * 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.
 
-       * misc/registry.c:
-       Use $HOME instead of getpwuid for user's home directory.
-       Fixed messed up indentation.
+2005-12-09  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * graphics/x11drv/xfont.c:
-       Use $HOME instead of getpwuid for user's home directory.
+       * dlls/urlmon/umstream.c:
+       urlmon: Fix call to ReadFile.
+       The BytesRead parameter passed to ReadFile may never be NULL.
 
-       * */*.h:
-       Patrik Stridvall <ps@leissner.se>
-       #pragma pack(?) changed to #include "*pack*.h"
+2005-12-09  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Update win16.api and win32.api.
 
-       * files/dos_fs.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Ignore trailing dots on file names.
+       * tools/sfnt2fnt.c:
+       sfnt2fnt: Don't print two newlines after error messages.
 
-       * 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).
+       * tools/widl/header.c:
+       widl: Issue correct C++ headers.
 
-       * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       wine.conf should not overrule content of burned in data in
-       loadorder.c.
+2005-12-09  Thomas Weidenmueller <w3seek@reactos.com>
 
-       * graphics/mapping.c: Karl Lessard <karll@corel.com>
-       SetMapMode should not reset the window and viewport origins to 0.
+       * dlls/quartz/filesource.c, dlls/quartz/filtermapper.c:
+       quartz: Fix incorrect usages of the HRESULT_FROM_WIN32 macro.
 
-       * 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-09  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * wine.ini: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Upgraded to have a decent multimedia DLLs configuration.
+       * programs/winecfg/No.rc:
+       winecfg: Updated Norwegian Bokmaal resources.
 
-       * 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-08  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*).
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.3.
 
-       * scheduler/process.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Initialize process critical section in the correct process context.
+----------------------------------------------------------------
+2005-12-08  Huw Davies <huw@codeweavers.com>
 
-       * 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/gdi/dib.c:
+       gdi: Fix 24bpp -> 32bpp copy.
 
-       * loader/loadorder.c: Marcus Meissner <marcus@jet.franken.de>
-       debug.h must be last in list of includes.
+2005-12-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Return 32-bit module in GetModuleHandle16() if appropriate.
+       * 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.
 
-       * msdos/int2f.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed crash when status was read with cd-rom tray open.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a bug in msg conversion.
+       * tools/widl/parser.y:
+       widl: Formatting cleanups.
 
-       * dlls/comctl32/trackbar.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent crash when nMinRange > nMaxRange.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * include/winuser.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing manifest constants for Queue Status functions (QS_????).
+       * tools/widl/typegen.c:
+       widl: Marshal and unmarshal basic types.
 
-       * controls/button.c, controls/edit.c, windows/mdi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing WIN_ReleaseWndPtr.
+2005-12-08  Robert Shearman <rob@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.
+       * 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.
 
-       * dlls/comctl32/listview.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Implemented SetColumnWidth for ListView control.
+2005-12-08  Eric Kohl <eric.kohl@t-online.de>
 
-       * documentation/config: Adam Sacarny <magicbox@bestweb.net>
-       Added new documentation for the configuration file.
+       * 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.
 
-       * misc/version.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Improved VERSION_GetVersion.
+2005-12-08  Eric Kohl <eric.kohl@t-online.de>
 
-       * windows/x11drv/keyboard.c: Peter Bortas <peter@idonex.se>
-       Added Swedish keyboard layout.
+       * tools/widl/client.c, tools/widl/server.c:
+       widl: Rename some variables.
 
-       * 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-08  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * misc/toolhelp.c, if1632/kernel.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Add a stub for GlobalMasterHandle.
+       * programs/winecfg/De.rc:
+       winecfg: Update German resource.
 
-       * 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-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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/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
 
-       * 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-08  Aric Stewart <aric@codeweavers.com>
 
-       * windows/timer.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bogus infinite expiration time.
+       * 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).
 
-       * 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-08  Robert Reif <reif@earthlink.net>
 
-       * 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/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.
 
-Sat Apr 24 12:02:15 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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).
+       * 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
 
-       * ole/Makefile.in, ole/hglobalstream.c, ole/ole2stubs.c, ole/stg_stream.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented CreateStreamOnHGLOBAL.
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-       * ole/compobj.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Let CoSetState() accept state == NULL.
+       * dlls/commdlg/printdlg.c:
+       comdlg32: Don't worry if an HGLOBAL passed to printdlg is already locked.
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Made internal format more compatible.
+2005-12-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/shell32/shlfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+       * dlls/winmm/winealsa/audio.c:
+       winealsa: Fixed returned string in capabilities.
 
-       * 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-08  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Don't malloc/free for every mixing operation, use the same buffer over
-       instead...
+       * 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
 
-       * 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-12-08  H. Verbeet <hverbeet@gmail.com>
 
-       * 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/d3d8.h, include/d3d9.h:
+       d3d8/d3d9: Define D3D_SDK_VERSION.
 
-       * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added Panose defines and EXTLOGFONT[A|W].
+2005-12-08  Robert Shearman <rob@codeweavers.com>
 
-Thu Apr 22 16:27:53 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/notepad/dialog.c, programs/notepad/main.c,
+         programs/notepad/main.h:
+       notepad: Remember options selected in the print setup dialog.
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       Fixed ANSI compabillity.
+2005-12-08  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * programs/winecfg/audio.c:
+       winecfg: Fix compilation on gcc 2.95 (no nameless unions).
 
-       * 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-12-08  Aric Stewart <aric@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * objects/clipping.c: Karl Lessard <karll@corel.com>
-       Fixed coordinates conversion in OffsetClipRgn.
+2005-12-08  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/reg.c, include/winternl.h:
+       ntdll: Check for failure to get the user path in RtlOpenCurrentUser.
+       Fixed the return value type.
 
-       * relay32/kernel32.spec, scheduler/handle.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CreateSocketHandle,GetHandleContext,SetHandleContext stubs added.
+2005-12-07  Jacek Caban <jacek@codeweavers.com>
 
-       * 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/mshtml/nsembed.c:
+       mshtml: Added config key to specify Gecko path.
 
-       * windows/syscolor.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fixed syscolors for win 3.1.
+2005-12-07  Robert Reif <reif@earthlink.net>
 
-       * files/profile.c, if1632/kernel.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added missing profile KERNEL routines (call 32-bit versions).
+       * programs/winecfg/audio.c:
+       winecfg: Added support for auto detecting all drivers by attempting to
+       open them.
 
-       * if1632/builtin.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: BUILTIN_GetEntryPoint16 didn't work correctly with the new
-       entry table layout.
+2005-12-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/wingdi.h: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Add Enhanced MetaFile record structures.
+       * 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.
 
-       * 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-12-07  Kai Blin <blin@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/secur32/ntlm.c:
+       secur32: Implement InitializeSecurityContext(A|W) for the NTLM
+       security provider.
 
-       * graphics/driver.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added prototypes (stubs) for GDI32.100-104.
+2005-12-07  Robert Reif <reif@earthlink.net>
 
-       * 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
+       * programs/winecfg/En.rc, programs/winecfg/audio.c,
+         programs/winecfg/resource.h:
+       winecfg: Show all sound card drivers and their devices.
 
-       * relay32/shell32.spec, dlls/shell32/shellord.c, include/shlobj.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       - corrected parameter count for SHGetSettings
-       - stub SHValidateUNC
+2005-12-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * loader/elf.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       #else branch compile fix.
+       * tools/fnt2fon.c, tools/sfnt2fnt.c:
+       Add an error() function to fnt2fon and sfnt2fnt.
 
-       * 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-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Added a check for a NULL pointer in CoFreeUnusedLibraries.
+       * 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.
 
-       * relay32/builtin32.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Include debug.h last (ERR() macro problem on Solaris).
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * controls/combo.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a sizing bug in the combobox control.
+       * dlls/oleaut32/typelib.c:
+       OLE: Implement ITypeInfo_AddressOfMember.
 
-       * tools/build.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Internal NE entry point tables were bad (one huge bundle).
+2005-12-06  Robert Shearman <rob@codeweavers.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/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.
 
-       * 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-12-06  Robert Shearman <rob@codeweavers.com>
 
-Wed Apr 21 14:27:37 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/oleaut32/tests/typelib.c:
+       OLE: Add tests for the typelib version of ITypeComp_Bind.
 
-       * 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-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/toolbar.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed typo.
+       * dlls/oleaut32/typelib.c, include/oleauto.h:
+       OLE: Update the type of the oVft parameter for DispCallFunc.
 
-       * 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-12-06  Kai Blin <blin@gmx.net>
 
-       * 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/secur32/Makefile.in, dlls/secur32/ntlm.c:
+       secur32: Implementing AcquireCredentialsHandle(A|W) for the NTLM
+       security provider.
 
-Mon Apr 19 16:45:24 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * tools/c2man.pl:
+       c2man: Remove HTML warnings.
 
-       * 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-12-06  Robert Reif <reif@earthlink.net>
 
-       * windows/dce.c: Paul Millar <paulm@astro.gla.ac.uk>
-       Code added to re-evaluate stale DC information in DCE cache.
+       * 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.
 
-       * 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-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/x11drv/palette.c: Patrik Stridvall <ps@leissner.se>
-       Fixed typo.
+       * 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
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed playing position when required by track number.
+2005-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
-       Added MMDEVLDR DeviceIoctl(5) stub (msacm32 is a bit happier now).
+       * dlls/dbghelp/stack.c:
+       dbghelp: Final touch on StackWalk64 so that it works.
 
-       * wine.ini: Marcus Meissner <marcus@jet.franken.de>
-       Native toolhelp will not work (missing GLOBALMASTERHANDLE).
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-       * BUGS, README: Marcus Meissner <marcus@jet.franken.de>
-       Updated.
+       * dlls/winspool/info.c:
+       winspool: Document the monitor functions.
 
-       * controls/edit.c: Gerard Patel <g.patel@wanadoo.fr>
-       Test for static was reversed.
+2005-12-06  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * */*:
-       Patrik Stridvall <ps@leissner.se>
-       New debug scheme with explicit debug channels declaration.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Sort entries in win16.api and win32.api
 
-Sun Apr 18 14:44:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-06  Raphael Junqueira <fenix@club-internet.fr>
 
-       * loader/ne/module.c: Removed extra call to TASK_StartTask.
+       * dlls/x11drv/opengl.c:
+       x11drv: Add more useful traces on SetPixelFormat (and no more FIXME).
 
-       * include/acconfig.h, include/config.h.in, configure, configure.in:
-       Removed check for union semun; cleaned up a bit.
+2005-12-06  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/server.h, server/process.c, server/trace.c, tools/make_requests:
-       Added env ptr to new_process request
+       * dlls/x11drv/init.c, dlls/x11drv/x11drv.h:
+       x11drv: cleanup not longer used data on X11DRV_PDEVICE.
 
-       * 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-12-06  Louis Lenders <xerox_xerox2000@yahoo.co.uk>
 
-       * 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/gdi/font.c, dlls/gdi/gdi32.spec:
+       gdi: Added stub for AddFontMemResourceEx.
 
-       * loader/loadorder.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed memory freeing.
+2005-12-06  Alexandre Julliard <julliard@winehq.org>
 
-       * programs/cmdlgtst/Attic/cmdlgr.h, programs/cmdlgtst/cmdlgr.rc, programs/cmdlgtst/cmdlgtst.c, programs/cmdlgtst/cmdlgtst.h:
-       Renamed cmdlgr.h to cmdlgtst.h.
+       * include/mlang.idl:
+       mlang: Properly declare the interface uuids.
 
-       * scheduler/critsection.c: Added timeout to critical section waiting.
+2005-12-06  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
-
-       * 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.
+       * dlls/mlang/mlang.c, dlls/mlang/tests/mlang.c, include/mlang.idl:
+       mlang: Implement IEnumRfc1766 interface.
 
-       * loader/ne/module.c:
-       Fixed toolhelp routines usage in GetModuleFromPath (reported by Bertho
-       Stultiens).
+2005-12-06  Robert Reif <reif@earthlink.net>
 
-       * 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.
+       * dlls/winmm/winejack/jack.c:
+       winmm: Allow sound card driver to be opened more than once.
+       TRACE cleanups.
 
-       * documentation/gui, windows/win.c, windows/winpos.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Properly handling cases like calling SetWindowPos while processing
-       WM_NCCREATE.
+2005-12-06  Robert Reif <reif@earthlink.net>
 
-       * graphics/x11drv/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed a few bugs (typos from cut & paste & invalid heap block
-       freeing).
+       * 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.
 
-       * misc/wsprintf.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Bug fix in GetLen.
+2005-12-06  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * tools/winapi/win32.api:
+       Update win32.api to current git.
 
-       * documentation/wine.man: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Updated commandline changes of -dll option and wine.conf entries.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * wine.ini: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Updated the example with the new configuration entries.
+       * dlls/ole32/rpc.c:
+       OLE: Fix a typo where brackets were missing.
 
-       * dlls/shell32/shell32_main.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Bugfix: free loaded library not before exit.
+2005-12-06  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
-
-       * 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.
+       * 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.
 
-       * 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.
+2005-12-06  Jacek Caban <jacek@codeweavers.com>
 
-Fri Apr 16 15:19:14 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * resources/.cvsignore: Changed for renamed files
+       * dlls/shdocvw/webbrowser.c:
+       shdocvw: Added get_Document implementation.
 
-       * misc/winsock_async.c, msdos/dosconf.c, windows/user.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fixed warnings.
+2005-12-06  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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).
+       * programs/winedbg/expr.c:
+       winedbg: Fixed broken code about type management for binary operator.
 
-       * configure, configure.in, relay32/Makefile.in:
-       Marcus Meissner <marcus@jet.franken.de>
-       Add -fno-builtin when compiling with gcc in relay32/ subdir.
+2005-12-06  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/info.c:
+       winspool: Add documentation for the port functions.
 
-       * 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.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-Thu Apr 15 16:46:51 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/tests/thread.c:
+       kernel: Added a basic test for exception handling in threads.
 
-       * 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.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/crtdll.c: Ove Kaaven <ovek@arcticnet.no>
-       _CIpow argument order was confirmed with Starcraft v1.05.
+       * dlls/user/cursoricon.c:
+       user: Fixed copy/paste bug in CURSORICON_GetResIconEntry.
 
-       * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
-       Clarified a few points.
+2005-12-05  Rein Klazes <wijn@wanadoo.nl>
 
-       * msdos/int21.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Added IOCTL function 0x440d/0x72.
+       * dlls/ddraw/Makefile.in, dlls/ddraw/main.c:
+       ddraw: Catch access violations when calling DirectDrawEnumerateProc.
 
-       * relay32/kernel32.spec, scheduler/critsection.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       UnitializeCriticalSection partial stub implementation.
+2005-12-05  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * include/winbase.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added missing proto for GetExitCodeThread.
+       * dlls/devenum/createdevenum.c:
+       devenum: Don't leak key handle creating a category registry key.
 
-       * include/driver.h, include/wine/keyboard16.h:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Added missing windef.h includes.
+2005-12-05  Christian Gmeiner <christian.gmeiner@students.fh-vorarlberg.ac.at>
 
-       * windows/input.c, include/winuser.h:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       ReleaseCapture() is supposed to return a BOOL value.
+       * dlls/msi/msi.c:
+       msi: Implemented DllCanUnloadNow.
 
-       * 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.
+2005-12-05  Wojciech Migda <migda@chemia.uj.edu.pl>
 
-       * windows/x11drv/keyboard.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       index == 3 corresponds to Alt-Gr + Shift.
+       * dlls/imagehlp/imagehlp.spec:
+       imagehlp: fixed typo in SymSetOptions entry.
 
-       * 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.
+2005-12-05  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * dlls/msi/msi.spec:
+       msi: Fix MsiProvideQualifiedComponentW spec file entry.
 
-       * controls/button.c, include/button.h, include/winuser.h:
-       Pascal Lessard <pascal@macadamian.com>
-       Implement the button with bitmaps.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/wine/obj_storage.h, ole/stg_stream.c, ole/storage32.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Implementation of IStorage::CopyTo and IStream::CopyTo.
+       * server/main.c, server/object.h:
+       server: Remove sync_namespace.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Always release the Win16Lock in TASK_Reschedule.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/x11drv/event.c: Francois Boisvert<francois@macadamian.com>
-       Solved a deadlock between global lock and wnd lock in event.c.
+       * server/directory.c, server/mailslot.c, server/named_pipe.c,
+         server/object.h:
+       server: Let the directory code handle device names.
 
-       * dlls/shell32/iconcache.c: Marcus Meissner <marcus@jet.franken.de>
-       Typo that broke Solaris compile fixed.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * controls/desktop.c: Francois Boisvert<francois@macadamian.com>
-       Add a WIN_ReleaseDesktop in DESKTOP_IsSingleWindow.
+       * 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/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.
+2005-12-05  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * graphics/psdrv/font.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Limit lastChar to 0xff in PSDRV_GetCharWidth.
+       * 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.
 
-       * windows/user.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI for RegisterSystemThread.
+2005-12-05  Alexandre Julliard <julliard@winehq.org>
 
-Sun Apr 11 18:48:17 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.
 
-       * msdos/int10.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed "Display Combination" call.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/dbghelp/stack.c, include/dbghelp.h:
+       dbghelp: Implemented StackWalk64.
 
-       * windows/win.c: Francois Boisvert<francois@macadamian.com>
-       Enabled thread safeness for wnd structure code.
+2005-12-05  Francois Gouget <fgouget@free.fr>
 
-       * debugger/dbg.y: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use CLIENT_DebuggerRequest to freeze/unfreeze threads.
+       * dlls/msvidc32/msvideo1.c:
+       msvidc32: Add a comment for DllMain() to stop winapi_check from
+       complaining about it.
 
-       * 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!
+2005-12-05  Francois Gouget <fgouget@free.fr>
 
-       * scheduler/process.c, include/process.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Non-functional PROCESS_Suspend/ResumeOtherThreads removed.
+       * tools/winapi/win32.api:
+       Update win32.api to match the current sources.
 
-       * 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...
+2005-12-05  Pavel Roskin <proski@gnu.org>
 
-       * winedefault.reg: Ove Kaaven <ovek@arcticnet.no>
-       Default values for registry.
+       * programs/notepad/Ru.rc:
+       notepad: Russian translation for "Font..." menu item.
 
-       * graphics/x11drv/dib.c: Karl Lessard <karll@corel.ca>
-       Optimized code for SetImageBits_X, making bitmap creation faster.
+2005-12-05  Cihan Altinay <cihan@uq.edu.au>
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       The MEASUREITEMSTRUCT and DRAWITEMSTRUCT were filled wrong.
+       * 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.
 
-       * 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)
+2005-12-05  YunSong Hwang <hys545@dreamwiz.com>
 
-       * include/selectors.h, memory/global.c, memory/selector.c:
-       Made SELECTOR_ReallocBlock preserve the current selector access rights
-       (problem reported by Andreas Mohr).
+       * programs/winefile/Ko.rc:
+       winefile: Fix an incorrect translation.
 
-       * misc/system.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use services thread instead of timer signals.
+2005-12-05  Alexander N. Sørnes <alex@thehandofagony.com>
 
-       * server/thread.c, scheduler/synchro.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow user APCs with NULL 'func' (just wake up the thread).
+       * 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.
 
-       * include/services.h, loader/main.c, scheduler/Makefile.in, scheduler/services.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented 'kernel services thread'.
+2005-12-05  Patrick Ammann <pammann@aro.ch>
 
-       * include/winspool.h, misc/printdrv.c, relay32/winspool.spec:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Added stub for PrinterProperties.
+       * dlls/wininet/netconnection.c:
+       wininet: compilation fix
+       - make netconnection.c compile when HAVE_OPENSSL_SSL_H or
+       HAVE_OPENSSL_ERR_H are not defined.
 
-       * dlls/ntdll/rtlstr.c, include/ntddk.h, relay32/ntdll.spec, dlls/ntdll/nt.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented NtTerminateProcess and NtDisplayString.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * loader/module.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       FreeLibrary partial implementation.
+       * 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
 
-       * 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.
+2005-12-05  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/x11drv/keyboard.c: Guy Albertelli <galberte@neo.lrun.com>
-       Partial implementation for GetKeyNameText for new keyboard structure.
+       * 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
 
-       * dlls/tapi32/phone.c: Kevin Holbrook <kwh@neosoft.com>
-       Fixed warning.
+2005-12-05  Michael Stefaniuc <mstefani@redhat.de>
 
-       * include/wine/obj_storage.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing ReadClassStg prototype.
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/vartype.c:
+       Fix VarBstrCmp for NULL input BSTRs (MSDN is wrong).
 
-       * 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
+2005-12-05  Milko Krachounov <milko@3mhz.net>
 
-       * documentation/status/dde:
-       Keith Matthews <keith_m@sweeney.demon.co.uk>
-       Status document for DDE/Ddeml.
+       * dlls/commdlg/cdlg_Bg.rc, programs/regedit/Bg.rc:
+       Update the Bulgarian resources for commdlg and regedit.
 
-       * 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.
+2005-12-05  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHGetSettings implemented.
-       ExitWindowsDialog() simulated by Messagebox.
+       * dlls/winsock/socket.c:
+       winsock: Rewrote mappers to use sizeof() based loops.
+       Added IPPROTO_IP and AF_UNSPEC to the mappers.
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       ILLoadFromString implemented.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * windows/x11drv/mouse.c: Brian Gerst <bgerst@quark.vpplus.com>
-       Fixed X11DRV_MOUSE_WarpPointer initial value.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * objects/bitmap.c: Luc Tourangeau <luc@macadamian.com>
-       Ensure that the bitmap is properly initialized when created with the
-       LR_CREATEDIBSECTION flag.
+       * 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/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.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * miscemu/instr.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Clear invalid selectors also in CallTo16 relay code.
+       * dlls/wined3d/pixelshader.c:
+       wined3d: Set pixel shader version correctly in IWineD3DPixelShaderImpl_SetFunction.
 
-       * programs/notepad/Es.rc:
-       Jose Marcos López Caravaca <jose.lopez@upcnet.upc.es>
-       Revised Spanish resources.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * windows/mdi.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fixed window locking bug in CalcChildScroll.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       wined3d: Return the correct parent in IWineD3DPixelShaderImpl_GetParent.
+       Remove an unnecessary cast.
 
-       * 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.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/oleaut32/typelib.c:
+       OLE: Move the dispinterface return value handling to functions that
+       return the FUNCDESC to the user.
 
-Tue Apr  6 07:14:09 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * files/directory.c: galberte <galberte@neo.rr.com>
-       Fixed SearchPathA return value.
+       * 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.
 
-       * 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
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/wine/obj_storage.h: Francois Gouget <fgouget@psn.net>
-       Fixed a problem pointed out by Kevin Holbrook.
+       * programs/winedbg/symbol.c:
+       winedbg: simplify some code.
 
-       * include/commctrl.h: Francois Gouget <fgouget@psn.net>
-       commctrl.h must include prsht.h.
+2005-12-03  H. Verbeet <hverbeet@gmail.com>
 
-       * include/wine/obj_oleaut.h: Francois Gouget <fgouget@psn.net>
-       Warning fix.
+       * dlls/wined3d/device.c:
+       wined3d: return D3DERR_INVALIDCALL when calling BeginStateBlock and
+       already recording.
 
-       * 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++.
+2005-12-03  Pavel Roskin <proski at gnu.org>
 
-       * 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.
+       * programs/wineconsole/wineconsole.c:
+       Fixed regression in wineconsole creation (curses backend).
 
-       * 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.
+2005-12-03  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * tools/winapi/winapi_check:
+       winapi_check: fully descend in included files to check for prototype.
 
-       * tools/bug_report.pl: Adam Sacarny <magicbox@bestweb.net>
-       Added sanity check for whitespace in file names, various other fixups.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-Sun Apr  4 12:48:21 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * controls/listbox.c: Luc Tourangeau <luc@macadamian.com>
-       WM_MOUSEMOVE implementation bug fix.
+2005-12-03  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/keyboard.c:
-       José Marcos López <jose.lopez@upcnet.upc.es>
-       Added Spanish keyboard layout.
+       * 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/comm.c: Lawson Whitney <lawson_whitney@juno.com>
-       Fixed the modem control part of EscapeCommFunction16.
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * controls/combo.c: Gerard Patel <g.patel@wanadoo.fr>
-       Added missing goto.
+       * programs/winedbg/stack.c:
+       winedbg: fixed regression (and simplified code!) for arguments
+       printing in backtrace.
 
-       * ole/ole2nls.c, relay32/kernel32.spec, include/winnls.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       EnumCalendarInfoA stub.
+2005-12-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Sat Apr  3 16:27:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * programs/winedbg/symbol.c:
+       winedbg: fixed regression in 'info local' command.
 
-       * windows/mouse.c, windows/keyboard.c:
-       Francois Boisvert <francois@macadamian.com>
-       Suspend the window locks before DefKeybEventProc and
-       DefMouseEventProc.
+2005-12-03  Aric Stewart <aric@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).
+       * 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.
 
-       * windows/win.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       No longer sending atoms in ((CREATESTRUCT*)lParam)->lpszName of
-       WM_CREATE messages.
+2005-12-03  Aric Cyr <aric.cyr@gmail.com>
 
-       * loader/module.c: Marcus Meissner <marcus@jet.franken.de>
-       Added some SetLastError()s in GetProcAddress() and LoadLibrary().
+       * 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.
 
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Christian Schlaile <up9n@rz.uni-karlsruhe.de>
-       Implemented makepath, rand() returns correct range, fixed fputc.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * 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/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.
 
-       * 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-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/x11drv/keyboard.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated French keyboard.
+       * 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.
 
-       * libtest/hello.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Fancier version of hello.c courtesy of Huw Davies.
+2005-12-02  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * programs/control/control.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed compilation of the Control panel.
+       * 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.
 
-       * 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-12-02  Vitaliy Margolen <wine-patch@kievinfo.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/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.
 
-       * 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-12-02  Vitaliy Margolen <wine-patch@kievinfo.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/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.
 
-       * 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-12-02  Jacek Caban <jacek@codeweavers.com>
 
-       * if1632/gdi.spec, objects/gdiobj.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added GdiSignalProc() stub.
+       * dlls/shdocvw/dochost.c:
+       Sync the WebBrowser's window size with document's window.
 
-       * 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-12-02  Francois Gouget <fgouget@free.fr>
 
-       * 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.
+       * tools/winapi/win32.api:
+       Update win32.api to match the current sources.
 
-       * 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-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * dlls/shell32/shellole.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       SHCLSIDFromString, StrToOleStr implemented.
-       RLBuildListOfPaths stub.
+       * 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.
 
-       * 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-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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
+       * tools/widl/header.c:
+       Reorder the virtual table definition so it's defined before it is used
+       in widl header output.
 
-       * 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-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/multimedia.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added creator task to MCI struct.
+       * tools/widl/header.c:
+       Use interface instead of struct where appropriate in widl.
 
-       * dlls/commdlg/filedlg.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Replaced 0xC000 by symbolic constants.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * dlls/comctl32/imagelist.c: Francis Beaudet <francis@macadamian.com>
-       Fixed small ==, != mixup.
+       * 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.
 
-       * windows/defdlg.c, windows/defwnd.c:
-       Luc Tourangeau <luc@macadamian.com>
-       Implemented WM_NOTIFYFORMAT.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * loader/elf.c: Marcus Meissner <marcus@mud.de>
-       "foo" was not translated to "foo.so" in elf loader.
+       * dlls/netapi32/ds.c, tools/winapi/win32.api:
+       Better stick to the PSDK types and to the dsrole.h prototype.
+       Update win32.api.
 
-       * include/bitmap.h, objects/bitmap.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       LoadBitmap16()/LoadImage16() calling sequence simplified.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * 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.
+       * tools/winapi/winapi_parser.pm:
+       Fix __RPC_USER handling.
 
-       * include/process.h, relay32/utthunk.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Made Universal Thunk list per-process, not system global.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * include/commctrl.h: Paul Quinn <paulq@corel.ca>
-       Additional macro definitions.
+       * dlls/wldap32/parse.c, include/winldap.h, tools/winapi/win32.api:
+       Better stick to the PSDK types.
+       Update win32.api.
 
-       * dlls/comctl32/tab.c: Francis Beaudet <francis@macadamian.com>
-       Implemented TCM_ADJUSTRECT.
+2005-12-02  Francois Gouget <fgouget@free.fr>
 
-       * msdos/int09.c, msdos/ioports.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed "implicit declaration" warnings.
+       * dlls/dbghelp/module.c, include/dbghelp.h:
+       Add IMAGEHLP_MODULEW64.
+       Add SymGetModuleInfoW64() and SymLoadModule64().
 
-       * graphics/d3d_private.h: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed OpenGL devices implementation.
+2005-12-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/shell32/shlview.c:
+       Implemented scrolling during drag&drop for the shellview class.
 
-       * */*.c:
-       Patrik Stridvall <ps@leissner.se>
-       More code moved to the X11 driver (bitmap and palette and misc).
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-----------------------------------------------------------------
-Sun Mar 28 15:20:00 1999  Alexandre Julliard  <julliard@winehq.com>
-
-       * include/winbase.h, include/wingdi.h:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Move DM* defines from winbase.h -> wingdi.h.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed QueryInterface functions for IDirect3D 1 and 2.
-
-       * ole/nls/Attic/dnk.nls: Apparently no longer needed.
-
-       * 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.
-
-       * loader/module.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed CreateProcessA so it can handle commandlines with arguments and
-       no .exe.
-
-       * loader/ne/module.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed GetModuleHandle16.
+       * dlls/shdocvw/dochost.c:
+       Use sink in navigate_complete instead of ClientSite's IDispatch.
 
-       * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Added Russian keyboard support.
+2005-12-02  Juan Lang <juan_lang@yahoo.com>
 
-       * include/winuser.h, relay32/user32.spec, windows/user.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added stub for SetSystemCursor.
+       * 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.
 
-       * win32/file.c: Steffen Moeller <moeller@ebi.ac.uk>
-       SetFileAttributesA: "implemented" setting of directory flag as test of
-       compatibility.
-
-       * windows/x11drv/keyboard.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Changes in X11DRV_KEYBOARD_DetectLayout in order to implement Russian
-       keyboard support.
-
-       * 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.
-
-       * misc/crtdll.c, misc/ddeml.c, ole/ole2disp.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added missing WINAPIs.
-
-       * relay32/kernel32.spec, win32/newfns.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added CreateIoCompletionPort stub.
-
-       * 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().
-
-       * 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.
-
-       * 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.
-
-       * 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).
-
-       * misc/printdrv.c: Klaas van Gend <klaas@vangend.demon.nl>
-       Rewrote EnumPrintersA, added CriticalSection around Registry reads and
-       implemented PRINTER_INFO_2 request.
-
-       * windows/x11drv/keyboard.c: Jonathan Naylor <g4klx@pop.agri.ch>
-       Added Swiss German keyboard layout.
-
-       * 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
-
-       * loader/dos/dosvm.c: Marcus Meissner <marcus@jet.franken.de>
-       Empty DOSVM_QueueEvent for !MZ_SUPPORTED.
-
-       * programs/cmdlgtst/cmdlgtst.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed warnings.
-
-       * include/commdlg.h: Pavel Roskin <pavel_roskin@geocities.com>
-       Changed CHOOSECOLOR[AW].Flags from UINT to DWORD.
-
-       * 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.
-
-       * windows/message.c: Alex Korobka <alex@aikea.ams.sunysb.edu>
-       Fixed occasional loss of SendMessage() return value.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added initialisation of the pixmap_depth field in
-       Xlib_DirectDrawCreate.
-
-       * msdos/ioports.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed a warning.
-
-       * msdos/int2f.c: Jess Haas <paranoid07@hotmail.com>
-       Added stub for int2f 4b.
-
-       * multimedia/mmsystem.c: Chris Morgan <cmorgan@wpi.edu>
-       James Abbatiello <abbeyj@wpi.edu>
-       Fixed memory leak in waveOutOpen/waveOutClose.
-
-       * graphics/psdrv/escape.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       More Escapes for the PostScript driver.
-
-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.
-
-       * 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.
-
-       * graphics/vga.c: Francois Gouget <fgouget@psn.net>
-       Removed direct access to the virtual table
-
-       * 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.
-
-       * include/server.h, scheduler/process.c, server/trace.c:
-       Added cmd line in new_process request.
-
-       * scheduler/thread.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       All threads created with CreateThread are 32-bit threads.
-
-       * dlls/shell32/Makefile.in, dlls/shell32/regstream.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Reading of binary streams implemented (SHOpenRegStream).
-
-       * msdos/int25.c, msdos/int26.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed int25 & int26 error code.
-
-       * loader/task.c, windows/queue.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow UserYield16 to be called from 32-bit thread.
-
-       * include/oledlg.h, include/winbase.h:
-       Albert Den Hann <albertd@corel.ca>
-       Additional macro definitions.
-
-       * 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.
-
-       * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fixed metafile recording of CreatePatternBrush.
+2005-12-02  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-Thu Mar 25 16:42:28 1999  Alexandre Julliard  <julliard@winehq.com>
+       * tools/winapi/c_parser.pm, tools/winapi/winapi_parser.pm:
+       Make winapi_check understand the interface keyword.
 
-       * 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.
+2005-12-02  Pavel Roskin <proski@gnu.org>
 
-       * msdos/int16.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Implemented Get Shift Flags function.
+       * 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.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI.
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-       * graphics/painting.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Changed stdlib.h to string.h.
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
+       Added implementation of IConnectionPoint::Advise and Unadvise.
 
-       * dlls/ntdll/time.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Added string.h.
+2005-12-02  Hans Leidekker <hans@it.vu.nl>
 
-       * 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".
+       * 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.
 
-       * graphics/x11drv/bitblt.c, windows/nonclient.c:
-       Randy Weems <rweems@home.com>
-       Fixed off-by-one error if bitblt width or height is negative.
+2005-12-02  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * 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.
 
-       * files/profile.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Thread-safe implementation of profile functions (Windows and Wine).
+2005-12-02  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/oleobject.c:
+       Sync window sizes.
 
-       * controls/listbox.c: Francis Beaudet <francis@macadamian.com>
-       Fixed LB_GETCURSEL message to return LB_ERR on empty list.
+2005-12-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * dlls/shell32/tests/shlfolder.c:
+       Added a test for native PIDL format.
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stub shell_654.
+2005-12-02  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/advpack/advpack.c:
+       Document many of the advpack functions.
 
-       * dlls/comctl32/comctl32undoc.c:
-       Sylvain St.Germain <sylvain@macadamian.com.epfl.ch>
-       Fix problem in DPA_QuickSort where the sort order was inverted.
+2005-12-02  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-       * msdos/ioports.c: Ove Kaaven <ovek@arcticnet.no>
-       Added port 0x60 for int 0x09, and port 0x20 for PIC handling.
+       * 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}.
 
-       * include/miscemu.h, msdos/Makefile.in, msdos/interrupts.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added int 0x09 and int 0x33.
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-       * msdos/int33.c: Ove Kaaven <ovek@arcticnet.no>
-       Implemented a int 0x33 handler, with a minimal implementation of the
-       mouse routines, including callbacks.
+       * 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.
 
-       * 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.
+2005-12-01  Huw Davies <huw@codeweavers.com>
 
-       * include/docobj.h: Paul Quinn <paulq@corel.ca>
-       Creation of docobj.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.
 
-       * 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.
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-Wed Mar 24 15:07:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/ntdll/virtual.c:
+       Check for need to add area to the reserved list also on unmap.
 
-       * debugger/editline.c: Abort on input error.
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * include/oledlg.h: Adrian Thurston <adriant@corel.ca>
-       Population of oledlg.
+       * dlls/ntdll/virtual.c:
+       Ignore the large address space flag when version is win9x.
 
-       * windows/x11drv/event.c, windows/painting.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Add IsWindow() checks after SendMessage() returns.
+2005-12-01  Hans Leidekker <hans@it.vu.nl>
 
-       * msdos/int10.c: Jess Haas <paranoid07@hotmail.com>
-       Fixed a small bug in int10.
+       * dlls/wldap32/add.c, dlls/wldap32/delete.c:
+       Document the ldap_delete* functions.
 
-       * controls/combo.c: Pascal Lessard <pascal@macadamian.com>
-       COMBO_Size: maintain the height of the RectCombo when the window is
-       resized.
+2005-12-01  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * 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.
 
-       * include/windef.h: Jim Aston <jima@corel.ca>
-       Added a few empty macros.
+2005-12-01  Oldrich Jedlicka <oldium.pro@seznam.cz>
 
-       * include/cursoricon.h, objects/cursoricon.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       CURSORICON_Destroy: missing WINAPI added.
+       * dlls/x11drv/dib.c:
+       Fix for the monochrome DIB with inverted colors.
 
-       * misc/winsock.c: Marcus Meissner <marcus@jet.franken.de>
-       Added translation for SO_RCVTIMEO (as seen by IE4).
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-Tue Mar 23 17:04:10 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvcrt/tests/headers.c:
+       Improved the CHECK_DEF macro to avoid code duplication.
 
-       * server/process.c: Create startup info for the initial process.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/oleaut32/typelib.c, dlls/oleaut32/typelib.h:
+       Make dump functions const.
 
-       * 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.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/oleobject.c:
+       Added implementation of OLEIVERB_SHOW in DoVerb.
 
-       * include/miscemu.h: Ove Kaaven <ovek@arcticnet.no>
-       Added missing ending pragma pack.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-Mon Mar 22 17:47:36 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: cope with quoted arguments for CreateProcess().
+       * dlls/msvcrt/except.c, dlls/msvcrt/msvcrt.h, dlls/msvcrt/tests/headers.c:
+       Prefix signal definitions with MSVCRT_ to avoid conflicts with system
+       headers.
 
-       * loader/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed typo in SizeofResource().
+2005-12-01  Alexandre Julliard <julliard@winehq.org>
 
-       * memory/string.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       lstrcpyA can't use strcpy.
+       * dlls/ntdll/cdrom.c, dlls/ntdll/file.c, include/winsock2.h,
+         programs/regedit/treeview.c, server/registry.c:
+       Fixed some compiler warnings on Darwin.
 
-       * 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).
+2005-12-01  Pavel Roskin <proski@gnu.org>
 
-       * relay32/ntdll.spec: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Added strlwr.
+       * programs/notepad/dialog.c, programs/notepad/main.c:
+       Improve font support in Notepad.
 
-       * loader/pe_image.c, msdos/int21.c:
-       Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Cosmetics.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * if1632/mmsystem.spec, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added new stubs (mmTaskXXX, mmThreadXXX, mciExecute).
+       * 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.
 
-       * 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).
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * 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).
+       * dlls/oleaut32/typelib.c:
+       Don't truncate large integer constants.
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Implemented mciExecute.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * include/multimedia.h, multimedia/mci.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added yield proc members to mci struct.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added IOleInPlaceActiveObject stub implementation.
 
-       * include/mmsystem.h: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added mixer specfic error codes, fixed type in function name.
+2005-12-01  James Hawkins <truiken@gmail.com>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed return codes for default driver proc.
+       * dlls/advpack/advpack.c, dlls/advpack/advpack.spec, include/advpub.h:
+       Add a stub for AdvInstallFile.
 
-       * controls/listbox.c: Lawson Whitney <lawson_whitney@juno.com>
-       Made LB_GETCURSEL return focus_item if no item has been selected.
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/keyboard.c:
-       Kalevi J Hautaniemi <oh3fg@oh3tr.ele.tut.fi>
-       Added Finnish 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.
 
-       * 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.
+2005-12-01  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/winspool.h, misc/printdrv.c:
-       Klaas van Gend <klaas@vangend.demon.nl>
-       Implementation of EnumPrintersA, info level 4 and 5.
+       * 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>
-       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!).
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * windows/mdi.c: Veksler Michael <mveksler@techunix.technion.ac.il>
-       Fixed "reached end of non void..." warnings.
+       * 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.
 
-       * documentation/debugging: Marcus Meissner <marcus@jet.franken.de>
-       MessageBox32A -> MessageBoxA
+2005-12-01  Robert Shearman <rob@codeweavers.com>
 
-       * loader/module.c, relay32/kernel32.spec:
-       Sergey Turchanov <turchanov@usa.net>
-       Implementation for FreeLibraryAndExitThread.
-       Made GetBinaryType = GetBinaryTypeA.
+       * dlls/oleaut32/typelib.c:
+       The pparamdescex of an ELEMDESC should only be copied if wParamFlags &
+       PARAMFLAG_DHASDEFAULT.
+       Make ITypeInfo_ReleaseVarDesc use TLB_FreeElemDesc.
 
-       * 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.
+2005-12-01  Steven Edwards <steven@codeweavers.com>
 
-Sun Mar 21 19:26:26 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/wldap32/search.c, dlls/wldap32/wldap32.spec:
+       Add stubs for ldap_search_init_page[A/W].
 
-       * 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.
+2005-12-01  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/x11drv/winpos.c:
+       Remove unused include X11/IntrinsicP.h.
 
-       * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
-       One small error corrected and the 102th key...
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/oleobject.c:
+       Added SetObjectRects implementation.
 
-       * include/winuser.h: Ove Kaaven <ovek@arcticnet.no>
-       Fixed prototypes of a couple of comm routines.
+2005-12-01  Jacek Caban <jacek@codeweavers.com>
 
-       * loader/ne/module.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Fixed typo.
+       * dlls/shdocvw/client.c:
+       Return S_OK in [On|Can]InPlaceActivate.
+       Handle IOleDocumentSite in QueryInterface.
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Clear update region before WM_NCDESTROY.
+2005-12-01  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/heap.h, memory/heap.c, relay32/utthunk.c, windows/queue.c:
-       Got rid of SYSTEM_LOCK macros.
+       * dlls/gdi/freetype.c:
+       Make WineEngGetFontData always return the used byte count.
 
-Sat Mar 20 07:18:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Peter Lemenkov <petro@mail.ru>
 
-       * misc/main.c: No longer need to delete system heap critical section.
+       * include/winuser.h:
+       Added WS_EX_COMPOSITED.
 
-Fri Mar 19 17:04:25 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/shell32/shell32_main.c: Francis Beaudet <francis@macadamian.com>
-       Added a check for desktop in SHGetFileInfo.
+       * dlls/user/painting.c, dlls/user/tests/msg.c:
+       Add a test for RedrawWindow with an empty region/rectangle, make it
+       pass under Wine.
 
-       * multimedia/mci.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some bugs in MCI message mapping (32A => 16).
+2005-11-30  Willie Sippel <willie@zeitgeistmedia.net>
 
-       * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed WIN_SendDestroyMsg.
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Added more Nvidia card IDs.
 
-       * include/winsock.h: Pavel Roskin <pavel_roskin@geocities.com>
-       Removed definitions for FIONREAD and FIONBIO.
+2005-11-30  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/driver.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixes some return values for DefDriverProc.
+       * tools/winewrapper:
+       Added support for Darwin DYLD_LIBRARY_PATH.
 
-       * 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.
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/dialog.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Hide dialog windows created by CreateDialog* in EndDialog just as
-       Windows does.
+       * 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.
 
-       * ole/variant.c: Stephane Lussier <stephane@macadamian.com>
-       Set type of destination variant in VariantChangeTypeEx function.
+2005-11-30  Markus Gömmel <m.goemmel@compulab.de>
 
-       * windows/x11drv/keyboard.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fixed Danish keyboard layout.
+       * dlls/shell32/shellpath.c:
+       Added CSIDL_MYVIDEO|MYPICTURES|MYMUSIC to _SHRegisterUserShellFolders.
 
-Thu Mar 18 17:39:58 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Oldrich Jedlicka <oldium.pro@seznam.cz>
 
-       * 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.
+       * dlls/x11drv/dib.c:
+       Fix for RGB mask that corresponds to the visual's mask.
 
-       * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Implements +/-, PgUp/PgDown, Home/End, Left/Right, Up/Down.
+2005-11-30  Hans Leidekker <hans@it.vu.nl>
 
-       * relay32/msvfw32.spec: Marcus Meissner <marcus@jet.franken.de>
-       msvfw32.spec brought up to date (forgot it in last msvfw32 patch).
+       * dlls/wldap32/control.c:
+       Document the ldap_control* functions.
 
-       * relay32/kernel32.spec, misc/toolhelp.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added Module32* stubs.
+2005-11-30  Martin Fuchs <martin-fuchs@gmx.net>
 
-Wed Mar 17 15:54:44 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * windows/x11drv/keyboard.c:
-       Bruno Afonso <bruno.afonso@camoes.rnl.ist.utl.pt>
-       Added Portuguese keytable.
+2005-11-30  Raphael Junqueira <fenix@club-internet.fr>
 
-       * windows/x11drv/keyboard.c: Robert Pouliot <krynos@clic.net>
-       Added Canadian French keyboard layout.
+       * dlls/opengl32/wgl.c:
+       Added some checks on wglCreatContext to avoid problems (and
+       SetLastErrors).
 
-       * windows/x11drv/keyboard.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Added UK keyboard layout.
+2005-11-30  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * msdos/int10.c, msdos/int16.c, msdos/int21.c, msdos/int2f.c:
-       <paranoid07@hotmail.com>
-       Fixed/implemented various interrupt functions.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec:
+       Added stub for CryptVerifyMessageSignature.
 
-       * 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.
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/win.c: Francis Beaudet <francis@macadamian.com>
-       Implemented a more defensive version of WIN_SendDestroyMsg.
+       * dlls/user/tests/msg.c, dlls/x11drv/winpos.c:
+       ShowWindows(SW_SHOWMAXIMIZED) should ignore WS_MAXIMIZE window
+       state. Change tests accordingly.
 
-       * include/Makefile.in: Alexander V. Lukyanov <lav@long.yar.ru>
-       Install headers from $(SRCDIR).
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/wine/obj_base.h: Francois Gouget <fgouget@psn.net>
-       Removed the obsolete ICOM macros.
+       * dlls/user/tests/msg.c, dlls/user/win.c:
+       New maximized visible window should be shown with
+       ShowWindow(SW_SHOW).
 
-       * 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.
+2005-11-30  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * msdos/int15.c: <paranoid07@hotmail.com>
-       Added some stubs for int15 functions.
+       * 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.
 
-       * 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.
+2005-11-30  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
-       Return error if not a valid OLE compound file.
+       * dlls/version/tests/install.c:
+       Fix version tests on windows 9x/ME.
 
-       * dlls/version/install.c: Douglas Ridgway <ridgway@winehq.com>
-       Fix crash if lpuCurDirLen or lpuDestDirLen==0.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * misc/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
-       Make cdrom.c compile on FreeBSD (FreeBSD does not seem to have *SEEK,
-       strange).
+       * dlls/wininet/tests/http.c:
+       Test the behaviour of HttpSendRequestEx when putting data into the
+       lpvBuffer.
 
-Tue Mar 16 16:29:26 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * 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().
+       * 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.
 
-       * 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.
+2005-11-30  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * 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.
 
-       * 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).
+2005-11-30  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * misc/comm.c: Marcus Meissner <marcus@jet.franken.de>
-       debug.h must be last, or we get ERR() macro problems again.
+       * 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.
 
-       * 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.
+2005-11-30  Raphael Junqueira <fenix@club-internet.fr>
 
-       * loader/main.c, misc/callback.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fix compiler warnings.
+       * dlls/wined3d/directx.c, include/wine/wined3d_gl.h:
+       Add support for Intel drivers version string.
+       Update default driver version (nvidia).
 
-       * 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.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Avoid unnecessary error messages.
+       * 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.
 
-       * 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.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected bug in enumeration function.
+       * dlls/msi/registry.c:
+       The buffer sizes in the documentation for MsiDecomposeDescriptorW don't
+       include the NULL terminator, so fix this.
 
-       * windows/win.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Fixed bug introduced in WIN_FindWindow.
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-Mon Mar 15 16:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-30  Robert Shearman <rob@codeweavers.com>
 
-       * include/wine/obj_dragdrop.h, include/wine/obj_inplace.h:
-       Francois Gouget <fgouget@psn.net>
-       Updated the interfaces to use the latest ICOM macros.
+       * 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.
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated.
+2005-11-29  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * configure, configure.ac:
+       Link to the reentrant version of libldap.
 
-       * include/digitalv.h, multimedia/mciavi.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Make use of digitalv.h file.
+2005-11-29  YunSong Hwang <hys545@dreamwiz.com>
 
-       * multimedia/init.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed how list of loadable MCI drivers is obtained.
+       * dlls/iccvid/iccvid_Ko.rc, dlls/iccvid/rsrc.rc,
+         dlls/msvidc32/msvidc32_Ko.rc, dlls/msvidc32/rsrc.rc:
+       Add Korean translations.
 
-       * documentation/keyboard: Ove Kaaven <ovek@arcticnet.no>
-       Describes in newbie terms how to add new keyboard layouts.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/mcimidi.c, multimedia/mciwave.c, multimedia/mmio.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Cosmetic fixes.
+       * dlls/ntdll/loader.c:
+       Check for a valid module before attempting to read the export
+       directory in LdrGetProcedureAddress.
 
-       * multimedia/mcicda.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Makes use of new CDAUDIO_Seek() function.
+2005-11-29  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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().
+       * dlls/winsock/socket.c, dlls/winsock/tests/sock.c:
+       Clear the reference counter in WSACleanup, with regression test.
 
-       * 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.
+2005-11-29  Hans Leidekker <hans@it.vu.nl>
 
-       * include/Makefile.in: Niels Kristian Bech Jensen <nkbj@image.dk>
-       Fixed make install.
+       * dlls/wldap32/compare.c:
+       Document the ldap_compare* functions.
 
-----------------------------------------------------------------
-Sun Mar 14 17:25:33 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-29  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * 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.
+       * 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.
 
-       * */*: Jim Aston <asto0001@algonquinc.on.ca>
-       Renamed wintypes.h to windef.h.
+2005-11-29  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * memory/heap.c: Make the system heap critical section global.
+       * 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.
 
-       * Make.rules.in:
-       Fixed Makefile up-to-date check to avoid relinking all the object
-       files.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/dinput.c: Patrik Stridvall <ps@leissner.se>
-       Reimplemented some code without using X11.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
+       Stub StackWalk64.
 
-       * graphics/ddraw.c, relay32/ddraw.spec:
-       Patrik Stridvall <ps@leissner.se>
-       Added functions DirectDrawEnumerateW and DirectDrawEnumerateExW.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/peexe.h, loader/pe_image.c: Theodore S. Hetke <tsh@gte.net>
-       Added tracing for delayed imports and removed the fixme.
+       * dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         dlls/dbghelp/path.c, include/dbghelp.h:
+       Added support for 'loading' virtual modules.
 
-       * files/dos_fs.c: Peter Ganten <ganten@uni-bremen.de>
-       Better implementation of GetShortPathNameA/W.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       Implemented SymGet{Next|Prev}Line64.
 
-       * memory/string.c: Gerard Patel <g.patel@wanadoo.fr>
-       Fix OemToAnsiBuff for real Win31 behavior.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * windows/x11drv/keyboard.c: Ove Kaaven <ovek@arcticnet.no>
-       First attempt at supporting different keyboard layouts with their
-       correct scancode mapping.
+       * dlls/dbghelp/module.c:
+       Now correctly checking calling down to 32 bit version.
 
-       * 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.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * rc/winerc.c: Fixed compilation.
+       * 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.
 
-       * rc/.cvsignore: Patrik Stridvall <ps@leissner.se>
-       Ignore generated files.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * programs/notepad/lcc.h: Fixed make depend.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       Implemented SymGetModuleInfo64.
 
-       * 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.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * loader/ne/module.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Make GetModuleHandle16 only look for module names, not path names.
+       * 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.
 
-       * msdos/int10.c: Jess Haas <desmoke@hotmail.com>
-       Added some more vga video modes.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * windows/x11drv/wnd.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Prevent X11 errors when XCreateWindow is called with zero width or
-       height.
+       * dlls/wininet/http.c:
+       More lpszServerName -> lpszHostName fixes.
 
-       * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Added metafile support for ExtFloodFill.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/module.c, include/dbghelp.h:
+       Implemented SymUnloadModule64.
 
-       * 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.
+2005-11-29  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * 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.
 
-       * graphics/vga.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a silly VGA-emulation palette bug.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * msdos/int10.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed a couple of ugly warnings (caused by ugly errors).
+       * dlls/wininet/http.c:
+       Fix redirects from secure to non-secure and vice versa.
 
-       * msdos/dosmem.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Bug fix.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * 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
+       * 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.
 
-       * README: Ove Kaaven <ovek@arcticnet.no>
-       Corrected location of FAQ.
+2005-11-29  Peter Lemenkov <petro@mail.ru>
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Fully implemented Direct Console Input.
+       * include/shellapi.h:
+       Added some definitions.
 
-Sat Mar 13 18:20:27 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/winmm/mci.c:
+       Fixed some bugs in MCI string parsing.
 
-       * include/wingdi.h: Francois Gouget <fgouget@psn.net>
-       It is now possible to use the standard macros for GetTextExtentPoint
-       and GetTextExtentPoint32.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/prsht.h: Francois Gouget <fgouget@psn.net>
-       Fixed some SendMessage32A that escaped the renaming.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec,
+         dlls/dbghelp/dbghelp_private.h, dlls/dbghelp/module.c,
+         include/dbghelp.h:
+       Implemented SymLoadModuleEx.
 
-       * include/ole2.h: Francois Gouget <fgouget@psn.net>
-       On windows ole2.h includes oleauto.h and some programs depend on this.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-11-29  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/vfw.h: Marcus Meissner <marcus@jet.franken.de>
-       Updated AVI* class interface to new ICOM_ methods.
+       * dlls/ole32/ole32res.rc:
+       Made the Drag&Drop cursors' rubber band visible on a white background.
 
-       * multimedia/msvideo.c: Marcus Meissner <marcus@jet.franken.de>
-       Some fixes and additions.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * dlls/x11drv/bitblt.c, dlls/x11drv/graphics.c:
+       Avoid including X11/Intrinsic.h.
 
-       * graphics/painting.c: Patrik Stridvall <ps@leissner.se>
-       Reimplemented DrawFocusRect without using X11.
+2005-11-29  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/gdi/bitmap.c:
+       Added support for doing SetBitmapBits on a DIB section.
 
-       * include/wine/obj_olefont.h, ole/olefont.c:
-       Francis Beaudet <francis@macadamian.com>
-       Implemented the IPersistStream interface on the OLE font object.
+2005-11-29  James Hawkins <truiken@gmail.com>
 
-       * miscemu/emulate.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Make function BX=6 round ST0 to integer.
+       * include/advpub.h:
+       Add ADN_DEL_UNC_PATHS define to advpub.h.
 
-       * 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
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * 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
+       * dlls/wininet/http.c:
+       Change all SendAsyncCallback calls into the synchronous
+       INTERNET_SendCallback where INTERNET_FLAG_ASYNC is already handled
+       properly.
 
-       * 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.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * loader/module.c: Peter Ganten <ganten@uni-bremen.de>
-       Fix CreateProcess to handle lpCommandline better.
+2005-11-29  Raphael Junqueira <fenix@club-internet.fr>
 
-       * win32/init.c: Peter Ganten <ganten@uni-bremen.de>
-       Change GetStartupInfoA/W to return the real StartupInfo.
+       * dlls/opengl32/wgl.c:
+       Fixed crash in wglShareList.
 
-       * windows/mdi.c: Guy Albertelli  <<galberte@neo.lrun.com>>
-       Handle null wndPtr for mdi window.
+2005-11-29  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/winbase.h: Dave Pickles <davep@nugate.demon.co.uk>
-       Fixed a couple of missing #defines for Win32 API functions with
-       ASCII/Unicode versions.
+       * dlls/dmusic/dmusic.c, dlls/dmusic/dmusic_private.h, dlls/dmusic/port.c:
+       Fix implementation of IDirectMusic8Impl_CreatePort.
 
-       * 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.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * include/cvconst.h:
+       Added calling convention definitions.
 
-       * 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.
+2005-11-29  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * relay32/olecli32.spec: Pavel Roskin <pavel_roskin@geocities.com>
-       Definition for OleCreateLinkFromClip was incorrect.
+       * dlls/dbghelp/dbghelp.c, dlls/dbghelp/dbghelp.spec, include/dbghelp.h:
+       Added stub for dbghelp.SymRegisterCallback64.
 
-       * loader/resource.c: Marcus Meissner <marcus@jet.franken.de>
-       Mask out the upper 12 bits from the resourceid, just like win95 does.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * BUGS: Ove Kaaven <ovek@arcticnet.no>
-       Updated bug list by my knowledge of them.
+       * 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.
 
-       * ole/storage32.c: Thuy Nguyen <thuy@macadamian.com>
-       StgCreateDocfile accepts NULL as a file name.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * objects/metafile.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Added support for alternate DIBBITBLT layout.
+       * dlls/rpcrt4/cpsf.h, dlls/rpcrt4/cstub.c:
+       Add a function to retrieve the MIDL_SERVER_INFO struct from an object.
 
-       * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
-       Buffer size bug in LocateDebugInfoFile.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/ddraw.c: Andreas Mohr <cipam895@cip1.ind.uni-stuttgart.de>
-       Improved "error" message readability.
+       * dlls/rpcrt4/cpsf.c:
+       The CLSID can be substituted by an IID present in one of the proxy
+       file infos in NdrDllGetClassObject.
 
-       * server/process.c: Fixed process_signaled (thanks to Uwe Bonnes).
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/listview.c: Fixed make depend
+       * dlls/rpcrt4/ndr_midl.c:
+       Return the correct error code from NdrProxyErrorHandler.
 
-Fri Mar 12 17:42:50 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-11-29  Robert Shearman <rob@codeweavers.com>
 
-       * resources/.cvsignore: Added sysres_Ru.s
+       * 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.
 
-       * 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.
+2005-11-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * misc/shell.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed use of WND struct.
+       * dlls/user/tests/win.c, dlls/user/win.c:
+       EnumChildWindows should return result from the callback.
 
-       * dlls/ntdll/rtlstr.c: Marcus Meissner <marcus@jet.franken.de>
-       Added #ifdef HAVE_WCTYPE_H.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * dlls/comctl32/tab.c: Thuy Nguyen <thuy@macadamian.com>
-       Removed direct access to the WND struct.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Activate document object.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Message translation for WM_WININICHANGE.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/nonclient.c: Pavel Roskin <pavel_roskin@geocities.com>
-       obm_closed_95 should not be drawn inverted.
+       * include/shlobj.h:
+       Remove unnecessary external variable declarations.
 
-       * dlls/comctl32/treeview.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Removed direct access to the WND struct.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * ole/stg_bigblockfile.c, ole/storage32.c, ole/storage32.h:
-       Thuy Nguyen <thuy@macadamian.com>
-       Improved performance.
+       * 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.
+
+2005-11-28  Juan Lang <juan_lang@yahoo.com>
+
+       * 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.
 
-       * windows/dce.c: Stephane Lussier <Stephane@macadamian.com>
-       Create a new DC in GetDCEx when none are available.
+2005-11-28  Henning Gerhardt <henning.gerhardt@web.de>
+
+       * dlls/iccvid/iccvid_De.rc, dlls/iccvid/rsrc.rc,
+         dlls/msvidc32/msvidc32_De.rc, dlls/msvidc32/rsrc.rc:
+       Add German resources.
+
+2005-11-28  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/wldap32/add.c, dlls/wldap32/bind.c:
+       Document the ldap_bind* functions.
+
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/shell32/shfldr_unixfs.c:
+       Enhanced UnixFolder's IDropTarget implementation.
+       Use STATIC_CAST macro more consistently.
+
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
+
+       * tools/winebuild/spec16.c:
+       Preserve 16-byte stack alignment in 16-bit relays.
+
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
+
+       * 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.
 
-       * ole/ole2disp.c, ole/variant.c, relay32/oleaut32.spec:
-       Stephane Lussier <stephane@macadamian.com>
-       Implemented DosDateTimeToVariant() and SysAllocStringByteLen() functions.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
-       Emulate (well, ignore) mov cr0,eax and mov eax,cr0.
+2005-11-28  Aric Stewart <aric@codeweavers.com>
 
-Wed Mar 10 18:03: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.
 
-       * 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.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/dochost.c:
+       Added GetOverrideKeyPath and GetOptionKeyPath implementation.
 
-       * 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).
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/syslevel.h, scheduler/syslevel.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented _ConfirmWin16Lock (KERNEL32.96).
+       * dlls/shell32/shlview.c:
+       Use GetUIObjectOf instead of BindToObject to get a IDropTarget object.
 
-       * 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)
+2005-11-28  Ge van Geldorp <gvg@reactos.org>
 
-       * include/queue.h, windows/message.c, windows/queue.c:
-       Stephane Lussier <stephane@macadamian.com>
-       Implemented SendMessageTimeout() functions.
+       * 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.
 
-       * programs/notepad/ChangeLog, programs/notepad/Makefile.in, programs/notepad/search.c:
-       Marcel Baur <mbaur@g26.ethz.ch>
-       Added Boyer-Moore text search.
+2005-11-28  Detlef Riekenberg <wine.dev@web.de>
 
-       * 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.
+       * dlls/winspool/info.c:
+       Documentation added for GetPrinterDriverDirectoryW + A.
 
-       * include/module.h, loader/ne/convert.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Deleted NE_FreePEResource().
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * include/ddk/wdm.h:
+       Add directory and symlink access rights.
 
-       * 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).
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/http.c:
+       Add support for using secure (SSL/TLS) connections through a proxy
+       server.
 
-       * 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.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/x11drv/graphics.c: Caolan McNamara <Caolan.McNamara@ul.ie>
-       Windows doesnt allow dashed and dotted lines > 1.
+       * dlls/wininet/http.c, dlls/wininet/internet.h,
+         dlls/wininet/netconnection.c:
+       Move the initiation of the SSL connection into a separate function.
 
-       * ole/compobj.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a reference-counting problem in the external lock mechanism.
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/shell32/dataobject.c: Francis Beaudet <francis@macadamian.com>
-       Fixed a simple bug in the implementation of the ShellView objects.
+       * 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.
 
-       * dlls/shell32/shell32_main.c, include/shell.h:
-       Sergey Turchanov <turchanov@usa.net>
-       Added some extra CSIDLs.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Allow lpCommandLine == NULL in CreateProcess().
+       * dlls/wininet/http.c, dlls/wininet/internet.h:
+       Add a host port field that preserves the requested port of the
+       destination URL.
 
-       * windows/x11drv/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: ToAscii should not generate ASCII code when key-up flag is set.
+2005-11-28  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * graphics/x11drv/bitblt.c, graphics/x11drv/bitmap.c, windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Avoid unnecessary GraphicsExpose events.
-
-       * 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/usp10/usp10.c, include/usp10.h:
+       Added some missing definitions in usp10.h.
 
-       * ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Implementation of the ReleaseStgMedium method.
+2005-11-28  Rein Klazes <wijn@wanadoo.nl>
 
-Tue Mar  9 17:47:51 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/x11drv/graphics.c:
+       Handle an X error in X11DRV_ExtFloodFill().
 
-       * 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-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/ntddk.h, include/ntdef.h, include/winnt.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Many new prototypes.
+       * dlls/wininet/http.c:
+       Fix "http://" prefix detection on the proxy URL.
 
-       * loader/resource.c, include/module.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fix use of wrong prototype from ntdll.h.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/advapi32/security.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Make more functions just calling down to ntdll.
-       New: GetSecurityDescriptorSacl.
+       * dlls/rpcrt4/ndr_midl.c:
+       Make sure to fill out the MIDL_STUB_MESSAGE structure in
+       NdrSendReceive like we do in NdrProxySendReceive.
 
-       * graphics/psdrv/afm.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Accept "Normal" as a valid AFM weight.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * ole/storage32.c, ole/storage32.h: Thuy Nguyen <thuy@macadamian.com>
-       Smarter way of searching for a free block.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement conformant varying array functions.
 
-       * windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: DirectedYield() only to 16-bit tasks in ReplyMessage().
-
-       * libtest/hello5.c: Marcus Meissner <marcus@jet.franken.de>
-       Corrected cast so hello5 compiles again.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement conformant struct functions.
 
-----------------------------------------------------------------
-Fri Feb 26 12:33:21 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * DEVELOPERS-HINTS: Updated for new naming conventions.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Implement FC_STRUCTPAD2 for complex types.
 
-       * */*: Large-scale renaming of all Win32 functions and types to
-       use the standard Windows names.
+2005-11-28  Rein Klazes <wijn@wanadoo.nl>
 
-----------------------------------------------------------------
-Thu Feb 25 18:11:40 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/gdi/gdi32.spec, dlls/gdi/palette.c:
+       Add stub implementation for SetMagicColors().
 
-       * 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.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/win.c:
-       Make GetWindowLong(GWL_HWNDPARENT) return the same thing as
-       GetParent32; suggested by Dave Pickles <davep@nugate.demon.co.uk>.
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c, dlls/atl/atlbase.h:
+       Added AtlAxCreateControl stub implementation.
 
-       * 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.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/http.c:
+       Replace some useless checks in HTTP_AddProxyInfo with asserts.
 
-       * msdos/dpmi.c:
-       Marcus Meissner <msmeissn@stud.informatik.uni-erlangen.de>
-       Needs thread.h for non-Linux.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added IOleDocumentSite implementation.
 
-       * 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.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/http.c:
+       Simplify and fix Set-Cookie handling.
 
-       * files/drive.c, ole/compobj.c, resources/sysres.c:
-       Michael Veksler <mveksler@techunix.technion.ac.il>
-       Fixed warning and compilation errors.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/windows.h: Michael Veksler <mveksler@techunix.technion.ac.il>
-       Removed includes of wine/* headers.
+       * dlls/ole32/defaulthandler.c:
+       Implement IOleObject_DoVerb function by running the object and then
+       delegating to the remote IOleObject_DoVerb function.
 
-       * loader/resource.c: Pavel Roskin <pavel_roskin@geocities.com>
-       Made message "Resource not found" WARN.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Add functions for marshaling base types (ints, floats, etc.).
 
-       * 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.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * windows/scroll.c: Pascal Lessard <pascal@macadamian.com>
-       ScrollDC32 modified to return rect in logical coordinate.
+       * dlls/shdocvw/dochost.c, dlls/shdocvw/oleobject.c,
+         dlls/shdocvw/shdocvw.h, dlls/shdocvw/webbrowser.c:
+       Better windows handling.
 
-       * include/wine/obj_oleaut.h: Adrian Thurston <adriant@COREL.CA>
-       Adds C++ nameless union support to tagVARIANT.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * dlls/shell32/shell32_main.h:
+       Modified KeyStateToDropEffect macro to match native shellview's
+       behaviour.
 
-Wed Feb 24 15:58:51 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/http.c:
+       Simplify HTTP_InsertProxyAuthorization.
 
-       * 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.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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).
+       * 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.
 
-Sun Feb 21 18:35:28 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * scheduler/client.c, scheduler/thread.c:
-       Removed thread queue functions.
-       Changed initial thread creation to avoid memory allocations.
-       Moved server startup to THREAD_CreateInitialThread.
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
 
-       * scheduler/synchro.c:
-       Removed use of per-thread wait_struct, cleaned up a bit.
+       * 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.
 
-       * scheduler/k32obj.c, memory/virtual.c: Removed MEM_MAPPED_FILE_Ops.
+2005-11-28  Alexandre Julliard <julliard@winehq.org>
 
-       * include/winnt.h: Added a few exception codes.
+       * dlls/iccvid/.gitignore, dlls/msvidc32/.gitignore:
+       Ignore generated rsrc.res.
 
-       * 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.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * 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/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.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-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)
+       * 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.
 
-       * Makefile.in: Zygo Blaxell <zblaxell@furryterror.org>
-       Added a check for the existence of wine.sym before installing it.
+2005-11-28  Robert Shearman <rob@codeweavers.com>
 
-       * include/ole2.h, ole/ole2.c, relay32/ole32.spec:
-       Francis Beaudet <francis@macadamian.com>
-       Added some new stubs for the OLE menu descriptor methods.
+       * 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.
 
-Fri Feb 19 16:50:24 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/queue.c: Martin Walker <mwalker@caci.co.uk>
-       Fixed message filtering check.
+       * include/imagehlp.h:
+       Add some 64 bit definitions.
 
-       * 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.
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/wined3d/device.c:
+       Stop reporting not having swapchain 0 as an error and add an internal
+       variable instead of modifying a parameter.
+
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/wined3d/vertexdeclaration.c:
+       Correct some errors in the way vertex declarations for directx 8 are
+       parsed and add offset support.
+
+2005-11-28  Ge van Geldorp <gvg@reactos.org>
+
+       * dlls/shell32/iconcache.c:
+       Load shortcut icon by resource id instead of by icon index.
 
-       * 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-28  Robert Shearman <rob@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).
+       * dlls/ole32/defaulthandler.c:
+       Call DefaultHandler_Stop if we fail to start the server running
+       correctly and a few formatting fixes.
 
-       * 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-28  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/version/info.c: Lawson A. Whitney <lawson_whitney@juno.com>
-       Don't hang on the last child if it's not wanted.
+       * 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.
 
-       * 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-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * misc/commdlg.c: Ove Kaaven <ovek@arcticnet.no>
-       Fix redraw problems for ChooseColor dialog.
+       * 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).
 
-       * */*.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed a lot of occurences of windows.h (and added necessary other
-       includes).
+2005-11-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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/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).
 
-       * 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-28  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/shell32/shell32_main.h: Francois Gouget <fgouget@psn.net>
-       Removed redundant definitions of IsEqualIID and IsEqualCLSID (see
-       include/wine/obj_base.h)
+       * 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.
 
-Thu Feb 18 17:34:10 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-28  YunSong Hwang <hys545@dreamwiz.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/winmm/winmm_Ko.rc, programs/wcmd/Ko.rc, programs/winecfg/Ko.rc:
+       Update Korean translations.
 
-       * windows/x11drv/wnd.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Cope with NULL pDriverData in X11DRV_WND_GetXWindow.
+2005-11-28  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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
+       * dlls/ole32/ole32res.rc:
+       Correct the hot spot position of the drag&drop 'move' and 'link' cursors.
+
+2005-11-28  Jacek Caban <jacek@codeweavers.com>
+
+       * dlls/shdocvw/webbrowser.c:
+       Don't crash when parameters of Navigate2 are NULL.
+
+2005-11-28  Robert Shearman <rob@codeweavers.com>
+
+       * 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.
+
+2005-11-28  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/winmm/winmm.c:
+       LoadLibrary16 is no longer exported by name, so do the lookup by its
+       ordinal (when loading NE sibling).
+
+2005-11-28  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/ntdll/cdrom.c:
+       Handle IOCTL_DISK_CHECK_VERIFY which is synonym for
+       IOCTL_STORAGE_CHECK_VERIFY.
+
+2005-11-28  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/dbghelp/dbghelp.spec, dlls/dbghelp/stack.c, include/dbghelp.h:
+       Added stubs for DbgHelp functions: SymRegisterFunctionEntryCallback.
+
+2005-11-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       Correct the matrix sizes in software shaders and remove an erroneous
+       parameter from lrp.
+
+2005-11-28  Lionel Ulmer <lionel.ulmer@free.fr>
+
+       * dlls/x11drv/settings.c:
+       Ignore frequency requests in Desktop mode.
+
+2005-11-28  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/defaulthandler.c:
+       Call the equivalent delegate function for all of the simple
        functions.
 
-       * 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-28  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/rpcrt4/ndr_marshall.c:
+       We should always allocate in NdrConformantStringUnmarshal if the
+       memory pointer is NULL.
+
+2005-11-28  Lionel Ulmer <lionel.ulmer@free.fr>
+
+       * dlls/dinput/device.c:
+       Handle DInput8 interfaces in device QueryInterface.
+
+2005-11-28  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/wldap32/add.c:
+       Document the ldap_add* functions.
+
+2005-11-28  Huw Davies <huw@codeweavers.com>
+
+       * dlls/gdi/bitblt.c:
+       If the driver doesn't support StretchBlt try to use StretchDIBits
+       instead.
+
+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>
+
+       * include/Makefile.in:
+       Install usp10.h.
+
+2005-11-24  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/wldap32/ber.c:
+       Fix a compile error.
+
+2005-11-24  Raphael Junqueira <fenix@club-internet.fr>
+
+       * dlls/opengl32/wgl_ext.c:
+       Fix incorrect implementation of WGL_COLOR_BITS_ARB.
+
+2005-11-24  Juan Lang <juan_lang@yahoo.com>
+
+       * include/wincrypt.h:
+       Add more declarations.
+
+2005-11-23  Francois Gouget <fgouget@free.fr>
+
+       * 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.
+
+2005-11-23  Francois Gouget <fgouget@free.fr>
+
+       * 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.
+
+2005-11-23  Henning Gerhardt <henning.gerhardt@web.de>
+
+       * dlls/msvideo/msvfw32_De.rc, dlls/msvideo/rsrc.rc:
+       Add German resource file for msvideo.
+
+2005-11-23  Francois Gouget <fgouget@free.fr>
+
+       * 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.
+
+2005-11-23  Alexandre Julliard <julliard@winehq.org>
+
+       * 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.
+
+2005-11-23  YunSong Hwang <hys545@dreamwiz.com>
 
-Wed Feb 17 17:45:54 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msvideo/msvfw32_En.rc, dlls/msvideo/msvfw32_Ko.rc,
+         dlls/msvideo/rsrc.rc:
+       Add Korean translation.
 
-       * 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-23  Francois Gouget <fgouget@free.fr>
 
-       * 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/advpack/tests/advpack.c:
+       Add trailing '\n' to trace() call.
 
-       * 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-23  Francois Gouget <fgouget@free.fr>
 
-       * 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/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.
 
-       * 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-23  YunSong Hwang <hys545@dreamwiz.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/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.
 
-       * 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-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * configure, configure.in: Steffen Moeller <moeller@ebi.ac.uk>
-       "Configure finished" message suggests to call make when make depend
-       was successful.
+       * dlls/shell32/shfldr_unixfs.c:
+       Use the ANSI codepage in IShellFolder::GetDisplayNameOf.
 
-       * */*: 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-23  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * include/commctrl.h, include/listview.h, dlls/comctl32/listview.c:
-       Luc Tourangeau <luc@macadamian.com>
-       Preliminary listview control implementation.
+       * dlls/mscms/tests/profile.c:
+       Be more strict and verbose while testing
+       GetStandardColorSpaceProfile().
 
-       * 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-23  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/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.
 
-       * include/wine/obj_channel.h: Francois Gouget <fgouget@psn.net>
-       Added the actual definitions of the interfaces.
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/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.
 
-       * 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-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/shell32/shlfolder.c: Sylvain St.Germain <sylvain@macadamian.com>
-       Defined IDropTarget for ShellFolder.  Implemented the Constructor,
-       Destructor, AddRef, Release and QueryInterface methods.
+       * dlls/shell32/shfldr_mycomp.c:
+       Also scan HKEY_CURRENT_USER for shell namespace extensions in
+       MyComputer.
 
-       * 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-23  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-Mon Feb 15 15:24:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/brsfolder.c:
+       Initialize OLE instead of just COM, in order to enable Drag & Drop.
+
+2005-11-23  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/commdlg/filedlg.c:
+       Initialize OLE instead of COM only in order to enable Drag and Drop.
+
+2005-11-23  Andrew Webb <andrew7webb@comcast.net>
+
+       * include/commctrl.h:
+       Define DateTime_SetMonthCalColor.
+
+2005-11-23  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/tests/cert.c:
+       Fix some memory leaks.
 
-       * include/msacm.h, include/winuser.h:
-       Douglas Ridgway <ridgway@winehq.com>
-       c2man doesn't like extra semicolons.
+2005-11-23  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/x11drv/event.c:
+       Fixed some broken code that was causing compiler warnings.
+
+2005-11-23  Huw Davies <huw@codeweavers.com>
+
+       * dlls/msxml3/tests/domdoc.c:
+       Release a stray node.
+
+2005-11-22  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.2.
 
 ----------------------------------------------------------------
-Sun Feb 14 14:09:42 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/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.
 
-       * misc/main.c, include/winuser.h: Paul Quinn <paulq@corel.ca>
-       Fixed some Winelib names.
+2005-11-22  Aric Stewart <aric@codeweavers.com>
 
-       * 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/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.
 
-       * multimedia/init.c, multimedia/midi.c, debugger/memory.c:
-       Brian Joseph Czapiga <root@glacid.com>
-       Fixed a few #ifdefs.
+2005-11-22  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/scroll.c, windows/x11drv/wnd.c:
-       Jerome Vouillon <vouillon@claranet.fr>
-       Make a correct use of clipping rectangles.
+       * 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.
 
-       * include/bitmaps/ocr_cross:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added white border.
+2005-11-22  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * debugger/db_disasm.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented better output for indirect calls.
+       * dlls/wined3d/pixelshader.c, dlls/wined3d/vertexshader.c:
+       Corrects an error in the _m3xm3 shader function in pixel and vertex
+       shaders.
 
-       * relay32/winmm.spec: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo in winmm.spec.
+2005-11-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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/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.
 
-       * miscemu/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not print 'wine: no executeable found' if we did execute something.
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/user/sysparams.c, dlls/user/tests/sysparams.c:
+       GetSystemMetrics fixes with corresponding tests.
 
-       * 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-22  Vitaliy Margolen <wine-patch@kievinfo.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.
+       * 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/dialog.c: Gerard Patel <G.Patel@Wanadoo.fr>
-       Fix if EndDialog called in WM_INITDIALOG (DIALOG_DoDialogBox).
+2005-11-22  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/commdlg/fontdlg16.c:
+       In CFn_CHOOSEFONT16to32W fix the conversion of the lpTemplateName and
+       the lpszStyle fields.
 
-       * 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-22  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * programs/winebrowser/Makefile.in:
+       No need to link against shell32 or user32.
 
-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-22  Aric Stewart <aric@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, 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.
 
-       * 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-22  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * server/registry.c:
+       Use struct unicode_str instead of null-terminated strings where
+       possible, and remove constraints on total key path length.
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Fixed debug output to follow '-debugmsg' flags.
+2005-11-22  Robert Lunnon <bobl@optushome.com.au>
 
-Tue Feb  9 15:49:39 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.
 
-       * 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-22  Marcus Meissner <meissner@suse.de>
 
-       * 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/winsock/socket.c:
+       EAI_NONAME -> WS_EAI_NODATA, check for EAI_NONAME and EAI_NODATA.
 
-       * 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-22  Steven Edwards <winehacker@gmail.com>
 
-       * 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/ntdll/version.c:
+       Correct URL for version infomation database website.
 
-       * objects/metafile.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       GetMetaFileBitsEx should work in bytes not words.
+2005-11-22  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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/gdi/tests/dc.c:
+       Add a test showing that SaveDC after GetDC should return 1.
 
-       * dlls/comctl32/treeview.c:
-       Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Fix typo to map GetTextExtentPoint to the correct 32A version.
+2005-11-22  Jacek Caban <jacek@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.
+       * dlls/shdocvw/client.c, dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h:
+       Create window in SetClientSite and return it in
+       IOleInPlaceSite::GetWindow.
 
-       * include/wine/winuser16.h, include/winuser.h, objects/cursoricon.c:
-       Paul Quinn <paulq@corel.ca>
-       GetCursorPos is actually a BOOL.
+2005-11-22  Robert Shearman <rob@codeweavers.com>
 
-       * 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/wininet/tests/http.c:
+       Test the sizes of some of the parameters passed into the callback.
 
-       * 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-22  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/version/info.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       NULL is a valid argument as handle for GetFileVersionInfoSize32A.
+       * dlls/wininet/internet.c, dlls/wininet/internet.h,
+         dlls/wininet/utility.c:
+       Rename SendAsyncCallback to INTERNET_SendCallback.
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added buffered device access for DInput's mouse driver.
+2005-11-22  Robert Shearman <rob@codeweavers.com>
 
-       * files/file.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Wrong access on server handle was demanded (GENERIC_READ instead of
-       GENERIC_WRITE).
+       * dlls/wininet/http.c:
+       Fix an incorrect entry in the HTTP header field table causing broken
+       Location field parsing.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Better implementation (takes strings or res-id's now).
+2005-11-22  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * dlls/version/resource.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: NULL pointer check for output parameters.
+       * dlls/advpack/tests/advpack.c:
+       Exit test after first TranslateInfString() failure, which seems to be
+       NT3.51 specific.
 
-       * dlls/shell32/brsfolder.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fixed two pointer/integer mismatch warnings.
+2005-11-21  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * documentation/console: Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Spelling fixes.
+       * 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.
 
-       * 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-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * include/wingdi.h, objects/dib.c:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fix types of GetDIBits functions (LPSTR should be LPVOID).
+       * 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.
 
-       * 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-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * windows/mdi.c: Francois Boisvert <francois@macadamian.com>
-       The systems buttons (minimize/restore/close) now appear on the menu
-       bar of mdi application.
+       * 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.
 
-       * 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-21  YunSong Hwang <hys545@dreamwiz.com>
 
-       * objects/enhmetafile.c: Jason McMullan <jmcc@ontv.com>
-       Adds support for EMR_STRETCHDIBITS in EMFs.
+       * programs/regedit/Ko.rc, programs/wcmd/Ko.rc:
+       Update Korean translations.
 
-       * programs/avitools/aviplay.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed image size and line size, added 8bit color/palette handling.
+2005-11-21  Alexandre Julliard <julliard@winehq.org>
 
-       * 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
+       * programs/winecfg/drive.c:
+       Only set label and serial number when they are actually changed.
 
-       * 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-21  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/dsound.c: Ove Kaaven <ovek@arcticnet.no>
-       Sounds were cut off due to integer overflow. Fixed.
+       * 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/windowsx.h: Paul Quinn <paulq@corel.ca>
-       Added windowsx.h for Winelib.
+2005-11-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-Fri Feb  5 17:40:47 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * 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-21  Vitaliy Margolen <wine-patch@kievinfo.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/ntdll/tests/om.c:
+       More Object Manager tests.
 
-       * documentation/wine.man, files/drive.c, wine.ini:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Use vfat/win95 as default.
+2005-11-21  Aric Stewart <aric@codeweavers.com>
 
-       * 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/wininet/http.c, dlls/wininet/tests/http.c:
+       Implement HttpSendRequestEx and HttpEndRequest. Restructure, breaking
+       some things out of HTTP_SendRequestW to avoid duplicate code.
 
-       * 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-21  Ge van Geldorp <gvg@reactos.org>
 
-       * ole/storage32.c: Marcus Meissner <marcus@jet.franken.de>
-       Include objbase.h for CoTaskMem* prototypes (or we get WINAPI
-       problems).
+       * dlls/crypt32/encode.c:
+       Don't redefine ASN_OCTETSTRING, it's already defined in snmp.h.
 
-       * ole/storage32.h: Marcus Meissner <marcus@jet.franken.de>
-       Added missing ULONG to static const OFFSET_xx.
+2005-11-21  Martin Fuchs <martin-fuchs@gmx.net>
 
-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/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.
 
-       * dlls/msacm32/driver.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Another usage of non-portable functions...
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * msdos/dosmem.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Some values of pBiosData added/fixed.
+       * dlls/msvcrt/locale.c:
+       Fix bogus unreal code page messages in _setmbcp().
 
-       * 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-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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/msvcrt/mbcs.c, dlls/msvcrt/msvcrt.spec:
+       Do not forward _mbccpy to strcpy.
+       Remove the error message in _mbccpy, it is not an error.
 
-       * 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-21  Thomas Weidenmueller <wine-patches@reactsoft.com>
 
-       * 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/comctl32/syslink.c:
+       Improved word wrapping and tab key handling.
 
-       * include/monitor.h, windows/multimon.c:
-       Patrik Stridvall <ps@leissner.se>
-       Implementation of the new monitor abstraction.
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * graphics/ttydrv/.cvsignore, graphics/ttydrv/Makefile.in, graphics/ttydrv/init.c, Makefile.in:
-       Patrik Stridvall <ps@leissner.se>
-       New TTY driver for GDI.
+       * dlls/advpack/advpack.c, include/advpub.h:
+       Add/correct prototypes for some already defined functions in advpack.
 
-       * 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-21  Hans Leidekker <hans@it.vu.nl>
 
-Tue Feb  2 16:14:23 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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}.
 
-       * 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-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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/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.
 
-       * 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-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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/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.
 
-       * 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-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * misc/lzexpand.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed GET_LZ_STATE macro.
+       * dlls/msvcrt/mbcs.c, dlls/msvcrt/tests/string.c:
+       Fix _mbsspn() with conformance tests.
 
-       * 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-21  Hans Leidekker <hans@it.vu.nl>
 
-       * 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.
+       * 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.
 
-       * dlls/version/resource.c: Marcus Meissner <marcus@jet.franken.de>
-       reslen could be used uninitialised in GetFileResource32 (fixes some
-       strange VerQueryValue crashes).
+2005-11-21  YunSong Hwang <hys545@dreamwiz.com>
 
-       * ole/nls/sve.nls: Jan D. <Jan.Djarv@mbox200.swipnet.se>
-       Added definition for LOCALE_SGROUPING, LOCALE_SMONGROUPING and
-       LOCALE_IINTLCURRDIGITS.
+       * 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.
 
-       * memory/selector.c, relay32/kernel32.spec:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Preserve EAX in UnMapSLFixArray().
+2005-11-21  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixes little pointer bug in DPA_DeletePtr().
+       * dlls/x11drv/scroll.c:
+       Print scroll and clip rectangles on the ScrollDC entry.
 
-       * if1632/kernel.spec, memory/string.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.434 (UnicodeToAnsi).
+2005-11-21  Rob Shearman <rob@codeweavers.com>
 
-       * files/drive.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       GetDiskFreeSpaceEx32A can get null pointers and still not crash.
+       * dlls/advapi32/service.c:
+       Don't try waiting for the service process to start if the
+       CreateProcess call failed.
 
-       * graphics/psdrv/driver.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Clear up args to PSDRV_AdvancedSetupDialog.
+2005-11-21  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Reduce MAX_FONT_SIZE to 1000.
+       * dlls/msi/registry.c:
+       Loop around calling RegQueryValue until we have a big enough string
+       for both the name and the value.
 
-Sun Jan 31 19:04:31 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-21  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * 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/shdocvw/dochost.c:
+       Added GetHostInfo implementation.
 
-       * scheduler/client.c: Geoff Clare <gwc@root.co.uk>
-       Fix to allow for recvmsg() returning less data than is needed.
+2005-11-21  Ge van Geldorp <gvg@reactos.org>
 
-       * include/toolhelp.h, include/windows.h:
-       Attempt at fixing the MAX_PATH multiple definition problem.
+       * dlls/netapi32/access.c, dlls/netapi32/netapi32.c, include/lmaccess.h:
+       Fix some prototypes to match the PSDK.
 
-----------------------------------------------------------------
-Sun Jan 31 10:13:44 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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/kernel/oldconfig.c:
+       - ANSI SCSI revision is a hex number.
+       - Be more verbose with parser ERRs.
 
-       * 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-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * misc/Attic/ver.c, misc/Makefile.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed old VER.DLL code.
+       * dlls/mswsock/mswsock.spec, dlls/rpcrt4/rpcrt4.spec:
+       Mark some functions as implemented in the spec files.
 
-       * 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-21  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * Makefile.in, configure, configure.in, dlls/Makefile.in:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Add new subdirectories dlls/ver and dlls/version.
+       * programs/winecfg/driveui.c:
+       Create new drives with autodetect type.
 
-       * 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-21  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * misc/lstr.c: Pascal Cuoq <cuoq@visan.inria.fr>
-       IsCharAlpha32A: use look-up table from ole2nls.c.
+       * 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.
 
-       * ole/ole2nls.c: Pascal Cuoq <cuoq@visan.inria.fr>
-       LCMapString32A: Implemented flags NORM_IGNORENONSPACE and
-       NORM_IGNORESYMBOLS in string mapping mode.
+2005-11-21  Hans Leidekker <hans@it.vu.nl>
 
-       * windows/x11drv/wnd.c: NF Stevens <norman@arcady.u-net.com>
-       Create X window for child windows reparented to be top level windows.
+       * dlls/wldap32/value.c:
+       Fix the build without openldap.
 
-       * dlls/shell32/shellpath.c, include/shell.h, relay32/shell32.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for PathQualify32[A|W].
+2005-11-21  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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
+       * include/wincrypt.h:
+       Add prototypes for some already defined functions in crypt32.
 
-       * dlls/ntdll/rtl.c, include/ntdll.h, relay32/ntdll.spec:
-       Alex Korobka <korobka@galaxy.ams.sunysb.edu>
-       Added an implementation of MRSW locks.
+2005-11-21  Aric Stewart <aric@codeweavers.com>
 
-       * 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>
+       * dlls/wininet/internet.c:
+       Implement the use of NETCON_send for HTTP connections when in
+       InternetWriteFile.
 
-       * 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.
+2005-11-21  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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).
+       * dlls/version/tests/install.c:
+       Fix version tests on NT, 2K and XP, make some errors more verbose.
 
-       * console/ncurses.c: Marcus Meissner <marcus@jet.franken.de>
-       Switch ncurses.h/curses.h include (works better for FreeBSD).
+2005-11-21  Rein Klazes <wijn@wanadoo.nl>
 
-       * windows/driver.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed loading of win32 drivers.
+       * dlls/winmm/wineoss/audio.c:
+       Break from the SNDCTL_DSP_CHANNELS loops on first error instead of
+       continuing with even higher channels numbers.
 
-Tue Jan 26 17:29:49 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-21  Marcus Meissner <marcus@jet.franken.de>
 
-       * files/profile.c: Don't abort PROFILE_GetSection on empty keys.
+       * dlls/winsock/socket.c:
+       Fixed typo in ws_sockaddr_u2ws().
 
-       * 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.
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * include/driver.h, relay32/winmm.spec, windows/driver.c:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added support for loading drivers in Wine.
+       * 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.
 
-       * tools/bug_report.pl: Adam the Jazz Guy <magicbox@bestweb.net>
-       A perl script to produce a bug report with little hassle.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/dispdib.c: Ove Kaaven <ovek@arcticnet.no>
-       Added (dummy) Death/Resurrection calls to DisplayDib.
+       * programs/winedbg/types.c:
+       Native dbghelp doesn't provide names for basic type, so added relevant
+       basic type names in winedbg.
 
-       * misc/lzexpand.c: Marcus Meissner <marcus@jet.franken.de>
-       Allocate a DOS handle if we open a normal file with LZOpenFile16.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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
+       * dlls/commdlg/filedlg.c:
+       There is no need to resize our own fake dialog to match the parent, it
+       doesn't have controls anyway.
 
-       * 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.
+2005-11-18  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * scheduler/client.c: Commented out EXEC_SERVER
+       * dlls/mscms/tests/profile.c:
+       Don't call unicode functions of file API as they fail on Win9x.
 
-       * dlls/comctl32/draglist.c: Marcus Meissner <marcus@jet.franken.de>
-       3 missing WINAPI added.
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * 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.
 
-       * dlls/comctl32/treeview.c, include/commctrl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Changed some treeview related definitions.
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * dlls/shell32/Makefile.in, dlls/shell32/brsfolder.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented SHBrowseForFolder() dialog.
+       * 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.
 
-       * debugger/msc.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed typo in type (removed quite a few warnings).
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/advapi32/security.c, relay32/advapi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Added GetSecurityDescriptorOwner/Group, RevertToSelf stubs.
-       Return NULL from OpenThreadToken.
+       * 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
 
-       * 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)
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/printdrv.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Make sure DrvGetPrinterData returns the correct data if cbData <= 1
+       * dlls/kernel/tests/thread.c:
+       Avoid setting the context before the thread has started running, it's
+       broken on most Windows versions.
 
-       * 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.
+2005-11-18  Huw Davies <huw@codeweavers.com>
 
-Sun Jan 24 19:14:58 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * 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.
+2005-11-18  Hans Leidekker <hans@it.vu.nl>
 
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Updates and fixes.
+       * dlls/wldap32/add.c, dlls/wldap32/bind.c, dlls/wldap32/compare.c:
+       Avoid using deprecated openldap functions.
+       Correct some return values.
 
-       * 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.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed pointer bugs in DPA_InsertPtr() and DPA_DeletePtr().
+       * programs/winedbg/debugger.h, programs/winedbg/memory.c,
+         programs/winedbg/stack.c:
+       Move print_func_and_args to stack.c, where it belongs.
 
-       * dlls/comctl32/progress.c, include/progress.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WM_[G/S]ETFONT handling.
+2005-11-18  Kieran Clancy <n0dalus+wine@gmail.com>
 
-       * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added WM_COMMAND and WM_NOTIFY handling.
+       * dlls/user/static.c:
+       Fix vertical text alignment in static controls.
 
-       * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed redraw bug for tracking tooltips.
+2005-11-18  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * 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.
+       * dlls/comctl32/tests/.cvsignore, dlls/comctl32/tests/Makefile.in,
+         dlls/comctl32/tests/header.c:
+       Added header control tests.
 
-       * 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.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * 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
 
-       * debugger/msc.c: Sergey Turchanov <turchanov@usa.net>
-       Fixed source line matching for functions in DEBUG_ProcessCoffDebug;
-       searching for DBG and PDB files.
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * debugger/hash.c: Sergey Turchanov <turchanov@usa.net>
-       Fix for files which do not contain exports (fg, EXE) to get processed
-       for debug information.
+       * dlls/kernel/tests/locale.c:
+       Added a few more Unicode digits from Unicode version 4.1.
 
-       * if1632/kernel.spec, if1632/relay.c, if1632/thunk.c, tools/build.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.621 (CBClientThunkSLEx).
+2005-11-18  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-11-18  YunSong Hwang <hys545@dreamwiz.com>
 
-Sat Jan 23 14:15:17 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * 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.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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
+       * dlls/user/tests/win.c:
+       Add another test for Z order of child windows.
 
-       * 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.
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/initguid.h: Juergen Schmied <juergen.schmied@metronet.de>
-       New file to instantiate GUID's ms-like.
+       * dlls/kernel/vxd.c:
+       Use case insensitive comparison to check file extensions.
 
-       * 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.
+2005-11-18  Peter Beutner <p.beutner@gmx.net>
 
-       * documentation/debug-msgs, documentation/debugging, documentation/internal-dll, documentation/ioport-trace-hints, documentation/wine_os2:
-       Zygo Blaxell <uj22kfbc@umail.furryterror.org>
-       Fixed typos.
+       * 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.
 
-       * 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.
+2005-11-18  Jacek Caban <jacek@codeweavers.com>
 
-       * Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Remove configure.in->configure rule (we might not have autoconf).
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Free ConnectionPoint objects (fix memory leak).
 
-       * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
-       Added "user-friendly" warning for missing X.
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * include/ole.h: Fixed GetObject macro problem.
+       * dlls/msvcrt/undname.c:
+       Ensures, when we cannot demangle the string, to return the mangled
+       name instead of a NULL pointer.
 
-       * documentation/status/direct3D:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - updated documentation to be in sync with current code
+2005-11-18  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * graphics/d3dmaterial.c, graphics/d3dviewport.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - various warning and bug fixes
+       * 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.
 
-       * graphics/d3ddevices.c, graphics/d3dtexture.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - added more texture formats using OpenGL's packed pixel formats
+2005-11-18  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * graphics/d3dexecutebuffer.c, include/d3d.h:
-       Lionel Ulmer <ulmer@directprovider.net>
-       - better support for ExecuteBuffers
+       * dlls/twain/dsm_ctrl.c:
+       If SANE returns empty device list treat it as an error.
 
-       * 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
+2005-11-18  Jacek Caban <jacek@codeweavers.com>
 
-       * misc/printdrv.c: Morten Welinder <terra@diku.dk>
-       Missing WINAPI.
+       * dlls/atl/registrar.c:
+       Fix parsing '{' char.
 
-       * controls/static.c: Niclas Karlsson <nkarlsso@ra.abo.fi>
-       Removed DT_SINGLELINE and DT_NOCLIP styles for SS_LEFTNOWORDWRAP.
+2005-11-18  Robert Reif <reif@earthlink.net>
 
-       * objects/enhmetafile.c: Marcus Meissner <marcus@jet.franken.de>
-       Check opened enhmetafile for magic values.
+       * 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.
 
-       * include/dsound.h, multimedia/dsound.c: Rob Riggs <rriggs@tesser.com>
-       Fixed duplicate sound buffer handling. Updated status.
+2005-11-17  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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]
+       * 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.
 
-       * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented CreateHalftonePalette.
-       Fixed 3 crashes (1 real, 2 potential).
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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*.
+       * 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
 
-       * ole/ole2.c, ole/olecli.c, relay32/ole32.spec, include/winerror.h:
-       Sylvain St.Germain <sylvain@macadamian.com>
-       DoDragDrop and OleIsCurrentClipboard stub implementation.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * ole/typelib.c: Francis Beaudet <francis@macadamian.com>
-       Make LoadTypeLib stub return failure instead of success.
+       * 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.
 
-Fri Jan 22 17:09:46 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-17  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * libs/unicode/cpmap.pl:
+       Only update modified files.
 
-Thu Jan 21 14:05:11 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-17  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * 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.
+       * dlls/shdocvw/events.c, dlls/shdocvw/shdocvw.h:
+       Improve IConnectionPoint handling.
 
-Wed Jan 20 14:54:01 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-17  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * graphics/x11drv/xfont.c: Pablo Saratxaga <pablo.sarachaga@ping.be>
-       Small patch.
+       * dlls/wined3d/device.c:
+       Disable support for creation FMT_Unknown textures. This gets most of
+       the d3d8 demos from www.codesampler.com working.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Win32 console needs SYNCHRONIZE access.
+2005-11-17  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
-       LCMapStringA: if dstlen is insufficient, return
-       ERROR_INSUFFICIENT_BUFFER (verified).
+2005-11-17  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * objects/enhmetafile.c, relay32/gdi32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Some small fixes to enhmetafiles.
+       * dlls/comctl32/header.c:
+       Return false if index is out of bounds in GetItemT.
 
-       * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
-       Do not call ownerdraw for invalid items (empty focusrects).
-       Fixes Eudora 16bit empty Inbox problem.
+2005-11-17  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * programs/explorer/explorer.c:
+       Fixed invalid C syntax.
 
-       * 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.
+2005-11-17  Robert Shearman <rob@codeweavers.com>
 
-       * relay32/builtin32.c: Robert Riggs <rriggs@tesser.com>
-       Use external DirectPlay DLLs by default.
+       * 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.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Allow passing task handles to GetThreadQueue() and SetFastQueue().
+2005-11-17  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * 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().
+       * programs/winefile/winefile.c, programs/winefile/winefile.h:
+       Use command line for initial directory selection.
+       Remove useless hwndParent variable.
 
-       * 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.
+2005-11-17  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * loader/ne/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Check module name length in ModuleNext().
+       * 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.
 
-       * windows/x11drv/event.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Use Callout to call RedrawWindow32.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * msdos/int21.c: Ove Kaaven <ovek@arcticnet.no>
-       Clear DOS extended error only for funcs >=0x2f (thanks to Dave
-       Pickles).
+       * dlls/msvcrt/tests/cpp.c:
+       Provide a sample of the joy of MSC symbol mangling.
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       Unified palette create, do allocate colorcells on init for DGA.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Tue Jan 19 17:48:25 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/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.
+2005-11-17  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * tools/make_requests: Added long type format.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l,
+         programs/winedbg/debugger.h:
+       Simplification of lex's input reading.
 
-       * server/Makefile.in, server/device.c:
-       Added server-side device support (only a hack for now).
+2005-11-17  Detlef Riekenberg <wine.dev@web.de>
 
-Sun Jan 17 17:48:48 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/tests/monitor.c:
+       Made test loadable on win95 again (EnumDisplayDevicesA not present).
 
-       * ChangeLog:
-       Recovered log entries from CVS mailing list.
+2005-11-17  Jacek Caban <jacek@codeweavers.com>
 
-       * relay32/ntdll.spec, dlls/ntdll/rtl.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented _alloca_probe and _chkstk (mostly done by Ulrich Weigand).
+       * 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.
 
-       * files/file.c
-       Marcus Meissner <marcus@jet.franken.de>
-       Handle ERROR_WRITE_PROTECT too in readonly fallback open.
+2005-11-17  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * include/mshtmhst.idl:
+       Added IHTMLWindow forward declaration.
 
-----------------------------------------------------------------
-Sun Jan 10 14:40:34 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-17  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * tools/winapi/win32.api:
+       Update win32.api to cvs.
 
-       * controls/listbox.c: Pascal Cuoq <Pascal.Cuoq@inria.fr>
-       Small change in LB_SETCURSEL32 handling (the caret should be moved as
-       well).
+2005-11-16  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * 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().
 
-       * dlls/ntdll/rtl.c, relay32/ntdll.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented DbgPrint, added ultoa.
+2005-11-16  Jacek Caban <jacek@codeweavers.com>
 
-       * win32/console.c: Peter Hunnisett <hunnise@nortelnetworks.com>
-       PeekConsoleInput & ReadConsoleInput need to return 0 records read in
-       the case of an invalid handle.
+       * dlls/shdocvw/oleobject.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Added OLEIVERB_INPLACEACTIVATE implementation in IOleObject::DoVerb.
 
-       * console/ncurses.c, loader/main.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       More verbose debugging output.
-       Remove compilation warning.
+2005-11-16  Aric Stewart <aric@codeweavers.com>
 
-       * 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.
+       * 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/options.h, misc/main.c, misc/version.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added switch -dosver.
-       Cleanup for OaBuildVersion().
+2005-11-16  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * libtest/.cvsignore: Added vartest and volinfo
+       * 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).
 
-       * 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.
+2005-11-16  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * windows/dialog.c: Lawson Whitney <lawson_whitney@juno.com>
-       Only destroy window once.
+       * dlls/user/edit.c, dlls/user/tests/msg.c:
+       Add a test for some edit control behaviours, make it pass under Wine.
 
-       * 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.
+2005-11-16  Robert Reif <reif@earthlink.net>
 
-       * 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.
+       * dlls/winmm/wavemap/wavemap.c:
+       Only convert bits per sample between different encoding formats.
 
-       * loader/ne/convert.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added accelerator table PE->NE resource conversion.
+2005-11-16  Marcus Meissner <marcus@jet.franken.de>
 
-       * debugger/editline.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Restart read() in case of EINTR in TTYget().
+       * 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.
 
-       * dlls/shell32/shellole.c: Marcus Meissner <marcus@jet.franken.de>
-       Ptr ref wrong.
+2005-11-16  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing WINAPI.
+2005-11-16  Jacek Caban <jacek@codeweavers.com>
 
-       * 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.
+       * dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h:
+       Added IOleInPlaceSite stub implementation.
 
-       * configure, configure.in, console/ncurses.c, include/acconfig.h, include/config.h.in:
-       Ove Kaaven <ovek@arcticnet.no>
-       Check for resizeterm in ncurses.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * libtest/Makefile.in, libtest/vartest-Win32.log, libtest/vartest.c, libtest/vartest.readme:
-       Francis Beaudet <francis@macadamian.com>
-       New test program for VARIANT functions.
+       * tools/wine.inf:
+       Add timezone information to the registry.
 
-       * 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.
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-Sat Jan  9 09:12:40 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-15  Ken Thomases <ken@codeweavers.com>
 
-       * 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.
+       * dlls/ntdll/signal_i386.c:
+       Updated context definitions for the latest Darwin/x86.
 
-Fri Jan  8 16:37:03 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * files/file.c: Set GENERIC_READ|GENERIC_WRITE access for OF_CREATE.
-       Make GetFileType work for all handle types.
+       * dlls/wininet/internet.c:
+       Correct the size of a callback parameter.
+       Fix the declaration of INTERNET_WorkerThreadFunc.
 
-       * win32/device.c: Avoid crash on NULL dev->info.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/registry.c:
+       Convert MsiEnumComponentQualifiers to use msi_strcpy_to_awstring.
 
-       * 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.
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/shell32/iconcache.c: Eddie Carpenter <ecarpenter@itex.co.za>
-       Fixed a small bug in function ExtractIconEx32A.
+       * dlls/wininet/urlcache.c:
+       Fixed Unicode buffer size bug in CreateUrlCacheEntryW.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       HTASK16 -> threadID mapping of WM_ACTIVATEAPP.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * files/file.c: Bertho Stultiens <bertho@panter.soci.aau.dk>
-       Make DeleteFile fail for empty path.
+       * dlls/msi/msi.spec, dlls/msi/registry.c, include/msi.h:
+       Fix function prototype and spec file entry for
+       MsiEnumComponentQualifiers.
 
-       * msdos/ioports.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fix dummy_ctr stuff to work even without DIRECT_IO_ACCESS.
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * loader/ne/segment.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed wrong buffer which caused fixups to fail.
+       * dlls/comctl32/header.c:
+       Implement implement header callback support (HDN_GETDISPINFO notification):
+       - better factorisation
+       - unicode fixes
 
-       * 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
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * msdos/cdrom.c: Marcus Meissner <marcus@jet.franken.de>
-       ifdefs for defines not in linux 2.0.
+       * dlls/urlmon/tests/url.c:
+       Don't crash if BindToStorage fails.
 
-       * relay32/winspool.spec, misc/printdrv.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added two stubs for AddPrinterDriver.
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/install.c:
+       Only return ERROR_MORE_DATA if there's a buffer to copy a result
+       into.
 
-       * misc/registry.c: Marcus Meissner <marcus@jet.franken.de>
-       Wine hangs when registry (corrupted) has lone \ at end of file.
+2005-11-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * dlls/user/focus.c:
+       Do not change focus if the being activated window is no longer
+       active.
 
-       * ole/variant.c: Marcus Meissner <marcus@jet.franken.de>
-       Replace troublesome assignments by memset for whole struct.
+2005-11-15  Detlef Riekenberg <wine.dev@web.de>
 
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added handling of the 'palent' field of the CreatePalette procedure.
+       * dlls/kernel/tests/drive.c:
+       Made test loadable on NT 3.51 again (GetDiskFreeSpaceExA not present).
 
-       * documentation/wine.man:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added description about including/excluding functions from relay
-       trace.
+2005-11-15  Detlef Riekenberg <wine.dev@web.de>
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Read at least 1 input record in ReadConsoleInputA.
+       * dlls/winspool/tests/info.c:
+       Some extra tests for GetPrinterDriverDirectory.
+       Display a TRACE when the Service "spooler" is not running (NT).
 
-       * memory/virtual.c:
-       Fixed CreateMapping when a mapping with the same name already exists.
+2005-11-15  Cihan Altinay <cihan@uq.edu.au>
 
-Wed Jan  6 10:37:29 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/comm.c:
+       Disable PARMRK input flag of serial ports.
 
-       * server/file.c: Fixed file destruction when file has no name.
+2005-11-15  YunSong Hwang <hys545@dreamwiz.com>
 
-Tue Jan  5 18:38:59 1999  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * misc/main.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Warns user if multiple -dll switches are used on command line.
+2005-11-15  Alexandre Julliard <julliard@winehq.org>
 
-       * dlls/comctl32/trackbar.c: Alex Priem <alexp@sci.kun.nl>
-       Fixed a leftover HeapFree in the trackbar common control.
+       * dlls/ntdll/resource.c, dlls/ntdll/signal_i386.c:
+       Use proper asm name for external functions.
 
-       * 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>).
+2005-11-15  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * dlls/ntdll/sec.c, dlls/ntdll/tests/rtl.c:
+       Add a test for RtlAllocateAndInitializeSid, make it pass under Wine.
 
-       * 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.
+2005-11-15  Jacek Caban <jacek@codeweavers.com>
 
-       * include/winbase.h, include/windows.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Added prototypes for MakeCriticalSectionGlobal, ConvertToGlobalHandle.
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/client.c, dlls/shdocvw/shdocvw.h,
+         dlls/shdocvw/webbrowser.c:
+       Beginning implementation of Navigate2.
 
-       * documentation/wine.man:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added environment variables in the man page.
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * loader/dos/module.c: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
-       Fixed args of MZ_CreateProcess.
+       * 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
 
-       * programs/clock/language.c, programs/notepad/language.c, programs/progman/main.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Fixed string bug in programs/.
+2005-11-15  Raphael Junqueira <fenix@club-internet.fr>
 
-       * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
-       Added stupid "action" emulation for hardware timers in ioports.c.
+       * dlls/usp10/usp10.c, dlls/usp10/usp10.spec, include/usp10.h:
+       Add stubs around ScriptStringAnalyse to avoid PAF crash.
 
-       * dlls/winaspi/winaspi16.c: Andreas Mohr <a.mohr@mailto.de>
-       Again a small DOSASPI patch.
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * documentation/bugreports, documentation/fonts, windows/sysmetrics.c, windows/win.c, windows/winpos.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Documentation updates.
+       * 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.
 
-       * 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'
+2005-11-15  Robert Shearman <rob@codeweavers.com>
 
-       * graphics/x11drv/xfont.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent core dump with some TTF (when X11 runs with a true type
-       server).
+       * dlls/wininet/internet.h, dlls/wininet/netconnection.c:
+       SSL doesn't need to use a different socket to unsecure communications.
 
-       * server/console.c: Marcus Meissner <marcus@jet.franken.de>
-       Use stdout for default console output.
+2005-11-15  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-----------------------------------------------------------------
-Sun Jan  3 17:00:20 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/tests/thread.c:
+       Corrected last error information.
+       Make sure we can run the tests on win9x.
 
-       * 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
+2005-11-15  Mike McCormack <mike@codeweavers.com>
 
-       * misc/version.c: Marcus Meissner <marcus@jet.franken.de>
-       Try to autodetect NT4.
+       * dlls/msi/package.c:
+       Set the Installed property if the product is already installed.
 
-       * win32/console.c: Marcus Meissner <marcus@jet.franken.de>
-       0 means success, all else failure for WaitForSingleObject.
+2005-11-14  Alexandre Julliard <julliard@winehq.org>
 
-       * msdos/int10.c: Joseph Pranevich <jpranevich@lycos.com>
-       Do not advance the cursor in certain routines. This cleaned up the
-       implementation quite a bit.
+       * dlls/user/input.c, server/queue.c:
+       Added support for the QS_ALLPOSTMESSAGE flag.
 
-       * 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).
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * console/interface.c, console/xterm.c:
-       Joseph Pranevich <jpranevich@lycos.com>
-       Xterm driver can now resize the terminal when a mode change is
-       detected.
+       * 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.
 
-       * console/generic.c: Joseph Pranevich <jpranevich@lycos.com>
-       Long standing scroll bug fixed!
+2005-11-14  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * tools/widl/header.c:
+       Prefix [putref] property names with putref_.
 
-       * 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.
+2005-11-14  Rein Klazes <wijn@wanadoo.nl>
 
-       * include/interfaces.h: Rein Klazes <rklazes@casema.net>
-       Add interface ID's for upcoming ITypeLib implementation.
+       * 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.
 
-       * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix for trailing slashes, repetition of '/' or '\' and
-       SetLastError() in GetFullPathname.
+2005-11-14  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * 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.
+       * dlls/msvcrt/tests/cpp.c, dlls/msvcrt/undname.c:
+       Undname: Allow more then one coded character in demangle_datatype.
 
-       * 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.
+2005-11-14  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       SHCloneSpecialIDList implemented.
-       SHGetDataFromIDListA corrected.
+       * tools/wine.inf:
+       Add default version information.
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Shell_GetCachedImageIndex32[A|W] implemented.
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * 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).
 
-       * msdos/ioports.c: Andreas Mohr <a.mohr@mailto.de>
-       Added automatic CMOS RAM checksum calculation.
+2005-11-14  Peter Beutner <p.beutner@gmx.net>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-11-14  Mike McCormack <mike@codeweavers.com>
 
-       * multimedia/joystick.c: Ove Kaaven <ovek@arcticnet.no>
-       Reading joystick 5 when we only support 4 should fail instead of
-       hang.
+       * 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.
 
-       * multimedia/mcicda.c: Ove Kaaven <ovek@arcticnet.no>
-       Playing a non-existent CD should fail instead of crash.
+2005-11-14  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * Make.rules.in, Makefile.in: Marcus Meissner <marcus@jet.franken.de>
-       Check for necessary configure reruns for Makefile and Make.rules
-       generation.
+       * 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.
 
-       * miscemu/instr.c: Ove Kaaven <ovek@arcticnet.no>
-       Emulates ins/outs correctly for DOS programs.
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * 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).
+       * 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.
 
-Sat Jan  2 08:22:34 1999  Alexandre Julliard  <julliard@winehq.com>
+2005-11-14  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * memory/virtual.c:
-       Fixed bug in CreateFileMapping when name is not NULL.
+       * dlls/ddraw/surface_main.c:
+       Use the front buffer palette for DC operations on off-screen buffers.
 
-       * server/request.c: Fixed CHECK_STRING display.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-Fri Jan  1 19:51:25 1999  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/tests/advpack.c:
+       Get the version and language ID of ADVPACK.DLL too.
 
-       * if1632/kernel.spec, memory/local.c:
-       Richard A Lough <ralough.ced@dnet.co.uk>
-       Put return value of LocalAlloc in CX too.
+2005-11-14  H. Verbeet <hverbeet@gmail.com>
 
-       * include/psdrv.h: Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Protect against multiple includes.
+       * 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.
 
-       * dlls/shell32/iconcache.c: Use proper system directory.
+2005-11-14  YunSong Hwang <hys545@dreamwiz.com>
 
-       * scheduler/process.c: Got rid of CLIENT_GetProcessInfo.
+       * 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.
 
-       * 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
+2005-11-14  Markus Amsler <markus.amsler@oribi.org>
 
-       * scheduler/handle.c: Fixed CloseHandle() on global handles.
+       * dlls/iphlpapi/iphlpapi_main.c:
+       Add, reformat API documentation.
 
-       * 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.
+2005-11-14  Mike McCormack <mike@codeweavers.com>
 
-       * objects/bitmap.c: NF Stevens <norman@arcady.u-net.com>
-       Delphi 2.0 needs to allocate a bitmap bigger than 4096 bits wide.
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       Fix comparison of empty properties to numbers and add test cases.
 
-       * misc/printdrv.c: NF Stevens <norman@arcady.u-net.com>
-       Initialize lpdwNeeded.
+2005-11-14  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * if1632/snoop.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Include stuff even if not on __i386__ for debug defines.
+       * dlls/user/tests/msg.c:
+       Fix message tests to run cleanly on Windows XP SP1.
 
-       * ole/variant.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Another // comment fixed.
+2005-11-14  Edgar Hucek <gimli@gentoo.org>
 
-       * server/file.c:
-       Marcus Meissner <Marcus.Meissner@informatik.uni-erlangen.de>
-       Need <errno.h> for errno decl. on Solaris.
+       * dlls/winmm/joystick/joystick.c:
+       Unicode compile fix.
 
-       * include/wingdi.h, include/x11font.h, objects/font.c:
-       Douglas Ridgway <ridgway@winehq.com>
-       Implement TranslateCharsetInfo, change charset type to BYTE.
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * controls/combo.c, controls/listbox.c, include/combo.h:
-       Alex Korobka <korobka@galaxy.ams.sunysb.edu>
-       Better CB_SETCURSEL message handling.
+       * dlls/kernel/tests/thread.c:
+       Fix set_test_val function declaration to ensure stack is left
+       untouched.
 
-       * 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.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * tools/make_requests: Send debugging output to stderr.
+       * 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.
 
-       * 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.
+2005-11-14  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * memory/virtual.c: Use server file mapping objects.
+       * dlls/crypt32/tests/cert.c:
+       Don't call missing API function.
 
-       * 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.
+2005-11-14  Christian Costa <titan.costa@wanadoo.fr>
 
-       * misc/crtdll.c:
-       Hacked stdio functions to use Win32 file handles. Still needs a proper
-       stdio emulation.
+       * dlls/ddraw/ddraw_utils.c, dlls/ddraw/surface_dib.c:
+       Add DDBLT_DONOTWAIT flag.
+       Separate DDBLT_WAIT and DDBLT_ASYNC fixme in Blt method.
 
-       * loader/ne/module.c, loader/ne/resource.c, loader/ne/segment.c:
-       Use Win32 file handles instead of Unix ones.
+2005-11-14  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * 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.
+       * dlls/urlmon/umon.c:
+       Move BindToStorage hack to the separated function.
 
-Thu Dec 31 15:55:19 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-14  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * debugger/db_disasm.c:
-       Changed db_task_printsym to always print a full address, no matter
-       what the operand size is.
+       * 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.
 
-       * scheduler/critsection.c: Re-implemented using a real semaphore.
+2005-11-14  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * dlls/ntdll/thread.c:
+       Init wShowWindow in RTL_USER_PARAMETERS for Wine processes started
+       from the command-line.
 
-       * 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.
+2005-11-14  Peter Lemenkov <petro@mail.ru>
 
-Wed Dec 30 12:11:52 1998  Alexandre Julliard  <julliard@winehq.com>
+       * include/rpcdce.h:
+       Added extern "C".
 
-       * include/thread.h, scheduler/synchro.c:
-       Changed server wait logic a bit.
+2005-11-14  Markus Amsler <markus.amsler@oribi.org>
 
-       * win32/console.c:
-       Hacks to support server-side console. Should be redone properly
-       some day.
+       * dlls/comctl32/imagelist.c:
+       Reformat "see" section, to match c2man requirements.
 
-       * 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).
+2005-11-12  Markus Amsler <markus.amsler@oribi.org>
 
-       * scheduler/Makefile.in, scheduler/k32obj.c, scheduler/pipe.c:
-       Added anonymous pipe support
+       * 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
 
-       * 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
+2005-11-12  Markus Amsler <markus.amsler@oribi.org>
 
-Sun Dec 27 15:28:55 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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
 
-       * 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.
+2005-11-12  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * windows/x11drv/wnd.c:
-       Fixed SetFocus that was broken when moved to x11drv.
+       * programs/winetest/Makefile.in:
+       Add shdocvw tests to winetest.
 
-       * 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.
+2005-11-12  Robert Shearman <rob@codeweavers.com>
 
-Sat Dec 26 19:47:00 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * programs/regtest/regtest.c:
-       Renamed ERR macro to avoid confusing the make_debug script.
+2005-11-12  Paul Vriens <Paul.Vriens@xs4all.nl>
 
-       * 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.
+       * dlls/kernel/tests/thread.c:
+       Add some extra error information.
 
-       * 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.
+2005-11-12  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/wininet/internet.c, dlls/wininet/internet.h:
+       Implement InternetReadFileExA (based on a patch by Brian Gerst).
 
-       * 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.
+2005-11-12  Daniel Remenak <dtremenak@gmail.com>
 
-       * dlls/shell32/iconcache.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Fixes crash when running without external shell32.dll.
+       * dlls/dinput/joystick_linuxinput.c:
+       Add additional sanity checks to the linux input system dinput joystick
+       implementation.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More messages [LB_*,EM_*] translated 32A from/to 32W.
+2005-11-12  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * relay32/user32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Dest buffer was printed out as str.
+       * programs/winedbg/dbg.y, programs/winedbg/debug.l:
+       Removed a couple of shift/reduce warnings in grammar.
 
-       * misc/ver.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Getting strings with VerQueryValue32W was broken. Complete
-       reconstruction of the function.
+2005-11-12  Rein Klazes <wijn@wanadoo.nl>
 
-       * misc/toolhelp.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix number and type of args in debugging statements.
+       * programs/regedit/Nl.rc:
+       Update Dutch resources.
 
-       * ole/storage.c: Marcus Meissner <marcus@mud.de>
-       IStorage32 vtable was missing 3 stub entries.
+2005-11-12  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-Fri Dec 18 17:38:39 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shdocvw/Makefile.in, dlls/shdocvw/shdocvw.h, dlls/shdocvw/view.c,
+         dlls/shdocvw/webbrowser.c:
+       Added IViewObject2 stub implementation.
 
-       * include/wingdi.h, objects/font.c, relay32/gdi32.spec:
-       Douglas Ridgway <ridgway@winehq.com>
-       Documentation for TranslateCharsetInfo.
+2005-11-12  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * 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.
+       * dlls/version/tests/.cvsignore, dlls/version/tests/Makefile.in,
+         dlls/version/tests/install.c:
+       Added some tests for VerFindFileA.
 
-       * Make.rules.in, Makefile.in, configure, configure.in:
-       Todd Vierling <tv@pobox.com>
-       Use -lwine for linking.
+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.
 
-       * 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-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.
 
-       * 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.
+2005-11-10  Markus Amsler <markus.amsler@oribi.org>
+
+       * tools/c2man.pl:
+       Make parameter higlighting regex less "hungry".
+
+2005-11-10  Francois Gouget <fgouget@codeweavers.com>
+
+       * programs/winemenubuilder/winemenubuilder.c:
+       Parse the command line returned by CommandLineFromMsiDescriptor() to
+       extract the application path. Otherwise winemenubuilder ignores the
+       .lnk file entirely.
+
+2005-11-10  Francois Gouget <fgouget@free.fr>
+
+       * 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.
+
+2005-11-10  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/path.c:
+       Add error code valid for Win9x and XP.
+
+2005-11-10  Markus Amsler <markus.amsler@oribi.org>
+
+       * 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
+
+2005-11-10  Francois Gouget <fgouget@free.fr>
+
+       * 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.
+
+2005-11-10  Francois Gouget <fgouget@free.fr>
+
+       * dlls/dxerr8/errors.awk, dlls/dxerr9/errors.awk:
+       Remove extra backslash that was causing an awk warning.
 
-       * 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-10  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/painting.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implemented PolylineTo.
+       * programs/clock/Ko.rc, programs/clock/rsrc.rc, programs/regedit/Ko.rc,
+         programs/regedit/rsrc.rc:
+       Added Korean resources.
 
-       * 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-10  Mike McCormack <mike@codeweavers.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.
+       * programs/start/start.c:
+       Remove the limit on the length of the command line.
 
-       * multimedia/mmsystem.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Changed error values MCI_INTERNAL to their correct values.
+2005-11-10  Aric Stewart <aric@codeweavers.com>
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Removed warning.
+       * dlls/msi/msi.c:
+       Use MsiDecomposeDescriptorW in MsiProvideQualifiedComponentExW.
 
-       * 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-10  Markus Amsler <markus.amsler@oribi.org>
 
-       * 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/uxtheme/system.c:
+       Improve c2man Documented-Total count. Changes:
+       - add missing returns section
 
-       * include/winerror.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Stubs for WaitNamedPipe[A|W].
+2005-11-10  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * dlls/x11drv/init.c, include/wingdi.h:
+       Added support for SHADEBLENDCAPS.
 
-       * dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub Control_FillCache_RunDLL.
-
-       * 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.
+2005-11-10  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * 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.
+
+2005-11-10  Jacek Caban <jack@itma.pwr.wroc.pl>
+
+       * dlls/urlmon/umon.c, dlls/urlmon/urlmon.spec, include/urlmon.idl:
+       Added URLDownloadToCacheFile[AW] stub.
+
+2005-11-10  Mike Hearn <mike@plan99.net>
+
+       * dlls/wininet/version.rc:
+       Update wininet version info.
+
+2005-11-09  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.1.
 
 ----------------------------------------------------------------
-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.
+2005-11-09  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * dlls/wineps/ps.c:
+       Escape non-printable characters in the document title and also
+       truncate it to 0x80 characters.
 
-       * 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.
+2005-11-09  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented  ILGetDisplayName.
+       * dlls/commdlg/Makefile.in, dlls/commdlg/filedlg.c:
+       Initialize COM prior to displaying the file dialog.
 
-       * dlls/shell32/classes.c, dlls/shell32/shellord.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Started implementation of ShellExecuteEx32A.
-       Small changes.
+2005-11-09  Mike McCormack <mike@codeweavers.com>
 
-       * dlls/shell32/.cvsignore, dlls/shell32/Makefile.in, dlls/shell32/shres.rc:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Moved menu resources to rc-file.
+       * dlls/msi/registry.c, dlls/msi/tests/db.c:
+       Fix passing of NULL pointers to MsiDecomposeDescriptor and add a
+       test.
 
-       * include/pe_image.h, ole/ole2nls.c, win32/file.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Two debug messages clarified, one useless prototype removed.
+2005-11-09  Mike McCormack <mike@codeweavers.com>
 
-       * include/oleauto.h, ole/variant.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       294 missing WINAPI added.
+       * dlls/msi/msi.c:
+       Make sure we only CoUninitialize after successfully initializing.
+       Fix the address of the returned IShellLinkDataList interface.
 
-       * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
-       Kill swapped out (wine) processes too and truncate diff after some xxx
-       lines.
+2005-11-09  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * ole/ole2nls.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed SetLastError with wrong value.
+       * dlls/urlmon/file.c:
+       Added IInternetPriority implementation to FileProtocol.
 
-       * 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.
+2005-11-09  Christian Costa <titan.costa@wanadoo.fr>
 
-       * 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.
+       * dlls/user/cursoricon.c:
+       If a color bitmap is provided, store bitmap information from it
+       instead of the mask bitmap one.
 
-       * 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>
+2005-11-09  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * 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.
 
-       * 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!)
+2005-11-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * 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.
+       * 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/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.
+2005-11-09  Robert Shearman <rob@codeweavers.com>
 
-       * files/drive.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed DRIVE_GetFreeSpace to handle space > 4 GByte.
+       * 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.
 
-       * 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.
+2005-11-09  Markus Amsler <markus.amsler@oribi.org>
 
-       * 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.
+       * 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.
 
-       * misc/commdlg.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed GetFileTitle32A not filling up lpTitle if lpFile didn't
-       contain '/','\\' or ':'.
+2005-11-09  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * graphics/ddraw.c: Stephen Crowley <crow@debian.org>
-       Fixed a potential crash if a usable video mode is not detected.
+       * dlls/shell32/brsfolder.c:
+       Initialize COM prior to displaying the SHBrowseForFolder dialog.
 
-       * tools/make_authors: Script to generate authors files
+2005-11-09  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * dlls/shell32/tests/shlfolder.c:
+       Disable code that segfaults on Win98 SE.
 
-       * graphics/ddraw.c: Robert Riggs <rriggs@tesser.com>
-       Set window focus in  _common_IDirectDraw_SetDisplayMode().
+2005-11-09  Robert Shearman <rob@codeweavers.com>
 
-       * multimedia/mcicda.c: Robert Riggs <rriggs@tesser.com>
-       Accept MCI_OPEN and MCI_CLOSE messages in MCICDAUDIO_DriverProc32().
+       * 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.
 
-       * 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.
+2005-11-09  Jacek Caban <jack@itma.pwr.wroc.pl>
 
-       * windows/dce.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Don't clip VisRgn against X desktop.
+       * dlls/urlmon/http.c, dlls/urlmon/tests/protocol.c:
+       Added implementation of IInternetPriority in HttpProtocol.
 
-       * loader/module.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       LoadModule32/WinExec32 should return 16-bit hInstance/hTask.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-       * graphics/x11drv/xfont.c:
-       Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Sanity check on font size.
+       * include/xmldom.idl:
+       Fixed typo: get_doctype returns an IXMLDOMDocumentType.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Missing parentheses added.
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-Wed Dec  9 16:37:05 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * 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).
+2005-11-08  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * 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.
 
-       * graphics/x11drv/xfont.c, include/windows.h, tools/fnt2bdf.c:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Improved the handling of font encodings.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * dlls/advapi32/tests/crypt.c:
+       Win98 fails another way when user isn't logged in.
 
-       * 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
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-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.
+       * dlls/shell32/systray.c:
+       Unicodify systray.c.
 
-       * 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.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/main.c: Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Fixed dummy entries in MAIN_ParseLanguageOption().
+       * include/windef.h:
+       Add an argument to all uses of the __ONLY_IN_WINELIB macro (spotted by
+       Berend Reitsma).
 
-       * 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.
+2005-11-08  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/x11drv/event.c: Marcus Meissner <marcus@jet.franken.de>
-       Superflous WINAPI removed.
+       * 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.
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Warn about invalid entrypoints (created by viruses) which result in
-       Wine crashes.
+2005-11-08  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * dlls/mapi32/tests/prop.c:
+       Get rid of FAR keywords.
 
-       * loader/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Move TWEAK_Init from USER to GDIInit.
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * 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.
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       Implement selectSingleNode.
 
-       * windows/focus.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix includes.
+2005-11-08  Robert Lunnon <bobl@optushome.com.au>
 
-       * 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.
+       * dlls/kernel/heap.c:
+       Implement GlobalMemoryStatusEx for Solaris.
 
-       * 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.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-Mon Dec  7 16:23:42 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/kernel/tests/heap.c:
+       Take into account some alignment done by HeapAlloc() on Win9x.
 
-       * files/dos_fs.c: Alexander Larsson <alla@lysator.liu.se>
-       Reverted previous patch.
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * include/dosexe.h: Ove Kaaven <ovek@arcticnet.no>
-       Don't define MZ_SUPPORTED on non-i386 platforms.
+       * dlls/wininet/internet.c:
+       Unicodify InternetCheckConnection.
+       Use HeapAlloc'ed buffers where applicable.
 
-       * loader/dos/module.c, msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed DPMI_CallRMProc (I think).
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * misc/network.c, relay32/mpr.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for NPSGetProviderHandleA.
+       * dlls/shell32/systray.c:
+       Move functions a bit to get rid of a static declaration.
 
-       * 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.
+2005-11-08  Alex Villacís Lasso <a_villacis@palosanto.com>
 
-       * dlls/winaspi/winaspi16.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed a real mode problem.
+       * 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.
 
-       * 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.
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * controls/static.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       We don't yet want the static control to call DestroyIcon.
+       * 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.
 
-       * windows/class.c: NF Stevens <norman@arcady.u-net.com>
-       Added case for GCW_ATOM int GetClassLong32A.
+2005-11-08  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * misc/network.c, relay32/mpr.spec: Gael de Chalendar <gael@limsi.fr>
-       Stub for WNetOpenEnum32W.
+       * dlls/gdi/font.c, dlls/hhctrl.ocx/hhctrl.c:
+       Correct some allocated buffer lengths while converting to Unicode.
 
-       * 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().
+2005-11-08  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * 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.
+       * 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.
 
-       * relay32/dsound.spec, multimedia/dsound.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Implemented class factory for dsound.
+2005-11-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * dlls/wined3d/directx.c:
+       Fix parsing of version number.
 
-Fri Nov 27 16:06:08 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-08  Huw Davies <huw@codeweavers.com>
 
-       * BUGS, documentation/bugreports, documentation/debugging, documentation/no-windows, documentation/wine.man:
-       James Juran <jrj120@psu.edu>
-       Documentation updates.
+       * 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.
 
-       * Makefile.in: James Juran <jrj120@psu.edu>
-       Fixed 'make install' to really check for libwine.a before installing
-       it.
+2005-11-08  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * 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.
+       * dlls/d3d9/query.c:
+       Allow NULL ppQuery to be passed to CreateQuery.
 
-       * files/drive.c: Andreas Mohr <a.mohr@mailto.de>
-       Improved GetDiskFreeSpace32A().
+2005-11-08  James Hawkins <truiken@gmail.com>
 
-Thu Nov 26 16:32:00 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advpack/advpack.c, dlls/advpack/tests/advpack.c:
+       Implement TranslateInfString with tests.
 
-       * windows/win.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Remove included color.h.
+2005-11-08  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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).
+       * dlls/ole32/compobj.c:
+       Added tracing to CoCreateInstance.
 
-       * graphics/painting.c, relay32/gdi32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added stubs for Startpage and EndPage.
+2005-11-08  Markus Amsler <markus.amsler@oribi.org>
 
-       * if1632/thunk.c, objects/dc.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Removed some unnecessary FIXME outputs.
+       * 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
 
-       * if1632/kernel.spec, loader/task.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented KERNEL.602 and stub for KERNEL.490.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-       * ole/ole2nls.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Do *not* zero out output buffer in GetNumberFormat32[AW].
+       * dlls/ntdll/time.c:
+       Add some missing timezones.
 
-Wed Nov 25 18:15:53 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-08  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * dlls/dxdiagn/Makefile.in, dlls/dxdiagn/provider.c:
+       - fill DirectShowFilters Container
+       - fix some MLKs (clear variants)
 
-       * 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.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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).
+       * dlls/crypt32/tests/cert.c:
+       Make Crypt32 tests loadable on Win98.
 
-       * 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.
+2005-11-08  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * dlls/winsock/tests/sock.c:
+       Added last error code for XP SP1.
 
-       * 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.
+2005-11-08  Christian Costa <titan.costa@wanadoo.fr>
 
-       * 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.
+       * dlls/dmloader/loader.c:
+       Add some checks and fix some stream leaks.
 
-       * 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.
+2005-11-08  Robert Shearman <rob@codeweavers.com>
 
-       * include/winioctl.h, win32/device.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Implemented (most) VWin32.VxD DeviceIoControl routines.
+       * dlls/ole32/rpc.c:
+       We shouldn't pass the application name into CreateProcess because the
+       value stored in the registry could include arguments.
 
-Tue Nov 24 20:47:17 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-08  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * 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.
+       * dlls/wined3d/swapchain.c:
+       Fixed an error in Swapchain_GetFrontBufferData.
 
-       * loader/task.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Call InitThreadInput in GetFastQueue with correct parameter
-       for 32-bit queues.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * programs/winemenubuilder/winemenubuilder.c:
+       Extract the executable name for msi advertised shortcuts.
 
-       * if1632/thunk.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: Bad jump generated in THUNK_AllocLSThunklet.
-       Bugfix: Forgot to convert segptr in AllocLSThunkletCallbackEx.
+2005-11-08  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/x11drv/xfont.c: Eric Warnke <eric@snowmoon.com>
-       Don't match against Symbol or Nil fonts.
+       * dlls/shell32/shelllink.c:
+       Fix a problem spotted by Dmitry and another one stopping correctly
+       formatted lnk files from being generated.
 
-       * 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.
+2005-11-07  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * windows/dialog.c, include/windows.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Bugfix: SetDlgItemText32 returns BOOL not void.
+       * dlls/shlwapi/reg.c, dlls/shlwapi/shlwapi.spec:
+       Semi-stub implementation for SHRegGetValue(A|W).
 
-       * relay32/user32.spec, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs GetUserObjectInformationA|W.
+2005-11-07  James Hawkins <truiken@gmail.com>
 
-       * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
-       Removed left over 'show' and useless deadbeef checking which doesn't
-       work.
+       * include/winerror.h:
+       Define the setupapi hresult errors.
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Adjust broken entrypoint addresses. (win98 notepad.exe)
+2005-11-07  Peter Lemenkov <petro@mail.ru>
 
-       * documentation/status/multimedia: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Updated according to development.
+       * include/wininet.h:
+       Added some missing definitions in wininet.h.
 
-       * if1632/mmsystem.spec, relay32/winmm.spec:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Some new stubs (midiStreamXXX functions, some mci functions, and
-       some mmio functions).
+2005-11-07  Huw Davies <huw@codeweavers.com>
 
-       * multimedia/midi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved MCI part to mcimidi.c ; added DriverProc.
+       * include/xmldom.idl, include/xmldomdid.h:
+       Add IXMLDOMParseError.
 
-       * multimedia/audio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Moved MCI part to mciwave.c ; added some error checking ; added
-       DriverProc
+2005-11-07  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/debug.h, include/debugdefs.h, multimedia/Makefile.in:
-       Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added mcimidi and mciwave.
+       * dlls/shell32/brsfolder.c:
+       More robust code for querying ShellFolder attributes (some
+       ShellFolders ignore the flag mask in GetAttributesOf).
 
-       * multimedia/mcimidi.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed bug in MCI_INFO command ; fixed pause/resume commands ; fixed
-       seek command.
+2005-11-07  Alexandre Julliard <julliard@winehq.org>
 
-       * multimedia/mciwave.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Starting writing MCI part ; fixed bug in MCI_INFO command.
+       * 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.
 
-       * multimedia/mmio.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Added some missing stubs in 32 bit part.
+2005-11-07  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * multimedia/mcistring.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Made use of new 16/32 MCI message handling in mmsystem.c.
+       * 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/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...)
+2005-11-07  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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.
+       * 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)
 
-       * 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.
+2005-11-07  Rein Klazes <wijn@wanadoo.nl>
 
-       * 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.
+       * dlls/user/sysparams.c:
+       Make SystemParametersInfoA( SPI_SETNONCLIENTMETRICS, ...) work by
+       adding the needed non client metrics A->W conversions.
 
-       * resources/sysres_Fr.rc: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Fixed some quirks.
+2005-11-07  Stefan Huehner <stefan@huehner.org>
 
-Sun Nov 22 18:29:50 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/secur32/secur32.c:
+       Fix segfault when querying non-existent SecurityProvider.
 
-       * 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.
+2005-11-07  Christian Costa <titan.costa@wanadoo.fr>
 
-       * dlls/shell32/pidl.c: Juergen Schmied <juergen.schmied@metronet.de>
-       New function: _ILGetExtension.
+       * dlls/amstream/Makefile.in, dlls/amstream/amstream.c,
+         dlls/amstream/amstream_private.h, dlls/amstream/mediastream.c:
+       Add stub implementation of IMediaStream interface.
 
-       * dlls/shell32/Makefile.in, dlls/shell32/classes.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file. HKEY_CLASSES_ROOT handling.
+2005-11-07  Vitaly Lipatov <lav@etersoft.ru>
 
-       * documentation/common_controls: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Updated.
+       * dlls/atl/atl.spec, dlls/atl/atl_main.c:
+       AtlAxWinInit dummy implementation.
 
-       * 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).
+2005-11-07  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * 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().
+       * dlls/ntdll/ntdll.spec, dlls/ntdll/rtlstr.c, include/winternl.h:
+       Implement RtlInitAnsiStringEx.
 
-       * 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).
+2005-11-07  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved layout code.
+       * dlls/wined3d/drawprim.c:
+       Verify that the texture coordinate used in DrawStridedSlow is in range
+       before trying to referencing the associated data.
 
-       * dlls/comctl32/imagelist.c, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed ImageList_LoadImage().
+2005-11-07  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * dlls/comctl32/comboex.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added CMEM_SETITEM32A and message forwarding to combobox.
+       * 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.
 
-       * ole/moniker.c, relay32/ole32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added stub for CreateItemMoniker().
+2005-11-07  Robert Shearman <rob@codeweavers.com>
 
-       * dlls/comctl32/comctl32undoc.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed some undocumented function names and implemented DPA_Merge
-       partially.
+       * dlls/ntdll/resource.c:
+       LdrAccessResource should pop 16 bytes off the stack since it is a
+       WINAPI function.
 
-       * controls/button.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Enabled double click for buttons.
+2005-11-07  Marcus Meissner <marcus@jet.franken.de>
 
-       * include/windows.h: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added command and return constants used by WM_NOTIFYFORMAT.
+       * dlls/oleaut32/olepicture.c, dlls/oleaut32/tests/olepicture.c:
+       Added support of loading of IPicture data from non-statable
+       IStreams. Added testcases for this.
 
-       * 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.
+2005-11-07  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/hhctrl.ocx/hhctrl.c:
+       Free an alloc'ed string.
 
-       * 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.
+2005-11-07  Christian Costa <titan.costa@wanadoo.fr>
 
-       * 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().
+       * 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.
 
-       * ole/typelib.c: Andreas Mohr <a.mohr@mailto.de>
-       Enhanced OABuildVersion() to return different version values for
-       different winvers.
+2005-11-07  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * msdos/int21.c: Andreas Mohr <a.mohr@mailto.de>
-       Added INT21_ParseFileNameIntoFCB() and some other things to get
-       COMMAND.COM working.
+       * dlls/d3d8/d3dcore_gl.h:
+       Remove already included headers.
 
-       * relay32/kernel32.spec: Juergen Schmied <juergen.schmied@metronet.de>
-       Added missing entry for GetNumberFormatW.
+2005-11-05  Markus Amsler <markus.amsler@oribi.org>
 
-       * objects/palette.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Checking for NULL-pointer.
+       * 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.
 
-       * 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.
+2005-11-05  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Implementation of CreateProcess32W.
+       * 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.
 
-       * windows/event.c: David Luyer <luyer@ucs.uwa.edu.au>
-       Queuing of deferred Expose events.
+2005-11-05  Davin McCall <davmac@davmac.org>
 
-       * controls/listbox.c: Marcus Meissner <marcus@jet.franken.de>
-       LB_GETTEXT: Handle passed NULL buffer.
+       * 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.
 
-       * controls/combo.c: Marcus Meissner <marcus@jet.franken.de>
-       CB_GETTEXT: Use lpBuffer instead of lpText for LB_GETTEXT32, handle 0
-       byte NULL buffer.
+2005-11-05  Kevin Koltzau <kevin@plop.org>
 
-       * 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).
+       * dlls/ntdll/thread.c:
+       x86_64 references a named union, ensure unions are not nameless.
 
-       * AUTHORS, include/authors.h: Added Robert Riggs.
+2005-11-05  Henning Gerhardt <henning.gerhardt@web.de>
 
-       * include/d3d.h: Robert Riggs <rriggs@tesser.com>
-       include ddraw.h, questionable fix for questionable struct/union
-       construct in MS's D3DVECTOR definition.
+       * dlls/commdlg/cdlg_De.rc:
+       Update German resource file.
 
-       * 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).
+2005-11-05  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * 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.
+       * 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.
 
-       * misc/crtdll.c, relay32/crtdll.spec:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stubs strdate, strtime.
+2005-11-05  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * memory/selector.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: typo in SUnMapLS_IP_EBP_8 lead to stack corruption.
+       * dlls/msi/tests/db.c:
+       Win9x returns MSIDBERROR_NOERROR.
 
-       * misc/comm.c: Cliff Wright <cliff@snipe444.org>
-       Fixed a mask set, and other parity setting bugs for serial ports.
+2005-11-05  Huw Davies <huw@codeweavers.com>
 
-       * include/sig_context.h: Vasudev Mulchandani <vasu@teil.soft.net>
-       Added BSDI sigcontext definitions.
+       * 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.
 
-       * windows/class.c: Rein Klazes <rklazes@casema.net>
-       Fixed typo.
+2005-11-05  Dimi Paun <dimi@lattica.com>
 
-       * relay32/relay386.c: Marcus Meissner <marcus@jet.franken.de>
-       Remove now useless RELAY_ShowDebugmsgsRelay check.
+       * dlls/comctl32/listview.c:
+       Validate the column index passed in by the caller.
 
-       * 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)
+2005-11-05  Marcus Meissner <marcus@jet.franken.de>
 
-       * dlls/shell32/shellord.c, include/shell.h:
-       Marcus Meissner <marcus@jet.franken.de>
-       PathAddBackshlash, PathRemoveBackslash: argument is not constant.
+       * dlls/oleaut32/varformat.c:
+       Fixed FMT_DATE_GENERAL and FMT_DATE_TIME_SYS cases in
+       VARIANT_FormatDate.
 
-       * windows/win.c: Marcus Meissner <marcus@jet.franken.de>
-       Check wndPtr for NULL.
+2005-11-04  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * graphics/ddraw.c: Marcus Meissner <marcus@jet.franken.de>
-       BltFast: Honor lPitch, Lock/Unlock surfaces (xlib needs unlock to draw).
+       * dlls/wined3d/device.c:
+       Tidy up UpdateTexture and add support for updating cube textures.
 
-       * 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.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * tools/winapi/win16.api, tools/winapi/win32.api:
+       Update win16.api and win32.api.
 
-       * 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.
+2005-11-04  Markus Amsler <markus.amsler@oribi.org>
 
-       * 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.
+       * 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.
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Micro patch for AltGr key on german keyboards.
+2005-11-04  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * files/dos_fs.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixes error handling (SetLastError() and return value).
+       * dlls/kernel/except.c:
+       More verbose output when unhandled exception occurs.
 
-       * objects/text.c, include/windows.h: Gael de Chalendar <gael@limsi.fr>
-       Partially complete GetTextCharsetInfo and corrects return values for
-       this family of functions.
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-Sun Nov 15 18:12:12 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/shell32/shelllink.c, dlls/shell32/tests/shelllink.c:
+       Partially implement and test the shelllink object's
+       IShellLinkDataList::CopyDataBlock and GetFlags methods.
 
-       * ole/compobj.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Bug fix.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * objects/dib.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed retrieval of invalid palette data in GetDIBits().
+       * tools/winapi/winapi_parser.pm:
+       volatile is legal (and used now!) in a typedef struct {}.
 
-       * 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.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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).
+       * dlls/dbghelp/source.c, include/dbghelp.h, include/imagehlp.h,
+         tools/winapi/win32.api:
+       Fix typo: PSYM_ENUMSOURCEFILES_CALLBACK instead of
+       PSYM_ENUMSOURCFILES_CALLBACK.
 
-       * 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.
+2005-11-04  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * objects/dib.c: Dirk Thierbach <thierbach@mathematik.tu-darmstadt.de>
-       Fixed bug in StretchDIBits32 (wrong origin).
+       * 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.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Small fixes.
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/shell32/shelllink.c:
+       Use advapi32.CommandLineFromMsiDescriptor to get msi component paths.
 
-       * 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.
+2005-11-04  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/advapi32/advapi.c, dlls/advapi32/advapi32.spec:
+       Implement advapi32.CommandLineFromMsiDescriptor. It's a wrapper for
+       msi.MsiProvideComponentFromDescriptor.
 
-       * dlls/shell32/if_macros.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New file, wrapper for IShellBrowser class.
+2005-11-04  James Hawkins <truiken@gmail.com>
 
-       * 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.
+       * dlls/hhctrl.ocx/hhctrl.c:
+       Pass HtmlHelp commands to doWinMain.
 
-       * dlls/shell32/pidl.c, dlls/shell32/pidl.h:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Implemented: ILIsEqal, ILFindChild, _ILGetFileDate, _ILGetFileSize.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * loader/module.c: Juergen Schmied <juergen.schmied@metronet.de>
-       LoadLibraryEx: show a warning when called with unimplemented parm.
+       * dlls/comctl32/string.c:
+       Move functions in comctl32/string.c to remove function declaration.
 
-       * miscemu/instr.c: Cleaned up a bit.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * 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.
+       * 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).
 
-       * Makefile.in: Removed gets message.
+2005-11-04  Vincent Béron <vberon@mecano.gme.usherb.ca>
 
-       * ole/nls/tha.nls: David Luyer <luyer@ucs.uwa.edu.au>
-       Added Thai nls-resources.
+       * include/wine/port.h:
+       Fix warning about memmove re#definition.
 
-       * 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.
+2005-11-04  Saulius Krasuckas <saulius.krasuckas@ieee.org>
 
-       * ole/ole2.c, relay32/ole32.spec: Gavriel State <gavriels@corel.com>
-       Add stubs for GetRunningObjectTable32 and OleRegGetUserType.
+       * dlls/winsock/tests/sock.c:
+       Make 4 WSAStringToAddress* tests don't fail on Win9x.
 
-       * ole/moniker.c: Gavriel State <gavriels@corel.com>
-       Ensure that CreateFileMoniker functions don't return a bogus moniker
-       object on failure.
+2005-11-04  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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.
+       * dlls/oleaut32/tmarshal.c:
+       Added support for VT_I8/VT_UI8 marshalling.
 
-       * include/winsock.h: Constantine Sapuntzakis <csapuntz@stanford.edu>
-       Fix to Linux IPX so compiles on non-linux platforms.
+2005-11-04  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Own X11 errorhandler to locate X11 errors. Useful only with -sync.
+       * dlls/wined3d/device.c:
+       Add support for updating to D3DFMT_UNKNOWN surfaces and tidy up update
+       surface a little.
 
-Sat Nov 14 18:59:30 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-04  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * dlls/oleaut32/tests/olefont.c:
+       Add a test for Invoking an OleFont function.
 
-       * 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.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * 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.
+       * dlls/setupapi/install.c:
+       Added support for optional section.ntx86 and section.nt in
+       InstallHinfSection when current version is set to NT.
 
-       * 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.
+2005-11-03  Robert Shearman <rob@codeweavers.com>
 
-       * ole/compobj.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed list insertion bug in CoLoadLibrary().
+       * 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.
 
-       * 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.
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * tools/wine.inf:
+       Get rid of a double backslash.
 
-       * windows/input.c, windows/keyboard.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Moved GetKeyboardLayoutName16 to windows/input.c.
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * include/imagehlp.h, include/winnt.h, include/wintypes.h:
-       Patrik Stridvall <ps@leissner.se>
-       Moved some declarations from imagehlp.h to common include files.
+       * dlls/comctl32/string.c:
+       Use Win32 APIs for string comparison.
 
-       * relay32/kernel32.spec, win32/thread.c:
-       Rein Klazes <rklazes@casema.net>
-       Added implementations for InterlockedExchangeAdd() and
-       InterlockedCompareExchange().
+2005-11-03  Vijay Kiran Kamuju <infyquest@gmail.com>
 
-       * 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.
+       * programs/winecfg/audio.c:
+       Show detected audio drivers in autodetect.
 
-       * miscemu/instr.c: Marcus Meissner <marcus@jet.franken.de>
-       Emulate "mov cr4,eax" (tombraider 3 demo).
+2005-11-03  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * dlls/x11drv/winpos.c:
+       Stricter check whether a window needs to be mapped on the screen.
 
-       * 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.
+2005-11-03  Kieran Clancy <n0dalus+wine@gmail.com>
 
-       * relay32/ole32.spec, ole/compobj.c, ole/ole2.c:
-       Pavel Roskin <pavel_roskin@geocities.com>
-       Added stubs for CoRevokeClassObject and OleSetClipboard.
+       * dlls/ntdll/time.c:
+       Added another CST (Australian Central Daylight Time) to TZ_INFO.
 
-       * 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.
+2005-11-03  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
 
-       * memory/local.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Changed some of the message classes.
+       * dlls/oleaut32/tests/vartype.c, dlls/oleaut32/variant.c:
+       Extend VarCmp() and add test cases.
 
-       * 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.
+2005-11-03  Kevin Koltzau <kevin@plop.org>
 
-       * include/winsock.h, misc/winsock.c:
-       Stephen Langasek <vorlon@dodds.net>
-       Bugfixes for IPX code and preliminary groundwork for other address
-       family support.
+       * 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.
 
-       * ole/compobj.c: Marcus Meissner <marcus@jet.franken.de>
-       (CoGetClassObject) one missing CALLBACK, extremely simplified clsid
-       lookup (Registry is case insensitive).
+2005-11-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * dlls/shell32/shfldr_unixfs.c:
+       Replaced tabs with spaces.
 
-       * include/windows.h, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Stub for GetNumberFormat32W.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * misc/crtdll.c: David A. Cuthbert <dacut@ece.cmu.edu>
-       gets() fixes.
+       * 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.
 
-       * ole/nls/rus.nls: Alexander V. Lukyanov <lav@long.yar.ru>
-       Fix SCOUNTRY, SNATIVECTRYNAME, SABBREVDAYNAME3; change some SMONTHNAME*
-       to be in nominative case.
+2005-11-03  Marcus Meissner <marcus@jet.franken.de>
 
-       * windows/queue.c: Per Ångström <pang@mind.nu>
-       Fixed SetMessageQueue32 to return FALSE, not TRUE, when called with
-       an invalid size parameter.
+       * dlls/msvcrt/.cvsignore, dlls/msvcrt/Makefile.in, dlls/msvcrt/rsrc.rc:
+       Specify a DLL version for msvcrt.dll.
 
-       * multimedia/dsound.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added correct implementation of GetCaps, changed Play and Stop handling
-       of positions indexes, suppressed warnings.
+2005-11-03  Stefan Huehner <stefan@huehner.org>
 
-       * memory/local.c: Lionel Ulmer <ulmer@directprovider.net>
-       Corrected bug in TRACE function.
+       * 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.
 
-       * 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.
+2005-11-03  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * windows/dinput.c: Lionel Ulmer <ulmer@directprovider.net>
-       Wine keyboard and mouse have now their own UIDs.
+       * dlls/shell32/tests/shlfolder.c:
+       Added some more unit tests for FolderShortcut objects.
 
-       * objects/brush.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Fix allocation size in CreateDIBPatternBrush*.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-----------------------------------------------------------------
-Sun Nov  8 16:44:41 1998  Alexandre Julliard  <julliard@winehq.com>
-
-       * windows/dialog.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed keystroke accelerators in dialogs which have controls containing
-       other controls as child windows.
-
-       * 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.
-
-       * objects/dib.c: Eric Pouech <Eric.Pouech@wanadoo.fr>
-       Prevent CreateDIBSection from seg faulting when one dimension of
-       section is 0.
-
-       * 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.
-
-       * relay32/gdi32.spec, graphics/painting.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added a stub for StartDocA and EndDoc.
-
-       * 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).
-
-       * objects/brush.c, relay32/gdi32.spec: Jeff Johann <jjohann@kiva.net>
-       Added CreateDIBPatternBrushPt (GDI32.35) with minor documentation
-       updates.
-
-       * graphics/vga.c, include/vga.h, msdos/ioports.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Simulate the VGA vertical refresh.
-
-       * graphics/ddraw.c: Lionel Ulmer <ulmer@directprovider.net>
-       Added support of source and destination rectangles in Blit function.
-
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Added device type constants and used them in device enumeration
-       function.
-
-       * 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"
-
-       * 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
-
-       * objects/clipping.c: Rein Klazes <rklazes@casema.net>
-       ExtSelectClipRgn fix: RGN_DIFF did not work.
-
-       * objects/cursoricon.c, windows/event.c, windows/message.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to new input event handling.
-
-       * 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/kernel/comm.c:
+       Fixed fd leaks (spotted by Cihan Altinay).
 
-       * 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).
-
-       * 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).
-
-       * 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.
-
-       * 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.
-
-       * 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 ;-)
-
-       * dlls/comctl32/pager.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Little improvement.
+2005-11-03  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * dlls/comctl32/listview.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added preliminary hit testing. Makes regedit.exe happy ;-)
-
-       * documentation/common_controls, dlls/comctl32/imagelist.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved documentation and fixed typos.
-
-       * dlls/comctl32/commctrl.c, relay32/comctl32.spec:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added DrawStatusText32AW() and CreateStatusWindow32AW().
-
-       * dlls/comctl32/rebar.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved display and layout code.
-
-       * 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.
-
-Sat Nov  7 12:56:32 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * objects/enhmetafile.c, relay32/gdi32.spec, include/windows.h:
-       Charles Suprin <csuprin@lynx.dac.neu.edu>
-       Added stubs for SetWinMetaFileBits and GetEnhMetaFilePaletteEntries.
+2005-11-03  Raphael Junqueira <fenix@club-internet.fr>
 
-       * 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/dxdiagn/container.c, dlls/dxdiagn/provider.c:
+       Fill provider with some empty containers.
 
-       * 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-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * relay32/mpr.spec, misc/network.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Added stub WNetEnumCachedPasswords.
+       * dlls/shell32/shlexec.c, dlls/shell32/tests/shlexec.c:
+       Invoke shortcuts through IContextMenu, rather than trying to access
+       them directly.
 
-       * msdos/int21.c, msdos/int25.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Made this file DOSMOD friendly.
+2005-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * loader/ne/segment.c, loader/pe_image.c:
-       Andreas Mohr <mohr@elektron.ikp.physik.tu-darmstadt.de>
-       Unified "No implementation for..." warnings.
+       * tools/wine.inf:
+       Add the ContextMenuHandlers key for shortcuts so the new context menu
+       code can work.
 
-       * win32/device.c: Marcus Meissner <marcus@jet.franken.de>
-       monodebg.vxd used by some Origin programs implemented.
+2005-11-03  Phil Krylov <phil@newstar.rinet.ru>
 
-       * objects/bitmap.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fail if less then one entire line requested in GetBitmapBits32.
+       * dlls/riched20/editor.c, dlls/riched20/editstr.h, dlls/riched20/paint.c:
+       Cache background color brush instead of recreating it at each screen
+       update.
 
-       * windows/winproc.c: Rein Klazes <rklazes@casema.net>
-       Added WM_GETDLGCODE handling in (Un)MapMsg32Ato16.
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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.
+       * programs/winedbg/break.c:
+       Fixed 'break NN' command (using dbghelp.SymEnumLines).
 
-       * programs/clock/ChangeLog, programs/clock/main.c:
-       Robert Pouliot <krynos@clic.net>
-       Fixes for other languages.
+2005-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-Fri Nov  6 17:36:13 1998  Alexandre Julliard  <julliard@winehq.com>
+       * programs/wineconsole/dialog.c, programs/wineconsole/winecon_private.h,
+         programs/wineconsole/wineconsole.c:
+       Fixed wineconsole startup when restoring registry settings.
 
-       * 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-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Changed mouse button mapping and check size of return buffer.
+       * dlls/msi/action.c, dlls/msi/classes.c, dlls/msi/files.c,
+         dlls/msi/helpers.c:
+       Remove some redundant null pointer checks.
 
-       * objects/clipping.c: Rein Klazes <rklazes@casema.net>
-       ExtSelectClipRgn() with RGN_COPY copies the wrong region.
+2005-11-03  Alexandre Julliard <julliard@winehq.org>
 
-       * files/file.c: Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed an error in the implementation of FILE_ShareDeny.
+       * 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.
 
-       * 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-11-03  Mike McCormack <mike@codeweavers.com>
 
-       * 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/msi/cond.y:
+       Add missing semicolons that caused compile trouble on FreeBSD.
 
-       * controls/menu.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed wrong arg type.
+2005-11-03  Mike McCormack <mike@codeweavers.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/shell32/shelllink.c:
+       Pass the correct verb.
+       Add a space between extra parameters.
+       Wait for ShellExecute to complete.
 
-       * 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-11-03  Steven Edwards <winehacker@gmail.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/advpack/advpack.c, dlls/advpack/advpack.spec:
+       Add a real stub for Advpack.extract.
 
-       * 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-11-03  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Changed the default from 0 to 0x409 (eng-us).
+       * dlls/ntdll/thread.c:
+       Get rid of CPU id when copying context
 
-       * windows/mdi.c: Marcus Meissner <marcus@jet.franken.de>
-       Two missing WINAPIs.
+2005-11-03  Raphael Junqueira <fenix@club-internet.fr>
 
-       * include/interfaces.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed one wrong parameter.
+       * 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
 
-       * configure, configure.in: Ove Kaaven <ovek@arcticnet.no>
-       Fixed --disable-lib.
+2005-11-03  Hans Leidekker <hans@it.vu.nl>
 
-Thu Nov  5 10:33:18 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/advapi32/advapi32.spec, dlls/advapi32/service.c:
+       Added stub for RegisterServiceCtrlHandlerEx{A,W}.
 
-       * include/commctrl.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Constants for controls in common dialogs.
+2005-11-03  Phil Krylov <phil@newstar.rinet.ru>
 
-Wed Nov  4 18:08:33 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * misc/crtdll.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Fixed some compiler warnings.
+2005-11-03  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-Sun Nov  1 19:27:24 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/user/scroll.c:
+       Scroll bar: Keep the caret blinking during scroll operations (only
+       handle WM_SYSTIMER messages that belong to the scroll bar).
 
-       * 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-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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/dbghelp/dbghelp.spec, dlls/dbghelp/dbghelp_private.h,
+         dlls/dbghelp/source.c, dlls/dbghelp/symbol.c, include/dbghelp.h:
+       Implemented SymEnumLines.
 
-       * 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-11-03  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * 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).
+       * programs/wineconsole/dialog.c, programs/wineconsole/user.c,
+         programs/wineconsole/winecon_user.h:
+       Now filling external leading in font cells.
 
-       * memory/atom.c, include/atom.h:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Adapted to separation between KERNEL and USER.
+2005-11-02  Huw Davies <huw@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/oleaut32/typelib.c:
+       Don't call Release on a null ptr.
 
-       * include/ole.h, include/winerror.h, ole/compobj.c:
-       John Richardson <jrichard@zealand.mv.com>
-       Implementation of InprocServer32 CoGetClassObject.
+2005-11-02  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/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.
 
-       * windows/winproc.c: Fixed crashes with WM_GETDLGCODE translation.
+2005-11-02  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * 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/opengl32/wgl.c, dlls/shell32/shelllink.c:
+       Correct WINAPI position for MSVC portability.
 
-       * if1632/user.spec, windows/dialog.c, windows/winproc.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Fixed IsDialogMessage16.
+2005-11-02  Eric Pouech <eric.pouech@wanadoo.fr>
 
-       * Makefile.in: Douglas Ridgway <ridgway@winehq.com>
-       Tell people to ignore the 'gets' warning. Some will listen.
+       * programs/wineconsole/dialog.c:
+       Fixed crash in font browsing for raster fonts.
 
-       * 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-11-02  Robert Shearman <rob@codeweavers.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/oleaut32/variant.c:
+       Fix a crash during +variant logging caused by a typo causing an array
+       to be one element less than expected.
 
-       * 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-11-02  Oliver Stieber <oliver_stieber@yahoo.co.uk>
 
-       * 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/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.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Erred in the bit macros in treeview.c. Shiftcounts were wrong.
+2005-11-02  Robert Shearman <rob@codeweavers.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/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.
 
-       * ole/compobj.c, relay32/ole32.spec: Ove Kaaven <ovek@arcticnet.no>
-       Added CoFreeLibrary stub.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * README: Updated FAQ location.
+       * 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/escape.c: Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
-       Implement SEGPTR conversion for STARTDOC in Escape32().
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * objects/dc.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: SetDCState did not reset clipping region to empty.
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       NULL and empty strings are the same in conditions.
 
-       * 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-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/imm32/imm.c:
+       Change a FIXME message to a comment.
 
-       * 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/.
+2005-11-02  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * 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.
+       * dlls/comctl32/tab.c:
+       Avoid printing out a possibly uninitialized variable.
 
-       * if1632/kernel.spec, scheduler/process.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added .spec entry for KERNEL.RegisterServiceProcess.
+2005-11-02  Stefan Huehner <stefan@huehner.org>
 
-       * if1632/display.spec, windows/keyboard.c:
-       Andreas Mohr <a.mohr@mailto.de>
-       Added stub for CheckCursor().
+       * dlls/msxml3/node.c, dlls/msxml3/tests/domdoc.c:
+       Extend get_nodeName add testcases for it.
 
-       * include/dialog.h, windows/defdlg.c: Tim Newsome <nuisance@cmu.edu>
-       Fix for non-modal dialog closing.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+       Stub implementation for MsiAdvertiseScriptA/W.
 
-       * 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-11-02  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/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.
 
-       * 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-11-02  Aric Stewart <aric@codeweavers.com>
 
-       * msdos/dpmi.c: Ove Kaaven <ovek@arcticnet.no>
-       Use macro V86_FLAG.
+       * dlls/msi/action.c:
+       Force files to install if the REINSTALL property is set.
 
-       * msdos/dosmem.c: Ove Kaaven <ovek@arcticnet.no>
-       Set default video mode to 3 (80x25 color).
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * loader/dos/dosmod.c: Ove Kaaven <ovek@arcticnet.no>
-       Ignores a couple of signals.
+       * dlls/ntdll/resource.c:
+       Make LdrAccessResource call an internal function to satisfy Shrinker.
 
-       * 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-11-02  Vitaliy Margolen <wine-patch@kievinfo.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/ntdll/tests/om.c, server/named_pipe.c:
+       Fix error returned when opening nonexistent pipes.
 
-Sat Oct 31 12:20:56 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-02  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/dinput.c, multimedia/dsound.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       Small fixes.
+       * 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.
 
-       * 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-11-02  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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/shell32/shfldr_unixfs.c:
+       Added some comments to document unixfs.
 
-       * 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-11-02  Mike McCormack <mike@codeweavers.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.
+       * dlls/msi/install.c, dlls/msi/tests/package.c:
+       Fix parameter handling in MsiSetTargetPath, and add a test for it.
 
-       * windows/win.c: Rein Klazes <rklazes@casema.net>
-       Delay linking newly created window in linked list until after the
-       WM_NCCREATE message.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * files/file.c: Rein Klazes <rklazes@casema.net>
-       Small bug in FILE_InUse does not do a release on every acquired file
-       pointer.
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
+       Implement the RemoveFiles action.
 
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       lpszName of NULL is handled (removes some warnings).
+2005-11-02  Ivan Leo Puoti <ivanleo@gmail.com>
 
-       * tools/testrun: Marcus Meissner <marcus@jet.franken.de>
-       Now allows specification of a start directory on the cmdline.
+       * dlls/ntdll/rtlstr.c:
+       Minor fixes to rtl string functions.
 
-       * dlls/comctl32/treeview.c: Marcus Meissner <marcus@jet.franken.de>
-       Gets rid of the arch-dependent bit operations (tested on Linux and
-       Solaris/x86).
+2005-11-02  David Kredba <kredba@math.cas.cz>
 
-Wed Oct 28 14:58:02 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * windows/win.c: Juergen Schmied <juergen.schmied@metronet.de>
-       A dest buffer was printed out as string.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * include/shlobj.h: Juergen Schmied <juergen.schmied@metronet.de>
-       Corrected 2 wrong definitions.
+       * dlls/msi/msi.c, dlls/msi/msi.spec, include/msi.h:
+       Stub implementation for MsiGetFileHashA/W.
 
-       * include/windows.h, relay32/kernel32.spec, scheduler/process.c:
-       Patrick Spinler <spinler.patrick@mayo.edu>
-       Added stubs for Process32First/Process32Next.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c:
+       Use an enumeration for file states.
 
-       * 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.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/dialog.c:
+       Define NONAMELESSUNION and NONAMELESSSTRUCT for older compilers.
 
-       * include/shlobj.h: Justin Bradford <justin@busboy.sped.ukans.edu>
-       IExtractIcon had an extra c in a struct definition.
+2005-11-02  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * relay32/dplay.spec:
-       John Richardson <jrichard@zealand.mv.spamless.com>
-       Added entry for DirectPlayEnumerate.
+       * dlls/comctl32/listview.c:
+       Clear bLButtonDown flags if mouse is not down.
 
-       * ole/nls/sky.nls, ole/ole2nls.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added Slovak nls-resources.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/riched20/reader.c, dlls/riched20/rtf.h:
+       Convert all RTFPanic and RTFMsg calls to ERR calls.
 
-Tue Oct 27 15:41:54 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-02  Rob Shearman <rob@codeweavers.com>
 
-       * 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.
+       * include/rpcndr.h:
+       Add declarations for NdrAsyncClientCall, NdrAsyncStubCall and
+       RpcMgmtEnableIdleCleanup.
 
-       * include/wintypes.h, multimedia/mmsystem.c, relay32/winmm.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       Stub for midiOpenStream (helps hexen2demo).
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-       * ole/nls/enc.nls, ole/nls/frc.nls, resources/sysres_Fr.rc:
-       Robert Pouliot <krynos@clic.net>
-       Small patch for better French support.
+       * tools/winedump/lnk.c:
+       Handle msi component identifiers without a feature guid.
 
-       * loader/elf.c: Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Bugfix: memory overwrite bug.
+2005-11-02  Mike McCormack <mike@codeweavers.com>
 
-Mon Oct 26 11:04:13 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msxml3/node.c:
+       Implement IXMLDOMNode::get_nodeName.
 
-       * controls/edit.c, windows/clipboard.c: Pascal Cuoq <pcuoq@ens-lyon.fr>
-       32-bit clipboard support.
+2005-11-02  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * windows/mdi.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed a minor problem with the menus for mdi child windows.
+2005-11-02  Lionel Ulmer <lionel.ulmer@free.fr>
 
-       * 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).
+       * dlls/x11drv/settings.c, include/winuser.h:
+       Add 'ENUM_...._SETTINGS' flag and make use of it in the X11DRV code.
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Anon shared mapping fixed for file sharing.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-----------------------------------------------------------------
-Sun Oct 25 10:32:23 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * ole/ole2nls.c, include/winnls.h: Andreas Mohr <100.30936@germany.net>
-       Fixes for LANG_NEUTRAL.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * include/task.h:
-       Added some padding to the PDB for ill-behaving apps (problem reported
-       by Andreas Mohr).
+       * 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/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.
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * dlls/ntdll/tests/om.c, server/named_pipe.c:
+       Fix error returned when exceeding allowed instances.
 
-       * windows/message.c, windows/queue.c:
-       Douglas Ridgway <ridgway@winehq.com>
-       API Documentation for SendMessage, GetTickCount, PostQuitMessage,
-       GetMessagePos, GetMessageTime.
+2005-11-01  Martin Fuchs <martin-fuchs@gmx.net>
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Delete the filename for the mapping instantly.
+       * dlls/comctl32/string.c:
+       Include config.h and port.h for strncasecmp() in MSVC port.
 
-       * dlls/shell32/shellord.c, relay32/shell32.spec:
-       Michael Poole <poole@graviton.res.cmu.edu>
-       Stub for SHSimpleIDListFromPath.
+2005-11-01  Bernd Schmidt <bernds_cb1@t-online.de>
 
-       * loader/task.c: Fixed bug in SwitchStackTo.
+       * dlls/kernel/file.c:
+       Implemented FindExSearchLimitToDirectories.
 
-Sat Oct 24 13:06:16 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * controls/scroll.c: Patrik Stridvall <ps@leissner.se>
-       Check if scrollbar and parent are visible before redraw.
+       * dlls/msvcrt/msvcrt.spec:
+       Fixed _wstrdate/_wstrtime parameters.
 
-       * 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.
+2005-11-01  Alexandre Julliard <julliard@winehq.org>
 
-       * windows/event.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
-       Added Drag&Drop from KDE app to 16/32 bit Windoze app.
+       * 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.
 
-       * windows/message.c: Kai Morich <kai.morich@darmstadt.netsurf.de>
-       Added FIXME message in PostMessage32x if parameters are truncated
-       when calling PostMessage16.
+2005-11-01  Marcus Meissner <marcus@jet.franken.de>
 
-       * 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.
+       * dlls/oleaut32/tests/vartype.c:
+       SysReAllocString of same pointer returns TRUE.
 
-       * documentation/wine.texinfo: Leigh Wedding <lwedding@corplink.com.au>
-       Small fix.
+2005-11-01  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * dlls/shell32/shfldr_unixfs.c:
+       Fixed crash in unixfs shellfolder handling with winamp.
 
-       * ole/nls/euq.nls, resources/sysres_Es.rc:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Small corrections.
+2005-11-01  Christian Costa <titan.costa@wanadoo.fr>
 
-       * relay32/kernel32.spec, scheduler/process.c:
-       Marcus Meissner <marcus@jet.franken.de>
-       LoadLibraryExW spec added (function was there).
-       SetProcessPriorityBoost stub added.
+       * dlls/amstream/amstream.c, dlls/amstream/main.c:
+       Use a more standard indentation style.
 
-       * msdos/dpmi.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for Solaris.
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * tools/wine.inf:
+       Remove version information.
 
-       * controls/static.c: Marcus Meissner <marcus@jet.franken.de>
-       Hack to support integer ids in all static controls.
+2005-11-01  Ulrich Czekalla <ulrich@codeweavers.com>
 
-       * include/dinput.h, windows/dinput.c:
-       Lionel Ulmer <ulmer@directprovider.net>
-       Beginning of mouse support in DirectInput (only "standard" mouse
-       configuration supported for now).
+       * dlls/x11drv/clipboard.c:
+       Improve handling of mapping between X and Windows formats.
+       Add support for UTF8.
 
-       * include/*.h, dlls/comctl32/*.c:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added xxx_Unregister() functions to all common controls.
+2005-11-01  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * 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, include/rebar.h:
-       Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Improved the rebar control.
+2005-11-01  Davin McCall <davmac@davmac.org>
 
-       * dlls/comctl32/tooltips.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Added support for transparent and tracking tooltips.
+       * dlls/dsound/mixer.c:
+       PhaseCancel subtracts secondary buffer from primary buffer, not the
+       other way around.
 
-       * controls/menu.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed a popup menu selection bug.
+2005-11-01  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * windows/nonclient.c: Eric Kohl <ekohl@abo.rhein-zeitung.de>
-       Fixed DrawCaption16() and DrawCaptionTemp16().
+       * 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.
 
-       * windows/keyboard.c: David Faure <David.Faure@insa-lyon.fr>
-       Fixed warning.
+2005-11-01  Robert Shearman <rob@codeweavers.com>
 
-       * 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.
+       * 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/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.
+2005-11-01  Robert Shearman <rob@codeweavers.com>
 
-       * msdos/int19.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
-       Stubs for dos mode reboot interrupt.
+       * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
+       Make the call exception handler function more compatible with NT and
+       with what Shrinker expects.
 
-       * msdos/int17.c: Carl van Schaik <carl@dreamcoat.che.uct.ac.za>
-       Some printer stubs for DOS added.
+2005-10-31  Stefan Huehner <stefan@huehner.org>
 
-       * msdos/int13.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       More stubs added. These changes are only partially mine, I just made
-       them compile.
+       * programs/winetest/Makefile.in:
+       Add msxml3,setupapi tests to winetest.
 
-       * msdos/int10.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added some traces and cleaned up a couple of things.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * 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.
 
-       * include/winversion.h, misc/version.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       Added VERSION_IsOsUnicode().
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * scheduler/handle.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       More off-by-one errors fixed.
+       * dlls/rpcrt4/ndr_marshall.c:
+       Marshal enums.
 
-       * 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.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-Fri Oct 23 17:26:44 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msxml3/domdoc.c, dlls/msxml3/element.c, dlls/msxml3/node.c,
+         dlls/msxml3/nodelist.c, dlls/msxml3/nodemap.c:
+       Actually print the IIDs.
 
-       * misc/commdlg.c: Nick Holloway <alfie@alfie.demon.co.uk>
-       Bug fix.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * loader/dos/module.c: Ove Kaaven <ovek@arcticnet.no>
-       Fixed DOS environment passing.
+       * dlls/gdi/enhmetafile.c, include/wingdi.h:
+       Implement playback of EMR_ALPHABLEND.
 
-       * misc/main.c: Juergen Schmied <juergen.schmied@metronet.de>
-       Sysmetrics32W for SPI_GETICONTITLELOGFONT returns correct fontname.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * include/font.h, objects/font.c, objects/gdiobj.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New FONT_GetObject32W(), GetObject32W().
+       * dlls/gdi/freetype.c:
+       Only select a bitmap font as a last resort if we can't find a font
+       with the correct facename.
 
-       * relay32/user32.spec, win32/ordinals.c, windows/user.c:
-       Juergen Schmied <juergen.schmied@metronet.de>
-       New stub RegisterTaskList.
-       New function EnumDisplaySettings32W().
+2005-10-31  Marcus Meissner <marcus@jet.franken.de>
 
-       * misc/ntdll.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More parameter checking in RltCopySid.
+       * server/mapping.c:
+       Do not overflow the stackbased "nt" struct when reading non-conforming
+       PE files.
 
-       * windows/winproc.c: Juergen Schmied <juergen.schmied@metronet.de>
-       More message mapping 32A<-->32W for EM_, CB_, LB_ for Unicode.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * relay32/.cvsignore, relay32/Makefile.in, relay32/avifil32.spec, relay32/builtin32.c:
-       Ove Kaaven <ovek@arcticnet.no>
-       Added new dll avifil32.dll.
+       * 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.
 
-       * 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.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * loader/module.c:
-       Ulrich Weigand <weigand@informatik.uni-erlangen.de>
-       Fixed several bugs with DLL initialization.
+       * dlls/user/driver.c:
+       Default to the null driver instead of dying if the specified display
+       driver couldn't be loaded.
 
-Thu Oct 22 17:02:25 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-31  Dmitry Timoshkov <dmitry@codeweavers.com>
 
-       * scheduler/syslevel.c: Marcus Meissner <marcus@jet.franken.de>
-       Added ordinal for two syslevel functions.
+       * 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.
 
-       * multimedia/midi.c: Marcus Meissner <marcus@jet.franken.de>
-       Another missing WINAPI.
+2005-10-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * include/mmsystem.h: Marcus Meissner <marcus@jet.franken.de>
-       Small corrections in mmio declarations.
+       * dlls/shdocvw/shdocvw_main.c:
+       Only return SHDOCVW_ClassFactory if asked for CLSID_WebBrowser.
 
-       * loader/pe_image.c: Marcus Meissner <marcus@jet.franken.de>
-       Take virtual sizes in account for the total vma size.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-       * ole/nls/rom.nls: Dimitrie O. Paun <dimi@cs.toronto.edu>
-       Add some more NLS definitions for the Romanian language.
+       * dlls/oleaut32/usrmarshal.c:
+       Deal with pExcepInfo == NULL.
 
-       * 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.
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * ole/compobj.c, relay32/ole32.spec:
-       Pete Ratzlaff <pratzlaff@cfa.harvard.edu>
-       Stub for CoCreateGuid().
+       * dlls/msi/dialog.c:
+       Make sure to unregister all the classes that were registered when msi
+       is unloaded, so we can register again cleanly.
 
-       * dlls/comctl32/treeview.c, multimedia/mcicda.c:
-       Brian Litzinger <brian@litzinger.com>
-       Fixes for FreeBSD.
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/shell32/tests/shlexec.c:
+       Add void to empty declaration list.
 
-       * windows/nonclient.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed moving and sizing of child windows.
+2005-10-31  Alexandre Julliard <julliard@winehq.org>
 
-       * 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).
+       * 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.
 
-Wed Oct 21 17:20:48 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-31  Michael Jung <mjung@iss.tu-darmstadt.de>
 
-       * 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.
+       * 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.
 
-       * memory/virtual.c: Marcus Meissner <marcus@jet.franken.de>
-       Support anon shared mappings using temporary files (wont be deleted
-       yet).
+2005-10-31  Marcus Meissner <meissner@suse.de>
 
-       * misc/main.c: Marcus Meissner <marcus@jet.franken.de>
-       Was freeing the incorrect pointers -> crash in mallocs/frees.
+       * dlls/ntdll/exception.c, dlls/ntdll/signal_i386.c:
+       Added assembly implementation of EXC_CallHandler.
 
-       * files/dos_fs.c, relay32/kernel32.spec:
-       Marcus Meissner <marcus@jet.franken.de>
-       DefineDosDevice stub added.
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * miscemu/main.c, wine.ini: Chad Powell (pxpx@usa.net)
-       Added a default program option in wine.conf in section [programs] key
-       Default.
+       * dlls/msi/install.c, dlls/msi/msipriv.h, dlls/msi/package.c,
+         dlls/msi/tests/package.c:
+       Fix and test MsiGetProperty and MsiSetProperty.
 
-       * include/wintypes.h: David Cuthbert <dacut@ece.cmu.edu>
-       Better fix for this_is_a_syntax_error.
+2005-10-31  Mike McCormack <mike@codeweavers.com>
 
-       * ole/nls/*.nls:
-       Pablo Saratxaga <srtxg@chanae.alphanet.ch>
-       Added the entries for LOCALE_SISO639LANGNAME and
-       LOCALE_SISO3166CTRYNAME.
+       * 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.
 
-       * documentation/wine.man: James Juran <jrj120@psu.edu>
-       Updated manpage.
+2005-10-31  James Hawkins <truiken@gmail.com>
 
-       * relay32/msacm32.spec: Patrik Stridvall <ps@leissner.se>
-       Fixed wrong ordinals.
+       * dlls/wininet/internet.c, dlls/wininet/tests/http.c:
+       Implement InternetCreateUrlW and test cases.
 
-       * objects/region.c: NF Stevens <norman@arcady.u-net.com>
-       Fixed a bug in RectInRegion.
+2005-10-31  Huw Davies <huw@codeweavers.com>
 
-Tue Oct 20 15:26:26 1998  Alexandre Julliard  <julliard@winehq.com>
+       * 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.
 
-       * msdos/interrupts.c: NF Stevens <norman@arcady.u-net.com>
-       Removed an incorrect error message.
+2005-10-31  Christian Costa <titan.costa@wanadoo.fr>
 
-       * files/drive.c: Petter Reinholdtsen <pere@minerva.cc.uit.no>
-       Make sure the access functions are always used to get label and serial
-       number.
+       * dlls/ddraw/direct3d_opengl.c, dlls/ddraw/light.c,
+         dlls/ddraw/opengl_private.h:
+       Finish moving d3d[1..3] light code to use d3d7.
 
-Mon Oct 19 08:48:24 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-31  Marcus Meissner <meissner@suse.de>
 
-       * 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.
+       * dlls/kernel/time.c:
+       Define obsoleted CLK_TCK to CLOCKS_PER_SEC if not there.
 
-       * 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.
+2005-10-31  Hans Leidekker <hans@it.vu.nl>
 
-       * scheduler/handle.c:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Fixed off by one error in HANDLE_GetObjPtr.
+       * dlls/odbccp32/odbccp32.c:
+       Improve the implementation of SQLConfigDataSource, SQLConfigDriver,
+       SQLInstallDriver{,Ex}, SQLInstallerError and
+       SQLInstallTranslator{,Ex}.
 
-----------------------------------------------------------------
-Sun Oct 18 14:48:31 1998  Alexandre Julliard  <julliard@winehq.com>
+2005-10-31  Juan Lang <juan_lang@yahoo.com>
 
-       * 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.
+       * dlls/crypt32/cert.c, dlls/crypt32/crypt32.spec,
+         dlls/crypt32/tests/cert.c:
+       Implement CertSignSignature and CertVerifySignature(Ex).
 
-       * 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.
+2005-10-31  Robert Reif <reif@earthlink.net>
 
-       * ole/compobj.c, relay32/ole32.spec:
-       Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
-       Added stub for CoSetState32.
+       * dlls/winmm/tests/wave.c:
+       Add waveOutPause/waveOutRestart test.
+       Tighten up play duration test when ending too soon.
+       Set VirtualFree size to 0.
 
-       * 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.
+2005-10-31  Stefan Leichter <Stefan.Leichter@camLine.com>
 
-       * include/trackbar.h, include/treeview.h, dlls/comctl32/trackbar.c, dlls/comctl32/treeview.c:
-       Alex Priem <alexp@sci.kun.nl>
-       Further improvements.
+       * dlls/shlwapi/tests/path.c:
+       Stop PathIsValidCharW tests after 100 failing tests.
 
-       * 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.
+2005-10-31  Roderick Colenbrander <thunderbird2k@gmx.net>
 
-       * include/bitmap.h, objects/bitmap.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Fixed LoadImage to support almost all LR_ flags.
+       * 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.
 
-       * 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.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * include/global.h, memory/virtual.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Added VIRTUAL_MapFileW to map file to memory in one function call.
+       * dlls/msi/action.c:
+       Add a stub for the AllocateRegistrySpace action.
 
-       * include/ddraw.h, include/windows.h, include/wintypes.h, windows/multimon.c:
-       Turchanov Sergey <turchanov@usa.net>
-       Moved Multimonitor API declarations to windows.h.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * 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.
 
-       * 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.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * 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.
+       * dlls/msi/dialog.c:
+       Add a read-only implementation of the SelectionTree control.
 
-       * if1632/relay.c: Rein Klazes <rklazes@casema.net>
-       CallProc[Ex]32W called with lpProcAddress==NULL should return zero and
-       not crash.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-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.
-
-       * 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/msi/classes.c:
+       Simplify register_progid() and remove a fixed length buffer.
 
-       * multimedia/midi.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for non OSS systems.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * graphics/ddraw.c: Patrik Stridvall <ps@leissner.se>
-       Compile fix for non XF86-DGA systems.
+       * dlls/msi/dialog.c:
+       Handle MaskEdit masks containing dashes and other constant
+       characters.
 
-       * libtest/Makefile.in, libtest/volinfo.c:
-       Petter Reinholdtsen <pere@td.org.uit.no>
-       New file to test DRIVE_GetLabel.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * 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/msi/action.c:
+       Use msi_get_property_int() in a few more places.
 
-       * 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-30  Alexandre Julliard <julliard@winehq.org>
 
-       * 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/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.
 
-       * 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-30  Julien Cegarra <JulienC@psychologie-fr.org>
 
-       * ole/ole2nls.c: Marcus Meissner <marcus@jet.franken.de>
-       Fixed the = -> == bug.
+       * 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).
 
-       * msdos/int2f.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Shell parameters (config.sys) and ANSI support stubs.
+2005-10-30  Kai Blin <blin@gmx.net>
 
-       * msdos/Makefile.in: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int16.c and int29.c.
+       * dlls/secur32/Makefile.in, dlls/secur32/dispatcher.c,
+         dlls/secur32/secur32_priv.h:
+       A dispatcher for running ntlm_auth.
 
-       * include/miscemu.h, msdos/interrupts.c:
-       Joseph Pranevich <knight@baltimore.wwaves.com>
-       More interrupts that can be done from DOS mode.
+2005-10-30  Michael Kaufmann <hallo@michael-kaufmann.ch>
 
-       * msdos/int29.c: Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int29 (Fast Write to Screen) support.
+       * dlls/user/scroll.c:
+       Handle the left and right arrow keys.
 
-       * msdos/int16.c, include/debug.h, include/debugdefs.h:
-       Joseph Pranevich <knight@baltimore.wwaves.com>
-       Added int16 (Keyboard) support, mostly stubs.
+2005-10-30  Christian Costa <titan.costa@wanadoo.fr>
 
-Fri Oct 16 15:40:21 1998  Alexandre Julliard  <julliard@winehq.com>
+       * include/wine/library.h:
+       Remove no longer used wine_dbg_parse_options and wine_dbg_add_options
+       prototypes.
 
-       * 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-30  Mike McCormack <mike@codeweavers.com>
 
-       * misc/ntdll.c, relay32/ntdll.spec:
-       Dietmar Kling <dietmar.kling@usa.net>
-       Added undocumented function RtlOpenCurrentUser.
+       * dlls/msi/install.c, dlls/msi/msi.spec, include/msiquery.h:
+       Add a stub implementation of msi.MsiSetMode.
 
-       * 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-30  Mike McCormack <mike@codeweavers.com>
 
-Thu Oct 15 13:03:10 1998  Alexandre Julliard  <julliard@winehq.com>
+       * dlls/msi/classes.c:
+       Remove unused package parameter of register_progid_base().
 
-       * windows/winpos.c: Rein Klazes <rklazes@casema.net>
-       Fixed an error when an owned window activates its owner during
-       creation.
+2005-10-30  Mike McCormack <mike@codeweavers.com>
 
-       * 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/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.
 
-       * dlls/shell32/pidl.c:
-       Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
-       Added missing WINAPIs.
+2005-10-30  Robert Reif <reif@earthlink.net>
 
-       * 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/msvcrt/msvcrt.spec, dlls/msvcrt/tests/time.c, dlls/msvcrt/time.c:
+       Implement _wstrdate and _wstrtime with tests.
 
-       * 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-30  Peter Beutner <p.beutner@gmx.net>
 
-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.
+       * dlls/msvcrt/cppexcept.c:
+       Fix exception handling for non CXX_EXCEPTIONs.
 
-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-29  Vitaliy Margolen <wine-patch@kievinfo.com>
 
-       * 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.
+       * 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.
 
-       * 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).
+2005-10-29  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * dlls/kernel/atom.c:
+       Implemented local/global atom creation, deletion & lookup on top of
+       ntdll.
+
+2005-10-29  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/wldap32/wldap32.spec:
+       Export functions by ordinal, cryptnet.dll at least depends on it.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c:
+       Don't change the UI level during ExecuteAction.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       Implement MsiGetFeatureUsageA and MsiUseFeature(Ex)A using their W
+       versions.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c, dlls/msi/action.h, dlls/msi/files.c,
+         dlls/msi/helpers.c:
+       Remove the unused 1st parameter of ACTION_VerifyComponentForAction.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       Explicitly check for MSICONDITION_TRUE being returned from
+       MsiEvaluateCondition.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-29  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/comctl32/header.c:
+       Unify HEADER_GetItem[A/W] into one function.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/cond.y, dlls/msi/tests/package.c:
+       Add a bunch of tests for MsiEvaluateCondition and make them pass.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/dialog.c:
+       Make enter and escape trigger the default and cancel buttons in
+       dialogs.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/files.c:
+       Remove an incorrect comment and check for 0 being an invalid file
+       handle.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/files.c:
+       Extract file directly to their target location, bypassing the need to
+       use temporary files and move files.
+
+2005-10-29  Robert Shearman <rob@codeweavers.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.
+
+2005-10-29  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * 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.
+
+2005-10-29  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/gdi/dc.c:
+       Print an error if a DC is created with a bad device.
+
+2005-10-29  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * programs/winecfg/driveui.c:
+       Set list view's text directly - don't use fill_drives_list for that.
+       Enable "Apply" button when text changes.
+
+2005-10-29  Kevin Koltzau <kevin@plop.org>
+
+       * dlls/msvcrt/console.c:
+       Enable line editing for _cgets.
+
+2005-10-29  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/ole32/tests/stg_prop.c:
+       Delete some temp files created by the ole32 tests.
+
+2005-10-29  Thomas Weidenmueller <wine-patches@reactsoft.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.
+
+2005-10-29  Jacek Caban <jack@itma.pwr.wroc.pl>
+
+       * dlls/urlmon/file.c, dlls/urlmon/tests/protocol.c:
+       Report BINDSTATUS_SENDINGREQUEST in FileProtocol::Start.
+
+2005-10-29  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       Add an implementation for MsiGetShortcutTargetA/W.
+
+2005-10-28  Alexandre Julliard <julliard@winehq.org>
+
+       * 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.
+
+2005-10-28  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/ntdll/om.c, include/winternl.h:
+       Fix NtQueryDirectoryObject prototype, documentation, and the
+       definition of the structure it uses.
+
+2005-10-28  Huw Davies <huw@codeweavers.com>
+
+       * 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.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/install.c:
+       Fix a memory leak.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shell32/shelllink.c:
+       Handle MSI advertised shortcuts in the shelllink object.
+
+2005-10-28  Henning Gerhardt <henning.gerhardt@web.de>
+
+       * programs/regedit/De.rc:
+       Update the German resource file.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/files.c:
+       Put the UI update code for cabinet file into a separate function.
+
+2005-10-28  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/version/install.c:
+       Correct the way that VerFindFileA checks for a file that is
+       exclusively locked.
+
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/thread.c:
+       Test CreateThread() for reception of NULL pointer to TID.
+
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/user/tests/msg.c:
+       Don't pass CreateThread() with a NULL pointer to TID as Win9x does not
+       create a thread then.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.c:
+       Return an error in MsiGetComponentPathW if passed a null component.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/cond.y:
+       Fix error handling in MsiEvaluateCondition.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/files.c:
+       Translate INVALID_HANDLE_VALUE to zero for cabinet handles.
+
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * 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.
+
+2005-10-28  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/comctl32/header.c:
+       Unify HEADER_InsertItem[A/W] into one function.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/files.c:
+       Fix a memory leak in the cabinet extracting code.
+
+2005-10-28  Juan Lang <juan_lang@yahoo.com>
+
+       * dlls/crypt32/cert.c, dlls/crypt32/encode.c, dlls/crypt32/protectdata.c:
+       Use CryptMem functions for internal memory allocation.
+
+2005-10-28  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * programs/regedit/De.rc:
+       Added German resources for regedit's find dialog.
+
+2005-10-28  James Hawkins <truiken@gmail.com>
+
+       * dlls/wininet/internet.c:
+       Correct parameter names for InternetSetFilePointer.
+
+2005-10-28  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/oleaut32/variant.c:
+       Handle VT_DECIMAL in VarCmp().
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msvcrt/wcs.c:
+       Use the correct buffer - reported by Jesse Allen.
+
+2005-10-28  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/kernel/tests/thread.c:
+       Add a test for GetThreadExitCode.
+       Use GetModuleHandleA as kernel32 should be present on every system.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shell32/shelllink.c:
+       Implement IContextMenu::QueryContextMenu and
+       IContextMenu::InvokeCommand.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msi.spec:
+       Fix MsiGetPropertyA/W spec declarations.
+
+2005-10-28  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c, dlls/msi/files.c:
+       Create component folders in the CreateFolders action.
+
+2005-10-28  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * programs/winecfg/appdefaults.c:
+       Define OS environment variable on WinNT versions.
+
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * 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.
+
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/mapi32/tests/Makefile.in, dlls/mapi32/tests/prop.c:
+       Allow mapi32 tests to load and exit gracefully if mapi32.dll isn't
+       installed.
+
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/advapi32/tests/registry.c:
+       Delete a temp file.
+
+2005-10-27  Vijay Kiran Kamuju <infyquest@gmail.com>
+
+       * dlls/wininet/internet.c:
+       Add default implementation for max_conn_pre_*_server flag.
+       Add stubs for the above flags in InternetSetOption.
+
+2005-10-27  Phil Krylov <phil@newstar.rinet.ru>
+
+       * 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.
+
+2005-10-27  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * 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.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-27  Mike McCormack <mike@codeweavers.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.
+
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/user/tests/msg.c:
+       Add test for undocumented 0x4D message sent on F1.
+
+2005-10-27  Vijay Kiran Kamuju <infyquest@gmail.com>
+
+       * dlls/msvcrt/tests/printf.c:
+       Added a test case for %0f and %.0f.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-27  Robert Lunnon <bobl@optushome.com.au>
+
+       * dlls/wineps/init.c:
+       Reorder header files to avoid name space collision with symbol
+       PAGESIZE.
+
+2005-10-27  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/shell32/Makefile.in, dlls/shell32/shfldr_unixfs.c,
+         dlls/shell32/tests/shlfolder.c:
+       Implemented UnixFolder's IPersistPropertyBag::Load method.
+
+2005-10-27  Alex Villacís Lasso <a_villacis@palosanto.com>
+
+       * dlls/oleaut32/tests/vartype.c:
+       Add tests for functionality implemented or corrected: multiplication,
+       division, cast to double, cast to string.
+
+2005-10-27  Robert Shearman <rob@codeweavers.com>
+
+       * include/rpcproxy.h:
+       Add the macros used in dlldata.c files.
+
+2005-10-27  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       There is no need to call IUnknown_QueryInterface since getting the
+       correct object is handled by the proxy manager.
+
+2005-10-27  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * dlls/shell32/iconcache.c:
+       Remove iconcache pre-initialization hack, it's not necessary any
+       more.
+
+2005-10-27  Hans Leidekker <hans@it.vu.nl>
+
+       * tools/wineinstall:
+       Wine is beta software now.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/action.c:
+       Tidy up the RegisterProduct action a little.
+
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/d3d8/device.c:
+       Release the OpenGL context when the device is released.
+
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
+
+       * 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.
+
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/directory.c:
+       Make show_dir_symlinks the default and get rid of the option.
+
+2005-10-27  Alexandre Julliard <julliard@winehq.org>
+
+       * 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.
+
+2005-10-27  Robert Reif <reif@earthlink.net>
+
+       * 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>.
+
+2005-10-27  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+
+       * dlls/kernel/tests/process.c:
+       Test for argv handling.
+
+2005-10-27  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/ntdll/nt.c, dlls/ntdll/ntdll.spec, include/winternl.h:
+       Add stub implementation for NtAccessCheckAndAuditAlarm.
+
+2005-10-27  Stefan Leichter <Stefan.Leichter@camLine.com>
+
+       * include/advpub.h:
+       Declare ExecuteCab and TranslateInfString.
+
+2005-10-27  Juan Lang <juan_lang@yahoo.com>
+
+       * 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.
+
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * dlls/wined3d/vertexshader.c:
+       Correct the number of parameters expected for the LRP function.
+
+2005-10-27  Oliver Stieber <oliver_stieber@yahoo.co.uk>
+
+       * 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.
+
+2005-10-27  Jonathan Ernst <Jonathan@ErnstFamily.ch>
+
+       * programs/regedit/Fr.rc:
+       Updated French resources.
+
+2005-10-27  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/shell32/shellord.c:
+       Correctly handle flags parameter in SHAddToRecentDocs.
+
+2005-10-27  Marcus Meissner <marcus@jet.franken.de>
+
+       * aclocal.m4, configure:
+       Print first line of LDD output only.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msvcrt/wcs.c:
+       Missing and zero precision specifiers are different.
+
+2005-10-27  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/oleaut32/regsvr.c, include/ocidl.idl:
+       Add IFontEventsDisp and IProvideMultipleClassInfo.
+
+2005-10-27  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/comctl32/header.c:
+       Unify HEADER_SetItem[A/W] into one function.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/shell32/shelllink.c:
+       Add the IObjectWithSite interface.
+
+2005-10-27  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/user/tests/menu.c:
+       Add a currently failing test case for menus.
+
+2005-10-27  Robert Reif <reif@earthlink.net>
+
+       * dlls/dsound/dsound_private.h, dlls/dsound/duplex.c:
+       Remove unused variable from IDirectSoundFullDuplexImpl.
+       Move DirectSoundFullDuplexCreate to get rid of forward declarations.
+
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/kernel/file.c:
+       In FindNextFileExW don't report directory symlinks that point to one
+       of the parent directories, to avoid infinite recursions.
+
+2005-10-26  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-26  Huw Davies <huw@codeweavers.com>
+
+       * 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.
+
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
+
+       * dlls/oleaut32/vartype.c:
+       Implement complete VarDecDiv() for any valid DECIMAL.
+
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
+
+       * dlls/ntdll/loader.c:
+       Attach to implicitly loaded builtin dlls on process startup.
+
+2005-10-26  Krzysztof Foltman <wdev@foltman.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).
+
+2005-10-26  Huw Davies <huw@codeweavers.com>
+
+       * dlls/oleaut32/tmarshal.c:
+       Treat paramflags == 0 like PARAMFLAG_FIN.
+
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
+
+       * dlls/oleaut32/vartype.c:
+       Implement complete VarDecMul() for any valid DECIMAL.
+
+2005-10-26  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-26  Michael Jung <mjung@iss.tu-darmstadt.de>
+
+       * 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.
+
+2005-10-26  Michael Stefaniuc <mstefani@redhat.de>
+
+       * dlls/oleaut32/variant.c:
+       Handle VT_CY in VarDiv().
+
+2005-10-26  Detlef Riekenberg <wine.dev@web.de>
+
+       * dlls/version/info.c:
+       Updated trace to support VERSIONED_PRINTER.
+
+2005-10-26  Peter Beutner <p.beutner@gmx.net>
+
+       * dlls/ntdll/cdrom.c:
+       Proper implementation of IOCTL_{STORAGE,CDROM}_CHECK_VERIFY.
+
+2005-10-26  Robert Shearman <rob@codeweavers.com>
+
+       * dlls/ole32/defaulthandler.c:
+       Implement a Stop function and use this to properly implement
+       IOleObject_Close, IAdviseSink_OnClose and the destructor.
+
+2005-10-26  Robert Shearman <rob@codeweavers.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.
+
+2005-10-26  Alex Villacís Lasso <a_villacis@palosanto.com>
+
+       * 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.
+
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/user/tests/msg.c:
+       Silently ignore WM_PAINT in msg tests.
+
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * include/winternl.h:
+       Add OBJECT_BASIC_INFORMATION to winternl.h.
+
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/ntdll/file.c:
+       Cosmetic changes to NtCreateNamedPipeFile change "oa" to  "attr".
+
+2005-10-26  Mike McCormack <mike@codeweavers.com>
+
+       * dlls/msi/msipriv.h, dlls/msi/suminfo.c:
+       Create an internal handle-free api for reading MSI database summary
+       information.
+
+2005-10-26  Mike McCormack <mike@codeweavers.com>
+
+       * 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.
+
+2005-10-26  Dmitry Timoshkov <dmitry@codeweavers.com>
+
+       * dlls/gdi/gdiobj.c, dlls/gdi/tests/gdiobj.c, include/wingdi.h:
+       Add a test for GetCurrentObject, make it pass under Wine.
+
+2005-10-26  Ivan Leo Puoti <ivanleo@gmail.com>
+
+       * dlls/secur32/tests/Makefile.in, dlls/secur32/tests/main.c:
+       Make secur32.dll tests load on nt 4.0.
+
+2005-10-26  Hans Leidekker <hans@it.vu.nl>
+
+       * dlls/odbccp32/odbccp32.c:
+       Implement SQLInstallDriverManager.
+
+2005-10-26  Stefan Huehner <stefan@huehner.org>
+
+       * dlls/msxml3/domdoc.c, dlls/msxml3/tests/domdoc.c:
+       Fix IXMLDOMDocument error handling.
+
+2005-10-26  Eric Pouech <eric.pouech@wanadoo.fr>
+
+       * 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.
+
+2005-10-26  Stefan Leichter <Stefan.Leichter@camLine.com>
+
+       * dlls/winspool/tests/info.c:
+       Fix for GetPrinterDriverDirectoryA test.
+
+2005-10-26  Vitaliy Margolen <wine-patch@kievinfo.com>
+
+       * dlls/kernel/tests/path.c:
+       Test for return value from CreateDirectory("c:").
+
+2005-10-26  Jacek Caban <jack@itma.pwr.wroc.pl>
+
+       * dlls/wininet/http.c, dlls/wininet/internet.h:
+       Make functions static.
+
+2005-10-26  Jan Nieuwenhuizen <janneke@gnu.org>
+
+       * programs/notepad/main.c:
+       Windows XP does not always include the executable file name on the
+       command line.
+
+2005-10-26  Jan Nieuwenhuizen <janneke@gnu.org>
+
+       * programs/notepad/dialog.c:
+       Need an explicit truncate command to shorten the length of a file.
+
+2005-10-26  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
+
+       * dlls/capi2032/cap20wxx.c:
+       Fix gcc 4 warnings.
+
+2005-10-26  Saulius Krasuckas <saulius.krasuckas@ieee.org>
+
+       * dlls/gdi/tests/metafile.c:
+       Link to {G|S}etRelAbs() during runtime as Win9x OSes miss them.
+
+2005-10-26  Rein Klazes <wijn@wanadoo.nl>
+
+       * 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.
+
+2005-10-26  Alexandre Julliard <julliard@winehq.org>
+
+       * ChangeLog, documentation/ChangeLog.ALPHA:
+       Start a new ChangeLog file. Older changes moved to
+       documentation/ChangeLog.ALPHA.
+
+2005-10-25  Alexandre Julliard <julliard@winehq.org>
+
+       * ANNOUNCE, ChangeLog, VERSION, configure:
+       Release 0.9.
+
+----------------------------------------------------------------