source: trunk/changelog@ 4091

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

* empty log message *

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