source: trunk/changelog@ 3290

Last change on this file since 3290 was 3290, checked in by cbratschi, 26 years ago

* empty log message *

File size: 24.2 KB
Line 
1 /* $Id: changelog,v 1.855 2000-04-01 11:34:01 cbratschi Exp $ */
2
3 2000-04-01: Christoph Bratschi <cbratschi@datacomm.ch>
4 - USER32: added WYSIWYGOFOA interface
5
6 2000-04-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
7 - USER32: Fixed track frame width & height (now you can see actually
8 see the tracking frame when moving a window)
9
10 2000-03-31: Christoph Bratschi <cbratschi@datacomm.ch>
11 - USER32: readded CS_HITTEST for HT_TRANSPARENT handling, transparent
12 tooltips are now supported
13 (why is HT_TRANSPARENT in the groupbox control commented out?)
14 - COMCTL32: treeview: added TTF_TRANSPARENT tooltip style
15
16 2000-03-30: Christoph Bratschi <cbratschi@datacomm.ch>
17 - KERNEL32:
18 - SHLWAPI: added stubs for explorer.exe
19 - COMCTL32: treeview: finished info tip
20
21 2000-03-30: Sander van Leeuwen <sandervl@xs4all.nl>
22 - KERNEL32: Also double thread stack in release build
23 (RealPlayer 7 runs out of stack sometimes)
24 - WSOCK32: Fixed bugs in WSAStartup/Cleanup & select (fixes Gnutella)
25
26 2000-03-29: Sander van Leeuwen <sandervl@xs4all.nl>
27 - KERNEL32: Throw exception when critical section times out
28 - USER32: Fixed bugs in PeekMessageA/W (fixes connection failures
29 & hangs after warning dialogs in RealPlayer 7)
30 - GDI32: Check for NULL region in GetRgnBox; can cause a crash
31 in Open32
32
33 2000-03-29: Christoph Bratschi <cbratschi@datacomm.ch>
34 - KERNEL32: added FindFileFirstMultiA for internal usage
35
36 2000-03-28: Markus Montkowski <mmontkowski@gmx.de>
37 - KERNEL32: Added workaround for GetDiskFreeSpaceA; Open32 api doesn't
38 like NULL pointers
39
40 2000-03-28: Sander van Leeuwen <sandervl@xs4all.nl>
41 - KERNEL32: Fixed VirtualQuery; cbLength is length of memory structure,
42 not range of pages
43 Fixed compare of imported api names with length < 4
44 Fixed OpenFile; if filename doesn't contain path, look for
45 it in:
46 1: dir from which the app loaded
47 2: current dir
48 3: windows system dir
49 4: windows dir
50 5: dirs in path path environment variable
51 NOTE: Icon extraction in shell32 is broken; expects PE
52 images even when looking for icons in shell32.
53 (it should use FindResourceExA/W when looking for resources
54 in that case)
55 - USER32: Fixed combobox focus changes when showing dropdown window
56 - WSOCK32: Added support for warp 4 error messages (0 based)
57 Fixed FD_CLOSE async notification (fixes telnet ability
58 to detect lost connections)
59
60 2000-03-28: Christoph Bratschi <cbratschi@datacomm.ch>
61 - SHELL32: don't use pdump() in release build
62 - GDI32: dump ROP2 mode
63
64 2000-03-27: Sander van Leeuwen <sandervl@xs4all.nl>
65 - USER32: Fixed SetParent; remove child from parent's list (previously
66 didn't happen for children of the desktop)
67
68 2000-03-27: Christoph Bratschi <cbratschi@datacomm.ch>
69 - SHELL32: only scan dir once in CreateFolderEnumList
70 floppy drives have a fixed name
71 NOTE: delete 'bin\debug(release)\shres.*' or the resources
72 won't be updated
73
74 2000-03-26: Christoph Bratschi <cbratschi@datacomm.ch>
75 - COMDLG32:
76 - SHELL32: merged with Corel WINE 20000324
77
78 2000-03-25: Sander van Leeuwen <sandervl@xs4all.nl>
79 - KERNEL32: Fixes for GetStdHandle
80 - WSOCK32: Fixes for getservbyname & getservbyport
81
82 2000-03-24: Sander van Leeuwen <sandervl@xs4all.nl>
83 - KERNEL32: Fixed typo in pe loader (check for < 512 MB)
84 - USER32: Add size of space between two menu items when calculating
85 size of ownerdrawn menu item (fixes RealPlayer 7 menu)
86 - GDI32: Default format of 16 bits dibsection is RGB555
87 (fixes wrong colors when (sometimes) playing flash files
88 in RealPlayer 7)
89 - WSOCK32\NEW: Bugfixes
90 - WSOCK32: Replaced with new wsock32
91
92 2000-03-24: Achim Hasenmueller <achimha@innotek.de>
93 - WSOCK32\NEW: Made it compile with the TCP/IP V5
94 header files.
95 NOTE: should we rely on the 32bit
96 stack, is there any benefit for us?
97 - DPLAY: Added ordinals 2 and 3 to the def file, APIs
98 already seem to be implemented?!?
99 - COMDLG32: Fixed correct (Win95/OS2) dialog invocation
100
101 2000-03-24: Christoph Bratschi <cbratschi@datacomm.ch>
102 - USER32: fixed GetClipboardFormatNameW
103 fixed scrollbar memory leak
104 - SHELL32: fixed IDataObject_fnGetData return value (file dialog
105 is now usable)
106
107 2000-03-23: Sander van Leeuwen <sandervl@xs4all.nl>
108 - KERNEL32: Fixed shared global mutex
109 Added VSemaphore class
110 - USER32: Fixed shared global mutex
111 TODO:
112 ---->> Compiler bug: during __ctordtorInit it calls the constructor
113 of global objects, even if the dll has already
114 been loaded!
115 Replaced WriteLogs by dprintfs
116 - WSOCK32\NEW: Added WSAAsyncSelect + bugfixes
117
118 2000-03-23: Christoph Bratschi <cbratschi@datacomm.ch>
119 - COMDLG32: improved file dialog combobox
120 - COMCTL32: removed static WINMM linking
121 several listview fixes
122
123 2000-03-22: Sander van Leeuwen <sandervl@xs4all.nl>
124 - WSOCK32\NEW: Completely rewritten (removed dependancy on pmwsock)
125 Untested and unfinished (WSAAsyncSelect)
126
127 2000-03-21: Sander van Leeuwen <sandervl@xs4all.nl>
128 - GDI32: Added RGB 555 to 565 conversion in dibsection blit.
129 (fixes wrong colors in RealPlayer 7 Update 1 (rm videos
130 only))
131 - include\odinwrap.h: Disable heap checking by default for debug
132 build -> kills performance!
133
134 2000-03-21: Edgar Buerkle <Edgar.Buerkle@gmx.net>
135 - MSVCRT: Adding logging statement to _EH_prolog
136
137 2000-03-21: Christoph Bratschi <cbratschi@datacomm.ch>
138 - COMCTL32: optimized header/treeview for AMD cpuid
139 fixed dispinfo callbacks
140 reduced listview redraws
141 fixed wrong ASCII definitions in commctrl.h
142
143 2000-03-20: David Raison <djr@lemur.co.uk>
144 - OLE32: Ported OleQueryCreateFromData, OleCreateFromData from
145 wine/corel sources.
146 - OLEAUT32: Bugfix in ITypeLibImpl_GetDocumentation
147
148 2000-03-20: Sander van Leeuwen <sandervl@xs4all.nl>
149 - WSOCK32: Fixed relay bug in WSAAsyncSelect (delete relay slot
150 with same socket nr & window handle; there can
151 be more selects per window)
152
153 2000-03-19: David Raison <djr@lemur.co.uk>
154 - OLE32: Bugfixes.
155 Ported changes from wine/corel sources.
156 Created ReadClassStm, WriteClassStm, ProgIDFromCLSID
157
158 2000-03-19: Sander van Leeuwen <sandervl@xs4all.nl>
159 - ODINCRT: Fixed FS wrapper for _fdopen & others in file.cpp
160 (missing SetFS)
161
162 2000-03-19: Michal Necasek <mike@mendelu.cz>
163 - DINPUT: Few fixes, now Fallout 1/2 almost works
164
165 2000-03-18: Michal Necasek <mike@mendelu.cz>
166 - DDRAW: Fixed messed up DPA callback calling convention
167 Added some transparent blit code which was
168 mysteriously missing
169
170 2000-03-18: Edgar Buerkle <Edgar.Buerkle@gmx.net>
171 - MSVCRT: Implemented _EH_prolog
172
173 2000-03-18: Christoph Bratschi <cbratschi@datacomm.ch>
174 - USER32: merged with Corel WINE 20000317
175 added GCL_HICONSM support
176 fixed messagebox with no icon
177 - COMCTL32: merged with Corel WINE 20000317 + bug fixes
178
179 2000-03-18: Sander van Leeuwen <sandervl@xs4all.nl>
180 - ODINCRT: Added FS wrapper for _fdopen
181 (fixes crash at exit in Professional MineSweeper when
182 selection About Odin from the system menu)
183
184 2000-03-17: Christoph Bratschi <cbratschi@datacomm.ch>
185 - COMCTL32: fixed trackbar buddy alignment
186 added useful internal tooltip styles
187
188 2000-03-17: Sander van Leeuwen <sandervl@xs4all.nl>
189 - WSOCK32: Semaphore protection for relay slot alloc/free
190 Fixed bug in WSAAsyncSelect. Allow more than one
191 async call per window for RelayAlloc call. If it's not
192 alloced, pmwsock will return an error. Previously it was
193 overwriting slots for other async calls. (WSAAsyncGetHostName
194 in RealPlayer 7)
195 - KERNEL32: Fixed handle creation for thread 0.
196
197 2000-03-16: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
198 - TOOLS\FASTDEP:
199 Speed optimizations: using AVL trees, include dir caching,
200 dependencies stored in AVL tree until all files has been
201 processes, buffered write.
202 Cyclic dependency check.
203 All files but the objectfiles now should have fully qualified paths.
204
205 - INCLUDE\PDWIN32.TOOLS:
206 DEPEND: Enabled cyclic check.
207
208 2000-03-16: Sander van Leeuwen <sandervl@xs4all.nl>
209 - USER32: Fixed virtual keycode of return key
210 TODO: Not done for all keys. Should probably looks at the
211 scancode (not virtual char) to translate keys.
212 - GDI32: RP7 calls CreateDIBSection with HDC 0; Call
213 GetWindowDC(GetDesktopWindow()) in that case
214 -> fixes crash (result of CreateDIBSection failure)
215 TODO: Looks like this is allowed in NT, but need to check
216 this to be sure nothing else caused this problem.
217 (Note: most recent RealPlayer 7 version only)
218 - KERNEL32: Semaphore protection of handle alloc
219 Added handlemanager class for thread handles
220 Added workaround for Open32 WaitForSingleObject bug
221 (if thread is terminated and WaitForSingleObject is
222 called with the thread's handle -> never returns
223 (new rp7 hang at exit))
224 TODO: WaitForMultipleObjects can still hang ->
225 Event, semaphore, mutex & wait apis need to
226 be redesigned (not using Open32)
227
228 2000-03-14: Christoph Bratschi <cbratschi@datacomm.ch>
229 - USER32: implemented much faster LB_SETCOUNT
230
231 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
232 - USER32: Put back check (oldsel == newsel) in LISTBOX_SetSelection
233 (why was this commented out?)
234 Fixed combobox: Clear CBF_SELCHANGE flag before calling
235 CBUpdateEdit
236 Don't send CBN_EDITUPDATE when CBF_NOEDITNOTIFY
237 flag is set (by combo_handletext)
238 -> fixes infinite loops in RealPlayer 7 (type name of file
239 previously used in edit box; last letter entered -> crash)
240 AdjustWindowRectEx bugfix (reported by Robert Lalla)
241 Don't clear WS_POPUP flag. (HAS_THINFRAME depends on it)
242 -> fixes wrong resolution changes in Quake 2
243 Don't clear WS_CHILD flag either. (HAS_THICKFRAME depends on it)
244
245 - KERNEL32: Clear FILE_SHARE_DELETE flag before calling Open32's
246 CreateFile. (otherwise it fails) -> fixes RealPlayer 7
247 Basic (new update).
248
249 - WSOCK32: Changed workaround for setsockopt bug (SO_SNDBUF/SO_RCVBUF (OS/2's
250 winsock returns WSAEINVAL if size > 64k))
251 Only change size if setsockopt returns WSAINVAL (32 bits stack
252 should support size > 64 kb (?))
253 Added selective logging feature.
254
255 2000-03-12: Markus Montkowski <mmontkowski@gmx.de>
256 - KERNEL32: Added fix for GetFileAttributes. Open32 doesn't like
257 i.e. 'c:'; needs to be changed into 'c:\'
258
259 2000-03-12: Sander van Leeuwen <sandervl@xs4all.nl>
260 - include\winconst.h: Fixed KEY_ALL_ACCESS definition
261 (reported by Yuri Dario)
262 - DSOUND: Replaced dsound by new version
263 - USER32: Replaced os2.h includes by os2wrap.h
264 Set message nr, wParam & lParam to 0 for dummy messages
265 (to prevent keyboard or mouse messages swallowed by dinput
266 from being dispatched)
267 - KERNEL32: Replaced os2.h includes by os2wrap.h (cvtcursorgrp & oslibdebug)
268 - WSOCK32: Fixed bug in setsockopt for SO_SNDBUF/SO_RCVBUF (OS/2's
269 winsock returns WSAEINVAL if size > 64k)
270
271 2000-03-12: Michal Necasek <mike@mendelu.cz>
272 - dsound\new: Fixed sound in Heroes of M&M III
273
274 2000-03-11: Przemyslaw Dobrowolski <dobrawka@asua.org.pl>
275 - OPENGL\GLIDE: Fix for Voodoo 1 glide (missing io ports)
276
277 2000-03-11: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
278 - OPENGL\GLUT: Fix for gettimeofday. This is defined conflicting in
279 the toolkit sys\time.h.
280 - TOOLS\BIN: Implemented an optional directory locking in
281 dowithdirs.cmd. (Useful for SMP builds.)
282
283 2000-03-11: Sander van Leeuwen <sandervl@xs4all.nl>
284 - OPENGL\GLUT: Fixed compile problems + cleanup
285 (use C(XX)FLAGS_WIN32APP so you don't have to
286 explicitely specify which api type you use (ascii or unicode)!)
287
288 - OPENGL\GLIDE: Fixed wrong binary path for voodoo1 glide
289 - include\win\debugtools.h: Disable TRACE, WARN etc when DEBUG is not defined
290
291 2000-03-11: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
292 - OPENGL: Fixed error preventing build to complete
293
294 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
295 - KERNEL32: Set initial max nr of file handles to 256 during kernel32 init
296 Create DDRAW & DSOUND registry keys in InitRegistry
297 (NOTE: Must be done in install program!)
298 Added some win95 stubs
299 - GDI32: Added 16 bits device apis stubs
300
301 2000-03-10: Michal Necasek <mike@mendelu.cz>
302 - dsound\new: Changed DART buffer size calcualation, hopefully
303 WinAmp will sound better now.
304
305 2000-03-09: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
306 - include\pdwin32.tools: New tool, EXISTS --> \tools\bin\Exists.cmd
307 - tools\bin\Exists.cmd: New tool which checks if the file passed in
308 exists. If the file exists it returns 0, else 1. This is
309 used to check if .depend and other files exists in the
310 makefiles. (See pdwin32.post to see how.)
311 - include\pdwin32.post: .depend is only included if it exists. You'll
312 get a warning if it don't, but the makefile works fine.
313 Added a check on OBJDIR not being empty in the clean rule.
314 $(RM) $(OBJDIR)\* is will remove all files in the root dir if
315 OBJDIR is empty.
316 - win32k: Updated makefile with the use of EXISTS for both .depend and
317 makfile.inc. An update check for makefile.inc <-> configure.cmd
318 was also added.
319 Added checks for empty variables in clean rule, and we no longer
320 deletes * in any directory.
321
322 A CVS tip:
323 When new directories are added you have to to a 'cvs checkout .'
324 from the root.
325 A 'cvs update' don't get the new directories it seems
326 (There have been added some dirs under win32k lately so please do this.)
327
328 2000-03-09: Sander van Leeuwen <sandervl@xs4all.nl>
329 - KERNEL32: Major rewrite of PE loader classes to correctly support
330 dll dependencies
331 TODO: Circular dependencies only partly working
332 (a->b->a works, but a->b->c->a doesn't)
333 - USER32: Fixed bug in dialog constructor (class name translation)
334 (only showed up in release build)
335 Dinput mouse changes/fixes
336
337 2000-03-08: Michal Necasek <mike@mendelu.cz>
338 - dsound\new: Fixed volume and panning calculation that
339 sometimes caused ugly noise
340
341 2000-03-08: Michal Necasek <mike@mendelu.cz>
342 - dsound\new: Completely new DART-based DirectSound. Works fine
343 for me with Quake 3, Moorhuhn and WinAmp.
344
345 2000-03-07: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
346 - makefiles and include\pdwin32.*:
347 * Updated nearly all makefiles to the new makefile style.
348 Win32k, pe2lx and some subdirs of Winmm
349 * Odin32 resource files are now to have the extention .orc
350 All files have, save some under WinMM and in old/new dirs,
351 been renamed. There are now new interference rules in
352 pdwin32.tools which will create the resource assembly and
353 assemble it into an object file. So you simply have to
354 specify the output object file for Odin32 resources along
355 with the other object files.
356 * A little not on forwarders. ILINK returns a warning code of
357 4 when aliases are generated. An errorcode <> 0 stops NMAKE
358 normally. To workaround these problem we simply tell NMAKE to
359 accespt all error codes in the range 0-4. This is done by
360 putting '-4 ' in front of the $(LD2) statement.
361 I don't want to see _any_ '-$(LD2)'!!!
362
363
364 2000-03-06: Sander van Leeuwen <sandervl@xs4all.nl>
365 - USER32: Fixed bug in edit control
366 If nyoff > nr lines in control -> bottom line in control
367 window should show last line of control
368 Wine code shows last line at the top of the control
369 (Quake 3 startup edit control shows the problem)
370
371 2000-03-05: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
372 - include\pdwin32.vac*: Added OS2RC and OS2RCFLAGS. This defines the
373 OS/2 resource compiler and the flags used during compilation.
374 When it comes to linking we should assume NO flags and simply
375 invoke the it like this: $(OS2RC) <source>.res <target>.dll.
376 (See src\kernel32\makefile for an example.)
377
378 2000-03-05: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
379 - GLUT32: Really fixed optimized build now. Was not a VACPP bug but
380 error in calling convention prototype in glutint.h
381
382 2000-03-04: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
383 - GLUT32: Added logic to escape from optimizer bug in VACPP
384
385 2000-03-04: knut st. osmundsen <knut.stange.osmundse@pmsc.no>
386 - fastdep: Simple preprocessor. Commments and #if 0/1.
387 - OPENGL: Corrected makefiles. using LD2 and LD2FLAGS. Many makefiles
388 Didn't concider the NODEBUGINFO macro causing daily builds
389 to become enormous. Daily build of 6MB is not good!.
390 - include\pdwin32.v*.*:
391 *Alternate linker tool, LD2. This is ilink for VAC.
392 (See src\kernel32\makefile for hints how to use it).
393 *Synced configuration for the two VAC versions.
394
395 NOTE that NODEBUGINFO and DEBUGALL is handled within these
396 files. You don't have to test for them to set the correct
397 compiler and linker flags, this is allready done!
398
399 2000-03-04: Sander van Leeuwen <sandervl@xs4all.nl>
400 - INCLUDE\pdwin32.tools, pdwin.vac*
401 Added new build rules (conditional at this time)
402 For each dll a subdir bin\release & bin\debug is created
403 in which the object files of the release & build version
404 are saved.
405 - INCLUDE\pdwin32.post
406 Common makefile rules to be included by all makefiles
407 - USER32\KERNEL32: Switched to new build rules
408 - WSOCK32: Fixed bug in setsockopt for SO_LINGER (options size wasn't
409 adjusted)
410 - KERNEL32: Fixed shell dirs (now all created in odin\bin dir)
411 Partially fixed destruction of loaded dlls in ExitProcess
412 (TODO: dependencies are not yet right; needs new design)
413 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
414 to hmdevio.cpp
415 - USER32: Pass on keyboard messages if dinput handler returns TRUE
416 Also send non-client mouse messages to dinput
417 (TODO: always returns true after calling dinput handler)
418 - OPENGL\GLIDE:
419 Added check and fix for DosOpen (ERROR_TOO_MANY_OPEN_FILES)
420 to hmdevio.cpp (reported by Michal Necasek)
421
422 2000-03-03: Markus Montkowski <mmontkowski@gmx.de>
423 - DDRAW: Fixed bug in CreateSurface and QueryInterface
424 (Moorhuhn now starts fine with ddraw)
425 - USER32: Changed VirtualKey for VK_NEWLINE from 0x0A to 0x0D
426 in the virtualKeyTable
427
428 2000-03-03: Sander van Leeuwen <sandervl@xs4all.nl>
429 - KERNEL32: Create shell dirs in odin\bin directory
430 Cleanup (never call Open32 apis directly if the proc
431 isn't a wrapper; include win32api.h and call Odin api)
432 Fixed FS corruption for DosAliasMem
433 Fixed bug in Win32PeLdrImage::commitPage (quake 3 screensaver's
434 fixup section doesn't start on page boundary)
435 - ADVAPI32/KERNEL32: Moved registry apis in kernel32 as we need them
436 there (importing them directly creates a circular
437 dependency (kernel32->advapi32->kernel32))
438 Should probably be moved to ntdll
439 - WINMM: Fixed typo in DartWaveOut::init to determine bits per sample
440 (Realplayer 7 audio now works (when playing .rm files))
441
442 2000-03-03: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
443 - KERNEL32: Fixed calling convention bug in conprop2.cpp
444 (caused crashes with release build)
445
446 2000-03-02: Sander van Leeuwen <sandervl@xs4all.nl>
447 - OPENGL\GLIDE: Use Odin OS/2 api wrappers in fxos2.cpp
448 - OPENGL\MESA: Reapplied TLS fixes
449 Check for null pointer in wglSetPixelFormat
450 - OPENGL\MESA\3dfx: Use c files from Mesa dir
451 Check for null pointer in wglSetPixelFormat
452 - WINMM: Fixed DartWaveOut::getPosition (overflow)
453 (fixes mp3 playback in RealPlayer 7)
454 - KERNEL32: Fixed SetCurrentDirectory (don't remove backslash
455 if app wants to change dir to "\")
456 Create shell folders + shell keys
457 (NOTE: This has to be done in the odin install program
458 once we have one)
459 - ADVAPI32: Added crypt api stubs
460
461 2000-03-01: Jeroen van den Horn <J.vandenHorn@fibre.a2000.nl>
462 - OPENGL: Implemented DIVE support in Mesa
463
464 2000-03-01: Sander van Leeuwen <sandervl@xs4all.nl>
465 - USER32: Fixes for FindWindow(ExA/W) - now more like Wine
466 (FindWindowExW was not working correctly either)
467 First send WM_NCACTIVATE, then WM_ACTIVATE
468 Fixed focus problems with Odin apps
469 (Call WinSetFocus in OSLibWinSetActiveWindow instead of
470 WinSetActiveWindow when a user clicks on the titlebar
471 of an inactive window & after sending WM_MOUSEACTIVATE)
472 TODO: Does WinSetActiveWindow work properly or should we
473 always call WinSetFocus???
474 Call Dinput handler when translating mouse & keyboard
475 messages (during Get/PeekMessage)
476 - OPENGL: Always build release version of glide, mesa, glu32 & glut
477 Build mesa software & 3dfx dlls; don't build OS/2 opengl
478 wrapper anymore
479 - OPENGL\GLIDE\CVG\GLIDE:
480 Disable instruction scheduling in release build -> messed up
481 colors when turned on (most likely VAC optimizer bug)
482 TODO: Somebody should also check this for the voodoo 1 glide dll.
483 - OPENGL\GLIDE\CVG:
484 Fixed makefile
485 - OPENGL\MESA\GL\gl.h
486 Removed circular header dependency (breaks build)
487 - OPENGL\MESA\3dfx:
488 Copy 3dfx opengl32.dll to bin\glide
489
490 2000-03-01: Edgar Buerkle <Edgar.Buerkle@gmx.net>
491 - USER32: Fixed dprintf in CreateWindowExW
492 Added left & right cursor keys to Win32BaseWindow::setExtendedKey
493
Note: See TracBrowser for help on using the repository browser.