source: trunk/changelog@ 3973

Last change on this file since 3973 was 3973, checked in by cbratschi, 25 years ago

* empty log message *

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