Release 960824
[wine/multimedia.git] / ChangeLog
blobe30e7a8bf16b11b7e9c97eecf3f6a81169d13bd3
1 ----------------------------------------------------------------------
2 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [controls/scroll.c]
5         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
7         * [graphics/driver.c] [include/x11drv.h]
8         New files for graphics driver handling.
10         * [if1632/relay.c] [include/registers.h] [tools/build.c]
11         Implemented Win32 register functions. Not really tested yet.
13         * [include/gdi.h]
14         Added a lot of functions to the DC func table.
16         * [loader/pe_image.c]
17         Initialise %fs before calling out to 32-bit code.
19         * [windows/hook.c]
20         Fixed bug in HOOK_GetHook().
22         * [windows/win.c]
23         Fixed FindWindow to return an error if the class name doesn't exist.
25 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
27         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
28         mpr.dll specs added.
30         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
31         QueryPerformanceCounter(), GlobalMemoryStatus() added.
33         * [if1632/user32.spec] [win32/error.c]
34         SetLastErrorEx() added.
36         * [misc/commdlg.c]
37         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
39         * [misc/registry.c]
40         Some missing NULL ptr checks added, misc clean up.
42 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
44         * [controls/menu.c]
45         Adjust popup menu coordinates so that it always stays within 
46         the desktop.
48         * [misc/main.c]
49         Fixed GetEnvironment() return value for lpEnv == NULL case.
51 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
53         * [misc/crtdll.c] [if1632/crtdll.spec]
54         Added some is* functions, strlen and tolower.
55         
56 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
58         * [tools/wineconf]
59         New perl script to generate the wine.conf file.
61 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
63         * [if1632/gdi.spec]
64         Lots of printer functions.
65         
66         * [include/callback.h]
67         New functions for printer driver support.
69         * [include/gdi.h]
70         New/changed structures to support printer driver.
72         * [misc/escape.c]
73         New version that uses function table in DC structure.
75         * [objects/dc.c]
76         CreateDC copes with things other than Display.
77         X code for CreateDC moved to graphics/x11drv directory.
78         CreateCompatibleDC copies func table from original DC.
80         * [objects/font.c]
81         GetTextExtentPoint32A,GetTextMetrics16 use function table in
82         DC and code moved to drivers directory.
84         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
85         New files for printer support. 
87 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
89         * [controls/scroll.c]
90         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
91         code. There are a few options in which I'm probably the wrong person
92         for the job (page size and disable bar). There are comments in the
93         code as to what they should do.
95         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
96         Added 32 bit version of FONT_GetObject.
98 ----------------------------------------------------------------------
99 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
101         * [files/drive.c]
102         Added 'Filesystem' option in drives configuration.
104         * [files/dos_fs.c] 
105         Added handling of case-insensitive filesystems.
107         * [memory/selector.c] [include/stackframe.h]
108         Removed MAKE_SEGPTR.
110         * [misc/commdlg.c] [multimedia/mcistring.c]
111         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
113         * [objects/bitblt.c] [windows/graphics.c]
114         Use an intermediary pixmap to avoid some BadMatch errors on
115         XGetImage().
117 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
119         * [windows/message.c]
120         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
122         * [misc/ver.c]
123         Fixed a bad string result in VerQueryValue[16|32A|32W].
125 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
127         * [if1632/crtdll.spec] [misc/crtdll.c]
128         More additions to get win95 programs further down the road.
130         * [if1632/kernel.spec] [loader/module.c]
131         GetModuleName() added.
132         LoadModule(): params->showCmd can be NULL.
134         * [if1632/kernel32.spec] [if1632/thunk.c]
135         ThunkConnect32() stub added.
137         * [loader/resource.c]
138         Entries include lastentry.
140         * [misc/shell.c] [files/file.c]
141         Made progman work again.
143 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
144         
145         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
146         Icon painting fixes.
148         * [windows/winpos.c] [windows/painting.c]
149         Enforce and follow hrgnUpdate more closely to cut down on
150         redundant RedrawWindow() calls.
152         * [windows/event.c]
153         Process ConfigureNotify only for managed windows.
155         * [windows/winpos.c]
156         Do not redraw parent if the window was hidden before SetWindowPos().
158         * [windows/nonclient.c]
159         Omit some nonclient decoration painting for managed windows.
161         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
162         Implemented WM_NEXTMENU.
164         * [controls/listbox.c]
165         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
167         * [misc/shell.c]
168         Added .ICO file handling to ExtractIcon().
170 ----------------------------------------------------------------------
171 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
173         * [configure.in] [include/acconfig.h] [tools/build.c]
174         Added check for underscore on external symbols.
176         * [memory/selector.c] [memory/global.c]
177         Fixed FreeSelector() to free only one selector.
178         Added SELECTOR_FreeBlock() to free an array of selectors.
180         * [objects/color.c]
181         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
182         hi-color displays.
184         * [tools/build.c] [if1632/crtdll.spec]
185         Added 'extern' type, used for external variables or functions.
187         * [windows/winpos.c]
188         Allow de-activating a window in WINPOS_ChangeActiveWindow().
190         * [windows/winproc.c]
191         Added 32-to-16 translation for button messages.
192         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
193         happen to be valid SEGPTRs.
195 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
197         * [windows/message.c]
198         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
199         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
201         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
202         Introduced undocumented API function IsValidMetaFile(), plus a
203         minor fix in last patch of CopyMetaFile().
205         * [objects/gdiobj.c]
206         Removed a FIXME in IsGDIObject(): added magic word check.
208 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
210         * [controls/statuswin.c]
211         First pass at implementing the StatusWindow class.
213         * [include/commctrl.h]
214         Header file for common controls.
216         * [controls/widgets.c]
217         Added InitCommonControls().
219         * [if1632/comctl32.spec]
220         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
222         * [win32/findfile.c] [if1632/kernel32.spec]
223         Add FindNextFile32A, FindClose.
224         Modified FindFirstFile32A so it works with FindNextFile32A.
226         * [include/winbase.h]
227         Fixed WIN32_FIND_DATA structure member names.
229 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
231         * [windows/scroll.c]
232         Changed scrolling routines to benefit from DCE code update.
234 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
236         * [files/file.c]
237         SearchPath* could get NULL for lastpart argument.
239         * [if1632/build-spec.txt] [documentation/debugging]
240         Varargs documentation added, debugging hints updated.
242         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
243         Started to implement CRTDLL.
245         * [if1632/wsock32.spec]
246         Some thunks to standard libc functions (structures have the same
247         elements, but perhaps wrong offset due to packing).
249         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
250         Merged kernel32.h into windows.h.
252         * [misc/lstr.c]
253         Enhanced FormatMessage().
255         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
256         GetVersion() updated to new naming standard.
257         Changed language handling to support language ids.
259         * [misc/shell.c]
260         Enhanced FindExecutable, so it finds files in the search path too.
262         * [win32/environment.c]
263         GetCommandLine* updated.
265         * [loader/resource.c] [loader/pe_resource.c]
266         FindResourceEx32* added.
267         Loading of messagetables added.
268         Language handling now uses Wine default language id.
270 ----------------------------------------------------------------------
271 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
273         * [controls/scroll.c]
274         Attempted to implement undocumented scroll-bar messages.
276         * [tools/build.c] [include/callback.h] [windows/winproc.c]
277         CallTo16_* functions now get DS from the previous 16-bit stackframe.
279         * [if1632/thunk.c] [include/callback.h]
280         Added thunks to implement callbacks for the emulator. Now all the
281         Enum* functions always take a real function pointer even in the
282         emulator.
283         
284         * [loader/builtin.c]
285         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
286         work with NULL entry points. Using linear search now.
288         * [loader/module.c]
289         Implemented IsSharedSelector().
291         * [loader/task.c]
292         Changed SwitchStackTo/Back to use the instance data to store the
293         previous stack instead of the TDB. Also copy the local variables
294         onto the new stack.
295         Added GetExeVersion() and SetTackSignalProc().
296         Implemented SetSigHandler().
298 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
300         * [controls/menu.c]
301         "Fixed" problem in deleting menus where win32 could get into an
302         endless loop when it crashed. I think I've fixed the symptoms, not
303         the original problem so it might be worth further investigation.
305         * [debugger/registers.c]
306         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
307         compile wine properly.
309         * [files/dos_fs.c]
310         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
311         from win32/findfile.c (q.v.).
313         * [if1632/gdi32.spec]
314         Added SetMapMode (call existing function)
316         * [if1632/kernel32.spec]
317         Added FindFirstFileA and SetFileAttributesA.
319         * [if1632/user32.spec]
320         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
321         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
322         UnhookWindowsHookEx.
324         * [win32/file.c]
325         Added stub function SetFileAttributes32A. It's a stub because I
326         can't really work out what this function should do with most
327         attributes in a Unix environment. Anyone care to expand it?
329         * [win32/findfile.c]
330         New file. Initial stab at FindFirstFile. This doesn't work as
331         specified yet, though a lot of the groundwork is there. I haven't
332         time to work on this for the next month, so if anyone wants to pick
333         it up and run with it please do.
335         * [win32/memory.c]
336         Removed malloc.h from includes (covered by stdlib.h include, and
337         gets rid of a warning in FreeBSD).
339         * [win32/newfns.c]
340         UnhookWindowsHookEx32A stub added.
342         * [win32/user32.c]
343         Added implementation of IsDialogMessage32A.
345         * [windows/dialog.c]
346         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
347         SendDlgItemMessage16.
349 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
351         * [windows/graphics.c]
352         Removed rectangle checking (conflicted with nonstandard
353         mapping modes). 
355         * [windows/dialog.c]
356         Added check for child-style dialogs to DS_ABSALIGN
357         coordinate conversion.
359         * [objects/color.c]
360         Cleaned up misc. bits
362 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
364         * [windows/focus.c] [windows/event.c] [windows/win.c]
365           [windows/defdlg.c]
366         Fixes to focusing and activation.
368         * [windows/defdlg.c]
369         Properly(?) handle DM_GETDEFID.
371         * [controls/combo.c]
372         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
373         CBCheckSize: Adjust edit position.
375 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
377         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
378         Pass HFILEs instead of unix-fds to self-loader code.
380 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
382         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
383         Implemented handling of some new metafile records (META_...)
384         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
385         Added functions like MF_StretchBlt() for usage in metafiles.
386         Minor bugfix in CopyMetafile().
388         * [objects/bitmap.c][objects/dib.c]
389         Added check for metafile-DC in Bitmap and DIB functions:
390         CreateCompatibleBitmap() etc.
392 ----------------------------------------------------------------------
393 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
395         * [loader/task.c] [include/task.h]
396         Implemented SwitchStackTo()/SwitchStackBack().
398         * [include/wintypes.h] [loader/main.c]
399         Added __winelib variable to distinguish between emulator and
400         library at run-time. Later on, this should avoid some
401         recompilations when building Winelib.
403         * [windows/property.c]
404         Implemented Win32 functions for window properties.
406 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
408         * [controls/listbox.c]
409         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
410         messages.
412         * [controls/menu.c]
413         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
415         * [include/cursoricon.h]
416         Moved #pragma pack(1) back to where it belongs.
418         * [objects/palette.c]
419         RealizeDefaultPalette() maps to system colors only.
420         Do not broadcast palette notifications when in TrueColor.
422         * [objects/color.c] [include/palette.h]
423         Miscellaneous optimizations. Had to fix several
424         "improvements" made to my patch for previous release.
426         * [objects/dib.c]
427         Reverse dib bits order for 24-bit SetDIBits().
429         * [objects/dc.c]
430         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
432         * [windows/scroll.c]
433         Scroll update region too.
435         * [windows/message.c]
436         Include QS_MOUSE into the event mask for nonclient mouse
437         message filter. Fixes problems with Word 6 freezing when
438         mouse hits nonclient area.
440         * [windows/win.c] 
441         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
443         * [windows/winpos.c] [windows/mdi.c]
444         Attempt to fix control menu duplication.
446 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
448         * [files/drive.c]
449         GetDriveType32A(): return value for CDROM fixed.
451         * [files/file.c]
452         SearchPath* added.
454         * [if1632/gdi32.spec] [objects/brush.c]
455         SetBrushOrgEx() added.
457         * [loader/pe_resource.c]
458         If even loading the default entry fails, we just use the first
459         entry from the resource directory.
461         [loader/task.c]
462         SetSigHandler() stub added, Paradox 4.5 now starts up.
464         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
465         COMM functions updated to win32, not complete.
467         * [misc/lstr.c]
468         FormatMessageA partially implemented.
470         * [include/miscemu.h] [memory/selector.c]
471           [memory/global.c] [miscemu/dosmem.c]
472         DOS memory handling changed: 1MB preallocated block, real-mode
473         segment handling possible, SetSelectorBase into lower physical 1MB
474         possible.
476         * [miscemu/dpmi.c]
477         Real-mode segments changed, real-mode int 21,ax=6506 added.
478         AX=0x0303 added.
480         * [multimedia/time.c]
481         Fixed bug in killTimer.
483         * [objects/bitmap.c]
484         LoadImageA partially implemented.
486 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
488         * [include/dde_mem.h][include/dde_proc.h]
489           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
490           [ipc/generic_hash.h][library/miscstubs.c]
491         Changes for error free compilation using "--with-ipc":
492         replaced some names with *16-equivalent (e.g. MSG to MSG16),
493         modified prototype of function DDE_GlobalFree() .
495         * [objects/palette.c]
496         Added check for metafile-DC in GDISelectPalette(),
497         GDIRealizePalette(),RealizeDefaultPalette() and
498         IsDCCurrentPalette().
500 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
502         * [controls/edit.c]
503         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
504         fixes Winhelp.
506         * [windows/dialog.c]
507         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
509 ----------------------------------------------------------------------
510 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
512         * [configure.in]
513         Generate include/config.h instead of putting everything on the
514         command-line.
515         Removed -with-malloc-debug option (not useful for end users
516         anyway).
517         Added check for memmove().
519         * [include/wintypes.h] [*/Makefile.in]
520         Added definition of __WINE__ symbol when compiling Wine code
521         (emulator or library) as opposed to user programs.
523         * [debugger/editline.c] [debugger/readline/*]
524         Moved all the readline code into debugger/editline.c. Removed the
525         readline subdirectory.
527         * [files/profile.c]
528         Added PROFILE_GetWineIniInt().
530         * [include/stackframe.h] [loader/task.c]
531         The 16-bit stackframe now also exists for Winelib (even though it
532         only ever contains one frame).
534         * [loader/module.c]
535         Added function MODULE_CreateDummyModule() to create a dummy Win16
536         module for Winelib and Win32.
538         * [memory/ldt.c]
539         Make sure the ldt entry contents will be acceptable for the Linux
540         kernel.
542         * [memory/selector.c]
543         Fixed SetSelectorLimit() when the limit is in pages.
545         * [misc/port.c]
546         Added memmove().
548         * [miscemu/dpmi.c]
549         Clear the segment registers that contain the selector being freed
550         in int31/ax=0001.
551         Added missing break after SelectorAccessRights call.
553         * [win32/struct32.c]
554         Added conversions for MDICREATESTRUCT.
556         * [windows/winproc.c]
557         Added message conversions for WM_MDICREATE.
559 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
561         * [windows/class.c]
562         Added GetExePtr() call in CLASS_FindClassByAtom().
564 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
566         * [if1632/*.spec]
567         Some more trivial specs added.
569         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
570         CreateFont32* added, changed to new naming std.
572         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
573         Some defines/types added.
575         * [win32/thread.c]
576         TlsSetValue() returns boolean.
578         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
579           [controls/menu.c] [objects/bitmap.c]
580         Cleanup of the resource functions, mostly changes to new naming
581         standard and fixing of argument types so that they agree with the
582         win16/win32 API.
584 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
586         * [windows/winpos.c]
587         ShowWindow() fixes.
589         * [windows/mdi.c]
590         Fix reversed LPARAM in WM_MDIACTIVATE.
592         * [wine.ini]
593         New option AllocSystemColors tells Wine how many colors to grab
594         from the system colormap.
596         * [objects/bitblt.c] [objects/dc.c]
597         Fixed pink garbage over Word buttons in PseudoColor. Added
598         optional DSTINVERT shortcut for faster text selection.
600         * [misc/wsprintf.c]
601         Skip bogus segmented pointers in wsvnprintf16(). 
603         * [objects/gdiobj.c]
604         Added palette handling to UnrealizeObject(). 
606         * [objects/color.c] [objects/palette.c] [windows/dce.c]
607         Wine gets palette manager with support for more than 20 colors. 
608         Only PseudoColor and TrueColor visuals tested so far.
610         * [windows/winpos.c] [windows/win.c] 
611         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
612         use XReconfigureWMWindows() instead of XConfigureWindow() in
613         managed mode.
615         * [memory/global.c]
616         Do not allocate more than 640K of DOS memory.
618         * [misc/main.c]
619         Do not allow -desktop and -managed together.
621 ----------------------------------------------------------------------
622 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
624         * [controls/scroll.c]
625         Use Win32 heap functions to allocate scroll-bar info structure.
627         * [debugger/dbg.y] [debugger/registers.c]
628         Added support for FS and GS segment registers.
629         Check that segment registers value are OK before returning from
630         the signal handler.
632         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
633         Changed relay debugging for Win32 function: the relay code now
634         passes the entry point address instead of the function name.
636         * [tools/build.c] [miscemu/*.c]
637         Added support for data entry points in Win32 DLLs.
638         Added 'cdecl' function type for Win32.
639         For 'register' function, the relay code now passes a pointer to
640         the SIGCONTEXT structure.
641         
642         * [include/registers.h] [include/wine.h]
643         Moved SIGCONTEXT structure definition in registers.h.
645         * [loader/pe_image.c]
646         Don't die at once if some Win32 entry points cannot be found, but
647         set them to NULL, just like we do for Win16. This allows some
648         programs to go further before crashing.
650         * [loader/task.c] [loader/main.c]
651         Moved global initializations from InitTask() to MAIN_Init(), as
652         they no longer need a task context with the new SEGPTR heap functions.
654         * [memory/string.c]
655         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
656         very convenient.
658         * [windows/graphics.c]
659         Partially implemented DrawEdge().
661         * [windows/timer.c] [windows/caret.c]
662         Implemented Win32 timer handling. Updated caret management to use
663         Win32 timers (avoids having to use a Win16 callback).
665         * [windows/win.c]
666         Prevent programs from setting some style bits with
667         SetWindowLong(). This should fix some BadMatch crashes.
668         Link new windows at the end of the linked list.
670         * [windows/winpos.c]
671         Don't try to activate a child window in ShowWindow().
673         * [windows/winproc.c]
674         Added a 32->32 thunk to support Ansi-Unicode translation.
676 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
678         * [files/directory.c]
679         Additional (undocumented) return value for GetTempDrive() added.
681         * [files/dos_fs.c] [files/file.c] [include/windows.h]
682         GetTempFileName32* added.
683         GetShortPathName* added.
685         * [memory/string.c]
686         Win16 lstrcpy() can get NULL ptrs as argument and survive.
688         * [misc/lzexpand.c]
689         LZOpenFile(): also try opening with compressed filename if normal
690         open fails.
692         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
693         Char* added.
694         CompareString* added.
696 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
698         * [objects/font.c] [if1632/gdi32.spec]
699         CreateFontIndirect32A and CreateFontIndirect32W added.
701         * [misc/ole2nls.c]
702         GetUserDefaultLCID return values updated for new languages.
703         Finnish support added for GetLocaleInfoA.
705         * [object/palette] [gdi32.spec]
706         RealizePalette32 and SelectPalette32 added.
707         
708 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
710         * [misc/shell.c]
711         Fixup for SHELL_FindExecutable so that File->Run from progman
712         works once more. Still needs some more fixups - grep for FIXME in
713         this file.
715 ----------------------------------------------------------------------
716 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
718         * [controls/desktop.c]
719         Use Windows file I/O routines to load the desktop bitmap.
721         * [files/file.c]
722         Implemented RemoveDirectory* and DeleteFile*.
724         * [include/wine.h]
725         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
727         * [loader/task.c]
728         Fixed initial breakpoint setting for Win32 tasks.
730         * [misc/wsprintf.c]
731         Ignore Unicode formats for wsprintf16().
733         * [objects/font.c]
734         Implemented Win32 version of GetTextMetrics.
736         * [windows/winproc.c] [windows/win.c] [windows/class.c]
737           [windows/dialog.c]
738         Modified windows procedures to use thunks, to ensure that the
739         procedure can be called directly from the Windows program.
741         * [windows/win.c]
742         Added function WIN_BuildWinArray() to make it easier to enumerate
743         windows. Implemented Win32 version of EnumWindows() and friends.
745 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
747         * [controls/button.c] [windows/win.c]
748         Operator precedence fixes.
750         * [controls/edit.c]
751         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
752         Fixed word wrap with long words.
754         * [debugger/debug.l]
755         New alias "where" for command "backtrace".
757         * [if1632/gdi.spec]
758         Corrected parameter of ExtTextOut.
760         * [loader/module.c]
761         Corrected printing of table of modules.
763         * [misc/spy.c]
764         Removed superfluous \n in message name.
766         * [windows/message.c]
767         Declared MSG_SendMessage as static.
768         Changed parameter of DirectedYield() from queue handle to task handle.
769         Removed warning mesages for argument of printf.
771         * [windows/nonclient.c]
772         Added the flag DT_NOPREFIX when drawing window titles.
774         * [windows/win.c]
775         WIN_WalkWindows now prints the invalid window handle.
776         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
778         * [windows/winproc.c]
779         Allows creating dialog windows with NULL as dialog function.
781 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
783         * [windows/event.c]
784         EVENT_key: Fixes to VK_ code generation for space bar and
785         punctuation.
787         * [files/file.c]
788         GetTempFileName: first character in temporary name is "~".
790         * [memory/heap.c]
791         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
793         * [objects/text.c]
794         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
796         * [misc/driver.c]
797         Removed some bugs and reformatted. Actually loads drivers now.
799         * [include/callback.h]
800         Added CallDriverProc() and CallWindowsExitProc().
802         * [loader/module.c]
803         MODULE_CallWEP(): new function.
805         * [misc/lzexpand.c]
806         LZSeek(): return new pointer, not old one.
808         * [misc/ver.c]
809         find_ne_resource(): fixed dependence on LZSeek() bug.
810         GetFileResource(): initialize reslen before using it.
812         * [windows/class.c]
813         SetClassWord(): add missing else.
815         * [objects/font.c]
816         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
817         InitFontList: allocate one huge array of structures.
818         FONT_MatchFont: uppercase the face name.
820 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
822         * [memory/heap.c]
823         Fixed a typo in HeapReAlloc().
825 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
827         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
828           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
829         GetTempPath* added
830         GetDriveType* fixed, updated to NewNameStandard.
831         GetCurrentDirectory* fixed (needs to prepend X:\).
833         * [controls/listbox.c]
834         Missing NULL check added.
836         * [if1632/winmm.spec] [loader/builtin.c]
837         winmm.dll (32bit mmsystem equivalent) specs added.
839         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
840         Rtl{Move,Zero,Fill}Memory added.
842         * [misc/registry.c]
843         Some NULL ptr dereference bugs fixed.
845         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
846         Check for NULL ptr.
847         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
848         Aliasing should work for all MCI devices.
850         * [windows/win.c]
851         Allow passing invalid window handles to CloseWindow().
853 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
855         * [files/directory.c] [if1632/kernel32.spec]
856         GetSystemDirectory32A and GetSystemDirectory32W added.
858         * [misc/main.c] [if1632/kernel32.spec]
859         Beep and SetEnvironmentVariable32W added.
861 ----------------------------------------------------------------------
862 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
864         * [files/drive.c] 
865         GetFreeDiskSpace*, GetVolumeInformation* added.
867         * [files/file.c]
868         FlushFileBuffers, CreateDirectory* added.
870         * [include/winbase.h] [include/windows.h]
871         Prototypes, defines added and fixes.
873         * [if1632/kernel32.spec] [include/resource32.h]
874           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
875         Fixes to resource handling.
877         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
878         Specs for implemented functions added
879         Some thunks to functions which are same as win16 equivalents.
881         * [loader/task.c]
882         GetAppCompatFlags() added.
884         * [misc/registry.c]
885         One missing else added, small hack to RegQueryValue16().
887         * [win32/file.c]
888         GetFileAttributesA() fixed (was using DOS path as UNIX path).
890 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
892         * [loader/ne_resource.c]
893         Fixed FreeResource() return value.
895         * [objects/text.c]
896         Fixed a bug in ExtTextOut() that was causing overlapped characters
897         in WinWord.
899         * [windows/winpos.c]
900         SWP_FRAMECHANGED for top-level windows now invalidates client
901         area as clock.exe wants.
903 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
905         * [controls/listbox.c]
906         Mini bugfix: 'revival' of missing scrollbar in listboxes.
908 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
910         * [resources/sysres_Fr.rc] [resources/TODO]
911         Made changes for Choose_Font dialog.
913 ----------------------------------------------------------------------
914 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
916         * [memory/heap.c]
917         Fixed bug in HeapRealloc (thanks to Bruce Milner).
919         * [misc/wsprintf.c]
920         Fixed argument size for %c format in wsprintf16().
922         * [objects/dc.c]
923         Don't free hFirstBitmap for saved DCs.
925         * [windows/event.c]
926         Added timer handling in EVENT_WaitXEvent().
928         * [windows/message.c]
929         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
930         event is for the current task; if not, wake the other task.
932         * [windows/queue.c] [include/queue.h]
933         Added 'self' handle in queue structure.
935         * [windows/timer.c]
936         Added TIMER_ExpireTimers() function to mark expired timers and
937         wake up the corresponding tasks.
939 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
941         * [windows/mapping.c]
942         First point in list was mapped multiple times in DPtoLP and
943         LPtoDP.  Other points were not mapped.
945 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
947         * [misc/shell.c]
948         Some fixes for ExtractIcon function family.
950         * [documentation/user_module]
951         Chapter about windowing and messaging subsystems.
953 ----------------------------------------------------------------------
954 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
956         * [debugger/break.c] [loader/signal.c]
957         Fixed breakpoints in 32-bit code.
959         * [include/windows.h]
960         Added many more Win32 versions of standard structures.
962         * [include/winreg.h] [misc/registry.c]
963         Moved private types into registry.c.
965         * [memory/string.c] (New file)
966         Moved most string functions from misc/lstr.c; added Win32 version
967         of all functions.
969         * [misc/wsprintf.c]
970         Implemented Win32 wsprintf functions.
972         * [objects/bitmap.c]
973         Implemented Win32 bitmap functions.
975         * [windows/dialog.c]
976         Don't set dialog procedure before the controls are created. This
977         avoids a crash in Winhelp.
979 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
981         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
982         Replace PeekMessage with PeekMessage16.
984         * [if1632/kernel32.spec][misc/main.c]
985         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
986         MAIN_ParseVersion: new function, new command line option -winver.
987         GetVersion: modified to take command line argument into account.
989         * [if1632/kernel32.spec] [win32/process.c]
990         FreeLibrary32: new function.
991         TlsAlloc: initialize Tls to zero.
992         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
993         functions.
995         * [if1632/kernel32.spec]
996         SetErrorMode,GetActiveWindow: new relays to existing functions.
998         * [if1632/kernel32.spec][win32/user32.c]
999         PeekMessage32A,PeekMessage32W: new functions.
1001         * [include/struct32.h][include/windows.h]
1002         Moved MSG32 to windows.h.
1003         Renamed MSG to MSG16.
1004         Modified prototypes to use MSG16
1006         * [include/winbase.h]
1007         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
1009 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1011         * [if1632/Makefile.in] [loader/builtin.c]
1012         version.dll,lz32.dll added.
1014         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
1015           [misc/lzexpand.c]
1016         lz32.dll added.
1017         Modified to new function naming standard.
1019         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
1020         version.dll added (win32 version of ver.dll).
1021         Modified to new function naming standard.
1022         Use registry to look up a LOCALE langids too.
1023         (VerInstallFile,VerFindFile still stubs)
1025 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
1027         * [files/file.c]
1028         Added a warning if GetTempFileName() gets a bad drive parameter.
1030         * [misc/commdlg.c]
1031         Changed file listbox color to gray in SaveFile dialog 
1032         (just like Windows does this).
1034 ----------------------------------------------------------------------
1035 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1037         * [controls/button.c] [controls/listbox.c]
1038         Fixed wParam of WM_DRAWITEM message.
1040         * [if1632/Makefile.in] [loader/builtin.c]
1041         Remove WPROCS32 DLL, as the relay code can call Wine routines
1042         directly.
1044         * [loader/module.c] [loader/ne_image.c]
1045         Fixed initial stack layout for self-loading modules.
1047         * [tools/build.c]
1048         Fixed data segment building for Win16 modules.
1050         * [windows/defdlg.c]
1051         Implemented Win32 versions of DefDlgProc().
1053         * [windows/dialog.c]
1054         Merged Win16 and Win32 dialog code.
1055         Added support for control extra data in dialog item template.
1057         * [windows/win.c]
1058         Unified Win16 and Win32 versions of CreateWindow().
1059         Implemented Win32 version of GetWindowLong().
1061         * [windows/winproc.c]
1062         Changed the implementation of window procedures, so that 16-bit
1063         winprocs are valid segmented pointers.
1065 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1067         * [misc/registry.c]
1068         Fixed another bug in the w95 loader. Quietened some debug output.
1070 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1072         * [windows/winproc.c]
1073         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
1075 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1077         * [resources/TODO] [resources/sysres_It.rc]
1078         Updated font dialog box.
1080 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
1082         * [include/commdlg.h] [misc/commdlg.c]
1083         ChooseFont() and ChooseColor(): 
1084         Bugfixes and added more support for some CF_* and CC_* flags: 
1085         dialog templates and font size control.
1086         Bugfix in structure definition of CHOOSECOLOR definition.
1088         * [ipc/dde_proc.c] [windows/event.c]
1089         Replaced SendMessage with SendMessage16 and added inclusion of
1090         dde_proc.h for error-free compilation of ipc module.
1092 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1094         * [windows/scroll.c]
1095         Made ScrollDC to save/restore current clipping region.
1097         * [misc/clipboard.c] [windows/event.c]
1098         Implemented most of the previously missing features (not tested), 
1099         improved text pasting from/to X. 
1101         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
1102           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
1103           [windows/winpos.c] [windows/painting.c]
1104         Updated DCE code, implemented dynamic invalidation of owned DCs.
1105         This fixes a lot of problems with scrolling in WinWord. Not
1106         sure about the effect on -desktop.
1108 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1110         * [win32/time.c] [if1632/kernel32.spec]
1111         Added SetSystemTime and SetTimeZoneInformation.
1113         * [if1632/kernel32.spec]
1114         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
1116         * [include/windows.h]
1117         Added SYSTEM_POWER_STATUS structure and prototypes for
1118         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
1120         * [include/kernel32.h]
1121         Added a prototype for SetTimeZoneInformation.
1123         * [win32/environment.c] [if1632/kernel32.spec]
1124         Added GetSystemPowerStatus and SetSystemPowerState stubs.
1126 ----------------------------------------------------------------------
1127 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1129         * [controls/combo.c]
1130         Destroy the listbox and edit control when destroying the
1131         combo. This should prevent crashes on application exit.
1133         * [misc/system.c] [if1632/system.spec]
1134         Implemented InquireSystem().
1136         * [loader/task.c] [windows/message.c] [windows/queue.c]
1137         First attempt at inter-task SendMessage(). Still has a lot of
1138         problems.
1140 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
1142         * [windows/mdi.c]
1143         Fixed MDITile with iconic children.
1145 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
1147         * [misc/commdlg.c]
1148         ChooseFont dialog:
1149         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
1150           not real available font types (e.g. "Bold") can not selected
1151         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
1153         * [objects/font.c]
1154         In FONT_MatchFont perform check if "lfFaceName" is family from X11
1155         only if "lfFaceName" is a windows font family then do a call of
1156         FONT_TranslateName() : this results in better font selections in 
1157         ChooseFont() or applications like charmap.exe or write.exe.
1158         Added a ParseFontParms() call if necessary in function 
1159         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
1160         even if there isn't one...
1162         * [resources/TODO]
1163         Inventory of resource translations in sysres_??.rc
1165 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1167         * [misc/registry.c]
1168         _w95_loadreg: use offset to determine next RGDB position too.
1170 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
1172         * [controls/combo.c]
1173         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
1175         * [misc/main.c]
1176         Result of option "-fixedmap" is to turn flag on.
1178 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
1180         * [misc/shell.c]
1181         ShellExecute and FindExecutable now both use common code to
1182         determine the required executable file.
1184 ----------------------------------------------------------------------
1185 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1187         * [controls/button.c]
1188         Made ButtonWndProc a 32-bit window procedure.
1190         * [controls/desktop.c]
1191         Made DesktopWndProc a 32-bit window procedure.
1192         Added handling of WM_SETCURSOR.
1194         * [controls/menu.c]
1195         Allocate menu items and strings on the 32-bit system heap.
1196         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
1197         AppendMenu and LoadMenuIndirect.
1199         * [controls/widgets.c]
1200         Added possibility to have 32-bit built-in classes.
1202         * [files/drive.c]
1203         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
1205         * [misc/spy.c] [include/spy.h]
1206         Added support for spying Win32 messages.
1208         * [loader/builtin.c]
1209         Fixed bug in -dll option parsing.
1211         * [memory/local.c]
1212         Added back the change by Huw D. M. Davies to free the block in
1213         LocalRealloc() before allocating the new one.
1215         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
1216         Fixed bug in bitmap size that caused memory corruption for 24bpp.
1218         * [windows/defwnd.c]
1219         Implemented Win32 version of DefWindowProc().
1221         * [windows/dialog.c]
1222         Implemented Win32 version of SendDlgItemMessage,
1223         Get/SetDlgItemText and Get/SetDlgItemInt.
1225         * [windows/mdi.c]
1226         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
1227         Don't make a copy of the OBM bitmaps for every MDI window.
1229         * [windows/message.c]
1230         Implemented Win32 version of SendMessage().
1231         
1232         * [windows/winproc.c] [windows/class.c] [windows/win.c]
1233         New scheme for 32-bit window procedures to replace aliases. All
1234         32-bit window procedure get a 16-bit address pointing to a
1235         WINDOWPROC structure.
1236         Implemented Ansi<->Unicode translation for CallWindowProc().
1237         Added translation of WM_DRAWITEM between Win16 and Win32.
1239         * [windows/win.c] [include/callback.h]
1240         Added ugly hack to build CREATESTRUCT on the stack when sending
1241         WM_NCCREATE.
1242         Implemented Win32 version of Get/SetWindowWord/Long and
1243         Get/SetWindowText.
1244         
1245 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
1247         * [controls/button.c]
1248         Avoid gray text on gray background in disabled push buttons
1249         using a b/w raster and some raster operations (PatBlt,BitBlt).
1251         * [objects/text.c]
1252         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
1254 ----------------------------------------------------------------------
1255 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1257         * [*/*.c]
1258         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
1259         SIZE16. Implemented Win32 version of most functions that take
1260         these types as parameters.
1262         * [configure]
1263         Patched autoconf to attempt to correctly detect -lnsl and
1264         -lsocket. Please check this out.
1265         
1266         * [controls/button.c]
1267         Added support for Win32 BM_* messages.
1269         * [controls/menu.c]
1270         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
1271         with Excel.
1273         * [memory.heap.c] [include/heap.h]
1274         Added support for SEGPTRs in Win32 heaps. Added a few macros to
1275         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
1276         but they work with Win32.
1278         * [memory/atom.c]
1279         Implemented Win32 atom functions.
1281         * [memory/local.c]
1282         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
1284         * [win32/memory.c]
1285         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
1287         * [windows/class.c]
1288         Properly implemented the Win32 class functions.
1290         * [windows/winproc.c] (New file)
1291         New file handling the message translation between Win16 and Win32.
1293 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1295         * [windows/mdi.c] [windows/menu.c]
1296         Improved WM_MDICREATE and WM_MDICASCADE handling.
1298         * [windows/event.c] [objects/bitblt.c]
1299         Handle GraphicsExpose event for BitBlt from screen to screen.
1301         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
1302         Bunch of fixes for problems with -managed.
1304         * [windows/win.c] [windows/winpos.c]
1305         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
1306         in CreateWindow.
1308         * [windows/win.c] [windows/queue.c] [misc/user.c]
1309         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
1310         on window creation/destruction.
1312         * [objects/palette.c]
1313         Crude RealizePalette(). At least something is visible in LviewPro.
1315 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1317         * [if1632/gdi32.spec]
1318         Added Rectangle (use win16 version).
1320         * [if1632/kernel32.spec]
1321         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
1323         * [if1632/user32.spec]
1324         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
1325         versions).
1326         Added SetWindowsHookExA (empty stub for now).
1328         * [include/handle32.h]
1329         Changed #include <malloc.h> to #include <stdlib.h> to prevent
1330         hate message from FreeBSD compiler.
1332         * [win32/newfns.c]
1333         Added new function SetWindowsHookEx32A (empty stub for now).
1335         * [win32/user32.c]
1336         Removed redundant debugging printf statement.
1338 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1340         * [memory/local.c]
1341         Avoid creating adjacent free blocks.
1342         Free the block in LocalReAlloc() before allocating a new one.
1343         Fixed LocalReAlloc() for discarded blocks.
1344         
1345 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1347         * [resources/sysres_Fi.rc]
1348         ChooseFont and ChooseColor dialogs updated.
1350 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1352         * [files/drive.c,if1632/kernel.spec]
1353         GetCurrentDirectory(),SetCurrentDirectory() implemented.
1355         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
1356           [include/windows.h] [include/winreg.h] [loader/main.c]
1357           [misc/main.c] [misc/shell.c] [misc/registry.c]
1358         Registry fixes:
1359         - loads win95 registry databases,
1360         - save only updated keys on default,
1361         - now adhers to the new function naming standard,
1362         - minor cleanups.
1364 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
1366         * [combo.c]
1367         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
1368         and synchronized mine with Greg Kreider's works.
1370         * [commdlg.c]
1371         Bugfix in ChooseFont: font size handling.
1373 ----------------------------------------------------------------------
1374 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1376         * [DEVELOPERS-HINTS]
1377         Added paragraph on naming conventions for Win16/Win32/Winelib.
1379         * [controls/menu.c]
1380         Create a default system menu that is the same for all windows
1381         instead of making a copy every time.
1383         * [include/wintypes.h]
1384         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
1385         Added xx16 and xx32 definitions for most types. General clean-up.
1387         * [memory/global.c] [memory/local.c] [*/*]
1388         Renamed Global and Local heap functions to xxx16. Added all xxx32
1389         versions of the same functions.
1391         * [memory/selector.c]
1392         Mask out lower bits of selector in FreeSelector().
1394         * [misc/lstr.c]
1395         Fixed wvsprintf().
1397         * [windows/class.c]
1398         Changed the class structure to make Win32 support easier.
1400         * [windows/defwnd.c]
1401         Added handling of WM_INITMENUPOPUP for system menu to gray out
1402         invalid options.
1404         * [windows/winpos.c]
1405         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
1406         a SEGPTR.
1408 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1410         * [memory/local.c]
1411         Implementation of moveable and (rudimentary) support for
1412         discardable local memory, plus several bug fixes.
1414 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1416         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
1417         FindWindowEx() implemented (someone reported it was missing
1418         for FrameMaker 4.1).
1420         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
1421           [win32/resource.c]
1422         Misc small stubs/small functions which bring win95 binaries
1423         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
1424         Small fix in WIN32_LoadAcceleratorsA.
1426 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
1428         * [controls/edit.c] [controls/EDIT.TODO]
1429         Changed / fixed some types and typecasts.
1430         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
1431         Added heap initialization in WM_CREATE.
1433 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
1435         * [controls/combo.c] [controls/listbox.c]
1436         Pass WM_[HV]SCROLL to listbox, but not combo.
1437         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
1438         Combo box gets border.
1439         Combo box includes button (otherwise button won't trigger dropdown).
1440         Proper border around RectButton.
1441         Check size consistancy of combo, listbox, and button after resizing 
1442         or before painting.  These routines still aren't completely correct.
1443         Localize size checks in separate routines.
1444         Listboxes are white.
1446 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
1448         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
1449           [resources/sysres_De.rc][resources/sysres_En.rc]
1450         Introduced ChooseFont dialog, but needed some patches in 
1451         handling of comboboxes with edit controls.
1453 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1455         * [programs/winhelp/*]
1456         Added a help viewer and a simple `.hlp' to `.sgml' converter.
1458 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1460         * [resources/sysres_*.rc] [misc/shell.c]
1461         Modified size of "About" dialog boxes.
1463 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1465         * [if1632/Makefile.in][loader/builtin.c]
1466         crtdll.spec, ntdll.spec, wsock32.spec: new files.
1468         * [loader/pe_image.c]
1469         Fix error message if import by ordinal failed.
1471 ----------------------------------------------------------------------
1472 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1474         * [Makefile.in]
1475         Subdir memory is now also compiled for Winelib, in order to get
1476         the Win32 heap functions.
1478         * [if1632/Makefile.in]
1479         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
1480         DLL names > 8 characters.
1482         * [loader/builtin.c] (New file)
1483         Grouped all built-in DLLs code in a single file.
1485         * [memory/global.c]
1486         Use the Win32 heap code instead of malloc() to allocate linear
1487         memory. This will help test the heap code.
1489         * [memory/local.c]
1490         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
1492         * [tools/build.c] [if1632/relay.c]
1493         Removed 'id' directive in spec files. For relay debugging, the DLL
1494         entry point is now computed from the CS:IP entry point address.
1495         Added 'heap' directive to specifiy a local heap for the DLL. USER
1496         and GDI heap are now created this way.
1498         * [windows/class.c] [include/class.h]
1499         Changed the class structure to use pointers instead of handles.
1500         Changed Get/SetClassWord/Long to use a switch statement; this
1501         allows changing the layout of the CLASS structure.
1503         * [windows/win.c] [include/win.h]
1504         Use a CLASS * instead of a handle for the window class.
1506 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1508         * [if1632/kernel32.spec] [memory/global.c]
1509           [win32/memory.c] [win32/process.c]
1510         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
1511         LocalLock,SetThreadAffinityMask: new relays.
1513         * [win32/cursoricon32.c]
1514         Return same handle if a cursor is loaded multiple times.
1516 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
1518         * [resources/sysres_Ko.rc]
1519         Added support for Korean [Ko] language.
1521 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1523         * [objects/dc.c] [objects/font.c]
1524         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
1526         * [objects/metafile.c] [objects/dcvalues.c]
1527         Fixed broken SetTextAlign() on metafiles.
1529         * [objects/metafile.c]
1530         Delete objects in handle table at end of PlayMetaFile().
1532 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1534         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
1535         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
1536         [If it doesn't work for you, use -dll -ver and report it to me]
1538         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
1539           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
1540           [windows/graphics.c]
1541         Simple win32 functions, where we can just use the win16 counterpart.
1542         Misc. stubs. 
1544         * [misc/lstr.c]
1545         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
1547         * [misc/registry.c]
1548         Some alloclens were off by 1, one double fclose() fixed.
1549         Requesting value 0 of a key with no values returns an error 
1550         (should we always return a made up value NULL? what does win3.1?)
1552 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1554         * [misc/shell.c]
1555         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
1556         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
1558         * [misc/user.c]
1559         Do extensive cleanup on application exit.
1561         * [windows/hook.c] [windows/win.c] [windows/class.c]
1562         Added miscellaneous cleanup routines.
1564         * [controls/menu.c]
1565         More efficient popup menu window handling.
1567 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1569         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
1570         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
1572 ----------------------------------------------------------------------
1573 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
1575         * [resources/sysres_Fr.rc] [resources/TODO]
1576         Made changes for Choose_Color dialog.
1578 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1580         * [controls/button.c]
1581         Fixed test that got miscompiled by some old gcc versions.
1583         * [memory/local.c]
1584         Fixed the layout of handle tables so that moveable handle entries
1585         can be freed on LocalFree().
1586         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
1587         GetHeapSpaces().
1589         * [misc/main.c] [ANNOUNCE]
1590         Update the list of contributors. Please let me know if I forgot
1591         someone.
1593 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
1595         * [controls/edit.c] [controls/EDIT.TODO]
1596         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
1597         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
1598         Added WM_ENABLE implementation (gray text).
1599         Fixed buffer > 32767 bug.
1600         Fixed argument types / typecasting.
1601         Faster selection (re)drawing.
1603 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1605         * [misc/registry.c] [include/winreg.h]
1606         Changed savefile format again to human readable/editable
1607         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
1608         Has now global / local registry databases (including merging them).
1609         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
1610         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
1612         * [misc/comm.c]
1613         Allow " " as COMx: ... spec delimiter too.
1614         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
1615         remember the x).
1617 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1619         * [windows/mdi.c]
1620         Miscellaneous changes.
1622         * [windows/winpos.c] 
1623         Use BitBlt whenever possible in SetWindowPos.
1625         * [windows/painting.c]
1626         Fix incompatibilities with hrgnUpdate being 1.
1628 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1630         * [misc/commdlg.c]
1631         Many bugfixes in ChooseColor dialog.
1632         Added a user defined dialog title in FileOpen-/FileSave- dialog.
1634         * [misc/commdlg.c][include/commdlg.h]
1635           [if1632/commdlg.spec][if1632/winprocs.spec]
1636         Introduced dialog-, callback- and enum- stub functions
1637         for ChooseFont dialog
1639 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
1641         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
1642         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
1643         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
1644         fixes.
1646         * [windows/winpos.c]
1647         Don't try to hide the window if it's already hidden.
1649         * [windows/message.c]
1650         Let MSG_PeekHardwareMsg fill the message queue with events if
1651         it's empty.
1653 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1655         * [resources/sysres_It.rc]
1656         Updated to support the new CHOOSE_COLOR_DIALOG.
1658 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
1660         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
1661           [include/w32sys.h] [include/dlls.h]
1662           [misc/Makefile] [misc/w32sys.c]
1663         W32SYS.DLL partially implemented.
1665 ----------------------------------------------------------------------
1666 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1668         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
1669         Made the resource loading code always use the correct Windows
1670         layout for Winelib on other CPUs.
1672         * [include/module.h] [loader/module.c]
1673         Added self handle in NE_MODULE structure, so we can use a pointer
1674         instead of a handle.
1675         Added function MODULE_GetPtr() to validate a HMODULE.
1677         * [memory/heap.c]
1678         Implemented Win32 heap management.
1680         * [memory/selector.c]
1681         Fix selector limit for huge blocks.
1683 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1685         * [objects/metafile.c]
1686         Fixed memcpy bug to allow memory based metafiles to work.
1688 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
1690         * [controls/edit.c] [controls/EDIT.TODO]
1691         Complete rewrite.  Everything changed: new features, new bugs.
1692         Main addition: WordWrap.
1694 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
1696         * [resources/sysres_It.rc]
1697         Fixed a few mistakes in the file and resized some of the controls.
1699 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
1701         * [misc/winsocket.c]
1702         Fixed broken #if defined that stopped unixware compiling.
1704         * [win32/resource.c]
1705         Added missing return to end of FindResource32.
1707 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1709         * [windows/keyboard.c] [windows/event.c]
1710         Fixed GetKeyState for mouse buttons.
1712         * [windows/message.c]
1713         WM_MOUSEACTIVATE wasn't sent in some cases.
1715 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
1717         * [objects/font.c]
1718         Match slightly bigger font if height negative.
1720 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
1722         * [multimedia/mmsystem.c]
1723         Changed read's to FILE_read's in mmsystem to fix mmio bug.
1725 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
1727         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
1728         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
1729         En-,De- resources. 
1730         As written in TODO: some national language support is needed here.
1732 ----------------------------------------------------------------------
1733 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1735         * [controls/button.c] [controls/static.c]
1736         Changes to use WND * wherever possible.
1738         * [debugger/dbg.y] [debugger/debug.l]
1739         Added 'info module' and 'walk module' commands.
1741         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
1742         Added assembly code generation to call from Wine into 32-bit code.
1743         Changed all 'call32' references in 'callfrom16' to avoid confusion
1744         with Win32 routines.
1746         * [include/callback.h]
1747         Added prototypes for 32-bit callbacks.
1749         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
1750         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
1751         now generated by the build program.
1753         * [include/module.h]
1754         Added extra info to NE_MODULE for Win32 modules to point to the PE
1755         module data.
1757         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
1758         Removed the wine_files list. The PE data for a module can now be
1759         accessed with the NE_WIN32_MODULE macro.
1761         * [loader/signal.c] [miscemu/instr.c]
1762         Don't start the BIOS timer at startup, but only after an access to
1763         the 0x40 segment.
1765         * [memory/local.c]
1766         Changed LOCAL_Lock() to return a 32-bit pointer.
1768         * [misc/main.c] [include/dlls.h]
1769         Some built-in DLLs (like KERNEL) can no longer be disabled from
1770         the command-line.
1771         
1772 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
1774         * [*/*]
1775         A lot of small changes to support SCO OpenServer 5.
1777 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
1779         * [controls/edit.c]
1780         Fixed GetKeyState() call to use 0x8000 convention.
1782         * [include/windows.h]
1783         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
1785 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
1787         * [if1632/except.S]
1788         Modified code to assemble on unixware.
1790 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
1792         * [objects/font.c]
1793         Implementation of a second font cache which will be updated
1794         dynamically.
1796 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
1798         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
1799           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
1800           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
1801           [resources/sysres_No.rc] [resources/TODO]
1802         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
1804 ----------------------------------------------------------------------
1805 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1807         * [tools/build.c]
1808         Changed BuildSpec32Files() to generate assembly instead of C code.
1809         Unified -spec16 and -spec32 options; DLL type is now determined by
1810         the 'type' declaration in the .spec file.
1811         New -stdcall option to build all stdcall assembly relays.
1813         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
1814         Started to unify 16- and 32-bit builtin DLLs.
1816         * [loader/module.c]
1817         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
1819         * [loader/pe_image.c] [loader/resource.c]
1820         All modules now have a NE signature, and can be distinguished by
1821         the NE_FFLAGS_WIN32 flag.
1823         * [windows/alias.c]
1824         Aliases for built-in window procedures are now all created at
1825         startup in ALIAS_Init().
1827 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
1829         * [controls/combo.c]
1830         Limit rectangle to clear to size of item when painting combo, not
1831         default.  Only draw items in list when there is enough room for them.
1833         * [controls/listbox.c]
1834         Get the measure of every item that's added and store in the item's
1835         data structure.  Scroll listbox if mouse near edge of box.  Only
1836         draw items in list when there is enough room.
1838 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1840         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
1841           [windows/nonclient.c] [controls/menu.c] 
1842         Various changes for better keyboard handling. 
1844         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
1845         Proper keyboard message ordering, working GetKeyState() (finally!), 
1846         improvements in ToAscii().
1848         * [windows/win.c] [windows/message.c]
1849         Small improvements in WIN_FindWinToRepaint.
1851         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
1852         Put update region in WM_NCPAINT wParam.
1854         * [loader/task.c]
1855         Kill task timers when task is deleted, switch timers to the
1856         new queue in SetTaskQueue().
1858         * [loader/signal.c] [miscemu/dosmem.c]
1859         Added SIGALRM signal handler to increment BIOS clock. 
1861         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
1862         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
1863         MDI client.
1865         * [windows/winpos.c]
1866         Improvements in handling of owned popups. "Floating" toolboxes 
1867         work better now. 
1869 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1871         * [misc/registry.c]
1872         New file, registry rewrite including win32 extensions
1873         - Unicode
1874         - multiple valus per key
1875         - different datatypes for values
1876         - multiple rootkeys
1877         - saving and loading in different registries.
1879         * [include/winreg.h]
1880         New file, definitions and structs for registry.
1882         * [include/winerror.h]
1883         Some new error defines added... there are more, someone please
1884         check a (real-)windows winerror.h.
1885         
1886         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
1887         Registry specs added.
1889         * [if1632/relay.c]
1890         Switch internal SHELL.DLL to default 'used'.
1892         * [win32/string32.c] [include/string32.h]
1893         Some new functions added.
1894         char should be unsigned char when converting to 16bit ints.
1896         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
1897         Removed old registry functions.
1899 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
1901         * [include/bitmaps/ocr_ibeam]
1902         Fixed the position of the hotspot.
1904         * [objects/text.c]
1905         Fixed a few bugs in TEXT_TabbedTextOut().
1907         * [windows/event.c]
1908         Fixed the order of the bits in the KeyStateTable.
1909         0x80 is the up/down-bit.  0x01 is the toggle bit.
1911         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
1912         Fixed the calls to GetKeyState().
1914 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
1916         * [resources/sysres_Fr.rc] [resources/TODO]
1917         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
1919 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
1921         * [resources/sysres_it.rc]
1922         Added support for Italian [It] language.
1924 ----------------------------------------------------------------------
1925 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1927         * [include/win.h] [windows/*.c]
1928         Replaced next, parent, child and owner handles by pointers in WND
1929         structure. This should improve performance, and should be
1930         reasonably safe since Microsoft did the same in Win95.
1932         * [include/wintypes.h] [*/*]
1933         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
1934         allows removing a lot of unnecessary casts and NPFMTs.
1936         * [windows/caret.c]
1937         Create the caret brush upon CreateCaret(); use the bitmap
1938         dimensions for the caret.
1939         Fixed CARET_DisplayCaret() to use PatBlt().
1941 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
1943         * [misc/winsocket.c]
1944         More sanity checks, fixup some erroneous return codes.
1946         * [documentation/winsock]
1947         Description of how compatible the winsock is currently.
1949 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1951         * [library/winmain.c]
1952         Set `lpszCmdParam' by concatenating arguments.
1954         * [loader/module.c]
1955         WinExec: accept Unix commands, use Wine emulator.
1957 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
1959         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
1960         DeleteCriticalSection, EnterCriticalSection,
1961         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
1962         TlsFree, TlsGetValue, TlsSetValue: new functions.
1963         CRITICAL_SECTION: new structure.
1965         * [if1632/kernel32.spec][win32/code_page.c]
1966         WideCharToMultiByte: new function.
1968         * [if1632/kernel32.spec][win32/file.c]
1969         GetFileAttributesA: new function.
1971         * [if1632/kernel32.spec][misc/main.c]
1972         GetEnvironmentStringsW, FreeEnvironmentStringsA,
1973         FreeEnvironmentStringsW: new functions.
1974         
1975         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
1976         cursoricon32.c: new file.
1977         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
1978         to WIN32_*.
1979         LoadIconA, LoadIconW: modified implementation from LoadIconA32
1980         to WIN32_*.
1982         * [include/struct32.h]
1983         pragma pack inserted.
1984         CURSORICON32 structures added.
1986         * [include/winnls.h]
1987         Constants CP_* and WC_* added.
1989         * [loader/pe_image.c]
1990         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
1992 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
1994         * [misc/commdlg.c]
1995         Introduced hook function handling in file dialog.
1996         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
1998 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2000         * [if1632/gdi32.spec]
2001         Added GetNearestColor.
2003         * [if1632/kernel32.spec]
2004         Added GlobalAddAtomA.
2006         * [win32/param32.c]
2007         Added stackframe.h to includes.
2008         WIN32_GlobalAddAtomA() - new function.
2010 ----------------------------------------------------------------------
2011 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2013         * [controls/edit.c]
2014         Removed calls to memmove (not portable).
2016         * [debugger/dbg.y] [debugger/debug.l]
2017         Prefixed all token with 't' to avoid conflicts with type
2018         definitions.
2019         Added 'walk queue', 'walk class' and 'info class' commands.
2021         * [debugger/info.c]
2022         Moved queue and window information functions to windows/queue.c
2023         and windows/win.c respectively.
2025         * [loader/signal.c]
2026         Added SIGHUP handling to force entry into built-in debugger.
2027         Cleaned up a bit.
2029         * [misc/spy.c]
2030         General cleanup and performance improvements.
2032         * [windows/class.c]
2033         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
2034         debugger.
2036         * [windows/event.c]
2037         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
2038         sure if this key combination is a good choice...
2040         * [windows/message.c] [windows/queue.c] (New file)
2041         Moved message queue handling functions to windows/queue.c.
2043 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
2045         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
2046         Implemented Win32 exception functions: RaiseException(),
2047         RtlUnwind(), SetUnhandledExceptionFilter() and
2048         UnhandledExceptionFilter().
2050 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2052         * [controls/listbox.c] [include/listbox.h]
2053         Special handling for COMBOLBOX styles introduced via extension of
2054         HEADLIST structure: lphl->dwStyle.
2056 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
2058         * [controls/combo.c]
2059         Any mouse movement within a small distance (defined by CBLMM_EDGE)
2060         of the top or bottom edge causes the window to scroll.  Also moved 
2061         some assignments so the routine works correctly.
2063         * [controls/listbox.c]
2064         Changing selection in ListBoxSetCurSel now updates PrevFocused.
2065         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
2066         and sets the standard text height.
2068 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2070         * [windows/dce.c]
2071         Fixed memory leak in DCE_ClipWindows().
2073 ----------------------------------------------------------------------
2074 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2076         * [configure.in]
2077         Quote '[' and ']' in the test program for the strength-reduce
2078         bug. This should work much better...
2080         * [files/file.c]
2081         Augmented DOS_FILE structure. Most internal functions now return a
2082         DOS_FILE* instead of a Unix handle.
2083         Added a local file array to replace the PDB list upon startup, to
2084         allow using file I/O functions before the first task is created.
2085         Added FILE_SetDateTime() and FILE_Sync() functions.
2086         
2087         * [loader/module.c]
2088         Use the DOS file I/O functions in MODULE_LoadExeHeader().
2090         * [objects/bitblt.c]
2091         Use visible region instead of GC clip region to clip source
2092         area. This fixes the card drawing bug in freecell.
2094         * [objects/region.c]
2095         Fixed CombineRgn() to allow src and dest regions to be the same.
2097 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2099         * [controls/EDIT.TODO]
2100         Updated so it reflects the current status.
2102         * [controls/edit.c]
2103         Implemented internal EDIT_WordBreakProc().
2104         Implemented ES_READONLY.
2105         Implemented WM_LBUTTONDBLCLK to select whole words.
2106         Fixed a lot of types in the function definitions.
2108 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2110         * [debugger/info.c]
2111         Added "walk window" command to walk window list. 
2113         * [windows/mdi.c]
2114         Added proper(?) WM_MDISETMENU message handling.
2116 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2118         * [if1632/callback.c][if1632/relay32.c]
2119         RELAY32_CallWindowProcConvStruct: new function.
2121         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
2122         struct32.c: new file. Moved all structure conversions into that file
2123         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
2124         renamed to STRUCT32_POINT32to16, ...
2125         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
2126         POINT32, ...
2127         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
2128         CREATESTRUCT.
2130         * [include/windows.h][misc/exec.c]
2131         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
2132         WinHelp: Reimplemented. Thanks to Peter Balch
2133         (100710.2566@compuserve.com) for his valuable research.
2135         * [win32/winprocs.c]
2136         WIN32_CallWindowProcTo16: new function, call in
2137         USER32_DefWindowProcA,...
2139 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2141         * [include/wintypes.h]
2142         Added "#define __export".
2144         * [objects/bitblt.c]
2145         Put in a few hacks to make bitblt-ing work when upside-down and/or
2146         mirrored.  BITBLT_StretchImage should really be checked over
2147         thoroughly.
2149         * [programs/progman/main.c]
2150         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
2152         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
2153         Eliminated shift/reduce conflict in style definition.
2154         Added crude error message support: "stdin:%d: parse error before '%s'".
2155         Implemented string table support to the best of my ability (it works
2156         with LoadString() calls).
2158         * [windows/nonclient.c]
2159         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
2160         bar of non-iconized window was clicked (checked for iconization).
2162 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2164         * [if1632/lzexpand.spec] [if1632/relay.c]
2165           [include/lzexpand.h][misc/lzexpand.c]
2166         LZEXPAND.DLL added.
2168 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2170         * [windows/win.c]
2171         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
2172         this prevents too early termination of EnumChildWindows().
2174 ----------------------------------------------------------------------
2175 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2177         * [controls/scroll.c]
2178         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
2179         current tracking window.
2181         * [files/file.c]
2182         Fixed two file descriptor leaks in FILE_OpenFile().
2184         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
2185           [tools/build.c]
2186         Replaced LOADEDFILEINFO structure by OFSTRUCT.
2188         * [memory/atom.c]
2189         Reload the pointer to the atom table in ATOM_GetTable() and
2190         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
2191         move in linear memory.
2193 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2195         * [include/callback.h]
2196         Added support for CallWordBreakProc().
2198         * [controls/edit.c]
2199         New caret handling (really efficient / fast).
2200         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
2201         Fixed EM_SETFONT so it now also creates a proper new caret.
2203 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
2205         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
2206         Added WM_DELETE protocol to top-level windows.
2208         * [controls/scroll.c]
2209         Fixed a problem which caused slow scrolling to continue uncontrollably.
2211         * [misc/exec.c]
2212         Implemented ExitWindows().
2214         * [windows/win.c]
2215         Set top-level owned windows to be transient.
2217 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2219         * [programs/progman/*]
2220         Added a program manager.
2222 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
2224         * [resources/sysres_Eo.c]
2225         Added support for Esperanto [Eo] language.
2227 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2229         * [if1632/user32.spec]
2230         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
2232         * [win32/init.c]
2233         Added task.h to includes. GetModuleHandleA() - return hInstance
2234         if called with NULL parameter. Freecell needs this. NOTE this
2235         may indicate a problem with differentiation between hModule and
2236         hInstance within Wine.
2238         * [win32/resource.c]
2239         FindResource32() and LoadResource32() - Removed #if 0's around
2240         conversion from hInstance to hModule. See remarks above.
2242         * [win32/string32.c]
2243         WIN32_UniLen() - removed stray semicolon.
2245 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2246         
2247         * [windows/caret.c]
2248         Set blink rate with call to GetProfileInt().
2250         * [rc/winerc.c]
2251         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
2252         instead of 0.  This seems to correspond to Borland's defaults, and
2253         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
2254         or "| NOT WS_VISIBLE" technique in the *.rc file.
2256         * [win32/time.c]
2257         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
2258         returned by gettimeofday() instead of making second call to
2259         time().  This eliminates clock jitter if the seconds change
2260         between the two calls (rare, but possible).
2262         * [include/wintypes.h]
2263         Added "#define _far" and "#define _pascal".
2265         * [windows/win.c]
2266         Added function GetDesktopHwnd().
2268         * [include/xmalloc.h]
2269         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
2270         have been removed from 'configure', and was causing redefinition
2271         warnings.
2273 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
2275         * [windows/winpos.c] 
2276         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
2277         to force a repaint when setting menu bars with different rows.
2279 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2281         * [windows/syscolors.c] [controls/scroll.c]
2282         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
2284 ----------------------------------------------------------------------
2285 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2287         * [files/profile.c]
2288         Added \r when writing profile files, for DOS compatibility.
2290         * [memory/global.c]
2291         Fixed bug in GlobalReAlloc() that caused a discarded block not to
2292         be reallocated if its size was not changed.
2294         * [memory/selector.c]
2295         Avoid setting a valid LDT entry with base and limit set to 0, as
2296         this causes the kernel to clear the entry. This fixes a crash when
2297         exiting Windows program manager.
2299         * [objects/metafile.c]
2300         Removed call to creat() instead of _lcreat() for WINELIB.
2302 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2304         * [if1632/gdi32.spec]
2305         GetTextExtentPointA now has win32 specific implementation.
2307         * [include/struct32.h]
2308         Define new structure tagSIZE32 and typedef SIZE32 to it.
2309         Define prototype for function PARAM32_SIZE16to32
2311         * [win32/param32.c]
2312         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
2314         * [win32/memory.c]
2315         Added missing file pointer parameter to fprintf.
2317 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
2319         * [windows/nonclient.c]
2320         Added more familiar icon activity, ie single click brings up
2321         system menu.
2323 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2325         * [controls/menu.c]
2326         Added calls to HideCaret() and ShowCaret() from within
2327         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
2328         MENU_TrackKbdMenuBar().  Are there any more places where this
2329         should be done?
2331         * [controls/static.c]
2332         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
2333         the previous icon.  Added a new FIXME at the point where
2334         WM_SETTEXT is handled for a SS_ICON static control.
2336         * [misc/commdlg.c]
2337         Implemented FindText() and ReplaceText()
2338         Still missing : Templates and Hooks handling / error checking
2340         * [resources/sysres_En.c]
2341         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
2342         Languages other than En should update these too, though, as well
2343         as redimension the controls because some of the text doesn't fit.
2344         Created file resources/TODO to explain this.
2346         * [windows/caret.c]
2347         Re-written.  It now uses the correct R2_XORPEN.  It resets the
2348         blink timer on SetCaretPos().  It does its own hide/show scheme
2349         when SetCaretPos() is called (should be faster).
2351 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2353         * [controls/listbox.c]
2354         Miscellaneous changes for better LBS_EXTENDEDSEL support.
2355         Removed several superfluous redrawals of item list.
2357         * [controls/scroll.c]
2358         WM_GETDLGCODE return value.
2360         * [windows/win.c]
2361         FlashWindow function.
2363         * [windows/painting.c] [windows/scroll.c]
2364         Added HideCaret/ShowCaret calls.
2366         * [objects/font.c]
2367         Added GetCharABCWidths stub.
2369         * [include/windows.h]
2370         "#define"s needed for changes mentioned above.
2372 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
2374         * [include/winsock.h]
2375         Change order of includes to get in_addr struct defined in time.
2376         (Note: Linux 1.3.66, libc 5.2.18)
2378         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
2379         Changed the -enhanced option into a -mode option, which can be
2380         either 'standard' or 'enhanced'. 'enhanced' is the default.
2382 ----------------------------------------------------------------------
2383 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2385         * [controls/desktop.c]
2386         Look for the wallpaper file in the Windows directory.
2388         * [controls/menu.c]
2389         Fixed swapped parameters in SetMenuItemBitmaps().
2390         Create a separator in MENU_SetItemData() when the string is NULL.
2392         * [file/dosfs.c]
2393         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
2395         * [files/file.c]
2396         Added a DOS_FILE structure to store per-file information (not
2397         really used yet).
2398         Fixed _lread and _hread to check the size of the buffer before
2399         calling Unix read() to avoid EFAULT error.
2401         * [misc/exec.c]
2402         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
2404         * [miscemu/instr.c]
2405         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
2406         programs that poll the BIOS counter, provided they reload the
2407         selector on every read.
2409         * [miscemu/int21.c]
2410         Re-implemented FindFirst/FindNext for FCB calls.
2412         * [windows/message.c] [windows/winpos.c]
2413         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
2415         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
2416         Added a per-window WIN_MANAGED flag; only windows that have a
2417         dialog frame or a sizing border are managed.
2419 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2421         * [if1632/Makefile.in]
2422         Added -g flag to compilation of .c files generated from *32.spec.
2424         * [if1632/gdi32.spec]
2425         Numerous additional functions implemented.
2427         * if1632/user32.spec]
2428         wsprintfA maps to vsprintf not wsprintf
2429         Numerous additional functions implemented.
2431         * [include/gdi.h] [objects/gdiobj.c]
2432         New #define MAGIC_DONTCARE added. This is used in
2433         GDI_GetObjPtr to enable getting a pointer to a GDI object of
2434         unknow type.
2436         * [win32/gdi32.c]
2437         New file.
2439         * [win32/param32.c]
2440         WIN32_MoveToEx() - handle NULL pointer argument.
2442         * [win32/user32.c]
2443         USER32_InvalidateRect - handle passing of a NULL pointer.
2444         USER32_SetTimer - New function.
2446         * [files/directory.c]
2447         Fixed DIR_Init() (off by one in allocation of space for
2448         environment variables).
2450         * [files/drive.c]
2451         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
2452         on FreeBSD).
2454 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2456         * [controls/menu.c]
2457         Memory leak plugged.
2459         * [controls/edit.c]
2460         Erase space with function ExtTextOut(). This eliminates the use of
2461         xmalloc().  Memory leak in EDIT_WriteText plugged.
2463         * [debugger/db_disasm.c]
2464         Operand for scas now is di.
2466         * [files/profile.c]
2467         PROFILE_GetSection was copying too much data.
2468         PROFILE_GetSection now returns the correct value. It was returning
2469         the number of unused instead of used bytes.
2471         * [objects/dc.c]
2472         Corrected two typos in comments.
2474         * [objects/font.c]
2475         FONT_MatchFont didn't return if it couldn't find any font.
2477         * [objects/oembitmap.c]
2478         Free object only if it has been allocated.
2480         * [windows/scroll.c]
2481         Memory leak in ScrollDC plugged.
2483 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
2485         * [controls/edit.c]
2486         Implemented ES_NOHIDESEL style, shift+click selection,
2487         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
2488         (de)selection drawing.  Changed selection drawing to use correct
2489         system colors instead of inverting.  Fixed deleting or backspacing
2490         across a '\r\n' end of line pair.  Selection now anchors
2491         correctly. Fixed text leaking and extra garbage problem bug
2492         uncovered by change in class style in wine960131.
2494         * [controls/widgets.c]
2495         Class flags now match those of Windows.
2497 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2499         * [controls/widgets.c]
2500         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
2502         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
2503         comctl32.spec ole32.spec winspool.spec: new files.
2504         RELAY32_Init: call initialization of new DLLs.
2505         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
2506         RELAY32_MakeFakeModule: new function.
2508         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
2509         Added Win95 functions. Ordinals now differ from both NT and Win95
2510         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
2511         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
2512         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
2513         new relays.
2515         * [if1632/shell32.spec]
2516         shell32.spec: renumbered all functions to take into account ordinals.
2517         These seem to be identical between NT and Win95.
2519         * [include/dialog.h][windows/dialog.c]
2520         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
2522         * [include/handle32.h]
2523         New handle types VRANGE, HEAP, HEAPITEM.
2525         * [include/pe_image.h][loader/pe_image.c]
2526         struct w_files: new field builtin.
2527         PE_FindExportedFunction: support ordinals.
2528         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
2529         fixup_imports: support ordinals.
2530         PE_LoadImage: prefer directories over segments.
2532         * [include/resource.h][win32/resource.c]
2533         FindResource32: changed parameter from LPCTSTR to LPCWSTR
2534                 check LANG_NEUTRAL if LANG_ENGLISH fails.
2535         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
2536                 disabled because it's broken.
2537         Casted to and from LPWSTR at various places.
2539         * [include/string32.h][win32/string32.c]
2540         Changed prototypes to take const arguments where appropriate.
2542         * [include/struct32.h]
2543         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
2545         * [tools/build.c]
2546         BuildSpec32Files: generate Base value into code, generate call to
2547         RELAY32_MakeFakeModule.
2548         
2549         * [win32/heap.c]
2550         This is still not finished and needs rework.
2551         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
2552         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
2553         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
2555         * [win32/memory.c]
2556         Support for VRANGE_OBJECT. This is not yet called from any place,
2557         and needs more platform specific support
2558         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
2559         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
2561         * [win32/user32.c]
2562         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
2563         names, as in dialogs.
2564         Implemented dialog functions (see user32.spec).
2566         * [windows/caret.c]
2567         CARET_Initialize: call RELAY32_GetBuiltinDLL.
2569 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2571         * [controls/edit.c]
2572         Removed commented out #ifdefs for WINELIB.
2574         * [tools/makehtml.pl]
2575         Put in error checking when trying to open a file.
2577         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
2578         Added two new targets: hello4 and new.
2580         * [include/windows.h]
2581         Added definition of DEVMODE structure, although it's not yet used.
2582         Modified various API functions from CreateDC() to Escape(), in
2583         order to make them more compliant with the strict API definitions.
2585         * [include/wintypes.h]
2586         Added 'typedef char TCHAR'.  It probably should be defined as
2587         'short', but then we would have to support such characters.  Also did
2588         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
2589         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
2590         MFENUMPROC, and HGDIOBJ.
2592 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2594         * [misc/commdlg.c]
2595         Patched a bug that occurred in the internal COMMDLG module for the
2596         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
2597         combobox is now handled correctly.
2599 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
2601         * [resources/sysres_Cz.rc]
2602         Added support for Czech [Cz] language.
2604 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2606         * [objects/font.c]
2607         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
2608         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
2609         is -1, assume 0.
2610         CreateFontIndirect : if font parameter is NULL, issue an error message.
2611         CreateFont : null-terminate lfFaceName.
2612         ParseFontParms : debug code turned off : too verbose.
2613         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
2615         * [objects/color.c]
2616         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
2618 --------------------------------------------------------------------
2619 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
2621         * [configure.in]
2622         Added --with-dll option to build libwine.so.
2624         * [controls/listbox.c]
2625         Fixed ListBoxDirectory(), DlgDirSelect() and
2626         DlgDirList(). Hopefully their behavior is correct now.
2628         * [controls/menu.c]
2629         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
2630         ModifyMenu() for the item data, to avoid corrupting the pointer
2631         for owner-drawn items.
2633         * [controls/static.c]
2634         Attempt to load OEM icons for SS_ICON controls. Probably not
2635         entirely correct.
2636         Don't clip the text output.
2638         * [files/directory.c]
2639         Add temp dir and Windows dir to environment.
2641         * [files/dos_fs.c]
2642         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
2643         Cache last used directory in DOSFS_FindNext() to avoid quadratic
2644         search time.
2646         * [files/drive.c]
2647         New format for drives configuration in wine.conf; allows
2648         specifying the type, label and serial number of a drive.
2650         * [files/file.c]
2651         New function FILE_OpenUnixFile to make sure we don't open a
2652         directory instead of a file.
2653         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
2655         * [files/profile.c]
2656         Rewrote profile handling. Should be closer to Windows behavior now.
2657         New function PROFILE_GetWineIniString() to get a string from wine.conf.
2658         Support environment variables in wine.conf.
2660         * [loader/task.c]
2661         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
2662         corruption.
2664         * [memory/global.c]
2665         Create a discarded block on GlobalAlloc() if the size is 0; thanks
2666         to John Harvey for noticing this.
2668         * [memory/local.c]
2669         LOCAL_GetHeap: make sure the pointer is valid before checking
2670         magic number.
2672         * [misc/main.c]
2673         Moved profile and registry saving to ExitWindows(), so we don't
2674         try to save them in case of a crash.
2676         * [miscemu/int21.c]
2677         INT21_GetFreeDiskSpace: try to compute the cluster size from the
2678         filesystem size instead of hard-coding it to 64.
2679         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
2680         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
2682         * [windows/message.c]
2683         Fixed bug in linked-list handling in MSG_DeleteQueue().
2684         Simplified SetMessageQueue().
2686         * [wine.ini] [wine.man]
2687         Updated for new drives configuration format.
2689 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
2691         * [controls/edit.c]
2692         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
2693         EM_GETPASSWORDCHAR messages.
2695         * [controls/widgets.c]
2696         Adjusted class creation flags to better match values Windows uses.
2698         * [include/windows.h]
2699         Fixed ES_NOHIDESEL typo.
2701         * [loader/ne_image.c]
2702         Added detection for zero offset in RADDR fixups. Quicken
2703         was in an infinite loop here.
2705 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2707         * [files/dos_fs.c]
2708         Bugfix: range error in month value (0..11 set to 1..12).
2710         * [windows/caret.c]
2711         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
2712         appearance of the caret.
2714         * [windows/mdi.c] [include/mdi.h]
2715         Changed MDITile(): added a new parameter WORD wParam for
2716         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
2717         used in Win3.1
2719 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
2721         * [miscemu/int2f.c]
2722         Added a small bit of MSCDEX emulation.
2724         * [windows/alias.c]
2725         ALIAS_RegisterAlias was returning the hash value when it should
2726         have been returning the record number.
2727         
2728 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2730         * [include/shell.h] [include/wintypes.h]
2731         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
2732         Declared FONTENUMPROC in wintypes.h.
2734         * [include/windows.h]
2735         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
2736         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
2737         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
2738         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
2739         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
2740         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
2741         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
2742         and wsprintf().
2744         * [tools/makehtml.pl] [documentation/apiw.index]
2745         New files that scan windows.h, commdlg.h, and toolhelp.h and output
2746         an HTML sorted list with optional links to www.willows.com and a
2747         tally of unimplemented APIW functions.
2749         * [objects/cursoricon.c]
2750         Added Win32 versions of CopyIcon() and CopyCursor() for use in
2751         libwine.
2753         * [win32/resource.c] [win32/winprocs.c]
2754         Added '#include "libres.h"' and explicit declarations of windows
2755         procs in order to avoid warnings.
2757         * [windows/utility.c]
2758         Added Win32 version of MulDiv() for libwine.
2760         * [*/*] [include/windows.h]
2761         Changed several function declarations to comply more strictly to
2762         the windows API (without, hopefully, altering their functionality).
2764         * [controls/menu.c]
2765         Made the return value of CheckMenuItem be the previous state of
2766         the menu item if it was found, otherwise -1 as specified in the
2767         SDK. This conflicts with the APIW specification, which says it
2768         should return TRUE if successful, otherwise FALSE.
2770         * [include/windows.h]
2771         Added obsolete WM_SIZE message wParam names for compatibility.
2772         Added WinHelp() command constants, even though they are not yet
2773         supported.
2775         * [rc/winerc.c]
2776         Tidied up transform_binary_file().  In argument checking, flattened
2777         any invalid characters specified with the prefix argument.
2779         * [library/libres.c]
2780         Made FindResource() case-insensitive when parameter 'name' is a string.
2782 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
2784         * [files/drive.c]
2785         If root "/" is given in wine.conf, use it as last resort.
2787         * [files/file.c]
2788         Report ER_AccessDenied it disk ist not writable
2789         More Debug Output
2791         * [miscemu/int21.c]
2792         Squeezed some bugs in ExtendedOpenCreateFile
2793         
2794         * [windows/winpos.c]
2795         Some windows may not be moved or resized. We are missing some
2796         structures to be exact, but the approach should help in some cases
2797         and make things worse in much fewer.
2799 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2801         * [loader/pe_image.c]
2802         fixup_imports: Find builtins for Borland style entries, too
2804 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2806         * [controls/menu.c]
2807         LoadMenu: branch to Win32 for PE modules
2809         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
2810         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
2811         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
2812         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
2813         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
2814         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
2815         to convert parameters or naming convention
2817         * [include/kernel32.h][include/wintypes.h]
2818         moved WCHAR, defined LPWSTR
2820         * [include/string32.h][win32/string32.c][include/struct32.h]
2821         New files
2823         * [loader/module.h]
2824         LoadModule: exit after returning from PE_LoadModule
2826         * [loader/pe_image.c]
2827         my_wcstombs: isascii does not work on Linux for Unicode
2828         PE_LoadImage: Handle directories
2830         * [misc/user32.c]
2831         USER32_RECT32to16, USER32_RECT16to32: new functions
2832         implemented new user32 relays
2834         * [misc/newfns.c]
2835         WIN32_WinHelpA: new function
2837         * [win32/param32.c]
2838         New file
2840         * [win32/resource.c]
2841         GetResDirEntry: added support for named entries
2842         WIN32_LoadAcceleratorsW: invoke *32 resource functions
2843         WIN32_LoadBitmapA: convert name to unicode if appropriate
2844         WIN32_ParseMenu: new function
2845         implemented new resource functions from user32.spec
2847 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2849         * [objects/cursoricon.c]
2850         GetIconId() and LoadIconHandler() functions.
2852         * [windows/mdi.c]
2853         Better maximization support, TranslateMDISysAccel() function, 
2854         misc improvements.
2856         * [windows/defwnd.c]
2857         Fix for WM_WINDOWPOSCHANGED message handler.
2859         * [windows/winpos.c]
2860         Rewrote WindowFromPoint() function.
2862 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
2864         * [include/toolhelp.h] [misc/toolhelp.c]
2865         Added Notify(Un)Register, but no callbacks yet.
2867 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
2869         * [Makefile.in]
2870         Added target for libwine.so.1.0.
2872         * [library/winmain.c]
2873         For WINELIBDLL, _WinMain just returns hInstance instead of calling
2874         WinMain().
2876         * [misc/main.c]
2877         For WINELIBDLL, renamed main() to _wine_main() for calling from the
2878         stub main function.
2880         * [library/winestub.c] (new file)
2881         Provides a stub main() function for using libwine.so.
2883 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
2885         * [winsocket.c]
2886         Fix EPERM problem.
2888         * [global.c]
2889         Attempt to do some sanity checking in MemManInfo().
2891         * [Changelog]
2892         Fix changelog oversight for previous entry.
2894 ---------------------------------------------------------------------
2895 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
2897         * [configure.in]
2898         Added check for gcc strength-reduce bug.
2900         * [controls/listbox.c]
2901         Changed ListBoxDirectory() to use the new DOS file functions.
2903         * [controls/menu.c]
2904         Fixed parameters for DeleteMenu() call in ChangeMenu().
2906         * [debugger/stack.c]
2907         Also display current frame in back-trace.
2909         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
2910         Complete rewrite of the DOS file handling.
2911         Implemented per-task file handles.
2912         Removed default Z: drive; needs to be put explicitely in wine.ini
2913         if desired.
2915         * [loader/module.c]
2916         Fixed file descriptor leak in LoadModule().
2918         * [loader/task.c]
2919         Initialise PDB file handle table in TASK_CreateTask().
2920         Close file handles on task termination.
2921         Implemented SetErrorMode().
2923         * [misc/network.c]
2924         Fixed WNetGetConnection() to use GetDriveType().
2926         * [misc/xmalloc.c]
2927         Added function xstrdup().
2929         * [miscemu/int21.c]
2930         Many changes for new DOS file functions.
2932         * [miscemu/interrupts.c]
2933         Moved DOS_GetEquipment() function into INT_Int11Handler().
2935         * [windows/win.c]
2936         Bug fix: create system menu before sending WM_NCCREATE.
2938         * [*/*.c]
2939         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
2940         better portability.
2942 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2944         * [include/wintypes.h]
2945         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
2946         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
2947         it should suffice.
2949         * [include/winsock.h]
2950         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
2951         out some old style internet address #define's.
2953         * [loader/task.c]
2954         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
2955         Made FreeProcInstance() do nothing #ifdef WINELIB32.
2956         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
2958         * [library/miscstubs.c]
2959         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
2960         with name="ActivateAppProc".  This hardly seems correct, but it's my
2961         best guess as to how the emulator responds.
2963 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2965         * [if1632/kernel32.spec][win32/process.c]
2966         WIN32_GetProcAddress, LoadLibraryA: new functions
2968         * [if1632/relay32.c]
2969         RELAY32_GetEntryPoint: Removed code to load PE DLLs
2971         * [include/pe_image.h][include/pe_exe.h]
2972         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
2973         struct PE_Reloc_Block: new structure
2975         * [loader/module.c]
2976         MODULE_RegisterModule: new function
2978         * [loader/pe_image.c]
2979         PE_FindExportedFunction,PE_GetProcAddress: new functions
2980         fixup_imports: expect struct w_files* now, fill dlls_to_init,
2981                        load PE DLLs
2982         do_relocations: new functions
2983         calc_vma_size: renamed from dump_table
2984         PE_LoadImage: use malloc to allocate memory for image
2985         PE_InitDLL: expect HMODULE
2986         PE_InitializeDLLs: new function
2988         * [loader/task.c]
2989         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
2990         GetExePtr: Accept PE modules
2992         * [misc/commdlg.c]
2993         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
2995 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
2997         * [misc/port.c]
2998         New file with usleep() function for SVR4.
3000         * [configure.in]
3001         Check for usleep() function.
3003 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3005         * [if1632/toolhelp.spec] [include/toolhelp.h]
3006           [misc/user.c] [windows/message.c]
3007         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
3009         * [winsocket.c]
3010         Fixed ENOENT error.
3012         * [miscemu/dpmi.c]
3013         Implement DPMI Get Page Size (AX=0604, INT 31)
3015         * [memory/global.c]
3016         Implement TOOLHELP.72 GetMemManInfo.
3018 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3020         * [if1632/callback.c]
3021         CallWindowProc() - When calling RELAY32_CallWindowProc, check
3022         whether lParam should be a SEGPTR, and if so convert it to one.
3024         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
3025         Numerous functions added, mostly calls to original (win16)
3026         functions.  Note that some (many) of these are probably not
3027         strictly correct, but with these additions freecell will at least
3028         display its main window though it is garbled.
3030         * [if1632/winprocs.spec]
3031         Completely rewritten - all WndProcs now have win32 versions to
3032         help with the lparam SEGPTR fix in callback.c
3034         * [include/kernel32.h]
3035         LPTCSTR defined.
3037         * [include/peexe.h]
3038         Definition of PE_Export_Directory amended.
3040         * [include/resource32.h]
3041         New file.
3043         * [include/stackframe.h]
3044         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
3045         prototype for replacement function in memory/selector.c which
3046         can operate on any given memory address. This is currently
3047         required for win32 support. It is a dreadful cludge, and will
3048         certainly slow down other programs. If you are not interested
3049         in win32 development you may wish to reverse this patch.
3051         * [include/windows.h]
3052         Definition of SW_SHOWDEFAULT added.
3054         * [loader/pe_image.c]
3055         Extensive rewrites of xmmap() fixup_imports().
3056         PE_LoadImage() - initialisation of bss added, extraction of
3057         module name fixed, initialisation of DLL added.
3058         PE_InitDLL() - now does something.
3059         PE_Win32CallToStart() - initialisation of TEB pointed to by
3060         fs added.
3061         PE_InitTEB() created to perform TEB initialisation.
3063         * [memory/selector.c] 
3064         New function MAKE_SEGPTR() - see include/stackframe.h above.
3066         * [misc/user32.c]
3067         USER32_RegisterClassA(), CreateWindowExA() memory allocation
3068         method changed. This is probably now unnecessary with the
3069         new MAKE_SEGPTR handling code.
3070         USER32_DefWndProcA() removed to win32/winprocs.c
3071         USER32_TranslateMessage added.
3073         * [tools/build.c]
3074         handling of win32 spec files changed to support gcc2.6.X
3075         this requires optimisations to be disabled.
3077         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
3078         New files.
3080         * [win32/Makefile.in]
3081         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
3083         * [win32/file.c]
3084         New function W32_SetHandleCount.
3086         * [win32/init.c]
3087         WIN32_GetModuleHandle() - now returns handle of running process
3088         if called with NULL.
3089         GetStartupInfoA() - set cbReserved2 to 0.
3091         * [win32/memory.c]
3092         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
3093         it work with FreeBSD. Also check for return value. Removed extra
3094         return.
3096         * [windows/winpos.c]
3097         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
3099 ----------------------------------------------------------------------
3100 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3102         * [configure.in] [Makefile.in] [tools/install-sh]
3103         New 'install' target installs Wine binary, library and man page.
3104         Library is now more logically named libwine.a.
3105         Split toolkit/ directory into library (for library code) and
3106         libtest (for test programs).
3108         * [controls/edit.c]
3109         Quick hack to partially support EM_PASSWORD style (avoids
3110         displaying your passwords on the screen when testing programs...)
3112         * [configure.in] [controls/menu.c] [include/resource.h]
3113           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
3114         Language is now a run-time option (wine -language xx).
3116         * [debugger/dbg.y]
3117         Dump some more debugging info on crash.
3119         * [misc/profile.c]
3120         Only consider ';' as a comment if it's the first non-blank
3121         character on the line.
3123         * [miscemu/dpmi.c]
3124         More debugging info for real-mode callback.
3126         * [objects/gdiobj.c]
3127         Rewrote EnumObjects() to do the Right Thing.
3129         * [resources/sysres*]
3130         New directory containing system resources.
3132 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
3134         * [win32/file.c] [win32/memory.c]
3135         Unixware doesn't have MAP_ANON ifdefed out for now.
3137         * [misc/dos_fs.c]
3138         DOS_GetDosFileName didn't truncate paths starting ./ properly.
3140         * [tools/build.c]
3141         Produces assembly code that works with the unixware assembler.
3143 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
3145         * [miscemu/instr.c]
3146         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
3148         * [misc/dos_fs.c]
3149         DOS_readdir should always return directories, even if they don't
3150         match the file name mask.
3152 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3153         
3154         * [misc/exec.c]
3155         Give arguments to winhelp.
3157         * [miscemu/int21.c]
3158         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
3159         Created function ExtendedOpenCreateFile.
3160         Give for some Windows95 interrupts the return value 'not
3161         implemented'.
3163 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3165         * [include/kernel32.h] [include/windows.h]
3166         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
3167         include/kernel32.h to include/windows.h and declared the new Win32
3168         API functions Sleep(), GetLocalTime(), and GetSystemTime().
3169         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
3171         * [rc/rc (new file)]
3172         Created the shell script 'rc', which should simplify resource
3173         compilation.
3175         * [win32/environment.c]
3176         Kludged around an undefined reference to wine_files.  This change
3177         should be fixed some time.
3179         * [win32/time.c] [if1632/kernel32.spec]
3180         Added the functions GetSystemTime(), and Sleep().
3182         * [miscemu/int21.c]
3183         Renamed static function GetSystemTime to INT21_GetSystemTime to
3184         avoid conflicts with the API function of the same name.
3186         * [include/wintypes.h]
3187         Added the SPFMT definition for printf statements.
3189         * [misc/shell.c] [include/shell.h]
3190         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
3191         with the ones in include/winerror.h.  They should probably use the
3192         versions in winerror.h, but I'm not certain, and that can be done
3193         later.
3195         * [windows/mdi.c]
3196         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
3197         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
3198         (boolean) was discarded with this translation.  Translated handler
3199         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
3200         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
3201         false, call DrawMenuBar() if desired).
3203         * [*/*]
3204         General explicit casts and more rigid typing to remove warnings.
3206         * [include/winpos.h] [windows/winpos.c]
3207         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
3209         * [include/commdlg.h] [misc/commdlg.c]
3210         Added prototypes for ChooseColor(), CommDlgExtendedError(),
3211         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
3212         PrintDlg, and ReplaceText().
3213         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
3214         Made GetFileTitle return a short, as per the API definition.
3216         * [Makefile.in]
3217         Added line to clean and distclean that removes temporaries from
3218         the include directory.
3220 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
3222         * [controls/edit.c]
3223         Almost rewrote EDIT_GetLineMsg.
3225 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
3227         * [windows/mdi.c]
3228         Fixed MDITile() bug that occurs when 0 windows are present or all
3229         windows are minimized.
3231 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3233         * [misc/profile.c]
3234         Try harder to find files, especially in the working directory.
3235         Look in $HOME/.wine too and create it there if it isn't found.
3237 ----------------------------------------------------------------------
3238 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3240         * [misc/lstr.c]
3241         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
3242         they do the same job.
3244         * [tools/build.c]
3245         Fixed __attribute__((stdcall)) to make it compile with gcc
3246         versions under 2.7. Doesn't mean it will run OK though...
3248 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
3250         * [include/kernel32.h] [include/winerror.h]
3251         Added file attribute definitions and more error codes.
3253         * [win32/error.c]
3254         Added some rudimentary errno-to-Win32 error conversion
3255         code.
3257         * [win32/file.c]
3258         Added to GetFileInformationByHandle, filled in some known
3259         error codes, and switched to dprintf_win32.
3261         * [win32/time.c]
3262         Added GetLocalTime.
3264 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3266         * [controls/combo.c]
3267         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
3268         LRESULT _(HWND,WPARAM,LPARAM) where needed.
3270         * [include/libres.h]
3271         Restructured libres prototypes to closer match the windows API.
3273         * [include/windows.h]
3274         Changed several API prototypes' parameter types from 'short' to INT,
3275         which is #defined as short in the emulator, but is a normal int in
3276         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
3277         (This creates a lot of warnings at library-compile time, but less
3278         warnings at app-compile time.  I'll remove the warnings soon.)
3280         * [loader/resource.c]
3281         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
3282         various implementations of the LIBRES_* API functions.
3284         * [loader/signal.c]
3285         Deleted local 'i' from win_fault(), since it was unused.
3287         * [objects/bitblt.c]
3288         Mirrored changes to include/windows.h mentioned above.
3290         * [toolkit/hello3.c]
3291         Changed LoadMenuIndirect() call to LoadMenu() to test the new
3292         resource registration technique.
3294         * [toolkit/libres.c]
3295         Removed definition of 'struct resource' and fixed bugs in the resource
3296         implementation.  Implemented LIBRES_FindResource.
3298         * [windows/graphics.c]
3299         Mirrored changes to include/windows.h mentioned above.
3301 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
3303         * [controls/edit.c]
3304         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
3306         * [controls/listbox.c]
3307         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
3309         * [include/listbox.h]
3310         change HeapSel from WORD to HANDLE
3312         * [include/resource.h][rc/winerc.c]
3313         struct ResourceTable: removed
3314         struct resource: moved to header file
3315         autoregister resources if supported by compiler
3317         * [memory/local.h]
3318         LOCAL_GetHeap: expect HANDLE rather than WORD
3319         
3320         * [toolkit/Makefile.in]
3321         Add ALLCFLAGS to make hello3
3323         * [toolkit/heap.c]
3324         LocalFree, HEAP_Free: handle 0 parameter gracefully
3326 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
3328         * [misc/winsocket.c]
3329         Fixed the msgsnd and msgrcv errors that winsock programs get.
3331 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
3332         
3333         * [if1632/kernel.spec]
3334         Fixed _hread and _hwrite return type
3336         * [if1632/relay32.c] [loader/pe_image.c]
3337         Hacked loading of PE-dll's in
3339         * [win32/advapi.c]
3340         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
3342         * [win32/file.c]
3343         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
3345         * [win32/process.c]
3346         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
3347         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
3348         
3349 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3351         * [include/wine.h] [misc/lstr.c]
3352         Define wine_strncpy(). This function does not pad the buffer with 
3353         zeroes like GNU strncpy(), which might break some Windows programs
3354         that pass bogus size arguments.
3356         * [loader/module.c]: GetModuleFileName(),
3357         [misc/commdlg.c]: GetFileTitle(),
3358         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
3359         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
3360         [multimedia/mmsystem.c], [objects/font.c]:
3361         Use wine_strncpy() where strings are returned to Windows programs.
3362         
3363         * [objects/metafile.c]
3364         PlayMetafile(): Clear the handle table before using it.
3366         * [misc/shell.c] [misc/main.c]
3367         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
3368         
3369         * [misc/profile.c]
3370         load(): Need to handle comments.
3371         
3372         * [toolkit/libres.c]
3373         Make it compile.
3374         
3375         * [windows/nonclient.c]
3376         Use MAKE_SEGPTR macro in two places where a user heap block used
3377         to be allocated instead.
3379 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
3381         * [windows/winpos.c]
3382         In function SetWindowPos: do not redraw the parent of
3383         a window if the specified window is placed on the top.
3384         This avoids that ShowWindow(hwnd,1) hides hwnd instead
3385         of showing it.
3387 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3389         * [windows/scroll.c]
3390         Now it can scroll children along with the client region of parent 
3391         window. Tried to optimize update region calculation. 
3393         * [windows/mdi.c]
3394         ScrollChildren function, more other features added. Basically
3395         a rewrite.
3397         * [windows/winpos.c] [windows/focus.c]
3398         Reimplemented window activation and focus handling.
3400         * [windows/nonclient.c]
3401         Added new flag WIN_NCACTIVATED.
3403         * [windows/message.c] [loader/task.c]
3404         Small changes (to maintain linked list of message queues).
3406 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
3408         * [include/options.h] [misc/main.c] [windows/defwnd.c]
3409           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
3410         Implemented a -managed option to replace the standard Windows
3411         frame of top-level windows with the window manager's decorations.
3412         If a top-level window makes its own frame, this will still show
3413         up, inside the window manager decorations (I believe ctl3dv2.dll
3414         would do this, although I can't test this).
3416 ----------------------------------------------------------------------
3417 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3419         * [configure.in] [Makefile] [misc/dos_fs.c]
3420         Got rid of autoconf.h file.
3422         * [debugger/dbg.y]
3423         More logical behavior upon syntax errors.
3425         * [include/hook.h] [windows/hook.c]
3426         Changed hook structure and rewrote most of the hook functions for
3427         better compatibility, based on investigations by Alex Korobka.
3429         * [include/message.h] [windows/message.c]
3430         Added hooks to message queue structure and made the structure
3431         layout Windows-compatible.
3432         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
3433         WH_JOURNALRECORD hooks.
3435         * [misc/main.c]
3436         Added command-line option for changing the language at run-time
3437         (not implemented yet), based on a suggestion from Michael Patra.
3439         * [objects/cursoricon.c]
3440         Fixed silly SEGPTR bug in DumpIcon().
3442 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3444         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
3445         Partial implementaion of LBS_EXTENDEDSEL style,
3446         yet more updates for drag & drop support. Now works.
3448         * [windows/defwnd.c]
3449         More message handlers.
3451         * [windows/win.c]
3452         DragObject, DragDetect, AnyPopup functions. 
3454         * [controls/listbox.c]
3455         More kludgy fixes (WM_...TOITEM, etc.).
3457         * [objects/cursoricon.c] [objects/oembitmap.c]
3458         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
3459         cursor.
3461         * [include/bitmaps/ocr*]
3462         New OEM cursors.
3464 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3466         * [toolkit/heap.c]
3467         Swapped flags and size arguments to LocalRealloc as per changes in
3468         memory/local.c by William Magro in previous release.
3470         * [include/wintypes.h]
3471         Reinstated the #define's for 'min' and 'max', since they're part of
3472         the Windows API.  I really don't think it's a wise idea, so I put
3473         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
3474         WINE code should never use these (it should use 'MIN' and 'MAX'
3475         instead).
3477         * [loader/*]
3478         Put '#ifndef WINELIB' around many things that WINElib should not need.
3480         * [controls/edit.c]
3481         Took out many '#if defined(WINELIB)' sections with the associated
3482         comment 'temporary fix, until Local memory is correctly implemented in
3483         WINELIB', since the effective translations are now in 
3484         toolkit/miscstubs.c.
3485         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
3486         file fixed (or at least postponed) the bug I had encountered.
3488         * [loader/task.c]
3489         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
3490         C:  This will probably cause a lot of trouble if this change is
3491         forgotten in the future, but it will let things like the OpenFileName
3492         dialog work for now.
3494         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
3495           [include/libres.h]
3496         Made new libres.c file, which will contain functions for supporting
3497         accessing resources by name in WINElib.  'winerc' will need to be
3498         changed.
3500         * [toolkit/heap.c]
3501         Refined memory routines to allow for differences between LocalAlloc
3502         and GlobalAlloc and between LocalSize and GlobalSize.
3504         * [windows/message.c] [include/windows.h]
3505         Defined the GetCurrentTime routine in windows/message.c, and removed
3506         the #define in windows.h.
3508 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
3510         * [*/*]
3511         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
3513         * [loader/module.c]
3514         Added undocumented GetExpWinVer.
3516         * [tools/build.c]
3517         Previous code didn't pop possibly changed %esi, %edi and %edx
3518         from the stack.
3519         
3520         * [win32/advapi.c]
3521         Added GetUserNameA.
3523         * [win32/code_page.c]
3524         Added stub for MultiByteToWideChar.
3526         * [win32/console.c]
3527         Added SetConsoleCtrlHandler stub.
3529         * [win32/file.c]
3530         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
3531         Added CloseHandle.
3533         * [win32/memory.c]
3534         Changed VirtualAlloc and VirtualFree.
3536         * [win32/process.c]
3537         Added ExitProcess.
3539 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3541         * [include/windows.h]
3542         Fixed a few broken structure definitions.
3544         * [loader/resource.c]
3545         FindResource(): Need to check for '#xxx' strings here.
3547         * [miscemu/int21.c]
3548         FindNext(): Return MS-DOS filenames uppercase.
3550         * [objects/cursoricon.c]
3551         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
3552         initializers.
3553         
3554         * [misc/file.c]
3555         _lopen(): Files opened in OF_WRITE mode are truncated.
3556         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
3557         created; use read/write mode.
3558         
3559         * [misc/profile.c]
3560         load(): Rewritten.
3561         
3562         * [misc/commdlg.c]
3563         Fixed bad call to strncpy() that smashed the stack.
3565         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
3566         Operator precedence fixes. People who use gcc 2.7.1 don't need a
3567         debugger :-)
3568         
3569         * [if1632/gdi.spec] [objects/palette.c]
3570         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
3571         but sometimes that's good enough.
3573 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
3575         * [include/wine.h] [include/registers.h] [include/winsock.h]
3576         Added definitions for Unixware.
3578         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
3579         Misc. fixes for Unixware.
3581         * [loader/task.c]
3582         Made assignemts to context in InitTask for registers use the macros
3583         from registers.h to make them more portable. (Needed for Unixware)
3585         * [tools/build.c]
3586         Fixed register acces routines to work on Unixware. Bit grubby but
3587         it seems to work.
3589         * [controls/edit.c]
3590         EDIT_WM_NCCreate allocates local heap if hasn't been previously
3591         allocated.
3592         
3593         * [miscemu/int21.c]
3594         mkdir now creates directory with permission to access it.
3596         * [misc/dos_fs.c]
3597         mkdir now creates directory with permission to access it.
3598         DOS_opendir now uses linked list of dirents to avoid problems with 
3599         realloc changing address of malloced memory.
3601 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
3603         * [controls/menu.c]
3604         MENU_CalcItemSize(): Fixed handling of empty menu items.
3606 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
3608         * [misc/file.c]
3609         In OpenFile, unlink should be done on the unix filename.
3611 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
3613         * [include/handle32.h]
3614         New header file containing internal Win32 kernel handle
3615         information.
3617         * [win32/file.c]
3618         Added ReadFile, CreateFile, and CloseFileHandle, and did
3619         some reorganizing to match the new handle allocation scheme.
3621         * [win32/init.c]
3622         Added CloseHandle and the creation of standard I/O handles.
3624         * [win32/object_mgt.c]
3625         New module for allocating and freeing Win32 kernel handles.
3627 ----------------------------------------------------------------------
3628 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3630         * [configure.in]
3631         Attempt to check for -li386 on NetBSD. Please test this.
3633 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3635         * [*/*]
3636         Eliminated various warnings with either explicit casts or more
3637         accurate variable/parameter declarations (e.g. INT instead of short
3638         or WORD).
3639         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
3640         macros.
3642         * [controls/edit.c] [windows/defdlg.c]
3643         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
3644         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
3645         DEFDLG_FindDefButton to avoid warnings.
3647         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
3648           [windows/message.c] [windows/nonclient.c]
3649         Converted MAKEPOINT macro call to manual conversion.
3651         * [include/windows.h]
3652         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
3653         instead of INT.  This also invalidates the macro MAKEPOINT(), which
3654         is not supported in Win32.  Also defined the POINTS structure (SHORT
3655         members) and the MAKEPOINTS macro.
3657         * [misc/commdlg.c]
3658         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
3659         find this memory bug, and this should be done anyway.
3661         * [controls/edit.c]
3662         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
3663         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
3664         it's better than bizzare memory troubles.
3666         * [toolkit/miscstubs.c]
3667         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
3668         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
3669         their current implementation seems fine.
3671 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
3673         * [objects/cursoricon.c]
3674         Fix for "broken" X servers that invert masked cursor colors.
3676 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
3678         * [windows/dialog.c] [windows/nonclient.c]
3679         Remove unnecessary items from the system menu.
3681 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
3683         * [objects/color.c] [objects/palette.c]
3684         Make GetNearestColor return a RGB value instead of a pixel value.
3686 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
3688         * [controls/desktop.c][controls/menu.c][include/menu.h]
3689         Changed WORD parameters to UINT parameters.
3691         * [include/wintypes.h]
3692         Made UINT 32bit for WINELIB.
3694         * [loader/main.c]
3695         Disabled RELAY32_Init and MODULE_Init for WINELIB.
3697         * [misc/main.c]
3698         Assume CPU386 for WINELIB.
3700         * [rc/winerc]
3701         add_popup: set MF_POPUP flag on menu item.
3703         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
3704         Add resource demo hello3 for WINELIB.
3705         New file README.resources.
3707         * [toolkit/miscstubs.c]
3708         Add a case for 17.
3710 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
3712         * [loader/module.c]
3713         Do not append .exe if the file name already has an extension.
3715         * [misc/profile.c]
3716         Avoid creating a file with a junk name if a .ini file does not
3717         exist.
3719         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
3720         Added a lot of dummy stubs for Windows Hebrew version.
3722 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
3724         * [controls/button.c]
3725         Fix for buttons with no label.
3727         * [controls/combo.c][controls/listbox.c]
3728         Fixes for scrollbar positioning.  Now disappears correctly
3729         for short lists.
3731         * [controls/edit.c]
3732         Handle memory allocation differently when building as library.
3734         * [controls/static]
3735         Don't destroy old icon before drawing new icon. (Fixes landscape/
3736         portrait toggle icon in print dialog.)
3738         * [if1632/gdi.spec]
3739         New functions SetMetaFileBits and GetMetaFileBits
3741         * [include/sysmetrics.h] [windows/sysmetrics.c]
3742         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
3744         * [include/windows.h]
3745         META_EXTTEXTOUT, not META_SETTEXTOUT
3746         define GetCurrentTime as GetTickCount (for wine library)
3748         * [loader/main.c]
3749         Don't initialize built-in modules in wine library
3751         * [memory/local.c]
3752         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
3754         * [misc/main.c]
3755         Always report CPUTYPE=4 to wine library.
3757         * [objects/dib.c]
3758         RLE8 images were missing top line when decompressed.
3760         * [objects/metafile.c]
3761         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
3762         from winhelp.  More testing needed.  Various memory leaks plugged.
3763         Various other bug fixes.  New metafile operations added in
3764         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
3765         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
3767         * [toolkit/heap.c]
3768         LocalUnLock changed to LocalUnlock
3770 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
3771         
3772         * [misc/winsock.c] 
3773         Return the correct error number, for host lookup operations.
3774         Also, correct the problem with send_message.
3776 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
3778         * [Makefile.in]
3779         Using nm's built-in sorting.
3781         * [*/*.c]
3782         Use xmalloc for malloc and xrealloc for realloc in all ungarded
3783         cases.
3785         * [debugger/dbg.y]
3786         Handle C-like expressions.  Clean-up.
3788         * [debugger/debug.l]
3789         Lots of new tokens for expressions.
3791         * [debugger/info.c]
3792         Implement "list" command for disassembling.
3794         * [misc/ole2nls.c]
3795         Implement more Danish stuff.
3797 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
3799         * [loader/module.c]
3800         Updated self-loading modules to support for new 32 bit 
3801         stack frames.
3803 ----------------------------------------------------------------------
3804 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
3806         * [controls/menu.c]
3807         Fixed GetMenuString() for non-string items.
3809         * [debugger/*.c]
3810         First attempt to check validity of pointers before memory
3811         accesses. For now only segmented pointers are checked.
3813         * [debugger/dbg.y] [memory/ldt.c]
3814         Added possibility to dump only one segment with 'info segment'.
3816         * [include/bitmaps/ocr_*]
3817         Added all OEM cursors as XPM bitmaps.
3819         * [include/cursoricon.h] [objects/cursoricon.c]
3820         Rewrote all cursor and icon management to use the same memory
3821         layout as Windows, and to factor common code between icons and
3822         cursors. Implemented icon directory lookup to find the best
3823         matching icon (i.e. the color one).
3824         Implemented CopyCursor() and DumpIcon().
3826         * [loader/module.c]
3827         For disabled built-in modules, we now try to load the Windows DLL
3828         first, and if this fails we fall back to using the built-in module
3829         anyway.
3831         * [memory/global.c]
3832         Fixed GlobalHandle() to return the correct selector in the high
3833         word even if we are passed a handle in the first place.
3835         * [miscemu/instr.c]
3836         Take into account the size of the operand and of the stack segment
3837         when incrementing the stack pointer.
3838         Avoid referencing FS_reg and GS_reg on *BSD.
3840         * [objects/dib.c]
3841         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
3842         Monochrome DIBs are created as monochrome bitmap iff they are
3843         black and white.
3845         * [objects/oembitmap.c]
3846         Added support for OEM cursors, changed OBM_LoadIcon to use the new
3847         icon memory layout.
3849         * [rc/sysres_Fr.rc]
3850         Added French [Fr] language support.
3852         * [win32/environment.c]
3853         Fixed GetCommandLineA() to use current PDB.
3855         * [windows/event.c] [windows/winpos.c]
3856         Simulate a mouse motion event upon SetWindowPos() to force the
3857         cursor to be set correctly.
3859 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
3861         * [win32/*]
3862         New Win32 kernel functions: GetACP, GetCPInfo,
3863         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
3864         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
3865         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
3866         WriteFile.  Completed implementations of GetCommandLineA.
3868         * [include/kernel32.h]
3869         New file.
3871         * [loader/main.c]
3872         Call initialization function for Win32 data (doesn't currently do
3873         anything).
3875         * [misc/main.c]
3876         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
3878 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
3880         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
3881           [misc/commdlg.c]
3882         Misc. bug fixes
3884 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3886         * [*/*]
3887         For Winelib, explicit casts have been placed where warnings were
3888         usually generated.
3889         printf formats which give the format for printing a handle as
3890         "%04x" or something similar have been changed to use the NPFMT
3891         macro defined in include/wintypes.h.  Some times, explicit casts
3892         were also necessary.
3893         Parameter, field, and variable declarations have been made more
3894         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
3895         'WORD hFont' to 'HFONT hFont'.
3896         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
3897         replaced with a call to WIN_GetWindowInstance(hwnd).
3899         * [controls/combo.c]
3900         Added WINELIB32 support in CLBoxGetCombo().
3902         * [include/dialog.h]
3903         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
3904         winelib needs the packing as well (e.g. when accessing resources
3905         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
3907         * [include/windows.h]
3908         Got rid of the F[a-k] macros, which were cluttering up the global
3909         namespace.
3911         * [include/windows.h] [windows/defwnd.c]
3912         Added Win32 messages WM_CTLCOLOR*.
3914         * [include/wintypes.h]
3915         Put in preprocessor '#define WINELIB32' if appropriate and changed
3916         the types of some typedefs (WPARAM, HANDLE) based on this.
3917         
3918         * [loader/module.c] [toolkit/miscstubs.c]
3919         Added #ifdef'd portion in LoadModule to handle loading a WINElib
3920         module (already loaded, just init values).  '#ifdef'ed out the
3921         definition for GetWndProcEntry16 and added a new version to
3922         toolkit/miscstubs.c.
3924         * [misc/shell.c]
3925         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
3926         Same amount of total storage, but much more reasonable.  Also, changed
3927         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
3928         This was a difficult bug to track down, but the AppMisc field was
3929         being initialized with the contributers text, which was much larger
3930         than 512 characters.
3932         * [toolkit/atom.c]
3933         New file for atom-handling functions.  Copied from memory/atom.c and
3934         then heavily modified.  Right now, it's just a linked list of atoms.
3935         Consider it as a hash table with just one entry.  It's easily changed
3936         later.
3938         * [toolkit/heap.c]
3939         Commented out the heap functions with a "#ifdef WINELIB16" and put in
3940         a Win32 version (which is basically a modified copy).
3942         * [toolkit/sup.c] [toolkit/miscstubs.c]
3943         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
3944         added quite a few more stubs.
3946         * [toolkit/winmain.c]
3947         Rearranged startup code in _WinMain.  I think this will work.
3949         * [toolkit/Makefile.in]
3950         Added targets for 'hello' and 'hello2' in case anyone cares to try
3951         out the sample programs.
3953 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
3954         
3955         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
3956         First attempt at support for some VxDs. Comm, Shell and Pagefile.
3958 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
3960         * [misc/dos_fs.c]
3961         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
3962         starting applications like 'wine ./excel.exe')
3964 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
3966         * [configure.in]
3967         Avoid relative path for wine.ini.
3969         * [rc/sysres_Da.rc]
3970         Support for Danish [Da] language.
3972         * [misc/main.c] [miscemu/cpu.c]
3973         Return the processor we're running on correctly.
3975         * [miscemu/int2f.c]
3976         Minor stuff in int 0x2f, function 0x16.
3978 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
3980         * [misc/shell.c] [misc/main.c]
3981         Implement saving and loading of the registry database (needed for
3982         OLE). Very experimental. Fixed ShellExecute().
3983         
3984         * [miscemu/int21.c]
3985         EEXIST is not a critical error condition for mkdir().
3987 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
3989         * [include/shell.h] [misc/shell.c]
3990         Implemented 4 drag/drop functions with documented functionality.
3992         * [multimedia/time.c]
3993         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
3995         * [*/*] 
3996         Added new files, more message definitions, structures, debug info,
3997         etc.  Rewrote message logging functions to produce output similar
3998         to WinSight.  Check out -debugmsg +message option.
4000         * [misc/file.c]
4001         Fixed GetDriveType return value.  
4003         * [windows/message.c] 
4004         Hooks are invoked in normal order.
4006         * [miscemu/*]
4007         Added some functions and interrupts.
4009         * [misc/shell.c]
4010         Implemented Drag... functions.
4012 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
4014         * [rc/sysres_Fi.rc] [rc/sysres.rc]
4015         First attempt at Finnish [Fi] language support.
4017 ----------------------------------------------------------------------------
4018 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4020         * [configure.in] [*/Makefile.in] [Make.rules.in]
4021         Cleaned up makefiles, added configuration option for Winelib,
4022         grouped common make rules in Make.rules.in.
4024         * [Configure]
4025         Renamed to 'Configure.old'; please use 'configure' instead.
4027         * [controls/menu.c]
4028         Fixed DestroyMenu() to avoid deleting the same menu twice.
4029         More fixes to WM_MENUSELECT, and added WM_INITMENU.
4031         * [if1632/relay.c]
4032         Fixed wrong register values displayed by RELAY_DebugCall32().
4034         * [memory/local.c]
4035         Fixed LocalLock() and LocalUnlock() to increment/decrement the
4036         lock count for moveable blocks.
4038         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
4039         Modified the generated C file so that the resource information
4040         (size, etc.) is also exported.
4041         Modified common dialogs to use the new informations.
4043         * [misc/main.c] [ANNOUNCE]
4044         Update the list of contributors. Please let me know if I forgot
4045         someone.
4047         * [rc/sysres.rc] [rc/sysres_En.rc]
4048         Moved English resources to sysres_En.rc.
4049         Changed ids from numeric to symbolic for dialogs.
4051         * [windows/dialog.c]
4052         Modified template parsing to be able to pass segmented pointers to
4053         CreateWindow().
4055         * [windows/win.c]
4056         CreateWindow() now takes segmented pointers for class and window
4057         names.
4058         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
4059         or WS_MINIMIZE bits are set.
4061 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
4063         * [controls/scroll.c]
4064         Fixed scroll-bar bugs for non-client windows.
4066 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
4068         * [include/cursor.h] [windows/cursor.c]
4069         Cursor is not mirrored any more and the hotspot is set right.
4071 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4073         * [ole.h]
4074         Misc small fixes.
4076 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
4078         * [rc/sysres_Es.rc]
4079         First attempt at Spanish [Es] language support.
4081 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4083         * [include/alias.h][windows/alias.c][include/relay32.h]
4084         New files
4086         * [controls/widgets.c]
4087         WIDGETS_Init: register alias window procedures
4089         * [if1632/callback.c]
4090         CallWndProc: Call alias functions if necessary
4092         * [if1632/gdi32.spec]
4093         GetStockObject, TextOutA: new relays
4095         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
4096         user32.c: new file
4097         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
4098         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
4100         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
4101         PE_Win32CallToStart: new function
4102         MODULE_CreateInstance: removed static attribute
4103         LoadModule: Try loading PE image on error 21
4104         PE_LoadModule: new function
4105         PE_LoadImage: initialize pe_data with 0
4106         
4107         * [include/dlls.h][include/peexe.h]
4108         moved pe_data and w_files to peexe.h
4109         
4110         * [misc/shell.c]
4111         ShellAbout: Register AboutWndProc aliases
4113         * [miscemu/int21.c]
4114         handle 0x440A and 0xDC
4116         * [miscemu/int2f.c]
4117         handle 0x84
4119         * [objects/dib.c]
4120         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
4122         * [tools/build.c]
4123         include windows.h and relay32.h into generated Win32 relays,
4124         don't declare the implementation as int (*)();
4125         limit in WIN32_builtin was off by one
4127         * [windows/caret.c]
4128         CARET_Initialize: new function, call on strategic places
4130         * [windows/messagebox.c]
4131         MessageBox: register message box proc aliases
4133         * [if1632/advapi32.spec][if1632/comdlg32.spec]
4134         New files
4136         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
4137         added new spec files
4138         RELAY32_GetBuiltinDLL: perform lookup case insensitive
4139         RELAY32_GetEntryPoint: start name search at 0
4141         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
4142         Added stubs for new Win95 API
4144 Sat Sep 2 1995  Martin Roy
4146         * [misc/commdlg.c]
4147         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
4148         When process IDOK button in FILEDLG_WMCommand(),
4149         lpofn->nFilterIndex should be updated to current selection.
4151 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4153         * [loader/module.c] [loader/ne_image.c]
4154         Added support of self-loading modules.
4156 ---------------------------------------------------------------------
4157 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4159         * [Configure]
4160         Added compile-time option for IPC.
4162         * [configure.in]
4163         Added command-line options for language, IPC and malloc
4164         debugging.
4166         * [controls/menu.c]
4167         WM_MENUSELECT was sometimes sent to the wrong window.
4169         * [debugger/break.c]
4170         For the 'next' command, only step over instruction that require
4171         it. This allows 'next' to do the right thing with jmp and ret
4172         instructions.
4174         * [ipc/*.c] [memory/atom.c] [memory/global.c]
4175         IPC can now be configured out at compile-time.
4177         * [loader/task.c]
4178         Bug fix in TASK_Reschedule() that could cause a task to be deleted
4179         twice.
4181         * [miscemu/dosmem.c] (New file)
4182         Partial emulation of the BIOS data segment.
4184         * [miscemu/instr.c]
4185         Trap attempts to access selector 0x40 and remap the access to
4186         segment __0040H.
4188         * [tools/build.c]
4189         Fixed bug in CallTo32_LargeStack() that caused problems when
4190         compiling Wine with the -fomit-frame-pointer option.
4192         * [windows/message.c]
4193         Fixed bug in hardware event handling that could cause some events
4194         to get ignored.
4196 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
4198         * [ipc/README] [ipc/dde.tex]
4199         LaTeX documentation for the ipc and DDE stuff.
4201 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
4203         * [ipc/Imakefile] [ipc/wine_test_stub.c]
4204         Fixed IPC testing. Now it can be compiled with "make tests"
4206 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
4208         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
4209         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
4211 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4213         * [miscemu/int21.c]
4214         Misc fix to int21,ah=40 (write) to match _lwrite().
4215         AX=0x440A (check if handle is remote) added.
4217         * [multimedia/mmsystem.c]
4218         Moved mciSendString to mcistring.c.
4220         * [multimedia/mcistring.c]
4221         New file, string interface for MCI (not complete, not thoroughly
4222         tested).
4224         * [multimedia/audio.c]
4225         IOCTL prints errors; one paranoid check disabled.
4227         * [misc/file.c]
4228         Misc operator precedence fixes.
4230         * [if1632/gdi.spec] [objects/bitblt.c]
4231         Stub for FastWindowFrame (parameters not correct).
4233 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
4235         * [loader/ne_image.c]
4236         Preliminary support for iterated segments.
4238 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
4240         * [windows/mapping.c]
4241         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
4242         the absolute value of (ydim / xdim) or (xdim / ydim).
4244 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
4246         * [objects/oembitmap.c]
4247         Added some includes for Windows 95.
4249         * [include/sysmetrics.h]
4250         Added some sysmetrics for Windows 95.
4252         * [include/bitmaps/*95]
4253         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
4254         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
4256 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
4258         * [misc/shell.c] [rc/sysres*.rc]
4259         The caption of the ShellAbout dialog box is language specific and
4260         should be defined in the resources.
4262 ----------------------------------------------------------------------
4263 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4265         * [*/Makefile.in]
4266         Removed winelibclean target, as it doesn't work anyway.
4268         * [controls/button.c]
4269         Avoid drawing the focus rectangle outside of the button.
4271         * [controls/widgets.c]
4272         Fixed bug with the size of the reserved bytes for the Edit
4273         control (caused Eudora to crash).
4275         * [debugger/*] [include/debugger.h]
4276         Unified debugger address handling. Segmented and linear addresses
4277         are no grouped in a single type DBG_ADDR.
4278         All commands now accept seg:off addresses.
4279         Module entry points are now loaded upon first entry to the
4280         debugger, so that entry points of the loaded executable also
4281         appear in the symbol table.
4283         * [include/registers.h] [miscemu/*.c]
4284         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
4285         This makes code less readable, but will prevent a lot of name
4286         clashes with other definitions. It also avoids a hidden reference
4287         to the 'context' variable.
4289         * [ipc/dde_atom.c] [misc/atom.c]
4290         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
4291         to allow supporting integer atoms.
4292         Moved atom.c to memory/ directory.
4294         * [loader/task.c]
4295         Fixed environment allocation to compute the size dynamically.
4296         Added 'windir' environment variable.
4297         Fixed GetDOSEnvironment() to return the current task environment.
4299         * [windows/message.c]
4300         Fixed bug in MSG_GetWindowForEvent().
4302 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4304         * [include/ole.h]
4305         Added a lot of structures  from my Borland Manual. Neither complete,
4306         nor 100% right (check please)
4307         
4308         * [misc/shell.c]
4309         Fixed some of the Reg* functions.
4310         Enhanced ShellExecute.
4311         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
4312         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
4314         * [misc/dos_fs.c]
4315         Make umsdos mounted windows dirs work again.
4317         * [miscemu/emulate.c]
4318         Added some comments, preimplementation of subfunction 7.
4320         * [multimedia/mmsystem.c]
4321         Implemented mciSendString. not complete, not clean, not
4322         necessarily working (only checked with a program which uses
4323         'cdaudio' (one working program is cool.exe, a shareware waveditor
4324         with cdaudio play facilities.)
4326         * [multimedia/mcicda.c]
4327         Segptr fixes in DriverProc
4328         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
4329         link to your real cdrom device.
4331 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
4333         * [loader/resource.c]
4334         Don't crash in a LoadString to NULL
4336         * [loader/resource.c]
4337         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
4338         won't work unless the ALT keypress exited the menu.)
4340         * [misc/file.c]
4341         Expand a file to the current offset with an _lwrite of size zero.
4343         * [misc/file.c]
4344         Set a newly created file to read-write instead of write-only.
4345         
4346 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
4348         * [misc/main.c] [include/msdos.h]
4349         Fixed to return DOS version 6.22, and the correct byte order
4350         for Windows programs.
4352 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4354         * [include/options.h] [memory/global.c] [misc/main.c]
4355         Make the new IPC run-time selectible, disabling it by default.
4356         (I think it's only useful for libwine, anyway.)
4358         * [loader/task.c] [memory/selector.c]
4359         In FreeSelector(), walk up the stack and fix the frames.
4361         * [objects/dib.c]
4362         Missing break statement in DIB_SetImageBits_RLE8().
4363         In GetDIBits(), set the compression flag in the bitmap info to zero.
4365         * [windows/dialog.c]
4366         GetNextDlgGroupItem() needs to treat the first child as if it had
4367         an implicit WS_GROUP bit set.
4369 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
4371         * [misc/dos_fs.c]
4372         Quick'n dirty fix for the initialisation of the Z: information
4373         structure.
4375 ----------------------------------------------------------------------
4376 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
4378         * [ipc/*]
4379         New directory. This directory contains the new inter-wine
4380         communications support. It enables DDE protocols between two wine
4381         instances.  Currently it is limited to DDE, but can be enhanced to
4382         support OLE between 2 different wine instances.  This is very
4383         important for libwine.a DDE/OLE support.
4385         * [tools/ipcl]
4386         A script to delete garbage IPC handles (shared memory, semaphores
4387         and message queues).  The current inter-wine communication is not
4388         perfect, and sometimes leaves garbage behind.
4390         * [if1632/relay.c] [include/atom.h] [include/global.h]
4391         [loader/selector.c] [loader/task.c] [loader/module.c]
4392         [loader/signal.c] [memory/global.c] [misc/atom.c]
4393         [windows/class.c] [windows/message.c] [windows/win.c]
4394         [Imakefile]
4395         Hooks for inter-wine DDE support, current Global.*Atom functions
4396         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
4397         DDE communication. (The first call to these functions sets up the
4398         IPC structures - which otherwise cause unneeded overhead.
4400 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4402         * [controls/menu.c]
4403         Don't crash if a NULL string is passed to menu functions.
4405         * [memory/selector.c]
4406         We now use a bit in ldt_flags_copy to indicate free LDT entries.
4407         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
4408         overwrite valid LDT entries when growing a block.
4410         * [miscemu/instr.c]
4411         Emulate int xx instruction by storing the interrupt vector in
4412         CS:IP and returning directly. This allows a program to install an
4413         interrupt vector.
4415         * [windows/win.c]
4416         Added function WIN_GetTopParent to get the top-level parent of a
4417         window.
4419 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
4421         * [loader/resource.c]
4422         Added LoadIconHandler. It doesn't do anything yet, but now you
4423         can use borland help files with winhelp.exe.
4425 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
4427         * [misc/main.c]
4428         Fixed to return 386 Enhanced mode correctly. Also return the same
4429         type of CPU, for both Enhanced and Standard mode, namely a 386.
4431 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4433         * [Configure] [include/options.h] [include/wineopts.h]
4434           [misc/main.c][misc/spy.c]
4435           Removed support of spy file. Redirected spy messages to stddeb.
4436           Removed -spy option. Added -debugmsg +spy option.
4438         * [debugger/dbg.y][debugger/debug.l]
4439         Enabled segmented addresses (seg:offs) for break and x commands.
4441         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
4442           [include/region.h]
4443         FrameRgn, REGION_FrameRgn: New functions
4445         * [if1632/kernel.spec]
4446         IsWinOldApTask: Return false
4448         * [if1632/mouse.spec]
4449         CplApplet: Removed
4451         * [if1632/user.spec] [windows/win.c]
4452         ShowOwnedPopups: New function
4454         * [if1632/winsock.spec] [misc/winsocket.c]
4455         inet_addr, select: New prototypes in relay code
4456         Fixed memory layout for netdb functions (getXbyY).
4457         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
4459         * [objects/clipping.c]
4460         RectVisible: Fixed call to LPToDP
4462         * [rc/winerc.c]
4463         main: Removed extra argument to getopt for Linux.
4465 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4467         * [controls/listbox.c]
4468         Yet another fix for ListBoxDirectory().
4469         
4470         * [loader/module.c] [if1632/kernel.spec]
4471         Make GetModuleHandle() accept instance handles as parameter.
4473         * [if1632/relay.c] [loader/task.c]
4474         Put a magic cookie at the bottom of the 32 bit stack, and check on
4475         each return from a 32 bit function whether it's still there. Complain
4476         if it's not.
4478         * [if1632/user.spec]
4479         Wrong entry for CloseDriver().
4481         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
4482         [miscemu/int21.c]
4483         Large parts of dos_fs.c simplified. Changed it to use one
4484         current drive/directory per task, which is set to the module path on
4485         task creation.
4486         Prevent CorelPaint from closing stdin.
4487         open() with O_CREAT set must be passed three parameters.
4488         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
4489         it's in DOS_readdir() now.
4491         * [misc/profile.c]
4492         Some badly written software (Lotus Freelance Graphics) passes a bogus
4493         size parameter that caused Wine to write off the end of a segment.
4494         Fixed. (It's probably too paranoid now.)
4495         
4496         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
4497         [multimedia/Imakefile] [if1632/winprocs.spec]
4498         16 bit entry point for MMSysTimeCallback.
4499         Split off time.c and joystick.c from mmsystem.c.
4500         
4501         * [objects/dib.c]
4502         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
4504         * [windows/cursor.c]
4505         DestroyCursor(): do nothing for builtin cursors.
4506         
4507         * [windows/mdi.c]
4508         Half of WM_MDISETMENU implemented.
4509         
4510         * [windows/win.c]
4511         EnumWindows() and EnumTaskWindows() never enumerated any windows.
4512         Fixed.
4514         * [windows/*.c]
4515         Fixed GetParent() to return correct values for owned windows.
4517         * [windows/message.c]
4518         Don't try to activate disabled top-level windows.
4520         * [windows/nonclient.c]
4521         Work around a bug in gcc-2.7.0.
4522         
4523         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
4524         [loader/task.c] [memory/selector.c]
4525         Some Visual Basic programs (and possibly others, too) expect ES to be 
4526         preserved by a call to an API function, so we have to save it.
4527         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
4528         to prevent segfaults if ES contained the selector to be freed.
4530 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
4532         * [*/*]
4533         Added missing prototypes to header files and relevant includes
4534         to reduce compile time warnings.
4536 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
4538         * [configure.in] [include/config.h] [*/Makefile.in]
4539         New configuration scheme based on autoconf.
4541 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
4543         * [miscemu/ioports.c]
4544         Revamp to have only one in- and one out- variant, both really
4545         implemented.
4547         * [miscemu/instr.c]
4548         INSTR_EmulateInstruction: Use new ioport interface.  Implement
4549         string io.  Correct instruction pointer for 32-bit code.
4551         * [include/miscemu.h]
4552         Update port function prototypes.
4554         * [include/registers.h]
4555         Defined FS and GS.
4557 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4559         * [misc/dos_fs.c]
4560         ChopOffSlash(): A path consisting off a single slash is left
4561         intact, and multiple slashes are all removed.
4563 ----------------------------------------------------------------------
4564 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4566         * [controls/scroll.c]
4567         Fixed drawing bug that caused part of a non-client scroll bar
4568         to be painted even when the scroll-bar was hidden.
4570         * [debugger/break.c] [debugger/dbg.y]
4571         Rewrote breakpoint handling to work in 16-bit mode.
4572         Implemented single-stepping ('step' and 'next' instructions).
4574         * [debugger/debug.l]
4575         Format specifier is now a separate token.
4576         Entering an empty line at the debugger prompt causes the previous
4577         command to be repeated, like under gdb.
4578         
4579         * [debugger/debug.l] [debugger/registers.c]
4580         Differentiate 16-bit and 32-bit registers without taking current
4581         mode into account ($eax is always 32-bit, $ax always 16-bit).
4583         * [debugger/stack.c]
4584         Fixed stack information routines to differentiate between 16-bit
4585         and 32-bit stacks.
4587         * [loader/task.c]
4588         Option -debug now sets a breakpoint at the first instruction of
4589         every loaded task.
4591         * [miscemu/instr.c]
4592         Added handling of lock, repe and repne prefixes.
4594         * [objects/dib.c]
4595         Changed StretchDIBits() to do the correct thing, even if it's still
4596         not really optimal.
4598         * [windows/graphics.c]
4599         Fixes in RoundRect(), thanks to Babak Masalehdan.
4601         * [windows/message.c]
4602         Tried to fix mouse event handling with respect to disabled
4603         windows.
4605         * [windows/painting.c]
4606         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
4607         infinite loops.
4609         * [windows/win.c]
4610         Fixed IsWindowVisible() to return FALSE when one of the parent
4611         windows is hidden.
4613 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
4615         * [if1632/compobj.spec][misc/compobj.c]
4616         CoGetMalloc: New function
4617         Added relay entries for COMPOBJ ordinals above 100
4618         CoInitialize: Changed parameter to DWORD
4620         * [if1632/ole2.spec]
4621         Exported implementation of OleBuildVersion
4623         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
4624         ole2disp.c: New file
4625         SysAllocString, SysReallocString, SysAllocStringLen,
4626         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
4628         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
4629         CompareStringA: New function
4631 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4632         * [objects/font.c] [if1632/gdi.spec]
4633         New stubs for CreateScalableFontResource, GetGlyphOutline.
4635 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
4637         * [misc/commdlg.c]
4638         Extensive changes and bug fixes to FileDialog handling,
4639         behaves more like native Windows.
4641 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4643         * [controls/listbox.c] [controls/combo.c]
4644         Some minor optimizations.
4645         
4646         * [memory/local.c]
4647         LOCAL_FindFreeBlock(): Never use the last one.
4648         
4649         * [memory/global.c]
4650         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
4651         
4652         * [misc/file.c]
4653         read() returns an error when length==0. This is not what Windows
4654         programs expect, so pay attention to this in _lread(). Changed this
4655         in _lwrite(), _hread(), _hwrite(), too.
4657         * [loader/resource.c]
4658         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
4659         there.
4660         
4661         * [if1632/shell.spec] [misc/shell.c]
4662         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
4663         Accept some more combinations of parameters in the Reg..() functions.
4664         
4665         * [if1632/toolhelp.spec]
4666         Make InterruptRegister() and InterruptUnregister() return false.
4668         * [windows/hook.c]
4669         CallNextHookEx() used to crash when called with a null hhook. Fixed.
4671 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
4673         * [include/neexe.h][loader/ne_image.c]
4674         NE_LoadSegment: Detect iterated segments
4676         * [misc/ole2nls.c]
4677         LOCALE_SLONGDATE: fixed typo
4679         * [miscemu/int5c.c]
4680         Reordered include files to avoid conflicts with Linux libc.5.1
4682         * [rc/winerc.c]
4683         Added -b option to process binary resource files into C arrays
4685         * [include/callback.h]
4686         CallWndProc: Added dummy ds parameter for libwine
4688         * [include/gdi.h][include/user.h]
4689         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
4691         * [include/ldt.h][include/stackframe.h]
4692         defined segment conversion macros for libwine
4694         * [misc/atom.c]
4695         Defined USER_HeapSel for libwine
4697         * [misc/main.c]
4698         Disable -dll option for libwine
4700         * [misc/user.c]
4701         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
4703         * [toolkit/heap.c]
4704         fixed LocalLock prototype
4706         * [toolkit/sup.c]
4707         sync'ed load_mz_header, load_ne_header with structures
4709         * [toolkit/winmain.c]
4710         Disabled resource DLLs for libwine for now
4712 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
4714         * [misc/main.c]
4715         Fixed -enhanced option to report a 386 CPU instead of a 286.
4717 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4719         * [misc/dos_fs.c]
4720         Remove maximum open dosdirent limit (fixing the winfile.exe
4721         problem) by using telldir()/seekdir().
4722         
4723 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
4725         * [misc/profile.c]
4726         Fixed problem parsing empty lines within sections in .ini files.
4728 ----------------------------------------------------------------------
4729 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4731         * [debugger/*.c]
4732         Modified debugger to use segmented pointers everywhere.
4734         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
4735         Declared all functions that return only 16-bit as 'pascal16'.
4737         * [include/ldt.h] [memory/ldt.c]
4738         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
4739         Maintain a copy of the selector flags, removing the need to make a
4740         system call to retrieve an LDT entry.
4742         * [loader/module.c]
4743         Fixed bug with module file handle cache.
4745         * [loader/ne_resource.c]
4746         Fixed file name bug in NE_AccessResource().
4748         * [loader/resource.c]
4749         Fixed bug in LoadIcon() that caused wrong colors to be used for
4750         the icon mask.
4752         * [loader/signal.c]
4753         Moved instruction emulation to miscemu/instr.c.
4755         * [misc/dos_fs.c] [miscemu/int21.c]
4756         Lots of small fixes, thanks to Morten Welinder.
4758         * [miscemu/dpmi.c]
4759         More complete DPMI emulation.
4761         * [miscemu/instr.c]
4762         Added support for prefixes in instructions to emulate.
4764         * [miscemu/int2f.c]
4765         Use register macros instead of destroying the high part of 32-bit
4766         registers.
4768         * [objects/dc.c]
4769         Fixed bug in GetDCState() that failed to clear the new DC.
4771         * [rc/sysres.rc]
4772         Removed dialogs 11 and 12 that were never used.
4774         * [tools/build.c]
4775         'pascal16' generated functions did not save %dx.
4776         Removed use of %fs to access the stack.
4777         %ds is no longer initialized before calling a 16-bit routine.
4779         * [windows/defwnd.c]
4780         Accept a NULL pointer as window title.
4782         * [windows/mdi.c]
4783         MDICascade: skip iconic windows.
4784         Implemented CalcChildScroll().
4785         
4786         * [windows/utility.c]
4787         Fixed MulDiv() for illegal values.
4789         * [windows/win.c]
4790         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
4791         a zero width or height.
4793 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
4795         * [controls/edit.c]
4796         Fixed "uninitalized" message which -Wall couldnt see to be ok
4797         in EDIT_WriteText.
4799         * [include/debug.h]
4800         Added define for extra checks in API definitions during debugging.
4802         * [loader/ne_image.c]
4803         Added newline in NE_FixupPrologs to avoid long lines.
4805         * [misc/dos_fs.c]
4806         Added extra safety check in DOS_ValidDrive.
4808         * [misc/exec.c]
4809         Fixed definition of ExitWindows.
4810         
4811 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4813         * [controls/edit.c]
4814         Some fixes, mostly for memory management, but also for text selection
4815         and tab postitions. General cleanup. Notepad.exe now works.
4817         * [controls/combo.c]
4818         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
4819         the combo box, not the ComboLBox that belongs to it.
4821         * [controls/listbox.c]
4822         Handle itemID field correctly throughout.
4824         * [memory/local.c]
4825         Implemented flag LMEM_ZEROINIT.
4826         LocalReAlloc() could trash the heap. Fixed.
4828         * [objects/font.c]
4829         FONT_MatchFont(): don't get confused by negative widths.
4830         Fixed a segfault in EnumFonts().
4832         * [objects/text.c]
4833         DrawText(): DT_CALCRECT implies DT_NOCLIP.
4835         * [objects/dcvalues.c]
4836         MAKELONG was used with bad parameters in DC_GET_X_Y.
4838         * [windows/dialog.c]
4839         Don't show the dialog if WS_VISIBLE isn't set in the template.
4841         * [windows/utility.c]
4842         UTILITY_convertArgs(): Never pass an expression containing ++ into a
4843         macro...
4845         * [windows/win.c]
4846         SetParent() should unlink the window before changing the parent.
4848         * [windows/message.c]
4849         Don't call timer functions via CallWindowProc(), since it checks
4850         whether hwnd==0 and does not call the function in that case.
4852         * [miscemu/instr.c]
4853         Ignore interrupt 0x3D, for VBRUN300.DLL.
4855         * [misc/commdlg.c]
4856         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
4857         pointer to the item text.
4859         * [if1632/relay.c]
4860         Disable OLE and DDEML DLLs by default, since they contain nothing but
4861         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
4862         some programs may work better without them.
4863         
4864         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
4865         Begun cleaning things up a little. Replaced printfs with dprintf_
4866         macros, made functions static where possible, and some other minor
4867         changes.
4869 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
4871         * [debugger/dbg.y][debugger/dbg.l]
4872         Removed special handling for FILE_IDENTIFER, because it caused
4873         problems with x/<format> statements.
4875         * [debugger/info.c]
4876         Use SC_ESP instead of SC_EIP for stack dump.
4878         * [misc/compobj.c][if1632/compobj.spec]
4879         CoBuildVersion, CoInitialize, CoUninitialize: new functions
4881         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
4882         New files ole2.c, ole2.h
4883         OleBuildVersion, OleInitialize, OleUninitialize: new functions
4885         * [if1632/ole2disp.spec]
4886         Added missing ordinals above 109
4888         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
4889         New file winnls.h
4890         GetLocaleInfoA: new function
4892         * [if1632/shell.spec]
4893         Added FindEnvironmentString as stub
4895         * [misc/olecli.c][if1632/olecli.spec]
4896         OleIsDcMeta: New function
4898         * [objects/font][misc/gdi.spec]
4899         GetKerningPairs: new function
4901         * [misc/shell.c]
4902         ShellExecute: Implemented support for starting programs
4904         * [if1632/user.spec]
4905         Inserted missing relay to GetClipCursor
4907 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4908         
4909         * [controls/edit.c]
4910         Fix a problem with the local heap.
4912         * [include/wintypes.h]
4913         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
4914         
4915         * [include/mdi.h] [windows/mdi.c]
4916         This code still assumed segmented address==linear address. Fixed.
4918         * [include/msdos.h] [misc/dos_fs.c]
4919         The filemask field of the dosdirent structure could be overrun. Fixed.
4920         If you had a file called foobar and a file called foo, trying to 
4921         FindFile(foo) could accidentally find file foobar instead. Fixed.
4922         
4923         * [misc/file.c]
4924         OpenFile(): Always return the full pathname in ofs->szPathName. This 
4925         also fixes GetModuleFilename().
4926         Prevent _lclose() from closing stderr or stdout.
4928         * [misc/profile.c]
4929         Search for .ini files in the path of the current module as well.
4930         (Needed by Lotus Organizer.)
4932         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
4933         [memory/local.c]
4934         Local heaps are now initialized by InitTask() for executables. DLLs
4935         have to call LocalInit() themselves, LocalInit() has to put the
4936         heap at the end of the segment when called with start==0. We no longer
4937         allocate the DGROUP with 64k on startup, but grow the local heap
4938         in LOCAL_GetBlock() when necessary.
4940         * [loader/module.c]
4941         LoadLibrary() should call LoadModule() in all cases, even if the
4942         DLL is already loaded, to ensure that the reference count is correct.
4944         * [loader/ne_image.c]
4945         Some changes to function prolog fixup. Does anyone know exactly how
4946         this is supposed to work? I am only guessing here.
4947         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
4948         the module itself.
4949         
4950         * [loader/task.c]
4951         Initialize instance data at the beginning of the DGROUP in InitTask().
4953         * [memory/local.c]
4954         Some fixes for moveable blocks.
4956         * [memory/selector.c]
4957         All the IsBad*Pointer() functions returned exactly the wrong boolean
4958         value in all cases!
4959         
4960         * [objects/bitblt.c]
4961         Fixed another null pointer dereference in debugging output.
4962         
4963         * [objects/font.c]
4964         Some more recovery possibilities for FONT_MatchFont() if a specified
4965         font does not exist.
4966         
4967         * [windows/win.c]
4968         The dialog code may call CreateWindowEx with an integer in windowName.
4969         This happens for static icon controls that expect a resource ID as
4970         the window name. CreateWindowEx() used to crash. Fixed.
4971         
4972         * [windows/class.c] [windows/win.c]
4973         Window classes are owned by modules, not instances. Changed
4974         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
4975         accordingly.
4977 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
4979         * [miscemu/int21.c]
4980           clock.exe was displaying incorrect year.
4982 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
4984         * [include/cursor.h] [windows/cursor.c]
4985         Implemented CreateCursorIconIndirect().
4987 ----------------------------------------------------------------------
4988 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4990         * [controls/menu.c]
4991         Fixed bug with drawing multi-column menus with vertical separator.
4993         * [debugger/debug.l]
4994         Fixed NULL-pointer reference after readline().
4996         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
4997         Added interrupt vector emulation. Allows to retrieve an interrupt
4998         vector and jump to it without crashing.
5000         * [loader/ldt.c]
5001         Moved ldt.c to memory directory.
5003         * [loader/task.c]
5004         Implemented LockCurrentTask() and GetInstanceData().
5006         * [objects/bitblt.c]
5007         Fixed a bug that caused StretchBlt() to use wrong colors when
5008         stretching a monochrome bitmap to a color display.
5010         * [objects/bitmap.c]
5011         Fixed a segmented pointer bug in CreateBitmapIndirect().
5013         * [tools/build.c]
5014         Added possibility to have arguments for register functions; used
5015         by interrupt vectors to remove the flags from the stack.
5016         Generate a new function CallTo32_LargeStack(), that allows calling
5017         a 32-bit function using the original 32-bit stack, for functions
5018         that need more that 64k of stack.
5020 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5022         * [if1632/shell.spec] [misc/shell.c]
5023         DoEnvironmentSubst: fixed prototype
5025         * [if1632/gdi.spec] [objects/palette.c]
5026         SetSystemPaletteUse: new function
5028         * [if1632/kernel.spec] [loader/resource.c]
5029         DirectResAlloc: new function
5031         * [if1632/user.spec] [windows/keyboard.c]
5032         SetKeyboardState: new function
5034 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5035         
5036         * [tools/build.c]
5037         Prevent interrupts from destroying the args for a 32 bit function
5038         by loading the correct value into %esp directly after %ss.
5040         * [loader/ne_image.c] [loader/module.c]
5041         The new instance must be created earlier in LoadModule(), so that
5042         fixups referencing it will be handled correctly.
5043         Initialize the local heap for a DGROUP in NE_LoadSegment().
5044         
5045         * [objects/dib.c]
5046         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
5047         This used to crash Wine. Fixed.
5049         * [objects/text.c]
5050         Fix possible null pointer dereference in debugging output.
5051         
5052         * [misc/commdlg.c]
5053         Handle user input in the edit control better. Some bugs fixed.
5054         
5055         * [memory/local.c]
5056         Started implementing moveable blocks. This is unfinished (!), but
5057         at least it does not seem to break things.
5059 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5060         
5061         * [loader/module.c]
5062         LoadModule(): DLLs occasionally have a data segment, and they work
5063         much better if it is loaded :-)
5064         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
5065         FindModule(): also strip off the last backslash of the pathnames
5066         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
5067         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
5068         only better.
5069         
5070         * [loader/ne_image.c]
5071         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
5072         not really correct, it seems that all programs and DLLs try to do
5073         this themselves. But they pass weird parameters.)
5074         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
5075         
5076         * [loader/task.c] [misc/user.c]
5077         Finish global initializations in InitTask instead of InitApp, or
5078         all the DLLs will be initialized in InitTask without any available
5079         window classes!
5081 ----------------------------------------------------------------------
5082 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5084         * [debugger/hash.c] [debugger/info.c]
5085         Added support for symbolic segmented addresses. Add symbols for all
5086         built-in API entry points.
5088         * [if1632/relay.c] [include/dlls.h]
5089         Removed dll_table structure, as we now use the built-in module
5090         structures.
5092         * [if1632/relay.c] [loader/main.c]
5093         Removed winestat option, as it was no longer very meaningful.
5095         * [include/stackframe.h]
5096         New macro MAKE_SEGPTR that creates a segmented pointer to a local
5097         variable on the 32-bit stack.
5099         * [loader/module.c]
5100         Added support for multiple instances of an application.
5101         Implemented LoadModule() and FreeModule().
5103         * [loader/ne_image.c] [loader/task.c]
5104         Moved initialisation of built-in DLLs to InitTask().
5106         * [memory/global.c]
5107         Implemented discardable blocks.
5109         * [misc/file.c]
5110         Search path of current executable in OpenFile().
5111         Fixed bug with searching in Windows path.
5113         * [misc/lstr.c]
5114         Hard-coded translation tables for Ansi<->Oem.
5116         * [misc/user.c]
5117         Moved some global initializations to InitApp(), because they need
5118         a task context to be performed.
5120         * [objects/dc.c]
5121         Handle R2_BLACK and R2_WHITE specially so that they work correctly
5122         with palette displays.
5124         * [tools/build.c]
5125         Suppressed generation of the C file for DLL specs, because it's no
5126         longer needed. Output all the assembly code directly to stdout.
5127         Some changes to integrate Win32 support from Martin von Loewis. 
5129         * [windows/msgbox.c]
5130         Moved message box code from misc/ to windows/.
5132 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
5134         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
5135           [misc/mmaux.c] [misc/mmsystem.c]
5136         Modify code & use pointers conversion macros.
5137         Make cdaudio & wave devices work again (only using some applets).
5139         * [misc/profile.c]
5140         Change getc() to fgetc() where needed.
5142 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5144         * [if1632/Imakefile]
5145         added entries for the new files gdi32.spec, kernel32.spec,
5146         user32.spec, shell32.spec and winprocs32.spec.
5148         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
5149           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
5150         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
5151         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
5152                 stub implementations provided 
5153         marked storage.dll,storege.sys functions as stubs
5155         * [include/pe_image.h]
5156         Added structures WIN32_builtin and  WIN32_function
5158         * [include/peexe.h]
5159         PE_Import_Directory: renamed reserved fields to 
5160                 TimeDate, Forwarder, Thunk_List
5162         * [include/winerror.h]
5163         New file.
5165         * [loader/main.c]
5166         called RELAY32_Init
5168         * [loader/pe_image.c]
5169         xmmap: map BSS anonymous
5170         dump_imports: renamed to fixup_imports, do the fixup of imported
5171                       symbols
5172         PE_LoadImage: pass raw data size to xmmap
5174         * [loader/resource.c]
5175         DumpIcon: new function
5177         * [misc/kernel32.c]
5178         New file.
5180         * [misc/main.c]
5181         make stdout and stderr unbuffered
5183         * [misc/shell.c]
5184         DoEnvironmentSubst: new function
5186         * [objects/font.c]
5187         FONT_MatchFont: try oblique if there is no italic
5189         * [rc/Imakefile][rc/parser.l]
5190         yywrap: new function
5191         Don't link with libfl.a on Linux
5193         * [tools/build.c]
5194         Added keywords stdcall, subsystem, base
5195         GenerateForWin32: new function
5196         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
5198 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5199         
5200         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
5201         Minor fixes.
5202         
5203         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
5204         Rewrote message box handling.
5205         
5206         * [windows/dialog.c]
5207         Dialogs should be invisible until after WM_INITDIALOG is seent.
5208         Don't switch to invisible dialog items on a TAB keypress.
5209         
5210         * [windows/mdi.c]
5211         Send WM_NCPAINT message in MDIRestoreChild().
5212         
5213         * [windows/painting.c]
5214         Fixed typo (&& -> &).
5215         
5216         * [windows/message.c] [if1632/user.spec]
5217         Implemented PostAppMessage().
5218         
5219         * [windows/event.c]
5220         SetCapture(0) should act like ReleaseCapture().
5222 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
5224         * [Imakefile]
5225         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
5226         Added ASFLAGS to exported variables.
5228         * [debugger/readline/Imakefile]
5229         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
5231         * [memory/local.c] [miscemu/int21.c]
5232         Added some more debugging outputs.
5234 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
5236         * [misc/message.c]
5237         Fixed a "FIXME" concerning norwegian translation.
5239 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5240         
5241         * [*/*]
5242         Removed warnings in a couple of files and deleted some obsolete code.
5244         * [controls/listbox.c]
5245         Cleanup, speed improvements & lots of bug fixes.
5247         * [controls/combo.c]
5248         Mostly rewritten. This is still very buggy, but not quite as bad as 
5249         before.
5251         * [include/commdlg.h] [misc/commdlg.c]
5252         Removed the need for sysres.dll. Small bug fixes.
5253         
5254         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
5255           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
5256         Removed sysres.dll and replaced the remaining bitmaps/icons with
5257         XPM equivalents.
5259         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
5260           [if1632/winprocs.spec]
5261         "About Wine..." now brings up a standard ShellAbout() window with
5262         the Wine icon and the list of contributors.
5263         
5264         * [misc/shell.c]
5265         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
5267         * [windows/event.c]
5268         Small hack for non-alphanumeric keys: Dont't send the ascii value in
5269         the WM_KEYDOWN message, but some unused code instead. Should be done
5270         properly by sending different codes for each key. The edit control
5271         used to get a VK_DELETE message each time the user typed '.'.
5273         * [windows/class.c]
5274         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
5275         This used to be no problem, but breaks Resource Workshop in 950403.
5276         
5277         * [objects/dib.c]
5278         New diagnostic for a bug I've been encountering. If it shows up,
5279         please report it.
5281 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
5283         * [objects/color.c]
5284         Handle situation when 'dc' exists, but palette mapping
5285         does not.  (Fixes kidpix2 demo.)
5287 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
5289         * [loader/ldt.c]
5290         LDT_Print: Only show the number of entries that the kernel
5291         returned. Make this work for NetBSD.
5293 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
5295         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
5296         Modify cs and ds selector values for NetBSD-current.
5298         * [debugger/debug.l]
5299         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5301         * [debugger/regpos.h]
5302         Modify sigcontext format for NetBSD-current.
5303         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5305         * [include/ldt.h]
5306         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
5307         value, since only 16 bits of it may have been saved.
5309         * [misc/winsocket.c]
5310         Set structure packing with `#pragma pack' to accomodate
5311         other/older compilers.
5313 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
5314         
5315         * [misc/commdlg.c]
5316         Fixed path-names so when changing directory the listboxes
5317         changes too.
5318         
5319         * [debugger/dbg.y debugger/debug.l wine.ini]
5320         Added SymbolTableFile to wine.ini so symbols can be read
5321         without standing in the directory containing wine.sym.
5322         Added the possibility to specify full name of wine.sym from
5323         the debugger prompt.
5325 ----------------------------------------------------------------------
5326 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5328         * [controls/static.c]
5329         Fixed painting of SS_*FRAME controls.
5331         * [if1632/callback.c]
5332         Pass the window instance as DS to the 16-bit window procedure.
5333         Rewrote Catch() and Throw() to make them work with multiple tasks.
5335         * [loader/main.c]
5336         New function MAIN_Init() to perform initializations before the
5337         first task is started instead of doing them in InitApp().
5338         Temporary hack to command-line parsing to load one program per
5339         command-line argument, to make testing task-switching easier.
5341         * [loader/*.c]
5342         Reimplemented modules to use a Windows-compatible layout and to
5343         allow multiple tasks and multiple module instances. Not really
5344         finished yet.
5346         * [loader/task.c] [misc/exec.c]
5347         Reimplemented tasks to use a common address space, and implemented
5348         preliminary task-switching capabilities.
5350         * [memory/global.c]
5351         Fixed bug in GlobalNext().
5353         * [misc/main.c]
5354         Updated the list of contributors. Let me know if I forgot someone.
5356         * [miscemu/int21.c]
5357         Use one DTA per task instead of a global one.
5359         * [objects/bitblt.c]
5360         Fixed bug in BitBlt() that could cause BadMatch errors.
5362         * [tools/build.c]
5363         Added new function type 'stub', that makes possible to export an
5364         unimplemented function by name as well as by ordinal. This will
5365         avoid loading errors for unimplemented functions.
5366         Generate an in-memory module layout for built-in DLLs so that the
5367         same code can be used for built-in and loaded modules.
5368         Changed relay code to make it unnecessary to save the value of the
5369         BP register.
5371         * [windows/message.c]
5372         Implemented multiple message queues and preliminary task-switching
5373         capabilities. Inter-task SendMessage() calls are not implemented
5374         yet and will probably cause crashes if used.
5376         * [windows/property.c]
5377         Reimplemented properties and allocate them on the USER heap.
5379         * [windows/win.c]
5380         Fixed bug in SetWindowWord().
5381         Reimplemented EnumWindows() and EnumTaskWindows().
5383 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5384         
5385         * [misc/main.c]
5386         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
5387         
5388         * [loader/resource.c]
5389         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
5390         control.exe.
5391         Fixed icon loading.
5392         
5393         * [objects/font.c] [include/windows.h]
5394         Fixed a bug in InitFontsList() and worked on the EnumFonts()
5395         functions to make them comprehensible.
5397         * [controls/button.c]
5398         Fixed my previous patch to handle LBUTTONUP messages.
5400 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
5402         * [misc/network.c, misc/dos_fs.c]
5403         Implemented WNetGetConnection.  All that is currently
5404         supported are drives, for which the remote name is simply
5405         the redirected UNIX directory name.
5407         * [miscemu/int2?.c]
5408         More drive number validity checking.
5410 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5411         
5412         * [controls/listbox.c]
5413         Oops, my previous change to ListBoxDirectory broke the Borland
5414         file open dialog. Fixed.
5416 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5418         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
5419         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
5420         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
5422 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5423         
5424         * [memory/global.c] [memory/local.c] [include/windows.h]
5425         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
5426         LocalReAlloc(): Same for LMEM_MODIFY.
5427         
5428         * [controls/listbox.c]
5429         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
5430         Check for errors in some more places.
5432         * [if1632/gdi.spec] [if1632/user.spec]
5433         16 bit callback functions should be passed as segptrs.
5434         
5435         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
5436         [loader/library.c]
5437         Prevent a DLL from being initialized twice (Borlands Resource
5438         Workshop used to do this).
5439         Provide an additional flag for each w_file that indicates whether
5440         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
5441         
5442         * [controls/button.c]
5443         Handle LBUTTONUP messages even if the button no longer has the
5444         capture (for WinHelp).
5445         
5446         * [include/wintypes.h]
5447         FARPROC is now a segptr for the emulator and a function
5448         pointer for the library.
5449         
5450         * [misc/commdlg.c] [misc/commdlg.h]
5451         Cleaned the file dialogs up a little. They now work reasonably well,
5452         although there are still some problems (e.g. files are initially
5453         invisible).
5455         * [windows/class.c] [if1632/user.spec] [include/windows.h]
5456         GetClassInfo() must take a segptr, as it checks whether the
5457         highword is zero.
5458         GetClassName() called the wrong atom function. No surprise it didn't
5459         find anything.
5461         * [misc/lstr.c]
5462         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
5463         Removed some warnings.
5465         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
5466         New spec file for the 3.1 DDEML DDL. 
5468         * [controls/menu.c]
5469         Small fix to ChangeMenu - mask out the obsolete flags
5470         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
5471         problems with the MF_BYPOSITION flag.
5473         * [windows/message.c]
5474         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
5475         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
5476         stack for speed reasons.
5477         
5478         * [windows/hook.c] [include/windows.h]
5479         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
5480         they have slightly different semantics.
5481         MS Hearts now works somewhat, if you disable the new builtin DDEML.
5482         The graphics are completely messed up, though.
5484 ----------------------------------------------------------------------
5485 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5487         * [Configure] [if1632/Imakefile]
5488         Removed new build and short names options.
5490         * [if1632/*.c] [tools/build.c]
5491         Implemented compiled call-back functions for better performance;
5492         all the relay code is now done in assembly code generated by the
5493         build program.
5494         Relay code is no longer dependent on being loaded below 64K.
5496         * [loader/resource.c]
5497         Fixed memory leak in LoadString(). A fix will also be needed for
5498         other resources.
5500         * [memory/global.c]
5501         Implemented global heap arenas, so we can store informations about
5502         global blocks, like lock counts or owner handle.
5503         Implemented FarGetOwner() and FarSetOwner().
5504         Implemented global heap TOOLHELP functions.
5506         * [memory/selector.c]
5507         Bug fix: it was not possible to re-use a free selector.
5509 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
5511         *  [controls/listbox.c]
5512         Major work on listbox code
5513          - Many bugs fixed (still many bugs)
5514          - More messages supported
5515          - Code simplified
5517 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
5519         * [controls/edit.c]
5520         Lots of bug fixes related to diappearing text, lost carets,
5521         highlighting, segmentation faults, occurance of random
5522         characters, insertion of characters over selection, misplaced
5523         caret location, display corruption, end of line behavior, etc.
5525         * [controls/widgets.c]
5526         EDIT class doesn't want to use CS_PARENTDC flag.
5528 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5529         
5530         * [loader/selector.c]
5531           FixupFunctionPrologs() should also handle multiple data modules.
5532           (this bug only became visible because MakeProcInstance() was fixed
5533           in 950319)
5534         
5535         * [misc/dosfs.c]
5536           Simplified DOS_SimplifyPath.
5537           Small fix to DOS_opendir to reuse an entry if an open directory
5538           is opened again, to prevent "too many open directories" messages.
5540 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
5542         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
5543         CoDisconnectObject: new stub function
5545         * [include/msdos.h]
5546         fix DOSVERSION
5548         * [loader/ne_image.c]
5549         NE_FixupSegment: Be more generous on additive fixups
5551         * [if1632/user.spec][misc/network.c]
5552         Add more WNet* stubs
5554 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5556         * [controls/listbox.c]
5557           DlgDirList(): send segptr instead of linear pointer 
5558           in message to static control
5559         * [controls/menu.c]
5560           Tried to implement ownerdrawn menuitems. Doesn't work.
5561         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
5562           Provide a stub for GetRasterizerCaps()
5563         * [loader/selector.c]
5564           Pass end address instead of length to LocalInit() in 
5565           CreateSelectors()
5566         * [memory/local.c]
5567           LocalInit(): If there's already a local heap in the segment, do
5568           nothing and return TRUE
5569         * [objects/linedda.c]
5570           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
5571           now.
5572         * [windows/cursor.c]
5573           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
5574           more work still.
5576 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5578         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
5579           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
5580           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
5581           [windows/nonclient.c] [misc/message.c]
5582           Added a new builtin DLL that provides 16 bit entry points for all
5583           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
5584           again.
5585         * [misc/shell.c]
5586           RegOpenKey()/RegCreateKey() bugs fixed.
5587         * [loader/ne_image.c]
5588           Skipping the initialization of a DLL when CS == 0 was broken.
5590 ----------------------------------------------------------------------
5591 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5593         * [*/*]
5594         Implemented a new memory mapping scheme. There's no longer a
5595         one-to-one mapping between 16-bit and 32-bit pointers. Please see
5596         file DEVELOPERS-HINTS for technical details.
5598         * [controls/scroll.c]
5599         Fixed bug when dragging mouse in horizontal scrollbars.
5601         * [tools/build.c] [if1632/*.spec]
5602         Removed support for C callback functions and for re-ordering
5603         of the 32-bit arguments, as these were never used. This should
5604         allow a more efficient callback scheme to be implemented.
5606         * [if1632/olecli.spec]
5607         Reduced the number of entries to make the 16-bit code fit in 64k.
5608         This limitation will soon be removed.
5610         * [loader/ldt.c]
5611         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
5613         * [memory/global.c]
5614         Rewrote Global*() routines to use the new selector allocation
5615         mechanism.
5617         * [memory/local.c]
5618         Rewrote local heap handling to use a Windows-compatible layout
5619         (not really finished yet).
5620         Implemented TOOLHELP heap-walking routines.
5622         * [memory/selector.c]
5623         Implemented LDT manipulation API functions.
5625 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
5627         * [windows/defdlg.c]
5628         Fixed problem where dialogs closed using the System menu 
5629         ('Close' item or double click on close box) would
5630         hang Wine.
5632 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
5634         * [controls/listbox.c]
5635         Removed most of the statements for sending a notification message
5636         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
5637         code; Borland's standard file open dialog will work now.
5638         
5639         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
5640         Added support for new command line option "-allowreadonly". If set
5641         an attempt to open a read only file in write mode will be converted 
5642         to opening it read only (many programs try to open all files in 
5643         read/write mode even if they only intend to read it - this might 
5644         cause a few under problems under an unix-like environment where most 
5645         files are read only for a "normal" user)
5647         * [loader/selector.c]
5648         GetMemoryReference(): Added support for __AHIncr and __AHShift
5650         * [misc/dos_fs.c]
5651         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
5652         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
5653         match(): rewritten
5654         
5655         * [objects/text.c]
5656         TEXT_NextLine(): Removed a bug in the handling of LF's
5658         * [miscemu/int21.c]
5659         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
5661 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5663         * [controls/menu.c]
5664         ChangeMenu: defaults to MF_INSERT
5665         InsertMenu: allow insertion even if position is one after last item
5667         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
5668           [if1632/storage.spec] [include/dlls.h]
5669         Added stubs for STORAGE.DLL and COMPOBJ.DLL
5671         * [if1632/user.spec] [windows/message.c]
5672         InSendMessage: new function
5674         * [include/neexe.h][include/ne_image.c]
5675         NE_FixupSegment: fixed handling of additive records
5677         * [loader/selector.c]
5678         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
5680         * [loader/signal.c]
5681         win_fault: Enter debugger on SIGFPE, too
5683 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
5685         * [miscemu/int*.c]
5686         Various minor modifications to the clock tick counter,
5687         FindFirst/FindNext funcs, and DPB handling.
5689 ----------------------------------------------------------------------
5690 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5692         * [loader/resource.c] [objects/oembitmap.c]
5693         Removed sysres bitmap code; you need libXpm to compile now.
5694         Implemented LoadIcon() for OEM icons.
5696         * [include/bitmaps/oic_*]
5697         Added OEM icons in XPM format.
5699         * [objects/dib.c]
5700         Bug fix in DrawIcon().
5702         * [rc/sysresbm.rc]
5703         Removed; all bitmaps are stored in XPM format now.
5705 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
5707         * [controls/edit.c]
5708         Small patch to fix edit-control when it's created with text.
5710 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
5712         * [tools/make_debug]
5713         The created macros won't have side effects anymore when used in
5714         an "if-else" structure. No more warnings from the compiler when
5715         compiled without defining DEBUG_RUNTIME.
5717 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
5719         * [controls/listbox.c]
5720         ListBoxDeleteString(): Fixed
5722         * [loader/selector.c]
5723         GetMemoryReference(): When special segments are referenced by
5724         pseudo-functions like __0040H, a reference to a "normal" segment
5725         will be returned preventing the program from crashing as soon
5726         as the referenced segment is actually accessed.
5728 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
5730         * [Configure]
5731         Ask for OLE stubs and malloc debugging
5733         * [Imakefile]
5734         link with libmcheck.a if necessary
5736         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
5737         Add OLE stubs, increase number of builtins
5738         dll_name_table_entry_s: new field dll_is_used
5740         * [loader/library.c]
5741         GetModuleHandle,ModuleNext: Check dll_is_used
5743         * [loader/ne_image.c]
5744         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
5745         to mean, anyway?)
5747         * [misc/olecli.c][misc/olesvr.c]
5748         New files. Add to misc/Imakefile
5750         * [misc/dos_fs.c]
5751         DOS_GetUnixFileName: make a copy of the input parameter to 
5752         prevent overwriting
5754         * [misc/main.c]
5755         MAIN_ParseDLLOptions: new function
5756         MAIN_ParseOptions: treat -dll command line flag
5757         main: add support for malloc debugging
5759 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
5761         * [loader/signal.c]
5762         Small patch for people using FreeBSD-2.1.0.
5764 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
5766         * [toolkit/sup.c]
5767         Added return values to the Call* routines
5769         * [toolkit/winmain.c]
5770         Load the resource file properly for WineLib applications.
5772 ----------------------------------------------------------------------
5773 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5775         * [if1632/call.S]
5776         Only save the lower 16-bits of SP and BP.
5778         * [if1632/callback.c]
5779         When calling to 16-bit code, restore DS from its previous value on
5780         entry to the 32-bit code, instead of from the code segment owner.
5782         * [if1632/relay.c] [include/stackframe.h]
5783         Use a structure to represent the 16-bit stack frame layout
5784         instead of hard-coded offsets.
5785         
5786         * [rc/Imakefile]
5787         Use y.tab.c for bison output file for compatibility with yacc.
5789         * [tools/build.c]
5790         Small optimization for calls to 32-bit code.
5792 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
5794         * [tools/build.c]
5795         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
5797 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
5799         * [debugger/dbg.y]
5800         Remove unnecessary sym-table loading when stopped in 16-bit mode.
5802         * [include/segmem.h] [loader/selector.c]
5803         Added dynamic alloction of selectors.
5804         Fixed some problems with large programs SIGSEGV-ing while
5805         running out of selectors.
5807         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
5808           [memory/global.c] [memory/heap.c] [memory/linear.c]
5809         Use __AHSHIFT and __AHINCR instead of 3 and 8.
5811 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
5813         * [misc/dos_fs.c]
5814         Better relative path handling when converting filenames between
5815         dos and unix, allowing '.' to be used in the Windows path.
5816         Startup working dir is now based on current working dir.
5818 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
5820         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
5821         Squeezed data structure that references internal dll's (mostly
5822         "struct dll_table_entry_s"). Caused 20% reduction in executable
5823         code size.
5825 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
5827         * [Imakefile]
5828         make wine.sym only when making emulator
5830         * [misc/file.c]
5831         OpenFile(): report as not implemented for WINELIB
5833         * [misc/winsock.c]
5834         Fix CONVERT_HOSTENT and friends for use with WINELIB
5836         * [rc/Imakefile][rc/rc.y][rc/parser.c]
5837         Rename rc.y to parser.y
5838         Use flex and bison on Sun
5840         * [toolkit/sup.c]
5841         CallWindowProc: fix parameter type
5843         * [windows/event.c]
5844         Commented #ifdef sparc
5846 ----------------------------------------------------------------------
5847 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5849         * [windows/nonclient.c] [windows/winpos.c]
5850         Implemented maximized windows.
5851         Implemented icon positioning and ArrangeIconicWindows().
5852         Bug fixes in SetWindowPos().
5854         * [windows/painting.c]
5855         Implemented GetControlBrush().
5856         Window frame is no longer contained in the update region.
5858         * [windows/win.c]
5859         Destroy owned windows upon DestroyWindow().
5861 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
5863         * [controls/edit.c]
5864         Changed line terminator to \r\n to be compatible with
5865         Windows.  Fixed bug in text selection.
5867 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5869        * [misc/shell.c]
5870        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
5871        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
5872        These functions now work somewhat more the way Windows programs expect
5873        them to work.
5875 ----------------------------------------------------------------------
5876 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5878         * [loader/resource.c] [objects/dib.c]
5879         Fixed icon loading and drawing, now that BitBlt() works correctly.
5880         
5881         * [objects/clipping.c] [objects/region.c]
5882         Implemented elliptic regions with a set of rectangle. This greatly
5883         simplifies the region code and should boost clipping performance.
5885         * [objects/color.c]
5886         Fixed bug that caused seg-fault on 24bpp displays.
5888         * [objects/bitblt.c]
5889         Fixed bug when shrinking a bitmap to more than half its size.
5891         * [windows/graphics.c]
5892         Fixed bugs in PaintRgn() and Polyline().
5894         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
5895         Fixed some problems with window background painting.
5897 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
5899        * [tools/build.c]
5900        * [tools/newbuild.c]
5901        * [Imakefile]
5902        * [include/wine.h]
5903        * [loader/call.S]
5904        * [loader/selector.c]
5905        * [include/segmem.h]
5906        * [misc/main.c]
5907        Changed selector code and 16/32 bit xfer code so that wine
5908        no longer has to be loaded low in memory.  Changed wine
5909        to work with ELF binary formats under Linux.
5910        
5911 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
5913         * [debugger/db_disasm.c]
5914         New instruction disassembler - borrowed from Mach kernel.  Has a
5915         BSD style of license as opposed to the gdb code we were previously
5916         using which was under the GPL.
5918 ----------------------------------------------------------------------
5919 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5921         * [Imakefile]
5922         Compiling with -Wall flag.
5924         * [*/*]
5925         Fixes to minimize the number of compilation warnings.
5927         * [objects/bitblt.c]
5928         Fixed BitBlt() and used the same code to rewrite PatBlt() and
5929         StretchBlt(). The three *Blt() functions should now be correct in
5930         every case (famous last words).
5932         * [objects/brush.c] [objects/dither.c]
5933         Merged the two files into brush.c
5935         * [objects/dc.c]
5936         Fixed bug when the Windows programs forget to re-select the
5937         original bitmap in a memory DC.
5939         * [objects/font.c]
5940         Tty to use 'fixed' font when the system font can't be found.
5942         * [windows/dialog.c]
5943         Tentative fix to make dialogs look better when using fixed-width
5944         fonts.
5946         * [windows/graphics.c]
5947         Partially implemented the PS_INSIDEFRAME pen style.
5949         * [windows/nonclient.c]
5950         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
5951         without the WS_DLGFRAME style.
5953 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
5955         * [memory/global.c]
5956         GlobalCompact should now return the correct value when the
5957         largest run of free blocks includes the last block.
5959         * [windows/mdi.c]
5960         Tiling and cascading windows without any MDI children should
5961         no longer crash (assuming no-op is the correct thing to do).
5963 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
5965         * [objects/font.c]
5966         GetTextExtentPoint: fixed debug output, str is counted string, not
5967         zero terminated.
5969         * [if1632/relay.c]
5970         DLLRelay: when debugging_stack got segv, added upper bound for
5971         stack dump.
5973 ----------------------------------------------------------------------
5974 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
5976         * [*/Imakefile]
5977         All objects files are now kept in their respective directory.
5979         * [README]
5980         Rewrote most of it.
5982         * [objects/bitblt.c]
5983         Rewrote BitBlt() to look right in every case, while minimizing
5984         the impact on performance. Not really finished yet.
5986         * [objects/bitmap.c] [objects/dc.c]
5987         Fixed bug with pattern brushes.
5989         * [objects/clipping.c] [windows/painting.c]
5990         Fixes for logical coordinates.
5992         * [objects/color.c] [windows/graphics.c]
5993         Fixed GetPixel() to return the correct color, and made it faster.
5995         * [objects/region.c]
5996         Fixed bug in CombineRgn() when one of the region is empty.
5998 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
6000         * [Configure]
6001         Don't assume that expr handles '==', use '=' instead.
6002         Give a (hopefully informative) message if imake fails.
6004 ----------------------------------------------------------------------
6005 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6007         * [controls/listbox.c]
6008         Fixed problems due to new scroll-bar code.
6010         * [loader/signal.c] [miscemu/ioports.c]
6011         Handle I/O opcodes that use an absolute address.
6013         * [objects/text.c]
6014         Implemented TabbedTextOut().
6016 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
6018         * [objects/metafile.c]
6019         Implemented GetMetafile().
6020         Fixed bug in PlayMetaFile() when reading disc based metafile records.
6021         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
6022         PlayMetaFileRecord().
6023         
6024 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6026         * [Imakefile]
6027         wine.sym: Remove gcc2_compiled and friends
6029         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
6030           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
6031         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
6033         * [if1632/call.S]
6034         CallToLibMain: New function
6036         * [if1632/relay.c][include/options.h][misc/main.c]
6037           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
6038         removed Options.relay_debug
6040         * [include/heap.h]
6041         HEAP_OWNER: Use ds instead of cs:ip
6043         * [loader/ne_image.c]
6044         LoadNEImage: Remember current exe, handle nodata dlls
6045         InitNEDLL: handle nodata dlls, call CallToLibMain
6047         * [loader/selector.c]
6048         CreateSelectors: Initialize auto_data_sel with 0
6050         * [memory/heap.c]
6051         HEAP_CheckHeap: Check prev
6052         HEAP_CheckLocalHeaps: new function
6054         * [misc/profile]
6055         Remember and dump only changed profiles
6057         * [tools/makedebug]
6058         Introduce debugging_xxx flags
6060 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
6062         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
6063         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
6064         pe_image.h selectors.h wintypes.h]
6065         Added.
6067         * [*/*]
6068         - Commented all 'static char copyright statements', see misc/main.c
6069         - moved prototypes to headers files, fixed wrong prototypes.
6070         - *please* add a header file for each .c if you need to export
6071           things.
6073         * [misc/main.c]
6074         Added one static string which list the names of the contributors.
6076 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
6078         * [Configure]
6079         Made the support for multiple languages more automatic.  Added
6080         a [fonts] section to the wine.conf file.  Made the defaults
6081         better.  Generally cleaned it up.
6083         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
6084         Norwegian resources and small fixes to the german resources.
6086 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6088         * [debugger/break.c]
6089         bark(), toggle_next(), should_continue(): New functions
6090         insert_break(): Fixed, adds write access to page before writing
6091         wine_bp.next_addr: new structure field
6093         * [debugger/dbg.y]
6094         Changed symbol's value to be it's value instead of the value
6095         pointed to by the symbol.
6096         Changed SIGTRAP handling to allow continuation after break point
6098         * [misc/shell.c]
6099         ShellAbout(): Load resource from memory
6101 ----------------------------------------------------------------------
6102 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6104         * [controls/scroll.c] [include/scroll.h]
6105         Rewritten most of scroll-bar code for better Windows look & feel.
6106         Implemented EnableScrollBar().
6107         Preliminary keyboard support.
6109         * [objects/bitblt.c]
6110         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
6111         bits from outside the visible region.
6113         * [objects/oembitmap.c] [include/bitmaps/obm_*]
6114         Use XPM symbolic colors to load bitmaps. This allows the colors
6115         of the bitmaps to depend on the system colors.
6117         * [tools/make_debug]
6118         Made the make_debug script more robust.
6120         * [windows/dialog.c]
6121         Fixed CheckRadioButton().
6123         * [windows/nonclient.c]
6124         A few changes to scroll-bar drawing and tracking.
6126         * [windows/winpos.c]
6127         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
6128         avoid confusion, and optimized it somewhat.
6130 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6132         * [misc/audio.c]
6133         * [misc/mcianim.c]
6134         more coding but nothing spectacular.
6136         * [misc/mmaux.c]
6137         some coding to access '/dev/mixer'.
6139         * [misc/midi.c]
6140         some coding to read .MID files, but it's not playing yet.
6142 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
6144         * [objects/dib.c]
6145         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
6146         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
6147         includes some bitmaps output by Paint Shop Pro.  Implementation is
6148         possibly now too lax.  Please see the notes on the function about
6149         why.
6151         * [controls/desktop.c]
6152         The desktop pattern should be painted if the wallpaper doesn't
6153         cover the whole screen width OR the whole screen height.
6155 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
6157         * [objects/dib.c]
6158         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
6159         now work.
6161         * [loader/ne_resource.c] [include/resource.h]
6162         Some cleanup.
6164 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6166         * [Configure]
6167           [rc/sysres.rc]
6168         Primitive compile-time support for multiple languages
6170         * [rc/sysres_De.rc]
6171         New file
6173         * [loader/resource.c]
6174         LoadBitmap: Recognize end of sysresbm properly
6176         * [rc/Imakefile]
6177         Rules to compile resources simplified, dependencies changed
6179         * [rc/sysresbm.rc]
6180         Don't use sysresbm if using XPM
6182         * [windows/dialog.c]
6183         CreateDialogIndirectParam: Reverse Z-order of controls
6185         * [windows/message.c]
6186         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
6188         * [windows/winpos.c]
6189         NextWindowFromPoint: New function
6191         * [controls/button.c]
6192         WM_NCHITTEST: Group Box is HTTRANSPARENT
6193         BUTTON_CheckAutoRadioButton: New function
6194         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
6196 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
6198         * [objects/text.c]
6199         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
6200         is too long to break.
6202         * [objects/font.c]
6203         Don't assume helvetica if there is no font family; let the other
6204         font attributes decide what font to use.
6206         * [controls/widgets.c]
6207         Listboxes and combo boxes need to be notified of double-clicks.
6209         * [controls/listbox.c]
6210           [include/listbox.h]
6212         scrolling to bottom of list box should display last item at the
6213         bottom, not at the top.
6214         
6215         list boxes need to allocate a separate heap for their item data,
6216         rather than using the user heap.  Otherwise, it's very easy to run
6217         out of memory for list box items.
6219         removed redundant code in ListBoxAddString().  Implemented simple
6220         version of LBS_SORT.
6222         Don't put [.] in the list box when using DDL_DIRECTORY.
6224         * [controls/combo.c]
6225         Combos should pass CBS_SORT onto their list box.
6227         * [windows/win.c]
6228         If window creation is aborted, remove the window from the
6229         linked lists.
6231         * [controls/static.c]
6232         static controls with SS_ICON were always returning 0 from
6233         WM_NCCREATE.
6235         Make sure static controls have text to draw before drawing it.
6237 ----------------------------------------------------------------------
6238 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6240         * [objects/oembitmap.c]  (New file)
6241         Added possibility to use .xpm files for OEM bitmaps.
6243         * [include/bitmaps/obm*]  (New files)
6244         Redrawn all OEM bitmaps in xpm format.
6246         * [objects/font.c]
6247         Add space for internal leading when using a negative font height.
6248         Stubs for AddFontResource() and RemoveFontResource().
6249         Fix in FONT_Init() for uninitialised default font.
6251         * [windows/dialog.c]
6252         Make font height negative as it is really a point size and not a
6253         pixel size; dialogs using 8-point fonts look better now.
6255         * [windows/graphics.c]
6256         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
6258         * [windows/nonclient.c]
6259         A few changes for new OEM bitmaps.
6261 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6263         * [windows/class.c]
6264         The names of local classes have to be stored using GlobalAtom*.
6265         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
6267         * [if1632/call.S]
6268         CallTo16(cx): It's possible to set the contents of the cx-register.
6270         * [loader/ne_image.c]
6271         InitNEDLL(): The size of the local heap is now passed in the cx-
6272         register when initializing a DLL.
6274         * [memory/heap.c]
6275         LocalInit(): The case start==0 is now handled in the way it should.
6277         * [windows/win.c]
6278         GetWindowLong(): If the adress of the windows function is requested
6279         it's no longer returned if it's within the Wine code (and therefore
6280         unreachable by a windows program). This makes Borland's OWL happy.
6282         * [controls/edit.c]
6283         EDIT_GetStr(): Added handling for off<0.
6285 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
6287         * [loader/library.c]
6288         Fixed infinite loop bug when two DLLs refer to each other (fixes
6289         hangup of Quicken during loading).
6291 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6293         * [misc/dos_fs.c]
6294         Bug fix: The size of a disk an the available space
6295         is now returned in bytes instead of (incorrectly)
6296         KBytes.
6298 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6300         * [windows/graphics.c]
6301         Bug fix: Pie segments are now filled with correct brush.
6303 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6305         * [Imakefile]
6306         generate rc.o before loader.o
6308         * [controls/menu.c]
6309         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
6311         * [include/resource.h]
6312         Add struct ResourceTable
6314         * [loader/bitmap.h]
6315         Load system bitmaps from sysresbmTable
6317         * [misc/clipboard.c]
6318           [windows/event.c]
6319         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
6320         
6321         * [rc/Imakefile]
6322         generate rc.o from sysres.o and sysresbm.o. Added -lfl
6324         * [rc/rc.y]
6325         change style handling to allow ( S1 | S2 ) | S3
6327         * [rc/sysres.rc]
6328           [rc/sysresbm.rc]
6329         Put bitmaps and icons to sysresbm, everything else to sysres
6331         * [rc/winerc.c]
6332           [rc/winerc.h]
6333         Added -o, -c flags. New function set_out_file. Output to files.
6335         * [windows/dialog.c]
6336         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
6338         * [windows/nonclient.c]
6339         Create AboutWine dialog from template pointer
6341 ----------------------------------------------------------------------
6342 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6344         * [controls/static.c]
6345         Bug fix for SS_ICON controls.
6347         * [if1632/Imakefile]
6348         Fixed call.o dependencies.
6350         * [objects/clipping.c] [objects/dc.c]
6351         Fixed visible region handling. hVisRgn is always non-null now.
6353         * [windows/dce.c]
6354         Bug fix in GetDCEx for CS_OWNDC windows.
6356         * [windows/nonclient.c] [windows/painting.c]
6357         Fixes to icon window drawing.
6359         * [windows/winpos.c]
6360         A few fixes in SetWindowPos().
6362 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6364         * [objects/bitblt.c]
6365         BitBlt(): BitBlt is now able to handle any raster operation. If
6366         the request can't be passed to XWindows directly, it's quite
6367         slow, though.
6369         * [*/*.c]
6370           [misc/main.c]
6371         Improvements of the system for handling debug messages. Options are
6372         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
6373         *debugoptions: +xxx there if you want to have turn messages xxx on).
6375         * [controls/menu.c]
6376         DestroyMenu(): The whole window won't be destroyed as a sideeffect
6377         any longer.
6379         * [misc/file.c]
6380         OpenFile(): Fixed bug in searching in system/window-directory.
6382 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
6384         * [include/windows.h]
6385         Bug fix for window related structures.
6386         DCB and COMSTAT are affected. They must be packed.
6388         * [misc/comm.c]
6389         Bug fix for COM ports:
6390         Dial and dialog window in terminal.exe now works.
6391         Non sequential COM assignments in wine.conf should not break now.
6392         Baudrate can be specified in wine.conf to overcome baudrate limitation
6393         in mswindow. See sample wine.ini
6395         * [include/comm.h]
6396         add baudrate field to DosDeviceStructre
6398         * [object/font.c]
6399         Bug fix for font assignment.
6400         Use pairs of foundry and family fontnames in X11 to correspond with
6401         window's fonts.
6402         Put font assignment ini wine.ini.
6404         * [wine.ini]
6405         Adding optional baudrate after port name in "serialports" section
6406         Add new section, "fonts".
6407         "default" is special key in "fonts" to match any unmatch window font.
6409 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
6411         * [if1632/relay.c]
6412         * [if1632/commdlg.spec]         New file.
6413         * [misc/commdlg.c]                      New file.
6414         * [include/commdlg.h]           New file.
6415         Begin of an emulated COMMDLG DLL, built-in for now.
6416         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
6417         thing you need to do is to put the real/dummy name in file relay.c)
6419         * [controls/scroll.c]
6420         * [controls/combo.c]
6421         * [controls/listbox.c]
6422         Few bug fixes and/or cosmetic.
6424         * [misc/audio.c]
6425         * [misc/mmaux.c]
6426         bug fixes and flags returned to emulate SB16.
6428         * [misc/midi.c]                         New file.
6429         skeleton for 'Midi' MMSYSTEM & MCI driver.
6431         * [misc/mcianim.c]                      New file.
6432         skeleton for 'Animation1' MCI driver.
6434         * [windows/win.c]
6435         Add new stub for GetLastActiveWindow().
6437 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
6439         * [if1632/call.S] [tools/build.c]
6440            Support for ELF format. (Not complete)
6442 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
6444         * [if1632/user.spec]
6445         Add stubs for ArrangeIconicWindows(), etc.
6447         * [if1632/kernel.spec]
6448         Add IsBad*Ptr() functions.
6450         * [loader/signal.c]
6451         Add test_memory(), for use with IsBad*Ptr().
6453         * [windows/winpos.c]
6454         Add stubs for TileChildWindows(), etc.
6456         * [windows/win.c]
6457         IsWindow() shouldn't crash if it's given a bad handle.
6458         Add stub for GetLastActivePopup().
6460         * [memory/global.c]
6461         Implement the IsBad*Ptr() functions.
6463         * [controls/listbox.c]
6464         Return the full longword of the item data in LB_GETITEMDATA.
6466         * [controls/edit.c]
6467         Don't let the user select an area past the end of the text.
6469         * [objects/text.c]
6470         In DrawText(), the code to delete crlfs also removed multiple
6471         consecutive newlines.  Also, using DT_CALCRECT didn't return
6472         the right height, and the width wasn't returned at all.
6473         This caused MessageBoxes to be missing much of their text.
6475         * [windows/scroll.c]
6476         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
6478 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
6480         * [miscemu/int21.c]
6481         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
6483         * [misc/property.c]
6484         Fixed inverted logic in EnumProps(), and changed CallBack16()
6485         call to use new arg format.
6487         * [windows/win.c]
6488         Fixed CallBack16() call in Enum[Child]Windows to use new arg
6489         format; this fixes crashes in enum procedures.
6491 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
6493         * [misc/clipboard.c]
6494           [windows/event.c]
6495           [windows/message.c]
6496         Added cut and paste between Wine and other X clients via
6497         the PRIMARY selection. Text only this time.
6499         * [controls/edit.c]
6500         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
6502         * [windows/defwnd.c]
6503         Send WM_SYSCOMMAND to overlapped ancestor window, 
6504         not the receiver of WM_SYSKEYDOWN
6506 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
6508         * [controls/edit.c]
6509         ClientWidth()/ClientHeight() macros: return 0 if size would
6510         be negative
6511         EDIT_StrLength(): takes unsigned char* instead of char*
6513         * [controls/listbox.c]
6514         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
6515         case instead of in each place required (it was omitted in
6516         some places causing problems!)
6518         * [controls/menu.c]
6519         MENU_CalcItemSize(): don't try to find size of a text item
6520         if the pointer is NULL
6522         * [include/heap.h]
6523         added definition of HEAP_LocalInit()
6525         * [include/msdos.h]
6526         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
6527         instead)
6529         * [loader/selector.c]
6530         IPCCopySelector(): added missing flags to shmget() call
6531         ? does this break linux - I added these flags in a previous
6532         patch but they were missing in the corresponding release ?
6534         * [loader/signal.c]
6535         win_fault(): added missing definitions of i, dump for those
6536         not running NetBSD or linux
6538         * [misc/dos_fs.c]
6539         DOS_GetCurrentDir(): made temp[] static so it can be safely
6540         returned
6542         * [miscemu/int21.c,int25.c,int26.c]
6543         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
6544         segmem.h where necessary.
6546         * [windows/dialog.c]
6547         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
6548         HEAP_LocalInit(), removed redundant variables
6550 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
6552         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
6553           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
6554           [objects/bitblt.c] [objects/metafile.c]
6555         Rewritten more printf's to use the new debugging system, and
6556         made wine less verbose per default. Use "-debugmsg +module"
6557         to get (almost) the same behavior as before.
6559 ----------------------------------------------------------------------
6560 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6562         * [controls/button.c]
6563         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
6564         BM_SETSTATE.
6565         Implemented default button painting.
6566         Optimised redrawing.
6567         Fixed owner-draw buttons.
6569         * [controls/static.c]
6570         Implemented WM_SETFONT.
6571         A few optimisations in painting code.
6572         Bug fix for SS_SIMPLE controls.
6574         * [if1632/callback.c]
6575         Preliminary GetCodeHandle().
6577         * [if1632/gdi.spec]
6578         Changed 'pascal' to 'pascal16' everywhere it's needed.
6580         * [include/windows.h]
6581         Fixed a few data structures.
6583         * [memory/heap.c]
6584         Bug fix in HEAP_ReAlloc().
6586         * [misc/cursor.c]
6587         Fixed SetCursor().
6589         * [objects/bitblt.c]
6590         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
6592         * [objects/font.c]
6593         Better font mapping code.
6594         Implemented GetTextFace().
6596         * [objects/region.c]
6597         Bug fix in REGION_MakePixmap().
6598         Faster region copying.
6600         * [objects/text.c]
6601         Implemented ExtTextOut().
6602         Implemented DT_NOCLIP style for DrawText().
6604         * [windows/dc.c]
6605         Free the bitmap when deleting a memory DC.
6607         * [windows/dce.c]
6608         Added support for windows that have no associated X window.
6609         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
6611         * [windows/defdlg.c]
6612         Implemented default push button handling and DM_SETDEFID.
6613         Implemented WM_NEXTDLGCTL.
6615         * [windows/dialog.c]
6616         Implemented default push button handling.
6617         Beginning of a keyboard interface in dialogs
6618         (does not really work yet).
6619         Fixed dialogs that use a special font.
6621         * [windows/event.c] [windows/focus.c]
6622         Added support for non-X windows.
6624         * [windows/graphics.c]
6625         Rewritten FloodFill() and implemented ExtFloodFill().
6627         * [windows/message.c]
6628         Cleaner hardware messages and X events handling.
6630         * [windows/defwnd.c] [windows/painting.c]
6631         Implemented WM_SETREDRAW.
6633         * [windows/win.c]
6634         Only create an X window for top-level windows, or for the desktop.
6635         Child windows now use their parent's drawable.
6637         * [windows/winpos.c]
6638         Beginning of support for non-X windows (still somewhat broken).
6639         Implemented *DeferWindowPos().
6641         * [*/Imakefile]
6642         Cleaned up some Imakefiles.
6643         Moved dc.c from windows/ to objects/.
6644         Moved cursor.c from misc/ to windows/.
6646 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
6648         * [include/debug.h]
6649           [include/stddebug.h]
6650           [*/*.c]
6651         Rewritten all the calls to printf for displaying debug-information
6652         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
6653         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
6654         all these messages on, "-debugmsg -dll" will turn all messages 
6655         concerning DLLs off.
6657         * [controls/combo.c]
6658         Added some handling for combo controls with ownerdraw-styles
6659         (just creating and passing the necessary messages to the 
6660         corresponding listbox control; the edit-control needs to be
6661         replaced with something else).
6663         * [controls/edit.c]
6664           [windows/dialog.c]
6665         Added support for use of global heap memory in dialogs with 
6666         edit controls.
6668         * [controls/listbox.c]
6669         Added support for item data.
6670         ListBoxInsertString(): Fixed bug for elements which are not inserted
6671         after the currently last element.
6672         
6673         * [misc/dos_fs.c]
6674           [miscemu/int21.c]
6675         DOS_ValidDirectory(): Checks whether a given string is in fact the
6676         valid name of a directory.
6678 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
6680         * [Imakefile]
6681         generate wine.sym after creating wine
6683         * [debugger/dbg.y]
6684         load "wine.sym" when entering debugger
6686         * [debugger/info.c]
6687         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
6689 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
6691         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
6692         Files created
6694 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
6696         * [misc/spy.c]
6697         Exclude and Include no longer requires a terminating ';' to
6698         register the last component.
6700 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
6702         * [Configure]
6703         Rewrote much of it.  Added capability to generate a wine.ini
6704         file.  Commented out the processor emulator options until that
6705         becomes interesting.  Gives a warning if it sees any *.rej
6706         files.  I hope I haven't assumed to much about the shell/OS so
6707         that it breaks under *BSD.
6709         * [misc/dos_fs.c]
6710         Removed/changed calls to ToUnix() (which calls tolower()) so
6711         that the part of the pathname which correspond with the drive
6712         letter on DOS no longer will be mapped to lowercase.  This
6713         means that it should be possible to have uppercase letters in
6714         the [drives] section of wine.ini.
6716         * [LICENSE]
6717         Cosmetic changes so that it displays better in the window you
6718         get from pressing "Credit_License" in the "About WINE" window.
6720 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
6722         * [controls/menu.c]
6723         LoadMenu() moved to loader/resource.c.
6725         * [misc/main.c]
6726         Added stub for FileCDR().
6728         * [include/peexe.h]
6729         Added, from Eric's pe-test.
6731         * [include/resource.h]
6732         Added.
6734         * [loader/resources.c]
6735         Removed duplicated code in *Resource() functions.
6736         Moved NE-program specific functions into ne_image.c.
6737         Moved NE-fileformat functions to ne_resource.c.
6739         * [pe_image.c] [pe_resource.c]
6740         Added. Nothing implemented to run PE-executables, resource
6741         loading only.
6743         * [misc/file.c]
6744         Changed OpenFile() to use macros.
6746         * [misc/shell.c]
6747         Added NULL-ptr checks to ShellAbout().
6749         * [miscemu/int21.c]
6750         Fixed a few typos.
6752         * [miscemu/kernel.c]
6753         Added _DI = _DS, to put the caller's instance in DI. Doesn't
6754         work properly if caller changed DS :-(
6756 ----------------------------------------------------------------------
6757 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
6759         * [include/win.h]
6760         Removed seperate X window for icon, added icon width,height.
6762         * [include/windows.h]
6763         Commented out the old SW_xxx emum and added defines since
6764         they aren't enumerated.
6766         * [windows/dce.c]
6767         Removed some older IsIconic checks from GetDCEx(), functionality
6768         is now in nonclient and generic wine window handling code.
6769         Lots of thanks to Alexandre Julliard all the hints and
6770         help...
6772         * [windows/defwnd.c]
6773         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
6774         WM_PAINTICON now calls NC_HandleNCPaint.  
6776         * [windows/event.c]
6777         Removed IsIconic checks.
6779         * [windows/icon.c]
6780         Removed everything in this file for now... could be used later.
6781         Icon functionality is now handled by the generic wine windows
6782         handling functions.
6783         
6784         * [windows/mdi.c]
6785         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
6786         show up when deiconified.  Removed IsIconic checks.
6788         * [windows/message.c]
6789         Removed old icon routines from hardware_event().
6791         * [windows/nonclient.c]
6792         Changed NC_HandleNCCalcSize() so it doesn't change the size
6793         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
6794         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
6795         on an Iconic window always send a SC_RESTORE message.
6797         * [windows/painting.c]
6798         Changed RedrawWindow() so it doesn't redraw an iconic window
6799         unless it has to (no icon for this class).
6800         
6801         * [windows/win.c]
6802         Removed creation of seperate icon window from CreateWindowEx().
6803         
6804         * [windows/winpos.c]
6805         Added saving and restoring of window rectangle during
6806         iconification/deiconification to ShowWindow().  Added
6807         functions to recursively hide and show children... called
6808         by ShowWindow during iconification/deiconification.
6810 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
6812         * [windows/message.c]
6813         WaitMessage(): Fixed handling of wm_timer-messages
6815         * [miscemu/int21.c]
6816         FindNextFCB(): Rewritten to support other functions than just
6817         returning the volume label
6819         * [misc/file.c]
6820         OpenFile(): Fix in handling of OF_CREATE
6822 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
6824         * [if1632/user.spec]
6825         Added SetParent.
6827         * [windows/win.c]
6828         Added SetParent.
6830 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
6832         * [loader/selector.c]
6833         Many changes throughout file to correct handling of shared memory
6834         function return codes. FreeBSD and SunOS shm functions return
6835         -1 not 0 on error. If Linux is different, these changes
6836         will have to be backed out.
6837         CleanupSelectors(): this is a new (internal) call to free
6838         up all selectors (and shm handles/memory) for use on exit.
6840         * [include/segmem.h]
6841         Change comment to reflect new use of shm_key
6843         * [misc/main.c]
6844         called_at_exit(): add call to CleanupSelectors()
6846 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6848         * [controls/button.c]
6849         Use OBM_CHECKBOXES to draw check boxes with correct colors.
6850         Fixed bug with WM_SETTEXT handling.
6851         A few drawing optimisations.
6853         * [controls/menu.c]
6854         Implemented correct \t and \a handling in menu items.
6855         Implemented help items (flush right) on menu bar.
6856         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
6858         * [controls/static.c]
6859         Fixed SS_ICON controls and implemented STM_SETICON message
6860         handling.
6862         * [controls/widget.c]
6863         Set cursor to IDC_ARROW for built-in classes.
6865         * [include/options.h] [misc/main.c]
6866         Backing store is now off by default.
6868         * [objects/region.c]
6869         Use X regions for rectangle and polygon regions: *major* speed
6870         improvement.
6872         * [windows/dialog.c]
6873         Fixed the fix for integer ids in controls. SS_ICON controls in
6874         dialogs should work now.
6875         Implemented DS_ABSALIGN style.
6877         * [windows/graphics.c]
6878         Implemented InvertRgn().
6879         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
6880         than with CreateCompatibleDC() + BitBlt().
6882         * [windows/message.c]
6883         Determining the window for a mouse message is now done at
6884         GetMessage() time.
6885         Modified PeekMessage() handling to avoid needlessly flushing the
6886         output queue.
6888         * [windows/timer.c]
6889         Check for restart of a timer (SetTimer call with the same hwnd and
6890         id than an existing timer).
6892 ----------------------------------------------------------------------
6893 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
6895         * [misc/file.c]
6896         OpenFile(): Completly rewritten.
6898         * [miscemu/int21.c]
6899         CreateFile(): Fixed wrong mode in call to open.
6900         OpenExistingFile(): Implemented file sharing.
6901         FindNext(): Fixed.
6902         CreateNewFile(): Fixed wrong mode in call to open.
6903         fLock(): Added to handle record locking.
6904         GetFileAttribute(): Added.
6905         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
6907         * [miscemu/int2f.c]
6908         AH = 0x10: SHARE installation check
6910         * [loader/resource.c]
6911         AccessResource(): Fixed. A new file descriptor will be returned by
6912         every call to AccessResource().
6914         * [windows/utility.c]
6915         wvsprintf(): Fixed.
6917         * [controls/menu.c]
6918         FindMenuItem(): Fixed (handling for nPos == -1 added).  
6920         * [windows/win.c]
6921         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
6923         * [Configure]
6924         Added two options for a processor emulator that might be
6925         plugged in later..
6927         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
6928         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
6929         Added TaskFirst(), TaskNext(), TaskFindHandle().
6931         * [memory/global.c]
6932         Added stub for MemManInfo().
6934         * [objects/text.c]
6935         Added stub for GetTabbedTextExt().
6937         * [miscemu/*]
6938         Changed all references to registers. Please don't access
6939         the context structure.
6940         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
6942         * [misc/lstr.c]
6943         Fixed bug in AnsiUpper() & AnsiLower().
6945         * [misc/winsocket.c]
6946         bugfix in getsockopt()/setsockopt(): winsock uses different values
6947         than unix.
6949         * [objects/dib.c]
6950         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
6952 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
6954         * [controls/edit.c]
6955         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
6957         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
6958         Modified dialog code to create new heap for edit controls
6959         unless DS_LOCALEDIT style is set.
6961 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6963         * [controls/button.c] [controls/edit.c] [controls/static.c]
6964         Removed unneeded GlobalUnlock() calls.
6966         * [controls/menu.c] [include/menu.h]
6967         Lots of changes, fixed a lot of old bugs and introduced a lot of
6968         new ones :-)
6969         - Changed message loop to use MSG_GetInternalMessage().
6970         - Fixed a bug that caused the main window to lose activation when
6971           displaying a menu.
6972         - Correctly send initialisation messages (WM_INITMENUPOPUP).
6973         - Implemented EndMenu() and LookupMenuHandle().
6974         - Changed internal structures to be as compatible as possible with
6975           MS-Windows.
6976         - Allocated everything on the USER heap instead of the global heap.
6977         - Prefixed all internal function names with MENU_ and declared
6978           them static.
6979         - Moved "About Wine..." handling to NC_HandleSysCommand().
6980         - Multi-line menus should now work correctly.
6982         * [loader/resource.c] [objects/bitmap.c]
6983         Added the possibility to create OEM bitmaps directly as X bitmaps.
6985         * [objects/dcvalues.c] [windows/dc.c]
6986         Fixed GetDCOrg() to return screen coordinates.
6988         * [windows/message.c]
6989         Fixed double-click checks when the message is not removed from the
6990         queue.
6991         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
6993         * [windows/nonclient.c]
6994         Bug fix in system menu hit-test calculation.
6995         A few changes for new menu functions.
6997 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
6999         * [controls/edit.c]
7000         Bug fix in Edit_NCCreateMessage
7001         es->textlen was being used before being set
7003         * [controls/menu.c]
7004         Bug fix in MENU_DrawMenuItem
7005         don't try to write text if NULL pointer passed
7007 ----------------------------------------------------------------------
7008 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7010         * [windows/message.c]
7011         Implemented WaitMessage() (USER.112).
7013         * [if1632/user.spec]
7014         Added WaitMessage.
7016         * [windows/defwnd.c]
7017         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
7019         * [miscemu/int{13,21,2a}.c]
7020         * [miscemu/Imakefile]
7021         * [signal/loader.c]
7022         Added a few basic disk information and diagnostic functions to
7023         prevent programs using this function from crashing. All drives
7024         are claimed to be remote ones, so direct I/O isn't allowed.
7026         * [controls/edit.c]
7027         EDIT_WriteText(): Added code to correctly erase the remaining space
7028         of the edit-control if the size of the control has changed sinced it's
7029         creation.
7031 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
7033         * [if1632/mouse.spec]
7034         Added mouse.dll entry, no functions.
7036         * [loader/resource.c]
7037         Bug fix in AccessResource(). 
7039         * [misc/keyboard.c], added [include/keyboard.h]
7040         Changed functions to return more useful values.
7042         * [windows/dialog.c]
7043         Hacked DIALOG_GetControl() to support resources which
7044         have 0xff00 - 0xffff as id. ** Needs to be done properly by
7045         someone who knows the NE fileformat **
7047 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7049         * [windows/event.c]
7050         Add new stub for EnableHGardwareInput() function.
7052         * [windows/message.c]
7053         Add coding for HWND_BROADCAST in PostMessage().
7055         * [misc/file.c]
7056         Add coding for OpenFile() also search in WindowPaths.
7058         * [misc/mmsystem.c]
7059         * [misc/audio.c]
7060         * [misc/mmaux.c]
7061         * [misc/mcicda.c]
7062         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
7063         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
7064         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
7065 ----------------------------------------------------------------------
7066 Mon Jul 18 23:55:13 MET DST 1994
7068         * [if1632/call.S]
7069         CallTo16(): added `mov %eax,%edx' just before lcall,
7070         to make sure that DX contain the DLL's hinstance when
7071         initialised.
7073         CallTo32_16() added, equal to CallTo32() except for
7074         one thing: it saves DX and 
7076         * [tools/build.c]
7077         Added some code to support 16 and 32 bit return values.
7079         * [1632/{kernel,user}.spec]
7080         Changed most of the `pascal' style to pascal_16 when
7081         function returned a 16bit value.
7083 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7085         * [controls/menu.c]
7086         Reorganized sizing and drawing code to implement multi-line menus.
7087         Implemented MENUBREAK style.
7088         Use system colors to draw menus.
7090         * [objects/color.c]
7091         Bug fix in COLOR_IsSolid().
7093         * [objects/font.c]
7094         Bug fix in FONT_GetMetrics(): calculate average character width
7095         only on existing chars (dialogs look much better).
7097         * [objects/text.c]
7098         Bug fix in DrawText(): use text color to underline mnemonic.
7100         * [windows/nonclient.c]
7101         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
7103         * [windows/syscolor.c]
7104         Added system objects for menu colors.
7106 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7108         * [controls/menu.c]
7109         Fixed bug in SelectPrevItem that caused seperators to not be
7110         skipped when using the up arrow key.
7112 ----------------------------------------------------------------------
7113 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
7115         * [Configure]
7116         Autodetects Linux version (if running Linux).
7118         * [loader/signal.c]
7119         New signals for Linux.
7121         * [loader/ldtlib.c]
7122         New structure field in sys call.
7124 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
7126         * [load/resource.c] 
7127           fixed Memory (Resource) Leak.
7129         * [load/main.c] 
7130           fixed a printf.
7132 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7134         * [controls/desktop.c]
7135         Implemented desktop wallpaper (only 16 colors for now).
7137         * [controls/menu.c] [windows/nonclient.c]
7138         Preliminary work to allow multi-line menus.
7140         * [misc/main.c]
7141         No backing store on desktop window (not useful).
7143         * [objects/text.c]
7144         A few fixes to DrawText() to make underlines under mnemonic
7145         letters to look better.
7147         * [windows/graphics.c]
7148         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
7149         Implemented PolyPolygon() (partially working).
7151         * [windows/winpos.c]
7152         New function WINPOS_SendNCCalcSize().
7153         Cleaned up SetWindowPos() and added preliminary support for
7154         multi-line menus.
7156 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
7158         * [controls/edit.c]
7159         Changes to work as a library.
7161         * [if1632/callback.c] 
7162         Ifdefed module.
7164         * [if1632/relay.c]
7165         Changes to allow linking with WineLib.
7167         * [include/windows.h]
7168         Added macro WINELIB_UNIMP
7170         * [loader/library.c]
7171         When compiling WineLib, GetProcAddress is not implemented yet.
7173         * [loader/main.c]
7174         Added empty InitDLL when using WineLib.
7176         * [loader/ne_image.c]
7177         Some parts of the loader are needed for WineLib, ifdefed correctly
7179         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
7180         Disable compilation of module when compiling WineLib.
7182         * [toolkit/heap.c]
7183         Fixed small bug.  When passed an invalid handle WineLib would
7184         crash, now return NULL.
7186         * [toolkit/winmain.c]
7187         Call CreateNewTask in _WinMain.
7189 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
7191         * [controls/edit.c] [controls/widget.c]
7192         More changes to improve compatibility with Windows' edit
7193         control.  Finished off tab stop support.
7195 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
7197         * [if1632/relay.c]
7198         # of ordinals in shell.dll changed to 103.
7200         * [loader/signal.c]
7201         sti, cli will now be ignored.
7203         * [objects/brush.c]
7204         Added stub for GetSysColorBrush().
7206 ----------------------------------------------------------------------
7207 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
7209         * [controls/edit.c]
7210         Bug fixes and tidying up.  Preliminary tab stop support
7211         (doesn't work yet).
7213         * [windows/dialog.c]
7214         Reversed order of buttons in CheckRadioButtons so that all
7215         buttons are now displayed.
7217 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7219         * [include/options.h] [misc/main.c] [windows/win.c]
7220         Removed nosaveunders option, replaced by handling
7221         the CS_SAVEBITS flag.
7223         * [windows/class.c]
7224         Modified the fix for negative size in class extra bytes to
7225         avoid modifying the caller's data.
7227         * [windows/dc.c]
7228         Bug fix: system font must be a proportional font.
7229         Fixed a bug that caused the default pen to not be selected
7230         correctly in a DC.
7232         * [windows/graphics.c]
7233         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
7234         noticing it.
7236         * [windows/painting.c]
7237         Removed incorrect selecting of default objects in BeginPaint()
7238         (no longer needed because of the fix in dc.c).
7240 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7242         * [misc/mmsystem.c]
7243         * [misc/audio.c]
7244         Add more code to interface '/dev/dsp'.
7246         * New file [misc/mcicda.c]
7247         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
7249         * New file [misc/mmaux.c]
7250         Stubs to make a future driver connected to '/dev/mixer'.
7252         * [windows/win.c]
7253         Temporary patch to CreateWindowEx() for reseting negative
7254         coordinates to 0,0 ; because 'soundrec.exe' give negative values
7255         and I need it to work on MMSYSTEM ... :-)
7257         * [miscemu/int2f.c]
7258         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
7260 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
7262         * include/comm.h
7263         New file -- some definitions that were in comm.c now need to
7264         be shared with misc/dos_fs.c
7266         * misc/comm.c
7267         Some definitions moved into include/comm.h
7269         * misc/dos_fs.c (DOS_GetEquipment):
7270         Fixed error in equipment -- bitwise or of two values should
7271         be used instead of logical or.  Also added code to correctly
7272         report the number of serial and parallel devices.
7274 ----------------------------------------------------------------------
7275 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
7277         * [objects/bitmap.c]
7278         Allow negative bitmap sizes.
7280 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
7282         * [controls/edit.c]
7283         Improved selection display.  Added processing for WM_SETFONT,
7284         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
7285         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
7286         application's local heap.
7288         * [windows/graphics.c]
7289         Corrected bug in Rectangle().  XFillRectangle has the same
7290         width as Rectangle, but XDrawRectangle is one pixel wider
7291         for the same co-ordinates.
7293         * [memory/heap.c] [include/heap.h]
7294         Added HEAP_LocalSize function.
7296         * [windows/event.c] [windows/keyboard.c]
7297         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
7298         Added supporting code to GetKeyState and GetAsyncKeyState and
7299         merged mouse button states into GetKeyboardState.
7301         * [loader/resource.c] [include/accel.h]
7302         Added recognition of SHIFT, CONTROL and ALT keys to
7303         TranslateAccelerator.
7305         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
7306         A bit more metafile support.
7308 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
7310         * [loader/resource.c]
7311         SizeofResource() and AllocResource() added, AccessResource() updated.
7313         * [if1632/kernel.spec]
7314         FreeLibrary() used for FreeModule().
7316         * [windows/graphics.c]
7317         Rectangle(): swap left & right corners when right < left,
7318         swap top & bottom when botton < top.
7320 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7322         * [controls/combo.c]
7323         Fix bug in window style of the associated listbox.
7325         * [controls/menu.c]
7326         Skip separators in keyboard navigation by using new internal 
7327                 functions SelectPrevItem() & SelectNextItem(),
7329         * [misc/profile.c]
7330         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
7331                 IntBuf must be alloc to (5+1)=6. char instead of 5.
7333         * [misc/main.c]
7334         Put code in functions SetEnvironment() & GetEnvironment().
7336         * [misc/shell.c]
7337         Start putting some code in ExtractIcon() function.
7339         * [misc/mmsystem.c]
7340         Some code for MMTimer functions & timers list.
7342         * [miscemu/int31.c]
7343         Few stubs for DPMI interrupt calls. Nothing work yet.
7345 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
7347         * include/win.h (tagWND):
7348         Added icon fields icon, hIcon and rectClientSave to 
7349         the tagWND struct.
7351         * windows/Imakefile
7352         Added icon.c to the list of files to compile
7354         * windows/dce.c (GetDCEx):
7355         Added some checks for iconic mode and pass icon window as drawable,
7356         not the real window.
7358         * windows/defwnd.c (DefWindowProc)
7359         Added PAINTICON default windows procedure.
7361         * windows/event.c (EVENT_Expose)
7362         Added check for iconic window expose. If iconic window is exposed
7363         send a WM_PAINTICON message
7365         * windows/icon.c 
7366         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
7368         * windows/mdi.c (DefMDIChildProc)
7369         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
7371         * windows/message.c (hardware_event)
7372         Looks for icon as well as window now.
7374         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
7375         Added iconify/deiconify in NC_HandleSysCommand, new function
7376         NC_DoNCPaintIcon which paints an icon.
7378         * windows/painting.c (BeginPaint)
7379         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
7380         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
7381         windows behavior.
7383         * windows/win.h (CreateWindowEx)
7384         Set the default background color of a window to be white.
7385         Create icon window, turn off MINIMIZE if it is on, since
7386         I don't know what to do with it as of yet... register
7387         the icon with the hwnd of its window so we can identify where
7388         icon messages are coming from.
7390 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
7392         * windows/event.c: Added a hack to define XPointer when using
7393         X11R4. 
7395         * toolkit/hello.c: Test application for WineLib. To compile you'll
7396         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
7397         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
7399         * toolkit/heap.c: Extended the size of the block size per chunk.
7401         * misc/stress.c (GetFreeFileHandles): Fixed typo.
7403         * misc/main.c (main): Changes to allow compilation under SunOS. 
7405         * loader/library.c: Changed some ifdefs to compile WineLib.
7407 ----------------------------------------------------------------------
7408 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
7410         * loader/selector.c (GetCurrentPDB): 
7411         Added trivial function GetCurrentPDB() which returns the program
7412         segment prefix selector.
7414         * memory/heap.c (HEAP_Free): 
7415         If free list is empty, make the freed block the free list.
7417 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
7419         * controls/edit.c (EDIT_SetTextMsg): 
7420         Do not append a newline at the end of the last line.
7422         * windows/event.c (SetCapture): 
7423         Set winHasCursor if mouse capture succeeds.
7425 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7427         * [controls/listbox.c]
7428         Fix bug in listbox : InsertString should call AddString if -1.
7430         * [controls/menu.c]
7431         New function GetMenuState().
7433         * [controls/scroll.c] [windows/nonclient.c]
7434         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
7436         * [objects/text.c]
7437         Add Stub for TabbedTextOut(), which temporarely call Textout().
7439         * [windows/keyboard.c] [windows/event.c]
7440         New function GetKeyBoardState() with an KeyStateTable array
7441                 & associated handling in function EVENT_key().
7443 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
7445         * [controls/menu.c]
7446         IsMenu() added.
7448         * [loader/library.c]
7449         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
7450         added.
7452         * [object/gdiobj.c]
7453         IsGDIObject() added.
7455         * [miscemu/int2[56].c]
7456         bugfix: both didn't leave flags pushed on 16bit-stack.
7457         (winfile gets a bit further)
7459         * [miscemu/int16.c]
7460         Added (empty).
7462 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
7463         * windows/event.c:
7464         Added code to drop redundant motion Events in the XEvent queue.
7466 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
7468         * [misc/main.c misc/message.c include/texts.h]
7469         Removed the text-constants from message.c into variables
7470         which may be changed from X-resources.
7472         * [misc/main.c misc/message.c]
7473         added <locale.h> and setlocale() to main.c, used toupper() in message.c
7475 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
7477         * controls/button.c ( [CR]B_LButton* ) 
7478         left rc.right at full window width so click on label also 
7479         activates the control (MSWin behavior)
7481 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7483         * include/windows.h:
7484           functions pointers can not be packed.
7485           (annoying warnings with forthcomming gcc-2.6.x)
7486         
7487         * loader/main.c (InitDLL): 
7488           Fixed a printf statement. (for control.exe) 
7490           (InitializeLoadedDLLs): 
7491           deleted shadow definition of  *wpnt.
7492           (Breaks many programs, because now COMMDLG will be
7493            initialized :-(
7495         * windows/win.c (SetWindowText): 
7496           added missing breaks; (PENSATE starts) 
7498         * windows/graphics.c (FloodFill): 
7499           Proper boundarys. (BANGBANG starts) FloodFile_rec should
7500           be rewritten.
7502         * objects/font.c (FONT_GetMetrics): 
7503           TYPO: use font->perchar only if it is defined. (WRITE starts)
7505 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
7506         controls/scroll.c:
7507         Fixes for improved behaviour when dragging thumb;
7508         Added SB_THUMBPOSITION message when thumb is released.
7510 ----------------------------------------------------------------------
7511 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
7513         * loader/selector.c (FixupFunctionPrologs): 
7514         New function to fixup loaded DLL function prologs.  It replaces the
7515         do nothing code with code that loads DS with the appropriate data
7516         segment for the DLL.
7518         * misc/cursor.c (LoadCursor): 
7519         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
7520         the possibility of multiple cursors in a single directory.  Also,
7521         it should check to see if the cursor is the right size.
7523         * objects/font.c (EnumFonts): 
7524         Checked for lpLogFontList[i] == NULL
7526         * objects/gdiobj.c (SetObjectOwner): 
7527         Removed stub.  Replaced with simple return in gdi.spec.  This
7528         function is not defined for the retail version of Windows.
7530         * memory/heap.c (WIN16_LocalHandleDelta): 
7531         New function.  This is really a dummy that imitates the proper
7532         return values.
7534         * loader/library.c (GetProcAddress): 
7535         Fixed definition of IS_BUILTIN_DLL() macro.
7537 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
7539         * miscemu/int21.c (SeekFile): 
7540         Needed to return current position in DX:AX.
7542         * windows/utility.c (windows_wsprintf): 
7543         Added support for '#' in format, and fixed bug with "ptr" being
7544         incremented too many times.
7546         * miscemu/int21.c (OpenExistingFile): 
7547         Add code to handle opening files read-only and write-only.
7549         * loader/wine.c:
7550         Segment fixups now done in LoadImage instead of _WinMain.  This
7551         is necessary to support LoadLibrary().
7553 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
7555         * [loader/*]
7556                 - fixed: GetModuleHandle() sometimes returned
7557                   a wrong handle.
7558                 - don't init dlls when cs == 0 (lzexpand, doesn't
7559                   seem to have a init function)
7560                 - LoadLibrary & LoadImage now return error instead
7561                   of stopping wine.
7562                 - moved most of NE-functions into one file.
7563                 - LoadLibrary() uses w_files list instead of its
7564                   own list.
7565                 - NE exectables are now fixed-up and initialised when
7566                   loaded instead of only once before calling InitTask.
7568         * [miscemu/int15.c] [miscemu/int31.c]
7569         Added.  
7571         * [loader/selector.c]
7572         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
7574         * [misc/main.c]
7575         Stub added for IsRomModule().
7577         * [miscemu/int21.c]
7578         Some cleanup, added heap for returning data.
7580 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7582         * [tools/build.c]
7583         Change MAX_ORDINALS     define to higher value, 1299 entries.
7584         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
7586         * [windows/utility.c]
7587         Bug fix in windows_wsprintf(), (twice increments ...).
7589         * [windows/winpos.c]
7590         Bug fix in SetWindowPos(), redraw was done if flag
7591                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
7593         * [misc/message.c] [controls/combo.c]
7594         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
7596         * [windows/win.c]
7597         In CreateWindowEx(), do SetMenu() calls after window creation,
7598                 just before sending to WM_NCCALCSIZE.
7600         * [controls/menu.c]
7601         In function SetMenu(), now use SetWindowPos() with 
7602                 flags SWP_FRAMECHANGED to readjust menu area.
7603         Function MenuBarCalcSize() redone.
7605 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
7607         * [objects/text.c]
7608         Fixed problems associated with DT_WORDBREAK flag.  String length
7609         was not being properly decremented when lines were folded, and
7610         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
7611         both on in addition to DT_WORDBREAK.  Windows does wrapping in
7612         this case, and now so does wine.
7614 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
7616         * [edit.c]
7617         cp1 was uninitialized iff lineno == 0
7619         *  FindFile tests for existance of file even if a full
7620            filename was supplied. What about unix file names?
7622         * [controls/listbox ]
7623         wndPtr was uninitialized for LB_SETTOPINDEX
7625         * [misc/property.c]     
7626         Do not free lpProp. Is it really allocated by malloc?
7627         {edited by Bob Amstadt: changed free() to GlobalFree()}
7629 ----------------------------------------------------------------------
7630 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
7632         * miscemu/int21.c (OpenExistingFile): 
7633         OpenExistingFile needed to return handle in AX register instead
7634         of the BX register.
7636         * miscemu/int21.c (ioctlGetDeviceInfo): 
7637         Added a little code to give a fake result for normal files.
7639 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
7641         * [memory/global.c]
7642         return value from GlobalSize was completely wrong.
7644         * [miscemu/int21.h]
7645         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
7646         dta correctly.
7648         * [tools/build.c]
7649         fixed creation of pop.h to guarantee that flags are restored correctly.
7651         * [misc/comm.c]
7652         changed all occurance of strncmp() to strncasecmp().
7653         BuildCommDCB() should not require that OpenComm() be called first.
7655         * [loader/selector.c]
7656         Heap initialized to size of full segment less stack size and 
7657         automatic data size.
7659 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
7661         * [controls/listbox.c]
7662         Correct typos in ListBoxResetContent where lpls variable is
7663         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
7664         twice on the same handle if hData and hMem are the same.
7666         * [debugger/opcodes/i386-dis.c]
7667         Add new name array names_rmw for table driven decoding of the
7668         16-bit mod/rm field.  Omit large case statement in OP_E and
7669         replace with array reference to match existing coding style.
7670         Add new static variable machine with value 286 or 386 to
7671         correctly decode mod/rm field in either 16 or 32 bit modes.
7672         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
7673         to decode mod/rm.  While the code was correct for 16 bit code,
7674         it was improperly decoding mod/rm fields on word prefixed
7675         32 bit instructions.
7677         * [debugger/debug.l]
7678         Recognize new token ABORT.   Recognize single letters 'p'
7679         and 'q' as tokens.
7681         * [debugger/dbg.y]
7682         Add new token ABORT.  Allow print command to be invoked by
7683         'p' and quit command by 'q', ala GDB.  Change lots of '};'
7684         to just '}'.  Add static dummy_regs to wine_debug so that
7685         wine_debug(0, NULL) doesn't core dump with qmagic.
7687         * [debugger/info.c]
7688         Correct syntax of break command in helptext and omit former
7689         comment about probable bugginess of the disassembly since it
7690         is now correct.  Change fprintf of first backtrace stack
7691         frame to match that of the second and subsequent frames.
7693         * [loader/selector.c]
7694         Change construction of command line in CreatePSP from creating
7695         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
7696         PSP command line looks like " arg1 arg2\r" with the length not
7697         including the trailing "\r" but that is not how Windows does it.
7699         * [loader/library.c]
7700         Change uses of %s to print strings in GetModuleHandle to %x so
7701         that string IDs don't cause a core dump with qmagic.  Handle
7702         converting a string id to a literal module handle.  For
7703         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
7704         it is a real module handle.
7706         * [misc/message.c]
7707         In MessageBox, translate a NULL title argument to the string "Error".
7709         * [misc/profile.c]
7710         In GetSetProfile translate a NULL Default argument to "".  Any
7711         caller whose Default argument is NULL is buggy, but CHARMAP does it
7712         anyway.
7714         * [objects/font.c]
7715         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
7717 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
7719         * New options/resourses nosaveunders and nobackingstore.  By 
7720         default backingstore and saveunders are now enabled, these use 
7721         more memory but avoids those slow (sometimes multiple) redraws 
7722         caused be exposure events.
7724 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7726         * [misc/driver.c] New file
7727         Skeleton for 'Installable Wine Drivers' functions. :-)
7728         * [misc/audio.c] New file
7729         Skeleton for basic 'Audio Driver' functions.
7730         * [misc/network.c] New file
7731         Stubs for few networking functions.
7733         * [misc/mmsystem.c]
7734         More coding ... a dust in a galaxy ...
7735         * [misc/shell.c]
7736         Some coding for 'RegXXX' functions ... a dust in the wind ...
7738         * [misc/profile.c]
7739         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
7741         * [objects/gdi.c]
7742         New function CreateDiscardableBitmap(), it just calling 
7743         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
7745         * [controls/listbox.c]
7746         * [controls/combo.c]
7747         New font member assigned to SYSTEM_FONT as default.
7748         Added processing for WM_SETFONT message;
7751 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
7753         * [windows/event.c]
7754         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
7756         * [windows/keyboard.c]
7757         Implemented beginning of GetAsyncKeyState.
7759 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
7761         * [objects/metafile.c] [include/metafile.h]
7762           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
7763           [windows/dc.c]
7764         Further metafile support.
7766 ----------------------------------------------------------------------
7767 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
7769         * [loader/selector.c]
7770         Allocate heap and stack segments as 64k.
7772 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
7774         * [loader/selector.c]
7775         Correct typos where memcpy is used instead of memset.
7777         * [loader/resource.c]
7778         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
7779         by calculating the value when the bitmap is not compressed.
7781         * [miscemu/int21.c]
7782         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
7784         * [loader/resource.c]
7785         New function type_match to handle string resource types as
7786         well as IDs.  In addition, compare only low 4 bits of type_id
7787         when both numbers are IDs so that 0x0002 matches 0x8002.
7788         In FindResourceByNumber and FindResourceByName use type_match
7789         instead of comparing numbers.  In FindResource handle the
7790         "#number" syntax and empty strings in both the resource and
7791         type names.
7793 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
7795         * [windows/dialog.c]
7796         Fix inadvertent printing of string IDs as strings.
7798 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7800         * [controls/menu.c]
7801         New functions GetMenuItemCount(), GetMenuItemID().
7802                 GetMenuString() & HiliteMenuItem().
7803         Bug fix in CheckMenuItem().
7804         Function SetMenu() now make client area recalc if menu removed.
7806         * [windows/winpos.c]
7807         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
7808                 windows with initial width or height equal zero.
7810         * [objects/gdiobj.c]
7811         New function EnumObjects(), using new lpPenBrushList buildup
7812                 from calls to new function GDI_AppendToPenBrushList().
7813                 ('pbrush.exe' don't show its face yet ! ... :-( )
7814         New EMPTY STUB for function SetObjectOwner(),
7815                 ('mplayer.exe' call it via GetProcAddress() ...)
7817         * [objects/font.c]
7818         New internal functions ParseFontParms() & InitFontsList().
7819         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
7820         FONT_MatchFont now make retries to find closest-smallest font.
7821                 ('charmap.exe' can now show the differents fonts available)
7823         * [windows/nonclient.c]
7824         Use small dos OBM_OLD_CLOSE button for MDI windows.
7826         * [windows/graphics.c] [objects/bitmap.c]
7827         Start to remove obsolete globals such XT_screen ...
7829         * [loader/library.c]
7830         Make function GetProcAddress() working also with builtin DLLs.
7832 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
7834         * [if1632/system.spec] [if1632/toolhelp.spec]
7835         system.dll & toolhelp.dll added.
7837         * [loader/library.c]
7838         Modified GetModuleFileName() to return the full
7839         filename.
7840         Added a check to LoadLibrary() to prevent loading
7841         built in dlls. (eg. user.exe)
7842         Added a check to FreeLibrary() to prevent built-in
7843         dlls from being freed.
7844         Modified GetProcAddress() to support builtin dlls.
7846         * [loader/signal.c] [miscemu/int2f.c]
7847         Added => pifedit runs.
7849         * [misc/dos_fs.c]
7850         Added a NULL-ptr check to DOS_closedir().
7852 ----------------------------------------------------------------------
7853 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
7855         * [windows/dce.c]
7856         Fixed bug with dce initialization that was causing dialog boxes to not
7857         be displayed.
7859         * [if1632/callback.c]
7860         Better fix for bug found by Martin.
7862 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
7864         * [ memory/heap.c ]
7865         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
7867 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7869         * [objects/font.c]
7870         Make EnumFonts() calling a callback with dummy fonts ... :-)
7872         * [objects/text.c]
7873         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
7875         * [if1632/callback.c]
7876         Temporarely go around bug in CallWindowProc(), you will see printfs.
7878         * [controls/edit.c]
7879         Make EDIT controls focused by a mouse click.
7881         * [misc/property.c]
7882         Bug Fix in function EnumProps(), better use of CallBack16().
7884         * [misc/mmsystem.c]
7885         Basic Skelton's for MCI messages dispatching function.
7887 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
7889         * [windows/utility.c]
7890         Added windows_wsprintf() for the emulator, wsprintf() is
7891         for libwine.
7893 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
7895         * [misc/cursor.c]
7896         Fix pointer problems in LoadCursor leading to heap corruption.
7898         *  [ controls/menu.c ]
7899         Fix two NULL dereferencing bugs.
7901 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
7903         * [objects/font.c]
7904         Fix NULL pointer dereferencing bug in GetCharWidth.
7906         * [loader/resource.c]
7907         Fix under-allocation of memory in LoadAccelerators.
7909         * [windows/class.c]
7910         Ignore negative sizes for extra fields in RegisterClass.
7912 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
7914         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
7915           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
7916           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
7917           [windows/dc.c] [windows/mapping.c]
7918         Beginnings of metafile support.
7920         * [misc/file.c]
7921         Corrected spelling of _lcreat.
7923         * [controls/edit.c]
7924         Minor bug fixes.
7925 ----------------------------------------------------------------------
7926 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7928         * [controls/scroll.c]
7929         Make thumbtrack button disappear if scroll box ratio < 3:1.
7930         Make arrow buttons rectangular if scroll box ratio < 2:1.
7931         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
7932                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
7933         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
7935         * [loader/library.c] [loader/task.c] [misc/exec.c]
7936         Continue playing around trying to get a second task running.
7938         * [windows/mdi.c]
7939         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
7941         * [everywhere]
7942         Adding previous works of the Apr 25, 94.
7944 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
7946         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
7947         Added Martin's mmsystem.dll stubs.
7949         * [misc/sound.c]
7950         Added remaining stubs for sound.dll.
7952         * [if1632/shell.spec] [misc/shell.c]
7953         Fixed prototypes (I found them in BC 4) and added ShellAbout()
7954         and AboutDlgProc().
7956 ----------------------------------------------------------------------
7957 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7959         * [loader/signal.c]
7960         Add XUngrabPointer() & XUngrabServer() in wine_fault().
7962 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
7964         * [objects/bitblt.c]
7965         color_stretch() rewritten to use ints only. *fast!*
7966         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
7967         use color_stretch().
7969 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
7971         * [controls/menu.c]
7972         SetSysMenu() added.
7974         * [misc/cursor.c]
7975         GetCursor() added.
7977         * [misc/main.c]
7978         SwapMouseButton() added, (NOP).
7980         * [windows/win.c]
7981         GetDesktopHwnd() added.
7983         * [if1632/*spec]
7984         Added not implemented functions defs as comment.
7986         * [misc/winsocket.c]
7987         Change WSAGetXbyY() functions to non-blocking ones,
7988         Added WSAAsyncSelect(). 
7989         (WSA functions can't be canceled yet).
7991 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
7993         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
7994         path when given a simple file name.  Fixed GetSetProfile to allow
7995         enumerating all key names when KeyName is null.
7997 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7999         * [objects/bitblt.c]
8000         Add protection to BitBlt() & StretchBlt() for width or height = 0.
8002         * [windows/nonclient.c]
8003         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
8004         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
8006         * [windows/win.c]
8007         CreateWindowEx() & DestroyWindow() now call respectively
8008                 AddWindowToTask() & RemoveWindowFromTask().
8009         New empty stub for function AnyPopup().
8011         * [loader/library.c]
8012         Bug Fix : GetModuleFileName() now return full path filename.
8014         * [include/menu.h] [controls/menu.c]
8015         Add hText handle and remove obsolete MENUITEM struct members.
8016         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
8017         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
8019         * [misc/file.c]
8020         GetTempFilename() now create a file.
8021         _lcreate() use unix open (name, mode, perm), with perm=O666.
8023         * [if1632/relay.c]
8024         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
8026         * New file [misc/mmsystem.c]
8027         * New file [include/mmsystem.h]
8028         * New file [if1632/mmsystem.spec]
8029         Many, many empty stubs ... :-)
8031 ----------------------------------------------------------------------
8033 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
8035         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
8036         Fixed bug for non-Linux systems.
8038 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8040         * [windows/win.c]
8041         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
8042         New empty stub for function SetSysModalWindow().
8044         * [misc/exec.c]
8045         New empty stub for function ExitWindows().
8047         * [objects/font.c]
8048         New empty stub for function EnumFonts().
8050         * New file [misc/property.c]
8051         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
8053         * New file [misc/shell.c]
8054         New empty stubs for function RegisterShellProc(), 
8055                         ShellExecute() & ShellProc().
8057         * New files [loader/task.c] & [include/task.h]
8058         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
8059                 from 'loader/library.c'.
8061         * [if1632/user.c] [if1632/kernel.c]
8062         Put Atoms functions entries.
8064         * [controls/combo.c]
8065         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
8067         * [controls/listbox.c]
8068         New functions DirDlgSelect() & DirDlgList().
8070 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
8072         * [objects/test.c]
8073         GrayString() added.
8075         * [if1632/callback.c]
8076         CallGrayStringProc() added.
8078         * [if1632/relay.c] [if1632/mmsystem.spec]
8079         Added.
8081         * [if1632/kernel.spec] [if1632/user.spec]
8082         Added forgotten specs for atom functions.
8084 ----------------------------------------------------------------------
8085 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
8087         * misc/spy.c (SpyInit): Added more message types
8089         * [windows/mdi.c] [include/mdi.h]
8090         Maximizing and restoring child windows.
8091         Tiling of child windows.
8093 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8095         * [windows/winpos.c]
8096         Revert focus and activation to previous window when hiding a window.
8098         * [windows/syscolor.c]
8099         Implemented system color objects (brushes and pens created at
8100         SetSysColor() time for better performance).
8102         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
8103         Changed painting code to use system color objects.
8105         * [windows/message.c]
8106         New function MSG_InternalGetMessage() for internal messages
8107         loops (e.g. for dialogs or menus).
8109         * [windows/hook.c] [include/hook.h]  (New files)
8110         Beginning of the window hooks implementation.
8112         * [windows/dialog.c]
8113         Use new function MSG_InternalGetMessage() in DialogBox().
8115         * [if1632/callback.c]
8116         Added function CallHookProc().
8118 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8120         * [windows/event.c]
8121         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
8123         * [misc/exec.c]
8124         Nothing much more than a stub for LoadModule(), I saw there a lot
8125                 to be done in that corner, I will come back later ...
8127         * [loader/library.c]
8128         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
8129                         and associated modules & tasks linked-lists.
8130         (it's only an 'emerging bud', more to come next weeks).
8132         * [loader/wine.c]
8133         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
8135         * [control/menu.c]
8136         You can now click outside menu region without problem.
8137         Keyboard navig more smootly, even if a child has the focus.
8138         Bug fix in InsertItem(), (bad linklist when insert point not found).
8139         change Realloc for Free & Alloc in ModifyItem().
8140         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
8141                 done by DrawText(), (maybe it should done in DrawText() itself ?).
8143 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
8145         * [misc/profile.c]
8146         .INI files will now be stored in / loaded from the windows dir
8147         if no path is supplied.
8149         * [if1632/kernel.spec]
8150         Fixed GetDriveType's prototype.
8152         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
8153         Fixed prototypes: winsock uses a word as socket handle not an int.
8155         * [misc/winsocket.c]
8156         Added heap allocation for returned structures.
8157         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
8159         * [loader/wine.c]
8160         Added IsDLLLoaded(), used in LoadImage() to prevent loading
8161         a dll multiple times.
8162         Directory is added to wine's path when a fullpath is supplied when
8163         starting wine.
8164         LoadImage(): DLL filename used instead DLL's own internal name,
8165         fixes 'Bad DLL name' errors.
8167 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
8169         * [controls/edit.c] [controls/widgets.c]
8170         First release of edit control.
8172 ----------------------------------------------------------------------
8173 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
8175         * [include/mdi.h] [windows/mdi.c]
8176         Use WM_PARENTNOTIFY messages to activate children.
8177         Generate WM_CHILDACTIVATE messages.
8178         Beginnings handler for maxmized child window.
8179         Clean up when children are destroyed.
8181         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
8182         Removed code add 94/03/26.
8184 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8186         * [control/menu.c]
8187         Make mouse menu navigation working again. :-))
8188         (be carefull, clicking outside menus (ie.: clientrect) 
8189         not resolved yet)
8191         * [windows/nonclient.c]  [controls/scroll.c]
8192         Bugs fix in NCTrackScrollBars().
8194         * [misc/dos_fs.c]
8195         Bug fix in 'ToDos()' in conversion for '/',
8196                 (example: '/window/' was translated to 'WINDOWs').
8198         * [miscemu/int21.c]
8199         Function ChangeDir() extract possible drive before DOS_ChangeDir().
8201         * [loader/library.c]  [loader/wine.c]
8202         Playing around moving function GetProcAddress() and put some code in.
8204 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
8206         * [misc/main.c]
8207         Better explanation of command-line options.
8209         * [objects/dib.c]
8210         Implemented SetDIBitsToDevice().
8212         * [windows/dc.c]
8213         Bug fix in SetDCState().
8215         * [windows/event.c]
8216         Removed WS_DISABLED handling (now done in message.c).
8218         * [windows/message.c]
8219         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
8220         Use WindowFromPoint() to find the window for mouse events, taking
8221         into account disabled windows.
8223         * [windows/painting.c]
8224         Bug fix in BeginPaint() to allow calling it at other times than
8225         on WM_PAINT (Solitaire needs it...)
8227         * [windows/win.c]
8228         Implemented FindWindow().
8229         Rewritten EnableWindow() to behave more like Windows.
8231         * [windows/winpos.c]
8232         Rewritten WindowFromPoint() to also search child windows.
8234 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
8236         * [include/int21.h] -> [msdos.h]
8237         renamed.
8239         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
8240         new, added for int 10, 25 and 26.
8242         * [miscemu/ioports.c]
8243         new, added to allow win apps to use ioports.
8245         * [loader/signal.c]
8246         Added support for in, inb, out, outb instructions.
8248 ----------------------------------------------------------------------
8249 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
8251         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
8253 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
8255         * [windows/mdi.c]
8256         Window list properly updated.
8258         * [windows/message.c]
8259         Call WINPOS_ChildActivate() when mouse pressed.
8261         * [windows/nonclient.c]
8262         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
8263         NC_HandleNCPaint().
8265         * [windows/winpos.c]
8266         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
8268 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
8270         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
8271         (DeleteMenu): Many bug fixes.
8273         * [controls/menu.c]
8274         Created function FindMenuItem().
8276 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
8278         * [windows/win.c]
8279         Removed incorrect MDI handling code from CreateWindowEx().
8281         * [controls/menu.c]
8282         MF_STRING items needed to allocate a private copy of string.
8284         * [controls/menu.c]
8285         Fixed buggy calls to GlobalFree().
8287         * [memory/global.c]
8288         Eliminated some redundant code with function call.
8290 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
8292         * [windows/timer.c]
8293         timer list pointers looped in InsertTimer
8295 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
8297         * [misc/cursor.c]
8298         A few changes for desktop window support.
8300         * [misc/main.c]
8301         Added -depth option.
8303         * [misc/rect.c]
8304         Yet another bug fix in SubtractRect().
8306         * [objects/bitmap.c]
8307         Changes to use only one depth (specified with -depth)
8308         for color bitmaps.
8310         * [objects/brush.c]
8311         Added support for dithered solid brushes.
8313         * [objects/color.c]
8314         Use the same 20 system colors as in Windows.
8315         System palette initialisation now done in COLOR_InitPalette().
8316         Added support for a color mapping table to map logical color
8317         indexes to X colormap entries.
8318         Implemented GetNearestColor() and RealizeDefaultPalette().
8320         * [objects/dib.c]
8321         Added support for color mapping table.
8323         * [objects/dither.c]  (New file)
8324         Implemented solid color dithering.
8326         * [objects/palette.c]
8327         Implemented GetSystemPaletteEntries() and SelectPalette().
8329         * [windows/class.c]
8330         Make a copy of the menu name in RegisterClass().
8332         * [windows/dc.c]
8333         Fixed device caps when using a desktop window.
8334         Added support for the color mapping table in DCs.
8336         * [windows/event.c]
8337         Added ConfigureNotify handler on desktop window.
8339         * [windows/message.c]
8340         Removed call to XTranslateCoordinates() on every mouse motion
8341         New function MSG_Synchronize() to synchronize with the X server.
8343         * [windows/syscolor.c]
8344         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
8346         * [windows/winpos.c]
8347         Added synchronization on window mapping. Solves the double redraw
8348         problem when starting Solitaire.
8350 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8352         * [control/menu.c]      * [windows/defwnd.c]
8353         Make keyboard navigation working with menubar,
8354         but temporarely inserted a bug in menubar mouse handling ... :-((
8355         (it will be fix next week !)
8357         * [windows/defwnd.c]
8358         Connect VK_MENU to menubar navigation.
8360         * [loader/library.c]
8361         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
8363 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
8365         * [misc/main.c]
8366         Added Copy(). Added a check for `-h' to show usage.
8368         * [misc/dos_fs.c]
8369         Fixed bug in FindFile(), to load directories as dlls.
8371         * [misc/dos_fs.c]
8372         Fixed ToUnix() and ToDos() again, as my previous patch
8373         didn't make it.
8375         * [misc/dos_fs.c] [miscemu/int21.c]
8376         Bug fixes, should be able to handle all winfile and progman int21
8377         requests now except for a few small things.
8379 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
8381         * [memory/heap.c]
8382         Implemented GetFreeSystemResources().
8384 ----------------------------------------------------------------------
8385 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
8387         * controls/menu.c (GetSubMenu): Function did not return correct value
8389         * [windows/mdi.c]
8390         Beginnings of menu handling.
8392 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
8394         * [objects/font.c]
8395         if font.width equals zero use asterix instead.
8397 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8399         * [objects/bitmap.c]
8400         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
8402         * [objects/brush.c]
8403         Some changes with pattern brushes because of the new bitmap code.
8405         * [objects/color.c]
8406         Added function COLOR_ToPhysical for better color mapping.
8408         * [objects/dib.c]
8409         Heavily optimized SetDIBits().
8411         * [windows/dc.c]
8412         Opimized SetDCState() and DC_SetupGC*() functions.
8413         Added stub for CreateIC().
8415 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8417         * [misc/message.c]
8418         Call SetFocus() after closing box to give back focus to previous owner.
8420         * [misc/files.c]
8421         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
8423         * [control/scroll.c]
8424         Calls to BitBlt() replace by StretchBlt().
8426         * [control/menu.c]
8427         Call SetFocus() to previous owner after closing Popups. 
8428         Fill stub DeleteMenu().
8430         * [control/listbox.c]
8431         * [control/combo.c]
8432         Use SetFocus() in WM_LBUTTONDOWN.
8433         Close ComboBox List upon WM_KILLFOCUS.
8434         Early development of WM_MEASUREITEM mecanism.
8436         * [windows/defwnd.c]
8437         Early development of WM_MEASUREITEM mecanism.
8439 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
8441         * [misc/atom.c]
8442         Fixed sintaxis problem when building the library.
8444 ----------------------------------------------------------------------
8445 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
8447         * [include/windows.h]
8448         Added message types and structures for MDI
8450         * [include/mdi.h]
8451         Created internal structures for handling MDI
8453         * [windows/mdi.c]
8454         Began creating MDI support
8456 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
8458         * [loader/wine.c] [include/wine.h]
8459         Added new field to "struct w_files" to hold the "name table"
8460         resource for Windows 3.0 programs
8462         * [loader/resource.c]
8463         Added code to handle programs with a "name table" resource.
8464         LoadResourceByName() modified to check for the existence of
8465         this resource.
8467 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8469         * [objects/color.c]
8470         Added installing the private colormap on the desktop window.
8472         * [windows/event.c]
8473         Cleaned up focus event handling (see focus.c).
8474         Use GetFocus() to direct key events to the correct window.
8476         * [windows/focus.c]
8477         Rewritten SetFocus() to:
8478         - only set X focus on top-level windows
8479         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
8480         - prevent setting focus to disabled windows
8481         - install private colormap so -privatemap option works again
8483         * [windows/message.c] [windows/timer.c]
8484         Changed timer management to no longer use PostMessage(), but
8485         to generate timer messages on the fly. Also fixed a related bug
8486         in GetMessage() which could cause busy-waiting.
8488         * [windows/win.c]
8489         Only select focus events on top-level windows.
8491         * [windows/winpos.c]
8492         Added some sanity checks for desktop window.
8494 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
8496         * [misc/dos_fs.c]
8497         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
8498         Support for tilde symbol added for rootdirectories in [drives]
8499         section of wine's configfile.
8501         * [misc/file.c]
8502         hread(), hwrite() added.
8504         * [misc/main.c]
8505         hmemcpy() added.
8507         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
8508         Added STRESS.DLL, an useless dll used to stress a windows system.
8510         * [*/*]
8511         Added missing #includes, fixed prototypes for prototype checking.
8513         * [include/prototypes.h]
8515         Added prototypes for loader/*c, if1632/*c.
8517 ----------------------------------------------------------------------
8518 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
8520         * [Configure]
8521         Added reminder to set WINEPATH, if it is not set.
8523         * [Imakefile]
8524         Removed #elif's
8526         * [controls/button.c]
8527         Added BN_CLICKED notification for owner-draw buttons.
8529         * [if1632/kernel.spec] [memory/heap.c]
8530         Changed Local* functions to WIN16_Local* to prevent unconcious use
8531         of these functions.
8533         * [if1632/relay.c]
8534         Push old Stack16Frame on stack before setting.
8536         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
8537         Added multiple local heap handling in Atom* functions.
8539         * [include/regfunc.h] [miscemu/int21.c]
8540         Rewrote DOS3Call() use context frame that is already on the stack.
8542         * [misc/profile.c]
8543         Fixed to allow leading ";" to mark comments.
8545         * [misc/spy.c]
8546         Fixed bugs and added support for "include" and "exclude" filters.
8548         * [misc/user.c]
8549         Rearranged calls in InitApp().
8551         * [misc/font.c]
8552         Fixed font handling to create system fonts, if they are used.
8554         * [windows/dc.c]
8555         If text drawn on window with no font specified, then default the
8556         font to the system font.
8558 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8560         * [controls/desktop.c]
8561         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
8562         Implemented SetDeskPattern().
8564         * [misc/main.c]
8565         Added -desktop option to get a large desktop window with
8566         everything inside it.
8567         Added -name option.
8569         * [misc/rect.c]
8570         Bug fix in SubtractRect().
8572         * [objects/*.c]
8573         Replaced the DefaultRootWindow() macro by the rootWindow variable.
8575         * [windows/event.c] [windows/message.c]
8576           [windows/nonclient.c] [windows/win.c]
8577         A few changes to accomodate the new desktop window.
8579  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
8581         * [toolkit/arch.c] --New file-- 
8582         Routines for converting little endian data structures to
8583         big-endian data structures, currently only BITMAP structures are 
8584         converted.
8586         * [misc/atom.c]
8587         When used as part of the WineLib, the code is much simpler.
8588         Doesn't depend on alignement.
8590         * [loader/wine.c]
8591         Ifdefed Emulator dependent code if compiling WineLib.
8593         * [loader/resource.c]
8594         Moved misc/resource.c to loader/resource.c.
8596         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
8597         Ifdefed whole code if compiling WINELIB.
8599         * [include/winsock.h]
8600         Added compilation define to allow compilation on SunOS.
8602         * [include/wine.h]
8603         Removed load_typeinfo and load_nameinfo prototypes, they belong
8604         to neexe.h
8606         * [include/neexe.h]
8607         Added load_typeinfo and load_nameinfo prototypes.
8609         * [include/arch.h]
8610         Fixed some bugs in the conversion routines.
8611         Added macros for Bitmap loading.
8613 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
8614         
8615         * [if1632/kernel.spec] [memory/global.c]
8616         Implemented GetFreeSpace()
8618         * [if1632/user.spec] [loader/resource.c]
8619         Implemented CreateIcon()
8621 ----------------------------------------------------------------------
8622 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
8624         * [Configure] [*/Imakefile]
8625         Created configure script to handle different types of Wine builds.
8627         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
8628         Added ability to compile Wine on systems with 14-char filename limit.
8630         * [if1632/relay.c] [include/options.h] [misc/main.c]
8631         Added -relaydbg option to command line if DEBUG_RELAY is defined.
8633         * [loader/selector.c]
8634         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
8636         * [memory/heap.c]
8637         Fixed LocalInit() to work correctly.
8639         * [misc/user.c]
8640         Added code to call loaded DLLs' initialization routines.
8642 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8644         * [windows/dce.c]
8645         Added clipping of child windows by their parent's client area.
8647         * [windows/nonclient.c]
8648         Bug fix in NC_DoNCPaint().
8650         * [windows/painting.c]
8651         Bug fix in RedrawWindow().
8653 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8655         * [mem/atom.c]
8656         Bug fix again in ATOM_DeleteAtom() : 
8657                 change LocalFree() by USER_HEAP_FREE().
8658         (Previous patch done Feb 13th had been lost)
8660         * [controls/scroll.c]
8661         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
8663         * [windows/class.c] (sorry Alex ...)
8664         There was no bug there "in RegisterClass() : 
8665                 WNDCLASS->lpszClassName was reset to NULL."
8666                               ^^^^^
8668         * [misc/clipboard.c]    --- New File ---
8669         New function EnumClipboardFormats().
8670         New function OpenClipboard().
8671         New function CloseClipboard().
8672         New function EmptyClipboard().
8673         New function GetClipboardOwner().
8674         New function GetClipboardViewer().
8675         New function CountClipboardFormats().
8676         New function IsClipboardFormatAvailable().
8677         New function OpenClipboard().
8678         New function GetClipboardData().
8679         New function SetClipboardViewer().
8680         New function EnumClipboardFormats().
8681         New function RegisterClipboardFormat().
8682         New function ChangeClipboardChain().
8683         New function SetClipboardData().
8684         New function GetOpenClipboardWindow().
8685         New function GetPriorityClipboardFormat().
8686         New function GetClipboardFormatName().
8688 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
8690         * [misc/comm.c]
8691         bugfix in OpenComm().
8693 ----------------------------------------------------------------------
8694 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
8696         * [include/winsock.h]
8697         The sockproto struct is already defined in <sys/socket.h>
8699         * [misc/winsock.c]
8700         Need to include <netinet/in.h> for struct in-addr.
8701         Use sys_errlist[] instead of strerror[].
8703         *[toolkit/heap.c]
8704         ANSI C specifies that the malloc functions are defined in stdlib.h,
8705           so we don't need to include malloc.h.
8707         *[loader/ldtlib.c]
8708         Print informative error message about probable cause of i386_set_ldt()
8709           failure and then exit.
8711         *[Imakefile]
8712         For systems that don't use gmake by default, set the MAKE variable
8713           to gmake and propagate it on recursive makes.
8714         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
8715           can be built with the FreeBSD 1.0.2 compiler.
8717 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
8719         * [objects/bitblt.c]
8720         Added in three functions to do stretching and compression
8721         for WHITEONBLACK, BLACKONWHITE, and color copies.
8723 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
8725         * [windows/graphics.c]
8726         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
8727         inefficent, but should suffice for now.
8729         * [include/windows.h]
8730         Changed the x,y paramaters for the FloodFill prototype 
8731         from ints to shorts
8733 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8735         * [windows/widgets.c]
8736         Added desktop window class.
8738         * [windows/painting.c]
8739         Bug fix in RedrawWindow().
8740         Implemented ExcludeUpdateRgn().
8742         * [windows/win.c] [windows/winpos.c]
8743         Implemented desktop window.
8745         * [controls/desktop.c]
8746         Preliminary desktop window procedure.
8748 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8750         * [controls/menu.c]
8751         New function LoadMenuIndirect().
8752         New function GetMenuCheckMarkDimensions().
8754         * [if1632/user.spec]
8755         Entry for DefDlgProc().
8757         * [windows/class.c]
8758         Fix bug in RegisterClass() : 
8759                 WNDCLASS->lpszMenuName was reset to NULL.
8761         * [windows/win.c]
8762         In CreateWindowEx(), if hMenu == 0 then use 
8763                 wndclass->lpszMenuName to load Menu from resource;
8765 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
8767         * [loader/library.c] [loader/wine.c]
8768         Fixed runing DLL's as main executable problem.
8770         * [misc/dos_fs.c]
8771         Added wildcard support in DOS_readdir().
8773         * [misc/winsocket.c]
8774         Added proper error handling of BSD winsocket functions.
8776         * [miscemu/int21.c]
8777         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
8779         * [main/main.c]
8780         Added functions for GetVersion, GetWinFlags and GetTimerResolution
8781         for libwine.a, SystemParametersInfo() partly implemented.
8783 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
8785         * [toolkit/winmain.c]
8786         Added _WinMain function. Setups the library (calls USER_InitApp).
8788         * [toolkit/sup.c]
8789         Added load_mz_header, load_ne_header, load_type_info and
8790         load_name_info functions.
8792         * [toolkit/heap.c] 
8793         Code cleanup. 
8795         * [misc/user.c]
8796         Moved from loader/misc.c. I hope to put back all the loader
8797         functions in the ~loader subdirectory in the future. CUrrently is
8798         needed since it has USER_InitApp.
8800         * [misc/resource.c]
8801         Since WineLib will probably need DLLs (currently it needs
8802         Sysres.dll). WineLib will be using much code of the loader again.
8803         So I removed some ifdefs that were used by WineLib.
8805         Added load_typeinfo and load_nameinfo (and the corresponding
8806         functions in [toolkit/sup.c]
8808         Added integer convertion functions in the needed places.
8810         Added very ugly patch (includes wine.c). In the next release I
8811         plan to move back all the loader routines to ~/loader. In the
8812         meantime I needed this patch. It doesn't affect any of the
8813         emulator code (its ifdefed for WineLib).
8815         * [misc/main.c]
8816         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
8817         Ifdefed argument number checking when compiling the library.
8819         * [loader/wine.c]
8820         Modified to use load_(mz|ne)_header instead of doing a direct
8821         read.  When compiling the emulator it still uses the direct read
8822         for performance. 
8824         * [include/wine.h]
8825         Prototypes for loading routines.
8827         * [include/class.h]
8828         Added WINE_PACKED macro instead of __attribute__ ((packed))
8830         * [include/arch.h]
8831         Macros for converting integers (Little endian to big-endian).
8832         Needed in the Sun to allow loading of DLL files.
8834 ----------------------------------------------------------------------
8835 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8837         * [windows/clipping.c]
8838         Moved everything into windows/painting.c and removed this file.
8840         * [windows/message.c]
8841         Removed calls to memmove() in MSG_RemoveMsg().
8843         * [windows/nonclient.c]
8844         Added WM_GETMINMAXINFO support for window resizing.
8846         * [windows/painting.c]
8847         Implemented RedrawWindow().
8849         * [windows/scroll.c]
8850         Bug fix in ScrollWindowEx().
8852         * [windows/win.c]
8853         Moved UpdateWindow() to windows/painting.c.
8855 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
8856         
8857         * [loader/wine.c] [misc/dos_fs.c]
8858         getenv() eq NULL bugfixes.
8860         * [misc/comm.c]
8861         cfmakeraw changed for SunOS.
8863 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8865         * [mem/atom.c]
8866         Bug fix in ATOM_DeleteAtom() : 
8867                 change LocalFree() by USER_HEAP_FREE().
8869         * [misc/message.c]
8870         New function FatalAppExit().
8872         * [objects/font.c]
8873         New empty stub SetMapperFlags().
8875         * [controls/menu.c]
8876         Better CheckMark & other bitmaps placement.
8878         * [windows/graphics.c]
8879         New function RoundRect() : calc.exe now working...
8881 Tue Feb 15 14:29:37 1994  John Richardson
8883         * [objects/bitblt.c]
8884         Fixed StretchBlt so it works quicker and faster.  It still doesn't
8885         use the StretchMode bits for bitmap compression, but that will
8886         come soon.
8888 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
8890         * [include/windows.h,dialog.h,gdi.h]
8891         Changed __atribute__ ((packed)) for WINE_PACKED. 
8892         When compiling the library this is defined as nothing. This gets
8893         rid with all the problems compiling under SunOS. Also 
8895         * [windows/utility.c]
8896         Added DebugPrintString.
8898         * [toolkit/sup.c]
8899         Added hSysRes = 1 definition to resolve externals.
8900         Added CallLineDDAProc function (toolkit version).
8901         Added toy, and hi ineficient memmove until code in message.c get
8902         rewritten.
8904         * [objects/gdiobj.c]
8905         Ifdefed linux/emulator-dependent code to allow compilation of
8906         WineLib.
8908         * [misc/winsocket.c]
8909         Added ifdef to allow compilation under SunOS.
8911         * [misc/resource.c]
8912         When compiling the library, the resource file is expected to be in
8913         a file called $argv[0].Res. Also the information of the resource
8914         is expected to be at offset 0 of the .Res file.
8916         * [misc/main.c]
8917         Call WinMain with arguments if compiling WineLib.
8918         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
8919         Call sync_profiles to preserve changes to .INI files.
8921         * [misc/comm.c,dos_fs.c]
8922         removed call to atexit(Comm_DeInit)
8923         removed call to atexit(DOS_DeInitFS)
8924         Shutdown functions are now called from the return of WinMain
8926         * removed memorylib subdirectory
8928         * moved memory/atom.c    to misc/atom.c
8929           moved memorylib/heap.c to toolkit/heap.c
8931         * [loader/wine.c]
8932         Moved DebugPrintString to windows/utility.c
8934         * [include/winsock.h]
8935         Define SO_DONTLINGER only if it has not been previously defined.
8937         * [include/windows.h]
8938         added definition for DLGPROC.
8939         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
8940         When compiling WineLib WNDPROC is defined with all the parameters
8941         to avoid compilation problems.
8943         * [include/user.h]
8944         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
8945         calls are translated to the library allocation routines.
8947         * [include/gdi.h,user.h]
8948         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
8949         translated to the library allocation routines.
8951         * [include/atom.h]
8952         Defined LocalAlign. When compiling the emulator it's translated as
8953         a call to LocalAlloc (the original code), when compiling WineLib
8954         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
8955         (atom.c needs aligned data on a 4 byte boundary).
8957         * [misc/file.c]
8958         Renamed KERNEL_* functions and fixed prototypes.
8960         * [if1632/kernel.spec]
8961         Renamed KERNEL_* functions in order to be used by applications
8962         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
8963         _llseek, _lopen, _lwrite).
8965         * [Makefile]
8966         Create library instead of executable when building target
8967         libwine.a 
8969 ----------------------------------------------------------------------
8970 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
8972         * [Makefiles]
8973         Use $(CC) instead of cc.
8974         Added libwine target.
8976         * [include/prototypes]
8977         #ifdefed section for WineLib
8979         * moved loader/cursor.c   to misc/cursor.c
8980           moved loader/resource.c to misc/resource.c
8981           moved misc/emulate.c    to miscemu/emulate.c
8982           moved misc/int1a.c      to miscemu/int1a.c
8983           moved misc/int21.c      to miscemu/int21.c
8984           moved misc/kernel.c     to miscemu/kernel.c
8985           moved misc/user.c       to miscemu/user.c
8987         * [memorylib/heap.c]
8988         Heap management for WineLib
8990         * [misc/comm.c]
8991         Modified to allow compilation under SunOS (#include errno, SunOS
8992         doesn't have atexit ()).
8994         * [misc/dos_fs.c]
8995         Modified to allow compilation under SunOS (#include vfs.h)
8997         * [misc/file.c]
8998         Modified to allow compilation under SunOS (OPEN_MAX constant,
8999         #include unistd.h)
9001         * [objects/palette.c]
9002         Modified to allow compilation under SunOS (#include limits)
9004         * [toolkit/sup.c]
9005         WineLib version of CallWindowProc.
9007         * [windows/event.c]
9008         Typedef XPointer under X11R4 (OpenWindows).
9010         * [windows/win.c]
9011         When compiling WineLib, use direct callbacks instead of the
9012         windows supplied callbacks.
9014 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9016         * [loader/cursor.c]
9017         New function CURSOR_SetWinCursor(), for internal use, to set
9018         the cursor of a specific window more reliably than with SetCursor().
9020         * [windows/nonclient.c]
9021         Better window management. Moving and resizing from the system
9022         menu should work now.
9023         Added scroll-bar mouse tracking.
9025         * [windows/win.c]
9026         Moved scroll-bar creation and destruction to defwnd.c.
9028 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9030         * [windows/nonclient.c]
9031         Call to StdDrawMenuBar() during NC's drawing.
9032         New NC_TrackMouseMenuBar() function which call 
9033                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
9035         * [controls/menu.c]
9036         New ChangeMenu() function.
9037         Remove permanently old Xt menu code.
9038         Make common functions MenuButtonDown(), MenuButtonUp()
9039                 & MenuMouseMove() for both popups & menubar.
9040         
9041         * [controls/combo.c]
9042         Paint OBM_COMBO directly in combo client.
9044         * [controls/listbox.c]
9045         Fix bug in multicolumns calculations.
9047         * [controls/Makefile]
9048         Remove rules for old file 'caption.c'.
9050         * [misc/kernel.c]
9051         Remove empty stub GetModuleFileName().
9053         * [loader/library.c]
9054         New GetModuleHandle() function.
9055         New GetModuleUsage() function.
9056         New GetModuleFileName() function.
9058         * [loader/resource.c]
9059         Try to find the bug a missing menu loading ... Not found yet !
9061         * [windows/win.c]
9062         Remove old menubar creation.
9064 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
9066         * [misc/winsocket.c]
9067         More functions added.
9069         * [if1632/winsock.spec] [misc/winsocket.c]
9070         Added John Brezak's winsock.dll stuff.
9072 ----------------------------------------------------------------------
9073 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
9075         * [loader/selector.c]
9076         Added function CreateNewSegments().  Modified IPCCopySelector
9077         to allow aliasing to any arbitrary memory space.
9079         * [memory/global.c]
9080         Fixed potential bug in GlobalGetFreeSegments().
9082         * [memory/linear.c]
9083         Created functions GlobalLinearLock() and GlobalLinearUnlock().
9085 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
9087         * [controls/widgets.c]
9088         Removed CAPTION window class.
9090         * [loader/cursor.c]
9091         Bug fix in LoadCursor(): don't allocate memory every time for
9092         built-in cursors.
9094         * [windows/clipping.c]
9095         Invalidate child windows in InvalidateRgn().
9097         * [windows/defwnd.c]
9098         Added repaint of the caption when changing window text.
9100         * [windows/event.c]
9101         Modified SetCapture() to allow keyboard events while capturing.
9103         * [windows/message.c]
9104         New function MSG_GetHardwareMessage(), to do mouse tracking
9105         without returning control to the Windows program.
9107         * [windows/nonclient.c]
9108         A couple of changes in frame drawing for DLGMODALFRAME windows.
9109         Rewritten window moving code, to use MSG_GetHardwareMessage()
9110         instead of non-client mouse events (this is the way Windows
9111         does it), and to send WM_ENTERSIZEMOVE messages.
9112         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
9114         * [windows/win.c]
9115         Allocate temporary structures on the USER heap instead of
9116         using GlobalAlloc().
9118         * [windows/winpos.c]
9119         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
9121 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9123         * [windows/nonclient.c]
9124         Call to StdDrawScrollBar() during NC's drawing.
9125         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
9126         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
9127         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
9129         * [controls/menu.c]
9130         New GetSubMenu() function.
9131         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
9133         * [controls/listbox.c]
9134         Start changes to satisfy recent changes in scrollbars/windows.
9136         * [loader/resource.c]
9137         Put some code in LoadAccelerators() stub.
9138         New TranslateAccelerator() function.
9140         * [windows/win.c]
9141         Remove GetMenu() & SetMenu() functions.
9142         Call to NC_CreateScrollBars() if required by CreateWindow().
9144 ----------------------------------------------------------------------
9145 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
9147         * [window/win.c]
9148         Added functions EnumWindows, EnumChildWindows, and helper
9149         WIN_EnumChildWin.  EnumWindows won't list all wine windows
9150         because GetDesktopWindow isn't complete.  However, the code
9151         is in place for it to work correctly and only needs 
9152         GetDesktopWindow to do so.  
9154 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
9156         * [windows/defwnd.c]
9157         Added handling of activation messages (WM_ACTIVATE,
9158         WM_NCACTIVATE, WM_MOUSEACTIVATE)
9160         * [windows/event.c]
9161         De-activate the window when losing input focus.
9163         * [windows/focus.c]
9164         Bug fix in SetFocus().
9166         * [windows/message.c]
9167         Added activation of the window on mouse-clicks.
9169         * [windows/nonclient.c]
9170         Changed non-client area painting to use the correct colors
9171         depending upon the activation state.
9172         Added WM_NCACTIVATE message handling.
9173         Fixed a couple of bugs in window moving and resizing.
9175         * [windows/winpos.c]
9176         Implemented Get/SetActiveWindow().
9177         Implemented SWP_NOACTIVATE flag in SetWindowPos().
9179 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9181         * [misc/message.c]
9182         MessageBox has a CaptionBar for his title except for
9183                 MB_SYSTEMMODAL with MB_ICONHAND.
9185         * [windows/nonclient.c]
9186         Call to NC_TrackSysMenu on SysMenu button mouse click.
9188         * [windows/defwnd.c]
9189         Call to NC_TrackSysMenu on Alt key (VK_MENU).
9191         * [controls/menu.c]
9192         New GetSystemMenu() function.
9193         New CopySystemMenu() internal function.
9194         New NC_TrackSysMenu() internal function.
9196         * [include/windows.h]
9197         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
9199 ----------------------------------------------------------------------
9200 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
9202         * [window/win.c]
9203         Added functions EnableWindow, IsWindowEnabled, and helper 
9204         WIN_SetSensitive.
9205         
9206         * [window/event.c]
9207         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
9208         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
9209         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
9210         button presses beep for a disabled window.  
9211         If anyone finds better places for these checks, please tell me.
9213 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9215         * [misc/message.c]
9216         Cleanup on buttons answer value returned.
9218         * [control/combo.c]
9219         Now use OBM_COMBO bitmap dropdown button.
9221 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
9223         * [misc/comm/c]
9224         A few bugfixes.
9226 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
9228         * [loader/cursor.c]
9229         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
9231         * [include/options.h] [misc/main.c]  (New files)
9232         Rewrote main() function to get rid of Xt application context,
9233         and added command-line option parsing.
9235         * [objects/color.c]
9236         Use of a private map now configurable with command-line option.
9238         * [windows/defwnd.c]
9239         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
9241         * [windows/event.c]
9242         Removed ConfigureNotify event handler (no longer needed).
9244         * [windows/message.c]
9245         Send WM_SETCURSOR message on mouse events.
9247         * [windows/nonclient.c]
9248         Use OEM bitmaps for the drawing of the non-client area.
9249         Added caption bar buttons handling, and moving and resizing of
9250         the window via the window frame (bypassing the window manager).
9252         * [windows/painting.c]
9253         Bug fix in BeginPaint().
9255         * [windows/win.c]
9256         Set the override_redirect flag for windows (to bypass window
9257         manager).
9259         * [windows/winpos.c]
9260         Implemented WindowFromPoint(), ChildWindowFromPoint(),
9261         BringWindowToTop(), Get/SetInternalWindowPos(),
9262         Get/SetWindowPlacement().
9264 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
9266         * [memory/heap.c]
9267         Added support for multiple local heaps.
9269 ----------------------------------------------------------------------
9270 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
9272         * [window/caret.c]
9273         Modified code to use system timer.
9275 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9277         * [windows/win.c]
9278         Windows create if required new XLIB MenuBar & CaptionBar.
9280         * [windows/defwnd.c]
9281         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
9282         (I'm not sure it's the good place for it, but it work...)
9284         * [loader/resource.c]
9285         optimize in FindResourceByNumber, make lseek() if next type ...
9287         * [controls/scroll.c]
9288         scrollbar buttons are now using system resources bitmaps.
9290         * [controls/caption.c] - new file ...
9291         captionbar showing title, close button with SysMenu,
9292         and other buttons using system resources bitmaps.
9294         * [controls/menu.c]
9295         New functions: SetMenuItemBitmaps() with 'glues',
9296         Make new version of LoadMenu() & ParseMenu(),
9297         ( put #define USE_POPUPMENU ).
9298         Implementation of MenuBar functions.
9299         
9300         * [sysres.dll]
9301         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
9302         New SYSMENU menu, it don't work yet ! :-((
9304 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
9306         * [memory/atom.c]
9307         Fixed a bug that could cause atoms to be case-sensitive.
9309         * [misc/rect.c]
9310         Bug fix in SubtractRect().
9312         * [objects/clipping.c]
9313         Bug fix when setting the clip mask to an empty region.
9315         * [windows/dce.c]
9316         Bug fix in ReleaseDC().
9318         * [windows/dialog.c]
9319         Call AdjustWindowRectEx() before creating the dialog window.
9320         Added support for DS_MODALFRAME style.
9322         * [windows/event.c]
9323         Cleaned up event handling and removed old Xt stuff.
9324         Moved double-click handling to windows/message.c
9326         * [windows/focus.c]
9327         Bug fix: only set the X focus when the window is viewable.
9329         * [windows/graphics.c]
9330         Rewritten DrawReliefRect() to use brush instead of pen, and
9331         to use the system colors.
9333         * [windows/message.c]
9334         Implemented WM_NCHITTEST message sending, and non-client
9335         mouse messages.
9336         Cleaned up double-click handling, and removed the Xt code.
9338         * [windows/nonclient.c]  (New file)
9339         Implemented AdjustWindowRect().
9340         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
9342         * [windows/painting.c]
9343         Added sending of the WM_NCPAINT message in BeginPaint().
9345         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
9346         Implemented system metrics.
9348         * [windows/win.c]
9349         Bug fix in setting the parent and owner in CreateWindow().
9350         Removed the Xt code.
9352         * [windows/winpos.c]
9353         Added sending of the WM_NCPAINT message in SetWindowPos().
9354         Removed the Xt code.
9356 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
9358         * [windows/class.c]
9359         Implemented GetClassName and GetClassInfo.
9361         * [windows/caret.c]
9362         Various improvements to text caret code.
9364 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
9366         * [misc/comm.c]
9367         Patches to work with NetBSD.
9369 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
9371         * [objects/bitblt.c] Added StretchBlt().
9373 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
9375         * [misc/user.c]
9376         Added creation of system message queue.
9378         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
9379         Added DC size fields into DC structure.         
9381         * [objects/clipping.c]
9382         Bug fix in CLIPPING_IntersectRect().
9384         * [windows/class.c]
9385         Allocate a DCE instead of a DC for CS_CLASSDC classes.
9387         * [windows/clipping.c]
9388         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
9390         * [windows/dce.c]
9391         Implemented GetDCEx() and GetWindowDC().
9393         * [windows/defwnd.c]
9394         Implemented WM_WINDOWPOSCHANGED handling.
9396         * [windows/event.c]
9397         Preliminary support for Xlib event handling instead of Xt callbacks.
9398         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
9400         * [windows/message.c]
9401         Preliminary support for multiple message queues.
9402         Implemented hardware_event() to store messages into the system queue.
9403         Implemented Get/SetTaskQueue().
9404         Better WM_PAINT and WM_TIMER handling.
9405         Changes to use Xlib instead of Xt for events.
9407         * [windows/painting.c]
9408         Use GetDCEx() to retrieve the DC, to get a correct visible region.
9410         * [windows/timer.c]
9411         Moved the timer procedure callback into DispatchMessage().
9412         Changed implementation to get rid of Xt timeouts.  Timer checking
9413         is now done inside GetMessage().
9415         * [windows/win.c]
9416         Allocate a DCE instead of a DC for CS_OWNDC windows.
9417         Replaced Xt calls with Xlib calls.
9418         Moved window positioning functions into windows/winpos.c
9420         * [windows/winpos.c]  (New file)
9421         Rewritten most of the window positioning functions.
9422         Implemented SetWindowPos() and MapWindowPoints().
9424 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9426         * [if1632/user.spec]
9427         Bad arguments description for function SetDlgItemText.
9429         * [objects/text.c]
9430         Function DrawText now handle DT_CALCRECT request.
9432         * [misc/message.c]
9433         Message boxes now use DrawText with DT_CALCRECT.
9435         * [windows/graphics.c]
9436         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
9438         * [windows/win.c]
9439         Bug fix for flags in function ShowWindow.
9440         More accurate WM_SIZE generated by function ShowWindow.
9442         * [controls/listbox.c]
9443         More code for LBS_MULTIPLESEL.
9444         More code for LBS_MULTICOLUMN.
9446         * [include/windows.h]
9447         Bad define for MF_SEPARATOR.
9449         * [controls/menu.c]
9450         New functions: PopMenuWndProc() with 'glues',
9451         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
9452         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
9453         Code in stubs: CreateMenu(), DestroyMenu(). 
9455 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
9457         * loader/wine.c: Added support for relocation types 5 and 6.
9459 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
9461         * [misc/comm.c]
9462         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
9463         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
9464         GetCommError(), SetCommEventMask(), GetCommEventMask(),
9465         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
9466         WriteComm().
9468 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
9470         * [windows/caret.c]
9471         Implemented text caret functions.
9473 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
9475         * [loader/wine.c]
9476         Bug fix in LoadImage().
9478         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
9479           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
9480         Modified graphics calls to take into account the DC origin.
9482         * [windows/defwnd.c]
9483         Added preliminary WM_NCCALCSIZE handling.
9485         * [windows/event.c]
9486         Send WM_NCCALCSIZE message on resize event.
9488         * [windows/win.c]
9489         Send WM_NCCALCSIZE message in CreateWindow().
9490         Realize widgets at creation time (should prevent problems with
9491         unrealized widgets).
9493 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9495         * [controls/static.c]
9496         Send mouse & keyboard message received to its parent.
9498         * [controls/scroll.c]
9499         Send keyboard message received to its parent.
9501         * [controls/listbox.c]
9502         Add Navigation keys .
9503         ListBox now use VSCROLL & HSCROLL instead of children.
9504         Alpha version of LBS_MULTIPLESEL.
9505         Alpha version of LBS_MULTICOLUMN.
9507         * [controls/combo.c]
9508         Add Navigation keys on closed ComboBox.
9509         Remove useless 'COMBOBOX_CreateComboBox' function.
9511 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
9513         * [loader/wine.
9514         LoadImage() modified to use FindFile().
9516         * [misc/file.c]
9517         SetErrorMode added
9519         * [misc/dos_fs.c]
9520         bug fixes.
9522 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9524         * [memory/global.c]
9525         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
9527         * [sysres.dll]
9528         preliminary version of a 'glass of wine' bitmap
9530         * [windows/event.c]
9531         New function 'GetCapture'.
9533         * [controls/scroll.c]
9534         Remove useless 'SCROLLBAR_CreateScrollBar' function.
9536         * [controls/listbox.c]
9537         Remove useless 'LISTBOX_CreateListBox' function.
9539 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
9541         * [objects/font.c]
9542         Corrected bugs in GetCharWidth().
9544         * [windows/event.c]
9545         Modified EVENT_key to send Windows virtual key codes for
9546         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
9547         for printable characters.
9549 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
9551         * [windows/graphics.c]
9552         Added Polyline and Polygon
9554 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
9556         * [controls/listbox.c]
9557         ListBoxDirectory() modified to use dos_fs.c's functions to
9558         access files&|drives.
9560 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
9562         * [misc/dos_fs.c]
9563         Added FindFile() to search a file in a dos/unix style path.
9564         
9565         * [misc/file.c]
9566         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
9567         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
9568         GetDriveType.                      
9570         * [misc/int21.c]
9571         Modified.
9573 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
9575         * [misc/profile.c]
9576         The Profile functions now return the correct values. They now
9577         implement all the features described in the SDK.
9579 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
9581         * [loader/selector.c]
9582         Rewrote selector aliasing routines to use System V IPC
9583         routine to alias memory segments.
9585 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9587         * [controls/listbox.c]
9588         More consistency in functions using wIndexes
9590         * [controls/scroll.c]
9591         New function : ShowScrollBar().
9593         * [loader/cursor.c] ... New file
9594         Move cursor functions from [loader/resource.c].
9595         New function : ClipCursor().
9596         New function : GetClipCursor().
9597         New function : CreateCursor().
9598         SetCursor() now working using gloabal variable 'winHasCursor'.
9600         *[object/palette.c]
9601         New stub only : SelectPalette().
9602         New stub only : RealizePalette().
9604         *[win/event.c]
9605         New function : EVENT_enter_notify(),
9606                 update 'winHasCursor' and send WM_SETCURSOR.
9608         *[win/defwnd.c]
9609         Add processing of WM_SETCURSOR message.
9611         *[win/win.c]
9612         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
9613         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
9614         New function ClientToScreen().
9615         New function ScreenToClient().
9617 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
9619         * [files.h / regfunc.h / misc/dos.c]
9620         Removed.
9622         * [misc/dos_fs.c]
9623         Added support for loading dosdrive cfg from wine.ini.
9625         * [misc/int21.c]
9626         Modified.
9629 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
9631         * [include/atom.h] [memory/atom.c]
9632         Implemented atoms.
9634         * [windows/class.c]
9635         Modified RegisterClass() to use atoms.
9636         Implemented CS_GLOBALCLASS style.
9638         * [windows/message.c]
9639         Implemented RegisterWindowMessage().
9641         * [loader/resource.c]
9642         Bug fix in LoadResource().
9644         * [windows/dialog.c]
9645         Modified CreateDialogParam() to use Find/LoadResource().
9647 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
9649         * [windows/scroll.c]
9650         Preliminary implementations of ScrollWindow, ScrollDC and
9651         ScrollWindowEx.
9653 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9655         * [controls/listbox.c]
9656         Optimization of redraw during 'Add' or 'Insert'.
9658         * [controls/scroll.c]
9659         Optimization of WM_PAINT during 'thumbtracking'.
9661         * [controls/button.c]
9662         Add of beta implement of 'BS_OWNERDRAW'
9664         * [controls/static.c]
9665         Style 'SS_ICON' new supported.
9667         * [misc/message.c]
9668         Begin of implemantation of MB_XXX styles.
9670         * [loader/resource.c]
9671         Function LoadIcon() : now prepare transparency Bitmap mask.
9672         Function LoadCursor() : now prepare a 'X pixmapcursor'.
9673         New function SetCursor() : not finished.
9674         New function ShowCursor() : not finished.
9675         New function AccessResource() : stub.
9677         * [obj/dib.c]
9678         Function DrawIcon(): deugging phase of icon transparency mask.
9680         * [loader/library.c]
9681         new file for news functions LoadLibrary() & FreeLibrary().
9683         * [sysres.dll]
9684         Resources only 16bits DLL for System Resources, icons, etc...
9686 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
9688         * [include/dialog.h] [windows/dialog.c]
9689         Simplified dialog template parsing.
9690         Implemented DialogBoxIndirect().
9692         * [windows/win.c]
9693         Fixed bug in CreateWindow() when aborting window creation.
9694         Modified UpdateWindow() to only update visible windows.
9695         Implemented IsWindow().
9697 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9699         * [controls/listbox.c]
9700         Listbox control window : new messages.
9702         * [controls/combo.c]
9703         Combo box control window : new messages.
9705         * [misc/message.c]
9706         Moved stub MessageBox() to this new file.
9707         Implemented of a callback, now MessageBox show a window.
9709         * [loader/resource.c]
9710         New function DestroyIcon()
9711         New function DestroyCursor()
9712         Filled stub LoadIcon()
9713         Filled stub LoadCursor()
9714         Bug fixed in FindResourceByName() : missing lseek().
9716         * [obj/dib.c]
9717         New function DrawIcon()
9719         * [windows/win.c]
9720         New function CloseWindow()
9721         New function OpenIcon()
9722         New function IsIconic()
9723         New Function FindWindow()
9725 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
9727         * [loader/selector.c]
9728         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
9730 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
9732         * [loader/selector.c]
9733         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
9735 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
9737         * [loader/resource.c]
9738         Wrote FindResource(), LoadResource(), LockResource(),
9739         and FreeResource()
9741         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
9742         Changed selector allocation method.
9744 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
9746         * [if1632/callback.c if1632/call.S if1632/user.spec] 
9747         added Catch (KERNEL.55) and Throw (KERNEL.56)
9748         
9749 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9751         * [controls/scroll.c]
9752         Scroll bar control window
9753                 Bug resolved : Painting message before scroll visible.
9755         * [controls/listbox.c]
9756         Listbox control window
9757                 Destroy cleanup.
9759         * [controls/combo.c]
9760         Combo box control window
9761                 Destroy cleanup.
9763         * [controls/button.c]
9764                 GetCheck Message now return is state.
9766         * [windows/win.c]
9767         New function IsWindowVisible()
9769 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
9771         * [if1632/user.spec]
9772         Removed some duplicate entries.
9774         * [include/dialog.h] [windows/dialog.c]
9775         Implemented dialog units and fonts.
9776         Added preliminary loading of dialog resources.
9777         Preliminary implementation of DialogBox().
9778         Implemented Get/SetDlgItem* functions.
9780         * [windows/win.c]
9781         Implemented WM_PARENTNOTIFY message.
9782         Implemented CreateWindowEx() and GetWindow().
9783         Completed DestroyWindow().
9785 Mon Nov  1 18:19:34 1993  Erik Bos
9787         * [loader/signal.c]
9788         Added support for int 0x11 & 0x12.
9790         * [loader/int21.c]
9791         Improved function handling.
9793 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
9795         * [objects/font.c]
9796         Implemented GetCharWidth().
9798 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
9800         * [Makefile]
9801         Use GNU malloc.
9803         * [include/int21.h include/wine.h]
9804         Change sc_eflags to sc_efl .
9806         * [include/wine.h]
9807         Fix misplaced #endif
9808         Include <signal.h> for NetBSD
9810         * [loader/int21.c]
9811         Don't include <sys/vfs.h> in NetBSD
9812         Do include <sys/mount.h> in NetBSD
9813         Cleanup some lint.
9815 Mon Oct 26 17:59:01 1993  Erik Bos
9817         * [include/int21.h]
9818         Added.
9820         * [loader/int21.c]
9821         Added support for many dos ints.
9823         * [misc/file.c] [include/files.h]
9824         Moved OPEN_MAX and DosDriveStruct to files.h.
9826 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
9828         * [controls/button.c]
9829         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
9830         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
9831         a preliminary USERBUTTON control.
9833         * [objects/text.c]
9834         Corrected bugs in TEXT_NextLine() and added handling of prefix
9835         character.
9837         * [controls/button.c]
9838         Disabled focus handling by commenting out SetFocus() calls until
9839         serious bug can be found.
9841 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9843         * [controls/listbox.c]
9844         Listbox control window
9845                 Painting cleanup, new messages processed.
9847         * [controls/scroll.c]
9848         Scroll bar control window
9849                 Painting cleanup.
9851         * [controls/combo.c]
9852         Combo box control window
9853                 Painting cleanup.
9855 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
9857         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
9858         Better support for the private color map.
9859         Using a private map is now the default.
9861         * [windows/win.c]
9862         Bug fix.
9864         * [include/dialog.h] [windows/dialog.c]
9865         Implemented CreateDialog*() and IsDialogMessage().
9867         * [misc/xt.c] [windows/defwnd.c]
9868         Moved DefWindowProc() to defwnd.c.
9869         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
9871         * [windows/defdlg.c]
9872         Started the implementation of DefDlgProc().
9874         * [windows/win.c]
9875         Added WM_NCCREATE and WM_NCDESTROY messages.
9876         Implemented IsChild().
9878 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
9880         * [windows/focus.c]
9881         Implemented GetFocus() and SetFocus().
9883         * [windows/event.c]
9884         Added processing of FocusIn and FocusOut events.
9886         * [windows/graphics.c]
9887         Added DrawFocusRect().
9889 Sat Oct  9 14:36:57 1993  Erik Bos
9891         * [loader/int1a.c]
9892         Added more function handling.
9894 Wed Oct  6 12:21:22 1993  Erik Bos
9896         * [loader/signal.c]
9897         Split signal.c into int1a.c, int21.c and signal.c.
9899 Tue Oct  5 22:12:40 1993  David Metcalfe
9901         * [controls/static.c] [control/widgets.c]
9902         Static control class.
9904         * [objects/text.c]
9905         Added processing of additional DT_ flags to DrawText().
9907         * [windows/win.c] [misc/xt.c]
9908         Added SetWindowText() and WM_SETTEXT processing.
9910 Tue Oct  5 22:12:40 1993  Martin Ayotte
9912         * [controls/listbox.c]
9913         Listbox control window
9915         * [controls/scroll.c]
9916         Scroll bar control window
9918         * [controls/combo.c]
9919         Combo box control window
9921         * [include/combo.h]
9922         Combo box definitions
9924         * [include/listbox.h]
9925         Listbox definitions
9927         * [include/scroll.h]
9928         Scroll bar definitions
9930 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
9932         * [if1632/callback.c]
9933         Fixed bug in MakeProcInstance().
9935         * [debugger/info.c]
9936         Changed x/w and x/b to display in hex.
9938         * [debugger/i386-pinsn.c]
9939         Added code to properly unassemble 16-bit indexing.
9941 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
9943         * [loader/files.c] [misc/profile.c]
9944         System initialization file is now called "wine.ini" and can
9945         be located in the current directory, the user's home directory,
9946         or any directories specified in the WINEPATH environment variable.
9948         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
9949         Changed register function stack to match sigcontext structure.
9951 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
9953         * [loader/files.c]
9954         Created function to search a path for files to load.
9956         * [loader/wine.c]
9957         Modified exe and dll file loading to search through path
9958         specified by the environment variable WINEPATH.
9960 Thu Sep 30 22:30:21 1993  Eric Youngdale
9962         * [loader/signal.c]
9963         Bug fix.
9965 Thu Sep 30 22:30:21 1993  John Brezak
9967         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
9968           [debugger/obstack.h]
9969         Updates to allow debugger to function under NetBSD.
9971 Tue Sep 28 19:59:21 1993  David Metcalfe
9973         * [windows/win.c]
9974         Implemented support for windows with no borders.  Added
9975         GetParent(), GetDlgCtrlID(), GetWindowText() and
9976         GetWindowTextLength() functions.
9978         * [misc/xt.c]
9979         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
9980         to DefWindowProc and Implemented MessageBeep().
9982         * [windows/syscolor.c]
9983         Added preliminary system color support.
9985         * [controls/button1.c]
9986         Mods to new button control and integration with Wine.
9988 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
9990         * [controls/button1.c]
9991         New button control using GDI functions.
9992         
9993 Tue Sep 28 19:59:21 1993  Eric Youngdale
9995         * [debugger/*]
9996         Added debugging capabilities to Wine
9998 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
10000         * [objects/region.c]
10001         Bug fix
10003 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
10005         * [tools/build.c]
10006         Changed the entry point code to reduce the standard entry
10007         point size from 22 bytes to 10 bytes.  This leaves about
10008         4000 free entry points instead of the 800 in version 0.4.2.
10010         * [loader/resource.c]
10011         Rewrote functions to allow loading of resources from any
10012         DLL.
10014         * [loader/wine.c] [include/wine.h]
10015         Added functions GetFilenameFromInstance() and GetFileInfo()
10016         to search for a loaded file based on its instance handle.
10017         Added a field in struct w_files to make searching by an instance
10018         handle faster.
10020 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
10022         * [misc/profile.c]
10023         Implementation of .INI file handling
10025 Mon Sep 20 10:54:32 1993  David Metcalfe
10027         * [misc/profile.c.old]
10028         Implementation of .INI file handling
10030 Mon Sep 20 10:54:32 1993  John Brezak
10032         * [controls/WinButton.c]
10033         Bug fix with call to XtVaSetValues.
10035 Mon Sep 20 10:54:32 1993  Alexandre Julliard
10037         * [windows/win.c]
10038         Quick patch to get colormaps to work with button widget.
10040 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
10042         * misc/keyboard.c: 
10043         Ifdefed out some bogus Ansi<->Oem conversion functions
10045         * misc/lstr.c: 
10046         New file with string functions like lstr* IsChar* *Ansi* 
10048 Wed Sep 15 20:35:10 1993  John Brezak
10050         * [loader/signal.c]
10051         Additional changes to support NetBSD.
10053 Wed Sep 15 22:19:22 1993  Martin Ayotte
10055         * [windows/graphics.c]
10056         Added FrameRect function
10058 Tue Sep 14 13:54:45 1993  Alexandre Julliard
10060         * [objects/color.c] [objects/palette.c]
10061         Preliminary support for private color map.
10063         * [windows/class.c]
10064         Implemented CS_CLASSDC style.
10066         * [windows/dce.c]
10067         Moved DCEs to USER heap.
10068         Implemented class and window DCs.
10070         * [windows/event.c]
10071         Implemented CS_DBLCLKS style.
10073         * [windows/graphics.c]
10074         Bug fix in SetPixel().
10076         * [windows/win.c]       
10077         Implemented CS_OWNDC style.
10078         Implemented Get/SetWindowLong().
10080         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
10081           [windows/dce.c] [windows/message.c] [windows/win.c]   
10082         Moved windows from global heap to USER heap.
10084 Mon Sep 13 05:00:11 1993  Eric Youngdale
10086         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
10087           [loader/wine.c] [tools/build.c]
10088         Added ability to generate missing functions statistics.
10090 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
10092         * [WIN31-APPLETS]
10093         Added new file.
10095         * [if1632/kernel.spec]
10096         Added definitions for GetProfile{Int,String} and SetHandleCount.
10098         * [if1632/keyboard.spec]
10099         Created interface specification for Keyboard driver DLL.
10101         * [if1632/relay.c]
10102         Added keyboard.dll to list of included DLLs.
10104         * [if1632/user.spec]
10105         Added LoadAccelerators definition.
10107         * [loader/resource.c]
10108         Added LoadAccelerators stub.
10110         * [misc/file.c]
10111         Changed OpenFile, and added SetHandleCount (for winfile.exe)
10113         * [misc/keyboard.c]
10114         Added keyboard code.
10116         * [misc/profile.c] [misc/xt.c]
10117         Moved GetPrivateProfile* commands here, and added GetProfile*
10118         commands.
10120 Mon Sep 13 10:24:37 1993  Andrew Bulhak
10122         * [windows/utility.c]
10123         Implemented MulDiv(), OutputDebugString() and wvsprintf()
10125 Fri Sep 10 09:13:30 1993  John Brezak
10127         * [*/Makefile]
10128         Created patch to allow BSD make to build wine.
10130         * [windows/win.c]
10131         Fixed NULL pointer reference.
10133         * [windows/message.c] [misc/xt.c]
10134         Defined HZ to handle system specific timing.
10136         * [windows/graphics.c]
10137         Use M_PI is PI
10139         * [objects/pallete.c]
10140         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
10142         * [dump.c] [ldt.c] [wine.c]
10143         ifdef'ed linux headers for linux compile.
10145         * [loader/ldtlib.c]
10146         Add NetBSD system calls when compiled on that system.
10148         * [loader/selector.c]
10149         Use mmap(MAP_ANON, ...) for NetBSD.
10151         * [if1632/call.S]
10152         Fixed selector assumptions.
10154 Thu Sep 9 20:01:37 1993  David Metcalfe
10156         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
10157           [windows/win.c] [windows/class.c]
10158         Added 3D button control and tied into CreateWindow()
10160 Thu Sep  9 07:35:24 1993  Scott Laird
10162         * [if1632/sound.spec]
10163         Created interface specification for SOUND DLL.
10165         * [if1632/win87em.spec]
10166         Added more functions to the WIN87EM DLL interface specification
10168         * [misc/emulate.c]
10169         Created stubs for the new math emulation functions.
10171         * [misc/sound.c]
10172         Created stubs for the SOUND DLL.
10174 Sun Sep  5 21:02:10 1993  John Burton
10176         * [if1632/kernel.spec]
10177         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
10178         and _lwrite.
10180         * [include/windows.h]
10181         Added OF_ macros
10183         * [misc/file.c]
10184         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
10186 Fri Sep  3 18:47:03 1993  Alexandre Julliard
10188         * [windows/dc.c]
10189         Bug fix
10191         * [objects/text.c]
10192         Bug fix
10194 Fri Sep  3 18:47:03 1993  Bob Amstadt
10196         * [objects/linedda.c]
10197         Finished LineDDA().
10199 Fri Sep  3 11:52:18 1993  Bob Amstadt
10201         * [windows/timer.c]
10202         Changed to use CallWindowProc() rather directly calling callback.
10204         * [windows/event.c]
10205         Implemented SetCapture() and ReleaseCapture()
10207         * [windows/keyboard.c]
10208         Created stub for GetKeyState()
10210         * [objects/linedda.c]
10211         Created stub for LineDDA()
10213         * [if1632/callback.c]
10214         Created callback handler for LineDDA callback procedure.
10216         * [if1632/callback.c]
10217         Created FreeProcInstance()
10219 Fri Sep  3 08:36:52 1993  David Metcalfe
10221         * [loader/signal.c]
10222         Patch to and code for INT 1A
10224 Thu Sep  2 00:31:54 1993  Alexandre Julliard
10226         * [objects/font.c] [objects/text.c]
10227         More text support: implemented justification and underlining.
10229         * [windows/clipping.c] [objects/clipping.c]
10230         Moved low-level clipping functions to objects/clipping.c.
10232         * [windows/clipping.c] [windows/event.c] [windows/message.c]
10233         Implemented window update regions.
10235         * [windows/dc.c] [objects/dcvalues.c]
10236         Moved some device-independent DC functions to objects/dcvalues.c.
10238         * [windows/graphics.c]
10239         Implemented InvertRect() and GetPixel().
10241 Sat Aug 28 08:40:23 1993  Eric Youngdale
10243         * [include/neexe.h] [loader/wine.c]
10244         Added code to handle relocation type 4.
10246         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
10247         Added support for dos interrupts.
10249 Thu 26 Aug 19:15:00 1993  Eric Youngdale
10251         * [loader/selector.c]
10252         Fixed bug dealing with loading DLLs.
10254 Thu Aug 26 19:22:40 1993  Alexandre Julliard
10256         * [include/gdi.h] [objects/font.c] [windows/dc.c]
10257         Beginning of real font support.
10259         * [windows/graphics.c]
10260         Implemented PatBlt().
10262         * [memory/global.c]
10263         Corrected a bug with linked list handling in GlobalAlloc().
10265         * [objects/bitmap.c]
10266         Corrected a bug in BITMAP_SelectObject().
10268 Tue Aug 24 19:22:40 1993  David Metcalfe
10270         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
10271           [controls/SmeMenuButt*]
10272         Change code to support & as a special character in menu item text.
10274 Tue Aug 24 19:22:40 1993  Alexandre Julliard
10276         * [include/gdi.h] [windows/dc.c]
10277         Heavily modified the DC structure for better device-independence.
10279         * [objects/bitmap.c]
10280         Implemented bitmap dimensions.
10282         * [windows/dc.c] [windows/dce.c]
10283         Implemented DC state saving and restoring.
10285         * [windows/dc.c]
10286         Implemented ROP mode.
10288         * [windows/graphics.c]
10289         Implemented FillRect().
10291 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
10293         * [misc/xt.c]
10294         Fixed bug in InvalidateRect().  Solitaire attempted to
10295         clear window before it was realized.
10297         * [loader/resource.c]
10298         Began rewrite of LoadBitmap().
10300         * [loader/wine.c]
10301         Fixed code which set Argv and Argc global variables.
10303         * [loader/selector.c]
10304         Added code to set up command line arguments.
10306         * [include/neexe.h]
10307         Fixed error in PSP structure.
10309 Tue Aug 17 20:41:12 1993  Alexandre Julliard
10311         * [include/gdi.h] [windows/dc.c]
10312         Implemented device capabilities.
10314         * [objects/region.c]
10315         Implemented EqualRgn() and CombineRgn().
10317         * [windows/clipping.c]
10318         Implemented Save/RestoreVisRgn().
10320         * [windows/graphics.c]
10321         Implemented PaintRgn() and FillRgn().
10323         * [windows/mapping.c]
10324         Implemented mapping modes.
10326 Tue Aug 10 14:07:38 1993  Alexandre Julliard
10328         * [if1632/user.spec] [misc/rect.c]
10329         Implemented rectangle API functions.
10331         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
10332         Implemented regions.
10334         * [windows/class.c]
10335         Corrected a typo in UnregisterClass().
10337         * [windows/clipping.c] [windows/dc.c]
10338         Implemented DC clipping and visible region.
10340 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
10342         * [controls/menu.c] [windows/win.c]
10343         SetMenu(), GetMenu(), CheckMenuItem() implemented
10345 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
10347         * [controls/menu.c] [windows/win.c]
10348         Many improvements menus.  LoadMenu() should work.
10350 Wed Aug  4 14:55:36 1993  Alexandre Julliard
10352         * [objects/dib.c]
10353         Started the implementation of device-independent bitmaps.
10355         * [objects/bitmap.c]
10356         Added support for multiple bitmap depths.
10358         * [objects/brush.c]
10359         Implemented pattern brushes.
10361         * [windows/dc.c] [windows/graphics.c]
10362         Implemented some GDI graphics primitives.
10364 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
10366         * [controls/menu.c] [windows/win.c] [include/menu.h]
10367         Code to load class menus from executable file.
10369         * [if1632/user.spec]
10370         Fixed specification of SendMessage() and PostMessage.
10372 Mon Jul 26 21:53:24 1993  Alexandre Julliard
10374         * [if1632/call.S]
10375         Corrected a bug in KERNEL_InitTask().
10377         * [include/windows.h]
10378         Added a lot of constants.
10380         * [loader/selector.c]
10381         Corrected a bug in segment allocation in CreateSelectors().
10383         * [objects/bitmap.c]
10384         Implemented SelectObject() for bitmaps.
10386         * [objects/brush.c]
10387         Implemented hatched brushes and SelectObject().
10389         * [objects/gdiobj.c]
10390         Removed linked list (not needed).
10392         * [objects/palette.c]
10393         Implemented system palette creation and misc. palette API functions.
10395         * [windows/timer.c]
10396         Implemented timers.
10398         * [windows/dc.c]
10399         Implemented memory device contexts.
10401 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
10403         * [dos.c]
10404         Split DOS3Call() out of kernel.c.  Added support for get date
10405         and time functions.
10407         * [call.S]
10408         Added function ReturnFromRegisterFunc() to allow DOS calls
10409         to return values in registers.
10411         * [regfunc.h]
10412         Macros to access registers saved on stack.
10414 Tue Jul 20 10:38:59 1993  Alexandre Julliard
10416         * [win.c]
10417         Corrected allocation of the WM_CREATE data structure.
10419         * [dce.c] [dce.h]
10420         Implemented DCE handling.
10422         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
10423           [gdiobj.c] [palette.c] [pen.c]
10424         Implemented the GDI objects data structures and allocation.
10426         * [windows.h]
10427         Added several structures and constants for GDI objects.
10429 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
10431         * [ldtlib.c]
10432         Modified system calls to match Linus' new interface for
10433         the LDT modification.
10435         * [win.c]
10436         Fixed bug with WM_CREATE message.
10438         * [heap.c] [kernel.spec]
10439         Completed local heap allocation functions.
10441         * [global.c]
10442         Created function GlobalQuickAlloc() for easy allocation from DLLs
10444 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
10446         * [global.c]
10447         Completed global memory pool API
10449 Sun Jul 11 16:59:52 1993  Alexandre Julliard
10451         * [message.c] [user.c] [user.spec] [windows.h]
10452         Added emulation of Windows message queue.
10454 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
10456         * [build.c] Original by Bob Amstadt
10457         * [callback.c] Original by Bob Amstadt, updates by 
10458         Alexandre Julliard
10459         * [dump.c] Original by Bob Amstadt
10460         * [global.c] Original by Bob Amstadt
10461         * [heap.c] Original by Bob Amstadt
10462         * [kernel.c] Original by Bob Amstadt
10463         * [ldt.c] Original by Bob Amstadt
10464         * [ldtlib.c] Original by Bob Amstadt
10465         * [relay.c] Original by Bob Amstadt
10466         * [resource.c] Original by Bob Amstadt, updates by 
10467         Alexandre Juliard
10468         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
10469         * [user.c] Original by Bob Amstadt
10470         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
10471         Alexandre Julliard
10472         * [wintcl.c] Original by Regents of the University of California,
10473         updates by Peter MacDonald and Alexandre Julliard
10474         * [callback.h] Original by Bob Amstadt
10475         * [dlls.h] Original by Bob Amstadt
10476         * [heap.h] Original by Bob Amstadt
10477         * [neexe.h] Original by Bob Amstadt
10478         * [prototypes.h] Original by Bob Amstadt, updates by 
10479         Eric Youngdale
10480         * [segmem.h] Original by Bob Amstadt
10481         * [tkInt.h] Original by Regents of the University of California
10482         * [windows.h] Original by Peter MacDonald, updates by 
10483         Alexandre Julliard and Bob Amstadt
10484         * [wine.h] Original by Eric Youngdale
10485         * [kernel.spec] Original by Bob Amstadt, updates by 
10486         Alexandre Julliard
10487         * [gdi.spec] Original by Bob Amstadt, updates by 
10488         Alexandre Julliard
10489         * [shell.spec] Original by Bob Amstadt
10490         * [unixlib.spec] Original by Bob Amstadt
10491         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
10492         * [win87em.spec] Original by Bob Amstadt
10493         * [Windows.tcl] Original by Peter MacDonald, updates by 
10494         Alexandre Julliard
10495         * [build-spec.txt] Original by Bob Amstadt
10496         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale