source: trunk/changelog@ 3974

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

* empty log message *

File size: 2.2 KB
Line 
1 /* $Id: changelog,v 1.1056 2000-08-09 18:58:42 sandervl Exp $ */
2
3 2000-08-09: Sander van Leeuwen <sandervl@xs4all.nl>
4 - KERNEL32: TLS changes (now updates THDB array instead of calling
5 Open32)
6
7 2000-08-09: Christoph Bratschi <cbratschi@datacomm.ch>
8 - COMCTL32: added language dependent resources
9
10 2000-08-08: Christoph Bratschi <cbratschi@datacomm.ch>
11 - COMCTL32: first part of Corel WINE 20000807 changes
12
13 2000-08-06: Sander van Leeuwen <sandervl@xs4all.nl>
14 - doc\ReportingBugs.txt:
15 Added a little more information
16 - tools\install
17 Add Logging.txt + symbol files to debug build.
18
19 2000-08-04: Sander van Leeuwen <sandervl@xs4all.nl>
20 - KERNEL32: Temporary workaround for differences in share mode between
21 OS/2 & NT (for opening the same file multiple times):
22 NT: CreateFile with FILE_SHARE_READ
23 CreateFile with FILE_SHARE_READ | FILE_SHARE_WRITE
24 -> 2nd CreateFile overrides share flags of first one
25 -> CreateFile with GENERIC_WRITE is now allowed
26 OS2: DosOpen with OPEN_SHARE_DENYWRITE
27 DosOpen with OPEN_SHARE_DENYNONE
28 -> sharing violation; can't change share flags while
29 handle returned by 1st DosOpen isn't closed
30 --> 'Solution': always open files in FILE_SHARE_DENYNONE mode
31 (several installation programs depend on this behaviour)
32
33 2000-08-01: Sander van Leeuwen <sandervl@xs4all.nl>
34 - KERNEL32: Create x:\Program Files & x:\Program Files\Common Files
35 directories in odininst.exe + extra registry keys:
36 [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion]
37 "ProgramFilesDir"="x:\Program Files"
38 "CommonFilesDir"="x:\Program Files\Common Files"
39 "SharedDir"="x:\Odin"
40 - COMCTL32: Fixed property page bugfix (wrong position) (by merging
41 latest PROPSHEET_ShowPage from Wine)
42 - DOC\ToDo.txt:
43 Added:
44 KERNEL32: Build fake PE headers for odin dlls (dll handle must be pointer to header)
45 (some applications use the handles as pointers)
Note: See TracBrowser for help on using the repository browser.