Release 971130
[wine/hacks.git] / ChangeLog
blob76ac4baf3ef69c85ef4d01789a8581c1aa77da4a
1 ----------------------------------------------------------------------
2 Sat Nov 29 12:35:26 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [if1632/builtin.c]
5         Build a complete PE header for builtin Win32 modules.
7         * [loader/pe_image.c] [loader/module.c]
8         HMODULE32 now points to the loading address of the module. There
9         is no longer a separate PE_MODULE structure.
11 Fri Nov 28 11:21:47 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
13         * [ole/*][configure.in][Makefile.in][include/interfaces.h]
14           [if1632/olesvr32.spec][if1632/olecli32.spec]
15         New directory, moved OLE stuff there.
16         new .spec files for olecli32,olesvr32, some stubs added.
18         * [misc/shell.c]
19         Added support for extracting icons from PE dlls.
21         * [misc/shellord.c][if1632/shell32.spec]
22         Added a huge heap of ordinal only exported shell functions
23         (will work only in Win95).
25         * [loader/task.c]
26         Hack to make MakeProcInstance16 work in all cases (mplayer.exe).
28         * [win32/string32.c][include/string32.h]
29         Obsolete, removed.
31         * [windows/keyboard.c]
32         Added *RegisterHotkey.
34         * [objects/font.c][objects/text.c]
35         Added GetFontLanguageInfo, GetTextCharsetInfo.
37 Wed Nov 26 18:10:40 1997  Uwe Bonnes  <bon@elektron.ikp.physik.tu-darmstadt.de>
39         * [misc/network.c]
40         In WNetGetConnection16 return the Drive label and not the DOS-Cwd.
41         Makes Wordview 6 start on a network connected machine.
43         * [controls/status.c]
44         Catch a Null pointer in SW_SetText.
46         * [files/dos_fs.c]
47         Add NT5 functions GetLongPathName32.
49         * [files/file.c]
50         Make GetTempFileName16 accept drive 0 (Current Drive) too.
51         Handle more errors and be more verbose in FILE_SetDosError, fix
52         an error in DeleteFile32W
54         * [memory/virtual.c]
55         Implement FlushViewOfFile.
57         * [misc/crtdll]
58         Implement _rotl and splitpath and add a stub for 
59         _abnormal_termination.
61         * [misc/printdrv.c]
62         Stub for EnumPrinters32A.
64         * [win32/newfns]
65         Add Stub for QueryPerformanceFrequency, change return value
66         for QueryPerformanceCounter.
67         Add stub for DeviceIoControl.
69 Tue Nov 25 15:55:01 1997 Martin Boehme <boehme@informatik.mu-luebeck.de>
71         * [controls/combo.c] [controls/edit.c] [windows/defwnd.c]
72           [windows/winpos.c] [windows/win.c]
73         Removed WIN_NO_REDRAW flag.
75 Tue Nov 25 13:20:35 1997  Douglas Ridgway <ridgway@taiga.v-wave.com>
77         * [graphics/x11drv/bitblt.c]
78         Fixed memory leak in BITBLT_GetDstArea.
80 Sun Nov 23 14:05:23 1997  Andreas Mohr <100.30936@germany.net>
82         * [files/directory.c]
83         Export windows system directory to environment.
85         * [if1632/Makefile.in] [if1632/builtin.c] [if1632/w32skrnl.spec]
86           [if1632/win32s16.spec] [misc/w32scomb.c] [misc/w32skrnl.c]
87         Added Win32s DLLs W32SKRNL and WIN32S16.
89         * [if1632/kernel32.spec] [loader/module.c]
90         Added misc functions for Win32s.
92         * [if1632/kernel.spec] [loader/task.c]
93         Added DefineHandleTable().
95         * [scheduler/process.c]
96         Fixed SetEnvironmentVariable32A() to avoid heap corruption.
98 Sat Nov 22 14:11:42 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
100         * [windows/painting.c]
101         Fix leak in BeginPaint16() for CS_PARENTDC windows where the
102         update region was not properly released.
104 Thu Nov 20 03:55:29 1997  Gordon Chaffee <chaffee@CS.Berkeley.EDU>
106         * [loader/pe_image.c]
107         Implemented forwarded DLL functions.
109         * [objects/dib.c]
110         Added support for 16- and 32-bit mode DIBs.
111         Support negative bitmap heights.
113         * [win32/process.c]
114         Added stub for CreateProcess32W.
116         * [win32/security.c] [include/ntdll.h]
117         Added stubs for LookupAccountSid32A/W.
119         * [scheduler/process.c]
120         Use the size specified in the PE header for the process heap.
122 Mon Nov 17 00:53:35 1997  Len White <phreak@cgocable.net>
124         * [msdos/int3d.c]
125         New file. Stubs for int3d.
127 Sun Nov 16 12:30:00 PST 1997  Jason Schonberg  <schon@mti.sgi.com>
129         * [include/aspi.h]
130         Changed comment style from C++ to C.
132 ----------------------------------------------------------------------
133 Sun Nov 16 07:42:44 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
135         * [windows/dce.c] [windows/clipboard.c] [windows/nonclient.c]
136         Bug fixes.
138         * [misc/shell.c] [resources/*]
139         New "About" dialog.
141 Sat Nov 15 17:30:18 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
143         * [configure.in] [Makefile.in]
144         Replaced --with-library option by --disable-emulator. The default
145         is now to build both the library and the emulator.
146         Renamed --with options to --enable to follow autoconf guidelines.
148         * [loader/main.c] [miscemu/main.c] (New file)
149         Split initialization in WinelibInit/EmulatorInit.
151         * [loader/*.c]
152         Removed all remaining #ifdef's WINELIB.
154         * [controls/widgets.c] [windows/mdi.c]
155         Converted MDIClientWndProc to 32-bit.
157         * [debugger/break.c] [if1632/signal.c] [include/selectors.h]
158           [scheduler/thread.c]
159         Code and data selector values are now computed at run-time.
161         * [library/libres.c]
162         Moved to loader/ directory.
164         * [misc/main.c] [misc/version.c] (New file)
165         Moved all version stuff to version.c. Cleaned up a bit.
167         * [msdos/dpmi.c]
168         Update the REALMODECALL structure on return from real-mode
169         interrupt.
171         * [windows/event.c] [windows/keyboard.c]
172         Changed the way event coordinates are determined. Don't rely on
173         the ConfigureNotify event values. This should fix all problems
174         with cursor position in -desktop and -managed modes.
176 Sat Nov 15 16:09:36 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
178         * [controls/button.c]
179         (BUTTON_CheckAutoRadioButton): Prevent possible endless loop.
181 Wed Nov 12 03:42:45 1997  Chris Faherty <chrisf@america.com>
183         * [misc/ver.c]
184         Changed VerInstall32A to assume srcdir as destination if destdir
185         is blank.  This was causing alot of DLL installation into SYSTEM
186         directory to fail.
188         * [loader/ne_image.c]
189         NE_LoadSegment buffer[100] was too small and getting overruns.
190         Changed it to buffer[200].
192 Sat Nov  8 06:09:57 1997  Len White <phreak@cgocable.net>
194         * [misc/ddeml.c] [include/ddeml.h] [if1632/ddeml.spec]
195         Added stub functions DdeConnectList(), DdeQueryNextServer(),
196         DdeDisconnectList(), DdeSetUserHandle(), DdeAbandonTransaction(),
197         DdePostAdvise(), DdeCreateDataHandle(), DdeAddData(), DdeGetData(),
198         DdeAccessData(), DdeUnaccessData(), DdeEnableCallback(),
199         DdeCmpStringHandles().
201 Fri Nov  7 19:44:26 1997  Olaf Flebbe  <o.flebbe@science-computing.de>
203         * [files/directory.c]
204         Fix typo in directory.c [broke loading of cdplayer on nt40]
206         * [misc/main.c]
207         Implemented -winver nt40.
209         * [loader/resource.c] [user32.spec]
210         Stubs for CopyAcceleratorTable, Destroy AcceleratorTable.
212 Thu Nov  6 22:37:04 1997  Morten Welinder  <terra@diku.dk>
214         * [files/drive.c]
215         (GetDiskFreeSpace32A): Cap at 2GB.
217         * [include/windows.h]
218         Prototype DrawIconEx and CreateDIBSection32.
219         Define OBM_RADIOCHECK.
220         Add DI_* macros.
222         * [objects/dib.c] [if1632/gdi.spec]
223         CreateDIBSection is a WINAPI.  Renamed to CreateDIBSection32.
224         Implement CreateDIBSection16.
226         * [if1632/user.spec] [if1632/user32.spec]
227         Add DrawIconEx.
229         * [objects/cursoricon.c]
230         (CopyIcon32): Fix bogus implementation.
232         * [objects/bitmap.c]
233         (CopyBitmap32): New function.
234         (CopyImage32): Do bitmaps.
236         * [graphics/x11drv/text.c]
237         (X11DRV_ExtTextOut): Change ascent and descent default to avoid
238         zero-thinkness overstrike line.
240         * [include/debugstr.h] [misc/debugstr.c]
241         New files.
243         * [msdos/dpmi.c]
244         Don't prototype do_mscdex. In INT_Int31Handler, handle real-mode
245         int 0x21, ah=0x52.
247         * [msdos/int2f.c]
248         Add dummys for 0x1681 and 0x1682.
250         * [misc/registry.c]
251         Fix memory leaks in RegDeleteKey32W.
253         * [objects/text.c]
254         In TEXT_NextLine, fix another off-by-one bug.
256         * [include/bitmaps/obm_radiocheck]
257         New file.  (It a small circle used to radio-button menu items
258         when selected.)
259         
260         * [objects/oembitmap.c]
261         Add obm_radiocheck.
263         * [include/windows.h] [if1632/user32.spec] [controls/menu.c]
264           [if1632/user.spec]
265         Define CheckMenuRadioItem{16,32}.  Define GetMenuItemRect{16,32}.
267 Wed Nov  5 11:30:14 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
268         * [misc/main.c]
269         Auto adjust versions depending on binary.
271 Tue Nov  4 15:21:00 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
273         * [controls/listbox.c]
274         Paint full background in listbox items with tab stops enabled.
276         * [if1632/thunk.c]
277         Copy some more message parameter structures (DRAWITEMSTRUCT16,
278         COMPAREITEMSTRUCT16) to the stack segment to fix broken programs
279         that need this.
281         * [windows/dce.c]
282         Only clip sibling windows when the parent has the WS_CLIPSIBLINGS
283         style set.
285         * [windows/focus.c]
286         Make order of events in FOCUS_SwitchFocus() reflect API docs.
288         * [windows/defdlg.c]
289         Fix problem with loss of focus in some dialogs.
291         * [win32/code_page.c]
292         Fix return value for MultiByteToWideChar().
294         * [BUGS]
295         BCW now works.
297 ----------------------------------------------------------------------
298 Thu Oct 30 21:52:23 1997  Martin Boehme <boehme@informatik.mu-luebeck.de>
300         * [windows/nonclient.c]
301         Changed NC_TrackSysMenu to give the same behaviour as MS-Windows,
302         i.e. system menu already appears when mouse button is depressed.
303         Changed NC_HandleNCLButtonDblClk so that double clicks on scroll
304         bar arrows are handled the same way as single clicks.
306         * [windows/winpos.c]
307         Fixed SetWindowPos32 to clear WIN_NO_REDRAW when SWP_SHOWWINDOW is
308         set; this is the way MS-Windows behaves.
310 Thu Oct 30 21:08:57 1997  Morten Welinder  <terra@diku.dk>
312         * [controls/status.c]
313         In SW_SetText, fix condition, I hope.
315         * [controls/menu.c]
316         (GetMenuState32): Don't mask return value. Print more debug info.
317         (MENU_MenuBarCalcSize): Be more careful when printing debug
318         information.
319         (MENU_SetItemData): Empty strings are separators.
321         * [graphics/x11drv/text.c]
322         Don't prototype CLIPPING_IntersectClipRect.
324         * [include/dc.h]
325         Prototype CLIPPING_IntersectClipRect.
327         * [objects/font.c]
328         Remove non-portable (and faulty) smartness in FONT_TextMetric*to*.
329         In CreateFont32W and CreateFont16, handle null font name.
331         * [objects/text.c]
332         (TEXT_NextLine): Fix end-of-line bug.
334         * [if1632/shell32.spec]
335         Activate existing implementation of ExtractIconA.
337         * [misc/shell.c]
338         For Control_RunDLL, add types for parameters.
340 Thu Oct 30 14:54:11 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
342         * [controls/static.c] [include/windows.h] [misc/spy.c]
343         Added some win32 defines to static controls, basic SS_BITMAP style
344         handling implemented. [please add more, I am lacking knowledge and
345         time]
347         * [controls/status.c]
348         part_num 255 seems to indicate whole statusline (win95 cdplayer.exe)
350         * [if1632/thunk.c] [tools/build.c]
351         Support lret and 0x66 lret calls for CallTo16_regs
352         (needed for KERNEL32_45)
353         Fixed KERNEL32_45, QT_Thunk (should work now).
355         * [if1632/relay.c][if1632/builtin.c][tools/build.c][if1632/*32.spec]
356         Added string dumping to relay debugging for win32 apifuncs.
358         * [misc/ver.c]
359         Fixed and cleaned up VerQueryValue*.
361         * [multimedia/*.c][include/mmsystem.h][if1632/mmsystem.spec]
362           [if1632/winmm.spec]
363         Win32 support for lowlevel multimedia functions.
364         Added some mixer* lowlevel functions.
365         Some small fixes in the audio lowlevel queue handling, code
366         reformatting/cleanups.
368         * [debugger/hash.c]
369         Don't show difference between 16bit symbols if they are in
370         different segments.
372         * [objects/cursoricon.c]
373         Added GetIconInfo (partial) and CreateIconIndirect.
375         * [windows/mdi.c]
376         Fixed some "bad class" problems and crashes in MDICreateChild,
377         which happen in Win32 (jwp32.exe).
379 Wed Oct 29 00:57:27 1997  Bruce Milner  <Bruce.Milner@genetics.utah.edu>
381         * [if1632/winaspi.spec] [misc/aspi.c] [include/aspi.c]
382           [documentation/aspi] [include/callback.h]
383         Added support for 16 bit ASPI calls to linux generic SCSI.
384         The support is not complete, but appears to run my Mustek
385         scanner from within ipplus.exe.
387 Mon Oct 27 00:59:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
389         * [windows/dce.c]
390         DC reuse framework.
392 Sun Oct 26 18:41:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
394         * [graphics/x11drv/xfont.c]
395         Substituted fonts are removed from the alias table. References to
396         the old name are also updated.
398         * [controls/combo.c]
399         LB_SELECTSTRING32 not CB_SELECTSTRING32 should be sent to
400         ComboLBox.
402 Sun Oct 26 14:25:00 1997  Nikita V. Youshchenko <yoush@cs.msu.su>
404         * [include/drive.h] [files/drive.c] [msdos/int21.c]
405         Partially implemented DOS drive mapping (int21 AX=440F).
407 Sat Oct 25 13:03:29 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
409         * [debugger/debug.l]
410         Support '.' in identifiers. Use "x . y" to access structure
411         fields.
413         * [debugger/hash.c] [loader/pe_image.c]
414         Load entry points of Win32 modules only when entering the
415         debugger.
417         * [debugger/break.c]
418         New function DEBUG_AddModuleBreakpoint() to set a breakpoint at
419         the start of every module.
421         * [files/file.c]
422         FILE_mmap() can now fake mmap() for unaligned offsets or broken
423         filesystems.
425         * [include/callback.h] [misc/callback.c] [if1632/thunk.c]
426         Use a table of callbacks instead of macros to differentiate
427         between emulator and Winelib.
429         * [loader/task.c]
430         Initialize current directory from cwd, not from module path.
432         * [tools/build.c]
433         Read CallTo16 prototypes directly from thunk.c source file.
435         * [windows/winproc.c] [windows/mdi.c]
436         Added translation for WM_MDIACTIVATE and WM_MDIGETACTIVE.
438 Fri Oct 24 21:41:25 1997  Uwe Bonnes  <bon@elektron.ikp.tu-darmstadt.de>
440         * [files/drive.c]
441         Allow arguments like "a" for the drive related apis.
443         * [memory/global.c]
444         Keep the calculation for dwMemoryLoad in range.
446         * [misc/crtdll.c]
447         Make CRTDLL_getcwd use GetCurrentDirectory32A and alloc
448         its memory if requested.
449         Implemented CRTDLL_rename and CRTDLL_stat needed for
450         lcc-win32:wedit.exe.
451         Implemented CRTDLL__fullpath.
453         * [misc/comm.c]
454         High speed modes for the 16-bit mode Comm functions.
456         * [misc/cpu.c]
457         As applications may treat lpMaximumApplicationAddress as long,
458         use a valid long number.
460         * [misc/main.c]
461         In SystemParametersInfo16 ignore SPI_GETHIGHCONTRAST too.
463         * [misc/ole2nls.c]
464         Implement LCMAP_UPPERCASE for LCMapString32.
466         * [misc/wsprintf]
467         Made WPRINTF_ParseFormatA understand %ws.
469         * [win32/file.c]
470         Ignore FILE_ATTRIBUTE_NORMAL.
471         Stub for ReadFileEx.
473 Fri Oct 24 15:36:02 1997  Doug Ridgway <ridgway@routh.ucsd.edu>
475         * [memory/local.c]
476         Local heap exhaustion message now prints which builtin heap filled.
478 Fri Oct 24 00:46:34 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
480         * [windows/dialog.c]
481         Reversed CreateFont16/32W typo.
483 Thu Oct 23 23:44:20 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
485         * [if1632/user.spec]
486         Fixed argument list for ChangeClipboardChain.
488         * [windows/mdi.c]
489         Pass correct hInstance to CreateWindow16() in MDICreateChild().
491 Mon Oct 20 11:51:24 1997  Carsten Fallesen <cf@it.dtu.dk>
493         * [objects/metafile.c]
494         Added support for META_SETTEXTCHAREXTRA.
496         * [objects/region.c]
497         Fixed crash in XPolygonRegion if there is only one point in 
498         in the region.
500         * [if1632/gdi32.spec][include/gdi.h][include/windows.h]
501           [objects/gdiobj.c]
502         Completed OBJ_XXX defines in gdi.h, removed OBJ_XXX in gdiobj.c 
503         and included gdi.h instead. Implemented GetObjectType32().
505 Thu Oct 16 17:21:32 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
507         * [documentation/wine.texinfo]
508         Fixed WIN32 and Makefiles entries of Reference manual node, that
509         made makeinfo dump core.
511 Mon Oct 13 17:15:57 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
513         * [if1632/crtdll.spec]
514         Added missing math functions y0(), y1(), y2(), floor(), frexp(),
515         ldexp(), modf().
517 ----------------------------------------------------------------------
518 Sun Oct 12 15:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
520         * [if1632/builtin.c] [if1632/relay.c]
521         Relay debugging entry points are now generated on the fly for
522         Win32 DLLs.
524         * [include/stackframe.h]
525         Added VA_LIST16 type and macros to access arguments on the 16-bit
526         stack.
528         * [memory/global.c]
529         Fixed GlobalHandle32 to work with fixed blocks.
531         * [misc/ddeml.c] (New file)
532         Added a lot of stubs for DDEML functions.
534         * [objects/dc.c]
535         Added Get/SetGraphicsMode().
537         * [objects/gdiobj.c] [windows/winpos.c]
538         Added a few stubs.
540         * [tools/build.c]
541         Removed 'byte', 'word', 'long' and 'return' entry points for Win32.
542         'register' functions can no longer take arguments in Win32.
543         The Win32 NE module is now generated by MODULE_CreateDummyModule.
544         CallFrom32 callbacks removed except for register functions.
546 Fri Oct 10 18:22:18 1997  John Harvey <john@division.co.uk>
548         * [graphics/win16drv/Makefile.in] [graphics/win16drv/brush.c]
549           [graphics/win16drv/graphics.c] [graphics/win16drv/init.c]
550           [graphics/win16drv/objects.c] [graphics/win16drv/pen.c]
551           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
552           [include/callback.h] [include/win16drv.h]
553         Added support for pens and brushes in SelectObject. Added support
554         for LineTo, MoveToEx, PatBlt (very preliminary), Polygon and
555         Rectangle. Text is drawn in the correct place more often. These
556         changes may only work with the Windows Postscript driver since
557         many other drivers now need more GDI support.
559 Tue Oct  7 21:06:23 1997  Kristian Nielsen  <kristian.nielsen@risoe.dk>
561         * [debugger/expr.c]
562         Fixed typo for the >> operator.
564         * [loader/task.c]
565         Fixed SwitchStackTo(); it used to return with the new stack placed
566         four bytes too high in memory.
568         * [loader/ne_resource.c]
569         Removed problematic nametable code introduced in Wine 970914.
571 Tue Oct  7 02:24:12 1997  Dimitrie O. Paun  <dimi@cs.toronto.edu>
573         * [controls/commctrl.c]
574         Added this files to hold functions from the comctl32.dll
575         Added to this files some functions scattered in different places
576         (such as InitCommonControls) and added some new ones as well.
578         * [include/syscolor.h] [windows/syscolor.c]
579         Added proper entries for all possible COLOR_* values.
581         * [objects/brush.c]
582         Modified GetSysColorBrush to return the correct brush for 
583         all possible COLOR_* constants.
585 Sat Oct  4 23:35:20 1997  U.Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
587         * [loader/module.c] [scheduler/process.c] [win32/environment.c]
588         Another approach to get access to an unrestricted commandline.
590         * [misc/crtdll.c]
591         Make fclose work again.
593         * [if1632/crtdll.spec]
594         Use sprintf for crtdll-sprintf again as e.g. %g is not available
595         for wsprintf.
597         * [misc/wsprintf.c]
598         Make WPR_STRING work in more situations.
599         Added debug output for the wsprintf functions.
601         * [misc/crtdll.c] [misc/main.c]
602         Use argv[0] as comand with CRTDLL_system.
604 Fri Oct  3 14:00:29 MET DST 1997  Jan Willamowius  <jan@janhh.shnet.org>
606         * [*/*]
607         Removed some compiler warnings.
609         * [msdos/int15.c]
610         New INT 15 handler.
612 ----------------------------------------------------------------------
613 Sat Sep 27 12:36:56 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
615         * [if1632/relay.c]
616         Made Catch and Throw also save %si and %di (untested).
618         * [memory/selector.c]
619         Added check for %fs and %gs in SELECTOR_FreeBlock.
621         * [rc/winerc.c]
622         Generated files no longer depend on Wine includes.
623         Made .h generation optional.
625         * [tools/build.c] [loader/task.c]
626         Added CALL32_Init function.
627         Added possibility to pass arguments when using CALLTO16_regs_.
628         32-bit stack pointer is now saved on the 16-bit stack, instead of
629         using IF1632_Saved32_esp.
630         Removed CallTo32 callbacks.
632         * [tools/makedep.c] [*/Makefile.in]
633         Added support for directly generating dependencies for .y, .l and
634         .rc files. Modified the makefiles to use this feature.
636         * [windows/winproc.c] [if1632/thunk.c]
637         Use CALLTO16_regs to call window procedures.
639 Thu Sep 25 12:18:57 1997  Kristian Nielsen <kristian.nielsen@risoe.dk>
641         * [if1632/kernel.spec]
642         Changed entry for SwitchStackBack to remove arguments from stack
643         upon return (arguments left over from previous SwitchStackTo()).
644         Borland C++ 4.0 now compiles "Hello World" (but crashes after
645         outputting the .exe).
647 Wed Sep 24 13:54:44 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
649         * [files/directory.c]
650         SearchPath might get NULL buffer (empty LRU list in wordpad).
652         * [memory/selector.c]
653         Added SUnMapLS*.
655         * [loader/pe_image.c]
656         Be able to run executeables from non mmap()ble filesystems.
657         PE_LoadLibrary adds librarys loaded by another process to
658         its own modref list too.
660         * [windows/keyboard.c][include/accel.h][loader/resource.c]
661         Fixed accelerator leakage, use SDK defines/names.
663         * [graphics/env.c][misc/main.c]
664         Set/GetEnvironemnt have nothing to do with environment vars,
665         but with Printer Environment.
667         * [graphics/escape.c]
668         Escape32: map args back to segmented pointers.
670         * [windows/win.c]
671         WS_POPUP|WS_CHILD windows don't need a parent window (SDK).
673 Tue Sep 16 14:40:16 1997  Robert Wilhelm  <robert@physiol.med.tu-muenchen.de>
675         * [if1632/crtdll.spec] [misc/crtdll.c]
676         Added signal().
678 ----------------------------------------------------------------------
679 Thu Sep 11 18:24:56 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
681         * [objects/dc.c]
682         In DC_SetupGCForPatBlt, replace R2_NOT by GXxor with (black xor white).
684 Tue Sep  9 23:04:02 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
686         * [memory/virtual.c] 
687         Do not write debugging info unconditionally to stderr.
689         * [files/profile.c]
690         Call PROFILE_GetSection in PROFILE_GetString for key_name "" too.
692         * [misc/crtdll.c]
693         Many new functions.
695         * [include/windows.h] [windows/winpos.c]
696         ClientToScreen16 doesn't have a return value.
698 Sun Sep  7 10:06:39 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
700         * [misc/main.c] [AUTHORS]
701         Update the list of contributors. Please let me know if I forgot
702         someone.
704         * [if1632/*.spec] [if1632/builtin.c] [tools/build.c]
705         Ordinal base for Win32 DLLs is now computed automatically from the
706         lowest ordinal found.
708         * [include/wintypes.h]
709         WINAPI is now defined as attribute((stdcall)). This will require
710         gcc to compile.
712         * [if1632/thunk.c]
713         Removed Win32 thunks (no longer needed with stdcall).
715         * [if1632/crtdll.spec] [misc/crtdll.c]
716         Make sure we only reference cdecl functions in the spec file.
718         * [objects/dc.c]
719         Use CapNotLast drawing style for 1-pixel wide lines.
721         * [tools/build.c]
722         Added 'double' argument type.
723         Added 'varargs' function type for Win32.
724         Made CallTo16_xxx functions stdcall.
726 Fri Sep  5 14:50:49 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
728         * [tools/build.c] [windows/win.c] [windows/event.c] [windows/message.c]
729         More fixes to get message exchange closer to the original.
731         * [misc/spy.c]
732         Message logs now contain window names.
734         * [loader/resource.c] [loader/ne_resource.c] [loader/task.c]
735           [objects/cursoricon.c] [windows/user.c]
736         Added some obscure features to fix memory leaks.
738 Fri Sep  5 00:46:28 1997  Jan Willamowius <jan@janhh.shnet.org>
740         * [if1632/kernel32.spec] [win32/newfns.c]
741         Added stub for UTRegister() and UTUnRegister().
743 Thu Sep  4 12:03:12 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
744         * [controls/edit.c]
745         Allow ASCII codes > 127 in WM_CHAR.
747 Mon Sep  1 17:23:24 1997  Dimitrie O. Paun  <dimi@mail.cs.toronto.edu>
749         * [controls/widgets.c]
750         In InitCommonControls, remember the name of the class
751         because lpszClassName was made to point to a local array
752         Added the ProgressBar to the list of implemented controls.
753         Call InitCommonControls from WIDGETS_Init to register all
754         implemented Common Controls.
755         
756         * [include/commctrl.h]
757         Added misc decl for the Progress Bar.
759         * [controls/progress.c] [include/progress.h]
760         First attempt at implementiong the Progress Bar class.
762         * [objects/brush.h]
763         Implementation for GetSysColorBrush[16|32]
765         * [controls/status.c]
766         Use DrawEdge to draw the borders and fill the background
768         * [controls/uitools.c]
769         Added DrawDiagEdge32 and DrawRectEdge32
771         * [graphics/painting.c]
772         Implement DrawEdge[16|32]
773         Started DrawFrameControl32
775 Mon Sep  1 10:07:09 1997  Lawson Whitney <lawson_whitney@juno.com>
777         * [misc/comm.c] [include/windows.h]
778         SetCommEventMask returns a SEGPTR.
780 Sun Aug 31 23:28:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
782         * [loader/pe_image.c][loader/module.c][include/pe_image.h]
783           [include/module.h]
784         Cleaned up the whole Win32 library mess (a bit).
786         * [debugger/stabs.c]
787         If 'wine' has no absolute path and isn't found, check $PATH too.
789         * [misc/ole2nls.c]
790         Some fixes.
792         * [misc/ver.c]
793         Added support for PE style version resources.
795         * [memory/string.c]
796         Check for NULL pointers to _lstr* functions, just as Windows95 does.
798         * [multimedia/time.c]
799         Made list of timers a simple linked list.
801         * [loader/resource.c]
802         Netscape 3 seems to pass NEGATIVE resource Ids (in an
803         unsigned int, yes). Don't know why, fixed it anyway.
805         * [objects/bitmap.c]
806         LoadImageW added.
808         * [include/win.h][windows/win.c]
809         Change wIDmenu from UINT16 to UINT32 and changed the
810         SetWindow(Long|Word) accordingly.
812 Thu Aug 28 19:30:08 1997  Morten Welinder  <terra@diku.dk>
814         * [include/windows.h]
815         Add a few more colors defined for Win95.
816         Add a few more brush styles.
818         * [windows/syscolor.c]
819         Add error checks for SYSCOLOR_SetColor, SYSCOLOR_Init,
820         GetSysColor16, GetSysColor32.  Add support for above colors.
822 Sun Aug 24 16:22:57 1997  Andrew Taylor <andrew@riscan.com>
824         * [multimedia/mmsystem.c]
825         Changed mmioDescend to use mmio functions for file I/O, neccessary
826         for memory files.
828 ----------------------------------------------------------------------
829 Sat Aug 23 00:05:23 1997  Andreas Mohr <100.30936@germany.net>
831         * [if1632/kernel.spec] [if1632/mmsystem.spec]
832         Added some stubs.
834         * [include/neexe.h] [loader/module.c]
835         Added warning for OS/2 executables.
837         * [multimedia/midi.c]
838         Shortened MIDIOUT driver version string to be less than 31 chars.
840         * [objects/gdiobj.c]
841         Fixed DeleteObject32() to react properly when called with stock object.
843 Fri Aug 22 18:03:26 1997  Dimitrie O. Paun <dimi@cs.toronto.edu>
845         * [controls/updown.c] [include/updown.h]
846         First attempt at implementiong the UpDown class.
848         * [controls/widgets.c]
849         Added the UpDown class to be initialized by InitCommonControls().
851 Wed Aug 20 18:01:33 1997  Doug Ridgway <ridgway@routh.UCSD.EDU>
853         * [graphics/*] [objects/*] [include/gdi.h]
854         Made all GDI objects (except DCs) moveable.
856 Mon Aug 18 03:25:30 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
858         * [windows/event.c] [misc/winsock.c] [misc/winsock_dns.c]
859         Removed IPC communication to speed up winsock services
860         (tested only with 16-bit netscape 3.03).
862         * [graphics/x11drv/xfont.c] [documentation/fonts]
863         Miscellaneous improvements. Updated docs.
865 Sun Aug 17 20:39:55 1997  Ingo Schneider <schneidi@informatik.tu-muenchen.de>
867         * [misc/comm.c]
868         A couple of bug fixes.
870 Sun Aug 17 19:29:22 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
872         * [debugger/dbg.y]
873         Display next instruction after stepi/nexti.
875         * [if1632/relay.c] [include/callback.h] [tools/build.c]
876         Replaced CallTo32_LargeStack with the CALL_LARGE_STACK macro for
877         better Winelib support.
879         * [include/sigcontext.h]
880         Renamed to sig_context.h to avoid conflicts with libc.
882         * [*/*]
883         All API functions are now prefixed with WINAPI in prevision of
884         future Winelib integration.
886         * [loader/signal.c] [memory/ldt.c]
887         Fixed assembly code to be -fPIC compatible.
889 Thu Aug 14 14:38:15 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
891         * [if1632/crtdll.spec][win32/except.c]
892         _global_unwind, _local_unwind stub added.
894         * [objects/dib.c]       
895         Don't read memory you don't even need for the target bitmap (fixes
896         one 'lazy' program).
898         * [if1632/relay.c][if1632/thunk.c][if1632/kernel32.spec]
899           [win32/ordinals.c][memory/selector.c][memory/global.c]
900           [include/callback.h]
901         Added/moved some more win95 ordinal stuff. Implemented QT_Thunk
902         (not 100% correct yet) and some friends.
904         * [loader/pe_image.c]
905         Add possibility to break at the DLL entrypoint.
907         * [controls/static.c][misc/commdlg.c][scheduler/thread.c]
908         Misc bugfixes and additions.
910         * [misc/registry.c]
911         The registry seems to be case-preserving but case-insensitive.
913         * [memory/global.c]     
914         Adapted to new /proc/meminfo format.
916         * [objects/font.c][graphics/x11drv/xfont.c]
917         FONT_SelectObject and GetTextMetrics* get passed ranges in logical
918         and not device points (thanks to Marion Reyzl for pointing this
919         out).
921         * [windows/caret.c]
922         Use the windows own DC if present (The caret coordinates are
923         logical coordinates based on it). Fixes another AMIPRO problem.
925 Wed Aug  6 18:22:22 1997  Morten Welinder  <terra@diku.dk>
927         * [controls/menu.c]
928         General clean-up and Win32 work: split item_flags into fType and
929         fState; split item_id into wID and hSubMenu.  Improved
930         debug-printing.  Implemented InsertMenuItem32[AW],
931         SetMenuDefaultItem32, and SetMenuItemInfo32[AW].  Fixed
932         GetMenuItemInfo32[AW].
934         * [if1632/user32.spec]
935         Define above new functions.
937         * [include/windows.h]
938         Define MF_DEFAULT and MF_RIGHTJUSTIFY.  Prototype above functions.
940         * [include/menu.h]
941         Don't prototype now-static MENU_InitSysMenuPopup.
943         * [include/comm.h]
944         Reduce MAX_PORTS to 9 (which the profile code can handle).
946 Tue Aug  5 20:16:22 1997  Victor Schneider <vischne@ibm.net>
948         * [library/winestub.c] [libtest/expand.c]
949         These patches let people porting Windows apps compile them using
950         the same conventions regarding global _argc and _argv as those on
951         Windows C/C++ compilers.
953 ----------------------------------------------------------------------
954 Sun Aug  3 14:03:43 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
956         * [documentation/Makefile.in]
957         Create links for files included from wine.texinfo.
959         * [wine.man]
960         Moved to documentation dir.
962         * [if1632/builtin.c]
963         Made SYSTEM.DLL always loaded by default.
965         * [loader/signal.c] [if1632/signal.c]
966         Split signal.c in generic/emulator-specific parts.
968         * [misc/system.c] [if1632/thunk.c]
969         Implemented system timer functions.
970         Fixed InquireSystem parameters.
972         * [msdos/ioports.c]
973         Defined inb/outb functions to avoid including asm/io.h.
974         Use the right instruction for word and dword direct access.
976         * [multimedia/mmsystem.c]
977         Fixed CallTo16 usage.
979 Sat Aug 2 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
981         * [controls/edit.c]
982         When text is inserted into a newly created editline, the caret
983         is placed after the text. Should be placed before the text. Fixed.
985         * [files/file.c]
986         Removed O_TRUNC flag from OF_WRITE mode in _lopen32().
987         According to doc _lopen() never truncates files.
989         * [if1632/user.spec] [misc/comm.c]
990         Added stub for EnableCommNotification().
992         * [misc/ver.c]
993         Fixed problem with VerQueryValue*() running over end of name table
994         in rare cases.
996         * [msdos/int21.c]
997         Enhanced ioctlGetDeviceInfo() to correctly return the current drive.
999         * [multimedia/joystick.c] [windows/message.c]
1000         Added joystick support !!!
1001         Needs Linux >= 2.1.45 or joystick-0.8.0.tar.gz.
1003 Fri Aug  1 18:02:09 1997  Morten Welinder  <terra@diku.dk>
1005         * [if1632/user32.spec]
1006         Define DrawAnimatedRects32.
1008         * [graphics/painting.c]
1009         (DrawAnimatedRects32): Create stub.
1011         * [misc/registry.c]
1012         Cope with NULL class in RegQueryInfoKey32A.
1014         * [if1632/user32.spec]
1015         Add GetMenuItemInfo32[AW].
1017         * [controls/menu.c]
1018         (InsertMenu32A): Upgrade flags to 8 hex-digits.
1019         (MENUEX_ParseResource): First shot at implementation.
1020         (LoadMenuIndirect32A): Handle extended menus.
1021         (GetMenuItemInfo32[AW]): First shot at implementation.
1023         * [include/windows.h]
1024         Define MFT_*, MFS_*, MIIM_* macros.  Define MENUITEMINFO[AW]
1025         structures and pointers.
1027         * [Makefile.in]
1028         (etags): Add TAGS as target.
1030         * [if1632/comctl32.spec]
1031         Use Windows 95's ordinals.  Add a few missing stubs.
1033 Thu Jul 31 14:01:13 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1035         * [objects/color.c]
1036         Fix for 16 color mode of XFree.
1038         * [if1632/kernel32.spec][win32/ordinals.c]
1039         Moved/added some ordinal only exported functions from kernel32.dll
1040         (mostly thunking preparation stuff).
1042 Wed Jul 30 09:16:38 1997  John Harvey <john@division.co.uk>
1044         * [graphics/win16drv/init.c] [include/win16drv.h]
1045         Escape(SETABORTPROC) returns success to keep pbrush.exe happy.
1046         Escape(NEXTBAND) implemented to make HP PCL printer driver work in
1047         word.  Stub for PATBLT added to start work on printing more than
1048         text.
1050 Mon Jul 28 13:14:28 1997  Victor Schneider <vischne@ibm.net>
1052         * [libtest/expand.c]
1053         New Winelib test program.
1055 Wed Jul 23 09:37:13 1997  Adrian Harvey <adrian@select.com.au>
1057         * [tools/build.c] [tools/build-spec.txt] [if1632/kernel.spec]
1058           [if1632/user.spec]
1059         Added ability to set filename wine considers the built-in DLLs 
1060         to be in  to something other than name.DLL with new "file" key
1061         in .spec files.
1062         Made kernel filename KRNL386.EXE (some programs use this name 
1063         explicitly - ChemOffice install now starts up).
1064         Made user filename USER.EXE (just to be tidy).
1066 Sun Jul 20 23:51:02 1997  David A. Cuthbert <dacut@henry.ece.cmu.edu>
1068         * [controls/menu.c] [misc/tweak.c] [include/tweak.h]
1069         Fixed MENU_KeyLeft and MENU_KeyRight to handle multiple-column
1070         menus.  Misc menu drawing issues for Win95 tweaks fixed.  Misc
1071         warnings fixed.
1073         * [loader/module.c]
1074         Spaces are now permitted in file/path names on the command line.
1075         If multiple matches can be made, the preferred match is the
1076         path/file with fewer spaces.
1078 Tue Jul 29 02:21:15 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1080         * [misc/compobj.c]
1081         Added CLSIDFromString and StringFromCLSID.
1083 ----------------------------------------------------------------------
1084 Sat Jul 19 13:03:01 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1086         * [tools/build.c] [include/stackframe.h]
1087         Save the complete %ebp register in CallFrom16; fixes a crash with
1088         LabView reported by Andreas Mohr.
1090         * [loader/main.c]
1091         Avoid executing a built-in DLL.
1093         * [controls/static.c]
1094         Converted static window procedure to Win32.
1096         * [windows/message.c] [windows/queue.c] [include/queue.h]
1097         Hacked SendMessage functions to support inter-task messages with
1098         SendMessage32A/W.
1100 Sun Jul 13 16:55:35 1997  Bernhard Rosenkraenzer <bero@bero-online.ml.org>
1102         * [ipc/bit_array.c]
1103         Don't use bitops.h in Linux 2.1.x (these versions do not return
1104         the previous state for clear_bit and set_bit)
1106         * [ipc/shm_main_blk.c]
1107         Adapt to GLIBC's ipc_perm structure.
1109         * [memory/ldt.c]
1110         Include <asm/unistd.h> on Linux/GLIBC systems (required for
1111         _syscall3).
1113 Wed Jul 9 23:53:19 1997  David A. Cuthbert  <dacut@henry.ece.cmu.edu>
1115         * [include/options.h] [files/profile.c]
1116         Added PROFILE_GetWineIniBool and PROFILE_EnumerateWineIniSection.
1118         * [include/sysmetrics.h] [include/windows.h] [windows/sysmetrics.c]
1119         All sysmetrics moved to array (no more constant macros).  Added
1120         MOUSEWHEELPRESENT metric.
1122         * [include/bitmap.h] [objects/oembitmap.c]
1123         Added OBM_Init() (see also loader/main.c) and more support for Win95
1124         bitmaps; added size info to OEM bitmaps.
1126         * [include/graphics.h] [windows/graphics.h]
1127         Added GRAPH_DrawGenericReliefRect.
1129         * [loader/main.c]
1130         Added TWEAK_Init() and TWEAK_CheckConfiguration() calls (the
1131         latter checks for invalid entries in wine.conf).
1133         * [include/debug.h] [include/stddebug.h] [include/nonclient.h]
1134           [include/tweak.h] [controls/menu.c] [misc/tweak.c]
1135           [objects/gdiobj.c] [windows/syscolor.c] [windows/nonclient.c]
1136           [BUGS] [documentation/win95look]
1137         Added tweaks for Windows 95 interface support.  See
1138         documentation/win95look for more information.
1140         * [controls/edit.c]
1141         Fixed EDIT_MoveHome bug.
1143         * [misc/ver.c]
1144         Changed name of dprintf_ver_string to ver_dstring to fix
1145         problem with tools/make_debug utility.
1147 Wed Jul 9 21:31:54 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1149         * [objects/dib.c]
1150         Don't use palettes with dibs with biBitCount > 8.
1152         * [misc/ole2nls.c][misc/ver.c]
1153         IsValidLocale, EnumSystemLocales fixed (winhlp32.exe works)
1154         Some VerLanguage coded moved to ole2nls.c, some cleanups.
1156         * [multimedia/mcistring.c]
1157         Fixed "capabilities <dev> device type" crash (cool.exe).
1159         * [misc/main.c]
1160         SystemParametersInfo*: added stub option 41
1161         (GETNONCLIENTMETRICS), duplicated some stuff away from SPI16
1162         that writes 32bit vars.(one COMCTL32.DLL crash, freecell.exe)
1164 Tue Jul  8 22:40:53 1997  Morten Welinder  <terra@diku.dk>
1166         * [if1632/shell32.spec]
1167         Use Windows 95's ordinals. Help wanted, inquire within.
1169 Mon Jul  7 11:20:36 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1171         * [if1632/relay.c] [if1632/user.spec] [if1632/kernel.spec]
1172           [tools/build-spec.txt] [tools/build.c]
1173         Added type 'segstr' (segmented pointer to null-terminated string)
1174         to .spec files.
1176         * [windows/user.c] [if1632/user.spec]
1177         ExitWindowsExec stub function added.
1179 Mon Jul  7 01:18:25 1997  U. Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1181         * [files/file.c] [include/winbase.h] [if1632/kernel32.spec]
1182         Implement MoveFileEx32, some enhancement for Movefile32.
1184 Sat Jul  5 18:13:48 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu.
1186         * [files/file.c] [if1632/kernel32.spec] [include/winerror.h]
1187           [msdos/int21.c] [win32/file.c]
1188         Add LockFile/UnlockFile implementation.
1189         Add back in int21 func(0x5c) Record locking functions.
1191         * [files/file.c]
1192         Fixed bug with OF_REOPEN in FILE_DoOpenFile.
1194 Fri Jul 4 12:00:00 1997  Henrik Olsen <Henrik.Olsen@iaeste.dk>
1196         * [misc/ole2nls.c] [programs/progman/Da.rc] [programs/winhelp/Da.rc]
1197           [resources/sysres_Da.rc]
1198         Added/updated Danish language support.
1200 Thu Jul  3 13:04:20 1997  Claus Fischer  <fischer@iue.tuwien.ac.at>
1202         * [files/dos_fs.c]
1203         Properly implemented DOSFS_UnixTimeToFileTime and
1204         DOSFS_FileTimeToUnixTime.
1206         * [documentation/wine.texinfo]
1207         First version of texinfo documentation.
1209 ----------------------------------------------------------------------
1210 Thu Jun 26 02:14:03 1997  Slaven Rezic  <eserte@cs.tu-berlin.de>
1212         * [Makefile.in]
1213         New target install_includes.
1215         * [rc/parser.h] [rc/parser.y] [rc/winerc.c]
1216         Some bug fixes.
1218 Wed Jun 25 14:43:41 1997  Victor Schneider <vischne@ibm.net>
1220         * [controls/edit.c]
1221         Fixed WM_GETTEXT return value.
1223 Tue Jun 24 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
1225         * [multimedia/*.c] [include/mmsystem.h]
1226         Added more callback code, including (I hope) function callback.
1227         Changed some linear pointers into segmented.
1229         * [multimedia/audio.c]
1230         Removed some bugs.
1232 Sat Jun 28 11:37:56 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1234         * [if1632/commdlg.spec][if1632/comdlg32.spec][misc/commdlg.c]
1235           [include/commdlg.h]
1236         Implemented parts of comdlg32: GetOpenFileName32*,
1237         GetSaveFileName32*, GetFileTitle32* using the 16 bit equivalents.
1239         * [windows/event.c]
1240         EVENT_QueryZOrder: check for children !=NULL (happens when
1241         using -managed).
1243         * [BUGS][DEVELOPER-HINTS]
1244         Updated.
1246         * [objects/text.c]
1247         Added GetTextCharset... (stub mostly).
1249 Sat Jun 21 08:47:58 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1251         * [if1632/kernel.spec] [if1632/gdi.spec] [include/windows.h]
1252           [loader/resource.c] [graphics/x11drv/xfont.c]
1253         SetResourceHandler & RemoveFontResource prototypes fixed.
1255         * [if1632/relay.c] [if1632/kernel.spec] [if1632/user.spec]
1256           [if1632/olesvr.spec] [if1632/commdlg.spec] [if1632/ddeml.spec]
1257           [if1632/gdi.spec] [if1632/lzexpand.spec] [if1632/shell.spec]
1258           [include/windows.h] [memory/string.c] [tools/build.c]
1259         New type of parameter allowed in .spec files : str, printed
1260         as a string with -debugmsg +relay. .spec files updated.
1262         * [objects/dc.c]
1263         In DC_SetupGCForPen, call BlackPixelOfScreen, not BlackPixel.
1264         Likewise for WhitePixel.
1266         * [objects/gdiobj.c] [graphics/x11drv/brush.c]
1267         Use BS_HATCHED with an added entry in HatchBrushes for DkGrayBrush,
1268         instead of BS_SOLID.
1270 Fri May 30 17:58:00 1997  Chris Faherty <chrisf@america.com>
1272         * [windows/keyboard.c]
1273         Added vkey to scancode translation table.
1274         This was primarily to fix Citrix WinFrame client which
1275         always needs scancodes in WM_KEYDOWN.
1276         Tested with Exceed 5.1.0.1 & XFree86 3.1.2.
1278 ----------------------------------------------------------------------
1279 Sat Jun 14 13:05:23 1997  Andreas Mohr <100.30936@germany.net>
1281         * [include/mmsystem.h]
1282         Avoided infinite loop in audio code when accessing
1283         WAVEOUTCAPS/WAVEINCAPS/MIDIOUTCAPS/AUXCAPS with rigid variable
1284         offsets (I applied WINE_PACKED).
1286         * [*/*]
1287         Added "WARNING:" and "ERROR:" to some printf's.
1288         Just grep for them with '-debugmsg +all'.
1290         * [multimedia/audio.c] [multimedia/mmsystem.c]
1291         Implemented wave callbacks: window and function callback.
1292         Fixed problem with WAVE_NotifyClient().
1293         Misc fixes.
1295         * [windows/winhelp.c]
1296         Fixed problem with windows help telling "Help topic doesn't exist".
1297         But this problem still remains when using Winword.
1299 Wed Jun 11 09:14:20 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1301         * [wine.ini]
1302         New 'fonts' section format. Read documentation/fonts.
1304         * [controls/icontitle.c] [windows/winpos.c] [windows/nonclient.c]
1305           [windows/win.c] [include/win.h]
1306         Implemented icon titles.
1308         * [graphics/x11drv/xfont.c] [objects/font.c] [objects/dc.c]
1309           [include/x11drv.h] [include/x11font.h] [documentation/fonts]
1310         Rewrote font mapper from scratch.
1312         * [tools/fnt2bdf.c]
1313         Bug fixes. REPLACE FONTS CREATED BY THE PREVIOUS VERSIONS.
1315         * [windows/defwnd.c] [windows/nonclient.c]
1316         Word document window activation fix.
1318         * [windows/mdi.c] [windows/win.c]
1319         Replaced WCL lists with WIN_BuildWinArray().
1321 Mon Jun  9 23:51:16 1997  Andrew Taylor <andrew@riscan.com>
1323         * [misc/error.c] [include/windows.h] [if1632/kernel.spec]
1324         Implemented LogParamError, LogError functions.
1326 Tue Jun  3 23:46:04 1997  Michiel van Loon <mfvl@xs4all.nl>
1328         * [include/mmsystem.h] [multimedia/audio.c]
1329         Constants for asynchronous play and record.
1331         * [multimedia/time.c]
1332         Filled in some empty functions.
1334         * [multimedia/mmsystem.c]
1335         Fixed bugs in waveOutOpen.
1337         * [multimedia/mmsystem.c] [multimedia/audio.c]
1338         Implemented Window Callback for wave output at least.
1340         * [files/file.c]
1341         Corrected bug in FileDosSetError.
1342         NULL pointer checking added.
1344         * [misc/spy.c]
1345         Added Multimedia messages to SPY_GetMsgName.
1347 Tue Jun 3 22:34:30 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1349         * [debugger/*.c][include/peexe.h][loader/*.c][tools/build.c]
1350           [tools/fnt2bdf.c][library/sup.c]
1351         IMAGE_* structs/defines changed fit better to SDK naming
1352         Don't load non-i386 PE executables.
1353         %fs should already be initialised for the FIRST loaded PE module.
1355         * [if1632/advapi.spec][win32/advapi.c]
1356         Some small stubs added to bring win32 setup.exe a bit farther.
1358         * [if1632/kernel32.spec][scheduler/process.c]
1359         Adapted to match win95 kernel32.dll ordinals (NT doesn't use
1360         ordinal import), some ordinal only exported functions added.
1362         * [if1632/relay.c]
1363         Added CallProc32W.
1365         * [misc/lzexpand.c]
1366         Fixed return values of GetExpandedName* (thanks to Andreas Mohr).
1368         * [objects/dib.c]
1369         Everything with more than 8 bit of color is a truecolor mode
1370         and doesn't have a colormap.
1372 Tue Jun  3 09:24:53 1997  John Harvey <john@division.co.uk>
1374         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
1375           [graphics/win16drv/prtdrv.c] [graphics/win16drv/text.c]
1376           [include/win16drv.h]
1377         Changed some structures that are passed to and from the 16 bit
1378         drivers to be allocated on the global heap.
1379         Implemented Escape(Control) 0x100 GetExtTextData properly to
1380         stop word from crashing.
1381         Postscript driver now prints on complete page instead of top
1382         left corner.
1383         Print spooling implemented.
1385         * [loader/module.c]
1386         MODULE_GetOrdinal changed char buffer to unsigned char to stop
1387         a loop that was happening when running the font control
1388         program from the control panel.
1390 Sun Jun  1 19:05:02 1997  Peter Schlaile <up9n@rz.uni-karlsruhe.de>
1392         * [include/miscemu.h] [loader/main.c] [msdos/ioports.c]
1393         Added support for direct io port access.
1395 Fri May 30 16:18:35 1997  David A. Cuthbert <dacut@dssc3353.ece.cmu.edu>
1397         * [misc/ver.c]
1398         Implemented VerFindFile16.
1400 Tue May 27 22:00:39 1997  Rick Richardson <rick@dgii.com>
1402         * [misc/comm.c]
1403         Fixed GetCommError and GetCommEventMask.
1405 Tue May 27  9:10:53 1997  Georg Beyerle <gbeyerle@awi-potsdam.de>
1407         * [scheduler/thread.c]
1408         Minor fix in thread database initialization.
1410 Mon May 26 19:46:34 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
1412         * [objects/dc.c]
1413         In DC_SetupGCForPen, avoid to draw in GXxor mode with a 0 mask.
1415 Mon May 26 15:22:42 1997  Bruce Milner <Bruce.Milner@genetics.utah.edu>
1417         * [loader/pe_image.c]
1418         Add code for modules that co-reference each other. Photodex's
1419         agds.exe (cpic32) has two dll's that make calls into each other.
1421 Mon May 26 13:38:16 1997  Jody Goldberg <jodyg@idt.net>
1423         * [memory/virtual.c]
1424         Dont use stdio when reading /proc/self/maps.  It causes problems
1425         with libc6.
1427         * [windows/dialog.c]
1428         Translate messages in IsDialogMessage when DLGC_WANTMESSAGE
1429         is used.
1431 Sun May 25 17:02:21 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1433         * [objects/metafile.c]
1434         Resource cleanup in EnumMetaFile(). This was one reason Word was
1435         crashing after long periods of use. (Thanks to Chris Underhill for
1436         the logs)
1438 Sun May 25 14:59:33 1997  Jimen Ching  <jching@flex.com>
1440         * [multimedia/mcistring.c]
1441         Initial support for compound MCI commands.
1442         Use case-insensitive compare for 'alias' and 'element' keywords.
1443         Fixed pointer copy of args keywords array.
1445 ----------------------------------------------------------------------
1446 Tue May 20 19:20:23 1997  Pablo Saratxaga <srtxg@linux.chanae.stben.be>
1448         * [resources/sysres_Es.rc]
1449         Updated CHOOSE_FONT, CHOOSE_COLOR, EDITMENU for Spanish.
1451 Mon May 19 22:06:04 1997  Michiel van Loon <mfvl@xs4all.nl>
1453         * [multimedia/mcistring.c]
1454         Corrected bug for device!element command.
1456         * [multimedia/mmaux.c]
1457         Replaced printf and fprintf calls by dprintf_mmaux.
1459         * [multimedia/audio.c]
1460         Corrected debugmessage in wodGetVolume.
1461         Include code for MCI_CUE command.
1463         * [multimedia/mmsystem.c]
1464         Added the MCIERR_SEQ error messages.
1466         * [if1632/mmsystem.spec] [multimedia/audio.c] [multimedia/mmsystem.c]
1467         Changed call structure of waveInOpen and waveOutOpen.
1469         * [multimedia/mmsystem.c] [multimedia/audio.c] [multimedia/midi.c]
1470           [multimedia/mmaux.c] [multimedia/mcicda.c] [multimedia/mcianim.c]
1471           [multimedia/mcistring.c] [include/mmsystem.h]
1472         Changed the deviceID scheme.
1474         * [include/queue.h] [include/win16drv.h] [msdos/dpmi.c]
1475           [windows/user.c] [windows/driver.c] [graphic/wing.c]
1476           [graphics/x11drv/bitmap.c] [misc/wsprintf.c] [misc/crtdll.c]
1477         Removed compiler warnings.
1479 Mon May 19 01:32:24 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1481         * [controls/menu.c] [windows/win.c] [windows/graphics.c]
1482         Popup menu shade, new system menu implementation, 
1483         ModifyMenu() fixes, better check mark painting.
1485         * [windows/mdi.c]
1486         MDI client fix for Win32.
1488 Sat May 17 12:02:11 1997  Albrecht Kleine  <kleine@ak.sax.de>
1490         * [objects/metafile.c]
1491         Added handling of META_DIBBITBLT, META_SETTEXTJUSTIFICATION
1492         plus bugfix in META_EXTTEXTOUT (start_of_text etc.)
1494 Thu May 15 22:52:00 1997  Jimen Ching  <jching@flex.com>
1496         * [loader/ne_image.c]
1497         Make sure dgroup is valid by checking pModule->flags consistently.
1499 ----------------------------------------------------------------------
1500 Tue May  6 19:12:20 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1502         * [loader/task.c] [loader/module.c]
1503         Fixed command line in LoadModule to already include the length
1504         indicator (thanks to Andreas Mohr).
1506         * [windows/dialog.c]
1507         DlgDirList: fixed behavior with DDL_DRIVES | DDL_EXCLUSIVE (thanks
1508         to Bruce Milner for this one); correctly update file spec on exit.
1510         * [windows/winproc.c] [if1632/thunk.c] [include/callback.h]
1511         Moved emulator-specific code for calling window procedure to
1512         thunk.c.
1514 Mon Apr 28 10:21:59 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1516         * [memory/local.c]
1517         Better implementation of moveable blocks (first word in block is
1518         the handle itself) and discarded blocks. Local(Re)Alloc is much
1519         more like the real thing.
1521 Thu Apr 24 19:50:19 1997  Albrecht Kleine <kleine@ak.sax.de>
1523         * [objects/metafile.c]
1524         Added handling of meta record META_DIBCREATEPATTERNBRUSH.
1526 Mon Apr 21 14:03:32 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1528         * [multimedia/mmsystem.c] [multimedia/audio.c]
1529         Fixed leftover problems with masked device IDs.
1531         * [msdos/int21.c]
1532         Removed code duplications, fixed Write.
1534         * [windows/event.c] [windows/dce.c] [windows/nonclient.c]
1535           [windows/winpos.c]
1536         Yet another attempt to make -managed work better.
1538         * [controls/combo.c]
1539         UI fix.
1541 Mon Apr 21 13:10:24 1997  Marcus Meissner <msmeissn@immd4.informatik.uni-erlangen.de>
1543         * [debugger/*]
1544         All "Loading from ..." lines merged into one so important
1545         information before the crash doesn't scroll out.
1547         * [if1632/kernel.spec]
1548         Added some ordinal stubs used by win95 OLE and friends.
1550         * [win32/process.c] [if1632/kernel.spec] [loader/module.c]
1551         MsgWaitForMultipleObjects,GetProcessTimes,RtlImageNtHeaders,
1552         LoadLibraryEx32W and GetProcAddress32W added.
1554         * [objects/bitmap.c]
1555         XImages use another memory layout for depth 4 (and poss. other
1556         depths) then Windows bitmaps. Replaced speedup hack by generic
1557         (and better working) code.
1559         * [objects/dib.c]
1560         Another ximage!=bitmap memory layout bug. 
1561         All _XinitImageFuncPtrs except one removed.
1563 Sun Apr 20 17:12:30 1997  Andrew Taylor <andrew@riscan.com>
1565         * [multimedia/audio.c]
1566         Fixed some regression bugs.
1568 Sun Apr 20 12:15:09 1997  Andreas Mohr <100.30936@germany.net>
1570         * [loader/module.c]
1571         Fixed MODULE_LoadExeHeader() to use the correct offset for
1572         fast-load area.
1574 Sat Apr 19 16:40:00 1997  Chad Fraleigh <chadf@bookcase.com>
1576         * [controls/*] [debugger/*] [graphics/win16drv/*] [loader/*] [misc/*]
1577           [win32/*]
1578         Removed <malloc.h> and added <stdlib.h> where needed.
1579         Changed printf formaters to match argument types (%lx instead of %x).
1580         Casted some types to make the compiler happy. Mostly pointer<->ulong.
1582         * [graphics/win16drv/init.c]
1583         Fixed uninitialized variable.
1585         * [include/msdos.h]
1586         Added <sys/types.h> needed for <dirent.h>.
1588         * [include/sigcontext.h]
1589         Combined a common NetBSD & FreeBSD #ifdef, and added in OpenBSD.
1590         Casted EIP_sig/ESP_sig to be unsigned long (declared as 'int' in *BSD).
1592         * [misc/crtdll.c] [misc/lstr.c]
1593         Casted last argument in v*printf() to be va_list. This code seems to
1594         make BIG assumptions about the implementation of va_list.
1596         * [misc/ver.c]
1597         Fixed impossible if() expression (unsigned < 0).
1599         * [misc/winsock.c]
1600         Removed semicolon on the end of an if() statement.
1602         * [windows/mdi.c]
1603         Changed a counter/index to unsigned since it was complaining about
1604         signed/unsigned comparison and didn't need to be negative.
1606 Wed Apr 16 17:43:19 1997 Georg Beyerle <gbeyerle@awi-potsdam.de>
1608         * [scheduler/thread.c]
1609         Minor fix in thread database initialization.
1611 Wed Apr 16 17:28:05 1997  Andreas Mohr <100.30936@germany.net>
1613         * [files/file.c]
1614         Fixed FILE_FillInfo() to omit the archive flag when handling a DOS
1615         directory entry.
1617 ----------------------------------------------------------------------
1618 Mon Apr 14 11:22:54 1997  John Harvey <john@division.co.uk>
1620         * [graphics/win16drv/init.c]
1621         Minor changes to help debug problems.
1623         * [if1632/dummy.c] [if1632/gdi.spec]
1624         Dummy routines for StartPage, EndPage, SetAbortProc, AbortProc.
1626         * [misc/printdrv.c] [if1632/gdi.spec] [include/windows.h]
1627         StartDoc16, EndDoc16 new functions.
1629 Sun Apr 13 11:18:35 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1631         * [memory/virtual.c]
1632         Implemented MapViewOfFile.
1634         * [debugger/dbg.y]
1635         Added 'info maps' command.
1637 Fri Apr 11 16:34:08 1997  Frans van Dorsselaer <devel@rulhmpc58.LeidenUniv.nl>
1639         * [controls/edit.c] [controls/EDIT.TODO]
1640         Started restructuring.  Performance improvements.
1641         Fixed:  wordwrap, scrollbar handling, scrolling, painting,
1642                 EditWndProc() is now reentrant, wordbreak procs,
1643                 better compliance to specs.
1644         New:    margins, format rectangle.
1646         * [controls/widgets.c]
1647         Changed the cursor for the edit control class to an I-beam.
1649         * [include/callback.h]
1650         Added 32 bit wordbreak callback.
1652 Mon Apr  7 20:53:28 1997  Albrecht Kleine  <kleine@ak.sax.de>
1654         * [objects/metafile.c]
1655         Added handling of some more metafile records: 
1656         META_CREATEREGION, META_INVERTREGION etc.
1658 Sat Apr  5 09:23:02 MET DST 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
1660         * [loader/signal.c]
1661         Define kernel sigaction ourselves instead of getting it
1662         from the kernel source.
1664 Wed Apr  2 21:05:00 1997  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1666         * [control/menu.c]
1667         Fix return value range for GetMenuState.
1669         * [files/file.c]
1670         Always fill out ofs->szPathName in FILE_DoOpenFile.
1672         * [memory/string.c]
1673         Add debug option string.
1675         * [objects/cursoricon.c]
1676         Fix return value for DestroyIcon32.
1678 Mon Mar 31 17:16:12 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1680         * [DEVELOPERS-HINTS] [misc/*] [windows/*] [graphics/*]
1681         Added description of the source tree. Moved several
1682         files to fit it.
1684         * [misc/shell.c]
1685         Use Win32 heap functions.
1687 ----------------------------------------------------------------------
1688 Fri Mar 28 14:18:32 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1690         * [misc/main.c] [ANNOUNCE]
1691         Update the list of contributors. Please let me know if I forgot
1692         someone.
1694         * [controls/combo.c]
1695         Fixed bug in CB_DIR16 handling.
1696         Use correct text color in CBPaintText.
1698         * [controls/listbox.c]
1699         Fixed WM_CTLCOLOR handling.
1701         * [windows/winproc.c]
1702         Added translation for EM_*32 messages.
1704 Mon Mar 24 01:31:52 1997  Steffen Moeller <moeller@mpimg-berlin-dahlem.mpg.de>
1706         * [files/drive.c]
1707         Added information on device and inode numbers to the DOSDRIVE
1708         struct, using it to find DOS drives in a path even if it contains
1709         symbolic links, eliminating annoying messages at startup.  
1710         Edited functions DRIVE_Init and rewrote DRIVE_FindDriveRoot.
1712 Wed Mar 19 16:31:18 1997  John Harvey <john@division.co.uk>
1714         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
1715           [graphics/x11drv/font.c] [objects/font.c] [include/gdi.h]
1716           [include/win16drv.h] [include/x11drv.h]
1717         Implemented GetCharWidth via graphics drivers.
1719         * [graphics/win16drv/Makefile.in] [graphics/win16drv/prtdrv.c]
1720         Moved printer driver interfaces into a separate file.
1722         * [graphics/win16drv/text.c]
1723         Fixed bugs that seg-faulted write.
1725 Wed Mar 19 13:52:41 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1727         * [BUGS]
1728         Update.
1730         * [controls/edit.c]
1731         Removed useless parameters from a lot of functions.
1733         * [controls/menu.c]
1734         Improved keyboard shortcuts. Added check for entries with popup 
1735         menu in EnableMenuItem().
1737         * [windows/winproc.c] [windows/win.c] [memory/selector.c]
1738         Do not allocate separate thunks for new windows.
1740         * [misc/clipboard.c] [windows/painting.c]
1741         Fixed problems with ClipBook.
1743         * [controls/combo.c] [controls/edit.c] [controls/listbox.c]
1744           [controls/widgets.c] [windows/graphics.c] [windows/defdlg.c]
1745         Combo rewrite.
1747         * [objects/dib.c]
1748         Slight improvements.
1750 Wed Mar 19 11:21:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1752         * [misc/crtdll.c]
1753         Added chdir/mkdir.
1755         * [misc/ntdll.c]
1756         Fixed some bugs, added RtlUnicodeStringToAnsiString.
1758         * [win32/process.c]
1759         Added initialisation of events/semaphores/mutices.
1761 Wed Mar 19 01:55:40 1997  Ricardo R. Massaro <massaro@ime.usp.br>
1763         * [resources/sysres_Po.rc]
1764         Added support for Portuguese language.
1766 Sat Mar 18 18:00:14 1997  Uwe Bonnes  <bon@elektron.ikp.physik.th-darmstadt.de>
1768         * [windows/winpos.c] [if1632/user.spec] [if1632/user32.spec]
1769         Implemented SwitchToThisWindow().
1770         
1771         * [misc/ver.c]
1772         Corrected a flaw in VerInstallFile32A.
1773         
1774         * [msdos/int21.c]
1775         Corrected wrong number in Int21 3305
1776         Corrected Int21 714e, implemented Int21 7160,CL=2, 7143 and 7147
1777         
1778 Sun Mar 16 09:53:04 1997  Andreas Mohr <100.30936@germany.net>
1780         * [loader/ne_module.c]
1781         Fixed NE_LoadSegments() to set size to pSeg->minsize rather than
1782         setting it to 0x10000 if pSeg->size is 0.
1784 Thu Mar 13 12:15:00 1997  Anand Kumria <akumria@ozemail.com.au>
1786         * [ANNOUNCE]
1787         Added ftp.progsoc.uts.edu.au as a mirror of Wine.
1789         * [memory/global.c]
1790         Removed MemManInfo sizeof check.
1792 Mon Mar 10 10:35:44 MET 1997 Sven Verdoolaege <skimo@breughel.ufsia.ac.be>
1794         * [files/dos_fs.c]
1795         Pick up kernel dirent on glibc systems.
1797         * [loader/signal.c]
1798         Pick up kernel sigaction on glibc systems.
1800 Sat Mar  8 21:05:37 1997  Jimen Ching  <jching@aloha.com>
1802         * [debugger/stabs.c] [debugger/msc.c]
1803         Check return value of mmap.
1805 Fri Mar  7 05:42:03 1997  Lee Jaekil <juria@seodu.co.kr>
1807         * [win32/code_page.c]
1808         Added IsValidCodePage.
1810 ----------------------------------------------------------------------
1811 Sun Mar  2 14:57:37 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1813         * [*/*]
1814         Completed transition to new Win32 types.
1816         * [tools/build.c]
1817         Changed CallTo16_regs to take a CONTEXT argument.
1819         * [memory/virtual.c]
1820         Rewrote Virtual* functions. Implemented CreateFileMapping and
1821         OpenFileMapping. Broke MapViewOfFile ;-)
1823         * [win32/k32obj.c]
1824         Implemented named objects.
1826 Sun Mar  2 00:33:21 1997  Mikolaj Zalewski <zmikolaj@free.polbox.pl>
1828         * [misc/ole2nls.c] [resources/sysres_Pl.c]
1829         Added Polish language support.
1831 Sat Mar  1 13:31:25 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
1833         * [windows/keyboard.c]
1834         Wrote VkKeyScan and tested with Winword. Works ok except for dead
1835         chars.
1837 Fri Feb 28 09:34:03 1997  John Harvey <john@division.co.uk>
1839         * [graphics/win16drv/font.c] [graphics/win16drv/init.c]
1840           [graphics/win16drv/obects.c]
1841         Added start of SelectObject call for printer driver. Write should
1842         now run with the printer driver enabled.
1844 Wed Feb 26 20:03:32 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1846         * [debugger/*.c]
1847         Re-added a disassembly command (list serves another functionality
1848         now).
1850         * [loader/pe_resource.c]
1851         Added # support.
1853         * [misc/ole2nls.c]
1854         GetStringType* added.
1856         * [objects/color.c]
1857         VGA16 fixes.
1859         * [windows/class.c]
1860         Look for global widget classes too in GetClassInfo32.
1862         * [windows/sysmetrics.c] [include/windows.h]
1863         Added Win32 sysmetrics.
1865 Sat Feb 22 23:56:29 1997  Jukka Iivonen <iivonen@cc.helsinki.fi>
1867         * [documentation/languages]
1868         The fourth case updated.
1870         * [if1632/ntdll.spec]
1871         Added some is* and to* functions.
1873 Sat Feb 22 23:05:47 1997  Morten Welinder  <terra@diku.dk>
1875         * [configure.in]
1876         Add tests for wait4 and waitpid.
1878         * [loader/signal.c]
1879         Clean up OS-dependent code.  I hope I got it right, :-)
1881         * [tools/wineconf]
1882         Recognise vfat file systems.  Ignore floppy drives specified in
1883         /etc/fstab.
1885         * [files/*]
1886         Fix function names in error messages.
1888 Sat Feb 22 06:15:13 1997  Pablo Saratxaga <srtxg@chanae.stben.be>
1890         * [windows/keyboard.c] [windows/message.c]
1891         Support for more latin alphabet dead keys for iso-8859-{1,2,3,4,9}
1892         characters sets.
1894 Fri Feb 21 20:37:50 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
1896         * [controls/edit.c]
1897         Fix incorrect arg order in LOCAL_Alloc() call.
1899 Fri Feb 21 18:19:17 1997  Andrew Taylor  <andrew@riscan.com>
1901         * [multimedia/mmsystem.c] [multimedia/mcistring.c]
1902         Fixed bug related to device IDs returned by multimedia
1903         system.  Implemented mciGetDeviceID.
1905 Sat Feb 15 00:58:19 1997  Jimen Ching  <jching@aloha.com>
1907         * [debugger/dbg.y]
1908         Do not dereference invalid expressions.
1910 ----------------------------------------------------------------------
1911 Sat Feb 15 11:59:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1913         * [*/*]
1914         Converted a lot of functions to Win32 types.
1915         Removed HWND type.
1917 Fri Feb 14 15:09:19 1997  Onno Hovers <onno@stack.nl>
1919         * [memory/global.c]
1920         Implemented GMEM_MOVEABLE blocks for Win32.
1922 Fri Feb 14 00:24:39 1997  Alex Korobka <alex@trantor.pharm.sunysb.edu>
1924         * [loader/task.c] [windows/queue.c]
1925         Do not read X events while in the intertask SendMessage().
1927         * [misc/lstr.c]
1928         Fixed CharPrev32A().
1930         * [windows/hook.c] [include/hook.h]
1931         Restored broken WH_CALLWNDPROC functionality for dialogs, etc...
1933         * [windows/win.c] [windows/defwnd.c] [windows/mdi.c]
1934           [windows/event.c] [controls/edit.c] 
1935         Added WIN_ISWIN32 flag to windows created by Win32 calls. 
1936         Several new Win32 messages are sent when this flag is on.
1937         
1938         * [msdos/dosmem.c] [memory/global.c]
1939         Some changes in DOS memory allocation.
1941 Fri Feb  7 21:46:03 1997  Andrew Taylor  <andrew@riscan.com>
1943         * [win32/security.c]
1944         Added SID manipulation functions.
1946         * [include/debug.h]
1947         Added debugging class "security".
1949 Fri  Feb 7 20:46:33 1997  Robert Pouliot <krynos@clic.net>
1951         * [debugger/msc.c] [debugger/source.c] 
1952           [documentation/wine_os2.txt] [loader/signal.c]
1953         Some more changes for OS/2. Doesn't work yet.
1955 Fri  Feb 7 09:31:17 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1957         * [scheduler/process.c]
1958         Added ExpandEnvironmentStrings*.
1960         * [misc/ntdll.c] [include/ntdll.h]
1961         Added some new functions.
1963         * [objects/cursoricon.c]
1964         CURSORICON_LoadHandler: check against some bizarre out of memory
1965         conditions.
1966         
1967         * [windows/mdi.c]
1968         Fixed DefFrameProc32*, added TranslateMDISysAccel32.
1970 Wed Feb  5 01:31:05 1997  John Zero <john@globe.graphisoft.hu>
1972         * [resources/sysres_Hu.rc] [misc/ole2nls.c] [misc/main.c]
1973           [programs/progman/Hu.rc] [programs/winhelp/Hu.rc]
1974         Added Hungarian language support.
1976 ----------------------------------------------------------------------
1977 Sun Feb  2 12:31:03 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
1979         * [files/drive.c]
1980         Fixed SetCurrentDirectory() to also change the current drive.
1982         * [win32/except.c] [tools/build.c]
1983         Use Win32 register functions to implement exception handling.
1984         Fixed UnhandledExceptionFilter.
1986 Fri Jan 31 15:42:41  1997  David Faure  <david.faure@ihamy.insa-lyon.fr>
1988         * [windows/keyboard.c]
1989         Added KEYBOARD_GenerateMsg to generate Caps Lock and NumLock events
1990         Added calls to KEYBOARD_GenerateMsg when the key is pressed/released
1991         or when the state has changed, out of wine.
1992         Changed type 3-state 'ToggleKeyState' to boolean. The On/Off is given
1993         by InputKeyStateTable.
1995 Wed Jan 29 21:53:04 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1997         * [loader/*resource.c][if1632/thunk.c]
1998         EnumResource* added.
2000         * [loader/pe_resource.] [loader/resource.c]
2001         SizeofResource32(), LoadAccelerators32() added.
2003         * [misc/lstr.c]
2004         FormatMessage %n added.
2006         * [misc/crtdll.c][include/ctrdll.h][if1632/crtdll.spec]
2007         _chdrive,_errno,_isctype added.
2009         * [misc/cpu.c]
2010         Replaced runtime_cpu by GetSystemInfo().
2012         * [windows/hook.c][include/hook.h]
2013         Fixed mapping of hooks to win32/unicode.
2015         * [windows/keyboard.c] [windows/defwnd.c]
2016         Updated to win32 standard.
2017         ALT-<Menukey> fixed.
2019         * [windows/queue.c]
2020         GetWindowThreadProcessId() implemented.
2022 Mon Jan 27 16:42:49 1997  John Harvey <john@division.co.uk>
2024         * [graphics/metafiledrv/*] [graphics/x11drv/*]
2025           [objects/bitmap.c] [objects/brush.c] [objects/font.c]
2026           [objects/gdiobj.c] [objects/pen.c]
2027         Moved SelectObject to graphics drivers. Printer support now works
2028         in a few cases but is definitely not complete. Generic/text driver
2029         works. The postscript driver works if true type fonts are disabled
2030         from the control panel. To enable printer support add Printer=on
2031         to the wine section of your wine.conf file. This causes write not
2032         to work properly. I know that several other printer drivers do not
2033         work.
2035         * [tools/build.c]
2036         Make .stabs not used for svr4 since it doesn't use GNU assembler.
2038         * [misc/fontengine.c]
2039         Make sure a printf doesn't crash the system.
2041 Sat Jan 25 15:53:35 1997  Huw D M Davies <h.davies1@physics.oxford.ac.uk>
2043         * [objects/metafile.c]
2044         Fixed some problems with PlayMetaFileRecord().
2046         * [objects/dc.c]
2047         hClipRgn gets initialized in GetDCState().
2049 Fri Jan 24 21:22:26 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2051         * [debugger/stabs.c]
2052         Handle file names beginning with '/'.
2054 Fri Jan 24 18:33:04 1997  Robert Pouliot <krynos@clic.net>
2056         * [*/*]
2057         Some more patches for OS/2 support.
2059 Fri Jan 24 11:30:41 1997  Bang Jun-Young  <bangjy@nownuri.nowcom.co.kr>
2061         * [resources/sysres_Ko.rc]
2062         Updated support for Korean (Ko) language.
2064 ----------------------------------------------------------------------
2065 Sun Jan 19 11:46:48 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2067         * [loader/module.c]
2068         Fixed LoadModule() to always call the DLL initialization code.
2070         * [windows/event.c]
2071         Moved all the keyboard stuff to windows/keyboard.c
2073         * [tools/build.c]
2074         Fixed Win32 register functions.
2076 Sat Jan 18 22:24:41 1997  David Makepeace  <D.Makepeace@mailbox.uq.oz.au>
2078         * [tools/makedep.c]
2079         Fixed bug which causes SEGV on Solaris x86.
2081 Fri Jan 17 18:32:27 1997  Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
2083         * [controls/edit.c]
2084         Implemented WM_UNDO, WM_CONTEXTMENU (temporary using WM_RBUTTONUP),
2085         WM_COMMAND, WM_INITPOPUPMENU, WM_SYSKEYDOWN.
2086         Fixed EM_SETSEL and some minor bugs (features).
2087         Hence: fully functional undo and a win95 menu with the right mouse
2088                 button.
2090         * [include/resources.h] [resources/TODO] [resources/sysres_??.rc]
2091         Added a context menu for the edit control.
2092         Translations, please ...
2094 Fri Jan 17 08:29:52 1997  David Faure <david.faure@ifhamy.insa-lyon.fr>
2096         * [windows/event.c]
2097         Move EVENT_ToAscii to windows/keyboard.c (where name ToAscii)
2098         Fixed Keypad keys 0-9 and . in EVENT_event_to_vkey.
2099         Added 3-state handling of toggle keys (CapsLock, NumLock) in order
2100         to make them work with any X server.
2101         Toggle keys now generate WM_KEYDOWN and WM_KEYUP on each pressing.
2103         * [include/keyboard.h]
2104         Totally replaced the file (formerly containing the vkcase definitions)
2105         by the declaration of 'extern' variables contained by event.c and used
2106         by keyboard.c
2107         
2108         * [windows/keyboard.c]
2109         Started to rewrite VkKeyScan and MapVirtualKey, to make them use the 
2110         table keyc2vkey or X functions only.
2111         ToAscii : added keypad 0-9 and . special case.
2112         Changed toggle keys active mask from 0x80 to 0x1.
2114         * [misc/keyboard.c]
2115         File deleted. Contents moved to windows/keyboard.c.
2117         * [misc/main.c]
2118         Added putenv XKB_DISABLE to disable XKB extension (which, when
2119         present, causes AltGr to change keyboard group instead of being a
2120         modifier).
2122 Tue Jan 14 22:56:43 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2124         * [windows/event.c]
2125         Do not assume NumLockMask is Mod2Mask, but compute it by scanning
2126         output of XGetModifierMapping for XK_Num_Lock.
2128 Tue Jan 14 15:49:49 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2130         * [loader/pe_*.c] [include/peexe.h] [include/resource32.h]
2131           [debugger/*.c]
2132         General clean up.
2133         Changed defines/structures to match Windows NT SDK.
2135         * [loader/main.c]
2136         Don't crash on empty command-line.
2138         * [windows/winpos.c]
2139         winpos.c made win32 clean.
2141         * [misc/ntdll.c]
2142         Some string conversion additions.
2144         * [files/file.c]
2145         GetFileAttributes/GetTempFileName fixed.
2147         * [misc/ver.c]
2148         VerInstallFile implemented.
2150 Mon Jan 13 15:03:11 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2152         * [tools/build.c]: Use PREFIX also in stabs messages.
2154 Mon Jan 13 10:40:33 1997  John Harvey <john@division.co.uk>
2156         * [graphics/win16drv/*] [include/win16drv.h]
2157         Many fixes and some new features.
2159         * [graphics/x11drv/font.c] [graphics/x11drv/init.c]
2160           [include/x11drv.h] [objects/font.c]
2161         GetTextMetrics() moved to graphics driver.
2163         * [if1632/gdi.spec] [misc/fontengine.c] [misc/Makefile.in]
2164         New dummy EngineEnumerateFont, EngineRealizeFont functions.
2166         * [include/windows.h]
2167         TEXTFORM16 and FONTINFO16 structure definitions moved here from
2168         include/win16drv.h
2170 ----------------------------------------------------------------------
2171 Sat Jan 11 18:17:59 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2173         * [controls/menu.c]
2174         Updated to new Win32 types.
2176         * [controls/listbox.c]
2177         Fixed Winfile extended selection bug.
2179         * [files/directory.c]
2180         Changed DIR_SearchPath to return both long and short file names.
2182         * [files/dos_fs.c]
2183         Implemented VFAT ioctl to retrieve the original short filenames
2184         from a VFAT filesystem (Linux only for now).
2185         Replaced DOSFS_GetUnixFileName()/DOSFS_GetDosTrueName() by
2186         DOS_GetFullName().
2187         Properly implemented GetShortPathName() and GetFullPathName().
2188         Made all functions re-entrant.
2190         * [files/file.c] [misc/main.c]
2191         Replaced -allowreadonly option by -failreadonly. The default is
2192         now to report success when opening a read-only file for writing.
2194         * [objects/metafile.c]
2195         Fixed bug in DIB bitmaps pointer calculation.
2197         * [scheduler/process.c]
2198         Implemented environment strings and Get/SetStdHandle with process
2199         environment block.
2201         * [tools/build.c]
2202         Rewrote BuildContext32() to avoid instructions that may not be
2203         supported by all assemblers.
2204         
2205 Fri Jan 10 17:11:09 1997  David Faure  <david.faure@ifhamy.insa-lyon.fr>
2207         * [windows/event.c]
2208         Created table keyc2vkey, which associate a vkey(+extended bit) to
2209         any keycode. Changed EVENT_event_to_vkey to use this table to
2210         return the correct vkey. Changed EVENT_ToAscii to get the keycode
2211         from this table too.  Assigned OEM specific vkeys arbitrarily.
2213 Fri Jan 10 09:26:17 1997  John Harvey <john@division.co.uk>
2215         * [misc/winsock.c] [misc/winsoc_async.c]
2216         Fixed svr4 header files.
2217         Changed bzero() to memset().
2219         * [tools/fnt2bdf.c]
2220         Removed bcopy() and used memcpy() instead.
2222         * [debugger/msc.c]
2223         Include string.h instead of strings.h
2225         * [debugger/stabs.c]
2226         Include string.h instead of strings.h.
2227         Define __ELF__ for svr4 systems.
2229         * [loader/signal.c]
2230         Use wait() instead of wait4() which doesnt exist on Unixware.
2232         * [memory/global.c]
2233         Use sysconf() instead of getpagesize() for svr4 systems.
2235 Thu Jan  9 21:07:20 1997  Robert Pouliot <krynos@clic.net>
2237         * [Make.rules.in] [Makefile.in] [make_os2.sh] [rc/Makefile.in]
2238           [tools/Makefile.in] [documentation/wine_os2.txt]
2239         Patches for OS/2 support. Note that it doesn't compile yet.
2241 Tue Jan  7 20:03:53 1997  Eric Youngdale <eric@sub2304.jic.com>
2243         * [debugger/*]
2244         Many more debugger improvements (see debugger/README for details).
2246 Tue Jan  7 15:12:21 1997  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2248         * [windows/graphics.c] [objects/text.c] [graphics/x11drv/*]
2249           [graphics/metafiledrv/*]
2250         Moved some device dependent code into the resp. subdirs.
2252         * [include/gdi.h] [include/metafiledrv.h] [include/x11drv.h]
2253         Prototypes added,
2254         DC_FUNCTIONS: GetPixel added, some unnecessary functions removed.
2256         * [objects/region.c]
2257         CreatePolyPolygonRgn32 added.
2259         * [files/dos_fs.c]
2260         QueryDosDevice added.
2262         * [misc/lstr.c]
2263         FormatMessage: broken heap management fixed.
2265         * [scheduler/process.c] [scheduler/thread.c]
2266         Get/SetThreadPriority/PriorityClass added.
2268 Mon Jan  6 21:55:30 1997  Philippe De Muyter  <phdm@info.ucl.ac.be>
2270         * [misc/keyboard.c]
2271         ToAscii : Use EVENT_ToAscii instead.
2273         * [windows/event.c]
2274         keypad_key : Do not convert XK_Mode_switch to VK_MENU; recognize
2275         keypad cursor keys.
2276         EVENT_event_to_vkey : New function, to transform a X keycode
2277         into a MSwin vkey + extended bit.
2278         EVENT_ToAscii : New function, to transform a vkey + extended bit
2279         (+ key state table) into ascii char(s), using XLookupString, and
2280         recognizing dead chars.
2281         EVENT_key : Transform AltGr into Ctrl+Alt sequence; call
2282         EVENT_event_to_vkey for keycode to vkey conversion; fixed
2283         previous, context and extended bits.
2285         * [windows/keyboard.c]
2286         Include stddebug.h, to get -debugmsg messages.
2287         GetKeyState : Handle VK_MBUTTON case.
2288         GetKeyboardState, SetKeyboardState : Debugging messages added.
2290         * [windows/message.c]
2291         TranslateMessage : Handle dead chars.
2293 Mon Jan  6 20:10:11 1997  Dominik Strasser  <bm424953@muenchen.org>
2295         * [if1632/crtdll.spec] [misc/crtdll.c]
2296         C++ functions new/delete/set_new_handler implemented.
2298 Mon Jan  6 15:48:15 1997 Frans van Dorsselaer <dorssel@rulhmpc49.LeidenUniv.nl>
2300         * [controls/edit.c] [include/windows.h]
2301         Moved the edit control to 32 bits.
2302         Included new (win95) message definitions in windows.h
2303         Implemented EM_SCROLLCARET, EM_SETMARGINS, EM_GETMARGINS,
2304         EM_GETLIMITTEXT, EM_POSFROMCHAR, EM_CHARFROMPOS.
2305         Broke EM_SETWORDBREAKPROC (internal wordwrap still works).
2306         Fixed some bugs, introduced a couple of others.
2307         Text buffer is now initially in 32-bit heap.
2309         * [controls/EDIT.TODO] [controls/combo.c] [controls/widgets.c]
2310           [if1632/wprocs.spec] [library/miscstubs.c] [windows/defdlg.c]
2311           [misc/commdlg.c]
2312         Updated to work with 32-bit edit control.
2314 Sat Jan  4 22:07:27 1997  O.Flebbe  <O.Flebbe@science-computing.uni-tuebingen.de>
2316         * [loader/pe_image.c]
2317         Use mmap rather then malloc. Better workaround for clean
2318         segments.
2320 ----------------------------------------------------------------------
2321 Wed Jan  1 15:36:17 1997  Alexandre Julliard  <julliard@lrc.epfl.ch>
2323         * [controls/listbox.c]
2324         Use FindFirstFile/FindNextFile in LISTBOX_Directory.
2326         * [files/dos_fs.c]
2327         Rewrote FindFirstFile/FindNextFile to use DOSFS_FindNext().
2329         * [files/file.c] [files/directory.c]
2330         Use Win32 kernel objects and handles for file handles.
2331         Unified SearchPath() and OpenFile().
2333         * [loader/builtin.c]
2334         Moved to if1632/ directory.
2336         * [tools/build.c] [debugger/*] [miscemu/*]
2337         Win16 register functions now receive the same CONTEXT * structure
2338         as Win32 functions.
2340         * [include/sigcontext.h] [miscemu/instr.c]
2341         Added new macros to get register values from the SIGCONTEXT
2342         structure (only used for instruction emulation now).
2344         * [scheduler/process.c] [scheduler/thread.c] (New files)
2345         Allocate process and thread structures.
2347         * [scheduler/process.c] [win32/k32obj.c]
2348         Added Win32 kernel objects and handles management.
2350         * [loader/task.c]
2351         Create a Win32 process and thread for every Win16 task.
2353         * [misc/commdlg.c] [misc/shell.c] [windows/msgbox.c]
2354         Built-in resources are now in Win32 format. This also avoids
2355         16-bit callbacks for built-in dialogs.
2357         * [misc/lzexpand.c]
2358         Differentiate between 16-bit and 32-bit file handles.
2360         * [miscemu/int*.c]
2361         Moved all int emulation to msdos/ directory.
2363         * [msdos/*]
2364         New directory msdos/ contains all MS-DOS emulation code that can
2365         also be used for Winelib; this should enable Winelib apps to use
2366         DOS3Call and related functions.
2368         * [rc/winerc.c]
2369         A few bug fixes for Win32 resource format.
2371         * [windows/winpos.c]
2372         Hack in WINPOS_ReorderOwnerPopups() to avoid X crashed (still not
2373         right though).
2375 Sun Dec 29 17:47:55 1996  O. Flebbe <flebbe@science-computing.uni-tuebingen.de>
2377         * [loader/pe_image.c]
2378         Make sure BSS of a PE_Image is zero.
2380 Sat Dec 28 22:15:34 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
2382         * [windows/scroll.c]
2383         ScrollWindowEx() rewrite, ScrollDC() fix.
2385         * [windows/nonclient.c] [controls/menu.c]
2386         Fixed Alt-Space crashes in dialogs.
2388         * [windows/event.c] [windows/message.c]
2389         Some changes in mouse message generation.
2391 Thu Dec 26 09:25:24 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2393         * [debugger/stabs.c]
2394         Dummy DEBUG_ReadExecutableDbgInfo provided for !__ELF__ case.
2396 Tue Dec 24 00:59:05 MET 1996  Martin Buck <martin-2.buck@student.uni-ulm.de>
2398         * [windows/event.c]
2399         Changed XK_Page_{Up,Down} to XK_{Prior,Next} for X11R5
2400         compatibility.
2402 ----------------------------------------------------------------------
2403 Sun Dec 22 13:30:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2405         * [graphics/metafiledrv/init.c] [graphisc/metafiledrv/mapping.c]
2406         Added mapping functions.
2408         * [if1632/gdi.spec] [objects/*.c] [include/windows.h]
2409         Added a lot of Win32 functions.
2411         * [memory/heap.c]
2412         Added HEAP_strdupAtoW and HEAP_strdupWtoA.
2414         * [misc/lstr.c] [memory/string.c]
2415         Moved OEM<->Ansi conversion to string.c. Fixed a couple of bugs.
2417         * [object/font.c]
2418         Avoid uppercasing font names.
2420         * [windows/hook.c]
2421         Set ds = ss before calling hook procedure.
2423 Sat Dec 21 21:44:17 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2425         * [objects/color.c]
2426         Use colors allocated by other clients. 
2428         * [windows/caret.c]
2429         Set default blink time to 500.
2431         * [windows/win.c] [windows/event.c]
2432         Delete X context before XDestroyWindow().
2434         * [windows/keyboard.c]
2435         Fixed GetKeyState() once more.
2437 Fri Dec 20 08:26:33 1996  Eric Youngdale <eric@sub2304.jic.com>
2439         * [debugger/*.c]
2440         Lots of built-in debugger improvements: parse Win32 EXEs debug
2441         information, display local variables, source files and line
2442         numbers, get symbols directly from the Wine executable, etc.
2444 Tue Dec 17 22:39:42 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2446         * [misc/winsock_async.c]
2447         Extern declaration added for h_errno.
2449 Tue Dec 17 21:29:34 1996  Albrecht Kleine  <kleine@ak.sax.de>
2451         * [windows/message.c]
2452         Added two more CBT hook calls: HCBT_CLICKSKIPPED/HCBT_KEYSKIPPED.
2454 ----------------------------------------------------------------------
2455 Sun Dec 15 16:18:15 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2457         * [graphics/x11drv/bitblt.c]
2458         Fixed BITBLT_StretchImage for partially covered or inverted
2459         bitmaps.
2461         * [objects/dib.c]
2462         Fixed the upside-down bitmap problem.
2464 Sat Dec 14 02:49:57 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2466         * [if1632/user32.spec]
2467         IsMenu and RemoveMenu added (use existing Win16 functions).
2469         * [include/windows.h]
2470         Corrections to BITMAPINFOHEADER structure.
2472         * [loader/module.c] [if1632/kernel32.spec]
2473         New function GetModuleFileName32A (heavily based on original
2474         Win16 version).
2476         * [loader/pe_image.c]
2477         Hack to allow files with short PE header to be loaded (e.g.
2478         COMDLG32.DLL from Win32s).
2480         * [misc/winsock_async.c]
2481         #if out EIDRM case (not present in FreeBSD).
2483         * [tools/build.c]
2484         Remove trailing comments from .s files generated by build
2485         as these break assembly when not run through pre-processor.
2487         * [windows/graphics.c] [if1632/gdi32.spec]
2488         New function Polyline32 - based on original Polyline. Needs
2489         metafile support adding still.
2491 Fri Dec 13 13:04:06 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
2493         * [win32/findfile.c] [if1632/kernel.spec]
2494         FindFirstFile32A(): Use dos current directory for drive prefixes.
2495         FindNextFile32A(): Fill in file attribute information.
2496         Implement FindFirstFile16, FindNextFile16, FindClose16.
2498         * [files/drive.c]
2499         GetCurrentDirectory32A - Fix problem with null 3rd character in
2500         string.
2502 Tue Dec 10 14:49:07 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2504         * [windows/painting.c][windows/message.c]
2505         Don't use linked lists to call SendMessage(), for it might destroy
2506         the current listentry.
2508         * [misc/registry.c]
2509         Fixed temporary file saving (rename doesn't work across
2510         partitions).
2512         * [files/*.c]
2513         GetFullPathName*,GetDriveType32A fixed, CreateDirectoryEx*,
2514         GetVolumeInformation32W fixed.
2516         * [win32/process.c][if1632/kernel.spec][if1632/kernel32.spec]
2517         LoadLibrary* updated to new naming std., *32W added.
2519         * [win32/console.c] [include/wincon.h]
2520         Additions for NT commandline executables.
2522         * [if1632/advapi32.spec][if1632/kernel32.spec][win32/init.c]    
2523         GetUserName32W added, GetComputerName32W added,
2524         GetStartupInfo32W added, GetSystemInfo updated to NT standard.
2526         * [windows/msgbox.c][misc/shell.c][windows/graphics.c]
2527         MessageBox32W, ShellAbout32W, CommandLineToArgvW, Polygon32 added.
2529         * [misc/crtdll.c][include/crtdll.h][if1632/crtdll.spec][misc/ntdll.c]
2530           [if1632/ntdll.spec]
2531         Lot of new unicode functions added (needed for NT).
2533         * [loader/pe_image.c]
2534         NtCurrentTeb added.
2536 Tue Dec 10 22:39:33 1996  Albrecht Kleine  <kleine@ak.sax.de>
2538         * [windows/keyboard.c]
2539         Rewrote function TranslateAccelerator().
2541 Mon Dec  9 14:52:13 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
2543         * [windows/defwnd.c] 
2544         DEFWND_SetText(): Set icon name.
2546 Sun Dec  8 23:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2548         * [loader/signal.c] [misc/winsock.c] [misc/winsock_async.c]
2549           [if1632/winsock.spec]
2550         IPC resource cleanup, bugfixes.
2552         * [windows/dialog.c] [windows/defdlg.c]
2553         More DefDlgProc() fixes.
2555 Sun Dec  8 14:01:42 1996  Vadim Strizhevsky  <striv@ms.com>
2557         * [misc/clipboard.c] [objects/font.c] [win32/init.c]
2558           [win32/newfns.c] [windows/graphics.c]
2559         Added a few WIN32 functions which needed to run some win32
2560         accessories. Clock should now work almost as well as 16 bit version.
2561         Add: RegisterClipboardFormat32W GetTextExtentExPoint32*
2562              GetModuleHandleW, DisableThreadLibraryCalls (empty stub),
2563              Polygon32
2564         Fix: Polygon16 possible memory leak on error return.
2566 ----------------------------------------------------------------------
2567 Sun Dec  8 14:51:57 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2569         * [configure.in]
2570         Added check to see if the compiler supports building a DLL when
2571         the --with-dll option is used.
2573         * [controls/listbox.c]
2574         Don't send LBN_SELCHANGE too often.
2575         Added WM_CHARTOITEM support.
2577         * [Make.rules.in] [library/Makefile.in]
2578         Build winestub.o and link it with Winelib programs.
2580         * [objects/text.c]
2581         Added support for '&&' in DrawText().
2583         * [tools/build.c]
2584         Added -o option.
2586 Sat Dec 7 12:07:07 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
2588         * [win32/thread.c]
2589         GetCurrentThread(): return -2 (current thread pseudo-handle).
2590         GetCurrentThreadId(): return GetCurrentTask().
2592         * [objects/font.c] [if1632/gdi32.spec]
2593         GetTextExtentPoint32{A,W}Buggy(): for future bug-compatibility.
2595         * [win32/findfile.c]
2596         FindClose(): ignore INVALID_HANDLE_VALUE (like Win95).
2598         * [windows/hook.c] [include/hook.h] [if1632/user.spec]
2599           [if1632/user32.spec] [windows/focus.c] [windows/message.c]
2600           [windows/nonclient.c] [windows/win.c] [windows/winpos.c]
2601         Hooks rewritten to support Win32.
2603         * [misc/winsock.c]
2604         WINSOCK_select(): need to put sockets with errors into exceptfds.
2605         WINSOCK_socket(): fix error return.
2607         * [windows/win.c]
2608         SetWindowWord(): call SetParent on GWW_HWNDPARENT.
2610 Wed Dec  4 22:03:05 1996  Andrew Taylor <andrew@riscan.com>
2612         * [files/dos_fs.c]
2613         Check if buf is NULL before copying string in GetFullPathName32A().
2615 Wed Dec  4 21:40:59 1996  Robert Pouliot <krynos@clic.net>
2617         * [graphics/wing.c] [if1632/wing.spec]
2618         Implemented many WinG functions, but some don't seem to
2619         work correctly (probably due to the one not done).
2620         
2621 Wed Dec  4 03:38:25 1996  Lee Jaekil <juria@puma.kaitech.re.kr>
2623         * [misc/main.c]
2624         Implemented a few more of the SystemParametersInfo() cases.
2626 Sun Dec  1 22:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu> 
2628         * [controls/button.c]
2629         Improved focus rectangle painting.
2631         * [windows/dialog.c] [windows/defdlg.c]
2632         Fixed IE3.0 problems with DWL_MSGRESULT.
2634 Sun Dec  1 20:49:32 1996  Albrecht Kleine  <kleine@ak.sax.de>
2636         * [files/profile.c]
2637         Changed error handling in PROFILE_SetString().
2639 ----------------------------------------------------------------------
2640 Sat Nov 30 19:21:17 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2642         * [configure]
2643         Re-generated with autoconf 2.11. Let me know if you have
2644         problems.
2646         * [controls/listbox.c] [controls/oldlbox.c]
2647         Listboxes rewritten from scratch. Moved old code still used by
2648         comboboxes to oldlbox.c
2650         * [misc/registry.c]
2651         Use temporary file when saving registry.
2653         * [windows/dialog.c]
2654         Implemented Win32 version of DlgDirList() and DlgDirListComboBox().
2656         * [windows/winproc.c]
2657         Added translation for listbox Win32 messages.
2659 Sat Nov 30 21:00:00 Alex Korobka <alex@trantor.pharm.sunysb.edu>
2661         * [controls/widgets.c] [controls/button.c]
2662         Fixed some incompatibilities with CTL3D DLL.
2664         * [windows/dialog.c]
2665         Made dialog windows fit into the desktop.
2667         * [misc/winsock.c] [misc/winsock_async.c]
2668         New Winsock engine.
2670         * [windows/message.c]
2671         GetMessage() fixes.
2673         * [windows/queue.c] [windows/hook.c] [windows/win.c]
2674         SetMessageQueue() fixes.
2676 Fri Nov 29 10:25:12 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
2678         * [objects/text.c]
2679         DrawText16(): Fixed return value.
2681 Tue Nov 26 14:47:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2683         * [files/profile.c] [*/*]
2684         Added Win32 profile functions, updated to new naming standard.
2686         * [objects/font.c] [if1632/thunk.c] [include/windows.h]
2687         Added EnumFonts32*, EnumFontFamiliesEx*, changed prototypes and
2688         structures.
2690         * [misc/ole2nls.c] [if1632/thunk.c]
2691         Added EnumSystemLocales() (winhelp.exe).
2693         * [misc/registry.c]
2694         Added Windows 3.1 registry loader supplied by Tor Sjxwall, tor@sn.no
2696         * [win32/file.c]
2697         Partially fixed CreateFileMapping(), added UnmapViewOfFile().
2699 Sat Nov 23 23:36:05 1996  Ronan Waide  <waider@waider.ie>
2701         * [misc/shell.c]
2702         Fixed some FIXMEs relating to ShellExec() and FindExecutable().
2704         * [misc/main.c]
2705         Implemented a few more of the SystemParametersInfo() cases.
2707 Tue Nov 19 01:24:34 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2709         * [include/keyboard.h]
2710         New file, new macro WINE_VKEY_MAPPINGS (using code taken from event.c).
2712         * [include/windows.h]
2713         New [VK_A, VK_Z] and [VK_0, VK9] macros.
2715         * [misc/keyboard.c]
2716         Fixes in KeyTable and ToAscii.
2718         * [objects/font.c]
2719         FONT_init : Give default value for MSWIN "system" font.
2720         FONT_MatchFont : Do not try every size of a font family if the
2721         family does not exist.
2723         * [windows/event.c]
2724         lastEventChar hack removed.
2725         KeyStateTable replaced by InputKeyStateTable (maintained in event.c)
2726         and QueueKeyStateTable (maintained in message.c).
2727         EVENT_key : Corrections to the extended bit setting.
2729         * [windows/message.c] [windows/keyboard.c]
2730         Implementation of a new QueueKeyStateTable : table of key states
2731         valid when messages are retrieved by GetMessage or PeekMessage,
2732         and valid for TranslateMessage.
2733         TranslateMessage : Convert WM*KEY messages using QueueKeyStateTable
2734         and ToAscii.
2735         
2736 Mon Nov 18 16:59:01 1996  Robert Pouliot <krynos@clic.net>
2738         * [graphics/Makefile.in] [graphics/wing.c]
2739           [if1632/wing.spec]
2740         Some functions for WinG support, mostly empty stubs.
2742         * [misc/crtdll.c] [if1632/crtdll.spec]
2743         Many functions added to CRTDLL, mostly calls to Unix C library.
2745 ----------------------------------------------------------------------
2746 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2748         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
2749         Moved BitBlt operations to the new graphics driver
2750         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
2752         * [memory/global.c]
2753         Unified MemManInfo() and GlobalMemoryStatus().
2755         * [objects/text.c]
2756         Fixed ExtTextOut() to always use physical coords for clip rect.
2758         * [windows/dialog.c]
2759         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
2761         * [windows/event.c]
2762         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
2763         (thanks to Thomas Koenig).
2765         * [windows/painting.c]
2766         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
2767         
2768         * [windows/scroll.c]
2769         Implemented Win32 version of ScrollWindow() and ScrollDC().
2771 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2773         * [files/*.c] [win32/file.c]
2774         Some win32 filetime conversion functions added.
2775         Fixed behaviour with DOS drives pointing to UNIX /
2776         SetCurrentDirectory() may also get X:\xxx paths.
2777         Fixed FILE_Open when called from CreateFile().
2778         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
2780         * [misc/crtdll.c] [if1632/crtdll.spec]
2781         Added some new functions.
2783         * [if1632/user32.spec]
2784         Some thunks into win16 code added.
2786         * [win32/init.c]
2787         Added GetSystemInfo(), removed GetModuleFileName() stub.
2789         * [win32/code_page.c] [if1632/thunk.c]
2790         Added EnumSystemCodePages* (untested).
2792         * [objects/font.c] [if1632/thunk.c]
2793         Added EnumFontFamilies32*.
2794         
2795 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2797         * [controls/menu.c] [windows/mdi.c]
2798         Don't delete the MDI `windows' menu if it's already been deleted.
2800         * [misc/exec.c]
2801         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
2802         and complains if it returns FALSE.
2804         * [windows/winpos.c]
2805         Get maximized MDI child's nonclient area redrawn after resize.
2807 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
2809         * [memory/global.c]
2810         Use /proc filesystem for GlobalMemoryStatus() on Linux.
2812 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
2814         * [windows/event.c]
2815         Added OffiX-style file drop handling. File paths must be
2816         DOS-mappable by Wine (via wine.conf).
2818         * [controls/combo.c]
2819         Added WM_GETTEXT handler.
2821         * [objects/palette.c]
2822         Added ResizePalette() (untested).
2824         * [objects/cursoricon.c]
2825         Implemented icon to cursor conversion.
2827         * [objects/color.c]
2828         Fixed crash on startup when no colorcells are writeable.
2830 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2832         * [rc/winerc.c]
2833         Added support for win32 output.
2835         * [library/libres.c] [include/libres.h] [loader/resource.c]
2836         Renamed LIBRES_FindResource to LIBRES_FindResource16.
2837         Added LIBRES_FindResource32.
2839 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
2841         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
2842         Added the spec file for WinG, it's only stub for now, but it
2843         should be easy to do by someone with Windows programming
2844         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
2846         * [if1632/crtdll.spec]
2847         Added some string and memory functions to make sfxed95.exe (of
2848         Warcraft 2) almost work.
2850 ----------------------------------------------------------------------
2851 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2853         * [files/dos_fs.c]
2854         Added long file name mask in DOSFS_FindNext().
2856         * [loader/pe_image.c] [loader/task.c]
2857         Moved Win32 task startup into TASK_CallToStart().
2859         * [objects/dc.c]
2860         Fixed SetDCState() for memory DC (thanks to Constantine
2861         Sapuntzakis for spotting this one).
2863         * [windows/winpos.c]
2864         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
2866         * [*/*]
2867         Added Win32 version for many graphics functions.
2869 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2871         * [controls/button.c]
2872         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
2874         * [controls/edit.c]
2875         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
2876         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
2878         * [windows/dialog.c]
2879         DS_LOCALEDIT is a dialog style not an edit style.
2881         * [windows/winproc.c]
2882         Stop stack trashing when wndPtr->text == NULL.
2884 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
2886         * [windows/dce.c]
2887         GetDCEx32 - The determination of whether to use the DC cache or
2888         not should be independent of DCX_USESTYLE.
2890 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2892         * [files/directory.c]
2893         Added errno.h to #includes
2895         * [tools/makedep.c]
2896         Close files once they have been processed.
2898 ----------------------------------------------------------------------
2899 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2901         * [*/Makefile.in] [tools/makedep.c]
2902         New program to generate dependencies; should be faster and more
2903         portable than 'gcc -MM'.
2905         * [*/*]
2906         Replaced WPARAM and HDC by explicitly-sized types.
2908         * [windows/hook.c]
2909         Fixed bug in HOOK_GetHook16 function.
2911 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
2913         * [include/debug.h] [include/stddebug.h]
2914         Added debug option for win16drv (-debugmsg +win16drv)
2916         * [graphics/win16drv/init.c]
2917         Only enable CreateDC if printer=on specified in wine section of
2918         wine.conf.
2919         printfs changed to dprintf_win16drv.
2920         Some tidying up.
2922         * [include/gdi.h] [graphics/x11drv/clipping.c]
2923           [graphics/x11drv/Makefile.in]
2924         Moved SetDeviceClipping into drivers.
2926 ----------------------------------------------------------------------
2927 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2929         * [Make.rules.in] [*/Makefile.in]
2930         Made it possible to compile from a directory other than the source
2931         directory.
2933         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
2934           [objects/metafile.c] [objects/dc.c]
2935         New graphics driver for metafiles.
2937         * [if1632/thunk.c]
2938         Added thunks for SetWindowsHook and SetDCHook.
2940         * [windows/dialog.c]
2941         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
2942         items.
2944         * [*/*]
2945         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
2946         HINSTANCE, HMENU, HRGN and HTASK.
2948 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
2950         * [controls/edit.c]
2951         Fixed EditWndProc() to fall back to DefWndProc() when the
2952         edit state structure is not available.
2954 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
2956         * [windows/nonclient.c] [windows/mdi.c]
2957         AdjustWindowRectEx16() should only take notice of the styles
2958         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
2959         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
2961         * [controls/scroll.c]
2962         Fixed typo in ShowScrollBar32().
2964 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
2966         * [if1632/user32.spec] [if1632/winmm.spec]
2967         Added SetParent and sndPlaySoundA.
2968         
2969 ----------------------------------------------------------------------
2970 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2972         * [controls/button.c]
2973         Fixed focus rectangle size and clipping.
2975         * [controls/scroll.c]
2976         Converted to Win32 and added support for scroll page.
2977         Completed SetScrollInfo() and implemented other Win32 functions.
2979         * [files/file.c]
2980         Removed FILE_Read() (use _lread32 instead).
2982         * [objects/dce.c] [include/dce.h]
2983         Allocate DCE on the Win32 heap, and use pointers instead of
2984         handles.
2985         Implemented Win32 version of DC functions.
2987         * [windows/painting.c]
2988         Attempt to make CS_PARENTDC style work again.
2990 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
2992         * [windows/dce.c] [windows/winpos.c]
2993         Override SaveUnder attribute when painting took place
2994         in a window below. Force X to raise activated window 
2995         in seamless mode.
2997         * [misc/clipboard.c] [windows/event.c]
2998         Translation between DOS and Unix text formats and several
2999         other fixes for the sudden selection loss.
3001         * [windows/message.c]
3002         Apply "first" and "last" when checking for WM_QUIT in 
3003         MSG_PeekMessage().
3005         * [windows/win.c]
3006         Rearranged DestroyWindow() to fit "Windows Internals"
3007         description.
3009         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
3010         Misc. fixes to CBT hook calls.
3012         * [controls/menu.c] [misc/user.c]
3013         Fixup resident popup menu window so that it doesn't get
3014         destroyed by USER_AppExit().
3016         * [loader/module.c] [loader/task.c] [windows/event.c]
3017         Process "unsafe" X events outside the scheduler to prevent
3018         deadlocks.
3020         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
3021         Lots of fixes for better Win16 multitasking.
3023 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3025         * [include/windows.h]
3026         Added some missing HOOK defines.
3028         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
3029         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
3031         * [win32/console.c][include/wincon.h]
3032         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
3034         * [misc/registry.c]
3035         Some null ptr fixes.
3037         * [loader/pe_image.c]
3038         Fixed exported function lookup. (msvcrt20.dll)
3039         Add debugsyms for entrypoint, exported functions and sections.
3041         * [multimedia/mmsystem.c]
3042         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
3044         * [several]
3045         Added several missing things/stubs/simple thunks from win32
3046         to win16 code.
3048 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
3050         * [windows/property.c]
3051         Fixed debugging of 16 Bit RemoveProp().
3053         * [debugger/memory.c]
3054         Added DEBUG_checkmap_bad() for linux.
3056 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
3058         * [windows/event.c] [windows/hook.c]
3059         Use EnableHardwareInput() for JournalPlayback hook.
3061         * [controls/listbox.c]
3062         Changed handling of LB_GETITEMRECT in empty listboxes.
3064 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3066         * [misc/main.c]
3067         Fixes to X resources handling.  
3069 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3071         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
3072         Individual handle table created for each metafile. Fixed
3073         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
3075         * [windows/graphics.c] [objects/dc.c]
3076         Rectangle() changed to work better with wide pens and PS_NULL.
3077         Use JoinMiter.
3079         * [windows/winpos.c]
3080         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
3081         is set.
3083         * [windows/nonclient.c]
3084         AdjustWindowRectEx() should perform calculations even if the
3085         window is minimized.
3087         * [windows/mdi.c]
3088         Better handling of system button painting. Maximized windows can
3089         contain scroll bars. Icons now maximize properly.
3091         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
3092         Improved greying of items in system menu. WM_INITMEMUPOPUP no
3093         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
3094         menu.c.
3096 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3098         * [several files]
3099         Fix missing includes and wrong printing arguments.
3101         * [controls/listbox.c]
3102         Don't sort drives in ListBoxDirectory().
3103         
3104 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
3106         * [windows/dialog.c]
3107         Fixed handling of Shift-TAB in dialogs.
3109 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3111         * [if1632/gdi32.spec]
3112         Added SelectClipRgn - call win16 version.
3114         * [if1632/user32.spec]
3115         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
3117         * [include/wincon.h]
3118         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
3119         out of #if 0 protected portion of file.
3121         * [loader/pe_image.c]
3122         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
3123         programs now work better)
3125         * [win32/console.c]
3126         Added stub functions for GetConsoleScreenBufferInfo and 
3127         GetLargestConsoleWindowSize
3129         * [win32/findfile.c]
3130         FindFirstFile32A() - removed erroneous strcpy
3132         * [windows/keyboard.c]
3133         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
3134         specification. NB - I still have doubts about some other functions
3135         in this file.
3137 ----------------------------------------------------------------------
3138 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
3140         * [windows/event.c]
3141         Minor improvements in setting event time in MSG struct.
3143         * [windows/hook.c]
3144         Removed an useless 'unimplemented hook' message.
3146         * [windows/win.c]
3147         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
3149 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3150         * [loader/pe_image.c]
3151         Fixed imports with no name/ordinal list (MFC30.DLL).
3152         Added borland style - ordinal import (wsock32.dll).
3154         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
3155           [if1632/kernel32.spec] [include/windows.h]
3156         Win32 and Win16 code use the same filehandles/HFILEs.
3157         Added SetEndOfFile, MoveFile*, diverse *W functions.
3159         * [loader/pe_image.c]
3160         Fixed argument 2 to DllEntry.
3162         * [misc/comm.c]
3163         Adapt to filehandling changes, win32 code still broken.
3165         * [misc/registry.c]
3166         Use Wine filehandling.
3167         StartupRegistry to add startup-detected registry entries.
3169         * [miscemu/dpmi.c] [miscemu/int21.c]
3170         Some missing interrupt-functions added.
3172         * [if1632/gdi32.spec][if1632/user32.spec]
3173         Some thunks to 16 bit equivalent functions added.
3175 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
3177         * [misc/winsocket.c]
3178         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
3179         Windows fd_set structs.
3181         * [if1632/winsock.spec]
3182         Corrected arguments to select().
3184 ----------------------------------------------------------------------
3185 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3187         * [misc/commdlg.c] [if1632/commdlg.spec]
3188         Fixed some SEGPTR problems.
3190         * [windows/winproc.c]
3191         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
3192         and WM_MEASUREITEM
3193         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
3195 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3196         * [files/drive.c]
3197         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
3199         * [multimedia/audio.c]
3200         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
3201         below 4096 bytes.
3203         * [multimedia/mcistring.c]
3204         Segptr string handling fixed & enhanced.
3206         * [if1632/crtdll.spec][misc/crtdll.c]
3207         malloc,free,_strupr,_stricmp,_strcmpi added.
3209         * [if1632/wsock32.spec][misc/winsock.c]
3210         More direct thunks into unix libc and WsControl-stub added.
3212 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
3214         * [objects/metafile.c]
3215         Bug fixes to both recording and playback of ExtTextOut().
3217 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
3219         * [multimedia/audio.c] [multimedia/mcianim.c]
3220           [multimedia/mcicda.c] [multimedia/midi.c]
3221         Made cdaudio, audio and midi work for FreeBSD.
3223 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
3225         * [misc/crtdll.c] [if1632/crtdll.spec]
3226         Added a lot of functions.
3228         * [misc/ole2nls.c]
3229         Added ID values for all languages in GetUserDefaultLCID().
3230         
3231 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
3233         * [windows/event.c] [windows/message.c]
3234         First attempt at hook WH_JOURNALPLAYBACK.
3236 ----------------------------------------------------------------------
3237 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3239         * [controls/scroll.c]
3240         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
3242         * [graphics/driver.c] [include/x11drv.h]
3243         New files for graphics driver handling.
3245         * [if1632/relay.c] [include/registers.h] [tools/build.c]
3246         Implemented Win32 register functions. Not really tested yet.
3248         * [include/gdi.h]
3249         Added a lot of functions to the DC func table.
3251         * [loader/pe_image.c]
3252         Initialise %fs before calling out to 32-bit code.
3254         * [windows/hook.c]
3255         Fixed bug in HOOK_GetHook().
3257         * [windows/win.c]
3258         Fixed FindWindow to return an error if the class name doesn't exist.
3260 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3262         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
3263         mpr.dll specs added.
3265         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
3266         QueryPerformanceCounter(), GlobalMemoryStatus() added.
3268         * [if1632/user32.spec] [win32/error.c]
3269         SetLastErrorEx() added.
3271         * [misc/commdlg.c]
3272         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
3274         * [misc/registry.c]
3275         Some missing NULL ptr checks added, misc clean up.
3277 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
3279         * [controls/menu.c]
3280         Adjust popup menu coordinates so that it always stays within 
3281         the desktop.
3283         * [misc/main.c]
3284         Fixed GetEnvironment() return value for lpEnv == NULL case.
3286 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
3288         * [misc/crtdll.c] [if1632/crtdll.spec]
3289         Added some is* functions, strlen and tolower.
3290         
3291 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
3293         * [tools/wineconf]
3294         New perl script to generate the wine.conf file.
3296 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
3298         * [if1632/gdi.spec]
3299         Lots of printer functions.
3300         
3301         * [include/callback.h]
3302         New functions for printer driver support.
3304         * [include/gdi.h]
3305         New/changed structures to support printer driver.
3307         * [misc/escape.c]
3308         New version that uses function table in DC structure.
3310         * [objects/dc.c]
3311         CreateDC copes with things other than Display.
3312         X code for CreateDC moved to graphics/x11drv directory.
3313         CreateCompatibleDC copies func table from original DC.
3315         * [objects/font.c]
3316         GetTextExtentPoint32A,GetTextMetrics16 use function table in
3317         DC and code moved to drivers directory.
3319         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
3320         New files for printer support. 
3322 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3324         * [controls/scroll.c]
3325         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
3326         code. There are a few options in which I'm probably the wrong person
3327         for the job (page size and disable bar). There are comments in the
3328         code as to what they should do.
3330         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
3331         Added 32 bit version of FONT_GetObject.
3333 ----------------------------------------------------------------------
3334 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3336         * [files/drive.c]
3337         Added 'Filesystem' option in drives configuration.
3339         * [files/dos_fs.c] 
3340         Added handling of case-insensitive filesystems.
3342         * [memory/selector.c] [include/stackframe.h]
3343         Removed MAKE_SEGPTR.
3345         * [misc/commdlg.c] [multimedia/mcistring.c]
3346         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
3348         * [objects/bitblt.c] [windows/graphics.c]
3349         Use an intermediary pixmap to avoid some BadMatch errors on
3350         XGetImage().
3352 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
3354         * [windows/message.c]
3355         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
3357         * [misc/ver.c]
3358         Fixed a bad string result in VerQueryValue[16|32A|32W].
3360 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3362         * [if1632/crtdll.spec] [misc/crtdll.c]
3363         More additions to get win95 programs further down the road.
3365         * [if1632/kernel.spec] [loader/module.c]
3366         GetModuleName() added.
3367         LoadModule(): params->showCmd can be NULL.
3369         * [if1632/kernel32.spec] [if1632/thunk.c]
3370         ThunkConnect32() stub added.
3372         * [loader/resource.c]
3373         Entries include lastentry.
3375         * [misc/shell.c] [files/file.c]
3376         Made progman work again.
3378 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3379         
3380         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
3381         Icon painting fixes.
3383         * [windows/winpos.c] [windows/painting.c]
3384         Enforce and follow hrgnUpdate more closely to cut down on
3385         redundant RedrawWindow() calls.
3387         * [windows/event.c]
3388         Process ConfigureNotify only for managed windows.
3390         * [windows/winpos.c]
3391         Do not redraw parent if the window was hidden before SetWindowPos().
3393         * [windows/nonclient.c]
3394         Omit some nonclient decoration painting for managed windows.
3396         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
3397         Implemented WM_NEXTMENU.
3399         * [controls/listbox.c]
3400         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
3402         * [misc/shell.c]
3403         Added .ICO file handling to ExtractIcon().
3405 ----------------------------------------------------------------------
3406 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3408         * [configure.in] [include/acconfig.h] [tools/build.c]
3409         Added check for underscore on external symbols.
3411         * [memory/selector.c] [memory/global.c]
3412         Fixed FreeSelector() to free only one selector.
3413         Added SELECTOR_FreeBlock() to free an array of selectors.
3415         * [objects/color.c]
3416         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
3417         hi-color displays.
3419         * [tools/build.c] [if1632/crtdll.spec]
3420         Added 'extern' type, used for external variables or functions.
3422         * [windows/winpos.c]
3423         Allow de-activating a window in WINPOS_ChangeActiveWindow().
3425         * [windows/winproc.c]
3426         Added 32-to-16 translation for button messages.
3427         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
3428         happen to be valid SEGPTRs.
3430 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
3432         * [windows/message.c]
3433         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
3434         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
3436         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
3437         Introduced undocumented API function IsValidMetaFile(), plus a
3438         minor fix in last patch of CopyMetaFile().
3440         * [objects/gdiobj.c]
3441         Removed a FIXME in IsGDIObject(): added magic word check.
3443 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
3445         * [controls/statuswin.c]
3446         First pass at implementing the StatusWindow class.
3448         * [include/commctrl.h]
3449         Header file for common controls.
3451         * [controls/widgets.c]
3452         Added InitCommonControls().
3454         * [if1632/comctl32.spec]
3455         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
3457         * [win32/findfile.c] [if1632/kernel32.spec]
3458         Add FindNextFile32A, FindClose.
3459         Modified FindFirstFile32A so it works with FindNextFile32A.
3461         * [include/winbase.h]
3462         Fixed WIN32_FIND_DATA structure member names.
3464 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3466         * [windows/scroll.c]
3467         Changed scrolling routines to benefit from DCE code update.
3469 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3471         * [files/file.c]
3472         SearchPath* could get NULL for lastpart argument.
3474         * [if1632/build-spec.txt] [documentation/debugging]
3475         Varargs documentation added, debugging hints updated.
3477         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
3478         Started to implement CRTDLL.
3480         * [if1632/wsock32.spec]
3481         Some thunks to standard libc functions (structures have the same
3482         elements, but perhaps wrong offset due to packing).
3484         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
3485         Merged kernel32.h into windows.h.
3487         * [misc/lstr.c]
3488         Enhanced FormatMessage().
3490         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
3491         GetVersion() updated to new naming standard.
3492         Changed language handling to support language ids.
3494         * [misc/shell.c]
3495         Enhanced FindExecutable, so it finds files in the search path too.
3497         * [win32/environment.c]
3498         GetCommandLine* updated.
3500         * [loader/resource.c] [loader/pe_resource.c]
3501         FindResourceEx32* added.
3502         Loading of messagetables added.
3503         Language handling now uses Wine default language id.
3505 ----------------------------------------------------------------------
3506 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3508         * [controls/scroll.c]
3509         Attempted to implement undocumented scroll-bar messages.
3511         * [tools/build.c] [include/callback.h] [windows/winproc.c]
3512         CallTo16_* functions now get DS from the previous 16-bit stackframe.
3514         * [if1632/thunk.c] [include/callback.h]
3515         Added thunks to implement callbacks for the emulator. Now all the
3516         Enum* functions always take a real function pointer even in the
3517         emulator.
3518         
3519         * [loader/builtin.c]
3520         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
3521         work with NULL entry points. Using linear search now.
3523         * [loader/module.c]
3524         Implemented IsSharedSelector().
3526         * [loader/task.c]
3527         Changed SwitchStackTo/Back to use the instance data to store the
3528         previous stack instead of the TDB. Also copy the local variables
3529         onto the new stack.
3530         Added GetExeVersion() and SetTackSignalProc().
3531         Implemented SetSigHandler().
3533 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3535         * [controls/menu.c]
3536         "Fixed" problem in deleting menus where win32 could get into an
3537         endless loop when it crashed. I think I've fixed the symptoms, not
3538         the original problem so it might be worth further investigation.
3540         * [debugger/registers.c]
3541         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
3542         compile wine properly.
3544         * [files/dos_fs.c]
3545         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
3546         from win32/findfile.c (q.v.).
3548         * [if1632/gdi32.spec]
3549         Added SetMapMode (call existing function)
3551         * [if1632/kernel32.spec]
3552         Added FindFirstFileA and SetFileAttributesA.
3554         * [if1632/user32.spec]
3555         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
3556         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
3557         UnhookWindowsHookEx.
3559         * [win32/file.c]
3560         Added stub function SetFileAttributes32A. It's a stub because I
3561         can't really work out what this function should do with most
3562         attributes in a Unix environment. Anyone care to expand it?
3564         * [win32/findfile.c]
3565         New file. Initial stab at FindFirstFile. This doesn't work as
3566         specified yet, though a lot of the groundwork is there. I haven't
3567         time to work on this for the next month, so if anyone wants to pick
3568         it up and run with it please do.
3570         * [win32/memory.c]
3571         Removed malloc.h from includes (covered by stdlib.h include, and
3572         gets rid of a warning in FreeBSD).
3574         * [win32/newfns.c]
3575         UnhookWindowsHookEx32A stub added.
3577         * [win32/user32.c]
3578         Added implementation of IsDialogMessage32A.
3580         * [windows/dialog.c]
3581         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
3582         SendDlgItemMessage16.
3584 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3586         * [windows/graphics.c]
3587         Removed rectangle checking (conflicted with nonstandard
3588         mapping modes). 
3590         * [windows/dialog.c]
3591         Added check for child-style dialogs to DS_ABSALIGN
3592         coordinate conversion.
3594         * [objects/color.c]
3595         Cleaned up misc. bits
3597 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
3599         * [windows/focus.c] [windows/event.c] [windows/win.c]
3600           [windows/defdlg.c]
3601         Fixes to focusing and activation.
3603         * [windows/defdlg.c]
3604         Properly(?) handle DM_GETDEFID.
3606         * [controls/combo.c]
3607         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
3608         CBCheckSize: Adjust edit position.
3610 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3612         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
3613         Pass HFILEs instead of unix-fds to self-loader code.
3615 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
3617         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
3618         Implemented handling of some new metafile records (META_...)
3619         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
3620         Added functions like MF_StretchBlt() for usage in metafiles.
3621         Minor bugfix in CopyMetafile().
3623         * [objects/bitmap.c][objects/dib.c]
3624         Added check for metafile-DC in Bitmap and DIB functions:
3625         CreateCompatibleBitmap() etc.
3627 ----------------------------------------------------------------------
3628 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3630         * [loader/task.c] [include/task.h]
3631         Implemented SwitchStackTo()/SwitchStackBack().
3633         * [include/wintypes.h] [loader/main.c]
3634         Added __winelib variable to distinguish between emulator and
3635         library at run-time. Later on, this should avoid some
3636         recompilations when building Winelib.
3638         * [windows/property.c]
3639         Implemented Win32 functions for window properties.
3641 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3643         * [controls/listbox.c]
3644         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
3645         messages.
3647         * [controls/menu.c]
3648         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
3650         * [include/cursoricon.h]
3651         Moved #pragma pack(1) back to where it belongs.
3653         * [objects/palette.c]
3654         RealizeDefaultPalette() maps to system colors only.
3655         Do not broadcast palette notifications when in TrueColor.
3657         * [objects/color.c] [include/palette.h]
3658         Miscellaneous optimizations. Had to fix several
3659         "improvements" made to my patch for previous release.
3661         * [objects/dib.c]
3662         Reverse dib bits order for 24-bit SetDIBits().
3664         * [objects/dc.c]
3665         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
3667         * [windows/scroll.c]
3668         Scroll update region too.
3670         * [windows/message.c]
3671         Include QS_MOUSE into the event mask for nonclient mouse
3672         message filter. Fixes problems with Word 6 freezing when
3673         mouse hits nonclient area.
3675         * [windows/win.c] 
3676         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
3678         * [windows/winpos.c] [windows/mdi.c]
3679         Attempt to fix control menu duplication.
3681 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3683         * [files/drive.c]
3684         GetDriveType32A(): return value for CDROM fixed.
3686         * [files/file.c]
3687         SearchPath* added.
3689         * [if1632/gdi32.spec] [objects/brush.c]
3690         SetBrushOrgEx() added.
3692         * [loader/pe_resource.c]
3693         If even loading the default entry fails, we just use the first
3694         entry from the resource directory.
3696         [loader/task.c]
3697         SetSigHandler() stub added, Paradox 4.5 now starts up.
3699         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
3700         COMM functions updated to win32, not complete.
3702         * [misc/lstr.c]
3703         FormatMessageA partially implemented.
3705         * [include/miscemu.h] [memory/selector.c]
3706           [memory/global.c] [miscemu/dosmem.c]
3707         DOS memory handling changed: 1MB preallocated block, real-mode
3708         segment handling possible, SetSelectorBase into lower physical 1MB
3709         possible.
3711         * [miscemu/dpmi.c]
3712         Real-mode segments changed, real-mode int 21,ax=6506 added.
3713         AX=0x0303 added.
3715         * [multimedia/time.c]
3716         Fixed bug in killTimer.
3718         * [objects/bitmap.c]
3719         LoadImageA partially implemented.
3721 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
3723         * [include/dde_mem.h][include/dde_proc.h]
3724           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
3725           [ipc/generic_hash.h][library/miscstubs.c]
3726         Changes for error free compilation using "--with-ipc":
3727         replaced some names with *16-equivalent (e.g. MSG to MSG16),
3728         modified prototype of function DDE_GlobalFree() .
3730         * [objects/palette.c]
3731         Added check for metafile-DC in GDISelectPalette(),
3732         GDIRealizePalette(),RealizeDefaultPalette() and
3733         IsDCCurrentPalette().
3735 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
3737         * [controls/edit.c]
3738         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
3739         fixes Winhelp.
3741         * [windows/dialog.c]
3742         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
3744 ----------------------------------------------------------------------
3745 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3747         * [configure.in]
3748         Generate include/config.h instead of putting everything on the
3749         command-line.
3750         Removed -with-malloc-debug option (not useful for end users
3751         anyway).
3752         Added check for memmove().
3754         * [include/wintypes.h] [*/Makefile.in]
3755         Added definition of __WINE__ symbol when compiling Wine code
3756         (emulator or library) as opposed to user programs.
3758         * [debugger/editline.c] [debugger/readline/*]
3759         Moved all the readline code into debugger/editline.c. Removed the
3760         readline subdirectory.
3762         * [files/profile.c]
3763         Added PROFILE_GetWineIniInt().
3765         * [include/stackframe.h] [loader/task.c]
3766         The 16-bit stackframe now also exists for Winelib (even though it
3767         only ever contains one frame).
3769         * [loader/module.c]
3770         Added function MODULE_CreateDummyModule() to create a dummy Win16
3771         module for Winelib and Win32.
3773         * [memory/ldt.c]
3774         Make sure the ldt entry contents will be acceptable for the Linux
3775         kernel.
3777         * [memory/selector.c]
3778         Fixed SetSelectorLimit() when the limit is in pages.
3780         * [misc/port.c]
3781         Added memmove().
3783         * [miscemu/dpmi.c]
3784         Clear the segment registers that contain the selector being freed
3785         in int31/ax=0001.
3786         Added missing break after SelectorAccessRights call.
3788         * [win32/struct32.c]
3789         Added conversions for MDICREATESTRUCT.
3791         * [windows/winproc.c]
3792         Added message conversions for WM_MDICREATE.
3794 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
3796         * [windows/class.c]
3797         Added GetExePtr() call in CLASS_FindClassByAtom().
3799 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3801         * [if1632/*.spec]
3802         Some more trivial specs added.
3804         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
3805         CreateFont32* added, changed to new naming std.
3807         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
3808         Some defines/types added.
3810         * [win32/thread.c]
3811         TlsSetValue() returns boolean.
3813         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
3814           [controls/menu.c] [objects/bitmap.c]
3815         Cleanup of the resource functions, mostly changes to new naming
3816         standard and fixing of argument types so that they agree with the
3817         win16/win32 API.
3819 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3821         * [windows/winpos.c]
3822         ShowWindow() fixes.
3824         * [windows/mdi.c]
3825         Fix reversed LPARAM in WM_MDIACTIVATE.
3827         * [wine.ini]
3828         New option AllocSystemColors tells Wine how many colors to grab
3829         from the system colormap.
3831         * [objects/bitblt.c] [objects/dc.c]
3832         Fixed pink garbage over Word buttons in PseudoColor. Added
3833         optional DSTINVERT shortcut for faster text selection.
3835         * [misc/wsprintf.c]
3836         Skip bogus segmented pointers in wsvnprintf16(). 
3838         * [objects/gdiobj.c]
3839         Added palette handling to UnrealizeObject(). 
3841         * [objects/color.c] [objects/palette.c] [windows/dce.c]
3842         Wine gets palette manager with support for more than 20 colors. 
3843         Only PseudoColor and TrueColor visuals tested so far.
3845         * [windows/winpos.c] [windows/win.c] 
3846         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
3847         use XReconfigureWMWindows() instead of XConfigureWindow() in
3848         managed mode.
3850         * [memory/global.c]
3851         Do not allocate more than 640K of DOS memory.
3853         * [misc/main.c]
3854         Do not allow -desktop and -managed together.
3856 ----------------------------------------------------------------------
3857 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3859         * [controls/scroll.c]
3860         Use Win32 heap functions to allocate scroll-bar info structure.
3862         * [debugger/dbg.y] [debugger/registers.c]
3863         Added support for FS and GS segment registers.
3864         Check that segment registers value are OK before returning from
3865         the signal handler.
3867         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
3868         Changed relay debugging for Win32 function: the relay code now
3869         passes the entry point address instead of the function name.
3871         * [tools/build.c] [miscemu/*.c]
3872         Added support for data entry points in Win32 DLLs.
3873         Added 'cdecl' function type for Win32.
3874         For 'register' function, the relay code now passes a pointer to
3875         the SIGCONTEXT structure.
3876         
3877         * [include/registers.h] [include/wine.h]
3878         Moved SIGCONTEXT structure definition in registers.h.
3880         * [loader/pe_image.c]
3881         Don't die at once if some Win32 entry points cannot be found, but
3882         set them to NULL, just like we do for Win16. This allows some
3883         programs to go further before crashing.
3885         * [loader/task.c] [loader/main.c]
3886         Moved global initializations from InitTask() to MAIN_Init(), as
3887         they no longer need a task context with the new SEGPTR heap functions.
3889         * [memory/string.c]
3890         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
3891         very convenient.
3893         * [windows/graphics.c]
3894         Partially implemented DrawEdge().
3896         * [windows/timer.c] [windows/caret.c]
3897         Implemented Win32 timer handling. Updated caret management to use
3898         Win32 timers (avoids having to use a Win16 callback).
3900         * [windows/win.c]
3901         Prevent programs from setting some style bits with
3902         SetWindowLong(). This should fix some BadMatch crashes.
3903         Link new windows at the end of the linked list.
3905         * [windows/winpos.c]
3906         Don't try to activate a child window in ShowWindow().
3908         * [windows/winproc.c]
3909         Added a 32->32 thunk to support Ansi-Unicode translation.
3911 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
3913         * [files/directory.c]
3914         Additional (undocumented) return value for GetTempDrive() added.
3916         * [files/dos_fs.c] [files/file.c] [include/windows.h]
3917         GetTempFileName32* added.
3918         GetShortPathName* added.
3920         * [memory/string.c]
3921         Win16 lstrcpy() can get NULL ptrs as argument and survive.
3923         * [misc/lzexpand.c]
3924         LZOpenFile(): also try opening with compressed filename if normal
3925         open fails.
3927         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
3928         Char* added.
3929         CompareString* added.
3931 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
3933         * [objects/font.c] [if1632/gdi32.spec]
3934         CreateFontIndirect32A and CreateFontIndirect32W added.
3936         * [misc/ole2nls.c]
3937         GetUserDefaultLCID return values updated for new languages.
3938         Finnish support added for GetLocaleInfoA.
3940         * [object/palette] [gdi32.spec]
3941         RealizePalette32 and SelectPalette32 added.
3942         
3943 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
3945         * [misc/shell.c]
3946         Fixup for SHELL_FindExecutable so that File->Run from progman
3947         works once more. Still needs some more fixups - grep for FIXME in
3948         this file.
3950 ----------------------------------------------------------------------
3951 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
3953         * [controls/desktop.c]
3954         Use Windows file I/O routines to load the desktop bitmap.
3956         * [files/file.c]
3957         Implemented RemoveDirectory* and DeleteFile*.
3959         * [include/wine.h]
3960         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
3962         * [loader/task.c]
3963         Fixed initial breakpoint setting for Win32 tasks.
3965         * [misc/wsprintf.c]
3966         Ignore Unicode formats for wsprintf16().
3968         * [objects/font.c]
3969         Implemented Win32 version of GetTextMetrics.
3971         * [windows/winproc.c] [windows/win.c] [windows/class.c]
3972           [windows/dialog.c]
3973         Modified windows procedures to use thunks, to ensure that the
3974         procedure can be called directly from the Windows program.
3976         * [windows/win.c]
3977         Added function WIN_BuildWinArray() to make it easier to enumerate
3978         windows. Implemented Win32 version of EnumWindows() and friends.
3980 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
3982         * [controls/button.c] [windows/win.c]
3983         Operator precedence fixes.
3985         * [controls/edit.c]
3986         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
3987         Fixed word wrap with long words.
3989         * [debugger/debug.l]
3990         New alias "where" for command "backtrace".
3992         * [if1632/gdi.spec]
3993         Corrected parameter of ExtTextOut.
3995         * [loader/module.c]
3996         Corrected printing of table of modules.
3998         * [misc/spy.c]
3999         Removed superfluous \n in message name.
4001         * [windows/message.c]
4002         Declared MSG_SendMessage as static.
4003         Changed parameter of DirectedYield() from queue handle to task handle.
4004         Removed warning mesages for argument of printf.
4006         * [windows/nonclient.c]
4007         Added the flag DT_NOPREFIX when drawing window titles.
4009         * [windows/win.c]
4010         WIN_WalkWindows now prints the invalid window handle.
4011         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
4013         * [windows/winproc.c]
4014         Allows creating dialog windows with NULL as dialog function.
4016 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
4018         * [windows/event.c]
4019         EVENT_key: Fixes to VK_ code generation for space bar and
4020         punctuation.
4022         * [files/file.c]
4023         GetTempFileName: first character in temporary name is "~".
4025         * [memory/heap.c]
4026         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
4028         * [objects/text.c]
4029         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
4031         * [misc/driver.c]
4032         Removed some bugs and reformatted. Actually loads drivers now.
4034         * [include/callback.h]
4035         Added CallDriverProc() and CallWindowsExitProc().
4037         * [loader/module.c]
4038         MODULE_CallWEP(): new function.
4040         * [misc/lzexpand.c]
4041         LZSeek(): return new pointer, not old one.
4043         * [misc/ver.c]
4044         find_ne_resource(): fixed dependence on LZSeek() bug.
4045         GetFileResource(): initialize reslen before using it.
4047         * [windows/class.c]
4048         SetClassWord(): add missing else.
4050         * [objects/font.c]
4051         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
4052         InitFontList: allocate one huge array of structures.
4053         FONT_MatchFont: uppercase the face name.
4055 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
4057         * [memory/heap.c]
4058         Fixed a typo in HeapReAlloc().
4060 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4062         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
4063           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
4064         GetTempPath* added
4065         GetDriveType* fixed, updated to NewNameStandard.
4066         GetCurrentDirectory* fixed (needs to prepend X:\).
4068         * [controls/listbox.c]
4069         Missing NULL check added.
4071         * [if1632/winmm.spec] [loader/builtin.c]
4072         winmm.dll (32bit mmsystem equivalent) specs added.
4074         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
4075         Rtl{Move,Zero,Fill}Memory added.
4077         * [misc/registry.c]
4078         Some NULL ptr dereference bugs fixed.
4080         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
4081         Check for NULL ptr.
4082         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
4083         Aliasing should work for all MCI devices.
4085         * [windows/win.c]
4086         Allow passing invalid window handles to CloseWindow().
4088 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4090         * [files/directory.c] [if1632/kernel32.spec]
4091         GetSystemDirectory32A and GetSystemDirectory32W added.
4093         * [misc/main.c] [if1632/kernel32.spec]
4094         Beep and SetEnvironmentVariable32W added.
4096 ----------------------------------------------------------------------
4097 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
4099         * [files/drive.c] 
4100         GetFreeDiskSpace*, GetVolumeInformation* added.
4102         * [files/file.c]
4103         FlushFileBuffers, CreateDirectory* added.
4105         * [include/winbase.h] [include/windows.h]
4106         Prototypes, defines added and fixes.
4108         * [if1632/kernel32.spec] [include/resource32.h]
4109           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
4110         Fixes to resource handling.
4112         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
4113         Specs for implemented functions added
4114         Some thunks to functions which are same as win16 equivalents.
4116         * [loader/task.c]
4117         GetAppCompatFlags() added.
4119         * [misc/registry.c]
4120         One missing else added, small hack to RegQueryValue16().
4122         * [win32/file.c]
4123         GetFileAttributesA() fixed (was using DOS path as UNIX path).
4125 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4127         * [loader/ne_resource.c]
4128         Fixed FreeResource() return value.
4130         * [objects/text.c]
4131         Fixed a bug in ExtTextOut() that was causing overlapped characters
4132         in WinWord.
4134         * [windows/winpos.c]
4135         SWP_FRAMECHANGED for top-level windows now invalidates client
4136         area as clock.exe wants.
4138 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4140         * [controls/listbox.c]
4141         Mini bugfix: 'revival' of missing scrollbar in listboxes.
4143 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
4145         * [resources/sysres_Fr.rc] [resources/TODO]
4146         Made changes for Choose_Font dialog.
4148 ----------------------------------------------------------------------
4149 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4151         * [memory/heap.c]
4152         Fixed bug in HeapRealloc (thanks to Bruce Milner).
4154         * [misc/wsprintf.c]
4155         Fixed argument size for %c format in wsprintf16().
4157         * [objects/dc.c]
4158         Don't free hFirstBitmap for saved DCs.
4160         * [windows/event.c]
4161         Added timer handling in EVENT_WaitXEvent().
4163         * [windows/message.c]
4164         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
4165         event is for the current task; if not, wake the other task.
4167         * [windows/queue.c] [include/queue.h]
4168         Added 'self' handle in queue structure.
4170         * [windows/timer.c]
4171         Added TIMER_ExpireTimers() function to mark expired timers and
4172         wake up the corresponding tasks.
4174 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
4176         * [windows/mapping.c]
4177         First point in list was mapped multiple times in DPtoLP and
4178         LPtoDP.  Other points were not mapped.
4180 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4182         * [misc/shell.c]
4183         Some fixes for ExtractIcon function family.
4185         * [documentation/user_module]
4186         Chapter about windowing and messaging subsystems.
4188 ----------------------------------------------------------------------
4189 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4191         * [debugger/break.c] [loader/signal.c]
4192         Fixed breakpoints in 32-bit code.
4194         * [include/windows.h]
4195         Added many more Win32 versions of standard structures.
4197         * [include/winreg.h] [misc/registry.c]
4198         Moved private types into registry.c.
4200         * [memory/string.c] (New file)
4201         Moved most string functions from misc/lstr.c; added Win32 version
4202         of all functions.
4204         * [misc/wsprintf.c]
4205         Implemented Win32 wsprintf functions.
4207         * [objects/bitmap.c]
4208         Implemented Win32 bitmap functions.
4210         * [windows/dialog.c]
4211         Don't set dialog procedure before the controls are created. This
4212         avoids a crash in Winhelp.
4214 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
4216         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
4217         Replace PeekMessage with PeekMessage16.
4219         * [if1632/kernel32.spec][misc/main.c]
4220         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
4221         MAIN_ParseVersion: new function, new command line option -winver.
4222         GetVersion: modified to take command line argument into account.
4224         * [if1632/kernel32.spec] [win32/process.c]
4225         FreeLibrary32: new function.
4226         TlsAlloc: initialize Tls to zero.
4227         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
4228         functions.
4230         * [if1632/kernel32.spec]
4231         SetErrorMode,GetActiveWindow: new relays to existing functions.
4233         * [if1632/kernel32.spec][win32/user32.c]
4234         PeekMessage32A,PeekMessage32W: new functions.
4236         * [include/struct32.h][include/windows.h]
4237         Moved MSG32 to windows.h.
4238         Renamed MSG to MSG16.
4239         Modified prototypes to use MSG16
4241         * [include/winbase.h]
4242         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
4244 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4246         * [if1632/Makefile.in] [loader/builtin.c]
4247         version.dll,lz32.dll added.
4249         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
4250           [misc/lzexpand.c]
4251         lz32.dll added.
4252         Modified to new function naming standard.
4254         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
4255         version.dll added (win32 version of ver.dll).
4256         Modified to new function naming standard.
4257         Use registry to look up a LOCALE langids too.
4258         (VerInstallFile,VerFindFile still stubs)
4260 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
4262         * [files/file.c]
4263         Added a warning if GetTempFileName() gets a bad drive parameter.
4265         * [misc/commdlg.c]
4266         Changed file listbox color to gray in SaveFile dialog 
4267         (just like Windows does this).
4269 ----------------------------------------------------------------------
4270 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4272         * [controls/button.c] [controls/listbox.c]
4273         Fixed wParam of WM_DRAWITEM message.
4275         * [if1632/Makefile.in] [loader/builtin.c]
4276         Remove WPROCS32 DLL, as the relay code can call Wine routines
4277         directly.
4279         * [loader/module.c] [loader/ne_image.c]
4280         Fixed initial stack layout for self-loading modules.
4282         * [tools/build.c]
4283         Fixed data segment building for Win16 modules.
4285         * [windows/defdlg.c]
4286         Implemented Win32 versions of DefDlgProc().
4288         * [windows/dialog.c]
4289         Merged Win16 and Win32 dialog code.
4290         Added support for control extra data in dialog item template.
4292         * [windows/win.c]
4293         Unified Win16 and Win32 versions of CreateWindow().
4294         Implemented Win32 version of GetWindowLong().
4296         * [windows/winproc.c]
4297         Changed the implementation of window procedures, so that 16-bit
4298         winprocs are valid segmented pointers.
4300 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4302         * [misc/registry.c]
4303         Fixed another bug in the w95 loader. Quietened some debug output.
4305 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
4307         * [windows/winproc.c]
4308         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
4310 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
4312         * [resources/TODO] [resources/sysres_It.rc]
4313         Updated font dialog box.
4315 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
4317         * [include/commdlg.h] [misc/commdlg.c]
4318         ChooseFont() and ChooseColor(): 
4319         Bugfixes and added more support for some CF_* and CC_* flags: 
4320         dialog templates and font size control.
4321         Bugfix in structure definition of CHOOSECOLOR definition.
4323         * [ipc/dde_proc.c] [windows/event.c]
4324         Replaced SendMessage with SendMessage16 and added inclusion of
4325         dde_proc.h for error-free compilation of ipc module.
4327 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4329         * [windows/scroll.c]
4330         Made ScrollDC to save/restore current clipping region.
4332         * [misc/clipboard.c] [windows/event.c]
4333         Implemented most of the previously missing features (not tested), 
4334         improved text pasting from/to X. 
4336         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
4337           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
4338           [windows/winpos.c] [windows/painting.c]
4339         Updated DCE code, implemented dynamic invalidation of owned DCs.
4340         This fixes a lot of problems with scrolling in WinWord. Not
4341         sure about the effect on -desktop.
4343 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4345         * [win32/time.c] [if1632/kernel32.spec]
4346         Added SetSystemTime and SetTimeZoneInformation.
4348         * [if1632/kernel32.spec]
4349         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
4351         * [include/windows.h]
4352         Added SYSTEM_POWER_STATUS structure and prototypes for
4353         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
4355         * [include/kernel32.h]
4356         Added a prototype for SetTimeZoneInformation.
4358         * [win32/environment.c] [if1632/kernel32.spec]
4359         Added GetSystemPowerStatus and SetSystemPowerState stubs.
4361 ----------------------------------------------------------------------
4362 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4364         * [controls/combo.c]
4365         Destroy the listbox and edit control when destroying the
4366         combo. This should prevent crashes on application exit.
4368         * [misc/system.c] [if1632/system.spec]
4369         Implemented InquireSystem().
4371         * [loader/task.c] [windows/message.c] [windows/queue.c]
4372         First attempt at inter-task SendMessage(). Still has a lot of
4373         problems.
4375 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
4377         * [windows/mdi.c]
4378         Fixed MDITile with iconic children.
4380 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
4382         * [misc/commdlg.c]
4383         ChooseFont dialog:
4384         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
4385           not real available font types (e.g. "Bold") can not selected
4386         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
4388         * [objects/font.c]
4389         In FONT_MatchFont perform check if "lfFaceName" is family from X11
4390         only if "lfFaceName" is a windows font family then do a call of
4391         FONT_TranslateName() : this results in better font selections in 
4392         ChooseFont() or applications like charmap.exe or write.exe.
4393         Added a ParseFontParms() call if necessary in function 
4394         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
4395         even if there isn't one...
4397         * [resources/TODO]
4398         Inventory of resource translations in sysres_??.rc
4400 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4402         * [misc/registry.c]
4403         _w95_loadreg: use offset to determine next RGDB position too.
4405 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
4407         * [controls/combo.c]
4408         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
4410         * [misc/main.c]
4411         Result of option "-fixedmap" is to turn flag on.
4413 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
4415         * [misc/shell.c]
4416         ShellExecute and FindExecutable now both use common code to
4417         determine the required executable file.
4419 ----------------------------------------------------------------------
4420 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4422         * [controls/button.c]
4423         Made ButtonWndProc a 32-bit window procedure.
4425         * [controls/desktop.c]
4426         Made DesktopWndProc a 32-bit window procedure.
4427         Added handling of WM_SETCURSOR.
4429         * [controls/menu.c]
4430         Allocate menu items and strings on the 32-bit system heap.
4431         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
4432         AppendMenu and LoadMenuIndirect.
4434         * [controls/widgets.c]
4435         Added possibility to have 32-bit built-in classes.
4437         * [files/drive.c]
4438         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
4440         * [misc/spy.c] [include/spy.h]
4441         Added support for spying Win32 messages.
4443         * [loader/builtin.c]
4444         Fixed bug in -dll option parsing.
4446         * [memory/local.c]
4447         Added back the change by Huw D. M. Davies to free the block in
4448         LocalRealloc() before allocating the new one.
4450         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
4451         Fixed bug in bitmap size that caused memory corruption for 24bpp.
4453         * [windows/defwnd.c]
4454         Implemented Win32 version of DefWindowProc().
4456         * [windows/dialog.c]
4457         Implemented Win32 version of SendDlgItemMessage,
4458         Get/SetDlgItemText and Get/SetDlgItemInt.
4460         * [windows/mdi.c]
4461         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
4462         Don't make a copy of the OBM bitmaps for every MDI window.
4464         * [windows/message.c]
4465         Implemented Win32 version of SendMessage().
4466         
4467         * [windows/winproc.c] [windows/class.c] [windows/win.c]
4468         New scheme for 32-bit window procedures to replace aliases. All
4469         32-bit window procedure get a 16-bit address pointing to a
4470         WINDOWPROC structure.
4471         Implemented Ansi<->Unicode translation for CallWindowProc().
4472         Added translation of WM_DRAWITEM between Win16 and Win32.
4474         * [windows/win.c] [include/callback.h]
4475         Added ugly hack to build CREATESTRUCT on the stack when sending
4476         WM_NCCREATE.
4477         Implemented Win32 version of Get/SetWindowWord/Long and
4478         Get/SetWindowText.
4479         
4480 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
4482         * [controls/button.c]
4483         Avoid gray text on gray background in disabled push buttons
4484         using a b/w raster and some raster operations (PatBlt,BitBlt).
4486         * [objects/text.c]
4487         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
4489 ----------------------------------------------------------------------
4490 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4492         * [*/*.c]
4493         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
4494         SIZE16. Implemented Win32 version of most functions that take
4495         these types as parameters.
4497         * [configure]
4498         Patched autoconf to attempt to correctly detect -lnsl and
4499         -lsocket. Please check this out.
4500         
4501         * [controls/button.c]
4502         Added support for Win32 BM_* messages.
4504         * [controls/menu.c]
4505         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
4506         with Excel.
4508         * [memory.heap.c] [include/heap.h]
4509         Added support for SEGPTRs in Win32 heaps. Added a few macros to
4510         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
4511         but they work with Win32.
4513         * [memory/atom.c]
4514         Implemented Win32 atom functions.
4516         * [memory/local.c]
4517         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
4519         * [win32/memory.c]
4520         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
4522         * [windows/class.c]
4523         Properly implemented the Win32 class functions.
4525         * [windows/winproc.c] (New file)
4526         New file handling the message translation between Win16 and Win32.
4528 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4530         * [windows/mdi.c] [windows/menu.c]
4531         Improved WM_MDICREATE and WM_MDICASCADE handling.
4533         * [windows/event.c] [objects/bitblt.c]
4534         Handle GraphicsExpose event for BitBlt from screen to screen.
4536         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
4537         Bunch of fixes for problems with -managed.
4539         * [windows/win.c] [windows/winpos.c]
4540         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
4541         in CreateWindow.
4543         * [windows/win.c] [windows/queue.c] [misc/user.c]
4544         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
4545         on window creation/destruction.
4547         * [objects/palette.c]
4548         Crude RealizePalette(). At least something is visible in LviewPro.
4550 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
4552         * [if1632/gdi32.spec]
4553         Added Rectangle (use win16 version).
4555         * [if1632/kernel32.spec]
4556         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
4558         * [if1632/user32.spec]
4559         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
4560         versions).
4561         Added SetWindowsHookExA (empty stub for now).
4563         * [include/handle32.h]
4564         Changed #include <malloc.h> to #include <stdlib.h> to prevent
4565         hate message from FreeBSD compiler.
4567         * [win32/newfns.c]
4568         Added new function SetWindowsHookEx32A (empty stub for now).
4570         * [win32/user32.c]
4571         Removed redundant debugging printf statement.
4573 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4575         * [memory/local.c]
4576         Avoid creating adjacent free blocks.
4577         Free the block in LocalReAlloc() before allocating a new one.
4578         Fixed LocalReAlloc() for discarded blocks.
4579         
4580 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
4582         * [resources/sysres_Fi.rc]
4583         ChooseFont and ChooseColor dialogs updated.
4585 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4587         * [files/drive.c,if1632/kernel.spec]
4588         GetCurrentDirectory(),SetCurrentDirectory() implemented.
4590         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
4591           [include/windows.h] [include/winreg.h] [loader/main.c]
4592           [misc/main.c] [misc/shell.c] [misc/registry.c]
4593         Registry fixes:
4594         - loads win95 registry databases,
4595         - save only updated keys on default,
4596         - now adhers to the new function naming standard,
4597         - minor cleanups.
4599 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
4601         * [combo.c]
4602         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
4603         and synchronized mine with Greg Kreider's works.
4605         * [commdlg.c]
4606         Bugfix in ChooseFont: font size handling.
4608 ----------------------------------------------------------------------
4609 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4611         * [DEVELOPERS-HINTS]
4612         Added paragraph on naming conventions for Win16/Win32/Winelib.
4614         * [controls/menu.c]
4615         Create a default system menu that is the same for all windows
4616         instead of making a copy every time.
4618         * [include/wintypes.h]
4619         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
4620         Added xx16 and xx32 definitions for most types. General clean-up.
4622         * [memory/global.c] [memory/local.c] [*/*]
4623         Renamed Global and Local heap functions to xxx16. Added all xxx32
4624         versions of the same functions.
4626         * [memory/selector.c]
4627         Mask out lower bits of selector in FreeSelector().
4629         * [misc/lstr.c]
4630         Fixed wvsprintf().
4632         * [windows/class.c]
4633         Changed the class structure to make Win32 support easier.
4635         * [windows/defwnd.c]
4636         Added handling of WM_INITMENUPOPUP for system menu to gray out
4637         invalid options.
4639         * [windows/winpos.c]
4640         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
4641         a SEGPTR.
4643 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4645         * [memory/local.c]
4646         Implementation of moveable and (rudimentary) support for
4647         discardable local memory, plus several bug fixes.
4649 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4651         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
4652         FindWindowEx() implemented (someone reported it was missing
4653         for FrameMaker 4.1).
4655         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
4656           [win32/resource.c]
4657         Misc small stubs/small functions which bring win95 binaries
4658         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
4659         Small fix in WIN32_LoadAcceleratorsA.
4661 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
4663         * [controls/edit.c] [controls/EDIT.TODO]
4664         Changed / fixed some types and typecasts.
4665         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
4666         Added heap initialization in WM_CREATE.
4668 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
4670         * [controls/combo.c] [controls/listbox.c]
4671         Pass WM_[HV]SCROLL to listbox, but not combo.
4672         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
4673         Combo box gets border.
4674         Combo box includes button (otherwise button won't trigger dropdown).
4675         Proper border around RectButton.
4676         Check size consistancy of combo, listbox, and button after resizing 
4677         or before painting.  These routines still aren't completely correct.
4678         Localize size checks in separate routines.
4679         Listboxes are white.
4681 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
4683         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
4684           [resources/sysres_De.rc][resources/sysres_En.rc]
4685         Introduced ChooseFont dialog, but needed some patches in 
4686         handling of comboboxes with edit controls.
4688 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
4690         * [programs/winhelp/*]
4691         Added a help viewer and a simple `.hlp' to `.sgml' converter.
4693 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
4695         * [resources/sysres_*.rc] [misc/shell.c]
4696         Modified size of "About" dialog boxes.
4698 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
4700         * [if1632/Makefile.in][loader/builtin.c]
4701         crtdll.spec, ntdll.spec, wsock32.spec: new files.
4703         * [loader/pe_image.c]
4704         Fix error message if import by ordinal failed.
4706 ----------------------------------------------------------------------
4707 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4709         * [Makefile.in]
4710         Subdir memory is now also compiled for Winelib, in order to get
4711         the Win32 heap functions.
4713         * [if1632/Makefile.in]
4714         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
4715         DLL names > 8 characters.
4717         * [loader/builtin.c] (New file)
4718         Grouped all built-in DLLs code in a single file.
4720         * [memory/global.c]
4721         Use the Win32 heap code instead of malloc() to allocate linear
4722         memory. This will help test the heap code.
4724         * [memory/local.c]
4725         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
4727         * [tools/build.c] [if1632/relay.c]
4728         Removed 'id' directive in spec files. For relay debugging, the DLL
4729         entry point is now computed from the CS:IP entry point address.
4730         Added 'heap' directive to specifiy a local heap for the DLL. USER
4731         and GDI heap are now created this way.
4733         * [windows/class.c] [include/class.h]
4734         Changed the class structure to use pointers instead of handles.
4735         Changed Get/SetClassWord/Long to use a switch statement; this
4736         allows changing the layout of the CLASS structure.
4738         * [windows/win.c] [include/win.h]
4739         Use a CLASS * instead of a handle for the window class.
4741 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
4743         * [if1632/kernel32.spec] [memory/global.c]
4744           [win32/memory.c] [win32/process.c]
4745         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
4746         LocalLock,SetThreadAffinityMask: new relays.
4748         * [win32/cursoricon32.c]
4749         Return same handle if a cursor is loaded multiple times.
4751 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
4753         * [resources/sysres_Ko.rc]
4754         Added support for Korean [Ko] language.
4756 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4758         * [objects/dc.c] [objects/font.c]
4759         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
4761         * [objects/metafile.c] [objects/dcvalues.c]
4762         Fixed broken SetTextAlign() on metafiles.
4764         * [objects/metafile.c]
4765         Delete objects in handle table at end of PlayMetaFile().
4767 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4769         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
4770         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
4771         [If it doesn't work for you, use -dll -ver and report it to me]
4773         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
4774           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
4775           [windows/graphics.c]
4776         Simple win32 functions, where we can just use the win16 counterpart.
4777         Misc. stubs. 
4779         * [misc/lstr.c]
4780         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
4782         * [misc/registry.c]
4783         Some alloclens were off by 1, one double fclose() fixed.
4784         Requesting value 0 of a key with no values returns an error 
4785         (should we always return a made up value NULL? what does win3.1?)
4787 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
4789         * [misc/shell.c]
4790         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
4791         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
4793         * [misc/user.c]
4794         Do extensive cleanup on application exit.
4796         * [windows/hook.c] [windows/win.c] [windows/class.c]
4797         Added miscellaneous cleanup routines.
4799         * [controls/menu.c]
4800         More efficient popup menu window handling.
4802 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4804         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
4805         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
4807 ----------------------------------------------------------------------
4808 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
4810         * [resources/sysres_Fr.rc] [resources/TODO]
4811         Made changes for Choose_Color dialog.
4813 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4815         * [controls/button.c]
4816         Fixed test that got miscompiled by some old gcc versions.
4818         * [memory/local.c]
4819         Fixed the layout of handle tables so that moveable handle entries
4820         can be freed on LocalFree().
4821         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
4822         GetHeapSpaces().
4824         * [misc/main.c] [ANNOUNCE]
4825         Update the list of contributors. Please let me know if I forgot
4826         someone.
4828 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
4830         * [controls/edit.c] [controls/EDIT.TODO]
4831         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
4832         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
4833         Added WM_ENABLE implementation (gray text).
4834         Fixed buffer > 32767 bug.
4835         Fixed argument types / typecasting.
4836         Faster selection (re)drawing.
4838 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
4840         * [misc/registry.c] [include/winreg.h]
4841         Changed savefile format again to human readable/editable
4842         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
4843         Has now global / local registry databases (including merging them).
4844         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
4845         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
4847         * [misc/comm.c]
4848         Allow " " as COMx: ... spec delimiter too.
4849         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
4850         remember the x).
4852 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4854         * [windows/mdi.c]
4855         Miscellaneous changes.
4857         * [windows/winpos.c] 
4858         Use BitBlt whenever possible in SetWindowPos.
4860         * [windows/painting.c]
4861         Fix incompatibilities with hrgnUpdate being 1.
4863 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
4865         * [misc/commdlg.c]
4866         Many bugfixes in ChooseColor dialog.
4867         Added a user defined dialog title in FileOpen-/FileSave- dialog.
4869         * [misc/commdlg.c][include/commdlg.h]
4870           [if1632/commdlg.spec][if1632/winprocs.spec]
4871         Introduced dialog-, callback- and enum- stub functions
4872         for ChooseFont dialog
4874 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
4876         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
4877         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
4878         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
4879         fixes.
4881         * [windows/winpos.c]
4882         Don't try to hide the window if it's already hidden.
4884         * [windows/message.c]
4885         Let MSG_PeekHardwareMsg fill the message queue with events if
4886         it's empty.
4888 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
4890         * [resources/sysres_It.rc]
4891         Updated to support the new CHOOSE_COLOR_DIALOG.
4893 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
4895         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
4896           [include/w32sys.h] [include/dlls.h]
4897           [misc/Makefile] [misc/w32sys.c]
4898         W32SYS.DLL partially implemented.
4900 ----------------------------------------------------------------------
4901 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4903         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
4904         Made the resource loading code always use the correct Windows
4905         layout for Winelib on other CPUs.
4907         * [include/module.h] [loader/module.c]
4908         Added self handle in NE_MODULE structure, so we can use a pointer
4909         instead of a handle.
4910         Added function MODULE_GetPtr() to validate a HMODULE.
4912         * [memory/heap.c]
4913         Implemented Win32 heap management.
4915         * [memory/selector.c]
4916         Fix selector limit for huge blocks.
4918 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
4920         * [objects/metafile.c]
4921         Fixed memcpy bug to allow memory based metafiles to work.
4923 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
4925         * [controls/edit.c] [controls/EDIT.TODO]
4926         Complete rewrite.  Everything changed: new features, new bugs.
4927         Main addition: WordWrap.
4929 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
4931         * [resources/sysres_It.rc]
4932         Fixed a few mistakes in the file and resized some of the controls.
4934 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
4936         * [misc/winsocket.c]
4937         Fixed broken #if defined that stopped unixware compiling.
4939         * [win32/resource.c]
4940         Added missing return to end of FindResource32.
4942 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
4944         * [windows/keyboard.c] [windows/event.c]
4945         Fixed GetKeyState for mouse buttons.
4947         * [windows/message.c]
4948         WM_MOUSEACTIVATE wasn't sent in some cases.
4950 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
4952         * [objects/font.c]
4953         Match slightly bigger font if height negative.
4955 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
4957         * [multimedia/mmsystem.c]
4958         Changed read's to FILE_read's in mmsystem to fix mmio bug.
4960 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
4962         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
4963         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
4964         En-,De- resources. 
4965         As written in TODO: some national language support is needed here.
4967 ----------------------------------------------------------------------
4968 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4970         * [controls/button.c] [controls/static.c]
4971         Changes to use WND * wherever possible.
4973         * [debugger/dbg.y] [debugger/debug.l]
4974         Added 'info module' and 'walk module' commands.
4976         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
4977         Added assembly code generation to call from Wine into 32-bit code.
4978         Changed all 'call32' references in 'callfrom16' to avoid confusion
4979         with Win32 routines.
4981         * [include/callback.h]
4982         Added prototypes for 32-bit callbacks.
4984         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
4985         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
4986         now generated by the build program.
4988         * [include/module.h]
4989         Added extra info to NE_MODULE for Win32 modules to point to the PE
4990         module data.
4992         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
4993         Removed the wine_files list. The PE data for a module can now be
4994         accessed with the NE_WIN32_MODULE macro.
4996         * [loader/signal.c] [miscemu/instr.c]
4997         Don't start the BIOS timer at startup, but only after an access to
4998         the 0x40 segment.
5000         * [memory/local.c]
5001         Changed LOCAL_Lock() to return a 32-bit pointer.
5003         * [misc/main.c] [include/dlls.h]
5004         Some built-in DLLs (like KERNEL) can no longer be disabled from
5005         the command-line.
5006         
5007 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
5009         * [*/*]
5010         A lot of small changes to support SCO OpenServer 5.
5012 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5014         * [controls/edit.c]
5015         Fixed GetKeyState() call to use 0x8000 convention.
5017         * [include/windows.h]
5018         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
5020 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
5022         * [if1632/except.S]
5023         Modified code to assemble on unixware.
5025 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
5027         * [objects/font.c]
5028         Implementation of a second font cache which will be updated
5029         dynamically.
5031 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
5033         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
5034           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
5035           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
5036           [resources/sysres_No.rc] [resources/TODO]
5037         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
5039 ----------------------------------------------------------------------
5040 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5042         * [tools/build.c]
5043         Changed BuildSpec32Files() to generate assembly instead of C code.
5044         Unified -spec16 and -spec32 options; DLL type is now determined by
5045         the 'type' declaration in the .spec file.
5046         New -stdcall option to build all stdcall assembly relays.
5048         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
5049         Started to unify 16- and 32-bit builtin DLLs.
5051         * [loader/module.c]
5052         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
5054         * [loader/pe_image.c] [loader/resource.c]
5055         All modules now have a NE signature, and can be distinguished by
5056         the NE_FFLAGS_WIN32 flag.
5058         * [windows/alias.c]
5059         Aliases for built-in window procedures are now all created at
5060         startup in ALIAS_Init().
5062 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
5064         * [controls/combo.c]
5065         Limit rectangle to clear to size of item when painting combo, not
5066         default.  Only draw items in list when there is enough room for them.
5068         * [controls/listbox.c]
5069         Get the measure of every item that's added and store in the item's
5070         data structure.  Scroll listbox if mouse near edge of box.  Only
5071         draw items in list when there is enough room.
5073 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5075         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
5076           [windows/nonclient.c] [controls/menu.c] 
5077         Various changes for better keyboard handling. 
5079         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
5080         Proper keyboard message ordering, working GetKeyState() (finally!), 
5081         improvements in ToAscii().
5083         * [windows/win.c] [windows/message.c]
5084         Small improvements in WIN_FindWinToRepaint.
5086         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
5087         Put update region in WM_NCPAINT wParam.
5089         * [loader/task.c]
5090         Kill task timers when task is deleted, switch timers to the
5091         new queue in SetTaskQueue().
5093         * [loader/signal.c] [miscemu/dosmem.c]
5094         Added SIGALRM signal handler to increment BIOS clock. 
5096         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
5097         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
5098         MDI client.
5100         * [windows/winpos.c]
5101         Improvements in handling of owned popups. "Floating" toolboxes 
5102         work better now. 
5104 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5106         * [misc/registry.c]
5107         New file, registry rewrite including win32 extensions
5108         - Unicode
5109         - multiple valus per key
5110         - different datatypes for values
5111         - multiple rootkeys
5112         - saving and loading in different registries.
5114         * [include/winreg.h]
5115         New file, definitions and structs for registry.
5117         * [include/winerror.h]
5118         Some new error defines added... there are more, someone please
5119         check a (real-)windows winerror.h.
5120         
5121         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
5122         Registry specs added.
5124         * [if1632/relay.c]
5125         Switch internal SHELL.DLL to default 'used'.
5127         * [win32/string32.c] [include/string32.h]
5128         Some new functions added.
5129         char should be unsigned char when converting to 16bit ints.
5131         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
5132         Removed old registry functions.
5134 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5136         * [include/bitmaps/ocr_ibeam]
5137         Fixed the position of the hotspot.
5139         * [objects/text.c]
5140         Fixed a few bugs in TEXT_TabbedTextOut().
5142         * [windows/event.c]
5143         Fixed the order of the bits in the KeyStateTable.
5144         0x80 is the up/down-bit.  0x01 is the toggle bit.
5146         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
5147         Fixed the calls to GetKeyState().
5149 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
5151         * [resources/sysres_Fr.rc] [resources/TODO]
5152         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
5154 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
5156         * [resources/sysres_it.rc]
5157         Added support for Italian [It] language.
5159 ----------------------------------------------------------------------
5160 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5162         * [include/win.h] [windows/*.c]
5163         Replaced next, parent, child and owner handles by pointers in WND
5164         structure. This should improve performance, and should be
5165         reasonably safe since Microsoft did the same in Win95.
5167         * [include/wintypes.h] [*/*]
5168         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
5169         allows removing a lot of unnecessary casts and NPFMTs.
5171         * [windows/caret.c]
5172         Create the caret brush upon CreateCaret(); use the bitmap
5173         dimensions for the caret.
5174         Fixed CARET_DisplayCaret() to use PatBlt().
5176 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
5178         * [misc/winsocket.c]
5179         More sanity checks, fixup some erroneous return codes.
5181         * [documentation/winsock]
5182         Description of how compatible the winsock is currently.
5184 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5186         * [library/winmain.c]
5187         Set `lpszCmdParam' by concatenating arguments.
5189         * [loader/module.c]
5190         WinExec: accept Unix commands, use Wine emulator.
5192 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
5194         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
5195         DeleteCriticalSection, EnterCriticalSection,
5196         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
5197         TlsFree, TlsGetValue, TlsSetValue: new functions.
5198         CRITICAL_SECTION: new structure.
5200         * [if1632/kernel32.spec][win32/code_page.c]
5201         WideCharToMultiByte: new function.
5203         * [if1632/kernel32.spec][win32/file.c]
5204         GetFileAttributesA: new function.
5206         * [if1632/kernel32.spec][misc/main.c]
5207         GetEnvironmentStringsW, FreeEnvironmentStringsA,
5208         FreeEnvironmentStringsW: new functions.
5209         
5210         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
5211         cursoricon32.c: new file.
5212         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
5213         to WIN32_*.
5214         LoadIconA, LoadIconW: modified implementation from LoadIconA32
5215         to WIN32_*.
5217         * [include/struct32.h]
5218         pragma pack inserted.
5219         CURSORICON32 structures added.
5221         * [include/winnls.h]
5222         Constants CP_* and WC_* added.
5224         * [loader/pe_image.c]
5225         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
5227 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
5229         * [misc/commdlg.c]
5230         Introduced hook function handling in file dialog.
5231         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
5233 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5235         * [if1632/gdi32.spec]
5236         Added GetNearestColor.
5238         * [if1632/kernel32.spec]
5239         Added GlobalAddAtomA.
5241         * [win32/param32.c]
5242         Added stackframe.h to includes.
5243         WIN32_GlobalAddAtomA() - new function.
5245 ----------------------------------------------------------------------
5246 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5248         * [controls/edit.c]
5249         Removed calls to memmove (not portable).
5251         * [debugger/dbg.y] [debugger/debug.l]
5252         Prefixed all token with 't' to avoid conflicts with type
5253         definitions.
5254         Added 'walk queue', 'walk class' and 'info class' commands.
5256         * [debugger/info.c]
5257         Moved queue and window information functions to windows/queue.c
5258         and windows/win.c respectively.
5260         * [loader/signal.c]
5261         Added SIGHUP handling to force entry into built-in debugger.
5262         Cleaned up a bit.
5264         * [misc/spy.c]
5265         General cleanup and performance improvements.
5267         * [windows/class.c]
5268         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
5269         debugger.
5271         * [windows/event.c]
5272         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
5273         sure if this key combination is a good choice...
5275         * [windows/message.c] [windows/queue.c] (New file)
5276         Moved message queue handling functions to windows/queue.c.
5278 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
5280         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
5281         Implemented Win32 exception functions: RaiseException(),
5282         RtlUnwind(), SetUnhandledExceptionFilter() and
5283         UnhandledExceptionFilter().
5285 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
5287         * [controls/listbox.c] [include/listbox.h]
5288         Special handling for COMBOLBOX styles introduced via extension of
5289         HEADLIST structure: lphl->dwStyle.
5291 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
5293         * [controls/combo.c]
5294         Any mouse movement within a small distance (defined by CBLMM_EDGE)
5295         of the top or bottom edge causes the window to scroll.  Also moved 
5296         some assignments so the routine works correctly.
5298         * [controls/listbox.c]
5299         Changing selection in ListBoxSetCurSel now updates PrevFocused.
5300         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
5301         and sets the standard text height.
5303 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5305         * [windows/dce.c]
5306         Fixed memory leak in DCE_ClipWindows().
5308 ----------------------------------------------------------------------
5309 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5311         * [configure.in]
5312         Quote '[' and ']' in the test program for the strength-reduce
5313         bug. This should work much better...
5315         * [files/file.c]
5316         Augmented DOS_FILE structure. Most internal functions now return a
5317         DOS_FILE* instead of a Unix handle.
5318         Added a local file array to replace the PDB list upon startup, to
5319         allow using file I/O functions before the first task is created.
5320         Added FILE_SetDateTime() and FILE_Sync() functions.
5321         
5322         * [loader/module.c]
5323         Use the DOS file I/O functions in MODULE_LoadExeHeader().
5325         * [objects/bitblt.c]
5326         Use visible region instead of GC clip region to clip source
5327         area. This fixes the card drawing bug in freecell.
5329         * [objects/region.c]
5330         Fixed CombineRgn() to allow src and dest regions to be the same.
5332 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5334         * [controls/EDIT.TODO]
5335         Updated so it reflects the current status.
5337         * [controls/edit.c]
5338         Implemented internal EDIT_WordBreakProc().
5339         Implemented ES_READONLY.
5340         Implemented WM_LBUTTONDBLCLK to select whole words.
5341         Fixed a lot of types in the function definitions.
5343 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5345         * [debugger/info.c]
5346         Added "walk window" command to walk window list. 
5348         * [windows/mdi.c]
5349         Added proper(?) WM_MDISETMENU message handling.
5351 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
5353         * [if1632/callback.c][if1632/relay32.c]
5354         RELAY32_CallWindowProcConvStruct: new function.
5356         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
5357         struct32.c: new file. Moved all structure conversions into that file
5358         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
5359         renamed to STRUCT32_POINT32to16, ...
5360         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
5361         POINT32, ...
5362         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
5363         CREATESTRUCT.
5365         * [include/windows.h][misc/exec.c]
5366         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
5367         WinHelp: Reimplemented. Thanks to Peter Balch
5368         (100710.2566@compuserve.com) for his valuable research.
5370         * [win32/winprocs.c]
5371         WIN32_CallWindowProcTo16: new function, call in
5372         USER32_DefWindowProcA,...
5374 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
5376         * [include/wintypes.h]
5377         Added "#define __export".
5379         * [objects/bitblt.c]
5380         Put in a few hacks to make bitblt-ing work when upside-down and/or
5381         mirrored.  BITBLT_StretchImage should really be checked over
5382         thoroughly.
5384         * [programs/progman/main.c]
5385         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
5387         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
5388         Eliminated shift/reduce conflict in style definition.
5389         Added crude error message support: "stdin:%d: parse error before '%s'".
5390         Implemented string table support to the best of my ability (it works
5391         with LoadString() calls).
5393         * [windows/nonclient.c]
5394         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
5395         bar of non-iconized window was clicked (checked for iconization).
5397 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
5399         * [if1632/lzexpand.spec] [if1632/relay.c]
5400           [include/lzexpand.h][misc/lzexpand.c]
5401         LZEXPAND.DLL added.
5403 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5405         * [windows/win.c]
5406         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
5407         this prevents too early termination of EnumChildWindows().
5409 ----------------------------------------------------------------------
5410 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5412         * [controls/scroll.c]
5413         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
5414         current tracking window.
5416         * [files/file.c]
5417         Fixed two file descriptor leaks in FILE_OpenFile().
5419         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
5420           [tools/build.c]
5421         Replaced LOADEDFILEINFO structure by OFSTRUCT.
5423         * [memory/atom.c]
5424         Reload the pointer to the atom table in ATOM_GetTable() and
5425         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
5426         move in linear memory.
5428 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5430         * [include/callback.h]
5431         Added support for CallWordBreakProc().
5433         * [controls/edit.c]
5434         New caret handling (really efficient / fast).
5435         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
5436         Fixed EM_SETFONT so it now also creates a proper new caret.
5438 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
5440         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
5441         Added WM_DELETE protocol to top-level windows.
5443         * [controls/scroll.c]
5444         Fixed a problem which caused slow scrolling to continue uncontrollably.
5446         * [misc/exec.c]
5447         Implemented ExitWindows().
5449         * [windows/win.c]
5450         Set top-level owned windows to be transient.
5452 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
5454         * [programs/progman/*]
5455         Added a program manager.
5457 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
5459         * [resources/sysres_Eo.c]
5460         Added support for Esperanto [Eo] language.
5462 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
5464         * [if1632/user32.spec]
5465         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
5467         * [win32/init.c]
5468         Added task.h to includes. GetModuleHandleA() - return hInstance
5469         if called with NULL parameter. Freecell needs this. NOTE this
5470         may indicate a problem with differentiation between hModule and
5471         hInstance within Wine.
5473         * [win32/resource.c]
5474         FindResource32() and LoadResource32() - Removed #if 0's around
5475         conversion from hInstance to hModule. See remarks above.
5477         * [win32/string32.c]
5478         WIN32_UniLen() - removed stray semicolon.
5480 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
5481         
5482         * [windows/caret.c]
5483         Set blink rate with call to GetProfileInt().
5485         * [rc/winerc.c]
5486         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
5487         instead of 0.  This seems to correspond to Borland's defaults, and
5488         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
5489         or "| NOT WS_VISIBLE" technique in the *.rc file.
5491         * [win32/time.c]
5492         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
5493         returned by gettimeofday() instead of making second call to
5494         time().  This eliminates clock jitter if the seconds change
5495         between the two calls (rare, but possible).
5497         * [include/wintypes.h]
5498         Added "#define _far" and "#define _pascal".
5500         * [windows/win.c]
5501         Added function GetDesktopHwnd().
5503         * [include/xmalloc.h]
5504         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
5505         have been removed from 'configure', and was causing redefinition
5506         warnings.
5508 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
5510         * [windows/winpos.c] 
5511         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
5512         to force a repaint when setting menu bars with different rows.
5514 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
5516         * [windows/syscolors.c] [controls/scroll.c]
5517         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
5519 ----------------------------------------------------------------------
5520 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5522         * [files/profile.c]
5523         Added \r when writing profile files, for DOS compatibility.
5525         * [memory/global.c]
5526         Fixed bug in GlobalReAlloc() that caused a discarded block not to
5527         be reallocated if its size was not changed.
5529         * [memory/selector.c]
5530         Avoid setting a valid LDT entry with base and limit set to 0, as
5531         this causes the kernel to clear the entry. This fixes a crash when
5532         exiting Windows program manager.
5534         * [objects/metafile.c]
5535         Removed call to creat() instead of _lcreat() for WINELIB.
5537 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
5539         * [if1632/gdi32.spec]
5540         GetTextExtentPointA now has win32 specific implementation.
5542         * [include/struct32.h]
5543         Define new structure tagSIZE32 and typedef SIZE32 to it.
5544         Define prototype for function PARAM32_SIZE16to32
5546         * [win32/param32.c]
5547         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
5549         * [win32/memory.c]
5550         Added missing file pointer parameter to fprintf.
5552 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
5554         * [windows/nonclient.c]
5555         Added more familiar icon activity, ie single click brings up
5556         system menu.
5558 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5560         * [controls/menu.c]
5561         Added calls to HideCaret() and ShowCaret() from within
5562         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
5563         MENU_TrackKbdMenuBar().  Are there any more places where this
5564         should be done?
5566         * [controls/static.c]
5567         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
5568         the previous icon.  Added a new FIXME at the point where
5569         WM_SETTEXT is handled for a SS_ICON static control.
5571         * [misc/commdlg.c]
5572         Implemented FindText() and ReplaceText()
5573         Still missing : Templates and Hooks handling / error checking
5575         * [resources/sysres_En.c]
5576         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
5577         Languages other than En should update these too, though, as well
5578         as redimension the controls because some of the text doesn't fit.
5579         Created file resources/TODO to explain this.
5581         * [windows/caret.c]
5582         Re-written.  It now uses the correct R2_XORPEN.  It resets the
5583         blink timer on SetCaretPos().  It does its own hide/show scheme
5584         when SetCaretPos() is called (should be faster).
5586 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
5588         * [controls/listbox.c]
5589         Miscellaneous changes for better LBS_EXTENDEDSEL support.
5590         Removed several superfluous redrawals of item list.
5592         * [controls/scroll.c]
5593         WM_GETDLGCODE return value.
5595         * [windows/win.c]
5596         FlashWindow function.
5598         * [windows/painting.c] [windows/scroll.c]
5599         Added HideCaret/ShowCaret calls.
5601         * [objects/font.c]
5602         Added GetCharABCWidths stub.
5604         * [include/windows.h]
5605         "#define"s needed for changes mentioned above.
5607 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
5609         * [include/winsock.h]
5610         Change order of includes to get in_addr struct defined in time.
5611         (Note: Linux 1.3.66, libc 5.2.18)
5613         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
5614         Changed the -enhanced option into a -mode option, which can be
5615         either 'standard' or 'enhanced'. 'enhanced' is the default.
5617 ----------------------------------------------------------------------
5618 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
5620         * [controls/desktop.c]
5621         Look for the wallpaper file in the Windows directory.
5623         * [controls/menu.c]
5624         Fixed swapped parameters in SetMenuItemBitmaps().
5625         Create a separator in MENU_SetItemData() when the string is NULL.
5627         * [file/dosfs.c]
5628         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
5630         * [files/file.c]
5631         Added a DOS_FILE structure to store per-file information (not
5632         really used yet).
5633         Fixed _lread and _hread to check the size of the buffer before
5634         calling Unix read() to avoid EFAULT error.
5636         * [misc/exec.c]
5637         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
5639         * [miscemu/instr.c]
5640         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
5641         programs that poll the BIOS counter, provided they reload the
5642         selector on every read.
5644         * [miscemu/int21.c]
5645         Re-implemented FindFirst/FindNext for FCB calls.
5647         * [windows/message.c] [windows/winpos.c]
5648         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
5650         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
5651         Added a per-window WIN_MANAGED flag; only windows that have a
5652         dialog frame or a sizing border are managed.
5654 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
5656         * [if1632/Makefile.in]
5657         Added -g flag to compilation of .c files generated from *32.spec.
5659         * [if1632/gdi32.spec]
5660         Numerous additional functions implemented.
5662         * if1632/user32.spec]
5663         wsprintfA maps to vsprintf not wsprintf
5664         Numerous additional functions implemented.
5666         * [include/gdi.h] [objects/gdiobj.c]
5667         New #define MAGIC_DONTCARE added. This is used in
5668         GDI_GetObjPtr to enable getting a pointer to a GDI object of
5669         unknow type.
5671         * [win32/gdi32.c]
5672         New file.
5674         * [win32/param32.c]
5675         WIN32_MoveToEx() - handle NULL pointer argument.
5677         * [win32/user32.c]
5678         USER32_InvalidateRect - handle passing of a NULL pointer.
5679         USER32_SetTimer - New function.
5681         * [files/directory.c]
5682         Fixed DIR_Init() (off by one in allocation of space for
5683         environment variables).
5685         * [files/drive.c]
5686         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
5687         on FreeBSD).
5689 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
5691         * [controls/menu.c]
5692         Memory leak plugged.
5694         * [controls/edit.c]
5695         Erase space with function ExtTextOut(). This eliminates the use of
5696         xmalloc().  Memory leak in EDIT_WriteText plugged.
5698         * [debugger/db_disasm.c]
5699         Operand for scas now is di.
5701         * [files/profile.c]
5702         PROFILE_GetSection was copying too much data.
5703         PROFILE_GetSection now returns the correct value. It was returning
5704         the number of unused instead of used bytes.
5706         * [objects/dc.c]
5707         Corrected two typos in comments.
5709         * [objects/font.c]
5710         FONT_MatchFont didn't return if it couldn't find any font.
5712         * [objects/oembitmap.c]
5713         Free object only if it has been allocated.
5715         * [windows/scroll.c]
5716         Memory leak in ScrollDC plugged.
5718 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
5720         * [controls/edit.c]
5721         Implemented ES_NOHIDESEL style, shift+click selection,
5722         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
5723         (de)selection drawing.  Changed selection drawing to use correct
5724         system colors instead of inverting.  Fixed deleting or backspacing
5725         across a '\r\n' end of line pair.  Selection now anchors
5726         correctly. Fixed text leaking and extra garbage problem bug
5727         uncovered by change in class style in wine960131.
5729         * [controls/widgets.c]
5730         Class flags now match those of Windows.
5732 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
5734         * [controls/widgets.c]
5735         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
5737         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
5738         comctl32.spec ole32.spec winspool.spec: new files.
5739         RELAY32_Init: call initialization of new DLLs.
5740         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
5741         RELAY32_MakeFakeModule: new function.
5743         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
5744         Added Win95 functions. Ordinals now differ from both NT and Win95
5745         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
5746         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
5747         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
5748         new relays.
5750         * [if1632/shell32.spec]
5751         shell32.spec: renumbered all functions to take into account ordinals.
5752         These seem to be identical between NT and Win95.
5754         * [include/dialog.h][windows/dialog.c]
5755         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
5757         * [include/handle32.h]
5758         New handle types VRANGE, HEAP, HEAPITEM.
5760         * [include/pe_image.h][loader/pe_image.c]
5761         struct w_files: new field builtin.
5762         PE_FindExportedFunction: support ordinals.
5763         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
5764         fixup_imports: support ordinals.
5765         PE_LoadImage: prefer directories over segments.
5767         * [include/resource.h][win32/resource.c]
5768         FindResource32: changed parameter from LPCTSTR to LPCWSTR
5769                 check LANG_NEUTRAL if LANG_ENGLISH fails.
5770         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
5771                 disabled because it's broken.
5772         Casted to and from LPWSTR at various places.
5774         * [include/string32.h][win32/string32.c]
5775         Changed prototypes to take const arguments where appropriate.
5777         * [include/struct32.h]
5778         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
5780         * [tools/build.c]
5781         BuildSpec32Files: generate Base value into code, generate call to
5782         RELAY32_MakeFakeModule.
5783         
5784         * [win32/heap.c]
5785         This is still not finished and needs rework.
5786         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
5787         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
5788         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
5790         * [win32/memory.c]
5791         Support for VRANGE_OBJECT. This is not yet called from any place,
5792         and needs more platform specific support
5793         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
5794         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
5796         * [win32/user32.c]
5797         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
5798         names, as in dialogs.
5799         Implemented dialog functions (see user32.spec).
5801         * [windows/caret.c]
5802         CARET_Initialize: call RELAY32_GetBuiltinDLL.
5804 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
5806         * [controls/edit.c]
5807         Removed commented out #ifdefs for WINELIB.
5809         * [tools/makehtml.pl]
5810         Put in error checking when trying to open a file.
5812         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
5813         Added two new targets: hello4 and new.
5815         * [include/windows.h]
5816         Added definition of DEVMODE structure, although it's not yet used.
5817         Modified various API functions from CreateDC() to Escape(), in
5818         order to make them more compliant with the strict API definitions.
5820         * [include/wintypes.h]
5821         Added 'typedef char TCHAR'.  It probably should be defined as
5822         'short', but then we would have to support such characters.  Also did
5823         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
5824         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
5825         MFENUMPROC, and HGDIOBJ.
5827 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
5829         * [misc/commdlg.c]
5830         Patched a bug that occurred in the internal COMMDLG module for the
5831         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
5832         combobox is now handled correctly.
5834 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
5836         * [resources/sysres_Cz.rc]
5837         Added support for Czech [Cz] language.
5839 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
5841         * [objects/font.c]
5842         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
5843         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
5844         is -1, assume 0.
5845         CreateFontIndirect : if font parameter is NULL, issue an error message.
5846         CreateFont : null-terminate lfFaceName.
5847         ParseFontParms : debug code turned off : too verbose.
5848         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
5850         * [objects/color.c]
5851         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
5853 --------------------------------------------------------------------
5854 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
5856         * [configure.in]
5857         Added --with-dll option to build libwine.so.
5859         * [controls/listbox.c]
5860         Fixed ListBoxDirectory(), DlgDirSelect() and
5861         DlgDirList(). Hopefully their behavior is correct now.
5863         * [controls/menu.c]
5864         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
5865         ModifyMenu() for the item data, to avoid corrupting the pointer
5866         for owner-drawn items.
5868         * [controls/static.c]
5869         Attempt to load OEM icons for SS_ICON controls. Probably not
5870         entirely correct.
5871         Don't clip the text output.
5873         * [files/directory.c]
5874         Add temp dir and Windows dir to environment.
5876         * [files/dos_fs.c]
5877         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
5878         Cache last used directory in DOSFS_FindNext() to avoid quadratic
5879         search time.
5881         * [files/drive.c]
5882         New format for drives configuration in wine.conf; allows
5883         specifying the type, label and serial number of a drive.
5885         * [files/file.c]
5886         New function FILE_OpenUnixFile to make sure we don't open a
5887         directory instead of a file.
5888         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
5890         * [files/profile.c]
5891         Rewrote profile handling. Should be closer to Windows behavior now.
5892         New function PROFILE_GetWineIniString() to get a string from wine.conf.
5893         Support environment variables in wine.conf.
5895         * [loader/task.c]
5896         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
5897         corruption.
5899         * [memory/global.c]
5900         Create a discarded block on GlobalAlloc() if the size is 0; thanks
5901         to John Harvey for noticing this.
5903         * [memory/local.c]
5904         LOCAL_GetHeap: make sure the pointer is valid before checking
5905         magic number.
5907         * [misc/main.c]
5908         Moved profile and registry saving to ExitWindows(), so we don't
5909         try to save them in case of a crash.
5911         * [miscemu/int21.c]
5912         INT21_GetFreeDiskSpace: try to compute the cluster size from the
5913         filesystem size instead of hard-coding it to 64.
5914         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
5915         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
5917         * [windows/message.c]
5918         Fixed bug in linked-list handling in MSG_DeleteQueue().
5919         Simplified SetMessageQueue().
5921         * [wine.ini] [wine.man]
5922         Updated for new drives configuration format.
5924 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
5926         * [controls/edit.c]
5927         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
5928         EM_GETPASSWORDCHAR messages.
5930         * [controls/widgets.c]
5931         Adjusted class creation flags to better match values Windows uses.
5933         * [include/windows.h]
5934         Fixed ES_NOHIDESEL typo.
5936         * [loader/ne_image.c]
5937         Added detection for zero offset in RADDR fixups. Quicken
5938         was in an infinite loop here.
5940 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
5942         * [files/dos_fs.c]
5943         Bugfix: range error in month value (0..11 set to 1..12).
5945         * [windows/caret.c]
5946         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
5947         appearance of the caret.
5949         * [windows/mdi.c] [include/mdi.h]
5950         Changed MDITile(): added a new parameter WORD wParam for
5951         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
5952         used in Win3.1
5954 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
5956         * [miscemu/int2f.c]
5957         Added a small bit of MSCDEX emulation.
5959         * [windows/alias.c]
5960         ALIAS_RegisterAlias was returning the hash value when it should
5961         have been returning the record number.
5962         
5963 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
5965         * [include/shell.h] [include/wintypes.h]
5966         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
5967         Declared FONTENUMPROC in wintypes.h.
5969         * [include/windows.h]
5970         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
5971         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
5972         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
5973         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
5974         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
5975         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
5976         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
5977         and wsprintf().
5979         * [tools/makehtml.pl] [documentation/apiw.index]
5980         New files that scan windows.h, commdlg.h, and toolhelp.h and output
5981         an HTML sorted list with optional links to www.willows.com and a
5982         tally of unimplemented APIW functions.
5984         * [objects/cursoricon.c]
5985         Added Win32 versions of CopyIcon() and CopyCursor() for use in
5986         libwine.
5988         * [win32/resource.c] [win32/winprocs.c]
5989         Added '#include "libres.h"' and explicit declarations of windows
5990         procs in order to avoid warnings.
5992         * [windows/utility.c]
5993         Added Win32 version of MulDiv() for libwine.
5995         * [*/*] [include/windows.h]
5996         Changed several function declarations to comply more strictly to
5997         the windows API (without, hopefully, altering their functionality).
5999         * [controls/menu.c]
6000         Made the return value of CheckMenuItem be the previous state of
6001         the menu item if it was found, otherwise -1 as specified in the
6002         SDK. This conflicts with the APIW specification, which says it
6003         should return TRUE if successful, otherwise FALSE.
6005         * [include/windows.h]
6006         Added obsolete WM_SIZE message wParam names for compatibility.
6007         Added WinHelp() command constants, even though they are not yet
6008         supported.
6010         * [rc/winerc.c]
6011         Tidied up transform_binary_file().  In argument checking, flattened
6012         any invalid characters specified with the prefix argument.
6014         * [library/libres.c]
6015         Made FindResource() case-insensitive when parameter 'name' is a string.
6017 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
6019         * [files/drive.c]
6020         If root "/" is given in wine.conf, use it as last resort.
6022         * [files/file.c]
6023         Report ER_AccessDenied it disk ist not writable
6024         More Debug Output
6026         * [miscemu/int21.c]
6027         Squeezed some bugs in ExtendedOpenCreateFile
6028         
6029         * [windows/winpos.c]
6030         Some windows may not be moved or resized. We are missing some
6031         structures to be exact, but the approach should help in some cases
6032         and make things worse in much fewer.
6034 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6036         * [loader/pe_image.c]
6037         fixup_imports: Find builtins for Borland style entries, too
6039 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6041         * [controls/menu.c]
6042         LoadMenu: branch to Win32 for PE modules
6044         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
6045         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
6046         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
6047         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
6048         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
6049         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
6050         to convert parameters or naming convention
6052         * [include/kernel32.h][include/wintypes.h]
6053         moved WCHAR, defined LPWSTR
6055         * [include/string32.h][win32/string32.c][include/struct32.h]
6056         New files
6058         * [loader/module.h]
6059         LoadModule: exit after returning from PE_LoadModule
6061         * [loader/pe_image.c]
6062         my_wcstombs: isascii does not work on Linux for Unicode
6063         PE_LoadImage: Handle directories
6065         * [misc/user32.c]
6066         USER32_RECT32to16, USER32_RECT16to32: new functions
6067         implemented new user32 relays
6069         * [misc/newfns.c]
6070         WIN32_WinHelpA: new function
6072         * [win32/param32.c]
6073         New file
6075         * [win32/resource.c]
6076         GetResDirEntry: added support for named entries
6077         WIN32_LoadAcceleratorsW: invoke *32 resource functions
6078         WIN32_LoadBitmapA: convert name to unicode if appropriate
6079         WIN32_ParseMenu: new function
6080         implemented new resource functions from user32.spec
6082 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6084         * [objects/cursoricon.c]
6085         GetIconId() and LoadIconHandler() functions.
6087         * [windows/mdi.c]
6088         Better maximization support, TranslateMDISysAccel() function, 
6089         misc improvements.
6091         * [windows/defwnd.c]
6092         Fix for WM_WINDOWPOSCHANGED message handler.
6094         * [windows/winpos.c]
6095         Rewrote WindowFromPoint() function.
6097 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
6099         * [include/toolhelp.h] [misc/toolhelp.c]
6100         Added Notify(Un)Register, but no callbacks yet.
6102 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
6104         * [Makefile.in]
6105         Added target for libwine.so.1.0.
6107         * [library/winmain.c]
6108         For WINELIBDLL, _WinMain just returns hInstance instead of calling
6109         WinMain().
6111         * [misc/main.c]
6112         For WINELIBDLL, renamed main() to _wine_main() for calling from the
6113         stub main function.
6115         * [library/winestub.c] (new file)
6116         Provides a stub main() function for using libwine.so.
6118 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
6120         * [winsocket.c]
6121         Fix EPERM problem.
6123         * [global.c]
6124         Attempt to do some sanity checking in MemManInfo().
6126         * [Changelog]
6127         Fix changelog oversight for previous entry.
6129 ---------------------------------------------------------------------
6130 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
6132         * [configure.in]
6133         Added check for gcc strength-reduce bug.
6135         * [controls/listbox.c]
6136         Changed ListBoxDirectory() to use the new DOS file functions.
6138         * [controls/menu.c]
6139         Fixed parameters for DeleteMenu() call in ChangeMenu().
6141         * [debugger/stack.c]
6142         Also display current frame in back-trace.
6144         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
6145         Complete rewrite of the DOS file handling.
6146         Implemented per-task file handles.
6147         Removed default Z: drive; needs to be put explicitely in wine.ini
6148         if desired.
6150         * [loader/module.c]
6151         Fixed file descriptor leak in LoadModule().
6153         * [loader/task.c]
6154         Initialise PDB file handle table in TASK_CreateTask().
6155         Close file handles on task termination.
6156         Implemented SetErrorMode().
6158         * [misc/network.c]
6159         Fixed WNetGetConnection() to use GetDriveType().
6161         * [misc/xmalloc.c]
6162         Added function xstrdup().
6164         * [miscemu/int21.c]
6165         Many changes for new DOS file functions.
6167         * [miscemu/interrupts.c]
6168         Moved DOS_GetEquipment() function into INT_Int11Handler().
6170         * [windows/win.c]
6171         Bug fix: create system menu before sending WM_NCCREATE.
6173         * [*/*.c]
6174         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
6175         better portability.
6177 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
6179         * [include/wintypes.h]
6180         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
6181         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
6182         it should suffice.
6184         * [include/winsock.h]
6185         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
6186         out some old style internet address #define's.
6188         * [loader/task.c]
6189         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
6190         Made FreeProcInstance() do nothing #ifdef WINELIB32.
6191         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
6193         * [library/miscstubs.c]
6194         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
6195         with name="ActivateAppProc".  This hardly seems correct, but it's my
6196         best guess as to how the emulator responds.
6198 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
6200         * [if1632/kernel32.spec][win32/process.c]
6201         WIN32_GetProcAddress, LoadLibraryA: new functions
6203         * [if1632/relay32.c]
6204         RELAY32_GetEntryPoint: Removed code to load PE DLLs
6206         * [include/pe_image.h][include/pe_exe.h]
6207         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
6208         struct PE_Reloc_Block: new structure
6210         * [loader/module.c]
6211         MODULE_RegisterModule: new function
6213         * [loader/pe_image.c]
6214         PE_FindExportedFunction,PE_GetProcAddress: new functions
6215         fixup_imports: expect struct w_files* now, fill dlls_to_init,
6216                        load PE DLLs
6217         do_relocations: new functions
6218         calc_vma_size: renamed from dump_table
6219         PE_LoadImage: use malloc to allocate memory for image
6220         PE_InitDLL: expect HMODULE
6221         PE_InitializeDLLs: new function
6223         * [loader/task.c]
6224         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
6225         GetExePtr: Accept PE modules
6227         * [misc/commdlg.c]
6228         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
6230 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
6232         * [misc/port.c]
6233         New file with usleep() function for SVR4.
6235         * [configure.in]
6236         Check for usleep() function.
6238 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
6240         * [if1632/toolhelp.spec] [include/toolhelp.h]
6241           [misc/user.c] [windows/message.c]
6242         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
6244         * [winsocket.c]
6245         Fixed ENOENT error.
6247         * [miscemu/dpmi.c]
6248         Implement DPMI Get Page Size (AX=0604, INT 31)
6250         * [memory/global.c]
6251         Implement TOOLHELP.72 GetMemManInfo.
6253 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
6255         * [if1632/callback.c]
6256         CallWindowProc() - When calling RELAY32_CallWindowProc, check
6257         whether lParam should be a SEGPTR, and if so convert it to one.
6259         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
6260         Numerous functions added, mostly calls to original (win16)
6261         functions.  Note that some (many) of these are probably not
6262         strictly correct, but with these additions freecell will at least
6263         display its main window though it is garbled.
6265         * [if1632/winprocs.spec]
6266         Completely rewritten - all WndProcs now have win32 versions to
6267         help with the lparam SEGPTR fix in callback.c
6269         * [include/kernel32.h]
6270         LPTCSTR defined.
6272         * [include/peexe.h]
6273         Definition of PE_Export_Directory amended.
6275         * [include/resource32.h]
6276         New file.
6278         * [include/stackframe.h]
6279         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
6280         prototype for replacement function in memory/selector.c which
6281         can operate on any given memory address. This is currently
6282         required for win32 support. It is a dreadful cludge, and will
6283         certainly slow down other programs. If you are not interested
6284         in win32 development you may wish to reverse this patch.
6286         * [include/windows.h]
6287         Definition of SW_SHOWDEFAULT added.
6289         * [loader/pe_image.c]
6290         Extensive rewrites of xmmap() fixup_imports().
6291         PE_LoadImage() - initialisation of bss added, extraction of
6292         module name fixed, initialisation of DLL added.
6293         PE_InitDLL() - now does something.
6294         PE_Win32CallToStart() - initialisation of TEB pointed to by
6295         fs added.
6296         PE_InitTEB() created to perform TEB initialisation.
6298         * [memory/selector.c] 
6299         New function MAKE_SEGPTR() - see include/stackframe.h above.
6301         * [misc/user32.c]
6302         USER32_RegisterClassA(), CreateWindowExA() memory allocation
6303         method changed. This is probably now unnecessary with the
6304         new MAKE_SEGPTR handling code.
6305         USER32_DefWndProcA() removed to win32/winprocs.c
6306         USER32_TranslateMessage added.
6308         * [tools/build.c]
6309         handling of win32 spec files changed to support gcc2.6.X
6310         this requires optimisations to be disabled.
6312         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
6313         New files.
6315         * [win32/Makefile.in]
6316         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
6318         * [win32/file.c]
6319         New function W32_SetHandleCount.
6321         * [win32/init.c]
6322         WIN32_GetModuleHandle() - now returns handle of running process
6323         if called with NULL.
6324         GetStartupInfoA() - set cbReserved2 to 0.
6326         * [win32/memory.c]
6327         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
6328         it work with FreeBSD. Also check for return value. Removed extra
6329         return.
6331         * [windows/winpos.c]
6332         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
6334 ----------------------------------------------------------------------
6335 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6337         * [configure.in] [Makefile.in] [tools/install-sh]
6338         New 'install' target installs Wine binary, library and man page.
6339         Library is now more logically named libwine.a.
6340         Split toolkit/ directory into library (for library code) and
6341         libtest (for test programs).
6343         * [controls/edit.c]
6344         Quick hack to partially support EM_PASSWORD style (avoids
6345         displaying your passwords on the screen when testing programs...)
6347         * [configure.in] [controls/menu.c] [include/resource.h]
6348           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
6349         Language is now a run-time option (wine -language xx).
6351         * [debugger/dbg.y]
6352         Dump some more debugging info on crash.
6354         * [misc/profile.c]
6355         Only consider ';' as a comment if it's the first non-blank
6356         character on the line.
6358         * [miscemu/dpmi.c]
6359         More debugging info for real-mode callback.
6361         * [objects/gdiobj.c]
6362         Rewrote EnumObjects() to do the Right Thing.
6364         * [resources/sysres*]
6365         New directory containing system resources.
6367 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
6369         * [win32/file.c] [win32/memory.c]
6370         Unixware doesn't have MAP_ANON ifdefed out for now.
6372         * [misc/dos_fs.c]
6373         DOS_GetDosFileName didn't truncate paths starting ./ properly.
6375         * [tools/build.c]
6376         Produces assembly code that works with the unixware assembler.
6378 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
6380         * [miscemu/instr.c]
6381         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
6383         * [misc/dos_fs.c]
6384         DOS_readdir should always return directories, even if they don't
6385         match the file name mask.
6387 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
6388         
6389         * [misc/exec.c]
6390         Give arguments to winhelp.
6392         * [miscemu/int21.c]
6393         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
6394         Created function ExtendedOpenCreateFile.
6395         Give for some Windows95 interrupts the return value 'not
6396         implemented'.
6398 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
6400         * [include/kernel32.h] [include/windows.h]
6401         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
6402         include/kernel32.h to include/windows.h and declared the new Win32
6403         API functions Sleep(), GetLocalTime(), and GetSystemTime().
6404         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
6406         * [rc/rc (new file)]
6407         Created the shell script 'rc', which should simplify resource
6408         compilation.
6410         * [win32/environment.c]
6411         Kludged around an undefined reference to wine_files.  This change
6412         should be fixed some time.
6414         * [win32/time.c] [if1632/kernel32.spec]
6415         Added the functions GetSystemTime(), and Sleep().
6417         * [miscemu/int21.c]
6418         Renamed static function GetSystemTime to INT21_GetSystemTime to
6419         avoid conflicts with the API function of the same name.
6421         * [include/wintypes.h]
6422         Added the SPFMT definition for printf statements.
6424         * [misc/shell.c] [include/shell.h]
6425         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
6426         with the ones in include/winerror.h.  They should probably use the
6427         versions in winerror.h, but I'm not certain, and that can be done
6428         later.
6430         * [windows/mdi.c]
6431         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
6432         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
6433         (boolean) was discarded with this translation.  Translated handler
6434         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
6435         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
6436         false, call DrawMenuBar() if desired).
6438         * [*/*]
6439         General explicit casts and more rigid typing to remove warnings.
6441         * [include/winpos.h] [windows/winpos.c]
6442         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
6444         * [include/commdlg.h] [misc/commdlg.c]
6445         Added prototypes for ChooseColor(), CommDlgExtendedError(),
6446         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
6447         PrintDlg, and ReplaceText().
6448         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
6449         Made GetFileTitle return a short, as per the API definition.
6451         * [Makefile.in]
6452         Added line to clean and distclean that removes temporaries from
6453         the include directory.
6455 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
6457         * [controls/edit.c]
6458         Almost rewrote EDIT_GetLineMsg.
6460 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
6462         * [windows/mdi.c]
6463         Fixed MDITile() bug that occurs when 0 windows are present or all
6464         windows are minimized.
6466 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
6468         * [misc/profile.c]
6469         Try harder to find files, especially in the working directory.
6470         Look in $HOME/.wine too and create it there if it isn't found.
6472 ----------------------------------------------------------------------
6473 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6475         * [misc/lstr.c]
6476         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
6477         they do the same job.
6479         * [tools/build.c]
6480         Fixed __attribute__((stdcall)) to make it compile with gcc
6481         versions under 2.7. Doesn't mean it will run OK though...
6483 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
6485         * [include/kernel32.h] [include/winerror.h]
6486         Added file attribute definitions and more error codes.
6488         * [win32/error.c]
6489         Added some rudimentary errno-to-Win32 error conversion
6490         code.
6492         * [win32/file.c]
6493         Added to GetFileInformationByHandle, filled in some known
6494         error codes, and switched to dprintf_win32.
6496         * [win32/time.c]
6497         Added GetLocalTime.
6499 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
6501         * [controls/combo.c]
6502         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
6503         LRESULT _(HWND,WPARAM,LPARAM) where needed.
6505         * [include/libres.h]
6506         Restructured libres prototypes to closer match the windows API.
6508         * [include/windows.h]
6509         Changed several API prototypes' parameter types from 'short' to INT,
6510         which is #defined as short in the emulator, but is a normal int in
6511         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
6512         (This creates a lot of warnings at library-compile time, but less
6513         warnings at app-compile time.  I'll remove the warnings soon.)
6515         * [loader/resource.c]
6516         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
6517         various implementations of the LIBRES_* API functions.
6519         * [loader/signal.c]
6520         Deleted local 'i' from win_fault(), since it was unused.
6522         * [objects/bitblt.c]
6523         Mirrored changes to include/windows.h mentioned above.
6525         * [toolkit/hello3.c]
6526         Changed LoadMenuIndirect() call to LoadMenu() to test the new
6527         resource registration technique.
6529         * [toolkit/libres.c]
6530         Removed definition of 'struct resource' and fixed bugs in the resource
6531         implementation.  Implemented LIBRES_FindResource.
6533         * [windows/graphics.c]
6534         Mirrored changes to include/windows.h mentioned above.
6536 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
6538         * [controls/edit.c]
6539         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
6541         * [controls/listbox.c]
6542         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
6544         * [include/listbox.h]
6545         change HeapSel from WORD to HANDLE
6547         * [include/resource.h][rc/winerc.c]
6548         struct ResourceTable: removed
6549         struct resource: moved to header file
6550         autoregister resources if supported by compiler
6552         * [memory/local.h]
6553         LOCAL_GetHeap: expect HANDLE rather than WORD
6554         
6555         * [toolkit/Makefile.in]
6556         Add ALLCFLAGS to make hello3
6558         * [toolkit/heap.c]
6559         LocalFree, HEAP_Free: handle 0 parameter gracefully
6561 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
6563         * [misc/winsocket.c]
6564         Fixed the msgsnd and msgrcv errors that winsock programs get.
6566 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
6567         
6568         * [if1632/kernel.spec]
6569         Fixed _hread and _hwrite return type
6571         * [if1632/relay32.c] [loader/pe_image.c]
6572         Hacked loading of PE-dll's in
6574         * [win32/advapi.c]
6575         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
6577         * [win32/file.c]
6578         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
6580         * [win32/process.c]
6581         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
6582         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
6583         
6584 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6586         * [include/wine.h] [misc/lstr.c]
6587         Define wine_strncpy(). This function does not pad the buffer with 
6588         zeroes like GNU strncpy(), which might break some Windows programs
6589         that pass bogus size arguments.
6591         * [loader/module.c]: GetModuleFileName(),
6592         [misc/commdlg.c]: GetFileTitle(),
6593         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
6594         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
6595         [multimedia/mmsystem.c], [objects/font.c]:
6596         Use wine_strncpy() where strings are returned to Windows programs.
6597         
6598         * [objects/metafile.c]
6599         PlayMetafile(): Clear the handle table before using it.
6601         * [misc/shell.c] [misc/main.c]
6602         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
6603         
6604         * [misc/profile.c]
6605         load(): Need to handle comments.
6606         
6607         * [toolkit/libres.c]
6608         Make it compile.
6609         
6610         * [windows/nonclient.c]
6611         Use MAKE_SEGPTR macro in two places where a user heap block used
6612         to be allocated instead.
6614 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
6616         * [windows/winpos.c]
6617         In function SetWindowPos: do not redraw the parent of
6618         a window if the specified window is placed on the top.
6619         This avoids that ShowWindow(hwnd,1) hides hwnd instead
6620         of showing it.
6622 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
6624         * [windows/scroll.c]
6625         Now it can scroll children along with the client region of parent 
6626         window. Tried to optimize update region calculation. 
6628         * [windows/mdi.c]
6629         ScrollChildren function, more other features added. Basically
6630         a rewrite.
6632         * [windows/winpos.c] [windows/focus.c]
6633         Reimplemented window activation and focus handling.
6635         * [windows/nonclient.c]
6636         Added new flag WIN_NCACTIVATED.
6638         * [windows/message.c] [loader/task.c]
6639         Small changes (to maintain linked list of message queues).
6641 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
6643         * [include/options.h] [misc/main.c] [windows/defwnd.c]
6644           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
6645         Implemented a -managed option to replace the standard Windows
6646         frame of top-level windows with the window manager's decorations.
6647         If a top-level window makes its own frame, this will still show
6648         up, inside the window manager decorations (I believe ctl3dv2.dll
6649         would do this, although I can't test this).
6651 ----------------------------------------------------------------------
6652 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6654         * [configure.in] [Makefile] [misc/dos_fs.c]
6655         Got rid of autoconf.h file.
6657         * [debugger/dbg.y]
6658         More logical behavior upon syntax errors.
6660         * [include/hook.h] [windows/hook.c]
6661         Changed hook structure and rewrote most of the hook functions for
6662         better compatibility, based on investigations by Alex Korobka.
6664         * [include/message.h] [windows/message.c]
6665         Added hooks to message queue structure and made the structure
6666         layout Windows-compatible.
6667         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
6668         WH_JOURNALRECORD hooks.
6670         * [misc/main.c]
6671         Added command-line option for changing the language at run-time
6672         (not implemented yet), based on a suggestion from Michael Patra.
6674         * [objects/cursoricon.c]
6675         Fixed silly SEGPTR bug in DumpIcon().
6677 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
6679         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
6680         Partial implementaion of LBS_EXTENDEDSEL style,
6681         yet more updates for drag & drop support. Now works.
6683         * [windows/defwnd.c]
6684         More message handlers.
6686         * [windows/win.c]
6687         DragObject, DragDetect, AnyPopup functions. 
6689         * [controls/listbox.c]
6690         More kludgy fixes (WM_...TOITEM, etc.).
6692         * [objects/cursoricon.c] [objects/oembitmap.c]
6693         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
6694         cursor.
6696         * [include/bitmaps/ocr*]
6697         New OEM cursors.
6699 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
6701         * [toolkit/heap.c]
6702         Swapped flags and size arguments to LocalRealloc as per changes in
6703         memory/local.c by William Magro in previous release.
6705         * [include/wintypes.h]
6706         Reinstated the #define's for 'min' and 'max', since they're part of
6707         the Windows API.  I really don't think it's a wise idea, so I put
6708         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
6709         WINE code should never use these (it should use 'MIN' and 'MAX'
6710         instead).
6712         * [loader/*]
6713         Put '#ifndef WINELIB' around many things that WINElib should not need.
6715         * [controls/edit.c]
6716         Took out many '#if defined(WINELIB)' sections with the associated
6717         comment 'temporary fix, until Local memory is correctly implemented in
6718         WINELIB', since the effective translations are now in 
6719         toolkit/miscstubs.c.
6720         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
6721         file fixed (or at least postponed) the bug I had encountered.
6723         * [loader/task.c]
6724         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
6725         C:  This will probably cause a lot of trouble if this change is
6726         forgotten in the future, but it will let things like the OpenFileName
6727         dialog work for now.
6729         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
6730           [include/libres.h]
6731         Made new libres.c file, which will contain functions for supporting
6732         accessing resources by name in WINElib.  'winerc' will need to be
6733         changed.
6735         * [toolkit/heap.c]
6736         Refined memory routines to allow for differences between LocalAlloc
6737         and GlobalAlloc and between LocalSize and GlobalSize.
6739         * [windows/message.c] [include/windows.h]
6740         Defined the GetCurrentTime routine in windows/message.c, and removed
6741         the #define in windows.h.
6743 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
6745         * [*/*]
6746         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
6748         * [loader/module.c]
6749         Added undocumented GetExpWinVer.
6751         * [tools/build.c]
6752         Previous code didn't pop possibly changed %esi, %edi and %edx
6753         from the stack.
6754         
6755         * [win32/advapi.c]
6756         Added GetUserNameA.
6758         * [win32/code_page.c]
6759         Added stub for MultiByteToWideChar.
6761         * [win32/console.c]
6762         Added SetConsoleCtrlHandler stub.
6764         * [win32/file.c]
6765         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
6766         Added CloseHandle.
6768         * [win32/memory.c]
6769         Changed VirtualAlloc and VirtualFree.
6771         * [win32/process.c]
6772         Added ExitProcess.
6774 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6776         * [include/windows.h]
6777         Fixed a few broken structure definitions.
6779         * [loader/resource.c]
6780         FindResource(): Need to check for '#xxx' strings here.
6782         * [miscemu/int21.c]
6783         FindNext(): Return MS-DOS filenames uppercase.
6785         * [objects/cursoricon.c]
6786         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
6787         initializers.
6788         
6789         * [misc/file.c]
6790         _lopen(): Files opened in OF_WRITE mode are truncated.
6791         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
6792         created; use read/write mode.
6793         
6794         * [misc/profile.c]
6795         load(): Rewritten.
6796         
6797         * [misc/commdlg.c]
6798         Fixed bad call to strncpy() that smashed the stack.
6800         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
6801         Operator precedence fixes. People who use gcc 2.7.1 don't need a
6802         debugger :-)
6803         
6804         * [if1632/gdi.spec] [objects/palette.c]
6805         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
6806         but sometimes that's good enough.
6808 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
6810         * [include/wine.h] [include/registers.h] [include/winsock.h]
6811         Added definitions for Unixware.
6813         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
6814         Misc. fixes for Unixware.
6816         * [loader/task.c]
6817         Made assignemts to context in InitTask for registers use the macros
6818         from registers.h to make them more portable. (Needed for Unixware)
6820         * [tools/build.c]
6821         Fixed register acces routines to work on Unixware. Bit grubby but
6822         it seems to work.
6824         * [controls/edit.c]
6825         EDIT_WM_NCCreate allocates local heap if hasn't been previously
6826         allocated.
6827         
6828         * [miscemu/int21.c]
6829         mkdir now creates directory with permission to access it.
6831         * [misc/dos_fs.c]
6832         mkdir now creates directory with permission to access it.
6833         DOS_opendir now uses linked list of dirents to avoid problems with 
6834         realloc changing address of malloced memory.
6836 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
6838         * [controls/menu.c]
6839         MENU_CalcItemSize(): Fixed handling of empty menu items.
6841 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
6843         * [misc/file.c]
6844         In OpenFile, unlink should be done on the unix filename.
6846 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
6848         * [include/handle32.h]
6849         New header file containing internal Win32 kernel handle
6850         information.
6852         * [win32/file.c]
6853         Added ReadFile, CreateFile, and CloseFileHandle, and did
6854         some reorganizing to match the new handle allocation scheme.
6856         * [win32/init.c]
6857         Added CloseHandle and the creation of standard I/O handles.
6859         * [win32/object_mgt.c]
6860         New module for allocating and freeing Win32 kernel handles.
6862 ----------------------------------------------------------------------
6863 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
6865         * [configure.in]
6866         Attempt to check for -li386 on NetBSD. Please test this.
6868 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
6870         * [*/*]
6871         Eliminated various warnings with either explicit casts or more
6872         accurate variable/parameter declarations (e.g. INT instead of short
6873         or WORD).
6874         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
6875         macros.
6877         * [controls/edit.c] [windows/defdlg.c]
6878         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
6879         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
6880         DEFDLG_FindDefButton to avoid warnings.
6882         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
6883           [windows/message.c] [windows/nonclient.c]
6884         Converted MAKEPOINT macro call to manual conversion.
6886         * [include/windows.h]
6887         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
6888         instead of INT.  This also invalidates the macro MAKEPOINT(), which
6889         is not supported in Win32.  Also defined the POINTS structure (SHORT
6890         members) and the MAKEPOINTS macro.
6892         * [misc/commdlg.c]
6893         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
6894         find this memory bug, and this should be done anyway.
6896         * [controls/edit.c]
6897         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
6898         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
6899         it's better than bizzare memory troubles.
6901         * [toolkit/miscstubs.c]
6902         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
6903         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
6904         their current implementation seems fine.
6906 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
6908         * [objects/cursoricon.c]
6909         Fix for "broken" X servers that invert masked cursor colors.
6911 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
6913         * [windows/dialog.c] [windows/nonclient.c]
6914         Remove unnecessary items from the system menu.
6916 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
6918         * [objects/color.c] [objects/palette.c]
6919         Make GetNearestColor return a RGB value instead of a pixel value.
6921 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
6923         * [controls/desktop.c][controls/menu.c][include/menu.h]
6924         Changed WORD parameters to UINT parameters.
6926         * [include/wintypes.h]
6927         Made UINT 32bit for WINELIB.
6929         * [loader/main.c]
6930         Disabled RELAY32_Init and MODULE_Init for WINELIB.
6932         * [misc/main.c]
6933         Assume CPU386 for WINELIB.
6935         * [rc/winerc]
6936         add_popup: set MF_POPUP flag on menu item.
6938         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
6939         Add resource demo hello3 for WINELIB.
6940         New file README.resources.
6942         * [toolkit/miscstubs.c]
6943         Add a case for 17.
6945 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
6947         * [loader/module.c]
6948         Do not append .exe if the file name already has an extension.
6950         * [misc/profile.c]
6951         Avoid creating a file with a junk name if a .ini file does not
6952         exist.
6954         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
6955         Added a lot of dummy stubs for Windows Hebrew version.
6957 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
6959         * [controls/button.c]
6960         Fix for buttons with no label.
6962         * [controls/combo.c][controls/listbox.c]
6963         Fixes for scrollbar positioning.  Now disappears correctly
6964         for short lists.
6966         * [controls/edit.c]
6967         Handle memory allocation differently when building as library.
6969         * [controls/static]
6970         Don't destroy old icon before drawing new icon. (Fixes landscape/
6971         portrait toggle icon in print dialog.)
6973         * [if1632/gdi.spec]
6974         New functions SetMetaFileBits and GetMetaFileBits
6976         * [include/sysmetrics.h] [windows/sysmetrics.c]
6977         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
6979         * [include/windows.h]
6980         META_EXTTEXTOUT, not META_SETTEXTOUT
6981         define GetCurrentTime as GetTickCount (for wine library)
6983         * [loader/main.c]
6984         Don't initialize built-in modules in wine library
6986         * [memory/local.c]
6987         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
6989         * [misc/main.c]
6990         Always report CPUTYPE=4 to wine library.
6992         * [objects/dib.c]
6993         RLE8 images were missing top line when decompressed.
6995         * [objects/metafile.c]
6996         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
6997         from winhelp.  More testing needed.  Various memory leaks plugged.
6998         Various other bug fixes.  New metafile operations added in
6999         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
7000         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
7002         * [toolkit/heap.c]
7003         LocalUnLock changed to LocalUnlock
7005 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
7006         
7007         * [misc/winsock.c] 
7008         Return the correct error number, for host lookup operations.
7009         Also, correct the problem with send_message.
7011 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
7013         * [Makefile.in]
7014         Using nm's built-in sorting.
7016         * [*/*.c]
7017         Use xmalloc for malloc and xrealloc for realloc in all ungarded
7018         cases.
7020         * [debugger/dbg.y]
7021         Handle C-like expressions.  Clean-up.
7023         * [debugger/debug.l]
7024         Lots of new tokens for expressions.
7026         * [debugger/info.c]
7027         Implement "list" command for disassembling.
7029         * [misc/ole2nls.c]
7030         Implement more Danish stuff.
7032 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
7034         * [loader/module.c]
7035         Updated self-loading modules to support for new 32 bit 
7036         stack frames.
7038 ----------------------------------------------------------------------
7039 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
7041         * [controls/menu.c]
7042         Fixed GetMenuString() for non-string items.
7044         * [debugger/*.c]
7045         First attempt to check validity of pointers before memory
7046         accesses. For now only segmented pointers are checked.
7048         * [debugger/dbg.y] [memory/ldt.c]
7049         Added possibility to dump only one segment with 'info segment'.
7051         * [include/bitmaps/ocr_*]
7052         Added all OEM cursors as XPM bitmaps.
7054         * [include/cursoricon.h] [objects/cursoricon.c]
7055         Rewrote all cursor and icon management to use the same memory
7056         layout as Windows, and to factor common code between icons and
7057         cursors. Implemented icon directory lookup to find the best
7058         matching icon (i.e. the color one).
7059         Implemented CopyCursor() and DumpIcon().
7061         * [loader/module.c]
7062         For disabled built-in modules, we now try to load the Windows DLL
7063         first, and if this fails we fall back to using the built-in module
7064         anyway.
7066         * [memory/global.c]
7067         Fixed GlobalHandle() to return the correct selector in the high
7068         word even if we are passed a handle in the first place.
7070         * [miscemu/instr.c]
7071         Take into account the size of the operand and of the stack segment
7072         when incrementing the stack pointer.
7073         Avoid referencing FS_reg and GS_reg on *BSD.
7075         * [objects/dib.c]
7076         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
7077         Monochrome DIBs are created as monochrome bitmap iff they are
7078         black and white.
7080         * [objects/oembitmap.c]
7081         Added support for OEM cursors, changed OBM_LoadIcon to use the new
7082         icon memory layout.
7084         * [rc/sysres_Fr.rc]
7085         Added French [Fr] language support.
7087         * [win32/environment.c]
7088         Fixed GetCommandLineA() to use current PDB.
7090         * [windows/event.c] [windows/winpos.c]
7091         Simulate a mouse motion event upon SetWindowPos() to force the
7092         cursor to be set correctly.
7094 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
7096         * [win32/*]
7097         New Win32 kernel functions: GetACP, GetCPInfo,
7098         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
7099         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
7100         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
7101         WriteFile.  Completed implementations of GetCommandLineA.
7103         * [include/kernel32.h]
7104         New file.
7106         * [loader/main.c]
7107         Call initialization function for Win32 data (doesn't currently do
7108         anything).
7110         * [misc/main.c]
7111         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
7113 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
7115         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
7116           [misc/commdlg.c]
7117         Misc. bug fixes
7119 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
7121         * [*/*]
7122         For Winelib, explicit casts have been placed where warnings were
7123         usually generated.
7124         printf formats which give the format for printing a handle as
7125         "%04x" or something similar have been changed to use the NPFMT
7126         macro defined in include/wintypes.h.  Some times, explicit casts
7127         were also necessary.
7128         Parameter, field, and variable declarations have been made more
7129         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
7130         'WORD hFont' to 'HFONT hFont'.
7131         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
7132         replaced with a call to WIN_GetWindowInstance(hwnd).
7134         * [controls/combo.c]
7135         Added WINELIB32 support in CLBoxGetCombo().
7137         * [include/dialog.h]
7138         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
7139         winelib needs the packing as well (e.g. when accessing resources
7140         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
7142         * [include/windows.h]
7143         Got rid of the F[a-k] macros, which were cluttering up the global
7144         namespace.
7146         * [include/windows.h] [windows/defwnd.c]
7147         Added Win32 messages WM_CTLCOLOR*.
7149         * [include/wintypes.h]
7150         Put in preprocessor '#define WINELIB32' if appropriate and changed
7151         the types of some typedefs (WPARAM, HANDLE) based on this.
7152         
7153         * [loader/module.c] [toolkit/miscstubs.c]
7154         Added #ifdef'd portion in LoadModule to handle loading a WINElib
7155         module (already loaded, just init values).  '#ifdef'ed out the
7156         definition for GetWndProcEntry16 and added a new version to
7157         toolkit/miscstubs.c.
7159         * [misc/shell.c]
7160         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
7161         Same amount of total storage, but much more reasonable.  Also, changed
7162         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
7163         This was a difficult bug to track down, but the AppMisc field was
7164         being initialized with the contributers text, which was much larger
7165         than 512 characters.
7167         * [toolkit/atom.c]
7168         New file for atom-handling functions.  Copied from memory/atom.c and
7169         then heavily modified.  Right now, it's just a linked list of atoms.
7170         Consider it as a hash table with just one entry.  It's easily changed
7171         later.
7173         * [toolkit/heap.c]
7174         Commented out the heap functions with a "#ifdef WINELIB16" and put in
7175         a Win32 version (which is basically a modified copy).
7177         * [toolkit/sup.c] [toolkit/miscstubs.c]
7178         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
7179         added quite a few more stubs.
7181         * [toolkit/winmain.c]
7182         Rearranged startup code in _WinMain.  I think this will work.
7184         * [toolkit/Makefile.in]
7185         Added targets for 'hello' and 'hello2' in case anyone cares to try
7186         out the sample programs.
7188 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
7189         
7190         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
7191         First attempt at support for some VxDs. Comm, Shell and Pagefile.
7193 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
7195         * [misc/dos_fs.c]
7196         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
7197         starting applications like 'wine ./excel.exe')
7199 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
7201         * [configure.in]
7202         Avoid relative path for wine.ini.
7204         * [rc/sysres_Da.rc]
7205         Support for Danish [Da] language.
7207         * [misc/main.c] [miscemu/cpu.c]
7208         Return the processor we're running on correctly.
7210         * [miscemu/int2f.c]
7211         Minor stuff in int 0x2f, function 0x16.
7213 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7215         * [misc/shell.c] [misc/main.c]
7216         Implement saving and loading of the registry database (needed for
7217         OLE). Very experimental. Fixed ShellExecute().
7218         
7219         * [miscemu/int21.c]
7220         EEXIST is not a critical error condition for mkdir().
7222 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
7224         * [include/shell.h] [misc/shell.c]
7225         Implemented 4 drag/drop functions with documented functionality.
7227         * [multimedia/time.c]
7228         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
7230         * [*/*] 
7231         Added new files, more message definitions, structures, debug info,
7232         etc.  Rewrote message logging functions to produce output similar
7233         to WinSight.  Check out -debugmsg +message option.
7235         * [misc/file.c]
7236         Fixed GetDriveType return value.  
7238         * [windows/message.c] 
7239         Hooks are invoked in normal order.
7241         * [miscemu/*]
7242         Added some functions and interrupts.
7244         * [misc/shell.c]
7245         Implemented Drag... functions.
7247 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
7249         * [rc/sysres_Fi.rc] [rc/sysres.rc]
7250         First attempt at Finnish [Fi] language support.
7252 ----------------------------------------------------------------------------
7253 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7255         * [configure.in] [*/Makefile.in] [Make.rules.in]
7256         Cleaned up makefiles, added configuration option for Winelib,
7257         grouped common make rules in Make.rules.in.
7259         * [Configure]
7260         Renamed to 'Configure.old'; please use 'configure' instead.
7262         * [controls/menu.c]
7263         Fixed DestroyMenu() to avoid deleting the same menu twice.
7264         More fixes to WM_MENUSELECT, and added WM_INITMENU.
7266         * [if1632/relay.c]
7267         Fixed wrong register values displayed by RELAY_DebugCall32().
7269         * [memory/local.c]
7270         Fixed LocalLock() and LocalUnlock() to increment/decrement the
7271         lock count for moveable blocks.
7273         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
7274         Modified the generated C file so that the resource information
7275         (size, etc.) is also exported.
7276         Modified common dialogs to use the new informations.
7278         * [misc/main.c] [ANNOUNCE]
7279         Update the list of contributors. Please let me know if I forgot
7280         someone.
7282         * [rc/sysres.rc] [rc/sysres_En.rc]
7283         Moved English resources to sysres_En.rc.
7284         Changed ids from numeric to symbolic for dialogs.
7286         * [windows/dialog.c]
7287         Modified template parsing to be able to pass segmented pointers to
7288         CreateWindow().
7290         * [windows/win.c]
7291         CreateWindow() now takes segmented pointers for class and window
7292         names.
7293         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
7294         or WS_MINIMIZE bits are set.
7296 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
7298         * [controls/scroll.c]
7299         Fixed scroll-bar bugs for non-client windows.
7301 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
7303         * [include/cursor.h] [windows/cursor.c]
7304         Cursor is not mirrored any more and the hotspot is set right.
7306 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7308         * [ole.h]
7309         Misc small fixes.
7311 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
7313         * [rc/sysres_Es.rc]
7314         First attempt at Spanish [Es] language support.
7316 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
7318         * [include/alias.h][windows/alias.c][include/relay32.h]
7319         New files
7321         * [controls/widgets.c]
7322         WIDGETS_Init: register alias window procedures
7324         * [if1632/callback.c]
7325         CallWndProc: Call alias functions if necessary
7327         * [if1632/gdi32.spec]
7328         GetStockObject, TextOutA: new relays
7330         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
7331         user32.c: new file
7332         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
7333         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
7335         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
7336         PE_Win32CallToStart: new function
7337         MODULE_CreateInstance: removed static attribute
7338         LoadModule: Try loading PE image on error 21
7339         PE_LoadModule: new function
7340         PE_LoadImage: initialize pe_data with 0
7341         
7342         * [include/dlls.h][include/peexe.h]
7343         moved pe_data and w_files to peexe.h
7344         
7345         * [misc/shell.c]
7346         ShellAbout: Register AboutWndProc aliases
7348         * [miscemu/int21.c]
7349         handle 0x440A and 0xDC
7351         * [miscemu/int2f.c]
7352         handle 0x84
7354         * [objects/dib.c]
7355         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
7357         * [tools/build.c]
7358         include windows.h and relay32.h into generated Win32 relays,
7359         don't declare the implementation as int (*)();
7360         limit in WIN32_builtin was off by one
7362         * [windows/caret.c]
7363         CARET_Initialize: new function, call on strategic places
7365         * [windows/messagebox.c]
7366         MessageBox: register message box proc aliases
7368         * [if1632/advapi32.spec][if1632/comdlg32.spec]
7369         New files
7371         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
7372         added new spec files
7373         RELAY32_GetBuiltinDLL: perform lookup case insensitive
7374         RELAY32_GetEntryPoint: start name search at 0
7376         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
7377         Added stubs for new Win95 API
7379 Sat Sep 2 1995  Martin Roy
7381         * [misc/commdlg.c]
7382         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
7383         When process IDOK button in FILEDLG_WMCommand(),
7384         lpofn->nFilterIndex should be updated to current selection.
7386 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
7388         * [loader/module.c] [loader/ne_image.c]
7389         Added support of self-loading modules.
7391 ---------------------------------------------------------------------
7392 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7394         * [Configure]
7395         Added compile-time option for IPC.
7397         * [configure.in]
7398         Added command-line options for language, IPC and malloc
7399         debugging.
7401         * [controls/menu.c]
7402         WM_MENUSELECT was sometimes sent to the wrong window.
7404         * [debugger/break.c]
7405         For the 'next' command, only step over instruction that require
7406         it. This allows 'next' to do the right thing with jmp and ret
7407         instructions.
7409         * [ipc/*.c] [memory/atom.c] [memory/global.c]
7410         IPC can now be configured out at compile-time.
7412         * [loader/task.c]
7413         Bug fix in TASK_Reschedule() that could cause a task to be deleted
7414         twice.
7416         * [miscemu/dosmem.c] (New file)
7417         Partial emulation of the BIOS data segment.
7419         * [miscemu/instr.c]
7420         Trap attempts to access selector 0x40 and remap the access to
7421         segment __0040H.
7423         * [tools/build.c]
7424         Fixed bug in CallTo32_LargeStack() that caused problems when
7425         compiling Wine with the -fomit-frame-pointer option.
7427         * [windows/message.c]
7428         Fixed bug in hardware event handling that could cause some events
7429         to get ignored.
7431 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
7433         * [ipc/README] [ipc/dde.tex]
7434         LaTeX documentation for the ipc and DDE stuff.
7436 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
7438         * [ipc/Imakefile] [ipc/wine_test_stub.c]
7439         Fixed IPC testing. Now it can be compiled with "make tests"
7441 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
7443         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
7444         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
7446 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7448         * [miscemu/int21.c]
7449         Misc fix to int21,ah=40 (write) to match _lwrite().
7450         AX=0x440A (check if handle is remote) added.
7452         * [multimedia/mmsystem.c]
7453         Moved mciSendString to mcistring.c.
7455         * [multimedia/mcistring.c]
7456         New file, string interface for MCI (not complete, not thoroughly
7457         tested).
7459         * [multimedia/audio.c]
7460         IOCTL prints errors; one paranoid check disabled.
7462         * [misc/file.c]
7463         Misc operator precedence fixes.
7465         * [if1632/gdi.spec] [objects/bitblt.c]
7466         Stub for FastWindowFrame (parameters not correct).
7468 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
7470         * [loader/ne_image.c]
7471         Preliminary support for iterated segments.
7473 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
7475         * [windows/mapping.c]
7476         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
7477         the absolute value of (ydim / xdim) or (xdim / ydim).
7479 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
7481         * [objects/oembitmap.c]
7482         Added some includes for Windows 95.
7484         * [include/sysmetrics.h]
7485         Added some sysmetrics for Windows 95.
7487         * [include/bitmaps/*95]
7488         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
7489         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
7491 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
7493         * [misc/shell.c] [rc/sysres*.rc]
7494         The caption of the ShellAbout dialog box is language specific and
7495         should be defined in the resources.
7497 ----------------------------------------------------------------------
7498 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7500         * [*/Makefile.in]
7501         Removed winelibclean target, as it doesn't work anyway.
7503         * [controls/button.c]
7504         Avoid drawing the focus rectangle outside of the button.
7506         * [controls/widgets.c]
7507         Fixed bug with the size of the reserved bytes for the Edit
7508         control (caused Eudora to crash).
7510         * [debugger/*] [include/debugger.h]
7511         Unified debugger address handling. Segmented and linear addresses
7512         are no grouped in a single type DBG_ADDR.
7513         All commands now accept seg:off addresses.
7514         Module entry points are now loaded upon first entry to the
7515         debugger, so that entry points of the loaded executable also
7516         appear in the symbol table.
7518         * [include/registers.h] [miscemu/*.c]
7519         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
7520         This makes code less readable, but will prevent a lot of name
7521         clashes with other definitions. It also avoids a hidden reference
7522         to the 'context' variable.
7524         * [ipc/dde_atom.c] [misc/atom.c]
7525         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
7526         to allow supporting integer atoms.
7527         Moved atom.c to memory/ directory.
7529         * [loader/task.c]
7530         Fixed environment allocation to compute the size dynamically.
7531         Added 'windir' environment variable.
7532         Fixed GetDOSEnvironment() to return the current task environment.
7534         * [windows/message.c]
7535         Fixed bug in MSG_GetWindowForEvent().
7537 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7539         * [include/ole.h]
7540         Added a lot of structures  from my Borland Manual. Neither complete,
7541         nor 100% right (check please)
7542         
7543         * [misc/shell.c]
7544         Fixed some of the Reg* functions.
7545         Enhanced ShellExecute.
7546         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
7547         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
7549         * [misc/dos_fs.c]
7550         Make umsdos mounted windows dirs work again.
7552         * [miscemu/emulate.c]
7553         Added some comments, preimplementation of subfunction 7.
7555         * [multimedia/mmsystem.c]
7556         Implemented mciSendString. not complete, not clean, not
7557         necessarily working (only checked with a program which uses
7558         'cdaudio' (one working program is cool.exe, a shareware waveditor
7559         with cdaudio play facilities.)
7561         * [multimedia/mcicda.c]
7562         Segptr fixes in DriverProc
7563         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
7564         link to your real cdrom device.
7566 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
7568         * [loader/resource.c]
7569         Don't crash in a LoadString to NULL
7571         * [loader/resource.c]
7572         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
7573         won't work unless the ALT keypress exited the menu.)
7575         * [misc/file.c]
7576         Expand a file to the current offset with an _lwrite of size zero.
7578         * [misc/file.c]
7579         Set a newly created file to read-write instead of write-only.
7580         
7581 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
7583         * [misc/main.c] [include/msdos.h]
7584         Fixed to return DOS version 6.22, and the correct byte order
7585         for Windows programs.
7587 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7589         * [include/options.h] [memory/global.c] [misc/main.c]
7590         Make the new IPC run-time selectible, disabling it by default.
7591         (I think it's only useful for libwine, anyway.)
7593         * [loader/task.c] [memory/selector.c]
7594         In FreeSelector(), walk up the stack and fix the frames.
7596         * [objects/dib.c]
7597         Missing break statement in DIB_SetImageBits_RLE8().
7598         In GetDIBits(), set the compression flag in the bitmap info to zero.
7600         * [windows/dialog.c]
7601         GetNextDlgGroupItem() needs to treat the first child as if it had
7602         an implicit WS_GROUP bit set.
7604 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
7606         * [misc/dos_fs.c]
7607         Quick'n dirty fix for the initialisation of the Z: information
7608         structure.
7610 ----------------------------------------------------------------------
7611 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
7613         * [ipc/*]
7614         New directory. This directory contains the new inter-wine
7615         communications support. It enables DDE protocols between two wine
7616         instances.  Currently it is limited to DDE, but can be enhanced to
7617         support OLE between 2 different wine instances.  This is very
7618         important for libwine.a DDE/OLE support.
7620         * [tools/ipcl]
7621         A script to delete garbage IPC handles (shared memory, semaphores
7622         and message queues).  The current inter-wine communication is not
7623         perfect, and sometimes leaves garbage behind.
7625         * [if1632/relay.c] [include/atom.h] [include/global.h]
7626         [loader/selector.c] [loader/task.c] [loader/module.c]
7627         [loader/signal.c] [memory/global.c] [misc/atom.c]
7628         [windows/class.c] [windows/message.c] [windows/win.c]
7629         [Imakefile]
7630         Hooks for inter-wine DDE support, current Global.*Atom functions
7631         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
7632         DDE communication. (The first call to these functions sets up the
7633         IPC structures - which otherwise cause unneeded overhead.
7635 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7637         * [controls/menu.c]
7638         Don't crash if a NULL string is passed to menu functions.
7640         * [memory/selector.c]
7641         We now use a bit in ldt_flags_copy to indicate free LDT entries.
7642         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
7643         overwrite valid LDT entries when growing a block.
7645         * [miscemu/instr.c]
7646         Emulate int xx instruction by storing the interrupt vector in
7647         CS:IP and returning directly. This allows a program to install an
7648         interrupt vector.
7650         * [windows/win.c]
7651         Added function WIN_GetTopParent to get the top-level parent of a
7652         window.
7654 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
7656         * [loader/resource.c]
7657         Added LoadIconHandler. It doesn't do anything yet, but now you
7658         can use borland help files with winhelp.exe.
7660 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
7662         * [misc/main.c]
7663         Fixed to return 386 Enhanced mode correctly. Also return the same
7664         type of CPU, for both Enhanced and Standard mode, namely a 386.
7666 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
7668         * [Configure] [include/options.h] [include/wineopts.h]
7669           [misc/main.c][misc/spy.c]
7670           Removed support of spy file. Redirected spy messages to stddeb.
7671           Removed -spy option. Added -debugmsg +spy option.
7673         * [debugger/dbg.y][debugger/debug.l]
7674         Enabled segmented addresses (seg:offs) for break and x commands.
7676         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
7677           [include/region.h]
7678         FrameRgn, REGION_FrameRgn: New functions
7680         * [if1632/kernel.spec]
7681         IsWinOldApTask: Return false
7683         * [if1632/mouse.spec]
7684         CplApplet: Removed
7686         * [if1632/user.spec] [windows/win.c]
7687         ShowOwnedPopups: New function
7689         * [if1632/winsock.spec] [misc/winsocket.c]
7690         inet_addr, select: New prototypes in relay code
7691         Fixed memory layout for netdb functions (getXbyY).
7692         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
7694         * [objects/clipping.c]
7695         RectVisible: Fixed call to LPToDP
7697         * [rc/winerc.c]
7698         main: Removed extra argument to getopt for Linux.
7700 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7702         * [controls/listbox.c]
7703         Yet another fix for ListBoxDirectory().
7704         
7705         * [loader/module.c] [if1632/kernel.spec]
7706         Make GetModuleHandle() accept instance handles as parameter.
7708         * [if1632/relay.c] [loader/task.c]
7709         Put a magic cookie at the bottom of the 32 bit stack, and check on
7710         each return from a 32 bit function whether it's still there. Complain
7711         if it's not.
7713         * [if1632/user.spec]
7714         Wrong entry for CloseDriver().
7716         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
7717         [miscemu/int21.c]
7718         Large parts of dos_fs.c simplified. Changed it to use one
7719         current drive/directory per task, which is set to the module path on
7720         task creation.
7721         Prevent CorelPaint from closing stdin.
7722         open() with O_CREAT set must be passed three parameters.
7723         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
7724         it's in DOS_readdir() now.
7726         * [misc/profile.c]
7727         Some badly written software (Lotus Freelance Graphics) passes a bogus
7728         size parameter that caused Wine to write off the end of a segment.
7729         Fixed. (It's probably too paranoid now.)
7730         
7731         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
7732         [multimedia/Imakefile] [if1632/winprocs.spec]
7733         16 bit entry point for MMSysTimeCallback.
7734         Split off time.c and joystick.c from mmsystem.c.
7735         
7736         * [objects/dib.c]
7737         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
7739         * [windows/cursor.c]
7740         DestroyCursor(): do nothing for builtin cursors.
7741         
7742         * [windows/mdi.c]
7743         Half of WM_MDISETMENU implemented.
7744         
7745         * [windows/win.c]
7746         EnumWindows() and EnumTaskWindows() never enumerated any windows.
7747         Fixed.
7749         * [windows/*.c]
7750         Fixed GetParent() to return correct values for owned windows.
7752         * [windows/message.c]
7753         Don't try to activate disabled top-level windows.
7755         * [windows/nonclient.c]
7756         Work around a bug in gcc-2.7.0.
7757         
7758         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
7759         [loader/task.c] [memory/selector.c]
7760         Some Visual Basic programs (and possibly others, too) expect ES to be 
7761         preserved by a call to an API function, so we have to save it.
7762         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
7763         to prevent segfaults if ES contained the selector to be freed.
7765 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
7767         * [*/*]
7768         Added missing prototypes to header files and relevant includes
7769         to reduce compile time warnings.
7771 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
7773         * [configure.in] [include/config.h] [*/Makefile.in]
7774         New configuration scheme based on autoconf.
7776 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
7778         * [miscemu/ioports.c]
7779         Revamp to have only one in- and one out- variant, both really
7780         implemented.
7782         * [miscemu/instr.c]
7783         INSTR_EmulateInstruction: Use new ioport interface.  Implement
7784         string io.  Correct instruction pointer for 32-bit code.
7786         * [include/miscemu.h]
7787         Update port function prototypes.
7789         * [include/registers.h]
7790         Defined FS and GS.
7792 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
7794         * [misc/dos_fs.c]
7795         ChopOffSlash(): A path consisting off a single slash is left
7796         intact, and multiple slashes are all removed.
7798 ----------------------------------------------------------------------
7799 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
7801         * [controls/scroll.c]
7802         Fixed drawing bug that caused part of a non-client scroll bar
7803         to be painted even when the scroll-bar was hidden.
7805         * [debugger/break.c] [debugger/dbg.y]
7806         Rewrote breakpoint handling to work in 16-bit mode.
7807         Implemented single-stepping ('step' and 'next' instructions).
7809         * [debugger/debug.l]
7810         Format specifier is now a separate token.
7811         Entering an empty line at the debugger prompt causes the previous
7812         command to be repeated, like under gdb.
7813         
7814         * [debugger/debug.l] [debugger/registers.c]
7815         Differentiate 16-bit and 32-bit registers without taking current
7816         mode into account ($eax is always 32-bit, $ax always 16-bit).
7818         * [debugger/stack.c]
7819         Fixed stack information routines to differentiate between 16-bit
7820         and 32-bit stacks.
7822         * [loader/task.c]
7823         Option -debug now sets a breakpoint at the first instruction of
7824         every loaded task.
7826         * [miscemu/instr.c]
7827         Added handling of lock, repe and repne prefixes.
7829         * [objects/dib.c]
7830         Changed StretchDIBits() to do the correct thing, even if it's still
7831         not really optimal.
7833         * [windows/graphics.c]
7834         Fixes in RoundRect(), thanks to Babak Masalehdan.
7836         * [windows/message.c]
7837         Tried to fix mouse event handling with respect to disabled
7838         windows.
7840         * [windows/painting.c]
7841         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
7842         infinite loops.
7844         * [windows/win.c]
7845         Fixed IsWindowVisible() to return FALSE when one of the parent
7846         windows is hidden.
7848 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
7850         * [if1632/compobj.spec][misc/compobj.c]
7851         CoGetMalloc: New function
7852         Added relay entries for COMPOBJ ordinals above 100
7853         CoInitialize: Changed parameter to DWORD
7855         * [if1632/ole2.spec]
7856         Exported implementation of OleBuildVersion
7858         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
7859         ole2disp.c: New file
7860         SysAllocString, SysReallocString, SysAllocStringLen,
7861         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
7863         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
7864         CompareStringA: New function
7866 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7867         * [objects/font.c] [if1632/gdi.spec]
7868         New stubs for CreateScalableFontResource, GetGlyphOutline.
7870 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
7872         * [misc/commdlg.c]
7873         Extensive changes and bug fixes to FileDialog handling,
7874         behaves more like native Windows.
7876 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
7878         * [controls/listbox.c] [controls/combo.c]
7879         Some minor optimizations.
7880         
7881         * [memory/local.c]
7882         LOCAL_FindFreeBlock(): Never use the last one.
7883         
7884         * [memory/global.c]
7885         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
7886         
7887         * [misc/file.c]
7888         read() returns an error when length==0. This is not what Windows
7889         programs expect, so pay attention to this in _lread(). Changed this
7890         in _lwrite(), _hread(), _hwrite(), too.
7892         * [loader/resource.c]
7893         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
7894         there.
7895         
7896         * [if1632/shell.spec] [misc/shell.c]
7897         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
7898         Accept some more combinations of parameters in the Reg..() functions.
7899         
7900         * [if1632/toolhelp.spec]
7901         Make InterruptRegister() and InterruptUnregister() return false.
7903         * [windows/hook.c]
7904         CallNextHookEx() used to crash when called with a null hhook. Fixed.
7906 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
7908         * [include/neexe.h][loader/ne_image.c]
7909         NE_LoadSegment: Detect iterated segments
7911         * [misc/ole2nls.c]
7912         LOCALE_SLONGDATE: fixed typo
7914         * [miscemu/int5c.c]
7915         Reordered include files to avoid conflicts with Linux libc.5.1
7917         * [rc/winerc.c]
7918         Added -b option to process binary resource files into C arrays
7920         * [include/callback.h]
7921         CallWndProc: Added dummy ds parameter for libwine
7923         * [include/gdi.h][include/user.h]
7924         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
7926         * [include/ldt.h][include/stackframe.h]
7927         defined segment conversion macros for libwine
7929         * [misc/atom.c]
7930         Defined USER_HeapSel for libwine
7932         * [misc/main.c]
7933         Disable -dll option for libwine
7935         * [misc/user.c]
7936         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
7938         * [toolkit/heap.c]
7939         fixed LocalLock prototype
7941         * [toolkit/sup.c]
7942         sync'ed load_mz_header, load_ne_header with structures
7944         * [toolkit/winmain.c]
7945         Disabled resource DLLs for libwine for now
7947 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
7949         * [misc/main.c]
7950         Fixed -enhanced option to report a 386 CPU instead of a 286.
7952 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
7954         * [misc/dos_fs.c]
7955         Remove maximum open dosdirent limit (fixing the winfile.exe
7956         problem) by using telldir()/seekdir().
7957         
7958 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
7960         * [misc/profile.c]
7961         Fixed problem parsing empty lines within sections in .ini files.
7963 ----------------------------------------------------------------------
7964 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
7966         * [debugger/*.c]
7967         Modified debugger to use segmented pointers everywhere.
7969         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
7970         Declared all functions that return only 16-bit as 'pascal16'.
7972         * [include/ldt.h] [memory/ldt.c]
7973         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
7974         Maintain a copy of the selector flags, removing the need to make a
7975         system call to retrieve an LDT entry.
7977         * [loader/module.c]
7978         Fixed bug with module file handle cache.
7980         * [loader/ne_resource.c]
7981         Fixed file name bug in NE_AccessResource().
7983         * [loader/resource.c]
7984         Fixed bug in LoadIcon() that caused wrong colors to be used for
7985         the icon mask.
7987         * [loader/signal.c]
7988         Moved instruction emulation to miscemu/instr.c.
7990         * [misc/dos_fs.c] [miscemu/int21.c]
7991         Lots of small fixes, thanks to Morten Welinder.
7993         * [miscemu/dpmi.c]
7994         More complete DPMI emulation.
7996         * [miscemu/instr.c]
7997         Added support for prefixes in instructions to emulate.
7999         * [miscemu/int2f.c]
8000         Use register macros instead of destroying the high part of 32-bit
8001         registers.
8003         * [objects/dc.c]
8004         Fixed bug in GetDCState() that failed to clear the new DC.
8006         * [rc/sysres.rc]
8007         Removed dialogs 11 and 12 that were never used.
8009         * [tools/build.c]
8010         'pascal16' generated functions did not save %dx.
8011         Removed use of %fs to access the stack.
8012         %ds is no longer initialized before calling a 16-bit routine.
8014         * [windows/defwnd.c]
8015         Accept a NULL pointer as window title.
8017         * [windows/mdi.c]
8018         MDICascade: skip iconic windows.
8019         Implemented CalcChildScroll().
8020         
8021         * [windows/utility.c]
8022         Fixed MulDiv() for illegal values.
8024         * [windows/win.c]
8025         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
8026         a zero width or height.
8028 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
8030         * [controls/edit.c]
8031         Fixed "uninitalized" message which -Wall couldnt see to be ok
8032         in EDIT_WriteText.
8034         * [include/debug.h]
8035         Added define for extra checks in API definitions during debugging.
8037         * [loader/ne_image.c]
8038         Added newline in NE_FixupPrologs to avoid long lines.
8040         * [misc/dos_fs.c]
8041         Added extra safety check in DOS_ValidDrive.
8043         * [misc/exec.c]
8044         Fixed definition of ExitWindows.
8045         
8046 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8048         * [controls/edit.c]
8049         Some fixes, mostly for memory management, but also for text selection
8050         and tab postitions. General cleanup. Notepad.exe now works.
8052         * [controls/combo.c]
8053         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
8054         the combo box, not the ComboLBox that belongs to it.
8056         * [controls/listbox.c]
8057         Handle itemID field correctly throughout.
8059         * [memory/local.c]
8060         Implemented flag LMEM_ZEROINIT.
8061         LocalReAlloc() could trash the heap. Fixed.
8063         * [objects/font.c]
8064         FONT_MatchFont(): don't get confused by negative widths.
8065         Fixed a segfault in EnumFonts().
8067         * [objects/text.c]
8068         DrawText(): DT_CALCRECT implies DT_NOCLIP.
8070         * [objects/dcvalues.c]
8071         MAKELONG was used with bad parameters in DC_GET_X_Y.
8073         * [windows/dialog.c]
8074         Don't show the dialog if WS_VISIBLE isn't set in the template.
8076         * [windows/utility.c]
8077         UTILITY_convertArgs(): Never pass an expression containing ++ into a
8078         macro...
8080         * [windows/win.c]
8081         SetParent() should unlink the window before changing the parent.
8083         * [windows/message.c]
8084         Don't call timer functions via CallWindowProc(), since it checks
8085         whether hwnd==0 and does not call the function in that case.
8087         * [miscemu/instr.c]
8088         Ignore interrupt 0x3D, for VBRUN300.DLL.
8090         * [misc/commdlg.c]
8091         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
8092         pointer to the item text.
8094         * [if1632/relay.c]
8095         Disable OLE and DDEML DLLs by default, since they contain nothing but
8096         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
8097         some programs may work better without them.
8098         
8099         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
8100         Begun cleaning things up a little. Replaced printfs with dprintf_
8101         macros, made functions static where possible, and some other minor
8102         changes.
8104 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
8106         * [debugger/dbg.y][debugger/dbg.l]
8107         Removed special handling for FILE_IDENTIFER, because it caused
8108         problems with x/<format> statements.
8110         * [debugger/info.c]
8111         Use SC_ESP instead of SC_EIP for stack dump.
8113         * [misc/compobj.c][if1632/compobj.spec]
8114         CoBuildVersion, CoInitialize, CoUninitialize: new functions
8116         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
8117         New files ole2.c, ole2.h
8118         OleBuildVersion, OleInitialize, OleUninitialize: new functions
8120         * [if1632/ole2disp.spec]
8121         Added missing ordinals above 109
8123         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
8124         New file winnls.h
8125         GetLocaleInfoA: new function
8127         * [if1632/shell.spec]
8128         Added FindEnvironmentString as stub
8130         * [misc/olecli.c][if1632/olecli.spec]
8131         OleIsDcMeta: New function
8133         * [objects/font][misc/gdi.spec]
8134         GetKerningPairs: new function
8136         * [misc/shell.c]
8137         ShellExecute: Implemented support for starting programs
8139         * [if1632/user.spec]
8140         Inserted missing relay to GetClipCursor
8142 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8143         
8144         * [controls/edit.c]
8145         Fix a problem with the local heap.
8147         * [include/wintypes.h]
8148         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
8149         
8150         * [include/mdi.h] [windows/mdi.c]
8151         This code still assumed segmented address==linear address. Fixed.
8153         * [include/msdos.h] [misc/dos_fs.c]
8154         The filemask field of the dosdirent structure could be overrun. Fixed.
8155         If you had a file called foobar and a file called foo, trying to 
8156         FindFile(foo) could accidentally find file foobar instead. Fixed.
8157         
8158         * [misc/file.c]
8159         OpenFile(): Always return the full pathname in ofs->szPathName. This 
8160         also fixes GetModuleFilename().
8161         Prevent _lclose() from closing stderr or stdout.
8163         * [misc/profile.c]
8164         Search for .ini files in the path of the current module as well.
8165         (Needed by Lotus Organizer.)
8167         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
8168         [memory/local.c]
8169         Local heaps are now initialized by InitTask() for executables. DLLs
8170         have to call LocalInit() themselves, LocalInit() has to put the
8171         heap at the end of the segment when called with start==0. We no longer
8172         allocate the DGROUP with 64k on startup, but grow the local heap
8173         in LOCAL_GetBlock() when necessary.
8175         * [loader/module.c]
8176         LoadLibrary() should call LoadModule() in all cases, even if the
8177         DLL is already loaded, to ensure that the reference count is correct.
8179         * [loader/ne_image.c]
8180         Some changes to function prolog fixup. Does anyone know exactly how
8181         this is supposed to work? I am only guessing here.
8182         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
8183         the module itself.
8184         
8185         * [loader/task.c]
8186         Initialize instance data at the beginning of the DGROUP in InitTask().
8188         * [memory/local.c]
8189         Some fixes for moveable blocks.
8191         * [memory/selector.c]
8192         All the IsBad*Pointer() functions returned exactly the wrong boolean
8193         value in all cases!
8194         
8195         * [objects/bitblt.c]
8196         Fixed another null pointer dereference in debugging output.
8197         
8198         * [objects/font.c]
8199         Some more recovery possibilities for FONT_MatchFont() if a specified
8200         font does not exist.
8201         
8202         * [windows/win.c]
8203         The dialog code may call CreateWindowEx with an integer in windowName.
8204         This happens for static icon controls that expect a resource ID as
8205         the window name. CreateWindowEx() used to crash. Fixed.
8206         
8207         * [windows/class.c] [windows/win.c]
8208         Window classes are owned by modules, not instances. Changed
8209         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
8210         accordingly.
8212 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
8214         * [miscemu/int21.c]
8215           clock.exe was displaying incorrect year.
8217 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
8219         * [include/cursor.h] [windows/cursor.c]
8220         Implemented CreateCursorIconIndirect().
8222 ----------------------------------------------------------------------
8223 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8225         * [controls/menu.c]
8226         Fixed bug with drawing multi-column menus with vertical separator.
8228         * [debugger/debug.l]
8229         Fixed NULL-pointer reference after readline().
8231         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
8232         Added interrupt vector emulation. Allows to retrieve an interrupt
8233         vector and jump to it without crashing.
8235         * [loader/ldt.c]
8236         Moved ldt.c to memory directory.
8238         * [loader/task.c]
8239         Implemented LockCurrentTask() and GetInstanceData().
8241         * [objects/bitblt.c]
8242         Fixed a bug that caused StretchBlt() to use wrong colors when
8243         stretching a monochrome bitmap to a color display.
8245         * [objects/bitmap.c]
8246         Fixed a segmented pointer bug in CreateBitmapIndirect().
8248         * [tools/build.c]
8249         Added possibility to have arguments for register functions; used
8250         by interrupt vectors to remove the flags from the stack.
8251         Generate a new function CallTo32_LargeStack(), that allows calling
8252         a 32-bit function using the original 32-bit stack, for functions
8253         that need more that 64k of stack.
8255 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
8257         * [if1632/shell.spec] [misc/shell.c]
8258         DoEnvironmentSubst: fixed prototype
8260         * [if1632/gdi.spec] [objects/palette.c]
8261         SetSystemPaletteUse: new function
8263         * [if1632/kernel.spec] [loader/resource.c]
8264         DirectResAlloc: new function
8266         * [if1632/user.spec] [windows/keyboard.c]
8267         SetKeyboardState: new function
8269 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8270         
8271         * [tools/build.c]
8272         Prevent interrupts from destroying the args for a 32 bit function
8273         by loading the correct value into %esp directly after %ss.
8275         * [loader/ne_image.c] [loader/module.c]
8276         The new instance must be created earlier in LoadModule(), so that
8277         fixups referencing it will be handled correctly.
8278         Initialize the local heap for a DGROUP in NE_LoadSegment().
8279         
8280         * [objects/dib.c]
8281         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
8282         This used to crash Wine. Fixed.
8284         * [objects/text.c]
8285         Fix possible null pointer dereference in debugging output.
8286         
8287         * [misc/commdlg.c]
8288         Handle user input in the edit control better. Some bugs fixed.
8289         
8290         * [memory/local.c]
8291         Started implementing moveable blocks. This is unfinished (!), but
8292         at least it does not seem to break things.
8294 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8295         
8296         * [loader/module.c]
8297         LoadModule(): DLLs occasionally have a data segment, and they work
8298         much better if it is loaded :-)
8299         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
8300         FindModule(): also strip off the last backslash of the pathnames
8301         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
8302         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
8303         only better.
8304         
8305         * [loader/ne_image.c]
8306         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
8307         not really correct, it seems that all programs and DLLs try to do
8308         this themselves. But they pass weird parameters.)
8309         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
8310         
8311         * [loader/task.c] [misc/user.c]
8312         Finish global initializations in InitTask instead of InitApp, or
8313         all the DLLs will be initialized in InitTask without any available
8314         window classes!
8316 ----------------------------------------------------------------------
8317 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8319         * [debugger/hash.c] [debugger/info.c]
8320         Added support for symbolic segmented addresses. Add symbols for all
8321         built-in API entry points.
8323         * [if1632/relay.c] [include/dlls.h]
8324         Removed dll_table structure, as we now use the built-in module
8325         structures.
8327         * [if1632/relay.c] [loader/main.c]
8328         Removed winestat option, as it was no longer very meaningful.
8330         * [include/stackframe.h]
8331         New macro MAKE_SEGPTR that creates a segmented pointer to a local
8332         variable on the 32-bit stack.
8334         * [loader/module.c]
8335         Added support for multiple instances of an application.
8336         Implemented LoadModule() and FreeModule().
8338         * [loader/ne_image.c] [loader/task.c]
8339         Moved initialisation of built-in DLLs to InitTask().
8341         * [memory/global.c]
8342         Implemented discardable blocks.
8344         * [misc/file.c]
8345         Search path of current executable in OpenFile().
8346         Fixed bug with searching in Windows path.
8348         * [misc/lstr.c]
8349         Hard-coded translation tables for Ansi<->Oem.
8351         * [misc/user.c]
8352         Moved some global initializations to InitApp(), because they need
8353         a task context to be performed.
8355         * [objects/dc.c]
8356         Handle R2_BLACK and R2_WHITE specially so that they work correctly
8357         with palette displays.
8359         * [tools/build.c]
8360         Suppressed generation of the C file for DLL specs, because it's no
8361         longer needed. Output all the assembly code directly to stdout.
8362         Some changes to integrate Win32 support from Martin von Loewis. 
8364         * [windows/msgbox.c]
8365         Moved message box code from misc/ to windows/.
8367 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
8369         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
8370           [misc/mmaux.c] [misc/mmsystem.c]
8371         Modify code & use pointers conversion macros.
8372         Make cdaudio & wave devices work again (only using some applets).
8374         * [misc/profile.c]
8375         Change getc() to fgetc() where needed.
8377 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8379         * [if1632/Imakefile]
8380         added entries for the new files gdi32.spec, kernel32.spec,
8381         user32.spec, shell32.spec and winprocs32.spec.
8383         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
8384           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
8385         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
8386         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
8387                 stub implementations provided 
8388         marked storage.dll,storege.sys functions as stubs
8390         * [include/pe_image.h]
8391         Added structures WIN32_builtin and  WIN32_function
8393         * [include/peexe.h]
8394         PE_Import_Directory: renamed reserved fields to 
8395                 TimeDate, Forwarder, Thunk_List
8397         * [include/winerror.h]
8398         New file.
8400         * [loader/main.c]
8401         called RELAY32_Init
8403         * [loader/pe_image.c]
8404         xmmap: map BSS anonymous
8405         dump_imports: renamed to fixup_imports, do the fixup of imported
8406                       symbols
8407         PE_LoadImage: pass raw data size to xmmap
8409         * [loader/resource.c]
8410         DumpIcon: new function
8412         * [misc/kernel32.c]
8413         New file.
8415         * [misc/main.c]
8416         make stdout and stderr unbuffered
8418         * [misc/shell.c]
8419         DoEnvironmentSubst: new function
8421         * [objects/font.c]
8422         FONT_MatchFont: try oblique if there is no italic
8424         * [rc/Imakefile][rc/parser.l]
8425         yywrap: new function
8426         Don't link with libfl.a on Linux
8428         * [tools/build.c]
8429         Added keywords stdcall, subsystem, base
8430         GenerateForWin32: new function
8431         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
8433 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8434         
8435         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
8436         Minor fixes.
8437         
8438         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
8439         Rewrote message box handling.
8440         
8441         * [windows/dialog.c]
8442         Dialogs should be invisible until after WM_INITDIALOG is seent.
8443         Don't switch to invisible dialog items on a TAB keypress.
8444         
8445         * [windows/mdi.c]
8446         Send WM_NCPAINT message in MDIRestoreChild().
8447         
8448         * [windows/painting.c]
8449         Fixed typo (&& -> &).
8450         
8451         * [windows/message.c] [if1632/user.spec]
8452         Implemented PostAppMessage().
8453         
8454         * [windows/event.c]
8455         SetCapture(0) should act like ReleaseCapture().
8457 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
8459         * [Imakefile]
8460         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
8461         Added ASFLAGS to exported variables.
8463         * [debugger/readline/Imakefile]
8464         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
8466         * [memory/local.c] [miscemu/int21.c]
8467         Added some more debugging outputs.
8469 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
8471         * [misc/message.c]
8472         Fixed a "FIXME" concerning norwegian translation.
8474 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8475         
8476         * [*/*]
8477         Removed warnings in a couple of files and deleted some obsolete code.
8479         * [controls/listbox.c]
8480         Cleanup, speed improvements & lots of bug fixes.
8482         * [controls/combo.c]
8483         Mostly rewritten. This is still very buggy, but not quite as bad as 
8484         before.
8486         * [include/commdlg.h] [misc/commdlg.c]
8487         Removed the need for sysres.dll. Small bug fixes.
8488         
8489         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
8490           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
8491         Removed sysres.dll and replaced the remaining bitmaps/icons with
8492         XPM equivalents.
8494         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
8495           [if1632/winprocs.spec]
8496         "About Wine..." now brings up a standard ShellAbout() window with
8497         the Wine icon and the list of contributors.
8498         
8499         * [misc/shell.c]
8500         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
8502         * [windows/event.c]
8503         Small hack for non-alphanumeric keys: Dont't send the ascii value in
8504         the WM_KEYDOWN message, but some unused code instead. Should be done
8505         properly by sending different codes for each key. The edit control
8506         used to get a VK_DELETE message each time the user typed '.'.
8508         * [windows/class.c]
8509         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
8510         This used to be no problem, but breaks Resource Workshop in 950403.
8511         
8512         * [objects/dib.c]
8513         New diagnostic for a bug I've been encountering. If it shows up,
8514         please report it.
8516 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
8518         * [objects/color.c]
8519         Handle situation when 'dc' exists, but palette mapping
8520         does not.  (Fixes kidpix2 demo.)
8522 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
8524         * [loader/ldt.c]
8525         LDT_Print: Only show the number of entries that the kernel
8526         returned. Make this work for NetBSD.
8528 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
8530         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
8531         Modify cs and ds selector values for NetBSD-current.
8533         * [debugger/debug.l]
8534         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
8536         * [debugger/regpos.h]
8537         Modify sigcontext format for NetBSD-current.
8538         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
8540         * [include/ldt.h]
8541         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
8542         value, since only 16 bits of it may have been saved.
8544         * [misc/winsocket.c]
8545         Set structure packing with `#pragma pack' to accomodate
8546         other/older compilers.
8548 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
8549         
8550         * [misc/commdlg.c]
8551         Fixed path-names so when changing directory the listboxes
8552         changes too.
8553         
8554         * [debugger/dbg.y debugger/debug.l wine.ini]
8555         Added SymbolTableFile to wine.ini so symbols can be read
8556         without standing in the directory containing wine.sym.
8557         Added the possibility to specify full name of wine.sym from
8558         the debugger prompt.
8560 ----------------------------------------------------------------------
8561 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8563         * [controls/static.c]
8564         Fixed painting of SS_*FRAME controls.
8566         * [if1632/callback.c]
8567         Pass the window instance as DS to the 16-bit window procedure.
8568         Rewrote Catch() and Throw() to make them work with multiple tasks.
8570         * [loader/main.c]
8571         New function MAIN_Init() to perform initializations before the
8572         first task is started instead of doing them in InitApp().
8573         Temporary hack to command-line parsing to load one program per
8574         command-line argument, to make testing task-switching easier.
8576         * [loader/*.c]
8577         Reimplemented modules to use a Windows-compatible layout and to
8578         allow multiple tasks and multiple module instances. Not really
8579         finished yet.
8581         * [loader/task.c] [misc/exec.c]
8582         Reimplemented tasks to use a common address space, and implemented
8583         preliminary task-switching capabilities.
8585         * [memory/global.c]
8586         Fixed bug in GlobalNext().
8588         * [misc/main.c]
8589         Updated the list of contributors. Let me know if I forgot someone.
8591         * [miscemu/int21.c]
8592         Use one DTA per task instead of a global one.
8594         * [objects/bitblt.c]
8595         Fixed bug in BitBlt() that could cause BadMatch errors.
8597         * [tools/build.c]
8598         Added new function type 'stub', that makes possible to export an
8599         unimplemented function by name as well as by ordinal. This will
8600         avoid loading errors for unimplemented functions.
8601         Generate an in-memory module layout for built-in DLLs so that the
8602         same code can be used for built-in and loaded modules.
8603         Changed relay code to make it unnecessary to save the value of the
8604         BP register.
8606         * [windows/message.c]
8607         Implemented multiple message queues and preliminary task-switching
8608         capabilities. Inter-task SendMessage() calls are not implemented
8609         yet and will probably cause crashes if used.
8611         * [windows/property.c]
8612         Reimplemented properties and allocate them on the USER heap.
8614         * [windows/win.c]
8615         Fixed bug in SetWindowWord().
8616         Reimplemented EnumWindows() and EnumTaskWindows().
8618 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8619         
8620         * [misc/main.c]
8621         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
8622         
8623         * [loader/resource.c]
8624         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
8625         control.exe.
8626         Fixed icon loading.
8627         
8628         * [objects/font.c] [include/windows.h]
8629         Fixed a bug in InitFontsList() and worked on the EnumFonts()
8630         functions to make them comprehensible.
8632         * [controls/button.c]
8633         Fixed my previous patch to handle LBUTTONUP messages.
8635 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
8637         * [misc/network.c, misc/dos_fs.c]
8638         Implemented WNetGetConnection.  All that is currently
8639         supported are drives, for which the remote name is simply
8640         the redirected UNIX directory name.
8642         * [miscemu/int2?.c]
8643         More drive number validity checking.
8645 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8646         
8647         * [controls/listbox.c]
8648         Oops, my previous change to ListBoxDirectory broke the Borland
8649         file open dialog. Fixed.
8651 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8653         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
8654         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
8655         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
8657 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8658         
8659         * [memory/global.c] [memory/local.c] [include/windows.h]
8660         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
8661         LocalReAlloc(): Same for LMEM_MODIFY.
8662         
8663         * [controls/listbox.c]
8664         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
8665         Check for errors in some more places.
8667         * [if1632/gdi.spec] [if1632/user.spec]
8668         16 bit callback functions should be passed as segptrs.
8669         
8670         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
8671         [loader/library.c]
8672         Prevent a DLL from being initialized twice (Borlands Resource
8673         Workshop used to do this).
8674         Provide an additional flag for each w_file that indicates whether
8675         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
8676         
8677         * [controls/button.c]
8678         Handle LBUTTONUP messages even if the button no longer has the
8679         capture (for WinHelp).
8680         
8681         * [include/wintypes.h]
8682         FARPROC is now a segptr for the emulator and a function
8683         pointer for the library.
8684         
8685         * [misc/commdlg.c] [misc/commdlg.h]
8686         Cleaned the file dialogs up a little. They now work reasonably well,
8687         although there are still some problems (e.g. files are initially
8688         invisible).
8690         * [windows/class.c] [if1632/user.spec] [include/windows.h]
8691         GetClassInfo() must take a segptr, as it checks whether the
8692         highword is zero.
8693         GetClassName() called the wrong atom function. No surprise it didn't
8694         find anything.
8696         * [misc/lstr.c]
8697         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
8698         Removed some warnings.
8700         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
8701         New spec file for the 3.1 DDEML DDL. 
8703         * [controls/menu.c]
8704         Small fix to ChangeMenu - mask out the obsolete flags
8705         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
8706         problems with the MF_BYPOSITION flag.
8708         * [windows/message.c]
8709         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
8710         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
8711         stack for speed reasons.
8712         
8713         * [windows/hook.c] [include/windows.h]
8714         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
8715         they have slightly different semantics.
8716         MS Hearts now works somewhat, if you disable the new builtin DDEML.
8717         The graphics are completely messed up, though.
8719 ----------------------------------------------------------------------
8720 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8722         * [Configure] [if1632/Imakefile]
8723         Removed new build and short names options.
8725         * [if1632/*.c] [tools/build.c]
8726         Implemented compiled call-back functions for better performance;
8727         all the relay code is now done in assembly code generated by the
8728         build program.
8729         Relay code is no longer dependent on being loaded below 64K.
8731         * [loader/resource.c]
8732         Fixed memory leak in LoadString(). A fix will also be needed for
8733         other resources.
8735         * [memory/global.c]
8736         Implemented global heap arenas, so we can store informations about
8737         global blocks, like lock counts or owner handle.
8738         Implemented FarGetOwner() and FarSetOwner().
8739         Implemented global heap TOOLHELP functions.
8741         * [memory/selector.c]
8742         Bug fix: it was not possible to re-use a free selector.
8744 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
8746         *  [controls/listbox.c]
8747         Major work on listbox code
8748          - Many bugs fixed (still many bugs)
8749          - More messages supported
8750          - Code simplified
8752 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
8754         * [controls/edit.c]
8755         Lots of bug fixes related to diappearing text, lost carets,
8756         highlighting, segmentation faults, occurance of random
8757         characters, insertion of characters over selection, misplaced
8758         caret location, display corruption, end of line behavior, etc.
8760         * [controls/widgets.c]
8761         EDIT class doesn't want to use CS_PARENTDC flag.
8763 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8764         
8765         * [loader/selector.c]
8766           FixupFunctionPrologs() should also handle multiple data modules.
8767           (this bug only became visible because MakeProcInstance() was fixed
8768           in 950319)
8769         
8770         * [misc/dosfs.c]
8771           Simplified DOS_SimplifyPath.
8772           Small fix to DOS_opendir to reuse an entry if an open directory
8773           is opened again, to prevent "too many open directories" messages.
8775 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
8777         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
8778         CoDisconnectObject: new stub function
8780         * [include/msdos.h]
8781         fix DOSVERSION
8783         * [loader/ne_image.c]
8784         NE_FixupSegment: Be more generous on additive fixups
8786         * [if1632/user.spec][misc/network.c]
8787         Add more WNet* stubs
8789 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8791         * [controls/listbox.c]
8792           DlgDirList(): send segptr instead of linear pointer 
8793           in message to static control
8794         * [controls/menu.c]
8795           Tried to implement ownerdrawn menuitems. Doesn't work.
8796         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
8797           Provide a stub for GetRasterizerCaps()
8798         * [loader/selector.c]
8799           Pass end address instead of length to LocalInit() in 
8800           CreateSelectors()
8801         * [memory/local.c]
8802           LocalInit(): If there's already a local heap in the segment, do
8803           nothing and return TRUE
8804         * [objects/linedda.c]
8805           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
8806           now.
8807         * [windows/cursor.c]
8808           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
8809           more work still.
8811 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
8813         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
8814           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
8815           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
8816           [windows/nonclient.c] [misc/message.c]
8817           Added a new builtin DLL that provides 16 bit entry points for all
8818           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
8819           again.
8820         * [misc/shell.c]
8821           RegOpenKey()/RegCreateKey() bugs fixed.
8822         * [loader/ne_image.c]
8823           Skipping the initialization of a DLL when CS == 0 was broken.
8825 ----------------------------------------------------------------------
8826 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8828         * [*/*]
8829         Implemented a new memory mapping scheme. There's no longer a
8830         one-to-one mapping between 16-bit and 32-bit pointers. Please see
8831         file DEVELOPERS-HINTS for technical details.
8833         * [controls/scroll.c]
8834         Fixed bug when dragging mouse in horizontal scrollbars.
8836         * [tools/build.c] [if1632/*.spec]
8837         Removed support for C callback functions and for re-ordering
8838         of the 32-bit arguments, as these were never used. This should
8839         allow a more efficient callback scheme to be implemented.
8841         * [if1632/olecli.spec]
8842         Reduced the number of entries to make the 16-bit code fit in 64k.
8843         This limitation will soon be removed.
8845         * [loader/ldt.c]
8846         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
8848         * [memory/global.c]
8849         Rewrote Global*() routines to use the new selector allocation
8850         mechanism.
8852         * [memory/local.c]
8853         Rewrote local heap handling to use a Windows-compatible layout
8854         (not really finished yet).
8855         Implemented TOOLHELP heap-walking routines.
8857         * [memory/selector.c]
8858         Implemented LDT manipulation API functions.
8860 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
8862         * [windows/defdlg.c]
8863         Fixed problem where dialogs closed using the System menu 
8864         ('Close' item or double click on close box) would
8865         hang Wine.
8867 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
8869         * [controls/listbox.c]
8870         Removed most of the statements for sending a notification message
8871         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
8872         code; Borland's standard file open dialog will work now.
8873         
8874         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
8875         Added support for new command line option "-allowreadonly". If set
8876         an attempt to open a read only file in write mode will be converted 
8877         to opening it read only (many programs try to open all files in 
8878         read/write mode even if they only intend to read it - this might 
8879         cause a few under problems under an unix-like environment where most 
8880         files are read only for a "normal" user)
8882         * [loader/selector.c]
8883         GetMemoryReference(): Added support for __AHIncr and __AHShift
8885         * [misc/dos_fs.c]
8886         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
8887         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
8888         match(): rewritten
8889         
8890         * [objects/text.c]
8891         TEXT_NextLine(): Removed a bug in the handling of LF's
8893         * [miscemu/int21.c]
8894         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
8896 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8898         * [controls/menu.c]
8899         ChangeMenu: defaults to MF_INSERT
8900         InsertMenu: allow insertion even if position is one after last item
8902         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
8903           [if1632/storage.spec] [include/dlls.h]
8904         Added stubs for STORAGE.DLL and COMPOBJ.DLL
8906         * [if1632/user.spec] [windows/message.c]
8907         InSendMessage: new function
8909         * [include/neexe.h][include/ne_image.c]
8910         NE_FixupSegment: fixed handling of additive records
8912         * [loader/selector.c]
8913         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
8915         * [loader/signal.c]
8916         win_fault: Enter debugger on SIGFPE, too
8918 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
8920         * [miscemu/int*.c]
8921         Various minor modifications to the clock tick counter,
8922         FindFirst/FindNext funcs, and DPB handling.
8924 ----------------------------------------------------------------------
8925 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
8927         * [loader/resource.c] [objects/oembitmap.c]
8928         Removed sysres bitmap code; you need libXpm to compile now.
8929         Implemented LoadIcon() for OEM icons.
8931         * [include/bitmaps/oic_*]
8932         Added OEM icons in XPM format.
8934         * [objects/dib.c]
8935         Bug fix in DrawIcon().
8937         * [rc/sysresbm.rc]
8938         Removed; all bitmaps are stored in XPM format now.
8940 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
8942         * [controls/edit.c]
8943         Small patch to fix edit-control when it's created with text.
8945 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
8947         * [tools/make_debug]
8948         The created macros won't have side effects anymore when used in
8949         an "if-else" structure. No more warnings from the compiler when
8950         compiled without defining DEBUG_RUNTIME.
8952 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
8954         * [controls/listbox.c]
8955         ListBoxDeleteString(): Fixed
8957         * [loader/selector.c]
8958         GetMemoryReference(): When special segments are referenced by
8959         pseudo-functions like __0040H, a reference to a "normal" segment
8960         will be returned preventing the program from crashing as soon
8961         as the referenced segment is actually accessed.
8963 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
8965         * [Configure]
8966         Ask for OLE stubs and malloc debugging
8968         * [Imakefile]
8969         link with libmcheck.a if necessary
8971         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
8972         Add OLE stubs, increase number of builtins
8973         dll_name_table_entry_s: new field dll_is_used
8975         * [loader/library.c]
8976         GetModuleHandle,ModuleNext: Check dll_is_used
8978         * [loader/ne_image.c]
8979         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
8980         to mean, anyway?)
8982         * [misc/olecli.c][misc/olesvr.c]
8983         New files. Add to misc/Imakefile
8985         * [misc/dos_fs.c]
8986         DOS_GetUnixFileName: make a copy of the input parameter to 
8987         prevent overwriting
8989         * [misc/main.c]
8990         MAIN_ParseDLLOptions: new function
8991         MAIN_ParseOptions: treat -dll command line flag
8992         main: add support for malloc debugging
8994 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
8996         * [loader/signal.c]
8997         Small patch for people using FreeBSD-2.1.0.
8999 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
9001         * [toolkit/sup.c]
9002         Added return values to the Call* routines
9004         * [toolkit/winmain.c]
9005         Load the resource file properly for WineLib applications.
9007 ----------------------------------------------------------------------
9008 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
9010         * [if1632/call.S]
9011         Only save the lower 16-bits of SP and BP.
9013         * [if1632/callback.c]
9014         When calling to 16-bit code, restore DS from its previous value on
9015         entry to the 32-bit code, instead of from the code segment owner.
9017         * [if1632/relay.c] [include/stackframe.h]
9018         Use a structure to represent the 16-bit stack frame layout
9019         instead of hard-coded offsets.
9020         
9021         * [rc/Imakefile]
9022         Use y.tab.c for bison output file for compatibility with yacc.
9024         * [tools/build.c]
9025         Small optimization for calls to 32-bit code.
9027 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
9029         * [tools/build.c]
9030         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
9032 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
9034         * [debugger/dbg.y]
9035         Remove unnecessary sym-table loading when stopped in 16-bit mode.
9037         * [include/segmem.h] [loader/selector.c]
9038         Added dynamic alloction of selectors.
9039         Fixed some problems with large programs SIGSEGV-ing while
9040         running out of selectors.
9042         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
9043           [memory/global.c] [memory/heap.c] [memory/linear.c]
9044         Use __AHSHIFT and __AHINCR instead of 3 and 8.
9046 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
9048         * [misc/dos_fs.c]
9049         Better relative path handling when converting filenames between
9050         dos and unix, allowing '.' to be used in the Windows path.
9051         Startup working dir is now based on current working dir.
9053 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
9055         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
9056         Squeezed data structure that references internal dll's (mostly
9057         "struct dll_table_entry_s"). Caused 20% reduction in executable
9058         code size.
9060 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
9062         * [Imakefile]
9063         make wine.sym only when making emulator
9065         * [misc/file.c]
9066         OpenFile(): report as not implemented for WINELIB
9068         * [misc/winsock.c]
9069         Fix CONVERT_HOSTENT and friends for use with WINELIB
9071         * [rc/Imakefile][rc/rc.y][rc/parser.c]
9072         Rename rc.y to parser.y
9073         Use flex and bison on Sun
9075         * [toolkit/sup.c]
9076         CallWindowProc: fix parameter type
9078         * [windows/event.c]
9079         Commented #ifdef sparc
9081 ----------------------------------------------------------------------
9082 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9084         * [windows/nonclient.c] [windows/winpos.c]
9085         Implemented maximized windows.
9086         Implemented icon positioning and ArrangeIconicWindows().
9087         Bug fixes in SetWindowPos().
9089         * [windows/painting.c]
9090         Implemented GetControlBrush().
9091         Window frame is no longer contained in the update region.
9093         * [windows/win.c]
9094         Destroy owned windows upon DestroyWindow().
9096 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
9098         * [controls/edit.c]
9099         Changed line terminator to \r\n to be compatible with
9100         Windows.  Fixed bug in text selection.
9102 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
9104        * [misc/shell.c]
9105        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
9106        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
9107        These functions now work somewhat more the way Windows programs expect
9108        them to work.
9110 ----------------------------------------------------------------------
9111 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9113         * [loader/resource.c] [objects/dib.c]
9114         Fixed icon loading and drawing, now that BitBlt() works correctly.
9115         
9116         * [objects/clipping.c] [objects/region.c]
9117         Implemented elliptic regions with a set of rectangle. This greatly
9118         simplifies the region code and should boost clipping performance.
9120         * [objects/color.c]
9121         Fixed bug that caused seg-fault on 24bpp displays.
9123         * [objects/bitblt.c]
9124         Fixed bug when shrinking a bitmap to more than half its size.
9126         * [windows/graphics.c]
9127         Fixed bugs in PaintRgn() and Polyline().
9129         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
9130         Fixed some problems with window background painting.
9132 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
9134        * [tools/build.c]
9135        * [tools/newbuild.c]
9136        * [Imakefile]
9137        * [include/wine.h]
9138        * [loader/call.S]
9139        * [loader/selector.c]
9140        * [include/segmem.h]
9141        * [misc/main.c]
9142        Changed selector code and 16/32 bit xfer code so that wine
9143        no longer has to be loaded low in memory.  Changed wine
9144        to work with ELF binary formats under Linux.
9145        
9146 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
9148         * [debugger/db_disasm.c]
9149         New instruction disassembler - borrowed from Mach kernel.  Has a
9150         BSD style of license as opposed to the gdb code we were previously
9151         using which was under the GPL.
9153 ----------------------------------------------------------------------
9154 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9156         * [Imakefile]
9157         Compiling with -Wall flag.
9159         * [*/*]
9160         Fixes to minimize the number of compilation warnings.
9162         * [objects/bitblt.c]
9163         Fixed BitBlt() and used the same code to rewrite PatBlt() and
9164         StretchBlt(). The three *Blt() functions should now be correct in
9165         every case (famous last words).
9167         * [objects/brush.c] [objects/dither.c]
9168         Merged the two files into brush.c
9170         * [objects/dc.c]
9171         Fixed bug when the Windows programs forget to re-select the
9172         original bitmap in a memory DC.
9174         * [objects/font.c]
9175         Tty to use 'fixed' font when the system font can't be found.
9177         * [windows/dialog.c]
9178         Tentative fix to make dialogs look better when using fixed-width
9179         fonts.
9181         * [windows/graphics.c]
9182         Partially implemented the PS_INSIDEFRAME pen style.
9184         * [windows/nonclient.c]
9185         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
9186         without the WS_DLGFRAME style.
9188 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
9190         * [memory/global.c]
9191         GlobalCompact should now return the correct value when the
9192         largest run of free blocks includes the last block.
9194         * [windows/mdi.c]
9195         Tiling and cascading windows without any MDI children should
9196         no longer crash (assuming no-op is the correct thing to do).
9198 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
9200         * [objects/font.c]
9201         GetTextExtentPoint: fixed debug output, str is counted string, not
9202         zero terminated.
9204         * [if1632/relay.c]
9205         DLLRelay: when debugging_stack got segv, added upper bound for
9206         stack dump.
9208 ----------------------------------------------------------------------
9209 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9211         * [*/Imakefile]
9212         All objects files are now kept in their respective directory.
9214         * [README]
9215         Rewrote most of it.
9217         * [objects/bitblt.c]
9218         Rewrote BitBlt() to look right in every case, while minimizing
9219         the impact on performance. Not really finished yet.
9221         * [objects/bitmap.c] [objects/dc.c]
9222         Fixed bug with pattern brushes.
9224         * [objects/clipping.c] [windows/painting.c]
9225         Fixes for logical coordinates.
9227         * [objects/color.c] [windows/graphics.c]
9228         Fixed GetPixel() to return the correct color, and made it faster.
9230         * [objects/region.c]
9231         Fixed bug in CombineRgn() when one of the region is empty.
9233 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
9235         * [Configure]
9236         Don't assume that expr handles '==', use '=' instead.
9237         Give a (hopefully informative) message if imake fails.
9239 ----------------------------------------------------------------------
9240 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9242         * [controls/listbox.c]
9243         Fixed problems due to new scroll-bar code.
9245         * [loader/signal.c] [miscemu/ioports.c]
9246         Handle I/O opcodes that use an absolute address.
9248         * [objects/text.c]
9249         Implemented TabbedTextOut().
9251 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
9253         * [objects/metafile.c]
9254         Implemented GetMetafile().
9255         Fixed bug in PlayMetaFile() when reading disc based metafile records.
9256         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
9257         PlayMetaFileRecord().
9258         
9259 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
9261         * [Imakefile]
9262         wine.sym: Remove gcc2_compiled and friends
9264         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
9265           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
9266         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
9268         * [if1632/call.S]
9269         CallToLibMain: New function
9271         * [if1632/relay.c][include/options.h][misc/main.c]
9272           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
9273         removed Options.relay_debug
9275         * [include/heap.h]
9276         HEAP_OWNER: Use ds instead of cs:ip
9278         * [loader/ne_image.c]
9279         LoadNEImage: Remember current exe, handle nodata dlls
9280         InitNEDLL: handle nodata dlls, call CallToLibMain
9282         * [loader/selector.c]
9283         CreateSelectors: Initialize auto_data_sel with 0
9285         * [memory/heap.c]
9286         HEAP_CheckHeap: Check prev
9287         HEAP_CheckLocalHeaps: new function
9289         * [misc/profile]
9290         Remember and dump only changed profiles
9292         * [tools/makedebug]
9293         Introduce debugging_xxx flags
9295 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
9297         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
9298         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
9299         pe_image.h selectors.h wintypes.h]
9300         Added.
9302         * [*/*]
9303         - Commented all 'static char copyright statements', see misc/main.c
9304         - moved prototypes to headers files, fixed wrong prototypes.
9305         - *please* add a header file for each .c if you need to export
9306           things.
9308         * [misc/main.c]
9309         Added one static string which list the names of the contributors.
9311 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
9313         * [Configure]
9314         Made the support for multiple languages more automatic.  Added
9315         a [fonts] section to the wine.conf file.  Made the defaults
9316         better.  Generally cleaned it up.
9318         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
9319         Norwegian resources and small fixes to the german resources.
9321 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
9323         * [debugger/break.c]
9324         bark(), toggle_next(), should_continue(): New functions
9325         insert_break(): Fixed, adds write access to page before writing
9326         wine_bp.next_addr: new structure field
9328         * [debugger/dbg.y]
9329         Changed symbol's value to be it's value instead of the value
9330         pointed to by the symbol.
9331         Changed SIGTRAP handling to allow continuation after break point
9333         * [misc/shell.c]
9334         ShellAbout(): Load resource from memory
9336 ----------------------------------------------------------------------
9337 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9339         * [controls/scroll.c] [include/scroll.h]
9340         Rewritten most of scroll-bar code for better Windows look & feel.
9341         Implemented EnableScrollBar().
9342         Preliminary keyboard support.
9344         * [objects/bitblt.c]
9345         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
9346         bits from outside the visible region.
9348         * [objects/oembitmap.c] [include/bitmaps/obm_*]
9349         Use XPM symbolic colors to load bitmaps. This allows the colors
9350         of the bitmaps to depend on the system colors.
9352         * [tools/make_debug]
9353         Made the make_debug script more robust.
9355         * [windows/dialog.c]
9356         Fixed CheckRadioButton().
9358         * [windows/nonclient.c]
9359         A few changes to scroll-bar drawing and tracking.
9361         * [windows/winpos.c]
9362         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
9363         avoid confusion, and optimized it somewhat.
9365 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
9367         * [misc/audio.c]
9368         * [misc/mcianim.c]
9369         more coding but nothing spectacular.
9371         * [misc/mmaux.c]
9372         some coding to access '/dev/mixer'.
9374         * [misc/midi.c]
9375         some coding to read .MID files, but it's not playing yet.
9377 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
9379         * [objects/dib.c]
9380         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
9381         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
9382         includes some bitmaps output by Paint Shop Pro.  Implementation is
9383         possibly now too lax.  Please see the notes on the function about
9384         why.
9386         * [controls/desktop.c]
9387         The desktop pattern should be painted if the wallpaper doesn't
9388         cover the whole screen width OR the whole screen height.
9390 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
9392         * [objects/dib.c]
9393         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
9394         now work.
9396         * [loader/ne_resource.c] [include/resource.h]
9397         Some cleanup.
9399 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
9401         * [Configure]
9402           [rc/sysres.rc]
9403         Primitive compile-time support for multiple languages
9405         * [rc/sysres_De.rc]
9406         New file
9408         * [loader/resource.c]
9409         LoadBitmap: Recognize end of sysresbm properly
9411         * [rc/Imakefile]
9412         Rules to compile resources simplified, dependencies changed
9414         * [rc/sysresbm.rc]
9415         Don't use sysresbm if using XPM
9417         * [windows/dialog.c]
9418         CreateDialogIndirectParam: Reverse Z-order of controls
9420         * [windows/message.c]
9421         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
9423         * [windows/winpos.c]
9424         NextWindowFromPoint: New function
9426         * [controls/button.c]
9427         WM_NCHITTEST: Group Box is HTTRANSPARENT
9428         BUTTON_CheckAutoRadioButton: New function
9429         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
9431 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
9433         * [objects/text.c]
9434         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
9435         is too long to break.
9437         * [objects/font.c]
9438         Don't assume helvetica if there is no font family; let the other
9439         font attributes decide what font to use.
9441         * [controls/widgets.c]
9442         Listboxes and combo boxes need to be notified of double-clicks.
9444         * [controls/listbox.c]
9445           [include/listbox.h]
9447         scrolling to bottom of list box should display last item at the
9448         bottom, not at the top.
9449         
9450         list boxes need to allocate a separate heap for their item data,
9451         rather than using the user heap.  Otherwise, it's very easy to run
9452         out of memory for list box items.
9454         removed redundant code in ListBoxAddString().  Implemented simple
9455         version of LBS_SORT.
9457         Don't put [.] in the list box when using DDL_DIRECTORY.
9459         * [controls/combo.c]
9460         Combos should pass CBS_SORT onto their list box.
9462         * [windows/win.c]
9463         If window creation is aborted, remove the window from the
9464         linked lists.
9466         * [controls/static.c]
9467         static controls with SS_ICON were always returning 0 from
9468         WM_NCCREATE.
9470         Make sure static controls have text to draw before drawing it.
9472 ----------------------------------------------------------------------
9473 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9475         * [objects/oembitmap.c]  (New file)
9476         Added possibility to use .xpm files for OEM bitmaps.
9478         * [include/bitmaps/obm*]  (New files)
9479         Redrawn all OEM bitmaps in xpm format.
9481         * [objects/font.c]
9482         Add space for internal leading when using a negative font height.
9483         Stubs for AddFontResource() and RemoveFontResource().
9484         Fix in FONT_Init() for uninitialised default font.
9486         * [windows/dialog.c]
9487         Make font height negative as it is really a point size and not a
9488         pixel size; dialogs using 8-point fonts look better now.
9490         * [windows/graphics.c]
9491         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
9493         * [windows/nonclient.c]
9494         A few changes for new OEM bitmaps.
9496 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
9498         * [windows/class.c]
9499         The names of local classes have to be stored using GlobalAtom*.
9500         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
9502         * [if1632/call.S]
9503         CallTo16(cx): It's possible to set the contents of the cx-register.
9505         * [loader/ne_image.c]
9506         InitNEDLL(): The size of the local heap is now passed in the cx-
9507         register when initializing a DLL.
9509         * [memory/heap.c]
9510         LocalInit(): The case start==0 is now handled in the way it should.
9512         * [windows/win.c]
9513         GetWindowLong(): If the adress of the windows function is requested
9514         it's no longer returned if it's within the Wine code (and therefore
9515         unreachable by a windows program). This makes Borland's OWL happy.
9517         * [controls/edit.c]
9518         EDIT_GetStr(): Added handling for off<0.
9520 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
9522         * [loader/library.c]
9523         Fixed infinite loop bug when two DLLs refer to each other (fixes
9524         hangup of Quicken during loading).
9526 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
9528         * [misc/dos_fs.c]
9529         Bug fix: The size of a disk an the available space
9530         is now returned in bytes instead of (incorrectly)
9531         KBytes.
9533 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
9535         * [windows/graphics.c]
9536         Bug fix: Pie segments are now filled with correct brush.
9538 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
9540         * [Imakefile]
9541         generate rc.o before loader.o
9543         * [controls/menu.c]
9544         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
9546         * [include/resource.h]
9547         Add struct ResourceTable
9549         * [loader/bitmap.h]
9550         Load system bitmaps from sysresbmTable
9552         * [misc/clipboard.c]
9553           [windows/event.c]
9554         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
9555         
9556         * [rc/Imakefile]
9557         generate rc.o from sysres.o and sysresbm.o. Added -lfl
9559         * [rc/rc.y]
9560         change style handling to allow ( S1 | S2 ) | S3
9562         * [rc/sysres.rc]
9563           [rc/sysresbm.rc]
9564         Put bitmaps and icons to sysresbm, everything else to sysres
9566         * [rc/winerc.c]
9567           [rc/winerc.h]
9568         Added -o, -c flags. New function set_out_file. Output to files.
9570         * [windows/dialog.c]
9571         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
9573         * [windows/nonclient.c]
9574         Create AboutWine dialog from template pointer
9576 ----------------------------------------------------------------------
9577 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9579         * [controls/static.c]
9580         Bug fix for SS_ICON controls.
9582         * [if1632/Imakefile]
9583         Fixed call.o dependencies.
9585         * [objects/clipping.c] [objects/dc.c]
9586         Fixed visible region handling. hVisRgn is always non-null now.
9588         * [windows/dce.c]
9589         Bug fix in GetDCEx for CS_OWNDC windows.
9591         * [windows/nonclient.c] [windows/painting.c]
9592         Fixes to icon window drawing.
9594         * [windows/winpos.c]
9595         A few fixes in SetWindowPos().
9597 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
9599         * [objects/bitblt.c]
9600         BitBlt(): BitBlt is now able to handle any raster operation. If
9601         the request can't be passed to XWindows directly, it's quite
9602         slow, though.
9604         * [*/*.c]
9605           [misc/main.c]
9606         Improvements of the system for handling debug messages. Options are
9607         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
9608         *debugoptions: +xxx there if you want to have turn messages xxx on).
9610         * [controls/menu.c]
9611         DestroyMenu(): The whole window won't be destroyed as a sideeffect
9612         any longer.
9614         * [misc/file.c]
9615         OpenFile(): Fixed bug in searching in system/window-directory.
9617 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
9619         * [include/windows.h]
9620         Bug fix for window related structures.
9621         DCB and COMSTAT are affected. They must be packed.
9623         * [misc/comm.c]
9624         Bug fix for COM ports:
9625         Dial and dialog window in terminal.exe now works.
9626         Non sequential COM assignments in wine.conf should not break now.
9627         Baudrate can be specified in wine.conf to overcome baudrate limitation
9628         in mswindow. See sample wine.ini
9630         * [include/comm.h]
9631         add baudrate field to DosDeviceStructre
9633         * [object/font.c]
9634         Bug fix for font assignment.
9635         Use pairs of foundry and family fontnames in X11 to correspond with
9636         window's fonts.
9637         Put font assignment ini wine.ini.
9639         * [wine.ini]
9640         Adding optional baudrate after port name in "serialports" section
9641         Add new section, "fonts".
9642         "default" is special key in "fonts" to match any unmatch window font.
9644 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
9646         * [if1632/relay.c]
9647         * [if1632/commdlg.spec]         New file.
9648         * [misc/commdlg.c]                      New file.
9649         * [include/commdlg.h]           New file.
9650         Begin of an emulated COMMDLG DLL, built-in for now.
9651         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
9652         thing you need to do is to put the real/dummy name in file relay.c)
9654         * [controls/scroll.c]
9655         * [controls/combo.c]
9656         * [controls/listbox.c]
9657         Few bug fixes and/or cosmetic.
9659         * [misc/audio.c]
9660         * [misc/mmaux.c]
9661         bug fixes and flags returned to emulate SB16.
9663         * [misc/midi.c]                         New file.
9664         skeleton for 'Midi' MMSYSTEM & MCI driver.
9666         * [misc/mcianim.c]                      New file.
9667         skeleton for 'Animation1' MCI driver.
9669         * [windows/win.c]
9670         Add new stub for GetLastActiveWindow().
9672 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
9674         * [if1632/call.S] [tools/build.c]
9675            Support for ELF format. (Not complete)
9677 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
9679         * [if1632/user.spec]
9680         Add stubs for ArrangeIconicWindows(), etc.
9682         * [if1632/kernel.spec]
9683         Add IsBad*Ptr() functions.
9685         * [loader/signal.c]
9686         Add test_memory(), for use with IsBad*Ptr().
9688         * [windows/winpos.c]
9689         Add stubs for TileChildWindows(), etc.
9691         * [windows/win.c]
9692         IsWindow() shouldn't crash if it's given a bad handle.
9693         Add stub for GetLastActivePopup().
9695         * [memory/global.c]
9696         Implement the IsBad*Ptr() functions.
9698         * [controls/listbox.c]
9699         Return the full longword of the item data in LB_GETITEMDATA.
9701         * [controls/edit.c]
9702         Don't let the user select an area past the end of the text.
9704         * [objects/text.c]
9705         In DrawText(), the code to delete crlfs also removed multiple
9706         consecutive newlines.  Also, using DT_CALCRECT didn't return
9707         the right height, and the width wasn't returned at all.
9708         This caused MessageBoxes to be missing much of their text.
9710         * [windows/scroll.c]
9711         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
9713 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
9715         * [miscemu/int21.c]
9716         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
9718         * [misc/property.c]
9719         Fixed inverted logic in EnumProps(), and changed CallBack16()
9720         call to use new arg format.
9722         * [windows/win.c]
9723         Fixed CallBack16() call in Enum[Child]Windows to use new arg
9724         format; this fixes crashes in enum procedures.
9726 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
9728         * [misc/clipboard.c]
9729           [windows/event.c]
9730           [windows/message.c]
9731         Added cut and paste between Wine and other X clients via
9732         the PRIMARY selection. Text only this time.
9734         * [controls/edit.c]
9735         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
9737         * [windows/defwnd.c]
9738         Send WM_SYSCOMMAND to overlapped ancestor window, 
9739         not the receiver of WM_SYSKEYDOWN
9741 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
9743         * [controls/edit.c]
9744         ClientWidth()/ClientHeight() macros: return 0 if size would
9745         be negative
9746         EDIT_StrLength(): takes unsigned char* instead of char*
9748         * [controls/listbox.c]
9749         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
9750         case instead of in each place required (it was omitted in
9751         some places causing problems!)
9753         * [controls/menu.c]
9754         MENU_CalcItemSize(): don't try to find size of a text item
9755         if the pointer is NULL
9757         * [include/heap.h]
9758         added definition of HEAP_LocalInit()
9760         * [include/msdos.h]
9761         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
9762         instead)
9764         * [loader/selector.c]
9765         IPCCopySelector(): added missing flags to shmget() call
9766         ? does this break linux - I added these flags in a previous
9767         patch but they were missing in the corresponding release ?
9769         * [loader/signal.c]
9770         win_fault(): added missing definitions of i, dump for those
9771         not running NetBSD or linux
9773         * [misc/dos_fs.c]
9774         DOS_GetCurrentDir(): made temp[] static so it can be safely
9775         returned
9777         * [miscemu/int21.c,int25.c,int26.c]
9778         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
9779         segmem.h where necessary.
9781         * [windows/dialog.c]
9782         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
9783         HEAP_LocalInit(), removed redundant variables
9785 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
9787         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
9788           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
9789           [objects/bitblt.c] [objects/metafile.c]
9790         Rewritten more printf's to use the new debugging system, and
9791         made wine less verbose per default. Use "-debugmsg +module"
9792         to get (almost) the same behavior as before.
9794 ----------------------------------------------------------------------
9795 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
9797         * [controls/button.c]
9798         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
9799         BM_SETSTATE.
9800         Implemented default button painting.
9801         Optimised redrawing.
9802         Fixed owner-draw buttons.
9804         * [controls/static.c]
9805         Implemented WM_SETFONT.
9806         A few optimisations in painting code.
9807         Bug fix for SS_SIMPLE controls.
9809         * [if1632/callback.c]
9810         Preliminary GetCodeHandle().
9812         * [if1632/gdi.spec]
9813         Changed 'pascal' to 'pascal16' everywhere it's needed.
9815         * [include/windows.h]
9816         Fixed a few data structures.
9818         * [memory/heap.c]
9819         Bug fix in HEAP_ReAlloc().
9821         * [misc/cursor.c]
9822         Fixed SetCursor().
9824         * [objects/bitblt.c]
9825         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
9827         * [objects/font.c]
9828         Better font mapping code.
9829         Implemented GetTextFace().
9831         * [objects/region.c]
9832         Bug fix in REGION_MakePixmap().
9833         Faster region copying.
9835         * [objects/text.c]
9836         Implemented ExtTextOut().
9837         Implemented DT_NOCLIP style for DrawText().
9839         * [windows/dc.c]
9840         Free the bitmap when deleting a memory DC.
9842         * [windows/dce.c]
9843         Added support for windows that have no associated X window.
9844         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
9846         * [windows/defdlg.c]
9847         Implemented default push button handling and DM_SETDEFID.
9848         Implemented WM_NEXTDLGCTL.
9850         * [windows/dialog.c]
9851         Implemented default push button handling.
9852         Beginning of a keyboard interface in dialogs
9853         (does not really work yet).
9854         Fixed dialogs that use a special font.
9856         * [windows/event.c] [windows/focus.c]
9857         Added support for non-X windows.
9859         * [windows/graphics.c]
9860         Rewritten FloodFill() and implemented ExtFloodFill().
9862         * [windows/message.c]
9863         Cleaner hardware messages and X events handling.
9865         * [windows/defwnd.c] [windows/painting.c]
9866         Implemented WM_SETREDRAW.
9868         * [windows/win.c]
9869         Only create an X window for top-level windows, or for the desktop.
9870         Child windows now use their parent's drawable.
9872         * [windows/winpos.c]
9873         Beginning of support for non-X windows (still somewhat broken).
9874         Implemented *DeferWindowPos().
9876         * [*/Imakefile]
9877         Cleaned up some Imakefiles.
9878         Moved dc.c from windows/ to objects/.
9879         Moved cursor.c from misc/ to windows/.
9881 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
9883         * [include/debug.h]
9884           [include/stddebug.h]
9885           [*/*.c]
9886         Rewritten all the calls to printf for displaying debug-information
9887         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
9888         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
9889         all these messages on, "-debugmsg -dll" will turn all messages 
9890         concerning DLLs off.
9892         * [controls/combo.c]
9893         Added some handling for combo controls with ownerdraw-styles
9894         (just creating and passing the necessary messages to the 
9895         corresponding listbox control; the edit-control needs to be
9896         replaced with something else).
9898         * [controls/edit.c]
9899           [windows/dialog.c]
9900         Added support for use of global heap memory in dialogs with 
9901         edit controls.
9903         * [controls/listbox.c]
9904         Added support for item data.
9905         ListBoxInsertString(): Fixed bug for elements which are not inserted
9906         after the currently last element.
9907         
9908         * [misc/dos_fs.c]
9909           [miscemu/int21.c]
9910         DOS_ValidDirectory(): Checks whether a given string is in fact the
9911         valid name of a directory.
9913 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
9915         * [Imakefile]
9916         generate wine.sym after creating wine
9918         * [debugger/dbg.y]
9919         load "wine.sym" when entering debugger
9921         * [debugger/info.c]
9922         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
9924 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
9926         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
9927         Files created
9929 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
9931         * [misc/spy.c]
9932         Exclude and Include no longer requires a terminating ';' to
9933         register the last component.
9935 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
9937         * [Configure]
9938         Rewrote much of it.  Added capability to generate a wine.ini
9939         file.  Commented out the processor emulator options until that
9940         becomes interesting.  Gives a warning if it sees any *.rej
9941         files.  I hope I haven't assumed to much about the shell/OS so
9942         that it breaks under *BSD.
9944         * [misc/dos_fs.c]
9945         Removed/changed calls to ToUnix() (which calls tolower()) so
9946         that the part of the pathname which correspond with the drive
9947         letter on DOS no longer will be mapped to lowercase.  This
9948         means that it should be possible to have uppercase letters in
9949         the [drives] section of wine.ini.
9951         * [LICENSE]
9952         Cosmetic changes so that it displays better in the window you
9953         get from pressing "Credit_License" in the "About WINE" window.
9955 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
9957         * [controls/menu.c]
9958         LoadMenu() moved to loader/resource.c.
9960         * [misc/main.c]
9961         Added stub for FileCDR().
9963         * [include/peexe.h]
9964         Added, from Eric's pe-test.
9966         * [include/resource.h]
9967         Added.
9969         * [loader/resources.c]
9970         Removed duplicated code in *Resource() functions.
9971         Moved NE-program specific functions into ne_image.c.
9972         Moved NE-fileformat functions to ne_resource.c.
9974         * [pe_image.c] [pe_resource.c]
9975         Added. Nothing implemented to run PE-executables, resource
9976         loading only.
9978         * [misc/file.c]
9979         Changed OpenFile() to use macros.
9981         * [misc/shell.c]
9982         Added NULL-ptr checks to ShellAbout().
9984         * [miscemu/int21.c]
9985         Fixed a few typos.
9987         * [miscemu/kernel.c]
9988         Added _DI = _DS, to put the caller's instance in DI. Doesn't
9989         work properly if caller changed DS :-(
9991 ----------------------------------------------------------------------
9992 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
9994         * [include/win.h]
9995         Removed seperate X window for icon, added icon width,height.
9997         * [include/windows.h]
9998         Commented out the old SW_xxx emum and added defines since
9999         they aren't enumerated.
10001         * [windows/dce.c]
10002         Removed some older IsIconic checks from GetDCEx(), functionality
10003         is now in nonclient and generic wine window handling code.
10004         Lots of thanks to Alexandre Julliard all the hints and
10005         help...
10007         * [windows/defwnd.c]
10008         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
10009         WM_PAINTICON now calls NC_HandleNCPaint.  
10011         * [windows/event.c]
10012         Removed IsIconic checks.
10014         * [windows/icon.c]
10015         Removed everything in this file for now... could be used later.
10016         Icon functionality is now handled by the generic wine windows
10017         handling functions.
10018         
10019         * [windows/mdi.c]
10020         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
10021         show up when deiconified.  Removed IsIconic checks.
10023         * [windows/message.c]
10024         Removed old icon routines from hardware_event().
10026         * [windows/nonclient.c]
10027         Changed NC_HandleNCCalcSize() so it doesn't change the size
10028         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
10029         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
10030         on an Iconic window always send a SC_RESTORE message.
10032         * [windows/painting.c]
10033         Changed RedrawWindow() so it doesn't redraw an iconic window
10034         unless it has to (no icon for this class).
10035         
10036         * [windows/win.c]
10037         Removed creation of seperate icon window from CreateWindowEx().
10038         
10039         * [windows/winpos.c]
10040         Added saving and restoring of window rectangle during
10041         iconification/deiconification to ShowWindow().  Added
10042         functions to recursively hide and show children... called
10043         by ShowWindow during iconification/deiconification.
10045 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
10047         * [windows/message.c]
10048         WaitMessage(): Fixed handling of wm_timer-messages
10050         * [miscemu/int21.c]
10051         FindNextFCB(): Rewritten to support other functions than just
10052         returning the volume label
10054         * [misc/file.c]
10055         OpenFile(): Fix in handling of OF_CREATE
10057 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
10059         * [if1632/user.spec]
10060         Added SetParent.
10062         * [windows/win.c]
10063         Added SetParent.
10065 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
10067         * [loader/selector.c]
10068         Many changes throughout file to correct handling of shared memory
10069         function return codes. FreeBSD and SunOS shm functions return
10070         -1 not 0 on error. If Linux is different, these changes
10071         will have to be backed out.
10072         CleanupSelectors(): this is a new (internal) call to free
10073         up all selectors (and shm handles/memory) for use on exit.
10075         * [include/segmem.h]
10076         Change comment to reflect new use of shm_key
10078         * [misc/main.c]
10079         called_at_exit(): add call to CleanupSelectors()
10081 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10083         * [controls/button.c]
10084         Use OBM_CHECKBOXES to draw check boxes with correct colors.
10085         Fixed bug with WM_SETTEXT handling.
10086         A few drawing optimisations.
10088         * [controls/menu.c]
10089         Implemented correct \t and \a handling in menu items.
10090         Implemented help items (flush right) on menu bar.
10091         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
10093         * [controls/static.c]
10094         Fixed SS_ICON controls and implemented STM_SETICON message
10095         handling.
10097         * [controls/widget.c]
10098         Set cursor to IDC_ARROW for built-in classes.
10100         * [include/options.h] [misc/main.c]
10101         Backing store is now off by default.
10103         * [objects/region.c]
10104         Use X regions for rectangle and polygon regions: *major* speed
10105         improvement.
10107         * [windows/dialog.c]
10108         Fixed the fix for integer ids in controls. SS_ICON controls in
10109         dialogs should work now.
10110         Implemented DS_ABSALIGN style.
10112         * [windows/graphics.c]
10113         Implemented InvertRgn().
10114         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
10115         than with CreateCompatibleDC() + BitBlt().
10117         * [windows/message.c]
10118         Determining the window for a mouse message is now done at
10119         GetMessage() time.
10120         Modified PeekMessage() handling to avoid needlessly flushing the
10121         output queue.
10123         * [windows/timer.c]
10124         Check for restart of a timer (SetTimer call with the same hwnd and
10125         id than an existing timer).
10127 ----------------------------------------------------------------------
10128 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
10130         * [misc/file.c]
10131         OpenFile(): Completly rewritten.
10133         * [miscemu/int21.c]
10134         CreateFile(): Fixed wrong mode in call to open.
10135         OpenExistingFile(): Implemented file sharing.
10136         FindNext(): Fixed.
10137         CreateNewFile(): Fixed wrong mode in call to open.
10138         fLock(): Added to handle record locking.
10139         GetFileAttribute(): Added.
10140         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
10142         * [miscemu/int2f.c]
10143         AH = 0x10: SHARE installation check
10145         * [loader/resource.c]
10146         AccessResource(): Fixed. A new file descriptor will be returned by
10147         every call to AccessResource().
10149         * [windows/utility.c]
10150         wvsprintf(): Fixed.
10152         * [controls/menu.c]
10153         FindMenuItem(): Fixed (handling for nPos == -1 added).  
10155         * [windows/win.c]
10156         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
10158         * [Configure]
10159         Added two options for a processor emulator that might be
10160         plugged in later..
10162         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
10163         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
10164         Added TaskFirst(), TaskNext(), TaskFindHandle().
10166         * [memory/global.c]
10167         Added stub for MemManInfo().
10169         * [objects/text.c]
10170         Added stub for GetTabbedTextExt().
10172         * [miscemu/*]
10173         Changed all references to registers. Please don't access
10174         the context structure.
10175         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
10177         * [misc/lstr.c]
10178         Fixed bug in AnsiUpper() & AnsiLower().
10180         * [misc/winsocket.c]
10181         bugfix in getsockopt()/setsockopt(): winsock uses different values
10182         than unix.
10184         * [objects/dib.c]
10185         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
10187 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
10189         * [controls/edit.c]
10190         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
10192         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
10193         Modified dialog code to create new heap for edit controls
10194         unless DS_LOCALEDIT style is set.
10196 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10198         * [controls/button.c] [controls/edit.c] [controls/static.c]
10199         Removed unneeded GlobalUnlock() calls.
10201         * [controls/menu.c] [include/menu.h]
10202         Lots of changes, fixed a lot of old bugs and introduced a lot of
10203         new ones :-)
10204         - Changed message loop to use MSG_GetInternalMessage().
10205         - Fixed a bug that caused the main window to lose activation when
10206           displaying a menu.
10207         - Correctly send initialisation messages (WM_INITMENUPOPUP).
10208         - Implemented EndMenu() and LookupMenuHandle().
10209         - Changed internal structures to be as compatible as possible with
10210           MS-Windows.
10211         - Allocated everything on the USER heap instead of the global heap.
10212         - Prefixed all internal function names with MENU_ and declared
10213           them static.
10214         - Moved "About Wine..." handling to NC_HandleSysCommand().
10215         - Multi-line menus should now work correctly.
10217         * [loader/resource.c] [objects/bitmap.c]
10218         Added the possibility to create OEM bitmaps directly as X bitmaps.
10220         * [objects/dcvalues.c] [windows/dc.c]
10221         Fixed GetDCOrg() to return screen coordinates.
10223         * [windows/message.c]
10224         Fixed double-click checks when the message is not removed from the
10225         queue.
10226         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
10228         * [windows/nonclient.c]
10229         Bug fix in system menu hit-test calculation.
10230         A few changes for new menu functions.
10232 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
10234         * [controls/edit.c]
10235         Bug fix in Edit_NCCreateMessage
10236         es->textlen was being used before being set
10238         * [controls/menu.c]
10239         Bug fix in MENU_DrawMenuItem
10240         don't try to write text if NULL pointer passed
10242 ----------------------------------------------------------------------
10243 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
10245         * [windows/message.c]
10246         Implemented WaitMessage() (USER.112).
10248         * [if1632/user.spec]
10249         Added WaitMessage.
10251         * [windows/defwnd.c]
10252         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
10254         * [miscemu/int{13,21,2a}.c]
10255         * [miscemu/Imakefile]
10256         * [signal/loader.c]
10257         Added a few basic disk information and diagnostic functions to
10258         prevent programs using this function from crashing. All drives
10259         are claimed to be remote ones, so direct I/O isn't allowed.
10261         * [controls/edit.c]
10262         EDIT_WriteText(): Added code to correctly erase the remaining space
10263         of the edit-control if the size of the control has changed sinced it's
10264         creation.
10266 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
10268         * [if1632/mouse.spec]
10269         Added mouse.dll entry, no functions.
10271         * [loader/resource.c]
10272         Bug fix in AccessResource(). 
10274         * [misc/keyboard.c], added [include/keyboard.h]
10275         Changed functions to return more useful values.
10277         * [windows/dialog.c]
10278         Hacked DIALOG_GetControl() to support resources which
10279         have 0xff00 - 0xffff as id. ** Needs to be done properly by
10280         someone who knows the NE fileformat **
10282 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10284         * [windows/event.c]
10285         Add new stub for EnableHGardwareInput() function.
10287         * [windows/message.c]
10288         Add coding for HWND_BROADCAST in PostMessage().
10290         * [misc/file.c]
10291         Add coding for OpenFile() also search in WindowPaths.
10293         * [misc/mmsystem.c]
10294         * [misc/audio.c]
10295         * [misc/mmaux.c]
10296         * [misc/mcicda.c]
10297         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
10298         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
10299         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
10300 ----------------------------------------------------------------------
10301 Mon Jul 18 23:55:13 MET DST 1994
10303         * [if1632/call.S]
10304         CallTo16(): added `mov %eax,%edx' just before lcall,
10305         to make sure that DX contain the DLL's hinstance when
10306         initialised.
10308         CallTo32_16() added, equal to CallTo32() except for
10309         one thing: it saves DX and 
10311         * [tools/build.c]
10312         Added some code to support 16 and 32 bit return values.
10314         * [1632/{kernel,user}.spec]
10315         Changed most of the `pascal' style to pascal_16 when
10316         function returned a 16bit value.
10318 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10320         * [controls/menu.c]
10321         Reorganized sizing and drawing code to implement multi-line menus.
10322         Implemented MENUBREAK style.
10323         Use system colors to draw menus.
10325         * [objects/color.c]
10326         Bug fix in COLOR_IsSolid().
10328         * [objects/font.c]
10329         Bug fix in FONT_GetMetrics(): calculate average character width
10330         only on existing chars (dialogs look much better).
10332         * [objects/text.c]
10333         Bug fix in DrawText(): use text color to underline mnemonic.
10335         * [windows/nonclient.c]
10336         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
10338         * [windows/syscolor.c]
10339         Added system objects for menu colors.
10341 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
10343         * [controls/menu.c]
10344         Fixed bug in SelectPrevItem that caused seperators to not be
10345         skipped when using the up arrow key.
10347 ----------------------------------------------------------------------
10348 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
10350         * [Configure]
10351         Autodetects Linux version (if running Linux).
10353         * [loader/signal.c]
10354         New signals for Linux.
10356         * [loader/ldtlib.c]
10357         New structure field in sys call.
10359 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
10361         * [load/resource.c] 
10362           fixed Memory (Resource) Leak.
10364         * [load/main.c] 
10365           fixed a printf.
10367 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10369         * [controls/desktop.c]
10370         Implemented desktop wallpaper (only 16 colors for now).
10372         * [controls/menu.c] [windows/nonclient.c]
10373         Preliminary work to allow multi-line menus.
10375         * [misc/main.c]
10376         No backing store on desktop window (not useful).
10378         * [objects/text.c]
10379         A few fixes to DrawText() to make underlines under mnemonic
10380         letters to look better.
10382         * [windows/graphics.c]
10383         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
10384         Implemented PolyPolygon() (partially working).
10386         * [windows/winpos.c]
10387         New function WINPOS_SendNCCalcSize().
10388         Cleaned up SetWindowPos() and added preliminary support for
10389         multi-line menus.
10391 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
10393         * [controls/edit.c]
10394         Changes to work as a library.
10396         * [if1632/callback.c] 
10397         Ifdefed module.
10399         * [if1632/relay.c]
10400         Changes to allow linking with WineLib.
10402         * [include/windows.h]
10403         Added macro WINELIB_UNIMP
10405         * [loader/library.c]
10406         When compiling WineLib, GetProcAddress is not implemented yet.
10408         * [loader/main.c]
10409         Added empty InitDLL when using WineLib.
10411         * [loader/ne_image.c]
10412         Some parts of the loader are needed for WineLib, ifdefed correctly
10414         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
10415         Disable compilation of module when compiling WineLib.
10417         * [toolkit/heap.c]
10418         Fixed small bug.  When passed an invalid handle WineLib would
10419         crash, now return NULL.
10421         * [toolkit/winmain.c]
10422         Call CreateNewTask in _WinMain.
10424 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
10426         * [controls/edit.c] [controls/widget.c]
10427         More changes to improve compatibility with Windows' edit
10428         control.  Finished off tab stop support.
10430 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
10432         * [if1632/relay.c]
10433         # of ordinals in shell.dll changed to 103.
10435         * [loader/signal.c]
10436         sti, cli will now be ignored.
10438         * [objects/brush.c]
10439         Added stub for GetSysColorBrush().
10441 ----------------------------------------------------------------------
10442 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
10444         * [controls/edit.c]
10445         Bug fixes and tidying up.  Preliminary tab stop support
10446         (doesn't work yet).
10448         * [windows/dialog.c]
10449         Reversed order of buttons in CheckRadioButtons so that all
10450         buttons are now displayed.
10452 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
10454         * [include/options.h] [misc/main.c] [windows/win.c]
10455         Removed nosaveunders option, replaced by handling
10456         the CS_SAVEBITS flag.
10458         * [windows/class.c]
10459         Modified the fix for negative size in class extra bytes to
10460         avoid modifying the caller's data.
10462         * [windows/dc.c]
10463         Bug fix: system font must be a proportional font.
10464         Fixed a bug that caused the default pen to not be selected
10465         correctly in a DC.
10467         * [windows/graphics.c]
10468         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
10469         noticing it.
10471         * [windows/painting.c]
10472         Removed incorrect selecting of default objects in BeginPaint()
10473         (no longer needed because of the fix in dc.c).
10475 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10477         * [misc/mmsystem.c]
10478         * [misc/audio.c]
10479         Add more code to interface '/dev/dsp'.
10481         * New file [misc/mcicda.c]
10482         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
10484         * New file [misc/mmaux.c]
10485         Stubs to make a future driver connected to '/dev/mixer'.
10487         * [windows/win.c]
10488         Temporary patch to CreateWindowEx() for reseting negative
10489         coordinates to 0,0 ; because 'soundrec.exe' give negative values
10490         and I need it to work on MMSYSTEM ... :-)
10492         * [miscemu/int2f.c]
10493         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
10495 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
10497         * include/comm.h
10498         New file -- some definitions that were in comm.c now need to
10499         be shared with misc/dos_fs.c
10501         * misc/comm.c
10502         Some definitions moved into include/comm.h
10504         * misc/dos_fs.c (DOS_GetEquipment):
10505         Fixed error in equipment -- bitwise or of two values should
10506         be used instead of logical or.  Also added code to correctly
10507         report the number of serial and parallel devices.
10509 ----------------------------------------------------------------------
10510 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
10512         * [objects/bitmap.c]
10513         Allow negative bitmap sizes.
10515 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
10517         * [controls/edit.c]
10518         Improved selection display.  Added processing for WM_SETFONT,
10519         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
10520         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
10521         application's local heap.
10523         * [windows/graphics.c]
10524         Corrected bug in Rectangle().  XFillRectangle has the same
10525         width as Rectangle, but XDrawRectangle is one pixel wider
10526         for the same co-ordinates.
10528         * [memory/heap.c] [include/heap.h]
10529         Added HEAP_LocalSize function.
10531         * [windows/event.c] [windows/keyboard.c]
10532         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
10533         Added supporting code to GetKeyState and GetAsyncKeyState and
10534         merged mouse button states into GetKeyboardState.
10536         * [loader/resource.c] [include/accel.h]
10537         Added recognition of SHIFT, CONTROL and ALT keys to
10538         TranslateAccelerator.
10540         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
10541         A bit more metafile support.
10543 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
10545         * [loader/resource.c]
10546         SizeofResource() and AllocResource() added, AccessResource() updated.
10548         * [if1632/kernel.spec]
10549         FreeLibrary() used for FreeModule().
10551         * [windows/graphics.c]
10552         Rectangle(): swap left & right corners when right < left,
10553         swap top & bottom when botton < top.
10555 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10557         * [controls/combo.c]
10558         Fix bug in window style of the associated listbox.
10560         * [controls/menu.c]
10561         Skip separators in keyboard navigation by using new internal 
10562                 functions SelectPrevItem() & SelectNextItem(),
10564         * [misc/profile.c]
10565         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
10566                 IntBuf must be alloc to (5+1)=6. char instead of 5.
10568         * [misc/main.c]
10569         Put code in functions SetEnvironment() & GetEnvironment().
10571         * [misc/shell.c]
10572         Start putting some code in ExtractIcon() function.
10574         * [misc/mmsystem.c]
10575         Some code for MMTimer functions & timers list.
10577         * [miscemu/int31.c]
10578         Few stubs for DPMI interrupt calls. Nothing work yet.
10580 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
10582         * include/win.h (tagWND):
10583         Added icon fields icon, hIcon and rectClientSave to 
10584         the tagWND struct.
10586         * windows/Imakefile
10587         Added icon.c to the list of files to compile
10589         * windows/dce.c (GetDCEx):
10590         Added some checks for iconic mode and pass icon window as drawable,
10591         not the real window.
10593         * windows/defwnd.c (DefWindowProc)
10594         Added PAINTICON default windows procedure.
10596         * windows/event.c (EVENT_Expose)
10597         Added check for iconic window expose. If iconic window is exposed
10598         send a WM_PAINTICON message
10600         * windows/icon.c 
10601         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
10603         * windows/mdi.c (DefMDIChildProc)
10604         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
10606         * windows/message.c (hardware_event)
10607         Looks for icon as well as window now.
10609         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
10610         Added iconify/deiconify in NC_HandleSysCommand, new function
10611         NC_DoNCPaintIcon which paints an icon.
10613         * windows/painting.c (BeginPaint)
10614         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
10615         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
10616         windows behavior.
10618         * windows/win.h (CreateWindowEx)
10619         Set the default background color of a window to be white.
10620         Create icon window, turn off MINIMIZE if it is on, since
10621         I don't know what to do with it as of yet... register
10622         the icon with the hwnd of its window so we can identify where
10623         icon messages are coming from.
10625 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
10627         * windows/event.c: Added a hack to define XPointer when using
10628         X11R4. 
10630         * toolkit/hello.c: Test application for WineLib. To compile you'll
10631         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
10632         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
10634         * toolkit/heap.c: Extended the size of the block size per chunk.
10636         * misc/stress.c (GetFreeFileHandles): Fixed typo.
10638         * misc/main.c (main): Changes to allow compilation under SunOS. 
10640         * loader/library.c: Changed some ifdefs to compile WineLib.
10642 ----------------------------------------------------------------------
10643 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
10645         * loader/selector.c (GetCurrentPDB): 
10646         Added trivial function GetCurrentPDB() which returns the program
10647         segment prefix selector.
10649         * memory/heap.c (HEAP_Free): 
10650         If free list is empty, make the freed block the free list.
10652 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
10654         * controls/edit.c (EDIT_SetTextMsg): 
10655         Do not append a newline at the end of the last line.
10657         * windows/event.c (SetCapture): 
10658         Set winHasCursor if mouse capture succeeds.
10660 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10662         * [controls/listbox.c]
10663         Fix bug in listbox : InsertString should call AddString if -1.
10665         * [controls/menu.c]
10666         New function GetMenuState().
10668         * [controls/scroll.c] [windows/nonclient.c]
10669         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
10671         * [objects/text.c]
10672         Add Stub for TabbedTextOut(), which temporarely call Textout().
10674         * [windows/keyboard.c] [windows/event.c]
10675         New function GetKeyBoardState() with an KeyStateTable array
10676                 & associated handling in function EVENT_key().
10678 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
10680         * [controls/menu.c]
10681         IsMenu() added.
10683         * [loader/library.c]
10684         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
10685         added.
10687         * [object/gdiobj.c]
10688         IsGDIObject() added.
10690         * [miscemu/int2[56].c]
10691         bugfix: both didn't leave flags pushed on 16bit-stack.
10692         (winfile gets a bit further)
10694         * [miscemu/int16.c]
10695         Added (empty).
10697 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
10698         * windows/event.c:
10699         Added code to drop redundant motion Events in the XEvent queue.
10701 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
10703         * [misc/main.c misc/message.c include/texts.h]
10704         Removed the text-constants from message.c into variables
10705         which may be changed from X-resources.
10707         * [misc/main.c misc/message.c]
10708         added <locale.h> and setlocale() to main.c, used toupper() in message.c
10710 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
10712         * controls/button.c ( [CR]B_LButton* ) 
10713         left rc.right at full window width so click on label also 
10714         activates the control (MSWin behavior)
10716 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
10718         * include/windows.h:
10719           functions pointers can not be packed.
10720           (annoying warnings with forthcomming gcc-2.6.x)
10721         
10722         * loader/main.c (InitDLL): 
10723           Fixed a printf statement. (for control.exe) 
10725           (InitializeLoadedDLLs): 
10726           deleted shadow definition of  *wpnt.
10727           (Breaks many programs, because now COMMDLG will be
10728            initialized :-(
10730         * windows/win.c (SetWindowText): 
10731           added missing breaks; (PENSATE starts) 
10733         * windows/graphics.c (FloodFill): 
10734           Proper boundarys. (BANGBANG starts) FloodFile_rec should
10735           be rewritten.
10737         * objects/font.c (FONT_GetMetrics): 
10738           TYPO: use font->perchar only if it is defined. (WRITE starts)
10740 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
10741         controls/scroll.c:
10742         Fixes for improved behaviour when dragging thumb;
10743         Added SB_THUMBPOSITION message when thumb is released.
10745 ----------------------------------------------------------------------
10746 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
10748         * loader/selector.c (FixupFunctionPrologs): 
10749         New function to fixup loaded DLL function prologs.  It replaces the
10750         do nothing code with code that loads DS with the appropriate data
10751         segment for the DLL.
10753         * misc/cursor.c (LoadCursor): 
10754         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
10755         the possibility of multiple cursors in a single directory.  Also,
10756         it should check to see if the cursor is the right size.
10758         * objects/font.c (EnumFonts): 
10759         Checked for lpLogFontList[i] == NULL
10761         * objects/gdiobj.c (SetObjectOwner): 
10762         Removed stub.  Replaced with simple return in gdi.spec.  This
10763         function is not defined for the retail version of Windows.
10765         * memory/heap.c (WIN16_LocalHandleDelta): 
10766         New function.  This is really a dummy that imitates the proper
10767         return values.
10769         * loader/library.c (GetProcAddress): 
10770         Fixed definition of IS_BUILTIN_DLL() macro.
10772 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
10774         * miscemu/int21.c (SeekFile): 
10775         Needed to return current position in DX:AX.
10777         * windows/utility.c (windows_wsprintf): 
10778         Added support for '#' in format, and fixed bug with "ptr" being
10779         incremented too many times.
10781         * miscemu/int21.c (OpenExistingFile): 
10782         Add code to handle opening files read-only and write-only.
10784         * loader/wine.c:
10785         Segment fixups now done in LoadImage instead of _WinMain.  This
10786         is necessary to support LoadLibrary().
10788 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
10790         * [loader/*]
10791                 - fixed: GetModuleHandle() sometimes returned
10792                   a wrong handle.
10793                 - don't init dlls when cs == 0 (lzexpand, doesn't
10794                   seem to have a init function)
10795                 - LoadLibrary & LoadImage now return error instead
10796                   of stopping wine.
10797                 - moved most of NE-functions into one file.
10798                 - LoadLibrary() uses w_files list instead of its
10799                   own list.
10800                 - NE exectables are now fixed-up and initialised when
10801                   loaded instead of only once before calling InitTask.
10803         * [miscemu/int15.c] [miscemu/int31.c]
10804         Added.  
10806         * [loader/selector.c]
10807         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
10809         * [misc/main.c]
10810         Stub added for IsRomModule().
10812         * [miscemu/int21.c]
10813         Some cleanup, added heap for returning data.
10815 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10817         * [tools/build.c]
10818         Change MAX_ORDINALS     define to higher value, 1299 entries.
10819         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
10821         * [windows/utility.c]
10822         Bug fix in windows_wsprintf(), (twice increments ...).
10824         * [windows/winpos.c]
10825         Bug fix in SetWindowPos(), redraw was done if flag
10826                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
10828         * [misc/message.c] [controls/combo.c]
10829         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
10831         * [windows/win.c]
10832         In CreateWindowEx(), do SetMenu() calls after window creation,
10833                 just before sending to WM_NCCALCSIZE.
10835         * [controls/menu.c]
10836         In function SetMenu(), now use SetWindowPos() with 
10837                 flags SWP_FRAMECHANGED to readjust menu area.
10838         Function MenuBarCalcSize() redone.
10840 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
10842         * [objects/text.c]
10843         Fixed problems associated with DT_WORDBREAK flag.  String length
10844         was not being properly decremented when lines were folded, and
10845         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
10846         both on in addition to DT_WORDBREAK.  Windows does wrapping in
10847         this case, and now so does wine.
10849 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
10851         * [edit.c]
10852         cp1 was uninitialized iff lineno == 0
10854         *  FindFile tests for existance of file even if a full
10855            filename was supplied. What about unix file names?
10857         * [controls/listbox ]
10858         wndPtr was uninitialized for LB_SETTOPINDEX
10860         * [misc/property.c]     
10861         Do not free lpProp. Is it really allocated by malloc?
10862         {edited by Bob Amstadt: changed free() to GlobalFree()}
10864 ----------------------------------------------------------------------
10865 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
10867         * miscemu/int21.c (OpenExistingFile): 
10868         OpenExistingFile needed to return handle in AX register instead
10869         of the BX register.
10871         * miscemu/int21.c (ioctlGetDeviceInfo): 
10872         Added a little code to give a fake result for normal files.
10874 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
10876         * [memory/global.c]
10877         return value from GlobalSize was completely wrong.
10879         * [miscemu/int21.h]
10880         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
10881         dta correctly.
10883         * [tools/build.c]
10884         fixed creation of pop.h to guarantee that flags are restored correctly.
10886         * [misc/comm.c]
10887         changed all occurance of strncmp() to strncasecmp().
10888         BuildCommDCB() should not require that OpenComm() be called first.
10890         * [loader/selector.c]
10891         Heap initialized to size of full segment less stack size and 
10892         automatic data size.
10894 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
10896         * [controls/listbox.c]
10897         Correct typos in ListBoxResetContent where lpls variable is
10898         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
10899         twice on the same handle if hData and hMem are the same.
10901         * [debugger/opcodes/i386-dis.c]
10902         Add new name array names_rmw for table driven decoding of the
10903         16-bit mod/rm field.  Omit large case statement in OP_E and
10904         replace with array reference to match existing coding style.
10905         Add new static variable machine with value 286 or 386 to
10906         correctly decode mod/rm field in either 16 or 32 bit modes.
10907         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
10908         to decode mod/rm.  While the code was correct for 16 bit code,
10909         it was improperly decoding mod/rm fields on word prefixed
10910         32 bit instructions.
10912         * [debugger/debug.l]
10913         Recognize new token ABORT.   Recognize single letters 'p'
10914         and 'q' as tokens.
10916         * [debugger/dbg.y]
10917         Add new token ABORT.  Allow print command to be invoked by
10918         'p' and quit command by 'q', ala GDB.  Change lots of '};'
10919         to just '}'.  Add static dummy_regs to wine_debug so that
10920         wine_debug(0, NULL) doesn't core dump with qmagic.
10922         * [debugger/info.c]
10923         Correct syntax of break command in helptext and omit former
10924         comment about probable bugginess of the disassembly since it
10925         is now correct.  Change fprintf of first backtrace stack
10926         frame to match that of the second and subsequent frames.
10928         * [loader/selector.c]
10929         Change construction of command line in CreatePSP from creating
10930         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
10931         PSP command line looks like " arg1 arg2\r" with the length not
10932         including the trailing "\r" but that is not how Windows does it.
10934         * [loader/library.c]
10935         Change uses of %s to print strings in GetModuleHandle to %x so
10936         that string IDs don't cause a core dump with qmagic.  Handle
10937         converting a string id to a literal module handle.  For
10938         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
10939         it is a real module handle.
10941         * [misc/message.c]
10942         In MessageBox, translate a NULL title argument to the string "Error".
10944         * [misc/profile.c]
10945         In GetSetProfile translate a NULL Default argument to "".  Any
10946         caller whose Default argument is NULL is buggy, but CHARMAP does it
10947         anyway.
10949         * [objects/font.c]
10950         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
10952 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
10954         * New options/resourses nosaveunders and nobackingstore.  By 
10955         default backingstore and saveunders are now enabled, these use 
10956         more memory but avoids those slow (sometimes multiple) redraws 
10957         caused be exposure events.
10959 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10961         * [misc/driver.c] New file
10962         Skeleton for 'Installable Wine Drivers' functions. :-)
10963         * [misc/audio.c] New file
10964         Skeleton for basic 'Audio Driver' functions.
10965         * [misc/network.c] New file
10966         Stubs for few networking functions.
10968         * [misc/mmsystem.c]
10969         More coding ... a dust in a galaxy ...
10970         * [misc/shell.c]
10971         Some coding for 'RegXXX' functions ... a dust in the wind ...
10973         * [misc/profile.c]
10974         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
10976         * [objects/gdi.c]
10977         New function CreateDiscardableBitmap(), it just calling 
10978         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
10980         * [controls/listbox.c]
10981         * [controls/combo.c]
10982         New font member assigned to SYSTEM_FONT as default.
10983         Added processing for WM_SETFONT message;
10986 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
10988         * [windows/event.c]
10989         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
10991         * [windows/keyboard.c]
10992         Implemented beginning of GetAsyncKeyState.
10994 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
10996         * [objects/metafile.c] [include/metafile.h]
10997           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
10998           [windows/dc.c]
10999         Further metafile support.
11001 ----------------------------------------------------------------------
11002 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
11004         * [loader/selector.c]
11005         Allocate heap and stack segments as 64k.
11007 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
11009         * [loader/selector.c]
11010         Correct typos where memcpy is used instead of memset.
11012         * [loader/resource.c]
11013         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
11014         by calculating the value when the bitmap is not compressed.
11016         * [miscemu/int21.c]
11017         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
11019         * [loader/resource.c]
11020         New function type_match to handle string resource types as
11021         well as IDs.  In addition, compare only low 4 bits of type_id
11022         when both numbers are IDs so that 0x0002 matches 0x8002.
11023         In FindResourceByNumber and FindResourceByName use type_match
11024         instead of comparing numbers.  In FindResource handle the
11025         "#number" syntax and empty strings in both the resource and
11026         type names.
11028 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
11030         * [windows/dialog.c]
11031         Fix inadvertent printing of string IDs as strings.
11033 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11035         * [controls/menu.c]
11036         New functions GetMenuItemCount(), GetMenuItemID().
11037                 GetMenuString() & HiliteMenuItem().
11038         Bug fix in CheckMenuItem().
11039         Function SetMenu() now make client area recalc if menu removed.
11041         * [windows/winpos.c]
11042         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
11043                 windows with initial width or height equal zero.
11045         * [objects/gdiobj.c]
11046         New function EnumObjects(), using new lpPenBrushList buildup
11047                 from calls to new function GDI_AppendToPenBrushList().
11048                 ('pbrush.exe' don't show its face yet ! ... :-( )
11049         New EMPTY STUB for function SetObjectOwner(),
11050                 ('mplayer.exe' call it via GetProcAddress() ...)
11052         * [objects/font.c]
11053         New internal functions ParseFontParms() & InitFontsList().
11054         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
11055         FONT_MatchFont now make retries to find closest-smallest font.
11056                 ('charmap.exe' can now show the differents fonts available)
11058         * [windows/nonclient.c]
11059         Use small dos OBM_OLD_CLOSE button for MDI windows.
11061         * [windows/graphics.c] [objects/bitmap.c]
11062         Start to remove obsolete globals such XT_screen ...
11064         * [loader/library.c]
11065         Make function GetProcAddress() working also with builtin DLLs.
11067 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
11069         * [if1632/system.spec] [if1632/toolhelp.spec]
11070         system.dll & toolhelp.dll added.
11072         * [loader/library.c]
11073         Modified GetModuleFileName() to return the full
11074         filename.
11075         Added a check to LoadLibrary() to prevent loading
11076         built in dlls. (eg. user.exe)
11077         Added a check to FreeLibrary() to prevent built-in
11078         dlls from being freed.
11079         Modified GetProcAddress() to support builtin dlls.
11081         * [loader/signal.c] [miscemu/int2f.c]
11082         Added => pifedit runs.
11084         * [misc/dos_fs.c]
11085         Added a NULL-ptr check to DOS_closedir().
11087 ----------------------------------------------------------------------
11088 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
11090         * [windows/dce.c]
11091         Fixed bug with dce initialization that was causing dialog boxes to not
11092         be displayed.
11094         * [if1632/callback.c]
11095         Better fix for bug found by Martin.
11097 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
11099         * [ memory/heap.c ]
11100         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
11102 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11104         * [objects/font.c]
11105         Make EnumFonts() calling a callback with dummy fonts ... :-)
11107         * [objects/text.c]
11108         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
11110         * [if1632/callback.c]
11111         Temporarely go around bug in CallWindowProc(), you will see printfs.
11113         * [controls/edit.c]
11114         Make EDIT controls focused by a mouse click.
11116         * [misc/property.c]
11117         Bug Fix in function EnumProps(), better use of CallBack16().
11119         * [misc/mmsystem.c]
11120         Basic Skelton's for MCI messages dispatching function.
11122 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
11124         * [windows/utility.c]
11125         Added windows_wsprintf() for the emulator, wsprintf() is
11126         for libwine.
11128 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
11130         * [misc/cursor.c]
11131         Fix pointer problems in LoadCursor leading to heap corruption.
11133         *  [ controls/menu.c ]
11134         Fix two NULL dereferencing bugs.
11136 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
11138         * [objects/font.c]
11139         Fix NULL pointer dereferencing bug in GetCharWidth.
11141         * [loader/resource.c]
11142         Fix under-allocation of memory in LoadAccelerators.
11144         * [windows/class.c]
11145         Ignore negative sizes for extra fields in RegisterClass.
11147 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
11149         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
11150           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
11151           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
11152           [windows/dc.c] [windows/mapping.c]
11153         Beginnings of metafile support.
11155         * [misc/file.c]
11156         Corrected spelling of _lcreat.
11158         * [controls/edit.c]
11159         Minor bug fixes.
11160 ----------------------------------------------------------------------
11161 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11163         * [controls/scroll.c]
11164         Make thumbtrack button disappear if scroll box ratio < 3:1.
11165         Make arrow buttons rectangular if scroll box ratio < 2:1.
11166         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
11167                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
11168         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
11170         * [loader/library.c] [loader/task.c] [misc/exec.c]
11171         Continue playing around trying to get a second task running.
11173         * [windows/mdi.c]
11174         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
11176         * [everywhere]
11177         Adding previous works of the Apr 25, 94.
11179 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
11181         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
11182         Added Martin's mmsystem.dll stubs.
11184         * [misc/sound.c]
11185         Added remaining stubs for sound.dll.
11187         * [if1632/shell.spec] [misc/shell.c]
11188         Fixed prototypes (I found them in BC 4) and added ShellAbout()
11189         and AboutDlgProc().
11191 ----------------------------------------------------------------------
11192 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11194         * [loader/signal.c]
11195         Add XUngrabPointer() & XUngrabServer() in wine_fault().
11197 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
11199         * [objects/bitblt.c]
11200         color_stretch() rewritten to use ints only. *fast!*
11201         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
11202         use color_stretch().
11204 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
11206         * [controls/menu.c]
11207         SetSysMenu() added.
11209         * [misc/cursor.c]
11210         GetCursor() added.
11212         * [misc/main.c]
11213         SwapMouseButton() added, (NOP).
11215         * [windows/win.c]
11216         GetDesktopHwnd() added.
11218         * [if1632/*spec]
11219         Added not implemented functions defs as comment.
11221         * [misc/winsocket.c]
11222         Change WSAGetXbyY() functions to non-blocking ones,
11223         Added WSAAsyncSelect(). 
11224         (WSA functions can't be canceled yet).
11226 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
11228         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
11229         path when given a simple file name.  Fixed GetSetProfile to allow
11230         enumerating all key names when KeyName is null.
11232 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11234         * [objects/bitblt.c]
11235         Add protection to BitBlt() & StretchBlt() for width or height = 0.
11237         * [windows/nonclient.c]
11238         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
11239         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
11241         * [windows/win.c]
11242         CreateWindowEx() & DestroyWindow() now call respectively
11243                 AddWindowToTask() & RemoveWindowFromTask().
11244         New empty stub for function AnyPopup().
11246         * [loader/library.c]
11247         Bug Fix : GetModuleFileName() now return full path filename.
11249         * [include/menu.h] [controls/menu.c]
11250         Add hText handle and remove obsolete MENUITEM struct members.
11251         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
11252         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
11254         * [misc/file.c]
11255         GetTempFilename() now create a file.
11256         _lcreate() use unix open (name, mode, perm), with perm=O666.
11258         * [if1632/relay.c]
11259         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
11261         * New file [misc/mmsystem.c]
11262         * New file [include/mmsystem.h]
11263         * New file [if1632/mmsystem.spec]
11264         Many, many empty stubs ... :-)
11266 ----------------------------------------------------------------------
11268 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
11270         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
11271         Fixed bug for non-Linux systems.
11273 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11275         * [windows/win.c]
11276         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
11277         New empty stub for function SetSysModalWindow().
11279         * [misc/exec.c]
11280         New empty stub for function ExitWindows().
11282         * [objects/font.c]
11283         New empty stub for function EnumFonts().
11285         * New file [misc/property.c]
11286         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
11288         * New file [misc/shell.c]
11289         New empty stubs for function RegisterShellProc(), 
11290                         ShellExecute() & ShellProc().
11292         * New files [loader/task.c] & [include/task.h]
11293         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
11294                 from 'loader/library.c'.
11296         * [if1632/user.c] [if1632/kernel.c]
11297         Put Atoms functions entries.
11299         * [controls/combo.c]
11300         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
11302         * [controls/listbox.c]
11303         New functions DirDlgSelect() & DirDlgList().
11305 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
11307         * [objects/test.c]
11308         GrayString() added.
11310         * [if1632/callback.c]
11311         CallGrayStringProc() added.
11313         * [if1632/relay.c] [if1632/mmsystem.spec]
11314         Added.
11316         * [if1632/kernel.spec] [if1632/user.spec]
11317         Added forgotten specs for atom functions.
11319 ----------------------------------------------------------------------
11320 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
11322         * misc/spy.c (SpyInit): Added more message types
11324         * [windows/mdi.c] [include/mdi.h]
11325         Maximizing and restoring child windows.
11326         Tiling of child windows.
11328 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
11330         * [windows/winpos.c]
11331         Revert focus and activation to previous window when hiding a window.
11333         * [windows/syscolor.c]
11334         Implemented system color objects (brushes and pens created at
11335         SetSysColor() time for better performance).
11337         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
11338         Changed painting code to use system color objects.
11340         * [windows/message.c]
11341         New function MSG_InternalGetMessage() for internal messages
11342         loops (e.g. for dialogs or menus).
11344         * [windows/hook.c] [include/hook.h]  (New files)
11345         Beginning of the window hooks implementation.
11347         * [windows/dialog.c]
11348         Use new function MSG_InternalGetMessage() in DialogBox().
11350         * [if1632/callback.c]
11351         Added function CallHookProc().
11353 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11355         * [windows/event.c]
11356         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
11358         * [misc/exec.c]
11359         Nothing much more than a stub for LoadModule(), I saw there a lot
11360                 to be done in that corner, I will come back later ...
11362         * [loader/library.c]
11363         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
11364                         and associated modules & tasks linked-lists.
11365         (it's only an 'emerging bud', more to come next weeks).
11367         * [loader/wine.c]
11368         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
11370         * [control/menu.c]
11371         You can now click outside menu region without problem.
11372         Keyboard navig more smootly, even if a child has the focus.
11373         Bug fix in InsertItem(), (bad linklist when insert point not found).
11374         change Realloc for Free & Alloc in ModifyItem().
11375         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
11376                 done by DrawText(), (maybe it should done in DrawText() itself ?).
11378 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
11380         * [misc/profile.c]
11381         .INI files will now be stored in / loaded from the windows dir
11382         if no path is supplied.
11384         * [if1632/kernel.spec]
11385         Fixed GetDriveType's prototype.
11387         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
11388         Fixed prototypes: winsock uses a word as socket handle not an int.
11390         * [misc/winsocket.c]
11391         Added heap allocation for returned structures.
11392         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
11394         * [loader/wine.c]
11395         Added IsDLLLoaded(), used in LoadImage() to prevent loading
11396         a dll multiple times.
11397         Directory is added to wine's path when a fullpath is supplied when
11398         starting wine.
11399         LoadImage(): DLL filename used instead DLL's own internal name,
11400         fixes 'Bad DLL name' errors.
11402 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
11404         * [controls/edit.c] [controls/widgets.c]
11405         First release of edit control.
11407 ----------------------------------------------------------------------
11408 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
11410         * [include/mdi.h] [windows/mdi.c]
11411         Use WM_PARENTNOTIFY messages to activate children.
11412         Generate WM_CHILDACTIVATE messages.
11413         Beginnings handler for maxmized child window.
11414         Clean up when children are destroyed.
11416         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
11417         Removed code add 94/03/26.
11419 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11421         * [control/menu.c]
11422         Make mouse menu navigation working again. :-))
11423         (be carefull, clicking outside menus (ie.: clientrect) 
11424         not resolved yet)
11426         * [windows/nonclient.c]  [controls/scroll.c]
11427         Bugs fix in NCTrackScrollBars().
11429         * [misc/dos_fs.c]
11430         Bug fix in 'ToDos()' in conversion for '/',
11431                 (example: '/window/' was translated to 'WINDOWs').
11433         * [miscemu/int21.c]
11434         Function ChangeDir() extract possible drive before DOS_ChangeDir().
11436         * [loader/library.c]  [loader/wine.c]
11437         Playing around moving function GetProcAddress() and put some code in.
11439 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
11441         * [misc/main.c]
11442         Better explanation of command-line options.
11444         * [objects/dib.c]
11445         Implemented SetDIBitsToDevice().
11447         * [windows/dc.c]
11448         Bug fix in SetDCState().
11450         * [windows/event.c]
11451         Removed WS_DISABLED handling (now done in message.c).
11453         * [windows/message.c]
11454         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
11455         Use WindowFromPoint() to find the window for mouse events, taking
11456         into account disabled windows.
11458         * [windows/painting.c]
11459         Bug fix in BeginPaint() to allow calling it at other times than
11460         on WM_PAINT (Solitaire needs it...)
11462         * [windows/win.c]
11463         Implemented FindWindow().
11464         Rewritten EnableWindow() to behave more like Windows.
11466         * [windows/winpos.c]
11467         Rewritten WindowFromPoint() to also search child windows.
11469 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
11471         * [include/int21.h] -> [msdos.h]
11472         renamed.
11474         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
11475         new, added for int 10, 25 and 26.
11477         * [miscemu/ioports.c]
11478         new, added to allow win apps to use ioports.
11480         * [loader/signal.c]
11481         Added support for in, inb, out, outb instructions.
11483 ----------------------------------------------------------------------
11484 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
11486         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
11488 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
11490         * [windows/mdi.c]
11491         Window list properly updated.
11493         * [windows/message.c]
11494         Call WINPOS_ChildActivate() when mouse pressed.
11496         * [windows/nonclient.c]
11497         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
11498         NC_HandleNCPaint().
11500         * [windows/winpos.c]
11501         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
11503 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
11505         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
11506         (DeleteMenu): Many bug fixes.
11508         * [controls/menu.c]
11509         Created function FindMenuItem().
11511 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
11513         * [windows/win.c]
11514         Removed incorrect MDI handling code from CreateWindowEx().
11516         * [controls/menu.c]
11517         MF_STRING items needed to allocate a private copy of string.
11519         * [controls/menu.c]
11520         Fixed buggy calls to GlobalFree().
11522         * [memory/global.c]
11523         Eliminated some redundant code with function call.
11525 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
11527         * [windows/timer.c]
11528         timer list pointers looped in InsertTimer
11530 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
11532         * [misc/cursor.c]
11533         A few changes for desktop window support.
11535         * [misc/main.c]
11536         Added -depth option.
11538         * [misc/rect.c]
11539         Yet another bug fix in SubtractRect().
11541         * [objects/bitmap.c]
11542         Changes to use only one depth (specified with -depth)
11543         for color bitmaps.
11545         * [objects/brush.c]
11546         Added support for dithered solid brushes.
11548         * [objects/color.c]
11549         Use the same 20 system colors as in Windows.
11550         System palette initialisation now done in COLOR_InitPalette().
11551         Added support for a color mapping table to map logical color
11552         indexes to X colormap entries.
11553         Implemented GetNearestColor() and RealizeDefaultPalette().
11555         * [objects/dib.c]
11556         Added support for color mapping table.
11558         * [objects/dither.c]  (New file)
11559         Implemented solid color dithering.
11561         * [objects/palette.c]
11562         Implemented GetSystemPaletteEntries() and SelectPalette().
11564         * [windows/class.c]
11565         Make a copy of the menu name in RegisterClass().
11567         * [windows/dc.c]
11568         Fixed device caps when using a desktop window.
11569         Added support for the color mapping table in DCs.
11571         * [windows/event.c]
11572         Added ConfigureNotify handler on desktop window.
11574         * [windows/message.c]
11575         Removed call to XTranslateCoordinates() on every mouse motion
11576         New function MSG_Synchronize() to synchronize with the X server.
11578         * [windows/syscolor.c]
11579         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
11581         * [windows/winpos.c]
11582         Added synchronization on window mapping. Solves the double redraw
11583         problem when starting Solitaire.
11585 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11587         * [control/menu.c]      * [windows/defwnd.c]
11588         Make keyboard navigation working with menubar,
11589         but temporarely inserted a bug in menubar mouse handling ... :-((
11590         (it will be fix next week !)
11592         * [windows/defwnd.c]
11593         Connect VK_MENU to menubar navigation.
11595         * [loader/library.c]
11596         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
11598 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
11600         * [misc/main.c]
11601         Added Copy(). Added a check for `-h' to show usage.
11603         * [misc/dos_fs.c]
11604         Fixed bug in FindFile(), to load directories as dlls.
11606         * [misc/dos_fs.c]
11607         Fixed ToUnix() and ToDos() again, as my previous patch
11608         didn't make it.
11610         * [misc/dos_fs.c] [miscemu/int21.c]
11611         Bug fixes, should be able to handle all winfile and progman int21
11612         requests now except for a few small things.
11614 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
11616         * [memory/heap.c]
11617         Implemented GetFreeSystemResources().
11619 ----------------------------------------------------------------------
11620 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
11622         * controls/menu.c (GetSubMenu): Function did not return correct value
11624         * [windows/mdi.c]
11625         Beginnings of menu handling.
11627 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
11629         * [objects/font.c]
11630         if font.width equals zero use asterix instead.
11632 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
11634         * [objects/bitmap.c]
11635         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
11637         * [objects/brush.c]
11638         Some changes with pattern brushes because of the new bitmap code.
11640         * [objects/color.c]
11641         Added function COLOR_ToPhysical for better color mapping.
11643         * [objects/dib.c]
11644         Heavily optimized SetDIBits().
11646         * [windows/dc.c]
11647         Opimized SetDCState() and DC_SetupGC*() functions.
11648         Added stub for CreateIC().
11650 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11652         * [misc/message.c]
11653         Call SetFocus() after closing box to give back focus to previous owner.
11655         * [misc/files.c]
11656         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
11658         * [control/scroll.c]
11659         Calls to BitBlt() replace by StretchBlt().
11661         * [control/menu.c]
11662         Call SetFocus() to previous owner after closing Popups. 
11663         Fill stub DeleteMenu().
11665         * [control/listbox.c]
11666         * [control/combo.c]
11667         Use SetFocus() in WM_LBUTTONDOWN.
11668         Close ComboBox List upon WM_KILLFOCUS.
11669         Early development of WM_MEASUREITEM mecanism.
11671         * [windows/defwnd.c]
11672         Early development of WM_MEASUREITEM mecanism.
11674 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
11676         * [misc/atom.c]
11677         Fixed sintaxis problem when building the library.
11679 ----------------------------------------------------------------------
11680 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
11682         * [include/windows.h]
11683         Added message types and structures for MDI
11685         * [include/mdi.h]
11686         Created internal structures for handling MDI
11688         * [windows/mdi.c]
11689         Began creating MDI support
11691 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
11693         * [loader/wine.c] [include/wine.h]
11694         Added new field to "struct w_files" to hold the "name table"
11695         resource for Windows 3.0 programs
11697         * [loader/resource.c]
11698         Added code to handle programs with a "name table" resource.
11699         LoadResourceByName() modified to check for the existence of
11700         this resource.
11702 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
11704         * [objects/color.c]
11705         Added installing the private colormap on the desktop window.
11707         * [windows/event.c]
11708         Cleaned up focus event handling (see focus.c).
11709         Use GetFocus() to direct key events to the correct window.
11711         * [windows/focus.c]
11712         Rewritten SetFocus() to:
11713         - only set X focus on top-level windows
11714         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
11715         - prevent setting focus to disabled windows
11716         - install private colormap so -privatemap option works again
11718         * [windows/message.c] [windows/timer.c]
11719         Changed timer management to no longer use PostMessage(), but
11720         to generate timer messages on the fly. Also fixed a related bug
11721         in GetMessage() which could cause busy-waiting.
11723         * [windows/win.c]
11724         Only select focus events on top-level windows.
11726         * [windows/winpos.c]
11727         Added some sanity checks for desktop window.
11729 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
11731         * [misc/dos_fs.c]
11732         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
11733         Support for tilde symbol added for rootdirectories in [drives]
11734         section of wine's configfile.
11736         * [misc/file.c]
11737         hread(), hwrite() added.
11739         * [misc/main.c]
11740         hmemcpy() added.
11742         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
11743         Added STRESS.DLL, an useless dll used to stress a windows system.
11745         * [*/*]
11746         Added missing #includes, fixed prototypes for prototype checking.
11748         * [include/prototypes.h]
11750         Added prototypes for loader/*c, if1632/*c.
11752 ----------------------------------------------------------------------
11753 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
11755         * [Configure]
11756         Added reminder to set WINEPATH, if it is not set.
11758         * [Imakefile]
11759         Removed #elif's
11761         * [controls/button.c]
11762         Added BN_CLICKED notification for owner-draw buttons.
11764         * [if1632/kernel.spec] [memory/heap.c]
11765         Changed Local* functions to WIN16_Local* to prevent unconcious use
11766         of these functions.
11768         * [if1632/relay.c]
11769         Push old Stack16Frame on stack before setting.
11771         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
11772         Added multiple local heap handling in Atom* functions.
11774         * [include/regfunc.h] [miscemu/int21.c]
11775         Rewrote DOS3Call() use context frame that is already on the stack.
11777         * [misc/profile.c]
11778         Fixed to allow leading ";" to mark comments.
11780         * [misc/spy.c]
11781         Fixed bugs and added support for "include" and "exclude" filters.
11783         * [misc/user.c]
11784         Rearranged calls in InitApp().
11786         * [misc/font.c]
11787         Fixed font handling to create system fonts, if they are used.
11789         * [windows/dc.c]
11790         If text drawn on window with no font specified, then default the
11791         font to the system font.
11793 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
11795         * [controls/desktop.c]
11796         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
11797         Implemented SetDeskPattern().
11799         * [misc/main.c]
11800         Added -desktop option to get a large desktop window with
11801         everything inside it.
11802         Added -name option.
11804         * [misc/rect.c]
11805         Bug fix in SubtractRect().
11807         * [objects/*.c]
11808         Replaced the DefaultRootWindow() macro by the rootWindow variable.
11810         * [windows/event.c] [windows/message.c]
11811           [windows/nonclient.c] [windows/win.c]
11812         A few changes to accomodate the new desktop window.
11814  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
11816         * [toolkit/arch.c] --New file-- 
11817         Routines for converting little endian data structures to
11818         big-endian data structures, currently only BITMAP structures are 
11819         converted.
11821         * [misc/atom.c]
11822         When used as part of the WineLib, the code is much simpler.
11823         Doesn't depend on alignement.
11825         * [loader/wine.c]
11826         Ifdefed Emulator dependent code if compiling WineLib.
11828         * [loader/resource.c]
11829         Moved misc/resource.c to loader/resource.c.
11831         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
11832         Ifdefed whole code if compiling WINELIB.
11834         * [include/winsock.h]
11835         Added compilation define to allow compilation on SunOS.
11837         * [include/wine.h]
11838         Removed load_typeinfo and load_nameinfo prototypes, they belong
11839         to neexe.h
11841         * [include/neexe.h]
11842         Added load_typeinfo and load_nameinfo prototypes.
11844         * [include/arch.h]
11845         Fixed some bugs in the conversion routines.
11846         Added macros for Bitmap loading.
11848 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
11849         
11850         * [if1632/kernel.spec] [memory/global.c]
11851         Implemented GetFreeSpace()
11853         * [if1632/user.spec] [loader/resource.c]
11854         Implemented CreateIcon()
11856 ----------------------------------------------------------------------
11857 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
11859         * [Configure] [*/Imakefile]
11860         Created configure script to handle different types of Wine builds.
11862         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
11863         Added ability to compile Wine on systems with 14-char filename limit.
11865         * [if1632/relay.c] [include/options.h] [misc/main.c]
11866         Added -relaydbg option to command line if DEBUG_RELAY is defined.
11868         * [loader/selector.c]
11869         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
11871         * [memory/heap.c]
11872         Fixed LocalInit() to work correctly.
11874         * [misc/user.c]
11875         Added code to call loaded DLLs' initialization routines.
11877 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
11879         * [windows/dce.c]
11880         Added clipping of child windows by their parent's client area.
11882         * [windows/nonclient.c]
11883         Bug fix in NC_DoNCPaint().
11885         * [windows/painting.c]
11886         Bug fix in RedrawWindow().
11888 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11890         * [mem/atom.c]
11891         Bug fix again in ATOM_DeleteAtom() : 
11892                 change LocalFree() by USER_HEAP_FREE().
11893         (Previous patch done Feb 13th had been lost)
11895         * [controls/scroll.c]
11896         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
11898         * [windows/class.c] (sorry Alex ...)
11899         There was no bug there "in RegisterClass() : 
11900                 WNDCLASS->lpszClassName was reset to NULL."
11901                               ^^^^^
11903         * [misc/clipboard.c]    --- New File ---
11904         New function EnumClipboardFormats().
11905         New function OpenClipboard().
11906         New function CloseClipboard().
11907         New function EmptyClipboard().
11908         New function GetClipboardOwner().
11909         New function GetClipboardViewer().
11910         New function CountClipboardFormats().
11911         New function IsClipboardFormatAvailable().
11912         New function OpenClipboard().
11913         New function GetClipboardData().
11914         New function SetClipboardViewer().
11915         New function EnumClipboardFormats().
11916         New function RegisterClipboardFormat().
11917         New function ChangeClipboardChain().
11918         New function SetClipboardData().
11919         New function GetOpenClipboardWindow().
11920         New function GetPriorityClipboardFormat().
11921         New function GetClipboardFormatName().
11923 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
11925         * [misc/comm.c]
11926         bugfix in OpenComm().
11928 ----------------------------------------------------------------------
11929 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
11931         * [include/winsock.h]
11932         The sockproto struct is already defined in <sys/socket.h>
11934         * [misc/winsock.c]
11935         Need to include <netinet/in.h> for struct in-addr.
11936         Use sys_errlist[] instead of strerror[].
11938         *[toolkit/heap.c]
11939         ANSI C specifies that the malloc functions are defined in stdlib.h,
11940           so we don't need to include malloc.h.
11942         *[loader/ldtlib.c]
11943         Print informative error message about probable cause of i386_set_ldt()
11944           failure and then exit.
11946         *[Imakefile]
11947         For systems that don't use gmake by default, set the MAKE variable
11948           to gmake and propagate it on recursive makes.
11949         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
11950           can be built with the FreeBSD 1.0.2 compiler.
11952 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
11954         * [objects/bitblt.c]
11955         Added in three functions to do stretching and compression
11956         for WHITEONBLACK, BLACKONWHITE, and color copies.
11958 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
11960         * [windows/graphics.c]
11961         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
11962         inefficent, but should suffice for now.
11964         * [include/windows.h]
11965         Changed the x,y paramaters for the FloodFill prototype 
11966         from ints to shorts
11968 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
11970         * [windows/widgets.c]
11971         Added desktop window class.
11973         * [windows/painting.c]
11974         Bug fix in RedrawWindow().
11975         Implemented ExcludeUpdateRgn().
11977         * [windows/win.c] [windows/winpos.c]
11978         Implemented desktop window.
11980         * [controls/desktop.c]
11981         Preliminary desktop window procedure.
11983 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
11985         * [controls/menu.c]
11986         New function LoadMenuIndirect().
11987         New function GetMenuCheckMarkDimensions().
11989         * [if1632/user.spec]
11990         Entry for DefDlgProc().
11992         * [windows/class.c]
11993         Fix bug in RegisterClass() : 
11994                 WNDCLASS->lpszMenuName was reset to NULL.
11996         * [windows/win.c]
11997         In CreateWindowEx(), if hMenu == 0 then use 
11998                 wndclass->lpszMenuName to load Menu from resource;
12000 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
12002         * [loader/library.c] [loader/wine.c]
12003         Fixed runing DLL's as main executable problem.
12005         * [misc/dos_fs.c]
12006         Added wildcard support in DOS_readdir().
12008         * [misc/winsocket.c]
12009         Added proper error handling of BSD winsocket functions.
12011         * [miscemu/int21.c]
12012         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
12014         * [main/main.c]
12015         Added functions for GetVersion, GetWinFlags and GetTimerResolution
12016         for libwine.a, SystemParametersInfo() partly implemented.
12018 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
12020         * [toolkit/winmain.c]
12021         Added _WinMain function. Setups the library (calls USER_InitApp).
12023         * [toolkit/sup.c]
12024         Added load_mz_header, load_ne_header, load_type_info and
12025         load_name_info functions.
12027         * [toolkit/heap.c] 
12028         Code cleanup. 
12030         * [misc/user.c]
12031         Moved from loader/misc.c. I hope to put back all the loader
12032         functions in the ~loader subdirectory in the future. CUrrently is
12033         needed since it has USER_InitApp.
12035         * [misc/resource.c]
12036         Since WineLib will probably need DLLs (currently it needs
12037         Sysres.dll). WineLib will be using much code of the loader again.
12038         So I removed some ifdefs that were used by WineLib.
12040         Added load_typeinfo and load_nameinfo (and the corresponding
12041         functions in [toolkit/sup.c]
12043         Added integer convertion functions in the needed places.
12045         Added very ugly patch (includes wine.c). In the next release I
12046         plan to move back all the loader routines to ~/loader. In the
12047         meantime I needed this patch. It doesn't affect any of the
12048         emulator code (its ifdefed for WineLib).
12050         * [misc/main.c]
12051         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
12052         Ifdefed argument number checking when compiling the library.
12054         * [loader/wine.c]
12055         Modified to use load_(mz|ne)_header instead of doing a direct
12056         read.  When compiling the emulator it still uses the direct read
12057         for performance. 
12059         * [include/wine.h]
12060         Prototypes for loading routines.
12062         * [include/class.h]
12063         Added WINE_PACKED macro instead of __attribute__ ((packed))
12065         * [include/arch.h]
12066         Macros for converting integers (Little endian to big-endian).
12067         Needed in the Sun to allow loading of DLL files.
12069 ----------------------------------------------------------------------
12070 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12072         * [windows/clipping.c]
12073         Moved everything into windows/painting.c and removed this file.
12075         * [windows/message.c]
12076         Removed calls to memmove() in MSG_RemoveMsg().
12078         * [windows/nonclient.c]
12079         Added WM_GETMINMAXINFO support for window resizing.
12081         * [windows/painting.c]
12082         Implemented RedrawWindow().
12084         * [windows/scroll.c]
12085         Bug fix in ScrollWindowEx().
12087         * [windows/win.c]
12088         Moved UpdateWindow() to windows/painting.c.
12090 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
12091         
12092         * [loader/wine.c] [misc/dos_fs.c]
12093         getenv() eq NULL bugfixes.
12095         * [misc/comm.c]
12096         cfmakeraw changed for SunOS.
12098 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12100         * [mem/atom.c]
12101         Bug fix in ATOM_DeleteAtom() : 
12102                 change LocalFree() by USER_HEAP_FREE().
12104         * [misc/message.c]
12105         New function FatalAppExit().
12107         * [objects/font.c]
12108         New empty stub SetMapperFlags().
12110         * [controls/menu.c]
12111         Better CheckMark & other bitmaps placement.
12113         * [windows/graphics.c]
12114         New function RoundRect() : calc.exe now working...
12116 Tue Feb 15 14:29:37 1994  John Richardson
12118         * [objects/bitblt.c]
12119         Fixed StretchBlt so it works quicker and faster.  It still doesn't
12120         use the StretchMode bits for bitmap compression, but that will
12121         come soon.
12123 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
12125         * [include/windows.h,dialog.h,gdi.h]
12126         Changed __atribute__ ((packed)) for WINE_PACKED. 
12127         When compiling the library this is defined as nothing. This gets
12128         rid with all the problems compiling under SunOS. Also 
12130         * [windows/utility.c]
12131         Added DebugPrintString.
12133         * [toolkit/sup.c]
12134         Added hSysRes = 1 definition to resolve externals.
12135         Added CallLineDDAProc function (toolkit version).
12136         Added toy, and hi ineficient memmove until code in message.c get
12137         rewritten.
12139         * [objects/gdiobj.c]
12140         Ifdefed linux/emulator-dependent code to allow compilation of
12141         WineLib.
12143         * [misc/winsocket.c]
12144         Added ifdef to allow compilation under SunOS.
12146         * [misc/resource.c]
12147         When compiling the library, the resource file is expected to be in
12148         a file called $argv[0].Res. Also the information of the resource
12149         is expected to be at offset 0 of the .Res file.
12151         * [misc/main.c]
12152         Call WinMain with arguments if compiling WineLib.
12153         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
12154         Call sync_profiles to preserve changes to .INI files.
12156         * [misc/comm.c,dos_fs.c]
12157         removed call to atexit(Comm_DeInit)
12158         removed call to atexit(DOS_DeInitFS)
12159         Shutdown functions are now called from the return of WinMain
12161         * removed memorylib subdirectory
12163         * moved memory/atom.c    to misc/atom.c
12164           moved memorylib/heap.c to toolkit/heap.c
12166         * [loader/wine.c]
12167         Moved DebugPrintString to windows/utility.c
12169         * [include/winsock.h]
12170         Define SO_DONTLINGER only if it has not been previously defined.
12172         * [include/windows.h]
12173         added definition for DLGPROC.
12174         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
12175         When compiling WineLib WNDPROC is defined with all the parameters
12176         to avoid compilation problems.
12178         * [include/user.h]
12179         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
12180         calls are translated to the library allocation routines.
12182         * [include/gdi.h,user.h]
12183         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
12184         translated to the library allocation routines.
12186         * [include/atom.h]
12187         Defined LocalAlign. When compiling the emulator it's translated as
12188         a call to LocalAlloc (the original code), when compiling WineLib
12189         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
12190         (atom.c needs aligned data on a 4 byte boundary).
12192         * [misc/file.c]
12193         Renamed KERNEL_* functions and fixed prototypes.
12195         * [if1632/kernel.spec]
12196         Renamed KERNEL_* functions in order to be used by applications
12197         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
12198         _llseek, _lopen, _lwrite).
12200         * [Makefile]
12201         Create library instead of executable when building target
12202         libwine.a 
12204 ----------------------------------------------------------------------
12205 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
12207         * [Makefiles]
12208         Use $(CC) instead of cc.
12209         Added libwine target.
12211         * [include/prototypes]
12212         #ifdefed section for WineLib
12214         * moved loader/cursor.c   to misc/cursor.c
12215           moved loader/resource.c to misc/resource.c
12216           moved misc/emulate.c    to miscemu/emulate.c
12217           moved misc/int1a.c      to miscemu/int1a.c
12218           moved misc/int21.c      to miscemu/int21.c
12219           moved misc/kernel.c     to miscemu/kernel.c
12220           moved misc/user.c       to miscemu/user.c
12222         * [memorylib/heap.c]
12223         Heap management for WineLib
12225         * [misc/comm.c]
12226         Modified to allow compilation under SunOS (#include errno, SunOS
12227         doesn't have atexit ()).
12229         * [misc/dos_fs.c]
12230         Modified to allow compilation under SunOS (#include vfs.h)
12232         * [misc/file.c]
12233         Modified to allow compilation under SunOS (OPEN_MAX constant,
12234         #include unistd.h)
12236         * [objects/palette.c]
12237         Modified to allow compilation under SunOS (#include limits)
12239         * [toolkit/sup.c]
12240         WineLib version of CallWindowProc.
12242         * [windows/event.c]
12243         Typedef XPointer under X11R4 (OpenWindows).
12245         * [windows/win.c]
12246         When compiling WineLib, use direct callbacks instead of the
12247         windows supplied callbacks.
12249 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
12251         * [loader/cursor.c]
12252         New function CURSOR_SetWinCursor(), for internal use, to set
12253         the cursor of a specific window more reliably than with SetCursor().
12255         * [windows/nonclient.c]
12256         Better window management. Moving and resizing from the system
12257         menu should work now.
12258         Added scroll-bar mouse tracking.
12260         * [windows/win.c]
12261         Moved scroll-bar creation and destruction to defwnd.c.
12263 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12265         * [windows/nonclient.c]
12266         Call to StdDrawMenuBar() during NC's drawing.
12267         New NC_TrackMouseMenuBar() function which call 
12268                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
12270         * [controls/menu.c]
12271         New ChangeMenu() function.
12272         Remove permanently old Xt menu code.
12273         Make common functions MenuButtonDown(), MenuButtonUp()
12274                 & MenuMouseMove() for both popups & menubar.
12275         
12276         * [controls/combo.c]
12277         Paint OBM_COMBO directly in combo client.
12279         * [controls/listbox.c]
12280         Fix bug in multicolumns calculations.
12282         * [controls/Makefile]
12283         Remove rules for old file 'caption.c'.
12285         * [misc/kernel.c]
12286         Remove empty stub GetModuleFileName().
12288         * [loader/library.c]
12289         New GetModuleHandle() function.
12290         New GetModuleUsage() function.
12291         New GetModuleFileName() function.
12293         * [loader/resource.c]
12294         Try to find the bug a missing menu loading ... Not found yet !
12296         * [windows/win.c]
12297         Remove old menubar creation.
12299 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
12301         * [misc/winsocket.c]
12302         More functions added.
12304         * [if1632/winsock.spec] [misc/winsocket.c]
12305         Added John Brezak's winsock.dll stuff.
12307 ----------------------------------------------------------------------
12308 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
12310         * [loader/selector.c]
12311         Added function CreateNewSegments().  Modified IPCCopySelector
12312         to allow aliasing to any arbitrary memory space.
12314         * [memory/global.c]
12315         Fixed potential bug in GlobalGetFreeSegments().
12317         * [memory/linear.c]
12318         Created functions GlobalLinearLock() and GlobalLinearUnlock().
12320 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
12322         * [controls/widgets.c]
12323         Removed CAPTION window class.
12325         * [loader/cursor.c]
12326         Bug fix in LoadCursor(): don't allocate memory every time for
12327         built-in cursors.
12329         * [windows/clipping.c]
12330         Invalidate child windows in InvalidateRgn().
12332         * [windows/defwnd.c]
12333         Added repaint of the caption when changing window text.
12335         * [windows/event.c]
12336         Modified SetCapture() to allow keyboard events while capturing.
12338         * [windows/message.c]
12339         New function MSG_GetHardwareMessage(), to do mouse tracking
12340         without returning control to the Windows program.
12342         * [windows/nonclient.c]
12343         A couple of changes in frame drawing for DLGMODALFRAME windows.
12344         Rewritten window moving code, to use MSG_GetHardwareMessage()
12345         instead of non-client mouse events (this is the way Windows
12346         does it), and to send WM_ENTERSIZEMOVE messages.
12347         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
12349         * [windows/win.c]
12350         Allocate temporary structures on the USER heap instead of
12351         using GlobalAlloc().
12353         * [windows/winpos.c]
12354         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
12356 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12358         * [windows/nonclient.c]
12359         Call to StdDrawScrollBar() during NC's drawing.
12360         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
12361         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
12362         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
12364         * [controls/menu.c]
12365         New GetSubMenu() function.
12366         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
12368         * [controls/listbox.c]
12369         Start changes to satisfy recent changes in scrollbars/windows.
12371         * [loader/resource.c]
12372         Put some code in LoadAccelerators() stub.
12373         New TranslateAccelerator() function.
12375         * [windows/win.c]
12376         Remove GetMenu() & SetMenu() functions.
12377         Call to NC_CreateScrollBars() if required by CreateWindow().
12379 ----------------------------------------------------------------------
12380 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
12382         * [window/win.c]
12383         Added functions EnumWindows, EnumChildWindows, and helper
12384         WIN_EnumChildWin.  EnumWindows won't list all wine windows
12385         because GetDesktopWindow isn't complete.  However, the code
12386         is in place for it to work correctly and only needs 
12387         GetDesktopWindow to do so.  
12389 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
12391         * [windows/defwnd.c]
12392         Added handling of activation messages (WM_ACTIVATE,
12393         WM_NCACTIVATE, WM_MOUSEACTIVATE)
12395         * [windows/event.c]
12396         De-activate the window when losing input focus.
12398         * [windows/focus.c]
12399         Bug fix in SetFocus().
12401         * [windows/message.c]
12402         Added activation of the window on mouse-clicks.
12404         * [windows/nonclient.c]
12405         Changed non-client area painting to use the correct colors
12406         depending upon the activation state.
12407         Added WM_NCACTIVATE message handling.
12408         Fixed a couple of bugs in window moving and resizing.
12410         * [windows/winpos.c]
12411         Implemented Get/SetActiveWindow().
12412         Implemented SWP_NOACTIVATE flag in SetWindowPos().
12414 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12416         * [misc/message.c]
12417         MessageBox has a CaptionBar for his title except for
12418                 MB_SYSTEMMODAL with MB_ICONHAND.
12420         * [windows/nonclient.c]
12421         Call to NC_TrackSysMenu on SysMenu button mouse click.
12423         * [windows/defwnd.c]
12424         Call to NC_TrackSysMenu on Alt key (VK_MENU).
12426         * [controls/menu.c]
12427         New GetSystemMenu() function.
12428         New CopySystemMenu() internal function.
12429         New NC_TrackSysMenu() internal function.
12431         * [include/windows.h]
12432         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
12434 ----------------------------------------------------------------------
12435 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
12437         * [window/win.c]
12438         Added functions EnableWindow, IsWindowEnabled, and helper 
12439         WIN_SetSensitive.
12440         
12441         * [window/event.c]
12442         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
12443         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
12444         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
12445         button presses beep for a disabled window.  
12446         If anyone finds better places for these checks, please tell me.
12448 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12450         * [misc/message.c]
12451         Cleanup on buttons answer value returned.
12453         * [control/combo.c]
12454         Now use OBM_COMBO bitmap dropdown button.
12456 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
12458         * [misc/comm/c]
12459         A few bugfixes.
12461 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
12463         * [loader/cursor.c]
12464         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
12466         * [include/options.h] [misc/main.c]  (New files)
12467         Rewrote main() function to get rid of Xt application context,
12468         and added command-line option parsing.
12470         * [objects/color.c]
12471         Use of a private map now configurable with command-line option.
12473         * [windows/defwnd.c]
12474         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
12476         * [windows/event.c]
12477         Removed ConfigureNotify event handler (no longer needed).
12479         * [windows/message.c]
12480         Send WM_SETCURSOR message on mouse events.
12482         * [windows/nonclient.c]
12483         Use OEM bitmaps for the drawing of the non-client area.
12484         Added caption bar buttons handling, and moving and resizing of
12485         the window via the window frame (bypassing the window manager).
12487         * [windows/painting.c]
12488         Bug fix in BeginPaint().
12490         * [windows/win.c]
12491         Set the override_redirect flag for windows (to bypass window
12492         manager).
12494         * [windows/winpos.c]
12495         Implemented WindowFromPoint(), ChildWindowFromPoint(),
12496         BringWindowToTop(), Get/SetInternalWindowPos(),
12497         Get/SetWindowPlacement().
12499 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
12501         * [memory/heap.c]
12502         Added support for multiple local heaps.
12504 ----------------------------------------------------------------------
12505 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
12507         * [window/caret.c]
12508         Modified code to use system timer.
12510 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12512         * [windows/win.c]
12513         Windows create if required new XLIB MenuBar & CaptionBar.
12515         * [windows/defwnd.c]
12516         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
12517         (I'm not sure it's the good place for it, but it work...)
12519         * [loader/resource.c]
12520         optimize in FindResourceByNumber, make lseek() if next type ...
12522         * [controls/scroll.c]
12523         scrollbar buttons are now using system resources bitmaps.
12525         * [controls/caption.c] - new file ...
12526         captionbar showing title, close button with SysMenu,
12527         and other buttons using system resources bitmaps.
12529         * [controls/menu.c]
12530         New functions: SetMenuItemBitmaps() with 'glues',
12531         Make new version of LoadMenu() & ParseMenu(),
12532         ( put #define USE_POPUPMENU ).
12533         Implementation of MenuBar functions.
12534         
12535         * [sysres.dll]
12536         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
12537         New SYSMENU menu, it don't work yet ! :-((
12539 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
12541         * [memory/atom.c]
12542         Fixed a bug that could cause atoms to be case-sensitive.
12544         * [misc/rect.c]
12545         Bug fix in SubtractRect().
12547         * [objects/clipping.c]
12548         Bug fix when setting the clip mask to an empty region.
12550         * [windows/dce.c]
12551         Bug fix in ReleaseDC().
12553         * [windows/dialog.c]
12554         Call AdjustWindowRectEx() before creating the dialog window.
12555         Added support for DS_MODALFRAME style.
12557         * [windows/event.c]
12558         Cleaned up event handling and removed old Xt stuff.
12559         Moved double-click handling to windows/message.c
12561         * [windows/focus.c]
12562         Bug fix: only set the X focus when the window is viewable.
12564         * [windows/graphics.c]
12565         Rewritten DrawReliefRect() to use brush instead of pen, and
12566         to use the system colors.
12568         * [windows/message.c]
12569         Implemented WM_NCHITTEST message sending, and non-client
12570         mouse messages.
12571         Cleaned up double-click handling, and removed the Xt code.
12573         * [windows/nonclient.c]  (New file)
12574         Implemented AdjustWindowRect().
12575         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
12577         * [windows/painting.c]
12578         Added sending of the WM_NCPAINT message in BeginPaint().
12580         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
12581         Implemented system metrics.
12583         * [windows/win.c]
12584         Bug fix in setting the parent and owner in CreateWindow().
12585         Removed the Xt code.
12587         * [windows/winpos.c]
12588         Added sending of the WM_NCPAINT message in SetWindowPos().
12589         Removed the Xt code.
12591 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
12593         * [windows/class.c]
12594         Implemented GetClassName and GetClassInfo.
12596         * [windows/caret.c]
12597         Various improvements to text caret code.
12599 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
12601         * [misc/comm.c]
12602         Patches to work with NetBSD.
12604 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
12606         * [objects/bitblt.c] Added StretchBlt().
12608 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
12610         * [misc/user.c]
12611         Added creation of system message queue.
12613         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
12614         Added DC size fields into DC structure.         
12616         * [objects/clipping.c]
12617         Bug fix in CLIPPING_IntersectRect().
12619         * [windows/class.c]
12620         Allocate a DCE instead of a DC for CS_CLASSDC classes.
12622         * [windows/clipping.c]
12623         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
12625         * [windows/dce.c]
12626         Implemented GetDCEx() and GetWindowDC().
12628         * [windows/defwnd.c]
12629         Implemented WM_WINDOWPOSCHANGED handling.
12631         * [windows/event.c]
12632         Preliminary support for Xlib event handling instead of Xt callbacks.
12633         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
12635         * [windows/message.c]
12636         Preliminary support for multiple message queues.
12637         Implemented hardware_event() to store messages into the system queue.
12638         Implemented Get/SetTaskQueue().
12639         Better WM_PAINT and WM_TIMER handling.
12640         Changes to use Xlib instead of Xt for events.
12642         * [windows/painting.c]
12643         Use GetDCEx() to retrieve the DC, to get a correct visible region.
12645         * [windows/timer.c]
12646         Moved the timer procedure callback into DispatchMessage().
12647         Changed implementation to get rid of Xt timeouts.  Timer checking
12648         is now done inside GetMessage().
12650         * [windows/win.c]
12651         Allocate a DCE instead of a DC for CS_OWNDC windows.
12652         Replaced Xt calls with Xlib calls.
12653         Moved window positioning functions into windows/winpos.c
12655         * [windows/winpos.c]  (New file)
12656         Rewritten most of the window positioning functions.
12657         Implemented SetWindowPos() and MapWindowPoints().
12659 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12661         * [if1632/user.spec]
12662         Bad arguments description for function SetDlgItemText.
12664         * [objects/text.c]
12665         Function DrawText now handle DT_CALCRECT request.
12667         * [misc/message.c]
12668         Message boxes now use DrawText with DT_CALCRECT.
12670         * [windows/graphics.c]
12671         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
12673         * [windows/win.c]
12674         Bug fix for flags in function ShowWindow.
12675         More accurate WM_SIZE generated by function ShowWindow.
12677         * [controls/listbox.c]
12678         More code for LBS_MULTIPLESEL.
12679         More code for LBS_MULTICOLUMN.
12681         * [include/windows.h]
12682         Bad define for MF_SEPARATOR.
12684         * [controls/menu.c]
12685         New functions: PopMenuWndProc() with 'glues',
12686         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
12687         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
12688         Code in stubs: CreateMenu(), DestroyMenu(). 
12690 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
12692         * loader/wine.c: Added support for relocation types 5 and 6.
12694 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
12696         * [misc/comm.c]
12697         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
12698         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
12699         GetCommError(), SetCommEventMask(), GetCommEventMask(),
12700         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
12701         WriteComm().
12703 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
12705         * [windows/caret.c]
12706         Implemented text caret functions.
12708 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
12710         * [loader/wine.c]
12711         Bug fix in LoadImage().
12713         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
12714           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
12715         Modified graphics calls to take into account the DC origin.
12717         * [windows/defwnd.c]
12718         Added preliminary WM_NCCALCSIZE handling.
12720         * [windows/event.c]
12721         Send WM_NCCALCSIZE message on resize event.
12723         * [windows/win.c]
12724         Send WM_NCCALCSIZE message in CreateWindow().
12725         Realize widgets at creation time (should prevent problems with
12726         unrealized widgets).
12728 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12730         * [controls/static.c]
12731         Send mouse & keyboard message received to its parent.
12733         * [controls/scroll.c]
12734         Send keyboard message received to its parent.
12736         * [controls/listbox.c]
12737         Add Navigation keys .
12738         ListBox now use VSCROLL & HSCROLL instead of children.
12739         Alpha version of LBS_MULTIPLESEL.
12740         Alpha version of LBS_MULTICOLUMN.
12742         * [controls/combo.c]
12743         Add Navigation keys on closed ComboBox.
12744         Remove useless 'COMBOBOX_CreateComboBox' function.
12746 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
12748         * [loader/wine.
12749         LoadImage() modified to use FindFile().
12751         * [misc/file.c]
12752         SetErrorMode added
12754         * [misc/dos_fs.c]
12755         bug fixes.
12757 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12759         * [memory/global.c]
12760         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
12762         * [sysres.dll]
12763         preliminary version of a 'glass of wine' bitmap
12765         * [windows/event.c]
12766         New function 'GetCapture'.
12768         * [controls/scroll.c]
12769         Remove useless 'SCROLLBAR_CreateScrollBar' function.
12771         * [controls/listbox.c]
12772         Remove useless 'LISTBOX_CreateListBox' function.
12774 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
12776         * [objects/font.c]
12777         Corrected bugs in GetCharWidth().
12779         * [windows/event.c]
12780         Modified EVENT_key to send Windows virtual key codes for
12781         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
12782         for printable characters.
12784 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
12786         * [windows/graphics.c]
12787         Added Polyline and Polygon
12789 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
12791         * [controls/listbox.c]
12792         ListBoxDirectory() modified to use dos_fs.c's functions to
12793         access files&|drives.
12795 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
12797         * [misc/dos_fs.c]
12798         Added FindFile() to search a file in a dos/unix style path.
12799         
12800         * [misc/file.c]
12801         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
12802         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
12803         GetDriveType.                      
12805         * [misc/int21.c]
12806         Modified.
12808 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
12810         * [misc/profile.c]
12811         The Profile functions now return the correct values. They now
12812         implement all the features described in the SDK.
12814 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
12816         * [loader/selector.c]
12817         Rewrote selector aliasing routines to use System V IPC
12818         routine to alias memory segments.
12820 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12822         * [controls/listbox.c]
12823         More consistency in functions using wIndexes
12825         * [controls/scroll.c]
12826         New function : ShowScrollBar().
12828         * [loader/cursor.c] ... New file
12829         Move cursor functions from [loader/resource.c].
12830         New function : ClipCursor().
12831         New function : GetClipCursor().
12832         New function : CreateCursor().
12833         SetCursor() now working using gloabal variable 'winHasCursor'.
12835         *[object/palette.c]
12836         New stub only : SelectPalette().
12837         New stub only : RealizePalette().
12839         *[win/event.c]
12840         New function : EVENT_enter_notify(),
12841                 update 'winHasCursor' and send WM_SETCURSOR.
12843         *[win/defwnd.c]
12844         Add processing of WM_SETCURSOR message.
12846         *[win/win.c]
12847         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
12848         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
12849         New function ClientToScreen().
12850         New function ScreenToClient().
12852 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
12854         * [files.h / regfunc.h / misc/dos.c]
12855         Removed.
12857         * [misc/dos_fs.c]
12858         Added support for loading dosdrive cfg from wine.ini.
12860         * [misc/int21.c]
12861         Modified.
12864 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
12866         * [include/atom.h] [memory/atom.c]
12867         Implemented atoms.
12869         * [windows/class.c]
12870         Modified RegisterClass() to use atoms.
12871         Implemented CS_GLOBALCLASS style.
12873         * [windows/message.c]
12874         Implemented RegisterWindowMessage().
12876         * [loader/resource.c]
12877         Bug fix in LoadResource().
12879         * [windows/dialog.c]
12880         Modified CreateDialogParam() to use Find/LoadResource().
12882 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
12884         * [windows/scroll.c]
12885         Preliminary implementations of ScrollWindow, ScrollDC and
12886         ScrollWindowEx.
12888 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12890         * [controls/listbox.c]
12891         Optimization of redraw during 'Add' or 'Insert'.
12893         * [controls/scroll.c]
12894         Optimization of WM_PAINT during 'thumbtracking'.
12896         * [controls/button.c]
12897         Add of beta implement of 'BS_OWNERDRAW'
12899         * [controls/static.c]
12900         Style 'SS_ICON' new supported.
12902         * [misc/message.c]
12903         Begin of implemantation of MB_XXX styles.
12905         * [loader/resource.c]
12906         Function LoadIcon() : now prepare transparency Bitmap mask.
12907         Function LoadCursor() : now prepare a 'X pixmapcursor'.
12908         New function SetCursor() : not finished.
12909         New function ShowCursor() : not finished.
12910         New function AccessResource() : stub.
12912         * [obj/dib.c]
12913         Function DrawIcon(): deugging phase of icon transparency mask.
12915         * [loader/library.c]
12916         new file for news functions LoadLibrary() & FreeLibrary().
12918         * [sysres.dll]
12919         Resources only 16bits DLL for System Resources, icons, etc...
12921 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
12923         * [include/dialog.h] [windows/dialog.c]
12924         Simplified dialog template parsing.
12925         Implemented DialogBoxIndirect().
12927         * [windows/win.c]
12928         Fixed bug in CreateWindow() when aborting window creation.
12929         Modified UpdateWindow() to only update visible windows.
12930         Implemented IsWindow().
12932 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12934         * [controls/listbox.c]
12935         Listbox control window : new messages.
12937         * [controls/combo.c]
12938         Combo box control window : new messages.
12940         * [misc/message.c]
12941         Moved stub MessageBox() to this new file.
12942         Implemented of a callback, now MessageBox show a window.
12944         * [loader/resource.c]
12945         New function DestroyIcon()
12946         New function DestroyCursor()
12947         Filled stub LoadIcon()
12948         Filled stub LoadCursor()
12949         Bug fixed in FindResourceByName() : missing lseek().
12951         * [obj/dib.c]
12952         New function DrawIcon()
12954         * [windows/win.c]
12955         New function CloseWindow()
12956         New function OpenIcon()
12957         New function IsIconic()
12958         New Function FindWindow()
12960 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
12962         * [loader/selector.c]
12963         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
12965 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
12967         * [loader/selector.c]
12968         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
12970 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
12972         * [loader/resource.c]
12973         Wrote FindResource(), LoadResource(), LockResource(),
12974         and FreeResource()
12976         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
12977         Changed selector allocation method.
12979 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
12981         * [if1632/callback.c if1632/call.S if1632/user.spec] 
12982         added Catch (KERNEL.55) and Throw (KERNEL.56)
12983         
12984 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
12986         * [controls/scroll.c]
12987         Scroll bar control window
12988                 Bug resolved : Painting message before scroll visible.
12990         * [controls/listbox.c]
12991         Listbox control window
12992                 Destroy cleanup.
12994         * [controls/combo.c]
12995         Combo box control window
12996                 Destroy cleanup.
12998         * [controls/button.c]
12999                 GetCheck Message now return is state.
13001         * [windows/win.c]
13002         New function IsWindowVisible()
13004 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
13006         * [if1632/user.spec]
13007         Removed some duplicate entries.
13009         * [include/dialog.h] [windows/dialog.c]
13010         Implemented dialog units and fonts.
13011         Added preliminary loading of dialog resources.
13012         Preliminary implementation of DialogBox().
13013         Implemented Get/SetDlgItem* functions.
13015         * [windows/win.c]
13016         Implemented WM_PARENTNOTIFY message.
13017         Implemented CreateWindowEx() and GetWindow().
13018         Completed DestroyWindow().
13020 Mon Nov  1 18:19:34 1993  Erik Bos
13022         * [loader/signal.c]
13023         Added support for int 0x11 & 0x12.
13025         * [loader/int21.c]
13026         Improved function handling.
13028 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
13030         * [objects/font.c]
13031         Implemented GetCharWidth().
13033 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
13035         * [Makefile]
13036         Use GNU malloc.
13038         * [include/int21.h include/wine.h]
13039         Change sc_eflags to sc_efl .
13041         * [include/wine.h]
13042         Fix misplaced #endif
13043         Include <signal.h> for NetBSD
13045         * [loader/int21.c]
13046         Don't include <sys/vfs.h> in NetBSD
13047         Do include <sys/mount.h> in NetBSD
13048         Cleanup some lint.
13050 Mon Oct 26 17:59:01 1993  Erik Bos
13052         * [include/int21.h]
13053         Added.
13055         * [loader/int21.c]
13056         Added support for many dos ints.
13058         * [misc/file.c] [include/files.h]
13059         Moved OPEN_MAX and DosDriveStruct to files.h.
13061 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
13063         * [controls/button.c]
13064         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
13065         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
13066         a preliminary USERBUTTON control.
13068         * [objects/text.c]
13069         Corrected bugs in TEXT_NextLine() and added handling of prefix
13070         character.
13072         * [controls/button.c]
13073         Disabled focus handling by commenting out SetFocus() calls until
13074         serious bug can be found.
13076 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
13078         * [controls/listbox.c]
13079         Listbox control window
13080                 Painting cleanup, new messages processed.
13082         * [controls/scroll.c]
13083         Scroll bar control window
13084                 Painting cleanup.
13086         * [controls/combo.c]
13087         Combo box control window
13088                 Painting cleanup.
13090 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
13092         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
13093         Better support for the private color map.
13094         Using a private map is now the default.
13096         * [windows/win.c]
13097         Bug fix.
13099         * [include/dialog.h] [windows/dialog.c]
13100         Implemented CreateDialog*() and IsDialogMessage().
13102         * [misc/xt.c] [windows/defwnd.c]
13103         Moved DefWindowProc() to defwnd.c.
13104         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
13106         * [windows/defdlg.c]
13107         Started the implementation of DefDlgProc().
13109         * [windows/win.c]
13110         Added WM_NCCREATE and WM_NCDESTROY messages.
13111         Implemented IsChild().
13113 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
13115         * [windows/focus.c]
13116         Implemented GetFocus() and SetFocus().
13118         * [windows/event.c]
13119         Added processing of FocusIn and FocusOut events.
13121         * [windows/graphics.c]
13122         Added DrawFocusRect().
13124 Sat Oct  9 14:36:57 1993  Erik Bos
13126         * [loader/int1a.c]
13127         Added more function handling.
13129 Wed Oct  6 12:21:22 1993  Erik Bos
13131         * [loader/signal.c]
13132         Split signal.c into int1a.c, int21.c and signal.c.
13134 Tue Oct  5 22:12:40 1993  David Metcalfe
13136         * [controls/static.c] [control/widgets.c]
13137         Static control class.
13139         * [objects/text.c]
13140         Added processing of additional DT_ flags to DrawText().
13142         * [windows/win.c] [misc/xt.c]
13143         Added SetWindowText() and WM_SETTEXT processing.
13145 Tue Oct  5 22:12:40 1993  Martin Ayotte
13147         * [controls/listbox.c]
13148         Listbox control window
13150         * [controls/scroll.c]
13151         Scroll bar control window
13153         * [controls/combo.c]
13154         Combo box control window
13156         * [include/combo.h]
13157         Combo box definitions
13159         * [include/listbox.h]
13160         Listbox definitions
13162         * [include/scroll.h]
13163         Scroll bar definitions
13165 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
13167         * [if1632/callback.c]
13168         Fixed bug in MakeProcInstance().
13170         * [debugger/info.c]
13171         Changed x/w and x/b to display in hex.
13173         * [debugger/i386-pinsn.c]
13174         Added code to properly unassemble 16-bit indexing.
13176 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
13178         * [loader/files.c] [misc/profile.c]
13179         System initialization file is now called "wine.ini" and can
13180         be located in the current directory, the user's home directory,
13181         or any directories specified in the WINEPATH environment variable.
13183         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
13184         Changed register function stack to match sigcontext structure.
13186 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
13188         * [loader/files.c]
13189         Created function to search a path for files to load.
13191         * [loader/wine.c]
13192         Modified exe and dll file loading to search through path
13193         specified by the environment variable WINEPATH.
13195 Thu Sep 30 22:30:21 1993  Eric Youngdale
13197         * [loader/signal.c]
13198         Bug fix.
13200 Thu Sep 30 22:30:21 1993  John Brezak
13202         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
13203           [debugger/obstack.h]
13204         Updates to allow debugger to function under NetBSD.
13206 Tue Sep 28 19:59:21 1993  David Metcalfe
13208         * [windows/win.c]
13209         Implemented support for windows with no borders.  Added
13210         GetParent(), GetDlgCtrlID(), GetWindowText() and
13211         GetWindowTextLength() functions.
13213         * [misc/xt.c]
13214         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
13215         to DefWindowProc and Implemented MessageBeep().
13217         * [windows/syscolor.c]
13218         Added preliminary system color support.
13220         * [controls/button1.c]
13221         Mods to new button control and integration with Wine.
13223 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
13225         * [controls/button1.c]
13226         New button control using GDI functions.
13227         
13228 Tue Sep 28 19:59:21 1993  Eric Youngdale
13230         * [debugger/*]
13231         Added debugging capabilities to Wine
13233 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
13235         * [objects/region.c]
13236         Bug fix
13238 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
13240         * [tools/build.c]
13241         Changed the entry point code to reduce the standard entry
13242         point size from 22 bytes to 10 bytes.  This leaves about
13243         4000 free entry points instead of the 800 in version 0.4.2.
13245         * [loader/resource.c]
13246         Rewrote functions to allow loading of resources from any
13247         DLL.
13249         * [loader/wine.c] [include/wine.h]
13250         Added functions GetFilenameFromInstance() and GetFileInfo()
13251         to search for a loaded file based on its instance handle.
13252         Added a field in struct w_files to make searching by an instance
13253         handle faster.
13255 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
13257         * [misc/profile.c]
13258         Implementation of .INI file handling
13260 Mon Sep 20 10:54:32 1993  David Metcalfe
13262         * [misc/profile.c.old]
13263         Implementation of .INI file handling
13265 Mon Sep 20 10:54:32 1993  John Brezak
13267         * [controls/WinButton.c]
13268         Bug fix with call to XtVaSetValues.
13270 Mon Sep 20 10:54:32 1993  Alexandre Julliard
13272         * [windows/win.c]
13273         Quick patch to get colormaps to work with button widget.
13275 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
13277         * misc/keyboard.c: 
13278         Ifdefed out some bogus Ansi<->Oem conversion functions
13280         * misc/lstr.c: 
13281         New file with string functions like lstr* IsChar* *Ansi* 
13283 Wed Sep 15 20:35:10 1993  John Brezak
13285         * [loader/signal.c]
13286         Additional changes to support NetBSD.
13288 Wed Sep 15 22:19:22 1993  Martin Ayotte
13290         * [windows/graphics.c]
13291         Added FrameRect function
13293 Tue Sep 14 13:54:45 1993  Alexandre Julliard
13295         * [objects/color.c] [objects/palette.c]
13296         Preliminary support for private color map.
13298         * [windows/class.c]
13299         Implemented CS_CLASSDC style.
13301         * [windows/dce.c]
13302         Moved DCEs to USER heap.
13303         Implemented class and window DCs.
13305         * [windows/event.c]
13306         Implemented CS_DBLCLKS style.
13308         * [windows/graphics.c]
13309         Bug fix in SetPixel().
13311         * [windows/win.c]       
13312         Implemented CS_OWNDC style.
13313         Implemented Get/SetWindowLong().
13315         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
13316           [windows/dce.c] [windows/message.c] [windows/win.c]   
13317         Moved windows from global heap to USER heap.
13319 Mon Sep 13 05:00:11 1993  Eric Youngdale
13321         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
13322           [loader/wine.c] [tools/build.c]
13323         Added ability to generate missing functions statistics.
13325 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
13327         * [WIN31-APPLETS]
13328         Added new file.
13330         * [if1632/kernel.spec]
13331         Added definitions for GetProfile{Int,String} and SetHandleCount.
13333         * [if1632/keyboard.spec]
13334         Created interface specification for Keyboard driver DLL.
13336         * [if1632/relay.c]
13337         Added keyboard.dll to list of included DLLs.
13339         * [if1632/user.spec]
13340         Added LoadAccelerators definition.
13342         * [loader/resource.c]
13343         Added LoadAccelerators stub.
13345         * [misc/file.c]
13346         Changed OpenFile, and added SetHandleCount (for winfile.exe)
13348         * [misc/keyboard.c]
13349         Added keyboard code.
13351         * [misc/profile.c] [misc/xt.c]
13352         Moved GetPrivateProfile* commands here, and added GetProfile*
13353         commands.
13355 Mon Sep 13 10:24:37 1993  Andrew Bulhak
13357         * [windows/utility.c]
13358         Implemented MulDiv(), OutputDebugString() and wvsprintf()
13360 Fri Sep 10 09:13:30 1993  John Brezak
13362         * [*/Makefile]
13363         Created patch to allow BSD make to build wine.
13365         * [windows/win.c]
13366         Fixed NULL pointer reference.
13368         * [windows/message.c] [misc/xt.c]
13369         Defined HZ to handle system specific timing.
13371         * [windows/graphics.c]
13372         Use M_PI is PI
13374         * [objects/pallete.c]
13375         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
13377         * [dump.c] [ldt.c] [wine.c]
13378         ifdef'ed linux headers for linux compile.
13380         * [loader/ldtlib.c]
13381         Add NetBSD system calls when compiled on that system.
13383         * [loader/selector.c]
13384         Use mmap(MAP_ANON, ...) for NetBSD.
13386         * [if1632/call.S]
13387         Fixed selector assumptions.
13389 Thu Sep 9 20:01:37 1993  David Metcalfe
13391         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
13392           [windows/win.c] [windows/class.c]
13393         Added 3D button control and tied into CreateWindow()
13395 Thu Sep  9 07:35:24 1993  Scott Laird
13397         * [if1632/sound.spec]
13398         Created interface specification for SOUND DLL.
13400         * [if1632/win87em.spec]
13401         Added more functions to the WIN87EM DLL interface specification
13403         * [misc/emulate.c]
13404         Created stubs for the new math emulation functions.
13406         * [misc/sound.c]
13407         Created stubs for the SOUND DLL.
13409 Sun Sep  5 21:02:10 1993  John Burton
13411         * [if1632/kernel.spec]
13412         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
13413         and _lwrite.
13415         * [include/windows.h]
13416         Added OF_ macros
13418         * [misc/file.c]
13419         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
13421 Fri Sep  3 18:47:03 1993  Alexandre Julliard
13423         * [windows/dc.c]
13424         Bug fix
13426         * [objects/text.c]
13427         Bug fix
13429 Fri Sep  3 18:47:03 1993  Bob Amstadt
13431         * [objects/linedda.c]
13432         Finished LineDDA().
13434 Fri Sep  3 11:52:18 1993  Bob Amstadt
13436         * [windows/timer.c]
13437         Changed to use CallWindowProc() rather directly calling callback.
13439         * [windows/event.c]
13440         Implemented SetCapture() and ReleaseCapture()
13442         * [windows/keyboard.c]
13443         Created stub for GetKeyState()
13445         * [objects/linedda.c]
13446         Created stub for LineDDA()
13448         * [if1632/callback.c]
13449         Created callback handler for LineDDA callback procedure.
13451         * [if1632/callback.c]
13452         Created FreeProcInstance()
13454 Fri Sep  3 08:36:52 1993  David Metcalfe
13456         * [loader/signal.c]
13457         Patch to and code for INT 1A
13459 Thu Sep  2 00:31:54 1993  Alexandre Julliard
13461         * [objects/font.c] [objects/text.c]
13462         More text support: implemented justification and underlining.
13464         * [windows/clipping.c] [objects/clipping.c]
13465         Moved low-level clipping functions to objects/clipping.c.
13467         * [windows/clipping.c] [windows/event.c] [windows/message.c]
13468         Implemented window update regions.
13470         * [windows/dc.c] [objects/dcvalues.c]
13471         Moved some device-independent DC functions to objects/dcvalues.c.
13473         * [windows/graphics.c]
13474         Implemented InvertRect() and GetPixel().
13476 Sat Aug 28 08:40:23 1993  Eric Youngdale
13478         * [include/neexe.h] [loader/wine.c]
13479         Added code to handle relocation type 4.
13481         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
13482         Added support for dos interrupts.
13484 Thu 26 Aug 19:15:00 1993  Eric Youngdale
13486         * [loader/selector.c]
13487         Fixed bug dealing with loading DLLs.
13489 Thu Aug 26 19:22:40 1993  Alexandre Julliard
13491         * [include/gdi.h] [objects/font.c] [windows/dc.c]
13492         Beginning of real font support.
13494         * [windows/graphics.c]
13495         Implemented PatBlt().
13497         * [memory/global.c]
13498         Corrected a bug with linked list handling in GlobalAlloc().
13500         * [objects/bitmap.c]
13501         Corrected a bug in BITMAP_SelectObject().
13503 Tue Aug 24 19:22:40 1993  David Metcalfe
13505         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
13506           [controls/SmeMenuButt*]
13507         Change code to support & as a special character in menu item text.
13509 Tue Aug 24 19:22:40 1993  Alexandre Julliard
13511         * [include/gdi.h] [windows/dc.c]
13512         Heavily modified the DC structure for better device-independence.
13514         * [objects/bitmap.c]
13515         Implemented bitmap dimensions.
13517         * [windows/dc.c] [windows/dce.c]
13518         Implemented DC state saving and restoring.
13520         * [windows/dc.c]
13521         Implemented ROP mode.
13523         * [windows/graphics.c]
13524         Implemented FillRect().
13526 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
13528         * [misc/xt.c]
13529         Fixed bug in InvalidateRect().  Solitaire attempted to
13530         clear window before it was realized.
13532         * [loader/resource.c]
13533         Began rewrite of LoadBitmap().
13535         * [loader/wine.c]
13536         Fixed code which set Argv and Argc global variables.
13538         * [loader/selector.c]
13539         Added code to set up command line arguments.
13541         * [include/neexe.h]
13542         Fixed error in PSP structure.
13544 Tue Aug 17 20:41:12 1993  Alexandre Julliard
13546         * [include/gdi.h] [windows/dc.c]
13547         Implemented device capabilities.
13549         * [objects/region.c]
13550         Implemented EqualRgn() and CombineRgn().
13552         * [windows/clipping.c]
13553         Implemented Save/RestoreVisRgn().
13555         * [windows/graphics.c]
13556         Implemented PaintRgn() and FillRgn().
13558         * [windows/mapping.c]
13559         Implemented mapping modes.
13561 Tue Aug 10 14:07:38 1993  Alexandre Julliard
13563         * [if1632/user.spec] [misc/rect.c]
13564         Implemented rectangle API functions.
13566         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
13567         Implemented regions.
13569         * [windows/class.c]
13570         Corrected a typo in UnregisterClass().
13572         * [windows/clipping.c] [windows/dc.c]
13573         Implemented DC clipping and visible region.
13575 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
13577         * [controls/menu.c] [windows/win.c]
13578         SetMenu(), GetMenu(), CheckMenuItem() implemented
13580 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
13582         * [controls/menu.c] [windows/win.c]
13583         Many improvements menus.  LoadMenu() should work.
13585 Wed Aug  4 14:55:36 1993  Alexandre Julliard
13587         * [objects/dib.c]
13588         Started the implementation of device-independent bitmaps.
13590         * [objects/bitmap.c]
13591         Added support for multiple bitmap depths.
13593         * [objects/brush.c]
13594         Implemented pattern brushes.
13596         * [windows/dc.c] [windows/graphics.c]
13597         Implemented some GDI graphics primitives.
13599 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
13601         * [controls/menu.c] [windows/win.c] [include/menu.h]
13602         Code to load class menus from executable file.
13604         * [if1632/user.spec]
13605         Fixed specification of SendMessage() and PostMessage.
13607 Mon Jul 26 21:53:24 1993  Alexandre Julliard
13609         * [if1632/call.S]
13610         Corrected a bug in KERNEL_InitTask().
13612         * [include/windows.h]
13613         Added a lot of constants.
13615         * [loader/selector.c]
13616         Corrected a bug in segment allocation in CreateSelectors().
13618         * [objects/bitmap.c]
13619         Implemented SelectObject() for bitmaps.
13621         * [objects/brush.c]
13622         Implemented hatched brushes and SelectObject().
13624         * [objects/gdiobj.c]
13625         Removed linked list (not needed).
13627         * [objects/palette.c]
13628         Implemented system palette creation and misc. palette API functions.
13630         * [windows/timer.c]
13631         Implemented timers.
13633         * [windows/dc.c]
13634         Implemented memory device contexts.
13636 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
13638         * [dos.c]
13639         Split DOS3Call() out of kernel.c.  Added support for get date
13640         and time functions.
13642         * [call.S]
13643         Added function ReturnFromRegisterFunc() to allow DOS calls
13644         to return values in registers.
13646         * [regfunc.h]
13647         Macros to access registers saved on stack.
13649 Tue Jul 20 10:38:59 1993  Alexandre Julliard
13651         * [win.c]
13652         Corrected allocation of the WM_CREATE data structure.
13654         * [dce.c] [dce.h]
13655         Implemented DCE handling.
13657         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
13658           [gdiobj.c] [palette.c] [pen.c]
13659         Implemented the GDI objects data structures and allocation.
13661         * [windows.h]
13662         Added several structures and constants for GDI objects.
13664 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
13666         * [ldtlib.c]
13667         Modified system calls to match Linus' new interface for
13668         the LDT modification.
13670         * [win.c]
13671         Fixed bug with WM_CREATE message.
13673         * [heap.c] [kernel.spec]
13674         Completed local heap allocation functions.
13676         * [global.c]
13677         Created function GlobalQuickAlloc() for easy allocation from DLLs
13679 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
13681         * [global.c]
13682         Completed global memory pool API
13684 Sun Jul 11 16:59:52 1993  Alexandre Julliard
13686         * [message.c] [user.c] [user.spec] [windows.h]
13687         Added emulation of Windows message queue.
13689 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
13691         * [build.c] Original by Bob Amstadt
13692         * [callback.c] Original by Bob Amstadt, updates by 
13693         Alexandre Julliard
13694         * [dump.c] Original by Bob Amstadt
13695         * [global.c] Original by Bob Amstadt
13696         * [heap.c] Original by Bob Amstadt
13697         * [kernel.c] Original by Bob Amstadt
13698         * [ldt.c] Original by Bob Amstadt
13699         * [ldtlib.c] Original by Bob Amstadt
13700         * [relay.c] Original by Bob Amstadt
13701         * [resource.c] Original by Bob Amstadt, updates by 
13702         Alexandre Juliard
13703         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
13704         * [user.c] Original by Bob Amstadt
13705         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
13706         Alexandre Julliard
13707         * [wintcl.c] Original by Regents of the University of California,
13708         updates by Peter MacDonald and Alexandre Julliard
13709         * [callback.h] Original by Bob Amstadt
13710         * [dlls.h] Original by Bob Amstadt
13711         * [heap.h] Original by Bob Amstadt
13712         * [neexe.h] Original by Bob Amstadt
13713         * [prototypes.h] Original by Bob Amstadt, updates by 
13714         Eric Youngdale
13715         * [segmem.h] Original by Bob Amstadt
13716         * [tkInt.h] Original by Regents of the University of California
13717         * [windows.h] Original by Peter MacDonald, updates by 
13718         Alexandre Julliard and Bob Amstadt
13719         * [wine.h] Original by Eric Youngdale
13720         * [kernel.spec] Original by Bob Amstadt, updates by 
13721         Alexandre Julliard
13722         * [gdi.spec] Original by Bob Amstadt, updates by 
13723         Alexandre Julliard
13724         * [shell.spec] Original by Bob Amstadt
13725         * [unixlib.spec] Original by Bob Amstadt
13726         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
13727         * [win87em.spec] Original by Bob Amstadt
13728         * [Windows.tcl] Original by Peter MacDonald, updates by 
13729         Alexandre Julliard
13730         * [build-spec.txt] Original by Bob Amstadt
13731         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale