source: trunk/changelog@ 4182

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

* empty log message *

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