source: trunk/changelog@ 4207

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

.

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