source: trunk/changelog@ 4186

Last change on this file since 4186 was 4186, checked in by bird, 25 years ago

* empty log message *

File size: 4.3 KB
Line 
1 /* $Id: changelog,v 1.1104 2000-09-04 17:52:38 bird Exp $ */
2
3 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - Win32k: Improved error reporting.
5 Corrected fatal bug in the QueryOptionsStatus IOCtl,
6 had forgotten three SSToDS()...
7
8 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
9 - doc/readme.txt: Updated Win32k sections.
10 - Win32k: Fixed missing object in the 16-bit clib.lib which caused
11 linking of win32k.sys to fail in last daily build.
12 Support for comport 3 and 4.
13 - Win32kCC: Updated dialog to show all information provided by the
14 Win32k IOCtl interface.
15 - Include/HandleManager.h:
16 Added prototype for HMDeviceIoControl which Sander forgot.
17
18 2000-09-03: Patrick Haller <phaller@gmx.net>
19 - KERNEL32: - NLS sync with WINE
20
21 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
22 - KERNEL32: More logging;
23 DeviceIoControl didn't have handlemanager wrapper
24 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
25 PLEASE be more careful in the future!
26
27 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
28 - Win32k: Finally. I've merged the new changes into the main branch.
29 The most important things are:
30 - More correct search order for DLLs. The differences are
31 now that _ALL_ DLLs are found using the Windows search
32 order, and that the LIBPATH are also searched (last).
33 - PE.EXE may be invoked by Win32k.sys.
34 Win32k.sys will now operate in three modes:
35 - Pe2Lx mode. Only the Pe2Lx method is used.
36 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
37 executables which Pe2Lx don't currently support.
38 (like WinWord, which BTW may trap you PC if invoked
39 in Pe2Lx mode.)
40 This is the default mode.
41 - Pe.exe mode. Pe.exe is allways used.
42 (see readme.txt, I'll update it to ASAP but not to night.
43 (I tired after working 36 hours on finishing this...)
44 - UNIX Shell Scripts are working (now).
45 - JAVA invokation. If you try to load a JAVA class the
46 it is executed using java.exe. (note that the class
47 name is case sensitive!)
48 - Pure REXX. This one is for Nenad. .RX and .REX are
49 loaded using a tiny REXX starter, kRX.exe (found in
50 System32 directory).
51 - Win32k Control Center, Win32kCC.EXE. Simple PM
52 program which allows you to change the Win32k.SYS
53 options while running. It does also show some status
54 information (will be extended).
55 - Support for FP14 in the Symbol database.
56 (use the 09th Aug. kernel please).
57
58 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
59 objecttable entries (OTE) for the Pe2Lx executable images,
60 instead of using DosQuerySysState (which gets OTEs for all
61 modules in the entrie system). (This is the reason for the
62 win32k.lib file - it's made by the 'libs' rule from src.)
63
64 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
65 - USER32: Rewrote IsZoomed
66 Removed winzip invisible button fix; causes many repaint
67 problems. Need to find the real cause.
68 - DDRAW: More debug logging; implemented ClipGetClipList
69 - WINMM: mixerGetID fix (for NULL hmixer)
70
71 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
72 - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
73 Added linkage macro for the OS2RC which exepacks the resource
74 object: OS2RCLFLAGS
75
76 2000-09-01: Patrick Haller <phaller@gmx.net>
77 - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
78 a bitmap w/o palette color table and then send one in to copy.
79 - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
80
Note: See TracBrowser for help on using the repository browser.