source: trunk/changelog@ 275

Last change on this file since 275 was 274, checked in by sandervl, 26 years ago

* empty log message *

File size: 29.6 KB
Line 
1 /* $Id: changelog,v 1.43 1999-07-06 08:49:28 sandervl Exp $ */
2 99-07-06: Edgar Buerkle <100566.557@compuserve.com>
3 - PE2LX: Finished support for codepages
4
5 99-07-05: Patrick Haller <phaller@gmx.net>
6 - SHELL32: SheSetCurDrive stub, ...
7
8 99-07-05: Sander van Leeuwen <sandervl@xs4all.nl>
9 - LIB\libconv.def: Added name with '_' appended. (or else Watcom won't
10 link pe2lx\misc.cpp properly)
11
12 99-07-05: Edgar Buerkle <100566.557@compuserve.com>
13 - PE2LX: Preliminary support for codepages
14
15 99-07-05: Patrick Haller <phaller@gmx.net>
16 - KERNEL32: HandleManager fixes as suggested by Edgar Buerkle
17
18 99-07-04: Christoph Bratschi <cbratschi@datacomm.ch>
19 - PE2LX/USER32: Dialog default font set to WarpSans + fixes
20
21 99-07-02: Christoph Bratschi <cbratschi@datacomm.ch>
22 - PE2LX/USER32: Dialog bugfix for entryfield strings
23
24 99-06-30: Christoph Bratschi <cbratschi@datacomm.ch>
25 - KERNEL32: Unicode changes (unicode.cpp)
26 lstrcpynA/W (kernel32.cpp
27 - USER32: LoadStringA unicode conversion bugfix
28 - USER32: Changed SystemParameterInfo for default font (now 9.WarpSans)
29
30 99-06-30: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
31 - WINMM: Implemented remaining joystick apis + bugfixes
32
33 99-06-29: Patrick Haller <phaller@gmx.net>
34 - KERNEL32: GetLocaleInfoA bugfix (lang.cpp)
35
36 99-06-29: Przemysˆaw Dobrowolski <dobrawka@asua.org.pl>
37 - WINMM: Implemented most of the joystick apis
38
39 99-06-28: Christoph Bratschi
40 - USER32: AsciiToUnicodeN bugfix (unicode.cpp)
41
42 99-06-28: Sander van Leeuwen
43 - USER32: Get/SetWindowLongA bugfix for dialog controls
44
45 99-06-27: Sander van Leeuwen
46 - USER32: Message handler updates & lots of bugfixes
47 - USER32: Fix for GetWindowLongA, if Open32 returns 0xffff it really
48 means 0xffffffff -> fixes Winhlp32 buttons.
49 - USER32: Fixed bug when changing window procedures for dialog box
50 controls
51
52 99-06-26: Sander van Leeuwen
53 - USER32: Changes for message spy & several message handler changes
54 - USER32: Restore win32 tib in window msg callback
55 - KERNEL32/include: Restore OS/2 tib on entering Open32 or OS/2 apis
56 - KERNEL32/lang.cpp: Bugfix for GetLocaleInfoA (if buf ptr == null,
57 only return size of memory block required to hold info)
58
59 99-06-25: Achim Hasenmueller
60 - Finally fixed changelog date format to be compliant with
61 the official EU date format :)
62
63 99-06-25: Christoph Bratschi
64 - USER32: GetSysColorPen bugfix (syscolor.cpp)
65
66 99-06-24: Patrick Haller
67 - SHELL32: partial port form WINE
68
69 99-06-24: Edgar Buerkle
70 - KERNEL32: Implemented GetLocaleInfoA/W
71
72 99-06-24: Sander van Leeuwen
73 - include\winos2def.h: Changed OS/2 apis to use wrappers
74 (FS save/restore) and added DosQueryCtryInfo
75
76 99-06-23: Patrick Haller
77 - Fixed date format in changlog .g.
78 - NTDLL: a dozen c runtime functions added
79 - USER32: IsHungAppWindow dummy added
80 - SHELL32: few more APIs added
81 - KERNEL32: HandleManager, Console, fixes
82 - COMDLG32: basic unicode support added, thou broken somehow
83 - source code splitups and beautification ;-)
84
85 99-06-23: Achim Hasenmueller
86 - ported latest WINE fixes and additions for comctl32. Changes
87 involve better undoc. DSA APIs, right colors for the tab control,
88 many improvements for the listview...
89
90 99-06-21: Achim Hasenmueller
91 - ported latest WINE DrawEdge code and moved everything to the
92 new file src/user32/uitools.cpp
93
94 99-06-21: Sander van Leeuwen
95 - include\os2wrap.h, removed calling convention
96
97 99-06-21: Christoph Bratschi
98 - COMCTL32: Progress bar finished (progress.c, USER32 bugs to fix)
99 - COMCTL32: Trackbar finished (trackbar.c)
100
101 99-06-20: Sander van Leeuwen
102 - KERNEL32: Call HMInitialize from initterm, not winexe object creation
103 - KERNEL32: Added comctl to list of system dlls (windll.cpp)
104 - KERNEL32: Fixed dll detach (windll.cpp) for converted win32 dlls
105 - KERNEL32: Module name detection (windll.cpp)
106 - KERNEL32: Activated Win32 TIB code; a selector + memory is allocated
107 for the main thread and every thread created.
108 When it's completed, it should fix several problems due to
109 differences between OS/2's TIB and Win32's TEB.
110 - COMCTL32: Fixed crash on exit (moved unregister of class into exit list handler)
111 - USER32: Changed bugfix (WS_CLIPCHILDREN) for winhlp32 (same as Wine now)
112 - USER32: Fixed bug in wndproc.cpp (release build only)
113 - USER32: Added preliminary support for parent notification
114
115 99-06-19: Sander van Leeuwen
116 - ALL (except dsound/ddraw): Include <os2wrap.h> instead of <os2.h>
117 - KERNEL32: Changes for win32 TEB (not active)
118
119 99-06-07: Sander van Leeuwen
120 - Removed unecessary files
121 - Modified os2win.h to save FS selector before calling Open32 api
122 and restoring it afterwards.
123 - Renamed all .C files (except comctl32) to .CPP and fixed compiler errors
124 - GDI32: Fixed SetDIBitsToDevice bugfix (palette size)
125 - USER32: Fixed RegisterSystemClasses
126
127 99-06-07: Achim Hasenmueller
128 - Added comctl32, mostly untested includes all controls, some undocumented
129 APIs missing
130 - Added internal GetSysColorPen() to user32 - handy API used in WINE
131 Modified syscolor.cpp to support new Win98 colors and create pens
132
133 99-06-06: Sander van Leeuwen
134 - Bugfixes in VirtualAlloc (KERNEL32), GetScrollPos & RegisterSystemClasses (USER32)
135 as reported on mailinglist by Edgar Buerkle.
136 Also FindResourceA/W.
137
138 99-06-01: David Raison
139 - OLE32: Changed everything to make it compile with the new headers
140 - include/win/ole.2 - line 170
141 - include/wine/win/obj_oleview.h - line 32 & 36
142
143 99-05-23: Sander van Leeuwen
144 - ADVAPI32: Fixed Open32 bugs in RegOpenKeyA (set return key to 0 when failed)
145 Fixed key definition conflict in convertkey.
146 - KERNEL32: Fixed exception handler, don't continue after process termination
147 exception! (fixes annoying exitlist hangs)
148
149 99-05-19: Sander van Leeuwen
150 - KERNEL32: Corrected wrong export for HeapSize (reported by Vit Timchishin)
151
152 99-05-15: Sander van Leeuwen
153 - Fixed a number of bugs introduced during the Wine header update
154 - KERNEL32: Added high/low fixup support for pe loader
155
156 99-05-13: Sander van Leeuwen
157 - Updated USER32
158 - Fixed unicode apis in USER32
159 - Added .def files for ADVAPI32, COMDLG32, GDI32, KERNEL32 & USER32 that
160 export all apis with the correct names. (_apiname@nrofparameterbytes)
161
162 99-05-12: Sander van Leeuwen
163 - Finished KERNEL32
164 - Updated WINMM
165
166 99-05-10: Vince Vielhaber
167 - Rewrote WSOCK32 for Wine headers
168
169 99-05-08: Sander van Leeuwen
170 - Updated CAPI32, COMDLG32 & GDI32, MPR, NTDLL, TAPI32, WINSPOOL, WNETAP32
171 for new headers
172 - Started with KERNEL32 changes (75% done)
173 - Made basic changes to OLE32 for new headers, but still tons of errors
174 - Fixed some unicode apis in GDI32
175
176 99-05-04: Sander van Leeuwen
177 - Stripped os2win.h and put it in include directory
178 - WINE header files in include\win
179 (some modified for IBM VAC)
180 - All Open32 apis have 'O32_' as prefix, Open32 specific declarations
181 are appended with _O32.
182
183 99-05-01: Sander van Leeuwen
184 - Changed makefile structure:
185 nmake DEBUG=1 builds debug version
186 nmake builds release version
187
188 99-04-11: Sander van Leeuwen
189 - Everything except user32 & kernel32: copyrights added to most files
190 Moved a few header files in \include
191 - Fixed import problem in peldr (include\winimage.h), SetFullPath must
192 be a virtual method.
193
194 98-10-26: Sander van Leeuwen
195 - OLE32: CoInitialize takes one parameter, not 0
196
197 98-10-11: Sander van Leeuwen
198 - KERNEL32: except.asm Wrong calling convention for SetExceptionChain
199 - KERNEL32: exceptions.cpp/wprocess.cpp SetExceptionChain(-1) instead of SetExceptionChain(0)
200
201 98-09-28: Sander van Leeuwen
202 - PE2LX: icon.cpp: palette only for <= 8 bpp
203 - PE2LX: icon.cpp: check if image size in bmp header is correct before using it
204
205 98-09-25: Sander van Leeuwen
206 - PE2LX: Don't fail if an exe/dll doesn't contain any imports (pe.cpp:ProcessImports)
207
208********************************************************************************
209***** Release 0.03/4
210********************************************************************************
211 98-09-15: KSO
212 - WIN32K: pe2lx\misc.cpp changes
213
214 98-09-13: Sander van Leeuwen
215 - KERNEL32: windll.cpp: fixed bug with szModule not being initialized
216 - PE2LX: pe.cpp: Only read first 1 MB for huge files. (as they are most
217 likely InstallShield archives; exe appended with
218 installation data)
219
220 98-09-12: Sander van Leeuwen
221 - WSOCK32: Changed fd_set to Wfd_set or else it won't compile over here
222 - KERNEL32: Winimage.cpp, extra checks added
223 - KERNEL32: OS2GetModuleFileName bugfix
224 - INCLUDE/MISC.H: Error printf that prints to stdout (more reliable than
225 a logfile)
226 - GDI32: GetDeviceCaps -> NT returns -1 when using 16 bits colors, NOT 65536!
227 - GDI32: CreateDIBSection -> StarCraft uses bitmap with negative height ->
228 flip image when blitting
229 - GDI32: DIBSection ctor: bug in BITMAPINFO2 malloc
230 - GDI32: BitBlt: (dibsection) HDC == HPS (thank you, IBM!)
231
232 98-09-02: Sander van Leeuwen
233 - KERNEL32/USER32: Split up code
234 - USER32 (/new): Started with new class & window managment code
235 (not compiled nor tested, so don't change it)
236
237 98-09-01: Patrick Haller
238 - WSOCK32: Circular linker dependency removed
239
240 98-08-31: kso
241 - KERNEL32: changed lfile.c to use OS2CreateFile,OS2CloseHandle,.... as
242 NT does. Notepad (W95) is now working better.
243 - KERNEL32: fixed a open32 bug (or win32 feature) - WriteFile with
244 nrbytes = 0 is equal to a SetEndOfFile(..);
245
246 98-08-17: Sander van Leeuwen
247 - KERNEL32: Changed LoadLibraryA(W/ExA/ExW) to try to load the dll
248 directly first and if that fails, load it manually.
249
250 98-08-15: Sander van Leeuwen
251 - DDRAW: LOTS of changes,additions and fixes
252 (ddex1-ddex5 DirectX SDK samples work(ed) + Quake 2 in
253 DirectDraw mode)
254 - DSOUND: Skeleton code extended
255
256 98-08-13: Sander van Leeuwen
257 - PE2LX: Replaced stack page removal code; (adjusted GetNrPages instead)
258
259 98-08-13: KSO:
260 - PE2LX: Borland bugfixes
261
262 98-08-08: Sander van Leeuwen
263 - pe2lx (pe.cpp), call SetNrOfExports(0) for dlls without exports
264 to set the module name in the resident name table
265 (otherwise converted dll will not load)
266 - Version resource apis work now
267 - LocalReAlloc bugfix, notepad assumes it returns the same
268 address when the new size is smaller than the old one.
269
270 98-08-03 KSO:
271 - pe.cpp: line 600 - added OS2Exe to the parameterlist
272 - bitmap.cpp: replace file - much.
273 - bitmap.h: replace file - typo (BitMap to Bitmap)
274 - icon.h: replace file - #define BI_*
275
276 98-07-23: Knut Osmundsen
277 - PE2LX: Borland exe changes (import stuff)
278
279 98-07-18: Sander van Leeuwen
280 - KERNEL32/PE2LX: Changed version checks; version nr is put into the
281 converted exe/dll as a parameter to one of the kernel32
282 entry points
283 - USER32: Changed class managment code
284 - USER32: Removed all SYNCPAINT stuff as it breaks many apps
285 - USER32: Removed in CreateWindowExA that checks for values of x, y, nHeight & nWidth
286 (this broke generic.exe, notepad.exe and probably many others)
287 - USER32: Finished GetMenuStringW (MSPaint), not working right though
288 it should return 'Recent File', but returns 'Decent File'
289 Well, whatever.
290 - VERSION/KERNEL32/PE2LX: Version resource API implemention started
291 - PE2LX: Increased some fixup limits to convert dynhgi35.dll
292 - KERNEL32: AsciiToUnicode fixed (only terminate with one 0; doing
293 it twice corrupts the heap as our stuff allocates exactly
294 enough for string + 0 terminator)
295
296 98-07-14: Sander van Leeuwen
297 - KERNEL32: Changed OS2GetProcAddress to call the ordinal or name getApi
298 method
299
300 98-07-13: Patrick Haller
301 - USER32: Unicode fix for wvsprintfW "%s" -> "%ls"
302 - USER32: fix in Win32WindowProc destructor when "window" becomes NULL
303 - ADVAPI32: RegConnectRegistry for connection to local machine
304
305 98-07-13: Patrick Haller
306 - KERNEL32: Unicode fix that garbled CommandLineToArgv and others
307
308 98-07-12: Patrick Haller
309 - NTDLL: new functions in NTDLL (-> critical sections)
310 - SHELL32: few new stubs in SHELL32
311 - GDI32: fix in GDI32\DIBSECT\CreateDIBSection for M$ Backup
312 - USER32: experimental fix (CS_SYNCPAINT) for WinHlp32 to
313 display navigation buttons, but crashes SOL.EXE :(
314
315 98-07-10: Patrick Haller
316 - stubs for NETAPI32 100%
317
318 98-07-09: Patrick Haller
319 - stubs for Winspool 100%
320
321 98-07-01 Joel Troster
322 - KERNEL32: update to nameid.cpp
323
324 98-06-07 Joel Troster
325 - WINMM: WaveOpen bugfix
326
327 98-06-07 Felix Maschek
328 - CAPI32: bugfix
329
330 98-06-15: Patrick Haller
331 - GDI32: stubs for all missing functions
332 - ADVAPI32: stubs for all missing functions
333 - USER32: implementation of some real functions
334 some unknown functions stubbed (IDA/2)
335
336 98-06-14: KSO
337 - GDI32: Stubs for Office 97
338 - PE2LX: Formatted output
339 - ADVPI32: Stubs for Office 97
340 - VERSION: Stubs for Office 97
341
342 98-06-12: Patrick Haller
343 - NTDLL: ported over the NTDLL code from WINE, subject to the GNU Copyleft
344 some applications open this module explicitly
345 - KERNEL32: few fixes to Unicode handling
346 - KERNEL32: console window sizing (still buggy) and property fixes
347 - KERNEL32: stubs for all missing functions
348 - GDI32: bugfix for DIB allocation (MS Paint)
349 - WINMM: functions for FOURCC handling
350 - PE2LX: CURSOR.CPP: hotspot.y is upside down (fixed for Winhlp32)
351 - PE2LX: DIALOG.CPP: combobox style translation CBS_ fixed
352 - PE2LX: DIALOG.CPP: style translation for WINES_MULTILINE
353 causes MLE control to be generated.
354 Experimental.
355 - KERNEL32: WINDLL.CPP: fixed endless loop in Win32DLL::StripPath()
356
357 98-05-25: Patrick Haller
358 - KERNEL32: Added few NTDLL stubs, mainly for support of MSACM32/NT
359 - KERNEL32: Resource fix
360
361 98-05-03: Joel Troster
362 - WINMM: Stubbed most of the remaining mmedia apis
363
364 98-04-28: Patrick Haller
365 - KERNEL32: Console fixes
366 - KERNEL32: Console properties (partially)
367 - KERNEL32: Handlemanager fixes
368 - KERNEL32: OS2iGetModuleName fixes
369
370********************************************************************************
371***** Release 0.02
372********************************************************************************
373
374 98-04-05: Patrick Haller
375 - KERNEL32: Resource bugfix
376
377 98-03-30: Joel Troster
378 - WINMM: midiStream* stubs added
379
380 98-03-30: Sander van Leeuwen
381 - PE2LX: Set console flag when exe has no resources
382
383 98-03-27: Joel Troster
384 - WINMM: Midi changes/bugfixes, mci* api stubs added
385 - GDI32: SetObjectOwner stub added
386
387 25-03-98: Sander van Leeuwen
388 - KERNEL32: Several changes in resource code
389
390 19-03-98: Felix Maschek
391 - KERNEL32: Comm stubs added
392
393 19-03-98: Sander van Leeuwen
394 - KERNEL32: Pop up a dialog box when a missing api is called
395 - KERNEL32: dll bugfix
396 - KERNEL32: CreateProcessA/W fix
397 - KERNEL32: GetProcAddr completed for PE loader & PE2LX
398
399 19-03-98: Peter Fitzsimmons
400 - created include\version.h
401 - changed pe2lx\lx.cpp (call SetVersion())
402 - changed pe2lx\misc.cpp (code for SetVersion(), setea())
403 - changed pe2lx\misc.h (add prototypes)
404 - changed pe2lx\pe.cpp (moved DosClose() up a few lines, so DosSetPathInfo() could write to the file)
405 - changed pe2lx\makefile \
406 - changed pe2lx\makefile.wat / Build setver.exe, getver.exe. I didn't copy
407 these exe's to ..\bin in purpose; they
408 aren't supposed to go to end users.
409 - Added one line ("..\server $@") to all makfiles
410
411 - added getea() to kernel32\os2util.c
412 - added a few lines in kernel32/wprocess.cpp/RegisterDll()
413
414 - Edit all initterm.c's to remove that rand() crap (that is from a
415 sample project!). Also added new version check to each. Also #include "misc.h"
416
417 - wsock32: edited makefile to remove reference to ..\kernel32\misc.obj and
418 replace with kernel32.dll.
419
420 - src\makefile: build kernel32 before wsock
421 - src\kernel32\makefile: remove reference to wsock32.lib
422 - src\kernel32\network.cpp: remove call to wsock32
423
424 16-03-98: Joel Troster
425 - GDI32: Added SetObjectOwner stub
426
427 15-03-98: Joel Troster
428 - WINMM: RTMIDI dependency removed
429
430 15-03-98: Sander van Leeuwen
431 - All dlls, C++ init+termination call added to initterm.c
432 - KERNEL32: Icon conversion bugfix
433 - KERNEL32: Removed reroute of exe reading
434 - KERNEL32: Major rewrite of dll & exe handling including
435 LoadLibary(Ex)A/W, CreateProcessA/W, GetModuleFileNameA/W,
436 FreeLibrary & GetCommandLineA/W
437 Side effect: Crash at Quake 2 exit fixed
438
439 - KERNEL32: Additional code for PE loader
440 - PE: Created OS/2 ring 3 PE loader
441 syntax: pe win32exe commandline
442 Reads win32exe & all imported dlls, calls all dll entry points and
443 finally calls the exe entry point.
444 TODO: No fixups and low startup address
445 TODO: Resources
446 TODO: CreateProcess doesn't work right
447
448 13-03-98: Sander van Leeuwen
449 - KERNEL32: Dll unloading fixed
450
451 13-03-98: Peter Fitzsimmons
452 - KERNEL32: Fixed CompareStringA/W
453
454 12-03-98: Joel Troster
455 - WINMM: Stubbed all the mixer APIs and updated support for MidiMapper
456
457 10-03-98: Sander van Leeuwen
458 - WSOCK32: WSAStartup fix and ioctl addition
459 (Quake 2 Multiplayer working)
460 - KERNEL32: Resource lookup bug fixed
461
462 10-03-98: Joel Troster
463 - KERNEL32: SetThreadLocale added
464
465 09-03-98: Patrick Haller
466 - KERNEL32: Fix in GetStdHandle within HandleManager
467
468 - KERNEL32: Console APIs completed, input and output is complete,
469 however not thoroughly tested, SHORT 0.98D is working.
470 Codepage support, Unicode support missing.
471 I'm working on cosmetics and properties dialog.
472
473 - EXECHECK: tool to check executables for convertibility via pe2lx
474 and keeping track of our APIs, as well as imported/exported
475 functions of executables (PE import is currently implemented)
476
477 09-03-98: Sander van Leeuwen
478 - KERNEL32: Put dll & exe apis in wprocess.cpp
479 - KERNEL32: Reroute file io from own exe to original
480
481 08-03-98: Joel Troster
482 - KERNEL32: Unicode changes (lstrcatW, lstrcmpW, lstrcpyW lstrcpynW)
483 - WINMM: Unicode midi apis added to .def file
484
485 08-03-98: Sander van Leeuwen
486 - WINMM: Aux* apis implemented (not tested and not 100% correct)
487 - include: added mmddk.h from win95 ddk
488
489 07-03-98: Peter Fitzsimmons
490 - Added KERNEL32.GetSystemDefaultLangID() -- I copied GetUserDefaultLangID, which
491 always returns "US ENGLISH".
492 (NOTE: Already added)
493 - Added ADVAPI32.ReportEventA(). Stub.
494 - Added ADVAPI32.OS2SetSecurityDescriptorDacl(). Stub that returns ERROR.
495 - Added ADVAPI32.* a bunch more stubs.
496
497 07-03-98: Sander van Leeuwen
498 - KERNEL32: Implemented Local* memory apis with new heap
499 (in win32 you can mix Heap and Local apis)
500 - KERNEL32: Corrected key mapping bugs for arrow, insert/del/home/end
501 page up/down keys.
502 Doesn't work 100% right yet. (strafing in Quake = alt-arrow)
503
504 06-03-98: Sander van Leeuwen
505 - WINMM: Added WaveOutGetNumDevs and corrected the calling
506 convention for several apis (WIN32API, not WINAPI)
507 - KERNEL32: Added GetSystemDefaultLangID and moved several
508 language apis to lang.cpp
509 - KERNEL32: Added EnumSystemLocalesA/W (US English only)
510 - PE2LX: command line option change: pe2lx win32file > logfile
511 Now makes a backup copy of the win32 file and creates
512 an OS/2 version with the same name
513
514 05-03-98: Joel Troster
515 - KERNEL32: Use OS/2 unicode apis
516 - USER32: Use OS/2 unicode apis
517
518 04-03-98: Sander van Leeuwen
519 - KERNEL32: Use OS2gethostname (wsock32.dll) instead of gethostname
520
521 03-03-98: Knut Osmundsen
522 - KERNEL32: VirtualAlloc bugfixes & high memory support (SMP)
523
524 03-03-98: Patrick Haller
525 - PECHECK: Initial code for pecheck.exe
526
527 03-03-98: Joel Troster
528 - KERNEL32: Stubs added for Virtual(Un)Lock
529 - WINMM: Unicode midi apis added, MIDIMAP faked, some bugs fixed
530
531 03-03-98: Sander van Leeuwen
532 - KERNEL32: Fixed logbuffer overflow with strlen WriteLogs
533 - KERNEL32: Use tcp32dll instead of pmwsock
534 - PE2LX: Fixed memory corruption in icon.cpp
535
536 02-03-98: Sander van Leeuwen
537 - KERNEL32: kernel32.c -> kernel32.cpp
538 - KERNEL32: Merged exception logging with my latest code
539 - include: win32type.h
540 - WSOCK32: Removed pmwsock.lib from makefile
541
542 01-03-98: Patrick Haller
543 - KERNEL32: Extensions to the exception handler (logging)
544 - KERNEL32: HandleManager for pseudo-devices (CONIN$,CONOUT$,etc)
545 - KERNEL32: Hooks for HandleManager
546 - KERNEL32: Very early console support for stdout is there ...
547 Console also has context menue.
548********************************************************************************
549***** Release 0.01
550********************************************************************************
551 28-02-98: Sander van Leeuwen
552 - DDRAW: Initial work for Direct3D
553 - KERNEL32/PE2LX, Changes for console applications (flag)
554 - KERNEL32: Kill process when a fatal exception occurs
555 (prevents some kind of eternal loop in OS/2; probably due to
556 invalid exception records or difference in exception handler
557 calling convention)
558 - KERNEL32: Added a try/catch statement around the dll exit list
559 processing in ExitProcess. Seems to cure the trap
560 at exit.
561
562 27-02-98: Patrick haller
563 - MPR: stubs for all documented MPR functions,
564 should be complete now
565
566 26-02-98: Patrick haller
567 - USER32: stubs for all documented USER32 functions,
568 should be complete now
569 - USER32: Windows95's SHELL32.DLL requires a few undocumented functions
570
571 24-02-98: Joel Troster
572 - WINMM: Midi working
573
574 24-02-98: Sander van Leeuwen
575 - KERNEL32: Exit list changes; terminate all dlls right before
576 ExitProcess or in kernel32 exitlist in case of a trap
577 (prevents unkillable processes in most cases)
578
579 23-02-98: Joel Troster
580 - KERNEL32: PMPrintf version of WriteLog added
581
582 22-02-98: Sander van Leeuwen
583 - ALL DLLs: Call C/C++ lib cleanup proc in exit list
584 - PE2LX: Use exit lists in converted win32 dlls to terminate them
585 - WINMM: Remove test code in timer emulation (multiplied time by 10)
586 - KERNEL32: Release winmod objects properly
587 - KERNEL32: Call dll exit proc in FreeLibrary
588
589 21-02-98: Sander van Leeuwen
590 - KERNEL32: VirtualProtect size change to include all pages
591 referenced
592
593 19-02-98: Sander van Leeuwen
594 - PE2LX: Change order of dlls in import module name table
595 - KERNEL32: Don't call the C/C++ lib cleanup procedure at
596 dll termination
597
598 18-02-98: Joel Troster
599 - WINMM: Midi changes, wave in/out stubs added
600
601 16-02-98: Sander van Leeuwen
602 - KERNEL32: Heap bugfix
603
604 16-02-98: Joel Troster
605 - WINMM: Midi updates
606
607 15-02-98: Sander van Leeuwen
608 - KERNEL32: Changed heap allocation again. (now uses malloc/free)
609 - KERNEL32: QueryPerformanceFrequency/Counter uses DosTmrQueryTime/
610 DosTmrQueryFreq now, so the normal xf86sup.sys can
611 be used.
612
613 11-02-98: Sander van Leeuwen
614 - MPR: Changed/Corrected ordinals
615
616Mon 98-02-09 Peter Fitzsimmons
617 - lx.cpp -- put in check for MAX_SECTIONS (was bombing out in one
618 of "visio technical"'s dlls.
619 - lx.cpp increase MAX_SECTIONS (lx.h) from 16 to 32 (where'd the
620 original value come from?).
621 - kernel32.c: added stub for FlushInstructionCache()
622 - kernel32.c: added stub for OS2GetPrivateProfileSectionA()
623
624 - advapi32: GetUserNameA() stub. Always says a person named
625 "USER" is logged on.
626
627 - MPR: WNetGetConnection(). NEEDS PROPER ORDINAL IN *.def file.
628
629 9-02-1998: Joel Troster
630 - USER32: Added Set/GetDefaultMenuItem (stub)
631
632 7-02-1998: Sander van Leeuwen
633 - KERNEL32/WINMM: Added VMutex to KERNEL32 (imported by WINMM)
634 - KERNEL32: New heap implementation (heap.cpp & os2heap.cpp)
635 - KERNEL32: Replace exception handler for each new thread
636 - KERNEL32: Set previous exception handler to 0 instead of -1
637 (fixes endless exception handler calls)
638 - Added macro dprintf & dassert to include\misc.h (no more need
639 for #ifdef DEBUG's)
640
64131-01-1998: Sander van Leeuwen
642 - USER32: Fixed two bugs in CreateWindowExA/W
643 - WINMM: Fixed wave playback problem
644
64518-01-1998: Sander van Leeuwen
646 - GDI32: Changed GetDIBColor & SetDIBColor
647 - GDI32: Fixed CreateDIBSection
648 - Quake 2 working in a window!
649
65017-01-1998: Sander van Leeuwen
651 - WINMM: Waveout working, Quake 2 WITH sound now!
652 - GDI32: Implemented GetDIBColor & SetDIBColor
653
65411-01-1998: Sander van Leeuwen
655 - KERNEL32: Exception handler fix
656 - WINMM: Started with WaveOut implementation
657
65811-01-1998: Felix Maschek
659 - TAPI32: Fixes
660
66110-01-1998: Sander van Leeuwen
662 - Changes to makefile and wsock32.c to make it compile with VAC
663 - VirtualAlloc bugfix (reserve)
664 - Dialog fix (font name)
665 - WINMM now uses mmsystem.h from win32 SDK
666
66710-01-1998: Chris McKillop
668 - New build tree
669
67010-01-1998: Vince Vielhaber
671 - Winsock32 changes
672
67331-12-1997: Sander van Leeuwen
674 - Remove all 'OS2' strings from imports/exports (dlls/pe2lx)
675
67628-12-1997: Sander van Leeuwen
677 - KERNEL32: Code to allow IO in ring 3 added (xf86sup.sys)
678 Set environment variable WIN32_IOPL2 to enable this
679
680 - KERNEL32: Fixed GetStartupInfoA/W (WINE)
681 - GDI32: Added CreateDIBSection from Wine (not complete)
682 - Lots of stubs added
683 - Almost got Quake II running....
684
68523-12-1997: Felix Maschek
686 - CAPI2032: Complete implementation of CAPI
687
68820-12-1997: Felix Maschek
689 - TAPI32: Stub dll
690
69120-12-1997: Sander van Leeuwen
692 - KERNEL32: Bug in winmod.cpp
693 - KERNEL32: Added code for exception handling (not fool proof)
694 - KERNEL32: Fixed HeapCreate (now reserves 32 MB instead of 64 kb)
695 - KERNEL32: Catch FPU exception, mask fpu exceptions, fix stack and continue execution
696 - PE2LX: Removed stack size & base switch
697 - WINMM: Added joyGetPos stub
698
69914-12-1997: Sander van Leeuwen
700 - KERNEL32: Added QueryPerformanceFrequency, QueryPerformanceCounter
701 - USER32: Added some stubs
702 - GDI32: Added some stubs
703 - WINMM: Added some stubs
704 - WNETAP32: New (NETAPI32)
705 - PE2LX: Change module import name NETAPI32 to WNETAP32 (name conflict with OS/2 NETAPI32)
706 - PE2LX: Cut long dll names to 8 chars
707 - MPR: Added WNetGetUserA stub
708
70931-11-1997: Sander van Leeuwen
710 - KERNEL32: Fixed GetEnvironmentStringsW
711 - KERNEL32: Added DeviceIOControl (devio.c, map.c, iccio.asm; last two from XFree86 driver src)
712 - KERNEL32: Changed CreateFile to open an OS/2 driver if required
713 - Last two changes for win32 Glide dll.
714
715 - Fixed window creation (wndproc.cpp), Open32 isn't sending WM_NCCREATE msgs!
716 - Filter out CBS_OWNERDRAWFIXED & CBS_OWNERDRAWVARIABLE combobox styles
717 in CreateWindowExA/W (not finished)
718 - Added FormatMessageA/W from Wine (kernel32)
719 - USER32:
720 - Fixed GetSystemParameterInfoA/W, SPI_GETNONCLIENTMETRICS/SPI_SETNONCLIENTMETRICS
721 (ConvertFontAW/ConvertFontWA macros)
722 - Progress comclt32 class working
723 - ADVAPI32, fixed:
724 - RegEnumKeyW
725 - RegEnumKeyExW
726 - RegEnumValueW
727 - RegQueryInfoKeyW
728 - RegQueryValueW
729
730 - USER32:
731 - Fixed DrawEdge (borrowed from Wine)
732 - Added ChangeMenuA/W (borrowed from Wine)
733 - Fixed some color problems
734 - Trackbar win32 SDK example working (toolbar comctl32 class)
Note: See TracBrowser for help on using the repository browser.