Release 980628
[wine/multimedia.git] / ChangeLog
blob143d7613a672ce9d167e405341800b8443f2d0a5
1 ----------------------------------------------------------------------
2 Sun Jun 28 18:37:02 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [if1632/signal.c] [miscemu/instr.c] [memory/virtual.c]
5         Moved page-fault handling to INSTR_EmulateInstruction.
7         * [scheduler/thread.c]
8         Added locking and check for own thread in Suspend/ResumeThread.
10 Sat Jun 27 21:25:21 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
12         * [objects/dib.c] [objects/bitmap.c] [objects/oembitmap.c] 
13           [graphics/x11drv/bitblt.c] [include/bitmap.h]
14         Improved DIB section handling using page fault handlers.
15         (Note: This patch includes code contributed by Matthew J. Francis.)
17         * [memory/virtual.c] [if1632/signal.c] [include/global.h]
18         Page Fault handler support added.
20         * [if1632/signal.c] [loader/signal.c] [tools/build.c] [misc/system.c]
21           [misc/winsock_dns.c] [include/sig_context.h] [include/thread.h]
22         16-bit %fs handling improved: Always preserve 16-bit %fs value,
23         always restore 32-bit %fs value for signal handlers.
25         * [if1632/thunk.c] [loader/module.c] [misc/callback.c] [windows/user.c]
26           [loader/ne/resource.c] [include/callback.h] [include/module.h]
27           [if1632/kernel.spec] [if1632/wprocs.spec]
28         Resource Handler function pointer stored as 16-bit SEGPTR.
30         * [loader/task.c] [windows/win.c] [windows/winpos.c] [if1632/user.spec]
31           [if1632/kernel.spec] [loader/ne/module.c]
32         Some minor incompatibilities fixed (Win32s relies on those):
33         GetExePtr, IsWindow16 should set ES on return; WINPOS_SendNCCalcSize
34         should cope with having the WINDOWPOS structure trashed;
35         the OFSTRUCT in the NE module image should be placed *last*.
37         * [include/windows.h]
38         Missing prototype for FlushViewOfFile.
40         * [loader/task.c]
41         Bugfix: Command line should *not* start with a blank.
42         
43         * [loader/ne/segment.c]
44         Bugfix: Fixups to offset 0 were never applied.
46         * [misc/lstr.c]
47         Use debugstr_a in OutputDebugString16.
49         * [msdos/dpmi.c]
50         Stub for int 31 BL=2f AX=7a20 (NetWare: Get VLM Call Address) added.
52         * [msdos/int21.c]
53         Stub for int 21 AX=440d CL=6f (get drive map information) added.
55 Fri Jun 26 18:08:30 1998  Rein Klazes <rklazes@casema.net>
57         * [windows/winpos.c]
58         Fix small buglet that mixed up maximized and minimized windows.
60         * [include/x11drv.h] [objects/dc.c] [graphics/x11drv/pen.c]
61           [graphics/x11drv/graphics.c]
62         Fix some bugs with lines joining styles. Draws rectangles
63         with thick pens now correctly.
65 Fri Jun 26 16:22:23 1998  James Juran <jrj120@psu.edu>
67         * [misc/shell.c]
68         Fixed bug I introduced last release in InternalExtractIcon.
70         * [win32/file.c]
71         Added documentation for CreateFile32A.
73         * [documentation/wine.man]
74         Updated manpage.        
76         * [ChangeLog]
77         Added my entry from last release.
79 Fri Jun 26 13:33:30 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
81         * [graphics/psdrv/*] [if1632/wineps.spec] [include/psdrv.h]
82           [include/print.h] [objects/gdiobj.c]
83         First stages of an internal Postscript driver. See
84         graphics/psdrv/README . Should print text (badly) from win3.1 notepad,
85         write and winword6.
87         * [documentation/printing]
88         Some notes on printing.
90         * [controls/edit.c]
91         Strip off WS_BORDER in WM_NCREATE, edit draws its own rectangle.
92         EC_USEFONTINFO seems to be used as a left/right value for EM_SETMARGINS
93         and not as an action as the docs say. This actually makes more sense.
94         Scroll the caret back to zero after a WM_SETTEXT.
96 Fri Jun 26 10:56:25 1998  Marcus Meissner <marcus@jet.franken.de>
98         * [if1632/snoop.c]
99         Added win16 inter-dll snooping.
101         * [win32/ordinals.c]
102         KERNEL_485 is GetProcessDword.
104         * [include/xmalloc.h][include/bitmap.h][misc/xmalloc.c]
105         Added xcalloc so we 0 initialize XImages. 
106         Fixes/Hides the 'junk around MOPYFish'.
108         * [misc/ntdll.c]
109         Some stubs added.
111 Thu Jun 25 15:22:43 1998  Adrian Harvey <adrian@select.com.au>
113         * [scheduler/thread.c] 
114         Implemented SuspendThread and ResumeThread.
116 Thu Jun 25 00:55:03 1998  Peter Hunnisett <hunnise@nortel.ca>
118         * [include/debug.h,dplay.h,dsound.h][multimedia/dsound.c,dplay.c]
119           [relay32/dplayx.spec,dplay.spec][multimedia/Makefile.in]
120           [documentation/status/directplay]
121         Added preliminary support for DirectPlay & DirectPlayLobby. Moved the
122         preliminary stubs put in the dsound files into two new files
123         dplay.h and dplay.c.
124         Added new debug channel (dplay) for this.
125         Created new document to keep track of implementation.
127         * [include/winioctl.h][win32/device.c]
128         Added some framework in DeviceIoControl to, in the future, support
129         the "builtin" windows dwIoControlCodes. Added new header file
130         winioctl.h . 
132         * [multimedia/mmsystem.c]
133         Added slightly improved debugging information for PlaySound.
135 Wed Jun 24 12:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de> 
137         * [files/profile.c][graphics/x11drv/xfont.c][loader/module.c]
138         Changed lstrcmpi32A to strcasecmp, lstrncmpi32A to strncasecmp,
139         lstrcpy32A to strcpy, lstrlen32A to strlen, lstrcmp32A to strcmp
140         because it's not necessary to support locale on such places.
141         It causes a huge overhead and even fails sometimes 
143         * [include/oleauto.h][include/winerror.h]
144         Added some ole-related constants.
146         * [misc/shell.c]
147         SHELL32_DllGetClassObject, SHGetSpecialFolderLocation,
148         SHGetPathFromIDList improved the stubs
150         * [ole/folders.c]
151         IShellFolder* functions rewrote the stubs so don't crash and give
152         something sensible back, started implementation of.
154         * [ole/typelib.c][relay32/oleaut32.spec]
155         LoadTypeLib32, RegisterTypeLib stub.
157         * [ole/ole2nls.c]
158         Fixed a buffer overrun in CompareString32A.
159         Test for a bad pointer in LCMapString32A (happens
160         in winhlp32 while building a index for searching). 
162         * [relay32/oleaut32.spec] [ole/typelib.c]
163         Added stub for LoadTypeLib (ole32) to make excel95 happy.
165 Tue Jun 23 22:47:09 1998  Alex Priem <alexp@sci.kun.nl>
167         * [files/profile.c] [relay32/kernel32.spec]
168         Added WritePrivateProfileStructA, GetPrivateProfileStructA,
169         GetPrivateProfileSectionNames16.
171 Tue Jun 23 01:34:43 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
173         * [ole/ole2nls.c]
174         GetStringTypeEx32A: Implemented CT_CTYPE2 and CT_CTYPE3 cases.
175         LCMapString32A: Map final '\0' for '\0'-terminated strings.
177         * [misc/shellord.c] [files/profile.c] [graphics/driver.c] 
178           [loader/module.c] [msdos/int21.c] [windows/driver.c] [files/drive.c]
179         Changed lstrcmpi32A -> strcasecmp.  Should be OK in these places.
181 Sat Jun 20 23:40:00 1998  Bertho Stultiens <bertho@akhphd.au.dk>
183         * [tools/wrc/]
184         Wrc version 1.0.2 (20-Jun-1998). Please revert to 
185         the file tools/wrc/CHANGES for details.
187 Sat Jun 20 14:58:00 1998  Marcel Baur  <mbaur@g26.ethz.ch>
189         * [ole/ole2nls.c] [ole/nls/*]
190         Added the first 57 nls files, most are not yet complete.
192 Wed Jun 17 11:16:54 1998  David Luyer <luyer@ucs.uwa.edu.au>
194         * [relay32/relay386.c] [if1632/relay.c]
195         Move debug_relay_(include|exclude)_list handling into
196         seperate function RELAY_ShowDebugmsgsRelay().  Include
197         checking of this for 16 bit calls (originally only
198         32-bit calls).
200         * [relay32/snoop.c] [misc/main.c]
201         Add debug_snoop_(include|exclude)_list as per the relay stuff.
202         Fix typo and add information on -debugmsg +/-relay=... in
203         help on -debugmsg.  Refer to availability of snoop too.
205 Tue Jun 10 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
207         * [controls/header.c][include/header.h][include/commctrl.h]
208         Added owner draw support.
210         * [windows/nonclient.c][windows/sysmetics.c]
211         Fixed menu bar height for Win95 look.
212         Split NC_AdjustRect95() into NC_AdjustRectOuter95() and
213         NC_AdjustRectInner95 to fix a menu bar bug.
214         Improved Win95 look.
216         * [controls/progress.c]
217         Improved drawing code. Borders will be drawn by non-client code.
219         * [controls/updown.c]
220         Changed memory allocation and fixed some bugs.
222         * [controls/toolbar.c]
223         Fixed TB_BUTTONSTRUCTSIZE bug in MFC programs.
224         Several improvements.
226         * [misc/shell.c]
227         Added stub for BrowseForFoldersA().
229         * [misc/shellord.c]
230         Added stub for SHELL32_147().
232         * [controls/comctl32undoc.c]
233         Minor changes.
235         * [documentation/common_controls]
236         New File: Documentation about development status, undocumented
237         features and functions of the common controls.
239 ----------------------------------------------------------------------
240 Sun Jun 15 10:30:35 1998  Andreas Mohr <100.30936@germany.net>
242         * [files/dos_fs.c] [files/file.c] [if1632/wprocs.spec]
243           [misc/aspi.c]
244         Added support for scanners that need Adaptec's ASPI2DOS.
246         * [graphics/env.c] [misc/printerdrv.c] [graphics/win16drv/init.c]
247           [if1632/gdi.spec] [include/gdi.h]
248         Enhanced printer support (especially Win95):
249         Drv[GS]etPrinterData, [GS]etEnvironment; added AbortProc handling.
251         * [misc/tapi32.c] [relay32/tapi32.spec]
252         Added some stubs.
254         * [configure.in] [graphics/fontengine.c] [include/windows.h]
255           [misc/comm.c] [misc/w32skrnl.c] [misc/win32s16.c]
256         Made Wine compile on HP-UX (just for fun ;)
258         * [controls/menu.c] [include/windows.h]
259         Complete rewrite of EnableMenuItem32.
260         Free Agent 32 still doesn't work :(
262         * [misc/version.c] [if1632/kernel.spec] [include/winbase.h]
263         Implemented GetVersionEx16.
265         * [misc/network.c] [if1632/user.spec]
266         Fixed arguments of WNetGetPropertyText.
268         * [misc/version.c] [relay32/comctl32.spec] [relay32/oleaut32.spec]
269         Implemented COMCTL32_DllGetVersion, OaBuildVersion.
271         * [win32/file.c]
272         Fixed UNC handling of CreateFile32.
274 Sat Jun 13 22:35:12 1998  Douglas Ridgway  <ridgway@winehq.com>
276         * [Makefile.in] [Make.rules.in]
277         Added pattern for CVS merge files to 'make clean'
279         * [ole/olecli.c] [windows/scroll.c] [windows/grahics.c]
280         Add some DC handle unlocking. (When hdc's are always unlocked,
281         they can be made moveable.)
283         * [documentation/wine.texinfo] 
284         Started a Wine Design chapter with discussion of 
285         graphics driver model.
287 Sat Jun 13 11:19:25 1998  David Luyer <luyer@ucs.uwa.edu.au>
289         * [misc/main.c] [relay32/relay386.c]
290         Added new option -debugmsg +relay=.... or -debugmsg -relay=...
292 Fri Jun 12 22:56:09 1998  Marcus Meissner <marcus@jet.franken.de>
294         * [relay32/snoop.c][relay32/builtin.c][loader/pe_image.c]
295         Added inter win32 dll snooping. Use -debugmsg +snoop.
296         Number of arguments and string references are autodetected.
297         Some small bugfixes in the PE loader.
299         * [misc/system.c]
300         Disabled SystemTimers. They do not work with the current
301         %fs handling in the 32->16 relaycode. (helps labview)
303         * [msdos/dpmi.c][msdos/int2f.c][files/drive.c]
304         Added a monoton linear increasing memory allocator for DPMI (required
305         for LabView, HAFAS, ...)
306         mscdex handling in emulated realmode interrupts (for mcicda.drv)
307         allocate logical drives only once. (helps Myst)
309         * [files/profile.c]
310         Handle ^Z as space. Found on CDROMS (helps Myst Installer).
312         * [multimedia/mmio.c]
313         mmio* partially updated to win32. No funny additions.
315         * [windows/driver.c]
316         Added win32 driver handling (will be used for win32 multimedia/
317         msvideo drivers).
319         * [win32/device.c]
320         Added device handling (K32OBJ_DEVICE_IOCTL). Implemented 
321         VTDAPI.5 (used by win95' WINMM.timeGetTime())
323 Fri Jun 12 18:01:18 1998 Rein Klazes <rklazes@casema.net>
325         * [ole/compobj.c relay32/ole32.spec]
326         Add a stub for CoLockObjectExternal32.
328         * [objects/clipping.c]
329         Fix in IntersectClipRect(), when there is no initial clipping
330         region.
332         * [graphics/x11drv/graphics.c]
333         Corrected several "one-off" errors for the Ellipse, Rectangle
334         and RoundRectangle (especially small ones) draw routines. 
335         Arc and friends still have to be done.
337 Fri Jun 12 06:23:19 1998  Matthew Becker <mbecker@glasscity.net>
339         * [misc/ntdll.c]
340         Fixed some of the parameter counts.
342         * [misc/registry.c]
343         General cleanup, documentation.
344         Standard keys are allowed to be 'closed' and succeed.
346         * [misc/shell.c]
347         Check for correct return values from Reg* functions.
349         * [win32/newfns.c]
350         Added stubs for OpenDesktopA, SetThreadDesktop, and
351         SetUserObjectInformationA.
353 Wed Jun 10  20:28:08 1998  James Juran  <jrj120@psu.edu>
355         * [debugger/break.c]
356         Fixed bug introduced in 980503 that broke the -debug command 
357         line option for PE executable files.
359         * [configure.in] [include/acconfig.h] [include/debugtools.h]
360           [documentation/debug-msgs]
361         Added 'configure' options to compile out debugging messages.
362         Use --disable-debug to disable all debugging messages, and
363         --disable-trace to just disable TRACE messages.  This results
364         in a stripped executable that is 15-20% smaller.  This option
365         is very much untested--don't expect it to work.
367         * [documentation/debug-msgs] [documentation/debugging]
368         Minor updates.
370         * [*/*.c]
371         Fixed some compile warnings.  This also includes the
372         compile_warnings_trivial patch from WineHQ.
374 Tue Jun 10 22:00:18 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
376         * [windows/sysmetrics.c][include/sysmetrics.h]
377         Fixed some Win95 values.
379         * [windows/nonclient.c][include/windows.h]
380         Fixed some Win95 drawing bugs.
381         Added extended window style flags (WS_EX_xxx).
383         * [misc/printdrv.c][relay32/winspool.spec]
384         Added stubs for DeletePrinterDriver32A, DeleteMonitor32A
385         and DeletePort32A.
387         * [windows/mdi.c][include/windows.h][relay32/user32.spec]
388         Added stubs for CascadeWindows and TileWindows.
390         * [controls/toolbar.c][include/toolbar.h]
391         Fixed a few bugs and implemented new features.
393         * [misc/shellord.c][relay32/shell32.spec]
394         Added stubs for SHELL32_60, SHELL32_61 and SHELL32_184.
396         * [controls/comctl32undoc.c][relay32/comctl32.spec]
397         New file comctl32undoc.c. Contains undocumented functions
398         of COMCTL32.DLL. These functions are needed to run EXPLORER.EXE
399         IEXPLORE.EXE and TASKMAN.EXE.
401         * [controls/status.c]
402         Added text alignment.
404 Tue Jun  8 22:00:00 1998  Bertho Stultiens <bertho@akhphd.au.dk>
406         * [programs/*/Makefile.in]
407         Changed the rules to use wrc as resource compiler but
408         passing the source through gcc first for macro expansion.
410         * [programs/*/*.rc]
411         Added #include "windows.h" for the resource compiler in the
412         appropriate files.
414         * [tools/wrc/wrc.[ch]] [tools/wrc/writeres.c]
415         Added commandline option -A for autoregister code.
416         Corrected the underscore problem by checking the proper define
417         from config.h.
419 Sun Jun  7 22:09:29 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
421         * [ole/ole2nls.c] [memory/string.c]
422         Improved LCMapString32A, and changed CompareString32A,
423         lstrcmp, lstrcmpi to use it.
425 Sat Jun  6 19:00:50 1998  Martin Strömberg <ams@ludd.luth.se>
427         * [include/winnt.h]
428         Added typedefs for security and tokens.
430 Sat Jun  6 12:26:31 1998  Morten Welinder  <terra@diku.dk>
432         * [objects/text.c]
433         Use debugstr_an in DrawText16.
435         * [loader/resource.c]
436         Use debugres_w in FindResourceEx32W.  Avoid crashing during
437         debug when wm is NULL.
439         * [if1632/relay.c]
440         In RELAY_DebugCallTo16, send output to the right place and
441         avoid side effects in macro arguments.
443 Wed Jun  3 20:56:03 1998  Huw D M Davies <daviesh@abacus.physics.ox.ac.uk>
445         * [controls/scroll.c] [windows/nonclient.c]
446         Fix several off by one errors in scrollbar painting.
448 Tue Jun  2 23:58:59 1998  Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
450         * [graphics/dsound.c]
451         Rewrote mixer code to handle panning and volume for 16->16, 16->8,
452         8->16, and 8->8 bit mixes.  Conforms to DirectX's "logarithmic
453         hearing scale" as specified in M$VC docs.  Still does not handle
454         mixing of different frequencies (I am still working on that). 
455         Tested 16->16 extensively with StarCraft.  Other mixing combinations
456         untested but should work fine.  Still kind of a work in progress,
457         so be warned.
459 Tue Jun  2 03:31:33 1998  Alexander V. Lukyanov <lav@long.yar.ru>
461         * [tools/wrc/utils.c]
462         dup_basename: fix to strip directory.
464 Mon Jun  1 20:00:00 1998  Juergen Schmied <juergen.schmied@metronet.de>
466         * [include/windows.h] [objects/cursoricon.c] [relay32/user32.spec]
467         Added stubs LoadCursorFromFileW and LoadCursorFromFileA.
469 ----------------------------------------------------------------------
470 Sun May 31 13:40:13 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
472         * [if1632/signal.c]
473         Added display of exception name.
475         * [loader/task.c]
476         Yet another attempt at fixing SwitchStackTo/SwitchStackBack.
478         * [memory/selector.c] [relay32/builtin32.c] [tools/build.c]
479           [win32/kernel32.c]
480         Generate an assembly stub for Win32 register functions to make
481         their names available at link time.
483         * [programs/*/Makefile.in]
484         Added hacks to support old resource compiler.
486 Fri May 29 16:27:14 1998  Marcus Meissner <marcus@jet.franken.de>
488         * [tools/testrun]
489         Merge of my testscripts at home into one single perl program
490         (tested with perl5). Works only on Linux due to 'ps' and 'ipcs'
491         magic.
493         * [controls/menu.c]
494         Added some DefaultMenuItem stubs.
496         * [debugger/stabs.c]
497         Fixed stabs loading, now supports (int,int) typeinfo format used
498         by gcc-2.8 and egcs-1. If it still crashes, please mail me.
500         * [if1632/][relay32/]
501         Added msvideo.dll (stubs only)
502         Replaced some ptr by str for stringcases
503         Added some new stubs (VxDCall, FindCloseNotif....)
505         * [misc/network.c]
506         Some argument fixes.
508         * [misc/registry.c][misc/cpu.c]
509         Registry initialization partially rewritten and enhanced.
511         * [scheduler/*.c]
512         Some additions so we don't do kill(0,SIGUSR1) (kill processgroup
513         instead of targeted thread)
514         Added SetThreadContext.
516 Thu May 28 23:59:59 1998  Bertho Stultiens <bertho@akhphd.au.dk>
518         * [tools/wrc/*]
519         New resource compiler version 1.0.0 (28-May-1998)
521         * [Make.rules.in] [Makefile.in]
522         Changed and added rc rules to point to tools/wrc/wrc.
524         * [configure.in] [include/config.h.in]
525         Added check for function 'stricmp'.
527         * [include/resource.h]
528         Commented out the old resource structure to catch references.
529         It also includes wrc_rsc.h.
531         * [include/wrc_rsc.h]
532         New file. Definitions for the resources generated with wrc.
534         * [include/windows.h]
535         Added #ifdef RC_INVOKED to exclude stdarg.h.
536         Added SS_NOTIFY flag.
538         * [include/winnls.h]
539         Added SUBLANG_* definitions and corrected some defaults.
541         * [loader/libres.c]
542         Changed the sysres load functions to support wrc generated
543         resources.
545         * [resource/sysres_*.rc]
546         Added #include <windows.h>
548         * [resource/sysres.c]
549         Changed declarations to match wrc's output
551         * [resource/Makefile.in]
552         Changed rules to work with wrc.
554         * [tools/makedep.c]
555         Changed generation of .rc file dependencies to .s target.
557 Thu May 28 22:28:39 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
559         * [files/file.c][include/windows.c][relay32/kernel32.spec]
560         Implemented GetFileAttributesEx32A/W.
562         * [misc/imagelist.h][include/commctrl.h][relay32/comctl32.spec]
563         Added ImageList_Read and ImageList_Write stubs.
564         Added ImageList_AddIcon function.
565         Added ImageList_LoadImage. It is the same as ImageList_LoadImage32A.
567         * [controls/header.c]
568         Fixed bitmap drawing bug.
569         Added full bitmap support.
571         * [include/commctrl.h]
572         Added missing header macros.
574         * [controls/toolbar.c][include/toolbar.h][include/commctrl.h]
575           [controls/commctrl.c] [relay32/comctl32.spec]
576         First implementation of toolbar control.
577         Implemented CreateToolbar, CreateToolbarEx and CreateMappedBitmap.
579         * [controls/progress.c][controls/status.c]
580         Some code cleanup.
582         * [controls/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
583         Removed CreateStatusWindow16 and DrawStatusText16.
584         CreateStatusWindow is the same as CreateStatusWindow32A.
585         DrawStatusText is the same as DrawStatusText32A.
587 Thu May 28 16:01:28 1998  Matthew J. Francis  <asbel@dial.pipex.com>
589         * [objects/bitmap.c] [objects/bitmap.h] [objects/oembitmap.c]
590           [objects/dc.c] [graphics/x11drv/bitblt.c]
591         Added partial implementation of CreateDIBSection, with great thanks
592         to Ulrich Weigand <weigand@informatik.uni-erlangen.de> for
593         contributing the bulk of the patch.
595 Wed May 27 19:04:31 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
597         * [win32/kernel32.c] [if1632/thunk.c] [include/flatthunk.h]
598         ThunkConnect16 and related functions moved to emulator.
600         * [loader/ne/segment.c]
601         Call DllEntryPoint with correct arguments.
603         * [relay32/builtin32.c]
604         Bugfix: Relay debugging did not work for multiple processes.
606         * [controls/menu.c]
607         Bugfix: dwItemData was not set for MF_OWNERDRAW menus.
609         * [if1632/relay.c] [relay32/relay386.c]
610         Relay messages converted to use DPRINTF.
612         * [controls/desktop.c] [relay32/user32.spec]
613         Implemented PaintDesktop.
615         * [files/profile.c] [if1632/kernel.spec] [misc/network.c]
616           [misc/printdrv.c] [relay32/winspool.spec] 
617           [win32/ordinals.c] [relay32/kernel32.spec]
618         Some stubs added.
620         * [relay32/mpr.spec]
621         All ordinals were off by one.
623 Tue May 26 13:32:57 1998  Bill Hawes <whawes@star.net>
625         * [misc/lstr.c] [include/casemap.h] [tools/unimap.pl]
626         Added Unicode case conversion routines towupper/towlower,
627         with mapping tables casemap.h created by tools/unimap.pl.
629         * [misc/ntdll.c] [include/winnls.h] [relay32/ntdll.spec]
630           [relay32/advapi.spec]
631         Minimal implementation of IsTextUnicode, just enough to get
632         NT4 notepad to open ascii/unicode files.
634         * [Make.rules.in] [resources/sysres_En.rc]
635         Added include file dlgs.h for building resource files, so that
636         resources can refer to defined values (e.g. pshHelp).
638         * [misc/crtdll.c] [relay32/crtdll.spec]
639         Use towupper/towlower for 32W case conversions.
641         * [memory/string.c]
642         Use towupper for 32W case conversions.
644         * [ole/ole2nls.c]
645         Use towupper for 32W case conversions; fix mem leak; minor cleanup
647         * [controls/edit.c]
648         Added soft break flag to edit state. Print unknown action values
649         for WM_VSCROLL (action 190 occurs when running NT4 notepad.)
651 Mon May 25 22:42:40 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
653         * [files/file.c]
654         Care for a pathological case in SetFilePointer.
656         * [graphics/x11drv/xfont.c]
657         Handle longer Font names in LFD_ComposeLFD and try to catch errors.
659         * [loader/pe_image.c]
660         Unload Dummymodule when PE_LoadLibraryEx32A fails with
661         PE_LoadImage (makes Encarta 98 installer proceed).
663         * [misc/registry.c]
664         Move a check for a special case in RegCreateKeyEx32W after the
665         check for existence.
667 Tue May 25 20:18:26 1998  Matthew Becker <mbecker@glasscity.net>
669         * [misc/ntdll.c]
670         Added some stubs, just guessing at the size of their param lists.
672         * [misc/registry.c]
673         Added stubs for RegUnLoadKey, RegSetKeySecurity, RegSaveKey,
674         RegRestoreKey, and RegReplaceKey
676         * [programs/regtest/regtest.c]
677         Updated registry testing program.
679 Sun May 24 18:11:40 1998  Alex Priem <alexp@sci.kun.nl>
681         * [file/profile.c]
682         Added flag 'return_values' to PROFILE_GetSection.
684 Sun May 24 13:41:10 1998  James Juran <jrj120@psu.edu>
686         * [misc/shell.c] [files/directory.c]
687         Documentation/debugging info additions.
689         * [*/*.c] [include/*.h]
690         Moved many extern function definitions to appropriate header files.
691         Cleaned up a few compile warnings.
692         If #include "debug.h" is present, removed #include <stdio.h>.
693         debug.h includes stdio.h, so it is not necessary to include both.
695         * [graphics/*.c] [if1632/signal.c] [ipc/*.c] [scheduler/*.c]
696           [win32/*.c] [windows/*.c]
697         Final patch to convert fprintf statements to new debugging interface.
698         Some fprintfs are still left, especially in the debugger/ directory.
699         However, IMHO, it's not worth the effort to change the rest.
701 Fri May 22 21:58:35 1998  Morten Welinder  <terra@diku.dk>
703         * [windows/keyboard.c]
704         Correct handling of keys "`-=[]\;',./".
706 Fri May 22 12:06:00 1998  Per Lindström <pelinstr@algonet.se>
708         * [include/windows.h] [relay32/kernel32.spec] [win32/console.c]
709         Added stub for ReadConsoleOutputCharacter32A.
711 Thu May 21 16:45:48 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
713         * [ole/ole2nls.c]
714         Began better implementation of LCMapString32A.
715         Not very well tested yet, and still need improvements.
717         * [controls/scroll.c]
718         Documented functions.
720 Wed May 20 21:37:56 1998  Peter Hunnisett <hunnise@nortel.ca>
722         * [include/windows.h][misc/main.c]
723         Change SystemParameterInfo to support SPI_GETHIGHCONTRAST. Also
724         include some missing SPI_ definitions.
726         * [include/dsound.h][multimedia/dsound.c][relay32/dplayx.spec]
727         Added stubs for DirectPlayLobbyCreate[AW]. Not sure if these
728         should go into a new files dplayx.c? Anyone care?
730         * [include/winnls.h]
731         Added two missing flags for the CompareString32 functions.
733 ----------------------------------------------------------------------
734 Sun May 17 16:23:56 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
736         * [file/profile.c]
737         Fix the return value of PROFILE_GetSection
739         * [misc/crtdll.c]
740         Do _getdrive, fix _chdrive.
742         * [misc/commdlg.c]
743         First cut at ChooseColor[WA].
745         * [misc/network.c]
746         Do something sensible for WNetGetDirectoryType16.
748 Sun May 17 10:21:35 1998  Andreas Mohr <100.30936@germany.net>
750         * [controls/menu.c]
751         Fixed disabled sub menus with MF_BYPOSITION that were not disabled.
753         * [misc/crtdll.c] [relay32/crtdll.spec] [include/winerror.h]
754         Implemented fscanf, fsetpos, _access, _fpreset (thanks to Uwe Bonnes),
755         and _ltoa. 
757         * [loader/task.c]
758         MakeProcInstance: must use CURRENT_DS if hInst == NULL.
760         * [misc/shell.c]
761         SHELL_GetResourceTable, InternalExtractIcon: fixed broken .ICO handling
763         * [windows/winpos.c]
764         DeferWindowPos: removed "same parent" requirement.
765         Which doc states that this is required ?
767 Sat May 16 20:08:11 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
769         * [loader/module.c] [loader/ne/module.c]
770         More NE module cleanups.
772         * [loader/task.c]
773         Fixed SwitchStackBack().
775 Fri May 15 10:04:27 1998  Marcus Meissner <marcus@jet.franken.de>
777         * [configure.in][inlcude/acconfig.h]
778         Fixed broken OSS check, added check for working sigaltstack,
779         fixed broken statfs checks on some linux systems.
781         * [files/directory.c][loader/pe_image.c][relay32/builtin.c]
782           [loader/module.c]
783         Added handling of win32 module pathnames.
785         * [relay32/wnaspi32.spec]
786         New file.
788         * [misc/lzexpand.c]
789         LZCopy auto-decompresses LZ compressed files, even if they are not
790         specially flagged. Fixes some InstallShield problems.
792         * [misc/registry.c]
793         Some fixes for RegQueryInfoKey (reference program monkey.exe
794         from Win32 SDK works now better). Probably still has faults.
796 Fri May 15 08:58:58 1998  Martin Boehme <boehme@informatik.mu-luebeck.de>
798         * [graphics/mapping.c] [include/dc.h] [include/gdi.h] [objects/dc.c]
799         Reworked the way world transformations and mapping modes are handled
800         so that both of these transformations can be computed in a single
801         step.
803         * [graphics/painting.c] [graphics/path.c] [include/path.h]
804         More GDI path support.
806         * [graphics/x11drv/graphics.c]
807         Fixed the return value of GRAPH_DrawArc for the zero height /
808         zero width case to reflect Windows' behaviour.
810         * [include/windows.h] [relay32/gdi32.spec] [objects/dc.c]
811         Implemented ModifyWorldTransform and CombineTransform.
813 Tue May 14 18:03:46 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
815         * [controls/commctrl.c][relay32/comctl32.spec]
816           [controls/*.c][include/*.h]
817         Implemented InitCommonControlsEx (dll version 4.72 compatible).
818         InitCommonControls calls ImageCommonControlsEx.
819         Registering code of the common controls had to be changed
820         (see XXXX_Register functions).
822         * [controls/status.c][include/commctrl.h][include/status.h]
823         Implemented most new features and fixed the look and feel.
825         * [contols/commctrl.c][include/commctrl.h][relay32/comctl32.spec]
826         Implemented MenuHelp (incomplete).
828         * [controls/status.c][controls/progress.c]
829         Changed allocation strategy for control specific memory.
831         * [controls/header.c][include/header.h][include/commctrl.h]
832         First implementation of header control.
834         * [windows/defwnd.c][windows/syscolors.c]
835         Fixed default control colors for Win95 look.
837         * [windows/nonclient.c]
838         Fixed off by one error for Win95 look. Top border of child windows
839         should be visible.
841         * [misc/imagelist.h]
842         Improved documentation and fixed some bugs.
844 Thu May 14 15:42:21 1998  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
846         * [relay32/crtdll.spec]
847         Added hypot,j0,j1,jn and ceil.
849 Wed May 13 19:10:10 1998  Pascal Cuoq <pcuoq@ens-lyon.fr>
851         * [controls/listbox.c]
852         Item height is now exactly font height.
853         Wine listboxes now behave like Windows' when they are 
854         created without WS_VSCROLL but the program subsequently 
855         calls ShowScrollBar or SetScrollInfo.
857 Wed May 13 18:33:01 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
859         * [relay32/relay386.c]
860         Restore ES also in the non-debug case.
862         * [windows/event.c]
863         Bugfix: Blocking TSXNextEvent could deadlock Wine.
865         * [win32/process.c] [windows/message.c]
866         Silly stubs for MsgWaitForMultipleObjects / PostThreadMessage
867         that make some programs run better.
869         * [windows/winproc.c]
870         WINPROC_MapMsg32Ato16/16To32A: added WM_NOTIFY.  
872         * [win32/kernel32.c]
873         Added 16->32 thunking and improved 32->16 thunking functions.
875         * [tools/build.c]
876         Added new variant of CallFrom16 stub for use with Win95 thunks.
878         * [if1632/kernel.spec] [if1632/builtin.c] [win32/kernel32.c]
879         Added a few undocumented KERNEL functions.
881         * [loader/ne/module.c] [loader/ne/segment.c]
882         Call DllEntryPoint for 16-bit DLLs with subsystem >= 4.0.
884         * [win32/kernel32.spec] [win32/wow32.spec] [win32/ordinals.c]
885         Use names from the Oct 94 beta release for undoc. functions.
887 Wed May 13 14:18:26 1998  Matthew Becker <mbecker@glasscity.net>
889         * [misc/registry.c]
890         Code cleanup.
892         * [misc/cpu.c]
893         Commented out the registry puts temporarily.
895         * [programs/regtest/*]
896         New registry testing program.
898 Tue May 12 22:54:03 1998  Michael Mess <michael@kawo2.rwth-aachen.de>
900         * [multimedia/audio.c]
901         ioctl's do not commute in /dev/dsp initialization.
903 Tue May 12 20:11:42 1998  Karl Garrison <karlos@eznet.net>
905         * [win32/console.c]
906         Implemented SetConsoleTextAttribute, FillConsoleOutputCharacter.
907         Improved cursor positioning.
908         This allows for text colors in an xterm, rxvt, or console.
910 Tue May 12 17:57:52 1998  Petter Reinholdtsen <pere@td.org.uit.no>
912         * [Makefile.in]
913         Create prefix/{bin|lib} directories if missing during install.
915 Sun May 10 19:37:51 1998  Jan Willamowius <jan@janhh.shnet.org>
917         * [multimedia/mmio.c]
918         Have mmioSetBuffer return success (0), so Corel Draw 4
919         keeps working. (IO is still unbuffered)
921 Wed May  6 16:57:55 1998  James Juran <jrj120@psu.edu>
923         * [Makefile.in] [Make.rules.in]
924         Changed "make clean" to remove `textedit` backup files (*%)
926         * [controls/menu.c][graphics/x11drv/xfont.c][include/libres.h]
927           [loader/main.c][loader/ne/module.c][scheduler/synchro.c]
928           [win32/time.c][windows/winpos.c][include/windows.h]
929         Fixed miscellaneous compilation warnings.
931         * [misc/main.c][miscemu/main.c][include/main.h]
932         Moved prototypes to new include file main.h, various cleanups.
934 Tue May  5 21:05:06 1998  Morten Welinder  <terra@diku.dk>
936         * [misc/winsock.c]
937         Don't refer to __FreeBSD__ when HAVE_STRERROR is meant.
939         * [misc/debugstr.c]
940         For debug_dumpstrSend, send strings to stderr.
942 Tue May  5 21:47:40 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
944         * [objects/region.c]
945         Fix for REGION_RegionOp() if newReg is one of the source regions.
947 Tue May  5 18:27:32 1998  Jim Peterson <jspeter@roanoke.infi.net>
949         * [misc/main.c]
950         Add '-h/-help' option and print WINE_RELEASE_INFO with usage message.
952         * [misc/spy.c]
953         Realign trace messages.
955 Tue May  5 15:46:47 1998  Donnie V. Savage <dsavage@cisco.com>
957         * [graphics/ddraw.c]
958         Fixed compile warnings
960         * [misc/winsock.c]
961         Warnings should not be errors.
963 Tue May  5 13:40:42 1998  Jim Peterson <jspeter@roanoke.infi.net>
965         * [*/*]
966         Remove many warnings through explicit casts, added #include's,
967         and corrected printf formats.
969 Tue May  5 05:18:12 1998  Insomnia (Stea Greene) <insomnia@core.binghamton.edu>
971         * [graphics/ddraw.c]
972         Kept unchanged portion of old palette when changing only a few
973         palette entries.  Really should only deallocate the changed cells.
974         This make StarCraft work almost perfectly (sound overflows still
975         cause static).
977 Mon May  4 15:04:57 1998  Alexander V. Lukyanov <lav@long.yar.ru>
979         * [misc/lstr.c]
980         FormatMessage: terminate string on %0, undo linefeed strip.
982 ----------------------------------------------------------------------
983 Thu Apr 30 16:28:12 1998  James Juran <jrj120@psu.edu>
985         * [scheduler/process.c]
986         Implemented GetExitCodeProcess.  The code is a direct translation
987         of GetExitCodeThread.
989 Mon Apr 27 22:20:25 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de>
991         * [loader/pe_image.c]
992         Unload dummy module when PE_LoadLibraryEx32A fails with
993         PE_LoadImage (makes Encarta 98 installer proceed).
995         * [files/drive.c]
996         Make GetDriveType16 return DRIVE_REMOVABLE for TYPE_CDROM.
997         Make GetCurrentDirectory32 behave like the code does and not
998         like the help describes.
1000         * [files/profile.c]
1001         Revoke recent change in PROFILE_GetSection and try better 
1002         handling of special case.
1004         * [include/windows.h]
1005         Change definition of ACCEL32.
1007         * [misc/commdlg.c]
1008         Replace the GetXXXFilename32 macros by normal code.
1009         Fix two reported bugs in my changes to commdlg.
1011         * [windows/win.c]
1012         Add a hook to catch bogus WM_SIZE messages by emitting a warning
1013         in the appropriate case.
1015         * [objects/bitmap.c]
1016         Reject unreasonbable large size arguments in
1017         CreateCompatibleBitmap32 and add an fixme for that situation.
1019 Sun Apr 26 18:30:07 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1021         * [include/ldt.h] [debugger/*.c] [miscemu/instr.c]
1022         Added IS_SELECTOR_SYSTEM and IS_SELECTOR_32BIT macros.
1023         Make instruction emulation support system selectors.
1025         * [loader/*.c]
1026         Started moving NE specific functions to the new loader/ne
1027         directory.
1029         * [memory/environ.c]
1030         Enforce the 127 chars limit only when creating the environment of
1031         a Win16 process.
1033 Sun Apr 26 12:22:23 1998  Andreas Mohr <100.30936@germany.net>
1035         * [files/file.c]
1036         Fixed an incredible typo in CopyFile32A that made it unusable
1037         since a rewrite in 970112 (!!).
1039         * [files/directory.c]
1040         Fixed GetTempPath32A/W to include trailing backslash.
1042         * [misc/ver.c]
1043         Make find_pe_resource "work" with corrupt files.
1045         * [misc/wsprintf.c]
1046         Altered WPRINTF_ParseFormatA/W to treat invalid format chars
1047         as normal output, too.
1049         * [msdos/dpmi.c]
1050         Implemented "Allocate/Free real mode callback" (0x0303/0x0304).
1051         Cross your fingers if you need to use it ;) (completely untested)
1052         Implemented "Call real mode proc with far return" (0x0301, tested).
1054         * [msdos/int21.c]
1055         Fixed ioctlGenericBlkDevReq/0x60.
1057         * [relay32/dplayx.spec] [relay32/builtin32.c] [relay32/Makefile.in]
1058         Added built-in DPLAYX.DLL. 
1060         * [windows/win.c]
1061         Fixed GetWindowWord()/GWW_HWNDPARENT to return the window's owner
1062         if it has no parent (SDK).
1064 Sat Apr 25 15:09:53 1998  M.T.Fortescue  <mark@mtfhpc.demon.co.uk>
1066         * [debugger/db_disasm.c]
1067         Fixed disassemble bug for no-display option and 'lock',
1068         'repne' and 'repe' prefixes.
1070         * [debugger/registers.c]
1071         Added textual flag description output on 'info regs'.
1073 Sat Apr 25 14:18:26 1998  Matthew Becker <mbecker@glasscity.net>
1075         * [*/*.c]
1076         Added stubs and/or documentation for the following functions: 
1077         LookupPrivilegeValue, OpenService, ControlService, RegGetKeySecurity, 
1078         StartService, SetComputerName, DeleteService, CloseServiceHandle, 
1079         OpenProcessToken, OpenSCManager, DeregisterEventSource, 
1080         WaitForDebugEvent, WaitForInputIdle, RegisterEventSource,
1081         SetDebugErrorLevel, SetConsoleCursorPosition, ChoosePixelFormat,
1082         SetPixelFormat, GetPixelFormat, DescribePixelFormat, SwapBuffers,
1083         PolyBezier, AbortPath, DestroyAcceleratorTable, HeapWalk,
1084         DdeInitialize, DdeUninitialize, DdeConnectList, DdeDisconnectList,
1085         DdeCreateStringHandle, DdePostAdvise, DdeGetData, DdeNameService,
1086         DdeGetLastError, WNetGetDirectoryType, EnumPrinters, RegFlushKey,
1087         RegGetKeySecurity, DllGetClassObject, DllCanUnloadNow, CreateBitmap,
1088         CreateCompatibleBitmap, CreateBitmapIndirect, GetBitmapBits,
1089         SetBitmapBits, LoadImage, CopyImage, LoadBitmap, DrawIcon,
1090         CreateDiscardableBitmap, SetDIBits, GetCharABCWidths, LoadTypeLib,
1091         SetConsoleCtrlHandler, CreateConsoleScreenBuffer, ReadConsoleInput,
1092         GetConsoleCursorInfo, SetConsoleCursorInfo, SetConsoleWindowInfo,
1093         SetConsoleTextAttribute, SetConsoleScreenBufferSize,
1094         FillConsoleOutputCharacter, FillConsoleOutputAttribute,
1095         CreateMailslot, GetMailslotInfo, GetCompressedFileSize,
1096         GetProcessWindowStation, GetThreadDesktop, SetDebugErrorLevel,
1097         WaitForDebugEvent, SetComputerName, CreateMDIWindow.
1099 Thu Apr 23 23:54:04 1998  Douglas Ridgway  <ridgway@winehq.com>
1101         * [include/windows.h] [objects/enhmetafile.c] [relay32/gdi32.spec]
1102         Implement CopyEnhMetaFile, Get/SetEnhMetaFileBits, other fixes.
1104         * [include/windows.h] [objects/metafile.c] [relay32/gdi32.spec]
1105         32-bit metafile fixes, implement EnumMetaFile32, GetMetaFileBitsEx.
1107         * [objects/font.c] [graphics/x11drv/xfont.c] [graphics/x11drv/text.c]
1108         Some rotated text support for X11R6 displays.
1110         * [win32/newfns.c] [ole/ole2nls.c]
1111         Moved GetNumberFormat32A.
1113 Wed Apr 22 17:38:20 1998  David Lee Lambert <lamber45@egr.msu.edu>
1115         * [ole/ole2nls.c] [misc/network.c]
1116         Changed some function documentation to the new style.
1118         * [misc/network.c] [include/windows.h] [if1632/user.spec]
1119           [relay32/mpr.spec] [misc/mpr.c]
1120         Added stubs for some Win32 network functions;  renamed some 
1121         16-bit ones with 32-bit counterparts,  as well as
1122         WNetGetDirectoryType;  moved the stubs in misc/mpr.c (three of
1123         them!) to misc/network.c.
1125         * [ole/compobj.c] [ole/storage.c] [ole/ole2disp.c] 
1126           [ole/ole2nls.c] [ole/folders.c] [ole/moniker.c] [ole/ole2.c]
1127           [graphics/fontengine.c] [graphics/ddraw.c] [graphics/env.c]
1128           [graphics/driver.c] [graphics/escape.c]
1129         Changed fprintf's to proper debug-macros.
1131         * [include/winnls.h]
1132         Added some flags (for internal use).
1134         * [ole/ole2nls.c] 
1135         Added the Unicode core function, and worked out a way to hide
1136         the commonality of the core.
1138         * [relay32/kernel32.spec]
1139         Added support for GetDate/Time32A/W.
1141 Wed Apr 22 09:16:03 1998  Gordon Chaffee  <chaffee@cs.berkeley.edu>
1143         * [win32/code_page.c]
1144         Fixed problem with MultiByteToWideChar that was introduced in
1145         last release.  Made MultiByteToWideChar more compatible with Win32.
1147         * [graphics/x11drv/graphics.c]
1148         Fixed problem with drawing arcs.
1150 Tue Apr 21 11:24:58 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
1152         *  [ole/ole2nls.c]
1153         Move stuff from 0x409 case to Lang_En. 
1155         *  [relay32/user32.spec] [windows/winpos.c]
1156         Added stubs for GetWindowRgn32 and SetWindowRgn32. Makes Office
1157         Paperclip happy.
1159 Tue Apr 21 11:16:16 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
1161         *  [loader/pe_image.c]
1162         If image is relocated, TLS addresses need to be adjusted.
1164         * [debugger/*.c]
1165         Generalized tests for 32-bit segments.
1167 Tue Apr 21 02:04:59 1998  James Juran  <jrj120@psu.edu>
1168         
1169         * [misc/*.c] [miscemu/*.c] [msdos/*.c] [if1632/*.c] 
1170           [include/*.h] [loader/*.c] [memory/*.c] [multimedia/*.c] 
1171           [objects/*.c]
1172         Almost all fprintf statements converted to appropriate 
1173         debug messages.
1175         * [README]
1176         Updated "GETTING MORE INFORMATION" section to include WineHQ.
1178         * [documentation/debugger]
1179         Fixed typo.
1181         * [windows/defwnd.c]
1182         Added function documentation.
1184 Sun Apr 19 16:30:58 1998  Marcus Meissner <marcus@mud.de>
1186         * [Make.rules.in]
1187         Added lint target (using lclint).
1189         * [relay32/oleaut32.spec][relay32/Makefile.in][ole/typelib.c]
1190           [ole/ole2disp.c]
1191         Added oleaut32 spec, added some SysString functions.
1193         * [if1632/signal.c]
1194         Added printing of faultaddress in Linux (using CR2 debug register).
1196         * [configure.in]
1197         Added <sys/types.h> for statfs checks.
1199         * [loader/*.c][debugger/break.c][debugger/hash.c]
1200         Started to split win32/win16 module handling, preparing support
1201         for other binary formats (like ELF).
1203 Sat Apr 18 10:07:41 1998  Rein Klazes <rklazes@casema.net>
1205         * [misc/registry.c]
1206         Fixed a bug that made RegQueryValuexxx returning
1207         incorrect registry values.
1209 Fri Apr 17 22:59:22 1998  Alexander V. Lukyanov <lav@long.yar.ru>
1211         * [misc/lstr.c]
1212         FormatMessage32*: remove linefeed when nolinefeed set;
1213         check for target underflow.
1215 Fri Apr 17 00:38:14 1998  Alexander V. Lukyanov <lav@long.yar.ru>
1217         * [misc/crtdll.c]
1218         Implement xlat_file_ptr for CRT stdin/stdout/stderr address
1219         translation.
1221 Wed Apr 15 20:43:56 1998  Jim Peterson <jspeter@birch.ee.vt.edu>
1223         * [controls/menu.c]
1224         Added 'odaction' parameter to MENU_DrawMenuItem() and redirected
1225         WM_DRAWITEM messages to GetWindow(hwnd,GW_OWNER).
1227 Tue Apr 14 16:17:55 1998  Berend Reitsma <berend@united-info.com>
1229         * [graphics/metafiledrv/init.c] [graphics/painting.c] 
1230           [graphics/win16drv/init.c] [graphics/x11drv/graphics.c]
1231           [graphics/x11drv/init.c] [include/gdi.h] [include/x11drv.h]
1232           [relay32/gdi32.spec]
1233         Added PolyPolyline routine.
1235         * [windows/winproc.c]
1236         Changed WINPROC_GetProc() to return proc instead of &(jmp proc).
1238 ----------------------------------------------------------------------
1239 Sun Apr 12 12:22:23 1997  Andreas Mohr <100.30936@germany.net>
1241         * [files/drive.c]
1242         Fixed "no free space" problem with partition sizes between 1 and 2 GB
1243         (cluster_sectors may not exceed 0x40).
1245         * [windows/msgbox.c] [if1632/user.spec] [include/windows.h]
1246         Implemented MessageBoxIndirect16, corrected MSGBOXPARAMS16.
1248         * [loader/task.c]
1249         DOS environment strings may never exceed 127 chars
1250         -> truncate Unix environment strings if necessary.
1252 Sun Apr 12 02:51:44 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1254         * [files/*.c]
1255         All fprintf statements were converted to appropriate debug
1256         messages.
1258         * [tools/find_debug_channels]
1259         Updated comments at the beginning of the file.
1261 Sat Apr 11 15:27:21 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1263         * [loader/module.c] [loader/task.c] [scheduler/process.c]
1264         Moved some code around to prepare the ground for CreateProcess().
1266         * [memory/environ.c] [loader/task.c]
1267         Moved Win32 environment strings functions to environ.c.
1268         Unified Win16 and Win32 environment management.
1270         * [scheduler/handle.c] [scheduler/k32obj.c] [scheduler/*.c]
1271         Implemented handle inheritance and DuplicateHandle().
1273         * [scheduler/thread.c]
1274         Create a 16-bit stack for all threads.
1276         * [windows/dialog.c]
1277         Implemented DIALOGEX resource format.
1279 Fri Apr 10 20:21:51 1998  Marcus Meissner <marcus@mud.de>
1281         * [configure.in][include/acconfig.h][*/*][multimedia/*]
1282         Cleaned up the OSS detection stuff, added some more checks for
1283         headerfiles/functions.
1284         Removed a lot of OS specific #ifdefs.
1285         Lots of dependend multimedia cleanups.
1287         * [loader/pe_image.c]
1288         Enhanced comment, added missing reference count increase.
1290         * [ole/compobj.c]
1291         Replaced broken StringFromGUID2 by working one.
1293         * [misc/winsock.c]
1294         SO_LINGER uses unsigned 16 bit in Win16 and Win32, but unsigned
1295         int (32bit) for UNIX.
1297         * [memory/global.c]
1298         Allow realloc for lockcount 1 too.
1300 Fri Apr 10 15:27:34 1998  Morten Welinder  <terra@diku.dk>
1302         * [graphics/x11drv/text.c]
1303         Handle control characters in trace.  Ignore terminating newline.
1305         * [multimedia/init.c]
1306         (MULTIMEDIA_Init): Correct allocations.
1308         * [tools/examine-relay]
1309         Tidy up.
1311         * [windows/syscolor.c]
1312         Change highlight colour from lightblue to lightgray.  This
1313         looks correct for menus.
1315 Fri Apr 10 01:49:58 1998  Douglas Ridgway  <ridgway@winehq.com>
1317         * [configure.in] [Make.rules.in]
1318         Add check for c2man before using it.
1320 Fri Apr 10 02:59:21 1998  Douglas Ridgway  <ridgway@winehq.com>
1322         * [DEVELOPERS-HINTS]
1323         Simple description of adding API calls.
1325         * [include/wintypes.h] [include/windows.h]
1326         Get rid of Winelib16, avoid declaring some illegal functions in
1327         Winelib, add prototypes for some enhanced metafile functions, fix
1328         GetTextExtentPoint32 declarations.
1330         * [relay32/gdi32.spec] [objects/enhmetafile.c]
1331         Cosmetic and functional improvements.
1333         * [include/wincon.h] [programs/view/*]
1334         Fixes, improved compatibility with native compilers.
1336 Thu Apr  9 15:48:49 1998  Ulrich Weigand <weigand@informatik.uni-erlangen.de>
1338         * [win32/kernel32.c]
1339         Implemented FT_Thunk / FT_Prolog / FT_Exit / FT_PrologPrime.
1340         Fixed Common32ThkLS thunk function.
1342         * [tools/build.c] [relay32/relay386.c] [if1632/relay.c]
1343         Changed relay code to allow register functions to modify stack layout.
1345         * [memory/selector.c]
1346         Implemented AllocMappedBuffer / FreeMappedBuffer.
1348         * [relay32/kernel32.spec] [if1632/kernel.spec] [win32/ordinals.c]
1349         Added names for undocumented functions.
1351         * [loader/module.c]
1352         Bugfix: LoadLibrary16 should *not* silently load 32-bit DLL.
1354 Thu Apr  9 03:54:58 1998  Jim Peterson <jspeter@birch.ee.vt.edu>
1356         * [windows/keyboard.c]
1357         Fix an erroneous test in TranslateAccelerator{16,32} for the end
1358         of the accelerator table.
1360 Thu Apr  8 20:36:28 1998  Uwe Bonnes <bon@elektron.ikp.physik.tu-darmstadt.de> 
1362         * [misc/crtdll.c]
1363         Implement getenv.
1365         * [misc/commdlg.c]
1366         Make Get[Save/Open]FileName work in most situations.
1368         * [misc/lstr.c]
1369         Use wvsprintf32A instead of vsprintf in FormatMessage32X
1371         * [misc/version]
1372         Make NT3.50 a recognised version
1374         * [graphics/x11drv/graphics.c]
1375         Change the algorithme to draw arcs
1377         * [loader/resource.c]
1378         Return an empty buffer in LoadString32A if no resource found.
1380         * [win32/code_page.c]
1381         Try harder to get the right size in MultiByteToWideChar.
1383         * [win32/process.c]
1384         Call WinExec32 for CreateProcess32A.
1386         * [windows/user.c]
1387         Install default Int0 Handler in InitApp().
1389 Thu Apr  8 19:29:48 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1391         * [misc/imagelist.c]
1392         Preliminary fix for drawing selected images.
1393         Various improvements.
1395         * [controls/progress.c][include/progress.c][include/commctrl.h]
1396         Added progress bar messages and styles for IE4.01 (dll version 4.72)
1397         compatibility.
1398         Fixed led size problem.
1400         * [controls/updown.c][include/commctrl.h]
1401         Added UDM_GETRANGE32 and UDM_SETRANGE32.
1403         * [objects/oembitmaps.c][include/windows.h][include/bitmaps/*]
1404         Added Win95 icons and fixed Win95 cursor and restore button bug.
1405         Now they should be visible. Sorry!!!
1407         * [relay32/comctl32.spec]
1408         Added most missing function names.
1410 Tue Apr  6 18:48:36 1998  Matthew Becker <mbecker@glasscity.net>
1412         * [objects/font.c] [if1632/gdi.spec]
1413         GetOutlineTextMetrics: stub
1415         * [objects/text.c]
1416         GetTextCharset should just call GetTextCharsetInfo.
1418         * [misc/mpr.c] [relay32/mpr.spec]
1419         WNetCachePassword: stub
1421         * [scheduler/thread.c] [relay32/user32.spec]
1422         AttachThreadInput: stub
1423         Updated documentation.
1425         * [objects/palette.c]
1426         Updated documentation.
1428 Tue Mar 31 17:06:30 1998  James Juran <jrj120@psu.edu>
1430         * [*/*.c]
1431         Finished fixing USER32 ordinal numbers in function documentation.
1433 Mon Mar 30 20:27:38 1998  Morten Welinder  <terra@diku.dk>
1435         * [misc/debugstr.c] [include/debugstr.h]
1436         Moved _dumpstr from relay32/relay386.c.  Improved control
1437         character handling.
1439         * [msdos/int21.c]
1440         Implement 215E00 -- get machine name.
1442         * [windows/winpos.c]
1443         SetWindowPos32: Make an extra sync when mapping managed
1444         windows.  This makes sure the reconfigure event has been
1445         handled.  See Mshearts' what's-your-name window.
1447 Mon Mar 30 01:13:50 1998  Alexander V. Lukyanov <lav@long.yar.ru>
1449         * [Makefile.in]
1450         Install includes from TOPSRCDIR.
1452 ----------------------------------------------------------------------
1453 Sun Mar 29 15:18:57 1998  Uwe Bonnes <elektron.ikp.physik.tu-darmstadt.de>
1455         * [msdos/int21.c]
1456         More verbose Trace messages
1458 Sun Mar 29 15:03:30 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1460         * [loader/ne_image.c]
1461         Terminate relocation chains on 0 offset.
1463 Sun Mar 29 02:35:45 1998  James Juran  <jrj120@psu.edu>
1465         * [windows/caret.c] [windows/class.c] [windows/clipboard.c]
1466         Fixed more USER32 ordinal numbers in function documentation.
1468 Sat Mar 28 22:40:23 1997  Andreas Mohr <100.30936@germany.net>
1470         * [controls/desktop.c]
1471         Return 1 for WM_NCCREATE in DesktopWndProc.
1473         * [controls/menu.c]
1474         Fixed crash when destroying a top popup win that was only created
1475         but not shown.
1477         * [ole/typelib.c] [if1632/typelib.spec]
1478         Implemented OABuildVersion.
1480         * [windows/win.c]
1481         Finally fixed ugly bug in GetParent32 that affected window placement:
1482         Didn't return 0 for windows that have neither WS_POPUP nor
1483         WS_CHILD set. Now it acts exactly like Windows (at least I hope so ;)
1485 Sat Mar 28 02:26:43 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1487         * [DEVELOPERS-HINTS] [documentation/debug-msgs]
1488         Updated documentation on debug messages
1490         * [include/button.h] [controls/button.c] [include/windows.h]
1491         [include/combo.h] [controls/combo.c] [controls/commctrl.c]
1492         [controls/icontitle.c] [controls/listbox.c]     [controls/menu.c]
1493         [controls/scroll.c] [controls/widgets.c] 
1494         Changed some 16-bit code to 32-bit code. I am positive this will
1495         not break anything.
1497         * [controls/uitools.c] 
1498         Renamed the prefix of some functions from UITOOLS_ to UITOOLS95_
1499         to reflect the fact that they implement Win95 look. Maybe we will
1500         have a UITOOLS31_ in the future. Anyhow, the change is completely
1501         internal to this file.
1503         * [*/*.c]
1504         Changed a lot of [f]printf into appropriate debug messages.
1506 Fri Mar 27 19:56:12 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1507         * [documentation/status/]
1508         Added directdraw and directsound status.
1510         * [if1632/thunk.c][ole/*.c][win32/kernel32.c]
1511         Added some documentation.
1512         Moved FUNC004 to thunk.c since it seems to be a 16->32 thunk
1513         (calling conventions and the like still unknown).
1515 Fri Mar 27 09:59:32 1998  Morten Eriksen  <mortene@pvv.org>
1517         * [loader/resource.c][windows/keyboard.c]
1518         Implemented CopyAcceleratorTable() and CreateAcceleratorTable().
1519         
1520         * [include/compobj.h][ole/compobj.c][relay32/ole32.spec]
1521         Added implementation of StringFromGUID2(). 
1523 Tue Mar 26 23:12:05 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1525         * [misc/imagelist.c][relay32/comctl32.spec]
1526         Implemented new debugging interface.
1527         Added missing functions (some are empty stubs).
1528         Changed ordinals in comctl32.spec (now dll version 4.72 comatible).
1530         * [objects/oembitmaps.c][include/windows.h]
1531           [include/bitmaps/*]
1532         Added missing restore bitmaps for Win95 look.
1533         Added missing Win95 cursors.
1535 Thu Mar 26 10:18:20 1998  Douglas Ridgway  <ridgway@winehq.com>
1537         * [programs/view/Makefile.in] [programs/view/view.c]
1538         Fix compilation, Aldus placeable metafile loading.
1540         * [graphics/metafiledrv/init.c] [relay32/gdi32.spec] 
1541           [objects/metafile.c]
1542         Implemented various 32 bit versions of regular metafile API.
1544         * [objects/enhmetafile.c]
1545         Implemented rendering of a couple of dozen records.
1547 Tue Mar 24 20:06:39 1998  Matthew Becker <mbecker@glasscity.net>
1549         * [memory/*.c]
1550         Updated documentation for API manpages.
1552 Mon Mar 23 09:09:00 1998  Alex Korobka <alex@pharm.sunysb.edu>
1554         * [misc/winsock.c]
1555         Fixed 32-bit DNS lookup.
1557 Mon Mar 23 23:54:47 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
1559         * [multimedia/init.c]
1560         New code for the initialization and gathering of information about
1561         the MIDI devices, for future use.
1563 Thu Mar 19 00:59:29 1998  Jim Peterson <jspeter@nospam.birch.ee.vt.edu>
1565         * [windows/win.c]
1566         Eliminated inaccurate setting of cs->hMenu in
1567         WIN_CreateWindowEx, along with superfluous SetMenu32 call.
1569 Mon Mar 16 17:40:53 1998  Petter Reinholdtsen <pere@td.org.uit.no>
1571         * [debugger/dbg.y] [debugger/Makefile.in] [Makefile.in]
1572         Install wine.sym in $(exec_prefix)/lib and make sure the debugger
1573         finds it.
1575 Sun Mar 15 22:36:35 1998  Michael Veksler <mveksler@tx.technion.ac.il>
1577         * [dummy.c] [if1632/gdi.spec]
1578         Fixed stub declaration of GDI_532, so Hebrew-Word2 kind of works.
1580 ----------------------------------------------------------------------
1581 Sun Mar 15 03:46:50 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1583         * [*/*]
1584         Fixed some dprintf_ such that there is one and only one
1585         new line for each dprintf and that new line occurs at the end.
1586         Transformed some fprintfs into proper debug statements.
1587         Removed much redundancy from most of the debug statements. The
1588         redundancy appeared because now the component and function
1589         name is output automatically. Most debug statements also used to
1590         output the name of the function.
1591         All these changes prepared the source to switch completely to
1592         the new debugging interface.
1593         For more info, refer to ./documentation/debug-msg
1595 Sat Mar 14 19:45:23 1997  Andreas Mohr <100.30936@germany.net>
1597         * [misc/shell.c] [if1632/kernel.spec]
1598         Changed parameters of FUNC004() to fix a crash.
1599         Not sure if this fix is correct (doc wanted).
1601         * [windows/user.c] [if1632/user.spec] [include/user.h]
1602         Implemented UserSeeUserDo.
1604         * [msdos/int21.c] [include/msdos.h]
1605         Added "GET LIST OF LISTS" (INT 21/52h).
1607 Sat Mar 14 15:48:02 1998  Douglas Ridgway <ridgway@gmcl.com>
1609         * [include/windows.h] [relay32/gdi32.spec] [objects/enhmetafile.c]
1610         Beginnings of enhanced metafile support.
1612 Fri Mar 13 20:53:09 1998  John Richardson <jrichard@zko.dec.com>
1614         * [win32/console.c]
1615         Restart interrupted console writes.
1617 Fri Mar 13 18:59:24 1998  Matthew Becker <mbecker@glasscity.net>
1619         * [*/*.c]
1620         Updated documentation for API manpages.
1622         * [windows/dce.c]
1623         ReleaseDC16: Fixed cast.
1625         * [include/windows.h] [memory/virtual.c]
1626         VirtualQuery{Ex} should return DWORD instead of BOOL32.
1628 Fri Mar 13 13:03:06 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1630         * [README][documentation/status/]
1631         README updated, added lzexpand,version and multimedia
1632         status notes to new documentation/status directory.
1634         * [ole/*.c][if1632/typelib.spec]
1635         Added typelib stubs, several small additions and fixes.
1637         * [loader/pe_image.c]
1638         Fixed a small bug (fixup_imports got passed the wrong hModule in a
1639         remapcase).
1641         * [loader/signal.c][if1632/signal.c][misc/winsock_dns.c]
1642           [loader/module.c]
1643         Fixed some recursive debugger crashes (caused by invalid FS).
1645         * [misc/registry.c]
1646         Two bugs fixed.
1648 Fri Mar 13 04:55:01 1998  David Lee Lambert <lamber45@egr.msu.edu>
1650         * [include/winnt.h] [include/winnls.h]
1651         Moved LANG_xxx flags to winnls.h
1653         * [include/winnls.h]
1654         Added flags for GetDateFormat(); fixed validity of
1655         LOCALE_SYSTEM_DEFAULT.
1657         * [include/windows.h] 
1658         Added GetTimeFormat() prototypes.
1660         * [ole/ole2nls.c]
1661         Implemented ASCII date- and time-functions,  using an
1662         optimized common core;  added stubs for Unicode versions;  
1663         started work on a Unicode core.
1665         * [AUTHORS]
1666         Added my name.
1668 Mon Mar  9 20:10:15 1998  Eric Kohl <ekohl@abo.rhein-zeitung.de>
1670         * [relay32/comctl32.spec] [include/imagelist.h]
1671           [include/commctrl.h] [misc/imagelist.c] [misc/Makefile.in]
1672         First attempt at implementing ImageLists.
1674 Sun Mar  8 20:19:49 1998  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
1676         * [files/dos_fs.c] [configure.in]
1677         Try to get FileTimeToLocalFileTime,FileTimeToSystemTime and
1678         SystemTimeToFileTime right.
1679         Use timegm() where available.
1681         * [misc/lstr.c]
1682         Fix an off by one error in FormatMessage and handle the case 
1683         when args = NULL (used by programs to get the length of the 
1684         string).
1686         * [win32/console.c]
1687         Actual display a per-process Title string, better working
1688         attempt for WriteConsole32W and ReadConsole32W.
1690 Fri Mar  6 20:33:45 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
1692         * [include/config.h.in][configure.in][multimedia/audio.c]
1693           [multimedia/dsound.c]
1694         Added check for FreeBSD sound system.
1696 Sun Mar  1 17:40:10 1998  Jason Schonberg <schon@mti.sgi.com>
1698         * [controls/edit.c] [include/ole.h] [include/shlobj.h]
1699         Removed final commas in enum types.
1701 Mon Feb 23 07:52:18 1998  Luiz Otavio L. Zorzella  <zorzella@nr.conexware.com>
1703         * [multimedia/time.c]
1704         Workaround to avoid infinite recursion inside timeGetTime.
1706         * [multimedia/audio.c]
1707         WODM_GETNUMDEVS and WIDM_GETNUMDEVS only return 1 now if the
1708         SOUND_DEV can be opened, or if it's busy.
1710 ----------------------------------------------------------------------
1711 Sun Mar  1 10:45:23 1998  Andreas Mohr <100.30936@germany.net>
1713         * [loader/ne_image.c]
1714         Fixed problem with weird DLLs (NE_FFLAGS_SINGLEDATA && DGROUP = 0).
1716         * [msdos/dosmem.c]
1717         Export address for __0000H, too.
1719         * [msdos/dpmi.c]
1720         Changed MemAlloc functions to return less fragmented addresses.
1722 Sat Feb 28 18:50:12 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1724         * [scheduler/process.c] [scheduler/sysdeps.c]
1725         Don't use %fs register before threading initialization.
1727 Sat Feb 28 14:04:56 1998  Kristian Nielsen  <kristian.nielsen@risoe.dk>
1729         * [configure.in] [include/acconfig.h]
1730         Autoconf macro to check for non-reentrant X libraries.
1732         * [windows/winpos.c]
1733         In SetWindowPos32(), do not cause WM_SIZE messages when the
1734         SWP_NOSIZE flag is specified. This fixes the division-by-zero in
1735         Borland C++ 4.0 "Open Project" menu item.
1737 Sat Feb 28 13:11:26 1998  James Moody  <013263m@dragon.acadiau.ca>
1739         * [ole/ole2nls.c]
1740         Changed "English" values from German to English.
1742         * [files/dos_fs.c]
1743         Fixed off-by-one month bug.
1745 Fri Feb 27 22:12:01 1998  Douglas Ridgway  <ridgway@winehq.com>
1747         * [windows/win.c]
1748         Fix winelib class menu loading bug.
1750         * [include/module.h] [loader/module.c]
1751         LoadModule32 should be implemented in terms of CreateProcess.
1753         * [programs/view/*]
1754         Metafile viewer sample program.
1756         * [documentation/wine.texinfo] [documentation/Makefile.in]
1757         Improvements and additions, HTML target.
1759 Fri Feb 27 04:27:48 1998  Dimitrie O. Paun <dimi@cs.toronto.edu>
1761         * [*/*]
1762         Switched to the new debug messages interface. For more information
1763         please refer to documentation/debug-msgs. Because the new scheme
1764         introduces a new semantic level, I had to manually do through
1765         about 530 dprintf_xxx!  The rest of about 2400 where transformed
1766         via a script.  Because of the large number of changes that I had
1767         to do, some may have not come out as nicely as I wanted them.  If
1768         this is the case, please let me know. There is a lot of work left
1769         to do: -- a few hundred printf's to be converted -- about 2300
1770         fprintf's to be converted -- about 600 FIXME's to be transformed
1771         The problem is that in the above mentioned cases, a lot of manual
1772         intervention is required because a lot of the information is
1773         missing.  There are also a lot of other things to be done to the
1774         interface and so forth. I have now ideas for a at least a month
1775         worth of full time work :) I will proceed with many changes in the
1776         next few releases, so please do not start modifing things because
1777         there will be a hell of a lot of conflicts. If you have ideas that
1778         you want to integrate or you want to work on different things,
1779         please coordinate with me.
1781 Thu Feb 26 13:04:29 1998  David Lee Lambert <lamber45@egr.msu.edu>
1783         * [ole/ole2nls.c] [include/windows.h]
1784         First try at OLE date- and time-formatting functions.
1786 Wed Feb 25 11:20:35 1998 Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1788         * [files/*.c]
1789         Changed dos device handling, added 'CON' devicehandling.
1791         * [graphics/ddraw.c]
1792         Bug fixes, some additions.
1794         * [if1632/builtin.c][loader/module.c][library/winestub.c]
1795         Small hack so we don't need a dummy BUILTIN_LoadModule
1796         in winestub.c.
1798         * [ole/*][relay32/ole32.spec][if1632/storage.spec]
1799         storage.dll started. winword loads documents (saving
1800         doesn't work yet, dunno why).
1801         Several ole additions, some cleanups and bugfixes.
1802         IMalloc16 implemented.
1804         * [loader/pe_image.c]
1805         Added some comments, fixed circular dll references,
1806         fixed modref ordering, fixed tls allocation.
1808         * [memory/global.c]
1809         Added validity checks before every GET_ARENA_PTR.
1810         (several functions rely on Global* return values
1811          on invalid handles, like IsTask).
1812         Implemented GlobalUnlockFree16.
1814         * [memory/virtual.c]
1815         Replaced dprintf_virtual by fprintf, so we can
1816         do 'info map' again in the debugger. Increase read
1817         linesize for Linux2.1 cases.
1819         * [misc/cpu.c][misc/registry.c]
1820         Moved cpu registry initialization to misc/cpu.c.
1822         * [multimedia/dsound.c]
1823         Enhanced, replaced GETOSPACE bufferingcheck by SETFRAGMENT.
1825         * [relay32/crtdll.spec][relay32/ntdll.spec]
1826         Replaced some ptr by respective 'str' and 'wstr' arguments
1827         for libc functions.
1829         * [scheduler/thread.c]
1830         Added some sanity checks to stackallocation, tlshandling fixed.
1832         * [tools/build.c]
1833         Fixed cdecl argumenttype order (was reversed).
1835         * [win32/ordinals.c]
1836         Implemented KERNEL_449.
1838         * [windows/dinput.c]
1839         Some fixes, needs much more work. Tomb Raider2 works with keyboard ;)
1841 Tue Feb 24 20:46:37 1998  James Juran   <jrj120@psu.edu>
1843         * [windows/win.c]
1844         Fixed USER32 ordinal numbers in documentation.
1846 Sat Feb 21 12:30:38 1998  John Richardson <jrichard@zko.dec.com>
1848         * [files/file.c] [include/k32obj.h] [memory/virtual.c]
1849         [scheduler/critsection.c] [scheduler/event.c] [scheduler/handle.c]
1850         [scheduler/k32obj.c] [scheduler/mutex.c] [scheduler/process.c]
1851         [scheduler/semaphore.c] [scheduler/thread.c]
1852         Added generic k32obj read and write routines for k32objs that
1853         support I/O.
1855         * [documentation/console]
1856         Updated console docs.
1858         * [win32/console.c]
1859         Make console work like a k32obj that supports I/O.
1861         * [include/windows.h]
1862         Make WriteFile and ReadFile take HANDLE32 for handle.
1864 ----------------------------------------------------------------------
1865 Sun Feb 15 14:07:07 1998  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
1867         * [controls/menu.c] [misc/ver.c] [multimedia/dsound.c]
1868           [multimedia/joystick.c] [windows/dialog.c]
1869         Modified some dprintf_xxx's to prepare them for a new
1870         dprintf_ scheme. Basically, I changed the dprintf's that
1871         outputed a line with many dprintf calls to do just one
1872         dprintf call.
1874 Sun Feb 15 12:02:59 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1876         * [graphics/x11drv/*.c] [objects/*.c]
1877         A few X11 critical section optimizations, mostly with XGet/PutPixel.
1879         * [scheduler/sysdeps.c] [misc/main.c]
1880         Make sure X11 critical section is available before any Xlib call.
1882         * [if1632/relay.c] [tools/build.c]
1883         Yet another attempt at fixing Catch/Throw.
1885         * [loader/pe_image.c]
1886         Fixed broken PE DLL loading.
1888         * [include/winnt.h] [scheduler/handle.c] [scheduler/*.c]
1889         Implemented handle access rights.
1890         Added Get/SetHandleInformation.
1892 Sun Feb 15 09:45:23 1997  Andreas Mohr <100.30936@germany.net>
1894         * [misc/winsock.c]
1895         Fixed bug in WSACleanup which lead to crashes in WINSOCK_HandleIO.
1897         * [graphics/fontengine.c] [include/font.h]
1898         Minor improvements.
1900         * [memory/global.c]
1901         Implemented GlobalEntryHandle.
1903         * [misc/toolhelp.c]
1904         Fixed a memory bug in Notify*register.
1906         * [misc/w32scomb.c]
1907         Improved Get16DLLAddress.
1909         * [objects/gdiobj.c]
1910         Implemented GdiSeeGdiDo.
1913 Sat Feb 14 14:57:39 1998  John Richardson <jrichard@zko.dec.com>
1915         * [win32/console.c]
1916         Added the console implementation, AllocConsole, FreeConsole,
1917         CONSOLE_InheritConsole.
1919         * [documentation/console]
1920         Some documentation on the console.
1922         * [include/winerror.h]
1923         Added some error defines.
1925         * [scheduler/k32obj.c]
1926         Registered the scheduler ops.
1928 Fri Feb 13 19:35:35 1998  James Moody  <013263m@dragon.acadiau.ca>
1930         * [ole/ole2nls.c]
1931         Some English language fixes for missing values.
1933         * [controls/listbox.c]
1934         Fix to allow an empty listbox to deselect all items.
1936         * [relay32/user32.spec] [windows/keyboard.c]
1937         CreateAcceleratorTableA stub method.
1939         * [windows/sysmetrics.c]
1940         Added missing SM_CXCURSOR & SM_CYCURSOR initializers.
1942         * [windows/message.c]
1943         PostThreadMessage32A stub method.
1945 Fri Feb 13 17:12:24 1998  Jim Peterson <jspeter@roanoke.infi.net>
1947         * [libtest/hello3res.rc] [libtest/hello3.c] [libtest/Makefile.in]
1948         Updated the 'hello3' test so that it functions properly again.
1950 Fri Feb 13 14:08:07 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
1951         
1952         * [graphics/mapping.c]
1953         Fixed the embarrassing bugs I introduced into DPtoLP and
1954         LPtoDP.
1956         * [windows/scroll.c]
1957         Prevent ScrollWindow32 from sending WM_ERASEBKGND.
1959 Thu Feb 12 22:46:53 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1961         * [objects/metafile] [include/ldt.h]
1962         Fix to cope with records longer than 64K.
1964         * [windows/clipboard.c]
1965         Clean up bitmaps and metapicts properly.
1967 Mon Feb  3 21:52:18 1998  Karl Backström <karl_b@geocities.com>
1969         * [programs/winhelp/Sw.rc] [resources/sysres_Sw.rc]
1970         Minor update of Swedish language support.
1972 ----------------------------------------------------------------------
1973 Sun Feb  1 13:24:54 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
1975         * [files/drive.c]
1976         Added Device= parameter to drive configuration.
1978         * [if1632/relay.c]
1979         Throw() and Catch() now use the correct CATCHBUF layout (untested).
1981         * [tools/build.c] [include/stackframe.h] [loader/task.c]
1982         Moved 16-bit stack pointer into thread database.
1983         Save current %fs while running 16-bit code.
1985 Fri Jan 30 09:25:49 1998  Martin Boehme  <boehme@informatik.mu-luebeck.de>
1987         * [graphics/mapping.c]
1988         Made DPtoLP32 and LPtoDP32 respect world transforms.
1990         * [graphics/path.c] [graphics/painting.c] [if1632/gdi.spec]
1991           [include/path.h]
1992         More path support.
1994         * [include/gdi.h] [include/windows.h] [objects/dc.c]
1995           [relay/gdi32.spec]
1996         Support for Get/SetArcDirection and Get/SetWorldTransform
1998         * [windows/hook.c]
1999         Fixed a bug in HOOK_Map16To32Common.
2001 Thu Jan 29 23:43:18 1998  Douglas Ridgway <ridgway@taiga.gmcl.com>
2003         * [graphics/metafiledrv/init.c] [objects/metafile.c]
2004         Documentation for metafile related API calls. Fixed a bug to avoid
2005         documenting it.
2007         * [include/windows.h]
2008         Declaration for LoadImage.
2010 Thu Jan 29 21:44:45 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2012         * [graphics/win16drv/*]
2013         Changes to printing code to enable use of printer fonts with the
2014         win3.1 postscript driver. Remember to add printer=on to [wine]
2015         section of wine.conf . You will also need to disable truetype
2016         fonts from control panel. Winword 6.0 and Write seem to be happy
2017         with this...
2019         * [include/bitmap.h]
2020         Fix Widthbytes for 15bpp displays.
2022 Tue Jan 27 20:54:08 1998  Kristian Nielsen <kristian.nielsen@risoe.dk>
2024         * [tsx11/*] [include/ts*] [tools/make_X11wrappers]
2025         Implemented thread-safe X11 wrappers.
2027 Tue Jan 27 13:54:09 1998  Constantine Sapuntzakis  <csapuntz@tma-1.lcs.mit.edu>
2029         * [windows/queue.c]
2030         Forgot to convert thdb to thread_id.
2032         * [misc/registry.c]
2033         Sped up Windows 95 registry reading. Changed code to traverse
2034         registry as a tree rather than read in all possible keys
2035         (including dead ones). 
2037 Tue Jan 27 12:46:09 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2039         * [loader/pe_image.c][Makefile.in][scheduler/thread.c]
2040           [libtest/hello5.c]
2041         Don't exit() on failed to load referenced dlls.
2042         Fixed static tls allocation for multiple threads.
2043         WINELIB should now be able to load PE dlls. A sample
2044         winelib program, that dynamically loads a internal dll
2045         is included.
2047         * [graphics/ddraw.c][include/ddraw.h][include/d3d.h]
2048         Cleaned up and enhanced further. Added several DirectX5
2049         interface definitions and DirectSurface3 implementation.
2050         Stubs for D3D (NOT coming soon, just there so it fails safely).
2052         * [multimedia/dsound.c][include/dsound.h]
2053         Actually works now for a lot of cases. Some DirectX5 stuff
2054         added. Still lacking several features.
2056         * [windows/dinput.c][include/dinput.h]
2057         Started implementing DirectInput. Doesn't work yet, don't 
2058         know why.
2060         * [if1632/thunk.c][misc/callbacks.c]
2061           [win32/kernel.c][include/callbacks.h]
2062         Added WOWCallback16Ex, WOWHandle32.
2064         * [misc/cpu.c]
2065         Fixed GetSystemInfo, IsProcessorFeaturePresent.
2067         * [multimedia/joystick.c][multimedia/time.c]
2068         Several fixes. Small hack to get timerevents in timeGetTime() loops.
2070 Tue Jan 20 11:26:27 1998  Slaven Rezic  <eserte@cs.tu-berlin.de>
2072         * [configure.in]
2073         Fixed check for union semun on FreeBSD systems.
2075 Sun Jan 18 23:05:04 1998  Karl Backström <karl_b@geocities.com>
2077         * [misc/ole2nls.c] [programs/progman/Sw.rc] [programs/winhelp/Sw.rc]
2078           [resources/sysres_Sw.rc]
2079         Added/updated Swedish language support.
2081 Sun Jan 18 18:49:01 1998  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2083         * [misc/winsock.c] [misc/winsock_dns.c] [windows/event.c]
2084           [windows/win.c] [windows/dce.c] [windows/winpos.c]
2085         Bug fixes.
2087 Sun Jan 18 12:45:23 1997  Andreas Mohr <100.30936@germany.net>
2089         * [msdos/int25.c] [msdos/int26.c]
2090         Implemented "native" absolute disk read/write access.
2092         * [msdos/int13.c] [msdos/ioports.c]
2093         Enhanced GET DRIVE PARAMETERS (int13 AH=08).
2095         * [graphics/win16drv/prtdrv.c] [if1632/gdi.spec]
2096         Fixed typos, implemented dmEnumDFonts,
2097         Started implementation of dmRealizeObject.
2099         * [if1632/compobj.spec] [ole/compobj.c] [relay32/ole32.spec]
2100         Stubs CoCreateInstance, CoFreeUnusedLibraries, implemented
2101         CoFileTimeNow.
2103         * [if1632/kernel.spec] [include/windows.h] [memory/global.c]
2104           [memory/string.c] [misc/kernel.c] [misc/Makefile.in]
2105           [misc/toolhelp.c] [msdos/int21.c]
2106         Implemented GlobalHandleNoRIP, GetFreeMemInfo, DebugFillBuffer, 
2107         stubs GetSetKernelDOSProc, DiagQuery, DiagOutput, ToolHelpHook
2108         (Undocumented Windows).
2110         * [if1632/user.spec] [if1632/win32s16.spec] [misc/win32s16.c]
2111         Misc stubs.
2113         * [if1632/winaspi.spec] [misc/aspi.c]
2114         Implemented GetASPIDLLVersion.
2116         * [if1632/wprocs.spec] [msdos/int20.c] [msdos/Makefile.in]
2117         Added handler for Int 0x20 (terminate program, _very_ old-fashioned).
2119         * [misc/w32scomb.c]
2120         Implemented Get16DLLAddress() partially
2121         (big thanks to Marcus and Alexandre).
2123         * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/dplay.spec]
2124         Added built-in DPLAY.DLL.
2126         * [relay32/winmm.spec] [multimedia/joystick.c]
2127         Added joySetThreshold.
2129         * [misc/windebug.c]
2130         Added WinNotify.
2132         * [win32/console.c]
2133         Stubs CreateConsoleScreenBuffer, SetConsoleActiveScreenBuffer,
2134         WriteConsoleOutput32A.
2136         * [windows/user.c]
2137         Stub SetEventHook.
2139 Sat Jan 17 19:30:35 1998  Matthew Toseland  <Paul.Toseland@btinternet.com>
2141         * [windows/painting.c]
2142         Fixed broken restore-to-maximized.
2144 Mon Jan 12 21:25:32 1998  Perceval - Marc Huguet Puig <mhp@tinet.fut.es>
2146         * [documentation/wine.man] [include/options.h]
2147           [misc/main.c] [ole/ole2nls.c] [resources/sysres.c]
2148           [resources/sysres_Ca.rc] [resources/Makefile.in]
2149         Added language catalan. (Afegit l'idioma català).
2151 ----------------------------------------------------------------------
2152 Sun Jan 18 17:05:58 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2154         * [include/stackframe.h] [tools/build.c]
2155         Some cleanups in stack frame building.
2157         * [misc/port.c]
2158         Implemented clone() wrapper for libc5 users.
2160         * [scheduler/mutex.c] [scheduler/synchro.c]
2161         Implemented abandoned mutexes.
2163         * [scheduler/process.c] [scheduler/thread.c]
2164         We now create a process and a thread structure as soon as possible
2165         during initialization.
2167         * [scheduler/thread.c] [scheduler/sysdeps.c]
2168         Moved system-specific thread handling to sysdeps.c.
2170 Fri Jan 16 10:45:15 1998  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2172         * [graphics/ddraw.c][include/ddraw.h]
2173         Surface handling enhanced. Some stuff already works ;)
2175         * [multimedia/dsound.c][include/dsound.h]
2176         Implemented using the Open Sound System.
2177         Slowly starts to work (sounds terrible for some programs).
2179         * [configure.in][multimedia/audio.c][include/config.h.in]
2180         Added check for OpenSoundSystem, fixed -lXxf86dga check.
2181         Replaced OS #ifdefs by #ifdef HAVE_OSS in mm/audio.c.
2183         * [if1632/relay.c][relay32/relay386.c]
2184         Do not print control characters for 'str' or 'wstr' args.
2186         * [misc/registry.c]
2187         "" seems to equals NULL in keynames. Replace where needed. Seems
2188         to help the win95 regedit.exe...
2190         * [win32/newfns.c]
2191         Implemented QueryPerformance* using gettimeofday(2)
2192         (should be done using the pentium timers probably).
2194         * [tools/ipcl]
2195         Removed useless open_pipe construct.
2197 Sun Jan 11 17:10:02 1998  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2199         * [objects/region.c] [include/region.h] [graphics/x11drv/clipping.c]
2200         Regions are now internal to Wine. The basis of this code is taken
2201         from the X11 distribution. GetRegionData() is implemented as is 
2202         ExtCreateRegion() (without Xforms). CreatePolyPolygonRgn() should
2203         behave correctly now. 
2205         * [objects/metafile.c] [graphics/metafiledrv/graphics.c]
2206           [graphics/metafiledrv/init.c] [include/metafile.h]
2207           [include/metafiledrv.h]
2208         Playback of META_CREATEREGION should now work. Implemented recording
2209         of META_CREATEREGION and META_PAINTREGION.
2211         * [graphics/x11drv/graphics.c]
2212         FillRgn() (and therefore its friends) respect logical co-ords.
2214 Wed Jan  7 01:21:45 1998  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
2216         * [configure.in] [include/acconfig.h] [tools/build.c]
2217         Now checking whether to use .string or .ascii.
2219         * [configure.in] [include/acconfig.h] [scheduler/critsection.c]
2220         Defining union semun if this is not available from header files.
2222         * [misc/lstr.c]
2223         Moved wine's own header files below <wctype.h> to avoid
2224         parse error on Solaris.
2226 Sun Jan  4 15:38:07 1998  Andrew Taylor <ataylor@cadvision.com>
2228         * [multimedia/mmsystem.c] [multimedia/mmio.c]
2229         Implemented mmioSendMessage and rearranged the mmio
2230         subsystem in terms of this function.
2232 Wed Dec 24 00:51:29 1997  Charles Duffy <cduffy@bigfoot.com>
2234         * [windows/clipboard.c] [relay32/user32.spec]
2235         GetPriorityClipboardFormat32 now has something other than just
2236         a stub. I have no idea if it works (can't test until
2237         SetClipboardData is finished) but HEdit likes things a lot more
2238         this way.
2240 ----------------------------------------------------------------------
2241 Sat Jan  3 17:15:56 1998  Alexandre Julliard  <julliard@lrc.epfl.ch>
2243         * [debugger/db_disasm.c]
2244         Added cpuid and cmpxchg instructions.
2246         * [if1632/builtin.c] [relay32/builtin32.c]
2247         Fixed broken -dll option with Win32 DLLs.
2249         * [include/heap.h]
2250         Added SYSTEM_LOCK/SYSTEM_UNLOCK macros.
2252         * [configure.in] [misc/lstr.c]
2253         Added check for wctype.h.
2254         Commented out --enable-ipc option (IPC code has been broken for a
2255         long time anyway).
2257         * [scheduler/critsection.c] [scheduler/event.c]
2258           [scheduler/mutex.c] [scheduler/semaphore.c]
2259         Implemented Win32 synchronization objects.
2261         * [scheduler/synchro.c]
2262         Implemented WaitForMultipleObjects and related functions.
2264         * [scheduler/thread.c]
2265         If possible, use clone() in CreateThread().
2267         * [scheduler/thread.c] [scheduler/process.c]
2268         Made thread and process waitable objects.
2269         Thread and process id values are now different from the pointers
2270         they represent.
2272         * [win32/k32obj.c]
2273         Moved to scheduler directory.
2274         Added function table for waiting operations on objects.
2276         * [files/file.c] [memory/virtual.c]
2277         Added new K32OBJ function table.
2279 Sun Jan  1 16:48:23 1997  Andreas Mohr <100.30936@germany.net>
2281         * [files/file.c]
2282         Fixed my patch for GetTempFileName16() as needed.
2283         It was ...Name32A() that didn't work properly, not ...Name16().
2285         * [graphics/x11drv/brush.c]
2286         Fixed a BadMatch error.
2288         * [msdos/int21.c]
2289         Fixed INT21_FindNextFCB() to get correct volume labels e.g.
2290         in "file open" dialog.
2292         * [multimedia/joystick.c] [relay32/winmm.spec]
2293         Stub JoyGetPosEx().
2295         * [scheduler/process.c] [relay32/kernel32.spec]
2296         Implemented RegisterServiceProcess().
2298 Wed Dec 31 11:14:43 1997  Lawson Whitney  <lawson_whitney@juno.com>
2300         * [if1632/kernel.spec] [if1632/relay.c]
2301         Define CallProcEx32w - Thanks to Marcus Meissner for his excellent
2302         CallProc32W.
2304         * [loader/module.c]
2305         Take a shot at defining FreeLibrary32W.
2307 Sun Dec 28 12:44:04 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
2309         * [controls/menu.c]
2310         Menu modification from WM_INITMENUPOPUP message fixed.
2311         Menu items now can have different wID and hSubMenu (Win95 behavior).
2313         * [misc/cpu.c]
2314         Improved IsProcessorFeaturePresent.
2316 Sun Dec 28 03:21:08 1997  Ove Kaaven <ovek@main.arcticnet.no>
2318         * [include/winsock.h] [misc/winsock.c]
2319         Fixed WS_SOL_SOCKET for setsockopt(), and made select() return
2320         empty fd_sets if timeout.
2322         * [objects/palette.c]
2323         AnimatePalette() bailed out if entire palette is animated. Fixed.
2325         * [objects/dib.c]
2326         Added some code to SetDIBitsToDevice() and its helpers to fix
2327         some offseting problems.
2329         * [objects/cursoricon.c]
2330         Made CreateCursor32() convert the instance handle properly. Made
2331         DestroyCursor() return correct success status.
2333 Wed Dec 24 17:56:34 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
2335         * [windows/syscolor.c]
2336         Added definition of GetSysColorPen16/32. This function does not
2337         exist in the Win32 API but is a very close (and natural) relative
2338         to GetSysColorBrush function. Moreover, it is *very* much used 
2339         within Wine since there are a lot of places where we need to draw
2340         lines with the standard colors.
2342         * [controls/button.c] [controls/combo.c] [controls/icontitle.c]
2343           [controls/menu.c] [controls/progress.c] [controls/scroll.c]
2344           [controls/updown.c] [graphics/painting.c] [misc/tweak.c]
2345           [windows/defwnd.c] [windows/graphics.c] [windows/nonclient.c]
2346         Replaced references to sysColorObjects with the appropriate
2347         call to GetSysColorBrush32/GetSysColorPen32. There is no need to
2348         expose the implementation of these functions, even within Wine.
2349         This makes the code easier to understand, debug, maintain.
2351         * [controls/uitools.c]
2352         Modified most of the functions in this file to use the now
2353         standard pens (i.e. GetSysColorPen32). These functions made
2354         *heavy* use of standard pens so I expect a lot less
2355         CreatePen/DeleteObject calls can do only good...:)
2356         Plus some minor modifications (*no* functional changes though).
2358         * [controls/updown.c]
2359         Used the new DrawFrameControl32 function to paint the control.
2360         I also deleted UDDOWN_DrawArrow since it was no longer required.
2362 Tue Dec 23 00:03:33 1997  Steinar Hamre  <steinarh@stud.fim.ntnu.no>
2364         * [configure.in]
2365         Added check for -lw.
2367         * [include/wintypes.h] [tools/build.c]
2368         Changes to make the assembly understandable for even sun as.
2369         ".ascii" -> ".string", "call %foo" -> "call *%foo",
2370         "pushw/popw %[cdes]s" written out to ".byte 0x66\npushl/popl %[cdes]s".
2372         * [memory/ldt.c]
2373         #ifdef added so <sys/seg.h> will not be included on Solaris.
2375 Mon Dec 22 18:55:19 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2377         * [configure.in]
2378         Added XF86DGA check.
2380         * [multimedia/dsound.c][relay32/dsound.spec][include/dsound.h]
2381         Started DirectSound. Only stubs for now.
2383         * [graphics/ddraw.c][include/ddraw.h][relay32/ddraw.spec]
2384         Started to implement DirectDraw. Mostly stubs, some
2385         testcases work. Requires the XF86DGA extension to XFree86.
2386         (check demo/blizdemo.exe from the Diablo CD-ROM).
2388         * [files/drive.c]
2389         Return correct "CDFS" fsname so Diablo is a bit happier.
2391 Sun Dec 21 21:45:48 1997  Kevin Cozens <kcozens@interlog.com>
2393         * [misc/registry.c]
2394         Fixed bugs in the routines which read the Windows '95 registry
2395         files. Added extra information regarding the format of the Windows
2396         '95 registry files.
2398 ----------------------------------------------------------------------
2399 Fri Dec 19 10:50:46 1997  Douglas Ridgway  <ridgway@winehq.com>
2401         * [Make.rules.in] [Makefile.in] [documentation/Makefile.in]
2402           [documentation/README.documentation]
2403         First cut at Wine API documentation. No longer install reference
2404         manual by default.
2406 Wed Dec 17 21:32:23 1997  Andreas Mohr <100.30936@germany.net>
2408         * [files/file.c]
2409         Fixed GetTempFileName16() to use current path of requested drive
2410         as needed.
2412         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/dciman32.spec]
2413           [if1632/msvfw32.spec] [if1632/tapi32.spec] [if1632/wow32.spec]
2414         Added misc DLLs needed by various apps.
2416 Wed Dec 17 12:01:50 1997  Morten Eriksen <mortene@sim.no>
2418         * [if1632/gdi32.spec] [include/windows.h] [objects/palette.c]
2419         Inserted empty stub for CreateHalftonePalette.
2421 Tue Dec 16 22:08:06 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2423         * [windows/mdi.c]
2424         Use VK_TAB instead of VK_SEPARATOR in TranslateMDISysAccel().
2426         * [graphics/metafiledrv/init.c]
2427         DeleteDC() on a MetaDC doesn't do anything - it shouldn't. Therefore
2428         fix cleanup of MetaDCs in CloseMetaFile(); they now actually get
2429         removed from the GDI heap!
2431         * [graphics/x11drv/xfont.c]
2432         Preserve FO_MATCH_XYINDEP flag in XFONT_MatchFIList(). Should reduce
2433         the number of bold-italic matches.
2435 Tue Dec 16 20:11:43 1997  Bertho Stultiens <bertho@panter.soci.aau.dk>
2437         * [graphics/painting.c]
2438         Included an implementation of DrawState
2440         * [if1632/thunk.c]
2441         Changed many fprintfs into dprintf_thunk
2443         * [include/cache.h] [graphics/cache.c]
2444         New files to hold cached handles to regulary used GDI object.
2446         * [include/windows.h]
2447         Added DRAWSTATExx typedefs
2448         Added DSS_DEFAULT define for DrawState
2450         * [objects/text.c]
2451         New implementation of GrayString()
2453         * [controls/uitools.c]
2454         Implemented DrawFrameControl() functions
2455         Changed DrawEdge() behaviour to win95 implementation
2457 Mon Dec 15 23:43:01 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
2459         * [graphics/path.c] [include/path.h] [graphics/painting.c]
2460           [if1632/gdi32.spec] [include/gdi.h] [include/windows.h]
2461           [objects/dc.c]
2462         Added preliminary support for GDI paths.
2464         * [objects/dc.c]
2465         Added DC_Init_DC_INFO function for initializing WIN_DC_INFO
2466         structure.
2468         * [include/windows.h] [include/gdi.h] [objects/gdiobj.c]
2469         Added DEFAULT_GUI_FONT.
2471         * [include/winerror.h]
2472         Added a few error codes.
2474         * [memory/heap.c]
2475         Changed HeapAlloc to make the correct calls to SetLastError
2476         (now conforms to NT's behaviour).
2478         * [windows/win.c]
2479         Changed WIN_CreateWindowEx to allow child windows with zero
2480         width / height.
2482 Sun Dec 14 12:01:07 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2484         * [if1632/*] [relay32/*]
2485         Moved all 32-bit relay stuff to relay32/
2487         * [fi1632/thunk.c] [win32/kernel32.c]
2488         Moved all KERNEL32 ordinal functions to kernel32.c
2490         * [memory/selector.c]
2491         Initialize selectors in AllocSelectorArray.
2493         * [tools/build.c]
2494         Generate C instead of assembly for Win32 relays.
2495         Fixed stack corruption in CallTo16 functions, found by Bertho
2496         Stultiens.
2497         
2498 Sun Dec 14 10:55:00 1997  Andreas Mohr <100.30936@germany.net>
2500         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/ole2thk.spec]
2501         Added built-in OLE2THK.DLL. 
2503         * [if1632/toolhelp.spec] [include/toolhelp.h] [memory/selector.c]
2504           [misc/toolhelp.c]
2505         Added stubs for StackTraceFirst(), StackTraceCSIPFirst(),
2506         StackTraceNext(), UTSelectorOffsetToLinear()
2507         and UTLinearToSelectorOffset().
2509 Sat Dec 13 17:26:41 1997  Alex Korobka  <alex@trantor.pharm.sunysb.edu>
2511         * [misc/winsock.c]
2512         32-bit API fixes for reported problems (thanks to Marcus
2513         and David).
2515         * [graphics/x11drv/xfont.c]
2516         Little tweak in point size calculation.
2518         * [windows/defwnd.c] [windows/dce.c] [windows/winhelp.c]
2519           [windows/winproc.c] [windows/win.c]
2520         Bug fixes.
2522 Sat Dec 13 16:35:14 1997  Kai Morich <kai.morich@rhein-neckar.netsurf.de>
2524         * [files/dos_fs.c]
2525         OpenFile with empty filename and OF_PARSE returns current dir.
2527         * [misc/commdlg.c]
2528         Ignore initial dir if bogus.
2530         * [files/file.c]
2531         Locking an identic region in a file must not be an error.
2533         * [misc/lstr.c]
2534         Use wide char ctype functions.
2536 Fri Dec 12 23:46:22 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
2538         * [file/drive.c]
2539         First attempt for GetDiskFreeSpaceEx.
2541 Fri Dec 12 23:18:41 1997  Marcus Meissner  <msmeissn@cip.informatik.uni-erlangen.de>
2543         * [loader/pe_resource.c]        
2544         Fixed wrongly appearing menus problem (only use default lookups in
2545         last resource subtree).
2547         * [multimedia/*.c]
2548         Added win32 support for time* and joy* lowlevel drivers,
2549         (not excessively tested), some misc fixes and cleanups.
2551         * [misc/shellord.c][misc/shell.c][ole/folders.c][ole/ifs.c]
2552           [include/interfaces.h][include/shlobj.h]
2553         Added some more undocumented SHELL32 functions, some shell folder
2554         interface stubs added, SHGetMalloc, SHGetDesktopFolder,
2555         SHGetSpecialFolderLocation, SHGetPathFromIDList stubs added,
2556         IMalloc, IUnknown implemented.
2558         * [windows/msgbox.c]
2559         Implemented MessageBoxIndirect*, some internal changes.
2561         * [if1632/thunk.c]
2562         KERNEL_431 implemented.
2564         * [objects/gdiobj.c]
2565         GetCurrentObject implemented.
2567 Wed Dec  3 01:09:17 1997  Gordon Chaffee  <chaffee@apu.cs.berkeley.edu>
2569         * [objects/dib.c]
2570         Fix a couple small DIB problems.
2572         * [controls/edit.c]
2573         Fix a typo.
2575         * [files/dos_fs.c]
2576         Try normal readdir in case fs is specified as vfat but isn't.
2578         * [files/profile.c]
2579         Implementation of WritePrivateProfileSection32A from Uwe Bonnes.
2581         * [misc/printdrv.c]
2582         OpenPrinter32A stub, helps Word97 start.
2584         * [objects/text.c]
2585         Fixup implementation of GetTextCharsetInfo.
2587         * [scheduler/process.c]
2588         Fix environment variable expansion.
2590         * [win32/code_page.c]
2591         Make MultiByteToWideChar and WideCharToMultiByte conform in return
2592         values and error conditions to those in Windows NT 4.0.
2594         * [windows/message.c]
2595         Fix broadcasting problems in Win32.  The Win32 docs say to use
2596         HWND_TOPMOST to broadcast to all Win32 Windows.
2598         * [memory/virtual.c] [loader/pe_image.c]
2599         Do not map in VirtualAlloc if address is specified and space is
2600         not available.  This is required by Win32.
2602         * [include/pen.h] [include/x11drv.h] [objects/dc.c]
2603           [objects/pen.c] [graphics/x11drv/pen.c]
2604         Support for ExtCreatePen.
2606 Tue Dec  2 20:22:06 1997  Morten Welinder  <terra@diku.dk>
2608         * [*/*.c] [*/*.h]
2609         Add lots of prototypes.
2611         * [if1632/kernel32.spec][include/windows.h][include/winnt.h]
2612           [misc/cpu.c]
2613         Define IsProcessorFeaturePresent.
2615         * [misc/crtdll.c]
2616         (CRTDLL__getcwd): Allocate enough memory for the terminating zero.
2618         * [misc/ver.c]
2619         Improve check for null component in _find_data[AW].  Plug leaks
2620         in VerQueryValue*.
2622         * [win32/console.c][if1632/kernel32.spec]
2623         Add stubs for GetConsoleCursorInfo32, SetConsoleCursorInfo32.
2625         * [windows/message.c][if1632/user32.spec][include/windows.h]
2626         Define SendMessageTimeout*.
2628         * [graphics/x11drv/xfont.c]
2629         Change algorithm of __genericCheckSum to be alignment safe.
2631         * [misc/main.c] [misc/winsock.c] [misc/winsock_dns.c]
2632         Include winsock.h early to avoid Solaris problem.
2634         * [include/windows.h]
2635         Undef FSHIFT before we define it.
2637         * [rc/winerc.c]
2638         Include <fcntl.h> instead of <sys/fcntl.h>.
2640         * [files/file.c]
2641         Use strerror in FILE_SetDosError if available.
2643         * [include/config.h.in] [configure.in]
2644         Check for strerror.
2646         * [objects/gdiobj.c]
2647         Make static font structures aligned.
2649 Mon Dec  1 10:10:21 1997  Karl Garrison  <karlos@eznet.net>
2651         * [win32/console.c] [if1632/kernel32.spec] [include/windows.h]
2652         Added stub for GetNumberOfConsoleMouseButtons.
2653         Added stub for PeekConsoleInput(A,W).
2654         Fixed parameter list for WriteConsole(A,W).
2655         GetNumberOfConsoleInputEvents now returns 0 events instead of 1
2656         (since low-level console functions are not yet supported).
2657         GetConsoleMode no longer returns ENABLE_WINDOW_INPUT and
2658         ENABLE_MOUSE_INPUT since these are not currently implemented.
2660 ----------------------------------------------------------------------
2661 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2663         * [if1632/builtin.c]
2664         Build a complete PE header for builtin Win32 modules.
2666         * [loader/pe_image.c] [loader/module.c]
2667         HMODULE32 now points to the loading address of the module. There
2668         is no longer a separate PE_MODULE structure.
2670 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2672         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
2673           [if1632/olesvr32.spec][if1632/olecli32.spec]
2674         New directory, moved OLE stuff there.
2675         new .spec files for olecli32,olesvr32, some stubs added.
2677         * [misc/shell.c]
2678         Added support for extracting icons from PE dlls.
2680         * [misc/shellord.c][if1632/shell32.spec]
2681         Added a huge heap of ordinal only exported shell functions
2682         (will work only in Win95).
2684         * [loader/task.c]
2685         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
2687         * [win32/string32.c][include/string32.h]
2688         Obsolete, removed.
2690         * [windows/keyboard.c]
2691         Added *RegisterHotkey.
2693         * [objects/font.c][objects/text.c]
2694         Added GetFontLanguageInfo, GetTextCharsetInfo.
2696 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
2698         * [misc/network.c]
2699         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
2700         Makes Wordview 6 start on a network connected machine.
2702         * [controls/status.c]
2703         Catch a Null pointer in SW_SetText.
2705         * [files/dos_fs.c]
2706         Add NT5 functions GetLongPathName32.
2708         * [files/file.c]
2709         Make GetTempFileName16 accept drive 0 (Current Drive) too.
2710         Handle more errors and be more verbose in FILE_SetDosError, fix
2711         an error in DeleteFile32W
2713         * [memory/virtual.c]
2714         Implement FlushViewOfFile.
2716         * [misc/crtdll]
2717         Implement _rotl and splitpath and add a stub for 
2718         _abnormal_termination.
2720         * [misc/printdrv.c]
2721         Stub for EnumPrinters32A.
2723         * [win32/newfns]
2724         Add Stub for QueryPerformanceFrequency, change return value
2725         for QueryPerformanceCounter.
2726         Add stub for DeviceIoControl.
2728 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
2730         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
2731           [windows/winpos.c] [windows/win.c]
2732         Removed WIN_NO_REDRAW flag.
2734 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
2736         * [graphics/x11drv/bitblt.c]
2737         Fixed memory leak in BITBLT_GetDstArea.
2739 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
2741         * [files/directory.c]
2742         Export windows system directory to environment.
2744         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
2745           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
2746         Added Win32s DLLs W32SKRNL and WIN32S16.
2748         * [if1632/kernel32.spec] [loader/module.c]
2749         Added misc functions for Win32s.
2751         * [if1632/kernel.spec] [loader/task.c]
2752         Added DefineHandleTable().
2754         * [scheduler/process.c]
2755         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
2757 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
2759         * [windows/painting.c]
2760         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
2761         update region was not properly released.
2763 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
2765         * [loader/pe_image.c]
2766         Implemented forwarded DLL functions.
2768         * [objects/dib.c]
2769         Added support for 16- and 32-bit mode DIBs.
2770         Support negative bitmap heights.
2772         * [win32/process.c]
2773         Added stub for CreateProcess32W.
2775         * [win32/security.c] [include/ntdll.h]
2776         Added stubs for LookupAccountSid32A/W.
2778         * [scheduler/process.c]
2779         Use the size specified in the PE header for the process heap.
2781 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
2783         * [msdos/int3d.c]
2784         New file. Stubs for int3d.
2786 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
2788         * [include/aspi.h]
2789         Changed comment style from C++ to C.
2791 ----------------------------------------------------------------------
2792 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2794         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
2795         Bug fixes.
2797         * [misc/shell.c] [resources/*]
2798         New "About" dialog.
2800 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2802         * [configure.in] [Makefile.in]
2803         Replaced --with-library option by --disable-emulator. The default
2804         is now to build both the library and the emulator.
2805         Renamed --with options to --enable to follow autoconf guidelines.
2807         * [loader/main.c] [miscemu/main.c] (New file)
2808         Split initialization in WinelibInit/EmulatorInit.
2810         * [loader/*.c]
2811         Removed all remaining #ifdef's WINELIB.
2813         * [controls/widgets.c] [windows/mdi.c]
2814         Converted MDIClientWndProc to 32-bit.
2816         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
2817           [scheduler/thread.c]
2818         Code and data selector values are now computed at run-time.
2820         * [library/libres.c]
2821         Moved to loader/ directory.
2823         * [misc/main.c] [misc/version.c] (New file)
2824         Moved all version stuff to version.c. Cleaned up a bit.
2826         * [msdos/dpmi.c]
2827         Update the REALMODECALL structure on return from real-mode
2828         interrupt.
2830         * [windows/event.c] [windows/keyboard.c]
2831         Changed the way event coordinates are determined. Don't rely on
2832         the ConfigureNotify event values. This should fix all problems
2833         with cursor position in -desktop and -managed modes.
2835 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
2837         * [controls/button.c]
2838         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
2840 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
2842         * [misc/ver.c]
2843         Changed VerInstall32A to assume srcdir as destination if destdir
2844         is blank.  This was causing alot of DLL installation into SYSTEM
2845         directory to fail.
2847         * [loader/ne_image.c]
2848         NE_LoadSegment buffer[100] was too small and getting overruns.
2849         Changed it to buffer[200].
2851 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
2853         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
2854         Added stub functions DdeConnectList(), DdeQueryNextServer(),
2855         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
2856         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
2857         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
2858         DdeCmpStringHandles().
2860 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
2862         * [files/directory.c]
2863         Fix typo in directory.c [broke loading of cdplayer on nt40]
2865         * [misc/main.c]
2866         Implemented -winver nt40.
2868         * [loader/resource.c] [user32.spec]
2869         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
2871 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
2873         * [files/drive.c]
2874         (GetDiskFreeSpace32A): Cap at 2GB.
2876         * [include/windows.h]
2877         Prototype DrawIconEx and CreateDIBSection32.
2878         Define OBM_RADIOCHECK.
2879         Add DI_* macros.
2881         * [objects/dib.c] [if1632/gdi.spec]
2882         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
2883         Implement CreateDIBSection16.
2885         * [if1632/user.spec] [if1632/user32.spec]
2886         Add DrawIconEx.
2888         * [objects/cursoricon.c]
2889         (CopyIcon32): Fix bogus implementation.
2891         * [objects/bitmap.c]
2892         (CopyBitmap32): New function.
2893         (CopyImage32): Do bitmaps.
2895         * [graphics/x11drv/text.c]
2896         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
2897         zero-thinkness overstrike line.
2899         * [include/debugstr.h] [misc/debugstr.c]
2900         New files.
2902         * [msdos/dpmi.c]
2903         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
2904         int 0x21, ah=0x52.
2906         * [msdos/int2f.c]
2907         Add dummys for 0x1681 and 0x1682.
2909         * [misc/registry.c]
2910         Fix memory leaks in RegDeleteKey32W.
2912         * [objects/text.c]
2913         In TEXT_NextLine, fix another off-by-one bug.
2915         * [include/bitmaps/obm_radiocheck]
2916         New file.  (It a small circle used to radio-button menu items
2917         when selected.)
2918         
2919         * [objects/oembitmap.c]
2920         Add obm_radiocheck.
2922         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
2923           [if1632/user.spec]
2924         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
2926 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2927         * [misc/main.c]
2928         Auto adjust versions depending on binary.
2930 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
2932         * [controls/listbox.c]
2933         Paint full background in listbox items with tab stops enabled.
2935         * [if1632/thunk.c]
2936         Copy some more message parameter structures (DRAWITEMSTRUCT16,
2937         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
2938         that need this.
2940         * [windows/dce.c]
2941         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
2942         style set.
2944         * [windows/focus.c]
2945         Make order of events in FOCUS_SwitchFocus() reflect API docs.
2947         * [windows/defdlg.c]
2948         Fix problem with loss of focus in some dialogs.
2950         * [win32/code_page.c]
2951         Fix return value for MultiByteToWideChar().
2953         * [BUGS]
2954         BCW now works.
2956 ----------------------------------------------------------------------
2957 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
2959         * [windows/nonclient.c]
2960         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
2961         i.e. system menu already appears when mouse button is depressed.
2962         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
2963         bar arrows are handled the same way as single clicks.
2965         * [windows/winpos.c]
2966         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
2967         set; this is the way MS-Windows behaves.
2969 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
2971         * [controls/status.c]
2972         In SW_SetText, fix condition, I hope.
2974         * [controls/menu.c]
2975         (GetMenuState32): Don't mask return value. Print more debug info.
2976         (MENU_MenuBarCalcSize): Be more careful when printing debug
2977         information.
2978         (MENU_SetItemData): Empty strings are separators.
2980         * [graphics/x11drv/text.c]
2981         Don't prototype CLIPPING_IntersectClipRect.
2983         * [include/dc.h]
2984         Prototype CLIPPING_IntersectClipRect.
2986         * [objects/font.c]
2987         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
2988         In CreateFont32W and CreateFont16, handle null font name.
2990         * [objects/text.c]
2991         (TEXT_NextLine): Fix end-of-line bug.
2993         * [if1632/shell32.spec]
2994         Activate existing implementation of ExtractIconA.
2996         * [misc/shell.c]
2997         For Control_RunDLL, add types for parameters.
2999 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3001         * [controls/static.c] [include/windows.h] [misc/spy.c]
3002         Added some win32 defines to static controls, basic SS_BITMAP style
3003         handling implemented. [please add more, I am lacking knowledge and
3004         time]
3006         * [controls/status.c]
3007         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
3009         * [if1632/thunk.c] [tools/build.c]
3010         Support lret and 0x66 lret calls for CallTo16_regs
3011         (needed for KERNEL32_45)
3012         Fixed KERNEL32_45, QT_Thunk (should work now).
3014         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
3015         Added string dumping to relay debugging for win32 apifuncs.
3017         * [misc/ver.c]
3018         Fixed and cleaned up VerQueryValue*.
3020         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
3021           [if1632/winmm.spec]
3022         Win32 support for lowlevel multimedia functions.
3023         Added some mixer* lowlevel functions.
3024         Some small fixes in the audio lowlevel queue handling, code
3025         reformatting/cleanups.
3027         * [debugger/hash.c]
3028         Don't show difference between 16bit symbols if they are in
3029         different segments.
3031         * [objects/cursoricon.c]
3032         Added GetIconInfo (partial) and CreateIconIndirect.
3034         * [windows/mdi.c]
3035         Fixed some "bad class" problems and crashes in MDICreateChild,
3036         which happen in Win32 (jwp32.exe).
3038 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
3040         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
3041           [documentation/aspi] [include/callback.h]
3042         Added support for 16 bit ASPI calls to linux generic SCSI.
3043         The support is not complete, but appears to run my Mustek
3044         scanner from within ipplus.exe.
3046 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3048         * [windows/dce.c]
3049         DC reuse framework.
3051 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3053         * [graphics/x11drv/xfont.c]
3054         Substituted fonts are removed from the alias table. References to
3055         the old name are also updated.
3057         * [controls/combo.c]
3058         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
3059         ComboLBox.
3061 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
3063         * [include/drive.h] [files/drive.c] [msdos/int21.c]
3064         Partially implemented DOS drive mapping (int21 AX=440F).
3066 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3068         * [debugger/debug.l]
3069         Support '.' in identifiers. Use "x . y" to access structure
3070         fields.
3072         * [debugger/hash.c] [loader/pe_image.c]
3073         Load entry points of Win32 modules only when entering the
3074         debugger.
3076         * [debugger/break.c]
3077         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
3078         the start of every module.
3080         * [files/file.c]
3081         FILE_mmap() can now fake mmap() for unaligned offsets or broken
3082         filesystems.
3084         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
3085         Use a table of callbacks instead of macros to differentiate
3086         between emulator and Winelib.
3088         * [loader/task.c]
3089         Initialize current directory from cwd, not from module path.
3091         * [tools/build.c]
3092         Read CallTo16 prototypes directly from thunk.c source file.
3094         * [windows/winproc.c] [windows/mdi.c]
3095         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
3097 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
3099         * [files/drive.c]
3100         Allow arguments like "a" for the drive related apis.
3102         * [memory/global.c]
3103         Keep the calculation for dwMemoryLoad in range.
3105         * [misc/crtdll.c]
3106         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
3107         its memory if requested.
3108         Implemented CRTDLL_rename and CRTDLL_stat needed for
3109         lcc-win32:wedit.exe.
3110         Implemented CRTDLL__fullpath.
3112         * [misc/comm.c]
3113         High speed modes for the 16-bit mode Comm functions.
3115         * [misc/cpu.c]
3116         As applications may treat lpMaximumApplicationAddress as long,
3117         use a valid long number.
3119         * [misc/main.c]
3120         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
3122         * [misc/ole2nls.c]
3123         Implement LCMAP_UPPERCASE for LCMapString32.
3125         * [misc/wsprintf]
3126         Made WPRINTF_ParseFormatA understand %ws.
3128         * [win32/file.c]
3129         Ignore FILE_ATTRIBUTE_NORMAL.
3130         Stub for ReadFileEx.
3132 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
3134         * [memory/local.c]
3135         Local heap exhaustion message now prints which builtin heap filled.
3137 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
3139         * [windows/dialog.c]
3140         Reversed CreateFont16/32W typo.
3142 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
3144         * [if1632/user.spec]
3145         Fixed argument list for ChangeClipboardChain.
3147         * [windows/mdi.c]
3148         Pass correct hInstance to CreateWindow16() in MDICreateChild().
3150 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
3152         * [objects/metafile.c]
3153         Added support for META_SETTEXTCHAREXTRA.
3155         * [objects/region.c]
3156         Fixed crash in XPolygonRegion if there is only one point in 
3157         in the region.
3159         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
3160           [objects/gdiobj.c]
3161         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
3162         and included gdi.h instead. Implemented GetObjectType32().
3164 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3166         * [documentation/wine.texinfo]
3167         Fixed WIN32 and Makefiles entries of Reference manual node, that
3168         made makeinfo dump core.
3170 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
3172         * [if1632/crtdll.spec]
3173         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
3174         ldexp(), modf().
3176 ----------------------------------------------------------------------
3177 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3179         * [if1632/builtin.c] [if1632/relay.c]
3180         Relay debugging entry points are now generated on the fly for
3181         Win32 DLLs.
3183         * [include/stackframe.h]
3184         Added VA_LIST16 type and macros to access arguments on the 16-bit
3185         stack.
3187         * [memory/global.c]
3188         Fixed GlobalHandle32 to work with fixed blocks.
3190         * [misc/ddeml.c] (New file)
3191         Added a lot of stubs for DDEML functions.
3193         * [objects/dc.c]
3194         Added Get/SetGraphicsMode().
3196         * [objects/gdiobj.c] [windows/winpos.c]
3197         Added a few stubs.
3199         * [tools/build.c]
3200         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
3201         'register' functions can no longer take arguments in Win32.
3202         The Win32 NE module is now generated by MODULE_CreateDummyModule.
3203         CallFrom32 callbacks removed except for register functions.
3205 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
3207         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
3208           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
3209           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
3210           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
3211           [include/callback.h] [include/win16drv.h]
3212         Added support for pens and brushes in SelectObject. Added support
3213         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
3214         Rectangle. Text is drawn in the correct place more often. These
3215         changes may only work with the Windows Postscript driver since
3216         many other drivers now need more GDI support.
3218 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
3220         * [debugger/expr.c]
3221         Fixed typo for the >> operator.
3223         * [loader/task.c]
3224         Fixed SwitchStackTo(); it used to return with the new stack placed
3225         four bytes too high in memory.
3227         * [loader/ne_resource.c]
3228         Removed problematic nametable code introduced in Wine 970914.
3230 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
3232         * [controls/commctrl.c]
3233         Added this files to hold functions from the comctl32.dll
3234         Added to this files some functions scattered in different places
3235         (such as InitCommonControls) and added some new ones as well.
3237         * [include/syscolor.h] [windows/syscolor.c]
3238         Added proper entries for all possible COLOR_* values.
3240         * [objects/brush.c]
3241         Modified GetSysColorBrush to return the correct brush for 
3242         all possible COLOR_* constants.
3244 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3246         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
3247         Another approach to get access to an unrestricted commandline.
3249         * [misc/crtdll.c]
3250         Make fclose work again.
3252         * [if1632/crtdll.spec]
3253         Use sprintf for crtdll-sprintf again as e.g. %g is not available
3254         for wsprintf.
3256         * [misc/wsprintf.c]
3257         Make WPR_STRING work in more situations.
3258         Added debug output for the wsprintf functions.
3260         * [misc/crtdll.c] [misc/main.c]
3261         Use argv[0] as comand with CRTDLL_system.
3263 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
3265         * [*/*]
3266         Removed some compiler warnings.
3268         * [msdos/int15.c]
3269         New INT 15 handler.
3271 ----------------------------------------------------------------------
3272 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3274         * [if1632/relay.c]
3275         Made Catch and Throw also save %si and %di (untested).
3277         * [memory/selector.c]
3278         Added check for %fs and %gs in SELECTOR_FreeBlock.
3280         * [rc/winerc.c]
3281         Generated files no longer depend on Wine includes.
3282         Made .h generation optional.
3284         * [tools/build.c] [loader/task.c]
3285         Added CALL32_Init function.
3286         Added possibility to pass arguments when using CALLTO16_regs_.
3287         32-bit stack pointer is now saved on the 16-bit stack, instead of
3288         using IF1632_Saved32_esp.
3289         Removed CallTo32 callbacks.
3291         * [tools/makedep.c] [*/Makefile.in]
3292         Added support for directly generating dependencies for .y, .l and
3293         .rc files. Modified the makefiles to use this feature.
3295         * [windows/winproc.c] [if1632/thunk.c]
3296         Use CALLTO16_regs to call window procedures.
3298 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
3300         * [if1632/kernel.spec]
3301         Changed entry for SwitchStackBack to remove arguments from stack
3302         upon return (arguments left over from previous SwitchStackTo()).
3303         Borland C++ 4.0 now compiles "Hello World" (but crashes after
3304         outputting the .exe).
3306 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3308         * [files/directory.c]
3309         SearchPath might get NULL buffer (empty LRU list in wordpad).
3311         * [memory/selector.c]
3312         Added SUnMapLS*.
3314         * [loader/pe_image.c]
3315         Be able to run executeables from non mmap()ble filesystems.
3316         PE_LoadLibrary adds librarys loaded by another process to
3317         its own modref list too.
3319         * [windows/keyboard.c][include/accel.h][loader/resource.c]
3320         Fixed accelerator leakage, use SDK defines/names.
3322         * [graphics/env.c][misc/main.c]
3323         Set/GetEnvironemnt have nothing to do with environment vars,
3324         but with Printer Environment.
3326         * [graphics/escape.c]
3327         Escape32: map args back to segmented pointers.
3329         * [windows/win.c]
3330         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
3332 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
3334         * [if1632/crtdll.spec] [misc/crtdll.c]
3335         Added signal().
3337 ----------------------------------------------------------------------
3338 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3340         * [objects/dc.c]
3341         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
3343 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3345         * [memory/virtual.c] 
3346         Do not write debugging info unconditionally to stderr.
3348         * [files/profile.c]
3349         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
3351         * [misc/crtdll.c]
3352         Many new functions.
3354         * [include/windows.h] [windows/winpos.c]
3355         ClientToScreen16 doesn't have a return value.
3357 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3359         * [misc/main.c] [AUTHORS]
3360         Update the list of contributors. Please let me know if I forgot
3361         someone.
3363         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
3364         Ordinal base for Win32 DLLs is now computed automatically from the
3365         lowest ordinal found.
3367         * [include/wintypes.h]
3368         WINAPI is now defined as attribute((stdcall)). This will require
3369         gcc to compile.
3371         * [if1632/thunk.c]
3372         Removed Win32 thunks (no longer needed with stdcall).
3374         * [if1632/crtdll.spec] [misc/crtdll.c]
3375         Make sure we only reference cdecl functions in the spec file.
3377         * [objects/dc.c]
3378         Use CapNotLast drawing style for 1-pixel wide lines.
3380         * [tools/build.c]
3381         Added 'double' argument type.
3382         Added 'varargs' function type for Win32.
3383         Made CallTo16_xxx functions stdcall.
3385 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3387         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
3388         More fixes to get message exchange closer to the original.
3390         * [misc/spy.c]
3391         Message logs now contain window names.
3393         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
3394           [objects/cursoricon.c] [windows/user.c]
3395         Added some obscure features to fix memory leaks.
3397 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
3399         * [if1632/kernel32.spec] [win32/newfns.c]
3400         Added stub for UTRegister() and UTUnRegister().
3402 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
3403         * [controls/edit.c]
3404         Allow ASCII codes > 127 in WM_CHAR.
3406 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
3408         * [controls/widgets.c]
3409         In InitCommonControls, remember the name of the class
3410         because lpszClassName was made to point to a local array
3411         Added the ProgressBar to the list of implemented controls.
3412         Call InitCommonControls from WIDGETS_Init to register all
3413         implemented Common Controls.
3414         
3415         * [include/commctrl.h]
3416         Added misc decl for the Progress Bar.
3418         * [controls/progress.c] [include/progress.h]
3419         First attempt at implementiong the Progress Bar class.
3421         * [objects/brush.h]
3422         Implementation for GetSysColorBrush[16|32]
3424         * [controls/status.c]
3425         Use DrawEdge to draw the borders and fill the background
3427         * [controls/uitools.c]
3428         Added DrawDiagEdge32 and DrawRectEdge32
3430         * [graphics/painting.c]
3431         Implement DrawEdge[16|32]
3432         Started DrawFrameControl32
3434 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
3436         * [misc/comm.c] [include/windows.h]
3437         SetCommEventMask returns a SEGPTR.
3439 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3441         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
3442           [include/module.h]
3443         Cleaned up the whole Win32 library mess (a bit).
3445         * [debugger/stabs.c]
3446         If 'wine' has no absolute path and isn't found, check $PATH too.
3448         * [misc/ole2nls.c]
3449         Some fixes.
3451         * [misc/ver.c]
3452         Added support for PE style version resources.
3454         * [memory/string.c]
3455         Check for NULL pointers to _lstr* functions, just as Windows95 does.
3457         * [multimedia/time.c]
3458         Made list of timers a simple linked list.
3460         * [loader/resource.c]
3461         Netscape 3 seems to pass NEGATIVE resource Ids (in an
3462         unsigned int, yes). Don't know why, fixed it anyway.
3464         * [objects/bitmap.c]
3465         LoadImageW added.
3467         * [include/win.h][windows/win.c]
3468         Change wIDmenu from UINT16 to UINT32 and changed the
3469         SetWindow(Long|Word) accordingly.
3471 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
3473         * [include/windows.h]
3474         Add a few more colors defined for Win95.
3475         Add a few more brush styles.
3477         * [windows/syscolor.c]
3478         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
3479         GetSysColor16, GetSysColor32.  Add support for above colors.
3481 Sun Aug 24 16:22:57 1997  Andrew Taylor <ataylor@cadvision.com>
3483         * [multimedia/mmsystem.c]
3484         Changed mmioDescend to use mmio functions for file I/O, neccessary
3485         for memory files.
3487 ----------------------------------------------------------------------
3488 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
3490         * [if1632/kernel.spec] [if1632/mmsystem.spec]
3491         Added some stubs.
3493         * [include/neexe.h] [loader/module.c]
3494         Added warning for OS/2 executables.
3496         * [multimedia/midi.c]
3497         Shortened MIDIOUT driver version string to be less than 31 chars.
3499         * [objects/gdiobj.c]
3500         Fixed DeleteObject32() to react properly when called with stock object.
3502 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
3504         * [controls/updown.c] [include/updown.h]
3505         First attempt at implementiong the UpDown class.
3507         * [controls/widgets.c]
3508         Added the UpDown class to be initialized by InitCommonControls().
3510 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
3512         * [graphics/*] [objects/*] [include/gdi.h]
3513         Made all GDI objects (except DCs) moveable.
3515 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3517         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
3518         Removed IPC communication to speed up winsock services
3519         (tested only with 16-bit netscape 3.03).
3521         * [graphics/x11drv/xfont.c] [documentation/fonts]
3522         Miscellaneous improvements. Updated docs.
3524 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
3526         * [misc/comm.c]
3527         A couple of bug fixes.
3529 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3531         * [debugger/dbg.y]
3532         Display next instruction after stepi/nexti.
3534         * [if1632/relay.c] [include/callback.h] [tools/build.c]
3535         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
3536         better Winelib support.
3538         * [include/sigcontext.h]
3539         Renamed to sig_context.h to avoid conflicts with libc.
3541         * [*/*]
3542         All API functions are now prefixed with WINAPI in prevision of
3543         future Winelib integration.
3545         * [loader/signal.c] [memory/ldt.c]
3546         Fixed assembly code to be -fPIC compatible.
3548 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3550         * [if1632/crtdll.spec][win32/except.c]
3551         _global_unwind, _local_unwind stub added.
3553         * [objects/dib.c]       
3554         Don't read memory you don't even need for the target bitmap (fixes
3555         one 'lazy' program).
3557         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
3558           [win32/ordinals.c][memory/selector.c][memory/global.c]
3559           [include/callback.h]
3560         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
3561         (not 100% correct yet) and some friends.
3563         * [loader/pe_image.c]
3564         Add possibility to break at the DLL entrypoint.
3566         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
3567         Misc bugfixes and additions.
3569         * [misc/registry.c]
3570         The registry seems to be case-preserving but case-insensitive.
3572         * [memory/global.c]     
3573         Adapted to new /proc/meminfo format.
3575         * [objects/font.c][graphics/x11drv/xfont.c]
3576         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
3577         and not device points (thanks to Marion Reyzl for pointing this
3578         out).
3580         * [windows/caret.c]
3581         Use the windows own DC if present (The caret coordinates are
3582         logical coordinates based on it). Fixes another AMIPRO problem.
3584 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
3586         * [controls/menu.c]
3587         General clean-up and Win32 work: split item_flags into fType and
3588         fState; split item_id into wID and hSubMenu.  Improved
3589         debug-printing.  Implemented InsertMenuItem32[AW],
3590         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
3591         GetMenuItemInfo32[AW].
3593         * [if1632/user32.spec]
3594         Define above new functions.
3596         * [include/windows.h]
3597         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
3599         * [include/menu.h]
3600         Don't prototype now-static MENU_InitSysMenuPopup.
3602         * [include/comm.h]
3603         Reduce MAX_PORTS to 9 (which the profile code can handle).
3605 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
3607         * [library/winestub.c] [libtest/expand.c]
3608         These patches let people porting Windows apps compile them using
3609         the same conventions regarding global _argc and _argv as those on
3610         Windows C/C++ compilers.
3612 ----------------------------------------------------------------------
3613 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3615         * [documentation/Makefile.in]
3616         Create links for files included from wine.texinfo.
3618         * [wine.man]
3619         Moved to documentation dir.
3621         * [if1632/builtin.c]
3622         Made SYSTEM.DLL always loaded by default.
3624         * [loader/signal.c] [if1632/signal.c]
3625         Split signal.c in generic/emulator-specific parts.
3627         * [misc/system.c] [if1632/thunk.c]
3628         Implemented system timer functions.
3629         Fixed InquireSystem parameters.
3631         * [msdos/ioports.c]
3632         Defined inb/outb functions to avoid including asm/io.h.
3633         Use the right instruction for word and dword direct access.
3635         * [multimedia/mmsystem.c]
3636         Fixed CallTo16 usage.
3638 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
3640         * [controls/edit.c]
3641         When text is inserted into a newly created editline, the caret
3642         is placed after the text. Should be placed before the text. Fixed.
3644         * [files/file.c]
3645         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
3646         According to doc _lopen() never truncates files.
3648         * [if1632/user.spec] [misc/comm.c]
3649         Added stub for EnableCommNotification().
3651         * [misc/ver.c]
3652         Fixed problem with VerQueryValue*() running over end of name table
3653         in rare cases.
3655         * [msdos/int21.c]
3656         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
3658         * [multimedia/joystick.c] [windows/message.c]
3659         Added joystick support !!!
3660         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
3662 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
3664         * [if1632/user32.spec]
3665         Define DrawAnimatedRects32.
3667         * [graphics/painting.c]
3668         (DrawAnimatedRects32): Create stub.
3670         * [misc/registry.c]
3671         Cope with NULL class in RegQueryInfoKey32A.
3673         * [if1632/user32.spec]
3674         Add GetMenuItemInfo32[AW].
3676         * [controls/menu.c]
3677         (InsertMenu32A): Upgrade flags to 8 hex-digits.
3678         (MENUEX_ParseResource): First shot at implementation.
3679         (LoadMenuIndirect32A): Handle extended menus.
3680         (GetMenuItemInfo32[AW]): First shot at implementation.
3682         * [include/windows.h]
3683         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
3684         structures and pointers.
3686         * [Makefile.in]
3687         (etags): Add TAGS as target.
3689         * [if1632/comctl32.spec]
3690         Use Windows 95's ordinals.  Add a few missing stubs.
3692 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3694         * [objects/color.c]
3695         Fix for 16 color mode of XFree.
3697         * [if1632/kernel32.spec][win32/ordinals.c]
3698         Moved/added some ordinal only exported functions from kernel32.dll
3699         (mostly thunking preparation stuff).
3701 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
3703         * [graphics/win16drv/init.c] [include/win16drv.h]
3704         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
3705         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
3706         word.  Stub for PATBLT added to start work on printing more than
3707         text.
3709 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
3711         * [libtest/expand.c]
3712         New Winelib test program.
3714 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
3716         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
3717           [if1632/user.spec]
3718         Added ability to set filename wine considers the built-in DLLs 
3719         to be in  to something other than name.DLL with new "file" key
3720         in .spec files.
3721         Made kernel filename KRNL386.EXE (some programs use this name 
3722         explicitly - ChemOffice install now starts up).
3723         Made user filename USER.EXE (just to be tidy).
3725 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
3727         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
3728         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
3729         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
3730         warnings fixed.
3732         * [loader/module.c]
3733         Spaces are now permitted in file/path names on the command line.
3734         If multiple matches can be made, the preferred match is the
3735         path/file with fewer spaces.
3737 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3739         * [misc/compobj.c]
3740         Added CLSIDFromString and StringFromCLSID.
3742 ----------------------------------------------------------------------
3743 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
3745         * [tools/build.c] [include/stackframe.h]
3746         Save the complete %ebp register in CallFrom16; fixes a crash with
3747         LabView reported by Andreas Mohr.
3749         * [loader/main.c]
3750         Avoid executing a built-in DLL.
3752         * [controls/static.c]
3753         Converted static window procedure to Win32.
3755         * [windows/message.c] [windows/queue.c] [include/queue.h]
3756         Hacked SendMessage functions to support inter-task messages with
3757         SendMessage32A/W.
3759 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
3761         * [ipc/bit_array.c]
3762         Don't use bitops.h in Linux 2.1.x (these versions do not return
3763         the previous state for clear_bit and set_bit)
3765         * [ipc/shm_main_blk.c]
3766         Adapt to GLIBC's ipc_perm structure.
3768         * [memory/ldt.c]
3769         Include <asm/unistd.h> on Linux/GLIBC systems (required for
3770         _syscall3).
3772 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
3774         * [include/options.h] [files/profile.c]
3775         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
3777         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
3778         All sysmetrics moved to array (no more constant macros).  Added
3779         MOUSEWHEELPRESENT metric.
3781         * [include/bitmap.h] [objects/oembitmap.c]
3782         Added OBM_Init() (see also loader/main.c) and more support for Win95
3783         bitmaps; added size info to OEM bitmaps.
3785         * [include/graphics.h] [windows/graphics.h]
3786         Added GRAPH_DrawGenericReliefRect.
3788         * [loader/main.c]
3789         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
3790         latter checks for invalid entries in wine.conf).
3792         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
3793           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
3794           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
3795           [BUGS] [documentation/win95look]
3796         Added tweaks for Windows 95 interface support.  See
3797         documentation/win95look for more information.
3799         * [controls/edit.c]
3800         Fixed EDIT_MoveHome bug.
3802         * [misc/ver.c]
3803         Changed name of dprintf_ver_string to ver_dstring to fix
3804         problem with tools/make_debug utility.
3806 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3808         * [objects/dib.c]
3809         Don't use palettes with dibs with biBitCount > 8.
3811         * [misc/ole2nls.c][misc/ver.c]
3812         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
3813         Some VerLanguage coded moved to ole2nls.c, some cleanups.
3815         * [multimedia/mcistring.c]
3816         Fixed "capabilities <dev> device type" crash (cool.exe).
3818         * [misc/main.c]
3819         SystemParametersInfo*: added stub option 41
3820         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
3821         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
3823 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
3825         * [if1632/shell32.spec]
3826         Use Windows 95's ordinals. Help wanted, inquire within.
3828 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3830         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
3831           [tools/build-spec.txt] [tools/build.c]
3832         Added type 'segstr' (segmented pointer to null-terminated string)
3833         to .spec files.
3835         * [windows/user.c] [if1632/user.spec]
3836         ExitWindowsExec stub function added.
3838 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3840         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
3841         Implement MoveFileEx32, some enhancement for Movefile32.
3843 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
3845         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
3846           [msdos/int21.c] [win32/file.c]
3847         Add LockFile/UnlockFile implementation.
3848         Add back in int21 func(0x5c) Record locking functions.
3850         * [files/file.c]
3851         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
3853 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
3855         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
3856           [resources/sysres_Da.rc]
3857         Added/updated Danish language support.
3859 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
3861         * [files/dos_fs.c]
3862         Properly implemented DOSFS_UnixTimeToFileTime and
3863         DOSFS_FileTimeToUnixTime.
3865         * [documentation/wine.texinfo]
3866         First version of texinfo documentation.
3868 ----------------------------------------------------------------------
3869 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
3871         * [Makefile.in]
3872         New target install_includes.
3874         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
3875         Some bug fixes.
3877 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
3879         * [controls/edit.c]
3880         Fixed WM_GETTEXT return value.
3882 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
3884         * [multimedia/*.c] [include/mmsystem.h]
3885         Added more callback code, including (I hope) function callback.
3886         Changed some linear pointers into segmented.
3888         * [multimedia/audio.c]
3889         Removed some bugs.
3891 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3893         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
3894           [include/commdlg.h]
3895         Implemented parts of comdlg32: GetOpenFileName32*,
3896         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
3898         * [windows/event.c]
3899         EVENT_QueryZOrder: check for children !=NULL (happens when
3900         using -managed).
3902         * [BUGS][DEVELOPER-HINTS]
3903         Updated.
3905         * [objects/text.c]
3906         Added GetTextCharset... (stub mostly).
3908 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
3910         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
3911           [loader/resource.c] [graphics/x11drv/xfont.c]
3912         SetResourceHandler & RemoveFontResource prototypes fixed.
3914         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
3915           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
3916           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
3917           [include/windows.h] [memory/string.c] [tools/build.c]
3918         New type of parameter allowed in .spec files : str, printed
3919         as a string with -debugmsg +relay. .spec files updated.
3921         * [objects/dc.c]
3922         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
3923         Likewise for WhitePixel.
3925         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
3926         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
3927         instead of BS_SOLID.
3929 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
3931         * [windows/keyboard.c]
3932         Added vkey to scancode translation table.
3933         This was primarily to fix Citrix WinFrame client which
3934         always needs scancodes in WM_KEYDOWN.
3935         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
3937 ----------------------------------------------------------------------
3938 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
3940         * [include/mmsystem.h]
3941         Avoided infinite loop in audio code when accessing
3942         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
3943         offsets (I applied WINE_PACKED).
3945         * [*/*]
3946         Added "WARNING:" and "ERROR:" to some printf's.
3947         Just grep for them with '-debugmsg +all'.
3949         * [multimedia/audio.c] [multimedia/mmsystem.c]
3950         Implemented wave callbacks: window and function callback.
3951         Fixed problem with WAVE_NotifyClient().
3952         Misc fixes.
3954         * [windows/winhelp.c]
3955         Fixed problem with windows help telling "Help topic doesn't exist".
3956         But this problem still remains when using Winword.
3958 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
3960         * [wine.ini]
3961         New 'fonts' section format. Read documentation/fonts.
3963         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
3964           [windows/win.c] [include/win.h]
3965         Implemented icon titles.
3967         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
3968           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
3969         Rewrote font mapper from scratch.
3971         * [tools/fnt2bdf.c]
3972         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
3974         * [windows/defwnd.c] [windows/nonclient.c]
3975         Word document window activation fix.
3977         * [windows/mdi.c] [windows/win.c]
3978         Replaced WCL lists with WIN_BuildWinArray().
3980 Mon Jun  9 23:51:16 1997  Andrew Taylor <ataylor@cadvision.com>
3982         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
3983         Implemented LogParamError, LogError functions.
3985 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
3987         * [include/mmsystem.h] [multimedia/audio.c]
3988         Constants for asynchronous play and record.
3990         * [multimedia/time.c]
3991         Filled in some empty functions.
3993         * [multimedia/mmsystem.c]
3994         Fixed bugs in waveOutOpen.
3996         * [multimedia/mmsystem.c] [multimedia/audio.c]
3997         Implemented Window Callback for wave output at least.
3999         * [files/file.c]
4000         Corrected bug in FileDosSetError.
4001         NULL pointer checking added.
4003         * [misc/spy.c]
4004         Added Multimedia messages to SPY_GetMsgName.
4006 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4008         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
4009           [tools/fnt2bdf.c][library/sup.c]
4010         IMAGE_* structs/defines changed fit better to SDK naming
4011         Don't load non-i386 PE executables.
4012         %fs should already be initialised for the FIRST loaded PE module.
4014         * [if1632/advapi.spec][win32/advapi.c]
4015         Some small stubs added to bring win32 setup.exe a bit farther.
4017         * [if1632/kernel32.spec][scheduler/process.c]
4018         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
4019         ordinal import), some ordinal only exported functions added.
4021         * [if1632/relay.c]
4022         Added CallProc32W.
4024         * [misc/lzexpand.c]
4025         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
4027         * [objects/dib.c]
4028         Everything with more than 8 bit of color is a truecolor mode
4029         and doesn't have a colormap.
4031 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
4033         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
4034           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
4035           [include/win16drv.h]
4036         Changed some structures that are passed to and from the 16 bit
4037         drivers to be allocated on the global heap.
4038         Implemented Escape(Control) 0x100 GetExtTextData properly to
4039         stop word from crashing.
4040         Postscript driver now prints on complete page instead of top
4041         left corner.
4042         Print spooling implemented.
4044         * [loader/module.c]
4045         MODULE_GetOrdinal changed char buffer to unsigned char to stop
4046         a loop that was happening when running the font control
4047         program from the control panel.
4049 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
4051         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
4052         Added support for direct io port access.
4054 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
4056         * [misc/ver.c]
4057         Implemented VerFindFile16.
4059 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
4061         * [misc/comm.c]
4062         Fixed GetCommError and GetCommEventMask.
4064 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
4066         * [scheduler/thread.c]
4067         Minor fix in thread database initialization.
4069 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4071         * [objects/dc.c]
4072         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
4074 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
4076         * [loader/pe_image.c]
4077         Add code for modules that co-reference each other. Photodex's
4078         agds.exe (cpic32) has two dll's that make calls into each other.
4080 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
4082         * [memory/virtual.c]
4083         Dont use stdio when reading /proc/self/maps.  It causes problems
4084         with libc6.
4086         * [windows/dialog.c]
4087         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
4088         is used.
4090 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4092         * [objects/metafile.c]
4093         Resource cleanup in EnumMetaFile(). This was one reason Word was
4094         crashing after long periods of use. (Thanks to Chris Underhill for
4095         the logs)
4097 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
4099         * [multimedia/mcistring.c]
4100         Initial support for compound MCI commands.
4101         Use case-insensitive compare for 'alias' and 'element' keywords.
4102         Fixed pointer copy of args keywords array.
4104 ----------------------------------------------------------------------
4105 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@linux.chanae.stben.be>
4107         * [resources/sysres_Es.rc]
4108         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
4110 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
4112         * [multimedia/mcistring.c]
4113         Corrected bug for device!element command.
4115         * [multimedia/mmaux.c]
4116         Replaced printf and fprintf calls by dprintf_mmaux.
4118         * [multimedia/audio.c]
4119         Corrected debugmessage in wodGetVolume.
4120         Include code for MCI_CUE command.
4122         * [multimedia/mmsystem.c]
4123         Added the MCIERR_SEQ error messages.
4125         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
4126         Changed call structure of waveInOpen and waveOutOpen.
4128         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
4129           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
4130           [multimedia/mcistring.c] [include/mmsystem.h]
4131         Changed the deviceID scheme.
4133         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
4134           [windows/user.c] [windows/driver.c] [graphic/wing.c]
4135           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
4136         Removed compiler warnings.
4138 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4140         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
4141         Popup menu shade, new system menu implementation, 
4142         ModifyMenu() fixes, better check mark painting.
4144         * [windows/mdi.c]
4145         MDI client fix for Win32.
4147 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
4149         * [objects/metafile.c]
4150         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
4151         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
4153 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
4155         * [loader/ne_image.c]
4156         Make sure dgroup is valid by checking pModule->flags consistently.
4158 ----------------------------------------------------------------------
4159 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4161         * [loader/task.c] [loader/module.c]
4162         Fixed command line in LoadModule to already include the length
4163         indicator (thanks to Andreas Mohr).
4165         * [windows/dialog.c]
4166         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
4167         to Bruce Milner for this one); correctly update file spec on exit.
4169         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
4170         Moved emulator-specific code for calling window procedure to
4171         thunk.c.
4173 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4175         * [memory/local.c]
4176         Better implementation of moveable blocks (first word in block is
4177         the handle itself) and discarded blocks. Local(Re)Alloc is much
4178         more like the real thing.
4180 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
4182         * [objects/metafile.c]
4183         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
4185 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4187         * [multimedia/mmsystem.c] [multimedia/audio.c]
4188         Fixed leftover problems with masked device IDs.
4190         * [msdos/int21.c]
4191         Removed code duplications, fixed Write.
4193         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
4194           [windows/winpos.c]
4195         Yet another attempt to make -managed work better.
4197         * [controls/combo.c]
4198         UI fix.
4200 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
4202         * [debugger/*]
4203         All "Loading from ..." lines merged into one so important
4204         information before the crash doesn't scroll out.
4206         * [if1632/kernel.spec]
4207         Added some ordinal stubs used by win95 OLE and friends.
4209         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
4210         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
4211         LoadLibraryEx32W and GetProcAddress32W added.
4213         * [objects/bitmap.c]
4214         XImages use another memory layout for depth 4 (and poss. other
4215         depths) then Windows bitmaps. Replaced speedup hack by generic
4216         (and better working) code.
4218         * [objects/dib.c]
4219         Another ximage!=bitmap memory layout bug. 
4220         All _XinitImageFuncPtrs except one removed.
4222 Sun Apr 20 17:12:30 1997  Andrew Taylor <ataylor@cadvision.com>
4224         * [multimedia/audio.c]
4225         Fixed some regression bugs.
4227 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
4229         * [loader/module.c]
4230         Fixed MODULE_LoadExeHeader() to use the correct offset for
4231         fast-load area.
4233 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
4235         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
4236           [win32/*]
4237         Removed <malloc.h> and added <stdlib.h> where needed.
4238         Changed printf formaters to match argument types (%lx instead of %x).
4239         Casted some types to make the compiler happy. Mostly pointer<->ulong.
4241         * [graphics/win16drv/init.c]
4242         Fixed uninitialized variable.
4244         * [include/msdos.h]
4245         Added <sys/types.h> needed for <dirent.h>.
4247         * [include/sigcontext.h]
4248         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
4249         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
4251         * [misc/crtdll.c] [misc/lstr.c]
4252         Casted last argument in v*printf() to be va_list. This code seems to
4253         make BIG assumptions about the implementation of va_list.
4255         * [misc/ver.c]
4256         Fixed impossible if() expression (unsigned < 0).
4258         * [misc/winsock.c]
4259         Removed semicolon on the end of an if() statement.
4261         * [windows/mdi.c]
4262         Changed a counter/index to unsigned since it was complaining about
4263         signed/unsigned comparison and didn't need to be negative.
4265 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
4267         * [scheduler/thread.c]
4268         Minor fix in thread database initialization.
4270 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
4272         * [files/file.c]
4273         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
4274         directory entry.
4276 ----------------------------------------------------------------------
4277 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
4279         * [graphics/win16drv/init.c]
4280         Minor changes to help debug problems.
4282         * [if1632/dummy.c] [if1632/gdi.spec]
4283         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
4285         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
4286         StartDoc16, EndDoc16 new functions.
4288 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4290         * [memory/virtual.c]
4291         Implemented MapViewOfFile.
4293         * [debugger/dbg.y]
4294         Added 'info maps' command.
4296 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
4298         * [controls/edit.c] [controls/EDIT.TODO]
4299         Started restructuring.  Performance improvements.
4300         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
4301                 EditWndProc() is now reentrant, wordbreak procs,
4302                 better compliance to specs.
4303         New:    margins, format rectangle.
4305         * [controls/widgets.c]
4306         Changed the cursor for the edit control class to an I-beam.
4308         * [include/callback.h]
4309         Added 32 bit wordbreak callback.
4311 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
4313         * [objects/metafile.c]
4314         Added handling of some more metafile records: 
4315         META_CREATEREGION, META_INVERTREGION etc.
4317 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
4319         * [loader/signal.c]
4320         Define kernel sigaction ourselves instead of getting it
4321         from the kernel source.
4323 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
4325         * [control/menu.c]
4326         Fix return value range for GetMenuState.
4328         * [files/file.c]
4329         Always fill out ofs->szPathName in FILE_DoOpenFile.
4331         * [memory/string.c]
4332         Add debug option string.
4334         * [objects/cursoricon.c]
4335         Fix return value for DestroyIcon32.
4337 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4339         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
4340         Added description of the source tree. Moved several
4341         files to fit it.
4343         * [misc/shell.c]
4344         Use Win32 heap functions.
4346 ----------------------------------------------------------------------
4347 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4349         * [misc/main.c] [ANNOUNCE]
4350         Update the list of contributors. Please let me know if I forgot
4351         someone.
4353         * [controls/combo.c]
4354         Fixed bug in CB_DIR16 handling.
4355         Use correct text color in CBPaintText.
4357         * [controls/listbox.c]
4358         Fixed WM_CTLCOLOR handling.
4360         * [windows/winproc.c]
4361         Added translation for EM_*32 messages.
4363 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
4365         * [files/drive.c]
4366         Added information on device and inode numbers to the DOSDRIVE
4367         struct, using it to find DOS drives in a path even if it contains
4368         symbolic links, eliminating annoying messages at startup.  
4369         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
4371 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
4373         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
4374           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
4375           [include/win16drv.h] [include/x11drv.h]
4376         Implemented GetCharWidth via graphics drivers.
4378         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
4379         Moved printer driver interfaces into a separate file.
4381         * [graphics/win16drv/text.c]
4382         Fixed bugs that seg-faulted write.
4384 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4386         * [BUGS]
4387         Update.
4389         * [controls/edit.c]
4390         Removed useless parameters from a lot of functions.
4392         * [controls/menu.c]
4393         Improved keyboard shortcuts. Added check for entries with popup 
4394         menu in EnableMenuItem().
4396         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
4397         Do not allocate separate thunks for new windows.
4399         * [misc/clipboard.c] [windows/painting.c]
4400         Fixed problems with ClipBook.
4402         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
4403           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
4404         Combo rewrite.
4406         * [objects/dib.c]
4407         Slight improvements.
4409 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4411         * [misc/crtdll.c]
4412         Added chdir/mkdir.
4414         * [misc/ntdll.c]
4415         Fixed some bugs, added RtlUnicodeStringToAnsiString.
4417         * [win32/process.c]
4418         Added initialisation of events/semaphores/mutices.
4420 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
4422         * [resources/sysres_Po.rc]
4423         Added support for Portuguese language.
4425 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
4427         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
4428         Implemented SwitchToThisWindow().
4429         
4430         * [misc/ver.c]
4431         Corrected a flaw in VerInstallFile32A.
4432         
4433         * [msdos/int21.c]
4434         Corrected wrong number in Int21 3305
4435         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
4436         
4437 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
4439         * [loader/ne_module.c]
4440         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
4441         setting it to 0x10000 if pSeg->size is 0.
4443 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
4445         * [ANNOUNCE]
4446         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
4448         * [memory/global.c]
4449         Removed MemManInfo sizeof check.
4451 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
4453         * [files/dos_fs.c]
4454         Pick up kernel dirent on glibc systems.
4456         * [loader/signal.c]
4457         Pick up kernel sigaction on glibc systems.
4459 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
4461         * [debugger/stabs.c] [debugger/msc.c]
4462         Check return value of mmap.
4464 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
4466         * [win32/code_page.c]
4467         Added IsValidCodePage.
4469 ----------------------------------------------------------------------
4470 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4472         * [*/*]
4473         Completed transition to new Win32 types.
4475         * [tools/build.c]
4476         Changed CallTo16_regs to take a CONTEXT argument.
4478         * [memory/virtual.c]
4479         Rewrote Virtual* functions. Implemented CreateFileMapping and
4480         OpenFileMapping. Broke MapViewOfFile ;-)
4482         * [win32/k32obj.c]
4483         Implemented named objects.
4485 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
4487         * [misc/ole2nls.c] [resources/sysres_Pl.c]
4488         Added Polish language support.
4490 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
4492         * [windows/keyboard.c]
4493         Wrote VkKeyScan and tested with Winword. Works ok except for dead
4494         chars.
4496 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
4498         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
4499           [graphics/win16drv/obects.c]
4500         Added start of SelectObject call for printer driver. Write should
4501         now run with the printer driver enabled.
4503 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4505         * [debugger/*.c]
4506         Re-added a disassembly command (list serves another functionality
4507         now).
4509         * [loader/pe_resource.c]
4510         Added # support.
4512         * [misc/ole2nls.c]
4513         GetStringType* added.
4515         * [objects/color.c]
4516         VGA16 fixes.
4518         * [windows/class.c]
4519         Look for global widget classes too in GetClassInfo32.
4521         * [windows/sysmetrics.c] [include/windows.h]
4522         Added Win32 sysmetrics.
4524 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
4526         * [documentation/languages]
4527         The fourth case updated.
4529         * [if1632/ntdll.spec]
4530         Added some is* and to* functions.
4532 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
4534         * [configure.in]
4535         Add tests for wait4 and waitpid.
4537         * [loader/signal.c]
4538         Clean up OS-dependent code.  I hope I got it right, :-)
4540         * [tools/wineconf]
4541         Recognise vfat file systems.  Ignore floppy drives specified in
4542         /etc/fstab.
4544         * [files/*]
4545         Fix function names in error messages.
4547 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
4549         * [windows/keyboard.c] [windows/message.c]
4550         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
4551         characters sets.
4553 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4555         * [controls/edit.c]
4556         Fix incorrect arg order in LOCAL_Alloc() call.
4558 Fri Feb 21 18:19:17 1997  Andrew Taylor  <ataylor@cadvision.com>
4560         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
4561         Fixed bug related to device IDs returned by multimedia
4562         system.  Implemented mciGetDeviceID.
4564 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
4566         * [debugger/dbg.y]
4567         Do not dereference invalid expressions.
4569 ----------------------------------------------------------------------
4570 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4572         * [*/*]
4573         Converted a lot of functions to Win32 types.
4574         Removed HWND type.
4576 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
4578         * [memory/global.c]
4579         Implemented GMEM_MOVEABLE blocks for Win32.
4581 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
4583         * [loader/task.c] [windows/queue.c]
4584         Do not read X events while in the intertask SendMessage().
4586         * [misc/lstr.c]
4587         Fixed CharPrev32A().
4589         * [windows/hook.c] [include/hook.h]
4590         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
4592         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
4593           [windows/event.c] [controls/edit.c] 
4594         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
4595         Several new Win32 messages are sent when this flag is on.
4596         
4597         * [msdos/dosmem.c] [memory/global.c]
4598         Some changes in DOS memory allocation.
4600 Fri Feb  7 21:46:03 1997  Andrew Taylor  <ataylor@cadvision.com>
4602         * [win32/security.c]
4603         Added SID manipulation functions.
4605         * [include/debug.h]
4606         Added debugging class "security".
4608 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
4610         * [debugger/msc.c] [debugger/source.c] 
4611           [documentation/wine_os2.txt] [loader/signal.c]
4612         Some more changes for OS/2. Doesn't work yet.
4614 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4616         * [scheduler/process.c]
4617         Added ExpandEnvironmentStrings*.
4619         * [misc/ntdll.c] [include/ntdll.h]
4620         Added some new functions.
4622         * [objects/cursoricon.c]
4623         CURSORICON_LoadHandler: check against some bizarre out of memory
4624         conditions.
4625         
4626         * [windows/mdi.c]
4627         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
4629 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
4631         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
4632           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
4633         Added Hungarian language support.
4635 ----------------------------------------------------------------------
4636 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4638         * [files/drive.c]
4639         Fixed SetCurrentDirectory() to also change the current drive.
4641         * [win32/except.c] [tools/build.c]
4642         Use Win32 register functions to implement exception handling.
4643         Fixed UnhandledExceptionFilter.
4645 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
4647         * [windows/keyboard.c]
4648         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
4649         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
4650         or when the state has changed, out of wine.
4651         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
4652         by InputKeyStateTable.
4654 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4656         * [loader/*resource.c][if1632/thunk.c]
4657         EnumResource* added.
4659         * [loader/pe_resource.] [loader/resource.c]
4660         SizeofResource32(), LoadAccelerators32() added.
4662         * [misc/lstr.c]
4663         FormatMessage %n added.
4665         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
4666         _chdrive,_errno,_isctype added.
4668         * [misc/cpu.c]
4669         Replaced runtime_cpu by GetSystemInfo().
4671         * [windows/hook.c][include/hook.h]
4672         Fixed mapping of hooks to win32/unicode.
4674         * [windows/keyboard.c] [windows/defwnd.c]
4675         Updated to win32 standard.
4676         ALT-<Menukey> fixed.
4678         * [windows/queue.c]
4679         GetWindowThreadProcessId() implemented.
4681 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
4683         * [graphics/metafiledrv/*] [graphics/x11drv/*]
4684           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
4685           [objects/gdiobj.c] [objects/pen.c]
4686         Moved SelectObject to graphics drivers. Printer support now works
4687         in a few cases but is definitely not complete. Generic/text driver
4688         works. The postscript driver works if true type fonts are disabled
4689         from the control panel. To enable printer support add Printer=on
4690         to the wine section of your wine.conf file. This causes write not
4691         to work properly. I know that several other printer drivers do not
4692         work.
4694         * [tools/build.c]
4695         Make .stabs not used for svr4 since it doesn't use GNU assembler.
4697         * [misc/fontengine.c]
4698         Make sure a printf doesn't crash the system.
4700 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
4702         * [objects/metafile.c]
4703         Fixed some problems with PlayMetaFileRecord().
4705         * [objects/dc.c]
4706         hClipRgn gets initialized in GetDCState().
4708 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4710         * [debugger/stabs.c]
4711         Handle file names beginning with '/'.
4713 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
4715         * [*/*]
4716         Some more patches for OS/2 support.
4718 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
4720         * [resources/sysres_Ko.rc]
4721         Updated support for Korean (Ko) language.
4723 ----------------------------------------------------------------------
4724 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4726         * [loader/module.c]
4727         Fixed LoadModule() to always call the DLL initialization code.
4729         * [windows/event.c]
4730         Moved all the keyboard stuff to windows/keyboard.c
4732         * [tools/build.c]
4733         Fixed Win32 register functions.
4735 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
4737         * [tools/makedep.c]
4738         Fixed bug which causes SEGV on Solaris x86.
4740 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
4742         * [controls/edit.c]
4743         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
4744         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
4745         Fixed EM_SETSEL and some minor bugs (features).
4746         Hence: fully functional undo and a win95 menu with the right mouse
4747                 button.
4749         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
4750         Added a context menu for the edit control.
4751         Translations, please ...
4753 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
4755         * [windows/event.c]
4756         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
4757         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
4758         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
4759         to make them work with any X server.
4760         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
4762         * [include/keyboard.h]
4763         Totally replaced the file (formerly containing the vkcase definitions)
4764         by the declaration of 'extern' variables contained by event.c and used
4765         by keyboard.c
4766         
4767         * [windows/keyboard.c]
4768         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
4769         table keyc2vkey or X functions only.
4770         ToAscii : added keypad 0-9 and . special case.
4771         Changed toggle keys active mask from 0x80 to 0x1.
4773         * [misc/keyboard.c]
4774         File deleted. Contents moved to windows/keyboard.c.
4776         * [misc/main.c]
4777         Added putenv XKB_DISABLE to disable XKB extension (which, when
4778         present, causes AltGr to change keyboard group instead of being a
4779         modifier).
4781 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4783         * [windows/event.c]
4784         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
4785         output of XGetModifierMapping for XK_Num_Lock.
4787 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4789         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
4790           [debugger/*.c]
4791         General clean up.
4792         Changed defines/structures to match Windows NT SDK.
4794         * [loader/main.c]
4795         Don't crash on empty command-line.
4797         * [windows/winpos.c]
4798         winpos.c made win32 clean.
4800         * [misc/ntdll.c]
4801         Some string conversion additions.
4803         * [files/file.c]
4804         GetFileAttributes/GetTempFileName fixed.
4806         * [misc/ver.c]
4807         VerInstallFile implemented.
4809 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4811         * [tools/build.c]: Use PREFIX also in stabs messages.
4813 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
4815         * [graphics/win16drv/*] [include/win16drv.h]
4816         Many fixes and some new features.
4818         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
4819           [include/x11drv.h] [objects/font.c]
4820         GetTextMetrics() moved to graphics driver.
4822         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
4823         New dummy EngineEnumerateFont, EngineRealizeFont functions.
4825         * [include/windows.h]
4826         TEXTFORM16 and FONTINFO16 structure definitions moved here from
4827         include/win16drv.h
4829 ----------------------------------------------------------------------
4830 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4832         * [controls/menu.c]
4833         Updated to new Win32 types.
4835         * [controls/listbox.c]
4836         Fixed Winfile extended selection bug.
4838         * [files/directory.c]
4839         Changed DIR_SearchPath to return both long and short file names.
4841         * [files/dos_fs.c]
4842         Implemented VFAT ioctl to retrieve the original short filenames
4843         from a VFAT filesystem (Linux only for now).
4844         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
4845         DOS_GetFullName().
4846         Properly implemented GetShortPathName() and GetFullPathName().
4847         Made all functions re-entrant.
4849         * [files/file.c] [misc/main.c]
4850         Replaced -allowreadonly option by -failreadonly. The default is
4851         now to report success when opening a read-only file for writing.
4853         * [objects/metafile.c]
4854         Fixed bug in DIB bitmaps pointer calculation.
4856         * [scheduler/process.c]
4857         Implemented environment strings and Get/SetStdHandle with process
4858         environment block.
4860         * [tools/build.c]
4861         Rewrote BuildContext32() to avoid instructions that may not be
4862         supported by all assemblers.
4863         
4864 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
4866         * [windows/event.c]
4867         Created table keyc2vkey, which associate a vkey(+extended bit) to
4868         any keycode. Changed EVENT_event_to_vkey to use this table to
4869         return the correct vkey. Changed EVENT_ToAscii to get the keycode
4870         from this table too.  Assigned OEM specific vkeys arbitrarily.
4872 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
4874         * [misc/winsock.c] [misc/winsoc_async.c]
4875         Fixed svr4 header files.
4876         Changed bzero() to memset().
4878         * [tools/fnt2bdf.c]
4879         Removed bcopy() and used memcpy() instead.
4881         * [debugger/msc.c]
4882         Include string.h instead of strings.h
4884         * [debugger/stabs.c]
4885         Include string.h instead of strings.h.
4886         Define __ELF__ for svr4 systems.
4888         * [loader/signal.c]
4889         Use wait() instead of wait4() which doesnt exist on Unixware.
4891         * [memory/global.c]
4892         Use sysconf() instead of getpagesize() for svr4 systems.
4894 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
4896         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
4897           [tools/Makefile.in] [documentation/wine_os2.txt]
4898         Patches for OS/2 support. Note that it doesn't compile yet.
4900 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
4902         * [debugger/*]
4903         Many more debugger improvements (see debugger/README for details).
4905 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4907         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
4908           [graphics/metafiledrv/*]
4909         Moved some device dependent code into the resp. subdirs.
4911         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
4912         Prototypes added,
4913         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
4915         * [objects/region.c]
4916         CreatePolyPolygonRgn32 added.
4918         * [files/dos_fs.c]
4919         QueryDosDevice added.
4921         * [misc/lstr.c]
4922         FormatMessage: broken heap management fixed.
4924         * [scheduler/process.c] [scheduler/thread.c]
4925         Get/SetThreadPriority/PriorityClass added.
4927 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
4929         * [misc/keyboard.c]
4930         ToAscii : Use EVENT_ToAscii instead.
4932         * [windows/event.c]
4933         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
4934         keypad cursor keys.
4935         EVENT_event_to_vkey : New function, to transform a X keycode
4936         into a MSwin vkey + extended bit.
4937         EVENT_ToAscii : New function, to transform a vkey + extended bit
4938         (+ key state table) into ascii char(s), using XLookupString, and
4939         recognizing dead chars.
4940         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
4941         EVENT_event_to_vkey for keycode to vkey conversion; fixed
4942         previous, context and extended bits.
4944         * [windows/keyboard.c]
4945         Include stddebug.h, to get -debugmsg messages.
4946         GetKeyState : Handle VK_MBUTTON case.
4947         GetKeyboardState, SetKeyboardState : Debugging messages added.
4949         * [windows/message.c]
4950         TranslateMessage : Handle dead chars.
4952 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
4954         * [if1632/crtdll.spec] [misc/crtdll.c]
4955         C++ functions new/delete/set_new_handler implemented.
4957 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
4959         * [controls/edit.c] [include/windows.h]
4960         Moved the edit control to 32 bits.
4961         Included new (win95) message definitions in windows.h
4962         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
4963         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
4964         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
4965         Fixed some bugs, introduced a couple of others.
4966         Text buffer is now initially in 32-bit heap.
4968         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
4969           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
4970           [misc/commdlg.c]
4971         Updated to work with 32-bit edit control.
4973 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
4975         * [loader/pe_image.c]
4976         Use mmap rather then malloc. Better workaround for clean
4977         segments.
4979 ----------------------------------------------------------------------
4980 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4982         * [controls/listbox.c]
4983         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
4985         * [files/dos_fs.c]
4986         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
4988         * [files/file.c] [files/directory.c]
4989         Use Win32 kernel objects and handles for file handles.
4990         Unified SearchPath() and OpenFile().
4992         * [loader/builtin.c]
4993         Moved to if1632/ directory.
4995         * [tools/build.c] [debugger/*] [miscemu/*]
4996         Win16 register functions now receive the same CONTEXT * structure
4997         as Win32 functions.
4999         * [include/sigcontext.h] [miscemu/instr.c]
5000         Added new macros to get register values from the SIGCONTEXT
5001         structure (only used for instruction emulation now).
5003         * [scheduler/process.c] [scheduler/thread.c] (New files)
5004         Allocate process and thread structures.
5006         * [scheduler/process.c] [win32/k32obj.c]
5007         Added Win32 kernel objects and handles management.
5009         * [loader/task.c]
5010         Create a Win32 process and thread for every Win16 task.
5012         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
5013         Built-in resources are now in Win32 format. This also avoids
5014         16-bit callbacks for built-in dialogs.
5016         * [misc/lzexpand.c]
5017         Differentiate between 16-bit and 32-bit file handles.
5019         * [miscemu/int*.c]
5020         Moved all int emulation to msdos/ directory.
5022         * [msdos/*]
5023         New directory msdos/ contains all MS-DOS emulation code that can
5024         also be used for Winelib; this should enable Winelib apps to use
5025         DOS3Call and related functions.
5027         * [rc/winerc.c]
5028         A few bug fixes for Win32 resource format.
5030         * [windows/winpos.c]
5031         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
5032         right though).
5034 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
5036         * [loader/pe_image.c]
5037         Make sure BSS of a PE_Image is zero.
5039 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
5041         * [windows/scroll.c]
5042         ScrollWindowEx() rewrite, ScrollDC() fix.
5044         * [windows/nonclient.c] [controls/menu.c]
5045         Fixed Alt-Space crashes in dialogs.
5047         * [windows/event.c] [windows/message.c]
5048         Some changes in mouse message generation.
5050 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
5052         * [debugger/stabs.c]
5053         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
5055 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
5057         * [windows/event.c]
5058         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
5059         compatibility.
5061 ----------------------------------------------------------------------
5062 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5064         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
5065         Added mapping functions.
5067         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
5068         Added a lot of Win32 functions.
5070         * [memory/heap.c]
5071         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
5073         * [misc/lstr.c] [memory/string.c]
5074         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
5076         * [object/font.c]
5077         Avoid uppercasing font names.
5079         * [windows/hook.c]
5080         Set ds = ss before calling hook procedure.
5082 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5084         * [objects/color.c]
5085         Use colors allocated by other clients. 
5087         * [windows/caret.c]
5088         Set default blink time to 500.
5090         * [windows/win.c] [windows/event.c]
5091         Delete X context before XDestroyWindow().
5093         * [windows/keyboard.c]
5094         Fixed GetKeyState() once more.
5096 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
5098         * [debugger/*.c]
5099         Lots of built-in debugger improvements: parse Win32 EXEs debug
5100         information, display local variables, source files and line
5101         numbers, get symbols directly from the Wine executable, etc.
5103 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
5105         * [misc/winsock_async.c]
5106         Extern declaration added for h_errno.
5108 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
5110         * [windows/message.c]
5111         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
5113 ----------------------------------------------------------------------
5114 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5116         * [graphics/x11drv/bitblt.c]
5117         Fixed BITBLT_StretchImage for partially covered or inverted
5118         bitmaps.
5120         * [objects/dib.c]
5121         Fixed the upside-down bitmap problem.
5123 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5125         * [if1632/user32.spec]
5126         IsMenu and RemoveMenu added (use existing Win16 functions).
5128         * [include/windows.h]
5129         Corrections to BITMAPINFOHEADER structure.
5131         * [loader/module.c] [if1632/kernel32.spec]
5132         New function GetModuleFileName32A (heavily based on original
5133         Win16 version).
5135         * [loader/pe_image.c]
5136         Hack to allow files with short PE header to be loaded (e.g.
5137         COMDLG32.DLL from Win32s).
5139         * [misc/winsock_async.c]
5140         #if out EIDRM case (not present in FreeBSD).
5142         * [tools/build.c]
5143         Remove trailing comments from .s files generated by build
5144         as these break assembly when not run through pre-processor.
5146         * [windows/graphics.c] [if1632/gdi32.spec]
5147         New function Polyline32 - based on original Polyline. Needs
5148         metafile support adding still.
5150 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
5152         * [win32/findfile.c] [if1632/kernel.spec]
5153         FindFirstFile32A(): Use dos current directory for drive prefixes.
5154         FindNextFile32A(): Fill in file attribute information.
5155         Implement FindFirstFile16, FindNextFile16, FindClose16.
5157         * [files/drive.c]
5158         GetCurrentDirectory32A - Fix problem with null 3rd character in
5159         string.
5161 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5163         * [windows/painting.c][windows/message.c]
5164         Don't use linked lists to call SendMessage(), for it might destroy
5165         the current listentry.
5167         * [misc/registry.c]
5168         Fixed temporary file saving (rename doesn't work across
5169         partitions).
5171         * [files/*.c]
5172         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
5173         GetVolumeInformation32W fixed.
5175         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
5176         LoadLibrary* updated to new naming std., *32W added.
5178         * [win32/console.c] [include/wincon.h]
5179         Additions for NT commandline executables.
5181         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
5182         GetUserName32W added, GetComputerName32W added,
5183         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
5185         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
5186         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
5188         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
5189           [if1632/ntdll.spec]
5190         Lot of new unicode functions added (needed for NT).
5192         * [loader/pe_image.c]
5193         NtCurrentTeb added.
5195 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
5197         * [windows/keyboard.c]
5198         Rewrote function TranslateAccelerator().
5200 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
5202         * [windows/defwnd.c] 
5203         DEFWND_SetText(): Set icon name.
5205 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5207         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
5208           [if1632/winsock.spec]
5209         IPC resource cleanup, bugfixes.
5211         * [windows/dialog.c] [windows/defdlg.c]
5212         More DefDlgProc() fixes.
5214 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
5216         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
5217           [win32/newfns.c] [windows/graphics.c]
5218         Added a few WIN32 functions which needed to run some win32
5219         accessories. Clock should now work almost as well as 16 bit version.
5220         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
5221              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
5222              Polygon32
5223         Fix: Polygon16 possible memory leak on error return.
5225 ----------------------------------------------------------------------
5226 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5228         * [configure.in]
5229         Added check to see if the compiler supports building a DLL when
5230         the --with-dll option is used.
5232         * [controls/listbox.c]
5233         Don't send LBN_SELCHANGE too often.
5234         Added WM_CHARTOITEM support.
5236         * [Make.rules.in] [library/Makefile.in]
5237         Build winestub.o and link it with Winelib programs.
5239         * [objects/text.c]
5240         Added support for '&&' in DrawText().
5242         * [tools/build.c]
5243         Added -o option.
5245 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
5247         * [win32/thread.c]
5248         GetCurrentThread(): return -2 (current thread pseudo-handle).
5249         GetCurrentThreadId(): return GetCurrentTask().
5251         * [objects/font.c] [if1632/gdi32.spec]
5252         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
5254         * [win32/findfile.c]
5255         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
5257         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
5258           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
5259           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
5260         Hooks rewritten to support Win32.
5262         * [misc/winsock.c]
5263         WINSOCK_select(): need to put sockets with errors into exceptfds.
5264         WINSOCK_socket(): fix error return.
5266         * [windows/win.c]
5267         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
5269 Wed Dec  4 22:03:05 1996  Andrew Taylor <ataylor@cadvision.com>
5271         * [files/dos_fs.c]
5272         Check if buf is NULL before copying string in GetFullPathName32A().
5274 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
5276         * [graphics/wing.c] [if1632/wing.spec]
5277         Implemented many WinG functions, but some don't seem to
5278         work correctly (probably due to the one not done).
5279         
5280 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
5282         * [misc/main.c]
5283         Implemented a few more of the SystemParametersInfo() cases.
5285 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
5287         * [controls/button.c]
5288         Improved focus rectangle painting.
5290         * [windows/dialog.c] [windows/defdlg.c]
5291         Fixed IE3.0 problems with DWL_MSGRESULT.
5293 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
5295         * [files/profile.c]
5296         Changed error handling in PROFILE_SetString().
5298 ----------------------------------------------------------------------
5299 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5301         * [configure]
5302         Re-generated with autoconf 2.11. Let me know if you have
5303         problems.
5305         * [controls/listbox.c] [controls/oldlbox.c]
5306         Listboxes rewritten from scratch. Moved old code still used by
5307         comboboxes to oldlbox.c
5309         * [misc/registry.c]
5310         Use temporary file when saving registry.
5312         * [windows/dialog.c]
5313         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
5315         * [windows/winproc.c]
5316         Added translation for listbox Win32 messages.
5318 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
5320         * [controls/widgets.c] [controls/button.c]
5321         Fixed some incompatibilities with CTL3D DLL.
5323         * [windows/dialog.c]
5324         Made dialog windows fit into the desktop.
5326         * [misc/winsock.c] [misc/winsock_async.c]
5327         New Winsock engine.
5329         * [windows/message.c]
5330         GetMessage() fixes.
5332         * [windows/queue.c] [windows/hook.c] [windows/win.c]
5333         SetMessageQueue() fixes.
5335 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
5337         * [objects/text.c]
5338         DrawText16(): Fixed return value.
5340 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5342         * [files/profile.c] [*/*]
5343         Added Win32 profile functions, updated to new naming standard.
5345         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
5346         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
5347         structures.
5349         * [misc/ole2nls.c] [if1632/thunk.c]
5350         Added EnumSystemLocales() (winhelp.exe).
5352         * [misc/registry.c]
5353         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
5355         * [win32/file.c]
5356         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
5358 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
5360         * [misc/shell.c]
5361         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
5363         * [misc/main.c]
5364         Implemented a few more of the SystemParametersInfo() cases.
5366 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
5368         * [include/keyboard.h]
5369         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
5371         * [include/windows.h]
5372         New [VK_A, VK_Z] and [VK_0, VK9] macros.
5374         * [misc/keyboard.c]
5375         Fixes in KeyTable and ToAscii.
5377         * [objects/font.c]
5378         FONT_init : Give default value for MSWIN "system" font.
5379         FONT_MatchFont : Do not try every size of a font family if the
5380         family does not exist.
5382         * [windows/event.c]
5383         lastEventChar hack removed.
5384         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
5385         and QueueKeyStateTable (maintained in message.c).
5386         EVENT_key : Corrections to the extended bit setting.
5388         * [windows/message.c] [windows/keyboard.c]
5389         Implementation of a new QueueKeyStateTable : table of key states
5390         valid when messages are retrieved by GetMessage or PeekMessage,
5391         and valid for TranslateMessage.
5392         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
5393         and ToAscii.
5394         
5395 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
5397         * [graphics/Makefile.in] [graphics/wing.c]
5398           [if1632/wing.spec]
5399         Some functions for WinG support, mostly empty stubs.
5401         * [misc/crtdll.c] [if1632/crtdll.spec]
5402         Many functions added to CRTDLL, mostly calls to Unix C library.
5404 ----------------------------------------------------------------------
5405 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5407         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
5408         Moved BitBlt operations to the new graphics driver
5409         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
5411         * [memory/global.c]
5412         Unified MemManInfo() and GlobalMemoryStatus().
5414         * [objects/text.c]
5415         Fixed ExtTextOut() to always use physical coords for clip rect.
5417         * [windows/dialog.c]
5418         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
5420         * [windows/event.c]
5421         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
5422         (thanks to Thomas Koenig).
5424         * [windows/painting.c]
5425         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
5426         
5427         * [windows/scroll.c]
5428         Implemented Win32 version of ScrollWindow() and ScrollDC().
5430 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5432         * [files/*.c] [win32/file.c]
5433         Some win32 filetime conversion functions added.
5434         Fixed behaviour with DOS drives pointing to UNIX /
5435         SetCurrentDirectory() may also get X:\xxx paths.
5436         Fixed FILE_Open when called from CreateFile().
5437         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
5439         * [misc/crtdll.c] [if1632/crtdll.spec]
5440         Added some new functions.
5442         * [if1632/user32.spec]
5443         Some thunks into win16 code added.
5445         * [win32/init.c]
5446         Added GetSystemInfo(), removed GetModuleFileName() stub.
5448         * [win32/code_page.c] [if1632/thunk.c]
5449         Added EnumSystemCodePages* (untested).
5451         * [objects/font.c] [if1632/thunk.c]
5452         Added EnumFontFamilies32*.
5453         
5454 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5456         * [controls/menu.c] [windows/mdi.c]
5457         Don't delete the MDI `windows' menu if it's already been deleted.
5459         * [misc/exec.c]
5460         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
5461         and complains if it returns FALSE.
5463         * [windows/winpos.c]
5464         Get maximized MDI child's nonclient area redrawn after resize.
5466 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
5468         * [memory/global.c]
5469         Use /proc filesystem for GlobalMemoryStatus() on Linux.
5471 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
5473         * [windows/event.c]
5474         Added OffiX-style file drop handling. File paths must be
5475         DOS-mappable by Wine (via wine.conf).
5477         * [controls/combo.c]
5478         Added WM_GETTEXT handler.
5480         * [objects/palette.c]
5481         Added ResizePalette() (untested).
5483         * [objects/cursoricon.c]
5484         Implemented icon to cursor conversion.
5486         * [objects/color.c]
5487         Fixed crash on startup when no colorcells are writeable.
5489 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5491         * [rc/winerc.c]
5492         Added support for win32 output.
5494         * [library/libres.c] [include/libres.h] [loader/resource.c]
5495         Renamed LIBRES_FindResource to LIBRES_FindResource16.
5496         Added LIBRES_FindResource32.
5498 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
5500         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
5501         Added the spec file for WinG, it's only stub for now, but it
5502         should be easy to do by someone with Windows programming
5503         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
5505         * [if1632/crtdll.spec]
5506         Added some string and memory functions to make sfxed95.exe (of
5507         Warcraft 2) almost work.
5509 ----------------------------------------------------------------------
5510 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5512         * [files/dos_fs.c]
5513         Added long file name mask in DOSFS_FindNext().
5515         * [loader/pe_image.c] [loader/task.c]
5516         Moved Win32 task startup into TASK_CallToStart().
5518         * [objects/dc.c]
5519         Fixed SetDCState() for memory DC (thanks to Constantine
5520         Sapuntzakis for spotting this one).
5522         * [windows/winpos.c]
5523         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
5525         * [*/*]
5526         Added Win32 version for many graphics functions.
5528 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5530         * [controls/button.c]
5531         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
5533         * [controls/edit.c]
5534         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
5535         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
5537         * [windows/dialog.c]
5538         DS_LOCALEDIT is a dialog style not an edit style.
5540         * [windows/winproc.c]
5541         Stop stack trashing when wndPtr->text == NULL.
5543 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
5545         * [windows/dce.c]
5546         GetDCEx32 - The determination of whether to use the DC cache or
5547         not should be independent of DCX_USESTYLE.
5549 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5551         * [files/directory.c]
5552         Added errno.h to #includes
5554         * [tools/makedep.c]
5555         Close files once they have been processed.
5557 ----------------------------------------------------------------------
5558 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5560         * [*/Makefile.in] [tools/makedep.c]
5561         New program to generate dependencies; should be faster and more
5562         portable than 'gcc -MM'.
5564         * [*/*]
5565         Replaced WPARAM and HDC by explicitly-sized types.
5567         * [windows/hook.c]
5568         Fixed bug in HOOK_GetHook16 function.
5570 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
5572         * [include/debug.h] [include/stddebug.h]
5573         Added debug option for win16drv (-debugmsg +win16drv)
5575         * [graphics/win16drv/init.c]
5576         Only enable CreateDC if printer=on specified in wine section of
5577         wine.conf.
5578         printfs changed to dprintf_win16drv.
5579         Some tidying up.
5581         * [include/gdi.h] [graphics/x11drv/clipping.c]
5582           [graphics/x11drv/Makefile.in]
5583         Moved SetDeviceClipping into drivers.
5585 ----------------------------------------------------------------------
5586 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5588         * [Make.rules.in] [*/Makefile.in]
5589         Made it possible to compile from a directory other than the source
5590         directory.
5592         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
5593           [objects/metafile.c] [objects/dc.c]
5594         New graphics driver for metafiles.
5596         * [if1632/thunk.c]
5597         Added thunks for SetWindowsHook and SetDCHook.
5599         * [windows/dialog.c]
5600         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
5601         items.
5603         * [*/*]
5604         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
5605         HINSTANCE, HMENU, HRGN and HTASK.
5607 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
5609         * [controls/edit.c]
5610         Fixed EditWndProc() to fall back to DefWndProc() when the
5611         edit state structure is not available.
5613 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
5615         * [windows/nonclient.c] [windows/mdi.c]
5616         AdjustWindowRectEx16() should only take notice of the styles
5617         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
5618         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
5620         * [controls/scroll.c]
5621         Fixed typo in ShowScrollBar32().
5623 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5625         * [if1632/user32.spec] [if1632/winmm.spec]
5626         Added SetParent and sndPlaySoundA.
5627         
5628 ----------------------------------------------------------------------
5629 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5631         * [controls/button.c]
5632         Fixed focus rectangle size and clipping.
5634         * [controls/scroll.c]
5635         Converted to Win32 and added support for scroll page.
5636         Completed SetScrollInfo() and implemented other Win32 functions.
5638         * [files/file.c]
5639         Removed FILE_Read() (use _lread32 instead).
5641         * [objects/dce.c] [include/dce.h]
5642         Allocate DCE on the Win32 heap, and use pointers instead of
5643         handles.
5644         Implemented Win32 version of DC functions.
5646         * [windows/painting.c]
5647         Attempt to make CS_PARENTDC style work again.
5649 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
5651         * [windows/dce.c] [windows/winpos.c]
5652         Override SaveUnder attribute when painting took place
5653         in a window below. Force X to raise activated window 
5654         in seamless mode.
5656         * [misc/clipboard.c] [windows/event.c]
5657         Translation between DOS and Unix text formats and several
5658         other fixes for the sudden selection loss.
5660         * [windows/message.c]
5661         Apply "first" and "last" when checking for WM_QUIT in 
5662         MSG_PeekMessage().
5664         * [windows/win.c]
5665         Rearranged DestroyWindow() to fit "Windows Internals"
5666         description.
5668         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
5669         Misc. fixes to CBT hook calls.
5671         * [controls/menu.c] [misc/user.c]
5672         Fixup resident popup menu window so that it doesn't get
5673         destroyed by USER_AppExit().
5675         * [loader/module.c] [loader/task.c] [windows/event.c]
5676         Process "unsafe" X events outside the scheduler to prevent
5677         deadlocks.
5679         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
5680         Lots of fixes for better Win16 multitasking.
5682 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5684         * [include/windows.h]
5685         Added some missing HOOK defines.
5687         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
5688         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
5690         * [win32/console.c][include/wincon.h]
5691         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
5693         * [misc/registry.c]
5694         Some null ptr fixes.
5696         * [loader/pe_image.c]
5697         Fixed exported function lookup. (msvcrt20.dll)
5698         Add debugsyms for entrypoint, exported functions and sections.
5700         * [multimedia/mmsystem.c]
5701         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
5703         * [several]
5704         Added several missing things/stubs/simple thunks from win32
5705         to win16 code.
5707 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
5709         * [windows/property.c]
5710         Fixed debugging of 16 Bit RemoveProp().
5712         * [debugger/memory.c]
5713         Added DEBUG_checkmap_bad() for linux.
5715 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
5717         * [windows/event.c] [windows/hook.c]
5718         Use EnableHardwareInput() for JournalPlayback hook.
5720         * [controls/listbox.c]
5721         Changed handling of LB_GETITEMRECT in empty listboxes.
5723 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
5725         * [misc/main.c]
5726         Fixes to X resources handling.  
5728 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5730         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
5731         Individual handle table created for each metafile. Fixed
5732         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
5734         * [windows/graphics.c] [objects/dc.c]
5735         Rectangle() changed to work better with wide pens and PS_NULL.
5736         Use JoinMiter.
5738         * [windows/winpos.c]
5739         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
5740         is set.
5742         * [windows/nonclient.c]
5743         AdjustWindowRectEx() should perform calculations even if the
5744         window is minimized.
5746         * [windows/mdi.c]
5747         Better handling of system button painting. Maximized windows can
5748         contain scroll bars. Icons now maximize properly.
5750         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
5751         Improved greying of items in system menu. WM_INITMEMUPOPUP no
5752         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
5753         menu.c.
5755 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
5757         * [several files]
5758         Fix missing includes and wrong printing arguments.
5760         * [controls/listbox.c]
5761         Don't sort drives in ListBoxDirectory().
5762         
5763 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
5765         * [windows/dialog.c]
5766         Fixed handling of Shift-TAB in dialogs.
5768 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5770         * [if1632/gdi32.spec]
5771         Added SelectClipRgn - call win16 version.
5773         * [if1632/user32.spec]
5774         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
5776         * [include/wincon.h]
5777         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
5778         out of #if 0 protected portion of file.
5780         * [loader/pe_image.c]
5781         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
5782         programs now work better)
5784         * [win32/console.c]
5785         Added stub functions for GetConsoleScreenBufferInfo and 
5786         GetLargestConsoleWindowSize
5788         * [win32/findfile.c]
5789         FindFirstFile32A() - removed erroneous strcpy
5791         * [windows/keyboard.c]
5792         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
5793         specification. NB - I still have doubts about some other functions
5794         in this file.
5796 ----------------------------------------------------------------------
5797 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
5799         * [windows/event.c]
5800         Minor improvements in setting event time in MSG struct.
5802         * [windows/hook.c]
5803         Removed an useless 'unimplemented hook' message.
5805         * [windows/win.c]
5806         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
5808 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5809         * [loader/pe_image.c]
5810         Fixed imports with no name/ordinal list (MFC30.DLL).
5811         Added borland style - ordinal import (wsock32.dll).
5813         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
5814           [if1632/kernel32.spec] [include/windows.h]
5815         Win32 and Win16 code use the same filehandles/HFILEs.
5816         Added SetEndOfFile, MoveFile*, diverse *W functions.
5818         * [loader/pe_image.c]
5819         Fixed argument 2 to DllEntry.
5821         * [misc/comm.c]
5822         Adapt to filehandling changes, win32 code still broken.
5824         * [misc/registry.c]
5825         Use Wine filehandling.
5826         StartupRegistry to add startup-detected registry entries.
5828         * [miscemu/dpmi.c] [miscemu/int21.c]
5829         Some missing interrupt-functions added.
5831         * [if1632/gdi32.spec][if1632/user32.spec]
5832         Some thunks to 16 bit equivalent functions added.
5834 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
5836         * [misc/winsocket.c]
5837         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
5838         Windows fd_set structs.
5840         * [if1632/winsock.spec]
5841         Corrected arguments to select().
5843 ----------------------------------------------------------------------
5844 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5846         * [misc/commdlg.c] [if1632/commdlg.spec]
5847         Fixed some SEGPTR problems.
5849         * [windows/winproc.c]
5850         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
5851         and WM_MEASUREITEM
5852         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
5854 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5855         * [files/drive.c]
5856         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
5858         * [multimedia/audio.c]
5859         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
5860         below 4096 bytes.
5862         * [multimedia/mcistring.c]
5863         Segptr string handling fixed & enhanced.
5865         * [if1632/crtdll.spec][misc/crtdll.c]
5866         malloc,free,_strupr,_stricmp,_strcmpi added.
5868         * [if1632/wsock32.spec][misc/winsock.c]
5869         More direct thunks into unix libc and WsControl-stub added.
5871 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
5873         * [objects/metafile.c]
5874         Bug fixes to both recording and playback of ExtTextOut().
5876 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
5878         * [multimedia/audio.c] [multimedia/mcianim.c]
5879           [multimedia/mcicda.c] [multimedia/midi.c]
5880         Made cdaudio, audio and midi work for FreeBSD.
5882 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5884         * [misc/crtdll.c] [if1632/crtdll.spec]
5885         Added a lot of functions.
5887         * [misc/ole2nls.c]
5888         Added ID values for all languages in GetUserDefaultLCID().
5889         
5890 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
5892         * [windows/event.c] [windows/message.c]
5893         First attempt at hook WH_JOURNALPLAYBACK.
5895 ----------------------------------------------------------------------
5896 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5898         * [controls/scroll.c]
5899         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
5901         * [graphics/driver.c] [include/x11drv.h]
5902         New files for graphics driver handling.
5904         * [if1632/relay.c] [include/registers.h] [tools/build.c]
5905         Implemented Win32 register functions. Not really tested yet.
5907         * [include/gdi.h]
5908         Added a lot of functions to the DC func table.
5910         * [loader/pe_image.c]
5911         Initialise %fs before calling out to 32-bit code.
5913         * [windows/hook.c]
5914         Fixed bug in HOOK_GetHook().
5916         * [windows/win.c]
5917         Fixed FindWindow to return an error if the class name doesn't exist.
5919 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5921         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
5922         mpr.dll specs added.
5924         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
5925         QueryPerformanceCounter(), GlobalMemoryStatus() added.
5927         * [if1632/user32.spec] [win32/error.c]
5928         SetLastErrorEx() added.
5930         * [misc/commdlg.c]
5931         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
5933         * [misc/registry.c]
5934         Some missing NULL ptr checks added, misc clean up.
5936 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
5938         * [controls/menu.c]
5939         Adjust popup menu coordinates so that it always stays within 
5940         the desktop.
5942         * [misc/main.c]
5943         Fixed GetEnvironment() return value for lpEnv == NULL case.
5945 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
5947         * [misc/crtdll.c] [if1632/crtdll.spec]
5948         Added some is* functions, strlen and tolower.
5949         
5950 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
5952         * [tools/wineconf]
5953         New perl script to generate the wine.conf file.
5955 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
5957         * [if1632/gdi.spec]
5958         Lots of printer functions.
5959         
5960         * [include/callback.h]
5961         New functions for printer driver support.
5963         * [include/gdi.h]
5964         New/changed structures to support printer driver.
5966         * [misc/escape.c]
5967         New version that uses function table in DC structure.
5969         * [objects/dc.c]
5970         CreateDC copes with things other than Display.
5971         X code for CreateDC moved to graphics/x11drv directory.
5972         CreateCompatibleDC copies func table from original DC.
5974         * [objects/font.c]
5975         GetTextExtentPoint32A,GetTextMetrics16 use function table in
5976         DC and code moved to drivers directory.
5978         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
5979         New files for printer support. 
5981 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
5983         * [controls/scroll.c]
5984         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
5985         code. There are a few options in which I'm probably the wrong person
5986         for the job (page size and disable bar). There are comments in the
5987         code as to what they should do.
5989         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
5990         Added 32 bit version of FONT_GetObject.
5992 ----------------------------------------------------------------------
5993 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5995         * [files/drive.c]
5996         Added 'Filesystem' option in drives configuration.
5998         * [files/dos_fs.c] 
5999         Added handling of case-insensitive filesystems.
6001         * [memory/selector.c] [include/stackframe.h]
6002         Removed MAKE_SEGPTR.
6004         * [misc/commdlg.c] [multimedia/mcistring.c]
6005         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
6007         * [objects/bitblt.c] [windows/graphics.c]
6008         Use an intermediary pixmap to avoid some BadMatch errors on
6009         XGetImage().
6011 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
6013         * [windows/message.c]
6014         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
6016         * [misc/ver.c]
6017         Fixed a bad string result in VerQueryValue[16|32A|32W].
6019 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6021         * [if1632/crtdll.spec] [misc/crtdll.c]
6022         More additions to get win95 programs further down the road.
6024         * [if1632/kernel.spec] [loader/module.c]
6025         GetModuleName() added.
6026         LoadModule(): params->showCmd can be NULL.
6028         * [if1632/kernel32.spec] [if1632/thunk.c]
6029         ThunkConnect32() stub added.
6031         * [loader/resource.c]
6032         Entries include lastentry.
6034         * [misc/shell.c] [files/file.c]
6035         Made progman work again.
6037 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6038         
6039         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
6040         Icon painting fixes.
6042         * [windows/winpos.c] [windows/painting.c]
6043         Enforce and follow hrgnUpdate more closely to cut down on
6044         redundant RedrawWindow() calls.
6046         * [windows/event.c]
6047         Process ConfigureNotify only for managed windows.
6049         * [windows/winpos.c]
6050         Do not redraw parent if the window was hidden before SetWindowPos().
6052         * [windows/nonclient.c]
6053         Omit some nonclient decoration painting for managed windows.
6055         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
6056         Implemented WM_NEXTMENU.
6058         * [controls/listbox.c]
6059         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
6061         * [misc/shell.c]
6062         Added .ICO file handling to ExtractIcon().
6064 ----------------------------------------------------------------------
6065 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6067         * [configure.in] [include/acconfig.h] [tools/build.c]
6068         Added check for underscore on external symbols.
6070         * [memory/selector.c] [memory/global.c]
6071         Fixed FreeSelector() to free only one selector.
6072         Added SELECTOR_FreeBlock() to free an array of selectors.
6074         * [objects/color.c]
6075         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
6076         hi-color displays.
6078         * [tools/build.c] [if1632/crtdll.spec]
6079         Added 'extern' type, used for external variables or functions.
6081         * [windows/winpos.c]
6082         Allow de-activating a window in WINPOS_ChangeActiveWindow().
6084         * [windows/winproc.c]
6085         Added 32-to-16 translation for button messages.
6086         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
6087         happen to be valid SEGPTRs.
6089 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
6091         * [windows/message.c]
6092         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
6093         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
6095         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
6096         Introduced undocumented API function IsValidMetaFile(), plus a
6097         minor fix in last patch of CopyMetaFile().
6099         * [objects/gdiobj.c]
6100         Removed a FIXME in IsGDIObject(): added magic word check.
6102 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
6104         * [controls/statuswin.c]
6105         First pass at implementing the StatusWindow class.
6107         * [include/commctrl.h]
6108         Header file for common controls.
6110         * [controls/widgets.c]
6111         Added InitCommonControls().
6113         * [if1632/comctl32.spec]
6114         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
6116         * [win32/findfile.c] [if1632/kernel32.spec]
6117         Add FindNextFile32A, FindClose.
6118         Modified FindFirstFile32A so it works with FindNextFile32A.
6120         * [include/winbase.h]
6121         Fixed WIN32_FIND_DATA structure member names.
6123 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6125         * [windows/scroll.c]
6126         Changed scrolling routines to benefit from DCE code update.
6128 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6130         * [files/file.c]
6131         SearchPath* could get NULL for lastpart argument.
6133         * [if1632/build-spec.txt] [documentation/debugging]
6134         Varargs documentation added, debugging hints updated.
6136         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
6137         Started to implement CRTDLL.
6139         * [if1632/wsock32.spec]
6140         Some thunks to standard libc functions (structures have the same
6141         elements, but perhaps wrong offset due to packing).
6143         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
6144         Merged kernel32.h into windows.h.
6146         * [misc/lstr.c]
6147         Enhanced FormatMessage().
6149         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
6150         GetVersion() updated to new naming standard.
6151         Changed language handling to support language ids.
6153         * [misc/shell.c]
6154         Enhanced FindExecutable, so it finds files in the search path too.
6156         * [win32/environment.c]
6157         GetCommandLine* updated.
6159         * [loader/resource.c] [loader/pe_resource.c]
6160         FindResourceEx32* added.
6161         Loading of messagetables added.
6162         Language handling now uses Wine default language id.
6164 ----------------------------------------------------------------------
6165 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6167         * [controls/scroll.c]
6168         Attempted to implement undocumented scroll-bar messages.
6170         * [tools/build.c] [include/callback.h] [windows/winproc.c]
6171         CallTo16_* functions now get DS from the previous 16-bit stackframe.
6173         * [if1632/thunk.c] [include/callback.h]
6174         Added thunks to implement callbacks for the emulator. Now all the
6175         Enum* functions always take a real function pointer even in the
6176         emulator.
6177         
6178         * [loader/builtin.c]
6179         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
6180         work with NULL entry points. Using linear search now.
6182         * [loader/module.c]
6183         Implemented IsSharedSelector().
6185         * [loader/task.c]
6186         Changed SwitchStackTo/Back to use the instance data to store the
6187         previous stack instead of the TDB. Also copy the local variables
6188         onto the new stack.
6189         Added GetExeVersion() and SetTackSignalProc().
6190         Implemented SetSigHandler().
6192 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6194         * [controls/menu.c]
6195         "Fixed" problem in deleting menus where win32 could get into an
6196         endless loop when it crashed. I think I've fixed the symptoms, not
6197         the original problem so it might be worth further investigation.
6199         * [debugger/registers.c]
6200         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
6201         compile wine properly.
6203         * [files/dos_fs.c]
6204         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
6205         from win32/findfile.c (q.v.).
6207         * [if1632/gdi32.spec]
6208         Added SetMapMode (call existing function)
6210         * [if1632/kernel32.spec]
6211         Added FindFirstFileA and SetFileAttributesA.
6213         * [if1632/user32.spec]
6214         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
6215         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
6216         UnhookWindowsHookEx.
6218         * [win32/file.c]
6219         Added stub function SetFileAttributes32A. It's a stub because I
6220         can't really work out what this function should do with most
6221         attributes in a Unix environment. Anyone care to expand it?
6223         * [win32/findfile.c]
6224         New file. Initial stab at FindFirstFile. This doesn't work as
6225         specified yet, though a lot of the groundwork is there. I haven't
6226         time to work on this for the next month, so if anyone wants to pick
6227         it up and run with it please do.
6229         * [win32/memory.c]
6230         Removed malloc.h from includes (covered by stdlib.h include, and
6231         gets rid of a warning in FreeBSD).
6233         * [win32/newfns.c]
6234         UnhookWindowsHookEx32A stub added.
6236         * [win32/user32.c]
6237         Added implementation of IsDialogMessage32A.
6239         * [windows/dialog.c]
6240         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
6241         SendDlgItemMessage16.
6243 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6245         * [windows/graphics.c]
6246         Removed rectangle checking (conflicted with nonstandard
6247         mapping modes). 
6249         * [windows/dialog.c]
6250         Added check for child-style dialogs to DS_ABSALIGN
6251         coordinate conversion.
6253         * [objects/color.c]
6254         Cleaned up misc. bits
6256 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
6258         * [windows/focus.c] [windows/event.c] [windows/win.c]
6259           [windows/defdlg.c]
6260         Fixes to focusing and activation.
6262         * [windows/defdlg.c]
6263         Properly(?) handle DM_GETDEFID.
6265         * [controls/combo.c]
6266         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
6267         CBCheckSize: Adjust edit position.
6269 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6271         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
6272         Pass HFILEs instead of unix-fds to self-loader code.
6274 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
6276         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
6277         Implemented handling of some new metafile records (META_...)
6278         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
6279         Added functions like MF_StretchBlt() for usage in metafiles.
6280         Minor bugfix in CopyMetafile().
6282         * [objects/bitmap.c][objects/dib.c]
6283         Added check for metafile-DC in Bitmap and DIB functions:
6284         CreateCompatibleBitmap() etc.
6286 ----------------------------------------------------------------------
6287 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6289         * [loader/task.c] [include/task.h]
6290         Implemented SwitchStackTo()/SwitchStackBack().
6292         * [include/wintypes.h] [loader/main.c]
6293         Added __winelib variable to distinguish between emulator and
6294         library at run-time. Later on, this should avoid some
6295         recompilations when building Winelib.
6297         * [windows/property.c]
6298         Implemented Win32 functions for window properties.
6300 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6302         * [controls/listbox.c]
6303         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
6304         messages.
6306         * [controls/menu.c]
6307         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
6309         * [include/cursoricon.h]
6310         Moved #pragma pack(1) back to where it belongs.
6312         * [objects/palette.c]
6313         RealizeDefaultPalette() maps to system colors only.
6314         Do not broadcast palette notifications when in TrueColor.
6316         * [objects/color.c] [include/palette.h]
6317         Miscellaneous optimizations. Had to fix several
6318         "improvements" made to my patch for previous release.
6320         * [objects/dib.c]
6321         Reverse dib bits order for 24-bit SetDIBits().
6323         * [objects/dc.c]
6324         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
6326         * [windows/scroll.c]
6327         Scroll update region too.
6329         * [windows/message.c]
6330         Include QS_MOUSE into the event mask for nonclient mouse
6331         message filter. Fixes problems with Word 6 freezing when
6332         mouse hits nonclient area.
6334         * [windows/win.c] 
6335         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
6337         * [windows/winpos.c] [windows/mdi.c]
6338         Attempt to fix control menu duplication.
6340 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6342         * [files/drive.c]
6343         GetDriveType32A(): return value for CDROM fixed.
6345         * [files/file.c]
6346         SearchPath* added.
6348         * [if1632/gdi32.spec] [objects/brush.c]
6349         SetBrushOrgEx() added.
6351         * [loader/pe_resource.c]
6352         If even loading the default entry fails, we just use the first
6353         entry from the resource directory.
6355         [loader/task.c]
6356         SetSigHandler() stub added, Paradox 4.5 now starts up.
6358         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
6359         COMM functions updated to win32, not complete.
6361         * [misc/lstr.c]
6362         FormatMessageA partially implemented.
6364         * [include/miscemu.h] [memory/selector.c]
6365           [memory/global.c] [miscemu/dosmem.c]
6366         DOS memory handling changed: 1MB preallocated block, real-mode
6367         segment handling possible, SetSelectorBase into lower physical 1MB
6368         possible.
6370         * [miscemu/dpmi.c]
6371         Real-mode segments changed, real-mode int 21,ax=6506 added.
6372         AX=0x0303 added.
6374         * [multimedia/time.c]
6375         Fixed bug in killTimer.
6377         * [objects/bitmap.c]
6378         LoadImageA partially implemented.
6380 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
6382         * [include/dde_mem.h][include/dde_proc.h]
6383           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
6384           [ipc/generic_hash.h][library/miscstubs.c]
6385         Changes for error free compilation using "--with-ipc":
6386         replaced some names with *16-equivalent (e.g. MSG to MSG16),
6387         modified prototype of function DDE_GlobalFree() .
6389         * [objects/palette.c]
6390         Added check for metafile-DC in GDISelectPalette(),
6391         GDIRealizePalette(),RealizeDefaultPalette() and
6392         IsDCCurrentPalette().
6394 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
6396         * [controls/edit.c]
6397         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
6398         fixes Winhelp.
6400         * [windows/dialog.c]
6401         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
6403 ----------------------------------------------------------------------
6404 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6406         * [configure.in]
6407         Generate include/config.h instead of putting everything on the
6408         command-line.
6409         Removed -with-malloc-debug option (not useful for end users
6410         anyway).
6411         Added check for memmove().
6413         * [include/wintypes.h] [*/Makefile.in]
6414         Added definition of __WINE__ symbol when compiling Wine code
6415         (emulator or library) as opposed to user programs.
6417         * [debugger/editline.c] [debugger/readline/*]
6418         Moved all the readline code into debugger/editline.c. Removed the
6419         readline subdirectory.
6421         * [files/profile.c]
6422         Added PROFILE_GetWineIniInt().
6424         * [include/stackframe.h] [loader/task.c]
6425         The 16-bit stackframe now also exists for Winelib (even though it
6426         only ever contains one frame).
6428         * [loader/module.c]
6429         Added function MODULE_CreateDummyModule() to create a dummy Win16
6430         module for Winelib and Win32.
6432         * [memory/ldt.c]
6433         Make sure the ldt entry contents will be acceptable for the Linux
6434         kernel.
6436         * [memory/selector.c]
6437         Fixed SetSelectorLimit() when the limit is in pages.
6439         * [misc/port.c]
6440         Added memmove().
6442         * [miscemu/dpmi.c]
6443         Clear the segment registers that contain the selector being freed
6444         in int31/ax=0001.
6445         Added missing break after SelectorAccessRights call.
6447         * [win32/struct32.c]
6448         Added conversions for MDICREATESTRUCT.
6450         * [windows/winproc.c]
6451         Added message conversions for WM_MDICREATE.
6453 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
6455         * [windows/class.c]
6456         Added GetExePtr() call in CLASS_FindClassByAtom().
6458 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6460         * [if1632/*.spec]
6461         Some more trivial specs added.
6463         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
6464         CreateFont32* added, changed to new naming std.
6466         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
6467         Some defines/types added.
6469         * [win32/thread.c]
6470         TlsSetValue() returns boolean.
6472         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
6473           [controls/menu.c] [objects/bitmap.c]
6474         Cleanup of the resource functions, mostly changes to new naming
6475         standard and fixing of argument types so that they agree with the
6476         win16/win32 API.
6478 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6480         * [windows/winpos.c]
6481         ShowWindow() fixes.
6483         * [windows/mdi.c]
6484         Fix reversed LPARAM in WM_MDIACTIVATE.
6486         * [wine.ini]
6487         New option AllocSystemColors tells Wine how many colors to grab
6488         from the system colormap.
6490         * [objects/bitblt.c] [objects/dc.c]
6491         Fixed pink garbage over Word buttons in PseudoColor. Added
6492         optional DSTINVERT shortcut for faster text selection.
6494         * [misc/wsprintf.c]
6495         Skip bogus segmented pointers in wsvnprintf16(). 
6497         * [objects/gdiobj.c]
6498         Added palette handling to UnrealizeObject(). 
6500         * [objects/color.c] [objects/palette.c] [windows/dce.c]
6501         Wine gets palette manager with support for more than 20 colors. 
6502         Only PseudoColor and TrueColor visuals tested so far.
6504         * [windows/winpos.c] [windows/win.c] 
6505         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
6506         use XReconfigureWMWindows() instead of XConfigureWindow() in
6507         managed mode.
6509         * [memory/global.c]
6510         Do not allocate more than 640K of DOS memory.
6512         * [misc/main.c]
6513         Do not allow -desktop and -managed together.
6515 ----------------------------------------------------------------------
6516 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6518         * [controls/scroll.c]
6519         Use Win32 heap functions to allocate scroll-bar info structure.
6521         * [debugger/dbg.y] [debugger/registers.c]
6522         Added support for FS and GS segment registers.
6523         Check that segment registers value are OK before returning from
6524         the signal handler.
6526         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
6527         Changed relay debugging for Win32 function: the relay code now
6528         passes the entry point address instead of the function name.
6530         * [tools/build.c] [miscemu/*.c]
6531         Added support for data entry points in Win32 DLLs.
6532         Added 'cdecl' function type for Win32.
6533         For 'register' function, the relay code now passes a pointer to
6534         the SIGCONTEXT structure.
6535         
6536         * [include/registers.h] [include/wine.h]
6537         Moved SIGCONTEXT structure definition in registers.h.
6539         * [loader/pe_image.c]
6540         Don't die at once if some Win32 entry points cannot be found, but
6541         set them to NULL, just like we do for Win16. This allows some
6542         programs to go further before crashing.
6544         * [loader/task.c] [loader/main.c]
6545         Moved global initializations from InitTask() to MAIN_Init(), as
6546         they no longer need a task context with the new SEGPTR heap functions.
6548         * [memory/string.c]
6549         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
6550         very convenient.
6552         * [windows/graphics.c]
6553         Partially implemented DrawEdge().
6555         * [windows/timer.c] [windows/caret.c]
6556         Implemented Win32 timer handling. Updated caret management to use
6557         Win32 timers (avoids having to use a Win16 callback).
6559         * [windows/win.c]
6560         Prevent programs from setting some style bits with
6561         SetWindowLong(). This should fix some BadMatch crashes.
6562         Link new windows at the end of the linked list.
6564         * [windows/winpos.c]
6565         Don't try to activate a child window in ShowWindow().
6567         * [windows/winproc.c]
6568         Added a 32->32 thunk to support Ansi-Unicode translation.
6570 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6572         * [files/directory.c]
6573         Additional (undocumented) return value for GetTempDrive() added.
6575         * [files/dos_fs.c] [files/file.c] [include/windows.h]
6576         GetTempFileName32* added.
6577         GetShortPathName* added.
6579         * [memory/string.c]
6580         Win16 lstrcpy() can get NULL ptrs as argument and survive.
6582         * [misc/lzexpand.c]
6583         LZOpenFile(): also try opening with compressed filename if normal
6584         open fails.
6586         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
6587         Char* added.
6588         CompareString* added.
6590 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
6592         * [objects/font.c] [if1632/gdi32.spec]
6593         CreateFontIndirect32A and CreateFontIndirect32W added.
6595         * [misc/ole2nls.c]
6596         GetUserDefaultLCID return values updated for new languages.
6597         Finnish support added for GetLocaleInfoA.
6599         * [object/palette] [gdi32.spec]
6600         RealizePalette32 and SelectPalette32 added.
6601         
6602 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
6604         * [misc/shell.c]
6605         Fixup for SHELL_FindExecutable so that File->Run from progman
6606         works once more. Still needs some more fixups - grep for FIXME in
6607         this file.
6609 ----------------------------------------------------------------------
6610 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6612         * [controls/desktop.c]
6613         Use Windows file I/O routines to load the desktop bitmap.
6615         * [files/file.c]
6616         Implemented RemoveDirectory* and DeleteFile*.
6618         * [include/wine.h]
6619         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
6621         * [loader/task.c]
6622         Fixed initial breakpoint setting for Win32 tasks.
6624         * [misc/wsprintf.c]
6625         Ignore Unicode formats for wsprintf16().
6627         * [objects/font.c]
6628         Implemented Win32 version of GetTextMetrics.
6630         * [windows/winproc.c] [windows/win.c] [windows/class.c]
6631           [windows/dialog.c]
6632         Modified windows procedures to use thunks, to ensure that the
6633         procedure can be called directly from the Windows program.
6635         * [windows/win.c]
6636         Added function WIN_BuildWinArray() to make it easier to enumerate
6637         windows. Implemented Win32 version of EnumWindows() and friends.
6639 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
6641         * [controls/button.c] [windows/win.c]
6642         Operator precedence fixes.
6644         * [controls/edit.c]
6645         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
6646         Fixed word wrap with long words.
6648         * [debugger/debug.l]
6649         New alias "where" for command "backtrace".
6651         * [if1632/gdi.spec]
6652         Corrected parameter of ExtTextOut.
6654         * [loader/module.c]
6655         Corrected printing of table of modules.
6657         * [misc/spy.c]
6658         Removed superfluous \n in message name.
6660         * [windows/message.c]
6661         Declared MSG_SendMessage as static.
6662         Changed parameter of DirectedYield() from queue handle to task handle.
6663         Removed warning mesages for argument of printf.
6665         * [windows/nonclient.c]
6666         Added the flag DT_NOPREFIX when drawing window titles.
6668         * [windows/win.c]
6669         WIN_WalkWindows now prints the invalid window handle.
6670         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
6672         * [windows/winproc.c]
6673         Allows creating dialog windows with NULL as dialog function.
6675 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
6677         * [windows/event.c]
6678         EVENT_key: Fixes to VK_ code generation for space bar and
6679         punctuation.
6681         * [files/file.c]
6682         GetTempFileName: first character in temporary name is "~".
6684         * [memory/heap.c]
6685         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
6687         * [objects/text.c]
6688         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
6690         * [misc/driver.c]
6691         Removed some bugs and reformatted. Actually loads drivers now.
6693         * [include/callback.h]
6694         Added CallDriverProc() and CallWindowsExitProc().
6696         * [loader/module.c]
6697         MODULE_CallWEP(): new function.
6699         * [misc/lzexpand.c]
6700         LZSeek(): return new pointer, not old one.
6702         * [misc/ver.c]
6703         find_ne_resource(): fixed dependence on LZSeek() bug.
6704         GetFileResource(): initialize reslen before using it.
6706         * [windows/class.c]
6707         SetClassWord(): add missing else.
6709         * [objects/font.c]
6710         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
6711         InitFontList: allocate one huge array of structures.
6712         FONT_MatchFont: uppercase the face name.
6714 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
6716         * [memory/heap.c]
6717         Fixed a typo in HeapReAlloc().
6719 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6721         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
6722           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
6723         GetTempPath* added
6724         GetDriveType* fixed, updated to NewNameStandard.
6725         GetCurrentDirectory* fixed (needs to prepend X:\).
6727         * [controls/listbox.c]
6728         Missing NULL check added.
6730         * [if1632/winmm.spec] [loader/builtin.c]
6731         winmm.dll (32bit mmsystem equivalent) specs added.
6733         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
6734         Rtl{Move,Zero,Fill}Memory added.
6736         * [misc/registry.c]
6737         Some NULL ptr dereference bugs fixed.
6739         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
6740         Check for NULL ptr.
6741         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
6742         Aliasing should work for all MCI devices.
6744         * [windows/win.c]
6745         Allow passing invalid window handles to CloseWindow().
6747 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
6749         * [files/directory.c] [if1632/kernel32.spec]
6750         GetSystemDirectory32A and GetSystemDirectory32W added.
6752         * [misc/main.c] [if1632/kernel32.spec]
6753         Beep and SetEnvironmentVariable32W added.
6755 ----------------------------------------------------------------------
6756 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
6758         * [files/drive.c] 
6759         GetFreeDiskSpace*, GetVolumeInformation* added.
6761         * [files/file.c]
6762         FlushFileBuffers, CreateDirectory* added.
6764         * [include/winbase.h] [include/windows.h]
6765         Prototypes, defines added and fixes.
6767         * [if1632/kernel32.spec] [include/resource32.h]
6768           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
6769         Fixes to resource handling.
6771         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
6772         Specs for implemented functions added
6773         Some thunks to functions which are same as win16 equivalents.
6775         * [loader/task.c]
6776         GetAppCompatFlags() added.
6778         * [misc/registry.c]
6779         One missing else added, small hack to RegQueryValue16().
6781         * [win32/file.c]
6782         GetFileAttributesA() fixed (was using DOS path as UNIX path).
6784 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6786         * [loader/ne_resource.c]
6787         Fixed FreeResource() return value.
6789         * [objects/text.c]
6790         Fixed a bug in ExtTextOut() that was causing overlapped characters
6791         in WinWord.
6793         * [windows/winpos.c]
6794         SWP_FRAMECHANGED for top-level windows now invalidates client
6795         area as clock.exe wants.
6797 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
6799         * [controls/listbox.c]
6800         Mini bugfix: 'revival' of missing scrollbar in listboxes.
6802 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
6804         * [resources/sysres_Fr.rc] [resources/TODO]
6805         Made changes for Choose_Font dialog.
6807 ----------------------------------------------------------------------
6808 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6810         * [memory/heap.c]
6811         Fixed bug in HeapRealloc (thanks to Bruce Milner).
6813         * [misc/wsprintf.c]
6814         Fixed argument size for %c format in wsprintf16().
6816         * [objects/dc.c]
6817         Don't free hFirstBitmap for saved DCs.
6819         * [windows/event.c]
6820         Added timer handling in EVENT_WaitXEvent().
6822         * [windows/message.c]
6823         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
6824         event is for the current task; if not, wake the other task.
6826         * [windows/queue.c] [include/queue.h]
6827         Added 'self' handle in queue structure.
6829         * [windows/timer.c]
6830         Added TIMER_ExpireTimers() function to mark expired timers and
6831         wake up the corresponding tasks.
6833 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
6835         * [windows/mapping.c]
6836         First point in list was mapped multiple times in DPtoLP and
6837         LPtoDP.  Other points were not mapped.
6839 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6841         * [misc/shell.c]
6842         Some fixes for ExtractIcon function family.
6844         * [documentation/user_module]
6845         Chapter about windowing and messaging subsystems.
6847 ----------------------------------------------------------------------
6848 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6850         * [debugger/break.c] [loader/signal.c]
6851         Fixed breakpoints in 32-bit code.
6853         * [include/windows.h]
6854         Added many more Win32 versions of standard structures.
6856         * [include/winreg.h] [misc/registry.c]
6857         Moved private types into registry.c.
6859         * [memory/string.c] (New file)
6860         Moved most string functions from misc/lstr.c; added Win32 version
6861         of all functions.
6863         * [misc/wsprintf.c]
6864         Implemented Win32 wsprintf functions.
6866         * [objects/bitmap.c]
6867         Implemented Win32 bitmap functions.
6869         * [windows/dialog.c]
6870         Don't set dialog procedure before the controls are created. This
6871         avoids a crash in Winhelp.
6873 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
6875         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
6876         Replace PeekMessage with PeekMessage16.
6878         * [if1632/kernel32.spec][misc/main.c]
6879         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
6880         MAIN_ParseVersion: new function, new command line option -winver.
6881         GetVersion: modified to take command line argument into account.
6883         * [if1632/kernel32.spec] [win32/process.c]
6884         FreeLibrary32: new function.
6885         TlsAlloc: initialize Tls to zero.
6886         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
6887         functions.
6889         * [if1632/kernel32.spec]
6890         SetErrorMode,GetActiveWindow: new relays to existing functions.
6892         * [if1632/kernel32.spec][win32/user32.c]
6893         PeekMessage32A,PeekMessage32W: new functions.
6895         * [include/struct32.h][include/windows.h]
6896         Moved MSG32 to windows.h.
6897         Renamed MSG to MSG16.
6898         Modified prototypes to use MSG16
6900         * [include/winbase.h]
6901         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
6903 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6905         * [if1632/Makefile.in] [loader/builtin.c]
6906         version.dll,lz32.dll added.
6908         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
6909           [misc/lzexpand.c]
6910         lz32.dll added.
6911         Modified to new function naming standard.
6913         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
6914         version.dll added (win32 version of ver.dll).
6915         Modified to new function naming standard.
6916         Use registry to look up a LOCALE langids too.
6917         (VerInstallFile,VerFindFile still stubs)
6919 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
6921         * [files/file.c]
6922         Added a warning if GetTempFileName() gets a bad drive parameter.
6924         * [misc/commdlg.c]
6925         Changed file listbox color to gray in SaveFile dialog 
6926         (just like Windows does this).
6928 ----------------------------------------------------------------------
6929 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
6931         * [controls/button.c] [controls/listbox.c]
6932         Fixed wParam of WM_DRAWITEM message.
6934         * [if1632/Makefile.in] [loader/builtin.c]
6935         Remove WPROCS32 DLL, as the relay code can call Wine routines
6936         directly.
6938         * [loader/module.c] [loader/ne_image.c]
6939         Fixed initial stack layout for self-loading modules.
6941         * [tools/build.c]
6942         Fixed data segment building for Win16 modules.
6944         * [windows/defdlg.c]
6945         Implemented Win32 versions of DefDlgProc().
6947         * [windows/dialog.c]
6948         Merged Win16 and Win32 dialog code.
6949         Added support for control extra data in dialog item template.
6951         * [windows/win.c]
6952         Unified Win16 and Win32 versions of CreateWindow().
6953         Implemented Win32 version of GetWindowLong().
6955         * [windows/winproc.c]
6956         Changed the implementation of window procedures, so that 16-bit
6957         winprocs are valid segmented pointers.
6959 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
6961         * [misc/registry.c]
6962         Fixed another bug in the w95 loader. Quietened some debug output.
6964 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
6966         * [windows/winproc.c]
6967         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
6969 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
6971         * [resources/TODO] [resources/sysres_It.rc]
6972         Updated font dialog box.
6974 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
6976         * [include/commdlg.h] [misc/commdlg.c]
6977         ChooseFont() and ChooseColor(): 
6978         Bugfixes and added more support for some CF_* and CC_* flags: 
6979         dialog templates and font size control.
6980         Bugfix in structure definition of CHOOSECOLOR definition.
6982         * [ipc/dde_proc.c] [windows/event.c]
6983         Replaced SendMessage with SendMessage16 and added inclusion of
6984         dde_proc.h for error-free compilation of ipc module.
6986 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6988         * [windows/scroll.c]
6989         Made ScrollDC to save/restore current clipping region.
6991         * [misc/clipboard.c] [windows/event.c]
6992         Implemented most of the previously missing features (not tested), 
6993         improved text pasting from/to X. 
6995         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
6996           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
6997           [windows/winpos.c] [windows/painting.c]
6998         Updated DCE code, implemented dynamic invalidation of owned DCs.
6999         This fixes a lot of problems with scrolling in WinWord. Not
7000         sure about the effect on -desktop.
7002 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7004         * [win32/time.c] [if1632/kernel32.spec]
7005         Added SetSystemTime and SetTimeZoneInformation.
7007         * [if1632/kernel32.spec]
7008         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
7010         * [include/windows.h]
7011         Added SYSTEM_POWER_STATUS structure and prototypes for
7012         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
7014         * [include/kernel32.h]
7015         Added a prototype for SetTimeZoneInformation.
7017         * [win32/environment.c] [if1632/kernel32.spec]
7018         Added GetSystemPowerStatus and SetSystemPowerState stubs.
7020 ----------------------------------------------------------------------
7021 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7023         * [controls/combo.c]
7024         Destroy the listbox and edit control when destroying the
7025         combo. This should prevent crashes on application exit.
7027         * [misc/system.c] [if1632/system.spec]
7028         Implemented InquireSystem().
7030         * [loader/task.c] [windows/message.c] [windows/queue.c]
7031         First attempt at inter-task SendMessage(). Still has a lot of
7032         problems.
7034 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
7036         * [windows/mdi.c]
7037         Fixed MDITile with iconic children.
7039 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
7041         * [misc/commdlg.c]
7042         ChooseFont dialog:
7043         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
7044           not real available font types (e.g. "Bold") can not selected
7045         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
7047         * [objects/font.c]
7048         In FONT_MatchFont perform check if "lfFaceName" is family from X11
7049         only if "lfFaceName" is a windows font family then do a call of
7050         FONT_TranslateName() : this results in better font selections in 
7051         ChooseFont() or applications like charmap.exe or write.exe.
7052         Added a ParseFontParms() call if necessary in function 
7053         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
7054         even if there isn't one...
7056         * [resources/TODO]
7057         Inventory of resource translations in sysres_??.rc
7059 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7061         * [misc/registry.c]
7062         _w95_loadreg: use offset to determine next RGDB position too.
7064 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
7066         * [controls/combo.c]
7067         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
7069         * [misc/main.c]
7070         Result of option "-fixedmap" is to turn flag on.
7072 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
7074         * [misc/shell.c]
7075         ShellExecute and FindExecutable now both use common code to
7076         determine the required executable file.
7078 ----------------------------------------------------------------------
7079 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7081         * [controls/button.c]
7082         Made ButtonWndProc a 32-bit window procedure.
7084         * [controls/desktop.c]
7085         Made DesktopWndProc a 32-bit window procedure.
7086         Added handling of WM_SETCURSOR.
7088         * [controls/menu.c]
7089         Allocate menu items and strings on the 32-bit system heap.
7090         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
7091         AppendMenu and LoadMenuIndirect.
7093         * [controls/widgets.c]
7094         Added possibility to have 32-bit built-in classes.
7096         * [files/drive.c]
7097         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
7099         * [misc/spy.c] [include/spy.h]
7100         Added support for spying Win32 messages.
7102         * [loader/builtin.c]
7103         Fixed bug in -dll option parsing.
7105         * [memory/local.c]
7106         Added back the change by Huw D. M. Davies to free the block in
7107         LocalRealloc() before allocating the new one.
7109         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
7110         Fixed bug in bitmap size that caused memory corruption for 24bpp.
7112         * [windows/defwnd.c]
7113         Implemented Win32 version of DefWindowProc().
7115         * [windows/dialog.c]
7116         Implemented Win32 version of SendDlgItemMessage,
7117         Get/SetDlgItemText and Get/SetDlgItemInt.
7119         * [windows/mdi.c]
7120         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
7121         Don't make a copy of the OBM bitmaps for every MDI window.
7123         * [windows/message.c]
7124         Implemented Win32 version of SendMessage().
7125         
7126         * [windows/winproc.c] [windows/class.c] [windows/win.c]
7127         New scheme for 32-bit window procedures to replace aliases. All
7128         32-bit window procedure get a 16-bit address pointing to a
7129         WINDOWPROC structure.
7130         Implemented Ansi<->Unicode translation for CallWindowProc().
7131         Added translation of WM_DRAWITEM between Win16 and Win32.
7133         * [windows/win.c] [include/callback.h]
7134         Added ugly hack to build CREATESTRUCT on the stack when sending
7135         WM_NCCREATE.
7136         Implemented Win32 version of Get/SetWindowWord/Long and
7137         Get/SetWindowText.
7138         
7139 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
7141         * [controls/button.c]
7142         Avoid gray text on gray background in disabled push buttons
7143         using a b/w raster and some raster operations (PatBlt,BitBlt).
7145         * [objects/text.c]
7146         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
7148 ----------------------------------------------------------------------
7149 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7151         * [*/*.c]
7152         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
7153         SIZE16. Implemented Win32 version of most functions that take
7154         these types as parameters.
7156         * [configure]
7157         Patched autoconf to attempt to correctly detect -lnsl and
7158         -lsocket. Please check this out.
7159         
7160         * [controls/button.c]
7161         Added support for Win32 BM_* messages.
7163         * [controls/menu.c]
7164         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
7165         with Excel.
7167         * [memory.heap.c] [include/heap.h]
7168         Added support for SEGPTRs in Win32 heaps. Added a few macros to
7169         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
7170         but they work with Win32.
7172         * [memory/atom.c]
7173         Implemented Win32 atom functions.
7175         * [memory/local.c]
7176         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
7178         * [win32/memory.c]
7179         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
7181         * [windows/class.c]
7182         Properly implemented the Win32 class functions.
7184         * [windows/winproc.c] (New file)
7185         New file handling the message translation between Win16 and Win32.
7187 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7189         * [windows/mdi.c] [windows/menu.c]
7190         Improved WM_MDICREATE and WM_MDICASCADE handling.
7192         * [windows/event.c] [objects/bitblt.c]
7193         Handle GraphicsExpose event for BitBlt from screen to screen.
7195         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
7196         Bunch of fixes for problems with -managed.
7198         * [windows/win.c] [windows/winpos.c]
7199         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
7200         in CreateWindow.
7202         * [windows/win.c] [windows/queue.c] [misc/user.c]
7203         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
7204         on window creation/destruction.
7206         * [objects/palette.c]
7207         Crude RealizePalette(). At least something is visible in LviewPro.
7209 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7211         * [if1632/gdi32.spec]
7212         Added Rectangle (use win16 version).
7214         * [if1632/kernel32.spec]
7215         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
7217         * [if1632/user32.spec]
7218         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
7219         versions).
7220         Added SetWindowsHookExA (empty stub for now).
7222         * [include/handle32.h]
7223         Changed #include <malloc.h> to #include <stdlib.h> to prevent
7224         hate message from FreeBSD compiler.
7226         * [win32/newfns.c]
7227         Added new function SetWindowsHookEx32A (empty stub for now).
7229         * [win32/user32.c]
7230         Removed redundant debugging printf statement.
7232 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
7234         * [memory/local.c]
7235         Avoid creating adjacent free blocks.
7236         Free the block in LocalReAlloc() before allocating a new one.
7237         Fixed LocalReAlloc() for discarded blocks.
7238         
7239 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
7241         * [resources/sysres_Fi.rc]
7242         ChooseFont and ChooseColor dialogs updated.
7244 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7246         * [files/drive.c,if1632/kernel.spec]
7247         GetCurrentDirectory(),SetCurrentDirectory() implemented.
7249         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
7250           [include/windows.h] [include/winreg.h] [loader/main.c]
7251           [misc/main.c] [misc/shell.c] [misc/registry.c]
7252         Registry fixes:
7253         - loads win95 registry databases,
7254         - save only updated keys on default,
7255         - now adhers to the new function naming standard,
7256         - minor cleanups.
7258 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
7260         * [combo.c]
7261         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
7262         and synchronized mine with Greg Kreider's works.
7264         * [commdlg.c]
7265         Bugfix in ChooseFont: font size handling.
7267 ----------------------------------------------------------------------
7268 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7270         * [DEVELOPERS-HINTS]
7271         Added paragraph on naming conventions for Win16/Win32/Winelib.
7273         * [controls/menu.c]
7274         Create a default system menu that is the same for all windows
7275         instead of making a copy every time.
7277         * [include/wintypes.h]
7278         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
7279         Added xx16 and xx32 definitions for most types. General clean-up.
7281         * [memory/global.c] [memory/local.c] [*/*]
7282         Renamed Global and Local heap functions to xxx16. Added all xxx32
7283         versions of the same functions.
7285         * [memory/selector.c]
7286         Mask out lower bits of selector in FreeSelector().
7288         * [misc/lstr.c]
7289         Fixed wvsprintf().
7291         * [windows/class.c]
7292         Changed the class structure to make Win32 support easier.
7294         * [windows/defwnd.c]
7295         Added handling of WM_INITMENUPOPUP for system menu to gray out
7296         invalid options.
7298         * [windows/winpos.c]
7299         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
7300         a SEGPTR.
7302 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
7304         * [memory/local.c]
7305         Implementation of moveable and (rudimentary) support for
7306         discardable local memory, plus several bug fixes.
7308 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7310         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
7311         FindWindowEx() implemented (someone reported it was missing
7312         for FrameMaker 4.1).
7314         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
7315           [win32/resource.c]
7316         Misc small stubs/small functions which bring win95 binaries
7317         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
7318         Small fix in WIN32_LoadAcceleratorsA.
7320 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
7322         * [controls/edit.c] [controls/EDIT.TODO]
7323         Changed / fixed some types and typecasts.
7324         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
7325         Added heap initialization in WM_CREATE.
7327 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
7329         * [controls/combo.c] [controls/listbox.c]
7330         Pass WM_[HV]SCROLL to listbox, but not combo.
7331         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
7332         Combo box gets border.
7333         Combo box includes button (otherwise button won't trigger dropdown).
7334         Proper border around RectButton.
7335         Check size consistancy of combo, listbox, and button after resizing 
7336         or before painting.  These routines still aren't completely correct.
7337         Localize size checks in separate routines.
7338         Listboxes are white.
7340 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
7342         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
7343           [resources/sysres_De.rc][resources/sysres_En.rc]
7344         Introduced ChooseFont dialog, but needed some patches in 
7345         handling of comboboxes with edit controls.
7347 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
7349         * [programs/winhelp/*]
7350         Added a help viewer and a simple `.hlp' to `.sgml' converter.
7352 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
7354         * [resources/sysres_*.rc] [misc/shell.c]
7355         Modified size of "About" dialog boxes.
7357 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
7359         * [if1632/Makefile.in][loader/builtin.c]
7360         crtdll.spec, ntdll.spec, wsock32.spec: new files.
7362         * [loader/pe_image.c]
7363         Fix error message if import by ordinal failed.
7365 ----------------------------------------------------------------------
7366 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7368         * [Makefile.in]
7369         Subdir memory is now also compiled for Winelib, in order to get
7370         the Win32 heap functions.
7372         * [if1632/Makefile.in]
7373         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
7374         DLL names > 8 characters.
7376         * [loader/builtin.c] (New file)
7377         Grouped all built-in DLLs code in a single file.
7379         * [memory/global.c]
7380         Use the Win32 heap code instead of malloc() to allocate linear
7381         memory. This will help test the heap code.
7383         * [memory/local.c]
7384         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
7386         * [tools/build.c] [if1632/relay.c]
7387         Removed 'id' directive in spec files. For relay debugging, the DLL
7388         entry point is now computed from the CS:IP entry point address.
7389         Added 'heap' directive to specifiy a local heap for the DLL. USER
7390         and GDI heap are now created this way.
7392         * [windows/class.c] [include/class.h]
7393         Changed the class structure to use pointers instead of handles.
7394         Changed Get/SetClassWord/Long to use a switch statement; this
7395         allows changing the layout of the CLASS structure.
7397         * [windows/win.c] [include/win.h]
7398         Use a CLASS * instead of a handle for the window class.
7400 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
7402         * [if1632/kernel32.spec] [memory/global.c]
7403           [win32/memory.c] [win32/process.c]
7404         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
7405         LocalLock,SetThreadAffinityMask: new relays.
7407         * [win32/cursoricon32.c]
7408         Return same handle if a cursor is loaded multiple times.
7410 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
7412         * [resources/sysres_Ko.rc]
7413         Added support for Korean [Ko] language.
7415 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
7417         * [objects/dc.c] [objects/font.c]
7418         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
7420         * [objects/metafile.c] [objects/dcvalues.c]
7421         Fixed broken SetTextAlign() on metafiles.
7423         * [objects/metafile.c]
7424         Delete objects in handle table at end of PlayMetaFile().
7426 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7428         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
7429         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
7430         [If it doesn't work for you, use -dll -ver and report it to me]
7432         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
7433           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
7434           [windows/graphics.c]
7435         Simple win32 functions, where we can just use the win16 counterpart.
7436         Misc. stubs. 
7438         * [misc/lstr.c]
7439         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
7441         * [misc/registry.c]
7442         Some alloclens were off by 1, one double fclose() fixed.
7443         Requesting value 0 of a key with no values returns an error 
7444         (should we always return a made up value NULL? what does win3.1?)
7446 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
7448         * [misc/shell.c]
7449         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
7450         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
7452         * [misc/user.c]
7453         Do extensive cleanup on application exit.
7455         * [windows/hook.c] [windows/win.c] [windows/class.c]
7456         Added miscellaneous cleanup routines.
7458         * [controls/menu.c]
7459         More efficient popup menu window handling.
7461 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
7463         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
7464         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
7466 ----------------------------------------------------------------------
7467 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
7469         * [resources/sysres_Fr.rc] [resources/TODO]
7470         Made changes for Choose_Color dialog.
7472 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7474         * [controls/button.c]
7475         Fixed test that got miscompiled by some old gcc versions.
7477         * [memory/local.c]
7478         Fixed the layout of handle tables so that moveable handle entries
7479         can be freed on LocalFree().
7480         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
7481         GetHeapSpaces().
7483         * [misc/main.c] [ANNOUNCE]
7484         Update the list of contributors. Please let me know if I forgot
7485         someone.
7487 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
7489         * [controls/edit.c] [controls/EDIT.TODO]
7490         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
7491         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
7492         Added WM_ENABLE implementation (gray text).
7493         Fixed buffer > 32767 bug.
7494         Fixed argument types / typecasting.
7495         Faster selection (re)drawing.
7497 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7499         * [misc/registry.c] [include/winreg.h]
7500         Changed savefile format again to human readable/editable
7501         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
7502         Has now global / local registry databases (including merging them).
7503         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
7504         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
7506         * [misc/comm.c]
7507         Allow " " as COMx: ... spec delimiter too.
7508         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
7509         remember the x).
7511 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7513         * [windows/mdi.c]
7514         Miscellaneous changes.
7516         * [windows/winpos.c] 
7517         Use BitBlt whenever possible in SetWindowPos.
7519         * [windows/painting.c]
7520         Fix incompatibilities with hrgnUpdate being 1.
7522 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
7524         * [misc/commdlg.c]
7525         Many bugfixes in ChooseColor dialog.
7526         Added a user defined dialog title in FileOpen-/FileSave- dialog.
7528         * [misc/commdlg.c][include/commdlg.h]
7529           [if1632/commdlg.spec][if1632/winprocs.spec]
7530         Introduced dialog-, callback- and enum- stub functions
7531         for ChooseFont dialog
7533 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
7535         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
7536         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
7537         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
7538         fixes.
7540         * [windows/winpos.c]
7541         Don't try to hide the window if it's already hidden.
7543         * [windows/message.c]
7544         Let MSG_PeekHardwareMsg fill the message queue with events if
7545         it's empty.
7547 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
7549         * [resources/sysres_It.rc]
7550         Updated to support the new CHOOSE_COLOR_DIALOG.
7552 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
7554         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
7555           [include/w32sys.h] [include/dlls.h]
7556           [misc/Makefile] [misc/w32sys.c]
7557         W32SYS.DLL partially implemented.
7559 ----------------------------------------------------------------------
7560 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7562         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
7563         Made the resource loading code always use the correct Windows
7564         layout for Winelib on other CPUs.
7566         * [include/module.h] [loader/module.c]
7567         Added self handle in NE_MODULE structure, so we can use a pointer
7568         instead of a handle.
7569         Added function MODULE_GetPtr() to validate a HMODULE.
7571         * [memory/heap.c]
7572         Implemented Win32 heap management.
7574         * [memory/selector.c]
7575         Fix selector limit for huge blocks.
7577 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
7579         * [objects/metafile.c]
7580         Fixed memcpy bug to allow memory based metafiles to work.
7582 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
7584         * [controls/edit.c] [controls/EDIT.TODO]
7585         Complete rewrite.  Everything changed: new features, new bugs.
7586         Main addition: WordWrap.
7588 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
7590         * [resources/sysres_It.rc]
7591         Fixed a few mistakes in the file and resized some of the controls.
7593 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
7595         * [misc/winsocket.c]
7596         Fixed broken #if defined that stopped unixware compiling.
7598         * [win32/resource.c]
7599         Added missing return to end of FindResource32.
7601 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7603         * [windows/keyboard.c] [windows/event.c]
7604         Fixed GetKeyState for mouse buttons.
7606         * [windows/message.c]
7607         WM_MOUSEACTIVATE wasn't sent in some cases.
7609 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
7611         * [objects/font.c]
7612         Match slightly bigger font if height negative.
7614 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
7616         * [multimedia/mmsystem.c]
7617         Changed read's to FILE_read's in mmsystem to fix mmio bug.
7619 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
7621         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
7622         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
7623         En-,De- resources. 
7624         As written in TODO: some national language support is needed here.
7626 ----------------------------------------------------------------------
7627 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7629         * [controls/button.c] [controls/static.c]
7630         Changes to use WND * wherever possible.
7632         * [debugger/dbg.y] [debugger/debug.l]
7633         Added 'info module' and 'walk module' commands.
7635         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
7636         Added assembly code generation to call from Wine into 32-bit code.
7637         Changed all 'call32' references in 'callfrom16' to avoid confusion
7638         with Win32 routines.
7640         * [include/callback.h]
7641         Added prototypes for 32-bit callbacks.
7643         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
7644         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
7645         now generated by the build program.
7647         * [include/module.h]
7648         Added extra info to NE_MODULE for Win32 modules to point to the PE
7649         module data.
7651         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
7652         Removed the wine_files list. The PE data for a module can now be
7653         accessed with the NE_WIN32_MODULE macro.
7655         * [loader/signal.c] [miscemu/instr.c]
7656         Don't start the BIOS timer at startup, but only after an access to
7657         the 0x40 segment.
7659         * [memory/local.c]
7660         Changed LOCAL_Lock() to return a 32-bit pointer.
7662         * [misc/main.c] [include/dlls.h]
7663         Some built-in DLLs (like KERNEL) can no longer be disabled from
7664         the command-line.
7665         
7666 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
7668         * [*/*]
7669         A lot of small changes to support SCO OpenServer 5.
7671 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
7673         * [controls/edit.c]
7674         Fixed GetKeyState() call to use 0x8000 convention.
7676         * [include/windows.h]
7677         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
7679 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
7681         * [if1632/except.S]
7682         Modified code to assemble on unixware.
7684 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
7686         * [objects/font.c]
7687         Implementation of a second font cache which will be updated
7688         dynamically.
7690 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
7692         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
7693           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
7694           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
7695           [resources/sysres_No.rc] [resources/TODO]
7696         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
7698 ----------------------------------------------------------------------
7699 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7701         * [tools/build.c]
7702         Changed BuildSpec32Files() to generate assembly instead of C code.
7703         Unified -spec16 and -spec32 options; DLL type is now determined by
7704         the 'type' declaration in the .spec file.
7705         New -stdcall option to build all stdcall assembly relays.
7707         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
7708         Started to unify 16- and 32-bit builtin DLLs.
7710         * [loader/module.c]
7711         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
7713         * [loader/pe_image.c] [loader/resource.c]
7714         All modules now have a NE signature, and can be distinguished by
7715         the NE_FFLAGS_WIN32 flag.
7717         * [windows/alias.c]
7718         Aliases for built-in window procedures are now all created at
7719         startup in ALIAS_Init().
7721 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
7723         * [controls/combo.c]
7724         Limit rectangle to clear to size of item when painting combo, not
7725         default.  Only draw items in list when there is enough room for them.
7727         * [controls/listbox.c]
7728         Get the measure of every item that's added and store in the item's
7729         data structure.  Scroll listbox if mouse near edge of box.  Only
7730         draw items in list when there is enough room.
7732 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7734         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
7735           [windows/nonclient.c] [controls/menu.c] 
7736         Various changes for better keyboard handling. 
7738         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
7739         Proper keyboard message ordering, working GetKeyState() (finally!), 
7740         improvements in ToAscii().
7742         * [windows/win.c] [windows/message.c]
7743         Small improvements in WIN_FindWinToRepaint.
7745         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
7746         Put update region in WM_NCPAINT wParam.
7748         * [loader/task.c]
7749         Kill task timers when task is deleted, switch timers to the
7750         new queue in SetTaskQueue().
7752         * [loader/signal.c] [miscemu/dosmem.c]
7753         Added SIGALRM signal handler to increment BIOS clock. 
7755         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
7756         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
7757         MDI client.
7759         * [windows/winpos.c]
7760         Improvements in handling of owned popups. "Floating" toolboxes 
7761         work better now. 
7763 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
7765         * [misc/registry.c]
7766         New file, registry rewrite including win32 extensions
7767         - Unicode
7768         - multiple valus per key
7769         - different datatypes for values
7770         - multiple rootkeys
7771         - saving and loading in different registries.
7773         * [include/winreg.h]
7774         New file, definitions and structs for registry.
7776         * [include/winerror.h]
7777         Some new error defines added... there are more, someone please
7778         check a (real-)windows winerror.h.
7779         
7780         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
7781         Registry specs added.
7783         * [if1632/relay.c]
7784         Switch internal SHELL.DLL to default 'used'.
7786         * [win32/string32.c] [include/string32.h]
7787         Some new functions added.
7788         char should be unsigned char when converting to 16bit ints.
7790         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
7791         Removed old registry functions.
7793 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
7795         * [include/bitmaps/ocr_ibeam]
7796         Fixed the position of the hotspot.
7798         * [objects/text.c]
7799         Fixed a few bugs in TEXT_TabbedTextOut().
7801         * [windows/event.c]
7802         Fixed the order of the bits in the KeyStateTable.
7803         0x80 is the up/down-bit.  0x01 is the toggle bit.
7805         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
7806         Fixed the calls to GetKeyState().
7808 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
7810         * [resources/sysres_Fr.rc] [resources/TODO]
7811         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
7813 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
7815         * [resources/sysres_it.rc]
7816         Added support for Italian [It] language.
7818 ----------------------------------------------------------------------
7819 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7821         * [include/win.h] [windows/*.c]
7822         Replaced next, parent, child and owner handles by pointers in WND
7823         structure. This should improve performance, and should be
7824         reasonably safe since Microsoft did the same in Win95.
7826         * [include/wintypes.h] [*/*]
7827         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
7828         allows removing a lot of unnecessary casts and NPFMTs.
7830         * [windows/caret.c]
7831         Create the caret brush upon CreateCaret(); use the bitmap
7832         dimensions for the caret.
7833         Fixed CARET_DisplayCaret() to use PatBlt().
7835 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
7837         * [misc/winsocket.c]
7838         More sanity checks, fixup some erroneous return codes.
7840         * [documentation/winsock]
7841         Description of how compatible the winsock is currently.
7843 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
7845         * [library/winmain.c]
7846         Set `lpszCmdParam' by concatenating arguments.
7848         * [loader/module.c]
7849         WinExec: accept Unix commands, use Wine emulator.
7851 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
7853         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
7854         DeleteCriticalSection, EnterCriticalSection,
7855         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
7856         TlsFree, TlsGetValue, TlsSetValue: new functions.
7857         CRITICAL_SECTION: new structure.
7859         * [if1632/kernel32.spec][win32/code_page.c]
7860         WideCharToMultiByte: new function.
7862         * [if1632/kernel32.spec][win32/file.c]
7863         GetFileAttributesA: new function.
7865         * [if1632/kernel32.spec][misc/main.c]
7866         GetEnvironmentStringsW, FreeEnvironmentStringsA,
7867         FreeEnvironmentStringsW: new functions.
7868         
7869         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
7870         cursoricon32.c: new file.
7871         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
7872         to WIN32_*.
7873         LoadIconA, LoadIconW: modified implementation from LoadIconA32
7874         to WIN32_*.
7876         * [include/struct32.h]
7877         pragma pack inserted.
7878         CURSORICON32 structures added.
7880         * [include/winnls.h]
7881         Constants CP_* and WC_* added.
7883         * [loader/pe_image.c]
7884         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
7886 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
7888         * [misc/commdlg.c]
7889         Introduced hook function handling in file dialog.
7890         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
7892 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
7894         * [if1632/gdi32.spec]
7895         Added GetNearestColor.
7897         * [if1632/kernel32.spec]
7898         Added GlobalAddAtomA.
7900         * [win32/param32.c]
7901         Added stackframe.h to includes.
7902         WIN32_GlobalAddAtomA() - new function.
7904 ----------------------------------------------------------------------
7905 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7907         * [controls/edit.c]
7908         Removed calls to memmove (not portable).
7910         * [debugger/dbg.y] [debugger/debug.l]
7911         Prefixed all token with 't' to avoid conflicts with type
7912         definitions.
7913         Added 'walk queue', 'walk class' and 'info class' commands.
7915         * [debugger/info.c]
7916         Moved queue and window information functions to windows/queue.c
7917         and windows/win.c respectively.
7919         * [loader/signal.c]
7920         Added SIGHUP handling to force entry into built-in debugger.
7921         Cleaned up a bit.
7923         * [misc/spy.c]
7924         General cleanup and performance improvements.
7926         * [windows/class.c]
7927         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
7928         debugger.
7930         * [windows/event.c]
7931         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
7932         sure if this key combination is a good choice...
7934         * [windows/message.c] [windows/queue.c] (New file)
7935         Moved message queue handling functions to windows/queue.c.
7937 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
7939         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
7940         Implemented Win32 exception functions: RaiseException(),
7941         RtlUnwind(), SetUnhandledExceptionFilter() and
7942         UnhandledExceptionFilter().
7944 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
7946         * [controls/listbox.c] [include/listbox.h]
7947         Special handling for COMBOLBOX styles introduced via extension of
7948         HEADLIST structure: lphl->dwStyle.
7950 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
7952         * [controls/combo.c]
7953         Any mouse movement within a small distance (defined by CBLMM_EDGE)
7954         of the top or bottom edge causes the window to scroll.  Also moved 
7955         some assignments so the routine works correctly.
7957         * [controls/listbox.c]
7958         Changing selection in ListBoxSetCurSel now updates PrevFocused.
7959         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
7960         and sets the standard text height.
7962 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
7964         * [windows/dce.c]
7965         Fixed memory leak in DCE_ClipWindows().
7967 ----------------------------------------------------------------------
7968 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
7970         * [configure.in]
7971         Quote '[' and ']' in the test program for the strength-reduce
7972         bug. This should work much better...
7974         * [files/file.c]
7975         Augmented DOS_FILE structure. Most internal functions now return a
7976         DOS_FILE* instead of a Unix handle.
7977         Added a local file array to replace the PDB list upon startup, to
7978         allow using file I/O functions before the first task is created.
7979         Added FILE_SetDateTime() and FILE_Sync() functions.
7980         
7981         * [loader/module.c]
7982         Use the DOS file I/O functions in MODULE_LoadExeHeader().
7984         * [objects/bitblt.c]
7985         Use visible region instead of GC clip region to clip source
7986         area. This fixes the card drawing bug in freecell.
7988         * [objects/region.c]
7989         Fixed CombineRgn() to allow src and dest regions to be the same.
7991 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
7993         * [controls/EDIT.TODO]
7994         Updated so it reflects the current status.
7996         * [controls/edit.c]
7997         Implemented internal EDIT_WordBreakProc().
7998         Implemented ES_READONLY.
7999         Implemented WM_LBUTTONDBLCLK to select whole words.
8000         Fixed a lot of types in the function definitions.
8002 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8004         * [debugger/info.c]
8005         Added "walk window" command to walk window list. 
8007         * [windows/mdi.c]
8008         Added proper(?) WM_MDISETMENU message handling.
8010 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
8012         * [if1632/callback.c][if1632/relay32.c]
8013         RELAY32_CallWindowProcConvStruct: new function.
8015         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
8016         struct32.c: new file. Moved all structure conversions into that file
8017         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
8018         renamed to STRUCT32_POINT32to16, ...
8019         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
8020         POINT32, ...
8021         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
8022         CREATESTRUCT.
8024         * [include/windows.h][misc/exec.c]
8025         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
8026         WinHelp: Reimplemented. Thanks to Peter Balch
8027         (100710.2566@compuserve.com) for his valuable research.
8029         * [win32/winprocs.c]
8030         WIN32_CallWindowProcTo16: new function, call in
8031         USER32_DefWindowProcA,...
8033 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
8035         * [include/wintypes.h]
8036         Added "#define __export".
8038         * [objects/bitblt.c]
8039         Put in a few hacks to make bitblt-ing work when upside-down and/or
8040         mirrored.  BITBLT_StretchImage should really be checked over
8041         thoroughly.
8043         * [programs/progman/main.c]
8044         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
8046         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
8047         Eliminated shift/reduce conflict in style definition.
8048         Added crude error message support: "stdin:%d: parse error before '%s'".
8049         Implemented string table support to the best of my ability (it works
8050         with LoadString() calls).
8052         * [windows/nonclient.c]
8053         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
8054         bar of non-iconized window was clicked (checked for iconization).
8056 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
8058         * [if1632/lzexpand.spec] [if1632/relay.c]
8059           [include/lzexpand.h][misc/lzexpand.c]
8060         LZEXPAND.DLL added.
8062 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
8064         * [windows/win.c]
8065         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
8066         this prevents too early termination of EnumChildWindows().
8068 ----------------------------------------------------------------------
8069 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8071         * [controls/scroll.c]
8072         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
8073         current tracking window.
8075         * [files/file.c]
8076         Fixed two file descriptor leaks in FILE_OpenFile().
8078         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
8079           [tools/build.c]
8080         Replaced LOADEDFILEINFO structure by OFSTRUCT.
8082         * [memory/atom.c]
8083         Reload the pointer to the atom table in ATOM_GetTable() and
8084         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
8085         move in linear memory.
8087 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
8089         * [include/callback.h]
8090         Added support for CallWordBreakProc().
8092         * [controls/edit.c]
8093         New caret handling (really efficient / fast).
8094         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
8095         Fixed EM_SETFONT so it now also creates a proper new caret.
8097 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
8099         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
8100         Added WM_DELETE protocol to top-level windows.
8102         * [controls/scroll.c]
8103         Fixed a problem which caused slow scrolling to continue uncontrollably.
8105         * [misc/exec.c]
8106         Implemented ExitWindows().
8108         * [windows/win.c]
8109         Set top-level owned windows to be transient.
8111 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
8113         * [programs/progman/*]
8114         Added a program manager.
8116 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
8118         * [resources/sysres_Eo.c]
8119         Added support for Esperanto [Eo] language.
8121 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
8123         * [if1632/user32.spec]
8124         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
8126         * [win32/init.c]
8127         Added task.h to includes. GetModuleHandleA() - return hInstance
8128         if called with NULL parameter. Freecell needs this. NOTE this
8129         may indicate a problem with differentiation between hModule and
8130         hInstance within Wine.
8132         * [win32/resource.c]
8133         FindResource32() and LoadResource32() - Removed #if 0's around
8134         conversion from hInstance to hModule. See remarks above.
8136         * [win32/string32.c]
8137         WIN32_UniLen() - removed stray semicolon.
8139 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
8140         
8141         * [windows/caret.c]
8142         Set blink rate with call to GetProfileInt().
8144         * [rc/winerc.c]
8145         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
8146         instead of 0.  This seems to correspond to Borland's defaults, and
8147         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
8148         or "| NOT WS_VISIBLE" technique in the *.rc file.
8150         * [win32/time.c]
8151         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
8152         returned by gettimeofday() instead of making second call to
8153         time().  This eliminates clock jitter if the seconds change
8154         between the two calls (rare, but possible).
8156         * [include/wintypes.h]
8157         Added "#define _far" and "#define _pascal".
8159         * [windows/win.c]
8160         Added function GetDesktopHwnd().
8162         * [include/xmalloc.h]
8163         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
8164         have been removed from 'configure', and was causing redefinition
8165         warnings.
8167 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
8169         * [windows/winpos.c] 
8170         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
8171         to force a repaint when setting menu bars with different rows.
8173 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
8175         * [windows/syscolors.c] [controls/scroll.c]
8176         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
8178 ----------------------------------------------------------------------
8179 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8181         * [files/profile.c]
8182         Added \r when writing profile files, for DOS compatibility.
8184         * [memory/global.c]
8185         Fixed bug in GlobalReAlloc() that caused a discarded block not to
8186         be reallocated if its size was not changed.
8188         * [memory/selector.c]
8189         Avoid setting a valid LDT entry with base and limit set to 0, as
8190         this causes the kernel to clear the entry. This fixes a crash when
8191         exiting Windows program manager.
8193         * [objects/metafile.c]
8194         Removed call to creat() instead of _lcreat() for WINELIB.
8196 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
8198         * [if1632/gdi32.spec]
8199         GetTextExtentPointA now has win32 specific implementation.
8201         * [include/struct32.h]
8202         Define new structure tagSIZE32 and typedef SIZE32 to it.
8203         Define prototype for function PARAM32_SIZE16to32
8205         * [win32/param32.c]
8206         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
8208         * [win32/memory.c]
8209         Added missing file pointer parameter to fprintf.
8211 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
8213         * [windows/nonclient.c]
8214         Added more familiar icon activity, ie single click brings up
8215         system menu.
8217 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
8219         * [controls/menu.c]
8220         Added calls to HideCaret() and ShowCaret() from within
8221         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
8222         MENU_TrackKbdMenuBar().  Are there any more places where this
8223         should be done?
8225         * [controls/static.c]
8226         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
8227         the previous icon.  Added a new FIXME at the point where
8228         WM_SETTEXT is handled for a SS_ICON static control.
8230         * [misc/commdlg.c]
8231         Implemented FindText() and ReplaceText()
8232         Still missing : Templates and Hooks handling / error checking
8234         * [resources/sysres_En.c]
8235         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
8236         Languages other than En should update these too, though, as well
8237         as redimension the controls because some of the text doesn't fit.
8238         Created file resources/TODO to explain this.
8240         * [windows/caret.c]
8241         Re-written.  It now uses the correct R2_XORPEN.  It resets the
8242         blink timer on SetCaretPos().  It does its own hide/show scheme
8243         when SetCaretPos() is called (should be faster).
8245 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
8247         * [controls/listbox.c]
8248         Miscellaneous changes for better LBS_EXTENDEDSEL support.
8249         Removed several superfluous redrawals of item list.
8251         * [controls/scroll.c]
8252         WM_GETDLGCODE return value.
8254         * [windows/win.c]
8255         FlashWindow function.
8257         * [windows/painting.c] [windows/scroll.c]
8258         Added HideCaret/ShowCaret calls.
8260         * [objects/font.c]
8261         Added GetCharABCWidths stub.
8263         * [include/windows.h]
8264         "#define"s needed for changes mentioned above.
8266 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
8268         * [include/winsock.h]
8269         Change order of includes to get in_addr struct defined in time.
8270         (Note: Linux 1.3.66, libc 5.2.18)
8272         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
8273         Changed the -enhanced option into a -mode option, which can be
8274         either 'standard' or 'enhanced'. 'enhanced' is the default.
8276 ----------------------------------------------------------------------
8277 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
8279         * [controls/desktop.c]
8280         Look for the wallpaper file in the Windows directory.
8282         * [controls/menu.c]
8283         Fixed swapped parameters in SetMenuItemBitmaps().
8284         Create a separator in MENU_SetItemData() when the string is NULL.
8286         * [file/dosfs.c]
8287         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
8289         * [files/file.c]
8290         Added a DOS_FILE structure to store per-file information (not
8291         really used yet).
8292         Fixed _lread and _hread to check the size of the buffer before
8293         calling Unix read() to avoid EFAULT error.
8295         * [misc/exec.c]
8296         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
8298         * [miscemu/instr.c]
8299         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
8300         programs that poll the BIOS counter, provided they reload the
8301         selector on every read.
8303         * [miscemu/int21.c]
8304         Re-implemented FindFirst/FindNext for FCB calls.
8306         * [windows/message.c] [windows/winpos.c]
8307         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
8309         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
8310         Added a per-window WIN_MANAGED flag; only windows that have a
8311         dialog frame or a sizing border are managed.
8313 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
8315         * [if1632/Makefile.in]
8316         Added -g flag to compilation of .c files generated from *32.spec.
8318         * [if1632/gdi32.spec]
8319         Numerous additional functions implemented.
8321         * if1632/user32.spec]
8322         wsprintfA maps to vsprintf not wsprintf
8323         Numerous additional functions implemented.
8325         * [include/gdi.h] [objects/gdiobj.c]
8326         New #define MAGIC_DONTCARE added. This is used in
8327         GDI_GetObjPtr to enable getting a pointer to a GDI object of
8328         unknow type.
8330         * [win32/gdi32.c]
8331         New file.
8333         * [win32/param32.c]
8334         WIN32_MoveToEx() - handle NULL pointer argument.
8336         * [win32/user32.c]
8337         USER32_InvalidateRect - handle passing of a NULL pointer.
8338         USER32_SetTimer - New function.
8340         * [files/directory.c]
8341         Fixed DIR_Init() (off by one in allocation of space for
8342         environment variables).
8344         * [files/drive.c]
8345         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
8346         on FreeBSD).
8348 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
8350         * [controls/menu.c]
8351         Memory leak plugged.
8353         * [controls/edit.c]
8354         Erase space with function ExtTextOut(). This eliminates the use of
8355         xmalloc().  Memory leak in EDIT_WriteText plugged.
8357         * [debugger/db_disasm.c]
8358         Operand for scas now is di.
8360         * [files/profile.c]
8361         PROFILE_GetSection was copying too much data.
8362         PROFILE_GetSection now returns the correct value. It was returning
8363         the number of unused instead of used bytes.
8365         * [objects/dc.c]
8366         Corrected two typos in comments.
8368         * [objects/font.c]
8369         FONT_MatchFont didn't return if it couldn't find any font.
8371         * [objects/oembitmap.c]
8372         Free object only if it has been allocated.
8374         * [windows/scroll.c]
8375         Memory leak in ScrollDC plugged.
8377 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
8379         * [controls/edit.c]
8380         Implemented ES_NOHIDESEL style, shift+click selection,
8381         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
8382         (de)selection drawing.  Changed selection drawing to use correct
8383         system colors instead of inverting.  Fixed deleting or backspacing
8384         across a '\r\n' end of line pair.  Selection now anchors
8385         correctly. Fixed text leaking and extra garbage problem bug
8386         uncovered by change in class style in wine960131.
8388         * [controls/widgets.c]
8389         Class flags now match those of Windows.
8391 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
8393         * [controls/widgets.c]
8394         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
8396         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
8397         comctl32.spec ole32.spec winspool.spec: new files.
8398         RELAY32_Init: call initialization of new DLLs.
8399         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
8400         RELAY32_MakeFakeModule: new function.
8402         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
8403         Added Win95 functions. Ordinals now differ from both NT and Win95
8404         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
8405         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
8406         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
8407         new relays.
8409         * [if1632/shell32.spec]
8410         shell32.spec: renumbered all functions to take into account ordinals.
8411         These seem to be identical between NT and Win95.
8413         * [include/dialog.h][windows/dialog.c]
8414         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
8416         * [include/handle32.h]
8417         New handle types VRANGE, HEAP, HEAPITEM.
8419         * [include/pe_image.h][loader/pe_image.c]
8420         struct w_files: new field builtin.
8421         PE_FindExportedFunction: support ordinals.
8422         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
8423         fixup_imports: support ordinals.
8424         PE_LoadImage: prefer directories over segments.
8426         * [include/resource.h][win32/resource.c]
8427         FindResource32: changed parameter from LPCTSTR to LPCWSTR
8428                 check LANG_NEUTRAL if LANG_ENGLISH fails.
8429         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
8430                 disabled because it's broken.
8431         Casted to and from LPWSTR at various places.
8433         * [include/string32.h][win32/string32.c]
8434         Changed prototypes to take const arguments where appropriate.
8436         * [include/struct32.h]
8437         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
8439         * [tools/build.c]
8440         BuildSpec32Files: generate Base value into code, generate call to
8441         RELAY32_MakeFakeModule.
8442         
8443         * [win32/heap.c]
8444         This is still not finished and needs rework.
8445         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
8446         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
8447         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
8449         * [win32/memory.c]
8450         Support for VRANGE_OBJECT. This is not yet called from any place,
8451         and needs more platform specific support
8452         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
8453         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
8455         * [win32/user32.c]
8456         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
8457         names, as in dialogs.
8458         Implemented dialog functions (see user32.spec).
8460         * [windows/caret.c]
8461         CARET_Initialize: call RELAY32_GetBuiltinDLL.
8463 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
8465         * [controls/edit.c]
8466         Removed commented out #ifdefs for WINELIB.
8468         * [tools/makehtml.pl]
8469         Put in error checking when trying to open a file.
8471         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
8472         Added two new targets: hello4 and new.
8474         * [include/windows.h]
8475         Added definition of DEVMODE structure, although it's not yet used.
8476         Modified various API functions from CreateDC() to Escape(), in
8477         order to make them more compliant with the strict API definitions.
8479         * [include/wintypes.h]
8480         Added 'typedef char TCHAR'.  It probably should be defined as
8481         'short', but then we would have to support such characters.  Also did
8482         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
8483         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
8484         MFENUMPROC, and HGDIOBJ.
8486 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
8488         * [misc/commdlg.c]
8489         Patched a bug that occurred in the internal COMMDLG module for the
8490         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
8491         combobox is now handled correctly.
8493 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
8495         * [resources/sysres_Cz.rc]
8496         Added support for Czech [Cz] language.
8498 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
8500         * [objects/font.c]
8501         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
8502         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
8503         is -1, assume 0.
8504         CreateFontIndirect : if font parameter is NULL, issue an error message.
8505         CreateFont : null-terminate lfFaceName.
8506         ParseFontParms : debug code turned off : too verbose.
8507         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
8509         * [objects/color.c]
8510         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
8512 --------------------------------------------------------------------
8513 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
8515         * [configure.in]
8516         Added --with-dll option to build libwine.so.
8518         * [controls/listbox.c]
8519         Fixed ListBoxDirectory(), DlgDirSelect() and
8520         DlgDirList(). Hopefully their behavior is correct now.
8522         * [controls/menu.c]
8523         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
8524         ModifyMenu() for the item data, to avoid corrupting the pointer
8525         for owner-drawn items.
8527         * [controls/static.c]
8528         Attempt to load OEM icons for SS_ICON controls. Probably not
8529         entirely correct.
8530         Don't clip the text output.
8532         * [files/directory.c]
8533         Add temp dir and Windows dir to environment.
8535         * [files/dos_fs.c]
8536         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
8537         Cache last used directory in DOSFS_FindNext() to avoid quadratic
8538         search time.
8540         * [files/drive.c]
8541         New format for drives configuration in wine.conf; allows
8542         specifying the type, label and serial number of a drive.
8544         * [files/file.c]
8545         New function FILE_OpenUnixFile to make sure we don't open a
8546         directory instead of a file.
8547         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
8549         * [files/profile.c]
8550         Rewrote profile handling. Should be closer to Windows behavior now.
8551         New function PROFILE_GetWineIniString() to get a string from wine.conf.
8552         Support environment variables in wine.conf.
8554         * [loader/task.c]
8555         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
8556         corruption.
8558         * [memory/global.c]
8559         Create a discarded block on GlobalAlloc() if the size is 0; thanks
8560         to John Harvey for noticing this.
8562         * [memory/local.c]
8563         LOCAL_GetHeap: make sure the pointer is valid before checking
8564         magic number.
8566         * [misc/main.c]
8567         Moved profile and registry saving to ExitWindows(), so we don't
8568         try to save them in case of a crash.
8570         * [miscemu/int21.c]
8571         INT21_GetFreeDiskSpace: try to compute the cluster size from the
8572         filesystem size instead of hard-coding it to 64.
8573         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
8574         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
8576         * [windows/message.c]
8577         Fixed bug in linked-list handling in MSG_DeleteQueue().
8578         Simplified SetMessageQueue().
8580         * [wine.ini] [wine.man]
8581         Updated for new drives configuration format.
8583 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
8585         * [controls/edit.c]
8586         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
8587         EM_GETPASSWORDCHAR messages.
8589         * [controls/widgets.c]
8590         Adjusted class creation flags to better match values Windows uses.
8592         * [include/windows.h]
8593         Fixed ES_NOHIDESEL typo.
8595         * [loader/ne_image.c]
8596         Added detection for zero offset in RADDR fixups. Quicken
8597         was in an infinite loop here.
8599 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
8601         * [files/dos_fs.c]
8602         Bugfix: range error in month value (0..11 set to 1..12).
8604         * [windows/caret.c]
8605         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
8606         appearance of the caret.
8608         * [windows/mdi.c] [include/mdi.h]
8609         Changed MDITile(): added a new parameter WORD wParam for
8610         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
8611         used in Win3.1
8613 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
8615         * [miscemu/int2f.c]
8616         Added a small bit of MSCDEX emulation.
8618         * [windows/alias.c]
8619         ALIAS_RegisterAlias was returning the hash value when it should
8620         have been returning the record number.
8621         
8622 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
8624         * [include/shell.h] [include/wintypes.h]
8625         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
8626         Declared FONTENUMPROC in wintypes.h.
8628         * [include/windows.h]
8629         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
8630         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
8631         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
8632         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
8633         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
8634         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
8635         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
8636         and wsprintf().
8638         * [tools/makehtml.pl] [documentation/apiw.index]
8639         New files that scan windows.h, commdlg.h, and toolhelp.h and output
8640         an HTML sorted list with optional links to www.willows.com and a
8641         tally of unimplemented APIW functions.
8643         * [objects/cursoricon.c]
8644         Added Win32 versions of CopyIcon() and CopyCursor() for use in
8645         libwine.
8647         * [win32/resource.c] [win32/winprocs.c]
8648         Added '#include "libres.h"' and explicit declarations of windows
8649         procs in order to avoid warnings.
8651         * [windows/utility.c]
8652         Added Win32 version of MulDiv() for libwine.
8654         * [*/*] [include/windows.h]
8655         Changed several function declarations to comply more strictly to
8656         the windows API (without, hopefully, altering their functionality).
8658         * [controls/menu.c]
8659         Made the return value of CheckMenuItem be the previous state of
8660         the menu item if it was found, otherwise -1 as specified in the
8661         SDK. This conflicts with the APIW specification, which says it
8662         should return TRUE if successful, otherwise FALSE.
8664         * [include/windows.h]
8665         Added obsolete WM_SIZE message wParam names for compatibility.
8666         Added WinHelp() command constants, even though they are not yet
8667         supported.
8669         * [rc/winerc.c]
8670         Tidied up transform_binary_file().  In argument checking, flattened
8671         any invalid characters specified with the prefix argument.
8673         * [library/libres.c]
8674         Made FindResource() case-insensitive when parameter 'name' is a string.
8676 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
8678         * [files/drive.c]
8679         If root "/" is given in wine.conf, use it as last resort.
8681         * [files/file.c]
8682         Report ER_AccessDenied it disk ist not writable
8683         More Debug Output
8685         * [miscemu/int21.c]
8686         Squeezed some bugs in ExtendedOpenCreateFile
8687         
8688         * [windows/winpos.c]
8689         Some windows may not be moved or resized. We are missing some
8690         structures to be exact, but the approach should help in some cases
8691         and make things worse in much fewer.
8693 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
8695         * [loader/pe_image.c]
8696         fixup_imports: Find builtins for Borland style entries, too
8698 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
8700         * [controls/menu.c]
8701         LoadMenu: branch to Win32 for PE modules
8703         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
8704         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
8705         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
8706         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
8707         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
8708         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
8709         to convert parameters or naming convention
8711         * [include/kernel32.h][include/wintypes.h]
8712         moved WCHAR, defined LPWSTR
8714         * [include/string32.h][win32/string32.c][include/struct32.h]
8715         New files
8717         * [loader/module.h]
8718         LoadModule: exit after returning from PE_LoadModule
8720         * [loader/pe_image.c]
8721         my_wcstombs: isascii does not work on Linux for Unicode
8722         PE_LoadImage: Handle directories
8724         * [misc/user32.c]
8725         USER32_RECT32to16, USER32_RECT16to32: new functions
8726         implemented new user32 relays
8728         * [misc/newfns.c]
8729         WIN32_WinHelpA: new function
8731         * [win32/param32.c]
8732         New file
8734         * [win32/resource.c]
8735         GetResDirEntry: added support for named entries
8736         WIN32_LoadAcceleratorsW: invoke *32 resource functions
8737         WIN32_LoadBitmapA: convert name to unicode if appropriate
8738         WIN32_ParseMenu: new function
8739         implemented new resource functions from user32.spec
8741 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
8743         * [objects/cursoricon.c]
8744         GetIconId() and LoadIconHandler() functions.
8746         * [windows/mdi.c]
8747         Better maximization support, TranslateMDISysAccel() function, 
8748         misc improvements.
8750         * [windows/defwnd.c]
8751         Fix for WM_WINDOWPOSCHANGED message handler.
8753         * [windows/winpos.c]
8754         Rewrote WindowFromPoint() function.
8756 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
8758         * [include/toolhelp.h] [misc/toolhelp.c]
8759         Added Notify(Un)Register, but no callbacks yet.
8761 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
8763         * [Makefile.in]
8764         Added target for libwine.so.1.0.
8766         * [library/winmain.c]
8767         For WINELIBDLL, _WinMain just returns hInstance instead of calling
8768         WinMain().
8770         * [misc/main.c]
8771         For WINELIBDLL, renamed main() to _wine_main() for calling from the
8772         stub main function.
8774         * [library/winestub.c] (new file)
8775         Provides a stub main() function for using libwine.so.
8777 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
8779         * [winsocket.c]
8780         Fix EPERM problem.
8782         * [global.c]
8783         Attempt to do some sanity checking in MemManInfo().
8785         * [Changelog]
8786         Fix changelog oversight for previous entry.
8788 ---------------------------------------------------------------------
8789 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
8791         * [configure.in]
8792         Added check for gcc strength-reduce bug.
8794         * [controls/listbox.c]
8795         Changed ListBoxDirectory() to use the new DOS file functions.
8797         * [controls/menu.c]
8798         Fixed parameters for DeleteMenu() call in ChangeMenu().
8800         * [debugger/stack.c]
8801         Also display current frame in back-trace.
8803         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
8804         Complete rewrite of the DOS file handling.
8805         Implemented per-task file handles.
8806         Removed default Z: drive; needs to be put explicitely in wine.ini
8807         if desired.
8809         * [loader/module.c]
8810         Fixed file descriptor leak in LoadModule().
8812         * [loader/task.c]
8813         Initialise PDB file handle table in TASK_CreateTask().
8814         Close file handles on task termination.
8815         Implemented SetErrorMode().
8817         * [misc/network.c]
8818         Fixed WNetGetConnection() to use GetDriveType().
8820         * [misc/xmalloc.c]
8821         Added function xstrdup().
8823         * [miscemu/int21.c]
8824         Many changes for new DOS file functions.
8826         * [miscemu/interrupts.c]
8827         Moved DOS_GetEquipment() function into INT_Int11Handler().
8829         * [windows/win.c]
8830         Bug fix: create system menu before sending WM_NCCREATE.
8832         * [*/*.c]
8833         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
8834         better portability.
8836 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
8838         * [include/wintypes.h]
8839         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
8840         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
8841         it should suffice.
8843         * [include/winsock.h]
8844         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
8845         out some old style internet address #define's.
8847         * [loader/task.c]
8848         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
8849         Made FreeProcInstance() do nothing #ifdef WINELIB32.
8850         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
8852         * [library/miscstubs.c]
8853         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
8854         with name="ActivateAppProc".  This hardly seems correct, but it's my
8855         best guess as to how the emulator responds.
8857 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
8859         * [if1632/kernel32.spec][win32/process.c]
8860         WIN32_GetProcAddress, LoadLibraryA: new functions
8862         * [if1632/relay32.c]
8863         RELAY32_GetEntryPoint: Removed code to load PE DLLs
8865         * [include/pe_image.h][include/pe_exe.h]
8866         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
8867         struct PE_Reloc_Block: new structure
8869         * [loader/module.c]
8870         MODULE_RegisterModule: new function
8872         * [loader/pe_image.c]
8873         PE_FindExportedFunction,PE_GetProcAddress: new functions
8874         fixup_imports: expect struct w_files* now, fill dlls_to_init,
8875                        load PE DLLs
8876         do_relocations: new functions
8877         calc_vma_size: renamed from dump_table
8878         PE_LoadImage: use malloc to allocate memory for image
8879         PE_InitDLL: expect HMODULE
8880         PE_InitializeDLLs: new function
8882         * [loader/task.c]
8883         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
8884         GetExePtr: Accept PE modules
8886         * [misc/commdlg.c]
8887         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
8889 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
8891         * [misc/port.c]
8892         New file with usleep() function for SVR4.
8894         * [configure.in]
8895         Check for usleep() function.
8897 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
8899         * [if1632/toolhelp.spec] [include/toolhelp.h]
8900           [misc/user.c] [windows/message.c]
8901         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
8903         * [winsocket.c]
8904         Fixed ENOENT error.
8906         * [miscemu/dpmi.c]
8907         Implement DPMI Get Page Size (AX=0604, INT 31)
8909         * [memory/global.c]
8910         Implement TOOLHELP.72 GetMemManInfo.
8912 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
8914         * [if1632/callback.c]
8915         CallWindowProc() - When calling RELAY32_CallWindowProc, check
8916         whether lParam should be a SEGPTR, and if so convert it to one.
8918         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
8919         Numerous functions added, mostly calls to original (win16)
8920         functions.  Note that some (many) of these are probably not
8921         strictly correct, but with these additions freecell will at least
8922         display its main window though it is garbled.
8924         * [if1632/winprocs.spec]
8925         Completely rewritten - all WndProcs now have win32 versions to
8926         help with the lparam SEGPTR fix in callback.c
8928         * [include/kernel32.h]
8929         LPTCSTR defined.
8931         * [include/peexe.h]
8932         Definition of PE_Export_Directory amended.
8934         * [include/resource32.h]
8935         New file.
8937         * [include/stackframe.h]
8938         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
8939         prototype for replacement function in memory/selector.c which
8940         can operate on any given memory address. This is currently
8941         required for win32 support. It is a dreadful cludge, and will
8942         certainly slow down other programs. If you are not interested
8943         in win32 development you may wish to reverse this patch.
8945         * [include/windows.h]
8946         Definition of SW_SHOWDEFAULT added.
8948         * [loader/pe_image.c]
8949         Extensive rewrites of xmmap() fixup_imports().
8950         PE_LoadImage() - initialisation of bss added, extraction of
8951         module name fixed, initialisation of DLL added.
8952         PE_InitDLL() - now does something.
8953         PE_Win32CallToStart() - initialisation of TEB pointed to by
8954         fs added.
8955         PE_InitTEB() created to perform TEB initialisation.
8957         * [memory/selector.c] 
8958         New function MAKE_SEGPTR() - see include/stackframe.h above.
8960         * [misc/user32.c]
8961         USER32_RegisterClassA(), CreateWindowExA() memory allocation
8962         method changed. This is probably now unnecessary with the
8963         new MAKE_SEGPTR handling code.
8964         USER32_DefWndProcA() removed to win32/winprocs.c
8965         USER32_TranslateMessage added.
8967         * [tools/build.c]
8968         handling of win32 spec files changed to support gcc2.6.X
8969         this requires optimisations to be disabled.
8971         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
8972         New files.
8974         * [win32/Makefile.in]
8975         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
8977         * [win32/file.c]
8978         New function W32_SetHandleCount.
8980         * [win32/init.c]
8981         WIN32_GetModuleHandle() - now returns handle of running process
8982         if called with NULL.
8983         GetStartupInfoA() - set cbReserved2 to 0.
8985         * [win32/memory.c]
8986         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
8987         it work with FreeBSD. Also check for return value. Removed extra
8988         return.
8990         * [windows/winpos.c]
8991         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
8993 ----------------------------------------------------------------------
8994 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
8996         * [configure.in] [Makefile.in] [tools/install-sh]
8997         New 'install' target installs Wine binary, library and man page.
8998         Library is now more logically named libwine.a.
8999         Split toolkit/ directory into library (for library code) and
9000         libtest (for test programs).
9002         * [controls/edit.c]
9003         Quick hack to partially support EM_PASSWORD style (avoids
9004         displaying your passwords on the screen when testing programs...)
9006         * [configure.in] [controls/menu.c] [include/resource.h]
9007           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
9008         Language is now a run-time option (wine -language xx).
9010         * [debugger/dbg.y]
9011         Dump some more debugging info on crash.
9013         * [misc/profile.c]
9014         Only consider ';' as a comment if it's the first non-blank
9015         character on the line.
9017         * [miscemu/dpmi.c]
9018         More debugging info for real-mode callback.
9020         * [objects/gdiobj.c]
9021         Rewrote EnumObjects() to do the Right Thing.
9023         * [resources/sysres*]
9024         New directory containing system resources.
9026 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
9028         * [win32/file.c] [win32/memory.c]
9029         Unixware doesn't have MAP_ANON ifdefed out for now.
9031         * [misc/dos_fs.c]
9032         DOS_GetDosFileName didn't truncate paths starting ./ properly.
9034         * [tools/build.c]
9035         Produces assembly code that works with the unixware assembler.
9037 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
9039         * [miscemu/instr.c]
9040         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
9042         * [misc/dos_fs.c]
9043         DOS_readdir should always return directories, even if they don't
9044         match the file name mask.
9046 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
9047         
9048         * [misc/exec.c]
9049         Give arguments to winhelp.
9051         * [miscemu/int21.c]
9052         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
9053         Created function ExtendedOpenCreateFile.
9054         Give for some Windows95 interrupts the return value 'not
9055         implemented'.
9057 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
9059         * [include/kernel32.h] [include/windows.h]
9060         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
9061         include/kernel32.h to include/windows.h and declared the new Win32
9062         API functions Sleep(), GetLocalTime(), and GetSystemTime().
9063         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
9065         * [rc/rc (new file)]
9066         Created the shell script 'rc', which should simplify resource
9067         compilation.
9069         * [win32/environment.c]
9070         Kludged around an undefined reference to wine_files.  This change
9071         should be fixed some time.
9073         * [win32/time.c] [if1632/kernel32.spec]
9074         Added the functions GetSystemTime(), and Sleep().
9076         * [miscemu/int21.c]
9077         Renamed static function GetSystemTime to INT21_GetSystemTime to
9078         avoid conflicts with the API function of the same name.
9080         * [include/wintypes.h]
9081         Added the SPFMT definition for printf statements.
9083         * [misc/shell.c] [include/shell.h]
9084         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
9085         with the ones in include/winerror.h.  They should probably use the
9086         versions in winerror.h, but I'm not certain, and that can be done
9087         later.
9089         * [windows/mdi.c]
9090         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
9091         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
9092         (boolean) was discarded with this translation.  Translated handler
9093         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
9094         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
9095         false, call DrawMenuBar() if desired).
9097         * [*/*]
9098         General explicit casts and more rigid typing to remove warnings.
9100         * [include/winpos.h] [windows/winpos.c]
9101         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
9103         * [include/commdlg.h] [misc/commdlg.c]
9104         Added prototypes for ChooseColor(), CommDlgExtendedError(),
9105         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
9106         PrintDlg, and ReplaceText().
9107         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
9108         Made GetFileTitle return a short, as per the API definition.
9110         * [Makefile.in]
9111         Added line to clean and distclean that removes temporaries from
9112         the include directory.
9114 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
9116         * [controls/edit.c]
9117         Almost rewrote EDIT_GetLineMsg.
9119 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <ataylor@cadvision.com>
9121         * [windows/mdi.c]
9122         Fixed MDITile() bug that occurs when 0 windows are present or all
9123         windows are minimized.
9125 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
9127         * [misc/profile.c]
9128         Try harder to find files, especially in the working directory.
9129         Look in $HOME/.wine too and create it there if it isn't found.
9131 ----------------------------------------------------------------------
9132 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9134         * [misc/lstr.c]
9135         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
9136         they do the same job.
9138         * [tools/build.c]
9139         Fixed __attribute__((stdcall)) to make it compile with gcc
9140         versions under 2.7. Doesn't mean it will run OK though...
9142 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
9144         * [include/kernel32.h] [include/winerror.h]
9145         Added file attribute definitions and more error codes.
9147         * [win32/error.c]
9148         Added some rudimentary errno-to-Win32 error conversion
9149         code.
9151         * [win32/file.c]
9152         Added to GetFileInformationByHandle, filled in some known
9153         error codes, and switched to dprintf_win32.
9155         * [win32/time.c]
9156         Added GetLocalTime.
9158 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
9160         * [controls/combo.c]
9161         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
9162         LRESULT _(HWND,WPARAM,LPARAM) where needed.
9164         * [include/libres.h]
9165         Restructured libres prototypes to closer match the windows API.
9167         * [include/windows.h]
9168         Changed several API prototypes' parameter types from 'short' to INT,
9169         which is #defined as short in the emulator, but is a normal int in
9170         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
9171         (This creates a lot of warnings at library-compile time, but less
9172         warnings at app-compile time.  I'll remove the warnings soon.)
9174         * [loader/resource.c]
9175         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
9176         various implementations of the LIBRES_* API functions.
9178         * [loader/signal.c]
9179         Deleted local 'i' from win_fault(), since it was unused.
9181         * [objects/bitblt.c]
9182         Mirrored changes to include/windows.h mentioned above.
9184         * [toolkit/hello3.c]
9185         Changed LoadMenuIndirect() call to LoadMenu() to test the new
9186         resource registration technique.
9188         * [toolkit/libres.c]
9189         Removed definition of 'struct resource' and fixed bugs in the resource
9190         implementation.  Implemented LIBRES_FindResource.
9192         * [windows/graphics.c]
9193         Mirrored changes to include/windows.h mentioned above.
9195 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
9197         * [controls/edit.c]
9198         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
9200         * [controls/listbox.c]
9201         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
9203         * [include/listbox.h]
9204         change HeapSel from WORD to HANDLE
9206         * [include/resource.h][rc/winerc.c]
9207         struct ResourceTable: removed
9208         struct resource: moved to header file
9209         autoregister resources if supported by compiler
9211         * [memory/local.h]
9212         LOCAL_GetHeap: expect HANDLE rather than WORD
9213         
9214         * [toolkit/Makefile.in]
9215         Add ALLCFLAGS to make hello3
9217         * [toolkit/heap.c]
9218         LocalFree, HEAP_Free: handle 0 parameter gracefully
9220 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
9222         * [misc/winsocket.c]
9223         Fixed the msgsnd and msgrcv errors that winsock programs get.
9225 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
9226         
9227         * [if1632/kernel.spec]
9228         Fixed _hread and _hwrite return type
9230         * [if1632/relay32.c] [loader/pe_image.c]
9231         Hacked loading of PE-dll's in
9233         * [win32/advapi.c]
9234         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
9236         * [win32/file.c]
9237         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
9239         * [win32/process.c]
9240         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
9241         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
9242         
9243 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9245         * [include/wine.h] [misc/lstr.c]
9246         Define wine_strncpy(). This function does not pad the buffer with 
9247         zeroes like GNU strncpy(), which might break some Windows programs
9248         that pass bogus size arguments.
9250         * [loader/module.c]: GetModuleFileName(),
9251         [misc/commdlg.c]: GetFileTitle(),
9252         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
9253         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
9254         [multimedia/mmsystem.c], [objects/font.c]:
9255         Use wine_strncpy() where strings are returned to Windows programs.
9256         
9257         * [objects/metafile.c]
9258         PlayMetafile(): Clear the handle table before using it.
9260         * [misc/shell.c] [misc/main.c]
9261         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
9262         
9263         * [misc/profile.c]
9264         load(): Need to handle comments.
9265         
9266         * [toolkit/libres.c]
9267         Make it compile.
9268         
9269         * [windows/nonclient.c]
9270         Use MAKE_SEGPTR macro in two places where a user heap block used
9271         to be allocated instead.
9273 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
9275         * [windows/winpos.c]
9276         In function SetWindowPos: do not redraw the parent of
9277         a window if the specified window is placed on the top.
9278         This avoids that ShowWindow(hwnd,1) hides hwnd instead
9279         of showing it.
9281 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
9283         * [windows/scroll.c]
9284         Now it can scroll children along with the client region of parent 
9285         window. Tried to optimize update region calculation. 
9287         * [windows/mdi.c]
9288         ScrollChildren function, more other features added. Basically
9289         a rewrite.
9291         * [windows/winpos.c] [windows/focus.c]
9292         Reimplemented window activation and focus handling.
9294         * [windows/nonclient.c]
9295         Added new flag WIN_NCACTIVATED.
9297         * [windows/message.c] [loader/task.c]
9298         Small changes (to maintain linked list of message queues).
9300 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
9302         * [include/options.h] [misc/main.c] [windows/defwnd.c]
9303           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
9304         Implemented a -managed option to replace the standard Windows
9305         frame of top-level windows with the window manager's decorations.
9306         If a top-level window makes its own frame, this will still show
9307         up, inside the window manager decorations (I believe ctl3dv2.dll
9308         would do this, although I can't test this).
9310 ----------------------------------------------------------------------
9311 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9313         * [configure.in] [Makefile] [misc/dos_fs.c]
9314         Got rid of autoconf.h file.
9316         * [debugger/dbg.y]
9317         More logical behavior upon syntax errors.
9319         * [include/hook.h] [windows/hook.c]
9320         Changed hook structure and rewrote most of the hook functions for
9321         better compatibility, based on investigations by Alex Korobka.
9323         * [include/message.h] [windows/message.c]
9324         Added hooks to message queue structure and made the structure
9325         layout Windows-compatible.
9326         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
9327         WH_JOURNALRECORD hooks.
9329         * [misc/main.c]
9330         Added command-line option for changing the language at run-time
9331         (not implemented yet), based on a suggestion from Michael Patra.
9333         * [objects/cursoricon.c]
9334         Fixed silly SEGPTR bug in DumpIcon().
9336 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
9338         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
9339         Partial implementaion of LBS_EXTENDEDSEL style,
9340         yet more updates for drag & drop support. Now works.
9342         * [windows/defwnd.c]
9343         More message handlers.
9345         * [windows/win.c]
9346         DragObject, DragDetect, AnyPopup functions. 
9348         * [controls/listbox.c]
9349         More kludgy fixes (WM_...TOITEM, etc.).
9351         * [objects/cursoricon.c] [objects/oembitmap.c]
9352         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
9353         cursor.
9355         * [include/bitmaps/ocr*]
9356         New OEM cursors.
9358 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
9360         * [toolkit/heap.c]
9361         Swapped flags and size arguments to LocalRealloc as per changes in
9362         memory/local.c by William Magro in previous release.
9364         * [include/wintypes.h]
9365         Reinstated the #define's for 'min' and 'max', since they're part of
9366         the Windows API.  I really don't think it's a wise idea, so I put
9367         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
9368         WINE code should never use these (it should use 'MIN' and 'MAX'
9369         instead).
9371         * [loader/*]
9372         Put '#ifndef WINELIB' around many things that WINElib should not need.
9374         * [controls/edit.c]
9375         Took out many '#if defined(WINELIB)' sections with the associated
9376         comment 'temporary fix, until Local memory is correctly implemented in
9377         WINELIB', since the effective translations are now in 
9378         toolkit/miscstubs.c.
9379         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
9380         file fixed (or at least postponed) the bug I had encountered.
9382         * [loader/task.c]
9383         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
9384         C:  This will probably cause a lot of trouble if this change is
9385         forgotten in the future, but it will let things like the OpenFileName
9386         dialog work for now.
9388         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
9389           [include/libres.h]
9390         Made new libres.c file, which will contain functions for supporting
9391         accessing resources by name in WINElib.  'winerc' will need to be
9392         changed.
9394         * [toolkit/heap.c]
9395         Refined memory routines to allow for differences between LocalAlloc
9396         and GlobalAlloc and between LocalSize and GlobalSize.
9398         * [windows/message.c] [include/windows.h]
9399         Defined the GetCurrentTime routine in windows/message.c, and removed
9400         the #define in windows.h.
9402 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
9404         * [*/*]
9405         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
9407         * [loader/module.c]
9408         Added undocumented GetExpWinVer.
9410         * [tools/build.c]
9411         Previous code didn't pop possibly changed %esi, %edi and %edx
9412         from the stack.
9413         
9414         * [win32/advapi.c]
9415         Added GetUserNameA.
9417         * [win32/code_page.c]
9418         Added stub for MultiByteToWideChar.
9420         * [win32/console.c]
9421         Added SetConsoleCtrlHandler stub.
9423         * [win32/file.c]
9424         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
9425         Added CloseHandle.
9427         * [win32/memory.c]
9428         Changed VirtualAlloc and VirtualFree.
9430         * [win32/process.c]
9431         Added ExitProcess.
9433 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9435         * [include/windows.h]
9436         Fixed a few broken structure definitions.
9438         * [loader/resource.c]
9439         FindResource(): Need to check for '#xxx' strings here.
9441         * [miscemu/int21.c]
9442         FindNext(): Return MS-DOS filenames uppercase.
9444         * [objects/cursoricon.c]
9445         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
9446         initializers.
9447         
9448         * [misc/file.c]
9449         _lopen(): Files opened in OF_WRITE mode are truncated.
9450         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
9451         created; use read/write mode.
9452         
9453         * [misc/profile.c]
9454         load(): Rewritten.
9455         
9456         * [misc/commdlg.c]
9457         Fixed bad call to strncpy() that smashed the stack.
9459         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
9460         Operator precedence fixes. People who use gcc 2.7.1 don't need a
9461         debugger :-)
9462         
9463         * [if1632/gdi.spec] [objects/palette.c]
9464         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
9465         but sometimes that's good enough.
9467 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
9469         * [include/wine.h] [include/registers.h] [include/winsock.h]
9470         Added definitions for Unixware.
9472         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
9473         Misc. fixes for Unixware.
9475         * [loader/task.c]
9476         Made assignemts to context in InitTask for registers use the macros
9477         from registers.h to make them more portable. (Needed for Unixware)
9479         * [tools/build.c]
9480         Fixed register acces routines to work on Unixware. Bit grubby but
9481         it seems to work.
9483         * [controls/edit.c]
9484         EDIT_WM_NCCreate allocates local heap if hasn't been previously
9485         allocated.
9486         
9487         * [miscemu/int21.c]
9488         mkdir now creates directory with permission to access it.
9490         * [misc/dos_fs.c]
9491         mkdir now creates directory with permission to access it.
9492         DOS_opendir now uses linked list of dirents to avoid problems with 
9493         realloc changing address of malloced memory.
9495 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
9497         * [controls/menu.c]
9498         MENU_CalcItemSize(): Fixed handling of empty menu items.
9500 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
9502         * [misc/file.c]
9503         In OpenFile, unlink should be done on the unix filename.
9505 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
9507         * [include/handle32.h]
9508         New header file containing internal Win32 kernel handle
9509         information.
9511         * [win32/file.c]
9512         Added ReadFile, CreateFile, and CloseFileHandle, and did
9513         some reorganizing to match the new handle allocation scheme.
9515         * [win32/init.c]
9516         Added CloseHandle and the creation of standard I/O handles.
9518         * [win32/object_mgt.c]
9519         New module for allocating and freeing Win32 kernel handles.
9521 ----------------------------------------------------------------------
9522 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9524         * [configure.in]
9525         Attempt to check for -li386 on NetBSD. Please test this.
9527 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
9529         * [*/*]
9530         Eliminated various warnings with either explicit casts or more
9531         accurate variable/parameter declarations (e.g. INT instead of short
9532         or WORD).
9533         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
9534         macros.
9536         * [controls/edit.c] [windows/defdlg.c]
9537         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
9538         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
9539         DEFDLG_FindDefButton to avoid warnings.
9541         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
9542           [windows/message.c] [windows/nonclient.c]
9543         Converted MAKEPOINT macro call to manual conversion.
9545         * [include/windows.h]
9546         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
9547         instead of INT.  This also invalidates the macro MAKEPOINT(), which
9548         is not supported in Win32.  Also defined the POINTS structure (SHORT
9549         members) and the MAKEPOINTS macro.
9551         * [misc/commdlg.c]
9552         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
9553         find this memory bug, and this should be done anyway.
9555         * [controls/edit.c]
9556         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
9557         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
9558         it's better than bizzare memory troubles.
9560         * [toolkit/miscstubs.c]
9561         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
9562         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
9563         their current implementation seems fine.
9565 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
9567         * [objects/cursoricon.c]
9568         Fix for "broken" X servers that invert masked cursor colors.
9570 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
9572         * [windows/dialog.c] [windows/nonclient.c]
9573         Remove unnecessary items from the system menu.
9575 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
9577         * [objects/color.c] [objects/palette.c]
9578         Make GetNearestColor return a RGB value instead of a pixel value.
9580 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
9582         * [controls/desktop.c][controls/menu.c][include/menu.h]
9583         Changed WORD parameters to UINT parameters.
9585         * [include/wintypes.h]
9586         Made UINT 32bit for WINELIB.
9588         * [loader/main.c]
9589         Disabled RELAY32_Init and MODULE_Init for WINELIB.
9591         * [misc/main.c]
9592         Assume CPU386 for WINELIB.
9594         * [rc/winerc]
9595         add_popup: set MF_POPUP flag on menu item.
9597         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
9598         Add resource demo hello3 for WINELIB.
9599         New file README.resources.
9601         * [toolkit/miscstubs.c]
9602         Add a case for 17.
9604 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
9606         * [loader/module.c]
9607         Do not append .exe if the file name already has an extension.
9609         * [misc/profile.c]
9610         Avoid creating a file with a junk name if a .ini file does not
9611         exist.
9613         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
9614         Added a lot of dummy stubs for Windows Hebrew version.
9616 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
9618         * [controls/button.c]
9619         Fix for buttons with no label.
9621         * [controls/combo.c][controls/listbox.c]
9622         Fixes for scrollbar positioning.  Now disappears correctly
9623         for short lists.
9625         * [controls/edit.c]
9626         Handle memory allocation differently when building as library.
9628         * [controls/static]
9629         Don't destroy old icon before drawing new icon. (Fixes landscape/
9630         portrait toggle icon in print dialog.)
9632         * [if1632/gdi.spec]
9633         New functions SetMetaFileBits and GetMetaFileBits
9635         * [include/sysmetrics.h] [windows/sysmetrics.c]
9636         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
9638         * [include/windows.h]
9639         META_EXTTEXTOUT, not META_SETTEXTOUT
9640         define GetCurrentTime as GetTickCount (for wine library)
9642         * [loader/main.c]
9643         Don't initialize built-in modules in wine library
9645         * [memory/local.c]
9646         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
9648         * [misc/main.c]
9649         Always report CPUTYPE=4 to wine library.
9651         * [objects/dib.c]
9652         RLE8 images were missing top line when decompressed.
9654         * [objects/metafile.c]
9655         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
9656         from winhelp.  More testing needed.  Various memory leaks plugged.
9657         Various other bug fixes.  New metafile operations added in
9658         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
9659         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
9661         * [toolkit/heap.c]
9662         LocalUnLock changed to LocalUnlock
9664 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
9665         
9666         * [misc/winsock.c] 
9667         Return the correct error number, for host lookup operations.
9668         Also, correct the problem with send_message.
9670 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
9672         * [Makefile.in]
9673         Using nm's built-in sorting.
9675         * [*/*.c]
9676         Use xmalloc for malloc and xrealloc for realloc in all ungarded
9677         cases.
9679         * [debugger/dbg.y]
9680         Handle C-like expressions.  Clean-up.
9682         * [debugger/debug.l]
9683         Lots of new tokens for expressions.
9685         * [debugger/info.c]
9686         Implement "list" command for disassembling.
9688         * [misc/ole2nls.c]
9689         Implement more Danish stuff.
9691 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
9693         * [loader/module.c]
9694         Updated self-loading modules to support for new 32 bit 
9695         stack frames.
9697 ----------------------------------------------------------------------
9698 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
9700         * [controls/menu.c]
9701         Fixed GetMenuString() for non-string items.
9703         * [debugger/*.c]
9704         First attempt to check validity of pointers before memory
9705         accesses. For now only segmented pointers are checked.
9707         * [debugger/dbg.y] [memory/ldt.c]
9708         Added possibility to dump only one segment with 'info segment'.
9710         * [include/bitmaps/ocr_*]
9711         Added all OEM cursors as XPM bitmaps.
9713         * [include/cursoricon.h] [objects/cursoricon.c]
9714         Rewrote all cursor and icon management to use the same memory
9715         layout as Windows, and to factor common code between icons and
9716         cursors. Implemented icon directory lookup to find the best
9717         matching icon (i.e. the color one).
9718         Implemented CopyCursor() and DumpIcon().
9720         * [loader/module.c]
9721         For disabled built-in modules, we now try to load the Windows DLL
9722         first, and if this fails we fall back to using the built-in module
9723         anyway.
9725         * [memory/global.c]
9726         Fixed GlobalHandle() to return the correct selector in the high
9727         word even if we are passed a handle in the first place.
9729         * [miscemu/instr.c]
9730         Take into account the size of the operand and of the stack segment
9731         when incrementing the stack pointer.
9732         Avoid referencing FS_reg and GS_reg on *BSD.
9734         * [objects/dib.c]
9735         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
9736         Monochrome DIBs are created as monochrome bitmap iff they are
9737         black and white.
9739         * [objects/oembitmap.c]
9740         Added support for OEM cursors, changed OBM_LoadIcon to use the new
9741         icon memory layout.
9743         * [rc/sysres_Fr.rc]
9744         Added French [Fr] language support.
9746         * [win32/environment.c]
9747         Fixed GetCommandLineA() to use current PDB.
9749         * [windows/event.c] [windows/winpos.c]
9750         Simulate a mouse motion event upon SetWindowPos() to force the
9751         cursor to be set correctly.
9753 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
9755         * [win32/*]
9756         New Win32 kernel functions: GetACP, GetCPInfo,
9757         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
9758         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
9759         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
9760         WriteFile.  Completed implementations of GetCommandLineA.
9762         * [include/kernel32.h]
9763         New file.
9765         * [loader/main.c]
9766         Call initialization function for Win32 data (doesn't currently do
9767         anything).
9769         * [misc/main.c]
9770         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
9772 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
9774         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
9775           [misc/commdlg.c]
9776         Misc. bug fixes
9778 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
9780         * [*/*]
9781         For Winelib, explicit casts have been placed where warnings were
9782         usually generated.
9783         printf formats which give the format for printing a handle as
9784         "%04x" or something similar have been changed to use the NPFMT
9785         macro defined in include/wintypes.h.  Some times, explicit casts
9786         were also necessary.
9787         Parameter, field, and variable declarations have been made more
9788         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
9789         'WORD hFont' to 'HFONT hFont'.
9790         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
9791         replaced with a call to WIN_GetWindowInstance(hwnd).
9793         * [controls/combo.c]
9794         Added WINELIB32 support in CLBoxGetCombo().
9796         * [include/dialog.h]
9797         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
9798         winelib needs the packing as well (e.g. when accessing resources
9799         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
9801         * [include/windows.h]
9802         Got rid of the F[a-k] macros, which were cluttering up the global
9803         namespace.
9805         * [include/windows.h] [windows/defwnd.c]
9806         Added Win32 messages WM_CTLCOLOR*.
9808         * [include/wintypes.h]
9809         Put in preprocessor '#define WINELIB32' if appropriate and changed
9810         the types of some typedefs (WPARAM, HANDLE) based on this.
9811         
9812         * [loader/module.c] [toolkit/miscstubs.c]
9813         Added #ifdef'd portion in LoadModule to handle loading a WINElib
9814         module (already loaded, just init values).  '#ifdef'ed out the
9815         definition for GetWndProcEntry16 and added a new version to
9816         toolkit/miscstubs.c.
9818         * [misc/shell.c]
9819         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
9820         Same amount of total storage, but much more reasonable.  Also, changed
9821         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
9822         This was a difficult bug to track down, but the AppMisc field was
9823         being initialized with the contributers text, which was much larger
9824         than 512 characters.
9826         * [toolkit/atom.c]
9827         New file for atom-handling functions.  Copied from memory/atom.c and
9828         then heavily modified.  Right now, it's just a linked list of atoms.
9829         Consider it as a hash table with just one entry.  It's easily changed
9830         later.
9832         * [toolkit/heap.c]
9833         Commented out the heap functions with a "#ifdef WINELIB16" and put in
9834         a Win32 version (which is basically a modified copy).
9836         * [toolkit/sup.c] [toolkit/miscstubs.c]
9837         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
9838         added quite a few more stubs.
9840         * [toolkit/winmain.c]
9841         Rearranged startup code in _WinMain.  I think this will work.
9843         * [toolkit/Makefile.in]
9844         Added targets for 'hello' and 'hello2' in case anyone cares to try
9845         out the sample programs.
9847 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
9848         
9849         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
9850         First attempt at support for some VxDs. Comm, Shell and Pagefile.
9852 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
9854         * [misc/dos_fs.c]
9855         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
9856         starting applications like 'wine ./excel.exe')
9858 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
9860         * [configure.in]
9861         Avoid relative path for wine.ini.
9863         * [rc/sysres_Da.rc]
9864         Support for Danish [Da] language.
9866         * [misc/main.c] [miscemu/cpu.c]
9867         Return the processor we're running on correctly.
9869         * [miscemu/int2f.c]
9870         Minor stuff in int 0x2f, function 0x16.
9872 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9874         * [misc/shell.c] [misc/main.c]
9875         Implement saving and loading of the registry database (needed for
9876         OLE). Very experimental. Fixed ShellExecute().
9877         
9878         * [miscemu/int21.c]
9879         EEXIST is not a critical error condition for mkdir().
9881 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
9883         * [include/shell.h] [misc/shell.c]
9884         Implemented 4 drag/drop functions with documented functionality.
9886         * [multimedia/time.c]
9887         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
9889         * [*/*] 
9890         Added new files, more message definitions, structures, debug info,
9891         etc.  Rewrote message logging functions to produce output similar
9892         to WinSight.  Check out -debugmsg +message option.
9894         * [misc/file.c]
9895         Fixed GetDriveType return value.  
9897         * [windows/message.c] 
9898         Hooks are invoked in normal order.
9900         * [miscemu/*]
9901         Added some functions and interrupts.
9903         * [misc/shell.c]
9904         Implemented Drag... functions.
9906 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
9908         * [rc/sysres_Fi.rc] [rc/sysres.rc]
9909         First attempt at Finnish [Fi] language support.
9911 ----------------------------------------------------------------------------
9912 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
9914         * [configure.in] [*/Makefile.in] [Make.rules.in]
9915         Cleaned up makefiles, added configuration option for Winelib,
9916         grouped common make rules in Make.rules.in.
9918         * [Configure]
9919         Renamed to 'Configure.old'; please use 'configure' instead.
9921         * [controls/menu.c]
9922         Fixed DestroyMenu() to avoid deleting the same menu twice.
9923         More fixes to WM_MENUSELECT, and added WM_INITMENU.
9925         * [if1632/relay.c]
9926         Fixed wrong register values displayed by RELAY_DebugCall32().
9928         * [memory/local.c]
9929         Fixed LocalLock() and LocalUnlock() to increment/decrement the
9930         lock count for moveable blocks.
9932         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
9933         Modified the generated C file so that the resource information
9934         (size, etc.) is also exported.
9935         Modified common dialogs to use the new informations.
9937         * [misc/main.c] [ANNOUNCE]
9938         Update the list of contributors. Please let me know if I forgot
9939         someone.
9941         * [rc/sysres.rc] [rc/sysres_En.rc]
9942         Moved English resources to sysres_En.rc.
9943         Changed ids from numeric to symbolic for dialogs.
9945         * [windows/dialog.c]
9946         Modified template parsing to be able to pass segmented pointers to
9947         CreateWindow().
9949         * [windows/win.c]
9950         CreateWindow() now takes segmented pointers for class and window
9951         names.
9952         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
9953         or WS_MINIMIZE bits are set.
9955 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
9957         * [controls/scroll.c]
9958         Fixed scroll-bar bugs for non-client windows.
9960 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
9962         * [include/cursor.h] [windows/cursor.c]
9963         Cursor is not mirrored any more and the hotspot is set right.
9965 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
9967         * [ole.h]
9968         Misc small fixes.
9970 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
9972         * [rc/sysres_Es.rc]
9973         First attempt at Spanish [Es] language support.
9975 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
9977         * [include/alias.h][windows/alias.c][include/relay32.h]
9978         New files
9980         * [controls/widgets.c]
9981         WIDGETS_Init: register alias window procedures
9983         * [if1632/callback.c]
9984         CallWndProc: Call alias functions if necessary
9986         * [if1632/gdi32.spec]
9987         GetStockObject, TextOutA: new relays
9989         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
9990         user32.c: new file
9991         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
9992         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
9994         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
9995         PE_Win32CallToStart: new function
9996         MODULE_CreateInstance: removed static attribute
9997         LoadModule: Try loading PE image on error 21
9998         PE_LoadModule: new function
9999         PE_LoadImage: initialize pe_data with 0
10000         
10001         * [include/dlls.h][include/peexe.h]
10002         moved pe_data and w_files to peexe.h
10003         
10004         * [misc/shell.c]
10005         ShellAbout: Register AboutWndProc aliases
10007         * [miscemu/int21.c]
10008         handle 0x440A and 0xDC
10010         * [miscemu/int2f.c]
10011         handle 0x84
10013         * [objects/dib.c]
10014         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
10016         * [tools/build.c]
10017         include windows.h and relay32.h into generated Win32 relays,
10018         don't declare the implementation as int (*)();
10019         limit in WIN32_builtin was off by one
10021         * [windows/caret.c]
10022         CARET_Initialize: new function, call on strategic places
10024         * [windows/messagebox.c]
10025         MessageBox: register message box proc aliases
10027         * [if1632/advapi32.spec][if1632/comdlg32.spec]
10028         New files
10030         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
10031         added new spec files
10032         RELAY32_GetBuiltinDLL: perform lookup case insensitive
10033         RELAY32_GetEntryPoint: start name search at 0
10035         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
10036         Added stubs for new Win95 API
10038 Sat Sep 2 1995  Martin Roy
10040         * [misc/commdlg.c]
10041         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
10042         When process IDOK button in FILEDLG_WMCommand(),
10043         lpofn->nFilterIndex should be updated to current selection.
10045 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
10047         * [loader/module.c] [loader/ne_image.c]
10048         Added support of self-loading modules.
10050 ---------------------------------------------------------------------
10051 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10053         * [Configure]
10054         Added compile-time option for IPC.
10056         * [configure.in]
10057         Added command-line options for language, IPC and malloc
10058         debugging.
10060         * [controls/menu.c]
10061         WM_MENUSELECT was sometimes sent to the wrong window.
10063         * [debugger/break.c]
10064         For the 'next' command, only step over instruction that require
10065         it. This allows 'next' to do the right thing with jmp and ret
10066         instructions.
10068         * [ipc/*.c] [memory/atom.c] [memory/global.c]
10069         IPC can now be configured out at compile-time.
10071         * [loader/task.c]
10072         Bug fix in TASK_Reschedule() that could cause a task to be deleted
10073         twice.
10075         * [miscemu/dosmem.c] (New file)
10076         Partial emulation of the BIOS data segment.
10078         * [miscemu/instr.c]
10079         Trap attempts to access selector 0x40 and remap the access to
10080         segment __0040H.
10082         * [tools/build.c]
10083         Fixed bug in CallTo32_LargeStack() that caused problems when
10084         compiling Wine with the -fomit-frame-pointer option.
10086         * [windows/message.c]
10087         Fixed bug in hardware event handling that could cause some events
10088         to get ignored.
10090 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
10092         * [ipc/README] [ipc/dde.tex]
10093         LaTeX documentation for the ipc and DDE stuff.
10095 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
10097         * [ipc/Imakefile] [ipc/wine_test_stub.c]
10098         Fixed IPC testing. Now it can be compiled with "make tests"
10100 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
10102         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
10103         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
10105 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
10107         * [miscemu/int21.c]
10108         Misc fix to int21,ah=40 (write) to match _lwrite().
10109         AX=0x440A (check if handle is remote) added.
10111         * [multimedia/mmsystem.c]
10112         Moved mciSendString to mcistring.c.
10114         * [multimedia/mcistring.c]
10115         New file, string interface for MCI (not complete, not thoroughly
10116         tested).
10118         * [multimedia/audio.c]
10119         IOCTL prints errors; one paranoid check disabled.
10121         * [misc/file.c]
10122         Misc operator precedence fixes.
10124         * [if1632/gdi.spec] [objects/bitblt.c]
10125         Stub for FastWindowFrame (parameters not correct).
10127 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
10129         * [loader/ne_image.c]
10130         Preliminary support for iterated segments.
10132 Sat Aug 19 00:43:04 1995  Andrew Taylor  (ataylor@cadvision.com)
10134         * [windows/mapping.c]
10135         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
10136         the absolute value of (ydim / xdim) or (xdim / ydim).
10138 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
10140         * [objects/oembitmap.c]
10141         Added some includes for Windows 95.
10143         * [include/sysmetrics.h]
10144         Added some sysmetrics for Windows 95.
10146         * [include/bitmaps/*95]
10147         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
10148         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
10150 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
10152         * [misc/shell.c] [rc/sysres*.rc]
10153         The caption of the ShellAbout dialog box is language specific and
10154         should be defined in the resources.
10156 ----------------------------------------------------------------------
10157 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10159         * [*/Makefile.in]
10160         Removed winelibclean target, as it doesn't work anyway.
10162         * [controls/button.c]
10163         Avoid drawing the focus rectangle outside of the button.
10165         * [controls/widgets.c]
10166         Fixed bug with the size of the reserved bytes for the Edit
10167         control (caused Eudora to crash).
10169         * [debugger/*] [include/debugger.h]
10170         Unified debugger address handling. Segmented and linear addresses
10171         are no grouped in a single type DBG_ADDR.
10172         All commands now accept seg:off addresses.
10173         Module entry points are now loaded upon first entry to the
10174         debugger, so that entry points of the loaded executable also
10175         appear in the symbol table.
10177         * [include/registers.h] [miscemu/*.c]
10178         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
10179         This makes code less readable, but will prevent a lot of name
10180         clashes with other definitions. It also avoids a hidden reference
10181         to the 'context' variable.
10183         * [ipc/dde_atom.c] [misc/atom.c]
10184         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
10185         to allow supporting integer atoms.
10186         Moved atom.c to memory/ directory.
10188         * [loader/task.c]
10189         Fixed environment allocation to compute the size dynamically.
10190         Added 'windir' environment variable.
10191         Fixed GetDOSEnvironment() to return the current task environment.
10193         * [windows/message.c]
10194         Fixed bug in MSG_GetWindowForEvent().
10196 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
10198         * [include/ole.h]
10199         Added a lot of structures  from my Borland Manual. Neither complete,
10200         nor 100% right (check please)
10201         
10202         * [misc/shell.c]
10203         Fixed some of the Reg* functions.
10204         Enhanced ShellExecute.
10205         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
10206         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
10208         * [misc/dos_fs.c]
10209         Make umsdos mounted windows dirs work again.
10211         * [miscemu/emulate.c]
10212         Added some comments, preimplementation of subfunction 7.
10214         * [multimedia/mmsystem.c]
10215         Implemented mciSendString. not complete, not clean, not
10216         necessarily working (only checked with a program which uses
10217         'cdaudio' (one working program is cool.exe, a shareware waveditor
10218         with cdaudio play facilities.)
10220         * [multimedia/mcicda.c]
10221         Segptr fixes in DriverProc
10222         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
10223         link to your real cdrom device.
10225 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
10227         * [loader/resource.c]
10228         Don't crash in a LoadString to NULL
10230         * [loader/resource.c]
10231         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
10232         won't work unless the ALT keypress exited the menu.)
10234         * [misc/file.c]
10235         Expand a file to the current offset with an _lwrite of size zero.
10237         * [misc/file.c]
10238         Set a newly created file to read-write instead of write-only.
10239         
10240 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
10242         * [misc/main.c] [include/msdos.h]
10243         Fixed to return DOS version 6.22, and the correct byte order
10244         for Windows programs.
10246 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10248         * [include/options.h] [memory/global.c] [misc/main.c]
10249         Make the new IPC run-time selectible, disabling it by default.
10250         (I think it's only useful for libwine, anyway.)
10252         * [loader/task.c] [memory/selector.c]
10253         In FreeSelector(), walk up the stack and fix the frames.
10255         * [objects/dib.c]
10256         Missing break statement in DIB_SetImageBits_RLE8().
10257         In GetDIBits(), set the compression flag in the bitmap info to zero.
10259         * [windows/dialog.c]
10260         GetNextDlgGroupItem() needs to treat the first child as if it had
10261         an implicit WS_GROUP bit set.
10263 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
10265         * [misc/dos_fs.c]
10266         Quick'n dirty fix for the initialisation of the Z: information
10267         structure.
10269 ----------------------------------------------------------------------
10270 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
10272         * [ipc/*]
10273         New directory. This directory contains the new inter-wine
10274         communications support. It enables DDE protocols between two wine
10275         instances.  Currently it is limited to DDE, but can be enhanced to
10276         support OLE between 2 different wine instances.  This is very
10277         important for libwine.a DDE/OLE support.
10279         * [tools/ipcl]
10280         A script to delete garbage IPC handles (shared memory, semaphores
10281         and message queues).  The current inter-wine communication is not
10282         perfect, and sometimes leaves garbage behind.
10284         * [if1632/relay.c] [include/atom.h] [include/global.h]
10285         [loader/selector.c] [loader/task.c] [loader/module.c]
10286         [loader/signal.c] [memory/global.c] [misc/atom.c]
10287         [windows/class.c] [windows/message.c] [windows/win.c]
10288         [Imakefile]
10289         Hooks for inter-wine DDE support, current Global.*Atom functions
10290         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
10291         DDE communication. (The first call to these functions sets up the
10292         IPC structures - which otherwise cause unneeded overhead.
10294 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10296         * [controls/menu.c]
10297         Don't crash if a NULL string is passed to menu functions.
10299         * [memory/selector.c]
10300         We now use a bit in ldt_flags_copy to indicate free LDT entries.
10301         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
10302         overwrite valid LDT entries when growing a block.
10304         * [miscemu/instr.c]
10305         Emulate int xx instruction by storing the interrupt vector in
10306         CS:IP and returning directly. This allows a program to install an
10307         interrupt vector.
10309         * [windows/win.c]
10310         Added function WIN_GetTopParent to get the top-level parent of a
10311         window.
10313 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
10315         * [loader/resource.c]
10316         Added LoadIconHandler. It doesn't do anything yet, but now you
10317         can use borland help files with winhelp.exe.
10319 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
10321         * [misc/main.c]
10322         Fixed to return 386 Enhanced mode correctly. Also return the same
10323         type of CPU, for both Enhanced and Standard mode, namely a 386.
10325 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
10327         * [Configure] [include/options.h] [include/wineopts.h]
10328           [misc/main.c][misc/spy.c]
10329           Removed support of spy file. Redirected spy messages to stddeb.
10330           Removed -spy option. Added -debugmsg +spy option.
10332         * [debugger/dbg.y][debugger/debug.l]
10333         Enabled segmented addresses (seg:offs) for break and x commands.
10335         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
10336           [include/region.h]
10337         FrameRgn, REGION_FrameRgn: New functions
10339         * [if1632/kernel.spec]
10340         IsWinOldApTask: Return false
10342         * [if1632/mouse.spec]
10343         CplApplet: Removed
10345         * [if1632/user.spec] [windows/win.c]
10346         ShowOwnedPopups: New function
10348         * [if1632/winsock.spec] [misc/winsocket.c]
10349         inet_addr, select: New prototypes in relay code
10350         Fixed memory layout for netdb functions (getXbyY).
10351         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
10353         * [objects/clipping.c]
10354         RectVisible: Fixed call to LPToDP
10356         * [rc/winerc.c]
10357         main: Removed extra argument to getopt for Linux.
10359 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10361         * [controls/listbox.c]
10362         Yet another fix for ListBoxDirectory().
10363         
10364         * [loader/module.c] [if1632/kernel.spec]
10365         Make GetModuleHandle() accept instance handles as parameter.
10367         * [if1632/relay.c] [loader/task.c]
10368         Put a magic cookie at the bottom of the 32 bit stack, and check on
10369         each return from a 32 bit function whether it's still there. Complain
10370         if it's not.
10372         * [if1632/user.spec]
10373         Wrong entry for CloseDriver().
10375         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
10376         [miscemu/int21.c]
10377         Large parts of dos_fs.c simplified. Changed it to use one
10378         current drive/directory per task, which is set to the module path on
10379         task creation.
10380         Prevent CorelPaint from closing stdin.
10381         open() with O_CREAT set must be passed three parameters.
10382         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
10383         it's in DOS_readdir() now.
10385         * [misc/profile.c]
10386         Some badly written software (Lotus Freelance Graphics) passes a bogus
10387         size parameter that caused Wine to write off the end of a segment.
10388         Fixed. (It's probably too paranoid now.)
10389         
10390         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
10391         [multimedia/Imakefile] [if1632/winprocs.spec]
10392         16 bit entry point for MMSysTimeCallback.
10393         Split off time.c and joystick.c from mmsystem.c.
10394         
10395         * [objects/dib.c]
10396         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
10398         * [windows/cursor.c]
10399         DestroyCursor(): do nothing for builtin cursors.
10400         
10401         * [windows/mdi.c]
10402         Half of WM_MDISETMENU implemented.
10403         
10404         * [windows/win.c]
10405         EnumWindows() and EnumTaskWindows() never enumerated any windows.
10406         Fixed.
10408         * [windows/*.c]
10409         Fixed GetParent() to return correct values for owned windows.
10411         * [windows/message.c]
10412         Don't try to activate disabled top-level windows.
10414         * [windows/nonclient.c]
10415         Work around a bug in gcc-2.7.0.
10416         
10417         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
10418         [loader/task.c] [memory/selector.c]
10419         Some Visual Basic programs (and possibly others, too) expect ES to be 
10420         preserved by a call to an API function, so we have to save it.
10421         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
10422         to prevent segfaults if ES contained the selector to be freed.
10424 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
10426         * [*/*]
10427         Added missing prototypes to header files and relevant includes
10428         to reduce compile time warnings.
10430 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
10432         * [configure.in] [include/config.h] [*/Makefile.in]
10433         New configuration scheme based on autoconf.
10435 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
10437         * [miscemu/ioports.c]
10438         Revamp to have only one in- and one out- variant, both really
10439         implemented.
10441         * [miscemu/instr.c]
10442         INSTR_EmulateInstruction: Use new ioport interface.  Implement
10443         string io.  Correct instruction pointer for 32-bit code.
10445         * [include/miscemu.h]
10446         Update port function prototypes.
10448         * [include/registers.h]
10449         Defined FS and GS.
10451 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
10453         * [misc/dos_fs.c]
10454         ChopOffSlash(): A path consisting off a single slash is left
10455         intact, and multiple slashes are all removed.
10457 ----------------------------------------------------------------------
10458 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
10460         * [controls/scroll.c]
10461         Fixed drawing bug that caused part of a non-client scroll bar
10462         to be painted even when the scroll-bar was hidden.
10464         * [debugger/break.c] [debugger/dbg.y]
10465         Rewrote breakpoint handling to work in 16-bit mode.
10466         Implemented single-stepping ('step' and 'next' instructions).
10468         * [debugger/debug.l]
10469         Format specifier is now a separate token.
10470         Entering an empty line at the debugger prompt causes the previous
10471         command to be repeated, like under gdb.
10472         
10473         * [debugger/debug.l] [debugger/registers.c]
10474         Differentiate 16-bit and 32-bit registers without taking current
10475         mode into account ($eax is always 32-bit, $ax always 16-bit).
10477         * [debugger/stack.c]
10478         Fixed stack information routines to differentiate between 16-bit
10479         and 32-bit stacks.
10481         * [loader/task.c]
10482         Option -debug now sets a breakpoint at the first instruction of
10483         every loaded task.
10485         * [miscemu/instr.c]
10486         Added handling of lock, repe and repne prefixes.
10488         * [objects/dib.c]
10489         Changed StretchDIBits() to do the correct thing, even if it's still
10490         not really optimal.
10492         * [windows/graphics.c]
10493         Fixes in RoundRect(), thanks to Babak Masalehdan.
10495         * [windows/message.c]
10496         Tried to fix mouse event handling with respect to disabled
10497         windows.
10499         * [windows/painting.c]
10500         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
10501         infinite loops.
10503         * [windows/win.c]
10504         Fixed IsWindowVisible() to return FALSE when one of the parent
10505         windows is hidden.
10507 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
10509         * [if1632/compobj.spec][misc/compobj.c]
10510         CoGetMalloc: New function
10511         Added relay entries for COMPOBJ ordinals above 100
10512         CoInitialize: Changed parameter to DWORD
10514         * [if1632/ole2.spec]
10515         Exported implementation of OleBuildVersion
10517         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
10518         ole2disp.c: New file
10519         SysAllocString, SysReallocString, SysAllocStringLen,
10520         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
10522         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
10523         CompareStringA: New function
10525 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
10526         * [objects/font.c] [if1632/gdi.spec]
10527         New stubs for CreateScalableFontResource, GetGlyphOutline.
10529 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
10531         * [misc/commdlg.c]
10532         Extensive changes and bug fixes to FileDialog handling,
10533         behaves more like native Windows.
10535 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10537         * [controls/listbox.c] [controls/combo.c]
10538         Some minor optimizations.
10539         
10540         * [memory/local.c]
10541         LOCAL_FindFreeBlock(): Never use the last one.
10542         
10543         * [memory/global.c]
10544         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
10545         
10546         * [misc/file.c]
10547         read() returns an error when length==0. This is not what Windows
10548         programs expect, so pay attention to this in _lread(). Changed this
10549         in _lwrite(), _hread(), _hwrite(), too.
10551         * [loader/resource.c]
10552         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
10553         there.
10554         
10555         * [if1632/shell.spec] [misc/shell.c]
10556         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
10557         Accept some more combinations of parameters in the Reg..() functions.
10558         
10559         * [if1632/toolhelp.spec]
10560         Make InterruptRegister() and InterruptUnregister() return false.
10562         * [windows/hook.c]
10563         CallNextHookEx() used to crash when called with a null hhook. Fixed.
10565 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
10567         * [include/neexe.h][loader/ne_image.c]
10568         NE_LoadSegment: Detect iterated segments
10570         * [misc/ole2nls.c]
10571         LOCALE_SLONGDATE: fixed typo
10573         * [miscemu/int5c.c]
10574         Reordered include files to avoid conflicts with Linux libc.5.1
10576         * [rc/winerc.c]
10577         Added -b option to process binary resource files into C arrays
10579         * [include/callback.h]
10580         CallWndProc: Added dummy ds parameter for libwine
10582         * [include/gdi.h][include/user.h]
10583         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
10585         * [include/ldt.h][include/stackframe.h]
10586         defined segment conversion macros for libwine
10588         * [misc/atom.c]
10589         Defined USER_HeapSel for libwine
10591         * [misc/main.c]
10592         Disable -dll option for libwine
10594         * [misc/user.c]
10595         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
10597         * [toolkit/heap.c]
10598         fixed LocalLock prototype
10600         * [toolkit/sup.c]
10601         sync'ed load_mz_header, load_ne_header with structures
10603         * [toolkit/winmain.c]
10604         Disabled resource DLLs for libwine for now
10606 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
10608         * [misc/main.c]
10609         Fixed -enhanced option to report a 386 CPU instead of a 286.
10611 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
10613         * [misc/dos_fs.c]
10614         Remove maximum open dosdirent limit (fixing the winfile.exe
10615         problem) by using telldir()/seekdir().
10616         
10617 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
10619         * [misc/profile.c]
10620         Fixed problem parsing empty lines within sections in .ini files.
10622 ----------------------------------------------------------------------
10623 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10625         * [debugger/*.c]
10626         Modified debugger to use segmented pointers everywhere.
10628         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
10629         Declared all functions that return only 16-bit as 'pascal16'.
10631         * [include/ldt.h] [memory/ldt.c]
10632         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
10633         Maintain a copy of the selector flags, removing the need to make a
10634         system call to retrieve an LDT entry.
10636         * [loader/module.c]
10637         Fixed bug with module file handle cache.
10639         * [loader/ne_resource.c]
10640         Fixed file name bug in NE_AccessResource().
10642         * [loader/resource.c]
10643         Fixed bug in LoadIcon() that caused wrong colors to be used for
10644         the icon mask.
10646         * [loader/signal.c]
10647         Moved instruction emulation to miscemu/instr.c.
10649         * [misc/dos_fs.c] [miscemu/int21.c]
10650         Lots of small fixes, thanks to Morten Welinder.
10652         * [miscemu/dpmi.c]
10653         More complete DPMI emulation.
10655         * [miscemu/instr.c]
10656         Added support for prefixes in instructions to emulate.
10658         * [miscemu/int2f.c]
10659         Use register macros instead of destroying the high part of 32-bit
10660         registers.
10662         * [objects/dc.c]
10663         Fixed bug in GetDCState() that failed to clear the new DC.
10665         * [rc/sysres.rc]
10666         Removed dialogs 11 and 12 that were never used.
10668         * [tools/build.c]
10669         'pascal16' generated functions did not save %dx.
10670         Removed use of %fs to access the stack.
10671         %ds is no longer initialized before calling a 16-bit routine.
10673         * [windows/defwnd.c]
10674         Accept a NULL pointer as window title.
10676         * [windows/mdi.c]
10677         MDICascade: skip iconic windows.
10678         Implemented CalcChildScroll().
10679         
10680         * [windows/utility.c]
10681         Fixed MulDiv() for illegal values.
10683         * [windows/win.c]
10684         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
10685         a zero width or height.
10687 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
10689         * [controls/edit.c]
10690         Fixed "uninitalized" message which -Wall couldnt see to be ok
10691         in EDIT_WriteText.
10693         * [include/debug.h]
10694         Added define for extra checks in API definitions during debugging.
10696         * [loader/ne_image.c]
10697         Added newline in NE_FixupPrologs to avoid long lines.
10699         * [misc/dos_fs.c]
10700         Added extra safety check in DOS_ValidDrive.
10702         * [misc/exec.c]
10703         Fixed definition of ExitWindows.
10704         
10705 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10707         * [controls/edit.c]
10708         Some fixes, mostly for memory management, but also for text selection
10709         and tab postitions. General cleanup. Notepad.exe now works.
10711         * [controls/combo.c]
10712         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
10713         the combo box, not the ComboLBox that belongs to it.
10715         * [controls/listbox.c]
10716         Handle itemID field correctly throughout.
10718         * [memory/local.c]
10719         Implemented flag LMEM_ZEROINIT.
10720         LocalReAlloc() could trash the heap. Fixed.
10722         * [objects/font.c]
10723         FONT_MatchFont(): don't get confused by negative widths.
10724         Fixed a segfault in EnumFonts().
10726         * [objects/text.c]
10727         DrawText(): DT_CALCRECT implies DT_NOCLIP.
10729         * [objects/dcvalues.c]
10730         MAKELONG was used with bad parameters in DC_GET_X_Y.
10732         * [windows/dialog.c]
10733         Don't show the dialog if WS_VISIBLE isn't set in the template.
10735         * [windows/utility.c]
10736         UTILITY_convertArgs(): Never pass an expression containing ++ into a
10737         macro...
10739         * [windows/win.c]
10740         SetParent() should unlink the window before changing the parent.
10742         * [windows/message.c]
10743         Don't call timer functions via CallWindowProc(), since it checks
10744         whether hwnd==0 and does not call the function in that case.
10746         * [miscemu/instr.c]
10747         Ignore interrupt 0x3D, for VBRUN300.DLL.
10749         * [misc/commdlg.c]
10750         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
10751         pointer to the item text.
10753         * [if1632/relay.c]
10754         Disable OLE and DDEML DLLs by default, since they contain nothing but
10755         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
10756         some programs may work better without them.
10757         
10758         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
10759         Begun cleaning things up a little. Replaced printfs with dprintf_
10760         macros, made functions static where possible, and some other minor
10761         changes.
10763 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
10765         * [debugger/dbg.y][debugger/dbg.l]
10766         Removed special handling for FILE_IDENTIFER, because it caused
10767         problems with x/<format> statements.
10769         * [debugger/info.c]
10770         Use SC_ESP instead of SC_EIP for stack dump.
10772         * [misc/compobj.c][if1632/compobj.spec]
10773         CoBuildVersion, CoInitialize, CoUninitialize: new functions
10775         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
10776         New files ole2.c, ole2.h
10777         OleBuildVersion, OleInitialize, OleUninitialize: new functions
10779         * [if1632/ole2disp.spec]
10780         Added missing ordinals above 109
10782         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
10783         New file winnls.h
10784         GetLocaleInfoA: new function
10786         * [if1632/shell.spec]
10787         Added FindEnvironmentString as stub
10789         * [misc/olecli.c][if1632/olecli.spec]
10790         OleIsDcMeta: New function
10792         * [objects/font][misc/gdi.spec]
10793         GetKerningPairs: new function
10795         * [misc/shell.c]
10796         ShellExecute: Implemented support for starting programs
10798         * [if1632/user.spec]
10799         Inserted missing relay to GetClipCursor
10801 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10802         
10803         * [controls/edit.c]
10804         Fix a problem with the local heap.
10806         * [include/wintypes.h]
10807         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
10808         
10809         * [include/mdi.h] [windows/mdi.c]
10810         This code still assumed segmented address==linear address. Fixed.
10812         * [include/msdos.h] [misc/dos_fs.c]
10813         The filemask field of the dosdirent structure could be overrun. Fixed.
10814         If you had a file called foobar and a file called foo, trying to 
10815         FindFile(foo) could accidentally find file foobar instead. Fixed.
10816         
10817         * [misc/file.c]
10818         OpenFile(): Always return the full pathname in ofs->szPathName. This 
10819         also fixes GetModuleFilename().
10820         Prevent _lclose() from closing stderr or stdout.
10822         * [misc/profile.c]
10823         Search for .ini files in the path of the current module as well.
10824         (Needed by Lotus Organizer.)
10826         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
10827         [memory/local.c]
10828         Local heaps are now initialized by InitTask() for executables. DLLs
10829         have to call LocalInit() themselves, LocalInit() has to put the
10830         heap at the end of the segment when called with start==0. We no longer
10831         allocate the DGROUP with 64k on startup, but grow the local heap
10832         in LOCAL_GetBlock() when necessary.
10834         * [loader/module.c]
10835         LoadLibrary() should call LoadModule() in all cases, even if the
10836         DLL is already loaded, to ensure that the reference count is correct.
10838         * [loader/ne_image.c]
10839         Some changes to function prolog fixup. Does anyone know exactly how
10840         this is supposed to work? I am only guessing here.
10841         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
10842         the module itself.
10843         
10844         * [loader/task.c]
10845         Initialize instance data at the beginning of the DGROUP in InitTask().
10847         * [memory/local.c]
10848         Some fixes for moveable blocks.
10850         * [memory/selector.c]
10851         All the IsBad*Pointer() functions returned exactly the wrong boolean
10852         value in all cases!
10853         
10854         * [objects/bitblt.c]
10855         Fixed another null pointer dereference in debugging output.
10856         
10857         * [objects/font.c]
10858         Some more recovery possibilities for FONT_MatchFont() if a specified
10859         font does not exist.
10860         
10861         * [windows/win.c]
10862         The dialog code may call CreateWindowEx with an integer in windowName.
10863         This happens for static icon controls that expect a resource ID as
10864         the window name. CreateWindowEx() used to crash. Fixed.
10865         
10866         * [windows/class.c] [windows/win.c]
10867         Window classes are owned by modules, not instances. Changed
10868         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
10869         accordingly.
10871 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
10873         * [miscemu/int21.c]
10874           clock.exe was displaying incorrect year.
10876 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
10878         * [include/cursor.h] [windows/cursor.c]
10879         Implemented CreateCursorIconIndirect().
10881 ----------------------------------------------------------------------
10882 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10884         * [controls/menu.c]
10885         Fixed bug with drawing multi-column menus with vertical separator.
10887         * [debugger/debug.l]
10888         Fixed NULL-pointer reference after readline().
10890         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
10891         Added interrupt vector emulation. Allows to retrieve an interrupt
10892         vector and jump to it without crashing.
10894         * [loader/ldt.c]
10895         Moved ldt.c to memory directory.
10897         * [loader/task.c]
10898         Implemented LockCurrentTask() and GetInstanceData().
10900         * [objects/bitblt.c]
10901         Fixed a bug that caused StretchBlt() to use wrong colors when
10902         stretching a monochrome bitmap to a color display.
10904         * [objects/bitmap.c]
10905         Fixed a segmented pointer bug in CreateBitmapIndirect().
10907         * [tools/build.c]
10908         Added possibility to have arguments for register functions; used
10909         by interrupt vectors to remove the flags from the stack.
10910         Generate a new function CallTo32_LargeStack(), that allows calling
10911         a 32-bit function using the original 32-bit stack, for functions
10912         that need more that 64k of stack.
10914 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
10916         * [if1632/shell.spec] [misc/shell.c]
10917         DoEnvironmentSubst: fixed prototype
10919         * [if1632/gdi.spec] [objects/palette.c]
10920         SetSystemPaletteUse: new function
10922         * [if1632/kernel.spec] [loader/resource.c]
10923         DirectResAlloc: new function
10925         * [if1632/user.spec] [windows/keyboard.c]
10926         SetKeyboardState: new function
10928 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10929         
10930         * [tools/build.c]
10931         Prevent interrupts from destroying the args for a 32 bit function
10932         by loading the correct value into %esp directly after %ss.
10934         * [loader/ne_image.c] [loader/module.c]
10935         The new instance must be created earlier in LoadModule(), so that
10936         fixups referencing it will be handled correctly.
10937         Initialize the local heap for a DGROUP in NE_LoadSegment().
10938         
10939         * [objects/dib.c]
10940         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
10941         This used to crash Wine. Fixed.
10943         * [objects/text.c]
10944         Fix possible null pointer dereference in debugging output.
10945         
10946         * [misc/commdlg.c]
10947         Handle user input in the edit control better. Some bugs fixed.
10948         
10949         * [memory/local.c]
10950         Started implementing moveable blocks. This is unfinished (!), but
10951         at least it does not seem to break things.
10953 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
10954         
10955         * [loader/module.c]
10956         LoadModule(): DLLs occasionally have a data segment, and they work
10957         much better if it is loaded :-)
10958         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
10959         FindModule(): also strip off the last backslash of the pathnames
10960         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
10961         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
10962         only better.
10963         
10964         * [loader/ne_image.c]
10965         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
10966         not really correct, it seems that all programs and DLLs try to do
10967         this themselves. But they pass weird parameters.)
10968         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
10969         
10970         * [loader/task.c] [misc/user.c]
10971         Finish global initializations in InitTask instead of InitApp, or
10972         all the DLLs will be initialized in InitTask without any available
10973         window classes!
10975 ----------------------------------------------------------------------
10976 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
10978         * [debugger/hash.c] [debugger/info.c]
10979         Added support for symbolic segmented addresses. Add symbols for all
10980         built-in API entry points.
10982         * [if1632/relay.c] [include/dlls.h]
10983         Removed dll_table structure, as we now use the built-in module
10984         structures.
10986         * [if1632/relay.c] [loader/main.c]
10987         Removed winestat option, as it was no longer very meaningful.
10989         * [include/stackframe.h]
10990         New macro MAKE_SEGPTR that creates a segmented pointer to a local
10991         variable on the 32-bit stack.
10993         * [loader/module.c]
10994         Added support for multiple instances of an application.
10995         Implemented LoadModule() and FreeModule().
10997         * [loader/ne_image.c] [loader/task.c]
10998         Moved initialisation of built-in DLLs to InitTask().
11000         * [memory/global.c]
11001         Implemented discardable blocks.
11003         * [misc/file.c]
11004         Search path of current executable in OpenFile().
11005         Fixed bug with searching in Windows path.
11007         * [misc/lstr.c]
11008         Hard-coded translation tables for Ansi<->Oem.
11010         * [misc/user.c]
11011         Moved some global initializations to InitApp(), because they need
11012         a task context to be performed.
11014         * [objects/dc.c]
11015         Handle R2_BLACK and R2_WHITE specially so that they work correctly
11016         with palette displays.
11018         * [tools/build.c]
11019         Suppressed generation of the C file for DLL specs, because it's no
11020         longer needed. Output all the assembly code directly to stdout.
11021         Some changes to integrate Win32 support from Martin von Loewis. 
11023         * [windows/msgbox.c]
11024         Moved message box code from misc/ to windows/.
11026 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
11028         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
11029           [misc/mmaux.c] [misc/mmsystem.c]
11030         Modify code & use pointers conversion macros.
11031         Make cdaudio & wave devices work again (only using some applets).
11033         * [misc/profile.c]
11034         Change getc() to fgetc() where needed.
11036 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11038         * [if1632/Imakefile]
11039         added entries for the new files gdi32.spec, kernel32.spec,
11040         user32.spec, shell32.spec and winprocs32.spec.
11042         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
11043           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
11044         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
11045         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
11046                 stub implementations provided 
11047         marked storage.dll,storege.sys functions as stubs
11049         * [include/pe_image.h]
11050         Added structures WIN32_builtin and  WIN32_function
11052         * [include/peexe.h]
11053         PE_Import_Directory: renamed reserved fields to 
11054                 TimeDate, Forwarder, Thunk_List
11056         * [include/winerror.h]
11057         New file.
11059         * [loader/main.c]
11060         called RELAY32_Init
11062         * [loader/pe_image.c]
11063         xmmap: map BSS anonymous
11064         dump_imports: renamed to fixup_imports, do the fixup of imported
11065                       symbols
11066         PE_LoadImage: pass raw data size to xmmap
11068         * [loader/resource.c]
11069         DumpIcon: new function
11071         * [misc/kernel32.c]
11072         New file.
11074         * [misc/main.c]
11075         make stdout and stderr unbuffered
11077         * [misc/shell.c]
11078         DoEnvironmentSubst: new function
11080         * [objects/font.c]
11081         FONT_MatchFont: try oblique if there is no italic
11083         * [rc/Imakefile][rc/parser.l]
11084         yywrap: new function
11085         Don't link with libfl.a on Linux
11087         * [tools/build.c]
11088         Added keywords stdcall, subsystem, base
11089         GenerateForWin32: new function
11090         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
11092 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11093         
11094         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
11095         Minor fixes.
11096         
11097         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
11098         Rewrote message box handling.
11099         
11100         * [windows/dialog.c]
11101         Dialogs should be invisible until after WM_INITDIALOG is seent.
11102         Don't switch to invisible dialog items on a TAB keypress.
11103         
11104         * [windows/mdi.c]
11105         Send WM_NCPAINT message in MDIRestoreChild().
11106         
11107         * [windows/painting.c]
11108         Fixed typo (&& -> &).
11109         
11110         * [windows/message.c] [if1632/user.spec]
11111         Implemented PostAppMessage().
11112         
11113         * [windows/event.c]
11114         SetCapture(0) should act like ReleaseCapture().
11116 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
11118         * [Imakefile]
11119         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
11120         Added ASFLAGS to exported variables.
11122         * [debugger/readline/Imakefile]
11123         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
11125         * [memory/local.c] [miscemu/int21.c]
11126         Added some more debugging outputs.
11128 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
11130         * [misc/message.c]
11131         Fixed a "FIXME" concerning norwegian translation.
11133 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11134         
11135         * [*/*]
11136         Removed warnings in a couple of files and deleted some obsolete code.
11138         * [controls/listbox.c]
11139         Cleanup, speed improvements & lots of bug fixes.
11141         * [controls/combo.c]
11142         Mostly rewritten. This is still very buggy, but not quite as bad as 
11143         before.
11145         * [include/commdlg.h] [misc/commdlg.c]
11146         Removed the need for sysres.dll. Small bug fixes.
11147         
11148         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
11149           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
11150         Removed sysres.dll and replaced the remaining bitmaps/icons with
11151         XPM equivalents.
11153         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
11154           [if1632/winprocs.spec]
11155         "About Wine..." now brings up a standard ShellAbout() window with
11156         the Wine icon and the list of contributors.
11157         
11158         * [misc/shell.c]
11159         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
11161         * [windows/event.c]
11162         Small hack for non-alphanumeric keys: Dont't send the ascii value in
11163         the WM_KEYDOWN message, but some unused code instead. Should be done
11164         properly by sending different codes for each key. The edit control
11165         used to get a VK_DELETE message each time the user typed '.'.
11167         * [windows/class.c]
11168         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
11169         This used to be no problem, but breaks Resource Workshop in 950403.
11170         
11171         * [objects/dib.c]
11172         New diagnostic for a bug I've been encountering. If it shows up,
11173         please report it.
11175 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
11177         * [objects/color.c]
11178         Handle situation when 'dc' exists, but palette mapping
11179         does not.  (Fixes kidpix2 demo.)
11181 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
11183         * [loader/ldt.c]
11184         LDT_Print: Only show the number of entries that the kernel
11185         returned. Make this work for NetBSD.
11187 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
11189         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
11190         Modify cs and ds selector values for NetBSD-current.
11192         * [debugger/debug.l]
11193         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
11195         * [debugger/regpos.h]
11196         Modify sigcontext format for NetBSD-current.
11197         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
11199         * [include/ldt.h]
11200         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
11201         value, since only 16 bits of it may have been saved.
11203         * [misc/winsocket.c]
11204         Set structure packing with `#pragma pack' to accomodate
11205         other/older compilers.
11207 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
11208         
11209         * [misc/commdlg.c]
11210         Fixed path-names so when changing directory the listboxes
11211         changes too.
11212         
11213         * [debugger/dbg.y debugger/debug.l wine.ini]
11214         Added SymbolTableFile to wine.ini so symbols can be read
11215         without standing in the directory containing wine.sym.
11216         Added the possibility to specify full name of wine.sym from
11217         the debugger prompt.
11219 ----------------------------------------------------------------------
11220 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11222         * [controls/static.c]
11223         Fixed painting of SS_*FRAME controls.
11225         * [if1632/callback.c]
11226         Pass the window instance as DS to the 16-bit window procedure.
11227         Rewrote Catch() and Throw() to make them work with multiple tasks.
11229         * [loader/main.c]
11230         New function MAIN_Init() to perform initializations before the
11231         first task is started instead of doing them in InitApp().
11232         Temporary hack to command-line parsing to load one program per
11233         command-line argument, to make testing task-switching easier.
11235         * [loader/*.c]
11236         Reimplemented modules to use a Windows-compatible layout and to
11237         allow multiple tasks and multiple module instances. Not really
11238         finished yet.
11240         * [loader/task.c] [misc/exec.c]
11241         Reimplemented tasks to use a common address space, and implemented
11242         preliminary task-switching capabilities.
11244         * [memory/global.c]
11245         Fixed bug in GlobalNext().
11247         * [misc/main.c]
11248         Updated the list of contributors. Let me know if I forgot someone.
11250         * [miscemu/int21.c]
11251         Use one DTA per task instead of a global one.
11253         * [objects/bitblt.c]
11254         Fixed bug in BitBlt() that could cause BadMatch errors.
11256         * [tools/build.c]
11257         Added new function type 'stub', that makes possible to export an
11258         unimplemented function by name as well as by ordinal. This will
11259         avoid loading errors for unimplemented functions.
11260         Generate an in-memory module layout for built-in DLLs so that the
11261         same code can be used for built-in and loaded modules.
11262         Changed relay code to make it unnecessary to save the value of the
11263         BP register.
11265         * [windows/message.c]
11266         Implemented multiple message queues and preliminary task-switching
11267         capabilities. Inter-task SendMessage() calls are not implemented
11268         yet and will probably cause crashes if used.
11270         * [windows/property.c]
11271         Reimplemented properties and allocate them on the USER heap.
11273         * [windows/win.c]
11274         Fixed bug in SetWindowWord().
11275         Reimplemented EnumWindows() and EnumTaskWindows().
11277 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11278         
11279         * [misc/main.c]
11280         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
11281         
11282         * [loader/resource.c]
11283         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
11284         control.exe.
11285         Fixed icon loading.
11286         
11287         * [objects/font.c] [include/windows.h]
11288         Fixed a bug in InitFontsList() and worked on the EnumFonts()
11289         functions to make them comprehensible.
11291         * [controls/button.c]
11292         Fixed my previous patch to handle LBUTTONUP messages.
11294 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
11296         * [misc/network.c, misc/dos_fs.c]
11297         Implemented WNetGetConnection.  All that is currently
11298         supported are drives, for which the remote name is simply
11299         the redirected UNIX directory name.
11301         * [miscemu/int2?.c]
11302         More drive number validity checking.
11304 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11305         
11306         * [controls/listbox.c]
11307         Oops, my previous change to ListBoxDirectory broke the Borland
11308         file open dialog. Fixed.
11310 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11312         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
11313         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
11314         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
11316 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11317         
11318         * [memory/global.c] [memory/local.c] [include/windows.h]
11319         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
11320         LocalReAlloc(): Same for LMEM_MODIFY.
11321         
11322         * [controls/listbox.c]
11323         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
11324         Check for errors in some more places.
11326         * [if1632/gdi.spec] [if1632/user.spec]
11327         16 bit callback functions should be passed as segptrs.
11328         
11329         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
11330         [loader/library.c]
11331         Prevent a DLL from being initialized twice (Borlands Resource
11332         Workshop used to do this).
11333         Provide an additional flag for each w_file that indicates whether
11334         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
11335         
11336         * [controls/button.c]
11337         Handle LBUTTONUP messages even if the button no longer has the
11338         capture (for WinHelp).
11339         
11340         * [include/wintypes.h]
11341         FARPROC is now a segptr for the emulator and a function
11342         pointer for the library.
11343         
11344         * [misc/commdlg.c] [misc/commdlg.h]
11345         Cleaned the file dialogs up a little. They now work reasonably well,
11346         although there are still some problems (e.g. files are initially
11347         invisible).
11349         * [windows/class.c] [if1632/user.spec] [include/windows.h]
11350         GetClassInfo() must take a segptr, as it checks whether the
11351         highword is zero.
11352         GetClassName() called the wrong atom function. No surprise it didn't
11353         find anything.
11355         * [misc/lstr.c]
11356         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
11357         Removed some warnings.
11359         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
11360         New spec file for the 3.1 DDEML DDL. 
11362         * [controls/menu.c]
11363         Small fix to ChangeMenu - mask out the obsolete flags
11364         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
11365         problems with the MF_BYPOSITION flag.
11367         * [windows/message.c]
11368         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
11369         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
11370         stack for speed reasons.
11371         
11372         * [windows/hook.c] [include/windows.h]
11373         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
11374         they have slightly different semantics.
11375         MS Hearts now works somewhat, if you disable the new builtin DDEML.
11376         The graphics are completely messed up, though.
11378 ----------------------------------------------------------------------
11379 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11381         * [Configure] [if1632/Imakefile]
11382         Removed new build and short names options.
11384         * [if1632/*.c] [tools/build.c]
11385         Implemented compiled call-back functions for better performance;
11386         all the relay code is now done in assembly code generated by the
11387         build program.
11388         Relay code is no longer dependent on being loaded below 64K.
11390         * [loader/resource.c]
11391         Fixed memory leak in LoadString(). A fix will also be needed for
11392         other resources.
11394         * [memory/global.c]
11395         Implemented global heap arenas, so we can store informations about
11396         global blocks, like lock counts or owner handle.
11397         Implemented FarGetOwner() and FarSetOwner().
11398         Implemented global heap TOOLHELP functions.
11400         * [memory/selector.c]
11401         Bug fix: it was not possible to re-use a free selector.
11403 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
11405         *  [controls/listbox.c]
11406         Major work on listbox code
11407          - Many bugs fixed (still many bugs)
11408          - More messages supported
11409          - Code simplified
11411 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
11413         * [controls/edit.c]
11414         Lots of bug fixes related to diappearing text, lost carets,
11415         highlighting, segmentation faults, occurance of random
11416         characters, insertion of characters over selection, misplaced
11417         caret location, display corruption, end of line behavior, etc.
11419         * [controls/widgets.c]
11420         EDIT class doesn't want to use CS_PARENTDC flag.
11422 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11423         
11424         * [loader/selector.c]
11425           FixupFunctionPrologs() should also handle multiple data modules.
11426           (this bug only became visible because MakeProcInstance() was fixed
11427           in 950319)
11428         
11429         * [misc/dosfs.c]
11430           Simplified DOS_SimplifyPath.
11431           Small fix to DOS_opendir to reuse an entry if an open directory
11432           is opened again, to prevent "too many open directories" messages.
11434 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
11436         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
11437         CoDisconnectObject: new stub function
11439         * [include/msdos.h]
11440         fix DOSVERSION
11442         * [loader/ne_image.c]
11443         NE_FixupSegment: Be more generous on additive fixups
11445         * [if1632/user.spec][misc/network.c]
11446         Add more WNet* stubs
11448 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11450         * [controls/listbox.c]
11451           DlgDirList(): send segptr instead of linear pointer 
11452           in message to static control
11453         * [controls/menu.c]
11454           Tried to implement ownerdrawn menuitems. Doesn't work.
11455         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
11456           Provide a stub for GetRasterizerCaps()
11457         * [loader/selector.c]
11458           Pass end address instead of length to LocalInit() in 
11459           CreateSelectors()
11460         * [memory/local.c]
11461           LocalInit(): If there's already a local heap in the segment, do
11462           nothing and return TRUE
11463         * [objects/linedda.c]
11464           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
11465           now.
11466         * [windows/cursor.c]
11467           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
11468           more work still.
11470 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11472         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
11473           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
11474           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
11475           [windows/nonclient.c] [misc/message.c]
11476           Added a new builtin DLL that provides 16 bit entry points for all
11477           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
11478           again.
11479         * [misc/shell.c]
11480           RegOpenKey()/RegCreateKey() bugs fixed.
11481         * [loader/ne_image.c]
11482           Skipping the initialization of a DLL when CS == 0 was broken.
11484 ----------------------------------------------------------------------
11485 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11487         * [*/*]
11488         Implemented a new memory mapping scheme. There's no longer a
11489         one-to-one mapping between 16-bit and 32-bit pointers. Please see
11490         file DEVELOPERS-HINTS for technical details.
11492         * [controls/scroll.c]
11493         Fixed bug when dragging mouse in horizontal scrollbars.
11495         * [tools/build.c] [if1632/*.spec]
11496         Removed support for C callback functions and for re-ordering
11497         of the 32-bit arguments, as these were never used. This should
11498         allow a more efficient callback scheme to be implemented.
11500         * [if1632/olecli.spec]
11501         Reduced the number of entries to make the 16-bit code fit in 64k.
11502         This limitation will soon be removed.
11504         * [loader/ldt.c]
11505         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
11507         * [memory/global.c]
11508         Rewrote Global*() routines to use the new selector allocation
11509         mechanism.
11511         * [memory/local.c]
11512         Rewrote local heap handling to use a Windows-compatible layout
11513         (not really finished yet).
11514         Implemented TOOLHELP heap-walking routines.
11516         * [memory/selector.c]
11517         Implemented LDT manipulation API functions.
11519 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
11521         * [windows/defdlg.c]
11522         Fixed problem where dialogs closed using the System menu 
11523         ('Close' item or double click on close box) would
11524         hang Wine.
11526 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
11528         * [controls/listbox.c]
11529         Removed most of the statements for sending a notification message
11530         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
11531         code; Borland's standard file open dialog will work now.
11532         
11533         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
11534         Added support for new command line option "-allowreadonly". If set
11535         an attempt to open a read only file in write mode will be converted 
11536         to opening it read only (many programs try to open all files in 
11537         read/write mode even if they only intend to read it - this might 
11538         cause a few under problems under an unix-like environment where most 
11539         files are read only for a "normal" user)
11541         * [loader/selector.c]
11542         GetMemoryReference(): Added support for __AHIncr and __AHShift
11544         * [misc/dos_fs.c]
11545         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
11546         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
11547         match(): rewritten
11548         
11549         * [objects/text.c]
11550         TEXT_NextLine(): Removed a bug in the handling of LF's
11552         * [miscemu/int21.c]
11553         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
11555 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11557         * [controls/menu.c]
11558         ChangeMenu: defaults to MF_INSERT
11559         InsertMenu: allow insertion even if position is one after last item
11561         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
11562           [if1632/storage.spec] [include/dlls.h]
11563         Added stubs for STORAGE.DLL and COMPOBJ.DLL
11565         * [if1632/user.spec] [windows/message.c]
11566         InSendMessage: new function
11568         * [include/neexe.h][include/ne_image.c]
11569         NE_FixupSegment: fixed handling of additive records
11571         * [loader/selector.c]
11572         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
11574         * [loader/signal.c]
11575         win_fault: Enter debugger on SIGFPE, too
11577 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
11579         * [miscemu/int*.c]
11580         Various minor modifications to the clock tick counter,
11581         FindFirst/FindNext funcs, and DPB handling.
11583 ----------------------------------------------------------------------
11584 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11586         * [loader/resource.c] [objects/oembitmap.c]
11587         Removed sysres bitmap code; you need libXpm to compile now.
11588         Implemented LoadIcon() for OEM icons.
11590         * [include/bitmaps/oic_*]
11591         Added OEM icons in XPM format.
11593         * [objects/dib.c]
11594         Bug fix in DrawIcon().
11596         * [rc/sysresbm.rc]
11597         Removed; all bitmaps are stored in XPM format now.
11599 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
11601         * [controls/edit.c]
11602         Small patch to fix edit-control when it's created with text.
11604 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
11606         * [tools/make_debug]
11607         The created macros won't have side effects anymore when used in
11608         an "if-else" structure. No more warnings from the compiler when
11609         compiled without defining DEBUG_RUNTIME.
11611 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
11613         * [controls/listbox.c]
11614         ListBoxDeleteString(): Fixed
11616         * [loader/selector.c]
11617         GetMemoryReference(): When special segments are referenced by
11618         pseudo-functions like __0040H, a reference to a "normal" segment
11619         will be returned preventing the program from crashing as soon
11620         as the referenced segment is actually accessed.
11622 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
11624         * [Configure]
11625         Ask for OLE stubs and malloc debugging
11627         * [Imakefile]
11628         link with libmcheck.a if necessary
11630         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
11631         Add OLE stubs, increase number of builtins
11632         dll_name_table_entry_s: new field dll_is_used
11634         * [loader/library.c]
11635         GetModuleHandle,ModuleNext: Check dll_is_used
11637         * [loader/ne_image.c]
11638         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
11639         to mean, anyway?)
11641         * [misc/olecli.c][misc/olesvr.c]
11642         New files. Add to misc/Imakefile
11644         * [misc/dos_fs.c]
11645         DOS_GetUnixFileName: make a copy of the input parameter to 
11646         prevent overwriting
11648         * [misc/main.c]
11649         MAIN_ParseDLLOptions: new function
11650         MAIN_ParseOptions: treat -dll command line flag
11651         main: add support for malloc debugging
11653 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
11655         * [loader/signal.c]
11656         Small patch for people using FreeBSD-2.1.0.
11658 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
11660         * [toolkit/sup.c]
11661         Added return values to the Call* routines
11663         * [toolkit/winmain.c]
11664         Load the resource file properly for WineLib applications.
11666 ----------------------------------------------------------------------
11667 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
11669         * [if1632/call.S]
11670         Only save the lower 16-bits of SP and BP.
11672         * [if1632/callback.c]
11673         When calling to 16-bit code, restore DS from its previous value on
11674         entry to the 32-bit code, instead of from the code segment owner.
11676         * [if1632/relay.c] [include/stackframe.h]
11677         Use a structure to represent the 16-bit stack frame layout
11678         instead of hard-coded offsets.
11679         
11680         * [rc/Imakefile]
11681         Use y.tab.c for bison output file for compatibility with yacc.
11683         * [tools/build.c]
11684         Small optimization for calls to 32-bit code.
11686 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
11688         * [tools/build.c]
11689         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
11691 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
11693         * [debugger/dbg.y]
11694         Remove unnecessary sym-table loading when stopped in 16-bit mode.
11696         * [include/segmem.h] [loader/selector.c]
11697         Added dynamic alloction of selectors.
11698         Fixed some problems with large programs SIGSEGV-ing while
11699         running out of selectors.
11701         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
11702           [memory/global.c] [memory/heap.c] [memory/linear.c]
11703         Use __AHSHIFT and __AHINCR instead of 3 and 8.
11705 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
11707         * [misc/dos_fs.c]
11708         Better relative path handling when converting filenames between
11709         dos and unix, allowing '.' to be used in the Windows path.
11710         Startup working dir is now based on current working dir.
11712 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
11714         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
11715         Squeezed data structure that references internal dll's (mostly
11716         "struct dll_table_entry_s"). Caused 20% reduction in executable
11717         code size.
11719 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
11721         * [Imakefile]
11722         make wine.sym only when making emulator
11724         * [misc/file.c]
11725         OpenFile(): report as not implemented for WINELIB
11727         * [misc/winsock.c]
11728         Fix CONVERT_HOSTENT and friends for use with WINELIB
11730         * [rc/Imakefile][rc/rc.y][rc/parser.c]
11731         Rename rc.y to parser.y
11732         Use flex and bison on Sun
11734         * [toolkit/sup.c]
11735         CallWindowProc: fix parameter type
11737         * [windows/event.c]
11738         Commented #ifdef sparc
11740 ----------------------------------------------------------------------
11741 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11743         * [windows/nonclient.c] [windows/winpos.c]
11744         Implemented maximized windows.
11745         Implemented icon positioning and ArrangeIconicWindows().
11746         Bug fixes in SetWindowPos().
11748         * [windows/painting.c]
11749         Implemented GetControlBrush().
11750         Window frame is no longer contained in the update region.
11752         * [windows/win.c]
11753         Destroy owned windows upon DestroyWindow().
11755 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
11757         * [controls/edit.c]
11758         Changed line terminator to \r\n to be compatible with
11759         Windows.  Fixed bug in text selection.
11761 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
11763        * [misc/shell.c]
11764        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
11765        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
11766        These functions now work somewhat more the way Windows programs expect
11767        them to work.
11769 ----------------------------------------------------------------------
11770 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11772         * [loader/resource.c] [objects/dib.c]
11773         Fixed icon loading and drawing, now that BitBlt() works correctly.
11774         
11775         * [objects/clipping.c] [objects/region.c]
11776         Implemented elliptic regions with a set of rectangle. This greatly
11777         simplifies the region code and should boost clipping performance.
11779         * [objects/color.c]
11780         Fixed bug that caused seg-fault on 24bpp displays.
11782         * [objects/bitblt.c]
11783         Fixed bug when shrinking a bitmap to more than half its size.
11785         * [windows/graphics.c]
11786         Fixed bugs in PaintRgn() and Polyline().
11788         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
11789         Fixed some problems with window background painting.
11791 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
11793        * [tools/build.c]
11794        * [tools/newbuild.c]
11795        * [Imakefile]
11796        * [include/wine.h]
11797        * [loader/call.S]
11798        * [loader/selector.c]
11799        * [include/segmem.h]
11800        * [misc/main.c]
11801        Changed selector code and 16/32 bit xfer code so that wine
11802        no longer has to be loaded low in memory.  Changed wine
11803        to work with ELF binary formats under Linux.
11804        
11805 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
11807         * [debugger/db_disasm.c]
11808         New instruction disassembler - borrowed from Mach kernel.  Has a
11809         BSD style of license as opposed to the gdb code we were previously
11810         using which was under the GPL.
11812 ----------------------------------------------------------------------
11813 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11815         * [Imakefile]
11816         Compiling with -Wall flag.
11818         * [*/*]
11819         Fixes to minimize the number of compilation warnings.
11821         * [objects/bitblt.c]
11822         Fixed BitBlt() and used the same code to rewrite PatBlt() and
11823         StretchBlt(). The three *Blt() functions should now be correct in
11824         every case (famous last words).
11826         * [objects/brush.c] [objects/dither.c]
11827         Merged the two files into brush.c
11829         * [objects/dc.c]
11830         Fixed bug when the Windows programs forget to re-select the
11831         original bitmap in a memory DC.
11833         * [objects/font.c]
11834         Tty to use 'fixed' font when the system font can't be found.
11836         * [windows/dialog.c]
11837         Tentative fix to make dialogs look better when using fixed-width
11838         fonts.
11840         * [windows/graphics.c]
11841         Partially implemented the PS_INSIDEFRAME pen style.
11843         * [windows/nonclient.c]
11844         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
11845         without the WS_DLGFRAME style.
11847 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
11849         * [memory/global.c]
11850         GlobalCompact should now return the correct value when the
11851         largest run of free blocks includes the last block.
11853         * [windows/mdi.c]
11854         Tiling and cascading windows without any MDI children should
11855         no longer crash (assuming no-op is the correct thing to do).
11857 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
11859         * [objects/font.c]
11860         GetTextExtentPoint: fixed debug output, str is counted string, not
11861         zero terminated.
11863         * [if1632/relay.c]
11864         DLLRelay: when debugging_stack got segv, added upper bound for
11865         stack dump.
11867 ----------------------------------------------------------------------
11868 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11870         * [*/Imakefile]
11871         All objects files are now kept in their respective directory.
11873         * [README]
11874         Rewrote most of it.
11876         * [objects/bitblt.c]
11877         Rewrote BitBlt() to look right in every case, while minimizing
11878         the impact on performance. Not really finished yet.
11880         * [objects/bitmap.c] [objects/dc.c]
11881         Fixed bug with pattern brushes.
11883         * [objects/clipping.c] [windows/painting.c]
11884         Fixes for logical coordinates.
11886         * [objects/color.c] [windows/graphics.c]
11887         Fixed GetPixel() to return the correct color, and made it faster.
11889         * [objects/region.c]
11890         Fixed bug in CombineRgn() when one of the region is empty.
11892 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
11894         * [Configure]
11895         Don't assume that expr handles '==', use '=' instead.
11896         Give a (hopefully informative) message if imake fails.
11898 ----------------------------------------------------------------------
11899 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11901         * [controls/listbox.c]
11902         Fixed problems due to new scroll-bar code.
11904         * [loader/signal.c] [miscemu/ioports.c]
11905         Handle I/O opcodes that use an absolute address.
11907         * [objects/text.c]
11908         Implemented TabbedTextOut().
11910 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
11912         * [objects/metafile.c]
11913         Implemented GetMetafile().
11914         Fixed bug in PlayMetaFile() when reading disc based metafile records.
11915         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
11916         PlayMetaFileRecord().
11917         
11918 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
11920         * [Imakefile]
11921         wine.sym: Remove gcc2_compiled and friends
11923         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
11924           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
11925         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
11927         * [if1632/call.S]
11928         CallToLibMain: New function
11930         * [if1632/relay.c][include/options.h][misc/main.c]
11931           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
11932         removed Options.relay_debug
11934         * [include/heap.h]
11935         HEAP_OWNER: Use ds instead of cs:ip
11937         * [loader/ne_image.c]
11938         LoadNEImage: Remember current exe, handle nodata dlls
11939         InitNEDLL: handle nodata dlls, call CallToLibMain
11941         * [loader/selector.c]
11942         CreateSelectors: Initialize auto_data_sel with 0
11944         * [memory/heap.c]
11945         HEAP_CheckHeap: Check prev
11946         HEAP_CheckLocalHeaps: new function
11948         * [misc/profile]
11949         Remember and dump only changed profiles
11951         * [tools/makedebug]
11952         Introduce debugging_xxx flags
11954 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
11956         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
11957         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
11958         pe_image.h selectors.h wintypes.h]
11959         Added.
11961         * [*/*]
11962         - Commented all 'static char copyright statements', see misc/main.c
11963         - moved prototypes to headers files, fixed wrong prototypes.
11964         - *please* add a header file for each .c if you need to export
11965           things.
11967         * [misc/main.c]
11968         Added one static string which list the names of the contributors.
11970 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
11972         * [Configure]
11973         Made the support for multiple languages more automatic.  Added
11974         a [fonts] section to the wine.conf file.  Made the defaults
11975         better.  Generally cleaned it up.
11977         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
11978         Norwegian resources and small fixes to the german resources.
11980 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
11982         * [debugger/break.c]
11983         bark(), toggle_next(), should_continue(): New functions
11984         insert_break(): Fixed, adds write access to page before writing
11985         wine_bp.next_addr: new structure field
11987         * [debugger/dbg.y]
11988         Changed symbol's value to be it's value instead of the value
11989         pointed to by the symbol.
11990         Changed SIGTRAP handling to allow continuation after break point
11992         * [misc/shell.c]
11993         ShellAbout(): Load resource from memory
11995 ----------------------------------------------------------------------
11996 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11998         * [controls/scroll.c] [include/scroll.h]
11999         Rewritten most of scroll-bar code for better Windows look & feel.
12000         Implemented EnableScrollBar().
12001         Preliminary keyboard support.
12003         * [objects/bitblt.c]
12004         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
12005         bits from outside the visible region.
12007         * [objects/oembitmap.c] [include/bitmaps/obm_*]
12008         Use XPM symbolic colors to load bitmaps. This allows the colors
12009         of the bitmaps to depend on the system colors.
12011         * [tools/make_debug]
12012         Made the make_debug script more robust.
12014         * [windows/dialog.c]
12015         Fixed CheckRadioButton().
12017         * [windows/nonclient.c]
12018         A few changes to scroll-bar drawing and tracking.
12020         * [windows/winpos.c]
12021         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
12022         avoid confusion, and optimized it somewhat.
12024 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
12026         * [misc/audio.c]
12027         * [misc/mcianim.c]
12028         more coding but nothing spectacular.
12030         * [misc/mmaux.c]
12031         some coding to access '/dev/mixer'.
12033         * [misc/midi.c]
12034         some coding to read .MID files, but it's not playing yet.
12036 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
12038         * [objects/dib.c]
12039         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
12040         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
12041         includes some bitmaps output by Paint Shop Pro.  Implementation is
12042         possibly now too lax.  Please see the notes on the function about
12043         why.
12045         * [controls/desktop.c]
12046         The desktop pattern should be painted if the wallpaper doesn't
12047         cover the whole screen width OR the whole screen height.
12049 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
12051         * [objects/dib.c]
12052         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
12053         now work.
12055         * [loader/ne_resource.c] [include/resource.h]
12056         Some cleanup.
12058 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
12060         * [Configure]
12061           [rc/sysres.rc]
12062         Primitive compile-time support for multiple languages
12064         * [rc/sysres_De.rc]
12065         New file
12067         * [loader/resource.c]
12068         LoadBitmap: Recognize end of sysresbm properly
12070         * [rc/Imakefile]
12071         Rules to compile resources simplified, dependencies changed
12073         * [rc/sysresbm.rc]
12074         Don't use sysresbm if using XPM
12076         * [windows/dialog.c]
12077         CreateDialogIndirectParam: Reverse Z-order of controls
12079         * [windows/message.c]
12080         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
12082         * [windows/winpos.c]
12083         NextWindowFromPoint: New function
12085         * [controls/button.c]
12086         WM_NCHITTEST: Group Box is HTTRANSPARENT
12087         BUTTON_CheckAutoRadioButton: New function
12088         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
12090 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
12092         * [objects/text.c]
12093         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
12094         is too long to break.
12096         * [objects/font.c]
12097         Don't assume helvetica if there is no font family; let the other
12098         font attributes decide what font to use.
12100         * [controls/widgets.c]
12101         Listboxes and combo boxes need to be notified of double-clicks.
12103         * [controls/listbox.c]
12104           [include/listbox.h]
12106         scrolling to bottom of list box should display last item at the
12107         bottom, not at the top.
12108         
12109         list boxes need to allocate a separate heap for their item data,
12110         rather than using the user heap.  Otherwise, it's very easy to run
12111         out of memory for list box items.
12113         removed redundant code in ListBoxAddString().  Implemented simple
12114         version of LBS_SORT.
12116         Don't put [.] in the list box when using DDL_DIRECTORY.
12118         * [controls/combo.c]
12119         Combos should pass CBS_SORT onto their list box.
12121         * [windows/win.c]
12122         If window creation is aborted, remove the window from the
12123         linked lists.
12125         * [controls/static.c]
12126         static controls with SS_ICON were always returning 0 from
12127         WM_NCCREATE.
12129         Make sure static controls have text to draw before drawing it.
12131 ----------------------------------------------------------------------
12132 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12134         * [objects/oembitmap.c]  (New file)
12135         Added possibility to use .xpm files for OEM bitmaps.
12137         * [include/bitmaps/obm*]  (New files)
12138         Redrawn all OEM bitmaps in xpm format.
12140         * [objects/font.c]
12141         Add space for internal leading when using a negative font height.
12142         Stubs for AddFontResource() and RemoveFontResource().
12143         Fix in FONT_Init() for uninitialised default font.
12145         * [windows/dialog.c]
12146         Make font height negative as it is really a point size and not a
12147         pixel size; dialogs using 8-point fonts look better now.
12149         * [windows/graphics.c]
12150         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
12152         * [windows/nonclient.c]
12153         A few changes for new OEM bitmaps.
12155 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
12157         * [windows/class.c]
12158         The names of local classes have to be stored using GlobalAtom*.
12159         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
12161         * [if1632/call.S]
12162         CallTo16(cx): It's possible to set the contents of the cx-register.
12164         * [loader/ne_image.c]
12165         InitNEDLL(): The size of the local heap is now passed in the cx-
12166         register when initializing a DLL.
12168         * [memory/heap.c]
12169         LocalInit(): The case start==0 is now handled in the way it should.
12171         * [windows/win.c]
12172         GetWindowLong(): If the adress of the windows function is requested
12173         it's no longer returned if it's within the Wine code (and therefore
12174         unreachable by a windows program). This makes Borland's OWL happy.
12176         * [controls/edit.c]
12177         EDIT_GetStr(): Added handling for off<0.
12179 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
12181         * [loader/library.c]
12182         Fixed infinite loop bug when two DLLs refer to each other (fixes
12183         hangup of Quicken during loading).
12185 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
12187         * [misc/dos_fs.c]
12188         Bug fix: The size of a disk an the available space
12189         is now returned in bytes instead of (incorrectly)
12190         KBytes.
12192 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
12194         * [windows/graphics.c]
12195         Bug fix: Pie segments are now filled with correct brush.
12197 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
12199         * [Imakefile]
12200         generate rc.o before loader.o
12202         * [controls/menu.c]
12203         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
12205         * [include/resource.h]
12206         Add struct ResourceTable
12208         * [loader/bitmap.h]
12209         Load system bitmaps from sysresbmTable
12211         * [misc/clipboard.c]
12212           [windows/event.c]
12213         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
12214         
12215         * [rc/Imakefile]
12216         generate rc.o from sysres.o and sysresbm.o. Added -lfl
12218         * [rc/rc.y]
12219         change style handling to allow ( S1 | S2 ) | S3
12221         * [rc/sysres.rc]
12222           [rc/sysresbm.rc]
12223         Put bitmaps and icons to sysresbm, everything else to sysres
12225         * [rc/winerc.c]
12226           [rc/winerc.h]
12227         Added -o, -c flags. New function set_out_file. Output to files.
12229         * [windows/dialog.c]
12230         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
12232         * [windows/nonclient.c]
12233         Create AboutWine dialog from template pointer
12235 ----------------------------------------------------------------------
12236 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12238         * [controls/static.c]
12239         Bug fix for SS_ICON controls.
12241         * [if1632/Imakefile]
12242         Fixed call.o dependencies.
12244         * [objects/clipping.c] [objects/dc.c]
12245         Fixed visible region handling. hVisRgn is always non-null now.
12247         * [windows/dce.c]
12248         Bug fix in GetDCEx for CS_OWNDC windows.
12250         * [windows/nonclient.c] [windows/painting.c]
12251         Fixes to icon window drawing.
12253         * [windows/winpos.c]
12254         A few fixes in SetWindowPos().
12256 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
12258         * [objects/bitblt.c]
12259         BitBlt(): BitBlt is now able to handle any raster operation. If
12260         the request can't be passed to XWindows directly, it's quite
12261         slow, though.
12263         * [*/*.c]
12264           [misc/main.c]
12265         Improvements of the system for handling debug messages. Options are
12266         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
12267         *debugoptions: +xxx there if you want to have turn messages xxx on).
12269         * [controls/menu.c]
12270         DestroyMenu(): The whole window won't be destroyed as a sideeffect
12271         any longer.
12273         * [misc/file.c]
12274         OpenFile(): Fixed bug in searching in system/window-directory.
12276 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
12278         * [include/windows.h]
12279         Bug fix for window related structures.
12280         DCB and COMSTAT are affected. They must be packed.
12282         * [misc/comm.c]
12283         Bug fix for COM ports:
12284         Dial and dialog window in terminal.exe now works.
12285         Non sequential COM assignments in wine.conf should not break now.
12286         Baudrate can be specified in wine.conf to overcome baudrate limitation
12287         in mswindow. See sample wine.ini
12289         * [include/comm.h]
12290         add baudrate field to DosDeviceStructre
12292         * [object/font.c]
12293         Bug fix for font assignment.
12294         Use pairs of foundry and family fontnames in X11 to correspond with
12295         window's fonts.
12296         Put font assignment ini wine.ini.
12298         * [wine.ini]
12299         Adding optional baudrate after port name in "serialports" section
12300         Add new section, "fonts".
12301         "default" is special key in "fonts" to match any unmatch window font.
12303 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
12305         * [if1632/relay.c]
12306         * [if1632/commdlg.spec]         New file.
12307         * [misc/commdlg.c]                      New file.
12308         * [include/commdlg.h]           New file.
12309         Begin of an emulated COMMDLG DLL, built-in for now.
12310         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
12311         thing you need to do is to put the real/dummy name in file relay.c)
12313         * [controls/scroll.c]
12314         * [controls/combo.c]
12315         * [controls/listbox.c]
12316         Few bug fixes and/or cosmetic.
12318         * [misc/audio.c]
12319         * [misc/mmaux.c]
12320         bug fixes and flags returned to emulate SB16.
12322         * [misc/midi.c]                         New file.
12323         skeleton for 'Midi' MMSYSTEM & MCI driver.
12325         * [misc/mcianim.c]                      New file.
12326         skeleton for 'Animation1' MCI driver.
12328         * [windows/win.c]
12329         Add new stub for GetLastActiveWindow().
12331 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
12333         * [if1632/call.S] [tools/build.c]
12334            Support for ELF format. (Not complete)
12336 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
12338         * [if1632/user.spec]
12339         Add stubs for ArrangeIconicWindows(), etc.
12341         * [if1632/kernel.spec]
12342         Add IsBad*Ptr() functions.
12344         * [loader/signal.c]
12345         Add test_memory(), for use with IsBad*Ptr().
12347         * [windows/winpos.c]
12348         Add stubs for TileChildWindows(), etc.
12350         * [windows/win.c]
12351         IsWindow() shouldn't crash if it's given a bad handle.
12352         Add stub for GetLastActivePopup().
12354         * [memory/global.c]
12355         Implement the IsBad*Ptr() functions.
12357         * [controls/listbox.c]
12358         Return the full longword of the item data in LB_GETITEMDATA.
12360         * [controls/edit.c]
12361         Don't let the user select an area past the end of the text.
12363         * [objects/text.c]
12364         In DrawText(), the code to delete crlfs also removed multiple
12365         consecutive newlines.  Also, using DT_CALCRECT didn't return
12366         the right height, and the width wasn't returned at all.
12367         This caused MessageBoxes to be missing much of their text.
12369         * [windows/scroll.c]
12370         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
12372 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
12374         * [miscemu/int21.c]
12375         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
12377         * [misc/property.c]
12378         Fixed inverted logic in EnumProps(), and changed CallBack16()
12379         call to use new arg format.
12381         * [windows/win.c]
12382         Fixed CallBack16() call in Enum[Child]Windows to use new arg
12383         format; this fixes crashes in enum procedures.
12385 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
12387         * [misc/clipboard.c]
12388           [windows/event.c]
12389           [windows/message.c]
12390         Added cut and paste between Wine and other X clients via
12391         the PRIMARY selection. Text only this time.
12393         * [controls/edit.c]
12394         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
12396         * [windows/defwnd.c]
12397         Send WM_SYSCOMMAND to overlapped ancestor window, 
12398         not the receiver of WM_SYSKEYDOWN
12400 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
12402         * [controls/edit.c]
12403         ClientWidth()/ClientHeight() macros: return 0 if size would
12404         be negative
12405         EDIT_StrLength(): takes unsigned char* instead of char*
12407         * [controls/listbox.c]
12408         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
12409         case instead of in each place required (it was omitted in
12410         some places causing problems!)
12412         * [controls/menu.c]
12413         MENU_CalcItemSize(): don't try to find size of a text item
12414         if the pointer is NULL
12416         * [include/heap.h]
12417         added definition of HEAP_LocalInit()
12419         * [include/msdos.h]
12420         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
12421         instead)
12423         * [loader/selector.c]
12424         IPCCopySelector(): added missing flags to shmget() call
12425         ? does this break linux - I added these flags in a previous
12426         patch but they were missing in the corresponding release ?
12428         * [loader/signal.c]
12429         win_fault(): added missing definitions of i, dump for those
12430         not running NetBSD or linux
12432         * [misc/dos_fs.c]
12433         DOS_GetCurrentDir(): made temp[] static so it can be safely
12434         returned
12436         * [miscemu/int21.c,int25.c,int26.c]
12437         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
12438         segmem.h where necessary.
12440         * [windows/dialog.c]
12441         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
12442         HEAP_LocalInit(), removed redundant variables
12444 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
12446         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
12447           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
12448           [objects/bitblt.c] [objects/metafile.c]
12449         Rewritten more printf's to use the new debugging system, and
12450         made wine less verbose per default. Use "-debugmsg +module"
12451         to get (almost) the same behavior as before.
12453 ----------------------------------------------------------------------
12454 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12456         * [controls/button.c]
12457         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
12458         BM_SETSTATE.
12459         Implemented default button painting.
12460         Optimised redrawing.
12461         Fixed owner-draw buttons.
12463         * [controls/static.c]
12464         Implemented WM_SETFONT.
12465         A few optimisations in painting code.
12466         Bug fix for SS_SIMPLE controls.
12468         * [if1632/callback.c]
12469         Preliminary GetCodeHandle().
12471         * [if1632/gdi.spec]
12472         Changed 'pascal' to 'pascal16' everywhere it's needed.
12474         * [include/windows.h]
12475         Fixed a few data structures.
12477         * [memory/heap.c]
12478         Bug fix in HEAP_ReAlloc().
12480         * [misc/cursor.c]
12481         Fixed SetCursor().
12483         * [objects/bitblt.c]
12484         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
12486         * [objects/font.c]
12487         Better font mapping code.
12488         Implemented GetTextFace().
12490         * [objects/region.c]
12491         Bug fix in REGION_MakePixmap().
12492         Faster region copying.
12494         * [objects/text.c]
12495         Implemented ExtTextOut().
12496         Implemented DT_NOCLIP style for DrawText().
12498         * [windows/dc.c]
12499         Free the bitmap when deleting a memory DC.
12501         * [windows/dce.c]
12502         Added support for windows that have no associated X window.
12503         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
12505         * [windows/defdlg.c]
12506         Implemented default push button handling and DM_SETDEFID.
12507         Implemented WM_NEXTDLGCTL.
12509         * [windows/dialog.c]
12510         Implemented default push button handling.
12511         Beginning of a keyboard interface in dialogs
12512         (does not really work yet).
12513         Fixed dialogs that use a special font.
12515         * [windows/event.c] [windows/focus.c]
12516         Added support for non-X windows.
12518         * [windows/graphics.c]
12519         Rewritten FloodFill() and implemented ExtFloodFill().
12521         * [windows/message.c]
12522         Cleaner hardware messages and X events handling.
12524         * [windows/defwnd.c] [windows/painting.c]
12525         Implemented WM_SETREDRAW.
12527         * [windows/win.c]
12528         Only create an X window for top-level windows, or for the desktop.
12529         Child windows now use their parent's drawable.
12531         * [windows/winpos.c]
12532         Beginning of support for non-X windows (still somewhat broken).
12533         Implemented *DeferWindowPos().
12535         * [*/Imakefile]
12536         Cleaned up some Imakefiles.
12537         Moved dc.c from windows/ to objects/.
12538         Moved cursor.c from misc/ to windows/.
12540 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
12542         * [include/debug.h]
12543           [include/stddebug.h]
12544           [*/*.c]
12545         Rewritten all the calls to printf for displaying debug-information
12546         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
12547         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
12548         all these messages on, "-debugmsg -dll" will turn all messages 
12549         concerning DLLs off.
12551         * [controls/combo.c]
12552         Added some handling for combo controls with ownerdraw-styles
12553         (just creating and passing the necessary messages to the 
12554         corresponding listbox control; the edit-control needs to be
12555         replaced with something else).
12557         * [controls/edit.c]
12558           [windows/dialog.c]
12559         Added support for use of global heap memory in dialogs with 
12560         edit controls.
12562         * [controls/listbox.c]
12563         Added support for item data.
12564         ListBoxInsertString(): Fixed bug for elements which are not inserted
12565         after the currently last element.
12566         
12567         * [misc/dos_fs.c]
12568           [miscemu/int21.c]
12569         DOS_ValidDirectory(): Checks whether a given string is in fact the
12570         valid name of a directory.
12572 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
12574         * [Imakefile]
12575         generate wine.sym after creating wine
12577         * [debugger/dbg.y]
12578         load "wine.sym" when entering debugger
12580         * [debugger/info.c]
12581         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
12583 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
12585         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
12586         Files created
12588 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
12590         * [misc/spy.c]
12591         Exclude and Include no longer requires a terminating ';' to
12592         register the last component.
12594 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
12596         * [Configure]
12597         Rewrote much of it.  Added capability to generate a wine.ini
12598         file.  Commented out the processor emulator options until that
12599         becomes interesting.  Gives a warning if it sees any *.rej
12600         files.  I hope I haven't assumed to much about the shell/OS so
12601         that it breaks under *BSD.
12603         * [misc/dos_fs.c]
12604         Removed/changed calls to ToUnix() (which calls tolower()) so
12605         that the part of the pathname which correspond with the drive
12606         letter on DOS no longer will be mapped to lowercase.  This
12607         means that it should be possible to have uppercase letters in
12608         the [drives] section of wine.ini.
12610         * [LICENSE]
12611         Cosmetic changes so that it displays better in the window you
12612         get from pressing "Credit_License" in the "About WINE" window.
12614 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
12616         * [controls/menu.c]
12617         LoadMenu() moved to loader/resource.c.
12619         * [misc/main.c]
12620         Added stub for FileCDR().
12622         * [include/peexe.h]
12623         Added, from Eric's pe-test.
12625         * [include/resource.h]
12626         Added.
12628         * [loader/resources.c]
12629         Removed duplicated code in *Resource() functions.
12630         Moved NE-program specific functions into ne_image.c.
12631         Moved NE-fileformat functions to ne_resource.c.
12633         * [pe_image.c] [pe_resource.c]
12634         Added. Nothing implemented to run PE-executables, resource
12635         loading only.
12637         * [misc/file.c]
12638         Changed OpenFile() to use macros.
12640         * [misc/shell.c]
12641         Added NULL-ptr checks to ShellAbout().
12643         * [miscemu/int21.c]
12644         Fixed a few typos.
12646         * [miscemu/kernel.c]
12647         Added _DI = _DS, to put the caller's instance in DI. Doesn't
12648         work properly if caller changed DS :-(
12650 ----------------------------------------------------------------------
12651 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
12653         * [include/win.h]
12654         Removed seperate X window for icon, added icon width,height.
12656         * [include/windows.h]
12657         Commented out the old SW_xxx emum and added defines since
12658         they aren't enumerated.
12660         * [windows/dce.c]
12661         Removed some older IsIconic checks from GetDCEx(), functionality
12662         is now in nonclient and generic wine window handling code.
12663         Lots of thanks to Alexandre Julliard all the hints and
12664         help...
12666         * [windows/defwnd.c]
12667         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
12668         WM_PAINTICON now calls NC_HandleNCPaint.  
12670         * [windows/event.c]
12671         Removed IsIconic checks.
12673         * [windows/icon.c]
12674         Removed everything in this file for now... could be used later.
12675         Icon functionality is now handled by the generic wine windows
12676         handling functions.
12677         
12678         * [windows/mdi.c]
12679         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
12680         show up when deiconified.  Removed IsIconic checks.
12682         * [windows/message.c]
12683         Removed old icon routines from hardware_event().
12685         * [windows/nonclient.c]
12686         Changed NC_HandleNCCalcSize() so it doesn't change the size
12687         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
12688         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
12689         on an Iconic window always send a SC_RESTORE message.
12691         * [windows/painting.c]
12692         Changed RedrawWindow() so it doesn't redraw an iconic window
12693         unless it has to (no icon for this class).
12694         
12695         * [windows/win.c]
12696         Removed creation of seperate icon window from CreateWindowEx().
12697         
12698         * [windows/winpos.c]
12699         Added saving and restoring of window rectangle during
12700         iconification/deiconification to ShowWindow().  Added
12701         functions to recursively hide and show children... called
12702         by ShowWindow during iconification/deiconification.
12704 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
12706         * [windows/message.c]
12707         WaitMessage(): Fixed handling of wm_timer-messages
12709         * [miscemu/int21.c]
12710         FindNextFCB(): Rewritten to support other functions than just
12711         returning the volume label
12713         * [misc/file.c]
12714         OpenFile(): Fix in handling of OF_CREATE
12716 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
12718         * [if1632/user.spec]
12719         Added SetParent.
12721         * [windows/win.c]
12722         Added SetParent.
12724 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
12726         * [loader/selector.c]
12727         Many changes throughout file to correct handling of shared memory
12728         function return codes. FreeBSD and SunOS shm functions return
12729         -1 not 0 on error. If Linux is different, these changes
12730         will have to be backed out.
12731         CleanupSelectors(): this is a new (internal) call to free
12732         up all selectors (and shm handles/memory) for use on exit.
12734         * [include/segmem.h]
12735         Change comment to reflect new use of shm_key
12737         * [misc/main.c]
12738         called_at_exit(): add call to CleanupSelectors()
12740 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12742         * [controls/button.c]
12743         Use OBM_CHECKBOXES to draw check boxes with correct colors.
12744         Fixed bug with WM_SETTEXT handling.
12745         A few drawing optimisations.
12747         * [controls/menu.c]
12748         Implemented correct \t and \a handling in menu items.
12749         Implemented help items (flush right) on menu bar.
12750         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
12752         * [controls/static.c]
12753         Fixed SS_ICON controls and implemented STM_SETICON message
12754         handling.
12756         * [controls/widget.c]
12757         Set cursor to IDC_ARROW for built-in classes.
12759         * [include/options.h] [misc/main.c]
12760         Backing store is now off by default.
12762         * [objects/region.c]
12763         Use X regions for rectangle and polygon regions: *major* speed
12764         improvement.
12766         * [windows/dialog.c]
12767         Fixed the fix for integer ids in controls. SS_ICON controls in
12768         dialogs should work now.
12769         Implemented DS_ABSALIGN style.
12771         * [windows/graphics.c]
12772         Implemented InvertRgn().
12773         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
12774         than with CreateCompatibleDC() + BitBlt().
12776         * [windows/message.c]
12777         Determining the window for a mouse message is now done at
12778         GetMessage() time.
12779         Modified PeekMessage() handling to avoid needlessly flushing the
12780         output queue.
12782         * [windows/timer.c]
12783         Check for restart of a timer (SetTimer call with the same hwnd and
12784         id than an existing timer).
12786 ----------------------------------------------------------------------
12787 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
12789         * [misc/file.c]
12790         OpenFile(): Completly rewritten.
12792         * [miscemu/int21.c]
12793         CreateFile(): Fixed wrong mode in call to open.
12794         OpenExistingFile(): Implemented file sharing.
12795         FindNext(): Fixed.
12796         CreateNewFile(): Fixed wrong mode in call to open.
12797         fLock(): Added to handle record locking.
12798         GetFileAttribute(): Added.
12799         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
12801         * [miscemu/int2f.c]
12802         AH = 0x10: SHARE installation check
12804         * [loader/resource.c]
12805         AccessResource(): Fixed. A new file descriptor will be returned by
12806         every call to AccessResource().
12808         * [windows/utility.c]
12809         wvsprintf(): Fixed.
12811         * [controls/menu.c]
12812         FindMenuItem(): Fixed (handling for nPos == -1 added).  
12814         * [windows/win.c]
12815         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
12817         * [Configure]
12818         Added two options for a processor emulator that might be
12819         plugged in later..
12821         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
12822         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
12823         Added TaskFirst(), TaskNext(), TaskFindHandle().
12825         * [memory/global.c]
12826         Added stub for MemManInfo().
12828         * [objects/text.c]
12829         Added stub for GetTabbedTextExt().
12831         * [miscemu/*]
12832         Changed all references to registers. Please don't access
12833         the context structure.
12834         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
12836         * [misc/lstr.c]
12837         Fixed bug in AnsiUpper() & AnsiLower().
12839         * [misc/winsocket.c]
12840         bugfix in getsockopt()/setsockopt(): winsock uses different values
12841         than unix.
12843         * [objects/dib.c]
12844         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
12846 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
12848         * [controls/edit.c]
12849         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
12851         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
12852         Modified dialog code to create new heap for edit controls
12853         unless DS_LOCALEDIT style is set.
12855 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12857         * [controls/button.c] [controls/edit.c] [controls/static.c]
12858         Removed unneeded GlobalUnlock() calls.
12860         * [controls/menu.c] [include/menu.h]
12861         Lots of changes, fixed a lot of old bugs and introduced a lot of
12862         new ones :-)
12863         - Changed message loop to use MSG_GetInternalMessage().
12864         - Fixed a bug that caused the main window to lose activation when
12865           displaying a menu.
12866         - Correctly send initialisation messages (WM_INITMENUPOPUP).
12867         - Implemented EndMenu() and LookupMenuHandle().
12868         - Changed internal structures to be as compatible as possible with
12869           MS-Windows.
12870         - Allocated everything on the USER heap instead of the global heap.
12871         - Prefixed all internal function names with MENU_ and declared
12872           them static.
12873         - Moved "About Wine..." handling to NC_HandleSysCommand().
12874         - Multi-line menus should now work correctly.
12876         * [loader/resource.c] [objects/bitmap.c]
12877         Added the possibility to create OEM bitmaps directly as X bitmaps.
12879         * [objects/dcvalues.c] [windows/dc.c]
12880         Fixed GetDCOrg() to return screen coordinates.
12882         * [windows/message.c]
12883         Fixed double-click checks when the message is not removed from the
12884         queue.
12885         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
12887         * [windows/nonclient.c]
12888         Bug fix in system menu hit-test calculation.
12889         A few changes for new menu functions.
12891 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
12893         * [controls/edit.c]
12894         Bug fix in Edit_NCCreateMessage
12895         es->textlen was being used before being set
12897         * [controls/menu.c]
12898         Bug fix in MENU_DrawMenuItem
12899         don't try to write text if NULL pointer passed
12901 ----------------------------------------------------------------------
12902 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
12904         * [windows/message.c]
12905         Implemented WaitMessage() (USER.112).
12907         * [if1632/user.spec]
12908         Added WaitMessage.
12910         * [windows/defwnd.c]
12911         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
12913         * [miscemu/int{13,21,2a}.c]
12914         * [miscemu/Imakefile]
12915         * [signal/loader.c]
12916         Added a few basic disk information and diagnostic functions to
12917         prevent programs using this function from crashing. All drives
12918         are claimed to be remote ones, so direct I/O isn't allowed.
12920         * [controls/edit.c]
12921         EDIT_WriteText(): Added code to correctly erase the remaining space
12922         of the edit-control if the size of the control has changed sinced it's
12923         creation.
12925 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
12927         * [if1632/mouse.spec]
12928         Added mouse.dll entry, no functions.
12930         * [loader/resource.c]
12931         Bug fix in AccessResource(). 
12933         * [misc/keyboard.c], added [include/keyboard.h]
12934         Changed functions to return more useful values.
12936         * [windows/dialog.c]
12937         Hacked DIALOG_GetControl() to support resources which
12938         have 0xff00 - 0xffff as id. ** Needs to be done properly by
12939         someone who knows the NE fileformat **
12941 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12943         * [windows/event.c]
12944         Add new stub for EnableHGardwareInput() function.
12946         * [windows/message.c]
12947         Add coding for HWND_BROADCAST in PostMessage().
12949         * [misc/file.c]
12950         Add coding for OpenFile() also search in WindowPaths.
12952         * [misc/mmsystem.c]
12953         * [misc/audio.c]
12954         * [misc/mmaux.c]
12955         * [misc/mcicda.c]
12956         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
12957         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
12958         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
12959 ----------------------------------------------------------------------
12960 Mon Jul 18 23:55:13 MET DST 1994
12962         * [if1632/call.S]
12963         CallTo16(): added `mov %eax,%edx' just before lcall,
12964         to make sure that DX contain the DLL's hinstance when
12965         initialised.
12967         CallTo32_16() added, equal to CallTo32() except for
12968         one thing: it saves DX and 
12970         * [tools/build.c]
12971         Added some code to support 16 and 32 bit return values.
12973         * [1632/{kernel,user}.spec]
12974         Changed most of the `pascal' style to pascal_16 when
12975         function returned a 16bit value.
12977 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
12979         * [controls/menu.c]
12980         Reorganized sizing and drawing code to implement multi-line menus.
12981         Implemented MENUBREAK style.
12982         Use system colors to draw menus.
12984         * [objects/color.c]
12985         Bug fix in COLOR_IsSolid().
12987         * [objects/font.c]
12988         Bug fix in FONT_GetMetrics(): calculate average character width
12989         only on existing chars (dialogs look much better).
12991         * [objects/text.c]
12992         Bug fix in DrawText(): use text color to underline mnemonic.
12994         * [windows/nonclient.c]
12995         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
12997         * [windows/syscolor.c]
12998         Added system objects for menu colors.
13000 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
13002         * [controls/menu.c]
13003         Fixed bug in SelectPrevItem that caused seperators to not be
13004         skipped when using the up arrow key.
13006 ----------------------------------------------------------------------
13007 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
13009         * [Configure]
13010         Autodetects Linux version (if running Linux).
13012         * [loader/signal.c]
13013         New signals for Linux.
13015         * [loader/ldtlib.c]
13016         New structure field in sys call.
13018 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
13020         * [load/resource.c] 
13021           fixed Memory (Resource) Leak.
13023         * [load/main.c] 
13024           fixed a printf.
13026 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13028         * [controls/desktop.c]
13029         Implemented desktop wallpaper (only 16 colors for now).
13031         * [controls/menu.c] [windows/nonclient.c]
13032         Preliminary work to allow multi-line menus.
13034         * [misc/main.c]
13035         No backing store on desktop window (not useful).
13037         * [objects/text.c]
13038         A few fixes to DrawText() to make underlines under mnemonic
13039         letters to look better.
13041         * [windows/graphics.c]
13042         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
13043         Implemented PolyPolygon() (partially working).
13045         * [windows/winpos.c]
13046         New function WINPOS_SendNCCalcSize().
13047         Cleaned up SetWindowPos() and added preliminary support for
13048         multi-line menus.
13050 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
13052         * [controls/edit.c]
13053         Changes to work as a library.
13055         * [if1632/callback.c] 
13056         Ifdefed module.
13058         * [if1632/relay.c]
13059         Changes to allow linking with WineLib.
13061         * [include/windows.h]
13062         Added macro WINELIB_UNIMP
13064         * [loader/library.c]
13065         When compiling WineLib, GetProcAddress is not implemented yet.
13067         * [loader/main.c]
13068         Added empty InitDLL when using WineLib.
13070         * [loader/ne_image.c]
13071         Some parts of the loader are needed for WineLib, ifdefed correctly
13073         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
13074         Disable compilation of module when compiling WineLib.
13076         * [toolkit/heap.c]
13077         Fixed small bug.  When passed an invalid handle WineLib would
13078         crash, now return NULL.
13080         * [toolkit/winmain.c]
13081         Call CreateNewTask in _WinMain.
13083 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
13085         * [controls/edit.c] [controls/widget.c]
13086         More changes to improve compatibility with Windows' edit
13087         control.  Finished off tab stop support.
13089 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
13091         * [if1632/relay.c]
13092         # of ordinals in shell.dll changed to 103.
13094         * [loader/signal.c]
13095         sti, cli will now be ignored.
13097         * [objects/brush.c]
13098         Added stub for GetSysColorBrush().
13100 ----------------------------------------------------------------------
13101 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
13103         * [controls/edit.c]
13104         Bug fixes and tidying up.  Preliminary tab stop support
13105         (doesn't work yet).
13107         * [windows/dialog.c]
13108         Reversed order of buttons in CheckRadioButtons so that all
13109         buttons are now displayed.
13111 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13113         * [include/options.h] [misc/main.c] [windows/win.c]
13114         Removed nosaveunders option, replaced by handling
13115         the CS_SAVEBITS flag.
13117         * [windows/class.c]
13118         Modified the fix for negative size in class extra bytes to
13119         avoid modifying the caller's data.
13121         * [windows/dc.c]
13122         Bug fix: system font must be a proportional font.
13123         Fixed a bug that caused the default pen to not be selected
13124         correctly in a DC.
13126         * [windows/graphics.c]
13127         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
13128         noticing it.
13130         * [windows/painting.c]
13131         Removed incorrect selecting of default objects in BeginPaint()
13132         (no longer needed because of the fix in dc.c).
13134 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13136         * [misc/mmsystem.c]
13137         * [misc/audio.c]
13138         Add more code to interface '/dev/dsp'.
13140         * New file [misc/mcicda.c]
13141         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
13143         * New file [misc/mmaux.c]
13144         Stubs to make a future driver connected to '/dev/mixer'.
13146         * [windows/win.c]
13147         Temporary patch to CreateWindowEx() for reseting negative
13148         coordinates to 0,0 ; because 'soundrec.exe' give negative values
13149         and I need it to work on MMSYSTEM ... :-)
13151         * [miscemu/int2f.c]
13152         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
13154 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
13156         * include/comm.h
13157         New file -- some definitions that were in comm.c now need to
13158         be shared with misc/dos_fs.c
13160         * misc/comm.c
13161         Some definitions moved into include/comm.h
13163         * misc/dos_fs.c (DOS_GetEquipment):
13164         Fixed error in equipment -- bitwise or of two values should
13165         be used instead of logical or.  Also added code to correctly
13166         report the number of serial and parallel devices.
13168 ----------------------------------------------------------------------
13169 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
13171         * [objects/bitmap.c]
13172         Allow negative bitmap sizes.
13174 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
13176         * [controls/edit.c]
13177         Improved selection display.  Added processing for WM_SETFONT,
13178         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
13179         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
13180         application's local heap.
13182         * [windows/graphics.c]
13183         Corrected bug in Rectangle().  XFillRectangle has the same
13184         width as Rectangle, but XDrawRectangle is one pixel wider
13185         for the same co-ordinates.
13187         * [memory/heap.c] [include/heap.h]
13188         Added HEAP_LocalSize function.
13190         * [windows/event.c] [windows/keyboard.c]
13191         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
13192         Added supporting code to GetKeyState and GetAsyncKeyState and
13193         merged mouse button states into GetKeyboardState.
13195         * [loader/resource.c] [include/accel.h]
13196         Added recognition of SHIFT, CONTROL and ALT keys to
13197         TranslateAccelerator.
13199         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
13200         A bit more metafile support.
13202 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
13204         * [loader/resource.c]
13205         SizeofResource() and AllocResource() added, AccessResource() updated.
13207         * [if1632/kernel.spec]
13208         FreeLibrary() used for FreeModule().
13210         * [windows/graphics.c]
13211         Rectangle(): swap left & right corners when right < left,
13212         swap top & bottom when botton < top.
13214 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13216         * [controls/combo.c]
13217         Fix bug in window style of the associated listbox.
13219         * [controls/menu.c]
13220         Skip separators in keyboard navigation by using new internal 
13221                 functions SelectPrevItem() & SelectNextItem(),
13223         * [misc/profile.c]
13224         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
13225                 IntBuf must be alloc to (5+1)=6. char instead of 5.
13227         * [misc/main.c]
13228         Put code in functions SetEnvironment() & GetEnvironment().
13230         * [misc/shell.c]
13231         Start putting some code in ExtractIcon() function.
13233         * [misc/mmsystem.c]
13234         Some code for MMTimer functions & timers list.
13236         * [miscemu/int31.c]
13237         Few stubs for DPMI interrupt calls. Nothing work yet.
13239 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
13241         * include/win.h (tagWND):
13242         Added icon fields icon, hIcon and rectClientSave to 
13243         the tagWND struct.
13245         * windows/Imakefile
13246         Added icon.c to the list of files to compile
13248         * windows/dce.c (GetDCEx):
13249         Added some checks for iconic mode and pass icon window as drawable,
13250         not the real window.
13252         * windows/defwnd.c (DefWindowProc)
13253         Added PAINTICON default windows procedure.
13255         * windows/event.c (EVENT_Expose)
13256         Added check for iconic window expose. If iconic window is exposed
13257         send a WM_PAINTICON message
13259         * windows/icon.c 
13260         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
13262         * windows/mdi.c (DefMDIChildProc)
13263         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
13265         * windows/message.c (hardware_event)
13266         Looks for icon as well as window now.
13268         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
13269         Added iconify/deiconify in NC_HandleSysCommand, new function
13270         NC_DoNCPaintIcon which paints an icon.
13272         * windows/painting.c (BeginPaint)
13273         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
13274         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
13275         windows behavior.
13277         * windows/win.h (CreateWindowEx)
13278         Set the default background color of a window to be white.
13279         Create icon window, turn off MINIMIZE if it is on, since
13280         I don't know what to do with it as of yet... register
13281         the icon with the hwnd of its window so we can identify where
13282         icon messages are coming from.
13284 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
13286         * windows/event.c: Added a hack to define XPointer when using
13287         X11R4. 
13289         * toolkit/hello.c: Test application for WineLib. To compile you'll
13290         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
13291         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
13293         * toolkit/heap.c: Extended the size of the block size per chunk.
13295         * misc/stress.c (GetFreeFileHandles): Fixed typo.
13297         * misc/main.c (main): Changes to allow compilation under SunOS. 
13299         * loader/library.c: Changed some ifdefs to compile WineLib.
13301 ----------------------------------------------------------------------
13302 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
13304         * loader/selector.c (GetCurrentPDB): 
13305         Added trivial function GetCurrentPDB() which returns the program
13306         segment prefix selector.
13308         * memory/heap.c (HEAP_Free): 
13309         If free list is empty, make the freed block the free list.
13311 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
13313         * controls/edit.c (EDIT_SetTextMsg): 
13314         Do not append a newline at the end of the last line.
13316         * windows/event.c (SetCapture): 
13317         Set winHasCursor if mouse capture succeeds.
13319 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13321         * [controls/listbox.c]
13322         Fix bug in listbox : InsertString should call AddString if -1.
13324         * [controls/menu.c]
13325         New function GetMenuState().
13327         * [controls/scroll.c] [windows/nonclient.c]
13328         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
13330         * [objects/text.c]
13331         Add Stub for TabbedTextOut(), which temporarely call Textout().
13333         * [windows/keyboard.c] [windows/event.c]
13334         New function GetKeyBoardState() with an KeyStateTable array
13335                 & associated handling in function EVENT_key().
13337 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
13339         * [controls/menu.c]
13340         IsMenu() added.
13342         * [loader/library.c]
13343         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
13344         added.
13346         * [object/gdiobj.c]
13347         IsGDIObject() added.
13349         * [miscemu/int2[56].c]
13350         bugfix: both didn't leave flags pushed on 16bit-stack.
13351         (winfile gets a bit further)
13353         * [miscemu/int16.c]
13354         Added (empty).
13356 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
13357         * windows/event.c:
13358         Added code to drop redundant motion Events in the XEvent queue.
13360 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
13362         * [misc/main.c misc/message.c include/texts.h]
13363         Removed the text-constants from message.c into variables
13364         which may be changed from X-resources.
13366         * [misc/main.c misc/message.c]
13367         added <locale.h> and setlocale() to main.c, used toupper() in message.c
13369 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
13371         * controls/button.c ( [CR]B_LButton* ) 
13372         left rc.right at full window width so click on label also 
13373         activates the control (MSWin behavior)
13375 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
13377         * include/windows.h:
13378           functions pointers can not be packed.
13379           (annoying warnings with forthcomming gcc-2.6.x)
13380         
13381         * loader/main.c (InitDLL): 
13382           Fixed a printf statement. (for control.exe) 
13384           (InitializeLoadedDLLs): 
13385           deleted shadow definition of  *wpnt.
13386           (Breaks many programs, because now COMMDLG will be
13387            initialized :-(
13389         * windows/win.c (SetWindowText): 
13390           added missing breaks; (PENSATE starts) 
13392         * windows/graphics.c (FloodFill): 
13393           Proper boundarys. (BANGBANG starts) FloodFile_rec should
13394           be rewritten.
13396         * objects/font.c (FONT_GetMetrics): 
13397           TYPO: use font->perchar only if it is defined. (WRITE starts)
13399 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
13400         controls/scroll.c:
13401         Fixes for improved behaviour when dragging thumb;
13402         Added SB_THUMBPOSITION message when thumb is released.
13404 ----------------------------------------------------------------------
13405 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
13407         * loader/selector.c (FixupFunctionPrologs): 
13408         New function to fixup loaded DLL function prologs.  It replaces the
13409         do nothing code with code that loads DS with the appropriate data
13410         segment for the DLL.
13412         * misc/cursor.c (LoadCursor): 
13413         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
13414         the possibility of multiple cursors in a single directory.  Also,
13415         it should check to see if the cursor is the right size.
13417         * objects/font.c (EnumFonts): 
13418         Checked for lpLogFontList[i] == NULL
13420         * objects/gdiobj.c (SetObjectOwner): 
13421         Removed stub.  Replaced with simple return in gdi.spec.  This
13422         function is not defined for the retail version of Windows.
13424         * memory/heap.c (WIN16_LocalHandleDelta): 
13425         New function.  This is really a dummy that imitates the proper
13426         return values.
13428         * loader/library.c (GetProcAddress): 
13429         Fixed definition of IS_BUILTIN_DLL() macro.
13431 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
13433         * miscemu/int21.c (SeekFile): 
13434         Needed to return current position in DX:AX.
13436         * windows/utility.c (windows_wsprintf): 
13437         Added support for '#' in format, and fixed bug with "ptr" being
13438         incremented too many times.
13440         * miscemu/int21.c (OpenExistingFile): 
13441         Add code to handle opening files read-only and write-only.
13443         * loader/wine.c:
13444         Segment fixups now done in LoadImage instead of _WinMain.  This
13445         is necessary to support LoadLibrary().
13447 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
13449         * [loader/*]
13450                 - fixed: GetModuleHandle() sometimes returned
13451                   a wrong handle.
13452                 - don't init dlls when cs == 0 (lzexpand, doesn't
13453                   seem to have a init function)
13454                 - LoadLibrary & LoadImage now return error instead
13455                   of stopping wine.
13456                 - moved most of NE-functions into one file.
13457                 - LoadLibrary() uses w_files list instead of its
13458                   own list.
13459                 - NE exectables are now fixed-up and initialised when
13460                   loaded instead of only once before calling InitTask.
13462         * [miscemu/int15.c] [miscemu/int31.c]
13463         Added.  
13465         * [loader/selector.c]
13466         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
13468         * [misc/main.c]
13469         Stub added for IsRomModule().
13471         * [miscemu/int21.c]
13472         Some cleanup, added heap for returning data.
13474 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13476         * [tools/build.c]
13477         Change MAX_ORDINALS     define to higher value, 1299 entries.
13478         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
13480         * [windows/utility.c]
13481         Bug fix in windows_wsprintf(), (twice increments ...).
13483         * [windows/winpos.c]
13484         Bug fix in SetWindowPos(), redraw was done if flag
13485                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
13487         * [misc/message.c] [controls/combo.c]
13488         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
13490         * [windows/win.c]
13491         In CreateWindowEx(), do SetMenu() calls after window creation,
13492                 just before sending to WM_NCCALCSIZE.
13494         * [controls/menu.c]
13495         In function SetMenu(), now use SetWindowPos() with 
13496                 flags SWP_FRAMECHANGED to readjust menu area.
13497         Function MenuBarCalcSize() redone.
13499 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
13501         * [objects/text.c]
13502         Fixed problems associated with DT_WORDBREAK flag.  String length
13503         was not being properly decremented when lines were folded, and
13504         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
13505         both on in addition to DT_WORDBREAK.  Windows does wrapping in
13506         this case, and now so does wine.
13508 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
13510         * [edit.c]
13511         cp1 was uninitialized iff lineno == 0
13513         *  FindFile tests for existance of file even if a full
13514            filename was supplied. What about unix file names?
13516         * [controls/listbox ]
13517         wndPtr was uninitialized for LB_SETTOPINDEX
13519         * [misc/property.c]     
13520         Do not free lpProp. Is it really allocated by malloc?
13521         {edited by Bob Amstadt: changed free() to GlobalFree()}
13523 ----------------------------------------------------------------------
13524 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
13526         * miscemu/int21.c (OpenExistingFile): 
13527         OpenExistingFile needed to return handle in AX register instead
13528         of the BX register.
13530         * miscemu/int21.c (ioctlGetDeviceInfo): 
13531         Added a little code to give a fake result for normal files.
13533 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
13535         * [memory/global.c]
13536         return value from GlobalSize was completely wrong.
13538         * [miscemu/int21.h]
13539         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
13540         dta correctly.
13542         * [tools/build.c]
13543         fixed creation of pop.h to guarantee that flags are restored correctly.
13545         * [misc/comm.c]
13546         changed all occurance of strncmp() to strncasecmp().
13547         BuildCommDCB() should not require that OpenComm() be called first.
13549         * [loader/selector.c]
13550         Heap initialized to size of full segment less stack size and 
13551         automatic data size.
13553 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
13555         * [controls/listbox.c]
13556         Correct typos in ListBoxResetContent where lpls variable is
13557         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
13558         twice on the same handle if hData and hMem are the same.
13560         * [debugger/opcodes/i386-dis.c]
13561         Add new name array names_rmw for table driven decoding of the
13562         16-bit mod/rm field.  Omit large case statement in OP_E and
13563         replace with array reference to match existing coding style.
13564         Add new static variable machine with value 286 or 386 to
13565         correctly decode mod/rm field in either 16 or 32 bit modes.
13566         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
13567         to decode mod/rm.  While the code was correct for 16 bit code,
13568         it was improperly decoding mod/rm fields on word prefixed
13569         32 bit instructions.
13571         * [debugger/debug.l]
13572         Recognize new token ABORT.   Recognize single letters 'p'
13573         and 'q' as tokens.
13575         * [debugger/dbg.y]
13576         Add new token ABORT.  Allow print command to be invoked by
13577         'p' and quit command by 'q', ala GDB.  Change lots of '};'
13578         to just '}'.  Add static dummy_regs to wine_debug so that
13579         wine_debug(0, NULL) doesn't core dump with qmagic.
13581         * [debugger/info.c]
13582         Correct syntax of break command in helptext and omit former
13583         comment about probable bugginess of the disassembly since it
13584         is now correct.  Change fprintf of first backtrace stack
13585         frame to match that of the second and subsequent frames.
13587         * [loader/selector.c]
13588         Change construction of command line in CreatePSP from creating
13589         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
13590         PSP command line looks like " arg1 arg2\r" with the length not
13591         including the trailing "\r" but that is not how Windows does it.
13593         * [loader/library.c]
13594         Change uses of %s to print strings in GetModuleHandle to %x so
13595         that string IDs don't cause a core dump with qmagic.  Handle
13596         converting a string id to a literal module handle.  For
13597         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
13598         it is a real module handle.
13600         * [misc/message.c]
13601         In MessageBox, translate a NULL title argument to the string "Error".
13603         * [misc/profile.c]
13604         In GetSetProfile translate a NULL Default argument to "".  Any
13605         caller whose Default argument is NULL is buggy, but CHARMAP does it
13606         anyway.
13608         * [objects/font.c]
13609         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
13611 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
13613         * New options/resourses nosaveunders and nobackingstore.  By 
13614         default backingstore and saveunders are now enabled, these use 
13615         more memory but avoids those slow (sometimes multiple) redraws 
13616         caused be exposure events.
13618 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13620         * [misc/driver.c] New file
13621         Skeleton for 'Installable Wine Drivers' functions. :-)
13622         * [misc/audio.c] New file
13623         Skeleton for basic 'Audio Driver' functions.
13624         * [misc/network.c] New file
13625         Stubs for few networking functions.
13627         * [misc/mmsystem.c]
13628         More coding ... a dust in a galaxy ...
13629         * [misc/shell.c]
13630         Some coding for 'RegXXX' functions ... a dust in the wind ...
13632         * [misc/profile.c]
13633         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
13635         * [objects/gdi.c]
13636         New function CreateDiscardableBitmap(), it just calling 
13637         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
13639         * [controls/listbox.c]
13640         * [controls/combo.c]
13641         New font member assigned to SYSTEM_FONT as default.
13642         Added processing for WM_SETFONT message;
13645 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
13647         * [windows/event.c]
13648         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
13650         * [windows/keyboard.c]
13651         Implemented beginning of GetAsyncKeyState.
13653 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
13655         * [objects/metafile.c] [include/metafile.h]
13656           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
13657           [windows/dc.c]
13658         Further metafile support.
13660 ----------------------------------------------------------------------
13661 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
13663         * [loader/selector.c]
13664         Allocate heap and stack segments as 64k.
13666 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
13668         * [loader/selector.c]
13669         Correct typos where memcpy is used instead of memset.
13671         * [loader/resource.c]
13672         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
13673         by calculating the value when the bitmap is not compressed.
13675         * [miscemu/int21.c]
13676         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
13678         * [loader/resource.c]
13679         New function type_match to handle string resource types as
13680         well as IDs.  In addition, compare only low 4 bits of type_id
13681         when both numbers are IDs so that 0x0002 matches 0x8002.
13682         In FindResourceByNumber and FindResourceByName use type_match
13683         instead of comparing numbers.  In FindResource handle the
13684         "#number" syntax and empty strings in both the resource and
13685         type names.
13687 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
13689         * [windows/dialog.c]
13690         Fix inadvertent printing of string IDs as strings.
13692 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13694         * [controls/menu.c]
13695         New functions GetMenuItemCount(), GetMenuItemID().
13696                 GetMenuString() & HiliteMenuItem().
13697         Bug fix in CheckMenuItem().
13698         Function SetMenu() now make client area recalc if menu removed.
13700         * [windows/winpos.c]
13701         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
13702                 windows with initial width or height equal zero.
13704         * [objects/gdiobj.c]
13705         New function EnumObjects(), using new lpPenBrushList buildup
13706                 from calls to new function GDI_AppendToPenBrushList().
13707                 ('pbrush.exe' don't show its face yet ! ... :-( )
13708         New EMPTY STUB for function SetObjectOwner(),
13709                 ('mplayer.exe' call it via GetProcAddress() ...)
13711         * [objects/font.c]
13712         New internal functions ParseFontParms() & InitFontsList().
13713         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
13714         FONT_MatchFont now make retries to find closest-smallest font.
13715                 ('charmap.exe' can now show the differents fonts available)
13717         * [windows/nonclient.c]
13718         Use small dos OBM_OLD_CLOSE button for MDI windows.
13720         * [windows/graphics.c] [objects/bitmap.c]
13721         Start to remove obsolete globals such XT_screen ...
13723         * [loader/library.c]
13724         Make function GetProcAddress() working also with builtin DLLs.
13726 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
13728         * [if1632/system.spec] [if1632/toolhelp.spec]
13729         system.dll & toolhelp.dll added.
13731         * [loader/library.c]
13732         Modified GetModuleFileName() to return the full
13733         filename.
13734         Added a check to LoadLibrary() to prevent loading
13735         built in dlls. (eg. user.exe)
13736         Added a check to FreeLibrary() to prevent built-in
13737         dlls from being freed.
13738         Modified GetProcAddress() to support builtin dlls.
13740         * [loader/signal.c] [miscemu/int2f.c]
13741         Added => pifedit runs.
13743         * [misc/dos_fs.c]
13744         Added a NULL-ptr check to DOS_closedir().
13746 ----------------------------------------------------------------------
13747 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
13749         * [windows/dce.c]
13750         Fixed bug with dce initialization that was causing dialog boxes to not
13751         be displayed.
13753         * [if1632/callback.c]
13754         Better fix for bug found by Martin.
13756 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
13758         * [ memory/heap.c ]
13759         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
13761 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13763         * [objects/font.c]
13764         Make EnumFonts() calling a callback with dummy fonts ... :-)
13766         * [objects/text.c]
13767         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
13769         * [if1632/callback.c]
13770         Temporarely go around bug in CallWindowProc(), you will see printfs.
13772         * [controls/edit.c]
13773         Make EDIT controls focused by a mouse click.
13775         * [misc/property.c]
13776         Bug Fix in function EnumProps(), better use of CallBack16().
13778         * [misc/mmsystem.c]
13779         Basic Skelton's for MCI messages dispatching function.
13781 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
13783         * [windows/utility.c]
13784         Added windows_wsprintf() for the emulator, wsprintf() is
13785         for libwine.
13787 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
13789         * [misc/cursor.c]
13790         Fix pointer problems in LoadCursor leading to heap corruption.
13792         *  [ controls/menu.c ]
13793         Fix two NULL dereferencing bugs.
13795 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
13797         * [objects/font.c]
13798         Fix NULL pointer dereferencing bug in GetCharWidth.
13800         * [loader/resource.c]
13801         Fix under-allocation of memory in LoadAccelerators.
13803         * [windows/class.c]
13804         Ignore negative sizes for extra fields in RegisterClass.
13806 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
13808         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
13809           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
13810           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
13811           [windows/dc.c] [windows/mapping.c]
13812         Beginnings of metafile support.
13814         * [misc/file.c]
13815         Corrected spelling of _lcreat.
13817         * [controls/edit.c]
13818         Minor bug fixes.
13819 ----------------------------------------------------------------------
13820 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13822         * [controls/scroll.c]
13823         Make thumbtrack button disappear if scroll box ratio < 3:1.
13824         Make arrow buttons rectangular if scroll box ratio < 2:1.
13825         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
13826                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
13827         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
13829         * [loader/library.c] [loader/task.c] [misc/exec.c]
13830         Continue playing around trying to get a second task running.
13832         * [windows/mdi.c]
13833         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
13835         * [everywhere]
13836         Adding previous works of the Apr 25, 94.
13838 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
13840         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
13841         Added Martin's mmsystem.dll stubs.
13843         * [misc/sound.c]
13844         Added remaining stubs for sound.dll.
13846         * [if1632/shell.spec] [misc/shell.c]
13847         Fixed prototypes (I found them in BC 4) and added ShellAbout()
13848         and AboutDlgProc().
13850 ----------------------------------------------------------------------
13851 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13853         * [loader/signal.c]
13854         Add XUngrabPointer() & XUngrabServer() in wine_fault().
13856 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
13858         * [objects/bitblt.c]
13859         color_stretch() rewritten to use ints only. *fast!*
13860         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
13861         use color_stretch().
13863 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
13865         * [controls/menu.c]
13866         SetSysMenu() added.
13868         * [misc/cursor.c]
13869         GetCursor() added.
13871         * [misc/main.c]
13872         SwapMouseButton() added, (NOP).
13874         * [windows/win.c]
13875         GetDesktopHwnd() added.
13877         * [if1632/*spec]
13878         Added not implemented functions defs as comment.
13880         * [misc/winsocket.c]
13881         Change WSAGetXbyY() functions to non-blocking ones,
13882         Added WSAAsyncSelect(). 
13883         (WSA functions can't be canceled yet).
13885 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
13887         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
13888         path when given a simple file name.  Fixed GetSetProfile to allow
13889         enumerating all key names when KeyName is null.
13891 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13893         * [objects/bitblt.c]
13894         Add protection to BitBlt() & StretchBlt() for width or height = 0.
13896         * [windows/nonclient.c]
13897         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
13898         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
13900         * [windows/win.c]
13901         CreateWindowEx() & DestroyWindow() now call respectively
13902                 AddWindowToTask() & RemoveWindowFromTask().
13903         New empty stub for function AnyPopup().
13905         * [loader/library.c]
13906         Bug Fix : GetModuleFileName() now return full path filename.
13908         * [include/menu.h] [controls/menu.c]
13909         Add hText handle and remove obsolete MENUITEM struct members.
13910         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
13911         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
13913         * [misc/file.c]
13914         GetTempFilename() now create a file.
13915         _lcreate() use unix open (name, mode, perm), with perm=O666.
13917         * [if1632/relay.c]
13918         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
13920         * New file [misc/mmsystem.c]
13921         * New file [include/mmsystem.h]
13922         * New file [if1632/mmsystem.spec]
13923         Many, many empty stubs ... :-)
13925 ----------------------------------------------------------------------
13927 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
13929         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
13930         Fixed bug for non-Linux systems.
13932 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13934         * [windows/win.c]
13935         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
13936         New empty stub for function SetSysModalWindow().
13938         * [misc/exec.c]
13939         New empty stub for function ExitWindows().
13941         * [objects/font.c]
13942         New empty stub for function EnumFonts().
13944         * New file [misc/property.c]
13945         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
13947         * New file [misc/shell.c]
13948         New empty stubs for function RegisterShellProc(), 
13949                         ShellExecute() & ShellProc().
13951         * New files [loader/task.c] & [include/task.h]
13952         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
13953                 from 'loader/library.c'.
13955         * [if1632/user.c] [if1632/kernel.c]
13956         Put Atoms functions entries.
13958         * [controls/combo.c]
13959         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
13961         * [controls/listbox.c]
13962         New functions DirDlgSelect() & DirDlgList().
13964 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
13966         * [objects/test.c]
13967         GrayString() added.
13969         * [if1632/callback.c]
13970         CallGrayStringProc() added.
13972         * [if1632/relay.c] [if1632/mmsystem.spec]
13973         Added.
13975         * [if1632/kernel.spec] [if1632/user.spec]
13976         Added forgotten specs for atom functions.
13978 ----------------------------------------------------------------------
13979 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
13981         * misc/spy.c (SpyInit): Added more message types
13983         * [windows/mdi.c] [include/mdi.h]
13984         Maximizing and restoring child windows.
13985         Tiling of child windows.
13987 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
13989         * [windows/winpos.c]
13990         Revert focus and activation to previous window when hiding a window.
13992         * [windows/syscolor.c]
13993         Implemented system color objects (brushes and pens created at
13994         SetSysColor() time for better performance).
13996         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
13997         Changed painting code to use system color objects.
13999         * [windows/message.c]
14000         New function MSG_InternalGetMessage() for internal messages
14001         loops (e.g. for dialogs or menus).
14003         * [windows/hook.c] [include/hook.h]  (New files)
14004         Beginning of the window hooks implementation.
14006         * [windows/dialog.c]
14007         Use new function MSG_InternalGetMessage() in DialogBox().
14009         * [if1632/callback.c]
14010         Added function CallHookProc().
14012 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14014         * [windows/event.c]
14015         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
14017         * [misc/exec.c]
14018         Nothing much more than a stub for LoadModule(), I saw there a lot
14019                 to be done in that corner, I will come back later ...
14021         * [loader/library.c]
14022         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
14023                         and associated modules & tasks linked-lists.
14024         (it's only an 'emerging bud', more to come next weeks).
14026         * [loader/wine.c]
14027         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
14029         * [control/menu.c]
14030         You can now click outside menu region without problem.
14031         Keyboard navig more smootly, even if a child has the focus.
14032         Bug fix in InsertItem(), (bad linklist when insert point not found).
14033         change Realloc for Free & Alloc in ModifyItem().
14034         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
14035                 done by DrawText(), (maybe it should done in DrawText() itself ?).
14037 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
14039         * [misc/profile.c]
14040         .INI files will now be stored in / loaded from the windows dir
14041         if no path is supplied.
14043         * [if1632/kernel.spec]
14044         Fixed GetDriveType's prototype.
14046         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
14047         Fixed prototypes: winsock uses a word as socket handle not an int.
14049         * [misc/winsocket.c]
14050         Added heap allocation for returned structures.
14051         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
14053         * [loader/wine.c]
14054         Added IsDLLLoaded(), used in LoadImage() to prevent loading
14055         a dll multiple times.
14056         Directory is added to wine's path when a fullpath is supplied when
14057         starting wine.
14058         LoadImage(): DLL filename used instead DLL's own internal name,
14059         fixes 'Bad DLL name' errors.
14061 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
14063         * [controls/edit.c] [controls/widgets.c]
14064         First release of edit control.
14066 ----------------------------------------------------------------------
14067 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
14069         * [include/mdi.h] [windows/mdi.c]
14070         Use WM_PARENTNOTIFY messages to activate children.
14071         Generate WM_CHILDACTIVATE messages.
14072         Beginnings handler for maxmized child window.
14073         Clean up when children are destroyed.
14075         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
14076         Removed code add 94/03/26.
14078 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14080         * [control/menu.c]
14081         Make mouse menu navigation working again. :-))
14082         (be carefull, clicking outside menus (ie.: clientrect) 
14083         not resolved yet)
14085         * [windows/nonclient.c]  [controls/scroll.c]
14086         Bugs fix in NCTrackScrollBars().
14088         * [misc/dos_fs.c]
14089         Bug fix in 'ToDos()' in conversion for '/',
14090                 (example: '/window/' was translated to 'WINDOWs').
14092         * [miscemu/int21.c]
14093         Function ChangeDir() extract possible drive before DOS_ChangeDir().
14095         * [loader/library.c]  [loader/wine.c]
14096         Playing around moving function GetProcAddress() and put some code in.
14098 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
14100         * [misc/main.c]
14101         Better explanation of command-line options.
14103         * [objects/dib.c]
14104         Implemented SetDIBitsToDevice().
14106         * [windows/dc.c]
14107         Bug fix in SetDCState().
14109         * [windows/event.c]
14110         Removed WS_DISABLED handling (now done in message.c).
14112         * [windows/message.c]
14113         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
14114         Use WindowFromPoint() to find the window for mouse events, taking
14115         into account disabled windows.
14117         * [windows/painting.c]
14118         Bug fix in BeginPaint() to allow calling it at other times than
14119         on WM_PAINT (Solitaire needs it...)
14121         * [windows/win.c]
14122         Implemented FindWindow().
14123         Rewritten EnableWindow() to behave more like Windows.
14125         * [windows/winpos.c]
14126         Rewritten WindowFromPoint() to also search child windows.
14128 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
14130         * [include/int21.h] -> [msdos.h]
14131         renamed.
14133         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
14134         new, added for int 10, 25 and 26.
14136         * [miscemu/ioports.c]
14137         new, added to allow win apps to use ioports.
14139         * [loader/signal.c]
14140         Added support for in, inb, out, outb instructions.
14142 ----------------------------------------------------------------------
14143 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
14145         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
14147 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
14149         * [windows/mdi.c]
14150         Window list properly updated.
14152         * [windows/message.c]
14153         Call WINPOS_ChildActivate() when mouse pressed.
14155         * [windows/nonclient.c]
14156         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
14157         NC_HandleNCPaint().
14159         * [windows/winpos.c]
14160         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
14162 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
14164         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
14165         (DeleteMenu): Many bug fixes.
14167         * [controls/menu.c]
14168         Created function FindMenuItem().
14170 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
14172         * [windows/win.c]
14173         Removed incorrect MDI handling code from CreateWindowEx().
14175         * [controls/menu.c]
14176         MF_STRING items needed to allocate a private copy of string.
14178         * [controls/menu.c]
14179         Fixed buggy calls to GlobalFree().
14181         * [memory/global.c]
14182         Eliminated some redundant code with function call.
14184 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
14186         * [windows/timer.c]
14187         timer list pointers looped in InsertTimer
14189 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
14191         * [misc/cursor.c]
14192         A few changes for desktop window support.
14194         * [misc/main.c]
14195         Added -depth option.
14197         * [misc/rect.c]
14198         Yet another bug fix in SubtractRect().
14200         * [objects/bitmap.c]
14201         Changes to use only one depth (specified with -depth)
14202         for color bitmaps.
14204         * [objects/brush.c]
14205         Added support for dithered solid brushes.
14207         * [objects/color.c]
14208         Use the same 20 system colors as in Windows.
14209         System palette initialisation now done in COLOR_InitPalette().
14210         Added support for a color mapping table to map logical color
14211         indexes to X colormap entries.
14212         Implemented GetNearestColor() and RealizeDefaultPalette().
14214         * [objects/dib.c]
14215         Added support for color mapping table.
14217         * [objects/dither.c]  (New file)
14218         Implemented solid color dithering.
14220         * [objects/palette.c]
14221         Implemented GetSystemPaletteEntries() and SelectPalette().
14223         * [windows/class.c]
14224         Make a copy of the menu name in RegisterClass().
14226         * [windows/dc.c]
14227         Fixed device caps when using a desktop window.
14228         Added support for the color mapping table in DCs.
14230         * [windows/event.c]
14231         Added ConfigureNotify handler on desktop window.
14233         * [windows/message.c]
14234         Removed call to XTranslateCoordinates() on every mouse motion
14235         New function MSG_Synchronize() to synchronize with the X server.
14237         * [windows/syscolor.c]
14238         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
14240         * [windows/winpos.c]
14241         Added synchronization on window mapping. Solves the double redraw
14242         problem when starting Solitaire.
14244 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14246         * [control/menu.c]      * [windows/defwnd.c]
14247         Make keyboard navigation working with menubar,
14248         but temporarely inserted a bug in menubar mouse handling ... :-((
14249         (it will be fix next week !)
14251         * [windows/defwnd.c]
14252         Connect VK_MENU to menubar navigation.
14254         * [loader/library.c]
14255         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
14257 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
14259         * [misc/main.c]
14260         Added Copy(). Added a check for `-h' to show usage.
14262         * [misc/dos_fs.c]
14263         Fixed bug in FindFile(), to load directories as dlls.
14265         * [misc/dos_fs.c]
14266         Fixed ToUnix() and ToDos() again, as my previous patch
14267         didn't make it.
14269         * [misc/dos_fs.c] [miscemu/int21.c]
14270         Bug fixes, should be able to handle all winfile and progman int21
14271         requests now except for a few small things.
14273 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
14275         * [memory/heap.c]
14276         Implemented GetFreeSystemResources().
14278 ----------------------------------------------------------------------
14279 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
14281         * controls/menu.c (GetSubMenu): Function did not return correct value
14283         * [windows/mdi.c]
14284         Beginnings of menu handling.
14286 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
14288         * [objects/font.c]
14289         if font.width equals zero use asterix instead.
14291 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14293         * [objects/bitmap.c]
14294         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
14296         * [objects/brush.c]
14297         Some changes with pattern brushes because of the new bitmap code.
14299         * [objects/color.c]
14300         Added function COLOR_ToPhysical for better color mapping.
14302         * [objects/dib.c]
14303         Heavily optimized SetDIBits().
14305         * [windows/dc.c]
14306         Opimized SetDCState() and DC_SetupGC*() functions.
14307         Added stub for CreateIC().
14309 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14311         * [misc/message.c]
14312         Call SetFocus() after closing box to give back focus to previous owner.
14314         * [misc/files.c]
14315         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
14317         * [control/scroll.c]
14318         Calls to BitBlt() replace by StretchBlt().
14320         * [control/menu.c]
14321         Call SetFocus() to previous owner after closing Popups. 
14322         Fill stub DeleteMenu().
14324         * [control/listbox.c]
14325         * [control/combo.c]
14326         Use SetFocus() in WM_LBUTTONDOWN.
14327         Close ComboBox List upon WM_KILLFOCUS.
14328         Early development of WM_MEASUREITEM mecanism.
14330         * [windows/defwnd.c]
14331         Early development of WM_MEASUREITEM mecanism.
14333 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
14335         * [misc/atom.c]
14336         Fixed sintaxis problem when building the library.
14338 ----------------------------------------------------------------------
14339 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
14341         * [include/windows.h]
14342         Added message types and structures for MDI
14344         * [include/mdi.h]
14345         Created internal structures for handling MDI
14347         * [windows/mdi.c]
14348         Began creating MDI support
14350 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
14352         * [loader/wine.c] [include/wine.h]
14353         Added new field to "struct w_files" to hold the "name table"
14354         resource for Windows 3.0 programs
14356         * [loader/resource.c]
14357         Added code to handle programs with a "name table" resource.
14358         LoadResourceByName() modified to check for the existence of
14359         this resource.
14361 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14363         * [objects/color.c]
14364         Added installing the private colormap on the desktop window.
14366         * [windows/event.c]
14367         Cleaned up focus event handling (see focus.c).
14368         Use GetFocus() to direct key events to the correct window.
14370         * [windows/focus.c]
14371         Rewritten SetFocus() to:
14372         - only set X focus on top-level windows
14373         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
14374         - prevent setting focus to disabled windows
14375         - install private colormap so -privatemap option works again
14377         * [windows/message.c] [windows/timer.c]
14378         Changed timer management to no longer use PostMessage(), but
14379         to generate timer messages on the fly. Also fixed a related bug
14380         in GetMessage() which could cause busy-waiting.
14382         * [windows/win.c]
14383         Only select focus events on top-level windows.
14385         * [windows/winpos.c]
14386         Added some sanity checks for desktop window.
14388 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
14390         * [misc/dos_fs.c]
14391         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
14392         Support for tilde symbol added for rootdirectories in [drives]
14393         section of wine's configfile.
14395         * [misc/file.c]
14396         hread(), hwrite() added.
14398         * [misc/main.c]
14399         hmemcpy() added.
14401         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
14402         Added STRESS.DLL, an useless dll used to stress a windows system.
14404         * [*/*]
14405         Added missing #includes, fixed prototypes for prototype checking.
14407         * [include/prototypes.h]
14409         Added prototypes for loader/*c, if1632/*c.
14411 ----------------------------------------------------------------------
14412 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
14414         * [Configure]
14415         Added reminder to set WINEPATH, if it is not set.
14417         * [Imakefile]
14418         Removed #elif's
14420         * [controls/button.c]
14421         Added BN_CLICKED notification for owner-draw buttons.
14423         * [if1632/kernel.spec] [memory/heap.c]
14424         Changed Local* functions to WIN16_Local* to prevent unconcious use
14425         of these functions.
14427         * [if1632/relay.c]
14428         Push old Stack16Frame on stack before setting.
14430         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
14431         Added multiple local heap handling in Atom* functions.
14433         * [include/regfunc.h] [miscemu/int21.c]
14434         Rewrote DOS3Call() use context frame that is already on the stack.
14436         * [misc/profile.c]
14437         Fixed to allow leading ";" to mark comments.
14439         * [misc/spy.c]
14440         Fixed bugs and added support for "include" and "exclude" filters.
14442         * [misc/user.c]
14443         Rearranged calls in InitApp().
14445         * [misc/font.c]
14446         Fixed font handling to create system fonts, if they are used.
14448         * [windows/dc.c]
14449         If text drawn on window with no font specified, then default the
14450         font to the system font.
14452 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14454         * [controls/desktop.c]
14455         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
14456         Implemented SetDeskPattern().
14458         * [misc/main.c]
14459         Added -desktop option to get a large desktop window with
14460         everything inside it.
14461         Added -name option.
14463         * [misc/rect.c]
14464         Bug fix in SubtractRect().
14466         * [objects/*.c]
14467         Replaced the DefaultRootWindow() macro by the rootWindow variable.
14469         * [windows/event.c] [windows/message.c]
14470           [windows/nonclient.c] [windows/win.c]
14471         A few changes to accomodate the new desktop window.
14473  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
14475         * [toolkit/arch.c] --New file-- 
14476         Routines for converting little endian data structures to
14477         big-endian data structures, currently only BITMAP structures are 
14478         converted.
14480         * [misc/atom.c]
14481         When used as part of the WineLib, the code is much simpler.
14482         Doesn't depend on alignement.
14484         * [loader/wine.c]
14485         Ifdefed Emulator dependent code if compiling WineLib.
14487         * [loader/resource.c]
14488         Moved misc/resource.c to loader/resource.c.
14490         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
14491         Ifdefed whole code if compiling WINELIB.
14493         * [include/winsock.h]
14494         Added compilation define to allow compilation on SunOS.
14496         * [include/wine.h]
14497         Removed load_typeinfo and load_nameinfo prototypes, they belong
14498         to neexe.h
14500         * [include/neexe.h]
14501         Added load_typeinfo and load_nameinfo prototypes.
14503         * [include/arch.h]
14504         Fixed some bugs in the conversion routines.
14505         Added macros for Bitmap loading.
14507 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
14508         
14509         * [if1632/kernel.spec] [memory/global.c]
14510         Implemented GetFreeSpace()
14512         * [if1632/user.spec] [loader/resource.c]
14513         Implemented CreateIcon()
14515 ----------------------------------------------------------------------
14516 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
14518         * [Configure] [*/Imakefile]
14519         Created configure script to handle different types of Wine builds.
14521         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
14522         Added ability to compile Wine on systems with 14-char filename limit.
14524         * [if1632/relay.c] [include/options.h] [misc/main.c]
14525         Added -relaydbg option to command line if DEBUG_RELAY is defined.
14527         * [loader/selector.c]
14528         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
14530         * [memory/heap.c]
14531         Fixed LocalInit() to work correctly.
14533         * [misc/user.c]
14534         Added code to call loaded DLLs' initialization routines.
14536 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14538         * [windows/dce.c]
14539         Added clipping of child windows by their parent's client area.
14541         * [windows/nonclient.c]
14542         Bug fix in NC_DoNCPaint().
14544         * [windows/painting.c]
14545         Bug fix in RedrawWindow().
14547 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14549         * [mem/atom.c]
14550         Bug fix again in ATOM_DeleteAtom() : 
14551                 change LocalFree() by USER_HEAP_FREE().
14552         (Previous patch done Feb 13th had been lost)
14554         * [controls/scroll.c]
14555         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
14557         * [windows/class.c] (sorry Alex ...)
14558         There was no bug there "in RegisterClass() : 
14559                 WNDCLASS->lpszClassName was reset to NULL."
14560                               ^^^^^
14562         * [misc/clipboard.c]    --- New File ---
14563         New function EnumClipboardFormats().
14564         New function OpenClipboard().
14565         New function CloseClipboard().
14566         New function EmptyClipboard().
14567         New function GetClipboardOwner().
14568         New function GetClipboardViewer().
14569         New function CountClipboardFormats().
14570         New function IsClipboardFormatAvailable().
14571         New function OpenClipboard().
14572         New function GetClipboardData().
14573         New function SetClipboardViewer().
14574         New function EnumClipboardFormats().
14575         New function RegisterClipboardFormat().
14576         New function ChangeClipboardChain().
14577         New function SetClipboardData().
14578         New function GetOpenClipboardWindow().
14579         New function GetPriorityClipboardFormat().
14580         New function GetClipboardFormatName().
14582 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
14584         * [misc/comm.c]
14585         bugfix in OpenComm().
14587 ----------------------------------------------------------------------
14588 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
14590         * [include/winsock.h]
14591         The sockproto struct is already defined in <sys/socket.h>
14593         * [misc/winsock.c]
14594         Need to include <netinet/in.h> for struct in-addr.
14595         Use sys_errlist[] instead of strerror[].
14597         *[toolkit/heap.c]
14598         ANSI C specifies that the malloc functions are defined in stdlib.h,
14599           so we don't need to include malloc.h.
14601         *[loader/ldtlib.c]
14602         Print informative error message about probable cause of i386_set_ldt()
14603           failure and then exit.
14605         *[Imakefile]
14606         For systems that don't use gmake by default, set the MAKE variable
14607           to gmake and propagate it on recursive makes.
14608         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
14609           can be built with the FreeBSD 1.0.2 compiler.
14611 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
14613         * [objects/bitblt.c]
14614         Added in three functions to do stretching and compression
14615         for WHITEONBLACK, BLACKONWHITE, and color copies.
14617 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
14619         * [windows/graphics.c]
14620         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
14621         inefficent, but should suffice for now.
14623         * [include/windows.h]
14624         Changed the x,y paramaters for the FloodFill prototype 
14625         from ints to shorts
14627 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14629         * [windows/widgets.c]
14630         Added desktop window class.
14632         * [windows/painting.c]
14633         Bug fix in RedrawWindow().
14634         Implemented ExcludeUpdateRgn().
14636         * [windows/win.c] [windows/winpos.c]
14637         Implemented desktop window.
14639         * [controls/desktop.c]
14640         Preliminary desktop window procedure.
14642 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14644         * [controls/menu.c]
14645         New function LoadMenuIndirect().
14646         New function GetMenuCheckMarkDimensions().
14648         * [if1632/user.spec]
14649         Entry for DefDlgProc().
14651         * [windows/class.c]
14652         Fix bug in RegisterClass() : 
14653                 WNDCLASS->lpszMenuName was reset to NULL.
14655         * [windows/win.c]
14656         In CreateWindowEx(), if hMenu == 0 then use 
14657                 wndclass->lpszMenuName to load Menu from resource;
14659 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
14661         * [loader/library.c] [loader/wine.c]
14662         Fixed runing DLL's as main executable problem.
14664         * [misc/dos_fs.c]
14665         Added wildcard support in DOS_readdir().
14667         * [misc/winsocket.c]
14668         Added proper error handling of BSD winsocket functions.
14670         * [miscemu/int21.c]
14671         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
14673         * [main/main.c]
14674         Added functions for GetVersion, GetWinFlags and GetTimerResolution
14675         for libwine.a, SystemParametersInfo() partly implemented.
14677 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
14679         * [toolkit/winmain.c]
14680         Added _WinMain function. Setups the library (calls USER_InitApp).
14682         * [toolkit/sup.c]
14683         Added load_mz_header, load_ne_header, load_type_info and
14684         load_name_info functions.
14686         * [toolkit/heap.c] 
14687         Code cleanup. 
14689         * [misc/user.c]
14690         Moved from loader/misc.c. I hope to put back all the loader
14691         functions in the ~loader subdirectory in the future. CUrrently is
14692         needed since it has USER_InitApp.
14694         * [misc/resource.c]
14695         Since WineLib will probably need DLLs (currently it needs
14696         Sysres.dll). WineLib will be using much code of the loader again.
14697         So I removed some ifdefs that were used by WineLib.
14699         Added load_typeinfo and load_nameinfo (and the corresponding
14700         functions in [toolkit/sup.c]
14702         Added integer convertion functions in the needed places.
14704         Added very ugly patch (includes wine.c). In the next release I
14705         plan to move back all the loader routines to ~/loader. In the
14706         meantime I needed this patch. It doesn't affect any of the
14707         emulator code (its ifdefed for WineLib).
14709         * [misc/main.c]
14710         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
14711         Ifdefed argument number checking when compiling the library.
14713         * [loader/wine.c]
14714         Modified to use load_(mz|ne)_header instead of doing a direct
14715         read.  When compiling the emulator it still uses the direct read
14716         for performance. 
14718         * [include/wine.h]
14719         Prototypes for loading routines.
14721         * [include/class.h]
14722         Added WINE_PACKED macro instead of __attribute__ ((packed))
14724         * [include/arch.h]
14725         Macros for converting integers (Little endian to big-endian).
14726         Needed in the Sun to allow loading of DLL files.
14728 ----------------------------------------------------------------------
14729 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14731         * [windows/clipping.c]
14732         Moved everything into windows/painting.c and removed this file.
14734         * [windows/message.c]
14735         Removed calls to memmove() in MSG_RemoveMsg().
14737         * [windows/nonclient.c]
14738         Added WM_GETMINMAXINFO support for window resizing.
14740         * [windows/painting.c]
14741         Implemented RedrawWindow().
14743         * [windows/scroll.c]
14744         Bug fix in ScrollWindowEx().
14746         * [windows/win.c]
14747         Moved UpdateWindow() to windows/painting.c.
14749 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
14750         
14751         * [loader/wine.c] [misc/dos_fs.c]
14752         getenv() eq NULL bugfixes.
14754         * [misc/comm.c]
14755         cfmakeraw changed for SunOS.
14757 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14759         * [mem/atom.c]
14760         Bug fix in ATOM_DeleteAtom() : 
14761                 change LocalFree() by USER_HEAP_FREE().
14763         * [misc/message.c]
14764         New function FatalAppExit().
14766         * [objects/font.c]
14767         New empty stub SetMapperFlags().
14769         * [controls/menu.c]
14770         Better CheckMark & other bitmaps placement.
14772         * [windows/graphics.c]
14773         New function RoundRect() : calc.exe now working...
14775 Tue Feb 15 14:29:37 1994  John Richardson
14777         * [objects/bitblt.c]
14778         Fixed StretchBlt so it works quicker and faster.  It still doesn't
14779         use the StretchMode bits for bitmap compression, but that will
14780         come soon.
14782 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
14784         * [include/windows.h,dialog.h,gdi.h]
14785         Changed __atribute__ ((packed)) for WINE_PACKED. 
14786         When compiling the library this is defined as nothing. This gets
14787         rid with all the problems compiling under SunOS. Also 
14789         * [windows/utility.c]
14790         Added DebugPrintString.
14792         * [toolkit/sup.c]
14793         Added hSysRes = 1 definition to resolve externals.
14794         Added CallLineDDAProc function (toolkit version).
14795         Added toy, and hi ineficient memmove until code in message.c get
14796         rewritten.
14798         * [objects/gdiobj.c]
14799         Ifdefed linux/emulator-dependent code to allow compilation of
14800         WineLib.
14802         * [misc/winsocket.c]
14803         Added ifdef to allow compilation under SunOS.
14805         * [misc/resource.c]
14806         When compiling the library, the resource file is expected to be in
14807         a file called $argv[0].Res. Also the information of the resource
14808         is expected to be at offset 0 of the .Res file.
14810         * [misc/main.c]
14811         Call WinMain with arguments if compiling WineLib.
14812         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
14813         Call sync_profiles to preserve changes to .INI files.
14815         * [misc/comm.c,dos_fs.c]
14816         removed call to atexit(Comm_DeInit)
14817         removed call to atexit(DOS_DeInitFS)
14818         Shutdown functions are now called from the return of WinMain
14820         * removed memorylib subdirectory
14822         * moved memory/atom.c    to misc/atom.c
14823           moved memorylib/heap.c to toolkit/heap.c
14825         * [loader/wine.c]
14826         Moved DebugPrintString to windows/utility.c
14828         * [include/winsock.h]
14829         Define SO_DONTLINGER only if it has not been previously defined.
14831         * [include/windows.h]
14832         added definition for DLGPROC.
14833         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
14834         When compiling WineLib WNDPROC is defined with all the parameters
14835         to avoid compilation problems.
14837         * [include/user.h]
14838         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
14839         calls are translated to the library allocation routines.
14841         * [include/gdi.h,user.h]
14842         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
14843         translated to the library allocation routines.
14845         * [include/atom.h]
14846         Defined LocalAlign. When compiling the emulator it's translated as
14847         a call to LocalAlloc (the original code), when compiling WineLib
14848         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
14849         (atom.c needs aligned data on a 4 byte boundary).
14851         * [misc/file.c]
14852         Renamed KERNEL_* functions and fixed prototypes.
14854         * [if1632/kernel.spec]
14855         Renamed KERNEL_* functions in order to be used by applications
14856         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
14857         _llseek, _lopen, _lwrite).
14859         * [Makefile]
14860         Create library instead of executable when building target
14861         libwine.a 
14863 ----------------------------------------------------------------------
14864 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
14866         * [Makefiles]
14867         Use $(CC) instead of cc.
14868         Added libwine target.
14870         * [include/prototypes]
14871         #ifdefed section for WineLib
14873         * moved loader/cursor.c   to misc/cursor.c
14874           moved loader/resource.c to misc/resource.c
14875           moved misc/emulate.c    to miscemu/emulate.c
14876           moved misc/int1a.c      to miscemu/int1a.c
14877           moved misc/int21.c      to miscemu/int21.c
14878           moved misc/kernel.c     to miscemu/kernel.c
14879           moved misc/user.c       to miscemu/user.c
14881         * [memorylib/heap.c]
14882         Heap management for WineLib
14884         * [misc/comm.c]
14885         Modified to allow compilation under SunOS (#include errno, SunOS
14886         doesn't have atexit ()).
14888         * [misc/dos_fs.c]
14889         Modified to allow compilation under SunOS (#include vfs.h)
14891         * [misc/file.c]
14892         Modified to allow compilation under SunOS (OPEN_MAX constant,
14893         #include unistd.h)
14895         * [objects/palette.c]
14896         Modified to allow compilation under SunOS (#include limits)
14898         * [toolkit/sup.c]
14899         WineLib version of CallWindowProc.
14901         * [windows/event.c]
14902         Typedef XPointer under X11R4 (OpenWindows).
14904         * [windows/win.c]
14905         When compiling WineLib, use direct callbacks instead of the
14906         windows supplied callbacks.
14908 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
14910         * [loader/cursor.c]
14911         New function CURSOR_SetWinCursor(), for internal use, to set
14912         the cursor of a specific window more reliably than with SetCursor().
14914         * [windows/nonclient.c]
14915         Better window management. Moving and resizing from the system
14916         menu should work now.
14917         Added scroll-bar mouse tracking.
14919         * [windows/win.c]
14920         Moved scroll-bar creation and destruction to defwnd.c.
14922 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
14924         * [windows/nonclient.c]
14925         Call to StdDrawMenuBar() during NC's drawing.
14926         New NC_TrackMouseMenuBar() function which call 
14927                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
14929         * [controls/menu.c]
14930         New ChangeMenu() function.
14931         Remove permanently old Xt menu code.
14932         Make common functions MenuButtonDown(), MenuButtonUp()
14933                 & MenuMouseMove() for both popups & menubar.
14934         
14935         * [controls/combo.c]
14936         Paint OBM_COMBO directly in combo client.
14938         * [controls/listbox.c]
14939         Fix bug in multicolumns calculations.
14941         * [controls/Makefile]
14942         Remove rules for old file 'caption.c'.
14944         * [misc/kernel.c]
14945         Remove empty stub GetModuleFileName().
14947         * [loader/library.c]
14948         New GetModuleHandle() function.
14949         New GetModuleUsage() function.
14950         New GetModuleFileName() function.
14952         * [loader/resource.c]
14953         Try to find the bug a missing menu loading ... Not found yet !
14955         * [windows/win.c]
14956         Remove old menubar creation.
14958 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
14960         * [misc/winsocket.c]
14961         More functions added.
14963         * [if1632/winsock.spec] [misc/winsocket.c]
14964         Added John Brezak's winsock.dll stuff.
14966 ----------------------------------------------------------------------
14967 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
14969         * [loader/selector.c]
14970         Added function CreateNewSegments().  Modified IPCCopySelector
14971         to allow aliasing to any arbitrary memory space.
14973         * [memory/global.c]
14974         Fixed potential bug in GlobalGetFreeSegments().
14976         * [memory/linear.c]
14977         Created functions GlobalLinearLock() and GlobalLinearUnlock().
14979 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
14981         * [controls/widgets.c]
14982         Removed CAPTION window class.
14984         * [loader/cursor.c]
14985         Bug fix in LoadCursor(): don't allocate memory every time for
14986         built-in cursors.
14988         * [windows/clipping.c]
14989         Invalidate child windows in InvalidateRgn().
14991         * [windows/defwnd.c]
14992         Added repaint of the caption when changing window text.
14994         * [windows/event.c]
14995         Modified SetCapture() to allow keyboard events while capturing.
14997         * [windows/message.c]
14998         New function MSG_GetHardwareMessage(), to do mouse tracking
14999         without returning control to the Windows program.
15001         * [windows/nonclient.c]
15002         A couple of changes in frame drawing for DLGMODALFRAME windows.
15003         Rewritten window moving code, to use MSG_GetHardwareMessage()
15004         instead of non-client mouse events (this is the way Windows
15005         does it), and to send WM_ENTERSIZEMOVE messages.
15006         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
15008         * [windows/win.c]
15009         Allocate temporary structures on the USER heap instead of
15010         using GlobalAlloc().
15012         * [windows/winpos.c]
15013         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
15015 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15017         * [windows/nonclient.c]
15018         Call to StdDrawScrollBar() during NC's drawing.
15019         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
15020         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
15021         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
15023         * [controls/menu.c]
15024         New GetSubMenu() function.
15025         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
15027         * [controls/listbox.c]
15028         Start changes to satisfy recent changes in scrollbars/windows.
15030         * [loader/resource.c]
15031         Put some code in LoadAccelerators() stub.
15032         New TranslateAccelerator() function.
15034         * [windows/win.c]
15035         Remove GetMenu() & SetMenu() functions.
15036         Call to NC_CreateScrollBars() if required by CreateWindow().
15038 ----------------------------------------------------------------------
15039 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
15041         * [window/win.c]
15042         Added functions EnumWindows, EnumChildWindows, and helper
15043         WIN_EnumChildWin.  EnumWindows won't list all wine windows
15044         because GetDesktopWindow isn't complete.  However, the code
15045         is in place for it to work correctly and only needs 
15046         GetDesktopWindow to do so.  
15048 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
15050         * [windows/defwnd.c]
15051         Added handling of activation messages (WM_ACTIVATE,
15052         WM_NCACTIVATE, WM_MOUSEACTIVATE)
15054         * [windows/event.c]
15055         De-activate the window when losing input focus.
15057         * [windows/focus.c]
15058         Bug fix in SetFocus().
15060         * [windows/message.c]
15061         Added activation of the window on mouse-clicks.
15063         * [windows/nonclient.c]
15064         Changed non-client area painting to use the correct colors
15065         depending upon the activation state.
15066         Added WM_NCACTIVATE message handling.
15067         Fixed a couple of bugs in window moving and resizing.
15069         * [windows/winpos.c]
15070         Implemented Get/SetActiveWindow().
15071         Implemented SWP_NOACTIVATE flag in SetWindowPos().
15073 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15075         * [misc/message.c]
15076         MessageBox has a CaptionBar for his title except for
15077                 MB_SYSTEMMODAL with MB_ICONHAND.
15079         * [windows/nonclient.c]
15080         Call to NC_TrackSysMenu on SysMenu button mouse click.
15082         * [windows/defwnd.c]
15083         Call to NC_TrackSysMenu on Alt key (VK_MENU).
15085         * [controls/menu.c]
15086         New GetSystemMenu() function.
15087         New CopySystemMenu() internal function.
15088         New NC_TrackSysMenu() internal function.
15090         * [include/windows.h]
15091         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
15093 ----------------------------------------------------------------------
15094 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
15096         * [window/win.c]
15097         Added functions EnableWindow, IsWindowEnabled, and helper 
15098         WIN_SetSensitive.
15099         
15100         * [window/event.c]
15101         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
15102         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
15103         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
15104         button presses beep for a disabled window.  
15105         If anyone finds better places for these checks, please tell me.
15107 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15109         * [misc/message.c]
15110         Cleanup on buttons answer value returned.
15112         * [control/combo.c]
15113         Now use OBM_COMBO bitmap dropdown button.
15115 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
15117         * [misc/comm/c]
15118         A few bugfixes.
15120 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
15122         * [loader/cursor.c]
15123         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
15125         * [include/options.h] [misc/main.c]  (New files)
15126         Rewrote main() function to get rid of Xt application context,
15127         and added command-line option parsing.
15129         * [objects/color.c]
15130         Use of a private map now configurable with command-line option.
15132         * [windows/defwnd.c]
15133         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
15135         * [windows/event.c]
15136         Removed ConfigureNotify event handler (no longer needed).
15138         * [windows/message.c]
15139         Send WM_SETCURSOR message on mouse events.
15141         * [windows/nonclient.c]
15142         Use OEM bitmaps for the drawing of the non-client area.
15143         Added caption bar buttons handling, and moving and resizing of
15144         the window via the window frame (bypassing the window manager).
15146         * [windows/painting.c]
15147         Bug fix in BeginPaint().
15149         * [windows/win.c]
15150         Set the override_redirect flag for windows (to bypass window
15151         manager).
15153         * [windows/winpos.c]
15154         Implemented WindowFromPoint(), ChildWindowFromPoint(),
15155         BringWindowToTop(), Get/SetInternalWindowPos(),
15156         Get/SetWindowPlacement().
15158 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
15160         * [memory/heap.c]
15161         Added support for multiple local heaps.
15163 ----------------------------------------------------------------------
15164 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
15166         * [window/caret.c]
15167         Modified code to use system timer.
15169 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15171         * [windows/win.c]
15172         Windows create if required new XLIB MenuBar & CaptionBar.
15174         * [windows/defwnd.c]
15175         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
15176         (I'm not sure it's the good place for it, but it work...)
15178         * [loader/resource.c]
15179         optimize in FindResourceByNumber, make lseek() if next type ...
15181         * [controls/scroll.c]
15182         scrollbar buttons are now using system resources bitmaps.
15184         * [controls/caption.c] - new file ...
15185         captionbar showing title, close button with SysMenu,
15186         and other buttons using system resources bitmaps.
15188         * [controls/menu.c]
15189         New functions: SetMenuItemBitmaps() with 'glues',
15190         Make new version of LoadMenu() & ParseMenu(),
15191         ( put #define USE_POPUPMENU ).
15192         Implementation of MenuBar functions.
15193         
15194         * [sysres.dll]
15195         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
15196         New SYSMENU menu, it don't work yet ! :-((
15198 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
15200         * [memory/atom.c]
15201         Fixed a bug that could cause atoms to be case-sensitive.
15203         * [misc/rect.c]
15204         Bug fix in SubtractRect().
15206         * [objects/clipping.c]
15207         Bug fix when setting the clip mask to an empty region.
15209         * [windows/dce.c]
15210         Bug fix in ReleaseDC().
15212         * [windows/dialog.c]
15213         Call AdjustWindowRectEx() before creating the dialog window.
15214         Added support for DS_MODALFRAME style.
15216         * [windows/event.c]
15217         Cleaned up event handling and removed old Xt stuff.
15218         Moved double-click handling to windows/message.c
15220         * [windows/focus.c]
15221         Bug fix: only set the X focus when the window is viewable.
15223         * [windows/graphics.c]
15224         Rewritten DrawReliefRect() to use brush instead of pen, and
15225         to use the system colors.
15227         * [windows/message.c]
15228         Implemented WM_NCHITTEST message sending, and non-client
15229         mouse messages.
15230         Cleaned up double-click handling, and removed the Xt code.
15232         * [windows/nonclient.c]  (New file)
15233         Implemented AdjustWindowRect().
15234         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
15236         * [windows/painting.c]
15237         Added sending of the WM_NCPAINT message in BeginPaint().
15239         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
15240         Implemented system metrics.
15242         * [windows/win.c]
15243         Bug fix in setting the parent and owner in CreateWindow().
15244         Removed the Xt code.
15246         * [windows/winpos.c]
15247         Added sending of the WM_NCPAINT message in SetWindowPos().
15248         Removed the Xt code.
15250 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
15252         * [windows/class.c]
15253         Implemented GetClassName and GetClassInfo.
15255         * [windows/caret.c]
15256         Various improvements to text caret code.
15258 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
15260         * [misc/comm.c]
15261         Patches to work with NetBSD.
15263 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
15265         * [objects/bitblt.c] Added StretchBlt().
15267 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
15269         * [misc/user.c]
15270         Added creation of system message queue.
15272         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
15273         Added DC size fields into DC structure.         
15275         * [objects/clipping.c]
15276         Bug fix in CLIPPING_IntersectRect().
15278         * [windows/class.c]
15279         Allocate a DCE instead of a DC for CS_CLASSDC classes.
15281         * [windows/clipping.c]
15282         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
15284         * [windows/dce.c]
15285         Implemented GetDCEx() and GetWindowDC().
15287         * [windows/defwnd.c]
15288         Implemented WM_WINDOWPOSCHANGED handling.
15290         * [windows/event.c]
15291         Preliminary support for Xlib event handling instead of Xt callbacks.
15292         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
15294         * [windows/message.c]
15295         Preliminary support for multiple message queues.
15296         Implemented hardware_event() to store messages into the system queue.
15297         Implemented Get/SetTaskQueue().
15298         Better WM_PAINT and WM_TIMER handling.
15299         Changes to use Xlib instead of Xt for events.
15301         * [windows/painting.c]
15302         Use GetDCEx() to retrieve the DC, to get a correct visible region.
15304         * [windows/timer.c]
15305         Moved the timer procedure callback into DispatchMessage().
15306         Changed implementation to get rid of Xt timeouts.  Timer checking
15307         is now done inside GetMessage().
15309         * [windows/win.c]
15310         Allocate a DCE instead of a DC for CS_OWNDC windows.
15311         Replaced Xt calls with Xlib calls.
15312         Moved window positioning functions into windows/winpos.c
15314         * [windows/winpos.c]  (New file)
15315         Rewritten most of the window positioning functions.
15316         Implemented SetWindowPos() and MapWindowPoints().
15318 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15320         * [if1632/user.spec]
15321         Bad arguments description for function SetDlgItemText.
15323         * [objects/text.c]
15324         Function DrawText now handle DT_CALCRECT request.
15326         * [misc/message.c]
15327         Message boxes now use DrawText with DT_CALCRECT.
15329         * [windows/graphics.c]
15330         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
15332         * [windows/win.c]
15333         Bug fix for flags in function ShowWindow.
15334         More accurate WM_SIZE generated by function ShowWindow.
15336         * [controls/listbox.c]
15337         More code for LBS_MULTIPLESEL.
15338         More code for LBS_MULTICOLUMN.
15340         * [include/windows.h]
15341         Bad define for MF_SEPARATOR.
15343         * [controls/menu.c]
15344         New functions: PopMenuWndProc() with 'glues',
15345         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
15346         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
15347         Code in stubs: CreateMenu(), DestroyMenu(). 
15349 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
15351         * loader/wine.c: Added support for relocation types 5 and 6.
15353 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
15355         * [misc/comm.c]
15356         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
15357         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
15358         GetCommError(), SetCommEventMask(), GetCommEventMask(),
15359         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
15360         WriteComm().
15362 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
15364         * [windows/caret.c]
15365         Implemented text caret functions.
15367 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
15369         * [loader/wine.c]
15370         Bug fix in LoadImage().
15372         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
15373           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
15374         Modified graphics calls to take into account the DC origin.
15376         * [windows/defwnd.c]
15377         Added preliminary WM_NCCALCSIZE handling.
15379         * [windows/event.c]
15380         Send WM_NCCALCSIZE message on resize event.
15382         * [windows/win.c]
15383         Send WM_NCCALCSIZE message in CreateWindow().
15384         Realize widgets at creation time (should prevent problems with
15385         unrealized widgets).
15387 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15389         * [controls/static.c]
15390         Send mouse & keyboard message received to its parent.
15392         * [controls/scroll.c]
15393         Send keyboard message received to its parent.
15395         * [controls/listbox.c]
15396         Add Navigation keys .
15397         ListBox now use VSCROLL & HSCROLL instead of children.
15398         Alpha version of LBS_MULTIPLESEL.
15399         Alpha version of LBS_MULTICOLUMN.
15401         * [controls/combo.c]
15402         Add Navigation keys on closed ComboBox.
15403         Remove useless 'COMBOBOX_CreateComboBox' function.
15405 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
15407         * [loader/wine.
15408         LoadImage() modified to use FindFile().
15410         * [misc/file.c]
15411         SetErrorMode added
15413         * [misc/dos_fs.c]
15414         bug fixes.
15416 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15418         * [memory/global.c]
15419         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
15421         * [sysres.dll]
15422         preliminary version of a 'glass of wine' bitmap
15424         * [windows/event.c]
15425         New function 'GetCapture'.
15427         * [controls/scroll.c]
15428         Remove useless 'SCROLLBAR_CreateScrollBar' function.
15430         * [controls/listbox.c]
15431         Remove useless 'LISTBOX_CreateListBox' function.
15433 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
15435         * [objects/font.c]
15436         Corrected bugs in GetCharWidth().
15438         * [windows/event.c]
15439         Modified EVENT_key to send Windows virtual key codes for
15440         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
15441         for printable characters.
15443 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
15445         * [windows/graphics.c]
15446         Added Polyline and Polygon
15448 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
15450         * [controls/listbox.c]
15451         ListBoxDirectory() modified to use dos_fs.c's functions to
15452         access files&|drives.
15454 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
15456         * [misc/dos_fs.c]
15457         Added FindFile() to search a file in a dos/unix style path.
15458         
15459         * [misc/file.c]
15460         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
15461         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
15462         GetDriveType.                      
15464         * [misc/int21.c]
15465         Modified.
15467 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
15469         * [misc/profile.c]
15470         The Profile functions now return the correct values. They now
15471         implement all the features described in the SDK.
15473 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
15475         * [loader/selector.c]
15476         Rewrote selector aliasing routines to use System V IPC
15477         routine to alias memory segments.
15479 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15481         * [controls/listbox.c]
15482         More consistency in functions using wIndexes
15484         * [controls/scroll.c]
15485         New function : ShowScrollBar().
15487         * [loader/cursor.c] ... New file
15488         Move cursor functions from [loader/resource.c].
15489         New function : ClipCursor().
15490         New function : GetClipCursor().
15491         New function : CreateCursor().
15492         SetCursor() now working using gloabal variable 'winHasCursor'.
15494         *[object/palette.c]
15495         New stub only : SelectPalette().
15496         New stub only : RealizePalette().
15498         *[win/event.c]
15499         New function : EVENT_enter_notify(),
15500                 update 'winHasCursor' and send WM_SETCURSOR.
15502         *[win/defwnd.c]
15503         Add processing of WM_SETCURSOR message.
15505         *[win/win.c]
15506         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
15507         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
15508         New function ClientToScreen().
15509         New function ScreenToClient().
15511 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
15513         * [files.h / regfunc.h / misc/dos.c]
15514         Removed.
15516         * [misc/dos_fs.c]
15517         Added support for loading dosdrive cfg from wine.ini.
15519         * [misc/int21.c]
15520         Modified.
15523 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
15525         * [include/atom.h] [memory/atom.c]
15526         Implemented atoms.
15528         * [windows/class.c]
15529         Modified RegisterClass() to use atoms.
15530         Implemented CS_GLOBALCLASS style.
15532         * [windows/message.c]
15533         Implemented RegisterWindowMessage().
15535         * [loader/resource.c]
15536         Bug fix in LoadResource().
15538         * [windows/dialog.c]
15539         Modified CreateDialogParam() to use Find/LoadResource().
15541 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
15543         * [windows/scroll.c]
15544         Preliminary implementations of ScrollWindow, ScrollDC and
15545         ScrollWindowEx.
15547 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15549         * [controls/listbox.c]
15550         Optimization of redraw during 'Add' or 'Insert'.
15552         * [controls/scroll.c]
15553         Optimization of WM_PAINT during 'thumbtracking'.
15555         * [controls/button.c]
15556         Add of beta implement of 'BS_OWNERDRAW'
15558         * [controls/static.c]
15559         Style 'SS_ICON' new supported.
15561         * [misc/message.c]
15562         Begin of implemantation of MB_XXX styles.
15564         * [loader/resource.c]
15565         Function LoadIcon() : now prepare transparency Bitmap mask.
15566         Function LoadCursor() : now prepare a 'X pixmapcursor'.
15567         New function SetCursor() : not finished.
15568         New function ShowCursor() : not finished.
15569         New function AccessResource() : stub.
15571         * [obj/dib.c]
15572         Function DrawIcon(): deugging phase of icon transparency mask.
15574         * [loader/library.c]
15575         new file for news functions LoadLibrary() & FreeLibrary().
15577         * [sysres.dll]
15578         Resources only 16bits DLL for System Resources, icons, etc...
15580 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
15582         * [include/dialog.h] [windows/dialog.c]
15583         Simplified dialog template parsing.
15584         Implemented DialogBoxIndirect().
15586         * [windows/win.c]
15587         Fixed bug in CreateWindow() when aborting window creation.
15588         Modified UpdateWindow() to only update visible windows.
15589         Implemented IsWindow().
15591 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15593         * [controls/listbox.c]
15594         Listbox control window : new messages.
15596         * [controls/combo.c]
15597         Combo box control window : new messages.
15599         * [misc/message.c]
15600         Moved stub MessageBox() to this new file.
15601         Implemented of a callback, now MessageBox show a window.
15603         * [loader/resource.c]
15604         New function DestroyIcon()
15605         New function DestroyCursor()
15606         Filled stub LoadIcon()
15607         Filled stub LoadCursor()
15608         Bug fixed in FindResourceByName() : missing lseek().
15610         * [obj/dib.c]
15611         New function DrawIcon()
15613         * [windows/win.c]
15614         New function CloseWindow()
15615         New function OpenIcon()
15616         New function IsIconic()
15617         New Function FindWindow()
15619 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
15621         * [loader/selector.c]
15622         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
15624 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
15626         * [loader/selector.c]
15627         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
15629 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
15631         * [loader/resource.c]
15632         Wrote FindResource(), LoadResource(), LockResource(),
15633         and FreeResource()
15635         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
15636         Changed selector allocation method.
15638 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
15640         * [if1632/callback.c if1632/call.S if1632/user.spec] 
15641         added Catch (KERNEL.55) and Throw (KERNEL.56)
15642         
15643 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15645         * [controls/scroll.c]
15646         Scroll bar control window
15647                 Bug resolved : Painting message before scroll visible.
15649         * [controls/listbox.c]
15650         Listbox control window
15651                 Destroy cleanup.
15653         * [controls/combo.c]
15654         Combo box control window
15655                 Destroy cleanup.
15657         * [controls/button.c]
15658                 GetCheck Message now return is state.
15660         * [windows/win.c]
15661         New function IsWindowVisible()
15663 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
15665         * [if1632/user.spec]
15666         Removed some duplicate entries.
15668         * [include/dialog.h] [windows/dialog.c]
15669         Implemented dialog units and fonts.
15670         Added preliminary loading of dialog resources.
15671         Preliminary implementation of DialogBox().
15672         Implemented Get/SetDlgItem* functions.
15674         * [windows/win.c]
15675         Implemented WM_PARENTNOTIFY message.
15676         Implemented CreateWindowEx() and GetWindow().
15677         Completed DestroyWindow().
15679 Mon Nov  1 18:19:34 1993  Erik Bos
15681         * [loader/signal.c]
15682         Added support for int 0x11 & 0x12.
15684         * [loader/int21.c]
15685         Improved function handling.
15687 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
15689         * [objects/font.c]
15690         Implemented GetCharWidth().
15692 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
15694         * [Makefile]
15695         Use GNU malloc.
15697         * [include/int21.h include/wine.h]
15698         Change sc_eflags to sc_efl .
15700         * [include/wine.h]
15701         Fix misplaced #endif
15702         Include <signal.h> for NetBSD
15704         * [loader/int21.c]
15705         Don't include <sys/vfs.h> in NetBSD
15706         Do include <sys/mount.h> in NetBSD
15707         Cleanup some lint.
15709 Mon Oct 26 17:59:01 1993  Erik Bos
15711         * [include/int21.h]
15712         Added.
15714         * [loader/int21.c]
15715         Added support for many dos ints.
15717         * [misc/file.c] [include/files.h]
15718         Moved OPEN_MAX and DosDriveStruct to files.h.
15720 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
15722         * [controls/button.c]
15723         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
15724         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
15725         a preliminary USERBUTTON control.
15727         * [objects/text.c]
15728         Corrected bugs in TEXT_NextLine() and added handling of prefix
15729         character.
15731         * [controls/button.c]
15732         Disabled focus handling by commenting out SetFocus() calls until
15733         serious bug can be found.
15735 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
15737         * [controls/listbox.c]
15738         Listbox control window
15739                 Painting cleanup, new messages processed.
15741         * [controls/scroll.c]
15742         Scroll bar control window
15743                 Painting cleanup.
15745         * [controls/combo.c]
15746         Combo box control window
15747                 Painting cleanup.
15749 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
15751         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
15752         Better support for the private color map.
15753         Using a private map is now the default.
15755         * [windows/win.c]
15756         Bug fix.
15758         * [include/dialog.h] [windows/dialog.c]
15759         Implemented CreateDialog*() and IsDialogMessage().
15761         * [misc/xt.c] [windows/defwnd.c]
15762         Moved DefWindowProc() to defwnd.c.
15763         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
15765         * [windows/defdlg.c]
15766         Started the implementation of DefDlgProc().
15768         * [windows/win.c]
15769         Added WM_NCCREATE and WM_NCDESTROY messages.
15770         Implemented IsChild().
15772 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
15774         * [windows/focus.c]
15775         Implemented GetFocus() and SetFocus().
15777         * [windows/event.c]
15778         Added processing of FocusIn and FocusOut events.
15780         * [windows/graphics.c]
15781         Added DrawFocusRect().
15783 Sat Oct  9 14:36:57 1993  Erik Bos
15785         * [loader/int1a.c]
15786         Added more function handling.
15788 Wed Oct  6 12:21:22 1993  Erik Bos
15790         * [loader/signal.c]
15791         Split signal.c into int1a.c, int21.c and signal.c.
15793 Tue Oct  5 22:12:40 1993  David Metcalfe
15795         * [controls/static.c] [control/widgets.c]
15796         Static control class.
15798         * [objects/text.c]
15799         Added processing of additional DT_ flags to DrawText().
15801         * [windows/win.c] [misc/xt.c]
15802         Added SetWindowText() and WM_SETTEXT processing.
15804 Tue Oct  5 22:12:40 1993  Martin Ayotte
15806         * [controls/listbox.c]
15807         Listbox control window
15809         * [controls/scroll.c]
15810         Scroll bar control window
15812         * [controls/combo.c]
15813         Combo box control window
15815         * [include/combo.h]
15816         Combo box definitions
15818         * [include/listbox.h]
15819         Listbox definitions
15821         * [include/scroll.h]
15822         Scroll bar definitions
15824 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
15826         * [if1632/callback.c]
15827         Fixed bug in MakeProcInstance().
15829         * [debugger/info.c]
15830         Changed x/w and x/b to display in hex.
15832         * [debugger/i386-pinsn.c]
15833         Added code to properly unassemble 16-bit indexing.
15835 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
15837         * [loader/files.c] [misc/profile.c]
15838         System initialization file is now called "wine.ini" and can
15839         be located in the current directory, the user's home directory,
15840         or any directories specified in the WINEPATH environment variable.
15842         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
15843         Changed register function stack to match sigcontext structure.
15845 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
15847         * [loader/files.c]
15848         Created function to search a path for files to load.
15850         * [loader/wine.c]
15851         Modified exe and dll file loading to search through path
15852         specified by the environment variable WINEPATH.
15854 Thu Sep 30 22:30:21 1993  Eric Youngdale
15856         * [loader/signal.c]
15857         Bug fix.
15859 Thu Sep 30 22:30:21 1993  John Brezak
15861         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
15862           [debugger/obstack.h]
15863         Updates to allow debugger to function under NetBSD.
15865 Tue Sep 28 19:59:21 1993  David Metcalfe
15867         * [windows/win.c]
15868         Implemented support for windows with no borders.  Added
15869         GetParent(), GetDlgCtrlID(), GetWindowText() and
15870         GetWindowTextLength() functions.
15872         * [misc/xt.c]
15873         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
15874         to DefWindowProc and Implemented MessageBeep().
15876         * [windows/syscolor.c]
15877         Added preliminary system color support.
15879         * [controls/button1.c]
15880         Mods to new button control and integration with Wine.
15882 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
15884         * [controls/button1.c]
15885         New button control using GDI functions.
15886         
15887 Tue Sep 28 19:59:21 1993  Eric Youngdale
15889         * [debugger/*]
15890         Added debugging capabilities to Wine
15892 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
15894         * [objects/region.c]
15895         Bug fix
15897 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
15899         * [tools/build.c]
15900         Changed the entry point code to reduce the standard entry
15901         point size from 22 bytes to 10 bytes.  This leaves about
15902         4000 free entry points instead of the 800 in version 0.4.2.
15904         * [loader/resource.c]
15905         Rewrote functions to allow loading of resources from any
15906         DLL.
15908         * [loader/wine.c] [include/wine.h]
15909         Added functions GetFilenameFromInstance() and GetFileInfo()
15910         to search for a loaded file based on its instance handle.
15911         Added a field in struct w_files to make searching by an instance
15912         handle faster.
15914 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
15916         * [misc/profile.c]
15917         Implementation of .INI file handling
15919 Mon Sep 20 10:54:32 1993  David Metcalfe
15921         * [misc/profile.c.old]
15922         Implementation of .INI file handling
15924 Mon Sep 20 10:54:32 1993  John Brezak
15926         * [controls/WinButton.c]
15927         Bug fix with call to XtVaSetValues.
15929 Mon Sep 20 10:54:32 1993  Alexandre Julliard
15931         * [windows/win.c]
15932         Quick patch to get colormaps to work with button widget.
15934 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
15936         * misc/keyboard.c: 
15937         Ifdefed out some bogus Ansi<->Oem conversion functions
15939         * misc/lstr.c: 
15940         New file with string functions like lstr* IsChar* *Ansi* 
15942 Wed Sep 15 20:35:10 1993  John Brezak
15944         * [loader/signal.c]
15945         Additional changes to support NetBSD.
15947 Wed Sep 15 22:19:22 1993  Martin Ayotte
15949         * [windows/graphics.c]
15950         Added FrameRect function
15952 Tue Sep 14 13:54:45 1993  Alexandre Julliard
15954         * [objects/color.c] [objects/palette.c]
15955         Preliminary support for private color map.
15957         * [windows/class.c]
15958         Implemented CS_CLASSDC style.
15960         * [windows/dce.c]
15961         Moved DCEs to USER heap.
15962         Implemented class and window DCs.
15964         * [windows/event.c]
15965         Implemented CS_DBLCLKS style.
15967         * [windows/graphics.c]
15968         Bug fix in SetPixel().
15970         * [windows/win.c]       
15971         Implemented CS_OWNDC style.
15972         Implemented Get/SetWindowLong().
15974         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
15975           [windows/dce.c] [windows/message.c] [windows/win.c]   
15976         Moved windows from global heap to USER heap.
15978 Mon Sep 13 05:00:11 1993  Eric Youngdale
15980         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
15981           [loader/wine.c] [tools/build.c]
15982         Added ability to generate missing functions statistics.
15984 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
15986         * [WIN31-APPLETS]
15987         Added new file.
15989         * [if1632/kernel.spec]
15990         Added definitions for GetProfile{Int,String} and SetHandleCount.
15992         * [if1632/keyboard.spec]
15993         Created interface specification for Keyboard driver DLL.
15995         * [if1632/relay.c]
15996         Added keyboard.dll to list of included DLLs.
15998         * [if1632/user.spec]
15999         Added LoadAccelerators definition.
16001         * [loader/resource.c]
16002         Added LoadAccelerators stub.
16004         * [misc/file.c]
16005         Changed OpenFile, and added SetHandleCount (for winfile.exe)
16007         * [misc/keyboard.c]
16008         Added keyboard code.
16010         * [misc/profile.c] [misc/xt.c]
16011         Moved GetPrivateProfile* commands here, and added GetProfile*
16012         commands.
16014 Mon Sep 13 10:24:37 1993  Andrew Bulhak
16016         * [windows/utility.c]
16017         Implemented MulDiv(), OutputDebugString() and wvsprintf()
16019 Fri Sep 10 09:13:30 1993  John Brezak
16021         * [*/Makefile]
16022         Created patch to allow BSD make to build wine.
16024         * [windows/win.c]
16025         Fixed NULL pointer reference.
16027         * [windows/message.c] [misc/xt.c]
16028         Defined HZ to handle system specific timing.
16030         * [windows/graphics.c]
16031         Use M_PI is PI
16033         * [objects/pallete.c]
16034         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
16036         * [dump.c] [ldt.c] [wine.c]
16037         ifdef'ed linux headers for linux compile.
16039         * [loader/ldtlib.c]
16040         Add NetBSD system calls when compiled on that system.
16042         * [loader/selector.c]
16043         Use mmap(MAP_ANON, ...) for NetBSD.
16045         * [if1632/call.S]
16046         Fixed selector assumptions.
16048 Thu Sep 9 20:01:37 1993  David Metcalfe
16050         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
16051           [windows/win.c] [windows/class.c]
16052         Added 3D button control and tied into CreateWindow()
16054 Thu Sep  9 07:35:24 1993  Scott Laird
16056         * [if1632/sound.spec]
16057         Created interface specification for SOUND DLL.
16059         * [if1632/win87em.spec]
16060         Added more functions to the WIN87EM DLL interface specification
16062         * [misc/emulate.c]
16063         Created stubs for the new math emulation functions.
16065         * [misc/sound.c]
16066         Created stubs for the SOUND DLL.
16068 Sun Sep  5 21:02:10 1993  John Burton
16070         * [if1632/kernel.spec]
16071         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
16072         and _lwrite.
16074         * [include/windows.h]
16075         Added OF_ macros
16077         * [misc/file.c]
16078         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
16080 Fri Sep  3 18:47:03 1993  Alexandre Julliard
16082         * [windows/dc.c]
16083         Bug fix
16085         * [objects/text.c]
16086         Bug fix
16088 Fri Sep  3 18:47:03 1993  Bob Amstadt
16090         * [objects/linedda.c]
16091         Finished LineDDA().
16093 Fri Sep  3 11:52:18 1993  Bob Amstadt
16095         * [windows/timer.c]
16096         Changed to use CallWindowProc() rather directly calling callback.
16098         * [windows/event.c]
16099         Implemented SetCapture() and ReleaseCapture()
16101         * [windows/keyboard.c]
16102         Created stub for GetKeyState()
16104         * [objects/linedda.c]
16105         Created stub for LineDDA()
16107         * [if1632/callback.c]
16108         Created callback handler for LineDDA callback procedure.
16110         * [if1632/callback.c]
16111         Created FreeProcInstance()
16113 Fri Sep  3 08:36:52 1993  David Metcalfe
16115         * [loader/signal.c]
16116         Patch to and code for INT 1A
16118 Thu Sep  2 00:31:54 1993  Alexandre Julliard
16120         * [objects/font.c] [objects/text.c]
16121         More text support: implemented justification and underlining.
16123         * [windows/clipping.c] [objects/clipping.c]
16124         Moved low-level clipping functions to objects/clipping.c.
16126         * [windows/clipping.c] [windows/event.c] [windows/message.c]
16127         Implemented window update regions.
16129         * [windows/dc.c] [objects/dcvalues.c]
16130         Moved some device-independent DC functions to objects/dcvalues.c.
16132         * [windows/graphics.c]
16133         Implemented InvertRect() and GetPixel().
16135 Sat Aug 28 08:40:23 1993  Eric Youngdale
16137         * [include/neexe.h] [loader/wine.c]
16138         Added code to handle relocation type 4.
16140         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
16141         Added support for dos interrupts.
16143 Thu 26 Aug 19:15:00 1993  Eric Youngdale
16145         * [loader/selector.c]
16146         Fixed bug dealing with loading DLLs.
16148 Thu Aug 26 19:22:40 1993  Alexandre Julliard
16150         * [include/gdi.h] [objects/font.c] [windows/dc.c]
16151         Beginning of real font support.
16153         * [windows/graphics.c]
16154         Implemented PatBlt().
16156         * [memory/global.c]
16157         Corrected a bug with linked list handling in GlobalAlloc().
16159         * [objects/bitmap.c]
16160         Corrected a bug in BITMAP_SelectObject().
16162 Tue Aug 24 19:22:40 1993  David Metcalfe
16164         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
16165           [controls/SmeMenuButt*]
16166         Change code to support & as a special character in menu item text.
16168 Tue Aug 24 19:22:40 1993  Alexandre Julliard
16170         * [include/gdi.h] [windows/dc.c]
16171         Heavily modified the DC structure for better device-independence.
16173         * [objects/bitmap.c]
16174         Implemented bitmap dimensions.
16176         * [windows/dc.c] [windows/dce.c]
16177         Implemented DC state saving and restoring.
16179         * [windows/dc.c]
16180         Implemented ROP mode.
16182         * [windows/graphics.c]
16183         Implemented FillRect().
16185 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
16187         * [misc/xt.c]
16188         Fixed bug in InvalidateRect().  Solitaire attempted to
16189         clear window before it was realized.
16191         * [loader/resource.c]
16192         Began rewrite of LoadBitmap().
16194         * [loader/wine.c]
16195         Fixed code which set Argv and Argc global variables.
16197         * [loader/selector.c]
16198         Added code to set up command line arguments.
16200         * [include/neexe.h]
16201         Fixed error in PSP structure.
16203 Tue Aug 17 20:41:12 1993  Alexandre Julliard
16205         * [include/gdi.h] [windows/dc.c]
16206         Implemented device capabilities.
16208         * [objects/region.c]
16209         Implemented EqualRgn() and CombineRgn().
16211         * [windows/clipping.c]
16212         Implemented Save/RestoreVisRgn().
16214         * [windows/graphics.c]
16215         Implemented PaintRgn() and FillRgn().
16217         * [windows/mapping.c]
16218         Implemented mapping modes.
16220 Tue Aug 10 14:07:38 1993  Alexandre Julliard
16222         * [if1632/user.spec] [misc/rect.c]
16223         Implemented rectangle API functions.
16225         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
16226         Implemented regions.
16228         * [windows/class.c]
16229         Corrected a typo in UnregisterClass().
16231         * [windows/clipping.c] [windows/dc.c]
16232         Implemented DC clipping and visible region.
16234 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
16236         * [controls/menu.c] [windows/win.c]
16237         SetMenu(), GetMenu(), CheckMenuItem() implemented
16239 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
16241         * [controls/menu.c] [windows/win.c]
16242         Many improvements menus.  LoadMenu() should work.
16244 Wed Aug  4 14:55:36 1993  Alexandre Julliard
16246         * [objects/dib.c]
16247         Started the implementation of device-independent bitmaps.
16249         * [objects/bitmap.c]
16250         Added support for multiple bitmap depths.
16252         * [objects/brush.c]
16253         Implemented pattern brushes.
16255         * [windows/dc.c] [windows/graphics.c]
16256         Implemented some GDI graphics primitives.
16258 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
16260         * [controls/menu.c] [windows/win.c] [include/menu.h]
16261         Code to load class menus from executable file.
16263         * [if1632/user.spec]
16264         Fixed specification of SendMessage() and PostMessage.
16266 Mon Jul 26 21:53:24 1993  Alexandre Julliard
16268         * [if1632/call.S]
16269         Corrected a bug in KERNEL_InitTask().
16271         * [include/windows.h]
16272         Added a lot of constants.
16274         * [loader/selector.c]
16275         Corrected a bug in segment allocation in CreateSelectors().
16277         * [objects/bitmap.c]
16278         Implemented SelectObject() for bitmaps.
16280         * [objects/brush.c]
16281         Implemented hatched brushes and SelectObject().
16283         * [objects/gdiobj.c]
16284         Removed linked list (not needed).
16286         * [objects/palette.c]
16287         Implemented system palette creation and misc. palette API functions.
16289         * [windows/timer.c]
16290         Implemented timers.
16292         * [windows/dc.c]
16293         Implemented memory device contexts.
16295 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
16297         * [dos.c]
16298         Split DOS3Call() out of kernel.c.  Added support for get date
16299         and time functions.
16301         * [call.S]
16302         Added function ReturnFromRegisterFunc() to allow DOS calls
16303         to return values in registers.
16305         * [regfunc.h]
16306         Macros to access registers saved on stack.
16308 Tue Jul 20 10:38:59 1993  Alexandre Julliard
16310         * [win.c]
16311         Corrected allocation of the WM_CREATE data structure.
16313         * [dce.c] [dce.h]
16314         Implemented DCE handling.
16316         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
16317           [gdiobj.c] [palette.c] [pen.c]
16318         Implemented the GDI objects data structures and allocation.
16320         * [windows.h]
16321         Added several structures and constants for GDI objects.
16323 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
16325         * [ldtlib.c]
16326         Modified system calls to match Linus' new interface for
16327         the LDT modification.
16329         * [win.c]
16330         Fixed bug with WM_CREATE message.
16332         * [heap.c] [kernel.spec]
16333         Completed local heap allocation functions.
16335         * [global.c]
16336         Created function GlobalQuickAlloc() for easy allocation from DLLs
16338 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
16340         * [global.c]
16341         Completed global memory pool API
16343 Sun Jul 11 16:59:52 1993  Alexandre Julliard
16345         * [message.c] [user.c] [user.spec] [windows.h]
16346         Added emulation of Windows message queue.
16348 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
16350         * [build.c] Original by Bob Amstadt
16351         * [callback.c] Original by Bob Amstadt, updates by 
16352         Alexandre Julliard
16353         * [dump.c] Original by Bob Amstadt
16354         * [global.c] Original by Bob Amstadt
16355         * [heap.c] Original by Bob Amstadt
16356         * [kernel.c] Original by Bob Amstadt
16357         * [ldt.c] Original by Bob Amstadt
16358         * [ldtlib.c] Original by Bob Amstadt
16359         * [relay.c] Original by Bob Amstadt
16360         * [resource.c] Original by Bob Amstadt, updates by 
16361         Alexandre Juliard
16362         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
16363         * [user.c] Original by Bob Amstadt
16364         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
16365         Alexandre Julliard
16366         * [wintcl.c] Original by Regents of the University of California,
16367         updates by Peter MacDonald and Alexandre Julliard
16368         * [callback.h] Original by Bob Amstadt
16369         * [dlls.h] Original by Bob Amstadt
16370         * [heap.h] Original by Bob Amstadt
16371         * [neexe.h] Original by Bob Amstadt
16372         * [prototypes.h] Original by Bob Amstadt, updates by 
16373         Eric Youngdale
16374         * [segmem.h] Original by Bob Amstadt
16375         * [tkInt.h] Original by Regents of the University of California
16376         * [windows.h] Original by Peter MacDonald, updates by 
16377         Alexandre Julliard and Bob Amstadt
16378         * [wine.h] Original by Eric Youngdale
16379         * [kernel.spec] Original by Bob Amstadt, updates by 
16380         Alexandre Julliard
16381         * [gdi.spec] Original by Bob Amstadt, updates by 
16382         Alexandre Julliard
16383         * [shell.spec] Original by Bob Amstadt
16384         * [unixlib.spec] Original by Bob Amstadt
16385         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
16386         * [win87em.spec] Original by Bob Amstadt
16387         * [Windows.tcl] Original by Peter MacDonald, updates by 
16388         Alexandre Julliard
16389         * [build-spec.txt] Original by Bob Amstadt
16390         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale