source: trunk/changelog@ 4084

Last change on this file since 4084 was 4084, checked in by sandervl, 25 years ago

* empty log message *

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