source: trunk/changelog@ 4100

Last change on this file since 4100 was 4100, checked in by bird, 25 years ago

* empty log message *

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