source: trunk/changelog@ 7570

Last change on this file since 7570 was 7570, checked in by sandervl, 24 years ago

* empty log message *

File size: 3.9 KB
Line 
1/* $Id: changelog,v 1.1889 2001-12-08 10:14:18 sandervl Exp $ */
2
3 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
5 (verified in NT4, SP6)
6 o Comm functions not valid for parallel port handles
7 o Overlapped IO updates
8 o Com port now uses new overlapped class for overlapped IO
9 o Call ExitProcess when executable entrypoint returns (LX images)
10 o Be careful when cleaning up threads after ExitProcess has
11 been called
12
13 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
14 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
15 o Overlapped IO updates (still untested)
16 - DINPUT: o Link with guidlib.lib
17 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
18
19 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
20 - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
21 handle manager functions
22 o Removed dwType handle manager structure member; added
23 win32 handle to structure
24 (NOTE: All work in progress for new framework for overlapped IO)
25 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
26 must be 0 if used with named pipes
27
28 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
29 - KERNEL32: o parallel port support restricted to physical ports
30 (LAN redirections not supported)
31
32 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
33 - COMCTL32: o Hack added for proper resizing of wizard property sheet in
34 CVP. Not sure if it's always correct or whether it has a
35 bad effect on other apps (none found so far).
36 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
37
38 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
39 - KERNEL32: o put in correct ioctl identifiers for parport support
40 in winioctl.h
41 o parallel port support (hardware configuration) enabled
42
43 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
44 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
45 o GetThreadPriority: return priority stored in TEB
46 o Rewrote SetThreadPriority; allow it to change priority
47 classes too. WGSS only changes delta in SetThreadPriority
48 and class in SetPriorityClass (but that one affects the whole
49 process, so it is rarely used by applications)
50 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
51 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
52 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
53 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
54 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
55 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
56 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
57 o SetPriorityClass; just return success for now
58
59 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
60 - USER32: o Don't send WM_SIZE message to dialog before it receives
61 WM_INITDIALOG
62 (winzip 8.0 and Opera crash when sending this message too soon)
63 (TODO: check in NT if this is really correct)
64 - COMCTL32: o Restored old property sheet code as latest Wine version
65 causes too many new problems.
66
67 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
68 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
69
70 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
71 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
72 (completely broke debug build among other things)
73
74 2000-12-01: Yuri Dario <mc6530@mclink.it>
75 - USER32: o MENU_FindItem: extra check added for loops in menus
76
Note: See TracBrowser for help on using the repository browser.