source: trunk/changelog@ 4205

Last change on this file since 4205 was 4205, checked in by sandervl, 25 years ago

* empty log message *

File size: 6.5 KB
Line 
1 /* $Id: changelog,v 1.1110 2000-09-07 18:17:41 sandervl Exp $ */
2
3 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
4 - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
5 FALSE when called after buttons have been created.
6 (failed assertions in MFC applications; this code is from
7 the latest Wine source tree)
8 - SHELL32: Merged more changes made by Christoph into new tree
9 - KERNEL32: InitDirectories must be called before InitializeTIB or else
10 a win.ini file is created in the root dir (InitializeTIB
11 loads ntdll which depends on user32)
12 (reported by Kai Sommerfeld)
13 - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
14 Fixes MFC applications (missing controls + redraw problems)
15
16 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
17 - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
18 WM_FOCUSCHANGE fix; set & kill focus was sent twice
19 Added more logging.
20 Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
21 - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
22 fails with error 8 due to a 0 size of the key data
23 HMOpenFile fix; pHMHandleData->dwCreation must be set
24 to OPEN_EXISTING or else the memory map class will fail
25 to duplicate the handle.
26
27 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
28 - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
29 Rewrote GetDiskFreeSpace (no longer uses Open32)
30 - USER32: SetWindowLong GWL_WNDPROC changes/fixes
31 Type of SetWindowLong determines new window proc type
32 UNLESS the new window proc has already been registered
33 (use the old type in that case) (VERIFIED in NT 4, SP6)
34 Return original window procedure if types match (SetWindowLongX & proc type)
35 otherwise window proc wrapper.
36 Fixes wrong strings in Notes 5.0. (new string problems, but they
37 are caused by something else)
38 - COMCTL32: CreateUpDownControl was not exported correctly
39 (reported by Reinhold Kopper)
40
41 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
42 - Win32k: Improved error reporting.
43 Corrected fatal bug in the QueryOptionsStatus IOCtl,
44 had forgotten three SSToDS()...
45
46 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
47 - doc/readme.txt: Updated Win32k sections.
48 - Win32k: Fixed missing object in the 16-bit clib.lib which caused
49 linking of win32k.sys to fail in last daily build.
50 Support for comport 3 and 4.
51 - Win32kCC: Updated dialog to show all information provided by the
52 Win32k IOCtl interface.
53 - Include/HandleManager.h:
54 Added prototype for HMDeviceIoControl which Sander forgot.
55
56 2000-09-03: Patrick Haller <phaller@gmx.net>
57 - KERNEL32: NLS sync with WINE
58
59 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
60 - KERNEL32: More logging;
61 DeviceIoControl didn't have handlemanager wrapper
62 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
63 PLEASE be more careful in the future!
64
65 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
66 - Win32k: Finally. I've merged the new changes into the main branch.
67 The most important things are:
68 - More correct search order for DLLs. The differences are
69 now that _ALL_ DLLs are found using the Windows search
70 order, and that the LIBPATH are also searched (last).
71 - PE.EXE may be invoked by Win32k.sys.
72 Win32k.sys will now operate in three modes:
73 - Pe2Lx mode. Only the Pe2Lx method is used.
74 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
75 executables which Pe2Lx don't currently support.
76 (like WinWord, which BTW may trap you PC if invoked
77 in Pe2Lx mode.)
78 This is the default mode.
79 - Pe.exe mode. Pe.exe is allways used.
80 (see readme.txt, I'll update it to ASAP but not to night.
81 (I tired after working 36 hours on finishing this...)
82 - UNIX Shell Scripts are working (now).
83 - JAVA invokation. If you try to load a JAVA class the
84 it is executed using java.exe. (note that the class
85 name is case sensitive!)
86 - Pure REXX. This one is for Nenad. .RX and .REX are
87 loaded using a tiny REXX starter, kRX.exe (found in
88 System32 directory).
89 - Win32k Control Center, Win32kCC.EXE. Simple PM
90 program which allows you to change the Win32k.SYS
91 options while running. It does also show some status
92 information (will be extended).
93 - Support for FP14 in the Symbol database.
94 (use the 09th Aug. kernel please).
95
96 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
97 objecttable entries (OTE) for the Pe2Lx executable images,
98 instead of using DosQuerySysState (which gets OTEs for all
99 modules in the entrie system). (This is the reason for the
100 win32k.lib file - it's made by the 'libs' rule from src.)
101
102 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
103 - USER32: Rewrote IsZoomed
104 Removed winzip invisible button fix; causes many repaint
105 problems. Need to find the real cause.
106 - DDRAW: More debug logging; implemented ClipGetClipList
107 - WINMM: mixerGetID fix (for NULL hmixer)
108
109 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
110 - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
111 Added linkage macro for the OS2RC which exepacks the resource
112 object: OS2RCLFLAGS
113
114 2000-09-01: Patrick Haller <phaller@gmx.net>
115 - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
116 a bitmap w/o palette color table and then send one in to copy.
117 - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
118
Note: See TracBrowser for help on using the repository browser.