Release 960928
[wine/multimedia.git] / ChangeLog
blobc508615748301214fdbdcd8ac7ae3b05e056e50c
1 ----------------------------------------------------------------------
2 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [controls/button.c]
5         Fixed focus rectangle size and clipping.
7         * [controls/scroll.c]
8         Converted to Win32 and added support for scroll page.
9         Completed SetScrollInfo() and implemented other Win32 functions.
11         * [files/file.c]
12         Removed FILE_Read() (use _lread32 instead).
14         * [objects/dce.c] [include/dce.h]
15         Allocate DCE on the Win32 heap, and use pointers instead of
16         handles.
17         Implemented Win32 version of DC functions.
19         * [windows/painting.c]
20         Attempt to make CS_PARENTDC style work again.
22 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
24         * [windows/dce.c] [windows/winpos.c]
25         Override SaveUnder attribute when painting took place
26         in a window below. Force X to raise activated window 
27         in seamless mode.
29         * [misc/clipboard.c] [windows/event.c]
30         Translation between DOS and Unix text formats and several
31         other fixes for the sudden selection loss.
33         * [windows/message.c]
34         Apply "first" and "last" when checking for WM_QUIT in 
35         MSG_PeekMessage().
37         * [windows/win.c]
38         Rearranged DestroyWindow() to fit "Windows Internals"
39         description.
41         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
42         Misc. fixes to CBT hook calls.
44         * [controls/menu.c] [misc/user.c]
45         Fixup resident popup menu window so that it doesn't get
46         destroyed by USER_AppExit().
48         * [loader/module.c] [loader/task.c] [windows/event.c]
49         Process "unsafe" X events outside the scheduler to prevent
50         deadlocks.
52         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
53         Lots of fixes for better Win16 multitasking.
55 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
57         * [include/windows.h]
58         Added some missing HOOK defines.
60         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
61         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
63         * [win32/console.c][include/wincon.h]
64         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
66         * [misc/registry.c]
67         Some null ptr fixes.
69         * [loader/pe_image.c]
70         Fixed exported function lookup. (msvcrt20.dll)
71         Add debugsyms for entrypoint, exported functions and sections.
73         * [multimedia/mmsystem.c]
74         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
76         * [several]
77         Added several missing things/stubs/simple thunks from win32
78         to win16 code.
80 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
82         * [windows/property.c]
83         Fixed debugging of 16 Bit RemoveProp().
85         * [debugger/memory.c]
86         Added DEBUG_checkmap_bad() for linux.
88 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
90         * [windows/event.c] [windows/hook.c]
91         Use EnableHardwareInput() for JournalPlayback hook.
93         * [controls/listbox.c]
94         Changed handling of LB_GETITEMRECT in empty listboxes.
96 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
98         * [misc/main.c]
99         Fixes to X resources handling.  
101 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
103         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
104         Individual handle table created for each metafile. Fixed
105         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
107         * [windows/graphics.c] [objects/dc.c]
108         Rectangle() changed to work better with wide pens and PS_NULL.
109         Use JoinMiter.
111         * [windows/winpos.c]
112         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
113         is set.
115         * [windows/nonclient.c]
116         AdjustWindowRectEx() should perform calculations even if the
117         window is minimized.
119         * [windows/mdi.c]
120         Better handling of system button painting. Maximized windows can
121         contain scroll bars. Icons now maximize properly.
123         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
124         Improved greying of items in system menu. WM_INITMEMUPOPUP no
125         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
126         menu.c.
128 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
130         * [several files]
131         Fix missing includes and wrong printing arguments.
133         * [controls/listbox.c]
134         Don't sort drives in ListBoxDirectory().
135         
136 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
138         * [windows/dialog.c]
139         Fixed handling of Shift-TAB in dialogs.
141 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
143         * [if1632/gdi32.spec]
144         Added SelectClipRgn - call win16 version.
146         * [if1632/user32.spec]
147         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
149         * [include/wincon.h]
150         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
151         out of #if 0 protected portion of file.
153         * [loader/pe_image.c]
154         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
155         programs now work better)
157         * [win32/console.c]
158         Added stub functions for GetConsoleScreenBufferInfo and 
159         GetLargestConsoleWindowSize
161         * [win32/findfile.c]
162         FindFirstFile32A() - removed erroneous strcpy
164         * [windows/keyboard.c]
165         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
166         specification. NB - I still have doubts about some other functions
167         in this file.
169 ----------------------------------------------------------------------
170 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
172         * [windows/event.c]
173         Minor improvements in setting event time in MSG struct.
175         * [windows/hook.c]
176         Removed an useless 'unimplemented hook' message.
178         * [windows/win.c]
179         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
181 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
182         * [loader/pe_image.c]
183         Fixed imports with no name/ordinal list (MFC30.DLL).
184         Added borland style - ordinal import (wsock32.dll).
186         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
187           [if1632/kernel32.spec] [include/windows.h]
188         Win32 and Win16 code use the same filehandles/HFILEs.
189         Added SetEndOfFile, MoveFile*, diverse *W functions.
191         * [loader/pe_image.c]
192         Fixed argument 2 to DllEntry.
194         * [misc/comm.c]
195         Adapt to filehandling changes, win32 code still broken.
197         * [misc/registry.c]
198         Use Wine filehandling.
199         StartupRegistry to add startup-detected registry entries.
201         * [miscemu/dpmi.c] [miscemu/int21.c]
202         Some missing interrupt-functions added.
204         * [if1632/gdi32.spec][if1632/user32.spec]
205         Some thunks to 16 bit equivalent functions added.
207 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
209         * [misc/winsocket.c]
210         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
211         Windows fd_set structs.
213         * [if1632/winsock.spec]
214         Corrected arguments to select().
216 ----------------------------------------------------------------------
217 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
219         * [misc/commdlg.c] [if1632/commdlg.spec]
220         Fixed some SEGPTR problems.
222         * [windows/winproc.c]
223         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
224         and WM_MEASUREITEM
225         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
227 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
228         * [files/drive.c]
229         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
231         * [multimedia/audio.c]
232         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
233         below 4096 bytes.
235         * [multimedia/mcistring.c]
236         Segptr string handling fixed & enhanced.
238         * [if1632/crtdll.spec][misc/crtdll.c]
239         malloc,free,_strupr,_stricmp,_strcmpi added.
241         * [if1632/wsock32.spec][misc/winsock.c]
242         More direct thunks into unix libc and WsControl-stub added.
244 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
246         * [objects/metafile.c]
247         Bug fixes to both recording and playback of ExtTextOut().
249 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
251         * [multimedia/audio.c] [multimedia/mcianim.c]
252           [multimedia/mcicda.c] [multimedia/midi.c]
253         Made cdaudio, audio and midi work for FreeBSD.
255 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
257         * [misc/crtdll.c] [if1632/crtdll.spec]
258         Added a lot of functions.
260         * [misc/ole2nls.c]
261         Added ID values for all languages in GetUserDefaultLCID().
262         
263 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
265         * [windows/event.c] [windows/message.c]
266         First attempt at hook WH_JOURNALPLAYBACK.
268 ----------------------------------------------------------------------
269 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
271         * [controls/scroll.c]
272         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
274         * [graphics/driver.c] [include/x11drv.h]
275         New files for graphics driver handling.
277         * [if1632/relay.c] [include/registers.h] [tools/build.c]
278         Implemented Win32 register functions. Not really tested yet.
280         * [include/gdi.h]
281         Added a lot of functions to the DC func table.
283         * [loader/pe_image.c]
284         Initialise %fs before calling out to 32-bit code.
286         * [windows/hook.c]
287         Fixed bug in HOOK_GetHook().
289         * [windows/win.c]
290         Fixed FindWindow to return an error if the class name doesn't exist.
292 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
294         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
295         mpr.dll specs added.
297         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
298         QueryPerformanceCounter(), GlobalMemoryStatus() added.
300         * [if1632/user32.spec] [win32/error.c]
301         SetLastErrorEx() added.
303         * [misc/commdlg.c]
304         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
306         * [misc/registry.c]
307         Some missing NULL ptr checks added, misc clean up.
309 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
311         * [controls/menu.c]
312         Adjust popup menu coordinates so that it always stays within 
313         the desktop.
315         * [misc/main.c]
316         Fixed GetEnvironment() return value for lpEnv == NULL case.
318 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
320         * [misc/crtdll.c] [if1632/crtdll.spec]
321         Added some is* functions, strlen and tolower.
322         
323 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
325         * [tools/wineconf]
326         New perl script to generate the wine.conf file.
328 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
330         * [if1632/gdi.spec]
331         Lots of printer functions.
332         
333         * [include/callback.h]
334         New functions for printer driver support.
336         * [include/gdi.h]
337         New/changed structures to support printer driver.
339         * [misc/escape.c]
340         New version that uses function table in DC structure.
342         * [objects/dc.c]
343         CreateDC copes with things other than Display.
344         X code for CreateDC moved to graphics/x11drv directory.
345         CreateCompatibleDC copies func table from original DC.
347         * [objects/font.c]
348         GetTextExtentPoint32A,GetTextMetrics16 use function table in
349         DC and code moved to drivers directory.
351         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
352         New files for printer support. 
354 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
356         * [controls/scroll.c]
357         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
358         code. There are a few options in which I'm probably the wrong person
359         for the job (page size and disable bar). There are comments in the
360         code as to what they should do.
362         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
363         Added 32 bit version of FONT_GetObject.
365 ----------------------------------------------------------------------
366 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
368         * [files/drive.c]
369         Added 'Filesystem' option in drives configuration.
371         * [files/dos_fs.c] 
372         Added handling of case-insensitive filesystems.
374         * [memory/selector.c] [include/stackframe.h]
375         Removed MAKE_SEGPTR.
377         * [misc/commdlg.c] [multimedia/mcistring.c]
378         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
380         * [objects/bitblt.c] [windows/graphics.c]
381         Use an intermediary pixmap to avoid some BadMatch errors on
382         XGetImage().
384 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
386         * [windows/message.c]
387         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
389         * [misc/ver.c]
390         Fixed a bad string result in VerQueryValue[16|32A|32W].
392 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
394         * [if1632/crtdll.spec] [misc/crtdll.c]
395         More additions to get win95 programs further down the road.
397         * [if1632/kernel.spec] [loader/module.c]
398         GetModuleName() added.
399         LoadModule(): params->showCmd can be NULL.
401         * [if1632/kernel32.spec] [if1632/thunk.c]
402         ThunkConnect32() stub added.
404         * [loader/resource.c]
405         Entries include lastentry.
407         * [misc/shell.c] [files/file.c]
408         Made progman work again.
410 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
411         
412         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
413         Icon painting fixes.
415         * [windows/winpos.c] [windows/painting.c]
416         Enforce and follow hrgnUpdate more closely to cut down on
417         redundant RedrawWindow() calls.
419         * [windows/event.c]
420         Process ConfigureNotify only for managed windows.
422         * [windows/winpos.c]
423         Do not redraw parent if the window was hidden before SetWindowPos().
425         * [windows/nonclient.c]
426         Omit some nonclient decoration painting for managed windows.
428         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
429         Implemented WM_NEXTMENU.
431         * [controls/listbox.c]
432         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
434         * [misc/shell.c]
435         Added .ICO file handling to ExtractIcon().
437 ----------------------------------------------------------------------
438 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
440         * [configure.in] [include/acconfig.h] [tools/build.c]
441         Added check for underscore on external symbols.
443         * [memory/selector.c] [memory/global.c]
444         Fixed FreeSelector() to free only one selector.
445         Added SELECTOR_FreeBlock() to free an array of selectors.
447         * [objects/color.c]
448         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
449         hi-color displays.
451         * [tools/build.c] [if1632/crtdll.spec]
452         Added 'extern' type, used for external variables or functions.
454         * [windows/winpos.c]
455         Allow de-activating a window in WINPOS_ChangeActiveWindow().
457         * [windows/winproc.c]
458         Added 32-to-16 translation for button messages.
459         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
460         happen to be valid SEGPTRs.
462 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
464         * [windows/message.c]
465         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
466         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
468         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
469         Introduced undocumented API function IsValidMetaFile(), plus a
470         minor fix in last patch of CopyMetaFile().
472         * [objects/gdiobj.c]
473         Removed a FIXME in IsGDIObject(): added magic word check.
475 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
477         * [controls/statuswin.c]
478         First pass at implementing the StatusWindow class.
480         * [include/commctrl.h]
481         Header file for common controls.
483         * [controls/widgets.c]
484         Added InitCommonControls().
486         * [if1632/comctl32.spec]
487         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
489         * [win32/findfile.c] [if1632/kernel32.spec]
490         Add FindNextFile32A, FindClose.
491         Modified FindFirstFile32A so it works with FindNextFile32A.
493         * [include/winbase.h]
494         Fixed WIN32_FIND_DATA structure member names.
496 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
498         * [windows/scroll.c]
499         Changed scrolling routines to benefit from DCE code update.
501 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
503         * [files/file.c]
504         SearchPath* could get NULL for lastpart argument.
506         * [if1632/build-spec.txt] [documentation/debugging]
507         Varargs documentation added, debugging hints updated.
509         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
510         Started to implement CRTDLL.
512         * [if1632/wsock32.spec]
513         Some thunks to standard libc functions (structures have the same
514         elements, but perhaps wrong offset due to packing).
516         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
517         Merged kernel32.h into windows.h.
519         * [misc/lstr.c]
520         Enhanced FormatMessage().
522         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
523         GetVersion() updated to new naming standard.
524         Changed language handling to support language ids.
526         * [misc/shell.c]
527         Enhanced FindExecutable, so it finds files in the search path too.
529         * [win32/environment.c]
530         GetCommandLine* updated.
532         * [loader/resource.c] [loader/pe_resource.c]
533         FindResourceEx32* added.
534         Loading of messagetables added.
535         Language handling now uses Wine default language id.
537 ----------------------------------------------------------------------
538 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
540         * [controls/scroll.c]
541         Attempted to implement undocumented scroll-bar messages.
543         * [tools/build.c] [include/callback.h] [windows/winproc.c]
544         CallTo16_* functions now get DS from the previous 16-bit stackframe.
546         * [if1632/thunk.c] [include/callback.h]
547         Added thunks to implement callbacks for the emulator. Now all the
548         Enum* functions always take a real function pointer even in the
549         emulator.
550         
551         * [loader/builtin.c]
552         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
553         work with NULL entry points. Using linear search now.
555         * [loader/module.c]
556         Implemented IsSharedSelector().
558         * [loader/task.c]
559         Changed SwitchStackTo/Back to use the instance data to store the
560         previous stack instead of the TDB. Also copy the local variables
561         onto the new stack.
562         Added GetExeVersion() and SetTackSignalProc().
563         Implemented SetSigHandler().
565 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
567         * [controls/menu.c]
568         "Fixed" problem in deleting menus where win32 could get into an
569         endless loop when it crashed. I think I've fixed the symptoms, not
570         the original problem so it might be worth further investigation.
572         * [debugger/registers.c]
573         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
574         compile wine properly.
576         * [files/dos_fs.c]
577         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
578         from win32/findfile.c (q.v.).
580         * [if1632/gdi32.spec]
581         Added SetMapMode (call existing function)
583         * [if1632/kernel32.spec]
584         Added FindFirstFileA and SetFileAttributesA.
586         * [if1632/user32.spec]
587         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
588         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
589         UnhookWindowsHookEx.
591         * [win32/file.c]
592         Added stub function SetFileAttributes32A. It's a stub because I
593         can't really work out what this function should do with most
594         attributes in a Unix environment. Anyone care to expand it?
596         * [win32/findfile.c]
597         New file. Initial stab at FindFirstFile. This doesn't work as
598         specified yet, though a lot of the groundwork is there. I haven't
599         time to work on this for the next month, so if anyone wants to pick
600         it up and run with it please do.
602         * [win32/memory.c]
603         Removed malloc.h from includes (covered by stdlib.h include, and
604         gets rid of a warning in FreeBSD).
606         * [win32/newfns.c]
607         UnhookWindowsHookEx32A stub added.
609         * [win32/user32.c]
610         Added implementation of IsDialogMessage32A.
612         * [windows/dialog.c]
613         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
614         SendDlgItemMessage16.
616 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
618         * [windows/graphics.c]
619         Removed rectangle checking (conflicted with nonstandard
620         mapping modes). 
622         * [windows/dialog.c]
623         Added check for child-style dialogs to DS_ABSALIGN
624         coordinate conversion.
626         * [objects/color.c]
627         Cleaned up misc. bits
629 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
631         * [windows/focus.c] [windows/event.c] [windows/win.c]
632           [windows/defdlg.c]
633         Fixes to focusing and activation.
635         * [windows/defdlg.c]
636         Properly(?) handle DM_GETDEFID.
638         * [controls/combo.c]
639         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
640         CBCheckSize: Adjust edit position.
642 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
644         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
645         Pass HFILEs instead of unix-fds to self-loader code.
647 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
649         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
650         Implemented handling of some new metafile records (META_...)
651         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
652         Added functions like MF_StretchBlt() for usage in metafiles.
653         Minor bugfix in CopyMetafile().
655         * [objects/bitmap.c][objects/dib.c]
656         Added check for metafile-DC in Bitmap and DIB functions:
657         CreateCompatibleBitmap() etc.
659 ----------------------------------------------------------------------
660 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
662         * [loader/task.c] [include/task.h]
663         Implemented SwitchStackTo()/SwitchStackBack().
665         * [include/wintypes.h] [loader/main.c]
666         Added __winelib variable to distinguish between emulator and
667         library at run-time. Later on, this should avoid some
668         recompilations when building Winelib.
670         * [windows/property.c]
671         Implemented Win32 functions for window properties.
673 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
675         * [controls/listbox.c]
676         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
677         messages.
679         * [controls/menu.c]
680         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
682         * [include/cursoricon.h]
683         Moved #pragma pack(1) back to where it belongs.
685         * [objects/palette.c]
686         RealizeDefaultPalette() maps to system colors only.
687         Do not broadcast palette notifications when in TrueColor.
689         * [objects/color.c] [include/palette.h]
690         Miscellaneous optimizations. Had to fix several
691         "improvements" made to my patch for previous release.
693         * [objects/dib.c]
694         Reverse dib bits order for 24-bit SetDIBits().
696         * [objects/dc.c]
697         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
699         * [windows/scroll.c]
700         Scroll update region too.
702         * [windows/message.c]
703         Include QS_MOUSE into the event mask for nonclient mouse
704         message filter. Fixes problems with Word 6 freezing when
705         mouse hits nonclient area.
707         * [windows/win.c] 
708         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
710         * [windows/winpos.c] [windows/mdi.c]
711         Attempt to fix control menu duplication.
713 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
715         * [files/drive.c]
716         GetDriveType32A(): return value for CDROM fixed.
718         * [files/file.c]
719         SearchPath* added.
721         * [if1632/gdi32.spec] [objects/brush.c]
722         SetBrushOrgEx() added.
724         * [loader/pe_resource.c]
725         If even loading the default entry fails, we just use the first
726         entry from the resource directory.
728         [loader/task.c]
729         SetSigHandler() stub added, Paradox 4.5 now starts up.
731         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
732         COMM functions updated to win32, not complete.
734         * [misc/lstr.c]
735         FormatMessageA partially implemented.
737         * [include/miscemu.h] [memory/selector.c]
738           [memory/global.c] [miscemu/dosmem.c]
739         DOS memory handling changed: 1MB preallocated block, real-mode
740         segment handling possible, SetSelectorBase into lower physical 1MB
741         possible.
743         * [miscemu/dpmi.c]
744         Real-mode segments changed, real-mode int 21,ax=6506 added.
745         AX=0x0303 added.
747         * [multimedia/time.c]
748         Fixed bug in killTimer.
750         * [objects/bitmap.c]
751         LoadImageA partially implemented.
753 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
755         * [include/dde_mem.h][include/dde_proc.h]
756           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
757           [ipc/generic_hash.h][library/miscstubs.c]
758         Changes for error free compilation using "--with-ipc":
759         replaced some names with *16-equivalent (e.g. MSG to MSG16),
760         modified prototype of function DDE_GlobalFree() .
762         * [objects/palette.c]
763         Added check for metafile-DC in GDISelectPalette(),
764         GDIRealizePalette(),RealizeDefaultPalette() and
765         IsDCCurrentPalette().
767 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
769         * [controls/edit.c]
770         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
771         fixes Winhelp.
773         * [windows/dialog.c]
774         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
776 ----------------------------------------------------------------------
777 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
779         * [configure.in]
780         Generate include/config.h instead of putting everything on the
781         command-line.
782         Removed -with-malloc-debug option (not useful for end users
783         anyway).
784         Added check for memmove().
786         * [include/wintypes.h] [*/Makefile.in]
787         Added definition of __WINE__ symbol when compiling Wine code
788         (emulator or library) as opposed to user programs.
790         * [debugger/editline.c] [debugger/readline/*]
791         Moved all the readline code into debugger/editline.c. Removed the
792         readline subdirectory.
794         * [files/profile.c]
795         Added PROFILE_GetWineIniInt().
797         * [include/stackframe.h] [loader/task.c]
798         The 16-bit stackframe now also exists for Winelib (even though it
799         only ever contains one frame).
801         * [loader/module.c]
802         Added function MODULE_CreateDummyModule() to create a dummy Win16
803         module for Winelib and Win32.
805         * [memory/ldt.c]
806         Make sure the ldt entry contents will be acceptable for the Linux
807         kernel.
809         * [memory/selector.c]
810         Fixed SetSelectorLimit() when the limit is in pages.
812         * [misc/port.c]
813         Added memmove().
815         * [miscemu/dpmi.c]
816         Clear the segment registers that contain the selector being freed
817         in int31/ax=0001.
818         Added missing break after SelectorAccessRights call.
820         * [win32/struct32.c]
821         Added conversions for MDICREATESTRUCT.
823         * [windows/winproc.c]
824         Added message conversions for WM_MDICREATE.
826 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
828         * [windows/class.c]
829         Added GetExePtr() call in CLASS_FindClassByAtom().
831 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
833         * [if1632/*.spec]
834         Some more trivial specs added.
836         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
837         CreateFont32* added, changed to new naming std.
839         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
840         Some defines/types added.
842         * [win32/thread.c]
843         TlsSetValue() returns boolean.
845         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
846           [controls/menu.c] [objects/bitmap.c]
847         Cleanup of the resource functions, mostly changes to new naming
848         standard and fixing of argument types so that they agree with the
849         win16/win32 API.
851 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
853         * [windows/winpos.c]
854         ShowWindow() fixes.
856         * [windows/mdi.c]
857         Fix reversed LPARAM in WM_MDIACTIVATE.
859         * [wine.ini]
860         New option AllocSystemColors tells Wine how many colors to grab
861         from the system colormap.
863         * [objects/bitblt.c] [objects/dc.c]
864         Fixed pink garbage over Word buttons in PseudoColor. Added
865         optional DSTINVERT shortcut for faster text selection.
867         * [misc/wsprintf.c]
868         Skip bogus segmented pointers in wsvnprintf16(). 
870         * [objects/gdiobj.c]
871         Added palette handling to UnrealizeObject(). 
873         * [objects/color.c] [objects/palette.c] [windows/dce.c]
874         Wine gets palette manager with support for more than 20 colors. 
875         Only PseudoColor and TrueColor visuals tested so far.
877         * [windows/winpos.c] [windows/win.c] 
878         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
879         use XReconfigureWMWindows() instead of XConfigureWindow() in
880         managed mode.
882         * [memory/global.c]
883         Do not allocate more than 640K of DOS memory.
885         * [misc/main.c]
886         Do not allow -desktop and -managed together.
888 ----------------------------------------------------------------------
889 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
891         * [controls/scroll.c]
892         Use Win32 heap functions to allocate scroll-bar info structure.
894         * [debugger/dbg.y] [debugger/registers.c]
895         Added support for FS and GS segment registers.
896         Check that segment registers value are OK before returning from
897         the signal handler.
899         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
900         Changed relay debugging for Win32 function: the relay code now
901         passes the entry point address instead of the function name.
903         * [tools/build.c] [miscemu/*.c]
904         Added support for data entry points in Win32 DLLs.
905         Added 'cdecl' function type for Win32.
906         For 'register' function, the relay code now passes a pointer to
907         the SIGCONTEXT structure.
908         
909         * [include/registers.h] [include/wine.h]
910         Moved SIGCONTEXT structure definition in registers.h.
912         * [loader/pe_image.c]
913         Don't die at once if some Win32 entry points cannot be found, but
914         set them to NULL, just like we do for Win16. This allows some
915         programs to go further before crashing.
917         * [loader/task.c] [loader/main.c]
918         Moved global initializations from InitTask() to MAIN_Init(), as
919         they no longer need a task context with the new SEGPTR heap functions.
921         * [memory/string.c]
922         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
923         very convenient.
925         * [windows/graphics.c]
926         Partially implemented DrawEdge().
928         * [windows/timer.c] [windows/caret.c]
929         Implemented Win32 timer handling. Updated caret management to use
930         Win32 timers (avoids having to use a Win16 callback).
932         * [windows/win.c]
933         Prevent programs from setting some style bits with
934         SetWindowLong(). This should fix some BadMatch crashes.
935         Link new windows at the end of the linked list.
937         * [windows/winpos.c]
938         Don't try to activate a child window in ShowWindow().
940         * [windows/winproc.c]
941         Added a 32->32 thunk to support Ansi-Unicode translation.
943 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
945         * [files/directory.c]
946         Additional (undocumented) return value for GetTempDrive() added.
948         * [files/dos_fs.c] [files/file.c] [include/windows.h]
949         GetTempFileName32* added.
950         GetShortPathName* added.
952         * [memory/string.c]
953         Win16 lstrcpy() can get NULL ptrs as argument and survive.
955         * [misc/lzexpand.c]
956         LZOpenFile(): also try opening with compressed filename if normal
957         open fails.
959         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
960         Char* added.
961         CompareString* added.
963 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
965         * [objects/font.c] [if1632/gdi32.spec]
966         CreateFontIndirect32A and CreateFontIndirect32W added.
968         * [misc/ole2nls.c]
969         GetUserDefaultLCID return values updated for new languages.
970         Finnish support added for GetLocaleInfoA.
972         * [object/palette] [gdi32.spec]
973         RealizePalette32 and SelectPalette32 added.
974         
975 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
977         * [misc/shell.c]
978         Fixup for SHELL_FindExecutable so that File->Run from progman
979         works once more. Still needs some more fixups - grep for FIXME in
980         this file.
982 ----------------------------------------------------------------------
983 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
985         * [controls/desktop.c]
986         Use Windows file I/O routines to load the desktop bitmap.
988         * [files/file.c]
989         Implemented RemoveDirectory* and DeleteFile*.
991         * [include/wine.h]
992         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
994         * [loader/task.c]
995         Fixed initial breakpoint setting for Win32 tasks.
997         * [misc/wsprintf.c]
998         Ignore Unicode formats for wsprintf16().
1000         * [objects/font.c]
1001         Implemented Win32 version of GetTextMetrics.
1003         * [windows/winproc.c] [windows/win.c] [windows/class.c]
1004           [windows/dialog.c]
1005         Modified windows procedures to use thunks, to ensure that the
1006         procedure can be called directly from the Windows program.
1008         * [windows/win.c]
1009         Added function WIN_BuildWinArray() to make it easier to enumerate
1010         windows. Implemented Win32 version of EnumWindows() and friends.
1012 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
1014         * [controls/button.c] [windows/win.c]
1015         Operator precedence fixes.
1017         * [controls/edit.c]
1018         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
1019         Fixed word wrap with long words.
1021         * [debugger/debug.l]
1022         New alias "where" for command "backtrace".
1024         * [if1632/gdi.spec]
1025         Corrected parameter of ExtTextOut.
1027         * [loader/module.c]
1028         Corrected printing of table of modules.
1030         * [misc/spy.c]
1031         Removed superfluous \n in message name.
1033         * [windows/message.c]
1034         Declared MSG_SendMessage as static.
1035         Changed parameter of DirectedYield() from queue handle to task handle.
1036         Removed warning mesages for argument of printf.
1038         * [windows/nonclient.c]
1039         Added the flag DT_NOPREFIX when drawing window titles.
1041         * [windows/win.c]
1042         WIN_WalkWindows now prints the invalid window handle.
1043         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
1045         * [windows/winproc.c]
1046         Allows creating dialog windows with NULL as dialog function.
1048 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1050         * [windows/event.c]
1051         EVENT_key: Fixes to VK_ code generation for space bar and
1052         punctuation.
1054         * [files/file.c]
1055         GetTempFileName: first character in temporary name is "~".
1057         * [memory/heap.c]
1058         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
1060         * [objects/text.c]
1061         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
1063         * [misc/driver.c]
1064         Removed some bugs and reformatted. Actually loads drivers now.
1066         * [include/callback.h]
1067         Added CallDriverProc() and CallWindowsExitProc().
1069         * [loader/module.c]
1070         MODULE_CallWEP(): new function.
1072         * [misc/lzexpand.c]
1073         LZSeek(): return new pointer, not old one.
1075         * [misc/ver.c]
1076         find_ne_resource(): fixed dependence on LZSeek() bug.
1077         GetFileResource(): initialize reslen before using it.
1079         * [windows/class.c]
1080         SetClassWord(): add missing else.
1082         * [objects/font.c]
1083         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
1084         InitFontList: allocate one huge array of structures.
1085         FONT_MatchFont: uppercase the face name.
1087 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
1089         * [memory/heap.c]
1090         Fixed a typo in HeapReAlloc().
1092 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1094         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
1095           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
1096         GetTempPath* added
1097         GetDriveType* fixed, updated to NewNameStandard.
1098         GetCurrentDirectory* fixed (needs to prepend X:\).
1100         * [controls/listbox.c]
1101         Missing NULL check added.
1103         * [if1632/winmm.spec] [loader/builtin.c]
1104         winmm.dll (32bit mmsystem equivalent) specs added.
1106         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
1107         Rtl{Move,Zero,Fill}Memory added.
1109         * [misc/registry.c]
1110         Some NULL ptr dereference bugs fixed.
1112         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
1113         Check for NULL ptr.
1114         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
1115         Aliasing should work for all MCI devices.
1117         * [windows/win.c]
1118         Allow passing invalid window handles to CloseWindow().
1120 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1122         * [files/directory.c] [if1632/kernel32.spec]
1123         GetSystemDirectory32A and GetSystemDirectory32W added.
1125         * [misc/main.c] [if1632/kernel32.spec]
1126         Beep and SetEnvironmentVariable32W added.
1128 ----------------------------------------------------------------------
1129 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
1131         * [files/drive.c] 
1132         GetFreeDiskSpace*, GetVolumeInformation* added.
1134         * [files/file.c]
1135         FlushFileBuffers, CreateDirectory* added.
1137         * [include/winbase.h] [include/windows.h]
1138         Prototypes, defines added and fixes.
1140         * [if1632/kernel32.spec] [include/resource32.h]
1141           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
1142         Fixes to resource handling.
1144         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
1145         Specs for implemented functions added
1146         Some thunks to functions which are same as win16 equivalents.
1148         * [loader/task.c]
1149         GetAppCompatFlags() added.
1151         * [misc/registry.c]
1152         One missing else added, small hack to RegQueryValue16().
1154         * [win32/file.c]
1155         GetFileAttributesA() fixed (was using DOS path as UNIX path).
1157 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1159         * [loader/ne_resource.c]
1160         Fixed FreeResource() return value.
1162         * [objects/text.c]
1163         Fixed a bug in ExtTextOut() that was causing overlapped characters
1164         in WinWord.
1166         * [windows/winpos.c]
1167         SWP_FRAMECHANGED for top-level windows now invalidates client
1168         area as clock.exe wants.
1170 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1172         * [controls/listbox.c]
1173         Mini bugfix: 'revival' of missing scrollbar in listboxes.
1175 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
1177         * [resources/sysres_Fr.rc] [resources/TODO]
1178         Made changes for Choose_Font dialog.
1180 ----------------------------------------------------------------------
1181 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1183         * [memory/heap.c]
1184         Fixed bug in HeapRealloc (thanks to Bruce Milner).
1186         * [misc/wsprintf.c]
1187         Fixed argument size for %c format in wsprintf16().
1189         * [objects/dc.c]
1190         Don't free hFirstBitmap for saved DCs.
1192         * [windows/event.c]
1193         Added timer handling in EVENT_WaitXEvent().
1195         * [windows/message.c]
1196         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
1197         event is for the current task; if not, wake the other task.
1199         * [windows/queue.c] [include/queue.h]
1200         Added 'self' handle in queue structure.
1202         * [windows/timer.c]
1203         Added TIMER_ExpireTimers() function to mark expired timers and
1204         wake up the corresponding tasks.
1206 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
1208         * [windows/mapping.c]
1209         First point in list was mapped multiple times in DPtoLP and
1210         LPtoDP.  Other points were not mapped.
1212 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1214         * [misc/shell.c]
1215         Some fixes for ExtractIcon function family.
1217         * [documentation/user_module]
1218         Chapter about windowing and messaging subsystems.
1220 ----------------------------------------------------------------------
1221 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1223         * [debugger/break.c] [loader/signal.c]
1224         Fixed breakpoints in 32-bit code.
1226         * [include/windows.h]
1227         Added many more Win32 versions of standard structures.
1229         * [include/winreg.h] [misc/registry.c]
1230         Moved private types into registry.c.
1232         * [memory/string.c] (New file)
1233         Moved most string functions from misc/lstr.c; added Win32 version
1234         of all functions.
1236         * [misc/wsprintf.c]
1237         Implemented Win32 wsprintf functions.
1239         * [objects/bitmap.c]
1240         Implemented Win32 bitmap functions.
1242         * [windows/dialog.c]
1243         Don't set dialog procedure before the controls are created. This
1244         avoids a crash in Winhelp.
1246 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
1248         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
1249         Replace PeekMessage with PeekMessage16.
1251         * [if1632/kernel32.spec][misc/main.c]
1252         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
1253         MAIN_ParseVersion: new function, new command line option -winver.
1254         GetVersion: modified to take command line argument into account.
1256         * [if1632/kernel32.spec] [win32/process.c]
1257         FreeLibrary32: new function.
1258         TlsAlloc: initialize Tls to zero.
1259         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
1260         functions.
1262         * [if1632/kernel32.spec]
1263         SetErrorMode,GetActiveWindow: new relays to existing functions.
1265         * [if1632/kernel32.spec][win32/user32.c]
1266         PeekMessage32A,PeekMessage32W: new functions.
1268         * [include/struct32.h][include/windows.h]
1269         Moved MSG32 to windows.h.
1270         Renamed MSG to MSG16.
1271         Modified prototypes to use MSG16
1273         * [include/winbase.h]
1274         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
1276 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1278         * [if1632/Makefile.in] [loader/builtin.c]
1279         version.dll,lz32.dll added.
1281         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
1282           [misc/lzexpand.c]
1283         lz32.dll added.
1284         Modified to new function naming standard.
1286         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
1287         version.dll added (win32 version of ver.dll).
1288         Modified to new function naming standard.
1289         Use registry to look up a LOCALE langids too.
1290         (VerInstallFile,VerFindFile still stubs)
1292 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
1294         * [files/file.c]
1295         Added a warning if GetTempFileName() gets a bad drive parameter.
1297         * [misc/commdlg.c]
1298         Changed file listbox color to gray in SaveFile dialog 
1299         (just like Windows does this).
1301 ----------------------------------------------------------------------
1302 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1304         * [controls/button.c] [controls/listbox.c]
1305         Fixed wParam of WM_DRAWITEM message.
1307         * [if1632/Makefile.in] [loader/builtin.c]
1308         Remove WPROCS32 DLL, as the relay code can call Wine routines
1309         directly.
1311         * [loader/module.c] [loader/ne_image.c]
1312         Fixed initial stack layout for self-loading modules.
1314         * [tools/build.c]
1315         Fixed data segment building for Win16 modules.
1317         * [windows/defdlg.c]
1318         Implemented Win32 versions of DefDlgProc().
1320         * [windows/dialog.c]
1321         Merged Win16 and Win32 dialog code.
1322         Added support for control extra data in dialog item template.
1324         * [windows/win.c]
1325         Unified Win16 and Win32 versions of CreateWindow().
1326         Implemented Win32 version of GetWindowLong().
1328         * [windows/winproc.c]
1329         Changed the implementation of window procedures, so that 16-bit
1330         winprocs are valid segmented pointers.
1332 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1334         * [misc/registry.c]
1335         Fixed another bug in the w95 loader. Quietened some debug output.
1337 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1339         * [windows/winproc.c]
1340         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
1342 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1344         * [resources/TODO] [resources/sysres_It.rc]
1345         Updated font dialog box.
1347 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
1349         * [include/commdlg.h] [misc/commdlg.c]
1350         ChooseFont() and ChooseColor(): 
1351         Bugfixes and added more support for some CF_* and CC_* flags: 
1352         dialog templates and font size control.
1353         Bugfix in structure definition of CHOOSECOLOR definition.
1355         * [ipc/dde_proc.c] [windows/event.c]
1356         Replaced SendMessage with SendMessage16 and added inclusion of
1357         dde_proc.h for error-free compilation of ipc module.
1359 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1361         * [windows/scroll.c]
1362         Made ScrollDC to save/restore current clipping region.
1364         * [misc/clipboard.c] [windows/event.c]
1365         Implemented most of the previously missing features (not tested), 
1366         improved text pasting from/to X. 
1368         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
1369           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
1370           [windows/winpos.c] [windows/painting.c]
1371         Updated DCE code, implemented dynamic invalidation of owned DCs.
1372         This fixes a lot of problems with scrolling in WinWord. Not
1373         sure about the effect on -desktop.
1375 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1377         * [win32/time.c] [if1632/kernel32.spec]
1378         Added SetSystemTime and SetTimeZoneInformation.
1380         * [if1632/kernel32.spec]
1381         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
1383         * [include/windows.h]
1384         Added SYSTEM_POWER_STATUS structure and prototypes for
1385         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
1387         * [include/kernel32.h]
1388         Added a prototype for SetTimeZoneInformation.
1390         * [win32/environment.c] [if1632/kernel32.spec]
1391         Added GetSystemPowerStatus and SetSystemPowerState stubs.
1393 ----------------------------------------------------------------------
1394 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1396         * [controls/combo.c]
1397         Destroy the listbox and edit control when destroying the
1398         combo. This should prevent crashes on application exit.
1400         * [misc/system.c] [if1632/system.spec]
1401         Implemented InquireSystem().
1403         * [loader/task.c] [windows/message.c] [windows/queue.c]
1404         First attempt at inter-task SendMessage(). Still has a lot of
1405         problems.
1407 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
1409         * [windows/mdi.c]
1410         Fixed MDITile with iconic children.
1412 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
1414         * [misc/commdlg.c]
1415         ChooseFont dialog:
1416         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
1417           not real available font types (e.g. "Bold") can not selected
1418         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
1420         * [objects/font.c]
1421         In FONT_MatchFont perform check if "lfFaceName" is family from X11
1422         only if "lfFaceName" is a windows font family then do a call of
1423         FONT_TranslateName() : this results in better font selections in 
1424         ChooseFont() or applications like charmap.exe or write.exe.
1425         Added a ParseFontParms() call if necessary in function 
1426         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
1427         even if there isn't one...
1429         * [resources/TODO]
1430         Inventory of resource translations in sysres_??.rc
1432 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1434         * [misc/registry.c]
1435         _w95_loadreg: use offset to determine next RGDB position too.
1437 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
1439         * [controls/combo.c]
1440         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
1442         * [misc/main.c]
1443         Result of option "-fixedmap" is to turn flag on.
1445 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
1447         * [misc/shell.c]
1448         ShellExecute and FindExecutable now both use common code to
1449         determine the required executable file.
1451 ----------------------------------------------------------------------
1452 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1454         * [controls/button.c]
1455         Made ButtonWndProc a 32-bit window procedure.
1457         * [controls/desktop.c]
1458         Made DesktopWndProc a 32-bit window procedure.
1459         Added handling of WM_SETCURSOR.
1461         * [controls/menu.c]
1462         Allocate menu items and strings on the 32-bit system heap.
1463         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
1464         AppendMenu and LoadMenuIndirect.
1466         * [controls/widgets.c]
1467         Added possibility to have 32-bit built-in classes.
1469         * [files/drive.c]
1470         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
1472         * [misc/spy.c] [include/spy.h]
1473         Added support for spying Win32 messages.
1475         * [loader/builtin.c]
1476         Fixed bug in -dll option parsing.
1478         * [memory/local.c]
1479         Added back the change by Huw D. M. Davies to free the block in
1480         LocalRealloc() before allocating the new one.
1482         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
1483         Fixed bug in bitmap size that caused memory corruption for 24bpp.
1485         * [windows/defwnd.c]
1486         Implemented Win32 version of DefWindowProc().
1488         * [windows/dialog.c]
1489         Implemented Win32 version of SendDlgItemMessage,
1490         Get/SetDlgItemText and Get/SetDlgItemInt.
1492         * [windows/mdi.c]
1493         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
1494         Don't make a copy of the OBM bitmaps for every MDI window.
1496         * [windows/message.c]
1497         Implemented Win32 version of SendMessage().
1498         
1499         * [windows/winproc.c] [windows/class.c] [windows/win.c]
1500         New scheme for 32-bit window procedures to replace aliases. All
1501         32-bit window procedure get a 16-bit address pointing to a
1502         WINDOWPROC structure.
1503         Implemented Ansi<->Unicode translation for CallWindowProc().
1504         Added translation of WM_DRAWITEM between Win16 and Win32.
1506         * [windows/win.c] [include/callback.h]
1507         Added ugly hack to build CREATESTRUCT on the stack when sending
1508         WM_NCCREATE.
1509         Implemented Win32 version of Get/SetWindowWord/Long and
1510         Get/SetWindowText.
1511         
1512 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
1514         * [controls/button.c]
1515         Avoid gray text on gray background in disabled push buttons
1516         using a b/w raster and some raster operations (PatBlt,BitBlt).
1518         * [objects/text.c]
1519         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
1521 ----------------------------------------------------------------------
1522 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1524         * [*/*.c]
1525         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
1526         SIZE16. Implemented Win32 version of most functions that take
1527         these types as parameters.
1529         * [configure]
1530         Patched autoconf to attempt to correctly detect -lnsl and
1531         -lsocket. Please check this out.
1532         
1533         * [controls/button.c]
1534         Added support for Win32 BM_* messages.
1536         * [controls/menu.c]
1537         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
1538         with Excel.
1540         * [memory.heap.c] [include/heap.h]
1541         Added support for SEGPTRs in Win32 heaps. Added a few macros to
1542         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
1543         but they work with Win32.
1545         * [memory/atom.c]
1546         Implemented Win32 atom functions.
1548         * [memory/local.c]
1549         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
1551         * [win32/memory.c]
1552         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
1554         * [windows/class.c]
1555         Properly implemented the Win32 class functions.
1557         * [windows/winproc.c] (New file)
1558         New file handling the message translation between Win16 and Win32.
1560 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1562         * [windows/mdi.c] [windows/menu.c]
1563         Improved WM_MDICREATE and WM_MDICASCADE handling.
1565         * [windows/event.c] [objects/bitblt.c]
1566         Handle GraphicsExpose event for BitBlt from screen to screen.
1568         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
1569         Bunch of fixes for problems with -managed.
1571         * [windows/win.c] [windows/winpos.c]
1572         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
1573         in CreateWindow.
1575         * [windows/win.c] [windows/queue.c] [misc/user.c]
1576         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
1577         on window creation/destruction.
1579         * [objects/palette.c]
1580         Crude RealizePalette(). At least something is visible in LviewPro.
1582 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1584         * [if1632/gdi32.spec]
1585         Added Rectangle (use win16 version).
1587         * [if1632/kernel32.spec]
1588         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
1590         * [if1632/user32.spec]
1591         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
1592         versions).
1593         Added SetWindowsHookExA (empty stub for now).
1595         * [include/handle32.h]
1596         Changed #include <malloc.h> to #include <stdlib.h> to prevent
1597         hate message from FreeBSD compiler.
1599         * [win32/newfns.c]
1600         Added new function SetWindowsHookEx32A (empty stub for now).
1602         * [win32/user32.c]
1603         Removed redundant debugging printf statement.
1605 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1607         * [memory/local.c]
1608         Avoid creating adjacent free blocks.
1609         Free the block in LocalReAlloc() before allocating a new one.
1610         Fixed LocalReAlloc() for discarded blocks.
1611         
1612 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1614         * [resources/sysres_Fi.rc]
1615         ChooseFont and ChooseColor dialogs updated.
1617 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1619         * [files/drive.c,if1632/kernel.spec]
1620         GetCurrentDirectory(),SetCurrentDirectory() implemented.
1622         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
1623           [include/windows.h] [include/winreg.h] [loader/main.c]
1624           [misc/main.c] [misc/shell.c] [misc/registry.c]
1625         Registry fixes:
1626         - loads win95 registry databases,
1627         - save only updated keys on default,
1628         - now adhers to the new function naming standard,
1629         - minor cleanups.
1631 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
1633         * [combo.c]
1634         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
1635         and synchronized mine with Greg Kreider's works.
1637         * [commdlg.c]
1638         Bugfix in ChooseFont: font size handling.
1640 ----------------------------------------------------------------------
1641 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1643         * [DEVELOPERS-HINTS]
1644         Added paragraph on naming conventions for Win16/Win32/Winelib.
1646         * [controls/menu.c]
1647         Create a default system menu that is the same for all windows
1648         instead of making a copy every time.
1650         * [include/wintypes.h]
1651         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
1652         Added xx16 and xx32 definitions for most types. General clean-up.
1654         * [memory/global.c] [memory/local.c] [*/*]
1655         Renamed Global and Local heap functions to xxx16. Added all xxx32
1656         versions of the same functions.
1658         * [memory/selector.c]
1659         Mask out lower bits of selector in FreeSelector().
1661         * [misc/lstr.c]
1662         Fixed wvsprintf().
1664         * [windows/class.c]
1665         Changed the class structure to make Win32 support easier.
1667         * [windows/defwnd.c]
1668         Added handling of WM_INITMENUPOPUP for system menu to gray out
1669         invalid options.
1671         * [windows/winpos.c]
1672         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
1673         a SEGPTR.
1675 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1677         * [memory/local.c]
1678         Implementation of moveable and (rudimentary) support for
1679         discardable local memory, plus several bug fixes.
1681 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1683         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
1684         FindWindowEx() implemented (someone reported it was missing
1685         for FrameMaker 4.1).
1687         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
1688           [win32/resource.c]
1689         Misc small stubs/small functions which bring win95 binaries
1690         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
1691         Small fix in WIN32_LoadAcceleratorsA.
1693 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
1695         * [controls/edit.c] [controls/EDIT.TODO]
1696         Changed / fixed some types and typecasts.
1697         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
1698         Added heap initialization in WM_CREATE.
1700 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
1702         * [controls/combo.c] [controls/listbox.c]
1703         Pass WM_[HV]SCROLL to listbox, but not combo.
1704         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
1705         Combo box gets border.
1706         Combo box includes button (otherwise button won't trigger dropdown).
1707         Proper border around RectButton.
1708         Check size consistancy of combo, listbox, and button after resizing 
1709         or before painting.  These routines still aren't completely correct.
1710         Localize size checks in separate routines.
1711         Listboxes are white.
1713 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
1715         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
1716           [resources/sysres_De.rc][resources/sysres_En.rc]
1717         Introduced ChooseFont dialog, but needed some patches in 
1718         handling of comboboxes with edit controls.
1720 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1722         * [programs/winhelp/*]
1723         Added a help viewer and a simple `.hlp' to `.sgml' converter.
1725 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1727         * [resources/sysres_*.rc] [misc/shell.c]
1728         Modified size of "About" dialog boxes.
1730 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1732         * [if1632/Makefile.in][loader/builtin.c]
1733         crtdll.spec, ntdll.spec, wsock32.spec: new files.
1735         * [loader/pe_image.c]
1736         Fix error message if import by ordinal failed.
1738 ----------------------------------------------------------------------
1739 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1741         * [Makefile.in]
1742         Subdir memory is now also compiled for Winelib, in order to get
1743         the Win32 heap functions.
1745         * [if1632/Makefile.in]
1746         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
1747         DLL names > 8 characters.
1749         * [loader/builtin.c] (New file)
1750         Grouped all built-in DLLs code in a single file.
1752         * [memory/global.c]
1753         Use the Win32 heap code instead of malloc() to allocate linear
1754         memory. This will help test the heap code.
1756         * [memory/local.c]
1757         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
1759         * [tools/build.c] [if1632/relay.c]
1760         Removed 'id' directive in spec files. For relay debugging, the DLL
1761         entry point is now computed from the CS:IP entry point address.
1762         Added 'heap' directive to specifiy a local heap for the DLL. USER
1763         and GDI heap are now created this way.
1765         * [windows/class.c] [include/class.h]
1766         Changed the class structure to use pointers instead of handles.
1767         Changed Get/SetClassWord/Long to use a switch statement; this
1768         allows changing the layout of the CLASS structure.
1770         * [windows/win.c] [include/win.h]
1771         Use a CLASS * instead of a handle for the window class.
1773 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1775         * [if1632/kernel32.spec] [memory/global.c]
1776           [win32/memory.c] [win32/process.c]
1777         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
1778         LocalLock,SetThreadAffinityMask: new relays.
1780         * [win32/cursoricon32.c]
1781         Return same handle if a cursor is loaded multiple times.
1783 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
1785         * [resources/sysres_Ko.rc]
1786         Added support for Korean [Ko] language.
1788 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1790         * [objects/dc.c] [objects/font.c]
1791         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
1793         * [objects/metafile.c] [objects/dcvalues.c]
1794         Fixed broken SetTextAlign() on metafiles.
1796         * [objects/metafile.c]
1797         Delete objects in handle table at end of PlayMetaFile().
1799 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1801         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
1802         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
1803         [If it doesn't work for you, use -dll -ver and report it to me]
1805         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
1806           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
1807           [windows/graphics.c]
1808         Simple win32 functions, where we can just use the win16 counterpart.
1809         Misc. stubs. 
1811         * [misc/lstr.c]
1812         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
1814         * [misc/registry.c]
1815         Some alloclens were off by 1, one double fclose() fixed.
1816         Requesting value 0 of a key with no values returns an error 
1817         (should we always return a made up value NULL? what does win3.1?)
1819 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1821         * [misc/shell.c]
1822         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
1823         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
1825         * [misc/user.c]
1826         Do extensive cleanup on application exit.
1828         * [windows/hook.c] [windows/win.c] [windows/class.c]
1829         Added miscellaneous cleanup routines.
1831         * [controls/menu.c]
1832         More efficient popup menu window handling.
1834 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1836         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
1837         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
1839 ----------------------------------------------------------------------
1840 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
1842         * [resources/sysres_Fr.rc] [resources/TODO]
1843         Made changes for Choose_Color dialog.
1845 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1847         * [controls/button.c]
1848         Fixed test that got miscompiled by some old gcc versions.
1850         * [memory/local.c]
1851         Fixed the layout of handle tables so that moveable handle entries
1852         can be freed on LocalFree().
1853         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
1854         GetHeapSpaces().
1856         * [misc/main.c] [ANNOUNCE]
1857         Update the list of contributors. Please let me know if I forgot
1858         someone.
1860 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
1862         * [controls/edit.c] [controls/EDIT.TODO]
1863         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
1864         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
1865         Added WM_ENABLE implementation (gray text).
1866         Fixed buffer > 32767 bug.
1867         Fixed argument types / typecasting.
1868         Faster selection (re)drawing.
1870 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1872         * [misc/registry.c] [include/winreg.h]
1873         Changed savefile format again to human readable/editable
1874         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
1875         Has now global / local registry databases (including merging them).
1876         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
1877         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
1879         * [misc/comm.c]
1880         Allow " " as COMx: ... spec delimiter too.
1881         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
1882         remember the x).
1884 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1886         * [windows/mdi.c]
1887         Miscellaneous changes.
1889         * [windows/winpos.c] 
1890         Use BitBlt whenever possible in SetWindowPos.
1892         * [windows/painting.c]
1893         Fix incompatibilities with hrgnUpdate being 1.
1895 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1897         * [misc/commdlg.c]
1898         Many bugfixes in ChooseColor dialog.
1899         Added a user defined dialog title in FileOpen-/FileSave- dialog.
1901         * [misc/commdlg.c][include/commdlg.h]
1902           [if1632/commdlg.spec][if1632/winprocs.spec]
1903         Introduced dialog-, callback- and enum- stub functions
1904         for ChooseFont dialog
1906 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
1908         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
1909         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
1910         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
1911         fixes.
1913         * [windows/winpos.c]
1914         Don't try to hide the window if it's already hidden.
1916         * [windows/message.c]
1917         Let MSG_PeekHardwareMsg fill the message queue with events if
1918         it's empty.
1920 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1922         * [resources/sysres_It.rc]
1923         Updated to support the new CHOOSE_COLOR_DIALOG.
1925 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
1927         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
1928           [include/w32sys.h] [include/dlls.h]
1929           [misc/Makefile] [misc/w32sys.c]
1930         W32SYS.DLL partially implemented.
1932 ----------------------------------------------------------------------
1933 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1935         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
1936         Made the resource loading code always use the correct Windows
1937         layout for Winelib on other CPUs.
1939         * [include/module.h] [loader/module.c]
1940         Added self handle in NE_MODULE structure, so we can use a pointer
1941         instead of a handle.
1942         Added function MODULE_GetPtr() to validate a HMODULE.
1944         * [memory/heap.c]
1945         Implemented Win32 heap management.
1947         * [memory/selector.c]
1948         Fix selector limit for huge blocks.
1950 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1952         * [objects/metafile.c]
1953         Fixed memcpy bug to allow memory based metafiles to work.
1955 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
1957         * [controls/edit.c] [controls/EDIT.TODO]
1958         Complete rewrite.  Everything changed: new features, new bugs.
1959         Main addition: WordWrap.
1961 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
1963         * [resources/sysres_It.rc]
1964         Fixed a few mistakes in the file and resized some of the controls.
1966 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
1968         * [misc/winsocket.c]
1969         Fixed broken #if defined that stopped unixware compiling.
1971         * [win32/resource.c]
1972         Added missing return to end of FindResource32.
1974 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1976         * [windows/keyboard.c] [windows/event.c]
1977         Fixed GetKeyState for mouse buttons.
1979         * [windows/message.c]
1980         WM_MOUSEACTIVATE wasn't sent in some cases.
1982 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
1984         * [objects/font.c]
1985         Match slightly bigger font if height negative.
1987 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
1989         * [multimedia/mmsystem.c]
1990         Changed read's to FILE_read's in mmsystem to fix mmio bug.
1992 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
1994         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
1995         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
1996         En-,De- resources. 
1997         As written in TODO: some national language support is needed here.
1999 ----------------------------------------------------------------------
2000 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2002         * [controls/button.c] [controls/static.c]
2003         Changes to use WND * wherever possible.
2005         * [debugger/dbg.y] [debugger/debug.l]
2006         Added 'info module' and 'walk module' commands.
2008         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
2009         Added assembly code generation to call from Wine into 32-bit code.
2010         Changed all 'call32' references in 'callfrom16' to avoid confusion
2011         with Win32 routines.
2013         * [include/callback.h]
2014         Added prototypes for 32-bit callbacks.
2016         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
2017         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
2018         now generated by the build program.
2020         * [include/module.h]
2021         Added extra info to NE_MODULE for Win32 modules to point to the PE
2022         module data.
2024         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
2025         Removed the wine_files list. The PE data for a module can now be
2026         accessed with the NE_WIN32_MODULE macro.
2028         * [loader/signal.c] [miscemu/instr.c]
2029         Don't start the BIOS timer at startup, but only after an access to
2030         the 0x40 segment.
2032         * [memory/local.c]
2033         Changed LOCAL_Lock() to return a 32-bit pointer.
2035         * [misc/main.c] [include/dlls.h]
2036         Some built-in DLLs (like KERNEL) can no longer be disabled from
2037         the command-line.
2038         
2039 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
2041         * [*/*]
2042         A lot of small changes to support SCO OpenServer 5.
2044 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2046         * [controls/edit.c]
2047         Fixed GetKeyState() call to use 0x8000 convention.
2049         * [include/windows.h]
2050         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
2052 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
2054         * [if1632/except.S]
2055         Modified code to assemble on unixware.
2057 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
2059         * [objects/font.c]
2060         Implementation of a second font cache which will be updated
2061         dynamically.
2063 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
2065         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
2066           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
2067           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
2068           [resources/sysres_No.rc] [resources/TODO]
2069         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2071 ----------------------------------------------------------------------
2072 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2074         * [tools/build.c]
2075         Changed BuildSpec32Files() to generate assembly instead of C code.
2076         Unified -spec16 and -spec32 options; DLL type is now determined by
2077         the 'type' declaration in the .spec file.
2078         New -stdcall option to build all stdcall assembly relays.
2080         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
2081         Started to unify 16- and 32-bit builtin DLLs.
2083         * [loader/module.c]
2084         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
2086         * [loader/pe_image.c] [loader/resource.c]
2087         All modules now have a NE signature, and can be distinguished by
2088         the NE_FFLAGS_WIN32 flag.
2090         * [windows/alias.c]
2091         Aliases for built-in window procedures are now all created at
2092         startup in ALIAS_Init().
2094 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
2096         * [controls/combo.c]
2097         Limit rectangle to clear to size of item when painting combo, not
2098         default.  Only draw items in list when there is enough room for them.
2100         * [controls/listbox.c]
2101         Get the measure of every item that's added and store in the item's
2102         data structure.  Scroll listbox if mouse near edge of box.  Only
2103         draw items in list when there is enough room.
2105 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2107         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
2108           [windows/nonclient.c] [controls/menu.c] 
2109         Various changes for better keyboard handling. 
2111         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
2112         Proper keyboard message ordering, working GetKeyState() (finally!), 
2113         improvements in ToAscii().
2115         * [windows/win.c] [windows/message.c]
2116         Small improvements in WIN_FindWinToRepaint.
2118         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
2119         Put update region in WM_NCPAINT wParam.
2121         * [loader/task.c]
2122         Kill task timers when task is deleted, switch timers to the
2123         new queue in SetTaskQueue().
2125         * [loader/signal.c] [miscemu/dosmem.c]
2126         Added SIGALRM signal handler to increment BIOS clock. 
2128         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
2129         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
2130         MDI client.
2132         * [windows/winpos.c]
2133         Improvements in handling of owned popups. "Floating" toolboxes 
2134         work better now. 
2136 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2138         * [misc/registry.c]
2139         New file, registry rewrite including win32 extensions
2140         - Unicode
2141         - multiple valus per key
2142         - different datatypes for values
2143         - multiple rootkeys
2144         - saving and loading in different registries.
2146         * [include/winreg.h]
2147         New file, definitions and structs for registry.
2149         * [include/winerror.h]
2150         Some new error defines added... there are more, someone please
2151         check a (real-)windows winerror.h.
2152         
2153         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
2154         Registry specs added.
2156         * [if1632/relay.c]
2157         Switch internal SHELL.DLL to default 'used'.
2159         * [win32/string32.c] [include/string32.h]
2160         Some new functions added.
2161         char should be unsigned char when converting to 16bit ints.
2163         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
2164         Removed old registry functions.
2166 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2168         * [include/bitmaps/ocr_ibeam]
2169         Fixed the position of the hotspot.
2171         * [objects/text.c]
2172         Fixed a few bugs in TEXT_TabbedTextOut().
2174         * [windows/event.c]
2175         Fixed the order of the bits in the KeyStateTable.
2176         0x80 is the up/down-bit.  0x01 is the toggle bit.
2178         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
2179         Fixed the calls to GetKeyState().
2181 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
2183         * [resources/sysres_Fr.rc] [resources/TODO]
2184         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2186 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
2188         * [resources/sysres_it.rc]
2189         Added support for Italian [It] language.
2191 ----------------------------------------------------------------------
2192 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2194         * [include/win.h] [windows/*.c]
2195         Replaced next, parent, child and owner handles by pointers in WND
2196         structure. This should improve performance, and should be
2197         reasonably safe since Microsoft did the same in Win95.
2199         * [include/wintypes.h] [*/*]
2200         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
2201         allows removing a lot of unnecessary casts and NPFMTs.
2203         * [windows/caret.c]
2204         Create the caret brush upon CreateCaret(); use the bitmap
2205         dimensions for the caret.
2206         Fixed CARET_DisplayCaret() to use PatBlt().
2208 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
2210         * [misc/winsocket.c]
2211         More sanity checks, fixup some erroneous return codes.
2213         * [documentation/winsock]
2214         Description of how compatible the winsock is currently.
2216 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2218         * [library/winmain.c]
2219         Set `lpszCmdParam' by concatenating arguments.
2221         * [loader/module.c]
2222         WinExec: accept Unix commands, use Wine emulator.
2224 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2226         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
2227         DeleteCriticalSection, EnterCriticalSection,
2228         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
2229         TlsFree, TlsGetValue, TlsSetValue: new functions.
2230         CRITICAL_SECTION: new structure.
2232         * [if1632/kernel32.spec][win32/code_page.c]
2233         WideCharToMultiByte: new function.
2235         * [if1632/kernel32.spec][win32/file.c]
2236         GetFileAttributesA: new function.
2238         * [if1632/kernel32.spec][misc/main.c]
2239         GetEnvironmentStringsW, FreeEnvironmentStringsA,
2240         FreeEnvironmentStringsW: new functions.
2241         
2242         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
2243         cursoricon32.c: new file.
2244         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
2245         to WIN32_*.
2246         LoadIconA, LoadIconW: modified implementation from LoadIconA32
2247         to WIN32_*.
2249         * [include/struct32.h]
2250         pragma pack inserted.
2251         CURSORICON32 structures added.
2253         * [include/winnls.h]
2254         Constants CP_* and WC_* added.
2256         * [loader/pe_image.c]
2257         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
2259 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
2261         * [misc/commdlg.c]
2262         Introduced hook function handling in file dialog.
2263         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
2265 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2267         * [if1632/gdi32.spec]
2268         Added GetNearestColor.
2270         * [if1632/kernel32.spec]
2271         Added GlobalAddAtomA.
2273         * [win32/param32.c]
2274         Added stackframe.h to includes.
2275         WIN32_GlobalAddAtomA() - new function.
2277 ----------------------------------------------------------------------
2278 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2280         * [controls/edit.c]
2281         Removed calls to memmove (not portable).
2283         * [debugger/dbg.y] [debugger/debug.l]
2284         Prefixed all token with 't' to avoid conflicts with type
2285         definitions.
2286         Added 'walk queue', 'walk class' and 'info class' commands.
2288         * [debugger/info.c]
2289         Moved queue and window information functions to windows/queue.c
2290         and windows/win.c respectively.
2292         * [loader/signal.c]
2293         Added SIGHUP handling to force entry into built-in debugger.
2294         Cleaned up a bit.
2296         * [misc/spy.c]
2297         General cleanup and performance improvements.
2299         * [windows/class.c]
2300         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
2301         debugger.
2303         * [windows/event.c]
2304         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
2305         sure if this key combination is a good choice...
2307         * [windows/message.c] [windows/queue.c] (New file)
2308         Moved message queue handling functions to windows/queue.c.
2310 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
2312         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
2313         Implemented Win32 exception functions: RaiseException(),
2314         RtlUnwind(), SetUnhandledExceptionFilter() and
2315         UnhandledExceptionFilter().
2317 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2319         * [controls/listbox.c] [include/listbox.h]
2320         Special handling for COMBOLBOX styles introduced via extension of
2321         HEADLIST structure: lphl->dwStyle.
2323 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
2325         * [controls/combo.c]
2326         Any mouse movement within a small distance (defined by CBLMM_EDGE)
2327         of the top or bottom edge causes the window to scroll.  Also moved 
2328         some assignments so the routine works correctly.
2330         * [controls/listbox.c]
2331         Changing selection in ListBoxSetCurSel now updates PrevFocused.
2332         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
2333         and sets the standard text height.
2335 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2337         * [windows/dce.c]
2338         Fixed memory leak in DCE_ClipWindows().
2340 ----------------------------------------------------------------------
2341 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2343         * [configure.in]
2344         Quote '[' and ']' in the test program for the strength-reduce
2345         bug. This should work much better...
2347         * [files/file.c]
2348         Augmented DOS_FILE structure. Most internal functions now return a
2349         DOS_FILE* instead of a Unix handle.
2350         Added a local file array to replace the PDB list upon startup, to
2351         allow using file I/O functions before the first task is created.
2352         Added FILE_SetDateTime() and FILE_Sync() functions.
2353         
2354         * [loader/module.c]
2355         Use the DOS file I/O functions in MODULE_LoadExeHeader().
2357         * [objects/bitblt.c]
2358         Use visible region instead of GC clip region to clip source
2359         area. This fixes the card drawing bug in freecell.
2361         * [objects/region.c]
2362         Fixed CombineRgn() to allow src and dest regions to be the same.
2364 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2366         * [controls/EDIT.TODO]
2367         Updated so it reflects the current status.
2369         * [controls/edit.c]
2370         Implemented internal EDIT_WordBreakProc().
2371         Implemented ES_READONLY.
2372         Implemented WM_LBUTTONDBLCLK to select whole words.
2373         Fixed a lot of types in the function definitions.
2375 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2377         * [debugger/info.c]
2378         Added "walk window" command to walk window list. 
2380         * [windows/mdi.c]
2381         Added proper(?) WM_MDISETMENU message handling.
2383 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2385         * [if1632/callback.c][if1632/relay32.c]
2386         RELAY32_CallWindowProcConvStruct: new function.
2388         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
2389         struct32.c: new file. Moved all structure conversions into that file
2390         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
2391         renamed to STRUCT32_POINT32to16, ...
2392         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
2393         POINT32, ...
2394         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
2395         CREATESTRUCT.
2397         * [include/windows.h][misc/exec.c]
2398         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
2399         WinHelp: Reimplemented. Thanks to Peter Balch
2400         (100710.2566@compuserve.com) for his valuable research.
2402         * [win32/winprocs.c]
2403         WIN32_CallWindowProcTo16: new function, call in
2404         USER32_DefWindowProcA,...
2406 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2408         * [include/wintypes.h]
2409         Added "#define __export".
2411         * [objects/bitblt.c]
2412         Put in a few hacks to make bitblt-ing work when upside-down and/or
2413         mirrored.  BITBLT_StretchImage should really be checked over
2414         thoroughly.
2416         * [programs/progman/main.c]
2417         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
2419         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
2420         Eliminated shift/reduce conflict in style definition.
2421         Added crude error message support: "stdin:%d: parse error before '%s'".
2422         Implemented string table support to the best of my ability (it works
2423         with LoadString() calls).
2425         * [windows/nonclient.c]
2426         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
2427         bar of non-iconized window was clicked (checked for iconization).
2429 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2431         * [if1632/lzexpand.spec] [if1632/relay.c]
2432           [include/lzexpand.h][misc/lzexpand.c]
2433         LZEXPAND.DLL added.
2435 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2437         * [windows/win.c]
2438         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
2439         this prevents too early termination of EnumChildWindows().
2441 ----------------------------------------------------------------------
2442 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2444         * [controls/scroll.c]
2445         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
2446         current tracking window.
2448         * [files/file.c]
2449         Fixed two file descriptor leaks in FILE_OpenFile().
2451         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
2452           [tools/build.c]
2453         Replaced LOADEDFILEINFO structure by OFSTRUCT.
2455         * [memory/atom.c]
2456         Reload the pointer to the atom table in ATOM_GetTable() and
2457         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
2458         move in linear memory.
2460 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2462         * [include/callback.h]
2463         Added support for CallWordBreakProc().
2465         * [controls/edit.c]
2466         New caret handling (really efficient / fast).
2467         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
2468         Fixed EM_SETFONT so it now also creates a proper new caret.
2470 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
2472         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
2473         Added WM_DELETE protocol to top-level windows.
2475         * [controls/scroll.c]
2476         Fixed a problem which caused slow scrolling to continue uncontrollably.
2478         * [misc/exec.c]
2479         Implemented ExitWindows().
2481         * [windows/win.c]
2482         Set top-level owned windows to be transient.
2484 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2486         * [programs/progman/*]
2487         Added a program manager.
2489 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
2491         * [resources/sysres_Eo.c]
2492         Added support for Esperanto [Eo] language.
2494 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2496         * [if1632/user32.spec]
2497         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
2499         * [win32/init.c]
2500         Added task.h to includes. GetModuleHandleA() - return hInstance
2501         if called with NULL parameter. Freecell needs this. NOTE this
2502         may indicate a problem with differentiation between hModule and
2503         hInstance within Wine.
2505         * [win32/resource.c]
2506         FindResource32() and LoadResource32() - Removed #if 0's around
2507         conversion from hInstance to hModule. See remarks above.
2509         * [win32/string32.c]
2510         WIN32_UniLen() - removed stray semicolon.
2512 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2513         
2514         * [windows/caret.c]
2515         Set blink rate with call to GetProfileInt().
2517         * [rc/winerc.c]
2518         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
2519         instead of 0.  This seems to correspond to Borland's defaults, and
2520         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
2521         or "| NOT WS_VISIBLE" technique in the *.rc file.
2523         * [win32/time.c]
2524         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
2525         returned by gettimeofday() instead of making second call to
2526         time().  This eliminates clock jitter if the seconds change
2527         between the two calls (rare, but possible).
2529         * [include/wintypes.h]
2530         Added "#define _far" and "#define _pascal".
2532         * [windows/win.c]
2533         Added function GetDesktopHwnd().
2535         * [include/xmalloc.h]
2536         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
2537         have been removed from 'configure', and was causing redefinition
2538         warnings.
2540 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
2542         * [windows/winpos.c] 
2543         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
2544         to force a repaint when setting menu bars with different rows.
2546 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2548         * [windows/syscolors.c] [controls/scroll.c]
2549         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
2551 ----------------------------------------------------------------------
2552 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2554         * [files/profile.c]
2555         Added \r when writing profile files, for DOS compatibility.
2557         * [memory/global.c]
2558         Fixed bug in GlobalReAlloc() that caused a discarded block not to
2559         be reallocated if its size was not changed.
2561         * [memory/selector.c]
2562         Avoid setting a valid LDT entry with base and limit set to 0, as
2563         this causes the kernel to clear the entry. This fixes a crash when
2564         exiting Windows program manager.
2566         * [objects/metafile.c]
2567         Removed call to creat() instead of _lcreat() for WINELIB.
2569 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2571         * [if1632/gdi32.spec]
2572         GetTextExtentPointA now has win32 specific implementation.
2574         * [include/struct32.h]
2575         Define new structure tagSIZE32 and typedef SIZE32 to it.
2576         Define prototype for function PARAM32_SIZE16to32
2578         * [win32/param32.c]
2579         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
2581         * [win32/memory.c]
2582         Added missing file pointer parameter to fprintf.
2584 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
2586         * [windows/nonclient.c]
2587         Added more familiar icon activity, ie single click brings up
2588         system menu.
2590 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2592         * [controls/menu.c]
2593         Added calls to HideCaret() and ShowCaret() from within
2594         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
2595         MENU_TrackKbdMenuBar().  Are there any more places where this
2596         should be done?
2598         * [controls/static.c]
2599         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
2600         the previous icon.  Added a new FIXME at the point where
2601         WM_SETTEXT is handled for a SS_ICON static control.
2603         * [misc/commdlg.c]
2604         Implemented FindText() and ReplaceText()
2605         Still missing : Templates and Hooks handling / error checking
2607         * [resources/sysres_En.c]
2608         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
2609         Languages other than En should update these too, though, as well
2610         as redimension the controls because some of the text doesn't fit.
2611         Created file resources/TODO to explain this.
2613         * [windows/caret.c]
2614         Re-written.  It now uses the correct R2_XORPEN.  It resets the
2615         blink timer on SetCaretPos().  It does its own hide/show scheme
2616         when SetCaretPos() is called (should be faster).
2618 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2620         * [controls/listbox.c]
2621         Miscellaneous changes for better LBS_EXTENDEDSEL support.
2622         Removed several superfluous redrawals of item list.
2624         * [controls/scroll.c]
2625         WM_GETDLGCODE return value.
2627         * [windows/win.c]
2628         FlashWindow function.
2630         * [windows/painting.c] [windows/scroll.c]
2631         Added HideCaret/ShowCaret calls.
2633         * [objects/font.c]
2634         Added GetCharABCWidths stub.
2636         * [include/windows.h]
2637         "#define"s needed for changes mentioned above.
2639 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
2641         * [include/winsock.h]
2642         Change order of includes to get in_addr struct defined in time.
2643         (Note: Linux 1.3.66, libc 5.2.18)
2645         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
2646         Changed the -enhanced option into a -mode option, which can be
2647         either 'standard' or 'enhanced'. 'enhanced' is the default.
2649 ----------------------------------------------------------------------
2650 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2652         * [controls/desktop.c]
2653         Look for the wallpaper file in the Windows directory.
2655         * [controls/menu.c]
2656         Fixed swapped parameters in SetMenuItemBitmaps().
2657         Create a separator in MENU_SetItemData() when the string is NULL.
2659         * [file/dosfs.c]
2660         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
2662         * [files/file.c]
2663         Added a DOS_FILE structure to store per-file information (not
2664         really used yet).
2665         Fixed _lread and _hread to check the size of the buffer before
2666         calling Unix read() to avoid EFAULT error.
2668         * [misc/exec.c]
2669         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
2671         * [miscemu/instr.c]
2672         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
2673         programs that poll the BIOS counter, provided they reload the
2674         selector on every read.
2676         * [miscemu/int21.c]
2677         Re-implemented FindFirst/FindNext for FCB calls.
2679         * [windows/message.c] [windows/winpos.c]
2680         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
2682         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
2683         Added a per-window WIN_MANAGED flag; only windows that have a
2684         dialog frame or a sizing border are managed.
2686 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2688         * [if1632/Makefile.in]
2689         Added -g flag to compilation of .c files generated from *32.spec.
2691         * [if1632/gdi32.spec]
2692         Numerous additional functions implemented.
2694         * if1632/user32.spec]
2695         wsprintfA maps to vsprintf not wsprintf
2696         Numerous additional functions implemented.
2698         * [include/gdi.h] [objects/gdiobj.c]
2699         New #define MAGIC_DONTCARE added. This is used in
2700         GDI_GetObjPtr to enable getting a pointer to a GDI object of
2701         unknow type.
2703         * [win32/gdi32.c]
2704         New file.
2706         * [win32/param32.c]
2707         WIN32_MoveToEx() - handle NULL pointer argument.
2709         * [win32/user32.c]
2710         USER32_InvalidateRect - handle passing of a NULL pointer.
2711         USER32_SetTimer - New function.
2713         * [files/directory.c]
2714         Fixed DIR_Init() (off by one in allocation of space for
2715         environment variables).
2717         * [files/drive.c]
2718         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
2719         on FreeBSD).
2721 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2723         * [controls/menu.c]
2724         Memory leak plugged.
2726         * [controls/edit.c]
2727         Erase space with function ExtTextOut(). This eliminates the use of
2728         xmalloc().  Memory leak in EDIT_WriteText plugged.
2730         * [debugger/db_disasm.c]
2731         Operand for scas now is di.
2733         * [files/profile.c]
2734         PROFILE_GetSection was copying too much data.
2735         PROFILE_GetSection now returns the correct value. It was returning
2736         the number of unused instead of used bytes.
2738         * [objects/dc.c]
2739         Corrected two typos in comments.
2741         * [objects/font.c]
2742         FONT_MatchFont didn't return if it couldn't find any font.
2744         * [objects/oembitmap.c]
2745         Free object only if it has been allocated.
2747         * [windows/scroll.c]
2748         Memory leak in ScrollDC plugged.
2750 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
2752         * [controls/edit.c]
2753         Implemented ES_NOHIDESEL style, shift+click selection,
2754         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
2755         (de)selection drawing.  Changed selection drawing to use correct
2756         system colors instead of inverting.  Fixed deleting or backspacing
2757         across a '\r\n' end of line pair.  Selection now anchors
2758         correctly. Fixed text leaking and extra garbage problem bug
2759         uncovered by change in class style in wine960131.
2761         * [controls/widgets.c]
2762         Class flags now match those of Windows.
2764 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2766         * [controls/widgets.c]
2767         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
2769         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
2770         comctl32.spec ole32.spec winspool.spec: new files.
2771         RELAY32_Init: call initialization of new DLLs.
2772         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
2773         RELAY32_MakeFakeModule: new function.
2775         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
2776         Added Win95 functions. Ordinals now differ from both NT and Win95
2777         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
2778         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
2779         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
2780         new relays.
2782         * [if1632/shell32.spec]
2783         shell32.spec: renumbered all functions to take into account ordinals.
2784         These seem to be identical between NT and Win95.
2786         * [include/dialog.h][windows/dialog.c]
2787         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
2789         * [include/handle32.h]
2790         New handle types VRANGE, HEAP, HEAPITEM.
2792         * [include/pe_image.h][loader/pe_image.c]
2793         struct w_files: new field builtin.
2794         PE_FindExportedFunction: support ordinals.
2795         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
2796         fixup_imports: support ordinals.
2797         PE_LoadImage: prefer directories over segments.
2799         * [include/resource.h][win32/resource.c]
2800         FindResource32: changed parameter from LPCTSTR to LPCWSTR
2801                 check LANG_NEUTRAL if LANG_ENGLISH fails.
2802         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
2803                 disabled because it's broken.
2804         Casted to and from LPWSTR at various places.
2806         * [include/string32.h][win32/string32.c]
2807         Changed prototypes to take const arguments where appropriate.
2809         * [include/struct32.h]
2810         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
2812         * [tools/build.c]
2813         BuildSpec32Files: generate Base value into code, generate call to
2814         RELAY32_MakeFakeModule.
2815         
2816         * [win32/heap.c]
2817         This is still not finished and needs rework.
2818         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
2819         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
2820         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
2822         * [win32/memory.c]
2823         Support for VRANGE_OBJECT. This is not yet called from any place,
2824         and needs more platform specific support
2825         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
2826         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
2828         * [win32/user32.c]
2829         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
2830         names, as in dialogs.
2831         Implemented dialog functions (see user32.spec).
2833         * [windows/caret.c]
2834         CARET_Initialize: call RELAY32_GetBuiltinDLL.
2836 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2838         * [controls/edit.c]
2839         Removed commented out #ifdefs for WINELIB.
2841         * [tools/makehtml.pl]
2842         Put in error checking when trying to open a file.
2844         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
2845         Added two new targets: hello4 and new.
2847         * [include/windows.h]
2848         Added definition of DEVMODE structure, although it's not yet used.
2849         Modified various API functions from CreateDC() to Escape(), in
2850         order to make them more compliant with the strict API definitions.
2852         * [include/wintypes.h]
2853         Added 'typedef char TCHAR'.  It probably should be defined as
2854         'short', but then we would have to support such characters.  Also did
2855         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
2856         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
2857         MFENUMPROC, and HGDIOBJ.
2859 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2861         * [misc/commdlg.c]
2862         Patched a bug that occurred in the internal COMMDLG module for the
2863         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
2864         combobox is now handled correctly.
2866 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
2868         * [resources/sysres_Cz.rc]
2869         Added support for Czech [Cz] language.
2871 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
2873         * [objects/font.c]
2874         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
2875         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
2876         is -1, assume 0.
2877         CreateFontIndirect : if font parameter is NULL, issue an error message.
2878         CreateFont : null-terminate lfFaceName.
2879         ParseFontParms : debug code turned off : too verbose.
2880         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
2882         * [objects/color.c]
2883         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
2885 --------------------------------------------------------------------
2886 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
2888         * [configure.in]
2889         Added --with-dll option to build libwine.so.
2891         * [controls/listbox.c]
2892         Fixed ListBoxDirectory(), DlgDirSelect() and
2893         DlgDirList(). Hopefully their behavior is correct now.
2895         * [controls/menu.c]
2896         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
2897         ModifyMenu() for the item data, to avoid corrupting the pointer
2898         for owner-drawn items.
2900         * [controls/static.c]
2901         Attempt to load OEM icons for SS_ICON controls. Probably not
2902         entirely correct.
2903         Don't clip the text output.
2905         * [files/directory.c]
2906         Add temp dir and Windows dir to environment.
2908         * [files/dos_fs.c]
2909         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
2910         Cache last used directory in DOSFS_FindNext() to avoid quadratic
2911         search time.
2913         * [files/drive.c]
2914         New format for drives configuration in wine.conf; allows
2915         specifying the type, label and serial number of a drive.
2917         * [files/file.c]
2918         New function FILE_OpenUnixFile to make sure we don't open a
2919         directory instead of a file.
2920         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
2922         * [files/profile.c]
2923         Rewrote profile handling. Should be closer to Windows behavior now.
2924         New function PROFILE_GetWineIniString() to get a string from wine.conf.
2925         Support environment variables in wine.conf.
2927         * [loader/task.c]
2928         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
2929         corruption.
2931         * [memory/global.c]
2932         Create a discarded block on GlobalAlloc() if the size is 0; thanks
2933         to John Harvey for noticing this.
2935         * [memory/local.c]
2936         LOCAL_GetHeap: make sure the pointer is valid before checking
2937         magic number.
2939         * [misc/main.c]
2940         Moved profile and registry saving to ExitWindows(), so we don't
2941         try to save them in case of a crash.
2943         * [miscemu/int21.c]
2944         INT21_GetFreeDiskSpace: try to compute the cluster size from the
2945         filesystem size instead of hard-coding it to 64.
2946         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
2947         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
2949         * [windows/message.c]
2950         Fixed bug in linked-list handling in MSG_DeleteQueue().
2951         Simplified SetMessageQueue().
2953         * [wine.ini] [wine.man]
2954         Updated for new drives configuration format.
2956 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
2958         * [controls/edit.c]
2959         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
2960         EM_GETPASSWORDCHAR messages.
2962         * [controls/widgets.c]
2963         Adjusted class creation flags to better match values Windows uses.
2965         * [include/windows.h]
2966         Fixed ES_NOHIDESEL typo.
2968         * [loader/ne_image.c]
2969         Added detection for zero offset in RADDR fixups. Quicken
2970         was in an infinite loop here.
2972 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2974         * [files/dos_fs.c]
2975         Bugfix: range error in month value (0..11 set to 1..12).
2977         * [windows/caret.c]
2978         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
2979         appearance of the caret.
2981         * [windows/mdi.c] [include/mdi.h]
2982         Changed MDITile(): added a new parameter WORD wParam for
2983         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
2984         used in Win3.1
2986 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
2988         * [miscemu/int2f.c]
2989         Added a small bit of MSCDEX emulation.
2991         * [windows/alias.c]
2992         ALIAS_RegisterAlias was returning the hash value when it should
2993         have been returning the record number.
2994         
2995 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2997         * [include/shell.h] [include/wintypes.h]
2998         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
2999         Declared FONTENUMPROC in wintypes.h.
3001         * [include/windows.h]
3002         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
3003         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
3004         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
3005         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
3006         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
3007         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
3008         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
3009         and wsprintf().
3011         * [tools/makehtml.pl] [documentation/apiw.index]
3012         New files that scan windows.h, commdlg.h, and toolhelp.h and output
3013         an HTML sorted list with optional links to www.willows.com and a
3014         tally of unimplemented APIW functions.
3016         * [objects/cursoricon.c]
3017         Added Win32 versions of CopyIcon() and CopyCursor() for use in
3018         libwine.
3020         * [win32/resource.c] [win32/winprocs.c]
3021         Added '#include "libres.h"' and explicit declarations of windows
3022         procs in order to avoid warnings.
3024         * [windows/utility.c]
3025         Added Win32 version of MulDiv() for libwine.
3027         * [*/*] [include/windows.h]
3028         Changed several function declarations to comply more strictly to
3029         the windows API (without, hopefully, altering their functionality).
3031         * [controls/menu.c]
3032         Made the return value of CheckMenuItem be the previous state of
3033         the menu item if it was found, otherwise -1 as specified in the
3034         SDK. This conflicts with the APIW specification, which says it
3035         should return TRUE if successful, otherwise FALSE.
3037         * [include/windows.h]
3038         Added obsolete WM_SIZE message wParam names for compatibility.
3039         Added WinHelp() command constants, even though they are not yet
3040         supported.
3042         * [rc/winerc.c]
3043         Tidied up transform_binary_file().  In argument checking, flattened
3044         any invalid characters specified with the prefix argument.
3046         * [library/libres.c]
3047         Made FindResource() case-insensitive when parameter 'name' is a string.
3049 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
3051         * [files/drive.c]
3052         If root "/" is given in wine.conf, use it as last resort.
3054         * [files/file.c]
3055         Report ER_AccessDenied it disk ist not writable
3056         More Debug Output
3058         * [miscemu/int21.c]
3059         Squeezed some bugs in ExtendedOpenCreateFile
3060         
3061         * [windows/winpos.c]
3062         Some windows may not be moved or resized. We are missing some
3063         structures to be exact, but the approach should help in some cases
3064         and make things worse in much fewer.
3066 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3068         * [loader/pe_image.c]
3069         fixup_imports: Find builtins for Borland style entries, too
3071 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3073         * [controls/menu.c]
3074         LoadMenu: branch to Win32 for PE modules
3076         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
3077         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
3078         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
3079         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
3080         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
3081         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
3082         to convert parameters or naming convention
3084         * [include/kernel32.h][include/wintypes.h]
3085         moved WCHAR, defined LPWSTR
3087         * [include/string32.h][win32/string32.c][include/struct32.h]
3088         New files
3090         * [loader/module.h]
3091         LoadModule: exit after returning from PE_LoadModule
3093         * [loader/pe_image.c]
3094         my_wcstombs: isascii does not work on Linux for Unicode
3095         PE_LoadImage: Handle directories
3097         * [misc/user32.c]
3098         USER32_RECT32to16, USER32_RECT16to32: new functions
3099         implemented new user32 relays
3101         * [misc/newfns.c]
3102         WIN32_WinHelpA: new function
3104         * [win32/param32.c]
3105         New file
3107         * [win32/resource.c]
3108         GetResDirEntry: added support for named entries
3109         WIN32_LoadAcceleratorsW: invoke *32 resource functions
3110         WIN32_LoadBitmapA: convert name to unicode if appropriate
3111         WIN32_ParseMenu: new function
3112         implemented new resource functions from user32.spec
3114 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3116         * [objects/cursoricon.c]
3117         GetIconId() and LoadIconHandler() functions.
3119         * [windows/mdi.c]
3120         Better maximization support, TranslateMDISysAccel() function, 
3121         misc improvements.
3123         * [windows/defwnd.c]
3124         Fix for WM_WINDOWPOSCHANGED message handler.
3126         * [windows/winpos.c]
3127         Rewrote WindowFromPoint() function.
3129 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
3131         * [include/toolhelp.h] [misc/toolhelp.c]
3132         Added Notify(Un)Register, but no callbacks yet.
3134 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
3136         * [Makefile.in]
3137         Added target for libwine.so.1.0.
3139         * [library/winmain.c]
3140         For WINELIBDLL, _WinMain just returns hInstance instead of calling
3141         WinMain().
3143         * [misc/main.c]
3144         For WINELIBDLL, renamed main() to _wine_main() for calling from the
3145         stub main function.
3147         * [library/winestub.c] (new file)
3148         Provides a stub main() function for using libwine.so.
3150 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
3152         * [winsocket.c]
3153         Fix EPERM problem.
3155         * [global.c]
3156         Attempt to do some sanity checking in MemManInfo().
3158         * [Changelog]
3159         Fix changelog oversight for previous entry.
3161 ---------------------------------------------------------------------
3162 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3164         * [configure.in]
3165         Added check for gcc strength-reduce bug.
3167         * [controls/listbox.c]
3168         Changed ListBoxDirectory() to use the new DOS file functions.
3170         * [controls/menu.c]
3171         Fixed parameters for DeleteMenu() call in ChangeMenu().
3173         * [debugger/stack.c]
3174         Also display current frame in back-trace.
3176         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
3177         Complete rewrite of the DOS file handling.
3178         Implemented per-task file handles.
3179         Removed default Z: drive; needs to be put explicitely in wine.ini
3180         if desired.
3182         * [loader/module.c]
3183         Fixed file descriptor leak in LoadModule().
3185         * [loader/task.c]
3186         Initialise PDB file handle table in TASK_CreateTask().
3187         Close file handles on task termination.
3188         Implemented SetErrorMode().
3190         * [misc/network.c]
3191         Fixed WNetGetConnection() to use GetDriveType().
3193         * [misc/xmalloc.c]
3194         Added function xstrdup().
3196         * [miscemu/int21.c]
3197         Many changes for new DOS file functions.
3199         * [miscemu/interrupts.c]
3200         Moved DOS_GetEquipment() function into INT_Int11Handler().
3202         * [windows/win.c]
3203         Bug fix: create system menu before sending WM_NCCREATE.
3205         * [*/*.c]
3206         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
3207         better portability.
3209 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3211         * [include/wintypes.h]
3212         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
3213         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
3214         it should suffice.
3216         * [include/winsock.h]
3217         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
3218         out some old style internet address #define's.
3220         * [loader/task.c]
3221         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
3222         Made FreeProcInstance() do nothing #ifdef WINELIB32.
3223         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
3225         * [library/miscstubs.c]
3226         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
3227         with name="ActivateAppProc".  This hardly seems correct, but it's my
3228         best guess as to how the emulator responds.
3230 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3232         * [if1632/kernel32.spec][win32/process.c]
3233         WIN32_GetProcAddress, LoadLibraryA: new functions
3235         * [if1632/relay32.c]
3236         RELAY32_GetEntryPoint: Removed code to load PE DLLs
3238         * [include/pe_image.h][include/pe_exe.h]
3239         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
3240         struct PE_Reloc_Block: new structure
3242         * [loader/module.c]
3243         MODULE_RegisterModule: new function
3245         * [loader/pe_image.c]
3246         PE_FindExportedFunction,PE_GetProcAddress: new functions
3247         fixup_imports: expect struct w_files* now, fill dlls_to_init,
3248                        load PE DLLs
3249         do_relocations: new functions
3250         calc_vma_size: renamed from dump_table
3251         PE_LoadImage: use malloc to allocate memory for image
3252         PE_InitDLL: expect HMODULE
3253         PE_InitializeDLLs: new function
3255         * [loader/task.c]
3256         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
3257         GetExePtr: Accept PE modules
3259         * [misc/commdlg.c]
3260         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
3262 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
3264         * [misc/port.c]
3265         New file with usleep() function for SVR4.
3267         * [configure.in]
3268         Check for usleep() function.
3270 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3272         * [if1632/toolhelp.spec] [include/toolhelp.h]
3273           [misc/user.c] [windows/message.c]
3274         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
3276         * [winsocket.c]
3277         Fixed ENOENT error.
3279         * [miscemu/dpmi.c]
3280         Implement DPMI Get Page Size (AX=0604, INT 31)
3282         * [memory/global.c]
3283         Implement TOOLHELP.72 GetMemManInfo.
3285 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3287         * [if1632/callback.c]
3288         CallWindowProc() - When calling RELAY32_CallWindowProc, check
3289         whether lParam should be a SEGPTR, and if so convert it to one.
3291         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
3292         Numerous functions added, mostly calls to original (win16)
3293         functions.  Note that some (many) of these are probably not
3294         strictly correct, but with these additions freecell will at least
3295         display its main window though it is garbled.
3297         * [if1632/winprocs.spec]
3298         Completely rewritten - all WndProcs now have win32 versions to
3299         help with the lparam SEGPTR fix in callback.c
3301         * [include/kernel32.h]
3302         LPTCSTR defined.
3304         * [include/peexe.h]
3305         Definition of PE_Export_Directory amended.
3307         * [include/resource32.h]
3308         New file.
3310         * [include/stackframe.h]
3311         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
3312         prototype for replacement function in memory/selector.c which
3313         can operate on any given memory address. This is currently
3314         required for win32 support. It is a dreadful cludge, and will
3315         certainly slow down other programs. If you are not interested
3316         in win32 development you may wish to reverse this patch.
3318         * [include/windows.h]
3319         Definition of SW_SHOWDEFAULT added.
3321         * [loader/pe_image.c]
3322         Extensive rewrites of xmmap() fixup_imports().
3323         PE_LoadImage() - initialisation of bss added, extraction of
3324         module name fixed, initialisation of DLL added.
3325         PE_InitDLL() - now does something.
3326         PE_Win32CallToStart() - initialisation of TEB pointed to by
3327         fs added.
3328         PE_InitTEB() created to perform TEB initialisation.
3330         * [memory/selector.c] 
3331         New function MAKE_SEGPTR() - see include/stackframe.h above.
3333         * [misc/user32.c]
3334         USER32_RegisterClassA(), CreateWindowExA() memory allocation
3335         method changed. This is probably now unnecessary with the
3336         new MAKE_SEGPTR handling code.
3337         USER32_DefWndProcA() removed to win32/winprocs.c
3338         USER32_TranslateMessage added.
3340         * [tools/build.c]
3341         handling of win32 spec files changed to support gcc2.6.X
3342         this requires optimisations to be disabled.
3344         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
3345         New files.
3347         * [win32/Makefile.in]
3348         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
3350         * [win32/file.c]
3351         New function W32_SetHandleCount.
3353         * [win32/init.c]
3354         WIN32_GetModuleHandle() - now returns handle of running process
3355         if called with NULL.
3356         GetStartupInfoA() - set cbReserved2 to 0.
3358         * [win32/memory.c]
3359         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
3360         it work with FreeBSD. Also check for return value. Removed extra
3361         return.
3363         * [windows/winpos.c]
3364         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
3366 ----------------------------------------------------------------------
3367 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3369         * [configure.in] [Makefile.in] [tools/install-sh]
3370         New 'install' target installs Wine binary, library and man page.
3371         Library is now more logically named libwine.a.
3372         Split toolkit/ directory into library (for library code) and
3373         libtest (for test programs).
3375         * [controls/edit.c]
3376         Quick hack to partially support EM_PASSWORD style (avoids
3377         displaying your passwords on the screen when testing programs...)
3379         * [configure.in] [controls/menu.c] [include/resource.h]
3380           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
3381         Language is now a run-time option (wine -language xx).
3383         * [debugger/dbg.y]
3384         Dump some more debugging info on crash.
3386         * [misc/profile.c]
3387         Only consider ';' as a comment if it's the first non-blank
3388         character on the line.
3390         * [miscemu/dpmi.c]
3391         More debugging info for real-mode callback.
3393         * [objects/gdiobj.c]
3394         Rewrote EnumObjects() to do the Right Thing.
3396         * [resources/sysres*]
3397         New directory containing system resources.
3399 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
3401         * [win32/file.c] [win32/memory.c]
3402         Unixware doesn't have MAP_ANON ifdefed out for now.
3404         * [misc/dos_fs.c]
3405         DOS_GetDosFileName didn't truncate paths starting ./ properly.
3407         * [tools/build.c]
3408         Produces assembly code that works with the unixware assembler.
3410 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
3412         * [miscemu/instr.c]
3413         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
3415         * [misc/dos_fs.c]
3416         DOS_readdir should always return directories, even if they don't
3417         match the file name mask.
3419 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3420         
3421         * [misc/exec.c]
3422         Give arguments to winhelp.
3424         * [miscemu/int21.c]
3425         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
3426         Created function ExtendedOpenCreateFile.
3427         Give for some Windows95 interrupts the return value 'not
3428         implemented'.
3430 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3432         * [include/kernel32.h] [include/windows.h]
3433         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
3434         include/kernel32.h to include/windows.h and declared the new Win32
3435         API functions Sleep(), GetLocalTime(), and GetSystemTime().
3436         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
3438         * [rc/rc (new file)]
3439         Created the shell script 'rc', which should simplify resource
3440         compilation.
3442         * [win32/environment.c]
3443         Kludged around an undefined reference to wine_files.  This change
3444         should be fixed some time.
3446         * [win32/time.c] [if1632/kernel32.spec]
3447         Added the functions GetSystemTime(), and Sleep().
3449         * [miscemu/int21.c]
3450         Renamed static function GetSystemTime to INT21_GetSystemTime to
3451         avoid conflicts with the API function of the same name.
3453         * [include/wintypes.h]
3454         Added the SPFMT definition for printf statements.
3456         * [misc/shell.c] [include/shell.h]
3457         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
3458         with the ones in include/winerror.h.  They should probably use the
3459         versions in winerror.h, but I'm not certain, and that can be done
3460         later.
3462         * [windows/mdi.c]
3463         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
3464         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
3465         (boolean) was discarded with this translation.  Translated handler
3466         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
3467         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
3468         false, call DrawMenuBar() if desired).
3470         * [*/*]
3471         General explicit casts and more rigid typing to remove warnings.
3473         * [include/winpos.h] [windows/winpos.c]
3474         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
3476         * [include/commdlg.h] [misc/commdlg.c]
3477         Added prototypes for ChooseColor(), CommDlgExtendedError(),
3478         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
3479         PrintDlg, and ReplaceText().
3480         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
3481         Made GetFileTitle return a short, as per the API definition.
3483         * [Makefile.in]
3484         Added line to clean and distclean that removes temporaries from
3485         the include directory.
3487 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
3489         * [controls/edit.c]
3490         Almost rewrote EDIT_GetLineMsg.
3492 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
3494         * [windows/mdi.c]
3495         Fixed MDITile() bug that occurs when 0 windows are present or all
3496         windows are minimized.
3498 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3500         * [misc/profile.c]
3501         Try harder to find files, especially in the working directory.
3502         Look in $HOME/.wine too and create it there if it isn't found.
3504 ----------------------------------------------------------------------
3505 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3507         * [misc/lstr.c]
3508         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
3509         they do the same job.
3511         * [tools/build.c]
3512         Fixed __attribute__((stdcall)) to make it compile with gcc
3513         versions under 2.7. Doesn't mean it will run OK though...
3515 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
3517         * [include/kernel32.h] [include/winerror.h]
3518         Added file attribute definitions and more error codes.
3520         * [win32/error.c]
3521         Added some rudimentary errno-to-Win32 error conversion
3522         code.
3524         * [win32/file.c]
3525         Added to GetFileInformationByHandle, filled in some known
3526         error codes, and switched to dprintf_win32.
3528         * [win32/time.c]
3529         Added GetLocalTime.
3531 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3533         * [controls/combo.c]
3534         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
3535         LRESULT _(HWND,WPARAM,LPARAM) where needed.
3537         * [include/libres.h]
3538         Restructured libres prototypes to closer match the windows API.
3540         * [include/windows.h]
3541         Changed several API prototypes' parameter types from 'short' to INT,
3542         which is #defined as short in the emulator, but is a normal int in
3543         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
3544         (This creates a lot of warnings at library-compile time, but less
3545         warnings at app-compile time.  I'll remove the warnings soon.)
3547         * [loader/resource.c]
3548         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
3549         various implementations of the LIBRES_* API functions.
3551         * [loader/signal.c]
3552         Deleted local 'i' from win_fault(), since it was unused.
3554         * [objects/bitblt.c]
3555         Mirrored changes to include/windows.h mentioned above.
3557         * [toolkit/hello3.c]
3558         Changed LoadMenuIndirect() call to LoadMenu() to test the new
3559         resource registration technique.
3561         * [toolkit/libres.c]
3562         Removed definition of 'struct resource' and fixed bugs in the resource
3563         implementation.  Implemented LIBRES_FindResource.
3565         * [windows/graphics.c]
3566         Mirrored changes to include/windows.h mentioned above.
3568 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
3570         * [controls/edit.c]
3571         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
3573         * [controls/listbox.c]
3574         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
3576         * [include/listbox.h]
3577         change HeapSel from WORD to HANDLE
3579         * [include/resource.h][rc/winerc.c]
3580         struct ResourceTable: removed
3581         struct resource: moved to header file
3582         autoregister resources if supported by compiler
3584         * [memory/local.h]
3585         LOCAL_GetHeap: expect HANDLE rather than WORD
3586         
3587         * [toolkit/Makefile.in]
3588         Add ALLCFLAGS to make hello3
3590         * [toolkit/heap.c]
3591         LocalFree, HEAP_Free: handle 0 parameter gracefully
3593 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
3595         * [misc/winsocket.c]
3596         Fixed the msgsnd and msgrcv errors that winsock programs get.
3598 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
3599         
3600         * [if1632/kernel.spec]
3601         Fixed _hread and _hwrite return type
3603         * [if1632/relay32.c] [loader/pe_image.c]
3604         Hacked loading of PE-dll's in
3606         * [win32/advapi.c]
3607         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
3609         * [win32/file.c]
3610         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
3612         * [win32/process.c]
3613         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
3614         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
3615         
3616 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3618         * [include/wine.h] [misc/lstr.c]
3619         Define wine_strncpy(). This function does not pad the buffer with 
3620         zeroes like GNU strncpy(), which might break some Windows programs
3621         that pass bogus size arguments.
3623         * [loader/module.c]: GetModuleFileName(),
3624         [misc/commdlg.c]: GetFileTitle(),
3625         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
3626         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
3627         [multimedia/mmsystem.c], [objects/font.c]:
3628         Use wine_strncpy() where strings are returned to Windows programs.
3629         
3630         * [objects/metafile.c]
3631         PlayMetafile(): Clear the handle table before using it.
3633         * [misc/shell.c] [misc/main.c]
3634         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
3635         
3636         * [misc/profile.c]
3637         load(): Need to handle comments.
3638         
3639         * [toolkit/libres.c]
3640         Make it compile.
3641         
3642         * [windows/nonclient.c]
3643         Use MAKE_SEGPTR macro in two places where a user heap block used
3644         to be allocated instead.
3646 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
3648         * [windows/winpos.c]
3649         In function SetWindowPos: do not redraw the parent of
3650         a window if the specified window is placed on the top.
3651         This avoids that ShowWindow(hwnd,1) hides hwnd instead
3652         of showing it.
3654 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3656         * [windows/scroll.c]
3657         Now it can scroll children along with the client region of parent 
3658         window. Tried to optimize update region calculation. 
3660         * [windows/mdi.c]
3661         ScrollChildren function, more other features added. Basically
3662         a rewrite.
3664         * [windows/winpos.c] [windows/focus.c]
3665         Reimplemented window activation and focus handling.
3667         * [windows/nonclient.c]
3668         Added new flag WIN_NCACTIVATED.
3670         * [windows/message.c] [loader/task.c]
3671         Small changes (to maintain linked list of message queues).
3673 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
3675         * [include/options.h] [misc/main.c] [windows/defwnd.c]
3676           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
3677         Implemented a -managed option to replace the standard Windows
3678         frame of top-level windows with the window manager's decorations.
3679         If a top-level window makes its own frame, this will still show
3680         up, inside the window manager decorations (I believe ctl3dv2.dll
3681         would do this, although I can't test this).
3683 ----------------------------------------------------------------------
3684 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3686         * [configure.in] [Makefile] [misc/dos_fs.c]
3687         Got rid of autoconf.h file.
3689         * [debugger/dbg.y]
3690         More logical behavior upon syntax errors.
3692         * [include/hook.h] [windows/hook.c]
3693         Changed hook structure and rewrote most of the hook functions for
3694         better compatibility, based on investigations by Alex Korobka.
3696         * [include/message.h] [windows/message.c]
3697         Added hooks to message queue structure and made the structure
3698         layout Windows-compatible.
3699         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
3700         WH_JOURNALRECORD hooks.
3702         * [misc/main.c]
3703         Added command-line option for changing the language at run-time
3704         (not implemented yet), based on a suggestion from Michael Patra.
3706         * [objects/cursoricon.c]
3707         Fixed silly SEGPTR bug in DumpIcon().
3709 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3711         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
3712         Partial implementaion of LBS_EXTENDEDSEL style,
3713         yet more updates for drag & drop support. Now works.
3715         * [windows/defwnd.c]
3716         More message handlers.
3718         * [windows/win.c]
3719         DragObject, DragDetect, AnyPopup functions. 
3721         * [controls/listbox.c]
3722         More kludgy fixes (WM_...TOITEM, etc.).
3724         * [objects/cursoricon.c] [objects/oembitmap.c]
3725         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
3726         cursor.
3728         * [include/bitmaps/ocr*]
3729         New OEM cursors.
3731 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3733         * [toolkit/heap.c]
3734         Swapped flags and size arguments to LocalRealloc as per changes in
3735         memory/local.c by William Magro in previous release.
3737         * [include/wintypes.h]
3738         Reinstated the #define's for 'min' and 'max', since they're part of
3739         the Windows API.  I really don't think it's a wise idea, so I put
3740         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
3741         WINE code should never use these (it should use 'MIN' and 'MAX'
3742         instead).
3744         * [loader/*]
3745         Put '#ifndef WINELIB' around many things that WINElib should not need.
3747         * [controls/edit.c]
3748         Took out many '#if defined(WINELIB)' sections with the associated
3749         comment 'temporary fix, until Local memory is correctly implemented in
3750         WINELIB', since the effective translations are now in 
3751         toolkit/miscstubs.c.
3752         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
3753         file fixed (or at least postponed) the bug I had encountered.
3755         * [loader/task.c]
3756         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
3757         C:  This will probably cause a lot of trouble if this change is
3758         forgotten in the future, but it will let things like the OpenFileName
3759         dialog work for now.
3761         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
3762           [include/libres.h]
3763         Made new libres.c file, which will contain functions for supporting
3764         accessing resources by name in WINElib.  'winerc' will need to be
3765         changed.
3767         * [toolkit/heap.c]
3768         Refined memory routines to allow for differences between LocalAlloc
3769         and GlobalAlloc and between LocalSize and GlobalSize.
3771         * [windows/message.c] [include/windows.h]
3772         Defined the GetCurrentTime routine in windows/message.c, and removed
3773         the #define in windows.h.
3775 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
3777         * [*/*]
3778         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
3780         * [loader/module.c]
3781         Added undocumented GetExpWinVer.
3783         * [tools/build.c]
3784         Previous code didn't pop possibly changed %esi, %edi and %edx
3785         from the stack.
3786         
3787         * [win32/advapi.c]
3788         Added GetUserNameA.
3790         * [win32/code_page.c]
3791         Added stub for MultiByteToWideChar.
3793         * [win32/console.c]
3794         Added SetConsoleCtrlHandler stub.
3796         * [win32/file.c]
3797         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
3798         Added CloseHandle.
3800         * [win32/memory.c]
3801         Changed VirtualAlloc and VirtualFree.
3803         * [win32/process.c]
3804         Added ExitProcess.
3806 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3808         * [include/windows.h]
3809         Fixed a few broken structure definitions.
3811         * [loader/resource.c]
3812         FindResource(): Need to check for '#xxx' strings here.
3814         * [miscemu/int21.c]
3815         FindNext(): Return MS-DOS filenames uppercase.
3817         * [objects/cursoricon.c]
3818         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
3819         initializers.
3820         
3821         * [misc/file.c]
3822         _lopen(): Files opened in OF_WRITE mode are truncated.
3823         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
3824         created; use read/write mode.
3825         
3826         * [misc/profile.c]
3827         load(): Rewritten.
3828         
3829         * [misc/commdlg.c]
3830         Fixed bad call to strncpy() that smashed the stack.
3832         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
3833         Operator precedence fixes. People who use gcc 2.7.1 don't need a
3834         debugger :-)
3835         
3836         * [if1632/gdi.spec] [objects/palette.c]
3837         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
3838         but sometimes that's good enough.
3840 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
3842         * [include/wine.h] [include/registers.h] [include/winsock.h]
3843         Added definitions for Unixware.
3845         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
3846         Misc. fixes for Unixware.
3848         * [loader/task.c]
3849         Made assignemts to context in InitTask for registers use the macros
3850         from registers.h to make them more portable. (Needed for Unixware)
3852         * [tools/build.c]
3853         Fixed register acces routines to work on Unixware. Bit grubby but
3854         it seems to work.
3856         * [controls/edit.c]
3857         EDIT_WM_NCCreate allocates local heap if hasn't been previously
3858         allocated.
3859         
3860         * [miscemu/int21.c]
3861         mkdir now creates directory with permission to access it.
3863         * [misc/dos_fs.c]
3864         mkdir now creates directory with permission to access it.
3865         DOS_opendir now uses linked list of dirents to avoid problems with 
3866         realloc changing address of malloced memory.
3868 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
3870         * [controls/menu.c]
3871         MENU_CalcItemSize(): Fixed handling of empty menu items.
3873 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
3875         * [misc/file.c]
3876         In OpenFile, unlink should be done on the unix filename.
3878 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
3880         * [include/handle32.h]
3881         New header file containing internal Win32 kernel handle
3882         information.
3884         * [win32/file.c]
3885         Added ReadFile, CreateFile, and CloseFileHandle, and did
3886         some reorganizing to match the new handle allocation scheme.
3888         * [win32/init.c]
3889         Added CloseHandle and the creation of standard I/O handles.
3891         * [win32/object_mgt.c]
3892         New module for allocating and freeing Win32 kernel handles.
3894 ----------------------------------------------------------------------
3895 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3897         * [configure.in]
3898         Attempt to check for -li386 on NetBSD. Please test this.
3900 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3902         * [*/*]
3903         Eliminated various warnings with either explicit casts or more
3904         accurate variable/parameter declarations (e.g. INT instead of short
3905         or WORD).
3906         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
3907         macros.
3909         * [controls/edit.c] [windows/defdlg.c]
3910         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
3911         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
3912         DEFDLG_FindDefButton to avoid warnings.
3914         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
3915           [windows/message.c] [windows/nonclient.c]
3916         Converted MAKEPOINT macro call to manual conversion.
3918         * [include/windows.h]
3919         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
3920         instead of INT.  This also invalidates the macro MAKEPOINT(), which
3921         is not supported in Win32.  Also defined the POINTS structure (SHORT
3922         members) and the MAKEPOINTS macro.
3924         * [misc/commdlg.c]
3925         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
3926         find this memory bug, and this should be done anyway.
3928         * [controls/edit.c]
3929         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
3930         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
3931         it's better than bizzare memory troubles.
3933         * [toolkit/miscstubs.c]
3934         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
3935         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
3936         their current implementation seems fine.
3938 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
3940         * [objects/cursoricon.c]
3941         Fix for "broken" X servers that invert masked cursor colors.
3943 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
3945         * [windows/dialog.c] [windows/nonclient.c]
3946         Remove unnecessary items from the system menu.
3948 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
3950         * [objects/color.c] [objects/palette.c]
3951         Make GetNearestColor return a RGB value instead of a pixel value.
3953 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
3955         * [controls/desktop.c][controls/menu.c][include/menu.h]
3956         Changed WORD parameters to UINT parameters.
3958         * [include/wintypes.h]
3959         Made UINT 32bit for WINELIB.
3961         * [loader/main.c]
3962         Disabled RELAY32_Init and MODULE_Init for WINELIB.
3964         * [misc/main.c]
3965         Assume CPU386 for WINELIB.
3967         * [rc/winerc]
3968         add_popup: set MF_POPUP flag on menu item.
3970         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
3971         Add resource demo hello3 for WINELIB.
3972         New file README.resources.
3974         * [toolkit/miscstubs.c]
3975         Add a case for 17.
3977 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
3979         * [loader/module.c]
3980         Do not append .exe if the file name already has an extension.
3982         * [misc/profile.c]
3983         Avoid creating a file with a junk name if a .ini file does not
3984         exist.
3986         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
3987         Added a lot of dummy stubs for Windows Hebrew version.
3989 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
3991         * [controls/button.c]
3992         Fix for buttons with no label.
3994         * [controls/combo.c][controls/listbox.c]
3995         Fixes for scrollbar positioning.  Now disappears correctly
3996         for short lists.
3998         * [controls/edit.c]
3999         Handle memory allocation differently when building as library.
4001         * [controls/static]
4002         Don't destroy old icon before drawing new icon. (Fixes landscape/
4003         portrait toggle icon in print dialog.)
4005         * [if1632/gdi.spec]
4006         New functions SetMetaFileBits and GetMetaFileBits
4008         * [include/sysmetrics.h] [windows/sysmetrics.c]
4009         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
4011         * [include/windows.h]
4012         META_EXTTEXTOUT, not META_SETTEXTOUT
4013         define GetCurrentTime as GetTickCount (for wine library)
4015         * [loader/main.c]
4016         Don't initialize built-in modules in wine library
4018         * [memory/local.c]
4019         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
4021         * [misc/main.c]
4022         Always report CPUTYPE=4 to wine library.
4024         * [objects/dib.c]
4025         RLE8 images were missing top line when decompressed.
4027         * [objects/metafile.c]
4028         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
4029         from winhelp.  More testing needed.  Various memory leaks plugged.
4030         Various other bug fixes.  New metafile operations added in
4031         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
4032         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
4034         * [toolkit/heap.c]
4035         LocalUnLock changed to LocalUnlock
4037 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
4038         
4039         * [misc/winsock.c] 
4040         Return the correct error number, for host lookup operations.
4041         Also, correct the problem with send_message.
4043 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
4045         * [Makefile.in]
4046         Using nm's built-in sorting.
4048         * [*/*.c]
4049         Use xmalloc for malloc and xrealloc for realloc in all ungarded
4050         cases.
4052         * [debugger/dbg.y]
4053         Handle C-like expressions.  Clean-up.
4055         * [debugger/debug.l]
4056         Lots of new tokens for expressions.
4058         * [debugger/info.c]
4059         Implement "list" command for disassembling.
4061         * [misc/ole2nls.c]
4062         Implement more Danish stuff.
4064 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4066         * [loader/module.c]
4067         Updated self-loading modules to support for new 32 bit 
4068         stack frames.
4070 ----------------------------------------------------------------------
4071 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
4073         * [controls/menu.c]
4074         Fixed GetMenuString() for non-string items.
4076         * [debugger/*.c]
4077         First attempt to check validity of pointers before memory
4078         accesses. For now only segmented pointers are checked.
4080         * [debugger/dbg.y] [memory/ldt.c]
4081         Added possibility to dump only one segment with 'info segment'.
4083         * [include/bitmaps/ocr_*]
4084         Added all OEM cursors as XPM bitmaps.
4086         * [include/cursoricon.h] [objects/cursoricon.c]
4087         Rewrote all cursor and icon management to use the same memory
4088         layout as Windows, and to factor common code between icons and
4089         cursors. Implemented icon directory lookup to find the best
4090         matching icon (i.e. the color one).
4091         Implemented CopyCursor() and DumpIcon().
4093         * [loader/module.c]
4094         For disabled built-in modules, we now try to load the Windows DLL
4095         first, and if this fails we fall back to using the built-in module
4096         anyway.
4098         * [memory/global.c]
4099         Fixed GlobalHandle() to return the correct selector in the high
4100         word even if we are passed a handle in the first place.
4102         * [miscemu/instr.c]
4103         Take into account the size of the operand and of the stack segment
4104         when incrementing the stack pointer.
4105         Avoid referencing FS_reg and GS_reg on *BSD.
4107         * [objects/dib.c]
4108         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
4109         Monochrome DIBs are created as monochrome bitmap iff they are
4110         black and white.
4112         * [objects/oembitmap.c]
4113         Added support for OEM cursors, changed OBM_LoadIcon to use the new
4114         icon memory layout.
4116         * [rc/sysres_Fr.rc]
4117         Added French [Fr] language support.
4119         * [win32/environment.c]
4120         Fixed GetCommandLineA() to use current PDB.
4122         * [windows/event.c] [windows/winpos.c]
4123         Simulate a mouse motion event upon SetWindowPos() to force the
4124         cursor to be set correctly.
4126 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
4128         * [win32/*]
4129         New Win32 kernel functions: GetACP, GetCPInfo,
4130         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
4131         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
4132         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
4133         WriteFile.  Completed implementations of GetCommandLineA.
4135         * [include/kernel32.h]
4136         New file.
4138         * [loader/main.c]
4139         Call initialization function for Win32 data (doesn't currently do
4140         anything).
4142         * [misc/main.c]
4143         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
4145 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
4147         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
4148           [misc/commdlg.c]
4149         Misc. bug fixes
4151 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4153         * [*/*]
4154         For Winelib, explicit casts have been placed where warnings were
4155         usually generated.
4156         printf formats which give the format for printing a handle as
4157         "%04x" or something similar have been changed to use the NPFMT
4158         macro defined in include/wintypes.h.  Some times, explicit casts
4159         were also necessary.
4160         Parameter, field, and variable declarations have been made more
4161         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
4162         'WORD hFont' to 'HFONT hFont'.
4163         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
4164         replaced with a call to WIN_GetWindowInstance(hwnd).
4166         * [controls/combo.c]
4167         Added WINELIB32 support in CLBoxGetCombo().
4169         * [include/dialog.h]
4170         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
4171         winelib needs the packing as well (e.g. when accessing resources
4172         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
4174         * [include/windows.h]
4175         Got rid of the F[a-k] macros, which were cluttering up the global
4176         namespace.
4178         * [include/windows.h] [windows/defwnd.c]
4179         Added Win32 messages WM_CTLCOLOR*.
4181         * [include/wintypes.h]
4182         Put in preprocessor '#define WINELIB32' if appropriate and changed
4183         the types of some typedefs (WPARAM, HANDLE) based on this.
4184         
4185         * [loader/module.c] [toolkit/miscstubs.c]
4186         Added #ifdef'd portion in LoadModule to handle loading a WINElib
4187         module (already loaded, just init values).  '#ifdef'ed out the
4188         definition for GetWndProcEntry16 and added a new version to
4189         toolkit/miscstubs.c.
4191         * [misc/shell.c]
4192         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
4193         Same amount of total storage, but much more reasonable.  Also, changed
4194         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
4195         This was a difficult bug to track down, but the AppMisc field was
4196         being initialized with the contributers text, which was much larger
4197         than 512 characters.
4199         * [toolkit/atom.c]
4200         New file for atom-handling functions.  Copied from memory/atom.c and
4201         then heavily modified.  Right now, it's just a linked list of atoms.
4202         Consider it as a hash table with just one entry.  It's easily changed
4203         later.
4205         * [toolkit/heap.c]
4206         Commented out the heap functions with a "#ifdef WINELIB16" and put in
4207         a Win32 version (which is basically a modified copy).
4209         * [toolkit/sup.c] [toolkit/miscstubs.c]
4210         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
4211         added quite a few more stubs.
4213         * [toolkit/winmain.c]
4214         Rearranged startup code in _WinMain.  I think this will work.
4216         * [toolkit/Makefile.in]
4217         Added targets for 'hello' and 'hello2' in case anyone cares to try
4218         out the sample programs.
4220 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
4221         
4222         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
4223         First attempt at support for some VxDs. Comm, Shell and Pagefile.
4225 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4227         * [misc/dos_fs.c]
4228         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
4229         starting applications like 'wine ./excel.exe')
4231 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
4233         * [configure.in]
4234         Avoid relative path for wine.ini.
4236         * [rc/sysres_Da.rc]
4237         Support for Danish [Da] language.
4239         * [misc/main.c] [miscemu/cpu.c]
4240         Return the processor we're running on correctly.
4242         * [miscemu/int2f.c]
4243         Minor stuff in int 0x2f, function 0x16.
4245 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4247         * [misc/shell.c] [misc/main.c]
4248         Implement saving and loading of the registry database (needed for
4249         OLE). Very experimental. Fixed ShellExecute().
4250         
4251         * [miscemu/int21.c]
4252         EEXIST is not a critical error condition for mkdir().
4254 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
4256         * [include/shell.h] [misc/shell.c]
4257         Implemented 4 drag/drop functions with documented functionality.
4259         * [multimedia/time.c]
4260         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
4262         * [*/*] 
4263         Added new files, more message definitions, structures, debug info,
4264         etc.  Rewrote message logging functions to produce output similar
4265         to WinSight.  Check out -debugmsg +message option.
4267         * [misc/file.c]
4268         Fixed GetDriveType return value.  
4270         * [windows/message.c] 
4271         Hooks are invoked in normal order.
4273         * [miscemu/*]
4274         Added some functions and interrupts.
4276         * [misc/shell.c]
4277         Implemented Drag... functions.
4279 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
4281         * [rc/sysres_Fi.rc] [rc/sysres.rc]
4282         First attempt at Finnish [Fi] language support.
4284 ----------------------------------------------------------------------------
4285 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4287         * [configure.in] [*/Makefile.in] [Make.rules.in]
4288         Cleaned up makefiles, added configuration option for Winelib,
4289         grouped common make rules in Make.rules.in.
4291         * [Configure]
4292         Renamed to 'Configure.old'; please use 'configure' instead.
4294         * [controls/menu.c]
4295         Fixed DestroyMenu() to avoid deleting the same menu twice.
4296         More fixes to WM_MENUSELECT, and added WM_INITMENU.
4298         * [if1632/relay.c]
4299         Fixed wrong register values displayed by RELAY_DebugCall32().
4301         * [memory/local.c]
4302         Fixed LocalLock() and LocalUnlock() to increment/decrement the
4303         lock count for moveable blocks.
4305         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
4306         Modified the generated C file so that the resource information
4307         (size, etc.) is also exported.
4308         Modified common dialogs to use the new informations.
4310         * [misc/main.c] [ANNOUNCE]
4311         Update the list of contributors. Please let me know if I forgot
4312         someone.
4314         * [rc/sysres.rc] [rc/sysres_En.rc]
4315         Moved English resources to sysres_En.rc.
4316         Changed ids from numeric to symbolic for dialogs.
4318         * [windows/dialog.c]
4319         Modified template parsing to be able to pass segmented pointers to
4320         CreateWindow().
4322         * [windows/win.c]
4323         CreateWindow() now takes segmented pointers for class and window
4324         names.
4325         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
4326         or WS_MINIMIZE bits are set.
4328 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
4330         * [controls/scroll.c]
4331         Fixed scroll-bar bugs for non-client windows.
4333 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
4335         * [include/cursor.h] [windows/cursor.c]
4336         Cursor is not mirrored any more and the hotspot is set right.
4338 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4340         * [ole.h]
4341         Misc small fixes.
4343 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
4345         * [rc/sysres_Es.rc]
4346         First attempt at Spanish [Es] language support.
4348 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4350         * [include/alias.h][windows/alias.c][include/relay32.h]
4351         New files
4353         * [controls/widgets.c]
4354         WIDGETS_Init: register alias window procedures
4356         * [if1632/callback.c]
4357         CallWndProc: Call alias functions if necessary
4359         * [if1632/gdi32.spec]
4360         GetStockObject, TextOutA: new relays
4362         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
4363         user32.c: new file
4364         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
4365         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
4367         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
4368         PE_Win32CallToStart: new function
4369         MODULE_CreateInstance: removed static attribute
4370         LoadModule: Try loading PE image on error 21
4371         PE_LoadModule: new function
4372         PE_LoadImage: initialize pe_data with 0
4373         
4374         * [include/dlls.h][include/peexe.h]
4375         moved pe_data and w_files to peexe.h
4376         
4377         * [misc/shell.c]
4378         ShellAbout: Register AboutWndProc aliases
4380         * [miscemu/int21.c]
4381         handle 0x440A and 0xDC
4383         * [miscemu/int2f.c]
4384         handle 0x84
4386         * [objects/dib.c]
4387         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
4389         * [tools/build.c]
4390         include windows.h and relay32.h into generated Win32 relays,
4391         don't declare the implementation as int (*)();
4392         limit in WIN32_builtin was off by one
4394         * [windows/caret.c]
4395         CARET_Initialize: new function, call on strategic places
4397         * [windows/messagebox.c]
4398         MessageBox: register message box proc aliases
4400         * [if1632/advapi32.spec][if1632/comdlg32.spec]
4401         New files
4403         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
4404         added new spec files
4405         RELAY32_GetBuiltinDLL: perform lookup case insensitive
4406         RELAY32_GetEntryPoint: start name search at 0
4408         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
4409         Added stubs for new Win95 API
4411 Sat Sep 2 1995  Martin Roy
4413         * [misc/commdlg.c]
4414         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
4415         When process IDOK button in FILEDLG_WMCommand(),
4416         lpofn->nFilterIndex should be updated to current selection.
4418 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4420         * [loader/module.c] [loader/ne_image.c]
4421         Added support of self-loading modules.
4423 ---------------------------------------------------------------------
4424 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4426         * [Configure]
4427         Added compile-time option for IPC.
4429         * [configure.in]
4430         Added command-line options for language, IPC and malloc
4431         debugging.
4433         * [controls/menu.c]
4434         WM_MENUSELECT was sometimes sent to the wrong window.
4436         * [debugger/break.c]
4437         For the 'next' command, only step over instruction that require
4438         it. This allows 'next' to do the right thing with jmp and ret
4439         instructions.
4441         * [ipc/*.c] [memory/atom.c] [memory/global.c]
4442         IPC can now be configured out at compile-time.
4444         * [loader/task.c]
4445         Bug fix in TASK_Reschedule() that could cause a task to be deleted
4446         twice.
4448         * [miscemu/dosmem.c] (New file)
4449         Partial emulation of the BIOS data segment.
4451         * [miscemu/instr.c]
4452         Trap attempts to access selector 0x40 and remap the access to
4453         segment __0040H.
4455         * [tools/build.c]
4456         Fixed bug in CallTo32_LargeStack() that caused problems when
4457         compiling Wine with the -fomit-frame-pointer option.
4459         * [windows/message.c]
4460         Fixed bug in hardware event handling that could cause some events
4461         to get ignored.
4463 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
4465         * [ipc/README] [ipc/dde.tex]
4466         LaTeX documentation for the ipc and DDE stuff.
4468 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
4470         * [ipc/Imakefile] [ipc/wine_test_stub.c]
4471         Fixed IPC testing. Now it can be compiled with "make tests"
4473 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
4475         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
4476         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
4478 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4480         * [miscemu/int21.c]
4481         Misc fix to int21,ah=40 (write) to match _lwrite().
4482         AX=0x440A (check if handle is remote) added.
4484         * [multimedia/mmsystem.c]
4485         Moved mciSendString to mcistring.c.
4487         * [multimedia/mcistring.c]
4488         New file, string interface for MCI (not complete, not thoroughly
4489         tested).
4491         * [multimedia/audio.c]
4492         IOCTL prints errors; one paranoid check disabled.
4494         * [misc/file.c]
4495         Misc operator precedence fixes.
4497         * [if1632/gdi.spec] [objects/bitblt.c]
4498         Stub for FastWindowFrame (parameters not correct).
4500 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
4502         * [loader/ne_image.c]
4503         Preliminary support for iterated segments.
4505 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
4507         * [windows/mapping.c]
4508         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
4509         the absolute value of (ydim / xdim) or (xdim / ydim).
4511 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
4513         * [objects/oembitmap.c]
4514         Added some includes for Windows 95.
4516         * [include/sysmetrics.h]
4517         Added some sysmetrics for Windows 95.
4519         * [include/bitmaps/*95]
4520         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
4521         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
4523 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
4525         * [misc/shell.c] [rc/sysres*.rc]
4526         The caption of the ShellAbout dialog box is language specific and
4527         should be defined in the resources.
4529 ----------------------------------------------------------------------
4530 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4532         * [*/Makefile.in]
4533         Removed winelibclean target, as it doesn't work anyway.
4535         * [controls/button.c]
4536         Avoid drawing the focus rectangle outside of the button.
4538         * [controls/widgets.c]
4539         Fixed bug with the size of the reserved bytes for the Edit
4540         control (caused Eudora to crash).
4542         * [debugger/*] [include/debugger.h]
4543         Unified debugger address handling. Segmented and linear addresses
4544         are no grouped in a single type DBG_ADDR.
4545         All commands now accept seg:off addresses.
4546         Module entry points are now loaded upon first entry to the
4547         debugger, so that entry points of the loaded executable also
4548         appear in the symbol table.
4550         * [include/registers.h] [miscemu/*.c]
4551         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
4552         This makes code less readable, but will prevent a lot of name
4553         clashes with other definitions. It also avoids a hidden reference
4554         to the 'context' variable.
4556         * [ipc/dde_atom.c] [misc/atom.c]
4557         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
4558         to allow supporting integer atoms.
4559         Moved atom.c to memory/ directory.
4561         * [loader/task.c]
4562         Fixed environment allocation to compute the size dynamically.
4563         Added 'windir' environment variable.
4564         Fixed GetDOSEnvironment() to return the current task environment.
4566         * [windows/message.c]
4567         Fixed bug in MSG_GetWindowForEvent().
4569 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4571         * [include/ole.h]
4572         Added a lot of structures  from my Borland Manual. Neither complete,
4573         nor 100% right (check please)
4574         
4575         * [misc/shell.c]
4576         Fixed some of the Reg* functions.
4577         Enhanced ShellExecute.
4578         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
4579         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
4581         * [misc/dos_fs.c]
4582         Make umsdos mounted windows dirs work again.
4584         * [miscemu/emulate.c]
4585         Added some comments, preimplementation of subfunction 7.
4587         * [multimedia/mmsystem.c]
4588         Implemented mciSendString. not complete, not clean, not
4589         necessarily working (only checked with a program which uses
4590         'cdaudio' (one working program is cool.exe, a shareware waveditor
4591         with cdaudio play facilities.)
4593         * [multimedia/mcicda.c]
4594         Segptr fixes in DriverProc
4595         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
4596         link to your real cdrom device.
4598 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
4600         * [loader/resource.c]
4601         Don't crash in a LoadString to NULL
4603         * [loader/resource.c]
4604         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
4605         won't work unless the ALT keypress exited the menu.)
4607         * [misc/file.c]
4608         Expand a file to the current offset with an _lwrite of size zero.
4610         * [misc/file.c]
4611         Set a newly created file to read-write instead of write-only.
4612         
4613 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
4615         * [misc/main.c] [include/msdos.h]
4616         Fixed to return DOS version 6.22, and the correct byte order
4617         for Windows programs.
4619 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4621         * [include/options.h] [memory/global.c] [misc/main.c]
4622         Make the new IPC run-time selectible, disabling it by default.
4623         (I think it's only useful for libwine, anyway.)
4625         * [loader/task.c] [memory/selector.c]
4626         In FreeSelector(), walk up the stack and fix the frames.
4628         * [objects/dib.c]
4629         Missing break statement in DIB_SetImageBits_RLE8().
4630         In GetDIBits(), set the compression flag in the bitmap info to zero.
4632         * [windows/dialog.c]
4633         GetNextDlgGroupItem() needs to treat the first child as if it had
4634         an implicit WS_GROUP bit set.
4636 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
4638         * [misc/dos_fs.c]
4639         Quick'n dirty fix for the initialisation of the Z: information
4640         structure.
4642 ----------------------------------------------------------------------
4643 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
4645         * [ipc/*]
4646         New directory. This directory contains the new inter-wine
4647         communications support. It enables DDE protocols between two wine
4648         instances.  Currently it is limited to DDE, but can be enhanced to
4649         support OLE between 2 different wine instances.  This is very
4650         important for libwine.a DDE/OLE support.
4652         * [tools/ipcl]
4653         A script to delete garbage IPC handles (shared memory, semaphores
4654         and message queues).  The current inter-wine communication is not
4655         perfect, and sometimes leaves garbage behind.
4657         * [if1632/relay.c] [include/atom.h] [include/global.h]
4658         [loader/selector.c] [loader/task.c] [loader/module.c]
4659         [loader/signal.c] [memory/global.c] [misc/atom.c]
4660         [windows/class.c] [windows/message.c] [windows/win.c]
4661         [Imakefile]
4662         Hooks for inter-wine DDE support, current Global.*Atom functions
4663         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
4664         DDE communication. (The first call to these functions sets up the
4665         IPC structures - which otherwise cause unneeded overhead.
4667 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4669         * [controls/menu.c]
4670         Don't crash if a NULL string is passed to menu functions.
4672         * [memory/selector.c]
4673         We now use a bit in ldt_flags_copy to indicate free LDT entries.
4674         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
4675         overwrite valid LDT entries when growing a block.
4677         * [miscemu/instr.c]
4678         Emulate int xx instruction by storing the interrupt vector in
4679         CS:IP and returning directly. This allows a program to install an
4680         interrupt vector.
4682         * [windows/win.c]
4683         Added function WIN_GetTopParent to get the top-level parent of a
4684         window.
4686 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
4688         * [loader/resource.c]
4689         Added LoadIconHandler. It doesn't do anything yet, but now you
4690         can use borland help files with winhelp.exe.
4692 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
4694         * [misc/main.c]
4695         Fixed to return 386 Enhanced mode correctly. Also return the same
4696         type of CPU, for both Enhanced and Standard mode, namely a 386.
4698 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4700         * [Configure] [include/options.h] [include/wineopts.h]
4701           [misc/main.c][misc/spy.c]
4702           Removed support of spy file. Redirected spy messages to stddeb.
4703           Removed -spy option. Added -debugmsg +spy option.
4705         * [debugger/dbg.y][debugger/debug.l]
4706         Enabled segmented addresses (seg:offs) for break and x commands.
4708         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
4709           [include/region.h]
4710         FrameRgn, REGION_FrameRgn: New functions
4712         * [if1632/kernel.spec]
4713         IsWinOldApTask: Return false
4715         * [if1632/mouse.spec]
4716         CplApplet: Removed
4718         * [if1632/user.spec] [windows/win.c]
4719         ShowOwnedPopups: New function
4721         * [if1632/winsock.spec] [misc/winsocket.c]
4722         inet_addr, select: New prototypes in relay code
4723         Fixed memory layout for netdb functions (getXbyY).
4724         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
4726         * [objects/clipping.c]
4727         RectVisible: Fixed call to LPToDP
4729         * [rc/winerc.c]
4730         main: Removed extra argument to getopt for Linux.
4732 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4734         * [controls/listbox.c]
4735         Yet another fix for ListBoxDirectory().
4736         
4737         * [loader/module.c] [if1632/kernel.spec]
4738         Make GetModuleHandle() accept instance handles as parameter.
4740         * [if1632/relay.c] [loader/task.c]
4741         Put a magic cookie at the bottom of the 32 bit stack, and check on
4742         each return from a 32 bit function whether it's still there. Complain
4743         if it's not.
4745         * [if1632/user.spec]
4746         Wrong entry for CloseDriver().
4748         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
4749         [miscemu/int21.c]
4750         Large parts of dos_fs.c simplified. Changed it to use one
4751         current drive/directory per task, which is set to the module path on
4752         task creation.
4753         Prevent CorelPaint from closing stdin.
4754         open() with O_CREAT set must be passed three parameters.
4755         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
4756         it's in DOS_readdir() now.
4758         * [misc/profile.c]
4759         Some badly written software (Lotus Freelance Graphics) passes a bogus
4760         size parameter that caused Wine to write off the end of a segment.
4761         Fixed. (It's probably too paranoid now.)
4762         
4763         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
4764         [multimedia/Imakefile] [if1632/winprocs.spec]
4765         16 bit entry point for MMSysTimeCallback.
4766         Split off time.c and joystick.c from mmsystem.c.
4767         
4768         * [objects/dib.c]
4769         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
4771         * [windows/cursor.c]
4772         DestroyCursor(): do nothing for builtin cursors.
4773         
4774         * [windows/mdi.c]
4775         Half of WM_MDISETMENU implemented.
4776         
4777         * [windows/win.c]
4778         EnumWindows() and EnumTaskWindows() never enumerated any windows.
4779         Fixed.
4781         * [windows/*.c]
4782         Fixed GetParent() to return correct values for owned windows.
4784         * [windows/message.c]
4785         Don't try to activate disabled top-level windows.
4787         * [windows/nonclient.c]
4788         Work around a bug in gcc-2.7.0.
4789         
4790         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
4791         [loader/task.c] [memory/selector.c]
4792         Some Visual Basic programs (and possibly others, too) expect ES to be 
4793         preserved by a call to an API function, so we have to save it.
4794         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
4795         to prevent segfaults if ES contained the selector to be freed.
4797 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
4799         * [*/*]
4800         Added missing prototypes to header files and relevant includes
4801         to reduce compile time warnings.
4803 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
4805         * [configure.in] [include/config.h] [*/Makefile.in]
4806         New configuration scheme based on autoconf.
4808 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
4810         * [miscemu/ioports.c]
4811         Revamp to have only one in- and one out- variant, both really
4812         implemented.
4814         * [miscemu/instr.c]
4815         INSTR_EmulateInstruction: Use new ioport interface.  Implement
4816         string io.  Correct instruction pointer for 32-bit code.
4818         * [include/miscemu.h]
4819         Update port function prototypes.
4821         * [include/registers.h]
4822         Defined FS and GS.
4824 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4826         * [misc/dos_fs.c]
4827         ChopOffSlash(): A path consisting off a single slash is left
4828         intact, and multiple slashes are all removed.
4830 ----------------------------------------------------------------------
4831 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4833         * [controls/scroll.c]
4834         Fixed drawing bug that caused part of a non-client scroll bar
4835         to be painted even when the scroll-bar was hidden.
4837         * [debugger/break.c] [debugger/dbg.y]
4838         Rewrote breakpoint handling to work in 16-bit mode.
4839         Implemented single-stepping ('step' and 'next' instructions).
4841         * [debugger/debug.l]
4842         Format specifier is now a separate token.
4843         Entering an empty line at the debugger prompt causes the previous
4844         command to be repeated, like under gdb.
4845         
4846         * [debugger/debug.l] [debugger/registers.c]
4847         Differentiate 16-bit and 32-bit registers without taking current
4848         mode into account ($eax is always 32-bit, $ax always 16-bit).
4850         * [debugger/stack.c]
4851         Fixed stack information routines to differentiate between 16-bit
4852         and 32-bit stacks.
4854         * [loader/task.c]
4855         Option -debug now sets a breakpoint at the first instruction of
4856         every loaded task.
4858         * [miscemu/instr.c]
4859         Added handling of lock, repe and repne prefixes.
4861         * [objects/dib.c]
4862         Changed StretchDIBits() to do the correct thing, even if it's still
4863         not really optimal.
4865         * [windows/graphics.c]
4866         Fixes in RoundRect(), thanks to Babak Masalehdan.
4868         * [windows/message.c]
4869         Tried to fix mouse event handling with respect to disabled
4870         windows.
4872         * [windows/painting.c]
4873         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
4874         infinite loops.
4876         * [windows/win.c]
4877         Fixed IsWindowVisible() to return FALSE when one of the parent
4878         windows is hidden.
4880 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
4882         * [if1632/compobj.spec][misc/compobj.c]
4883         CoGetMalloc: New function
4884         Added relay entries for COMPOBJ ordinals above 100
4885         CoInitialize: Changed parameter to DWORD
4887         * [if1632/ole2.spec]
4888         Exported implementation of OleBuildVersion
4890         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
4891         ole2disp.c: New file
4892         SysAllocString, SysReallocString, SysAllocStringLen,
4893         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
4895         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
4896         CompareStringA: New function
4898 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4899         * [objects/font.c] [if1632/gdi.spec]
4900         New stubs for CreateScalableFontResource, GetGlyphOutline.
4902 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
4904         * [misc/commdlg.c]
4905         Extensive changes and bug fixes to FileDialog handling,
4906         behaves more like native Windows.
4908 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4910         * [controls/listbox.c] [controls/combo.c]
4911         Some minor optimizations.
4912         
4913         * [memory/local.c]
4914         LOCAL_FindFreeBlock(): Never use the last one.
4915         
4916         * [memory/global.c]
4917         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
4918         
4919         * [misc/file.c]
4920         read() returns an error when length==0. This is not what Windows
4921         programs expect, so pay attention to this in _lread(). Changed this
4922         in _lwrite(), _hread(), _hwrite(), too.
4924         * [loader/resource.c]
4925         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
4926         there.
4927         
4928         * [if1632/shell.spec] [misc/shell.c]
4929         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
4930         Accept some more combinations of parameters in the Reg..() functions.
4931         
4932         * [if1632/toolhelp.spec]
4933         Make InterruptRegister() and InterruptUnregister() return false.
4935         * [windows/hook.c]
4936         CallNextHookEx() used to crash when called with a null hhook. Fixed.
4938 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
4940         * [include/neexe.h][loader/ne_image.c]
4941         NE_LoadSegment: Detect iterated segments
4943         * [misc/ole2nls.c]
4944         LOCALE_SLONGDATE: fixed typo
4946         * [miscemu/int5c.c]
4947         Reordered include files to avoid conflicts with Linux libc.5.1
4949         * [rc/winerc.c]
4950         Added -b option to process binary resource files into C arrays
4952         * [include/callback.h]
4953         CallWndProc: Added dummy ds parameter for libwine
4955         * [include/gdi.h][include/user.h]
4956         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
4958         * [include/ldt.h][include/stackframe.h]
4959         defined segment conversion macros for libwine
4961         * [misc/atom.c]
4962         Defined USER_HeapSel for libwine
4964         * [misc/main.c]
4965         Disable -dll option for libwine
4967         * [misc/user.c]
4968         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
4970         * [toolkit/heap.c]
4971         fixed LocalLock prototype
4973         * [toolkit/sup.c]
4974         sync'ed load_mz_header, load_ne_header with structures
4976         * [toolkit/winmain.c]
4977         Disabled resource DLLs for libwine for now
4979 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
4981         * [misc/main.c]
4982         Fixed -enhanced option to report a 386 CPU instead of a 286.
4984 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4986         * [misc/dos_fs.c]
4987         Remove maximum open dosdirent limit (fixing the winfile.exe
4988         problem) by using telldir()/seekdir().
4989         
4990 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
4992         * [misc/profile.c]
4993         Fixed problem parsing empty lines within sections in .ini files.
4995 ----------------------------------------------------------------------
4996 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
4998         * [debugger/*.c]
4999         Modified debugger to use segmented pointers everywhere.
5001         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
5002         Declared all functions that return only 16-bit as 'pascal16'.
5004         * [include/ldt.h] [memory/ldt.c]
5005         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
5006         Maintain a copy of the selector flags, removing the need to make a
5007         system call to retrieve an LDT entry.
5009         * [loader/module.c]
5010         Fixed bug with module file handle cache.
5012         * [loader/ne_resource.c]
5013         Fixed file name bug in NE_AccessResource().
5015         * [loader/resource.c]
5016         Fixed bug in LoadIcon() that caused wrong colors to be used for
5017         the icon mask.
5019         * [loader/signal.c]
5020         Moved instruction emulation to miscemu/instr.c.
5022         * [misc/dos_fs.c] [miscemu/int21.c]
5023         Lots of small fixes, thanks to Morten Welinder.
5025         * [miscemu/dpmi.c]
5026         More complete DPMI emulation.
5028         * [miscemu/instr.c]
5029         Added support for prefixes in instructions to emulate.
5031         * [miscemu/int2f.c]
5032         Use register macros instead of destroying the high part of 32-bit
5033         registers.
5035         * [objects/dc.c]
5036         Fixed bug in GetDCState() that failed to clear the new DC.
5038         * [rc/sysres.rc]
5039         Removed dialogs 11 and 12 that were never used.
5041         * [tools/build.c]
5042         'pascal16' generated functions did not save %dx.
5043         Removed use of %fs to access the stack.
5044         %ds is no longer initialized before calling a 16-bit routine.
5046         * [windows/defwnd.c]
5047         Accept a NULL pointer as window title.
5049         * [windows/mdi.c]
5050         MDICascade: skip iconic windows.
5051         Implemented CalcChildScroll().
5052         
5053         * [windows/utility.c]
5054         Fixed MulDiv() for illegal values.
5056         * [windows/win.c]
5057         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
5058         a zero width or height.
5060 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
5062         * [controls/edit.c]
5063         Fixed "uninitalized" message which -Wall couldnt see to be ok
5064         in EDIT_WriteText.
5066         * [include/debug.h]
5067         Added define for extra checks in API definitions during debugging.
5069         * [loader/ne_image.c]
5070         Added newline in NE_FixupPrologs to avoid long lines.
5072         * [misc/dos_fs.c]
5073         Added extra safety check in DOS_ValidDrive.
5075         * [misc/exec.c]
5076         Fixed definition of ExitWindows.
5077         
5078 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5080         * [controls/edit.c]
5081         Some fixes, mostly for memory management, but also for text selection
5082         and tab postitions. General cleanup. Notepad.exe now works.
5084         * [controls/combo.c]
5085         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
5086         the combo box, not the ComboLBox that belongs to it.
5088         * [controls/listbox.c]
5089         Handle itemID field correctly throughout.
5091         * [memory/local.c]
5092         Implemented flag LMEM_ZEROINIT.
5093         LocalReAlloc() could trash the heap. Fixed.
5095         * [objects/font.c]
5096         FONT_MatchFont(): don't get confused by negative widths.
5097         Fixed a segfault in EnumFonts().
5099         * [objects/text.c]
5100         DrawText(): DT_CALCRECT implies DT_NOCLIP.
5102         * [objects/dcvalues.c]
5103         MAKELONG was used with bad parameters in DC_GET_X_Y.
5105         * [windows/dialog.c]
5106         Don't show the dialog if WS_VISIBLE isn't set in the template.
5108         * [windows/utility.c]
5109         UTILITY_convertArgs(): Never pass an expression containing ++ into a
5110         macro...
5112         * [windows/win.c]
5113         SetParent() should unlink the window before changing the parent.
5115         * [windows/message.c]
5116         Don't call timer functions via CallWindowProc(), since it checks
5117         whether hwnd==0 and does not call the function in that case.
5119         * [miscemu/instr.c]
5120         Ignore interrupt 0x3D, for VBRUN300.DLL.
5122         * [misc/commdlg.c]
5123         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
5124         pointer to the item text.
5126         * [if1632/relay.c]
5127         Disable OLE and DDEML DLLs by default, since they contain nothing but
5128         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
5129         some programs may work better without them.
5130         
5131         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
5132         Begun cleaning things up a little. Replaced printfs with dprintf_
5133         macros, made functions static where possible, and some other minor
5134         changes.
5136 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5138         * [debugger/dbg.y][debugger/dbg.l]
5139         Removed special handling for FILE_IDENTIFER, because it caused
5140         problems with x/<format> statements.
5142         * [debugger/info.c]
5143         Use SC_ESP instead of SC_EIP for stack dump.
5145         * [misc/compobj.c][if1632/compobj.spec]
5146         CoBuildVersion, CoInitialize, CoUninitialize: new functions
5148         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
5149         New files ole2.c, ole2.h
5150         OleBuildVersion, OleInitialize, OleUninitialize: new functions
5152         * [if1632/ole2disp.spec]
5153         Added missing ordinals above 109
5155         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
5156         New file winnls.h
5157         GetLocaleInfoA: new function
5159         * [if1632/shell.spec]
5160         Added FindEnvironmentString as stub
5162         * [misc/olecli.c][if1632/olecli.spec]
5163         OleIsDcMeta: New function
5165         * [objects/font][misc/gdi.spec]
5166         GetKerningPairs: new function
5168         * [misc/shell.c]
5169         ShellExecute: Implemented support for starting programs
5171         * [if1632/user.spec]
5172         Inserted missing relay to GetClipCursor
5174 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5175         
5176         * [controls/edit.c]
5177         Fix a problem with the local heap.
5179         * [include/wintypes.h]
5180         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
5181         
5182         * [include/mdi.h] [windows/mdi.c]
5183         This code still assumed segmented address==linear address. Fixed.
5185         * [include/msdos.h] [misc/dos_fs.c]
5186         The filemask field of the dosdirent structure could be overrun. Fixed.
5187         If you had a file called foobar and a file called foo, trying to 
5188         FindFile(foo) could accidentally find file foobar instead. Fixed.
5189         
5190         * [misc/file.c]
5191         OpenFile(): Always return the full pathname in ofs->szPathName. This 
5192         also fixes GetModuleFilename().
5193         Prevent _lclose() from closing stderr or stdout.
5195         * [misc/profile.c]
5196         Search for .ini files in the path of the current module as well.
5197         (Needed by Lotus Organizer.)
5199         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
5200         [memory/local.c]
5201         Local heaps are now initialized by InitTask() for executables. DLLs
5202         have to call LocalInit() themselves, LocalInit() has to put the
5203         heap at the end of the segment when called with start==0. We no longer
5204         allocate the DGROUP with 64k on startup, but grow the local heap
5205         in LOCAL_GetBlock() when necessary.
5207         * [loader/module.c]
5208         LoadLibrary() should call LoadModule() in all cases, even if the
5209         DLL is already loaded, to ensure that the reference count is correct.
5211         * [loader/ne_image.c]
5212         Some changes to function prolog fixup. Does anyone know exactly how
5213         this is supposed to work? I am only guessing here.
5214         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
5215         the module itself.
5216         
5217         * [loader/task.c]
5218         Initialize instance data at the beginning of the DGROUP in InitTask().
5220         * [memory/local.c]
5221         Some fixes for moveable blocks.
5223         * [memory/selector.c]
5224         All the IsBad*Pointer() functions returned exactly the wrong boolean
5225         value in all cases!
5226         
5227         * [objects/bitblt.c]
5228         Fixed another null pointer dereference in debugging output.
5229         
5230         * [objects/font.c]
5231         Some more recovery possibilities for FONT_MatchFont() if a specified
5232         font does not exist.
5233         
5234         * [windows/win.c]
5235         The dialog code may call CreateWindowEx with an integer in windowName.
5236         This happens for static icon controls that expect a resource ID as
5237         the window name. CreateWindowEx() used to crash. Fixed.
5238         
5239         * [windows/class.c] [windows/win.c]
5240         Window classes are owned by modules, not instances. Changed
5241         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
5242         accordingly.
5244 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
5246         * [miscemu/int21.c]
5247           clock.exe was displaying incorrect year.
5249 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
5251         * [include/cursor.h] [windows/cursor.c]
5252         Implemented CreateCursorIconIndirect().
5254 ----------------------------------------------------------------------
5255 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5257         * [controls/menu.c]
5258         Fixed bug with drawing multi-column menus with vertical separator.
5260         * [debugger/debug.l]
5261         Fixed NULL-pointer reference after readline().
5263         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
5264         Added interrupt vector emulation. Allows to retrieve an interrupt
5265         vector and jump to it without crashing.
5267         * [loader/ldt.c]
5268         Moved ldt.c to memory directory.
5270         * [loader/task.c]
5271         Implemented LockCurrentTask() and GetInstanceData().
5273         * [objects/bitblt.c]
5274         Fixed a bug that caused StretchBlt() to use wrong colors when
5275         stretching a monochrome bitmap to a color display.
5277         * [objects/bitmap.c]
5278         Fixed a segmented pointer bug in CreateBitmapIndirect().
5280         * [tools/build.c]
5281         Added possibility to have arguments for register functions; used
5282         by interrupt vectors to remove the flags from the stack.
5283         Generate a new function CallTo32_LargeStack(), that allows calling
5284         a 32-bit function using the original 32-bit stack, for functions
5285         that need more that 64k of stack.
5287 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5289         * [if1632/shell.spec] [misc/shell.c]
5290         DoEnvironmentSubst: fixed prototype
5292         * [if1632/gdi.spec] [objects/palette.c]
5293         SetSystemPaletteUse: new function
5295         * [if1632/kernel.spec] [loader/resource.c]
5296         DirectResAlloc: new function
5298         * [if1632/user.spec] [windows/keyboard.c]
5299         SetKeyboardState: new function
5301 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5302         
5303         * [tools/build.c]
5304         Prevent interrupts from destroying the args for a 32 bit function
5305         by loading the correct value into %esp directly after %ss.
5307         * [loader/ne_image.c] [loader/module.c]
5308         The new instance must be created earlier in LoadModule(), so that
5309         fixups referencing it will be handled correctly.
5310         Initialize the local heap for a DGROUP in NE_LoadSegment().
5311         
5312         * [objects/dib.c]
5313         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
5314         This used to crash Wine. Fixed.
5316         * [objects/text.c]
5317         Fix possible null pointer dereference in debugging output.
5318         
5319         * [misc/commdlg.c]
5320         Handle user input in the edit control better. Some bugs fixed.
5321         
5322         * [memory/local.c]
5323         Started implementing moveable blocks. This is unfinished (!), but
5324         at least it does not seem to break things.
5326 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5327         
5328         * [loader/module.c]
5329         LoadModule(): DLLs occasionally have a data segment, and they work
5330         much better if it is loaded :-)
5331         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
5332         FindModule(): also strip off the last backslash of the pathnames
5333         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
5334         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
5335         only better.
5336         
5337         * [loader/ne_image.c]
5338         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
5339         not really correct, it seems that all programs and DLLs try to do
5340         this themselves. But they pass weird parameters.)
5341         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
5342         
5343         * [loader/task.c] [misc/user.c]
5344         Finish global initializations in InitTask instead of InitApp, or
5345         all the DLLs will be initialized in InitTask without any available
5346         window classes!
5348 ----------------------------------------------------------------------
5349 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5351         * [debugger/hash.c] [debugger/info.c]
5352         Added support for symbolic segmented addresses. Add symbols for all
5353         built-in API entry points.
5355         * [if1632/relay.c] [include/dlls.h]
5356         Removed dll_table structure, as we now use the built-in module
5357         structures.
5359         * [if1632/relay.c] [loader/main.c]
5360         Removed winestat option, as it was no longer very meaningful.
5362         * [include/stackframe.h]
5363         New macro MAKE_SEGPTR that creates a segmented pointer to a local
5364         variable on the 32-bit stack.
5366         * [loader/module.c]
5367         Added support for multiple instances of an application.
5368         Implemented LoadModule() and FreeModule().
5370         * [loader/ne_image.c] [loader/task.c]
5371         Moved initialisation of built-in DLLs to InitTask().
5373         * [memory/global.c]
5374         Implemented discardable blocks.
5376         * [misc/file.c]
5377         Search path of current executable in OpenFile().
5378         Fixed bug with searching in Windows path.
5380         * [misc/lstr.c]
5381         Hard-coded translation tables for Ansi<->Oem.
5383         * [misc/user.c]
5384         Moved some global initializations to InitApp(), because they need
5385         a task context to be performed.
5387         * [objects/dc.c]
5388         Handle R2_BLACK and R2_WHITE specially so that they work correctly
5389         with palette displays.
5391         * [tools/build.c]
5392         Suppressed generation of the C file for DLL specs, because it's no
5393         longer needed. Output all the assembly code directly to stdout.
5394         Some changes to integrate Win32 support from Martin von Loewis. 
5396         * [windows/msgbox.c]
5397         Moved message box code from misc/ to windows/.
5399 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
5401         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
5402           [misc/mmaux.c] [misc/mmsystem.c]
5403         Modify code & use pointers conversion macros.
5404         Make cdaudio & wave devices work again (only using some applets).
5406         * [misc/profile.c]
5407         Change getc() to fgetc() where needed.
5409 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5411         * [if1632/Imakefile]
5412         added entries for the new files gdi32.spec, kernel32.spec,
5413         user32.spec, shell32.spec and winprocs32.spec.
5415         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
5416           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
5417         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
5418         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
5419                 stub implementations provided 
5420         marked storage.dll,storege.sys functions as stubs
5422         * [include/pe_image.h]
5423         Added structures WIN32_builtin and  WIN32_function
5425         * [include/peexe.h]
5426         PE_Import_Directory: renamed reserved fields to 
5427                 TimeDate, Forwarder, Thunk_List
5429         * [include/winerror.h]
5430         New file.
5432         * [loader/main.c]
5433         called RELAY32_Init
5435         * [loader/pe_image.c]
5436         xmmap: map BSS anonymous
5437         dump_imports: renamed to fixup_imports, do the fixup of imported
5438                       symbols
5439         PE_LoadImage: pass raw data size to xmmap
5441         * [loader/resource.c]
5442         DumpIcon: new function
5444         * [misc/kernel32.c]
5445         New file.
5447         * [misc/main.c]
5448         make stdout and stderr unbuffered
5450         * [misc/shell.c]
5451         DoEnvironmentSubst: new function
5453         * [objects/font.c]
5454         FONT_MatchFont: try oblique if there is no italic
5456         * [rc/Imakefile][rc/parser.l]
5457         yywrap: new function
5458         Don't link with libfl.a on Linux
5460         * [tools/build.c]
5461         Added keywords stdcall, subsystem, base
5462         GenerateForWin32: new function
5463         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
5465 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5466         
5467         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
5468         Minor fixes.
5469         
5470         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
5471         Rewrote message box handling.
5472         
5473         * [windows/dialog.c]
5474         Dialogs should be invisible until after WM_INITDIALOG is seent.
5475         Don't switch to invisible dialog items on a TAB keypress.
5476         
5477         * [windows/mdi.c]
5478         Send WM_NCPAINT message in MDIRestoreChild().
5479         
5480         * [windows/painting.c]
5481         Fixed typo (&& -> &).
5482         
5483         * [windows/message.c] [if1632/user.spec]
5484         Implemented PostAppMessage().
5485         
5486         * [windows/event.c]
5487         SetCapture(0) should act like ReleaseCapture().
5489 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
5491         * [Imakefile]
5492         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
5493         Added ASFLAGS to exported variables.
5495         * [debugger/readline/Imakefile]
5496         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
5498         * [memory/local.c] [miscemu/int21.c]
5499         Added some more debugging outputs.
5501 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
5503         * [misc/message.c]
5504         Fixed a "FIXME" concerning norwegian translation.
5506 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5507         
5508         * [*/*]
5509         Removed warnings in a couple of files and deleted some obsolete code.
5511         * [controls/listbox.c]
5512         Cleanup, speed improvements & lots of bug fixes.
5514         * [controls/combo.c]
5515         Mostly rewritten. This is still very buggy, but not quite as bad as 
5516         before.
5518         * [include/commdlg.h] [misc/commdlg.c]
5519         Removed the need for sysres.dll. Small bug fixes.
5520         
5521         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
5522           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
5523         Removed sysres.dll and replaced the remaining bitmaps/icons with
5524         XPM equivalents.
5526         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
5527           [if1632/winprocs.spec]
5528         "About Wine..." now brings up a standard ShellAbout() window with
5529         the Wine icon and the list of contributors.
5530         
5531         * [misc/shell.c]
5532         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
5534         * [windows/event.c]
5535         Small hack for non-alphanumeric keys: Dont't send the ascii value in
5536         the WM_KEYDOWN message, but some unused code instead. Should be done
5537         properly by sending different codes for each key. The edit control
5538         used to get a VK_DELETE message each time the user typed '.'.
5540         * [windows/class.c]
5541         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
5542         This used to be no problem, but breaks Resource Workshop in 950403.
5543         
5544         * [objects/dib.c]
5545         New diagnostic for a bug I've been encountering. If it shows up,
5546         please report it.
5548 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
5550         * [objects/color.c]
5551         Handle situation when 'dc' exists, but palette mapping
5552         does not.  (Fixes kidpix2 demo.)
5554 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
5556         * [loader/ldt.c]
5557         LDT_Print: Only show the number of entries that the kernel
5558         returned. Make this work for NetBSD.
5560 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
5562         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
5563         Modify cs and ds selector values for NetBSD-current.
5565         * [debugger/debug.l]
5566         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5568         * [debugger/regpos.h]
5569         Modify sigcontext format for NetBSD-current.
5570         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5572         * [include/ldt.h]
5573         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
5574         value, since only 16 bits of it may have been saved.
5576         * [misc/winsocket.c]
5577         Set structure packing with `#pragma pack' to accomodate
5578         other/older compilers.
5580 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
5581         
5582         * [misc/commdlg.c]
5583         Fixed path-names so when changing directory the listboxes
5584         changes too.
5585         
5586         * [debugger/dbg.y debugger/debug.l wine.ini]
5587         Added SymbolTableFile to wine.ini so symbols can be read
5588         without standing in the directory containing wine.sym.
5589         Added the possibility to specify full name of wine.sym from
5590         the debugger prompt.
5592 ----------------------------------------------------------------------
5593 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5595         * [controls/static.c]
5596         Fixed painting of SS_*FRAME controls.
5598         * [if1632/callback.c]
5599         Pass the window instance as DS to the 16-bit window procedure.
5600         Rewrote Catch() and Throw() to make them work with multiple tasks.
5602         * [loader/main.c]
5603         New function MAIN_Init() to perform initializations before the
5604         first task is started instead of doing them in InitApp().
5605         Temporary hack to command-line parsing to load one program per
5606         command-line argument, to make testing task-switching easier.
5608         * [loader/*.c]
5609         Reimplemented modules to use a Windows-compatible layout and to
5610         allow multiple tasks and multiple module instances. Not really
5611         finished yet.
5613         * [loader/task.c] [misc/exec.c]
5614         Reimplemented tasks to use a common address space, and implemented
5615         preliminary task-switching capabilities.
5617         * [memory/global.c]
5618         Fixed bug in GlobalNext().
5620         * [misc/main.c]
5621         Updated the list of contributors. Let me know if I forgot someone.
5623         * [miscemu/int21.c]
5624         Use one DTA per task instead of a global one.
5626         * [objects/bitblt.c]
5627         Fixed bug in BitBlt() that could cause BadMatch errors.
5629         * [tools/build.c]
5630         Added new function type 'stub', that makes possible to export an
5631         unimplemented function by name as well as by ordinal. This will
5632         avoid loading errors for unimplemented functions.
5633         Generate an in-memory module layout for built-in DLLs so that the
5634         same code can be used for built-in and loaded modules.
5635         Changed relay code to make it unnecessary to save the value of the
5636         BP register.
5638         * [windows/message.c]
5639         Implemented multiple message queues and preliminary task-switching
5640         capabilities. Inter-task SendMessage() calls are not implemented
5641         yet and will probably cause crashes if used.
5643         * [windows/property.c]
5644         Reimplemented properties and allocate them on the USER heap.
5646         * [windows/win.c]
5647         Fixed bug in SetWindowWord().
5648         Reimplemented EnumWindows() and EnumTaskWindows().
5650 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5651         
5652         * [misc/main.c]
5653         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
5654         
5655         * [loader/resource.c]
5656         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
5657         control.exe.
5658         Fixed icon loading.
5659         
5660         * [objects/font.c] [include/windows.h]
5661         Fixed a bug in InitFontsList() and worked on the EnumFonts()
5662         functions to make them comprehensible.
5664         * [controls/button.c]
5665         Fixed my previous patch to handle LBUTTONUP messages.
5667 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
5669         * [misc/network.c, misc/dos_fs.c]
5670         Implemented WNetGetConnection.  All that is currently
5671         supported are drives, for which the remote name is simply
5672         the redirected UNIX directory name.
5674         * [miscemu/int2?.c]
5675         More drive number validity checking.
5677 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5678         
5679         * [controls/listbox.c]
5680         Oops, my previous change to ListBoxDirectory broke the Borland
5681         file open dialog. Fixed.
5683 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5685         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
5686         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
5687         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
5689 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5690         
5691         * [memory/global.c] [memory/local.c] [include/windows.h]
5692         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
5693         LocalReAlloc(): Same for LMEM_MODIFY.
5694         
5695         * [controls/listbox.c]
5696         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
5697         Check for errors in some more places.
5699         * [if1632/gdi.spec] [if1632/user.spec]
5700         16 bit callback functions should be passed as segptrs.
5701         
5702         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
5703         [loader/library.c]
5704         Prevent a DLL from being initialized twice (Borlands Resource
5705         Workshop used to do this).
5706         Provide an additional flag for each w_file that indicates whether
5707         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
5708         
5709         * [controls/button.c]
5710         Handle LBUTTONUP messages even if the button no longer has the
5711         capture (for WinHelp).
5712         
5713         * [include/wintypes.h]
5714         FARPROC is now a segptr for the emulator and a function
5715         pointer for the library.
5716         
5717         * [misc/commdlg.c] [misc/commdlg.h]
5718         Cleaned the file dialogs up a little. They now work reasonably well,
5719         although there are still some problems (e.g. files are initially
5720         invisible).
5722         * [windows/class.c] [if1632/user.spec] [include/windows.h]
5723         GetClassInfo() must take a segptr, as it checks whether the
5724         highword is zero.
5725         GetClassName() called the wrong atom function. No surprise it didn't
5726         find anything.
5728         * [misc/lstr.c]
5729         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
5730         Removed some warnings.
5732         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
5733         New spec file for the 3.1 DDEML DDL. 
5735         * [controls/menu.c]
5736         Small fix to ChangeMenu - mask out the obsolete flags
5737         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
5738         problems with the MF_BYPOSITION flag.
5740         * [windows/message.c]
5741         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
5742         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
5743         stack for speed reasons.
5744         
5745         * [windows/hook.c] [include/windows.h]
5746         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
5747         they have slightly different semantics.
5748         MS Hearts now works somewhat, if you disable the new builtin DDEML.
5749         The graphics are completely messed up, though.
5751 ----------------------------------------------------------------------
5752 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5754         * [Configure] [if1632/Imakefile]
5755         Removed new build and short names options.
5757         * [if1632/*.c] [tools/build.c]
5758         Implemented compiled call-back functions for better performance;
5759         all the relay code is now done in assembly code generated by the
5760         build program.
5761         Relay code is no longer dependent on being loaded below 64K.
5763         * [loader/resource.c]
5764         Fixed memory leak in LoadString(). A fix will also be needed for
5765         other resources.
5767         * [memory/global.c]
5768         Implemented global heap arenas, so we can store informations about
5769         global blocks, like lock counts or owner handle.
5770         Implemented FarGetOwner() and FarSetOwner().
5771         Implemented global heap TOOLHELP functions.
5773         * [memory/selector.c]
5774         Bug fix: it was not possible to re-use a free selector.
5776 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
5778         *  [controls/listbox.c]
5779         Major work on listbox code
5780          - Many bugs fixed (still many bugs)
5781          - More messages supported
5782          - Code simplified
5784 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
5786         * [controls/edit.c]
5787         Lots of bug fixes related to diappearing text, lost carets,
5788         highlighting, segmentation faults, occurance of random
5789         characters, insertion of characters over selection, misplaced
5790         caret location, display corruption, end of line behavior, etc.
5792         * [controls/widgets.c]
5793         EDIT class doesn't want to use CS_PARENTDC flag.
5795 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5796         
5797         * [loader/selector.c]
5798           FixupFunctionPrologs() should also handle multiple data modules.
5799           (this bug only became visible because MakeProcInstance() was fixed
5800           in 950319)
5801         
5802         * [misc/dosfs.c]
5803           Simplified DOS_SimplifyPath.
5804           Small fix to DOS_opendir to reuse an entry if an open directory
5805           is opened again, to prevent "too many open directories" messages.
5807 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
5809         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
5810         CoDisconnectObject: new stub function
5812         * [include/msdos.h]
5813         fix DOSVERSION
5815         * [loader/ne_image.c]
5816         NE_FixupSegment: Be more generous on additive fixups
5818         * [if1632/user.spec][misc/network.c]
5819         Add more WNet* stubs
5821 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5823         * [controls/listbox.c]
5824           DlgDirList(): send segptr instead of linear pointer 
5825           in message to static control
5826         * [controls/menu.c]
5827           Tried to implement ownerdrawn menuitems. Doesn't work.
5828         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
5829           Provide a stub for GetRasterizerCaps()
5830         * [loader/selector.c]
5831           Pass end address instead of length to LocalInit() in 
5832           CreateSelectors()
5833         * [memory/local.c]
5834           LocalInit(): If there's already a local heap in the segment, do
5835           nothing and return TRUE
5836         * [objects/linedda.c]
5837           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
5838           now.
5839         * [windows/cursor.c]
5840           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
5841           more work still.
5843 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5845         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
5846           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
5847           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
5848           [windows/nonclient.c] [misc/message.c]
5849           Added a new builtin DLL that provides 16 bit entry points for all
5850           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
5851           again.
5852         * [misc/shell.c]
5853           RegOpenKey()/RegCreateKey() bugs fixed.
5854         * [loader/ne_image.c]
5855           Skipping the initialization of a DLL when CS == 0 was broken.
5857 ----------------------------------------------------------------------
5858 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5860         * [*/*]
5861         Implemented a new memory mapping scheme. There's no longer a
5862         one-to-one mapping between 16-bit and 32-bit pointers. Please see
5863         file DEVELOPERS-HINTS for technical details.
5865         * [controls/scroll.c]
5866         Fixed bug when dragging mouse in horizontal scrollbars.
5868         * [tools/build.c] [if1632/*.spec]
5869         Removed support for C callback functions and for re-ordering
5870         of the 32-bit arguments, as these were never used. This should
5871         allow a more efficient callback scheme to be implemented.
5873         * [if1632/olecli.spec]
5874         Reduced the number of entries to make the 16-bit code fit in 64k.
5875         This limitation will soon be removed.
5877         * [loader/ldt.c]
5878         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
5880         * [memory/global.c]
5881         Rewrote Global*() routines to use the new selector allocation
5882         mechanism.
5884         * [memory/local.c]
5885         Rewrote local heap handling to use a Windows-compatible layout
5886         (not really finished yet).
5887         Implemented TOOLHELP heap-walking routines.
5889         * [memory/selector.c]
5890         Implemented LDT manipulation API functions.
5892 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
5894         * [windows/defdlg.c]
5895         Fixed problem where dialogs closed using the System menu 
5896         ('Close' item or double click on close box) would
5897         hang Wine.
5899 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
5901         * [controls/listbox.c]
5902         Removed most of the statements for sending a notification message
5903         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
5904         code; Borland's standard file open dialog will work now.
5905         
5906         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
5907         Added support for new command line option "-allowreadonly". If set
5908         an attempt to open a read only file in write mode will be converted 
5909         to opening it read only (many programs try to open all files in 
5910         read/write mode even if they only intend to read it - this might 
5911         cause a few under problems under an unix-like environment where most 
5912         files are read only for a "normal" user)
5914         * [loader/selector.c]
5915         GetMemoryReference(): Added support for __AHIncr and __AHShift
5917         * [misc/dos_fs.c]
5918         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
5919         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
5920         match(): rewritten
5921         
5922         * [objects/text.c]
5923         TEXT_NextLine(): Removed a bug in the handling of LF's
5925         * [miscemu/int21.c]
5926         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
5928 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5930         * [controls/menu.c]
5931         ChangeMenu: defaults to MF_INSERT
5932         InsertMenu: allow insertion even if position is one after last item
5934         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
5935           [if1632/storage.spec] [include/dlls.h]
5936         Added stubs for STORAGE.DLL and COMPOBJ.DLL
5938         * [if1632/user.spec] [windows/message.c]
5939         InSendMessage: new function
5941         * [include/neexe.h][include/ne_image.c]
5942         NE_FixupSegment: fixed handling of additive records
5944         * [loader/selector.c]
5945         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
5947         * [loader/signal.c]
5948         win_fault: Enter debugger on SIGFPE, too
5950 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
5952         * [miscemu/int*.c]
5953         Various minor modifications to the clock tick counter,
5954         FindFirst/FindNext funcs, and DPB handling.
5956 ----------------------------------------------------------------------
5957 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5959         * [loader/resource.c] [objects/oembitmap.c]
5960         Removed sysres bitmap code; you need libXpm to compile now.
5961         Implemented LoadIcon() for OEM icons.
5963         * [include/bitmaps/oic_*]
5964         Added OEM icons in XPM format.
5966         * [objects/dib.c]
5967         Bug fix in DrawIcon().
5969         * [rc/sysresbm.rc]
5970         Removed; all bitmaps are stored in XPM format now.
5972 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
5974         * [controls/edit.c]
5975         Small patch to fix edit-control when it's created with text.
5977 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
5979         * [tools/make_debug]
5980         The created macros won't have side effects anymore when used in
5981         an "if-else" structure. No more warnings from the compiler when
5982         compiled without defining DEBUG_RUNTIME.
5984 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
5986         * [controls/listbox.c]
5987         ListBoxDeleteString(): Fixed
5989         * [loader/selector.c]
5990         GetMemoryReference(): When special segments are referenced by
5991         pseudo-functions like __0040H, a reference to a "normal" segment
5992         will be returned preventing the program from crashing as soon
5993         as the referenced segment is actually accessed.
5995 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
5997         * [Configure]
5998         Ask for OLE stubs and malloc debugging
6000         * [Imakefile]
6001         link with libmcheck.a if necessary
6003         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
6004         Add OLE stubs, increase number of builtins
6005         dll_name_table_entry_s: new field dll_is_used
6007         * [loader/library.c]
6008         GetModuleHandle,ModuleNext: Check dll_is_used
6010         * [loader/ne_image.c]
6011         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
6012         to mean, anyway?)
6014         * [misc/olecli.c][misc/olesvr.c]
6015         New files. Add to misc/Imakefile
6017         * [misc/dos_fs.c]
6018         DOS_GetUnixFileName: make a copy of the input parameter to 
6019         prevent overwriting
6021         * [misc/main.c]
6022         MAIN_ParseDLLOptions: new function
6023         MAIN_ParseOptions: treat -dll command line flag
6024         main: add support for malloc debugging
6026 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
6028         * [loader/signal.c]
6029         Small patch for people using FreeBSD-2.1.0.
6031 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
6033         * [toolkit/sup.c]
6034         Added return values to the Call* routines
6036         * [toolkit/winmain.c]
6037         Load the resource file properly for WineLib applications.
6039 ----------------------------------------------------------------------
6040 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6042         * [if1632/call.S]
6043         Only save the lower 16-bits of SP and BP.
6045         * [if1632/callback.c]
6046         When calling to 16-bit code, restore DS from its previous value on
6047         entry to the 32-bit code, instead of from the code segment owner.
6049         * [if1632/relay.c] [include/stackframe.h]
6050         Use a structure to represent the 16-bit stack frame layout
6051         instead of hard-coded offsets.
6052         
6053         * [rc/Imakefile]
6054         Use y.tab.c for bison output file for compatibility with yacc.
6056         * [tools/build.c]
6057         Small optimization for calls to 32-bit code.
6059 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6061         * [tools/build.c]
6062         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
6064 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
6066         * [debugger/dbg.y]
6067         Remove unnecessary sym-table loading when stopped in 16-bit mode.
6069         * [include/segmem.h] [loader/selector.c]
6070         Added dynamic alloction of selectors.
6071         Fixed some problems with large programs SIGSEGV-ing while
6072         running out of selectors.
6074         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
6075           [memory/global.c] [memory/heap.c] [memory/linear.c]
6076         Use __AHSHIFT and __AHINCR instead of 3 and 8.
6078 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
6080         * [misc/dos_fs.c]
6081         Better relative path handling when converting filenames between
6082         dos and unix, allowing '.' to be used in the Windows path.
6083         Startup working dir is now based on current working dir.
6085 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6087         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
6088         Squeezed data structure that references internal dll's (mostly
6089         "struct dll_table_entry_s"). Caused 20% reduction in executable
6090         code size.
6092 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
6094         * [Imakefile]
6095         make wine.sym only when making emulator
6097         * [misc/file.c]
6098         OpenFile(): report as not implemented for WINELIB
6100         * [misc/winsock.c]
6101         Fix CONVERT_HOSTENT and friends for use with WINELIB
6103         * [rc/Imakefile][rc/rc.y][rc/parser.c]
6104         Rename rc.y to parser.y
6105         Use flex and bison on Sun
6107         * [toolkit/sup.c]
6108         CallWindowProc: fix parameter type
6110         * [windows/event.c]
6111         Commented #ifdef sparc
6113 ----------------------------------------------------------------------
6114 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6116         * [windows/nonclient.c] [windows/winpos.c]
6117         Implemented maximized windows.
6118         Implemented icon positioning and ArrangeIconicWindows().
6119         Bug fixes in SetWindowPos().
6121         * [windows/painting.c]
6122         Implemented GetControlBrush().
6123         Window frame is no longer contained in the update region.
6125         * [windows/win.c]
6126         Destroy owned windows upon DestroyWindow().
6128 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
6130         * [controls/edit.c]
6131         Changed line terminator to \r\n to be compatible with
6132         Windows.  Fixed bug in text selection.
6134 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6136        * [misc/shell.c]
6137        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
6138        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
6139        These functions now work somewhat more the way Windows programs expect
6140        them to work.
6142 ----------------------------------------------------------------------
6143 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6145         * [loader/resource.c] [objects/dib.c]
6146         Fixed icon loading and drawing, now that BitBlt() works correctly.
6147         
6148         * [objects/clipping.c] [objects/region.c]
6149         Implemented elliptic regions with a set of rectangle. This greatly
6150         simplifies the region code and should boost clipping performance.
6152         * [objects/color.c]
6153         Fixed bug that caused seg-fault on 24bpp displays.
6155         * [objects/bitblt.c]
6156         Fixed bug when shrinking a bitmap to more than half its size.
6158         * [windows/graphics.c]
6159         Fixed bugs in PaintRgn() and Polyline().
6161         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
6162         Fixed some problems with window background painting.
6164 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
6166        * [tools/build.c]
6167        * [tools/newbuild.c]
6168        * [Imakefile]
6169        * [include/wine.h]
6170        * [loader/call.S]
6171        * [loader/selector.c]
6172        * [include/segmem.h]
6173        * [misc/main.c]
6174        Changed selector code and 16/32 bit xfer code so that wine
6175        no longer has to be loaded low in memory.  Changed wine
6176        to work with ELF binary formats under Linux.
6177        
6178 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
6180         * [debugger/db_disasm.c]
6181         New instruction disassembler - borrowed from Mach kernel.  Has a
6182         BSD style of license as opposed to the gdb code we were previously
6183         using which was under the GPL.
6185 ----------------------------------------------------------------------
6186 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6188         * [Imakefile]
6189         Compiling with -Wall flag.
6191         * [*/*]
6192         Fixes to minimize the number of compilation warnings.
6194         * [objects/bitblt.c]
6195         Fixed BitBlt() and used the same code to rewrite PatBlt() and
6196         StretchBlt(). The three *Blt() functions should now be correct in
6197         every case (famous last words).
6199         * [objects/brush.c] [objects/dither.c]
6200         Merged the two files into brush.c
6202         * [objects/dc.c]
6203         Fixed bug when the Windows programs forget to re-select the
6204         original bitmap in a memory DC.
6206         * [objects/font.c]
6207         Tty to use 'fixed' font when the system font can't be found.
6209         * [windows/dialog.c]
6210         Tentative fix to make dialogs look better when using fixed-width
6211         fonts.
6213         * [windows/graphics.c]
6214         Partially implemented the PS_INSIDEFRAME pen style.
6216         * [windows/nonclient.c]
6217         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
6218         without the WS_DLGFRAME style.
6220 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
6222         * [memory/global.c]
6223         GlobalCompact should now return the correct value when the
6224         largest run of free blocks includes the last block.
6226         * [windows/mdi.c]
6227         Tiling and cascading windows without any MDI children should
6228         no longer crash (assuming no-op is the correct thing to do).
6230 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
6232         * [objects/font.c]
6233         GetTextExtentPoint: fixed debug output, str is counted string, not
6234         zero terminated.
6236         * [if1632/relay.c]
6237         DLLRelay: when debugging_stack got segv, added upper bound for
6238         stack dump.
6240 ----------------------------------------------------------------------
6241 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6243         * [*/Imakefile]
6244         All objects files are now kept in their respective directory.
6246         * [README]
6247         Rewrote most of it.
6249         * [objects/bitblt.c]
6250         Rewrote BitBlt() to look right in every case, while minimizing
6251         the impact on performance. Not really finished yet.
6253         * [objects/bitmap.c] [objects/dc.c]
6254         Fixed bug with pattern brushes.
6256         * [objects/clipping.c] [windows/painting.c]
6257         Fixes for logical coordinates.
6259         * [objects/color.c] [windows/graphics.c]
6260         Fixed GetPixel() to return the correct color, and made it faster.
6262         * [objects/region.c]
6263         Fixed bug in CombineRgn() when one of the region is empty.
6265 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
6267         * [Configure]
6268         Don't assume that expr handles '==', use '=' instead.
6269         Give a (hopefully informative) message if imake fails.
6271 ----------------------------------------------------------------------
6272 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6274         * [controls/listbox.c]
6275         Fixed problems due to new scroll-bar code.
6277         * [loader/signal.c] [miscemu/ioports.c]
6278         Handle I/O opcodes that use an absolute address.
6280         * [objects/text.c]
6281         Implemented TabbedTextOut().
6283 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
6285         * [objects/metafile.c]
6286         Implemented GetMetafile().
6287         Fixed bug in PlayMetaFile() when reading disc based metafile records.
6288         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
6289         PlayMetaFileRecord().
6290         
6291 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6293         * [Imakefile]
6294         wine.sym: Remove gcc2_compiled and friends
6296         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
6297           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
6298         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
6300         * [if1632/call.S]
6301         CallToLibMain: New function
6303         * [if1632/relay.c][include/options.h][misc/main.c]
6304           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
6305         removed Options.relay_debug
6307         * [include/heap.h]
6308         HEAP_OWNER: Use ds instead of cs:ip
6310         * [loader/ne_image.c]
6311         LoadNEImage: Remember current exe, handle nodata dlls
6312         InitNEDLL: handle nodata dlls, call CallToLibMain
6314         * [loader/selector.c]
6315         CreateSelectors: Initialize auto_data_sel with 0
6317         * [memory/heap.c]
6318         HEAP_CheckHeap: Check prev
6319         HEAP_CheckLocalHeaps: new function
6321         * [misc/profile]
6322         Remember and dump only changed profiles
6324         * [tools/makedebug]
6325         Introduce debugging_xxx flags
6327 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
6329         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
6330         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
6331         pe_image.h selectors.h wintypes.h]
6332         Added.
6334         * [*/*]
6335         - Commented all 'static char copyright statements', see misc/main.c
6336         - moved prototypes to headers files, fixed wrong prototypes.
6337         - *please* add a header file for each .c if you need to export
6338           things.
6340         * [misc/main.c]
6341         Added one static string which list the names of the contributors.
6343 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
6345         * [Configure]
6346         Made the support for multiple languages more automatic.  Added
6347         a [fonts] section to the wine.conf file.  Made the defaults
6348         better.  Generally cleaned it up.
6350         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
6351         Norwegian resources and small fixes to the german resources.
6353 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6355         * [debugger/break.c]
6356         bark(), toggle_next(), should_continue(): New functions
6357         insert_break(): Fixed, adds write access to page before writing
6358         wine_bp.next_addr: new structure field
6360         * [debugger/dbg.y]
6361         Changed symbol's value to be it's value instead of the value
6362         pointed to by the symbol.
6363         Changed SIGTRAP handling to allow continuation after break point
6365         * [misc/shell.c]
6366         ShellAbout(): Load resource from memory
6368 ----------------------------------------------------------------------
6369 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6371         * [controls/scroll.c] [include/scroll.h]
6372         Rewritten most of scroll-bar code for better Windows look & feel.
6373         Implemented EnableScrollBar().
6374         Preliminary keyboard support.
6376         * [objects/bitblt.c]
6377         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
6378         bits from outside the visible region.
6380         * [objects/oembitmap.c] [include/bitmaps/obm_*]
6381         Use XPM symbolic colors to load bitmaps. This allows the colors
6382         of the bitmaps to depend on the system colors.
6384         * [tools/make_debug]
6385         Made the make_debug script more robust.
6387         * [windows/dialog.c]
6388         Fixed CheckRadioButton().
6390         * [windows/nonclient.c]
6391         A few changes to scroll-bar drawing and tracking.
6393         * [windows/winpos.c]
6394         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
6395         avoid confusion, and optimized it somewhat.
6397 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6399         * [misc/audio.c]
6400         * [misc/mcianim.c]
6401         more coding but nothing spectacular.
6403         * [misc/mmaux.c]
6404         some coding to access '/dev/mixer'.
6406         * [misc/midi.c]
6407         some coding to read .MID files, but it's not playing yet.
6409 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
6411         * [objects/dib.c]
6412         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
6413         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
6414         includes some bitmaps output by Paint Shop Pro.  Implementation is
6415         possibly now too lax.  Please see the notes on the function about
6416         why.
6418         * [controls/desktop.c]
6419         The desktop pattern should be painted if the wallpaper doesn't
6420         cover the whole screen width OR the whole screen height.
6422 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
6424         * [objects/dib.c]
6425         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
6426         now work.
6428         * [loader/ne_resource.c] [include/resource.h]
6429         Some cleanup.
6431 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6433         * [Configure]
6434           [rc/sysres.rc]
6435         Primitive compile-time support for multiple languages
6437         * [rc/sysres_De.rc]
6438         New file
6440         * [loader/resource.c]
6441         LoadBitmap: Recognize end of sysresbm properly
6443         * [rc/Imakefile]
6444         Rules to compile resources simplified, dependencies changed
6446         * [rc/sysresbm.rc]
6447         Don't use sysresbm if using XPM
6449         * [windows/dialog.c]
6450         CreateDialogIndirectParam: Reverse Z-order of controls
6452         * [windows/message.c]
6453         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
6455         * [windows/winpos.c]
6456         NextWindowFromPoint: New function
6458         * [controls/button.c]
6459         WM_NCHITTEST: Group Box is HTTRANSPARENT
6460         BUTTON_CheckAutoRadioButton: New function
6461         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
6463 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
6465         * [objects/text.c]
6466         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
6467         is too long to break.
6469         * [objects/font.c]
6470         Don't assume helvetica if there is no font family; let the other
6471         font attributes decide what font to use.
6473         * [controls/widgets.c]
6474         Listboxes and combo boxes need to be notified of double-clicks.
6476         * [controls/listbox.c]
6477           [include/listbox.h]
6479         scrolling to bottom of list box should display last item at the
6480         bottom, not at the top.
6481         
6482         list boxes need to allocate a separate heap for their item data,
6483         rather than using the user heap.  Otherwise, it's very easy to run
6484         out of memory for list box items.
6486         removed redundant code in ListBoxAddString().  Implemented simple
6487         version of LBS_SORT.
6489         Don't put [.] in the list box when using DDL_DIRECTORY.
6491         * [controls/combo.c]
6492         Combos should pass CBS_SORT onto their list box.
6494         * [windows/win.c]
6495         If window creation is aborted, remove the window from the
6496         linked lists.
6498         * [controls/static.c]
6499         static controls with SS_ICON were always returning 0 from
6500         WM_NCCREATE.
6502         Make sure static controls have text to draw before drawing it.
6504 ----------------------------------------------------------------------
6505 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6507         * [objects/oembitmap.c]  (New file)
6508         Added possibility to use .xpm files for OEM bitmaps.
6510         * [include/bitmaps/obm*]  (New files)
6511         Redrawn all OEM bitmaps in xpm format.
6513         * [objects/font.c]
6514         Add space for internal leading when using a negative font height.
6515         Stubs for AddFontResource() and RemoveFontResource().
6516         Fix in FONT_Init() for uninitialised default font.
6518         * [windows/dialog.c]
6519         Make font height negative as it is really a point size and not a
6520         pixel size; dialogs using 8-point fonts look better now.
6522         * [windows/graphics.c]
6523         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
6525         * [windows/nonclient.c]
6526         A few changes for new OEM bitmaps.
6528 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6530         * [windows/class.c]
6531         The names of local classes have to be stored using GlobalAtom*.
6532         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
6534         * [if1632/call.S]
6535         CallTo16(cx): It's possible to set the contents of the cx-register.
6537         * [loader/ne_image.c]
6538         InitNEDLL(): The size of the local heap is now passed in the cx-
6539         register when initializing a DLL.
6541         * [memory/heap.c]
6542         LocalInit(): The case start==0 is now handled in the way it should.
6544         * [windows/win.c]
6545         GetWindowLong(): If the adress of the windows function is requested
6546         it's no longer returned if it's within the Wine code (and therefore
6547         unreachable by a windows program). This makes Borland's OWL happy.
6549         * [controls/edit.c]
6550         EDIT_GetStr(): Added handling for off<0.
6552 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
6554         * [loader/library.c]
6555         Fixed infinite loop bug when two DLLs refer to each other (fixes
6556         hangup of Quicken during loading).
6558 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6560         * [misc/dos_fs.c]
6561         Bug fix: The size of a disk an the available space
6562         is now returned in bytes instead of (incorrectly)
6563         KBytes.
6565 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6567         * [windows/graphics.c]
6568         Bug fix: Pie segments are now filled with correct brush.
6570 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6572         * [Imakefile]
6573         generate rc.o before loader.o
6575         * [controls/menu.c]
6576         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
6578         * [include/resource.h]
6579         Add struct ResourceTable
6581         * [loader/bitmap.h]
6582         Load system bitmaps from sysresbmTable
6584         * [misc/clipboard.c]
6585           [windows/event.c]
6586         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
6587         
6588         * [rc/Imakefile]
6589         generate rc.o from sysres.o and sysresbm.o. Added -lfl
6591         * [rc/rc.y]
6592         change style handling to allow ( S1 | S2 ) | S3
6594         * [rc/sysres.rc]
6595           [rc/sysresbm.rc]
6596         Put bitmaps and icons to sysresbm, everything else to sysres
6598         * [rc/winerc.c]
6599           [rc/winerc.h]
6600         Added -o, -c flags. New function set_out_file. Output to files.
6602         * [windows/dialog.c]
6603         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
6605         * [windows/nonclient.c]
6606         Create AboutWine dialog from template pointer
6608 ----------------------------------------------------------------------
6609 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6611         * [controls/static.c]
6612         Bug fix for SS_ICON controls.
6614         * [if1632/Imakefile]
6615         Fixed call.o dependencies.
6617         * [objects/clipping.c] [objects/dc.c]
6618         Fixed visible region handling. hVisRgn is always non-null now.
6620         * [windows/dce.c]
6621         Bug fix in GetDCEx for CS_OWNDC windows.
6623         * [windows/nonclient.c] [windows/painting.c]
6624         Fixes to icon window drawing.
6626         * [windows/winpos.c]
6627         A few fixes in SetWindowPos().
6629 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6631         * [objects/bitblt.c]
6632         BitBlt(): BitBlt is now able to handle any raster operation. If
6633         the request can't be passed to XWindows directly, it's quite
6634         slow, though.
6636         * [*/*.c]
6637           [misc/main.c]
6638         Improvements of the system for handling debug messages. Options are
6639         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
6640         *debugoptions: +xxx there if you want to have turn messages xxx on).
6642         * [controls/menu.c]
6643         DestroyMenu(): The whole window won't be destroyed as a sideeffect
6644         any longer.
6646         * [misc/file.c]
6647         OpenFile(): Fixed bug in searching in system/window-directory.
6649 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
6651         * [include/windows.h]
6652         Bug fix for window related structures.
6653         DCB and COMSTAT are affected. They must be packed.
6655         * [misc/comm.c]
6656         Bug fix for COM ports:
6657         Dial and dialog window in terminal.exe now works.
6658         Non sequential COM assignments in wine.conf should not break now.
6659         Baudrate can be specified in wine.conf to overcome baudrate limitation
6660         in mswindow. See sample wine.ini
6662         * [include/comm.h]
6663         add baudrate field to DosDeviceStructre
6665         * [object/font.c]
6666         Bug fix for font assignment.
6667         Use pairs of foundry and family fontnames in X11 to correspond with
6668         window's fonts.
6669         Put font assignment ini wine.ini.
6671         * [wine.ini]
6672         Adding optional baudrate after port name in "serialports" section
6673         Add new section, "fonts".
6674         "default" is special key in "fonts" to match any unmatch window font.
6676 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
6678         * [if1632/relay.c]
6679         * [if1632/commdlg.spec]         New file.
6680         * [misc/commdlg.c]                      New file.
6681         * [include/commdlg.h]           New file.
6682         Begin of an emulated COMMDLG DLL, built-in for now.
6683         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
6684         thing you need to do is to put the real/dummy name in file relay.c)
6686         * [controls/scroll.c]
6687         * [controls/combo.c]
6688         * [controls/listbox.c]
6689         Few bug fixes and/or cosmetic.
6691         * [misc/audio.c]
6692         * [misc/mmaux.c]
6693         bug fixes and flags returned to emulate SB16.
6695         * [misc/midi.c]                         New file.
6696         skeleton for 'Midi' MMSYSTEM & MCI driver.
6698         * [misc/mcianim.c]                      New file.
6699         skeleton for 'Animation1' MCI driver.
6701         * [windows/win.c]
6702         Add new stub for GetLastActiveWindow().
6704 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
6706         * [if1632/call.S] [tools/build.c]
6707            Support for ELF format. (Not complete)
6709 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
6711         * [if1632/user.spec]
6712         Add stubs for ArrangeIconicWindows(), etc.
6714         * [if1632/kernel.spec]
6715         Add IsBad*Ptr() functions.
6717         * [loader/signal.c]
6718         Add test_memory(), for use with IsBad*Ptr().
6720         * [windows/winpos.c]
6721         Add stubs for TileChildWindows(), etc.
6723         * [windows/win.c]
6724         IsWindow() shouldn't crash if it's given a bad handle.
6725         Add stub for GetLastActivePopup().
6727         * [memory/global.c]
6728         Implement the IsBad*Ptr() functions.
6730         * [controls/listbox.c]
6731         Return the full longword of the item data in LB_GETITEMDATA.
6733         * [controls/edit.c]
6734         Don't let the user select an area past the end of the text.
6736         * [objects/text.c]
6737         In DrawText(), the code to delete crlfs also removed multiple
6738         consecutive newlines.  Also, using DT_CALCRECT didn't return
6739         the right height, and the width wasn't returned at all.
6740         This caused MessageBoxes to be missing much of their text.
6742         * [windows/scroll.c]
6743         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
6745 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
6747         * [miscemu/int21.c]
6748         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
6750         * [misc/property.c]
6751         Fixed inverted logic in EnumProps(), and changed CallBack16()
6752         call to use new arg format.
6754         * [windows/win.c]
6755         Fixed CallBack16() call in Enum[Child]Windows to use new arg
6756         format; this fixes crashes in enum procedures.
6758 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
6760         * [misc/clipboard.c]
6761           [windows/event.c]
6762           [windows/message.c]
6763         Added cut and paste between Wine and other X clients via
6764         the PRIMARY selection. Text only this time.
6766         * [controls/edit.c]
6767         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
6769         * [windows/defwnd.c]
6770         Send WM_SYSCOMMAND to overlapped ancestor window, 
6771         not the receiver of WM_SYSKEYDOWN
6773 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
6775         * [controls/edit.c]
6776         ClientWidth()/ClientHeight() macros: return 0 if size would
6777         be negative
6778         EDIT_StrLength(): takes unsigned char* instead of char*
6780         * [controls/listbox.c]
6781         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
6782         case instead of in each place required (it was omitted in
6783         some places causing problems!)
6785         * [controls/menu.c]
6786         MENU_CalcItemSize(): don't try to find size of a text item
6787         if the pointer is NULL
6789         * [include/heap.h]
6790         added definition of HEAP_LocalInit()
6792         * [include/msdos.h]
6793         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
6794         instead)
6796         * [loader/selector.c]
6797         IPCCopySelector(): added missing flags to shmget() call
6798         ? does this break linux - I added these flags in a previous
6799         patch but they were missing in the corresponding release ?
6801         * [loader/signal.c]
6802         win_fault(): added missing definitions of i, dump for those
6803         not running NetBSD or linux
6805         * [misc/dos_fs.c]
6806         DOS_GetCurrentDir(): made temp[] static so it can be safely
6807         returned
6809         * [miscemu/int21.c,int25.c,int26.c]
6810         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
6811         segmem.h where necessary.
6813         * [windows/dialog.c]
6814         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
6815         HEAP_LocalInit(), removed redundant variables
6817 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
6819         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
6820           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
6821           [objects/bitblt.c] [objects/metafile.c]
6822         Rewritten more printf's to use the new debugging system, and
6823         made wine less verbose per default. Use "-debugmsg +module"
6824         to get (almost) the same behavior as before.
6826 ----------------------------------------------------------------------
6827 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6829         * [controls/button.c]
6830         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
6831         BM_SETSTATE.
6832         Implemented default button painting.
6833         Optimised redrawing.
6834         Fixed owner-draw buttons.
6836         * [controls/static.c]
6837         Implemented WM_SETFONT.
6838         A few optimisations in painting code.
6839         Bug fix for SS_SIMPLE controls.
6841         * [if1632/callback.c]
6842         Preliminary GetCodeHandle().
6844         * [if1632/gdi.spec]
6845         Changed 'pascal' to 'pascal16' everywhere it's needed.
6847         * [include/windows.h]
6848         Fixed a few data structures.
6850         * [memory/heap.c]
6851         Bug fix in HEAP_ReAlloc().
6853         * [misc/cursor.c]
6854         Fixed SetCursor().
6856         * [objects/bitblt.c]
6857         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
6859         * [objects/font.c]
6860         Better font mapping code.
6861         Implemented GetTextFace().
6863         * [objects/region.c]
6864         Bug fix in REGION_MakePixmap().
6865         Faster region copying.
6867         * [objects/text.c]
6868         Implemented ExtTextOut().
6869         Implemented DT_NOCLIP style for DrawText().
6871         * [windows/dc.c]
6872         Free the bitmap when deleting a memory DC.
6874         * [windows/dce.c]
6875         Added support for windows that have no associated X window.
6876         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
6878         * [windows/defdlg.c]
6879         Implemented default push button handling and DM_SETDEFID.
6880         Implemented WM_NEXTDLGCTL.
6882         * [windows/dialog.c]
6883         Implemented default push button handling.
6884         Beginning of a keyboard interface in dialogs
6885         (does not really work yet).
6886         Fixed dialogs that use a special font.
6888         * [windows/event.c] [windows/focus.c]
6889         Added support for non-X windows.
6891         * [windows/graphics.c]
6892         Rewritten FloodFill() and implemented ExtFloodFill().
6894         * [windows/message.c]
6895         Cleaner hardware messages and X events handling.
6897         * [windows/defwnd.c] [windows/painting.c]
6898         Implemented WM_SETREDRAW.
6900         * [windows/win.c]
6901         Only create an X window for top-level windows, or for the desktop.
6902         Child windows now use their parent's drawable.
6904         * [windows/winpos.c]
6905         Beginning of support for non-X windows (still somewhat broken).
6906         Implemented *DeferWindowPos().
6908         * [*/Imakefile]
6909         Cleaned up some Imakefiles.
6910         Moved dc.c from windows/ to objects/.
6911         Moved cursor.c from misc/ to windows/.
6913 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
6915         * [include/debug.h]
6916           [include/stddebug.h]
6917           [*/*.c]
6918         Rewritten all the calls to printf for displaying debug-information
6919         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
6920         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
6921         all these messages on, "-debugmsg -dll" will turn all messages 
6922         concerning DLLs off.
6924         * [controls/combo.c]
6925         Added some handling for combo controls with ownerdraw-styles
6926         (just creating and passing the necessary messages to the 
6927         corresponding listbox control; the edit-control needs to be
6928         replaced with something else).
6930         * [controls/edit.c]
6931           [windows/dialog.c]
6932         Added support for use of global heap memory in dialogs with 
6933         edit controls.
6935         * [controls/listbox.c]
6936         Added support for item data.
6937         ListBoxInsertString(): Fixed bug for elements which are not inserted
6938         after the currently last element.
6939         
6940         * [misc/dos_fs.c]
6941           [miscemu/int21.c]
6942         DOS_ValidDirectory(): Checks whether a given string is in fact the
6943         valid name of a directory.
6945 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
6947         * [Imakefile]
6948         generate wine.sym after creating wine
6950         * [debugger/dbg.y]
6951         load "wine.sym" when entering debugger
6953         * [debugger/info.c]
6954         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
6956 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
6958         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
6959         Files created
6961 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
6963         * [misc/spy.c]
6964         Exclude and Include no longer requires a terminating ';' to
6965         register the last component.
6967 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
6969         * [Configure]
6970         Rewrote much of it.  Added capability to generate a wine.ini
6971         file.  Commented out the processor emulator options until that
6972         becomes interesting.  Gives a warning if it sees any *.rej
6973         files.  I hope I haven't assumed to much about the shell/OS so
6974         that it breaks under *BSD.
6976         * [misc/dos_fs.c]
6977         Removed/changed calls to ToUnix() (which calls tolower()) so
6978         that the part of the pathname which correspond with the drive
6979         letter on DOS no longer will be mapped to lowercase.  This
6980         means that it should be possible to have uppercase letters in
6981         the [drives] section of wine.ini.
6983         * [LICENSE]
6984         Cosmetic changes so that it displays better in the window you
6985         get from pressing "Credit_License" in the "About WINE" window.
6987 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
6989         * [controls/menu.c]
6990         LoadMenu() moved to loader/resource.c.
6992         * [misc/main.c]
6993         Added stub for FileCDR().
6995         * [include/peexe.h]
6996         Added, from Eric's pe-test.
6998         * [include/resource.h]
6999         Added.
7001         * [loader/resources.c]
7002         Removed duplicated code in *Resource() functions.
7003         Moved NE-program specific functions into ne_image.c.
7004         Moved NE-fileformat functions to ne_resource.c.
7006         * [pe_image.c] [pe_resource.c]
7007         Added. Nothing implemented to run PE-executables, resource
7008         loading only.
7010         * [misc/file.c]
7011         Changed OpenFile() to use macros.
7013         * [misc/shell.c]
7014         Added NULL-ptr checks to ShellAbout().
7016         * [miscemu/int21.c]
7017         Fixed a few typos.
7019         * [miscemu/kernel.c]
7020         Added _DI = _DS, to put the caller's instance in DI. Doesn't
7021         work properly if caller changed DS :-(
7023 ----------------------------------------------------------------------
7024 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
7026         * [include/win.h]
7027         Removed seperate X window for icon, added icon width,height.
7029         * [include/windows.h]
7030         Commented out the old SW_xxx emum and added defines since
7031         they aren't enumerated.
7033         * [windows/dce.c]
7034         Removed some older IsIconic checks from GetDCEx(), functionality
7035         is now in nonclient and generic wine window handling code.
7036         Lots of thanks to Alexandre Julliard all the hints and
7037         help...
7039         * [windows/defwnd.c]
7040         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
7041         WM_PAINTICON now calls NC_HandleNCPaint.  
7043         * [windows/event.c]
7044         Removed IsIconic checks.
7046         * [windows/icon.c]
7047         Removed everything in this file for now... could be used later.
7048         Icon functionality is now handled by the generic wine windows
7049         handling functions.
7050         
7051         * [windows/mdi.c]
7052         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
7053         show up when deiconified.  Removed IsIconic checks.
7055         * [windows/message.c]
7056         Removed old icon routines from hardware_event().
7058         * [windows/nonclient.c]
7059         Changed NC_HandleNCCalcSize() so it doesn't change the size
7060         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
7061         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
7062         on an Iconic window always send a SC_RESTORE message.
7064         * [windows/painting.c]
7065         Changed RedrawWindow() so it doesn't redraw an iconic window
7066         unless it has to (no icon for this class).
7067         
7068         * [windows/win.c]
7069         Removed creation of seperate icon window from CreateWindowEx().
7070         
7071         * [windows/winpos.c]
7072         Added saving and restoring of window rectangle during
7073         iconification/deiconification to ShowWindow().  Added
7074         functions to recursively hide and show children... called
7075         by ShowWindow during iconification/deiconification.
7077 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
7079         * [windows/message.c]
7080         WaitMessage(): Fixed handling of wm_timer-messages
7082         * [miscemu/int21.c]
7083         FindNextFCB(): Rewritten to support other functions than just
7084         returning the volume label
7086         * [misc/file.c]
7087         OpenFile(): Fix in handling of OF_CREATE
7089 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7091         * [if1632/user.spec]
7092         Added SetParent.
7094         * [windows/win.c]
7095         Added SetParent.
7097 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7099         * [loader/selector.c]
7100         Many changes throughout file to correct handling of shared memory
7101         function return codes. FreeBSD and SunOS shm functions return
7102         -1 not 0 on error. If Linux is different, these changes
7103         will have to be backed out.
7104         CleanupSelectors(): this is a new (internal) call to free
7105         up all selectors (and shm handles/memory) for use on exit.
7107         * [include/segmem.h]
7108         Change comment to reflect new use of shm_key
7110         * [misc/main.c]
7111         called_at_exit(): add call to CleanupSelectors()
7113 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7115         * [controls/button.c]
7116         Use OBM_CHECKBOXES to draw check boxes with correct colors.
7117         Fixed bug with WM_SETTEXT handling.
7118         A few drawing optimisations.
7120         * [controls/menu.c]
7121         Implemented correct \t and \a handling in menu items.
7122         Implemented help items (flush right) on menu bar.
7123         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
7125         * [controls/static.c]
7126         Fixed SS_ICON controls and implemented STM_SETICON message
7127         handling.
7129         * [controls/widget.c]
7130         Set cursor to IDC_ARROW for built-in classes.
7132         * [include/options.h] [misc/main.c]
7133         Backing store is now off by default.
7135         * [objects/region.c]
7136         Use X regions for rectangle and polygon regions: *major* speed
7137         improvement.
7139         * [windows/dialog.c]
7140         Fixed the fix for integer ids in controls. SS_ICON controls in
7141         dialogs should work now.
7142         Implemented DS_ABSALIGN style.
7144         * [windows/graphics.c]
7145         Implemented InvertRgn().
7146         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
7147         than with CreateCompatibleDC() + BitBlt().
7149         * [windows/message.c]
7150         Determining the window for a mouse message is now done at
7151         GetMessage() time.
7152         Modified PeekMessage() handling to avoid needlessly flushing the
7153         output queue.
7155         * [windows/timer.c]
7156         Check for restart of a timer (SetTimer call with the same hwnd and
7157         id than an existing timer).
7159 ----------------------------------------------------------------------
7160 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
7162         * [misc/file.c]
7163         OpenFile(): Completly rewritten.
7165         * [miscemu/int21.c]
7166         CreateFile(): Fixed wrong mode in call to open.
7167         OpenExistingFile(): Implemented file sharing.
7168         FindNext(): Fixed.
7169         CreateNewFile(): Fixed wrong mode in call to open.
7170         fLock(): Added to handle record locking.
7171         GetFileAttribute(): Added.
7172         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
7174         * [miscemu/int2f.c]
7175         AH = 0x10: SHARE installation check
7177         * [loader/resource.c]
7178         AccessResource(): Fixed. A new file descriptor will be returned by
7179         every call to AccessResource().
7181         * [windows/utility.c]
7182         wvsprintf(): Fixed.
7184         * [controls/menu.c]
7185         FindMenuItem(): Fixed (handling for nPos == -1 added).  
7187         * [windows/win.c]
7188         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
7190         * [Configure]
7191         Added two options for a processor emulator that might be
7192         plugged in later..
7194         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
7195         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
7196         Added TaskFirst(), TaskNext(), TaskFindHandle().
7198         * [memory/global.c]
7199         Added stub for MemManInfo().
7201         * [objects/text.c]
7202         Added stub for GetTabbedTextExt().
7204         * [miscemu/*]
7205         Changed all references to registers. Please don't access
7206         the context structure.
7207         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
7209         * [misc/lstr.c]
7210         Fixed bug in AnsiUpper() & AnsiLower().
7212         * [misc/winsocket.c]
7213         bugfix in getsockopt()/setsockopt(): winsock uses different values
7214         than unix.
7216         * [objects/dib.c]
7217         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
7219 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
7221         * [controls/edit.c]
7222         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
7224         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
7225         Modified dialog code to create new heap for edit controls
7226         unless DS_LOCALEDIT style is set.
7228 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7230         * [controls/button.c] [controls/edit.c] [controls/static.c]
7231         Removed unneeded GlobalUnlock() calls.
7233         * [controls/menu.c] [include/menu.h]
7234         Lots of changes, fixed a lot of old bugs and introduced a lot of
7235         new ones :-)
7236         - Changed message loop to use MSG_GetInternalMessage().
7237         - Fixed a bug that caused the main window to lose activation when
7238           displaying a menu.
7239         - Correctly send initialisation messages (WM_INITMENUPOPUP).
7240         - Implemented EndMenu() and LookupMenuHandle().
7241         - Changed internal structures to be as compatible as possible with
7242           MS-Windows.
7243         - Allocated everything on the USER heap instead of the global heap.
7244         - Prefixed all internal function names with MENU_ and declared
7245           them static.
7246         - Moved "About Wine..." handling to NC_HandleSysCommand().
7247         - Multi-line menus should now work correctly.
7249         * [loader/resource.c] [objects/bitmap.c]
7250         Added the possibility to create OEM bitmaps directly as X bitmaps.
7252         * [objects/dcvalues.c] [windows/dc.c]
7253         Fixed GetDCOrg() to return screen coordinates.
7255         * [windows/message.c]
7256         Fixed double-click checks when the message is not removed from the
7257         queue.
7258         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
7260         * [windows/nonclient.c]
7261         Bug fix in system menu hit-test calculation.
7262         A few changes for new menu functions.
7264 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7266         * [controls/edit.c]
7267         Bug fix in Edit_NCCreateMessage
7268         es->textlen was being used before being set
7270         * [controls/menu.c]
7271         Bug fix in MENU_DrawMenuItem
7272         don't try to write text if NULL pointer passed
7274 ----------------------------------------------------------------------
7275 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7277         * [windows/message.c]
7278         Implemented WaitMessage() (USER.112).
7280         * [if1632/user.spec]
7281         Added WaitMessage.
7283         * [windows/defwnd.c]
7284         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
7286         * [miscemu/int{13,21,2a}.c]
7287         * [miscemu/Imakefile]
7288         * [signal/loader.c]
7289         Added a few basic disk information and diagnostic functions to
7290         prevent programs using this function from crashing. All drives
7291         are claimed to be remote ones, so direct I/O isn't allowed.
7293         * [controls/edit.c]
7294         EDIT_WriteText(): Added code to correctly erase the remaining space
7295         of the edit-control if the size of the control has changed sinced it's
7296         creation.
7298 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
7300         * [if1632/mouse.spec]
7301         Added mouse.dll entry, no functions.
7303         * [loader/resource.c]
7304         Bug fix in AccessResource(). 
7306         * [misc/keyboard.c], added [include/keyboard.h]
7307         Changed functions to return more useful values.
7309         * [windows/dialog.c]
7310         Hacked DIALOG_GetControl() to support resources which
7311         have 0xff00 - 0xffff as id. ** Needs to be done properly by
7312         someone who knows the NE fileformat **
7314 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7316         * [windows/event.c]
7317         Add new stub for EnableHGardwareInput() function.
7319         * [windows/message.c]
7320         Add coding for HWND_BROADCAST in PostMessage().
7322         * [misc/file.c]
7323         Add coding for OpenFile() also search in WindowPaths.
7325         * [misc/mmsystem.c]
7326         * [misc/audio.c]
7327         * [misc/mmaux.c]
7328         * [misc/mcicda.c]
7329         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
7330         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
7331         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
7332 ----------------------------------------------------------------------
7333 Mon Jul 18 23:55:13 MET DST 1994
7335         * [if1632/call.S]
7336         CallTo16(): added `mov %eax,%edx' just before lcall,
7337         to make sure that DX contain the DLL's hinstance when
7338         initialised.
7340         CallTo32_16() added, equal to CallTo32() except for
7341         one thing: it saves DX and 
7343         * [tools/build.c]
7344         Added some code to support 16 and 32 bit return values.
7346         * [1632/{kernel,user}.spec]
7347         Changed most of the `pascal' style to pascal_16 when
7348         function returned a 16bit value.
7350 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7352         * [controls/menu.c]
7353         Reorganized sizing and drawing code to implement multi-line menus.
7354         Implemented MENUBREAK style.
7355         Use system colors to draw menus.
7357         * [objects/color.c]
7358         Bug fix in COLOR_IsSolid().
7360         * [objects/font.c]
7361         Bug fix in FONT_GetMetrics(): calculate average character width
7362         only on existing chars (dialogs look much better).
7364         * [objects/text.c]
7365         Bug fix in DrawText(): use text color to underline mnemonic.
7367         * [windows/nonclient.c]
7368         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
7370         * [windows/syscolor.c]
7371         Added system objects for menu colors.
7373 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7375         * [controls/menu.c]
7376         Fixed bug in SelectPrevItem that caused seperators to not be
7377         skipped when using the up arrow key.
7379 ----------------------------------------------------------------------
7380 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
7382         * [Configure]
7383         Autodetects Linux version (if running Linux).
7385         * [loader/signal.c]
7386         New signals for Linux.
7388         * [loader/ldtlib.c]
7389         New structure field in sys call.
7391 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
7393         * [load/resource.c] 
7394           fixed Memory (Resource) Leak.
7396         * [load/main.c] 
7397           fixed a printf.
7399 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7401         * [controls/desktop.c]
7402         Implemented desktop wallpaper (only 16 colors for now).
7404         * [controls/menu.c] [windows/nonclient.c]
7405         Preliminary work to allow multi-line menus.
7407         * [misc/main.c]
7408         No backing store on desktop window (not useful).
7410         * [objects/text.c]
7411         A few fixes to DrawText() to make underlines under mnemonic
7412         letters to look better.
7414         * [windows/graphics.c]
7415         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
7416         Implemented PolyPolygon() (partially working).
7418         * [windows/winpos.c]
7419         New function WINPOS_SendNCCalcSize().
7420         Cleaned up SetWindowPos() and added preliminary support for
7421         multi-line menus.
7423 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
7425         * [controls/edit.c]
7426         Changes to work as a library.
7428         * [if1632/callback.c] 
7429         Ifdefed module.
7431         * [if1632/relay.c]
7432         Changes to allow linking with WineLib.
7434         * [include/windows.h]
7435         Added macro WINELIB_UNIMP
7437         * [loader/library.c]
7438         When compiling WineLib, GetProcAddress is not implemented yet.
7440         * [loader/main.c]
7441         Added empty InitDLL when using WineLib.
7443         * [loader/ne_image.c]
7444         Some parts of the loader are needed for WineLib, ifdefed correctly
7446         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
7447         Disable compilation of module when compiling WineLib.
7449         * [toolkit/heap.c]
7450         Fixed small bug.  When passed an invalid handle WineLib would
7451         crash, now return NULL.
7453         * [toolkit/winmain.c]
7454         Call CreateNewTask in _WinMain.
7456 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
7458         * [controls/edit.c] [controls/widget.c]
7459         More changes to improve compatibility with Windows' edit
7460         control.  Finished off tab stop support.
7462 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
7464         * [if1632/relay.c]
7465         # of ordinals in shell.dll changed to 103.
7467         * [loader/signal.c]
7468         sti, cli will now be ignored.
7470         * [objects/brush.c]
7471         Added stub for GetSysColorBrush().
7473 ----------------------------------------------------------------------
7474 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
7476         * [controls/edit.c]
7477         Bug fixes and tidying up.  Preliminary tab stop support
7478         (doesn't work yet).
7480         * [windows/dialog.c]
7481         Reversed order of buttons in CheckRadioButtons so that all
7482         buttons are now displayed.
7484 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7486         * [include/options.h] [misc/main.c] [windows/win.c]
7487         Removed nosaveunders option, replaced by handling
7488         the CS_SAVEBITS flag.
7490         * [windows/class.c]
7491         Modified the fix for negative size in class extra bytes to
7492         avoid modifying the caller's data.
7494         * [windows/dc.c]
7495         Bug fix: system font must be a proportional font.
7496         Fixed a bug that caused the default pen to not be selected
7497         correctly in a DC.
7499         * [windows/graphics.c]
7500         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
7501         noticing it.
7503         * [windows/painting.c]
7504         Removed incorrect selecting of default objects in BeginPaint()
7505         (no longer needed because of the fix in dc.c).
7507 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7509         * [misc/mmsystem.c]
7510         * [misc/audio.c]
7511         Add more code to interface '/dev/dsp'.
7513         * New file [misc/mcicda.c]
7514         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
7516         * New file [misc/mmaux.c]
7517         Stubs to make a future driver connected to '/dev/mixer'.
7519         * [windows/win.c]
7520         Temporary patch to CreateWindowEx() for reseting negative
7521         coordinates to 0,0 ; because 'soundrec.exe' give negative values
7522         and I need it to work on MMSYSTEM ... :-)
7524         * [miscemu/int2f.c]
7525         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
7527 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
7529         * include/comm.h
7530         New file -- some definitions that were in comm.c now need to
7531         be shared with misc/dos_fs.c
7533         * misc/comm.c
7534         Some definitions moved into include/comm.h
7536         * misc/dos_fs.c (DOS_GetEquipment):
7537         Fixed error in equipment -- bitwise or of two values should
7538         be used instead of logical or.  Also added code to correctly
7539         report the number of serial and parallel devices.
7541 ----------------------------------------------------------------------
7542 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
7544         * [objects/bitmap.c]
7545         Allow negative bitmap sizes.
7547 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
7549         * [controls/edit.c]
7550         Improved selection display.  Added processing for WM_SETFONT,
7551         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
7552         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
7553         application's local heap.
7555         * [windows/graphics.c]
7556         Corrected bug in Rectangle().  XFillRectangle has the same
7557         width as Rectangle, but XDrawRectangle is one pixel wider
7558         for the same co-ordinates.
7560         * [memory/heap.c] [include/heap.h]
7561         Added HEAP_LocalSize function.
7563         * [windows/event.c] [windows/keyboard.c]
7564         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
7565         Added supporting code to GetKeyState and GetAsyncKeyState and
7566         merged mouse button states into GetKeyboardState.
7568         * [loader/resource.c] [include/accel.h]
7569         Added recognition of SHIFT, CONTROL and ALT keys to
7570         TranslateAccelerator.
7572         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
7573         A bit more metafile support.
7575 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
7577         * [loader/resource.c]
7578         SizeofResource() and AllocResource() added, AccessResource() updated.
7580         * [if1632/kernel.spec]
7581         FreeLibrary() used for FreeModule().
7583         * [windows/graphics.c]
7584         Rectangle(): swap left & right corners when right < left,
7585         swap top & bottom when botton < top.
7587 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7589         * [controls/combo.c]
7590         Fix bug in window style of the associated listbox.
7592         * [controls/menu.c]
7593         Skip separators in keyboard navigation by using new internal 
7594                 functions SelectPrevItem() & SelectNextItem(),
7596         * [misc/profile.c]
7597         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
7598                 IntBuf must be alloc to (5+1)=6. char instead of 5.
7600         * [misc/main.c]
7601         Put code in functions SetEnvironment() & GetEnvironment().
7603         * [misc/shell.c]
7604         Start putting some code in ExtractIcon() function.
7606         * [misc/mmsystem.c]
7607         Some code for MMTimer functions & timers list.
7609         * [miscemu/int31.c]
7610         Few stubs for DPMI interrupt calls. Nothing work yet.
7612 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
7614         * include/win.h (tagWND):
7615         Added icon fields icon, hIcon and rectClientSave to 
7616         the tagWND struct.
7618         * windows/Imakefile
7619         Added icon.c to the list of files to compile
7621         * windows/dce.c (GetDCEx):
7622         Added some checks for iconic mode and pass icon window as drawable,
7623         not the real window.
7625         * windows/defwnd.c (DefWindowProc)
7626         Added PAINTICON default windows procedure.
7628         * windows/event.c (EVENT_Expose)
7629         Added check for iconic window expose. If iconic window is exposed
7630         send a WM_PAINTICON message
7632         * windows/icon.c 
7633         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
7635         * windows/mdi.c (DefMDIChildProc)
7636         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
7638         * windows/message.c (hardware_event)
7639         Looks for icon as well as window now.
7641         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
7642         Added iconify/deiconify in NC_HandleSysCommand, new function
7643         NC_DoNCPaintIcon which paints an icon.
7645         * windows/painting.c (BeginPaint)
7646         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
7647         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
7648         windows behavior.
7650         * windows/win.h (CreateWindowEx)
7651         Set the default background color of a window to be white.
7652         Create icon window, turn off MINIMIZE if it is on, since
7653         I don't know what to do with it as of yet... register
7654         the icon with the hwnd of its window so we can identify where
7655         icon messages are coming from.
7657 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
7659         * windows/event.c: Added a hack to define XPointer when using
7660         X11R4. 
7662         * toolkit/hello.c: Test application for WineLib. To compile you'll
7663         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
7664         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
7666         * toolkit/heap.c: Extended the size of the block size per chunk.
7668         * misc/stress.c (GetFreeFileHandles): Fixed typo.
7670         * misc/main.c (main): Changes to allow compilation under SunOS. 
7672         * loader/library.c: Changed some ifdefs to compile WineLib.
7674 ----------------------------------------------------------------------
7675 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
7677         * loader/selector.c (GetCurrentPDB): 
7678         Added trivial function GetCurrentPDB() which returns the program
7679         segment prefix selector.
7681         * memory/heap.c (HEAP_Free): 
7682         If free list is empty, make the freed block the free list.
7684 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
7686         * controls/edit.c (EDIT_SetTextMsg): 
7687         Do not append a newline at the end of the last line.
7689         * windows/event.c (SetCapture): 
7690         Set winHasCursor if mouse capture succeeds.
7692 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7694         * [controls/listbox.c]
7695         Fix bug in listbox : InsertString should call AddString if -1.
7697         * [controls/menu.c]
7698         New function GetMenuState().
7700         * [controls/scroll.c] [windows/nonclient.c]
7701         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
7703         * [objects/text.c]
7704         Add Stub for TabbedTextOut(), which temporarely call Textout().
7706         * [windows/keyboard.c] [windows/event.c]
7707         New function GetKeyBoardState() with an KeyStateTable array
7708                 & associated handling in function EVENT_key().
7710 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
7712         * [controls/menu.c]
7713         IsMenu() added.
7715         * [loader/library.c]
7716         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
7717         added.
7719         * [object/gdiobj.c]
7720         IsGDIObject() added.
7722         * [miscemu/int2[56].c]
7723         bugfix: both didn't leave flags pushed on 16bit-stack.
7724         (winfile gets a bit further)
7726         * [miscemu/int16.c]
7727         Added (empty).
7729 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
7730         * windows/event.c:
7731         Added code to drop redundant motion Events in the XEvent queue.
7733 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
7735         * [misc/main.c misc/message.c include/texts.h]
7736         Removed the text-constants from message.c into variables
7737         which may be changed from X-resources.
7739         * [misc/main.c misc/message.c]
7740         added <locale.h> and setlocale() to main.c, used toupper() in message.c
7742 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
7744         * controls/button.c ( [CR]B_LButton* ) 
7745         left rc.right at full window width so click on label also 
7746         activates the control (MSWin behavior)
7748 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7750         * include/windows.h:
7751           functions pointers can not be packed.
7752           (annoying warnings with forthcomming gcc-2.6.x)
7753         
7754         * loader/main.c (InitDLL): 
7755           Fixed a printf statement. (for control.exe) 
7757           (InitializeLoadedDLLs): 
7758           deleted shadow definition of  *wpnt.
7759           (Breaks many programs, because now COMMDLG will be
7760            initialized :-(
7762         * windows/win.c (SetWindowText): 
7763           added missing breaks; (PENSATE starts) 
7765         * windows/graphics.c (FloodFill): 
7766           Proper boundarys. (BANGBANG starts) FloodFile_rec should
7767           be rewritten.
7769         * objects/font.c (FONT_GetMetrics): 
7770           TYPO: use font->perchar only if it is defined. (WRITE starts)
7772 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
7773         controls/scroll.c:
7774         Fixes for improved behaviour when dragging thumb;
7775         Added SB_THUMBPOSITION message when thumb is released.
7777 ----------------------------------------------------------------------
7778 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
7780         * loader/selector.c (FixupFunctionPrologs): 
7781         New function to fixup loaded DLL function prologs.  It replaces the
7782         do nothing code with code that loads DS with the appropriate data
7783         segment for the DLL.
7785         * misc/cursor.c (LoadCursor): 
7786         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
7787         the possibility of multiple cursors in a single directory.  Also,
7788         it should check to see if the cursor is the right size.
7790         * objects/font.c (EnumFonts): 
7791         Checked for lpLogFontList[i] == NULL
7793         * objects/gdiobj.c (SetObjectOwner): 
7794         Removed stub.  Replaced with simple return in gdi.spec.  This
7795         function is not defined for the retail version of Windows.
7797         * memory/heap.c (WIN16_LocalHandleDelta): 
7798         New function.  This is really a dummy that imitates the proper
7799         return values.
7801         * loader/library.c (GetProcAddress): 
7802         Fixed definition of IS_BUILTIN_DLL() macro.
7804 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
7806         * miscemu/int21.c (SeekFile): 
7807         Needed to return current position in DX:AX.
7809         * windows/utility.c (windows_wsprintf): 
7810         Added support for '#' in format, and fixed bug with "ptr" being
7811         incremented too many times.
7813         * miscemu/int21.c (OpenExistingFile): 
7814         Add code to handle opening files read-only and write-only.
7816         * loader/wine.c:
7817         Segment fixups now done in LoadImage instead of _WinMain.  This
7818         is necessary to support LoadLibrary().
7820 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
7822         * [loader/*]
7823                 - fixed: GetModuleHandle() sometimes returned
7824                   a wrong handle.
7825                 - don't init dlls when cs == 0 (lzexpand, doesn't
7826                   seem to have a init function)
7827                 - LoadLibrary & LoadImage now return error instead
7828                   of stopping wine.
7829                 - moved most of NE-functions into one file.
7830                 - LoadLibrary() uses w_files list instead of its
7831                   own list.
7832                 - NE exectables are now fixed-up and initialised when
7833                   loaded instead of only once before calling InitTask.
7835         * [miscemu/int15.c] [miscemu/int31.c]
7836         Added.  
7838         * [loader/selector.c]
7839         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
7841         * [misc/main.c]
7842         Stub added for IsRomModule().
7844         * [miscemu/int21.c]
7845         Some cleanup, added heap for returning data.
7847 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7849         * [tools/build.c]
7850         Change MAX_ORDINALS     define to higher value, 1299 entries.
7851         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
7853         * [windows/utility.c]
7854         Bug fix in windows_wsprintf(), (twice increments ...).
7856         * [windows/winpos.c]
7857         Bug fix in SetWindowPos(), redraw was done if flag
7858                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
7860         * [misc/message.c] [controls/combo.c]
7861         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
7863         * [windows/win.c]
7864         In CreateWindowEx(), do SetMenu() calls after window creation,
7865                 just before sending to WM_NCCALCSIZE.
7867         * [controls/menu.c]
7868         In function SetMenu(), now use SetWindowPos() with 
7869                 flags SWP_FRAMECHANGED to readjust menu area.
7870         Function MenuBarCalcSize() redone.
7872 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
7874         * [objects/text.c]
7875         Fixed problems associated with DT_WORDBREAK flag.  String length
7876         was not being properly decremented when lines were folded, and
7877         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
7878         both on in addition to DT_WORDBREAK.  Windows does wrapping in
7879         this case, and now so does wine.
7881 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
7883         * [edit.c]
7884         cp1 was uninitialized iff lineno == 0
7886         *  FindFile tests for existance of file even if a full
7887            filename was supplied. What about unix file names?
7889         * [controls/listbox ]
7890         wndPtr was uninitialized for LB_SETTOPINDEX
7892         * [misc/property.c]     
7893         Do not free lpProp. Is it really allocated by malloc?
7894         {edited by Bob Amstadt: changed free() to GlobalFree()}
7896 ----------------------------------------------------------------------
7897 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
7899         * miscemu/int21.c (OpenExistingFile): 
7900         OpenExistingFile needed to return handle in AX register instead
7901         of the BX register.
7903         * miscemu/int21.c (ioctlGetDeviceInfo): 
7904         Added a little code to give a fake result for normal files.
7906 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
7908         * [memory/global.c]
7909         return value from GlobalSize was completely wrong.
7911         * [miscemu/int21.h]
7912         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
7913         dta correctly.
7915         * [tools/build.c]
7916         fixed creation of pop.h to guarantee that flags are restored correctly.
7918         * [misc/comm.c]
7919         changed all occurance of strncmp() to strncasecmp().
7920         BuildCommDCB() should not require that OpenComm() be called first.
7922         * [loader/selector.c]
7923         Heap initialized to size of full segment less stack size and 
7924         automatic data size.
7926 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
7928         * [controls/listbox.c]
7929         Correct typos in ListBoxResetContent where lpls variable is
7930         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
7931         twice on the same handle if hData and hMem are the same.
7933         * [debugger/opcodes/i386-dis.c]
7934         Add new name array names_rmw for table driven decoding of the
7935         16-bit mod/rm field.  Omit large case statement in OP_E and
7936         replace with array reference to match existing coding style.
7937         Add new static variable machine with value 286 or 386 to
7938         correctly decode mod/rm field in either 16 or 32 bit modes.
7939         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
7940         to decode mod/rm.  While the code was correct for 16 bit code,
7941         it was improperly decoding mod/rm fields on word prefixed
7942         32 bit instructions.
7944         * [debugger/debug.l]
7945         Recognize new token ABORT.   Recognize single letters 'p'
7946         and 'q' as tokens.
7948         * [debugger/dbg.y]
7949         Add new token ABORT.  Allow print command to be invoked by
7950         'p' and quit command by 'q', ala GDB.  Change lots of '};'
7951         to just '}'.  Add static dummy_regs to wine_debug so that
7952         wine_debug(0, NULL) doesn't core dump with qmagic.
7954         * [debugger/info.c]
7955         Correct syntax of break command in helptext and omit former
7956         comment about probable bugginess of the disassembly since it
7957         is now correct.  Change fprintf of first backtrace stack
7958         frame to match that of the second and subsequent frames.
7960         * [loader/selector.c]
7961         Change construction of command line in CreatePSP from creating
7962         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
7963         PSP command line looks like " arg1 arg2\r" with the length not
7964         including the trailing "\r" but that is not how Windows does it.
7966         * [loader/library.c]
7967         Change uses of %s to print strings in GetModuleHandle to %x so
7968         that string IDs don't cause a core dump with qmagic.  Handle
7969         converting a string id to a literal module handle.  For
7970         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
7971         it is a real module handle.
7973         * [misc/message.c]
7974         In MessageBox, translate a NULL title argument to the string "Error".
7976         * [misc/profile.c]
7977         In GetSetProfile translate a NULL Default argument to "".  Any
7978         caller whose Default argument is NULL is buggy, but CHARMAP does it
7979         anyway.
7981         * [objects/font.c]
7982         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
7984 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
7986         * New options/resourses nosaveunders and nobackingstore.  By 
7987         default backingstore and saveunders are now enabled, these use 
7988         more memory but avoids those slow (sometimes multiple) redraws 
7989         caused be exposure events.
7991 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7993         * [misc/driver.c] New file
7994         Skeleton for 'Installable Wine Drivers' functions. :-)
7995         * [misc/audio.c] New file
7996         Skeleton for basic 'Audio Driver' functions.
7997         * [misc/network.c] New file
7998         Stubs for few networking functions.
8000         * [misc/mmsystem.c]
8001         More coding ... a dust in a galaxy ...
8002         * [misc/shell.c]
8003         Some coding for 'RegXXX' functions ... a dust in the wind ...
8005         * [misc/profile.c]
8006         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
8008         * [objects/gdi.c]
8009         New function CreateDiscardableBitmap(), it just calling 
8010         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
8012         * [controls/listbox.c]
8013         * [controls/combo.c]
8014         New font member assigned to SYSTEM_FONT as default.
8015         Added processing for WM_SETFONT message;
8018 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
8020         * [windows/event.c]
8021         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
8023         * [windows/keyboard.c]
8024         Implemented beginning of GetAsyncKeyState.
8026 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
8028         * [objects/metafile.c] [include/metafile.h]
8029           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
8030           [windows/dc.c]
8031         Further metafile support.
8033 ----------------------------------------------------------------------
8034 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
8036         * [loader/selector.c]
8037         Allocate heap and stack segments as 64k.
8039 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
8041         * [loader/selector.c]
8042         Correct typos where memcpy is used instead of memset.
8044         * [loader/resource.c]
8045         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
8046         by calculating the value when the bitmap is not compressed.
8048         * [miscemu/int21.c]
8049         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
8051         * [loader/resource.c]
8052         New function type_match to handle string resource types as
8053         well as IDs.  In addition, compare only low 4 bits of type_id
8054         when both numbers are IDs so that 0x0002 matches 0x8002.
8055         In FindResourceByNumber and FindResourceByName use type_match
8056         instead of comparing numbers.  In FindResource handle the
8057         "#number" syntax and empty strings in both the resource and
8058         type names.
8060 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
8062         * [windows/dialog.c]
8063         Fix inadvertent printing of string IDs as strings.
8065 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8067         * [controls/menu.c]
8068         New functions GetMenuItemCount(), GetMenuItemID().
8069                 GetMenuString() & HiliteMenuItem().
8070         Bug fix in CheckMenuItem().
8071         Function SetMenu() now make client area recalc if menu removed.
8073         * [windows/winpos.c]
8074         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
8075                 windows with initial width or height equal zero.
8077         * [objects/gdiobj.c]
8078         New function EnumObjects(), using new lpPenBrushList buildup
8079                 from calls to new function GDI_AppendToPenBrushList().
8080                 ('pbrush.exe' don't show its face yet ! ... :-( )
8081         New EMPTY STUB for function SetObjectOwner(),
8082                 ('mplayer.exe' call it via GetProcAddress() ...)
8084         * [objects/font.c]
8085         New internal functions ParseFontParms() & InitFontsList().
8086         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
8087         FONT_MatchFont now make retries to find closest-smallest font.
8088                 ('charmap.exe' can now show the differents fonts available)
8090         * [windows/nonclient.c]
8091         Use small dos OBM_OLD_CLOSE button for MDI windows.
8093         * [windows/graphics.c] [objects/bitmap.c]
8094         Start to remove obsolete globals such XT_screen ...
8096         * [loader/library.c]
8097         Make function GetProcAddress() working also with builtin DLLs.
8099 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
8101         * [if1632/system.spec] [if1632/toolhelp.spec]
8102         system.dll & toolhelp.dll added.
8104         * [loader/library.c]
8105         Modified GetModuleFileName() to return the full
8106         filename.
8107         Added a check to LoadLibrary() to prevent loading
8108         built in dlls. (eg. user.exe)
8109         Added a check to FreeLibrary() to prevent built-in
8110         dlls from being freed.
8111         Modified GetProcAddress() to support builtin dlls.
8113         * [loader/signal.c] [miscemu/int2f.c]
8114         Added => pifedit runs.
8116         * [misc/dos_fs.c]
8117         Added a NULL-ptr check to DOS_closedir().
8119 ----------------------------------------------------------------------
8120 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
8122         * [windows/dce.c]
8123         Fixed bug with dce initialization that was causing dialog boxes to not
8124         be displayed.
8126         * [if1632/callback.c]
8127         Better fix for bug found by Martin.
8129 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
8131         * [ memory/heap.c ]
8132         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
8134 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8136         * [objects/font.c]
8137         Make EnumFonts() calling a callback with dummy fonts ... :-)
8139         * [objects/text.c]
8140         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
8142         * [if1632/callback.c]
8143         Temporarely go around bug in CallWindowProc(), you will see printfs.
8145         * [controls/edit.c]
8146         Make EDIT controls focused by a mouse click.
8148         * [misc/property.c]
8149         Bug Fix in function EnumProps(), better use of CallBack16().
8151         * [misc/mmsystem.c]
8152         Basic Skelton's for MCI messages dispatching function.
8154 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
8156         * [windows/utility.c]
8157         Added windows_wsprintf() for the emulator, wsprintf() is
8158         for libwine.
8160 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
8162         * [misc/cursor.c]
8163         Fix pointer problems in LoadCursor leading to heap corruption.
8165         *  [ controls/menu.c ]
8166         Fix two NULL dereferencing bugs.
8168 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
8170         * [objects/font.c]
8171         Fix NULL pointer dereferencing bug in GetCharWidth.
8173         * [loader/resource.c]
8174         Fix under-allocation of memory in LoadAccelerators.
8176         * [windows/class.c]
8177         Ignore negative sizes for extra fields in RegisterClass.
8179 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
8181         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
8182           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
8183           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
8184           [windows/dc.c] [windows/mapping.c]
8185         Beginnings of metafile support.
8187         * [misc/file.c]
8188         Corrected spelling of _lcreat.
8190         * [controls/edit.c]
8191         Minor bug fixes.
8192 ----------------------------------------------------------------------
8193 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8195         * [controls/scroll.c]
8196         Make thumbtrack button disappear if scroll box ratio < 3:1.
8197         Make arrow buttons rectangular if scroll box ratio < 2:1.
8198         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
8199                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
8200         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
8202         * [loader/library.c] [loader/task.c] [misc/exec.c]
8203         Continue playing around trying to get a second task running.
8205         * [windows/mdi.c]
8206         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
8208         * [everywhere]
8209         Adding previous works of the Apr 25, 94.
8211 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
8213         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
8214         Added Martin's mmsystem.dll stubs.
8216         * [misc/sound.c]
8217         Added remaining stubs for sound.dll.
8219         * [if1632/shell.spec] [misc/shell.c]
8220         Fixed prototypes (I found them in BC 4) and added ShellAbout()
8221         and AboutDlgProc().
8223 ----------------------------------------------------------------------
8224 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8226         * [loader/signal.c]
8227         Add XUngrabPointer() & XUngrabServer() in wine_fault().
8229 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
8231         * [objects/bitblt.c]
8232         color_stretch() rewritten to use ints only. *fast!*
8233         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
8234         use color_stretch().
8236 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
8238         * [controls/menu.c]
8239         SetSysMenu() added.
8241         * [misc/cursor.c]
8242         GetCursor() added.
8244         * [misc/main.c]
8245         SwapMouseButton() added, (NOP).
8247         * [windows/win.c]
8248         GetDesktopHwnd() added.
8250         * [if1632/*spec]
8251         Added not implemented functions defs as comment.
8253         * [misc/winsocket.c]
8254         Change WSAGetXbyY() functions to non-blocking ones,
8255         Added WSAAsyncSelect(). 
8256         (WSA functions can't be canceled yet).
8258 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
8260         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
8261         path when given a simple file name.  Fixed GetSetProfile to allow
8262         enumerating all key names when KeyName is null.
8264 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8266         * [objects/bitblt.c]
8267         Add protection to BitBlt() & StretchBlt() for width or height = 0.
8269         * [windows/nonclient.c]
8270         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
8271         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
8273         * [windows/win.c]
8274         CreateWindowEx() & DestroyWindow() now call respectively
8275                 AddWindowToTask() & RemoveWindowFromTask().
8276         New empty stub for function AnyPopup().
8278         * [loader/library.c]
8279         Bug Fix : GetModuleFileName() now return full path filename.
8281         * [include/menu.h] [controls/menu.c]
8282         Add hText handle and remove obsolete MENUITEM struct members.
8283         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
8284         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
8286         * [misc/file.c]
8287         GetTempFilename() now create a file.
8288         _lcreate() use unix open (name, mode, perm), with perm=O666.
8290         * [if1632/relay.c]
8291         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
8293         * New file [misc/mmsystem.c]
8294         * New file [include/mmsystem.h]
8295         * New file [if1632/mmsystem.spec]
8296         Many, many empty stubs ... :-)
8298 ----------------------------------------------------------------------
8300 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
8302         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
8303         Fixed bug for non-Linux systems.
8305 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8307         * [windows/win.c]
8308         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
8309         New empty stub for function SetSysModalWindow().
8311         * [misc/exec.c]
8312         New empty stub for function ExitWindows().
8314         * [objects/font.c]
8315         New empty stub for function EnumFonts().
8317         * New file [misc/property.c]
8318         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
8320         * New file [misc/shell.c]
8321         New empty stubs for function RegisterShellProc(), 
8322                         ShellExecute() & ShellProc().
8324         * New files [loader/task.c] & [include/task.h]
8325         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
8326                 from 'loader/library.c'.
8328         * [if1632/user.c] [if1632/kernel.c]
8329         Put Atoms functions entries.
8331         * [controls/combo.c]
8332         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
8334         * [controls/listbox.c]
8335         New functions DirDlgSelect() & DirDlgList().
8337 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
8339         * [objects/test.c]
8340         GrayString() added.
8342         * [if1632/callback.c]
8343         CallGrayStringProc() added.
8345         * [if1632/relay.c] [if1632/mmsystem.spec]
8346         Added.
8348         * [if1632/kernel.spec] [if1632/user.spec]
8349         Added forgotten specs for atom functions.
8351 ----------------------------------------------------------------------
8352 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
8354         * misc/spy.c (SpyInit): Added more message types
8356         * [windows/mdi.c] [include/mdi.h]
8357         Maximizing and restoring child windows.
8358         Tiling of child windows.
8360 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8362         * [windows/winpos.c]
8363         Revert focus and activation to previous window when hiding a window.
8365         * [windows/syscolor.c]
8366         Implemented system color objects (brushes and pens created at
8367         SetSysColor() time for better performance).
8369         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
8370         Changed painting code to use system color objects.
8372         * [windows/message.c]
8373         New function MSG_InternalGetMessage() for internal messages
8374         loops (e.g. for dialogs or menus).
8376         * [windows/hook.c] [include/hook.h]  (New files)
8377         Beginning of the window hooks implementation.
8379         * [windows/dialog.c]
8380         Use new function MSG_InternalGetMessage() in DialogBox().
8382         * [if1632/callback.c]
8383         Added function CallHookProc().
8385 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8387         * [windows/event.c]
8388         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
8390         * [misc/exec.c]
8391         Nothing much more than a stub for LoadModule(), I saw there a lot
8392                 to be done in that corner, I will come back later ...
8394         * [loader/library.c]
8395         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
8396                         and associated modules & tasks linked-lists.
8397         (it's only an 'emerging bud', more to come next weeks).
8399         * [loader/wine.c]
8400         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
8402         * [control/menu.c]
8403         You can now click outside menu region without problem.
8404         Keyboard navig more smootly, even if a child has the focus.
8405         Bug fix in InsertItem(), (bad linklist when insert point not found).
8406         change Realloc for Free & Alloc in ModifyItem().
8407         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
8408                 done by DrawText(), (maybe it should done in DrawText() itself ?).
8410 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
8412         * [misc/profile.c]
8413         .INI files will now be stored in / loaded from the windows dir
8414         if no path is supplied.
8416         * [if1632/kernel.spec]
8417         Fixed GetDriveType's prototype.
8419         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
8420         Fixed prototypes: winsock uses a word as socket handle not an int.
8422         * [misc/winsocket.c]
8423         Added heap allocation for returned structures.
8424         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
8426         * [loader/wine.c]
8427         Added IsDLLLoaded(), used in LoadImage() to prevent loading
8428         a dll multiple times.
8429         Directory is added to wine's path when a fullpath is supplied when
8430         starting wine.
8431         LoadImage(): DLL filename used instead DLL's own internal name,
8432         fixes 'Bad DLL name' errors.
8434 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
8436         * [controls/edit.c] [controls/widgets.c]
8437         First release of edit control.
8439 ----------------------------------------------------------------------
8440 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
8442         * [include/mdi.h] [windows/mdi.c]
8443         Use WM_PARENTNOTIFY messages to activate children.
8444         Generate WM_CHILDACTIVATE messages.
8445         Beginnings handler for maxmized child window.
8446         Clean up when children are destroyed.
8448         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
8449         Removed code add 94/03/26.
8451 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8453         * [control/menu.c]
8454         Make mouse menu navigation working again. :-))
8455         (be carefull, clicking outside menus (ie.: clientrect) 
8456         not resolved yet)
8458         * [windows/nonclient.c]  [controls/scroll.c]
8459         Bugs fix in NCTrackScrollBars().
8461         * [misc/dos_fs.c]
8462         Bug fix in 'ToDos()' in conversion for '/',
8463                 (example: '/window/' was translated to 'WINDOWs').
8465         * [miscemu/int21.c]
8466         Function ChangeDir() extract possible drive before DOS_ChangeDir().
8468         * [loader/library.c]  [loader/wine.c]
8469         Playing around moving function GetProcAddress() and put some code in.
8471 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
8473         * [misc/main.c]
8474         Better explanation of command-line options.
8476         * [objects/dib.c]
8477         Implemented SetDIBitsToDevice().
8479         * [windows/dc.c]
8480         Bug fix in SetDCState().
8482         * [windows/event.c]
8483         Removed WS_DISABLED handling (now done in message.c).
8485         * [windows/message.c]
8486         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
8487         Use WindowFromPoint() to find the window for mouse events, taking
8488         into account disabled windows.
8490         * [windows/painting.c]
8491         Bug fix in BeginPaint() to allow calling it at other times than
8492         on WM_PAINT (Solitaire needs it...)
8494         * [windows/win.c]
8495         Implemented FindWindow().
8496         Rewritten EnableWindow() to behave more like Windows.
8498         * [windows/winpos.c]
8499         Rewritten WindowFromPoint() to also search child windows.
8501 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
8503         * [include/int21.h] -> [msdos.h]
8504         renamed.
8506         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
8507         new, added for int 10, 25 and 26.
8509         * [miscemu/ioports.c]
8510         new, added to allow win apps to use ioports.
8512         * [loader/signal.c]
8513         Added support for in, inb, out, outb instructions.
8515 ----------------------------------------------------------------------
8516 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
8518         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
8520 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
8522         * [windows/mdi.c]
8523         Window list properly updated.
8525         * [windows/message.c]
8526         Call WINPOS_ChildActivate() when mouse pressed.
8528         * [windows/nonclient.c]
8529         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
8530         NC_HandleNCPaint().
8532         * [windows/winpos.c]
8533         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
8535 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
8537         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
8538         (DeleteMenu): Many bug fixes.
8540         * [controls/menu.c]
8541         Created function FindMenuItem().
8543 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
8545         * [windows/win.c]
8546         Removed incorrect MDI handling code from CreateWindowEx().
8548         * [controls/menu.c]
8549         MF_STRING items needed to allocate a private copy of string.
8551         * [controls/menu.c]
8552         Fixed buggy calls to GlobalFree().
8554         * [memory/global.c]
8555         Eliminated some redundant code with function call.
8557 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
8559         * [windows/timer.c]
8560         timer list pointers looped in InsertTimer
8562 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
8564         * [misc/cursor.c]
8565         A few changes for desktop window support.
8567         * [misc/main.c]
8568         Added -depth option.
8570         * [misc/rect.c]
8571         Yet another bug fix in SubtractRect().
8573         * [objects/bitmap.c]
8574         Changes to use only one depth (specified with -depth)
8575         for color bitmaps.
8577         * [objects/brush.c]
8578         Added support for dithered solid brushes.
8580         * [objects/color.c]
8581         Use the same 20 system colors as in Windows.
8582         System palette initialisation now done in COLOR_InitPalette().
8583         Added support for a color mapping table to map logical color
8584         indexes to X colormap entries.
8585         Implemented GetNearestColor() and RealizeDefaultPalette().
8587         * [objects/dib.c]
8588         Added support for color mapping table.
8590         * [objects/dither.c]  (New file)
8591         Implemented solid color dithering.
8593         * [objects/palette.c]
8594         Implemented GetSystemPaletteEntries() and SelectPalette().
8596         * [windows/class.c]
8597         Make a copy of the menu name in RegisterClass().
8599         * [windows/dc.c]
8600         Fixed device caps when using a desktop window.
8601         Added support for the color mapping table in DCs.
8603         * [windows/event.c]
8604         Added ConfigureNotify handler on desktop window.
8606         * [windows/message.c]
8607         Removed call to XTranslateCoordinates() on every mouse motion
8608         New function MSG_Synchronize() to synchronize with the X server.
8610         * [windows/syscolor.c]
8611         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
8613         * [windows/winpos.c]
8614         Added synchronization on window mapping. Solves the double redraw
8615         problem when starting Solitaire.
8617 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8619         * [control/menu.c]      * [windows/defwnd.c]
8620         Make keyboard navigation working with menubar,
8621         but temporarely inserted a bug in menubar mouse handling ... :-((
8622         (it will be fix next week !)
8624         * [windows/defwnd.c]
8625         Connect VK_MENU to menubar navigation.
8627         * [loader/library.c]
8628         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
8630 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
8632         * [misc/main.c]
8633         Added Copy(). Added a check for `-h' to show usage.
8635         * [misc/dos_fs.c]
8636         Fixed bug in FindFile(), to load directories as dlls.
8638         * [misc/dos_fs.c]
8639         Fixed ToUnix() and ToDos() again, as my previous patch
8640         didn't make it.
8642         * [misc/dos_fs.c] [miscemu/int21.c]
8643         Bug fixes, should be able to handle all winfile and progman int21
8644         requests now except for a few small things.
8646 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
8648         * [memory/heap.c]
8649         Implemented GetFreeSystemResources().
8651 ----------------------------------------------------------------------
8652 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
8654         * controls/menu.c (GetSubMenu): Function did not return correct value
8656         * [windows/mdi.c]
8657         Beginnings of menu handling.
8659 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
8661         * [objects/font.c]
8662         if font.width equals zero use asterix instead.
8664 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8666         * [objects/bitmap.c]
8667         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
8669         * [objects/brush.c]
8670         Some changes with pattern brushes because of the new bitmap code.
8672         * [objects/color.c]
8673         Added function COLOR_ToPhysical for better color mapping.
8675         * [objects/dib.c]
8676         Heavily optimized SetDIBits().
8678         * [windows/dc.c]
8679         Opimized SetDCState() and DC_SetupGC*() functions.
8680         Added stub for CreateIC().
8682 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8684         * [misc/message.c]
8685         Call SetFocus() after closing box to give back focus to previous owner.
8687         * [misc/files.c]
8688         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
8690         * [control/scroll.c]
8691         Calls to BitBlt() replace by StretchBlt().
8693         * [control/menu.c]
8694         Call SetFocus() to previous owner after closing Popups. 
8695         Fill stub DeleteMenu().
8697         * [control/listbox.c]
8698         * [control/combo.c]
8699         Use SetFocus() in WM_LBUTTONDOWN.
8700         Close ComboBox List upon WM_KILLFOCUS.
8701         Early development of WM_MEASUREITEM mecanism.
8703         * [windows/defwnd.c]
8704         Early development of WM_MEASUREITEM mecanism.
8706 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
8708         * [misc/atom.c]
8709         Fixed sintaxis problem when building the library.
8711 ----------------------------------------------------------------------
8712 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
8714         * [include/windows.h]
8715         Added message types and structures for MDI
8717         * [include/mdi.h]
8718         Created internal structures for handling MDI
8720         * [windows/mdi.c]
8721         Began creating MDI support
8723 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
8725         * [loader/wine.c] [include/wine.h]
8726         Added new field to "struct w_files" to hold the "name table"
8727         resource for Windows 3.0 programs
8729         * [loader/resource.c]
8730         Added code to handle programs with a "name table" resource.
8731         LoadResourceByName() modified to check for the existence of
8732         this resource.
8734 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8736         * [objects/color.c]
8737         Added installing the private colormap on the desktop window.
8739         * [windows/event.c]
8740         Cleaned up focus event handling (see focus.c).
8741         Use GetFocus() to direct key events to the correct window.
8743         * [windows/focus.c]
8744         Rewritten SetFocus() to:
8745         - only set X focus on top-level windows
8746         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
8747         - prevent setting focus to disabled windows
8748         - install private colormap so -privatemap option works again
8750         * [windows/message.c] [windows/timer.c]
8751         Changed timer management to no longer use PostMessage(), but
8752         to generate timer messages on the fly. Also fixed a related bug
8753         in GetMessage() which could cause busy-waiting.
8755         * [windows/win.c]
8756         Only select focus events on top-level windows.
8758         * [windows/winpos.c]
8759         Added some sanity checks for desktop window.
8761 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
8763         * [misc/dos_fs.c]
8764         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
8765         Support for tilde symbol added for rootdirectories in [drives]
8766         section of wine's configfile.
8768         * [misc/file.c]
8769         hread(), hwrite() added.
8771         * [misc/main.c]
8772         hmemcpy() added.
8774         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
8775         Added STRESS.DLL, an useless dll used to stress a windows system.
8777         * [*/*]
8778         Added missing #includes, fixed prototypes for prototype checking.
8780         * [include/prototypes.h]
8782         Added prototypes for loader/*c, if1632/*c.
8784 ----------------------------------------------------------------------
8785 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
8787         * [Configure]
8788         Added reminder to set WINEPATH, if it is not set.
8790         * [Imakefile]
8791         Removed #elif's
8793         * [controls/button.c]
8794         Added BN_CLICKED notification for owner-draw buttons.
8796         * [if1632/kernel.spec] [memory/heap.c]
8797         Changed Local* functions to WIN16_Local* to prevent unconcious use
8798         of these functions.
8800         * [if1632/relay.c]
8801         Push old Stack16Frame on stack before setting.
8803         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
8804         Added multiple local heap handling in Atom* functions.
8806         * [include/regfunc.h] [miscemu/int21.c]
8807         Rewrote DOS3Call() use context frame that is already on the stack.
8809         * [misc/profile.c]
8810         Fixed to allow leading ";" to mark comments.
8812         * [misc/spy.c]
8813         Fixed bugs and added support for "include" and "exclude" filters.
8815         * [misc/user.c]
8816         Rearranged calls in InitApp().
8818         * [misc/font.c]
8819         Fixed font handling to create system fonts, if they are used.
8821         * [windows/dc.c]
8822         If text drawn on window with no font specified, then default the
8823         font to the system font.
8825 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8827         * [controls/desktop.c]
8828         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
8829         Implemented SetDeskPattern().
8831         * [misc/main.c]
8832         Added -desktop option to get a large desktop window with
8833         everything inside it.
8834         Added -name option.
8836         * [misc/rect.c]
8837         Bug fix in SubtractRect().
8839         * [objects/*.c]
8840         Replaced the DefaultRootWindow() macro by the rootWindow variable.
8842         * [windows/event.c] [windows/message.c]
8843           [windows/nonclient.c] [windows/win.c]
8844         A few changes to accomodate the new desktop window.
8846  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
8848         * [toolkit/arch.c] --New file-- 
8849         Routines for converting little endian data structures to
8850         big-endian data structures, currently only BITMAP structures are 
8851         converted.
8853         * [misc/atom.c]
8854         When used as part of the WineLib, the code is much simpler.
8855         Doesn't depend on alignement.
8857         * [loader/wine.c]
8858         Ifdefed Emulator dependent code if compiling WineLib.
8860         * [loader/resource.c]
8861         Moved misc/resource.c to loader/resource.c.
8863         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
8864         Ifdefed whole code if compiling WINELIB.
8866         * [include/winsock.h]
8867         Added compilation define to allow compilation on SunOS.
8869         * [include/wine.h]
8870         Removed load_typeinfo and load_nameinfo prototypes, they belong
8871         to neexe.h
8873         * [include/neexe.h]
8874         Added load_typeinfo and load_nameinfo prototypes.
8876         * [include/arch.h]
8877         Fixed some bugs in the conversion routines.
8878         Added macros for Bitmap loading.
8880 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
8881         
8882         * [if1632/kernel.spec] [memory/global.c]
8883         Implemented GetFreeSpace()
8885         * [if1632/user.spec] [loader/resource.c]
8886         Implemented CreateIcon()
8888 ----------------------------------------------------------------------
8889 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
8891         * [Configure] [*/Imakefile]
8892         Created configure script to handle different types of Wine builds.
8894         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
8895         Added ability to compile Wine on systems with 14-char filename limit.
8897         * [if1632/relay.c] [include/options.h] [misc/main.c]
8898         Added -relaydbg option to command line if DEBUG_RELAY is defined.
8900         * [loader/selector.c]
8901         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
8903         * [memory/heap.c]
8904         Fixed LocalInit() to work correctly.
8906         * [misc/user.c]
8907         Added code to call loaded DLLs' initialization routines.
8909 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8911         * [windows/dce.c]
8912         Added clipping of child windows by their parent's client area.
8914         * [windows/nonclient.c]
8915         Bug fix in NC_DoNCPaint().
8917         * [windows/painting.c]
8918         Bug fix in RedrawWindow().
8920 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8922         * [mem/atom.c]
8923         Bug fix again in ATOM_DeleteAtom() : 
8924                 change LocalFree() by USER_HEAP_FREE().
8925         (Previous patch done Feb 13th had been lost)
8927         * [controls/scroll.c]
8928         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
8930         * [windows/class.c] (sorry Alex ...)
8931         There was no bug there "in RegisterClass() : 
8932                 WNDCLASS->lpszClassName was reset to NULL."
8933                               ^^^^^
8935         * [misc/clipboard.c]    --- New File ---
8936         New function EnumClipboardFormats().
8937         New function OpenClipboard().
8938         New function CloseClipboard().
8939         New function EmptyClipboard().
8940         New function GetClipboardOwner().
8941         New function GetClipboardViewer().
8942         New function CountClipboardFormats().
8943         New function IsClipboardFormatAvailable().
8944         New function OpenClipboard().
8945         New function GetClipboardData().
8946         New function SetClipboardViewer().
8947         New function EnumClipboardFormats().
8948         New function RegisterClipboardFormat().
8949         New function ChangeClipboardChain().
8950         New function SetClipboardData().
8951         New function GetOpenClipboardWindow().
8952         New function GetPriorityClipboardFormat().
8953         New function GetClipboardFormatName().
8955 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
8957         * [misc/comm.c]
8958         bugfix in OpenComm().
8960 ----------------------------------------------------------------------
8961 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
8963         * [include/winsock.h]
8964         The sockproto struct is already defined in <sys/socket.h>
8966         * [misc/winsock.c]
8967         Need to include <netinet/in.h> for struct in-addr.
8968         Use sys_errlist[] instead of strerror[].
8970         *[toolkit/heap.c]
8971         ANSI C specifies that the malloc functions are defined in stdlib.h,
8972           so we don't need to include malloc.h.
8974         *[loader/ldtlib.c]
8975         Print informative error message about probable cause of i386_set_ldt()
8976           failure and then exit.
8978         *[Imakefile]
8979         For systems that don't use gmake by default, set the MAKE variable
8980           to gmake and propagate it on recursive makes.
8981         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
8982           can be built with the FreeBSD 1.0.2 compiler.
8984 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
8986         * [objects/bitblt.c]
8987         Added in three functions to do stretching and compression
8988         for WHITEONBLACK, BLACKONWHITE, and color copies.
8990 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
8992         * [windows/graphics.c]
8993         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
8994         inefficent, but should suffice for now.
8996         * [include/windows.h]
8997         Changed the x,y paramaters for the FloodFill prototype 
8998         from ints to shorts
9000 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9002         * [windows/widgets.c]
9003         Added desktop window class.
9005         * [windows/painting.c]
9006         Bug fix in RedrawWindow().
9007         Implemented ExcludeUpdateRgn().
9009         * [windows/win.c] [windows/winpos.c]
9010         Implemented desktop window.
9012         * [controls/desktop.c]
9013         Preliminary desktop window procedure.
9015 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9017         * [controls/menu.c]
9018         New function LoadMenuIndirect().
9019         New function GetMenuCheckMarkDimensions().
9021         * [if1632/user.spec]
9022         Entry for DefDlgProc().
9024         * [windows/class.c]
9025         Fix bug in RegisterClass() : 
9026                 WNDCLASS->lpszMenuName was reset to NULL.
9028         * [windows/win.c]
9029         In CreateWindowEx(), if hMenu == 0 then use 
9030                 wndclass->lpszMenuName to load Menu from resource;
9032 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
9034         * [loader/library.c] [loader/wine.c]
9035         Fixed runing DLL's as main executable problem.
9037         * [misc/dos_fs.c]
9038         Added wildcard support in DOS_readdir().
9040         * [misc/winsocket.c]
9041         Added proper error handling of BSD winsocket functions.
9043         * [miscemu/int21.c]
9044         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
9046         * [main/main.c]
9047         Added functions for GetVersion, GetWinFlags and GetTimerResolution
9048         for libwine.a, SystemParametersInfo() partly implemented.
9050 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9052         * [toolkit/winmain.c]
9053         Added _WinMain function. Setups the library (calls USER_InitApp).
9055         * [toolkit/sup.c]
9056         Added load_mz_header, load_ne_header, load_type_info and
9057         load_name_info functions.
9059         * [toolkit/heap.c] 
9060         Code cleanup. 
9062         * [misc/user.c]
9063         Moved from loader/misc.c. I hope to put back all the loader
9064         functions in the ~loader subdirectory in the future. CUrrently is
9065         needed since it has USER_InitApp.
9067         * [misc/resource.c]
9068         Since WineLib will probably need DLLs (currently it needs
9069         Sysres.dll). WineLib will be using much code of the loader again.
9070         So I removed some ifdefs that were used by WineLib.
9072         Added load_typeinfo and load_nameinfo (and the corresponding
9073         functions in [toolkit/sup.c]
9075         Added integer convertion functions in the needed places.
9077         Added very ugly patch (includes wine.c). In the next release I
9078         plan to move back all the loader routines to ~/loader. In the
9079         meantime I needed this patch. It doesn't affect any of the
9080         emulator code (its ifdefed for WineLib).
9082         * [misc/main.c]
9083         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
9084         Ifdefed argument number checking when compiling the library.
9086         * [loader/wine.c]
9087         Modified to use load_(mz|ne)_header instead of doing a direct
9088         read.  When compiling the emulator it still uses the direct read
9089         for performance. 
9091         * [include/wine.h]
9092         Prototypes for loading routines.
9094         * [include/class.h]
9095         Added WINE_PACKED macro instead of __attribute__ ((packed))
9097         * [include/arch.h]
9098         Macros for converting integers (Little endian to big-endian).
9099         Needed in the Sun to allow loading of DLL files.
9101 ----------------------------------------------------------------------
9102 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9104         * [windows/clipping.c]
9105         Moved everything into windows/painting.c and removed this file.
9107         * [windows/message.c]
9108         Removed calls to memmove() in MSG_RemoveMsg().
9110         * [windows/nonclient.c]
9111         Added WM_GETMINMAXINFO support for window resizing.
9113         * [windows/painting.c]
9114         Implemented RedrawWindow().
9116         * [windows/scroll.c]
9117         Bug fix in ScrollWindowEx().
9119         * [windows/win.c]
9120         Moved UpdateWindow() to windows/painting.c.
9122 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
9123         
9124         * [loader/wine.c] [misc/dos_fs.c]
9125         getenv() eq NULL bugfixes.
9127         * [misc/comm.c]
9128         cfmakeraw changed for SunOS.
9130 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9132         * [mem/atom.c]
9133         Bug fix in ATOM_DeleteAtom() : 
9134                 change LocalFree() by USER_HEAP_FREE().
9136         * [misc/message.c]
9137         New function FatalAppExit().
9139         * [objects/font.c]
9140         New empty stub SetMapperFlags().
9142         * [controls/menu.c]
9143         Better CheckMark & other bitmaps placement.
9145         * [windows/graphics.c]
9146         New function RoundRect() : calc.exe now working...
9148 Tue Feb 15 14:29:37 1994  John Richardson
9150         * [objects/bitblt.c]
9151         Fixed StretchBlt so it works quicker and faster.  It still doesn't
9152         use the StretchMode bits for bitmap compression, but that will
9153         come soon.
9155 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
9157         * [include/windows.h,dialog.h,gdi.h]
9158         Changed __atribute__ ((packed)) for WINE_PACKED. 
9159         When compiling the library this is defined as nothing. This gets
9160         rid with all the problems compiling under SunOS. Also 
9162         * [windows/utility.c]
9163         Added DebugPrintString.
9165         * [toolkit/sup.c]
9166         Added hSysRes = 1 definition to resolve externals.
9167         Added CallLineDDAProc function (toolkit version).
9168         Added toy, and hi ineficient memmove until code in message.c get
9169         rewritten.
9171         * [objects/gdiobj.c]
9172         Ifdefed linux/emulator-dependent code to allow compilation of
9173         WineLib.
9175         * [misc/winsocket.c]
9176         Added ifdef to allow compilation under SunOS.
9178         * [misc/resource.c]
9179         When compiling the library, the resource file is expected to be in
9180         a file called $argv[0].Res. Also the information of the resource
9181         is expected to be at offset 0 of the .Res file.
9183         * [misc/main.c]
9184         Call WinMain with arguments if compiling WineLib.
9185         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
9186         Call sync_profiles to preserve changes to .INI files.
9188         * [misc/comm.c,dos_fs.c]
9189         removed call to atexit(Comm_DeInit)
9190         removed call to atexit(DOS_DeInitFS)
9191         Shutdown functions are now called from the return of WinMain
9193         * removed memorylib subdirectory
9195         * moved memory/atom.c    to misc/atom.c
9196           moved memorylib/heap.c to toolkit/heap.c
9198         * [loader/wine.c]
9199         Moved DebugPrintString to windows/utility.c
9201         * [include/winsock.h]
9202         Define SO_DONTLINGER only if it has not been previously defined.
9204         * [include/windows.h]
9205         added definition for DLGPROC.
9206         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
9207         When compiling WineLib WNDPROC is defined with all the parameters
9208         to avoid compilation problems.
9210         * [include/user.h]
9211         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
9212         calls are translated to the library allocation routines.
9214         * [include/gdi.h,user.h]
9215         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
9216         translated to the library allocation routines.
9218         * [include/atom.h]
9219         Defined LocalAlign. When compiling the emulator it's translated as
9220         a call to LocalAlloc (the original code), when compiling WineLib
9221         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
9222         (atom.c needs aligned data on a 4 byte boundary).
9224         * [misc/file.c]
9225         Renamed KERNEL_* functions and fixed prototypes.
9227         * [if1632/kernel.spec]
9228         Renamed KERNEL_* functions in order to be used by applications
9229         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
9230         _llseek, _lopen, _lwrite).
9232         * [Makefile]
9233         Create library instead of executable when building target
9234         libwine.a 
9236 ----------------------------------------------------------------------
9237 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
9239         * [Makefiles]
9240         Use $(CC) instead of cc.
9241         Added libwine target.
9243         * [include/prototypes]
9244         #ifdefed section for WineLib
9246         * moved loader/cursor.c   to misc/cursor.c
9247           moved loader/resource.c to misc/resource.c
9248           moved misc/emulate.c    to miscemu/emulate.c
9249           moved misc/int1a.c      to miscemu/int1a.c
9250           moved misc/int21.c      to miscemu/int21.c
9251           moved misc/kernel.c     to miscemu/kernel.c
9252           moved misc/user.c       to miscemu/user.c
9254         * [memorylib/heap.c]
9255         Heap management for WineLib
9257         * [misc/comm.c]
9258         Modified to allow compilation under SunOS (#include errno, SunOS
9259         doesn't have atexit ()).
9261         * [misc/dos_fs.c]
9262         Modified to allow compilation under SunOS (#include vfs.h)
9264         * [misc/file.c]
9265         Modified to allow compilation under SunOS (OPEN_MAX constant,
9266         #include unistd.h)
9268         * [objects/palette.c]
9269         Modified to allow compilation under SunOS (#include limits)
9271         * [toolkit/sup.c]
9272         WineLib version of CallWindowProc.
9274         * [windows/event.c]
9275         Typedef XPointer under X11R4 (OpenWindows).
9277         * [windows/win.c]
9278         When compiling WineLib, use direct callbacks instead of the
9279         windows supplied callbacks.
9281 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9283         * [loader/cursor.c]
9284         New function CURSOR_SetWinCursor(), for internal use, to set
9285         the cursor of a specific window more reliably than with SetCursor().
9287         * [windows/nonclient.c]
9288         Better window management. Moving and resizing from the system
9289         menu should work now.
9290         Added scroll-bar mouse tracking.
9292         * [windows/win.c]
9293         Moved scroll-bar creation and destruction to defwnd.c.
9295 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9297         * [windows/nonclient.c]
9298         Call to StdDrawMenuBar() during NC's drawing.
9299         New NC_TrackMouseMenuBar() function which call 
9300                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
9302         * [controls/menu.c]
9303         New ChangeMenu() function.
9304         Remove permanently old Xt menu code.
9305         Make common functions MenuButtonDown(), MenuButtonUp()
9306                 & MenuMouseMove() for both popups & menubar.
9307         
9308         * [controls/combo.c]
9309         Paint OBM_COMBO directly in combo client.
9311         * [controls/listbox.c]
9312         Fix bug in multicolumns calculations.
9314         * [controls/Makefile]
9315         Remove rules for old file 'caption.c'.
9317         * [misc/kernel.c]
9318         Remove empty stub GetModuleFileName().
9320         * [loader/library.c]
9321         New GetModuleHandle() function.
9322         New GetModuleUsage() function.
9323         New GetModuleFileName() function.
9325         * [loader/resource.c]
9326         Try to find the bug a missing menu loading ... Not found yet !
9328         * [windows/win.c]
9329         Remove old menubar creation.
9331 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
9333         * [misc/winsocket.c]
9334         More functions added.
9336         * [if1632/winsock.spec] [misc/winsocket.c]
9337         Added John Brezak's winsock.dll stuff.
9339 ----------------------------------------------------------------------
9340 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
9342         * [loader/selector.c]
9343         Added function CreateNewSegments().  Modified IPCCopySelector
9344         to allow aliasing to any arbitrary memory space.
9346         * [memory/global.c]
9347         Fixed potential bug in GlobalGetFreeSegments().
9349         * [memory/linear.c]
9350         Created functions GlobalLinearLock() and GlobalLinearUnlock().
9352 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
9354         * [controls/widgets.c]
9355         Removed CAPTION window class.
9357         * [loader/cursor.c]
9358         Bug fix in LoadCursor(): don't allocate memory every time for
9359         built-in cursors.
9361         * [windows/clipping.c]
9362         Invalidate child windows in InvalidateRgn().
9364         * [windows/defwnd.c]
9365         Added repaint of the caption when changing window text.
9367         * [windows/event.c]
9368         Modified SetCapture() to allow keyboard events while capturing.
9370         * [windows/message.c]
9371         New function MSG_GetHardwareMessage(), to do mouse tracking
9372         without returning control to the Windows program.
9374         * [windows/nonclient.c]
9375         A couple of changes in frame drawing for DLGMODALFRAME windows.
9376         Rewritten window moving code, to use MSG_GetHardwareMessage()
9377         instead of non-client mouse events (this is the way Windows
9378         does it), and to send WM_ENTERSIZEMOVE messages.
9379         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
9381         * [windows/win.c]
9382         Allocate temporary structures on the USER heap instead of
9383         using GlobalAlloc().
9385         * [windows/winpos.c]
9386         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
9388 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9390         * [windows/nonclient.c]
9391         Call to StdDrawScrollBar() during NC's drawing.
9392         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
9393         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
9394         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
9396         * [controls/menu.c]
9397         New GetSubMenu() function.
9398         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
9400         * [controls/listbox.c]
9401         Start changes to satisfy recent changes in scrollbars/windows.
9403         * [loader/resource.c]
9404         Put some code in LoadAccelerators() stub.
9405         New TranslateAccelerator() function.
9407         * [windows/win.c]
9408         Remove GetMenu() & SetMenu() functions.
9409         Call to NC_CreateScrollBars() if required by CreateWindow().
9411 ----------------------------------------------------------------------
9412 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
9414         * [window/win.c]
9415         Added functions EnumWindows, EnumChildWindows, and helper
9416         WIN_EnumChildWin.  EnumWindows won't list all wine windows
9417         because GetDesktopWindow isn't complete.  However, the code
9418         is in place for it to work correctly and only needs 
9419         GetDesktopWindow to do so.  
9421 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
9423         * [windows/defwnd.c]
9424         Added handling of activation messages (WM_ACTIVATE,
9425         WM_NCACTIVATE, WM_MOUSEACTIVATE)
9427         * [windows/event.c]
9428         De-activate the window when losing input focus.
9430         * [windows/focus.c]
9431         Bug fix in SetFocus().
9433         * [windows/message.c]
9434         Added activation of the window on mouse-clicks.
9436         * [windows/nonclient.c]
9437         Changed non-client area painting to use the correct colors
9438         depending upon the activation state.
9439         Added WM_NCACTIVATE message handling.
9440         Fixed a couple of bugs in window moving and resizing.
9442         * [windows/winpos.c]
9443         Implemented Get/SetActiveWindow().
9444         Implemented SWP_NOACTIVATE flag in SetWindowPos().
9446 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9448         * [misc/message.c]
9449         MessageBox has a CaptionBar for his title except for
9450                 MB_SYSTEMMODAL with MB_ICONHAND.
9452         * [windows/nonclient.c]
9453         Call to NC_TrackSysMenu on SysMenu button mouse click.
9455         * [windows/defwnd.c]
9456         Call to NC_TrackSysMenu on Alt key (VK_MENU).
9458         * [controls/menu.c]
9459         New GetSystemMenu() function.
9460         New CopySystemMenu() internal function.
9461         New NC_TrackSysMenu() internal function.
9463         * [include/windows.h]
9464         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
9466 ----------------------------------------------------------------------
9467 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
9469         * [window/win.c]
9470         Added functions EnableWindow, IsWindowEnabled, and helper 
9471         WIN_SetSensitive.
9472         
9473         * [window/event.c]
9474         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
9475         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
9476         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
9477         button presses beep for a disabled window.  
9478         If anyone finds better places for these checks, please tell me.
9480 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9482         * [misc/message.c]
9483         Cleanup on buttons answer value returned.
9485         * [control/combo.c]
9486         Now use OBM_COMBO bitmap dropdown button.
9488 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
9490         * [misc/comm/c]
9491         A few bugfixes.
9493 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
9495         * [loader/cursor.c]
9496         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
9498         * [include/options.h] [misc/main.c]  (New files)
9499         Rewrote main() function to get rid of Xt application context,
9500         and added command-line option parsing.
9502         * [objects/color.c]
9503         Use of a private map now configurable with command-line option.
9505         * [windows/defwnd.c]
9506         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
9508         * [windows/event.c]
9509         Removed ConfigureNotify event handler (no longer needed).
9511         * [windows/message.c]
9512         Send WM_SETCURSOR message on mouse events.
9514         * [windows/nonclient.c]
9515         Use OEM bitmaps for the drawing of the non-client area.
9516         Added caption bar buttons handling, and moving and resizing of
9517         the window via the window frame (bypassing the window manager).
9519         * [windows/painting.c]
9520         Bug fix in BeginPaint().
9522         * [windows/win.c]
9523         Set the override_redirect flag for windows (to bypass window
9524         manager).
9526         * [windows/winpos.c]
9527         Implemented WindowFromPoint(), ChildWindowFromPoint(),
9528         BringWindowToTop(), Get/SetInternalWindowPos(),
9529         Get/SetWindowPlacement().
9531 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
9533         * [memory/heap.c]
9534         Added support for multiple local heaps.
9536 ----------------------------------------------------------------------
9537 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
9539         * [window/caret.c]
9540         Modified code to use system timer.
9542 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9544         * [windows/win.c]
9545         Windows create if required new XLIB MenuBar & CaptionBar.
9547         * [windows/defwnd.c]
9548         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
9549         (I'm not sure it's the good place for it, but it work...)
9551         * [loader/resource.c]
9552         optimize in FindResourceByNumber, make lseek() if next type ...
9554         * [controls/scroll.c]
9555         scrollbar buttons are now using system resources bitmaps.
9557         * [controls/caption.c] - new file ...
9558         captionbar showing title, close button with SysMenu,
9559         and other buttons using system resources bitmaps.
9561         * [controls/menu.c]
9562         New functions: SetMenuItemBitmaps() with 'glues',
9563         Make new version of LoadMenu() & ParseMenu(),
9564         ( put #define USE_POPUPMENU ).
9565         Implementation of MenuBar functions.
9566         
9567         * [sysres.dll]
9568         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
9569         New SYSMENU menu, it don't work yet ! :-((
9571 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
9573         * [memory/atom.c]
9574         Fixed a bug that could cause atoms to be case-sensitive.
9576         * [misc/rect.c]
9577         Bug fix in SubtractRect().
9579         * [objects/clipping.c]
9580         Bug fix when setting the clip mask to an empty region.
9582         * [windows/dce.c]
9583         Bug fix in ReleaseDC().
9585         * [windows/dialog.c]
9586         Call AdjustWindowRectEx() before creating the dialog window.
9587         Added support for DS_MODALFRAME style.
9589         * [windows/event.c]
9590         Cleaned up event handling and removed old Xt stuff.
9591         Moved double-click handling to windows/message.c
9593         * [windows/focus.c]
9594         Bug fix: only set the X focus when the window is viewable.
9596         * [windows/graphics.c]
9597         Rewritten DrawReliefRect() to use brush instead of pen, and
9598         to use the system colors.
9600         * [windows/message.c]
9601         Implemented WM_NCHITTEST message sending, and non-client
9602         mouse messages.
9603         Cleaned up double-click handling, and removed the Xt code.
9605         * [windows/nonclient.c]  (New file)
9606         Implemented AdjustWindowRect().
9607         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
9609         * [windows/painting.c]
9610         Added sending of the WM_NCPAINT message in BeginPaint().
9612         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
9613         Implemented system metrics.
9615         * [windows/win.c]
9616         Bug fix in setting the parent and owner in CreateWindow().
9617         Removed the Xt code.
9619         * [windows/winpos.c]
9620         Added sending of the WM_NCPAINT message in SetWindowPos().
9621         Removed the Xt code.
9623 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
9625         * [windows/class.c]
9626         Implemented GetClassName and GetClassInfo.
9628         * [windows/caret.c]
9629         Various improvements to text caret code.
9631 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
9633         * [misc/comm.c]
9634         Patches to work with NetBSD.
9636 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
9638         * [objects/bitblt.c] Added StretchBlt().
9640 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
9642         * [misc/user.c]
9643         Added creation of system message queue.
9645         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
9646         Added DC size fields into DC structure.         
9648         * [objects/clipping.c]
9649         Bug fix in CLIPPING_IntersectRect().
9651         * [windows/class.c]
9652         Allocate a DCE instead of a DC for CS_CLASSDC classes.
9654         * [windows/clipping.c]
9655         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
9657         * [windows/dce.c]
9658         Implemented GetDCEx() and GetWindowDC().
9660         * [windows/defwnd.c]
9661         Implemented WM_WINDOWPOSCHANGED handling.
9663         * [windows/event.c]
9664         Preliminary support for Xlib event handling instead of Xt callbacks.
9665         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
9667         * [windows/message.c]
9668         Preliminary support for multiple message queues.
9669         Implemented hardware_event() to store messages into the system queue.
9670         Implemented Get/SetTaskQueue().
9671         Better WM_PAINT and WM_TIMER handling.
9672         Changes to use Xlib instead of Xt for events.
9674         * [windows/painting.c]
9675         Use GetDCEx() to retrieve the DC, to get a correct visible region.
9677         * [windows/timer.c]
9678         Moved the timer procedure callback into DispatchMessage().
9679         Changed implementation to get rid of Xt timeouts.  Timer checking
9680         is now done inside GetMessage().
9682         * [windows/win.c]
9683         Allocate a DCE instead of a DC for CS_OWNDC windows.
9684         Replaced Xt calls with Xlib calls.
9685         Moved window positioning functions into windows/winpos.c
9687         * [windows/winpos.c]  (New file)
9688         Rewritten most of the window positioning functions.
9689         Implemented SetWindowPos() and MapWindowPoints().
9691 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9693         * [if1632/user.spec]
9694         Bad arguments description for function SetDlgItemText.
9696         * [objects/text.c]
9697         Function DrawText now handle DT_CALCRECT request.
9699         * [misc/message.c]
9700         Message boxes now use DrawText with DT_CALCRECT.
9702         * [windows/graphics.c]
9703         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
9705         * [windows/win.c]
9706         Bug fix for flags in function ShowWindow.
9707         More accurate WM_SIZE generated by function ShowWindow.
9709         * [controls/listbox.c]
9710         More code for LBS_MULTIPLESEL.
9711         More code for LBS_MULTICOLUMN.
9713         * [include/windows.h]
9714         Bad define for MF_SEPARATOR.
9716         * [controls/menu.c]
9717         New functions: PopMenuWndProc() with 'glues',
9718         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
9719         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
9720         Code in stubs: CreateMenu(), DestroyMenu(). 
9722 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
9724         * loader/wine.c: Added support for relocation types 5 and 6.
9726 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
9728         * [misc/comm.c]
9729         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
9730         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
9731         GetCommError(), SetCommEventMask(), GetCommEventMask(),
9732         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
9733         WriteComm().
9735 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
9737         * [windows/caret.c]
9738         Implemented text caret functions.
9740 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
9742         * [loader/wine.c]
9743         Bug fix in LoadImage().
9745         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
9746           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
9747         Modified graphics calls to take into account the DC origin.
9749         * [windows/defwnd.c]
9750         Added preliminary WM_NCCALCSIZE handling.
9752         * [windows/event.c]
9753         Send WM_NCCALCSIZE message on resize event.
9755         * [windows/win.c]
9756         Send WM_NCCALCSIZE message in CreateWindow().
9757         Realize widgets at creation time (should prevent problems with
9758         unrealized widgets).
9760 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9762         * [controls/static.c]
9763         Send mouse & keyboard message received to its parent.
9765         * [controls/scroll.c]
9766         Send keyboard message received to its parent.
9768         * [controls/listbox.c]
9769         Add Navigation keys .
9770         ListBox now use VSCROLL & HSCROLL instead of children.
9771         Alpha version of LBS_MULTIPLESEL.
9772         Alpha version of LBS_MULTICOLUMN.
9774         * [controls/combo.c]
9775         Add Navigation keys on closed ComboBox.
9776         Remove useless 'COMBOBOX_CreateComboBox' function.
9778 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
9780         * [loader/wine.
9781         LoadImage() modified to use FindFile().
9783         * [misc/file.c]
9784         SetErrorMode added
9786         * [misc/dos_fs.c]
9787         bug fixes.
9789 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9791         * [memory/global.c]
9792         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
9794         * [sysres.dll]
9795         preliminary version of a 'glass of wine' bitmap
9797         * [windows/event.c]
9798         New function 'GetCapture'.
9800         * [controls/scroll.c]
9801         Remove useless 'SCROLLBAR_CreateScrollBar' function.
9803         * [controls/listbox.c]
9804         Remove useless 'LISTBOX_CreateListBox' function.
9806 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
9808         * [objects/font.c]
9809         Corrected bugs in GetCharWidth().
9811         * [windows/event.c]
9812         Modified EVENT_key to send Windows virtual key codes for
9813         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
9814         for printable characters.
9816 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
9818         * [windows/graphics.c]
9819         Added Polyline and Polygon
9821 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
9823         * [controls/listbox.c]
9824         ListBoxDirectory() modified to use dos_fs.c's functions to
9825         access files&|drives.
9827 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
9829         * [misc/dos_fs.c]
9830         Added FindFile() to search a file in a dos/unix style path.
9831         
9832         * [misc/file.c]
9833         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
9834         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
9835         GetDriveType.                      
9837         * [misc/int21.c]
9838         Modified.
9840 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
9842         * [misc/profile.c]
9843         The Profile functions now return the correct values. They now
9844         implement all the features described in the SDK.
9846 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
9848         * [loader/selector.c]
9849         Rewrote selector aliasing routines to use System V IPC
9850         routine to alias memory segments.
9852 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9854         * [controls/listbox.c]
9855         More consistency in functions using wIndexes
9857         * [controls/scroll.c]
9858         New function : ShowScrollBar().
9860         * [loader/cursor.c] ... New file
9861         Move cursor functions from [loader/resource.c].
9862         New function : ClipCursor().
9863         New function : GetClipCursor().
9864         New function : CreateCursor().
9865         SetCursor() now working using gloabal variable 'winHasCursor'.
9867         *[object/palette.c]
9868         New stub only : SelectPalette().
9869         New stub only : RealizePalette().
9871         *[win/event.c]
9872         New function : EVENT_enter_notify(),
9873                 update 'winHasCursor' and send WM_SETCURSOR.
9875         *[win/defwnd.c]
9876         Add processing of WM_SETCURSOR message.
9878         *[win/win.c]
9879         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
9880         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
9881         New function ClientToScreen().
9882         New function ScreenToClient().
9884 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
9886         * [files.h / regfunc.h / misc/dos.c]
9887         Removed.
9889         * [misc/dos_fs.c]
9890         Added support for loading dosdrive cfg from wine.ini.
9892         * [misc/int21.c]
9893         Modified.
9896 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
9898         * [include/atom.h] [memory/atom.c]
9899         Implemented atoms.
9901         * [windows/class.c]
9902         Modified RegisterClass() to use atoms.
9903         Implemented CS_GLOBALCLASS style.
9905         * [windows/message.c]
9906         Implemented RegisterWindowMessage().
9908         * [loader/resource.c]
9909         Bug fix in LoadResource().
9911         * [windows/dialog.c]
9912         Modified CreateDialogParam() to use Find/LoadResource().
9914 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
9916         * [windows/scroll.c]
9917         Preliminary implementations of ScrollWindow, ScrollDC and
9918         ScrollWindowEx.
9920 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9922         * [controls/listbox.c]
9923         Optimization of redraw during 'Add' or 'Insert'.
9925         * [controls/scroll.c]
9926         Optimization of WM_PAINT during 'thumbtracking'.
9928         * [controls/button.c]
9929         Add of beta implement of 'BS_OWNERDRAW'
9931         * [controls/static.c]
9932         Style 'SS_ICON' new supported.
9934         * [misc/message.c]
9935         Begin of implemantation of MB_XXX styles.
9937         * [loader/resource.c]
9938         Function LoadIcon() : now prepare transparency Bitmap mask.
9939         Function LoadCursor() : now prepare a 'X pixmapcursor'.
9940         New function SetCursor() : not finished.
9941         New function ShowCursor() : not finished.
9942         New function AccessResource() : stub.
9944         * [obj/dib.c]
9945         Function DrawIcon(): deugging phase of icon transparency mask.
9947         * [loader/library.c]
9948         new file for news functions LoadLibrary() & FreeLibrary().
9950         * [sysres.dll]
9951         Resources only 16bits DLL for System Resources, icons, etc...
9953 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
9955         * [include/dialog.h] [windows/dialog.c]
9956         Simplified dialog template parsing.
9957         Implemented DialogBoxIndirect().
9959         * [windows/win.c]
9960         Fixed bug in CreateWindow() when aborting window creation.
9961         Modified UpdateWindow() to only update visible windows.
9962         Implemented IsWindow().
9964 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9966         * [controls/listbox.c]
9967         Listbox control window : new messages.
9969         * [controls/combo.c]
9970         Combo box control window : new messages.
9972         * [misc/message.c]
9973         Moved stub MessageBox() to this new file.
9974         Implemented of a callback, now MessageBox show a window.
9976         * [loader/resource.c]
9977         New function DestroyIcon()
9978         New function DestroyCursor()
9979         Filled stub LoadIcon()
9980         Filled stub LoadCursor()
9981         Bug fixed in FindResourceByName() : missing lseek().
9983         * [obj/dib.c]
9984         New function DrawIcon()
9986         * [windows/win.c]
9987         New function CloseWindow()
9988         New function OpenIcon()
9989         New function IsIconic()
9990         New Function FindWindow()
9992 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
9994         * [loader/selector.c]
9995         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
9997 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
9999         * [loader/selector.c]
10000         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
10002 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
10004         * [loader/resource.c]
10005         Wrote FindResource(), LoadResource(), LockResource(),
10006         and FreeResource()
10008         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
10009         Changed selector allocation method.
10011 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10013         * [if1632/callback.c if1632/call.S if1632/user.spec] 
10014         added Catch (KERNEL.55) and Throw (KERNEL.56)
10015         
10016 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10018         * [controls/scroll.c]
10019         Scroll bar control window
10020                 Bug resolved : Painting message before scroll visible.
10022         * [controls/listbox.c]
10023         Listbox control window
10024                 Destroy cleanup.
10026         * [controls/combo.c]
10027         Combo box control window
10028                 Destroy cleanup.
10030         * [controls/button.c]
10031                 GetCheck Message now return is state.
10033         * [windows/win.c]
10034         New function IsWindowVisible()
10036 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
10038         * [if1632/user.spec]
10039         Removed some duplicate entries.
10041         * [include/dialog.h] [windows/dialog.c]
10042         Implemented dialog units and fonts.
10043         Added preliminary loading of dialog resources.
10044         Preliminary implementation of DialogBox().
10045         Implemented Get/SetDlgItem* functions.
10047         * [windows/win.c]
10048         Implemented WM_PARENTNOTIFY message.
10049         Implemented CreateWindowEx() and GetWindow().
10050         Completed DestroyWindow().
10052 Mon Nov  1 18:19:34 1993  Erik Bos
10054         * [loader/signal.c]
10055         Added support for int 0x11 & 0x12.
10057         * [loader/int21.c]
10058         Improved function handling.
10060 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
10062         * [objects/font.c]
10063         Implemented GetCharWidth().
10065 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
10067         * [Makefile]
10068         Use GNU malloc.
10070         * [include/int21.h include/wine.h]
10071         Change sc_eflags to sc_efl .
10073         * [include/wine.h]
10074         Fix misplaced #endif
10075         Include <signal.h> for NetBSD
10077         * [loader/int21.c]
10078         Don't include <sys/vfs.h> in NetBSD
10079         Do include <sys/mount.h> in NetBSD
10080         Cleanup some lint.
10082 Mon Oct 26 17:59:01 1993  Erik Bos
10084         * [include/int21.h]
10085         Added.
10087         * [loader/int21.c]
10088         Added support for many dos ints.
10090         * [misc/file.c] [include/files.h]
10091         Moved OPEN_MAX and DosDriveStruct to files.h.
10093 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
10095         * [controls/button.c]
10096         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
10097         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
10098         a preliminary USERBUTTON control.
10100         * [objects/text.c]
10101         Corrected bugs in TEXT_NextLine() and added handling of prefix
10102         character.
10104         * [controls/button.c]
10105         Disabled focus handling by commenting out SetFocus() calls until
10106         serious bug can be found.
10108 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10110         * [controls/listbox.c]
10111         Listbox control window
10112                 Painting cleanup, new messages processed.
10114         * [controls/scroll.c]
10115         Scroll bar control window
10116                 Painting cleanup.
10118         * [controls/combo.c]
10119         Combo box control window
10120                 Painting cleanup.
10122 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
10124         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
10125         Better support for the private color map.
10126         Using a private map is now the default.
10128         * [windows/win.c]
10129         Bug fix.
10131         * [include/dialog.h] [windows/dialog.c]
10132         Implemented CreateDialog*() and IsDialogMessage().
10134         * [misc/xt.c] [windows/defwnd.c]
10135         Moved DefWindowProc() to defwnd.c.
10136         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
10138         * [windows/defdlg.c]
10139         Started the implementation of DefDlgProc().
10141         * [windows/win.c]
10142         Added WM_NCCREATE and WM_NCDESTROY messages.
10143         Implemented IsChild().
10145 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
10147         * [windows/focus.c]
10148         Implemented GetFocus() and SetFocus().
10150         * [windows/event.c]
10151         Added processing of FocusIn and FocusOut events.
10153         * [windows/graphics.c]
10154         Added DrawFocusRect().
10156 Sat Oct  9 14:36:57 1993  Erik Bos
10158         * [loader/int1a.c]
10159         Added more function handling.
10161 Wed Oct  6 12:21:22 1993  Erik Bos
10163         * [loader/signal.c]
10164         Split signal.c into int1a.c, int21.c and signal.c.
10166 Tue Oct  5 22:12:40 1993  David Metcalfe
10168         * [controls/static.c] [control/widgets.c]
10169         Static control class.
10171         * [objects/text.c]
10172         Added processing of additional DT_ flags to DrawText().
10174         * [windows/win.c] [misc/xt.c]
10175         Added SetWindowText() and WM_SETTEXT processing.
10177 Tue Oct  5 22:12:40 1993  Martin Ayotte
10179         * [controls/listbox.c]
10180         Listbox control window
10182         * [controls/scroll.c]
10183         Scroll bar control window
10185         * [controls/combo.c]
10186         Combo box control window
10188         * [include/combo.h]
10189         Combo box definitions
10191         * [include/listbox.h]
10192         Listbox definitions
10194         * [include/scroll.h]
10195         Scroll bar definitions
10197 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
10199         * [if1632/callback.c]
10200         Fixed bug in MakeProcInstance().
10202         * [debugger/info.c]
10203         Changed x/w and x/b to display in hex.
10205         * [debugger/i386-pinsn.c]
10206         Added code to properly unassemble 16-bit indexing.
10208 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
10210         * [loader/files.c] [misc/profile.c]
10211         System initialization file is now called "wine.ini" and can
10212         be located in the current directory, the user's home directory,
10213         or any directories specified in the WINEPATH environment variable.
10215         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
10216         Changed register function stack to match sigcontext structure.
10218 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
10220         * [loader/files.c]
10221         Created function to search a path for files to load.
10223         * [loader/wine.c]
10224         Modified exe and dll file loading to search through path
10225         specified by the environment variable WINEPATH.
10227 Thu Sep 30 22:30:21 1993  Eric Youngdale
10229         * [loader/signal.c]
10230         Bug fix.
10232 Thu Sep 30 22:30:21 1993  John Brezak
10234         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
10235           [debugger/obstack.h]
10236         Updates to allow debugger to function under NetBSD.
10238 Tue Sep 28 19:59:21 1993  David Metcalfe
10240         * [windows/win.c]
10241         Implemented support for windows with no borders.  Added
10242         GetParent(), GetDlgCtrlID(), GetWindowText() and
10243         GetWindowTextLength() functions.
10245         * [misc/xt.c]
10246         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
10247         to DefWindowProc and Implemented MessageBeep().
10249         * [windows/syscolor.c]
10250         Added preliminary system color support.
10252         * [controls/button1.c]
10253         Mods to new button control and integration with Wine.
10255 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
10257         * [controls/button1.c]
10258         New button control using GDI functions.
10259         
10260 Tue Sep 28 19:59:21 1993  Eric Youngdale
10262         * [debugger/*]
10263         Added debugging capabilities to Wine
10265 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
10267         * [objects/region.c]
10268         Bug fix
10270 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
10272         * [tools/build.c]
10273         Changed the entry point code to reduce the standard entry
10274         point size from 22 bytes to 10 bytes.  This leaves about
10275         4000 free entry points instead of the 800 in version 0.4.2.
10277         * [loader/resource.c]
10278         Rewrote functions to allow loading of resources from any
10279         DLL.
10281         * [loader/wine.c] [include/wine.h]
10282         Added functions GetFilenameFromInstance() and GetFileInfo()
10283         to search for a loaded file based on its instance handle.
10284         Added a field in struct w_files to make searching by an instance
10285         handle faster.
10287 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
10289         * [misc/profile.c]
10290         Implementation of .INI file handling
10292 Mon Sep 20 10:54:32 1993  David Metcalfe
10294         * [misc/profile.c.old]
10295         Implementation of .INI file handling
10297 Mon Sep 20 10:54:32 1993  John Brezak
10299         * [controls/WinButton.c]
10300         Bug fix with call to XtVaSetValues.
10302 Mon Sep 20 10:54:32 1993  Alexandre Julliard
10304         * [windows/win.c]
10305         Quick patch to get colormaps to work with button widget.
10307 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
10309         * misc/keyboard.c: 
10310         Ifdefed out some bogus Ansi<->Oem conversion functions
10312         * misc/lstr.c: 
10313         New file with string functions like lstr* IsChar* *Ansi* 
10315 Wed Sep 15 20:35:10 1993  John Brezak
10317         * [loader/signal.c]
10318         Additional changes to support NetBSD.
10320 Wed Sep 15 22:19:22 1993  Martin Ayotte
10322         * [windows/graphics.c]
10323         Added FrameRect function
10325 Tue Sep 14 13:54:45 1993  Alexandre Julliard
10327         * [objects/color.c] [objects/palette.c]
10328         Preliminary support for private color map.
10330         * [windows/class.c]
10331         Implemented CS_CLASSDC style.
10333         * [windows/dce.c]
10334         Moved DCEs to USER heap.
10335         Implemented class and window DCs.
10337         * [windows/event.c]
10338         Implemented CS_DBLCLKS style.
10340         * [windows/graphics.c]
10341         Bug fix in SetPixel().
10343         * [windows/win.c]       
10344         Implemented CS_OWNDC style.
10345         Implemented Get/SetWindowLong().
10347         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
10348           [windows/dce.c] [windows/message.c] [windows/win.c]   
10349         Moved windows from global heap to USER heap.
10351 Mon Sep 13 05:00:11 1993  Eric Youngdale
10353         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
10354           [loader/wine.c] [tools/build.c]
10355         Added ability to generate missing functions statistics.
10357 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
10359         * [WIN31-APPLETS]
10360         Added new file.
10362         * [if1632/kernel.spec]
10363         Added definitions for GetProfile{Int,String} and SetHandleCount.
10365         * [if1632/keyboard.spec]
10366         Created interface specification for Keyboard driver DLL.
10368         * [if1632/relay.c]
10369         Added keyboard.dll to list of included DLLs.
10371         * [if1632/user.spec]
10372         Added LoadAccelerators definition.
10374         * [loader/resource.c]
10375         Added LoadAccelerators stub.
10377         * [misc/file.c]
10378         Changed OpenFile, and added SetHandleCount (for winfile.exe)
10380         * [misc/keyboard.c]
10381         Added keyboard code.
10383         * [misc/profile.c] [misc/xt.c]
10384         Moved GetPrivateProfile* commands here, and added GetProfile*
10385         commands.
10387 Mon Sep 13 10:24:37 1993  Andrew Bulhak
10389         * [windows/utility.c]
10390         Implemented MulDiv(), OutputDebugString() and wvsprintf()
10392 Fri Sep 10 09:13:30 1993  John Brezak
10394         * [*/Makefile]
10395         Created patch to allow BSD make to build wine.
10397         * [windows/win.c]
10398         Fixed NULL pointer reference.
10400         * [windows/message.c] [misc/xt.c]
10401         Defined HZ to handle system specific timing.
10403         * [windows/graphics.c]
10404         Use M_PI is PI
10406         * [objects/pallete.c]
10407         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
10409         * [dump.c] [ldt.c] [wine.c]
10410         ifdef'ed linux headers for linux compile.
10412         * [loader/ldtlib.c]
10413         Add NetBSD system calls when compiled on that system.
10415         * [loader/selector.c]
10416         Use mmap(MAP_ANON, ...) for NetBSD.
10418         * [if1632/call.S]
10419         Fixed selector assumptions.
10421 Thu Sep 9 20:01:37 1993  David Metcalfe
10423         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
10424           [windows/win.c] [windows/class.c]
10425         Added 3D button control and tied into CreateWindow()
10427 Thu Sep  9 07:35:24 1993  Scott Laird
10429         * [if1632/sound.spec]
10430         Created interface specification for SOUND DLL.
10432         * [if1632/win87em.spec]
10433         Added more functions to the WIN87EM DLL interface specification
10435         * [misc/emulate.c]
10436         Created stubs for the new math emulation functions.
10438         * [misc/sound.c]
10439         Created stubs for the SOUND DLL.
10441 Sun Sep  5 21:02:10 1993  John Burton
10443         * [if1632/kernel.spec]
10444         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
10445         and _lwrite.
10447         * [include/windows.h]
10448         Added OF_ macros
10450         * [misc/file.c]
10451         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
10453 Fri Sep  3 18:47:03 1993  Alexandre Julliard
10455         * [windows/dc.c]
10456         Bug fix
10458         * [objects/text.c]
10459         Bug fix
10461 Fri Sep  3 18:47:03 1993  Bob Amstadt
10463         * [objects/linedda.c]
10464         Finished LineDDA().
10466 Fri Sep  3 11:52:18 1993  Bob Amstadt
10468         * [windows/timer.c]
10469         Changed to use CallWindowProc() rather directly calling callback.
10471         * [windows/event.c]
10472         Implemented SetCapture() and ReleaseCapture()
10474         * [windows/keyboard.c]
10475         Created stub for GetKeyState()
10477         * [objects/linedda.c]
10478         Created stub for LineDDA()
10480         * [if1632/callback.c]
10481         Created callback handler for LineDDA callback procedure.
10483         * [if1632/callback.c]
10484         Created FreeProcInstance()
10486 Fri Sep  3 08:36:52 1993  David Metcalfe
10488         * [loader/signal.c]
10489         Patch to and code for INT 1A
10491 Thu Sep  2 00:31:54 1993  Alexandre Julliard
10493         * [objects/font.c] [objects/text.c]
10494         More text support: implemented justification and underlining.
10496         * [windows/clipping.c] [objects/clipping.c]
10497         Moved low-level clipping functions to objects/clipping.c.
10499         * [windows/clipping.c] [windows/event.c] [windows/message.c]
10500         Implemented window update regions.
10502         * [windows/dc.c] [objects/dcvalues.c]
10503         Moved some device-independent DC functions to objects/dcvalues.c.
10505         * [windows/graphics.c]
10506         Implemented InvertRect() and GetPixel().
10508 Sat Aug 28 08:40:23 1993  Eric Youngdale
10510         * [include/neexe.h] [loader/wine.c]
10511         Added code to handle relocation type 4.
10513         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
10514         Added support for dos interrupts.
10516 Thu 26 Aug 19:15:00 1993  Eric Youngdale
10518         * [loader/selector.c]
10519         Fixed bug dealing with loading DLLs.
10521 Thu Aug 26 19:22:40 1993  Alexandre Julliard
10523         * [include/gdi.h] [objects/font.c] [windows/dc.c]
10524         Beginning of real font support.
10526         * [windows/graphics.c]
10527         Implemented PatBlt().
10529         * [memory/global.c]
10530         Corrected a bug with linked list handling in GlobalAlloc().
10532         * [objects/bitmap.c]
10533         Corrected a bug in BITMAP_SelectObject().
10535 Tue Aug 24 19:22:40 1993  David Metcalfe
10537         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
10538           [controls/SmeMenuButt*]
10539         Change code to support & as a special character in menu item text.
10541 Tue Aug 24 19:22:40 1993  Alexandre Julliard
10543         * [include/gdi.h] [windows/dc.c]
10544         Heavily modified the DC structure for better device-independence.
10546         * [objects/bitmap.c]
10547         Implemented bitmap dimensions.
10549         * [windows/dc.c] [windows/dce.c]
10550         Implemented DC state saving and restoring.
10552         * [windows/dc.c]
10553         Implemented ROP mode.
10555         * [windows/graphics.c]
10556         Implemented FillRect().
10558 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
10560         * [misc/xt.c]
10561         Fixed bug in InvalidateRect().  Solitaire attempted to
10562         clear window before it was realized.
10564         * [loader/resource.c]
10565         Began rewrite of LoadBitmap().
10567         * [loader/wine.c]
10568         Fixed code which set Argv and Argc global variables.
10570         * [loader/selector.c]
10571         Added code to set up command line arguments.
10573         * [include/neexe.h]
10574         Fixed error in PSP structure.
10576 Tue Aug 17 20:41:12 1993  Alexandre Julliard
10578         * [include/gdi.h] [windows/dc.c]
10579         Implemented device capabilities.
10581         * [objects/region.c]
10582         Implemented EqualRgn() and CombineRgn().
10584         * [windows/clipping.c]
10585         Implemented Save/RestoreVisRgn().
10587         * [windows/graphics.c]
10588         Implemented PaintRgn() and FillRgn().
10590         * [windows/mapping.c]
10591         Implemented mapping modes.
10593 Tue Aug 10 14:07:38 1993  Alexandre Julliard
10595         * [if1632/user.spec] [misc/rect.c]
10596         Implemented rectangle API functions.
10598         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
10599         Implemented regions.
10601         * [windows/class.c]
10602         Corrected a typo in UnregisterClass().
10604         * [windows/clipping.c] [windows/dc.c]
10605         Implemented DC clipping and visible region.
10607 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
10609         * [controls/menu.c] [windows/win.c]
10610         SetMenu(), GetMenu(), CheckMenuItem() implemented
10612 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
10614         * [controls/menu.c] [windows/win.c]
10615         Many improvements menus.  LoadMenu() should work.
10617 Wed Aug  4 14:55:36 1993  Alexandre Julliard
10619         * [objects/dib.c]
10620         Started the implementation of device-independent bitmaps.
10622         * [objects/bitmap.c]
10623         Added support for multiple bitmap depths.
10625         * [objects/brush.c]
10626         Implemented pattern brushes.
10628         * [windows/dc.c] [windows/graphics.c]
10629         Implemented some GDI graphics primitives.
10631 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
10633         * [controls/menu.c] [windows/win.c] [include/menu.h]
10634         Code to load class menus from executable file.
10636         * [if1632/user.spec]
10637         Fixed specification of SendMessage() and PostMessage.
10639 Mon Jul 26 21:53:24 1993  Alexandre Julliard
10641         * [if1632/call.S]
10642         Corrected a bug in KERNEL_InitTask().
10644         * [include/windows.h]
10645         Added a lot of constants.
10647         * [loader/selector.c]
10648         Corrected a bug in segment allocation in CreateSelectors().
10650         * [objects/bitmap.c]
10651         Implemented SelectObject() for bitmaps.
10653         * [objects/brush.c]
10654         Implemented hatched brushes and SelectObject().
10656         * [objects/gdiobj.c]
10657         Removed linked list (not needed).
10659         * [objects/palette.c]
10660         Implemented system palette creation and misc. palette API functions.
10662         * [windows/timer.c]
10663         Implemented timers.
10665         * [windows/dc.c]
10666         Implemented memory device contexts.
10668 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
10670         * [dos.c]
10671         Split DOS3Call() out of kernel.c.  Added support for get date
10672         and time functions.
10674         * [call.S]
10675         Added function ReturnFromRegisterFunc() to allow DOS calls
10676         to return values in registers.
10678         * [regfunc.h]
10679         Macros to access registers saved on stack.
10681 Tue Jul 20 10:38:59 1993  Alexandre Julliard
10683         * [win.c]
10684         Corrected allocation of the WM_CREATE data structure.
10686         * [dce.c] [dce.h]
10687         Implemented DCE handling.
10689         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
10690           [gdiobj.c] [palette.c] [pen.c]
10691         Implemented the GDI objects data structures and allocation.
10693         * [windows.h]
10694         Added several structures and constants for GDI objects.
10696 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
10698         * [ldtlib.c]
10699         Modified system calls to match Linus' new interface for
10700         the LDT modification.
10702         * [win.c]
10703         Fixed bug with WM_CREATE message.
10705         * [heap.c] [kernel.spec]
10706         Completed local heap allocation functions.
10708         * [global.c]
10709         Created function GlobalQuickAlloc() for easy allocation from DLLs
10711 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
10713         * [global.c]
10714         Completed global memory pool API
10716 Sun Jul 11 16:59:52 1993  Alexandre Julliard
10718         * [message.c] [user.c] [user.spec] [windows.h]
10719         Added emulation of Windows message queue.
10721 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
10723         * [build.c] Original by Bob Amstadt
10724         * [callback.c] Original by Bob Amstadt, updates by 
10725         Alexandre Julliard
10726         * [dump.c] Original by Bob Amstadt
10727         * [global.c] Original by Bob Amstadt
10728         * [heap.c] Original by Bob Amstadt
10729         * [kernel.c] Original by Bob Amstadt
10730         * [ldt.c] Original by Bob Amstadt
10731         * [ldtlib.c] Original by Bob Amstadt
10732         * [relay.c] Original by Bob Amstadt
10733         * [resource.c] Original by Bob Amstadt, updates by 
10734         Alexandre Juliard
10735         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
10736         * [user.c] Original by Bob Amstadt
10737         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
10738         Alexandre Julliard
10739         * [wintcl.c] Original by Regents of the University of California,
10740         updates by Peter MacDonald and Alexandre Julliard
10741         * [callback.h] Original by Bob Amstadt
10742         * [dlls.h] Original by Bob Amstadt
10743         * [heap.h] Original by Bob Amstadt
10744         * [neexe.h] Original by Bob Amstadt
10745         * [prototypes.h] Original by Bob Amstadt, updates by 
10746         Eric Youngdale
10747         * [segmem.h] Original by Bob Amstadt
10748         * [tkInt.h] Original by Regents of the University of California
10749         * [windows.h] Original by Peter MacDonald, updates by 
10750         Alexandre Julliard and Bob Amstadt
10751         * [wine.h] Original by Eric Youngdale
10752         * [kernel.spec] Original by Bob Amstadt, updates by 
10753         Alexandre Julliard
10754         * [gdi.spec] Original by Bob Amstadt, updates by 
10755         Alexandre Julliard
10756         * [shell.spec] Original by Bob Amstadt
10757         * [unixlib.spec] Original by Bob Amstadt
10758         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
10759         * [win87em.spec] Original by Bob Amstadt
10760         * [Windows.tcl] Original by Peter MacDonald, updates by 
10761         Alexandre Julliard
10762         * [build-spec.txt] Original by Bob Amstadt
10763         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale