source: trunk/changelog@ 4349

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

* empty log message *

File size: 17.3 KB
RevLine 
[4349]1 /* $Id: changelog,v 1.1153 2000-10-01 03:06:52 bird Exp $ */
[2659]2
[4349]3 2000-10-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
4 - Win32k: ú Added IOCtl API for Reading or Writing into another process'
5 address space. (*ProcessReadWrite)
6 This is intended used to implemented ReadProcessMemory and
7 WriteProcessMemory (which is essensial to debuggers I think).
8 I'll implementet them soon, but it sees that it'll
9 require more changes in process.c that I first thought.
10 ú Simplified maintaince of kernel imports. (mkcalltab)
11 Removed unused imports.
12
[4345]13 2000-09-29: Sander van Leeuwen <sandervl@xs4all.nl>
14 - USER32: Edit control fix; Ignore WM_SETTEXT if string is the same.
15 Acrobat Distiller keeps on sending WM_SETTEXT with the
16 same string in responds to a WM_COMMAND with EN_UPDATE -> stack
17 overflow (TODO: Need to check if this behaviour is correct compared to NT)
18
[4341]19 2000-09-29: Achim Hasenmueller <achimha@innotek.de>
20 - COMCTL32: Added _TrackMouseEvent export for VisualAge Micro Edition
[4343]21 Added SmoothScroll implementation from WINE
[4341]22
[4337]23 2000-09-29: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
24 - INCLUDE\pdwin32.*:
25 -First attempt on new makefile style.
26 (See advapi32 or dllentry for an example.)
27 -Made .tools and .post compiler specific (Watcom adoptions).
28 -Watcom WMAKE likes the new makefile style, but only in UNIX
29 mode. So, you'll have to specify "-u" at the commandline.
30 Nothing links yet.
31 Anyone know if wlink would except .DEF-files? If not I'll
32 have to write a .DEF -> wlink options converter (trivial
33 since we has a class for parsing .DEF-files).
34 -Changed object directories for VAC36 and Watcom:
35 debug.vac36, release.vac36, debug.wat, release.wat.
36 But before you are able to compile much, you'll have to
37 manually create the global directories
38 bin\debug.vac36 and bin\release.vac36 or
39 bin\debug.wat and bin\release.wat.
40 - ADVAPI32: New makefile style example.
41 - DLLENTRY: New makefile style. Watcom object file (but not very useful).
42 (don't hope I've broken anything)
43
[4331]44 2000-09-28: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
45 - INCLUDE\pdwin32.wat.tools:
46 Placed .asm and .orc before .cpp in the .SUFFIXES list
47 to be able to make resource objectfiles.
48
[4328]49 2000-09-26: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
50 - Win32k: Corrected H2INC path in the makefile.
51
[4322]52 2000-09-25: Michal Necasek <michalnec@volny.cz>
53 - DDRAW, DDRAW\new: Fixed way too many bugs in asmutil.cpp. Both
54 the MMX and non-MMX transparent blitting functions were
55 incredibly buggy. They probably still are, but _much_ less
56 so. This fixed mouse pointer in Master of Orion II among other
57 things (but the Win95 version of MOO2 is simply buggy anyway).
[4326]58 Also fixed one case of FS corruption in DDRAW\new.
[4322]59
[4320]60 2000-09-25: Patrick Haller <phaller@gmx.net>
61 - KERNEL32: GlobalMemoryStatus does no more rely on Open32 (experiment for AOE)
[4321]62 This version should "provide" more memory.
[4320]63
[4318]64 2000-09-24: Markus Montkowski <mmontkowski@gmx.de>
65 - DPLAYX
66 INCLUDE\win\dplay.h
67 INCLUDE\winpdlobby.h : Synced with latest WINE source,
68 should fix some DX version checking via COM interfaces (like in AOE)
69
[4311]70 2000-09-22: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
71 - GLU32: - Changed sorter.cpp to eliminate compiler error
72 - OPENGL32: - Minor change to glthread.c
73
[4303]74 2000-09-22: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4306]75 - Win32k/Pe2Lx:
76 -Always apply all-in-one-object aligment fix. This will
[4303]77 solve lots of problems. (Hopefully temporary; I will explore
78 a VMAllocMem flag for VDMs which allows allocation of
79 pagealigned objects in the tiled arenas. The flag works
80 as expected but I get IPEs during process cleanup...)
[4306]81 -Corrected bug in applyFixups. Fixups was not applied when
[4303]82 the all-in-one-object aligment fix was applied.
[4306]83 -The problem with the build 14053 (testcase) kernels is solved.
84 ldrOpenPath have got an addition parameter. Symbols added
85 to the SymDB.
86 -Win32k.sys build now requires h2inc.exe is present in
87 the tools directory of the base DDK.
[4305]88 - KERNEL32: Changed Pe2Lx to use module address (address of the header
89 object) as hinstance. Some programs depends on this.
[4309]90 - opengl\glu\nurbs\internals: Turned off optimization. Internal
91 compiler error in release mode compiling sorter.cpp.
[4303]92
[4293]93 2000-09-21: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
94 - INCLUDE\makefiles: Made cleanrule omittable by defining NOCLEAN.
95 - Pe2Lx: Corrected/Made cleanrule.
96 - Win32k: New Microsoft C fix. Invokes it with no environment. Thanks goes to
97 Serge Sterck for this discovery. I hope it works out well.
98
99
[4286]100 2000-09-20: Markus Montkowski <mmontkowski@gmx.de>
101 - KERNEL32: Implemented COM-port APIs
102 Enhanced handlemanager to support device and handle data (for COM ports)
103 Added IOCTL to oslibdos
104 - INCLUDE\handlemanager.h os2win.h win32type.h: added COM definitions
105
[4283]106 2000-09-19: Michal Necasek <mike@mendelu.cz>
107 - INCLUDE\makefiles: disable C++ exception handling code generation (FS:0 changes)
108
[4281]109 2000-09-16: Sander van Leeuwen <sandervl@xs4all.nl>
110 - KERNEL32: Fixed matchModName bugs. (compare name without extension)
111 - WNASPI32: Restore win32 FS selector before calling post procedure
112
113 2000-09-16: David Raison <djr@lemur.co.uk>
[4275]114 - OLE32: Further updates from Wine
115 IMessageFilter stubs.
[4277]116 - OLEAUT32: Updates from Wine
117 ITypeComp stubs.
[4275]118
[4272]119 2000-09-16: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
120 - Tools\dbginfo: Solved DosCall1.DLL problem. Successfully creates HLL
121 HLL debuginfo from .SYM files and add it to LX files.
122
[4270]123 2000-09-15: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4269]124 - KERNEL32: Corrected logging for GetModuleFileNameA/W (a handle and
125 a string pointer was mixed - which proved fatal with
126 logging enabled).
127
[4270]128 2000-09-15: David Raison <djr@lemur.co.uk>
[4267]129 - OLE32: Updates from Wine
130
[4270]131 2000-09-15: Sander van Leeuwen <sandervl@xs4all.nl>
[4262]132 - WNASPI32: Open and initialize aspirout during dll load; doing this
133 for *every* aspi command is very inefficient.
134 Not possible to share aspirout now, but that could be fixed
135 later on.
136 - KERNEL32: Bug in recent exception handler changes; nested exception
137 are allowed to be dispatched to Odin's handlers. (PE loader
138 depends on it -> fixes crash in Lotus Notes)
139 Export WriteLogNoEOL
140
[4270]141 2000-09-14: Sander van Leeuwen <sandervl@xs4all.nl>
[4269]142 - WNASPI32: Fixed uninitialized variables in aspirout class
[4261]143 Fixed memory leaks (aspi object not deleted when something goes wrong)
144 - KERNEL32: Implemented IOCTL_SCSI_GET_ADDRESS (not perfect; only works
145 for cdrom/dvd drives and only the first one)
146
[4270]147 2000-09-13: Sander van Leeuwen <sandervl@xs4all.nl>
[4253]148 - KERNEL32: InitCommandLine corrupted the heap
149 Created HandleManager class for physical disks
[4269]150 - GDI32: StretchDIBits: Open32 always returns height of bitmap (regardless of how many
[4253]151 scanlines were copied); now corrected
152 - WNASPI32: Fixed FS corruption
153
[4251]154 2000-09-13: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
155 - KERNEL32: Added method matchModName to Win32ImageBase.
156 Used matchModName in LoadLibraryExA.
157 Documented and enhanced GetModuleFileNameA/W.
158 - Win32k: Display build time and date on verbose init.
159 Made sure build time and date is updated everytime
160 it's relinked.
161
[4243]162 2000-09-12: Sander van Leeuwen <sandervl@xs4all.nl>
163 - KERNEL32: GetCommandLine changes broke LX executable support. Fixed now.
164
[4238]165 2000-09-12: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
166 - KERNEL32: Rewrote GetCommandLineA/W. Don't depend on Open32 any longer.
167 The commandline strings are moved to global variables in
168 wprocess.cpp.
169 Added/extended some OSLib calls.
170
[4240]171 - Wink32: When invoking PE.EXE the first argument (Win32 exe name)
172 should be in quotes.
173 This is not yet corrected for the other invokers. (Scripts/Java).
174
[4228]175 2000-09-09: Sander van Leeuwen <sandervl@xs4all.nl>
176 - KERNEL32: Don't dispatch exceptions after application has called
[4238]177 ExitProcess. (fixes endless loop of exception handler calls
[4228]178 in RealPlayer 7)
[4233]179 Create more registry keys during installation:
180 HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager
[4253]181 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce
182 HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App Paths\iexplore.exe
[4233]183 GetFileAttributesA trashes the stack (EBX register corrupted after return)
184 If CreateFile fails to duplicate the handle, then try DosDupHandle
185 (DuplicateHandle for memory mapped files in IE5)
186 Set dwCreation flag to OPEN_EXISTING for DuplicateHandle (memory mapped files)
187 - PE: Endless loop when it can't find executable with name in quotes
[4228]188
[4226]189 2000-09-08: Michal Necasek <mike@mendelu.cz>
190 - KERNEL32: Changes and fixes for exception handling (now dispatches
191 exceptions to win32 apps)
192
193 2000-09-08: Sander van Leeuwen <sandervl@xs4all.nl>
194 - KERNEL32: Implemented EnumResourceLanguagesA/W
195 Put back some code that was changed. (environ.cpp & heap.cpp)
196 - GDI32: Fixed FS bug in OSLibDeleteRegion
197 - USER32: Removed wrapper for GetWindow; not required
198
[4221]199 2000-09-07: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
200 - Win32k: Added last FP14 kernel to Symbol database.
201 Splitted extract.c from Probkrnl.c. Removed old debug
202 code from Probkrnl.c (Probkrnl.exe) - use win32ktst.exe
203 for Ring-3 testing now.
[4238]204 Added filehandle fix for MSC60a compiler. (fix don't work!)
[4221]205
[4207]206 2000-09-07: Patrick Haller <phaller@gmx.net>
[4215]207 - KERNEL32: Fixed some FS: bugs in time.cpp, environ.cpp, heap.cpp
208 Fixed language support from WINE sync
209 - GDI32: Fixed some FS: bug in DeleteObject(), DeleteDC()
[4207]210
[4205]211 2000-09-07: Sander van Leeuwen <sandervl@xs4all.nl>
212 - COMCTL32: TOOLBAR_SetBitmapSize & TOOLBAR_SetBitmapSize; do not return
213 FALSE when called after buttons have been created.
214 (failed assertions in MFC applications; this code is from
215 the latest Wine source tree)
216 - SHELL32: Merged more changes made by Christoph into new tree
217 - KERNEL32: InitDirectories must be called before InitializeTIB or else
218 a win.ini file is created in the root dir (InitializeTIB
219 loads ntdll which depends on user32)
220 (reported by Kai Sommerfeld)
221 - USER32: GetWindow was completely wrong. Didn't take Z-order into account.
222 Fixes MFC applications (missing controls + redraw problems)
[4199]223
[4206]224 2000-09-06: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
225 - install: Added Win32kCC.exe and kRx.EXE to the .wpi distributions.
226
[4195]227 2000-09-05: Sander van Leeuwen <sandervl@xs4all.nl>
228 - USER32: WM_PARENTNOTIFY during WM_CREATE was sent to the wrong window
[4253]229 WM_FOCUSCHANGE fix; set & kill focus were sent twice
[4195]230 Added more logging.
231 Activate window after resizing (WM_WINDOWPOSCHANGED in pmwindow.cpp)
[4196]232 - KERNEL32: Workaround for RegSetValueA; a call to this api in Netscape
233 fails with error 8 due to a 0 size of the key data
234 HMOpenFile fix; pHMHandleData->dwCreation must be set
235 to OPEN_EXISTING or else the memory map class will fail
236 to duplicate the handle.
[4195]237
[4187]238 2000-09-04: Sander van Leeuwen <sandervl@xs4all.nl>
239 - KERNEL32: GetDiskFreeSpaceExA: added support for 64 bits disk size
240 Rewrote GetDiskFreeSpace (no longer uses Open32)
241 - USER32: SetWindowLong GWL_WNDPROC changes/fixes
[4318]242 Type of SetWindowLong determines new window proc type
[4187]243 UNLESS the new window proc has already been registered
244 (use the old type in that case) (VERIFIED in NT 4, SP6)
245 Return original window procedure if types match (SetWindowLongX & proc type)
246 otherwise window proc wrapper.
247 Fixes wrong strings in Notes 5.0. (new string problems, but they
248 are caused by something else)
[4221]249 - COMCTL32: CreateUpDownControl was not exported correctly
[4191]250 (reported by Reinhold Kopper)
[4187]251
[4182]252 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4186]253 - Win32k: Improved error reporting.
254 Corrected fatal bug in the QueryOptionsStatus IOCtl,
255 had forgotten three SSToDS()...
256
257 2000-09-04: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4182]258 - doc/readme.txt: Updated Win32k sections.
259 - Win32k: Fixed missing object in the 16-bit clib.lib which caused
260 linking of win32k.sys to fail in last daily build.
261 Support for comport 3 and 4.
262 - Win32kCC: Updated dialog to show all information provided by the
263 Win32k IOCtl interface.
[4184]264 - Include/HandleManager.h:
265 Added prototype for HMDeviceIoControl which Sander forgot.
[4182]266
[4175]267 2000-09-03: Patrick Haller <phaller@gmx.net>
[4187]268 - KERNEL32: NLS sync with WINE
[4175]269
[4173]270 2000-09-03: Sander van Leeuwen <sandervl@xs4all.nl>
[4182]271 - KERNEL32: More logging;
[4173]272 DeviceIoControl didn't have handlemanager wrapper
273 - GDI32: Missing wrapper for WinDrawTabbedText caused FS corruption.
274 PLEASE be more careful in the future!
275
276 2000-09-02: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
[4168]277 - Win32k: Finally. I've merged the new changes into the main branch.
278 The most important things are:
279 - More correct search order for DLLs. The differences are
280 now that _ALL_ DLLs are found using the Windows search
281 order, and that the LIBPATH are also searched (last).
282 - PE.EXE may be invoked by Win32k.sys.
283 Win32k.sys will now operate in three modes:
[4182]284 - Pe2Lx mode. Only the Pe2Lx method is used.
[4168]285 - Mixed Pe2Lx and Pe.exe mode. Pe.exe is invoked for
286 executables which Pe2Lx don't currently support.
287 (like WinWord, which BTW may trap you PC if invoked
[4182]288 in Pe2Lx mode.)
[4168]289 This is the default mode.
290 - Pe.exe mode. Pe.exe is allways used.
291 (see readme.txt, I'll update it to ASAP but not to night.
292 (I tired after working 36 hours on finishing this...)
293 - UNIX Shell Scripts are working (now).
294 - JAVA invokation. If you try to load a JAVA class the
295 it is executed using java.exe. (note that the class
296 name is case sensitive!)
297 - Pure REXX. This one is for Nenad. .RX and .REX are
298 loaded using a tiny REXX starter, kRX.exe (found in
299 System32 directory).
300 - Win32k Control Center, Win32kCC.EXE. Simple PM
301 program which allows you to change the Win32k.SYS
302 options while running. It does also show some status
303 information (will be extended).
304 - Support for FP14 in the Symbol database.
305 (use the 09th Aug. kernel please).
306
307 - KERNEL32: Speeded up loading by using Win32k.sys IOCtl to get
308 objecttable entries (OTE) for the Pe2Lx executable images,
309 instead of using DosQuerySysState (which gets OTEs for all
310 modules in the entrie system). (This is the reason for the
311 win32k.lib file - it's made by the 'libs' rule from src.)
312
[4151]313 2000-09-02: Sander van Leeuwen <sandervl@xs4all.nl>
314 - USER32: Rewrote IsZoomed
315 Removed winzip invisible button fix; causes many repaint
316 problems. Need to find the real cause.
317 - DDRAW: More debug logging; implemented ClipGetClipList
318 - WINMM: mixerGetID fix (for NULL hmixer)
319
[4145]320 2000-09-01: knut st. osmundsen <knut.stange.osmundsen@mynd.no>
321 - INCLUDE: Shut up the OS/2 resource compiler (added -n to OS2RCFLAGS).
322 Added linkage macro for the OS2RC which exepacks the resource
323 object: OS2RCLFLAGS
324
[4140]325 2000-09-01: Patrick Haller <phaller@gmx.net>
326 - GDI32: - Open32 fix for CreateDIBitmap: some apps claim they have
327 a bitmap w/o palette color table and then send one in to copy.
328 - USER32: - PMWINDOW.CPP: WM_FOCUSCHANCE - validate GetTopParent() handle
329
Note: See TracBrowser for help on using the repository browser.