Release 960414
[wine.git] / ChangeLog
blob46b0a5bdd76d49164206b7f24f7c7b5be3a9a0b9
1 ----------------------------------------------------------------------
2 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
5         Made the resource loading code always use the correct Windows
6         layout for Winelib on other CPUs.
8         * [include/module.h] [loader/module.c]
9         Added self handle in NE_MODULE structure, so we can use a pointer
10         instead of a handle.
11         Added function MODULE_GetPtr() to validate a HMODULE.
13         * [memory/heap.c]
14         Implemented Win32 heap management.
16         * [memory/selector.c]
17         Fix selector limit for huge blocks.
19 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
21         * [objects/metafile.c]
22         Fixed memcpy bug to allow memory based metafiles to work.
24 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
26         * [controls/edit.c] [controls/EDIT.TODO]
27         Complete rewrite.  Everything changed: new features, new bugs.
28         Main addition: WordWrap.
30 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
32         * [resources/sysres_It.rc]
33         Fixed a few mistakes in the file and resized some of the controls.
35 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
37         * [misc/winsocket.c]
38         Fixed broken #if defined that stopped unixware compiling.
40         * [win32/resource.c]
41         Added missing return to end of FindResource32.
43 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
45         * [windows/keyboard.c] [windows/event.c]
46         Fixed GetKeyState for mouse buttons.
48         * [windows/message.c]
49         WM_MOUSEACTIVATE wasn't sent in some cases.
51 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
53         * [objects/font.c]
54         Match slightly bigger font if height negative.
56 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
58         * [multimedia/mmsystem.c]
59         Changed read's to FILE_read's in mmsystem to fix mmio bug.
61 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
63         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
64         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
65         En-,De- resources. 
66         As written in TODO: some national language support is needed here.
68 ----------------------------------------------------------------------
69 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
71         * [controls/button.c] [controls/static.c]
72         Changes to use WND * wherever possible.
74         * [debugger/dbg.y] [debugger/debug.l]
75         Added 'info module' and 'walk module' commands.
77         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
78         Added assembly code generation to call from Wine into 32-bit code.
79         Changed all 'call32' references in 'callfrom16' to avoid confusion
80         with Win32 routines.
82         * [include/callback.h]
83         Added prototypes for 32-bit callbacks.
85         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
86         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
87         now generated by the build program.
89         * [include/module.h]
90         Added extra info to NE_MODULE for Win32 modules to point to the PE
91         module data.
93         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
94         Removed the wine_files list. The PE data for a module can now be
95         accessed with the NE_WIN32_MODULE macro.
97         * [loader/signal.c] [miscemu/instr.c]
98         Don't start the BIOS timer at startup, but only after an access to
99         the 0x40 segment.
101         * [memory/local.c]
102         Changed LOCAL_Lock() to return a 32-bit pointer.
104         * [misc/main.c] [include/dlls.h]
105         Some built-in DLLs (like KERNEL) can no longer be disabled from
106         the command-line.
107         
108 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
110         * [*/*]
111         A lot of small changes to support SCO OpenServer 5.
113 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
115         * [controls/edit.c]
116         Fixed GetKeyState() call to use 0x8000 convention.
118         * [include/windows.h]
119         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
121 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
123         * [if1632/except.S]
124         Modified code to assemble on unixware.
126 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
128         * [objects/font.c]
129         Implementation of a second font cache which will be updated
130         dynamically.
132 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
134         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
135           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
136           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
137           [resources/sysres_No.rc] [resources/TODO]
138         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
140 ----------------------------------------------------------------------
141 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
143         * [tools/build.c]
144         Changed BuildSpec32Files() to generate assembly instead of C code.
145         Unified -spec16 and -spec32 options; DLL type is now determined by
146         the 'type' declaration in the .spec file.
147         New -stdcall option to build all stdcall assembly relays.
149         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
150         Started to unify 16- and 32-bit builtin DLLs.
152         * [loader/module.c]
153         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
155         * [loader/pe_image.c] [loader/resource.c]
156         All modules now have a NE signature, and can be distinguished by
157         the NE_FFLAGS_WIN32 flag.
159         * [windows/alias.c]
160         Aliases for built-in window procedures are now all created at
161         startup in ALIAS_Init().
163 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
165         * [controls/combo.c]
166         Limit rectangle to clear to size of item when painting combo, not
167         default.  Only draw items in list when there is enough room for them.
169         * [controls/listbox.c]
170         Get the measure of every item that's added and store in the item's
171         data structure.  Scroll listbox if mouse near edge of box.  Only
172         draw items in list when there is enough room.
174 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
176         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
177           [windows/nonclient.c] [controls/menu.c] 
178         Various changes for better keyboard handling. 
180         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
181         Proper keyboard message ordering, working GetKeyState() (finally!), 
182         improvements in ToAscii().
184         * [windows/win.c] [windows/message.c]
185         Small improvements in WIN_FindWinToRepaint.
187         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
188         Put update region in WM_NCPAINT wParam.
190         * [loader/task.c]
191         Kill task timers when task is deleted, switch timers to the
192         new queue in SetTaskQueue().
194         * [loader/signal.c] [miscemu/dosmem.c]
195         Added SIGALRM signal handler to increment BIOS clock. 
197         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
198         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
199         MDI client.
201         * [windows/winpos.c]
202         Improvements in handling of owned popups. "Floating" toolboxes 
203         work better now. 
205 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
207         * [misc/registry.c]
208         New file, registry rewrite including win32 extensions
209         - Unicode
210         - multiple valus per key
211         - different datatypes for values
212         - multiple rootkeys
213         - saving and loading in different registries.
215         * [include/winreg.h]
216         New file, definitions and structs for registry.
218         * [include/winerror.h]
219         Some new error defines added... there are more, someone please
220         check a (real-)windows winerror.h.
221         
222         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
223         Registry specs added.
225         * [if1632/relay.c]
226         Switch internal SHELL.DLL to default 'used'.
228         * [win32/string32.c] [include/string32.h]
229         Some new functions added.
230         char should be unsigned char when converting to 16bit ints.
232         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
233         Removed old registry functions.
235 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
237         * [include/bitmaps/ocr_ibeam]
238         Fixed the position of the hotspot.
240         * [objects/text.c]
241         Fixed a few bugs in TEXT_TabbedTextOut().
243         * [windows/event.c]
244         Fixed the order of the bits in the KeyStateTable.
245         0x80 is the up/down-bit.  0x01 is the toggle bit.
247         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
248         Fixed the calls to GetKeyState().
250 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
252         * [resources/sysres_Fr.rc] [resources/TODO]
253         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
255 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
257         * [resources/sysres_it.rc]
258         Added support for Italian [It] language.
260 ----------------------------------------------------------------------
261 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
263         * [include/win.h] [windows/*.c]
264         Replaced next, parent, child and owner handles by pointers in WND
265         structure. This should improve performance, and should be
266         reasonably safe since Microsoft did the same in Win95.
268         * [include/wintypes.h] [*/*]
269         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
270         allows removing a lot of unnecessary casts and NPFMTs.
272         * [windows/caret.c]
273         Create the caret brush upon CreateCaret(); use the bitmap
274         dimensions for the caret.
275         Fixed CARET_DisplayCaret() to use PatBlt().
277 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
279         * [misc/winsocket.c]
280         More sanity checks, fixup some erroneous return codes.
282         * [documentation/winsock]
283         Description of how compatible the winsock is currently.
285 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
287         * [library/winmain.c]
288         Set `lpszCmdParam' by concatenating arguments.
290         * [loader/module.c]
291         WinExec: accept Unix commands, use Wine emulator.
293 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
295         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
296         DeleteCriticalSection, EnterCriticalSection,
297         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
298         TlsFree, TlsGetValue, TlsSetValue: new functions.
299         CRITICAL_SECTION: new structure.
301         * [if1632/kernel32.spec][win32/code_page.c]
302         WideCharToMultiByte: new function.
304         * [if1632/kernel32.spec][win32/file.c]
305         GetFileAttributesA: new function.
307         * [if1632/kernel32.spec][misc/main.c]
308         GetEnvironmentStringsW, FreeEnvironmentStringsA,
309         FreeEnvironmentStringsW: new functions.
310         
311         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
312         cursoricon32.c: new file.
313         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
314         to WIN32_*.
315         LoadIconA, LoadIconW: modified implementation from LoadIconA32
316         to WIN32_*.
318         * [include/struct32.h]
319         pragma pack inserted.
320         CURSORICON32 structures added.
322         * [include/winnls.h]
323         Constants CP_* and WC_* added.
325         * [loader/pe_image.c]
326         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
328 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
330         * [misc/commdlg.c]
331         Introduced hook function handling in file dialog.
332         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
334 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
336         * [if1632/gdi32.spec]
337         Added GetNearestColor.
339         * [if1632/kernel32.spec]
340         Added GlobalAddAtomA.
342         * [win32/param32.c]
343         Added stackframe.h to includes.
344         WIN32_GlobalAddAtomA() - new function.
346 ----------------------------------------------------------------------
347 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
349         * [controls/edit.c]
350         Removed calls to memmove (not portable).
352         * [debugger/dbg.y] [debugger/debug.l]
353         Prefixed all token with 't' to avoid conflicts with type
354         definitions.
355         Added 'walk queue', 'walk class' and 'info class' commands.
357         * [debugger/info.c]
358         Moved queue and window information functions to windows/queue.c
359         and windows/win.c respectively.
361         * [loader/signal.c]
362         Added SIGHUP handling to force entry into built-in debugger.
363         Cleaned up a bit.
365         * [misc/spy.c]
366         General cleanup and performance improvements.
368         * [windows/class.c]
369         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
370         debugger.
372         * [windows/event.c]
373         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
374         sure if this key combination is a good choice...
376         * [windows/message.c] [windows/queue.c] (New file)
377         Moved message queue handling functions to windows/queue.c.
379 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
381         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
382         Implemented Win32 exception functions: RaiseException(),
383         RtlUnwind(), SetUnhandledExceptionFilter() and
384         UnhandledExceptionFilter().
386 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
388         * [controls/listbox.c] [include/listbox.h]
389         Special handling for COMBOLBOX styles introduced via extension of
390         HEADLIST structure: lphl->dwStyle.
392 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
394         * [controls/combo.c]
395         Any mouse movement within a small distance (defined by CBLMM_EDGE)
396         of the top or bottom edge causes the window to scroll.  Also moved 
397         some assignments so the routine works correctly.
399         * [controls/listbox.c]
400         Changing selection in ListBoxSetCurSel now updates PrevFocused.
401         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
402         and sets the standard text height.
404 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
406         * [windows/dce.c]
407         Fixed memory leak in DCE_ClipWindows().
409 ----------------------------------------------------------------------
410 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
412         * [configure.in]
413         Quote '[' and ']' in the test program for the strength-reduce
414         bug. This should work much better...
416         * [files/file.c]
417         Augmented DOS_FILE structure. Most internal functions now return a
418         DOS_FILE* instead of a Unix handle.
419         Added a local file array to replace the PDB list upon startup, to
420         allow using file I/O functions before the first task is created.
421         Added FILE_SetDateTime() and FILE_Sync() functions.
422         
423         * [loader/module.c]
424         Use the DOS file I/O functions in MODULE_LoadExeHeader().
426         * [objects/bitblt.c]
427         Use visible region instead of GC clip region to clip source
428         area. This fixes the card drawing bug in freecell.
430         * [objects/region.c]
431         Fixed CombineRgn() to allow src and dest regions to be the same.
433 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
435         * [controls/EDIT.TODO]
436         Updated so it reflects the current status.
438         * [controls/edit.c]
439         Implemented internal EDIT_WordBreakProc().
440         Implemented ES_READONLY.
441         Implemented WM_LBUTTONDBLCLK to select whole words.
442         Fixed a lot of types in the function definitions.
444 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
446         * [debugger/info.c]
447         Added "walk window" command to walk window list. 
449         * [windows/mdi.c]
450         Added proper(?) WM_MDISETMENU message handling.
452 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
454         * [if1632/callback.c][if1632/relay32.c]
455         RELAY32_CallWindowProcConvStruct: new function.
457         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
458         struct32.c: new file. Moved all structure conversions into that file
459         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
460         renamed to STRUCT32_POINT32to16, ...
461         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
462         POINT32, ...
463         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
464         CREATESTRUCT.
466         * [include/windows.h][misc/exec.c]
467         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
468         WinHelp: Reimplemented. Thanks to Peter Balch
469         (100710.2566@compuserve.com) for his valuable research.
471         * [win32/winprocs.c]
472         WIN32_CallWindowProcTo16: new function, call in
473         USER32_DefWindowProcA,...
475 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
477         * [include/wintypes.h]
478         Added "#define __export".
480         * [objects/bitblt.c]
481         Put in a few hacks to make bitblt-ing work when upside-down and/or
482         mirrored.  BITBLT_StretchImage should really be checked over
483         thoroughly.
485         * [programs/progman/main.c]
486         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
488         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
489         Eliminated shift/reduce conflict in style definition.
490         Added crude error message support: "stdin:%d: parse error before '%s'".
491         Implemented string table support to the best of my ability (it works
492         with LoadString() calls).
494         * [windows/nonclient.c]
495         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
496         bar of non-iconized window was clicked (checked for iconization).
498 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
500         * [if1632/lzexpand.spec] [if1632/relay.c]
501           [include/lzexpand.h][misc/lzexpand.c]
502         LZEXPAND.DLL added.
504 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
506         * [windows/win.c]
507         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
508         this prevents too early termination of EnumChildWindows().
510 ----------------------------------------------------------------------
511 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
513         * [controls/scroll.c]
514         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
515         current tracking window.
517         * [files/file.c]
518         Fixed two file descriptor leaks in FILE_OpenFile().
520         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
521           [tools/build.c]
522         Replaced LOADEDFILEINFO structure by OFSTRUCT.
524         * [memory/atom.c]
525         Reload the pointer to the atom table in ATOM_GetTable() and
526         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
527         move in linear memory.
529 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
531         * [include/callback.h]
532         Added support for CallWordBreakProc().
534         * [controls/edit.c]
535         New caret handling (really efficient / fast).
536         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
537         Fixed EM_SETFONT so it now also creates a proper new caret.
539 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
541         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
542         Added WM_DELETE protocol to top-level windows.
544         * [controls/scroll.c]
545         Fixed a problem which caused slow scrolling to continue uncontrollably.
547         * [misc/exec.c]
548         Implemented ExitWindows().
550         * [windows/win.c]
551         Set top-level owned windows to be transient.
553 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
555         * [programs/progman/*]
556         Added a program manager.
558 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
560         * [resources/sysres_Eo.c]
561         Added support for Esperanto [Eo] language.
563 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
565         * [if1632/user32.spec]
566         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
568         * [win32/init.c]
569         Added task.h to includes. GetModuleHandleA() - return hInstance
570         if called with NULL parameter. Freecell needs this. NOTE this
571         may indicate a problem with differentiation between hModule and
572         hInstance within Wine.
574         * [win32/resource.c]
575         FindResource32() and LoadResource32() - Removed #if 0's around
576         conversion from hInstance to hModule. See remarks above.
578         * [win32/string32.c]
579         WIN32_UniLen() - removed stray semicolon.
581 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
582         
583         * [windows/caret.c]
584         Set blink rate with call to GetProfileInt().
586         * [rc/winerc.c]
587         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
588         instead of 0.  This seems to correspond to Borland's defaults, and
589         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
590         or "| NOT WS_VISIBLE" technique in the *.rc file.
592         * [win32/time.c]
593         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
594         returned by gettimeofday() instead of making second call to
595         time().  This eliminates clock jitter if the seconds change
596         between the two calls (rare, but possible).
598         * [include/wintypes.h]
599         Added "#define _far" and "#define _pascal".
601         * [windows/win.c]
602         Added function GetDesktopHwnd().
604         * [include/xmalloc.h]
605         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
606         have been removed from 'configure', and was causing redefinition
607         warnings.
609 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
611         * [windows/winpos.c] 
612         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
613         to force a repaint when setting menu bars with different rows.
615 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
617         * [windows/syscolors.c] [controls/scroll.c]
618         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
620 ----------------------------------------------------------------------
621 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
623         * [files/profile.c]
624         Added \r when writing profile files, for DOS compatibility.
626         * [memory/global.c]
627         Fixed bug in GlobalReAlloc() that caused a discarded block not to
628         be reallocated if its size was not changed.
630         * [memory/selector.c]
631         Avoid setting a valid LDT entry with base and limit set to 0, as
632         this causes the kernel to clear the entry. This fixes a crash when
633         exiting Windows program manager.
635         * [objects/metafile.c]
636         Removed call to creat() instead of _lcreat() for WINELIB.
638 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
640         * [if1632/gdi32.spec]
641         GetTextExtentPointA now has win32 specific implementation.
643         * [include/struct32.h]
644         Define new structure tagSIZE32 and typedef SIZE32 to it.
645         Define prototype for function PARAM32_SIZE16to32
647         * [win32/param32.c]
648         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
650         * [win32/memory.c]
651         Added missing file pointer parameter to fprintf.
653 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
655         * [windows/nonclient.c]
656         Added more familiar icon activity, ie single click brings up
657         system menu.
659 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
661         * [controls/menu.c]
662         Added calls to HideCaret() and ShowCaret() from within
663         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
664         MENU_TrackKbdMenuBar().  Are there any more places where this
665         should be done?
667         * [controls/static.c]
668         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
669         the previous icon.  Added a new FIXME at the point where
670         WM_SETTEXT is handled for a SS_ICON static control.
672         * [misc/commdlg.c]
673         Implemented FindText() and ReplaceText()
674         Still missing : Templates and Hooks handling / error checking
676         * [resources/sysres_En.c]
677         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
678         Languages other than En should update these too, though, as well
679         as redimension the controls because some of the text doesn't fit.
680         Created file resources/TODO to explain this.
682         * [windows/caret.c]
683         Re-written.  It now uses the correct R2_XORPEN.  It resets the
684         blink timer on SetCaretPos().  It does its own hide/show scheme
685         when SetCaretPos() is called (should be faster).
687 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
689         * [controls/listbox.c]
690         Miscellaneous changes for better LBS_EXTENDEDSEL support.
691         Removed several superfluous redrawals of item list.
693         * [controls/scroll.c]
694         WM_GETDLGCODE return value.
696         * [windows/win.c]
697         FlashWindow function.
699         * [windows/painting.c] [windows/scroll.c]
700         Added HideCaret/ShowCaret calls.
702         * [objects/font.c]
703         Added GetCharABCWidths stub.
705         * [include/windows.h]
706         "#define"s needed for changes mentioned above.
708 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
710         * [include/winsock.h]
711         Change order of includes to get in_addr struct defined in time.
712         (Note: Linux 1.3.66, libc 5.2.18)
714         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
715         Changed the -enhanced option into a -mode option, which can be
716         either 'standard' or 'enhanced'. 'enhanced' is the default.
718 ----------------------------------------------------------------------
719 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
721         * [controls/desktop.c]
722         Look for the wallpaper file in the Windows directory.
724         * [controls/menu.c]
725         Fixed swapped parameters in SetMenuItemBitmaps().
726         Create a separator in MENU_SetItemData() when the string is NULL.
728         * [file/dosfs.c]
729         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
731         * [files/file.c]
732         Added a DOS_FILE structure to store per-file information (not
733         really used yet).
734         Fixed _lread and _hread to check the size of the buffer before
735         calling Unix read() to avoid EFAULT error.
737         * [misc/exec.c]
738         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
740         * [miscemu/instr.c]
741         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
742         programs that poll the BIOS counter, provided they reload the
743         selector on every read.
745         * [miscemu/int21.c]
746         Re-implemented FindFirst/FindNext for FCB calls.
748         * [windows/message.c] [windows/winpos.c]
749         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
751         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
752         Added a per-window WIN_MANAGED flag; only windows that have a
753         dialog frame or a sizing border are managed.
755 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
757         * [if1632/Makefile.in]
758         Added -g flag to compilation of .c files generated from *32.spec.
760         * [if1632/gdi32.spec]
761         Numerous additional functions implemented.
763         * if1632/user32.spec]
764         wsprintfA maps to vsprintf not wsprintf
765         Numerous additional functions implemented.
767         * [include/gdi.h] [objects/gdiobj.c]
768         New #define MAGIC_DONTCARE added. This is used in
769         GDI_GetObjPtr to enable getting a pointer to a GDI object of
770         unknow type.
772         * [win32/gdi32.c]
773         New file.
775         * [win32/param32.c]
776         WIN32_MoveToEx() - handle NULL pointer argument.
778         * [win32/user32.c]
779         USER32_InvalidateRect - handle passing of a NULL pointer.
780         USER32_SetTimer - New function.
782         * [files/directory.c]
783         Fixed DIR_Init() (off by one in allocation of space for
784         environment variables).
786         * [files/drive.c]
787         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
788         on FreeBSD).
790 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
792         * [controls/menu.c]
793         Memory leak plugged.
795         * [controls/edit.c]
796         Erase space with function ExtTextOut(). This eliminates the use of
797         xmalloc().  Memory leak in EDIT_WriteText plugged.
799         * [debugger/db_disasm.c]
800         Operand for scas now is di.
802         * [files/profile.c]
803         PROFILE_GetSection was copying too much data.
804         PROFILE_GetSection now returns the correct value. It was returning
805         the number of unused instead of used bytes.
807         * [objects/dc.c]
808         Corrected two typos in comments.
810         * [objects/font.c]
811         FONT_MatchFont didn't return if it couldn't find any font.
813         * [objects/oembitmap.c]
814         Free object only if it has been allocated.
816         * [windows/scroll.c]
817         Memory leak in ScrollDC plugged.
819 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
821         * [controls/edit.c]
822         Implemented ES_NOHIDESEL style, shift+click selection,
823         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
824         (de)selection drawing.  Changed selection drawing to use correct
825         system colors instead of inverting.  Fixed deleting or backspacing
826         across a '\r\n' end of line pair.  Selection now anchors
827         correctly. Fixed text leaking and extra garbage problem bug
828         uncovered by change in class style in wine960131.
830         * [controls/widgets.c]
831         Class flags now match those of Windows.
833 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
835         * [controls/widgets.c]
836         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
838         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
839         comctl32.spec ole32.spec winspool.spec: new files.
840         RELAY32_Init: call initialization of new DLLs.
841         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
842         RELAY32_MakeFakeModule: new function.
844         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
845         Added Win95 functions. Ordinals now differ from both NT and Win95
846         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
847         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
848         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
849         new relays.
851         * [if1632/shell32.spec]
852         shell32.spec: renumbered all functions to take into account ordinals.
853         These seem to be identical between NT and Win95.
855         * [include/dialog.h][windows/dialog.c]
856         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
858         * [include/handle32.h]
859         New handle types VRANGE, HEAP, HEAPITEM.
861         * [include/pe_image.h][loader/pe_image.c]
862         struct w_files: new field builtin.
863         PE_FindExportedFunction: support ordinals.
864         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
865         fixup_imports: support ordinals.
866         PE_LoadImage: prefer directories over segments.
868         * [include/resource.h][win32/resource.c]
869         FindResource32: changed parameter from LPCTSTR to LPCWSTR
870                 check LANG_NEUTRAL if LANG_ENGLISH fails.
871         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
872                 disabled because it's broken.
873         Casted to and from LPWSTR at various places.
875         * [include/string32.h][win32/string32.c]
876         Changed prototypes to take const arguments where appropriate.
878         * [include/struct32.h]
879         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
881         * [tools/build.c]
882         BuildSpec32Files: generate Base value into code, generate call to
883         RELAY32_MakeFakeModule.
884         
885         * [win32/heap.c]
886         This is still not finished and needs rework.
887         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
888         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
889         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
891         * [win32/memory.c]
892         Support for VRANGE_OBJECT. This is not yet called from any place,
893         and needs more platform specific support
894         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
895         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
897         * [win32/user32.c]
898         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
899         names, as in dialogs.
900         Implemented dialog functions (see user32.spec).
902         * [windows/caret.c]
903         CARET_Initialize: call RELAY32_GetBuiltinDLL.
905 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
907         * [controls/edit.c]
908         Removed commented out #ifdefs for WINELIB.
910         * [tools/makehtml.pl]
911         Put in error checking when trying to open a file.
913         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
914         Added two new targets: hello4 and new.
916         * [include/windows.h]
917         Added definition of DEVMODE structure, although it's not yet used.
918         Modified various API functions from CreateDC() to Escape(), in
919         order to make them more compliant with the strict API definitions.
921         * [include/wintypes.h]
922         Added 'typedef char TCHAR'.  It probably should be defined as
923         'short', but then we would have to support such characters.  Also did
924         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
925         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
926         MFENUMPROC, and HGDIOBJ.
928 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
930         * [misc/commdlg.c]
931         Patched a bug that occurred in the internal COMMDLG module for the
932         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
933         combobox is now handled correctly.
935 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
937         * [resources/sysres_Cz.rc]
938         Added support for Czech [Cz] language.
940 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
942         * [objects/font.c]
943         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
944         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
945         is -1, assume 0.
946         CreateFontIndirect : if font parameter is NULL, issue an error message.
947         CreateFont : null-terminate lfFaceName.
948         ParseFontParms : debug code turned off : too verbose.
949         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
951         * [objects/color.c]
952         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
954 --------------------------------------------------------------------
955 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
957         * [configure.in]
958         Added --with-dll option to build libwine.so.
960         * [controls/listbox.c]
961         Fixed ListBoxDirectory(), DlgDirSelect() and
962         DlgDirList(). Hopefully their behavior is correct now.
964         * [controls/menu.c]
965         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
966         ModifyMenu() for the item data, to avoid corrupting the pointer
967         for owner-drawn items.
969         * [controls/static.c]
970         Attempt to load OEM icons for SS_ICON controls. Probably not
971         entirely correct.
972         Don't clip the text output.
974         * [files/directory.c]
975         Add temp dir and Windows dir to environment.
977         * [files/dos_fs.c]
978         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
979         Cache last used directory in DOSFS_FindNext() to avoid quadratic
980         search time.
982         * [files/drive.c]
983         New format for drives configuration in wine.conf; allows
984         specifying the type, label and serial number of a drive.
986         * [files/file.c]
987         New function FILE_OpenUnixFile to make sure we don't open a
988         directory instead of a file.
989         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
991         * [files/profile.c]
992         Rewrote profile handling. Should be closer to Windows behavior now.
993         New function PROFILE_GetWineIniString() to get a string from wine.conf.
994         Support environment variables in wine.conf.
996         * [loader/task.c]
997         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
998         corruption.
1000         * [memory/global.c]
1001         Create a discarded block on GlobalAlloc() if the size is 0; thanks
1002         to John Harvey for noticing this.
1004         * [memory/local.c]
1005         LOCAL_GetHeap: make sure the pointer is valid before checking
1006         magic number.
1008         * [misc/main.c]
1009         Moved profile and registry saving to ExitWindows(), so we don't
1010         try to save them in case of a crash.
1012         * [miscemu/int21.c]
1013         INT21_GetFreeDiskSpace: try to compute the cluster size from the
1014         filesystem size instead of hard-coding it to 64.
1015         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
1016         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
1018         * [windows/message.c]
1019         Fixed bug in linked-list handling in MSG_DeleteQueue().
1020         Simplified SetMessageQueue().
1022         * [wine.ini] [wine.man]
1023         Updated for new drives configuration format.
1025 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
1027         * [controls/edit.c]
1028         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
1029         EM_GETPASSWORDCHAR messages.
1031         * [controls/widgets.c]
1032         Adjusted class creation flags to better match values Windows uses.
1034         * [include/windows.h]
1035         Fixed ES_NOHIDESEL typo.
1037         * [loader/ne_image.c]
1038         Added detection for zero offset in RADDR fixups. Quicken
1039         was in an infinite loop here.
1041 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1043         * [files/dos_fs.c]
1044         Bugfix: range error in month value (0..11 set to 1..12).
1046         * [windows/caret.c]
1047         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
1048         appearance of the caret.
1050         * [windows/mdi.c] [include/mdi.h]
1051         Changed MDITile(): added a new parameter WORD wParam for
1052         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
1053         used in Win3.1
1055 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
1057         * [miscemu/int2f.c]
1058         Added a small bit of MSCDEX emulation.
1060         * [windows/alias.c]
1061         ALIAS_RegisterAlias was returning the hash value when it should
1062         have been returning the record number.
1063         
1064 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1066         * [include/shell.h] [include/wintypes.h]
1067         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
1068         Declared FONTENUMPROC in wintypes.h.
1070         * [include/windows.h]
1071         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
1072         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
1073         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
1074         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
1075         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
1076         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
1077         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
1078         and wsprintf().
1080         * [tools/makehtml.pl] [documentation/apiw.index]
1081         New files that scan windows.h, commdlg.h, and toolhelp.h and output
1082         an HTML sorted list with optional links to www.willows.com and a
1083         tally of unimplemented APIW functions.
1085         * [objects/cursoricon.c]
1086         Added Win32 versions of CopyIcon() and CopyCursor() for use in
1087         libwine.
1089         * [win32/resource.c] [win32/winprocs.c]
1090         Added '#include "libres.h"' and explicit declarations of windows
1091         procs in order to avoid warnings.
1093         * [windows/utility.c]
1094         Added Win32 version of MulDiv() for libwine.
1096         * [*/*] [include/windows.h]
1097         Changed several function declarations to comply more strictly to
1098         the windows API (without, hopefully, altering their functionality).
1100         * [controls/menu.c]
1101         Made the return value of CheckMenuItem be the previous state of
1102         the menu item if it was found, otherwise -1 as specified in the
1103         SDK. This conflicts with the APIW specification, which says it
1104         should return TRUE if successful, otherwise FALSE.
1106         * [include/windows.h]
1107         Added obsolete WM_SIZE message wParam names for compatibility.
1108         Added WinHelp() command constants, even though they are not yet
1109         supported.
1111         * [rc/winerc.c]
1112         Tidied up transform_binary_file().  In argument checking, flattened
1113         any invalid characters specified with the prefix argument.
1115         * [library/libres.c]
1116         Made FindResource() case-insensitive when parameter 'name' is a string.
1118 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
1120         * [files/drive.c]
1121         If root "/" is given in wine.conf, use it as last resort.
1123         * [files/file.c]
1124         Report ER_AccessDenied it disk ist not writable
1125         More Debug Output
1127         * [miscemu/int21.c]
1128         Squeezed some bugs in ExtendedOpenCreateFile
1129         
1130         * [windows/winpos.c]
1131         Some windows may not be moved or resized. We are missing some
1132         structures to be exact, but the approach should help in some cases
1133         and make things worse in much fewer.
1135 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1137         * [loader/pe_image.c]
1138         fixup_imports: Find builtins for Borland style entries, too
1140 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1142         * [controls/menu.c]
1143         LoadMenu: branch to Win32 for PE modules
1145         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
1146         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
1147         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
1148         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
1149         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
1150         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
1151         to convert parameters or naming convention
1153         * [include/kernel32.h][include/wintypes.h]
1154         moved WCHAR, defined LPWSTR
1156         * [include/string32.h][win32/string32.c][include/struct32.h]
1157         New files
1159         * [loader/module.h]
1160         LoadModule: exit after returning from PE_LoadModule
1162         * [loader/pe_image.c]
1163         my_wcstombs: isascii does not work on Linux for Unicode
1164         PE_LoadImage: Handle directories
1166         * [misc/user32.c]
1167         USER32_RECT32to16, USER32_RECT16to32: new functions
1168         implemented new user32 relays
1170         * [misc/newfns.c]
1171         WIN32_WinHelpA: new function
1173         * [win32/param32.c]
1174         New file
1176         * [win32/resource.c]
1177         GetResDirEntry: added support for named entries
1178         WIN32_LoadAcceleratorsW: invoke *32 resource functions
1179         WIN32_LoadBitmapA: convert name to unicode if appropriate
1180         WIN32_ParseMenu: new function
1181         implemented new resource functions from user32.spec
1183 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1185         * [objects/cursoricon.c]
1186         GetIconId() and LoadIconHandler() functions.
1188         * [windows/mdi.c]
1189         Better maximization support, TranslateMDISysAccel() function, 
1190         misc improvements.
1192         * [windows/defwnd.c]
1193         Fix for WM_WINDOWPOSCHANGED message handler.
1195         * [windows/winpos.c]
1196         Rewrote WindowFromPoint() function.
1198 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
1200         * [include/toolhelp.h] [misc/toolhelp.c]
1201         Added Notify(Un)Register, but no callbacks yet.
1203 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
1205         * [Makefile.in]
1206         Added target for libwine.so.1.0.
1208         * [library/winmain.c]
1209         For WINELIBDLL, _WinMain just returns hInstance instead of calling
1210         WinMain().
1212         * [misc/main.c]
1213         For WINELIBDLL, renamed main() to _wine_main() for calling from the
1214         stub main function.
1216         * [library/winestub.c] (new file)
1217         Provides a stub main() function for using libwine.so.
1219 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
1221         * [winsocket.c]
1222         Fix EPERM problem.
1224         * [global.c]
1225         Attempt to do some sanity checking in MemManInfo().
1227         * [Changelog]
1228         Fix changelog oversight for previous entry.
1230 ---------------------------------------------------------------------
1231 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
1233         * [configure.in]
1234         Added check for gcc strength-reduce bug.
1236         * [controls/listbox.c]
1237         Changed ListBoxDirectory() to use the new DOS file functions.
1239         * [controls/menu.c]
1240         Fixed parameters for DeleteMenu() call in ChangeMenu().
1242         * [debugger/stack.c]
1243         Also display current frame in back-trace.
1245         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
1246         Complete rewrite of the DOS file handling.
1247         Implemented per-task file handles.
1248         Removed default Z: drive; needs to be put explicitely in wine.ini
1249         if desired.
1251         * [loader/module.c]
1252         Fixed file descriptor leak in LoadModule().
1254         * [loader/task.c]
1255         Initialise PDB file handle table in TASK_CreateTask().
1256         Close file handles on task termination.
1257         Implemented SetErrorMode().
1259         * [misc/network.c]
1260         Fixed WNetGetConnection() to use GetDriveType().
1262         * [misc/xmalloc.c]
1263         Added function xstrdup().
1265         * [miscemu/int21.c]
1266         Many changes for new DOS file functions.
1268         * [miscemu/interrupts.c]
1269         Moved DOS_GetEquipment() function into INT_Int11Handler().
1271         * [windows/win.c]
1272         Bug fix: create system menu before sending WM_NCCREATE.
1274         * [*/*.c]
1275         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
1276         better portability.
1278 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
1280         * [include/wintypes.h]
1281         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
1282         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
1283         it should suffice.
1285         * [include/winsock.h]
1286         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
1287         out some old style internet address #define's.
1289         * [loader/task.c]
1290         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
1291         Made FreeProcInstance() do nothing #ifdef WINELIB32.
1292         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
1294         * [library/miscstubs.c]
1295         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
1296         with name="ActivateAppProc".  This hardly seems correct, but it's my
1297         best guess as to how the emulator responds.
1299 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1301         * [if1632/kernel32.spec][win32/process.c]
1302         WIN32_GetProcAddress, LoadLibraryA: new functions
1304         * [if1632/relay32.c]
1305         RELAY32_GetEntryPoint: Removed code to load PE DLLs
1307         * [include/pe_image.h][include/pe_exe.h]
1308         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
1309         struct PE_Reloc_Block: new structure
1311         * [loader/module.c]
1312         MODULE_RegisterModule: new function
1314         * [loader/pe_image.c]
1315         PE_FindExportedFunction,PE_GetProcAddress: new functions
1316         fixup_imports: expect struct w_files* now, fill dlls_to_init,
1317                        load PE DLLs
1318         do_relocations: new functions
1319         calc_vma_size: renamed from dump_table
1320         PE_LoadImage: use malloc to allocate memory for image
1321         PE_InitDLL: expect HMODULE
1322         PE_InitializeDLLs: new function
1324         * [loader/task.c]
1325         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
1326         GetExePtr: Accept PE modules
1328         * [misc/commdlg.c]
1329         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
1331 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
1333         * [misc/port.c]
1334         New file with usleep() function for SVR4.
1336         * [configure.in]
1337         Check for usleep() function.
1339 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
1341         * [if1632/toolhelp.spec] [include/toolhelp.h]
1342           [misc/user.c] [windows/message.c]
1343         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
1345         * [winsocket.c]
1346         Fixed ENOENT error.
1348         * [miscemu/dpmi.c]
1349         Implement DPMI Get Page Size (AX=0604, INT 31)
1351         * [memory/global.c]
1352         Implement TOOLHELP.72 GetMemManInfo.
1354 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1356         * [if1632/callback.c]
1357         CallWindowProc() - When calling RELAY32_CallWindowProc, check
1358         whether lParam should be a SEGPTR, and if so convert it to one.
1360         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
1361         Numerous functions added, mostly calls to original (win16)
1362         functions.  Note that some (many) of these are probably not
1363         strictly correct, but with these additions freecell will at least
1364         display its main window though it is garbled.
1366         * [if1632/winprocs.spec]
1367         Completely rewritten - all WndProcs now have win32 versions to
1368         help with the lparam SEGPTR fix in callback.c
1370         * [include/kernel32.h]
1371         LPTCSTR defined.
1373         * [include/peexe.h]
1374         Definition of PE_Export_Directory amended.
1376         * [include/resource32.h]
1377         New file.
1379         * [include/stackframe.h]
1380         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
1381         prototype for replacement function in memory/selector.c which
1382         can operate on any given memory address. This is currently
1383         required for win32 support. It is a dreadful cludge, and will
1384         certainly slow down other programs. If you are not interested
1385         in win32 development you may wish to reverse this patch.
1387         * [include/windows.h]
1388         Definition of SW_SHOWDEFAULT added.
1390         * [loader/pe_image.c]
1391         Extensive rewrites of xmmap() fixup_imports().
1392         PE_LoadImage() - initialisation of bss added, extraction of
1393         module name fixed, initialisation of DLL added.
1394         PE_InitDLL() - now does something.
1395         PE_Win32CallToStart() - initialisation of TEB pointed to by
1396         fs added.
1397         PE_InitTEB() created to perform TEB initialisation.
1399         * [memory/selector.c] 
1400         New function MAKE_SEGPTR() - see include/stackframe.h above.
1402         * [misc/user32.c]
1403         USER32_RegisterClassA(), CreateWindowExA() memory allocation
1404         method changed. This is probably now unnecessary with the
1405         new MAKE_SEGPTR handling code.
1406         USER32_DefWndProcA() removed to win32/winprocs.c
1407         USER32_TranslateMessage added.
1409         * [tools/build.c]
1410         handling of win32 spec files changed to support gcc2.6.X
1411         this requires optimisations to be disabled.
1413         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
1414         New files.
1416         * [win32/Makefile.in]
1417         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
1419         * [win32/file.c]
1420         New function W32_SetHandleCount.
1422         * [win32/init.c]
1423         WIN32_GetModuleHandle() - now returns handle of running process
1424         if called with NULL.
1425         GetStartupInfoA() - set cbReserved2 to 0.
1427         * [win32/memory.c]
1428         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
1429         it work with FreeBSD. Also check for return value. Removed extra
1430         return.
1432         * [windows/winpos.c]
1433         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
1435 ----------------------------------------------------------------------
1436 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
1438         * [configure.in] [Makefile.in] [tools/install-sh]
1439         New 'install' target installs Wine binary, library and man page.
1440         Library is now more logically named libwine.a.
1441         Split toolkit/ directory into library (for library code) and
1442         libtest (for test programs).
1444         * [controls/edit.c]
1445         Quick hack to partially support EM_PASSWORD style (avoids
1446         displaying your passwords on the screen when testing programs...)
1448         * [configure.in] [controls/menu.c] [include/resource.h]
1449           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
1450         Language is now a run-time option (wine -language xx).
1452         * [debugger/dbg.y]
1453         Dump some more debugging info on crash.
1455         * [misc/profile.c]
1456         Only consider ';' as a comment if it's the first non-blank
1457         character on the line.
1459         * [miscemu/dpmi.c]
1460         More debugging info for real-mode callback.
1462         * [objects/gdiobj.c]
1463         Rewrote EnumObjects() to do the Right Thing.
1465         * [resources/sysres*]
1466         New directory containing system resources.
1468 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
1470         * [win32/file.c] [win32/memory.c]
1471         Unixware doesn't have MAP_ANON ifdefed out for now.
1473         * [misc/dos_fs.c]
1474         DOS_GetDosFileName didn't truncate paths starting ./ properly.
1476         * [tools/build.c]
1477         Produces assembly code that works with the unixware assembler.
1479 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
1481         * [miscemu/instr.c]
1482         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
1484         * [misc/dos_fs.c]
1485         DOS_readdir should always return directories, even if they don't
1486         match the file name mask.
1488 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1489         
1490         * [misc/exec.c]
1491         Give arguments to winhelp.
1493         * [miscemu/int21.c]
1494         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
1495         Created function ExtendedOpenCreateFile.
1496         Give for some Windows95 interrupts the return value 'not
1497         implemented'.
1499 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
1501         * [include/kernel32.h] [include/windows.h]
1502         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
1503         include/kernel32.h to include/windows.h and declared the new Win32
1504         API functions Sleep(), GetLocalTime(), and GetSystemTime().
1505         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
1507         * [rc/rc (new file)]
1508         Created the shell script 'rc', which should simplify resource
1509         compilation.
1511         * [win32/environment.c]
1512         Kludged around an undefined reference to wine_files.  This change
1513         should be fixed some time.
1515         * [win32/time.c] [if1632/kernel32.spec]
1516         Added the functions GetSystemTime(), and Sleep().
1518         * [miscemu/int21.c]
1519         Renamed static function GetSystemTime to INT21_GetSystemTime to
1520         avoid conflicts with the API function of the same name.
1522         * [include/wintypes.h]
1523         Added the SPFMT definition for printf statements.
1525         * [misc/shell.c] [include/shell.h]
1526         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
1527         with the ones in include/winerror.h.  They should probably use the
1528         versions in winerror.h, but I'm not certain, and that can be done
1529         later.
1531         * [windows/mdi.c]
1532         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
1533         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
1534         (boolean) was discarded with this translation.  Translated handler
1535         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
1536         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
1537         false, call DrawMenuBar() if desired).
1539         * [*/*]
1540         General explicit casts and more rigid typing to remove warnings.
1542         * [include/winpos.h] [windows/winpos.c]
1543         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
1545         * [include/commdlg.h] [misc/commdlg.c]
1546         Added prototypes for ChooseColor(), CommDlgExtendedError(),
1547         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
1548         PrintDlg, and ReplaceText().
1549         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
1550         Made GetFileTitle return a short, as per the API definition.
1552         * [Makefile.in]
1553         Added line to clean and distclean that removes temporaries from
1554         the include directory.
1556 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
1558         * [controls/edit.c]
1559         Almost rewrote EDIT_GetLineMsg.
1561 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
1563         * [windows/mdi.c]
1564         Fixed MDITile() bug that occurs when 0 windows are present or all
1565         windows are minimized.
1567 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
1569         * [misc/profile.c]
1570         Try harder to find files, especially in the working directory.
1571         Look in $HOME/.wine too and create it there if it isn't found.
1573 ----------------------------------------------------------------------
1574 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
1576         * [misc/lstr.c]
1577         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
1578         they do the same job.
1580         * [tools/build.c]
1581         Fixed __attribute__((stdcall)) to make it compile with gcc
1582         versions under 2.7. Doesn't mean it will run OK though...
1584 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
1586         * [include/kernel32.h] [include/winerror.h]
1587         Added file attribute definitions and more error codes.
1589         * [win32/error.c]
1590         Added some rudimentary errno-to-Win32 error conversion
1591         code.
1593         * [win32/file.c]
1594         Added to GetFileInformationByHandle, filled in some known
1595         error codes, and switched to dprintf_win32.
1597         * [win32/time.c]
1598         Added GetLocalTime.
1600 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
1602         * [controls/combo.c]
1603         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
1604         LRESULT _(HWND,WPARAM,LPARAM) where needed.
1606         * [include/libres.h]
1607         Restructured libres prototypes to closer match the windows API.
1609         * [include/windows.h]
1610         Changed several API prototypes' parameter types from 'short' to INT,
1611         which is #defined as short in the emulator, but is a normal int in
1612         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
1613         (This creates a lot of warnings at library-compile time, but less
1614         warnings at app-compile time.  I'll remove the warnings soon.)
1616         * [loader/resource.c]
1617         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
1618         various implementations of the LIBRES_* API functions.
1620         * [loader/signal.c]
1621         Deleted local 'i' from win_fault(), since it was unused.
1623         * [objects/bitblt.c]
1624         Mirrored changes to include/windows.h mentioned above.
1626         * [toolkit/hello3.c]
1627         Changed LoadMenuIndirect() call to LoadMenu() to test the new
1628         resource registration technique.
1630         * [toolkit/libres.c]
1631         Removed definition of 'struct resource' and fixed bugs in the resource
1632         implementation.  Implemented LIBRES_FindResource.
1634         * [windows/graphics.c]
1635         Mirrored changes to include/windows.h mentioned above.
1637 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
1639         * [controls/edit.c]
1640         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
1642         * [controls/listbox.c]
1643         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
1645         * [include/listbox.h]
1646         change HeapSel from WORD to HANDLE
1648         * [include/resource.h][rc/winerc.c]
1649         struct ResourceTable: removed
1650         struct resource: moved to header file
1651         autoregister resources if supported by compiler
1653         * [memory/local.h]
1654         LOCAL_GetHeap: expect HANDLE rather than WORD
1655         
1656         * [toolkit/Makefile.in]
1657         Add ALLCFLAGS to make hello3
1659         * [toolkit/heap.c]
1660         LocalFree, HEAP_Free: handle 0 parameter gracefully
1662 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
1664         * [misc/winsocket.c]
1665         Fixed the msgsnd and msgrcv errors that winsock programs get.
1667 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
1668         
1669         * [if1632/kernel.spec]
1670         Fixed _hread and _hwrite return type
1672         * [if1632/relay32.c] [loader/pe_image.c]
1673         Hacked loading of PE-dll's in
1675         * [win32/advapi.c]
1676         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
1678         * [win32/file.c]
1679         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
1681         * [win32/process.c]
1682         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
1683         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
1684         
1685 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1687         * [include/wine.h] [misc/lstr.c]
1688         Define wine_strncpy(). This function does not pad the buffer with 
1689         zeroes like GNU strncpy(), which might break some Windows programs
1690         that pass bogus size arguments.
1692         * [loader/module.c]: GetModuleFileName(),
1693         [misc/commdlg.c]: GetFileTitle(),
1694         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
1695         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
1696         [multimedia/mmsystem.c], [objects/font.c]:
1697         Use wine_strncpy() where strings are returned to Windows programs.
1698         
1699         * [objects/metafile.c]
1700         PlayMetafile(): Clear the handle table before using it.
1702         * [misc/shell.c] [misc/main.c]
1703         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
1704         
1705         * [misc/profile.c]
1706         load(): Need to handle comments.
1707         
1708         * [toolkit/libres.c]
1709         Make it compile.
1710         
1711         * [windows/nonclient.c]
1712         Use MAKE_SEGPTR macro in two places where a user heap block used
1713         to be allocated instead.
1715 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
1717         * [windows/winpos.c]
1718         In function SetWindowPos: do not redraw the parent of
1719         a window if the specified window is placed on the top.
1720         This avoids that ShowWindow(hwnd,1) hides hwnd instead
1721         of showing it.
1723 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1725         * [windows/scroll.c]
1726         Now it can scroll children along with the client region of parent 
1727         window. Tried to optimize update region calculation. 
1729         * [windows/mdi.c]
1730         ScrollChildren function, more other features added. Basically
1731         a rewrite.
1733         * [windows/winpos.c] [windows/focus.c]
1734         Reimplemented window activation and focus handling.
1736         * [windows/nonclient.c]
1737         Added new flag WIN_NCACTIVATED.
1739         * [windows/message.c] [loader/task.c]
1740         Small changes (to maintain linked list of message queues).
1742 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
1744         * [include/options.h] [misc/main.c] [windows/defwnd.c]
1745           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
1746         Implemented a -managed option to replace the standard Windows
1747         frame of top-level windows with the window manager's decorations.
1748         If a top-level window makes its own frame, this will still show
1749         up, inside the window manager decorations (I believe ctl3dv2.dll
1750         would do this, although I can't test this).
1752 ----------------------------------------------------------------------
1753 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
1755         * [configure.in] [Makefile] [misc/dos_fs.c]
1756         Got rid of autoconf.h file.
1758         * [debugger/dbg.y]
1759         More logical behavior upon syntax errors.
1761         * [include/hook.h] [windows/hook.c]
1762         Changed hook structure and rewrote most of the hook functions for
1763         better compatibility, based on investigations by Alex Korobka.
1765         * [include/message.h] [windows/message.c]
1766         Added hooks to message queue structure and made the structure
1767         layout Windows-compatible.
1768         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
1769         WH_JOURNALRECORD hooks.
1771         * [misc/main.c]
1772         Added command-line option for changing the language at run-time
1773         (not implemented yet), based on a suggestion from Michael Patra.
1775         * [objects/cursoricon.c]
1776         Fixed silly SEGPTR bug in DumpIcon().
1778 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1780         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
1781         Partial implementaion of LBS_EXTENDEDSEL style,
1782         yet more updates for drag & drop support. Now works.
1784         * [windows/defwnd.c]
1785         More message handlers.
1787         * [windows/win.c]
1788         DragObject, DragDetect, AnyPopup functions. 
1790         * [controls/listbox.c]
1791         More kludgy fixes (WM_...TOITEM, etc.).
1793         * [objects/cursoricon.c] [objects/oembitmap.c]
1794         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
1795         cursor.
1797         * [include/bitmaps/ocr*]
1798         New OEM cursors.
1800 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
1802         * [toolkit/heap.c]
1803         Swapped flags and size arguments to LocalRealloc as per changes in
1804         memory/local.c by William Magro in previous release.
1806         * [include/wintypes.h]
1807         Reinstated the #define's for 'min' and 'max', since they're part of
1808         the Windows API.  I really don't think it's a wise idea, so I put
1809         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
1810         WINE code should never use these (it should use 'MIN' and 'MAX'
1811         instead).
1813         * [loader/*]
1814         Put '#ifndef WINELIB' around many things that WINElib should not need.
1816         * [controls/edit.c]
1817         Took out many '#if defined(WINELIB)' sections with the associated
1818         comment 'temporary fix, until Local memory is correctly implemented in
1819         WINELIB', since the effective translations are now in 
1820         toolkit/miscstubs.c.
1821         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
1822         file fixed (or at least postponed) the bug I had encountered.
1824         * [loader/task.c]
1825         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
1826         C:  This will probably cause a lot of trouble if this change is
1827         forgotten in the future, but it will let things like the OpenFileName
1828         dialog work for now.
1830         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
1831           [include/libres.h]
1832         Made new libres.c file, which will contain functions for supporting
1833         accessing resources by name in WINElib.  'winerc' will need to be
1834         changed.
1836         * [toolkit/heap.c]
1837         Refined memory routines to allow for differences between LocalAlloc
1838         and GlobalAlloc and between LocalSize and GlobalSize.
1840         * [windows/message.c] [include/windows.h]
1841         Defined the GetCurrentTime routine in windows/message.c, and removed
1842         the #define in windows.h.
1844 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
1846         * [*/*]
1847         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
1849         * [loader/module.c]
1850         Added undocumented GetExpWinVer.
1852         * [tools/build.c]
1853         Previous code didn't pop possibly changed %esi, %edi and %edx
1854         from the stack.
1855         
1856         * [win32/advapi.c]
1857         Added GetUserNameA.
1859         * [win32/code_page.c]
1860         Added stub for MultiByteToWideChar.
1862         * [win32/console.c]
1863         Added SetConsoleCtrlHandler stub.
1865         * [win32/file.c]
1866         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
1867         Added CloseHandle.
1869         * [win32/memory.c]
1870         Changed VirtualAlloc and VirtualFree.
1872         * [win32/process.c]
1873         Added ExitProcess.
1875 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
1877         * [include/windows.h]
1878         Fixed a few broken structure definitions.
1880         * [loader/resource.c]
1881         FindResource(): Need to check for '#xxx' strings here.
1883         * [miscemu/int21.c]
1884         FindNext(): Return MS-DOS filenames uppercase.
1886         * [objects/cursoricon.c]
1887         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
1888         initializers.
1889         
1890         * [misc/file.c]
1891         _lopen(): Files opened in OF_WRITE mode are truncated.
1892         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
1893         created; use read/write mode.
1894         
1895         * [misc/profile.c]
1896         load(): Rewritten.
1897         
1898         * [misc/commdlg.c]
1899         Fixed bad call to strncpy() that smashed the stack.
1901         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
1902         Operator precedence fixes. People who use gcc 2.7.1 don't need a
1903         debugger :-)
1904         
1905         * [if1632/gdi.spec] [objects/palette.c]
1906         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
1907         but sometimes that's good enough.
1909 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
1911         * [include/wine.h] [include/registers.h] [include/winsock.h]
1912         Added definitions for Unixware.
1914         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
1915         Misc. fixes for Unixware.
1917         * [loader/task.c]
1918         Made assignemts to context in InitTask for registers use the macros
1919         from registers.h to make them more portable. (Needed for Unixware)
1921         * [tools/build.c]
1922         Fixed register acces routines to work on Unixware. Bit grubby but
1923         it seems to work.
1925         * [controls/edit.c]
1926         EDIT_WM_NCCreate allocates local heap if hasn't been previously
1927         allocated.
1928         
1929         * [miscemu/int21.c]
1930         mkdir now creates directory with permission to access it.
1932         * [misc/dos_fs.c]
1933         mkdir now creates directory with permission to access it.
1934         DOS_opendir now uses linked list of dirents to avoid problems with 
1935         realloc changing address of malloced memory.
1937 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
1939         * [controls/menu.c]
1940         MENU_CalcItemSize(): Fixed handling of empty menu items.
1942 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
1944         * [misc/file.c]
1945         In OpenFile, unlink should be done on the unix filename.
1947 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
1949         * [include/handle32.h]
1950         New header file containing internal Win32 kernel handle
1951         information.
1953         * [win32/file.c]
1954         Added ReadFile, CreateFile, and CloseFileHandle, and did
1955         some reorganizing to match the new handle allocation scheme.
1957         * [win32/init.c]
1958         Added CloseHandle and the creation of standard I/O handles.
1960         * [win32/object_mgt.c]
1961         New module for allocating and freeing Win32 kernel handles.
1963 ----------------------------------------------------------------------
1964 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
1966         * [configure.in]
1967         Attempt to check for -li386 on NetBSD. Please test this.
1969 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
1971         * [*/*]
1972         Eliminated various warnings with either explicit casts or more
1973         accurate variable/parameter declarations (e.g. INT instead of short
1974         or WORD).
1975         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
1976         macros.
1978         * [controls/edit.c] [windows/defdlg.c]
1979         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
1980         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
1981         DEFDLG_FindDefButton to avoid warnings.
1983         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
1984           [windows/message.c] [windows/nonclient.c]
1985         Converted MAKEPOINT macro call to manual conversion.
1987         * [include/windows.h]
1988         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
1989         instead of INT.  This also invalidates the macro MAKEPOINT(), which
1990         is not supported in Win32.  Also defined the POINTS structure (SHORT
1991         members) and the MAKEPOINTS macro.
1993         * [misc/commdlg.c]
1994         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
1995         find this memory bug, and this should be done anyway.
1997         * [controls/edit.c]
1998         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
1999         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
2000         it's better than bizzare memory troubles.
2002         * [toolkit/miscstubs.c]
2003         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
2004         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
2005         their current implementation seems fine.
2007 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
2009         * [objects/cursoricon.c]
2010         Fix for "broken" X servers that invert masked cursor colors.
2012 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
2014         * [windows/dialog.c] [windows/nonclient.c]
2015         Remove unnecessary items from the system menu.
2017 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
2019         * [objects/color.c] [objects/palette.c]
2020         Make GetNearestColor return a RGB value instead of a pixel value.
2022 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
2024         * [controls/desktop.c][controls/menu.c][include/menu.h]
2025         Changed WORD parameters to UINT parameters.
2027         * [include/wintypes.h]
2028         Made UINT 32bit for WINELIB.
2030         * [loader/main.c]
2031         Disabled RELAY32_Init and MODULE_Init for WINELIB.
2033         * [misc/main.c]
2034         Assume CPU386 for WINELIB.
2036         * [rc/winerc]
2037         add_popup: set MF_POPUP flag on menu item.
2039         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
2040         Add resource demo hello3 for WINELIB.
2041         New file README.resources.
2043         * [toolkit/miscstubs.c]
2044         Add a case for 17.
2046 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
2048         * [loader/module.c]
2049         Do not append .exe if the file name already has an extension.
2051         * [misc/profile.c]
2052         Avoid creating a file with a junk name if a .ini file does not
2053         exist.
2055         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
2056         Added a lot of dummy stubs for Windows Hebrew version.
2058 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
2060         * [controls/button.c]
2061         Fix for buttons with no label.
2063         * [controls/combo.c][controls/listbox.c]
2064         Fixes for scrollbar positioning.  Now disappears correctly
2065         for short lists.
2067         * [controls/edit.c]
2068         Handle memory allocation differently when building as library.
2070         * [controls/static]
2071         Don't destroy old icon before drawing new icon. (Fixes landscape/
2072         portrait toggle icon in print dialog.)
2074         * [if1632/gdi.spec]
2075         New functions SetMetaFileBits and GetMetaFileBits
2077         * [include/sysmetrics.h] [windows/sysmetrics.c]
2078         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
2080         * [include/windows.h]
2081         META_EXTTEXTOUT, not META_SETTEXTOUT
2082         define GetCurrentTime as GetTickCount (for wine library)
2084         * [loader/main.c]
2085         Don't initialize built-in modules in wine library
2087         * [memory/local.c]
2088         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
2090         * [misc/main.c]
2091         Always report CPUTYPE=4 to wine library.
2093         * [objects/dib.c]
2094         RLE8 images were missing top line when decompressed.
2096         * [objects/metafile.c]
2097         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
2098         from winhelp.  More testing needed.  Various memory leaks plugged.
2099         Various other bug fixes.  New metafile operations added in
2100         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
2101         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
2103         * [toolkit/heap.c]
2104         LocalUnLock changed to LocalUnlock
2106 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
2107         
2108         * [misc/winsock.c] 
2109         Return the correct error number, for host lookup operations.
2110         Also, correct the problem with send_message.
2112 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
2114         * [Makefile.in]
2115         Using nm's built-in sorting.
2117         * [*/*.c]
2118         Use xmalloc for malloc and xrealloc for realloc in all ungarded
2119         cases.
2121         * [debugger/dbg.y]
2122         Handle C-like expressions.  Clean-up.
2124         * [debugger/debug.l]
2125         Lots of new tokens for expressions.
2127         * [debugger/info.c]
2128         Implement "list" command for disassembling.
2130         * [misc/ole2nls.c]
2131         Implement more Danish stuff.
2133 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
2135         * [loader/module.c]
2136         Updated self-loading modules to support for new 32 bit 
2137         stack frames.
2139 ----------------------------------------------------------------------
2140 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
2142         * [controls/menu.c]
2143         Fixed GetMenuString() for non-string items.
2145         * [debugger/*.c]
2146         First attempt to check validity of pointers before memory
2147         accesses. For now only segmented pointers are checked.
2149         * [debugger/dbg.y] [memory/ldt.c]
2150         Added possibility to dump only one segment with 'info segment'.
2152         * [include/bitmaps/ocr_*]
2153         Added all OEM cursors as XPM bitmaps.
2155         * [include/cursoricon.h] [objects/cursoricon.c]
2156         Rewrote all cursor and icon management to use the same memory
2157         layout as Windows, and to factor common code between icons and
2158         cursors. Implemented icon directory lookup to find the best
2159         matching icon (i.e. the color one).
2160         Implemented CopyCursor() and DumpIcon().
2162         * [loader/module.c]
2163         For disabled built-in modules, we now try to load the Windows DLL
2164         first, and if this fails we fall back to using the built-in module
2165         anyway.
2167         * [memory/global.c]
2168         Fixed GlobalHandle() to return the correct selector in the high
2169         word even if we are passed a handle in the first place.
2171         * [miscemu/instr.c]
2172         Take into account the size of the operand and of the stack segment
2173         when incrementing the stack pointer.
2174         Avoid referencing FS_reg and GS_reg on *BSD.
2176         * [objects/dib.c]
2177         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
2178         Monochrome DIBs are created as monochrome bitmap iff they are
2179         black and white.
2181         * [objects/oembitmap.c]
2182         Added support for OEM cursors, changed OBM_LoadIcon to use the new
2183         icon memory layout.
2185         * [rc/sysres_Fr.rc]
2186         Added French [Fr] language support.
2188         * [win32/environment.c]
2189         Fixed GetCommandLineA() to use current PDB.
2191         * [windows/event.c] [windows/winpos.c]
2192         Simulate a mouse motion event upon SetWindowPos() to force the
2193         cursor to be set correctly.
2195 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
2197         * [win32/*]
2198         New Win32 kernel functions: GetACP, GetCPInfo,
2199         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
2200         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
2201         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
2202         WriteFile.  Completed implementations of GetCommandLineA.
2204         * [include/kernel32.h]
2205         New file.
2207         * [loader/main.c]
2208         Call initialization function for Win32 data (doesn't currently do
2209         anything).
2211         * [misc/main.c]
2212         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
2214 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2216         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
2217           [misc/commdlg.c]
2218         Misc. bug fixes
2220 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
2222         * [*/*]
2223         For Winelib, explicit casts have been placed where warnings were
2224         usually generated.
2225         printf formats which give the format for printing a handle as
2226         "%04x" or something similar have been changed to use the NPFMT
2227         macro defined in include/wintypes.h.  Some times, explicit casts
2228         were also necessary.
2229         Parameter, field, and variable declarations have been made more
2230         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
2231         'WORD hFont' to 'HFONT hFont'.
2232         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
2233         replaced with a call to WIN_GetWindowInstance(hwnd).
2235         * [controls/combo.c]
2236         Added WINELIB32 support in CLBoxGetCombo().
2238         * [include/dialog.h]
2239         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
2240         winelib needs the packing as well (e.g. when accessing resources
2241         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
2243         * [include/windows.h]
2244         Got rid of the F[a-k] macros, which were cluttering up the global
2245         namespace.
2247         * [include/windows.h] [windows/defwnd.c]
2248         Added Win32 messages WM_CTLCOLOR*.
2250         * [include/wintypes.h]
2251         Put in preprocessor '#define WINELIB32' if appropriate and changed
2252         the types of some typedefs (WPARAM, HANDLE) based on this.
2253         
2254         * [loader/module.c] [toolkit/miscstubs.c]
2255         Added #ifdef'd portion in LoadModule to handle loading a WINElib
2256         module (already loaded, just init values).  '#ifdef'ed out the
2257         definition for GetWndProcEntry16 and added a new version to
2258         toolkit/miscstubs.c.
2260         * [misc/shell.c]
2261         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
2262         Same amount of total storage, but much more reasonable.  Also, changed
2263         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
2264         This was a difficult bug to track down, but the AppMisc field was
2265         being initialized with the contributers text, which was much larger
2266         than 512 characters.
2268         * [toolkit/atom.c]
2269         New file for atom-handling functions.  Copied from memory/atom.c and
2270         then heavily modified.  Right now, it's just a linked list of atoms.
2271         Consider it as a hash table with just one entry.  It's easily changed
2272         later.
2274         * [toolkit/heap.c]
2275         Commented out the heap functions with a "#ifdef WINELIB16" and put in
2276         a Win32 version (which is basically a modified copy).
2278         * [toolkit/sup.c] [toolkit/miscstubs.c]
2279         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
2280         added quite a few more stubs.
2282         * [toolkit/winmain.c]
2283         Rearranged startup code in _WinMain.  I think this will work.
2285         * [toolkit/Makefile.in]
2286         Added targets for 'hello' and 'hello2' in case anyone cares to try
2287         out the sample programs.
2289 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
2290         
2291         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
2292         First attempt at support for some VxDs. Comm, Shell and Pagefile.
2294 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
2296         * [misc/dos_fs.c]
2297         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
2298         starting applications like 'wine ./excel.exe')
2300 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
2302         * [configure.in]
2303         Avoid relative path for wine.ini.
2305         * [rc/sysres_Da.rc]
2306         Support for Danish [Da] language.
2308         * [misc/main.c] [miscemu/cpu.c]
2309         Return the processor we're running on correctly.
2311         * [miscemu/int2f.c]
2312         Minor stuff in int 0x2f, function 0x16.
2314 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2316         * [misc/shell.c] [misc/main.c]
2317         Implement saving and loading of the registry database (needed for
2318         OLE). Very experimental. Fixed ShellExecute().
2319         
2320         * [miscemu/int21.c]
2321         EEXIST is not a critical error condition for mkdir().
2323 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
2325         * [include/shell.h] [misc/shell.c]
2326         Implemented 4 drag/drop functions with documented functionality.
2328         * [multimedia/time.c]
2329         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
2331         * [*/*] 
2332         Added new files, more message definitions, structures, debug info,
2333         etc.  Rewrote message logging functions to produce output similar
2334         to WinSight.  Check out -debugmsg +message option.
2336         * [misc/file.c]
2337         Fixed GetDriveType return value.  
2339         * [windows/message.c] 
2340         Hooks are invoked in normal order.
2342         * [miscemu/*]
2343         Added some functions and interrupts.
2345         * [misc/shell.c]
2346         Implemented Drag... functions.
2348 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
2350         * [rc/sysres_Fi.rc] [rc/sysres.rc]
2351         First attempt at Finnish [Fi] language support.
2353 ----------------------------------------------------------------------------
2354 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2356         * [configure.in] [*/Makefile.in] [Make.rules.in]
2357         Cleaned up makefiles, added configuration option for Winelib,
2358         grouped common make rules in Make.rules.in.
2360         * [Configure]
2361         Renamed to 'Configure.old'; please use 'configure' instead.
2363         * [controls/menu.c]
2364         Fixed DestroyMenu() to avoid deleting the same menu twice.
2365         More fixes to WM_MENUSELECT, and added WM_INITMENU.
2367         * [if1632/relay.c]
2368         Fixed wrong register values displayed by RELAY_DebugCall32().
2370         * [memory/local.c]
2371         Fixed LocalLock() and LocalUnlock() to increment/decrement the
2372         lock count for moveable blocks.
2374         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
2375         Modified the generated C file so that the resource information
2376         (size, etc.) is also exported.
2377         Modified common dialogs to use the new informations.
2379         * [misc/main.c] [ANNOUNCE]
2380         Update the list of contributors. Please let me know if I forgot
2381         someone.
2383         * [rc/sysres.rc] [rc/sysres_En.rc]
2384         Moved English resources to sysres_En.rc.
2385         Changed ids from numeric to symbolic for dialogs.
2387         * [windows/dialog.c]
2388         Modified template parsing to be able to pass segmented pointers to
2389         CreateWindow().
2391         * [windows/win.c]
2392         CreateWindow() now takes segmented pointers for class and window
2393         names.
2394         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
2395         or WS_MINIMIZE bits are set.
2397 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
2399         * [controls/scroll.c]
2400         Fixed scroll-bar bugs for non-client windows.
2402 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
2404         * [include/cursor.h] [windows/cursor.c]
2405         Cursor is not mirrored any more and the hotspot is set right.
2407 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2409         * [ole.h]
2410         Misc small fixes.
2412 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
2414         * [rc/sysres_Es.rc]
2415         First attempt at Spanish [Es] language support.
2417 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
2419         * [include/alias.h][windows/alias.c][include/relay32.h]
2420         New files
2422         * [controls/widgets.c]
2423         WIDGETS_Init: register alias window procedures
2425         * [if1632/callback.c]
2426         CallWndProc: Call alias functions if necessary
2428         * [if1632/gdi32.spec]
2429         GetStockObject, TextOutA: new relays
2431         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
2432         user32.c: new file
2433         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
2434         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
2436         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
2437         PE_Win32CallToStart: new function
2438         MODULE_CreateInstance: removed static attribute
2439         LoadModule: Try loading PE image on error 21
2440         PE_LoadModule: new function
2441         PE_LoadImage: initialize pe_data with 0
2442         
2443         * [include/dlls.h][include/peexe.h]
2444         moved pe_data and w_files to peexe.h
2445         
2446         * [misc/shell.c]
2447         ShellAbout: Register AboutWndProc aliases
2449         * [miscemu/int21.c]
2450         handle 0x440A and 0xDC
2452         * [miscemu/int2f.c]
2453         handle 0x84
2455         * [objects/dib.c]
2456         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
2458         * [tools/build.c]
2459         include windows.h and relay32.h into generated Win32 relays,
2460         don't declare the implementation as int (*)();
2461         limit in WIN32_builtin was off by one
2463         * [windows/caret.c]
2464         CARET_Initialize: new function, call on strategic places
2466         * [windows/messagebox.c]
2467         MessageBox: register message box proc aliases
2469         * [if1632/advapi32.spec][if1632/comdlg32.spec]
2470         New files
2472         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
2473         added new spec files
2474         RELAY32_GetBuiltinDLL: perform lookup case insensitive
2475         RELAY32_GetEntryPoint: start name search at 0
2477         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
2478         Added stubs for new Win95 API
2480 Sat Sep 2 1995  Martin Roy
2482         * [misc/commdlg.c]
2483         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
2484         When process IDOK button in FILEDLG_WMCommand(),
2485         lpofn->nFilterIndex should be updated to current selection.
2487 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
2489         * [loader/module.c] [loader/ne_image.c]
2490         Added support of self-loading modules.
2492 ---------------------------------------------------------------------
2493 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2495         * [Configure]
2496         Added compile-time option for IPC.
2498         * [configure.in]
2499         Added command-line options for language, IPC and malloc
2500         debugging.
2502         * [controls/menu.c]
2503         WM_MENUSELECT was sometimes sent to the wrong window.
2505         * [debugger/break.c]
2506         For the 'next' command, only step over instruction that require
2507         it. This allows 'next' to do the right thing with jmp and ret
2508         instructions.
2510         * [ipc/*.c] [memory/atom.c] [memory/global.c]
2511         IPC can now be configured out at compile-time.
2513         * [loader/task.c]
2514         Bug fix in TASK_Reschedule() that could cause a task to be deleted
2515         twice.
2517         * [miscemu/dosmem.c] (New file)
2518         Partial emulation of the BIOS data segment.
2520         * [miscemu/instr.c]
2521         Trap attempts to access selector 0x40 and remap the access to
2522         segment __0040H.
2524         * [tools/build.c]
2525         Fixed bug in CallTo32_LargeStack() that caused problems when
2526         compiling Wine with the -fomit-frame-pointer option.
2528         * [windows/message.c]
2529         Fixed bug in hardware event handling that could cause some events
2530         to get ignored.
2532 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
2534         * [ipc/README] [ipc/dde.tex]
2535         LaTeX documentation for the ipc and DDE stuff.
2537 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
2539         * [ipc/Imakefile] [ipc/wine_test_stub.c]
2540         Fixed IPC testing. Now it can be compiled with "make tests"
2542 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
2544         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
2545         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
2547 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2549         * [miscemu/int21.c]
2550         Misc fix to int21,ah=40 (write) to match _lwrite().
2551         AX=0x440A (check if handle is remote) added.
2553         * [multimedia/mmsystem.c]
2554         Moved mciSendString to mcistring.c.
2556         * [multimedia/mcistring.c]
2557         New file, string interface for MCI (not complete, not thoroughly
2558         tested).
2560         * [multimedia/audio.c]
2561         IOCTL prints errors; one paranoid check disabled.
2563         * [misc/file.c]
2564         Misc operator precedence fixes.
2566         * [if1632/gdi.spec] [objects/bitblt.c]
2567         Stub for FastWindowFrame (parameters not correct).
2569 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
2571         * [loader/ne_image.c]
2572         Preliminary support for iterated segments.
2574 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
2576         * [windows/mapping.c]
2577         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
2578         the absolute value of (ydim / xdim) or (xdim / ydim).
2580 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
2582         * [objects/oembitmap.c]
2583         Added some includes for Windows 95.
2585         * [include/sysmetrics.h]
2586         Added some sysmetrics for Windows 95.
2588         * [include/bitmaps/*95]
2589         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
2590         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
2592 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
2594         * [misc/shell.c] [rc/sysres*.rc]
2595         The caption of the ShellAbout dialog box is language specific and
2596         should be defined in the resources.
2598 ----------------------------------------------------------------------
2599 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2601         * [*/Makefile.in]
2602         Removed winelibclean target, as it doesn't work anyway.
2604         * [controls/button.c]
2605         Avoid drawing the focus rectangle outside of the button.
2607         * [controls/widgets.c]
2608         Fixed bug with the size of the reserved bytes for the Edit
2609         control (caused Eudora to crash).
2611         * [debugger/*] [include/debugger.h]
2612         Unified debugger address handling. Segmented and linear addresses
2613         are no grouped in a single type DBG_ADDR.
2614         All commands now accept seg:off addresses.
2615         Module entry points are now loaded upon first entry to the
2616         debugger, so that entry points of the loaded executable also
2617         appear in the symbol table.
2619         * [include/registers.h] [miscemu/*.c]
2620         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
2621         This makes code less readable, but will prevent a lot of name
2622         clashes with other definitions. It also avoids a hidden reference
2623         to the 'context' variable.
2625         * [ipc/dde_atom.c] [misc/atom.c]
2626         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
2627         to allow supporting integer atoms.
2628         Moved atom.c to memory/ directory.
2630         * [loader/task.c]
2631         Fixed environment allocation to compute the size dynamically.
2632         Added 'windir' environment variable.
2633         Fixed GetDOSEnvironment() to return the current task environment.
2635         * [windows/message.c]
2636         Fixed bug in MSG_GetWindowForEvent().
2638 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2640         * [include/ole.h]
2641         Added a lot of structures  from my Borland Manual. Neither complete,
2642         nor 100% right (check please)
2643         
2644         * [misc/shell.c]
2645         Fixed some of the Reg* functions.
2646         Enhanced ShellExecute.
2647         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
2648         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
2650         * [misc/dos_fs.c]
2651         Make umsdos mounted windows dirs work again.
2653         * [miscemu/emulate.c]
2654         Added some comments, preimplementation of subfunction 7.
2656         * [multimedia/mmsystem.c]
2657         Implemented mciSendString. not complete, not clean, not
2658         necessarily working (only checked with a program which uses
2659         'cdaudio' (one working program is cool.exe, a shareware waveditor
2660         with cdaudio play facilities.)
2662         * [multimedia/mcicda.c]
2663         Segptr fixes in DriverProc
2664         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
2665         link to your real cdrom device.
2667 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
2669         * [loader/resource.c]
2670         Don't crash in a LoadString to NULL
2672         * [loader/resource.c]
2673         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
2674         won't work unless the ALT keypress exited the menu.)
2676         * [misc/file.c]
2677         Expand a file to the current offset with an _lwrite of size zero.
2679         * [misc/file.c]
2680         Set a newly created file to read-write instead of write-only.
2681         
2682 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
2684         * [misc/main.c] [include/msdos.h]
2685         Fixed to return DOS version 6.22, and the correct byte order
2686         for Windows programs.
2688 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2690         * [include/options.h] [memory/global.c] [misc/main.c]
2691         Make the new IPC run-time selectible, disabling it by default.
2692         (I think it's only useful for libwine, anyway.)
2694         * [loader/task.c] [memory/selector.c]
2695         In FreeSelector(), walk up the stack and fix the frames.
2697         * [objects/dib.c]
2698         Missing break statement in DIB_SetImageBits_RLE8().
2699         In GetDIBits(), set the compression flag in the bitmap info to zero.
2701         * [windows/dialog.c]
2702         GetNextDlgGroupItem() needs to treat the first child as if it had
2703         an implicit WS_GROUP bit set.
2705 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
2707         * [misc/dos_fs.c]
2708         Quick'n dirty fix for the initialisation of the Z: information
2709         structure.
2711 ----------------------------------------------------------------------
2712 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
2714         * [ipc/*]
2715         New directory. This directory contains the new inter-wine
2716         communications support. It enables DDE protocols between two wine
2717         instances.  Currently it is limited to DDE, but can be enhanced to
2718         support OLE between 2 different wine instances.  This is very
2719         important for libwine.a DDE/OLE support.
2721         * [tools/ipcl]
2722         A script to delete garbage IPC handles (shared memory, semaphores
2723         and message queues).  The current inter-wine communication is not
2724         perfect, and sometimes leaves garbage behind.
2726         * [if1632/relay.c] [include/atom.h] [include/global.h]
2727         [loader/selector.c] [loader/task.c] [loader/module.c]
2728         [loader/signal.c] [memory/global.c] [misc/atom.c]
2729         [windows/class.c] [windows/message.c] [windows/win.c]
2730         [Imakefile]
2731         Hooks for inter-wine DDE support, current Global.*Atom functions
2732         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
2733         DDE communication. (The first call to these functions sets up the
2734         IPC structures - which otherwise cause unneeded overhead.
2736 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2738         * [controls/menu.c]
2739         Don't crash if a NULL string is passed to menu functions.
2741         * [memory/selector.c]
2742         We now use a bit in ldt_flags_copy to indicate free LDT entries.
2743         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
2744         overwrite valid LDT entries when growing a block.
2746         * [miscemu/instr.c]
2747         Emulate int xx instruction by storing the interrupt vector in
2748         CS:IP and returning directly. This allows a program to install an
2749         interrupt vector.
2751         * [windows/win.c]
2752         Added function WIN_GetTopParent to get the top-level parent of a
2753         window.
2755 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
2757         * [loader/resource.c]
2758         Added LoadIconHandler. It doesn't do anything yet, but now you
2759         can use borland help files with winhelp.exe.
2761 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
2763         * [misc/main.c]
2764         Fixed to return 386 Enhanced mode correctly. Also return the same
2765         type of CPU, for both Enhanced and Standard mode, namely a 386.
2767 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
2769         * [Configure] [include/options.h] [include/wineopts.h]
2770           [misc/main.c][misc/spy.c]
2771           Removed support of spy file. Redirected spy messages to stddeb.
2772           Removed -spy option. Added -debugmsg +spy option.
2774         * [debugger/dbg.y][debugger/debug.l]
2775         Enabled segmented addresses (seg:offs) for break and x commands.
2777         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
2778           [include/region.h]
2779         FrameRgn, REGION_FrameRgn: New functions
2781         * [if1632/kernel.spec]
2782         IsWinOldApTask: Return false
2784         * [if1632/mouse.spec]
2785         CplApplet: Removed
2787         * [if1632/user.spec] [windows/win.c]
2788         ShowOwnedPopups: New function
2790         * [if1632/winsock.spec] [misc/winsocket.c]
2791         inet_addr, select: New prototypes in relay code
2792         Fixed memory layout for netdb functions (getXbyY).
2793         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
2795         * [objects/clipping.c]
2796         RectVisible: Fixed call to LPToDP
2798         * [rc/winerc.c]
2799         main: Removed extra argument to getopt for Linux.
2801 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2803         * [controls/listbox.c]
2804         Yet another fix for ListBoxDirectory().
2805         
2806         * [loader/module.c] [if1632/kernel.spec]
2807         Make GetModuleHandle() accept instance handles as parameter.
2809         * [if1632/relay.c] [loader/task.c]
2810         Put a magic cookie at the bottom of the 32 bit stack, and check on
2811         each return from a 32 bit function whether it's still there. Complain
2812         if it's not.
2814         * [if1632/user.spec]
2815         Wrong entry for CloseDriver().
2817         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
2818         [miscemu/int21.c]
2819         Large parts of dos_fs.c simplified. Changed it to use one
2820         current drive/directory per task, which is set to the module path on
2821         task creation.
2822         Prevent CorelPaint from closing stdin.
2823         open() with O_CREAT set must be passed three parameters.
2824         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
2825         it's in DOS_readdir() now.
2827         * [misc/profile.c]
2828         Some badly written software (Lotus Freelance Graphics) passes a bogus
2829         size parameter that caused Wine to write off the end of a segment.
2830         Fixed. (It's probably too paranoid now.)
2831         
2832         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
2833         [multimedia/Imakefile] [if1632/winprocs.spec]
2834         16 bit entry point for MMSysTimeCallback.
2835         Split off time.c and joystick.c from mmsystem.c.
2836         
2837         * [objects/dib.c]
2838         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
2840         * [windows/cursor.c]
2841         DestroyCursor(): do nothing for builtin cursors.
2842         
2843         * [windows/mdi.c]
2844         Half of WM_MDISETMENU implemented.
2845         
2846         * [windows/win.c]
2847         EnumWindows() and EnumTaskWindows() never enumerated any windows.
2848         Fixed.
2850         * [windows/*.c]
2851         Fixed GetParent() to return correct values for owned windows.
2853         * [windows/message.c]
2854         Don't try to activate disabled top-level windows.
2856         * [windows/nonclient.c]
2857         Work around a bug in gcc-2.7.0.
2858         
2859         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
2860         [loader/task.c] [memory/selector.c]
2861         Some Visual Basic programs (and possibly others, too) expect ES to be 
2862         preserved by a call to an API function, so we have to save it.
2863         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
2864         to prevent segfaults if ES contained the selector to be freed.
2866 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
2868         * [*/*]
2869         Added missing prototypes to header files and relevant includes
2870         to reduce compile time warnings.
2872 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
2874         * [configure.in] [include/config.h] [*/Makefile.in]
2875         New configuration scheme based on autoconf.
2877 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
2879         * [miscemu/ioports.c]
2880         Revamp to have only one in- and one out- variant, both really
2881         implemented.
2883         * [miscemu/instr.c]
2884         INSTR_EmulateInstruction: Use new ioport interface.  Implement
2885         string io.  Correct instruction pointer for 32-bit code.
2887         * [include/miscemu.h]
2888         Update port function prototypes.
2890         * [include/registers.h]
2891         Defined FS and GS.
2893 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
2895         * [misc/dos_fs.c]
2896         ChopOffSlash(): A path consisting off a single slash is left
2897         intact, and multiple slashes are all removed.
2899 ----------------------------------------------------------------------
2900 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
2902         * [controls/scroll.c]
2903         Fixed drawing bug that caused part of a non-client scroll bar
2904         to be painted even when the scroll-bar was hidden.
2906         * [debugger/break.c] [debugger/dbg.y]
2907         Rewrote breakpoint handling to work in 16-bit mode.
2908         Implemented single-stepping ('step' and 'next' instructions).
2910         * [debugger/debug.l]
2911         Format specifier is now a separate token.
2912         Entering an empty line at the debugger prompt causes the previous
2913         command to be repeated, like under gdb.
2914         
2915         * [debugger/debug.l] [debugger/registers.c]
2916         Differentiate 16-bit and 32-bit registers without taking current
2917         mode into account ($eax is always 32-bit, $ax always 16-bit).
2919         * [debugger/stack.c]
2920         Fixed stack information routines to differentiate between 16-bit
2921         and 32-bit stacks.
2923         * [loader/task.c]
2924         Option -debug now sets a breakpoint at the first instruction of
2925         every loaded task.
2927         * [miscemu/instr.c]
2928         Added handling of lock, repe and repne prefixes.
2930         * [objects/dib.c]
2931         Changed StretchDIBits() to do the correct thing, even if it's still
2932         not really optimal.
2934         * [windows/graphics.c]
2935         Fixes in RoundRect(), thanks to Babak Masalehdan.
2937         * [windows/message.c]
2938         Tried to fix mouse event handling with respect to disabled
2939         windows.
2941         * [windows/painting.c]
2942         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
2943         infinite loops.
2945         * [windows/win.c]
2946         Fixed IsWindowVisible() to return FALSE when one of the parent
2947         windows is hidden.
2949 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
2951         * [if1632/compobj.spec][misc/compobj.c]
2952         CoGetMalloc: New function
2953         Added relay entries for COMPOBJ ordinals above 100
2954         CoInitialize: Changed parameter to DWORD
2956         * [if1632/ole2.spec]
2957         Exported implementation of OleBuildVersion
2959         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
2960         ole2disp.c: New file
2961         SysAllocString, SysReallocString, SysAllocStringLen,
2962         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
2964         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
2965         CompareStringA: New function
2967 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
2968         * [objects/font.c] [if1632/gdi.spec]
2969         New stubs for CreateScalableFontResource, GetGlyphOutline.
2971 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
2973         * [misc/commdlg.c]
2974         Extensive changes and bug fixes to FileDialog handling,
2975         behaves more like native Windows.
2977 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
2979         * [controls/listbox.c] [controls/combo.c]
2980         Some minor optimizations.
2981         
2982         * [memory/local.c]
2983         LOCAL_FindFreeBlock(): Never use the last one.
2984         
2985         * [memory/global.c]
2986         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
2987         
2988         * [misc/file.c]
2989         read() returns an error when length==0. This is not what Windows
2990         programs expect, so pay attention to this in _lread(). Changed this
2991         in _lwrite(), _hread(), _hwrite(), too.
2993         * [loader/resource.c]
2994         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
2995         there.
2996         
2997         * [if1632/shell.spec] [misc/shell.c]
2998         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
2999         Accept some more combinations of parameters in the Reg..() functions.
3000         
3001         * [if1632/toolhelp.spec]
3002         Make InterruptRegister() and InterruptUnregister() return false.
3004         * [windows/hook.c]
3005         CallNextHookEx() used to crash when called with a null hhook. Fixed.
3007 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3009         * [include/neexe.h][loader/ne_image.c]
3010         NE_LoadSegment: Detect iterated segments
3012         * [misc/ole2nls.c]
3013         LOCALE_SLONGDATE: fixed typo
3015         * [miscemu/int5c.c]
3016         Reordered include files to avoid conflicts with Linux libc.5.1
3018         * [rc/winerc.c]
3019         Added -b option to process binary resource files into C arrays
3021         * [include/callback.h]
3022         CallWndProc: Added dummy ds parameter for libwine
3024         * [include/gdi.h][include/user.h]
3025         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
3027         * [include/ldt.h][include/stackframe.h]
3028         defined segment conversion macros for libwine
3030         * [misc/atom.c]
3031         Defined USER_HeapSel for libwine
3033         * [misc/main.c]
3034         Disable -dll option for libwine
3036         * [misc/user.c]
3037         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
3039         * [toolkit/heap.c]
3040         fixed LocalLock prototype
3042         * [toolkit/sup.c]
3043         sync'ed load_mz_header, load_ne_header with structures
3045         * [toolkit/winmain.c]
3046         Disabled resource DLLs for libwine for now
3048 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
3050         * [misc/main.c]
3051         Fixed -enhanced option to report a 386 CPU instead of a 286.
3053 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3055         * [misc/dos_fs.c]
3056         Remove maximum open dosdirent limit (fixing the winfile.exe
3057         problem) by using telldir()/seekdir().
3058         
3059 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
3061         * [misc/profile.c]
3062         Fixed problem parsing empty lines within sections in .ini files.
3064 ----------------------------------------------------------------------
3065 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3067         * [debugger/*.c]
3068         Modified debugger to use segmented pointers everywhere.
3070         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
3071         Declared all functions that return only 16-bit as 'pascal16'.
3073         * [include/ldt.h] [memory/ldt.c]
3074         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
3075         Maintain a copy of the selector flags, removing the need to make a
3076         system call to retrieve an LDT entry.
3078         * [loader/module.c]
3079         Fixed bug with module file handle cache.
3081         * [loader/ne_resource.c]
3082         Fixed file name bug in NE_AccessResource().
3084         * [loader/resource.c]
3085         Fixed bug in LoadIcon() that caused wrong colors to be used for
3086         the icon mask.
3088         * [loader/signal.c]
3089         Moved instruction emulation to miscemu/instr.c.
3091         * [misc/dos_fs.c] [miscemu/int21.c]
3092         Lots of small fixes, thanks to Morten Welinder.
3094         * [miscemu/dpmi.c]
3095         More complete DPMI emulation.
3097         * [miscemu/instr.c]
3098         Added support for prefixes in instructions to emulate.
3100         * [miscemu/int2f.c]
3101         Use register macros instead of destroying the high part of 32-bit
3102         registers.
3104         * [objects/dc.c]
3105         Fixed bug in GetDCState() that failed to clear the new DC.
3107         * [rc/sysres.rc]
3108         Removed dialogs 11 and 12 that were never used.
3110         * [tools/build.c]
3111         'pascal16' generated functions did not save %dx.
3112         Removed use of %fs to access the stack.
3113         %ds is no longer initialized before calling a 16-bit routine.
3115         * [windows/defwnd.c]
3116         Accept a NULL pointer as window title.
3118         * [windows/mdi.c]
3119         MDICascade: skip iconic windows.
3120         Implemented CalcChildScroll().
3121         
3122         * [windows/utility.c]
3123         Fixed MulDiv() for illegal values.
3125         * [windows/win.c]
3126         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
3127         a zero width or height.
3129 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
3131         * [controls/edit.c]
3132         Fixed "uninitalized" message which -Wall couldnt see to be ok
3133         in EDIT_WriteText.
3135         * [include/debug.h]
3136         Added define for extra checks in API definitions during debugging.
3138         * [loader/ne_image.c]
3139         Added newline in NE_FixupPrologs to avoid long lines.
3141         * [misc/dos_fs.c]
3142         Added extra safety check in DOS_ValidDrive.
3144         * [misc/exec.c]
3145         Fixed definition of ExitWindows.
3146         
3147 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3149         * [controls/edit.c]
3150         Some fixes, mostly for memory management, but also for text selection
3151         and tab postitions. General cleanup. Notepad.exe now works.
3153         * [controls/combo.c]
3154         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
3155         the combo box, not the ComboLBox that belongs to it.
3157         * [controls/listbox.c]
3158         Handle itemID field correctly throughout.
3160         * [memory/local.c]
3161         Implemented flag LMEM_ZEROINIT.
3162         LocalReAlloc() could trash the heap. Fixed.
3164         * [objects/font.c]
3165         FONT_MatchFont(): don't get confused by negative widths.
3166         Fixed a segfault in EnumFonts().
3168         * [objects/text.c]
3169         DrawText(): DT_CALCRECT implies DT_NOCLIP.
3171         * [objects/dcvalues.c]
3172         MAKELONG was used with bad parameters in DC_GET_X_Y.
3174         * [windows/dialog.c]
3175         Don't show the dialog if WS_VISIBLE isn't set in the template.
3177         * [windows/utility.c]
3178         UTILITY_convertArgs(): Never pass an expression containing ++ into a
3179         macro...
3181         * [windows/win.c]
3182         SetParent() should unlink the window before changing the parent.
3184         * [windows/message.c]
3185         Don't call timer functions via CallWindowProc(), since it checks
3186         whether hwnd==0 and does not call the function in that case.
3188         * [miscemu/instr.c]
3189         Ignore interrupt 0x3D, for VBRUN300.DLL.
3191         * [misc/commdlg.c]
3192         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
3193         pointer to the item text.
3195         * [if1632/relay.c]
3196         Disable OLE and DDEML DLLs by default, since they contain nothing but
3197         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
3198         some programs may work better without them.
3199         
3200         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
3201         Begun cleaning things up a little. Replaced printfs with dprintf_
3202         macros, made functions static where possible, and some other minor
3203         changes.
3205 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3207         * [debugger/dbg.y][debugger/dbg.l]
3208         Removed special handling for FILE_IDENTIFER, because it caused
3209         problems with x/<format> statements.
3211         * [debugger/info.c]
3212         Use SC_ESP instead of SC_EIP for stack dump.
3214         * [misc/compobj.c][if1632/compobj.spec]
3215         CoBuildVersion, CoInitialize, CoUninitialize: new functions
3217         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
3218         New files ole2.c, ole2.h
3219         OleBuildVersion, OleInitialize, OleUninitialize: new functions
3221         * [if1632/ole2disp.spec]
3222         Added missing ordinals above 109
3224         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
3225         New file winnls.h
3226         GetLocaleInfoA: new function
3228         * [if1632/shell.spec]
3229         Added FindEnvironmentString as stub
3231         * [misc/olecli.c][if1632/olecli.spec]
3232         OleIsDcMeta: New function
3234         * [objects/font][misc/gdi.spec]
3235         GetKerningPairs: new function
3237         * [misc/shell.c]
3238         ShellExecute: Implemented support for starting programs
3240         * [if1632/user.spec]
3241         Inserted missing relay to GetClipCursor
3243 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3244         
3245         * [controls/edit.c]
3246         Fix a problem with the local heap.
3248         * [include/wintypes.h]
3249         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
3250         
3251         * [include/mdi.h] [windows/mdi.c]
3252         This code still assumed segmented address==linear address. Fixed.
3254         * [include/msdos.h] [misc/dos_fs.c]
3255         The filemask field of the dosdirent structure could be overrun. Fixed.
3256         If you had a file called foobar and a file called foo, trying to 
3257         FindFile(foo) could accidentally find file foobar instead. Fixed.
3258         
3259         * [misc/file.c]
3260         OpenFile(): Always return the full pathname in ofs->szPathName. This 
3261         also fixes GetModuleFilename().
3262         Prevent _lclose() from closing stderr or stdout.
3264         * [misc/profile.c]
3265         Search for .ini files in the path of the current module as well.
3266         (Needed by Lotus Organizer.)
3268         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
3269         [memory/local.c]
3270         Local heaps are now initialized by InitTask() for executables. DLLs
3271         have to call LocalInit() themselves, LocalInit() has to put the
3272         heap at the end of the segment when called with start==0. We no longer
3273         allocate the DGROUP with 64k on startup, but grow the local heap
3274         in LOCAL_GetBlock() when necessary.
3276         * [loader/module.c]
3277         LoadLibrary() should call LoadModule() in all cases, even if the
3278         DLL is already loaded, to ensure that the reference count is correct.
3280         * [loader/ne_image.c]
3281         Some changes to function prolog fixup. Does anyone know exactly how
3282         this is supposed to work? I am only guessing here.
3283         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
3284         the module itself.
3285         
3286         * [loader/task.c]
3287         Initialize instance data at the beginning of the DGROUP in InitTask().
3289         * [memory/local.c]
3290         Some fixes for moveable blocks.
3292         * [memory/selector.c]
3293         All the IsBad*Pointer() functions returned exactly the wrong boolean
3294         value in all cases!
3295         
3296         * [objects/bitblt.c]
3297         Fixed another null pointer dereference in debugging output.
3298         
3299         * [objects/font.c]
3300         Some more recovery possibilities for FONT_MatchFont() if a specified
3301         font does not exist.
3302         
3303         * [windows/win.c]
3304         The dialog code may call CreateWindowEx with an integer in windowName.
3305         This happens for static icon controls that expect a resource ID as
3306         the window name. CreateWindowEx() used to crash. Fixed.
3307         
3308         * [windows/class.c] [windows/win.c]
3309         Window classes are owned by modules, not instances. Changed
3310         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
3311         accordingly.
3313 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
3315         * [miscemu/int21.c]
3316           clock.exe was displaying incorrect year.
3318 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
3320         * [include/cursor.h] [windows/cursor.c]
3321         Implemented CreateCursorIconIndirect().
3323 ----------------------------------------------------------------------
3324 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3326         * [controls/menu.c]
3327         Fixed bug with drawing multi-column menus with vertical separator.
3329         * [debugger/debug.l]
3330         Fixed NULL-pointer reference after readline().
3332         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
3333         Added interrupt vector emulation. Allows to retrieve an interrupt
3334         vector and jump to it without crashing.
3336         * [loader/ldt.c]
3337         Moved ldt.c to memory directory.
3339         * [loader/task.c]
3340         Implemented LockCurrentTask() and GetInstanceData().
3342         * [objects/bitblt.c]
3343         Fixed a bug that caused StretchBlt() to use wrong colors when
3344         stretching a monochrome bitmap to a color display.
3346         * [objects/bitmap.c]
3347         Fixed a segmented pointer bug in CreateBitmapIndirect().
3349         * [tools/build.c]
3350         Added possibility to have arguments for register functions; used
3351         by interrupt vectors to remove the flags from the stack.
3352         Generate a new function CallTo32_LargeStack(), that allows calling
3353         a 32-bit function using the original 32-bit stack, for functions
3354         that need more that 64k of stack.
3356 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
3358         * [if1632/shell.spec] [misc/shell.c]
3359         DoEnvironmentSubst: fixed prototype
3361         * [if1632/gdi.spec] [objects/palette.c]
3362         SetSystemPaletteUse: new function
3364         * [if1632/kernel.spec] [loader/resource.c]
3365         DirectResAlloc: new function
3367         * [if1632/user.spec] [windows/keyboard.c]
3368         SetKeyboardState: new function
3370 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3371         
3372         * [tools/build.c]
3373         Prevent interrupts from destroying the args for a 32 bit function
3374         by loading the correct value into %esp directly after %ss.
3376         * [loader/ne_image.c] [loader/module.c]
3377         The new instance must be created earlier in LoadModule(), so that
3378         fixups referencing it will be handled correctly.
3379         Initialize the local heap for a DGROUP in NE_LoadSegment().
3380         
3381         * [objects/dib.c]
3382         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
3383         This used to crash Wine. Fixed.
3385         * [objects/text.c]
3386         Fix possible null pointer dereference in debugging output.
3387         
3388         * [misc/commdlg.c]
3389         Handle user input in the edit control better. Some bugs fixed.
3390         
3391         * [memory/local.c]
3392         Started implementing moveable blocks. This is unfinished (!), but
3393         at least it does not seem to break things.
3395 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3396         
3397         * [loader/module.c]
3398         LoadModule(): DLLs occasionally have a data segment, and they work
3399         much better if it is loaded :-)
3400         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
3401         FindModule(): also strip off the last backslash of the pathnames
3402         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
3403         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
3404         only better.
3405         
3406         * [loader/ne_image.c]
3407         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
3408         not really correct, it seems that all programs and DLLs try to do
3409         this themselves. But they pass weird parameters.)
3410         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
3411         
3412         * [loader/task.c] [misc/user.c]
3413         Finish global initializations in InitTask instead of InitApp, or
3414         all the DLLs will be initialized in InitTask without any available
3415         window classes!
3417 ----------------------------------------------------------------------
3418 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3420         * [debugger/hash.c] [debugger/info.c]
3421         Added support for symbolic segmented addresses. Add symbols for all
3422         built-in API entry points.
3424         * [if1632/relay.c] [include/dlls.h]
3425         Removed dll_table structure, as we now use the built-in module
3426         structures.
3428         * [if1632/relay.c] [loader/main.c]
3429         Removed winestat option, as it was no longer very meaningful.
3431         * [include/stackframe.h]
3432         New macro MAKE_SEGPTR that creates a segmented pointer to a local
3433         variable on the 32-bit stack.
3435         * [loader/module.c]
3436         Added support for multiple instances of an application.
3437         Implemented LoadModule() and FreeModule().
3439         * [loader/ne_image.c] [loader/task.c]
3440         Moved initialisation of built-in DLLs to InitTask().
3442         * [memory/global.c]
3443         Implemented discardable blocks.
3445         * [misc/file.c]
3446         Search path of current executable in OpenFile().
3447         Fixed bug with searching in Windows path.
3449         * [misc/lstr.c]
3450         Hard-coded translation tables for Ansi<->Oem.
3452         * [misc/user.c]
3453         Moved some global initializations to InitApp(), because they need
3454         a task context to be performed.
3456         * [objects/dc.c]
3457         Handle R2_BLACK and R2_WHITE specially so that they work correctly
3458         with palette displays.
3460         * [tools/build.c]
3461         Suppressed generation of the C file for DLL specs, because it's no
3462         longer needed. Output all the assembly code directly to stdout.
3463         Some changes to integrate Win32 support from Martin von Loewis. 
3465         * [windows/msgbox.c]
3466         Moved message box code from misc/ to windows/.
3468 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
3470         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
3471           [misc/mmaux.c] [misc/mmsystem.c]
3472         Modify code & use pointers conversion macros.
3473         Make cdaudio & wave devices work again (only using some applets).
3475         * [misc/profile.c]
3476         Change getc() to fgetc() where needed.
3478 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3480         * [if1632/Imakefile]
3481         added entries for the new files gdi32.spec, kernel32.spec,
3482         user32.spec, shell32.spec and winprocs32.spec.
3484         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
3485           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
3486         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
3487         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
3488                 stub implementations provided 
3489         marked storage.dll,storege.sys functions as stubs
3491         * [include/pe_image.h]
3492         Added structures WIN32_builtin and  WIN32_function
3494         * [include/peexe.h]
3495         PE_Import_Directory: renamed reserved fields to 
3496                 TimeDate, Forwarder, Thunk_List
3498         * [include/winerror.h]
3499         New file.
3501         * [loader/main.c]
3502         called RELAY32_Init
3504         * [loader/pe_image.c]
3505         xmmap: map BSS anonymous
3506         dump_imports: renamed to fixup_imports, do the fixup of imported
3507                       symbols
3508         PE_LoadImage: pass raw data size to xmmap
3510         * [loader/resource.c]
3511         DumpIcon: new function
3513         * [misc/kernel32.c]
3514         New file.
3516         * [misc/main.c]
3517         make stdout and stderr unbuffered
3519         * [misc/shell.c]
3520         DoEnvironmentSubst: new function
3522         * [objects/font.c]
3523         FONT_MatchFont: try oblique if there is no italic
3525         * [rc/Imakefile][rc/parser.l]
3526         yywrap: new function
3527         Don't link with libfl.a on Linux
3529         * [tools/build.c]
3530         Added keywords stdcall, subsystem, base
3531         GenerateForWin32: new function
3532         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
3534 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3535         
3536         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
3537         Minor fixes.
3538         
3539         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
3540         Rewrote message box handling.
3541         
3542         * [windows/dialog.c]
3543         Dialogs should be invisible until after WM_INITDIALOG is seent.
3544         Don't switch to invisible dialog items on a TAB keypress.
3545         
3546         * [windows/mdi.c]
3547         Send WM_NCPAINT message in MDIRestoreChild().
3548         
3549         * [windows/painting.c]
3550         Fixed typo (&& -> &).
3551         
3552         * [windows/message.c] [if1632/user.spec]
3553         Implemented PostAppMessage().
3554         
3555         * [windows/event.c]
3556         SetCapture(0) should act like ReleaseCapture().
3558 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
3560         * [Imakefile]
3561         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
3562         Added ASFLAGS to exported variables.
3564         * [debugger/readline/Imakefile]
3565         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
3567         * [memory/local.c] [miscemu/int21.c]
3568         Added some more debugging outputs.
3570 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
3572         * [misc/message.c]
3573         Fixed a "FIXME" concerning norwegian translation.
3575 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3576         
3577         * [*/*]
3578         Removed warnings in a couple of files and deleted some obsolete code.
3580         * [controls/listbox.c]
3581         Cleanup, speed improvements & lots of bug fixes.
3583         * [controls/combo.c]
3584         Mostly rewritten. This is still very buggy, but not quite as bad as 
3585         before.
3587         * [include/commdlg.h] [misc/commdlg.c]
3588         Removed the need for sysres.dll. Small bug fixes.
3589         
3590         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
3591           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
3592         Removed sysres.dll and replaced the remaining bitmaps/icons with
3593         XPM equivalents.
3595         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
3596           [if1632/winprocs.spec]
3597         "About Wine..." now brings up a standard ShellAbout() window with
3598         the Wine icon and the list of contributors.
3599         
3600         * [misc/shell.c]
3601         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
3603         * [windows/event.c]
3604         Small hack for non-alphanumeric keys: Dont't send the ascii value in
3605         the WM_KEYDOWN message, but some unused code instead. Should be done
3606         properly by sending different codes for each key. The edit control
3607         used to get a VK_DELETE message each time the user typed '.'.
3609         * [windows/class.c]
3610         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
3611         This used to be no problem, but breaks Resource Workshop in 950403.
3612         
3613         * [objects/dib.c]
3614         New diagnostic for a bug I've been encountering. If it shows up,
3615         please report it.
3617 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
3619         * [objects/color.c]
3620         Handle situation when 'dc' exists, but palette mapping
3621         does not.  (Fixes kidpix2 demo.)
3623 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
3625         * [loader/ldt.c]
3626         LDT_Print: Only show the number of entries that the kernel
3627         returned. Make this work for NetBSD.
3629 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
3631         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
3632         Modify cs and ds selector values for NetBSD-current.
3634         * [debugger/debug.l]
3635         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
3637         * [debugger/regpos.h]
3638         Modify sigcontext format for NetBSD-current.
3639         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
3641         * [include/ldt.h]
3642         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
3643         value, since only 16 bits of it may have been saved.
3645         * [misc/winsocket.c]
3646         Set structure packing with `#pragma pack' to accomodate
3647         other/older compilers.
3649 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
3650         
3651         * [misc/commdlg.c]
3652         Fixed path-names so when changing directory the listboxes
3653         changes too.
3654         
3655         * [debugger/dbg.y debugger/debug.l wine.ini]
3656         Added SymbolTableFile to wine.ini so symbols can be read
3657         without standing in the directory containing wine.sym.
3658         Added the possibility to specify full name of wine.sym from
3659         the debugger prompt.
3661 ----------------------------------------------------------------------
3662 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3664         * [controls/static.c]
3665         Fixed painting of SS_*FRAME controls.
3667         * [if1632/callback.c]
3668         Pass the window instance as DS to the 16-bit window procedure.
3669         Rewrote Catch() and Throw() to make them work with multiple tasks.
3671         * [loader/main.c]
3672         New function MAIN_Init() to perform initializations before the
3673         first task is started instead of doing them in InitApp().
3674         Temporary hack to command-line parsing to load one program per
3675         command-line argument, to make testing task-switching easier.
3677         * [loader/*.c]
3678         Reimplemented modules to use a Windows-compatible layout and to
3679         allow multiple tasks and multiple module instances. Not really
3680         finished yet.
3682         * [loader/task.c] [misc/exec.c]
3683         Reimplemented tasks to use a common address space, and implemented
3684         preliminary task-switching capabilities.
3686         * [memory/global.c]
3687         Fixed bug in GlobalNext().
3689         * [misc/main.c]
3690         Updated the list of contributors. Let me know if I forgot someone.
3692         * [miscemu/int21.c]
3693         Use one DTA per task instead of a global one.
3695         * [objects/bitblt.c]
3696         Fixed bug in BitBlt() that could cause BadMatch errors.
3698         * [tools/build.c]
3699         Added new function type 'stub', that makes possible to export an
3700         unimplemented function by name as well as by ordinal. This will
3701         avoid loading errors for unimplemented functions.
3702         Generate an in-memory module layout for built-in DLLs so that the
3703         same code can be used for built-in and loaded modules.
3704         Changed relay code to make it unnecessary to save the value of the
3705         BP register.
3707         * [windows/message.c]
3708         Implemented multiple message queues and preliminary task-switching
3709         capabilities. Inter-task SendMessage() calls are not implemented
3710         yet and will probably cause crashes if used.
3712         * [windows/property.c]
3713         Reimplemented properties and allocate them on the USER heap.
3715         * [windows/win.c]
3716         Fixed bug in SetWindowWord().
3717         Reimplemented EnumWindows() and EnumTaskWindows().
3719 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3720         
3721         * [misc/main.c]
3722         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
3723         
3724         * [loader/resource.c]
3725         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
3726         control.exe.
3727         Fixed icon loading.
3728         
3729         * [objects/font.c] [include/windows.h]
3730         Fixed a bug in InitFontsList() and worked on the EnumFonts()
3731         functions to make them comprehensible.
3733         * [controls/button.c]
3734         Fixed my previous patch to handle LBUTTONUP messages.
3736 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
3738         * [misc/network.c, misc/dos_fs.c]
3739         Implemented WNetGetConnection.  All that is currently
3740         supported are drives, for which the remote name is simply
3741         the redirected UNIX directory name.
3743         * [miscemu/int2?.c]
3744         More drive number validity checking.
3746 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3747         
3748         * [controls/listbox.c]
3749         Oops, my previous change to ListBoxDirectory broke the Borland
3750         file open dialog. Fixed.
3752 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3754         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
3755         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
3756         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
3758 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3759         
3760         * [memory/global.c] [memory/local.c] [include/windows.h]
3761         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
3762         LocalReAlloc(): Same for LMEM_MODIFY.
3763         
3764         * [controls/listbox.c]
3765         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
3766         Check for errors in some more places.
3768         * [if1632/gdi.spec] [if1632/user.spec]
3769         16 bit callback functions should be passed as segptrs.
3770         
3771         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
3772         [loader/library.c]
3773         Prevent a DLL from being initialized twice (Borlands Resource
3774         Workshop used to do this).
3775         Provide an additional flag for each w_file that indicates whether
3776         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
3777         
3778         * [controls/button.c]
3779         Handle LBUTTONUP messages even if the button no longer has the
3780         capture (for WinHelp).
3781         
3782         * [include/wintypes.h]
3783         FARPROC is now a segptr for the emulator and a function
3784         pointer for the library.
3785         
3786         * [misc/commdlg.c] [misc/commdlg.h]
3787         Cleaned the file dialogs up a little. They now work reasonably well,
3788         although there are still some problems (e.g. files are initially
3789         invisible).
3791         * [windows/class.c] [if1632/user.spec] [include/windows.h]
3792         GetClassInfo() must take a segptr, as it checks whether the
3793         highword is zero.
3794         GetClassName() called the wrong atom function. No surprise it didn't
3795         find anything.
3797         * [misc/lstr.c]
3798         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
3799         Removed some warnings.
3801         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
3802         New spec file for the 3.1 DDEML DDL. 
3804         * [controls/menu.c]
3805         Small fix to ChangeMenu - mask out the obsolete flags
3806         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
3807         problems with the MF_BYPOSITION flag.
3809         * [windows/message.c]
3810         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
3811         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
3812         stack for speed reasons.
3813         
3814         * [windows/hook.c] [include/windows.h]
3815         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
3816         they have slightly different semantics.
3817         MS Hearts now works somewhat, if you disable the new builtin DDEML.
3818         The graphics are completely messed up, though.
3820 ----------------------------------------------------------------------
3821 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3823         * [Configure] [if1632/Imakefile]
3824         Removed new build and short names options.
3826         * [if1632/*.c] [tools/build.c]
3827         Implemented compiled call-back functions for better performance;
3828         all the relay code is now done in assembly code generated by the
3829         build program.
3830         Relay code is no longer dependent on being loaded below 64K.
3832         * [loader/resource.c]
3833         Fixed memory leak in LoadString(). A fix will also be needed for
3834         other resources.
3836         * [memory/global.c]
3837         Implemented global heap arenas, so we can store informations about
3838         global blocks, like lock counts or owner handle.
3839         Implemented FarGetOwner() and FarSetOwner().
3840         Implemented global heap TOOLHELP functions.
3842         * [memory/selector.c]
3843         Bug fix: it was not possible to re-use a free selector.
3845 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
3847         *  [controls/listbox.c]
3848         Major work on listbox code
3849          - Many bugs fixed (still many bugs)
3850          - More messages supported
3851          - Code simplified
3853 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
3855         * [controls/edit.c]
3856         Lots of bug fixes related to diappearing text, lost carets,
3857         highlighting, segmentation faults, occurance of random
3858         characters, insertion of characters over selection, misplaced
3859         caret location, display corruption, end of line behavior, etc.
3861         * [controls/widgets.c]
3862         EDIT class doesn't want to use CS_PARENTDC flag.
3864 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3865         
3866         * [loader/selector.c]
3867           FixupFunctionPrologs() should also handle multiple data modules.
3868           (this bug only became visible because MakeProcInstance() was fixed
3869           in 950319)
3870         
3871         * [misc/dosfs.c]
3872           Simplified DOS_SimplifyPath.
3873           Small fix to DOS_opendir to reuse an entry if an open directory
3874           is opened again, to prevent "too many open directories" messages.
3876 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
3878         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
3879         CoDisconnectObject: new stub function
3881         * [include/msdos.h]
3882         fix DOSVERSION
3884         * [loader/ne_image.c]
3885         NE_FixupSegment: Be more generous on additive fixups
3887         * [if1632/user.spec][misc/network.c]
3888         Add more WNet* stubs
3890 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3892         * [controls/listbox.c]
3893           DlgDirList(): send segptr instead of linear pointer 
3894           in message to static control
3895         * [controls/menu.c]
3896           Tried to implement ownerdrawn menuitems. Doesn't work.
3897         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
3898           Provide a stub for GetRasterizerCaps()
3899         * [loader/selector.c]
3900           Pass end address instead of length to LocalInit() in 
3901           CreateSelectors()
3902         * [memory/local.c]
3903           LocalInit(): If there's already a local heap in the segment, do
3904           nothing and return TRUE
3905         * [objects/linedda.c]
3906           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
3907           now.
3908         * [windows/cursor.c]
3909           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
3910           more work still.
3912 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3914         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
3915           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
3916           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
3917           [windows/nonclient.c] [misc/message.c]
3918           Added a new builtin DLL that provides 16 bit entry points for all
3919           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
3920           again.
3921         * [misc/shell.c]
3922           RegOpenKey()/RegCreateKey() bugs fixed.
3923         * [loader/ne_image.c]
3924           Skipping the initialization of a DLL when CS == 0 was broken.
3926 ----------------------------------------------------------------------
3927 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
3929         * [*/*]
3930         Implemented a new memory mapping scheme. There's no longer a
3931         one-to-one mapping between 16-bit and 32-bit pointers. Please see
3932         file DEVELOPERS-HINTS for technical details.
3934         * [controls/scroll.c]
3935         Fixed bug when dragging mouse in horizontal scrollbars.
3937         * [tools/build.c] [if1632/*.spec]
3938         Removed support for C callback functions and for re-ordering
3939         of the 32-bit arguments, as these were never used. This should
3940         allow a more efficient callback scheme to be implemented.
3942         * [if1632/olecli.spec]
3943         Reduced the number of entries to make the 16-bit code fit in 64k.
3944         This limitation will soon be removed.
3946         * [loader/ldt.c]
3947         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
3949         * [memory/global.c]
3950         Rewrote Global*() routines to use the new selector allocation
3951         mechanism.
3953         * [memory/local.c]
3954         Rewrote local heap handling to use a Windows-compatible layout
3955         (not really finished yet).
3956         Implemented TOOLHELP heap-walking routines.
3958         * [memory/selector.c]
3959         Implemented LDT manipulation API functions.
3961 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
3963         * [windows/defdlg.c]
3964         Fixed problem where dialogs closed using the System menu 
3965         ('Close' item or double click on close box) would
3966         hang Wine.
3968 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
3970         * [controls/listbox.c]
3971         Removed most of the statements for sending a notification message
3972         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
3973         code; Borland's standard file open dialog will work now.
3974         
3975         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
3976         Added support for new command line option "-allowreadonly". If set
3977         an attempt to open a read only file in write mode will be converted 
3978         to opening it read only (many programs try to open all files in 
3979         read/write mode even if they only intend to read it - this might 
3980         cause a few under problems under an unix-like environment where most 
3981         files are read only for a "normal" user)
3983         * [loader/selector.c]
3984         GetMemoryReference(): Added support for __AHIncr and __AHShift
3986         * [misc/dos_fs.c]
3987         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
3988         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
3989         match(): rewritten
3990         
3991         * [objects/text.c]
3992         TEXT_NextLine(): Removed a bug in the handling of LF's
3994         * [miscemu/int21.c]
3995         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
3997 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
3999         * [controls/menu.c]
4000         ChangeMenu: defaults to MF_INSERT
4001         InsertMenu: allow insertion even if position is one after last item
4003         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
4004           [if1632/storage.spec] [include/dlls.h]
4005         Added stubs for STORAGE.DLL and COMPOBJ.DLL
4007         * [if1632/user.spec] [windows/message.c]
4008         InSendMessage: new function
4010         * [include/neexe.h][include/ne_image.c]
4011         NE_FixupSegment: fixed handling of additive records
4013         * [loader/selector.c]
4014         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
4016         * [loader/signal.c]
4017         win_fault: Enter debugger on SIGFPE, too
4019 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
4021         * [miscemu/int*.c]
4022         Various minor modifications to the clock tick counter,
4023         FindFirst/FindNext funcs, and DPB handling.
4025 ----------------------------------------------------------------------
4026 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4028         * [loader/resource.c] [objects/oembitmap.c]
4029         Removed sysres bitmap code; you need libXpm to compile now.
4030         Implemented LoadIcon() for OEM icons.
4032         * [include/bitmaps/oic_*]
4033         Added OEM icons in XPM format.
4035         * [objects/dib.c]
4036         Bug fix in DrawIcon().
4038         * [rc/sysresbm.rc]
4039         Removed; all bitmaps are stored in XPM format now.
4041 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
4043         * [controls/edit.c]
4044         Small patch to fix edit-control when it's created with text.
4046 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
4048         * [tools/make_debug]
4049         The created macros won't have side effects anymore when used in
4050         an "if-else" structure. No more warnings from the compiler when
4051         compiled without defining DEBUG_RUNTIME.
4053 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
4055         * [controls/listbox.c]
4056         ListBoxDeleteString(): Fixed
4058         * [loader/selector.c]
4059         GetMemoryReference(): When special segments are referenced by
4060         pseudo-functions like __0040H, a reference to a "normal" segment
4061         will be returned preventing the program from crashing as soon
4062         as the referenced segment is actually accessed.
4064 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
4066         * [Configure]
4067         Ask for OLE stubs and malloc debugging
4069         * [Imakefile]
4070         link with libmcheck.a if necessary
4072         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
4073         Add OLE stubs, increase number of builtins
4074         dll_name_table_entry_s: new field dll_is_used
4076         * [loader/library.c]
4077         GetModuleHandle,ModuleNext: Check dll_is_used
4079         * [loader/ne_image.c]
4080         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
4081         to mean, anyway?)
4083         * [misc/olecli.c][misc/olesvr.c]
4084         New files. Add to misc/Imakefile
4086         * [misc/dos_fs.c]
4087         DOS_GetUnixFileName: make a copy of the input parameter to 
4088         prevent overwriting
4090         * [misc/main.c]
4091         MAIN_ParseDLLOptions: new function
4092         MAIN_ParseOptions: treat -dll command line flag
4093         main: add support for malloc debugging
4095 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
4097         * [loader/signal.c]
4098         Small patch for people using FreeBSD-2.1.0.
4100 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
4102         * [toolkit/sup.c]
4103         Added return values to the Call* routines
4105         * [toolkit/winmain.c]
4106         Load the resource file properly for WineLib applications.
4108 ----------------------------------------------------------------------
4109 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4111         * [if1632/call.S]
4112         Only save the lower 16-bits of SP and BP.
4114         * [if1632/callback.c]
4115         When calling to 16-bit code, restore DS from its previous value on
4116         entry to the 32-bit code, instead of from the code segment owner.
4118         * [if1632/relay.c] [include/stackframe.h]
4119         Use a structure to represent the 16-bit stack frame layout
4120         instead of hard-coded offsets.
4121         
4122         * [rc/Imakefile]
4123         Use y.tab.c for bison output file for compatibility with yacc.
4125         * [tools/build.c]
4126         Small optimization for calls to 32-bit code.
4128 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
4130         * [tools/build.c]
4131         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
4133 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
4135         * [debugger/dbg.y]
4136         Remove unnecessary sym-table loading when stopped in 16-bit mode.
4138         * [include/segmem.h] [loader/selector.c]
4139         Added dynamic alloction of selectors.
4140         Fixed some problems with large programs SIGSEGV-ing while
4141         running out of selectors.
4143         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
4144           [memory/global.c] [memory/heap.c] [memory/linear.c]
4145         Use __AHSHIFT and __AHINCR instead of 3 and 8.
4147 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
4149         * [misc/dos_fs.c]
4150         Better relative path handling when converting filenames between
4151         dos and unix, allowing '.' to be used in the Windows path.
4152         Startup working dir is now based on current working dir.
4154 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
4156         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
4157         Squeezed data structure that references internal dll's (mostly
4158         "struct dll_table_entry_s"). Caused 20% reduction in executable
4159         code size.
4161 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
4163         * [Imakefile]
4164         make wine.sym only when making emulator
4166         * [misc/file.c]
4167         OpenFile(): report as not implemented for WINELIB
4169         * [misc/winsock.c]
4170         Fix CONVERT_HOSTENT and friends for use with WINELIB
4172         * [rc/Imakefile][rc/rc.y][rc/parser.c]
4173         Rename rc.y to parser.y
4174         Use flex and bison on Sun
4176         * [toolkit/sup.c]
4177         CallWindowProc: fix parameter type
4179         * [windows/event.c]
4180         Commented #ifdef sparc
4182 ----------------------------------------------------------------------
4183 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4185         * [windows/nonclient.c] [windows/winpos.c]
4186         Implemented maximized windows.
4187         Implemented icon positioning and ArrangeIconicWindows().
4188         Bug fixes in SetWindowPos().
4190         * [windows/painting.c]
4191         Implemented GetControlBrush().
4192         Window frame is no longer contained in the update region.
4194         * [windows/win.c]
4195         Destroy owned windows upon DestroyWindow().
4197 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
4199         * [controls/edit.c]
4200         Changed line terminator to \r\n to be compatible with
4201         Windows.  Fixed bug in text selection.
4203 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4205        * [misc/shell.c]
4206        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
4207        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
4208        These functions now work somewhat more the way Windows programs expect
4209        them to work.
4211 ----------------------------------------------------------------------
4212 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4214         * [loader/resource.c] [objects/dib.c]
4215         Fixed icon loading and drawing, now that BitBlt() works correctly.
4216         
4217         * [objects/clipping.c] [objects/region.c]
4218         Implemented elliptic regions with a set of rectangle. This greatly
4219         simplifies the region code and should boost clipping performance.
4221         * [objects/color.c]
4222         Fixed bug that caused seg-fault on 24bpp displays.
4224         * [objects/bitblt.c]
4225         Fixed bug when shrinking a bitmap to more than half its size.
4227         * [windows/graphics.c]
4228         Fixed bugs in PaintRgn() and Polyline().
4230         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
4231         Fixed some problems with window background painting.
4233 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
4235        * [tools/build.c]
4236        * [tools/newbuild.c]
4237        * [Imakefile]
4238        * [include/wine.h]
4239        * [loader/call.S]
4240        * [loader/selector.c]
4241        * [include/segmem.h]
4242        * [misc/main.c]
4243        Changed selector code and 16/32 bit xfer code so that wine
4244        no longer has to be loaded low in memory.  Changed wine
4245        to work with ELF binary formats under Linux.
4246        
4247 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
4249         * [debugger/db_disasm.c]
4250         New instruction disassembler - borrowed from Mach kernel.  Has a
4251         BSD style of license as opposed to the gdb code we were previously
4252         using which was under the GPL.
4254 ----------------------------------------------------------------------
4255 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4257         * [Imakefile]
4258         Compiling with -Wall flag.
4260         * [*/*]
4261         Fixes to minimize the number of compilation warnings.
4263         * [objects/bitblt.c]
4264         Fixed BitBlt() and used the same code to rewrite PatBlt() and
4265         StretchBlt(). The three *Blt() functions should now be correct in
4266         every case (famous last words).
4268         * [objects/brush.c] [objects/dither.c]
4269         Merged the two files into brush.c
4271         * [objects/dc.c]
4272         Fixed bug when the Windows programs forget to re-select the
4273         original bitmap in a memory DC.
4275         * [objects/font.c]
4276         Tty to use 'fixed' font when the system font can't be found.
4278         * [windows/dialog.c]
4279         Tentative fix to make dialogs look better when using fixed-width
4280         fonts.
4282         * [windows/graphics.c]
4283         Partially implemented the PS_INSIDEFRAME pen style.
4285         * [windows/nonclient.c]
4286         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
4287         without the WS_DLGFRAME style.
4289 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
4291         * [memory/global.c]
4292         GlobalCompact should now return the correct value when the
4293         largest run of free blocks includes the last block.
4295         * [windows/mdi.c]
4296         Tiling and cascading windows without any MDI children should
4297         no longer crash (assuming no-op is the correct thing to do).
4299 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
4301         * [objects/font.c]
4302         GetTextExtentPoint: fixed debug output, str is counted string, not
4303         zero terminated.
4305         * [if1632/relay.c]
4306         DLLRelay: when debugging_stack got segv, added upper bound for
4307         stack dump.
4309 ----------------------------------------------------------------------
4310 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4312         * [*/Imakefile]
4313         All objects files are now kept in their respective directory.
4315         * [README]
4316         Rewrote most of it.
4318         * [objects/bitblt.c]
4319         Rewrote BitBlt() to look right in every case, while minimizing
4320         the impact on performance. Not really finished yet.
4322         * [objects/bitmap.c] [objects/dc.c]
4323         Fixed bug with pattern brushes.
4325         * [objects/clipping.c] [windows/painting.c]
4326         Fixes for logical coordinates.
4328         * [objects/color.c] [windows/graphics.c]
4329         Fixed GetPixel() to return the correct color, and made it faster.
4331         * [objects/region.c]
4332         Fixed bug in CombineRgn() when one of the region is empty.
4334 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
4336         * [Configure]
4337         Don't assume that expr handles '==', use '=' instead.
4338         Give a (hopefully informative) message if imake fails.
4340 ----------------------------------------------------------------------
4341 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4343         * [controls/listbox.c]
4344         Fixed problems due to new scroll-bar code.
4346         * [loader/signal.c] [miscemu/ioports.c]
4347         Handle I/O opcodes that use an absolute address.
4349         * [objects/text.c]
4350         Implemented TabbedTextOut().
4352 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
4354         * [objects/metafile.c]
4355         Implemented GetMetafile().
4356         Fixed bug in PlayMetaFile() when reading disc based metafile records.
4357         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
4358         PlayMetaFileRecord().
4359         
4360 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4362         * [Imakefile]
4363         wine.sym: Remove gcc2_compiled and friends
4365         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
4366           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
4367         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
4369         * [if1632/call.S]
4370         CallToLibMain: New function
4372         * [if1632/relay.c][include/options.h][misc/main.c]
4373           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
4374         removed Options.relay_debug
4376         * [include/heap.h]
4377         HEAP_OWNER: Use ds instead of cs:ip
4379         * [loader/ne_image.c]
4380         LoadNEImage: Remember current exe, handle nodata dlls
4381         InitNEDLL: handle nodata dlls, call CallToLibMain
4383         * [loader/selector.c]
4384         CreateSelectors: Initialize auto_data_sel with 0
4386         * [memory/heap.c]
4387         HEAP_CheckHeap: Check prev
4388         HEAP_CheckLocalHeaps: new function
4390         * [misc/profile]
4391         Remember and dump only changed profiles
4393         * [tools/makedebug]
4394         Introduce debugging_xxx flags
4396 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
4398         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
4399         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
4400         pe_image.h selectors.h wintypes.h]
4401         Added.
4403         * [*/*]
4404         - Commented all 'static char copyright statements', see misc/main.c
4405         - moved prototypes to headers files, fixed wrong prototypes.
4406         - *please* add a header file for each .c if you need to export
4407           things.
4409         * [misc/main.c]
4410         Added one static string which list the names of the contributors.
4412 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
4414         * [Configure]
4415         Made the support for multiple languages more automatic.  Added
4416         a [fonts] section to the wine.conf file.  Made the defaults
4417         better.  Generally cleaned it up.
4419         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
4420         Norwegian resources and small fixes to the german resources.
4422 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4424         * [debugger/break.c]
4425         bark(), toggle_next(), should_continue(): New functions
4426         insert_break(): Fixed, adds write access to page before writing
4427         wine_bp.next_addr: new structure field
4429         * [debugger/dbg.y]
4430         Changed symbol's value to be it's value instead of the value
4431         pointed to by the symbol.
4432         Changed SIGTRAP handling to allow continuation after break point
4434         * [misc/shell.c]
4435         ShellAbout(): Load resource from memory
4437 ----------------------------------------------------------------------
4438 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4440         * [controls/scroll.c] [include/scroll.h]
4441         Rewritten most of scroll-bar code for better Windows look & feel.
4442         Implemented EnableScrollBar().
4443         Preliminary keyboard support.
4445         * [objects/bitblt.c]
4446         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
4447         bits from outside the visible region.
4449         * [objects/oembitmap.c] [include/bitmaps/obm_*]
4450         Use XPM symbolic colors to load bitmaps. This allows the colors
4451         of the bitmaps to depend on the system colors.
4453         * [tools/make_debug]
4454         Made the make_debug script more robust.
4456         * [windows/dialog.c]
4457         Fixed CheckRadioButton().
4459         * [windows/nonclient.c]
4460         A few changes to scroll-bar drawing and tracking.
4462         * [windows/winpos.c]
4463         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
4464         avoid confusion, and optimized it somewhat.
4466 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
4468         * [misc/audio.c]
4469         * [misc/mcianim.c]
4470         more coding but nothing spectacular.
4472         * [misc/mmaux.c]
4473         some coding to access '/dev/mixer'.
4475         * [misc/midi.c]
4476         some coding to read .MID files, but it's not playing yet.
4478 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
4480         * [objects/dib.c]
4481         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
4482         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
4483         includes some bitmaps output by Paint Shop Pro.  Implementation is
4484         possibly now too lax.  Please see the notes on the function about
4485         why.
4487         * [controls/desktop.c]
4488         The desktop pattern should be painted if the wallpaper doesn't
4489         cover the whole screen width OR the whole screen height.
4491 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
4493         * [objects/dib.c]
4494         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
4495         now work.
4497         * [loader/ne_resource.c] [include/resource.h]
4498         Some cleanup.
4500 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4502         * [Configure]
4503           [rc/sysres.rc]
4504         Primitive compile-time support for multiple languages
4506         * [rc/sysres_De.rc]
4507         New file
4509         * [loader/resource.c]
4510         LoadBitmap: Recognize end of sysresbm properly
4512         * [rc/Imakefile]
4513         Rules to compile resources simplified, dependencies changed
4515         * [rc/sysresbm.rc]
4516         Don't use sysresbm if using XPM
4518         * [windows/dialog.c]
4519         CreateDialogIndirectParam: Reverse Z-order of controls
4521         * [windows/message.c]
4522         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
4524         * [windows/winpos.c]
4525         NextWindowFromPoint: New function
4527         * [controls/button.c]
4528         WM_NCHITTEST: Group Box is HTTRANSPARENT
4529         BUTTON_CheckAutoRadioButton: New function
4530         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
4532 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
4534         * [objects/text.c]
4535         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
4536         is too long to break.
4538         * [objects/font.c]
4539         Don't assume helvetica if there is no font family; let the other
4540         font attributes decide what font to use.
4542         * [controls/widgets.c]
4543         Listboxes and combo boxes need to be notified of double-clicks.
4545         * [controls/listbox.c]
4546           [include/listbox.h]
4548         scrolling to bottom of list box should display last item at the
4549         bottom, not at the top.
4550         
4551         list boxes need to allocate a separate heap for their item data,
4552         rather than using the user heap.  Otherwise, it's very easy to run
4553         out of memory for list box items.
4555         removed redundant code in ListBoxAddString().  Implemented simple
4556         version of LBS_SORT.
4558         Don't put [.] in the list box when using DDL_DIRECTORY.
4560         * [controls/combo.c]
4561         Combos should pass CBS_SORT onto their list box.
4563         * [windows/win.c]
4564         If window creation is aborted, remove the window from the
4565         linked lists.
4567         * [controls/static.c]
4568         static controls with SS_ICON were always returning 0 from
4569         WM_NCCREATE.
4571         Make sure static controls have text to draw before drawing it.
4573 ----------------------------------------------------------------------
4574 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4576         * [objects/oembitmap.c]  (New file)
4577         Added possibility to use .xpm files for OEM bitmaps.
4579         * [include/bitmaps/obm*]  (New files)
4580         Redrawn all OEM bitmaps in xpm format.
4582         * [objects/font.c]
4583         Add space for internal leading when using a negative font height.
4584         Stubs for AddFontResource() and RemoveFontResource().
4585         Fix in FONT_Init() for uninitialised default font.
4587         * [windows/dialog.c]
4588         Make font height negative as it is really a point size and not a
4589         pixel size; dialogs using 8-point fonts look better now.
4591         * [windows/graphics.c]
4592         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
4594         * [windows/nonclient.c]
4595         A few changes for new OEM bitmaps.
4597 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
4599         * [windows/class.c]
4600         The names of local classes have to be stored using GlobalAtom*.
4601         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
4603         * [if1632/call.S]
4604         CallTo16(cx): It's possible to set the contents of the cx-register.
4606         * [loader/ne_image.c]
4607         InitNEDLL(): The size of the local heap is now passed in the cx-
4608         register when initializing a DLL.
4610         * [memory/heap.c]
4611         LocalInit(): The case start==0 is now handled in the way it should.
4613         * [windows/win.c]
4614         GetWindowLong(): If the adress of the windows function is requested
4615         it's no longer returned if it's within the Wine code (and therefore
4616         unreachable by a windows program). This makes Borland's OWL happy.
4618         * [controls/edit.c]
4619         EDIT_GetStr(): Added handling for off<0.
4621 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
4623         * [loader/library.c]
4624         Fixed infinite loop bug when two DLLs refer to each other (fixes
4625         hangup of Quicken during loading).
4627 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
4629         * [misc/dos_fs.c]
4630         Bug fix: The size of a disk an the available space
4631         is now returned in bytes instead of (incorrectly)
4632         KBytes.
4634 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
4636         * [windows/graphics.c]
4637         Bug fix: Pie segments are now filled with correct brush.
4639 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
4641         * [Imakefile]
4642         generate rc.o before loader.o
4644         * [controls/menu.c]
4645         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
4647         * [include/resource.h]
4648         Add struct ResourceTable
4650         * [loader/bitmap.h]
4651         Load system bitmaps from sysresbmTable
4653         * [misc/clipboard.c]
4654           [windows/event.c]
4655         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
4656         
4657         * [rc/Imakefile]
4658         generate rc.o from sysres.o and sysresbm.o. Added -lfl
4660         * [rc/rc.y]
4661         change style handling to allow ( S1 | S2 ) | S3
4663         * [rc/sysres.rc]
4664           [rc/sysresbm.rc]
4665         Put bitmaps and icons to sysresbm, everything else to sysres
4667         * [rc/winerc.c]
4668           [rc/winerc.h]
4669         Added -o, -c flags. New function set_out_file. Output to files.
4671         * [windows/dialog.c]
4672         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
4674         * [windows/nonclient.c]
4675         Create AboutWine dialog from template pointer
4677 ----------------------------------------------------------------------
4678 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4680         * [controls/static.c]
4681         Bug fix for SS_ICON controls.
4683         * [if1632/Imakefile]
4684         Fixed call.o dependencies.
4686         * [objects/clipping.c] [objects/dc.c]
4687         Fixed visible region handling. hVisRgn is always non-null now.
4689         * [windows/dce.c]
4690         Bug fix in GetDCEx for CS_OWNDC windows.
4692         * [windows/nonclient.c] [windows/painting.c]
4693         Fixes to icon window drawing.
4695         * [windows/winpos.c]
4696         A few fixes in SetWindowPos().
4698 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
4700         * [objects/bitblt.c]
4701         BitBlt(): BitBlt is now able to handle any raster operation. If
4702         the request can't be passed to XWindows directly, it's quite
4703         slow, though.
4705         * [*/*.c]
4706           [misc/main.c]
4707         Improvements of the system for handling debug messages. Options are
4708         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
4709         *debugoptions: +xxx there if you want to have turn messages xxx on).
4711         * [controls/menu.c]
4712         DestroyMenu(): The whole window won't be destroyed as a sideeffect
4713         any longer.
4715         * [misc/file.c]
4716         OpenFile(): Fixed bug in searching in system/window-directory.
4718 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
4720         * [include/windows.h]
4721         Bug fix for window related structures.
4722         DCB and COMSTAT are affected. They must be packed.
4724         * [misc/comm.c]
4725         Bug fix for COM ports:
4726         Dial and dialog window in terminal.exe now works.
4727         Non sequential COM assignments in wine.conf should not break now.
4728         Baudrate can be specified in wine.conf to overcome baudrate limitation
4729         in mswindow. See sample wine.ini
4731         * [include/comm.h]
4732         add baudrate field to DosDeviceStructre
4734         * [object/font.c]
4735         Bug fix for font assignment.
4736         Use pairs of foundry and family fontnames in X11 to correspond with
4737         window's fonts.
4738         Put font assignment ini wine.ini.
4740         * [wine.ini]
4741         Adding optional baudrate after port name in "serialports" section
4742         Add new section, "fonts".
4743         "default" is special key in "fonts" to match any unmatch window font.
4745 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
4747         * [if1632/relay.c]
4748         * [if1632/commdlg.spec]         New file.
4749         * [misc/commdlg.c]                      New file.
4750         * [include/commdlg.h]           New file.
4751         Begin of an emulated COMMDLG DLL, built-in for now.
4752         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
4753         thing you need to do is to put the real/dummy name in file relay.c)
4755         * [controls/scroll.c]
4756         * [controls/combo.c]
4757         * [controls/listbox.c]
4758         Few bug fixes and/or cosmetic.
4760         * [misc/audio.c]
4761         * [misc/mmaux.c]
4762         bug fixes and flags returned to emulate SB16.
4764         * [misc/midi.c]                         New file.
4765         skeleton for 'Midi' MMSYSTEM & MCI driver.
4767         * [misc/mcianim.c]                      New file.
4768         skeleton for 'Animation1' MCI driver.
4770         * [windows/win.c]
4771         Add new stub for GetLastActiveWindow().
4773 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
4775         * [if1632/call.S] [tools/build.c]
4776            Support for ELF format. (Not complete)
4778 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
4780         * [if1632/user.spec]
4781         Add stubs for ArrangeIconicWindows(), etc.
4783         * [if1632/kernel.spec]
4784         Add IsBad*Ptr() functions.
4786         * [loader/signal.c]
4787         Add test_memory(), for use with IsBad*Ptr().
4789         * [windows/winpos.c]
4790         Add stubs for TileChildWindows(), etc.
4792         * [windows/win.c]
4793         IsWindow() shouldn't crash if it's given a bad handle.
4794         Add stub for GetLastActivePopup().
4796         * [memory/global.c]
4797         Implement the IsBad*Ptr() functions.
4799         * [controls/listbox.c]
4800         Return the full longword of the item data in LB_GETITEMDATA.
4802         * [controls/edit.c]
4803         Don't let the user select an area past the end of the text.
4805         * [objects/text.c]
4806         In DrawText(), the code to delete crlfs also removed multiple
4807         consecutive newlines.  Also, using DT_CALCRECT didn't return
4808         the right height, and the width wasn't returned at all.
4809         This caused MessageBoxes to be missing much of their text.
4811         * [windows/scroll.c]
4812         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
4814 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
4816         * [miscemu/int21.c]
4817         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
4819         * [misc/property.c]
4820         Fixed inverted logic in EnumProps(), and changed CallBack16()
4821         call to use new arg format.
4823         * [windows/win.c]
4824         Fixed CallBack16() call in Enum[Child]Windows to use new arg
4825         format; this fixes crashes in enum procedures.
4827 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
4829         * [misc/clipboard.c]
4830           [windows/event.c]
4831           [windows/message.c]
4832         Added cut and paste between Wine and other X clients via
4833         the PRIMARY selection. Text only this time.
4835         * [controls/edit.c]
4836         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
4838         * [windows/defwnd.c]
4839         Send WM_SYSCOMMAND to overlapped ancestor window, 
4840         not the receiver of WM_SYSKEYDOWN
4842 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
4844         * [controls/edit.c]
4845         ClientWidth()/ClientHeight() macros: return 0 if size would
4846         be negative
4847         EDIT_StrLength(): takes unsigned char* instead of char*
4849         * [controls/listbox.c]
4850         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
4851         case instead of in each place required (it was omitted in
4852         some places causing problems!)
4854         * [controls/menu.c]
4855         MENU_CalcItemSize(): don't try to find size of a text item
4856         if the pointer is NULL
4858         * [include/heap.h]
4859         added definition of HEAP_LocalInit()
4861         * [include/msdos.h]
4862         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
4863         instead)
4865         * [loader/selector.c]
4866         IPCCopySelector(): added missing flags to shmget() call
4867         ? does this break linux - I added these flags in a previous
4868         patch but they were missing in the corresponding release ?
4870         * [loader/signal.c]
4871         win_fault(): added missing definitions of i, dump for those
4872         not running NetBSD or linux
4874         * [misc/dos_fs.c]
4875         DOS_GetCurrentDir(): made temp[] static so it can be safely
4876         returned
4878         * [miscemu/int21.c,int25.c,int26.c]
4879         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
4880         segmem.h where necessary.
4882         * [windows/dialog.c]
4883         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
4884         HEAP_LocalInit(), removed redundant variables
4886 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
4888         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
4889           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
4890           [objects/bitblt.c] [objects/metafile.c]
4891         Rewritten more printf's to use the new debugging system, and
4892         made wine less verbose per default. Use "-debugmsg +module"
4893         to get (almost) the same behavior as before.
4895 ----------------------------------------------------------------------
4896 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
4898         * [controls/button.c]
4899         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
4900         BM_SETSTATE.
4901         Implemented default button painting.
4902         Optimised redrawing.
4903         Fixed owner-draw buttons.
4905         * [controls/static.c]
4906         Implemented WM_SETFONT.
4907         A few optimisations in painting code.
4908         Bug fix for SS_SIMPLE controls.
4910         * [if1632/callback.c]
4911         Preliminary GetCodeHandle().
4913         * [if1632/gdi.spec]
4914         Changed 'pascal' to 'pascal16' everywhere it's needed.
4916         * [include/windows.h]
4917         Fixed a few data structures.
4919         * [memory/heap.c]
4920         Bug fix in HEAP_ReAlloc().
4922         * [misc/cursor.c]
4923         Fixed SetCursor().
4925         * [objects/bitblt.c]
4926         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
4928         * [objects/font.c]
4929         Better font mapping code.
4930         Implemented GetTextFace().
4932         * [objects/region.c]
4933         Bug fix in REGION_MakePixmap().
4934         Faster region copying.
4936         * [objects/text.c]
4937         Implemented ExtTextOut().
4938         Implemented DT_NOCLIP style for DrawText().
4940         * [windows/dc.c]
4941         Free the bitmap when deleting a memory DC.
4943         * [windows/dce.c]
4944         Added support for windows that have no associated X window.
4945         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
4947         * [windows/defdlg.c]
4948         Implemented default push button handling and DM_SETDEFID.
4949         Implemented WM_NEXTDLGCTL.
4951         * [windows/dialog.c]
4952         Implemented default push button handling.
4953         Beginning of a keyboard interface in dialogs
4954         (does not really work yet).
4955         Fixed dialogs that use a special font.
4957         * [windows/event.c] [windows/focus.c]
4958         Added support for non-X windows.
4960         * [windows/graphics.c]
4961         Rewritten FloodFill() and implemented ExtFloodFill().
4963         * [windows/message.c]
4964         Cleaner hardware messages and X events handling.
4966         * [windows/defwnd.c] [windows/painting.c]
4967         Implemented WM_SETREDRAW.
4969         * [windows/win.c]
4970         Only create an X window for top-level windows, or for the desktop.
4971         Child windows now use their parent's drawable.
4973         * [windows/winpos.c]
4974         Beginning of support for non-X windows (still somewhat broken).
4975         Implemented *DeferWindowPos().
4977         * [*/Imakefile]
4978         Cleaned up some Imakefiles.
4979         Moved dc.c from windows/ to objects/.
4980         Moved cursor.c from misc/ to windows/.
4982 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
4984         * [include/debug.h]
4985           [include/stddebug.h]
4986           [*/*.c]
4987         Rewritten all the calls to printf for displaying debug-information
4988         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
4989         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
4990         all these messages on, "-debugmsg -dll" will turn all messages 
4991         concerning DLLs off.
4993         * [controls/combo.c]
4994         Added some handling for combo controls with ownerdraw-styles
4995         (just creating and passing the necessary messages to the 
4996         corresponding listbox control; the edit-control needs to be
4997         replaced with something else).
4999         * [controls/edit.c]
5000           [windows/dialog.c]
5001         Added support for use of global heap memory in dialogs with 
5002         edit controls.
5004         * [controls/listbox.c]
5005         Added support for item data.
5006         ListBoxInsertString(): Fixed bug for elements which are not inserted
5007         after the currently last element.
5008         
5009         * [misc/dos_fs.c]
5010           [miscemu/int21.c]
5011         DOS_ValidDirectory(): Checks whether a given string is in fact the
5012         valid name of a directory.
5014 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
5016         * [Imakefile]
5017         generate wine.sym after creating wine
5019         * [debugger/dbg.y]
5020         load "wine.sym" when entering debugger
5022         * [debugger/info.c]
5023         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
5025 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
5027         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
5028         Files created
5030 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
5032         * [misc/spy.c]
5033         Exclude and Include no longer requires a terminating ';' to
5034         register the last component.
5036 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
5038         * [Configure]
5039         Rewrote much of it.  Added capability to generate a wine.ini
5040         file.  Commented out the processor emulator options until that
5041         becomes interesting.  Gives a warning if it sees any *.rej
5042         files.  I hope I haven't assumed to much about the shell/OS so
5043         that it breaks under *BSD.
5045         * [misc/dos_fs.c]
5046         Removed/changed calls to ToUnix() (which calls tolower()) so
5047         that the part of the pathname which correspond with the drive
5048         letter on DOS no longer will be mapped to lowercase.  This
5049         means that it should be possible to have uppercase letters in
5050         the [drives] section of wine.ini.
5052         * [LICENSE]
5053         Cosmetic changes so that it displays better in the window you
5054         get from pressing "Credit_License" in the "About WINE" window.
5056 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
5058         * [controls/menu.c]
5059         LoadMenu() moved to loader/resource.c.
5061         * [misc/main.c]
5062         Added stub for FileCDR().
5064         * [include/peexe.h]
5065         Added, from Eric's pe-test.
5067         * [include/resource.h]
5068         Added.
5070         * [loader/resources.c]
5071         Removed duplicated code in *Resource() functions.
5072         Moved NE-program specific functions into ne_image.c.
5073         Moved NE-fileformat functions to ne_resource.c.
5075         * [pe_image.c] [pe_resource.c]
5076         Added. Nothing implemented to run PE-executables, resource
5077         loading only.
5079         * [misc/file.c]
5080         Changed OpenFile() to use macros.
5082         * [misc/shell.c]
5083         Added NULL-ptr checks to ShellAbout().
5085         * [miscemu/int21.c]
5086         Fixed a few typos.
5088         * [miscemu/kernel.c]
5089         Added _DI = _DS, to put the caller's instance in DI. Doesn't
5090         work properly if caller changed DS :-(
5092 ----------------------------------------------------------------------
5093 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
5095         * [include/win.h]
5096         Removed seperate X window for icon, added icon width,height.
5098         * [include/windows.h]
5099         Commented out the old SW_xxx emum and added defines since
5100         they aren't enumerated.
5102         * [windows/dce.c]
5103         Removed some older IsIconic checks from GetDCEx(), functionality
5104         is now in nonclient and generic wine window handling code.
5105         Lots of thanks to Alexandre Julliard all the hints and
5106         help...
5108         * [windows/defwnd.c]
5109         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
5110         WM_PAINTICON now calls NC_HandleNCPaint.  
5112         * [windows/event.c]
5113         Removed IsIconic checks.
5115         * [windows/icon.c]
5116         Removed everything in this file for now... could be used later.
5117         Icon functionality is now handled by the generic wine windows
5118         handling functions.
5119         
5120         * [windows/mdi.c]
5121         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
5122         show up when deiconified.  Removed IsIconic checks.
5124         * [windows/message.c]
5125         Removed old icon routines from hardware_event().
5127         * [windows/nonclient.c]
5128         Changed NC_HandleNCCalcSize() so it doesn't change the size
5129         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
5130         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
5131         on an Iconic window always send a SC_RESTORE message.
5133         * [windows/painting.c]
5134         Changed RedrawWindow() so it doesn't redraw an iconic window
5135         unless it has to (no icon for this class).
5136         
5137         * [windows/win.c]
5138         Removed creation of seperate icon window from CreateWindowEx().
5139         
5140         * [windows/winpos.c]
5141         Added saving and restoring of window rectangle during
5142         iconification/deiconification to ShowWindow().  Added
5143         functions to recursively hide and show children... called
5144         by ShowWindow during iconification/deiconification.
5146 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
5148         * [windows/message.c]
5149         WaitMessage(): Fixed handling of wm_timer-messages
5151         * [miscemu/int21.c]
5152         FindNextFCB(): Rewritten to support other functions than just
5153         returning the volume label
5155         * [misc/file.c]
5156         OpenFile(): Fix in handling of OF_CREATE
5158 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
5160         * [if1632/user.spec]
5161         Added SetParent.
5163         * [windows/win.c]
5164         Added SetParent.
5166 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
5168         * [loader/selector.c]
5169         Many changes throughout file to correct handling of shared memory
5170         function return codes. FreeBSD and SunOS shm functions return
5171         -1 not 0 on error. If Linux is different, these changes
5172         will have to be backed out.
5173         CleanupSelectors(): this is a new (internal) call to free
5174         up all selectors (and shm handles/memory) for use on exit.
5176         * [include/segmem.h]
5177         Change comment to reflect new use of shm_key
5179         * [misc/main.c]
5180         called_at_exit(): add call to CleanupSelectors()
5182 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5184         * [controls/button.c]
5185         Use OBM_CHECKBOXES to draw check boxes with correct colors.
5186         Fixed bug with WM_SETTEXT handling.
5187         A few drawing optimisations.
5189         * [controls/menu.c]
5190         Implemented correct \t and \a handling in menu items.
5191         Implemented help items (flush right) on menu bar.
5192         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
5194         * [controls/static.c]
5195         Fixed SS_ICON controls and implemented STM_SETICON message
5196         handling.
5198         * [controls/widget.c]
5199         Set cursor to IDC_ARROW for built-in classes.
5201         * [include/options.h] [misc/main.c]
5202         Backing store is now off by default.
5204         * [objects/region.c]
5205         Use X regions for rectangle and polygon regions: *major* speed
5206         improvement.
5208         * [windows/dialog.c]
5209         Fixed the fix for integer ids in controls. SS_ICON controls in
5210         dialogs should work now.
5211         Implemented DS_ABSALIGN style.
5213         * [windows/graphics.c]
5214         Implemented InvertRgn().
5215         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
5216         than with CreateCompatibleDC() + BitBlt().
5218         * [windows/message.c]
5219         Determining the window for a mouse message is now done at
5220         GetMessage() time.
5221         Modified PeekMessage() handling to avoid needlessly flushing the
5222         output queue.
5224         * [windows/timer.c]
5225         Check for restart of a timer (SetTimer call with the same hwnd and
5226         id than an existing timer).
5228 ----------------------------------------------------------------------
5229 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
5231         * [misc/file.c]
5232         OpenFile(): Completly rewritten.
5234         * [miscemu/int21.c]
5235         CreateFile(): Fixed wrong mode in call to open.
5236         OpenExistingFile(): Implemented file sharing.
5237         FindNext(): Fixed.
5238         CreateNewFile(): Fixed wrong mode in call to open.
5239         fLock(): Added to handle record locking.
5240         GetFileAttribute(): Added.
5241         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
5243         * [miscemu/int2f.c]
5244         AH = 0x10: SHARE installation check
5246         * [loader/resource.c]
5247         AccessResource(): Fixed. A new file descriptor will be returned by
5248         every call to AccessResource().
5250         * [windows/utility.c]
5251         wvsprintf(): Fixed.
5253         * [controls/menu.c]
5254         FindMenuItem(): Fixed (handling for nPos == -1 added).  
5256         * [windows/win.c]
5257         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
5259         * [Configure]
5260         Added two options for a processor emulator that might be
5261         plugged in later..
5263         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
5264         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
5265         Added TaskFirst(), TaskNext(), TaskFindHandle().
5267         * [memory/global.c]
5268         Added stub for MemManInfo().
5270         * [objects/text.c]
5271         Added stub for GetTabbedTextExt().
5273         * [miscemu/*]
5274         Changed all references to registers. Please don't access
5275         the context structure.
5276         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
5278         * [misc/lstr.c]
5279         Fixed bug in AnsiUpper() & AnsiLower().
5281         * [misc/winsocket.c]
5282         bugfix in getsockopt()/setsockopt(): winsock uses different values
5283         than unix.
5285         * [objects/dib.c]
5286         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
5288 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
5290         * [controls/edit.c]
5291         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
5293         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
5294         Modified dialog code to create new heap for edit controls
5295         unless DS_LOCALEDIT style is set.
5297 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5299         * [controls/button.c] [controls/edit.c] [controls/static.c]
5300         Removed unneeded GlobalUnlock() calls.
5302         * [controls/menu.c] [include/menu.h]
5303         Lots of changes, fixed a lot of old bugs and introduced a lot of
5304         new ones :-)
5305         - Changed message loop to use MSG_GetInternalMessage().
5306         - Fixed a bug that caused the main window to lose activation when
5307           displaying a menu.
5308         - Correctly send initialisation messages (WM_INITMENUPOPUP).
5309         - Implemented EndMenu() and LookupMenuHandle().
5310         - Changed internal structures to be as compatible as possible with
5311           MS-Windows.
5312         - Allocated everything on the USER heap instead of the global heap.
5313         - Prefixed all internal function names with MENU_ and declared
5314           them static.
5315         - Moved "About Wine..." handling to NC_HandleSysCommand().
5316         - Multi-line menus should now work correctly.
5318         * [loader/resource.c] [objects/bitmap.c]
5319         Added the possibility to create OEM bitmaps directly as X bitmaps.
5321         * [objects/dcvalues.c] [windows/dc.c]
5322         Fixed GetDCOrg() to return screen coordinates.
5324         * [windows/message.c]
5325         Fixed double-click checks when the message is not removed from the
5326         queue.
5327         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
5329         * [windows/nonclient.c]
5330         Bug fix in system menu hit-test calculation.
5331         A few changes for new menu functions.
5333 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
5335         * [controls/edit.c]
5336         Bug fix in Edit_NCCreateMessage
5337         es->textlen was being used before being set
5339         * [controls/menu.c]
5340         Bug fix in MENU_DrawMenuItem
5341         don't try to write text if NULL pointer passed
5343 ----------------------------------------------------------------------
5344 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
5346         * [windows/message.c]
5347         Implemented WaitMessage() (USER.112).
5349         * [if1632/user.spec]
5350         Added WaitMessage.
5352         * [windows/defwnd.c]
5353         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
5355         * [miscemu/int{13,21,2a}.c]
5356         * [miscemu/Imakefile]
5357         * [signal/loader.c]
5358         Added a few basic disk information and diagnostic functions to
5359         prevent programs using this function from crashing. All drives
5360         are claimed to be remote ones, so direct I/O isn't allowed.
5362         * [controls/edit.c]
5363         EDIT_WriteText(): Added code to correctly erase the remaining space
5364         of the edit-control if the size of the control has changed sinced it's
5365         creation.
5367 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
5369         * [if1632/mouse.spec]
5370         Added mouse.dll entry, no functions.
5372         * [loader/resource.c]
5373         Bug fix in AccessResource(). 
5375         * [misc/keyboard.c], added [include/keyboard.h]
5376         Changed functions to return more useful values.
5378         * [windows/dialog.c]
5379         Hacked DIALOG_GetControl() to support resources which
5380         have 0xff00 - 0xffff as id. ** Needs to be done properly by
5381         someone who knows the NE fileformat **
5383 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5385         * [windows/event.c]
5386         Add new stub for EnableHGardwareInput() function.
5388         * [windows/message.c]
5389         Add coding for HWND_BROADCAST in PostMessage().
5391         * [misc/file.c]
5392         Add coding for OpenFile() also search in WindowPaths.
5394         * [misc/mmsystem.c]
5395         * [misc/audio.c]
5396         * [misc/mmaux.c]
5397         * [misc/mcicda.c]
5398         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
5399         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
5400         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
5401 ----------------------------------------------------------------------
5402 Mon Jul 18 23:55:13 MET DST 1994
5404         * [if1632/call.S]
5405         CallTo16(): added `mov %eax,%edx' just before lcall,
5406         to make sure that DX contain the DLL's hinstance when
5407         initialised.
5409         CallTo32_16() added, equal to CallTo32() except for
5410         one thing: it saves DX and 
5412         * [tools/build.c]
5413         Added some code to support 16 and 32 bit return values.
5415         * [1632/{kernel,user}.spec]
5416         Changed most of the `pascal' style to pascal_16 when
5417         function returned a 16bit value.
5419 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5421         * [controls/menu.c]
5422         Reorganized sizing and drawing code to implement multi-line menus.
5423         Implemented MENUBREAK style.
5424         Use system colors to draw menus.
5426         * [objects/color.c]
5427         Bug fix in COLOR_IsSolid().
5429         * [objects/font.c]
5430         Bug fix in FONT_GetMetrics(): calculate average character width
5431         only on existing chars (dialogs look much better).
5433         * [objects/text.c]
5434         Bug fix in DrawText(): use text color to underline mnemonic.
5436         * [windows/nonclient.c]
5437         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
5439         * [windows/syscolor.c]
5440         Added system objects for menu colors.
5442 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
5444         * [controls/menu.c]
5445         Fixed bug in SelectPrevItem that caused seperators to not be
5446         skipped when using the up arrow key.
5448 ----------------------------------------------------------------------
5449 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
5451         * [Configure]
5452         Autodetects Linux version (if running Linux).
5454         * [loader/signal.c]
5455         New signals for Linux.
5457         * [loader/ldtlib.c]
5458         New structure field in sys call.
5460 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
5462         * [load/resource.c] 
5463           fixed Memory (Resource) Leak.
5465         * [load/main.c] 
5466           fixed a printf.
5468 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5470         * [controls/desktop.c]
5471         Implemented desktop wallpaper (only 16 colors for now).
5473         * [controls/menu.c] [windows/nonclient.c]
5474         Preliminary work to allow multi-line menus.
5476         * [misc/main.c]
5477         No backing store on desktop window (not useful).
5479         * [objects/text.c]
5480         A few fixes to DrawText() to make underlines under mnemonic
5481         letters to look better.
5483         * [windows/graphics.c]
5484         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
5485         Implemented PolyPolygon() (partially working).
5487         * [windows/winpos.c]
5488         New function WINPOS_SendNCCalcSize().
5489         Cleaned up SetWindowPos() and added preliminary support for
5490         multi-line menus.
5492 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
5494         * [controls/edit.c]
5495         Changes to work as a library.
5497         * [if1632/callback.c] 
5498         Ifdefed module.
5500         * [if1632/relay.c]
5501         Changes to allow linking with WineLib.
5503         * [include/windows.h]
5504         Added macro WINELIB_UNIMP
5506         * [loader/library.c]
5507         When compiling WineLib, GetProcAddress is not implemented yet.
5509         * [loader/main.c]
5510         Added empty InitDLL when using WineLib.
5512         * [loader/ne_image.c]
5513         Some parts of the loader are needed for WineLib, ifdefed correctly
5515         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
5516         Disable compilation of module when compiling WineLib.
5518         * [toolkit/heap.c]
5519         Fixed small bug.  When passed an invalid handle WineLib would
5520         crash, now return NULL.
5522         * [toolkit/winmain.c]
5523         Call CreateNewTask in _WinMain.
5525 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
5527         * [controls/edit.c] [controls/widget.c]
5528         More changes to improve compatibility with Windows' edit
5529         control.  Finished off tab stop support.
5531 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
5533         * [if1632/relay.c]
5534         # of ordinals in shell.dll changed to 103.
5536         * [loader/signal.c]
5537         sti, cli will now be ignored.
5539         * [objects/brush.c]
5540         Added stub for GetSysColorBrush().
5542 ----------------------------------------------------------------------
5543 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
5545         * [controls/edit.c]
5546         Bug fixes and tidying up.  Preliminary tab stop support
5547         (doesn't work yet).
5549         * [windows/dialog.c]
5550         Reversed order of buttons in CheckRadioButtons so that all
5551         buttons are now displayed.
5553 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5555         * [include/options.h] [misc/main.c] [windows/win.c]
5556         Removed nosaveunders option, replaced by handling
5557         the CS_SAVEBITS flag.
5559         * [windows/class.c]
5560         Modified the fix for negative size in class extra bytes to
5561         avoid modifying the caller's data.
5563         * [windows/dc.c]
5564         Bug fix: system font must be a proportional font.
5565         Fixed a bug that caused the default pen to not be selected
5566         correctly in a DC.
5568         * [windows/graphics.c]
5569         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
5570         noticing it.
5572         * [windows/painting.c]
5573         Removed incorrect selecting of default objects in BeginPaint()
5574         (no longer needed because of the fix in dc.c).
5576 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5578         * [misc/mmsystem.c]
5579         * [misc/audio.c]
5580         Add more code to interface '/dev/dsp'.
5582         * New file [misc/mcicda.c]
5583         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
5585         * New file [misc/mmaux.c]
5586         Stubs to make a future driver connected to '/dev/mixer'.
5588         * [windows/win.c]
5589         Temporary patch to CreateWindowEx() for reseting negative
5590         coordinates to 0,0 ; because 'soundrec.exe' give negative values
5591         and I need it to work on MMSYSTEM ... :-)
5593         * [miscemu/int2f.c]
5594         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
5596 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
5598         * include/comm.h
5599         New file -- some definitions that were in comm.c now need to
5600         be shared with misc/dos_fs.c
5602         * misc/comm.c
5603         Some definitions moved into include/comm.h
5605         * misc/dos_fs.c (DOS_GetEquipment):
5606         Fixed error in equipment -- bitwise or of two values should
5607         be used instead of logical or.  Also added code to correctly
5608         report the number of serial and parallel devices.
5610 ----------------------------------------------------------------------
5611 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
5613         * [objects/bitmap.c]
5614         Allow negative bitmap sizes.
5616 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
5618         * [controls/edit.c]
5619         Improved selection display.  Added processing for WM_SETFONT,
5620         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
5621         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
5622         application's local heap.
5624         * [windows/graphics.c]
5625         Corrected bug in Rectangle().  XFillRectangle has the same
5626         width as Rectangle, but XDrawRectangle is one pixel wider
5627         for the same co-ordinates.
5629         * [memory/heap.c] [include/heap.h]
5630         Added HEAP_LocalSize function.
5632         * [windows/event.c] [windows/keyboard.c]
5633         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
5634         Added supporting code to GetKeyState and GetAsyncKeyState and
5635         merged mouse button states into GetKeyboardState.
5637         * [loader/resource.c] [include/accel.h]
5638         Added recognition of SHIFT, CONTROL and ALT keys to
5639         TranslateAccelerator.
5641         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
5642         A bit more metafile support.
5644 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
5646         * [loader/resource.c]
5647         SizeofResource() and AllocResource() added, AccessResource() updated.
5649         * [if1632/kernel.spec]
5650         FreeLibrary() used for FreeModule().
5652         * [windows/graphics.c]
5653         Rectangle(): swap left & right corners when right < left,
5654         swap top & bottom when botton < top.
5656 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5658         * [controls/combo.c]
5659         Fix bug in window style of the associated listbox.
5661         * [controls/menu.c]
5662         Skip separators in keyboard navigation by using new internal 
5663                 functions SelectPrevItem() & SelectNextItem(),
5665         * [misc/profile.c]
5666         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
5667                 IntBuf must be alloc to (5+1)=6. char instead of 5.
5669         * [misc/main.c]
5670         Put code in functions SetEnvironment() & GetEnvironment().
5672         * [misc/shell.c]
5673         Start putting some code in ExtractIcon() function.
5675         * [misc/mmsystem.c]
5676         Some code for MMTimer functions & timers list.
5678         * [miscemu/int31.c]
5679         Few stubs for DPMI interrupt calls. Nothing work yet.
5681 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
5683         * include/win.h (tagWND):
5684         Added icon fields icon, hIcon and rectClientSave to 
5685         the tagWND struct.
5687         * windows/Imakefile
5688         Added icon.c to the list of files to compile
5690         * windows/dce.c (GetDCEx):
5691         Added some checks for iconic mode and pass icon window as drawable,
5692         not the real window.
5694         * windows/defwnd.c (DefWindowProc)
5695         Added PAINTICON default windows procedure.
5697         * windows/event.c (EVENT_Expose)
5698         Added check for iconic window expose. If iconic window is exposed
5699         send a WM_PAINTICON message
5701         * windows/icon.c 
5702         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
5704         * windows/mdi.c (DefMDIChildProc)
5705         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
5707         * windows/message.c (hardware_event)
5708         Looks for icon as well as window now.
5710         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
5711         Added iconify/deiconify in NC_HandleSysCommand, new function
5712         NC_DoNCPaintIcon which paints an icon.
5714         * windows/painting.c (BeginPaint)
5715         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
5716         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
5717         windows behavior.
5719         * windows/win.h (CreateWindowEx)
5720         Set the default background color of a window to be white.
5721         Create icon window, turn off MINIMIZE if it is on, since
5722         I don't know what to do with it as of yet... register
5723         the icon with the hwnd of its window so we can identify where
5724         icon messages are coming from.
5726 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
5728         * windows/event.c: Added a hack to define XPointer when using
5729         X11R4. 
5731         * toolkit/hello.c: Test application for WineLib. To compile you'll
5732         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
5733         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
5735         * toolkit/heap.c: Extended the size of the block size per chunk.
5737         * misc/stress.c (GetFreeFileHandles): Fixed typo.
5739         * misc/main.c (main): Changes to allow compilation under SunOS. 
5741         * loader/library.c: Changed some ifdefs to compile WineLib.
5743 ----------------------------------------------------------------------
5744 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
5746         * loader/selector.c (GetCurrentPDB): 
5747         Added trivial function GetCurrentPDB() which returns the program
5748         segment prefix selector.
5750         * memory/heap.c (HEAP_Free): 
5751         If free list is empty, make the freed block the free list.
5753 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
5755         * controls/edit.c (EDIT_SetTextMsg): 
5756         Do not append a newline at the end of the last line.
5758         * windows/event.c (SetCapture): 
5759         Set winHasCursor if mouse capture succeeds.
5761 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5763         * [controls/listbox.c]
5764         Fix bug in listbox : InsertString should call AddString if -1.
5766         * [controls/menu.c]
5767         New function GetMenuState().
5769         * [controls/scroll.c] [windows/nonclient.c]
5770         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
5772         * [objects/text.c]
5773         Add Stub for TabbedTextOut(), which temporarely call Textout().
5775         * [windows/keyboard.c] [windows/event.c]
5776         New function GetKeyBoardState() with an KeyStateTable array
5777                 & associated handling in function EVENT_key().
5779 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
5781         * [controls/menu.c]
5782         IsMenu() added.
5784         * [loader/library.c]
5785         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
5786         added.
5788         * [object/gdiobj.c]
5789         IsGDIObject() added.
5791         * [miscemu/int2[56].c]
5792         bugfix: both didn't leave flags pushed on 16bit-stack.
5793         (winfile gets a bit further)
5795         * [miscemu/int16.c]
5796         Added (empty).
5798 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
5799         * windows/event.c:
5800         Added code to drop redundant motion Events in the XEvent queue.
5802 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
5804         * [misc/main.c misc/message.c include/texts.h]
5805         Removed the text-constants from message.c into variables
5806         which may be changed from X-resources.
5808         * [misc/main.c misc/message.c]
5809         added <locale.h> and setlocale() to main.c, used toupper() in message.c
5811 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
5813         * controls/button.c ( [CR]B_LButton* ) 
5814         left rc.right at full window width so click on label also 
5815         activates the control (MSWin behavior)
5817 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
5819         * include/windows.h:
5820           functions pointers can not be packed.
5821           (annoying warnings with forthcomming gcc-2.6.x)
5822         
5823         * loader/main.c (InitDLL): 
5824           Fixed a printf statement. (for control.exe) 
5826           (InitializeLoadedDLLs): 
5827           deleted shadow definition of  *wpnt.
5828           (Breaks many programs, because now COMMDLG will be
5829            initialized :-(
5831         * windows/win.c (SetWindowText): 
5832           added missing breaks; (PENSATE starts) 
5834         * windows/graphics.c (FloodFill): 
5835           Proper boundarys. (BANGBANG starts) FloodFile_rec should
5836           be rewritten.
5838         * objects/font.c (FONT_GetMetrics): 
5839           TYPO: use font->perchar only if it is defined. (WRITE starts)
5841 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
5842         controls/scroll.c:
5843         Fixes for improved behaviour when dragging thumb;
5844         Added SB_THUMBPOSITION message when thumb is released.
5846 ----------------------------------------------------------------------
5847 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
5849         * loader/selector.c (FixupFunctionPrologs): 
5850         New function to fixup loaded DLL function prologs.  It replaces the
5851         do nothing code with code that loads DS with the appropriate data
5852         segment for the DLL.
5854         * misc/cursor.c (LoadCursor): 
5855         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
5856         the possibility of multiple cursors in a single directory.  Also,
5857         it should check to see if the cursor is the right size.
5859         * objects/font.c (EnumFonts): 
5860         Checked for lpLogFontList[i] == NULL
5862         * objects/gdiobj.c (SetObjectOwner): 
5863         Removed stub.  Replaced with simple return in gdi.spec.  This
5864         function is not defined for the retail version of Windows.
5866         * memory/heap.c (WIN16_LocalHandleDelta): 
5867         New function.  This is really a dummy that imitates the proper
5868         return values.
5870         * loader/library.c (GetProcAddress): 
5871         Fixed definition of IS_BUILTIN_DLL() macro.
5873 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
5875         * miscemu/int21.c (SeekFile): 
5876         Needed to return current position in DX:AX.
5878         * windows/utility.c (windows_wsprintf): 
5879         Added support for '#' in format, and fixed bug with "ptr" being
5880         incremented too many times.
5882         * miscemu/int21.c (OpenExistingFile): 
5883         Add code to handle opening files read-only and write-only.
5885         * loader/wine.c:
5886         Segment fixups now done in LoadImage instead of _WinMain.  This
5887         is necessary to support LoadLibrary().
5889 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
5891         * [loader/*]
5892                 - fixed: GetModuleHandle() sometimes returned
5893                   a wrong handle.
5894                 - don't init dlls when cs == 0 (lzexpand, doesn't
5895                   seem to have a init function)
5896                 - LoadLibrary & LoadImage now return error instead
5897                   of stopping wine.
5898                 - moved most of NE-functions into one file.
5899                 - LoadLibrary() uses w_files list instead of its
5900                   own list.
5901                 - NE exectables are now fixed-up and initialised when
5902                   loaded instead of only once before calling InitTask.
5904         * [miscemu/int15.c] [miscemu/int31.c]
5905         Added.  
5907         * [loader/selector.c]
5908         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
5910         * [misc/main.c]
5911         Stub added for IsRomModule().
5913         * [miscemu/int21.c]
5914         Some cleanup, added heap for returning data.
5916 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
5918         * [tools/build.c]
5919         Change MAX_ORDINALS     define to higher value, 1299 entries.
5920         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
5922         * [windows/utility.c]
5923         Bug fix in windows_wsprintf(), (twice increments ...).
5925         * [windows/winpos.c]
5926         Bug fix in SetWindowPos(), redraw was done if flag
5927                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
5929         * [misc/message.c] [controls/combo.c]
5930         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
5932         * [windows/win.c]
5933         In CreateWindowEx(), do SetMenu() calls after window creation,
5934                 just before sending to WM_NCCALCSIZE.
5936         * [controls/menu.c]
5937         In function SetMenu(), now use SetWindowPos() with 
5938                 flags SWP_FRAMECHANGED to readjust menu area.
5939         Function MenuBarCalcSize() redone.
5941 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
5943         * [objects/text.c]
5944         Fixed problems associated with DT_WORDBREAK flag.  String length
5945         was not being properly decremented when lines were folded, and
5946         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
5947         both on in addition to DT_WORDBREAK.  Windows does wrapping in
5948         this case, and now so does wine.
5950 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
5952         * [edit.c]
5953         cp1 was uninitialized iff lineno == 0
5955         *  FindFile tests for existance of file even if a full
5956            filename was supplied. What about unix file names?
5958         * [controls/listbox ]
5959         wndPtr was uninitialized for LB_SETTOPINDEX
5961         * [misc/property.c]     
5962         Do not free lpProp. Is it really allocated by malloc?
5963         {edited by Bob Amstadt: changed free() to GlobalFree()}
5965 ----------------------------------------------------------------------
5966 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
5968         * miscemu/int21.c (OpenExistingFile): 
5969         OpenExistingFile needed to return handle in AX register instead
5970         of the BX register.
5972         * miscemu/int21.c (ioctlGetDeviceInfo): 
5973         Added a little code to give a fake result for normal files.
5975 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
5977         * [memory/global.c]
5978         return value from GlobalSize was completely wrong.
5980         * [miscemu/int21.h]
5981         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
5982         dta correctly.
5984         * [tools/build.c]
5985         fixed creation of pop.h to guarantee that flags are restored correctly.
5987         * [misc/comm.c]
5988         changed all occurance of strncmp() to strncasecmp().
5989         BuildCommDCB() should not require that OpenComm() be called first.
5991         * [loader/selector.c]
5992         Heap initialized to size of full segment less stack size and 
5993         automatic data size.
5995 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
5997         * [controls/listbox.c]
5998         Correct typos in ListBoxResetContent where lpls variable is
5999         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
6000         twice on the same handle if hData and hMem are the same.
6002         * [debugger/opcodes/i386-dis.c]
6003         Add new name array names_rmw for table driven decoding of the
6004         16-bit mod/rm field.  Omit large case statement in OP_E and
6005         replace with array reference to match existing coding style.
6006         Add new static variable machine with value 286 or 386 to
6007         correctly decode mod/rm field in either 16 or 32 bit modes.
6008         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
6009         to decode mod/rm.  While the code was correct for 16 bit code,
6010         it was improperly decoding mod/rm fields on word prefixed
6011         32 bit instructions.
6013         * [debugger/debug.l]
6014         Recognize new token ABORT.   Recognize single letters 'p'
6015         and 'q' as tokens.
6017         * [debugger/dbg.y]
6018         Add new token ABORT.  Allow print command to be invoked by
6019         'p' and quit command by 'q', ala GDB.  Change lots of '};'
6020         to just '}'.  Add static dummy_regs to wine_debug so that
6021         wine_debug(0, NULL) doesn't core dump with qmagic.
6023         * [debugger/info.c]
6024         Correct syntax of break command in helptext and omit former
6025         comment about probable bugginess of the disassembly since it
6026         is now correct.  Change fprintf of first backtrace stack
6027         frame to match that of the second and subsequent frames.
6029         * [loader/selector.c]
6030         Change construction of command line in CreatePSP from creating
6031         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
6032         PSP command line looks like " arg1 arg2\r" with the length not
6033         including the trailing "\r" but that is not how Windows does it.
6035         * [loader/library.c]
6036         Change uses of %s to print strings in GetModuleHandle to %x so
6037         that string IDs don't cause a core dump with qmagic.  Handle
6038         converting a string id to a literal module handle.  For
6039         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
6040         it is a real module handle.
6042         * [misc/message.c]
6043         In MessageBox, translate a NULL title argument to the string "Error".
6045         * [misc/profile.c]
6046         In GetSetProfile translate a NULL Default argument to "".  Any
6047         caller whose Default argument is NULL is buggy, but CHARMAP does it
6048         anyway.
6050         * [objects/font.c]
6051         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
6053 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
6055         * New options/resourses nosaveunders and nobackingstore.  By 
6056         default backingstore and saveunders are now enabled, these use 
6057         more memory but avoids those slow (sometimes multiple) redraws 
6058         caused be exposure events.
6060 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6062         * [misc/driver.c] New file
6063         Skeleton for 'Installable Wine Drivers' functions. :-)
6064         * [misc/audio.c] New file
6065         Skeleton for basic 'Audio Driver' functions.
6066         * [misc/network.c] New file
6067         Stubs for few networking functions.
6069         * [misc/mmsystem.c]
6070         More coding ... a dust in a galaxy ...
6071         * [misc/shell.c]
6072         Some coding for 'RegXXX' functions ... a dust in the wind ...
6074         * [misc/profile.c]
6075         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
6077         * [objects/gdi.c]
6078         New function CreateDiscardableBitmap(), it just calling 
6079         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
6081         * [controls/listbox.c]
6082         * [controls/combo.c]
6083         New font member assigned to SYSTEM_FONT as default.
6084         Added processing for WM_SETFONT message;
6087 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
6089         * [windows/event.c]
6090         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
6092         * [windows/keyboard.c]
6093         Implemented beginning of GetAsyncKeyState.
6095 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
6097         * [objects/metafile.c] [include/metafile.h]
6098           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
6099           [windows/dc.c]
6100         Further metafile support.
6102 ----------------------------------------------------------------------
6103 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
6105         * [loader/selector.c]
6106         Allocate heap and stack segments as 64k.
6108 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
6110         * [loader/selector.c]
6111         Correct typos where memcpy is used instead of memset.
6113         * [loader/resource.c]
6114         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
6115         by calculating the value when the bitmap is not compressed.
6117         * [miscemu/int21.c]
6118         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
6120         * [loader/resource.c]
6121         New function type_match to handle string resource types as
6122         well as IDs.  In addition, compare only low 4 bits of type_id
6123         when both numbers are IDs so that 0x0002 matches 0x8002.
6124         In FindResourceByNumber and FindResourceByName use type_match
6125         instead of comparing numbers.  In FindResource handle the
6126         "#number" syntax and empty strings in both the resource and
6127         type names.
6129 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
6131         * [windows/dialog.c]
6132         Fix inadvertent printing of string IDs as strings.
6134 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6136         * [controls/menu.c]
6137         New functions GetMenuItemCount(), GetMenuItemID().
6138                 GetMenuString() & HiliteMenuItem().
6139         Bug fix in CheckMenuItem().
6140         Function SetMenu() now make client area recalc if menu removed.
6142         * [windows/winpos.c]
6143         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
6144                 windows with initial width or height equal zero.
6146         * [objects/gdiobj.c]
6147         New function EnumObjects(), using new lpPenBrushList buildup
6148                 from calls to new function GDI_AppendToPenBrushList().
6149                 ('pbrush.exe' don't show its face yet ! ... :-( )
6150         New EMPTY STUB for function SetObjectOwner(),
6151                 ('mplayer.exe' call it via GetProcAddress() ...)
6153         * [objects/font.c]
6154         New internal functions ParseFontParms() & InitFontsList().
6155         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
6156         FONT_MatchFont now make retries to find closest-smallest font.
6157                 ('charmap.exe' can now show the differents fonts available)
6159         * [windows/nonclient.c]
6160         Use small dos OBM_OLD_CLOSE button for MDI windows.
6162         * [windows/graphics.c] [objects/bitmap.c]
6163         Start to remove obsolete globals such XT_screen ...
6165         * [loader/library.c]
6166         Make function GetProcAddress() working also with builtin DLLs.
6168 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
6170         * [if1632/system.spec] [if1632/toolhelp.spec]
6171         system.dll & toolhelp.dll added.
6173         * [loader/library.c]
6174         Modified GetModuleFileName() to return the full
6175         filename.
6176         Added a check to LoadLibrary() to prevent loading
6177         built in dlls. (eg. user.exe)
6178         Added a check to FreeLibrary() to prevent built-in
6179         dlls from being freed.
6180         Modified GetProcAddress() to support builtin dlls.
6182         * [loader/signal.c] [miscemu/int2f.c]
6183         Added => pifedit runs.
6185         * [misc/dos_fs.c]
6186         Added a NULL-ptr check to DOS_closedir().
6188 ----------------------------------------------------------------------
6189 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
6191         * [windows/dce.c]
6192         Fixed bug with dce initialization that was causing dialog boxes to not
6193         be displayed.
6195         * [if1632/callback.c]
6196         Better fix for bug found by Martin.
6198 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
6200         * [ memory/heap.c ]
6201         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
6203 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6205         * [objects/font.c]
6206         Make EnumFonts() calling a callback with dummy fonts ... :-)
6208         * [objects/text.c]
6209         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
6211         * [if1632/callback.c]
6212         Temporarely go around bug in CallWindowProc(), you will see printfs.
6214         * [controls/edit.c]
6215         Make EDIT controls focused by a mouse click.
6217         * [misc/property.c]
6218         Bug Fix in function EnumProps(), better use of CallBack16().
6220         * [misc/mmsystem.c]
6221         Basic Skelton's for MCI messages dispatching function.
6223 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
6225         * [windows/utility.c]
6226         Added windows_wsprintf() for the emulator, wsprintf() is
6227         for libwine.
6229 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
6231         * [misc/cursor.c]
6232         Fix pointer problems in LoadCursor leading to heap corruption.
6234         *  [ controls/menu.c ]
6235         Fix two NULL dereferencing bugs.
6237 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
6239         * [objects/font.c]
6240         Fix NULL pointer dereferencing bug in GetCharWidth.
6242         * [loader/resource.c]
6243         Fix under-allocation of memory in LoadAccelerators.
6245         * [windows/class.c]
6246         Ignore negative sizes for extra fields in RegisterClass.
6248 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
6250         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
6251           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
6252           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
6253           [windows/dc.c] [windows/mapping.c]
6254         Beginnings of metafile support.
6256         * [misc/file.c]
6257         Corrected spelling of _lcreat.
6259         * [controls/edit.c]
6260         Minor bug fixes.
6261 ----------------------------------------------------------------------
6262 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6264         * [controls/scroll.c]
6265         Make thumbtrack button disappear if scroll box ratio < 3:1.
6266         Make arrow buttons rectangular if scroll box ratio < 2:1.
6267         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
6268                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
6269         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
6271         * [loader/library.c] [loader/task.c] [misc/exec.c]
6272         Continue playing around trying to get a second task running.
6274         * [windows/mdi.c]
6275         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
6277         * [everywhere]
6278         Adding previous works of the Apr 25, 94.
6280 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
6282         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
6283         Added Martin's mmsystem.dll stubs.
6285         * [misc/sound.c]
6286         Added remaining stubs for sound.dll.
6288         * [if1632/shell.spec] [misc/shell.c]
6289         Fixed prototypes (I found them in BC 4) and added ShellAbout()
6290         and AboutDlgProc().
6292 ----------------------------------------------------------------------
6293 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6295         * [loader/signal.c]
6296         Add XUngrabPointer() & XUngrabServer() in wine_fault().
6298 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
6300         * [objects/bitblt.c]
6301         color_stretch() rewritten to use ints only. *fast!*
6302         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
6303         use color_stretch().
6305 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
6307         * [controls/menu.c]
6308         SetSysMenu() added.
6310         * [misc/cursor.c]
6311         GetCursor() added.
6313         * [misc/main.c]
6314         SwapMouseButton() added, (NOP).
6316         * [windows/win.c]
6317         GetDesktopHwnd() added.
6319         * [if1632/*spec]
6320         Added not implemented functions defs as comment.
6322         * [misc/winsocket.c]
6323         Change WSAGetXbyY() functions to non-blocking ones,
6324         Added WSAAsyncSelect(). 
6325         (WSA functions can't be canceled yet).
6327 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
6329         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
6330         path when given a simple file name.  Fixed GetSetProfile to allow
6331         enumerating all key names when KeyName is null.
6333 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6335         * [objects/bitblt.c]
6336         Add protection to BitBlt() & StretchBlt() for width or height = 0.
6338         * [windows/nonclient.c]
6339         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
6340         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
6342         * [windows/win.c]
6343         CreateWindowEx() & DestroyWindow() now call respectively
6344                 AddWindowToTask() & RemoveWindowFromTask().
6345         New empty stub for function AnyPopup().
6347         * [loader/library.c]
6348         Bug Fix : GetModuleFileName() now return full path filename.
6350         * [include/menu.h] [controls/menu.c]
6351         Add hText handle and remove obsolete MENUITEM struct members.
6352         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
6353         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
6355         * [misc/file.c]
6356         GetTempFilename() now create a file.
6357         _lcreate() use unix open (name, mode, perm), with perm=O666.
6359         * [if1632/relay.c]
6360         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
6362         * New file [misc/mmsystem.c]
6363         * New file [include/mmsystem.h]
6364         * New file [if1632/mmsystem.spec]
6365         Many, many empty stubs ... :-)
6367 ----------------------------------------------------------------------
6369 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
6371         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
6372         Fixed bug for non-Linux systems.
6374 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6376         * [windows/win.c]
6377         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
6378         New empty stub for function SetSysModalWindow().
6380         * [misc/exec.c]
6381         New empty stub for function ExitWindows().
6383         * [objects/font.c]
6384         New empty stub for function EnumFonts().
6386         * New file [misc/property.c]
6387         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
6389         * New file [misc/shell.c]
6390         New empty stubs for function RegisterShellProc(), 
6391                         ShellExecute() & ShellProc().
6393         * New files [loader/task.c] & [include/task.h]
6394         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
6395                 from 'loader/library.c'.
6397         * [if1632/user.c] [if1632/kernel.c]
6398         Put Atoms functions entries.
6400         * [controls/combo.c]
6401         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
6403         * [controls/listbox.c]
6404         New functions DirDlgSelect() & DirDlgList().
6406 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
6408         * [objects/test.c]
6409         GrayString() added.
6411         * [if1632/callback.c]
6412         CallGrayStringProc() added.
6414         * [if1632/relay.c] [if1632/mmsystem.spec]
6415         Added.
6417         * [if1632/kernel.spec] [if1632/user.spec]
6418         Added forgotten specs for atom functions.
6420 ----------------------------------------------------------------------
6421 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
6423         * misc/spy.c (SpyInit): Added more message types
6425         * [windows/mdi.c] [include/mdi.h]
6426         Maximizing and restoring child windows.
6427         Tiling of child windows.
6429 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6431         * [windows/winpos.c]
6432         Revert focus and activation to previous window when hiding a window.
6434         * [windows/syscolor.c]
6435         Implemented system color objects (brushes and pens created at
6436         SetSysColor() time for better performance).
6438         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
6439         Changed painting code to use system color objects.
6441         * [windows/message.c]
6442         New function MSG_InternalGetMessage() for internal messages
6443         loops (e.g. for dialogs or menus).
6445         * [windows/hook.c] [include/hook.h]  (New files)
6446         Beginning of the window hooks implementation.
6448         * [windows/dialog.c]
6449         Use new function MSG_InternalGetMessage() in DialogBox().
6451         * [if1632/callback.c]
6452         Added function CallHookProc().
6454 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6456         * [windows/event.c]
6457         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
6459         * [misc/exec.c]
6460         Nothing much more than a stub for LoadModule(), I saw there a lot
6461                 to be done in that corner, I will come back later ...
6463         * [loader/library.c]
6464         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
6465                         and associated modules & tasks linked-lists.
6466         (it's only an 'emerging bud', more to come next weeks).
6468         * [loader/wine.c]
6469         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
6471         * [control/menu.c]
6472         You can now click outside menu region without problem.
6473         Keyboard navig more smootly, even if a child has the focus.
6474         Bug fix in InsertItem(), (bad linklist when insert point not found).
6475         change Realloc for Free & Alloc in ModifyItem().
6476         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
6477                 done by DrawText(), (maybe it should done in DrawText() itself ?).
6479 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
6481         * [misc/profile.c]
6482         .INI files will now be stored in / loaded from the windows dir
6483         if no path is supplied.
6485         * [if1632/kernel.spec]
6486         Fixed GetDriveType's prototype.
6488         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
6489         Fixed prototypes: winsock uses a word as socket handle not an int.
6491         * [misc/winsocket.c]
6492         Added heap allocation for returned structures.
6493         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
6495         * [loader/wine.c]
6496         Added IsDLLLoaded(), used in LoadImage() to prevent loading
6497         a dll multiple times.
6498         Directory is added to wine's path when a fullpath is supplied when
6499         starting wine.
6500         LoadImage(): DLL filename used instead DLL's own internal name,
6501         fixes 'Bad DLL name' errors.
6503 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
6505         * [controls/edit.c] [controls/widgets.c]
6506         First release of edit control.
6508 ----------------------------------------------------------------------
6509 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
6511         * [include/mdi.h] [windows/mdi.c]
6512         Use WM_PARENTNOTIFY messages to activate children.
6513         Generate WM_CHILDACTIVATE messages.
6514         Beginnings handler for maxmized child window.
6515         Clean up when children are destroyed.
6517         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
6518         Removed code add 94/03/26.
6520 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6522         * [control/menu.c]
6523         Make mouse menu navigation working again. :-))
6524         (be carefull, clicking outside menus (ie.: clientrect) 
6525         not resolved yet)
6527         * [windows/nonclient.c]  [controls/scroll.c]
6528         Bugs fix in NCTrackScrollBars().
6530         * [misc/dos_fs.c]
6531         Bug fix in 'ToDos()' in conversion for '/',
6532                 (example: '/window/' was translated to 'WINDOWs').
6534         * [miscemu/int21.c]
6535         Function ChangeDir() extract possible drive before DOS_ChangeDir().
6537         * [loader/library.c]  [loader/wine.c]
6538         Playing around moving function GetProcAddress() and put some code in.
6540 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
6542         * [misc/main.c]
6543         Better explanation of command-line options.
6545         * [objects/dib.c]
6546         Implemented SetDIBitsToDevice().
6548         * [windows/dc.c]
6549         Bug fix in SetDCState().
6551         * [windows/event.c]
6552         Removed WS_DISABLED handling (now done in message.c).
6554         * [windows/message.c]
6555         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
6556         Use WindowFromPoint() to find the window for mouse events, taking
6557         into account disabled windows.
6559         * [windows/painting.c]
6560         Bug fix in BeginPaint() to allow calling it at other times than
6561         on WM_PAINT (Solitaire needs it...)
6563         * [windows/win.c]
6564         Implemented FindWindow().
6565         Rewritten EnableWindow() to behave more like Windows.
6567         * [windows/winpos.c]
6568         Rewritten WindowFromPoint() to also search child windows.
6570 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
6572         * [include/int21.h] -> [msdos.h]
6573         renamed.
6575         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
6576         new, added for int 10, 25 and 26.
6578         * [miscemu/ioports.c]
6579         new, added to allow win apps to use ioports.
6581         * [loader/signal.c]
6582         Added support for in, inb, out, outb instructions.
6584 ----------------------------------------------------------------------
6585 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
6587         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
6589 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
6591         * [windows/mdi.c]
6592         Window list properly updated.
6594         * [windows/message.c]
6595         Call WINPOS_ChildActivate() when mouse pressed.
6597         * [windows/nonclient.c]
6598         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
6599         NC_HandleNCPaint().
6601         * [windows/winpos.c]
6602         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
6604 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
6606         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
6607         (DeleteMenu): Many bug fixes.
6609         * [controls/menu.c]
6610         Created function FindMenuItem().
6612 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
6614         * [windows/win.c]
6615         Removed incorrect MDI handling code from CreateWindowEx().
6617         * [controls/menu.c]
6618         MF_STRING items needed to allocate a private copy of string.
6620         * [controls/menu.c]
6621         Fixed buggy calls to GlobalFree().
6623         * [memory/global.c]
6624         Eliminated some redundant code with function call.
6626 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
6628         * [windows/timer.c]
6629         timer list pointers looped in InsertTimer
6631 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
6633         * [misc/cursor.c]
6634         A few changes for desktop window support.
6636         * [misc/main.c]
6637         Added -depth option.
6639         * [misc/rect.c]
6640         Yet another bug fix in SubtractRect().
6642         * [objects/bitmap.c]
6643         Changes to use only one depth (specified with -depth)
6644         for color bitmaps.
6646         * [objects/brush.c]
6647         Added support for dithered solid brushes.
6649         * [objects/color.c]
6650         Use the same 20 system colors as in Windows.
6651         System palette initialisation now done in COLOR_InitPalette().
6652         Added support for a color mapping table to map logical color
6653         indexes to X colormap entries.
6654         Implemented GetNearestColor() and RealizeDefaultPalette().
6656         * [objects/dib.c]
6657         Added support for color mapping table.
6659         * [objects/dither.c]  (New file)
6660         Implemented solid color dithering.
6662         * [objects/palette.c]
6663         Implemented GetSystemPaletteEntries() and SelectPalette().
6665         * [windows/class.c]
6666         Make a copy of the menu name in RegisterClass().
6668         * [windows/dc.c]
6669         Fixed device caps when using a desktop window.
6670         Added support for the color mapping table in DCs.
6672         * [windows/event.c]
6673         Added ConfigureNotify handler on desktop window.
6675         * [windows/message.c]
6676         Removed call to XTranslateCoordinates() on every mouse motion
6677         New function MSG_Synchronize() to synchronize with the X server.
6679         * [windows/syscolor.c]
6680         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
6682         * [windows/winpos.c]
6683         Added synchronization on window mapping. Solves the double redraw
6684         problem when starting Solitaire.
6686 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6688         * [control/menu.c]      * [windows/defwnd.c]
6689         Make keyboard navigation working with menubar,
6690         but temporarely inserted a bug in menubar mouse handling ... :-((
6691         (it will be fix next week !)
6693         * [windows/defwnd.c]
6694         Connect VK_MENU to menubar navigation.
6696         * [loader/library.c]
6697         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
6699 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
6701         * [misc/main.c]
6702         Added Copy(). Added a check for `-h' to show usage.
6704         * [misc/dos_fs.c]
6705         Fixed bug in FindFile(), to load directories as dlls.
6707         * [misc/dos_fs.c]
6708         Fixed ToUnix() and ToDos() again, as my previous patch
6709         didn't make it.
6711         * [misc/dos_fs.c] [miscemu/int21.c]
6712         Bug fixes, should be able to handle all winfile and progman int21
6713         requests now except for a few small things.
6715 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
6717         * [memory/heap.c]
6718         Implemented GetFreeSystemResources().
6720 ----------------------------------------------------------------------
6721 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
6723         * controls/menu.c (GetSubMenu): Function did not return correct value
6725         * [windows/mdi.c]
6726         Beginnings of menu handling.
6728 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
6730         * [objects/font.c]
6731         if font.width equals zero use asterix instead.
6733 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
6735         * [objects/bitmap.c]
6736         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
6738         * [objects/brush.c]
6739         Some changes with pattern brushes because of the new bitmap code.
6741         * [objects/color.c]
6742         Added function COLOR_ToPhysical for better color mapping.
6744         * [objects/dib.c]
6745         Heavily optimized SetDIBits().
6747         * [windows/dc.c]
6748         Opimized SetDCState() and DC_SetupGC*() functions.
6749         Added stub for CreateIC().
6751 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6753         * [misc/message.c]
6754         Call SetFocus() after closing box to give back focus to previous owner.
6756         * [misc/files.c]
6757         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
6759         * [control/scroll.c]
6760         Calls to BitBlt() replace by StretchBlt().
6762         * [control/menu.c]
6763         Call SetFocus() to previous owner after closing Popups. 
6764         Fill stub DeleteMenu().
6766         * [control/listbox.c]
6767         * [control/combo.c]
6768         Use SetFocus() in WM_LBUTTONDOWN.
6769         Close ComboBox List upon WM_KILLFOCUS.
6770         Early development of WM_MEASUREITEM mecanism.
6772         * [windows/defwnd.c]
6773         Early development of WM_MEASUREITEM mecanism.
6775 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
6777         * [misc/atom.c]
6778         Fixed sintaxis problem when building the library.
6780 ----------------------------------------------------------------------
6781 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
6783         * [include/windows.h]
6784         Added message types and structures for MDI
6786         * [include/mdi.h]
6787         Created internal structures for handling MDI
6789         * [windows/mdi.c]
6790         Began creating MDI support
6792 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
6794         * [loader/wine.c] [include/wine.h]
6795         Added new field to "struct w_files" to hold the "name table"
6796         resource for Windows 3.0 programs
6798         * [loader/resource.c]
6799         Added code to handle programs with a "name table" resource.
6800         LoadResourceByName() modified to check for the existence of
6801         this resource.
6803 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
6805         * [objects/color.c]
6806         Added installing the private colormap on the desktop window.
6808         * [windows/event.c]
6809         Cleaned up focus event handling (see focus.c).
6810         Use GetFocus() to direct key events to the correct window.
6812         * [windows/focus.c]
6813         Rewritten SetFocus() to:
6814         - only set X focus on top-level windows
6815         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
6816         - prevent setting focus to disabled windows
6817         - install private colormap so -privatemap option works again
6819         * [windows/message.c] [windows/timer.c]
6820         Changed timer management to no longer use PostMessage(), but
6821         to generate timer messages on the fly. Also fixed a related bug
6822         in GetMessage() which could cause busy-waiting.
6824         * [windows/win.c]
6825         Only select focus events on top-level windows.
6827         * [windows/winpos.c]
6828         Added some sanity checks for desktop window.
6830 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
6832         * [misc/dos_fs.c]
6833         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
6834         Support for tilde symbol added for rootdirectories in [drives]
6835         section of wine's configfile.
6837         * [misc/file.c]
6838         hread(), hwrite() added.
6840         * [misc/main.c]
6841         hmemcpy() added.
6843         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
6844         Added STRESS.DLL, an useless dll used to stress a windows system.
6846         * [*/*]
6847         Added missing #includes, fixed prototypes for prototype checking.
6849         * [include/prototypes.h]
6851         Added prototypes for loader/*c, if1632/*c.
6853 ----------------------------------------------------------------------
6854 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
6856         * [Configure]
6857         Added reminder to set WINEPATH, if it is not set.
6859         * [Imakefile]
6860         Removed #elif's
6862         * [controls/button.c]
6863         Added BN_CLICKED notification for owner-draw buttons.
6865         * [if1632/kernel.spec] [memory/heap.c]
6866         Changed Local* functions to WIN16_Local* to prevent unconcious use
6867         of these functions.
6869         * [if1632/relay.c]
6870         Push old Stack16Frame on stack before setting.
6872         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
6873         Added multiple local heap handling in Atom* functions.
6875         * [include/regfunc.h] [miscemu/int21.c]
6876         Rewrote DOS3Call() use context frame that is already on the stack.
6878         * [misc/profile.c]
6879         Fixed to allow leading ";" to mark comments.
6881         * [misc/spy.c]
6882         Fixed bugs and added support for "include" and "exclude" filters.
6884         * [misc/user.c]
6885         Rearranged calls in InitApp().
6887         * [misc/font.c]
6888         Fixed font handling to create system fonts, if they are used.
6890         * [windows/dc.c]
6891         If text drawn on window with no font specified, then default the
6892         font to the system font.
6894 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
6896         * [controls/desktop.c]
6897         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
6898         Implemented SetDeskPattern().
6900         * [misc/main.c]
6901         Added -desktop option to get a large desktop window with
6902         everything inside it.
6903         Added -name option.
6905         * [misc/rect.c]
6906         Bug fix in SubtractRect().
6908         * [objects/*.c]
6909         Replaced the DefaultRootWindow() macro by the rootWindow variable.
6911         * [windows/event.c] [windows/message.c]
6912           [windows/nonclient.c] [windows/win.c]
6913         A few changes to accomodate the new desktop window.
6915  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
6917         * [toolkit/arch.c] --New file-- 
6918         Routines for converting little endian data structures to
6919         big-endian data structures, currently only BITMAP structures are 
6920         converted.
6922         * [misc/atom.c]
6923         When used as part of the WineLib, the code is much simpler.
6924         Doesn't depend on alignement.
6926         * [loader/wine.c]
6927         Ifdefed Emulator dependent code if compiling WineLib.
6929         * [loader/resource.c]
6930         Moved misc/resource.c to loader/resource.c.
6932         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
6933         Ifdefed whole code if compiling WINELIB.
6935         * [include/winsock.h]
6936         Added compilation define to allow compilation on SunOS.
6938         * [include/wine.h]
6939         Removed load_typeinfo and load_nameinfo prototypes, they belong
6940         to neexe.h
6942         * [include/neexe.h]
6943         Added load_typeinfo and load_nameinfo prototypes.
6945         * [include/arch.h]
6946         Fixed some bugs in the conversion routines.
6947         Added macros for Bitmap loading.
6949 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
6950         
6951         * [if1632/kernel.spec] [memory/global.c]
6952         Implemented GetFreeSpace()
6954         * [if1632/user.spec] [loader/resource.c]
6955         Implemented CreateIcon()
6957 ----------------------------------------------------------------------
6958 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
6960         * [Configure] [*/Imakefile]
6961         Created configure script to handle different types of Wine builds.
6963         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
6964         Added ability to compile Wine on systems with 14-char filename limit.
6966         * [if1632/relay.c] [include/options.h] [misc/main.c]
6967         Added -relaydbg option to command line if DEBUG_RELAY is defined.
6969         * [loader/selector.c]
6970         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
6972         * [memory/heap.c]
6973         Fixed LocalInit() to work correctly.
6975         * [misc/user.c]
6976         Added code to call loaded DLLs' initialization routines.
6978 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
6980         * [windows/dce.c]
6981         Added clipping of child windows by their parent's client area.
6983         * [windows/nonclient.c]
6984         Bug fix in NC_DoNCPaint().
6986         * [windows/painting.c]
6987         Bug fix in RedrawWindow().
6989 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
6991         * [mem/atom.c]
6992         Bug fix again in ATOM_DeleteAtom() : 
6993                 change LocalFree() by USER_HEAP_FREE().
6994         (Previous patch done Feb 13th had been lost)
6996         * [controls/scroll.c]
6997         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
6999         * [windows/class.c] (sorry Alex ...)
7000         There was no bug there "in RegisterClass() : 
7001                 WNDCLASS->lpszClassName was reset to NULL."
7002                               ^^^^^
7004         * [misc/clipboard.c]    --- New File ---
7005         New function EnumClipboardFormats().
7006         New function OpenClipboard().
7007         New function CloseClipboard().
7008         New function EmptyClipboard().
7009         New function GetClipboardOwner().
7010         New function GetClipboardViewer().
7011         New function CountClipboardFormats().
7012         New function IsClipboardFormatAvailable().
7013         New function OpenClipboard().
7014         New function GetClipboardData().
7015         New function SetClipboardViewer().
7016         New function EnumClipboardFormats().
7017         New function RegisterClipboardFormat().
7018         New function ChangeClipboardChain().
7019         New function SetClipboardData().
7020         New function GetOpenClipboardWindow().
7021         New function GetPriorityClipboardFormat().
7022         New function GetClipboardFormatName().
7024 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
7026         * [misc/comm.c]
7027         bugfix in OpenComm().
7029 ----------------------------------------------------------------------
7030 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
7032         * [include/winsock.h]
7033         The sockproto struct is already defined in <sys/socket.h>
7035         * [misc/winsock.c]
7036         Need to include <netinet/in.h> for struct in-addr.
7037         Use sys_errlist[] instead of strerror[].
7039         *[toolkit/heap.c]
7040         ANSI C specifies that the malloc functions are defined in stdlib.h,
7041           so we don't need to include malloc.h.
7043         *[loader/ldtlib.c]
7044         Print informative error message about probable cause of i386_set_ldt()
7045           failure and then exit.
7047         *[Imakefile]
7048         For systems that don't use gmake by default, set the MAKE variable
7049           to gmake and propagate it on recursive makes.
7050         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
7051           can be built with the FreeBSD 1.0.2 compiler.
7053 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
7055         * [objects/bitblt.c]
7056         Added in three functions to do stretching and compression
7057         for WHITEONBLACK, BLACKONWHITE, and color copies.
7059 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
7061         * [windows/graphics.c]
7062         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
7063         inefficent, but should suffice for now.
7065         * [include/windows.h]
7066         Changed the x,y paramaters for the FloodFill prototype 
7067         from ints to shorts
7069 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7071         * [windows/widgets.c]
7072         Added desktop window class.
7074         * [windows/painting.c]
7075         Bug fix in RedrawWindow().
7076         Implemented ExcludeUpdateRgn().
7078         * [windows/win.c] [windows/winpos.c]
7079         Implemented desktop window.
7081         * [controls/desktop.c]
7082         Preliminary desktop window procedure.
7084 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7086         * [controls/menu.c]
7087         New function LoadMenuIndirect().
7088         New function GetMenuCheckMarkDimensions().
7090         * [if1632/user.spec]
7091         Entry for DefDlgProc().
7093         * [windows/class.c]
7094         Fix bug in RegisterClass() : 
7095                 WNDCLASS->lpszMenuName was reset to NULL.
7097         * [windows/win.c]
7098         In CreateWindowEx(), if hMenu == 0 then use 
7099                 wndclass->lpszMenuName to load Menu from resource;
7101 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
7103         * [loader/library.c] [loader/wine.c]
7104         Fixed runing DLL's as main executable problem.
7106         * [misc/dos_fs.c]
7107         Added wildcard support in DOS_readdir().
7109         * [misc/winsocket.c]
7110         Added proper error handling of BSD winsocket functions.
7112         * [miscemu/int21.c]
7113         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
7115         * [main/main.c]
7116         Added functions for GetVersion, GetWinFlags and GetTimerResolution
7117         for libwine.a, SystemParametersInfo() partly implemented.
7119 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
7121         * [toolkit/winmain.c]
7122         Added _WinMain function. Setups the library (calls USER_InitApp).
7124         * [toolkit/sup.c]
7125         Added load_mz_header, load_ne_header, load_type_info and
7126         load_name_info functions.
7128         * [toolkit/heap.c] 
7129         Code cleanup. 
7131         * [misc/user.c]
7132         Moved from loader/misc.c. I hope to put back all the loader
7133         functions in the ~loader subdirectory in the future. CUrrently is
7134         needed since it has USER_InitApp.
7136         * [misc/resource.c]
7137         Since WineLib will probably need DLLs (currently it needs
7138         Sysres.dll). WineLib will be using much code of the loader again.
7139         So I removed some ifdefs that were used by WineLib.
7141         Added load_typeinfo and load_nameinfo (and the corresponding
7142         functions in [toolkit/sup.c]
7144         Added integer convertion functions in the needed places.
7146         Added very ugly patch (includes wine.c). In the next release I
7147         plan to move back all the loader routines to ~/loader. In the
7148         meantime I needed this patch. It doesn't affect any of the
7149         emulator code (its ifdefed for WineLib).
7151         * [misc/main.c]
7152         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
7153         Ifdefed argument number checking when compiling the library.
7155         * [loader/wine.c]
7156         Modified to use load_(mz|ne)_header instead of doing a direct
7157         read.  When compiling the emulator it still uses the direct read
7158         for performance. 
7160         * [include/wine.h]
7161         Prototypes for loading routines.
7163         * [include/class.h]
7164         Added WINE_PACKED macro instead of __attribute__ ((packed))
7166         * [include/arch.h]
7167         Macros for converting integers (Little endian to big-endian).
7168         Needed in the Sun to allow loading of DLL files.
7170 ----------------------------------------------------------------------
7171 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7173         * [windows/clipping.c]
7174         Moved everything into windows/painting.c and removed this file.
7176         * [windows/message.c]
7177         Removed calls to memmove() in MSG_RemoveMsg().
7179         * [windows/nonclient.c]
7180         Added WM_GETMINMAXINFO support for window resizing.
7182         * [windows/painting.c]
7183         Implemented RedrawWindow().
7185         * [windows/scroll.c]
7186         Bug fix in ScrollWindowEx().
7188         * [windows/win.c]
7189         Moved UpdateWindow() to windows/painting.c.
7191 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
7192         
7193         * [loader/wine.c] [misc/dos_fs.c]
7194         getenv() eq NULL bugfixes.
7196         * [misc/comm.c]
7197         cfmakeraw changed for SunOS.
7199 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7201         * [mem/atom.c]
7202         Bug fix in ATOM_DeleteAtom() : 
7203                 change LocalFree() by USER_HEAP_FREE().
7205         * [misc/message.c]
7206         New function FatalAppExit().
7208         * [objects/font.c]
7209         New empty stub SetMapperFlags().
7211         * [controls/menu.c]
7212         Better CheckMark & other bitmaps placement.
7214         * [windows/graphics.c]
7215         New function RoundRect() : calc.exe now working...
7217 Tue Feb 15 14:29:37 1994  John Richardson
7219         * [objects/bitblt.c]
7220         Fixed StretchBlt so it works quicker and faster.  It still doesn't
7221         use the StretchMode bits for bitmap compression, but that will
7222         come soon.
7224 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
7226         * [include/windows.h,dialog.h,gdi.h]
7227         Changed __atribute__ ((packed)) for WINE_PACKED. 
7228         When compiling the library this is defined as nothing. This gets
7229         rid with all the problems compiling under SunOS. Also 
7231         * [windows/utility.c]
7232         Added DebugPrintString.
7234         * [toolkit/sup.c]
7235         Added hSysRes = 1 definition to resolve externals.
7236         Added CallLineDDAProc function (toolkit version).
7237         Added toy, and hi ineficient memmove until code in message.c get
7238         rewritten.
7240         * [objects/gdiobj.c]
7241         Ifdefed linux/emulator-dependent code to allow compilation of
7242         WineLib.
7244         * [misc/winsocket.c]
7245         Added ifdef to allow compilation under SunOS.
7247         * [misc/resource.c]
7248         When compiling the library, the resource file is expected to be in
7249         a file called $argv[0].Res. Also the information of the resource
7250         is expected to be at offset 0 of the .Res file.
7252         * [misc/main.c]
7253         Call WinMain with arguments if compiling WineLib.
7254         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
7255         Call sync_profiles to preserve changes to .INI files.
7257         * [misc/comm.c,dos_fs.c]
7258         removed call to atexit(Comm_DeInit)
7259         removed call to atexit(DOS_DeInitFS)
7260         Shutdown functions are now called from the return of WinMain
7262         * removed memorylib subdirectory
7264         * moved memory/atom.c    to misc/atom.c
7265           moved memorylib/heap.c to toolkit/heap.c
7267         * [loader/wine.c]
7268         Moved DebugPrintString to windows/utility.c
7270         * [include/winsock.h]
7271         Define SO_DONTLINGER only if it has not been previously defined.
7273         * [include/windows.h]
7274         added definition for DLGPROC.
7275         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
7276         When compiling WineLib WNDPROC is defined with all the parameters
7277         to avoid compilation problems.
7279         * [include/user.h]
7280         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
7281         calls are translated to the library allocation routines.
7283         * [include/gdi.h,user.h]
7284         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
7285         translated to the library allocation routines.
7287         * [include/atom.h]
7288         Defined LocalAlign. When compiling the emulator it's translated as
7289         a call to LocalAlloc (the original code), when compiling WineLib
7290         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
7291         (atom.c needs aligned data on a 4 byte boundary).
7293         * [misc/file.c]
7294         Renamed KERNEL_* functions and fixed prototypes.
7296         * [if1632/kernel.spec]
7297         Renamed KERNEL_* functions in order to be used by applications
7298         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
7299         _llseek, _lopen, _lwrite).
7301         * [Makefile]
7302         Create library instead of executable when building target
7303         libwine.a 
7305 ----------------------------------------------------------------------
7306 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
7308         * [Makefiles]
7309         Use $(CC) instead of cc.
7310         Added libwine target.
7312         * [include/prototypes]
7313         #ifdefed section for WineLib
7315         * moved loader/cursor.c   to misc/cursor.c
7316           moved loader/resource.c to misc/resource.c
7317           moved misc/emulate.c    to miscemu/emulate.c
7318           moved misc/int1a.c      to miscemu/int1a.c
7319           moved misc/int21.c      to miscemu/int21.c
7320           moved misc/kernel.c     to miscemu/kernel.c
7321           moved misc/user.c       to miscemu/user.c
7323         * [memorylib/heap.c]
7324         Heap management for WineLib
7326         * [misc/comm.c]
7327         Modified to allow compilation under SunOS (#include errno, SunOS
7328         doesn't have atexit ()).
7330         * [misc/dos_fs.c]
7331         Modified to allow compilation under SunOS (#include vfs.h)
7333         * [misc/file.c]
7334         Modified to allow compilation under SunOS (OPEN_MAX constant,
7335         #include unistd.h)
7337         * [objects/palette.c]
7338         Modified to allow compilation under SunOS (#include limits)
7340         * [toolkit/sup.c]
7341         WineLib version of CallWindowProc.
7343         * [windows/event.c]
7344         Typedef XPointer under X11R4 (OpenWindows).
7346         * [windows/win.c]
7347         When compiling WineLib, use direct callbacks instead of the
7348         windows supplied callbacks.
7350 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
7352         * [loader/cursor.c]
7353         New function CURSOR_SetWinCursor(), for internal use, to set
7354         the cursor of a specific window more reliably than with SetCursor().
7356         * [windows/nonclient.c]
7357         Better window management. Moving and resizing from the system
7358         menu should work now.
7359         Added scroll-bar mouse tracking.
7361         * [windows/win.c]
7362         Moved scroll-bar creation and destruction to defwnd.c.
7364 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7366         * [windows/nonclient.c]
7367         Call to StdDrawMenuBar() during NC's drawing.
7368         New NC_TrackMouseMenuBar() function which call 
7369                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
7371         * [controls/menu.c]
7372         New ChangeMenu() function.
7373         Remove permanently old Xt menu code.
7374         Make common functions MenuButtonDown(), MenuButtonUp()
7375                 & MenuMouseMove() for both popups & menubar.
7376         
7377         * [controls/combo.c]
7378         Paint OBM_COMBO directly in combo client.
7380         * [controls/listbox.c]
7381         Fix bug in multicolumns calculations.
7383         * [controls/Makefile]
7384         Remove rules for old file 'caption.c'.
7386         * [misc/kernel.c]
7387         Remove empty stub GetModuleFileName().
7389         * [loader/library.c]
7390         New GetModuleHandle() function.
7391         New GetModuleUsage() function.
7392         New GetModuleFileName() function.
7394         * [loader/resource.c]
7395         Try to find the bug a missing menu loading ... Not found yet !
7397         * [windows/win.c]
7398         Remove old menubar creation.
7400 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
7402         * [misc/winsocket.c]
7403         More functions added.
7405         * [if1632/winsock.spec] [misc/winsocket.c]
7406         Added John Brezak's winsock.dll stuff.
7408 ----------------------------------------------------------------------
7409 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
7411         * [loader/selector.c]
7412         Added function CreateNewSegments().  Modified IPCCopySelector
7413         to allow aliasing to any arbitrary memory space.
7415         * [memory/global.c]
7416         Fixed potential bug in GlobalGetFreeSegments().
7418         * [memory/linear.c]
7419         Created functions GlobalLinearLock() and GlobalLinearUnlock().
7421 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
7423         * [controls/widgets.c]
7424         Removed CAPTION window class.
7426         * [loader/cursor.c]
7427         Bug fix in LoadCursor(): don't allocate memory every time for
7428         built-in cursors.
7430         * [windows/clipping.c]
7431         Invalidate child windows in InvalidateRgn().
7433         * [windows/defwnd.c]
7434         Added repaint of the caption when changing window text.
7436         * [windows/event.c]
7437         Modified SetCapture() to allow keyboard events while capturing.
7439         * [windows/message.c]
7440         New function MSG_GetHardwareMessage(), to do mouse tracking
7441         without returning control to the Windows program.
7443         * [windows/nonclient.c]
7444         A couple of changes in frame drawing for DLGMODALFRAME windows.
7445         Rewritten window moving code, to use MSG_GetHardwareMessage()
7446         instead of non-client mouse events (this is the way Windows
7447         does it), and to send WM_ENTERSIZEMOVE messages.
7448         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
7450         * [windows/win.c]
7451         Allocate temporary structures on the USER heap instead of
7452         using GlobalAlloc().
7454         * [windows/winpos.c]
7455         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
7457 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7459         * [windows/nonclient.c]
7460         Call to StdDrawScrollBar() during NC's drawing.
7461         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
7462         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
7463         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
7465         * [controls/menu.c]
7466         New GetSubMenu() function.
7467         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
7469         * [controls/listbox.c]
7470         Start changes to satisfy recent changes in scrollbars/windows.
7472         * [loader/resource.c]
7473         Put some code in LoadAccelerators() stub.
7474         New TranslateAccelerator() function.
7476         * [windows/win.c]
7477         Remove GetMenu() & SetMenu() functions.
7478         Call to NC_CreateScrollBars() if required by CreateWindow().
7480 ----------------------------------------------------------------------
7481 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
7483         * [window/win.c]
7484         Added functions EnumWindows, EnumChildWindows, and helper
7485         WIN_EnumChildWin.  EnumWindows won't list all wine windows
7486         because GetDesktopWindow isn't complete.  However, the code
7487         is in place for it to work correctly and only needs 
7488         GetDesktopWindow to do so.  
7490 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
7492         * [windows/defwnd.c]
7493         Added handling of activation messages (WM_ACTIVATE,
7494         WM_NCACTIVATE, WM_MOUSEACTIVATE)
7496         * [windows/event.c]
7497         De-activate the window when losing input focus.
7499         * [windows/focus.c]
7500         Bug fix in SetFocus().
7502         * [windows/message.c]
7503         Added activation of the window on mouse-clicks.
7505         * [windows/nonclient.c]
7506         Changed non-client area painting to use the correct colors
7507         depending upon the activation state.
7508         Added WM_NCACTIVATE message handling.
7509         Fixed a couple of bugs in window moving and resizing.
7511         * [windows/winpos.c]
7512         Implemented Get/SetActiveWindow().
7513         Implemented SWP_NOACTIVATE flag in SetWindowPos().
7515 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7517         * [misc/message.c]
7518         MessageBox has a CaptionBar for his title except for
7519                 MB_SYSTEMMODAL with MB_ICONHAND.
7521         * [windows/nonclient.c]
7522         Call to NC_TrackSysMenu on SysMenu button mouse click.
7524         * [windows/defwnd.c]
7525         Call to NC_TrackSysMenu on Alt key (VK_MENU).
7527         * [controls/menu.c]
7528         New GetSystemMenu() function.
7529         New CopySystemMenu() internal function.
7530         New NC_TrackSysMenu() internal function.
7532         * [include/windows.h]
7533         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
7535 ----------------------------------------------------------------------
7536 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
7538         * [window/win.c]
7539         Added functions EnableWindow, IsWindowEnabled, and helper 
7540         WIN_SetSensitive.
7541         
7542         * [window/event.c]
7543         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
7544         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
7545         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
7546         button presses beep for a disabled window.  
7547         If anyone finds better places for these checks, please tell me.
7549 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7551         * [misc/message.c]
7552         Cleanup on buttons answer value returned.
7554         * [control/combo.c]
7555         Now use OBM_COMBO bitmap dropdown button.
7557 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
7559         * [misc/comm/c]
7560         A few bugfixes.
7562 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
7564         * [loader/cursor.c]
7565         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
7567         * [include/options.h] [misc/main.c]  (New files)
7568         Rewrote main() function to get rid of Xt application context,
7569         and added command-line option parsing.
7571         * [objects/color.c]
7572         Use of a private map now configurable with command-line option.
7574         * [windows/defwnd.c]
7575         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
7577         * [windows/event.c]
7578         Removed ConfigureNotify event handler (no longer needed).
7580         * [windows/message.c]
7581         Send WM_SETCURSOR message on mouse events.
7583         * [windows/nonclient.c]
7584         Use OEM bitmaps for the drawing of the non-client area.
7585         Added caption bar buttons handling, and moving and resizing of
7586         the window via the window frame (bypassing the window manager).
7588         * [windows/painting.c]
7589         Bug fix in BeginPaint().
7591         * [windows/win.c]
7592         Set the override_redirect flag for windows (to bypass window
7593         manager).
7595         * [windows/winpos.c]
7596         Implemented WindowFromPoint(), ChildWindowFromPoint(),
7597         BringWindowToTop(), Get/SetInternalWindowPos(),
7598         Get/SetWindowPlacement().
7600 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
7602         * [memory/heap.c]
7603         Added support for multiple local heaps.
7605 ----------------------------------------------------------------------
7606 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
7608         * [window/caret.c]
7609         Modified code to use system timer.
7611 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7613         * [windows/win.c]
7614         Windows create if required new XLIB MenuBar & CaptionBar.
7616         * [windows/defwnd.c]
7617         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
7618         (I'm not sure it's the good place for it, but it work...)
7620         * [loader/resource.c]
7621         optimize in FindResourceByNumber, make lseek() if next type ...
7623         * [controls/scroll.c]
7624         scrollbar buttons are now using system resources bitmaps.
7626         * [controls/caption.c] - new file ...
7627         captionbar showing title, close button with SysMenu,
7628         and other buttons using system resources bitmaps.
7630         * [controls/menu.c]
7631         New functions: SetMenuItemBitmaps() with 'glues',
7632         Make new version of LoadMenu() & ParseMenu(),
7633         ( put #define USE_POPUPMENU ).
7634         Implementation of MenuBar functions.
7635         
7636         * [sysres.dll]
7637         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
7638         New SYSMENU menu, it don't work yet ! :-((
7640 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
7642         * [memory/atom.c]
7643         Fixed a bug that could cause atoms to be case-sensitive.
7645         * [misc/rect.c]
7646         Bug fix in SubtractRect().
7648         * [objects/clipping.c]
7649         Bug fix when setting the clip mask to an empty region.
7651         * [windows/dce.c]
7652         Bug fix in ReleaseDC().
7654         * [windows/dialog.c]
7655         Call AdjustWindowRectEx() before creating the dialog window.
7656         Added support for DS_MODALFRAME style.
7658         * [windows/event.c]
7659         Cleaned up event handling and removed old Xt stuff.
7660         Moved double-click handling to windows/message.c
7662         * [windows/focus.c]
7663         Bug fix: only set the X focus when the window is viewable.
7665         * [windows/graphics.c]
7666         Rewritten DrawReliefRect() to use brush instead of pen, and
7667         to use the system colors.
7669         * [windows/message.c]
7670         Implemented WM_NCHITTEST message sending, and non-client
7671         mouse messages.
7672         Cleaned up double-click handling, and removed the Xt code.
7674         * [windows/nonclient.c]  (New file)
7675         Implemented AdjustWindowRect().
7676         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
7678         * [windows/painting.c]
7679         Added sending of the WM_NCPAINT message in BeginPaint().
7681         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
7682         Implemented system metrics.
7684         * [windows/win.c]
7685         Bug fix in setting the parent and owner in CreateWindow().
7686         Removed the Xt code.
7688         * [windows/winpos.c]
7689         Added sending of the WM_NCPAINT message in SetWindowPos().
7690         Removed the Xt code.
7692 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
7694         * [windows/class.c]
7695         Implemented GetClassName and GetClassInfo.
7697         * [windows/caret.c]
7698         Various improvements to text caret code.
7700 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
7702         * [misc/comm.c]
7703         Patches to work with NetBSD.
7705 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
7707         * [objects/bitblt.c] Added StretchBlt().
7709 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
7711         * [misc/user.c]
7712         Added creation of system message queue.
7714         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
7715         Added DC size fields into DC structure.         
7717         * [objects/clipping.c]
7718         Bug fix in CLIPPING_IntersectRect().
7720         * [windows/class.c]
7721         Allocate a DCE instead of a DC for CS_CLASSDC classes.
7723         * [windows/clipping.c]
7724         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
7726         * [windows/dce.c]
7727         Implemented GetDCEx() and GetWindowDC().
7729         * [windows/defwnd.c]
7730         Implemented WM_WINDOWPOSCHANGED handling.
7732         * [windows/event.c]
7733         Preliminary support for Xlib event handling instead of Xt callbacks.
7734         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
7736         * [windows/message.c]
7737         Preliminary support for multiple message queues.
7738         Implemented hardware_event() to store messages into the system queue.
7739         Implemented Get/SetTaskQueue().
7740         Better WM_PAINT and WM_TIMER handling.
7741         Changes to use Xlib instead of Xt for events.
7743         * [windows/painting.c]
7744         Use GetDCEx() to retrieve the DC, to get a correct visible region.
7746         * [windows/timer.c]
7747         Moved the timer procedure callback into DispatchMessage().
7748         Changed implementation to get rid of Xt timeouts.  Timer checking
7749         is now done inside GetMessage().
7751         * [windows/win.c]
7752         Allocate a DCE instead of a DC for CS_OWNDC windows.
7753         Replaced Xt calls with Xlib calls.
7754         Moved window positioning functions into windows/winpos.c
7756         * [windows/winpos.c]  (New file)
7757         Rewritten most of the window positioning functions.
7758         Implemented SetWindowPos() and MapWindowPoints().
7760 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7762         * [if1632/user.spec]
7763         Bad arguments description for function SetDlgItemText.
7765         * [objects/text.c]
7766         Function DrawText now handle DT_CALCRECT request.
7768         * [misc/message.c]
7769         Message boxes now use DrawText with DT_CALCRECT.
7771         * [windows/graphics.c]
7772         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
7774         * [windows/win.c]
7775         Bug fix for flags in function ShowWindow.
7776         More accurate WM_SIZE generated by function ShowWindow.
7778         * [controls/listbox.c]
7779         More code for LBS_MULTIPLESEL.
7780         More code for LBS_MULTICOLUMN.
7782         * [include/windows.h]
7783         Bad define for MF_SEPARATOR.
7785         * [controls/menu.c]
7786         New functions: PopMenuWndProc() with 'glues',
7787         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
7788         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
7789         Code in stubs: CreateMenu(), DestroyMenu(). 
7791 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
7793         * loader/wine.c: Added support for relocation types 5 and 6.
7795 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
7797         * [misc/comm.c]
7798         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
7799         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
7800         GetCommError(), SetCommEventMask(), GetCommEventMask(),
7801         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
7802         WriteComm().
7804 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
7806         * [windows/caret.c]
7807         Implemented text caret functions.
7809 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
7811         * [loader/wine.c]
7812         Bug fix in LoadImage().
7814         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
7815           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
7816         Modified graphics calls to take into account the DC origin.
7818         * [windows/defwnd.c]
7819         Added preliminary WM_NCCALCSIZE handling.
7821         * [windows/event.c]
7822         Send WM_NCCALCSIZE message on resize event.
7824         * [windows/win.c]
7825         Send WM_NCCALCSIZE message in CreateWindow().
7826         Realize widgets at creation time (should prevent problems with
7827         unrealized widgets).
7829 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7831         * [controls/static.c]
7832         Send mouse & keyboard message received to its parent.
7834         * [controls/scroll.c]
7835         Send keyboard message received to its parent.
7837         * [controls/listbox.c]
7838         Add Navigation keys .
7839         ListBox now use VSCROLL & HSCROLL instead of children.
7840         Alpha version of LBS_MULTIPLESEL.
7841         Alpha version of LBS_MULTICOLUMN.
7843         * [controls/combo.c]
7844         Add Navigation keys on closed ComboBox.
7845         Remove useless 'COMBOBOX_CreateComboBox' function.
7847 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
7849         * [loader/wine.
7850         LoadImage() modified to use FindFile().
7852         * [misc/file.c]
7853         SetErrorMode added
7855         * [misc/dos_fs.c]
7856         bug fixes.
7858 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7860         * [memory/global.c]
7861         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
7863         * [sysres.dll]
7864         preliminary version of a 'glass of wine' bitmap
7866         * [windows/event.c]
7867         New function 'GetCapture'.
7869         * [controls/scroll.c]
7870         Remove useless 'SCROLLBAR_CreateScrollBar' function.
7872         * [controls/listbox.c]
7873         Remove useless 'LISTBOX_CreateListBox' function.
7875 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
7877         * [objects/font.c]
7878         Corrected bugs in GetCharWidth().
7880         * [windows/event.c]
7881         Modified EVENT_key to send Windows virtual key codes for
7882         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
7883         for printable characters.
7885 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
7887         * [windows/graphics.c]
7888         Added Polyline and Polygon
7890 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
7892         * [controls/listbox.c]
7893         ListBoxDirectory() modified to use dos_fs.c's functions to
7894         access files&|drives.
7896 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
7898         * [misc/dos_fs.c]
7899         Added FindFile() to search a file in a dos/unix style path.
7900         
7901         * [misc/file.c]
7902         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
7903         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
7904         GetDriveType.                      
7906         * [misc/int21.c]
7907         Modified.
7909 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
7911         * [misc/profile.c]
7912         The Profile functions now return the correct values. They now
7913         implement all the features described in the SDK.
7915 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
7917         * [loader/selector.c]
7918         Rewrote selector aliasing routines to use System V IPC
7919         routine to alias memory segments.
7921 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7923         * [controls/listbox.c]
7924         More consistency in functions using wIndexes
7926         * [controls/scroll.c]
7927         New function : ShowScrollBar().
7929         * [loader/cursor.c] ... New file
7930         Move cursor functions from [loader/resource.c].
7931         New function : ClipCursor().
7932         New function : GetClipCursor().
7933         New function : CreateCursor().
7934         SetCursor() now working using gloabal variable 'winHasCursor'.
7936         *[object/palette.c]
7937         New stub only : SelectPalette().
7938         New stub only : RealizePalette().
7940         *[win/event.c]
7941         New function : EVENT_enter_notify(),
7942                 update 'winHasCursor' and send WM_SETCURSOR.
7944         *[win/defwnd.c]
7945         Add processing of WM_SETCURSOR message.
7947         *[win/win.c]
7948         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
7949         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
7950         New function ClientToScreen().
7951         New function ScreenToClient().
7953 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
7955         * [files.h / regfunc.h / misc/dos.c]
7956         Removed.
7958         * [misc/dos_fs.c]
7959         Added support for loading dosdrive cfg from wine.ini.
7961         * [misc/int21.c]
7962         Modified.
7965 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
7967         * [include/atom.h] [memory/atom.c]
7968         Implemented atoms.
7970         * [windows/class.c]
7971         Modified RegisterClass() to use atoms.
7972         Implemented CS_GLOBALCLASS style.
7974         * [windows/message.c]
7975         Implemented RegisterWindowMessage().
7977         * [loader/resource.c]
7978         Bug fix in LoadResource().
7980         * [windows/dialog.c]
7981         Modified CreateDialogParam() to use Find/LoadResource().
7983 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
7985         * [windows/scroll.c]
7986         Preliminary implementations of ScrollWindow, ScrollDC and
7987         ScrollWindowEx.
7989 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7991         * [controls/listbox.c]
7992         Optimization of redraw during 'Add' or 'Insert'.
7994         * [controls/scroll.c]
7995         Optimization of WM_PAINT during 'thumbtracking'.
7997         * [controls/button.c]
7998         Add of beta implement of 'BS_OWNERDRAW'
8000         * [controls/static.c]
8001         Style 'SS_ICON' new supported.
8003         * [misc/message.c]
8004         Begin of implemantation of MB_XXX styles.
8006         * [loader/resource.c]
8007         Function LoadIcon() : now prepare transparency Bitmap mask.
8008         Function LoadCursor() : now prepare a 'X pixmapcursor'.
8009         New function SetCursor() : not finished.
8010         New function ShowCursor() : not finished.
8011         New function AccessResource() : stub.
8013         * [obj/dib.c]
8014         Function DrawIcon(): deugging phase of icon transparency mask.
8016         * [loader/library.c]
8017         new file for news functions LoadLibrary() & FreeLibrary().
8019         * [sysres.dll]
8020         Resources only 16bits DLL for System Resources, icons, etc...
8022 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
8024         * [include/dialog.h] [windows/dialog.c]
8025         Simplified dialog template parsing.
8026         Implemented DialogBoxIndirect().
8028         * [windows/win.c]
8029         Fixed bug in CreateWindow() when aborting window creation.
8030         Modified UpdateWindow() to only update visible windows.
8031         Implemented IsWindow().
8033 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8035         * [controls/listbox.c]
8036         Listbox control window : new messages.
8038         * [controls/combo.c]
8039         Combo box control window : new messages.
8041         * [misc/message.c]
8042         Moved stub MessageBox() to this new file.
8043         Implemented of a callback, now MessageBox show a window.
8045         * [loader/resource.c]
8046         New function DestroyIcon()
8047         New function DestroyCursor()
8048         Filled stub LoadIcon()
8049         Filled stub LoadCursor()
8050         Bug fixed in FindResourceByName() : missing lseek().
8052         * [obj/dib.c]
8053         New function DrawIcon()
8055         * [windows/win.c]
8056         New function CloseWindow()
8057         New function OpenIcon()
8058         New function IsIconic()
8059         New Function FindWindow()
8061 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
8063         * [loader/selector.c]
8064         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
8066 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
8068         * [loader/selector.c]
8069         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
8071 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
8073         * [loader/resource.c]
8074         Wrote FindResource(), LoadResource(), LockResource(),
8075         and FreeResource()
8077         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
8078         Changed selector allocation method.
8080 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
8082         * [if1632/callback.c if1632/call.S if1632/user.spec] 
8083         added Catch (KERNEL.55) and Throw (KERNEL.56)
8084         
8085 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8087         * [controls/scroll.c]
8088         Scroll bar control window
8089                 Bug resolved : Painting message before scroll visible.
8091         * [controls/listbox.c]
8092         Listbox control window
8093                 Destroy cleanup.
8095         * [controls/combo.c]
8096         Combo box control window
8097                 Destroy cleanup.
8099         * [controls/button.c]
8100                 GetCheck Message now return is state.
8102         * [windows/win.c]
8103         New function IsWindowVisible()
8105 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
8107         * [if1632/user.spec]
8108         Removed some duplicate entries.
8110         * [include/dialog.h] [windows/dialog.c]
8111         Implemented dialog units and fonts.
8112         Added preliminary loading of dialog resources.
8113         Preliminary implementation of DialogBox().
8114         Implemented Get/SetDlgItem* functions.
8116         * [windows/win.c]
8117         Implemented WM_PARENTNOTIFY message.
8118         Implemented CreateWindowEx() and GetWindow().
8119         Completed DestroyWindow().
8121 Mon Nov  1 18:19:34 1993  Erik Bos
8123         * [loader/signal.c]
8124         Added support for int 0x11 & 0x12.
8126         * [loader/int21.c]
8127         Improved function handling.
8129 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
8131         * [objects/font.c]
8132         Implemented GetCharWidth().
8134 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
8136         * [Makefile]
8137         Use GNU malloc.
8139         * [include/int21.h include/wine.h]
8140         Change sc_eflags to sc_efl .
8142         * [include/wine.h]
8143         Fix misplaced #endif
8144         Include <signal.h> for NetBSD
8146         * [loader/int21.c]
8147         Don't include <sys/vfs.h> in NetBSD
8148         Do include <sys/mount.h> in NetBSD
8149         Cleanup some lint.
8151 Mon Oct 26 17:59:01 1993  Erik Bos
8153         * [include/int21.h]
8154         Added.
8156         * [loader/int21.c]
8157         Added support for many dos ints.
8159         * [misc/file.c] [include/files.h]
8160         Moved OPEN_MAX and DosDriveStruct to files.h.
8162 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
8164         * [controls/button.c]
8165         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
8166         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
8167         a preliminary USERBUTTON control.
8169         * [objects/text.c]
8170         Corrected bugs in TEXT_NextLine() and added handling of prefix
8171         character.
8173         * [controls/button.c]
8174         Disabled focus handling by commenting out SetFocus() calls until
8175         serious bug can be found.
8177 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8179         * [controls/listbox.c]
8180         Listbox control window
8181                 Painting cleanup, new messages processed.
8183         * [controls/scroll.c]
8184         Scroll bar control window
8185                 Painting cleanup.
8187         * [controls/combo.c]
8188         Combo box control window
8189                 Painting cleanup.
8191 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
8193         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
8194         Better support for the private color map.
8195         Using a private map is now the default.
8197         * [windows/win.c]
8198         Bug fix.
8200         * [include/dialog.h] [windows/dialog.c]
8201         Implemented CreateDialog*() and IsDialogMessage().
8203         * [misc/xt.c] [windows/defwnd.c]
8204         Moved DefWindowProc() to defwnd.c.
8205         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
8207         * [windows/defdlg.c]
8208         Started the implementation of DefDlgProc().
8210         * [windows/win.c]
8211         Added WM_NCCREATE and WM_NCDESTROY messages.
8212         Implemented IsChild().
8214 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
8216         * [windows/focus.c]
8217         Implemented GetFocus() and SetFocus().
8219         * [windows/event.c]
8220         Added processing of FocusIn and FocusOut events.
8222         * [windows/graphics.c]
8223         Added DrawFocusRect().
8225 Sat Oct  9 14:36:57 1993  Erik Bos
8227         * [loader/int1a.c]
8228         Added more function handling.
8230 Wed Oct  6 12:21:22 1993  Erik Bos
8232         * [loader/signal.c]
8233         Split signal.c into int1a.c, int21.c and signal.c.
8235 Tue Oct  5 22:12:40 1993  David Metcalfe
8237         * [controls/static.c] [control/widgets.c]
8238         Static control class.
8240         * [objects/text.c]
8241         Added processing of additional DT_ flags to DrawText().
8243         * [windows/win.c] [misc/xt.c]
8244         Added SetWindowText() and WM_SETTEXT processing.
8246 Tue Oct  5 22:12:40 1993  Martin Ayotte
8248         * [controls/listbox.c]
8249         Listbox control window
8251         * [controls/scroll.c]
8252         Scroll bar control window
8254         * [controls/combo.c]
8255         Combo box control window
8257         * [include/combo.h]
8258         Combo box definitions
8260         * [include/listbox.h]
8261         Listbox definitions
8263         * [include/scroll.h]
8264         Scroll bar definitions
8266 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
8268         * [if1632/callback.c]
8269         Fixed bug in MakeProcInstance().
8271         * [debugger/info.c]
8272         Changed x/w and x/b to display in hex.
8274         * [debugger/i386-pinsn.c]
8275         Added code to properly unassemble 16-bit indexing.
8277 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
8279         * [loader/files.c] [misc/profile.c]
8280         System initialization file is now called "wine.ini" and can
8281         be located in the current directory, the user's home directory,
8282         or any directories specified in the WINEPATH environment variable.
8284         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
8285         Changed register function stack to match sigcontext structure.
8287 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
8289         * [loader/files.c]
8290         Created function to search a path for files to load.
8292         * [loader/wine.c]
8293         Modified exe and dll file loading to search through path
8294         specified by the environment variable WINEPATH.
8296 Thu Sep 30 22:30:21 1993  Eric Youngdale
8298         * [loader/signal.c]
8299         Bug fix.
8301 Thu Sep 30 22:30:21 1993  John Brezak
8303         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
8304           [debugger/obstack.h]
8305         Updates to allow debugger to function under NetBSD.
8307 Tue Sep 28 19:59:21 1993  David Metcalfe
8309         * [windows/win.c]
8310         Implemented support for windows with no borders.  Added
8311         GetParent(), GetDlgCtrlID(), GetWindowText() and
8312         GetWindowTextLength() functions.
8314         * [misc/xt.c]
8315         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
8316         to DefWindowProc and Implemented MessageBeep().
8318         * [windows/syscolor.c]
8319         Added preliminary system color support.
8321         * [controls/button1.c]
8322         Mods to new button control and integration with Wine.
8324 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
8326         * [controls/button1.c]
8327         New button control using GDI functions.
8328         
8329 Tue Sep 28 19:59:21 1993  Eric Youngdale
8331         * [debugger/*]
8332         Added debugging capabilities to Wine
8334 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
8336         * [objects/region.c]
8337         Bug fix
8339 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
8341         * [tools/build.c]
8342         Changed the entry point code to reduce the standard entry
8343         point size from 22 bytes to 10 bytes.  This leaves about
8344         4000 free entry points instead of the 800 in version 0.4.2.
8346         * [loader/resource.c]
8347         Rewrote functions to allow loading of resources from any
8348         DLL.
8350         * [loader/wine.c] [include/wine.h]
8351         Added functions GetFilenameFromInstance() and GetFileInfo()
8352         to search for a loaded file based on its instance handle.
8353         Added a field in struct w_files to make searching by an instance
8354         handle faster.
8356 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
8358         * [misc/profile.c]
8359         Implementation of .INI file handling
8361 Mon Sep 20 10:54:32 1993  David Metcalfe
8363         * [misc/profile.c.old]
8364         Implementation of .INI file handling
8366 Mon Sep 20 10:54:32 1993  John Brezak
8368         * [controls/WinButton.c]
8369         Bug fix with call to XtVaSetValues.
8371 Mon Sep 20 10:54:32 1993  Alexandre Julliard
8373         * [windows/win.c]
8374         Quick patch to get colormaps to work with button widget.
8376 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
8378         * misc/keyboard.c: 
8379         Ifdefed out some bogus Ansi<->Oem conversion functions
8381         * misc/lstr.c: 
8382         New file with string functions like lstr* IsChar* *Ansi* 
8384 Wed Sep 15 20:35:10 1993  John Brezak
8386         * [loader/signal.c]
8387         Additional changes to support NetBSD.
8389 Wed Sep 15 22:19:22 1993  Martin Ayotte
8391         * [windows/graphics.c]
8392         Added FrameRect function
8394 Tue Sep 14 13:54:45 1993  Alexandre Julliard
8396         * [objects/color.c] [objects/palette.c]
8397         Preliminary support for private color map.
8399         * [windows/class.c]
8400         Implemented CS_CLASSDC style.
8402         * [windows/dce.c]
8403         Moved DCEs to USER heap.
8404         Implemented class and window DCs.
8406         * [windows/event.c]
8407         Implemented CS_DBLCLKS style.
8409         * [windows/graphics.c]
8410         Bug fix in SetPixel().
8412         * [windows/win.c]       
8413         Implemented CS_OWNDC style.
8414         Implemented Get/SetWindowLong().
8416         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
8417           [windows/dce.c] [windows/message.c] [windows/win.c]   
8418         Moved windows from global heap to USER heap.
8420 Mon Sep 13 05:00:11 1993  Eric Youngdale
8422         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
8423           [loader/wine.c] [tools/build.c]
8424         Added ability to generate missing functions statistics.
8426 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
8428         * [WIN31-APPLETS]
8429         Added new file.
8431         * [if1632/kernel.spec]
8432         Added definitions for GetProfile{Int,String} and SetHandleCount.
8434         * [if1632/keyboard.spec]
8435         Created interface specification for Keyboard driver DLL.
8437         * [if1632/relay.c]
8438         Added keyboard.dll to list of included DLLs.
8440         * [if1632/user.spec]
8441         Added LoadAccelerators definition.
8443         * [loader/resource.c]
8444         Added LoadAccelerators stub.
8446         * [misc/file.c]
8447         Changed OpenFile, and added SetHandleCount (for winfile.exe)
8449         * [misc/keyboard.c]
8450         Added keyboard code.
8452         * [misc/profile.c] [misc/xt.c]
8453         Moved GetPrivateProfile* commands here, and added GetProfile*
8454         commands.
8456 Mon Sep 13 10:24:37 1993  Andrew Bulhak
8458         * [windows/utility.c]
8459         Implemented MulDiv(), OutputDebugString() and wvsprintf()
8461 Fri Sep 10 09:13:30 1993  John Brezak
8463         * [*/Makefile]
8464         Created patch to allow BSD make to build wine.
8466         * [windows/win.c]
8467         Fixed NULL pointer reference.
8469         * [windows/message.c] [misc/xt.c]
8470         Defined HZ to handle system specific timing.
8472         * [windows/graphics.c]
8473         Use M_PI is PI
8475         * [objects/pallete.c]
8476         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
8478         * [dump.c] [ldt.c] [wine.c]
8479         ifdef'ed linux headers for linux compile.
8481         * [loader/ldtlib.c]
8482         Add NetBSD system calls when compiled on that system.
8484         * [loader/selector.c]
8485         Use mmap(MAP_ANON, ...) for NetBSD.
8487         * [if1632/call.S]
8488         Fixed selector assumptions.
8490 Thu Sep 9 20:01:37 1993  David Metcalfe
8492         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
8493           [windows/win.c] [windows/class.c]
8494         Added 3D button control and tied into CreateWindow()
8496 Thu Sep  9 07:35:24 1993  Scott Laird
8498         * [if1632/sound.spec]
8499         Created interface specification for SOUND DLL.
8501         * [if1632/win87em.spec]
8502         Added more functions to the WIN87EM DLL interface specification
8504         * [misc/emulate.c]
8505         Created stubs for the new math emulation functions.
8507         * [misc/sound.c]
8508         Created stubs for the SOUND DLL.
8510 Sun Sep  5 21:02:10 1993  John Burton
8512         * [if1632/kernel.spec]
8513         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
8514         and _lwrite.
8516         * [include/windows.h]
8517         Added OF_ macros
8519         * [misc/file.c]
8520         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
8522 Fri Sep  3 18:47:03 1993  Alexandre Julliard
8524         * [windows/dc.c]
8525         Bug fix
8527         * [objects/text.c]
8528         Bug fix
8530 Fri Sep  3 18:47:03 1993  Bob Amstadt
8532         * [objects/linedda.c]
8533         Finished LineDDA().
8535 Fri Sep  3 11:52:18 1993  Bob Amstadt
8537         * [windows/timer.c]
8538         Changed to use CallWindowProc() rather directly calling callback.
8540         * [windows/event.c]
8541         Implemented SetCapture() and ReleaseCapture()
8543         * [windows/keyboard.c]
8544         Created stub for GetKeyState()
8546         * [objects/linedda.c]
8547         Created stub for LineDDA()
8549         * [if1632/callback.c]
8550         Created callback handler for LineDDA callback procedure.
8552         * [if1632/callback.c]
8553         Created FreeProcInstance()
8555 Fri Sep  3 08:36:52 1993  David Metcalfe
8557         * [loader/signal.c]
8558         Patch to and code for INT 1A
8560 Thu Sep  2 00:31:54 1993  Alexandre Julliard
8562         * [objects/font.c] [objects/text.c]
8563         More text support: implemented justification and underlining.
8565         * [windows/clipping.c] [objects/clipping.c]
8566         Moved low-level clipping functions to objects/clipping.c.
8568         * [windows/clipping.c] [windows/event.c] [windows/message.c]
8569         Implemented window update regions.
8571         * [windows/dc.c] [objects/dcvalues.c]
8572         Moved some device-independent DC functions to objects/dcvalues.c.
8574         * [windows/graphics.c]
8575         Implemented InvertRect() and GetPixel().
8577 Sat Aug 28 08:40:23 1993  Eric Youngdale
8579         * [include/neexe.h] [loader/wine.c]
8580         Added code to handle relocation type 4.
8582         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
8583         Added support for dos interrupts.
8585 Thu 26 Aug 19:15:00 1993  Eric Youngdale
8587         * [loader/selector.c]
8588         Fixed bug dealing with loading DLLs.
8590 Thu Aug 26 19:22:40 1993  Alexandre Julliard
8592         * [include/gdi.h] [objects/font.c] [windows/dc.c]
8593         Beginning of real font support.
8595         * [windows/graphics.c]
8596         Implemented PatBlt().
8598         * [memory/global.c]
8599         Corrected a bug with linked list handling in GlobalAlloc().
8601         * [objects/bitmap.c]
8602         Corrected a bug in BITMAP_SelectObject().
8604 Tue Aug 24 19:22:40 1993  David Metcalfe
8606         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
8607           [controls/SmeMenuButt*]
8608         Change code to support & as a special character in menu item text.
8610 Tue Aug 24 19:22:40 1993  Alexandre Julliard
8612         * [include/gdi.h] [windows/dc.c]
8613         Heavily modified the DC structure for better device-independence.
8615         * [objects/bitmap.c]
8616         Implemented bitmap dimensions.
8618         * [windows/dc.c] [windows/dce.c]
8619         Implemented DC state saving and restoring.
8621         * [windows/dc.c]
8622         Implemented ROP mode.
8624         * [windows/graphics.c]
8625         Implemented FillRect().
8627 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
8629         * [misc/xt.c]
8630         Fixed bug in InvalidateRect().  Solitaire attempted to
8631         clear window before it was realized.
8633         * [loader/resource.c]
8634         Began rewrite of LoadBitmap().
8636         * [loader/wine.c]
8637         Fixed code which set Argv and Argc global variables.
8639         * [loader/selector.c]
8640         Added code to set up command line arguments.
8642         * [include/neexe.h]
8643         Fixed error in PSP structure.
8645 Tue Aug 17 20:41:12 1993  Alexandre Julliard
8647         * [include/gdi.h] [windows/dc.c]
8648         Implemented device capabilities.
8650         * [objects/region.c]
8651         Implemented EqualRgn() and CombineRgn().
8653         * [windows/clipping.c]
8654         Implemented Save/RestoreVisRgn().
8656         * [windows/graphics.c]
8657         Implemented PaintRgn() and FillRgn().
8659         * [windows/mapping.c]
8660         Implemented mapping modes.
8662 Tue Aug 10 14:07:38 1993  Alexandre Julliard
8664         * [if1632/user.spec] [misc/rect.c]
8665         Implemented rectangle API functions.
8667         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
8668         Implemented regions.
8670         * [windows/class.c]
8671         Corrected a typo in UnregisterClass().
8673         * [windows/clipping.c] [windows/dc.c]
8674         Implemented DC clipping and visible region.
8676 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
8678         * [controls/menu.c] [windows/win.c]
8679         SetMenu(), GetMenu(), CheckMenuItem() implemented
8681 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
8683         * [controls/menu.c] [windows/win.c]
8684         Many improvements menus.  LoadMenu() should work.
8686 Wed Aug  4 14:55:36 1993  Alexandre Julliard
8688         * [objects/dib.c]
8689         Started the implementation of device-independent bitmaps.
8691         * [objects/bitmap.c]
8692         Added support for multiple bitmap depths.
8694         * [objects/brush.c]
8695         Implemented pattern brushes.
8697         * [windows/dc.c] [windows/graphics.c]
8698         Implemented some GDI graphics primitives.
8700 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
8702         * [controls/menu.c] [windows/win.c] [include/menu.h]
8703         Code to load class menus from executable file.
8705         * [if1632/user.spec]
8706         Fixed specification of SendMessage() and PostMessage.
8708 Mon Jul 26 21:53:24 1993  Alexandre Julliard
8710         * [if1632/call.S]
8711         Corrected a bug in KERNEL_InitTask().
8713         * [include/windows.h]
8714         Added a lot of constants.
8716         * [loader/selector.c]
8717         Corrected a bug in segment allocation in CreateSelectors().
8719         * [objects/bitmap.c]
8720         Implemented SelectObject() for bitmaps.
8722         * [objects/brush.c]
8723         Implemented hatched brushes and SelectObject().
8725         * [objects/gdiobj.c]
8726         Removed linked list (not needed).
8728         * [objects/palette.c]
8729         Implemented system palette creation and misc. palette API functions.
8731         * [windows/timer.c]
8732         Implemented timers.
8734         * [windows/dc.c]
8735         Implemented memory device contexts.
8737 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
8739         * [dos.c]
8740         Split DOS3Call() out of kernel.c.  Added support for get date
8741         and time functions.
8743         * [call.S]
8744         Added function ReturnFromRegisterFunc() to allow DOS calls
8745         to return values in registers.
8747         * [regfunc.h]
8748         Macros to access registers saved on stack.
8750 Tue Jul 20 10:38:59 1993  Alexandre Julliard
8752         * [win.c]
8753         Corrected allocation of the WM_CREATE data structure.
8755         * [dce.c] [dce.h]
8756         Implemented DCE handling.
8758         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
8759           [gdiobj.c] [palette.c] [pen.c]
8760         Implemented the GDI objects data structures and allocation.
8762         * [windows.h]
8763         Added several structures and constants for GDI objects.
8765 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
8767         * [ldtlib.c]
8768         Modified system calls to match Linus' new interface for
8769         the LDT modification.
8771         * [win.c]
8772         Fixed bug with WM_CREATE message.
8774         * [heap.c] [kernel.spec]
8775         Completed local heap allocation functions.
8777         * [global.c]
8778         Created function GlobalQuickAlloc() for easy allocation from DLLs
8780 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
8782         * [global.c]
8783         Completed global memory pool API
8785 Sun Jul 11 16:59:52 1993  Alexandre Julliard
8787         * [message.c] [user.c] [user.spec] [windows.h]
8788         Added emulation of Windows message queue.
8790 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
8792         * [build.c] Original by Bob Amstadt
8793         * [callback.c] Original by Bob Amstadt, updates by 
8794         Alexandre Julliard
8795         * [dump.c] Original by Bob Amstadt
8796         * [global.c] Original by Bob Amstadt
8797         * [heap.c] Original by Bob Amstadt
8798         * [kernel.c] Original by Bob Amstadt
8799         * [ldt.c] Original by Bob Amstadt
8800         * [ldtlib.c] Original by Bob Amstadt
8801         * [relay.c] Original by Bob Amstadt
8802         * [resource.c] Original by Bob Amstadt, updates by 
8803         Alexandre Juliard
8804         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
8805         * [user.c] Original by Bob Amstadt
8806         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
8807         Alexandre Julliard
8808         * [wintcl.c] Original by Regents of the University of California,
8809         updates by Peter MacDonald and Alexandre Julliard
8810         * [callback.h] Original by Bob Amstadt
8811         * [dlls.h] Original by Bob Amstadt
8812         * [heap.h] Original by Bob Amstadt
8813         * [neexe.h] Original by Bob Amstadt
8814         * [prototypes.h] Original by Bob Amstadt, updates by 
8815         Eric Youngdale
8816         * [segmem.h] Original by Bob Amstadt
8817         * [tkInt.h] Original by Regents of the University of California
8818         * [windows.h] Original by Peter MacDonald, updates by 
8819         Alexandre Julliard and Bob Amstadt
8820         * [wine.h] Original by Eric Youngdale
8821         * [kernel.spec] Original by Bob Amstadt, updates by 
8822         Alexandre Julliard
8823         * [gdi.spec] Original by Bob Amstadt, updates by 
8824         Alexandre Julliard
8825         * [shell.spec] Original by Bob Amstadt
8826         * [unixlib.spec] Original by Bob Amstadt
8827         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
8828         * [win87em.spec] Original by Bob Amstadt
8829         * [Windows.tcl] Original by Peter MacDonald, updates by 
8830         Alexandre Julliard
8831         * [build-spec.txt] Original by Bob Amstadt
8832         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale