source: trunk/changelog@ 4058

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

* empty log message *

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