Update Change Log

svn path=/trunk/; revision=5063
This commit is contained in:
James Tabor 2003-07-10 23:26:51 +00:00
parent 4453023a6c
commit aea9dce89b

View file

@ -1,3 +1,7 @@
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.
@ -248,6 +252,12 @@
* 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,