Release 961117
[wine/multimedia.git] / ChangeLog
blobd848a918db81e199e25900cb4bb79e97614b8473
1 ----------------------------------------------------------------------
2 Sun Nov 17 15:01:45 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
4         * [graphics/bitblt.c] [graphics/x11drv/bitblt.c]
5         Moved BitBlt operations to the new graphics driver
6         interface. Implemented PatBlt32, BitBlt32 and StretchBlt32.
8         * [memory/global.c]
9         Unified MemManInfo() and GlobalMemoryStatus().
11         * [objects/text.c]
12         Fixed ExtTextOut() to always use physical coords for clip rect.
14         * [windows/dialog.c]
15         Implemented DlgDirSelectEx() and Win32 version of DlgDirSelect*.
17         * [windows/event.c]
18         Avoid busy-looping in EVENT_WaitXEvent when no timer is pending
19         (thanks to Thomas Koenig).
21         * [windows/painting.c]
22         Moved update region clipping for CS_PARENTDC windows to BeginPaint().
23         
24         * [windows/scroll.c]
25         Implemented Win32 version of ScrollWindow() and ScrollDC().
27 Tue Nov 12 09:52:17 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
29         * [files/*.c] [win32/file.c]
30         Some win32 filetime conversion functions added.
31         Fixed behaviour with DOS drives pointing to UNIX /
32         SetCurrentDirectory() may also get X:\xxx paths.
33         Fixed FILE_Open when called from CreateFile().
34         Added GetFileSize(), MapViewOfFile(), SetFileTime(), GetFileTime().
36         * [misc/crtdll.c] [if1632/crtdll.spec]
37         Added some new functions.
39         * [if1632/user32.spec]
40         Some thunks into win16 code added.
42         * [win32/init.c]
43         Added GetSystemInfo(), removed GetModuleFileName() stub.
45         * [win32/code_page.c] [if1632/thunk.c]
46         Added EnumSystemCodePages* (untested).
48         * [objects/font.c] [if1632/thunk.c]
49         Added EnumFontFamilies32*.
50         
51 Mon Nov 11 14:50:24 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
53         * [controls/menu.c] [windows/mdi.c]
54         Don't delete the MDI `windows' menu if it's already been deleted.
56         * [misc/exec.c]
57         Notepad always calls WinHelp(.., HELP_QUIT, ...) at termination
58         and complains if it returns FALSE.
60         * [windows/winpos.c]
61         Get maximized MDI child's nonclient area redrawn after resize.
63 Thu Nov  7 13:32:34 1996  Lee Jaekil <juria@seodu.co.kr>
65         * [memory/global.c]
66         Use /proc filesystem for GlobalMemoryStatus() on Linux.
68 Mon Nov  4 18:30:00 1996  Alex Korobka <alex@trantor.pharm.sunysb.edu>
70         * [windows/event.c]
71         Added OffiX-style file drop handling. File paths must be
72         DOS-mappable by Wine (via wine.conf).
74         * [controls/combo.c]
75         Added WM_GETTEXT handler.
77         * [objects/palette.c]
78         Added ResizePalette() (untested).
80         * [objects/cursoricon.c]
81         Implemented icon to cursor conversion.
83         * [objects/color.c]
84         Fixed crash on startup when no colorcells are writeable.
86 Mon Nov  4 00:49:41 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
88         * [rc/winerc.c]
89         Added support for win32 output.
91         * [library/libres.c] [include/libres.h] [loader/resource.c]
92         Renamed LIBRES_FindResource to LIBRES_FindResource16.
93         Added LIBRES_FindResource32.
95 Sun Nov 3 21:21:45 1996  Robert Pouliot <krynos@clic.net>
97         * [loader/builtin.c] [if1632/Makefile.in] [if1632/wing.spec]
98         Added the spec file for WinG, it's only stub for now, but it
99         should be easy to do by someone with Windows programming
100         knowledge. See: ftp.microsoft.com/SoftLib/MSLFILES/wing10.exe.
102         * [if1632/crtdll.spec]
103         Added some string and memory functions to make sfxed95.exe (of
104         Warcraft 2) almost work.
106 ----------------------------------------------------------------------
107 Sat Nov  2 12:50:40 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
109         * [files/dos_fs.c]
110         Added long file name mask in DOSFS_FindNext().
112         * [loader/pe_image.c] [loader/task.c]
113         Moved Win32 task startup into TASK_CallToStart().
115         * [objects/dc.c]
116         Fixed SetDCState() for memory DC (thanks to Constantine
117         Sapuntzakis for spotting this one).
119         * [windows/winpos.c]
120         Fixed WINPOS_ForceXWindowRaise() to preserve correct Z-order.
122         * [*/*]
123         Added Win32 version for many graphics functions.
125 Thu Oct 31 10:00:18 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
127         * [controls/button.c]
128         BUTTON_CheckAutoRadioButton() unchecks only auto radio buttons.
130         * [controls/edit.c]
131         EM_GETSEL result should have HIWORD(result) >= LOWORD(result); old
132         EDIT_EM_GetSel() renamed to EDIT_GetSel(). 
134         * [windows/dialog.c]
135         DS_LOCALEDIT is a dialog style not an edit style.
137         * [windows/winproc.c]
138         Stop stack trashing when wndPtr->text == NULL.
140 Tue Oct 29 23:35:04 1996   Constantine P Sapuntzakis <csapuntz@mit.edu>
142         * [windows/dce.c]
143         GetDCEx32 - The determination of whether to use the DC cache or
144         not should be independent of DCX_USESTYLE.
146 Sat Oct 26 17:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
148         * [files/directory.c]
149         Added errno.h to #includes
151         * [tools/makedep.c]
152         Close files once they have been processed.
154 ----------------------------------------------------------------------
155 Tue Oct 22 20:09:52 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
157         * [*/Makefile.in] [tools/makedep.c]
158         New program to generate dependencies; should be faster and more
159         portable than 'gcc -MM'.
161         * [*/*]
162         Replaced WPARAM and HDC by explicitly-sized types.
164         * [windows/hook.c]
165         Fixed bug in HOOK_GetHook16 function.
167 Thu Oct 17 09:13:50 1996  John Harvey <john@division.co.uk>
169         * [include/debug.h] [include/stddebug.h]
170         Added debug option for win16drv (-debugmsg +win16drv)
172         * [graphics/win16drv/init.c]
173         Only enable CreateDC if printer=on specified in wine section of
174         wine.conf.
175         printfs changed to dprintf_win16drv.
176         Some tidying up.
178         * [include/gdi.h] [graphics/x11drv/clipping.c]
179           [graphics/x11drv/Makefile.in]
180         Moved SetDeviceClipping into drivers.
182 ----------------------------------------------------------------------
183 Sun Oct 13 15:32:32 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
185         * [Make.rules.in] [*/Makefile.in]
186         Made it possible to compile from a directory other than the source
187         directory.
189         * [graphics/metafiledrv/init.c] [include/metafiledrv.h]
190           [objects/metafile.c] [objects/dc.c]
191         New graphics driver for metafiles.
193         * [if1632/thunk.c]
194         Added thunks for SetWindowsHook and SetDCHook.
196         * [windows/dialog.c]
197         Fixed GetNextDlgGroupItem and GetNextDlgTabItem to skip disabled
198         items.
200         * [*/*]
201         Removed non Win32-clean types HANDLE, HBITMAP, HBRUSH, HFONT,
202         HINSTANCE, HMENU, HRGN and HTASK.
204 Wed Oct  9 14:59:45 1996  Frans van Dorsselaer  <dorssel@rulhm1.LeidenUniv.nl>
206         * [controls/edit.c]
207         Fixed EditWndProc() to fall back to DefWndProc() when the
208         edit state structure is not available.
210 Wed Oct  2 14:00:34 1996  Huw D. M. Davies  <h.davies1@physics.oxford.ac.uk>
212         * [windows/nonclient.c] [windows/mdi.c]
213         AdjustWindowRectEx16() should only take notice of the styles
214         WS_DLGFRAME, WS_BORDER, WS_THICKFRAME and
215         WS_EX_DLGMODALFRAME. Thanks to Alex Korobka.
217         * [controls/scroll.c]
218         Fixed typo in ShowScrollBar32().
220 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
222         * [if1632/user32.spec] [if1632/winmm.spec]
223         Added SetParent and sndPlaySoundA.
224         
225 ----------------------------------------------------------------------
226 Fri Sep 27 14:18:42 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
228         * [controls/button.c]
229         Fixed focus rectangle size and clipping.
231         * [controls/scroll.c]
232         Converted to Win32 and added support for scroll page.
233         Completed SetScrollInfo() and implemented other Win32 functions.
235         * [files/file.c]
236         Removed FILE_Read() (use _lread32 instead).
238         * [objects/dce.c] [include/dce.h]
239         Allocate DCE on the Win32 heap, and use pointers instead of
240         handles.
241         Implemented Win32 version of DC functions.
243         * [windows/painting.c]
244         Attempt to make CS_PARENTDC style work again.
246 Wed Sep 25 23:40:52 1996 Alex Korobka <alex@trantor.pharm.sunysb.edu>
248         * [windows/dce.c] [windows/winpos.c]
249         Override SaveUnder attribute when painting took place
250         in a window below. Force X to raise activated window 
251         in seamless mode.
253         * [misc/clipboard.c] [windows/event.c]
254         Translation between DOS and Unix text formats and several
255         other fixes for the sudden selection loss.
257         * [windows/message.c]
258         Apply "first" and "last" when checking for WM_QUIT in 
259         MSG_PeekMessage().
261         * [windows/win.c]
262         Rearranged DestroyWindow() to fit "Windows Internals"
263         description.
265         * [windows/win.c] [windows/winpos.c] [windows/nonclient.c]
266         Misc. fixes to CBT hook calls.
268         * [controls/menu.c] [misc/user.c]
269         Fixup resident popup menu window so that it doesn't get
270         destroyed by USER_AppExit().
272         * [loader/module.c] [loader/task.c] [windows/event.c]
273         Process "unsafe" X events outside the scheduler to prevent
274         deadlocks.
276         * [windows/message.c] [windows/queue.c] [windows/winpos.c]
277         Lots of fixes for better Win16 multitasking.
279 Wed Sep 25 20:36:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
281         * [include/windows.h]
282         Added some missing HOOK defines.
284         * [misc/shell.c][if1632/shell32.spec][include/shell.h]
285         SHGetFileInfoA stub added (win95 mplayer.exe /play bla.avi).
287         * [win32/console.c][include/wincon.h]
288         GetConsoleScreenBufferInfo, GetLargestConsoleWindowSize added.
290         * [misc/registry.c]
291         Some null ptr fixes.
293         * [loader/pe_image.c]
294         Fixed exported function lookup. (msvcrt20.dll)
295         Add debugsyms for entrypoint, exported functions and sections.
297         * [multimedia/mmsystem.c]
298         MCIOpen: support for element opens (mplayer.exe /play bla.avi).
300         * [several]
301         Added several missing things/stubs/simple thunks from win32
302         to win16 code.
304 Sat Sep 21 17:27:44 1996  O.Flebbe  <flebbe@science-computing.uni-tuebingen.de>
306         * [windows/property.c]
307         Fixed debugging of 16 Bit RemoveProp().
309         * [debugger/memory.c]
310         Added DEBUG_checkmap_bad() for linux.
312 Thu Sep 19 20:48:31 1996  Albrecht Kleine  <kleine@ak.sax.de>
314         * [windows/event.c] [windows/hook.c]
315         Use EnableHardwareInput() for JournalPlayback hook.
317         * [controls/listbox.c]
318         Changed handling of LB_GETITEMRECT in empty listboxes.
320 Thu Sep 19 13:34:35 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
322         * [misc/main.c]
323         Fixes to X resources handling.  
325 Wed Sep 18 00:31:15 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
327         * [objects/metafile.c] [include/gdi.h] [objects/dc.c]
328         Individual handle table created for each metafile. Fixed
329         GlobalReAlloc() bug in MF_AddHandleDC() (was MF_AddHandleInternal).
331         * [windows/graphics.c] [objects/dc.c]
332         Rectangle() changed to work better with wide pens and PS_NULL.
333         Use JoinMiter.
335         * [windows/winpos.c]
336         Make the whole (non X) window invalid on resize if CS_[VH]REDRAW
337         is set.
339         * [windows/nonclient.c]
340         AdjustWindowRectEx() should perform calculations even if the
341         window is minimized.
343         * [windows/mdi.c]
344         Better handling of system button painting. Maximized windows can
345         contain scroll bars. Icons now maximize properly.
347         * [windows/defwnd.c] [windows/nonclient.c] [controls/menu.c]
348         Improved greying of items in system menu. WM_INITMEMUPOPUP no
349         longer caught in DefWndProc, DEFWND_InitSysMenuPopup moved to
350         menu.c.
352 Mon Sep 16 21:30:00 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
354         * [several files]
355         Fix missing includes and wrong printing arguments.
357         * [controls/listbox.c]
358         Don't sort drives in ListBoxDirectory().
359         
360 Sat Sep 14 09:05:47 1996  Petri Tuomola <ptuomola@xs4all.nl>
362         * [windows/dialog.c]
363         Fixed handling of Shift-TAB in dialogs.
365 Thu Sep 12 18:31:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
367         * [if1632/gdi32.spec]
368         Added SelectClipRgn - call win16 version.
370         * [if1632/user32.spec]
371         Added GetAsyncKeyState, GetMenuItemID and GetMenuStringA.
373         * [include/wincon.h]
374         Added COORD and SMALL_RECT typedefs, moved CONSOLE_SCREEN_BUFFER_INFO
375         out of #if 0 protected portion of file.
377         * [loader/pe_image.c]
378         PE_InitTEB() - Tidy up, bug fix to stack pointer value (Borland
379         programs now work better)
381         * [win32/console.c]
382         Added stub functions for GetConsoleScreenBufferInfo and 
383         GetLargestConsoleWindowSize
385         * [win32/findfile.c]
386         FindFirstFile32A() - removed erroneous strcpy
388         * [windows/keyboard.c]
389         GetAsyncKeyState() - bug fix - now returns value as per Microsoft
390         specification. NB - I still have doubts about some other functions
391         in this file.
393 ----------------------------------------------------------------------
394 Wed Sep 11 18:08:30 1996  Albrecht Kleine  <kleine@ak.sax.de>
396         * [windows/event.c]
397         Minor improvements in setting event time in MSG struct.
399         * [windows/hook.c]
400         Removed an useless 'unimplemented hook' message.
402         * [windows/win.c]
403         Added a WH_CBT hook call during window creation: good for CTL3D.DLL
405 Wed Sep 11 11:19:56 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
406         * [loader/pe_image.c]
407         Fixed imports with no name/ordinal list (MFC30.DLL).
408         Added borland style - ordinal import (wsock32.dll).
410         * [files/file.c] [win32/file.c] [if1632/kernel.spec]
411           [if1632/kernel32.spec] [include/windows.h]
412         Win32 and Win16 code use the same filehandles/HFILEs.
413         Added SetEndOfFile, MoveFile*, diverse *W functions.
415         * [loader/pe_image.c]
416         Fixed argument 2 to DllEntry.
418         * [misc/comm.c]
419         Adapt to filehandling changes, win32 code still broken.
421         * [misc/registry.c]
422         Use Wine filehandling.
423         StartupRegistry to add startup-detected registry entries.
425         * [miscemu/dpmi.c] [miscemu/int21.c]
426         Some missing interrupt-functions added.
428         * [if1632/gdi32.spec][if1632/user32.spec]
429         Some thunks to 16 bit equivalent functions added.
431 Sat Sep  7 11:36:57 EDT 1996  Matthew Ghio <ghio@netcom.com>
433         * [misc/winsocket.c]
434         Rewrote WINSOCK_select() and WSAFDIsSet() to properly convert
435         Windows fd_set structs.
437         * [if1632/winsock.spec]
438         Corrected arguments to select().
440 ----------------------------------------------------------------------
441 Sun Sep  1 19:22:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
443         * [misc/commdlg.c] [if1632/commdlg.spec]
444         Fixed some SEGPTR problems.
446         * [windows/winproc.c]
447         Added message translation for WM_COMPAREITEM, WM_DELETEITEM
448         and WM_MEASUREITEM
449         Fixed 16-to-32 translation for WM_HSCROLL/WM_VSCROLL.
451 Fri Aug 30 13:39:00 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
452         * [files/drive.c]
453         GetDriveType16 should report CDROMs as DRIVE_REMOTE (ACME setup).
455         * [multimedia/audio.c]
456         The minimum audiobuffer size shrunk somewhere in linux 1.3.xx
457         below 4096 bytes.
459         * [multimedia/mcistring.c]
460         Segptr string handling fixed & enhanced.
462         * [if1632/crtdll.spec][misc/crtdll.c]
463         malloc,free,_strupr,_stricmp,_strcmpi added.
465         * [if1632/wsock32.spec][misc/winsock.c]
466         More direct thunks into unix libc and WsControl-stub added.
468 Thu Aug 29 23:54:25 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
470         * [objects/metafile.c]
471         Bug fixes to both recording and playback of ExtTextOut().
473 Tue Aug 27 15:43:21 1996  Slaven Rezic  <eserte@cs.tu-berlin.de>
475         * [multimedia/audio.c] [multimedia/mcianim.c]
476           [multimedia/mcicda.c] [multimedia/midi.c]
477         Made cdaudio, audio and midi work for FreeBSD.
479 Sun Aug 25 20:18:56 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
481         * [misc/crtdll.c] [if1632/crtdll.spec]
482         Added a lot of functions.
484         * [misc/ole2nls.c]
485         Added ID values for all languages in GetUserDefaultLCID().
486         
487 Fri Aug 24 21:02:28 1996  Albrecht Kleine  <kleine@ak.sax.de>
489         * [windows/event.c] [windows/message.c]
490         First attempt at hook WH_JOURNALPLAYBACK.
492 ----------------------------------------------------------------------
493 Sat Aug 24 13:57:01 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
495         * [controls/scroll.c]
496         Renamed SCROLLINFO to SCROLLBAR_INFO to avoid conflict with Win32.
498         * [graphics/driver.c] [include/x11drv.h]
499         New files for graphics driver handling.
501         * [if1632/relay.c] [include/registers.h] [tools/build.c]
502         Implemented Win32 register functions. Not really tested yet.
504         * [include/gdi.h]
505         Added a lot of functions to the DC func table.
507         * [loader/pe_image.c]
508         Initialise %fs before calling out to 32-bit code.
510         * [windows/hook.c]
511         Fixed bug in HOOK_GetHook().
513         * [windows/win.c]
514         Fixed FindWindow to return an error if the class name doesn't exist.
516 Wed Aug 21 15:15:53 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
518         * [if1632/Makefile.in] [misc/mpr.c] [if1632/mpr.spec]
519         mpr.dll specs added.
521         * [if1632/kernel32.spec] [win32/newfns.c] [memory/global.c]
522         QueryPerformanceCounter(), GlobalMemoryStatus() added.
524         * [if1632/user32.spec] [win32/error.c]
525         SetLastErrorEx() added.
527         * [misc/commdlg.c]
528         lpstrFilter might be NULL in FILE_WMInitDialog (NS 3.0 setup).
530         * [misc/registry.c]
531         Some missing NULL ptr checks added, misc clean up.
533 Tue Aug 20 21:00:00 1996 Alex Korobka  <alex@pharm.sunysb.edu>
535         * [controls/menu.c]
536         Adjust popup menu coordinates so that it always stays within 
537         the desktop.
539         * [misc/main.c]
540         Fixed GetEnvironment() return value for lpEnv == NULL case.
542 Mon Aug 19 22:48:36 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
544         * [misc/crtdll.c] [if1632/crtdll.spec]
545         Added some is* functions, strlen and tolower.
546         
547 Mon Aug 19 13:33:13 1996  Stephen Simmons  <ssimmons@vitsemi.com>
549         * [tools/wineconf]
550         New perl script to generate the wine.conf file.
552 Fri Aug 16 15:31:44 1996   John Harvey <john@division.co.uk>
554         * [if1632/gdi.spec]
555         Lots of printer functions.
556         
557         * [include/callback.h]
558         New functions for printer driver support.
560         * [include/gdi.h]
561         New/changed structures to support printer driver.
563         * [misc/escape.c]
564         New version that uses function table in DC structure.
566         * [objects/dc.c]
567         CreateDC copes with things other than Display.
568         X code for CreateDC moved to graphics/x11drv directory.
569         CreateCompatibleDC copies func table from original DC.
571         * [objects/font.c]
572         GetTextExtentPoint32A,GetTextMetrics16 use function table in
573         DC and code moved to drivers directory.
575         * [misc/printdrv.c] [graphics/*/*] [include/win16drv.h]
576         New files for printer support. 
578 Fri Aug 16 12:33:00 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
580         * [controls/scroll.c]
581         Added SetScrollInfo32 and GetScrollInfo32.  These just call existing
582         code. There are a few options in which I'm probably the wrong person
583         for the job (page size and disable bar). There are comments in the
584         code as to what they should do.
586         * [objects/gdiobj.c] [objects/font.c] [include/font.h]
587         Added 32 bit version of FONT_GetObject.
589 ----------------------------------------------------------------------
590 Sun Aug 18 12:17:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
592         * [files/drive.c]
593         Added 'Filesystem' option in drives configuration.
595         * [files/dos_fs.c] 
596         Added handling of case-insensitive filesystems.
598         * [memory/selector.c] [include/stackframe.h]
599         Removed MAKE_SEGPTR.
601         * [misc/commdlg.c] [multimedia/mcistring.c]
602         Replaced MAKE_SEGPTR by the SEGPTR_* macros.
604         * [objects/bitblt.c] [windows/graphics.c]
605         Use an intermediary pixmap to avoid some BadMatch errors on
606         XGetImage().
608 Sun Aug 18 09:21:27 1996  Albrecht Kleine  <kleine@ak.sax.de>
610         * [windows/message.c]
611         Added handling of WM_NC...mouse messages in JOURNALRECORD hook.
613         * [misc/ver.c]
614         Fixed a bad string result in VerQueryValue[16|32A|32W].
616 Fri Aug 16 19:55:04 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
618         * [if1632/crtdll.spec] [misc/crtdll.c]
619         More additions to get win95 programs further down the road.
621         * [if1632/kernel.spec] [loader/module.c]
622         GetModuleName() added.
623         LoadModule(): params->showCmd can be NULL.
625         * [if1632/kernel32.spec] [if1632/thunk.c]
626         ThunkConnect32() stub added.
628         * [loader/resource.c]
629         Entries include lastentry.
631         * [misc/shell.c] [files/file.c]
632         Made progman work again.
634 Fri Aug 16 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
635         
636         * [windows/defwnd.c] [windows/winpos.c] [windows/painting.c]
637         Icon painting fixes.
639         * [windows/winpos.c] [windows/painting.c]
640         Enforce and follow hrgnUpdate more closely to cut down on
641         redundant RedrawWindow() calls.
643         * [windows/event.c]
644         Process ConfigureNotify only for managed windows.
646         * [windows/winpos.c]
647         Do not redraw parent if the window was hidden before SetWindowPos().
649         * [windows/nonclient.c]
650         Omit some nonclient decoration painting for managed windows.
652         * [controls/menu.c] [windows/mdi.c] [windows/nonclient.c]
653         Implemented WM_NEXTMENU.
655         * [controls/listbox.c]
656         Multicolumn listboxes return WVR_VREDRAW on WM_NCCALCSIZE.
658         * [misc/shell.c]
659         Added .ICO file handling to ExtractIcon().
661 ----------------------------------------------------------------------
662 Sun Aug 11 13:00:20 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
664         * [configure.in] [include/acconfig.h] [tools/build.c]
665         Added check for underscore on external symbols.
667         * [memory/selector.c] [memory/global.c]
668         Fixed FreeSelector() to free only one selector.
669         Added SELECTOR_FreeBlock() to free an array of selectors.
671         * [objects/color.c]
672         Fixed a bug in COLOR_ToLogical() that caused GetPixel() to fail on
673         hi-color displays.
675         * [tools/build.c] [if1632/crtdll.spec]
676         Added 'extern' type, used for external variables or functions.
678         * [windows/winpos.c]
679         Allow de-activating a window in WINPOS_ChangeActiveWindow().
681         * [windows/winproc.c]
682         Added 32-to-16 translation for button messages.
683         Fixed WINPROC_GetPtr() to avoid crashes on 32-bit procedures that
684         happen to be valid SEGPTRs.
686 Sat Aug 10 18:22:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
688         * [windows/message.c]
689         Removed a FIXME in MSG_PeekHardwareMsg(): produces correct 
690         data for the JOURNALRECORD-hook (using EVENTMSG16 structure).
692         * [if1632/gdi.spec] [include/windows.h] [objects/metafile.c]
693         Introduced undocumented API function IsValidMetaFile(), plus a
694         minor fix in last patch of CopyMetaFile().
696         * [objects/gdiobj.c]
697         Removed a FIXME in IsGDIObject(): added magic word check.
699 Sun Aug 10 18:10:10 1996  Bruce Milner <Bruce.Milner@genetics.utah.edu>
701         * [controls/statuswin.c]
702         First pass at implementing the StatusWindow class.
704         * [include/commctrl.h]
705         Header file for common controls.
707         * [controls/widgets.c]
708         Added InitCommonControls().
710         * [if1632/comctl32.spec]
711         Add DrawStatusTextA, CreateStatusWindowA, InitCommonControls.
713         * [win32/findfile.c] [if1632/kernel32.spec]
714         Add FindNextFile32A, FindClose.
715         Modified FindFirstFile32A so it works with FindNextFile32A.
717         * [include/winbase.h]
718         Fixed WIN32_FIND_DATA structure member names.
720 Sat Aug 10 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
722         * [windows/scroll.c]
723         Changed scrolling routines to benefit from DCE code update.
725 Thu Aug  8 18:05:09 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
727         * [files/file.c]
728         SearchPath* could get NULL for lastpart argument.
730         * [if1632/build-spec.txt] [documentation/debugging]
731         Varargs documentation added, debugging hints updated.
733         * [if1632/crtdll.spec][misc/crtdll.c][misc/Makefile.in]
734         Started to implement CRTDLL.
736         * [if1632/wsock32.spec]
737         Some thunks to standard libc functions (structures have the same
738         elements, but perhaps wrong offset due to packing).
740         * [include/kernel32.h][include/windows.h][win32/*.c][loader/main.c]
741         Merged kernel32.h into windows.h.
743         * [misc/lstr.c]
744         Enhanced FormatMessage().
746         * [misc/main.c] [if1632/kernel.spec] [include/windows.h]
747         GetVersion() updated to new naming standard.
748         Changed language handling to support language ids.
750         * [misc/shell.c]
751         Enhanced FindExecutable, so it finds files in the search path too.
753         * [win32/environment.c]
754         GetCommandLine* updated.
756         * [loader/resource.c] [loader/pe_resource.c]
757         FindResourceEx32* added.
758         Loading of messagetables added.
759         Language handling now uses Wine default language id.
761 ----------------------------------------------------------------------
762 Sun Aug  4 18:18:48 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
764         * [controls/scroll.c]
765         Attempted to implement undocumented scroll-bar messages.
767         * [tools/build.c] [include/callback.h] [windows/winproc.c]
768         CallTo16_* functions now get DS from the previous 16-bit stackframe.
770         * [if1632/thunk.c] [include/callback.h]
771         Added thunks to implement callbacks for the emulator. Now all the
772         Enum* functions always take a real function pointer even in the
773         emulator.
774         
775         * [loader/builtin.c]
776         Removed binary search in BUILTIN_GetEntryPoint32(), as it didn't
777         work with NULL entry points. Using linear search now.
779         * [loader/module.c]
780         Implemented IsSharedSelector().
782         * [loader/task.c]
783         Changed SwitchStackTo/Back to use the instance data to store the
784         previous stack instead of the TDB. Also copy the local variables
785         onto the new stack.
786         Added GetExeVersion() and SetTackSignalProc().
787         Implemented SetSigHandler().
789 Sat Aug  3 22:19:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
791         * [controls/menu.c]
792         "Fixed" problem in deleting menus where win32 could get into an
793         endless loop when it crashed. I think I've fixed the symptoms, not
794         the original problem so it might be worth further investigation.
796         * [debugger/registers.c]
797         Added missing #ifdefs on FS_REG and GS_REG, needed for FreeBSD to
798         compile wine properly.
800         * [files/dos_fs.c]
801         Made DOSFS_Hash and DOSFS_Match non-static so they can be called
802         from win32/findfile.c (q.v.).
804         * [if1632/gdi32.spec]
805         Added SetMapMode (call existing function)
807         * [if1632/kernel32.spec]
808         Added FindFirstFileA and SetFileAttributesA.
810         * [if1632/user32.spec]
811         Added BringWindowToTop, CreatePopupMenu, GetKeyState, GetParent,
812         IsDlgButtonChecked (call existing functions) and IsDialogMessageA,
813         UnhookWindowsHookEx.
815         * [win32/file.c]
816         Added stub function SetFileAttributes32A. It's a stub because I
817         can't really work out what this function should do with most
818         attributes in a Unix environment. Anyone care to expand it?
820         * [win32/findfile.c]
821         New file. Initial stab at FindFirstFile. This doesn't work as
822         specified yet, though a lot of the groundwork is there. I haven't
823         time to work on this for the next month, so if anyone wants to pick
824         it up and run with it please do.
826         * [win32/memory.c]
827         Removed malloc.h from includes (covered by stdlib.h include, and
828         gets rid of a warning in FreeBSD).
830         * [win32/newfns.c]
831         UnhookWindowsHookEx32A stub added.
833         * [win32/user32.c]
834         Added implementation of IsDialogMessage32A.
836         * [windows/dialog.c]
837         IsDlgButtonChecked now calls SendDlgItemMessage32A instead of
838         SendDlgItemMessage16.
840 Sat Aug  3 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
842         * [windows/graphics.c]
843         Removed rectangle checking (conflicted with nonstandard
844         mapping modes). 
846         * [windows/dialog.c]
847         Added check for child-style dialogs to DS_ABSALIGN
848         coordinate conversion.
850         * [objects/color.c]
851         Cleaned up misc. bits
853 Thu Aug  1 10:51:45 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
855         * [windows/focus.c] [windows/event.c] [windows/win.c]
856           [windows/defdlg.c]
857         Fixes to focusing and activation.
859         * [windows/defdlg.c]
860         Properly(?) handle DM_GETDEFID.
862         * [controls/combo.c]
863         Handle CB_FINDSTRINGEXACT, CB_SETEDITSEL, CB_GETEDITSEL.
864         CBCheckSize: Adjust edit position.
866 Tue Jul 30 09:46:36 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
868         * [files/file.c] [include/file.h] [loader/module.c] [loader/ne_image.c]
869         Pass HFILEs instead of unix-fds to self-loader code.
871 Mon Jul 29 21:48:25 1996  Albrecht Kleine  <kleine@ak.sax.de>
873         * [include/metafile.h] [objects/metafile.c] [objects/text.c]
874         Implemented handling of some new metafile records (META_...)
875         in PlayMetaFileRecord(), rewrite of 'case META_EXTTEXTOUT'.
876         Added functions like MF_StretchBlt() for usage in metafiles.
877         Minor bugfix in CopyMetafile().
879         * [objects/bitmap.c][objects/dib.c]
880         Added check for metafile-DC in Bitmap and DIB functions:
881         CreateCompatibleBitmap() etc.
883 ----------------------------------------------------------------------
884 Sun Jul 28 17:57:19 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
886         * [loader/task.c] [include/task.h]
887         Implemented SwitchStackTo()/SwitchStackBack().
889         * [include/wintypes.h] [loader/main.c]
890         Added __winelib variable to distinguish between emulator and
891         library at run-time. Later on, this should avoid some
892         recompilations when building Winelib.
894         * [windows/property.c]
895         Implemented Win32 functions for window properties.
897 Fri Jul 26 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
899         * [controls/listbox.c]
900         Implemented LBS_SORT style, WM_COMPAREITEM, and WM_DELETEITEM
901         messages.
903         * [controls/menu.c]
904         Call TranslateMessage() to enable shortcuts (on WM_CHAR).
906         * [include/cursoricon.h]
907         Moved #pragma pack(1) back to where it belongs.
909         * [objects/palette.c]
910         RealizeDefaultPalette() maps to system colors only.
911         Do not broadcast palette notifications when in TrueColor.
913         * [objects/color.c] [include/palette.h]
914         Miscellaneous optimizations. Had to fix several
915         "improvements" made to my patch for previous release.
917         * [objects/dib.c]
918         Reverse dib bits order for 24-bit SetDIBits().
920         * [objects/dc.c]
921         GetDeviceCaps() does not return RC_PALETTE when in TrueColor.
923         * [windows/scroll.c]
924         Scroll update region too.
926         * [windows/message.c]
927         Include QS_MOUSE into the event mask for nonclient mouse
928         message filter. Fixes problems with Word 6 freezing when
929         mouse hits nonclient area.
931         * [windows/win.c] 
932         Allow top-level windows to be linked as HWND_TOP in CreateWindow().
934         * [windows/winpos.c] [windows/mdi.c]
935         Attempt to fix control menu duplication.
937 Fri Jul 26 09:49:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
939         * [files/drive.c]
940         GetDriveType32A(): return value for CDROM fixed.
942         * [files/file.c]
943         SearchPath* added.
945         * [if1632/gdi32.spec] [objects/brush.c]
946         SetBrushOrgEx() added.
948         * [loader/pe_resource.c]
949         If even loading the default entry fails, we just use the first
950         entry from the resource directory.
952         [loader/task.c]
953         SetSigHandler() stub added, Paradox 4.5 now starts up.
955         * [misc/comm.c] [include/windows.h] [if1632/kernel32.spec]
956         COMM functions updated to win32, not complete.
958         * [misc/lstr.c]
959         FormatMessageA partially implemented.
961         * [include/miscemu.h] [memory/selector.c]
962           [memory/global.c] [miscemu/dosmem.c]
963         DOS memory handling changed: 1MB preallocated block, real-mode
964         segment handling possible, SetSelectorBase into lower physical 1MB
965         possible.
967         * [miscemu/dpmi.c]
968         Real-mode segments changed, real-mode int 21,ax=6506 added.
969         AX=0x0303 added.
971         * [multimedia/time.c]
972         Fixed bug in killTimer.
974         * [objects/bitmap.c]
975         LoadImageA partially implemented.
977 Wed Jul 24 18:20:24 1996  Albrecht Kleine  <kleine@ak.sax.de>
979         * [include/dde_mem.h][include/dde_proc.h]
980           [ipc/dde_atom.c][ipc/dde_proc.c][windows/message.c]
981           [ipc/generic_hash.h][library/miscstubs.c]
982         Changes for error free compilation using "--with-ipc":
983         replaced some names with *16-equivalent (e.g. MSG to MSG16),
984         modified prototype of function DDE_GlobalFree() .
986         * [objects/palette.c]
987         Added check for metafile-DC in GDISelectPalette(),
988         GDIRealizePalette(),RealizeDefaultPalette() and
989         IsDCCurrentPalette().
991 Tue Jul 23 22:46:53 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
993         * [controls/edit.c]
994         EDIT_WM_Create: Don't EDIT_EM_ReplaceSel if created with lParam = "",
995         fixes Winhelp.
997         * [windows/dialog.c]
998         DIALOG_CreateIndirect: Initialise dlgProc before creating children.
1000 ----------------------------------------------------------------------
1001 Wed Jul 17 16:10:16 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1003         * [configure.in]
1004         Generate include/config.h instead of putting everything on the
1005         command-line.
1006         Removed -with-malloc-debug option (not useful for end users
1007         anyway).
1008         Added check for memmove().
1010         * [include/wintypes.h] [*/Makefile.in]
1011         Added definition of __WINE__ symbol when compiling Wine code
1012         (emulator or library) as opposed to user programs.
1014         * [debugger/editline.c] [debugger/readline/*]
1015         Moved all the readline code into debugger/editline.c. Removed the
1016         readline subdirectory.
1018         * [files/profile.c]
1019         Added PROFILE_GetWineIniInt().
1021         * [include/stackframe.h] [loader/task.c]
1022         The 16-bit stackframe now also exists for Winelib (even though it
1023         only ever contains one frame).
1025         * [loader/module.c]
1026         Added function MODULE_CreateDummyModule() to create a dummy Win16
1027         module for Winelib and Win32.
1029         * [memory/ldt.c]
1030         Make sure the ldt entry contents will be acceptable for the Linux
1031         kernel.
1033         * [memory/selector.c]
1034         Fixed SetSelectorLimit() when the limit is in pages.
1036         * [misc/port.c]
1037         Added memmove().
1039         * [miscemu/dpmi.c]
1040         Clear the segment registers that contain the selector being freed
1041         in int31/ax=0001.
1042         Added missing break after SelectorAccessRights call.
1044         * [win32/struct32.c]
1045         Added conversions for MDICREATESTRUCT.
1047         * [windows/winproc.c]
1048         Added message conversions for WM_MDICREATE.
1050 Tue Jul 16 19:46:24 1996  Pavel Kankovsky <KAN@frode.dcit.cz>
1052         * [windows/class.c]
1053         Added GetExePtr() call in CLASS_FindClassByAtom().
1055 Mon Jul 15 17:49:38 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1057         * [if1632/*.spec]
1058         Some more trivial specs added.
1060         * [if1632/gdi32.spec] [objects/font.c][windows/dialog.c]
1061         CreateFont32* added, changed to new naming std.
1063         * [include/windows.h] [include/mmsystem.h] [include/wintypes.h]
1064         Some defines/types added.
1066         * [win32/thread.c]
1067         TlsSetValue() returns boolean.
1069         * [win32/resource.c] [loader/pe_resource.c] [loader/resource.c]
1070           [controls/menu.c] [objects/bitmap.c]
1071         Cleanup of the resource functions, mostly changes to new naming
1072         standard and fixing of argument types so that they agree with the
1073         win16/win32 API.
1075 Thu Jul 11 15:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1077         * [windows/winpos.c]
1078         ShowWindow() fixes.
1080         * [windows/mdi.c]
1081         Fix reversed LPARAM in WM_MDIACTIVATE.
1083         * [wine.ini]
1084         New option AllocSystemColors tells Wine how many colors to grab
1085         from the system colormap.
1087         * [objects/bitblt.c] [objects/dc.c]
1088         Fixed pink garbage over Word buttons in PseudoColor. Added
1089         optional DSTINVERT shortcut for faster text selection.
1091         * [misc/wsprintf.c]
1092         Skip bogus segmented pointers in wsvnprintf16(). 
1094         * [objects/gdiobj.c]
1095         Added palette handling to UnrealizeObject(). 
1097         * [objects/color.c] [objects/palette.c] [windows/dce.c]
1098         Wine gets palette manager with support for more than 20 colors. 
1099         Only PseudoColor and TrueColor visuals tested so far.
1101         * [windows/winpos.c] [windows/win.c] 
1102         Set X size hints for WS_EX_DLGMODALFRAME windows (no resize) and
1103         use XReconfigureWMWindows() instead of XConfigureWindow() in
1104         managed mode.
1106         * [memory/global.c]
1107         Do not allocate more than 640K of DOS memory.
1109         * [misc/main.c]
1110         Do not allow -desktop and -managed together.
1112 ----------------------------------------------------------------------
1113 Fri Jul 12 17:43:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1115         * [controls/scroll.c]
1116         Use Win32 heap functions to allocate scroll-bar info structure.
1118         * [debugger/dbg.y] [debugger/registers.c]
1119         Added support for FS and GS segment registers.
1120         Check that segment registers value are OK before returning from
1121         the signal handler.
1123         * [tools/build.c] [if1632/relay.c] [loader/builtin.c]
1124         Changed relay debugging for Win32 function: the relay code now
1125         passes the entry point address instead of the function name.
1127         * [tools/build.c] [miscemu/*.c]
1128         Added support for data entry points in Win32 DLLs.
1129         Added 'cdecl' function type for Win32.
1130         For 'register' function, the relay code now passes a pointer to
1131         the SIGCONTEXT structure.
1132         
1133         * [include/registers.h] [include/wine.h]
1134         Moved SIGCONTEXT structure definition in registers.h.
1136         * [loader/pe_image.c]
1137         Don't die at once if some Win32 entry points cannot be found, but
1138         set them to NULL, just like we do for Win16. This allows some
1139         programs to go further before crashing.
1141         * [loader/task.c] [loader/main.c]
1142         Moved global initializations from InitTask() to MAIN_Init(), as
1143         they no longer need a task context with the new SEGPTR heap functions.
1145         * [memory/string.c]
1146         Added lstrcpynAtoW and lstrcpynWtoA; not real API functions, but
1147         very convenient.
1149         * [windows/graphics.c]
1150         Partially implemented DrawEdge().
1152         * [windows/timer.c] [windows/caret.c]
1153         Implemented Win32 timer handling. Updated caret management to use
1154         Win32 timers (avoids having to use a Win16 callback).
1156         * [windows/win.c]
1157         Prevent programs from setting some style bits with
1158         SetWindowLong(). This should fix some BadMatch crashes.
1159         Link new windows at the end of the linked list.
1161         * [windows/winpos.c]
1162         Don't try to activate a child window in ShowWindow().
1164         * [windows/winproc.c]
1165         Added a 32->32 thunk to support Ansi-Unicode translation.
1167 Wed Jul 10 22:11:12 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1169         * [files/directory.c]
1170         Additional (undocumented) return value for GetTempDrive() added.
1172         * [files/dos_fs.c] [files/file.c] [include/windows.h]
1173         GetTempFileName32* added.
1174         GetShortPathName* added.
1176         * [memory/string.c]
1177         Win16 lstrcpy() can get NULL ptrs as argument and survive.
1179         * [misc/lzexpand.c]
1180         LZOpenFile(): also try opening with compressed filename if normal
1181         open fails.
1183         * [misc/ole2nls.c] [misc/lstr.c] [include/windows.h]
1184         Char* added.
1185         CompareString* added.
1187 Sun Jul  7 01:22:14 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1189         * [objects/font.c] [if1632/gdi32.spec]
1190         CreateFontIndirect32A and CreateFontIndirect32W added.
1192         * [misc/ole2nls.c]
1193         GetUserDefaultLCID return values updated for new languages.
1194         Finnish support added for GetLocaleInfoA.
1196         * [object/palette] [gdi32.spec]
1197         RealizePalette32 and SelectPalette32 added.
1198         
1199 Sat Jul  6 17:27:30 1996  Ronan Waide  <root@waider.ie>
1201         * [misc/shell.c]
1202         Fixup for SHELL_FindExecutable so that File->Run from progman
1203         works once more. Still needs some more fixups - grep for FIXME in
1204         this file.
1206 ----------------------------------------------------------------------
1207 Fri Jul  5 16:27:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1209         * [controls/desktop.c]
1210         Use Windows file I/O routines to load the desktop bitmap.
1212         * [files/file.c]
1213         Implemented RemoveDirectory* and DeleteFile*.
1215         * [include/wine.h]
1216         Added SIGCONTEXT typedef to replace #define sigcontext_struct.
1218         * [loader/task.c]
1219         Fixed initial breakpoint setting for Win32 tasks.
1221         * [misc/wsprintf.c]
1222         Ignore Unicode formats for wsprintf16().
1224         * [objects/font.c]
1225         Implemented Win32 version of GetTextMetrics.
1227         * [windows/winproc.c] [windows/win.c] [windows/class.c]
1228           [windows/dialog.c]
1229         Modified windows procedures to use thunks, to ensure that the
1230         procedure can be called directly from the Windows program.
1232         * [windows/win.c]
1233         Added function WIN_BuildWinArray() to make it easier to enumerate
1234         windows. Implemented Win32 version of EnumWindows() and friends.
1236 Fri Jul  5 11:56:22 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
1238         * [controls/button.c] [windows/win.c]
1239         Operator precedence fixes.
1241         * [controls/edit.c]
1242         Implemented ES_PASSWORD, ES_LOWERCASE and ES_UPPERCASE styles.
1243         Fixed word wrap with long words.
1245         * [debugger/debug.l]
1246         New alias "where" for command "backtrace".
1248         * [if1632/gdi.spec]
1249         Corrected parameter of ExtTextOut.
1251         * [loader/module.c]
1252         Corrected printing of table of modules.
1254         * [misc/spy.c]
1255         Removed superfluous \n in message name.
1257         * [windows/message.c]
1258         Declared MSG_SendMessage as static.
1259         Changed parameter of DirectedYield() from queue handle to task handle.
1260         Removed warning mesages for argument of printf.
1262         * [windows/nonclient.c]
1263         Added the flag DT_NOPREFIX when drawing window titles.
1265         * [windows/win.c]
1266         WIN_WalkWindows now prints the invalid window handle.
1267         Added a warning if Get-/SetWindowWord/-Long gets an invalid offset.
1269         * [windows/winproc.c]
1270         Allows creating dialog windows with NULL as dialog function.
1272 Wed Jul  3 09:26:41 1996  Andrew Lewycky <plewycky@oise.utoronto.ca>
1274         * [windows/event.c]
1275         EVENT_key: Fixes to VK_ code generation for space bar and
1276         punctuation.
1278         * [files/file.c]
1279         GetTempFileName: first character in temporary name is "~".
1281         * [memory/heap.c]
1282         HEAP_MakeInUseBlockFree now frees the whole subheap if possible.
1284         * [objects/text.c]
1285         ExtTextOut16(): handle NULL lpRect and ETO_OPAQUE.
1287         * [misc/driver.c]
1288         Removed some bugs and reformatted. Actually loads drivers now.
1290         * [include/callback.h]
1291         Added CallDriverProc() and CallWindowsExitProc().
1293         * [loader/module.c]
1294         MODULE_CallWEP(): new function.
1296         * [misc/lzexpand.c]
1297         LZSeek(): return new pointer, not old one.
1299         * [misc/ver.c]
1300         find_ne_resource(): fixed dependence on LZSeek() bug.
1301         GetFileResource(): initialize reslen before using it.
1303         * [windows/class.c]
1304         SetClassWord(): add missing else.
1306         * [objects/font.c]
1307         lpFontList is now MAX_FONTS+1. It used to overwrite the array.
1308         InitFontList: allocate one huge array of structures.
1309         FONT_MatchFont: uppercase the face name.
1311 Thu Jun 27 12:41:40 1996  Bruce Milner <bruce@genetics.utah.edu>
1313         * [memory/heap.c]
1314         Fixed a typo in HeapReAlloc().
1316 Tue Jun 25 22:22:03 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1318         * [files/directory.c] [files/drive.c] [if1632/kernel.spec]
1319           [if1632/kernel32.spec] [if1632/shell.spec] [include/windows.h]
1320         GetTempPath* added
1321         GetDriveType* fixed, updated to NewNameStandard.
1322         GetCurrentDirectory* fixed (needs to prepend X:\).
1324         * [controls/listbox.c]
1325         Missing NULL check added.
1327         * [if1632/winmm.spec] [loader/builtin.c]
1328         winmm.dll (32bit mmsystem equivalent) specs added.
1330         * [memory/string.c] [if1632/kernel32.spec] [include/windows.h]
1331         Rtl{Move,Zero,Fill}Memory added.
1333         * [misc/registry.c]
1334         Some NULL ptr dereference bugs fixed.
1336         * [multimedia/mcicda.c][multimedia/mcistring.c][multimedia/mmsystem.c]
1337         Check for NULL ptr.
1338         Fill mciOpenDrv when mixing mciOpen and mciSendString("open ..").
1339         Aliasing should work for all MCI devices.
1341         * [windows/win.c]
1342         Allow passing invalid window handles to CloseWindow().
1344 Tue Jun 25 20:02:15 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1346         * [files/directory.c] [if1632/kernel32.spec]
1347         GetSystemDirectory32A and GetSystemDirectory32W added.
1349         * [misc/main.c] [if1632/kernel32.spec]
1350         Beep and SetEnvironmentVariable32W added.
1352 ----------------------------------------------------------------------
1353 Wed Jun 19 14:49:27 1996  Marcus Meissner <msmeissn@faui45.informatik.uni-erlangen.de>
1355         * [files/drive.c] 
1356         GetFreeDiskSpace*, GetVolumeInformation* added.
1358         * [files/file.c]
1359         FlushFileBuffers, CreateDirectory* added.
1361         * [include/winbase.h] [include/windows.h]
1362         Prototypes, defines added and fixes.
1364         * [if1632/kernel32.spec] [include/resource32.h]
1365           [win32/cursoricon32.c] [win32/resource.c] [windows/dialog.c]
1366         Fixes to resource handling.
1368         * [if1632/kernel.spec] [if1632/kernel32.spec] [if1632/user32.spec]
1369         Specs for implemented functions added
1370         Some thunks to functions which are same as win16 equivalents.
1372         * [loader/task.c]
1373         GetAppCompatFlags() added.
1375         * [misc/registry.c]
1376         One missing else added, small hack to RegQueryValue16().
1378         * [win32/file.c]
1379         GetFileAttributesA() fixed (was using DOS path as UNIX path).
1381 Tue Jun 18 21:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1383         * [loader/ne_resource.c]
1384         Fixed FreeResource() return value.
1386         * [objects/text.c]
1387         Fixed a bug in ExtTextOut() that was causing overlapped characters
1388         in WinWord.
1390         * [windows/winpos.c]
1391         SWP_FRAMECHANGED for top-level windows now invalidates client
1392         area as clock.exe wants.
1394 Tue Jun 18 11:30:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
1396         * [controls/listbox.c]
1397         Mini bugfix: 'revival' of missing scrollbar in listboxes.
1399 Mon Jun 17 20:27:41 1996  Robert Pouliot <krynos@clic.net>
1401         * [resources/sysres_Fr.rc] [resources/TODO]
1402         Made changes for Choose_Font dialog.
1404 ----------------------------------------------------------------------
1405 Sun Jun 16 16:51:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1407         * [memory/heap.c]
1408         Fixed bug in HeapRealloc (thanks to Bruce Milner).
1410         * [misc/wsprintf.c]
1411         Fixed argument size for %c format in wsprintf16().
1413         * [objects/dc.c]
1414         Don't free hFirstBitmap for saved DCs.
1416         * [windows/event.c]
1417         Added timer handling in EVENT_WaitXEvent().
1419         * [windows/message.c]
1420         In MSG_TranslateMouseMsg and MSG_TranslateKbdMsg, check if the
1421         event is for the current task; if not, wake the other task.
1423         * [windows/queue.c] [include/queue.h]
1424         Added 'self' handle in queue structure.
1426         * [windows/timer.c]
1427         Added TIMER_ExpireTimers() function to mark expired timers and
1428         wake up the corresponding tasks.
1430 Thu Jun 13 01:46:33 EDT 1996  William Magro <wmagro@tc.cornell.edu>
1432         * [windows/mapping.c]
1433         First point in list was mapped multiple times in DPtoLP and
1434         LPtoDP.  Other points were not mapped.
1436 Wed Jun 12 18:08:45 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1438         * [misc/shell.c]
1439         Some fixes for ExtractIcon function family.
1441         * [documentation/user_module]
1442         Chapter about windowing and messaging subsystems.
1444 ----------------------------------------------------------------------
1445 Tue Jun 11 15:20:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1447         * [debugger/break.c] [loader/signal.c]
1448         Fixed breakpoints in 32-bit code.
1450         * [include/windows.h]
1451         Added many more Win32 versions of standard structures.
1453         * [include/winreg.h] [misc/registry.c]
1454         Moved private types into registry.c.
1456         * [memory/string.c] (New file)
1457         Moved most string functions from misc/lstr.c; added Win32 version
1458         of all functions.
1460         * [misc/wsprintf.c]
1461         Implemented Win32 wsprintf functions.
1463         * [objects/bitmap.c]
1464         Implemented Win32 bitmap functions.
1466         * [windows/dialog.c]
1467         Don't set dialog procedure before the controls are created. This
1468         avoids a crash in Winhelp.
1470 Tue Jun 11 14:10:06 1996 Martin von Loewis <loewis@informatik.hu-berlin.de>
1472         * [controls/menu.c] [if1632/user.spec] [windows/message.c]
1473         Replace PeekMessage with PeekMessage16.
1475         * [if1632/kernel32.spec][misc/main.c]
1476         GetVersion32,GetVersionEx32A,GetVersionEx32W: new functions.
1477         MAIN_ParseVersion: new function, new command line option -winver.
1478         GetVersion: modified to take command line argument into account.
1480         * [if1632/kernel32.spec] [win32/process.c]
1481         FreeLibrary32: new function.
1482         TlsAlloc: initialize Tls to zero.
1483         InterlockedIncrement,InterlockedDecrement,InterlockedExchange: new
1484         functions.
1486         * [if1632/kernel32.spec]
1487         SetErrorMode,GetActiveWindow: new relays to existing functions.
1489         * [if1632/kernel32.spec][win32/user32.c]
1490         PeekMessage32A,PeekMessage32W: new functions.
1492         * [include/struct32.h][include/windows.h]
1493         Moved MSG32 to windows.h.
1494         Renamed MSG to MSG16.
1495         Modified prototypes to use MSG16
1497         * [include/winbase.h]
1498         OSVERSIONINFO32A,OSVERSIONINFO32W: new structures.
1500 Sun Jun  9 20:53:30 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1502         * [if1632/Makefile.in] [loader/builtin.c]
1503         version.dll,lz32.dll added.
1505         * [include/lzexpand.h] [if1632/lz32.spec] [if1632/lzexpand.spec]
1506           [misc/lzexpand.c]
1507         lz32.dll added.
1508         Modified to new function naming standard.
1510         * [include/ver.h] [if1632/ver.spec] [if1632/version.spec] [misc/ver.c]
1511         version.dll added (win32 version of ver.dll).
1512         Modified to new function naming standard.
1513         Use registry to look up a LOCALE langids too.
1514         (VerInstallFile,VerFindFile still stubs)
1516 Fri Jun  7 20:40:20 1996  Albrecht Kleine  <kleine@ak.sax.de>
1518         * [files/file.c]
1519         Added a warning if GetTempFileName() gets a bad drive parameter.
1521         * [misc/commdlg.c]
1522         Changed file listbox color to gray in SaveFile dialog 
1523         (just like Windows does this).
1525 ----------------------------------------------------------------------
1526 Wed Jun  5 20:13:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1528         * [controls/button.c] [controls/listbox.c]
1529         Fixed wParam of WM_DRAWITEM message.
1531         * [if1632/Makefile.in] [loader/builtin.c]
1532         Remove WPROCS32 DLL, as the relay code can call Wine routines
1533         directly.
1535         * [loader/module.c] [loader/ne_image.c]
1536         Fixed initial stack layout for self-loading modules.
1538         * [tools/build.c]
1539         Fixed data segment building for Win16 modules.
1541         * [windows/defdlg.c]
1542         Implemented Win32 versions of DefDlgProc().
1544         * [windows/dialog.c]
1545         Merged Win16 and Win32 dialog code.
1546         Added support for control extra data in dialog item template.
1548         * [windows/win.c]
1549         Unified Win16 and Win32 versions of CreateWindow().
1550         Implemented Win32 version of GetWindowLong().
1552         * [windows/winproc.c]
1553         Changed the implementation of window procedures, so that 16-bit
1554         winprocs are valid segmented pointers.
1556 Sun Jun  2 16:39:46 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1558         * [misc/registry.c]
1559         Fixed another bug in the w95 loader. Quietened some debug output.
1561 Sun Jun  2 10:00:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1563         * [windows/winproc.c]
1564         Bug fix: WM_PARENTNOTIFY: don't fall through to WM_SETTEXT.
1566 Sat Jun  1 12:37:22 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1568         * [resources/TODO] [resources/sysres_It.rc]
1569         Updated font dialog box.
1571 Thu May 30 21:05:19 1996  Albrecht Kleine  <kleine@ak.sax.de>
1573         * [include/commdlg.h] [misc/commdlg.c]
1574         ChooseFont() and ChooseColor(): 
1575         Bugfixes and added more support for some CF_* and CC_* flags: 
1576         dialog templates and font size control.
1577         Bugfix in structure definition of CHOOSECOLOR definition.
1579         * [ipc/dde_proc.c] [windows/event.c]
1580         Replaced SendMessage with SendMessage16 and added inclusion of
1581         dde_proc.h for error-free compilation of ipc module.
1583 Thu May 30 19:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
1585         * [windows/scroll.c]
1586         Made ScrollDC to save/restore current clipping region.
1588         * [misc/clipboard.c] [windows/event.c]
1589         Implemented most of the previously missing features (not tested), 
1590         improved text pasting from/to X. 
1592         * [if1632/user.spec] [if1632/gdi.spec] [objects/dc.c]
1593           [objects/gdiobj.c] [objects/clipping.c] [windows/dce.c]
1594           [windows/winpos.c] [windows/painting.c]
1595         Updated DCE code, implemented dynamic invalidation of owned DCs.
1596         This fixes a lot of problems with scrolling in WinWord. Not
1597         sure about the effect on -desktop.
1599 Wed May 29 23:35:44 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1601         * [win32/time.c] [if1632/kernel32.spec]
1602         Added SetSystemTime and SetTimeZoneInformation.
1604         * [if1632/kernel32.spec]
1605         Added lstrcat, lstrcatA, lstrcmp, lstrcmpA, lstrcpy, lstrlen.
1607         * [include/windows.h]
1608         Added SYSTEM_POWER_STATUS structure and prototypes for
1609         GetSystemPowerStatus, SetSystemPowerState, SetSystemTime.
1611         * [include/kernel32.h]
1612         Added a prototype for SetTimeZoneInformation.
1614         * [win32/environment.c] [if1632/kernel32.spec]
1615         Added GetSystemPowerStatus and SetSystemPowerState stubs.
1617 ----------------------------------------------------------------------
1618 Tue May 28 19:36:36 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1620         * [controls/combo.c]
1621         Destroy the listbox and edit control when destroying the
1622         combo. This should prevent crashes on application exit.
1624         * [misc/system.c] [if1632/system.spec]
1625         Implemented InquireSystem().
1627         * [loader/task.c] [windows/message.c] [windows/queue.c]
1628         First attempt at inter-task SendMessage(). Still has a lot of
1629         problems.
1631 Tue May 28 14:26:04 1996  Peter Bajusz  <hyp-x@inf.bme.hu>
1633         * [windows/mdi.c]
1634         Fixed MDITile with iconic children.
1636 Mon May 27 20:28:18 1996  Albrecht Kleine  <kleine@ak.sax.de>
1638         * [misc/commdlg.c]
1639         ChooseFont dialog:
1640         - complete rewrite of FontFamilyEnumProc() and FontStyleEnumProc()
1641           not real available font types (e.g. "Bold") can not selected
1642         - supporting more CF_LIMITSIZE- and CF_...ONLY- flags
1644         * [objects/font.c]
1645         In FONT_MatchFont perform check if "lfFaceName" is family from X11
1646         only if "lfFaceName" is a windows font family then do a call of
1647         FONT_TranslateName() : this results in better font selections in 
1648         ChooseFont() or applications like charmap.exe or write.exe.
1649         Added a ParseFontParms() call if necessary in function 
1650         FONT_MatchFont(): we need a font name as basis for GetTextFace() 
1651         even if there isn't one...
1653         * [resources/TODO]
1654         Inventory of resource translations in sysres_??.rc
1656 Fri May 24 16:33:28 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1658         * [misc/registry.c]
1659         _w95_loadreg: use offset to determine next RGDB position too.
1661 Thu May 23 19:35:38 1996  Greg Kreider <kreider@natlab.research.philips.com>
1663         * [controls/combo.c]
1664         Fixed size of combo, lbox, and button (lb sometimes off by 2 pixels).
1666         * [misc/main.c]
1667         Result of option "-fixedmap" is to turn flag on.
1669 Thu May 23 19:15:41 1996  Ronan Waide  <root@waider.ie>
1671         * [misc/shell.c]
1672         ShellExecute and FindExecutable now both use common code to
1673         determine the required executable file.
1675 ----------------------------------------------------------------------
1676 Tue May 21 14:06:07 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1678         * [controls/button.c]
1679         Made ButtonWndProc a 32-bit window procedure.
1681         * [controls/desktop.c]
1682         Made DesktopWndProc a 32-bit window procedure.
1683         Added handling of WM_SETCURSOR.
1685         * [controls/menu.c]
1686         Allocate menu items and strings on the 32-bit system heap.
1687         Implemented Win32 versions for ChangeMenu, InsertMenu, ModifyMenu,
1688         AppendMenu and LoadMenuIndirect.
1690         * [controls/widgets.c]
1691         Added possibility to have 32-bit built-in classes.
1693         * [files/drive.c]
1694         Implemented GetLogicalDrive() and GetLogicalDriveStrings().
1696         * [misc/spy.c] [include/spy.h]
1697         Added support for spying Win32 messages.
1699         * [loader/builtin.c]
1700         Fixed bug in -dll option parsing.
1702         * [memory/local.c]
1703         Added back the change by Huw D. M. Davies to free the block in
1704         LocalRealloc() before allocating the new one.
1706         * [objects/bitmap.c] [objects/cursoricon.c] [objects/oembitmap.c]
1707         Fixed bug in bitmap size that caused memory corruption for 24bpp.
1709         * [windows/defwnd.c]
1710         Implemented Win32 version of DefWindowProc().
1712         * [windows/dialog.c]
1713         Implemented Win32 version of SendDlgItemMessage,
1714         Get/SetDlgItemText and Get/SetDlgItemInt.
1716         * [windows/mdi.c]
1717         Implemented Win32 version of DefFrameProc() and DefMDIChildProc().
1718         Don't make a copy of the OBM bitmaps for every MDI window.
1720         * [windows/message.c]
1721         Implemented Win32 version of SendMessage().
1722         
1723         * [windows/winproc.c] [windows/class.c] [windows/win.c]
1724         New scheme for 32-bit window procedures to replace aliases. All
1725         32-bit window procedure get a 16-bit address pointing to a
1726         WINDOWPROC structure.
1727         Implemented Ansi<->Unicode translation for CallWindowProc().
1728         Added translation of WM_DRAWITEM between Win16 and Win32.
1730         * [windows/win.c] [include/callback.h]
1731         Added ugly hack to build CREATESTRUCT on the stack when sending
1732         WM_NCCREATE.
1733         Implemented Win32 version of Get/SetWindowWord/Long and
1734         Get/SetWindowText.
1735         
1736 Fri May 17 10:20:16 1996  Albrecht Kleine  <kleine@ak.sax.de>
1738         * [controls/button.c]
1739         Avoid gray text on gray background in disabled push buttons
1740         using a b/w raster and some raster operations (PatBlt,BitBlt).
1742         * [objects/text.c]
1743         DrawText(): don't draw an underbar anymore if DT_CALCRECT is set.
1745 ----------------------------------------------------------------------
1746 Thu May 16 13:35:31 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1748         * [*/*.c]
1749         Renamed RECT, POINT and SIZE structures to RECT16, POINT16 and
1750         SIZE16. Implemented Win32 version of most functions that take
1751         these types as parameters.
1753         * [configure]
1754         Patched autoconf to attempt to correctly detect -lnsl and
1755         -lsocket. Please check this out.
1756         
1757         * [controls/button.c]
1758         Added support for Win32 BM_* messages.
1760         * [controls/menu.c]
1761         Avoid sending extra WM_MENUSELECT messages. This avoids crashes
1762         with Excel.
1764         * [memory.heap.c] [include/heap.h]
1765         Added support for SEGPTRs in Win32 heaps. Added a few macros to
1766         make using SEGPTRs easier. They are a bit slower than MAKE_SEGPTR,
1767         but they work with Win32.
1769         * [memory/atom.c]
1770         Implemented Win32 atom functions.
1772         * [memory/local.c]
1773         Fixed LocalReAlloc() changes to avoid copying the whole block twice.
1775         * [win32/memory.c]
1776         Use /dev/zero instead of MAP_ANON for VirtualAlloc().
1778         * [windows/class.c]
1779         Properly implemented the Win32 class functions.
1781         * [windows/winproc.c] (New file)
1782         New file handling the message translation between Win16 and Win32.
1784 Mon May 13 18:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
1786         * [windows/mdi.c] [windows/menu.c]
1787         Improved WM_MDICREATE and WM_MDICASCADE handling.
1789         * [windows/event.c] [objects/bitblt.c]
1790         Handle GraphicsExpose event for BitBlt from screen to screen.
1792         * [windows/event.c] [windows/win.c] [windows/nonclient.c]
1793         Bunch of fixes for problems with -managed.
1795         * [windows/win.c] [windows/winpos.c]
1796         Changed conditions for WM_SIZE, WM_MOVE, and WM_GETMINMAXINFO
1797         in CreateWindow.
1799         * [windows/win.c] [windows/queue.c] [misc/user.c]
1800         Do not send WM_PARENTNOTIFY when in AppExit and call WH_SHELL
1801         on window creation/destruction.
1803         * [objects/palette.c]
1804         Crude RealizePalette(). At least something is visible in LviewPro.
1806 Sun May 12 02:05:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
1808         * [if1632/gdi32.spec]
1809         Added Rectangle (use win16 version).
1811         * [if1632/kernel32.spec]
1812         Added GetWindowsDirectoryA (use win16 GetWindowsDirectory).
1814         * [if1632/user32.spec]
1815         Added GetSubMenu, MoveWindow, SetScrollPos, SetScrollRange (use win16
1816         versions).
1817         Added SetWindowsHookExA (empty stub for now).
1819         * [include/handle32.h]
1820         Changed #include <malloc.h> to #include <stdlib.h> to prevent
1821         hate message from FreeBSD compiler.
1823         * [win32/newfns.c]
1824         Added new function SetWindowsHookEx32A (empty stub for now).
1826         * [win32/user32.c]
1827         Removed redundant debugging printf statement.
1829 Sun May 12 01:24:57 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1831         * [memory/local.c]
1832         Avoid creating adjacent free blocks.
1833         Free the block in LocalReAlloc() before allocating a new one.
1834         Fixed LocalReAlloc() for discarded blocks.
1835         
1836 Fri May 10 23:05:12 1996  Jukka Iivonen <iivonen@cc.helsinki.fi>
1838         * [resources/sysres_Fi.rc]
1839         ChooseFont and ChooseColor dialogs updated.
1841 Fri May 10 17:19:33 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1843         * [files/drive.c,if1632/kernel.spec]
1844         GetCurrentDirectory(),SetCurrentDirectory() implemented.
1846         * [if1632/advapi32.spec] [if1632/kernel.spec] [if1632/shell.spec]
1847           [include/windows.h] [include/winreg.h] [loader/main.c]
1848           [misc/main.c] [misc/shell.c] [misc/registry.c]
1849         Registry fixes:
1850         - loads win95 registry databases,
1851         - save only updated keys on default,
1852         - now adhers to the new function naming standard,
1853         - minor cleanups.
1855 Tue May 7 22:36:13 1996  Albrecht Kleine  <kleine@ak.sax.de>
1857         * [combo.c]
1858         Added WM_COMMAND-handling for interaction between EDIT and COMBOLBOX
1859         and synchronized mine with Greg Kreider's works.
1861         * [commdlg.c]
1862         Bugfix in ChooseFont: font size handling.
1864 ----------------------------------------------------------------------
1865 Mon May  6 12:56:26 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1867         * [DEVELOPERS-HINTS]
1868         Added paragraph on naming conventions for Win16/Win32/Winelib.
1870         * [controls/menu.c]
1871         Create a default system menu that is the same for all windows
1872         instead of making a copy every time.
1874         * [include/wintypes.h]
1875         Added WINELIB_NAME and DECL_WINELIB_TYPE macros.
1876         Added xx16 and xx32 definitions for most types. General clean-up.
1878         * [memory/global.c] [memory/local.c] [*/*]
1879         Renamed Global and Local heap functions to xxx16. Added all xxx32
1880         versions of the same functions.
1882         * [memory/selector.c]
1883         Mask out lower bits of selector in FreeSelector().
1885         * [misc/lstr.c]
1886         Fixed wvsprintf().
1888         * [windows/class.c]
1889         Changed the class structure to make Win32 support easier.
1891         * [windows/defwnd.c]
1892         Added handling of WM_INITMENUPOPUP for system menu to gray out
1893         invalid options.
1895         * [windows/winpos.c]
1896         Bug fix: the WINDOSPOS structure pointer in WM_NCCALCSIZE must be
1897         a SEGPTR.
1899 Sun May  5 03:51:26 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
1901         * [memory/local.c]
1902         Implementation of moveable and (rudimentary) support for
1903         discardable local memory, plus several bug fixes.
1905 Sat May  4 18:33:35 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
1907         * [include/windows.h] [windows/win.c] [if1632/user.spec] 
1908         FindWindowEx() implemented (someone reported it was missing
1909         for FrameMaker 4.1).
1911         * [if1632/kernel32.spec] [if1632/user32.spec] [win32/memory.c]
1912           [win32/resource.c]
1913         Misc small stubs/small functions which bring win95 binaries
1914         further down the road. (IsBadCodePtr, LocalReAlloc,GetCursorPos)
1915         Small fix in WIN32_LoadAcceleratorsA.
1917 Fri May  3 19:43:12 1996  Frans van Dorsselaer <dorssel@rulhm1.LeidenUniv.nl>
1919         * [controls/edit.c] [controls/EDIT.TODO]
1920         Changed / fixed some types and typecasts.
1921         Fixed the scrollbar reset after WM_SETHANDLE / WM_SETTEXT.
1922         Added heap initialization in WM_CREATE.
1924 Fri May  3 19:30:02 1996  Greg Kreider <kreider@natlab.research.philips.com>
1926         * [controls/combo.c] [controls/listbox.c]
1927         Pass WM_[HV]SCROLL to listbox, but not combo.
1928         Don't try to redraw non-existant scroll bars (changes dwStyle flags).
1929         Combo box gets border.
1930         Combo box includes button (otherwise button won't trigger dropdown).
1931         Proper border around RectButton.
1932         Check size consistancy of combo, listbox, and button after resizing 
1933         or before painting.  These routines still aren't completely correct.
1934         Localize size checks in separate routines.
1935         Listboxes are white.
1937 Thu May  2 19:21:23 1996  Albrecht Kleine  <kleine@ak.sax.de>
1939         * [controls/combo.c][include/commdlg.h][include/commdlg.c]
1940           [resources/sysres_De.rc][resources/sysres_En.rc]
1941         Introduced ChooseFont dialog, but needed some patches in 
1942         handling of comboboxes with edit controls.
1944 Tue Apr 30 00:33:27 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
1946         * [programs/winhelp/*]
1947         Added a help viewer and a simple `.hlp' to `.sgml' converter.
1949 Mon Apr 29 14:17:57 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
1951         * [resources/sysres_*.rc] [misc/shell.c]
1952         Modified size of "About" dialog boxes.
1954 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1956         * [if1632/Makefile.in][loader/builtin.c]
1957         crtdll.spec, ntdll.spec, wsock32.spec: new files.
1959         * [loader/pe_image.c]
1960         Fix error message if import by ordinal failed.
1962 ----------------------------------------------------------------------
1963 Sun Apr 28 14:32:43 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
1965         * [Makefile.in]
1966         Subdir memory is now also compiled for Winelib, in order to get
1967         the Win32 heap functions.
1969         * [if1632/Makefile.in]
1970         Renamed winprocs and winprocs32 to wprocs and wprocs32 to avoid
1971         DLL names > 8 characters.
1973         * [loader/builtin.c] (New file)
1974         Grouped all built-in DLLs code in a single file.
1976         * [memory/global.c]
1977         Use the Win32 heap code instead of malloc() to allocate linear
1978         memory. This will help test the heap code.
1980         * [memory/local.c]
1981         Fixed FreeSelector() to clear DS and ES correctly for huge blocks.
1983         * [tools/build.c] [if1632/relay.c]
1984         Removed 'id' directive in spec files. For relay debugging, the DLL
1985         entry point is now computed from the CS:IP entry point address.
1986         Added 'heap' directive to specifiy a local heap for the DLL. USER
1987         and GDI heap are now created this way.
1989         * [windows/class.c] [include/class.h]
1990         Changed the class structure to use pointers instead of handles.
1991         Changed Get/SetClassWord/Long to use a switch statement; this
1992         allows changing the layout of the CLASS structure.
1994         * [windows/win.c] [include/win.h]
1995         Use a CLASS * instead of a handle for the window class.
1997 Sat Apr 27 18:10:11 Martin von Loewis <loewis@informatik.hu-berlin.de>
1999         * [if1632/kernel32.spec] [memory/global.c]
2000           [win32/memory.c] [win32/process.c]
2001         GetProcessAffinityMask,GlobalLock,IsBadReadPtr,IsBadWritePtr,
2002         LocalLock,SetThreadAffinityMask: new relays.
2004         * [win32/cursoricon32.c]
2005         Return same handle if a cursor is loaded multiple times.
2007 Sat Apr 27 15:13:37 1996  Bang Jun Young <bangjy@nownuri.nowcom.co.kr>
2009         * [resources/sysres_Ko.rc]
2010         Added support for Korean [Ko] language.
2012 Fri Apr 26 00:49:05 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2014         * [objects/dc.c] [objects/font.c]
2015         Fixed problem with SaveDC()/RestoreDC() and font cache 'used' count.
2017         * [objects/metafile.c] [objects/dcvalues.c]
2018         Fixed broken SetTextAlign() on metafiles.
2020         * [objects/metafile.c]
2021         Delete objects in handle table at end of PlayMetaFile().
2023 Wed Apr 24 19:21:01  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2025         * [if1632/ver.spec] [misc/ver.c] [include/ver.h] (New files)
2026         VER.DLL (partially) implemented (VerFindFile,VerInstallFile)
2027         [If it doesn't work for you, use -dll -ver and report it to me]
2029         * [if1632/user32.spec] [if1632/kernel32.spec] [if1632/shell.spec]
2030           [if1632/shell32.spec] [misc/ole2nls.c] [windows/message.c]
2031           [windows/graphics.c]
2032         Simple win32 functions, where we can just use the win16 counterpart.
2033         Misc. stubs. 
2035         * [misc/lstr.c]
2036         Someone reported a _lstrlen(NULL). NULL is a valid argument. Fixed.
2038         * [misc/registry.c]
2039         Some alloclens were off by 1, one double fclose() fixed.
2040         Requesting value 0 of a key with no values returns an error 
2041         (should we always return a made up value NULL? what does win3.1?)
2043 Tue Apr 23 17:00:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2045         * [misc/shell.c]
2046         Implemented FindEnvironmentString(), DoEnvironmentSubst(),
2047         ExtractIcon(), InternalExtractIcon() and ExtractAssociatedIcon().
2049         * [misc/user.c]
2050         Do extensive cleanup on application exit.
2052         * [windows/hook.c] [windows/win.c] [windows/class.c]
2053         Added miscellaneous cleanup routines.
2055         * [controls/menu.c]
2056         More efficient popup menu window handling.
2058 Mon Apr 22 21:35:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2060         * [include/windows.h][objects/oembitmap.c][include/bitmaps/obm_trtype]
2061         Added "TT-bitmap" for later usage in a ChooseFont() ownerdraw combobox.
2063 ----------------------------------------------------------------------
2064 Sat Apr 20 23:23:16 1996  Robert Pouliot <krynos@qbc.clic.net>
2066         * [resources/sysres_Fr.rc] [resources/TODO]
2067         Made changes for Choose_Color dialog.
2069 Sat Apr 20 15:43:49 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2071         * [controls/button.c]
2072         Fixed test that got miscompiled by some old gcc versions.
2074         * [memory/local.c]
2075         Fixed the layout of handle tables so that moveable handle entries
2076         can be freed on LocalFree().
2077         Implemented LocalFlags(), LocalCountFree(), LocalHandleDelta() and
2078         GetHeapSpaces().
2080         * [misc/main.c] [ANNOUNCE]
2081         Update the list of contributors. Please let me know if I forgot
2082         someone.
2084 Fri Apr 19 20:07:20 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2086         * [controls/edit.c] [controls/EDIT.TODO]
2087         Fixed EM_SETHANDLE / WM_CREATE / EDIT_MakeFir() buffer allocation.
2088         Fixed ES_NOHIDESEL / WM_MOUSEMOVE / WM_LBUTTONDOWN implementation.
2089         Added WM_ENABLE implementation (gray text).
2090         Fixed buffer > 32767 bug.
2091         Fixed argument types / typecasting.
2092         Faster selection (re)drawing.
2094 Thu Apr 18 13:38:26 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2096         * [misc/registry.c] [include/winreg.h]
2097         Changed savefile format again to human readable/editable
2098         (UNICODE chars >0xff are specified by \uXXXX, data by XX).
2099         Has now global / local registry databases (including merging them).
2100         HKEY_CLASSES_ROOT == HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes.
2101         HKEY_CURRENT_USER == HKEY_USERS\\<loginname>.
2103         * [misc/comm.c]
2104         Allow " " as COMx: ... spec delimiter too.
2105         (AOL-CD setup.exe tries to initialize modem2 as "9600,x,x x" (can't 
2106         remember the x).
2108 Thu Apr 18 09:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2110         * [windows/mdi.c]
2111         Miscellaneous changes.
2113         * [windows/winpos.c] 
2114         Use BitBlt whenever possible in SetWindowPos.
2116         * [windows/painting.c]
2117         Fix incompatibilities with hrgnUpdate being 1.
2119 Wed Apr 17 19:19:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2121         * [misc/commdlg.c]
2122         Many bugfixes in ChooseColor dialog.
2123         Added a user defined dialog title in FileOpen-/FileSave- dialog.
2125         * [misc/commdlg.c][include/commdlg.h]
2126           [if1632/commdlg.spec][if1632/winprocs.spec]
2127         Introduced dialog-, callback- and enum- stub functions
2128         for ChooseFont dialog
2130 Wed Apr 17 19:08:38 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2132         * [objects/metafile.c] [include/metafile.h] [if1632/gdi.spec]
2133         Implemented EnumMetaFile and CopyMetaFile. Removed METAFILE struct.
2134         Implemented META_STRETCHDIB in PlayMetaFileRecord, several bug 
2135         fixes.
2137         * [windows/winpos.c]
2138         Don't try to hide the window if it's already hidden.
2140         * [windows/message.c]
2141         Let MSG_PeekHardwareMsg fill the message queue with events if
2142         it's empty.
2144 Wed Apr 17 17:54:04 1996  Tristan Tarrant <tst@sthinc.demon.co.uk>
2146         * [resources/sysres_It.rc]
2147         Updated to support the new CHOOSE_COLOR_DIALOG.
2149 Tue Apr 16 11:50:00 1996  Anand Kumria <akumria@ozemail.com.au>
2151         * [if1632/Makefile] [if1632/relay.c] [if1631/w32sys.spec]
2152           [include/w32sys.h] [include/dlls.h]
2153           [misc/Makefile] [misc/w32sys.c]
2154         W32SYS.DLL partially implemented.
2156 ----------------------------------------------------------------------
2157 Sun Apr 14 12:51:27 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2159         * [controls/menu.c] [include/dialog.h] [windows/dialog.c]
2160         Made the resource loading code always use the correct Windows
2161         layout for Winelib on other CPUs.
2163         * [include/module.h] [loader/module.c]
2164         Added self handle in NE_MODULE structure, so we can use a pointer
2165         instead of a handle.
2166         Added function MODULE_GetPtr() to validate a HMODULE.
2168         * [memory/heap.c]
2169         Implemented Win32 heap management.
2171         * [memory/selector.c]
2172         Fix selector limit for huge blocks.
2174 Sat Apr 13 00:19:12 1996  Huw D. M. Davies <h.davies1@physics.oxford.ac.uk>
2176         * [objects/metafile.c]
2177         Fixed memcpy bug to allow memory based metafiles to work.
2179 Fri Apr 12 19:25:41 1996  Frans van Dorsselaer  <dorssel@rulhm1.leidenuniv.nl>
2181         * [controls/edit.c] [controls/EDIT.TODO]
2182         Complete rewrite.  Everything changed: new features, new bugs.
2183         Main addition: WordWrap.
2185 Fri Apr 12 20:29:55 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
2187         * [resources/sysres_It.rc]
2188         Fixed a few mistakes in the file and resized some of the controls.
2190 Fri Apr 12 09:55:13 1996  John Harvey <john@division.co.uk>
2192         * [misc/winsocket.c]
2193         Fixed broken #if defined that stopped unixware compiling.
2195         * [win32/resource.c]
2196         Added missing return to end of FindResource32.
2198 Thu Apr 11 18:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2200         * [windows/keyboard.c] [windows/event.c]
2201         Fixed GetKeyState for mouse buttons.
2203         * [windows/message.c]
2204         WM_MOUSEACTIVATE wasn't sent in some cases.
2206 Wed Apr 10 18:59:53 1996  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
2208         * [objects/font.c]
2209         Match slightly bigger font if height negative.
2211 Mon Apr  8 13:46:15 1996  Deano Calver <deano@rattie.demon.co.uk>
2213         * [multimedia/mmsystem.c]
2214         Changed read's to FILE_read's in mmsystem to fix mmio bug.
2216 Sun Apr  7 21:40:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2218         * [misc/commdlg.c] [resources/sysres_En.rc] [resources/sysres_De.rc]
2219         Introduced ColorDlgProc() for ChooseColor() and replaced fitting
2220         En-,De- resources. 
2221         As written in TODO: some national language support is needed here.
2223 ----------------------------------------------------------------------
2224 Fri Apr  5 15:22:55 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2226         * [controls/button.c] [controls/static.c]
2227         Changes to use WND * wherever possible.
2229         * [debugger/dbg.y] [debugger/debug.l]
2230         Added 'info module' and 'walk module' commands.
2232         * [if1632/Makefile.in] [if1632/relay.c] [tools/build.c]
2233         Added assembly code generation to call from Wine into 32-bit code.
2234         Changed all 'call32' references in 'callfrom16' to avoid confusion
2235         with Win32 routines.
2237         * [include/callback.h]
2238         Added prototypes for 32-bit callbacks.
2240         * [loader/module.c] [if1632/relay32.c] [tools/build.c]
2241         Unified 16- and 32-bit modules. The fake module for 32-bit DLLs is
2242         now generated by the build program.
2244         * [include/module.h]
2245         Added extra info to NE_MODULE for Win32 modules to point to the PE
2246         module data.
2248         * [include/pe_image.h] [loader/pe_image.c] [win32/resource.c]
2249         Removed the wine_files list. The PE data for a module can now be
2250         accessed with the NE_WIN32_MODULE macro.
2252         * [loader/signal.c] [miscemu/instr.c]
2253         Don't start the BIOS timer at startup, but only after an access to
2254         the 0x40 segment.
2256         * [memory/local.c]
2257         Changed LOCAL_Lock() to return a 32-bit pointer.
2259         * [misc/main.c] [include/dlls.h]
2260         Some built-in DLLs (like KERNEL) can no longer be disabled from
2261         the command-line.
2262         
2263 Thu Apr  4 19:54:39 1996  Keith Reynolds <keithr@sco.COM>
2265         * [*/*]
2266         A lot of small changes to support SCO OpenServer 5.
2268 Thu Apr  4 15:38:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2270         * [controls/edit.c]
2271         Fixed GetKeyState() call to use 0x8000 convention.
2273         * [include/windows.h]
2274         Added undocumented messages EM_SCROLL and EM_GETTHUMB.
2276 Thu Apr  4 09:52:52 1996  John Harvey <john@division.co.uk>
2278         * [if1632/except.S]
2279         Modified code to assemble on unixware.
2281 Wed Apr  3 09:38:26 1996  Juergen Marquardt <marqu@lunar.advantest.de>
2283         * [objects/font.c]
2284         Implementation of a second font cache which will be updated
2285         dynamically.
2287 Mon Apr  1 16:47:40 1996  Robert Pouliot <krynos@qbc.clic.net>
2289         * [resources/sysres_Cz.rc] [resources/sysres_Da.rc]
2290           [resources/sysres_De.rc] [resources/sysres_Eo.rc]
2291           [resources/sysres_Es.rc] [resources/sysres_Fi.rc]
2292           [resources/sysres_No.rc] [resources/TODO]
2293         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2295 ----------------------------------------------------------------------
2296 Sun Mar 31 13:54:46 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2298         * [tools/build.c]
2299         Changed BuildSpec32Files() to generate assembly instead of C code.
2300         Unified -spec16 and -spec32 options; DLL type is now determined by
2301         the 'type' declaration in the .spec file.
2302         New -stdcall option to build all stdcall assembly relays.
2304         * [if1632/relay.c] [if1632/relay32.c] [include/dlls.h]
2305         Started to unify 16- and 32-bit builtin DLLs.
2307         * [loader/module.c]
2308         Added MODULE_GetWndProcEntry32() to mirror MODULE_GetWndProcEntry16().
2310         * [loader/pe_image.c] [loader/resource.c]
2311         All modules now have a NE signature, and can be distinguished by
2312         the NE_FFLAGS_WIN32 flag.
2314         * [windows/alias.c]
2315         Aliases for built-in window procedures are now all created at
2316         startup in ALIAS_Init().
2318 Fri Mar 29 14:56:39 1996  Greg Kreider <kreider@natlab.research.philips.com>
2320         * [controls/combo.c]
2321         Limit rectangle to clear to size of item when painting combo, not
2322         default.  Only draw items in list when there is enough room for them.
2324         * [controls/listbox.c]
2325         Get the measure of every item that's added and store in the item's
2326         data structure.  Scroll listbox if mouse near edge of box.  Only
2327         draw items in list when there is enough room.
2329 Fri Mar 29 12:00:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2331         * [windows/defwnd.c] [windows/dialog.c] [windows/mdi.c]
2332           [windows/nonclient.c] [controls/menu.c] 
2333         Various changes for better keyboard handling. 
2335         * [windows/event.c] [windows/message.c] [misc/keyboard.c]
2336         Proper keyboard message ordering, working GetKeyState() (finally!), 
2337         improvements in ToAscii().
2339         * [windows/win.c] [windows/message.c]
2340         Small improvements in WIN_FindWinToRepaint.
2342         * [windows/win.c] [windows/painting.c] [windows/nonclient.c]
2343         Put update region in WM_NCPAINT wParam.
2345         * [loader/task.c]
2346         Kill task timers when task is deleted, switch timers to the
2347         new queue in SetTaskQueue().
2349         * [loader/signal.c] [miscemu/dosmem.c]
2350         Added SIGALRM signal handler to increment BIOS clock. 
2352         * [windows/win.c] [windows/winpos.c] [windows/mdi.c]
2353         Fixed ChildWindowFromPoint(), WM_PARENTNOTIFY and its handling by
2354         MDI client.
2356         * [windows/winpos.c]
2357         Improvements in handling of owned popups. "Floating" toolboxes 
2358         work better now. 
2360 Thu Mar 28 12:38:29 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2362         * [misc/registry.c]
2363         New file, registry rewrite including win32 extensions
2364         - Unicode
2365         - multiple valus per key
2366         - different datatypes for values
2367         - multiple rootkeys
2368         - saving and loading in different registries.
2370         * [include/winreg.h]
2371         New file, definitions and structs for registry.
2373         * [include/winerror.h]
2374         Some new error defines added... there are more, someone please
2375         check a (real-)windows winerror.h.
2376         
2377         * [if1632/shell.spec] [if1632/advapi32.spec] [if1632/kernel.spec]
2378         Registry specs added.
2380         * [if1632/relay.c]
2381         Switch internal SHELL.DLL to default 'used'.
2383         * [win32/string32.c] [include/string32.h]
2384         Some new functions added.
2385         char should be unsigned char when converting to 16bit ints.
2387         * [misc/shell.c] [include/shell.h] [win32/advapi.c]
2388         Removed old registry functions.
2390 Tue Mar 26 15:01:46 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2392         * [include/bitmaps/ocr_ibeam]
2393         Fixed the position of the hotspot.
2395         * [objects/text.c]
2396         Fixed a few bugs in TEXT_TabbedTextOut().
2398         * [windows/event.c]
2399         Fixed the order of the bits in the KeyStateTable.
2400         0x80 is the up/down-bit.  0x01 is the toggle bit.
2402         * [loader/resource.c] [windows/mdi.c] [controls/edit.c]
2403         Fixed the calls to GetKeyState().
2405 Tue Mar 26 08:43:15 1996  Robert Pouliot <krynos@qbc.clic.net>
2407         * [resources/sysres_Fr.rc] [resources/TODO]
2408         Updated FIND_TEXT and REPLACE_TEXT to work like the English version.
2410 Mon Mar 25 17:38:59 1996  Tristan Tarrant <tst@dcs.ed.ac.uk>
2412         * [resources/sysres_it.rc]
2413         Added support for Italian [It] language.
2415 ----------------------------------------------------------------------
2416 Sun Mar 24 13:13:11 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2418         * [include/win.h] [windows/*.c]
2419         Replaced next, parent, child and owner handles by pointers in WND
2420         structure. This should improve performance, and should be
2421         reasonably safe since Microsoft did the same in Win95.
2423         * [include/wintypes.h] [*/*]
2424         Redefined HANDLE to be UINT instead of a pointer for Winelib. This
2425         allows removing a lot of unnecessary casts and NPFMTs.
2427         * [windows/caret.c]
2428         Create the caret brush upon CreateCaret(); use the bitmap
2429         dimensions for the caret.
2430         Fixed CARET_DisplayCaret() to use PatBlt().
2432 Fri Mar 22 16:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
2434         * [misc/winsocket.c]
2435         More sanity checks, fixup some erroneous return codes.
2437         * [documentation/winsock]
2438         Description of how compatible the winsock is currently.
2440 Fri Mar 22 13:05:34 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2442         * [library/winmain.c]
2443         Set `lpszCmdParam' by concatenating arguments.
2445         * [loader/module.c]
2446         WinExec: accept Unix commands, use Wine emulator.
2448 Mon Mar 18 12:16:27 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2450         * [if1632/kernel32.spec][win32/thread.c][include/kernel32.h]
2451         DeleteCriticalSection, EnterCriticalSection,
2452         InitializeCriticalSection, LeaveCriticalSection, TlsAlloc,
2453         TlsFree, TlsGetValue, TlsSetValue: new functions.
2454         CRITICAL_SECTION: new structure.
2456         * [if1632/kernel32.spec][win32/code_page.c]
2457         WideCharToMultiByte: new function.
2459         * [if1632/kernel32.spec][win32/file.c]
2460         GetFileAttributesA: new function.
2462         * [if1632/kernel32.spec][misc/main.c]
2463         GetEnvironmentStringsW, FreeEnvironmentStringsA,
2464         FreeEnvironmentStringsW: new functions.
2465         
2466         * [if1632/user.spec][win32/cursoricon32.c][win32/Makefile.in]
2467         cursoricon32.c: new file.
2468         LoadCursorA, LoadCursorW: modified implementation from LoadCursor
2469         to WIN32_*.
2470         LoadIconA, LoadIconW: modified implementation from LoadIconA32
2471         to WIN32_*.
2473         * [include/struct32.h]
2474         pragma pack inserted.
2475         CURSORICON32 structures added.
2477         * [include/winnls.h]
2478         Constants CP_* and WC_* added.
2480         * [loader/pe_image.c]
2481         PE_LoadModule: call PE_InitDLL with hModule rather than wpnt.
2483 Sun Mar 17 16:59:12 1996  Albrecht Kleine  <kleine@ak.sax.de>
2485         * [misc/commdlg.c]
2486         Introduced hook function handling in file dialog.
2487         Removed an unnecessary ShowWindow call in FILEDLG_WMCommand().
2489 Thu Mar 14 10:50:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2491         * [if1632/gdi32.spec]
2492         Added GetNearestColor.
2494         * [if1632/kernel32.spec]
2495         Added GlobalAddAtomA.
2497         * [win32/param32.c]
2498         Added stackframe.h to includes.
2499         WIN32_GlobalAddAtomA() - new function.
2501 ----------------------------------------------------------------------
2502 Wed Mar 13 19:46:50 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2504         * [controls/edit.c]
2505         Removed calls to memmove (not portable).
2507         * [debugger/dbg.y] [debugger/debug.l]
2508         Prefixed all token with 't' to avoid conflicts with type
2509         definitions.
2510         Added 'walk queue', 'walk class' and 'info class' commands.
2512         * [debugger/info.c]
2513         Moved queue and window information functions to windows/queue.c
2514         and windows/win.c respectively.
2516         * [loader/signal.c]
2517         Added SIGHUP handling to force entry into built-in debugger.
2518         Cleaned up a bit.
2520         * [misc/spy.c]
2521         General cleanup and performance improvements.
2523         * [windows/class.c]
2524         Added CLASS_DumpClass() and CLASS_WalkClasses() functions for
2525         debugger.
2527         * [windows/event.c]
2528         Pressing Ctrl-Alt-Return forces an entry into the debugger. Not
2529         sure if this key combination is a good choice...
2531         * [windows/message.c] [windows/queue.c] (New file)
2532         Moved message queue handling functions to windows/queue.c.
2534 Tue Mar 12 14:55:16 1996  Onno Hovers  <onno@stack.urc.tue.nl>
2536         * [if1632/except.S] [include/except.h] [win32/except.c] (New files)
2537         Implemented Win32 exception functions: RaiseException(),
2538         RtlUnwind(), SetUnhandledExceptionFilter() and
2539         UnhandledExceptionFilter().
2541 Mon Mar 11 19:23:29 1996  Albrecht Kleine  <kleine@ak.sax.de>
2543         * [controls/listbox.c] [include/listbox.h]
2544         Special handling for COMBOLBOX styles introduced via extension of
2545         HEADLIST structure: lphl->dwStyle.
2547 Mon Mar 11 13:31:06 1996  Greg Kreider <kreider@natlab.research.philips.com>
2549         * [controls/combo.c]
2550         Any mouse movement within a small distance (defined by CBLMM_EDGE)
2551         of the top or bottom edge causes the window to scroll.  Also moved 
2552         some assignments so the routine works correctly.
2554         * [controls/listbox.c]
2555         Changing selection in ListBoxSetCurSel now updates PrevFocused.
2556         Added to LBSetFont and CreateListBoxStruct a fake hdc that tests 
2557         and sets the standard text height.
2559 Sun Mar 10 08:39:23 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2561         * [windows/dce.c]
2562         Fixed memory leak in DCE_ClipWindows().
2564 ----------------------------------------------------------------------
2565 Fri Mar  8 19:07:18 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2567         * [configure.in]
2568         Quote '[' and ']' in the test program for the strength-reduce
2569         bug. This should work much better...
2571         * [files/file.c]
2572         Augmented DOS_FILE structure. Most internal functions now return a
2573         DOS_FILE* instead of a Unix handle.
2574         Added a local file array to replace the PDB list upon startup, to
2575         allow using file I/O functions before the first task is created.
2576         Added FILE_SetDateTime() and FILE_Sync() functions.
2577         
2578         * [loader/module.c]
2579         Use the DOS file I/O functions in MODULE_LoadExeHeader().
2581         * [objects/bitblt.c]
2582         Use visible region instead of GC clip region to clip source
2583         area. This fixes the card drawing bug in freecell.
2585         * [objects/region.c]
2586         Fixed CombineRgn() to allow src and dest regions to be the same.
2588 Fri Mar  8 16:32:23 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2590         * [controls/EDIT.TODO]
2591         Updated so it reflects the current status.
2593         * [controls/edit.c]
2594         Implemented internal EDIT_WordBreakProc().
2595         Implemented ES_READONLY.
2596         Implemented WM_LBUTTONDBLCLK to select whole words.
2597         Fixed a lot of types in the function definitions.
2599 Wed Mar  6 19:55:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2601         * [debugger/info.c]
2602         Added "walk window" command to walk window list. 
2604         * [windows/mdi.c]
2605         Added proper(?) WM_MDISETMENU message handling.
2607 Wed Mar  6 09:27:12 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2609         * [if1632/callback.c][if1632/relay32.c]
2610         RELAY32_CallWindowProcConvStruct: new function.
2612         * [win32/struct32.c][win32/Makefile.in][win32/param.c][win32/user32.c]
2613         struct32.c: new file. Moved all structure conversions into that file
2614         PARAM32_POINT32to16,MSG16to32,USER32_RECT32to16: 
2615         renamed to STRUCT32_POINT32to16, ...
2616         WIN32_POINT,WIN32_MSG,WIN32_RECT,WIN32_PAINTSTRUCT: renamed to
2617         POINT32, ...
2618         New conversion functions for NCCALCSIZE_PARAMS, WINDOWPOS,
2619         CREATESTRUCT.
2621         * [include/windows.h][misc/exec.c]
2622         WINHELP, MULTIKEYHELP, HELPWININFO: new structures
2623         WinHelp: Reimplemented. Thanks to Peter Balch
2624         (100710.2566@compuserve.com) for his valuable research.
2626         * [win32/winprocs.c]
2627         WIN32_CallWindowProcTo16: new function, call in
2628         USER32_DefWindowProcA,...
2630 Mon Mar  4 23:22:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2632         * [include/wintypes.h]
2633         Added "#define __export".
2635         * [objects/bitblt.c]
2636         Put in a few hacks to make bitblt-ing work when upside-down and/or
2637         mirrored.  BITBLT_StretchImage should really be checked over
2638         thoroughly.
2640         * [programs/progman/main.c]
2641         Added "#include <resource.h>" for definition of HAVE_WINE_CONSTRUCTOR.
2643         * [rc/parser.h] [rc/parser.l] [rc/parser.y] [rc/winerc.c]
2644         Eliminated shift/reduce conflict in style definition.
2645         Added crude error message support: "stdin:%d: parse error before '%s'".
2646         Implemented string table support to the best of my ability (it works
2647         with LoadString() calls).
2649         * [windows/nonclient.c]
2650         Fixed bug in NC_DoSizeMove() that made system menu pop up when title
2651         bar of non-iconized window was clicked (checked for iconization).
2653 Mon Mar 04 20:55:19 1996  Marcus Meissner <msmeissn@cip.informatik.uni-erlangen.de>
2655         * [if1632/lzexpand.spec] [if1632/relay.c]
2656           [include/lzexpand.h][misc/lzexpand.c]
2657         LZEXPAND.DLL added.
2659 Sun Mar 03 18:10:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
2661         * [windows/win.c]
2662         Prevent usage of invalid HWNDs in WIN_EnumChildWin(),
2663         this prevents too early termination of EnumChildWindows().
2665 ----------------------------------------------------------------------
2666 Sat Mar  2 18:19:06 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2668         * [controls/scroll.c]
2669         Fixed SCROLL_THUMB painting fixes from Alex Korobka to store the
2670         current tracking window.
2672         * [files/file.c]
2673         Fixed two file descriptor leaks in FILE_OpenFile().
2675         * [if1632/relay32.c] [loader/module.c] [loader/pe_image.c]
2676           [tools/build.c]
2677         Replaced LOADEDFILEINFO structure by OFSTRUCT.
2679         * [memory/atom.c]
2680         Reload the pointer to the atom table in ATOM_GetTable() and
2681         ATOM_AddAtom() in case the LOCAL_Alloc() calls caused the table to
2682         move in linear memory.
2684 Fri Mar  1 11:57:13 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2686         * [include/callback.h]
2687         Added support for CallWordBreakProc().
2689         * [controls/edit.c]
2690         New caret handling (really efficient / fast).
2691         Implemented EM_SETWORDBREAKPROC and EM_GETWORDBREAKPROC.
2692         Fixed EM_SETFONT so it now also creates a proper new caret.
2694 Wed Feb 28 22:03:34 1996  Daniel Schepler  <daniel@frobnitz.wustl.edu>
2696         * [controls/desktop.c] [misc/main.c] [windows/event.c] [windows/win.c]
2697         Added WM_DELETE protocol to top-level windows.
2699         * [controls/scroll.c]
2700         Fixed a problem which caused slow scrolling to continue uncontrollably.
2702         * [misc/exec.c]
2703         Implemented ExitWindows().
2705         * [windows/win.c]
2706         Set top-level owned windows to be transient.
2708 Wed Feb 28 19:13:22 1996  Ulrich Schmid  <uschmid@mail.hh.provi.de>
2710         * [programs/progman/*]
2711         Added a program manager.
2713 Wed Feb 28 18:38:01 1996  Duncan C Thomson <duncan@spd.eee.strath.ac.uk>
2715         * [resources/sysres_Eo.c]
2716         Added support for Esperanto [Eo] language.
2718 Wed Feb 28 00:23:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
2720         * [if1632/user32.spec]
2721         Added EndDialog, GetDlgItem, GetDlgItemInt, SetDlgItemInt,
2723         * [win32/init.c]
2724         Added task.h to includes. GetModuleHandleA() - return hInstance
2725         if called with NULL parameter. Freecell needs this. NOTE this
2726         may indicate a problem with differentiation between hModule and
2727         hInstance within Wine.
2729         * [win32/resource.c]
2730         FindResource32() and LoadResource32() - Removed #if 0's around
2731         conversion from hInstance to hModule. See remarks above.
2733         * [win32/string32.c]
2734         WIN32_UniLen() - removed stray semicolon.
2736 Tue Feb 27 21:05:18 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
2737         
2738         * [windows/caret.c]
2739         Set blink rate with call to GetProfileInt().
2741         * [rc/winerc.c]
2742         In new_style(), made initial flag settings WS_CHILD | WS_VISIBLE
2743         instead of 0.  This seems to correspond to Borland's defaults, and
2744         the flags can be unset by using the (rather obtuse) "| NOT WS_CHILD"
2745         or "| NOT WS_VISIBLE" technique in the *.rc file.
2747         * [win32/time.c]
2748         In GetLocalTime() and GetSystemTime(), used tv_sec field of result
2749         returned by gettimeofday() instead of making second call to
2750         time().  This eliminates clock jitter if the seconds change
2751         between the two calls (rare, but possible).
2753         * [include/wintypes.h]
2754         Added "#define _far" and "#define _pascal".
2756         * [windows/win.c]
2757         Added function GetDesktopHwnd().
2759         * [include/xmalloc.h]
2760         Removed the '#ifdef HAVE_STDLIB_H' structure, since it seemed to
2761         have been removed from 'configure', and was causing redefinition
2762         warnings.
2764 Tue Feb 27 19:31:11 1996  Albrecht Kleine <kleine@ak.sax.de>
2766         * [windows/winpos.c] 
2767         Added RDW_ALLCHILDREN flag in SetWindowPos (handling SWP_FRAMECHANGED)
2768         to force a repaint when setting menu bars with different rows.
2770 Sun Feb 25 21:15:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
2772         * [windows/syscolors.c] [controls/scroll.c]
2773         Fixed DrawFocusRect pen and SCROLL_THUMB painting.
2775 ----------------------------------------------------------------------
2776 Sat Feb 24 16:17:05 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2778         * [files/profile.c]
2779         Added \r when writing profile files, for DOS compatibility.
2781         * [memory/global.c]
2782         Fixed bug in GlobalReAlloc() that caused a discarded block not to
2783         be reallocated if its size was not changed.
2785         * [memory/selector.c]
2786         Avoid setting a valid LDT entry with base and limit set to 0, as
2787         this causes the kernel to clear the entry. This fixes a crash when
2788         exiting Windows program manager.
2790         * [objects/metafile.c]
2791         Removed call to creat() instead of _lcreat() for WINELIB.
2793 Fri Feb 23 00:35:54 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2795         * [if1632/gdi32.spec]
2796         GetTextExtentPointA now has win32 specific implementation.
2798         * [include/struct32.h]
2799         Define new structure tagSIZE32 and typedef SIZE32 to it.
2800         Define prototype for function PARAM32_SIZE16to32
2802         * [win32/param32.c]
2803         New functions PARAM32_SIZE16to32 and WIN32_GetTextExtentPointA
2805         * [win32/memory.c]
2806         Added missing file pointer parameter to fprintf.
2808 Thu Feb 22 01:14:21 1996  Eric Warnke <ew2193@csc.albany.edu>
2810         * [windows/nonclient.c]
2811         Added more familiar icon activity, ie single click brings up
2812         system menu.
2814 Wed Feb 21 13:07:04 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
2816         * [controls/menu.c]
2817         Added calls to HideCaret() and ShowCaret() from within
2818         TrackPopupMenu(), MENU_TrackMouseMenuBar() and
2819         MENU_TrackKbdMenuBar().  Are there any more places where this
2820         should be done?
2822         * [controls/static.c]
2823         Fixed a FIXME in STATIC_SetIcon(), which now returns a handle to
2824         the previous icon.  Added a new FIXME at the point where
2825         WM_SETTEXT is handled for a SS_ICON static control.
2827         * [misc/commdlg.c]
2828         Implemented FindText() and ReplaceText()
2829         Still missing : Templates and Hooks handling / error checking
2831         * [resources/sysres_En.c]
2832         Redesigned FIND_TEXT and REPLACE_TEXT dialogs, so they now work.
2833         Languages other than En should update these too, though, as well
2834         as redimension the controls because some of the text doesn't fit.
2835         Created file resources/TODO to explain this.
2837         * [windows/caret.c]
2838         Re-written.  It now uses the correct R2_XORPEN.  It resets the
2839         blink timer on SetCaretPos().  It does its own hide/show scheme
2840         when SetCaretPos() is called (should be faster).
2842 Mon Feb 19 21:50:00 1996  Alex Korobka <alex@phm30.pharm.sunysb.edu>
2844         * [controls/listbox.c]
2845         Miscellaneous changes for better LBS_EXTENDEDSEL support.
2846         Removed several superfluous redrawals of item list.
2848         * [controls/scroll.c]
2849         WM_GETDLGCODE return value.
2851         * [windows/win.c]
2852         FlashWindow function.
2854         * [windows/painting.c] [windows/scroll.c]
2855         Added HideCaret/ShowCaret calls.
2857         * [objects/font.c]
2858         Added GetCharABCWidths stub.
2860         * [include/windows.h]
2861         "#define"s needed for changes mentioned above.
2863 Mon Feb 19 20:12:03 1996  Hans de Graaff  <Hans.deGraaff@twi72.twi.tudelft.nl>
2865         * [include/winsock.h]
2866         Change order of includes to get in_addr struct defined in time.
2867         (Note: Linux 1.3.66, libc 5.2.18)
2869         * [misc/main.c] [include/options.h] [miscemu/int2f.c]
2870         Changed the -enhanced option into a -mode option, which can be
2871         either 'standard' or 'enhanced'. 'enhanced' is the default.
2873 ----------------------------------------------------------------------
2874 Sun Feb 18 16:35:54 1996  Alexandre Julliard  <julliard@lrc.epfl.ch>
2876         * [controls/desktop.c]
2877         Look for the wallpaper file in the Windows directory.
2879         * [controls/menu.c]
2880         Fixed swapped parameters in SetMenuItemBitmaps().
2881         Create a separator in MENU_SetItemData() when the string is NULL.
2883         * [file/dosfs.c]
2884         DOSFS_FindNext: don't return '.' and '..' in a drive root dir.
2886         * [files/file.c]
2887         Added a DOS_FILE structure to store per-file information (not
2888         really used yet).
2889         Fixed _lread and _hread to check the size of the buffer before
2890         calling Unix read() to avoid EFAULT error.
2892         * [misc/exec.c]
2893         Return TRUE in WinHelp() for HELP_QUIT to quiet Notepad on exit.
2895         * [miscemu/instr.c]
2896         Call DOSMEM_Alarm() in INSTR_ReplaceSelector(). This should fix
2897         programs that poll the BIOS counter, provided they reload the
2898         selector on every read.
2900         * [miscemu/int21.c]
2901         Re-implemented FindFirst/FindNext for FCB calls.
2903         * [windows/message.c] [windows/winpos.c]
2904         Merged MSG_GetWindowForEvent() and WINPOS_WindowFromPoint().
2906         * [windows/nonclient.c] [windows/win.c] [include/windows.h]
2907         Added a per-window WIN_MANAGED flag; only windows that have a
2908         dialog frame or a sizing border are managed.
2910 Sat Feb 17 18:25:00 1996  Thomas Sandford <tdgsandf@prds-grn.demon.co.uk>
2912         * [if1632/Makefile.in]
2913         Added -g flag to compilation of .c files generated from *32.spec.
2915         * [if1632/gdi32.spec]
2916         Numerous additional functions implemented.
2918         * if1632/user32.spec]
2919         wsprintfA maps to vsprintf not wsprintf
2920         Numerous additional functions implemented.
2922         * [include/gdi.h] [objects/gdiobj.c]
2923         New #define MAGIC_DONTCARE added. This is used in
2924         GDI_GetObjPtr to enable getting a pointer to a GDI object of
2925         unknow type.
2927         * [win32/gdi32.c]
2928         New file.
2930         * [win32/param32.c]
2931         WIN32_MoveToEx() - handle NULL pointer argument.
2933         * [win32/user32.c]
2934         USER32_InvalidateRect - handle passing of a NULL pointer.
2935         USER32_SetTimer - New function.
2937         * [files/directory.c]
2938         Fixed DIR_Init() (off by one in allocation of space for
2939         environment variables).
2941         * [files/drive.c]
2942         Added <sys/types.h> to #includes (prerequisite for <sys/stat.h>
2943         on FreeBSD).
2945 Fri Feb 16 10:26:56 1996  Andreas Kirschbaum <ank@rbg.informatik.th-darmstadt.de>
2947         * [controls/menu.c]
2948         Memory leak plugged.
2950         * [controls/edit.c]
2951         Erase space with function ExtTextOut(). This eliminates the use of
2952         xmalloc().  Memory leak in EDIT_WriteText plugged.
2954         * [debugger/db_disasm.c]
2955         Operand for scas now is di.
2957         * [files/profile.c]
2958         PROFILE_GetSection was copying too much data.
2959         PROFILE_GetSection now returns the correct value. It was returning
2960         the number of unused instead of used bytes.
2962         * [objects/dc.c]
2963         Corrected two typos in comments.
2965         * [objects/font.c]
2966         FONT_MatchFont didn't return if it couldn't find any font.
2968         * [objects/oembitmap.c]
2969         Free object only if it has been allocated.
2971         * [windows/scroll.c]
2972         Memory leak in ScrollDC plugged.
2974 Tue Feb 13 11:17:00 1996 William Magro  <wmagro@tc.cornell.edu>
2976         * [controls/edit.c]
2977         Implemented ES_NOHIDESEL style, shift+click selection,
2978         shift+{arrow,home,end,pgup,pgdn} selection.  Optimized
2979         (de)selection drawing.  Changed selection drawing to use correct
2980         system colors instead of inverting.  Fixed deleting or backspacing
2981         across a '\r\n' end of line pair.  Selection now anchors
2982         correctly. Fixed text leaking and extra garbage problem bug
2983         uncovered by change in class style in wine960131.
2985         * [controls/widgets.c]
2986         Class flags now match those of Windows.
2988 Mon Feb 12 21:28:19 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
2990         * [controls/widgets.c]
2991         WIDGETS_Init: RELAY32_GetEntryPoint does not take a string anymore.
2993         * [if1632/Makefile.in][if1632/relay32.c][include/relay32.h]
2994         comctl32.spec ole32.spec winspool.spec: new files.
2995         RELAY32_Init: call initialization of new DLLs.
2996         RELAY32_GetEntryPoint: expects WIN32_builtin* now.
2997         RELAY32_MakeFakeModule: new function.
2999         * [if1632/gdi32.spec][if1632/kernel32.spec][if1632/user32.spec]
3000         Added Win95 functions. Ordinals now differ from both NT and Win95
3001         HeapCreate, CreateDialogIndirectParamA, CreateDialogIndirectParamW,
3002         CreateDialogParamA, CreateDialogParamW, DialogBoxIndirectParamA
3003         DialogBoxIndirectParamW, DialogBoxParamA, DialogBoxParamW:
3004         new relays.
3006         * [if1632/shell32.spec]
3007         shell32.spec: renumbered all functions to take into account ordinals.
3008         These seem to be identical between NT and Win95.
3010         * [include/dialog.h][windows/dialog.c]
3011         xBaseUnit,yBaseUnit,DIALOG_DoDialogBox: made non-static.
3013         * [include/handle32.h]
3014         New handle types VRANGE, HEAP, HEAPITEM.
3016         * [include/pe_image.h][loader/pe_image.c]
3017         struct w_files: new field builtin.
3018         PE_FindExportedFunction: support ordinals.
3019         PE_GetProcAddress: call RELAY32_GetEntryPoint for builtins.
3020         fixup_imports: support ordinals.
3021         PE_LoadImage: prefer directories over segments.
3023         * [include/resource.h][win32/resource.c]
3024         FindResource32: changed parameter from LPCTSTR to LPCWSTR
3025                 check LANG_NEUTRAL if LANG_ENGLISH fails.
3026         LoadAcceleratorsW,SizeofResource32,AccessResource32: 
3027                 disabled because it's broken.
3028         Casted to and from LPWSTR at various places.
3030         * [include/string32.h][win32/string32.c]
3031         Changed prototypes to take const arguments where appropriate.
3033         * [include/struct32.h]
3034         New structures DLGTEMPLATE32, DLGITEMTEMPLATE32.
3036         * [tools/build.c]
3037         BuildSpec32Files: generate Base value into code, generate call to
3038         RELAY32_MakeFakeModule.
3039         
3040         * [win32/heap.c]
3041         This is still not finished and needs rework.
3042         HeapAlloc: renamed to SIMPLE_HeapAlloc, implemented HeapAlloc.
3043         HeapCreate: implemented on top of VirtualAlloc, which does not work yet
3044         HeapDestroy, HEAP_GrowHeap, HeapFree: new functions.
3046         * [win32/memory.c]
3047         Support for VRANGE_OBJECT. This is not yet called from any place,
3048         and needs more platform specific support
3049         MEMORY_FindVrange, MEMORY_IsVrangeFree, MEMORY_InsertVrange,
3050         MEMORY_AllocVrange, MEMORY_ReleaseVrange: new functions.
3052         * [win32/user32.c]
3053         WIN32_CreateWindowExA: don't GlobalAlloc for integer class and window
3054         names, as in dialogs.
3055         Implemented dialog functions (see user32.spec).
3057         * [windows/caret.c]
3058         CARET_Initialize: call RELAY32_GetBuiltinDLL.
3060 Mon Feb 12 18:52:40 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3062         * [controls/edit.c]
3063         Removed commented out #ifdefs for WINELIB.
3065         * [tools/makehtml.pl]
3066         Put in error checking when trying to open a file.
3068         * [libtest/Makefile.in] [libtest/new.c] [libtest/hello4.c]
3069         Added two new targets: hello4 and new.
3071         * [include/windows.h]
3072         Added definition of DEVMODE structure, although it's not yet used.
3073         Modified various API functions from CreateDC() to Escape(), in
3074         order to make them more compliant with the strict API definitions.
3076         * [include/wintypes.h]
3077         Added 'typedef char TCHAR'.  It probably should be defined as
3078         'short', but then we would have to support such characters.  Also did
3079         'typedef const TCHAR* LPCTSTR' and 'typedef TCHAR* LPTSTR'.
3080         Also defined WNDENUMPROC, FONTENUMPROC, GOBJENUMPROC, PROPENUMPROC
3081         MFENUMPROC, and HGDIOBJ.
3083 Mon Feb  5 16:42:07 1996  Frans van Dorsselaer <dorssel@rulhm1.leidenuniv.nl>
3085         * [misc/commdlg.c]
3086         Patched a bug that occurred in the internal COMMDLG module for the
3087         FileOpen(), FileSave() and FileSaveAs() functions.  The file-type
3088         combobox is now handled correctly.
3090 Fri Feb  2 22:52:58 1996  Roman Dolejsi  <roman@sorry.vse.cz>
3092         * [resources/sysres_Cz.rc]
3093         Added support for Czech [Cz] language.
3095 Thu Feb  1 00:35:04 1996  Philippe De Muyter  <phdm@info.ucl.ac.be>
3097         * [objects/font.c]
3098         FONT_matchfont : for fixed-spacing fonts, allow 'c' if 'm' fails;
3099         for variable-spacing fonts : allow '*' if 'p' fails; if asked lfHeight
3100         is -1, assume 0.
3101         CreateFontIndirect : if font parameter is NULL, issue an error message.
3102         CreateFont : null-terminate lfFaceName.
3103         ParseFontParms : debug code turned off : too verbose.
3104         InitFontsList : recognize *-c-* fonts as fixed-spacing fonts.
3106         * [objects/color.c]
3107         ColorToPhysical : admit 0xff...... COLORREF's as 0x00...... ones.
3109 --------------------------------------------------------------------
3110 Wed Jan 31 10:58:00 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3112         * [configure.in]
3113         Added --with-dll option to build libwine.so.
3115         * [controls/listbox.c]
3116         Fixed ListBoxDirectory(), DlgDirSelect() and
3117         DlgDirList(). Hopefully their behavior is correct now.
3119         * [controls/menu.c]
3120         Use SEGPTRs in ChangeMenu(), InsertMenu(), AppendMenu() and
3121         ModifyMenu() for the item data, to avoid corrupting the pointer
3122         for owner-drawn items.
3124         * [controls/static.c]
3125         Attempt to load OEM icons for SS_ICON controls. Probably not
3126         entirely correct.
3127         Don't clip the text output.
3129         * [files/directory.c]
3130         Add temp dir and Windows dir to environment.
3132         * [files/dos_fs.c]
3133         Fixed a few path handling bugs in DOSFS_GetUnixFileName().
3134         Cache last used directory in DOSFS_FindNext() to avoid quadratic
3135         search time.
3137         * [files/drive.c]
3138         New format for drives configuration in wine.conf; allows
3139         specifying the type, label and serial number of a drive.
3141         * [files/file.c]
3142         New function FILE_OpenUnixFile to make sure we don't open a
3143         directory instead of a file.
3144         Fixed DOSFS_GetUnixFileName() check_last flag in FILE_MakeDir().
3146         * [files/profile.c]
3147         Rewrote profile handling. Should be closer to Windows behavior now.
3148         New function PROFILE_GetWineIniString() to get a string from wine.conf.
3149         Support environment variables in wine.conf.
3151         * [loader/task.c]
3152         Fixed the order of deletion in TASK_DeleteTask() to avoid memory
3153         corruption.
3155         * [memory/global.c]
3156         Create a discarded block on GlobalAlloc() if the size is 0; thanks
3157         to John Harvey for noticing this.
3159         * [memory/local.c]
3160         LOCAL_GetHeap: make sure the pointer is valid before checking
3161         magic number.
3163         * [misc/main.c]
3164         Moved profile and registry saving to ExitWindows(), so we don't
3165         try to save them in case of a crash.
3167         * [miscemu/int21.c]
3168         INT21_GetFreeDiskSpace: try to compute the cluster size from the
3169         filesystem size instead of hard-coding it to 64.
3170         Fixed functions 0x3f and 0x40 to use _hread and _hwrite to allow
3171         reading or writing 65535 bytes (thanks to Bruce Milner for this one).
3173         * [windows/message.c]
3174         Fixed bug in linked-list handling in MSG_DeleteQueue().
3175         Simplified SetMessageQueue().
3177         * [wine.ini] [wine.man]
3178         Updated for new drives configuration format.
3180 Tue Jan 30 11:24:46 1996  William Magro  <wmagro@tc.cornell.edu>
3182         * [controls/edit.c]
3183         Implemented ES_PASSWORD style, EM_SETPASSWORDCHAR and
3184         EM_GETPASSWORDCHAR messages.
3186         * [controls/widgets.c]
3187         Adjusted class creation flags to better match values Windows uses.
3189         * [include/windows.h]
3190         Fixed ES_NOHIDESEL typo.
3192         * [loader/ne_image.c]
3193         Added detection for zero offset in RADDR fixups. Quicken
3194         was in an infinite loop here.
3196 Mon Jan 29 20:12:22 1996  Albrecht Kleine  <kleine@ak.sax.de>
3198         * [files/dos_fs.c]
3199         Bugfix: range error in month value (0..11 set to 1..12).
3201         * [windows/caret.c]
3202         Changed ROP2-mode to R2_NOTXORPEN in CARET_Callback for pulsed
3203         appearance of the caret.
3205         * [windows/mdi.c] [include/mdi.h]
3206         Changed MDITile(): added a new parameter WORD wParam for
3207         WM_MDITILE second tiling method (MDITILE_HORIZONTAL in wParam) as
3208         used in Win3.1
3210 Sun Jan 28 14:20:00 1996  Cameron Heide  <heide@ee.ualberta.ca>
3212         * [miscemu/int2f.c]
3213         Added a small bit of MSCDEX emulation.
3215         * [windows/alias.c]
3216         ALIAS_RegisterAlias was returning the hash value when it should
3217         have been returning the record number.
3218         
3219 Sat Jan 27 10:53:51 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3221         * [include/shell.h] [include/wintypes.h]
3222         Moved definition of HKEY and LPHKEY types to include/wintypes.h.
3223         Declared FONTENUMPROC in wintypes.h.
3225         * [include/windows.h]
3226         Added definition of KERNINGPAIR and LPKERNINGPAIR types.  Added
3227         declarations for CopyCursor(), CopyIcon(), EnumFontFamilies(),
3228         ExtractIcon(), FatalAppExit(), FindExecutable(), GetClipCursor(),
3229         GetKerningPairs(), GetQueueStatus(), GetRasterizerCaps(),
3230         IsGDIObject(), IsMenu(), IsTask(), RegCloseKey(), RegCreateKey(),
3231         RegDeleteKey(), RegEnumKey(), RegOpenKey(), RegQueryValue(),
3232         RegSetValue(), ResetDC(), ShellExecute(), SystemParametersInfo(),
3233         and wsprintf().
3235         * [tools/makehtml.pl] [documentation/apiw.index]
3236         New files that scan windows.h, commdlg.h, and toolhelp.h and output
3237         an HTML sorted list with optional links to www.willows.com and a
3238         tally of unimplemented APIW functions.
3240         * [objects/cursoricon.c]
3241         Added Win32 versions of CopyIcon() and CopyCursor() for use in
3242         libwine.
3244         * [win32/resource.c] [win32/winprocs.c]
3245         Added '#include "libres.h"' and explicit declarations of windows
3246         procs in order to avoid warnings.
3248         * [windows/utility.c]
3249         Added Win32 version of MulDiv() for libwine.
3251         * [*/*] [include/windows.h]
3252         Changed several function declarations to comply more strictly to
3253         the windows API (without, hopefully, altering their functionality).
3255         * [controls/menu.c]
3256         Made the return value of CheckMenuItem be the previous state of
3257         the menu item if it was found, otherwise -1 as specified in the
3258         SDK. This conflicts with the APIW specification, which says it
3259         should return TRUE if successful, otherwise FALSE.
3261         * [include/windows.h]
3262         Added obsolete WM_SIZE message wParam names for compatibility.
3263         Added WinHelp() command constants, even though they are not yet
3264         supported.
3266         * [rc/winerc.c]
3267         Tidied up transform_binary_file().  In argument checking, flattened
3268         any invalid characters specified with the prefix argument.
3270         * [library/libres.c]
3271         Made FindResource() case-insensitive when parameter 'name' is a string.
3273 Sat Jan 27 02:30 1996  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de
3275         * [files/drive.c]
3276         If root "/" is given in wine.conf, use it as last resort.
3278         * [files/file.c]
3279         Report ER_AccessDenied it disk ist not writable
3280         More Debug Output
3282         * [miscemu/int21.c]
3283         Squeezed some bugs in ExtendedOpenCreateFile
3284         
3285         * [windows/winpos.c]
3286         Some windows may not be moved or resized. We are missing some
3287         structures to be exact, but the approach should help in some cases
3288         and make things worse in much fewer.
3290 Fri Jan 26 10:24:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3292         * [loader/pe_image.c]
3293         fixup_imports: Find builtins for Borland style entries, too
3295 Fri Jan 26 10:24:00 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3297         * [controls/menu.c]
3298         LoadMenu: branch to Win32 for PE modules
3300         * [if1632/gdi.spec][if1632/kernel32.spec][if1632/user32.spec]
3301         DeleteObject, GetPixel, SetPixel,WritePrivateProfileStringA,
3302         WriteProfileStringA, EmptyClipboard, EnableMenuItem, EnableScrollBar,
3303         EnableWindow, InvalidateRect, SetWindowTextA, WinHelpA: new relays
3304         DrawTextA, MoveToEx, GetClientRect, InvalidateRect, LoadBitmapA/W,
3305         LoadAcceleratorsA/W, LoadMenu[Indirect]A/W, LoadStringA/W: changed
3306         to convert parameters or naming convention
3308         * [include/kernel32.h][include/wintypes.h]
3309         moved WCHAR, defined LPWSTR
3311         * [include/string32.h][win32/string32.c][include/struct32.h]
3312         New files
3314         * [loader/module.h]
3315         LoadModule: exit after returning from PE_LoadModule
3317         * [loader/pe_image.c]
3318         my_wcstombs: isascii does not work on Linux for Unicode
3319         PE_LoadImage: Handle directories
3321         * [misc/user32.c]
3322         USER32_RECT32to16, USER32_RECT16to32: new functions
3323         implemented new user32 relays
3325         * [misc/newfns.c]
3326         WIN32_WinHelpA: new function
3328         * [win32/param32.c]
3329         New file
3331         * [win32/resource.c]
3332         GetResDirEntry: added support for named entries
3333         WIN32_LoadAcceleratorsW: invoke *32 resource functions
3334         WIN32_LoadBitmapA: convert name to unicode if appropriate
3335         WIN32_ParseMenu: new function
3336         implemented new resource functions from user32.spec
3338 Wed Jan 24 18:09:00 1996 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3340         * [objects/cursoricon.c]
3341         GetIconId() and LoadIconHandler() functions.
3343         * [windows/mdi.c]
3344         Better maximization support, TranslateMDISysAccel() function, 
3345         misc improvements.
3347         * [windows/defwnd.c]
3348         Fix for WM_WINDOWPOSCHANGED message handler.
3350         * [windows/winpos.c]
3351         Rewrote WindowFromPoint() function.
3353 Sun Jan 21 1996 17:05:09  Marcus Meissner <msmeissn@faui01.informatik.uni-erlangen.de>
3355         * [include/toolhelp.h] [misc/toolhelp.c]
3356         Added Notify(Un)Register, but no callbacks yet.
3358 Fri Jan 19 01:43:37 1996 Victor Schneider <root@tailor.roman.org>
3360         * [Makefile.in]
3361         Added target for libwine.so.1.0.
3363         * [library/winmain.c]
3364         For WINELIBDLL, _WinMain just returns hInstance instead of calling
3365         WinMain().
3367         * [misc/main.c]
3368         For WINELIBDLL, renamed main() to _wine_main() for calling from the
3369         stub main function.
3371         * [library/winestub.c] (new file)
3372         Provides a stub main() function for using libwine.so.
3374 Tue Jan 16 11:04:34 1996  Anand Kumria <akumria@ozemail.com.au>
3376         * [winsocket.c]
3377         Fix EPERM problem.
3379         * [global.c]
3380         Attempt to do some sanity checking in MemManInfo().
3382         * [Changelog]
3383         Fix changelog oversight for previous entry.
3385 ---------------------------------------------------------------------
3386 Sun Jan 14 13:45:22 1996  Alexandre Julliard  <julliard@sunsite.unc.edu>
3388         * [configure.in]
3389         Added check for gcc strength-reduce bug.
3391         * [controls/listbox.c]
3392         Changed ListBoxDirectory() to use the new DOS file functions.
3394         * [controls/menu.c]
3395         Fixed parameters for DeleteMenu() call in ChangeMenu().
3397         * [debugger/stack.c]
3398         Also display current frame in back-trace.
3400         * [files/directory.c] [files/dos_fs.c] [files/drive.c] [files/file.c]
3401         Complete rewrite of the DOS file handling.
3402         Implemented per-task file handles.
3403         Removed default Z: drive; needs to be put explicitely in wine.ini
3404         if desired.
3406         * [loader/module.c]
3407         Fixed file descriptor leak in LoadModule().
3409         * [loader/task.c]
3410         Initialise PDB file handle table in TASK_CreateTask().
3411         Close file handles on task termination.
3412         Implemented SetErrorMode().
3414         * [misc/network.c]
3415         Fixed WNetGetConnection() to use GetDriveType().
3417         * [misc/xmalloc.c]
3418         Added function xstrdup().
3420         * [miscemu/int21.c]
3421         Many changes for new DOS file functions.
3423         * [miscemu/interrupts.c]
3424         Moved DOS_GetEquipment() function into INT_Int11Handler().
3426         * [windows/win.c]
3427         Bug fix: create system menu before sending WM_NCCREATE.
3429         * [*/*.c]
3430         Replaced strcasecmp and strncasecmp by lstrcmpi and lstrncmpi for
3431         better portability.
3433 Sat Jan 13 16:13:02 1996  Jim Peterson <jspeter@birch.ee.vt.edu>
3435         * [include/wintypes.h]
3436         Added 'typedef HGLOBAL GOBALHANDLE;'.  This is not precisely in line
3437         with the true windows 'typedef HANDLE GLOBALHANDLE;', but I believe
3438         it should suffice.
3440         * [include/winsock.h]
3441         Added '#include <arpa/inet.h>' for various declarations.  '#ifdef'-ed
3442         out some old style internet address #define's.
3444         * [loader/task.c]
3445         Made MakeProcInstance() return first parameter #ifdef WINELIB32.
3446         Made FreeProcInstance() do nothing #ifdef WINELIB32.
3447         '#ifdef'-ed out TASK_AllocThunk(), as it was unused in WINELIB32.
3449         * [library/miscstubs.c]
3450         Made GetWndProcEntry16() return ACTIVATEAPP_callback() when called
3451         with name="ActivateAppProc".  This hardly seems correct, but it's my
3452         best guess as to how the emulator responds.
3454 Sat Jan  6 17:57:45 1996  Martin von Loewis <loewis@informatik.hu-berlin.de>
3456         * [if1632/kernel32.spec][win32/process.c]
3457         WIN32_GetProcAddress, LoadLibraryA: new functions
3459         * [if1632/relay32.c]
3460         RELAY32_GetEntryPoint: Removed code to load PE DLLs
3462         * [include/pe_image.h][include/pe_exe.h]
3463         struct pe_data: new fields base_addr,load_addr,vma_size,pe_reloc
3464         struct PE_Reloc_Block: new structure
3466         * [loader/module.c]
3467         MODULE_RegisterModule: new function
3469         * [loader/pe_image.c]
3470         PE_FindExportedFunction,PE_GetProcAddress: new functions
3471         fixup_imports: expect struct w_files* now, fill dlls_to_init,
3472                        load PE DLLs
3473         do_relocations: new functions
3474         calc_vma_size: renamed from dump_table
3475         PE_LoadImage: use malloc to allocate memory for image
3476         PE_InitDLL: expect HMODULE
3477         PE_InitializeDLLs: new function
3479         * [loader/task.c]
3480         NE_InitializeDLLs: branch to PE_InitializeDLLs for PE modules
3481         GetExePtr: Accept PE modules
3483         * [misc/commdlg.c]
3484         FILEDLG_WMCommand: unpack WIN32 WM_COMMAND appropriately for WineLib
3486 Thu Jan  4 11:36:21 1996  Manfred Weichel <Manfred.Weichel@mch.sni.de>
3488         * [misc/port.c]
3489         New file with usleep() function for SVR4.
3491         * [configure.in]
3492         Check for usleep() function.
3494 Tue Jan 02 14:00:00 1996  Anand Kumria <akumria@ozemail.com.au>
3496         * [if1632/toolhelp.spec] [include/toolhelp.h]
3497           [misc/user.c] [windows/message.c]
3498         Implement TOOLHELP.80 TimerCount. Fix GetTickCount.
3500         * [winsocket.c]
3501         Fixed ENOENT error.
3503         * [miscemu/dpmi.c]
3504         Implement DPMI Get Page Size (AX=0604, INT 31)
3506         * [memory/global.c]
3507         Implement TOOLHELP.72 GetMemManInfo.
3509 Mon Jan  2 10:33:00 1996  Thomas Sandford <t.d.g.sandford@prds-grn.demon.co.uk>
3511         * [if1632/callback.c]
3512         CallWindowProc() - When calling RELAY32_CallWindowProc, check
3513         whether lParam should be a SEGPTR, and if so convert it to one.
3515         * [if1632/gdi.spec] [if1632/kernel32.spec] [if1632/user32.spec]
3516         Numerous functions added, mostly calls to original (win16)
3517         functions.  Note that some (many) of these are probably not
3518         strictly correct, but with these additions freecell will at least
3519         display its main window though it is garbled.
3521         * [if1632/winprocs.spec]
3522         Completely rewritten - all WndProcs now have win32 versions to
3523         help with the lparam SEGPTR fix in callback.c
3525         * [include/kernel32.h]
3526         LPTCSTR defined.
3528         * [include/peexe.h]
3529         Definition of PE_Export_Directory amended.
3531         * [include/resource32.h]
3532         New file.
3534         * [include/stackframe.h]
3535         Definition of MAKE_SEGPTR macro #ifdef'd out and replaced with
3536         prototype for replacement function in memory/selector.c which
3537         can operate on any given memory address. This is currently
3538         required for win32 support. It is a dreadful cludge, and will
3539         certainly slow down other programs. If you are not interested
3540         in win32 development you may wish to reverse this patch.
3542         * [include/windows.h]
3543         Definition of SW_SHOWDEFAULT added.
3545         * [loader/pe_image.c]
3546         Extensive rewrites of xmmap() fixup_imports().
3547         PE_LoadImage() - initialisation of bss added, extraction of
3548         module name fixed, initialisation of DLL added.
3549         PE_InitDLL() - now does something.
3550         PE_Win32CallToStart() - initialisation of TEB pointed to by
3551         fs added.
3552         PE_InitTEB() created to perform TEB initialisation.
3554         * [memory/selector.c] 
3555         New function MAKE_SEGPTR() - see include/stackframe.h above.
3557         * [misc/user32.c]
3558         USER32_RegisterClassA(), CreateWindowExA() memory allocation
3559         method changed. This is probably now unnecessary with the
3560         new MAKE_SEGPTR handling code.
3561         USER32_DefWndProcA() removed to win32/winprocs.c
3562         USER32_TranslateMessage added.
3564         * [tools/build.c]
3565         handling of win32 spec files changed to support gcc2.6.X
3566         this requires optimisations to be disabled.
3568         * [win32/resource.c] [win32/newfns.c] [win32/heap.c] [win32/winprocs.c]
3569         New files.
3571         * [win32/Makefile.in]
3572         New files heap.c, newfns.c, resource.c and winprocs.c added to build.
3574         * [win32/file.c]
3575         New function W32_SetHandleCount.
3577         * [win32/init.c]
3578         WIN32_GetModuleHandle() - now returns handle of running process
3579         if called with NULL.
3580         GetStartupInfoA() - set cbReserved2 to 0.
3582         * [win32/memory.c]
3583         VirtualAlloc() - set mmap() file parameter to -1 instead of 0 to make
3584         it work with FreeBSD. Also check for return value. Removed extra
3585         return.
3587         * [windows/winpos.c]
3588         ShowWindow() - SW_SHOWDEFAULT handling kludged in.
3590 ----------------------------------------------------------------------
3591 Sat Dec 23 18:15:59 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3593         * [configure.in] [Makefile.in] [tools/install-sh]
3594         New 'install' target installs Wine binary, library and man page.
3595         Library is now more logically named libwine.a.
3596         Split toolkit/ directory into library (for library code) and
3597         libtest (for test programs).
3599         * [controls/edit.c]
3600         Quick hack to partially support EM_PASSWORD style (avoids
3601         displaying your passwords on the screen when testing programs...)
3603         * [configure.in] [controls/menu.c] [include/resource.h]
3604           [misc/commdlg.c] [misc/ole2nls.c] [misc/shell.c] [windows/msgbox.c]
3605         Language is now a run-time option (wine -language xx).
3607         * [debugger/dbg.y]
3608         Dump some more debugging info on crash.
3610         * [misc/profile.c]
3611         Only consider ';' as a comment if it's the first non-blank
3612         character on the line.
3614         * [miscemu/dpmi.c]
3615         More debugging info for real-mode callback.
3617         * [objects/gdiobj.c]
3618         Rewrote EnumObjects() to do the Right Thing.
3620         * [resources/sysres*]
3621         New directory containing system resources.
3623 Fri Dec 22 11:24:39 GMT 1995  John Harvey <john@division.co.uk>
3625         * [win32/file.c] [win32/memory.c]
3626         Unixware doesn't have MAP_ANON ifdefed out for now.
3628         * [misc/dos_fs.c]
3629         DOS_GetDosFileName didn't truncate paths starting ./ properly.
3631         * [tools/build.c]
3632         Produces assembly code that works with the unixware assembler.
3634 Wed Dec 20 22:22:29 +0100 1995  Morten Welinder <terra@diku.dk>
3636         * [miscemu/instr.c]
3637         INSTR_GetOperandAddr: 16-bit addresses should be masked to 16 bits.
3639         * [misc/dos_fs.c]
3640         DOS_readdir should always return directories, even if they don't
3641         match the file name mask.
3643 Tue Dec 19 18:00:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3644         
3645         * [misc/exec.c]
3646         Give arguments to winhelp.
3648         * [miscemu/int21.c]
3649         Implemented Interrupt 21 AX=6C00 EXTENDED OPEN/CREATE.
3650         Created function ExtendedOpenCreateFile.
3651         Give for some Windows95 interrupts the return value 'not
3652         implemented'.
3654 Sun Dec 17 16:51:56 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3656         * [include/kernel32.h] [include/windows.h]
3657         Moved the typedefs for SYSTEMTIME and LPSYSTEMTIME from
3658         include/kernel32.h to include/windows.h and declared the new Win32
3659         API functions Sleep(), GetLocalTime(), and GetSystemTime().
3660         Redefined INFINITE as 0xFFFFFFFF if WINELIB32.
3662         * [rc/rc (new file)]
3663         Created the shell script 'rc', which should simplify resource
3664         compilation.
3666         * [win32/environment.c]
3667         Kludged around an undefined reference to wine_files.  This change
3668         should be fixed some time.
3670         * [win32/time.c] [if1632/kernel32.spec]
3671         Added the functions GetSystemTime(), and Sleep().
3673         * [miscemu/int21.c]
3674         Renamed static function GetSystemTime to INT21_GetSystemTime to
3675         avoid conflicts with the API function of the same name.
3677         * [include/wintypes.h]
3678         Added the SPFMT definition for printf statements.
3680         * [misc/shell.c] [include/shell.h]
3681         Changed ERROR_* defines to SHELL_ERROR_*, as they were conflicting
3682         with the ones in include/winerror.h.  They should probably use the
3683         versions in winerror.h, but I'm not certain, and that can be done
3684         later.
3686         * [windows/mdi.c]
3687         Translated WM_MDIACTIVATE(?,(LOhwnd,HIhwnd)) messages to
3688         WM_MDIACTIVATE(HIhwnd,LOhwnd) for WINELIB32.  The ? parameter
3689         (boolean) was discarded with this translation.  Translated handler
3690         of WM_MDISETMENU(ref,(loHMENU,hiHMENU)) to handle
3691         WM_MDISETMENU(loHMENU, hiHMENU) messages in WINELIB32 (ref assumed
3692         false, call DrawMenuBar() if desired).
3694         * [*/*]
3695         General explicit casts and more rigid typing to remove warnings.
3697         * [include/winpos.h] [windows/winpos.c]
3698         Changed return type of WINPOS_ChangeActiveWindow to BOOL.
3700         * [include/commdlg.h] [misc/commdlg.c]
3701         Added prototypes for ChooseColor(), CommDlgExtendedError(),
3702         FindText() GetFileTitle(), GetOpenFileName(), GetSaveFileName(),
3703         PrintDlg, and ReplaceText().
3704         Renamed the CommDlgExtendError() function to CommDlgExtendedError().
3705         Made GetFileTitle return a short, as per the API definition.
3707         * [Makefile.in]
3708         Added line to clean and distclean that removes temporaries from
3709         the include directory.
3711 Sat Dec 16 19:39:14 MET 1995  Steffen Moeller <smoe0024@rz.uni-hildesheim.de>
3713         * [controls/edit.c]
3714         Almost rewrote EDIT_GetLineMsg.
3716 Sat Dec 16 13:51:48 MST 1995  Andrew Taylor <andrew@riscan.com>
3718         * [windows/mdi.c]
3719         Fixed MDITile() bug that occurs when 0 windows are present or all
3720         windows are minimized.
3722 Wed Dec 12 23:30:00 1995  Uwe Bonnes <bon@elektron.ikp.physik.th-darmstadt.de>
3724         * [misc/profile.c]
3725         Try harder to find files, especially in the working directory.
3726         Look in $HOME/.wine too and create it there if it isn't found.
3728 ----------------------------------------------------------------------
3729 Mon Dec 11 19:08:55 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3731         * [misc/lstr.c]
3732         Replaced wine_strncpy() by a 32-bit version of lstrcpyn(), since
3733         they do the same job.
3735         * [tools/build.c]
3736         Fixed __attribute__((stdcall)) to make it compile with gcc
3737         versions under 2.7. Doesn't mean it will run OK though...
3739 Sat Dec 09 13:22:58 1995  Cameron Heide  <heide@ee.ualberta.ca>
3741         * [include/kernel32.h] [include/winerror.h]
3742         Added file attribute definitions and more error codes.
3744         * [win32/error.c]
3745         Added some rudimentary errno-to-Win32 error conversion
3746         code.
3748         * [win32/file.c]
3749         Added to GetFileInformationByHandle, filled in some known
3750         error codes, and switched to dprintf_win32.
3752         * [win32/time.c]
3753         Added GetLocalTime.
3755 Fri Dec  8 14:37:39 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3757         * [controls/combo.c]
3758         Converted functions of the type LONG _(HWND,WORD,LONG) to the type
3759         LRESULT _(HWND,WPARAM,LPARAM) where needed.
3761         * [include/libres.h]
3762         Restructured libres prototypes to closer match the windows API.
3764         * [include/windows.h]
3765         Changed several API prototypes' parameter types from 'short' to INT,
3766         which is #defined as short in the emulator, but is a normal int in
3767         WINELIB32.  Also changed SEGPTR from DWORD to void* when WINELIB32.
3768         (This creates a lot of warnings at library-compile time, but less
3769         warnings at app-compile time.  I'll remove the warnings soon.)
3771         * [loader/resource.c]
3772         Fixed parameter mismatch in call to LIBRES_FindResource().  Changed
3773         various implementations of the LIBRES_* API functions.
3775         * [loader/signal.c]
3776         Deleted local 'i' from win_fault(), since it was unused.
3778         * [objects/bitblt.c]
3779         Mirrored changes to include/windows.h mentioned above.
3781         * [toolkit/hello3.c]
3782         Changed LoadMenuIndirect() call to LoadMenu() to test the new
3783         resource registration technique.
3785         * [toolkit/libres.c]
3786         Removed definition of 'struct resource' and fixed bugs in the resource
3787         implementation.  Implemented LIBRES_FindResource.
3789         * [windows/graphics.c]
3790         Mirrored changes to include/windows.h mentioned above.
3792 Thu Dec  7 23:15:56 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
3794         * [controls/edit.c]
3795         LOCAL_HeapExists: Changed parameter to HANDLE. For WineLib, return true
3797         * [controls/listbox.c]
3798         CreateListBoxStruct: Initialize HeapSel to 0 for WineLib
3800         * [include/listbox.h]
3801         change HeapSel from WORD to HANDLE
3803         * [include/resource.h][rc/winerc.c]
3804         struct ResourceTable: removed
3805         struct resource: moved to header file
3806         autoregister resources if supported by compiler
3808         * [memory/local.h]
3809         LOCAL_GetHeap: expect HANDLE rather than WORD
3810         
3811         * [toolkit/Makefile.in]
3812         Add ALLCFLAGS to make hello3
3814         * [toolkit/heap.c]
3815         LocalFree, HEAP_Free: handle 0 parameter gracefully
3817 Wed Dec 06 15:34:23 1995  Greg Cooper <cooper@ima-inc.com>
3819         * [misc/winsocket.c]
3820         Fixed the msgsnd and msgrcv errors that winsock programs get.
3822 Wed Dec 06 12:47:23 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
3823         
3824         * [if1632/kernel.spec]
3825         Fixed _hread and _hwrite return type
3827         * [if1632/relay32.c] [loader/pe_image.c]
3828         Hacked loading of PE-dll's in
3830         * [win32/advapi.c]
3831         Added stubs for RegCreateKeyEx, RegSetValueEx, RegQueryValueEx
3833         * [win32/file.c]
3834         Added stubs for OpenFileMapping, CreateFileMapping, MapViewOfFileEx
3836         * [win32/process.c]
3837         Added stubs for CreateMutexA, ReleaseMutex, CreateEventA,
3838         WaitForSingleObject, DuplicateHandle, GetCurrentProcess
3839         
3840 Mon Dec 04 13:06:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
3842         * [include/wine.h] [misc/lstr.c]
3843         Define wine_strncpy(). This function does not pad the buffer with 
3844         zeroes like GNU strncpy(), which might break some Windows programs
3845         that pass bogus size arguments.
3847         * [loader/module.c]: GetModuleFileName(),
3848         [misc/commdlg.c]: GetFileTitle(),
3849         [misc/keyboard.c], [misc/lstr.c]: lstrcpyn(),
3850         [misc/ole2nls.c], [misc/profile.c], [multimedia/mcistring.c],
3851         [multimedia/mmsystem.c], [objects/font.c]:
3852         Use wine_strncpy() where strings are returned to Windows programs.
3853         
3854         * [objects/metafile.c]
3855         PlayMetafile(): Clear the handle table before using it.
3857         * [misc/shell.c] [misc/main.c]
3858         Rename SHELL_RegCheckForRoot() to SHELL_Init() and call it from main().
3859         
3860         * [misc/profile.c]
3861         load(): Need to handle comments.
3862         
3863         * [toolkit/libres.c]
3864         Make it compile.
3865         
3866         * [windows/nonclient.c]
3867         Use MAKE_SEGPTR macro in two places where a user heap block used
3868         to be allocated instead.
3870 Sat Dec 02 16:43:43 1995 Ramon Garcia <ramon@ie3.clubs.etsit.upm.es>
3872         * [windows/winpos.c]
3873         In function SetWindowPos: do not redraw the parent of
3874         a window if the specified window is placed on the top.
3875         This avoids that ShowWindow(hwnd,1) hides hwnd instead
3876         of showing it.
3878 Sat Dec 02 11:00:00 1995 Alex Korobka <alex@phm30.pharm.sunysb.edu>
3880         * [windows/scroll.c]
3881         Now it can scroll children along with the client region of parent 
3882         window. Tried to optimize update region calculation. 
3884         * [windows/mdi.c]
3885         ScrollChildren function, more other features added. Basically
3886         a rewrite.
3888         * [windows/winpos.c] [windows/focus.c]
3889         Reimplemented window activation and focus handling.
3891         * [windows/nonclient.c]
3892         Added new flag WIN_NCACTIVATED.
3894         * [windows/message.c] [loader/task.c]
3895         Small changes (to maintain linked list of message queues).
3897 Wed Nov 29 15:51:48 1995  Daniel Schepler  <daniel@shep13.wustl.edu>
3899         * [include/options.h] [misc/main.c] [windows/defwnd.c]
3900           [windows/event.c] [windows/nonclient.c] [windows/win.c] [Wine.man]
3901         Implemented a -managed option to replace the standard Windows
3902         frame of top-level windows with the window manager's decorations.
3903         If a top-level window makes its own frame, this will still show
3904         up, inside the window manager decorations (I believe ctl3dv2.dll
3905         would do this, although I can't test this).
3907 ----------------------------------------------------------------------
3908 Tue Nov 21 18:49:10 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
3910         * [configure.in] [Makefile] [misc/dos_fs.c]
3911         Got rid of autoconf.h file.
3913         * [debugger/dbg.y]
3914         More logical behavior upon syntax errors.
3916         * [include/hook.h] [windows/hook.c]
3917         Changed hook structure and rewrote most of the hook functions for
3918         better compatibility, based on investigations by Alex Korobka.
3920         * [include/message.h] [windows/message.c]
3921         Added hooks to message queue structure and made the structure
3922         layout Windows-compatible.
3923         Added support for WH_MOUSE, WH_KEYBOARD, WH_HARDWARE and
3924         WH_JOURNALRECORD hooks.
3926         * [misc/main.c]
3927         Added command-line option for changing the language at run-time
3928         (not implemented yet), based on a suggestion from Michael Patra.
3930         * [objects/cursoricon.c]
3931         Fixed silly SEGPTR bug in DumpIcon().
3933 Mon Nov 20 22:22:22 1995  Alex Korobka <alex@phm30.pharm.sunysb.edu>
3935         * [controls/listbox.c] [controls/combo.c] [include/listbox.h]
3936         Partial implementaion of LBS_EXTENDEDSEL style,
3937         yet more updates for drag & drop support. Now works.
3939         * [windows/defwnd.c]
3940         More message handlers.
3942         * [windows/win.c]
3943         DragObject, DragDetect, AnyPopup functions. 
3945         * [controls/listbox.c]
3946         More kludgy fixes (WM_...TOITEM, etc.).
3948         * [objects/cursoricon.c] [objects/oembitmap.c]
3949         IconToCursor skeleton, patch for OBM_LoadCursorIcon to handle new
3950         cursor.
3952         * [include/bitmaps/ocr*]
3953         New OEM cursors.
3955 Mon Nov 20 11:05:20 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
3957         * [toolkit/heap.c]
3958         Swapped flags and size arguments to LocalRealloc as per changes in
3959         memory/local.c by William Magro in previous release.
3961         * [include/wintypes.h]
3962         Reinstated the #define's for 'min' and 'max', since they're part of
3963         the Windows API.  I really don't think it's a wise idea, so I put
3964         a '#ifndef DONT_DEFINE_min_AND_max' around them.  I think the actual
3965         WINE code should never use these (it should use 'MIN' and 'MAX'
3966         instead).
3968         * [loader/*]
3969         Put '#ifndef WINELIB' around many things that WINElib should not need.
3971         * [controls/edit.c]
3972         Took out many '#if defined(WINELIB)' sections with the associated
3973         comment 'temporary fix, until Local memory is correctly implemented in
3974         WINELIB', since the effective translations are now in 
3975         toolkit/miscstubs.c.
3976         Took out the #ifndef's I put in EDIT_ClearText.  Whoever modified this
3977         file fixed (or at least postponed) the bug I had encountered.
3979         * [loader/task.c]
3980         Put an #ifdef in TASK_CreateTask() that hardwires the current drive to
3981         C:  This will probably cause a lot of trouble if this change is
3982         forgotten in the future, but it will let things like the OpenFileName
3983         dialog work for now.
3985         * [toolkit/libres.c] [toolkit/Makefile.in] [toolkit/Makefile]
3986           [include/libres.h]
3987         Made new libres.c file, which will contain functions for supporting
3988         accessing resources by name in WINElib.  'winerc' will need to be
3989         changed.
3991         * [toolkit/heap.c]
3992         Refined memory routines to allow for differences between LocalAlloc
3993         and GlobalAlloc and between LocalSize and GlobalSize.
3995         * [windows/message.c] [include/windows.h]
3996         Defined the GetCurrentTime routine in windows/message.c, and removed
3997         the #define in windows.h.
3999 Mon Nov 20 00:36:42 MET 1995 Sven Verdoolaege <skimo@dns.ufsia.ac.be>
4001         * [*/*]
4002         Added new debugging type DEBUG_WIN32 and DEBUG_ENV.
4004         * [loader/module.c]
4005         Added undocumented GetExpWinVer.
4007         * [tools/build.c]
4008         Previous code didn't pop possibly changed %esi, %edi and %edx
4009         from the stack.
4010         
4011         * [win32/advapi.c]
4012         Added GetUserNameA.
4014         * [win32/code_page.c]
4015         Added stub for MultiByteToWideChar.
4017         * [win32/console.c]
4018         Added SetConsoleCtrlHandler stub.
4020         * [win32/file.c]
4021         Added ReadFile CreateFileA GetFileInformationByHandle stubs.
4022         Added CloseHandle.
4024         * [win32/memory.c]
4025         Changed VirtualAlloc and VirtualFree.
4027         * [win32/process.c]
4028         Added ExitProcess.
4030 Sun Nov 19 17:54:42 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4032         * [include/windows.h]
4033         Fixed a few broken structure definitions.
4035         * [loader/resource.c]
4036         FindResource(): Need to check for '#xxx' strings here.
4038         * [miscemu/int21.c]
4039         FindNext(): Return MS-DOS filenames uppercase.
4041         * [objects/cursoricon.c]
4042         CreateIcon(), CreateCursor(): Added missing element to CURSORICONINFO
4043         initializers.
4044         
4045         * [misc/file.c]
4046         _lopen(): Files opened in OF_WRITE mode are truncated.
4047         OpenFile(): Ignore OF_READ/OF_WRITE/OF_READWRITE when files are
4048         created; use read/write mode.
4049         
4050         * [misc/profile.c]
4051         load(): Rewritten.
4052         
4053         * [misc/commdlg.c]
4054         Fixed bad call to strncpy() that smashed the stack.
4056         * [controls/combo.c] [windows/winpos.c] [memory/selector.c]
4057         Operator precedence fixes. People who use gcc 2.7.1 don't need a
4058         debugger :-)
4059         
4060         * [if1632/gdi.spec] [objects/palette.c]
4061         Add ResizePalette() and AnimatePalette() stubs. They don't do anything,
4062         but sometimes that's good enough.
4064 Fri Nov 17 09:10:35 GMT 1995  John Harvey <john@division.co.uk>
4066         * [include/wine.h] [include/registers.h] [include/winsock.h]
4067         Added definitions for Unixware.
4069         * [loader/signal.c] [misc/comm.c] [misc/winsocket.c]
4070         Misc. fixes for Unixware.
4072         * [loader/task.c]
4073         Made assignemts to context in InitTask for registers use the macros
4074         from registers.h to make them more portable. (Needed for Unixware)
4076         * [tools/build.c]
4077         Fixed register acces routines to work on Unixware. Bit grubby but
4078         it seems to work.
4080         * [controls/edit.c]
4081         EDIT_WM_NCCreate allocates local heap if hasn't been previously
4082         allocated.
4083         
4084         * [miscemu/int21.c]
4085         mkdir now creates directory with permission to access it.
4087         * [misc/dos_fs.c]
4088         mkdir now creates directory with permission to access it.
4089         DOS_opendir now uses linked list of dirents to avoid problems with 
4090         realloc changing address of malloced memory.
4092 Thu Nov 16 12:47:13 1995  Michael Patra  <patra@itp1.Physik.TU-Berlin.DE>
4094         * [controls/menu.c]
4095         MENU_CalcItemSize(): Fixed handling of empty menu items.
4097 Sat Nov 11 21:46:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4099         * [misc/file.c]
4100         In OpenFile, unlink should be done on the unix filename.
4102 Sat Nov 11 16:43:29 1995  Cameron Heide  (heide@ee.ualberta.ca)
4104         * [include/handle32.h]
4105         New header file containing internal Win32 kernel handle
4106         information.
4108         * [win32/file.c]
4109         Added ReadFile, CreateFile, and CloseFileHandle, and did
4110         some reorganizing to match the new handle allocation scheme.
4112         * [win32/init.c]
4113         Added CloseHandle and the creation of standard I/O handles.
4115         * [win32/object_mgt.c]
4116         New module for allocating and freeing Win32 kernel handles.
4118 ----------------------------------------------------------------------
4119 Fri Nov  3 20:08:17 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4121         * [configure.in]
4122         Attempt to check for -li386 on NetBSD. Please test this.
4124 Mon Oct 30 12:40:32 EST 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4126         * [*/*]
4127         Eliminated various warnings with either explicit casts or more
4128         accurate variable/parameter declarations (e.g. INT instead of short
4129         or WORD).
4130         Changed macros 'min' and 'max' to 'MIN' and 'MAX', since they're
4131         macros.
4133         * [controls/edit.c] [windows/defdlg.c]
4134         Added '#ifdef SUPERFLUOUS_FUNCTIONS' wrappers around function
4135         definition of EDIT_KeyVScrollDoc, EDIT_TextLineNumber, and
4136         DEFDLG_FindDefButton to avoid warnings.
4138         * [controls/button.c] [controls/scroll.c] [windows/defwnd.c]
4139           [windows/message.c] [windows/nonclient.c]
4140         Converted MAKEPOINT macro call to manual conversion.
4142         * [include/windows.h]
4143         For WINELIB32, structures POINT, SIZE, and RECT have LONG members
4144         instead of INT.  This also invalidates the macro MAKEPOINT(), which
4145         is not supported in Win32.  Also defined the POINTS structure (SHORT
4146         members) and the MAKEPOINTS macro.
4148         * [misc/commdlg.c]
4149         Changed a lot of 'strcpy' calls to 'strncpy' calls.  I'm desperate to
4150         find this memory bug, and this should be done anyway.
4152         * [controls/edit.c]
4153         Well, the alteration mentioned above didn't do it, but #ifdef'ing out
4154         a few lines in EDIT_ClearText did.  This leads to bugs, but for now,
4155         it's better than bizzare memory troubles.
4157         * [toolkit/miscstubs.c]
4158         Removed warning messages in GLOBAL_CreateBlock(), GLOBAL_FreeBlock(),
4159         and RELAY32_GetEntryPoint().  These are the most popular warnings, and
4160         their current implementation seems fine.
4162 Sat Oct 28 09:39:18 1995  Jochen Karrer <cip307@wpax01.Physik.Uni-Wuerzburg.DE>
4164         * [objects/cursoricon.c]
4165         Fix for "broken" X servers that invert masked cursor colors.
4167 Fri Oct 27 19:27:21 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
4169         * [windows/dialog.c] [windows/nonclient.c]
4170         Remove unnecessary items from the system menu.
4172 Thu Oct 26 05:03:03 MET 1995  Philippe De Muyter <phdm@info.ucl.ac.be>
4174         * [objects/color.c] [objects/palette.c]
4175         Make GetNearestColor return a RGB value instead of a pixel value.
4177 Wed Oct 25 23:33:39 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4179         * [controls/desktop.c][controls/menu.c][include/menu.h]
4180         Changed WORD parameters to UINT parameters.
4182         * [include/wintypes.h]
4183         Made UINT 32bit for WINELIB.
4185         * [loader/main.c]
4186         Disabled RELAY32_Init and MODULE_Init for WINELIB.
4188         * [misc/main.c]
4189         Assume CPU386 for WINELIB.
4191         * [rc/winerc]
4192         add_popup: set MF_POPUP flag on menu item.
4194         * [toolkit/Makefile.in][toolkit/hello3.c][toolkit/hello3res.c]
4195         Add resource demo hello3 for WINELIB.
4196         New file README.resources.
4198         * [toolkit/miscstubs.c]
4199         Add a case for 17.
4201 Tue Oct 17 15:13:10 IST 1995  Itai Nahshon <nahshon@vnet.ibm.com>
4203         * [loader/module.c]
4204         Do not append .exe if the file name already has an extension.
4206         * [misc/profile.c]
4207         Avoid creating a file with a junk name if a .ini file does not
4208         exist.
4210         * [if1632/gdi.spec] [if1632/user.spec] [if1632/dummy.c]
4211         Added a lot of dummy stubs for Windows Hebrew version.
4213 Tue Oct 17 01:03:24 1995 William Magro <wmagro@tc.cornell.edu>
4215         * [controls/button.c]
4216         Fix for buttons with no label.
4218         * [controls/combo.c][controls/listbox.c]
4219         Fixes for scrollbar positioning.  Now disappears correctly
4220         for short lists.
4222         * [controls/edit.c]
4223         Handle memory allocation differently when building as library.
4225         * [controls/static]
4226         Don't destroy old icon before drawing new icon. (Fixes landscape/
4227         portrait toggle icon in print dialog.)
4229         * [if1632/gdi.spec]
4230         New functions SetMetaFileBits and GetMetaFileBits
4232         * [include/sysmetrics.h] [windows/sysmetrics.c]
4233         Add support for GetSystemMetrics(SM_CMETRICS) == SM_CMETRICS
4235         * [include/windows.h]
4236         META_EXTTEXTOUT, not META_SETTEXTOUT
4237         define GetCurrentTime as GetTickCount (for wine library)
4239         * [loader/main.c]
4240         Don't initialize built-in modules in wine library
4242         * [memory/local.c]
4243         LocalReAlloc was defined incorrectly. Swap flags and size arguments.
4245         * [misc/main.c]
4246         Always report CPUTYPE=4 to wine library.
4248         * [objects/dib.c]
4249         RLE8 images were missing top line when decompressed.
4251         * [objects/metafile.c]
4252         SetMetaFileBits and GetMetaFileBits implemented.  Works when called
4253         from winhelp.  More testing needed.  Various memory leaks plugged.
4254         Various other bug fixes.  New metafile operations added in
4255         PlayMetaFileRecord: CreatePalette, SetTextAlign, SelectPalette,
4256         SetMapperFlags, RealizePalette, ExtTextOut, Escape.  Testing needed.
4258         * [toolkit/heap.c]
4259         LocalUnLock changed to LocalUnlock
4261 Sun Oct 15 21:55:33 1995  Anand Kumria <akumria@ozemail.com.au>
4262         
4263         * [misc/winsock.c] 
4264         Return the correct error number, for host lookup operations.
4265         Also, correct the problem with send_message.
4267 Fri Oct 13 19:04:35 1995  Morten Welinder  <terra@diku.dk>
4269         * [Makefile.in]
4270         Using nm's built-in sorting.
4272         * [*/*.c]
4273         Use xmalloc for malloc and xrealloc for realloc in all ungarded
4274         cases.
4276         * [debugger/dbg.y]
4277         Handle C-like expressions.  Clean-up.
4279         * [debugger/debug.l]
4280         Lots of new tokens for expressions.
4282         * [debugger/info.c]
4283         Implement "list" command for disassembling.
4285         * [misc/ole2nls.c]
4286         Implement more Danish stuff.
4288 Fri Oct  6 10:39:39 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4290         * [loader/module.c]
4291         Updated self-loading modules to support for new 32 bit 
4292         stack frames.
4294 ----------------------------------------------------------------------
4295 Sun Oct  1 15:48:34 1995  Alexandre Julliard  <julliard@sunsite.unc>
4297         * [controls/menu.c]
4298         Fixed GetMenuString() for non-string items.
4300         * [debugger/*.c]
4301         First attempt to check validity of pointers before memory
4302         accesses. For now only segmented pointers are checked.
4304         * [debugger/dbg.y] [memory/ldt.c]
4305         Added possibility to dump only one segment with 'info segment'.
4307         * [include/bitmaps/ocr_*]
4308         Added all OEM cursors as XPM bitmaps.
4310         * [include/cursoricon.h] [objects/cursoricon.c]
4311         Rewrote all cursor and icon management to use the same memory
4312         layout as Windows, and to factor common code between icons and
4313         cursors. Implemented icon directory lookup to find the best
4314         matching icon (i.e. the color one).
4315         Implemented CopyCursor() and DumpIcon().
4317         * [loader/module.c]
4318         For disabled built-in modules, we now try to load the Windows DLL
4319         first, and if this fails we fall back to using the built-in module
4320         anyway.
4322         * [memory/global.c]
4323         Fixed GlobalHandle() to return the correct selector in the high
4324         word even if we are passed a handle in the first place.
4326         * [miscemu/instr.c]
4327         Take into account the size of the operand and of the stack segment
4328         when incrementing the stack pointer.
4329         Avoid referencing FS_reg and GS_reg on *BSD.
4331         * [objects/dib.c]
4332         All DIB functions now accept a BITMAPCOREHEADER format bitmap.
4333         Monochrome DIBs are created as monochrome bitmap iff they are
4334         black and white.
4336         * [objects/oembitmap.c]
4337         Added support for OEM cursors, changed OBM_LoadIcon to use the new
4338         icon memory layout.
4340         * [rc/sysres_Fr.rc]
4341         Added French [Fr] language support.
4343         * [win32/environment.c]
4344         Fixed GetCommandLineA() to use current PDB.
4346         * [windows/event.c] [windows/winpos.c]
4347         Simulate a mouse motion event upon SetWindowPos() to force the
4348         cursor to be set correctly.
4350 Sat Sep 30 17:49:32  Cameron Heide  (heide@ee.ualberta.ca)
4352         * [win32/*]
4353         New Win32 kernel functions: GetACP, GetCPInfo,
4354         GetEnvironmentVariableA, GetFileType, GetLastError, GetOEMCP,
4355         GetStartupInfoA, GetTimeZoneInformation, SetEnvironmentVariable,
4356         SetFilePointer, SetLastError, VirtualAlloc, VirtualFree,
4357         WriteFile.  Completed implementations of GetCommandLineA.
4359         * [include/kernel32.h]
4360         New file.
4362         * [loader/main.c]
4363         Call initialization function for Win32 data (doesn't currently do
4364         anything).
4366         * [misc/main.c]
4367         Implemented GetEnvironmentVariableA, SetEnvironmentVariableA.
4369 Sat Sep 30 00:26:56 1995  Niels de Carpentier  <niels@cindy.et.tudelft.nl>
4371         * [windows/winpos.c][miscemu/emulate.c][loader/module.c]
4372           [misc/commdlg.c]
4373         Misc. bug fixes
4375 Fri Sep 29 16:16:13 1995  Jim Peterson <jspeter@birch.ee.vt.edu>
4377         * [*/*]
4378         For Winelib, explicit casts have been placed where warnings were
4379         usually generated.
4380         printf formats which give the format for printing a handle as
4381         "%04x" or something similar have been changed to use the NPFMT
4382         macro defined in include/wintypes.h.  Some times, explicit casts
4383         were also necessary.
4384         Parameter, field, and variable declarations have been made more
4385         exact, such as converting 'WORD wParam' to 'WPARAM wParam' or
4386         'WORD hFont' to 'HFONT hFont'.
4387         Any call of the form GetWindowWord(hwnd,GWW_HINSTANCE) has been
4388         replaced with a call to WIN_GetWindowInstance(hwnd).
4390         * [controls/combo.c]
4391         Added WINELIB32 support in CLBoxGetCombo().
4393         * [include/dialog.h]
4394         Commented out the '#ifndef WINELIB' around the '#pragma pack(1)'.
4395         winelib needs the packing as well (e.g. when accessing resources
4396         like sysres_DIALOG_SHELL_ABOUT_MSGBOX).
4398         * [include/windows.h]
4399         Got rid of the F[a-k] macros, which were cluttering up the global
4400         namespace.
4402         * [include/windows.h] [windows/defwnd.c]
4403         Added Win32 messages WM_CTLCOLOR*.
4405         * [include/wintypes.h]
4406         Put in preprocessor '#define WINELIB32' if appropriate and changed
4407         the types of some typedefs (WPARAM, HANDLE) based on this.
4408         
4409         * [loader/module.c] [toolkit/miscstubs.c]
4410         Added #ifdef'd portion in LoadModule to handle loading a WINElib
4411         module (already loaded, just init values).  '#ifdef'ed out the
4412         definition for GetWndProcEntry16 and added a new version to
4413         toolkit/miscstubs.c.
4415         * [misc/shell.c]
4416         Adjusted the lengths of AppName and AppMisc from 512,512 to 128,906.
4417         Same amount of total storage, but much more reasonable.  Also, changed
4418         calls to strcpy() in ShellAbout() to calls to strncpy() instead.
4419         This was a difficult bug to track down, but the AppMisc field was
4420         being initialized with the contributers text, which was much larger
4421         than 512 characters.
4423         * [toolkit/atom.c]
4424         New file for atom-handling functions.  Copied from memory/atom.c and
4425         then heavily modified.  Right now, it's just a linked list of atoms.
4426         Consider it as a hash table with just one entry.  It's easily changed
4427         later.
4429         * [toolkit/heap.c]
4430         Commented out the heap functions with a "#ifdef WINELIB16" and put in
4431         a Win32 version (which is basically a modified copy).
4433         * [toolkit/sup.c] [toolkit/miscstubs.c]
4434         Moved the stuff I put in toolkit/sup.c into toolkit/miscstubs.c and
4435         added quite a few more stubs.
4437         * [toolkit/winmain.c]
4438         Rearranged startup code in _WinMain.  I think this will work.
4440         * [toolkit/Makefile.in]
4441         Added targets for 'hello' and 'hello2' in case anyone cares to try
4442         out the sample programs.
4444 Wed Sep 27 23:13:43 1995  Anand Kumria <akumria@ozemail.com.au>
4445         
4446         * [miscemu/int2f.c] [miscemu/vxd.c] [if1632/winprocs.spec]
4447         First attempt at support for some VxDs. Comm, Shell and Pagefile.
4449 Tue Sep 26 21:34:45 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
4451         * [misc/dos_fs.c]
4452         DOS_SimplifyPath: Also remove "/./" from path. (Happens when
4453         starting applications like 'wine ./excel.exe')
4455 Sat Sep 23 23:32:40 1995  Morten Welinder  <terra@diku.dk>
4457         * [configure.in]
4458         Avoid relative path for wine.ini.
4460         * [rc/sysres_Da.rc]
4461         Support for Danish [Da] language.
4463         * [misc/main.c] [miscemu/cpu.c]
4464         Return the processor we're running on correctly.
4466         * [miscemu/int2f.c]
4467         Minor stuff in int 0x2f, function 0x16.
4469 Sat Sep 23 1995 17:58:04  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4471         * [misc/shell.c] [misc/main.c]
4472         Implement saving and loading of the registry database (needed for
4473         OLE). Very experimental. Fixed ShellExecute().
4474         
4475         * [miscemu/int21.c]
4476         EEXIST is not a critical error condition for mkdir().
4478 Fri Sep 22 01:33:34 1995  Alex Korobka  <alex@phm6.pharm.sunysb.edu>
4480         * [include/shell.h] [misc/shell.c]
4481         Implemented 4 drag/drop functions with documented functionality.
4483         * [multimedia/time.c]
4484         "Fixed" MMSysTimeCallback kludge so Excel5 loads up without crashing.
4486         * [*/*] 
4487         Added new files, more message definitions, structures, debug info,
4488         etc.  Rewrote message logging functions to produce output similar
4489         to WinSight.  Check out -debugmsg +message option.
4491         * [misc/file.c]
4492         Fixed GetDriveType return value.  
4494         * [windows/message.c] 
4495         Hooks are invoked in normal order.
4497         * [miscemu/*]
4498         Added some functions and interrupts.
4500         * [misc/shell.c]
4501         Implemented Drag... functions.
4503 Thu Sep 21 23:50:12 1995  Jukka Iivonen <iivonen@cc.helsinki.fi>
4505         * [rc/sysres_Fi.rc] [rc/sysres.rc]
4506         First attempt at Finnish [Fi] language support.
4508 ----------------------------------------------------------------------------
4509 Sun Sep 17 16:47:49 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4511         * [configure.in] [*/Makefile.in] [Make.rules.in]
4512         Cleaned up makefiles, added configuration option for Winelib,
4513         grouped common make rules in Make.rules.in.
4515         * [Configure]
4516         Renamed to 'Configure.old'; please use 'configure' instead.
4518         * [controls/menu.c]
4519         Fixed DestroyMenu() to avoid deleting the same menu twice.
4520         More fixes to WM_MENUSELECT, and added WM_INITMENU.
4522         * [if1632/relay.c]
4523         Fixed wrong register values displayed by RELAY_DebugCall32().
4525         * [memory/local.c]
4526         Fixed LocalLock() and LocalUnlock() to increment/decrement the
4527         lock count for moveable blocks.
4529         * [misc/commdlg.c] [misc/shell.c] [rc/winerc.c]
4530         Modified the generated C file so that the resource information
4531         (size, etc.) is also exported.
4532         Modified common dialogs to use the new informations.
4534         * [misc/main.c] [ANNOUNCE]
4535         Update the list of contributors. Please let me know if I forgot
4536         someone.
4538         * [rc/sysres.rc] [rc/sysres_En.rc]
4539         Moved English resources to sysres_En.rc.
4540         Changed ids from numeric to symbolic for dialogs.
4542         * [windows/dialog.c]
4543         Modified template parsing to be able to pass segmented pointers to
4544         CreateWindow().
4546         * [windows/win.c]
4547         CreateWindow() now takes segmented pointers for class and window
4548         names.
4549         Maxmimize or minimize the window upon creation if the WS_MAXIMIZE
4550         or WS_MINIMIZE bits are set.
4552 Thu Sep 14 17:19:57 1995  Paul Wilhelm  <paul@paul.accessone.com>
4554         * [controls/scroll.c]
4555         Fixed scroll-bar bugs for non-client windows.
4557 Thu Sep 14 14:04:14 MET DST 1995 Jochen Hoenicke <Jochen.Hoenicke@arbi.Informatik.Uni-Oldenburg.de>
4559         * [include/cursor.h] [windows/cursor.c]
4560         Cursor is not mirrored any more and the hotspot is set right.
4562 Wed Sep 13 14:22:31 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4564         * [ole.h]
4565         Misc small fixes.
4567 Mon Sep  4 00:01:23 1995  Jon Tombs <jon@gte.esi.us.es>
4569         * [rc/sysres_Es.rc]
4570         First attempt at Spanish [Es] language support.
4572 Sun Sep  3 13:22:33 1995     Martin von Loewis <loewis@informatik.hu-berlin.de>
4574         * [include/alias.h][windows/alias.c][include/relay32.h]
4575         New files
4577         * [controls/widgets.c]
4578         WIDGETS_Init: register alias window procedures
4580         * [if1632/callback.c]
4581         CallWndProc: Call alias functions if necessary
4583         * [if1632/gdi32.spec]
4584         GetStockObject, TextOutA: new relays
4586         * [misc/user32.c][if1632/user32.spec][misc/Makefile.in][misc/Imakefile]
4587         user32.c: new file
4588         BeginPaint,CreateWindowExA,DefWindowProcA,DispatchMessage,EndPaint,
4589         GetMessageA,RegisterClassA,ShowWindow,UpdateWindow: new relays
4591         * [if1632/winprocs32.spec][loader/pe_image.c][loader/module.c]
4592         PE_Win32CallToStart: new function
4593         MODULE_CreateInstance: removed static attribute
4594         LoadModule: Try loading PE image on error 21
4595         PE_LoadModule: new function
4596         PE_LoadImage: initialize pe_data with 0
4597         
4598         * [include/dlls.h][include/peexe.h]
4599         moved pe_data and w_files to peexe.h
4600         
4601         * [misc/shell.c]
4602         ShellAbout: Register AboutWndProc aliases
4604         * [miscemu/int21.c]
4605         handle 0x440A and 0xDC
4607         * [miscemu/int2f.c]
4608         handle 0x84
4610         * [objects/dib.c]
4611         CreateDIBitmap: complain if BITMAPINFOHEADER is of wrong size
4613         * [tools/build.c]
4614         include windows.h and relay32.h into generated Win32 relays,
4615         don't declare the implementation as int (*)();
4616         limit in WIN32_builtin was off by one
4618         * [windows/caret.c]
4619         CARET_Initialize: new function, call on strategic places
4621         * [windows/messagebox.c]
4622         MessageBox: register message box proc aliases
4624         * [if1632/advapi32.spec][if1632/comdlg32.spec]
4625         New files
4627         * [if1632/Makefile.in][if1632/Imakefile][if1632/relay32.c]
4628         added new spec files
4629         RELAY32_GetBuiltinDLL: perform lookup case insensitive
4630         RELAY32_GetEntryPoint: start name search at 0
4632         * [if1632/user.spec][if1632/kernel.spec][if1632/gdi.spec]
4633         Added stubs for new Win95 API
4635 Sat Sep 2 1995  Martin Roy
4637         * [misc/commdlg.c]
4638         In WM_INITDIALOG, current filter must reflect lpofn->nFilterIndex.
4639         When process IDOK button in FILEDLG_WMCommand(),
4640         lpofn->nFilterIndex should be updated to current selection.
4642 Thu Aug 31 15:00:00 1995 Ram'on Garc'ia <ramon@ie3.clubs.etsit.upm.es>
4644         * [loader/module.c] [loader/ne_image.c]
4645         Added support of self-loading modules.
4647 ---------------------------------------------------------------------
4648 Thu Aug 31 17:19:57 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4650         * [Configure]
4651         Added compile-time option for IPC.
4653         * [configure.in]
4654         Added command-line options for language, IPC and malloc
4655         debugging.
4657         * [controls/menu.c]
4658         WM_MENUSELECT was sometimes sent to the wrong window.
4660         * [debugger/break.c]
4661         For the 'next' command, only step over instruction that require
4662         it. This allows 'next' to do the right thing with jmp and ret
4663         instructions.
4665         * [ipc/*.c] [memory/atom.c] [memory/global.c]
4666         IPC can now be configured out at compile-time.
4668         * [loader/task.c]
4669         Bug fix in TASK_Reschedule() that could cause a task to be deleted
4670         twice.
4672         * [miscemu/dosmem.c] (New file)
4673         Partial emulation of the BIOS data segment.
4675         * [miscemu/instr.c]
4676         Trap attempts to access selector 0x40 and remap the access to
4677         segment __0040H.
4679         * [tools/build.c]
4680         Fixed bug in CallTo32_LargeStack() that caused problems when
4681         compiling Wine with the -fomit-frame-pointer option.
4683         * [windows/message.c]
4684         Fixed bug in hardware event handling that could cause some events
4685         to get ignored.
4687 Sat Aug 26 13:12:59 IST 1995 Michael Veksler <mveksler@vnet.ibm.com>
4689         * [ipc/README] [ipc/dde.tex]
4690         LaTeX documentation for the ipc and DDE stuff.
4692 Wed Aug 23 22:01:23 GMT 1995 Michael Veksler <mveksler@vnet.ibm.com>
4694         * [ipc/Imakefile] [ipc/wine_test_stub.c]
4695         Fixed IPC testing. Now it can be compiled with "make tests"
4697 Wed Aug 23 21:04:14 1995  Fons Botman  <botman@wab-tis.rabobank.nl>
4699         * [if1632/kernel.spec] [include/windows.h] [misc/main.c]
4700         Added GetWinDebugInfo/SetWinDebugInfo stub for player.exe
4702 Sun Aug  20 13:49:42 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4704         * [miscemu/int21.c]
4705         Misc fix to int21,ah=40 (write) to match _lwrite().
4706         AX=0x440A (check if handle is remote) added.
4708         * [multimedia/mmsystem.c]
4709         Moved mciSendString to mcistring.c.
4711         * [multimedia/mcistring.c]
4712         New file, string interface for MCI (not complete, not thoroughly
4713         tested).
4715         * [multimedia/audio.c]
4716         IOCTL prints errors; one paranoid check disabled.
4718         * [misc/file.c]
4719         Misc operator precedence fixes.
4721         * [if1632/gdi.spec] [objects/bitblt.c]
4722         Stub for FastWindowFrame (parameters not correct).
4724 Sat Aug 19 01:31:23 1995  Graham Menhennitt <gfm@werple.mira.net.au>
4726         * [loader/ne_image.c]
4727         Preliminary support for iterated segments.
4729 Sat Aug 19 00:43:04 1995  Andrew Taylor  (andrew@riscan.com)
4731         * [windows/mapping.c]
4732         In function MAPPING_FixIsotropic(), VportExt[XY] is multiplied by
4733         the absolute value of (ydim / xdim) or (xdim / ydim).
4735 Thu Aug 15 23:00:16  Gregory Trubetskoy  <grisha@mira.com>
4737         * [objects/oembitmap.c]
4738         Added some includes for Windows 95.
4740         * [include/sysmetrics.h]
4741         Added some sysmetrics for Windows 95.
4743         * [include/bitmaps/*95]
4744         New files: obm_close_95, obm_closed_95, obm_reduce_95, obm_reduced_95
4745         obm_zoom_95, obm_zoomd_95 - these are some pixmaps for Windows 95.
4747 Thu Aug 10 12:00:00 1995  Jan Willamowius  (jan@janhh.shnet.org)
4749         * [misc/shell.c] [rc/sysres*.rc]
4750         The caption of the ShellAbout dialog box is language specific and
4751         should be defined in the resources.
4753 ----------------------------------------------------------------------
4754 Thu Aug 17 19:30:14 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4756         * [*/Makefile.in]
4757         Removed winelibclean target, as it doesn't work anyway.
4759         * [controls/button.c]
4760         Avoid drawing the focus rectangle outside of the button.
4762         * [controls/widgets.c]
4763         Fixed bug with the size of the reserved bytes for the Edit
4764         control (caused Eudora to crash).
4766         * [debugger/*] [include/debugger.h]
4767         Unified debugger address handling. Segmented and linear addresses
4768         are no grouped in a single type DBG_ADDR.
4769         All commands now accept seg:off addresses.
4770         Module entry points are now loaded upon first entry to the
4771         debugger, so that entry points of the loaded executable also
4772         appear in the symbol table.
4774         * [include/registers.h] [miscemu/*.c]
4775         Register macros are now of the form 'AX_reg(context)' instead of 'AX'.
4776         This makes code less readable, but will prevent a lot of name
4777         clashes with other definitions. It also avoids a hidden reference
4778         to the 'context' variable.
4780         * [ipc/dde_atom.c] [misc/atom.c]
4781         All *AddAtom and *FindAtom functions now take a SEGPTR parameter,
4782         to allow supporting integer atoms.
4783         Moved atom.c to memory/ directory.
4785         * [loader/task.c]
4786         Fixed environment allocation to compute the size dynamically.
4787         Added 'windir' environment variable.
4788         Fixed GetDOSEnvironment() to return the current task environment.
4790         * [windows/message.c]
4791         Fixed bug in MSG_GetWindowForEvent().
4793 Wed Aug  9 11:40:43 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
4795         * [include/ole.h]
4796         Added a lot of structures  from my Borland Manual. Neither complete,
4797         nor 100% right (check please)
4798         
4799         * [misc/shell.c]
4800         Fixed some of the Reg* functions.
4801         Enhanced ShellExecute.
4802         Please test: wine "regedit.exe /v" mplayer.exe soundrec.exe
4803         Do YOU know the format of \WINDOWS\REG.DAT? Mail me please :)
4805         * [misc/dos_fs.c]
4806         Make umsdos mounted windows dirs work again.
4808         * [miscemu/emulate.c]
4809         Added some comments, preimplementation of subfunction 7.
4811         * [multimedia/mmsystem.c]
4812         Implemented mciSendString. not complete, not clean, not
4813         necessarily working (only checked with a program which uses
4814         'cdaudio' (one working program is cool.exe, a shareware waveditor
4815         with cdaudio play facilities.)
4817         * [multimedia/mcicda.c]
4818         Segptr fixes in DriverProc
4819         Default cdrom drive in Linux is /dev/cdrom ... usually a symbolic
4820         link to your real cdrom device.
4822 Tue Aug  8 19:41:50 CDT 1995 Daniel Schepler <dks2@cec.wustl.edu>
4824         * [loader/resource.c]
4825         Don't crash in a LoadString to NULL
4827         * [loader/resource.c]
4828         Fixed accelerators to work with modifiers.  (ALT-x modifiers still
4829         won't work unless the ALT keypress exited the menu.)
4831         * [misc/file.c]
4832         Expand a file to the current offset with an _lwrite of size zero.
4834         * [misc/file.c]
4835         Set a newly created file to read-write instead of write-only.
4836         
4837 Sun Aug  6 20:28:35 1995  Anand Kumria <akumria@ozemail.com.au>
4839         * [misc/main.c] [include/msdos.h]
4840         Fixed to return DOS version 6.22, and the correct byte order
4841         for Windows programs.
4843 Wed Aug  2 12:36:33 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4845         * [include/options.h] [memory/global.c] [misc/main.c]
4846         Make the new IPC run-time selectible, disabling it by default.
4847         (I think it's only useful for libwine, anyway.)
4849         * [loader/task.c] [memory/selector.c]
4850         In FreeSelector(), walk up the stack and fix the frames.
4852         * [objects/dib.c]
4853         Missing break statement in DIB_SetImageBits_RLE8().
4854         In GetDIBits(), set the compression flag in the bitmap info to zero.
4856         * [windows/dialog.c]
4857         GetNextDlgGroupItem() needs to treat the first child as if it had
4858         an implicit WS_GROUP bit set.
4860 Mon Jul 31 15:44:47 EDT 1995 Louis-D. Dubeau <ldd@step.polymtl.ca>
4862         * [misc/dos_fs.c]
4863         Quick'n dirty fix for the initialisation of the Z: information
4864         structure.
4866 ----------------------------------------------------------------------
4867 Sat Jul 22 22:39:09 IDT 1995 Michael Veksler <e1678223@tochnapc2.technion.ac.il>
4869         * [ipc/*]
4870         New directory. This directory contains the new inter-wine
4871         communications support. It enables DDE protocols between two wine
4872         instances.  Currently it is limited to DDE, but can be enhanced to
4873         support OLE between 2 different wine instances.  This is very
4874         important for libwine.a DDE/OLE support.
4876         * [tools/ipcl]
4877         A script to delete garbage IPC handles (shared memory, semaphores
4878         and message queues).  The current inter-wine communication is not
4879         perfect, and sometimes leaves garbage behind.
4881         * [if1632/relay.c] [include/atom.h] [include/global.h]
4882         [loader/selector.c] [loader/task.c] [loader/module.c]
4883         [loader/signal.c] [memory/global.c] [misc/atom.c]
4884         [windows/class.c] [windows/message.c] [windows/win.c]
4885         [Imakefile]
4886         Hooks for inter-wine DDE support, current Global.*Atom functions
4887         renamed to Local.*Atom since Global.*Atom are used for Inter-Wine
4888         DDE communication. (The first call to these functions sets up the
4889         IPC structures - which otherwise cause unneeded overhead.
4891 Mon Jul 17 19:55:21 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
4893         * [controls/menu.c]
4894         Don't crash if a NULL string is passed to menu functions.
4896         * [memory/selector.c]
4897         We now use a bit in ldt_flags_copy to indicate free LDT entries.
4898         Fixed a bug in SELECTOR_ReallocBlock that could cause it to
4899         overwrite valid LDT entries when growing a block.
4901         * [miscemu/instr.c]
4902         Emulate int xx instruction by storing the interrupt vector in
4903         CS:IP and returning directly. This allows a program to install an
4904         interrupt vector.
4906         * [windows/win.c]
4907         Added function WIN_GetTopParent to get the top-level parent of a
4908         window.
4910 Sun Jul  16 18:17:17 1995  Gregory Trubetskoy <grisha@mira.com>
4912         * [loader/resource.c]
4913         Added LoadIconHandler. It doesn't do anything yet, but now you
4914         can use borland help files with winhelp.exe.
4916 Sun Jul 16 11:58:45 1995 Anand Kumria <akumria@ozemail.com.au>
4918         * [misc/main.c]
4919         Fixed to return 386 Enhanced mode correctly. Also return the same
4920         type of CPU, for both Enhanced and Standard mode, namely a 386.
4922 Sun Jul 16 00:02:04 1995    Martin von Loewis <loewis@informatik.hu-berlin.de>
4924         * [Configure] [include/options.h] [include/wineopts.h]
4925           [misc/main.c][misc/spy.c]
4926           Removed support of spy file. Redirected spy messages to stddeb.
4927           Removed -spy option. Added -debugmsg +spy option.
4929         * [debugger/dbg.y][debugger/debug.l]
4930         Enabled segmented addresses (seg:offs) for break and x commands.
4932         * [if1632/gdi.spec] [objects/region.c] [windows/graphics.c]
4933           [include/region.h]
4934         FrameRgn, REGION_FrameRgn: New functions
4936         * [if1632/kernel.spec]
4937         IsWinOldApTask: Return false
4939         * [if1632/mouse.spec]
4940         CplApplet: Removed
4942         * [if1632/user.spec] [windows/win.c]
4943         ShowOwnedPopups: New function
4945         * [if1632/winsock.spec] [misc/winsocket.c]
4946         inet_addr, select: New prototypes in relay code
4947         Fixed memory layout for netdb functions (getXbyY).
4948         WINSOCK_ioctlsocket: Translated FIONREAD, FIONBIO, and FIOASYNC
4950         * [objects/clipping.c]
4951         RectVisible: Fixed call to LPToDP
4953         * [rc/winerc.c]
4954         main: Removed extra argument to getopt for Linux.
4956 Tue Jul 11 00:14:41 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
4958         * [controls/listbox.c]
4959         Yet another fix for ListBoxDirectory().
4960         
4961         * [loader/module.c] [if1632/kernel.spec]
4962         Make GetModuleHandle() accept instance handles as parameter.
4964         * [if1632/relay.c] [loader/task.c]
4965         Put a magic cookie at the bottom of the 32 bit stack, and check on
4966         each return from a 32 bit function whether it's still there. Complain
4967         if it's not.
4969         * [if1632/user.spec]
4970         Wrong entry for CloseDriver().
4972         * [misc/dos_fs.c] [loader/task.c] [include/dos_fs.h] [misc/file.c]
4973         [miscemu/int21.c]
4974         Large parts of dos_fs.c simplified. Changed it to use one
4975         current drive/directory per task, which is set to the module path on
4976         task creation.
4977         Prevent CorelPaint from closing stdin.
4978         open() with O_CREAT set must be passed three parameters.
4979         DOS FindFirst()/FindNext() could crash when FA_LABEL was set. Fixed,
4980         it's in DOS_readdir() now.
4982         * [misc/profile.c]
4983         Some badly written software (Lotus Freelance Graphics) passes a bogus
4984         size parameter that caused Wine to write off the end of a segment.
4985         Fixed. (It's probably too paranoid now.)
4986         
4987         * [multimedia/mmsystem.c] [multimedia/time.c] [multimedia/joystick.c]
4988         [multimedia/Imakefile] [if1632/winprocs.spec]
4989         16 bit entry point for MMSysTimeCallback.
4990         Split off time.c and joystick.c from mmsystem.c.
4991         
4992         * [objects/dib.c]
4993         GetDIBits(): call XGetImage() via CallTo32_LargeStack.
4995         * [windows/cursor.c]
4996         DestroyCursor(): do nothing for builtin cursors.
4997         
4998         * [windows/mdi.c]
4999         Half of WM_MDISETMENU implemented.
5000         
5001         * [windows/win.c]
5002         EnumWindows() and EnumTaskWindows() never enumerated any windows.
5003         Fixed.
5005         * [windows/*.c]
5006         Fixed GetParent() to return correct values for owned windows.
5008         * [windows/message.c]
5009         Don't try to activate disabled top-level windows.
5011         * [windows/nonclient.c]
5012         Work around a bug in gcc-2.7.0.
5013         
5014         * [tools/build.c] [include/stackframe.h] [memory/global.c] 
5015         [loader/task.c] [memory/selector.c]
5016         Some Visual Basic programs (and possibly others, too) expect ES to be 
5017         preserved by a call to an API function, so we have to save it.
5018         In GlobalFree() and FreeSelector(), we must clear CURRENT_STACK16->es 
5019         to prevent segfaults if ES contained the selector to be freed.
5021 Sun Jul  9 20:21:20 1995  Jon Tombs  <jon@gtex02.us.es>
5023         * [*/*]
5024         Added missing prototypes to header files and relevant includes
5025         to reduce compile time warnings.
5027 Sun Jul  9 18:32:56 1995  Michael Patra  <micky@marie.physik.tu-berlin.de>
5029         * [configure.in] [include/config.h] [*/Makefile.in]
5030         New configuration scheme based on autoconf.
5032 Sat Jul  8 14:12:45 1995  Morten Welinder  <terra+@cs.cmu.edu>
5034         * [miscemu/ioports.c]
5035         Revamp to have only one in- and one out- variant, both really
5036         implemented.
5038         * [miscemu/instr.c]
5039         INSTR_EmulateInstruction: Use new ioport interface.  Implement
5040         string io.  Correct instruction pointer for 32-bit code.
5042         * [include/miscemu.h]
5043         Update port function prototypes.
5045         * [include/registers.h]
5046         Defined FS and GS.
5048 Sat Jul  8 13:38:54 1995  Hans de Graaff  <graaff@twi72.twi.tudelft.nl>
5050         * [misc/dos_fs.c]
5051         ChopOffSlash(): A path consisting off a single slash is left
5052         intact, and multiple slashes are all removed.
5054 ----------------------------------------------------------------------
5055 Wed Jul  5 19:06:35 1995  Alexandre Julliard  <julliard@sunsite.unc.edu>
5057         * [controls/scroll.c]
5058         Fixed drawing bug that caused part of a non-client scroll bar
5059         to be painted even when the scroll-bar was hidden.
5061         * [debugger/break.c] [debugger/dbg.y]
5062         Rewrote breakpoint handling to work in 16-bit mode.
5063         Implemented single-stepping ('step' and 'next' instructions).
5065         * [debugger/debug.l]
5066         Format specifier is now a separate token.
5067         Entering an empty line at the debugger prompt causes the previous
5068         command to be repeated, like under gdb.
5069         
5070         * [debugger/debug.l] [debugger/registers.c]
5071         Differentiate 16-bit and 32-bit registers without taking current
5072         mode into account ($eax is always 32-bit, $ax always 16-bit).
5074         * [debugger/stack.c]
5075         Fixed stack information routines to differentiate between 16-bit
5076         and 32-bit stacks.
5078         * [loader/task.c]
5079         Option -debug now sets a breakpoint at the first instruction of
5080         every loaded task.
5082         * [miscemu/instr.c]
5083         Added handling of lock, repe and repne prefixes.
5085         * [objects/dib.c]
5086         Changed StretchDIBits() to do the correct thing, even if it's still
5087         not really optimal.
5089         * [windows/graphics.c]
5090         Fixes in RoundRect(), thanks to Babak Masalehdan.
5092         * [windows/message.c]
5093         Tried to fix mouse event handling with respect to disabled
5094         windows.
5096         * [windows/painting.c]
5097         Clear WIN_NEEDS_NCPAINT flag before sending WM_NCPAINT to avoid
5098         infinite loops.
5100         * [windows/win.c]
5101         Fixed IsWindowVisible() to return FALSE when one of the parent
5102         windows is hidden.
5104 Sat Jul  1 22:08:21 1995   Martin von Loewis <loewis@informatik.hu-berlin.de>
5106         * [if1632/compobj.spec][misc/compobj.c]
5107         CoGetMalloc: New function
5108         Added relay entries for COMPOBJ ordinals above 100
5109         CoInitialize: Changed parameter to DWORD
5111         * [if1632/ole2.spec]
5112         Exported implementation of OleBuildVersion
5114         * [if1632/ole2disp.spec][misc/ole2disp.c][misc/Imakefile]
5115         ole2disp.c: New file
5116         SysAllocString, SysReallocString, SysAllocStringLen,
5117         SysReAllocStringLen, SysFreeString, SysStringLen: new functions
5119         * [if1632/ole2nls.spec][include/winnls.h][misc/ole2nls.c]
5120         CompareStringA: New function
5122 Thu Jun 29 19:42:02 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5123         * [objects/font.c] [if1632/gdi.spec]
5124         New stubs for CreateScalableFontResource, GetGlyphOutline.
5126 Thu Jun 29 13:47:08 GMT 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
5128         * [misc/commdlg.c]
5129         Extensive changes and bug fixes to FileDialog handling,
5130         behaves more like native Windows.
5132 Wed Jun 28 13:04:44 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5134         * [controls/listbox.c] [controls/combo.c]
5135         Some minor optimizations.
5136         
5137         * [memory/local.c]
5138         LOCAL_FindFreeBlock(): Never use the last one.
5139         
5140         * [memory/global.c]
5141         GlobalReAlloc(): GMEM_MODIFY must not be ignored when size==0.
5142         
5143         * [misc/file.c]
5144         read() returns an error when length==0. This is not what Windows
5145         programs expect, so pay attention to this in _lread(). Changed this
5146         in _lwrite(), _hread(), _hwrite(), too.
5148         * [loader/resource.c]
5149         LoadIcon(): Ignore bih->biSizeImage, some icons have wrong values in
5150         there.
5151         
5152         * [if1632/shell.spec] [misc/shell.c]
5153         Wrong spec file entries caused havoc: HKEY has 32 bit, not 16.
5154         Accept some more combinations of parameters in the Reg..() functions.
5155         
5156         * [if1632/toolhelp.spec]
5157         Make InterruptRegister() and InterruptUnregister() return false.
5159         * [windows/hook.c]
5160         CallNextHookEx() used to crash when called with a null hhook. Fixed.
5162 Wed Jun 28 10:14:34 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5164         * [include/neexe.h][loader/ne_image.c]
5165         NE_LoadSegment: Detect iterated segments
5167         * [misc/ole2nls.c]
5168         LOCALE_SLONGDATE: fixed typo
5170         * [miscemu/int5c.c]
5171         Reordered include files to avoid conflicts with Linux libc.5.1
5173         * [rc/winerc.c]
5174         Added -b option to process binary resource files into C arrays
5176         * [include/callback.h]
5177         CallWndProc: Added dummy ds parameter for libwine
5179         * [include/gdi.h][include/user.h]
5180         USER_HEAP_ALLOC, GDI_HEAP_ALLOC: dropped flags parameter
5182         * [include/ldt.h][include/stackframe.h]
5183         defined segment conversion macros for libwine
5185         * [misc/atom.c]
5186         Defined USER_HeapSel for libwine
5188         * [misc/main.c]
5189         Disable -dll option for libwine
5191         * [misc/user.c]
5192         removed GetFreeSystemResources, SystemHeapInfo from libwine for now
5194         * [toolkit/heap.c]
5195         fixed LocalLock prototype
5197         * [toolkit/sup.c]
5198         sync'ed load_mz_header, load_ne_header with structures
5200         * [toolkit/winmain.c]
5201         Disabled resource DLLs for libwine for now
5203 Mon Jun 26 19:30:24 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5205         * [misc/main.c]
5206         Fixed -enhanced option to report a 386 CPU instead of a 286.
5208 Fri Jun 23 23:18:25 1995  Marcus Meissner  <msmeissn@faui01.informatik.uni-erlangen.de>
5210         * [misc/dos_fs.c]
5211         Remove maximum open dosdirent limit (fixing the winfile.exe
5212         problem) by using telldir()/seekdir().
5213         
5214 Fri Jun 23 13:42:25 1995  Hans de Graaff  (graaff@twi72.twi.tudelft.nl)
5216         * [misc/profile.c]
5217         Fixed problem parsing empty lines within sections in .ini files.
5219 ----------------------------------------------------------------------
5220 Mon Jun 19 20:29:50 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5222         * [debugger/*.c]
5223         Modified debugger to use segmented pointers everywhere.
5225         * [if1632/shell.spec] [if1632/sound.spec] [if1632/user.spec]
5226         Declared all functions that return only 16-bit as 'pascal16'.
5228         * [include/ldt.h] [memory/ldt.c]
5229         Export LDT_EntryToBytes (new) and LDT_BytesToEntry for DPMI.
5230         Maintain a copy of the selector flags, removing the need to make a
5231         system call to retrieve an LDT entry.
5233         * [loader/module.c]
5234         Fixed bug with module file handle cache.
5236         * [loader/ne_resource.c]
5237         Fixed file name bug in NE_AccessResource().
5239         * [loader/resource.c]
5240         Fixed bug in LoadIcon() that caused wrong colors to be used for
5241         the icon mask.
5243         * [loader/signal.c]
5244         Moved instruction emulation to miscemu/instr.c.
5246         * [misc/dos_fs.c] [miscemu/int21.c]
5247         Lots of small fixes, thanks to Morten Welinder.
5249         * [miscemu/dpmi.c]
5250         More complete DPMI emulation.
5252         * [miscemu/instr.c]
5253         Added support for prefixes in instructions to emulate.
5255         * [miscemu/int2f.c]
5256         Use register macros instead of destroying the high part of 32-bit
5257         registers.
5259         * [objects/dc.c]
5260         Fixed bug in GetDCState() that failed to clear the new DC.
5262         * [rc/sysres.rc]
5263         Removed dialogs 11 and 12 that were never used.
5265         * [tools/build.c]
5266         'pascal16' generated functions did not save %dx.
5267         Removed use of %fs to access the stack.
5268         %ds is no longer initialized before calling a 16-bit routine.
5270         * [windows/defwnd.c]
5271         Accept a NULL pointer as window title.
5273         * [windows/mdi.c]
5274         MDICascade: skip iconic windows.
5275         Implemented CalcChildScroll().
5276         
5277         * [windows/utility.c]
5278         Fixed MulDiv() for illegal values.
5280         * [windows/win.c]
5281         Fixed X error in CreateWindowEx() when WM_NCCALCSIZE returned
5282         a zero width or height.
5284 Sun Jun 18 22:22:30 MET DST 1995  Fons Botman  (botman@inter.nl.net)
5286         * [controls/edit.c]
5287         Fixed "uninitalized" message which -Wall couldnt see to be ok
5288         in EDIT_WriteText.
5290         * [include/debug.h]
5291         Added define for extra checks in API definitions during debugging.
5293         * [loader/ne_image.c]
5294         Added newline in NE_FixupPrologs to avoid long lines.
5296         * [misc/dos_fs.c]
5297         Added extra safety check in DOS_ValidDrive.
5299         * [misc/exec.c]
5300         Fixed definition of ExitWindows.
5301         
5302 Sun Jun 18 21:16:08 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5304         * [controls/edit.c]
5305         Some fixes, mostly for memory management, but also for text selection
5306         and tab postitions. General cleanup. Notepad.exe now works.
5308         * [controls/combo.c]
5309         Fix: the hwnd field of the DRAWITEMSTRUCT should always be that of
5310         the combo box, not the ComboLBox that belongs to it.
5312         * [controls/listbox.c]
5313         Handle itemID field correctly throughout.
5315         * [memory/local.c]
5316         Implemented flag LMEM_ZEROINIT.
5317         LocalReAlloc() could trash the heap. Fixed.
5319         * [objects/font.c]
5320         FONT_MatchFont(): don't get confused by negative widths.
5321         Fixed a segfault in EnumFonts().
5323         * [objects/text.c]
5324         DrawText(): DT_CALCRECT implies DT_NOCLIP.
5326         * [objects/dcvalues.c]
5327         MAKELONG was used with bad parameters in DC_GET_X_Y.
5329         * [windows/dialog.c]
5330         Don't show the dialog if WS_VISIBLE isn't set in the template.
5332         * [windows/utility.c]
5333         UTILITY_convertArgs(): Never pass an expression containing ++ into a
5334         macro...
5336         * [windows/win.c]
5337         SetParent() should unlink the window before changing the parent.
5339         * [windows/message.c]
5340         Don't call timer functions via CallWindowProc(), since it checks
5341         whether hwnd==0 and does not call the function in that case.
5343         * [miscemu/instr.c]
5344         Ignore interrupt 0x3D, for VBRUN300.DLL.
5346         * [misc/commdlg.c]
5347         Don't rely on the itemData field of the DRAWITEMSTRUCT to contain a
5348         pointer to the item text.
5350         * [if1632/relay.c]
5351         Disable OLE and DDEML DLLs by default, since they contain nothing but
5352         stubs anyway. SHELL, COMMDLG and WIN87EM are left enabled, although
5353         some programs may work better without them.
5354         
5355         * [multimedia/*.c] [include/multimedia.h] [include/driver.h]
5356         Begun cleaning things up a little. Replaced printfs with dprintf_
5357         macros, made functions static where possible, and some other minor
5358         changes.
5360 Sun Jun 11 23:19:10 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5362         * [debugger/dbg.y][debugger/dbg.l]
5363         Removed special handling for FILE_IDENTIFER, because it caused
5364         problems with x/<format> statements.
5366         * [debugger/info.c]
5367         Use SC_ESP instead of SC_EIP for stack dump.
5369         * [misc/compobj.c][if1632/compobj.spec]
5370         CoBuildVersion, CoInitialize, CoUninitialize: new functions
5372         * [misc/ole2.c][if1632/ole2.spec][misc/Imakefile][include/ole2.h]
5373         New files ole2.c, ole2.h
5374         OleBuildVersion, OleInitialize, OleUninitialize: new functions
5376         * [if1632/ole2disp.spec]
5377         Added missing ordinals above 109
5379         * [misc/ole2nls.c][if1632/ole2nls.spec][include/winnls.h]
5380         New file winnls.h
5381         GetLocaleInfoA: new function
5383         * [if1632/shell.spec]
5384         Added FindEnvironmentString as stub
5386         * [misc/olecli.c][if1632/olecli.spec]
5387         OleIsDcMeta: New function
5389         * [objects/font][misc/gdi.spec]
5390         GetKerningPairs: new function
5392         * [misc/shell.c]
5393         ShellExecute: Implemented support for starting programs
5395         * [if1632/user.spec]
5396         Inserted missing relay to GetClipCursor
5398 Sun Jun 11 20:34:47 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5399         
5400         * [controls/edit.c]
5401         Fix a problem with the local heap.
5403         * [include/wintypes.h]
5404         Fixed wrong declarations of CATCHBUF and LPCATCHBUF.
5405         
5406         * [include/mdi.h] [windows/mdi.c]
5407         This code still assumed segmented address==linear address. Fixed.
5409         * [include/msdos.h] [misc/dos_fs.c]
5410         The filemask field of the dosdirent structure could be overrun. Fixed.
5411         If you had a file called foobar and a file called foo, trying to 
5412         FindFile(foo) could accidentally find file foobar instead. Fixed.
5413         
5414         * [misc/file.c]
5415         OpenFile(): Always return the full pathname in ofs->szPathName. This 
5416         also fixes GetModuleFilename().
5417         Prevent _lclose() from closing stderr or stdout.
5419         * [misc/profile.c]
5420         Search for .ini files in the path of the current module as well.
5421         (Needed by Lotus Organizer.)
5423         * [loader/task.c] [loader/ne_image.c] [loader/module.c]
5424         [memory/local.c]
5425         Local heaps are now initialized by InitTask() for executables. DLLs
5426         have to call LocalInit() themselves, LocalInit() has to put the
5427         heap at the end of the segment when called with start==0. We no longer
5428         allocate the DGROUP with 64k on startup, but grow the local heap
5429         in LOCAL_GetBlock() when necessary.
5431         * [loader/module.c]
5432         LoadLibrary() should call LoadModule() in all cases, even if the
5433         DLL is already loaded, to ensure that the reference count is correct.
5435         * [loader/ne_image.c]
5436         Some changes to function prolog fixup. Does anyone know exactly how
5437         this is supposed to work? I am only guessing here.
5438         In NE_InitializeDLLs(), initialize the DLLs a module refers to before
5439         the module itself.
5440         
5441         * [loader/task.c]
5442         Initialize instance data at the beginning of the DGROUP in InitTask().
5444         * [memory/local.c]
5445         Some fixes for moveable blocks.
5447         * [memory/selector.c]
5448         All the IsBad*Pointer() functions returned exactly the wrong boolean
5449         value in all cases!
5450         
5451         * [objects/bitblt.c]
5452         Fixed another null pointer dereference in debugging output.
5453         
5454         * [objects/font.c]
5455         Some more recovery possibilities for FONT_MatchFont() if a specified
5456         font does not exist.
5457         
5458         * [windows/win.c]
5459         The dialog code may call CreateWindowEx with an integer in windowName.
5460         This happens for static icon controls that expect a resource ID as
5461         the window name. CreateWindowEx() used to crash. Fixed.
5462         
5463         * [windows/class.c] [windows/win.c]
5464         Window classes are owned by modules, not instances. Changed
5465         RegisterClass(), UnregisterClass(), GetClassInfo() and CreateWindowEx()
5466         accordingly.
5468 Sat Jun 10 16:10:53 1995  Olaf Flebbe <o.flebbe@science-computing.uni-tuebingen.de>
5470         * [miscemu/int21.c]
5471           clock.exe was displaying incorrect year.
5473 Fri Jun 9 20:36:56 1995  Victor Schneider <tailor@crl.com>
5475         * [include/cursor.h] [windows/cursor.c]
5476         Implemented CreateCursorIconIndirect().
5478 ----------------------------------------------------------------------
5479 Tue Jun  6 12:11:41 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5481         * [controls/menu.c]
5482         Fixed bug with drawing multi-column menus with vertical separator.
5484         * [debugger/debug.l]
5485         Fixed NULL-pointer reference after readline().
5487         * [if1632/winprocs.spec] [miscemu/int21.c] [miscemu/interrupts.c]
5488         Added interrupt vector emulation. Allows to retrieve an interrupt
5489         vector and jump to it without crashing.
5491         * [loader/ldt.c]
5492         Moved ldt.c to memory directory.
5494         * [loader/task.c]
5495         Implemented LockCurrentTask() and GetInstanceData().
5497         * [objects/bitblt.c]
5498         Fixed a bug that caused StretchBlt() to use wrong colors when
5499         stretching a monochrome bitmap to a color display.
5501         * [objects/bitmap.c]
5502         Fixed a segmented pointer bug in CreateBitmapIndirect().
5504         * [tools/build.c]
5505         Added possibility to have arguments for register functions; used
5506         by interrupt vectors to remove the flags from the stack.
5507         Generate a new function CallTo32_LargeStack(), that allows calling
5508         a 32-bit function using the original 32-bit stack, for functions
5509         that need more that 64k of stack.
5511 Tue May 30 10:29:56 1995  Martin von Loewis  <martin@informatik.hu-berlin.de>
5513         * [if1632/shell.spec] [misc/shell.c]
5514         DoEnvironmentSubst: fixed prototype
5516         * [if1632/gdi.spec] [objects/palette.c]
5517         SetSystemPaletteUse: new function
5519         * [if1632/kernel.spec] [loader/resource.c]
5520         DirectResAlloc: new function
5522         * [if1632/user.spec] [windows/keyboard.c]
5523         SetKeyboardState: new function
5525 Mon May 29 12:58:28 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5526         
5527         * [tools/build.c]
5528         Prevent interrupts from destroying the args for a 32 bit function
5529         by loading the correct value into %esp directly after %ss.
5531         * [loader/ne_image.c] [loader/module.c]
5532         The new instance must be created earlier in LoadModule(), so that
5533         fixups referencing it will be handled correctly.
5534         Initialize the local heap for a DGROUP in NE_LoadSegment().
5535         
5536         * [objects/dib.c]
5537         Like RLE8 bitmaps, RLE4 bitmaps don't always end with a proper code.
5538         This used to crash Wine. Fixed.
5540         * [objects/text.c]
5541         Fix possible null pointer dereference in debugging output.
5542         
5543         * [misc/commdlg.c]
5544         Handle user input in the edit control better. Some bugs fixed.
5545         
5546         * [memory/local.c]
5547         Started implementing moveable blocks. This is unfinished (!), but
5548         at least it does not seem to break things.
5550 Wed May 24 13:26:36 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5551         
5552         * [loader/module.c]
5553         LoadModule(): DLLs occasionally have a data segment, and they work
5554         much better if it is loaded :-)
5555         LoadLibrary(): pass HMODULE instead of HINSTANCE to NE_InitializeDLLs.
5556         FindModule(): also strip off the last backslash of the pathnames
5557         (Winhelp tried to load C:\WINDOWS\SYSTEM\COMMDLG.DLL).
5558         GetModuleHandle(): just call MODULE_FindModule, it does the same job,
5559         only better.
5560         
5561         * [loader/ne_image.c]
5562         LocalInit() the heap of a DLL in NE_InitDLL. (This is probably
5563         not really correct, it seems that all programs and DLLs try to do
5564         this themselves. But they pass weird parameters.)
5565         NE_InitializeDLLs should also call NE_InitDLL for the passed hModule.
5566         
5567         * [loader/task.c] [misc/user.c]
5568         Finish global initializations in InitTask instead of InitApp, or
5569         all the DLLs will be initialized in InitTask without any available
5570         window classes!
5572 ----------------------------------------------------------------------
5573 Sun May 21 12:30:30 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5575         * [debugger/hash.c] [debugger/info.c]
5576         Added support for symbolic segmented addresses. Add symbols for all
5577         built-in API entry points.
5579         * [if1632/relay.c] [include/dlls.h]
5580         Removed dll_table structure, as we now use the built-in module
5581         structures.
5583         * [if1632/relay.c] [loader/main.c]
5584         Removed winestat option, as it was no longer very meaningful.
5586         * [include/stackframe.h]
5587         New macro MAKE_SEGPTR that creates a segmented pointer to a local
5588         variable on the 32-bit stack.
5590         * [loader/module.c]
5591         Added support for multiple instances of an application.
5592         Implemented LoadModule() and FreeModule().
5594         * [loader/ne_image.c] [loader/task.c]
5595         Moved initialisation of built-in DLLs to InitTask().
5597         * [memory/global.c]
5598         Implemented discardable blocks.
5600         * [misc/file.c]
5601         Search path of current executable in OpenFile().
5602         Fixed bug with searching in Windows path.
5604         * [misc/lstr.c]
5605         Hard-coded translation tables for Ansi<->Oem.
5607         * [misc/user.c]
5608         Moved some global initializations to InitApp(), because they need
5609         a task context to be performed.
5611         * [objects/dc.c]
5612         Handle R2_BLACK and R2_WHITE specially so that they work correctly
5613         with palette displays.
5615         * [tools/build.c]
5616         Suppressed generation of the C file for DLL specs, because it's no
5617         longer needed. Output all the assembly code directly to stdout.
5618         Some changes to integrate Win32 support from Martin von Loewis. 
5620         * [windows/msgbox.c]
5621         Moved message box code from misc/ to windows/.
5623 Mon May 15 23:40:04 1995  Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
5625         * [misc/audio.c] [misc/mcicda.c] [misc/mcianim.c] [misc/midi.c]
5626           [misc/mmaux.c] [misc/mmsystem.c]
5627         Modify code & use pointers conversion macros.
5628         Make cdaudio & wave devices work again (only using some applets).
5630         * [misc/profile.c]
5631         Change getc() to fgetc() where needed.
5633 Mon May 15 22:10:56 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5635         * [if1632/Imakefile]
5636         added entries for the new files gdi32.spec, kernel32.spec,
5637         user32.spec, shell32.spec and winprocs32.spec.
5639         * [if1632/commdlg.spec][if1632/kernel.spec][if1632/shell.spec]
5640           [if1632/storage.spec][if1632/system.spec][if1632/user.spec]
5641         ChooseFont, RESERVED5, InternalExtractIcon: Marked as stubs
5642         ExtractAssociatedIcon, DoEnvironmentSubst, DumpIcon:
5643                 stub implementations provided 
5644         marked storage.dll,storege.sys functions as stubs
5646         * [include/pe_image.h]
5647         Added structures WIN32_builtin and  WIN32_function
5649         * [include/peexe.h]
5650         PE_Import_Directory: renamed reserved fields to 
5651                 TimeDate, Forwarder, Thunk_List
5653         * [include/winerror.h]
5654         New file.
5656         * [loader/main.c]
5657         called RELAY32_Init
5659         * [loader/pe_image.c]
5660         xmmap: map BSS anonymous
5661         dump_imports: renamed to fixup_imports, do the fixup of imported
5662                       symbols
5663         PE_LoadImage: pass raw data size to xmmap
5665         * [loader/resource.c]
5666         DumpIcon: new function
5668         * [misc/kernel32.c]
5669         New file.
5671         * [misc/main.c]
5672         make stdout and stderr unbuffered
5674         * [misc/shell.c]
5675         DoEnvironmentSubst: new function
5677         * [objects/font.c]
5678         FONT_MatchFont: try oblique if there is no italic
5680         * [rc/Imakefile][rc/parser.l]
5681         yywrap: new function
5682         Don't link with libfl.a on Linux
5684         * [tools/build.c]
5685         Added keywords stdcall, subsystem, base
5686         GenerateForWin32: new function
5687         BuildSpecFiles: call GenerateForWin32 if subsystem is win32
5689 Mon May 15 10:38:14 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5690         
5691         * [controls/listbox.c] [controls/combo.c] [windows/defwnd.c]
5692         Minor fixes.
5693         
5694         * [misc/message.c] [misc/main.c] [rc/sysres*.rc] [include/texts.h]
5695         Rewrote message box handling.
5696         
5697         * [windows/dialog.c]
5698         Dialogs should be invisible until after WM_INITDIALOG is seent.
5699         Don't switch to invisible dialog items on a TAB keypress.
5700         
5701         * [windows/mdi.c]
5702         Send WM_NCPAINT message in MDIRestoreChild().
5703         
5704         * [windows/painting.c]
5705         Fixed typo (&& -> &).
5706         
5707         * [windows/message.c] [if1632/user.spec]
5708         Implemented PostAppMessage().
5709         
5710         * [windows/event.c]
5711         SetCapture(0) should act like ReleaseCapture().
5713 Tue May  9 11:55:52 1995     Eddie C. Dost             (ecd@dressler.de)
5715         * [Imakefile]
5716         Changed CDEBUGFLAGS for systems running __ELF__ (temporarily)
5717         Added ASFLAGS to exported variables.
5719         * [debugger/readline/Imakefile]
5720         Moved defines for libreadline from DEFINES to EXTRA_DEFINES
5722         * [memory/local.c] [miscemu/int21.c]
5723         Added some more debugging outputs.
5725 Mon May  8 00:55:27 MET DST 1995          Dag Asheim (dash@ifi.uio.no)
5727         * [misc/message.c]
5728         Fixed a "FIXME" concerning norwegian translation.
5730 Sun May  7 23:25:23 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5731         
5732         * [*/*]
5733         Removed warnings in a couple of files and deleted some obsolete code.
5735         * [controls/listbox.c]
5736         Cleanup, speed improvements & lots of bug fixes.
5738         * [controls/combo.c]
5739         Mostly rewritten. This is still very buggy, but not quite as bad as 
5740         before.
5742         * [include/commdlg.h] [misc/commdlg.c]
5743         Removed the need for sysres.dll. Small bug fixes.
5744         
5745         * [objects/oembitmap.c] [include/bitmaps/<many>] [include/windows.h]
5746           [loader/library.c] [loader/main.c] [rc/sysres*.rc]
5747         Removed sysres.dll and replaced the remaining bitmaps/icons with
5748         XPM equivalents.
5750         * [misc/message.c] [windows/nonclient.c] [misc/main.c]
5751           [if1632/winprocs.spec]
5752         "About Wine..." now brings up a standard ShellAbout() window with
5753         the Wine icon and the list of contributors.
5754         
5755         * [misc/shell.c]
5756         Fixed ShellAbout()/AboutDialogProc() to show the right icon.
5758         * [windows/event.c]
5759         Small hack for non-alphanumeric keys: Dont't send the ascii value in
5760         the WM_KEYDOWN message, but some unused code instead. Should be done
5761         properly by sending different codes for each key. The edit control
5762         used to get a VK_DELETE message each time the user typed '.'.
5764         * [windows/class.c]
5765         Removed a check for CS_GLOBALCLASS in CLASS_FindClassByName().
5766         This used to be no problem, but breaks Resource Workshop in 950403.
5767         
5768         * [objects/dib.c]
5769         New diagnostic for a bug I've been encountering. If it shows up,
5770         please report it.
5772 Sun May  7 23:11:18 EDT 1995  William Magro (wmagro@tc.cornell.edu)
5774         * [objects/color.c]
5775         Handle situation when 'dc' exists, but palette mapping
5776         does not.  (Fixes kidpix2 demo.)
5778 Sun May  7 03:32:00 1995  Charles M. Hannum  (mycroft@mit.edu)
5780         * [loader/ldt.c]
5781         LDT_Print: Only show the number of entries that the kernel
5782         returned. Make this work for NetBSD.
5784 Fri May  5 02:53:26 1995  Charles M. Hannum  (mycroft@mit.edu)
5786         * [debugger/dbg.y] [include/wine.h] [loader/signal.c]
5787         Modify cs and ds selector values for NetBSD-current.
5789         * [debugger/debug.l]
5790         $sp, $esp: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5792         * [debugger/regpos.h]
5793         Modify sigcontext format for NetBSD-current.
5794         SC_ESP: Use RN_ESP_AT_SIGNAL rather than RN_ESP.
5796         * [include/ldt.h]
5797         SELECTOR_TO_ENTRY: Explicitly clear the top half of the selector
5798         value, since only 16 bits of it may have been saved.
5800         * [misc/winsocket.c]
5801         Set structure packing with `#pragma pack' to accomodate
5802         other/older compilers.
5804 Tue May  2 18:15:01 1995 Paal Beyer (beyer@idt.unit.no)
5805         
5806         * [misc/commdlg.c]
5807         Fixed path-names so when changing directory the listboxes
5808         changes too.
5809         
5810         * [debugger/dbg.y debugger/debug.l wine.ini]
5811         Added SymbolTableFile to wine.ini so symbols can be read
5812         without standing in the directory containing wine.sym.
5813         Added the possibility to specify full name of wine.sym from
5814         the debugger prompt.
5816 ----------------------------------------------------------------------
5817 Sat Apr 29 20:42:01 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5819         * [controls/static.c]
5820         Fixed painting of SS_*FRAME controls.
5822         * [if1632/callback.c]
5823         Pass the window instance as DS to the 16-bit window procedure.
5824         Rewrote Catch() and Throw() to make them work with multiple tasks.
5826         * [loader/main.c]
5827         New function MAIN_Init() to perform initializations before the
5828         first task is started instead of doing them in InitApp().
5829         Temporary hack to command-line parsing to load one program per
5830         command-line argument, to make testing task-switching easier.
5832         * [loader/*.c]
5833         Reimplemented modules to use a Windows-compatible layout and to
5834         allow multiple tasks and multiple module instances. Not really
5835         finished yet.
5837         * [loader/task.c] [misc/exec.c]
5838         Reimplemented tasks to use a common address space, and implemented
5839         preliminary task-switching capabilities.
5841         * [memory/global.c]
5842         Fixed bug in GlobalNext().
5844         * [misc/main.c]
5845         Updated the list of contributors. Let me know if I forgot someone.
5847         * [miscemu/int21.c]
5848         Use one DTA per task instead of a global one.
5850         * [objects/bitblt.c]
5851         Fixed bug in BitBlt() that could cause BadMatch errors.
5853         * [tools/build.c]
5854         Added new function type 'stub', that makes possible to export an
5855         unimplemented function by name as well as by ordinal. This will
5856         avoid loading errors for unimplemented functions.
5857         Generate an in-memory module layout for built-in DLLs so that the
5858         same code can be used for built-in and loaded modules.
5859         Changed relay code to make it unnecessary to save the value of the
5860         BP register.
5862         * [windows/message.c]
5863         Implemented multiple message queues and preliminary task-switching
5864         capabilities. Inter-task SendMessage() calls are not implemented
5865         yet and will probably cause crashes if used.
5867         * [windows/property.c]
5868         Reimplemented properties and allocate them on the USER heap.
5870         * [windows/win.c]
5871         Fixed bug in SetWindowWord().
5872         Reimplemented EnumWindows() and EnumTaskWindows().
5874 Tue Apr 18 09:48:38 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5875         
5876         * [misc/main.c]
5877         GetSystemParametersInfo(): Additional action SPI_GETICONTITLEFONT.
5878         
5879         * [loader/resource.c]
5880         Removed the check for NE_SEGFLAGS_EXECUTEONLY, since it broke
5881         control.exe.
5882         Fixed icon loading.
5883         
5884         * [objects/font.c] [include/windows.h]
5885         Fixed a bug in InitFontsList() and worked on the EnumFonts()
5886         functions to make them comprehensible.
5888         * [controls/button.c]
5889         Fixed my previous patch to handle LBUTTONUP messages.
5891 Fri Apr 14 11:41:28 1995  Cameron Heide  (heide@ee.ualberta.ca)
5893         * [misc/network.c, misc/dos_fs.c]
5894         Implemented WNetGetConnection.  All that is currently
5895         supported are drives, for which the remote name is simply
5896         the redirected UNIX directory name.
5898         * [miscemu/int2?.c]
5899         More drive number validity checking.
5901 Wed Apr 12 11:28:37 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5902         
5903         * [controls/listbox.c]
5904         Oops, my previous change to ListBoxDirectory broke the Borland
5905         file open dialog. Fixed.
5907 Mon Apr 10 23:17:12 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
5909         * [if1632/ole2nls.spec] [misc/ole2nls.c] [misc/Imakefile]
5910         New file ole2nls.c. Added stubs for GetUserDefaultLCID, 
5911         GetSystemDefaultLCID, GetUserDefaultLangID, GetSystemDefaultLangID.
5913 Mon Apr 10 10:05:18 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
5914         
5915         * [memory/global.c] [memory/local.c] [include/windows.h]
5916         GlobalReAlloc(): If GMEM_MODIFY is set, don't resize the block.
5917         LocalReAlloc(): Same for LMEM_MODIFY.
5918         
5919         * [controls/listbox.c]
5920         Fixed a bug in ListBoxDirectory that prevented commdlg from working.
5921         Check for errors in some more places.
5923         * [if1632/gdi.spec] [if1632/user.spec]
5924         16 bit callback functions should be passed as segptrs.
5925         
5926         * [include/dlls.h] [loader/ne_image.c] [loader/selector.c]
5927         [loader/library.c]
5928         Prevent a DLL from being initialized twice (Borlands Resource
5929         Workshop used to do this).
5930         Provide an additional flag for each w_file that indicates whether
5931         it's an EXE or a DLL, for combinations like pbrush.exe/.dll.
5932         
5933         * [controls/button.c]
5934         Handle LBUTTONUP messages even if the button no longer has the
5935         capture (for WinHelp).
5936         
5937         * [include/wintypes.h]
5938         FARPROC is now a segptr for the emulator and a function
5939         pointer for the library.
5940         
5941         * [misc/commdlg.c] [misc/commdlg.h]
5942         Cleaned the file dialogs up a little. They now work reasonably well,
5943         although there are still some problems (e.g. files are initially
5944         invisible).
5946         * [windows/class.c] [if1632/user.spec] [include/windows.h]
5947         GetClassInfo() must take a segptr, as it checks whether the
5948         highword is zero.
5949         GetClassName() called the wrong atom function. No surprise it didn't
5950         find anything.
5952         * [misc/lstr.c]
5953         AnsiToOem() and OemToAnsi() didn't terminate the strings. Fixed.
5954         Removed some warnings.
5956         * [if1632/relay.c] [if1632/ddeml.spec] [include/dlls.h]
5957         New spec file for the 3.1 DDEML DDL. 
5959         * [controls/menu.c]
5960         Small fix to ChangeMenu - mask out the obsolete flags
5961         (MF_APPEND == MF_OWNERDRAW, this led to problems). It also had
5962         problems with the MF_BYPOSITION flag.
5964         * [windows/message.c]
5965         SendMessage(): call the WH_CALLWNDPROC hook function. This is rather
5966         ugly, I'm afraid. Windows probably passes a pointer to the 16 bit
5967         stack for speed reasons.
5968         
5969         * [windows/hook.c] [include/windows.h]
5970         Set/HookWindowsHook() shouldn't just call their *Ex counterparts, as
5971         they have slightly different semantics.
5972         MS Hearts now works somewhat, if you disable the new builtin DDEML.
5973         The graphics are completely messed up, though.
5975 ----------------------------------------------------------------------
5976 Sun Apr  2 18:31:12 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
5978         * [Configure] [if1632/Imakefile]
5979         Removed new build and short names options.
5981         * [if1632/*.c] [tools/build.c]
5982         Implemented compiled call-back functions for better performance;
5983         all the relay code is now done in assembly code generated by the
5984         build program.
5985         Relay code is no longer dependent on being loaded below 64K.
5987         * [loader/resource.c]
5988         Fixed memory leak in LoadString(). A fix will also be needed for
5989         other resources.
5991         * [memory/global.c]
5992         Implemented global heap arenas, so we can store informations about
5993         global blocks, like lock counts or owner handle.
5994         Implemented FarGetOwner() and FarSetOwner().
5995         Implemented global heap TOOLHELP functions.
5997         * [memory/selector.c]
5998         Bug fix: it was not possible to re-use a free selector.
6000 Sun Apr 2 01:34:52 1995 Constantine Sapuntzakis  (csapuntz@mit.edu)
6002         *  [controls/listbox.c]
6003         Major work on listbox code
6004          - Many bugs fixed (still many bugs)
6005          - More messages supported
6006          - Code simplified
6008 Fri Mar 31 03:27:16 EST 1995 William Magro (wmagro@tc.cornell.edu)
6010         * [controls/edit.c]
6011         Lots of bug fixes related to diappearing text, lost carets,
6012         highlighting, segmentation faults, occurance of random
6013         characters, insertion of characters over selection, misplaced
6014         caret location, display corruption, end of line behavior, etc.
6016         * [controls/widgets.c]
6017         EDIT class doesn't want to use CS_PARENTDC flag.
6019 Thu Mar 30 20:58:25 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6020         
6021         * [loader/selector.c]
6022           FixupFunctionPrologs() should also handle multiple data modules.
6023           (this bug only became visible because MakeProcInstance() was fixed
6024           in 950319)
6025         
6026         * [misc/dosfs.c]
6027           Simplified DOS_SimplifyPath.
6028           Small fix to DOS_opendir to reuse an entry if an open directory
6029           is opened again, to prevent "too many open directories" messages.
6031 Thu Mar 30 12:05:05 1995 Martin von Loewis  <loewis@informatik.hu-berlin.de>
6033         * [if1632/compobj.spec][include/compobj.h][misc/compobj.c]
6034         CoDisconnectObject: new stub function
6036         * [include/msdos.h]
6037         fix DOSVERSION
6039         * [loader/ne_image.c]
6040         NE_FixupSegment: Be more generous on additive fixups
6042         * [if1632/user.spec][misc/network.c]
6043         Add more WNet* stubs
6045 Wed Mar 29 11:47:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6047         * [controls/listbox.c]
6048           DlgDirList(): send segptr instead of linear pointer 
6049           in message to static control
6050         * [controls/menu.c]
6051           Tried to implement ownerdrawn menuitems. Doesn't work.
6052         * [if1632/gdi.spec] [include/windows.h] [objects/font.c]
6053           Provide a stub for GetRasterizerCaps()
6054         * [loader/selector.c]
6055           Pass end address instead of length to LocalInit() in 
6056           CreateSelectors()
6057         * [memory/local.c]
6058           LocalInit(): If there's already a local heap in the segment, do
6059           nothing and return TRUE
6060         * [objects/linedda.c]
6061           Replaced buggy LineDDA() with a Bresenham algorithm. Should work
6062           now.
6063         * [windows/cursor.c]
6064           LoadCursor()/CreateCursor(): Cleaned up the mess. Needs some
6065           more work still.
6067 Tue Mar 21 17:54:43 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6069         * [if1632/relay.c] [if1632/callback.c] [include/dlls.h]
6070           [if1632/winprocs.spec] [if1632/winprocs.c] [include/winprocs.h]
6071           [controls/widgets.c] [misc/shell.c] [misc/commdlg.c]
6072           [windows/nonclient.c] [misc/message.c]
6073           Added a new builtin DLL that provides 16 bit entry points for all
6074           the Def*Procs (DefDlgProc, ButtonProc etc.). OWL programs work
6075           again.
6076         * [misc/shell.c]
6077           RegOpenKey()/RegCreateKey() bugs fixed.
6078         * [loader/ne_image.c]
6079           Skipping the initialization of a DLL when CS == 0 was broken.
6081 ----------------------------------------------------------------------
6082 Sun Mar 19 16:30:20 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6084         * [*/*]
6085         Implemented a new memory mapping scheme. There's no longer a
6086         one-to-one mapping between 16-bit and 32-bit pointers. Please see
6087         file DEVELOPERS-HINTS for technical details.
6089         * [controls/scroll.c]
6090         Fixed bug when dragging mouse in horizontal scrollbars.
6092         * [tools/build.c] [if1632/*.spec]
6093         Removed support for C callback functions and for re-ordering
6094         of the 32-bit arguments, as these were never used. This should
6095         allow a more efficient callback scheme to be implemented.
6097         * [if1632/olecli.spec]
6098         Reduced the number of entries to make the 16-bit code fit in 64k.
6099         This limitation will soon be removed.
6101         * [loader/ldt.c]
6102         Rewrote LDT manipulation functions and implemented LDT_GetEntry().
6104         * [memory/global.c]
6105         Rewrote Global*() routines to use the new selector allocation
6106         mechanism.
6108         * [memory/local.c]
6109         Rewrote local heap handling to use a Windows-compatible layout
6110         (not really finished yet).
6111         Implemented TOOLHELP heap-walking routines.
6113         * [memory/selector.c]
6114         Implemented LDT manipulation API functions.
6116 Tue Mar 14 19:50:28 EST 1995 William Magro (wmagro@tc.cornell.edu)
6118         * [windows/defdlg.c]
6119         Fixed problem where dialogs closed using the System menu 
6120         ('Close' item or double click on close box) would
6121         hang Wine.
6123 Sun Mar 12 14:28:13 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6125         * [controls/listbox.c]
6126         Removed most of the statements for sending a notification message
6127         ListBoxDirectory(), DlgDirSelect(), DlgDirList(): Improved the
6128         code; Borland's standard file open dialog will work now.
6129         
6130         * [misc/main.c], [misc/file.c], [miscemu/int21.c]
6131         Added support for new command line option "-allowreadonly". If set
6132         an attempt to open a read only file in write mode will be converted 
6133         to opening it read only (many programs try to open all files in 
6134         read/write mode even if they only intend to read it - this might 
6135         cause a few under problems under an unix-like environment where most 
6136         files are read only for a "normal" user)
6138         * [loader/selector.c]
6139         GetMemoryReference(): Added support for __AHIncr and __AHShift
6141         * [misc/dos_fs.c]
6142         DOS_SimplifyPath(): This routine simplifies path names ( e.g., it
6143         will change "/usr///local/bin/../lib//a" to "/usr/local/lib/a" )
6144         match(): rewritten
6145         
6146         * [objects/text.c]
6147         TEXT_NextLine(): Removed a bug in the handling of LF's
6149         * [miscemu/int21.c]
6150         GetFileDateTime(): Fixed. SetFileDateTime() is still broken.
6152 Sat Mar 11 19:46:19 1995  Martin von Loewis  <loewis@informatik.hu-berlin.de>
6154         * [controls/menu.c]
6155         ChangeMenu: defaults to MF_INSERT
6156         InsertMenu: allow insertion even if position is one after last item
6158         * [if1632/Imakefile] [if1632/compobj.spec] [if1632/relay.c]
6159           [if1632/storage.spec] [include/dlls.h]
6160         Added stubs for STORAGE.DLL and COMPOBJ.DLL
6162         * [if1632/user.spec] [windows/message.c]
6163         InSendMessage: new function
6165         * [include/neexe.h][include/ne_image.c]
6166         NE_FixupSegment: fixed handling of additive records
6168         * [loader/selector.c]
6169         GetEntryDLLName: return NULL instead of pointer to DLL.0 if not found
6171         * [loader/signal.c]
6172         win_fault: Enter debugger on SIGFPE, too
6174 Wed Mar  1 21:47:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
6176         * [miscemu/int*.c]
6177         Various minor modifications to the clock tick counter,
6178         FindFirst/FindNext funcs, and DPB handling.
6180 ----------------------------------------------------------------------
6181 Thu Mar  2 17:44:32 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6183         * [loader/resource.c] [objects/oembitmap.c]
6184         Removed sysres bitmap code; you need libXpm to compile now.
6185         Implemented LoadIcon() for OEM icons.
6187         * [include/bitmaps/oic_*]
6188         Added OEM icons in XPM format.
6190         * [objects/dib.c]
6191         Bug fix in DrawIcon().
6193         * [rc/sysresbm.rc]
6194         Removed; all bitmaps are stored in XPM format now.
6196 Tue Feb 28 18:54:28 1995  Tomi Leppikangas  (tomilepp@paju.oulu.fi)
6198         * [controls/edit.c]
6199         Small patch to fix edit-control when it's created with text.
6201 Sun Feb 26 20:22:15 1995  Michael Veksler  (e1678223@tochnapc2.technion.ac.il)
6203         * [tools/make_debug]
6204         The created macros won't have side effects anymore when used in
6205         an "if-else" structure. No more warnings from the compiler when
6206         compiled without defining DEBUG_RUNTIME.
6208 Sun Feb 26 20:20:49 1995  Michael Patra <micky@marie.physik.TU-Berlin.DE>
6210         * [controls/listbox.c]
6211         ListBoxDeleteString(): Fixed
6213         * [loader/selector.c]
6214         GetMemoryReference(): When special segments are referenced by
6215         pseudo-functions like __0040H, a reference to a "normal" segment
6216         will be returned preventing the program from crashing as soon
6217         as the referenced segment is actually accessed.
6219 Sun Feb 26 15:55:14 MET 1995  Martin von Loewis (loewis@informatik.hu-berlin.de)
6221         * [Configure]
6222         Ask for OLE stubs and malloc debugging
6224         * [Imakefile]
6225         link with libmcheck.a if necessary
6227         * [if1632/relay.c][include/dll.h][if1632/Imakefile]
6228         Add OLE stubs, increase number of builtins
6229         dll_name_table_entry_s: new field dll_is_used
6231         * [loader/library.c]
6232         GetModuleHandle,ModuleNext: Check dll_is_used
6234         * [loader/ne_image.c]
6235         Bark on unsupported NE_RADDR_LOWBYTE flag (what is it supposed
6236         to mean, anyway?)
6238         * [misc/olecli.c][misc/olesvr.c]
6239         New files. Add to misc/Imakefile
6241         * [misc/dos_fs.c]
6242         DOS_GetUnixFileName: make a copy of the input parameter to 
6243         prevent overwriting
6245         * [misc/main.c]
6246         MAIN_ParseDLLOptions: new function
6247         MAIN_ParseOptions: treat -dll command line flag
6248         main: add support for malloc debugging
6250 Fri Feb 24 12:43:27 1995  Erik Svendsen  <z3esv@kmd-ac.dk>
6252         * [loader/signal.c]
6253         Small patch for people using FreeBSD-2.1.0.
6255 Fri Feb 17 22:49:18 1995  Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx)
6257         * [toolkit/sup.c]
6258         Added return values to the Call* routines
6260         * [toolkit/winmain.c]
6261         Load the resource file properly for WineLib applications.
6263 ----------------------------------------------------------------------
6264 Thu Feb 16 18:57:31 1995  Alexandre Julliard  (julliard@sunsite.unc.edu)
6266         * [if1632/call.S]
6267         Only save the lower 16-bits of SP and BP.
6269         * [if1632/callback.c]
6270         When calling to 16-bit code, restore DS from its previous value on
6271         entry to the 32-bit code, instead of from the code segment owner.
6273         * [if1632/relay.c] [include/stackframe.h]
6274         Use a structure to represent the 16-bit stack frame layout
6275         instead of hard-coded offsets.
6276         
6277         * [rc/Imakefile]
6278         Use y.tab.c for bison output file for compatibility with yacc.
6280         * [tools/build.c]
6281         Small optimization for calls to 32-bit code.
6283 Sun Feb 12 03:19:47 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6285         * [tools/build.c]
6286         Fixed bug (inflicted by previous change) - SEGV on ZMAGIC file format.
6288 Sun Feb 11 20:00:00 1995  Göran Thyni  (goran@norrsken.bildbasen.se)
6290         * [debugger/dbg.y]
6291         Remove unnecessary sym-table loading when stopped in 16-bit mode.
6293         * [include/segmem.h] [loader/selector.c]
6294         Added dynamic alloction of selectors.
6295         Fixed some problems with large programs SIGSEGV-ing while
6296         running out of selectors.
6298         * [include/segmem.h] [loader/selector.c] [if1632/callback.c] 
6299           [memory/global.c] [memory/heap.c] [memory/linear.c]
6300         Use __AHSHIFT and __AHINCR instead of 3 and 8.
6302 Mon Feb  6 18:07:38 1995  Cameron Heide  (heide@ee.ualberta.ca)
6304         * [misc/dos_fs.c]
6305         Better relative path handling when converting filenames between
6306         dos and unix, allowing '.' to be used in the Windows path.
6307         Startup working dir is now based on current working dir.
6309 Sat Feb  4 21:21:13 1995  Michael Veksler (s1678223@t2.technion.ac.il)
6311         * [if1632/relay.c] [include/dlls.h] [tools/build.c]
6312         Squeezed data structure that references internal dll's (mostly
6313         "struct dll_table_entry_s"). Caused 20% reduction in executable
6314         code size.
6316 Fri Feb  3 18:53:15 1995  Martin v. Loewis  (loewis@marie)
6318         * [Imakefile]
6319         make wine.sym only when making emulator
6321         * [misc/file.c]
6322         OpenFile(): report as not implemented for WINELIB
6324         * [misc/winsock.c]
6325         Fix CONVERT_HOSTENT and friends for use with WINELIB
6327         * [rc/Imakefile][rc/rc.y][rc/parser.c]
6328         Rename rc.y to parser.y
6329         Use flex and bison on Sun
6331         * [toolkit/sup.c]
6332         CallWindowProc: fix parameter type
6334         * [windows/event.c]
6335         Commented #ifdef sparc
6337 ----------------------------------------------------------------------
6338 Wed Feb  1 19:27:55 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6340         * [windows/nonclient.c] [windows/winpos.c]
6341         Implemented maximized windows.
6342         Implemented icon positioning and ArrangeIconicWindows().
6343         Bug fixes in SetWindowPos().
6345         * [windows/painting.c]
6346         Implemented GetControlBrush().
6347         Window frame is no longer contained in the update region.
6349         * [windows/win.c]
6350         Destroy owned windows upon DestroyWindow().
6352 Sun Jan 29 16:17:22 1995  David Metcalfe <david@prism.demon.co.uk>
6354         * [controls/edit.c]
6355         Changed line terminator to \r\n to be compatible with
6356         Windows.  Fixed bug in text selection.
6358 Sun Jan 29 14:10:22 1995   Bernd Schmidt <crux@pool.informatik.rwth-aachen.de>
6360        * [misc/shell.c]
6361        Rewrote RegCreateKey and RegOpenKey, since they were completely broken.
6362        Fixed a bug in RegQueryKeyValue. Implemented RegEnumKey
6363        These functions now work somewhat more the way Windows programs expect
6364        them to work.
6366 ----------------------------------------------------------------------
6367 Sun Jan 22 18:55:33 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6369         * [loader/resource.c] [objects/dib.c]
6370         Fixed icon loading and drawing, now that BitBlt() works correctly.
6371         
6372         * [objects/clipping.c] [objects/region.c]
6373         Implemented elliptic regions with a set of rectangle. This greatly
6374         simplifies the region code and should boost clipping performance.
6376         * [objects/color.c]
6377         Fixed bug that caused seg-fault on 24bpp displays.
6379         * [objects/bitblt.c]
6380         Fixed bug when shrinking a bitmap to more than half its size.
6382         * [windows/graphics.c]
6383         Fixed bugs in PaintRgn() and Polyline().
6385         * [windows/nonclient.c] [windows/painting.c] [windows/winpos.c]
6386         Fixed some problems with window background painting.
6388 Thu Jan 12 12:20:25 PST 1995 Ross Biro (biro@yggdrasil.com)
6390        * [tools/build.c]
6391        * [tools/newbuild.c]
6392        * [Imakefile]
6393        * [include/wine.h]
6394        * [loader/call.S]
6395        * [loader/selector.c]
6396        * [include/segmem.h]
6397        * [misc/main.c]
6398        Changed selector code and 16/32 bit xfer code so that wine
6399        no longer has to be loaded low in memory.  Changed wine
6400        to work with ELF binary formats under Linux.
6401        
6402 Sat Sep 17 11:08:49 1994  Eric Youngdale  (eric@esp22)
6404         * [debugger/db_disasm.c]
6405         New instruction disassembler - borrowed from Mach kernel.  Has a
6406         BSD style of license as opposed to the gdb code we were previously
6407         using which was under the GPL.
6409 ----------------------------------------------------------------------
6410 Mon Jan  9 18:27:11 1995  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6412         * [Imakefile]
6413         Compiling with -Wall flag.
6415         * [*/*]
6416         Fixes to minimize the number of compilation warnings.
6418         * [objects/bitblt.c]
6419         Fixed BitBlt() and used the same code to rewrite PatBlt() and
6420         StretchBlt(). The three *Blt() functions should now be correct in
6421         every case (famous last words).
6423         * [objects/brush.c] [objects/dither.c]
6424         Merged the two files into brush.c
6426         * [objects/dc.c]
6427         Fixed bug when the Windows programs forget to re-select the
6428         original bitmap in a memory DC.
6430         * [objects/font.c]
6431         Tty to use 'fixed' font when the system font can't be found.
6433         * [windows/dialog.c]
6434         Tentative fix to make dialogs look better when using fixed-width
6435         fonts.
6437         * [windows/graphics.c]
6438         Partially implemented the PS_INSIDEFRAME pen style.
6440         * [windows/nonclient.c]
6441         Fix for windows that have the WS_EX_DLGMODALFRAME style bit
6442         without the WS_DLGFRAME style.
6444 Thu Jan  5 13:37:42 1995  Cameron Heide  (heide@ee.ualberta.ca)
6446         * [memory/global.c]
6447         GlobalCompact should now return the correct value when the
6448         largest run of free blocks includes the last block.
6450         * [windows/mdi.c]
6451         Tiling and cascading windows without any MDI children should
6452         no longer crash (assuming no-op is the correct thing to do).
6454 Sun Jan  1 23:30:25 1995  Fons Botman  <botman@rabo.nl>
6456         * [objects/font.c]
6457         GetTextExtentPoint: fixed debug output, str is counted string, not
6458         zero terminated.
6460         * [if1632/relay.c]
6461         DLLRelay: when debugging_stack got segv, added upper bound for
6462         stack dump.
6464 ----------------------------------------------------------------------
6465 Tue Dec 27 13:35:16 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6467         * [*/Imakefile]
6468         All objects files are now kept in their respective directory.
6470         * [README]
6471         Rewrote most of it.
6473         * [objects/bitblt.c]
6474         Rewrote BitBlt() to look right in every case, while minimizing
6475         the impact on performance. Not really finished yet.
6477         * [objects/bitmap.c] [objects/dc.c]
6478         Fixed bug with pattern brushes.
6480         * [objects/clipping.c] [windows/painting.c]
6481         Fixes for logical coordinates.
6483         * [objects/color.c] [windows/graphics.c]
6484         Fixed GetPixel() to return the correct color, and made it faster.
6486         * [objects/region.c]
6487         Fixed bug in CombineRgn() when one of the region is empty.
6489 Fri Dec 22 01:42:57 MET 1994              Dag Asheim (dash@ifi.uio.no)
6491         * [Configure]
6492         Don't assume that expr handles '==', use '=' instead.
6493         Give a (hopefully informative) message if imake fails.
6495 ----------------------------------------------------------------------
6496 Wed Dec  7 14:52:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6498         * [controls/listbox.c]
6499         Fixed problems due to new scroll-bar code.
6501         * [loader/signal.c] [miscemu/ioports.c]
6502         Handle I/O opcodes that use an absolute address.
6504         * [objects/text.c]
6505         Implemented TabbedTextOut().
6507 Sat Dec  3 18:53:08 1994  Kenneth MacDonald  <K.MacDonald@ed.ac.uk>
6509         * [objects/metafile.c]
6510         Implemented GetMetafile().
6511         Fixed bug in PlayMetaFile() when reading disc based metafile records.
6512         Added META_POLYPOLYGON, META_DELETEOBJECT and META_EOF to 
6513         PlayMetaFileRecord().
6514         
6515 Wed Nov 30 06:32:25 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6517         * [Imakefile]
6518         wine.sym: Remove gcc2_compiled and friends
6520         * [controls/listbox.c][if1632/relay.c][if1632/relay.c]
6521           [loader/resource.c][memory/heap.c][objects/dib.c][windows/dialog.c]
6522         Replace #ifdef DEBUG_XXX with if(debugging_xxx){
6524         * [if1632/call.S]
6525         CallToLibMain: New function
6527         * [if1632/relay.c][include/options.h][misc/main.c]
6528           [miscemu/int1a.c][miscemu/int21.c][miscemu/kernel.c]
6529         removed Options.relay_debug
6531         * [include/heap.h]
6532         HEAP_OWNER: Use ds instead of cs:ip
6534         * [loader/ne_image.c]
6535         LoadNEImage: Remember current exe, handle nodata dlls
6536         InitNEDLL: handle nodata dlls, call CallToLibMain
6538         * [loader/selector.c]
6539         CreateSelectors: Initialize auto_data_sel with 0
6541         * [memory/heap.c]
6542         HEAP_CheckHeap: Check prev
6543         HEAP_CheckLocalHeaps: new function
6545         * [misc/profile]
6546         Remember and dump only changed profiles
6548         * [tools/makedebug]
6549         Introduce debugging_xxx flags
6551 Sun Nov 27 23:13:22 MET 1994    <erik@xs4all.nl>
6553         * [clipboard.h color.h dc.h dos_fs.h event.h font.h graphics.h
6554         if1632.h kernel.h library.h miscemu.h ne_image.h nonclient.h 
6555         pe_image.h selectors.h wintypes.h]
6556         Added.
6558         * [*/*]
6559         - Commented all 'static char copyright statements', see misc/main.c
6560         - moved prototypes to headers files, fixed wrong prototypes.
6561         - *please* add a header file for each .c if you need to export
6562           things.
6564         * [misc/main.c]
6565         Added one static string which list the names of the contributors.
6567 Fri Nov 25 16:24:27 MET 1994              Dag Asheim (dash@ifi.uio.no)
6569         * [Configure]
6570         Made the support for multiple languages more automatic.  Added
6571         a [fonts] section to the wine.conf file.  Made the defaults
6572         better.  Generally cleaned it up.
6574         * [rc/sysres_No.rc] [rc/sysres_De.rc] [rc/sysres.c]
6575         Norwegian resources and small fixes to the german resources.
6577 Wed Nov 23 20:28:59 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6579         * [debugger/break.c]
6580         bark(), toggle_next(), should_continue(): New functions
6581         insert_break(): Fixed, adds write access to page before writing
6582         wine_bp.next_addr: new structure field
6584         * [debugger/dbg.y]
6585         Changed symbol's value to be it's value instead of the value
6586         pointed to by the symbol.
6587         Changed SIGTRAP handling to allow continuation after break point
6589         * [misc/shell.c]
6590         ShellAbout(): Load resource from memory
6592 ----------------------------------------------------------------------
6593 Sun Nov 20 18:30:06 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6595         * [controls/scroll.c] [include/scroll.h]
6596         Rewritten most of scroll-bar code for better Windows look & feel.
6597         Implemented EnableScrollBar().
6598         Preliminary keyboard support.
6600         * [objects/bitblt.c]
6601         Fixed BadMatch error for BitBlt() and StretchBlt() when reading
6602         bits from outside the visible region.
6604         * [objects/oembitmap.c] [include/bitmaps/obm_*]
6605         Use XPM symbolic colors to load bitmaps. This allows the colors
6606         of the bitmaps to depend on the system colors.
6608         * [tools/make_debug]
6609         Made the make_debug script more robust.
6611         * [windows/dialog.c]
6612         Fixed CheckRadioButton().
6614         * [windows/nonclient.c]
6615         A few changes to scroll-bar drawing and tracking.
6617         * [windows/winpos.c]
6618         Renamed NextWindowFromPoint() to WINPOS_NextWindowFromPoint() to
6619         avoid confusion, and optimized it somewhat.
6621 Nov 19, 94 Martin Ayotte (wine@trgcorp.mksinfo.qc.ca)
6623         * [misc/audio.c]
6624         * [misc/mcianim.c]
6625         more coding but nothing spectacular.
6627         * [misc/mmaux.c]
6628         some coding to access '/dev/mixer'.
6630         * [misc/midi.c]
6631         some coding to read .MID files, but it's not playing yet.
6633 Sun Nov 13 19:31:03 1994    James Youngman (mbcstjy@afs.man.ac.uk)
6635         * [objects/dib.c]
6636         Reimplemented DIB_SetImageBits_RLE8() so that it would cope with
6637         bitmaps which don't end 0x00, 0x02 (previously it blew up).  This
6638         includes some bitmaps output by Paint Shop Pro.  Implementation is
6639         possibly now too lax.  Please see the notes on the function about
6640         why.
6642         * [controls/desktop.c]
6643         The desktop pattern should be painted if the wallpaper doesn't
6644         cover the whole screen width OR the whole screen height.
6646 Sun Nov 13 00:07:11 MET 1994    Erik Bos        <erik@xs4all.nl>
6648         * [objects/dib.c]
6649         Small bug in DIB_SetImageBits() fixed, bitmaps in 16,24 bpp
6650         now work.
6652         * [loader/ne_resource.c] [include/resource.h]
6653         Some cleanup.
6655 Thu Nov 10 20:44:58 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6657         * [Configure]
6658           [rc/sysres.rc]
6659         Primitive compile-time support for multiple languages
6661         * [rc/sysres_De.rc]
6662         New file
6664         * [loader/resource.c]
6665         LoadBitmap: Recognize end of sysresbm properly
6667         * [rc/Imakefile]
6668         Rules to compile resources simplified, dependencies changed
6670         * [rc/sysresbm.rc]
6671         Don't use sysresbm if using XPM
6673         * [windows/dialog.c]
6674         CreateDialogIndirectParam: Reverse Z-order of controls
6676         * [windows/message.c]
6677         MSG_TranslateMouseMsg: Fix HTTRANSPARENT handling
6679         * [windows/winpos.c]
6680         NextWindowFromPoint: New function
6682         * [controls/button.c]
6683         WM_NCHITTEST: Group Box is HTTRANSPARENT
6684         BUTTON_CheckAutoRadioButton: New function
6685         BM_SETCHECK: Added call to BUTTON_CheckAutoRadioButton
6687 Mon Nov  7 11:20:26 1994  Paul Falstad  (pf@zoof.cts.com)
6689         * [objects/text.c]
6690         Fix hang when using DrawText(..., DT_WORDBREAK) with a word that
6691         is too long to break.
6693         * [objects/font.c]
6694         Don't assume helvetica if there is no font family; let the other
6695         font attributes decide what font to use.
6697         * [controls/widgets.c]
6698         Listboxes and combo boxes need to be notified of double-clicks.
6700         * [controls/listbox.c]
6701           [include/listbox.h]
6703         scrolling to bottom of list box should display last item at the
6704         bottom, not at the top.
6705         
6706         list boxes need to allocate a separate heap for their item data,
6707         rather than using the user heap.  Otherwise, it's very easy to run
6708         out of memory for list box items.
6710         removed redundant code in ListBoxAddString().  Implemented simple
6711         version of LBS_SORT.
6713         Don't put [.] in the list box when using DDL_DIRECTORY.
6715         * [controls/combo.c]
6716         Combos should pass CBS_SORT onto their list box.
6718         * [windows/win.c]
6719         If window creation is aborted, remove the window from the
6720         linked lists.
6722         * [controls/static.c]
6723         static controls with SS_ICON were always returning 0 from
6724         WM_NCCREATE.
6726         Make sure static controls have text to draw before drawing it.
6728 ----------------------------------------------------------------------
6729 Sun Nov  6 18:52:04 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6731         * [objects/oembitmap.c]  (New file)
6732         Added possibility to use .xpm files for OEM bitmaps.
6734         * [include/bitmaps/obm*]  (New files)
6735         Redrawn all OEM bitmaps in xpm format.
6737         * [objects/font.c]
6738         Add space for internal leading when using a negative font height.
6739         Stubs for AddFontResource() and RemoveFontResource().
6740         Fix in FONT_Init() for uninitialised default font.
6742         * [windows/dialog.c]
6743         Make font height negative as it is really a point size and not a
6744         pixel size; dialogs using 8-point fonts look better now.
6746         * [windows/graphics.c]
6747         Fixed the fix :-) for Pie() to make it work for Arc() and Chord() also.
6749         * [windows/nonclient.c]
6750         A few changes for new OEM bitmaps.
6752 Sun Nov  6 18:22:18 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6754         * [windows/class.c]
6755         The names of local classes have to be stored using GlobalAtom*.
6756         Otherwise they couldn't be accessed from other modules (e.g. BWCC) 
6758         * [if1632/call.S]
6759         CallTo16(cx): It's possible to set the contents of the cx-register.
6761         * [loader/ne_image.c]
6762         InitNEDLL(): The size of the local heap is now passed in the cx-
6763         register when initializing a DLL.
6765         * [memory/heap.c]
6766         LocalInit(): The case start==0 is now handled in the way it should.
6768         * [windows/win.c]
6769         GetWindowLong(): If the adress of the windows function is requested
6770         it's no longer returned if it's within the Wine code (and therefore
6771         unreachable by a windows program). This makes Borland's OWL happy.
6773         * [controls/edit.c]
6774         EDIT_GetStr(): Added handling for off<0.
6776 Sun Nov  6 17:37:14 1994  Chris Jones  <chrisj@ichips.intel.com>
6778         * [loader/library.c]
6779         Fixed infinite loop bug when two DLLs refer to each other (fixes
6780         hangup of Quicken during loading).
6782 Thu Nov 04 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6784         * [misc/dos_fs.c]
6785         Bug fix: The size of a disk an the available space
6786         is now returned in bytes instead of (incorrectly)
6787         KBytes.
6789 Thu Nov 03 12:00:00 1994  Jan Willamowius  (jan@janhh.sh.sub.de)
6791         * [windows/graphics.c]
6792         Bug fix: Pie segments are now filled with correct brush.
6794 Thu Nov  3 10:40:09 1994  Martin von Loewis  (martin@cs.csufresno.edu)
6796         * [Imakefile]
6797         generate rc.o before loader.o
6799         * [controls/menu.c]
6800         CopySysMenu: generate SYSMENU on the fly, eliminate hSysMenu
6802         * [include/resource.h]
6803         Add struct ResourceTable
6805         * [loader/bitmap.h]
6806         Load system bitmaps from sysresbmTable
6808         * [misc/clipboard.c]
6809           [windows/event.c]
6810         IsClipboardFormatAvailable,EVENT_SelectionRequest: bug fixes
6811         
6812         * [rc/Imakefile]
6813         generate rc.o from sysres.o and sysresbm.o. Added -lfl
6815         * [rc/rc.y]
6816         change style handling to allow ( S1 | S2 ) | S3
6818         * [rc/sysres.rc]
6819           [rc/sysresbm.rc]
6820         Put bitmaps and icons to sysresbm, everything else to sysres
6822         * [rc/winerc.c]
6823           [rc/winerc.h]
6824         Added -o, -c flags. New function set_out_file. Output to files.
6826         * [windows/dialog.c]
6827         DialogBoxIndirectPtr, DialogBoxIndirectParamPtr: New functions 
6829         * [windows/nonclient.c]
6830         Create AboutWine dialog from template pointer
6832 ----------------------------------------------------------------------
6833 Sun Oct 30 13:01:18 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
6835         * [controls/static.c]
6836         Bug fix for SS_ICON controls.
6838         * [if1632/Imakefile]
6839         Fixed call.o dependencies.
6841         * [objects/clipping.c] [objects/dc.c]
6842         Fixed visible region handling. hVisRgn is always non-null now.
6844         * [windows/dce.c]
6845         Bug fix in GetDCEx for CS_OWNDC windows.
6847         * [windows/nonclient.c] [windows/painting.c]
6848         Fixes to icon window drawing.
6850         * [windows/winpos.c]
6851         A few fixes in SetWindowPos().
6853 Sun Oct 30 12:50:24 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
6855         * [objects/bitblt.c]
6856         BitBlt(): BitBlt is now able to handle any raster operation. If
6857         the request can't be passed to XWindows directly, it's quite
6858         slow, though.
6860         * [*/*.c]
6861           [misc/main.c]
6862         Improvements of the system for handling debug messages. Options are
6863         now also loaded from /usr/lib/X11/app-defaults/Wine (insert
6864         *debugoptions: +xxx there if you want to have turn messages xxx on).
6866         * [controls/menu.c]
6867         DestroyMenu(): The whole window won't be destroyed as a sideeffect
6868         any longer.
6870         * [misc/file.c]
6871         OpenFile(): Fixed bug in searching in system/window-directory.
6873 Sun Oct 30 12:25:53 1994  Jimmy Tirtawangsa <j0t2527@tam2000.tamu.edu>
6875         * [include/windows.h]
6876         Bug fix for window related structures.
6877         DCB and COMSTAT are affected. They must be packed.
6879         * [misc/comm.c]
6880         Bug fix for COM ports:
6881         Dial and dialog window in terminal.exe now works.
6882         Non sequential COM assignments in wine.conf should not break now.
6883         Baudrate can be specified in wine.conf to overcome baudrate limitation
6884         in mswindow. See sample wine.ini
6886         * [include/comm.h]
6887         add baudrate field to DosDeviceStructre
6889         * [object/font.c]
6890         Bug fix for font assignment.
6891         Use pairs of foundry and family fontnames in X11 to correspond with
6892         window's fonts.
6893         Put font assignment ini wine.ini.
6895         * [wine.ini]
6896         Adding optional baudrate after port name in "serialports" section
6897         Add new section, "fonts".
6898         "default" is special key in "fonts" to match any unmatch window font.
6900 Oct 29, 94 (new address) wine@trgcorp.mksinfo.qc.ca (Martin Ayotte)
6902         * [if1632/relay.c]
6903         * [if1632/commdlg.spec]         New file.
6904         * [misc/commdlg.c]                      New file.
6905         * [include/commdlg.h]           New file.
6906         Begin of an emulated COMMDLG DLL, built-in for now.
6907         (BTW, if you want to switch between built-in & 16bits CommDlg, only 
6908         thing you need to do is to put the real/dummy name in file relay.c)
6910         * [controls/scroll.c]
6911         * [controls/combo.c]
6912         * [controls/listbox.c]
6913         Few bug fixes and/or cosmetic.
6915         * [misc/audio.c]
6916         * [misc/mmaux.c]
6917         bug fixes and flags returned to emulate SB16.
6919         * [misc/midi.c]                         New file.
6920         skeleton for 'Midi' MMSYSTEM & MCI driver.
6922         * [misc/mcianim.c]                      New file.
6923         skeleton for 'Animation1' MCI driver.
6925         * [windows/win.c]
6926         Add new stub for GetLastActiveWindow().
6928 Tue Oct 25 09:17:25 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
6930         * [if1632/call.S] [tools/build.c]
6931            Support for ELF format. (Not complete)
6933 Sun Oct 23 00:51:50 1994  Paul Falstad  (pf@zoof)
6935         * [if1632/user.spec]
6936         Add stubs for ArrangeIconicWindows(), etc.
6938         * [if1632/kernel.spec]
6939         Add IsBad*Ptr() functions.
6941         * [loader/signal.c]
6942         Add test_memory(), for use with IsBad*Ptr().
6944         * [windows/winpos.c]
6945         Add stubs for TileChildWindows(), etc.
6947         * [windows/win.c]
6948         IsWindow() shouldn't crash if it's given a bad handle.
6949         Add stub for GetLastActivePopup().
6951         * [memory/global.c]
6952         Implement the IsBad*Ptr() functions.
6954         * [controls/listbox.c]
6955         Return the full longword of the item data in LB_GETITEMDATA.
6957         * [controls/edit.c]
6958         Don't let the user select an area past the end of the text.
6960         * [objects/text.c]
6961         In DrawText(), the code to delete crlfs also removed multiple
6962         consecutive newlines.  Also, using DT_CALCRECT didn't return
6963         the right height, and the width wasn't returned at all.
6964         This caused MessageBoxes to be missing much of their text.
6966         * [windows/scroll.c]
6967         ScrollWindow[Ex] didn't work right with null LPRECT arguments.
6969 Fri Oct 21 21:47:19 1994  Paul Falstad  (pf@zoof.cts.com)
6971         * [miscemu/int21.c]
6972         Fixed int21 0x42 handler to properly assemble 32-bit seek ptr.
6974         * [misc/property.c]
6975         Fixed inverted logic in EnumProps(), and changed CallBack16()
6976         call to use new arg format.
6978         * [windows/win.c]
6979         Fixed CallBack16() call in Enum[Child]Windows to use new arg
6980         format; this fixes crashes in enum procedures.
6982 Wed Oct 19 21:30:00 PDT 1994            martin@cs.csufresno.edu
6984         * [misc/clipboard.c]
6985           [windows/event.c]
6986           [windows/message.c]
6987         Added cut and paste between Wine and other X clients via
6988         the PRIMARY selection. Text only this time.
6990         * [controls/edit.c]
6991         EDIT_LineLength, EDIT_TextLine return 0 for lines after last one.
6993         * [windows/defwnd.c]
6994         Send WM_SYSCOMMAND to overlapped ancestor window, 
6995         not the receiver of WM_SYSKEYDOWN
6997 Sat Oct 22 15:01:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
6999         * [controls/edit.c]
7000         ClientWidth()/ClientHeight() macros: return 0 if size would
7001         be negative
7002         EDIT_StrLength(): takes unsigned char* instead of char*
7004         * [controls/listbox.c]
7005         ListBoxWndProc(): in "case WM_MOUSEMOVE" - set lphl at start of
7006         case instead of in each place required (it was omitted in
7007         some places causing problems!)
7009         * [controls/menu.c]
7010         MENU_CalcItemSize(): don't try to find size of a text item
7011         if the pointer is NULL
7013         * [include/heap.h]
7014         added definition of HEAP_LocalInit()
7016         * [include/msdos.h]
7017         removed buggy pointer() macro (use SAFEMAKEPTR() from segmem.h
7018         instead)
7020         * [loader/selector.c]
7021         IPCCopySelector(): added missing flags to shmget() call
7022         ? does this break linux - I added these flags in a previous
7023         patch but they were missing in the corresponding release ?
7025         * [loader/signal.c]
7026         win_fault(): added missing definitions of i, dump for those
7027         not running NetBSD or linux
7029         * [misc/dos_fs.c]
7030         DOS_GetCurrentDir(): made temp[] static so it can be safely
7031         returned
7033         * [miscemu/int21.c,int25.c,int26.c]
7034         Changed all invocations of pointer() to SAFEMAKEPTR(). Included
7035         segmem.h where necessary.
7037         * [windows/dialog.c]
7038         CreateDialogIndirectParam(): Changed HEAP_Init() call to 
7039         HEAP_LocalInit(), removed redundant variables
7041 Sat Oct 22 00:29:41 MET 1994              Dag Asheim (dash@ifi.uio.no)
7043         * [loader/library.c] [loader/main.c] [loader/ne_image.c]
7044           [misc/exec.c] [miscemu/int10.c] [miscemu/int21.c]
7045           [objects/bitblt.c] [objects/metafile.c]
7046         Rewritten more printf's to use the new debugging system, and
7047         made wine less verbose per default. Use "-debugmsg +module"
7048         to get (almost) the same behavior as before.
7050 ----------------------------------------------------------------------
7051 Sun Oct 16 13:29:07 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7053         * [controls/button.c]
7054         Implemented WM_GETDLGCODE, WM_SETFONT, BM_SETSTYLE, BM_SETCHECK,
7055         BM_SETSTATE.
7056         Implemented default button painting.
7057         Optimised redrawing.
7058         Fixed owner-draw buttons.
7060         * [controls/static.c]
7061         Implemented WM_SETFONT.
7062         A few optimisations in painting code.
7063         Bug fix for SS_SIMPLE controls.
7065         * [if1632/callback.c]
7066         Preliminary GetCodeHandle().
7068         * [if1632/gdi.spec]
7069         Changed 'pascal' to 'pascal16' everywhere it's needed.
7071         * [include/windows.h]
7072         Fixed a few data structures.
7074         * [memory/heap.c]
7075         Bug fix in HEAP_ReAlloc().
7077         * [misc/cursor.c]
7078         Fixed SetCursor().
7080         * [objects/bitblt.c]
7081         Fixed PatBlt() when using BLACKNESS or WHITENESS codes.
7083         * [objects/font.c]
7084         Better font mapping code.
7085         Implemented GetTextFace().
7087         * [objects/region.c]
7088         Bug fix in REGION_MakePixmap().
7089         Faster region copying.
7091         * [objects/text.c]
7092         Implemented ExtTextOut().
7093         Implemented DT_NOCLIP style for DrawText().
7095         * [windows/dc.c]
7096         Free the bitmap when deleting a memory DC.
7098         * [windows/dce.c]
7099         Added support for windows that have no associated X window.
7100         Implemented DCX_CLIPSIBLINGS and DCX_PARENTCLIP in GetDCEx().
7102         * [windows/defdlg.c]
7103         Implemented default push button handling and DM_SETDEFID.
7104         Implemented WM_NEXTDLGCTL.
7106         * [windows/dialog.c]
7107         Implemented default push button handling.
7108         Beginning of a keyboard interface in dialogs
7109         (does not really work yet).
7110         Fixed dialogs that use a special font.
7112         * [windows/event.c] [windows/focus.c]
7113         Added support for non-X windows.
7115         * [windows/graphics.c]
7116         Rewritten FloodFill() and implemented ExtFloodFill().
7118         * [windows/message.c]
7119         Cleaner hardware messages and X events handling.
7121         * [windows/defwnd.c] [windows/painting.c]
7122         Implemented WM_SETREDRAW.
7124         * [windows/win.c]
7125         Only create an X window for top-level windows, or for the desktop.
7126         Child windows now use their parent's drawable.
7128         * [windows/winpos.c]
7129         Beginning of support for non-X windows (still somewhat broken).
7130         Implemented *DeferWindowPos().
7132         * [*/Imakefile]
7133         Cleaned up some Imakefiles.
7134         Moved dc.c from windows/ to objects/.
7135         Moved cursor.c from misc/ to windows/.
7137 Sun Oct 16 12:21:52 1994  Michael Patra <micky@marie.physik.tu-berlin.d400.de>
7139         * [include/debug.h]
7140           [include/stddebug.h]
7141           [*/*.c]
7142         Rewritten all the calls to printf for displaying debug-information
7143         (messages like "LoadImage: loading SOL (SOL.EXE)" etc.) 
7144         Added option "-debugmsg" to Wine. Example: "-debugmsg +all" will turn
7145         all these messages on, "-debugmsg -dll" will turn all messages 
7146         concerning DLLs off.
7148         * [controls/combo.c]
7149         Added some handling for combo controls with ownerdraw-styles
7150         (just creating and passing the necessary messages to the 
7151         corresponding listbox control; the edit-control needs to be
7152         replaced with something else).
7154         * [controls/edit.c]
7155           [windows/dialog.c]
7156         Added support for use of global heap memory in dialogs with 
7157         edit controls.
7159         * [controls/listbox.c]
7160         Added support for item data.
7161         ListBoxInsertString(): Fixed bug for elements which are not inserted
7162         after the currently last element.
7163         
7164         * [misc/dos_fs.c]
7165           [miscemu/int21.c]
7166         DOS_ValidDirectory(): Checks whether a given string is in fact the
7167         valid name of a directory.
7169 Sat Oct 15 17:35:00 PDT 1994            <martin@cs.csufresno.edu>
7171         * [Imakefile]
7172         generate wine.sym after creating wine
7174         * [debugger/dbg.y]
7175         load "wine.sym" when entering debugger
7177         * [debugger/info.c]
7178         symbolic backtrace for 32-bit stack. Breaks 16-bit bt.
7180 Sun Sep  25 12:00:00 PDT 1994   <martin@osiris.cs.csufresno.edu>
7182         * [rc/rc.y] [rc/rc.h] [rc/rc.l] [rc/winerc.c]
7183         Files created
7185 Sun Sep 18 11:04:45 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7187         * [misc/spy.c]
7188         Exclude and Include no longer requires a terminating ';' to
7189         register the last component.
7191 Thu Sep 15 23:10:09 MET DST 1994          Dag Asheim (dash@ifi.uio.no)
7193         * [Configure]
7194         Rewrote much of it.  Added capability to generate a wine.ini
7195         file.  Commented out the processor emulator options until that
7196         becomes interesting.  Gives a warning if it sees any *.rej
7197         files.  I hope I haven't assumed to much about the shell/OS so
7198         that it breaks under *BSD.
7200         * [misc/dos_fs.c]
7201         Removed/changed calls to ToUnix() (which calls tolower()) so
7202         that the part of the pathname which correspond with the drive
7203         letter on DOS no longer will be mapped to lowercase.  This
7204         means that it should be possible to have uppercase letters in
7205         the [drives] section of wine.ini.
7207         * [LICENSE]
7208         Cosmetic changes so that it displays better in the window you
7209         get from pressing "Credit_License" in the "About WINE" window.
7211 Sun Aug 21 21:12:06 MET DST 1994        <erik@xs4all.nl>
7213         * [controls/menu.c]
7214         LoadMenu() moved to loader/resource.c.
7216         * [misc/main.c]
7217         Added stub for FileCDR().
7219         * [include/peexe.h]
7220         Added, from Eric's pe-test.
7222         * [include/resource.h]
7223         Added.
7225         * [loader/resources.c]
7226         Removed duplicated code in *Resource() functions.
7227         Moved NE-program specific functions into ne_image.c.
7228         Moved NE-fileformat functions to ne_resource.c.
7230         * [pe_image.c] [pe_resource.c]
7231         Added. Nothing implemented to run PE-executables, resource
7232         loading only.
7234         * [misc/file.c]
7235         Changed OpenFile() to use macros.
7237         * [misc/shell.c]
7238         Added NULL-ptr checks to ShellAbout().
7240         * [miscemu/int21.c]
7241         Fixed a few typos.
7243         * [miscemu/kernel.c]
7244         Added _DI = _DS, to put the caller's instance in DI. Doesn't
7245         work properly if caller changed DS :-(
7247 ----------------------------------------------------------------------
7248 Thu Aug 25 15:24:36 EDT 1994            <jrichard@cs.uml.edu>
7250         * [include/win.h]
7251         Removed seperate X window for icon, added icon width,height.
7253         * [include/windows.h]
7254         Commented out the old SW_xxx emum and added defines since
7255         they aren't enumerated.
7257         * [windows/dce.c]
7258         Removed some older IsIconic checks from GetDCEx(), functionality
7259         is now in nonclient and generic wine window handling code.
7260         Lots of thanks to Alexandre Julliard all the hints and
7261         help...
7263         * [windows/defwnd.c]
7264         Removed call to NC_HandleNCPaintIcon() under case WM_PAINTICON,
7265         WM_PAINTICON now calls NC_HandleNCPaint.  
7267         * [windows/event.c]
7268         Removed IsIconic checks.
7270         * [windows/icon.c]
7271         Removed everything in this file for now... could be used later.
7272         Icon functionality is now handled by the generic wine windows
7273         handling functions.
7274         
7275         * [windows/mdi.c]
7276         Added a ShowWindow in MDIRestoreChild().  MDI child windows now
7277         show up when deiconified.  Removed IsIconic checks.
7279         * [windows/message.c]
7280         Removed old icon routines from hardware_event().
7282         * [windows/nonclient.c]
7283         Changed NC_HandleNCCalcSize() so it doesn't change the size
7284         of an icon window.  Made NC_InternalNCHitTest() on an Iconic
7285         window always return HTCAPTION.  Made NC_HandleNCLButtonDblClk()
7286         on an Iconic window always send a SC_RESTORE message.
7288         * [windows/painting.c]
7289         Changed RedrawWindow() so it doesn't redraw an iconic window
7290         unless it has to (no icon for this class).
7291         
7292         * [windows/win.c]
7293         Removed creation of seperate icon window from CreateWindowEx().
7294         
7295         * [windows/winpos.c]
7296         Added saving and restoring of window rectangle during
7297         iconification/deiconification to ShowWindow().  Added
7298         functions to recursively hide and show children... called
7299         by ShowWindow during iconification/deiconification.
7301 Sat, 27 Aug 1994 18:47:34 +0100 (MET DST)  micky@marie.physik.tu-berlin.de (Michael Patra)
7303         * [windows/message.c]
7304         WaitMessage(): Fixed handling of wm_timer-messages
7306         * [miscemu/int21.c]
7307         FindNextFCB(): Rewritten to support other functions than just
7308         returning the volume label
7310         * [misc/file.c]
7311         OpenFile(): Fix in handling of OF_CREATE
7313 Wed Aug 24 19:40:42 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7315         * [if1632/user.spec]
7316         Added SetParent.
7318         * [windows/win.c]
7319         Added SetParent.
7321 Fri Aug 19 16:37:00 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7323         * [loader/selector.c]
7324         Many changes throughout file to correct handling of shared memory
7325         function return codes. FreeBSD and SunOS shm functions return
7326         -1 not 0 on error. If Linux is different, these changes
7327         will have to be backed out.
7328         CleanupSelectors(): this is a new (internal) call to free
7329         up all selectors (and shm handles/memory) for use on exit.
7331         * [include/segmem.h]
7332         Change comment to reflect new use of shm_key
7334         * [misc/main.c]
7335         called_at_exit(): add call to CleanupSelectors()
7337 Mon Aug 22 18:19:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7339         * [controls/button.c]
7340         Use OBM_CHECKBOXES to draw check boxes with correct colors.
7341         Fixed bug with WM_SETTEXT handling.
7342         A few drawing optimisations.
7344         * [controls/menu.c]
7345         Implemented correct \t and \a handling in menu items.
7346         Implemented help items (flush right) on menu bar.
7347         Added WM_ENTERMENULOOP and WM_EXITMENULOOP messages.
7349         * [controls/static.c]
7350         Fixed SS_ICON controls and implemented STM_SETICON message
7351         handling.
7353         * [controls/widget.c]
7354         Set cursor to IDC_ARROW for built-in classes.
7356         * [include/options.h] [misc/main.c]
7357         Backing store is now off by default.
7359         * [objects/region.c]
7360         Use X regions for rectangle and polygon regions: *major* speed
7361         improvement.
7363         * [windows/dialog.c]
7364         Fixed the fix for integer ids in controls. SS_ICON controls in
7365         dialogs should work now.
7366         Implemented DS_ABSALIGN style.
7368         * [windows/graphics.c]
7369         Implemented InvertRgn().
7370         New internal function GRAPH_DrawBitmap() to draw bitmaps faster
7371         than with CreateCompatibleDC() + BitBlt().
7373         * [windows/message.c]
7374         Determining the window for a mouse message is now done at
7375         GetMessage() time.
7376         Modified PeekMessage() handling to avoid needlessly flushing the
7377         output queue.
7379         * [windows/timer.c]
7380         Check for restart of a timer (SetTimer call with the same hwnd and
7381         id than an existing timer).
7383 ----------------------------------------------------------------------
7384 Tue Aug  9 23:58:29 MET DST 1994        <erik@hacktic.nl>
7386         * [misc/file.c]
7387         OpenFile(): Completly rewritten.
7389         * [miscemu/int21.c]
7390         CreateFile(): Fixed wrong mode in call to open.
7391         OpenExistingFile(): Implemented file sharing.
7392         FindNext(): Fixed.
7393         CreateNewFile(): Fixed wrong mode in call to open.
7394         fLock(): Added to handle record locking.
7395         GetFileAttribute(): Added.
7396         As a result, AH = 0x5c, 0x09, and 0x0b were changed.
7398         * [miscemu/int2f.c]
7399         AH = 0x10: SHARE installation check
7401         * [loader/resource.c]
7402         AccessResource(): Fixed. A new file descriptor will be returned by
7403         every call to AccessResource().
7405         * [windows/utility.c]
7406         wvsprintf(): Fixed.
7408         * [controls/menu.c]
7409         FindMenuItem(): Fixed (handling for nPos == -1 added).  
7411         * [windows/win.c]
7412         CreateWindowEx(): Added call to WINPOS_GetMinMaxInfo.
7414         * [Configure]
7415         Added two options for a processor emulator that might be
7416         plugged in later..
7418         * [loader/task.c] [include/toolhelp.h] [if1632/toolhelp.spec]
7419         CreateNewTask() stores real modulename instead of 'TASKxxxx'.
7420         Added TaskFirst(), TaskNext(), TaskFindHandle().
7422         * [memory/global.c]
7423         Added stub for MemManInfo().
7425         * [objects/text.c]
7426         Added stub for GetTabbedTextExt().
7428         * [miscemu/*]
7429         Changed all references to registers. Please don't access
7430         the context structure.
7431         fix for GetSystemTime() by <jspeter@birch.ee.vt.edu> added.
7433         * [misc/lstr.c]
7434         Fixed bug in AnsiUpper() & AnsiLower().
7436         * [misc/winsocket.c]
7437         bugfix in getsockopt()/setsockopt(): winsock uses different values
7438         than unix.
7440         * [objects/dib.c]
7441         Added DIB_SetImageBits_RLE[48] to support compressed bitmaps.
7443 Mon Aug  8 21:12:33 1994  David Metcalfe <david@prism.demon.co.uk>
7445         * [controls/edit.c]
7446         Added support for WM_COPY, WM_CUT and WM_PASTE messages.
7448         * [windows/dialog.c] [windows/defdlg.c] [include/dialog.h]
7449         Modified dialog code to create new heap for edit controls
7450         unless DS_LOCALEDIT style is set.
7452 Thu Aug  4 18:50:56 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7454         * [controls/button.c] [controls/edit.c] [controls/static.c]
7455         Removed unneeded GlobalUnlock() calls.
7457         * [controls/menu.c] [include/menu.h]
7458         Lots of changes, fixed a lot of old bugs and introduced a lot of
7459         new ones :-)
7460         - Changed message loop to use MSG_GetInternalMessage().
7461         - Fixed a bug that caused the main window to lose activation when
7462           displaying a menu.
7463         - Correctly send initialisation messages (WM_INITMENUPOPUP).
7464         - Implemented EndMenu() and LookupMenuHandle().
7465         - Changed internal structures to be as compatible as possible with
7466           MS-Windows.
7467         - Allocated everything on the USER heap instead of the global heap.
7468         - Prefixed all internal function names with MENU_ and declared
7469           them static.
7470         - Moved "About Wine..." handling to NC_HandleSysCommand().
7471         - Multi-line menus should now work correctly.
7473         * [loader/resource.c] [objects/bitmap.c]
7474         Added the possibility to create OEM bitmaps directly as X bitmaps.
7476         * [objects/dcvalues.c] [windows/dc.c]
7477         Fixed GetDCOrg() to return screen coordinates.
7479         * [windows/message.c]
7480         Fixed double-click checks when the message is not removed from the
7481         queue.
7482         Fixed MSG_GetInternalMessage() to send WM_ENTERIDLE messages.
7484         * [windows/nonclient.c]
7485         Bug fix in system menu hit-test calculation.
7486         A few changes for new menu functions.
7488 Thu Aug 11 17:51:02 1994  Thomas Sandford <t.d.g.sandford@bradford.ac.uk>
7490         * [controls/edit.c]
7491         Bug fix in Edit_NCCreateMessage
7492         es->textlen was being used before being set
7494         * [controls/menu.c]
7495         Bug fix in MENU_DrawMenuItem
7496         don't try to write text if NULL pointer passed
7498 ----------------------------------------------------------------------
7499 Thu Aug  4 07:18:02 1994  Michael Patra  <micky@marie.physik.tu-berlin.de>
7501         * [windows/message.c]
7502         Implemented WaitMessage() (USER.112).
7504         * [if1632/user.spec]
7505         Added WaitMessage.
7507         * [windows/defwnd.c]
7508         WM_ERASEBKGND: Added support for hbrBackground=COLOR_xxx.
7510         * [miscemu/int{13,21,2a}.c]
7511         * [miscemu/Imakefile]
7512         * [signal/loader.c]
7513         Added a few basic disk information and diagnostic functions to
7514         prevent programs using this function from crashing. All drives
7515         are claimed to be remote ones, so direct I/O isn't allowed.
7517         * [controls/edit.c]
7518         EDIT_WriteText(): Added code to correctly erase the remaining space
7519         of the edit-control if the size of the control has changed sinced it's
7520         creation.
7522 Tue Jul 26 22:05:54 MET DST 1994 Erik Bos <erik@hacktic.nl>
7524         * [if1632/mouse.spec]
7525         Added mouse.dll entry, no functions.
7527         * [loader/resource.c]
7528         Bug fix in AccessResource(). 
7530         * [misc/keyboard.c], added [include/keyboard.h]
7531         Changed functions to return more useful values.
7533         * [windows/dialog.c]
7534         Hacked DIALOG_GetControl() to support resources which
7535         have 0xff00 - 0xffff as id. ** Needs to be done properly by
7536         someone who knows the NE fileformat **
7538 Jul 29, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7540         * [windows/event.c]
7541         Add new stub for EnableHGardwareInput() function.
7543         * [windows/message.c]
7544         Add coding for HWND_BROADCAST in PostMessage().
7546         * [misc/file.c]
7547         Add coding for OpenFile() also search in WindowPaths.
7549         * [misc/mmsystem.c]
7550         * [misc/audio.c]
7551         * [misc/mmaux.c]
7552         * [misc/mcicda.c]
7553         Change #include "linux/soundcard.h" by #include "sys/soundcard.h"
7554         Add coding in MMIO functions. Now, mmioDescend() can find WAV chunks.
7555         SndPlaySound & MCI_ELEMENT now use MMIO and adjust to proper formats.
7556 ----------------------------------------------------------------------
7557 Mon Jul 18 23:55:13 MET DST 1994
7559         * [if1632/call.S]
7560         CallTo16(): added `mov %eax,%edx' just before lcall,
7561         to make sure that DX contain the DLL's hinstance when
7562         initialised.
7564         CallTo32_16() added, equal to CallTo32() except for
7565         one thing: it saves DX and 
7567         * [tools/build.c]
7568         Added some code to support 16 and 32 bit return values.
7570         * [1632/{kernel,user}.spec]
7571         Changed most of the `pascal' style to pascal_16 when
7572         function returned a 16bit value.
7574 Tue Jul 19 18:40:25 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7576         * [controls/menu.c]
7577         Reorganized sizing and drawing code to implement multi-line menus.
7578         Implemented MENUBREAK style.
7579         Use system colors to draw menus.
7581         * [objects/color.c]
7582         Bug fix in COLOR_IsSolid().
7584         * [objects/font.c]
7585         Bug fix in FONT_GetMetrics(): calculate average character width
7586         only on existing chars (dialogs look much better).
7588         * [objects/text.c]
7589         Bug fix in DrawText(): use text color to underline mnemonic.
7591         * [windows/nonclient.c]
7592         Changed WM_NCHITTEST handling to cope with multi-line menu bars.
7594         * [windows/syscolor.c]
7595         Added system objects for menu colors.
7597 Mon Jul 18 19:32:08 PDT 1994  Andrew Lagodzinski  (andrew@netcom.com)
7599         * [controls/menu.c]
7600         Fixed bug in SelectPrevItem that caused seperators to not be
7601         skipped when using the up arrow key.
7603 ----------------------------------------------------------------------
7604 Thu Jul 14 17:50:45 1994  Bob Amstadt  (bob@pooh)
7606         * [Configure]
7607         Autodetects Linux version (if running Linux).
7609         * [loader/signal.c]
7610         New signals for Linux.
7612         * [loader/ldtlib.c]
7613         New structure field in sys call.
7615 Sun Jul 10 19:31:34 1994  Olaf Flebbe  (olaf@dragon)
7617         * [load/resource.c] 
7618           fixed Memory (Resource) Leak.
7620         * [load/main.c] 
7621           fixed a printf.
7623 Tue Jul 12 18:50:34 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7625         * [controls/desktop.c]
7626         Implemented desktop wallpaper (only 16 colors for now).
7628         * [controls/menu.c] [windows/nonclient.c]
7629         Preliminary work to allow multi-line menus.
7631         * [misc/main.c]
7632         No backing store on desktop window (not useful).
7634         * [objects/text.c]
7635         A few fixes to DrawText() to make underlines under mnemonic
7636         letters to look better.
7638         * [windows/graphics.c]
7639         More fixes to GRAPH_DrawArc(), and some fixes to Polygon().
7640         Implemented PolyPolygon() (partially working).
7642         * [windows/winpos.c]
7643         New function WINPOS_SendNCCalcSize().
7644         Cleaned up SetWindowPos() and added preliminary support for
7645         multi-line menus.
7647 Mon Jul 11 19:15:51 1994  Miguel de Icaza  (miguel@sphinx)
7649         * [controls/edit.c]
7650         Changes to work as a library.
7652         * [if1632/callback.c] 
7653         Ifdefed module.
7655         * [if1632/relay.c]
7656         Changes to allow linking with WineLib.
7658         * [include/windows.h]
7659         Added macro WINELIB_UNIMP
7661         * [loader/library.c]
7662         When compiling WineLib, GetProcAddress is not implemented yet.
7664         * [loader/main.c]
7665         Added empty InitDLL when using WineLib.
7667         * [loader/ne_image.c]
7668         Some parts of the loader are needed for WineLib, ifdefed correctly
7670         * [misc/{audio.c,mcicda.c,mmaux.c,mmsystem.c]
7671         Disable compilation of module when compiling WineLib.
7673         * [toolkit/heap.c]
7674         Fixed small bug.  When passed an invalid handle WineLib would
7675         crash, now return NULL.
7677         * [toolkit/winmain.c]
7678         Call CreateNewTask in _WinMain.
7680 Sun Jul 10 09:08:02 1994  David Metcalfe <david@prism.demon.co.uk>
7682         * [controls/edit.c] [controls/widget.c]
7683         More changes to improve compatibility with Windows' edit
7684         control.  Finished off tab stop support.
7686 Mon Jul 11 21:05:02 MET DST 1994  Erik Bos <erik@hacktic.nl>
7688         * [if1632/relay.c]
7689         # of ordinals in shell.dll changed to 103.
7691         * [loader/signal.c]
7692         sti, cli will now be ignored.
7694         * [objects/brush.c]
7695         Added stub for GetSysColorBrush().
7697 ----------------------------------------------------------------------
7698 Sun, 3 Jul 1994 20:15:56 +0100 (BST)  David Metcalfe <david@prism.demon.co.uk>
7700         * [controls/edit.c]
7701         Bug fixes and tidying up.  Preliminary tab stop support
7702         (doesn't work yet).
7704         * [windows/dialog.c]
7705         Reversed order of buttons in CheckRadioButtons so that all
7706         buttons are now displayed.
7708 Tue Jul  5 18:30:24 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
7710         * [include/options.h] [misc/main.c] [windows/win.c]
7711         Removed nosaveunders option, replaced by handling
7712         the CS_SAVEBITS flag.
7714         * [windows/class.c]
7715         Modified the fix for negative size in class extra bytes to
7716         avoid modifying the caller's data.
7718         * [windows/dc.c]
7719         Bug fix: system font must be a proportional font.
7720         Fixed a bug that caused the default pen to not be selected
7721         correctly in a DC.
7723         * [windows/graphics.c]
7724         Bug fix in GRAPH_DrawArc(). Thanks to Adriano Azevedo for
7725         noticing it.
7727         * [windows/painting.c]
7728         Removed incorrect selecting of default objects in BeginPaint()
7729         (no longer needed because of the fix in dc.c).
7731 Jul 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7733         * [misc/mmsystem.c]
7734         * [misc/audio.c]
7735         Add more code to interface '/dev/dsp'.
7737         * New file [misc/mcicda.c]
7738         Create an MCI_DEVTYPE_CD_AUDIO driver connected to '/dev/sbpcd'.
7740         * New file [misc/mmaux.c]
7741         Stubs to make a future driver connected to '/dev/mixer'.
7743         * [windows/win.c]
7744         Temporary patch to CreateWindowEx() for reseting negative
7745         coordinates to 0,0 ; because 'soundrec.exe' give negative values
7746         and I need it to work on MMSYSTEM ... :-)
7748         * [miscemu/int2f.c]
7749         add a stub 'do_int2f_16' (function 0x16) for DMPI server.
7751 Mon Jun 20 10:08:40 BST 1994  William Smith (wos@dcs.warwick.ac.uk)
7753         * include/comm.h
7754         New file -- some definitions that were in comm.c now need to
7755         be shared with misc/dos_fs.c
7757         * misc/comm.c
7758         Some definitions moved into include/comm.h
7760         * misc/dos_fs.c (DOS_GetEquipment):
7761         Fixed error in equipment -- bitwise or of two values should
7762         be used instead of logical or.  Also added code to correctly
7763         report the number of serial and parallel devices.
7765 ----------------------------------------------------------------------
7766 Mon Jun 20 14:26:41 1994  Bob Amstadt  (bob@pooh)
7768         * [objects/bitmap.c]
7769         Allow negative bitmap sizes.
7771 Sun Jun 19 12:00:04 1994  David Metcalfe <david@prism.demon.co.uk>
7773         * [controls/edit.c]
7774         Improved selection display.  Added processing for WM_SETFONT,
7775         EM_REPLACESEL, EM_LINELENGTH, EM_UNDO, EM_EMPTYUNDOBUFFER,
7776         EM_GETHANDLE, EM_SETHANDLE messages.  Text buffer now stored on 
7777         application's local heap.
7779         * [windows/graphics.c]
7780         Corrected bug in Rectangle().  XFillRectangle has the same
7781         width as Rectangle, but XDrawRectangle is one pixel wider
7782         for the same co-ordinates.
7784         * [memory/heap.c] [include/heap.h]
7785         Added HEAP_LocalSize function.
7787         * [windows/event.c] [windows/keyboard.c]
7788         Improvements to KeyStateTable and addition of AsyncKeyStateTable.
7789         Added supporting code to GetKeyState and GetAsyncKeyState and
7790         merged mouse button states into GetKeyboardState.
7792         * [loader/resource.c] [include/accel.h]
7793         Added recognition of SHIFT, CONTROL and ALT keys to
7794         TranslateAccelerator.
7796         * [objects/metafile.c] [objects/font.c] [objects/bitblt.c]
7797         A bit more metafile support.
7799 Sun Jun 19 17:29:00 MET DST 1994  Erik Bos (erik@hacktic.nl)
7801         * [loader/resource.c]
7802         SizeofResource() and AllocResource() added, AccessResource() updated.
7804         * [if1632/kernel.spec]
7805         FreeLibrary() used for FreeModule().
7807         * [windows/graphics.c]
7808         Rectangle(): swap left & right corners when right < left,
7809         swap top & bottom when botton < top.
7811 Jun 19, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7813         * [controls/combo.c]
7814         Fix bug in window style of the associated listbox.
7816         * [controls/menu.c]
7817         Skip separators in keyboard navigation by using new internal 
7818                 functions SelectPrevItem() & SelectNextItem(),
7820         * [misc/profile.c]
7821         Bug fix in GetPrivateProfileInt(), was limited to 4 digit,
7822                 IntBuf must be alloc to (5+1)=6. char instead of 5.
7824         * [misc/main.c]
7825         Put code in functions SetEnvironment() & GetEnvironment().
7827         * [misc/shell.c]
7828         Start putting some code in ExtractIcon() function.
7830         * [misc/mmsystem.c]
7831         Some code for MMTimer functions & timers list.
7833         * [miscemu/int31.c]
7834         Few stubs for DPMI interrupt calls. Nothing work yet.
7836 Mon Jun 20 07:37:43 EDT 1994    John Richardson (jrichard@cs.uml.edu)
7838         * include/win.h (tagWND):
7839         Added icon fields icon, hIcon and rectClientSave to 
7840         the tagWND struct.
7842         * windows/Imakefile
7843         Added icon.c to the list of files to compile
7845         * windows/dce.c (GetDCEx):
7846         Added some checks for iconic mode and pass icon window as drawable,
7847         not the real window.
7849         * windows/defwnd.c (DefWindowProc)
7850         Added PAINTICON default windows procedure.
7852         * windows/event.c (EVENT_Expose)
7853         Added check for iconic window expose. If iconic window is exposed
7854         send a WM_PAINTICON message
7856         * windows/icon.c 
7857         New file.  ICON_Iconify, ICON_findIconFromPoint, ICON_Deiconify.
7859         * windows/mdi.c (DefMDIChildProc)
7860         Test for IsIconic during a SC_RESTORE, this doesn't work yet.
7862         * windows/message.c (hardware_event)
7863         Looks for icon as well as window now.
7865         * windows/nonclient.c (NC_HandleSysCommand, NC_DoNCPaintIcon)
7866         Added iconify/deiconify in NC_HandleSysCommand, new function
7867         NC_DoNCPaintIcon which paints an icon.
7869         * windows/painting.c (BeginPaint)
7870         Made a BeginPaint select the STOCK_BLACK_PEN, STOCK_WHITE_BRUSH,
7871         and STOCK_SYSTEM_FONT objects since this is (hopefully) default
7872         windows behavior.
7874         * windows/win.h (CreateWindowEx)
7875         Set the default background color of a window to be white.
7876         Create icon window, turn off MINIMIZE if it is on, since
7877         I don't know what to do with it as of yet... register
7878         the icon with the hwnd of its window so we can identify where
7879         icon messages are coming from.
7881 Mon Jun 20 10:15:59 1994  Miguel de Icaza  (miguel@sphinx)
7883         * windows/event.c: Added a hack to define XPointer when using
7884         X11R4. 
7886         * toolkit/hello.c: Test application for WineLib. To compile you'll
7887         need: gcc -Iinclude -DWINELIB -g hello.c -c, and to link you'll
7888         need: gcc hello.o libwine.a -lX11 -L/usr/openwin/lib -lm 
7890         * toolkit/heap.c: Extended the size of the block size per chunk.
7892         * misc/stress.c (GetFreeFileHandles): Fixed typo.
7894         * misc/main.c (main): Changes to allow compilation under SunOS. 
7896         * loader/library.c: Changed some ifdefs to compile WineLib.
7898 ----------------------------------------------------------------------
7899 Tue Jun 14 08:09:14 1994  Bob Amstadt  (bob@pooh)
7901         * loader/selector.c (GetCurrentPDB): 
7902         Added trivial function GetCurrentPDB() which returns the program
7903         segment prefix selector.
7905         * memory/heap.c (HEAP_Free): 
7906         If free list is empty, make the freed block the free list.
7908 Fri Jun 10 07:56:49 1994  Bob Amstadt  (bob@pooh)
7910         * controls/edit.c (EDIT_SetTextMsg): 
7911         Do not append a newline at the end of the last line.
7913         * windows/event.c (SetCapture): 
7914         Set winHasCursor if mouse capture succeeds.
7916 Jun 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
7918         * [controls/listbox.c]
7919         Fix bug in listbox : InsertString should call AddString if -1.
7921         * [controls/menu.c]
7922         New function GetMenuState().
7924         * [controls/scroll.c] [windows/nonclient.c]
7925         Try to make ShowScrollBar() recalc NC_ regions. Not finished !
7927         * [objects/text.c]
7928         Add Stub for TabbedTextOut(), which temporarely call Textout().
7930         * [windows/keyboard.c] [windows/event.c]
7931         New function GetKeyBoardState() with an KeyStateTable array
7932                 & associated handling in function EVENT_key().
7934 Mon Jun 13 16:45:24 MET DST 1994 (erik@hacktic.nl)
7936         * [controls/menu.c]
7937         IsMenu() added.
7939         * [loader/library.c]
7940         ModuleFirst(), ModuleNext(), ModuleFindName(), ModuleFindHandle()
7941         added.
7943         * [object/gdiobj.c]
7944         IsGDIObject() added.
7946         * [miscemu/int2[56].c]
7947         bugfix: both didn't leave flags pushed on 16bit-stack.
7948         (winfile gets a bit further)
7950         * [miscemu/int16.c]
7951         Added (empty).
7953 Sat Jun 11 22:56:48 1994 Jon Tombs (jon@esix2.us.es)
7954         * windows/event.c:
7955         Added code to drop redundant motion Events in the XEvent queue.
7957 Thu Jun  9 10:55:55 MET DST 1994  Jochen Hein ( Hein@Student.TU-Clausthal.de )
7959         * [misc/main.c misc/message.c include/texts.h]
7960         Removed the text-constants from message.c into variables
7961         which may be changed from X-resources.
7963         * [misc/main.c misc/message.c]
7964         added <locale.h> and setlocale() to main.c, used toupper() in message.c
7966 Mon, 13 Jun 94 09:41:16 -0500 Paul Bramel <paulbr@comm.mot.com>
7968         * controls/button.c ( [CR]B_LButton* ) 
7969         left rc.right at full window width so click on label also 
7970         activates the control (MSWin behavior)
7972 Sat Jun 11 19:05:40 1994  Olaf Flebbe  (flebbe@tat.physik.uni-tuebingen.de)
7974         * include/windows.h:
7975           functions pointers can not be packed.
7976           (annoying warnings with forthcomming gcc-2.6.x)
7977         
7978         * loader/main.c (InitDLL): 
7979           Fixed a printf statement. (for control.exe) 
7981           (InitializeLoadedDLLs): 
7982           deleted shadow definition of  *wpnt.
7983           (Breaks many programs, because now COMMDLG will be
7984            initialized :-(
7986         * windows/win.c (SetWindowText): 
7987           added missing breaks; (PENSATE starts) 
7989         * windows/graphics.c (FloodFill): 
7990           Proper boundarys. (BANGBANG starts) FloodFile_rec should
7991           be rewritten.
7993         * objects/font.c (FONT_GetMetrics): 
7994           TYPO: use font->perchar only if it is defined. (WRITE starts)
7996 Sun June 12, Peter Broadhurst (pbr@ua.nwl.ac.uk)
7997         controls/scroll.c:
7998         Fixes for improved behaviour when dragging thumb;
7999         Added SB_THUMBPOSITION message when thumb is released.
8001 ----------------------------------------------------------------------
8002 Tue Jun  7 08:41:27 1994  Bob Amstadt  (bob@pooh)
8004         * loader/selector.c (FixupFunctionPrologs): 
8005         New function to fixup loaded DLL function prologs.  It replaces the
8006         do nothing code with code that loads DS with the appropriate data
8007         segment for the DLL.
8009         * misc/cursor.c (LoadCursor): 
8010         Disabled cursor loading from .EXE or .DLL.  The code needs to handle
8011         the possibility of multiple cursors in a single directory.  Also,
8012         it should check to see if the cursor is the right size.
8014         * objects/font.c (EnumFonts): 
8015         Checked for lpLogFontList[i] == NULL
8017         * objects/gdiobj.c (SetObjectOwner): 
8018         Removed stub.  Replaced with simple return in gdi.spec.  This
8019         function is not defined for the retail version of Windows.
8021         * memory/heap.c (WIN16_LocalHandleDelta): 
8022         New function.  This is really a dummy that imitates the proper
8023         return values.
8025         * loader/library.c (GetProcAddress): 
8026         Fixed definition of IS_BUILTIN_DLL() macro.
8028 Mon Jun  6 18:15:40 1994  Bob Amstadt  (bob@pooh)
8030         * miscemu/int21.c (SeekFile): 
8031         Needed to return current position in DX:AX.
8033         * windows/utility.c (windows_wsprintf): 
8034         Added support for '#' in format, and fixed bug with "ptr" being
8035         incremented too many times.
8037         * miscemu/int21.c (OpenExistingFile): 
8038         Add code to handle opening files read-only and write-only.
8040         * loader/wine.c:
8041         Segment fixups now done in LoadImage instead of _WinMain.  This
8042         is necessary to support LoadLibrary().
8044 Sun Jun  5 17:34:24 1994  Erik Bos (erik@hacktic.nl)
8046         * [loader/*]
8047                 - fixed: GetModuleHandle() sometimes returned
8048                   a wrong handle.
8049                 - don't init dlls when cs == 0 (lzexpand, doesn't
8050                   seem to have a init function)
8051                 - LoadLibrary & LoadImage now return error instead
8052                   of stopping wine.
8053                 - moved most of NE-functions into one file.
8054                 - LoadLibrary() uses w_files list instead of its
8055                   own list.
8056                 - NE exectables are now fixed-up and initialised when
8057                   loaded instead of only once before calling InitTask.
8059         * [miscemu/int15.c] [miscemu/int31.c]
8060         Added.  
8062         * [loader/selector.c]
8063         Stubs added for {Get|Set}SelectorLimit(), {Get|Set}SelectorBase().
8065         * [misc/main.c]
8066         Stub added for IsRomModule().
8068         * [miscemu/int21.c]
8069         Some cleanup, added heap for returning data.
8071 Jun 6, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8073         * [tools/build.c]
8074         Change MAX_ORDINALS     define to higher value, 1299 entries.
8075         (MMSYSTEM doesn't have succesive numbers, some are around 1200).
8077         * [windows/utility.c]
8078         Bug fix in windows_wsprintf(), (twice increments ...).
8080         * [windows/winpos.c]
8081         Bug fix in SetWindowPos(), redraw was done if flag
8082                 was set to SWP_NOREDRAW while SWP_SHOWWINDOW).
8084         * [misc/message.c] [controls/combo.c]
8085         Add an InvalidateRect() in WM_SHOWWINDOW to statisfy the new 'saveunder'.
8087         * [windows/win.c]
8088         In CreateWindowEx(), do SetMenu() calls after window creation,
8089                 just before sending to WM_NCCALCSIZE.
8091         * [controls/menu.c]
8092         In function SetMenu(), now use SetWindowPos() with 
8093                 flags SWP_FRAMECHANGED to readjust menu area.
8094         Function MenuBarCalcSize() redone.
8096 Sun May 29 11:08:24 1994  David B. Thomas  (dt@yenta.abq.nm.us)
8098         * [objects/text.c]
8099         Fixed problems associated with DT_WORDBREAK flag.  String length
8100         was not being properly decremented when lines were folded, and
8101         wrapping was not performed when DT_NOCLIP and DT_NOPREFIX were
8102         both on in addition to DT_WORDBREAK.  Windows does wrapping in
8103         this case, and now so does wine.
8105 Sun Jun  5 19:17:49 1994  Olaf Flebbe  (olaf@dragon)
8107         * [edit.c]
8108         cp1 was uninitialized iff lineno == 0
8110         *  FindFile tests for existance of file even if a full
8111            filename was supplied. What about unix file names?
8113         * [controls/listbox ]
8114         wndPtr was uninitialized for LB_SETTOPINDEX
8116         * [misc/property.c]     
8117         Do not free lpProp. Is it really allocated by malloc?
8118         {edited by Bob Amstadt: changed free() to GlobalFree()}
8120 ----------------------------------------------------------------------
8121 Sat May 28 12:03:23 1994  Bob Amstadt  (bob@pooh)
8123         * miscemu/int21.c (OpenExistingFile): 
8124         OpenExistingFile needed to return handle in AX register instead
8125         of the BX register.
8127         * miscemu/int21.c (ioctlGetDeviceInfo): 
8128         Added a little code to give a fake result for normal files.
8130 Wed May 25 21:55:38 1994  Bob Amstadt  (bob@pooh)
8132         * [memory/global.c]
8133         return value from GlobalSize was completely wrong.
8135         * [miscemu/int21.h]
8136         fixed bug in FindFirst.  Directory pointer (dp) was not placed in
8137         dta correctly.
8139         * [tools/build.c]
8140         fixed creation of pop.h to guarantee that flags are restored correctly.
8142         * [misc/comm.c]
8143         changed all occurance of strncmp() to strncasecmp().
8144         BuildCommDCB() should not require that OpenComm() be called first.
8146         * [loader/selector.c]
8147         Heap initialized to size of full segment less stack size and 
8148         automatic data size.
8150 Sat May 28 09:14:33 1994  Rick Sladkey  (jrs@world.std.com)
8152         * [controls/listbox.c]
8153         Correct typos in ListBoxResetContent where lpls variable is
8154         used where lsls2 variable is meant.  Don't call USER_HEAP_FREE
8155         twice on the same handle if hData and hMem are the same.
8157         * [debugger/opcodes/i386-dis.c]
8158         Add new name array names_rmw for table driven decoding of the
8159         16-bit mod/rm field.  Omit large case statement in OP_E and
8160         replace with array reference to match existing coding style.
8161         Add new static variable machine with value 286 or 386 to
8162         correctly decode mod/rm field in either 16 or 32 bit modes.
8163         Set it in print_insn_i{2,3}86.  In OP_E use it to decide how
8164         to decode mod/rm.  While the code was correct for 16 bit code,
8165         it was improperly decoding mod/rm fields on word prefixed
8166         32 bit instructions.
8168         * [debugger/debug.l]
8169         Recognize new token ABORT.   Recognize single letters 'p'
8170         and 'q' as tokens.
8172         * [debugger/dbg.y]
8173         Add new token ABORT.  Allow print command to be invoked by
8174         'p' and quit command by 'q', ala GDB.  Change lots of '};'
8175         to just '}'.  Add static dummy_regs to wine_debug so that
8176         wine_debug(0, NULL) doesn't core dump with qmagic.
8178         * [debugger/info.c]
8179         Correct syntax of break command in helptext and omit former
8180         comment about probable bugginess of the disassembly since it
8181         is now correct.  Change fprintf of first backtrace stack
8182         frame to match that of the second and subsequent frames.
8184         * [loader/selector.c]
8185         Change construction of command line in CreatePSP from creating
8186         a string that looks like "arg1 arg2 \r" to "arg1 arg2".  A DOS
8187         PSP command line looks like " arg1 arg2\r" with the length not
8188         including the trailing "\r" but that is not how Windows does it.
8190         * [loader/library.c]
8191         Change uses of %s to print strings in GetModuleHandle to %x so
8192         that string IDs don't cause a core dump with qmagic.  Handle
8193         converting a string id to a literal module handle.  For
8194         example, GetModuleHandle((LPSTR) 0x57) now returns 0x57 if
8195         it is a real module handle.
8197         * [misc/message.c]
8198         In MessageBox, translate a NULL title argument to the string "Error".
8200         * [misc/profile.c]
8201         In GetSetProfile translate a NULL Default argument to "".  Any
8202         caller whose Default argument is NULL is buggy, but CHARMAP does it
8203         anyway.
8205         * [objects/font.c]
8206         Add NULL pointer checks in EnumFontFamilies to prevent core dumps.
8208 Sat May 28 20:01:51 1994 Jon Tombs (jon@gtex02.us.es) 
8210         * New options/resourses nosaveunders and nobackingstore.  By 
8211         default backingstore and saveunders are now enabled, these use 
8212         more memory but avoids those slow (sometimes multiple) redraws 
8213         caused be exposure events.
8215 May 30, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8217         * [misc/driver.c] New file
8218         Skeleton for 'Installable Wine Drivers' functions. :-)
8219         * [misc/audio.c] New file
8220         Skeleton for basic 'Audio Driver' functions.
8221         * [misc/network.c] New file
8222         Stubs for few networking functions.
8224         * [misc/mmsystem.c]
8225         More coding ... a dust in a galaxy ...
8226         * [misc/shell.c]
8227         Some coding for 'RegXXX' functions ... a dust in the wind ...
8229         * [misc/profile.c]
8230         Bug fix in GetSetProfile(), bad enumeration if KeyName == NULL.
8232         * [objects/gdi.c]
8233         New function CreateDiscardableBitmap(), it just calling 
8234         CreateCompatibleBitmap() for now. It's get 'clock.exe' running ! :-)
8236         * [controls/listbox.c]
8237         * [controls/combo.c]
8238         New font member assigned to SYSTEM_FONT as default.
8239         Added processing for WM_SETFONT message;
8242 Tue May 31 20:34:25 EDT 1994  John Richardson <jrichard@cs.uml.edu>
8244         * [windows/event.c]
8245         Added AsyncMouseButtonsStates array for GetAsyncKeyState.
8247         * [windows/keyboard.c]
8248         Implemented beginning of GetAsyncKeyState.
8250 Wed May 25 23:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
8252         * [objects/metafile.c] [include/metafile.h]
8253           [windows/mapping.c] [objects/clipping.c] [objects/bitblt.c]
8254           [windows/dc.c]
8255         Further metafile support.
8257 ----------------------------------------------------------------------
8258 Mon May 23 15:07:36 1994  Bob Amstadt  (bob@pooh)
8260         * [loader/selector.c]
8261         Allocate heap and stack segments as 64k.
8263 Sat May 21 01:15:49 1994  Rick Sladkey  (jrs@world.std.com)
8265         * [loader/selector.c]
8266         Correct typos where memcpy is used instead of memset.
8268         * [loader/resource.c]
8269         Allow for legitimate cases where biSizeImage is 0 in LoadIcon
8270         by calculating the value when the bitmap is not compressed.
8272         * [miscemu/int21.c]
8273         Fix NULL dereference caused by superfluous DOS_closedir in FindNext.
8275         * [loader/resource.c]
8276         New function type_match to handle string resource types as
8277         well as IDs.  In addition, compare only low 4 bits of type_id
8278         when both numbers are IDs so that 0x0002 matches 0x8002.
8279         In FindResourceByNumber and FindResourceByName use type_match
8280         instead of comparing numbers.  In FindResource handle the
8281         "#number" syntax and empty strings in both the resource and
8282         type names.
8284 Mon May 23 00:48:25 1994  Rick Sladkey  (jrs@world.std.com)
8286         * [windows/dialog.c]
8287         Fix inadvertent printing of string IDs as strings.
8289 May 23, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8291         * [controls/menu.c]
8292         New functions GetMenuItemCount(), GetMenuItemID().
8293                 GetMenuString() & HiliteMenuItem().
8294         Bug fix in CheckMenuItem().
8295         Function SetMenu() now make client area recalc if menu removed.
8297         * [windows/winpos.c]
8298         Bug fix in SetWindowPos(), no more XMapping or XConfiguring     of
8299                 windows with initial width or height equal zero.
8301         * [objects/gdiobj.c]
8302         New function EnumObjects(), using new lpPenBrushList buildup
8303                 from calls to new function GDI_AppendToPenBrushList().
8304                 ('pbrush.exe' don't show its face yet ! ... :-( )
8305         New EMPTY STUB for function SetObjectOwner(),
8306                 ('mplayer.exe' call it via GetProcAddress() ...)
8308         * [objects/font.c]
8309         New internal functions ParseFontParms() & InitFontsList().
8310         EnumFonts() & EnumFontFamilies() enumerates fonts (no more dummies).
8311         FONT_MatchFont now make retries to find closest-smallest font.
8312                 ('charmap.exe' can now show the differents fonts available)
8314         * [windows/nonclient.c]
8315         Use small dos OBM_OLD_CLOSE button for MDI windows.
8317         * [windows/graphics.c] [objects/bitmap.c]
8318         Start to remove obsolete globals such XT_screen ...
8320         * [loader/library.c]
8321         Make function GetProcAddress() working also with builtin DLLs.
8323 Tue May 24 20:18:02 1994  Erik Bos (erik@hacktic.nl)
8325         * [if1632/system.spec] [if1632/toolhelp.spec]
8326         system.dll & toolhelp.dll added.
8328         * [loader/library.c]
8329         Modified GetModuleFileName() to return the full
8330         filename.
8331         Added a check to LoadLibrary() to prevent loading
8332         built in dlls. (eg. user.exe)
8333         Added a check to FreeLibrary() to prevent built-in
8334         dlls from being freed.
8335         Modified GetProcAddress() to support builtin dlls.
8337         * [loader/signal.c] [miscemu/int2f.c]
8338         Added => pifedit runs.
8340         * [misc/dos_fs.c]
8341         Added a NULL-ptr check to DOS_closedir().
8343 ----------------------------------------------------------------------
8344 Tue May 17 23:03:16 1994  Bob Amstadt  (bob@pooh)
8346         * [windows/dce.c]
8347         Fixed bug with dce initialization that was causing dialog boxes to not
8348         be displayed.
8350         * [if1632/callback.c]
8351         Better fix for bug found by Martin.
8353 Sat May 14 19:48:39 1994  Rick Sladkey  (jrs@world.std.com)
8355         * [ memory/heap.c ]
8356         Redirect HEAP_ReAlloc calls with NULL argument to HEAP_Alloc.
8358 May 16, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8360         * [objects/font.c]
8361         Make EnumFonts() calling a callback with dummy fonts ... :-)
8363         * [objects/text.c]
8364         Add Empty Stub for ExtTextOut(), which temporarely call Textout().
8366         * [if1632/callback.c]
8367         Temporarely go around bug in CallWindowProc(), you will see printfs.
8369         * [controls/edit.c]
8370         Make EDIT controls focused by a mouse click.
8372         * [misc/property.c]
8373         Bug Fix in function EnumProps(), better use of CallBack16().
8375         * [misc/mmsystem.c]
8376         Basic Skelton's for MCI messages dispatching function.
8378 Sun May 15 16:15:17 1994  Erik Bos (erik@hacktic.nl)
8380         * [windows/utility.c]
8381         Added windows_wsprintf() for the emulator, wsprintf() is
8382         for libwine.
8384 Sat May 14 22:16:40 1994  Rick Sladkey  (jrs@world.std.com)
8386         * [misc/cursor.c]
8387         Fix pointer problems in LoadCursor leading to heap corruption.
8389         *  [ controls/menu.c ]
8390         Fix two NULL dereferencing bugs.
8392 Sun May 15 20:07:48 1994  Rick Sladkey  (jrs@world.std.com)
8394         * [objects/font.c]
8395         Fix NULL pointer dereferencing bug in GetCharWidth.
8397         * [loader/resource.c]
8398         Fix under-allocation of memory in LoadAccelerators.
8400         * [windows/class.c]
8401         Ignore negative sizes for extra fields in RegisterClass.
8403 Sun May 15 06:35:03 1994  David Metcalfe <david@prism.demon.co.uk>
8405         * [objects/metafile.c] [include/metafile.h] [include/windows.h]
8406           [objects/gdiobj.c] [objects/brush.c] [objects/pen.c]
8407           [objects/text.c] [objects/dcvalues.c] [windows/graphics.c]
8408           [windows/dc.c] [windows/mapping.c]
8409         Beginnings of metafile support.
8411         * [misc/file.c]
8412         Corrected spelling of _lcreat.
8414         * [controls/edit.c]
8415         Minor bug fixes.
8416 ----------------------------------------------------------------------
8417 May 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8419         * [controls/scroll.c]
8420         Make thumbtrack button disappear if scroll box ratio < 3:1.
8421         Make arrow buttons rectangular if scroll box ratio < 2:1.
8422         Add code for SBS_TOPALIGN, SBS_BOTTOMALIGN, 
8423                                 SBS_LEFTALIGN & SBS_RIGHTALIGN.
8424         Bug fix in NC_CreateScrollBars(), no more bigbutt in calendar.exe... :-)
8426         * [loader/library.c] [loader/task.c] [misc/exec.c]
8427         Continue playing around trying to get a second task running.
8429         * [windows/mdi.c]
8430         Change OBM_CLOSE for OBM_OLD_CLOSE, a smaller dot button when maximized.
8432         * [everywhere]
8433         Adding previous works of the Apr 25, 94.
8435 Tue May 10 18:09:14 1994 Erik Bos (erik@trashcan.hacktic.nl)
8437         * [if1632/mmsystem.spec] [misc/mmsystem.c] [include/mmsystem.h]
8438         Added Martin's mmsystem.dll stubs.
8440         * [misc/sound.c]
8441         Added remaining stubs for sound.dll.
8443         * [if1632/shell.spec] [misc/shell.c]
8444         Fixed prototypes (I found them in BC 4) and added ShellAbout()
8445         and AboutDlgProc().
8447 ----------------------------------------------------------------------
8448 May 1, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8450         * [loader/signal.c]
8451         Add XUngrabPointer() & XUngrabServer() in wine_fault().
8453 Fri Apr 22 19:30:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
8455         * [objects/bitblt.c]
8456         color_stretch() rewritten to use ints only. *fast!*
8457         BLACKONWHITE & WHITEONBLACK stretchmodes redirected to
8458         use color_stretch().
8460 Mon May  2 21:39:43 1994  Erik Bos (erik@trashcan.hacktic.nl)
8462         * [controls/menu.c]
8463         SetSysMenu() added.
8465         * [misc/cursor.c]
8466         GetCursor() added.
8468         * [misc/main.c]
8469         SwapMouseButton() added, (NOP).
8471         * [windows/win.c]
8472         GetDesktopHwnd() added.
8474         * [if1632/*spec]
8475         Added not implemented functions defs as comment.
8477         * [misc/winsocket.c]
8478         Change WSAGetXbyY() functions to non-blocking ones,
8479         Added WSAAsyncSelect(). 
8480         (WSA functions can't be canceled yet).
8482 Wed Apr 20 23:58:58 1994  Scott A. Laird  (scott@curly)
8484         * misc/profile.c: Fixed bug with GetIniFileName returning wrong
8485         path when given a simple file name.  Fixed GetSetProfile to allow
8486         enumerating all key names when KeyName is null.
8488 Apr 25, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8490         * [objects/bitblt.c]
8491         Add protection to BitBlt() & StretchBlt() for width or height = 0.
8493         * [windows/nonclient.c]
8494         Avoid painting in NC_DoNCPaint() if IsWindowVisible().
8495         Simplify NC_TrackMouseMenuBar() because code moved to MenuFocusLoop().
8497         * [windows/win.c]
8498         CreateWindowEx() & DestroyWindow() now call respectively
8499                 AddWindowToTask() & RemoveWindowFromTask().
8500         New empty stub for function AnyPopup().
8502         * [loader/library.c]
8503         Bug Fix : GetModuleFileName() now return full path filename.
8505         * [include/menu.h] [controls/menu.c]
8506         Add hText handle and remove obsolete MENUITEM struct members.
8507         Add a ReleaseCapture() in SetMenu() when menubar changed while captured.
8508         Add MenuMouseMove() MenuButtonUp() in function MenuFocusLoop().
8510         * [misc/file.c]
8511         GetTempFilename() now create a file.
8512         _lcreate() use unix open (name, mode, perm), with perm=O666.
8514         * [if1632/relay.c]
8515         Remove temporarly builtin SHELL.DLL, Add MMSYSTEM.DLL in builtin list.
8517         * New file [misc/mmsystem.c]
8518         * New file [include/mmsystem.h]
8519         * New file [if1632/mmsystem.spec]
8520         Many, many empty stubs ... :-)
8522 ----------------------------------------------------------------------
8524 Wed Apr 20 14:53:35 1994  Bob Amstadt  (bob@pooh)
8526         * [tools/build.c] [if1632/call.S] [if1632/Imakefile]
8527         Fixed bug for non-Linux systems.
8529 Apr 18, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8531         * [windows/win.c]
8532         Bug fixed in CreateWindowEx() : Now use SetMenu() for menubar setup.
8533         New empty stub for function SetSysModalWindow().
8535         * [misc/exec.c]
8536         New empty stub for function ExitWindows().
8538         * [objects/font.c]
8539         New empty stub for function EnumFonts().
8541         * New file [misc/property.c]
8542         New functions RemoveProp(), GetProp(), SetProp() & EnumProps().
8544         * New file [misc/shell.c]
8545         New empty stubs for function RegisterShellProc(), 
8546                         ShellExecute() & ShellProc().
8548         * New files [loader/task.c] & [include/task.h]
8549         Move functions GetWindowTask(), GetNumTask(), EnumTaskWindows()
8550                 from 'loader/library.c'.
8552         * [if1632/user.c] [if1632/kernel.c]
8553         Put Atoms functions entries.
8555         * [controls/combo.c]
8556         New functions DirDlgSelectComboBox() & DirDlgListComboBox().
8558         * [controls/listbox.c]
8559         New functions DirDlgSelect() & DirDlgList().
8561 Sun Apr 17 20:57:59 1994  Erik Bos (erik@trashcan.hacktic.nl)
8563         * [objects/test.c]
8564         GrayString() added.
8566         * [if1632/callback.c]
8567         CallGrayStringProc() added.
8569         * [if1632/relay.c] [if1632/mmsystem.spec]
8570         Added.
8572         * [if1632/kernel.spec] [if1632/user.spec]
8573         Added forgotten specs for atom functions.
8575 ----------------------------------------------------------------------
8576 Tue Apr 12 00:05:31 1994  Bob Amstadt  (bob@pooh)
8578         * misc/spy.c (SpyInit): Added more message types
8580         * [windows/mdi.c] [include/mdi.h]
8581         Maximizing and restoring child windows.
8582         Tiling of child windows.
8584 Mon Apr 11 20:48:28 1994  Alexandre Julliard  (julliard@lamisun.epfl.ch)
8586         * [windows/winpos.c]
8587         Revert focus and activation to previous window when hiding a window.
8589         * [windows/syscolor.c]
8590         Implemented system color objects (brushes and pens created at
8591         SetSysColor() time for better performance).
8593         * [windows/graphics.c] [windows/nonclient.c] [controls/button.c]
8594         Changed painting code to use system color objects.
8596         * [windows/message.c]
8597         New function MSG_InternalGetMessage() for internal messages
8598         loops (e.g. for dialogs or menus).
8600         * [windows/hook.c] [include/hook.h]  (New files)
8601         Beginning of the window hooks implementation.
8603         * [windows/dialog.c]
8604         Use new function MSG_InternalGetMessage() in DialogBox().
8606         * [if1632/callback.c]
8607         Added function CallHookProc().
8609 Apr 11, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8611         * [windows/event.c]
8612         Bug fix : WM_CHARs are sent to focused window like WM_KEY???.
8614         * [misc/exec.c]
8615         Nothing much more than a stub for LoadModule(), I saw there a lot
8616                 to be done in that corner, I will come back later ...
8618         * [loader/library.c]
8619         New functions GetWindowTask(), GetNumTask(), EnumTaskWindows() 
8620                         and associated modules & tasks linked-lists.
8621         (it's only an 'emerging bud', more to come next weeks).
8623         * [loader/wine.c]
8624         Use LoadLibrary() instead of LoadImage() for 'sysres.dll'.
8626         * [control/menu.c]
8627         You can now click outside menu region without problem.
8628         Keyboard navig more smootly, even if a child has the focus.
8629         Bug fix in InsertItem(), (bad linklist when insert point not found).
8630         change Realloc for Free & Alloc in ModifyItem().
8631         MF_STRING now set BLACK_PEN to fix bug of bad color of the underscores 
8632                 done by DrawText(), (maybe it should done in DrawText() itself ?).
8634 Sun Apr 10 14:06:08 1994  Erik Bos (erik@trashcan.hacktic.nl)
8636         * [misc/profile.c]
8637         .INI files will now be stored in / loaded from the windows dir
8638         if no path is supplied.
8640         * [if1632/kernel.spec]
8641         Fixed GetDriveType's prototype.
8643         * [if1632/winsock.spec] [include/winsock.h] [misc/winsocket.c]
8644         Fixed prototypes: winsock uses a word as socket handle not an int.
8646         * [misc/winsocket.c]
8647         Added heap allocation for returned structures.
8648         Added non-blocking WSAAsyncGetXbyY() functions as blocking ones.
8650         * [loader/wine.c]
8651         Added IsDLLLoaded(), used in LoadImage() to prevent loading
8652         a dll multiple times.
8653         Directory is added to wine's path when a fullpath is supplied when
8654         starting wine.
8655         LoadImage(): DLL filename used instead DLL's own internal name,
8656         fixes 'Bad DLL name' errors.
8658 Sat Apr  9 08:26:03 1994  David Metcalfe <david@prism.demon.co.uk>
8660         * [controls/edit.c] [controls/widgets.c]
8661         First release of edit control.
8663 ----------------------------------------------------------------------
8664 Tue Apr  5 14:36:59 1994  Bob Amstadt  (bob@pooh)
8666         * [include/mdi.h] [windows/mdi.c]
8667         Use WM_PARENTNOTIFY messages to activate children.
8668         Generate WM_CHILDACTIVATE messages.
8669         Beginnings handler for maxmized child window.
8670         Clean up when children are destroyed.
8672         * [windows/message.c] [windows/nonclient.c] [windows/winpos.c]
8673         Removed code add 94/03/26.
8675 Apr 4, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8677         * [control/menu.c]
8678         Make mouse menu navigation working again. :-))
8679         (be carefull, clicking outside menus (ie.: clientrect) 
8680         not resolved yet)
8682         * [windows/nonclient.c]  [controls/scroll.c]
8683         Bugs fix in NCTrackScrollBars().
8685         * [misc/dos_fs.c]
8686         Bug fix in 'ToDos()' in conversion for '/',
8687                 (example: '/window/' was translated to 'WINDOWs').
8689         * [miscemu/int21.c]
8690         Function ChangeDir() extract possible drive before DOS_ChangeDir().
8692         * [loader/library.c]  [loader/wine.c]
8693         Playing around moving function GetProcAddress() and put some code in.
8695 Mon Apr  4 21:39:07 1994  Alexandre Julliard (julliard@lamisun.epfl.ch)
8697         * [misc/main.c]
8698         Better explanation of command-line options.
8700         * [objects/dib.c]
8701         Implemented SetDIBitsToDevice().
8703         * [windows/dc.c]
8704         Bug fix in SetDCState().
8706         * [windows/event.c]
8707         Removed WS_DISABLED handling (now done in message.c).
8709         * [windows/message.c]
8710         Added sending a WM_PARENTNOTIFY message in MSG_TranslateMouseMsg().
8711         Use WindowFromPoint() to find the window for mouse events, taking
8712         into account disabled windows.
8714         * [windows/painting.c]
8715         Bug fix in BeginPaint() to allow calling it at other times than
8716         on WM_PAINT (Solitaire needs it...)
8718         * [windows/win.c]
8719         Implemented FindWindow().
8720         Rewritten EnableWindow() to behave more like Windows.
8722         * [windows/winpos.c]
8723         Rewritten WindowFromPoint() to also search child windows.
8725 Mon Apr  4 17:36:32 1994  Erik Bos (erik@trashcan.hacktic.nl)
8727         * [include/int21.h] -> [msdos.h]
8728         renamed.
8730         * [miscemu/int10.h] [miscemu/int25.h] [miscemu/int26.h] 
8731         new, added for int 10, 25 and 26.
8733         * [miscemu/ioports.c]
8734         new, added to allow win apps to use ioports.
8736         * [loader/signal.c]
8737         Added support for in, inb, out, outb instructions.
8739 ----------------------------------------------------------------------
8740 Sun Mar 27 13:40:25 1994  Bob Amstadt  (bob@pooh)
8742         * controls/menu.c (InsertMenu): Changed to use FindMenuItem().
8744 Sat Mar 26 21:23:55 1994  Bob Amstadt  (bob@pooh)
8746         * [windows/mdi.c]
8747         Window list properly updated.
8749         * [windows/message.c]
8750         Call WINPOS_ChildActivate() when mouse pressed.
8752         * [windows/nonclient.c]
8753         Use WINPOS_IsAnActiveWindow() instead of GetActiveWindow() in
8754         NC_HandleNCPaint().
8756         * [windows/winpos.c]
8757         Created functions WINPOS_IsAnActiveWindow() and WINPOS_ActivateChild()
8759 Thu Mar 24 14:49:17 1994  Bob Amstadt  (bob@pooh)
8761         * controls/menu.c (DeleteMenu): Changed to use FindMenuItem
8762         (DeleteMenu): Many bug fixes.
8764         * [controls/menu.c]
8765         Created function FindMenuItem().
8767 Thu Mar 24 14:17:24 1994  Bob Amstadt  (bob@pooh)
8769         * [windows/win.c]
8770         Removed incorrect MDI handling code from CreateWindowEx().
8772         * [controls/menu.c]
8773         MF_STRING items needed to allocate a private copy of string.
8775         * [controls/menu.c]
8776         Fixed buggy calls to GlobalFree().
8778         * [memory/global.c]
8779         Eliminated some redundant code with function call.
8781 Wed Mar 23 1994 Pentti Moilanen (pentti.moilanen@ntc.nokia.com)
8783         * [windows/timer.c]
8784         timer list pointers looped in InsertTimer
8786 Tue Mar 29 13:32:08 MET DST 1994  julliard@di.epfl.ch (Alexandre Julliard)
8788         * [misc/cursor.c]
8789         A few changes for desktop window support.
8791         * [misc/main.c]
8792         Added -depth option.
8794         * [misc/rect.c]
8795         Yet another bug fix in SubtractRect().
8797         * [objects/bitmap.c]
8798         Changes to use only one depth (specified with -depth)
8799         for color bitmaps.
8801         * [objects/brush.c]
8802         Added support for dithered solid brushes.
8804         * [objects/color.c]
8805         Use the same 20 system colors as in Windows.
8806         System palette initialisation now done in COLOR_InitPalette().
8807         Added support for a color mapping table to map logical color
8808         indexes to X colormap entries.
8809         Implemented GetNearestColor() and RealizeDefaultPalette().
8811         * [objects/dib.c]
8812         Added support for color mapping table.
8814         * [objects/dither.c]  (New file)
8815         Implemented solid color dithering.
8817         * [objects/palette.c]
8818         Implemented GetSystemPaletteEntries() and SelectPalette().
8820         * [windows/class.c]
8821         Make a copy of the menu name in RegisterClass().
8823         * [windows/dc.c]
8824         Fixed device caps when using a desktop window.
8825         Added support for the color mapping table in DCs.
8827         * [windows/event.c]
8828         Added ConfigureNotify handler on desktop window.
8830         * [windows/message.c]
8831         Removed call to XTranslateCoordinates() on every mouse motion
8832         New function MSG_Synchronize() to synchronize with the X server.
8834         * [windows/syscolor.c]
8835         Rewritten SYSCOLOR_Init() to read the system colors from WIN.INI.
8837         * [windows/winpos.c]
8838         Added synchronization on window mapping. Solves the double redraw
8839         problem when starting Solitaire.
8841 Mar 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8843         * [control/menu.c]      * [windows/defwnd.c]
8844         Make keyboard navigation working with menubar,
8845         but temporarely inserted a bug in menubar mouse handling ... :-((
8846         (it will be fix next week !)
8848         * [windows/defwnd.c]
8849         Connect VK_MENU to menubar navigation.
8851         * [loader/library.c]
8852         GetModuleHandle() return 'fictive 0xF000+ handles' for built-in DLLs.
8854 Sun Mar 20 22:32:13 1994 Erik Bos (erik@trashcan.hacktic.nl)
8856         * [misc/main.c]
8857         Added Copy(). Added a check for `-h' to show usage.
8859         * [misc/dos_fs.c]
8860         Fixed bug in FindFile(), to load directories as dlls.
8862         * [misc/dos_fs.c]
8863         Fixed ToUnix() and ToDos() again, as my previous patch
8864         didn't make it.
8866         * [misc/dos_fs.c] [miscemu/int21.c]
8867         Bug fixes, should be able to handle all winfile and progman int21
8868         requests now except for a few small things.
8870 Tue Mar 29 06:25:54 1994  crw@harris.mlb.semi.harris.com (Carl Williams)
8872         * [memory/heap.c]
8873         Implemented GetFreeSystemResources().
8875 ----------------------------------------------------------------------
8876 Mon Mar 21 17:32:25 1994  Bob Amstadt  (bob@pooh)
8878         * controls/menu.c (GetSubMenu): Function did not return correct value
8880         * [windows/mdi.c]
8881         Beginnings of menu handling.
8883 Thu Mar 10 11:32:06 1994  Stefan (SAM) Muenzel  (muenzel@tat.physik.uni-tuebingen.de)
8885         * [objects/font.c]
8886         if font.width equals zero use asterix instead.
8888 Mon Mar 21 17:23:37 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8890         * [objects/bitmap.c]
8891         Rewritten bitmap code to use exclusively X pixmaps; *much* faster.
8893         * [objects/brush.c]
8894         Some changes with pattern brushes because of the new bitmap code.
8896         * [objects/color.c]
8897         Added function COLOR_ToPhysical for better color mapping.
8899         * [objects/dib.c]
8900         Heavily optimized SetDIBits().
8902         * [windows/dc.c]
8903         Opimized SetDCState() and DC_SetupGC*() functions.
8904         Added stub for CreateIC().
8906 Mar 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
8908         * [misc/message.c]
8909         Call SetFocus() after closing box to give back focus to previous owner.
8911         * [misc/files.c]
8912         Small bug fix in GetTempFilename() : replace a '\' to '\\'.
8914         * [control/scroll.c]
8915         Calls to BitBlt() replace by StretchBlt().
8917         * [control/menu.c]
8918         Call SetFocus() to previous owner after closing Popups. 
8919         Fill stub DeleteMenu().
8921         * [control/listbox.c]
8922         * [control/combo.c]
8923         Use SetFocus() in WM_LBUTTONDOWN.
8924         Close ComboBox List upon WM_KILLFOCUS.
8925         Early development of WM_MEASUREITEM mecanism.
8927         * [windows/defwnd.c]
8928         Early development of WM_MEASUREITEM mecanism.
8930 Tue Mar 22 10:44:57 1994  Miguel de Icaza  (miguel@xochitl)
8932         * [misc/atom.c]
8933         Fixed sintaxis problem when building the library.
8935 ----------------------------------------------------------------------
8936 Tue Mar 15 13:11:56 1994  Bob Amstadt  (bob@pooh)
8938         * [include/windows.h]
8939         Added message types and structures for MDI
8941         * [include/mdi.h]
8942         Created internal structures for handling MDI
8944         * [windows/mdi.c]
8945         Began creating MDI support
8947 Thu Mar 10 16:51:46 1994  Bob Amstadt  (bob@pooh)
8949         * [loader/wine.c] [include/wine.h]
8950         Added new field to "struct w_files" to hold the "name table"
8951         resource for Windows 3.0 programs
8953         * [loader/resource.c]
8954         Added code to handle programs with a "name table" resource.
8955         LoadResourceByName() modified to check for the existence of
8956         this resource.
8958 Mon Mar 14 22:31:42 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
8960         * [objects/color.c]
8961         Added installing the private colormap on the desktop window.
8963         * [windows/event.c]
8964         Cleaned up focus event handling (see focus.c).
8965         Use GetFocus() to direct key events to the correct window.
8967         * [windows/focus.c]
8968         Rewritten SetFocus() to:
8969         - only set X focus on top-level windows
8970         - send WM_SETFOCUS and WM_KILLFOCUS messages (was done in event.c)
8971         - prevent setting focus to disabled windows
8972         - install private colormap so -privatemap option works again
8974         * [windows/message.c] [windows/timer.c]
8975         Changed timer management to no longer use PostMessage(), but
8976         to generate timer messages on the fly. Also fixed a related bug
8977         in GetMessage() which could cause busy-waiting.
8979         * [windows/win.c]
8980         Only select focus events on top-level windows.
8982         * [windows/winpos.c]
8983         Added some sanity checks for desktop window.
8985 Fri Mar  4 20:42:01 1994  Erik Bos (erik@trashcan.hacktic.nl)
8987         * [misc/dos_fs.c]
8988         bug fixes in ToUnix(), WinIniFileName(), GetUnixFileName(). 
8989         Support for tilde symbol added for rootdirectories in [drives]
8990         section of wine's configfile.
8992         * [misc/file.c]
8993         hread(), hwrite() added.
8995         * [misc/main.c]
8996         hmemcpy() added.
8998         * [if1632/stress.spec] [include/stress.h] [misc/stress.c]
8999         Added STRESS.DLL, an useless dll used to stress a windows system.
9001         * [*/*]
9002         Added missing #includes, fixed prototypes for prototype checking.
9004         * [include/prototypes.h]
9006         Added prototypes for loader/*c, if1632/*c.
9008 ----------------------------------------------------------------------
9009 Tue Mar  8 09:54:34 1994  Bob Amstadt  (bob@pooh)
9011         * [Configure]
9012         Added reminder to set WINEPATH, if it is not set.
9014         * [Imakefile]
9015         Removed #elif's
9017         * [controls/button.c]
9018         Added BN_CLICKED notification for owner-draw buttons.
9020         * [if1632/kernel.spec] [memory/heap.c]
9021         Changed Local* functions to WIN16_Local* to prevent unconcious use
9022         of these functions.
9024         * [if1632/relay.c]
9025         Push old Stack16Frame on stack before setting.
9027         * [include/atom.h] [misc/atom.c] [include/heap.h] [memory/local.c]
9028         Added multiple local heap handling in Atom* functions.
9030         * [include/regfunc.h] [miscemu/int21.c]
9031         Rewrote DOS3Call() use context frame that is already on the stack.
9033         * [misc/profile.c]
9034         Fixed to allow leading ";" to mark comments.
9036         * [misc/spy.c]
9037         Fixed bugs and added support for "include" and "exclude" filters.
9039         * [misc/user.c]
9040         Rearranged calls in InitApp().
9042         * [misc/font.c]
9043         Fixed font handling to create system fonts, if they are used.
9045         * [windows/dc.c]
9046         If text drawn on window with no font specified, then default the
9047         font to the system font.
9049 Mon Mar  7 20:32:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9051         * [controls/desktop.c]
9052         Added handling of WM_NCCREATE and WM_ERASEBKGND functions.
9053         Implemented SetDeskPattern().
9055         * [misc/main.c]
9056         Added -desktop option to get a large desktop window with
9057         everything inside it.
9058         Added -name option.
9060         * [misc/rect.c]
9061         Bug fix in SubtractRect().
9063         * [objects/*.c]
9064         Replaced the DefaultRootWindow() macro by the rootWindow variable.
9066         * [windows/event.c] [windows/message.c]
9067           [windows/nonclient.c] [windows/win.c]
9068         A few changes to accomodate the new desktop window.
9070  Tue Mar  8 11:13:03 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9072         * [toolkit/arch.c] --New file-- 
9073         Routines for converting little endian data structures to
9074         big-endian data structures, currently only BITMAP structures are 
9075         converted.
9077         * [misc/atom.c]
9078         When used as part of the WineLib, the code is much simpler.
9079         Doesn't depend on alignement.
9081         * [loader/wine.c]
9082         Ifdefed Emulator dependent code if compiling WineLib.
9084         * [loader/resource.c]
9085         Moved misc/resource.c to loader/resource.c.
9087         * [loader/dump.c,ldt.c,ldtlib.c,library,c,selector.c,signal.c]
9088         Ifdefed whole code if compiling WINELIB.
9090         * [include/winsock.h]
9091         Added compilation define to allow compilation on SunOS.
9093         * [include/wine.h]
9094         Removed load_typeinfo and load_nameinfo prototypes, they belong
9095         to neexe.h
9097         * [include/neexe.h]
9098         Added load_typeinfo and load_nameinfo prototypes.
9100         * [include/arch.h]
9101         Fixed some bugs in the conversion routines.
9102         Added macros for Bitmap loading.
9104 Tue Mar  8 12:52:05 1994  crw@maniac.mlb.semi.harris.com (Carl Williams)
9105         
9106         * [if1632/kernel.spec] [memory/global.c]
9107         Implemented GetFreeSpace()
9109         * [if1632/user.spec] [loader/resource.c]
9110         Implemented CreateIcon()
9112 ----------------------------------------------------------------------
9113 Tue Mar  1 11:30:21 1994  Bob Amstadt  (bob@pooh)
9115         * [Configure] [*/Imakefile]
9116         Created configure script to handle different types of Wine builds.
9118         * [Configure] [tools/build.c] [if1632/Imakefile] [Wine.tmpl]
9119         Added ability to compile Wine on systems with 14-char filename limit.
9121         * [if1632/relay.c] [include/options.h] [misc/main.c]
9122         Added -relaydbg option to command line if DEBUG_RELAY is defined.
9124         * [loader/selector.c]
9125         Fixed bug in GetEntryDLLName() that caused Wine to seg fault.
9127         * [memory/heap.c]
9128         Fixed LocalInit() to work correctly.
9130         * [misc/user.c]
9131         Added code to call loaded DLLs' initialization routines.
9133 Tue Mar  1 01:01:17 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9135         * [windows/dce.c]
9136         Added clipping of child windows by their parent's client area.
9138         * [windows/nonclient.c]
9139         Bug fix in NC_DoNCPaint().
9141         * [windows/painting.c]
9142         Bug fix in RedrawWindow().
9144 Feb 27, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9146         * [mem/atom.c]
9147         Bug fix again in ATOM_DeleteAtom() : 
9148                 change LocalFree() by USER_HEAP_FREE().
9149         (Previous patch done Feb 13th had been lost)
9151         * [controls/scroll.c]
9152         Move bitmaps loading in AllocScrollBar() instead of in WM_CREATE.
9154         * [windows/class.c] (sorry Alex ...)
9155         There was no bug there "in RegisterClass() : 
9156                 WNDCLASS->lpszClassName was reset to NULL."
9157                               ^^^^^
9159         * [misc/clipboard.c]    --- New File ---
9160         New function EnumClipboardFormats().
9161         New function OpenClipboard().
9162         New function CloseClipboard().
9163         New function EmptyClipboard().
9164         New function GetClipboardOwner().
9165         New function GetClipboardViewer().
9166         New function CountClipboardFormats().
9167         New function IsClipboardFormatAvailable().
9168         New function OpenClipboard().
9169         New function GetClipboardData().
9170         New function SetClipboardViewer().
9171         New function EnumClipboardFormats().
9172         New function RegisterClipboardFormat().
9173         New function ChangeClipboardChain().
9174         New function SetClipboardData().
9175         New function GetOpenClipboardWindow().
9176         New function GetPriorityClipboardFormat().
9177         New function GetClipboardFormatName().
9179 Tue Mar  1 20:15:45 1994  Erik Bos <erik@trashcan.hacktic.nl>
9181         * [misc/comm.c]
9182         bugfix in OpenComm().
9184 ----------------------------------------------------------------------
9185 Tue Feb 22 18:04:02 1994  Jeffrey Hsu <hsu@freefall.cdrom.com>
9187         * [include/winsock.h]
9188         The sockproto struct is already defined in <sys/socket.h>
9190         * [misc/winsock.c]
9191         Need to include <netinet/in.h> for struct in-addr.
9192         Use sys_errlist[] instead of strerror[].
9194         *[toolkit/heap.c]
9195         ANSI C specifies that the malloc functions are defined in stdlib.h,
9196           so we don't need to include malloc.h.
9198         *[loader/ldtlib.c]
9199         Print informative error message about probable cause of i386_set_ldt()
9200           failure and then exit.
9202         *[Imakefile]
9203         For systems that don't use gmake by default, set the MAKE variable
9204           to gmake and propagate it on recursive makes.
9205         Take out -li386 for FreeBSD systems and define __FreeBSD__ so Wine
9206           can be built with the FreeBSD 1.0.2 compiler.
9208 Tue Feb 22 02:52:19 EST 1994    jrichard@cs.uml.edu (John Richardson)
9210         * [objects/bitblt.c]
9211         Added in three functions to do stretching and compression
9212         for WHITEONBLACK, BLACKONWHITE, and color copies.
9214 Tue Feb 22 15:01:31 EST 1994    jrichard@cs.uml.edu (John Richardson)
9216         * [windows/graphics.c]
9217         Added FloodFill and FloodFill_rec.  FloodFill_rec is pretty
9218         inefficent, but should suffice for now.
9220         * [include/windows.h]
9221         Changed the x,y paramaters for the FloodFill prototype 
9222         from ints to shorts
9224 Tue Feb 22 00:58:28 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9226         * [windows/widgets.c]
9227         Added desktop window class.
9229         * [windows/painting.c]
9230         Bug fix in RedrawWindow().
9231         Implemented ExcludeUpdateRgn().
9233         * [windows/win.c] [windows/winpos.c]
9234         Implemented desktop window.
9236         * [controls/desktop.c]
9237         Preliminary desktop window procedure.
9239 Feb 20, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9241         * [controls/menu.c]
9242         New function LoadMenuIndirect().
9243         New function GetMenuCheckMarkDimensions().
9245         * [if1632/user.spec]
9246         Entry for DefDlgProc().
9248         * [windows/class.c]
9249         Fix bug in RegisterClass() : 
9250                 WNDCLASS->lpszMenuName was reset to NULL.
9252         * [windows/win.c]
9253         In CreateWindowEx(), if hMenu == 0 then use 
9254                 wndclass->lpszMenuName to load Menu from resource;
9256 Mon Feb 21 22:38:28 1994 Erik Bos (erik@trashcan.hacktic.nl)
9258         * [loader/library.c] [loader/wine.c]
9259         Fixed runing DLL's as main executable problem.
9261         * [misc/dos_fs.c]
9262         Added wildcard support in DOS_readdir().
9264         * [misc/winsocket.c]
9265         Added proper error handling of BSD winsocket functions.
9267         * [miscemu/int21.c]
9268         KERNEL_DOS3Call renamed to DOS3Call and modified to use do_int21().
9270         * [main/main.c]
9271         Added functions for GetVersion, GetWinFlags and GetTimerResolution
9272         for libwine.a, SystemParametersInfo() partly implemented.
9274 Tue Feb 22 19:00:02 1994  Miguel de Icaza  (miguel@xochitl.nuclecu.unam.mx)
9276         * [toolkit/winmain.c]
9277         Added _WinMain function. Setups the library (calls USER_InitApp).
9279         * [toolkit/sup.c]
9280         Added load_mz_header, load_ne_header, load_type_info and
9281         load_name_info functions.
9283         * [toolkit/heap.c] 
9284         Code cleanup. 
9286         * [misc/user.c]
9287         Moved from loader/misc.c. I hope to put back all the loader
9288         functions in the ~loader subdirectory in the future. CUrrently is
9289         needed since it has USER_InitApp.
9291         * [misc/resource.c]
9292         Since WineLib will probably need DLLs (currently it needs
9293         Sysres.dll). WineLib will be using much code of the loader again.
9294         So I removed some ifdefs that were used by WineLib.
9296         Added load_typeinfo and load_nameinfo (and the corresponding
9297         functions in [toolkit/sup.c]
9299         Added integer convertion functions in the needed places.
9301         Added very ugly patch (includes wine.c). In the next release I
9302         plan to move back all the loader routines to ~/loader. In the
9303         meantime I needed this patch. It doesn't affect any of the
9304         emulator code (its ifdefed for WineLib).
9306         * [misc/main.c]
9307         Cleaned up call to WinMain (now uses [toolkit/winmain.c]
9308         Ifdefed argument number checking when compiling the library.
9310         * [loader/wine.c]
9311         Modified to use load_(mz|ne)_header instead of doing a direct
9312         read.  When compiling the emulator it still uses the direct read
9313         for performance. 
9315         * [include/wine.h]
9316         Prototypes for loading routines.
9318         * [include/class.h]
9319         Added WINE_PACKED macro instead of __attribute__ ((packed))
9321         * [include/arch.h]
9322         Macros for converting integers (Little endian to big-endian).
9323         Needed in the Sun to allow loading of DLL files.
9325 ----------------------------------------------------------------------
9326 Mon Feb 14 23:48:09 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9328         * [windows/clipping.c]
9329         Moved everything into windows/painting.c and removed this file.
9331         * [windows/message.c]
9332         Removed calls to memmove() in MSG_RemoveMsg().
9334         * [windows/nonclient.c]
9335         Added WM_GETMINMAXINFO support for window resizing.
9337         * [windows/painting.c]
9338         Implemented RedrawWindow().
9340         * [windows/scroll.c]
9341         Bug fix in ScrollWindowEx().
9343         * [windows/win.c]
9344         Moved UpdateWindow() to windows/painting.c.
9346 Fri Feb 11 12:41:28 1994  Erik Bos (erik@trashcan.hacktic.nl)
9347         
9348         * [loader/wine.c] [misc/dos_fs.c]
9349         getenv() eq NULL bugfixes.
9351         * [misc/comm.c]
9352         cfmakeraw changed for SunOS.
9354 Feb 13, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9356         * [mem/atom.c]
9357         Bug fix in ATOM_DeleteAtom() : 
9358                 change LocalFree() by USER_HEAP_FREE().
9360         * [misc/message.c]
9361         New function FatalAppExit().
9363         * [objects/font.c]
9364         New empty stub SetMapperFlags().
9366         * [controls/menu.c]
9367         Better CheckMark & other bitmaps placement.
9369         * [windows/graphics.c]
9370         New function RoundRect() : calc.exe now working...
9372 Tue Feb 15 14:29:37 1994  John Richardson
9374         * [objects/bitblt.c]
9375         Fixed StretchBlt so it works quicker and faster.  It still doesn't
9376         use the StretchMode bits for bitmap compression, but that will
9377         come soon.
9379 Mon Feb 14 13:21:04 1994  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
9381         * [include/windows.h,dialog.h,gdi.h]
9382         Changed __atribute__ ((packed)) for WINE_PACKED. 
9383         When compiling the library this is defined as nothing. This gets
9384         rid with all the problems compiling under SunOS. Also 
9386         * [windows/utility.c]
9387         Added DebugPrintString.
9389         * [toolkit/sup.c]
9390         Added hSysRes = 1 definition to resolve externals.
9391         Added CallLineDDAProc function (toolkit version).
9392         Added toy, and hi ineficient memmove until code in message.c get
9393         rewritten.
9395         * [objects/gdiobj.c]
9396         Ifdefed linux/emulator-dependent code to allow compilation of
9397         WineLib.
9399         * [misc/winsocket.c]
9400         Added ifdef to allow compilation under SunOS.
9402         * [misc/resource.c]
9403         When compiling the library, the resource file is expected to be in
9404         a file called $argv[0].Res. Also the information of the resource
9405         is expected to be at offset 0 of the .Res file.
9407         * [misc/main.c]
9408         Call WinMain with arguments if compiling WineLib.
9409         Call shutdown functions (Comm_DeInit, DOS_DeInitFS).
9410         Call sync_profiles to preserve changes to .INI files.
9412         * [misc/comm.c,dos_fs.c]
9413         removed call to atexit(Comm_DeInit)
9414         removed call to atexit(DOS_DeInitFS)
9415         Shutdown functions are now called from the return of WinMain
9417         * removed memorylib subdirectory
9419         * moved memory/atom.c    to misc/atom.c
9420           moved memorylib/heap.c to toolkit/heap.c
9422         * [loader/wine.c]
9423         Moved DebugPrintString to windows/utility.c
9425         * [include/winsock.h]
9426         Define SO_DONTLINGER only if it has not been previously defined.
9428         * [include/windows.h]
9429         added definition for DLGPROC.
9430         added definition for LMEM_WINE_ALIGN and other LMEM_* constants.
9431         When compiling WineLib WNDPROC is defined with all the parameters
9432         to avoid compilation problems.
9434         * [include/user.h]
9435         When compiling WineLib USER_HEAP_(ALLOC|REALLOC|ADDR|FREE) the
9436         calls are translated to the library allocation routines.
9438         * [include/gdi.h,user.h]
9439         When compiling WineLib GDI_HEAP_(ALLOC|ADDR|FREE) the calls are
9440         translated to the library allocation routines.
9442         * [include/atom.h]
9443         Defined LocalAlign. When compiling the emulator it's translated as
9444         a call to LocalAlloc (the original code), when compiling WineLib
9445         as a call to LocalAlloc with a WINE-flag called LMEM_WINE_ALIGN
9446         (atom.c needs aligned data on a 4 byte boundary).
9448         * [misc/file.c]
9449         Renamed KERNEL_* functions and fixed prototypes.
9451         * [if1632/kernel.spec]
9452         Renamed KERNEL_* functions in order to be used by applications
9453         using Wine as a library (OpeFile, _lclose, _lread, _lcreate,
9454         _llseek, _lopen, _lwrite).
9456         * [Makefile]
9457         Create library instead of executable when building target
9458         libwine.a 
9460 ----------------------------------------------------------------------
9461 Tue Feb  8 13:52:11 1994  Miguel de Icaza  (miguel@roxanne)
9463         * [Makefiles]
9464         Use $(CC) instead of cc.
9465         Added libwine target.
9467         * [include/prototypes]
9468         #ifdefed section for WineLib
9470         * moved loader/cursor.c   to misc/cursor.c
9471           moved loader/resource.c to misc/resource.c
9472           moved misc/emulate.c    to miscemu/emulate.c
9473           moved misc/int1a.c      to miscemu/int1a.c
9474           moved misc/int21.c      to miscemu/int21.c
9475           moved misc/kernel.c     to miscemu/kernel.c
9476           moved misc/user.c       to miscemu/user.c
9478         * [memorylib/heap.c]
9479         Heap management for WineLib
9481         * [misc/comm.c]
9482         Modified to allow compilation under SunOS (#include errno, SunOS
9483         doesn't have atexit ()).
9485         * [misc/dos_fs.c]
9486         Modified to allow compilation under SunOS (#include vfs.h)
9488         * [misc/file.c]
9489         Modified to allow compilation under SunOS (OPEN_MAX constant,
9490         #include unistd.h)
9492         * [objects/palette.c]
9493         Modified to allow compilation under SunOS (#include limits)
9495         * [toolkit/sup.c]
9496         WineLib version of CallWindowProc.
9498         * [windows/event.c]
9499         Typedef XPointer under X11R4 (OpenWindows).
9501         * [windows/win.c]
9502         When compiling WineLib, use direct callbacks instead of the
9503         windows supplied callbacks.
9505 Mon Feb  7 22:37:34 MET 1994  julliard@di.epfl.ch (Alexandre Julliard)
9507         * [loader/cursor.c]
9508         New function CURSOR_SetWinCursor(), for internal use, to set
9509         the cursor of a specific window more reliably than with SetCursor().
9511         * [windows/nonclient.c]
9512         Better window management. Moving and resizing from the system
9513         menu should work now.
9514         Added scroll-bar mouse tracking.
9516         * [windows/win.c]
9517         Moved scroll-bar creation and destruction to defwnd.c.
9519 Feb 5, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9521         * [windows/nonclient.c]
9522         Call to StdDrawMenuBar() during NC's drawing.
9523         New NC_TrackMouseMenuBar() function which call 
9524                 MenuButtonDown(), MenuButtonUp() & MenuMouseMove().
9526         * [controls/menu.c]
9527         New ChangeMenu() function.
9528         Remove permanently old Xt menu code.
9529         Make common functions MenuButtonDown(), MenuButtonUp()
9530                 & MenuMouseMove() for both popups & menubar.
9531         
9532         * [controls/combo.c]
9533         Paint OBM_COMBO directly in combo client.
9535         * [controls/listbox.c]
9536         Fix bug in multicolumns calculations.
9538         * [controls/Makefile]
9539         Remove rules for old file 'caption.c'.
9541         * [misc/kernel.c]
9542         Remove empty stub GetModuleFileName().
9544         * [loader/library.c]
9545         New GetModuleHandle() function.
9546         New GetModuleUsage() function.
9547         New GetModuleFileName() function.
9549         * [loader/resource.c]
9550         Try to find the bug a missing menu loading ... Not found yet !
9552         * [windows/win.c]
9553         Remove old menubar creation.
9555 Thu Feb  3 22:30:11 1994  Erik Bos (erik@trashcan.hacktic.nl)
9557         * [misc/winsocket.c]
9558         More functions added.
9560         * [if1632/winsock.spec] [misc/winsocket.c]
9561         Added John Brezak's winsock.dll stuff.
9563 ----------------------------------------------------------------------
9564 Tue Feb  1 21:14:47 1994  Bob Amstadt  (bob@pooh)
9566         * [loader/selector.c]
9567         Added function CreateNewSegments().  Modified IPCCopySelector
9568         to allow aliasing to any arbitrary memory space.
9570         * [memory/global.c]
9571         Fixed potential bug in GlobalGetFreeSegments().
9573         * [memory/linear.c]
9574         Created functions GlobalLinearLock() and GlobalLinearUnlock().
9576 Tue Feb  1 05:51:43 1994  julliard@di.epfl.ch (Alexandre Julliard)
9578         * [controls/widgets.c]
9579         Removed CAPTION window class.
9581         * [loader/cursor.c]
9582         Bug fix in LoadCursor(): don't allocate memory every time for
9583         built-in cursors.
9585         * [windows/clipping.c]
9586         Invalidate child windows in InvalidateRgn().
9588         * [windows/defwnd.c]
9589         Added repaint of the caption when changing window text.
9591         * [windows/event.c]
9592         Modified SetCapture() to allow keyboard events while capturing.
9594         * [windows/message.c]
9595         New function MSG_GetHardwareMessage(), to do mouse tracking
9596         without returning control to the Windows program.
9598         * [windows/nonclient.c]
9599         A couple of changes in frame drawing for DLGMODALFRAME windows.
9600         Rewritten window moving code, to use MSG_GetHardwareMessage()
9601         instead of non-client mouse events (this is the way Windows
9602         does it), and to send WM_ENTERSIZEMOVE messages.
9603         Removed WM_NCBUTTONUP and WM_NCMOUSEMOVE handlers.
9605         * [windows/win.c]
9606         Allocate temporary structures on the USER heap instead of
9607         using GlobalAlloc().
9609         * [windows/winpos.c]
9610         Added function WINPOS_GetMinMaxInfo() to get sizing informations.
9612 Jan 31, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9614         * [windows/nonclient.c]
9615         Call to StdDrawScrollBar() during NC's drawing.
9616         Call to NC_ScrollBarButtonDown() on NC mouse events WM_LBUTTONDOWN.
9617         Call to NC_ScrollBarButtonUp() on NC mouse events WM_LBUTTONUP.
9618         Call to NC_ScrollBarMouseMove() on NC mouse events WM_MOUSEMOVE.
9620         * [controls/menu.c]
9621         New GetSubMenu() function.
9622         Move GetMenu() & SetMenu() functions from 'windows/win.c'.
9624         * [controls/listbox.c]
9625         Start changes to satisfy recent changes in scrollbars/windows.
9627         * [loader/resource.c]
9628         Put some code in LoadAccelerators() stub.
9629         New TranslateAccelerator() function.
9631         * [windows/win.c]
9632         Remove GetMenu() & SetMenu() functions.
9633         Call to NC_CreateScrollBars() if required by CreateWindow().
9635 ----------------------------------------------------------------------
9636 Mon Jan 24 10:40:10 EST 1994 John Richardson (jrichard@cs.uml.edu)
9638         * [window/win.c]
9639         Added functions EnumWindows, EnumChildWindows, and helper
9640         WIN_EnumChildWin.  EnumWindows won't list all wine windows
9641         because GetDesktopWindow isn't complete.  However, the code
9642         is in place for it to work correctly and only needs 
9643         GetDesktopWindow to do so.  
9645 Tue Jan 25 05:51:47 1994  julliard@di.epfl.ch (Alexandre Julliard)
9647         * [windows/defwnd.c]
9648         Added handling of activation messages (WM_ACTIVATE,
9649         WM_NCACTIVATE, WM_MOUSEACTIVATE)
9651         * [windows/event.c]
9652         De-activate the window when losing input focus.
9654         * [windows/focus.c]
9655         Bug fix in SetFocus().
9657         * [windows/message.c]
9658         Added activation of the window on mouse-clicks.
9660         * [windows/nonclient.c]
9661         Changed non-client area painting to use the correct colors
9662         depending upon the activation state.
9663         Added WM_NCACTIVATE message handling.
9664         Fixed a couple of bugs in window moving and resizing.
9666         * [windows/winpos.c]
9667         Implemented Get/SetActiveWindow().
9668         Implemented SWP_NOACTIVATE flag in SetWindowPos().
9670 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9672         * [misc/message.c]
9673         MessageBox has a CaptionBar for his title except for
9674                 MB_SYSTEMMODAL with MB_ICONHAND.
9676         * [windows/nonclient.c]
9677         Call to NC_TrackSysMenu on SysMenu button mouse click.
9679         * [windows/defwnd.c]
9680         Call to NC_TrackSysMenu on Alt key (VK_MENU).
9682         * [controls/menu.c]
9683         New GetSystemMenu() function.
9684         New CopySystemMenu() internal function.
9685         New NC_TrackSysMenu() internal function.
9687         * [include/windows.h]
9688         New WM_INITMENU, WM_INITMENUPOPUP, WM_MENUSELECT & WM_MENUCHAR defines.
9690 ----------------------------------------------------------------------
9691 Thu Jan 13 11:45:13 1994  John Richardson <jrichard@cs.uml.edu>
9693         * [window/win.c]
9694         Added functions EnableWindow, IsWindowEnabled, and helper 
9695         WIN_SetSensitive.
9696         
9697         * [window/event.c]
9698         Added checks for WS_DISABLED windows in EVENT_key, EVENT_MotionNotify,
9699         EVENT_ButtonPress, EVENT_ButtonRelease, EVENT_ConfigureNotify,
9700         EVENT_FocusIn, EVENT_FocusOut, and EVENT_EnterNotify.  Key and 
9701         button presses beep for a disabled window.  
9702         If anyone finds better places for these checks, please tell me.
9704 Jan 17, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9706         * [misc/message.c]
9707         Cleanup on buttons answer value returned.
9709         * [control/combo.c]
9710         Now use OBM_COMBO bitmap dropdown button.
9712 Mon Jan 17 21:56:45 1994  Erik Bos (erik@trashcan.hacktic.nl)
9714         * [misc/comm/c]
9715         A few bugfixes.
9717 Tue Jan 18 06:36:48 1994  julliard@di.epfl.ch (Alexandre Julliard)
9719         * [loader/cursor.c]
9720         Added X cursor for IDC_SIZENS and IDC_SIZEWE.
9722         * [include/options.h] [misc/main.c]  (New files)
9723         Rewrote main() function to get rid of Xt application context,
9724         and added command-line option parsing.
9726         * [objects/color.c]
9727         Use of a private map now configurable with command-line option.
9729         * [windows/defwnd.c]
9730         Added WM_SYSCOMMAND handling, and better WM_SETCURSOR handling.
9732         * [windows/event.c]
9733         Removed ConfigureNotify event handler (no longer needed).
9735         * [windows/message.c]
9736         Send WM_SETCURSOR message on mouse events.
9738         * [windows/nonclient.c]
9739         Use OEM bitmaps for the drawing of the non-client area.
9740         Added caption bar buttons handling, and moving and resizing of
9741         the window via the window frame (bypassing the window manager).
9743         * [windows/painting.c]
9744         Bug fix in BeginPaint().
9746         * [windows/win.c]
9747         Set the override_redirect flag for windows (to bypass window
9748         manager).
9750         * [windows/winpos.c]
9751         Implemented WindowFromPoint(), ChildWindowFromPoint(),
9752         BringWindowToTop(), Get/SetInternalWindowPos(),
9753         Get/SetWindowPlacement().
9755 Mon Jan 17 20:48:24 1994  Bob Amstadt  (bob@pooh)
9757         * [memory/heap.c]
9758         Added support for multiple local heaps.
9760 ----------------------------------------------------------------------
9761 Tue Jan  4 13:01:33 1994  David Metcalfe <david@prism.demon.co.uk>
9763         * [window/caret.c]
9764         Modified code to use system timer.
9766 Jan 9, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9768         * [windows/win.c]
9769         Windows create if required new XLIB MenuBar & CaptionBar.
9771         * [windows/defwnd.c]
9772         WM_CALCSIZE Move & Resize caption, menubar & scrollbars.
9773         (I'm not sure it's the good place for it, but it work...)
9775         * [loader/resource.c]
9776         optimize in FindResourceByNumber, make lseek() if next type ...
9778         * [controls/scroll.c]
9779         scrollbar buttons are now using system resources bitmaps.
9781         * [controls/caption.c] - new file ...
9782         captionbar showing title, close button with SysMenu,
9783         and other buttons using system resources bitmaps.
9785         * [controls/menu.c]
9786         New functions: SetMenuItemBitmaps() with 'glues',
9787         Make new version of LoadMenu() & ParseMenu(),
9788         ( put #define USE_POPUPMENU ).
9789         Implementation of MenuBar functions.
9790         
9791         * [sysres.dll]
9792         New bitmaps for system such OBM_CLOSE, OBM_MINIMIZE, OBM_UPARROWI.
9793         New SYSMENU menu, it don't work yet ! :-((
9795 Tue Jan 11 05:27:45 1994  julliard@di.epfl.ch (Alexandre Julliard
9797         * [memory/atom.c]
9798         Fixed a bug that could cause atoms to be case-sensitive.
9800         * [misc/rect.c]
9801         Bug fix in SubtractRect().
9803         * [objects/clipping.c]
9804         Bug fix when setting the clip mask to an empty region.
9806         * [windows/dce.c]
9807         Bug fix in ReleaseDC().
9809         * [windows/dialog.c]
9810         Call AdjustWindowRectEx() before creating the dialog window.
9811         Added support for DS_MODALFRAME style.
9813         * [windows/event.c]
9814         Cleaned up event handling and removed old Xt stuff.
9815         Moved double-click handling to windows/message.c
9817         * [windows/focus.c]
9818         Bug fix: only set the X focus when the window is viewable.
9820         * [windows/graphics.c]
9821         Rewritten DrawReliefRect() to use brush instead of pen, and
9822         to use the system colors.
9824         * [windows/message.c]
9825         Implemented WM_NCHITTEST message sending, and non-client
9826         mouse messages.
9827         Cleaned up double-click handling, and removed the Xt code.
9829         * [windows/nonclient.c]  (New file)
9830         Implemented AdjustWindowRect().
9831         Implemented WM_NCCALCSIZE, WM_NCHITTEST and WM_NCPAINT handling.
9833         * [windows/painting.c]
9834         Added sending of the WM_NCPAINT message in BeginPaint().
9836         * [windows/sysmetrics.c] [include/sysmetrics.h]  (New files)
9837         Implemented system metrics.
9839         * [windows/win.c]
9840         Bug fix in setting the parent and owner in CreateWindow().
9841         Removed the Xt code.
9843         * [windows/winpos.c]
9844         Added sending of the WM_NCPAINT message in SetWindowPos().
9845         Removed the Xt code.
9847 Sun Jan  2 12:38:53 1994  David Metcalfe <david@prism.demon.co.uk>
9849         * [windows/class.c]
9850         Implemented GetClassName and GetClassInfo.
9852         * [windows/caret.c]
9853         Various improvements to text caret code.
9855 Fri Dec 31 15:22:22 1993  John Brezak <brezak@apollo.hp.com>
9857         * [misc/comm.c]
9858         Patches to work with NetBSD.
9860 Thu Dec 30 12:11:55 1993  John Richardson <jrichard@cs.uml.edu>
9862         * [objects/bitblt.c] Added StretchBlt().
9864 Tue Jan  4 05:22:07 1994  julliard@di.epfl.ch (Alexandre Julliard)
9866         * [misc/user.c]
9867         Added creation of system message queue.
9869         * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c]
9870         Added DC size fields into DC structure.         
9872         * [objects/clipping.c]
9873         Bug fix in CLIPPING_IntersectRect().
9875         * [windows/class.c]
9876         Allocate a DCE instead of a DC for CS_CLASSDC classes.
9878         * [windows/clipping.c]
9879         Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area.
9881         * [windows/dce.c]
9882         Implemented GetDCEx() and GetWindowDC().
9884         * [windows/defwnd.c]
9885         Implemented WM_WINDOWPOSCHANGED handling.
9887         * [windows/event.c]
9888         Preliminary support for Xlib event handling instead of Xt callbacks.
9889         Changed MSG_AddMsg() calls to hardware_event() or PostMessage().
9891         * [windows/message.c]
9892         Preliminary support for multiple message queues.
9893         Implemented hardware_event() to store messages into the system queue.
9894         Implemented Get/SetTaskQueue().
9895         Better WM_PAINT and WM_TIMER handling.
9896         Changes to use Xlib instead of Xt for events.
9898         * [windows/painting.c]
9899         Use GetDCEx() to retrieve the DC, to get a correct visible region.
9901         * [windows/timer.c]
9902         Moved the timer procedure callback into DispatchMessage().
9903         Changed implementation to get rid of Xt timeouts.  Timer checking
9904         is now done inside GetMessage().
9906         * [windows/win.c]
9907         Allocate a DCE instead of a DC for CS_OWNDC windows.
9908         Replaced Xt calls with Xlib calls.
9909         Moved window positioning functions into windows/winpos.c
9911         * [windows/winpos.c]  (New file)
9912         Rewritten most of the window positioning functions.
9913         Implemented SetWindowPos() and MapWindowPoints().
9915 Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9917         * [if1632/user.spec]
9918         Bad arguments description for function SetDlgItemText.
9920         * [objects/text.c]
9921         Function DrawText now handle DT_CALCRECT request.
9923         * [misc/message.c]
9924         Message boxes now use DrawText with DT_CALCRECT.
9926         * [windows/graphics.c]
9927         Bug fix in function FrameRect, (it was using PEN instead of BRUSH).
9929         * [windows/win.c]
9930         Bug fix for flags in function ShowWindow.
9931         More accurate WM_SIZE generated by function ShowWindow.
9933         * [controls/listbox.c]
9934         More code for LBS_MULTIPLESEL.
9935         More code for LBS_MULTICOLUMN.
9937         * [include/windows.h]
9938         Bad define for MF_SEPARATOR.
9940         * [controls/menu.c]
9941         New functions: PopMenuWndProc() with 'glues',
9942         CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), 
9943         DeleteMenu(), ModifyMenu(), TrackPopupMenu().
9944         Code in stubs: CreateMenu(), DestroyMenu(). 
9946 Sat Jan  1 10:22:43 1994  Bob Amstadt  (bob@pooh)
9948         * loader/wine.c: Added support for relocation types 5 and 6.
9950 Mon Dec 27 11:06:03 1993  Erik Bos (erik@trashcan.hacktic.nl)
9952         * [misc/comm.c]
9953         new functions: BuildCommDCB(), OpenComm(), CloseComm(),
9954         SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(),
9955         GetCommError(), SetCommEventMask(), GetCommEventMask(),
9956         SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), 
9957         WriteComm().
9959 Wed Dec 22 13:00:15 1993  David Metcalfe <david@prism.demon.co.uk>
9961         * [windows/caret.c]
9962         Implemented text caret functions.
9964 Tue Dec 21 06:13:58 1993  julliard@di.epfl.ch (Alexandre Julliard)
9966         * [loader/wine.c]
9967         Bug fix in LoadImage().
9969         * [objects/bitblt.c] [objects/clipping.c] [objects/text.c]
9970           [windows/dc.c] [windows/dce.c] [windows/graphics.c]
9971         Modified graphics calls to take into account the DC origin.
9973         * [windows/defwnd.c]
9974         Added preliminary WM_NCCALCSIZE handling.
9976         * [windows/event.c]
9977         Send WM_NCCALCSIZE message on resize event.
9979         * [windows/win.c]
9980         Send WM_NCCALCSIZE message in CreateWindow().
9981         Realize widgets at creation time (should prevent problems with
9982         unrealized widgets).
9984 Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
9986         * [controls/static.c]
9987         Send mouse & keyboard message received to its parent.
9989         * [controls/scroll.c]
9990         Send keyboard message received to its parent.
9992         * [controls/listbox.c]
9993         Add Navigation keys .
9994         ListBox now use VSCROLL & HSCROLL instead of children.
9995         Alpha version of LBS_MULTIPLESEL.
9996         Alpha version of LBS_MULTICOLUMN.
9998         * [controls/combo.c]
9999         Add Navigation keys on closed ComboBox.
10000         Remove useless 'COMBOBOX_CreateComboBox' function.
10002 Mon Dec 19 20:39:34 1993  Erik Bos (erik@trashcan.hacktic.nl)
10004         * [loader/wine.
10005         LoadImage() modified to use FindFile().
10007         * [misc/file.c]
10008         SetErrorMode added
10010         * [misc/dos_fs.c]
10011         bug fixes.
10013 Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10015         * [memory/global.c]
10016         bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'.
10018         * [sysres.dll]
10019         preliminary version of a 'glass of wine' bitmap
10021         * [windows/event.c]
10022         New function 'GetCapture'.
10024         * [controls/scroll.c]
10025         Remove useless 'SCROLLBAR_CreateScrollBar' function.
10027         * [controls/listbox.c]
10028         Remove useless 'LISTBOX_CreateListBox' function.
10030 Mon Dec 13 13:51:00 1993  David Metcalfe <david@prism.demon.co.uk>
10032         * [objects/font.c]
10033         Corrected bugs in GetCharWidth().
10035         * [windows/event.c]
10036         Modified EVENT_key to send Windows virtual key codes for
10037         WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message
10038         for printable characters.
10040 Wed Dec 08 19:20:00 1993  Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de)
10042         * [windows/graphics.c]
10043         Added Polyline and Polygon
10045 Mon Dec 13 14:51:54 1993  Erik Bos (erik@trashcan.hacktic.nl)
10047         * [controls/listbox.c]
10048         ListBoxDirectory() modified to use dos_fs.c's functions to
10049         access files&|drives.
10051 Sat Dec 04 17:04:23 1993  Erik Bos (erik@trashcan.hacktic.nl)
10053         * [misc/dos_fs.c]
10054         Added FindFile() to search a file in a dos/unix style path.
10055         
10056         * [misc/file.c]
10057         New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive,
10058         GetTempFileName, GetWindowsDirectory, GetSystemDirectory,
10059         GetDriveType.                      
10061         * [misc/int21.c]
10062         Modified.
10064 Wed Dec  1 16:20:45 1993  Miguel de Icaza  (miguel@roxanne.nuclecu.unam.mx)
10066         * [misc/profile.c]
10067         The Profile functions now return the correct values. They now
10068         implement all the features described in the SDK.
10070 Tue Nov 30 13:55:27 1993  Bob Amstadt  (bob at amscons)
10072         * [loader/selector.c]
10073         Rewrote selector aliasing routines to use System V IPC
10074         routine to alias memory segments.
10076 Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10078         * [controls/listbox.c]
10079         More consistency in functions using wIndexes
10081         * [controls/scroll.c]
10082         New function : ShowScrollBar().
10084         * [loader/cursor.c] ... New file
10085         Move cursor functions from [loader/resource.c].
10086         New function : ClipCursor().
10087         New function : GetClipCursor().
10088         New function : CreateCursor().
10089         SetCursor() now working using gloabal variable 'winHasCursor'.
10091         *[object/palette.c]
10092         New stub only : SelectPalette().
10093         New stub only : RealizePalette().
10095         *[win/event.c]
10096         New function : EVENT_enter_notify(),
10097                 update 'winHasCursor' and send WM_SETCURSOR.
10099         *[win/defwnd.c]
10100         Add processing of WM_SETCURSOR message.
10102         *[win/win.c]
10103         New members in WND structure : hCursor, hWndVScroll & hWndHScroll. 
10104         CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL.
10105         New function ClientToScreen().
10106         New function ScreenToClient().
10108 Mon Nov 25 18:25:40 1993  Erik Bos (erik@trashcan.hacktic.nl)
10110         * [files.h / regfunc.h / misc/dos.c]
10111         Removed.
10113         * [misc/dos_fs.c]
10114         Added support for loading dosdrive cfg from wine.ini.
10116         * [misc/int21.c]
10117         Modified.
10120 Wed Nov 24 11:37:33 1993  julliard@disuns2.epfl.ch (Alexandre Julliard)
10122         * [include/atom.h] [memory/atom.c]
10123         Implemented atoms.
10125         * [windows/class.c]
10126         Modified RegisterClass() to use atoms.
10127         Implemented CS_GLOBALCLASS style.
10129         * [windows/message.c]
10130         Implemented RegisterWindowMessage().
10132         * [loader/resource.c]
10133         Bug fix in LoadResource().
10135         * [windows/dialog.c]
10136         Modified CreateDialogParam() to use Find/LoadResource().
10138 Mon Nov 22 13:58:56 1993  David Metcalfe <david@prism.demon.co.uk>
10140         * [windows/scroll.c]
10141         Preliminary implementations of ScrollWindow, ScrollDC and
10142         ScrollWindowEx.
10144 Nov 21, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10146         * [controls/listbox.c]
10147         Optimization of redraw during 'Add' or 'Insert'.
10149         * [controls/scroll.c]
10150         Optimization of WM_PAINT during 'thumbtracking'.
10152         * [controls/button.c]
10153         Add of beta implement of 'BS_OWNERDRAW'
10155         * [controls/static.c]
10156         Style 'SS_ICON' new supported.
10158         * [misc/message.c]
10159         Begin of implemantation of MB_XXX styles.
10161         * [loader/resource.c]
10162         Function LoadIcon() : now prepare transparency Bitmap mask.
10163         Function LoadCursor() : now prepare a 'X pixmapcursor'.
10164         New function SetCursor() : not finished.
10165         New function ShowCursor() : not finished.
10166         New function AccessResource() : stub.
10168         * [obj/dib.c]
10169         Function DrawIcon(): deugging phase of icon transparency mask.
10171         * [loader/library.c]
10172         new file for news functions LoadLibrary() & FreeLibrary().
10174         * [sysres.dll]
10175         Resources only 16bits DLL for System Resources, icons, etc...
10177 Sun Nov 14 14:39:06 1993  julliard@di.epfl.ch (Alexandre Julliard)
10179         * [include/dialog.h] [windows/dialog.c]
10180         Simplified dialog template parsing.
10181         Implemented DialogBoxIndirect().
10183         * [windows/win.c]
10184         Fixed bug in CreateWindow() when aborting window creation.
10185         Modified UpdateWindow() to only update visible windows.
10186         Implemented IsWindow().
10188 Nov 14, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10190         * [controls/listbox.c]
10191         Listbox control window : new messages.
10193         * [controls/combo.c]
10194         Combo box control window : new messages.
10196         * [misc/message.c]
10197         Moved stub MessageBox() to this new file.
10198         Implemented of a callback, now MessageBox show a window.
10200         * [loader/resource.c]
10201         New function DestroyIcon()
10202         New function DestroyCursor()
10203         Filled stub LoadIcon()
10204         Filled stub LoadCursor()
10205         Bug fixed in FindResourceByName() : missing lseek().
10207         * [obj/dib.c]
10208         New function DrawIcon()
10210         * [windows/win.c]
10211         New function CloseWindow()
10212         New function OpenIcon()
10213         New function IsIconic()
10214         New Function FindWindow()
10216 Sun Nov 14 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10218         * [loader/selector.c]
10219         Wrote AllocCStoDSAlias() and AllocDStoCSAlias()
10221 Sun Nov 14 08:27:19 1993  Bob Amstadt  (bob at amscons)
10223         * [loader/selector.c]
10224         Wrote AllocSelector() and PrestoChangoSelector().  YUK!
10226 Sat Nov 13 13:56:42 1993  Bob Amstadt  (bob at amscons)
10228         * [loader/resource.c]
10229         Wrote FindResource(), LoadResource(), LockResource(),
10230         and FreeResource()
10232         * [include/segmem.h] [loader/selector.c] [loader/signal.h]
10233         Changed selector allocation method.
10235 Sun Nov 10 08:27:19 1993  Karl Guenter Wuensch (hz225wu@unidui.uni-duisburg.de)
10237         * [if1632/callback.c if1632/call.S if1632/user.spec] 
10238         added Catch (KERNEL.55) and Throw (KERNEL.56)
10239         
10240 Nov 7, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10242         * [controls/scroll.c]
10243         Scroll bar control window
10244                 Bug resolved : Painting message before scroll visible.
10246         * [controls/listbox.c]
10247         Listbox control window
10248                 Destroy cleanup.
10250         * [controls/combo.c]
10251         Combo box control window
10252                 Destroy cleanup.
10254         * [controls/button.c]
10255                 GetCheck Message now return is state.
10257         * [windows/win.c]
10258         New function IsWindowVisible()
10260 Mon Nov  1 14:40:21 1993  julliard@di.epfl.ch (Alexandre Julliard)
10262         * [if1632/user.spec]
10263         Removed some duplicate entries.
10265         * [include/dialog.h] [windows/dialog.c]
10266         Implemented dialog units and fonts.
10267         Added preliminary loading of dialog resources.
10268         Preliminary implementation of DialogBox().
10269         Implemented Get/SetDlgItem* functions.
10271         * [windows/win.c]
10272         Implemented WM_PARENTNOTIFY message.
10273         Implemented CreateWindowEx() and GetWindow().
10274         Completed DestroyWindow().
10276 Mon Nov  1 18:19:34 1993  Erik Bos
10278         * [loader/signal.c]
10279         Added support for int 0x11 & 0x12.
10281         * [loader/int21.c]
10282         Improved function handling.
10284 Sun Oct 31 12:38:09 1993  David Metcalfe <david@prism.demon.co.uk>
10286         * [objects/font.c]
10287         Implemented GetCharWidth().
10289 Wed Oct 27 09:56:06 1993  John Brezak <brezak@ch.hp.com>
10291         * [Makefile]
10292         Use GNU malloc.
10294         * [include/int21.h include/wine.h]
10295         Change sc_eflags to sc_efl .
10297         * [include/wine.h]
10298         Fix misplaced #endif
10299         Include <signal.h> for NetBSD
10301         * [loader/int21.c]
10302         Don't include <sys/vfs.h> in NetBSD
10303         Do include <sys/mount.h> in NetBSD
10304         Cleanup some lint.
10306 Mon Oct 26 17:59:01 1993  Erik Bos
10308         * [include/int21.h]
10309         Added.
10311         * [loader/int21.c]
10312         Added support for many dos ints.
10314         * [misc/file.c] [include/files.h]
10315         Moved OPEN_MAX and DosDriveStruct to files.h.
10317 Sun Oct 24 13:36:50 1993  David Metcalfe <david@prism.demon.co.uk>
10319         * [controls/button.c]
10320         Implemented CHECKBOX, AUTOCHECKBOX, 3STATE, AUTO3STATE,
10321         RADIOBUTTON, AUTORADIOBUTTON, GROUPBOX controls, together with
10322         a preliminary USERBUTTON control.
10324         * [objects/text.c]
10325         Corrected bugs in TEXT_NextLine() and added handling of prefix
10326         character.
10328         * [controls/button.c]
10329         Disabled focus handling by commenting out SetFocus() calls until
10330         serious bug can be found.
10332 Oct  20, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte)
10334         * [controls/listbox.c]
10335         Listbox control window
10336                 Painting cleanup, new messages processed.
10338         * [controls/scroll.c]
10339         Scroll bar control window
10340                 Painting cleanup.
10342         * [controls/combo.c]
10343         Combo box control window
10344                 Painting cleanup.
10346 Tue Oct 12 17:50:11 1993  julliard@di.epfl.ch (Alexandre Julliard)
10348         * [objects/color.c] [objects/palette.c] [windows/syscolor.c]
10349         Better support for the private color map.
10350         Using a private map is now the default.
10352         * [windows/win.c]
10353         Bug fix.
10355         * [include/dialog.h] [windows/dialog.c]
10356         Implemented CreateDialog*() and IsDialogMessage().
10358         * [misc/xt.c] [windows/defwnd.c]
10359         Moved DefWindowProc() to defwnd.c.
10360         Added WM_NCCREATE, WM_NCDESTROY and WM_CTLCOLOR handling.
10362         * [windows/defdlg.c]
10363         Started the implementation of DefDlgProc().
10365         * [windows/win.c]
10366         Added WM_NCCREATE and WM_NCDESTROY messages.
10367         Implemented IsChild().
10369 Tue Oct 12 17:50:20 1993  David Metcalfe <david@prism.demon.co.uk>
10371         * [windows/focus.c]
10372         Implemented GetFocus() and SetFocus().
10374         * [windows/event.c]
10375         Added processing of FocusIn and FocusOut events.
10377         * [windows/graphics.c]
10378         Added DrawFocusRect().
10380 Sat Oct  9 14:36:57 1993  Erik Bos
10382         * [loader/int1a.c]
10383         Added more function handling.
10385 Wed Oct  6 12:21:22 1993  Erik Bos
10387         * [loader/signal.c]
10388         Split signal.c into int1a.c, int21.c and signal.c.
10390 Tue Oct  5 22:12:40 1993  David Metcalfe
10392         * [controls/static.c] [control/widgets.c]
10393         Static control class.
10395         * [objects/text.c]
10396         Added processing of additional DT_ flags to DrawText().
10398         * [windows/win.c] [misc/xt.c]
10399         Added SetWindowText() and WM_SETTEXT processing.
10401 Tue Oct  5 22:12:40 1993  Martin Ayotte
10403         * [controls/listbox.c]
10404         Listbox control window
10406         * [controls/scroll.c]
10407         Scroll bar control window
10409         * [controls/combo.c]
10410         Combo box control window
10412         * [include/combo.h]
10413         Combo box definitions
10415         * [include/listbox.h]
10416         Listbox definitions
10418         * [include/scroll.h]
10419         Scroll bar definitions
10421 Sat Oct  2 09:35:54 1993  Bob Amstadt  (bob at pooh)
10423         * [if1632/callback.c]
10424         Fixed bug in MakeProcInstance().
10426         * [debugger/info.c]
10427         Changed x/w and x/b to display in hex.
10429         * [debugger/i386-pinsn.c]
10430         Added code to properly unassemble 16-bit indexing.
10432 Fri Oct  1 08:29:05 1993  Bob Amstadt  (bob at pooh)
10434         * [loader/files.c] [misc/profile.c]
10435         System initialization file is now called "wine.ini" and can
10436         be located in the current directory, the user's home directory,
10437         or any directories specified in the WINEPATH environment variable.
10439         * [tools/build.c] [if1632/call.S] [include/regfunc.h]
10440         Changed register function stack to match sigcontext structure.
10442 Thu Sep 30 22:30:21 1993  Bob Amstadt  (bob at pooh)
10444         * [loader/files.c]
10445         Created function to search a path for files to load.
10447         * [loader/wine.c]
10448         Modified exe and dll file loading to search through path
10449         specified by the environment variable WINEPATH.
10451 Thu Sep 30 22:30:21 1993  Eric Youngdale
10453         * [loader/signal.c]
10454         Bug fix.
10456 Thu Sep 30 22:30:21 1993  John Brezak
10458         * [debugger/dbg.y] [debugger/debug.l] [debugger/dtest.c] 
10459           [debugger/obstack.h]
10460         Updates to allow debugger to function under NetBSD.
10462 Tue Sep 28 19:59:21 1993  David Metcalfe
10464         * [windows/win.c]
10465         Implemented support for windows with no borders.  Added
10466         GetParent(), GetDlgCtrlID(), GetWindowText() and
10467         GetWindowTextLength() functions.
10469         * [misc/xt.c]
10470         Added processing of WM_GETTEXT and WM_GETTEXTLENGTH messages
10471         to DefWindowProc and Implemented MessageBeep().
10473         * [windows/syscolor.c]
10474         Added preliminary system color support.
10476         * [controls/button1.c]
10477         Mods to new button control and integration with Wine.
10479 Tue Sep 28 19:59:21 1993  Johannes Ruscheinski
10481         * [controls/button1.c]
10482         New button control using GDI functions.
10483         
10484 Tue Sep 28 19:59:21 1993  Eric Youngdale
10486         * [debugger/*]
10487         Added debugging capabilities to Wine
10489 Sat Sep 25 13:22:50 1993  Alexandre Julliard  (julliard@di.epfl.ch)
10491         * [objects/region.c]
10492         Bug fix
10494 Fri Sep 24 07:35:11 1993  Bob Amstadt  (bob at pooh)
10496         * [tools/build.c]
10497         Changed the entry point code to reduce the standard entry
10498         point size from 22 bytes to 10 bytes.  This leaves about
10499         4000 free entry points instead of the 800 in version 0.4.2.
10501         * [loader/resource.c]
10502         Rewrote functions to allow loading of resources from any
10503         DLL.
10505         * [loader/wine.c] [include/wine.h]
10506         Added functions GetFilenameFromInstance() and GetFileInfo()
10507         to search for a loaded file based on its instance handle.
10508         Added a field in struct w_files to make searching by an instance
10509         handle faster.
10511 Tue Sep 21 09:57:01 1993  miguel@roxanne.nuclecu.unam.mx (Miguel de Icaza)
10513         * [misc/profile.c]
10514         Implementation of .INI file handling
10516 Mon Sep 20 10:54:32 1993  David Metcalfe
10518         * [misc/profile.c.old]
10519         Implementation of .INI file handling
10521 Mon Sep 20 10:54:32 1993  John Brezak
10523         * [controls/WinButton.c]
10524         Bug fix with call to XtVaSetValues.
10526 Mon Sep 20 10:54:32 1993  Alexandre Julliard
10528         * [windows/win.c]
10529         Quick patch to get colormaps to work with button widget.
10531 Mon Sep 20 02:42:54 1993    (yngvi@hafro.is)
10533         * misc/keyboard.c: 
10534         Ifdefed out some bogus Ansi<->Oem conversion functions
10536         * misc/lstr.c: 
10537         New file with string functions like lstr* IsChar* *Ansi* 
10539 Wed Sep 15 20:35:10 1993  John Brezak
10541         * [loader/signal.c]
10542         Additional changes to support NetBSD.
10544 Wed Sep 15 22:19:22 1993  Martin Ayotte
10546         * [windows/graphics.c]
10547         Added FrameRect function
10549 Tue Sep 14 13:54:45 1993  Alexandre Julliard
10551         * [objects/color.c] [objects/palette.c]
10552         Preliminary support for private color map.
10554         * [windows/class.c]
10555         Implemented CS_CLASSDC style.
10557         * [windows/dce.c]
10558         Moved DCEs to USER heap.
10559         Implemented class and window DCs.
10561         * [windows/event.c]
10562         Implemented CS_DBLCLKS style.
10564         * [windows/graphics.c]
10565         Bug fix in SetPixel().
10567         * [windows/win.c]       
10568         Implemented CS_OWNDC style.
10569         Implemented Get/SetWindowLong().
10571         * [controls/menu.c] [windows/class.c] [windows/clipping.c] 
10572           [windows/dce.c] [windows/message.c] [windows/win.c]   
10573         Moved windows from global heap to USER heap.
10575 Mon Sep 13 05:00:11 1993  Eric Youngdale
10577         * [Makefile] [if1632/relay.c] [include/dlls.h] [selector.c]
10578           [loader/wine.c] [tools/build.c]
10579         Added ability to generate missing functions statistics.
10581 Mon Sep 13 12:09:47 1993  Scott A. Laird  (scott@curly)
10583         * [WIN31-APPLETS]
10584         Added new file.
10586         * [if1632/kernel.spec]
10587         Added definitions for GetProfile{Int,String} and SetHandleCount.
10589         * [if1632/keyboard.spec]
10590         Created interface specification for Keyboard driver DLL.
10592         * [if1632/relay.c]
10593         Added keyboard.dll to list of included DLLs.
10595         * [if1632/user.spec]
10596         Added LoadAccelerators definition.
10598         * [loader/resource.c]
10599         Added LoadAccelerators stub.
10601         * [misc/file.c]
10602         Changed OpenFile, and added SetHandleCount (for winfile.exe)
10604         * [misc/keyboard.c]
10605         Added keyboard code.
10607         * [misc/profile.c] [misc/xt.c]
10608         Moved GetPrivateProfile* commands here, and added GetProfile*
10609         commands.
10611 Mon Sep 13 10:24:37 1993  Andrew Bulhak
10613         * [windows/utility.c]
10614         Implemented MulDiv(), OutputDebugString() and wvsprintf()
10616 Fri Sep 10 09:13:30 1993  John Brezak
10618         * [*/Makefile]
10619         Created patch to allow BSD make to build wine.
10621         * [windows/win.c]
10622         Fixed NULL pointer reference.
10624         * [windows/message.c] [misc/xt.c]
10625         Defined HZ to handle system specific timing.
10627         * [windows/graphics.c]
10628         Use M_PI is PI
10630         * [objects/pallete.c]
10631         NetBSD does not have /usr/include/values.h and MAXINT is INT_MAX.
10633         * [dump.c] [ldt.c] [wine.c]
10634         ifdef'ed linux headers for linux compile.
10636         * [loader/ldtlib.c]
10637         Add NetBSD system calls when compiled on that system.
10639         * [loader/selector.c]
10640         Use mmap(MAP_ANON, ...) for NetBSD.
10642         * [if1632/call.S]
10643         Fixed selector assumptions.
10645 Thu Sep 9 20:01:37 1993  David Metcalfe
10647         * [controls/WinButton*] [controls/button.c] [controls/widget.c]
10648           [windows/win.c] [windows/class.c]
10649         Added 3D button control and tied into CreateWindow()
10651 Thu Sep  9 07:35:24 1993  Scott Laird
10653         * [if1632/sound.spec]
10654         Created interface specification for SOUND DLL.
10656         * [if1632/win87em.spec]
10657         Added more functions to the WIN87EM DLL interface specification
10659         * [misc/emulate.c]
10660         Created stubs for the new math emulation functions.
10662         * [misc/sound.c]
10663         Created stubs for the SOUND DLL.
10665 Sun Sep  5 21:02:10 1993  John Burton
10667         * [if1632/kernel.spec]
10668         Added interface specifications for OpenFile, _lclose, _lread, _lopen,
10669         and _lwrite.
10671         * [include/windows.h]
10672         Added OF_ macros
10674         * [misc/file.c]
10675         Implemented OpenFile, _lclose, _lread, _lopen and _lwrite.
10677 Fri Sep  3 18:47:03 1993  Alexandre Julliard
10679         * [windows/dc.c]
10680         Bug fix
10682         * [objects/text.c]
10683         Bug fix
10685 Fri Sep  3 18:47:03 1993  Bob Amstadt
10687         * [objects/linedda.c]
10688         Finished LineDDA().
10690 Fri Sep  3 11:52:18 1993  Bob Amstadt
10692         * [windows/timer.c]
10693         Changed to use CallWindowProc() rather directly calling callback.
10695         * [windows/event.c]
10696         Implemented SetCapture() and ReleaseCapture()
10698         * [windows/keyboard.c]
10699         Created stub for GetKeyState()
10701         * [objects/linedda.c]
10702         Created stub for LineDDA()
10704         * [if1632/callback.c]
10705         Created callback handler for LineDDA callback procedure.
10707         * [if1632/callback.c]
10708         Created FreeProcInstance()
10710 Fri Sep  3 08:36:52 1993  David Metcalfe
10712         * [loader/signal.c]
10713         Patch to and code for INT 1A
10715 Thu Sep  2 00:31:54 1993  Alexandre Julliard
10717         * [objects/font.c] [objects/text.c]
10718         More text support: implemented justification and underlining.
10720         * [windows/clipping.c] [objects/clipping.c]
10721         Moved low-level clipping functions to objects/clipping.c.
10723         * [windows/clipping.c] [windows/event.c] [windows/message.c]
10724         Implemented window update regions.
10726         * [windows/dc.c] [objects/dcvalues.c]
10727         Moved some device-independent DC functions to objects/dcvalues.c.
10729         * [windows/graphics.c]
10730         Implemented InvertRect() and GetPixel().
10732 Sat Aug 28 08:40:23 1993  Eric Youngdale
10734         * [include/neexe.h] [loader/wine.c]
10735         Added code to handle relocation type 4.
10737         * [loader/signal.h] [loader/wine.c] [loader/selector.c]
10738         Added support for dos interrupts.
10740 Thu 26 Aug 19:15:00 1993  Eric Youngdale
10742         * [loader/selector.c]
10743         Fixed bug dealing with loading DLLs.
10745 Thu Aug 26 19:22:40 1993  Alexandre Julliard
10747         * [include/gdi.h] [objects/font.c] [windows/dc.c]
10748         Beginning of real font support.
10750         * [windows/graphics.c]
10751         Implemented PatBlt().
10753         * [memory/global.c]
10754         Corrected a bug with linked list handling in GlobalAlloc().
10756         * [objects/bitmap.c]
10757         Corrected a bug in BITMAP_SelectObject().
10759 Tue Aug 24 19:22:40 1993  David Metcalfe
10761         * [controls/Command*] [controls/Label*] [controls[MenuButto*]
10762           [controls/SmeMenuButt*]
10763         Change code to support & as a special character in menu item text.
10765 Tue Aug 24 19:22:40 1993  Alexandre Julliard
10767         * [include/gdi.h] [windows/dc.c]
10768         Heavily modified the DC structure for better device-independence.
10770         * [objects/bitmap.c]
10771         Implemented bitmap dimensions.
10773         * [windows/dc.c] [windows/dce.c]
10774         Implemented DC state saving and restoring.
10776         * [windows/dc.c]
10777         Implemented ROP mode.
10779         * [windows/graphics.c]
10780         Implemented FillRect().
10782 Mon Aug 23 22:08:34 1993  Bob Amstadt  (bob at pooh)
10784         * [misc/xt.c]
10785         Fixed bug in InvalidateRect().  Solitaire attempted to
10786         clear window before it was realized.
10788         * [loader/resource.c]
10789         Began rewrite of LoadBitmap().
10791         * [loader/wine.c]
10792         Fixed code which set Argv and Argc global variables.
10794         * [loader/selector.c]
10795         Added code to set up command line arguments.
10797         * [include/neexe.h]
10798         Fixed error in PSP structure.
10800 Tue Aug 17 20:41:12 1993  Alexandre Julliard
10802         * [include/gdi.h] [windows/dc.c]
10803         Implemented device capabilities.
10805         * [objects/region.c]
10806         Implemented EqualRgn() and CombineRgn().
10808         * [windows/clipping.c]
10809         Implemented Save/RestoreVisRgn().
10811         * [windows/graphics.c]
10812         Implemented PaintRgn() and FillRgn().
10814         * [windows/mapping.c]
10815         Implemented mapping modes.
10817 Tue Aug 10 14:07:38 1993  Alexandre Julliard
10819         * [if1632/user.spec] [misc/rect.c]
10820         Implemented rectangle API functions.
10822         * [if1632/gdi.spec] [include/gdi.h] [objects/region.c]
10823         Implemented regions.
10825         * [windows/class.c]
10826         Corrected a typo in UnregisterClass().
10828         * [windows/clipping.c] [windows/dc.c]
10829         Implemented DC clipping and visible region.
10831 Tue Aug 10 20:57:56 1993  Bob Amstadt  (bob at pooh)
10833         * [controls/menu.c] [windows/win.c]
10834         SetMenu(), GetMenu(), CheckMenuItem() implemented
10836 Thu Aug  5 22:33:22 1993  Bob Amstadt  (bob at pooh)
10838         * [controls/menu.c] [windows/win.c]
10839         Many improvements menus.  LoadMenu() should work.
10841 Wed Aug  4 14:55:36 1993  Alexandre Julliard
10843         * [objects/dib.c]
10844         Started the implementation of device-independent bitmaps.
10846         * [objects/bitmap.c]
10847         Added support for multiple bitmap depths.
10849         * [objects/brush.c]
10850         Implemented pattern brushes.
10852         * [windows/dc.c] [windows/graphics.c]
10853         Implemented some GDI graphics primitives.
10855 Tue Aug  3 21:16:47 1993  Bob Amstadt  (bob at pooh)
10857         * [controls/menu.c] [windows/win.c] [include/menu.h]
10858         Code to load class menus from executable file.
10860         * [if1632/user.spec]
10861         Fixed specification of SendMessage() and PostMessage.
10863 Mon Jul 26 21:53:24 1993  Alexandre Julliard
10865         * [if1632/call.S]
10866         Corrected a bug in KERNEL_InitTask().
10868         * [include/windows.h]
10869         Added a lot of constants.
10871         * [loader/selector.c]
10872         Corrected a bug in segment allocation in CreateSelectors().
10874         * [objects/bitmap.c]
10875         Implemented SelectObject() for bitmaps.
10877         * [objects/brush.c]
10878         Implemented hatched brushes and SelectObject().
10880         * [objects/gdiobj.c]
10881         Removed linked list (not needed).
10883         * [objects/palette.c]
10884         Implemented system palette creation and misc. palette API functions.
10886         * [windows/timer.c]
10887         Implemented timers.
10889         * [windows/dc.c]
10890         Implemented memory device contexts.
10892 Tue Jul 20 10:38:59 1993  Bob Amstadt  (bob at pooh)
10894         * [dos.c]
10895         Split DOS3Call() out of kernel.c.  Added support for get date
10896         and time functions.
10898         * [call.S]
10899         Added function ReturnFromRegisterFunc() to allow DOS calls
10900         to return values in registers.
10902         * [regfunc.h]
10903         Macros to access registers saved on stack.
10905 Tue Jul 20 10:38:59 1993  Alexandre Julliard
10907         * [win.c]
10908         Corrected allocation of the WM_CREATE data structure.
10910         * [dce.c] [dce.h]
10911         Implemented DCE handling.
10913         * [bitmap.c] [brush.c] [dc.c] [font.c] [gdi.h] [gdi.spec] 
10914           [gdiobj.c] [palette.c] [pen.c]
10915         Implemented the GDI objects data structures and allocation.
10917         * [windows.h]
10918         Added several structures and constants for GDI objects.
10920 Mon Jul 19 12:51:10 1993  Bob Amstadt  (bob at pooh)
10922         * [ldtlib.c]
10923         Modified system calls to match Linus' new interface for
10924         the LDT modification.
10926         * [win.c]
10927         Fixed bug with WM_CREATE message.
10929         * [heap.c] [kernel.spec]
10930         Completed local heap allocation functions.
10932         * [global.c]
10933         Created function GlobalQuickAlloc() for easy allocation from DLLs
10935 Tue Jul 13 20:31:31 1993  Bob Amstadt  (bob at pooh)
10937         * [global.c]
10938         Completed global memory pool API
10940 Sun Jul 11 16:59:52 1993  Alexandre Julliard
10942         * [message.c] [user.c] [user.spec] [windows.h]
10943         Added emulation of Windows message queue.
10945 Thu Jul  8 19:29:27 1993  Bob Amstadt  (bob at pooh)
10947         * [build.c] Original by Bob Amstadt
10948         * [callback.c] Original by Bob Amstadt, updates by 
10949         Alexandre Julliard
10950         * [dump.c] Original by Bob Amstadt
10951         * [global.c] Original by Bob Amstadt
10952         * [heap.c] Original by Bob Amstadt
10953         * [kernel.c] Original by Bob Amstadt
10954         * [ldt.c] Original by Bob Amstadt
10955         * [ldtlib.c] Original by Bob Amstadt
10956         * [relay.c] Original by Bob Amstadt
10957         * [resource.c] Original by Bob Amstadt, updates by 
10958         Alexandre Juliard
10959         * [selector.c] Original by Bob Amstadt, updates by Eric Youngdale
10960         * [user.c] Original by Bob Amstadt
10961         * [wine.c] Original by Bob Amstadt, updates by Eric Youngdale and
10962         Alexandre Julliard
10963         * [wintcl.c] Original by Regents of the University of California,
10964         updates by Peter MacDonald and Alexandre Julliard
10965         * [callback.h] Original by Bob Amstadt
10966         * [dlls.h] Original by Bob Amstadt
10967         * [heap.h] Original by Bob Amstadt
10968         * [neexe.h] Original by Bob Amstadt
10969         * [prototypes.h] Original by Bob Amstadt, updates by 
10970         Eric Youngdale
10971         * [segmem.h] Original by Bob Amstadt
10972         * [tkInt.h] Original by Regents of the University of California
10973         * [windows.h] Original by Peter MacDonald, updates by 
10974         Alexandre Julliard and Bob Amstadt
10975         * [wine.h] Original by Eric Youngdale
10976         * [kernel.spec] Original by Bob Amstadt, updates by 
10977         Alexandre Julliard
10978         * [gdi.spec] Original by Bob Amstadt, updates by 
10979         Alexandre Julliard
10980         * [shell.spec] Original by Bob Amstadt
10981         * [unixlib.spec] Original by Bob Amstadt
10982         * [user.spec] Original by Bob Amstadt, updates by Alexandre Julliard
10983         * [win87em.spec] Original by Bob Amstadt
10984         * [Windows.tcl] Original by Peter MacDonald, updates by 
10985         Alexandre Julliard
10986         * [build-spec.txt] Original by Bob Amstadt
10987         * [if1632.S] Original by Bob Amstadt, updates by Eric Youngdale