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