[4168] | 1 | /* $Id: changelog,v 1.1099 2000-09-02 21:31:53 bird Exp $ */
|
---|
[2659] | 2 |
|
---|
[4168] | 3 | 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 4 | - Win32k: Finally. I've merged the new changes into the main branch.
|
---|
| 5 | The most important things are:
|
---|
| 6 | - More correct search order for DLLs. The differences are
|
---|
| 7 | now that _ALL_ DLLs are found using the Windows search
|
---|
| 8 | order, and that the LIBPATH are also searched (last).
|
---|
| 9 | - PE.EXE may be invoked by Win32k.sys.
|
---|
| 10 | Win32k.sys will now operate in three modes:
|
---|
| 11 | - Pure Pe2Lx mode. Only the Pe2Lx method is used.
|
---|
| 12 | - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
|
---|
| 13 | executables which Pe2Lx don't currently support.
|
---|
| 14 | (like WinWord, which BTW may trap you PC if invoked
|
---|
| 15 | in Pure mode.)
|
---|
| 16 | This is the default mode.
|
---|
| 17 | - Pe.exe mode. Pe.exe is allways used.
|
---|
| 18 | (see readme.txt, I'll update it to ASAP but not to night.
|
---|
| 19 | (I tired after working 36 hours on finishing this...)
|
---|
| 20 | - UNIX Shell Scripts are working (now).
|
---|
| 21 | - JAVA invokation. If you try to load a JAVA class the
|
---|
| 22 | it is executed using java.exe. (note that the class
|
---|
| 23 | name is case sensitive!)
|
---|
| 24 | - Pure REXX. This one is for Nenad. .RX and .REX are
|
---|
| 25 | loaded using a tiny REXX starter, kRX.exe (found in
|
---|
| 26 | System32 directory).
|
---|
| 27 | - Win32k Control Center, Win32kCC.EXE. Simple PM
|
---|
| 28 | program which allows you to change the Win32k.SYS
|
---|
| 29 | options while running. It does also show some status
|
---|
| 30 | information (will be extended).
|
---|
| 31 | - Support for FP14 in the Symbol database.
|
---|
| 32 | (use the 09th Aug. kernel please).
|
---|
| 33 |
|
---|
| 34 | - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
|
---|
| 35 | objecttable entries (OTE) for the Pe2Lx executable images,
|
---|
| 36 | instead of using DosQuerySysState (which gets OTEs for all
|
---|
| 37 | modules in the entrie system). (This is the reason for the
|
---|
| 38 | win32k.lib file - it's made by the 'libs' rule from src.)
|
---|
| 39 |
|
---|
[4151] | 40 | 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
|
---|
| 41 | - USER32: Rewrote IsZoomed
|
---|
| 42 | Removed winzip invisible button fix; causes many repaint
|
---|
| 43 | problems. Need to find the real cause.
|
---|
| 44 | - DDRAW: More debug logging; implemented ClipGetClipList
|
---|
| 45 | - WINMM: mixerGetID fix (for NULL hmixer)
|
---|
| 46 |
|
---|
[4145] | 47 | 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
|
---|
| 48 | - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
|
---|
| 49 | Added linkage macro for the OS2RC which exepacks the resource
|
---|
| 50 | object: OS2RCLFLAGS
|
---|
| 51 |
|
---|
[4140] | 52 | 2000-09-01: Patrick Haller <phaller@gmx.net>
|
---|
| 53 | - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
|
---|
| 54 | a bitmap w/o palette color table and then send one in to copy.
|
---|
| 55 | - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
|
---|
| 56 |
|
---|