source: trunk/changelog@ 4184

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

* empty log message *

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