[4289] | 1 | /* $Id: changelog,v 1.1135 2000-09-21 11:22:23 bird Exp $ */
|
---|
[2659] | 2 |
|
---|
[4286] | 3 | 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
|
---|
| 4 | - KERNEL32: Implemented COM-port APIs
|
---|
| 5 | Enhanced handlemanager to support device and handle data (for COM ports)
|
---|
| 6 | Added IOCTL to oslibdos
|
---|
| 7 | - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
|
---|
| 8 |
|
---|
[4289] | 9 | 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 10 | - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
|
---|
| 11 | - Pe2Lx: Corrected/Made cleanrule.
|
---|
| 12 |
|
---|
[4283] | 13 | 2000-09-19: Michal Necasek <mike@mendelu.cz>
|
---|
| 14 | - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
|
---|
| 15 |
|
---|
[4281] | 16 | 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 17 | - KERNEL32: Fixed matchModName bugs. (compare name without extension)
|
---|
| 18 | - WNASPI32: Restore win32 FS selector before calling post procedure
|
---|
| 19 |
|
---|
| 20 | 2000-09-16: David Raison <djr@lemur.co.uk>
|
---|
[4275] | 21 | - OLE32: Further updates from Wine
|
---|
| 22 | IMessageFilter stubs.
|
---|
[4277] | 23 | - OLEAUT32: Updates from Wine
|
---|
| 24 | ITypeComp stubs.
|
---|
[4275] | 25 |
|
---|
[4272] | 26 | 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 27 | - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
|
---|
| 28 | HLL debuginfo from .SYM files and add it to LX files.
|
---|
| 29 |
|
---|
[4270] | 30 | 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[4269] | 31 | - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
|
---|
| 32 | a string pointer was mixed - which proved fatal with
|
---|
| 33 | logging enabled).
|
---|
| 34 |
|
---|
[4270] | 35 | 2000-09-15: David Raison <djr@lemur.co.uk>
|
---|
[4267] | 36 | - OLE32: Updates from Wine
|
---|
| 37 |
|
---|
[4270] | 38 | 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4262] | 39 | - WNASPI32: Open and initialize aspirout during dll load; doing this
|
---|
| 40 | for *every* aspi command is very inefficient.
|
---|
| 41 | Not possible to share aspirout now, but that could be fixed
|
---|
| 42 | later on.
|
---|
| 43 | - KERNEL32: Bug in recent exception handler changes; nested exception
|
---|
| 44 | are allowed to be dispatched to Odin's handlers. (PE loader
|
---|
| 45 | depends on it -> fixes crash in Lotus Notes)
|
---|
| 46 | Export WriteLogNoEOL
|
---|
| 47 |
|
---|
[4270] | 48 | 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4269] | 49 | - WNASPI32: Fixed uninitialized variables in aspirout class
|
---|
[4261] | 50 | Fixed memory leaks (aspi object not deleted when something goes wrong)
|
---|
| 51 | - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
|
---|
| 52 | for cdrom/dvd drives and only the first one)
|
---|
| 53 |
|
---|
[4270] | 54 | 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4253] | 55 | - KERNEL32: InitCommandLine corrupted the heap
|
---|
| 56 | Created HandleManager class for physical disks
|
---|
[4269] | 57 | - GDI32: StretchDIBits: Open32 always returns height of bitmap (regardless of how many
|
---|
[4253] | 58 | scanlines were copied); now corrected
|
---|
| 59 | - WNASPI32: Fixed FS corruption
|
---|
| 60 |
|
---|
[4251] | 61 | 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 62 | - KERNEL32: Added method matchModName to Win32ImageBase.
|
---|
| 63 | Used matchModName in LoadLibraryExA.
|
---|
| 64 | Documented and enhanced GetModuleFileNameA/W.
|
---|
| 65 | - Win32k: Display build time and date on verbose init.
|
---|
| 66 | Made sure build time and date is updated everytime
|
---|
| 67 | it's relinked.
|
---|
| 68 |
|
---|
[4243] | 69 | 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 70 | - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
|
---|
| 71 |
|
---|
[4238] | 72 | 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 73 | - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
|
---|
| 74 | The commandline strings are moved to global variables in
|
---|
| 75 | wprocess.cpp.
|
---|
| 76 | Added/extended some OSLib calls.
|
---|
| 77 |
|
---|
[4240] | 78 | - Wink32: When invoking PE.EXE the first argument (Win32 exe name)
|
---|
| 79 | should be in quotes.
|
---|
| 80 | This is not yet corrected for the other invokers. (Scripts/Java).
|
---|
| 81 |
|
---|
[4228] | 82 | 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 83 | - KERNEL32: Don't dispatch exceptions after application has called
|
---|
[4238] | 84 | ExitProcess. (fixes endless loop of exception handler calls
|
---|
[4228] | 85 | in RealPlayer 7)
|
---|
[4233] | 86 | Create more registry keys during installation:
|
---|
| 87 | HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
|
---|
[4253] | 88 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
|
---|
| 89 | HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
|
---|
[4233] | 90 | GetFileAttributesA trashes the stack (EBX register corrupted after return)
|
---|
| 91 | If CreateFile fails to duplicate the handle, then try DosDupHandle
|
---|
| 92 | (DuplicateHandle for memory mapped files in IE5)
|
---|
| 93 | Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
|
---|
| 94 | - PE: Endless loop when it can't find executable with name in quotes
|
---|
[4228] | 95 |
|
---|
[4226] | 96 | 2000-09-08: Michal Necasek <mike@mendelu.cz>
|
---|
| 97 | - KERNEL32: Changes and fixes for exception handling (now dispatches
|
---|
| 98 | exceptions to win32 apps)
|
---|
| 99 |
|
---|
| 100 | 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 101 | - KERNEL32: Implemented EnumResourceLanguagesA/W
|
---|
| 102 | Put back some code that was changed. (environ.cpp & heap.cpp)
|
---|
| 103 | - GDI32: Fixed FS bug in OSLibDeleteRegion
|
---|
| 104 | - USER32: Removed wrapper for GetWindow; not required
|
---|
| 105 |
|
---|
[4221] | 106 | 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 107 | - Win32k: Added last FP14 kernel to Symbol database.
|
---|
| 108 | Splitted extract.c from Probkrnl.c. Removed old debug
|
---|
| 109 | code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
|
---|
| 110 | for Ring-3 testing now.
|
---|
[4238] | 111 | Added filehandle fix for MSC60a compiler. (fix don't work!)
|
---|
[4221] | 112 |
|
---|
[4207] | 113 | 2000-09-07: Patrick Haller <phaller@gmx.net>
|
---|
[4215] | 114 | - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
|
---|
| 115 | Fixed language support from WINE sync
|
---|
| 116 | - GDI32: Fixed some FS: bug in DeleteObject(), DeleteDC()
|
---|
[4207] | 117 |
|
---|
[4205] | 118 | 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 119 | - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
|
---|
| 120 | FALSE when called after buttons have been created.
|
---|
| 121 | (failed assertions in MFC applications; this code is from
|
---|
| 122 | the latest Wine source tree)
|
---|
| 123 | - SHELL32: Merged more changes made by Christoph into new tree
|
---|
| 124 | - KERNEL32: InitDirectories must be called before InitializeTIB or else
|
---|
| 125 | a win.ini file is created in the root dir (InitializeTIB
|
---|
| 126 | loads ntdll which depends on user32)
|
---|
| 127 | (reported by Kai Sommerfeld)
|
---|
| 128 | - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
|
---|
| 129 | Fixes MFC applications (missing controls + redraw problems)
|
---|
[4199] | 130 |
|
---|
[4206] | 131 | 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 132 | - install: Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
|
---|
| 133 |
|
---|
[4195] | 134 | 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 135 | - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
|
---|
[4253] | 136 | WM_FOCUSCHANGE fix; set & kill focus were sent twice
|
---|
[4195] | 137 | Added more logging.
|
---|
| 138 | Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
|
---|
[4196] | 139 | - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
|
---|
| 140 | fails with error 8 due to a 0 size of the key data
|
---|
| 141 | HMOpenFile fix; pHMHandleData->dwCreation must be set
|
---|
| 142 | to OPEN_EXISTING or else the memory map class will fail
|
---|
| 143 | to duplicate the handle.
|
---|
[4195] | 144 |
|
---|
[4187] | 145 | 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 146 | - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
|
---|
| 147 | Rewrote GetDiskFreeSpace (no longer uses Open32)
|
---|
| 148 | - USER32: SetWindowLong GWL_WNDPROC changes/fixes
|
---|
| 149 | Type of SetWindowLong determines new window proc type
|
---|
| 150 | UNLESS the new window proc has already been registered
|
---|
| 151 | (use the old type in that case) (VERIFIED in NT 4, SP6)
|
---|
| 152 | Return original window procedure if types match (SetWindowLongX & proc type)
|
---|
| 153 | otherwise window proc wrapper.
|
---|
| 154 | Fixes wrong strings in Notes 5.0. (new string problems, but they
|
---|
| 155 | are caused by something else)
|
---|
[4221] | 156 | - COMCTL32: CreateUpDownControl was not exported correctly
|
---|
[4191] | 157 | (reported by Reinhold Kopper)
|
---|
[4187] | 158 |
|
---|
[4182] | 159 | 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[4186] | 160 | - Win32k: Improved error reporting.
|
---|
| 161 | Corrected fatal bug in the QueryOptionsStatus IOCtl,
|
---|
| 162 | had forgotten three SSToDS()...
|
---|
| 163 |
|
---|
| 164 | 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[4182] | 165 | - doc/readme.txt: Updated Win32k sections.
|
---|
| 166 | - Win32k: Fixed missing object in the 16-bit clib.lib which caused
|
---|
| 167 | linking of win32k.sys to fail in last daily build.
|
---|
| 168 | Support for comport 3 and 4.
|
---|
| 169 | - Win32kCC: Updated dialog to show all information provided by the
|
---|
| 170 | Win32k IOCtl interface.
|
---|
[4184] | 171 | - Include/HandleManager.h:
|
---|
| 172 | Added prototype for HMDeviceIoControl which Sander forgot.
|
---|
[4182] | 173 |
|
---|
[4175] | 174 | 2000-09-03: Patrick Haller <phaller@gmx.net>
|
---|
[4187] | 175 | - KERNEL32: NLS sync with WINE
|
---|
[4175] | 176 |
|
---|
[4173] | 177 | 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
[4182] | 178 | - KERNEL32: More logging;
|
---|
[4173] | 179 | DeviceIoControl didn't have handlemanager wrapper
|
---|
| 180 | - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
|
---|
| 181 | PLEASE be more careful in the future!
|
---|
| 182 |
|
---|
| 183 | 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
[4168] | 184 | - Win32k: Finally. I've merged the new changes into the main branch.
|
---|
| 185 | The most important things are:
|
---|
| 186 | - More correct search order for DLLs. The differences are
|
---|
| 187 | now that _ALL_ DLLs are found using the Windows search
|
---|
| 188 | order, and that the LIBPATH are also searched (last).
|
---|
| 189 | - PE.EXE may be invoked by Win32k.sys.
|
---|
| 190 | Win32k.sys will now operate in three modes:
|
---|
[4182] | 191 | - Pe2Lx mode. Only the Pe2Lx method is used.
|
---|
[4168] | 192 | - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
|
---|
| 193 | executables which Pe2Lx don't currently support.
|
---|
| 194 | (like WinWord, which BTW may trap you PC if invoked
|
---|
[4182] | 195 | in Pe2Lx mode.)
|
---|
[4168] | 196 | This is the default mode.
|
---|
| 197 | - Pe.exe mode. Pe.exe is allways used.
|
---|
| 198 | (see readme.txt, I'll update it to ASAP but not to night.
|
---|
| 199 | (I tired after working 36 hours on finishing this...)
|
---|
| 200 | - UNIX Shell Scripts are working (now).
|
---|
| 201 | - JAVA invokation. If you try to load a JAVA class the
|
---|
| 202 | it is executed using java.exe. (note that the class
|
---|
| 203 | name is case sensitive!)
|
---|
| 204 | - Pure REXX. This one is for Nenad. .RX and .REX are
|
---|
| 205 | loaded using a tiny REXX starter, kRX.exe (found in
|
---|
| 206 | System32 directory).
|
---|
| 207 | - Win32k Control Center, Win32kCC.EXE. Simple PM
|
---|
| 208 | program which allows you to change the Win32k.SYS
|
---|
| 209 | options while running. It does also show some status
|
---|
| 210 | information (will be extended).
|
---|
| 211 | - Support for FP14 in the Symbol database.
|
---|
| 212 | (use the 09th Aug. kernel please).
|
---|
| 213 |
|
---|
| 214 | - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
|
---|
| 215 | objecttable entries (OTE) for the Pe2Lx executable images,
|
---|
| 216 | instead of using DosQuerySysState (which gets OTEs for all
|
---|
| 217 | modules in the entrie system). (This is the reason for the
|
---|
| 218 | win32k.lib file - it's made by the 'libs' rule from src.)
|
---|
| 219 |
|
---|
[4151] | 220 | 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 221 | - USER32: Rewrote IsZoomed
|
---|
| 222 | Removed winzip invisible button fix; causes many repaint
|
---|
| 223 | problems. Need to find the real cause.
|
---|
| 224 | - DDRAW: More debug logging; implemented ClipGetClipList
|
---|
| 225 | - WINMM: mixerGetID fix (for NULL hmixer)
|
---|
| 226 |
|
---|
[4145] | 227 | 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 228 | - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
|
---|
| 229 | Added linkage macro for the OS2RC which exepacks the resource
|
---|
| 230 | object: OS2RCLFLAGS
|
---|
| 231 |
|
---|
[4140] | 232 | 2000-09-01: Patrick Haller <phaller@gmx.net>
|
---|
| 233 | - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
|
---|
| 234 | a bitmap w/o palette color table and then send one in to copy.
|
---|
| 235 | - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
|
---|
| 236 |
|
---|