Release 980215
[wine/multimedia.git] / ChangeLog
blob7ee7ad446118359599bcf953aafc52050d9f2c81
1 ----------------------------------------------------------------------
2 Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [graphics/x11drv/*.c] [objects/*.c]
5         A few X11 critical section optimizations, mostly with XGet/PutPixel.
7         * [scheduler/sysdeps.c] [misc/main.c]
8         Make sure X11 critical section is available before any Xlib call.
10         * [if1632/relay.c] [tools/build.c]
11         Yet another attempt at fixing Catch/Throw.
13         * [loader/pe_image.c]
14         Fixed broken PE DLL loading.
16         * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
17         Implemented handle access rights.
18         Added Get/SetHandleInformation.
20 Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
22         * [misc/winsock.c]
23         Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
25         * [graphics/fontengine.c] [include/font.h]
26         Minor improvements.
28         * [memory/global.c]
29         Implemented GlobalEntryHandle.
31         * [misc/toolhelp.c]
32         Fixed a memory bug in Notify*register.
34         * [misc/w32scomb.c]
35         Improved Get16DLLAddress.
37         * [objects/gdiobj.c]
38         Implemented GdiSeeGdiDo.
41 Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
43         * [win32/console.c]
44         Added the console implementation, AllocConsole, FreeConsole,
45         CONSOLE_InheritConsole.
47         * [documentation/console]
48         Some documentation on the console.
50         * [include/winerror.h]
51         Added some error defines.
53         * [scheduler/k32obj.c]
54         Registered the scheduler ops.
56 Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
58         * [ole/ole2nls.c]
59         Some English language fixes for missing values.
61         * [controls/listbox.c]
62         Fix to allow an empty listbox to deselect all items.
64         * [relay32/user32.spec] [windows/keyboard.c]
65         CreateAcceleratorTableA stub method.
67         * [windows/sysmetrics.c]
68         Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
70         * [windows/message.c]
71         PostThreadMessage32A stub method.
73 Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
75         * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
76         Updated the 'hello3' test so that it functions properly again.
78 Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
79         
80         * [graphics/mapping.c]
81         Fixed the embarrassing bugs I introduced into DPtoLP and
82         LPtoDP.
84         * [windows/scroll.c]
85         Prevent ScrollWindow32 from sending WM_ERASEBKGND.
87 Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
89         * [objects/metafile] [include/ldt.h]
90         Fix to cope with records longer than 64K.
92         * [windows/clipboard.c]
93         Clean up bitmaps and metapicts properly.
95 Mon Feb  3 21:52:18 1998  Karl Backström <karl_b@geocities.com>
97         * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
98         Minor update of Swedish language support.
100 ----------------------------------------------------------------------
101 Sun Feb  1 13:24:54 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
103         * [files/drive.c]
104         Added Device= parameter to drive configuration.
106         * [if1632/relay.c]
107         Throw() and Catch() now use the correct CATCHBUF layout (untested).
109         * [tools/build.c] [include/stackframe.h] [loader/task.c]
110         Moved 16-bit stack pointer into thread database.
111         Save current %fs while running 16-bit code.
113 Fri Jan 30 09:25:49 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
115         * [graphics/mapping.c]
116         Made DPtoLP32 and LPtoDP32 respect world transforms.
118         * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
119           [include/path.h]
120         More path support.
122         * [include/gdi.h] [include/windows.h] [objects/dc.c]
123           [relay/gdi32.spec]
124         Support for Get/SetArcDirection and Get/SetWorldTransform
126         * [windows/hook.c]
127         Fixed a bug in HOOK_Map16To32Common.
129 Thu Jan 29 23:43:18 1998  Douglas Ridgway <ridgway@taiga.gmcl.com>
131         * [graphics/metafiledrv/init.c] [objects/metafile.c]
132         Documentation for metafile related API calls. Fixed a bug to avoid
133         documenting it.
135         * [include/windows.h]
136         Declaration for LoadImage.
138 Thu Jan 29 21:44:45 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
140         * [graphics/win16drv/*]
141         Changes to printing code to enable use of printer fonts with the
142         win3.1 postscript driver. Remember to add printer=on to [wine]
143         section of wine.conf . You will also need to disable truetype
144         fonts from control panel. Winword 6.0 and Write seem to be happy
145         with this...
147         * [include/bitmap.h]
148         Fix Widthbytes for 15bpp displays.
150 Tue Jan 27 20:54:08 1998  Kristian Nielsen <kristian.nielsen@risoe.dk>
152         * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
153         Implemented thread-safe X11 wrappers.
155 Tue Jan 27 13:54:09 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
157         * [windows/queue.c]
158         Forgot to convert thdb to thread_id.
160         * [misc/registry.c]
161         Sped up Windows 95 registry reading. Changed code to traverse
162         registry as a tree rather than read in all possible keys
163         (including dead ones). 
165 Tue Jan 27 12:46:09 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
167         * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
168           [libtest/hello5.c]
169         Don't exit() on failed to load referenced dlls.
170         Fixed static tls allocation for multiple threads.
171         WINELIB should now be able to load PE dlls. A sample
172         winelib program, that dynamically loads a internal dll
173         is included.
175         * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
176         Cleaned up and enhanced further. Added several DirectX5
177         interface definitions and DirectSurface3 implementation.
178         Stubs for D3D (NOT coming soon, just there so it fails safely).
180         * [multimedia/dsound.c][include/dsound.h]
181         Actually works now for a lot of cases. Some DirectX5 stuff
182         added. Still lacking several features.
184         * [windows/dinput.c][include/dinput.h]
185         Started implementing DirectInput. Doesn't work yet, don't 
186         know why.
188         * [if1632/thunk.c][misc/callbacks.c]
189           [win32/kernel.c][include/callbacks.h]
190         Added WOWCallback16Ex, WOWHandle32.
192         * [misc/cpu.c]
193         Fixed GetSystemInfo, IsProcessorFeaturePresent.
195         * [multimedia/joystick.c][multimedia/time.c]
196         Several fixes. Small hack to get timerevents in timeGetTime() loops.
198 Tue Jan 20 11:26:27 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
200         * [configure.in]
201         Fixed check for union semun on FreeBSD systems.
203 Sun Jan 18 23:05:04 1998  Karl Backström <karl_b@geocities.com>
205         * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
206           [resources/sysres_Sw.rc]
207         Added/updated Swedish language support.
209 Sun Jan 18 18:49:01 1998  Alex Korobka <alex@trantor.pharm.sunysb.edu>
211         * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
212           [windows/win.c] [windows/dce.c] [windows/winpos.c]
213         Bug fixes.
215 Sun Jan 18 12:45:23 1997  Andreas Mohr <100.30936@germany.net>
217         * [msdos/int25.c] [msdos/int26.c]
218         Implemented "native" absolute disk read/write access.
220         * [msdos/int13.c] [msdos/ioports.c]
221         Enhanced GET DRIVE PARAMETERS (int13 AH=08).
223         * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
224         Fixed typos, implemented dmEnumDFonts,
225         Started implementation of dmRealizeObject.
227         * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
228         Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
229         CoFileTimeNow.
231         * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
232           [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
233           [misc/toolhelp.c] [msdos/int21.c]
234         Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer, 
235         stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
236         (Undocumented Windows).
238         * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
239         Misc stubs.
241         * [if1632/winaspi.spec] [misc/aspi.c]
242         Implemented GetASPIDLLVersion.
244         * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
245         Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
247         * [misc/w32scomb.c]
248         Implemented Get16DLLAddress() partially
249         (big thanks to Marcus and Alexandre).
251         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
252         Added built-in DPLAY.DLL.
254         * [relay32/winmm.spec] [multimedia/joystick.c]
255         Added joySetThreshold.
257         * [misc/windebug.c]
258         Added WinNotify.
260         * [win32/console.c]
261         Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
262         WriteConsoleOutput32A.
264         * [windows/user.c]
265         Stub SetEventHook.
267 Sat Jan 17 19:30:35 1998  Matthew Toseland  <Paul.Toseland@btinternet.com>
269         * [windows/painting.c]
270         Fixed broken restore-to-maximized.
272 Mon Jan 12 21:25:32 1998  Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
274         * [documentation/wine.man] [include/options.h]
275           [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
276           [resources/sysres_Ca.rc] [resources/Makefile.in]
277         Added language catalan. (Afegit l'idioma catalĂ ).
279 ----------------------------------------------------------------------
280 Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
282         * [include/stackframe.h] [tools/build.c]
283         Some cleanups in stack frame building.
285         * [misc/port.c]
286         Implemented clone() wrapper for libc5 users.
288         * [scheduler/mutex.c] [scheduler/synchro.c]
289         Implemented abandoned mutexes.
291         * [scheduler/process.c] [scheduler/thread.c]
292         We now create a process and a thread structure as soon as possible
293         during initialization.
295         * [scheduler/thread.c] [scheduler/sysdeps.c]
296         Moved system-specific thread handling to sysdeps.c.
298 Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
300         * [graphics/ddraw.c][include/ddraw.h]
301         Surface handling enhanced. Some stuff already works ;)
303         * [multimedia/dsound.c][include/dsound.h]
304         Implemented using the Open Sound System.
305         Slowly starts to work (sounds terrible for some programs).
307         * [configure.in][multimedia/audio.c][include/config.h.in]
308         Added check for OpenSoundSystem, fixed -lXxf86dga check.
309         Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
311         * [if1632/relay.c][relay32/relay386.c]
312         Do not print control characters for 'str' or 'wstr' args.
314         * [misc/registry.c]
315         "" seems to equals NULL in keynames. Replace where needed. Seems
316         to help the win95 regedit.exe...
318         * [win32/newfns.c]
319         Implemented QueryPerformance* using gettimeofday(2)
320         (should be done using the pentium timers probably).
322         * [tools/ipcl]
323         Removed useless open_pipe construct.
325 Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
327         * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
328         Regions are now internal to Wine. The basis of this code is taken
329         from the X11 distribution. GetRegionData() is implemented as is 
330         ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
331         behave correctly now. 
333         * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
334           [graphics/metafiledrv/init.c] [include/metafile.h]
335           [include/metafiledrv.h]
336         Playback of META_CREATEREGION should now work. Implemented recording
337         of META_CREATEREGION and META_PAINTREGION.
339         * [graphics/x11drv/graphics.c]
340         FillRgn() (and therefore its friends) respect logical co-ords.
342 Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
344         * [configure.in] [include/acconfig.h] [tools/build.c]
345         Now checking whether to use .string or .ascii.
347         * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
348         Defining union semun if this is not available from header files.
350         * [misc/lstr.c]
351         Moved wine's own header files below <wctype.h> to avoid
352         parse error on Solaris.
354 Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
356         * [multimedia/mmsystem.c] [multimedia/mmio.c]
357         Implemented mmioSendMessage and rearranged the mmio
358         subsystem in terms of this function.
360 Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
362         * [windows/clipboard.c] [relay32/user32.spec]
363         GetPriorityClipboardFormat32 now has something other than just
364         a stub. I have no idea if it works (can't test until
365         SetClipboardData is finished) but HEdit likes things a lot more
366         this way.
368 ----------------------------------------------------------------------
369 Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
371         * [debugger/db_disasm.c]
372         Added cpuid and cmpxchg instructions.
374         * [if1632/builtin.c] [relay32/builtin32.c]
375         Fixed broken -dll option with Win32 DLLs.
377         * [include/heap.h]
378         Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
380         * [configure.in] [misc/lstr.c]
381         Added check for wctype.h.
382         Commented out --enable-ipc option (IPC code has been broken for a
383         long time anyway).
385         * [scheduler/critsection.c] [scheduler/event.c]
386           [scheduler/mutex.c] [scheduler/semaphore.c]
387         Implemented Win32 synchronization objects.
389         * [scheduler/synchro.c]
390         Implemented WaitForMultipleObjects and related functions.
392         * [scheduler/thread.c]
393         If possible, use clone() in CreateThread().
395         * [scheduler/thread.c] [scheduler/process.c]
396         Made thread and process waitable objects.
397         Thread and process id values are now different from the pointers
398         they represent.
400         * [win32/k32obj.c]
401         Moved to scheduler directory.
402         Added function table for waiting operations on objects.
404         * [files/file.c] [memory/virtual.c]
405         Added new K32OBJ function table.
407 Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
409         * [files/file.c]
410         Fixed my patch for GetTempFileName16() as needed.
411         It was ...Name32A() that didn't work properly, not ...Name16().
413         * [graphics/x11drv/brush.c]
414         Fixed a BadMatch error.
416         * [msdos/int21.c]
417         Fixed INT21_FindNextFCB() to get correct volume labels e.g.
418         in "file open" dialog.
420         * [multimedia/joystick.c] [relay32/winmm.spec]
421         Stub JoyGetPosEx().
423         * [scheduler/process.c] [relay32/kernel32.spec]
424         Implemented RegisterServiceProcess().
426 Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
428         * [if1632/kernel.spec] [if1632/relay.c]
429         Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
430         CallProc32W.
432         * [loader/module.c]
433         Take a shot at defining FreeLibrary32W.
435 Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
437         * [controls/menu.c]
438         Menu modification from WM_INITMENUPOPUP message fixed.
439         Menu items now can have different wID and hSubMenu (Win95 behavior).
441         * [misc/cpu.c]
442         Improved IsProcessorFeaturePresent.
444 Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
446         * [include/winsock.h] [misc/winsock.c]
447         Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
448         empty fd_sets if timeout.
450         * [objects/palette.c]
451         AnimatePalette() bailed out if entire palette is animated. Fixed.
453         * [objects/dib.c]
454         Added some code to SetDIBitsToDevice() and its helpers to fix
455         some offseting problems.
457         * [objects/cursoricon.c]
458         Made CreateCursor32() convert the instance handle properly. Made
459         DestroyCursor() return correct success status.
461 Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
463         * [windows/syscolor.c]
464         Added definition of GetSysColorPen16/32. This function does not
465         exist in the Win32 API but is a very close (and natural) relative
466         to GetSysColorBrush function. Moreover, it is *very* much used 
467         within Wine since there are a lot of places where we need to draw
468         lines with the standard colors.
470         * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
471           [controls/menu.c] [controls/progress.c] [controls/scroll.c]
472           [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
473           [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
474         Replaced references to sysColorObjects with the appropriate
475         call to GetSysColorBrush32/GetSysColorPen32. There is no need to
476         expose the implementation of these functions, even within Wine.
477         This makes the code easier to understand, debug, maintain.
479         * [controls/uitools.c]
480         Modified most of the functions in this file to use the now
481         standard pens (i.e. GetSysColorPen32). These functions made
482         *heavy* use of standard pens so I expect a lot less
483         CreatePen/DeleteObject calls can do only good...:)
484         Plus some minor modifications (*no* functional changes though).
486         * [controls/updown.c]
487         Used the new DrawFrameControl32 function to paint the control.
488         I also deleted UDDOWN_DrawArrow since it was no longer required.
490 Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
492         * [configure.in]
493         Added check for -lw.
495         * [include/wintypes.h] [tools/build.c]
496         Changes to make the assembly understandable for even sun as.
497         ".ascii" -> ".string", "call %foo" -> "call *%foo",
498         "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
500         * [memory/ldt.c]
501         #ifdef added so <sys/seg.h> will not be included on Solaris.
503 Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
505         * [configure.in]
506         Added XF86DGA check.
508         * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
509         Started DirectSound. Only stubs for now.
511         * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
512         Started to implement DirectDraw. Mostly stubs, some
513         testcases work. Requires the XF86DGA extension to XFree86.
514         (check demo/blizdemo.exe from the Diablo CD-ROM).
516         * [files/drive.c]
517         Return correct "CDFS" fsname so Diablo is a bit happier.
519 Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
521         * [misc/registry.c]
522         Fixed bugs in the routines which read the Windows '95 registry
523         files. Added extra information regarding the format of the Windows
524         '95 registry files.
526 ----------------------------------------------------------------------
527 Fri Dec 19 10:50:46 1997  Douglas Ridgway  <ridgway@winehq.com>
529         * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
530           [documentation/README.documentation]
531         First cut at Wine API documentation. No longer install reference
532         manual by default.
534 Wed Dec 17 21:32:23 1997  Andreas Mohr <100.30936@germany.net>
536         * [files/file.c]
537         Fixed GetTempFileName16() to use current path of requested drive
538         as needed.
540         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
541           [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
542         Added misc DLLs needed by various apps.
544 Wed Dec 17 12:01:50 1997  Morten Eriksen <mortene@sim.no>
546         * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
547         Inserted empty stub for CreateHalftonePalette.
549 Tue Dec 16 22:08:06 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
551         * [windows/mdi.c]
552         Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
554         * [graphics/metafiledrv/init.c]
555         DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
556         fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
557         removed from the GDI heap!
559         * [graphics/x11drv/xfont.c]
560         Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
561         the number of bold-italic matches.
563 Tue Dec 16 20:11:43 1997  Bertho Stultiens <bertho@panter.soci.aau.dk>
565         * [graphics/painting.c]
566         Included an implementation of DrawState
568         * [if1632/thunk.c]
569         Changed many fprintfs into dprintf_thunk
571         * [include/cache.h] [graphics/cache.c]
572         New files to hold cached handles to regulary used GDI object.
574         * [include/windows.h]
575         Added DRAWSTATExx typedefs
576         Added DSS_DEFAULT define for DrawState
578         * [objects/text.c]
579         New implementation of GrayString()
581         * [controls/uitools.c]
582         Implemented DrawFrameControl() functions
583         Changed DrawEdge() behaviour to win95 implementation
585 Mon Dec 15 23:43:01 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
587         * [graphics/path.c] [include/path.h] [graphics/painting.c]
588           [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
589           [objects/dc.c]
590         Added preliminary support for GDI paths.
592         * [objects/dc.c]
593         Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
594         structure.
596         * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
597         Added DEFAULT_GUI_FONT.
599         * [include/winerror.h]
600         Added a few error codes.
602         * [memory/heap.c]
603         Changed HeapAlloc to make the correct calls to SetLastError
604         (now conforms to NT's behaviour).
606         * [windows/win.c]
607         Changed WIN_CreateWindowEx to allow child windows with zero
608         width / height.
610 Sun Dec 14 12:01:07 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
612         * [if1632/*] [relay32/*]
613         Moved all 32-bit relay stuff to relay32/
615         * [fi1632/thunk.c] [win32/kernel32.c]
616         Moved all KERNEL32 ordinal functions to kernel32.c
618         * [memory/selector.c]
619         Initialize selectors in AllocSelectorArray.
621         * [tools/build.c]
622         Generate C instead of assembly for Win32 relays.
623         Fixed stack corruption in CallTo16 functions, found by Bertho
624         Stultiens.
625         
626 Sun Dec 14 10:55:00 1997  Andreas Mohr <100.30936@germany.net>
628         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
629         Added built-in OLE2THK.DLL. 
631         * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
632           [misc/toolhelp.c]
633         Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
634         StackTraceNext(), UTSelectorOffsetToLinear()
635         and UTLinearToSelectorOffset().
637 Sat Dec 13 17:26:41 1997  Alex Korobka  <alex@trantor.pharm.sunysb.edu>
639         * [misc/winsock.c]
640         32-bit API fixes for reported problems (thanks to Marcus
641         and David).
643         * [graphics/x11drv/xfont.c]
644         Little tweak in point size calculation.
646         * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
647           [windows/winproc.c] [windows/win.c]
648         Bug fixes.
650 Sat Dec 13 16:35:14 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
652         * [files/dos_fs.c]
653         OpenFile with empty filename and OF_PARSE returns current dir.
655         * [misc/commdlg.c]
656         Ignore initial dir if bogus.
658         * [files/file.c]
659         Locking an identic region in a file must not be an error.
661         * [misc/lstr.c]
662         Use wide char ctype functions.
664 Fri Dec 12 23:46:22 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
666         * [file/drive.c]
667         First attempt for GetDiskFreeSpaceEx.
669 Fri Dec 12 23:18:41 1997  Marcus Meissner  <msmeissn@cip.informatik.uni-erlangen.de>
671         * [loader/pe_resource.c]        
672         Fixed wrongly appearing menus problem (only use default lookups in
673         last resource subtree).
675         * [multimedia/*.c]
676         Added win32 support for time* and joy* lowlevel drivers,
677         (not excessively tested), some misc fixes and cleanups.
679         * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
680           [include/interfaces.h][include/shlobj.h]
681         Added some more undocumented SHELL32 functions, some shell folder
682         interface stubs added, SHGetMalloc, SHGetDesktopFolder,
683         SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
684         IMalloc, IUnknown implemented.
686         * [windows/msgbox.c]
687         Implemented MessageBoxIndirect*, some internal changes.
689         * [if1632/thunk.c]
690         KERNEL_431 implemented.
692         * [objects/gdiobj.c]
693         GetCurrentObject implemented.
695 Wed Dec  3 01:09:17 1997  Gordon Chaffee  <chaffee@apu.cs.berkeley.edu>
697         * [objects/dib.c]
698         Fix a couple small DIB problems.
700         * [controls/edit.c]
701         Fix a typo.
703         * [files/dos_fs.c]
704         Try normal readdir in case fs is specified as vfat but isn't.
706         * [files/profile.c]
707         Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
709         * [misc/printdrv.c]
710         OpenPrinter32A stub, helps Word97 start.
712         * [objects/text.c]
713         Fixup implementation of GetTextCharsetInfo.
715         * [scheduler/process.c]
716         Fix environment variable expansion.
718         * [win32/code_page.c]
719         Make MultiByteToWideChar and WideCharToMultiByte conform in return
720         values and error conditions to those in Windows NT 4.0.
722         * [windows/message.c]
723         Fix broadcasting problems in Win32.  The Win32 docs say to use
724         HWND_TOPMOST to broadcast to all Win32 Windows.
726         * [memory/virtual.c] [loader/pe_image.c]
727         Do not map in VirtualAlloc if address is specified and space is
728         not available.  This is required by Win32.
730         * [include/pen.h] [include/x11drv.h] [objects/dc.c]
731           [objects/pen.c] [graphics/x11drv/pen.c]
732         Support for ExtCreatePen.
734 Tue Dec  2 20:22:06 1997  Morten Welinder  <terra@diku.dk>
736         * [*/*.c] [*/*.h]
737         Add lots of prototypes.
739         * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
740           [misc/cpu.c]
741         Define IsProcessorFeaturePresent.
743         * [misc/crtdll.c]
744         (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
746         * [misc/ver.c]
747         Improve check for null component in _find_data[AW].  Plug leaks
748         in VerQueryValue*.
750         * [win32/console.c][if1632/kernel32.spec]
751         Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
753         * [windows/message.c][if1632/user32.spec][include/windows.h]
754         Define SendMessageTimeout*.
756         * [graphics/x11drv/xfont.c]
757         Change algorithm of __genericCheckSum to be alignment safe.
759         * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
760         Include winsock.h early to avoid Solaris problem.
762         * [include/windows.h]
763         Undef FSHIFT before we define it.
765         * [rc/winerc.c]
766         Include <fcntl.h> instead of <sys/fcntl.h>.
768         * [files/file.c]
769         Use strerror in FILE_SetDosError if available.
771         * [include/config.h.in] [configure.in]
772         Check for strerror.
774         * [objects/gdiobj.c]
775         Make static font structures aligned.
777 Mon Dec  1 10:10:21 1997  Karl Garrison  <karlos@eznet.net>
779         * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
780         Added stub for GetNumberOfConsoleMouseButtons.
781         Added stub for PeekConsoleInput(A,W).
782         Fixed parameter list for WriteConsole(A,W).
783         GetNumberOfConsoleInputEvents now returns 0 events instead of 1
784         (since low-level console functions are not yet supported).
785         GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
786         ENABLE_MOUSE_INPUT since these are not currently implemented.
788 ----------------------------------------------------------------------
789 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
791         * [if1632/builtin.c]
792         Build a complete PE header for builtin Win32 modules.
794         * [loader/pe_image.c] [loader/module.c]
795         HMODULE32 now points to the loading address of the module. There
796         is no longer a separate PE_MODULE structure.
798 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
800         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
801           [if1632/olesvr32.spec][if1632/olecli32.spec]
802         New directory, moved OLE stuff there.
803         new .spec files for olecli32,olesvr32, some stubs added.
805         * [misc/shell.c]
806         Added support for extracting icons from PE dlls.
808         * [misc/shellord.c][if1632/shell32.spec]
809         Added a huge heap of ordinal only exported shell functions
810         (will work only in Win95).
812         * [loader/task.c]
813         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
815         * [win32/string32.c][include/string32.h]
816         Obsolete, removed.
818         * [windows/keyboard.c]
819         Added *RegisterHotkey.
821         * [objects/font.c][objects/text.c]
822         Added GetFontLanguageInfo, GetTextCharsetInfo.
824 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
826         * [misc/network.c]
827         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
828         Makes Wordview 6 start on a network connected machine.
830         * [controls/status.c]
831         Catch a Null pointer in SW_SetText.
833         * [files/dos_fs.c]
834         Add NT5 functions GetLongPathName32.
836         * [files/file.c]
837         Make GetTempFileName16 accept drive 0 (Current Drive) too.
838         Handle more errors and be more verbose in FILE_SetDosError, fix
839         an error in DeleteFile32W
841         * [memory/virtual.c]
842         Implement FlushViewOfFile.
844         * [misc/crtdll]
845         Implement _rotl and splitpath and add a stub for 
846         _abnormal_termination.
848         * [misc/printdrv.c]
849         Stub for EnumPrinters32A.
851         * [win32/newfns]
852         Add Stub for QueryPerformanceFrequency, change return value
853         for QueryPerformanceCounter.
854         Add stub for DeviceIoControl.
856 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
858         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
859           [windows/winpos.c] [windows/win.c]
860         Removed WIN_NO_REDRAW flag.
862 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
864         * [graphics/x11drv/bitblt.c]
865         Fixed memory leak in BITBLT_GetDstArea.
867 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
869         * [files/directory.c]
870         Export windows system directory to environment.
872         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
873           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
874         Added Win32s DLLs W32SKRNL and WIN32S16.
876         * [if1632/kernel32.spec] [loader/module.c]
877         Added misc functions for Win32s.
879         * [if1632/kernel.spec] [loader/task.c]
880         Added DefineHandleTable().
882         * [scheduler/process.c]
883         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
885 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
887         * [windows/painting.c]
888         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
889         update region was not properly released.
891 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
893         * [loader/pe_image.c]
894         Implemented forwarded DLL functions.
896         * [objects/dib.c]
897         Added support for 16- and 32-bit mode DIBs.
898         Support negative bitmap heights.
900         * [win32/process.c]
901         Added stub for CreateProcess32W.
903         * [win32/security.c] [include/ntdll.h]
904         Added stubs for LookupAccountSid32A/W.
906         * [scheduler/process.c]
907         Use the size specified in the PE header for the process heap.
909 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
911         * [msdos/int3d.c]
912         New file. Stubs for int3d.
914 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
916         * [include/aspi.h]
917         Changed comment style from C++ to C.
919 ----------------------------------------------------------------------
920 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
922         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
923         Bug fixes.
925         * [misc/shell.c] [resources/*]
926         New "About" dialog.
928 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
930         * [configure.in] [Makefile.in]
931         Replaced --with-library option by --disable-emulator. The default
932         is now to build both the library and the emulator.
933         Renamed --with options to --enable to follow autoconf guidelines.
935         * [loader/main.c] [miscemu/main.c] (New file)
936         Split initialization in WinelibInit/EmulatorInit.
938         * [loader/*.c]
939         Removed all remaining #ifdef's WINELIB.
941         * [controls/widgets.c] [windows/mdi.c]
942         Converted MDIClientWndProc to 32-bit.
944         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
945           [scheduler/thread.c]
946         Code and data selector values are now computed at run-time.
948         * [library/libres.c]
949         Moved to loader/ directory.
951         * [misc/main.c] [misc/version.c] (New file)
952         Moved all version stuff to version.c. Cleaned up a bit.
954         * [msdos/dpmi.c]
955         Update the REALMODECALL structure on return from real-mode
956         interrupt.
958         * [windows/event.c] [windows/keyboard.c]
959         Changed the way event coordinates are determined. Don't rely on
960         the ConfigureNotify event values. This should fix all problems
961         with cursor position in -desktop and -managed modes.
963 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
965         * [controls/button.c]
966         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
968 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
970         * [misc/ver.c]
971         Changed VerInstall32A to assume srcdir as destination if destdir
972         is blank.  This was causing alot of DLL installation into SYSTEM
973         directory to fail.
975         * [loader/ne_image.c]
976         NE_LoadSegment buffer[100] was too small and getting overruns.
977         Changed it to buffer[200].
979 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
981         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
982         Added stub functions DdeConnectList(), DdeQueryNextServer(),
983         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
984         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
985         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
986         DdeCmpStringHandles().
988 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
990         * [files/directory.c]
991         Fix typo in directory.c [broke loading of cdplayer on nt40]
993         * [misc/main.c]
994         Implemented -winver nt40.
996         * [loader/resource.c] [user32.spec]
997         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
999 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
1001         * [files/drive.c]
1002         (GetDiskFreeSpace32A): Cap at 2GB.
1004         * [include/windows.h]
1005         Prototype DrawIconEx and CreateDIBSection32.
1006         Define OBM_RADIOCHECK.
1007         Add DI_* macros.
1009         * [objects/dib.c] [if1632/gdi.spec]
1010         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
1011         Implement CreateDIBSection16.
1013         * [if1632/user.spec] [if1632/user32.spec]
1014         Add DrawIconEx.
1016         * [objects/cursoricon.c]
1017         (CopyIcon32): Fix bogus implementation.
1019         * [objects/bitmap.c]
1020         (CopyBitmap32): New function.
1021         (CopyImage32): Do bitmaps.
1023         * [graphics/x11drv/text.c]
1024         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
1025         zero-thinkness overstrike line.
1027         * [include/debugstr.h] [misc/debugstr.c]
1028         New files.
1030         * [msdos/dpmi.c]
1031         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
1032         int 0x21, ah=0x52.
1034         * [msdos/int2f.c]
1035         Add dummys for 0x1681 and 0x1682.
1037         * [misc/registry.c]
1038         Fix memory leaks in RegDeleteKey32W.
1040         * [objects/text.c]
1041         In TEXT_NextLine, fix another off-by-one bug.
1043         * [include/bitmaps/obm_radiocheck]
1044         New file.  (It a small circle used to radio-button menu items
1045         when selected.)
1046         
1047         * [objects/oembitmap.c]
1048         Add obm_radiocheck.
1050         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
1051           [if1632/user.spec]
1052         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
1054 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1055         * [misc/main.c]
1056         Auto adjust versions depending on binary.
1058 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1060         * [controls/listbox.c]
1061         Paint full background in listbox items with tab stops enabled.
1063         * [if1632/thunk.c]
1064         Copy some more message parameter structures (DRAWITEMSTRUCT16,
1065         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
1066         that need this.
1068         * [windows/dce.c]
1069         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
1070         style set.
1072         * [windows/focus.c]
1073         Make order of events in FOCUS_SwitchFocus() reflect API docs.
1075         * [windows/defdlg.c]
1076         Fix problem with loss of focus in some dialogs.
1078         * [win32/code_page.c]
1079         Fix return value for MultiByteToWideChar().
1081         * [BUGS]
1082         BCW now works.
1084 ----------------------------------------------------------------------
1085 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
1087         * [windows/nonclient.c]
1088         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
1089         i.e. system menu already appears when mouse button is depressed.
1090         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
1091         bar arrows are handled the same way as single clicks.
1093         * [windows/winpos.c]
1094         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
1095         set; this is the way MS-Windows behaves.
1097 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
1099         * [controls/status.c]
1100         In SW_SetText, fix condition, I hope.
1102         * [controls/menu.c]
1103         (GetMenuState32): Don't mask return value. Print more debug info.
1104         (MENU_MenuBarCalcSize): Be more careful when printing debug
1105         information.
1106         (MENU_SetItemData): Empty strings are separators.
1108         * [graphics/x11drv/text.c]
1109         Don't prototype CLIPPING_IntersectClipRect.
1111         * [include/dc.h]
1112         Prototype CLIPPING_IntersectClipRect.
1114         * [objects/font.c]
1115         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
1116         In CreateFont32W and CreateFont16, handle null font name.
1118         * [objects/text.c]
1119         (TEXT_NextLine): Fix end-of-line bug.
1121         * [if1632/shell32.spec]
1122         Activate existing implementation of ExtractIconA.
1124         * [misc/shell.c]
1125         For Control_RunDLL, add types for parameters.
1127 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1129         * [controls/static.c] [include/windows.h] [misc/spy.c]
1130         Added some win32 defines to static controls, basic SS_BITMAP style
1131         handling implemented. [please add more, I am lacking knowledge and
1132         time]
1134         * [controls/status.c]
1135         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
1137         * [if1632/thunk.c] [tools/build.c]
1138         Support lret and 0x66 lret calls for CallTo16_regs
1139         (needed for KERNEL32_45)
1140         Fixed KERNEL32_45, QT_Thunk (should work now).
1142         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
1143         Added string dumping to relay debugging for win32 apifuncs.
1145         * [misc/ver.c]
1146         Fixed and cleaned up VerQueryValue*.
1148         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
1149           [if1632/winmm.spec]
1150         Win32 support for lowlevel multimedia functions.
1151         Added some mixer* lowlevel functions.
1152         Some small fixes in the audio lowlevel queue handling, code
1153         reformatting/cleanups.
1155         * [debugger/hash.c]
1156         Don't show difference between 16bit symbols if they are in
1157         different segments.
1159         * [objects/cursoricon.c]
1160         Added GetIconInfo (partial) and CreateIconIndirect.
1162         * [windows/mdi.c]
1163         Fixed some "bad class" problems and crashes in MDICreateChild,
1164         which happen in Win32 (jwp32.exe).
1166 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
1168         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
1169           [documentation/aspi] [include/callback.h]
1170         Added support for 16 bit ASPI calls to linux generic SCSI.
1171         The support is not complete, but appears to run my Mustek
1172         scanner from within ipplus.exe.
1174 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1176         * [windows/dce.c]
1177         DC reuse framework.
1179 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1181         * [graphics/x11drv/xfont.c]
1182         Substituted fonts are removed from the alias table. References to
1183         the old name are also updated.
1185         * [controls/combo.c]
1186         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
1187         ComboLBox.
1189 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
1191         * [include/drive.h] [files/drive.c] [msdos/int21.c]
1192         Partially implemented DOS drive mapping (int21 AX=440F).
1194 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1196         * [debugger/debug.l]
1197         Support '.' in identifiers. Use "x . y" to access structure
1198         fields.
1200         * [debugger/hash.c] [loader/pe_image.c]
1201         Load entry points of Win32 modules only when entering the
1202         debugger.
1204         * [debugger/break.c]
1205         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
1206         the start of every module.
1208         * [files/file.c]
1209         FILE_mmap() can now fake mmap() for unaligned offsets or broken
1210         filesystems.
1212         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
1213         Use a table of callbacks instead of macros to differentiate
1214         between emulator and Winelib.
1216         * [loader/task.c]
1217         Initialize current directory from cwd, not from module path.
1219         * [tools/build.c]
1220         Read CallTo16 prototypes directly from thunk.c source file.
1222         * [windows/winproc.c] [windows/mdi.c]
1223         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
1225 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
1227         * [files/drive.c]
1228         Allow arguments like "a" for the drive related apis.
1230         * [memory/global.c]
1231         Keep the calculation for dwMemoryLoad in range.
1233         * [misc/crtdll.c]
1234         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
1235         its memory if requested.
1236         Implemented CRTDLL_rename and CRTDLL_stat needed for
1237         lcc-win32:wedit.exe.
1238         Implemented CRTDLL__fullpath.
1240         * [misc/comm.c]
1241         High speed modes for the 16-bit mode Comm functions.
1243         * [misc/cpu.c]
1244         As applications may treat lpMaximumApplicationAddress as long,
1245         use a valid long number.
1247         * [misc/main.c]
1248         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
1250         * [misc/ole2nls.c]
1251         Implement LCMAP_UPPERCASE for LCMapString32.
1253         * [misc/wsprintf]
1254         Made WPRINTF_ParseFormatA understand %ws.
1256         * [win32/file.c]
1257         Ignore FILE_ATTRIBUTE_NORMAL.
1258         Stub for ReadFileEx.
1260 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
1262         * [memory/local.c]
1263         Local heap exhaustion message now prints which builtin heap filled.
1265 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1267         * [windows/dialog.c]
1268         Reversed CreateFont16/32W typo.
1270 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1272         * [if1632/user.spec]
1273         Fixed argument list for ChangeClipboardChain.
1275         * [windows/mdi.c]
1276         Pass correct hInstance to CreateWindow16() in MDICreateChild().
1278 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
1280         * [objects/metafile.c]
1281         Added support for META_SETTEXTCHAREXTRA.
1283         * [objects/region.c]
1284         Fixed crash in XPolygonRegion if there is only one point in 
1285         in the region.
1287         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
1288           [objects/gdiobj.c]
1289         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
1290         and included gdi.h instead. Implemented GetObjectType32().
1292 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1294         * [documentation/wine.texinfo]
1295         Fixed WIN32 and Makefiles entries of Reference manual node, that
1296         made makeinfo dump core.
1298 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
1300         * [if1632/crtdll.spec]
1301         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
1302         ldexp(), modf().
1304 ----------------------------------------------------------------------
1305 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1307         * [if1632/builtin.c] [if1632/relay.c]
1308         Relay debugging entry points are now generated on the fly for
1309         Win32 DLLs.
1311         * [include/stackframe.h]
1312         Added VA_LIST16 type and macros to access arguments on the 16-bit
1313         stack.
1315         * [memory/global.c]
1316         Fixed GlobalHandle32 to work with fixed blocks.
1318         * [misc/ddeml.c] (New file)
1319         Added a lot of stubs for DDEML functions.
1321         * [objects/dc.c]
1322         Added Get/SetGraphicsMode().
1324         * [objects/gdiobj.c] [windows/winpos.c]
1325         Added a few stubs.
1327         * [tools/build.c]
1328         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
1329         'register' functions can no longer take arguments in Win32.
1330         The Win32 NE module is now generated by MODULE_CreateDummyModule.
1331         CallFrom32 callbacks removed except for register functions.
1333 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
1335         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
1336           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
1337           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
1338           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
1339           [include/callback.h] [include/win16drv.h]
1340         Added support for pens and brushes in SelectObject. Added support
1341         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
1342         Rectangle. Text is drawn in the correct place more often. These
1343         changes may only work with the Windows Postscript driver since
1344         many other drivers now need more GDI support.
1346 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1348         * [debugger/expr.c]
1349         Fixed typo for the >> operator.
1351         * [loader/task.c]
1352         Fixed SwitchStackTo(); it used to return with the new stack placed
1353         four bytes too high in memory.
1355         * [loader/ne_resource.c]
1356         Removed problematic nametable code introduced in Wine 970914.
1358 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
1360         * [controls/commctrl.c]
1361         Added this files to hold functions from the comctl32.dll
1362         Added to this files some functions scattered in different places
1363         (such as InitCommonControls) and added some new ones as well.
1365         * [include/syscolor.h] [windows/syscolor.c]
1366         Added proper entries for all possible COLOR_* values.
1368         * [objects/brush.c]
1369         Modified GetSysColorBrush to return the correct brush for 
1370         all possible COLOR_* constants.
1372 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1374         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
1375         Another approach to get access to an unrestricted commandline.
1377         * [misc/crtdll.c]
1378         Make fclose work again.
1380         * [if1632/crtdll.spec]
1381         Use sprintf for crtdll-sprintf again as e.g. %g is not available
1382         for wsprintf.
1384         * [misc/wsprintf.c]
1385         Make WPR_STRING work in more situations.
1386         Added debug output for the wsprintf functions.
1388         * [misc/crtdll.c] [misc/main.c]
1389         Use argv[0] as comand with CRTDLL_system.
1391 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
1393         * [*/*]
1394         Removed some compiler warnings.
1396         * [msdos/int15.c]
1397         New INT 15 handler.
1399 ----------------------------------------------------------------------
1400 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1402         * [if1632/relay.c]
1403         Made Catch and Throw also save %si and %di (untested).
1405         * [memory/selector.c]
1406         Added check for %fs and %gs in SELECTOR_FreeBlock.
1408         * [rc/winerc.c]
1409         Generated files no longer depend on Wine includes.
1410         Made .h generation optional.
1412         * [tools/build.c] [loader/task.c]
1413         Added CALL32_Init function.
1414         Added possibility to pass arguments when using CALLTO16_regs_.
1415         32-bit stack pointer is now saved on the 16-bit stack, instead of
1416         using IF1632_Saved32_esp.
1417         Removed CallTo32 callbacks.
1419         * [tools/makedep.c] [*/Makefile.in]
1420         Added support for directly generating dependencies for .y, .l and
1421         .rc files. Modified the makefiles to use this feature.
1423         * [windows/winproc.c] [if1632/thunk.c]
1424         Use CALLTO16_regs to call window procedures.
1426 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
1428         * [if1632/kernel.spec]
1429         Changed entry for SwitchStackBack to remove arguments from stack
1430         upon return (arguments left over from previous SwitchStackTo()).
1431         Borland C++ 4.0 now compiles "Hello World" (but crashes after
1432         outputting the .exe).
1434 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1436         * [files/directory.c]
1437         SearchPath might get NULL buffer (empty LRU list in wordpad).
1439         * [memory/selector.c]
1440         Added SUnMapLS*.
1442         * [loader/pe_image.c]
1443         Be able to run executeables from non mmap()ble filesystems.
1444         PE_LoadLibrary adds librarys loaded by another process to
1445         its own modref list too.
1447         * [windows/keyboard.c][include/accel.h][loader/resource.c]
1448         Fixed accelerator leakage, use SDK defines/names.
1450         * [graphics/env.c][misc/main.c]
1451         Set/GetEnvironemnt have nothing to do with environment vars,
1452         but with Printer Environment.
1454         * [graphics/escape.c]
1455         Escape32: map args back to segmented pointers.
1457         * [windows/win.c]
1458         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
1460 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
1462         * [if1632/crtdll.spec] [misc/crtdll.c]
1463         Added signal().
1465 ----------------------------------------------------------------------
1466 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1468         * [objects/dc.c]
1469         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
1471 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1473         * [memory/virtual.c] 
1474         Do not write debugging info unconditionally to stderr.
1476         * [files/profile.c]
1477         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
1479         * [misc/crtdll.c]
1480         Many new functions.
1482         * [include/windows.h] [windows/winpos.c]
1483         ClientToScreen16 doesn't have a return value.
1485 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1487         * [misc/main.c] [AUTHORS]
1488         Update the list of contributors. Please let me know if I forgot
1489         someone.
1491         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
1492         Ordinal base for Win32 DLLs is now computed automatically from the
1493         lowest ordinal found.
1495         * [include/wintypes.h]
1496         WINAPI is now defined as attribute((stdcall)). This will require
1497         gcc to compile.
1499         * [if1632/thunk.c]
1500         Removed Win32 thunks (no longer needed with stdcall).
1502         * [if1632/crtdll.spec] [misc/crtdll.c]
1503         Make sure we only reference cdecl functions in the spec file.
1505         * [objects/dc.c]
1506         Use CapNotLast drawing style for 1-pixel wide lines.
1508         * [tools/build.c]
1509         Added 'double' argument type.
1510         Added 'varargs' function type for Win32.
1511         Made CallTo16_xxx functions stdcall.
1513 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1515         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
1516         More fixes to get message exchange closer to the original.
1518         * [misc/spy.c]
1519         Message logs now contain window names.
1521         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
1522           [objects/cursoricon.c] [windows/user.c]
1523         Added some obscure features to fix memory leaks.
1525 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
1527         * [if1632/kernel32.spec] [win32/newfns.c]
1528         Added stub for UTRegister() and UTUnRegister().
1530 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
1531         * [controls/edit.c]
1532         Allow ASCII codes > 127 in WM_CHAR.
1534 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1536         * [controls/widgets.c]
1537         In InitCommonControls, remember the name of the class
1538         because lpszClassName was made to point to a local array
1539         Added the ProgressBar to the list of implemented controls.
1540         Call InitCommonControls from WIDGETS_Init to register all
1541         implemented Common Controls.
1542         
1543         * [include/commctrl.h]
1544         Added misc decl for the Progress Bar.
1546         * [controls/progress.c] [include/progress.h]
1547         First attempt at implementiong the Progress Bar class.
1549         * [objects/brush.h]
1550         Implementation for GetSysColorBrush[16|32]
1552         * [controls/status.c]
1553         Use DrawEdge to draw the borders and fill the background
1555         * [controls/uitools.c]
1556         Added DrawDiagEdge32 and DrawRectEdge32
1558         * [graphics/painting.c]
1559         Implement DrawEdge[16|32]
1560         Started DrawFrameControl32
1562 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
1564         * [misc/comm.c] [include/windows.h]
1565         SetCommEventMask returns a SEGPTR.
1567 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1569         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
1570           [include/module.h]
1571         Cleaned up the whole Win32 library mess (a bit).
1573         * [debugger/stabs.c]
1574         If 'wine' has no absolute path and isn't found, check $PATH too.
1576         * [misc/ole2nls.c]
1577         Some fixes.
1579         * [misc/ver.c]
1580         Added support for PE style version resources.
1582         * [memory/string.c]
1583         Check for NULL pointers to _lstr* functions, just as Windows95 does.
1585         * [multimedia/time.c]
1586         Made list of timers a simple linked list.
1588         * [loader/resource.c]
1589         Netscape 3 seems to pass NEGATIVE resource Ids (in an
1590         unsigned int, yes). Don't know why, fixed it anyway.
1592         * [objects/bitmap.c]
1593         LoadImageW added.
1595         * [include/win.h][windows/win.c]
1596         Change wIDmenu from UINT16 to UINT32 and changed the
1597         SetWindow(Long|Word) accordingly.
1599 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
1601         * [include/windows.h]
1602         Add a few more colors defined for Win95.
1603         Add a few more brush styles.
1605         * [windows/syscolor.c]
1606         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
1607         GetSysColor16, GetSysColor32.  Add support for above colors.
1609 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor@cadvision.com>
1611         * [multimedia/mmsystem.c]
1612         Changed mmioDescend to use mmio functions for file I/O, neccessary
1613         for memory files.
1615 ----------------------------------------------------------------------
1616 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
1618         * [if1632/kernel.spec] [if1632/mmsystem.spec]
1619         Added some stubs.
1621         * [include/neexe.h] [loader/module.c]
1622         Added warning for OS/2 executables.
1624         * [multimedia/midi.c]
1625         Shortened MIDIOUT driver version string to be less than 31 chars.
1627         * [objects/gdiobj.c]
1628         Fixed DeleteObject32() to react properly when called with stock object.
1630 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
1632         * [controls/updown.c] [include/updown.h]
1633         First attempt at implementiong the UpDown class.
1635         * [controls/widgets.c]
1636         Added the UpDown class to be initialized by InitCommonControls().
1638 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
1640         * [graphics/*] [objects/*] [include/gdi.h]
1641         Made all GDI objects (except DCs) moveable.
1643 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1645         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
1646         Removed IPC communication to speed up winsock services
1647         (tested only with 16-bit netscape 3.03).
1649         * [graphics/x11drv/xfont.c] [documentation/fonts]
1650         Miscellaneous improvements. Updated docs.
1652 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
1654         * [misc/comm.c]
1655         A couple of bug fixes.
1657 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1659         * [debugger/dbg.y]
1660         Display next instruction after stepi/nexti.
1662         * [if1632/relay.c] [include/callback.h] [tools/build.c]
1663         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
1664         better Winelib support.
1666         * [include/sigcontext.h]
1667         Renamed to sig_context.h to avoid conflicts with libc.
1669         * [*/*]
1670         All API functions are now prefixed with WINAPI in prevision of
1671         future Winelib integration.
1673         * [loader/signal.c] [memory/ldt.c]
1674         Fixed assembly code to be -fPIC compatible.
1676 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1678         * [if1632/crtdll.spec][win32/except.c]
1679         _global_unwind, _local_unwind stub added.
1681         * [objects/dib.c]       
1682         Don't read memory you don't even need for the target bitmap (fixes
1683         one 'lazy' program).
1685         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
1686           [win32/ordinals.c][memory/selector.c][memory/global.c]
1687           [include/callback.h]
1688         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
1689         (not 100% correct yet) and some friends.
1691         * [loader/pe_image.c]
1692         Add possibility to break at the DLL entrypoint.
1694         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
1695         Misc bugfixes and additions.
1697         * [misc/registry.c]
1698         The registry seems to be case-preserving but case-insensitive.
1700         * [memory/global.c]     
1701         Adapted to new /proc/meminfo format.
1703         * [objects/font.c][graphics/x11drv/xfont.c]
1704         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
1705         and not device points (thanks to Marion Reyzl for pointing this
1706         out).
1708         * [windows/caret.c]
1709         Use the windows own DC if present (The caret coordinates are
1710         logical coordinates based on it). Fixes another AMIPRO problem.
1712 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
1714         * [controls/menu.c]
1715         General clean-up and Win32 work: split item_flags into fType and
1716         fState; split item_id into wID and hSubMenu.  Improved
1717         debug-printing.  Implemented InsertMenuItem32[AW],
1718         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
1719         GetMenuItemInfo32[AW].
1721         * [if1632/user32.spec]
1722         Define above new functions.
1724         * [include/windows.h]
1725         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
1727         * [include/menu.h]
1728         Don't prototype now-static MENU_InitSysMenuPopup.
1730         * [include/comm.h]
1731         Reduce MAX_PORTS to 9 (which the profile code can handle).
1733 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
1735         * [library/winestub.c] [libtest/expand.c]
1736         These patches let people porting Windows apps compile them using
1737         the same conventions regarding global _argc and _argv as those on
1738         Windows C/C++ compilers.
1740 ----------------------------------------------------------------------
1741 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1743         * [documentation/Makefile.in]
1744         Create links for files included from wine.texinfo.
1746         * [wine.man]
1747         Moved to documentation dir.
1749         * [if1632/builtin.c]
1750         Made SYSTEM.DLL always loaded by default.
1752         * [loader/signal.c] [if1632/signal.c]
1753         Split signal.c in generic/emulator-specific parts.
1755         * [misc/system.c] [if1632/thunk.c]
1756         Implemented system timer functions.
1757         Fixed InquireSystem parameters.
1759         * [msdos/ioports.c]
1760         Defined inb/outb functions to avoid including asm/io.h.
1761         Use the right instruction for word and dword direct access.
1763         * [multimedia/mmsystem.c]
1764         Fixed CallTo16 usage.
1766 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
1768         * [controls/edit.c]
1769         When text is inserted into a newly created editline, the caret
1770         is placed after the text. Should be placed before the text. Fixed.
1772         * [files/file.c]
1773         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
1774         According to doc _lopen() never truncates files.
1776         * [if1632/user.spec] [misc/comm.c]
1777         Added stub for EnableCommNotification().
1779         * [misc/ver.c]
1780         Fixed problem with VerQueryValue*() running over end of name table
1781         in rare cases.
1783         * [msdos/int21.c]
1784         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
1786         * [multimedia/joystick.c] [windows/message.c]
1787         Added joystick support !!!
1788         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
1790 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
1792         * [if1632/user32.spec]
1793         Define DrawAnimatedRects32.
1795         * [graphics/painting.c]
1796         (DrawAnimatedRects32): Create stub.
1798         * [misc/registry.c]
1799         Cope with NULL class in RegQueryInfoKey32A.
1801         * [if1632/user32.spec]
1802         Add GetMenuItemInfo32[AW].
1804         * [controls/menu.c]
1805         (InsertMenu32A): Upgrade flags to 8 hex-digits.
1806         (MENUEX_ParseResource): First shot at implementation.
1807         (LoadMenuIndirect32A): Handle extended menus.
1808         (GetMenuItemInfo32[AW]): First shot at implementation.
1810         * [include/windows.h]
1811         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
1812         structures and pointers.
1814         * [Makefile.in]
1815         (etags): Add TAGS as target.
1817         * [if1632/comctl32.spec]
1818         Use Windows 95's ordinals.  Add a few missing stubs.
1820 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1822         * [objects/color.c]
1823         Fix for 16 color mode of XFree.
1825         * [if1632/kernel32.spec][win32/ordinals.c]
1826         Moved/added some ordinal only exported functions from kernel32.dll
1827         (mostly thunking preparation stuff).
1829 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
1831         * [graphics/win16drv/init.c] [include/win16drv.h]
1832         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
1833         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
1834         word.  Stub for PATBLT added to start work on printing more than
1835         text.
1837 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
1839         * [libtest/expand.c]
1840         New Winelib test program.
1842 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
1844         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
1845           [if1632/user.spec]
1846         Added ability to set filename wine considers the built-in DLLs 
1847         to be in  to something other than name.DLL with new "file" key
1848         in .spec files.
1849         Made kernel filename KRNL386.EXE (some programs use this name 
1850         explicitly - ChemOffice install now starts up).
1851         Made user filename USER.EXE (just to be tidy).
1853 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
1855         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
1856         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
1857         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
1858         warnings fixed.
1860         * [loader/module.c]
1861         Spaces are now permitted in file/path names on the command line.
1862         If multiple matches can be made, the preferred match is the
1863         path/file with fewer spaces.
1865 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1867         * [misc/compobj.c]
1868         Added CLSIDFromString and StringFromCLSID.
1870 ----------------------------------------------------------------------
1871 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1873         * [tools/build.c] [include/stackframe.h]
1874         Save the complete %ebp register in CallFrom16; fixes a crash with
1875         LabView reported by Andreas Mohr.
1877         * [loader/main.c]
1878         Avoid executing a built-in DLL.
1880         * [controls/static.c]
1881         Converted static window procedure to Win32.
1883         * [windows/message.c] [windows/queue.c] [include/queue.h]
1884         Hacked SendMessage functions to support inter-task messages with
1885         SendMessage32A/W.
1887 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
1889         * [ipc/bit_array.c]
1890         Don't use bitops.h in Linux 2.1.x (these versions do not return
1891         the previous state for clear_bit and set_bit)
1893         * [ipc/shm_main_blk.c]
1894         Adapt to GLIBC's ipc_perm structure.
1896         * [memory/ldt.c]
1897         Include <asm/unistd.h> on Linux/GLIBC systems (required for
1898         _syscall3).
1900 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
1902         * [include/options.h] [files/profile.c]
1903         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
1905         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
1906         All sysmetrics moved to array (no more constant macros).  Added
1907         MOUSEWHEELPRESENT metric.
1909         * [include/bitmap.h] [objects/oembitmap.c]
1910         Added OBM_Init() (see also loader/main.c) and more support for Win95
1911         bitmaps; added size info to OEM bitmaps.
1913         * [include/graphics.h] [windows/graphics.h]
1914         Added GRAPH_DrawGenericReliefRect.
1916         * [loader/main.c]
1917         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
1918         latter checks for invalid entries in wine.conf).
1920         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
1921           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
1922           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
1923           [BUGS] [documentation/win95look]
1924         Added tweaks for Windows 95 interface support.  See
1925         documentation/win95look for more information.
1927         * [controls/edit.c]
1928         Fixed EDIT_MoveHome bug.
1930         * [misc/ver.c]
1931         Changed name of dprintf_ver_string to ver_dstring to fix
1932         problem with tools/make_debug utility.
1934 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1936         * [objects/dib.c]
1937         Don't use palettes with dibs with biBitCount > 8.
1939         * [misc/ole2nls.c][misc/ver.c]
1940         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
1941         Some VerLanguage coded moved to ole2nls.c, some cleanups.
1943         * [multimedia/mcistring.c]
1944         Fixed "capabilities <dev> device type" crash (cool.exe).
1946         * [misc/main.c]
1947         SystemParametersInfo*: added stub option 41
1948         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
1949         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
1951 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
1953         * [if1632/shell32.spec]
1954         Use Windows 95's ordinals. Help wanted, inquire within.
1956 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1958         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
1959           [tools/build-spec.txt] [tools/build.c]
1960         Added type 'segstr' (segmented pointer to null-terminated string)
1961         to .spec files.
1963         * [windows/user.c] [if1632/user.spec]
1964         ExitWindowsExec stub function added.
1966 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1968         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
1969         Implement MoveFileEx32, some enhancement for Movefile32.
1971 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
1973         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
1974           [msdos/int21.c] [win32/file.c]
1975         Add LockFile/UnlockFile implementation.
1976         Add back in int21 func(0x5c) Record locking functions.
1978         * [files/file.c]
1979         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
1981 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
1983         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
1984           [resources/sysres_Da.rc]
1985         Added/updated Danish language support.
1987 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
1989         * [files/dos_fs.c]
1990         Properly implemented DOSFS_UnixTimeToFileTime and
1991         DOSFS_FileTimeToUnixTime.
1993         * [documentation/wine.texinfo]
1994         First version of texinfo documentation.
1996 ----------------------------------------------------------------------
1997 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
1999         * [Makefile.in]
2000         New target install_includes.
2002         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
2003         Some bug fixes.
2005 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
2007         * [controls/edit.c]
2008         Fixed WM_GETTEXT return value.
2010 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2012         * [multimedia/*.c] [include/mmsystem.h]
2013         Added more callback code, including (I hope) function callback.
2014         Changed some linear pointers into segmented.
2016         * [multimedia/audio.c]
2017         Removed some bugs.
2019 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2021         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
2022           [include/commdlg.h]
2023         Implemented parts of comdlg32: GetOpenFileName32*,
2024         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
2026         * [windows/event.c]
2027         EVENT_QueryZOrder: check for children !=NULL (happens when
2028         using -managed).
2030         * [BUGS][DEVELOPER-HINTS]
2031         Updated.
2033         * [objects/text.c]
2034         Added GetTextCharset... (stub mostly).
2036 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2038         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
2039           [loader/resource.c] [graphics/x11drv/xfont.c]
2040         SetResourceHandler & RemoveFontResource prototypes fixed.
2042         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
2043           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
2044           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
2045           [include/windows.h] [memory/string.c] [tools/build.c]
2046         New type of parameter allowed in .spec files : str, printed
2047         as a string with -debugmsg +relay. .spec files updated.
2049         * [objects/dc.c]
2050         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
2051         Likewise for WhitePixel.
2053         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
2054         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
2055         instead of BS_SOLID.
2057 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
2059         * [windows/keyboard.c]
2060         Added vkey to scancode translation table.
2061         This was primarily to fix Citrix WinFrame client which
2062         always needs scancodes in WM_KEYDOWN.
2063         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
2065 ----------------------------------------------------------------------
2066 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
2068         * [include/mmsystem.h]
2069         Avoided infinite loop in audio code when accessing
2070         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
2071         offsets (I applied WINE_PACKED).
2073         * [*/*]
2074         Added "WARNING:" and "ERROR:" to some printf's.
2075         Just grep for them with '-debugmsg +all'.
2077         * [multimedia/audio.c] [multimedia/mmsystem.c]
2078         Implemented wave callbacks: window and function callback.
2079         Fixed problem with WAVE_NotifyClient().
2080         Misc fixes.
2082         * [windows/winhelp.c]
2083         Fixed problem with windows help telling "Help topic doesn't exist".
2084         But this problem still remains when using Winword.
2086 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2088         * [wine.ini]
2089         New 'fonts' section format. Read documentation/fonts.
2091         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
2092           [windows/win.c] [include/win.h]
2093         Implemented icon titles.
2095         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
2096           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
2097         Rewrote font mapper from scratch.
2099         * [tools/fnt2bdf.c]
2100         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
2102         * [windows/defwnd.c] [windows/nonclient.c]
2103         Word document window activation fix.
2105         * [windows/mdi.c] [windows/win.c]
2106         Replaced WCL lists with WIN_BuildWinArray().
2108 Mon Jun  9 23:51:16 1997  Andrew Taylor <ataylor@cadvision.com>
2110         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
2111         Implemented LogParamError, LogError functions.
2113 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2115         * [include/mmsystem.h] [multimedia/audio.c]
2116         Constants for asynchronous play and record.
2118         * [multimedia/time.c]
2119         Filled in some empty functions.
2121         * [multimedia/mmsystem.c]
2122         Fixed bugs in waveOutOpen.
2124         * [multimedia/mmsystem.c] [multimedia/audio.c]
2125         Implemented Window Callback for wave output at least.
2127         * [files/file.c]
2128         Corrected bug in FileDosSetError.
2129         NULL pointer checking added.
2131         * [misc/spy.c]
2132         Added Multimedia messages to SPY_GetMsgName.
2134 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2136         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
2137           [tools/fnt2bdf.c][library/sup.c]
2138         IMAGE_* structs/defines changed fit better to SDK naming
2139         Don't load non-i386 PE executables.
2140         %fs should already be initialised for the FIRST loaded PE module.
2142         * [if1632/advapi.spec][win32/advapi.c]
2143         Some small stubs added to bring win32 setup.exe a bit farther.
2145         * [if1632/kernel32.spec][scheduler/process.c]
2146         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
2147         ordinal import), some ordinal only exported functions added.
2149         * [if1632/relay.c]
2150         Added CallProc32W.
2152         * [misc/lzexpand.c]
2153         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
2155         * [objects/dib.c]
2156         Everything with more than 8 bit of color is a truecolor mode
2157         and doesn't have a colormap.
2159 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
2161         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2162           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
2163           [include/win16drv.h]
2164         Changed some structures that are passed to and from the 16 bit
2165         drivers to be allocated on the global heap.
2166         Implemented Escape(Control) 0x100 GetExtTextData properly to
2167         stop word from crashing.
2168         Postscript driver now prints on complete page instead of top
2169         left corner.
2170         Print spooling implemented.
2172         * [loader/module.c]
2173         MODULE_GetOrdinal changed char buffer to unsigned char to stop
2174         a loop that was happening when running the font control
2175         program from the control panel.
2177 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
2179         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
2180         Added support for direct io port access.
2182 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
2184         * [misc/ver.c]
2185         Implemented VerFindFile16.
2187 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
2189         * [misc/comm.c]
2190         Fixed GetCommError and GetCommEventMask.
2192 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
2194         * [scheduler/thread.c]
2195         Minor fix in thread database initialization.
2197 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2199         * [objects/dc.c]
2200         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
2202 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2204         * [loader/pe_image.c]
2205         Add code for modules that co-reference each other. Photodex's
2206         agds.exe (cpic32) has two dll's that make calls into each other.
2208 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
2210         * [memory/virtual.c]
2211         Dont use stdio when reading /proc/self/maps.  It causes problems
2212         with libc6.
2214         * [windows/dialog.c]
2215         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
2216         is used.
2218 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2220         * [objects/metafile.c]
2221         Resource cleanup in EnumMetaFile(). This was one reason Word was
2222         crashing after long periods of use. (Thanks to Chris Underhill for
2223         the logs)
2225 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
2227         * [multimedia/mcistring.c]
2228         Initial support for compound MCI commands.
2229         Use case-insensitive compare for 'alias' and 'element' keywords.
2230         Fixed pointer copy of args keywords array.
2232 ----------------------------------------------------------------------
2233 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@linux.chanae.stben.be>
2235         * [resources/sysres_Es.rc]
2236         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
2238 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
2240         * [multimedia/mcistring.c]
2241         Corrected bug for device!element command.
2243         * [multimedia/mmaux.c]
2244         Replaced printf and fprintf calls by dprintf_mmaux.
2246         * [multimedia/audio.c]
2247         Corrected debugmessage in wodGetVolume.
2248         Include code for MCI_CUE command.
2250         * [multimedia/mmsystem.c]
2251         Added the MCIERR_SEQ error messages.
2253         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
2254         Changed call structure of waveInOpen and waveOutOpen.
2256         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
2257           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
2258           [multimedia/mcistring.c] [include/mmsystem.h]
2259         Changed the deviceID scheme.
2261         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
2262           [windows/user.c] [windows/driver.c] [graphic/wing.c]
2263           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
2264         Removed compiler warnings.
2266 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2268         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
2269         Popup menu shade, new system menu implementation, 
2270         ModifyMenu() fixes, better check mark painting.
2272         * [windows/mdi.c]
2273         MDI client fix for Win32.
2275 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
2277         * [objects/metafile.c]
2278         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
2279         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
2281 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
2283         * [loader/ne_image.c]
2284         Make sure dgroup is valid by checking pModule->flags consistently.
2286 ----------------------------------------------------------------------
2287 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2289         * [loader/task.c] [loader/module.c]
2290         Fixed command line in LoadModule to already include the length
2291         indicator (thanks to Andreas Mohr).
2293         * [windows/dialog.c]
2294         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
2295         to Bruce Milner for this one); correctly update file spec on exit.
2297         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
2298         Moved emulator-specific code for calling window procedure to
2299         thunk.c.
2301 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2303         * [memory/local.c]
2304         Better implementation of moveable blocks (first word in block is
2305         the handle itself) and discarded blocks. Local(Re)Alloc is much
2306         more like the real thing.
2308 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
2310         * [objects/metafile.c]
2311         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
2313 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2315         * [multimedia/mmsystem.c] [multimedia/audio.c]
2316         Fixed leftover problems with masked device IDs.
2318         * [msdos/int21.c]
2319         Removed code duplications, fixed Write.
2321         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
2322           [windows/winpos.c]
2323         Yet another attempt to make -managed work better.
2325         * [controls/combo.c]
2326         UI fix.
2328 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
2330         * [debugger/*]
2331         All "Loading from ..." lines merged into one so important
2332         information before the crash doesn't scroll out.
2334         * [if1632/kernel.spec]
2335         Added some ordinal stubs used by win95 OLE and friends.
2337         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
2338         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
2339         LoadLibraryEx32W and GetProcAddress32W added.
2341         * [objects/bitmap.c]
2342         XImages use another memory layout for depth 4 (and poss. other
2343         depths) then Windows bitmaps. Replaced speedup hack by generic
2344         (and better working) code.
2346         * [objects/dib.c]
2347         Another ximage!=bitmap memory layout bug. 
2348         All _XinitImageFuncPtrs except one removed.
2350 Sun Apr 20 17:12:30 1997  Andrew Taylor <ataylor@cadvision.com>
2352         * [multimedia/audio.c]
2353         Fixed some regression bugs.
2355 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
2357         * [loader/module.c]
2358         Fixed MODULE_LoadExeHeader() to use the correct offset for
2359         fast-load area.
2361 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
2363         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
2364           [win32/*]
2365         Removed <malloc.h> and added <stdlib.h> where needed.
2366         Changed printf formaters to match argument types (%lx instead of %x).
2367         Casted some types to make the compiler happy. Mostly pointer<->ulong.
2369         * [graphics/win16drv/init.c]
2370         Fixed uninitialized variable.
2372         * [include/msdos.h]
2373         Added <sys/types.h> needed for <dirent.h>.
2375         * [include/sigcontext.h]
2376         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
2377         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
2379         * [misc/crtdll.c] [misc/lstr.c]
2380         Casted last argument in v*printf() to be va_list. This code seems to
2381         make BIG assumptions about the implementation of va_list.
2383         * [misc/ver.c]
2384         Fixed impossible if() expression (unsigned < 0).
2386         * [misc/winsock.c]
2387         Removed semicolon on the end of an if() statement.
2389         * [windows/mdi.c]
2390         Changed a counter/index to unsigned since it was complaining about
2391         signed/unsigned comparison and didn't need to be negative.
2393 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
2395         * [scheduler/thread.c]
2396         Minor fix in thread database initialization.
2398 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
2400         * [files/file.c]
2401         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
2402         directory entry.
2404 ----------------------------------------------------------------------
2405 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
2407         * [graphics/win16drv/init.c]
2408         Minor changes to help debug problems.
2410         * [if1632/dummy.c] [if1632/gdi.spec]
2411         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
2413         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
2414         StartDoc16, EndDoc16 new functions.
2416 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2418         * [memory/virtual.c]
2419         Implemented MapViewOfFile.
2421         * [debugger/dbg.y]
2422         Added 'info maps' command.
2424 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
2426         * [controls/edit.c] [controls/EDIT.TODO]
2427         Started restructuring.  Performance improvements.
2428         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
2429                 EditWndProc() is now reentrant, wordbreak procs,
2430                 better compliance to specs.
2431         New:    margins, format rectangle.
2433         * [controls/widgets.c]
2434         Changed the cursor for the edit control class to an I-beam.
2436         * [include/callback.h]
2437         Added 32 bit wordbreak callback.
2439 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
2441         * [objects/metafile.c]
2442         Added handling of some more metafile records: 
2443         META_CREATEREGION, META_INVERTREGION etc.
2445 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
2447         * [loader/signal.c]
2448         Define kernel sigaction ourselves instead of getting it
2449         from the kernel source.
2451 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2453         * [control/menu.c]
2454         Fix return value range for GetMenuState.
2456         * [files/file.c]
2457         Always fill out ofs->szPathName in FILE_DoOpenFile.
2459         * [memory/string.c]
2460         Add debug option string.
2462         * [objects/cursoricon.c]
2463         Fix return value for DestroyIcon32.
2465 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2467         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
2468         Added description of the source tree. Moved several
2469         files to fit it.
2471         * [misc/shell.c]
2472         Use Win32 heap functions.
2474 ----------------------------------------------------------------------
2475 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2477         * [misc/main.c] [ANNOUNCE]
2478         Update the list of contributors. Please let me know if I forgot
2479         someone.
2481         * [controls/combo.c]
2482         Fixed bug in CB_DIR16 handling.
2483         Use correct text color in CBPaintText.
2485         * [controls/listbox.c]
2486         Fixed WM_CTLCOLOR handling.
2488         * [windows/winproc.c]
2489         Added translation for EM_*32 messages.
2491 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
2493         * [files/drive.c]
2494         Added information on device and inode numbers to the DOSDRIVE
2495         struct, using it to find DOS drives in a path even if it contains
2496         symbolic links, eliminating annoying messages at startup.  
2497         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
2499 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
2501         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2502           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
2503           [include/win16drv.h] [include/x11drv.h]
2504         Implemented GetCharWidth via graphics drivers.
2506         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
2507         Moved printer driver interfaces into a separate file.
2509         * [graphics/win16drv/text.c]
2510         Fixed bugs that seg-faulted write.
2512 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2514         * [BUGS]
2515         Update.
2517         * [controls/edit.c]
2518         Removed useless parameters from a lot of functions.
2520         * [controls/menu.c]
2521         Improved keyboard shortcuts. Added check for entries with popup 
2522         menu in EnableMenuItem().
2524         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
2525         Do not allocate separate thunks for new windows.
2527         * [misc/clipboard.c] [windows/painting.c]
2528         Fixed problems with ClipBook.
2530         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
2531           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
2532         Combo rewrite.
2534         * [objects/dib.c]
2535         Slight improvements.
2537 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2539         * [misc/crtdll.c]
2540         Added chdir/mkdir.
2542         * [misc/ntdll.c]
2543         Fixed some bugs, added RtlUnicodeStringToAnsiString.
2545         * [win32/process.c]
2546         Added initialisation of events/semaphores/mutices.
2548 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
2550         * [resources/sysres_Po.rc]
2551         Added support for Portuguese language.
2553 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
2555         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
2556         Implemented SwitchToThisWindow().
2557         
2558         * [misc/ver.c]
2559         Corrected a flaw in VerInstallFile32A.
2560         
2561         * [msdos/int21.c]
2562         Corrected wrong number in Int21 3305
2563         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
2564         
2565 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
2567         * [loader/ne_module.c]
2568         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
2569         setting it to 0x10000 if pSeg->size is 0.
2571 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
2573         * [ANNOUNCE]
2574         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
2576         * [memory/global.c]
2577         Removed MemManInfo sizeof check.
2579 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
2581         * [files/dos_fs.c]
2582         Pick up kernel dirent on glibc systems.
2584         * [loader/signal.c]
2585         Pick up kernel sigaction on glibc systems.
2587 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
2589         * [debugger/stabs.c] [debugger/msc.c]
2590         Check return value of mmap.
2592 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
2594         * [win32/code_page.c]
2595         Added IsValidCodePage.
2597 ----------------------------------------------------------------------
2598 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2600         * [*/*]
2601         Completed transition to new Win32 types.
2603         * [tools/build.c]
2604         Changed CallTo16_regs to take a CONTEXT argument.
2606         * [memory/virtual.c]
2607         Rewrote Virtual* functions. Implemented CreateFileMapping and
2608         OpenFileMapping. Broke MapViewOfFile ;-)
2610         * [win32/k32obj.c]
2611         Implemented named objects.
2613 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
2615         * [misc/ole2nls.c] [resources/sysres_Pl.c]
2616         Added Polish language support.
2618 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
2620         * [windows/keyboard.c]
2621         Wrote VkKeyScan and tested with Winword. Works ok except for dead
2622         chars.
2624 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
2626         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
2627           [graphics/win16drv/obects.c]
2628         Added start of SelectObject call for printer driver. Write should
2629         now run with the printer driver enabled.
2631 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2633         * [debugger/*.c]
2634         Re-added a disassembly command (list serves another functionality
2635         now).
2637         * [loader/pe_resource.c]
2638         Added # support.
2640         * [misc/ole2nls.c]
2641         GetStringType* added.
2643         * [objects/color.c]
2644         VGA16 fixes.
2646         * [windows/class.c]
2647         Look for global widget classes too in GetClassInfo32.
2649         * [windows/sysmetrics.c] [include/windows.h]
2650         Added Win32 sysmetrics.
2652 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
2654         * [documentation/languages]
2655         The fourth case updated.
2657         * [if1632/ntdll.spec]
2658         Added some is* and to* functions.
2660 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
2662         * [configure.in]
2663         Add tests for wait4 and waitpid.
2665         * [loader/signal.c]
2666         Clean up OS-dependent code.  I hope I got it right, :-)
2668         * [tools/wineconf]
2669         Recognise vfat file systems.  Ignore floppy drives specified in
2670         /etc/fstab.
2672         * [files/*]
2673         Fix function names in error messages.
2675 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
2677         * [windows/keyboard.c] [windows/message.c]
2678         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
2679         characters sets.
2681 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2683         * [controls/edit.c]
2684         Fix incorrect arg order in LOCAL_Alloc() call.
2686 Fri Feb 21 18:19:17 1997  Andrew Taylor  <ataylor@cadvision.com>
2688         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
2689         Fixed bug related to device IDs returned by multimedia
2690         system.  Implemented mciGetDeviceID.
2692 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
2694         * [debugger/dbg.y]
2695         Do not dereference invalid expressions.
2697 ----------------------------------------------------------------------
2698 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2700         * [*/*]
2701         Converted a lot of functions to Win32 types.
2702         Removed HWND type.
2704 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
2706         * [memory/global.c]
2707         Implemented GMEM_MOVEABLE blocks for Win32.
2709 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2711         * [loader/task.c] [windows/queue.c]
2712         Do not read X events while in the intertask SendMessage().
2714         * [misc/lstr.c]
2715         Fixed CharPrev32A().
2717         * [windows/hook.c] [include/hook.h]
2718         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
2720         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
2721           [windows/event.c] [controls/edit.c] 
2722         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
2723         Several new Win32 messages are sent when this flag is on.
2724         
2725         * [msdos/dosmem.c] [memory/global.c]
2726         Some changes in DOS memory allocation.
2728 Fri Feb  7 21:46:03 1997  Andrew Taylor  <ataylor@cadvision.com>
2730         * [win32/security.c]
2731         Added SID manipulation functions.
2733         * [include/debug.h]
2734         Added debugging class "security".
2736 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
2738         * [debugger/msc.c] [debugger/source.c] 
2739           [documentation/wine_os2.txt] [loader/signal.c]
2740         Some more changes for OS/2. Doesn't work yet.
2742 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2744         * [scheduler/process.c]
2745         Added ExpandEnvironmentStrings*.
2747         * [misc/ntdll.c] [include/ntdll.h]
2748         Added some new functions.
2750         * [objects/cursoricon.c]
2751         CURSORICON_LoadHandler: check against some bizarre out of memory
2752         conditions.
2753         
2754         * [windows/mdi.c]
2755         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
2757 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
2759         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
2760           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
2761         Added Hungarian language support.
2763 ----------------------------------------------------------------------
2764 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2766         * [files/drive.c]
2767         Fixed SetCurrentDirectory() to also change the current drive.
2769         * [win32/except.c] [tools/build.c]
2770         Use Win32 register functions to implement exception handling.
2771         Fixed UnhandledExceptionFilter.
2773 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
2775         * [windows/keyboard.c]
2776         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
2777         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
2778         or when the state has changed, out of wine.
2779         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
2780         by InputKeyStateTable.
2782 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2784         * [loader/*resource.c][if1632/thunk.c]
2785         EnumResource* added.
2787         * [loader/pe_resource.] [loader/resource.c]
2788         SizeofResource32(), LoadAccelerators32() added.
2790         * [misc/lstr.c]
2791         FormatMessage %n added.
2793         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
2794         _chdrive,_errno,_isctype added.
2796         * [misc/cpu.c]
2797         Replaced runtime_cpu by GetSystemInfo().
2799         * [windows/hook.c][include/hook.h]
2800         Fixed mapping of hooks to win32/unicode.
2802         * [windows/keyboard.c] [windows/defwnd.c]
2803         Updated to win32 standard.
2804         ALT-<Menukey> fixed.
2806         * [windows/queue.c]
2807         GetWindowThreadProcessId() implemented.
2809 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
2811         * [graphics/metafiledrv/*] [graphics/x11drv/*]
2812           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
2813           [objects/gdiobj.c] [objects/pen.c]
2814         Moved SelectObject to graphics drivers. Printer support now works
2815         in a few cases but is definitely not complete. Generic/text driver
2816         works. The postscript driver works if true type fonts are disabled
2817         from the control panel. To enable printer support add Printer=on
2818         to the wine section of your wine.conf file. This causes write not
2819         to work properly. I know that several other printer drivers do not
2820         work.
2822         * [tools/build.c]
2823         Make .stabs not used for svr4 since it doesn't use GNU assembler.
2825         * [misc/fontengine.c]
2826         Make sure a printf doesn't crash the system.
2828 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2830         * [objects/metafile.c]
2831         Fixed some problems with PlayMetaFileRecord().
2833         * [objects/dc.c]
2834         hClipRgn gets initialized in GetDCState().
2836 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2838         * [debugger/stabs.c]
2839         Handle file names beginning with '/'.
2841 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
2843         * [*/*]
2844         Some more patches for OS/2 support.
2846 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
2848         * [resources/sysres_Ko.rc]
2849         Updated support for Korean (Ko) language.
2851 ----------------------------------------------------------------------
2852 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2854         * [loader/module.c]
2855         Fixed LoadModule() to always call the DLL initialization code.
2857         * [windows/event.c]
2858         Moved all the keyboard stuff to windows/keyboard.c
2860         * [tools/build.c]
2861         Fixed Win32 register functions.
2863 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
2865         * [tools/makedep.c]
2866         Fixed bug which causes SEGV on Solaris x86.
2868 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
2870         * [controls/edit.c]
2871         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
2872         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
2873         Fixed EM_SETSEL and some minor bugs (features).
2874         Hence: fully functional undo and a win95 menu with the right mouse
2875                 button.
2877         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
2878         Added a context menu for the edit control.
2879         Translations, please ...
2881 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
2883         * [windows/event.c]
2884         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
2885         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
2886         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
2887         to make them work with any X server.
2888         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
2890         * [include/keyboard.h]
2891         Totally replaced the file (formerly containing the vkcase definitions)
2892         by the declaration of 'extern' variables contained by event.c and used
2893         by keyboard.c
2894         
2895         * [windows/keyboard.c]
2896         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
2897         table keyc2vkey or X functions only.
2898         ToAscii : added keypad 0-9 and . special case.
2899         Changed toggle keys active mask from 0x80 to 0x1.
2901         * [misc/keyboard.c]
2902         File deleted. Contents moved to windows/keyboard.c.
2904         * [misc/main.c]
2905         Added putenv XKB_DISABLE to disable XKB extension (which, when
2906         present, causes AltGr to change keyboard group instead of being a
2907         modifier).
2909 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2911         * [windows/event.c]
2912         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
2913         output of XGetModifierMapping for XK_Num_Lock.
2915 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2917         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
2918           [debugger/*.c]
2919         General clean up.
2920         Changed defines/structures to match Windows NT SDK.
2922         * [loader/main.c]
2923         Don't crash on empty command-line.
2925         * [windows/winpos.c]
2926         winpos.c made win32 clean.
2928         * [misc/ntdll.c]
2929         Some string conversion additions.
2931         * [files/file.c]
2932         GetFileAttributes/GetTempFileName fixed.
2934         * [misc/ver.c]
2935         VerInstallFile implemented.
2937 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2939         * [tools/build.c]: Use PREFIX also in stabs messages.
2941 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
2943         * [graphics/win16drv/*] [include/win16drv.h]
2944         Many fixes and some new features.
2946         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
2947           [include/x11drv.h] [objects/font.c]
2948         GetTextMetrics() moved to graphics driver.
2950         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
2951         New dummy EngineEnumerateFont, EngineRealizeFont functions.
2953         * [include/windows.h]
2954         TEXTFORM16 and FONTINFO16 structure definitions moved here from
2955         include/win16drv.h
2957 ----------------------------------------------------------------------
2958 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2960         * [controls/menu.c]
2961         Updated to new Win32 types.
2963         * [controls/listbox.c]
2964         Fixed Winfile extended selection bug.
2966         * [files/directory.c]
2967         Changed DIR_SearchPath to return both long and short file names.
2969         * [files/dos_fs.c]
2970         Implemented VFAT ioctl to retrieve the original short filenames
2971         from a VFAT filesystem (Linux only for now).
2972         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
2973         DOS_GetFullName().
2974         Properly implemented GetShortPathName() and GetFullPathName().
2975         Made all functions re-entrant.
2977         * [files/file.c] [misc/main.c]
2978         Replaced -allowreadonly option by -failreadonly. The default is
2979         now to report success when opening a read-only file for writing.
2981         * [objects/metafile.c]
2982         Fixed bug in DIB bitmaps pointer calculation.
2984         * [scheduler/process.c]
2985         Implemented environment strings and Get/SetStdHandle with process
2986         environment block.
2988         * [tools/build.c]
2989         Rewrote BuildContext32() to avoid instructions that may not be
2990         supported by all assemblers.
2991         
2992 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
2994         * [windows/event.c]
2995         Created table keyc2vkey, which associate a vkey(+extended bit) to
2996         any keycode. Changed EVENT_event_to_vkey to use this table to
2997         return the correct vkey. Changed EVENT_ToAscii to get the keycode
2998         from this table too.  Assigned OEM specific vkeys arbitrarily.
3000 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
3002         * [misc/winsock.c] [misc/winsoc_async.c]
3003         Fixed svr4 header files.
3004         Changed bzero() to memset().
3006         * [tools/fnt2bdf.c]
3007         Removed bcopy() and used memcpy() instead.
3009         * [debugger/msc.c]
3010         Include string.h instead of strings.h
3012         * [debugger/stabs.c]
3013         Include string.h instead of strings.h.
3014         Define __ELF__ for svr4 systems.
3016         * [loader/signal.c]
3017         Use wait() instead of wait4() which doesnt exist on Unixware.
3019         * [memory/global.c]
3020         Use sysconf() instead of getpagesize() for svr4 systems.
3022 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
3024         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
3025           [tools/Makefile.in] [documentation/wine_os2.txt]
3026         Patches for OS/2 support. Note that it doesn't compile yet.
3028 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
3030         * [debugger/*]
3031         Many more debugger improvements (see debugger/README for details).
3033 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3035         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
3036           [graphics/metafiledrv/*]
3037         Moved some device dependent code into the resp. subdirs.
3039         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
3040         Prototypes added,
3041         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
3043         * [objects/region.c]
3044         CreatePolyPolygonRgn32 added.
3046         * [files/dos_fs.c]
3047         QueryDosDevice added.
3049         * [misc/lstr.c]
3050         FormatMessage: broken heap management fixed.
3052         * [scheduler/process.c] [scheduler/thread.c]
3053         Get/SetThreadPriority/PriorityClass added.
3055 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3057         * [misc/keyboard.c]
3058         ToAscii : Use EVENT_ToAscii instead.
3060         * [windows/event.c]
3061         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
3062         keypad cursor keys.
3063         EVENT_event_to_vkey : New function, to transform a X keycode
3064         into a MSwin vkey + extended bit.
3065         EVENT_ToAscii : New function, to transform a vkey + extended bit
3066         (+ key state table) into ascii char(s), using XLookupString, and
3067         recognizing dead chars.
3068         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
3069         EVENT_event_to_vkey for keycode to vkey conversion; fixed
3070         previous, context and extended bits.
3072         * [windows/keyboard.c]
3073         Include stddebug.h, to get -debugmsg messages.
3074         GetKeyState : Handle VK_MBUTTON case.
3075         GetKeyboardState, SetKeyboardState : Debugging messages added.
3077         * [windows/message.c]
3078         TranslateMessage : Handle dead chars.
3080 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
3082         * [if1632/crtdll.spec] [misc/crtdll.c]
3083         C++ functions new/delete/set_new_handler implemented.
3085 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3087         * [controls/edit.c] [include/windows.h]
3088         Moved the edit control to 32 bits.
3089         Included new (win95) message definitions in windows.h
3090         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
3091         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
3092         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
3093         Fixed some bugs, introduced a couple of others.
3094         Text buffer is now initially in 32-bit heap.
3096         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
3097           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
3098           [misc/commdlg.c]
3099         Updated to work with 32-bit edit control.
3101 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
3103         * [loader/pe_image.c]
3104         Use mmap rather then malloc. Better workaround for clean
3105         segments.
3107 ----------------------------------------------------------------------
3108 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3110         * [controls/listbox.c]
3111         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
3113         * [files/dos_fs.c]
3114         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
3116         * [files/file.c] [files/directory.c]
3117         Use Win32 kernel objects and handles for file handles.
3118         Unified SearchPath() and OpenFile().
3120         * [loader/builtin.c]
3121         Moved to if1632/ directory.
3123         * [tools/build.c] [debugger/*] [miscemu/*]
3124         Win16 register functions now receive the same CONTEXT * structure
3125         as Win32 functions.
3127         * [include/sigcontext.h] [miscemu/instr.c]
3128         Added new macros to get register values from the SIGCONTEXT
3129         structure (only used for instruction emulation now).
3131         * [scheduler/process.c] [scheduler/thread.c] (New files)
3132         Allocate process and thread structures.
3134         * [scheduler/process.c] [win32/k32obj.c]
3135         Added Win32 kernel objects and handles management.
3137         * [loader/task.c]
3138         Create a Win32 process and thread for every Win16 task.
3140         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
3141         Built-in resources are now in Win32 format. This also avoids
3142         16-bit callbacks for built-in dialogs.
3144         * [misc/lzexpand.c]
3145         Differentiate between 16-bit and 32-bit file handles.
3147         * [miscemu/int*.c]
3148         Moved all int emulation to msdos/ directory.
3150         * [msdos/*]
3151         New directory msdos/ contains all MS-DOS emulation code that can
3152         also be used for Winelib; this should enable Winelib apps to use
3153         DOS3Call and related functions.
3155         * [rc/winerc.c]
3156         A few bug fixes for Win32 resource format.
3158         * [windows/winpos.c]
3159         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
3160         right though).
3162 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
3164         * [loader/pe_image.c]
3165         Make sure BSS of a PE_Image is zero.
3167 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3169         * [windows/scroll.c]
3170         ScrollWindowEx() rewrite, ScrollDC() fix.
3172         * [windows/nonclient.c] [controls/menu.c]
3173         Fixed Alt-Space crashes in dialogs.
3175         * [windows/event.c] [windows/message.c]
3176         Some changes in mouse message generation.
3178 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3180         * [debugger/stabs.c]
3181         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
3183 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
3185         * [windows/event.c]
3186         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
3187         compatibility.
3189 ----------------------------------------------------------------------
3190 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3192         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
3193         Added mapping functions.
3195         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
3196         Added a lot of Win32 functions.
3198         * [memory/heap.c]
3199         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
3201         * [misc/lstr.c] [memory/string.c]
3202         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
3204         * [object/font.c]
3205         Avoid uppercasing font names.
3207         * [windows/hook.c]
3208         Set ds = ss before calling hook procedure.
3210 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3212         * [objects/color.c]
3213         Use colors allocated by other clients. 
3215         * [windows/caret.c]
3216         Set default blink time to 500.
3218         * [windows/win.c] [windows/event.c]
3219         Delete X context before XDestroyWindow().
3221         * [windows/keyboard.c]
3222         Fixed GetKeyState() once more.
3224 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
3226         * [debugger/*.c]
3227         Lots of built-in debugger improvements: parse Win32 EXEs debug
3228         information, display local variables, source files and line
3229         numbers, get symbols directly from the Wine executable, etc.
3231 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3233         * [misc/winsock_async.c]
3234         Extern declaration added for h_errno.
3236 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
3238         * [windows/message.c]
3239         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
3241 ----------------------------------------------------------------------
3242 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3244         * [graphics/x11drv/bitblt.c]
3245         Fixed BITBLT_StretchImage for partially covered or inverted
3246         bitmaps.
3248         * [objects/dib.c]
3249         Fixed the upside-down bitmap problem.
3251 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3253         * [if1632/user32.spec]
3254         IsMenu and RemoveMenu added (use existing Win16 functions).
3256         * [include/windows.h]
3257         Corrections to BITMAPINFOHEADER structure.
3259         * [loader/module.c] [if1632/kernel32.spec]
3260         New function GetModuleFileName32A (heavily based on original
3261         Win16 version).
3263         * [loader/pe_image.c]
3264         Hack to allow files with short PE header to be loaded (e.g.
3265         COMDLG32.DLL from Win32s).
3267         * [misc/winsock_async.c]
3268         #if out EIDRM case (not present in FreeBSD).
3270         * [tools/build.c]
3271         Remove trailing comments from .s files generated by build
3272         as these break assembly when not run through pre-processor.
3274         * [windows/graphics.c] [if1632/gdi32.spec]
3275         New function Polyline32 - based on original Polyline. Needs
3276         metafile support adding still.
3278 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3280         * [win32/findfile.c] [if1632/kernel.spec]
3281         FindFirstFile32A(): Use dos current directory for drive prefixes.
3282         FindNextFile32A(): Fill in file attribute information.
3283         Implement FindFirstFile16, FindNextFile16, FindClose16.
3285         * [files/drive.c]
3286         GetCurrentDirectory32A - Fix problem with null 3rd character in
3287         string.
3289 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3291         * [windows/painting.c][windows/message.c]
3292         Don't use linked lists to call SendMessage(), for it might destroy
3293         the current listentry.
3295         * [misc/registry.c]
3296         Fixed temporary file saving (rename doesn't work across
3297         partitions).
3299         * [files/*.c]
3300         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
3301         GetVolumeInformation32W fixed.
3303         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
3304         LoadLibrary* updated to new naming std., *32W added.
3306         * [win32/console.c] [include/wincon.h]
3307         Additions for NT commandline executables.
3309         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
3310         GetUserName32W added, GetComputerName32W added,
3311         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
3313         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
3314         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
3316         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
3317           [if1632/ntdll.spec]
3318         Lot of new unicode functions added (needed for NT).
3320         * [loader/pe_image.c]
3321         NtCurrentTeb added.
3323 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
3325         * [windows/keyboard.c]
3326         Rewrote function TranslateAccelerator().
3328 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3330         * [windows/defwnd.c] 
3331         DEFWND_SetText(): Set icon name.
3333 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3335         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
3336           [if1632/winsock.spec]
3337         IPC resource cleanup, bugfixes.
3339         * [windows/dialog.c] [windows/defdlg.c]
3340         More DefDlgProc() fixes.
3342 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
3344         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
3345           [win32/newfns.c] [windows/graphics.c]
3346         Added a few WIN32 functions which needed to run some win32
3347         accessories. Clock should now work almost as well as 16 bit version.
3348         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
3349              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
3350              Polygon32
3351         Fix: Polygon16 possible memory leak on error return.
3353 ----------------------------------------------------------------------
3354 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3356         * [configure.in]
3357         Added check to see if the compiler supports building a DLL when
3358         the --with-dll option is used.
3360         * [controls/listbox.c]
3361         Don't send LBN_SELCHANGE too often.
3362         Added WM_CHARTOITEM support.
3364         * [Make.rules.in] [library/Makefile.in]
3365         Build winestub.o and link it with Winelib programs.
3367         * [objects/text.c]
3368         Added support for '&&' in DrawText().
3370         * [tools/build.c]
3371         Added -o option.
3373 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
3375         * [win32/thread.c]
3376         GetCurrentThread(): return -2 (current thread pseudo-handle).
3377         GetCurrentThreadId(): return GetCurrentTask().
3379         * [objects/font.c] [if1632/gdi32.spec]
3380         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
3382         * [win32/findfile.c]
3383         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
3385         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
3386           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
3387           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
3388         Hooks rewritten to support Win32.
3390         * [misc/winsock.c]
3391         WINSOCK_select(): need to put sockets with errors into exceptfds.
3392         WINSOCK_socket(): fix error return.
3394         * [windows/win.c]
3395         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
3397 Wed Dec  4 22:03:05 1996  Andrew Taylor <ataylor@cadvision.com>
3399         * [files/dos_fs.c]
3400         Check if buf is NULL before copying string in GetFullPathName32A().
3402 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
3404         * [graphics/wing.c] [if1632/wing.spec]
3405         Implemented many WinG functions, but some don't seem to
3406         work correctly (probably due to the one not done).
3407         
3408 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
3410         * [misc/main.c]
3411         Implemented a few more of the SystemParametersInfo() cases.
3413 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
3415         * [controls/button.c]
3416         Improved focus rectangle painting.
3418         * [windows/dialog.c] [windows/defdlg.c]
3419         Fixed IE3.0 problems with DWL_MSGRESULT.
3421 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
3423         * [files/profile.c]
3424         Changed error handling in PROFILE_SetString().
3426 ----------------------------------------------------------------------
3427 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3429         * [configure]
3430         Re-generated with autoconf 2.11. Let me know if you have
3431         problems.
3433         * [controls/listbox.c] [controls/oldlbox.c]
3434         Listboxes rewritten from scratch. Moved old code still used by
3435         comboboxes to oldlbox.c
3437         * [misc/registry.c]
3438         Use temporary file when saving registry.
3440         * [windows/dialog.c]
3441         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
3443         * [windows/winproc.c]
3444         Added translation for listbox Win32 messages.
3446 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3448         * [controls/widgets.c] [controls/button.c]
3449         Fixed some incompatibilities with CTL3D DLL.
3451         * [windows/dialog.c]
3452         Made dialog windows fit into the desktop.
3454         * [misc/winsock.c] [misc/winsock_async.c]
3455         New Winsock engine.
3457         * [windows/message.c]
3458         GetMessage() fixes.
3460         * [windows/queue.c] [windows/hook.c] [windows/win.c]
3461         SetMessageQueue() fixes.
3463 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3465         * [objects/text.c]
3466         DrawText16(): Fixed return value.
3468 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3470         * [files/profile.c] [*/*]
3471         Added Win32 profile functions, updated to new naming standard.
3473         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
3474         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
3475         structures.
3477         * [misc/ole2nls.c] [if1632/thunk.c]
3478         Added EnumSystemLocales() (winhelp.exe).
3480         * [misc/registry.c]
3481         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
3483         * [win32/file.c]
3484         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
3486 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
3488         * [misc/shell.c]
3489         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
3491         * [misc/main.c]
3492         Implemented a few more of the SystemParametersInfo() cases.
3494 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3496         * [include/keyboard.h]
3497         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
3499         * [include/windows.h]
3500         New [VK_A, VK_Z] and [VK_0, VK9] macros.
3502         * [misc/keyboard.c]
3503         Fixes in KeyTable and ToAscii.
3505         * [objects/font.c]
3506         FONT_init : Give default value for MSWIN "system" font.
3507         FONT_MatchFont : Do not try every size of a font family if the
3508         family does not exist.
3510         * [windows/event.c]
3511         lastEventChar hack removed.
3512         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
3513         and QueueKeyStateTable (maintained in message.c).
3514         EVENT_key : Corrections to the extended bit setting.
3516         * [windows/message.c] [windows/keyboard.c]
3517         Implementation of a new QueueKeyStateTable : table of key states
3518         valid when messages are retrieved by GetMessage or PeekMessage,
3519         and valid for TranslateMessage.
3520         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
3521         and ToAscii.
3522         
3523 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
3525         * [graphics/Makefile.in] [graphics/wing.c]
3526           [if1632/wing.spec]
3527         Some functions for WinG support, mostly empty stubs.
3529         * [misc/crtdll.c] [if1632/crtdll.spec]
3530         Many functions added to CRTDLL, mostly calls to Unix C library.
3532 ----------------------------------------------------------------------
3533 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3535         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
3536         Moved BitBlt operations to the new graphics driver
3537         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
3539         * [memory/global.c]
3540         Unified MemManInfo() and GlobalMemoryStatus().
3542         * [objects/text.c]
3543         Fixed ExtTextOut() to always use physical coords for clip rect.
3545         * [windows/dialog.c]
3546         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
3548         * [windows/event.c]
3549         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
3550         (thanks to Thomas Koenig).
3552         * [windows/painting.c]
3553         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
3554         
3555         * [windows/scroll.c]
3556         Implemented Win32 version of ScrollWindow() and ScrollDC().
3558 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3560         * [files/*.c] [win32/file.c]
3561         Some win32 filetime conversion functions added.
3562         Fixed behaviour with DOS drives pointing to UNIX /
3563         SetCurrentDirectory() may also get X:\xxx paths.
3564         Fixed FILE_Open when called from CreateFile().
3565         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
3567         * [misc/crtdll.c] [if1632/crtdll.spec]
3568         Added some new functions.
3570         * [if1632/user32.spec]
3571         Some thunks into win16 code added.
3573         * [win32/init.c]
3574         Added GetSystemInfo(), removed GetModuleFileName() stub.
3576         * [win32/code_page.c] [if1632/thunk.c]
3577         Added EnumSystemCodePages* (untested).
3579         * [objects/font.c] [if1632/thunk.c]
3580         Added EnumFontFamilies32*.
3581         
3582 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3584         * [controls/menu.c] [windows/mdi.c]
3585         Don't delete the MDI `windows' menu if it's already been deleted.
3587         * [misc/exec.c]
3588         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
3589         and complains if it returns FALSE.
3591         * [windows/winpos.c]
3592         Get maximized MDI child's nonclient area redrawn after resize.
3594 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
3596         * [memory/global.c]
3597         Use /proc filesystem for GlobalMemoryStatus() on Linux.
3599 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3601         * [windows/event.c]
3602         Added OffiX-style file drop handling. File paths must be
3603         DOS-mappable by Wine (via wine.conf).
3605         * [controls/combo.c]
3606         Added WM_GETTEXT handler.
3608         * [objects/palette.c]
3609         Added ResizePalette() (untested).
3611         * [objects/cursoricon.c]
3612         Implemented icon to cursor conversion.
3614         * [objects/color.c]
3615         Fixed crash on startup when no colorcells are writeable.
3617 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
3619         * [rc/winerc.c]
3620         Added support for win32 output.
3622         * [library/libres.c] [include/libres.h] [loader/resource.c]
3623         Renamed LIBRES_FindResource to LIBRES_FindResource16.
3624         Added LIBRES_FindResource32.
3626 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
3628         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
3629         Added the spec file for WinG, it's only stub for now, but it
3630         should be easy to do by someone with Windows programming
3631         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
3633         * [if1632/crtdll.spec]
3634         Added some string and memory functions to make sfxed95.exe (of
3635         Warcraft 2) almost work.
3637 ----------------------------------------------------------------------
3638 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3640         * [files/dos_fs.c]
3641         Added long file name mask in DOSFS_FindNext().
3643         * [loader/pe_image.c] [loader/task.c]
3644         Moved Win32 task startup into TASK_CallToStart().
3646         * [objects/dc.c]
3647         Fixed SetDCState() for memory DC (thanks to Constantine
3648         Sapuntzakis for spotting this one).
3650         * [windows/winpos.c]
3651         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
3653         * [*/*]
3654         Added Win32 version for many graphics functions.
3656 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3658         * [controls/button.c]
3659         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
3661         * [controls/edit.c]
3662         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
3663         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
3665         * [windows/dialog.c]
3666         DS_LOCALEDIT is a dialog style not an edit style.
3668         * [windows/winproc.c]
3669         Stop stack trashing when wndPtr->text == NULL.
3671 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
3673         * [windows/dce.c]
3674         GetDCEx32 - The determination of whether to use the DC cache or
3675         not should be independent of DCX_USESTYLE.
3677 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3679         * [files/directory.c]
3680         Added errno.h to #includes
3682         * [tools/makedep.c]
3683         Close files once they have been processed.
3685 ----------------------------------------------------------------------
3686 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3688         * [*/Makefile.in] [tools/makedep.c]
3689         New program to generate dependencies; should be faster and more
3690         portable than 'gcc -MM'.
3692         * [*/*]
3693         Replaced WPARAM and HDC by explicitly-sized types.
3695         * [windows/hook.c]
3696         Fixed bug in HOOK_GetHook16 function.
3698 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
3700         * [include/debug.h] [include/stddebug.h]
3701         Added debug option for win16drv (-debugmsg +win16drv)
3703         * [graphics/win16drv/init.c]
3704         Only enable CreateDC if printer=on specified in wine section of
3705         wine.conf.
3706         printfs changed to dprintf_win16drv.
3707         Some tidying up.
3709         * [include/gdi.h] [graphics/x11drv/clipping.c]
3710           [graphics/x11drv/Makefile.in]
3711         Moved SetDeviceClipping into drivers.
3713 ----------------------------------------------------------------------
3714 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3716         * [Make.rules.in] [*/Makefile.in]
3717         Made it possible to compile from a directory other than the source
3718         directory.
3720         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
3721           [objects/metafile.c] [objects/dc.c]
3722         New graphics driver for metafiles.
3724         * [if1632/thunk.c]
3725         Added thunks for SetWindowsHook and SetDCHook.
3727         * [windows/dialog.c]
3728         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
3729         items.
3731         * [*/*]
3732         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
3733         HINSTANCE, HMENU, HRGN and HTASK.
3735 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
3737         * [controls/edit.c]
3738         Fixed EditWndProc() to fall back to DefWndProc() when the
3739         edit state structure is not available.
3741 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
3743         * [windows/nonclient.c] [windows/mdi.c]
3744         AdjustWindowRectEx16() should only take notice of the styles
3745         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
3746         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
3748         * [controls/scroll.c]
3749         Fixed typo in ShowScrollBar32().
3751 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
3753         * [if1632/user32.spec] [if1632/winmm.spec]
3754         Added SetParent and sndPlaySoundA.
3755         
3756 ----------------------------------------------------------------------
3757 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3759         * [controls/button.c]
3760         Fixed focus rectangle size and clipping.
3762         * [controls/scroll.c]
3763         Converted to Win32 and added support for scroll page.
3764         Completed SetScrollInfo() and implemented other Win32 functions.
3766         * [files/file.c]
3767         Removed FILE_Read() (use _lread32 instead).
3769         * [objects/dce.c] [include/dce.h]
3770         Allocate DCE on the Win32 heap, and use pointers instead of
3771         handles.
3772         Implemented Win32 version of DC functions.
3774         * [windows/painting.c]
3775         Attempt to make CS_PARENTDC style work again.
3777 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
3779         * [windows/dce.c] [windows/winpos.c]
3780         Override SaveUnder attribute when painting took place
3781         in a window below. Force X to raise activated window 
3782         in seamless mode.
3784         * [misc/clipboard.c] [windows/event.c]
3785         Translation between DOS and Unix text formats and several
3786         other fixes for the sudden selection loss.
3788         * [windows/message.c]
3789         Apply "first" and "last" when checking for WM_QUIT in 
3790         MSG_PeekMessage().
3792         * [windows/win.c]
3793         Rearranged DestroyWindow() to fit "Windows Internals"
3794         description.
3796         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
3797         Misc. fixes to CBT hook calls.
3799         * [controls/menu.c] [misc/user.c]
3800         Fixup resident popup menu window so that it doesn't get
3801         destroyed by USER_AppExit().
3803         * [loader/module.c] [loader/task.c] [windows/event.c]
3804         Process "unsafe" X events outside the scheduler to prevent
3805         deadlocks.
3807         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
3808         Lots of fixes for better Win16 multitasking.
3810 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3812         * [include/windows.h]
3813         Added some missing HOOK defines.
3815         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
3816         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
3818         * [win32/console.c][include/wincon.h]
3819         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
3821         * [misc/registry.c]
3822         Some null ptr fixes.
3824         * [loader/pe_image.c]
3825         Fixed exported function lookup. (msvcrt20.dll)
3826         Add debugsyms for entrypoint, exported functions and sections.
3828         * [multimedia/mmsystem.c]
3829         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
3831         * [several]
3832         Added several missing things/stubs/simple thunks from win32
3833         to win16 code.
3835 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
3837         * [windows/property.c]
3838         Fixed debugging of 16 Bit RemoveProp().
3840         * [debugger/memory.c]
3841         Added DEBUG_checkmap_bad() for linux.
3843 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
3845         * [windows/event.c] [windows/hook.c]
3846         Use EnableHardwareInput() for JournalPlayback hook.
3848         * [controls/listbox.c]
3849         Changed handling of LB_GETITEMRECT in empty listboxes.
3851 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3853         * [misc/main.c]
3854         Fixes to X resources handling.  
3856 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3858         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
3859         Individual handle table created for each metafile. Fixed
3860         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
3862         * [windows/graphics.c] [objects/dc.c]
3863         Rectangle() changed to work better with wide pens and PS_NULL.
3864         Use JoinMiter.
3866         * [windows/winpos.c]
3867         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
3868         is set.
3870         * [windows/nonclient.c]
3871         AdjustWindowRectEx() should perform calculations even if the
3872         window is minimized.
3874         * [windows/mdi.c]
3875         Better handling of system button painting. Maximized windows can
3876         contain scroll bars. Icons now maximize properly.
3878         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
3879         Improved greying of items in system menu. WM_INITMEMUPOPUP no
3880         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
3881         menu.c.
3883 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3885         * [several files]
3886         Fix missing includes and wrong printing arguments.
3888         * [controls/listbox.c]
3889         Don't sort drives in ListBoxDirectory().
3890         
3891 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
3893         * [windows/dialog.c]
3894         Fixed handling of Shift-TAB in dialogs.
3896 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3898         * [if1632/gdi32.spec]
3899         Added SelectClipRgn - call win16 version.
3901         * [if1632/user32.spec]
3902         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
3904         * [include/wincon.h]
3905         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
3906         out of #if 0 protected portion of file.
3908         * [loader/pe_image.c]
3909         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
3910         programs now work better)
3912         * [win32/console.c]
3913         Added stub functions for GetConsoleScreenBufferInfo and 
3914         GetLargestConsoleWindowSize
3916         * [win32/findfile.c]
3917         FindFirstFile32A() - removed erroneous strcpy
3919         * [windows/keyboard.c]
3920         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
3921         specification. NB - I still have doubts about some other functions
3922         in this file.
3924 ----------------------------------------------------------------------
3925 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
3927         * [windows/event.c]
3928         Minor improvements in setting event time in MSG struct.
3930         * [windows/hook.c]
3931         Removed an useless 'unimplemented hook' message.
3933         * [windows/win.c]
3934         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
3936 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3937         * [loader/pe_image.c]
3938         Fixed imports with no name/ordinal list (MFC30.DLL).
3939         Added borland style - ordinal import (wsock32.dll).
3941         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
3942           [if1632/kernel32.spec] [include/windows.h]
3943         Win32 and Win16 code use the same filehandles/HFILEs.
3944         Added SetEndOfFile, MoveFile*, diverse *W functions.
3946         * [loader/pe_image.c]
3947         Fixed argument 2 to DllEntry.
3949         * [misc/comm.c]
3950         Adapt to filehandling changes, win32 code still broken.
3952         * [misc/registry.c]
3953         Use Wine filehandling.
3954         StartupRegistry to add startup-detected registry entries.
3956         * [miscemu/dpmi.c] [miscemu/int21.c]
3957         Some missing interrupt-functions added.
3959         * [if1632/gdi32.spec][if1632/user32.spec]
3960         Some thunks to 16 bit equivalent functions added.
3962 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
3964         * [misc/winsocket.c]
3965         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
3966         Windows fd_set structs.
3968         * [if1632/winsock.spec]
3969         Corrected arguments to select().
3971 ----------------------------------------------------------------------
3972 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3974         * [misc/commdlg.c] [if1632/commdlg.spec]
3975         Fixed some SEGPTR problems.
3977         * [windows/winproc.c]
3978         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
3979         and WM_MEASUREITEM
3980         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
3982 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3983         * [files/drive.c]
3984         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
3986         * [multimedia/audio.c]
3987         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
3988         below 4096 bytes.
3990         * [multimedia/mcistring.c]
3991         Segptr string handling fixed & enhanced.
3993         * [if1632/crtdll.spec][misc/crtdll.c]
3994         malloc,free,_strupr,_stricmp,_strcmpi added.
3996         * [if1632/wsock32.spec][misc/winsock.c]
3997         More direct thunks into unix libc and WsControl-stub added.
3999 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4001         * [objects/metafile.c]
4002         Bug fixes to both recording and playback of ExtTextOut().
4004 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
4006         * [multimedia/audio.c] [multimedia/mcianim.c]
4007           [multimedia/mcicda.c] [multimedia/midi.c]
4008         Made cdaudio, audio and midi work for FreeBSD.
4010 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4012         * [misc/crtdll.c] [if1632/crtdll.spec]
4013         Added a lot of functions.
4015         * [misc/ole2nls.c]
4016         Added ID values for all languages in GetUserDefaultLCID().
4017         
4018 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
4020         * [windows/event.c] [windows/message.c]
4021         First attempt at hook WH_JOURNALPLAYBACK.
4023 ----------------------------------------------------------------------
4024 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4026         * [controls/scroll.c]
4027         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
4029         * [graphics/driver.c] [include/x11drv.h]
4030         New files for graphics driver handling.
4032         * [if1632/relay.c] [include/registers.h] [tools/build.c]
4033         Implemented Win32 register functions. Not really tested yet.
4035         * [include/gdi.h]
4036         Added a lot of functions to the DC func table.
4038         * [loader/pe_image.c]
4039         Initialise %fs before calling out to 32-bit code.
4041         * [windows/hook.c]
4042         Fixed bug in HOOK_GetHook().
4044         * [windows/win.c]
4045         Fixed FindWindow to return an error if the class name doesn't exist.
4047 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4049         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
4050         mpr.dll specs added.
4052         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
4053         QueryPerformanceCounter(), GlobalMemoryStatus() added.
4055         * [if1632/user32.spec] [win32/error.c]
4056         SetLastErrorEx() added.
4058         * [misc/commdlg.c]
4059         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
4061         * [misc/registry.c]
4062         Some missing NULL ptr checks added, misc clean up.
4064 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
4066         * [controls/menu.c]
4067         Adjust popup menu coordinates so that it always stays within 
4068         the desktop.
4070         * [misc/main.c]
4071         Fixed GetEnvironment() return value for lpEnv == NULL case.
4073 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4075         * [misc/crtdll.c] [if1632/crtdll.spec]
4076         Added some is* functions, strlen and tolower.
4077         
4078 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
4080         * [tools/wineconf]
4081         New perl script to generate the wine.conf file.
4083 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
4085         * [if1632/gdi.spec]
4086         Lots of printer functions.
4087         
4088         * [include/callback.h]
4089         New functions for printer driver support.
4091         * [include/gdi.h]
4092         New/changed structures to support printer driver.
4094         * [misc/escape.c]
4095         New version that uses function table in DC structure.
4097         * [objects/dc.c]
4098         CreateDC copes with things other than Display.
4099         X code for CreateDC moved to graphics/x11drv directory.
4100         CreateCompatibleDC copies func table from original DC.
4102         * [objects/font.c]
4103         GetTextExtentPoint32A,GetTextMetrics16 use function table in
4104         DC and code moved to drivers directory.
4106         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
4107         New files for printer support. 
4109 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4111         * [controls/scroll.c]
4112         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
4113         code. There are a few options in which I'm probably the wrong person
4114         for the job (page size and disable bar). There are comments in the
4115         code as to what they should do.
4117         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
4118         Added 32 bit version of FONT_GetObject.
4120 ----------------------------------------------------------------------
4121 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4123         * [files/drive.c]
4124         Added 'Filesystem' option in drives configuration.
4126         * [files/dos_fs.c] 
4127         Added handling of case-insensitive filesystems.
4129         * [memory/selector.c] [include/stackframe.h]
4130         Removed MAKE_SEGPTR.
4132         * [misc/commdlg.c] [multimedia/mcistring.c]
4133         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
4135         * [objects/bitblt.c] [windows/graphics.c]
4136         Use an intermediary pixmap to avoid some BadMatch errors on
4137         XGetImage().
4139 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
4141         * [windows/message.c]
4142         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
4144         * [misc/ver.c]
4145         Fixed a bad string result in VerQueryValue[16|32A|32W].
4147 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4149         * [if1632/crtdll.spec] [misc/crtdll.c]
4150         More additions to get win95 programs further down the road.
4152         * [if1632/kernel.spec] [loader/module.c]
4153         GetModuleName() added.
4154         LoadModule(): params->showCmd can be NULL.
4156         * [if1632/kernel32.spec] [if1632/thunk.c]
4157         ThunkConnect32() stub added.
4159         * [loader/resource.c]
4160         Entries include lastentry.
4162         * [misc/shell.c] [files/file.c]
4163         Made progman work again.
4165 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4166         
4167         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
4168         Icon painting fixes.
4170         * [windows/winpos.c] [windows/painting.c]
4171         Enforce and follow hrgnUpdate more closely to cut down on
4172         redundant RedrawWindow() calls.
4174         * [windows/event.c]
4175         Process ConfigureNotify only for managed windows.
4177         * [windows/winpos.c]
4178         Do not redraw parent if the window was hidden before SetWindowPos().
4180         * [windows/nonclient.c]
4181         Omit some nonclient decoration painting for managed windows.
4183         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
4184         Implemented WM_NEXTMENU.
4186         * [controls/listbox.c]
4187         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
4189         * [misc/shell.c]
4190         Added .ICO file handling to ExtractIcon().
4192 ----------------------------------------------------------------------
4193 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4195         * [configure.in] [include/acconfig.h] [tools/build.c]
4196         Added check for underscore on external symbols.
4198         * [memory/selector.c] [memory/global.c]
4199         Fixed FreeSelector() to free only one selector.
4200         Added SELECTOR_FreeBlock() to free an array of selectors.
4202         * [objects/color.c]
4203         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
4204         hi-color displays.
4206         * [tools/build.c] [if1632/crtdll.spec]
4207         Added 'extern' type, used for external variables or functions.
4209         * [windows/winpos.c]
4210         Allow de-activating a window in WINPOS_ChangeActiveWindow().
4212         * [windows/winproc.c]
4213         Added 32-to-16 translation for button messages.
4214         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
4215         happen to be valid SEGPTRs.
4217 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
4219         * [windows/message.c]
4220         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
4221         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
4223         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
4224         Introduced undocumented API function IsValidMetaFile(), plus a
4225         minor fix in last patch of CopyMetaFile().
4227         * [objects/gdiobj.c]
4228         Removed a FIXME in IsGDIObject(): added magic word check.
4230 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4232         * [controls/statuswin.c]
4233         First pass at implementing the StatusWindow class.
4235         * [include/commctrl.h]
4236         Header file for common controls.
4238         * [controls/widgets.c]
4239         Added InitCommonControls().
4241         * [if1632/comctl32.spec]
4242         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
4244         * [win32/findfile.c] [if1632/kernel32.spec]
4245         Add FindNextFile32A, FindClose.
4246         Modified FindFirstFile32A so it works with FindNextFile32A.
4248         * [include/winbase.h]
4249         Fixed WIN32_FIND_DATA structure member names.
4251 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4253         * [windows/scroll.c]
4254         Changed scrolling routines to benefit from DCE code update.
4256 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4258         * [files/file.c]
4259         SearchPath* could get NULL for lastpart argument.
4261         * [if1632/build-spec.txt] [documentation/debugging]
4262         Varargs documentation added, debugging hints updated.
4264         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
4265         Started to implement CRTDLL.
4267         * [if1632/wsock32.spec]
4268         Some thunks to standard libc functions (structures have the same
4269         elements, but perhaps wrong offset due to packing).
4271         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
4272         Merged kernel32.h into windows.h.
4274         * [misc/lstr.c]
4275         Enhanced FormatMessage().
4277         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
4278         GetVersion() updated to new naming standard.
4279         Changed language handling to support language ids.
4281         * [misc/shell.c]
4282         Enhanced FindExecutable, so it finds files in the search path too.
4284         * [win32/environment.c]
4285         GetCommandLine* updated.
4287         * [loader/resource.c] [loader/pe_resource.c]
4288         FindResourceEx32* added.
4289         Loading of messagetables added.
4290         Language handling now uses Wine default language id.
4292 ----------------------------------------------------------------------
4293 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4295         * [controls/scroll.c]
4296         Attempted to implement undocumented scroll-bar messages.
4298         * [tools/build.c] [include/callback.h] [windows/winproc.c]
4299         CallTo16_* functions now get DS from the previous 16-bit stackframe.
4301         * [if1632/thunk.c] [include/callback.h]
4302         Added thunks to implement callbacks for the emulator. Now all the
4303         Enum* functions always take a real function pointer even in the
4304         emulator.
4305         
4306         * [loader/builtin.c]
4307         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
4308         work with NULL entry points. Using linear search now.
4310         * [loader/module.c]
4311         Implemented IsSharedSelector().
4313         * [loader/task.c]
4314         Changed SwitchStackTo/Back to use the instance data to store the
4315         previous stack instead of the TDB. Also copy the local variables
4316         onto the new stack.
4317         Added GetExeVersion() and SetTackSignalProc().
4318         Implemented SetSigHandler().
4320 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4322         * [controls/menu.c]
4323         "Fixed" problem in deleting menus where win32 could get into an
4324         endless loop when it crashed. I think I've fixed the symptoms, not
4325         the original problem so it might be worth further investigation.
4327         * [debugger/registers.c]
4328         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
4329         compile wine properly.
4331         * [files/dos_fs.c]
4332         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
4333         from win32/findfile.c (q.v.).
4335         * [if1632/gdi32.spec]
4336         Added SetMapMode (call existing function)
4338         * [if1632/kernel32.spec]
4339         Added FindFirstFileA and SetFileAttributesA.
4341         * [if1632/user32.spec]
4342         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
4343         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
4344         UnhookWindowsHookEx.
4346         * [win32/file.c]
4347         Added stub function SetFileAttributes32A. It's a stub because I
4348         can't really work out what this function should do with most
4349         attributes in a Unix environment. Anyone care to expand it?
4351         * [win32/findfile.c]
4352         New file. Initial stab at FindFirstFile. This doesn't work as
4353         specified yet, though a lot of the groundwork is there. I haven't
4354         time to work on this for the next month, so if anyone wants to pick
4355         it up and run with it please do.
4357         * [win32/memory.c]
4358         Removed malloc.h from includes (covered by stdlib.h include, and
4359         gets rid of a warning in FreeBSD).
4361         * [win32/newfns.c]
4362         UnhookWindowsHookEx32A stub added.
4364         * [win32/user32.c]
4365         Added implementation of IsDialogMessage32A.
4367         * [windows/dialog.c]
4368         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
4369         SendDlgItemMessage16.
4371 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4373         * [windows/graphics.c]
4374         Removed rectangle checking (conflicted with nonstandard
4375         mapping modes). 
4377         * [windows/dialog.c]
4378         Added check for child-style dialogs to DS_ABSALIGN
4379         coordinate conversion.
4381         * [objects/color.c]
4382         Cleaned up misc. bits
4384 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4386         * [windows/focus.c] [windows/event.c] [windows/win.c]
4387           [windows/defdlg.c]
4388         Fixes to focusing and activation.
4390         * [windows/defdlg.c]
4391         Properly(?) handle DM_GETDEFID.
4393         * [controls/combo.c]
4394         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
4395         CBCheckSize: Adjust edit position.
4397 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4399         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
4400         Pass HFILEs instead of unix-fds to self-loader code.
4402 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
4404         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
4405         Implemented handling of some new metafile records (META_...)
4406         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
4407         Added functions like MF_StretchBlt() for usage in metafiles.
4408         Minor bugfix in CopyMetafile().
4410         * [objects/bitmap.c][objects/dib.c]
4411         Added check for metafile-DC in Bitmap and DIB functions:
4412         CreateCompatibleBitmap() etc.
4414 ----------------------------------------------------------------------
4415 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4417         * [loader/task.c] [include/task.h]
4418         Implemented SwitchStackTo()/SwitchStackBack().
4420         * [include/wintypes.h] [loader/main.c]
4421         Added __winelib variable to distinguish between emulator and
4422         library at run-time. Later on, this should avoid some
4423         recompilations when building Winelib.
4425         * [windows/property.c]
4426         Implemented Win32 functions for window properties.
4428 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4430         * [controls/listbox.c]
4431         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
4432         messages.
4434         * [controls/menu.c]
4435         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
4437         * [include/cursoricon.h]
4438         Moved #pragma pack(1) back to where it belongs.
4440         * [objects/palette.c]
4441         RealizeDefaultPalette() maps to system colors only.
4442         Do not broadcast palette notifications when in TrueColor.
4444         * [objects/color.c] [include/palette.h]
4445         Miscellaneous optimizations. Had to fix several
4446         "improvements" made to my patch for previous release.
4448         * [objects/dib.c]
4449         Reverse dib bits order for 24-bit SetDIBits().
4451         * [objects/dc.c]
4452         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
4454         * [windows/scroll.c]
4455         Scroll update region too.
4457         * [windows/message.c]
4458         Include QS_MOUSE into the event mask for nonclient mouse
4459         message filter. Fixes problems with Word 6 freezing when
4460         mouse hits nonclient area.
4462         * [windows/win.c] 
4463         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
4465         * [windows/winpos.c] [windows/mdi.c]
4466         Attempt to fix control menu duplication.
4468 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4470         * [files/drive.c]
4471         GetDriveType32A(): return value for CDROM fixed.
4473         * [files/file.c]
4474         SearchPath* added.
4476         * [if1632/gdi32.spec] [objects/brush.c]
4477         SetBrushOrgEx() added.
4479         * [loader/pe_resource.c]
4480         If even loading the default entry fails, we just use the first
4481         entry from the resource directory.
4483         [loader/task.c]
4484         SetSigHandler() stub added, Paradox 4.5 now starts up.
4486         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
4487         COMM functions updated to win32, not complete.
4489         * [misc/lstr.c]
4490         FormatMessageA partially implemented.
4492         * [include/miscemu.h] [memory/selector.c]
4493           [memory/global.c] [miscemu/dosmem.c]
4494         DOS memory handling changed: 1MB preallocated block, real-mode
4495         segment handling possible, SetSelectorBase into lower physical 1MB
4496         possible.
4498         * [miscemu/dpmi.c]
4499         Real-mode segments changed, real-mode int 21,ax=6506 added.
4500         AX=0x0303 added.
4502         * [multimedia/time.c]
4503         Fixed bug in killTimer.
4505         * [objects/bitmap.c]
4506         LoadImageA partially implemented.
4508 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
4510         * [include/dde_mem.h][include/dde_proc.h]
4511           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
4512           [ipc/generic_hash.h][library/miscstubs.c]
4513         Changes for error free compilation using "--with-ipc":
4514         replaced some names with *16-equivalent (e.g. MSG to MSG16),
4515         modified prototype of function DDE_GlobalFree() .
4517         * [objects/palette.c]
4518         Added check for metafile-DC in GDISelectPalette(),
4519         GDIRealizePalette(),RealizeDefaultPalette() and
4520         IsDCCurrentPalette().
4522 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4524         * [controls/edit.c]
4525         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
4526         fixes Winhelp.
4528         * [windows/dialog.c]
4529         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
4531 ----------------------------------------------------------------------
4532 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4534         * [configure.in]
4535         Generate include/config.h instead of putting everything on the
4536         command-line.
4537         Removed -with-malloc-debug option (not useful for end users
4538         anyway).
4539         Added check for memmove().
4541         * [include/wintypes.h] [*/Makefile.in]
4542         Added definition of __WINE__ symbol when compiling Wine code
4543         (emulator or library) as opposed to user programs.
4545         * [debugger/editline.c] [debugger/readline/*]
4546         Moved all the readline code into debugger/editline.c. Removed the
4547         readline subdirectory.
4549         * [files/profile.c]
4550         Added PROFILE_GetWineIniInt().
4552         * [include/stackframe.h] [loader/task.c]
4553         The 16-bit stackframe now also exists for Winelib (even though it
4554         only ever contains one frame).
4556         * [loader/module.c]
4557         Added function MODULE_CreateDummyModule() to create a dummy Win16
4558         module for Winelib and Win32.
4560         * [memory/ldt.c]
4561         Make sure the ldt entry contents will be acceptable for the Linux
4562         kernel.
4564         * [memory/selector.c]
4565         Fixed SetSelectorLimit() when the limit is in pages.
4567         * [misc/port.c]
4568         Added memmove().
4570         * [miscemu/dpmi.c]
4571         Clear the segment registers that contain the selector being freed
4572         in int31/ax=0001.
4573         Added missing break after SelectorAccessRights call.
4575         * [win32/struct32.c]
4576         Added conversions for MDICREATESTRUCT.
4578         * [windows/winproc.c]
4579         Added message conversions for WM_MDICREATE.
4581 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
4583         * [windows/class.c]
4584         Added GetExePtr() call in CLASS_FindClassByAtom().
4586 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4588         * [if1632/*.spec]
4589         Some more trivial specs added.
4591         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
4592         CreateFont32* added, changed to new naming std.
4594         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
4595         Some defines/types added.
4597         * [win32/thread.c]
4598         TlsSetValue() returns boolean.
4600         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
4601           [controls/menu.c] [objects/bitmap.c]
4602         Cleanup of the resource functions, mostly changes to new naming
4603         standard and fixing of argument types so that they agree with the
4604         win16/win32 API.
4606 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4608         * [windows/winpos.c]
4609         ShowWindow() fixes.
4611         * [windows/mdi.c]
4612         Fix reversed LPARAM in WM_MDIACTIVATE.
4614         * [wine.ini]
4615         New option AllocSystemColors tells Wine how many colors to grab
4616         from the system colormap.
4618         * [objects/bitblt.c] [objects/dc.c]
4619         Fixed pink garbage over Word buttons in PseudoColor. Added
4620         optional DSTINVERT shortcut for faster text selection.
4622         * [misc/wsprintf.c]
4623         Skip bogus segmented pointers in wsvnprintf16(). 
4625         * [objects/gdiobj.c]
4626         Added palette handling to UnrealizeObject(). 
4628         * [objects/color.c] [objects/palette.c] [windows/dce.c]
4629         Wine gets palette manager with support for more than 20 colors. 
4630         Only PseudoColor and TrueColor visuals tested so far.
4632         * [windows/winpos.c] [windows/win.c] 
4633         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
4634         use XReconfigureWMWindows() instead of XConfigureWindow() in
4635         managed mode.
4637         * [memory/global.c]
4638         Do not allocate more than 640K of DOS memory.
4640         * [misc/main.c]
4641         Do not allow -desktop and -managed together.
4643 ----------------------------------------------------------------------
4644 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4646         * [controls/scroll.c]
4647         Use Win32 heap functions to allocate scroll-bar info structure.
4649         * [debugger/dbg.y] [debugger/registers.c]
4650         Added support for FS and GS segment registers.
4651         Check that segment registers value are OK before returning from
4652         the signal handler.
4654         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
4655         Changed relay debugging for Win32 function: the relay code now
4656         passes the entry point address instead of the function name.
4658         * [tools/build.c] [miscemu/*.c]
4659         Added support for data entry points in Win32 DLLs.
4660         Added 'cdecl' function type for Win32.
4661         For 'register' function, the relay code now passes a pointer to
4662         the SIGCONTEXT structure.
4663         
4664         * [include/registers.h] [include/wine.h]
4665         Moved SIGCONTEXT structure definition in registers.h.
4667         * [loader/pe_image.c]
4668         Don't die at once if some Win32 entry points cannot be found, but
4669         set them to NULL, just like we do for Win16. This allows some
4670         programs to go further before crashing.
4672         * [loader/task.c] [loader/main.c]
4673         Moved global initializations from InitTask() to MAIN_Init(), as
4674         they no longer need a task context with the new SEGPTR heap functions.
4676         * [memory/string.c]
4677         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
4678         very convenient.
4680         * [windows/graphics.c]
4681         Partially implemented DrawEdge().
4683         * [windows/timer.c] [windows/caret.c]
4684         Implemented Win32 timer handling. Updated caret management to use
4685         Win32 timers (avoids having to use a Win16 callback).
4687         * [windows/win.c]
4688         Prevent programs from setting some style bits with
4689         SetWindowLong(). This should fix some BadMatch crashes.
4690         Link new windows at the end of the linked list.
4692         * [windows/winpos.c]
4693         Don't try to activate a child window in ShowWindow().
4695         * [windows/winproc.c]
4696         Added a 32->32 thunk to support Ansi-Unicode translation.
4698 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4700         * [files/directory.c]
4701         Additional (undocumented) return value for GetTempDrive() added.
4703         * [files/dos_fs.c] [files/file.c] [include/windows.h]
4704         GetTempFileName32* added.
4705         GetShortPathName* added.
4707         * [memory/string.c]
4708         Win16 lstrcpy() can get NULL ptrs as argument and survive.
4710         * [misc/lzexpand.c]
4711         LZOpenFile(): also try opening with compressed filename if normal
4712         open fails.
4714         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
4715         Char* added.
4716         CompareString* added.
4718 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4720         * [objects/font.c] [if1632/gdi32.spec]
4721         CreateFontIndirect32A and CreateFontIndirect32W added.
4723         * [misc/ole2nls.c]
4724         GetUserDefaultLCID return values updated for new languages.
4725         Finnish support added for GetLocaleInfoA.
4727         * [object/palette] [gdi32.spec]
4728         RealizePalette32 and SelectPalette32 added.
4729         
4730 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
4732         * [misc/shell.c]
4733         Fixup for SHELL_FindExecutable so that File->Run from progman
4734         works once more. Still needs some more fixups - grep for FIXME in
4735         this file.
4737 ----------------------------------------------------------------------
4738 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4740         * [controls/desktop.c]
4741         Use Windows file I/O routines to load the desktop bitmap.
4743         * [files/file.c]
4744         Implemented RemoveDirectory* and DeleteFile*.
4746         * [include/wine.h]
4747         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
4749         * [loader/task.c]
4750         Fixed initial breakpoint setting for Win32 tasks.
4752         * [misc/wsprintf.c]
4753         Ignore Unicode formats for wsprintf16().
4755         * [objects/font.c]
4756         Implemented Win32 version of GetTextMetrics.
4758         * [windows/winproc.c] [windows/win.c] [windows/class.c]
4759           [windows/dialog.c]
4760         Modified windows procedures to use thunks, to ensure that the
4761         procedure can be called directly from the Windows program.
4763         * [windows/win.c]
4764         Added function WIN_BuildWinArray() to make it easier to enumerate
4765         windows. Implemented Win32 version of EnumWindows() and friends.
4767 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
4769         * [controls/button.c] [windows/win.c]
4770         Operator precedence fixes.
4772         * [controls/edit.c]
4773         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
4774         Fixed word wrap with long words.
4776         * [debugger/debug.l]
4777         New alias "where" for command "backtrace".
4779         * [if1632/gdi.spec]
4780         Corrected parameter of ExtTextOut.
4782         * [loader/module.c]
4783         Corrected printing of table of modules.
4785         * [misc/spy.c]
4786         Removed superfluous \n in message name.
4788         * [windows/message.c]
4789         Declared MSG_SendMessage as static.
4790         Changed parameter of DirectedYield() from queue handle to task handle.
4791         Removed warning mesages for argument of printf.
4793         * [windows/nonclient.c]
4794         Added the flag DT_NOPREFIX when drawing window titles.
4796         * [windows/win.c]
4797         WIN_WalkWindows now prints the invalid window handle.
4798         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
4800         * [windows/winproc.c]
4801         Allows creating dialog windows with NULL as dialog function.
4803 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4805         * [windows/event.c]
4806         EVENT_key: Fixes to VK_ code generation for space bar and
4807         punctuation.
4809         * [files/file.c]
4810         GetTempFileName: first character in temporary name is "~".
4812         * [memory/heap.c]
4813         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
4815         * [objects/text.c]
4816         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
4818         * [misc/driver.c]
4819         Removed some bugs and reformatted. Actually loads drivers now.
4821         * [include/callback.h]
4822         Added CallDriverProc() and CallWindowsExitProc().
4824         * [loader/module.c]
4825         MODULE_CallWEP(): new function.
4827         * [misc/lzexpand.c]
4828         LZSeek(): return new pointer, not old one.
4830         * [misc/ver.c]
4831         find_ne_resource(): fixed dependence on LZSeek() bug.
4832         GetFileResource(): initialize reslen before using it.
4834         * [windows/class.c]
4835         SetClassWord(): add missing else.
4837         * [objects/font.c]
4838         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
4839         InitFontList: allocate one huge array of structures.
4840         FONT_MatchFont: uppercase the face name.
4842 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
4844         * [memory/heap.c]
4845         Fixed a typo in HeapReAlloc().
4847 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4849         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
4850           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
4851         GetTempPath* added
4852         GetDriveType* fixed, updated to NewNameStandard.
4853         GetCurrentDirectory* fixed (needs to prepend X:\).
4855         * [controls/listbox.c]
4856         Missing NULL check added.
4858         * [if1632/winmm.spec] [loader/builtin.c]
4859         winmm.dll (32bit mmsystem equivalent) specs added.
4861         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
4862         Rtl{Move,Zero,Fill}Memory added.
4864         * [misc/registry.c]
4865         Some NULL ptr dereference bugs fixed.
4867         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
4868         Check for NULL ptr.
4869         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
4870         Aliasing should work for all MCI devices.
4872         * [windows/win.c]
4873         Allow passing invalid window handles to CloseWindow().
4875 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4877         * [files/directory.c] [if1632/kernel32.spec]
4878         GetSystemDirectory32A and GetSystemDirectory32W added.
4880         * [misc/main.c] [if1632/kernel32.spec]
4881         Beep and SetEnvironmentVariable32W added.
4883 ----------------------------------------------------------------------
4884 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
4886         * [files/drive.c] 
4887         GetFreeDiskSpace*, GetVolumeInformation* added.
4889         * [files/file.c]
4890         FlushFileBuffers, CreateDirectory* added.
4892         * [include/winbase.h] [include/windows.h]
4893         Prototypes, defines added and fixes.
4895         * [if1632/kernel32.spec] [include/resource32.h]
4896           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
4897         Fixes to resource handling.
4899         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4900         Specs for implemented functions added
4901         Some thunks to functions which are same as win16 equivalents.
4903         * [loader/task.c]
4904         GetAppCompatFlags() added.
4906         * [misc/registry.c]
4907         One missing else added, small hack to RegQueryValue16().
4909         * [win32/file.c]
4910         GetFileAttributesA() fixed (was using DOS path as UNIX path).
4912 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4914         * [loader/ne_resource.c]
4915         Fixed FreeResource() return value.
4917         * [objects/text.c]
4918         Fixed a bug in ExtTextOut() that was causing overlapped characters
4919         in WinWord.
4921         * [windows/winpos.c]
4922         SWP_FRAMECHANGED for top-level windows now invalidates client
4923         area as clock.exe wants.
4925 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4927         * [controls/listbox.c]
4928         Mini bugfix: 'revival' of missing scrollbar in listboxes.
4930 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
4932         * [resources/sysres_Fr.rc] [resources/TODO]
4933         Made changes for Choose_Font dialog.
4935 ----------------------------------------------------------------------
4936 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4938         * [memory/heap.c]
4939         Fixed bug in HeapRealloc (thanks to Bruce Milner).
4941         * [misc/wsprintf.c]
4942         Fixed argument size for %c format in wsprintf16().
4944         * [objects/dc.c]
4945         Don't free hFirstBitmap for saved DCs.
4947         * [windows/event.c]
4948         Added timer handling in EVENT_WaitXEvent().
4950         * [windows/message.c]
4951         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
4952         event is for the current task; if not, wake the other task.
4954         * [windows/queue.c] [include/queue.h]
4955         Added 'self' handle in queue structure.
4957         * [windows/timer.c]
4958         Added TIMER_ExpireTimers() function to mark expired timers and
4959         wake up the corresponding tasks.
4961 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
4963         * [windows/mapping.c]
4964         First point in list was mapped multiple times in DPtoLP and
4965         LPtoDP.  Other points were not mapped.
4967 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4969         * [misc/shell.c]
4970         Some fixes for ExtractIcon function family.
4972         * [documentation/user_module]
4973         Chapter about windowing and messaging subsystems.
4975 ----------------------------------------------------------------------
4976 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4978         * [debugger/break.c] [loader/signal.c]
4979         Fixed breakpoints in 32-bit code.
4981         * [include/windows.h]
4982         Added many more Win32 versions of standard structures.
4984         * [include/winreg.h] [misc/registry.c]
4985         Moved private types into registry.c.
4987         * [memory/string.c] (New file)
4988         Moved most string functions from misc/lstr.c; added Win32 version
4989         of all functions.
4991         * [misc/wsprintf.c]
4992         Implemented Win32 wsprintf functions.
4994         * [objects/bitmap.c]
4995         Implemented Win32 bitmap functions.
4997         * [windows/dialog.c]
4998         Don't set dialog procedure before the controls are created. This
4999         avoids a crash in Winhelp.
5001 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
5003         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
5004         Replace PeekMessage with PeekMessage16.
5006         * [if1632/kernel32.spec][misc/main.c]
5007         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
5008         MAIN_ParseVersion: new function, new command line option -winver.
5009         GetVersion: modified to take command line argument into account.
5011         * [if1632/kernel32.spec] [win32/process.c]
5012         FreeLibrary32: new function.
5013         TlsAlloc: initialize Tls to zero.
5014         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
5015         functions.
5017         * [if1632/kernel32.spec]
5018         SetErrorMode,GetActiveWindow: new relays to existing functions.
5020         * [if1632/kernel32.spec][win32/user32.c]
5021         PeekMessage32A,PeekMessage32W: new functions.
5023         * [include/struct32.h][include/windows.h]
5024         Moved MSG32 to windows.h.
5025         Renamed MSG to MSG16.
5026         Modified prototypes to use MSG16
5028         * [include/winbase.h]
5029         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
5031 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5033         * [if1632/Makefile.in] [loader/builtin.c]
5034         version.dll,lz32.dll added.
5036         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
5037           [misc/lzexpand.c]
5038         lz32.dll added.
5039         Modified to new function naming standard.
5041         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
5042         version.dll added (win32 version of ver.dll).
5043         Modified to new function naming standard.
5044         Use registry to look up a LOCALE langids too.
5045         (VerInstallFile,VerFindFile still stubs)
5047 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
5049         * [files/file.c]
5050         Added a warning if GetTempFileName() gets a bad drive parameter.
5052         * [misc/commdlg.c]
5053         Changed file listbox color to gray in SaveFile dialog 
5054         (just like Windows does this).
5056 ----------------------------------------------------------------------
5057 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5059         * [controls/button.c] [controls/listbox.c]
5060         Fixed wParam of WM_DRAWITEM message.
5062         * [if1632/Makefile.in] [loader/builtin.c]
5063         Remove WPROCS32 DLL, as the relay code can call Wine routines
5064         directly.
5066         * [loader/module.c] [loader/ne_image.c]
5067         Fixed initial stack layout for self-loading modules.
5069         * [tools/build.c]
5070         Fixed data segment building for Win16 modules.
5072         * [windows/defdlg.c]
5073         Implemented Win32 versions of DefDlgProc().
5075         * [windows/dialog.c]
5076         Merged Win16 and Win32 dialog code.
5077         Added support for control extra data in dialog item template.
5079         * [windows/win.c]
5080         Unified Win16 and Win32 versions of CreateWindow().
5081         Implemented Win32 version of GetWindowLong().
5083         * [windows/winproc.c]
5084         Changed the implementation of window procedures, so that 16-bit
5085         winprocs are valid segmented pointers.
5087 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5089         * [misc/registry.c]
5090         Fixed another bug in the w95 loader. Quietened some debug output.
5092 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5094         * [windows/winproc.c]
5095         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
5097 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5099         * [resources/TODO] [resources/sysres_It.rc]
5100         Updated font dialog box.
5102 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
5104         * [include/commdlg.h] [misc/commdlg.c]
5105         ChooseFont() and ChooseColor(): 
5106         Bugfixes and added more support for some CF_* and CC_* flags: 
5107         dialog templates and font size control.
5108         Bugfix in structure definition of CHOOSECOLOR definition.
5110         * [ipc/dde_proc.c] [windows/event.c]
5111         Replaced SendMessage with SendMessage16 and added inclusion of
5112         dde_proc.h for error-free compilation of ipc module.
5114 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5116         * [windows/scroll.c]
5117         Made ScrollDC to save/restore current clipping region.
5119         * [misc/clipboard.c] [windows/event.c]
5120         Implemented most of the previously missing features (not tested), 
5121         improved text pasting from/to X. 
5123         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
5124           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
5125           [windows/winpos.c] [windows/painting.c]
5126         Updated DCE code, implemented dynamic invalidation of owned DCs.
5127         This fixes a lot of problems with scrolling in WinWord. Not
5128         sure about the effect on -desktop.
5130 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5132         * [win32/time.c] [if1632/kernel32.spec]
5133         Added SetSystemTime and SetTimeZoneInformation.
5135         * [if1632/kernel32.spec]
5136         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
5138         * [include/windows.h]
5139         Added SYSTEM_POWER_STATUS structure and prototypes for
5140         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
5142         * [include/kernel32.h]
5143         Added a prototype for SetTimeZoneInformation.
5145         * [win32/environment.c] [if1632/kernel32.spec]
5146         Added GetSystemPowerStatus and SetSystemPowerState stubs.
5148 ----------------------------------------------------------------------
5149 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5151         * [controls/combo.c]
5152         Destroy the listbox and edit control when destroying the
5153         combo. This should prevent crashes on application exit.
5155         * [misc/system.c] [if1632/system.spec]
5156         Implemented InquireSystem().
5158         * [loader/task.c] [windows/message.c] [windows/queue.c]
5159         First attempt at inter-task SendMessage(). Still has a lot of
5160         problems.
5162 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
5164         * [windows/mdi.c]
5165         Fixed MDITile with iconic children.
5167 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
5169         * [misc/commdlg.c]
5170         ChooseFont dialog:
5171         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
5172           not real available font types (e.g. "Bold") can not selected
5173         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
5175         * [objects/font.c]
5176         In FONT_MatchFont perform check if "lfFaceName" is family from X11
5177         only if "lfFaceName" is a windows font family then do a call of
5178         FONT_TranslateName() : this results in better font selections in 
5179         ChooseFont() or applications like charmap.exe or write.exe.
5180         Added a ParseFontParms() call if necessary in function 
5181         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
5182         even if there isn't one...
5184         * [resources/TODO]
5185         Inventory of resource translations in sysres_??.rc
5187 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5189         * [misc/registry.c]
5190         _w95_loadreg: use offset to determine next RGDB position too.
5192 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
5194         * [controls/combo.c]
5195         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
5197         * [misc/main.c]
5198         Result of option "-fixedmap" is to turn flag on.
5200 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
5202         * [misc/shell.c]
5203         ShellExecute and FindExecutable now both use common code to
5204         determine the required executable file.
5206 ----------------------------------------------------------------------
5207 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5209         * [controls/button.c]
5210         Made ButtonWndProc a 32-bit window procedure.
5212         * [controls/desktop.c]
5213         Made DesktopWndProc a 32-bit window procedure.
5214         Added handling of WM_SETCURSOR.
5216         * [controls/menu.c]
5217         Allocate menu items and strings on the 32-bit system heap.
5218         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
5219         AppendMenu and LoadMenuIndirect.
5221         * [controls/widgets.c]
5222         Added possibility to have 32-bit built-in classes.
5224         * [files/drive.c]
5225         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
5227         * [misc/spy.c] [include/spy.h]
5228         Added support for spying Win32 messages.
5230         * [loader/builtin.c]
5231         Fixed bug in -dll option parsing.
5233         * [memory/local.c]
5234         Added back the change by Huw D. M. Davies to free the block in
5235         LocalRealloc() before allocating the new one.
5237         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
5238         Fixed bug in bitmap size that caused memory corruption for 24bpp.
5240         * [windows/defwnd.c]
5241         Implemented Win32 version of DefWindowProc().
5243         * [windows/dialog.c]
5244         Implemented Win32 version of SendDlgItemMessage,
5245         Get/SetDlgItemText and Get/SetDlgItemInt.
5247         * [windows/mdi.c]
5248         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
5249         Don't make a copy of the OBM bitmaps for every MDI window.
5251         * [windows/message.c]
5252         Implemented Win32 version of SendMessage().
5253         
5254         * [windows/winproc.c] [windows/class.c] [windows/win.c]
5255         New scheme for 32-bit window procedures to replace aliases. All
5256         32-bit window procedure get a 16-bit address pointing to a
5257         WINDOWPROC structure.
5258         Implemented Ansi<->Unicode translation for CallWindowProc().
5259         Added translation of WM_DRAWITEM between Win16 and Win32.
5261         * [windows/win.c] [include/callback.h]
5262         Added ugly hack to build CREATESTRUCT on the stack when sending
5263         WM_NCCREATE.
5264         Implemented Win32 version of Get/SetWindowWord/Long and
5265         Get/SetWindowText.
5266         
5267 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
5269         * [controls/button.c]
5270         Avoid gray text on gray background in disabled push buttons
5271         using a b/w raster and some raster operations (PatBlt,BitBlt).
5273         * [objects/text.c]
5274         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
5276 ----------------------------------------------------------------------
5277 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5279         * [*/*.c]
5280         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
5281         SIZE16. Implemented Win32 version of most functions that take
5282         these types as parameters.
5284         * [configure]
5285         Patched autoconf to attempt to correctly detect -lnsl and
5286         -lsocket. Please check this out.
5287         
5288         * [controls/button.c]
5289         Added support for Win32 BM_* messages.
5291         * [controls/menu.c]
5292         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
5293         with Excel.
5295         * [memory.heap.c] [include/heap.h]
5296         Added support for SEGPTRs in Win32 heaps. Added a few macros to
5297         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
5298         but they work with Win32.
5300         * [memory/atom.c]
5301         Implemented Win32 atom functions.
5303         * [memory/local.c]
5304         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
5306         * [win32/memory.c]
5307         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
5309         * [windows/class.c]
5310         Properly implemented the Win32 class functions.
5312         * [windows/winproc.c] (New file)
5313         New file handling the message translation between Win16 and Win32.
5315 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5317         * [windows/mdi.c] [windows/menu.c]
5318         Improved WM_MDICREATE and WM_MDICASCADE handling.
5320         * [windows/event.c] [objects/bitblt.c]
5321         Handle GraphicsExpose event for BitBlt from screen to screen.
5323         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
5324         Bunch of fixes for problems with -managed.
5326         * [windows/win.c] [windows/winpos.c]
5327         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
5328         in CreateWindow.
5330         * [windows/win.c] [windows/queue.c] [misc/user.c]
5331         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
5332         on window creation/destruction.
5334         * [objects/palette.c]
5335         Crude RealizePalette(). At least something is visible in LviewPro.
5337 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5339         * [if1632/gdi32.spec]
5340         Added Rectangle (use win16 version).
5342         * [if1632/kernel32.spec]
5343         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
5345         * [if1632/user32.spec]
5346         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
5347         versions).
5348         Added SetWindowsHookExA (empty stub for now).
5350         * [include/handle32.h]
5351         Changed #include <malloc.h> to #include <stdlib.h> to prevent
5352         hate message from FreeBSD compiler.
5354         * [win32/newfns.c]
5355         Added new function SetWindowsHookEx32A (empty stub for now).
5357         * [win32/user32.c]
5358         Removed redundant debugging printf statement.
5360 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5362         * [memory/local.c]
5363         Avoid creating adjacent free blocks.
5364         Free the block in LocalReAlloc() before allocating a new one.
5365         Fixed LocalReAlloc() for discarded blocks.
5366         
5367 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5369         * [resources/sysres_Fi.rc]
5370         ChooseFont and ChooseColor dialogs updated.
5372 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5374         * [files/drive.c,if1632/kernel.spec]
5375         GetCurrentDirectory(),SetCurrentDirectory() implemented.
5377         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
5378           [include/windows.h] [include/winreg.h] [loader/main.c]
5379           [misc/main.c] [misc/shell.c] [misc/registry.c]
5380         Registry fixes:
5381         - loads win95 registry databases,
5382         - save only updated keys on default,
5383         - now adhers to the new function naming standard,
5384         - minor cleanups.
5386 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
5388         * [combo.c]
5389         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
5390         and synchronized mine with Greg Kreider's works.
5392         * [commdlg.c]
5393         Bugfix in ChooseFont: font size handling.
5395 ----------------------------------------------------------------------
5396 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5398         * [DEVELOPERS-HINTS]
5399         Added paragraph on naming conventions for Win16/Win32/Winelib.
5401         * [controls/menu.c]
5402         Create a default system menu that is the same for all windows
5403         instead of making a copy every time.
5405         * [include/wintypes.h]
5406         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
5407         Added xx16 and xx32 definitions for most types. General clean-up.
5409         * [memory/global.c] [memory/local.c] [*/*]
5410         Renamed Global and Local heap functions to xxx16. Added all xxx32
5411         versions of the same functions.
5413         * [memory/selector.c]
5414         Mask out lower bits of selector in FreeSelector().
5416         * [misc/lstr.c]
5417         Fixed wvsprintf().
5419         * [windows/class.c]
5420         Changed the class structure to make Win32 support easier.
5422         * [windows/defwnd.c]
5423         Added handling of WM_INITMENUPOPUP for system menu to gray out
5424         invalid options.
5426         * [windows/winpos.c]
5427         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
5428         a SEGPTR.
5430 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5432         * [memory/local.c]
5433         Implementation of moveable and (rudimentary) support for
5434         discardable local memory, plus several bug fixes.
5436 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5438         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
5439         FindWindowEx() implemented (someone reported it was missing
5440         for FrameMaker 4.1).
5442         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
5443           [win32/resource.c]
5444         Misc small stubs/small functions which bring win95 binaries
5445         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
5446         Small fix in WIN32_LoadAcceleratorsA.
5448 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
5450         * [controls/edit.c] [controls/EDIT.TODO]
5451         Changed / fixed some types and typecasts.
5452         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
5453         Added heap initialization in WM_CREATE.
5455 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
5457         * [controls/combo.c] [controls/listbox.c]
5458         Pass WM_[HV]SCROLL to listbox, but not combo.
5459         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
5460         Combo box gets border.
5461         Combo box includes button (otherwise button won't trigger dropdown).
5462         Proper border around RectButton.
5463         Check size consistancy of combo, listbox, and button after resizing 
5464         or before painting.  These routines still aren't completely correct.
5465         Localize size checks in separate routines.
5466         Listboxes are white.
5468 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
5470         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
5471           [resources/sysres_De.rc][resources/sysres_En.rc]
5472         Introduced ChooseFont dialog, but needed some patches in 
5473         handling of comboboxes with edit controls.
5475 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5477         * [programs/winhelp/*]
5478         Added a help viewer and a simple `.hlp' to `.sgml' converter.
5480 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5482         * [resources/sysres_*.rc] [misc/shell.c]
5483         Modified size of "About" dialog boxes.
5485 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
5487         * [if1632/Makefile.in][loader/builtin.c]
5488         crtdll.spec, ntdll.spec, wsock32.spec: new files.
5490         * [loader/pe_image.c]
5491         Fix error message if import by ordinal failed.
5493 ----------------------------------------------------------------------
5494 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5496         * [Makefile.in]
5497         Subdir memory is now also compiled for Winelib, in order to get
5498         the Win32 heap functions.
5500         * [if1632/Makefile.in]
5501         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
5502         DLL names > 8 characters.
5504         * [loader/builtin.c] (New file)
5505         Grouped all built-in DLLs code in a single file.
5507         * [memory/global.c]
5508         Use the Win32 heap code instead of malloc() to allocate linear
5509         memory. This will help test the heap code.
5511         * [memory/local.c]
5512         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
5514         * [tools/build.c] [if1632/relay.c]
5515         Removed 'id' directive in spec files. For relay debugging, the DLL
5516         entry point is now computed from the CS:IP entry point address.
5517         Added 'heap' directive to specifiy a local heap for the DLL. USER
5518         and GDI heap are now created this way.
5520         * [windows/class.c] [include/class.h]
5521         Changed the class structure to use pointers instead of handles.
5522         Changed Get/SetClassWord/Long to use a switch statement; this
5523         allows changing the layout of the CLASS structure.
5525         * [windows/win.c] [include/win.h]
5526         Use a CLASS * instead of a handle for the window class.
5528 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
5530         * [if1632/kernel32.spec] [memory/global.c]
5531           [win32/memory.c] [win32/process.c]
5532         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
5533         LocalLock,SetThreadAffinityMask: new relays.
5535         * [win32/cursoricon32.c]
5536         Return same handle if a cursor is loaded multiple times.
5538 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
5540         * [resources/sysres_Ko.rc]
5541         Added support for Korean [Ko] language.
5543 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5545         * [objects/dc.c] [objects/font.c]
5546         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
5548         * [objects/metafile.c] [objects/dcvalues.c]
5549         Fixed broken SetTextAlign() on metafiles.
5551         * [objects/metafile.c]
5552         Delete objects in handle table at end of PlayMetaFile().
5554 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5556         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
5557         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
5558         [If it doesn't work for you, use -dll -ver and report it to me]
5560         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
5561           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
5562           [windows/graphics.c]
5563         Simple win32 functions, where we can just use the win16 counterpart.
5564         Misc. stubs. 
5566         * [misc/lstr.c]
5567         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
5569         * [misc/registry.c]
5570         Some alloclens were off by 1, one double fclose() fixed.
5571         Requesting value 0 of a key with no values returns an error 
5572         (should we always return a made up value NULL? what does win3.1?)
5574 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5576         * [misc/shell.c]
5577         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
5578         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
5580         * [misc/user.c]
5581         Do extensive cleanup on application exit.
5583         * [windows/hook.c] [windows/win.c] [windows/class.c]
5584         Added miscellaneous cleanup routines.
5586         * [controls/menu.c]
5587         More efficient popup menu window handling.
5589 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5591         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
5592         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
5594 ----------------------------------------------------------------------
5595 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
5597         * [resources/sysres_Fr.rc] [resources/TODO]
5598         Made changes for Choose_Color dialog.
5600 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5602         * [controls/button.c]
5603         Fixed test that got miscompiled by some old gcc versions.
5605         * [memory/local.c]
5606         Fixed the layout of handle tables so that moveable handle entries
5607         can be freed on LocalFree().
5608         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
5609         GetHeapSpaces().
5611         * [misc/main.c] [ANNOUNCE]
5612         Update the list of contributors. Please let me know if I forgot
5613         someone.
5615 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
5617         * [controls/edit.c] [controls/EDIT.TODO]
5618         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
5619         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
5620         Added WM_ENABLE implementation (gray text).
5621         Fixed buffer > 32767 bug.
5622         Fixed argument types / typecasting.
5623         Faster selection (re)drawing.
5625 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5627         * [misc/registry.c] [include/winreg.h]
5628         Changed savefile format again to human readable/editable
5629         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
5630         Has now global / local registry databases (including merging them).
5631         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
5632         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
5634         * [misc/comm.c]
5635         Allow " " as COMx: ... spec delimiter too.
5636         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
5637         remember the x).
5639 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5641         * [windows/mdi.c]
5642         Miscellaneous changes.
5644         * [windows/winpos.c] 
5645         Use BitBlt whenever possible in SetWindowPos.
5647         * [windows/painting.c]
5648         Fix incompatibilities with hrgnUpdate being 1.
5650 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5652         * [misc/commdlg.c]
5653         Many bugfixes in ChooseColor dialog.
5654         Added a user defined dialog title in FileOpen-/FileSave- dialog.
5656         * [misc/commdlg.c][include/commdlg.h]
5657           [if1632/commdlg.spec][if1632/winprocs.spec]
5658         Introduced dialog-, callback- and enum- stub functions
5659         for ChooseFont dialog
5661 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5663         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
5664         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
5665         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
5666         fixes.
5668         * [windows/winpos.c]
5669         Don't try to hide the window if it's already hidden.
5671         * [windows/message.c]
5672         Let MSG_PeekHardwareMsg fill the message queue with events if
5673         it's empty.
5675 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
5677         * [resources/sysres_It.rc]
5678         Updated to support the new CHOOSE_COLOR_DIALOG.
5680 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
5682         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
5683           [include/w32sys.h] [include/dlls.h]
5684           [misc/Makefile] [misc/w32sys.c]
5685         W32SYS.DLL partially implemented.
5687 ----------------------------------------------------------------------
5688 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5690         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
5691         Made the resource loading code always use the correct Windows
5692         layout for Winelib on other CPUs.
5694         * [include/module.h] [loader/module.c]
5695         Added self handle in NE_MODULE structure, so we can use a pointer
5696         instead of a handle.
5697         Added function MODULE_GetPtr() to validate a HMODULE.
5699         * [memory/heap.c]
5700         Implemented Win32 heap management.
5702         * [memory/selector.c]
5703         Fix selector limit for huge blocks.
5705 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5707         * [objects/metafile.c]
5708         Fixed memcpy bug to allow memory based metafiles to work.
5710 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
5712         * [controls/edit.c] [controls/EDIT.TODO]
5713         Complete rewrite.  Everything changed: new features, new bugs.
5714         Main addition: WordWrap.
5716 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
5718         * [resources/sysres_It.rc]
5719         Fixed a few mistakes in the file and resized some of the controls.
5721 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
5723         * [misc/winsocket.c]
5724         Fixed broken #if defined that stopped unixware compiling.
5726         * [win32/resource.c]
5727         Added missing return to end of FindResource32.
5729 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5731         * [windows/keyboard.c] [windows/event.c]
5732         Fixed GetKeyState for mouse buttons.
5734         * [windows/message.c]
5735         WM_MOUSEACTIVATE wasn't sent in some cases.
5737 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
5739         * [objects/font.c]
5740         Match slightly bigger font if height negative.
5742 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
5744         * [multimedia/mmsystem.c]
5745         Changed read's to FILE_read's in mmsystem to fix mmio bug.
5747 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
5749         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
5750         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
5751         En-,De- resources. 
5752         As written in TODO: some national language support is needed here.
5754 ----------------------------------------------------------------------
5755 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5757         * [controls/button.c] [controls/static.c]
5758         Changes to use WND * wherever possible.
5760         * [debugger/dbg.y] [debugger/debug.l]
5761         Added 'info module' and 'walk module' commands.
5763         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
5764         Added assembly code generation to call from Wine into 32-bit code.
5765         Changed all 'call32' references in 'callfrom16' to avoid confusion
5766         with Win32 routines.
5768         * [include/callback.h]
5769         Added prototypes for 32-bit callbacks.
5771         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
5772         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
5773         now generated by the build program.
5775         * [include/module.h]
5776         Added extra info to NE_MODULE for Win32 modules to point to the PE
5777         module data.
5779         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
5780         Removed the wine_files list. The PE data for a module can now be
5781         accessed with the NE_WIN32_MODULE macro.
5783         * [loader/signal.c] [miscemu/instr.c]
5784         Don't start the BIOS timer at startup, but only after an access to
5785         the 0x40 segment.
5787         * [memory/local.c]
5788         Changed LOCAL_Lock() to return a 32-bit pointer.
5790         * [misc/main.c] [include/dlls.h]
5791         Some built-in DLLs (like KERNEL) can no longer be disabled from
5792         the command-line.
5793         
5794 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
5796         * [*/*]
5797         A lot of small changes to support SCO OpenServer 5.
5799 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5801         * [controls/edit.c]
5802         Fixed GetKeyState() call to use 0x8000 convention.
5804         * [include/windows.h]
5805         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
5807 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
5809         * [if1632/except.S]
5810         Modified code to assemble on unixware.
5812 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
5814         * [objects/font.c]
5815         Implementation of a second font cache which will be updated
5816         dynamically.
5818 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
5820         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
5821           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
5822           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
5823           [resources/sysres_No.rc] [resources/TODO]
5824         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
5826 ----------------------------------------------------------------------
5827 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5829         * [tools/build.c]
5830         Changed BuildSpec32Files() to generate assembly instead of C code.
5831         Unified -spec16 and -spec32 options; DLL type is now determined by
5832         the 'type' declaration in the .spec file.
5833         New -stdcall option to build all stdcall assembly relays.
5835         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
5836         Started to unify 16- and 32-bit builtin DLLs.
5838         * [loader/module.c]
5839         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
5841         * [loader/pe_image.c] [loader/resource.c]
5842         All modules now have a NE signature, and can be distinguished by
5843         the NE_FFLAGS_WIN32 flag.
5845         * [windows/alias.c]
5846         Aliases for built-in window procedures are now all created at
5847         startup in ALIAS_Init().
5849 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
5851         * [controls/combo.c]
5852         Limit rectangle to clear to size of item when painting combo, not
5853         default.  Only draw items in list when there is enough room for them.
5855         * [controls/listbox.c]
5856         Get the measure of every item that's added and store in the item's
5857         data structure.  Scroll listbox if mouse near edge of box.  Only
5858         draw items in list when there is enough room.
5860 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5862         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
5863           [windows/nonclient.c] [controls/menu.c] 
5864         Various changes for better keyboard handling. 
5866         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
5867         Proper keyboard message ordering, working GetKeyState() (finally!), 
5868         improvements in ToAscii().
5870         * [windows/win.c] [windows/message.c]
5871         Small improvements in WIN_FindWinToRepaint.
5873         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
5874         Put update region in WM_NCPAINT wParam.
5876         * [loader/task.c]
5877         Kill task timers when task is deleted, switch timers to the
5878         new queue in SetTaskQueue().
5880         * [loader/signal.c] [miscemu/dosmem.c]
5881         Added SIGALRM signal handler to increment BIOS clock. 
5883         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
5884         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
5885         MDI client.
5887         * [windows/winpos.c]
5888         Improvements in handling of owned popups. "Floating" toolboxes 
5889         work better now. 
5891 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5893         * [misc/registry.c]
5894         New file, registry rewrite including win32 extensions
5895         - Unicode
5896         - multiple valus per key
5897         - different datatypes for values
5898         - multiple rootkeys
5899         - saving and loading in different registries.
5901         * [include/winreg.h]
5902         New file, definitions and structs for registry.
5904         * [include/winerror.h]
5905         Some new error defines added... there are more, someone please
5906         check a (real-)windows winerror.h.
5907         
5908         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
5909         Registry specs added.
5911         * [if1632/relay.c]
5912         Switch internal SHELL.DLL to default 'used'.
5914         * [win32/string32.c] [include/string32.h]
5915         Some new functions added.
5916         char should be unsigned char when converting to 16bit ints.
5918         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
5919         Removed old registry functions.
5921 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5923         * [include/bitmaps/ocr_ibeam]
5924         Fixed the position of the hotspot.
5926         * [objects/text.c]
5927         Fixed a few bugs in TEXT_TabbedTextOut().
5929         * [windows/event.c]
5930         Fixed the order of the bits in the KeyStateTable.
5931         0x80 is the up/down-bit.  0x01 is the toggle bit.
5933         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
5934         Fixed the calls to GetKeyState().
5936 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
5938         * [resources/sysres_Fr.rc] [resources/TODO]
5939         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
5941 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
5943         * [resources/sysres_it.rc]
5944         Added support for Italian [It] language.
5946 ----------------------------------------------------------------------
5947 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5949         * [include/win.h] [windows/*.c]
5950         Replaced next, parent, child and owner handles by pointers in WND
5951         structure. This should improve performance, and should be
5952         reasonably safe since Microsoft did the same in Win95.
5954         * [include/wintypes.h] [*/*]
5955         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
5956         allows removing a lot of unnecessary casts and NPFMTs.
5958         * [windows/caret.c]
5959         Create the caret brush upon CreateCaret(); use the bitmap
5960         dimensions for the caret.
5961         Fixed CARET_DisplayCaret() to use PatBlt().
5963 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
5965         * [misc/winsocket.c]
5966         More sanity checks, fixup some erroneous return codes.
5968         * [documentation/winsock]
5969         Description of how compatible the winsock is currently.
5971 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5973         * [library/winmain.c]
5974         Set `lpszCmdParam' by concatenating arguments.
5976         * [loader/module.c]
5977         WinExec: accept Unix commands, use Wine emulator.
5979 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
5981         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
5982         DeleteCriticalSection, EnterCriticalSection,
5983         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
5984         TlsFree, TlsGetValue, TlsSetValue: new functions.
5985         CRITICAL_SECTION: new structure.
5987         * [if1632/kernel32.spec][win32/code_page.c]
5988         WideCharToMultiByte: new function.
5990         * [if1632/kernel32.spec][win32/file.c]
5991         GetFileAttributesA: new function.
5993         * [if1632/kernel32.spec][misc/main.c]
5994         GetEnvironmentStringsW, FreeEnvironmentStringsA,
5995         FreeEnvironmentStringsW: new functions.
5996         
5997         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
5998         cursoricon32.c: new file.
5999         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
6000         to WIN32_*.
6001         LoadIconA, LoadIconW: modified implementation from LoadIconA32
6002         to WIN32_*.
6004         * [include/struct32.h]
6005         pragma pack inserted.
6006         CURSORICON32 structures added.
6008         * [include/winnls.h]
6009         Constants CP_* and WC_* added.
6011         * [loader/pe_image.c]
6012         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
6014 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
6016         * [misc/commdlg.c]
6017         Introduced hook function handling in file dialog.
6018         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
6020 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6022         * [if1632/gdi32.spec]
6023         Added GetNearestColor.
6025         * [if1632/kernel32.spec]
6026         Added GlobalAddAtomA.
6028         * [win32/param32.c]
6029         Added stackframe.h to includes.
6030         WIN32_GlobalAddAtomA() - new function.
6032 ----------------------------------------------------------------------
6033 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6035         * [controls/edit.c]
6036         Removed calls to memmove (not portable).
6038         * [debugger/dbg.y] [debugger/debug.l]
6039         Prefixed all token with 't' to avoid conflicts with type
6040         definitions.
6041         Added 'walk queue', 'walk class' and 'info class' commands.
6043         * [debugger/info.c]
6044         Moved queue and window information functions to windows/queue.c
6045         and windows/win.c respectively.
6047         * [loader/signal.c]
6048         Added SIGHUP handling to force entry into built-in debugger.
6049         Cleaned up a bit.
6051         * [misc/spy.c]
6052         General cleanup and performance improvements.
6054         * [windows/class.c]
6055         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
6056         debugger.
6058         * [windows/event.c]
6059         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
6060         sure if this key combination is a good choice...
6062         * [windows/message.c] [windows/queue.c] (New file)
6063         Moved message queue handling functions to windows/queue.c.
6065 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
6067         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
6068         Implemented Win32 exception functions: RaiseException(),
6069         RtlUnwind(), SetUnhandledExceptionFilter() and
6070         UnhandledExceptionFilter().
6072 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
6074         * [controls/listbox.c] [include/listbox.h]
6075         Special handling for COMBOLBOX styles introduced via extension of
6076         HEADLIST structure: lphl->dwStyle.
6078 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
6080         * [controls/combo.c]
6081         Any mouse movement within a small distance (defined by CBLMM_EDGE)
6082         of the top or bottom edge causes the window to scroll.  Also moved 
6083         some assignments so the routine works correctly.
6085         * [controls/listbox.c]
6086         Changing selection in ListBoxSetCurSel now updates PrevFocused.
6087         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
6088         and sets the standard text height.
6090 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6092         * [windows/dce.c]
6093         Fixed memory leak in DCE_ClipWindows().
6095 ----------------------------------------------------------------------
6096 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6098         * [configure.in]
6099         Quote '[' and ']' in the test program for the strength-reduce
6100         bug. This should work much better...
6102         * [files/file.c]
6103         Augmented DOS_FILE structure. Most internal functions now return a
6104         DOS_FILE* instead of a Unix handle.
6105         Added a local file array to replace the PDB list upon startup, to
6106         allow using file I/O functions before the first task is created.
6107         Added FILE_SetDateTime() and FILE_Sync() functions.
6108         
6109         * [loader/module.c]
6110         Use the DOS file I/O functions in MODULE_LoadExeHeader().
6112         * [objects/bitblt.c]
6113         Use visible region instead of GC clip region to clip source
6114         area. This fixes the card drawing bug in freecell.
6116         * [objects/region.c]
6117         Fixed CombineRgn() to allow src and dest regions to be the same.
6119 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6121         * [controls/EDIT.TODO]
6122         Updated so it reflects the current status.
6124         * [controls/edit.c]
6125         Implemented internal EDIT_WordBreakProc().
6126         Implemented ES_READONLY.
6127         Implemented WM_LBUTTONDBLCLK to select whole words.
6128         Fixed a lot of types in the function definitions.
6130 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6132         * [debugger/info.c]
6133         Added "walk window" command to walk window list. 
6135         * [windows/mdi.c]
6136         Added proper(?) WM_MDISETMENU message handling.
6138 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6140         * [if1632/callback.c][if1632/relay32.c]
6141         RELAY32_CallWindowProcConvStruct: new function.
6143         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
6144         struct32.c: new file. Moved all structure conversions into that file
6145         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
6146         renamed to STRUCT32_POINT32to16, ...
6147         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
6148         POINT32, ...
6149         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
6150         CREATESTRUCT.
6152         * [include/windows.h][misc/exec.c]
6153         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
6154         WinHelp: Reimplemented. Thanks to Peter Balch
6155         (100710.2566@compuserve.com) for his valuable research.
6157         * [win32/winprocs.c]
6158         WIN32_CallWindowProcTo16: new function, call in
6159         USER32_DefWindowProcA,...
6161 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6163         * [include/wintypes.h]
6164         Added "#define __export".
6166         * [objects/bitblt.c]
6167         Put in a few hacks to make bitblt-ing work when upside-down and/or
6168         mirrored.  BITBLT_StretchImage should really be checked over
6169         thoroughly.
6171         * [programs/progman/main.c]
6172         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
6174         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
6175         Eliminated shift/reduce conflict in style definition.
6176         Added crude error message support: "stdin:%d: parse error before '%s'".
6177         Implemented string table support to the best of my ability (it works
6178         with LoadString() calls).
6180         * [windows/nonclient.c]
6181         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
6182         bar of non-iconized window was clicked (checked for iconization).
6184 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6186         * [if1632/lzexpand.spec] [if1632/relay.c]
6187           [include/lzexpand.h][misc/lzexpand.c]
6188         LZEXPAND.DLL added.
6190 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6192         * [windows/win.c]
6193         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
6194         this prevents too early termination of EnumChildWindows().
6196 ----------------------------------------------------------------------
6197 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6199         * [controls/scroll.c]
6200         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
6201         current tracking window.
6203         * [files/file.c]
6204         Fixed two file descriptor leaks in FILE_OpenFile().
6206         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
6207           [tools/build.c]
6208         Replaced LOADEDFILEINFO structure by OFSTRUCT.
6210         * [memory/atom.c]
6211         Reload the pointer to the atom table in ATOM_GetTable() and
6212         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
6213         move in linear memory.
6215 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6217         * [include/callback.h]
6218         Added support for CallWordBreakProc().
6220         * [controls/edit.c]
6221         New caret handling (really efficient / fast).
6222         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
6223         Fixed EM_SETFONT so it now also creates a proper new caret.
6225 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
6227         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
6228         Added WM_DELETE protocol to top-level windows.
6230         * [controls/scroll.c]
6231         Fixed a problem which caused slow scrolling to continue uncontrollably.
6233         * [misc/exec.c]
6234         Implemented ExitWindows().
6236         * [windows/win.c]
6237         Set top-level owned windows to be transient.
6239 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6241         * [programs/progman/*]
6242         Added a program manager.
6244 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
6246         * [resources/sysres_Eo.c]
6247         Added support for Esperanto [Eo] language.
6249 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6251         * [if1632/user32.spec]
6252         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
6254         * [win32/init.c]
6255         Added task.h to includes. GetModuleHandleA() - return hInstance
6256         if called with NULL parameter. Freecell needs this. NOTE this
6257         may indicate a problem with differentiation between hModule and
6258         hInstance within Wine.
6260         * [win32/resource.c]
6261         FindResource32() and LoadResource32() - Removed #if 0's around
6262         conversion from hInstance to hModule. See remarks above.
6264         * [win32/string32.c]
6265         WIN32_UniLen() - removed stray semicolon.
6267 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6268         
6269         * [windows/caret.c]
6270         Set blink rate with call to GetProfileInt().
6272         * [rc/winerc.c]
6273         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
6274         instead of 0.  This seems to correspond to Borland's defaults, and
6275         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
6276         or "| NOT WS_VISIBLE" technique in the *.rc file.
6278         * [win32/time.c]
6279         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
6280         returned by gettimeofday() instead of making second call to
6281         time().  This eliminates clock jitter if the seconds change
6282         between the two calls (rare, but possible).
6284         * [include/wintypes.h]
6285         Added "#define _far" and "#define _pascal".
6287         * [windows/win.c]
6288         Added function GetDesktopHwnd().
6290         * [include/xmalloc.h]
6291         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
6292         have been removed from 'configure', and was causing redefinition
6293         warnings.
6295 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
6297         * [windows/winpos.c] 
6298         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
6299         to force a repaint when setting menu bars with different rows.
6301 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6303         * [windows/syscolors.c] [controls/scroll.c]
6304         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
6306 ----------------------------------------------------------------------
6307 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6309         * [files/profile.c]
6310         Added \r when writing profile files, for DOS compatibility.
6312         * [memory/global.c]
6313         Fixed bug in GlobalReAlloc() that caused a discarded block not to
6314         be reallocated if its size was not changed.
6316         * [memory/selector.c]
6317         Avoid setting a valid LDT entry with base and limit set to 0, as
6318         this causes the kernel to clear the entry. This fixes a crash when
6319         exiting Windows program manager.
6321         * [objects/metafile.c]
6322         Removed call to creat() instead of _lcreat() for WINELIB.
6324 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
6326         * [if1632/gdi32.spec]
6327         GetTextExtentPointA now has win32 specific implementation.
6329         * [include/struct32.h]
6330         Define new structure tagSIZE32 and typedef SIZE32 to it.
6331         Define prototype for function PARAM32_SIZE16to32
6333         * [win32/param32.c]
6334         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
6336         * [win32/memory.c]
6337         Added missing file pointer parameter to fprintf.
6339 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
6341         * [windows/nonclient.c]
6342         Added more familiar icon activity, ie single click brings up
6343         system menu.
6345 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6347         * [controls/menu.c]
6348         Added calls to HideCaret() and ShowCaret() from within
6349         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
6350         MENU_TrackKbdMenuBar().  Are there any more places where this
6351         should be done?
6353         * [controls/static.c]
6354         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
6355         the previous icon.  Added a new FIXME at the point where
6356         WM_SETTEXT is handled for a SS_ICON static control.
6358         * [misc/commdlg.c]
6359         Implemented FindText() and ReplaceText()
6360         Still missing : Templates and Hooks handling / error checking
6362         * [resources/sysres_En.c]
6363         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
6364         Languages other than En should update these too, though, as well
6365         as redimension the controls because some of the text doesn't fit.
6366         Created file resources/TODO to explain this.
6368         * [windows/caret.c]
6369         Re-written.  It now uses the correct R2_XORPEN.  It resets the
6370         blink timer on SetCaretPos().  It does its own hide/show scheme
6371         when SetCaretPos() is called (should be faster).
6373 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6375         * [controls/listbox.c]
6376         Miscellaneous changes for better LBS_EXTENDEDSEL support.
6377         Removed several superfluous redrawals of item list.
6379         * [controls/scroll.c]
6380         WM_GETDLGCODE return value.
6382         * [windows/win.c]
6383         FlashWindow function.
6385         * [windows/painting.c] [windows/scroll.c]
6386         Added HideCaret/ShowCaret calls.
6388         * [objects/font.c]
6389         Added GetCharABCWidths stub.
6391         * [include/windows.h]
6392         "#define"s needed for changes mentioned above.
6394 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
6396         * [include/winsock.h]
6397         Change order of includes to get in_addr struct defined in time.
6398         (Note: Linux 1.3.66, libc 5.2.18)
6400         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
6401         Changed the -enhanced option into a -mode option, which can be
6402         either 'standard' or 'enhanced'. 'enhanced' is the default.
6404 ----------------------------------------------------------------------
6405 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6407         * [controls/desktop.c]
6408         Look for the wallpaper file in the Windows directory.
6410         * [controls/menu.c]
6411         Fixed swapped parameters in SetMenuItemBitmaps().
6412         Create a separator in MENU_SetItemData() when the string is NULL.
6414         * [file/dosfs.c]
6415         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
6417         * [files/file.c]
6418         Added a DOS_FILE structure to store per-file information (not
6419         really used yet).
6420         Fixed _lread and _hread to check the size of the buffer before
6421         calling Unix read() to avoid EFAULT error.
6423         * [misc/exec.c]
6424         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
6426         * [miscemu/instr.c]
6427         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
6428         programs that poll the BIOS counter, provided they reload the
6429         selector on every read.
6431         * [miscemu/int21.c]
6432         Re-implemented FindFirst/FindNext for FCB calls.
6434         * [windows/message.c] [windows/winpos.c]
6435         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
6437         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
6438         Added a per-window WIN_MANAGED flag; only windows that have a
6439         dialog frame or a sizing border are managed.
6441 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
6443         * [if1632/Makefile.in]
6444         Added -g flag to compilation of .c files generated from *32.spec.
6446         * [if1632/gdi32.spec]
6447         Numerous additional functions implemented.
6449         * if1632/user32.spec]
6450         wsprintfA maps to vsprintf not wsprintf
6451         Numerous additional functions implemented.
6453         * [include/gdi.h] [objects/gdiobj.c]
6454         New #define MAGIC_DONTCARE added. This is used in
6455         GDI_GetObjPtr to enable getting a pointer to a GDI object of
6456         unknow type.
6458         * [win32/gdi32.c]
6459         New file.
6461         * [win32/param32.c]
6462         WIN32_MoveToEx() - handle NULL pointer argument.
6464         * [win32/user32.c]
6465         USER32_InvalidateRect - handle passing of a NULL pointer.
6466         USER32_SetTimer - New function.
6468         * [files/directory.c]
6469         Fixed DIR_Init() (off by one in allocation of space for
6470         environment variables).
6472         * [files/drive.c]
6473         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
6474         on FreeBSD).
6476 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
6478         * [controls/menu.c]
6479         Memory leak plugged.
6481         * [controls/edit.c]
6482         Erase space with function ExtTextOut(). This eliminates the use of
6483         xmalloc().  Memory leak in EDIT_WriteText plugged.
6485         * [debugger/db_disasm.c]
6486         Operand for scas now is di.
6488         * [files/profile.c]
6489         PROFILE_GetSection was copying too much data.
6490         PROFILE_GetSection now returns the correct value. It was returning
6491         the number of unused instead of used bytes.
6493         * [objects/dc.c]
6494         Corrected two typos in comments.
6496         * [objects/font.c]
6497         FONT_MatchFont didn't return if it couldn't find any font.
6499         * [objects/oembitmap.c]
6500         Free object only if it has been allocated.
6502         * [windows/scroll.c]
6503         Memory leak in ScrollDC plugged.
6505 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
6507         * [controls/edit.c]
6508         Implemented ES_NOHIDESEL style, shift+click selection,
6509         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
6510         (de)selection drawing.  Changed selection drawing to use correct
6511         system colors instead of inverting.  Fixed deleting or backspacing
6512         across a '\r\n' end of line pair.  Selection now anchors
6513         correctly. Fixed text leaking and extra garbage problem bug
6514         uncovered by change in class style in wine960131.
6516         * [controls/widgets.c]
6517         Class flags now match those of Windows.
6519 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6521         * [controls/widgets.c]
6522         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
6524         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
6525         comctl32.spec ole32.spec winspool.spec: new files.
6526         RELAY32_Init: call initialization of new DLLs.
6527         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
6528         RELAY32_MakeFakeModule: new function.
6530         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
6531         Added Win95 functions. Ordinals now differ from both NT and Win95
6532         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
6533         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
6534         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
6535         new relays.
6537         * [if1632/shell32.spec]
6538         shell32.spec: renumbered all functions to take into account ordinals.
6539         These seem to be identical between NT and Win95.
6541         * [include/dialog.h][windows/dialog.c]
6542         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
6544         * [include/handle32.h]
6545         New handle types VRANGE, HEAP, HEAPITEM.
6547         * [include/pe_image.h][loader/pe_image.c]
6548         struct w_files: new field builtin.
6549         PE_FindExportedFunction: support ordinals.
6550         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
6551         fixup_imports: support ordinals.
6552         PE_LoadImage: prefer directories over segments.
6554         * [include/resource.h][win32/resource.c]
6555         FindResource32: changed parameter from LPCTSTR to LPCWSTR
6556                 check LANG_NEUTRAL if LANG_ENGLISH fails.
6557         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
6558                 disabled because it's broken.
6559         Casted to and from LPWSTR at various places.
6561         * [include/string32.h][win32/string32.c]
6562         Changed prototypes to take const arguments where appropriate.
6564         * [include/struct32.h]
6565         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
6567         * [tools/build.c]
6568         BuildSpec32Files: generate Base value into code, generate call to
6569         RELAY32_MakeFakeModule.
6570         
6571         * [win32/heap.c]
6572         This is still not finished and needs rework.
6573         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
6574         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
6575         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
6577         * [win32/memory.c]
6578         Support for VRANGE_OBJECT. This is not yet called from any place,
6579         and needs more platform specific support
6580         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
6581         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
6583         * [win32/user32.c]
6584         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
6585         names, as in dialogs.
6586         Implemented dialog functions (see user32.spec).
6588         * [windows/caret.c]
6589         CARET_Initialize: call RELAY32_GetBuiltinDLL.
6591 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6593         * [controls/edit.c]
6594         Removed commented out #ifdefs for WINELIB.
6596         * [tools/makehtml.pl]
6597         Put in error checking when trying to open a file.
6599         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
6600         Added two new targets: hello4 and new.
6602         * [include/windows.h]
6603         Added definition of DEVMODE structure, although it's not yet used.
6604         Modified various API functions from CreateDC() to Escape(), in
6605         order to make them more compliant with the strict API definitions.
6607         * [include/wintypes.h]
6608         Added 'typedef char TCHAR'.  It probably should be defined as
6609         'short', but then we would have to support such characters.  Also did
6610         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
6611         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
6612         MFENUMPROC, and HGDIOBJ.
6614 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
6616         * [misc/commdlg.c]
6617         Patched a bug that occurred in the internal COMMDLG module for the
6618         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
6619         combobox is now handled correctly.
6621 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
6623         * [resources/sysres_Cz.rc]
6624         Added support for Czech [Cz] language.
6626 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
6628         * [objects/font.c]
6629         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
6630         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
6631         is -1, assume 0.
6632         CreateFontIndirect : if font parameter is NULL, issue an error message.
6633         CreateFont : null-terminate lfFaceName.
6634         ParseFontParms : debug code turned off : too verbose.
6635         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
6637         * [objects/color.c]
6638         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
6640 --------------------------------------------------------------------
6641 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
6643         * [configure.in]
6644         Added --with-dll option to build libwine.so.
6646         * [controls/listbox.c]
6647         Fixed ListBoxDirectory(), DlgDirSelect() and
6648         DlgDirList(). Hopefully their behavior is correct now.
6650         * [controls/menu.c]
6651         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
6652         ModifyMenu() for the item data, to avoid corrupting the pointer
6653         for owner-drawn items.
6655         * [controls/static.c]
6656         Attempt to load OEM icons for SS_ICON controls. Probably not
6657         entirely correct.
6658         Don't clip the text output.
6660         * [files/directory.c]
6661         Add temp dir and Windows dir to environment.
6663         * [files/dos_fs.c]
6664         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
6665         Cache last used directory in DOSFS_FindNext() to avoid quadratic
6666         search time.
6668         * [files/drive.c]
6669         New format for drives configuration in wine.conf; allows
6670         specifying the type, label and serial number of a drive.
6672         * [files/file.c]
6673         New function FILE_OpenUnixFile to make sure we don't open a
6674         directory instead of a file.
6675         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
6677         * [files/profile.c]
6678         Rewrote profile handling. Should be closer to Windows behavior now.
6679         New function PROFILE_GetWineIniString() to get a string from wine.conf.
6680         Support environment variables in wine.conf.
6682         * [loader/task.c]
6683         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
6684         corruption.
6686         * [memory/global.c]
6687         Create a discarded block on GlobalAlloc() if the size is 0; thanks
6688         to John Harvey for noticing this.
6690         * [memory/local.c]
6691         LOCAL_GetHeap: make sure the pointer is valid before checking
6692         magic number.
6694         * [misc/main.c]
6695         Moved profile and registry saving to ExitWindows(), so we don't
6696         try to save them in case of a crash.
6698         * [miscemu/int21.c]
6699         INT21_GetFreeDiskSpace: try to compute the cluster size from the
6700         filesystem size instead of hard-coding it to 64.
6701         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
6702         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
6704         * [windows/message.c]
6705         Fixed bug in linked-list handling in MSG_DeleteQueue().
6706         Simplified SetMessageQueue().
6708         * [wine.ini] [wine.man]
6709         Updated for new drives configuration format.
6711 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
6713         * [controls/edit.c]
6714         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
6715         EM_GETPASSWORDCHAR messages.
6717         * [controls/widgets.c]
6718         Adjusted class creation flags to better match values Windows uses.
6720         * [include/windows.h]
6721         Fixed ES_NOHIDESEL typo.
6723         * [loader/ne_image.c]
6724         Added detection for zero offset in RADDR fixups. Quicken
6725         was in an infinite loop here.
6727 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6729         * [files/dos_fs.c]
6730         Bugfix: range error in month value (0..11 set to 1..12).
6732         * [windows/caret.c]
6733         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
6734         appearance of the caret.
6736         * [windows/mdi.c] [include/mdi.h]
6737         Changed MDITile(): added a new parameter WORD wParam for
6738         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
6739         used in Win3.1
6741 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
6743         * [miscemu/int2f.c]
6744         Added a small bit of MSCDEX emulation.
6746         * [windows/alias.c]
6747         ALIAS_RegisterAlias was returning the hash value when it should
6748         have been returning the record number.
6749         
6750 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6752         * [include/shell.h] [include/wintypes.h]
6753         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
6754         Declared FONTENUMPROC in wintypes.h.
6756         * [include/windows.h]
6757         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
6758         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
6759         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
6760         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
6761         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
6762         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
6763         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
6764         and wsprintf().
6766         * [tools/makehtml.pl] [documentation/apiw.index]
6767         New files that scan windows.h, commdlg.h, and toolhelp.h and output
6768         an HTML sorted list with optional links to www.willows.com and a
6769         tally of unimplemented APIW functions.
6771         * [objects/cursoricon.c]
6772         Added Win32 versions of CopyIcon() and CopyCursor() for use in
6773         libwine.
6775         * [win32/resource.c] [win32/winprocs.c]
6776         Added '#include "libres.h"' and explicit declarations of windows
6777         procs in order to avoid warnings.
6779         * [windows/utility.c]
6780         Added Win32 version of MulDiv() for libwine.
6782         * [*/*] [include/windows.h]
6783         Changed several function declarations to comply more strictly to
6784         the windows API (without, hopefully, altering their functionality).
6786         * [controls/menu.c]
6787         Made the return value of CheckMenuItem be the previous state of
6788         the menu item if it was found, otherwise -1 as specified in the
6789         SDK. This conflicts with the APIW specification, which says it
6790         should return TRUE if successful, otherwise FALSE.
6792         * [include/windows.h]
6793         Added obsolete WM_SIZE message wParam names for compatibility.
6794         Added WinHelp() command constants, even though they are not yet
6795         supported.
6797         * [rc/winerc.c]
6798         Tidied up transform_binary_file().  In argument checking, flattened
6799         any invalid characters specified with the prefix argument.
6801         * [library/libres.c]
6802         Made FindResource() case-insensitive when parameter 'name' is a string.
6804 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
6806         * [files/drive.c]
6807         If root "/" is given in wine.conf, use it as last resort.
6809         * [files/file.c]
6810         Report ER_AccessDenied it disk ist not writable
6811         More Debug Output
6813         * [miscemu/int21.c]
6814         Squeezed some bugs in ExtendedOpenCreateFile
6815         
6816         * [windows/winpos.c]
6817         Some windows may not be moved or resized. We are missing some
6818         structures to be exact, but the approach should help in some cases
6819         and make things worse in much fewer.
6821 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6823         * [loader/pe_image.c]
6824         fixup_imports: Find builtins for Borland style entries, too
6826 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6828         * [controls/menu.c]
6829         LoadMenu: branch to Win32 for PE modules
6831         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
6832         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
6833         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
6834         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
6835         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
6836         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
6837         to convert parameters or naming convention
6839         * [include/kernel32.h][include/wintypes.h]
6840         moved WCHAR, defined LPWSTR
6842         * [include/string32.h][win32/string32.c][include/struct32.h]
6843         New files
6845         * [loader/module.h]
6846         LoadModule: exit after returning from PE_LoadModule
6848         * [loader/pe_image.c]
6849         my_wcstombs: isascii does not work on Linux for Unicode
6850         PE_LoadImage: Handle directories
6852         * [misc/user32.c]
6853         USER32_RECT32to16, USER32_RECT16to32: new functions
6854         implemented new user32 relays
6856         * [misc/newfns.c]
6857         WIN32_WinHelpA: new function
6859         * [win32/param32.c]
6860         New file
6862         * [win32/resource.c]
6863         GetResDirEntry: added support for named entries
6864         WIN32_LoadAcceleratorsW: invoke *32 resource functions
6865         WIN32_LoadBitmapA: convert name to unicode if appropriate
6866         WIN32_ParseMenu: new function
6867         implemented new resource functions from user32.spec
6869 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6871         * [objects/cursoricon.c]
6872         GetIconId() and LoadIconHandler() functions.
6874         * [windows/mdi.c]
6875         Better maximization support, TranslateMDISysAccel() function, 
6876         misc improvements.
6878         * [windows/defwnd.c]
6879         Fix for WM_WINDOWPOSCHANGED message handler.
6881         * [windows/winpos.c]
6882         Rewrote WindowFromPoint() function.
6884 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
6886         * [include/toolhelp.h] [misc/toolhelp.c]
6887         Added Notify(Un)Register, but no callbacks yet.
6889 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
6891         * [Makefile.in]
6892         Added target for libwine.so.1.0.
6894         * [library/winmain.c]
6895         For WINELIBDLL, _WinMain just returns hInstance instead of calling
6896         WinMain().
6898         * [misc/main.c]
6899         For WINELIBDLL, renamed main() to _wine_main() for calling from the
6900         stub main function.
6902         * [library/winestub.c] (new file)
6903         Provides a stub main() function for using libwine.so.
6905 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
6907         * [winsocket.c]
6908         Fix EPERM problem.
6910         * [global.c]
6911         Attempt to do some sanity checking in MemManInfo().
6913         * [Changelog]
6914         Fix changelog oversight for previous entry.
6916 ---------------------------------------------------------------------
6917 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
6919         * [configure.in]
6920         Added check for gcc strength-reduce bug.
6922         * [controls/listbox.c]
6923         Changed ListBoxDirectory() to use the new DOS file functions.
6925         * [controls/menu.c]
6926         Fixed parameters for DeleteMenu() call in ChangeMenu().
6928         * [debugger/stack.c]
6929         Also display current frame in back-trace.
6931         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
6932         Complete rewrite of the DOS file handling.
6933         Implemented per-task file handles.
6934         Removed default Z: drive; needs to be put explicitely in wine.ini
6935         if desired.
6937         * [loader/module.c]
6938         Fixed file descriptor leak in LoadModule().
6940         * [loader/task.c]
6941         Initialise PDB file handle table in TASK_CreateTask().
6942         Close file handles on task termination.
6943         Implemented SetErrorMode().
6945         * [misc/network.c]
6946         Fixed WNetGetConnection() to use GetDriveType().
6948         * [misc/xmalloc.c]
6949         Added function xstrdup().
6951         * [miscemu/int21.c]
6952         Many changes for new DOS file functions.
6954         * [miscemu/interrupts.c]
6955         Moved DOS_GetEquipment() function into INT_Int11Handler().
6957         * [windows/win.c]
6958         Bug fix: create system menu before sending WM_NCCREATE.
6960         * [*/*.c]
6961         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
6962         better portability.
6964 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6966         * [include/wintypes.h]
6967         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
6968         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
6969         it should suffice.
6971         * [include/winsock.h]
6972         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
6973         out some old style internet address #define's.
6975         * [loader/task.c]
6976         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
6977         Made FreeProcInstance() do nothing #ifdef WINELIB32.
6978         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
6980         * [library/miscstubs.c]
6981         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
6982         with name="ActivateAppProc".  This hardly seems correct, but it's my
6983         best guess as to how the emulator responds.
6985 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6987         * [if1632/kernel32.spec][win32/process.c]
6988         WIN32_GetProcAddress, LoadLibraryA: new functions
6990         * [if1632/relay32.c]
6991         RELAY32_GetEntryPoint: Removed code to load PE DLLs
6993         * [include/pe_image.h][include/pe_exe.h]
6994         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
6995         struct PE_Reloc_Block: new structure
6997         * [loader/module.c]
6998         MODULE_RegisterModule: new function
7000         * [loader/pe_image.c]
7001         PE_FindExportedFunction,PE_GetProcAddress: new functions
7002         fixup_imports: expect struct w_files* now, fill dlls_to_init,
7003                        load PE DLLs
7004         do_relocations: new functions
7005         calc_vma_size: renamed from dump_table
7006         PE_LoadImage: use malloc to allocate memory for image
7007         PE_InitDLL: expect HMODULE
7008         PE_InitializeDLLs: new function
7010         * [loader/task.c]
7011         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
7012         GetExePtr: Accept PE modules
7014         * [misc/commdlg.c]
7015         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
7017 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
7019         * [misc/port.c]
7020         New file with usleep() function for SVR4.
7022         * [configure.in]
7023         Check for usleep() function.
7025 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
7027         * [if1632/toolhelp.spec] [include/toolhelp.h]
7028           [misc/user.c] [windows/message.c]
7029         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
7031         * [winsocket.c]
7032         Fixed ENOENT error.
7034         * [miscemu/dpmi.c]
7035         Implement DPMI Get Page Size (AX=0604, INT 31)
7037         * [memory/global.c]
7038         Implement TOOLHELP.72 GetMemManInfo.
7040 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7042         * [if1632/callback.c]
7043         CallWindowProc() - When calling RELAY32_CallWindowProc, check
7044         whether lParam should be a SEGPTR, and if so convert it to one.
7046         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
7047         Numerous functions added, mostly calls to original (win16)
7048         functions.  Note that some (many) of these are probably not
7049         strictly correct, but with these additions freecell will at least
7050         display its main window though it is garbled.
7052         * [if1632/winprocs.spec]
7053         Completely rewritten - all WndProcs now have win32 versions to
7054         help with the lparam SEGPTR fix in callback.c
7056         * [include/kernel32.h]
7057         LPTCSTR defined.
7059         * [include/peexe.h]
7060         Definition of PE_Export_Directory amended.
7062         * [include/resource32.h]
7063         New file.
7065         * [include/stackframe.h]
7066         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
7067         prototype for replacement function in memory/selector.c which
7068         can operate on any given memory address. This is currently
7069         required for win32 support. It is a dreadful cludge, and will
7070         certainly slow down other programs. If you are not interested
7071         in win32 development you may wish to reverse this patch.
7073         * [include/windows.h]
7074         Definition of SW_SHOWDEFAULT added.
7076         * [loader/pe_image.c]
7077         Extensive rewrites of xmmap() fixup_imports().
7078         PE_LoadImage() - initialisation of bss added, extraction of
7079         module name fixed, initialisation of DLL added.
7080         PE_InitDLL() - now does something.
7081         PE_Win32CallToStart() - initialisation of TEB pointed to by
7082         fs added.
7083         PE_InitTEB() created to perform TEB initialisation.
7085         * [memory/selector.c] 
7086         New function MAKE_SEGPTR() - see include/stackframe.h above.
7088         * [misc/user32.c]
7089         USER32_RegisterClassA(), CreateWindowExA() memory allocation
7090         method changed. This is probably now unnecessary with the
7091         new MAKE_SEGPTR handling code.
7092         USER32_DefWndProcA() removed to win32/winprocs.c
7093         USER32_TranslateMessage added.
7095         * [tools/build.c]
7096         handling of win32 spec files changed to support gcc2.6.X
7097         this requires optimisations to be disabled.
7099         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
7100         New files.
7102         * [win32/Makefile.in]
7103         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
7105         * [win32/file.c]
7106         New function W32_SetHandleCount.
7108         * [win32/init.c]
7109         WIN32_GetModuleHandle() - now returns handle of running process
7110         if called with NULL.
7111         GetStartupInfoA() - set cbReserved2 to 0.
7113         * [win32/memory.c]
7114         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
7115         it work with FreeBSD. Also check for return value. Removed extra
7116         return.
7118         * [windows/winpos.c]
7119         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
7121 ----------------------------------------------------------------------
7122 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7124         * [configure.in] [Makefile.in] [tools/install-sh]
7125         New 'install' target installs Wine binary, library and man page.
7126         Library is now more logically named libwine.a.
7127         Split toolkit/ directory into library (for library code) and
7128         libtest (for test programs).
7130         * [controls/edit.c]
7131         Quick hack to partially support EM_PASSWORD style (avoids
7132         displaying your passwords on the screen when testing programs...)
7134         * [configure.in] [controls/menu.c] [include/resource.h]
7135           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
7136         Language is now a run-time option (wine -language xx).
7138         * [debugger/dbg.y]
7139         Dump some more debugging info on crash.
7141         * [misc/profile.c]
7142         Only consider ';' as a comment if it's the first non-blank
7143         character on the line.
7145         * [miscemu/dpmi.c]
7146         More debugging info for real-mode callback.
7148         * [objects/gdiobj.c]
7149         Rewrote EnumObjects() to do the Right Thing.
7151         * [resources/sysres*]
7152         New directory containing system resources.
7154 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
7156         * [win32/file.c] [win32/memory.c]
7157         Unixware doesn't have MAP_ANON ifdefed out for now.
7159         * [misc/dos_fs.c]
7160         DOS_GetDosFileName didn't truncate paths starting ./ properly.
7162         * [tools/build.c]
7163         Produces assembly code that works with the unixware assembler.
7165 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
7167         * [miscemu/instr.c]
7168         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
7170         * [misc/dos_fs.c]
7171         DOS_readdir should always return directories, even if they don't
7172         match the file name mask.
7174 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7175         
7176         * [misc/exec.c]
7177         Give arguments to winhelp.
7179         * [miscemu/int21.c]
7180         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
7181         Created function ExtendedOpenCreateFile.
7182         Give for some Windows95 interrupts the return value 'not
7183         implemented'.
7185 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7187         * [include/kernel32.h] [include/windows.h]
7188         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
7189         include/kernel32.h to include/windows.h and declared the new Win32
7190         API functions Sleep(), GetLocalTime(), and GetSystemTime().
7191         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
7193         * [rc/rc (new file)]
7194         Created the shell script 'rc', which should simplify resource
7195         compilation.
7197         * [win32/environment.c]
7198         Kludged around an undefined reference to wine_files.  This change
7199         should be fixed some time.
7201         * [win32/time.c] [if1632/kernel32.spec]
7202         Added the functions GetSystemTime(), and Sleep().
7204         * [miscemu/int21.c]
7205         Renamed static function GetSystemTime to INT21_GetSystemTime to
7206         avoid conflicts with the API function of the same name.
7208         * [include/wintypes.h]
7209         Added the SPFMT definition for printf statements.
7211         * [misc/shell.c] [include/shell.h]
7212         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
7213         with the ones in include/winerror.h.  They should probably use the
7214         versions in winerror.h, but I'm not certain, and that can be done
7215         later.
7217         * [windows/mdi.c]
7218         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
7219         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
7220         (boolean) was discarded with this translation.  Translated handler
7221         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
7222         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
7223         false, call DrawMenuBar() if desired).
7225         * [*/*]
7226         General explicit casts and more rigid typing to remove warnings.
7228         * [include/winpos.h] [windows/winpos.c]
7229         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
7231         * [include/commdlg.h] [misc/commdlg.c]
7232         Added prototypes for ChooseColor(), CommDlgExtendedError(),
7233         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
7234         PrintDlg, and ReplaceText().
7235         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
7236         Made GetFileTitle return a short, as per the API definition.
7238         * [Makefile.in]
7239         Added line to clean and distclean that removes temporaries from
7240         the include directory.
7242 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
7244         * [controls/edit.c]
7245         Almost rewrote EDIT_GetLineMsg.
7247 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <ataylor@cadvision.com>
7249         * [windows/mdi.c]
7250         Fixed MDITile() bug that occurs when 0 windows are present or all
7251         windows are minimized.
7253 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
7255         * [misc/profile.c]
7256         Try harder to find files, especially in the working directory.
7257         Look in $HOME/.wine too and create it there if it isn't found.
7259 ----------------------------------------------------------------------
7260 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7262         * [misc/lstr.c]
7263         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
7264         they do the same job.
7266         * [tools/build.c]
7267         Fixed __attribute__((stdcall)) to make it compile with gcc
7268         versions under 2.7. Doesn't mean it will run OK though...
7270 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
7272         * [include/kernel32.h] [include/winerror.h]
7273         Added file attribute definitions and more error codes.
7275         * [win32/error.c]
7276         Added some rudimentary errno-to-Win32 error conversion
7277         code.
7279         * [win32/file.c]
7280         Added to GetFileInformationByHandle, filled in some known
7281         error codes, and switched to dprintf_win32.
7283         * [win32/time.c]
7284         Added GetLocalTime.
7286 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7288         * [controls/combo.c]
7289         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
7290         LRESULT _(HWND,WPARAM,LPARAM) where needed.
7292         * [include/libres.h]
7293         Restructured libres prototypes to closer match the windows API.
7295         * [include/windows.h]
7296         Changed several API prototypes' parameter types from 'short' to INT,
7297         which is #defined as short in the emulator, but is a normal int in
7298         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
7299         (This creates a lot of warnings at library-compile time, but less
7300         warnings at app-compile time.  I'll remove the warnings soon.)
7302         * [loader/resource.c]
7303         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
7304         various implementations of the LIBRES_* API functions.
7306         * [loader/signal.c]
7307         Deleted local 'i' from win_fault(), since it was unused.
7309         * [objects/bitblt.c]
7310         Mirrored changes to include/windows.h mentioned above.
7312         * [toolkit/hello3.c]
7313         Changed LoadMenuIndirect() call to LoadMenu() to test the new
7314         resource registration technique.
7316         * [toolkit/libres.c]
7317         Removed definition of 'struct resource' and fixed bugs in the resource
7318         implementation.  Implemented LIBRES_FindResource.
7320         * [windows/graphics.c]
7321         Mirrored changes to include/windows.h mentioned above.
7323 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
7325         * [controls/edit.c]
7326         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
7328         * [controls/listbox.c]
7329         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
7331         * [include/listbox.h]
7332         change HeapSel from WORD to HANDLE
7334         * [include/resource.h][rc/winerc.c]
7335         struct ResourceTable: removed
7336         struct resource: moved to header file
7337         autoregister resources if supported by compiler
7339         * [memory/local.h]
7340         LOCAL_GetHeap: expect HANDLE rather than WORD
7341         
7342         * [toolkit/Makefile.in]
7343         Add ALLCFLAGS to make hello3
7345         * [toolkit/heap.c]
7346         LocalFree, HEAP_Free: handle 0 parameter gracefully
7348 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
7350         * [misc/winsocket.c]
7351         Fixed the msgsnd and msgrcv errors that winsock programs get.
7353 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
7354         
7355         * [if1632/kernel.spec]
7356         Fixed _hread and _hwrite return type
7358         * [if1632/relay32.c] [loader/pe_image.c]
7359         Hacked loading of PE-dll's in
7361         * [win32/advapi.c]
7362         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
7364         * [win32/file.c]
7365         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
7367         * [win32/process.c]
7368         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
7369         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
7370         
7371 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7373         * [include/wine.h] [misc/lstr.c]
7374         Define wine_strncpy(). This function does not pad the buffer with 
7375         zeroes like GNU strncpy(), which might break some Windows programs
7376         that pass bogus size arguments.
7378         * [loader/module.c]: GetModuleFileName(),
7379         [misc/commdlg.c]: GetFileTitle(),
7380         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
7381         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
7382         [multimedia/mmsystem.c], [objects/font.c]:
7383         Use wine_strncpy() where strings are returned to Windows programs.
7384         
7385         * [objects/metafile.c]
7386         PlayMetafile(): Clear the handle table before using it.
7388         * [misc/shell.c] [misc/main.c]
7389         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
7390         
7391         * [misc/profile.c]
7392         load(): Need to handle comments.
7393         
7394         * [toolkit/libres.c]
7395         Make it compile.
7396         
7397         * [windows/nonclient.c]
7398         Use MAKE_SEGPTR macro in two places where a user heap block used
7399         to be allocated instead.
7401 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
7403         * [windows/winpos.c]
7404         In function SetWindowPos: do not redraw the parent of
7405         a window if the specified window is placed on the top.
7406         This avoids that ShowWindow(hwnd,1) hides hwnd instead
7407         of showing it.
7409 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7411         * [windows/scroll.c]
7412         Now it can scroll children along with the client region of parent 
7413         window. Tried to optimize update region calculation. 
7415         * [windows/mdi.c]
7416         ScrollChildren function, more other features added. Basically
7417         a rewrite.
7419         * [windows/winpos.c] [windows/focus.c]
7420         Reimplemented window activation and focus handling.
7422         * [windows/nonclient.c]
7423         Added new flag WIN_NCACTIVATED.
7425         * [windows/message.c] [loader/task.c]
7426         Small changes (to maintain linked list of message queues).
7428 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
7430         * [include/options.h] [misc/main.c] [windows/defwnd.c]
7431           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
7432         Implemented a -managed option to replace the standard Windows
7433         frame of top-level windows with the window manager's decorations.
7434         If a top-level window makes its own frame, this will still show
7435         up, inside the window manager decorations (I believe ctl3dv2.dll
7436         would do this, although I can't test this).
7438 ----------------------------------------------------------------------
7439 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7441         * [configure.in] [Makefile] [misc/dos_fs.c]
7442         Got rid of autoconf.h file.
7444         * [debugger/dbg.y]
7445         More logical behavior upon syntax errors.
7447         * [include/hook.h] [windows/hook.c]
7448         Changed hook structure and rewrote most of the hook functions for
7449         better compatibility, based on investigations by Alex Korobka.
7451         * [include/message.h] [windows/message.c]
7452         Added hooks to message queue structure and made the structure
7453         layout Windows-compatible.
7454         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
7455         WH_JOURNALRECORD hooks.
7457         * [misc/main.c]
7458         Added command-line option for changing the language at run-time
7459         (not implemented yet), based on a suggestion from Michael Patra.
7461         * [objects/cursoricon.c]
7462         Fixed silly SEGPTR bug in DumpIcon().
7464 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7466         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
7467         Partial implementaion of LBS_EXTENDEDSEL style,
7468         yet more updates for drag & drop support. Now works.
7470         * [windows/defwnd.c]
7471         More message handlers.
7473         * [windows/win.c]
7474         DragObject, DragDetect, AnyPopup functions. 
7476         * [controls/listbox.c]
7477         More kludgy fixes (WM_...TOITEM, etc.).
7479         * [objects/cursoricon.c] [objects/oembitmap.c]
7480         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
7481         cursor.
7483         * [include/bitmaps/ocr*]
7484         New OEM cursors.
7486 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7488         * [toolkit/heap.c]
7489         Swapped flags and size arguments to LocalRealloc as per changes in
7490         memory/local.c by William Magro in previous release.
7492         * [include/wintypes.h]
7493         Reinstated the #define's for 'min' and 'max', since they're part of
7494         the Windows API.  I really don't think it's a wise idea, so I put
7495         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
7496         WINE code should never use these (it should use 'MIN' and 'MAX'
7497         instead).
7499         * [loader/*]
7500         Put '#ifndef WINELIB' around many things that WINElib should not need.
7502         * [controls/edit.c]
7503         Took out many '#if defined(WINELIB)' sections with the associated
7504         comment 'temporary fix, until Local memory is correctly implemented in
7505         WINELIB', since the effective translations are now in 
7506         toolkit/miscstubs.c.
7507         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
7508         file fixed (or at least postponed) the bug I had encountered.
7510         * [loader/task.c]
7511         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
7512         C:  This will probably cause a lot of trouble if this change is
7513         forgotten in the future, but it will let things like the OpenFileName
7514         dialog work for now.
7516         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
7517           [include/libres.h]
7518         Made new libres.c file, which will contain functions for supporting
7519         accessing resources by name in WINElib.  'winerc' will need to be
7520         changed.
7522         * [toolkit/heap.c]
7523         Refined memory routines to allow for differences between LocalAlloc
7524         and GlobalAlloc and between LocalSize and GlobalSize.
7526         * [windows/message.c] [include/windows.h]
7527         Defined the GetCurrentTime routine in windows/message.c, and removed
7528         the #define in windows.h.
7530 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
7532         * [*/*]
7533         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
7535         * [loader/module.c]
7536         Added undocumented GetExpWinVer.
7538         * [tools/build.c]
7539         Previous code didn't pop possibly changed %esi, %edi and %edx
7540         from the stack.
7541         
7542         * [win32/advapi.c]
7543         Added GetUserNameA.
7545         * [win32/code_page.c]
7546         Added stub for MultiByteToWideChar.
7548         * [win32/console.c]
7549         Added SetConsoleCtrlHandler stub.
7551         * [win32/file.c]
7552         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
7553         Added CloseHandle.
7555         * [win32/memory.c]
7556         Changed VirtualAlloc and VirtualFree.
7558         * [win32/process.c]
7559         Added ExitProcess.
7561 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7563         * [include/windows.h]
7564         Fixed a few broken structure definitions.
7566         * [loader/resource.c]
7567         FindResource(): Need to check for '#xxx' strings here.
7569         * [miscemu/int21.c]
7570         FindNext(): Return MS-DOS filenames uppercase.
7572         * [objects/cursoricon.c]
7573         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
7574         initializers.
7575         
7576         * [misc/file.c]
7577         _lopen(): Files opened in OF_WRITE mode are truncated.
7578         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
7579         created; use read/write mode.
7580         
7581         * [misc/profile.c]
7582         load(): Rewritten.
7583         
7584         * [misc/commdlg.c]
7585         Fixed bad call to strncpy() that smashed the stack.
7587         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
7588         Operator precedence fixes. People who use gcc 2.7.1 don't need a
7589         debugger :-)
7590         
7591         * [if1632/gdi.spec] [objects/palette.c]
7592         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
7593         but sometimes that's good enough.
7595 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
7597         * [include/wine.h] [include/registers.h] [include/winsock.h]
7598         Added definitions for Unixware.
7600         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
7601         Misc. fixes for Unixware.
7603         * [loader/task.c]
7604         Made assignemts to context in InitTask for registers use the macros
7605         from registers.h to make them more portable. (Needed for Unixware)
7607         * [tools/build.c]
7608         Fixed register acces routines to work on Unixware. Bit grubby but
7609         it seems to work.
7611         * [controls/edit.c]
7612         EDIT_WM_NCCreate allocates local heap if hasn't been previously
7613         allocated.
7614         
7615         * [miscemu/int21.c]
7616         mkdir now creates directory with permission to access it.
7618         * [misc/dos_fs.c]
7619         mkdir now creates directory with permission to access it.
7620         DOS_opendir now uses linked list of dirents to avoid problems with 
7621         realloc changing address of malloced memory.
7623 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
7625         * [controls/menu.c]
7626         MENU_CalcItemSize(): Fixed handling of empty menu items.
7628 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
7630         * [misc/file.c]
7631         In OpenFile, unlink should be done on the unix filename.
7633 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
7635         * [include/handle32.h]
7636         New header file containing internal Win32 kernel handle
7637         information.
7639         * [win32/file.c]
7640         Added ReadFile, CreateFile, and CloseFileHandle, and did
7641         some reorganizing to match the new handle allocation scheme.
7643         * [win32/init.c]
7644         Added CloseHandle and the creation of standard I/O handles.
7646         * [win32/object_mgt.c]
7647         New module for allocating and freeing Win32 kernel handles.
7649 ----------------------------------------------------------------------
7650 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7652         * [configure.in]
7653         Attempt to check for -li386 on NetBSD. Please test this.
7655 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7657         * [*/*]
7658         Eliminated various warnings with either explicit casts or more
7659         accurate variable/parameter declarations (e.g. INT instead of short
7660         or WORD).
7661         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
7662         macros.
7664         * [controls/edit.c] [windows/defdlg.c]
7665         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
7666         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
7667         DEFDLG_FindDefButton to avoid warnings.
7669         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
7670           [windows/message.c] [windows/nonclient.c]
7671         Converted MAKEPOINT macro call to manual conversion.
7673         * [include/windows.h]
7674         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
7675         instead of INT.  This also invalidates the macro MAKEPOINT(), which
7676         is not supported in Win32.  Also defined the POINTS structure (SHORT
7677         members) and the MAKEPOINTS macro.
7679         * [misc/commdlg.c]
7680         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
7681         find this memory bug, and this should be done anyway.
7683         * [controls/edit.c]
7684         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
7685         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
7686         it's better than bizzare memory troubles.
7688         * [toolkit/miscstubs.c]
7689         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
7690         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
7691         their current implementation seems fine.
7693 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
7695         * [objects/cursoricon.c]
7696         Fix for "broken" X servers that invert masked cursor colors.
7698 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
7700         * [windows/dialog.c] [windows/nonclient.c]
7701         Remove unnecessary items from the system menu.
7703 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
7705         * [objects/color.c] [objects/palette.c]
7706         Make GetNearestColor return a RGB value instead of a pixel value.
7708 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
7710         * [controls/desktop.c][controls/menu.c][include/menu.h]
7711         Changed WORD parameters to UINT parameters.
7713         * [include/wintypes.h]
7714         Made UINT 32bit for WINELIB.
7716         * [loader/main.c]
7717         Disabled RELAY32_Init and MODULE_Init for WINELIB.
7719         * [misc/main.c]
7720         Assume CPU386 for WINELIB.
7722         * [rc/winerc]
7723         add_popup: set MF_POPUP flag on menu item.
7725         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
7726         Add resource demo hello3 for WINELIB.
7727         New file README.resources.
7729         * [toolkit/miscstubs.c]
7730         Add a case for 17.
7732 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
7734         * [loader/module.c]
7735         Do not append .exe if the file name already has an extension.
7737         * [misc/profile.c]
7738         Avoid creating a file with a junk name if a .ini file does not
7739         exist.
7741         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
7742         Added a lot of dummy stubs for Windows Hebrew version.
7744 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
7746         * [controls/button.c]
7747         Fix for buttons with no label.
7749         * [controls/combo.c][controls/listbox.c]
7750         Fixes for scrollbar positioning.  Now disappears correctly
7751         for short lists.
7753         * [controls/edit.c]
7754         Handle memory allocation differently when building as library.
7756         * [controls/static]
7757         Don't destroy old icon before drawing new icon. (Fixes landscape/
7758         portrait toggle icon in print dialog.)
7760         * [if1632/gdi.spec]
7761         New functions SetMetaFileBits and GetMetaFileBits
7763         * [include/sysmetrics.h] [windows/sysmetrics.c]
7764         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
7766         * [include/windows.h]
7767         META_EXTTEXTOUT, not META_SETTEXTOUT
7768         define GetCurrentTime as GetTickCount (for wine library)
7770         * [loader/main.c]
7771         Don't initialize built-in modules in wine library
7773         * [memory/local.c]
7774         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
7776         * [misc/main.c]
7777         Always report CPUTYPE=4 to wine library.
7779         * [objects/dib.c]
7780         RLE8 images were missing top line when decompressed.
7782         * [objects/metafile.c]
7783         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
7784         from winhelp.  More testing needed.  Various memory leaks plugged.
7785         Various other bug fixes.  New metafile operations added in
7786         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
7787         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
7789         * [toolkit/heap.c]
7790         LocalUnLock changed to LocalUnlock
7792 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
7793         
7794         * [misc/winsock.c] 
7795         Return the correct error number, for host lookup operations.
7796         Also, correct the problem with send_message.
7798 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
7800         * [Makefile.in]
7801         Using nm's built-in sorting.
7803         * [*/*.c]
7804         Use xmalloc for malloc and xrealloc for realloc in all ungarded
7805         cases.
7807         * [debugger/dbg.y]
7808         Handle C-like expressions.  Clean-up.
7810         * [debugger/debug.l]
7811         Lots of new tokens for expressions.
7813         * [debugger/info.c]
7814         Implement "list" command for disassembling.
7816         * [misc/ole2nls.c]
7817         Implement more Danish stuff.
7819 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
7821         * [loader/module.c]
7822         Updated self-loading modules to support for new 32 bit 
7823         stack frames.
7825 ----------------------------------------------------------------------
7826 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
7828         * [controls/menu.c]
7829         Fixed GetMenuString() for non-string items.
7831         * [debugger/*.c]
7832         First attempt to check validity of pointers before memory
7833         accesses. For now only segmented pointers are checked.
7835         * [debugger/dbg.y] [memory/ldt.c]
7836         Added possibility to dump only one segment with 'info segment'.
7838         * [include/bitmaps/ocr_*]
7839         Added all OEM cursors as XPM bitmaps.
7841         * [include/cursoricon.h] [objects/cursoricon.c]
7842         Rewrote all cursor and icon management to use the same memory
7843         layout as Windows, and to factor common code between icons and
7844         cursors. Implemented icon directory lookup to find the best
7845         matching icon (i.e. the color one).
7846         Implemented CopyCursor() and DumpIcon().
7848         * [loader/module.c]
7849         For disabled built-in modules, we now try to load the Windows DLL
7850         first, and if this fails we fall back to using the built-in module
7851         anyway.
7853         * [memory/global.c]
7854         Fixed GlobalHandle() to return the correct selector in the high
7855         word even if we are passed a handle in the first place.
7857         * [miscemu/instr.c]
7858         Take into account the size of the operand and of the stack segment
7859         when incrementing the stack pointer.
7860         Avoid referencing FS_reg and GS_reg on *BSD.
7862         * [objects/dib.c]
7863         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
7864         Monochrome DIBs are created as monochrome bitmap iff they are
7865         black and white.
7867         * [objects/oembitmap.c]
7868         Added support for OEM cursors, changed OBM_LoadIcon to use the new
7869         icon memory layout.
7871         * [rc/sysres_Fr.rc]
7872         Added French [Fr] language support.
7874         * [win32/environment.c]
7875         Fixed GetCommandLineA() to use current PDB.
7877         * [windows/event.c] [windows/winpos.c]
7878         Simulate a mouse motion event upon SetWindowPos() to force the
7879         cursor to be set correctly.
7881 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
7883         * [win32/*]
7884         New Win32 kernel functions: GetACP, GetCPInfo,
7885         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
7886         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
7887         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
7888         WriteFile.  Completed implementations of GetCommandLineA.
7890         * [include/kernel32.h]
7891         New file.
7893         * [loader/main.c]
7894         Call initialization function for Win32 data (doesn't currently do
7895         anything).
7897         * [misc/main.c]
7898         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
7900 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
7902         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
7903           [misc/commdlg.c]
7904         Misc. bug fixes
7906 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7908         * [*/*]
7909         For Winelib, explicit casts have been placed where warnings were
7910         usually generated.
7911         printf formats which give the format for printing a handle as
7912         "%04x" or something similar have been changed to use the NPFMT
7913         macro defined in include/wintypes.h.  Some times, explicit casts
7914         were also necessary.
7915         Parameter, field, and variable declarations have been made more
7916         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
7917         'WORD hFont' to 'HFONT hFont'.
7918         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
7919         replaced with a call to WIN_GetWindowInstance(hwnd).
7921         * [controls/combo.c]
7922         Added WINELIB32 support in CLBoxGetCombo().
7924         * [include/dialog.h]
7925         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
7926         winelib needs the packing as well (e.g. when accessing resources
7927         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
7929         * [include/windows.h]
7930         Got rid of the F[a-k] macros, which were cluttering up the global
7931         namespace.
7933         * [include/windows.h] [windows/defwnd.c]
7934         Added Win32 messages WM_CTLCOLOR*.
7936         * [include/wintypes.h]
7937         Put in preprocessor '#define WINELIB32' if appropriate and changed
7938         the types of some typedefs (WPARAM, HANDLE) based on this.
7939         
7940         * [loader/module.c] [toolkit/miscstubs.c]
7941         Added #ifdef'd portion in LoadModule to handle loading a WINElib
7942         module (already loaded, just init values).  '#ifdef'ed out the
7943         definition for GetWndProcEntry16 and added a new version to
7944         toolkit/miscstubs.c.
7946         * [misc/shell.c]
7947         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
7948         Same amount of total storage, but much more reasonable.  Also, changed
7949         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
7950         This was a difficult bug to track down, but the AppMisc field was
7951         being initialized with the contributers text, which was much larger
7952         than 512 characters.
7954         * [toolkit/atom.c]
7955         New file for atom-handling functions.  Copied from memory/atom.c and
7956         then heavily modified.  Right now, it's just a linked list of atoms.
7957         Consider it as a hash table with just one entry.  It's easily changed
7958         later.
7960         * [toolkit/heap.c]
7961         Commented out the heap functions with a "#ifdef WINELIB16" and put in
7962         a Win32 version (which is basically a modified copy).
7964         * [toolkit/sup.c] [toolkit/miscstubs.c]
7965         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
7966         added quite a few more stubs.
7968         * [toolkit/winmain.c]
7969         Rearranged startup code in _WinMain.  I think this will work.
7971         * [toolkit/Makefile.in]
7972         Added targets for 'hello' and 'hello2' in case anyone cares to try
7973         out the sample programs.
7975 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
7976         
7977         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
7978         First attempt at support for some VxDs. Comm, Shell and Pagefile.
7980 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
7982         * [misc/dos_fs.c]
7983         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
7984         starting applications like 'wine ./excel.exe')
7986 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
7988         * [configure.in]
7989         Avoid relative path for wine.ini.
7991         * [rc/sysres_Da.rc]
7992         Support for Danish [Da] language.
7994         * [misc/main.c] [miscemu/cpu.c]
7995         Return the processor we're running on correctly.
7997         * [miscemu/int2f.c]
7998         Minor stuff in int 0x2f, function 0x16.
8000 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8002         * [misc/shell.c] [misc/main.c]
8003         Implement saving and loading of the registry database (needed for
8004         OLE). Very experimental. Fixed ShellExecute().
8005         
8006         * [miscemu/int21.c]
8007         EEXIST is not a critical error condition for mkdir().
8009 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
8011         * [include/shell.h] [misc/shell.c]
8012         Implemented 4 drag/drop functions with documented functionality.
8014         * [multimedia/time.c]
8015         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
8017         * [*/*] 
8018         Added new files, more message definitions, structures, debug info,
8019         etc.  Rewrote message logging functions to produce output similar
8020         to WinSight.  Check out -debugmsg +message option.
8022         * [misc/file.c]
8023         Fixed GetDriveType return value.  
8025         * [windows/message.c] 
8026         Hooks are invoked in normal order.
8028         * [miscemu/*]
8029         Added some functions and interrupts.
8031         * [misc/shell.c]
8032         Implemented Drag... functions.
8034 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
8036         * [rc/sysres_Fi.rc] [rc/sysres.rc]
8037         First attempt at Finnish [Fi] language support.
8039 ----------------------------------------------------------------------------
8040 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8042         * [configure.in] [*/Makefile.in] [Make.rules.in]
8043         Cleaned up makefiles, added configuration option for Winelib,
8044         grouped common make rules in Make.rules.in.
8046         * [Configure]
8047         Renamed to 'Configure.old'; please use 'configure' instead.
8049         * [controls/menu.c]
8050         Fixed DestroyMenu() to avoid deleting the same menu twice.
8051         More fixes to WM_MENUSELECT, and added WM_INITMENU.
8053         * [if1632/relay.c]
8054         Fixed wrong register values displayed by RELAY_DebugCall32().
8056         * [memory/local.c]
8057         Fixed LocalLock() and LocalUnlock() to increment/decrement the
8058         lock count for moveable blocks.
8060         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
8061         Modified the generated C file so that the resource information
8062         (size, etc.) is also exported.
8063         Modified common dialogs to use the new informations.
8065         * [misc/main.c] [ANNOUNCE]
8066         Update the list of contributors. Please let me know if I forgot
8067         someone.
8069         * [rc/sysres.rc] [rc/sysres_En.rc]
8070         Moved English resources to sysres_En.rc.
8071         Changed ids from numeric to symbolic for dialogs.
8073         * [windows/dialog.c]
8074         Modified template parsing to be able to pass segmented pointers to
8075         CreateWindow().
8077         * [windows/win.c]
8078         CreateWindow() now takes segmented pointers for class and window
8079         names.
8080         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
8081         or WS_MINIMIZE bits are set.
8083 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
8085         * [controls/scroll.c]
8086         Fixed scroll-bar bugs for non-client windows.
8088 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
8090         * [include/cursor.h] [windows/cursor.c]
8091         Cursor is not mirrored any more and the hotspot is set right.
8093 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8095         * [ole.h]
8096         Misc small fixes.
8098 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
8100         * [rc/sysres_Es.rc]
8101         First attempt at Spanish [Es] language support.
8103 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
8105         * [include/alias.h][windows/alias.c][include/relay32.h]
8106         New files
8108         * [controls/widgets.c]
8109         WIDGETS_Init: register alias window procedures
8111         * [if1632/callback.c]
8112         CallWndProc: Call alias functions if necessary
8114         * [if1632/gdi32.spec]
8115         GetStockObject, TextOutA: new relays
8117         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
8118         user32.c: new file
8119         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
8120         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
8122         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
8123         PE_Win32CallToStart: new function
8124         MODULE_CreateInstance: removed static attribute
8125         LoadModule: Try loading PE image on error 21
8126         PE_LoadModule: new function
8127         PE_LoadImage: initialize pe_data with 0
8128         
8129         * [include/dlls.h][include/peexe.h]
8130         moved pe_data and w_files to peexe.h
8131         
8132         * [misc/shell.c]
8133         ShellAbout: Register AboutWndProc aliases
8135         * [miscemu/int21.c]
8136         handle 0x440A and 0xDC
8138         * [miscemu/int2f.c]
8139         handle 0x84
8141         * [objects/dib.c]
8142         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
8144         * [tools/build.c]
8145         include windows.h and relay32.h into generated Win32 relays,
8146         don't declare the implementation as int (*)();
8147         limit in WIN32_builtin was off by one
8149         * [windows/caret.c]
8150         CARET_Initialize: new function, call on strategic places
8152         * [windows/messagebox.c]
8153         MessageBox: register message box proc aliases
8155         * [if1632/advapi32.spec][if1632/comdlg32.spec]
8156         New files
8158         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
8159         added new spec files
8160         RELAY32_GetBuiltinDLL: perform lookup case insensitive
8161         RELAY32_GetEntryPoint: start name search at 0
8163         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
8164         Added stubs for new Win95 API
8166 Sat Sep 2 1995  Martin Roy
8168         * [misc/commdlg.c]
8169         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
8170         When process IDOK button in FILEDLG_WMCommand(),
8171         lpofn->nFilterIndex should be updated to current selection.
8173 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
8175         * [loader/module.c] [loader/ne_image.c]
8176         Added support of self-loading modules.
8178 ---------------------------------------------------------------------
8179 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8181         * [Configure]
8182         Added compile-time option for IPC.
8184         * [configure.in]
8185         Added command-line options for language, IPC and malloc
8186         debugging.
8188         * [controls/menu.c]
8189         WM_MENUSELECT was sometimes sent to the wrong window.
8191         * [debugger/break.c]
8192         For the 'next' command, only step over instruction that require
8193         it. This allows 'next' to do the right thing with jmp and ret
8194         instructions.
8196         * [ipc/*.c] [memory/atom.c] [memory/global.c]
8197         IPC can now be configured out at compile-time.
8199         * [loader/task.c]
8200         Bug fix in TASK_Reschedule() that could cause a task to be deleted
8201         twice.
8203         * [miscemu/dosmem.c] (New file)
8204         Partial emulation of the BIOS data segment.
8206         * [miscemu/instr.c]
8207         Trap attempts to access selector 0x40 and remap the access to
8208         segment __0040H.
8210         * [tools/build.c]
8211         Fixed bug in CallTo32_LargeStack() that caused problems when
8212         compiling Wine with the -fomit-frame-pointer option.
8214         * [windows/message.c]
8215         Fixed bug in hardware event handling that could cause some events
8216         to get ignored.
8218 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
8220         * [ipc/README] [ipc/dde.tex]
8221         LaTeX documentation for the ipc and DDE stuff.
8223 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
8225         * [ipc/Imakefile] [ipc/wine_test_stub.c]
8226         Fixed IPC testing. Now it can be compiled with "make tests"
8228 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
8230         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
8231         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
8233 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8235         * [miscemu/int21.c]
8236         Misc fix to int21,ah=40 (write) to match _lwrite().
8237         AX=0x440A (check if handle is remote) added.
8239         * [multimedia/mmsystem.c]
8240         Moved mciSendString to mcistring.c.
8242         * [multimedia/mcistring.c]
8243         New file, string interface for MCI (not complete, not thoroughly
8244         tested).
8246         * [multimedia/audio.c]
8247         IOCTL prints errors; one paranoid check disabled.
8249         * [misc/file.c]
8250         Misc operator precedence fixes.
8252         * [if1632/gdi.spec] [objects/bitblt.c]
8253         Stub for FastWindowFrame (parameters not correct).
8255 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
8257         * [loader/ne_image.c]
8258         Preliminary support for iterated segments.
8260 Sat Aug 19 00:43:04 1995  Andrew Taylor  (ataylor@cadvision.com)
8262         * [windows/mapping.c]
8263         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
8264         the absolute value of (ydim / xdim) or (xdim / ydim).
8266 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
8268         * [objects/oembitmap.c]
8269         Added some includes for Windows 95.
8271         * [include/sysmetrics.h]
8272         Added some sysmetrics for Windows 95.
8274         * [include/bitmaps/*95]
8275         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
8276         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
8278 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
8280         * [misc/shell.c] [rc/sysres*.rc]
8281         The caption of the ShellAbout dialog box is language specific and
8282         should be defined in the resources.
8284 ----------------------------------------------------------------------
8285 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8287         * [*/Makefile.in]
8288         Removed winelibclean target, as it doesn't work anyway.
8290         * [controls/button.c]
8291         Avoid drawing the focus rectangle outside of the button.
8293         * [controls/widgets.c]
8294         Fixed bug with the size of the reserved bytes for the Edit
8295         control (caused Eudora to crash).
8297         * [debugger/*] [include/debugger.h]
8298         Unified debugger address handling. Segmented and linear addresses
8299         are no grouped in a single type DBG_ADDR.
8300         All commands now accept seg:off addresses.
8301         Module entry points are now loaded upon first entry to the
8302         debugger, so that entry points of the loaded executable also
8303         appear in the symbol table.
8305         * [include/registers.h] [miscemu/*.c]
8306         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
8307         This makes code less readable, but will prevent a lot of name
8308         clashes with other definitions. It also avoids a hidden reference
8309         to the 'context' variable.
8311         * [ipc/dde_atom.c] [misc/atom.c]
8312         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
8313         to allow supporting integer atoms.
8314         Moved atom.c to memory/ directory.
8316         * [loader/task.c]
8317         Fixed environment allocation to compute the size dynamically.
8318         Added 'windir' environment variable.
8319         Fixed GetDOSEnvironment() to return the current task environment.
8321         * [windows/message.c]
8322         Fixed bug in MSG_GetWindowForEvent().
8324 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8326         * [include/ole.h]
8327         Added a lot of structures  from my Borland Manual. Neither complete,
8328         nor 100% right (check please)
8329         
8330         * [misc/shell.c]
8331         Fixed some of the Reg* functions.
8332         Enhanced ShellExecute.
8333         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
8334         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
8336         * [misc/dos_fs.c]
8337         Make umsdos mounted windows dirs work again.
8339         * [miscemu/emulate.c]
8340         Added some comments, preimplementation of subfunction 7.
8342         * [multimedia/mmsystem.c]
8343         Implemented mciSendString. not complete, not clean, not
8344         necessarily working (only checked with a program which uses
8345         'cdaudio' (one working program is cool.exe, a shareware waveditor
8346         with cdaudio play facilities.)
8348         * [multimedia/mcicda.c]
8349         Segptr fixes in DriverProc
8350         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
8351         link to your real cdrom device.
8353 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
8355         * [loader/resource.c]
8356         Don't crash in a LoadString to NULL
8358         * [loader/resource.c]
8359         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
8360         won't work unless the ALT keypress exited the menu.)
8362         * [misc/file.c]
8363         Expand a file to the current offset with an _lwrite of size zero.
8365         * [misc/file.c]
8366         Set a newly created file to read-write instead of write-only.
8367         
8368 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
8370         * [misc/main.c] [include/msdos.h]
8371         Fixed to return DOS version 6.22, and the correct byte order
8372         for Windows programs.
8374 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8376         * [include/options.h] [memory/global.c] [misc/main.c]
8377         Make the new IPC run-time selectible, disabling it by default.
8378         (I think it's only useful for libwine, anyway.)
8380         * [loader/task.c] [memory/selector.c]
8381         In FreeSelector(), walk up the stack and fix the frames.
8383         * [objects/dib.c]
8384         Missing break statement in DIB_SetImageBits_RLE8().
8385         In GetDIBits(), set the compression flag in the bitmap info to zero.
8387         * [windows/dialog.c]
8388         GetNextDlgGroupItem() needs to treat the first child as if it had
8389         an implicit WS_GROUP bit set.
8391 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
8393         * [misc/dos_fs.c]
8394         Quick'n dirty fix for the initialisation of the Z: information
8395         structure.
8397 ----------------------------------------------------------------------
8398 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
8400         * [ipc/*]
8401         New directory. This directory contains the new inter-wine
8402         communications support. It enables DDE protocols between two wine
8403         instances.  Currently it is limited to DDE, but can be enhanced to
8404         support OLE between 2 different wine instances.  This is very
8405         important for libwine.a DDE/OLE support.
8407         * [tools/ipcl]
8408         A script to delete garbage IPC handles (shared memory, semaphores
8409         and message queues).  The current inter-wine communication is not
8410         perfect, and sometimes leaves garbage behind.
8412         * [if1632/relay.c] [include/atom.h] [include/global.h]
8413         [loader/selector.c] [loader/task.c] [loader/module.c]
8414         [loader/signal.c] [memory/global.c] [misc/atom.c]
8415         [windows/class.c] [windows/message.c] [windows/win.c]
8416         [Imakefile]
8417         Hooks for inter-wine DDE support, current Global.*Atom functions
8418         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
8419         DDE communication. (The first call to these functions sets up the
8420         IPC structures - which otherwise cause unneeded overhead.
8422 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8424         * [controls/menu.c]
8425         Don't crash if a NULL string is passed to menu functions.
8427         * [memory/selector.c]
8428         We now use a bit in ldt_flags_copy to indicate free LDT entries.
8429         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
8430         overwrite valid LDT entries when growing a block.
8432         * [miscemu/instr.c]
8433         Emulate int xx instruction by storing the interrupt vector in
8434         CS:IP and returning directly. This allows a program to install an
8435         interrupt vector.
8437         * [windows/win.c]
8438         Added function WIN_GetTopParent to get the top-level parent of a
8439         window.
8441 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
8443         * [loader/resource.c]
8444         Added LoadIconHandler. It doesn't do anything yet, but now you
8445         can use borland help files with winhelp.exe.
8447 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
8449         * [misc/main.c]
8450         Fixed to return 386 Enhanced mode correctly. Also return the same
8451         type of CPU, for both Enhanced and Standard mode, namely a 386.
8453 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
8455         * [Configure] [include/options.h] [include/wineopts.h]
8456           [misc/main.c][misc/spy.c]
8457           Removed support of spy file. Redirected spy messages to stddeb.
8458           Removed -spy option. Added -debugmsg +spy option.
8460         * [debugger/dbg.y][debugger/debug.l]
8461         Enabled segmented addresses (seg:offs) for break and x commands.
8463         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
8464           [include/region.h]
8465         FrameRgn, REGION_FrameRgn: New functions
8467         * [if1632/kernel.spec]
8468         IsWinOldApTask: Return false
8470         * [if1632/mouse.spec]
8471         CplApplet: Removed
8473         * [if1632/user.spec] [windows/win.c]
8474         ShowOwnedPopups: New function
8476         * [if1632/winsock.spec] [misc/winsocket.c]
8477         inet_addr, select: New prototypes in relay code
8478         Fixed memory layout for netdb functions (getXbyY).
8479         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
8481         * [objects/clipping.c]
8482         RectVisible: Fixed call to LPToDP
8484         * [rc/winerc.c]
8485         main: Removed extra argument to getopt for Linux.
8487 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8489         * [controls/listbox.c]
8490         Yet another fix for ListBoxDirectory().
8491         
8492         * [loader/module.c] [if1632/kernel.spec]
8493         Make GetModuleHandle() accept instance handles as parameter.
8495         * [if1632/relay.c] [loader/task.c]
8496         Put a magic cookie at the bottom of the 32 bit stack, and check on
8497         each return from a 32 bit function whether it's still there. Complain
8498         if it's not.
8500         * [if1632/user.spec]
8501         Wrong entry for CloseDriver().
8503         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
8504         [miscemu/int21.c]
8505         Large parts of dos_fs.c simplified. Changed it to use one
8506         current drive/directory per task, which is set to the module path on
8507         task creation.
8508         Prevent CorelPaint from closing stdin.
8509         open() with O_CREAT set must be passed three parameters.
8510         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
8511         it's in DOS_readdir() now.
8513         * [misc/profile.c]
8514         Some badly written software (Lotus Freelance Graphics) passes a bogus
8515         size parameter that caused Wine to write off the end of a segment.
8516         Fixed. (It's probably too paranoid now.)
8517         
8518         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
8519         [multimedia/Imakefile] [if1632/winprocs.spec]
8520         16 bit entry point for MMSysTimeCallback.
8521         Split off time.c and joystick.c from mmsystem.c.
8522         
8523         * [objects/dib.c]
8524         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
8526         * [windows/cursor.c]
8527         DestroyCursor(): do nothing for builtin cursors.
8528         
8529         * [windows/mdi.c]
8530         Half of WM_MDISETMENU implemented.
8531         
8532         * [windows/win.c]
8533         EnumWindows() and EnumTaskWindows() never enumerated any windows.
8534         Fixed.
8536         * [windows/*.c]
8537         Fixed GetParent() to return correct values for owned windows.
8539         * [windows/message.c]
8540         Don't try to activate disabled top-level windows.
8542         * [windows/nonclient.c]
8543         Work around a bug in gcc-2.7.0.
8544         
8545         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
8546         [loader/task.c] [memory/selector.c]
8547         Some Visual Basic programs (and possibly others, too) expect ES to be 
8548         preserved by a call to an API function, so we have to save it.
8549         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
8550         to prevent segfaults if ES contained the selector to be freed.
8552 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
8554         * [*/*]
8555         Added missing prototypes to header files and relevant includes
8556         to reduce compile time warnings.
8558 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
8560         * [configure.in] [include/config.h] [*/Makefile.in]
8561         New configuration scheme based on autoconf.
8563 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
8565         * [miscemu/ioports.c]
8566         Revamp to have only one in- and one out- variant, both really
8567         implemented.
8569         * [miscemu/instr.c]
8570         INSTR_EmulateInstruction: Use new ioport interface.  Implement
8571         string io.  Correct instruction pointer for 32-bit code.
8573         * [include/miscemu.h]
8574         Update port function prototypes.
8576         * [include/registers.h]
8577         Defined FS and GS.
8579 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
8581         * [misc/dos_fs.c]
8582         ChopOffSlash(): A path consisting off a single slash is left
8583         intact, and multiple slashes are all removed.
8585 ----------------------------------------------------------------------
8586 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8588         * [controls/scroll.c]
8589         Fixed drawing bug that caused part of a non-client scroll bar
8590         to be painted even when the scroll-bar was hidden.
8592         * [debugger/break.c] [debugger/dbg.y]
8593         Rewrote breakpoint handling to work in 16-bit mode.
8594         Implemented single-stepping ('step' and 'next' instructions).
8596         * [debugger/debug.l]
8597         Format specifier is now a separate token.
8598         Entering an empty line at the debugger prompt causes the previous
8599         command to be repeated, like under gdb.
8600         
8601         * [debugger/debug.l] [debugger/registers.c]
8602         Differentiate 16-bit and 32-bit registers without taking current
8603         mode into account ($eax is always 32-bit, $ax always 16-bit).
8605         * [debugger/stack.c]
8606         Fixed stack information routines to differentiate between 16-bit
8607         and 32-bit stacks.
8609         * [loader/task.c]
8610         Option -debug now sets a breakpoint at the first instruction of
8611         every loaded task.
8613         * [miscemu/instr.c]
8614         Added handling of lock, repe and repne prefixes.
8616         * [objects/dib.c]
8617         Changed StretchDIBits() to do the correct thing, even if it's still
8618         not really optimal.
8620         * [windows/graphics.c]
8621         Fixes in RoundRect(), thanks to Babak Masalehdan.
8623         * [windows/message.c]
8624         Tried to fix mouse event handling with respect to disabled
8625         windows.
8627         * [windows/painting.c]
8628         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
8629         infinite loops.
8631         * [windows/win.c]
8632         Fixed IsWindowVisible() to return FALSE when one of the parent
8633         windows is hidden.
8635 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
8637         * [if1632/compobj.spec][misc/compobj.c]
8638         CoGetMalloc: New function
8639         Added relay entries for COMPOBJ ordinals above 100
8640         CoInitialize: Changed parameter to DWORD
8642         * [if1632/ole2.spec]
8643         Exported implementation of OleBuildVersion
8645         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
8646         ole2disp.c: New file
8647         SysAllocString, SysReallocString, SysAllocStringLen,
8648         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
8650         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
8651         CompareStringA: New function
8653 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8654         * [objects/font.c] [if1632/gdi.spec]
8655         New stubs for CreateScalableFontResource, GetGlyphOutline.
8657 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
8659         * [misc/commdlg.c]
8660         Extensive changes and bug fixes to FileDialog handling,
8661         behaves more like native Windows.
8663 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8665         * [controls/listbox.c] [controls/combo.c]
8666         Some minor optimizations.
8667         
8668         * [memory/local.c]
8669         LOCAL_FindFreeBlock(): Never use the last one.
8670         
8671         * [memory/global.c]
8672         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
8673         
8674         * [misc/file.c]
8675         read() returns an error when length==0. This is not what Windows
8676         programs expect, so pay attention to this in _lread(). Changed this
8677         in _lwrite(), _hread(), _hwrite(), too.
8679         * [loader/resource.c]
8680         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
8681         there.
8682         
8683         * [if1632/shell.spec] [misc/shell.c]
8684         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
8685         Accept some more combinations of parameters in the Reg..() functions.
8686         
8687         * [if1632/toolhelp.spec]
8688         Make InterruptRegister() and InterruptUnregister() return false.
8690         * [windows/hook.c]
8691         CallNextHookEx() used to crash when called with a null hhook. Fixed.
8693 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
8695         * [include/neexe.h][loader/ne_image.c]
8696         NE_LoadSegment: Detect iterated segments
8698         * [misc/ole2nls.c]
8699         LOCALE_SLONGDATE: fixed typo
8701         * [miscemu/int5c.c]
8702         Reordered include files to avoid conflicts with Linux libc.5.1
8704         * [rc/winerc.c]
8705         Added -b option to process binary resource files into C arrays
8707         * [include/callback.h]
8708         CallWndProc: Added dummy ds parameter for libwine
8710         * [include/gdi.h][include/user.h]
8711         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
8713         * [include/ldt.h][include/stackframe.h]
8714         defined segment conversion macros for libwine
8716         * [misc/atom.c]
8717         Defined USER_HeapSel for libwine
8719         * [misc/main.c]
8720         Disable -dll option for libwine
8722         * [misc/user.c]
8723         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
8725         * [toolkit/heap.c]
8726         fixed LocalLock prototype
8728         * [toolkit/sup.c]
8729         sync'ed load_mz_header, load_ne_header with structures
8731         * [toolkit/winmain.c]
8732         Disabled resource DLLs for libwine for now
8734 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
8736         * [misc/main.c]
8737         Fixed -enhanced option to report a 386 CPU instead of a 286.
8739 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
8741         * [misc/dos_fs.c]
8742         Remove maximum open dosdirent limit (fixing the winfile.exe
8743         problem) by using telldir()/seekdir().
8744         
8745 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
8747         * [misc/profile.c]
8748         Fixed problem parsing empty lines within sections in .ini files.
8750 ----------------------------------------------------------------------
8751 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8753         * [debugger/*.c]
8754         Modified debugger to use segmented pointers everywhere.
8756         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
8757         Declared all functions that return only 16-bit as 'pascal16'.
8759         * [include/ldt.h] [memory/ldt.c]
8760         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
8761         Maintain a copy of the selector flags, removing the need to make a
8762         system call to retrieve an LDT entry.
8764         * [loader/module.c]
8765         Fixed bug with module file handle cache.
8767         * [loader/ne_resource.c]
8768         Fixed file name bug in NE_AccessResource().
8770         * [loader/resource.c]
8771         Fixed bug in LoadIcon() that caused wrong colors to be used for
8772         the icon mask.
8774         * [loader/signal.c]
8775         Moved instruction emulation to miscemu/instr.c.
8777         * [misc/dos_fs.c] [miscemu/int21.c]
8778         Lots of small fixes, thanks to Morten Welinder.
8780         * [miscemu/dpmi.c]
8781         More complete DPMI emulation.
8783         * [miscemu/instr.c]
8784         Added support for prefixes in instructions to emulate.
8786         * [miscemu/int2f.c]
8787         Use register macros instead of destroying the high part of 32-bit
8788         registers.
8790         * [objects/dc.c]
8791         Fixed bug in GetDCState() that failed to clear the new DC.
8793         * [rc/sysres.rc]
8794         Removed dialogs 11 and 12 that were never used.
8796         * [tools/build.c]
8797         'pascal16' generated functions did not save %dx.
8798         Removed use of %fs to access the stack.
8799         %ds is no longer initialized before calling a 16-bit routine.
8801         * [windows/defwnd.c]
8802         Accept a NULL pointer as window title.
8804         * [windows/mdi.c]
8805         MDICascade: skip iconic windows.
8806         Implemented CalcChildScroll().
8807         
8808         * [windows/utility.c]
8809         Fixed MulDiv() for illegal values.
8811         * [windows/win.c]
8812         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
8813         a zero width or height.
8815 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
8817         * [controls/edit.c]
8818         Fixed "uninitalized" message which -Wall couldnt see to be ok
8819         in EDIT_WriteText.
8821         * [include/debug.h]
8822         Added define for extra checks in API definitions during debugging.
8824         * [loader/ne_image.c]
8825         Added newline in NE_FixupPrologs to avoid long lines.
8827         * [misc/dos_fs.c]
8828         Added extra safety check in DOS_ValidDrive.
8830         * [misc/exec.c]
8831         Fixed definition of ExitWindows.
8832         
8833 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8835         * [controls/edit.c]
8836         Some fixes, mostly for memory management, but also for text selection
8837         and tab postitions. General cleanup. Notepad.exe now works.
8839         * [controls/combo.c]
8840         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
8841         the combo box, not the ComboLBox that belongs to it.
8843         * [controls/listbox.c]
8844         Handle itemID field correctly throughout.
8846         * [memory/local.c]
8847         Implemented flag LMEM_ZEROINIT.
8848         LocalReAlloc() could trash the heap. Fixed.
8850         * [objects/font.c]
8851         FONT_MatchFont(): don't get confused by negative widths.
8852         Fixed a segfault in EnumFonts().
8854         * [objects/text.c]
8855         DrawText(): DT_CALCRECT implies DT_NOCLIP.
8857         * [objects/dcvalues.c]
8858         MAKELONG was used with bad parameters in DC_GET_X_Y.
8860         * [windows/dialog.c]
8861         Don't show the dialog if WS_VISIBLE isn't set in the template.
8863         * [windows/utility.c]
8864         UTILITY_convertArgs(): Never pass an expression containing ++ into a
8865         macro...
8867         * [windows/win.c]
8868         SetParent() should unlink the window before changing the parent.
8870         * [windows/message.c]
8871         Don't call timer functions via CallWindowProc(), since it checks
8872         whether hwnd==0 and does not call the function in that case.
8874         * [miscemu/instr.c]
8875         Ignore interrupt 0x3D, for VBRUN300.DLL.
8877         * [misc/commdlg.c]
8878         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
8879         pointer to the item text.
8881         * [if1632/relay.c]
8882         Disable OLE and DDEML DLLs by default, since they contain nothing but
8883         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
8884         some programs may work better without them.
8885         
8886         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
8887         Begun cleaning things up a little. Replaced printfs with dprintf_
8888         macros, made functions static where possible, and some other minor
8889         changes.
8891 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
8893         * [debugger/dbg.y][debugger/dbg.l]
8894         Removed special handling for FILE_IDENTIFER, because it caused
8895         problems with x/<format> statements.
8897         * [debugger/info.c]
8898         Use SC_ESP instead of SC_EIP for stack dump.
8900         * [misc/compobj.c][if1632/compobj.spec]
8901         CoBuildVersion, CoInitialize, CoUninitialize: new functions
8903         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
8904         New files ole2.c, ole2.h
8905         OleBuildVersion, OleInitialize, OleUninitialize: new functions
8907         * [if1632/ole2disp.spec]
8908         Added missing ordinals above 109
8910         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
8911         New file winnls.h
8912         GetLocaleInfoA: new function
8914         * [if1632/shell.spec]
8915         Added FindEnvironmentString as stub
8917         * [misc/olecli.c][if1632/olecli.spec]
8918         OleIsDcMeta: New function
8920         * [objects/font][misc/gdi.spec]
8921         GetKerningPairs: new function
8923         * [misc/shell.c]
8924         ShellExecute: Implemented support for starting programs
8926         * [if1632/user.spec]
8927         Inserted missing relay to GetClipCursor
8929 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8930         
8931         * [controls/edit.c]
8932         Fix a problem with the local heap.
8934         * [include/wintypes.h]
8935         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
8936         
8937         * [include/mdi.h] [windows/mdi.c]
8938         This code still assumed segmented address==linear address. Fixed.
8940         * [include/msdos.h] [misc/dos_fs.c]
8941         The filemask field of the dosdirent structure could be overrun. Fixed.
8942         If you had a file called foobar and a file called foo, trying to 
8943         FindFile(foo) could accidentally find file foobar instead. Fixed.
8944         
8945         * [misc/file.c]
8946         OpenFile(): Always return the full pathname in ofs->szPathName. This 
8947         also fixes GetModuleFilename().
8948         Prevent _lclose() from closing stderr or stdout.
8950         * [misc/profile.c]
8951         Search for .ini files in the path of the current module as well.
8952         (Needed by Lotus Organizer.)
8954         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
8955         [memory/local.c]
8956         Local heaps are now initialized by InitTask() for executables. DLLs
8957         have to call LocalInit() themselves, LocalInit() has to put the
8958         heap at the end of the segment when called with start==0. We no longer
8959         allocate the DGROUP with 64k on startup, but grow the local heap
8960         in LOCAL_GetBlock() when necessary.
8962         * [loader/module.c]
8963         LoadLibrary() should call LoadModule() in all cases, even if the
8964         DLL is already loaded, to ensure that the reference count is correct.
8966         * [loader/ne_image.c]
8967         Some changes to function prolog fixup. Does anyone know exactly how
8968         this is supposed to work? I am only guessing here.
8969         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
8970         the module itself.
8971         
8972         * [loader/task.c]
8973         Initialize instance data at the beginning of the DGROUP in InitTask().
8975         * [memory/local.c]
8976         Some fixes for moveable blocks.
8978         * [memory/selector.c]
8979         All the IsBad*Pointer() functions returned exactly the wrong boolean
8980         value in all cases!
8981         
8982         * [objects/bitblt.c]
8983         Fixed another null pointer dereference in debugging output.
8984         
8985         * [objects/font.c]
8986         Some more recovery possibilities for FONT_MatchFont() if a specified
8987         font does not exist.
8988         
8989         * [windows/win.c]
8990         The dialog code may call CreateWindowEx with an integer in windowName.
8991         This happens for static icon controls that expect a resource ID as
8992         the window name. CreateWindowEx() used to crash. Fixed.
8993         
8994         * [windows/class.c] [windows/win.c]
8995         Window classes are owned by modules, not instances. Changed
8996         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
8997         accordingly.
8999 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
9001         * [miscemu/int21.c]
9002           clock.exe was displaying incorrect year.
9004 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
9006         * [include/cursor.h] [windows/cursor.c]
9007         Implemented CreateCursorIconIndirect().
9009 ----------------------------------------------------------------------
9010 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9012         * [controls/menu.c]
9013         Fixed bug with drawing multi-column menus with vertical separator.
9015         * [debugger/debug.l]
9016         Fixed NULL-pointer reference after readline().
9018         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
9019         Added interrupt vector emulation. Allows to retrieve an interrupt
9020         vector and jump to it without crashing.
9022         * [loader/ldt.c]
9023         Moved ldt.c to memory directory.
9025         * [loader/task.c]
9026         Implemented LockCurrentTask() and GetInstanceData().
9028         * [objects/bitblt.c]
9029         Fixed a bug that caused StretchBlt() to use wrong colors when
9030         stretching a monochrome bitmap to a color display.
9032         * [objects/bitmap.c]
9033         Fixed a segmented pointer bug in CreateBitmapIndirect().
9035         * [tools/build.c]
9036         Added possibility to have arguments for register functions; used
9037         by interrupt vectors to remove the flags from the stack.
9038         Generate a new function CallTo32_LargeStack(), that allows calling
9039         a 32-bit function using the original 32-bit stack, for functions
9040         that need more that 64k of stack.
9042 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
9044         * [if1632/shell.spec] [misc/shell.c]
9045         DoEnvironmentSubst: fixed prototype
9047         * [if1632/gdi.spec] [objects/palette.c]
9048         SetSystemPaletteUse: new function
9050         * [if1632/kernel.spec] [loader/resource.c]
9051         DirectResAlloc: new function
9053         * [if1632/user.spec] [windows/keyboard.c]
9054         SetKeyboardState: new function
9056 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9057         
9058         * [tools/build.c]
9059         Prevent interrupts from destroying the args for a 32 bit function
9060         by loading the correct value into %esp directly after %ss.
9062         * [loader/ne_image.c] [loader/module.c]
9063         The new instance must be created earlier in LoadModule(), so that
9064         fixups referencing it will be handled correctly.
9065         Initialize the local heap for a DGROUP in NE_LoadSegment().
9066         
9067         * [objects/dib.c]
9068         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
9069         This used to crash Wine. Fixed.
9071         * [objects/text.c]
9072         Fix possible null pointer dereference in debugging output.
9073         
9074         * [misc/commdlg.c]
9075         Handle user input in the edit control better. Some bugs fixed.
9076         
9077         * [memory/local.c]
9078         Started implementing moveable blocks. This is unfinished (!), but
9079         at least it does not seem to break things.
9081 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9082         
9083         * [loader/module.c]
9084         LoadModule(): DLLs occasionally have a data segment, and they work
9085         much better if it is loaded :-)
9086         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
9087         FindModule(): also strip off the last backslash of the pathnames
9088         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
9089         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
9090         only better.
9091         
9092         * [loader/ne_image.c]
9093         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
9094         not really correct, it seems that all programs and DLLs try to do
9095         this themselves. But they pass weird parameters.)
9096         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
9097         
9098         * [loader/task.c] [misc/user.c]
9099         Finish global initializations in InitTask instead of InitApp, or
9100         all the DLLs will be initialized in InitTask without any available
9101         window classes!
9103 ----------------------------------------------------------------------
9104 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9106         * [debugger/hash.c] [debugger/info.c]
9107         Added support for symbolic segmented addresses. Add symbols for all
9108         built-in API entry points.
9110         * [if1632/relay.c] [include/dlls.h]
9111         Removed dll_table structure, as we now use the built-in module
9112         structures.
9114         * [if1632/relay.c] [loader/main.c]
9115         Removed winestat option, as it was no longer very meaningful.
9117         * [include/stackframe.h]
9118         New macro MAKE_SEGPTR that creates a segmented pointer to a local
9119         variable on the 32-bit stack.
9121         * [loader/module.c]
9122         Added support for multiple instances of an application.
9123         Implemented LoadModule() and FreeModule().
9125         * [loader/ne_image.c] [loader/task.c]
9126         Moved initialisation of built-in DLLs to InitTask().
9128         * [memory/global.c]
9129         Implemented discardable blocks.
9131         * [misc/file.c]
9132         Search path of current executable in OpenFile().
9133         Fixed bug with searching in Windows path.
9135         * [misc/lstr.c]
9136         Hard-coded translation tables for Ansi<->Oem.
9138         * [misc/user.c]
9139         Moved some global initializations to InitApp(), because they need
9140         a task context to be performed.
9142         * [objects/dc.c]
9143         Handle R2_BLACK and R2_WHITE specially so that they work correctly
9144         with palette displays.
9146         * [tools/build.c]
9147         Suppressed generation of the C file for DLL specs, because it's no
9148         longer needed. Output all the assembly code directly to stdout.
9149         Some changes to integrate Win32 support from Martin von Loewis. 
9151         * [windows/msgbox.c]
9152         Moved message box code from misc/ to windows/.
9154 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
9156         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
9157           [misc/mmaux.c] [misc/mmsystem.c]
9158         Modify code & use pointers conversion macros.
9159         Make cdaudio & wave devices work again (only using some applets).
9161         * [misc/profile.c]
9162         Change getc() to fgetc() where needed.
9164 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9166         * [if1632/Imakefile]
9167         added entries for the new files gdi32.spec, kernel32.spec,
9168         user32.spec, shell32.spec and winprocs32.spec.
9170         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
9171           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
9172         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
9173         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
9174                 stub implementations provided 
9175         marked storage.dll,storege.sys functions as stubs
9177         * [include/pe_image.h]
9178         Added structures WIN32_builtin and  WIN32_function
9180         * [include/peexe.h]
9181         PE_Import_Directory: renamed reserved fields to 
9182                 TimeDate, Forwarder, Thunk_List
9184         * [include/winerror.h]
9185         New file.
9187         * [loader/main.c]
9188         called RELAY32_Init
9190         * [loader/pe_image.c]
9191         xmmap: map BSS anonymous
9192         dump_imports: renamed to fixup_imports, do the fixup of imported
9193                       symbols
9194         PE_LoadImage: pass raw data size to xmmap
9196         * [loader/resource.c]
9197         DumpIcon: new function
9199         * [misc/kernel32.c]
9200         New file.
9202         * [misc/main.c]
9203         make stdout and stderr unbuffered
9205         * [misc/shell.c]
9206         DoEnvironmentSubst: new function
9208         * [objects/font.c]
9209         FONT_MatchFont: try oblique if there is no italic
9211         * [rc/Imakefile][rc/parser.l]
9212         yywrap: new function
9213         Don't link with libfl.a on Linux
9215         * [tools/build.c]
9216         Added keywords stdcall, subsystem, base
9217         GenerateForWin32: new function
9218         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
9220 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9221         
9222         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
9223         Minor fixes.
9224         
9225         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
9226         Rewrote message box handling.
9227         
9228         * [windows/dialog.c]
9229         Dialogs should be invisible until after WM_INITDIALOG is seent.
9230         Don't switch to invisible dialog items on a TAB keypress.
9231         
9232         * [windows/mdi.c]
9233         Send WM_NCPAINT message in MDIRestoreChild().
9234         
9235         * [windows/painting.c]
9236         Fixed typo (&& -> &).
9237         
9238         * [windows/message.c] [if1632/user.spec]
9239         Implemented PostAppMessage().
9240         
9241         * [windows/event.c]
9242         SetCapture(0) should act like ReleaseCapture().
9244 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
9246         * [Imakefile]
9247         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
9248         Added ASFLAGS to exported variables.
9250         * [debugger/readline/Imakefile]
9251         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
9253         * [memory/local.c] [miscemu/int21.c]
9254         Added some more debugging outputs.
9256 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
9258         * [misc/message.c]
9259         Fixed a "FIXME" concerning norwegian translation.
9261 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9262         
9263         * [*/*]
9264         Removed warnings in a couple of files and deleted some obsolete code.
9266         * [controls/listbox.c]
9267         Cleanup, speed improvements & lots of bug fixes.
9269         * [controls/combo.c]
9270         Mostly rewritten. This is still very buggy, but not quite as bad as 
9271         before.
9273         * [include/commdlg.h] [misc/commdlg.c]
9274         Removed the need for sysres.dll. Small bug fixes.
9275         
9276         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
9277           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
9278         Removed sysres.dll and replaced the remaining bitmaps/icons with
9279         XPM equivalents.
9281         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
9282           [if1632/winprocs.spec]
9283         "About Wine..." now brings up a standard ShellAbout() window with
9284         the Wine icon and the list of contributors.
9285         
9286         * [misc/shell.c]
9287         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
9289         * [windows/event.c]
9290         Small hack for non-alphanumeric keys: Dont't send the ascii value in
9291         the WM_KEYDOWN message, but some unused code instead. Should be done
9292         properly by sending different codes for each key. The edit control
9293         used to get a VK_DELETE message each time the user typed '.'.
9295         * [windows/class.c]
9296         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
9297         This used to be no problem, but breaks Resource Workshop in 950403.
9298         
9299         * [objects/dib.c]
9300         New diagnostic for a bug I've been encountering. If it shows up,
9301         please report it.
9303 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
9305         * [objects/color.c]
9306         Handle situation when 'dc' exists, but palette mapping
9307         does not.  (Fixes kidpix2 demo.)
9309 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
9311         * [loader/ldt.c]
9312         LDT_Print: Only show the number of entries that the kernel
9313         returned. Make this work for NetBSD.
9315 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
9317         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
9318         Modify cs and ds selector values for NetBSD-current.
9320         * [debugger/debug.l]
9321         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9323         * [debugger/regpos.h]
9324         Modify sigcontext format for NetBSD-current.
9325         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
9327         * [include/ldt.h]
9328         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
9329         value, since only 16 bits of it may have been saved.
9331         * [misc/winsocket.c]
9332         Set structure packing with `#pragma pack' to accomodate
9333         other/older compilers.
9335 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
9336         
9337         * [misc/commdlg.c]
9338         Fixed path-names so when changing directory the listboxes
9339         changes too.
9340         
9341         * [debugger/dbg.y debugger/debug.l wine.ini]
9342         Added SymbolTableFile to wine.ini so symbols can be read
9343         without standing in the directory containing wine.sym.
9344         Added the possibility to specify full name of wine.sym from
9345         the debugger prompt.
9347 ----------------------------------------------------------------------
9348 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9350         * [controls/static.c]
9351         Fixed painting of SS_*FRAME controls.
9353         * [if1632/callback.c]
9354         Pass the window instance as DS to the 16-bit window procedure.
9355         Rewrote Catch() and Throw() to make them work with multiple tasks.
9357         * [loader/main.c]
9358         New function MAIN_Init() to perform initializations before the
9359         first task is started instead of doing them in InitApp().
9360         Temporary hack to command-line parsing to load one program per
9361         command-line argument, to make testing task-switching easier.
9363         * [loader/*.c]
9364         Reimplemented modules to use a Windows-compatible layout and to
9365         allow multiple tasks and multiple module instances. Not really
9366         finished yet.
9368         * [loader/task.c] [misc/exec.c]
9369         Reimplemented tasks to use a common address space, and implemented
9370         preliminary task-switching capabilities.
9372         * [memory/global.c]
9373         Fixed bug in GlobalNext().
9375         * [misc/main.c]
9376         Updated the list of contributors. Let me know if I forgot someone.
9378         * [miscemu/int21.c]
9379         Use one DTA per task instead of a global one.
9381         * [objects/bitblt.c]
9382         Fixed bug in BitBlt() that could cause BadMatch errors.
9384         * [tools/build.c]
9385         Added new function type 'stub', that makes possible to export an
9386         unimplemented function by name as well as by ordinal. This will
9387         avoid loading errors for unimplemented functions.
9388         Generate an in-memory module layout for built-in DLLs so that the
9389         same code can be used for built-in and loaded modules.
9390         Changed relay code to make it unnecessary to save the value of the
9391         BP register.
9393         * [windows/message.c]
9394         Implemented multiple message queues and preliminary task-switching
9395         capabilities. Inter-task SendMessage() calls are not implemented
9396         yet and will probably cause crashes if used.
9398         * [windows/property.c]
9399         Reimplemented properties and allocate them on the USER heap.
9401         * [windows/win.c]
9402         Fixed bug in SetWindowWord().
9403         Reimplemented EnumWindows() and EnumTaskWindows().
9405 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9406         
9407         * [misc/main.c]
9408         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
9409         
9410         * [loader/resource.c]
9411         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
9412         control.exe.
9413         Fixed icon loading.
9414         
9415         * [objects/font.c] [include/windows.h]
9416         Fixed a bug in InitFontsList() and worked on the EnumFonts()
9417         functions to make them comprehensible.
9419         * [controls/button.c]
9420         Fixed my previous patch to handle LBUTTONUP messages.
9422 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
9424         * [misc/network.c, misc/dos_fs.c]
9425         Implemented WNetGetConnection.  All that is currently
9426         supported are drives, for which the remote name is simply
9427         the redirected UNIX directory name.
9429         * [miscemu/int2?.c]
9430         More drive number validity checking.
9432 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9433         
9434         * [controls/listbox.c]
9435         Oops, my previous change to ListBoxDirectory broke the Borland
9436         file open dialog. Fixed.
9438 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9440         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
9441         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
9442         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
9444 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9445         
9446         * [memory/global.c] [memory/local.c] [include/windows.h]
9447         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
9448         LocalReAlloc(): Same for LMEM_MODIFY.
9449         
9450         * [controls/listbox.c]
9451         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
9452         Check for errors in some more places.
9454         * [if1632/gdi.spec] [if1632/user.spec]
9455         16 bit callback functions should be passed as segptrs.
9456         
9457         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
9458         [loader/library.c]
9459         Prevent a DLL from being initialized twice (Borlands Resource
9460         Workshop used to do this).
9461         Provide an additional flag for each w_file that indicates whether
9462         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
9463         
9464         * [controls/button.c]
9465         Handle LBUTTONUP messages even if the button no longer has the
9466         capture (for WinHelp).
9467         
9468         * [include/wintypes.h]
9469         FARPROC is now a segptr for the emulator and a function
9470         pointer for the library.
9471         
9472         * [misc/commdlg.c] [misc/commdlg.h]
9473         Cleaned the file dialogs up a little. They now work reasonably well,
9474         although there are still some problems (e.g. files are initially
9475         invisible).
9477         * [windows/class.c] [if1632/user.spec] [include/windows.h]
9478         GetClassInfo() must take a segptr, as it checks whether the
9479         highword is zero.
9480         GetClassName() called the wrong atom function. No surprise it didn't
9481         find anything.
9483         * [misc/lstr.c]
9484         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
9485         Removed some warnings.
9487         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
9488         New spec file for the 3.1 DDEML DDL. 
9490         * [controls/menu.c]
9491         Small fix to ChangeMenu - mask out the obsolete flags
9492         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
9493         problems with the MF_BYPOSITION flag.
9495         * [windows/message.c]
9496         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
9497         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
9498         stack for speed reasons.
9499         
9500         * [windows/hook.c] [include/windows.h]
9501         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
9502         they have slightly different semantics.
9503         MS Hearts now works somewhat, if you disable the new builtin DDEML.
9504         The graphics are completely messed up, though.
9506 ----------------------------------------------------------------------
9507 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9509         * [Configure] [if1632/Imakefile]
9510         Removed new build and short names options.
9512         * [if1632/*.c] [tools/build.c]
9513         Implemented compiled call-back functions for better performance;
9514         all the relay code is now done in assembly code generated by the
9515         build program.
9516         Relay code is no longer dependent on being loaded below 64K.
9518         * [loader/resource.c]
9519         Fixed memory leak in LoadString(). A fix will also be needed for
9520         other resources.
9522         * [memory/global.c]
9523         Implemented global heap arenas, so we can store informations about
9524         global blocks, like lock counts or owner handle.
9525         Implemented FarGetOwner() and FarSetOwner().
9526         Implemented global heap TOOLHELP functions.
9528         * [memory/selector.c]
9529         Bug fix: it was not possible to re-use a free selector.
9531 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
9533         *  [controls/listbox.c]
9534         Major work on listbox code
9535          - Many bugs fixed (still many bugs)
9536          - More messages supported
9537          - Code simplified
9539 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
9541         * [controls/edit.c]
9542         Lots of bug fixes related to diappearing text, lost carets,
9543         highlighting, segmentation faults, occurance of random
9544         characters, insertion of characters over selection, misplaced
9545         caret location, display corruption, end of line behavior, etc.
9547         * [controls/widgets.c]
9548         EDIT class doesn't want to use CS_PARENTDC flag.
9550 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9551         
9552         * [loader/selector.c]
9553           FixupFunctionPrologs() should also handle multiple data modules.
9554           (this bug only became visible because MakeProcInstance() was fixed
9555           in 950319)
9556         
9557         * [misc/dosfs.c]
9558           Simplified DOS_SimplifyPath.
9559           Small fix to DOS_opendir to reuse an entry if an open directory
9560           is opened again, to prevent "too many open directories" messages.
9562 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
9564         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
9565         CoDisconnectObject: new stub function
9567         * [include/msdos.h]
9568         fix DOSVERSION
9570         * [loader/ne_image.c]
9571         NE_FixupSegment: Be more generous on additive fixups
9573         * [if1632/user.spec][misc/network.c]
9574         Add more WNet* stubs
9576 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9578         * [controls/listbox.c]
9579           DlgDirList(): send segptr instead of linear pointer 
9580           in message to static control
9581         * [controls/menu.c]
9582           Tried to implement ownerdrawn menuitems. Doesn't work.
9583         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
9584           Provide a stub for GetRasterizerCaps()
9585         * [loader/selector.c]
9586           Pass end address instead of length to LocalInit() in 
9587           CreateSelectors()
9588         * [memory/local.c]
9589           LocalInit(): If there's already a local heap in the segment, do
9590           nothing and return TRUE
9591         * [objects/linedda.c]
9592           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
9593           now.
9594         * [windows/cursor.c]
9595           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
9596           more work still.
9598 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9600         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
9601           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
9602           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
9603           [windows/nonclient.c] [misc/message.c]
9604           Added a new builtin DLL that provides 16 bit entry points for all
9605           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
9606           again.
9607         * [misc/shell.c]
9608           RegOpenKey()/RegCreateKey() bugs fixed.
9609         * [loader/ne_image.c]
9610           Skipping the initialization of a DLL when CS == 0 was broken.
9612 ----------------------------------------------------------------------
9613 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9615         * [*/*]
9616         Implemented a new memory mapping scheme. There's no longer a
9617         one-to-one mapping between 16-bit and 32-bit pointers. Please see
9618         file DEVELOPERS-HINTS for technical details.
9620         * [controls/scroll.c]
9621         Fixed bug when dragging mouse in horizontal scrollbars.
9623         * [tools/build.c] [if1632/*.spec]
9624         Removed support for C callback functions and for re-ordering
9625         of the 32-bit arguments, as these were never used. This should
9626         allow a more efficient callback scheme to be implemented.
9628         * [if1632/olecli.spec]
9629         Reduced the number of entries to make the 16-bit code fit in 64k.
9630         This limitation will soon be removed.
9632         * [loader/ldt.c]
9633         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
9635         * [memory/global.c]
9636         Rewrote Global*() routines to use the new selector allocation
9637         mechanism.
9639         * [memory/local.c]
9640         Rewrote local heap handling to use a Windows-compatible layout
9641         (not really finished yet).
9642         Implemented TOOLHELP heap-walking routines.
9644         * [memory/selector.c]
9645         Implemented LDT manipulation API functions.
9647 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
9649         * [windows/defdlg.c]
9650         Fixed problem where dialogs closed using the System menu 
9651         ('Close' item or double click on close box) would
9652         hang Wine.
9654 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
9656         * [controls/listbox.c]
9657         Removed most of the statements for sending a notification message
9658         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
9659         code; Borland's standard file open dialog will work now.
9660         
9661         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
9662         Added support for new command line option "-allowreadonly". If set
9663         an attempt to open a read only file in write mode will be converted 
9664         to opening it read only (many programs try to open all files in 
9665         read/write mode even if they only intend to read it - this might 
9666         cause a few under problems under an unix-like environment where most 
9667         files are read only for a "normal" user)
9669         * [loader/selector.c]
9670         GetMemoryReference(): Added support for __AHIncr and __AHShift
9672         * [misc/dos_fs.c]
9673         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
9674         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
9675         match(): rewritten
9676         
9677         * [objects/text.c]
9678         TEXT_NextLine(): Removed a bug in the handling of LF's
9680         * [miscemu/int21.c]
9681         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
9683 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
9685         * [controls/menu.c]
9686         ChangeMenu: defaults to MF_INSERT
9687         InsertMenu: allow insertion even if position is one after last item
9689         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
9690           [if1632/storage.spec] [include/dlls.h]
9691         Added stubs for STORAGE.DLL and COMPOBJ.DLL
9693         * [if1632/user.spec] [windows/message.c]
9694         InSendMessage: new function
9696         * [include/neexe.h][include/ne_image.c]
9697         NE_FixupSegment: fixed handling of additive records
9699         * [loader/selector.c]
9700         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
9702         * [loader/signal.c]
9703         win_fault: Enter debugger on SIGFPE, too
9705 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
9707         * [miscemu/int*.c]
9708         Various minor modifications to the clock tick counter,
9709         FindFirst/FindNext funcs, and DPB handling.
9711 ----------------------------------------------------------------------
9712 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9714         * [loader/resource.c] [objects/oembitmap.c]
9715         Removed sysres bitmap code; you need libXpm to compile now.
9716         Implemented LoadIcon() for OEM icons.
9718         * [include/bitmaps/oic_*]
9719         Added OEM icons in XPM format.
9721         * [objects/dib.c]
9722         Bug fix in DrawIcon().
9724         * [rc/sysresbm.rc]
9725         Removed; all bitmaps are stored in XPM format now.
9727 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
9729         * [controls/edit.c]
9730         Small patch to fix edit-control when it's created with text.
9732 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
9734         * [tools/make_debug]
9735         The created macros won't have side effects anymore when used in
9736         an "if-else" structure. No more warnings from the compiler when
9737         compiled without defining DEBUG_RUNTIME.
9739 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
9741         * [controls/listbox.c]
9742         ListBoxDeleteString(): Fixed
9744         * [loader/selector.c]
9745         GetMemoryReference(): When special segments are referenced by
9746         pseudo-functions like __0040H, a reference to a "normal" segment
9747         will be returned preventing the program from crashing as soon
9748         as the referenced segment is actually accessed.
9750 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
9752         * [Configure]
9753         Ask for OLE stubs and malloc debugging
9755         * [Imakefile]
9756         link with libmcheck.a if necessary
9758         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
9759         Add OLE stubs, increase number of builtins
9760         dll_name_table_entry_s: new field dll_is_used
9762         * [loader/library.c]
9763         GetModuleHandle,ModuleNext: Check dll_is_used
9765         * [loader/ne_image.c]
9766         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
9767         to mean, anyway?)
9769         * [misc/olecli.c][misc/olesvr.c]
9770         New files. Add to misc/Imakefile
9772         * [misc/dos_fs.c]
9773         DOS_GetUnixFileName: make a copy of the input parameter to 
9774         prevent overwriting
9776         * [misc/main.c]
9777         MAIN_ParseDLLOptions: new function
9778         MAIN_ParseOptions: treat -dll command line flag
9779         main: add support for malloc debugging
9781 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
9783         * [loader/signal.c]
9784         Small patch for people using FreeBSD-2.1.0.
9786 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
9788         * [toolkit/sup.c]
9789         Added return values to the Call* routines
9791         * [toolkit/winmain.c]
9792         Load the resource file properly for WineLib applications.
9794 ----------------------------------------------------------------------
9795 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9797         * [if1632/call.S]
9798         Only save the lower 16-bits of SP and BP.
9800         * [if1632/callback.c]
9801         When calling to 16-bit code, restore DS from its previous value on
9802         entry to the 32-bit code, instead of from the code segment owner.
9804         * [if1632/relay.c] [include/stackframe.h]
9805         Use a structure to represent the 16-bit stack frame layout
9806         instead of hard-coded offsets.
9807         
9808         * [rc/Imakefile]
9809         Use y.tab.c for bison output file for compatibility with yacc.
9811         * [tools/build.c]
9812         Small optimization for calls to 32-bit code.
9814 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
9816         * [tools/build.c]
9817         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
9819 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
9821         * [debugger/dbg.y]
9822         Remove unnecessary sym-table loading when stopped in 16-bit mode.
9824         * [include/segmem.h] [loader/selector.c]
9825         Added dynamic alloction of selectors.
9826         Fixed some problems with large programs SIGSEGV-ing while
9827         running out of selectors.
9829         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
9830           [memory/global.c] [memory/heap.c] [memory/linear.c]
9831         Use __AHSHIFT and __AHINCR instead of 3 and 8.
9833 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
9835         * [misc/dos_fs.c]
9836         Better relative path handling when converting filenames between
9837         dos and unix, allowing '.' to be used in the Windows path.
9838         Startup working dir is now based on current working dir.
9840 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
9842         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
9843         Squeezed data structure that references internal dll's (mostly
9844         "struct dll_table_entry_s"). Caused 20% reduction in executable
9845         code size.
9847 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
9849         * [Imakefile]
9850         make wine.sym only when making emulator
9852         * [misc/file.c]
9853         OpenFile(): report as not implemented for WINELIB
9855         * [misc/winsock.c]
9856         Fix CONVERT_HOSTENT and friends for use with WINELIB
9858         * [rc/Imakefile][rc/rc.y][rc/parser.c]
9859         Rename rc.y to parser.y
9860         Use flex and bison on Sun
9862         * [toolkit/sup.c]
9863         CallWindowProc: fix parameter type
9865         * [windows/event.c]
9866         Commented #ifdef sparc
9868 ----------------------------------------------------------------------
9869 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9871         * [windows/nonclient.c] [windows/winpos.c]
9872         Implemented maximized windows.
9873         Implemented icon positioning and ArrangeIconicWindows().
9874         Bug fixes in SetWindowPos().
9876         * [windows/painting.c]
9877         Implemented GetControlBrush().
9878         Window frame is no longer contained in the update region.
9880         * [windows/win.c]
9881         Destroy owned windows upon DestroyWindow().
9883 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
9885         * [controls/edit.c]
9886         Changed line terminator to \r\n to be compatible with
9887         Windows.  Fixed bug in text selection.
9889 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9891        * [misc/shell.c]
9892        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
9893        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
9894        These functions now work somewhat more the way Windows programs expect
9895        them to work.
9897 ----------------------------------------------------------------------
9898 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9900         * [loader/resource.c] [objects/dib.c]
9901         Fixed icon loading and drawing, now that BitBlt() works correctly.
9902         
9903         * [objects/clipping.c] [objects/region.c]
9904         Implemented elliptic regions with a set of rectangle. This greatly
9905         simplifies the region code and should boost clipping performance.
9907         * [objects/color.c]
9908         Fixed bug that caused seg-fault on 24bpp displays.
9910         * [objects/bitblt.c]
9911         Fixed bug when shrinking a bitmap to more than half its size.
9913         * [windows/graphics.c]
9914         Fixed bugs in PaintRgn() and Polyline().
9916         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
9917         Fixed some problems with window background painting.
9919 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
9921        * [tools/build.c]
9922        * [tools/newbuild.c]
9923        * [Imakefile]
9924        * [include/wine.h]
9925        * [loader/call.S]
9926        * [loader/selector.c]
9927        * [include/segmem.h]
9928        * [misc/main.c]
9929        Changed selector code and 16/32 bit xfer code so that wine
9930        no longer has to be loaded low in memory.  Changed wine
9931        to work with ELF binary formats under Linux.
9932        
9933 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
9935         * [debugger/db_disasm.c]
9936         New instruction disassembler - borrowed from Mach kernel.  Has a
9937         BSD style of license as opposed to the gdb code we were previously
9938         using which was under the GPL.
9940 ----------------------------------------------------------------------
9941 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9943         * [Imakefile]
9944         Compiling with -Wall flag.
9946         * [*/*]
9947         Fixes to minimize the number of compilation warnings.
9949         * [objects/bitblt.c]
9950         Fixed BitBlt() and used the same code to rewrite PatBlt() and
9951         StretchBlt(). The three *Blt() functions should now be correct in
9952         every case (famous last words).
9954         * [objects/brush.c] [objects/dither.c]
9955         Merged the two files into brush.c
9957         * [objects/dc.c]
9958         Fixed bug when the Windows programs forget to re-select the
9959         original bitmap in a memory DC.
9961         * [objects/font.c]
9962         Tty to use 'fixed' font when the system font can't be found.
9964         * [windows/dialog.c]
9965         Tentative fix to make dialogs look better when using fixed-width
9966         fonts.
9968         * [windows/graphics.c]
9969         Partially implemented the PS_INSIDEFRAME pen style.
9971         * [windows/nonclient.c]
9972         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
9973         without the WS_DLGFRAME style.
9975 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
9977         * [memory/global.c]
9978         GlobalCompact should now return the correct value when the
9979         largest run of free blocks includes the last block.
9981         * [windows/mdi.c]
9982         Tiling and cascading windows without any MDI children should
9983         no longer crash (assuming no-op is the correct thing to do).
9985 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
9987         * [objects/font.c]
9988         GetTextExtentPoint: fixed debug output, str is counted string, not
9989         zero terminated.
9991         * [if1632/relay.c]
9992         DLLRelay: when debugging_stack got segv, added upper bound for
9993         stack dump.
9995 ----------------------------------------------------------------------
9996 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9998         * [*/Imakefile]
9999         All objects files are now kept in their respective directory.
10001         * [README]
10002         Rewrote most of it.
10004         * [objects/bitblt.c]
10005         Rewrote BitBlt() to look right in every case, while minimizing
10006         the impact on performance. Not really finished yet.
10008         * [objects/bitmap.c] [objects/dc.c]
10009         Fixed bug with pattern brushes.
10011         * [objects/clipping.c] [windows/painting.c]
10012         Fixes for logical coordinates.
10014         * [objects/color.c] [windows/graphics.c]
10015         Fixed GetPixel() to return the correct color, and made it faster.
10017         * [objects/region.c]
10018         Fixed bug in CombineRgn() when one of the region is empty.
10020 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
10022         * [Configure]
10023         Don't assume that expr handles '==', use '=' instead.
10024         Give a (hopefully informative) message if imake fails.
10026 ----------------------------------------------------------------------
10027 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10029         * [controls/listbox.c]
10030         Fixed problems due to new scroll-bar code.
10032         * [loader/signal.c] [miscemu/ioports.c]
10033         Handle I/O opcodes that use an absolute address.
10035         * [objects/text.c]
10036         Implemented TabbedTextOut().
10038 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
10040         * [objects/metafile.c]
10041         Implemented GetMetafile().
10042         Fixed bug in PlayMetaFile() when reading disc based metafile records.
10043         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
10044         PlayMetaFileRecord().
10045         
10046 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10048         * [Imakefile]
10049         wine.sym: Remove gcc2_compiled and friends
10051         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
10052           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
10053         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
10055         * [if1632/call.S]
10056         CallToLibMain: New function
10058         * [if1632/relay.c][include/options.h][misc/main.c]
10059           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
10060         removed Options.relay_debug
10062         * [include/heap.h]
10063         HEAP_OWNER: Use ds instead of cs:ip
10065         * [loader/ne_image.c]
10066         LoadNEImage: Remember current exe, handle nodata dlls
10067         InitNEDLL: handle nodata dlls, call CallToLibMain
10069         * [loader/selector.c]
10070         CreateSelectors: Initialize auto_data_sel with 0
10072         * [memory/heap.c]
10073         HEAP_CheckHeap: Check prev
10074         HEAP_CheckLocalHeaps: new function
10076         * [misc/profile]
10077         Remember and dump only changed profiles
10079         * [tools/makedebug]
10080         Introduce debugging_xxx flags
10082 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
10084         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
10085         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
10086         pe_image.h selectors.h wintypes.h]
10087         Added.
10089         * [*/*]
10090         - Commented all 'static char copyright statements', see misc/main.c
10091         - moved prototypes to headers files, fixed wrong prototypes.
10092         - *please* add a header file for each .c if you need to export
10093           things.
10095         * [misc/main.c]
10096         Added one static string which list the names of the contributors.
10098 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
10100         * [Configure]
10101         Made the support for multiple languages more automatic.  Added
10102         a [fonts] section to the wine.conf file.  Made the defaults
10103         better.  Generally cleaned it up.
10105         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
10106         Norwegian resources and small fixes to the german resources.
10108 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10110         * [debugger/break.c]
10111         bark(), toggle_next(), should_continue(): New functions
10112         insert_break(): Fixed, adds write access to page before writing
10113         wine_bp.next_addr: new structure field
10115         * [debugger/dbg.y]
10116         Changed symbol's value to be it's value instead of the value
10117         pointed to by the symbol.
10118         Changed SIGTRAP handling to allow continuation after break point
10120         * [misc/shell.c]
10121         ShellAbout(): Load resource from memory
10123 ----------------------------------------------------------------------
10124 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10126         * [controls/scroll.c] [include/scroll.h]
10127         Rewritten most of scroll-bar code for better Windows look & feel.
10128         Implemented EnableScrollBar().
10129         Preliminary keyboard support.
10131         * [objects/bitblt.c]
10132         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
10133         bits from outside the visible region.
10135         * [objects/oembitmap.c] [include/bitmaps/obm_*]
10136         Use XPM symbolic colors to load bitmaps. This allows the colors
10137         of the bitmaps to depend on the system colors.
10139         * [tools/make_debug]
10140         Made the make_debug script more robust.
10142         * [windows/dialog.c]
10143         Fixed CheckRadioButton().
10145         * [windows/nonclient.c]
10146         A few changes to scroll-bar drawing and tracking.
10148         * [windows/winpos.c]
10149         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
10150         avoid confusion, and optimized it somewhat.
10152 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
10154         * [misc/audio.c]
10155         * [misc/mcianim.c]
10156         more coding but nothing spectacular.
10158         * [misc/mmaux.c]
10159         some coding to access '/dev/mixer'.
10161         * [misc/midi.c]
10162         some coding to read .MID files, but it's not playing yet.
10164 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
10166         * [objects/dib.c]
10167         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
10168         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
10169         includes some bitmaps output by Paint Shop Pro.  Implementation is
10170         possibly now too lax.  Please see the notes on the function about
10171         why.
10173         * [controls/desktop.c]
10174         The desktop pattern should be painted if the wallpaper doesn't
10175         cover the whole screen width OR the whole screen height.
10177 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
10179         * [objects/dib.c]
10180         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
10181         now work.
10183         * [loader/ne_resource.c] [include/resource.h]
10184         Some cleanup.
10186 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10188         * [Configure]
10189           [rc/sysres.rc]
10190         Primitive compile-time support for multiple languages
10192         * [rc/sysres_De.rc]
10193         New file
10195         * [loader/resource.c]
10196         LoadBitmap: Recognize end of sysresbm properly
10198         * [rc/Imakefile]
10199         Rules to compile resources simplified, dependencies changed
10201         * [rc/sysresbm.rc]
10202         Don't use sysresbm if using XPM
10204         * [windows/dialog.c]
10205         CreateDialogIndirectParam: Reverse Z-order of controls
10207         * [windows/message.c]
10208         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
10210         * [windows/winpos.c]
10211         NextWindowFromPoint: New function
10213         * [controls/button.c]
10214         WM_NCHITTEST: Group Box is HTTRANSPARENT
10215         BUTTON_CheckAutoRadioButton: New function
10216         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
10218 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
10220         * [objects/text.c]
10221         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
10222         is too long to break.
10224         * [objects/font.c]
10225         Don't assume helvetica if there is no font family; let the other
10226         font attributes decide what font to use.
10228         * [controls/widgets.c]
10229         Listboxes and combo boxes need to be notified of double-clicks.
10231         * [controls/listbox.c]
10232           [include/listbox.h]
10234         scrolling to bottom of list box should display last item at the
10235         bottom, not at the top.
10236         
10237         list boxes need to allocate a separate heap for their item data,
10238         rather than using the user heap.  Otherwise, it's very easy to run
10239         out of memory for list box items.
10241         removed redundant code in ListBoxAddString().  Implemented simple
10242         version of LBS_SORT.
10244         Don't put [.] in the list box when using DDL_DIRECTORY.
10246         * [controls/combo.c]
10247         Combos should pass CBS_SORT onto their list box.
10249         * [windows/win.c]
10250         If window creation is aborted, remove the window from the
10251         linked lists.
10253         * [controls/static.c]
10254         static controls with SS_ICON were always returning 0 from
10255         WM_NCCREATE.
10257         Make sure static controls have text to draw before drawing it.
10259 ----------------------------------------------------------------------
10260 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10262         * [objects/oembitmap.c]  (New file)
10263         Added possibility to use .xpm files for OEM bitmaps.
10265         * [include/bitmaps/obm*]  (New files)
10266         Redrawn all OEM bitmaps in xpm format.
10268         * [objects/font.c]
10269         Add space for internal leading when using a negative font height.
10270         Stubs for AddFontResource() and RemoveFontResource().
10271         Fix in FONT_Init() for uninitialised default font.
10273         * [windows/dialog.c]
10274         Make font height negative as it is really a point size and not a
10275         pixel size; dialogs using 8-point fonts look better now.
10277         * [windows/graphics.c]
10278         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
10280         * [windows/nonclient.c]
10281         A few changes for new OEM bitmaps.
10283 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10285         * [windows/class.c]
10286         The names of local classes have to be stored using GlobalAtom*.
10287         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
10289         * [if1632/call.S]
10290         CallTo16(cx): It's possible to set the contents of the cx-register.
10292         * [loader/ne_image.c]
10293         InitNEDLL(): The size of the local heap is now passed in the cx-
10294         register when initializing a DLL.
10296         * [memory/heap.c]
10297         LocalInit(): The case start==0 is now handled in the way it should.
10299         * [windows/win.c]
10300         GetWindowLong(): If the adress of the windows function is requested
10301         it's no longer returned if it's within the Wine code (and therefore
10302         unreachable by a windows program). This makes Borland's OWL happy.
10304         * [controls/edit.c]
10305         EDIT_GetStr(): Added handling for off<0.
10307 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
10309         * [loader/library.c]
10310         Fixed infinite loop bug when two DLLs refer to each other (fixes
10311         hangup of Quicken during loading).
10313 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10315         * [misc/dos_fs.c]
10316         Bug fix: The size of a disk an the available space
10317         is now returned in bytes instead of (incorrectly)
10318         KBytes.
10320 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
10322         * [windows/graphics.c]
10323         Bug fix: Pie segments are now filled with correct brush.
10325 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
10327         * [Imakefile]
10328         generate rc.o before loader.o
10330         * [controls/menu.c]
10331         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
10333         * [include/resource.h]
10334         Add struct ResourceTable
10336         * [loader/bitmap.h]
10337         Load system bitmaps from sysresbmTable
10339         * [misc/clipboard.c]
10340           [windows/event.c]
10341         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
10342         
10343         * [rc/Imakefile]
10344         generate rc.o from sysres.o and sysresbm.o. Added -lfl
10346         * [rc/rc.y]
10347         change style handling to allow ( S1 | S2 ) | S3
10349         * [rc/sysres.rc]
10350           [rc/sysresbm.rc]
10351         Put bitmaps and icons to sysresbm, everything else to sysres
10353         * [rc/winerc.c]
10354           [rc/winerc.h]
10355         Added -o, -c flags. New function set_out_file. Output to files.
10357         * [windows/dialog.c]
10358         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
10360         * [windows/nonclient.c]
10361         Create AboutWine dialog from template pointer
10363 ----------------------------------------------------------------------
10364 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10366         * [controls/static.c]
10367         Bug fix for SS_ICON controls.
10369         * [if1632/Imakefile]
10370         Fixed call.o dependencies.
10372         * [objects/clipping.c] [objects/dc.c]
10373         Fixed visible region handling. hVisRgn is always non-null now.
10375         * [windows/dce.c]
10376         Bug fix in GetDCEx for CS_OWNDC windows.
10378         * [windows/nonclient.c] [windows/painting.c]
10379         Fixes to icon window drawing.
10381         * [windows/winpos.c]
10382         A few fixes in SetWindowPos().
10384 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10386         * [objects/bitblt.c]
10387         BitBlt(): BitBlt is now able to handle any raster operation. If
10388         the request can't be passed to XWindows directly, it's quite
10389         slow, though.
10391         * [*/*.c]
10392           [misc/main.c]
10393         Improvements of the system for handling debug messages. Options are
10394         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
10395         *debugoptions: +xxx there if you want to have turn messages xxx on).
10397         * [controls/menu.c]
10398         DestroyMenu(): The whole window won't be destroyed as a sideeffect
10399         any longer.
10401         * [misc/file.c]
10402         OpenFile(): Fixed bug in searching in system/window-directory.
10404 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
10406         * [include/windows.h]
10407         Bug fix for window related structures.
10408         DCB and COMSTAT are affected. They must be packed.
10410         * [misc/comm.c]
10411         Bug fix for COM ports:
10412         Dial and dialog window in terminal.exe now works.
10413         Non sequential COM assignments in wine.conf should not break now.
10414         Baudrate can be specified in wine.conf to overcome baudrate limitation
10415         in mswindow. See sample wine.ini
10417         * [include/comm.h]
10418         add baudrate field to DosDeviceStructre
10420         * [object/font.c]
10421         Bug fix for font assignment.
10422         Use pairs of foundry and family fontnames in X11 to correspond with
10423         window's fonts.
10424         Put font assignment ini wine.ini.
10426         * [wine.ini]
10427         Adding optional baudrate after port name in "serialports" section
10428         Add new section, "fonts".
10429         "default" is special key in "fonts" to match any unmatch window font.
10431 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
10433         * [if1632/relay.c]
10434         * [if1632/commdlg.spec]         New file.
10435         * [misc/commdlg.c]                      New file.
10436         * [include/commdlg.h]           New file.
10437         Begin of an emulated COMMDLG DLL, built-in for now.
10438         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
10439         thing you need to do is to put the real/dummy name in file relay.c)
10441         * [controls/scroll.c]
10442         * [controls/combo.c]
10443         * [controls/listbox.c]
10444         Few bug fixes and/or cosmetic.
10446         * [misc/audio.c]
10447         * [misc/mmaux.c]
10448         bug fixes and flags returned to emulate SB16.
10450         * [misc/midi.c]                         New file.
10451         skeleton for 'Midi' MMSYSTEM & MCI driver.
10453         * [misc/mcianim.c]                      New file.
10454         skeleton for 'Animation1' MCI driver.
10456         * [windows/win.c]
10457         Add new stub for GetLastActiveWindow().
10459 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
10461         * [if1632/call.S] [tools/build.c]
10462            Support for ELF format. (Not complete)
10464 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
10466         * [if1632/user.spec]
10467         Add stubs for ArrangeIconicWindows(), etc.
10469         * [if1632/kernel.spec]
10470         Add IsBad*Ptr() functions.
10472         * [loader/signal.c]
10473         Add test_memory(), for use with IsBad*Ptr().
10475         * [windows/winpos.c]
10476         Add stubs for TileChildWindows(), etc.
10478         * [windows/win.c]
10479         IsWindow() shouldn't crash if it's given a bad handle.
10480         Add stub for GetLastActivePopup().
10482         * [memory/global.c]
10483         Implement the IsBad*Ptr() functions.
10485         * [controls/listbox.c]
10486         Return the full longword of the item data in LB_GETITEMDATA.
10488         * [controls/edit.c]
10489         Don't let the user select an area past the end of the text.
10491         * [objects/text.c]
10492         In DrawText(), the code to delete crlfs also removed multiple
10493         consecutive newlines.  Also, using DT_CALCRECT didn't return
10494         the right height, and the width wasn't returned at all.
10495         This caused MessageBoxes to be missing much of their text.
10497         * [windows/scroll.c]
10498         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
10500 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
10502         * [miscemu/int21.c]
10503         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
10505         * [misc/property.c]
10506         Fixed inverted logic in EnumProps(), and changed CallBack16()
10507         call to use new arg format.
10509         * [windows/win.c]
10510         Fixed CallBack16() call in Enum[Child]Windows to use new arg
10511         format; this fixes crashes in enum procedures.
10513 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
10515         * [misc/clipboard.c]
10516           [windows/event.c]
10517           [windows/message.c]
10518         Added cut and paste between Wine and other X clients via
10519         the PRIMARY selection. Text only this time.
10521         * [controls/edit.c]
10522         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
10524         * [windows/defwnd.c]
10525         Send WM_SYSCOMMAND to overlapped ancestor window, 
10526         not the receiver of WM_SYSKEYDOWN
10528 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
10530         * [controls/edit.c]
10531         ClientWidth()/ClientHeight() macros: return 0 if size would
10532         be negative
10533         EDIT_StrLength(): takes unsigned char* instead of char*
10535         * [controls/listbox.c]
10536         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
10537         case instead of in each place required (it was omitted in
10538         some places causing problems!)
10540         * [controls/menu.c]
10541         MENU_CalcItemSize(): don't try to find size of a text item
10542         if the pointer is NULL
10544         * [include/heap.h]
10545         added definition of HEAP_LocalInit()
10547         * [include/msdos.h]
10548         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
10549         instead)
10551         * [loader/selector.c]
10552         IPCCopySelector(): added missing flags to shmget() call
10553         ? does this break linux - I added these flags in a previous
10554         patch but they were missing in the corresponding release ?
10556         * [loader/signal.c]
10557         win_fault(): added missing definitions of i, dump for those
10558         not running NetBSD or linux
10560         * [misc/dos_fs.c]
10561         DOS_GetCurrentDir(): made temp[] static so it can be safely
10562         returned
10564         * [miscemu/int21.c,int25.c,int26.c]
10565         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
10566         segmem.h where necessary.
10568         * [windows/dialog.c]
10569         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
10570         HEAP_LocalInit(), removed redundant variables
10572 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
10574         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
10575           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
10576           [objects/bitblt.c] [objects/metafile.c]
10577         Rewritten more printf's to use the new debugging system, and
10578         made wine less verbose per default. Use "-debugmsg +module"
10579         to get (almost) the same behavior as before.
10581 ----------------------------------------------------------------------
10582 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10584         * [controls/button.c]
10585         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
10586         BM_SETSTATE.
10587         Implemented default button painting.
10588         Optimised redrawing.
10589         Fixed owner-draw buttons.
10591         * [controls/static.c]
10592         Implemented WM_SETFONT.
10593         A few optimisations in painting code.
10594         Bug fix for SS_SIMPLE controls.
10596         * [if1632/callback.c]
10597         Preliminary GetCodeHandle().
10599         * [if1632/gdi.spec]
10600         Changed 'pascal' to 'pascal16' everywhere it's needed.
10602         * [include/windows.h]
10603         Fixed a few data structures.
10605         * [memory/heap.c]
10606         Bug fix in HEAP_ReAlloc().
10608         * [misc/cursor.c]
10609         Fixed SetCursor().
10611         * [objects/bitblt.c]
10612         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
10614         * [objects/font.c]
10615         Better font mapping code.
10616         Implemented GetTextFace().
10618         * [objects/region.c]
10619         Bug fix in REGION_MakePixmap().
10620         Faster region copying.
10622         * [objects/text.c]
10623         Implemented ExtTextOut().
10624         Implemented DT_NOCLIP style for DrawText().
10626         * [windows/dc.c]
10627         Free the bitmap when deleting a memory DC.
10629         * [windows/dce.c]
10630         Added support for windows that have no associated X window.
10631         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
10633         * [windows/defdlg.c]
10634         Implemented default push button handling and DM_SETDEFID.
10635         Implemented WM_NEXTDLGCTL.
10637         * [windows/dialog.c]
10638         Implemented default push button handling.
10639         Beginning of a keyboard interface in dialogs
10640         (does not really work yet).
10641         Fixed dialogs that use a special font.
10643         * [windows/event.c] [windows/focus.c]
10644         Added support for non-X windows.
10646         * [windows/graphics.c]
10647         Rewritten FloodFill() and implemented ExtFloodFill().
10649         * [windows/message.c]
10650         Cleaner hardware messages and X events handling.
10652         * [windows/defwnd.c] [windows/painting.c]
10653         Implemented WM_SETREDRAW.
10655         * [windows/win.c]
10656         Only create an X window for top-level windows, or for the desktop.
10657         Child windows now use their parent's drawable.
10659         * [windows/winpos.c]
10660         Beginning of support for non-X windows (still somewhat broken).
10661         Implemented *DeferWindowPos().
10663         * [*/Imakefile]
10664         Cleaned up some Imakefiles.
10665         Moved dc.c from windows/ to objects/.
10666         Moved cursor.c from misc/ to windows/.
10668 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
10670         * [include/debug.h]
10671           [include/stddebug.h]
10672           [*/*.c]
10673         Rewritten all the calls to printf for displaying debug-information
10674         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
10675         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
10676         all these messages on, "-debugmsg -dll" will turn all messages 
10677         concerning DLLs off.
10679         * [controls/combo.c]
10680         Added some handling for combo controls with ownerdraw-styles
10681         (just creating and passing the necessary messages to the 
10682         corresponding listbox control; the edit-control needs to be
10683         replaced with something else).
10685         * [controls/edit.c]
10686           [windows/dialog.c]
10687         Added support for use of global heap memory in dialogs with 
10688         edit controls.
10690         * [controls/listbox.c]
10691         Added support for item data.
10692         ListBoxInsertString(): Fixed bug for elements which are not inserted
10693         after the currently last element.
10694         
10695         * [misc/dos_fs.c]
10696           [miscemu/int21.c]
10697         DOS_ValidDirectory(): Checks whether a given string is in fact the
10698         valid name of a directory.
10700 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
10702         * [Imakefile]
10703         generate wine.sym after creating wine
10705         * [debugger/dbg.y]
10706         load "wine.sym" when entering debugger
10708         * [debugger/info.c]
10709         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
10711 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
10713         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
10714         Files created
10716 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
10718         * [misc/spy.c]
10719         Exclude and Include no longer requires a terminating ';' to
10720         register the last component.
10722 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
10724         * [Configure]
10725         Rewrote much of it.  Added capability to generate a wine.ini
10726         file.  Commented out the processor emulator options until that
10727         becomes interesting.  Gives a warning if it sees any *.rej
10728         files.  I hope I haven't assumed to much about the shell/OS so
10729         that it breaks under *BSD.
10731         * [misc/dos_fs.c]
10732         Removed/changed calls to ToUnix() (which calls tolower()) so
10733         that the part of the pathname which correspond with the drive
10734         letter on DOS no longer will be mapped to lowercase.  This
10735         means that it should be possible to have uppercase letters in
10736         the [drives] section of wine.ini.
10738         * [LICENSE]
10739         Cosmetic changes so that it displays better in the window you
10740         get from pressing "Credit_License" in the "About WINE" window.
10742 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
10744         * [controls/menu.c]
10745         LoadMenu() moved to loader/resource.c.
10747         * [misc/main.c]
10748         Added stub for FileCDR().
10750         * [include/peexe.h]
10751         Added, from Eric's pe-test.
10753         * [include/resource.h]
10754         Added.
10756         * [loader/resources.c]
10757         Removed duplicated code in *Resource() functions.
10758         Moved NE-program specific functions into ne_image.c.
10759         Moved NE-fileformat functions to ne_resource.c.
10761         * [pe_image.c] [pe_resource.c]
10762         Added. Nothing implemented to run PE-executables, resource
10763         loading only.
10765         * [misc/file.c]
10766         Changed OpenFile() to use macros.
10768         * [misc/shell.c]
10769         Added NULL-ptr checks to ShellAbout().
10771         * [miscemu/int21.c]
10772         Fixed a few typos.
10774         * [miscemu/kernel.c]
10775         Added _DI = _DS, to put the caller's instance in DI. Doesn't
10776         work properly if caller changed DS :-(
10778 ----------------------------------------------------------------------
10779 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
10781         * [include/win.h]
10782         Removed seperate X window for icon, added icon width,height.
10784         * [include/windows.h]
10785         Commented out the old SW_xxx emum and added defines since
10786         they aren't enumerated.
10788         * [windows/dce.c]
10789         Removed some older IsIconic checks from GetDCEx(), functionality
10790         is now in nonclient and generic wine window handling code.
10791         Lots of thanks to Alexandre Julliard all the hints and
10792         help...
10794         * [windows/defwnd.c]
10795         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
10796         WM_PAINTICON now calls NC_HandleNCPaint.  
10798         * [windows/event.c]
10799         Removed IsIconic checks.
10801         * [windows/icon.c]
10802         Removed everything in this file for now... could be used later.
10803         Icon functionality is now handled by the generic wine windows
10804         handling functions.
10805         
10806         * [windows/mdi.c]
10807         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
10808         show up when deiconified.  Removed IsIconic checks.
10810         * [windows/message.c]
10811         Removed old icon routines from hardware_event().
10813         * [windows/nonclient.c]
10814         Changed NC_HandleNCCalcSize() so it doesn't change the size
10815         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
10816         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
10817         on an Iconic window always send a SC_RESTORE message.
10819         * [windows/painting.c]
10820         Changed RedrawWindow() so it doesn't redraw an iconic window
10821         unless it has to (no icon for this class).
10822         
10823         * [windows/win.c]
10824         Removed creation of seperate icon window from CreateWindowEx().
10825         
10826         * [windows/winpos.c]
10827         Added saving and restoring of window rectangle during
10828         iconification/deiconification to ShowWindow().  Added
10829         functions to recursively hide and show children... called
10830         by ShowWindow during iconification/deiconification.
10832 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
10834         * [windows/message.c]
10835         WaitMessage(): Fixed handling of wm_timer-messages
10837         * [miscemu/int21.c]
10838         FindNextFCB(): Rewritten to support other functions than just
10839         returning the volume label
10841         * [misc/file.c]
10842         OpenFile(): Fix in handling of OF_CREATE
10844 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
10846         * [if1632/user.spec]
10847         Added SetParent.
10849         * [windows/win.c]
10850         Added SetParent.
10852 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
10854         * [loader/selector.c]
10855         Many changes throughout file to correct handling of shared memory
10856         function return codes. FreeBSD and SunOS shm functions return
10857         -1 not 0 on error. If Linux is different, these changes
10858         will have to be backed out.
10859         CleanupSelectors(): this is a new (internal) call to free
10860         up all selectors (and shm handles/memory) for use on exit.
10862         * [include/segmem.h]
10863         Change comment to reflect new use of shm_key
10865         * [misc/main.c]
10866         called_at_exit(): add call to CleanupSelectors()
10868 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10870         * [controls/button.c]
10871         Use OBM_CHECKBOXES to draw check boxes with correct colors.
10872         Fixed bug with WM_SETTEXT handling.
10873         A few drawing optimisations.
10875         * [controls/menu.c]
10876         Implemented correct \t and \a handling in menu items.
10877         Implemented help items (flush right) on menu bar.
10878         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
10880         * [controls/static.c]
10881         Fixed SS_ICON controls and implemented STM_SETICON message
10882         handling.
10884         * [controls/widget.c]
10885         Set cursor to IDC_ARROW for built-in classes.
10887         * [include/options.h] [misc/main.c]
10888         Backing store is now off by default.
10890         * [objects/region.c]
10891         Use X regions for rectangle and polygon regions: *major* speed
10892         improvement.
10894         * [windows/dialog.c]
10895         Fixed the fix for integer ids in controls. SS_ICON controls in
10896         dialogs should work now.
10897         Implemented DS_ABSALIGN style.
10899         * [windows/graphics.c]
10900         Implemented InvertRgn().
10901         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
10902         than with CreateCompatibleDC() + BitBlt().
10904         * [windows/message.c]
10905         Determining the window for a mouse message is now done at
10906         GetMessage() time.
10907         Modified PeekMessage() handling to avoid needlessly flushing the
10908         output queue.
10910         * [windows/timer.c]
10911         Check for restart of a timer (SetTimer call with the same hwnd and
10912         id than an existing timer).
10914 ----------------------------------------------------------------------
10915 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
10917         * [misc/file.c]
10918         OpenFile(): Completly rewritten.
10920         * [miscemu/int21.c]
10921         CreateFile(): Fixed wrong mode in call to open.
10922         OpenExistingFile(): Implemented file sharing.
10923         FindNext(): Fixed.
10924         CreateNewFile(): Fixed wrong mode in call to open.
10925         fLock(): Added to handle record locking.
10926         GetFileAttribute(): Added.
10927         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
10929         * [miscemu/int2f.c]
10930         AH = 0x10: SHARE installation check
10932         * [loader/resource.c]
10933         AccessResource(): Fixed. A new file descriptor will be returned by
10934         every call to AccessResource().
10936         * [windows/utility.c]
10937         wvsprintf(): Fixed.
10939         * [controls/menu.c]
10940         FindMenuItem(): Fixed (handling for nPos == -1 added).  
10942         * [windows/win.c]
10943         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
10945         * [Configure]
10946         Added two options for a processor emulator that might be
10947         plugged in later..
10949         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
10950         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
10951         Added TaskFirst(), TaskNext(), TaskFindHandle().
10953         * [memory/global.c]
10954         Added stub for MemManInfo().
10956         * [objects/text.c]
10957         Added stub for GetTabbedTextExt().
10959         * [miscemu/*]
10960         Changed all references to registers. Please don't access
10961         the context structure.
10962         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
10964         * [misc/lstr.c]
10965         Fixed bug in AnsiUpper() & AnsiLower().
10967         * [misc/winsocket.c]
10968         bugfix in getsockopt()/setsockopt(): winsock uses different values
10969         than unix.
10971         * [objects/dib.c]
10972         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
10974 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
10976         * [controls/edit.c]
10977         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
10979         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
10980         Modified dialog code to create new heap for edit controls
10981         unless DS_LOCALEDIT style is set.
10983 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10985         * [controls/button.c] [controls/edit.c] [controls/static.c]
10986         Removed unneeded GlobalUnlock() calls.
10988         * [controls/menu.c] [include/menu.h]
10989         Lots of changes, fixed a lot of old bugs and introduced a lot of
10990         new ones :-)
10991         - Changed message loop to use MSG_GetInternalMessage().
10992         - Fixed a bug that caused the main window to lose activation when
10993           displaying a menu.
10994         - Correctly send initialisation messages (WM_INITMENUPOPUP).
10995         - Implemented EndMenu() and LookupMenuHandle().
10996         - Changed internal structures to be as compatible as possible with
10997           MS-Windows.
10998         - Allocated everything on the USER heap instead of the global heap.
10999         - Prefixed all internal function names with MENU_ and declared
11000           them static.
11001         - Moved "About Wine..." handling to NC_HandleSysCommand().
11002         - Multi-line menus should now work correctly.
11004         * [loader/resource.c] [objects/bitmap.c]
11005         Added the possibility to create OEM bitmaps directly as X bitmaps.
11007         * [objects/dcvalues.c] [windows/dc.c]
11008         Fixed GetDCOrg() to return screen coordinates.
11010         * [windows/message.c]
11011         Fixed double-click checks when the message is not removed from the
11012         queue.
11013         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
11015         * [windows/nonclient.c]
11016         Bug fix in system menu hit-test calculation.
11017         A few changes for new menu functions.
11019 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
11021         * [controls/edit.c]
11022         Bug fix in Edit_NCCreateMessage
11023         es->textlen was being used before being set
11025         * [controls/menu.c]
11026         Bug fix in MENU_DrawMenuItem
11027         don't try to write text if NULL pointer passed
11029 ----------------------------------------------------------------------
11030 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
11032         * [windows/message.c]
11033         Implemented WaitMessage() (USER.112).
11035         * [if1632/user.spec]
11036         Added WaitMessage.
11038         * [windows/defwnd.c]
11039         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
11041         * [miscemu/int{13,21,2a}.c]
11042         * [miscemu/Imakefile]
11043         * [signal/loader.c]
11044         Added a few basic disk information and diagnostic functions to
11045         prevent programs using this function from crashing. All drives
11046         are claimed to be remote ones, so direct I/O isn't allowed.
11048         * [controls/edit.c]
11049         EDIT_WriteText(): Added code to correctly erase the remaining space
11050         of the edit-control if the size of the control has changed sinced it's
11051         creation.
11053 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
11055         * [if1632/mouse.spec]
11056         Added mouse.dll entry, no functions.
11058         * [loader/resource.c]
11059         Bug fix in AccessResource(). 
11061         * [misc/keyboard.c], added [include/keyboard.h]
11062         Changed functions to return more useful values.
11064         * [windows/dialog.c]
11065         Hacked DIALOG_GetControl() to support resources which
11066         have 0xff00 - 0xffff as id. ** Needs to be done properly by
11067         someone who knows the NE fileformat **
11069 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11071         * [windows/event.c]
11072         Add new stub for EnableHGardwareInput() function.
11074         * [windows/message.c]
11075         Add coding for HWND_BROADCAST in PostMessage().
11077         * [misc/file.c]
11078         Add coding for OpenFile() also search in WindowPaths.
11080         * [misc/mmsystem.c]
11081         * [misc/audio.c]
11082         * [misc/mmaux.c]
11083         * [misc/mcicda.c]
11084         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
11085         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
11086         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
11087 ----------------------------------------------------------------------
11088 Mon Jul 18 23:55:13 MET DST 1994
11090         * [if1632/call.S]
11091         CallTo16(): added `mov %eax,%edx' just before lcall,
11092         to make sure that DX contain the DLL's hinstance when
11093         initialised.
11095         CallTo32_16() added, equal to CallTo32() except for
11096         one thing: it saves DX and 
11098         * [tools/build.c]
11099         Added some code to support 16 and 32 bit return values.
11101         * [1632/{kernel,user}.spec]
11102         Changed most of the `pascal' style to pascal_16 when
11103         function returned a 16bit value.
11105 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11107         * [controls/menu.c]
11108         Reorganized sizing and drawing code to implement multi-line menus.
11109         Implemented MENUBREAK style.
11110         Use system colors to draw menus.
11112         * [objects/color.c]
11113         Bug fix in COLOR_IsSolid().
11115         * [objects/font.c]
11116         Bug fix in FONT_GetMetrics(): calculate average character width
11117         only on existing chars (dialogs look much better).
11119         * [objects/text.c]
11120         Bug fix in DrawText(): use text color to underline mnemonic.
11122         * [windows/nonclient.c]
11123         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
11125         * [windows/syscolor.c]
11126         Added system objects for menu colors.
11128 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
11130         * [controls/menu.c]
11131         Fixed bug in SelectPrevItem that caused seperators to not be
11132         skipped when using the up arrow key.
11134 ----------------------------------------------------------------------
11135 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
11137         * [Configure]
11138         Autodetects Linux version (if running Linux).
11140         * [loader/signal.c]
11141         New signals for Linux.
11143         * [loader/ldtlib.c]
11144         New structure field in sys call.
11146 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
11148         * [load/resource.c] 
11149           fixed Memory (Resource) Leak.
11151         * [load/main.c] 
11152           fixed a printf.
11154 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11156         * [controls/desktop.c]
11157         Implemented desktop wallpaper (only 16 colors for now).
11159         * [controls/menu.c] [windows/nonclient.c]
11160         Preliminary work to allow multi-line menus.
11162         * [misc/main.c]
11163         No backing store on desktop window (not useful).
11165         * [objects/text.c]
11166         A few fixes to DrawText() to make underlines under mnemonic
11167         letters to look better.
11169         * [windows/graphics.c]
11170         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
11171         Implemented PolyPolygon() (partially working).
11173         * [windows/winpos.c]
11174         New function WINPOS_SendNCCalcSize().
11175         Cleaned up SetWindowPos() and added preliminary support for
11176         multi-line menus.
11178 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
11180         * [controls/edit.c]
11181         Changes to work as a library.
11183         * [if1632/callback.c] 
11184         Ifdefed module.
11186         * [if1632/relay.c]
11187         Changes to allow linking with WineLib.
11189         * [include/windows.h]
11190         Added macro WINELIB_UNIMP
11192         * [loader/library.c]
11193         When compiling WineLib, GetProcAddress is not implemented yet.
11195         * [loader/main.c]
11196         Added empty InitDLL when using WineLib.
11198         * [loader/ne_image.c]
11199         Some parts of the loader are needed for WineLib, ifdefed correctly
11201         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
11202         Disable compilation of module when compiling WineLib.
11204         * [toolkit/heap.c]
11205         Fixed small bug.  When passed an invalid handle WineLib would
11206         crash, now return NULL.
11208         * [toolkit/winmain.c]
11209         Call CreateNewTask in _WinMain.
11211 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
11213         * [controls/edit.c] [controls/widget.c]
11214         More changes to improve compatibility with Windows' edit
11215         control.  Finished off tab stop support.
11217 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
11219         * [if1632/relay.c]
11220         # of ordinals in shell.dll changed to 103.
11222         * [loader/signal.c]
11223         sti, cli will now be ignored.
11225         * [objects/brush.c]
11226         Added stub for GetSysColorBrush().
11228 ----------------------------------------------------------------------
11229 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
11231         * [controls/edit.c]
11232         Bug fixes and tidying up.  Preliminary tab stop support
11233         (doesn't work yet).
11235         * [windows/dialog.c]
11236         Reversed order of buttons in CheckRadioButtons so that all
11237         buttons are now displayed.
11239 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11241         * [include/options.h] [misc/main.c] [windows/win.c]
11242         Removed nosaveunders option, replaced by handling
11243         the CS_SAVEBITS flag.
11245         * [windows/class.c]
11246         Modified the fix for negative size in class extra bytes to
11247         avoid modifying the caller's data.
11249         * [windows/dc.c]
11250         Bug fix: system font must be a proportional font.
11251         Fixed a bug that caused the default pen to not be selected
11252         correctly in a DC.
11254         * [windows/graphics.c]
11255         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
11256         noticing it.
11258         * [windows/painting.c]
11259         Removed incorrect selecting of default objects in BeginPaint()
11260         (no longer needed because of the fix in dc.c).
11262 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11264         * [misc/mmsystem.c]
11265         * [misc/audio.c]
11266         Add more code to interface '/dev/dsp'.
11268         * New file [misc/mcicda.c]
11269         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
11271         * New file [misc/mmaux.c]
11272         Stubs to make a future driver connected to '/dev/mixer'.
11274         * [windows/win.c]
11275         Temporary patch to CreateWindowEx() for reseting negative
11276         coordinates to 0,0 ; because 'soundrec.exe' give negative values
11277         and I need it to work on MMSYSTEM ... :-)
11279         * [miscemu/int2f.c]
11280         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
11282 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
11284         * include/comm.h
11285         New file -- some definitions that were in comm.c now need to
11286         be shared with misc/dos_fs.c
11288         * misc/comm.c
11289         Some definitions moved into include/comm.h
11291         * misc/dos_fs.c (DOS_GetEquipment):
11292         Fixed error in equipment -- bitwise or of two values should
11293         be used instead of logical or.  Also added code to correctly
11294         report the number of serial and parallel devices.
11296 ----------------------------------------------------------------------
11297 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
11299         * [objects/bitmap.c]
11300         Allow negative bitmap sizes.
11302 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
11304         * [controls/edit.c]
11305         Improved selection display.  Added processing for WM_SETFONT,
11306         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
11307         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
11308         application's local heap.
11310         * [windows/graphics.c]
11311         Corrected bug in Rectangle().  XFillRectangle has the same
11312         width as Rectangle, but XDrawRectangle is one pixel wider
11313         for the same co-ordinates.
11315         * [memory/heap.c] [include/heap.h]
11316         Added HEAP_LocalSize function.
11318         * [windows/event.c] [windows/keyboard.c]
11319         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
11320         Added supporting code to GetKeyState and GetAsyncKeyState and
11321         merged mouse button states into GetKeyboardState.
11323         * [loader/resource.c] [include/accel.h]
11324         Added recognition of SHIFT, CONTROL and ALT keys to
11325         TranslateAccelerator.
11327         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
11328         A bit more metafile support.
11330 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
11332         * [loader/resource.c]
11333         SizeofResource() and AllocResource() added, AccessResource() updated.
11335         * [if1632/kernel.spec]
11336         FreeLibrary() used for FreeModule().
11338         * [windows/graphics.c]
11339         Rectangle(): swap left & right corners when right < left,
11340         swap top & bottom when botton < top.
11342 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11344         * [controls/combo.c]
11345         Fix bug in window style of the associated listbox.
11347         * [controls/menu.c]
11348         Skip separators in keyboard navigation by using new internal 
11349                 functions SelectPrevItem() & SelectNextItem(),
11351         * [misc/profile.c]
11352         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
11353                 IntBuf must be alloc to (5+1)=6. char instead of 5.
11355         * [misc/main.c]
11356         Put code in functions SetEnvironment() & GetEnvironment().
11358         * [misc/shell.c]
11359         Start putting some code in ExtractIcon() function.
11361         * [misc/mmsystem.c]
11362         Some code for MMTimer functions & timers list.
11364         * [miscemu/int31.c]
11365         Few stubs for DPMI interrupt calls. Nothing work yet.
11367 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
11369         * include/win.h (tagWND):
11370         Added icon fields icon, hIcon and rectClientSave to 
11371         the tagWND struct.
11373         * windows/Imakefile
11374         Added icon.c to the list of files to compile
11376         * windows/dce.c (GetDCEx):
11377         Added some checks for iconic mode and pass icon window as drawable,
11378         not the real window.
11380         * windows/defwnd.c (DefWindowProc)
11381         Added PAINTICON default windows procedure.
11383         * windows/event.c (EVENT_Expose)
11384         Added check for iconic window expose. If iconic window is exposed
11385         send a WM_PAINTICON message
11387         * windows/icon.c 
11388         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
11390         * windows/mdi.c (DefMDIChildProc)
11391         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
11393         * windows/message.c (hardware_event)
11394         Looks for icon as well as window now.
11396         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
11397         Added iconify/deiconify in NC_HandleSysCommand, new function
11398         NC_DoNCPaintIcon which paints an icon.
11400         * windows/painting.c (BeginPaint)
11401         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
11402         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
11403         windows behavior.
11405         * windows/win.h (CreateWindowEx)
11406         Set the default background color of a window to be white.
11407         Create icon window, turn off MINIMIZE if it is on, since
11408         I don't know what to do with it as of yet... register
11409         the icon with the hwnd of its window so we can identify where
11410         icon messages are coming from.
11412 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
11414         * windows/event.c: Added a hack to define XPointer when using
11415         X11R4. 
11417         * toolkit/hello.c: Test application for WineLib. To compile you'll
11418         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
11419         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
11421         * toolkit/heap.c: Extended the size of the block size per chunk.
11423         * misc/stress.c (GetFreeFileHandles): Fixed typo.
11425         * misc/main.c (main): Changes to allow compilation under SunOS. 
11427         * loader/library.c: Changed some ifdefs to compile WineLib.
11429 ----------------------------------------------------------------------
11430 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
11432         * loader/selector.c (GetCurrentPDB): 
11433         Added trivial function GetCurrentPDB() which returns the program
11434         segment prefix selector.
11436         * memory/heap.c (HEAP_Free): 
11437         If free list is empty, make the freed block the free list.
11439 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
11441         * controls/edit.c (EDIT_SetTextMsg): 
11442         Do not append a newline at the end of the last line.
11444         * windows/event.c (SetCapture): 
11445         Set winHasCursor if mouse capture succeeds.
11447 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11449         * [controls/listbox.c]
11450         Fix bug in listbox : InsertString should call AddString if -1.
11452         * [controls/menu.c]
11453         New function GetMenuState().
11455         * [controls/scroll.c] [windows/nonclient.c]
11456         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
11458         * [objects/text.c]
11459         Add Stub for TabbedTextOut(), which temporarely call Textout().
11461         * [windows/keyboard.c] [windows/event.c]
11462         New function GetKeyBoardState() with an KeyStateTable array
11463                 & associated handling in function EVENT_key().
11465 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
11467         * [controls/menu.c]
11468         IsMenu() added.
11470         * [loader/library.c]
11471         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
11472         added.
11474         * [object/gdiobj.c]
11475         IsGDIObject() added.
11477         * [miscemu/int2[56].c]
11478         bugfix: both didn't leave flags pushed on 16bit-stack.
11479         (winfile gets a bit further)
11481         * [miscemu/int16.c]
11482         Added (empty).
11484 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
11485         * windows/event.c:
11486         Added code to drop redundant motion Events in the XEvent queue.
11488 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
11490         * [misc/main.c misc/message.c include/texts.h]
11491         Removed the text-constants from message.c into variables
11492         which may be changed from X-resources.
11494         * [misc/main.c misc/message.c]
11495         added <locale.h> and setlocale() to main.c, used toupper() in message.c
11497 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
11499         * controls/button.c ( [CR]B_LButton* ) 
11500         left rc.right at full window width so click on label also 
11501         activates the control (MSWin behavior)
11503 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
11505         * include/windows.h:
11506           functions pointers can not be packed.
11507           (annoying warnings with forthcomming gcc-2.6.x)
11508         
11509         * loader/main.c (InitDLL): 
11510           Fixed a printf statement. (for control.exe) 
11512           (InitializeLoadedDLLs): 
11513           deleted shadow definition of  *wpnt.
11514           (Breaks many programs, because now COMMDLG will be
11515            initialized :-(
11517         * windows/win.c (SetWindowText): 
11518           added missing breaks; (PENSATE starts) 
11520         * windows/graphics.c (FloodFill): 
11521           Proper boundarys. (BANGBANG starts) FloodFile_rec should
11522           be rewritten.
11524         * objects/font.c (FONT_GetMetrics): 
11525           TYPO: use font->perchar only if it is defined. (WRITE starts)
11527 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
11528         controls/scroll.c:
11529         Fixes for improved behaviour when dragging thumb;
11530         Added SB_THUMBPOSITION message when thumb is released.
11532 ----------------------------------------------------------------------
11533 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
11535         * loader/selector.c (FixupFunctionPrologs): 
11536         New function to fixup loaded DLL function prologs.  It replaces the
11537         do nothing code with code that loads DS with the appropriate data
11538         segment for the DLL.
11540         * misc/cursor.c (LoadCursor): 
11541         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
11542         the possibility of multiple cursors in a single directory.  Also,
11543         it should check to see if the cursor is the right size.
11545         * objects/font.c (EnumFonts): 
11546         Checked for lpLogFontList[i] == NULL
11548         * objects/gdiobj.c (SetObjectOwner): 
11549         Removed stub.  Replaced with simple return in gdi.spec.  This
11550         function is not defined for the retail version of Windows.
11552         * memory/heap.c (WIN16_LocalHandleDelta): 
11553         New function.  This is really a dummy that imitates the proper
11554         return values.
11556         * loader/library.c (GetProcAddress): 
11557         Fixed definition of IS_BUILTIN_DLL() macro.
11559 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
11561         * miscemu/int21.c (SeekFile): 
11562         Needed to return current position in DX:AX.
11564         * windows/utility.c (windows_wsprintf): 
11565         Added support for '#' in format, and fixed bug with "ptr" being
11566         incremented too many times.
11568         * miscemu/int21.c (OpenExistingFile): 
11569         Add code to handle opening files read-only and write-only.
11571         * loader/wine.c:
11572         Segment fixups now done in LoadImage instead of _WinMain.  This
11573         is necessary to support LoadLibrary().
11575 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
11577         * [loader/*]
11578                 - fixed: GetModuleHandle() sometimes returned
11579                   a wrong handle.
11580                 - don't init dlls when cs == 0 (lzexpand, doesn't
11581                   seem to have a init function)
11582                 - LoadLibrary & LoadImage now return error instead
11583                   of stopping wine.
11584                 - moved most of NE-functions into one file.
11585                 - LoadLibrary() uses w_files list instead of its
11586                   own list.
11587                 - NE exectables are now fixed-up and initialised when
11588                   loaded instead of only once before calling InitTask.
11590         * [miscemu/int15.c] [miscemu/int31.c]
11591         Added.  
11593         * [loader/selector.c]
11594         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
11596         * [misc/main.c]
11597         Stub added for IsRomModule().
11599         * [miscemu/int21.c]
11600         Some cleanup, added heap for returning data.
11602 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11604         * [tools/build.c]
11605         Change MAX_ORDINALS     define to higher value, 1299 entries.
11606         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
11608         * [windows/utility.c]
11609         Bug fix in windows_wsprintf(), (twice increments ...).
11611         * [windows/winpos.c]
11612         Bug fix in SetWindowPos(), redraw was done if flag
11613                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
11615         * [misc/message.c] [controls/combo.c]
11616         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
11618         * [windows/win.c]
11619         In CreateWindowEx(), do SetMenu() calls after window creation,
11620                 just before sending to WM_NCCALCSIZE.
11622         * [controls/menu.c]
11623         In function SetMenu(), now use SetWindowPos() with 
11624                 flags SWP_FRAMECHANGED to readjust menu area.
11625         Function MenuBarCalcSize() redone.
11627 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
11629         * [objects/text.c]
11630         Fixed problems associated with DT_WORDBREAK flag.  String length
11631         was not being properly decremented when lines were folded, and
11632         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
11633         both on in addition to DT_WORDBREAK.  Windows does wrapping in
11634         this case, and now so does wine.
11636 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
11638         * [edit.c]
11639         cp1 was uninitialized iff lineno == 0
11641         *  FindFile tests for existance of file even if a full
11642            filename was supplied. What about unix file names?
11644         * [controls/listbox ]
11645         wndPtr was uninitialized for LB_SETTOPINDEX
11647         * [misc/property.c]     
11648         Do not free lpProp. Is it really allocated by malloc?
11649         {edited by Bob Amstadt: changed free() to GlobalFree()}
11651 ----------------------------------------------------------------------
11652 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
11654         * miscemu/int21.c (OpenExistingFile): 
11655         OpenExistingFile needed to return handle in AX register instead
11656         of the BX register.
11658         * miscemu/int21.c (ioctlGetDeviceInfo): 
11659         Added a little code to give a fake result for normal files.
11661 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
11663         * [memory/global.c]
11664         return value from GlobalSize was completely wrong.
11666         * [miscemu/int21.h]
11667         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
11668         dta correctly.
11670         * [tools/build.c]
11671         fixed creation of pop.h to guarantee that flags are restored correctly.
11673         * [misc/comm.c]
11674         changed all occurance of strncmp() to strncasecmp().
11675         BuildCommDCB() should not require that OpenComm() be called first.
11677         * [loader/selector.c]
11678         Heap initialized to size of full segment less stack size and 
11679         automatic data size.
11681 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
11683         * [controls/listbox.c]
11684         Correct typos in ListBoxResetContent where lpls variable is
11685         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
11686         twice on the same handle if hData and hMem are the same.
11688         * [debugger/opcodes/i386-dis.c]
11689         Add new name array names_rmw for table driven decoding of the
11690         16-bit mod/rm field.  Omit large case statement in OP_E and
11691         replace with array reference to match existing coding style.
11692         Add new static variable machine with value 286 or 386 to
11693         correctly decode mod/rm field in either 16 or 32 bit modes.
11694         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
11695         to decode mod/rm.  While the code was correct for 16 bit code,
11696         it was improperly decoding mod/rm fields on word prefixed
11697         32 bit instructions.
11699         * [debugger/debug.l]
11700         Recognize new token ABORT.   Recognize single letters 'p'
11701         and 'q' as tokens.
11703         * [debugger/dbg.y]
11704         Add new token ABORT.  Allow print command to be invoked by
11705         'p' and quit command by 'q', ala GDB.  Change lots of '};'
11706         to just '}'.  Add static dummy_regs to wine_debug so that
11707         wine_debug(0, NULL) doesn't core dump with qmagic.
11709         * [debugger/info.c]
11710         Correct syntax of break command in helptext and omit former
11711         comment about probable bugginess of the disassembly since it
11712         is now correct.  Change fprintf of first backtrace stack
11713         frame to match that of the second and subsequent frames.
11715         * [loader/selector.c]
11716         Change construction of command line in CreatePSP from creating
11717         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
11718         PSP command line looks like " arg1 arg2\r" with the length not
11719         including the trailing "\r" but that is not how Windows does it.
11721         * [loader/library.c]
11722         Change uses of %s to print strings in GetModuleHandle to %x so
11723         that string IDs don't cause a core dump with qmagic.  Handle
11724         converting a string id to a literal module handle.  For
11725         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
11726         it is a real module handle.
11728         * [misc/message.c]
11729         In MessageBox, translate a NULL title argument to the string "Error".
11731         * [misc/profile.c]
11732         In GetSetProfile translate a NULL Default argument to "".  Any
11733         caller whose Default argument is NULL is buggy, but CHARMAP does it
11734         anyway.
11736         * [objects/font.c]
11737         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
11739 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
11741         * New options/resourses nosaveunders and nobackingstore.  By 
11742         default backingstore and saveunders are now enabled, these use 
11743         more memory but avoids those slow (sometimes multiple) redraws 
11744         caused be exposure events.
11746 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11748         * [misc/driver.c] New file
11749         Skeleton for 'Installable Wine Drivers' functions. :-)
11750         * [misc/audio.c] New file
11751         Skeleton for basic 'Audio Driver' functions.
11752         * [misc/network.c] New file
11753         Stubs for few networking functions.
11755         * [misc/mmsystem.c]
11756         More coding ... a dust in a galaxy ...
11757         * [misc/shell.c]
11758         Some coding for 'RegXXX' functions ... a dust in the wind ...
11760         * [misc/profile.c]
11761         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
11763         * [objects/gdi.c]
11764         New function CreateDiscardableBitmap(), it just calling 
11765         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
11767         * [controls/listbox.c]
11768         * [controls/combo.c]
11769         New font member assigned to SYSTEM_FONT as default.
11770         Added processing for WM_SETFONT message;
11773 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
11775         * [windows/event.c]
11776         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
11778         * [windows/keyboard.c]
11779         Implemented beginning of GetAsyncKeyState.
11781 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
11783         * [objects/metafile.c] [include/metafile.h]
11784           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
11785           [windows/dc.c]
11786         Further metafile support.
11788 ----------------------------------------------------------------------
11789 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
11791         * [loader/selector.c]
11792         Allocate heap and stack segments as 64k.
11794 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
11796         * [loader/selector.c]
11797         Correct typos where memcpy is used instead of memset.
11799         * [loader/resource.c]
11800         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
11801         by calculating the value when the bitmap is not compressed.
11803         * [miscemu/int21.c]
11804         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
11806         * [loader/resource.c]
11807         New function type_match to handle string resource types as
11808         well as IDs.  In addition, compare only low 4 bits of type_id
11809         when both numbers are IDs so that 0x0002 matches 0x8002.
11810         In FindResourceByNumber and FindResourceByName use type_match
11811         instead of comparing numbers.  In FindResource handle the
11812         "#number" syntax and empty strings in both the resource and
11813         type names.
11815 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
11817         * [windows/dialog.c]
11818         Fix inadvertent printing of string IDs as strings.
11820 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11822         * [controls/menu.c]
11823         New functions GetMenuItemCount(), GetMenuItemID().
11824                 GetMenuString() & HiliteMenuItem().
11825         Bug fix in CheckMenuItem().
11826         Function SetMenu() now make client area recalc if menu removed.
11828         * [windows/winpos.c]
11829         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
11830                 windows with initial width or height equal zero.
11832         * [objects/gdiobj.c]
11833         New function EnumObjects(), using new lpPenBrushList buildup
11834                 from calls to new function GDI_AppendToPenBrushList().
11835                 ('pbrush.exe' don't show its face yet ! ... :-( )
11836         New EMPTY STUB for function SetObjectOwner(),
11837                 ('mplayer.exe' call it via GetProcAddress() ...)
11839         * [objects/font.c]
11840         New internal functions ParseFontParms() & InitFontsList().
11841         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
11842         FONT_MatchFont now make retries to find closest-smallest font.
11843                 ('charmap.exe' can now show the differents fonts available)
11845         * [windows/nonclient.c]
11846         Use small dos OBM_OLD_CLOSE button for MDI windows.
11848         * [windows/graphics.c] [objects/bitmap.c]
11849         Start to remove obsolete globals such XT_screen ...
11851         * [loader/library.c]
11852         Make function GetProcAddress() working also with builtin DLLs.
11854 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
11856         * [if1632/system.spec] [if1632/toolhelp.spec]
11857         system.dll & toolhelp.dll added.
11859         * [loader/library.c]
11860         Modified GetModuleFileName() to return the full
11861         filename.
11862         Added a check to LoadLibrary() to prevent loading
11863         built in dlls. (eg. user.exe)
11864         Added a check to FreeLibrary() to prevent built-in
11865         dlls from being freed.
11866         Modified GetProcAddress() to support builtin dlls.
11868         * [loader/signal.c] [miscemu/int2f.c]
11869         Added => pifedit runs.
11871         * [misc/dos_fs.c]
11872         Added a NULL-ptr check to DOS_closedir().
11874 ----------------------------------------------------------------------
11875 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
11877         * [windows/dce.c]
11878         Fixed bug with dce initialization that was causing dialog boxes to not
11879         be displayed.
11881         * [if1632/callback.c]
11882         Better fix for bug found by Martin.
11884 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
11886         * [ memory/heap.c ]
11887         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
11889 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11891         * [objects/font.c]
11892         Make EnumFonts() calling a callback with dummy fonts ... :-)
11894         * [objects/text.c]
11895         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
11897         * [if1632/callback.c]
11898         Temporarely go around bug in CallWindowProc(), you will see printfs.
11900         * [controls/edit.c]
11901         Make EDIT controls focused by a mouse click.
11903         * [misc/property.c]
11904         Bug Fix in function EnumProps(), better use of CallBack16().
11906         * [misc/mmsystem.c]
11907         Basic Skelton's for MCI messages dispatching function.
11909 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
11911         * [windows/utility.c]
11912         Added windows_wsprintf() for the emulator, wsprintf() is
11913         for libwine.
11915 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
11917         * [misc/cursor.c]
11918         Fix pointer problems in LoadCursor leading to heap corruption.
11920         *  [ controls/menu.c ]
11921         Fix two NULL dereferencing bugs.
11923 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
11925         * [objects/font.c]
11926         Fix NULL pointer dereferencing bug in GetCharWidth.
11928         * [loader/resource.c]
11929         Fix under-allocation of memory in LoadAccelerators.
11931         * [windows/class.c]
11932         Ignore negative sizes for extra fields in RegisterClass.
11934 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
11936         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
11937           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
11938           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
11939           [windows/dc.c] [windows/mapping.c]
11940         Beginnings of metafile support.
11942         * [misc/file.c]
11943         Corrected spelling of _lcreat.
11945         * [controls/edit.c]
11946         Minor bug fixes.
11947 ----------------------------------------------------------------------
11948 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11950         * [controls/scroll.c]
11951         Make thumbtrack button disappear if scroll box ratio < 3:1.
11952         Make arrow buttons rectangular if scroll box ratio < 2:1.
11953         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
11954                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
11955         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
11957         * [loader/library.c] [loader/task.c] [misc/exec.c]
11958         Continue playing around trying to get a second task running.
11960         * [windows/mdi.c]
11961         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
11963         * [everywhere]
11964         Adding previous works of the Apr 25, 94.
11966 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
11968         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
11969         Added Martin's mmsystem.dll stubs.
11971         * [misc/sound.c]
11972         Added remaining stubs for sound.dll.
11974         * [if1632/shell.spec] [misc/shell.c]
11975         Fixed prototypes (I found them in BC 4) and added ShellAbout()
11976         and AboutDlgProc().
11978 ----------------------------------------------------------------------
11979 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11981         * [loader/signal.c]
11982         Add XUngrabPointer() & XUngrabServer() in wine_fault().
11984 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
11986         * [objects/bitblt.c]
11987         color_stretch() rewritten to use ints only. *fast!*
11988         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
11989         use color_stretch().
11991 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
11993         * [controls/menu.c]
11994         SetSysMenu() added.
11996         * [misc/cursor.c]
11997         GetCursor() added.
11999         * [misc/main.c]
12000         SwapMouseButton() added, (NOP).
12002         * [windows/win.c]
12003         GetDesktopHwnd() added.
12005         * [if1632/*spec]
12006         Added not implemented functions defs as comment.
12008         * [misc/winsocket.c]
12009         Change WSAGetXbyY() functions to non-blocking ones,
12010         Added WSAAsyncSelect(). 
12011         (WSA functions can't be canceled yet).
12013 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
12015         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
12016         path when given a simple file name.  Fixed GetSetProfile to allow
12017         enumerating all key names when KeyName is null.
12019 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12021         * [objects/bitblt.c]
12022         Add protection to BitBlt() & StretchBlt() for width or height = 0.
12024         * [windows/nonclient.c]
12025         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
12026         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
12028         * [windows/win.c]
12029         CreateWindowEx() & DestroyWindow() now call respectively
12030                 AddWindowToTask() & RemoveWindowFromTask().
12031         New empty stub for function AnyPopup().
12033         * [loader/library.c]
12034         Bug Fix : GetModuleFileName() now return full path filename.
12036         * [include/menu.h] [controls/menu.c]
12037         Add hText handle and remove obsolete MENUITEM struct members.
12038         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
12039         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
12041         * [misc/file.c]
12042         GetTempFilename() now create a file.
12043         _lcreate() use unix open (name, mode, perm), with perm=O666.
12045         * [if1632/relay.c]
12046         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
12048         * New file [misc/mmsystem.c]
12049         * New file [include/mmsystem.h]
12050         * New file [if1632/mmsystem.spec]
12051         Many, many empty stubs ... :-)
12053 ----------------------------------------------------------------------
12055 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
12057         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
12058         Fixed bug for non-Linux systems.
12060 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12062         * [windows/win.c]
12063         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
12064         New empty stub for function SetSysModalWindow().
12066         * [misc/exec.c]
12067         New empty stub for function ExitWindows().
12069         * [objects/font.c]
12070         New empty stub for function EnumFonts().
12072         * New file [misc/property.c]
12073         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
12075         * New file [misc/shell.c]
12076         New empty stubs for function RegisterShellProc(), 
12077                         ShellExecute() & ShellProc().
12079         * New files [loader/task.c] & [include/task.h]
12080         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
12081                 from 'loader/library.c'.
12083         * [if1632/user.c] [if1632/kernel.c]
12084         Put Atoms functions entries.
12086         * [controls/combo.c]
12087         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
12089         * [controls/listbox.c]
12090         New functions DirDlgSelect() & DirDlgList().
12092 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
12094         * [objects/test.c]
12095         GrayString() added.
12097         * [if1632/callback.c]
12098         CallGrayStringProc() added.
12100         * [if1632/relay.c] [if1632/mmsystem.spec]
12101         Added.
12103         * [if1632/kernel.spec] [if1632/user.spec]
12104         Added forgotten specs for atom functions.
12106 ----------------------------------------------------------------------
12107 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
12109         * misc/spy.c (SpyInit): Added more message types
12111         * [windows/mdi.c] [include/mdi.h]
12112         Maximizing and restoring child windows.
12113         Tiling of child windows.
12115 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12117         * [windows/winpos.c]
12118         Revert focus and activation to previous window when hiding a window.
12120         * [windows/syscolor.c]
12121         Implemented system color objects (brushes and pens created at
12122         SetSysColor() time for better performance).
12124         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
12125         Changed painting code to use system color objects.
12127         * [windows/message.c]
12128         New function MSG_InternalGetMessage() for internal messages
12129         loops (e.g. for dialogs or menus).
12131         * [windows/hook.c] [include/hook.h]  (New files)
12132         Beginning of the window hooks implementation.
12134         * [windows/dialog.c]
12135         Use new function MSG_InternalGetMessage() in DialogBox().
12137         * [if1632/callback.c]
12138         Added function CallHookProc().
12140 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12142         * [windows/event.c]
12143         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
12145         * [misc/exec.c]
12146         Nothing much more than a stub for LoadModule(), I saw there a lot
12147                 to be done in that corner, I will come back later ...
12149         * [loader/library.c]
12150         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
12151                         and associated modules & tasks linked-lists.
12152         (it's only an 'emerging bud', more to come next weeks).
12154         * [loader/wine.c]
12155         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
12157         * [control/menu.c]
12158         You can now click outside menu region without problem.
12159         Keyboard navig more smootly, even if a child has the focus.
12160         Bug fix in InsertItem(), (bad linklist when insert point not found).
12161         change Realloc for Free & Alloc in ModifyItem().
12162         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
12163                 done by DrawText(), (maybe it should done in DrawText() itself ?).
12165 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
12167         * [misc/profile.c]
12168         .INI files will now be stored in / loaded from the windows dir
12169         if no path is supplied.
12171         * [if1632/kernel.spec]
12172         Fixed GetDriveType's prototype.
12174         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
12175         Fixed prototypes: winsock uses a word as socket handle not an int.
12177         * [misc/winsocket.c]
12178         Added heap allocation for returned structures.
12179         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
12181         * [loader/wine.c]
12182         Added IsDLLLoaded(), used in LoadImage() to prevent loading
12183         a dll multiple times.
12184         Directory is added to wine's path when a fullpath is supplied when
12185         starting wine.
12186         LoadImage(): DLL filename used instead DLL's own internal name,
12187         fixes 'Bad DLL name' errors.
12189 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
12191         * [controls/edit.c] [controls/widgets.c]
12192         First release of edit control.
12194 ----------------------------------------------------------------------
12195 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
12197         * [include/mdi.h] [windows/mdi.c]
12198         Use WM_PARENTNOTIFY messages to activate children.
12199         Generate WM_CHILDACTIVATE messages.
12200         Beginnings handler for maxmized child window.
12201         Clean up when children are destroyed.
12203         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
12204         Removed code add 94/03/26.
12206 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12208         * [control/menu.c]
12209         Make mouse menu navigation working again. :-))
12210         (be carefull, clicking outside menus (ie.: clientrect) 
12211         not resolved yet)
12213         * [windows/nonclient.c]  [controls/scroll.c]
12214         Bugs fix in NCTrackScrollBars().
12216         * [misc/dos_fs.c]
12217         Bug fix in 'ToDos()' in conversion for '/',
12218                 (example: '/window/' was translated to 'WINDOWs').
12220         * [miscemu/int21.c]
12221         Function ChangeDir() extract possible drive before DOS_ChangeDir().
12223         * [loader/library.c]  [loader/wine.c]
12224         Playing around moving function GetProcAddress() and put some code in.
12226 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
12228         * [misc/main.c]
12229         Better explanation of command-line options.
12231         * [objects/dib.c]
12232         Implemented SetDIBitsToDevice().
12234         * [windows/dc.c]
12235         Bug fix in SetDCState().
12237         * [windows/event.c]
12238         Removed WS_DISABLED handling (now done in message.c).
12240         * [windows/message.c]
12241         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
12242         Use WindowFromPoint() to find the window for mouse events, taking
12243         into account disabled windows.
12245         * [windows/painting.c]
12246         Bug fix in BeginPaint() to allow calling it at other times than
12247         on WM_PAINT (Solitaire needs it...)
12249         * [windows/win.c]
12250         Implemented FindWindow().
12251         Rewritten EnableWindow() to behave more like Windows.
12253         * [windows/winpos.c]
12254         Rewritten WindowFromPoint() to also search child windows.
12256 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
12258         * [include/int21.h] -> [msdos.h]
12259         renamed.
12261         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
12262         new, added for int 10, 25 and 26.
12264         * [miscemu/ioports.c]
12265         new, added to allow win apps to use ioports.
12267         * [loader/signal.c]
12268         Added support for in, inb, out, outb instructions.
12270 ----------------------------------------------------------------------
12271 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
12273         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
12275 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
12277         * [windows/mdi.c]
12278         Window list properly updated.
12280         * [windows/message.c]
12281         Call WINPOS_ChildActivate() when mouse pressed.
12283         * [windows/nonclient.c]
12284         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
12285         NC_HandleNCPaint().
12287         * [windows/winpos.c]
12288         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
12290 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
12292         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
12293         (DeleteMenu): Many bug fixes.
12295         * [controls/menu.c]
12296         Created function FindMenuItem().
12298 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
12300         * [windows/win.c]
12301         Removed incorrect MDI handling code from CreateWindowEx().
12303         * [controls/menu.c]
12304         MF_STRING items needed to allocate a private copy of string.
12306         * [controls/menu.c]
12307         Fixed buggy calls to GlobalFree().
12309         * [memory/global.c]
12310         Eliminated some redundant code with function call.
12312 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
12314         * [windows/timer.c]
12315         timer list pointers looped in InsertTimer
12317 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
12319         * [misc/cursor.c]
12320         A few changes for desktop window support.
12322         * [misc/main.c]
12323         Added -depth option.
12325         * [misc/rect.c]
12326         Yet another bug fix in SubtractRect().
12328         * [objects/bitmap.c]
12329         Changes to use only one depth (specified with -depth)
12330         for color bitmaps.
12332         * [objects/brush.c]
12333         Added support for dithered solid brushes.
12335         * [objects/color.c]
12336         Use the same 20 system colors as in Windows.
12337         System palette initialisation now done in COLOR_InitPalette().
12338         Added support for a color mapping table to map logical color
12339         indexes to X colormap entries.
12340         Implemented GetNearestColor() and RealizeDefaultPalette().
12342         * [objects/dib.c]
12343         Added support for color mapping table.
12345         * [objects/dither.c]  (New file)
12346         Implemented solid color dithering.
12348         * [objects/palette.c]
12349         Implemented GetSystemPaletteEntries() and SelectPalette().
12351         * [windows/class.c]
12352         Make a copy of the menu name in RegisterClass().
12354         * [windows/dc.c]
12355         Fixed device caps when using a desktop window.
12356         Added support for the color mapping table in DCs.
12358         * [windows/event.c]
12359         Added ConfigureNotify handler on desktop window.
12361         * [windows/message.c]
12362         Removed call to XTranslateCoordinates() on every mouse motion
12363         New function MSG_Synchronize() to synchronize with the X server.
12365         * [windows/syscolor.c]
12366         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
12368         * [windows/winpos.c]
12369         Added synchronization on window mapping. Solves the double redraw
12370         problem when starting Solitaire.
12372 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12374         * [control/menu.c]      * [windows/defwnd.c]
12375         Make keyboard navigation working with menubar,
12376         but temporarely inserted a bug in menubar mouse handling ... :-((
12377         (it will be fix next week !)
12379         * [windows/defwnd.c]
12380         Connect VK_MENU to menubar navigation.
12382         * [loader/library.c]
12383         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
12385 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
12387         * [misc/main.c]
12388         Added Copy(). Added a check for `-h' to show usage.
12390         * [misc/dos_fs.c]
12391         Fixed bug in FindFile(), to load directories as dlls.
12393         * [misc/dos_fs.c]
12394         Fixed ToUnix() and ToDos() again, as my previous patch
12395         didn't make it.
12397         * [misc/dos_fs.c] [miscemu/int21.c]
12398         Bug fixes, should be able to handle all winfile and progman int21
12399         requests now except for a few small things.
12401 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
12403         * [memory/heap.c]
12404         Implemented GetFreeSystemResources().
12406 ----------------------------------------------------------------------
12407 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
12409         * controls/menu.c (GetSubMenu): Function did not return correct value
12411         * [windows/mdi.c]
12412         Beginnings of menu handling.
12414 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
12416         * [objects/font.c]
12417         if font.width equals zero use asterix instead.
12419 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12421         * [objects/bitmap.c]
12422         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
12424         * [objects/brush.c]
12425         Some changes with pattern brushes because of the new bitmap code.
12427         * [objects/color.c]
12428         Added function COLOR_ToPhysical for better color mapping.
12430         * [objects/dib.c]
12431         Heavily optimized SetDIBits().
12433         * [windows/dc.c]
12434         Opimized SetDCState() and DC_SetupGC*() functions.
12435         Added stub for CreateIC().
12437 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12439         * [misc/message.c]
12440         Call SetFocus() after closing box to give back focus to previous owner.
12442         * [misc/files.c]
12443         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
12445         * [control/scroll.c]
12446         Calls to BitBlt() replace by StretchBlt().
12448         * [control/menu.c]
12449         Call SetFocus() to previous owner after closing Popups. 
12450         Fill stub DeleteMenu().
12452         * [control/listbox.c]
12453         * [control/combo.c]
12454         Use SetFocus() in WM_LBUTTONDOWN.
12455         Close ComboBox List upon WM_KILLFOCUS.
12456         Early development of WM_MEASUREITEM mecanism.
12458         * [windows/defwnd.c]
12459         Early development of WM_MEASUREITEM mecanism.
12461 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
12463         * [misc/atom.c]
12464         Fixed sintaxis problem when building the library.
12466 ----------------------------------------------------------------------
12467 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
12469         * [include/windows.h]
12470         Added message types and structures for MDI
12472         * [include/mdi.h]
12473         Created internal structures for handling MDI
12475         * [windows/mdi.c]
12476         Began creating MDI support
12478 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
12480         * [loader/wine.c] [include/wine.h]
12481         Added new field to "struct w_files" to hold the "name table"
12482         resource for Windows 3.0 programs
12484         * [loader/resource.c]
12485         Added code to handle programs with a "name table" resource.
12486         LoadResourceByName() modified to check for the existence of
12487         this resource.
12489 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12491         * [objects/color.c]
12492         Added installing the private colormap on the desktop window.
12494         * [windows/event.c]
12495         Cleaned up focus event handling (see focus.c).
12496         Use GetFocus() to direct key events to the correct window.
12498         * [windows/focus.c]
12499         Rewritten SetFocus() to:
12500         - only set X focus on top-level windows
12501         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
12502         - prevent setting focus to disabled windows
12503         - install private colormap so -privatemap option works again
12505         * [windows/message.c] [windows/timer.c]
12506         Changed timer management to no longer use PostMessage(), but
12507         to generate timer messages on the fly. Also fixed a related bug
12508         in GetMessage() which could cause busy-waiting.
12510         * [windows/win.c]
12511         Only select focus events on top-level windows.
12513         * [windows/winpos.c]
12514         Added some sanity checks for desktop window.
12516 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
12518         * [misc/dos_fs.c]
12519         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
12520         Support for tilde symbol added for rootdirectories in [drives]
12521         section of wine's configfile.
12523         * [misc/file.c]
12524         hread(), hwrite() added.
12526         * [misc/main.c]
12527         hmemcpy() added.
12529         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
12530         Added STRESS.DLL, an useless dll used to stress a windows system.
12532         * [*/*]
12533         Added missing #includes, fixed prototypes for prototype checking.
12535         * [include/prototypes.h]
12537         Added prototypes for loader/*c, if1632/*c.
12539 ----------------------------------------------------------------------
12540 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
12542         * [Configure]
12543         Added reminder to set WINEPATH, if it is not set.
12545         * [Imakefile]
12546         Removed #elif's
12548         * [controls/button.c]
12549         Added BN_CLICKED notification for owner-draw buttons.
12551         * [if1632/kernel.spec] [memory/heap.c]
12552         Changed Local* functions to WIN16_Local* to prevent unconcious use
12553         of these functions.
12555         * [if1632/relay.c]
12556         Push old Stack16Frame on stack before setting.
12558         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
12559         Added multiple local heap handling in Atom* functions.
12561         * [include/regfunc.h] [miscemu/int21.c]
12562         Rewrote DOS3Call() use context frame that is already on the stack.
12564         * [misc/profile.c]
12565         Fixed to allow leading ";" to mark comments.
12567         * [misc/spy.c]
12568         Fixed bugs and added support for "include" and "exclude" filters.
12570         * [misc/user.c]
12571         Rearranged calls in InitApp().
12573         * [misc/font.c]
12574         Fixed font handling to create system fonts, if they are used.
12576         * [windows/dc.c]
12577         If text drawn on window with no font specified, then default the
12578         font to the system font.
12580 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12582         * [controls/desktop.c]
12583         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
12584         Implemented SetDeskPattern().
12586         * [misc/main.c]
12587         Added -desktop option to get a large desktop window with
12588         everything inside it.
12589         Added -name option.
12591         * [misc/rect.c]
12592         Bug fix in SubtractRect().
12594         * [objects/*.c]
12595         Replaced the DefaultRootWindow() macro by the rootWindow variable.
12597         * [windows/event.c] [windows/message.c]
12598           [windows/nonclient.c] [windows/win.c]
12599         A few changes to accomodate the new desktop window.
12601  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
12603         * [toolkit/arch.c] --New file-- 
12604         Routines for converting little endian data structures to
12605         big-endian data structures, currently only BITMAP structures are 
12606         converted.
12608         * [misc/atom.c]
12609         When used as part of the WineLib, the code is much simpler.
12610         Doesn't depend on alignement.
12612         * [loader/wine.c]
12613         Ifdefed Emulator dependent code if compiling WineLib.
12615         * [loader/resource.c]
12616         Moved misc/resource.c to loader/resource.c.
12618         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
12619         Ifdefed whole code if compiling WINELIB.
12621         * [include/winsock.h]
12622         Added compilation define to allow compilation on SunOS.
12624         * [include/wine.h]
12625         Removed load_typeinfo and load_nameinfo prototypes, they belong
12626         to neexe.h
12628         * [include/neexe.h]
12629         Added load_typeinfo and load_nameinfo prototypes.
12631         * [include/arch.h]
12632         Fixed some bugs in the conversion routines.
12633         Added macros for Bitmap loading.
12635 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
12636         
12637         * [if1632/kernel.spec] [memory/global.c]
12638         Implemented GetFreeSpace()
12640         * [if1632/user.spec] [loader/resource.c]
12641         Implemented CreateIcon()
12643 ----------------------------------------------------------------------
12644 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
12646         * [Configure] [*/Imakefile]
12647         Created configure script to handle different types of Wine builds.
12649         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
12650         Added ability to compile Wine on systems with 14-char filename limit.
12652         * [if1632/relay.c] [include/options.h] [misc/main.c]
12653         Added -relaydbg option to command line if DEBUG_RELAY is defined.
12655         * [loader/selector.c]
12656         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
12658         * [memory/heap.c]
12659         Fixed LocalInit() to work correctly.
12661         * [misc/user.c]
12662         Added code to call loaded DLLs' initialization routines.
12664 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12666         * [windows/dce.c]
12667         Added clipping of child windows by their parent's client area.
12669         * [windows/nonclient.c]
12670         Bug fix in NC_DoNCPaint().
12672         * [windows/painting.c]
12673         Bug fix in RedrawWindow().
12675 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12677         * [mem/atom.c]
12678         Bug fix again in ATOM_DeleteAtom() : 
12679                 change LocalFree() by USER_HEAP_FREE().
12680         (Previous patch done Feb 13th had been lost)
12682         * [controls/scroll.c]
12683         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
12685         * [windows/class.c] (sorry Alex ...)
12686         There was no bug there "in RegisterClass() : 
12687                 WNDCLASS->lpszClassName was reset to NULL."
12688                               ^^^^^
12690         * [misc/clipboard.c]    --- New File ---
12691         New function EnumClipboardFormats().
12692         New function OpenClipboard().
12693         New function CloseClipboard().
12694         New function EmptyClipboard().
12695         New function GetClipboardOwner().
12696         New function GetClipboardViewer().
12697         New function CountClipboardFormats().
12698         New function IsClipboardFormatAvailable().
12699         New function OpenClipboard().
12700         New function GetClipboardData().
12701         New function SetClipboardViewer().
12702         New function EnumClipboardFormats().
12703         New function RegisterClipboardFormat().
12704         New function ChangeClipboardChain().
12705         New function SetClipboardData().
12706         New function GetOpenClipboardWindow().
12707         New function GetPriorityClipboardFormat().
12708         New function GetClipboardFormatName().
12710 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
12712         * [misc/comm.c]
12713         bugfix in OpenComm().
12715 ----------------------------------------------------------------------
12716 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
12718         * [include/winsock.h]
12719         The sockproto struct is already defined in <sys/socket.h>
12721         * [misc/winsock.c]
12722         Need to include <netinet/in.h> for struct in-addr.
12723         Use sys_errlist[] instead of strerror[].
12725         *[toolkit/heap.c]
12726         ANSI C specifies that the malloc functions are defined in stdlib.h,
12727           so we don't need to include malloc.h.
12729         *[loader/ldtlib.c]
12730         Print informative error message about probable cause of i386_set_ldt()
12731           failure and then exit.
12733         *[Imakefile]
12734         For systems that don't use gmake by default, set the MAKE variable
12735           to gmake and propagate it on recursive makes.
12736         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
12737           can be built with the FreeBSD 1.0.2 compiler.
12739 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
12741         * [objects/bitblt.c]
12742         Added in three functions to do stretching and compression
12743         for WHITEONBLACK, BLACKONWHITE, and color copies.
12745 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
12747         * [windows/graphics.c]
12748         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
12749         inefficent, but should suffice for now.
12751         * [include/windows.h]
12752         Changed the x,y paramaters for the FloodFill prototype 
12753         from ints to shorts
12755 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12757         * [windows/widgets.c]
12758         Added desktop window class.
12760         * [windows/painting.c]
12761         Bug fix in RedrawWindow().
12762         Implemented ExcludeUpdateRgn().
12764         * [windows/win.c] [windows/winpos.c]
12765         Implemented desktop window.
12767         * [controls/desktop.c]
12768         Preliminary desktop window procedure.
12770 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12772         * [controls/menu.c]
12773         New function LoadMenuIndirect().
12774         New function GetMenuCheckMarkDimensions().
12776         * [if1632/user.spec]
12777         Entry for DefDlgProc().
12779         * [windows/class.c]
12780         Fix bug in RegisterClass() : 
12781                 WNDCLASS->lpszMenuName was reset to NULL.
12783         * [windows/win.c]
12784         In CreateWindowEx(), if hMenu == 0 then use 
12785                 wndclass->lpszMenuName to load Menu from resource;
12787 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
12789         * [loader/library.c] [loader/wine.c]
12790         Fixed runing DLL's as main executable problem.
12792         * [misc/dos_fs.c]
12793         Added wildcard support in DOS_readdir().
12795         * [misc/winsocket.c]
12796         Added proper error handling of BSD winsocket functions.
12798         * [miscemu/int21.c]
12799         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
12801         * [main/main.c]
12802         Added functions for GetVersion, GetWinFlags and GetTimerResolution
12803         for libwine.a, SystemParametersInfo() partly implemented.
12805 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
12807         * [toolkit/winmain.c]
12808         Added _WinMain function. Setups the library (calls USER_InitApp).
12810         * [toolkit/sup.c]
12811         Added load_mz_header, load_ne_header, load_type_info and
12812         load_name_info functions.
12814         * [toolkit/heap.c] 
12815         Code cleanup. 
12817         * [misc/user.c]
12818         Moved from loader/misc.c. I hope to put back all the loader
12819         functions in the ~loader subdirectory in the future. CUrrently is
12820         needed since it has USER_InitApp.
12822         * [misc/resource.c]
12823         Since WineLib will probably need DLLs (currently it needs
12824         Sysres.dll). WineLib will be using much code of the loader again.
12825         So I removed some ifdefs that were used by WineLib.
12827         Added load_typeinfo and load_nameinfo (and the corresponding
12828         functions in [toolkit/sup.c]
12830         Added integer convertion functions in the needed places.
12832         Added very ugly patch (includes wine.c). In the next release I
12833         plan to move back all the loader routines to ~/loader. In the
12834         meantime I needed this patch. It doesn't affect any of the
12835         emulator code (its ifdefed for WineLib).
12837         * [misc/main.c]
12838         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
12839         Ifdefed argument number checking when compiling the library.
12841         * [loader/wine.c]
12842         Modified to use load_(mz|ne)_header instead of doing a direct
12843         read.  When compiling the emulator it still uses the direct read
12844         for performance. 
12846         * [include/wine.h]
12847         Prototypes for loading routines.
12849         * [include/class.h]
12850         Added WINE_PACKED macro instead of __attribute__ ((packed))
12852         * [include/arch.h]
12853         Macros for converting integers (Little endian to big-endian).
12854         Needed in the Sun to allow loading of DLL files.
12856 ----------------------------------------------------------------------
12857 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12859         * [windows/clipping.c]
12860         Moved everything into windows/painting.c and removed this file.
12862         * [windows/message.c]
12863         Removed calls to memmove() in MSG_RemoveMsg().
12865         * [windows/nonclient.c]
12866         Added WM_GETMINMAXINFO support for window resizing.
12868         * [windows/painting.c]
12869         Implemented RedrawWindow().
12871         * [windows/scroll.c]
12872         Bug fix in ScrollWindowEx().
12874         * [windows/win.c]
12875         Moved UpdateWindow() to windows/painting.c.
12877 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
12878         
12879         * [loader/wine.c] [misc/dos_fs.c]
12880         getenv() eq NULL bugfixes.
12882         * [misc/comm.c]
12883         cfmakeraw changed for SunOS.
12885 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12887         * [mem/atom.c]
12888         Bug fix in ATOM_DeleteAtom() : 
12889                 change LocalFree() by USER_HEAP_FREE().
12891         * [misc/message.c]
12892         New function FatalAppExit().
12894         * [objects/font.c]
12895         New empty stub SetMapperFlags().
12897         * [controls/menu.c]
12898         Better CheckMark & other bitmaps placement.
12900         * [windows/graphics.c]
12901         New function RoundRect() : calc.exe now working...
12903 Tue Feb 15 14:29:37 1994  John Richardson
12905         * [objects/bitblt.c]
12906         Fixed StretchBlt so it works quicker and faster.  It still doesn't
12907         use the StretchMode bits for bitmap compression, but that will
12908         come soon.
12910 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
12912         * [include/windows.h,dialog.h,gdi.h]
12913         Changed __atribute__ ((packed)) for WINE_PACKED. 
12914         When compiling the library this is defined as nothing. This gets
12915         rid with all the problems compiling under SunOS. Also 
12917         * [windows/utility.c]
12918         Added DebugPrintString.
12920         * [toolkit/sup.c]
12921         Added hSysRes = 1 definition to resolve externals.
12922         Added CallLineDDAProc function (toolkit version).
12923         Added toy, and hi ineficient memmove until code in message.c get
12924         rewritten.
12926         * [objects/gdiobj.c]
12927         Ifdefed linux/emulator-dependent code to allow compilation of
12928         WineLib.
12930         * [misc/winsocket.c]
12931         Added ifdef to allow compilation under SunOS.
12933         * [misc/resource.c]
12934         When compiling the library, the resource file is expected to be in
12935         a file called $argv[0].Res. Also the information of the resource
12936         is expected to be at offset 0 of the .Res file.
12938         * [misc/main.c]
12939         Call WinMain with arguments if compiling WineLib.
12940         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
12941         Call sync_profiles to preserve changes to .INI files.
12943         * [misc/comm.c,dos_fs.c]
12944         removed call to atexit(Comm_DeInit)
12945         removed call to atexit(DOS_DeInitFS)
12946         Shutdown functions are now called from the return of WinMain
12948         * removed memorylib subdirectory
12950         * moved memory/atom.c    to misc/atom.c
12951           moved memorylib/heap.c to toolkit/heap.c
12953         * [loader/wine.c]
12954         Moved DebugPrintString to windows/utility.c
12956         * [include/winsock.h]
12957         Define SO_DONTLINGER only if it has not been previously defined.
12959         * [include/windows.h]
12960         added definition for DLGPROC.
12961         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
12962         When compiling WineLib WNDPROC is defined with all the parameters
12963         to avoid compilation problems.
12965         * [include/user.h]
12966         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
12967         calls are translated to the library allocation routines.
12969         * [include/gdi.h,user.h]
12970         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
12971         translated to the library allocation routines.
12973         * [include/atom.h]
12974         Defined LocalAlign. When compiling the emulator it's translated as
12975         a call to LocalAlloc (the original code), when compiling WineLib
12976         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
12977         (atom.c needs aligned data on a 4 byte boundary).
12979         * [misc/file.c]
12980         Renamed KERNEL_* functions and fixed prototypes.
12982         * [if1632/kernel.spec]
12983         Renamed KERNEL_* functions in order to be used by applications
12984         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
12985         _llseek, _lopen, _lwrite).
12987         * [Makefile]
12988         Create library instead of executable when building target
12989         libwine.a 
12991 ----------------------------------------------------------------------
12992 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
12994         * [Makefiles]
12995         Use $(CC) instead of cc.
12996         Added libwine target.
12998         * [include/prototypes]
12999         #ifdefed section for WineLib
13001         * moved loader/cursor.c   to misc/cursor.c
13002           moved loader/resource.c to misc/resource.c
13003           moved misc/emulate.c    to miscemu/emulate.c
13004           moved misc/int1a.c      to miscemu/int1a.c
13005           moved misc/int21.c      to miscemu/int21.c
13006           moved misc/kernel.c     to miscemu/kernel.c
13007           moved misc/user.c       to miscemu/user.c
13009         * [memorylib/heap.c]
13010         Heap management for WineLib
13012         * [misc/comm.c]
13013         Modified to allow compilation under SunOS (#include errno, SunOS
13014         doesn't have atexit ()).
13016         * [misc/dos_fs.c]
13017         Modified to allow compilation under SunOS (#include vfs.h)
13019         * [misc/file.c]
13020         Modified to allow compilation under SunOS (OPEN_MAX constant,
13021         #include unistd.h)
13023         * [objects/palette.c]
13024         Modified to allow compilation under SunOS (#include limits)
13026         * [toolkit/sup.c]
13027         WineLib version of CallWindowProc.
13029         * [windows/event.c]
13030         Typedef XPointer under X11R4 (OpenWindows).
13032         * [windows/win.c]
13033         When compiling WineLib, use direct callbacks instead of the
13034         windows supplied callbacks.
13036 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
13038         * [loader/cursor.c]
13039         New function CURSOR_SetWinCursor(), for internal use, to set
13040         the cursor of a specific window more reliably than with SetCursor().
13042         * [windows/nonclient.c]
13043         Better window management. Moving and resizing from the system
13044         menu should work now.
13045         Added scroll-bar mouse tracking.
13047         * [windows/win.c]
13048         Moved scroll-bar creation and destruction to defwnd.c.
13050 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13052         * [windows/nonclient.c]
13053         Call to StdDrawMenuBar() during NC's drawing.
13054         New NC_TrackMouseMenuBar() function which call 
13055                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
13057         * [controls/menu.c]
13058         New ChangeMenu() function.
13059         Remove permanently old Xt menu code.
13060         Make common functions MenuButtonDown(), MenuButtonUp()
13061                 & MenuMouseMove() for both popups & menubar.
13062         
13063         * [controls/combo.c]
13064         Paint OBM_COMBO directly in combo client.
13066         * [controls/listbox.c]
13067         Fix bug in multicolumns calculations.
13069         * [controls/Makefile]
13070         Remove rules for old file 'caption.c'.
13072         * [misc/kernel.c]
13073         Remove empty stub GetModuleFileName().
13075         * [loader/library.c]
13076         New GetModuleHandle() function.
13077         New GetModuleUsage() function.
13078         New GetModuleFileName() function.
13080         * [loader/resource.c]
13081         Try to find the bug a missing menu loading ... Not found yet !
13083         * [windows/win.c]
13084         Remove old menubar creation.
13086 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
13088         * [misc/winsocket.c]
13089         More functions added.
13091         * [if1632/winsock.spec] [misc/winsocket.c]
13092         Added John Brezak's winsock.dll stuff.
13094 ----------------------------------------------------------------------
13095 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
13097         * [loader/selector.c]
13098         Added function CreateNewSegments().  Modified IPCCopySelector
13099         to allow aliasing to any arbitrary memory space.
13101         * [memory/global.c]
13102         Fixed potential bug in GlobalGetFreeSegments().
13104         * [memory/linear.c]
13105         Created functions GlobalLinearLock() and GlobalLinearUnlock().
13107 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
13109         * [controls/widgets.c]
13110         Removed CAPTION window class.
13112         * [loader/cursor.c]
13113         Bug fix in LoadCursor(): don't allocate memory every time for
13114         built-in cursors.
13116         * [windows/clipping.c]
13117         Invalidate child windows in InvalidateRgn().
13119         * [windows/defwnd.c]
13120         Added repaint of the caption when changing window text.
13122         * [windows/event.c]
13123         Modified SetCapture() to allow keyboard events while capturing.
13125         * [windows/message.c]
13126         New function MSG_GetHardwareMessage(), to do mouse tracking
13127         without returning control to the Windows program.
13129         * [windows/nonclient.c]
13130         A couple of changes in frame drawing for DLGMODALFRAME windows.
13131         Rewritten window moving code, to use MSG_GetHardwareMessage()
13132         instead of non-client mouse events (this is the way Windows
13133         does it), and to send WM_ENTERSIZEMOVE messages.
13134         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
13136         * [windows/win.c]
13137         Allocate temporary structures on the USER heap instead of
13138         using GlobalAlloc().
13140         * [windows/winpos.c]
13141         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
13143 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13145         * [windows/nonclient.c]
13146         Call to StdDrawScrollBar() during NC's drawing.
13147         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
13148         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
13149         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
13151         * [controls/menu.c]
13152         New GetSubMenu() function.
13153         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
13155         * [controls/listbox.c]
13156         Start changes to satisfy recent changes in scrollbars/windows.
13158         * [loader/resource.c]
13159         Put some code in LoadAccelerators() stub.
13160         New TranslateAccelerator() function.
13162         * [windows/win.c]
13163         Remove GetMenu() & SetMenu() functions.
13164         Call to NC_CreateScrollBars() if required by CreateWindow().
13166 ----------------------------------------------------------------------
13167 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
13169         * [window/win.c]
13170         Added functions EnumWindows, EnumChildWindows, and helper
13171         WIN_EnumChildWin.  EnumWindows won't list all wine windows
13172         because GetDesktopWindow isn't complete.  However, the code
13173         is in place for it to work correctly and only needs 
13174         GetDesktopWindow to do so.  
13176 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
13178         * [windows/defwnd.c]
13179         Added handling of activation messages (WM_ACTIVATE,
13180         WM_NCACTIVATE, WM_MOUSEACTIVATE)
13182         * [windows/event.c]
13183         De-activate the window when losing input focus.
13185         * [windows/focus.c]
13186         Bug fix in SetFocus().
13188         * [windows/message.c]
13189         Added activation of the window on mouse-clicks.
13191         * [windows/nonclient.c]
13192         Changed non-client area painting to use the correct colors
13193         depending upon the activation state.
13194         Added WM_NCACTIVATE message handling.
13195         Fixed a couple of bugs in window moving and resizing.
13197         * [windows/winpos.c]
13198         Implemented Get/SetActiveWindow().
13199         Implemented SWP_NOACTIVATE flag in SetWindowPos().
13201 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13203         * [misc/message.c]
13204         MessageBox has a CaptionBar for his title except for
13205                 MB_SYSTEMMODAL with MB_ICONHAND.
13207         * [windows/nonclient.c]
13208         Call to NC_TrackSysMenu on SysMenu button mouse click.
13210         * [windows/defwnd.c]
13211         Call to NC_TrackSysMenu on Alt key (VK_MENU).
13213         * [controls/menu.c]
13214         New GetSystemMenu() function.
13215         New CopySystemMenu() internal function.
13216         New NC_TrackSysMenu() internal function.
13218         * [include/windows.h]
13219         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
13221 ----------------------------------------------------------------------
13222 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
13224         * [window/win.c]
13225         Added functions EnableWindow, IsWindowEnabled, and helper 
13226         WIN_SetSensitive.
13227         
13228         * [window/event.c]
13229         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
13230         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
13231         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
13232         button presses beep for a disabled window.  
13233         If anyone finds better places for these checks, please tell me.
13235 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13237         * [misc/message.c]
13238         Cleanup on buttons answer value returned.
13240         * [control/combo.c]
13241         Now use OBM_COMBO bitmap dropdown button.
13243 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
13245         * [misc/comm/c]
13246         A few bugfixes.
13248 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
13250         * [loader/cursor.c]
13251         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
13253         * [include/options.h] [misc/main.c]  (New files)
13254         Rewrote main() function to get rid of Xt application context,
13255         and added command-line option parsing.
13257         * [objects/color.c]
13258         Use of a private map now configurable with command-line option.
13260         * [windows/defwnd.c]
13261         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
13263         * [windows/event.c]
13264         Removed ConfigureNotify event handler (no longer needed).
13266         * [windows/message.c]
13267         Send WM_SETCURSOR message on mouse events.
13269         * [windows/nonclient.c]
13270         Use OEM bitmaps for the drawing of the non-client area.
13271         Added caption bar buttons handling, and moving and resizing of
13272         the window via the window frame (bypassing the window manager).
13274         * [windows/painting.c]
13275         Bug fix in BeginPaint().
13277         * [windows/win.c]
13278         Set the override_redirect flag for windows (to bypass window
13279         manager).
13281         * [windows/winpos.c]
13282         Implemented WindowFromPoint(), ChildWindowFromPoint(),
13283         BringWindowToTop(), Get/SetInternalWindowPos(),
13284         Get/SetWindowPlacement().
13286 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
13288         * [memory/heap.c]
13289         Added support for multiple local heaps.
13291 ----------------------------------------------------------------------
13292 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
13294         * [window/caret.c]
13295         Modified code to use system timer.
13297 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13299         * [windows/win.c]
13300         Windows create if required new XLIB MenuBar & CaptionBar.
13302         * [windows/defwnd.c]
13303         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
13304         (I'm not sure it's the good place for it, but it work...)
13306         * [loader/resource.c]
13307         optimize in FindResourceByNumber, make lseek() if next type ...
13309         * [controls/scroll.c]
13310         scrollbar buttons are now using system resources bitmaps.
13312         * [controls/caption.c] - new file ...
13313         captionbar showing title, close button with SysMenu,
13314         and other buttons using system resources bitmaps.
13316         * [controls/menu.c]
13317         New functions: SetMenuItemBitmaps() with 'glues',
13318         Make new version of LoadMenu() & ParseMenu(),
13319         ( put #define USE_POPUPMENU ).
13320         Implementation of MenuBar functions.
13321         
13322         * [sysres.dll]
13323         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
13324         New SYSMENU menu, it don't work yet ! :-((
13326 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
13328         * [memory/atom.c]
13329         Fixed a bug that could cause atoms to be case-sensitive.
13331         * [misc/rect.c]
13332         Bug fix in SubtractRect().
13334         * [objects/clipping.c]
13335         Bug fix when setting the clip mask to an empty region.
13337         * [windows/dce.c]
13338         Bug fix in ReleaseDC().
13340         * [windows/dialog.c]
13341         Call AdjustWindowRectEx() before creating the dialog window.
13342         Added support for DS_MODALFRAME style.
13344         * [windows/event.c]
13345         Cleaned up event handling and removed old Xt stuff.
13346         Moved double-click handling to windows/message.c
13348         * [windows/focus.c]
13349         Bug fix: only set the X focus when the window is viewable.
13351         * [windows/graphics.c]
13352         Rewritten DrawReliefRect() to use brush instead of pen, and
13353         to use the system colors.
13355         * [windows/message.c]
13356         Implemented WM_NCHITTEST message sending, and non-client
13357         mouse messages.
13358         Cleaned up double-click handling, and removed the Xt code.
13360         * [windows/nonclient.c]  (New file)
13361         Implemented AdjustWindowRect().
13362         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
13364         * [windows/painting.c]
13365         Added sending of the WM_NCPAINT message in BeginPaint().
13367         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
13368         Implemented system metrics.
13370         * [windows/win.c]
13371         Bug fix in setting the parent and owner in CreateWindow().
13372         Removed the Xt code.
13374         * [windows/winpos.c]
13375         Added sending of the WM_NCPAINT message in SetWindowPos().
13376         Removed the Xt code.
13378 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
13380         * [windows/class.c]
13381         Implemented GetClassName and GetClassInfo.
13383         * [windows/caret.c]
13384         Various improvements to text caret code.
13386 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
13388         * [misc/comm.c]
13389         Patches to work with NetBSD.
13391 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
13393         * [objects/bitblt.c] Added StretchBlt().
13395 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
13397         * [misc/user.c]
13398         Added creation of system message queue.
13400         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
13401         Added DC size fields into DC structure.         
13403         * [objects/clipping.c]
13404         Bug fix in CLIPPING_IntersectRect().
13406         * [windows/class.c]
13407         Allocate a DCE instead of a DC for CS_CLASSDC classes.
13409         * [windows/clipping.c]
13410         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
13412         * [windows/dce.c]
13413         Implemented GetDCEx() and GetWindowDC().
13415         * [windows/defwnd.c]
13416         Implemented WM_WINDOWPOSCHANGED handling.
13418         * [windows/event.c]
13419         Preliminary support for Xlib event handling instead of Xt callbacks.
13420         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
13422         * [windows/message.c]
13423         Preliminary support for multiple message queues.
13424         Implemented hardware_event() to store messages into the system queue.
13425         Implemented Get/SetTaskQueue().
13426         Better WM_PAINT and WM_TIMER handling.
13427         Changes to use Xlib instead of Xt for events.
13429         * [windows/painting.c]
13430         Use GetDCEx() to retrieve the DC, to get a correct visible region.
13432         * [windows/timer.c]
13433         Moved the timer procedure callback into DispatchMessage().
13434         Changed implementation to get rid of Xt timeouts.  Timer checking
13435         is now done inside GetMessage().
13437         * [windows/win.c]
13438         Allocate a DCE instead of a DC for CS_OWNDC windows.
13439         Replaced Xt calls with Xlib calls.
13440         Moved window positioning functions into windows/winpos.c
13442         * [windows/winpos.c]  (New file)
13443         Rewritten most of the window positioning functions.
13444         Implemented SetWindowPos() and MapWindowPoints().
13446 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13448         * [if1632/user.spec]
13449         Bad arguments description for function SetDlgItemText.
13451         * [objects/text.c]
13452         Function DrawText now handle DT_CALCRECT request.
13454         * [misc/message.c]
13455         Message boxes now use DrawText with DT_CALCRECT.
13457         * [windows/graphics.c]
13458         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
13460         * [windows/win.c]
13461         Bug fix for flags in function ShowWindow.
13462         More accurate WM_SIZE generated by function ShowWindow.
13464         * [controls/listbox.c]
13465         More code for LBS_MULTIPLESEL.
13466         More code for LBS_MULTICOLUMN.
13468         * [include/windows.h]
13469         Bad define for MF_SEPARATOR.
13471         * [controls/menu.c]
13472         New functions: PopMenuWndProc() with 'glues',
13473         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
13474         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
13475         Code in stubs: CreateMenu(), DestroyMenu(). 
13477 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
13479         * loader/wine.c: Added support for relocation types 5 and 6.
13481 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
13483         * [misc/comm.c]
13484         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
13485         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
13486         GetCommError(), SetCommEventMask(), GetCommEventMask(),
13487         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
13488         WriteComm().
13490 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
13492         * [windows/caret.c]
13493         Implemented text caret functions.
13495 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
13497         * [loader/wine.c]
13498         Bug fix in LoadImage().
13500         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
13501           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
13502         Modified graphics calls to take into account the DC origin.
13504         * [windows/defwnd.c]
13505         Added preliminary WM_NCCALCSIZE handling.
13507         * [windows/event.c]
13508         Send WM_NCCALCSIZE message on resize event.
13510         * [windows/win.c]
13511         Send WM_NCCALCSIZE message in CreateWindow().
13512         Realize widgets at creation time (should prevent problems with
13513         unrealized widgets).
13515 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13517         * [controls/static.c]
13518         Send mouse & keyboard message received to its parent.
13520         * [controls/scroll.c]
13521         Send keyboard message received to its parent.
13523         * [controls/listbox.c]
13524         Add Navigation keys .
13525         ListBox now use VSCROLL & HSCROLL instead of children.
13526         Alpha version of LBS_MULTIPLESEL.
13527         Alpha version of LBS_MULTICOLUMN.
13529         * [controls/combo.c]
13530         Add Navigation keys on closed ComboBox.
13531         Remove useless 'COMBOBOX_CreateComboBox' function.
13533 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
13535         * [loader/wine.
13536         LoadImage() modified to use FindFile().
13538         * [misc/file.c]
13539         SetErrorMode added
13541         * [misc/dos_fs.c]
13542         bug fixes.
13544 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13546         * [memory/global.c]
13547         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
13549         * [sysres.dll]
13550         preliminary version of a 'glass of wine' bitmap
13552         * [windows/event.c]
13553         New function 'GetCapture'.
13555         * [controls/scroll.c]
13556         Remove useless 'SCROLLBAR_CreateScrollBar' function.
13558         * [controls/listbox.c]
13559         Remove useless 'LISTBOX_CreateListBox' function.
13561 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
13563         * [objects/font.c]
13564         Corrected bugs in GetCharWidth().
13566         * [windows/event.c]
13567         Modified EVENT_key to send Windows virtual key codes for
13568         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
13569         for printable characters.
13571 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
13573         * [windows/graphics.c]
13574         Added Polyline and Polygon
13576 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
13578         * [controls/listbox.c]
13579         ListBoxDirectory() modified to use dos_fs.c's functions to
13580         access files&|drives.
13582 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
13584         * [misc/dos_fs.c]
13585         Added FindFile() to search a file in a dos/unix style path.
13586         
13587         * [misc/file.c]
13588         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
13589         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
13590         GetDriveType.                      
13592         * [misc/int21.c]
13593         Modified.
13595 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
13597         * [misc/profile.c]
13598         The Profile functions now return the correct values. They now
13599         implement all the features described in the SDK.
13601 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
13603         * [loader/selector.c]
13604         Rewrote selector aliasing routines to use System V IPC
13605         routine to alias memory segments.
13607 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13609         * [controls/listbox.c]
13610         More consistency in functions using wIndexes
13612         * [controls/scroll.c]
13613         New function : ShowScrollBar().
13615         * [loader/cursor.c] ... New file
13616         Move cursor functions from [loader/resource.c].
13617         New function : ClipCursor().
13618         New function : GetClipCursor().
13619         New function : CreateCursor().
13620         SetCursor() now working using gloabal variable 'winHasCursor'.
13622         *[object/palette.c]
13623         New stub only : SelectPalette().
13624         New stub only : RealizePalette().
13626         *[win/event.c]
13627         New function : EVENT_enter_notify(),
13628                 update 'winHasCursor' and send WM_SETCURSOR.
13630         *[win/defwnd.c]
13631         Add processing of WM_SETCURSOR message.
13633         *[win/win.c]
13634         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
13635         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
13636         New function ClientToScreen().
13637         New function ScreenToClient().
13639 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
13641         * [files.h / regfunc.h / misc/dos.c]
13642         Removed.
13644         * [misc/dos_fs.c]
13645         Added support for loading dosdrive cfg from wine.ini.
13647         * [misc/int21.c]
13648         Modified.
13651 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
13653         * [include/atom.h] [memory/atom.c]
13654         Implemented atoms.
13656         * [windows/class.c]
13657         Modified RegisterClass() to use atoms.
13658         Implemented CS_GLOBALCLASS style.
13660         * [windows/message.c]
13661         Implemented RegisterWindowMessage().
13663         * [loader/resource.c]
13664         Bug fix in LoadResource().
13666         * [windows/dialog.c]
13667         Modified CreateDialogParam() to use Find/LoadResource().
13669 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
13671         * [windows/scroll.c]
13672         Preliminary implementations of ScrollWindow, ScrollDC and
13673         ScrollWindowEx.
13675 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13677         * [controls/listbox.c]
13678         Optimization of redraw during 'Add' or 'Insert'.
13680         * [controls/scroll.c]
13681         Optimization of WM_PAINT during 'thumbtracking'.
13683         * [controls/button.c]
13684         Add of beta implement of 'BS_OWNERDRAW'
13686         * [controls/static.c]
13687         Style 'SS_ICON' new supported.
13689         * [misc/message.c]
13690         Begin of implemantation of MB_XXX styles.
13692         * [loader/resource.c]
13693         Function LoadIcon() : now prepare transparency Bitmap mask.
13694         Function LoadCursor() : now prepare a 'X pixmapcursor'.
13695         New function SetCursor() : not finished.
13696         New function ShowCursor() : not finished.
13697         New function AccessResource() : stub.
13699         * [obj/dib.c]
13700         Function DrawIcon(): deugging phase of icon transparency mask.
13702         * [loader/library.c]
13703         new file for news functions LoadLibrary() & FreeLibrary().
13705         * [sysres.dll]
13706         Resources only 16bits DLL for System Resources, icons, etc...
13708 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
13710         * [include/dialog.h] [windows/dialog.c]
13711         Simplified dialog template parsing.
13712         Implemented DialogBoxIndirect().
13714         * [windows/win.c]
13715         Fixed bug in CreateWindow() when aborting window creation.
13716         Modified UpdateWindow() to only update visible windows.
13717         Implemented IsWindow().
13719 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13721         * [controls/listbox.c]
13722         Listbox control window : new messages.
13724         * [controls/combo.c]
13725         Combo box control window : new messages.
13727         * [misc/message.c]
13728         Moved stub MessageBox() to this new file.
13729         Implemented of a callback, now MessageBox show a window.
13731         * [loader/resource.c]
13732         New function DestroyIcon()
13733         New function DestroyCursor()
13734         Filled stub LoadIcon()
13735         Filled stub LoadCursor()
13736         Bug fixed in FindResourceByName() : missing lseek().
13738         * [obj/dib.c]
13739         New function DrawIcon()
13741         * [windows/win.c]
13742         New function CloseWindow()
13743         New function OpenIcon()
13744         New function IsIconic()
13745         New Function FindWindow()
13747 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
13749         * [loader/selector.c]
13750         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
13752 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
13754         * [loader/selector.c]
13755         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
13757 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
13759         * [loader/resource.c]
13760         Wrote FindResource(), LoadResource(), LockResource(),
13761         and FreeResource()
13763         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
13764         Changed selector allocation method.
13766 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
13768         * [if1632/callback.c if1632/call.S if1632/user.spec] 
13769         added Catch (KERNEL.55) and Throw (KERNEL.56)
13770         
13771 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13773         * [controls/scroll.c]
13774         Scroll bar control window
13775                 Bug resolved : Painting message before scroll visible.
13777         * [controls/listbox.c]
13778         Listbox control window
13779                 Destroy cleanup.
13781         * [controls/combo.c]
13782         Combo box control window
13783                 Destroy cleanup.
13785         * [controls/button.c]
13786                 GetCheck Message now return is state.
13788         * [windows/win.c]
13789         New function IsWindowVisible()
13791 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
13793         * [if1632/user.spec]
13794         Removed some duplicate entries.
13796         * [include/dialog.h] [windows/dialog.c]
13797         Implemented dialog units and fonts.
13798         Added preliminary loading of dialog resources.
13799         Preliminary implementation of DialogBox().
13800         Implemented Get/SetDlgItem* functions.
13802         * [windows/win.c]
13803         Implemented WM_PARENTNOTIFY message.
13804         Implemented CreateWindowEx() and GetWindow().
13805         Completed DestroyWindow().
13807 Mon Nov  1 18:19:34 1993  Erik Bos
13809         * [loader/signal.c]
13810         Added support for int 0x11 & 0x12.
13812         * [loader/int21.c]
13813         Improved function handling.
13815 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
13817         * [objects/font.c]
13818         Implemented GetCharWidth().
13820 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
13822         * [Makefile]
13823         Use GNU malloc.
13825         * [include/int21.h include/wine.h]
13826         Change sc_eflags to sc_efl .
13828         * [include/wine.h]
13829         Fix misplaced #endif
13830         Include <signal.h> for NetBSD
13832         * [loader/int21.c]
13833         Don't include <sys/vfs.h> in NetBSD
13834         Do include <sys/mount.h> in NetBSD
13835         Cleanup some lint.
13837 Mon Oct 26 17:59:01 1993  Erik Bos
13839         * [include/int21.h]
13840         Added.
13842         * [loader/int21.c]
13843         Added support for many dos ints.
13845         * [misc/file.c] [include/files.h]
13846         Moved OPEN_MAX and DosDriveStruct to files.h.
13848 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
13850         * [controls/button.c]
13851         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
13852         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
13853         a preliminary USERBUTTON control.
13855         * [objects/text.c]
13856         Corrected bugs in TEXT_NextLine() and added handling of prefix
13857         character.
13859         * [controls/button.c]
13860         Disabled focus handling by commenting out SetFocus() calls until
13861         serious bug can be found.
13863 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13865         * [controls/listbox.c]
13866         Listbox control window
13867                 Painting cleanup, new messages processed.
13869         * [controls/scroll.c]
13870         Scroll bar control window
13871                 Painting cleanup.
13873         * [controls/combo.c]
13874         Combo box control window
13875                 Painting cleanup.
13877 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
13879         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
13880         Better support for the private color map.
13881         Using a private map is now the default.
13883         * [windows/win.c]
13884         Bug fix.
13886         * [include/dialog.h] [windows/dialog.c]
13887         Implemented CreateDialog*() and IsDialogMessage().
13889         * [misc/xt.c] [windows/defwnd.c]
13890         Moved DefWindowProc() to defwnd.c.
13891         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
13893         * [windows/defdlg.c]
13894         Started the implementation of DefDlgProc().
13896         * [windows/win.c]
13897         Added WM_NCCREATE and WM_NCDESTROY messages.
13898         Implemented IsChild().
13900 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
13902         * [windows/focus.c]
13903         Implemented GetFocus() and SetFocus().
13905         * [windows/event.c]
13906         Added processing of FocusIn and FocusOut events.
13908         * [windows/graphics.c]
13909         Added DrawFocusRect().
13911 Sat Oct  9 14:36:57 1993  Erik Bos
13913         * [loader/int1a.c]
13914         Added more function handling.
13916 Wed Oct  6 12:21:22 1993  Erik Bos
13918         * [loader/signal.c]
13919         Split signal.c into int1a.c, int21.c and signal.c.
13921 Tue Oct  5 22:12:40 1993  David Metcalfe
13923         * [controls/static.c] [control/widgets.c]
13924         Static control class.
13926         * [objects/text.c]
13927         Added processing of additional DT_ flags to DrawText().
13929         * [windows/win.c] [misc/xt.c]
13930         Added SetWindowText() and WM_SETTEXT processing.
13932 Tue Oct  5 22:12:40 1993  Martin Ayotte
13934         * [controls/listbox.c]
13935         Listbox control window
13937         * [controls/scroll.c]
13938         Scroll bar control window
13940         * [controls/combo.c]
13941         Combo box control window
13943         * [include/combo.h]
13944         Combo box definitions
13946         * [include/listbox.h]
13947         Listbox definitions
13949         * [include/scroll.h]
13950         Scroll bar definitions
13952 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
13954         * [if1632/callback.c]
13955         Fixed bug in MakeProcInstance().
13957         * [debugger/info.c]
13958         Changed x/w and x/b to display in hex.
13960         * [debugger/i386-pinsn.c]
13961         Added code to properly unassemble 16-bit indexing.
13963 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
13965         * [loader/files.c] [misc/profile.c]
13966         System initialization file is now called "wine.ini" and can
13967         be located in the current directory, the user's home directory,
13968         or any directories specified in the WINEPATH environment variable.
13970         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
13971         Changed register function stack to match sigcontext structure.
13973 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
13975         * [loader/files.c]
13976         Created function to search a path for files to load.
13978         * [loader/wine.c]
13979         Modified exe and dll file loading to search through path
13980         specified by the environment variable WINEPATH.
13982 Thu Sep 30 22:30:21 1993  Eric Youngdale
13984         * [loader/signal.c]
13985         Bug fix.
13987 Thu Sep 30 22:30:21 1993  John Brezak
13989         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
13990           [debugger/obstack.h]
13991         Updates to allow debugger to function under NetBSD.
13993 Tue Sep 28 19:59:21 1993  David Metcalfe
13995         * [windows/win.c]
13996         Implemented support for windows with no borders.  Added
13997         GetParent(), GetDlgCtrlID(), GetWindowText() and
13998         GetWindowTextLength() functions.
14000         * [misc/xt.c]
14001         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
14002         to DefWindowProc and Implemented MessageBeep().
14004         * [windows/syscolor.c]
14005         Added preliminary system color support.
14007         * [controls/button1.c]
14008         Mods to new button control and integration with Wine.
14010 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
14012         * [controls/button1.c]
14013         New button control using GDI functions.
14014         
14015 Tue Sep 28 19:59:21 1993  Eric Youngdale
14017         * [debugger/*]
14018         Added debugging capabilities to Wine
14020 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
14022         * [objects/region.c]
14023         Bug fix
14025 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
14027         * [tools/build.c]
14028         Changed the entry point code to reduce the standard entry
14029         point size from 22 bytes to 10 bytes.  This leaves about
14030         4000 free entry points instead of the 800 in version 0.4.2.
14032         * [loader/resource.c]
14033         Rewrote functions to allow loading of resources from any
14034         DLL.
14036         * [loader/wine.c] [include/wine.h]
14037         Added functions GetFilenameFromInstance() and GetFileInfo()
14038         to search for a loaded file based on its instance handle.
14039         Added a field in struct w_files to make searching by an instance
14040         handle faster.
14042 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
14044         * [misc/profile.c]
14045         Implementation of .INI file handling
14047 Mon Sep 20 10:54:32 1993  David Metcalfe
14049         * [misc/profile.c.old]
14050         Implementation of .INI file handling
14052 Mon Sep 20 10:54:32 1993  John Brezak
14054         * [controls/WinButton.c]
14055         Bug fix with call to XtVaSetValues.
14057 Mon Sep 20 10:54:32 1993  Alexandre Julliard
14059         * [windows/win.c]
14060         Quick patch to get colormaps to work with button widget.
14062 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
14064         * misc/keyboard.c: 
14065         Ifdefed out some bogus Ansi<->Oem conversion functions
14067         * misc/lstr.c: 
14068         New file with string functions like lstr* IsChar* *Ansi* 
14070 Wed Sep 15 20:35:10 1993  John Brezak
14072         * [loader/signal.c]
14073         Additional changes to support NetBSD.
14075 Wed Sep 15 22:19:22 1993  Martin Ayotte
14077         * [windows/graphics.c]
14078         Added FrameRect function
14080 Tue Sep 14 13:54:45 1993  Alexandre Julliard
14082         * [objects/color.c] [objects/palette.c]
14083         Preliminary support for private color map.
14085         * [windows/class.c]
14086         Implemented CS_CLASSDC style.
14088         * [windows/dce.c]
14089         Moved DCEs to USER heap.
14090         Implemented class and window DCs.
14092         * [windows/event.c]
14093         Implemented CS_DBLCLKS style.
14095         * [windows/graphics.c]
14096         Bug fix in SetPixel().
14098         * [windows/win.c]       
14099         Implemented CS_OWNDC style.
14100         Implemented Get/SetWindowLong().
14102         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
14103           [windows/dce.c] [windows/message.c] [windows/win.c]   
14104         Moved windows from global heap to USER heap.
14106 Mon Sep 13 05:00:11 1993  Eric Youngdale
14108         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
14109           [loader/wine.c] [tools/build.c]
14110         Added ability to generate missing functions statistics.
14112 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
14114         * [WIN31-APPLETS]
14115         Added new file.
14117         * [if1632/kernel.spec]
14118         Added definitions for GetProfile{Int,String} and SetHandleCount.
14120         * [if1632/keyboard.spec]
14121         Created interface specification for Keyboard driver DLL.
14123         * [if1632/relay.c]
14124         Added keyboard.dll to list of included DLLs.
14126         * [if1632/user.spec]
14127         Added LoadAccelerators definition.
14129         * [loader/resource.c]
14130         Added LoadAccelerators stub.
14132         * [misc/file.c]
14133         Changed OpenFile, and added SetHandleCount (for winfile.exe)
14135         * [misc/keyboard.c]
14136         Added keyboard code.
14138         * [misc/profile.c] [misc/xt.c]
14139         Moved GetPrivateProfile* commands here, and added GetProfile*
14140         commands.
14142 Mon Sep 13 10:24:37 1993  Andrew Bulhak
14144         * [windows/utility.c]
14145         Implemented MulDiv(), OutputDebugString() and wvsprintf()
14147 Fri Sep 10 09:13:30 1993  John Brezak
14149         * [*/Makefile]
14150         Created patch to allow BSD make to build wine.
14152         * [windows/win.c]
14153         Fixed NULL pointer reference.
14155         * [windows/message.c] [misc/xt.c]
14156         Defined HZ to handle system specific timing.
14158         * [windows/graphics.c]
14159         Use M_PI is PI
14161         * [objects/pallete.c]
14162         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
14164         * [dump.c] [ldt.c] [wine.c]
14165         ifdef'ed linux headers for linux compile.
14167         * [loader/ldtlib.c]
14168         Add NetBSD system calls when compiled on that system.
14170         * [loader/selector.c]
14171         Use mmap(MAP_ANON, ...) for NetBSD.
14173         * [if1632/call.S]
14174         Fixed selector assumptions.
14176 Thu Sep 9 20:01:37 1993  David Metcalfe
14178         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
14179           [windows/win.c] [windows/class.c]
14180         Added 3D button control and tied into CreateWindow()
14182 Thu Sep  9 07:35:24 1993  Scott Laird
14184         * [if1632/sound.spec]
14185         Created interface specification for SOUND DLL.
14187         * [if1632/win87em.spec]
14188         Added more functions to the WIN87EM DLL interface specification
14190         * [misc/emulate.c]
14191         Created stubs for the new math emulation functions.
14193         * [misc/sound.c]
14194         Created stubs for the SOUND DLL.
14196 Sun Sep  5 21:02:10 1993  John Burton
14198         * [if1632/kernel.spec]
14199         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
14200         and _lwrite.
14202         * [include/windows.h]
14203         Added OF_ macros
14205         * [misc/file.c]
14206         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
14208 Fri Sep  3 18:47:03 1993  Alexandre Julliard
14210         * [windows/dc.c]
14211         Bug fix
14213         * [objects/text.c]
14214         Bug fix
14216 Fri Sep  3 18:47:03 1993  Bob Amstadt
14218         * [objects/linedda.c]
14219         Finished LineDDA().
14221 Fri Sep  3 11:52:18 1993  Bob Amstadt
14223         * [windows/timer.c]
14224         Changed to use CallWindowProc() rather directly calling callback.
14226         * [windows/event.c]
14227         Implemented SetCapture() and ReleaseCapture()
14229         * [windows/keyboard.c]
14230         Created stub for GetKeyState()
14232         * [objects/linedda.c]
14233         Created stub for LineDDA()
14235         * [if1632/callback.c]
14236         Created callback handler for LineDDA callback procedure.
14238         * [if1632/callback.c]
14239         Created FreeProcInstance()
14241 Fri Sep  3 08:36:52 1993  David Metcalfe
14243         * [loader/signal.c]
14244         Patch to and code for INT 1A
14246 Thu Sep  2 00:31:54 1993  Alexandre Julliard
14248         * [objects/font.c] [objects/text.c]
14249         More text support: implemented justification and underlining.
14251         * [windows/clipping.c] [objects/clipping.c]
14252         Moved low-level clipping functions to objects/clipping.c.
14254         * [windows/clipping.c] [windows/event.c] [windows/message.c]
14255         Implemented window update regions.
14257         * [windows/dc.c] [objects/dcvalues.c]
14258         Moved some device-independent DC functions to objects/dcvalues.c.
14260         * [windows/graphics.c]
14261         Implemented InvertRect() and GetPixel().
14263 Sat Aug 28 08:40:23 1993  Eric Youngdale
14265         * [include/neexe.h] [loader/wine.c]
14266         Added code to handle relocation type 4.
14268         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
14269         Added support for dos interrupts.
14271 Thu 26 Aug 19:15:00 1993  Eric Youngdale
14273         * [loader/selector.c]
14274         Fixed bug dealing with loading DLLs.
14276 Thu Aug 26 19:22:40 1993  Alexandre Julliard
14278         * [include/gdi.h] [objects/font.c] [windows/dc.c]
14279         Beginning of real font support.
14281         * [windows/graphics.c]
14282         Implemented PatBlt().
14284         * [memory/global.c]
14285         Corrected a bug with linked list handling in GlobalAlloc().
14287         * [objects/bitmap.c]
14288         Corrected a bug in BITMAP_SelectObject().
14290 Tue Aug 24 19:22:40 1993  David Metcalfe
14292         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
14293           [controls/SmeMenuButt*]
14294         Change code to support & as a special character in menu item text.
14296 Tue Aug 24 19:22:40 1993  Alexandre Julliard
14298         * [include/gdi.h] [windows/dc.c]
14299         Heavily modified the DC structure for better device-independence.
14301         * [objects/bitmap.c]
14302         Implemented bitmap dimensions.
14304         * [windows/dc.c] [windows/dce.c]
14305         Implemented DC state saving and restoring.
14307         * [windows/dc.c]
14308         Implemented ROP mode.
14310         * [windows/graphics.c]
14311         Implemented FillRect().
14313 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
14315         * [misc/xt.c]
14316         Fixed bug in InvalidateRect().  Solitaire attempted to
14317         clear window before it was realized.
14319         * [loader/resource.c]
14320         Began rewrite of LoadBitmap().
14322         * [loader/wine.c]
14323         Fixed code which set Argv and Argc global variables.
14325         * [loader/selector.c]
14326         Added code to set up command line arguments.
14328         * [include/neexe.h]
14329         Fixed error in PSP structure.
14331 Tue Aug 17 20:41:12 1993  Alexandre Julliard
14333         * [include/gdi.h] [windows/dc.c]
14334         Implemented device capabilities.
14336         * [objects/region.c]
14337         Implemented EqualRgn() and CombineRgn().
14339         * [windows/clipping.c]
14340         Implemented Save/RestoreVisRgn().
14342         * [windows/graphics.c]
14343         Implemented PaintRgn() and FillRgn().
14345         * [windows/mapping.c]
14346         Implemented mapping modes.
14348 Tue Aug 10 14:07:38 1993  Alexandre Julliard
14350         * [if1632/user.spec] [misc/rect.c]
14351         Implemented rectangle API functions.
14353         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
14354         Implemented regions.
14356         * [windows/class.c]
14357         Corrected a typo in UnregisterClass().
14359         * [windows/clipping.c] [windows/dc.c]
14360         Implemented DC clipping and visible region.
14362 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
14364         * [controls/menu.c] [windows/win.c]
14365         SetMenu(), GetMenu(), CheckMenuItem() implemented
14367 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
14369         * [controls/menu.c] [windows/win.c]
14370         Many improvements menus.  LoadMenu() should work.
14372 Wed Aug  4 14:55:36 1993  Alexandre Julliard
14374         * [objects/dib.c]
14375         Started the implementation of device-independent bitmaps.
14377         * [objects/bitmap.c]
14378         Added support for multiple bitmap depths.
14380         * [objects/brush.c]
14381         Implemented pattern brushes.
14383         * [windows/dc.c] [windows/graphics.c]
14384         Implemented some GDI graphics primitives.
14386 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
14388         * [controls/menu.c] [windows/win.c] [include/menu.h]
14389         Code to load class menus from executable file.
14391         * [if1632/user.spec]
14392         Fixed specification of SendMessage() and PostMessage.
14394 Mon Jul 26 21:53:24 1993  Alexandre Julliard
14396         * [if1632/call.S]
14397         Corrected a bug in KERNEL_InitTask().
14399         * [include/windows.h]
14400         Added a lot of constants.
14402         * [loader/selector.c]
14403         Corrected a bug in segment allocation in CreateSelectors().
14405         * [objects/bitmap.c]
14406         Implemented SelectObject() for bitmaps.
14408         * [objects/brush.c]
14409         Implemented hatched brushes and SelectObject().
14411         * [objects/gdiobj.c]
14412         Removed linked list (not needed).
14414         * [objects/palette.c]
14415         Implemented system palette creation and misc. palette API functions.
14417         * [windows/timer.c]
14418         Implemented timers.
14420         * [windows/dc.c]
14421         Implemented memory device contexts.
14423 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
14425         * [dos.c]
14426         Split DOS3Call() out of kernel.c.  Added support for get date
14427         and time functions.
14429         * [call.S]
14430         Added function ReturnFromRegisterFunc() to allow DOS calls
14431         to return values in registers.
14433         * [regfunc.h]
14434         Macros to access registers saved on stack.
14436 Tue Jul 20 10:38:59 1993  Alexandre Julliard
14438         * [win.c]
14439         Corrected allocation of the WM_CREATE data structure.
14441         * [dce.c] [dce.h]
14442         Implemented DCE handling.
14444         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
14445           [gdiobj.c] [palette.c] [pen.c]
14446         Implemented the GDI objects data structures and allocation.
14448         * [windows.h]
14449         Added several structures and constants for GDI objects.
14451 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
14453         * [ldtlib.c]
14454         Modified system calls to match Linus' new interface for
14455         the LDT modification.
14457         * [win.c]
14458         Fixed bug with WM_CREATE message.
14460         * [heap.c] [kernel.spec]
14461         Completed local heap allocation functions.
14463         * [global.c]
14464         Created function GlobalQuickAlloc() for easy allocation from DLLs
14466 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
14468         * [global.c]
14469         Completed global memory pool API
14471 Sun Jul 11 16:59:52 1993  Alexandre Julliard
14473         * [message.c] [user.c] [user.spec] [windows.h]
14474         Added emulation of Windows message queue.
14476 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
14478         * [build.c] Original by Bob Amstadt
14479         * [callback.c] Original by Bob Amstadt, updates by 
14480         Alexandre Julliard
14481         * [dump.c] Original by Bob Amstadt
14482         * [global.c] Original by Bob Amstadt
14483         * [heap.c] Original by Bob Amstadt
14484         * [kernel.c] Original by Bob Amstadt
14485         * [ldt.c] Original by Bob Amstadt
14486         * [ldtlib.c] Original by Bob Amstadt
14487         * [relay.c] Original by Bob Amstadt
14488         * [resource.c] Original by Bob Amstadt, updates by 
14489         Alexandre Juliard
14490         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
14491         * [user.c] Original by Bob Amstadt
14492         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
14493         Alexandre Julliard
14494         * [wintcl.c] Original by Regents of the University of California,
14495         updates by Peter MacDonald and Alexandre Julliard
14496         * [callback.h] Original by Bob Amstadt
14497         * [dlls.h] Original by Bob Amstadt
14498         * [heap.h] Original by Bob Amstadt
14499         * [neexe.h] Original by Bob Amstadt
14500         * [prototypes.h] Original by Bob Amstadt, updates by 
14501         Eric Youngdale
14502         * [segmem.h] Original by Bob Amstadt
14503         * [tkInt.h] Original by Regents of the University of California
14504         * [windows.h] Original by Peter MacDonald, updates by 
14505         Alexandre Julliard and Bob Amstadt
14506         * [wine.h] Original by Eric Youngdale
14507         * [kernel.spec] Original by Bob Amstadt, updates by 
14508         Alexandre Julliard
14509         * [gdi.spec] Original by Bob Amstadt, updates by 
14510         Alexandre Julliard
14511         * [shell.spec] Original by Bob Amstadt
14512         * [unixlib.spec] Original by Bob Amstadt
14513         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
14514         * [win87em.spec] Original by Bob Amstadt
14515         * [Windows.tcl] Original by Peter MacDonald, updates by 
14516         Alexandre Julliard
14517         * [build-spec.txt] Original by Bob Amstadt
14518         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale