source: trunk/changelog@ 4175

Last change on this file since 4175 was 4175, checked in by phaller, 25 years ago

.

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