Release 960521
[wine.git] / ChangeLog
blob2a032fdb746a30906d850f28edda324bfeb17dc1
1 ----------------------------------------------------------------------
2 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [controls/button.c]
5         Made ButtonWndProc a 32-bit window procedure.
7         * [controls/desktop.c]
8         Made DesktopWndProc a 32-bit window procedure.
9         Added handling of WM_SETCURSOR.
11         * [controls/menu.c]
12         Allocate menu items and strings on the 32-bit system heap.
13         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
14         AppendMenu and LoadMenuIndirect.
16         * [controls/widgets.c]
17         Added possibility to have 32-bit built-in classes.
19         * [files/drive.c]
20         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
22         * [misc/spy.c] [include/spy.h]
23         Added support for spying Win32 messages.
25         * [loader/builtin.c]
26         Fixed bug in -dll option parsing.
28         * [memory/local.c]
29         Added back the change by Huw D. M. Davies to free the block in
30         LocalRealloc() before allocating the new one.
32         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
33         Fixed bug in bitmap size that caused memory corruption for 24bpp.
35         * [windows/defwnd.c]
36         Implemented Win32 version of DefWindowProc().
38         * [windows/dialog.c]
39         Implemented Win32 version of SendDlgItemMessage,
40         Get/SetDlgItemText and Get/SetDlgItemInt.
42         * [windows/mdi.c]
43         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
44         Don't make a copy of the OBM bitmaps for every MDI window.
46         * [windows/message.c]
47         Implemented Win32 version of SendMessage().
48         
49         * [windows/winproc.c] [windows/class.c] [windows/win.c]
50         New scheme for 32-bit window procedures to replace aliases. All
51         32-bit window procedure get a 16-bit address pointing to a
52         WINDOWPROC structure.
53         Implemented Ansi<->Unicode translation for CallWindowProc().
54         Added translation of WM_DRAWITEM between Win16 and Win32.
56         * [windows/win.c] [include/callback.h]
57         Added ugly hack to build CREATESTRUCT on the stack when sending
58         WM_NCCREATE.
59         Implemented Win32 version of Get/SetWindowWord/Long and
60         Get/SetWindowText.
61         
62 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
64         * [controls/button.c]
65         Avoid gray text on gray background in disabled push buttons
66         using a b/w raster and some raster operations (PatBlt,BitBlt).
68         * [objects/text.c]
69         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
71 ----------------------------------------------------------------------
72 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
74         * [*/*.c]
75         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
76         SIZE16. Implemented Win32 version of most functions that take
77         these types as parameters.
79         * [configure]
80         Patched autoconf to attempt to correctly detect -lnsl and
81         -lsocket. Please check this out.
82         
83         * [controls/button.c]
84         Added support for Win32 BM_* messages.
86         * [controls/menu.c]
87         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
88         with Excel.
90         * [memory.heap.c] [include/heap.h]
91         Added support for SEGPTRs in Win32 heaps. Added a few macros to
92         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
93         but they work with Win32.
95         * [memory/atom.c]
96         Implemented Win32 atom functions.
98         * [memory/local.c]
99         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
101         * [win32/memory.c]
102         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
104         * [windows/class.c]
105         Properly implemented the Win32 class functions.
107         * [windows/winproc.c] (New file)
108         New file handling the message translation between Win16 and Win32.
110 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
112         * [windows/mdi.c] [windows/menu.c]
113         Improved WM_MDICREATE and WM_MDICASCADE handling.
115         * [windows/event.c] [objects/bitblt.c]
116         Handle GraphicsExpose event for BitBlt from screen to screen.
118         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
119         Bunch of fixes for problems with -managed.
121         * [windows/win.c] [windows/winpos.c]
122         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
123         in CreateWindow.
125         * [windows/win.c] [windows/queue.c] [misc/user.c]
126         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
127         on window creation/destruction.
129         * [objects/palette.c]
130         Crude RealizePalette(). At least something is visible in LviewPro.
132 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
134         * [if1632/gdi32.spec]
135         Added Rectangle (use win16 version).
137         * [if1632/kernel32.spec]
138         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
140         * [if1632/user32.spec]
141         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
142         versions).
143         Added SetWindowsHookExA (empty stub for now).
145         * [include/handle32.h]
146         Changed #include <malloc.h> to #include <stdlib.h> to prevent
147         hate message from FreeBSD compiler.
149         * [win32/newfns.c]
150         Added new function SetWindowsHookEx32A (empty stub for now).
152         * [win32/user32.c]
153         Removed redundant debugging printf statement.
155 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
157         * [memory/local.c]
158         Avoid creating adjacent free blocks.
159         Free the block in LocalReAlloc() before allocating a new one.
160         Fixed LocalReAlloc() for discarded blocks.
161         
162 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
164         * [resources/sysres_Fi.rc]
165         ChooseFont and ChooseColor dialogs updated.
167 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
169         * [files/drive.c,if1632/kernel.spec]
170         GetCurrentDirectory(),SetCurrentDirectory() implemented.
172         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
173           [include/windows.h] [include/winreg.h] [loader/main.c]
174           [misc/main.c] [misc/shell.c] [misc/registry.c]
175         Registry fixes:
176         - loads win95 registry databases,
177         - save only updated keys on default,
178         - now adhers to the new function naming standard,
179         - minor cleanups.
181 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
183         * [combo.c]
184         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
185         and synchronized mine with Greg Kreider's works.
187         * [commdlg.c]
188         Bugfix in ChooseFont: font size handling.
190 ----------------------------------------------------------------------
191 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
193         * [DEVELOPERS-HINTS]
194         Added paragraph on naming conventions for Win16/Win32/Winelib.
196         * [controls/menu.c]
197         Create a default system menu that is the same for all windows
198         instead of making a copy every time.
200         * [include/wintypes.h]
201         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
202         Added xx16 and xx32 definitions for most types. General clean-up.
204         * [memory/global.c] [memory/local.c] [*/*]
205         Renamed Global and Local heap functions to xxx16. Added all xxx32
206         versions of the same functions.
208         * [memory/selector.c]
209         Mask out lower bits of selector in FreeSelector().
211         * [misc/lstr.c]
212         Fixed wvsprintf().
214         * [windows/class.c]
215         Changed the class structure to make Win32 support easier.
217         * [windows/defwnd.c]
218         Added handling of WM_INITMENUPOPUP for system menu to gray out
219         invalid options.
221         * [windows/winpos.c]
222         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
223         a SEGPTR.
225 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
227         * [memory/local.c]
228         Implementation of moveable and (rudimentary) support for
229         discardable local memory, plus several bug fixes.
231 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
233         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
234         FindWindowEx() implemented (someone reported it was missing
235         for FrameMaker 4.1).
237         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
238           [win32/resource.c]
239         Misc small stubs/small functions which bring win95 binaries
240         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
241         Small fix in WIN32_LoadAcceleratorsA.
243 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
245         * [controls/edit.c] [controls/EDIT.TODO]
246         Changed / fixed some types and typecasts.
247         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
248         Added heap initialization in WM_CREATE.
250 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
252         * [controls/combo.c] [controls/listbox.c]
253         Pass WM_[HV]SCROLL to listbox, but not combo.
254         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
255         Combo box gets border.
256         Combo box includes button (otherwise button won't trigger dropdown).
257         Proper border around RectButton.
258         Check size consistancy of combo, listbox, and button after resizing 
259         or before painting.  These routines still aren't completely correct.
260         Localize size checks in separate routines.
261         Listboxes are white.
263 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
265         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
266           [resources/sysres_De.rc][resources/sysres_En.rc]
267         Introduced ChooseFont dialog, but needed some patches in 
268         handling of comboboxes with edit controls.
270 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
272         * [programs/winhelp/*]
273         Added a help viewer and a simple `.hlp' to `.sgml' converter.
275 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
277         * [resources/sysres_*.rc] [misc/shell.c]
278         Modified size of "About" dialog boxes.
280 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
282         * [if1632/Makefile.in][loader/builtin.c]
283         crtdll.spec, ntdll.spec, wsock32.spec: new files.
285         * [loader/pe_image.c]
286         Fix error message if import by ordinal failed.
288 ----------------------------------------------------------------------
289 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
291         * [Makefile.in]
292         Subdir memory is now also compiled for Winelib, in order to get
293         the Win32 heap functions.
295         * [if1632/Makefile.in]
296         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
297         DLL names > 8 characters.
299         * [loader/builtin.c] (New file)
300         Grouped all built-in DLLs code in a single file.
302         * [memory/global.c]
303         Use the Win32 heap code instead of malloc() to allocate linear
304         memory. This will help test the heap code.
306         * [memory/local.c]
307         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
309         * [tools/build.c] [if1632/relay.c]
310         Removed 'id' directive in spec files. For relay debugging, the DLL
311         entry point is now computed from the CS:IP entry point address.
312         Added 'heap' directive to specifiy a local heap for the DLL. USER
313         and GDI heap are now created this way.
315         * [windows/class.c] [include/class.h]
316         Changed the class structure to use pointers instead of handles.
317         Changed Get/SetClassWord/Long to use a switch statement; this
318         allows changing the layout of the CLASS structure.
320         * [windows/win.c] [include/win.h]
321         Use a CLASS * instead of a handle for the window class.
323 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
325         * [if1632/kernel32.spec] [memory/global.c]
326           [win32/memory.c] [win32/process.c]
327         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
328         LocalLock,SetThreadAffinityMask: new relays.
330         * [win32/cursoricon32.c]
331         Return same handle if a cursor is loaded multiple times.
333 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
335         * [resources/sysres_Ko.rc]
336         Added support for Korean [Ko] language.
338 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
340         * [objects/dc.c] [objects/font.c]
341         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
343         * [objects/metafile.c] [objects/dcvalues.c]
344         Fixed broken SetTextAlign() on metafiles.
346         * [objects/metafile.c]
347         Delete objects in handle table at end of PlayMetaFile().
349 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
351         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
352         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
353         [If it doesn't work for you, use -dll -ver and report it to me]
355         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
356           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
357           [windows/graphics.c]
358         Simple win32 functions, where we can just use the win16 counterpart.
359         Misc. stubs. 
361         * [misc/lstr.c]
362         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
364         * [misc/registry.c]
365         Some alloclens were off by 1, one double fclose() fixed.
366         Requesting value 0 of a key with no values returns an error 
367         (should we always return a made up value NULL? what does win3.1?)
369 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
371         * [misc/shell.c]
372         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
373         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
375         * [misc/user.c]
376         Do extensive cleanup on application exit.
378         * [windows/hook.c] [windows/win.c] [windows/class.c]
379         Added miscellaneous cleanup routines.
381         * [controls/menu.c]
382         More efficient popup menu window handling.
384 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
386         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
387         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
389 ----------------------------------------------------------------------
390 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
392         * [resources/sysres_Fr.rc] [resources/TODO]
393         Made changes for Choose_Color dialog.
395 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
397         * [controls/button.c]
398         Fixed test that got miscompiled by some old gcc versions.
400         * [memory/local.c]
401         Fixed the layout of handle tables so that moveable handle entries
402         can be freed on LocalFree().
403         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
404         GetHeapSpaces().
406         * [misc/main.c] [ANNOUNCE]
407         Update the list of contributors. Please let me know if I forgot
408         someone.
410 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
412         * [controls/edit.c] [controls/EDIT.TODO]
413         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
414         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
415         Added WM_ENABLE implementation (gray text).
416         Fixed buffer > 32767 bug.
417         Fixed argument types / typecasting.
418         Faster selection (re)drawing.
420 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
422         * [misc/registry.c] [include/winreg.h]
423         Changed savefile format again to human readable/editable
424         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
425         Has now global / local registry databases (including merging them).
426         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
427         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
429         * [misc/comm.c]
430         Allow " " as COMx: ... spec delimiter too.
431         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
432         remember the x).
434 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
436         * [windows/mdi.c]
437         Miscellaneous changes.
439         * [windows/winpos.c] 
440         Use BitBlt whenever possible in SetWindowPos.
442         * [windows/painting.c]
443         Fix incompatibilities with hrgnUpdate being 1.
445 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
447         * [misc/commdlg.c]
448         Many bugfixes in ChooseColor dialog.
449         Added a user defined dialog title in FileOpen-/FileSave- dialog.
451         * [misc/commdlg.c][include/commdlg.h]
452           [if1632/commdlg.spec][if1632/winprocs.spec]
453         Introduced dialog-, callback- and enum- stub functions
454         for ChooseFont dialog
456 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
458         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
459         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
460         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
461         fixes.
463         * [windows/winpos.c]
464         Don't try to hide the window if it's already hidden.
466         * [windows/message.c]
467         Let MSG_PeekHardwareMsg fill the message queue with events if
468         it's empty.
470 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
472         * [resources/sysres_It.rc]
473         Updated to support the new CHOOSE_COLOR_DIALOG.
475 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
477         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
478           [include/w32sys.h] [include/dlls.h]
479           [misc/Makefile] [misc/w32sys.c]
480         W32SYS.DLL partially implemented.
482 ----------------------------------------------------------------------
483 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
485         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
486         Made the resource loading code always use the correct Windows
487         layout for Winelib on other CPUs.
489         * [include/module.h] [loader/module.c]
490         Added self handle in NE_MODULE structure, so we can use a pointer
491         instead of a handle.
492         Added function MODULE_GetPtr() to validate a HMODULE.
494         * [memory/heap.c]
495         Implemented Win32 heap management.
497         * [memory/selector.c]
498         Fix selector limit for huge blocks.
500 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
502         * [objects/metafile.c]
503         Fixed memcpy bug to allow memory based metafiles to work.
505 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
507         * [controls/edit.c] [controls/EDIT.TODO]
508         Complete rewrite.  Everything changed: new features, new bugs.
509         Main addition: WordWrap.
511 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
513         * [resources/sysres_It.rc]
514         Fixed a few mistakes in the file and resized some of the controls.
516 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
518         * [misc/winsocket.c]
519         Fixed broken #if defined that stopped unixware compiling.
521         * [win32/resource.c]
522         Added missing return to end of FindResource32.
524 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
526         * [windows/keyboard.c] [windows/event.c]
527         Fixed GetKeyState for mouse buttons.
529         * [windows/message.c]
530         WM_MOUSEACTIVATE wasn't sent in some cases.
532 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
534         * [objects/font.c]
535         Match slightly bigger font if height negative.
537 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
539         * [multimedia/mmsystem.c]
540         Changed read's to FILE_read's in mmsystem to fix mmio bug.
542 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
544         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
545         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
546         En-,De- resources. 
547         As written in TODO: some national language support is needed here.
549 ----------------------------------------------------------------------
550 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
552         * [controls/button.c] [controls/static.c]
553         Changes to use WND * wherever possible.
555         * [debugger/dbg.y] [debugger/debug.l]
556         Added 'info module' and 'walk module' commands.
558         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
559         Added assembly code generation to call from Wine into 32-bit code.
560         Changed all 'call32' references in 'callfrom16' to avoid confusion
561         with Win32 routines.
563         * [include/callback.h]
564         Added prototypes for 32-bit callbacks.
566         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
567         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
568         now generated by the build program.
570         * [include/module.h]
571         Added extra info to NE_MODULE for Win32 modules to point to the PE
572         module data.
574         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
575         Removed the wine_files list. The PE data for a module can now be
576         accessed with the NE_WIN32_MODULE macro.
578         * [loader/signal.c] [miscemu/instr.c]
579         Don't start the BIOS timer at startup, but only after an access to
580         the 0x40 segment.
582         * [memory/local.c]
583         Changed LOCAL_Lock() to return a 32-bit pointer.
585         * [misc/main.c] [include/dlls.h]
586         Some built-in DLLs (like KERNEL) can no longer be disabled from
587         the command-line.
588         
589 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
591         * [*/*]
592         A lot of small changes to support SCO OpenServer 5.
594 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
596         * [controls/edit.c]
597         Fixed GetKeyState() call to use 0x8000 convention.
599         * [include/windows.h]
600         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
602 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
604         * [if1632/except.S]
605         Modified code to assemble on unixware.
607 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
609         * [objects/font.c]
610         Implementation of a second font cache which will be updated
611         dynamically.
613 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
615         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
616           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
617           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
618           [resources/sysres_No.rc] [resources/TODO]
619         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
621 ----------------------------------------------------------------------
622 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
624         * [tools/build.c]
625         Changed BuildSpec32Files() to generate assembly instead of C code.
626         Unified -spec16 and -spec32 options; DLL type is now determined by
627         the 'type' declaration in the .spec file.
628         New -stdcall option to build all stdcall assembly relays.
630         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
631         Started to unify 16- and 32-bit builtin DLLs.
633         * [loader/module.c]
634         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
636         * [loader/pe_image.c] [loader/resource.c]
637         All modules now have a NE signature, and can be distinguished by
638         the NE_FFLAGS_WIN32 flag.
640         * [windows/alias.c]
641         Aliases for built-in window procedures are now all created at
642         startup in ALIAS_Init().
644 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
646         * [controls/combo.c]
647         Limit rectangle to clear to size of item when painting combo, not
648         default.  Only draw items in list when there is enough room for them.
650         * [controls/listbox.c]
651         Get the measure of every item that's added and store in the item's
652         data structure.  Scroll listbox if mouse near edge of box.  Only
653         draw items in list when there is enough room.
655 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
657         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
658           [windows/nonclient.c] [controls/menu.c] 
659         Various changes for better keyboard handling. 
661         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
662         Proper keyboard message ordering, working GetKeyState() (finally!), 
663         improvements in ToAscii().
665         * [windows/win.c] [windows/message.c]
666         Small improvements in WIN_FindWinToRepaint.
668         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
669         Put update region in WM_NCPAINT wParam.
671         * [loader/task.c]
672         Kill task timers when task is deleted, switch timers to the
673         new queue in SetTaskQueue().
675         * [loader/signal.c] [miscemu/dosmem.c]
676         Added SIGALRM signal handler to increment BIOS clock. 
678         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
679         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
680         MDI client.
682         * [windows/winpos.c]
683         Improvements in handling of owned popups. "Floating" toolboxes 
684         work better now. 
686 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
688         * [misc/registry.c]
689         New file, registry rewrite including win32 extensions
690         - Unicode
691         - multiple valus per key
692         - different datatypes for values
693         - multiple rootkeys
694         - saving and loading in different registries.
696         * [include/winreg.h]
697         New file, definitions and structs for registry.
699         * [include/winerror.h]
700         Some new error defines added... there are more, someone please
701         check a (real-)windows winerror.h.
702         
703         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
704         Registry specs added.
706         * [if1632/relay.c]
707         Switch internal SHELL.DLL to default 'used'.
709         * [win32/string32.c] [include/string32.h]
710         Some new functions added.
711         char should be unsigned char when converting to 16bit ints.
713         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
714         Removed old registry functions.
716 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
718         * [include/bitmaps/ocr_ibeam]
719         Fixed the position of the hotspot.
721         * [objects/text.c]
722         Fixed a few bugs in TEXT_TabbedTextOut().
724         * [windows/event.c]
725         Fixed the order of the bits in the KeyStateTable.
726         0x80 is the up/down-bit.  0x01 is the toggle bit.
728         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
729         Fixed the calls to GetKeyState().
731 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
733         * [resources/sysres_Fr.rc] [resources/TODO]
734         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
736 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
738         * [resources/sysres_it.rc]
739         Added support for Italian [It] language.
741 ----------------------------------------------------------------------
742 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
744         * [include/win.h] [windows/*.c]
745         Replaced next, parent, child and owner handles by pointers in WND
746         structure. This should improve performance, and should be
747         reasonably safe since Microsoft did the same in Win95.
749         * [include/wintypes.h] [*/*]
750         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
751         allows removing a lot of unnecessary casts and NPFMTs.
753         * [windows/caret.c]
754         Create the caret brush upon CreateCaret(); use the bitmap
755         dimensions for the caret.
756         Fixed CARET_DisplayCaret() to use PatBlt().
758 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
760         * [misc/winsocket.c]
761         More sanity checks, fixup some erroneous return codes.
763         * [documentation/winsock]
764         Description of how compatible the winsock is currently.
766 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
768         * [library/winmain.c]
769         Set `lpszCmdParam' by concatenating arguments.
771         * [loader/module.c]
772         WinExec: accept Unix commands, use Wine emulator.
774 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
776         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
777         DeleteCriticalSection, EnterCriticalSection,
778         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
779         TlsFree, TlsGetValue, TlsSetValue: new functions.
780         CRITICAL_SECTION: new structure.
782         * [if1632/kernel32.spec][win32/code_page.c]
783         WideCharToMultiByte: new function.
785         * [if1632/kernel32.spec][win32/file.c]
786         GetFileAttributesA: new function.
788         * [if1632/kernel32.spec][misc/main.c]
789         GetEnvironmentStringsW, FreeEnvironmentStringsA,
790         FreeEnvironmentStringsW: new functions.
791         
792         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
793         cursoricon32.c: new file.
794         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
795         to WIN32_*.
796         LoadIconA, LoadIconW: modified implementation from LoadIconA32
797         to WIN32_*.
799         * [include/struct32.h]
800         pragma pack inserted.
801         CURSORICON32 structures added.
803         * [include/winnls.h]
804         Constants CP_* and WC_* added.
806         * [loader/pe_image.c]
807         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
809 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
811         * [misc/commdlg.c]
812         Introduced hook function handling in file dialog.
813         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
815 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
817         * [if1632/gdi32.spec]
818         Added GetNearestColor.
820         * [if1632/kernel32.spec]
821         Added GlobalAddAtomA.
823         * [win32/param32.c]
824         Added stackframe.h to includes.
825         WIN32_GlobalAddAtomA() - new function.
827 ----------------------------------------------------------------------
828 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
830         * [controls/edit.c]
831         Removed calls to memmove (not portable).
833         * [debugger/dbg.y] [debugger/debug.l]
834         Prefixed all token with 't' to avoid conflicts with type
835         definitions.
836         Added 'walk queue', 'walk class' and 'info class' commands.
838         * [debugger/info.c]
839         Moved queue and window information functions to windows/queue.c
840         and windows/win.c respectively.
842         * [loader/signal.c]
843         Added SIGHUP handling to force entry into built-in debugger.
844         Cleaned up a bit.
846         * [misc/spy.c]
847         General cleanup and performance improvements.
849         * [windows/class.c]
850         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
851         debugger.
853         * [windows/event.c]
854         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
855         sure if this key combination is a good choice...
857         * [windows/message.c] [windows/queue.c] (New file)
858         Moved message queue handling functions to windows/queue.c.
860 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
862         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
863         Implemented Win32 exception functions: RaiseException(),
864         RtlUnwind(), SetUnhandledExceptionFilter() and
865         UnhandledExceptionFilter().
867 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
869         * [controls/listbox.c] [include/listbox.h]
870         Special handling for COMBOLBOX styles introduced via extension of
871         HEADLIST structure: lphl->dwStyle.
873 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
875         * [controls/combo.c]
876         Any mouse movement within a small distance (defined by CBLMM_EDGE)
877         of the top or bottom edge causes the window to scroll.  Also moved 
878         some assignments so the routine works correctly.
880         * [controls/listbox.c]
881         Changing selection in ListBoxSetCurSel now updates PrevFocused.
882         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
883         and sets the standard text height.
885 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
887         * [windows/dce.c]
888         Fixed memory leak in DCE_ClipWindows().
890 ----------------------------------------------------------------------
891 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
893         * [configure.in]
894         Quote '[' and ']' in the test program for the strength-reduce
895         bug. This should work much better...
897         * [files/file.c]
898         Augmented DOS_FILE structure. Most internal functions now return a
899         DOS_FILE* instead of a Unix handle.
900         Added a local file array to replace the PDB list upon startup, to
901         allow using file I/O functions before the first task is created.
902         Added FILE_SetDateTime() and FILE_Sync() functions.
903         
904         * [loader/module.c]
905         Use the DOS file I/O functions in MODULE_LoadExeHeader().
907         * [objects/bitblt.c]
908         Use visible region instead of GC clip region to clip source
909         area. This fixes the card drawing bug in freecell.
911         * [objects/region.c]
912         Fixed CombineRgn() to allow src and dest regions to be the same.
914 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
916         * [controls/EDIT.TODO]
917         Updated so it reflects the current status.
919         * [controls/edit.c]
920         Implemented internal EDIT_WordBreakProc().
921         Implemented ES_READONLY.
922         Implemented WM_LBUTTONDBLCLK to select whole words.
923         Fixed a lot of types in the function definitions.
925 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
927         * [debugger/info.c]
928         Added "walk window" command to walk window list. 
930         * [windows/mdi.c]
931         Added proper(?) WM_MDISETMENU message handling.
933 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
935         * [if1632/callback.c][if1632/relay32.c]
936         RELAY32_CallWindowProcConvStruct: new function.
938         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
939         struct32.c: new file. Moved all structure conversions into that file
940         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
941         renamed to STRUCT32_POINT32to16, ...
942         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
943         POINT32, ...
944         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
945         CREATESTRUCT.
947         * [include/windows.h][misc/exec.c]
948         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
949         WinHelp: Reimplemented. Thanks to Peter Balch
950         (100710.2566@compuserve.com) for his valuable research.
952         * [win32/winprocs.c]
953         WIN32_CallWindowProcTo16: new function, call in
954         USER32_DefWindowProcA,...
956 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
958         * [include/wintypes.h]
959         Added "#define __export".
961         * [objects/bitblt.c]
962         Put in a few hacks to make bitblt-ing work when upside-down and/or
963         mirrored.  BITBLT_StretchImage should really be checked over
964         thoroughly.
966         * [programs/progman/main.c]
967         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
969         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
970         Eliminated shift/reduce conflict in style definition.
971         Added crude error message support: "stdin:%d: parse error before '%s'".
972         Implemented string table support to the best of my ability (it works
973         with LoadString() calls).
975         * [windows/nonclient.c]
976         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
977         bar of non-iconized window was clicked (checked for iconization).
979 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
981         * [if1632/lzexpand.spec] [if1632/relay.c]
982           [include/lzexpand.h][misc/lzexpand.c]
983         LZEXPAND.DLL added.
985 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
987         * [windows/win.c]
988         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
989         this prevents too early termination of EnumChildWindows().
991 ----------------------------------------------------------------------
992 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
994         * [controls/scroll.c]
995         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
996         current tracking window.
998         * [files/file.c]
999         Fixed two file descriptor leaks in FILE_OpenFile().
1001         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
1002           [tools/build.c]
1003         Replaced LOADEDFILEINFO structure by OFSTRUCT.
1005         * [memory/atom.c]
1006         Reload the pointer to the atom table in ATOM_GetTable() and
1007         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
1008         move in linear memory.
1010 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
1012         * [include/callback.h]
1013         Added support for CallWordBreakProc().
1015         * [controls/edit.c]
1016         New caret handling (really efficient / fast).
1017         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
1018         Fixed EM_SETFONT so it now also creates a proper new caret.
1020 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
1022         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
1023         Added WM_DELETE protocol to top-level windows.
1025         * [controls/scroll.c]
1026         Fixed a problem which caused slow scrolling to continue uncontrollably.
1028         * [misc/exec.c]
1029         Implemented ExitWindows().
1031         * [windows/win.c]
1032         Set top-level owned windows to be transient.
1034 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1036         * [programs/progman/*]
1037         Added a program manager.
1039 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
1041         * [resources/sysres_Eo.c]
1042         Added support for Esperanto [Eo] language.
1044 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1046         * [if1632/user32.spec]
1047         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
1049         * [win32/init.c]
1050         Added task.h to includes. GetModuleHandleA() - return hInstance
1051         if called with NULL parameter. Freecell needs this. NOTE this
1052         may indicate a problem with differentiation between hModule and
1053         hInstance within Wine.
1055         * [win32/resource.c]
1056         FindResource32() and LoadResource32() - Removed #if 0's around
1057         conversion from hInstance to hModule. See remarks above.
1059         * [win32/string32.c]
1060         WIN32_UniLen() - removed stray semicolon.
1062 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1063         
1064         * [windows/caret.c]
1065         Set blink rate with call to GetProfileInt().
1067         * [rc/winerc.c]
1068         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
1069         instead of 0.  This seems to correspond to Borland's defaults, and
1070         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
1071         or "| NOT WS_VISIBLE" technique in the *.rc file.
1073         * [win32/time.c]
1074         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
1075         returned by gettimeofday() instead of making second call to
1076         time().  This eliminates clock jitter if the seconds change
1077         between the two calls (rare, but possible).
1079         * [include/wintypes.h]
1080         Added "#define _far" and "#define _pascal".
1082         * [windows/win.c]
1083         Added function GetDesktopHwnd().
1085         * [include/xmalloc.h]
1086         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
1087         have been removed from 'configure', and was causing redefinition
1088         warnings.
1090 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
1092         * [windows/winpos.c] 
1093         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
1094         to force a repaint when setting menu bars with different rows.
1096 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1098         * [windows/syscolors.c] [controls/scroll.c]
1099         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
1101 ----------------------------------------------------------------------
1102 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1104         * [files/profile.c]
1105         Added \r when writing profile files, for DOS compatibility.
1107         * [memory/global.c]
1108         Fixed bug in GlobalReAlloc() that caused a discarded block not to
1109         be reallocated if its size was not changed.
1111         * [memory/selector.c]
1112         Avoid setting a valid LDT entry with base and limit set to 0, as
1113         this causes the kernel to clear the entry. This fixes a crash when
1114         exiting Windows program manager.
1116         * [objects/metafile.c]
1117         Removed call to creat() instead of _lcreat() for WINELIB.
1119 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
1121         * [if1632/gdi32.spec]
1122         GetTextExtentPointA now has win32 specific implementation.
1124         * [include/struct32.h]
1125         Define new structure tagSIZE32 and typedef SIZE32 to it.
1126         Define prototype for function PARAM32_SIZE16to32
1128         * [win32/param32.c]
1129         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
1131         * [win32/memory.c]
1132         Added missing file pointer parameter to fprintf.
1134 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
1136         * [windows/nonclient.c]
1137         Added more familiar icon activity, ie single click brings up
1138         system menu.
1140 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
1142         * [controls/menu.c]
1143         Added calls to HideCaret() and ShowCaret() from within
1144         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
1145         MENU_TrackKbdMenuBar().  Are there any more places where this
1146         should be done?
1148         * [controls/static.c]
1149         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
1150         the previous icon.  Added a new FIXME at the point where
1151         WM_SETTEXT is handled for a SS_ICON static control.
1153         * [misc/commdlg.c]
1154         Implemented FindText() and ReplaceText()
1155         Still missing : Templates and Hooks handling / error checking
1157         * [resources/sysres_En.c]
1158         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
1159         Languages other than En should update these too, though, as well
1160         as redimension the controls because some of the text doesn't fit.
1161         Created file resources/TODO to explain this.
1163         * [windows/caret.c]
1164         Re-written.  It now uses the correct R2_XORPEN.  It resets the
1165         blink timer on SetCaretPos().  It does its own hide/show scheme
1166         when SetCaretPos() is called (should be faster).
1168 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1170         * [controls/listbox.c]
1171         Miscellaneous changes for better LBS_EXTENDEDSEL support.
1172         Removed several superfluous redrawals of item list.
1174         * [controls/scroll.c]
1175         WM_GETDLGCODE return value.
1177         * [windows/win.c]
1178         FlashWindow function.
1180         * [windows/painting.c] [windows/scroll.c]
1181         Added HideCaret/ShowCaret calls.
1183         * [objects/font.c]
1184         Added GetCharABCWidths stub.
1186         * [include/windows.h]
1187         "#define"s needed for changes mentioned above.
1189 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
1191         * [include/winsock.h]
1192         Change order of includes to get in_addr struct defined in time.
1193         (Note: Linux 1.3.66, libc 5.2.18)
1195         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
1196         Changed the -enhanced option into a -mode option, which can be
1197         either 'standard' or 'enhanced'. 'enhanced' is the default.
1199 ----------------------------------------------------------------------
1200 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1202         * [controls/desktop.c]
1203         Look for the wallpaper file in the Windows directory.
1205         * [controls/menu.c]
1206         Fixed swapped parameters in SetMenuItemBitmaps().
1207         Create a separator in MENU_SetItemData() when the string is NULL.
1209         * [file/dosfs.c]
1210         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
1212         * [files/file.c]
1213         Added a DOS_FILE structure to store per-file information (not
1214         really used yet).
1215         Fixed _lread and _hread to check the size of the buffer before
1216         calling Unix read() to avoid EFAULT error.
1218         * [misc/exec.c]
1219         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
1221         * [miscemu/instr.c]
1222         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
1223         programs that poll the BIOS counter, provided they reload the
1224         selector on every read.
1226         * [miscemu/int21.c]
1227         Re-implemented FindFirst/FindNext for FCB calls.
1229         * [windows/message.c] [windows/winpos.c]
1230         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
1232         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
1233         Added a per-window WIN_MANAGED flag; only windows that have a
1234         dialog frame or a sizing border are managed.
1236 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
1238         * [if1632/Makefile.in]
1239         Added -g flag to compilation of .c files generated from *32.spec.
1241         * [if1632/gdi32.spec]
1242         Numerous additional functions implemented.
1244         * if1632/user32.spec]
1245         wsprintfA maps to vsprintf not wsprintf
1246         Numerous additional functions implemented.
1248         * [include/gdi.h] [objects/gdiobj.c]
1249         New #define MAGIC_DONTCARE added. This is used in
1250         GDI_GetObjPtr to enable getting a pointer to a GDI object of
1251         unknow type.
1253         * [win32/gdi32.c]
1254         New file.
1256         * [win32/param32.c]
1257         WIN32_MoveToEx() - handle NULL pointer argument.
1259         * [win32/user32.c]
1260         USER32_InvalidateRect - handle passing of a NULL pointer.
1261         USER32_SetTimer - New function.
1263         * [files/directory.c]
1264         Fixed DIR_Init() (off by one in allocation of space for
1265         environment variables).
1267         * [files/drive.c]
1268         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
1269         on FreeBSD).
1271 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
1273         * [controls/menu.c]
1274         Memory leak plugged.
1276         * [controls/edit.c]
1277         Erase space with function ExtTextOut(). This eliminates the use of
1278         xmalloc().  Memory leak in EDIT_WriteText plugged.
1280         * [debugger/db_disasm.c]
1281         Operand for scas now is di.
1283         * [files/profile.c]
1284         PROFILE_GetSection was copying too much data.
1285         PROFILE_GetSection now returns the correct value. It was returning
1286         the number of unused instead of used bytes.
1288         * [objects/dc.c]
1289         Corrected two typos in comments.
1291         * [objects/font.c]
1292         FONT_MatchFont didn't return if it couldn't find any font.
1294         * [objects/oembitmap.c]
1295         Free object only if it has been allocated.
1297         * [windows/scroll.c]
1298         Memory leak in ScrollDC plugged.
1300 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
1302         * [controls/edit.c]
1303         Implemented ES_NOHIDESEL style, shift+click selection,
1304         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
1305         (de)selection drawing.  Changed selection drawing to use correct
1306         system colors instead of inverting.  Fixed deleting or backspacing
1307         across a '\r\n' end of line pair.  Selection now anchors
1308         correctly. Fixed text leaking and extra garbage problem bug
1309         uncovered by change in class style in wine960131.
1311         * [controls/widgets.c]
1312         Class flags now match those of Windows.
1314 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1316         * [controls/widgets.c]
1317         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
1319         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
1320         comctl32.spec ole32.spec winspool.spec: new files.
1321         RELAY32_Init: call initialization of new DLLs.
1322         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
1323         RELAY32_MakeFakeModule: new function.
1325         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
1326         Added Win95 functions. Ordinals now differ from both NT and Win95
1327         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
1328         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
1329         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
1330         new relays.
1332         * [if1632/shell32.spec]
1333         shell32.spec: renumbered all functions to take into account ordinals.
1334         These seem to be identical between NT and Win95.
1336         * [include/dialog.h][windows/dialog.c]
1337         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
1339         * [include/handle32.h]
1340         New handle types VRANGE, HEAP, HEAPITEM.
1342         * [include/pe_image.h][loader/pe_image.c]
1343         struct w_files: new field builtin.
1344         PE_FindExportedFunction: support ordinals.
1345         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
1346         fixup_imports: support ordinals.
1347         PE_LoadImage: prefer directories over segments.
1349         * [include/resource.h][win32/resource.c]
1350         FindResource32: changed parameter from LPCTSTR to LPCWSTR
1351                 check LANG_NEUTRAL if LANG_ENGLISH fails.
1352         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
1353                 disabled because it's broken.
1354         Casted to and from LPWSTR at various places.
1356         * [include/string32.h][win32/string32.c]
1357         Changed prototypes to take const arguments where appropriate.
1359         * [include/struct32.h]
1360         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
1362         * [tools/build.c]
1363         BuildSpec32Files: generate Base value into code, generate call to
1364         RELAY32_MakeFakeModule.
1365         
1366         * [win32/heap.c]
1367         This is still not finished and needs rework.
1368         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
1369         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
1370         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
1372         * [win32/memory.c]
1373         Support for VRANGE_OBJECT. This is not yet called from any place,
1374         and needs more platform specific support
1375         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
1376         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
1378         * [win32/user32.c]
1379         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
1380         names, as in dialogs.
1381         Implemented dialog functions (see user32.spec).
1383         * [windows/caret.c]
1384         CARET_Initialize: call RELAY32_GetBuiltinDLL.
1386 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1388         * [controls/edit.c]
1389         Removed commented out #ifdefs for WINELIB.
1391         * [tools/makehtml.pl]
1392         Put in error checking when trying to open a file.
1394         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
1395         Added two new targets: hello4 and new.
1397         * [include/windows.h]
1398         Added definition of DEVMODE structure, although it's not yet used.
1399         Modified various API functions from CreateDC() to Escape(), in
1400         order to make them more compliant with the strict API definitions.
1402         * [include/wintypes.h]
1403         Added 'typedef char TCHAR'.  It probably should be defined as
1404         'short', but then we would have to support such characters.  Also did
1405         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
1406         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
1407         MFENUMPROC, and HGDIOBJ.
1409 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
1411         * [misc/commdlg.c]
1412         Patched a bug that occurred in the internal COMMDLG module for the
1413         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
1414         combobox is now handled correctly.
1416 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
1418         * [resources/sysres_Cz.rc]
1419         Added support for Czech [Cz] language.
1421 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
1423         * [objects/font.c]
1424         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
1425         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
1426         is -1, assume 0.
1427         CreateFontIndirect : if font parameter is NULL, issue an error message.
1428         CreateFont : null-terminate lfFaceName.
1429         ParseFontParms : debug code turned off : too verbose.
1430         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
1432         * [objects/color.c]
1433         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
1435 --------------------------------------------------------------------
1436 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
1438         * [configure.in]
1439         Added --with-dll option to build libwine.so.
1441         * [controls/listbox.c]
1442         Fixed ListBoxDirectory(), DlgDirSelect() and
1443         DlgDirList(). Hopefully their behavior is correct now.
1445         * [controls/menu.c]
1446         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
1447         ModifyMenu() for the item data, to avoid corrupting the pointer
1448         for owner-drawn items.
1450         * [controls/static.c]
1451         Attempt to load OEM icons for SS_ICON controls. Probably not
1452         entirely correct.
1453         Don't clip the text output.
1455         * [files/directory.c]
1456         Add temp dir and Windows dir to environment.
1458         * [files/dos_fs.c]
1459         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
1460         Cache last used directory in DOSFS_FindNext() to avoid quadratic
1461         search time.
1463         * [files/drive.c]
1464         New format for drives configuration in wine.conf; allows
1465         specifying the type, label and serial number of a drive.
1467         * [files/file.c]
1468         New function FILE_OpenUnixFile to make sure we don't open a
1469         directory instead of a file.
1470         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
1472         * [files/profile.c]
1473         Rewrote profile handling. Should be closer to Windows behavior now.
1474         New function PROFILE_GetWineIniString() to get a string from wine.conf.
1475         Support environment variables in wine.conf.
1477         * [loader/task.c]
1478         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
1479         corruption.
1481         * [memory/global.c]
1482         Create a discarded block on GlobalAlloc() if the size is 0; thanks
1483         to John Harvey for noticing this.
1485         * [memory/local.c]
1486         LOCAL_GetHeap: make sure the pointer is valid before checking
1487         magic number.
1489         * [misc/main.c]
1490         Moved profile and registry saving to ExitWindows(), so we don't
1491         try to save them in case of a crash.
1493         * [miscemu/int21.c]
1494         INT21_GetFreeDiskSpace: try to compute the cluster size from the
1495         filesystem size instead of hard-coding it to 64.
1496         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
1497         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
1499         * [windows/message.c]
1500         Fixed bug in linked-list handling in MSG_DeleteQueue().
1501         Simplified SetMessageQueue().
1503         * [wine.ini] [wine.man]
1504         Updated for new drives configuration format.
1506 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
1508         * [controls/edit.c]
1509         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
1510         EM_GETPASSWORDCHAR messages.
1512         * [controls/widgets.c]
1513         Adjusted class creation flags to better match values Windows uses.
1515         * [include/windows.h]
1516         Fixed ES_NOHIDESEL typo.
1518         * [loader/ne_image.c]
1519         Added detection for zero offset in RADDR fixups. Quicken
1520         was in an infinite loop here.
1522 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1524         * [files/dos_fs.c]
1525         Bugfix: range error in month value (0..11 set to 1..12).
1527         * [windows/caret.c]
1528         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
1529         appearance of the caret.
1531         * [windows/mdi.c] [include/mdi.h]
1532         Changed MDITile(): added a new parameter WORD wParam for
1533         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
1534         used in Win3.1
1536 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
1538         * [miscemu/int2f.c]
1539         Added a small bit of MSCDEX emulation.
1541         * [windows/alias.c]
1542         ALIAS_RegisterAlias was returning the hash value when it should
1543         have been returning the record number.
1544         
1545 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1547         * [include/shell.h] [include/wintypes.h]
1548         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
1549         Declared FONTENUMPROC in wintypes.h.
1551         * [include/windows.h]
1552         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
1553         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
1554         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
1555         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
1556         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
1557         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
1558         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
1559         and wsprintf().
1561         * [tools/makehtml.pl] [documentation/apiw.index]
1562         New files that scan windows.h, commdlg.h, and toolhelp.h and output
1563         an HTML sorted list with optional links to www.willows.com and a
1564         tally of unimplemented APIW functions.
1566         * [objects/cursoricon.c]
1567         Added Win32 versions of CopyIcon() and CopyCursor() for use in
1568         libwine.
1570         * [win32/resource.c] [win32/winprocs.c]
1571         Added '#include "libres.h"' and explicit declarations of windows
1572         procs in order to avoid warnings.
1574         * [windows/utility.c]
1575         Added Win32 version of MulDiv() for libwine.
1577         * [*/*] [include/windows.h]
1578         Changed several function declarations to comply more strictly to
1579         the windows API (without, hopefully, altering their functionality).
1581         * [controls/menu.c]
1582         Made the return value of CheckMenuItem be the previous state of
1583         the menu item if it was found, otherwise -1 as specified in the
1584         SDK. This conflicts with the APIW specification, which says it
1585         should return TRUE if successful, otherwise FALSE.
1587         * [include/windows.h]
1588         Added obsolete WM_SIZE message wParam names for compatibility.
1589         Added WinHelp() command constants, even though they are not yet
1590         supported.
1592         * [rc/winerc.c]
1593         Tidied up transform_binary_file().  In argument checking, flattened
1594         any invalid characters specified with the prefix argument.
1596         * [library/libres.c]
1597         Made FindResource() case-insensitive when parameter 'name' is a string.
1599 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
1601         * [files/drive.c]
1602         If root "/" is given in wine.conf, use it as last resort.
1604         * [files/file.c]
1605         Report ER_AccessDenied it disk ist not writable
1606         More Debug Output
1608         * [miscemu/int21.c]
1609         Squeezed some bugs in ExtendedOpenCreateFile
1610         
1611         * [windows/winpos.c]
1612         Some windows may not be moved or resized. We are missing some
1613         structures to be exact, but the approach should help in some cases
1614         and make things worse in much fewer.
1616 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1618         * [loader/pe_image.c]
1619         fixup_imports: Find builtins for Borland style entries, too
1621 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1623         * [controls/menu.c]
1624         LoadMenu: branch to Win32 for PE modules
1626         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
1627         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
1628         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
1629         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
1630         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
1631         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
1632         to convert parameters or naming convention
1634         * [include/kernel32.h][include/wintypes.h]
1635         moved WCHAR, defined LPWSTR
1637         * [include/string32.h][win32/string32.c][include/struct32.h]
1638         New files
1640         * [loader/module.h]
1641         LoadModule: exit after returning from PE_LoadModule
1643         * [loader/pe_image.c]
1644         my_wcstombs: isascii does not work on Linux for Unicode
1645         PE_LoadImage: Handle directories
1647         * [misc/user32.c]
1648         USER32_RECT32to16, USER32_RECT16to32: new functions
1649         implemented new user32 relays
1651         * [misc/newfns.c]
1652         WIN32_WinHelpA: new function
1654         * [win32/param32.c]
1655         New file
1657         * [win32/resource.c]
1658         GetResDirEntry: added support for named entries
1659         WIN32_LoadAcceleratorsW: invoke *32 resource functions
1660         WIN32_LoadBitmapA: convert name to unicode if appropriate
1661         WIN32_ParseMenu: new function
1662         implemented new resource functions from user32.spec
1664 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1666         * [objects/cursoricon.c]
1667         GetIconId() and LoadIconHandler() functions.
1669         * [windows/mdi.c]
1670         Better maximization support, TranslateMDISysAccel() function, 
1671         misc improvements.
1673         * [windows/defwnd.c]
1674         Fix for WM_WINDOWPOSCHANGED message handler.
1676         * [windows/winpos.c]
1677         Rewrote WindowFromPoint() function.
1679 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
1681         * [include/toolhelp.h] [misc/toolhelp.c]
1682         Added Notify(Un)Register, but no callbacks yet.
1684 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
1686         * [Makefile.in]
1687         Added target for libwine.so.1.0.
1689         * [library/winmain.c]
1690         For WINELIBDLL, _WinMain just returns hInstance instead of calling
1691         WinMain().
1693         * [misc/main.c]
1694         For WINELIBDLL, renamed main() to _wine_main() for calling from the
1695         stub main function.
1697         * [library/winestub.c] (new file)
1698         Provides a stub main() function for using libwine.so.
1700 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
1702         * [winsocket.c]
1703         Fix EPERM problem.
1705         * [global.c]
1706         Attempt to do some sanity checking in MemManInfo().
1708         * [Changelog]
1709         Fix changelog oversight for previous entry.
1711 ---------------------------------------------------------------------
1712 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
1714         * [configure.in]
1715         Added check for gcc strength-reduce bug.
1717         * [controls/listbox.c]
1718         Changed ListBoxDirectory() to use the new DOS file functions.
1720         * [controls/menu.c]
1721         Fixed parameters for DeleteMenu() call in ChangeMenu().
1723         * [debugger/stack.c]
1724         Also display current frame in back-trace.
1726         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
1727         Complete rewrite of the DOS file handling.
1728         Implemented per-task file handles.
1729         Removed default Z: drive; needs to be put explicitely in wine.ini
1730         if desired.
1732         * [loader/module.c]
1733         Fixed file descriptor leak in LoadModule().
1735         * [loader/task.c]
1736         Initialise PDB file handle table in TASK_CreateTask().
1737         Close file handles on task termination.
1738         Implemented SetErrorMode().
1740         * [misc/network.c]
1741         Fixed WNetGetConnection() to use GetDriveType().
1743         * [misc/xmalloc.c]
1744         Added function xstrdup().
1746         * [miscemu/int21.c]
1747         Many changes for new DOS file functions.
1749         * [miscemu/interrupts.c]
1750         Moved DOS_GetEquipment() function into INT_Int11Handler().
1752         * [windows/win.c]
1753         Bug fix: create system menu before sending WM_NCCREATE.
1755         * [*/*.c]
1756         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
1757         better portability.
1759 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1761         * [include/wintypes.h]
1762         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
1763         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
1764         it should suffice.
1766         * [include/winsock.h]
1767         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
1768         out some old style internet address #define's.
1770         * [loader/task.c]
1771         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
1772         Made FreeProcInstance() do nothing #ifdef WINELIB32.
1773         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
1775         * [library/miscstubs.c]
1776         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
1777         with name="ActivateAppProc".  This hardly seems correct, but it's my
1778         best guess as to how the emulator responds.
1780 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1782         * [if1632/kernel32.spec][win32/process.c]
1783         WIN32_GetProcAddress, LoadLibraryA: new functions
1785         * [if1632/relay32.c]
1786         RELAY32_GetEntryPoint: Removed code to load PE DLLs
1788         * [include/pe_image.h][include/pe_exe.h]
1789         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
1790         struct PE_Reloc_Block: new structure
1792         * [loader/module.c]
1793         MODULE_RegisterModule: new function
1795         * [loader/pe_image.c]
1796         PE_FindExportedFunction,PE_GetProcAddress: new functions
1797         fixup_imports: expect struct w_files* now, fill dlls_to_init,
1798                        load PE DLLs
1799         do_relocations: new functions
1800         calc_vma_size: renamed from dump_table
1801         PE_LoadImage: use malloc to allocate memory for image
1802         PE_InitDLL: expect HMODULE
1803         PE_InitializeDLLs: new function
1805         * [loader/task.c]
1806         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
1807         GetExePtr: Accept PE modules
1809         * [misc/commdlg.c]
1810         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
1812 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
1814         * [misc/port.c]
1815         New file with usleep() function for SVR4.
1817         * [configure.in]
1818         Check for usleep() function.
1820 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
1822         * [if1632/toolhelp.spec] [include/toolhelp.h]
1823           [misc/user.c] [windows/message.c]
1824         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
1826         * [winsocket.c]
1827         Fixed ENOENT error.
1829         * [miscemu/dpmi.c]
1830         Implement DPMI Get Page Size (AX=0604, INT 31)
1832         * [memory/global.c]
1833         Implement TOOLHELP.72 GetMemManInfo.
1835 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1837         * [if1632/callback.c]
1838         CallWindowProc() - When calling RELAY32_CallWindowProc, check
1839         whether lParam should be a SEGPTR, and if so convert it to one.
1841         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
1842         Numerous functions added, mostly calls to original (win16)
1843         functions.  Note that some (many) of these are probably not
1844         strictly correct, but with these additions freecell will at least
1845         display its main window though it is garbled.
1847         * [if1632/winprocs.spec]
1848         Completely rewritten - all WndProcs now have win32 versions to
1849         help with the lparam SEGPTR fix in callback.c
1851         * [include/kernel32.h]
1852         LPTCSTR defined.
1854         * [include/peexe.h]
1855         Definition of PE_Export_Directory amended.
1857         * [include/resource32.h]
1858         New file.
1860         * [include/stackframe.h]
1861         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
1862         prototype for replacement function in memory/selector.c which
1863         can operate on any given memory address. This is currently
1864         required for win32 support. It is a dreadful cludge, and will
1865         certainly slow down other programs. If you are not interested
1866         in win32 development you may wish to reverse this patch.
1868         * [include/windows.h]
1869         Definition of SW_SHOWDEFAULT added.
1871         * [loader/pe_image.c]
1872         Extensive rewrites of xmmap() fixup_imports().
1873         PE_LoadImage() - initialisation of bss added, extraction of
1874         module name fixed, initialisation of DLL added.
1875         PE_InitDLL() - now does something.
1876         PE_Win32CallToStart() - initialisation of TEB pointed to by
1877         fs added.
1878         PE_InitTEB() created to perform TEB initialisation.
1880         * [memory/selector.c] 
1881         New function MAKE_SEGPTR() - see include/stackframe.h above.
1883         * [misc/user32.c]
1884         USER32_RegisterClassA(), CreateWindowExA() memory allocation
1885         method changed. This is probably now unnecessary with the
1886         new MAKE_SEGPTR handling code.
1887         USER32_DefWndProcA() removed to win32/winprocs.c
1888         USER32_TranslateMessage added.
1890         * [tools/build.c]
1891         handling of win32 spec files changed to support gcc2.6.X
1892         this requires optimisations to be disabled.
1894         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
1895         New files.
1897         * [win32/Makefile.in]
1898         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
1900         * [win32/file.c]
1901         New function W32_SetHandleCount.
1903         * [win32/init.c]
1904         WIN32_GetModuleHandle() - now returns handle of running process
1905         if called with NULL.
1906         GetStartupInfoA() - set cbReserved2 to 0.
1908         * [win32/memory.c]
1909         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
1910         it work with FreeBSD. Also check for return value. Removed extra
1911         return.
1913         * [windows/winpos.c]
1914         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1916 ----------------------------------------------------------------------
1917 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
1919         * [configure.in] [Makefile.in] [tools/install-sh]
1920         New 'install' target installs Wine binary, library and man page.
1921         Library is now more logically named libwine.a.
1922         Split toolkit/ directory into library (for library code) and
1923         libtest (for test programs).
1925         * [controls/edit.c]
1926         Quick hack to partially support EM_PASSWORD style (avoids
1927         displaying your passwords on the screen when testing programs...)
1929         * [configure.in] [controls/menu.c] [include/resource.h]
1930           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
1931         Language is now a run-time option (wine -language xx).
1933         * [debugger/dbg.y]
1934         Dump some more debugging info on crash.
1936         * [misc/profile.c]
1937         Only consider ';' as a comment if it's the first non-blank
1938         character on the line.
1940         * [miscemu/dpmi.c]
1941         More debugging info for real-mode callback.
1943         * [objects/gdiobj.c]
1944         Rewrote EnumObjects() to do the Right Thing.
1946         * [resources/sysres*]
1947         New directory containing system resources.
1949 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
1951         * [win32/file.c] [win32/memory.c]
1952         Unixware doesn't have MAP_ANON ifdefed out for now.
1954         * [misc/dos_fs.c]
1955         DOS_GetDosFileName didn't truncate paths starting ./ properly.
1957         * [tools/build.c]
1958         Produces assembly code that works with the unixware assembler.
1960 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
1962         * [miscemu/instr.c]
1963         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
1965         * [misc/dos_fs.c]
1966         DOS_readdir should always return directories, even if they don't
1967         match the file name mask.
1969 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1970         
1971         * [misc/exec.c]
1972         Give arguments to winhelp.
1974         * [miscemu/int21.c]
1975         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
1976         Created function ExtendedOpenCreateFile.
1977         Give for some Windows95 interrupts the return value 'not
1978         implemented'.
1980 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
1982         * [include/kernel32.h] [include/windows.h]
1983         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
1984         include/kernel32.h to include/windows.h and declared the new Win32
1985         API functions Sleep(), GetLocalTime(), and GetSystemTime().
1986         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
1988         * [rc/rc (new file)]
1989         Created the shell script 'rc', which should simplify resource
1990         compilation.
1992         * [win32/environment.c]
1993         Kludged around an undefined reference to wine_files.  This change
1994         should be fixed some time.
1996         * [win32/time.c] [if1632/kernel32.spec]
1997         Added the functions GetSystemTime(), and Sleep().
1999         * [miscemu/int21.c]
2000         Renamed static function GetSystemTime to INT21_GetSystemTime to
2001         avoid conflicts with the API function of the same name.
2003         * [include/wintypes.h]
2004         Added the SPFMT definition for printf statements.
2006         * [misc/shell.c] [include/shell.h]
2007         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
2008         with the ones in include/winerror.h.  They should probably use the
2009         versions in winerror.h, but I'm not certain, and that can be done
2010         later.
2012         * [windows/mdi.c]
2013         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
2014         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
2015         (boolean) was discarded with this translation.  Translated handler
2016         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
2017         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
2018         false, call DrawMenuBar() if desired).
2020         * [*/*]
2021         General explicit casts and more rigid typing to remove warnings.
2023         * [include/winpos.h] [windows/winpos.c]
2024         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
2026         * [include/commdlg.h] [misc/commdlg.c]
2027         Added prototypes for ChooseColor(), CommDlgExtendedError(),
2028         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
2029         PrintDlg, and ReplaceText().
2030         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
2031         Made GetFileTitle return a short, as per the API definition.
2033         * [Makefile.in]
2034         Added line to clean and distclean that removes temporaries from
2035         the include directory.
2037 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
2039         * [controls/edit.c]
2040         Almost rewrote EDIT_GetLineMsg.
2042 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
2044         * [windows/mdi.c]
2045         Fixed MDITile() bug that occurs when 0 windows are present or all
2046         windows are minimized.
2048 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
2050         * [misc/profile.c]
2051         Try harder to find files, especially in the working directory.
2052         Look in $HOME/.wine too and create it there if it isn't found.
2054 ----------------------------------------------------------------------
2055 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2057         * [misc/lstr.c]
2058         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
2059         they do the same job.
2061         * [tools/build.c]
2062         Fixed __attribute__((stdcall)) to make it compile with gcc
2063         versions under 2.7. Doesn't mean it will run OK though...
2065 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
2067         * [include/kernel32.h] [include/winerror.h]
2068         Added file attribute definitions and more error codes.
2070         * [win32/error.c]
2071         Added some rudimentary errno-to-Win32 error conversion
2072         code.
2074         * [win32/file.c]
2075         Added to GetFileInformationByHandle, filled in some known
2076         error codes, and switched to dprintf_win32.
2078         * [win32/time.c]
2079         Added GetLocalTime.
2081 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
2083         * [controls/combo.c]
2084         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
2085         LRESULT _(HWND,WPARAM,LPARAM) where needed.
2087         * [include/libres.h]
2088         Restructured libres prototypes to closer match the windows API.
2090         * [include/windows.h]
2091         Changed several API prototypes' parameter types from 'short' to INT,
2092         which is #defined as short in the emulator, but is a normal int in
2093         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
2094         (This creates a lot of warnings at library-compile time, but less
2095         warnings at app-compile time.  I'll remove the warnings soon.)
2097         * [loader/resource.c]
2098         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
2099         various implementations of the LIBRES_* API functions.
2101         * [loader/signal.c]
2102         Deleted local 'i' from win_fault(), since it was unused.
2104         * [objects/bitblt.c]
2105         Mirrored changes to include/windows.h mentioned above.
2107         * [toolkit/hello3.c]
2108         Changed LoadMenuIndirect() call to LoadMenu() to test the new
2109         resource registration technique.
2111         * [toolkit/libres.c]
2112         Removed definition of 'struct resource' and fixed bugs in the resource
2113         implementation.  Implemented LIBRES_FindResource.
2115         * [windows/graphics.c]
2116         Mirrored changes to include/windows.h mentioned above.
2118 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
2120         * [controls/edit.c]
2121         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
2123         * [controls/listbox.c]
2124         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
2126         * [include/listbox.h]
2127         change HeapSel from WORD to HANDLE
2129         * [include/resource.h][rc/winerc.c]
2130         struct ResourceTable: removed
2131         struct resource: moved to header file
2132         autoregister resources if supported by compiler
2134         * [memory/local.h]
2135         LOCAL_GetHeap: expect HANDLE rather than WORD
2136         
2137         * [toolkit/Makefile.in]
2138         Add ALLCFLAGS to make hello3
2140         * [toolkit/heap.c]
2141         LocalFree, HEAP_Free: handle 0 parameter gracefully
2143 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
2145         * [misc/winsocket.c]
2146         Fixed the msgsnd and msgrcv errors that winsock programs get.
2148 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
2149         
2150         * [if1632/kernel.spec]
2151         Fixed _hread and _hwrite return type
2153         * [if1632/relay32.c] [loader/pe_image.c]
2154         Hacked loading of PE-dll's in
2156         * [win32/advapi.c]
2157         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
2159         * [win32/file.c]
2160         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
2162         * [win32/process.c]
2163         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
2164         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
2165         
2166 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2168         * [include/wine.h] [misc/lstr.c]
2169         Define wine_strncpy(). This function does not pad the buffer with 
2170         zeroes like GNU strncpy(), which might break some Windows programs
2171         that pass bogus size arguments.
2173         * [loader/module.c]: GetModuleFileName(),
2174         [misc/commdlg.c]: GetFileTitle(),
2175         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
2176         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
2177         [multimedia/mmsystem.c], [objects/font.c]:
2178         Use wine_strncpy() where strings are returned to Windows programs.
2179         
2180         * [objects/metafile.c]
2181         PlayMetafile(): Clear the handle table before using it.
2183         * [misc/shell.c] [misc/main.c]
2184         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
2185         
2186         * [misc/profile.c]
2187         load(): Need to handle comments.
2188         
2189         * [toolkit/libres.c]
2190         Make it compile.
2191         
2192         * [windows/nonclient.c]
2193         Use MAKE_SEGPTR macro in two places where a user heap block used
2194         to be allocated instead.
2196 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
2198         * [windows/winpos.c]
2199         In function SetWindowPos: do not redraw the parent of
2200         a window if the specified window is placed on the top.
2201         This avoids that ShowWindow(hwnd,1) hides hwnd instead
2202         of showing it.
2204 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2206         * [windows/scroll.c]
2207         Now it can scroll children along with the client region of parent 
2208         window. Tried to optimize update region calculation. 
2210         * [windows/mdi.c]
2211         ScrollChildren function, more other features added. Basically
2212         a rewrite.
2214         * [windows/winpos.c] [windows/focus.c]
2215         Reimplemented window activation and focus handling.
2217         * [windows/nonclient.c]
2218         Added new flag WIN_NCACTIVATED.
2220         * [windows/message.c] [loader/task.c]
2221         Small changes (to maintain linked list of message queues).
2223 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
2225         * [include/options.h] [misc/main.c] [windows/defwnd.c]
2226           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
2227         Implemented a -managed option to replace the standard Windows
2228         frame of top-level windows with the window manager's decorations.
2229         If a top-level window makes its own frame, this will still show
2230         up, inside the window manager decorations (I believe ctl3dv2.dll
2231         would do this, although I can't test this).
2233 ----------------------------------------------------------------------
2234 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2236         * [configure.in] [Makefile] [misc/dos_fs.c]
2237         Got rid of autoconf.h file.
2239         * [debugger/dbg.y]
2240         More logical behavior upon syntax errors.
2242         * [include/hook.h] [windows/hook.c]
2243         Changed hook structure and rewrote most of the hook functions for
2244         better compatibility, based on investigations by Alex Korobka.
2246         * [include/message.h] [windows/message.c]
2247         Added hooks to message queue structure and made the structure
2248         layout Windows-compatible.
2249         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
2250         WH_JOURNALRECORD hooks.
2252         * [misc/main.c]
2253         Added command-line option for changing the language at run-time
2254         (not implemented yet), based on a suggestion from Michael Patra.
2256         * [objects/cursoricon.c]
2257         Fixed silly SEGPTR bug in DumpIcon().
2259 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2261         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
2262         Partial implementaion of LBS_EXTENDEDSEL style,
2263         yet more updates for drag & drop support. Now works.
2265         * [windows/defwnd.c]
2266         More message handlers.
2268         * [windows/win.c]
2269         DragObject, DragDetect, AnyPopup functions. 
2271         * [controls/listbox.c]
2272         More kludgy fixes (WM_...TOITEM, etc.).
2274         * [objects/cursoricon.c] [objects/oembitmap.c]
2275         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
2276         cursor.
2278         * [include/bitmaps/ocr*]
2279         New OEM cursors.
2281 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
2283         * [toolkit/heap.c]
2284         Swapped flags and size arguments to LocalRealloc as per changes in
2285         memory/local.c by William Magro in previous release.
2287         * [include/wintypes.h]
2288         Reinstated the #define's for 'min' and 'max', since they're part of
2289         the Windows API.  I really don't think it's a wise idea, so I put
2290         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
2291         WINE code should never use these (it should use 'MIN' and 'MAX'
2292         instead).
2294         * [loader/*]
2295         Put '#ifndef WINELIB' around many things that WINElib should not need.
2297         * [controls/edit.c]
2298         Took out many '#if defined(WINELIB)' sections with the associated
2299         comment 'temporary fix, until Local memory is correctly implemented in
2300         WINELIB', since the effective translations are now in 
2301         toolkit/miscstubs.c.
2302         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
2303         file fixed (or at least postponed) the bug I had encountered.
2305         * [loader/task.c]
2306         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
2307         C:  This will probably cause a lot of trouble if this change is
2308         forgotten in the future, but it will let things like the OpenFileName
2309         dialog work for now.
2311         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
2312           [include/libres.h]
2313         Made new libres.c file, which will contain functions for supporting
2314         accessing resources by name in WINElib.  'winerc' will need to be
2315         changed.
2317         * [toolkit/heap.c]
2318         Refined memory routines to allow for differences between LocalAlloc
2319         and GlobalAlloc and between LocalSize and GlobalSize.
2321         * [windows/message.c] [include/windows.h]
2322         Defined the GetCurrentTime routine in windows/message.c, and removed
2323         the #define in windows.h.
2325 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
2327         * [*/*]
2328         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
2330         * [loader/module.c]
2331         Added undocumented GetExpWinVer.
2333         * [tools/build.c]
2334         Previous code didn't pop possibly changed %esi, %edi and %edx
2335         from the stack.
2336         
2337         * [win32/advapi.c]
2338         Added GetUserNameA.
2340         * [win32/code_page.c]
2341         Added stub for MultiByteToWideChar.
2343         * [win32/console.c]
2344         Added SetConsoleCtrlHandler stub.
2346         * [win32/file.c]
2347         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
2348         Added CloseHandle.
2350         * [win32/memory.c]
2351         Changed VirtualAlloc and VirtualFree.
2353         * [win32/process.c]
2354         Added ExitProcess.
2356 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2358         * [include/windows.h]
2359         Fixed a few broken structure definitions.
2361         * [loader/resource.c]
2362         FindResource(): Need to check for '#xxx' strings here.
2364         * [miscemu/int21.c]
2365         FindNext(): Return MS-DOS filenames uppercase.
2367         * [objects/cursoricon.c]
2368         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
2369         initializers.
2370         
2371         * [misc/file.c]
2372         _lopen(): Files opened in OF_WRITE mode are truncated.
2373         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
2374         created; use read/write mode.
2375         
2376         * [misc/profile.c]
2377         load(): Rewritten.
2378         
2379         * [misc/commdlg.c]
2380         Fixed bad call to strncpy() that smashed the stack.
2382         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
2383         Operator precedence fixes. People who use gcc 2.7.1 don't need a
2384         debugger :-)
2385         
2386         * [if1632/gdi.spec] [objects/palette.c]
2387         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
2388         but sometimes that's good enough.
2390 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
2392         * [include/wine.h] [include/registers.h] [include/winsock.h]
2393         Added definitions for Unixware.
2395         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
2396         Misc. fixes for Unixware.
2398         * [loader/task.c]
2399         Made assignemts to context in InitTask for registers use the macros
2400         from registers.h to make them more portable. (Needed for Unixware)
2402         * [tools/build.c]
2403         Fixed register acces routines to work on Unixware. Bit grubby but
2404         it seems to work.
2406         * [controls/edit.c]
2407         EDIT_WM_NCCreate allocates local heap if hasn't been previously
2408         allocated.
2409         
2410         * [miscemu/int21.c]
2411         mkdir now creates directory with permission to access it.
2413         * [misc/dos_fs.c]
2414         mkdir now creates directory with permission to access it.
2415         DOS_opendir now uses linked list of dirents to avoid problems with 
2416         realloc changing address of malloced memory.
2418 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
2420         * [controls/menu.c]
2421         MENU_CalcItemSize(): Fixed handling of empty menu items.
2423 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
2425         * [misc/file.c]
2426         In OpenFile, unlink should be done on the unix filename.
2428 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
2430         * [include/handle32.h]
2431         New header file containing internal Win32 kernel handle
2432         information.
2434         * [win32/file.c]
2435         Added ReadFile, CreateFile, and CloseFileHandle, and did
2436         some reorganizing to match the new handle allocation scheme.
2438         * [win32/init.c]
2439         Added CloseHandle and the creation of standard I/O handles.
2441         * [win32/object_mgt.c]
2442         New module for allocating and freeing Win32 kernel handles.
2444 ----------------------------------------------------------------------
2445 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2447         * [configure.in]
2448         Attempt to check for -li386 on NetBSD. Please test this.
2450 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
2452         * [*/*]
2453         Eliminated various warnings with either explicit casts or more
2454         accurate variable/parameter declarations (e.g. INT instead of short
2455         or WORD).
2456         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
2457         macros.
2459         * [controls/edit.c] [windows/defdlg.c]
2460         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
2461         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
2462         DEFDLG_FindDefButton to avoid warnings.
2464         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
2465           [windows/message.c] [windows/nonclient.c]
2466         Converted MAKEPOINT macro call to manual conversion.
2468         * [include/windows.h]
2469         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
2470         instead of INT.  This also invalidates the macro MAKEPOINT(), which
2471         is not supported in Win32.  Also defined the POINTS structure (SHORT
2472         members) and the MAKEPOINTS macro.
2474         * [misc/commdlg.c]
2475         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
2476         find this memory bug, and this should be done anyway.
2478         * [controls/edit.c]
2479         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
2480         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
2481         it's better than bizzare memory troubles.
2483         * [toolkit/miscstubs.c]
2484         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
2485         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
2486         their current implementation seems fine.
2488 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
2490         * [objects/cursoricon.c]
2491         Fix for "broken" X servers that invert masked cursor colors.
2493 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
2495         * [windows/dialog.c] [windows/nonclient.c]
2496         Remove unnecessary items from the system menu.
2498 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
2500         * [objects/color.c] [objects/palette.c]
2501         Make GetNearestColor return a RGB value instead of a pixel value.
2503 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
2505         * [controls/desktop.c][controls/menu.c][include/menu.h]
2506         Changed WORD parameters to UINT parameters.
2508         * [include/wintypes.h]
2509         Made UINT 32bit for WINELIB.
2511         * [loader/main.c]
2512         Disabled RELAY32_Init and MODULE_Init for WINELIB.
2514         * [misc/main.c]
2515         Assume CPU386 for WINELIB.
2517         * [rc/winerc]
2518         add_popup: set MF_POPUP flag on menu item.
2520         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
2521         Add resource demo hello3 for WINELIB.
2522         New file README.resources.
2524         * [toolkit/miscstubs.c]
2525         Add a case for 17.
2527 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
2529         * [loader/module.c]
2530         Do not append .exe if the file name already has an extension.
2532         * [misc/profile.c]
2533         Avoid creating a file with a junk name if a .ini file does not
2534         exist.
2536         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
2537         Added a lot of dummy stubs for Windows Hebrew version.
2539 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
2541         * [controls/button.c]
2542         Fix for buttons with no label.
2544         * [controls/combo.c][controls/listbox.c]
2545         Fixes for scrollbar positioning.  Now disappears correctly
2546         for short lists.
2548         * [controls/edit.c]
2549         Handle memory allocation differently when building as library.
2551         * [controls/static]
2552         Don't destroy old icon before drawing new icon. (Fixes landscape/
2553         portrait toggle icon in print dialog.)
2555         * [if1632/gdi.spec]
2556         New functions SetMetaFileBits and GetMetaFileBits
2558         * [include/sysmetrics.h] [windows/sysmetrics.c]
2559         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
2561         * [include/windows.h]
2562         META_EXTTEXTOUT, not META_SETTEXTOUT
2563         define GetCurrentTime as GetTickCount (for wine library)
2565         * [loader/main.c]
2566         Don't initialize built-in modules in wine library
2568         * [memory/local.c]
2569         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
2571         * [misc/main.c]
2572         Always report CPUTYPE=4 to wine library.
2574         * [objects/dib.c]
2575         RLE8 images were missing top line when decompressed.
2577         * [objects/metafile.c]
2578         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
2579         from winhelp.  More testing needed.  Various memory leaks plugged.
2580         Various other bug fixes.  New metafile operations added in
2581         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
2582         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
2584         * [toolkit/heap.c]
2585         LocalUnLock changed to LocalUnlock
2587 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
2588         
2589         * [misc/winsock.c] 
2590         Return the correct error number, for host lookup operations.
2591         Also, correct the problem with send_message.
2593 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
2595         * [Makefile.in]
2596         Using nm's built-in sorting.
2598         * [*/*.c]
2599         Use xmalloc for malloc and xrealloc for realloc in all ungarded
2600         cases.
2602         * [debugger/dbg.y]
2603         Handle C-like expressions.  Clean-up.
2605         * [debugger/debug.l]
2606         Lots of new tokens for expressions.
2608         * [debugger/info.c]
2609         Implement "list" command for disassembling.
2611         * [misc/ole2nls.c]
2612         Implement more Danish stuff.
2614 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
2616         * [loader/module.c]
2617         Updated self-loading modules to support for new 32 bit 
2618         stack frames.
2620 ----------------------------------------------------------------------
2621 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
2623         * [controls/menu.c]
2624         Fixed GetMenuString() for non-string items.
2626         * [debugger/*.c]
2627         First attempt to check validity of pointers before memory
2628         accesses. For now only segmented pointers are checked.
2630         * [debugger/dbg.y] [memory/ldt.c]
2631         Added possibility to dump only one segment with 'info segment'.
2633         * [include/bitmaps/ocr_*]
2634         Added all OEM cursors as XPM bitmaps.
2636         * [include/cursoricon.h] [objects/cursoricon.c]
2637         Rewrote all cursor and icon management to use the same memory
2638         layout as Windows, and to factor common code between icons and
2639         cursors. Implemented icon directory lookup to find the best
2640         matching icon (i.e. the color one).
2641         Implemented CopyCursor() and DumpIcon().
2643         * [loader/module.c]
2644         For disabled built-in modules, we now try to load the Windows DLL
2645         first, and if this fails we fall back to using the built-in module
2646         anyway.
2648         * [memory/global.c]
2649         Fixed GlobalHandle() to return the correct selector in the high
2650         word even if we are passed a handle in the first place.
2652         * [miscemu/instr.c]
2653         Take into account the size of the operand and of the stack segment
2654         when incrementing the stack pointer.
2655         Avoid referencing FS_reg and GS_reg on *BSD.
2657         * [objects/dib.c]
2658         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
2659         Monochrome DIBs are created as monochrome bitmap iff they are
2660         black and white.
2662         * [objects/oembitmap.c]
2663         Added support for OEM cursors, changed OBM_LoadIcon to use the new
2664         icon memory layout.
2666         * [rc/sysres_Fr.rc]
2667         Added French [Fr] language support.
2669         * [win32/environment.c]
2670         Fixed GetCommandLineA() to use current PDB.
2672         * [windows/event.c] [windows/winpos.c]
2673         Simulate a mouse motion event upon SetWindowPos() to force the
2674         cursor to be set correctly.
2676 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
2678         * [win32/*]
2679         New Win32 kernel functions: GetACP, GetCPInfo,
2680         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
2681         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
2682         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
2683         WriteFile.  Completed implementations of GetCommandLineA.
2685         * [include/kernel32.h]
2686         New file.
2688         * [loader/main.c]
2689         Call initialization function for Win32 data (doesn't currently do
2690         anything).
2692         * [misc/main.c]
2693         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
2695 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2697         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
2698           [misc/commdlg.c]
2699         Misc. bug fixes
2701 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
2703         * [*/*]
2704         For Winelib, explicit casts have been placed where warnings were
2705         usually generated.
2706         printf formats which give the format for printing a handle as
2707         "%04x" or something similar have been changed to use the NPFMT
2708         macro defined in include/wintypes.h.  Some times, explicit casts
2709         were also necessary.
2710         Parameter, field, and variable declarations have been made more
2711         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
2712         'WORD hFont' to 'HFONT hFont'.
2713         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
2714         replaced with a call to WIN_GetWindowInstance(hwnd).
2716         * [controls/combo.c]
2717         Added WINELIB32 support in CLBoxGetCombo().
2719         * [include/dialog.h]
2720         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
2721         winelib needs the packing as well (e.g. when accessing resources
2722         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
2724         * [include/windows.h]
2725         Got rid of the F[a-k] macros, which were cluttering up the global
2726         namespace.
2728         * [include/windows.h] [windows/defwnd.c]
2729         Added Win32 messages WM_CTLCOLOR*.
2731         * [include/wintypes.h]
2732         Put in preprocessor '#define WINELIB32' if appropriate and changed
2733         the types of some typedefs (WPARAM, HANDLE) based on this.
2734         
2735         * [loader/module.c] [toolkit/miscstubs.c]
2736         Added #ifdef'd portion in LoadModule to handle loading a WINElib
2737         module (already loaded, just init values).  '#ifdef'ed out the
2738         definition for GetWndProcEntry16 and added a new version to
2739         toolkit/miscstubs.c.
2741         * [misc/shell.c]
2742         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
2743         Same amount of total storage, but much more reasonable.  Also, changed
2744         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
2745         This was a difficult bug to track down, but the AppMisc field was
2746         being initialized with the contributers text, which was much larger
2747         than 512 characters.
2749         * [toolkit/atom.c]
2750         New file for atom-handling functions.  Copied from memory/atom.c and
2751         then heavily modified.  Right now, it's just a linked list of atoms.
2752         Consider it as a hash table with just one entry.  It's easily changed
2753         later.
2755         * [toolkit/heap.c]
2756         Commented out the heap functions with a "#ifdef WINELIB16" and put in
2757         a Win32 version (which is basically a modified copy).
2759         * [toolkit/sup.c] [toolkit/miscstubs.c]
2760         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
2761         added quite a few more stubs.
2763         * [toolkit/winmain.c]
2764         Rearranged startup code in _WinMain.  I think this will work.
2766         * [toolkit/Makefile.in]
2767         Added targets for 'hello' and 'hello2' in case anyone cares to try
2768         out the sample programs.
2770 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
2771         
2772         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
2773         First attempt at support for some VxDs. Comm, Shell and Pagefile.
2775 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
2777         * [misc/dos_fs.c]
2778         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
2779         starting applications like 'wine ./excel.exe')
2781 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
2783         * [configure.in]
2784         Avoid relative path for wine.ini.
2786         * [rc/sysres_Da.rc]
2787         Support for Danish [Da] language.
2789         * [misc/main.c] [miscemu/cpu.c]
2790         Return the processor we're running on correctly.
2792         * [miscemu/int2f.c]
2793         Minor stuff in int 0x2f, function 0x16.
2795 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2797         * [misc/shell.c] [misc/main.c]
2798         Implement saving and loading of the registry database (needed for
2799         OLE). Very experimental. Fixed ShellExecute().
2800         
2801         * [miscemu/int21.c]
2802         EEXIST is not a critical error condition for mkdir().
2804 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
2806         * [include/shell.h] [misc/shell.c]
2807         Implemented 4 drag/drop functions with documented functionality.
2809         * [multimedia/time.c]
2810         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
2812         * [*/*] 
2813         Added new files, more message definitions, structures, debug info,
2814         etc.  Rewrote message logging functions to produce output similar
2815         to WinSight.  Check out -debugmsg +message option.
2817         * [misc/file.c]
2818         Fixed GetDriveType return value.  
2820         * [windows/message.c] 
2821         Hooks are invoked in normal order.
2823         * [miscemu/*]
2824         Added some functions and interrupts.
2826         * [misc/shell.c]
2827         Implemented Drag... functions.
2829 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
2831         * [rc/sysres_Fi.rc] [rc/sysres.rc]
2832         First attempt at Finnish [Fi] language support.
2834 ----------------------------------------------------------------------------
2835 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2837         * [configure.in] [*/Makefile.in] [Make.rules.in]
2838         Cleaned up makefiles, added configuration option for Winelib,
2839         grouped common make rules in Make.rules.in.
2841         * [Configure]
2842         Renamed to 'Configure.old'; please use 'configure' instead.
2844         * [controls/menu.c]
2845         Fixed DestroyMenu() to avoid deleting the same menu twice.
2846         More fixes to WM_MENUSELECT, and added WM_INITMENU.
2848         * [if1632/relay.c]
2849         Fixed wrong register values displayed by RELAY_DebugCall32().
2851         * [memory/local.c]
2852         Fixed LocalLock() and LocalUnlock() to increment/decrement the
2853         lock count for moveable blocks.
2855         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
2856         Modified the generated C file so that the resource information
2857         (size, etc.) is also exported.
2858         Modified common dialogs to use the new informations.
2860         * [misc/main.c] [ANNOUNCE]
2861         Update the list of contributors. Please let me know if I forgot
2862         someone.
2864         * [rc/sysres.rc] [rc/sysres_En.rc]
2865         Moved English resources to sysres_En.rc.
2866         Changed ids from numeric to symbolic for dialogs.
2868         * [windows/dialog.c]
2869         Modified template parsing to be able to pass segmented pointers to
2870         CreateWindow().
2872         * [windows/win.c]
2873         CreateWindow() now takes segmented pointers for class and window
2874         names.
2875         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
2876         or WS_MINIMIZE bits are set.
2878 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
2880         * [controls/scroll.c]
2881         Fixed scroll-bar bugs for non-client windows.
2883 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
2885         * [include/cursor.h] [windows/cursor.c]
2886         Cursor is not mirrored any more and the hotspot is set right.
2888 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2890         * [ole.h]
2891         Misc small fixes.
2893 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
2895         * [rc/sysres_Es.rc]
2896         First attempt at Spanish [Es] language support.
2898 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
2900         * [include/alias.h][windows/alias.c][include/relay32.h]
2901         New files
2903         * [controls/widgets.c]
2904         WIDGETS_Init: register alias window procedures
2906         * [if1632/callback.c]
2907         CallWndProc: Call alias functions if necessary
2909         * [if1632/gdi32.spec]
2910         GetStockObject, TextOutA: new relays
2912         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
2913         user32.c: new file
2914         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
2915         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
2917         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
2918         PE_Win32CallToStart: new function
2919         MODULE_CreateInstance: removed static attribute
2920         LoadModule: Try loading PE image on error 21
2921         PE_LoadModule: new function
2922         PE_LoadImage: initialize pe_data with 0
2923         
2924         * [include/dlls.h][include/peexe.h]
2925         moved pe_data and w_files to peexe.h
2926         
2927         * [misc/shell.c]
2928         ShellAbout: Register AboutWndProc aliases
2930         * [miscemu/int21.c]
2931         handle 0x440A and 0xDC
2933         * [miscemu/int2f.c]
2934         handle 0x84
2936         * [objects/dib.c]
2937         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
2939         * [tools/build.c]
2940         include windows.h and relay32.h into generated Win32 relays,
2941         don't declare the implementation as int (*)();
2942         limit in WIN32_builtin was off by one
2944         * [windows/caret.c]
2945         CARET_Initialize: new function, call on strategic places
2947         * [windows/messagebox.c]
2948         MessageBox: register message box proc aliases
2950         * [if1632/advapi32.spec][if1632/comdlg32.spec]
2951         New files
2953         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
2954         added new spec files
2955         RELAY32_GetBuiltinDLL: perform lookup case insensitive
2956         RELAY32_GetEntryPoint: start name search at 0
2958         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
2959         Added stubs for new Win95 API
2961 Sat Sep 2 1995  Martin Roy
2963         * [misc/commdlg.c]
2964         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
2965         When process IDOK button in FILEDLG_WMCommand(),
2966         lpofn->nFilterIndex should be updated to current selection.
2968 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
2970         * [loader/module.c] [loader/ne_image.c]
2971         Added support of self-loading modules.
2973 ---------------------------------------------------------------------
2974 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2976         * [Configure]
2977         Added compile-time option for IPC.
2979         * [configure.in]
2980         Added command-line options for language, IPC and malloc
2981         debugging.
2983         * [controls/menu.c]
2984         WM_MENUSELECT was sometimes sent to the wrong window.
2986         * [debugger/break.c]
2987         For the 'next' command, only step over instruction that require
2988         it. This allows 'next' to do the right thing with jmp and ret
2989         instructions.
2991         * [ipc/*.c] [memory/atom.c] [memory/global.c]
2992         IPC can now be configured out at compile-time.
2994         * [loader/task.c]
2995         Bug fix in TASK_Reschedule() that could cause a task to be deleted
2996         twice.
2998         * [miscemu/dosmem.c] (New file)
2999         Partial emulation of the BIOS data segment.
3001         * [miscemu/instr.c]
3002         Trap attempts to access selector 0x40 and remap the access to
3003         segment __0040H.
3005         * [tools/build.c]
3006         Fixed bug in CallTo32_LargeStack() that caused problems when
3007         compiling Wine with the -fomit-frame-pointer option.
3009         * [windows/message.c]
3010         Fixed bug in hardware event handling that could cause some events
3011         to get ignored.
3013 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
3015         * [ipc/README] [ipc/dde.tex]
3016         LaTeX documentation for the ipc and DDE stuff.
3018 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
3020         * [ipc/Imakefile] [ipc/wine_test_stub.c]
3021         Fixed IPC testing. Now it can be compiled with "make tests"
3023 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
3025         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
3026         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
3028 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3030         * [miscemu/int21.c]
3031         Misc fix to int21,ah=40 (write) to match _lwrite().
3032         AX=0x440A (check if handle is remote) added.
3034         * [multimedia/mmsystem.c]
3035         Moved mciSendString to mcistring.c.
3037         * [multimedia/mcistring.c]
3038         New file, string interface for MCI (not complete, not thoroughly
3039         tested).
3041         * [multimedia/audio.c]
3042         IOCTL prints errors; one paranoid check disabled.
3044         * [misc/file.c]
3045         Misc operator precedence fixes.
3047         * [if1632/gdi.spec] [objects/bitblt.c]
3048         Stub for FastWindowFrame (parameters not correct).
3050 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
3052         * [loader/ne_image.c]
3053         Preliminary support for iterated segments.
3055 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
3057         * [windows/mapping.c]
3058         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
3059         the absolute value of (ydim / xdim) or (xdim / ydim).
3061 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
3063         * [objects/oembitmap.c]
3064         Added some includes for Windows 95.
3066         * [include/sysmetrics.h]
3067         Added some sysmetrics for Windows 95.
3069         * [include/bitmaps/*95]
3070         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
3071         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
3073 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
3075         * [misc/shell.c] [rc/sysres*.rc]
3076         The caption of the ShellAbout dialog box is language specific and
3077         should be defined in the resources.
3079 ----------------------------------------------------------------------
3080 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3082         * [*/Makefile.in]
3083         Removed winelibclean target, as it doesn't work anyway.
3085         * [controls/button.c]
3086         Avoid drawing the focus rectangle outside of the button.
3088         * [controls/widgets.c]
3089         Fixed bug with the size of the reserved bytes for the Edit
3090         control (caused Eudora to crash).
3092         * [debugger/*] [include/debugger.h]
3093         Unified debugger address handling. Segmented and linear addresses
3094         are no grouped in a single type DBG_ADDR.
3095         All commands now accept seg:off addresses.
3096         Module entry points are now loaded upon first entry to the
3097         debugger, so that entry points of the loaded executable also
3098         appear in the symbol table.
3100         * [include/registers.h] [miscemu/*.c]
3101         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
3102         This makes code less readable, but will prevent a lot of name
3103         clashes with other definitions. It also avoids a hidden reference
3104         to the 'context' variable.
3106         * [ipc/dde_atom.c] [misc/atom.c]
3107         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
3108         to allow supporting integer atoms.
3109         Moved atom.c to memory/ directory.
3111         * [loader/task.c]
3112         Fixed environment allocation to compute the size dynamically.
3113         Added 'windir' environment variable.
3114         Fixed GetDOSEnvironment() to return the current task environment.
3116         * [windows/message.c]
3117         Fixed bug in MSG_GetWindowForEvent().
3119 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3121         * [include/ole.h]
3122         Added a lot of structures  from my Borland Manual. Neither complete,
3123         nor 100% right (check please)
3124         
3125         * [misc/shell.c]
3126         Fixed some of the Reg* functions.
3127         Enhanced ShellExecute.
3128         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
3129         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
3131         * [misc/dos_fs.c]
3132         Make umsdos mounted windows dirs work again.
3134         * [miscemu/emulate.c]
3135         Added some comments, preimplementation of subfunction 7.
3137         * [multimedia/mmsystem.c]
3138         Implemented mciSendString. not complete, not clean, not
3139         necessarily working (only checked with a program which uses
3140         'cdaudio' (one working program is cool.exe, a shareware waveditor
3141         with cdaudio play facilities.)
3143         * [multimedia/mcicda.c]
3144         Segptr fixes in DriverProc
3145         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
3146         link to your real cdrom device.
3148 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
3150         * [loader/resource.c]
3151         Don't crash in a LoadString to NULL
3153         * [loader/resource.c]
3154         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
3155         won't work unless the ALT keypress exited the menu.)
3157         * [misc/file.c]
3158         Expand a file to the current offset with an _lwrite of size zero.
3160         * [misc/file.c]
3161         Set a newly created file to read-write instead of write-only.
3162         
3163 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
3165         * [misc/main.c] [include/msdos.h]
3166         Fixed to return DOS version 6.22, and the correct byte order
3167         for Windows programs.
3169 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3171         * [include/options.h] [memory/global.c] [misc/main.c]
3172         Make the new IPC run-time selectible, disabling it by default.
3173         (I think it's only useful for libwine, anyway.)
3175         * [loader/task.c] [memory/selector.c]
3176         In FreeSelector(), walk up the stack and fix the frames.
3178         * [objects/dib.c]
3179         Missing break statement in DIB_SetImageBits_RLE8().
3180         In GetDIBits(), set the compression flag in the bitmap info to zero.
3182         * [windows/dialog.c]
3183         GetNextDlgGroupItem() needs to treat the first child as if it had
3184         an implicit WS_GROUP bit set.
3186 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
3188         * [misc/dos_fs.c]
3189         Quick'n dirty fix for the initialisation of the Z: information
3190         structure.
3192 ----------------------------------------------------------------------
3193 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
3195         * [ipc/*]
3196         New directory. This directory contains the new inter-wine
3197         communications support. It enables DDE protocols between two wine
3198         instances.  Currently it is limited to DDE, but can be enhanced to
3199         support OLE between 2 different wine instances.  This is very
3200         important for libwine.a DDE/OLE support.
3202         * [tools/ipcl]
3203         A script to delete garbage IPC handles (shared memory, semaphores
3204         and message queues).  The current inter-wine communication is not
3205         perfect, and sometimes leaves garbage behind.
3207         * [if1632/relay.c] [include/atom.h] [include/global.h]
3208         [loader/selector.c] [loader/task.c] [loader/module.c]
3209         [loader/signal.c] [memory/global.c] [misc/atom.c]
3210         [windows/class.c] [windows/message.c] [windows/win.c]
3211         [Imakefile]
3212         Hooks for inter-wine DDE support, current Global.*Atom functions
3213         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
3214         DDE communication. (The first call to these functions sets up the
3215         IPC structures - which otherwise cause unneeded overhead.
3217 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3219         * [controls/menu.c]
3220         Don't crash if a NULL string is passed to menu functions.
3222         * [memory/selector.c]
3223         We now use a bit in ldt_flags_copy to indicate free LDT entries.
3224         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
3225         overwrite valid LDT entries when growing a block.
3227         * [miscemu/instr.c]
3228         Emulate int xx instruction by storing the interrupt vector in
3229         CS:IP and returning directly. This allows a program to install an
3230         interrupt vector.
3232         * [windows/win.c]
3233         Added function WIN_GetTopParent to get the top-level parent of a
3234         window.
3236 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
3238         * [loader/resource.c]
3239         Added LoadIconHandler. It doesn't do anything yet, but now you
3240         can use borland help files with winhelp.exe.
3242 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
3244         * [misc/main.c]
3245         Fixed to return 386 Enhanced mode correctly. Also return the same
3246         type of CPU, for both Enhanced and Standard mode, namely a 386.
3248 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
3250         * [Configure] [include/options.h] [include/wineopts.h]
3251           [misc/main.c][misc/spy.c]
3252           Removed support of spy file. Redirected spy messages to stddeb.
3253           Removed -spy option. Added -debugmsg +spy option.
3255         * [debugger/dbg.y][debugger/debug.l]
3256         Enabled segmented addresses (seg:offs) for break and x commands.
3258         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
3259           [include/region.h]
3260         FrameRgn, REGION_FrameRgn: New functions
3262         * [if1632/kernel.spec]
3263         IsWinOldApTask: Return false
3265         * [if1632/mouse.spec]
3266         CplApplet: Removed
3268         * [if1632/user.spec] [windows/win.c]
3269         ShowOwnedPopups: New function
3271         * [if1632/winsock.spec] [misc/winsocket.c]
3272         inet_addr, select: New prototypes in relay code
3273         Fixed memory layout for netdb functions (getXbyY).
3274         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
3276         * [objects/clipping.c]
3277         RectVisible: Fixed call to LPToDP
3279         * [rc/winerc.c]
3280         main: Removed extra argument to getopt for Linux.
3282 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3284         * [controls/listbox.c]
3285         Yet another fix for ListBoxDirectory().
3286         
3287         * [loader/module.c] [if1632/kernel.spec]
3288         Make GetModuleHandle() accept instance handles as parameter.
3290         * [if1632/relay.c] [loader/task.c]
3291         Put a magic cookie at the bottom of the 32 bit stack, and check on
3292         each return from a 32 bit function whether it's still there. Complain
3293         if it's not.
3295         * [if1632/user.spec]
3296         Wrong entry for CloseDriver().
3298         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
3299         [miscemu/int21.c]
3300         Large parts of dos_fs.c simplified. Changed it to use one
3301         current drive/directory per task, which is set to the module path on
3302         task creation.
3303         Prevent CorelPaint from closing stdin.
3304         open() with O_CREAT set must be passed three parameters.
3305         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
3306         it's in DOS_readdir() now.
3308         * [misc/profile.c]
3309         Some badly written software (Lotus Freelance Graphics) passes a bogus
3310         size parameter that caused Wine to write off the end of a segment.
3311         Fixed. (It's probably too paranoid now.)
3312         
3313         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
3314         [multimedia/Imakefile] [if1632/winprocs.spec]
3315         16 bit entry point for MMSysTimeCallback.
3316         Split off time.c and joystick.c from mmsystem.c.
3317         
3318         * [objects/dib.c]
3319         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
3321         * [windows/cursor.c]
3322         DestroyCursor(): do nothing for builtin cursors.
3323         
3324         * [windows/mdi.c]
3325         Half of WM_MDISETMENU implemented.
3326         
3327         * [windows/win.c]
3328         EnumWindows() and EnumTaskWindows() never enumerated any windows.
3329         Fixed.
3331         * [windows/*.c]
3332         Fixed GetParent() to return correct values for owned windows.
3334         * [windows/message.c]
3335         Don't try to activate disabled top-level windows.
3337         * [windows/nonclient.c]
3338         Work around a bug in gcc-2.7.0.
3339         
3340         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
3341         [loader/task.c] [memory/selector.c]
3342         Some Visual Basic programs (and possibly others, too) expect ES to be 
3343         preserved by a call to an API function, so we have to save it.
3344         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
3345         to prevent segfaults if ES contained the selector to be freed.
3347 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
3349         * [*/*]
3350         Added missing prototypes to header files and relevant includes
3351         to reduce compile time warnings.
3353 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
3355         * [configure.in] [include/config.h] [*/Makefile.in]
3356         New configuration scheme based on autoconf.
3358 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
3360         * [miscemu/ioports.c]
3361         Revamp to have only one in- and one out- variant, both really
3362         implemented.
3364         * [miscemu/instr.c]
3365         INSTR_EmulateInstruction: Use new ioport interface.  Implement
3366         string io.  Correct instruction pointer for 32-bit code.
3368         * [include/miscemu.h]
3369         Update port function prototypes.
3371         * [include/registers.h]
3372         Defined FS and GS.
3374 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
3376         * [misc/dos_fs.c]
3377         ChopOffSlash(): A path consisting off a single slash is left
3378         intact, and multiple slashes are all removed.
3380 ----------------------------------------------------------------------
3381 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3383         * [controls/scroll.c]
3384         Fixed drawing bug that caused part of a non-client scroll bar
3385         to be painted even when the scroll-bar was hidden.
3387         * [debugger/break.c] [debugger/dbg.y]
3388         Rewrote breakpoint handling to work in 16-bit mode.
3389         Implemented single-stepping ('step' and 'next' instructions).
3391         * [debugger/debug.l]
3392         Format specifier is now a separate token.
3393         Entering an empty line at the debugger prompt causes the previous
3394         command to be repeated, like under gdb.
3395         
3396         * [debugger/debug.l] [debugger/registers.c]
3397         Differentiate 16-bit and 32-bit registers without taking current
3398         mode into account ($eax is always 32-bit, $ax always 16-bit).
3400         * [debugger/stack.c]
3401         Fixed stack information routines to differentiate between 16-bit
3402         and 32-bit stacks.
3404         * [loader/task.c]
3405         Option -debug now sets a breakpoint at the first instruction of
3406         every loaded task.
3408         * [miscemu/instr.c]
3409         Added handling of lock, repe and repne prefixes.
3411         * [objects/dib.c]
3412         Changed StretchDIBits() to do the correct thing, even if it's still
3413         not really optimal.
3415         * [windows/graphics.c]
3416         Fixes in RoundRect(), thanks to Babak Masalehdan.
3418         * [windows/message.c]
3419         Tried to fix mouse event handling with respect to disabled
3420         windows.
3422         * [windows/painting.c]
3423         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
3424         infinite loops.
3426         * [windows/win.c]
3427         Fixed IsWindowVisible() to return FALSE when one of the parent
3428         windows is hidden.
3430 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
3432         * [if1632/compobj.spec][misc/compobj.c]
3433         CoGetMalloc: New function
3434         Added relay entries for COMPOBJ ordinals above 100
3435         CoInitialize: Changed parameter to DWORD
3437         * [if1632/ole2.spec]
3438         Exported implementation of OleBuildVersion
3440         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
3441         ole2disp.c: New file
3442         SysAllocString, SysReallocString, SysAllocStringLen,
3443         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
3445         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
3446         CompareStringA: New function
3448 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3449         * [objects/font.c] [if1632/gdi.spec]
3450         New stubs for CreateScalableFontResource, GetGlyphOutline.
3452 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
3454         * [misc/commdlg.c]
3455         Extensive changes and bug fixes to FileDialog handling,
3456         behaves more like native Windows.
3458 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3460         * [controls/listbox.c] [controls/combo.c]
3461         Some minor optimizations.
3462         
3463         * [memory/local.c]
3464         LOCAL_FindFreeBlock(): Never use the last one.
3465         
3466         * [memory/global.c]
3467         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
3468         
3469         * [misc/file.c]
3470         read() returns an error when length==0. This is not what Windows
3471         programs expect, so pay attention to this in _lread(). Changed this
3472         in _lwrite(), _hread(), _hwrite(), too.
3474         * [loader/resource.c]
3475         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
3476         there.
3477         
3478         * [if1632/shell.spec] [misc/shell.c]
3479         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
3480         Accept some more combinations of parameters in the Reg..() functions.
3481         
3482         * [if1632/toolhelp.spec]
3483         Make InterruptRegister() and InterruptUnregister() return false.
3485         * [windows/hook.c]
3486         CallNextHookEx() used to crash when called with a null hhook. Fixed.
3488 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3490         * [include/neexe.h][loader/ne_image.c]
3491         NE_LoadSegment: Detect iterated segments
3493         * [misc/ole2nls.c]
3494         LOCALE_SLONGDATE: fixed typo
3496         * [miscemu/int5c.c]
3497         Reordered include files to avoid conflicts with Linux libc.5.1
3499         * [rc/winerc.c]
3500         Added -b option to process binary resource files into C arrays
3502         * [include/callback.h]
3503         CallWndProc: Added dummy ds parameter for libwine
3505         * [include/gdi.h][include/user.h]
3506         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
3508         * [include/ldt.h][include/stackframe.h]
3509         defined segment conversion macros for libwine
3511         * [misc/atom.c]
3512         Defined USER_HeapSel for libwine
3514         * [misc/main.c]
3515         Disable -dll option for libwine
3517         * [misc/user.c]
3518         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
3520         * [toolkit/heap.c]
3521         fixed LocalLock prototype
3523         * [toolkit/sup.c]
3524         sync'ed load_mz_header, load_ne_header with structures
3526         * [toolkit/winmain.c]
3527         Disabled resource DLLs for libwine for now
3529 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
3531         * [misc/main.c]
3532         Fixed -enhanced option to report a 386 CPU instead of a 286.
3534 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3536         * [misc/dos_fs.c]
3537         Remove maximum open dosdirent limit (fixing the winfile.exe
3538         problem) by using telldir()/seekdir().
3539         
3540 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
3542         * [misc/profile.c]
3543         Fixed problem parsing empty lines within sections in .ini files.
3545 ----------------------------------------------------------------------
3546 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3548         * [debugger/*.c]
3549         Modified debugger to use segmented pointers everywhere.
3551         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
3552         Declared all functions that return only 16-bit as 'pascal16'.
3554         * [include/ldt.h] [memory/ldt.c]
3555         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
3556         Maintain a copy of the selector flags, removing the need to make a
3557         system call to retrieve an LDT entry.
3559         * [loader/module.c]
3560         Fixed bug with module file handle cache.
3562         * [loader/ne_resource.c]
3563         Fixed file name bug in NE_AccessResource().
3565         * [loader/resource.c]
3566         Fixed bug in LoadIcon() that caused wrong colors to be used for
3567         the icon mask.
3569         * [loader/signal.c]
3570         Moved instruction emulation to miscemu/instr.c.
3572         * [misc/dos_fs.c] [miscemu/int21.c]
3573         Lots of small fixes, thanks to Morten Welinder.
3575         * [miscemu/dpmi.c]
3576         More complete DPMI emulation.
3578         * [miscemu/instr.c]
3579         Added support for prefixes in instructions to emulate.
3581         * [miscemu/int2f.c]
3582         Use register macros instead of destroying the high part of 32-bit
3583         registers.
3585         * [objects/dc.c]
3586         Fixed bug in GetDCState() that failed to clear the new DC.
3588         * [rc/sysres.rc]
3589         Removed dialogs 11 and 12 that were never used.
3591         * [tools/build.c]
3592         'pascal16' generated functions did not save %dx.
3593         Removed use of %fs to access the stack.
3594         %ds is no longer initialized before calling a 16-bit routine.
3596         * [windows/defwnd.c]
3597         Accept a NULL pointer as window title.
3599         * [windows/mdi.c]
3600         MDICascade: skip iconic windows.
3601         Implemented CalcChildScroll().
3602         
3603         * [windows/utility.c]
3604         Fixed MulDiv() for illegal values.
3606         * [windows/win.c]
3607         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
3608         a zero width or height.
3610 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
3612         * [controls/edit.c]
3613         Fixed "uninitalized" message which -Wall couldnt see to be ok
3614         in EDIT_WriteText.
3616         * [include/debug.h]
3617         Added define for extra checks in API definitions during debugging.
3619         * [loader/ne_image.c]
3620         Added newline in NE_FixupPrologs to avoid long lines.
3622         * [misc/dos_fs.c]
3623         Added extra safety check in DOS_ValidDrive.
3625         * [misc/exec.c]
3626         Fixed definition of ExitWindows.
3627         
3628 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3630         * [controls/edit.c]
3631         Some fixes, mostly for memory management, but also for text selection
3632         and tab postitions. General cleanup. Notepad.exe now works.
3634         * [controls/combo.c]
3635         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
3636         the combo box, not the ComboLBox that belongs to it.
3638         * [controls/listbox.c]
3639         Handle itemID field correctly throughout.
3641         * [memory/local.c]
3642         Implemented flag LMEM_ZEROINIT.
3643         LocalReAlloc() could trash the heap. Fixed.
3645         * [objects/font.c]
3646         FONT_MatchFont(): don't get confused by negative widths.
3647         Fixed a segfault in EnumFonts().
3649         * [objects/text.c]
3650         DrawText(): DT_CALCRECT implies DT_NOCLIP.
3652         * [objects/dcvalues.c]
3653         MAKELONG was used with bad parameters in DC_GET_X_Y.
3655         * [windows/dialog.c]
3656         Don't show the dialog if WS_VISIBLE isn't set in the template.
3658         * [windows/utility.c]
3659         UTILITY_convertArgs(): Never pass an expression containing ++ into a
3660         macro...
3662         * [windows/win.c]
3663         SetParent() should unlink the window before changing the parent.
3665         * [windows/message.c]
3666         Don't call timer functions via CallWindowProc(), since it checks
3667         whether hwnd==0 and does not call the function in that case.
3669         * [miscemu/instr.c]
3670         Ignore interrupt 0x3D, for VBRUN300.DLL.
3672         * [misc/commdlg.c]
3673         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
3674         pointer to the item text.
3676         * [if1632/relay.c]
3677         Disable OLE and DDEML DLLs by default, since they contain nothing but
3678         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
3679         some programs may work better without them.
3680         
3681         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
3682         Begun cleaning things up a little. Replaced printfs with dprintf_
3683         macros, made functions static where possible, and some other minor
3684         changes.
3686 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3688         * [debugger/dbg.y][debugger/dbg.l]
3689         Removed special handling for FILE_IDENTIFER, because it caused
3690         problems with x/<format> statements.
3692         * [debugger/info.c]
3693         Use SC_ESP instead of SC_EIP for stack dump.
3695         * [misc/compobj.c][if1632/compobj.spec]
3696         CoBuildVersion, CoInitialize, CoUninitialize: new functions
3698         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
3699         New files ole2.c, ole2.h
3700         OleBuildVersion, OleInitialize, OleUninitialize: new functions
3702         * [if1632/ole2disp.spec]
3703         Added missing ordinals above 109
3705         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
3706         New file winnls.h
3707         GetLocaleInfoA: new function
3709         * [if1632/shell.spec]
3710         Added FindEnvironmentString as stub
3712         * [misc/olecli.c][if1632/olecli.spec]
3713         OleIsDcMeta: New function
3715         * [objects/font][misc/gdi.spec]
3716         GetKerningPairs: new function
3718         * [misc/shell.c]
3719         ShellExecute: Implemented support for starting programs
3721         * [if1632/user.spec]
3722         Inserted missing relay to GetClipCursor
3724 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3725         
3726         * [controls/edit.c]
3727         Fix a problem with the local heap.
3729         * [include/wintypes.h]
3730         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
3731         
3732         * [include/mdi.h] [windows/mdi.c]
3733         This code still assumed segmented address==linear address. Fixed.
3735         * [include/msdos.h] [misc/dos_fs.c]
3736         The filemask field of the dosdirent structure could be overrun. Fixed.
3737         If you had a file called foobar and a file called foo, trying to 
3738         FindFile(foo) could accidentally find file foobar instead. Fixed.
3739         
3740         * [misc/file.c]
3741         OpenFile(): Always return the full pathname in ofs->szPathName. This 
3742         also fixes GetModuleFilename().
3743         Prevent _lclose() from closing stderr or stdout.
3745         * [misc/profile.c]
3746         Search for .ini files in the path of the current module as well.
3747         (Needed by Lotus Organizer.)
3749         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
3750         [memory/local.c]
3751         Local heaps are now initialized by InitTask() for executables. DLLs
3752         have to call LocalInit() themselves, LocalInit() has to put the
3753         heap at the end of the segment when called with start==0. We no longer
3754         allocate the DGROUP with 64k on startup, but grow the local heap
3755         in LOCAL_GetBlock() when necessary.
3757         * [loader/module.c]
3758         LoadLibrary() should call LoadModule() in all cases, even if the
3759         DLL is already loaded, to ensure that the reference count is correct.
3761         * [loader/ne_image.c]
3762         Some changes to function prolog fixup. Does anyone know exactly how
3763         this is supposed to work? I am only guessing here.
3764         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
3765         the module itself.
3766         
3767         * [loader/task.c]
3768         Initialize instance data at the beginning of the DGROUP in InitTask().
3770         * [memory/local.c]
3771         Some fixes for moveable blocks.
3773         * [memory/selector.c]
3774         All the IsBad*Pointer() functions returned exactly the wrong boolean
3775         value in all cases!
3776         
3777         * [objects/bitblt.c]
3778         Fixed another null pointer dereference in debugging output.
3779         
3780         * [objects/font.c]
3781         Some more recovery possibilities for FONT_MatchFont() if a specified
3782         font does not exist.
3783         
3784         * [windows/win.c]
3785         The dialog code may call CreateWindowEx with an integer in windowName.
3786         This happens for static icon controls that expect a resource ID as
3787         the window name. CreateWindowEx() used to crash. Fixed.
3788         
3789         * [windows/class.c] [windows/win.c]
3790         Window classes are owned by modules, not instances. Changed
3791         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
3792         accordingly.
3794 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
3796         * [miscemu/int21.c]
3797           clock.exe was displaying incorrect year.
3799 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
3801         * [include/cursor.h] [windows/cursor.c]
3802         Implemented CreateCursorIconIndirect().
3804 ----------------------------------------------------------------------
3805 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3807         * [controls/menu.c]
3808         Fixed bug with drawing multi-column menus with vertical separator.
3810         * [debugger/debug.l]
3811         Fixed NULL-pointer reference after readline().
3813         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
3814         Added interrupt vector emulation. Allows to retrieve an interrupt
3815         vector and jump to it without crashing.
3817         * [loader/ldt.c]
3818         Moved ldt.c to memory directory.
3820         * [loader/task.c]
3821         Implemented LockCurrentTask() and GetInstanceData().
3823         * [objects/bitblt.c]
3824         Fixed a bug that caused StretchBlt() to use wrong colors when
3825         stretching a monochrome bitmap to a color display.
3827         * [objects/bitmap.c]
3828         Fixed a segmented pointer bug in CreateBitmapIndirect().
3830         * [tools/build.c]
3831         Added possibility to have arguments for register functions; used
3832         by interrupt vectors to remove the flags from the stack.
3833         Generate a new function CallTo32_LargeStack(), that allows calling
3834         a 32-bit function using the original 32-bit stack, for functions
3835         that need more that 64k of stack.
3837 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3839         * [if1632/shell.spec] [misc/shell.c]
3840         DoEnvironmentSubst: fixed prototype
3842         * [if1632/gdi.spec] [objects/palette.c]
3843         SetSystemPaletteUse: new function
3845         * [if1632/kernel.spec] [loader/resource.c]
3846         DirectResAlloc: new function
3848         * [if1632/user.spec] [windows/keyboard.c]
3849         SetKeyboardState: new function
3851 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3852         
3853         * [tools/build.c]
3854         Prevent interrupts from destroying the args for a 32 bit function
3855         by loading the correct value into %esp directly after %ss.
3857         * [loader/ne_image.c] [loader/module.c]
3858         The new instance must be created earlier in LoadModule(), so that
3859         fixups referencing it will be handled correctly.
3860         Initialize the local heap for a DGROUP in NE_LoadSegment().
3861         
3862         * [objects/dib.c]
3863         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
3864         This used to crash Wine. Fixed.
3866         * [objects/text.c]
3867         Fix possible null pointer dereference in debugging output.
3868         
3869         * [misc/commdlg.c]
3870         Handle user input in the edit control better. Some bugs fixed.
3871         
3872         * [memory/local.c]
3873         Started implementing moveable blocks. This is unfinished (!), but
3874         at least it does not seem to break things.
3876 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3877         
3878         * [loader/module.c]
3879         LoadModule(): DLLs occasionally have a data segment, and they work
3880         much better if it is loaded :-)
3881         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
3882         FindModule(): also strip off the last backslash of the pathnames
3883         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
3884         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
3885         only better.
3886         
3887         * [loader/ne_image.c]
3888         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
3889         not really correct, it seems that all programs and DLLs try to do
3890         this themselves. But they pass weird parameters.)
3891         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
3892         
3893         * [loader/task.c] [misc/user.c]
3894         Finish global initializations in InitTask instead of InitApp, or
3895         all the DLLs will be initialized in InitTask without any available
3896         window classes!
3898 ----------------------------------------------------------------------
3899 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3901         * [debugger/hash.c] [debugger/info.c]
3902         Added support for symbolic segmented addresses. Add symbols for all
3903         built-in API entry points.
3905         * [if1632/relay.c] [include/dlls.h]
3906         Removed dll_table structure, as we now use the built-in module
3907         structures.
3909         * [if1632/relay.c] [loader/main.c]
3910         Removed winestat option, as it was no longer very meaningful.
3912         * [include/stackframe.h]
3913         New macro MAKE_SEGPTR that creates a segmented pointer to a local
3914         variable on the 32-bit stack.
3916         * [loader/module.c]
3917         Added support for multiple instances of an application.
3918         Implemented LoadModule() and FreeModule().
3920         * [loader/ne_image.c] [loader/task.c]
3921         Moved initialisation of built-in DLLs to InitTask().
3923         * [memory/global.c]
3924         Implemented discardable blocks.
3926         * [misc/file.c]
3927         Search path of current executable in OpenFile().
3928         Fixed bug with searching in Windows path.
3930         * [misc/lstr.c]
3931         Hard-coded translation tables for Ansi<->Oem.
3933         * [misc/user.c]
3934         Moved some global initializations to InitApp(), because they need
3935         a task context to be performed.
3937         * [objects/dc.c]
3938         Handle R2_BLACK and R2_WHITE specially so that they work correctly
3939         with palette displays.
3941         * [tools/build.c]
3942         Suppressed generation of the C file for DLL specs, because it's no
3943         longer needed. Output all the assembly code directly to stdout.
3944         Some changes to integrate Win32 support from Martin von Loewis. 
3946         * [windows/msgbox.c]
3947         Moved message box code from misc/ to windows/.
3949 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
3951         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
3952           [misc/mmaux.c] [misc/mmsystem.c]
3953         Modify code & use pointers conversion macros.
3954         Make cdaudio & wave devices work again (only using some applets).
3956         * [misc/profile.c]
3957         Change getc() to fgetc() where needed.
3959 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3961         * [if1632/Imakefile]
3962         added entries for the new files gdi32.spec, kernel32.spec,
3963         user32.spec, shell32.spec and winprocs32.spec.
3965         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
3966           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
3967         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
3968         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
3969                 stub implementations provided 
3970         marked storage.dll,storege.sys functions as stubs
3972         * [include/pe_image.h]
3973         Added structures WIN32_builtin and  WIN32_function
3975         * [include/peexe.h]
3976         PE_Import_Directory: renamed reserved fields to 
3977                 TimeDate, Forwarder, Thunk_List
3979         * [include/winerror.h]
3980         New file.
3982         * [loader/main.c]
3983         called RELAY32_Init
3985         * [loader/pe_image.c]
3986         xmmap: map BSS anonymous
3987         dump_imports: renamed to fixup_imports, do the fixup of imported
3988                       symbols
3989         PE_LoadImage: pass raw data size to xmmap
3991         * [loader/resource.c]
3992         DumpIcon: new function
3994         * [misc/kernel32.c]
3995         New file.
3997         * [misc/main.c]
3998         make stdout and stderr unbuffered
4000         * [misc/shell.c]
4001         DoEnvironmentSubst: new function
4003         * [objects/font.c]
4004         FONT_MatchFont: try oblique if there is no italic
4006         * [rc/Imakefile][rc/parser.l]
4007         yywrap: new function
4008         Don't link with libfl.a on Linux
4010         * [tools/build.c]
4011         Added keywords stdcall, subsystem, base
4012         GenerateForWin32: new function
4013         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
4015 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4016         
4017         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
4018         Minor fixes.
4019         
4020         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
4021         Rewrote message box handling.
4022         
4023         * [windows/dialog.c]
4024         Dialogs should be invisible until after WM_INITDIALOG is seent.
4025         Don't switch to invisible dialog items on a TAB keypress.
4026         
4027         * [windows/mdi.c]
4028         Send WM_NCPAINT message in MDIRestoreChild().
4029         
4030         * [windows/painting.c]
4031         Fixed typo (&& -> &).
4032         
4033         * [windows/message.c] [if1632/user.spec]
4034         Implemented PostAppMessage().
4035         
4036         * [windows/event.c]
4037         SetCapture(0) should act like ReleaseCapture().
4039 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
4041         * [Imakefile]
4042         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
4043         Added ASFLAGS to exported variables.
4045         * [debugger/readline/Imakefile]
4046         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
4048         * [memory/local.c] [miscemu/int21.c]
4049         Added some more debugging outputs.
4051 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
4053         * [misc/message.c]
4054         Fixed a "FIXME" concerning norwegian translation.
4056 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4057         
4058         * [*/*]
4059         Removed warnings in a couple of files and deleted some obsolete code.
4061         * [controls/listbox.c]
4062         Cleanup, speed improvements & lots of bug fixes.
4064         * [controls/combo.c]
4065         Mostly rewritten. This is still very buggy, but not quite as bad as 
4066         before.
4068         * [include/commdlg.h] [misc/commdlg.c]
4069         Removed the need for sysres.dll. Small bug fixes.
4070         
4071         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
4072           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
4073         Removed sysres.dll and replaced the remaining bitmaps/icons with
4074         XPM equivalents.
4076         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
4077           [if1632/winprocs.spec]
4078         "About Wine..." now brings up a standard ShellAbout() window with
4079         the Wine icon and the list of contributors.
4080         
4081         * [misc/shell.c]
4082         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
4084         * [windows/event.c]
4085         Small hack for non-alphanumeric keys: Dont't send the ascii value in
4086         the WM_KEYDOWN message, but some unused code instead. Should be done
4087         properly by sending different codes for each key. The edit control
4088         used to get a VK_DELETE message each time the user typed '.'.
4090         * [windows/class.c]
4091         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
4092         This used to be no problem, but breaks Resource Workshop in 950403.
4093         
4094         * [objects/dib.c]
4095         New diagnostic for a bug I've been encountering. If it shows up,
4096         please report it.
4098 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
4100         * [objects/color.c]
4101         Handle situation when 'dc' exists, but palette mapping
4102         does not.  (Fixes kidpix2 demo.)
4104 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
4106         * [loader/ldt.c]
4107         LDT_Print: Only show the number of entries that the kernel
4108         returned. Make this work for NetBSD.
4110 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
4112         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
4113         Modify cs and ds selector values for NetBSD-current.
4115         * [debugger/debug.l]
4116         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
4118         * [debugger/regpos.h]
4119         Modify sigcontext format for NetBSD-current.
4120         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
4122         * [include/ldt.h]
4123         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
4124         value, since only 16 bits of it may have been saved.
4126         * [misc/winsocket.c]
4127         Set structure packing with `#pragma pack' to accomodate
4128         other/older compilers.
4130 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
4131         
4132         * [misc/commdlg.c]
4133         Fixed path-names so when changing directory the listboxes
4134         changes too.
4135         
4136         * [debugger/dbg.y debugger/debug.l wine.ini]
4137         Added SymbolTableFile to wine.ini so symbols can be read
4138         without standing in the directory containing wine.sym.
4139         Added the possibility to specify full name of wine.sym from
4140         the debugger prompt.
4142 ----------------------------------------------------------------------
4143 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4145         * [controls/static.c]
4146         Fixed painting of SS_*FRAME controls.
4148         * [if1632/callback.c]
4149         Pass the window instance as DS to the 16-bit window procedure.
4150         Rewrote Catch() and Throw() to make them work with multiple tasks.
4152         * [loader/main.c]
4153         New function MAIN_Init() to perform initializations before the
4154         first task is started instead of doing them in InitApp().
4155         Temporary hack to command-line parsing to load one program per
4156         command-line argument, to make testing task-switching easier.
4158         * [loader/*.c]
4159         Reimplemented modules to use a Windows-compatible layout and to
4160         allow multiple tasks and multiple module instances. Not really
4161         finished yet.
4163         * [loader/task.c] [misc/exec.c]
4164         Reimplemented tasks to use a common address space, and implemented
4165         preliminary task-switching capabilities.
4167         * [memory/global.c]
4168         Fixed bug in GlobalNext().
4170         * [misc/main.c]
4171         Updated the list of contributors. Let me know if I forgot someone.
4173         * [miscemu/int21.c]
4174         Use one DTA per task instead of a global one.
4176         * [objects/bitblt.c]
4177         Fixed bug in BitBlt() that could cause BadMatch errors.
4179         * [tools/build.c]
4180         Added new function type 'stub', that makes possible to export an
4181         unimplemented function by name as well as by ordinal. This will
4182         avoid loading errors for unimplemented functions.
4183         Generate an in-memory module layout for built-in DLLs so that the
4184         same code can be used for built-in and loaded modules.
4185         Changed relay code to make it unnecessary to save the value of the
4186         BP register.
4188         * [windows/message.c]
4189         Implemented multiple message queues and preliminary task-switching
4190         capabilities. Inter-task SendMessage() calls are not implemented
4191         yet and will probably cause crashes if used.
4193         * [windows/property.c]
4194         Reimplemented properties and allocate them on the USER heap.
4196         * [windows/win.c]
4197         Fixed bug in SetWindowWord().
4198         Reimplemented EnumWindows() and EnumTaskWindows().
4200 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4201         
4202         * [misc/main.c]
4203         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
4204         
4205         * [loader/resource.c]
4206         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
4207         control.exe.
4208         Fixed icon loading.
4209         
4210         * [objects/font.c] [include/windows.h]
4211         Fixed a bug in InitFontsList() and worked on the EnumFonts()
4212         functions to make them comprehensible.
4214         * [controls/button.c]
4215         Fixed my previous patch to handle LBUTTONUP messages.
4217 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
4219         * [misc/network.c, misc/dos_fs.c]
4220         Implemented WNetGetConnection.  All that is currently
4221         supported are drives, for which the remote name is simply
4222         the redirected UNIX directory name.
4224         * [miscemu/int2?.c]
4225         More drive number validity checking.
4227 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4228         
4229         * [controls/listbox.c]
4230         Oops, my previous change to ListBoxDirectory broke the Borland
4231         file open dialog. Fixed.
4233 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
4235         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
4236         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
4237         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
4239 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4240         
4241         * [memory/global.c] [memory/local.c] [include/windows.h]
4242         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
4243         LocalReAlloc(): Same for LMEM_MODIFY.
4244         
4245         * [controls/listbox.c]
4246         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
4247         Check for errors in some more places.
4249         * [if1632/gdi.spec] [if1632/user.spec]
4250         16 bit callback functions should be passed as segptrs.
4251         
4252         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
4253         [loader/library.c]
4254         Prevent a DLL from being initialized twice (Borlands Resource
4255         Workshop used to do this).
4256         Provide an additional flag for each w_file that indicates whether
4257         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
4258         
4259         * [controls/button.c]
4260         Handle LBUTTONUP messages even if the button no longer has the
4261         capture (for WinHelp).
4262         
4263         * [include/wintypes.h]
4264         FARPROC is now a segptr for the emulator and a function
4265         pointer for the library.
4266         
4267         * [misc/commdlg.c] [misc/commdlg.h]
4268         Cleaned the file dialogs up a little. They now work reasonably well,
4269         although there are still some problems (e.g. files are initially
4270         invisible).
4272         * [windows/class.c] [if1632/user.spec] [include/windows.h]
4273         GetClassInfo() must take a segptr, as it checks whether the
4274         highword is zero.
4275         GetClassName() called the wrong atom function. No surprise it didn't
4276         find anything.
4278         * [misc/lstr.c]
4279         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
4280         Removed some warnings.
4282         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
4283         New spec file for the 3.1 DDEML DDL. 
4285         * [controls/menu.c]
4286         Small fix to ChangeMenu - mask out the obsolete flags
4287         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
4288         problems with the MF_BYPOSITION flag.
4290         * [windows/message.c]
4291         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
4292         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
4293         stack for speed reasons.
4294         
4295         * [windows/hook.c] [include/windows.h]
4296         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
4297         they have slightly different semantics.
4298         MS Hearts now works somewhat, if you disable the new builtin DDEML.
4299         The graphics are completely messed up, though.
4301 ----------------------------------------------------------------------
4302 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4304         * [Configure] [if1632/Imakefile]
4305         Removed new build and short names options.
4307         * [if1632/*.c] [tools/build.c]
4308         Implemented compiled call-back functions for better performance;
4309         all the relay code is now done in assembly code generated by the
4310         build program.
4311         Relay code is no longer dependent on being loaded below 64K.
4313         * [loader/resource.c]
4314         Fixed memory leak in LoadString(). A fix will also be needed for
4315         other resources.
4317         * [memory/global.c]
4318         Implemented global heap arenas, so we can store informations about
4319         global blocks, like lock counts or owner handle.
4320         Implemented FarGetOwner() and FarSetOwner().
4321         Implemented global heap TOOLHELP functions.
4323         * [memory/selector.c]
4324         Bug fix: it was not possible to re-use a free selector.
4326 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
4328         *  [controls/listbox.c]
4329         Major work on listbox code
4330          - Many bugs fixed (still many bugs)
4331          - More messages supported
4332          - Code simplified
4334 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
4336         * [controls/edit.c]
4337         Lots of bug fixes related to diappearing text, lost carets,
4338         highlighting, segmentation faults, occurance of random
4339         characters, insertion of characters over selection, misplaced
4340         caret location, display corruption, end of line behavior, etc.
4342         * [controls/widgets.c]
4343         EDIT class doesn't want to use CS_PARENTDC flag.
4345 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4346         
4347         * [loader/selector.c]
4348           FixupFunctionPrologs() should also handle multiple data modules.
4349           (this bug only became visible because MakeProcInstance() was fixed
4350           in 950319)
4351         
4352         * [misc/dosfs.c]
4353           Simplified DOS_SimplifyPath.
4354           Small fix to DOS_opendir to reuse an entry if an open directory
4355           is opened again, to prevent "too many open directories" messages.
4357 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
4359         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
4360         CoDisconnectObject: new stub function
4362         * [include/msdos.h]
4363         fix DOSVERSION
4365         * [loader/ne_image.c]
4366         NE_FixupSegment: Be more generous on additive fixups
4368         * [if1632/user.spec][misc/network.c]
4369         Add more WNet* stubs
4371 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4373         * [controls/listbox.c]
4374           DlgDirList(): send segptr instead of linear pointer 
4375           in message to static control
4376         * [controls/menu.c]
4377           Tried to implement ownerdrawn menuitems. Doesn't work.
4378         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
4379           Provide a stub for GetRasterizerCaps()
4380         * [loader/selector.c]
4381           Pass end address instead of length to LocalInit() in 
4382           CreateSelectors()
4383         * [memory/local.c]
4384           LocalInit(): If there's already a local heap in the segment, do
4385           nothing and return TRUE
4386         * [objects/linedda.c]
4387           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
4388           now.
4389         * [windows/cursor.c]
4390           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
4391           more work still.
4393 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4395         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
4396           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
4397           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
4398           [windows/nonclient.c] [misc/message.c]
4399           Added a new builtin DLL that provides 16 bit entry points for all
4400           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
4401           again.
4402         * [misc/shell.c]
4403           RegOpenKey()/RegCreateKey() bugs fixed.
4404         * [loader/ne_image.c]
4405           Skipping the initialization of a DLL when CS == 0 was broken.
4407 ----------------------------------------------------------------------
4408 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4410         * [*/*]
4411         Implemented a new memory mapping scheme. There's no longer a
4412         one-to-one mapping between 16-bit and 32-bit pointers. Please see
4413         file DEVELOPERS-HINTS for technical details.
4415         * [controls/scroll.c]
4416         Fixed bug when dragging mouse in horizontal scrollbars.
4418         * [tools/build.c] [if1632/*.spec]
4419         Removed support for C callback functions and for re-ordering
4420         of the 32-bit arguments, as these were never used. This should
4421         allow a more efficient callback scheme to be implemented.
4423         * [if1632/olecli.spec]
4424         Reduced the number of entries to make the 16-bit code fit in 64k.
4425         This limitation will soon be removed.
4427         * [loader/ldt.c]
4428         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
4430         * [memory/global.c]
4431         Rewrote Global*() routines to use the new selector allocation
4432         mechanism.
4434         * [memory/local.c]
4435         Rewrote local heap handling to use a Windows-compatible layout
4436         (not really finished yet).
4437         Implemented TOOLHELP heap-walking routines.
4439         * [memory/selector.c]
4440         Implemented LDT manipulation API functions.
4442 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
4444         * [windows/defdlg.c]
4445         Fixed problem where dialogs closed using the System menu 
4446         ('Close' item or double click on close box) would
4447         hang Wine.
4449 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
4451         * [controls/listbox.c]
4452         Removed most of the statements for sending a notification message
4453         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
4454         code; Borland's standard file open dialog will work now.
4455         
4456         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
4457         Added support for new command line option "-allowreadonly". If set
4458         an attempt to open a read only file in write mode will be converted 
4459         to opening it read only (many programs try to open all files in 
4460         read/write mode even if they only intend to read it - this might 
4461         cause a few under problems under an unix-like environment where most 
4462         files are read only for a "normal" user)
4464         * [loader/selector.c]
4465         GetMemoryReference(): Added support for __AHIncr and __AHShift
4467         * [misc/dos_fs.c]
4468         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
4469         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
4470         match(): rewritten
4471         
4472         * [objects/text.c]
4473         TEXT_NextLine(): Removed a bug in the handling of LF's
4475         * [miscemu/int21.c]
4476         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
4478 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
4480         * [controls/menu.c]
4481         ChangeMenu: defaults to MF_INSERT
4482         InsertMenu: allow insertion even if position is one after last item
4484         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
4485           [if1632/storage.spec] [include/dlls.h]
4486         Added stubs for STORAGE.DLL and COMPOBJ.DLL
4488         * [if1632/user.spec] [windows/message.c]
4489         InSendMessage: new function
4491         * [include/neexe.h][include/ne_image.c]
4492         NE_FixupSegment: fixed handling of additive records
4494         * [loader/selector.c]
4495         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
4497         * [loader/signal.c]
4498         win_fault: Enter debugger on SIGFPE, too
4500 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
4502         * [miscemu/int*.c]
4503         Various minor modifications to the clock tick counter,
4504         FindFirst/FindNext funcs, and DPB handling.
4506 ----------------------------------------------------------------------
4507 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4509         * [loader/resource.c] [objects/oembitmap.c]
4510         Removed sysres bitmap code; you need libXpm to compile now.
4511         Implemented LoadIcon() for OEM icons.
4513         * [include/bitmaps/oic_*]
4514         Added OEM icons in XPM format.
4516         * [objects/dib.c]
4517         Bug fix in DrawIcon().
4519         * [rc/sysresbm.rc]
4520         Removed; all bitmaps are stored in XPM format now.
4522 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
4524         * [controls/edit.c]
4525         Small patch to fix edit-control when it's created with text.
4527 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
4529         * [tools/make_debug]
4530         The created macros won't have side effects anymore when used in
4531         an "if-else" structure. No more warnings from the compiler when
4532         compiled without defining DEBUG_RUNTIME.
4534 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
4536         * [controls/listbox.c]
4537         ListBoxDeleteString(): Fixed
4539         * [loader/selector.c]
4540         GetMemoryReference(): When special segments are referenced by
4541         pseudo-functions like __0040H, a reference to a "normal" segment
4542         will be returned preventing the program from crashing as soon
4543         as the referenced segment is actually accessed.
4545 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
4547         * [Configure]
4548         Ask for OLE stubs and malloc debugging
4550         * [Imakefile]
4551         link with libmcheck.a if necessary
4553         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
4554         Add OLE stubs, increase number of builtins
4555         dll_name_table_entry_s: new field dll_is_used
4557         * [loader/library.c]
4558         GetModuleHandle,ModuleNext: Check dll_is_used
4560         * [loader/ne_image.c]
4561         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
4562         to mean, anyway?)
4564         * [misc/olecli.c][misc/olesvr.c]
4565         New files. Add to misc/Imakefile
4567         * [misc/dos_fs.c]
4568         DOS_GetUnixFileName: make a copy of the input parameter to 
4569         prevent overwriting
4571         * [misc/main.c]
4572         MAIN_ParseDLLOptions: new function
4573         MAIN_ParseOptions: treat -dll command line flag
4574         main: add support for malloc debugging
4576 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
4578         * [loader/signal.c]
4579         Small patch for people using FreeBSD-2.1.0.
4581 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
4583         * [toolkit/sup.c]
4584         Added return values to the Call* routines
4586         * [toolkit/winmain.c]
4587         Load the resource file properly for WineLib applications.
4589 ----------------------------------------------------------------------
4590 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4592         * [if1632/call.S]
4593         Only save the lower 16-bits of SP and BP.
4595         * [if1632/callback.c]
4596         When calling to 16-bit code, restore DS from its previous value on
4597         entry to the 32-bit code, instead of from the code segment owner.
4599         * [if1632/relay.c] [include/stackframe.h]
4600         Use a structure to represent the 16-bit stack frame layout
4601         instead of hard-coded offsets.
4602         
4603         * [rc/Imakefile]
4604         Use y.tab.c for bison output file for compatibility with yacc.
4606         * [tools/build.c]
4607         Small optimization for calls to 32-bit code.
4609 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
4611         * [tools/build.c]
4612         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
4614 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
4616         * [debugger/dbg.y]
4617         Remove unnecessary sym-table loading when stopped in 16-bit mode.
4619         * [include/segmem.h] [loader/selector.c]
4620         Added dynamic alloction of selectors.
4621         Fixed some problems with large programs SIGSEGV-ing while
4622         running out of selectors.
4624         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
4625           [memory/global.c] [memory/heap.c] [memory/linear.c]
4626         Use __AHSHIFT and __AHINCR instead of 3 and 8.
4628 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
4630         * [misc/dos_fs.c]
4631         Better relative path handling when converting filenames between
4632         dos and unix, allowing '.' to be used in the Windows path.
4633         Startup working dir is now based on current working dir.
4635 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
4637         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
4638         Squeezed data structure that references internal dll's (mostly
4639         "struct dll_table_entry_s"). Caused 20% reduction in executable
4640         code size.
4642 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
4644         * [Imakefile]
4645         make wine.sym only when making emulator
4647         * [misc/file.c]
4648         OpenFile(): report as not implemented for WINELIB
4650         * [misc/winsock.c]
4651         Fix CONVERT_HOSTENT and friends for use with WINELIB
4653         * [rc/Imakefile][rc/rc.y][rc/parser.c]
4654         Rename rc.y to parser.y
4655         Use flex and bison on Sun
4657         * [toolkit/sup.c]
4658         CallWindowProc: fix parameter type
4660         * [windows/event.c]
4661         Commented #ifdef sparc
4663 ----------------------------------------------------------------------
4664 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4666         * [windows/nonclient.c] [windows/winpos.c]
4667         Implemented maximized windows.
4668         Implemented icon positioning and ArrangeIconicWindows().
4669         Bug fixes in SetWindowPos().
4671         * [windows/painting.c]
4672         Implemented GetControlBrush().
4673         Window frame is no longer contained in the update region.
4675         * [windows/win.c]
4676         Destroy owned windows upon DestroyWindow().
4678 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
4680         * [controls/edit.c]
4681         Changed line terminator to \r\n to be compatible with
4682         Windows.  Fixed bug in text selection.
4684 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4686        * [misc/shell.c]
4687        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
4688        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
4689        These functions now work somewhat more the way Windows programs expect
4690        them to work.
4692 ----------------------------------------------------------------------
4693 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4695         * [loader/resource.c] [objects/dib.c]
4696         Fixed icon loading and drawing, now that BitBlt() works correctly.
4697         
4698         * [objects/clipping.c] [objects/region.c]
4699         Implemented elliptic regions with a set of rectangle. This greatly
4700         simplifies the region code and should boost clipping performance.
4702         * [objects/color.c]
4703         Fixed bug that caused seg-fault on 24bpp displays.
4705         * [objects/bitblt.c]
4706         Fixed bug when shrinking a bitmap to more than half its size.
4708         * [windows/graphics.c]
4709         Fixed bugs in PaintRgn() and Polyline().
4711         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
4712         Fixed some problems with window background painting.
4714 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
4716        * [tools/build.c]
4717        * [tools/newbuild.c]
4718        * [Imakefile]
4719        * [include/wine.h]
4720        * [loader/call.S]
4721        * [loader/selector.c]
4722        * [include/segmem.h]
4723        * [misc/main.c]
4724        Changed selector code and 16/32 bit xfer code so that wine
4725        no longer has to be loaded low in memory.  Changed wine
4726        to work with ELF binary formats under Linux.
4727        
4728 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
4730         * [debugger/db_disasm.c]
4731         New instruction disassembler - borrowed from Mach kernel.  Has a
4732         BSD style of license as opposed to the gdb code we were previously
4733         using which was under the GPL.
4735 ----------------------------------------------------------------------
4736 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4738         * [Imakefile]
4739         Compiling with -Wall flag.
4741         * [*/*]
4742         Fixes to minimize the number of compilation warnings.
4744         * [objects/bitblt.c]
4745         Fixed BitBlt() and used the same code to rewrite PatBlt() and
4746         StretchBlt(). The three *Blt() functions should now be correct in
4747         every case (famous last words).
4749         * [objects/brush.c] [objects/dither.c]
4750         Merged the two files into brush.c
4752         * [objects/dc.c]
4753         Fixed bug when the Windows programs forget to re-select the
4754         original bitmap in a memory DC.
4756         * [objects/font.c]
4757         Tty to use 'fixed' font when the system font can't be found.
4759         * [windows/dialog.c]
4760         Tentative fix to make dialogs look better when using fixed-width
4761         fonts.
4763         * [windows/graphics.c]
4764         Partially implemented the PS_INSIDEFRAME pen style.
4766         * [windows/nonclient.c]
4767         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
4768         without the WS_DLGFRAME style.
4770 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
4772         * [memory/global.c]
4773         GlobalCompact should now return the correct value when the
4774         largest run of free blocks includes the last block.
4776         * [windows/mdi.c]
4777         Tiling and cascading windows without any MDI children should
4778         no longer crash (assuming no-op is the correct thing to do).
4780 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
4782         * [objects/font.c]
4783         GetTextExtentPoint: fixed debug output, str is counted string, not
4784         zero terminated.
4786         * [if1632/relay.c]
4787         DLLRelay: when debugging_stack got segv, added upper bound for
4788         stack dump.
4790 ----------------------------------------------------------------------
4791 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4793         * [*/Imakefile]
4794         All objects files are now kept in their respective directory.
4796         * [README]
4797         Rewrote most of it.
4799         * [objects/bitblt.c]
4800         Rewrote BitBlt() to look right in every case, while minimizing
4801         the impact on performance. Not really finished yet.
4803         * [objects/bitmap.c] [objects/dc.c]
4804         Fixed bug with pattern brushes.
4806         * [objects/clipping.c] [windows/painting.c]
4807         Fixes for logical coordinates.
4809         * [objects/color.c] [windows/graphics.c]
4810         Fixed GetPixel() to return the correct color, and made it faster.
4812         * [objects/region.c]
4813         Fixed bug in CombineRgn() when one of the region is empty.
4815 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
4817         * [Configure]
4818         Don't assume that expr handles '==', use '=' instead.
4819         Give a (hopefully informative) message if imake fails.
4821 ----------------------------------------------------------------------
4822 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4824         * [controls/listbox.c]
4825         Fixed problems due to new scroll-bar code.
4827         * [loader/signal.c] [miscemu/ioports.c]
4828         Handle I/O opcodes that use an absolute address.
4830         * [objects/text.c]
4831         Implemented TabbedTextOut().
4833 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
4835         * [objects/metafile.c]
4836         Implemented GetMetafile().
4837         Fixed bug in PlayMetaFile() when reading disc based metafile records.
4838         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
4839         PlayMetaFileRecord().
4840         
4841 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4843         * [Imakefile]
4844         wine.sym: Remove gcc2_compiled and friends
4846         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
4847           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
4848         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
4850         * [if1632/call.S]
4851         CallToLibMain: New function
4853         * [if1632/relay.c][include/options.h][misc/main.c]
4854           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
4855         removed Options.relay_debug
4857         * [include/heap.h]
4858         HEAP_OWNER: Use ds instead of cs:ip
4860         * [loader/ne_image.c]
4861         LoadNEImage: Remember current exe, handle nodata dlls
4862         InitNEDLL: handle nodata dlls, call CallToLibMain
4864         * [loader/selector.c]
4865         CreateSelectors: Initialize auto_data_sel with 0
4867         * [memory/heap.c]
4868         HEAP_CheckHeap: Check prev
4869         HEAP_CheckLocalHeaps: new function
4871         * [misc/profile]
4872         Remember and dump only changed profiles
4874         * [tools/makedebug]
4875         Introduce debugging_xxx flags
4877 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
4879         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
4880         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
4881         pe_image.h selectors.h wintypes.h]
4882         Added.
4884         * [*/*]
4885         - Commented all 'static char copyright statements', see misc/main.c
4886         - moved prototypes to headers files, fixed wrong prototypes.
4887         - *please* add a header file for each .c if you need to export
4888           things.
4890         * [misc/main.c]
4891         Added one static string which list the names of the contributors.
4893 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
4895         * [Configure]
4896         Made the support for multiple languages more automatic.  Added
4897         a [fonts] section to the wine.conf file.  Made the defaults
4898         better.  Generally cleaned it up.
4900         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
4901         Norwegian resources and small fixes to the german resources.
4903 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4905         * [debugger/break.c]
4906         bark(), toggle_next(), should_continue(): New functions
4907         insert_break(): Fixed, adds write access to page before writing
4908         wine_bp.next_addr: new structure field
4910         * [debugger/dbg.y]
4911         Changed symbol's value to be it's value instead of the value
4912         pointed to by the symbol.
4913         Changed SIGTRAP handling to allow continuation after break point
4915         * [misc/shell.c]
4916         ShellAbout(): Load resource from memory
4918 ----------------------------------------------------------------------
4919 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4921         * [controls/scroll.c] [include/scroll.h]
4922         Rewritten most of scroll-bar code for better Windows look & feel.
4923         Implemented EnableScrollBar().
4924         Preliminary keyboard support.
4926         * [objects/bitblt.c]
4927         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
4928         bits from outside the visible region.
4930         * [objects/oembitmap.c] [include/bitmaps/obm_*]
4931         Use XPM symbolic colors to load bitmaps. This allows the colors
4932         of the bitmaps to depend on the system colors.
4934         * [tools/make_debug]
4935         Made the make_debug script more robust.
4937         * [windows/dialog.c]
4938         Fixed CheckRadioButton().
4940         * [windows/nonclient.c]
4941         A few changes to scroll-bar drawing and tracking.
4943         * [windows/winpos.c]
4944         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
4945         avoid confusion, and optimized it somewhat.
4947 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
4949         * [misc/audio.c]
4950         * [misc/mcianim.c]
4951         more coding but nothing spectacular.
4953         * [misc/mmaux.c]
4954         some coding to access '/dev/mixer'.
4956         * [misc/midi.c]
4957         some coding to read .MID files, but it's not playing yet.
4959 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
4961         * [objects/dib.c]
4962         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
4963         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
4964         includes some bitmaps output by Paint Shop Pro.  Implementation is
4965         possibly now too lax.  Please see the notes on the function about
4966         why.
4968         * [controls/desktop.c]
4969         The desktop pattern should be painted if the wallpaper doesn't
4970         cover the whole screen width OR the whole screen height.
4972 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
4974         * [objects/dib.c]
4975         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
4976         now work.
4978         * [loader/ne_resource.c] [include/resource.h]
4979         Some cleanup.
4981 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4983         * [Configure]
4984           [rc/sysres.rc]
4985         Primitive compile-time support for multiple languages
4987         * [rc/sysres_De.rc]
4988         New file
4990         * [loader/resource.c]
4991         LoadBitmap: Recognize end of sysresbm properly
4993         * [rc/Imakefile]
4994         Rules to compile resources simplified, dependencies changed
4996         * [rc/sysresbm.rc]
4997         Don't use sysresbm if using XPM
4999         * [windows/dialog.c]
5000         CreateDialogIndirectParam: Reverse Z-order of controls
5002         * [windows/message.c]
5003         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
5005         * [windows/winpos.c]
5006         NextWindowFromPoint: New function
5008         * [controls/button.c]
5009         WM_NCHITTEST: Group Box is HTTRANSPARENT
5010         BUTTON_CheckAutoRadioButton: New function
5011         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
5013 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
5015         * [objects/text.c]
5016         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
5017         is too long to break.
5019         * [objects/font.c]
5020         Don't assume helvetica if there is no font family; let the other
5021         font attributes decide what font to use.
5023         * [controls/widgets.c]
5024         Listboxes and combo boxes need to be notified of double-clicks.
5026         * [controls/listbox.c]
5027           [include/listbox.h]
5029         scrolling to bottom of list box should display last item at the
5030         bottom, not at the top.
5031         
5032         list boxes need to allocate a separate heap for their item data,
5033         rather than using the user heap.  Otherwise, it's very easy to run
5034         out of memory for list box items.
5036         removed redundant code in ListBoxAddString().  Implemented simple
5037         version of LBS_SORT.
5039         Don't put [.] in the list box when using DDL_DIRECTORY.
5041         * [controls/combo.c]
5042         Combos should pass CBS_SORT onto their list box.
5044         * [windows/win.c]
5045         If window creation is aborted, remove the window from the
5046         linked lists.
5048         * [controls/static.c]
5049         static controls with SS_ICON were always returning 0 from
5050         WM_NCCREATE.
5052         Make sure static controls have text to draw before drawing it.
5054 ----------------------------------------------------------------------
5055 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5057         * [objects/oembitmap.c]  (New file)
5058         Added possibility to use .xpm files for OEM bitmaps.
5060         * [include/bitmaps/obm*]  (New files)
5061         Redrawn all OEM bitmaps in xpm format.
5063         * [objects/font.c]
5064         Add space for internal leading when using a negative font height.
5065         Stubs for AddFontResource() and RemoveFontResource().
5066         Fix in FONT_Init() for uninitialised default font.
5068         * [windows/dialog.c]
5069         Make font height negative as it is really a point size and not a
5070         pixel size; dialogs using 8-point fonts look better now.
5072         * [windows/graphics.c]
5073         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
5075         * [windows/nonclient.c]
5076         A few changes for new OEM bitmaps.
5078 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
5080         * [windows/class.c]
5081         The names of local classes have to be stored using GlobalAtom*.
5082         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
5084         * [if1632/call.S]
5085         CallTo16(cx): It's possible to set the contents of the cx-register.
5087         * [loader/ne_image.c]
5088         InitNEDLL(): The size of the local heap is now passed in the cx-
5089         register when initializing a DLL.
5091         * [memory/heap.c]
5092         LocalInit(): The case start==0 is now handled in the way it should.
5094         * [windows/win.c]
5095         GetWindowLong(): If the adress of the windows function is requested
5096         it's no longer returned if it's within the Wine code (and therefore
5097         unreachable by a windows program). This makes Borland's OWL happy.
5099         * [controls/edit.c]
5100         EDIT_GetStr(): Added handling for off<0.
5102 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
5104         * [loader/library.c]
5105         Fixed infinite loop bug when two DLLs refer to each other (fixes
5106         hangup of Quicken during loading).
5108 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
5110         * [misc/dos_fs.c]
5111         Bug fix: The size of a disk an the available space
5112         is now returned in bytes instead of (incorrectly)
5113         KBytes.
5115 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
5117         * [windows/graphics.c]
5118         Bug fix: Pie segments are now filled with correct brush.
5120 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
5122         * [Imakefile]
5123         generate rc.o before loader.o
5125         * [controls/menu.c]
5126         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
5128         * [include/resource.h]
5129         Add struct ResourceTable
5131         * [loader/bitmap.h]
5132         Load system bitmaps from sysresbmTable
5134         * [misc/clipboard.c]
5135           [windows/event.c]
5136         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
5137         
5138         * [rc/Imakefile]
5139         generate rc.o from sysres.o and sysresbm.o. Added -lfl
5141         * [rc/rc.y]
5142         change style handling to allow ( S1 | S2 ) | S3
5144         * [rc/sysres.rc]
5145           [rc/sysresbm.rc]
5146         Put bitmaps and icons to sysresbm, everything else to sysres
5148         * [rc/winerc.c]
5149           [rc/winerc.h]
5150         Added -o, -c flags. New function set_out_file. Output to files.
5152         * [windows/dialog.c]
5153         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
5155         * [windows/nonclient.c]
5156         Create AboutWine dialog from template pointer
5158 ----------------------------------------------------------------------
5159 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5161         * [controls/static.c]
5162         Bug fix for SS_ICON controls.
5164         * [if1632/Imakefile]
5165         Fixed call.o dependencies.
5167         * [objects/clipping.c] [objects/dc.c]
5168         Fixed visible region handling. hVisRgn is always non-null now.
5170         * [windows/dce.c]
5171         Bug fix in GetDCEx for CS_OWNDC windows.
5173         * [windows/nonclient.c] [windows/painting.c]
5174         Fixes to icon window drawing.
5176         * [windows/winpos.c]
5177         A few fixes in SetWindowPos().
5179 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
5181         * [objects/bitblt.c]
5182         BitBlt(): BitBlt is now able to handle any raster operation. If
5183         the request can't be passed to XWindows directly, it's quite
5184         slow, though.
5186         * [*/*.c]
5187           [misc/main.c]
5188         Improvements of the system for handling debug messages. Options are
5189         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
5190         *debugoptions: +xxx there if you want to have turn messages xxx on).
5192         * [controls/menu.c]
5193         DestroyMenu(): The whole window won't be destroyed as a sideeffect
5194         any longer.
5196         * [misc/file.c]
5197         OpenFile(): Fixed bug in searching in system/window-directory.
5199 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
5201         * [include/windows.h]
5202         Bug fix for window related structures.
5203         DCB and COMSTAT are affected. They must be packed.
5205         * [misc/comm.c]
5206         Bug fix for COM ports:
5207         Dial and dialog window in terminal.exe now works.
5208         Non sequential COM assignments in wine.conf should not break now.
5209         Baudrate can be specified in wine.conf to overcome baudrate limitation
5210         in mswindow. See sample wine.ini
5212         * [include/comm.h]
5213         add baudrate field to DosDeviceStructre
5215         * [object/font.c]
5216         Bug fix for font assignment.
5217         Use pairs of foundry and family fontnames in X11 to correspond with
5218         window's fonts.
5219         Put font assignment ini wine.ini.
5221         * [wine.ini]
5222         Adding optional baudrate after port name in "serialports" section
5223         Add new section, "fonts".
5224         "default" is special key in "fonts" to match any unmatch window font.
5226 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
5228         * [if1632/relay.c]
5229         * [if1632/commdlg.spec]         New file.
5230         * [misc/commdlg.c]                      New file.
5231         * [include/commdlg.h]           New file.
5232         Begin of an emulated COMMDLG DLL, built-in for now.
5233         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
5234         thing you need to do is to put the real/dummy name in file relay.c)
5236         * [controls/scroll.c]
5237         * [controls/combo.c]
5238         * [controls/listbox.c]
5239         Few bug fixes and/or cosmetic.
5241         * [misc/audio.c]
5242         * [misc/mmaux.c]
5243         bug fixes and flags returned to emulate SB16.
5245         * [misc/midi.c]                         New file.
5246         skeleton for 'Midi' MMSYSTEM & MCI driver.
5248         * [misc/mcianim.c]                      New file.
5249         skeleton for 'Animation1' MCI driver.
5251         * [windows/win.c]
5252         Add new stub for GetLastActiveWindow().
5254 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
5256         * [if1632/call.S] [tools/build.c]
5257            Support for ELF format. (Not complete)
5259 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
5261         * [if1632/user.spec]
5262         Add stubs for ArrangeIconicWindows(), etc.
5264         * [if1632/kernel.spec]
5265         Add IsBad*Ptr() functions.
5267         * [loader/signal.c]
5268         Add test_memory(), for use with IsBad*Ptr().
5270         * [windows/winpos.c]
5271         Add stubs for TileChildWindows(), etc.
5273         * [windows/win.c]
5274         IsWindow() shouldn't crash if it's given a bad handle.
5275         Add stub for GetLastActivePopup().
5277         * [memory/global.c]
5278         Implement the IsBad*Ptr() functions.
5280         * [controls/listbox.c]
5281         Return the full longword of the item data in LB_GETITEMDATA.
5283         * [controls/edit.c]
5284         Don't let the user select an area past the end of the text.
5286         * [objects/text.c]
5287         In DrawText(), the code to delete crlfs also removed multiple
5288         consecutive newlines.  Also, using DT_CALCRECT didn't return
5289         the right height, and the width wasn't returned at all.
5290         This caused MessageBoxes to be missing much of their text.
5292         * [windows/scroll.c]
5293         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
5295 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
5297         * [miscemu/int21.c]
5298         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
5300         * [misc/property.c]
5301         Fixed inverted logic in EnumProps(), and changed CallBack16()
5302         call to use new arg format.
5304         * [windows/win.c]
5305         Fixed CallBack16() call in Enum[Child]Windows to use new arg
5306         format; this fixes crashes in enum procedures.
5308 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
5310         * [misc/clipboard.c]
5311           [windows/event.c]
5312           [windows/message.c]
5313         Added cut and paste between Wine and other X clients via
5314         the PRIMARY selection. Text only this time.
5316         * [controls/edit.c]
5317         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
5319         * [windows/defwnd.c]
5320         Send WM_SYSCOMMAND to overlapped ancestor window, 
5321         not the receiver of WM_SYSKEYDOWN
5323 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
5325         * [controls/edit.c]
5326         ClientWidth()/ClientHeight() macros: return 0 if size would
5327         be negative
5328         EDIT_StrLength(): takes unsigned char* instead of char*
5330         * [controls/listbox.c]
5331         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
5332         case instead of in each place required (it was omitted in
5333         some places causing problems!)
5335         * [controls/menu.c]
5336         MENU_CalcItemSize(): don't try to find size of a text item
5337         if the pointer is NULL
5339         * [include/heap.h]
5340         added definition of HEAP_LocalInit()
5342         * [include/msdos.h]
5343         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
5344         instead)
5346         * [loader/selector.c]
5347         IPCCopySelector(): added missing flags to shmget() call
5348         ? does this break linux - I added these flags in a previous
5349         patch but they were missing in the corresponding release ?
5351         * [loader/signal.c]
5352         win_fault(): added missing definitions of i, dump for those
5353         not running NetBSD or linux
5355         * [misc/dos_fs.c]
5356         DOS_GetCurrentDir(): made temp[] static so it can be safely
5357         returned
5359         * [miscemu/int21.c,int25.c,int26.c]
5360         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
5361         segmem.h where necessary.
5363         * [windows/dialog.c]
5364         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
5365         HEAP_LocalInit(), removed redundant variables
5367 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
5369         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
5370           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
5371           [objects/bitblt.c] [objects/metafile.c]
5372         Rewritten more printf's to use the new debugging system, and
5373         made wine less verbose per default. Use "-debugmsg +module"
5374         to get (almost) the same behavior as before.
5376 ----------------------------------------------------------------------
5377 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5379         * [controls/button.c]
5380         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
5381         BM_SETSTATE.
5382         Implemented default button painting.
5383         Optimised redrawing.
5384         Fixed owner-draw buttons.
5386         * [controls/static.c]
5387         Implemented WM_SETFONT.
5388         A few optimisations in painting code.
5389         Bug fix for SS_SIMPLE controls.
5391         * [if1632/callback.c]
5392         Preliminary GetCodeHandle().
5394         * [if1632/gdi.spec]
5395         Changed 'pascal' to 'pascal16' everywhere it's needed.
5397         * [include/windows.h]
5398         Fixed a few data structures.
5400         * [memory/heap.c]
5401         Bug fix in HEAP_ReAlloc().
5403         * [misc/cursor.c]
5404         Fixed SetCursor().
5406         * [objects/bitblt.c]
5407         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
5409         * [objects/font.c]
5410         Better font mapping code.
5411         Implemented GetTextFace().
5413         * [objects/region.c]
5414         Bug fix in REGION_MakePixmap().
5415         Faster region copying.
5417         * [objects/text.c]
5418         Implemented ExtTextOut().
5419         Implemented DT_NOCLIP style for DrawText().
5421         * [windows/dc.c]
5422         Free the bitmap when deleting a memory DC.
5424         * [windows/dce.c]
5425         Added support for windows that have no associated X window.
5426         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
5428         * [windows/defdlg.c]
5429         Implemented default push button handling and DM_SETDEFID.
5430         Implemented WM_NEXTDLGCTL.
5432         * [windows/dialog.c]
5433         Implemented default push button handling.
5434         Beginning of a keyboard interface in dialogs
5435         (does not really work yet).
5436         Fixed dialogs that use a special font.
5438         * [windows/event.c] [windows/focus.c]
5439         Added support for non-X windows.
5441         * [windows/graphics.c]
5442         Rewritten FloodFill() and implemented ExtFloodFill().
5444         * [windows/message.c]
5445         Cleaner hardware messages and X events handling.
5447         * [windows/defwnd.c] [windows/painting.c]
5448         Implemented WM_SETREDRAW.
5450         * [windows/win.c]
5451         Only create an X window for top-level windows, or for the desktop.
5452         Child windows now use their parent's drawable.
5454         * [windows/winpos.c]
5455         Beginning of support for non-X windows (still somewhat broken).
5456         Implemented *DeferWindowPos().
5458         * [*/Imakefile]
5459         Cleaned up some Imakefiles.
5460         Moved dc.c from windows/ to objects/.
5461         Moved cursor.c from misc/ to windows/.
5463 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
5465         * [include/debug.h]
5466           [include/stddebug.h]
5467           [*/*.c]
5468         Rewritten all the calls to printf for displaying debug-information
5469         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
5470         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
5471         all these messages on, "-debugmsg -dll" will turn all messages 
5472         concerning DLLs off.
5474         * [controls/combo.c]
5475         Added some handling for combo controls with ownerdraw-styles
5476         (just creating and passing the necessary messages to the 
5477         corresponding listbox control; the edit-control needs to be
5478         replaced with something else).
5480         * [controls/edit.c]
5481           [windows/dialog.c]
5482         Added support for use of global heap memory in dialogs with 
5483         edit controls.
5485         * [controls/listbox.c]
5486         Added support for item data.
5487         ListBoxInsertString(): Fixed bug for elements which are not inserted
5488         after the currently last element.
5489         
5490         * [misc/dos_fs.c]
5491           [miscemu/int21.c]
5492         DOS_ValidDirectory(): Checks whether a given string is in fact the
5493         valid name of a directory.
5495 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
5497         * [Imakefile]
5498         generate wine.sym after creating wine
5500         * [debugger/dbg.y]
5501         load "wine.sym" when entering debugger
5503         * [debugger/info.c]
5504         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
5506 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
5508         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
5509         Files created
5511 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
5513         * [misc/spy.c]
5514         Exclude and Include no longer requires a terminating ';' to
5515         register the last component.
5517 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
5519         * [Configure]
5520         Rewrote much of it.  Added capability to generate a wine.ini
5521         file.  Commented out the processor emulator options until that
5522         becomes interesting.  Gives a warning if it sees any *.rej
5523         files.  I hope I haven't assumed to much about the shell/OS so
5524         that it breaks under *BSD.
5526         * [misc/dos_fs.c]
5527         Removed/changed calls to ToUnix() (which calls tolower()) so
5528         that the part of the pathname which correspond with the drive
5529         letter on DOS no longer will be mapped to lowercase.  This
5530         means that it should be possible to have uppercase letters in
5531         the [drives] section of wine.ini.
5533         * [LICENSE]
5534         Cosmetic changes so that it displays better in the window you
5535         get from pressing "Credit_License" in the "About WINE" window.
5537 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
5539         * [controls/menu.c]
5540         LoadMenu() moved to loader/resource.c.
5542         * [misc/main.c]
5543         Added stub for FileCDR().
5545         * [include/peexe.h]
5546         Added, from Eric's pe-test.
5548         * [include/resource.h]
5549         Added.
5551         * [loader/resources.c]
5552         Removed duplicated code in *Resource() functions.
5553         Moved NE-program specific functions into ne_image.c.
5554         Moved NE-fileformat functions to ne_resource.c.
5556         * [pe_image.c] [pe_resource.c]
5557         Added. Nothing implemented to run PE-executables, resource
5558         loading only.
5560         * [misc/file.c]
5561         Changed OpenFile() to use macros.
5563         * [misc/shell.c]
5564         Added NULL-ptr checks to ShellAbout().
5566         * [miscemu/int21.c]
5567         Fixed a few typos.
5569         * [miscemu/kernel.c]
5570         Added _DI = _DS, to put the caller's instance in DI. Doesn't
5571         work properly if caller changed DS :-(
5573 ----------------------------------------------------------------------
5574 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
5576         * [include/win.h]
5577         Removed seperate X window for icon, added icon width,height.
5579         * [include/windows.h]
5580         Commented out the old SW_xxx emum and added defines since
5581         they aren't enumerated.
5583         * [windows/dce.c]
5584         Removed some older IsIconic checks from GetDCEx(), functionality
5585         is now in nonclient and generic wine window handling code.
5586         Lots of thanks to Alexandre Julliard all the hints and
5587         help...
5589         * [windows/defwnd.c]
5590         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
5591         WM_PAINTICON now calls NC_HandleNCPaint.  
5593         * [windows/event.c]
5594         Removed IsIconic checks.
5596         * [windows/icon.c]
5597         Removed everything in this file for now... could be used later.
5598         Icon functionality is now handled by the generic wine windows
5599         handling functions.
5600         
5601         * [windows/mdi.c]
5602         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
5603         show up when deiconified.  Removed IsIconic checks.
5605         * [windows/message.c]
5606         Removed old icon routines from hardware_event().
5608         * [windows/nonclient.c]
5609         Changed NC_HandleNCCalcSize() so it doesn't change the size
5610         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
5611         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
5612         on an Iconic window always send a SC_RESTORE message.
5614         * [windows/painting.c]
5615         Changed RedrawWindow() so it doesn't redraw an iconic window
5616         unless it has to (no icon for this class).
5617         
5618         * [windows/win.c]
5619         Removed creation of seperate icon window from CreateWindowEx().
5620         
5621         * [windows/winpos.c]
5622         Added saving and restoring of window rectangle during
5623         iconification/deiconification to ShowWindow().  Added
5624         functions to recursively hide and show children... called
5625         by ShowWindow during iconification/deiconification.
5627 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
5629         * [windows/message.c]
5630         WaitMessage(): Fixed handling of wm_timer-messages
5632         * [miscemu/int21.c]
5633         FindNextFCB(): Rewritten to support other functions than just
5634         returning the volume label
5636         * [misc/file.c]
5637         OpenFile(): Fix in handling of OF_CREATE
5639 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
5641         * [if1632/user.spec]
5642         Added SetParent.
5644         * [windows/win.c]
5645         Added SetParent.
5647 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
5649         * [loader/selector.c]
5650         Many changes throughout file to correct handling of shared memory
5651         function return codes. FreeBSD and SunOS shm functions return
5652         -1 not 0 on error. If Linux is different, these changes
5653         will have to be backed out.
5654         CleanupSelectors(): this is a new (internal) call to free
5655         up all selectors (and shm handles/memory) for use on exit.
5657         * [include/segmem.h]
5658         Change comment to reflect new use of shm_key
5660         * [misc/main.c]
5661         called_at_exit(): add call to CleanupSelectors()
5663 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5665         * [controls/button.c]
5666         Use OBM_CHECKBOXES to draw check boxes with correct colors.
5667         Fixed bug with WM_SETTEXT handling.
5668         A few drawing optimisations.
5670         * [controls/menu.c]
5671         Implemented correct \t and \a handling in menu items.
5672         Implemented help items (flush right) on menu bar.
5673         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
5675         * [controls/static.c]
5676         Fixed SS_ICON controls and implemented STM_SETICON message
5677         handling.
5679         * [controls/widget.c]
5680         Set cursor to IDC_ARROW for built-in classes.
5682         * [include/options.h] [misc/main.c]
5683         Backing store is now off by default.
5685         * [objects/region.c]
5686         Use X regions for rectangle and polygon regions: *major* speed
5687         improvement.
5689         * [windows/dialog.c]
5690         Fixed the fix for integer ids in controls. SS_ICON controls in
5691         dialogs should work now.
5692         Implemented DS_ABSALIGN style.
5694         * [windows/graphics.c]
5695         Implemented InvertRgn().
5696         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
5697         than with CreateCompatibleDC() + BitBlt().
5699         * [windows/message.c]
5700         Determining the window for a mouse message is now done at
5701         GetMessage() time.
5702         Modified PeekMessage() handling to avoid needlessly flushing the
5703         output queue.
5705         * [windows/timer.c]
5706         Check for restart of a timer (SetTimer call with the same hwnd and
5707         id than an existing timer).
5709 ----------------------------------------------------------------------
5710 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
5712         * [misc/file.c]
5713         OpenFile(): Completly rewritten.
5715         * [miscemu/int21.c]
5716         CreateFile(): Fixed wrong mode in call to open.
5717         OpenExistingFile(): Implemented file sharing.
5718         FindNext(): Fixed.
5719         CreateNewFile(): Fixed wrong mode in call to open.
5720         fLock(): Added to handle record locking.
5721         GetFileAttribute(): Added.
5722         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
5724         * [miscemu/int2f.c]
5725         AH = 0x10: SHARE installation check
5727         * [loader/resource.c]
5728         AccessResource(): Fixed. A new file descriptor will be returned by
5729         every call to AccessResource().
5731         * [windows/utility.c]
5732         wvsprintf(): Fixed.
5734         * [controls/menu.c]
5735         FindMenuItem(): Fixed (handling for nPos == -1 added).  
5737         * [windows/win.c]
5738         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
5740         * [Configure]
5741         Added two options for a processor emulator that might be
5742         plugged in later..
5744         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
5745         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
5746         Added TaskFirst(), TaskNext(), TaskFindHandle().
5748         * [memory/global.c]
5749         Added stub for MemManInfo().
5751         * [objects/text.c]
5752         Added stub for GetTabbedTextExt().
5754         * [miscemu/*]
5755         Changed all references to registers. Please don't access
5756         the context structure.
5757         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
5759         * [misc/lstr.c]
5760         Fixed bug in AnsiUpper() & AnsiLower().
5762         * [misc/winsocket.c]
5763         bugfix in getsockopt()/setsockopt(): winsock uses different values
5764         than unix.
5766         * [objects/dib.c]
5767         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
5769 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
5771         * [controls/edit.c]
5772         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
5774         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
5775         Modified dialog code to create new heap for edit controls
5776         unless DS_LOCALEDIT style is set.
5778 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5780         * [controls/button.c] [controls/edit.c] [controls/static.c]
5781         Removed unneeded GlobalUnlock() calls.
5783         * [controls/menu.c] [include/menu.h]
5784         Lots of changes, fixed a lot of old bugs and introduced a lot of
5785         new ones :-)
5786         - Changed message loop to use MSG_GetInternalMessage().
5787         - Fixed a bug that caused the main window to lose activation when
5788           displaying a menu.
5789         - Correctly send initialisation messages (WM_INITMENUPOPUP).
5790         - Implemented EndMenu() and LookupMenuHandle().
5791         - Changed internal structures to be as compatible as possible with
5792           MS-Windows.
5793         - Allocated everything on the USER heap instead of the global heap.
5794         - Prefixed all internal function names with MENU_ and declared
5795           them static.
5796         - Moved "About Wine..." handling to NC_HandleSysCommand().
5797         - Multi-line menus should now work correctly.
5799         * [loader/resource.c] [objects/bitmap.c]
5800         Added the possibility to create OEM bitmaps directly as X bitmaps.
5802         * [objects/dcvalues.c] [windows/dc.c]
5803         Fixed GetDCOrg() to return screen coordinates.
5805         * [windows/message.c]
5806         Fixed double-click checks when the message is not removed from the
5807         queue.
5808         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
5810         * [windows/nonclient.c]
5811         Bug fix in system menu hit-test calculation.
5812         A few changes for new menu functions.
5814 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
5816         * [controls/edit.c]
5817         Bug fix in Edit_NCCreateMessage
5818         es->textlen was being used before being set
5820         * [controls/menu.c]
5821         Bug fix in MENU_DrawMenuItem
5822         don't try to write text if NULL pointer passed
5824 ----------------------------------------------------------------------
5825 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
5827         * [windows/message.c]
5828         Implemented WaitMessage() (USER.112).
5830         * [if1632/user.spec]
5831         Added WaitMessage.
5833         * [windows/defwnd.c]
5834         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
5836         * [miscemu/int{13,21,2a}.c]
5837         * [miscemu/Imakefile]
5838         * [signal/loader.c]
5839         Added a few basic disk information and diagnostic functions to
5840         prevent programs using this function from crashing. All drives
5841         are claimed to be remote ones, so direct I/O isn't allowed.
5843         * [controls/edit.c]
5844         EDIT_WriteText(): Added code to correctly erase the remaining space
5845         of the edit-control if the size of the control has changed sinced it's
5846         creation.
5848 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
5850         * [if1632/mouse.spec]
5851         Added mouse.dll entry, no functions.
5853         * [loader/resource.c]
5854         Bug fix in AccessResource(). 
5856         * [misc/keyboard.c], added [include/keyboard.h]
5857         Changed functions to return more useful values.
5859         * [windows/dialog.c]
5860         Hacked DIALOG_GetControl() to support resources which
5861         have 0xff00 - 0xffff as id. ** Needs to be done properly by
5862         someone who knows the NE fileformat **
5864 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5866         * [windows/event.c]
5867         Add new stub for EnableHGardwareInput() function.
5869         * [windows/message.c]
5870         Add coding for HWND_BROADCAST in PostMessage().
5872         * [misc/file.c]
5873         Add coding for OpenFile() also search in WindowPaths.
5875         * [misc/mmsystem.c]
5876         * [misc/audio.c]
5877         * [misc/mmaux.c]
5878         * [misc/mcicda.c]
5879         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
5880         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
5881         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
5882 ----------------------------------------------------------------------
5883 Mon Jul 18 23:55:13 MET DST 1994
5885         * [if1632/call.S]
5886         CallTo16(): added `mov %eax,%edx' just before lcall,
5887         to make sure that DX contain the DLL's hinstance when
5888         initialised.
5890         CallTo32_16() added, equal to CallTo32() except for
5891         one thing: it saves DX and 
5893         * [tools/build.c]
5894         Added some code to support 16 and 32 bit return values.
5896         * [1632/{kernel,user}.spec]
5897         Changed most of the `pascal' style to pascal_16 when
5898         function returned a 16bit value.
5900 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5902         * [controls/menu.c]
5903         Reorganized sizing and drawing code to implement multi-line menus.
5904         Implemented MENUBREAK style.
5905         Use system colors to draw menus.
5907         * [objects/color.c]
5908         Bug fix in COLOR_IsSolid().
5910         * [objects/font.c]
5911         Bug fix in FONT_GetMetrics(): calculate average character width
5912         only on existing chars (dialogs look much better).
5914         * [objects/text.c]
5915         Bug fix in DrawText(): use text color to underline mnemonic.
5917         * [windows/nonclient.c]
5918         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
5920         * [windows/syscolor.c]
5921         Added system objects for menu colors.
5923 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
5925         * [controls/menu.c]
5926         Fixed bug in SelectPrevItem that caused seperators to not be
5927         skipped when using the up arrow key.
5929 ----------------------------------------------------------------------
5930 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
5932         * [Configure]
5933         Autodetects Linux version (if running Linux).
5935         * [loader/signal.c]
5936         New signals for Linux.
5938         * [loader/ldtlib.c]
5939         New structure field in sys call.
5941 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
5943         * [load/resource.c] 
5944           fixed Memory (Resource) Leak.
5946         * [load/main.c] 
5947           fixed a printf.
5949 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5951         * [controls/desktop.c]
5952         Implemented desktop wallpaper (only 16 colors for now).
5954         * [controls/menu.c] [windows/nonclient.c]
5955         Preliminary work to allow multi-line menus.
5957         * [misc/main.c]
5958         No backing store on desktop window (not useful).
5960         * [objects/text.c]
5961         A few fixes to DrawText() to make underlines under mnemonic
5962         letters to look better.
5964         * [windows/graphics.c]
5965         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
5966         Implemented PolyPolygon() (partially working).
5968         * [windows/winpos.c]
5969         New function WINPOS_SendNCCalcSize().
5970         Cleaned up SetWindowPos() and added preliminary support for
5971         multi-line menus.
5973 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
5975         * [controls/edit.c]
5976         Changes to work as a library.
5978         * [if1632/callback.c] 
5979         Ifdefed module.
5981         * [if1632/relay.c]
5982         Changes to allow linking with WineLib.
5984         * [include/windows.h]
5985         Added macro WINELIB_UNIMP
5987         * [loader/library.c]
5988         When compiling WineLib, GetProcAddress is not implemented yet.
5990         * [loader/main.c]
5991         Added empty InitDLL when using WineLib.
5993         * [loader/ne_image.c]
5994         Some parts of the loader are needed for WineLib, ifdefed correctly
5996         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
5997         Disable compilation of module when compiling WineLib.
5999         * [toolkit/heap.c]
6000         Fixed small bug.  When passed an invalid handle WineLib would
6001         crash, now return NULL.
6003         * [toolkit/winmain.c]
6004         Call CreateNewTask in _WinMain.
6006 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
6008         * [controls/edit.c] [controls/widget.c]
6009         More changes to improve compatibility with Windows' edit
6010         control.  Finished off tab stop support.
6012 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
6014         * [if1632/relay.c]
6015         # of ordinals in shell.dll changed to 103.
6017         * [loader/signal.c]
6018         sti, cli will now be ignored.
6020         * [objects/brush.c]
6021         Added stub for GetSysColorBrush().
6023 ----------------------------------------------------------------------
6024 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
6026         * [controls/edit.c]
6027         Bug fixes and tidying up.  Preliminary tab stop support
6028         (doesn't work yet).
6030         * [windows/dialog.c]
6031         Reversed order of buttons in CheckRadioButtons so that all
6032         buttons are now displayed.
6034 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6036         * [include/options.h] [misc/main.c] [windows/win.c]
6037         Removed nosaveunders option, replaced by handling
6038         the CS_SAVEBITS flag.
6040         * [windows/class.c]
6041         Modified the fix for negative size in class extra bytes to
6042         avoid modifying the caller's data.
6044         * [windows/dc.c]
6045         Bug fix: system font must be a proportional font.
6046         Fixed a bug that caused the default pen to not be selected
6047         correctly in a DC.
6049         * [windows/graphics.c]
6050         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
6051         noticing it.
6053         * [windows/painting.c]
6054         Removed incorrect selecting of default objects in BeginPaint()
6055         (no longer needed because of the fix in dc.c).
6057 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6059         * [misc/mmsystem.c]
6060         * [misc/audio.c]
6061         Add more code to interface '/dev/dsp'.
6063         * New file [misc/mcicda.c]
6064         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
6066         * New file [misc/mmaux.c]
6067         Stubs to make a future driver connected to '/dev/mixer'.
6069         * [windows/win.c]
6070         Temporary patch to CreateWindowEx() for reseting negative
6071         coordinates to 0,0 ; because 'soundrec.exe' give negative values
6072         and I need it to work on MMSYSTEM ... :-)
6074         * [miscemu/int2f.c]
6075         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
6077 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
6079         * include/comm.h
6080         New file -- some definitions that were in comm.c now need to
6081         be shared with misc/dos_fs.c
6083         * misc/comm.c
6084         Some definitions moved into include/comm.h
6086         * misc/dos_fs.c (DOS_GetEquipment):
6087         Fixed error in equipment -- bitwise or of two values should
6088         be used instead of logical or.  Also added code to correctly
6089         report the number of serial and parallel devices.
6091 ----------------------------------------------------------------------
6092 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
6094         * [objects/bitmap.c]
6095         Allow negative bitmap sizes.
6097 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
6099         * [controls/edit.c]
6100         Improved selection display.  Added processing for WM_SETFONT,
6101         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
6102         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
6103         application's local heap.
6105         * [windows/graphics.c]
6106         Corrected bug in Rectangle().  XFillRectangle has the same
6107         width as Rectangle, but XDrawRectangle is one pixel wider
6108         for the same co-ordinates.
6110         * [memory/heap.c] [include/heap.h]
6111         Added HEAP_LocalSize function.
6113         * [windows/event.c] [windows/keyboard.c]
6114         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
6115         Added supporting code to GetKeyState and GetAsyncKeyState and
6116         merged mouse button states into GetKeyboardState.
6118         * [loader/resource.c] [include/accel.h]
6119         Added recognition of SHIFT, CONTROL and ALT keys to
6120         TranslateAccelerator.
6122         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
6123         A bit more metafile support.
6125 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
6127         * [loader/resource.c]
6128         SizeofResource() and AllocResource() added, AccessResource() updated.
6130         * [if1632/kernel.spec]
6131         FreeLibrary() used for FreeModule().
6133         * [windows/graphics.c]
6134         Rectangle(): swap left & right corners when right < left,
6135         swap top & bottom when botton < top.
6137 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6139         * [controls/combo.c]
6140         Fix bug in window style of the associated listbox.
6142         * [controls/menu.c]
6143         Skip separators in keyboard navigation by using new internal 
6144                 functions SelectPrevItem() & SelectNextItem(),
6146         * [misc/profile.c]
6147         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
6148                 IntBuf must be alloc to (5+1)=6. char instead of 5.
6150         * [misc/main.c]
6151         Put code in functions SetEnvironment() & GetEnvironment().
6153         * [misc/shell.c]
6154         Start putting some code in ExtractIcon() function.
6156         * [misc/mmsystem.c]
6157         Some code for MMTimer functions & timers list.
6159         * [miscemu/int31.c]
6160         Few stubs for DPMI interrupt calls. Nothing work yet.
6162 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
6164         * include/win.h (tagWND):
6165         Added icon fields icon, hIcon and rectClientSave to 
6166         the tagWND struct.
6168         * windows/Imakefile
6169         Added icon.c to the list of files to compile
6171         * windows/dce.c (GetDCEx):
6172         Added some checks for iconic mode and pass icon window as drawable,
6173         not the real window.
6175         * windows/defwnd.c (DefWindowProc)
6176         Added PAINTICON default windows procedure.
6178         * windows/event.c (EVENT_Expose)
6179         Added check for iconic window expose. If iconic window is exposed
6180         send a WM_PAINTICON message
6182         * windows/icon.c 
6183         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
6185         * windows/mdi.c (DefMDIChildProc)
6186         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
6188         * windows/message.c (hardware_event)
6189         Looks for icon as well as window now.
6191         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
6192         Added iconify/deiconify in NC_HandleSysCommand, new function
6193         NC_DoNCPaintIcon which paints an icon.
6195         * windows/painting.c (BeginPaint)
6196         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
6197         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
6198         windows behavior.
6200         * windows/win.h (CreateWindowEx)
6201         Set the default background color of a window to be white.
6202         Create icon window, turn off MINIMIZE if it is on, since
6203         I don't know what to do with it as of yet... register
6204         the icon with the hwnd of its window so we can identify where
6205         icon messages are coming from.
6207 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
6209         * windows/event.c: Added a hack to define XPointer when using
6210         X11R4. 
6212         * toolkit/hello.c: Test application for WineLib. To compile you'll
6213         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
6214         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
6216         * toolkit/heap.c: Extended the size of the block size per chunk.
6218         * misc/stress.c (GetFreeFileHandles): Fixed typo.
6220         * misc/main.c (main): Changes to allow compilation under SunOS. 
6222         * loader/library.c: Changed some ifdefs to compile WineLib.
6224 ----------------------------------------------------------------------
6225 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
6227         * loader/selector.c (GetCurrentPDB): 
6228         Added trivial function GetCurrentPDB() which returns the program
6229         segment prefix selector.
6231         * memory/heap.c (HEAP_Free): 
6232         If free list is empty, make the freed block the free list.
6234 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
6236         * controls/edit.c (EDIT_SetTextMsg): 
6237         Do not append a newline at the end of the last line.
6239         * windows/event.c (SetCapture): 
6240         Set winHasCursor if mouse capture succeeds.
6242 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6244         * [controls/listbox.c]
6245         Fix bug in listbox : InsertString should call AddString if -1.
6247         * [controls/menu.c]
6248         New function GetMenuState().
6250         * [controls/scroll.c] [windows/nonclient.c]
6251         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
6253         * [objects/text.c]
6254         Add Stub for TabbedTextOut(), which temporarely call Textout().
6256         * [windows/keyboard.c] [windows/event.c]
6257         New function GetKeyBoardState() with an KeyStateTable array
6258                 & associated handling in function EVENT_key().
6260 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
6262         * [controls/menu.c]
6263         IsMenu() added.
6265         * [loader/library.c]
6266         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
6267         added.
6269         * [object/gdiobj.c]
6270         IsGDIObject() added.
6272         * [miscemu/int2[56].c]
6273         bugfix: both didn't leave flags pushed on 16bit-stack.
6274         (winfile gets a bit further)
6276         * [miscemu/int16.c]
6277         Added (empty).
6279 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
6280         * windows/event.c:
6281         Added code to drop redundant motion Events in the XEvent queue.
6283 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
6285         * [misc/main.c misc/message.c include/texts.h]
6286         Removed the text-constants from message.c into variables
6287         which may be changed from X-resources.
6289         * [misc/main.c misc/message.c]
6290         added <locale.h> and setlocale() to main.c, used toupper() in message.c
6292 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
6294         * controls/button.c ( [CR]B_LButton* ) 
6295         left rc.right at full window width so click on label also 
6296         activates the control (MSWin behavior)
6298 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
6300         * include/windows.h:
6301           functions pointers can not be packed.
6302           (annoying warnings with forthcomming gcc-2.6.x)
6303         
6304         * loader/main.c (InitDLL): 
6305           Fixed a printf statement. (for control.exe) 
6307           (InitializeLoadedDLLs): 
6308           deleted shadow definition of  *wpnt.
6309           (Breaks many programs, because now COMMDLG will be
6310            initialized :-(
6312         * windows/win.c (SetWindowText): 
6313           added missing breaks; (PENSATE starts) 
6315         * windows/graphics.c (FloodFill): 
6316           Proper boundarys. (BANGBANG starts) FloodFile_rec should
6317           be rewritten.
6319         * objects/font.c (FONT_GetMetrics): 
6320           TYPO: use font->perchar only if it is defined. (WRITE starts)
6322 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
6323         controls/scroll.c:
6324         Fixes for improved behaviour when dragging thumb;
6325         Added SB_THUMBPOSITION message when thumb is released.
6327 ----------------------------------------------------------------------
6328 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
6330         * loader/selector.c (FixupFunctionPrologs): 
6331         New function to fixup loaded DLL function prologs.  It replaces the
6332         do nothing code with code that loads DS with the appropriate data
6333         segment for the DLL.
6335         * misc/cursor.c (LoadCursor): 
6336         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
6337         the possibility of multiple cursors in a single directory.  Also,
6338         it should check to see if the cursor is the right size.
6340         * objects/font.c (EnumFonts): 
6341         Checked for lpLogFontList[i] == NULL
6343         * objects/gdiobj.c (SetObjectOwner): 
6344         Removed stub.  Replaced with simple return in gdi.spec.  This
6345         function is not defined for the retail version of Windows.
6347         * memory/heap.c (WIN16_LocalHandleDelta): 
6348         New function.  This is really a dummy that imitates the proper
6349         return values.
6351         * loader/library.c (GetProcAddress): 
6352         Fixed definition of IS_BUILTIN_DLL() macro.
6354 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
6356         * miscemu/int21.c (SeekFile): 
6357         Needed to return current position in DX:AX.
6359         * windows/utility.c (windows_wsprintf): 
6360         Added support for '#' in format, and fixed bug with "ptr" being
6361         incremented too many times.
6363         * miscemu/int21.c (OpenExistingFile): 
6364         Add code to handle opening files read-only and write-only.
6366         * loader/wine.c:
6367         Segment fixups now done in LoadImage instead of _WinMain.  This
6368         is necessary to support LoadLibrary().
6370 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
6372         * [loader/*]
6373                 - fixed: GetModuleHandle() sometimes returned
6374                   a wrong handle.
6375                 - don't init dlls when cs == 0 (lzexpand, doesn't
6376                   seem to have a init function)
6377                 - LoadLibrary & LoadImage now return error instead
6378                   of stopping wine.
6379                 - moved most of NE-functions into one file.
6380                 - LoadLibrary() uses w_files list instead of its
6381                   own list.
6382                 - NE exectables are now fixed-up and initialised when
6383                   loaded instead of only once before calling InitTask.
6385         * [miscemu/int15.c] [miscemu/int31.c]
6386         Added.  
6388         * [loader/selector.c]
6389         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
6391         * [misc/main.c]
6392         Stub added for IsRomModule().
6394         * [miscemu/int21.c]
6395         Some cleanup, added heap for returning data.
6397 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6399         * [tools/build.c]
6400         Change MAX_ORDINALS     define to higher value, 1299 entries.
6401         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
6403         * [windows/utility.c]
6404         Bug fix in windows_wsprintf(), (twice increments ...).
6406         * [windows/winpos.c]
6407         Bug fix in SetWindowPos(), redraw was done if flag
6408                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
6410         * [misc/message.c] [controls/combo.c]
6411         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
6413         * [windows/win.c]
6414         In CreateWindowEx(), do SetMenu() calls after window creation,
6415                 just before sending to WM_NCCALCSIZE.
6417         * [controls/menu.c]
6418         In function SetMenu(), now use SetWindowPos() with 
6419                 flags SWP_FRAMECHANGED to readjust menu area.
6420         Function MenuBarCalcSize() redone.
6422 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
6424         * [objects/text.c]
6425         Fixed problems associated with DT_WORDBREAK flag.  String length
6426         was not being properly decremented when lines were folded, and
6427         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
6428         both on in addition to DT_WORDBREAK.  Windows does wrapping in
6429         this case, and now so does wine.
6431 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
6433         * [edit.c]
6434         cp1 was uninitialized iff lineno == 0
6436         *  FindFile tests for existance of file even if a full
6437            filename was supplied. What about unix file names?
6439         * [controls/listbox ]
6440         wndPtr was uninitialized for LB_SETTOPINDEX
6442         * [misc/property.c]     
6443         Do not free lpProp. Is it really allocated by malloc?
6444         {edited by Bob Amstadt: changed free() to GlobalFree()}
6446 ----------------------------------------------------------------------
6447 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
6449         * miscemu/int21.c (OpenExistingFile): 
6450         OpenExistingFile needed to return handle in AX register instead
6451         of the BX register.
6453         * miscemu/int21.c (ioctlGetDeviceInfo): 
6454         Added a little code to give a fake result for normal files.
6456 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
6458         * [memory/global.c]
6459         return value from GlobalSize was completely wrong.
6461         * [miscemu/int21.h]
6462         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
6463         dta correctly.
6465         * [tools/build.c]
6466         fixed creation of pop.h to guarantee that flags are restored correctly.
6468         * [misc/comm.c]
6469         changed all occurance of strncmp() to strncasecmp().
6470         BuildCommDCB() should not require that OpenComm() be called first.
6472         * [loader/selector.c]
6473         Heap initialized to size of full segment less stack size and 
6474         automatic data size.
6476 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
6478         * [controls/listbox.c]
6479         Correct typos in ListBoxResetContent where lpls variable is
6480         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
6481         twice on the same handle if hData and hMem are the same.
6483         * [debugger/opcodes/i386-dis.c]
6484         Add new name array names_rmw for table driven decoding of the
6485         16-bit mod/rm field.  Omit large case statement in OP_E and
6486         replace with array reference to match existing coding style.
6487         Add new static variable machine with value 286 or 386 to
6488         correctly decode mod/rm field in either 16 or 32 bit modes.
6489         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
6490         to decode mod/rm.  While the code was correct for 16 bit code,
6491         it was improperly decoding mod/rm fields on word prefixed
6492         32 bit instructions.
6494         * [debugger/debug.l]
6495         Recognize new token ABORT.   Recognize single letters 'p'
6496         and 'q' as tokens.
6498         * [debugger/dbg.y]
6499         Add new token ABORT.  Allow print command to be invoked by
6500         'p' and quit command by 'q', ala GDB.  Change lots of '};'
6501         to just '}'.  Add static dummy_regs to wine_debug so that
6502         wine_debug(0, NULL) doesn't core dump with qmagic.
6504         * [debugger/info.c]
6505         Correct syntax of break command in helptext and omit former
6506         comment about probable bugginess of the disassembly since it
6507         is now correct.  Change fprintf of first backtrace stack
6508         frame to match that of the second and subsequent frames.
6510         * [loader/selector.c]
6511         Change construction of command line in CreatePSP from creating
6512         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
6513         PSP command line looks like " arg1 arg2\r" with the length not
6514         including the trailing "\r" but that is not how Windows does it.
6516         * [loader/library.c]
6517         Change uses of %s to print strings in GetModuleHandle to %x so
6518         that string IDs don't cause a core dump with qmagic.  Handle
6519         converting a string id to a literal module handle.  For
6520         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
6521         it is a real module handle.
6523         * [misc/message.c]
6524         In MessageBox, translate a NULL title argument to the string "Error".
6526         * [misc/profile.c]
6527         In GetSetProfile translate a NULL Default argument to "".  Any
6528         caller whose Default argument is NULL is buggy, but CHARMAP does it
6529         anyway.
6531         * [objects/font.c]
6532         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
6534 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
6536         * New options/resourses nosaveunders and nobackingstore.  By 
6537         default backingstore and saveunders are now enabled, these use 
6538         more memory but avoids those slow (sometimes multiple) redraws 
6539         caused be exposure events.
6541 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6543         * [misc/driver.c] New file
6544         Skeleton for 'Installable Wine Drivers' functions. :-)
6545         * [misc/audio.c] New file
6546         Skeleton for basic 'Audio Driver' functions.
6547         * [misc/network.c] New file
6548         Stubs for few networking functions.
6550         * [misc/mmsystem.c]
6551         More coding ... a dust in a galaxy ...
6552         * [misc/shell.c]
6553         Some coding for 'RegXXX' functions ... a dust in the wind ...
6555         * [misc/profile.c]
6556         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
6558         * [objects/gdi.c]
6559         New function CreateDiscardableBitmap(), it just calling 
6560         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
6562         * [controls/listbox.c]
6563         * [controls/combo.c]
6564         New font member assigned to SYSTEM_FONT as default.
6565         Added processing for WM_SETFONT message;
6568 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
6570         * [windows/event.c]
6571         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
6573         * [windows/keyboard.c]
6574         Implemented beginning of GetAsyncKeyState.
6576 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
6578         * [objects/metafile.c] [include/metafile.h]
6579           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
6580           [windows/dc.c]
6581         Further metafile support.
6583 ----------------------------------------------------------------------
6584 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
6586         * [loader/selector.c]
6587         Allocate heap and stack segments as 64k.
6589 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
6591         * [loader/selector.c]
6592         Correct typos where memcpy is used instead of memset.
6594         * [loader/resource.c]
6595         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
6596         by calculating the value when the bitmap is not compressed.
6598         * [miscemu/int21.c]
6599         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
6601         * [loader/resource.c]
6602         New function type_match to handle string resource types as
6603         well as IDs.  In addition, compare only low 4 bits of type_id
6604         when both numbers are IDs so that 0x0002 matches 0x8002.
6605         In FindResourceByNumber and FindResourceByName use type_match
6606         instead of comparing numbers.  In FindResource handle the
6607         "#number" syntax and empty strings in both the resource and
6608         type names.
6610 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
6612         * [windows/dialog.c]
6613         Fix inadvertent printing of string IDs as strings.
6615 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6617         * [controls/menu.c]
6618         New functions GetMenuItemCount(), GetMenuItemID().
6619                 GetMenuString() & HiliteMenuItem().
6620         Bug fix in CheckMenuItem().
6621         Function SetMenu() now make client area recalc if menu removed.
6623         * [windows/winpos.c]
6624         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
6625                 windows with initial width or height equal zero.
6627         * [objects/gdiobj.c]
6628         New function EnumObjects(), using new lpPenBrushList buildup
6629                 from calls to new function GDI_AppendToPenBrushList().
6630                 ('pbrush.exe' don't show its face yet ! ... :-( )
6631         New EMPTY STUB for function SetObjectOwner(),
6632                 ('mplayer.exe' call it via GetProcAddress() ...)
6634         * [objects/font.c]
6635         New internal functions ParseFontParms() & InitFontsList().
6636         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
6637         FONT_MatchFont now make retries to find closest-smallest font.
6638                 ('charmap.exe' can now show the differents fonts available)
6640         * [windows/nonclient.c]
6641         Use small dos OBM_OLD_CLOSE button for MDI windows.
6643         * [windows/graphics.c] [objects/bitmap.c]
6644         Start to remove obsolete globals such XT_screen ...
6646         * [loader/library.c]
6647         Make function GetProcAddress() working also with builtin DLLs.
6649 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
6651         * [if1632/system.spec] [if1632/toolhelp.spec]
6652         system.dll & toolhelp.dll added.
6654         * [loader/library.c]
6655         Modified GetModuleFileName() to return the full
6656         filename.
6657         Added a check to LoadLibrary() to prevent loading
6658         built in dlls. (eg. user.exe)
6659         Added a check to FreeLibrary() to prevent built-in
6660         dlls from being freed.
6661         Modified GetProcAddress() to support builtin dlls.
6663         * [loader/signal.c] [miscemu/int2f.c]
6664         Added => pifedit runs.
6666         * [misc/dos_fs.c]
6667         Added a NULL-ptr check to DOS_closedir().
6669 ----------------------------------------------------------------------
6670 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
6672         * [windows/dce.c]
6673         Fixed bug with dce initialization that was causing dialog boxes to not
6674         be displayed.
6676         * [if1632/callback.c]
6677         Better fix for bug found by Martin.
6679 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
6681         * [ memory/heap.c ]
6682         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
6684 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6686         * [objects/font.c]
6687         Make EnumFonts() calling a callback with dummy fonts ... :-)
6689         * [objects/text.c]
6690         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
6692         * [if1632/callback.c]
6693         Temporarely go around bug in CallWindowProc(), you will see printfs.
6695         * [controls/edit.c]
6696         Make EDIT controls focused by a mouse click.
6698         * [misc/property.c]
6699         Bug Fix in function EnumProps(), better use of CallBack16().
6701         * [misc/mmsystem.c]
6702         Basic Skelton's for MCI messages dispatching function.
6704 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
6706         * [windows/utility.c]
6707         Added windows_wsprintf() for the emulator, wsprintf() is
6708         for libwine.
6710 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
6712         * [misc/cursor.c]
6713         Fix pointer problems in LoadCursor leading to heap corruption.
6715         *  [ controls/menu.c ]
6716         Fix two NULL dereferencing bugs.
6718 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
6720         * [objects/font.c]
6721         Fix NULL pointer dereferencing bug in GetCharWidth.
6723         * [loader/resource.c]
6724         Fix under-allocation of memory in LoadAccelerators.
6726         * [windows/class.c]
6727         Ignore negative sizes for extra fields in RegisterClass.
6729 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
6731         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
6732           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
6733           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
6734           [windows/dc.c] [windows/mapping.c]
6735         Beginnings of metafile support.
6737         * [misc/file.c]
6738         Corrected spelling of _lcreat.
6740         * [controls/edit.c]
6741         Minor bug fixes.
6742 ----------------------------------------------------------------------
6743 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6745         * [controls/scroll.c]
6746         Make thumbtrack button disappear if scroll box ratio < 3:1.
6747         Make arrow buttons rectangular if scroll box ratio < 2:1.
6748         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
6749                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
6750         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
6752         * [loader/library.c] [loader/task.c] [misc/exec.c]
6753         Continue playing around trying to get a second task running.
6755         * [windows/mdi.c]
6756         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
6758         * [everywhere]
6759         Adding previous works of the Apr 25, 94.
6761 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
6763         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
6764         Added Martin's mmsystem.dll stubs.
6766         * [misc/sound.c]
6767         Added remaining stubs for sound.dll.
6769         * [if1632/shell.spec] [misc/shell.c]
6770         Fixed prototypes (I found them in BC 4) and added ShellAbout()
6771         and AboutDlgProc().
6773 ----------------------------------------------------------------------
6774 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6776         * [loader/signal.c]
6777         Add XUngrabPointer() & XUngrabServer() in wine_fault().
6779 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
6781         * [objects/bitblt.c]
6782         color_stretch() rewritten to use ints only. *fast!*
6783         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
6784         use color_stretch().
6786 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
6788         * [controls/menu.c]
6789         SetSysMenu() added.
6791         * [misc/cursor.c]
6792         GetCursor() added.
6794         * [misc/main.c]
6795         SwapMouseButton() added, (NOP).
6797         * [windows/win.c]
6798         GetDesktopHwnd() added.
6800         * [if1632/*spec]
6801         Added not implemented functions defs as comment.
6803         * [misc/winsocket.c]
6804         Change WSAGetXbyY() functions to non-blocking ones,
6805         Added WSAAsyncSelect(). 
6806         (WSA functions can't be canceled yet).
6808 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
6810         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
6811         path when given a simple file name.  Fixed GetSetProfile to allow
6812         enumerating all key names when KeyName is null.
6814 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6816         * [objects/bitblt.c]
6817         Add protection to BitBlt() & StretchBlt() for width or height = 0.
6819         * [windows/nonclient.c]
6820         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
6821         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
6823         * [windows/win.c]
6824         CreateWindowEx() & DestroyWindow() now call respectively
6825                 AddWindowToTask() & RemoveWindowFromTask().
6826         New empty stub for function AnyPopup().
6828         * [loader/library.c]
6829         Bug Fix : GetModuleFileName() now return full path filename.
6831         * [include/menu.h] [controls/menu.c]
6832         Add hText handle and remove obsolete MENUITEM struct members.
6833         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
6834         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
6836         * [misc/file.c]
6837         GetTempFilename() now create a file.
6838         _lcreate() use unix open (name, mode, perm), with perm=O666.
6840         * [if1632/relay.c]
6841         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
6843         * New file [misc/mmsystem.c]
6844         * New file [include/mmsystem.h]
6845         * New file [if1632/mmsystem.spec]
6846         Many, many empty stubs ... :-)
6848 ----------------------------------------------------------------------
6850 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
6852         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
6853         Fixed bug for non-Linux systems.
6855 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6857         * [windows/win.c]
6858         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
6859         New empty stub for function SetSysModalWindow().
6861         * [misc/exec.c]
6862         New empty stub for function ExitWindows().
6864         * [objects/font.c]
6865         New empty stub for function EnumFonts().
6867         * New file [misc/property.c]
6868         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
6870         * New file [misc/shell.c]
6871         New empty stubs for function RegisterShellProc(), 
6872                         ShellExecute() & ShellProc().
6874         * New files [loader/task.c] & [include/task.h]
6875         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
6876                 from 'loader/library.c'.
6878         * [if1632/user.c] [if1632/kernel.c]
6879         Put Atoms functions entries.
6881         * [controls/combo.c]
6882         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
6884         * [controls/listbox.c]
6885         New functions DirDlgSelect() & DirDlgList().
6887 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
6889         * [objects/test.c]
6890         GrayString() added.
6892         * [if1632/callback.c]
6893         CallGrayStringProc() added.
6895         * [if1632/relay.c] [if1632/mmsystem.spec]
6896         Added.
6898         * [if1632/kernel.spec] [if1632/user.spec]
6899         Added forgotten specs for atom functions.
6901 ----------------------------------------------------------------------
6902 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
6904         * misc/spy.c (SpyInit): Added more message types
6906         * [windows/mdi.c] [include/mdi.h]
6907         Maximizing and restoring child windows.
6908         Tiling of child windows.
6910 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6912         * [windows/winpos.c]
6913         Revert focus and activation to previous window when hiding a window.
6915         * [windows/syscolor.c]
6916         Implemented system color objects (brushes and pens created at
6917         SetSysColor() time for better performance).
6919         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
6920         Changed painting code to use system color objects.
6922         * [windows/message.c]
6923         New function MSG_InternalGetMessage() for internal messages
6924         loops (e.g. for dialogs or menus).
6926         * [windows/hook.c] [include/hook.h]  (New files)
6927         Beginning of the window hooks implementation.
6929         * [windows/dialog.c]
6930         Use new function MSG_InternalGetMessage() in DialogBox().
6932         * [if1632/callback.c]
6933         Added function CallHookProc().
6935 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6937         * [windows/event.c]
6938         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
6940         * [misc/exec.c]
6941         Nothing much more than a stub for LoadModule(), I saw there a lot
6942                 to be done in that corner, I will come back later ...
6944         * [loader/library.c]
6945         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
6946                         and associated modules & tasks linked-lists.
6947         (it's only an 'emerging bud', more to come next weeks).
6949         * [loader/wine.c]
6950         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
6952         * [control/menu.c]
6953         You can now click outside menu region without problem.
6954         Keyboard navig more smootly, even if a child has the focus.
6955         Bug fix in InsertItem(), (bad linklist when insert point not found).
6956         change Realloc for Free & Alloc in ModifyItem().
6957         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
6958                 done by DrawText(), (maybe it should done in DrawText() itself ?).
6960 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
6962         * [misc/profile.c]
6963         .INI files will now be stored in / loaded from the windows dir
6964         if no path is supplied.
6966         * [if1632/kernel.spec]
6967         Fixed GetDriveType's prototype.
6969         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
6970         Fixed prototypes: winsock uses a word as socket handle not an int.
6972         * [misc/winsocket.c]
6973         Added heap allocation for returned structures.
6974         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
6976         * [loader/wine.c]
6977         Added IsDLLLoaded(), used in LoadImage() to prevent loading
6978         a dll multiple times.
6979         Directory is added to wine's path when a fullpath is supplied when
6980         starting wine.
6981         LoadImage(): DLL filename used instead DLL's own internal name,
6982         fixes 'Bad DLL name' errors.
6984 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
6986         * [controls/edit.c] [controls/widgets.c]
6987         First release of edit control.
6989 ----------------------------------------------------------------------
6990 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
6992         * [include/mdi.h] [windows/mdi.c]
6993         Use WM_PARENTNOTIFY messages to activate children.
6994         Generate WM_CHILDACTIVATE messages.
6995         Beginnings handler for maxmized child window.
6996         Clean up when children are destroyed.
6998         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
6999         Removed code add 94/03/26.
7001 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7003         * [control/menu.c]
7004         Make mouse menu navigation working again. :-))
7005         (be carefull, clicking outside menus (ie.: clientrect) 
7006         not resolved yet)
7008         * [windows/nonclient.c]  [controls/scroll.c]
7009         Bugs fix in NCTrackScrollBars().
7011         * [misc/dos_fs.c]
7012         Bug fix in 'ToDos()' in conversion for '/',
7013                 (example: '/window/' was translated to 'WINDOWs').
7015         * [miscemu/int21.c]
7016         Function ChangeDir() extract possible drive before DOS_ChangeDir().
7018         * [loader/library.c]  [loader/wine.c]
7019         Playing around moving function GetProcAddress() and put some code in.
7021 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
7023         * [misc/main.c]
7024         Better explanation of command-line options.
7026         * [objects/dib.c]
7027         Implemented SetDIBitsToDevice().
7029         * [windows/dc.c]
7030         Bug fix in SetDCState().
7032         * [windows/event.c]
7033         Removed WS_DISABLED handling (now done in message.c).
7035         * [windows/message.c]
7036         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
7037         Use WindowFromPoint() to find the window for mouse events, taking
7038         into account disabled windows.
7040         * [windows/painting.c]
7041         Bug fix in BeginPaint() to allow calling it at other times than
7042         on WM_PAINT (Solitaire needs it...)
7044         * [windows/win.c]
7045         Implemented FindWindow().
7046         Rewritten EnableWindow() to behave more like Windows.
7048         * [windows/winpos.c]
7049         Rewritten WindowFromPoint() to also search child windows.
7051 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
7053         * [include/int21.h] -> [msdos.h]
7054         renamed.
7056         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
7057         new, added for int 10, 25 and 26.
7059         * [miscemu/ioports.c]
7060         new, added to allow win apps to use ioports.
7062         * [loader/signal.c]
7063         Added support for in, inb, out, outb instructions.
7065 ----------------------------------------------------------------------
7066 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
7068         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
7070 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
7072         * [windows/mdi.c]
7073         Window list properly updated.
7075         * [windows/message.c]
7076         Call WINPOS_ChildActivate() when mouse pressed.
7078         * [windows/nonclient.c]
7079         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
7080         NC_HandleNCPaint().
7082         * [windows/winpos.c]
7083         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
7085 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
7087         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
7088         (DeleteMenu): Many bug fixes.
7090         * [controls/menu.c]
7091         Created function FindMenuItem().
7093 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
7095         * [windows/win.c]
7096         Removed incorrect MDI handling code from CreateWindowEx().
7098         * [controls/menu.c]
7099         MF_STRING items needed to allocate a private copy of string.
7101         * [controls/menu.c]
7102         Fixed buggy calls to GlobalFree().
7104         * [memory/global.c]
7105         Eliminated some redundant code with function call.
7107 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
7109         * [windows/timer.c]
7110         timer list pointers looped in InsertTimer
7112 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
7114         * [misc/cursor.c]
7115         A few changes for desktop window support.
7117         * [misc/main.c]
7118         Added -depth option.
7120         * [misc/rect.c]
7121         Yet another bug fix in SubtractRect().
7123         * [objects/bitmap.c]
7124         Changes to use only one depth (specified with -depth)
7125         for color bitmaps.
7127         * [objects/brush.c]
7128         Added support for dithered solid brushes.
7130         * [objects/color.c]
7131         Use the same 20 system colors as in Windows.
7132         System palette initialisation now done in COLOR_InitPalette().
7133         Added support for a color mapping table to map logical color
7134         indexes to X colormap entries.
7135         Implemented GetNearestColor() and RealizeDefaultPalette().
7137         * [objects/dib.c]
7138         Added support for color mapping table.
7140         * [objects/dither.c]  (New file)
7141         Implemented solid color dithering.
7143         * [objects/palette.c]
7144         Implemented GetSystemPaletteEntries() and SelectPalette().
7146         * [windows/class.c]
7147         Make a copy of the menu name in RegisterClass().
7149         * [windows/dc.c]
7150         Fixed device caps when using a desktop window.
7151         Added support for the color mapping table in DCs.
7153         * [windows/event.c]
7154         Added ConfigureNotify handler on desktop window.
7156         * [windows/message.c]
7157         Removed call to XTranslateCoordinates() on every mouse motion
7158         New function MSG_Synchronize() to synchronize with the X server.
7160         * [windows/syscolor.c]
7161         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
7163         * [windows/winpos.c]
7164         Added synchronization on window mapping. Solves the double redraw
7165         problem when starting Solitaire.
7167 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7169         * [control/menu.c]      * [windows/defwnd.c]
7170         Make keyboard navigation working with menubar,
7171         but temporarely inserted a bug in menubar mouse handling ... :-((
7172         (it will be fix next week !)
7174         * [windows/defwnd.c]
7175         Connect VK_MENU to menubar navigation.
7177         * [loader/library.c]
7178         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
7180 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
7182         * [misc/main.c]
7183         Added Copy(). Added a check for `-h' to show usage.
7185         * [misc/dos_fs.c]
7186         Fixed bug in FindFile(), to load directories as dlls.
7188         * [misc/dos_fs.c]
7189         Fixed ToUnix() and ToDos() again, as my previous patch
7190         didn't make it.
7192         * [misc/dos_fs.c] [miscemu/int21.c]
7193         Bug fixes, should be able to handle all winfile and progman int21
7194         requests now except for a few small things.
7196 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
7198         * [memory/heap.c]
7199         Implemented GetFreeSystemResources().
7201 ----------------------------------------------------------------------
7202 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
7204         * controls/menu.c (GetSubMenu): Function did not return correct value
7206         * [windows/mdi.c]
7207         Beginnings of menu handling.
7209 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
7211         * [objects/font.c]
7212         if font.width equals zero use asterix instead.
7214 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7216         * [objects/bitmap.c]
7217         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
7219         * [objects/brush.c]
7220         Some changes with pattern brushes because of the new bitmap code.
7222         * [objects/color.c]
7223         Added function COLOR_ToPhysical for better color mapping.
7225         * [objects/dib.c]
7226         Heavily optimized SetDIBits().
7228         * [windows/dc.c]
7229         Opimized SetDCState() and DC_SetupGC*() functions.
7230         Added stub for CreateIC().
7232 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7234         * [misc/message.c]
7235         Call SetFocus() after closing box to give back focus to previous owner.
7237         * [misc/files.c]
7238         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
7240         * [control/scroll.c]
7241         Calls to BitBlt() replace by StretchBlt().
7243         * [control/menu.c]
7244         Call SetFocus() to previous owner after closing Popups. 
7245         Fill stub DeleteMenu().
7247         * [control/listbox.c]
7248         * [control/combo.c]
7249         Use SetFocus() in WM_LBUTTONDOWN.
7250         Close ComboBox List upon WM_KILLFOCUS.
7251         Early development of WM_MEASUREITEM mecanism.
7253         * [windows/defwnd.c]
7254         Early development of WM_MEASUREITEM mecanism.
7256 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
7258         * [misc/atom.c]
7259         Fixed sintaxis problem when building the library.
7261 ----------------------------------------------------------------------
7262 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
7264         * [include/windows.h]
7265         Added message types and structures for MDI
7267         * [include/mdi.h]
7268         Created internal structures for handling MDI
7270         * [windows/mdi.c]
7271         Began creating MDI support
7273 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
7275         * [loader/wine.c] [include/wine.h]
7276         Added new field to "struct w_files" to hold the "name table"
7277         resource for Windows 3.0 programs
7279         * [loader/resource.c]
7280         Added code to handle programs with a "name table" resource.
7281         LoadResourceByName() modified to check for the existence of
7282         this resource.
7284 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7286         * [objects/color.c]
7287         Added installing the private colormap on the desktop window.
7289         * [windows/event.c]
7290         Cleaned up focus event handling (see focus.c).
7291         Use GetFocus() to direct key events to the correct window.
7293         * [windows/focus.c]
7294         Rewritten SetFocus() to:
7295         - only set X focus on top-level windows
7296         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
7297         - prevent setting focus to disabled windows
7298         - install private colormap so -privatemap option works again
7300         * [windows/message.c] [windows/timer.c]
7301         Changed timer management to no longer use PostMessage(), but
7302         to generate timer messages on the fly. Also fixed a related bug
7303         in GetMessage() which could cause busy-waiting.
7305         * [windows/win.c]
7306         Only select focus events on top-level windows.
7308         * [windows/winpos.c]
7309         Added some sanity checks for desktop window.
7311 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
7313         * [misc/dos_fs.c]
7314         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
7315         Support for tilde symbol added for rootdirectories in [drives]
7316         section of wine's configfile.
7318         * [misc/file.c]
7319         hread(), hwrite() added.
7321         * [misc/main.c]
7322         hmemcpy() added.
7324         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
7325         Added STRESS.DLL, an useless dll used to stress a windows system.
7327         * [*/*]
7328         Added missing #includes, fixed prototypes for prototype checking.
7330         * [include/prototypes.h]
7332         Added prototypes for loader/*c, if1632/*c.
7334 ----------------------------------------------------------------------
7335 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
7337         * [Configure]
7338         Added reminder to set WINEPATH, if it is not set.
7340         * [Imakefile]
7341         Removed #elif's
7343         * [controls/button.c]
7344         Added BN_CLICKED notification for owner-draw buttons.
7346         * [if1632/kernel.spec] [memory/heap.c]
7347         Changed Local* functions to WIN16_Local* to prevent unconcious use
7348         of these functions.
7350         * [if1632/relay.c]
7351         Push old Stack16Frame on stack before setting.
7353         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
7354         Added multiple local heap handling in Atom* functions.
7356         * [include/regfunc.h] [miscemu/int21.c]
7357         Rewrote DOS3Call() use context frame that is already on the stack.
7359         * [misc/profile.c]
7360         Fixed to allow leading ";" to mark comments.
7362         * [misc/spy.c]
7363         Fixed bugs and added support for "include" and "exclude" filters.
7365         * [misc/user.c]
7366         Rearranged calls in InitApp().
7368         * [misc/font.c]
7369         Fixed font handling to create system fonts, if they are used.
7371         * [windows/dc.c]
7372         If text drawn on window with no font specified, then default the
7373         font to the system font.
7375 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7377         * [controls/desktop.c]
7378         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
7379         Implemented SetDeskPattern().
7381         * [misc/main.c]
7382         Added -desktop option to get a large desktop window with
7383         everything inside it.
7384         Added -name option.
7386         * [misc/rect.c]
7387         Bug fix in SubtractRect().
7389         * [objects/*.c]
7390         Replaced the DefaultRootWindow() macro by the rootWindow variable.
7392         * [windows/event.c] [windows/message.c]
7393           [windows/nonclient.c] [windows/win.c]
7394         A few changes to accomodate the new desktop window.
7396  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
7398         * [toolkit/arch.c] --New file-- 
7399         Routines for converting little endian data structures to
7400         big-endian data structures, currently only BITMAP structures are 
7401         converted.
7403         * [misc/atom.c]
7404         When used as part of the WineLib, the code is much simpler.
7405         Doesn't depend on alignement.
7407         * [loader/wine.c]
7408         Ifdefed Emulator dependent code if compiling WineLib.
7410         * [loader/resource.c]
7411         Moved misc/resource.c to loader/resource.c.
7413         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
7414         Ifdefed whole code if compiling WINELIB.
7416         * [include/winsock.h]
7417         Added compilation define to allow compilation on SunOS.
7419         * [include/wine.h]
7420         Removed load_typeinfo and load_nameinfo prototypes, they belong
7421         to neexe.h
7423         * [include/neexe.h]
7424         Added load_typeinfo and load_nameinfo prototypes.
7426         * [include/arch.h]
7427         Fixed some bugs in the conversion routines.
7428         Added macros for Bitmap loading.
7430 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
7431         
7432         * [if1632/kernel.spec] [memory/global.c]
7433         Implemented GetFreeSpace()
7435         * [if1632/user.spec] [loader/resource.c]
7436         Implemented CreateIcon()
7438 ----------------------------------------------------------------------
7439 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
7441         * [Configure] [*/Imakefile]
7442         Created configure script to handle different types of Wine builds.
7444         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
7445         Added ability to compile Wine on systems with 14-char filename limit.
7447         * [if1632/relay.c] [include/options.h] [misc/main.c]
7448         Added -relaydbg option to command line if DEBUG_RELAY is defined.
7450         * [loader/selector.c]
7451         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
7453         * [memory/heap.c]
7454         Fixed LocalInit() to work correctly.
7456         * [misc/user.c]
7457         Added code to call loaded DLLs' initialization routines.
7459 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7461         * [windows/dce.c]
7462         Added clipping of child windows by their parent's client area.
7464         * [windows/nonclient.c]
7465         Bug fix in NC_DoNCPaint().
7467         * [windows/painting.c]
7468         Bug fix in RedrawWindow().
7470 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7472         * [mem/atom.c]
7473         Bug fix again in ATOM_DeleteAtom() : 
7474                 change LocalFree() by USER_HEAP_FREE().
7475         (Previous patch done Feb 13th had been lost)
7477         * [controls/scroll.c]
7478         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
7480         * [windows/class.c] (sorry Alex ...)
7481         There was no bug there "in RegisterClass() : 
7482                 WNDCLASS->lpszClassName was reset to NULL."
7483                               ^^^^^
7485         * [misc/clipboard.c]    --- New File ---
7486         New function EnumClipboardFormats().
7487         New function OpenClipboard().
7488         New function CloseClipboard().
7489         New function EmptyClipboard().
7490         New function GetClipboardOwner().
7491         New function GetClipboardViewer().
7492         New function CountClipboardFormats().
7493         New function IsClipboardFormatAvailable().
7494         New function OpenClipboard().
7495         New function GetClipboardData().
7496         New function SetClipboardViewer().
7497         New function EnumClipboardFormats().
7498         New function RegisterClipboardFormat().
7499         New function ChangeClipboardChain().
7500         New function SetClipboardData().
7501         New function GetOpenClipboardWindow().
7502         New function GetPriorityClipboardFormat().
7503         New function GetClipboardFormatName().
7505 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
7507         * [misc/comm.c]
7508         bugfix in OpenComm().
7510 ----------------------------------------------------------------------
7511 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
7513         * [include/winsock.h]
7514         The sockproto struct is already defined in <sys/socket.h>
7516         * [misc/winsock.c]
7517         Need to include <netinet/in.h> for struct in-addr.
7518         Use sys_errlist[] instead of strerror[].
7520         *[toolkit/heap.c]
7521         ANSI C specifies that the malloc functions are defined in stdlib.h,
7522           so we don't need to include malloc.h.
7524         *[loader/ldtlib.c]
7525         Print informative error message about probable cause of i386_set_ldt()
7526           failure and then exit.
7528         *[Imakefile]
7529         For systems that don't use gmake by default, set the MAKE variable
7530           to gmake and propagate it on recursive makes.
7531         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
7532           can be built with the FreeBSD 1.0.2 compiler.
7534 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
7536         * [objects/bitblt.c]
7537         Added in three functions to do stretching and compression
7538         for WHITEONBLACK, BLACKONWHITE, and color copies.
7540 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
7542         * [windows/graphics.c]
7543         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
7544         inefficent, but should suffice for now.
7546         * [include/windows.h]
7547         Changed the x,y paramaters for the FloodFill prototype 
7548         from ints to shorts
7550 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7552         * [windows/widgets.c]
7553         Added desktop window class.
7555         * [windows/painting.c]
7556         Bug fix in RedrawWindow().
7557         Implemented ExcludeUpdateRgn().
7559         * [windows/win.c] [windows/winpos.c]
7560         Implemented desktop window.
7562         * [controls/desktop.c]
7563         Preliminary desktop window procedure.
7565 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7567         * [controls/menu.c]
7568         New function LoadMenuIndirect().
7569         New function GetMenuCheckMarkDimensions().
7571         * [if1632/user.spec]
7572         Entry for DefDlgProc().
7574         * [windows/class.c]
7575         Fix bug in RegisterClass() : 
7576                 WNDCLASS->lpszMenuName was reset to NULL.
7578         * [windows/win.c]
7579         In CreateWindowEx(), if hMenu == 0 then use 
7580                 wndclass->lpszMenuName to load Menu from resource;
7582 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
7584         * [loader/library.c] [loader/wine.c]
7585         Fixed runing DLL's as main executable problem.
7587         * [misc/dos_fs.c]
7588         Added wildcard support in DOS_readdir().
7590         * [misc/winsocket.c]
7591         Added proper error handling of BSD winsocket functions.
7593         * [miscemu/int21.c]
7594         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
7596         * [main/main.c]
7597         Added functions for GetVersion, GetWinFlags and GetTimerResolution
7598         for libwine.a, SystemParametersInfo() partly implemented.
7600 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
7602         * [toolkit/winmain.c]
7603         Added _WinMain function. Setups the library (calls USER_InitApp).
7605         * [toolkit/sup.c]
7606         Added load_mz_header, load_ne_header, load_type_info and
7607         load_name_info functions.
7609         * [toolkit/heap.c] 
7610         Code cleanup. 
7612         * [misc/user.c]
7613         Moved from loader/misc.c. I hope to put back all the loader
7614         functions in the ~loader subdirectory in the future. CUrrently is
7615         needed since it has USER_InitApp.
7617         * [misc/resource.c]
7618         Since WineLib will probably need DLLs (currently it needs
7619         Sysres.dll). WineLib will be using much code of the loader again.
7620         So I removed some ifdefs that were used by WineLib.
7622         Added load_typeinfo and load_nameinfo (and the corresponding
7623         functions in [toolkit/sup.c]
7625         Added integer convertion functions in the needed places.
7627         Added very ugly patch (includes wine.c). In the next release I
7628         plan to move back all the loader routines to ~/loader. In the
7629         meantime I needed this patch. It doesn't affect any of the
7630         emulator code (its ifdefed for WineLib).
7632         * [misc/main.c]
7633         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
7634         Ifdefed argument number checking when compiling the library.
7636         * [loader/wine.c]
7637         Modified to use load_(mz|ne)_header instead of doing a direct
7638         read.  When compiling the emulator it still uses the direct read
7639         for performance. 
7641         * [include/wine.h]
7642         Prototypes for loading routines.
7644         * [include/class.h]
7645         Added WINE_PACKED macro instead of __attribute__ ((packed))
7647         * [include/arch.h]
7648         Macros for converting integers (Little endian to big-endian).
7649         Needed in the Sun to allow loading of DLL files.
7651 ----------------------------------------------------------------------
7652 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7654         * [windows/clipping.c]
7655         Moved everything into windows/painting.c and removed this file.
7657         * [windows/message.c]
7658         Removed calls to memmove() in MSG_RemoveMsg().
7660         * [windows/nonclient.c]
7661         Added WM_GETMINMAXINFO support for window resizing.
7663         * [windows/painting.c]
7664         Implemented RedrawWindow().
7666         * [windows/scroll.c]
7667         Bug fix in ScrollWindowEx().
7669         * [windows/win.c]
7670         Moved UpdateWindow() to windows/painting.c.
7672 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
7673         
7674         * [loader/wine.c] [misc/dos_fs.c]
7675         getenv() eq NULL bugfixes.
7677         * [misc/comm.c]
7678         cfmakeraw changed for SunOS.
7680 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7682         * [mem/atom.c]
7683         Bug fix in ATOM_DeleteAtom() : 
7684                 change LocalFree() by USER_HEAP_FREE().
7686         * [misc/message.c]
7687         New function FatalAppExit().
7689         * [objects/font.c]
7690         New empty stub SetMapperFlags().
7692         * [controls/menu.c]
7693         Better CheckMark & other bitmaps placement.
7695         * [windows/graphics.c]
7696         New function RoundRect() : calc.exe now working...
7698 Tue Feb 15 14:29:37 1994  John Richardson
7700         * [objects/bitblt.c]
7701         Fixed StretchBlt so it works quicker and faster.  It still doesn't
7702         use the StretchMode bits for bitmap compression, but that will
7703         come soon.
7705 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
7707         * [include/windows.h,dialog.h,gdi.h]
7708         Changed __atribute__ ((packed)) for WINE_PACKED. 
7709         When compiling the library this is defined as nothing. This gets
7710         rid with all the problems compiling under SunOS. Also 
7712         * [windows/utility.c]
7713         Added DebugPrintString.
7715         * [toolkit/sup.c]
7716         Added hSysRes = 1 definition to resolve externals.
7717         Added CallLineDDAProc function (toolkit version).
7718         Added toy, and hi ineficient memmove until code in message.c get
7719         rewritten.
7721         * [objects/gdiobj.c]
7722         Ifdefed linux/emulator-dependent code to allow compilation of
7723         WineLib.
7725         * [misc/winsocket.c]
7726         Added ifdef to allow compilation under SunOS.
7728         * [misc/resource.c]
7729         When compiling the library, the resource file is expected to be in
7730         a file called $argv[0].Res. Also the information of the resource
7731         is expected to be at offset 0 of the .Res file.
7733         * [misc/main.c]
7734         Call WinMain with arguments if compiling WineLib.
7735         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
7736         Call sync_profiles to preserve changes to .INI files.
7738         * [misc/comm.c,dos_fs.c]
7739         removed call to atexit(Comm_DeInit)
7740         removed call to atexit(DOS_DeInitFS)
7741         Shutdown functions are now called from the return of WinMain
7743         * removed memorylib subdirectory
7745         * moved memory/atom.c    to misc/atom.c
7746           moved memorylib/heap.c to toolkit/heap.c
7748         * [loader/wine.c]
7749         Moved DebugPrintString to windows/utility.c
7751         * [include/winsock.h]
7752         Define SO_DONTLINGER only if it has not been previously defined.
7754         * [include/windows.h]
7755         added definition for DLGPROC.
7756         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
7757         When compiling WineLib WNDPROC is defined with all the parameters
7758         to avoid compilation problems.
7760         * [include/user.h]
7761         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
7762         calls are translated to the library allocation routines.
7764         * [include/gdi.h,user.h]
7765         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
7766         translated to the library allocation routines.
7768         * [include/atom.h]
7769         Defined LocalAlign. When compiling the emulator it's translated as
7770         a call to LocalAlloc (the original code), when compiling WineLib
7771         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
7772         (atom.c needs aligned data on a 4 byte boundary).
7774         * [misc/file.c]
7775         Renamed KERNEL_* functions and fixed prototypes.
7777         * [if1632/kernel.spec]
7778         Renamed KERNEL_* functions in order to be used by applications
7779         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
7780         _llseek, _lopen, _lwrite).
7782         * [Makefile]
7783         Create library instead of executable when building target
7784         libwine.a 
7786 ----------------------------------------------------------------------
7787 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
7789         * [Makefiles]
7790         Use $(CC) instead of cc.
7791         Added libwine target.
7793         * [include/prototypes]
7794         #ifdefed section for WineLib
7796         * moved loader/cursor.c   to misc/cursor.c
7797           moved loader/resource.c to misc/resource.c
7798           moved misc/emulate.c    to miscemu/emulate.c
7799           moved misc/int1a.c      to miscemu/int1a.c
7800           moved misc/int21.c      to miscemu/int21.c
7801           moved misc/kernel.c     to miscemu/kernel.c
7802           moved misc/user.c       to miscemu/user.c
7804         * [memorylib/heap.c]
7805         Heap management for WineLib
7807         * [misc/comm.c]
7808         Modified to allow compilation under SunOS (#include errno, SunOS
7809         doesn't have atexit ()).
7811         * [misc/dos_fs.c]
7812         Modified to allow compilation under SunOS (#include vfs.h)
7814         * [misc/file.c]
7815         Modified to allow compilation under SunOS (OPEN_MAX constant,
7816         #include unistd.h)
7818         * [objects/palette.c]
7819         Modified to allow compilation under SunOS (#include limits)
7821         * [toolkit/sup.c]
7822         WineLib version of CallWindowProc.
7824         * [windows/event.c]
7825         Typedef XPointer under X11R4 (OpenWindows).
7827         * [windows/win.c]
7828         When compiling WineLib, use direct callbacks instead of the
7829         windows supplied callbacks.
7831 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7833         * [loader/cursor.c]
7834         New function CURSOR_SetWinCursor(), for internal use, to set
7835         the cursor of a specific window more reliably than with SetCursor().
7837         * [windows/nonclient.c]
7838         Better window management. Moving and resizing from the system
7839         menu should work now.
7840         Added scroll-bar mouse tracking.
7842         * [windows/win.c]
7843         Moved scroll-bar creation and destruction to defwnd.c.
7845 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7847         * [windows/nonclient.c]
7848         Call to StdDrawMenuBar() during NC's drawing.
7849         New NC_TrackMouseMenuBar() function which call 
7850                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
7852         * [controls/menu.c]
7853         New ChangeMenu() function.
7854         Remove permanently old Xt menu code.
7855         Make common functions MenuButtonDown(), MenuButtonUp()
7856                 & MenuMouseMove() for both popups & menubar.
7857         
7858         * [controls/combo.c]
7859         Paint OBM_COMBO directly in combo client.
7861         * [controls/listbox.c]
7862         Fix bug in multicolumns calculations.
7864         * [controls/Makefile]
7865         Remove rules for old file 'caption.c'.
7867         * [misc/kernel.c]
7868         Remove empty stub GetModuleFileName().
7870         * [loader/library.c]
7871         New GetModuleHandle() function.
7872         New GetModuleUsage() function.
7873         New GetModuleFileName() function.
7875         * [loader/resource.c]
7876         Try to find the bug a missing menu loading ... Not found yet !
7878         * [windows/win.c]
7879         Remove old menubar creation.
7881 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
7883         * [misc/winsocket.c]
7884         More functions added.
7886         * [if1632/winsock.spec] [misc/winsocket.c]
7887         Added John Brezak's winsock.dll stuff.
7889 ----------------------------------------------------------------------
7890 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
7892         * [loader/selector.c]
7893         Added function CreateNewSegments().  Modified IPCCopySelector
7894         to allow aliasing to any arbitrary memory space.
7896         * [memory/global.c]
7897         Fixed potential bug in GlobalGetFreeSegments().
7899         * [memory/linear.c]
7900         Created functions GlobalLinearLock() and GlobalLinearUnlock().
7902 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
7904         * [controls/widgets.c]
7905         Removed CAPTION window class.
7907         * [loader/cursor.c]
7908         Bug fix in LoadCursor(): don't allocate memory every time for
7909         built-in cursors.
7911         * [windows/clipping.c]
7912         Invalidate child windows in InvalidateRgn().
7914         * [windows/defwnd.c]
7915         Added repaint of the caption when changing window text.
7917         * [windows/event.c]
7918         Modified SetCapture() to allow keyboard events while capturing.
7920         * [windows/message.c]
7921         New function MSG_GetHardwareMessage(), to do mouse tracking
7922         without returning control to the Windows program.
7924         * [windows/nonclient.c]
7925         A couple of changes in frame drawing for DLGMODALFRAME windows.
7926         Rewritten window moving code, to use MSG_GetHardwareMessage()
7927         instead of non-client mouse events (this is the way Windows
7928         does it), and to send WM_ENTERSIZEMOVE messages.
7929         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
7931         * [windows/win.c]
7932         Allocate temporary structures on the USER heap instead of
7933         using GlobalAlloc().
7935         * [windows/winpos.c]
7936         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
7938 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7940         * [windows/nonclient.c]
7941         Call to StdDrawScrollBar() during NC's drawing.
7942         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
7943         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
7944         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
7946         * [controls/menu.c]
7947         New GetSubMenu() function.
7948         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
7950         * [controls/listbox.c]
7951         Start changes to satisfy recent changes in scrollbars/windows.
7953         * [loader/resource.c]
7954         Put some code in LoadAccelerators() stub.
7955         New TranslateAccelerator() function.
7957         * [windows/win.c]
7958         Remove GetMenu() & SetMenu() functions.
7959         Call to NC_CreateScrollBars() if required by CreateWindow().
7961 ----------------------------------------------------------------------
7962 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
7964         * [window/win.c]
7965         Added functions EnumWindows, EnumChildWindows, and helper
7966         WIN_EnumChildWin.  EnumWindows won't list all wine windows
7967         because GetDesktopWindow isn't complete.  However, the code
7968         is in place for it to work correctly and only needs 
7969         GetDesktopWindow to do so.  
7971 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
7973         * [windows/defwnd.c]
7974         Added handling of activation messages (WM_ACTIVATE,
7975         WM_NCACTIVATE, WM_MOUSEACTIVATE)
7977         * [windows/event.c]
7978         De-activate the window when losing input focus.
7980         * [windows/focus.c]
7981         Bug fix in SetFocus().
7983         * [windows/message.c]
7984         Added activation of the window on mouse-clicks.
7986         * [windows/nonclient.c]
7987         Changed non-client area painting to use the correct colors
7988         depending upon the activation state.
7989         Added WM_NCACTIVATE message handling.
7990         Fixed a couple of bugs in window moving and resizing.
7992         * [windows/winpos.c]
7993         Implemented Get/SetActiveWindow().
7994         Implemented SWP_NOACTIVATE flag in SetWindowPos().
7996 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7998         * [misc/message.c]
7999         MessageBox has a CaptionBar for his title except for
8000                 MB_SYSTEMMODAL with MB_ICONHAND.
8002         * [windows/nonclient.c]
8003         Call to NC_TrackSysMenu on SysMenu button mouse click.
8005         * [windows/defwnd.c]
8006         Call to NC_TrackSysMenu on Alt key (VK_MENU).
8008         * [controls/menu.c]
8009         New GetSystemMenu() function.
8010         New CopySystemMenu() internal function.
8011         New NC_TrackSysMenu() internal function.
8013         * [include/windows.h]
8014         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
8016 ----------------------------------------------------------------------
8017 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
8019         * [window/win.c]
8020         Added functions EnableWindow, IsWindowEnabled, and helper 
8021         WIN_SetSensitive.
8022         
8023         * [window/event.c]
8024         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
8025         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
8026         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
8027         button presses beep for a disabled window.  
8028         If anyone finds better places for these checks, please tell me.
8030 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8032         * [misc/message.c]
8033         Cleanup on buttons answer value returned.
8035         * [control/combo.c]
8036         Now use OBM_COMBO bitmap dropdown button.
8038 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
8040         * [misc/comm/c]
8041         A few bugfixes.
8043 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
8045         * [loader/cursor.c]
8046         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
8048         * [include/options.h] [misc/main.c]  (New files)
8049         Rewrote main() function to get rid of Xt application context,
8050         and added command-line option parsing.
8052         * [objects/color.c]
8053         Use of a private map now configurable with command-line option.
8055         * [windows/defwnd.c]
8056         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
8058         * [windows/event.c]
8059         Removed ConfigureNotify event handler (no longer needed).
8061         * [windows/message.c]
8062         Send WM_SETCURSOR message on mouse events.
8064         * [windows/nonclient.c]
8065         Use OEM bitmaps for the drawing of the non-client area.
8066         Added caption bar buttons handling, and moving and resizing of
8067         the window via the window frame (bypassing the window manager).
8069         * [windows/painting.c]
8070         Bug fix in BeginPaint().
8072         * [windows/win.c]
8073         Set the override_redirect flag for windows (to bypass window
8074         manager).
8076         * [windows/winpos.c]
8077         Implemented WindowFromPoint(), ChildWindowFromPoint(),
8078         BringWindowToTop(), Get/SetInternalWindowPos(),
8079         Get/SetWindowPlacement().
8081 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
8083         * [memory/heap.c]
8084         Added support for multiple local heaps.
8086 ----------------------------------------------------------------------
8087 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
8089         * [window/caret.c]
8090         Modified code to use system timer.
8092 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8094         * [windows/win.c]
8095         Windows create if required new XLIB MenuBar & CaptionBar.
8097         * [windows/defwnd.c]
8098         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
8099         (I'm not sure it's the good place for it, but it work...)
8101         * [loader/resource.c]
8102         optimize in FindResourceByNumber, make lseek() if next type ...
8104         * [controls/scroll.c]
8105         scrollbar buttons are now using system resources bitmaps.
8107         * [controls/caption.c] - new file ...
8108         captionbar showing title, close button with SysMenu,
8109         and other buttons using system resources bitmaps.
8111         * [controls/menu.c]
8112         New functions: SetMenuItemBitmaps() with 'glues',
8113         Make new version of LoadMenu() & ParseMenu(),
8114         ( put #define USE_POPUPMENU ).
8115         Implementation of MenuBar functions.
8116         
8117         * [sysres.dll]
8118         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
8119         New SYSMENU menu, it don't work yet ! :-((
8121 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
8123         * [memory/atom.c]
8124         Fixed a bug that could cause atoms to be case-sensitive.
8126         * [misc/rect.c]
8127         Bug fix in SubtractRect().
8129         * [objects/clipping.c]
8130         Bug fix when setting the clip mask to an empty region.
8132         * [windows/dce.c]
8133         Bug fix in ReleaseDC().
8135         * [windows/dialog.c]
8136         Call AdjustWindowRectEx() before creating the dialog window.
8137         Added support for DS_MODALFRAME style.
8139         * [windows/event.c]
8140         Cleaned up event handling and removed old Xt stuff.
8141         Moved double-click handling to windows/message.c
8143         * [windows/focus.c]
8144         Bug fix: only set the X focus when the window is viewable.
8146         * [windows/graphics.c]
8147         Rewritten DrawReliefRect() to use brush instead of pen, and
8148         to use the system colors.
8150         * [windows/message.c]
8151         Implemented WM_NCHITTEST message sending, and non-client
8152         mouse messages.
8153         Cleaned up double-click handling, and removed the Xt code.
8155         * [windows/nonclient.c]  (New file)
8156         Implemented AdjustWindowRect().
8157         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
8159         * [windows/painting.c]
8160         Added sending of the WM_NCPAINT message in BeginPaint().
8162         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
8163         Implemented system metrics.
8165         * [windows/win.c]
8166         Bug fix in setting the parent and owner in CreateWindow().
8167         Removed the Xt code.
8169         * [windows/winpos.c]
8170         Added sending of the WM_NCPAINT message in SetWindowPos().
8171         Removed the Xt code.
8173 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
8175         * [windows/class.c]
8176         Implemented GetClassName and GetClassInfo.
8178         * [windows/caret.c]
8179         Various improvements to text caret code.
8181 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
8183         * [misc/comm.c]
8184         Patches to work with NetBSD.
8186 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
8188         * [objects/bitblt.c] Added StretchBlt().
8190 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
8192         * [misc/user.c]
8193         Added creation of system message queue.
8195         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
8196         Added DC size fields into DC structure.         
8198         * [objects/clipping.c]
8199         Bug fix in CLIPPING_IntersectRect().
8201         * [windows/class.c]
8202         Allocate a DCE instead of a DC for CS_CLASSDC classes.
8204         * [windows/clipping.c]
8205         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
8207         * [windows/dce.c]
8208         Implemented GetDCEx() and GetWindowDC().
8210         * [windows/defwnd.c]
8211         Implemented WM_WINDOWPOSCHANGED handling.
8213         * [windows/event.c]
8214         Preliminary support for Xlib event handling instead of Xt callbacks.
8215         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
8217         * [windows/message.c]
8218         Preliminary support for multiple message queues.
8219         Implemented hardware_event() to store messages into the system queue.
8220         Implemented Get/SetTaskQueue().
8221         Better WM_PAINT and WM_TIMER handling.
8222         Changes to use Xlib instead of Xt for events.
8224         * [windows/painting.c]
8225         Use GetDCEx() to retrieve the DC, to get a correct visible region.
8227         * [windows/timer.c]
8228         Moved the timer procedure callback into DispatchMessage().
8229         Changed implementation to get rid of Xt timeouts.  Timer checking
8230         is now done inside GetMessage().
8232         * [windows/win.c]
8233         Allocate a DCE instead of a DC for CS_OWNDC windows.
8234         Replaced Xt calls with Xlib calls.
8235         Moved window positioning functions into windows/winpos.c
8237         * [windows/winpos.c]  (New file)
8238         Rewritten most of the window positioning functions.
8239         Implemented SetWindowPos() and MapWindowPoints().
8241 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8243         * [if1632/user.spec]
8244         Bad arguments description for function SetDlgItemText.
8246         * [objects/text.c]
8247         Function DrawText now handle DT_CALCRECT request.
8249         * [misc/message.c]
8250         Message boxes now use DrawText with DT_CALCRECT.
8252         * [windows/graphics.c]
8253         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
8255         * [windows/win.c]
8256         Bug fix for flags in function ShowWindow.
8257         More accurate WM_SIZE generated by function ShowWindow.
8259         * [controls/listbox.c]
8260         More code for LBS_MULTIPLESEL.
8261         More code for LBS_MULTICOLUMN.
8263         * [include/windows.h]
8264         Bad define for MF_SEPARATOR.
8266         * [controls/menu.c]
8267         New functions: PopMenuWndProc() with 'glues',
8268         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
8269         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
8270         Code in stubs: CreateMenu(), DestroyMenu(). 
8272 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
8274         * loader/wine.c: Added support for relocation types 5 and 6.
8276 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
8278         * [misc/comm.c]
8279         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
8280         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
8281         GetCommError(), SetCommEventMask(), GetCommEventMask(),
8282         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
8283         WriteComm().
8285 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
8287         * [windows/caret.c]
8288         Implemented text caret functions.
8290 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
8292         * [loader/wine.c]
8293         Bug fix in LoadImage().
8295         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
8296           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
8297         Modified graphics calls to take into account the DC origin.
8299         * [windows/defwnd.c]
8300         Added preliminary WM_NCCALCSIZE handling.
8302         * [windows/event.c]
8303         Send WM_NCCALCSIZE message on resize event.
8305         * [windows/win.c]
8306         Send WM_NCCALCSIZE message in CreateWindow().
8307         Realize widgets at creation time (should prevent problems with
8308         unrealized widgets).
8310 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8312         * [controls/static.c]
8313         Send mouse & keyboard message received to its parent.
8315         * [controls/scroll.c]
8316         Send keyboard message received to its parent.
8318         * [controls/listbox.c]
8319         Add Navigation keys .
8320         ListBox now use VSCROLL & HSCROLL instead of children.
8321         Alpha version of LBS_MULTIPLESEL.
8322         Alpha version of LBS_MULTICOLUMN.
8324         * [controls/combo.c]
8325         Add Navigation keys on closed ComboBox.
8326         Remove useless 'COMBOBOX_CreateComboBox' function.
8328 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
8330         * [loader/wine.
8331         LoadImage() modified to use FindFile().
8333         * [misc/file.c]
8334         SetErrorMode added
8336         * [misc/dos_fs.c]
8337         bug fixes.
8339 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8341         * [memory/global.c]
8342         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
8344         * [sysres.dll]
8345         preliminary version of a 'glass of wine' bitmap
8347         * [windows/event.c]
8348         New function 'GetCapture'.
8350         * [controls/scroll.c]
8351         Remove useless 'SCROLLBAR_CreateScrollBar' function.
8353         * [controls/listbox.c]
8354         Remove useless 'LISTBOX_CreateListBox' function.
8356 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
8358         * [objects/font.c]
8359         Corrected bugs in GetCharWidth().
8361         * [windows/event.c]
8362         Modified EVENT_key to send Windows virtual key codes for
8363         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
8364         for printable characters.
8366 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
8368         * [windows/graphics.c]
8369         Added Polyline and Polygon
8371 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
8373         * [controls/listbox.c]
8374         ListBoxDirectory() modified to use dos_fs.c's functions to
8375         access files&|drives.
8377 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
8379         * [misc/dos_fs.c]
8380         Added FindFile() to search a file in a dos/unix style path.
8381         
8382         * [misc/file.c]
8383         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
8384         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
8385         GetDriveType.                      
8387         * [misc/int21.c]
8388         Modified.
8390 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
8392         * [misc/profile.c]
8393         The Profile functions now return the correct values. They now
8394         implement all the features described in the SDK.
8396 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
8398         * [loader/selector.c]
8399         Rewrote selector aliasing routines to use System V IPC
8400         routine to alias memory segments.
8402 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8404         * [controls/listbox.c]
8405         More consistency in functions using wIndexes
8407         * [controls/scroll.c]
8408         New function : ShowScrollBar().
8410         * [loader/cursor.c] ... New file
8411         Move cursor functions from [loader/resource.c].
8412         New function : ClipCursor().
8413         New function : GetClipCursor().
8414         New function : CreateCursor().
8415         SetCursor() now working using gloabal variable 'winHasCursor'.
8417         *[object/palette.c]
8418         New stub only : SelectPalette().
8419         New stub only : RealizePalette().
8421         *[win/event.c]
8422         New function : EVENT_enter_notify(),
8423                 update 'winHasCursor' and send WM_SETCURSOR.
8425         *[win/defwnd.c]
8426         Add processing of WM_SETCURSOR message.
8428         *[win/win.c]
8429         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
8430         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
8431         New function ClientToScreen().
8432         New function ScreenToClient().
8434 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
8436         * [files.h / regfunc.h / misc/dos.c]
8437         Removed.
8439         * [misc/dos_fs.c]
8440         Added support for loading dosdrive cfg from wine.ini.
8442         * [misc/int21.c]
8443         Modified.
8446 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
8448         * [include/atom.h] [memory/atom.c]
8449         Implemented atoms.
8451         * [windows/class.c]
8452         Modified RegisterClass() to use atoms.
8453         Implemented CS_GLOBALCLASS style.
8455         * [windows/message.c]
8456         Implemented RegisterWindowMessage().
8458         * [loader/resource.c]
8459         Bug fix in LoadResource().
8461         * [windows/dialog.c]
8462         Modified CreateDialogParam() to use Find/LoadResource().
8464 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
8466         * [windows/scroll.c]
8467         Preliminary implementations of ScrollWindow, ScrollDC and
8468         ScrollWindowEx.
8470 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8472         * [controls/listbox.c]
8473         Optimization of redraw during 'Add' or 'Insert'.
8475         * [controls/scroll.c]
8476         Optimization of WM_PAINT during 'thumbtracking'.
8478         * [controls/button.c]
8479         Add of beta implement of 'BS_OWNERDRAW'
8481         * [controls/static.c]
8482         Style 'SS_ICON' new supported.
8484         * [misc/message.c]
8485         Begin of implemantation of MB_XXX styles.
8487         * [loader/resource.c]
8488         Function LoadIcon() : now prepare transparency Bitmap mask.
8489         Function LoadCursor() : now prepare a 'X pixmapcursor'.
8490         New function SetCursor() : not finished.
8491         New function ShowCursor() : not finished.
8492         New function AccessResource() : stub.
8494         * [obj/dib.c]
8495         Function DrawIcon(): deugging phase of icon transparency mask.
8497         * [loader/library.c]
8498         new file for news functions LoadLibrary() & FreeLibrary().
8500         * [sysres.dll]
8501         Resources only 16bits DLL for System Resources, icons, etc...
8503 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
8505         * [include/dialog.h] [windows/dialog.c]
8506         Simplified dialog template parsing.
8507         Implemented DialogBoxIndirect().
8509         * [windows/win.c]
8510         Fixed bug in CreateWindow() when aborting window creation.
8511         Modified UpdateWindow() to only update visible windows.
8512         Implemented IsWindow().
8514 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8516         * [controls/listbox.c]
8517         Listbox control window : new messages.
8519         * [controls/combo.c]
8520         Combo box control window : new messages.
8522         * [misc/message.c]
8523         Moved stub MessageBox() to this new file.
8524         Implemented of a callback, now MessageBox show a window.
8526         * [loader/resource.c]
8527         New function DestroyIcon()
8528         New function DestroyCursor()
8529         Filled stub LoadIcon()
8530         Filled stub LoadCursor()
8531         Bug fixed in FindResourceByName() : missing lseek().
8533         * [obj/dib.c]
8534         New function DrawIcon()
8536         * [windows/win.c]
8537         New function CloseWindow()
8538         New function OpenIcon()
8539         New function IsIconic()
8540         New Function FindWindow()
8542 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
8544         * [loader/selector.c]
8545         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
8547 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
8549         * [loader/selector.c]
8550         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
8552 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
8554         * [loader/resource.c]
8555         Wrote FindResource(), LoadResource(), LockResource(),
8556         and FreeResource()
8558         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
8559         Changed selector allocation method.
8561 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
8563         * [if1632/callback.c if1632/call.S if1632/user.spec] 
8564         added Catch (KERNEL.55) and Throw (KERNEL.56)
8565         
8566 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8568         * [controls/scroll.c]
8569         Scroll bar control window
8570                 Bug resolved : Painting message before scroll visible.
8572         * [controls/listbox.c]
8573         Listbox control window
8574                 Destroy cleanup.
8576         * [controls/combo.c]
8577         Combo box control window
8578                 Destroy cleanup.
8580         * [controls/button.c]
8581                 GetCheck Message now return is state.
8583         * [windows/win.c]
8584         New function IsWindowVisible()
8586 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
8588         * [if1632/user.spec]
8589         Removed some duplicate entries.
8591         * [include/dialog.h] [windows/dialog.c]
8592         Implemented dialog units and fonts.
8593         Added preliminary loading of dialog resources.
8594         Preliminary implementation of DialogBox().
8595         Implemented Get/SetDlgItem* functions.
8597         * [windows/win.c]
8598         Implemented WM_PARENTNOTIFY message.
8599         Implemented CreateWindowEx() and GetWindow().
8600         Completed DestroyWindow().
8602 Mon Nov  1 18:19:34 1993  Erik Bos
8604         * [loader/signal.c]
8605         Added support for int 0x11 & 0x12.
8607         * [loader/int21.c]
8608         Improved function handling.
8610 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
8612         * [objects/font.c]
8613         Implemented GetCharWidth().
8615 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
8617         * [Makefile]
8618         Use GNU malloc.
8620         * [include/int21.h include/wine.h]
8621         Change sc_eflags to sc_efl .
8623         * [include/wine.h]
8624         Fix misplaced #endif
8625         Include <signal.h> for NetBSD
8627         * [loader/int21.c]
8628         Don't include <sys/vfs.h> in NetBSD
8629         Do include <sys/mount.h> in NetBSD
8630         Cleanup some lint.
8632 Mon Oct 26 17:59:01 1993  Erik Bos
8634         * [include/int21.h]
8635         Added.
8637         * [loader/int21.c]
8638         Added support for many dos ints.
8640         * [misc/file.c] [include/files.h]
8641         Moved OPEN_MAX and DosDriveStruct to files.h.
8643 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
8645         * [controls/button.c]
8646         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
8647         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
8648         a preliminary USERBUTTON control.
8650         * [objects/text.c]
8651         Corrected bugs in TEXT_NextLine() and added handling of prefix
8652         character.
8654         * [controls/button.c]
8655         Disabled focus handling by commenting out SetFocus() calls until
8656         serious bug can be found.
8658 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8660         * [controls/listbox.c]
8661         Listbox control window
8662                 Painting cleanup, new messages processed.
8664         * [controls/scroll.c]
8665         Scroll bar control window
8666                 Painting cleanup.
8668         * [controls/combo.c]
8669         Combo box control window
8670                 Painting cleanup.
8672 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
8674         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
8675         Better support for the private color map.
8676         Using a private map is now the default.
8678         * [windows/win.c]
8679         Bug fix.
8681         * [include/dialog.h] [windows/dialog.c]
8682         Implemented CreateDialog*() and IsDialogMessage().
8684         * [misc/xt.c] [windows/defwnd.c]
8685         Moved DefWindowProc() to defwnd.c.
8686         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
8688         * [windows/defdlg.c]
8689         Started the implementation of DefDlgProc().
8691         * [windows/win.c]
8692         Added WM_NCCREATE and WM_NCDESTROY messages.
8693         Implemented IsChild().
8695 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
8697         * [windows/focus.c]
8698         Implemented GetFocus() and SetFocus().
8700         * [windows/event.c]
8701         Added processing of FocusIn and FocusOut events.
8703         * [windows/graphics.c]
8704         Added DrawFocusRect().
8706 Sat Oct  9 14:36:57 1993  Erik Bos
8708         * [loader/int1a.c]
8709         Added more function handling.
8711 Wed Oct  6 12:21:22 1993  Erik Bos
8713         * [loader/signal.c]
8714         Split signal.c into int1a.c, int21.c and signal.c.
8716 Tue Oct  5 22:12:40 1993  David Metcalfe
8718         * [controls/static.c] [control/widgets.c]
8719         Static control class.
8721         * [objects/text.c]
8722         Added processing of additional DT_ flags to DrawText().
8724         * [windows/win.c] [misc/xt.c]
8725         Added SetWindowText() and WM_SETTEXT processing.
8727 Tue Oct  5 22:12:40 1993  Martin Ayotte
8729         * [controls/listbox.c]
8730         Listbox control window
8732         * [controls/scroll.c]
8733         Scroll bar control window
8735         * [controls/combo.c]
8736         Combo box control window
8738         * [include/combo.h]
8739         Combo box definitions
8741         * [include/listbox.h]
8742         Listbox definitions
8744         * [include/scroll.h]
8745         Scroll bar definitions
8747 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
8749         * [if1632/callback.c]
8750         Fixed bug in MakeProcInstance().
8752         * [debugger/info.c]
8753         Changed x/w and x/b to display in hex.
8755         * [debugger/i386-pinsn.c]
8756         Added code to properly unassemble 16-bit indexing.
8758 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
8760         * [loader/files.c] [misc/profile.c]
8761         System initialization file is now called "wine.ini" and can
8762         be located in the current directory, the user's home directory,
8763         or any directories specified in the WINEPATH environment variable.
8765         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
8766         Changed register function stack to match sigcontext structure.
8768 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
8770         * [loader/files.c]
8771         Created function to search a path for files to load.
8773         * [loader/wine.c]
8774         Modified exe and dll file loading to search through path
8775         specified by the environment variable WINEPATH.
8777 Thu Sep 30 22:30:21 1993  Eric Youngdale
8779         * [loader/signal.c]
8780         Bug fix.
8782 Thu Sep 30 22:30:21 1993  John Brezak
8784         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
8785           [debugger/obstack.h]
8786         Updates to allow debugger to function under NetBSD.
8788 Tue Sep 28 19:59:21 1993  David Metcalfe
8790         * [windows/win.c]
8791         Implemented support for windows with no borders.  Added
8792         GetParent(), GetDlgCtrlID(), GetWindowText() and
8793         GetWindowTextLength() functions.
8795         * [misc/xt.c]
8796         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
8797         to DefWindowProc and Implemented MessageBeep().
8799         * [windows/syscolor.c]
8800         Added preliminary system color support.
8802         * [controls/button1.c]
8803         Mods to new button control and integration with Wine.
8805 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
8807         * [controls/button1.c]
8808         New button control using GDI functions.
8809         
8810 Tue Sep 28 19:59:21 1993  Eric Youngdale
8812         * [debugger/*]
8813         Added debugging capabilities to Wine
8815 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
8817         * [objects/region.c]
8818         Bug fix
8820 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
8822         * [tools/build.c]
8823         Changed the entry point code to reduce the standard entry
8824         point size from 22 bytes to 10 bytes.  This leaves about
8825         4000 free entry points instead of the 800 in version 0.4.2.
8827         * [loader/resource.c]
8828         Rewrote functions to allow loading of resources from any
8829         DLL.
8831         * [loader/wine.c] [include/wine.h]
8832         Added functions GetFilenameFromInstance() and GetFileInfo()
8833         to search for a loaded file based on its instance handle.
8834         Added a field in struct w_files to make searching by an instance
8835         handle faster.
8837 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
8839         * [misc/profile.c]
8840         Implementation of .INI file handling
8842 Mon Sep 20 10:54:32 1993  David Metcalfe
8844         * [misc/profile.c.old]
8845         Implementation of .INI file handling
8847 Mon Sep 20 10:54:32 1993  John Brezak
8849         * [controls/WinButton.c]
8850         Bug fix with call to XtVaSetValues.
8852 Mon Sep 20 10:54:32 1993  Alexandre Julliard
8854         * [windows/win.c]
8855         Quick patch to get colormaps to work with button widget.
8857 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
8859         * misc/keyboard.c: 
8860         Ifdefed out some bogus Ansi<->Oem conversion functions
8862         * misc/lstr.c: 
8863         New file with string functions like lstr* IsChar* *Ansi* 
8865 Wed Sep 15 20:35:10 1993  John Brezak
8867         * [loader/signal.c]
8868         Additional changes to support NetBSD.
8870 Wed Sep 15 22:19:22 1993  Martin Ayotte
8872         * [windows/graphics.c]
8873         Added FrameRect function
8875 Tue Sep 14 13:54:45 1993  Alexandre Julliard
8877         * [objects/color.c] [objects/palette.c]
8878         Preliminary support for private color map.
8880         * [windows/class.c]
8881         Implemented CS_CLASSDC style.
8883         * [windows/dce.c]
8884         Moved DCEs to USER heap.
8885         Implemented class and window DCs.
8887         * [windows/event.c]
8888         Implemented CS_DBLCLKS style.
8890         * [windows/graphics.c]
8891         Bug fix in SetPixel().
8893         * [windows/win.c]       
8894         Implemented CS_OWNDC style.
8895         Implemented Get/SetWindowLong().
8897         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
8898           [windows/dce.c] [windows/message.c] [windows/win.c]   
8899         Moved windows from global heap to USER heap.
8901 Mon Sep 13 05:00:11 1993  Eric Youngdale
8903         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
8904           [loader/wine.c] [tools/build.c]
8905         Added ability to generate missing functions statistics.
8907 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
8909         * [WIN31-APPLETS]
8910         Added new file.
8912         * [if1632/kernel.spec]
8913         Added definitions for GetProfile{Int,String} and SetHandleCount.
8915         * [if1632/keyboard.spec]
8916         Created interface specification for Keyboard driver DLL.
8918         * [if1632/relay.c]
8919         Added keyboard.dll to list of included DLLs.
8921         * [if1632/user.spec]
8922         Added LoadAccelerators definition.
8924         * [loader/resource.c]
8925         Added LoadAccelerators stub.
8927         * [misc/file.c]
8928         Changed OpenFile, and added SetHandleCount (for winfile.exe)
8930         * [misc/keyboard.c]
8931         Added keyboard code.
8933         * [misc/profile.c] [misc/xt.c]
8934         Moved GetPrivateProfile* commands here, and added GetProfile*
8935         commands.
8937 Mon Sep 13 10:24:37 1993  Andrew Bulhak
8939         * [windows/utility.c]
8940         Implemented MulDiv(), OutputDebugString() and wvsprintf()
8942 Fri Sep 10 09:13:30 1993  John Brezak
8944         * [*/Makefile]
8945         Created patch to allow BSD make to build wine.
8947         * [windows/win.c]
8948         Fixed NULL pointer reference.
8950         * [windows/message.c] [misc/xt.c]
8951         Defined HZ to handle system specific timing.
8953         * [windows/graphics.c]
8954         Use M_PI is PI
8956         * [objects/pallete.c]
8957         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
8959         * [dump.c] [ldt.c] [wine.c]
8960         ifdef'ed linux headers for linux compile.
8962         * [loader/ldtlib.c]
8963         Add NetBSD system calls when compiled on that system.
8965         * [loader/selector.c]
8966         Use mmap(MAP_ANON, ...) for NetBSD.
8968         * [if1632/call.S]
8969         Fixed selector assumptions.
8971 Thu Sep 9 20:01:37 1993  David Metcalfe
8973         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
8974           [windows/win.c] [windows/class.c]
8975         Added 3D button control and tied into CreateWindow()
8977 Thu Sep  9 07:35:24 1993  Scott Laird
8979         * [if1632/sound.spec]
8980         Created interface specification for SOUND DLL.
8982         * [if1632/win87em.spec]
8983         Added more functions to the WIN87EM DLL interface specification
8985         * [misc/emulate.c]
8986         Created stubs for the new math emulation functions.
8988         * [misc/sound.c]
8989         Created stubs for the SOUND DLL.
8991 Sun Sep  5 21:02:10 1993  John Burton
8993         * [if1632/kernel.spec]
8994         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
8995         and _lwrite.
8997         * [include/windows.h]
8998         Added OF_ macros
9000         * [misc/file.c]
9001         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
9003 Fri Sep  3 18:47:03 1993  Alexandre Julliard
9005         * [windows/dc.c]
9006         Bug fix
9008         * [objects/text.c]
9009         Bug fix
9011 Fri Sep  3 18:47:03 1993  Bob Amstadt
9013         * [objects/linedda.c]
9014         Finished LineDDA().
9016 Fri Sep  3 11:52:18 1993  Bob Amstadt
9018         * [windows/timer.c]
9019         Changed to use CallWindowProc() rather directly calling callback.
9021         * [windows/event.c]
9022         Implemented SetCapture() and ReleaseCapture()
9024         * [windows/keyboard.c]
9025         Created stub for GetKeyState()
9027         * [objects/linedda.c]
9028         Created stub for LineDDA()
9030         * [if1632/callback.c]
9031         Created callback handler for LineDDA callback procedure.
9033         * [if1632/callback.c]
9034         Created FreeProcInstance()
9036 Fri Sep  3 08:36:52 1993  David Metcalfe
9038         * [loader/signal.c]
9039         Patch to and code for INT 1A
9041 Thu Sep  2 00:31:54 1993  Alexandre Julliard
9043         * [objects/font.c] [objects/text.c]
9044         More text support: implemented justification and underlining.
9046         * [windows/clipping.c] [objects/clipping.c]
9047         Moved low-level clipping functions to objects/clipping.c.
9049         * [windows/clipping.c] [windows/event.c] [windows/message.c]
9050         Implemented window update regions.
9052         * [windows/dc.c] [objects/dcvalues.c]
9053         Moved some device-independent DC functions to objects/dcvalues.c.
9055         * [windows/graphics.c]
9056         Implemented InvertRect() and GetPixel().
9058 Sat Aug 28 08:40:23 1993  Eric Youngdale
9060         * [include/neexe.h] [loader/wine.c]
9061         Added code to handle relocation type 4.
9063         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
9064         Added support for dos interrupts.
9066 Thu 26 Aug 19:15:00 1993  Eric Youngdale
9068         * [loader/selector.c]
9069         Fixed bug dealing with loading DLLs.
9071 Thu Aug 26 19:22:40 1993  Alexandre Julliard
9073         * [include/gdi.h] [objects/font.c] [windows/dc.c]
9074         Beginning of real font support.
9076         * [windows/graphics.c]
9077         Implemented PatBlt().
9079         * [memory/global.c]
9080         Corrected a bug with linked list handling in GlobalAlloc().
9082         * [objects/bitmap.c]
9083         Corrected a bug in BITMAP_SelectObject().
9085 Tue Aug 24 19:22:40 1993  David Metcalfe
9087         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
9088           [controls/SmeMenuButt*]
9089         Change code to support & as a special character in menu item text.
9091 Tue Aug 24 19:22:40 1993  Alexandre Julliard
9093         * [include/gdi.h] [windows/dc.c]
9094         Heavily modified the DC structure for better device-independence.
9096         * [objects/bitmap.c]
9097         Implemented bitmap dimensions.
9099         * [windows/dc.c] [windows/dce.c]
9100         Implemented DC state saving and restoring.
9102         * [windows/dc.c]
9103         Implemented ROP mode.
9105         * [windows/graphics.c]
9106         Implemented FillRect().
9108 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
9110         * [misc/xt.c]
9111         Fixed bug in InvalidateRect().  Solitaire attempted to
9112         clear window before it was realized.
9114         * [loader/resource.c]
9115         Began rewrite of LoadBitmap().
9117         * [loader/wine.c]
9118         Fixed code which set Argv and Argc global variables.
9120         * [loader/selector.c]
9121         Added code to set up command line arguments.
9123         * [include/neexe.h]
9124         Fixed error in PSP structure.
9126 Tue Aug 17 20:41:12 1993  Alexandre Julliard
9128         * [include/gdi.h] [windows/dc.c]
9129         Implemented device capabilities.
9131         * [objects/region.c]
9132         Implemented EqualRgn() and CombineRgn().
9134         * [windows/clipping.c]
9135         Implemented Save/RestoreVisRgn().
9137         * [windows/graphics.c]
9138         Implemented PaintRgn() and FillRgn().
9140         * [windows/mapping.c]
9141         Implemented mapping modes.
9143 Tue Aug 10 14:07:38 1993  Alexandre Julliard
9145         * [if1632/user.spec] [misc/rect.c]
9146         Implemented rectangle API functions.
9148         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
9149         Implemented regions.
9151         * [windows/class.c]
9152         Corrected a typo in UnregisterClass().
9154         * [windows/clipping.c] [windows/dc.c]
9155         Implemented DC clipping and visible region.
9157 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
9159         * [controls/menu.c] [windows/win.c]
9160         SetMenu(), GetMenu(), CheckMenuItem() implemented
9162 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
9164         * [controls/menu.c] [windows/win.c]
9165         Many improvements menus.  LoadMenu() should work.
9167 Wed Aug  4 14:55:36 1993  Alexandre Julliard
9169         * [objects/dib.c]
9170         Started the implementation of device-independent bitmaps.
9172         * [objects/bitmap.c]
9173         Added support for multiple bitmap depths.
9175         * [objects/brush.c]
9176         Implemented pattern brushes.
9178         * [windows/dc.c] [windows/graphics.c]
9179         Implemented some GDI graphics primitives.
9181 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
9183         * [controls/menu.c] [windows/win.c] [include/menu.h]
9184         Code to load class menus from executable file.
9186         * [if1632/user.spec]
9187         Fixed specification of SendMessage() and PostMessage.
9189 Mon Jul 26 21:53:24 1993  Alexandre Julliard
9191         * [if1632/call.S]
9192         Corrected a bug in KERNEL_InitTask().
9194         * [include/windows.h]
9195         Added a lot of constants.
9197         * [loader/selector.c]
9198         Corrected a bug in segment allocation in CreateSelectors().
9200         * [objects/bitmap.c]
9201         Implemented SelectObject() for bitmaps.
9203         * [objects/brush.c]
9204         Implemented hatched brushes and SelectObject().
9206         * [objects/gdiobj.c]
9207         Removed linked list (not needed).
9209         * [objects/palette.c]
9210         Implemented system palette creation and misc. palette API functions.
9212         * [windows/timer.c]
9213         Implemented timers.
9215         * [windows/dc.c]
9216         Implemented memory device contexts.
9218 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
9220         * [dos.c]
9221         Split DOS3Call() out of kernel.c.  Added support for get date
9222         and time functions.
9224         * [call.S]
9225         Added function ReturnFromRegisterFunc() to allow DOS calls
9226         to return values in registers.
9228         * [regfunc.h]
9229         Macros to access registers saved on stack.
9231 Tue Jul 20 10:38:59 1993  Alexandre Julliard
9233         * [win.c]
9234         Corrected allocation of the WM_CREATE data structure.
9236         * [dce.c] [dce.h]
9237         Implemented DCE handling.
9239         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
9240           [gdiobj.c] [palette.c] [pen.c]
9241         Implemented the GDI objects data structures and allocation.
9243         * [windows.h]
9244         Added several structures and constants for GDI objects.
9246 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
9248         * [ldtlib.c]
9249         Modified system calls to match Linus' new interface for
9250         the LDT modification.
9252         * [win.c]
9253         Fixed bug with WM_CREATE message.
9255         * [heap.c] [kernel.spec]
9256         Completed local heap allocation functions.
9258         * [global.c]
9259         Created function GlobalQuickAlloc() for easy allocation from DLLs
9261 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
9263         * [global.c]
9264         Completed global memory pool API
9266 Sun Jul 11 16:59:52 1993  Alexandre Julliard
9268         * [message.c] [user.c] [user.spec] [windows.h]
9269         Added emulation of Windows message queue.
9271 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
9273         * [build.c] Original by Bob Amstadt
9274         * [callback.c] Original by Bob Amstadt, updates by 
9275         Alexandre Julliard
9276         * [dump.c] Original by Bob Amstadt
9277         * [global.c] Original by Bob Amstadt
9278         * [heap.c] Original by Bob Amstadt
9279         * [kernel.c] Original by Bob Amstadt
9280         * [ldt.c] Original by Bob Amstadt
9281         * [ldtlib.c] Original by Bob Amstadt
9282         * [relay.c] Original by Bob Amstadt
9283         * [resource.c] Original by Bob Amstadt, updates by 
9284         Alexandre Juliard
9285         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
9286         * [user.c] Original by Bob Amstadt
9287         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
9288         Alexandre Julliard
9289         * [wintcl.c] Original by Regents of the University of California,
9290         updates by Peter MacDonald and Alexandre Julliard
9291         * [callback.h] Original by Bob Amstadt
9292         * [dlls.h] Original by Bob Amstadt
9293         * [heap.h] Original by Bob Amstadt
9294         * [neexe.h] Original by Bob Amstadt
9295         * [prototypes.h] Original by Bob Amstadt, updates by 
9296         Eric Youngdale
9297         * [segmem.h] Original by Bob Amstadt
9298         * [tkInt.h] Original by Regents of the University of California
9299         * [windows.h] Original by Peter MacDonald, updates by 
9300         Alexandre Julliard and Bob Amstadt
9301         * [wine.h] Original by Eric Youngdale
9302         * [kernel.spec] Original by Bob Amstadt, updates by 
9303         Alexandre Julliard
9304         * [gdi.spec] Original by Bob Amstadt, updates by 
9305         Alexandre Julliard
9306         * [shell.spec] Original by Bob Amstadt
9307         * [unixlib.spec] Original by Bob Amstadt
9308         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
9309         * [win87em.spec] Original by Bob Amstadt
9310         * [Windows.tcl] Original by Peter MacDonald, updates by 
9311         Alexandre Julliard
9312         * [build-spec.txt] Original by Bob Amstadt
9313         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale