1 | /* $Id: changelog,v 1.1083 2000-08-24 09:29:09 sandervl Exp $ */
|
---|
2 |
|
---|
3 | 2000-08-24: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
4 | - USER32: Export wvsnprintfW
|
---|
5 | - SHLWAPI: Merged with latest Wine code; separated added/changed
|
---|
6 | functions to ease resync in the future
|
---|
7 | Removed all AW exports; they belong in shell32
|
---|
8 | More functions exported (Wine additions)
|
---|
9 | - SHELL32: Merged Wine's shellpath.c
|
---|
10 | More exports (forwarders to shlwapi)
|
---|
11 |
|
---|
12 | 2000-08-23: Michal Necasek <mike@mendelu.cz>
|
---|
13 | - KERNEL32: (cpu.c) lpMinimumApplicationAddress should be 4 MB
|
---|
14 |
|
---|
15 | 2000-08-22: Patrick Haller <phaller@gmx.net>
|
---|
16 | - MSVCRT: _lock() implemented
|
---|
17 | _unlock() implemented
|
---|
18 | CxxThrowException implemented (Deutsche Bank 24 Dialog Software)
|
---|
19 |
|
---|
20 | 2000-08-20: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
21 | - INCLUDE, COMDLG32, SHLWAPI:
|
---|
22 | Compile errors introduced by shell32 merge fixed
|
---|
23 |
|
---|
24 | 2000-08-19: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
25 | - GDI32: Changed File and Product version to 0x0400, 0x0565012A (NT4, SP6)
|
---|
26 | - KERNEL32: Changed File and Product version to 0x0400, 0x0565012C (NT4, SP6)
|
---|
27 | Logging level 2 for GetUserDefaultLCID & GetSystemDefaultLCID
|
---|
28 | - USER32: Changed File and Product version to 0x0400, 0x05650136 (NT4, SP6)
|
---|
29 | - ADVAPI32: Changed File and Product version to 0x0400, 0x05650119 (NT4, SP6)
|
---|
30 | - COMCTL32: Changed File version to 0x0551, 0x0B6718A0 (NT4, SP6, IE 5.01) (VERSIONINFO)
|
---|
31 | Changed Product version to 0x0500, 0x0B6718A0 (NT4, SP6, IE 5.01) (VERSIONINFO)
|
---|
32 | Changed "FileVersion" to 5.81 (NT4, SP6, IE 5.01)
|
---|
33 | Changed "ProductVersion" to 5.00.2919.6304 (NT4, SP6, IE 5.01)
|
---|
34 | - COMDLG32: Changed File and Product version to 0x0400 0x0565013F (NT4, SP6)
|
---|
35 |
|
---|
36 | 2000-08-19: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
37 | - KERNEL32: Made win32k.sys resource sections writable.
|
---|
38 |
|
---|
39 | 2000-08-18: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
40 | - GDI32: Added support for level 2 debug logging
|
---|
41 | Ported Wine's CreateHalftonePalette
|
---|
42 | Added more logging
|
---|
43 | Added RGB565 -> RGB555 conversion in sync method of DIB class
|
---|
44 | (PowerDVD colors still wrong)
|
---|
45 | - KERNEL32: Added display driver keys for PowerDVD video tester applet
|
---|
46 | Extra logging for GetProcAddress
|
---|
47 | - DDRAW: Changed File and Product version to 0x0404, 0x05650114 (NT4, SP6)
|
---|
48 | - DSOUND: Changed File and Product version to 0x0404, 0x056500A4 (NT4, SP6)
|
---|
49 | - DPLAY: Changed File and Product version to 0x0400, 0x05650001 (NT4, SP6)
|
---|
50 | - DPLAYX: Changed File and Product version to 0x0406, 0x05650258 (NT4, SP6)
|
---|
51 | - DINPUT: Changed File and Product version to 0x0404, 0x05650004 (NT4, SP6)
|
---|
52 |
|
---|
53 | 2000-08-18: Patrick Haller <phaller@gmx.net>
|
---|
54 | - NTDLL: roughly synchronized with current WINE
|
---|
55 | - SHELL32: roughly synchronized with current WINE
|
---|
56 |
|
---|
57 | 2000-08-17: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
58 | - KERNEL32: Only call O32_LoadLibrary if dwFlags == 0 and (LX binary
|
---|
59 | or win32k process)
|
---|
60 | GetModuleHandleA fix (uninit. var)
|
---|
61 | (PowerDVD install no longer complains about running InstallShield)
|
---|
62 | - DSOUND: Fixed wrong type for dllHandle (caused load failure)
|
---|
63 |
|
---|
64 | 2000-08-16: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
65 | - COMCTL32: propsheet: workaround for PROPSHEET_GetPaddingInfoWizard
|
---|
66 | design issue
|
---|
67 |
|
---|
68 | 2000-08-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
69 | - KERNEL32: Changed search order for resource languages:
|
---|
70 | According to Wine:
|
---|
71 | FindResourceA/W does search in the following order:
|
---|
72 | 1. Neutral language with neutral sublanguage
|
---|
73 | 2. Neutral language with default sublanguage
|
---|
74 | 3. Current locale lang id
|
---|
75 | 4. Current locale lang id with neutral sublanguage
|
---|
76 | 5. (!) LANG_ENGLISH, SUBLANG_DEFAULT
|
---|
77 | 6. Return first in the list
|
---|
78 | FindResourceExA/W does search in the following order:
|
---|
79 | 1. Exact specified language
|
---|
80 | 2. Language with neutral sublanguage
|
---|
81 | 3. Neutral language with neutral sublanguage
|
---|
82 | 4. Neutral language with default sublanguage
|
---|
83 | (fixes bad string in PowerDVD)
|
---|
84 |
|
---|
85 | 2000-08-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
86 | - KERNEL32: Fixed sharing violation errors in OSLibDosCreateFile
|
---|
87 | (FILE_SHARE_DELETE now included in share flag var)
|
---|
88 | (fixes error messages when playing files in RealPlayer 7)
|
---|
89 | TLS fix in PE loader (no .tls section, but valid tls image directory)
|
---|
90 |
|
---|
91 | 2000-08-13: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
92 | - COMCTL32: added propsheet, treeview Corel WINE 20000807 changes
|
---|
93 | - GDI32: activated WinDrawText code
|
---|
94 |
|
---|
95 | 2000-08-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
96 | - KERNEL32: Do not set OPEN_ACCESS_READWRITE flag in OSLibDosCreateFile
|
---|
97 | (if OPEN_ACTION_CREATE_IF_NEW & readonly access)
|
---|
98 | This was causing access denied errors (using FILE_SHARE_WRITE
|
---|
99 | on a file on a readonly volume was not causing this; that's allowed)
|
---|
100 | Removed share mode hack. Caused by the bug mentioned above.
|
---|
101 | (You can change the file sharing mode when opening the same
|
---|
102 | file several times in OS/2)
|
---|
103 | Fixed system dll unload bug.
|
---|
104 | Extra checks in Win32ImageBase::isPEImage (nr of bytes read is correct or not)
|
---|
105 |
|
---|
106 | 2000-08-11: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
107 | - KERNEL32: Lock/Unlock
|
---|
108 | 64 bits values are only supported by JFS
|
---|
109 | Try the 32 bits DosSetFileLocks if it fails with ERROR_INVALID_PARAMETER
|
---|
110 | (TODO: should check the partition type instead)
|
---|
111 | Build fake dll header for system dlls and use it's address
|
---|
112 | as instance handle.
|
---|
113 | VIRTUAL_MapFileA/W: open file in share read/write mode
|
---|
114 | Fixed HMDuplicateHandle (check for DUPLICATE_ACCESS_READWRITE)
|
---|
115 | LoadLibraryExA: if dll name = executable name of current process
|
---|
116 | -> return handle of exe
|
---|
117 | (GrandPrix 3 installer does this; verified in NT)
|
---|
118 | FreeLibrary: if handle = exe handle of current process -> ignore
|
---|
119 | - SRC\*\initterm.cpp
|
---|
120 | Changed RegisterLxDll call for fake headers.
|
---|
121 | - INCLUDE\misc.h:
|
---|
122 | Removed versionos2.h dependancy
|
---|
123 | - VERSION\version.cpp
|
---|
124 | Include versionos2.h
|
---|
125 | - COMCTL32: Put back old property page code (breaks VPBuddy preferences
|
---|
126 | dialog). SameTime install property sheet now messed up (again).
|
---|
127 |
|
---|
128 | 2000-08-10: Patrick Haller <phaller@gmx.net>
|
---|
129 | - KERNEL32: OSLibDosQueryVolumeFS does no more return an error if
|
---|
130 | the caller is not interested in the volume name.
|
---|
131 | Console Input handling improved, some correction.
|
---|
132 | SetConsoleTitleW fixed.
|
---|
133 | NOTE! lstrcpynAtoW and lstrcpynWtoA do no more enforce (erroneous)
|
---|
134 | string termination.
|
---|
135 | NT4's CMD.EXE is quite working now.
|
---|
136 |
|
---|
137 | 2000-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
138 | - KERNEL32: TLS changes (now updates THDB array instead of calling
|
---|
139 | Open32)
|
---|
140 |
|
---|
141 | 2000-08-09: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
142 | - COMCTL32: added language dependent resources
|
---|
143 |
|
---|
144 | 2000-08-08: Christoph Bratschi <cbratschi@datacomm.ch>
|
---|
145 | - COMCTL32: first part of Corel WINE 20000807 changes
|
---|
146 |
|
---|
147 | 2000-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
148 | - doc\ReportingBugs.txt:
|
---|
149 | Added a little more information
|
---|
150 | - tools\install
|
---|
151 | Add Logging.txt + symbol files to debug build.
|
---|
152 |
|
---|
153 | 2000-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
154 | - KERNEL32: Temporary workaround for differences in share mode between
|
---|
155 | OS/2 & NT (for opening the same file multiple times):
|
---|
156 | NT: CreateFile with FILE_SHARE_READ
|
---|
157 | CreateFile with FILE_SHARE_READ | FILE_SHARE_WRITE
|
---|
158 | -> 2nd CreateFile overrides share flags of first one
|
---|
159 | -> CreateFile with GENERIC_WRITE is now allowed
|
---|
160 | OS2: DosOpen with OPEN_SHARE_DENYWRITE
|
---|
161 | DosOpen with OPEN_SHARE_DENYNONE
|
---|
162 | -> sharing violation; can't change share flags while
|
---|
163 | handle returned by 1st DosOpen isn't closed
|
---|
164 | --> 'Solution': always open files in FILE_SHARE_DENYNONE mode
|
---|
165 | (several installation programs depend on this behaviour)
|
---|
166 |
|
---|
167 | 2000-08-01: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
168 | - KERNEL32: Create x:\Program Files & x:\Program Files\Common Files
|
---|
169 | directories in odininst.exe + extra registry keys:
|
---|
170 | [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
|
---|
171 | "ProgramFilesDir"="x:\Program Files"
|
---|
172 | "CommonFilesDir"="x:\Program Files\Common Files"
|
---|
173 | "SharedDir"="x:\Odin"
|
---|
174 | - COMCTL32: Fixed property page bugfix (wrong position) (by merging
|
---|
175 | latest PROPSHEET_ShowPage from Wine)
|
---|
176 | - DOC\ToDo.txt:
|
---|
177 | Added:
|
---|
178 | KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
|
---|
179 | (some applications use the handles as pointers)
|
---|