source: trunk/changelog@ 4210

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

Fixed some FS: bugs

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