source: trunk/changelog@ 7602

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

* empty log message *

File size: 5.5 KB
RevLine 
[7602]1/* $Id: changelog,v 1.1901 2001-12-10 11:28:07 sandervl Exp $ */
[6074]2
[7602]3 2001-12-10: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: o Overlapped IO updates
5
[7595]6 2001-12-09: Sander van Leeuwen <sandervl@xs4all.nl>
[7597]7 - KERNEL32: o Overlapped IO fix (poll & half or full duplex support)
[7600]8 - MAKEFILES:o Delete dummy.c after copying custom library (CUSTOMBUILD=1)
[7595]9
[7571]10 2001-12-08: Sander van Leeuwen <sandervl@xs4all.nl>
11 - KERNEL32: o Added read & write functions to custom driver interface
[7574]12 o OdinSetVersion added to override windows version reported by
13 Odin (Win98, WinME, NT4, Win2000, WinXP)
[7586]14 o NEW DEFAULT WINDOWS VERSION IS WINDOWS 2000 SP2 (!)
[7574]15 o New versions available for odin.ini version override
16 [WinVersion]
17 Version=Win98 -> Windows 98
18 Version=WinME -> Windows ME
[7586]19 Version=NT4 -> Windows NT4 SP6
20 Version=Win2000 -> Windows 2000 SP2 (default)
[7574]21 Version=WinXP -> Windows XP
[7576]22 o IOCTL_STORAGE_GET_MEDIA_TYPES is identical to
23 IOCTL_DISK_GET_MEDIA_TYPES
[7578]24 o Support for Windows 2000 GetVersionEx extension (OSVERSIONINFOEX
[7580]25 structure) added
26 o Added symbolic link for Windows 2000 device driver names
27 \\.\Global -> \\.
[7584]28 o Clear GENERIC_WRITE flag if application tries to open
29 readonly device (e.g. cdrom). This is not allowed in OS/2.
[7582]30 - INSTALL: o Add font mapping for 'MS Shell Dlg 2' to WarpSans
[7571]31
[7563]32 2001-12-07: Sander van Leeuwen <sandervl@xs4all.nl>
33 - KERNEL32: o GetFileType for parallel port device returns FILE_TYPE_PIPE
34 (verified in NT4, SP6)
35 o Comm functions not valid for parallel port handles
[7565]36 o Overlapped IO updates
37 o Com port now uses new overlapped class for overlapped IO
38 o Call ExitProcess when executable entrypoint returns (LX images)
39 o Be careful when cleaning up threads after ExitProcess has
40 been called
[7563]41
[7558]42 2001-12-06: Sander van Leeuwen <sandervl@xs4all.nl>
[7561]43 - KERNEL32: o Added FindFirstFileExA/FindFirstFileExW
44 o Overlapped IO updates (still untested)
[7558]45 - DINPUT: o Link with guidlib.lib
46 - GUIDLIB: o Include dinput.h for DirectInput GUIDs
47
[7547]48 2001-12-05: Sander van Leeuwen <sandervl@xs4all.nl>
49 - KERNEL32: o Merged WriteFile & WriteFileEx, ReadFile & ReadFileEx
50 handle manager functions
51 o Removed dwType handle manager structure member; added
52 win32 handle to structure
53 (NOTE: All work in progress for new framework for overlapped IO)
[7558]54 o ReadFileEx/WriteFileEx: lpOverlapped->Offset & lpOverlapped->OffsetHigh
55 must be 0 if used with named pipes
[7547]56
[7542]57 2001-12-04: Patrick Haller <patrick.haller@innotek.de>
58 - KERNEL32: o parallel port support restricted to physical ports
59 (LAN redirections not supported)
60
[7540]61 2001-12-04: Sander van Leeuwen <sandervl@xs4all.nl>
62 - COMCTL32: o Hack added for proper resizing of wizard property sheet in
63 CVP. Not sure if it's always correct or whether it has a
64 bad effect on other apps (none found so far).
[7545]65 - WININET: o HttpSendRequestA fix: strlen(NULL) crashes
[7540]66
[7536]67 2001-12-03: Patrick Haller <patrick.haller@innotek.de>
68 - KERNEL32: o put in correct ioctl identifiers for parport support
69 in winioctl.h
[7538]70 o parallel port support (hardware configuration) enabled
[7536]71
[7534]72 2001-12-03: Sander van Leeuwen <sandervl@xs4all.nl>
73 - KERNEL32: o Use DosSleep in Sleep (don't call WGSS)
74 o GetThreadPriority: return priority stored in TEB
75 o Rewrote SetThreadPriority; allow it to change priority
76 classes too. WGSS only changes delta in SetThreadPriority
77 and class in SetPriorityClass (but that one affects the whole
78 process, so it is rarely used by applications)
79 THREAD_PRIORITY_IDLE -> PRTYC_IDLETIME, 0
80 THREAD_PRIORITY_LOWEST -> PRTYC_REGULAR, PRTYD_MINIMUM
81 THREAD_PRIORITY_BELOW_NORMAL -> PRTYC_REGULAR, -15
82 THREAD_PRIORITY_NORMAL -> PRTYC_REGULAR, 0
83 THREAD_PRIORITY_ABOVE_NORMAL -> PRTYC_REGULAR, 15
84 THREAD_PRIORITY_HIGHEST -> PRTYC_REGULAR, PRTYD_MAXIMUM
85 THREAD_PRIORITY_TIME_CRITICAL -> PRTYC_TIMECRITICAL, 0
86 o SetPriorityClass; just return success for now
87
[7526]88 2001-12-02: Sander van Leeuwen <sandervl@xs4all.nl>
89 - USER32: o Don't send WM_SIZE message to dialog before it receives
90 WM_INITDIALOG
91 (winzip 8.0 and Opera crash when sending this message too soon)
92 (TODO: check in NT if this is really correct)
[7528]93 - COMCTL32: o Restored old property sheet code as latest Wine version
94 causes too many new problems.
[7526]95
[7522]96 2001-12-01: knut st. osmundsen <kosmunds@csc.com>
97 - CRTDLL: o Include ctype.h from dir.c and string.c. (Noted by Ye][ow.)
98
[7520]99 2001-12-01: Sander van Leeuwen <sandervl@xs4all.nl>
100 - KERNEL32: o Fixed GetThreadTEB macro & GetCurrentThreadId
101 (completely broke debug build among other things)
102
[7517]103 2000-12-01: Yuri Dario <mc6530@mclink.it>
104 - USER32: o MENU_FindItem: extra check added for loops in menus
105
Note: See TracBrowser for help on using the repository browser.