source: trunk/changelog@ 3976

Last change on this file since 3976 was 3976, checked in by phaller, 25 years ago

.

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