2004-01-21 Casper S. Hornstrup <chorns@users.sourceforge.net>
[reactos.git] / reactos / ChangeLog
index 54005a4..50b170f 100644 (file)
@@ -1,3 +1,942 @@
+2004-01-21  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apistatus.lst: Rename tdi.dll to tdi.sys.
+
+2004-01-18  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/winebuild/spec32.c (BuildDef32File): Don't support private flag
+       when cross-compiling.
+
+2004-01-02  Steven Edwards  <Steven_Ed4153@yahoo.com>
+       * ntoskrnl/kd/dlog.c: Make /DEBUGPORT=FILE work. With the help
+       of Filip Navara
+       * ntoskrnl/ke/main.c: Ditto
+
+2003-12-29  Steven Edwards  <Steven_Ed4153@yahoo.com>
+       * lib/version: Sync with Winehq 12-29-03
+
+2003-12-25  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/utils/net/roshttpd/error.cpp (ReportErrorStr): Cast to wchar_t*,
+       not __wchar_t*.
+       * apps/utils/net/roshttpd/makefile (TARGET_CPPFLAGS): Add -Wno-deprecated.
+       (TARGET_GCCLIBS): Add stdc++.
+       * apps/utils/net/roshttpd/common/socket.cpp: Include <string.h>.
+       * apps/utils/net/roshttpd/common/thread.cpp (CThread::CThread): Fix
+       warning.
+       * drivers/net/afd/afd/afd.c (ListenRequestLookasideList): New variable.
+       (DriverEntry): Initialize ListenRequestLookasideList.
+       * drivers/net/afd/afd/dispatch.c (AfdDispCompleteListen): New function.
+       (AfdDispListen): Partial implement.
+       * drivers/net/afd/afd/opnclose.c (AfdInitializeFCB): Initialize
+       NewFCB->ListenRequestQueue.
+       (AfdKillListenRequests): New function.
+       (AfdClose): Call AfdKillListenRequests.
+       * drivers/net/afd/afd/routines.c (DumpName): New function.
+       * drivers/net/afd/afd/tdi.c (TdiAddressSizeFromType): New function.
+       (TdiBuildConnectionInfo): Initialize ConnInfo->OptionsLength.
+       (TdiBuildNullConnectionInfo): New function.
+       (TdiOpenAddressFileIPv4, TdiOpenConnectionEndpointFile): EaName is
+       0-terminated.
+       (TdiListen): New function.
+       * drivers/net/afd/include/afd.h (AFDFCB): Add ListenRequestQueue.
+       (AFD_LISTEN_REQUEST): New structure.
+       (ListenRequestLookasideList): Declare.
+       (DumpName, TdiListen): Add prototypes.
+       * drivers/net/tcpip/datalink/lan.c (BindAdapter): Initialize
+       AnsiAddress.Length and AnsiAddress.MaximumLength.
+       * drivers/net/tcpip/include/debug.h: Define DEBUG_TCP.
+       * drivers/net/tcpip/include/routines.h (DisplayTCPPacket): Add
+       prototype.
+       (DISPLAY_TCP_PACKET): Define.
+       * drivers/net/tcpip/include/tcp.h (TCPListen): Add prototype.
+       * drivers/net/tcpip/include/titypes.h (ADDRESS_FILE): Add Connection.
+       * drivers/net/tcpip/network/ip.c (IPLocateNTEOnInterface): Cleanup.
+       * drivers/net/tcpip/tcpip/address.c (AddrSearchNext): Port is in
+       network byte order.
+       * drivers/net/tcpip/tcpip/dispatch.c (DispTdiAssociateAddress):
+       Initialize AddrFile->Connection.
+       (DispTdiListen): Implement.
+       * drivers/net/tcpip/tcpip/fileobjs.c (FileOpenAddress): Don't
+       initialize AddrFile->Connections.
+       * drivers/net/tcpip/tcpip/routines.c: Include <tcp.h>.
+       (DisplayIPPacket): Enable.
+       (DisplayTCPHeader, DisplayTCPPacket): New functions.
+       * drivers/net/tcpip/transport/tcp/tcp.c: Include <routines.h>.
+       (TCPListen, TCPiReceive): New functions.
+       (TCPReceive): Partial implement.
+       * lib/msafd/misc/helpers.c (CreateHelperDLLDatabase): Add
+       {SOCK_STREAM,IPPROTO_TCP,0} and {SOCK_DGRAM,IPPROTO_UDP,0} mappings.
+       * lib/ntdll/ldr/utils.c (LdrLoadDll): Print name of DLL if not found.
+       * lib/ws2_32/include/ws2_32.h (Initialized): Declare.
+       (WINSOCK_THREAD_BLOCK): Remove Initialized member.
+       * (WSAINITIALIZED, WSASETINITIALIZED): Update.
+       * lib/ws2_32/misc/catalog.c (CreateCatalog): Add
+       {SOCK_STREAM,IPPROTO_TCP,0} and {SOCK_DGRAM,IPPROTO_UDP,0} mappings.
+       (Initialized): New variable.
+       (DllMain): Don't initialize p->Initialized.
+       * ntoskrnl/dbg/kdb.c: Include <ctype.h>.
+       * subsys/win32k/ntuser/message.c (NtUserDispatchMessage): Kill noisy
+       message.
+
+2003-12-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/wine2ros: New directory.
+       * tools/wine2ros/Makefile: New file.
+       * tools/wine2ros/wine2ros.c: Ditto.
+       * tools/Makefile (wine2ros_target): Add.
+       * rules.mak (WINE2ROS): Define.
+
+2003-12-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       Changes for compiling with w32api/Wine
+
+       * include/basetsd.h: #include_next <basetsd.h>. Add definitions missing
+       in w32api.
+       * include/mmddk.h: #include_next <mmddk.h>. Add definitions missing in
+       w32api.
+       * include/wine/winternl.h (DbgPrint): Use ReactOS prototype to avoid
+       conflicts.
+
+2003-12-09  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * rules.mak (WINEBUILD): Define.
+       * tools/winebuild/Makefile: New file.
+       * tools/winebuild/import.c (ldcombine_files): Replace mkstemps with Win32
+       APIs.
+       * tools/winebuild/main.c (main): Win16 specs and relays are not supported.
+       * tools/winebuild/spec32.c (EXCEPTION_WINE_STUB, EH_NONCONTINUABLE):
+       Define.
+       (BuildDef32File): Don't emit PRIVATE.
+
+2003-12-09  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/winebuild: Import winebuild from Wine (D20031208).
+
+2003-12-08  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * include/win32k/text.h (NtGdiExtTextOut): Follow ExtTextOut prototype.
+       * lib/gdi32/objects/text.c (ExtTextOutW): Call NtGdiExtTextOut().
+       * lib/user32/controls/edit.c (EDIT_BuildLineDefs_ML): Order parameters to
+       CreateRectRgn().
+       * lib/user32/windows/draw.c (TabbedTextOutA): Implement.
+       (TEXT_TabbedTextOut): New function.
+       (TabbedTextOutW): Implement.
+       * subsys/win32k/objects/text.c (NtGdiExtTextOut): Call NtGdiTextOut() for
+       now.
+
+2003-12-07  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/user32/windows/accel.c (U32IsValidAccelMessage): Translate WM_KEYUP
+       and WM_SYSKEYUP messages.
+       (TranslateAcceleratorA): Returntype of RtlMultiByteToUnicodeN is NTSTATUS,
+       so interpret it as such.
+       * subsys/win32k/ntuser/accelerator.c (NtUserDestroyAcceleratorTable):
+       Call ObmCloseHandle() before destroying the object.
+       (IntTranslateAccelerator): New function.
+       (NtUserTranslateAccelerator): Partial implementation.
+
+2003-12-07  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * subsys/win32k/include/accelerator.h: New file.
+       * subsys/win32k/ntuser/accelerator.c: Ditto.
+       * include/win32k/ntuser.h (NtUserDestroyAcceleratorTable): Make returntype
+       BOOLEAN.
+       * subsys/win32k/makefile (NTUSER_OBJECTS): Add ntuser/accelerator.o.
+       * subsys/win32k/include/object.h (USER_OBJECT_TYPE): Add otAcceleratorTable.
+       * subsys/win32k/main/dllmain.c (DllMain): Call InitAcceleratorImpl().
+       * subsys/win32k/ntuser/stubs.c (NtUserCopyAcceleratorTable,
+       NtUserCreateAcceleratorTable, NtUserDestroyAcceleratorTable,
+       NtUserTranslateAccelerator): Move to accelerator.c.
+
+2003-12-07  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/tests/accelerator: New directory.
+       * apps/tests/accelerator/accelerator.c: New file.
+       * apps/tests/accelerator/.cvsignore: Ditto.
+       * apps/tests/accelerator/Makefile: Ditto.
+       * apps/tests/Makefile (TEST_APPS): Add accelerator.
+
+2003-12-07  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * regtests/Makefile: Generate regression test registrations.
+       * regtests/kmregtests/.cvsignore: Ignore Makefile.tests.
+       * regtests/win32base/.cvsignore: Ditto.
+       * regtests/kmregtests/Makefile: Include Makefile.tests.
+       * regtests/win32base/Makefile: Ditto.
+       * regtests/kmregtests/tests: New directory.
+       * regtests/win32base/tests: Ditto.
+       * regtests/kmregtests/tests/.cvsignore: New file.
+       * regtests/win32base/tests/.cvsignore: Ditto.
+       * tools/helper.mk: Remove TARGET_GENREGTESTS.
+       * tools/regtests.c: Generate makefile for regression tests.
+       (change_extension): New function.
+       * regtests/win32base/file-1.c: Move ...
+       * regtests/win32base/tests/file-1.c: ... here.
+
+2003-12-06  Martin Fuchs  <martin-fuchs@gmx.net>
+       * Doxyfile, Makefile: initial doxygen configuration
+       * drivers/Doxyfile, drivers/Makefile: Ditto.
+       * ntoskrnl/Doxyfile, ntoskrnl/Makefile: Ditto.
+       * subsys/win32k/Doxyfile, subsys/win32k/Makefile: Ditto.
+       * apps/Doxyfile, apps/Makefile: Ditto.
+
+2003-11-29  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/cabman/dfp.cxx (CDFParser::Parse): Allow TokenString.
+       (CDFParser::PerformFileCopy): Use CurrentChar instead of length of
+       CurrentString to find the start of the next token.
+
+2003-11-08  Martin Fuchs  <martin-fuchs@gmx.net>
+
+       * controls/button.c partial fix for for Bug #42:
+       activate Ansi window procedures for standard controls
+       * controls/combo.c Ditto.
+       * controls/edit.c Ditto.
+       * controls/icontitle.c Ditto.
+       * controls/listbox.c Ditto.
+       * controls/static.c Ditto.
+       * windows/dialog.c Ditto.
+       * windows/mdi.c Ditto.
+       * windows/menu.c Ditto.
+       * windows/defwnd.c Fixed WM_GETTEXT error handling in DefWindowProcW().
+
+2003-10-06  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * Makefile: New target uboot for simple unattended setup.
+       * bootdata/unattend.inf.sample: Sample unattended setup script.
+       * subsys/system/usetup/partlist.c (SelectPartition): New function.
+       * subsys/system/usetup/partlist.h (SelectPartition): Prototype.
+       * subsys/system/usetup/usetup.c: Support unattended setup.
+       (IsUnattendedSetup, UnattendDestinationDiskNumber,
+       UnattendDestinationPartitionNumber, UnattendInstallationDirectory):
+       New.
+       (CheckUnattendedSetup, InstallDirectoryPage1): New function.
+
+2003-08-30  Filip Navara  <xnavara@volny.cz>
+
+       * tools/cabman/cabinet.cxx (CCabinet::ConvertPath): NULL-terminate
+       newpath.
+
+2003-08-30  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/rmkdir.c: Fix for absolute paths.
+
+2003-08-30  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/rmkdir.c: Create all (sub)directories in path on win32.
+
+2003-08-30  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * bootdata/packages/reactos.dff: Don't include winmm.dll in reactos.cab.
+
+2003-08-29  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * Makefile: Copy freeloader files to bootable CD.
+
+2003-08-28  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * subsys/system/explorer/taskbar/startmenu.cpp,
+       subsys/system/explorer/shell/shellbrowser.cpp:
+       Implemented control panel window in cabinet view mode.
+
+2003-08-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * Makefile: Support creating compressed bootable CDs.
+       * rules.mak (HOST_CXX, HOST_AR, CABMAN): Define.
+       * bootdata/txtsetup.sif: Add Cabinets section.
+       Remove files that are put in reactos.cab.
+       * subsys/system/usetup/filequeue.c (SetupCloseFileQueue): Release
+       memory allocated for SourceCabinet.
+       (SetupQueueCopy): Support copying files in cabinets.
+       (SetupCommitFileQueue): Support copying files in cabinets.
+       * subsys/system/usetup/filequeue.h (SetupQueueCopy): Add SourceCabinet
+       parameter.
+       * subsys/system/usetup/filesup.c (SetupExtractFile): New function.
+       * subsys/system/usetup/filesup.h (SetupExtractFile): Prototype.
+       * subsys/system/usetup/infcache.c (InfOpenBufferedFile): New function.
+       * subsys/system/usetup/infcache.h (InfOpenBufferedFile): Prototype.
+       * subsys/system/usetup/makefile (TARGET_SDKLIBS): Add zlib.a.
+       (TARGET_CFLAGS): Add zlib to include path.
+       (TARGET_OBJECTS): Add cabinet.o.
+       * subsys/system/usetup/usetup.c (PrepareCopyPageInfFile): New function.
+       (PrepareCopyPage): Process Cabinets section.
+       * tools/helper.mk: Support C++ applications.
+       * rosbin.txt: Remove.
+       * bootdata/packages: New directory.
+       * bootdata/packages/reactos.dff: New file.
+       * lib/zlib/Makefile.host: New file.
+       * subsys/system/usetup/cabinet.c: Ditto.
+       * subsys/system/usetup/cabinet.h: Ditto.
+       * tools/cabman: New directory.
+       * tools/cabman/.cvsignore: New file.
+       * tools/cabman/cabinet.cxx: Ditto.
+       * tools/cabman/cabinet.h: Ditto.
+       * tools/cabman/cabman.h: Ditto.
+       * tools/cabman/dff.txt: Ditto.
+       * tools/cabman/dfp.cxx: Ditto.
+       * tools/cabman/dfp.h: Ditto.
+       * tools/cabman/main.cxx: Ditto.
+       * tools/cabman/makefile: Ditto.
+       * tools/cabman/makefile.win32: Ditto.
+       * tools/cabman/mszip.cxx: Ditto.
+       * tools/cabman/mszip.h: Ditto.
+       * tools/cabman/raw.cxx: Ditto.
+       * tools/cabman/raw.h: Ditto.
+
+2003-08-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * include/structs.h: Apply packed attribute to the typedef, not the
+       type's name.
+       * include/ntos/keyboard.h: Ditto.
+       * include/ntos/tss.h: Ditto.
+       * include/win32k/cursoricon.h: Ditto.
+       * include/win32k/math.h: Include the compiler's math.h for builtins.
+       * ntoskrnl/nt/vdm.c (NtEarlyInitVdm): Avoid warning when compiling using
+       GCC 3.4.
+
+2003-08-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/tests/tcpsvr/tcpsvr.c (main): Fix multiline string constant.
+
+2003-08-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/utils/stats/stats.c (ReadLine): Handle unix end-of-line characters.
+
+2003-08-23  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/tests/Makefile (TEST_APPS): Remove patblt and stretchblt
+       as they break full make.
+
+2003-08-22  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * subsys/system/explorer/taskbar/traynotify.cpp:
+       Added tray notification area.
+       Implemented quick launch bar.
+
+2003-08-22  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * include/wine/commctrl.h:
+       Removed commctrl.h header file to use the one of W32API headers.
+
+2003-08-19  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * subsys/win32k/ntuser/menu.c (IntSetMenuDefaultItem,
+       IntGetMenuDefaultItem): Fix unsigned/signed warnings.
+
+2003-08-19  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * subsys/system/explorer/taskbar/startmenu.cpp:
+       Implemented navigation in submenus of the start menu.
+       Start menus can now resolve shortcuts and launch programs.
+
+2003-08-18  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * subsys/system/explorer/taskbar/taskbar.cpp:
+       First draft of explorer start menu.
+
+2003-08-17  James Tabor <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * include/csrss/: csrss.h: implemented Ctrl Event handler
+       * subsys/csrss/api/: conio.c:
+       * subsys/csrss/: api.h:
+       * lib/kernel32/misc/: console.c:
+
+2003-08-16  Martin Fuchs       <martin-fuchs@gmx.net>
+
+       * subsys/system/explorer/taskbar/taskbar.cpp:
+       first draft of working task bar
+
+2003-08-13  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * include/win32k/ntuser.h (NtUserGetClassName): Make nMaxCount an ULONG.
+       * subsys/win32k/dib/dib16bpp.c: Fix unsigned/signed warnings.
+       * subsys/win32k/dib/dib1bpp.c: Ditto.
+       * subsys/win32k/dib/dib32bpp.c: Ditto.
+       * subsys/win32k/dib/dib4bpp.c: Ditto.
+       * subsys/win32k/dib/dib8bpp.c: Ditto.
+       * subsys/win32k/eng/lineto.c: Ditto.
+       * subsys/win32k/eng/mouse.c: Ditto.
+       * subsys/win32k/eng/xlate.c: Ditto.
+       * subsys/win32k/misc/driver.c: Ditto.
+       * subsys/win32k/ntuser/class.c: Ditto.
+       * subsys/win32k/ntuser/keyboard.c: Ditto.
+       * subsys/win32k/ntuser/timer.c: Ditto.
+       * subsys/win32k/ntuser/window.c: Ditto.
+       * subsys/win32k/objects/bitmaps.c: Ditto.
+       * subsys/win32k/objects/color.c: Ditto.
+       * subsys/win32k/objects/coord.c: Ditto.
+       * subsys/win32k/objects/dib.c: Ditto.
+       * subsys/win32k/objects/path.c: Ditto.
+       * subsys/win32k/objects/region.c: Ditto.
+       * subsys/win32k/objects/text.c: Ditto.
+
+2003-08-13  Martin Fuchs       <martin-fuchs@gmx.net>
+       
+       * subsys/system/explorer/taskbar/ex_bar.c, ex_menu.c:
+       Make explorer bar look more like windows taskbar bar
+
+2003-08-09  Martin Fuchs       <martin-fuchs@gmx.net>
+       
+       * subsys/system/explorer/*.c: Subclassing of shell window for drawing
+       desktop background. Open child folders by double click in
+       ShellBrowserChild
+
+2003-08-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * bootdata/txtsetup.sif (SetupData): Add /NOBOOTSCREEN to OsLoadOptions.
+       * hal/halx86/display.c (CHAR_ATTRIBUTE_BLACK): Define.
+       (HalClearDisplay): Add CharAttribute parameter.
+       (HalInitializeDisplay, HalReleaseDisplayOwnership): Blue screen.
+       * hal/halx86/halinit.c (DriverEntry): Blue screen for boot phase 2.
+       * include/reactos/resource.h (IDB_BOOTIMAGE): Define.
+       * ntoskrnl/Makefile: Add boot video objects.
+       * ntoskrnl/Makefile.i386: Ditto.
+       * ntoskrnl/ntoskrnl.def: Add boot video exports.
+       * ntoskrnl/ntoskrnl.edf: Ditto.
+       * ntoskrnl/ntoskrnl.rc (IDB_BOOTIMAGE): Define.
+       * ntoskrnl/include/internal/kd.h (KdInit3): Add.
+       * ntoskrnl/kd/kdebug.c (KdInitSystem): Print information in KdInit3.
+       * ntoskrnl/ke/bug.c (KeBugCheckWithTf, KeBugCheckEx): Switch to
+       text-mode on crash if needed.
+       * ntoskrnl/ke/main.c (ExpInitializeExecutive): Display bootscreen image
+       during boot.
+       * ntoskrnl/ke/i386/v86m_sup.S (_KiV86Complete): Restore previous mode and
+       old exception handler list.
+       * subsys/csrss/init.c: Change PrintString to DPRINT1.
+       * subsys/smss/init.c: Change PrintString to DPRINT1.
+       (SignalInitEvent): New.
+       (InitSessionManager): Call SignalInitEvent to switch to text-mode if
+       needed.
+       * subsys/smss/smss.c: Change PrintString to DPRINT1.
+       * ntoskrnl/inbv: New directory.
+       * ntoskrnl/inbv/i386: Ditto.
+       * ntoskrnl/res: Ditto.
+       * include/ntos/bootvid.h: New file.
+       * ntoskrnl/inbv/.cvsignore: Ditto.
+       * ntoskrnl/inbv/bootvid.c: Ditto.
+       * ntoskrnl/inbv/inbv.c: Ditto.
+       * ntoskrnl/inbv/i386/.cvsignore: Ditto.
+       * ntoskrnl/inbv/i386/pixelsup.S: Ditto.
+       * ntoskrnl/res/bootimage.bmp: Ditto.
+
+2003-08-09  Martin Fuchs       <martin-fuchs@gmx.net>
+       
+       * win32k/ntuser/window.c implemented NtUserSetShellWindowEx() and
+       introduced NtUserGetShellWindow().
+       * iface/addsys/w32ksvc.db added new syscall for NtUserGetShellWindow().
+       * lib/user32/misc/desktop.c: moved SetShellWindowEx() implementation
+       in kernal space, see NtUserSetShellWindowEx().
+
+2003-08-09  Martin Fuchs       <martin-fuchs@gmx.net>
+       
+       * subsys/system/explorer implemented explorer and desktop window
+       using shell view.
+
+2003-08-09  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/user32/windows/dialog.c (GetDlgItemInt): Fix unsigned/signed
+       warning.
+       * lib/user32/windows/menu.c (IsMenu): Ditto.
+       * lib/user32/windows/messagebox.c (MSGBOX_OnInit): Ditto.
+       * ntoskrnl/mm/ppool.c: Ditto.
+
+2003-08-09  Martin Fuchs       <martin-fuchs@gmx.net>
+       
+       * include/func.h: added GetShellWindow()
+       * lib/user32/misc/desktop.c: implemented GetShellWindow(),
+       SetShellWindow() and SetShellWindowEx().
+       * lib/user32/user32.def: Ditto.
+       * lib/user32/user32.edf: Ditto.
+
+2003-07-29  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+       
+       Patch by Art Yerkes <ayerkes@speakeasy.net>
+       * apps/utils/consw/: consw.c makefile runprg.bat Adding Keyboard 
+       Testing Code    
+
+       In order to use this patch you need a keyboard dll named kbdus.dll. 
+       The dll is loaded at runtime, when TranslateMessage is called the
+       first time. Since these dlls are really simple (the kbd_us example
+       is in the DDK), it should be easy to make an LGPL one that gets 
+       shipped with ReactOS.  The one I am testing with so far is the one
+       from win2k. (arty)
+
+       I've tested this patch it works okay w/o kbdus.dll installed. (jt)
+
+       * apps/utils/Makefile: Main part of patch.
+       * ntoskrnl/include/internal/: kbd.h Ditto.
+       * subsys/csrss/api/conio.c: Ditto.
+       * subsys/csrss/api/wapi.c: Ditto.
+       * subsys/win32k/ldr/loader.c: Ditto.
+       * subsys/win32k/ntuser/input.c: Ditto.
+       * subsys/win32k/ntuser/keyboard.c: Ditto.
+
+2003-07-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/fs/vfat/*.c: Remove protection of NDEBUG.
+
+2003-07-24  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       Move welcome from rosapps to here and beautify it a bit.
+
+       * Makefile: Copy bootdata/autorun.inf, and bootdata/icon.ico to CD.
+       (SYS_APPS) Add welcome.
+       * include/defines.h (BS_FLAT): Define.
+       * bootdata/autorun.inf: New file.
+       * bootdata/icon.ico: Ditto.
+       * subsys/system/welcome: New directory.
+       * subsys/system/welcome/.cvsignore: New file.
+       * subsys/system/welcome/Makefile: Ditto.
+       * subsys/system/welcome/resource.h: Ditto.
+       * subsys/system/welcome/welcome.c: Ditto.
+       * subsys/system/welcome/welcome.rc: Ditto.
+       * subsys/system/welcome/res/: New directory.
+       * subsys/system/welcome/res/background-right.bmp: New file.
+       * subsys/system/welcome/res/background-top.bmp: Ditto.
+       * subsys/system/welcome/res/default.bmp: Ditto.
+       * subsys/system/welcome/res/icon.ico: Ditto.
+       * subsys/system/welcome/res/topic0.bmp: Ditto.
+       * subsys/system/welcome/res/topic1.bmp: Ditto.
+       * subsys/system/welcome/res/topic2.bmp: Ditto.
+
+2003-07-23  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       lib/user32/misc/: stubs.c Removed stub for ClientToScreen.
+       lib/user32/windows/: window.c Implemented ClientToScreen &
+       IsIconic.
+
+2003-07-20  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * include/win32k/ntuser.h Implemented GetKeyState, GetKeyboardState &
+       SetKeyboardState.
+       * subsys/win32k/ntuser/stubs.c
+       * subsys/win32k/ntuser/keyboard.c
+       * lib/user32/windows/input.c
+
+2003-07-20  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * lib/gdi32/misc/stubs.c Implemented Unpluged DC code.
+       * lib/gdi32/objects/dc.c ditto
+       * lib/gdi32/objects/line.c ditto
+       * lib/gdi32/objects/text.c ditto
+       * lib/gdi32/objects/region.c ditto
+       * lib/user32/windows/draw.c Implemented FrameRect, InvertRect and
+       DrawFocusRect.
+
+2003-07-18  Royce Mitchell III  <royce3@ev1.net>
+
+       * drivers/fs/vfat/volume.c: fixed bug lines 88, 92 - wasn't copying
+       null-terminator.
+
+2003-07-18  Royce Mitchell III  <royce3@ev1.net>
+
+       * include/defines.h: added missing DISP_CHANGE_BADPARAM
+       * include/ntos/gditypes.h: fixed DEVMODEA/W structures
+       (had to move POINTL structure from structs.h)
+       * include/win32k/ntuser.h: fixed some parameter lists
+       * subsys/win32k/ntuser/stubs.c: ditto
+       * lib/user32/misc/devmode.c: new function USER32_DevModeA2W
+       converts DEVMODEA structure to a DEVMODEW
+       * lib/user32/include/user32.h: declaration for USER32_DevModeA2W
+       * lib/user32/makefile: added misc/devmode.c
+       * lib/user32/misc/desktop.c: converting CreateDesktopA's
+       DEVMODEA to a DEVMODEW now.
+       * lib/user32/misc/display.c: implemented all functions except
+       GetMonitorInfoA/W
+
+2003-07-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/fs/ntfs/notes.txt: New file.
+       * drivers/fs/ntfs/close.c: Ditto.
+       * drivers/fs/ntfs/rw.c: Ditto.
+       * drivers/fs/ntfs/attrib.c: Change Cdfs prefix to Ntfs.
+       * drivers/fs/ntfs/fcb.c: Ditto.
+       * drivers/fs/ntfs/finfo.c: Ditto.
+       * drivers/fs/ntfs/fsctl.c: Ditto.
+       * drivers/fs/ntfs/volinfo.c: Ditto.
+       * drivers/fs/ntfs/ntfs.c (DriverEntry): Set remaining dispatch functions.
+       * drivers/fs/ntfs/ntfs.h: Change Cdfs prefix to Ntfs.
+       (NTFS_RECORD_HEADER, FILE_RECORD_HEADER): Document fields.
+       * drivers/fs/ntfs/makefile (TARGET_OBJECTS): Add close.o rw.o.
+
+2003-07-17  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * INSTALL: Update installation instructions.
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * modifed strtok & wcstok in msvcrt so that crtdll can use it.
+       * new private support functions _lasttoken and _wlasttoken to support
+       strtok and wcstok respectively.
+       * fixed lib/msvcrt/stdio/vfscanf.c to remove unnecessary globals.
+       * changed crtdll to use msvcrt's stdio/scanf.c
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * fixed warnings at lib/msvcrt/stdio/fputs.c:79
+       and lib/msvcrt/stdlib/errno.c:14
+       and lib/msvcrt/stdlib/wputenv.c:24
+
+2003-07-16  Royce Mitchell III <royce3@ev1.net>
+
+       * integrated Art Yerkes' _ftime implementation at
+       lib/msvcrt/time/ftime.c
+       * fixed ungetc warning in lib/msvcrt/stdio/vfscanf.c (also
+       renamed ungetc macro to UNGETC for clarity)
+
+2003-07-15  Royce Mitchell III <royce3@ev1.net>
+
+       * fixed references to errno in MSVCRT to use __set_errno() and
+       _errno() respectively.
+       * Fixed warning (args 3 & 6 in call to CreateThread) in
+       lib/msvcrt/process/threadx.c
+
+2003-07-15  Royce Mitchell III <royce3@ev1.net>
+
+       * modified crtdll to forward most of it's CTYPE, STRING
+       and WSTRING entries to NTDLL or MSVCRT.
+
+2003-07-14  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * lib/gdi32/misc/stubs.c Remove FillRgn.
+       * lib/gdi32/objects/region.c Add FillRng.
+       It looks okay.
+
+2003-07-12  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       Changes for compiling with w32api
+
+       * include/ddk/extypes.h (NPAGED_LOOKASIDE_LIST, PAGED_LOOKASIDE_LIST):
+       Match w32api fields.
+       * include/ddk/halfuncs.h (HalReturnToFirmware, HalReleaseDisplayOwnership,
+       HalQueryDisplayOwnership): Move ...
+       * include/ntos/halfuncs.h: ... here.
+       * include/ntos/rtl.h: (PopEntrySList, PushEntrySList): Move to
+       ntoskrnl/ex/lookas.c.
+       * include/ntos/zw.h (NtAccessCheckAndAuditAlarm, NtCancelTimer,
+       NtCreatePagingFile, NtCreateThread, NtFlushInstructionCache,
+       NtFlushVirtualMemory, NtGetTickCount, NtLoadKey, NtLockVirtualMemory,
+       NtOpenObjectAuditAlarm, NtProtectVirtualMemory, NtQueryDirectoryObject,
+       NtQueryIntervalProfile, NtQueryVirtualMemory, NtRaiseHardError,
+       NtSetInformationKey, NtSetInformationObject, NtSetTimer, NtUnloadKey,
+       NtUnlockVirtualMemory, NtWaitForMultipleObjects, NtCreateProfile,
+       NtDelayExecution, NtExtendSection, NtQuerySection): Include for w32api.
+       * ntoskrnl/ntoskrnl.def (ExInterlockedAddUlong,
+       ExInterlockedInsertHeadList, ExInterlockedInsertTailList,
+       ExInterlockedPopEntryList, ExInterlockedPushEntryList,
+       ExInterlockedRemoveHeadList): Make FASTCALL.
+       * ntoskrnl/ntoskrnl.edf: Ditto.
+       * ntoskrnl/ex/list.c: Ditto.
+       * include/ddk/exfuncs.h: Ditto.
+       (InterlockedPopEntrySList, InterlockedPushEntrySList,
+       ExAllocateFromPagedLookasideList, ExFreeToPagedLookasideList): Add.
+       * ntoskrnl/ex/interlck.c (ExInterlockedDecrementLong,
+       ExInterlockedAddUlong, ExInterlockedIncrementLong): Undefine if defined.
+       * ntoskrnl/ex/lookas.c (PopEntrySList, PushEntrySList,
+       LookasideListLock): Add.
+       * drivers/dd/blue/blue.c: Include <roskrnl.h>.
+       * drivers/dd/videoprt/videoprt.c: Ditto.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/user32/controls/edit.c (EDIT_EM_SetLimitText,
+       EDIT_WM_StyleChanged): Fix unsigned/signed warning.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * config (DBG): Default to 0.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * regtests: New directory.
+       * regtests/kmregtests: Ditto.
+       * regtests/kmrtint: Ditto.
+       * regtests/regtests: Ditto.
+       * regtests/shared: Ditto.
+       * regtests/win32base: Ditto.
+       * include/roskrnl.h: New file.
+       * regtests/Makefile: Ditto.
+       * regtests/kmregtests/.cvsignore: Ditto.
+       * regtests/kmregtests/driver.c: Ditto.
+       * regtests/kmregtests/kmregtests.h: Ditto.
+       * regtests/kmregtests/Makefile: Ditto.
+       * regtests/kmrtint/.cvsignore: Ditto.
+       * regtests/kmrtint/kmrtint.c: Ditto.
+       * regtests/kmrtint/kmrtint.def: Ditto.
+       * regtests/kmrtint/kmrtint.edf: Ditto.
+       * regtests/kmrtint/Makefile: Ditto.
+       * regtests/regtests/.cvsignore: Ditto.
+       * regtests/regtests/Makefile: Ditto.
+       * regtests/regtests/regtests.c: Ditto.
+       * regtests/shared/.cvsignore: Ditto.
+       * regtests/shared/Makefile: Ditto.
+       * regtests/shared/regtests.c: Ditto.
+       * regtests/shared/regtests.h: Ditto.
+       * regtests/win32base/.cvsignore: Ditto.
+       * regtests/win32base/driver.c: Ditto.
+       * regtests/win32base/file-1.c: Ditto.
+       * regtests/win32base/Makefile: Ditto.
+       * regtests/win32base/win32base.def: Ditto.
+       * regtests/win32base/win32base.edf: Ditto.
+       * tools/regtests.c: Ditto.
+       * Makefile: Add target regtests.
+       * config: Add SEH option.
+       * rules.mak: Add tool REGTESTS.
+       * bootdata/hivesys.inf: Add service kmregtests.
+       * include/win32k/bitmaps.h (DIB_BitmapInfoSize): Correct prototype.
+       * ntoskrnl/ke/i386/exp.c (KiKernelTrapHandler): Reverse wrong boolean
+       expression.
+       * ntoskrnl/ke/i386/usertrap.c (KiUserTrapHandler): Ditto.
+       * tools/Makefile: Add tool regtests.
+       * tools/config.mk: Handle SEH option.
+       * tools/helper.mk: Support regression tests.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * apps/tests/bitblt/bitblt.c (MainWndProc): Declare variables
+       before any statements are processed in the scope.
+       * apps/tests/icontest/icontest.c (WinMain): Ditto.
+       * apps/tests/wm_paint/wm_paint.c (WinMain, MainWndProc): Ditto.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/user32/controls/button.c (PB_Paint, GB_Paint): Declare variables
+       before any statements are processed in the scope.
+       * lib/user32/controls/combo.c (CBPaintButton): Ditto.
+       * lib/user32/windows/accel.c (TranslateAcceleratorA): Ditto.
+       * subsys/win32k/include/class.h (W32kGetClassLong): Fix prototype.
+       * subsys/win32k/ntuser/class.c (W32kGetClassLong): Match prototype.
+       * subsys/win32k/ntuser/windc.c (DceAllocDCE): Ditto.
+       * subsys/win32k/ntuser/window.c (DestroyThreadWindows): Ditto.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/rgenstat/rgenstat.c (process_directory): Fix building on Windows.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/rgenstat/rgenstat.c (API_INFO): Add filename field.
+       (path_to_url, get_filename): New functions.
+       (parse_file, process_directory): Build cvs path.
+       (generate_xml_for_component): Set file attribute on a function.
+       * tools/rgenstat/web/rapistatus.css (.h): New class.
+       * tools/rgenstat/web/rapistatus.js (clickHandler): Go to the file in
+       ViewCVS on click on a function.
+       * tools/rgenstat/web/rapistatus.xsl: Handle file attribute.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * subsys/win32k/objects/region.c (W32kFillRgn): Fix syntax error.
+
+2003-07-11  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * tools/rgenstat/rgenstat.c (get_previous_identifier): Skip end-of-line
+       characters when searching for identifier.
+       (parse_file): Print a warning if no identifier is found.
+
+2003-07-10  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * subsys/win32k/objects/region.c: (W32kFillRgn) Implement.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/winspool/stubs.c: Add @implemented and @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/wsock32/stubs.c: Add @implemented and @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/ws2_32/misc/bsd.c: Add @implemented and @unimplemented to APIs.
+       * lib/ws2_32/misc/dllmain.c: Ditto.
+       * lib/ws2_32/misc/event.c: Ditto.
+       * lib/ws2_32/misc/ns.c: Ditto.
+       * lib/ws2_32/misc/sndrcv.c: Ditto.
+       * lib/ws2_32/misc/stubs.c: Ditto.
+       * lib/ws2_32/misc/upcall.c: Ditto.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/dd/videoprt/videoprt.c: Add @implemented and @unimplemented
+       to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/version/misc/stubs.c: Add @implemented and @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/user32/misc/dde.c: Add @implemented and @unimplemented to APIs.
+       * lib/user32/misc/desktop.c: Ditto.
+       * lib/user32/misc/display.c: Ditto.
+       * lib/user32/misc/exit.c: Ditto.
+       * lib/user32/misc/object.c: Ditto.
+       * lib/user32/misc/resources.c: Ditto.
+       * lib/user32/misc/sprintf.c: Ditto.
+       * lib/user32/misc/stubs.c: Ditto.
+       * lib/user32/misc/timer.c: Ditto.
+       * lib/user32/misc/winhelp.c: Ditto.
+       * lib/user32/misc/winsta.c: Ditto.
+       * lib/user32/windows/accel.c: Ditto.
+       * lib/user32/windows/bitmap.c: Ditto.
+       * lib/user32/windows/class.c: Ditto.
+       * lib/user32/windows/clipboard.c: Ditto.
+       * lib/user32/windows/cursor.c: Ditto.
+       * lib/user32/windows/dc.c: Ditto.
+       * lib/user32/windows/defwnd.c: Ditto.
+       * lib/user32/windows/dialog.c: Ditto.
+       * lib/user32/windows/draw.c: Ditto.
+       * lib/user32/windows/font.c: Ditto.
+       * lib/user32/windows/hook.c: Ditto.
+       * lib/user32/windows/icon.c: Ditto.
+       * lib/user32/windows/input.c: Ditto.
+       * lib/user32/windows/mdi.c: Ditto.
+       * lib/user32/windows/menu.c: Ditto.
+       * lib/user32/windows/message.c: Ditto.
+       * lib/user32/windows/messagebox.c: Ditto.
+       * lib/user32/windows/nonclient.c: Ditto.
+       * lib/user32/windows/paint.c: Ditto.
+       * lib/user32/windows/prop.c: Ditto.
+       * lib/user32/windows/rect.c: Ditto.
+       * lib/user32/windows/text.c: Ditto.
+       * lib/user32/windows/window.c: Ditto.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/net/tdi/cte/string.c: Add @implemented and @unimplemented to
+       APIs.
+       * drivers/net/tdi/cte/stubs.c: Ditto.
+       * drivers/net/tdi/tdi/dereg.c: Ditto.
+       * drivers/net/tdi/tdi/handler.c: Ditto.
+       * drivers/net/tdi/tdi/obsolete.c: Ditto.
+       * drivers/net/tdi/tdi/stubs.c: Ditto.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/snmpapi/snmpapi.c: Add @implemented and @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/secur32/lsa.c: Add @implemented and @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/storage/scsiport/scsiport.c: Add @implemented and
+       @unimplemented to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * drivers/net/ndis/ndis/40gone.c: Add @implemented and @unimplemented
+       to APIs.
+       * drivers/net/ndis/ndis/50gone.c: Ditto.
+       * drivers/net/ndis/ndis/buffer.c: Ditto.
+       * drivers/net/ndis/ndis/cl.c: Ditto.
+       * drivers/net/ndis/ndis/cm.c: Ditto.
+       * drivers/net/ndis/ndis/co.c: Ditto.
+       * drivers/net/ndis/ndis/control.c: Ditto.
+       * drivers/net/ndis/ndis/hardware.c: Ditto.
+       * drivers/net/ndis/ndis/io.c: Ditto.
+       * drivers/net/ndis/ndis/memory.c: Ditto.
+       * drivers/net/ndis/ndis/miniport.c: Ditto.
+       * drivers/net/ndis/ndis/protocol.c: Ditto.
+       * drivers/net/ndis/ndis/string.c: Ditto.
+       * drivers/net/ndis/ndis/stubs.c: Ditto.
+       * drivers/net/ndis/ndis/time.c: Ditto.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/kernel32/debug/break.c: Add @implemented and @unimplemented
+       to APIs.
+       * lib/kernel32/debug/debugger.c: Ditto.
+       * lib/kernel32/debug/output.c: Ditto.
+       * lib/kernel32/except/except.c: Ditto.
+       * lib/kernel32/file/backup.c: Ditto.
+       * lib/kernel32/file/cnotify.c: Ditto.
+       * lib/kernel32/file/copy.c: Ditto.
+       * lib/kernel32/file/create.c: Ditto.
+       * lib/kernel32/file/curdir.c: Ditto.
+       * lib/kernel32/file/delete.c: Ditto.
+       * lib/kernel32/file/deviceio.c: Ditto.
+       * lib/kernel32/file/dir.c: Ditto.
+       * lib/kernel32/file/dosdev.c: Ditto.
+       * lib/kernel32/file/file.c: Ditto.
+       * lib/kernel32/file/find.c: Ditto.
+       * lib/kernel32/file/iocompl.c: Ditto.
+       * lib/kernel32/file/lfile.c: Ditto.
+       * lib/kernel32/file/lock.c: Ditto.
+       * lib/kernel32/file/mailslot.c: Ditto.
+       * lib/kernel32/file/move.c: Ditto.
+       * lib/kernel32/file/npipe.c: Ditto.
+       * lib/kernel32/file/pipe.c: Ditto.
+       * lib/kernel32/file/rw.c: Ditto.
+       * lib/kernel32/file/tape.c: Ditto.
+       * lib/kernel32/file/volume.c: Ditto.
+       * lib/kernel32/mem/global.c: Ditto.
+       * lib/kernel32/mem/heap.c: Ditto.
+       * lib/kernel32/mem/isbad.c: Ditto.
+       * lib/kernel32/mem/local.c: Ditto.
+       * lib/kernel32/mem/procmem.c: Ditto.
+       * lib/kernel32/mem/section.c: Ditto.
+       * lib/kernel32/mem/virtual.c: Ditto.
+       * lib/kernel32/misc/atom.c: Ditto.
+       * lib/kernel32/misc/comm.c: Ditto.
+       * lib/kernel32/misc/computername.c: Ditto.
+       * lib/kernel32/misc/console.c: Ditto.
+       * lib/kernel32/misc/env.c: Ditto.
+       * lib/kernel32/misc/error.c: Ditto.
+       * lib/kernel32/misc/errormsg.c: Ditto.
+       * lib/kernel32/misc/handle.c: Ditto.
+       * lib/kernel32/misc/ldr.c: Ditto.
+       * lib/kernel32/misc/mbchars.c: Ditto.
+       * lib/kernel32/misc/muldiv.c: Ditto.
+       * lib/kernel32/misc/perfcnt.c: Ditto.
+       * lib/kernel32/misc/profile.c: Ditto.
+       * lib/kernel32/misc/res.c: Ditto.
+       * lib/kernel32/misc/stubs.c: Ditto.
+       * lib/kernel32/misc/sysinfo.c: Ditto.
+       * lib/kernel32/misc/time.c: Ditto.
+       * lib/kernel32/misc/toolhelp.c: Ditto.
+       * lib/kernel32/process/cmdline.c: Ditto.
+       * lib/kernel32/process/create.c: Ditto.
+       * lib/kernel32/process/proc.c: Ditto.
+       * lib/kernel32/process/session.c: Ditto.
+       * lib/kernel32/string/lstring.c: Ditto.
+       * lib/kernel32/synch/critical.c: Ditto.
+       * lib/kernel32/synch/event.c: Ditto.
+       * lib/kernel32/synch/intrlck.c: Ditto.
+       * lib/kernel32/synch/mutex.c: Ditto.
+       * lib/kernel32/synch/sem.c: Ditto.
+       * lib/kernel32/synch/timer.c: Ditto.
+       * lib/kernel32/synch/wait.c: Ditto.
+       * lib/kernel32/thread/fiber.c: Ditto.
+       * lib/kernel32/thread/fls.c: Ditto.
+       * lib/kernel32/thread/thread.c: Ditto.
+       * lib/kernel32/thread/tls.c: Ditto.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/iphlpapi/iphlpapi.c: Add @implemented and @unimplemented
+       to APIs.
+
+2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
+
+       * lib/gdi32/main/dllmain.c: Add @implemented and @unimplemented
+       to APIs.
+       * lib/gdi32/misc/stubs.c: Ditto.
+       * lib/gdi32/misc/stubsa.c: Ditto.
+       * lib/gdi32/misc/stubsw.c: Ditto.
+       * lib/gdi32/objects/bitblt.c: Ditto.
+       * lib/gdi32/objects/brush.c: Ditto.
+       * lib/gdi32/objects/clip.c: Ditto.
+       * lib/gdi32/objects/dc.c: Ditto.
+       * lib/gdi32/objects/fillshap.c: Ditto.
+       * lib/gdi32/objects/line.c: Ditto.
+       * lib/gdi32/objects/pen.c: Ditto.
+       * lib/gdi32/objects/region.c: Ditto.
+       * lib/gdi32/objects/text.c: Ditto.
+
 2003-07-10  Casper S. Hornstrup  <chorns@users.sourceforge.net>
 
        * drivers/storage/class2/class2.c: Add @implemented and @unimplemented
        * ntoskrnl/nt/vdm.c (NtEarlyInitVdm): Work around GCC 3.4 trying to be
        smart.
 
+2003-07-07  James Tabor        <jimtabor@adsl-64-217-116-74.dsl.hstntx.swbell.net>
+
+       * subsys/win32k/ntuser/window.c: (NtUserQueryWindow) Implement.
+        * include/win32k/ntuser.h:     Ditto.
+       * lib/user32/windows/window.c: (GetWindowThreadProcessId) Implement.
+
 2003-07-05  Casper S. Hornstrup  <chorns@users.sourceforge.net>
 
        * lib/user32/windows/defwnd.c (DefWndHandleLButtonUpNC,
               
        * Disabled broken code in kernel32.
 
-
-
-
-
-
-
-
-
-