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